@charset "utf-8";

@import url(//fonts.googleapis.com/css?family=Zen+Kaku+Gothic+New);

/* .sub-topimg
================================================== */
.sub-topimg {
  position: relative;
  width: 100%;
  height: 70vh;
  min-height: 640px;
  overflow:hidden;
  margin-top:100px;
}

@media screen and (max-width: 810px) {
.sub-topimg {
  height: auto;
  margin-top:50px;
  min-height: initial;
}
}

#bg-space {
  background-image: url("../images/bt-topimg.webp");
  background-position: top 25% left;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: cover;
}

@media screen and (max-width: 810px) {
#bg-space {
  background-position: center left;
}
}

.sub-topimg .block {
  padding:0;
  width:100%;
  height: 100%;
  z-index:1;
  position: relative;
  background: rgba(0, 0, 0, 0);
}

#tpi-container{
  width:100%;
  max-width:1200px;
  margin:0 auto;
}

@media screen and (max-width: 1750px) {
#tpi-container{
  max-width:initial;
  padding: 0 0 0 3%;
}
}

@media screen and (max-width: 810px) {
#tpi-container {
  padding: 0 3%;
  box-sizing: border-box;
}
}

.sub-topimg .tp-left {
  width: 48%;
  z-index:2;
  position: relative;
  text-align: center;
  display: inline-block;
  padding-top:80px;
  text-align: left;
}

.sub-topimg .tp-left img{
  width: 100%;
  height:auto;
  max-width:595px;
  margin-bottom:5%;
}

.sub-topimg .tp-left p{
  color:#FFF;
  font-size:1.9em;
  font-family: 'Noto Sans Japanese', sans-serif;
  font-weight:600;
  letter-spacing: 0.05em;
  padding-left:20px;
  text-shadow:1px 1px 1px #000;
  line-height:1.8;
}

@media screen and (max-width: 810px) {
.sub-topimg .tp-left {
  width: 100%;
  display: block;
  padding-top:30px;
  box-sizing: border-box;
}

.sub-topimg .tp-left img{
  width: 90%;
  height:auto;
  margin:0 0 3%;
}
.sub-topimg .tp-left p{
  font-size:1.5em;
  padding:0 3%;
}
}

@media screen and (max-width: 568px) {
.sub-topimg .tp-left p{
  font-size:1.27em;
  font-weight:500;
  letter-spacing: 0em;
}
}

.sub-topimg .tp-panel {
  width: 60%;
  width: 70%;
  height:90%;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index:1;
}

.sub-topimg .tp-panel {
  background-image: url("../images/sun-panel4.webp");
  background-position: bottom right;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: auto 100% ;
}

@media screen and (max-width: 1600px) {
.sub-topimg .tp-panel {
  background-position: bottom right -100%;
}
}

@media screen and (max-width: 1550px) {
.sub-topimg .tp-panel {
  background-position: bottom right -85%;
}
}

@media screen and (max-width: 1510px) {
.sub-topimg .tp-panel {
  background-position: bottom left -100%;
}
}

@media screen and (max-width: 1280px) {
.sub-topimg .tp-panel {
  background-position: bottom left -50%;
}
}

.panel-ph{display: none;}

@media screen and (max-width: 810px) {
.sub-topimg .tp-panel {
  background: none;
  width: 100%;
  height:auto;
  position: relative;
}

.panel-ph{
  display:block;
  width:100%;
  margin:2% auto 0;
}

.panel-ph img{
  width: 100%;
  margin:0;
  height:auto;
}
}

/* .contact-info
================================================== */
.contact-info {
  width: 100%;
  margin:0 auto;
  padding:3% 0;
  box-sizing: border-box;
  position: relative;
  text-align: center;
  background-color: #FFF;
}

.contact-ttl{
  color:#2E3193;
  font-size:2em;
  font-family: 'Noto Sans Japanese', sans-serif;
  font-weight:600;
  letter-spacing: 0.05em;
  margin-bottom:10px;
}

@media screen and (max-width: 810px) {
.contact-ttl{
  font-size:1.6em;
}
}

@media screen and (max-width: 568px) {
.contact-ttl{
  font-size:1.25em;
}
}

.contact-tx{
  color:#2E3193;
  font-size:1.3em;
  font-family: 'Noto Sans Japanese', sans-serif;
  font-weight:600;
}


@media screen and (max-width: 810px) {
.contact-tx{
  font-size:1em;
}
}

.contact-info ul{
  width:100%;
  max-width:900px;
  margin:1% auto 1%;
}

.contact-info li{
  display:inline-block;
  width:45%;
  vertical-align: top;
  margin:0 2.5%;
  position: relative;
}

@media screen and (max-width: 810px) {
.contact-info li{
  width:48%;
  margin:0 1%;
}
}

@media screen and (max-width: 568px) {
.contact-info li{
  display:block;
  width:90%;
  margin:2% 5%;
}
}

.contact-info li dl{
  width:100%;
  box-sizing: border-box;
  padding:5% 7%;
}

.contact-info dt{
  display:inline-block;
  width:20%;
  vertical-align: middle;
}

.contact-info dt img{
  width:100%;
  height:auto;
}

.contact-info dd{
  display:inline-block;
  width:80%;
  vertical-align: middle;
  box-sizing: border-box;
  padding-left:5%;
  text-align: left;
}

.contact-info li .line{
  background-color:#FF066A;
  color:#FFF;
  -webkit-border-radius:20px;-moz-border-radius:20px;border-radius:20px;
}

.contact-info li .line dd p{
  padding:2px 0;
  font-size:14px;
}

.contact-info li .line dd strong{
  font-size:1.3em;
  font-family: 'Noto Sans Japanese', sans-serif;
  font-weight:600;
}

@media screen and (max-width: 810px) {
.contact-info li .line dd strong{
  font-size:1em;
}
}

@media screen and (max-width: 568px) {
.contact-info li .line dd strong{
  font-size:1.1em;
}
}

.contact-info li .tel{
  background-color:#2E3194;
  color:#FFF;
  -webkit-border-radius:20px;-moz-border-radius:20px;border-radius:20px;
}

.contact-info li .tel dd p{
  padding:2px 0;
  font-size:14px;
}

.contact-info li .tel dd strong{
  font-size:1.3em;
  font-family: 'Noto Sans Japanese', sans-serif;
  font-weight:600;
}

@media screen and (max-width: 810px) {
.contact-info li .tel dd strong{
  font-size:1.15em;
}
}

.contact-info li .tel dd span{
  font-size:2em;
  font-family: 'Roboto', sans-serif;
  font-weight:500;
  line-height:1.4;
}

.contact-info li .tel .fa{
  padding:0 5px;
}

.contact-info li a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent: 100%;
}

.contact-info li a:hover {
  background-color: #fff;
  opacity: 0.4;
  z-index: 1;
}
/* .neage-info
================================================== */
.neage-info {
  width: 100%;
  margin:0 auto;
  padding:4% 0 3%;
  box-sizing: border-box;
  text-align: center;
  background:#F5EFE4;
}

@media screen and (max-width: 568px) {
.neage-info {
  padding:4% 0;
}
}

.nayami-image{
  width:100%;
  max-width:1000px;
  margin:0 auto;
  box-sizing: border-box;
  padding:0 2%;
}

@media screen and (max-width: 810px) {
.nayami-image{
  padding:0;
}
}

.nayami-image-ph{
  width:100%;
  height:auto;
}

.nayami-image-ph img{
  width:100%;
  height:auto;
}

.sp-import{
  margin:0 auto;
  text-align: center;
}

.sp-import p{
  font-size: 2.2em;
  background:#C1A257;
  color:#FFF;
  padding:10px 30px;
  display:inline-block;
  font-family: 'Noto Serif JP', serif;
  font-weight: 400;
  margin-bottom:4%;
  -webkit-border-radius:20px;-moz-border-radius:20px;border-radius:20px;
  position: relative;
}

@media screen and (max-width: 810px) {
.sp-import p{
  font-size:1.6em;
}
}

@media screen and (max-width: 568px) {
.sp-import p{
  font-size:1.4em;
  display:block;
  padding:10px 5px;
  margin:3% auto 5%;
  width:90%;
}
}

.sp-import p::after {
 position: absolute;
 top: 100%;
 left: 50%;
 margin-left: -5px;
 content: ' ';
 border: 10px solid transparent;
 border-top-color: #C1A257;
}


/* .choice-box
================================================== */
.choice-box {
  width: 100%;
  margin:0 auto;
  padding:2% 0 0;
  position: relative;
  background-color: #F7B08F;
}


@media screen and (max-width: 810px) {
.choice-box {
  padding:4% 0;
}
}

.choice-box:after {
 position: absolute;
 top: 100%;
 left: 50%;
 margin-left: -15px;
 content: ' ';
 border: 30px solid transparent;
 border-top-color: #F7B08F;
 display:block;
 z-index:4;
 content:'';
}

.woman{
  width: 35%;
  padding:0 0 0;
  display:inline-block;
  vertical-align: middle;
}

@media screen and (max-width: 810px) {
.woman{
  width: 50%;
  padding:0 0 2%;
  display:block;
  margin:0 auto;
}
}

@media screen and (max-width: 568px) {
.woman{
  width: 60%;
  padding:0 0 2%;
}
}

.woman img{
  width: 100%;
  height:auto;
}

.choice-text{
  width: 65%;
  padding:0 0 0 5%;
  box-sizing: border-box;
  display:inline-block;
  vertical-align: middle;
}
@media screen and (max-width: 810px) {
.choice-text{
  width: 100%;
  padding:0 5% 3%;
  display:block;
}
}

.choice-ttl {
  color:#FFF;
  font-size:2em;
  font-family: 'Noto Sans Japanese', sans-serif;
  font-weight:600;
  text-shadow:1px 1px 1px #E69975;
  margin-bottom:2%;
}

.choice-ttl span {
  background: linear-gradient(transparent 70%, #FCF900 70%);
  font-size:1.2em;
  color:#582713;
}

.choice-txt {
  color:#582713;
  font-size:1.3em;
  font-family: 'Noto Sans Japanese', sans-serif;
  font-weight:500;
  line-height:1.8;
}

@media screen and (max-width: 810px) {
.choice-ttl {
  font-size:1.7em;
}
.choice-txt {
  font-size:1.2em;
}
}

@media screen and (max-width: 568px) {
.choice-ttl {
  font-size:1.3em;
}
.choice-txt {
  font-size:1em;
}
}

/* .isyo-denki
================================================== */
.isyo-denki {
  width: 100%;
  margin:0 auto;
  padding:4% 0 1%;
  box-sizing: border-box;
  position: relative;
  background:#F4F5FF;
}

@media screen and (max-width: 810px) {
.isyo-denki {
  padding:4% 0 5%;
}
}

.isyo-ttle{
  width:100%;
  max-width:800px;
  text-align: center;
  position: relative;
  margin:0 auto -30px;
}

@media screen and (max-width: 810px) {
.isyo-ttle{
  width:90%;
}
}

.isyo-ttle img{
  width: 100%;
  height:auto;
}

.isyo-ttl{
  color:#003369;
  font-size:2em;
  font-family: 'Noto Sans Japanese', sans-serif;
  font-weight:500;
  margin-bottom:10px;
  text-align: center;
  position: relative;
  z-index:1;
}

.isyo-ttl strong{
  font-weight:600;
  font-size:1.2em;
  color:#3F48E4;
}

@media screen and (max-width: 810px) {
.isyo-ttl{
  font-size:1.7em!important;
}
}

@media screen and (max-width: 568px) {
.isyo-ttl{
  font-size:1.4em!important;
}
}

.udln{
  border-bottom:1px solid #9CACC7;
  height:1px;
  width:120px;
  margin: 3% auto 5%;
}

@media screen and (max-width: 568px) {
.udln{
  margin: 0 auto 15px;
  width:90px;
}
}

.gran-info{
  width:100%;
  background-postion: center;
  background-image: url(../images/bg-prd.webp);
  background-size: 50% auto;
  background-position: left top;
  background-repeat: no-repeat;
  margin-bottom:5%;
}

.gran-ph{
  width:50%;
  padding:0 0;
  display:inline-block;
  vertical-align: middle;
}

@media screen and (max-width: 810px) {
.gran-info{
  background-size: 100% auto;
}

.gran-ph{
  width: 100%;
  display:block;
}
}
.gran-ph img{
  width: 100%;
  height:auto;
}

.gran-txt{
  width:50%;
  padding:0 0 0 5%;
  box-sizing: border-box;
  display:inline-block;
  vertical-align:middle;
}
@media screen and (max-width: 810px) {
.gran-txt{
  width: 100%;
  display:block;
  padding:0 2%;
}
}

@media screen and (max-width: 568px) {
.gran-txt{
  padding:0 5%;
}
}

.gran-txt h3{
  color:#003369;
  font-size:2em;
  font-family: 'Noto Sans Japanese', sans-serif;
  font-weight:500;
  margin-bottom:5%;
}

@media screen and (max-width: 810px) {
.gran-txt h3{
  margin-bottom:2%;
  font-size:1.6em;
}
}

@media screen and (max-width: 568px) {
.gran-txt h3{
  font-size:1.4em;
  margin-bottom:5px;
}
}

.gran-txt h3 span{
  font-weight:600;
  font-size:1.2em;
  color:#3F48E4;
}

.gran-txt p {
  color: #000;
  font-family: 'Noto Sans Japanese', sans-serif;
  font-weight:400;
  line-height:2;
  font-size:1.1em;
  padding:5px 0;
}
@media screen and (max-width: 568px) {
.gran-txt p {
  font-size:1em;
}
}

.isyo-ttles{
  color:#FFF;
  font-size:8em;
  font-family: 'Roboto', sans-serif;
  font-weight:600;
  text-align: center;
  position: relative;
  margin:0 auto -50px;
  line-height:1;
}

@media screen and (max-width: 810px) {
.isyo-ttles{
  font-size:5em;
  margin:0 auto -45px;
}
}

@media screen and (max-width: 568px) {
.isyo-ttles{
  font-size:4em;
  margin:0 auto -35px;
}
}

.isyo-ttl{
  color:#003369;
  font-size:2em;
  font-family: 'Noto Sans Japanese', sans-serif;
  font-weight:500;
  margin-bottom:10px;
  text-align: center;
  position: relative;
  z-index:1;
}

.feature{
  width:100%;
  margin:2% auto;
}


@media screen and (max-width: 810px) {
.feature{
  margin:5% auto ;
  padding-top:3%;
}
}

.feature li{
  width:24%;
  display:inline-block;
  vertical-align:top;
  background:#FFF;
  padding:8px;
  box-sizing: border-box;
  position: relative;
  text-align: center;
  margin:0.5%;
}

@media screen and (max-width: 810px) {
.feature li{
  width:48%;
  margin:2% 1%;
}
}

.ftnv{
  color:#003369;
  font-size:2.5em;
  font-family: 'Roboto', sans-serif;
  font-weight:700;
  text-align: center;
  width:50%;
  position: absolute;
  top: -25px;
  left:50%;
  margin-left:-25%;
}

@media screen and (max-width: 568px) {
.ftnv{
  font-size:2em;
}
}

.ftnv p{
  line-height:1;
  padding:0 5px 0 7px;
  display:inline-block;
  background-postion: center;
  background-image: url(../images/bg-whe.webp);
  background-size: 100% auto;
  background-repeat: repeat-x;
}

.feature li .fet-info{
  width:100%;
  border:1px solid #9CACC7;
  padding:30px 5px 10px;
  box-sizing: border-box;
}

.fet-icn{
  width:100%;
}

.fet-icn img{
  width:auto;
  height:125px;
  margin:0 auto 10px;
}

.fet01{
  color:#003369;
  font-family: 'Noto Sans Japanese', sans-serif;
  font-weight:500;
  font-size:1.05em;
}


@media screen and (max-width: 568px) {
.fet01{
  font-size:0.95em;
}
}

.fet01 span{
  font-size:1.1em;
  color:#3F48E4;
}

.fet02{
  color:#515D6;
  padding-top:6px;
  font-size:13px;
}

.are-buttons{
  margin-top:5%;
  text-align: center;
  font-weight:400;
  font-family: 'Noto Sans Japanese', sans-serif;
  font-size:1.5em;
}

@media screen and (max-width: 810px) {
.are-buttons{
  text-align:center;
  margin-left:auto;
}
}

@media screen and (max-width: 568px) {
.are-buttons{
  margin-top:15px;
  font-size:14px;
  font-size:1.25em;
}
}

.are-button{border:none;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box}
.are-button.c-button--ghost{display:inline-table;padding:10px 20px;border:2px solid #1D2088;color:#FFF;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;-moz-transition-duration:0.2s;-o-transition-duration:0.2s;-webkit-transition-duration:0.2s;transition-duration:0.2s}
.are-button.c-button--ghost:hover{border:2px solid #1D2088;}
.are-buttons a{text-decoration:none;background-color:#1D2088;}
.are-buttons a:hover{text-decoration:none;display:inline-table;color:#1D2088;background-color:#FFF;text-shadow:none;}

/* .simulare
================================================== */
.simulare {
  width: 100%;
  margin:0 auto;
  padding:4% 0;
  box-sizing: border-box;
  position: relative;
  background:#EDF8FA;
}

@media screen and (max-width: 810px) {
.simulare {
  padding:4% 2%;
}
}

@media screen and (max-width: 568px) {
.simulare {
  padding:4%;
}
}

.sim-import{
  margin:2% auto 0;
  text-align: center;
  width:100%;
}

@media screen and (max-width: 810px) {
.sim-import{
  width:80%;
}
}

@media screen and (max-width: 568px) {
.sim-import{
  width:100%;
}
}

.sim-import img{
  height:auto;
  width:100%;
  max-width:600px;
  margin:0 auto;
}

.sim-import p{
  font-size: 2em;
  background:#FF066A;
  color:#FFF;
  padding:10px;
  display:block;
  font-family: 'Noto Sans Japanese', sans-serif;
  font-weight:500;
  margin-bottom:6%;
  position: relative;
}

@media screen and (max-width: 810px) {
.sim-import p{
  font-size:1.4em;
}
}

@media screen and (max-width: 568px) {
.sim-import p{
  font-size:1.05em;
  display:block;
  padding:10px 5px;
}
}

.sim-import p::after {
 position: absolute;
 top: 100%;
 left: 50%;
 margin-left: -5px;
 content: ' ';
 border: 10px solid transparent;
 border-top-color: #FF066A;
}

.sim-import2{
  margin:0 auto;
  text-align: center;
  width:60%;
}

.sim-import2 p{
  font-size: 1.5em;
  background:#2E3194;
  color:#FFF;
  padding:10px 10%;
  display:block;
  font-family: 'Noto Sans Japanese', sans-serif;
  font-weight:500;
  margin-bottom:5%;
  -webkit-border-radius:20px;-moz-border-radius:20px;border-radius:20px;
  position: relative;
}

@media screen and (max-width: 810px) {
.sim-import2 p{
  font-size:1.4em;
}
}

@media screen and (max-width: 568px) {
.sim-import2{
  width:80%;
}

.sim-import2 p{
  font-size:1.2em;
  padding:10px 5px;
  margin-top:5%;
}
}

.simu-ttl{
  color:#555555;
  font-family: 'Noto Sans Japanese', sans-serif;
  font-weight:500;
  margin-bottom:5%;
  text-align: center;
  font-size:2.4em;
}

@media screen and (max-width: 810px) {
.simu-ttl{
  font-size:1.8em;
}
}

@media screen and (max-width: 568px) {
.simu-ttl{
  font-size:1.3em;
  margin-bottom:8%;
}
}
.ge_price{
  width:100%;
  margin:0 auto 25px;
  position: relative;
}

.ge_title{
  padding:3px 10px ;
  color:#FFF;
  display:inline-block;
  background  : #32ABBC;
  font-family: 'Noto Sans Japanese', sans-serif;
  font-weight:500;
  font-size:1.2em;
  letter-spacing: 0.2em;
}

@media screen and (max-width: 568px) {
.ge_title{
  padding:3px;
  font-size:0.95em;
  letter-spacing:0em;
  display:block;
  text-align: center;
}
}

.genjyo{
  width:40%;
  display:inline-block;
  vertical-align:middle;
}

.genjyo dl{
  padding:2% 0 0 15px;
}

@media screen and (max-width: 810px) {
.genjyo dl{
  width:96%;
  box-sizing: border-box;
  padding:2% 2% 0;
  margin:0 auto;
}
}

.genjyo dt{
  display:inline-block;
  vertical-align:middle;
  border  :1px solid #32ABBC;
  padding:5px 3px 5px 10px;
  line-height:1;
  width:30%;
  box-sizing: border-box;
  text-align: center;
  font-size:14px;
}

@media screen and (max-width: 810px) {
.genjyo dt{
  display:block;
  width:100%;
}
}

@media only screen and  (max-width: 568px) {
.genjyo dt{
  padding:5px 3px 5px;
  font-size:13px;
}
}

.genjyo dd{
  display:inline-block;
  vertical-align:middle;
  font-weight:bold;
  padding-left:10px;
  width:70%;
  box-sizing: border-box;
}

@media screen and (max-width: 810px) {
.genjyo dd{
  width:auto;
  display:block;
  padding:5px;
  text-align: center;
}
}

.ge_box{
  width:100%;
  margin:-2px auto 10px;
  border  : 3px solid  #32ABBC;
  padding:5px 1% 3px 1%;
  background  : #FFF;
  box-sizing: border-box;
}

.ge_box li a{color:#FE5A00!important;text-decoration:underline!important;} 
.ge_box li a:hover{color:#FE5A00!important;text-decoration:none!important;}

.ge_box .pr {
  font-size:18px;
  padding:15px 5px 5px 15px;
  line-height:1.4;
  border-bottom:1px dotted #0D9274;
  font-weight:bold;
}

@media screen and (max-width: 810px) {
.ge_box .pr {
  font-size:16px;
  text-align: center;
  padding:10px 5px 5px;
}
}
@media only screen and  (max-width: 568px) {
.ge_box .pr {
  font-size:16px;
  padding:5px;
}
}

.ge_box .price {
  font-size:30px;
  color:#DF2F00;
}


.ge_box ul {
  font-size:13px;
  padding:10px 5px 0 10px;
  letter-spacing 0em;
}

.ge_box li {
  margin-bottom:5px;
}

@media screen and (max-width: 810px) {
.ge_box .price {
  font-size:24px
}
}

@media only screen and  (max-width: 568px) {
.ge_box .price {
  font-size:18px;
}
}

.gen-arw{
  width:20%;
  display:inline-block;
  vertical-align:middle;
  box-sizing: border-box;
  padding:0 3%;
  text-align: center;
  font-family: 'Noto Sans Japanese', sans-serif;
  font-weight:500;
  font-size:1.2em;
  color:#2D357D;
}

.gen-arw img{
  width:100%;
  height:auto;
}

@media only screen and  (max-width: 568px) {
.gen-arw{
  padding:0 5px;
  font-size:15px;
}
.gen-arw img{
  margin-top:5px;
}
}

.takaku{
  margin:2% auto 4%;
  text-align: center;
  width:100%;
}

.takaku img{
  height:auto;
  width:100%;
  max-width:550px;
  margin:0 auto;
}

@media only screen and  (max-width: 810px) {
.takaku img{
  width:90%;
}
}

@media only screen and  (max-width: 568px) {
.takaku img{
  width:100%;
  margin:0 auto 4%;
}
}

.donyu-ba{
  margin:2% auto 2%;
  text-align: center;
  width:100%;
}

.donyu-ba img{
  height:auto;
  width:100%;
  max-width:260px;
  margin:0 auto;
}

@media screen and (max-width: 568px) {
.donyu-ba img{
  width:80%;
}
}

.saga-import{
  margin:0;
  text-align: center;
  width:30%;
  display:inline-block;
  vertical-align:top;
  padding-right:1%;
  box-sizing: border-box;
}
@media screen and (max-width: 568px) {
.saga-import{
  width:32%;
}
}
.saga-import img{
  height:auto;
  width:100%;
  max-width:600px;
  margin:0 auto;
}

.saga-import p{
  font-size: 1.4em;
  background:#FF066A;
  color:#FFF;
  padding:10px;
  display:block;
  font-family: 'Noto Sans Japanese', sans-serif;
  font-weight:500;
  margin-bottom:6%;
  position: relative;
  line-height:1.5;
}

.saga-import p span{
  color:#FFF600;
}

@media screen and (max-width: 810px) {
.saga-import p{
  font-size:1em;
  padding:7px;
}
}

@media screen and (max-width: 568px) {
.saga-import p{
  font-size:1em;
  padding:5px;
  letter-spacing:0em;
}
}

#pw100 {
  display:block;
  width:100%;
  margin-bottom:3%;
}

#pw70 {
  display:inline-block;
  vertical-align:top;
  width:70%;
}

@media screen and (max-width: 568px) {
#pw70 {
  width:68%;
}
}

.sim-tttl{
  margin:2% auto 0;
  text-align: center;
  width:100%;
}

.sim-tttl p{
  font-size: 1.2em;
  background:#DCE6F2;
  color:#1C334E;
  padding:10px 15%;
  display:inline-block;
  font-family: 'Noto Sans Japanese', sans-serif;
  font-weight:500;
  margin-bottom:3%;
  position: relative;
  -webkit-border-radius:10px;-moz-border-radius:10px;border-radius:10px;
  border:2px solid #1C334E;
}

@media screen and (max-width: 810px) {
.sim-tttl p{
  font-size:1.4em;
}
}

@media screen and (max-width: 568px) {
.sim-tttl p{
  font-size:1em;
  display:block;
  padding:10px 5px;
  margin-top:5%;
  margin-bottom:5%;
}
}

.sim-tttl p::after {
 position: absolute;
 top: 100%;
 left: 50%;
 margin-left: -5px;
 content: ' ';
 border: 10px solid transparent;
 border-top-color: #1C334E;
}

.sim-tttl2{
  margin:2% auto 0;
  text-align: center;
  width:100%;
}

.sim-tttl2 p{
  font-size: 1.2em;
  background:#FFFFE0;
  color:#E46C0A;
  padding:10px 15%;
  display:inline-block;
  font-family: 'Noto Sans Japanese', sans-serif;
  font-weight:500;
  margin-bottom:3%;
  position: relative;
  -webkit-border-radius:10px;-moz-border-radius:10px;border-radius:10px;
  border:2px solid #E46C0A;
}

@media screen and (max-width: 810px) {
.sim-tttl2 p{
  font-size:1.4em;
}
}

@media screen and (max-width: 568px) {
.sim-tttl2 p{
  font-size:1em;
  display:block;
  padding:10px 5px;
  margin-top:5%;
  margin-bottom:5%;
}
}

.sim-tttl2 p::after {
 position: absolute;
 top: 100%;
 left: 50%;
 margin-left: -5px;
 content: ' ';
 border: 10px solid transparent;
 border-top-color: #E46C0A;
}

.price-lst table {
  width:100%;
}

@media screen and (max-width: 568px) {
.price-lst table {
  border-collapse: collapse;
  border-spacing: 0;
  border-top: solid 1px #999;
  border-right: solid 1px #999;
}
}

.price-lst tr {
  box-sizing: border-box;
  vertical-align: top;
  display:inline-block;
  border-left: solid 1px #999;
}

.price-lst .w14{
  width: 14.28%;
}

.price-lst .w25{
  width: 25%;
}
.price-lst .w33{
  width: 33.3333%;
  margin-top:10px;
}
@media screen and (max-width: 568px) {
.price-lst .w14,.price-lst .w25,.price-lst .w33{
  width: 100%;
}
.price-lst .w33{
  margin-top:0px;
}
}

.price-lst #bor{
  border-right: solid 1px #999;
}


@media screen and (max-width: 568px) {
.price-lst #bor{
  border-right: none;
}
}

.price-lst th {
  background: #174291;
  text-align: center;
  color:#FFF600;
  font-family: 'Noto Sans Japanese', sans-serif;
  font-weight:500;
  padding: 10px 5px;
  font-size:1em;
  letter-spacing:.05em;
  font-size:1.1em;
  box-sizing: border-box;
  display:block;
  border-top: solid 1px #999;
  border-bottom: solid 1px #999;
}

@media screen and (max-width: 810px) {
.price-lst th {
  font-size:14px;
  letter-spacing:0em;
  padding: 10px 0;
}
}

@media screen and (max-width: 568px) {
.price-lst th {
  display:inline-block;
  width:45%;
  font-weight:400;
  line-height:1;
  border-top: none;
  padding: 15px 0;
}
}

.price-lst td {
  padding: 10px;
  background: #FFF;
  display:block;
  border-bottom: solid 1px #999;
  text-align: center;
  box-sizing: border-box;
}

@media screen and (max-width: 810px) {
.price-lst td {
  font-size:14px;
  padding: 10px 0;
}
}

@media screen and (max-width: 568px) {
.price-lst td {
  line-height:1;
  display:inline-block;
  padding: 15px 0;
  width:55%;
}
}

.price-lst td span{
  color:#FD1B15;
}

.price-lst td strong{
  font-size:1.05em;
  color:#FD1B15;
}

.taxx{
  font-size:13px;
  text-align: left;
  margin-top:5px;
  margin-left:10px;
}

.saga-min{
  font-size:1.2em;
  color:#000;
  font-family: 'Noto Sans Japanese', sans-serif;
  font-weight:500;
  text-align: center;
  margin: 1% 0 0;
}

@media screen and (max-width: 810px) {
.saga-min{
  font-size:1em;
}
}

.saga-min strong{
  font-size:2em;
  color:#FD1B15;
}

@media screen and (max-width: 810px) {
.saga-min strong{
  font-size:1.65em;
}
}

@media screen and (max-width: 568px) {
.saga-min{
  display:none;
}
}

.saga-min-sp{
  display:none;
}

@media screen and (max-width: 568px) {
.saga-min-sp{
  display:block;
  font-size:1em;
  color:#000;
  font-family: 'Noto Sans Japanese', sans-serif;
  font-weight:500;
  text-align: center;
  margin: 3% 0 3%;
}
.saga-min-sp strong{
  font-size:1.5em;
  color:#FD1B15;
}
}

.saga-cat{
  font-size:12px;
  text-align: center;
  margin:1% 0 4%;
  border-bottom:1px dotted #CCC;
  padding-bottom:3%;
}

.saga-cat p{
  margin:5px;
  display:inline-block;
  vertical-align:top;
}

.saga-cat2{
  font-size:12px;
  text-align: center;
  margin:2% 0 2%;
}

.saga-cat2 p{
  margin:5px 0;
}


@media screen and (max-width: 568px) {
.saga-cat2{
  padding:2% 1%;
  text-align: left;
}
}

.dounyu{
  display:inline-block;
  vertical-align:middle;
  width:50%;
  box-sizing: border-box;
  position: relative;
  z-index:0;
}

@media only screen and  (max-width: 810px) {
.dounyu{
  width:100%;
  display:block;
}
}

.ge_price2{
  width:100%;
  margin:0 auto;
  position: relative;
}

.ge_title2{
  padding:3px 10px ;
  color:#FFF;
  display:inline-block;
  background  : #FF066A;
  font-family: 'Noto Sans Japanese', sans-serif;
  font-weight:500;
  font-size:1.4em;
  letter-spacing: 0.2em;
}

@media only screen and  (max-width: 810px) {
.ge_title2{
  font-size:1.25em;
}
}

@media only screen and  (max-width: 568px) {
.ge_title2{
  font-size:1.1em;
  letter-spacing: 0em;
  display:block;
  text-align: center;
}
}

.ge_price2 dl{
  padding:2% 0 0 15px;
  width:50%;
  display:inline-block;
  vertical-align:top;
  box-sizing: border-box;
}

@media only screen and  (max-width: 568px) {
.ge_price2 dl{
  padding:2%;
  width:100%;
  display:block;
}
}

.ge_price2 dt{
  display:inline-block;
  vertical-align:middle;
  border  :1px solid #FF066A;
  padding:5px 3px 5px;
  line-height:1;
  width:40%;
  box-sizing: border-box;
  text-align: center;
  font-size:14px;
}

.ge_price2 dd strong {
  font-size:1.35em;
  color:#DF2F00;
  background: linear-gradient(transparent 80%, #F6FF00 80%);
}

@media only screen and  (max-width: 810px) {
.ge_price2 dd strong {
  font-size:1.25em;
}
}

.ge_price2 dd{
  display:inline-block;
  vertical-align:middle;
  font-weight:bold;
  padding-left:10px;
  width:60%;
  box-sizing: border-box;
}

.ge_box2{
  width:100%;
  margin:-2px auto 10px;
  border  : 3px solid  #FF066A;
  padding:5px 1% 3px 1%;
  background  : #FFF;
  box-sizing: border-box;
}

.ge_box2 li a{color:#FE5A00!important;text-decoration:underline!important;} 
.ge_box2 li a:hover{color:#FE5A00!important;text-decoration:none!important;}

.ge_box2 .pr {
  font-size:18px;
  padding:15px 5px 5px 15px;
  line-height:1.4;
  font-weight:bold;
}

@media only screen and  (max-width: 568px) {
.ge_box2 .pr {
  font-size:16px;
  padding:5px 5px 5px 15px;
  line-height:1.7;
}
}

.ge_box2 .price {
  font-size:30px;
  color:#DF2F00;
  padding:0 2px;
  background: linear-gradient(transparent 80%, #F6FF00 80%);
}

@media only screen and  (max-width: 810px) {
.ge_box2 .price {
  font-size:24px;
}
}

.ge_box2 small {
  font-size:14px;
  font-weight:normal;
  margin-left:15px;
}

@media only screen and  (max-width: 568px) {
.ge_box2 small {
  margin-left:5px;
}
}

.ge_box2 small span {
  color:#FF066A;
}

.dounyu2{
  display:inline-block;
  vertical-align:middle;
  width:50%;
  box-sizing: border-box;
}

@media only screen and  (max-width: 810px) {
.dounyu2{
  width:100%;
  display:block;
  padding:20px 0 2%;
}
}

@media only screen and  (max-width: 568px) {
.dounyu2{
  padding:50px 0 2%;
}
}

.jyosei{
  display:inline-block;
  vertical-align:bottom;
  width:33%;
  box-sizing: border-box;
  margin-left:-20px;
  z-index:2;
  position: relative;
}

@media only screen and  (max-width: 810px) {
.jyosei{
  vertical-align:top;
  width:23%;
}
}

@media only screen and  (max-width: 568px) {
.jyosei{
  width:33%;
}
}

.jyosei img{
  width:100%;
  height:auto;
}

.kouka{
  display:inline-block;
  vertical-align:bottom;
  width:70%;
  box-sizing: border-box;
  padding:2% 3%;
  z-index:1;
  margin-left:-3%;
  position: relative;
  background:#F6FF00;
  -webkit-border-radius:20px;-moz-border-radius:20px;border-radius:20px;
}

@media only screen and  (max-width: 810px) {
.kouka{
  width:82%;
}
}

@media only screen and  (max-width: 568px) {
.kouka{
  vertical-align:top;
  width:74%;
}
}

.kouka p{
  font-family: 'Noto Sans Japanese', sans-serif;
  font-weight:500;
  font-size:1.1em;
}

@media only screen and  (max-width: 810px) {
.kouka p{
  font-weight:400;
  font-size:1em;
}
}

@media only screen and  (max-width: 810px) {
.kouka p{
  font-size:0.95em;
}
}

.kouka span{
  color:#FF066A;
  font-weight:500;
}

.kouka h5{
  position: absolute;
  left: 10px;
  top: -48px;
  display:inline-block;
  background:#00B4F7;
  padding:4px 15px 7px;
  font-family: 'Noto Sans Japanese', sans-serif;
  font-weight:500;
  font-size:1.2em;
  color:#FFF;
  -webkit-border-radius:10px;-moz-border-radius:10px;border-radius:10px;
}

@media only screen and  (max-width: 568px) {
.kouka h5{
  font-size:1.1em;
  display:block;
  padding:4px 5px 7px;
  text-align: center;
  width:94%;
  box-sizing: border-box;
}
}

.kouka h5::after {
 position: absolute;
 top: 100%;
 left: 50%;
 margin-left: -3px;
 content: ' ';
 border: 6px solid transparent;
 border-top-color: #00B4F7;
}

/* .life-box
================================================== */
.life-box {
  width: 100%;
  margin:0 auto;
  padding:0;
  box-sizing: border-box;
  position: relative;
  text-align: center;
  padding:0 0 4%;
  background:#2EB9D5;
}

@media screen and (max-width: 568px) {
.life-box {
  padding:0 2% 4%;
}
}

.bg-life{
  width:100%;
  margin:0 auto 3%;
}

.bg-life img{
  width:100%;
  height:auto;
  vertical-align: top;
}

.life-ttl{
  color:#FFF;
  font-size:2em;
  font-family: 'Noto Sans Japanese', sans-serif;
  font-weight:600;
  letter-spacing: 0.05em;
  margin-bottom:10px;
}

@media screen and (max-width: 810px) {
.life-ttl{
  font-size:1.6em;
}
}

@media screen and (max-width: 568px) {
.life-ttl{
  font-size:1.35em;
}
}

.life-ttl span{ color:#FCFF00;}

.lifetxt{
  width: 100%;
  margin:0 auto;
  padding:1% 2%;
  box-sizing: border-box;
}

.lifetxt p{
  color:#000;
  font-size:1.1em;
  font-family: 'Noto Sans Japanese', sans-serif;
  font-weight:400;
  padding:3px 0;
  line-height:2;
}

@media screen and (max-width: 810px) {
.lifetxt p{
  font-size:1em;
  padding:3px 4%;
  text-align: left;
  line-height:1.8;
}
}

.type-list{
  width:100%;
  margin:2% auto 5%;
}

.type{
  width:30%;
  border:30px solid transparent;
  border-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="90" height="90" viewbox="0 0 90 90" stroke="none" fill="%23ffffff"><circle cx="30" cy="45" r="30"/><circle cx="60" cy="45" r="30"/><circle cx="45" cy="30" r="30"/><circle cx="45" cy="60" r="30"/></svg>') 30 fill/30px round;
  padding:0.5%;
  display:inline-block;
  margin:1.5%;
  box-sizing: border-box;
  position: relative;
  vertical-align: top;
}

@media screen and (max-width: 810px) {
.type{
  width:48%;
  margin:1% 1%;
}
}

@media screen and (max-width: 568px) {
.type{
  width:94%;
  display:block;
  margin:3% auto;
  padding:0;
}
}

.type-sy{
  width:100%;
}

.typ-ttl{
  font-family: 'Noto Sans Japanese', sans-serif;
  font-weight:400;
  line-height:1.25;
  font-size:14px;
}

.typ-ttl span{
  font-family: 'Roboto', sans-serif;
  font-weight:500;
  font-size:2em;
}

.typ-ttl .gren{
  color:#6AC967;
}

.typ-ttl .blw{
  color:#6793C9
}

.typ-ttl .pkn{
  color:#AF67C9
}

.typ-ttl .chya{
  color:#D1B33A
}
.type-sy .nmb{
  width:20%;
  display:inline-block;
  vertical-align: top;
  text-align: center;
  padding:5px 0 0;
}

@media screen and (max-width: 568px) {
.type-sy .nmb{
  width:100%;
  display:block;
  padding:0 0 10px 0;
}
}

.type-sy .tylst{
  display:inline-block;
  width:80%;
  vertical-align: top;
  box-sizing: border-box;
  padding:0 0 0 3%;
}

@media screen and (max-width: 568px) {
.type-sy .tylst{
  width:100%;
  display:block;
  padding:0;
}
}

.type-sy .tylst li{
  font-size:1.05em;
  padding:0 0 5px;
  font-family: 'Noto Sans Japanese', sans-serif;
  font-weight:400;
}


@media screen and (max-width: 568px) {
.type-sy .tylst li{
  font-size:1em;
}
}

.type-sy .tylst dt{
  display:inline-block;
  width:10%;
  vertical-align: top;
  padding:0;
  color:#0EC3B0;
  font-size:1.15em;
  line-height:1.3;
  text-align: right;
}

@media screen and (max-width: 568px) {
.type-sy .tylst dt{
  width:8%;
}
}

.type-sy .tylst dd{
  display:inline-block;
  width:90%;
  vertical-align: top;
  box-sizing: border-box;
  padding:0 0 0 5px;
  text-align: left;
  font-size:1.25em;
  line-height:1.4;
  font-weight:500;
}

@media screen and (max-width: 568px) {
.type-sy .tylst dd{
  width:92%;
  padding:0 0 0 8px;
  font-size:1.1em;
  letter-spacing:0em;
}
}

.type-sy .tylst dd span {
  background: linear-gradient(transparent 70%, #FCF900 70%);
}

.type-pro{
  width:100%;
}

.type-pro .tpro-ttl{
  font-size:14px;
  text-align: center;
  background:#0EC3B0;
  color:#FFF;
  padding:10px 5px;
  display:block;
  margin:5% auto 0;
  -webkit-border-radius:20px;-moz-border-radius:20px;border-radius:20px;
  position: relative;
}

@media screen and (max-width: 568px) {
.type-pro .tpro-ttl{
  padding:10px 15px;
  display:block;
}
}

.type-pro .tpro-ttl span{ color:#FCFF00;}


.review {
  margin:3% auto 0;
  width:100%;
  text-align: left;
}

.review_list {
  margin:0 auto;
  padding:0 2%;
  width:100%;
  box-sizing: border-box;
}


@media (max-width:810px) {
.review_list {padding:0 3%;}
}

.rev_list {
  width: 24%;
  padding:20px 15px 15px;
  background:#F8ECC5;
  background:#1B95AD;
  border-radius:4px;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0,0,0,0.22);
  box-shadow: 0 1px 2px 0 rgba(0,0,0,0.22);
  border-radius: 4px;
  position: relative;
  margin:0.5%;
  display:inline-block;
  vertical-align: top;
  box-sizing: border-box;
}

@media (max-width: 1280px) {
.rev_list {
  padding: 20px 10px 10px;
}
}

@media (max-width:810px) {
.rev_list {
  width: 48%;
  margin:1%;
}
}

.ctext{
  width:100%;
  box-sizing: border-box;
  padding:12px;
  border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  font-size:14px;
  background: #fff;
  font-family: 'Zen Kaku Gothic New', serif;
  font-weight:400;
  font-size:1.05em;
  color:#2E3193;
}

@media (max-width:568px) {
.ctext{
  font-size:1em;
  padding:10px;
  line-height:1.5;
}
}

.ctext span{
  color:#FF0882;
}

.bbs_pin{
  position: absolute;
  left: 50%;
  top: -15px;
  width:50px;
  height:30px;
  margin-left:-25px;
}

.bbs_pin img{
  width:50px;
  height:30px;
}

.koe-import{
  margin:0 auto;
  text-align: center;
}

.koe-import p{
  font-size: 1.6em;
  background:#1B95AD;
  color:#FFF;
  padding:10px 30px;
  display:inline-block;
  font-family: 'Zen Kaku Gothic New', serif;
  font-weight:400;
  margin-bottom:2%;
  -webkit-border-radius:20px;-moz-border-radius:20px;border-radius:20px;
  position: relative;
}

@media screen and (max-width: 810px) {
.koe-import p{
  font-size:1.4em;
}
}

@media screen and (max-width: 568px) {
.koe-import p{
  font-size:1.25em;
  padding:10px 20px;
  margin-top:5%;
  margin-bottom:5%;
}
}

.koe-import p::after {
 position: absolute;
 top: 100%;
 left: 50%;
 margin-left: -5px;
 content: ' ';
 border: 10px solid transparent;
 border-top-color: #1B95AD;
}


/* .schedule
================================================== */
.schedule {
  width: 100%;
  margin:0 auto;
  position: relative;
  text-align: center;
  background-image: url("../images/bg-schedule.webp");
  background-position: bottom center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: cover;
}

.schedule #block {
  width:100%;
  height: 100%;
  position: relative;
  padding:4% 2% 0;
  box-sizing: border-box;
  background: rgba(32, 37, 104, 0.1);

}

.time_box {
  width:100%;
  margin:0 auto;
}

@media screen and (max-width: 810px) {
.time_box{
  padding:0 0% 5%;
  box-sizing: border-box;
}
}

@media screen and (max-width: 568px) {
.time_box{
  padding:1% 2% 5%;
}
}
.time-ttl{
  color:#003369;
  font-size:2em;
  font-family: 'Noto Sans Japanese', sans-serif;
  font-weight:500;
  margin-bottom:10px;
  text-align: center;
  position: relative;
  z-index:1;
}

@media screen and (max-width: 810px) {
.time-ttl{
  font-size:1.8em;
}
}

@media screen and (max-width: 568px) {
.time-ttl{
  font-size:1.5em;
}
}

.time_list_box{
  width:100%;
  max-width:900px;
  margin:0 auto 0;
  background:#FFF;
  padding:4% 2% 0;
  box-sizing: border-box;
  -webkit-border-top-left-radius:15px;-moz-border-top-left-radius:15px;border-top-left-radius:15px;-webkit-border-top-right-radius:15px;-moz-border-top-right-radius:15px;border-top-right-radius:15px;
}

.time_list{
  width:100%;
  margin:0 auto;
  position: relative;
  box-sizing:border-box;
  padding:0 0 2%;
  overflow: hidden;
  display:block;
  background-image: url("../images/bg_arrow.webp") ;
  background-position: 8% 0;
  background-repeat: repeat-y;
}

@media screen and (max-width: 810px) {
.time_list{
  background-position: 40px 0;
}
}

.time_icon {
  width:15%;
  vertical-align: top;
  display: inline-block;
}

@media screen and (max-width: 568px) {
.time_icon {
  width:23%;
}
}

.time_icon_sy {
  width:100px;
  height:100px;
  border-radius:50px;
  background:#EFEFEF;
}

@media screen and (max-width: 810px) {
.time_icon_sy{
  width:80px;
  height:80px;
  margin:0 10px 0 0;
}
}

.time_icon_sy p {
  width:100%;
  height:100%;
  text-align:center;
  font-size:1.15em;
  color:#333;
  padding-top:35%;
  font-weight:500;
  font-family: 'Noto Sans Japanese', sans-serif;
  letter-spacing:0.05em;
}

@media screen and (max-width: 810px) {
.time_icon_sy p{
  font-size:1em;
}
}

.ye_text {
  vertical-align: top;
  display: inline-block;
  width:80%;
  padding:0 0 3% 1%;
  box-sizing:border-box;
}


@media screen and (max-width: 568px) {
.ye_text {
  width:75%;
  padding:0 2% 30px 2%;
}
}

.ye_text_ph {
  vertical-align: top;
  display: inline-block;
  width:25%;
}

@media screen and (max-width: 568px) {
.ye_text_ph {
  display: block;
  width:100%;
}
}

.ye_text_ph img{
  height:auto;
  width:100%;
}

.ye_text_sy {
  vertical-align: top;
  display: inline-block;
  width:75%;
  padding:0 5% 0 0;
  box-sizing:border-box;
}

@media screen and (max-width: 568px) {
.ye_text_sy {
  display: block;
  width:100%;
  padding:2%;
}
}

.ye_text_sy  .txx01{
  font-weight:500;
  font-family: 'Noto Sans Japanese', sans-serif;
  color:#204F8D;
  font-size:1.25em;
  margin:1% 0 7px;
  letter-spacing:0.1em;
  text-align: left;
}

.ye_text_sy  .txx02{
  line-height:1.8;
  font-size:14px;
  text-align: left;
}

@media screen and (max-width: 810px) {
.ye_text_sy  .txx01{
  font-size:1.05em;
}

.ye_text_sy  .txx02{
  line-height:1.6;
  font-size:13px;
}
}

/* .faq
================================================== */
.faq {
  width: 100%;
  margin:0 auto;
  position: relative;
  background-image: url("../images/bg-qa.webp");
  background-repeat: repeat-xy;
  box-sizing:border-box;
  padding:4% 2%;
}

.faq-ttl{
  color:#3691BB;
  font-size:2em;
  font-family: 'Noto Sans Japanese', sans-serif;
  font-weight:500;
  margin-bottom:10px;
  text-align: center;
  position: relative;
  z-index:1;
}

@media screen and (max-width: 810px) {
.faq-ttl{
  font-size:1.8em;
}
}

@media screen and (max-width: 568px) {
.faq-ttl{
  font-size:1.5em;
}
}

.faq li {
  vertical-align: top;
  display: inline-block;
  width:47%;
  margin:1.5%;
}

@media screen and (max-width: 810px) {
.faq li {
  width:100%;
  margin:2% 0;
  display: block;
}
}

@media screen and (max-width: 568px) {
.faq li {
  width:96%;
  margin:2%;
}
}

.qa-list{
  width:100%;
  background:#FFF;
  box-sizing: border-box;
  padding:3%;
  -webkit-border-radius:20px;-moz-border-radius:20px;border-radius:20px;
}

@media screen and (max-width: 568px) {
.qa-list{
  padding:5% 3%;
}
}

.qa-list .qa dt{
  width:50px;
  display:inline-block;
  vertical-align: top;
}

@media screen and (max-width: 568px) {
.qa-list .qa dt{
  width:40px;
  height:40px;
  vertical-align: middle;
}
}

.qa-list .qa dd{
  width:89%;
  box-sizing: border-box;
  padding-left:15px;
  display:inline-block;
  vertical-align: top;
}

@media screen and (max-width: 568px) {
.qa-list .qa dd{
  width:85%;
  vertical-align: middle;
}
}

.qa-list .kotae dt{
  width:50px;
  display:inline-block;
  vertical-align: top;
}

@media screen and (max-width: 568px) {
.qa-list .kotae dt{
  width:40px;
  height:40px;
  vertical-align: middle;
}
}

.qa-list .kotae dd{
  width:89%;
  box-sizing: border-box;
  padding-left:15px;
  display:inline-block;
  vertical-align: top;
}

@media screen and (max-width: 568px) {
.qa-list .kotae dd{
  width:85%;
  vertical-align: top;
}
}

.qa {
  width:100%;
  margin:0 0 10px 0;
  border-bottom:0.05em dotted #CCC;
  padding-bottom:10px;
}

.ques {
  width:50px;
  height:50px;
  border-radius:50px;
  background:#3691BB;
  position: relative;
}

.ques p{
  font-family: 'Roboto', sans-serif;
  font-weight:500;
  text-align:center;
  padding-bottom:3px;
  font-size:1.6em;
  line-height:1;
  color:#FFF;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 568px) {
.ques {
  width:30px;
  height:30px;
}

.ques p{
  font-size:1.2em;
}
}

.qa dd p{
  font-size:1.1em;
  padding-top:10px;
  font-family: 'Noto Sans Japanese', sans-serif;
  font-weight:400;
  color:#3691BB;
}

@media screen and (max-width: 1280px) {
.qa dd p{
  font-size:1.2em;
  padding-top:10px;
}
}

@media screen and (max-width: 568px) {
.qa dd p{
  font-size:1.05em;
  padding-top:0;
  line-height:1.3;
}
}

.kotae {
  width:100%;
}

.kotae dd p{
  line-height:1.8;
  padding: 1% 0;
  color:#000;
  font-size:14px;
}

@media screen and (max-width: 568px) {
.kotae dd p{
  font-size:0.9em;
  line-height:1.6;
  padding: 0;
}
}

.kotae dd li{
  line-height:1.8;
  padding: 5px 0 0;
  font-family: 'Noto Sans Japanese', sans-serif;
  color:#464644;
  font-weight:400;
}

@media screen and (max-width: 568px) {
.kotae dd li{
  font-size:0.9em;
  line-height:1.6;
  padding: 0;
}
}

.answ {
  width:50px;
  height:50px;
  position: relative;
}

.answ p{
  font-family: 'Roboto', sans-serif;
  font-weight:500;
  text-align:center;
  font-size:1.6em;
  line-height:1;
  color:#FF3C00;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 568px) {
.answ {
  width:30px;
  height:30px;
}

.answ p{
  font-size:1.2em;
}
}

.kotae a {
  text-decoration: underline;
  color: #174291;
}

.kotae a:hover {
  color: #52658F;
  text-decoration: none;
}

.kotae strong{
  color:#B91018;
  font-weight:500;
  font-size:1.1em;
}

@media screen and (max-width: 568px) {
.kotae strong{
  font-size:1.05em;
}
}

.kotae span{
  color:#B91018;
}
/* .footer
================================================== */
.footer {
  width:100%;
  position: relative;
  display:block;
  background-color:#F2F2F2;
  background-image: url(../images/bg_footer.webp);
  background-size:100% auto;
  background-position: left top;
  background-repeat: no-repeat;
  verflow:hidden;
}

.footer .overlay {
  width:100%;
  box-sizing:border-box;
  padding:4.5% 2% 3%;
}

@media screen and (max-width: 810px) {
.footer .overlay {
  padding:7% 2% 3%;
}
}

.f_logo{
  margin:0 auto 15px;
  text-align: center;
  line-height:2;
}

@media screen and (max-width: 810px) {
.f_logo{
  margin:10px auto 0;
}
}

.f_logo img{
  width:100%;
  max-width:300px;
  height:auto;
  margin:10px auto 0;
}

.f_logo span{
  font-family: 'Noto Sans Japanese', sans-serif;
  font-size:1.2em;
  font-weight:400;
}

@media screen and (max-width: 568px) {
.f_logo{
  font-size:14px;
}
}

.f_name{
  line-height:1.8;
  margin:0.5% auto;
  text-align: center;
  width:100%;
}

.f_name strong{
  font-size:1.4em;
  font-family: 'Roboto', sans-serif;
  font-weight:500;
}

@media screen and (max-width: 568px) {
.f_name strong{
  font-size:1.3em;
}
}

.f_txt{
  padding:1% 1% 0;
  text-align: center;
  font-size:13px;
  color:#5E5E5E;
}

footer .copy{
  text-align: center;
  font-size:12px;
  line-height:1;
  font-weight:300;
  color: #FFF;
  background:#2E3092;
  padding:15px 0;
}

/* page_top
========================================================================== */
#page_top {
position: fixed;
bottom: 1.5%;
right: 1.5%;
z-index:100;
width:50px;
}

@media screen and (max-width: 568px) {
#page_top {
width:40px;
bottom: 5px;
}
}

#page_top img{
width:100%;
height:auto;
}

.pcHide{display: none;}

/*---------------------------------タブレット---------------------------------------*/
@media screen and (max-width: 810px) {
.pcHide{display: block;}
.tbHide{display: none;}
}

/*---------------------------------スマホ---------------------------------------*/
@media screen and (max-width: 568px) {
.pcHide{display: block;}
.tbHide{display: block;}
.spHide{display: none;}
}

/* .contact
-------------------------------------------------- */
#contact{
  padding: 3.5% 0 4%;
  width:100%;
  margin:0 auto;
  background:#FFF;;
  text-align: center;
}

@media screen and (max-width: 810px) {
#contact{
  box-sizing: border-box;
  padding:5% 2%;
}
}

@media screen and (max-width: 568px) {
#contact{
  padding:5% 1%;
}
}

#contact .contact_ttl{
  margin-bottom:20px;
  font-weight:400;
  font-family: 'Noto Sans Japanese', sans-serif;
  font-size: 2em;
  display:inline-block;
  padding:0 2% 5px;
  color:#025AAC;
  border-bottom:2px solid #025AAC;
}

@media screen and (max-width: 810px) {
#contact .contact_ttl{
  font-size: 2em;
  margin-bottom:0;
}
}

@media screen and (max-width: 568px) {
#contact .contact_ttl{
  font-size: 1.5em;
  margin-bottom:3%;
}
}

#form_box {
  width:100%;
  margin: 3% auto 3%;
  text-align: left;
}

.contx .fa{
  margin-right:5px;
}

@media screen and (max-width: 810px) {
.contx .cont_sub{
  font-size:1.1em;
  padding:0 2%;
  margin-bottom:20px;
}
}

@media screen and (max-width: 568px) {
.contx .cont_sub{
  font-size:1em;
  margin-bottom:10px;
}
}

.contx strong{
  font-size:2em;
  font-family: 'Roboto', sans-serif;
  font-weight:500;
  color:#12A29A;
}

.contx a{text-decoration:none;color:#12A29A;}
.contx a:hover{text-decoration:none;color:#12A29A;}

.contx{
  font-weight:300;
  font-family: 'Noto Sans Japanese', sans-serif;
  font-size: 1.1em;
  color:#000;
  line-height:2;
  padding: 0 2% 3%;
  text-align: center;
}

@media screen and (max-width: 810px) {
.contx{
  font-size: 1em;
  line-height:1.8;
  padding: 0 2% 10px;
}
}

@media screen and (max-width: 568px) {
.contx{
  font-size: 0.95em;
  padding: 0 1% 5px;
}
.contx strong{
  font-size:1.8em;
}
}

.contx span{
  font-weight:400;
  color:#12A29A;
  padding-left:2px;
  padding-right:2px;
}

#form_box .bg_required {
  vertical-align: middle;
  display: inline-block;
  padding: 5px 8px;
  margin: 0 5px;
  color: #fff;
  background: #3A8CAA;
  border-radius: 3px;
  font-size: 12px;
  line-height: 1;
}

@media screen and (max-width: 568px) {
#form_box .bg_required {
  font-size: 11px;
}
}

.form_island{
  width: 100%;
  max-width:900px;
  margin:1% auto 2%;
  background:#FFF;
  padding:2%;
  box-sizing: border-box;
  -webkit-border-radius:8px;-moz-border-radius:8px;border-radius:8px;
}

@media screen and (max-width: 810px) {
.form_island{
  padding:4% 2% 0;
  margin:5% auto 0;
}
}

@media screen and (max-width: 568px) {
.form_island{
  padding:4% 3%;
}
}

.form_island .under{border-bottom:1px dotted #CCC;}

@media screen and (max-width: 810px) {
.form_island .under{
  border-bottom:none;
}
}

#form_box dl{
  width: 100%;
  margin:0;
  font-family: 'Noto Sans Japanese', sans-serif;
  font-weight:400;
}

@media screen and (max-width: 810px) {
#form_box dl{
  box-sizing: border-box;
  padding:0 4% 20px;
}
}

@media screen and (max-width: 568px) {
#form_box dl{
  box-sizing: border-box;
  padding:0 0 15px;
}
}

#form_box dt{
  width: 22%;
  display: inline-block;
  vertical-align: middle;
  padding:1.5% 3% 1.5% 0;
  box-sizing: border-box;
  font-weight:400;
  text-align: right;
  line-height:1;
}

@media screen and (max-width: 810px) {
#form_box dt{
  width: 100%;
  display: block;
  text-align: right;
  padding:0 2% 8px;
  text-align: left;
}
}

@media screen and (max-width: 568px) {
#form_box dt{
  padding:0 4% 5px;
  font-size:0.95em;
}
}

#form_box dd{
  width: 76%;
  display: inline-block;
  padding:2% 0 2% 4%;
  box-sizing: border-box;
  vertical-align: middle;
  border-left:1px solid #CCC;
}

@media screen and (max-width: 810px) {
#form_box dd{
  width: 100%;
  padding:15px 2%;
  border-left:none;
  border-top:1px solid #CCC;
}
}

@media screen and (max-width: 568px) {
#form_box dd{
  padding:10px 2%;
}
}

#form_box dd .form_col{
  display: inline-block;
  margin-right:5px;
}

#form_box .mtp005{margin-top:10px;}

@media screen and (max-width: 810px) {
#form_box dd .form_col{
  display: block;
  margin-right:0;
}

#form_box .mtp005{margin-top:10px;}
}

#form_box dd .form_col-w40{
  width: 30%;
  display: inline-block;
  margin-right:25px;
}

@media screen and (max-width: 810px) {
#form_box dd .form_col-w40{
  width: 45%;
  margin-right:5px;
}
}

#form_box dd .form_col-w30{
  width: 24%;
  display: inline-block;
  margin-right:1px;
}

@media screen and (max-width: 568px) {
#form_box dd .form_col-w30{
  width: 97%;
  margin-right:0;
  display: block;
  margin-bottom:10px;
}
}

.form_text{
  font-size:13px;
  margin-bottom:5px;
}

.form_text span{
  font-family: 'Roboto', sans-serif;
  font-weight:400;
}

#form_box dd input{
 padding : 8px;
 border:1px solid #CCC;
 -webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;
 color:#000;
 font-size:14px;
 cursor: pointer;
}

#form_box dd .ws95{
  width:99%;
}

@media screen and (max-width: 810px) {
#form_box dd .ws95{
  width:100%;
}
}

#form_box dd .ws90{
  width:99%;
  min-width:400px;
}

@media screen and (max-width: 810px) {
#form_box dd .ws90{
  width:100%;
  min-width:initial;
}
}

#form_box dd .ws80{
  width:80%;
}

@media screen and (max-width: 810px) {
#form_box dd .ws80{
  width:96%;
}
}

@media screen and (max-width: 568px) {
#form_box dd .ws80{
  width:90%;
}
}

#form_box dd .ws30{
  width:30%;
}

@media screen and (max-width: 810px) {
#form_box dd .ws30{
  width:70%;
}
}

.form_input{
  width:100%;
}

#form_box .mbtm10{
  margin-bottom:10px;
}

.form_red{
  color: #e60012;
  width:100%;
  margin-top:10px;
  font-size:0.9em;
}

#form_box dd textarea{
  padding : 8px;
  border:1px solid #CCC;
  -webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;
  cursor: pointer;
  font-size:14px;
}

#form_box dd select{
  -webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #ccc;
  background: #FFF;
  background: url(../images/arrow01.png) right 50% no-repeat, -webkit-linear-gradient(top, #fff 0%,#FFF 100%);
  background: url(../images/arrow01.png) right 50% no-repeat, linear-gradient(to bottom, #fff 0%,#FFF 100%);
  background-size: 20px, 100%;
  margin:0 5px 0 0;
  padding: 8px 27px 8px 8px;
  line-height:1;
  font-size:14px;
  cursor: pointer;
}

@media screen and (max-width: 568px) {
#form_box dd select{
  margin:0;
  padding: 8px 15px 8px 5px;
  background-size: 15px 100%;
  font-size:12px;
}
}

#form_box input[type=radio],#form_box input[type=checkbox] {
  display: none;
}

#form_box .radio, #form_box .checkbox {
  box-sizing: border-box;
  -webkit-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
  position: relative;
  display: inline-block;
  margin: 5px 0 5px;
  padding: 0 8px 0 20px;
  border-radius: 8px;
  vertical-align: middle;
  cursor: pointer;
}

@media screen and (max-width: 568px) {
#form_box .radio{
  font-size:0.95em;
  padding: 0 0 0 15px;
  margin: 5px;
}
}

#form_box .radio:hover, #form_box .checkbox:hover {
  background-color:;
}

#form_box .radio:hover:after,#form_box .checkbox:hover:after {
  border-color:;
}

#form_box .radio:after,#form_box .checkbox:after {
  -webkit-transition: border-color 0.2s linear;
  transition: border-color 0.2s linear;
  position: absolute;
  top: 50%;
  left: 0px;
  display: block;
  margin-top: -10px;
  width: 15px;
  height: 15px;
  border: 2px solid #bbb;
  border-radius: 50%;
  content: '';
}

@media screen and (max-width: 568px) {
#form_box .radio:after,#form_box .checkbox:after {
  width: 10px;
  height: 10px;
  margin-top: -5px;
}
}

#form_box .radio:before {
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  position: absolute;
  top: 50%;
  left: 3px;
  display: block;
  margin-top: -5px;
  margin-left:2px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background-color: #000;
  content: '';
  opacity: 0;
}

@media screen and (max-width: 568px) {
#form_box .radio:before {
    margin-top: -2px;
  margin-left:0px;
  width: 8px;
  height: 8px;
}
}

#form_box input[type=radio]:checked + .radio:before {
  opacity: 1;
}

#form_box .checkbox:before {
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  position: absolute;
  top: 50%;
  left: 21px;
  display: block;
  margin-top: -7px;
  width: 5px;
  height: 9px;
  border-right: 3px solid #88D8E9;
  border-bottom: 3px solid #88D8E9;
  content: '';
  opacity: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

#form_box input[type=checkbox]:checked + .checkbox:before {
  opacity: 1;
}

#form_box .send_bt {
  width: 100%;
  margin-top:30px;
  text-align: center;
}

@media screen and (max-width: 568px) {
#form_box .send_bt {
  margin-bottom:3%;
  margin-top:20px;
}
}

#form_box .send_bt li{
  display:inline-block;
  margin:0 5px;
}

input.conf_bt{
  padding:15px 30px;
  line-height: 1.4;
  background : #12A29A;
  color: #fff;
  display:block;
  -webkit-border-radius:5px;
  -moz-border-radius:5px;
  border-radius:5px;
  border-style: none;
  cursor: pointer;
  font-size:1.4em;
  font-family: 'Noto Sans Japanese', sans-serif;
  font-weight:500;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 568px) {
input.conf_bt{
  font-size:1.2em;
}
}

input.conf_bt:hover{
  opacity: 0.8;
}

input.reset_bt{
  padding:10px 15px;
  line-height: 1.4;
  background : #ACACAC;
  color: #fff;
  display:block;
  -webkit-border-radius:5px;
  -moz-border-radius:5px;
  border-radius:5px;
  border-style: none;
  cursor: pointer;
  font-size:12px;
}

@media screen and (max-width: 810px) {
input.reset_bt{
  padding:8px 12px;
  font-size:11px;
}
}

input.reset_bt:hover{
  opacity: 0.7;
}

.pro2_but{
  margin-top:5%;
  text-align: center;
  font-weight:300;
  font-family: 'Noto Sans Japanese', sans-serif;
  font-size: 1.1em;
}

@media screen and (max-width: 810px) {
.pro2_but{
  margin-top:40px;
  margin-bottom:5%;
  font-size: 0.95em;
}
}

@media screen and (max-width: 568px) {
.pro2_but{
  margin-top:30px;
}
}

.pro2_but a{text-decoration:none;}
.pro2_but a:hover{text-decoration:none;}

.pro2_but a{color:#FFF;text-decoration:none;padding:10px 25px;background-color:#F4143E;-webkit-border-radius:8px;-moz-border-radius:8px;border-radius:8px;border:2px solid #FFF;}
.pro2_but a:hover{color:#FFF;text-decoration:none;background-color:#FC617E;border:2px solid #FFF;}

@media screen and (max-width: 810px) {
.pro2_but a{
  padding:8px 15px;
}
}

/* .tp_contents
-------------------------------------------------- */
.tp_contents {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 4% 0;
  width: 100%;
}

@media screen and (max-width: 810px) {
.tp_contents {
  padding: 6% 0 4%;
}
}

.tp_contents:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  background: rgba(32, 37, 104, 0.7);
  z-index: 1;
}

.tp_contents:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  background-image: url("../images/bg-zero.webp");
  background-position: bottom center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: cover;
  z-index: 0;
}

@media screen and (max-width: 568px) {
.tp_contents:before {
  width: 150%;
  margin: 0 -25%;
}

.tp_contents:after {
  width: 150%;
  margin: 0 -25%;
}
}

.jsk-tit{
  text-align: center;
  font-size: 2.5em;
  font-weight:500;
  text-transform: uppercase;
  font-family: 'Roboto', sans-serif;
  font-weight:400;
  margin:0 0 1%;
  color:#FFF;
}

@media screen and (max-width: 810px) {
.jsk-tit{
  font-size: 2em;
  margin:2% 0 0;
}
}

.jsk-tit2{
  color:#FFF;
  font-size:1.2em;
  font-family: 'Noto Sans Japanese', sans-serif;
  font-weight:500;
  text-align: center;
  letter-spacing: 0.2em;
}

@media screen and (max-width: 568px) {
.jsk-tit2{
  font-size:1em;
}
}

.jsk-catch{
  color:#FFF;
  font-size:14px;
  padding:4% 2% 0;
  text-align: center;
}

@media screen and (max-width: 568px) {
.jsk-catch{
  padding:4% 2% 0;
  text-align: left;
}
}

.zi2{
  position: relative;
  z-index: 2;
  margin: 0;
  width: 100%;
}


#bukken-list{
  width:100%;
  display:block;
  box-sizing: border-box;
  padding:3% 4% 0;
  text-align: center;
}

@media screen and (max-width: 1580px) {
#bukken-list{
  padding:4% 3% 0;
}
}

#bukken-list .bsl {
  width: 33.3333%;
  padding:14px;
  display:inline-block;
  vertical-align: top;
  box-sizing: border-box;
  position: relative;
  text-align: left;
}

@media screen and (max-width: 1280px) {
#bukken-list .bsl {
  padding:10px;
}
}

@media screen and (max-width: 1000px) {
#bukken-list .bsl {
  width: 50%;
  padding:14px;
}
}

@media screen and (max-width: 810px) {
#bukken-list .bsl {
  padding:10px;
}
}

@media screen and (max-width: 568px) {
#bukken-list .bsl {
  width: 100%;
  display:block;
  padding:7px;
}
}

/*#bukken-list .bkls_text a{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent: 100%;
  z-index:2;
}

#bukken-list .bkls_text:hover{
  filter:alpha(opacity=60); 
  -moz-opacity: 0.6;
  opacity: 0.6;
  background-color: #fff;
  z-index: 3;
}*/

#bukken-list .bsl .items {
  width: 100%;
  box-sizing: border-box;
  position: relative;
  border:1px solid #222222;
  background:#FFF;
}

.bkls_photo {
  width:100%;
  position: relative;
  display:block;
}

.bkls_photo .overlays {
  position: relative;
  display:block;
  width:100%;
}

.bkls_photo img{
  width:100%;
  height:auto!important;
}

.bkls_text {
  width:100%;
  height:auto;
  padding:15px 25px 25px;
  box-sizing: border-box;
  position: relative;
}

@media screen and (max-width: 568px) {
.bkls_text {
  padding:10px 10px 20px;
}
}

.bk-syri{
  position: absolute;
  top: 8px;
  width:100%;
  margin: 0;
  text-align: left;
  box-sizing: border-box;
  padding:0 5px;
}

.bk-syri p{
  font-size:12px;
  display:inline-block;
  line-height:1;
  vertical-align: top;
  position: relative;
  padding:8px 10px;
  color:#FFF;
  -webkit-border-radius:15px;-moz-border-radius:15px;border-radius:15px;
  margin:0 3px;
}

.bk-syri .sy01{
  background:#0B346E;
}

.bk-syri .sy02{
  background:#0066AF;
}

.bkls_name {
  font-size:1.1em;
  line-height:1.5;
  color:#2E3193;
  text-align: left;
  font-family: 'Noto Sans Japanese', sans-serif;
  font-weight:500;
}

@media screen and (max-width: 1280px) {
.bkls_name {
  font-size:1em;
}
}

.bkls_tx {
  font-size:14px;
  line-height:1.6;
  letter-spacing:0;
  color:#545454;
  padding:10px 0 0;
  text-align: left;
}

