@charset "UTF-8";
/* RESPONSIVE BOTH---------------------------------------------------- */
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
main,
section,
summary,
time,
mark,
audio,
video {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  font-family: "Noto Sans CJK JP", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: 500;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
  text-size-adjust: 100%;
  line-height: 1.6;
  letter-spacing: 0.025em;
  color: #002438;
}

/* clearfix */
.clearfix {
  display: inline-block;
  min-height: 1%;
  /* for IE 7 and MacIE5.5*/
  width: 100%;
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
}

a:focus,
input:focus,
select:focus,
textarea:focus {
  outline: 0;
}

/* img {
  max-width: 100%;
  vertical-align: bottom;
} */

@media screen and (min-width: 769px) {
  .hide_pc {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .hide_sp {
    display: none;
  }
}

.inner {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
@media screen and (min-width: 769px) {
  .inner {
    padding: 0 10px;
    margin: auto;
  }
}

.contents-inner {
  max-width: 860px;
  width: 90vw;
  margin: 0 auto;
  padding-bottom: 180px;
}
@media screen and (max-width: 768px) {
  .contents-inner {
    padding: 0 0 14vw;
  }
}

.header {
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 9998;
  background-color: #fff;
  color: #FFFFFF;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-bottom: 2px solid #cccccc;
}
@media screen and (max-width: 768px) {
  .header {
    padding-top:1.2vh;
    padding-bottom:1.2vh;
  }
}
.header.bg-on {
  background-color: #fff;
}

/*nav----------------- */
.nav {
  max-width: 1024px;
  width: 95%;
  margin: auto;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
.nav .social p {
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .nav .social p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.nav .social a {
  display: inline-block;
  width: 30px;
  height: 30px;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .nav .social a {
    width: 9vw;
    height: 9vw;
    margin:0 0.8vw;
    display: block;
  }
}
.nav .social a:hover {
  -webkit-filter: none;
          filter: none;
}
.nav .social span {
  margin-right: 1em;
  font-size: 20px;
  font-weight: 600;
}
@media screen and (max-width: 900px) {
  .nav .social span {
    font-size: 12px;
    font-weight: bold;
  }
}
.nav .logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
}
@media screen and (min-width: 769px) {
  .nav .logo {
    padding: 0.5em 0;
  }
}
@media screen and (max-width: 769px) {
  .nav .logo a {
    height: auto;
  }
}
.nav .logo a.sol img{
  width: 103px;
  height: 42px;
}
.nav .logo a.sponser img{
  width: 53px;
  height: 39px;
}
.nav .logo.somarca img{
  width: 146px;
  height: 25px;
}
.s .nav .logo a.sol img{
    width: 21vw;
    height: auto;
  }
.s .nav .logo .sponser img{
  width: 9vw;
  height: auto;
}
.s .nav .logo .somarca img{
  width: 26vw;
  height: auto;
}
.nav .logo .somarca{
  padding-left: 10px;
  height: auto;
} 
.nav .logo img {
  width: 100%;
  vertical-align: bottom;
}
.nav .logo span {
  margin: 0 0.25em;
  font-size: 24px;
  color: #474747;
}
@media screen and (max-width: 768px) {
  .nav .logo span {
    padding-right: 0.15em;
    padding-bottom: 0.15em;
    font-size: 4vw;
  }
}

.bnr-sponsor {
  width: 100%;
  max-width: 860px;
  margin: 60px auto;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .bnr-sponsor {
    margin: 6vw auto;
  }
}
.bnr-sponsor img {
  width: 100%;
  max-width: 730px;
}



.message {
  padding: 40px 0;
  margin: 0 auto 80px;
  line-height: 1.8;
  position: relative;
  font-weight: 500;
}
@media screen and (min-width: 769px) {
  .message {
    padding: 50px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .message {
    padding: 0;
    margin-bottom: 8vw;
  }
  .message > img {
    margin-bottom: 4vw;
  }
}
.message dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
}
@media screen and (min-width: 769px) {
  .message dl {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (max-width: 768px) {
  .message dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 4vw;
  }
}
.message dl dt {
  text-align: center;
}
@media screen and (min-width: 769px) {
  .message dl dt {
    width: 20%;
  }
}
.message dl dd {
  font-size: 15px;
  color: #FFFFFF;
}
@media screen and (min-width: 769px) {
  .message dl dd {
    width: 80%;
    padding-left: 20px;
  }
}
@media screen and (max-width: 768px) {
  .message dl dd {
    font-size: 3.4vw;
  }
}
.message dl img {
  width: 160px;
}
@media screen and (max-width: 768px) {
  .message dl img {
    width: 40%;
    margin: 4vw 0 2vw;
  }
}
.message:before, .message:after {
  content: "";
  display: block;
  height: 4px;
  border-top: 1px solid #FFFFFF;
  border-bottom: 3px solid #FFFFFF;
}
@media screen and (min-width: 769px) {
  .message:before {
    margin-bottom: 40px;
  }
  .message:after {
    margin-top: 40px;
  }
}

.copyright {
  text-align: center;
}
.copyright .logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.copyright .logo img {
  margin: 0 20px;
}
.copyright .logo .logo-sol {
  width: 200px;
}
.copyright .logo .logo-teijin {
  width: 220px;
}
.copyright .logo .logo-dakejanai {
  width: 140px;
}
.copyright__text {
  padding: 70px 0;
  font-size: 12px;
  color: #FFFFFF;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .copyright {
    font-size: 1vw;
  }
  .copyright__text {
    padding: 6vw 0 12vw;
    font-size: 2.8vw;
  }
  .copyright .logo img {
    margin: 0 3vw;
  }
  .copyright .logo .logo-sol {
    width: 22vw;
  }
  .copyright .logo .logo-teijin {
    width: 32vw;
  }
  .copyright .logo .logo-dakejanai {
    width: 18vw;
  }
}

.friend {
  color: #FFFFFF;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .friend {
    margin: 30px auto 100px;
  }
}
.friend__heading {
  font-family: "游ゴシック", YuGothic, "Yu Gothic", "メイリオ", sans-serif;
  font-weight: 600;
  font-style: oblique;
  font-style: italic;
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  .friend__heading {
    font-size: 2.8vw;
  }
}
.friend__snsHeading {
  font-family: "Open Sans", Helvetica, ArialMT, "Noto Sans Japanese", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", メイリオ, sans-serif;
  font-weight: 600;
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  .friend__snsHeading {
    font-size: 2.8vw;
  }
}
.friend__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 16px auto;
  width: 540px;
}
.friend__list img {
  width: 68px;
  height: 68px;
}
@media screen and (max-width: 768px) {
  .friend__list {
    width: 80vw;
    margin: 5vw auto 10vw;
  }
  .friend__list img {
    width: 12vw;
  }
}

.pagetop {
  position: fixed;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  right: 20px;
  bottom: 20px;
  z-index: 99;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.pagetop svg {
  fill: #FFFFFF;
}
.pagetop:hover {
  opacity: .6;
}
@media screen and (max-width: 768px) {
  .pagetop {
    width: 20vw;
    height: 20vw;
    padding: 2.5vw;
  }
}

/*# sourceMappingURL=style.css.map */