
/*! reset.css */
/* Box sizing rules */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Remove default padding */
/* Remove list styles on ul, ol elements with a class attribute */
ul[class],
ol[class] {
  padding: 0;
  list-style: none;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul[class],
ol[class],
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core root defaults */
html {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  text-rendering: optimizeSpeed;
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img {
  max-width: 100%;
}

/* Natural flow and rhythm in articles by default */
/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

#wrap {
    min-height: 70%;
}
.site-header {
    padding: 20px 40px;
    text-align: left;
    color: #333;
    background: #fff;
    font-size: 16px;
    margin-bottom: 50px;
}
.site-footer-more {
    margin-top: 100px;
    margin-bottom: 100px;
}
.site-footer-more-button {
    position: relative;
    display: block;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif!important;
    width: 280px;
    text-align: center;
    letter-spacing: 2px!important;
    color: #fff;
    background: #004EA2;
    padding: 24px 26px;
    margin: auto;
    line-height: 1;
    font-size: 16px;
    overflow: visible;
    -webkit-transition: background 0.2s;
    transition: background 0.2s;
}
.site-footer-more .site-footer-more-button::before {
    content: "";
    position: absolute;
    top: 50%;
    right: -25px;
    width: 25px;
    height: 1px;
    background: #004EA2;
    -webkit-transition: all 0.5s;
    transition: all 0.5s; 
}
.site-footer-more .site-footer-more-button::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 25px;
    height: 1px;
    background: #fff;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.site-footer {
    color: #fff;
    background: #004EA2;
    margin-top: 50px;
    padding: 20px;
    font-size: 16px;
    text-align: center;
}
.site-footer .footer-logo {
    margin-bottom: 10px;
}
.site-footer .footer-copyright {
    font-size: 13px;
}


@media screen and (max-width: 815px) {
    .site-header {
        padding: 20px 20px;
        margin-bottom: 20px;
    }


}