@charset "utf-8";
body {
  font-family: Arial, Roboto, “Droid Sans”, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  /*font-family:Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;*/
  -webkit-text-size-adjust: 100%;
}
img {
  max-width: 100%;
}
.pcOnly {
  display: none;
}
h1, h2, h3, h4, h5, h6 {
  color: #000;
  font-size: 5vw;
}
.f16 {
  font-size: 14px !important;
}
/*****************  header ***********************/
header {
  background: #fff;
  border-radius: 0;
  margin: 0;
  padding: 20px 3vw;
  width: 100%;
  max-width: initial;
  align-items: center;
  position: relative;
}
header .logo {
  line-height: 0;
  font-size: 0;
}
header .logo img {
  margin-top: 0;
  width: 33vw;
}
.menuBtn {
  width: 6vw;
}
nav {
  display: none;
  z-index: 1000;
  width: 100%;
  position: absolute;
  top: 56px;
  left: 0;
}
.gNavi {
  min-width: initial;
}
.gNavi li {
  display: block;
  font-size: 16px;
  font-weight: normal;
  padding: 1em;
  background: #eaf0f6;
  border-bottom: 1px solid #bebebe;
}
.gNavi li a {
  border-right: none;
  display: block;
  padding: 0;
  position: relative;
}
.gNavi li a:after {
  display: block;
  position: absolute;
  right: 20px;
  background: url("images/arrow-blue.png") no-repeat;
  background-size: contain;
  width: 28px;
  height: 28px;
}
.gNavi li:first-child a {
  border-left: none;
}
.gNavi li.active {
  border-bottom: 1px solid #bebebe;
  padding-bottom: 1em;
}
.gNavi li a.btnContact {
  margin-left: 0;
  padding: 13px 25px 13px 55px;
}
.gNavi li a.btnContact::before {
  left: 50%;
  margin-left: -4em;
}
.menuBtn {
  position: absolute;
  right: 3vw;
}
.menuBtn img {
  cursor: pointer;
}
.menuBtn .open {}
.menuBtn .close {
  display: none;
}
/*****************  foot ***********************/
footer {
  padding: 0;
}
footer .inner {
  display: block;
  margin: 0;
  width: 100%;
}
footer .inner ul {
  display: block;
  border-top: 1px solid #bebebe;
}
footer .inner ul li a {
  border-bottom: 1px solid #bebebe;
  border-right: 0;
  display: block;
  padding: 1em;
  position: relative;
}
footer .inner ul li a:after {
  display: block;
  position: absolute;
  right: 20px;
  background: url("images/arrow-blue.png") no-repeat;
  background-size: contain;
  width: 28px;
  height: 28px;
}
footer .inner ul li:first-child a {
  border-left: none;
}
footer .copyright {
  font-size: 12px;
  text-align: center;
  padding: 2em;
}
footer .footer_address {
  line-height: 1.5;
  padding: 1em;
}
footer .footer_address dt {
  font-size: 16px;
  margin-bottom: 5px;
}
.pageTop {
  position: fixed;
  bottom: 10px;
  right: 10px;
  width: 11vw;
}
/*****************  contents top ***********************/
.mainviewWrap {
  height: 128vw;
}
#mainView {
  background: url("images/mv-sp.png") no-repeat center top;
  background-size: cover;
  padding-top: 26vw;
  height: 128vw;
}
#mainView .mvTxt {
  width: 85%;
  text-align: center;
  margin: 0 auto 20px;
}
#mainView .mvTxt img {
  margin: 0 auto;
}
#mainView .mvBtn {
  width: 50vw;
  margin: 0 auto;
  font-size: 20px;
}
#topSubnavi {
  padding: 30px 0;
}
#topSubnavi ul li figcaption {
  position: absolute;
  top: 40%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: 5em;
}
#topSubnavi ul li a {
  font-size: 18px;
}
#topSubnavi ul li a span {
  font-size: 12px;
}
#topNews h2::before {
  width: 20vw;
}
#topNews ul li {
  padding: 15px 0 20px 0;
}
#topNews ul li span {
  display: block;
}
#topNews ul li .txtBox {
  width: 100%;
  font-size: 12px;
}
#topNews ul li .date {
  width: auto;
  color: #7f7f7f;
  font-size: 11px;
}
#topNews .btn {
  margin: 20px auto;
  display: block;
  width: 40vw;
  font-size: 14px;
  font-weight: bold;
  padding: 10px 40px 10px 20px;
}
#topNews .btn::after {
  width: 14px;
  height: 13px;
  top: 31%;
  right: 20px;
}
/*****************  contents page ***********************/
.titleareaWrap {
  height: 27vh;
}
.titleArea {
  background: url("images/bg-pagehead-sp.png") no-repeat center top;
  background-size: cover;
  position: absolute;
  top: 0;
  width: 100%;
  height: 27vh;
  padding: 15vh 0 0;
}
.titleArea h1 {
  font-size: 24px;
}
.titleArea h1::after {
  width: 50px;
  height: 2px;
  bottom: -10px;
}
.pgs {
  padding: 20px 0 0;
}
.pgs h2 {
  font-size: 18px;
  margin: 15px 0 15px;
  padding-top: 20px;
}
.pgs.about p, .pgs.about li {
  line-height: 1.8;
}
.pgs * {
  font-size: 13px;
}
.pgs.about li {
  margin-left: 1.2em;
  text-indent: -1.2em;
}
.pgs.member h2 + ul li {
  width: 45%;
}
.pgs .step {
  width: 80vw;
}
.pgs.contact .conf_text {
  text-align: left;
}
.pgs.contact dl dt {
  font-size: 15px;
  padding: 15px 0 10px;
  border-bottom: 0;
  max-width: initial;
}
.pgs.contact dl dd {
  padding: 0 0 15px;
  max-width: initial;
}
.pgs.contact dl dd input[type="text"], .pgs.contact dl dd input[type="email"], .pgs.contact dl dd input[type="tel"] {
  width: 100%;
  height: 2em;
  -webkit-appearance: none;
}
.pgs.contact dl dd textarea {
  -webkit-appearance: none;
}
.pgs.contact dl + p {
  margin-top: 20px;
  text-align: center;
}
.pgs .checkbox-parts {
  display: inline-block;
  text-align: left;
  line-height: 1.5;
}
.btnSubmit, .btnSubmit input {
  width: 80vw;
  -webkit-appearance: none;
}
.btnModify input {
  width: 60vw;
  -webkit-appearance: none;
}
.return {
  margin-top: 30px;
  padding: 15px;
  width: 74vw;
}
.return::after {
  right: 8vw;
}
.pgs.contact .formCompletion h2 {
  margin: 0 0 20px;
}
.pgs.contact .formCompletion h2 + p {
  font-size: 12px;
}
.pgs.contact .agree {
  margin-top: 20px;
}