html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{
background:transparent;border:0;margin:0;padding:0;}img{vertical-align:bottom;}h1,h2,h3,h4,h5,h6{clear:both;font-weight:normal;}
ol,ul{list-style:none;}blockquote{quotes:none;}blockquote:before,blockquote:after{content:'';content:none;}table{border-collapse:collapse;border-spacing:0;}a img{border:none;}
.clear:after{content:".";display:block;clear:both;height:0;visibility:hidden;}.clear{min-height:1px;}
* html .clear{height:1px;/*\*//*/height:auto;overflow:hidden;/**/
}
*{
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
-o-box-sizing:border-box;
-ms-box-sizing:border-box;
box-sizing:border-box;
}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section,picture{display:block;}
address{font-style:normal;}
hr{margin:0;}

a{text-decoration:none;}
a:link,a:visited{color:#FFF;-webkit-font-smoothing:antialiased;}
a:active,a:hover{opacity:0.6;}
.btn-acc{
  cursor: pointer;
}

html{font-family:"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,"ヒラギノ角ゴ ProN W1 等幅", HiraKakuProN-W3, "HGゴシックE", "ＭＳ Ｐゴシック", "MS PGothic", "MS ゴシック", sans-serif;}
body{
position:relative;
/*padding:64px 0 0 0;*/
color:#434343;
line-height:1;
}


.tb{display: table;}
.tb>.cell{display: table-cell;}

.pos_ll{float:left;}
.pos_rr{float:right;}
.pos_l{float:left;}
.pos_r{float:right;}
.pos_c{text-align:center;}
.mb10 {margin-bottom:20px !important;}
.mb20 {margin-bottom:20px !important;}
.mb30 {margin-bottom:30px !important;}
.wid100p{
  width:100%;
  min-width: 1024px;
  padding-left: 30px;
  padding-right: 30px;
}
.wid880{width:880px;margin:0 auto;}
.wid960{width:960px;margin:0 auto;}
.wid1000{width:1000px;margin:0 auto;}
.wid1006{width:1006px;margin:0 auto;}
.wid1024{width:1024px;margin:0 auto;}
.wid1400{width:1400px;margin:0 auto;padding: 0 50px;}
.fs12{font-size:12px;line-height:1.4em;}
.fs14{font-size:14px;line-height:1.8em;}
.fs16{font-size:16px;line-height:1.8em;}
.fs18{font-size:18px;line-height:1.8em;}
.fs20{font-size:20px;line-height:1.1em;}
.fs22{font-size:22px;line-height:1.4em;}
.fs24{font-size:24px;line-height:1.4em;}
.fs26{font-size:26px;line-height:1.4em;}
.fs28{font-size:28px;line-height:1.4em;}
.fs32{font-size:32px;line-height:1.4em;}
.fs44{font-size:44px;line-height:1.4em;}
.fs46{font-size:46px;line-height:1.4em;}
.fs70{font-size:70px;line-height:1.1em;}

.bolder{font-weight:400;}
.bold{font-weight:bold;}
.fill_white{background-color:#FFF;}

br.pc{display:block;}
br.sp{display:none;}
a.sp{display:none;}
a.pc{display:inline;}
span.sp{display:none;}
span.pc{display:inline;}

header{
height:64px;
background-color:#FFF;
/*position:fixed;
top:0;
z-index:2;*/
width:100%;
}
header .img{padding-top:7px;}
header .tel{padding-top:8px;}

main{width:100%;
min-width:1024px;
position:relative;
}

#bnr{
position:fixed;
top:98px;
right:0;
z-index:2;
}
#bnr_sp{display:none;}



.lead{
  font-size: 15px;
  line-height: 2.0;
  text-align: justify;
}
.box2{
  display: flex;
}
.box2>.box{
  width: 50%;
}

.inner{
  margin-left: auto;
  margin-right: auto;
}

.com-logo-shd>span{
  display: block;
  overflow: hidden;
  border-radius: 50%;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3);
}
*+.notes>li:first-child {
  margin-top: 1.2em;
}
.notes li{
  font-size: 12px;
  text-indent: -1em;
  padding-left: 1em;
  line-height: 1.3;
}
@media only screen and (max-width:680px){
  .inner{
    padding-left: 8vw;
    padding-right: 8vw;
  }
  .notes li{
    font-size: 10px;
  }
}




.com-shdoffset-wrap{
  position: relative;
}
.com-shdoffset{
  position: absolute;
  top: -45px;
  left: -8px;
}
@media only screen and (min-width:681px){
  .com-shdoffset img{
    width: auto !important;
  }
}

@media only screen and (max-width:680px){
  .com-shdoffset{
    top: -18vw;
    left: 5.5vw;
    right: 5vw;
  }
  .cont-semi .com-shdoffset,
  .cont-prog .com-shdoffset,
  .cont-acce .com-shdoffset{
    top: -14vw;
  }
}


.fx,
.fxpc{
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.hc{
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.vc{
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.r-vc{
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.f-just{
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
.f-center{
-webkit-box-pack:center;
-moz-box-pack:center;
-ms-flex-pack:center;
-webkit-justify-content:center;
justify-content:center;
}


.sp{display: none;}
@media screen and (max-width:750px){
	.pc{ display: none;}
	.sp{ display: block;}
	.tbpc,.tb{display: block;}
	.tbpc>.cell,.tb>.cell{display: block;}
	.fxpc{display: block;}
	.fxsp{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	}
	.hc{
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	}
	.vc{
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	}
	.f-just{
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	}
	.f-center{
	-webkit-box-pack:center;
	-moz-box-pack:center;
	-ms-flex-pack:center;
	-webkit-justify-content:center;
	justify-content:center;
	}
}













.cont-hero{
  position: relative;
  z-index: 1;
  background: url(../img/hero-bg_pc.jpg) no-repeat 50% 30%;
  background-size: cover;
}

.cont-hero .inner{
  position: relative;
  max-width: 1000px;
  
  padding-top: 27px;
  padding-bottom: 105px;
}

.cont-hero .com-logo-shd{
  position: absolute;
  right: 0;
  top: 55px;
  width: 146px;
}

@media only screen and (min-width:1310px){
  .cont-hero .com-logo-shd{
    right: calc(660px - 50vw);
  }

}

/* .cont-hero .elem2{
  position: absolute;
  display: flex;
  bottom: -127px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  padding-bottom: 0;
} */
.cont-hero .elem2{
  position: absolute;
  display: flex;
  width: 100%;
  justify-content: center;
  bottom: -127px;
  left: calc(50% - 500px);
  padding-bottom: 0;
}
.cont-hero .elem2>li{
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5);
}
.cont-hero .elem2>li+li{
  margin-left: 18px;
}

@media only screen and (max-width:680px){
  .cont-hero{
    background-image: url(../img/hero-bg_sp.jpg) ;
  }
  .cont-hero .inner{
    padding: 3vw 4vw 49vw;
  }
  .cont-hero .com-logo-shd{
    width: 30vw;
    left: 14vw;
    right: auto;
    top: auto;
    bottom: 18vw;
  }
  .cont-hero .elem2{
    width: 100%;
    flex-wrap: wrap-reverse;
    justify-content: center;
    bottom: -56vw;
    left: auto;
    padding-bottom: 0;
  }
  .cont-hero .elem2>li{
    width: 40vw;
  }
  .cont-hero .elem2>li,
  .cont-hero .elem2>li+li{
    margin: 1.3vw;
  }

  .cont-hero .elem2>li:nth-child(1){
    order: 3;
  }


}


.cont1{
  padding: 175px 0 80px;
  background: url(../img/com-ptn1.png);
}
.cont1 img{
  width: 100%;
  height: auto;
}

.cont1 .elem{
  align-items: center;
  border: 8px solid #f0f0f0;
  background-color: #FFF;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  padding: 30px 30px 30px 45px;
}
.cont1 .elem .box-txt>h2 img{
  width: calc(100% - 70px);
}
.cont1 .elem .box-img{
  padding-left: 33px;
}
.cont1 .elem+.elem{
  margin-top: 20px;
}
.cont1 .lead{
  margin-top: 2em;
}
@media only screen and (max-width:680px){
  .cont1 .box2>.box{
    width: 100%;
  }
  .cont1{
    padding: 66vw 0 28vw;
  }
  .cont1 .elem{
    display: block;
    align-items: center;
    border: 8px solid #f0f0f0;
    background-color: #FFF;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    padding: 30px 20px;
  }
  .cont1 .elem .box-txt>h2 img{
    width: 100%;
  }
  .cont1 .elem .box-img{
    padding-left: 0;
    padding-top: 8vw;
    margin: 0 -3vw;
    width: auto;
  }
  .cont1 .elem+.elem{
    margin-top: 8vw;
  }
  
}


.cont2{
  padding: 0 0 90px;
  background: url(../img/com-ptn2.png);
}
.cont2 .part-title{
  position: relative;
  z-index: 0;
  padding-top: 5px;
  pointer-events: none;
  display: flex;
  justify-content: center;
}
.cont2 .elem1 .lead{
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin-top: 1.8em;
}
.cont2 .elem1 a{
  color: #e60012;
}
@media only screen and (max-width:680px){
  .cont2{
    padding: 0 0 15vw;
  }
  .cont2 .part-title{
    overflow: hidden;
    padding-top: 12vw;
    margin-left: -8vw;
    /* margin-right: -8vw; */
  }
  .cont2 .part-title img{
    position: relative;
    left: -2vw;
    width: calc(100% + 2vw);
  }
  .cont2 .elem1 .lead{
    font-size: 16px;
  }
}





.cont-semi{
  background: radial-gradient(ellipse at center,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 30%,rgba(255,255,255,0) 70%),
              radial-gradient(ellipse at center,  #dbf6f6 64%,#7ac4e9 90%,#ffffff 100%);
  background-repeat: no-repeat;
  background-position: top 30px right calc(50% - 300px),50%,50%;
  background-size: 620px 620px,150% 130%;
}
.cont-semi .inner{
  padding-top: 70px;
  padding-bottom: 100px;
}
.cont-semi .elem1 .box-txt{
  padding-top: 25px;
}
.cont-semi .elem1 .box-txt .part1{
  margin-right: -80px;
}
.cont-semi .elem1 .box-img{
  padding-left: 80px;
}
.cont-semi .elem1 .lead{
  margin-top: 1.5em;
}
/* .cont-semi .btn-wrap{
  margin-top: -100px;
} */
@media only screen and (max-width:680px){
  .cont-semi{
    background-position: top 25vw right 6.7vw,50%,50%;
    background-size: 86.7vw 86.7vw,200% 100%;
  }
  .cont-semi .box2{
    display: block;
  }
  .cont-semi .box2>.box{
    width: 100%;
  }
  .cont-semi .inner{
    padding-top: 18vw;
    padding-bottom: 19vw;
  }

  .cont-semi .elem1 .box-txt{
    padding-top: 0;
  }
  .cont-semi .elem1 .box-txt .part1{
    margin-right: 0;
  }
  .cont-semi .elem1 .part1{
    position: relative;
    z-index: 0;
  }
  .cont-semi .elem1 .part2{
    margin-top: -6vw;
    padding-left: 16vw;
    padding-right: 16vw;
  }
  .cont-semi .elem1 .lead{
    margin-top: 0;
  }
  /* .cont-semi .btn-wrap{
    margin-top: 3vw;
  } */
}



.cont-prog{
  /* background: url(../img/cont-prog-bg_pc.svg) no-repeat 50% 0; */
  background: url(../img/cont-prog-bg_pc.png) no-repeat 50%;
  background-size: cover;
}
.cont-prog .lead{
  font-size: 17px;
}
.cont-prog .inner{
  padding-top: 86px;
  padding-bottom: 90px;
}
.cont-prog .elem-title{
  display: flex;
  justify-content: center;
  align-items: center;
}
.cont-prog .elem-title .com-logo-shd{
  width: 142px;
  margin-right: 10px;
}
.cont-prog .elem1{
  background-color: #FFF;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  border-radius: 10px;
  padding: 50px;
  margin-top: 50px;
}
.cont-prog .elem1 img{
  width: 100%;
  height: auto;
}
.cont-prog .elem1 .elem>.part-title{
  /* width: 100%; */
  margin-right: -6px;
}
.cont-prog .elem1 .elem+.elem{
  margin-top: 50px;
}
.cont-prog .elem1 .box2{
  display: flex;
  padding-top: 35px;
}
.cont-prog .elem1 .box-img{
  width: calc(50% + 10px);
}
.cont-prog .elem1 .box-txt{
  flex: 1;
}
.cont-prog .elem1 .box-txt .lead+picture{
  margin-top: 1.5em;
}
.cont-prog .elem1 .elem:nth-child(odd) .box2{
  flex-direction: row-reverse;
}
.cont-prog .elem1 .elem:nth-child(odd) .box-txt{
  padding-right: 35px;
}
.cont-prog .elem1 .elem:nth-child(even) .box-txt{
  padding-left: 35px;
}
@media only screen and (max-width:680px){
  .cont-prog{
    /* background-image: url(../img/cont-prog-bg_sp.svg); */
    background-image: url(../img/cont-prog-bg_sp.png);
  }
  .cont-prog .inner{
    padding-top: 23vw;
  }
  .cont-prog .lead{
    font-size: 14px;
  }
  .cont-prog .elem-title{
    flex-direction: column;
    align-items: center;
  }
  .cont-prog .elem-title .part1{
    padding: 0 9vw;
    width: 100%;
    min-height: 0%;
  }
  .cont-prog .elem-title .com-logo-shd{
    width: 26vw;
    margin-right: 0;
    margin-bottom: 5vw;
  }
  .cont-prog .elem1{
    padding: 5vw;
    margin-top: 8vw;
  }
  .cont-prog .elem1 .elem>.part-title{
    margin-right: -1.5vwx;
  }
  .cont-prog .elem1 .elem+.elem{
    margin-top: 7vw;
  }
  .cont-prog .elem1 .box2{
    display: block;
    padding-top: 4vw;
  }
  .cont-prog .elem1 .box-img,
  .cont-prog .elem1 .box-txt{
    width: 100%;
  }
  .cont-prog .elem1 .box-txt .lead+picture{
    margin-top: 0.8em;
  }
  .cont-prog .elem1 .elem:nth-child(odd) .box-txt{
    padding-right: 0;
  }
  .cont-prog .elem1 .elem:nth-child(even) .box-txt{
    padding-left: 0;
  }
  .cont-prog .elem1 .elem .box-img+.box-txt{
    padding-top: 5vw;
  }
  .cont-prog .elem1 .elem:nth-child(3) .box-txt{
    padding-top: 0;

  }
  .cont-prog .elem1 .elem:nth-child(3) .box-img{
    margin-top: 1em;
  }
}



.cont-prog .elem1+.elem-title{
  margin-top: 70px;
}
.cont-prog .elem2{
  background-color: #FFF;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  border-radius: 10px;
  padding: 50px;
  margin-top: 50px;
}
.cont-prog .elem2 .box-txt{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: calc(50% - 10px);
  padding-right: 38px;
}
.cont-prog .elem2 .box-txt .part1{
  font-size: 28px;
  color: #e60012;
  font-weight: bold;
  line-height: 1.4;
  padding-bottom: 0.2em;
  border-bottom: 2px solid #e60012;
}
.cont-prog .elem2 .box-img{
  display: flex;
  flex-wrap: wrap;
  margin: -10px -8px;
  flex: 1;
  width: auto;
}
.cont-prog .elem2 .parts{
  border: 2px solid #e60012;
  margin: 10px 8px;
  width: calc(50% - 16px);
  text-align: center;
  font-weight: bold;
}

.cont-prog .elem2 .parts .part-t1{
  background-color: #e60012;
  color: #FFF;
  font-size: 22px;
  font-weight: bold;
  padding: 0.8em 0;
}
.cont-prog .elem2 .parts .part-t2{
  font-size: 24px;
  font-weight: bold;
  padding: 0.9em 0;
}
@media only screen and (max-width:680px){
  .cont-prog .elem1+.elem-title{
    margin-top: 13vw;
  }
  .cont-prog .elem2{
    padding: 9vw 5vw;
    margin-top: 10vw;
  }
  .cont-prog .elem2 .box2{
    display: block;
  }
  .cont-prog .elem2 .box-txt{
    display: block;
    width: 100%;
    padding-right: 0;
  }
  .cont-prog .elem2 .box-txt .part1{
    font-size: 21px;
    padding-top: 1em;
  }
  .cont-prog .elem2 .box-img{
    width: auto;
    margin: -3.2vw -2.6vw;
    padding-top: 4vw;
  }
  .cont-prog .elem2 .parts{
    margin: 3.2vw 2.6vw;
    width: calc(50% - 5.2vw);
  }
  .cont-prog .elem2 .parts .part-t1,
  .cont-prog .elem2 .parts .part-t2{
    font-size: 14px;
  }
}












.cont-voice{
  padding: 50px 0 90px;
  background: url(../img/com-ptn2.png);
}

.cont-voice .you{
  position: relative;
  box-shadow: 0 2px 6px rgb(0 0 0 / 30%);
  
}
.cont-voice .you:before {
  content: "";
  display: block;
  padding-top: 56.2%;
}
.cont-voice .you>* {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.cont-voice .elem1{
  margin-top: 45px;
  flex-wrap: wrap;
  /* justify-content: space-between; */
}
.cont-voice .elem1>.box{
  width: calc(50% - 20px);
}
@media only screen and (min-width:681px){
  .cont-voice .elem1{
    margin: 45px -20px 0;
  }
  .cont-voice .elem1>.box{
    width: calc(50% - 40px);
    margin-left: 20px;
    margin-right: 20px;
  }
  .cont-voice .elem1>.box:nth-child(n+3){
    margin-top: 40px;
  }

}
@media only screen and (max-width:680px){
  .cont-voice .elem1{
    display: block;
  }
  .cont-voice .elem1>.box+.box{
    margin-top: 35px;
  }
  .cont-voice .elem1>.box{
    width: 100%;
  }
}










.cont-acce img{
  width: 100%;
  height: auto;
}

.cont-acce .mklist {
  margin-top: 1.6em;
}
.cont-acce .mklist li{
  position: relative;
  padding-left: 1.4em;
  line-height: 1.6;
  font-size: 16px;
}
.cont-acce .mklist li:before{
  content: "▶";
  position: absolute;
  top: 0;
  left: 0;
  font-size: 16px;
  color: #00a73c;
}
.cont-acce .inner{
  padding-top: 73px;
  padding-bottom: 100px;
}
.cont-acce .part-title{
  width: 517px;
  margin: 0 auto;
}
@media only screen and (max-width:680px){
  .cont-acce .inner{
    padding-top: 23vw;
    padding-bottom: 16vw;
  }
  .cont-acce .mklist li{
    font-size: 14px;
  }
  .cont-acce .mklist li:before{
    font-size: 14px;
  }
  .cont-acce .part-title{
    width: 94%;
  }
}



.cont-acce .elem1{
  padding-top: 80px;
}

.cont-acce .elem1 .part-red{
  color: #E60012;
  font-size: 23px;
  font-weight: bold;
  margin-bottom: 0.8em;
}
.cont-acce .elem1{
  justify-content: space-between;
}
.cont-acce .elem1>.box{
  width: calc(50% - 30px);
}

.cont-acce .elem1 .part-week{
  align-items: center;
  margin-bottom: 16px;
}
.cont-acce .elem1 .part-week .part-1{
  font-size: 18px;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 0.05em;
  width: 77px;
  color: #00A63C;
  border: 1px solid #00A63C;
  text-align: center;
  padding: 0.4em 0;
}
.cont-acce .elem1 .part-week .part-2{
  flex: 1;
  padding-left: 15px;
  letter-spacing: -0.02em;
  line-height: 1.4;
}
.cont-acce .elem1 .part-week .part-2 .txt1{
  font-size: 20px;
}
.cont-acce .elem1 .part-week .part-2 .txt2{
  font-size: 16px;
}
.cont-acce .elem1 .part-week .part-2 .sizeS{
  font-size: 12px;
}
@media only screen and (max-width:680px){
  .cont-acce .elem1{
    padding-top: 12vw;
    display: block;
  }
  .cont-acce .elem1 .box-txt{
    width: 100%;
  }
  .cont-acce .elem1 .box-img{
    width: 100%;
    margin-top: 5vw;
  }
  .cont-acce .elem1 .part-red{
    font-size: 18px;
  }
  .cont-acce .elem1 .part-week{
    flex-direction: column;
    text-align: center;
    margin-top: 40px;
  }
  .cont-acce .elem1 .part-week>*{
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .cont-acce .elem1 .part-week .part-1{
    width: 100%;
    font-size: 16px;
    padding: 0.2em 0;
  }
  .cont-acce .elem1 .part-week .part-2{
    padding-top: 1.2em;
  }
  .cont-acce .elem1 .part-week .part-2 .txt2{
    margin-top: 0.8em;
  }
}



.cont-acce .elem1 .box-img .lead{
  line-height: 1.6;
}
.cont-acce .elem1 .box-img .part-tel{
  font-size: 27px;
  font-weight: bold;
  color: #00A63C;
  display: flex;
  align-items: center;
  margin-top: 0.5em;
}

.cont-acce .elem1 .box-img .part-tel:before{
  content: "TEL";
  background-color: #00A63C;
  color: #FFF;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.07em;
  padding: 0.4em 0.6em;
  margin-right: 10px;

}
.cont-acce .elem1 .box-img img+*{
  margin-top: 25px;
}

@media only screen and (max-width:680px){
  .cont-acce .elem1 .box-img+.box-img{
    margin-top: 18vw;
  }
  .cont-acce .elem1 .box-img .lead{
    font-size: 11px;
  }
}






/* .cont-acce .elem1 .box-img img+*{
  margin-top: 30px;
}
.cont-acce .elem1 .box-txt .part1{
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  font-size: 18px;
  line-height: 1.4;
  padding: 1.4em 0 1.1em;
  margin-top: 1.4em;
}
.cont-acce .elem1 .box-txt .part1 dt{
  width: 4em;
  color: #00a73c;
  font-weight: bold;
}
.cont-acce .elem1 .box-txt .part1 dt,
.cont-acce .elem1 .box-txt .part1 dd{
  padding-top: 0.3em;
}
.cont-acce .elem1 .box-txt .part1 dd{
  width: calc(100% - 4em);
}
.cont-acce .elem1 .box-txt .part1 dd>span{
  font-size: 10px;
}
@media only screen and (max-width:680px){
  .cont-acce .elem1{
    padding-top: 12vw;
    display: block;
  }
  .cont-acce .elem1 .box-txt{
    width: 100%;
    padding-right: 0;
  }
  .cont-acce .elem1 .box-img{
    width: 100%;
    margin-right: 0;
    margin-top: 10vw;
  }
  .cont-acce .elem1 .box-img img+*{
    margin-top: 4vw;
  }
  .cont-acce .elem1 .box-txt .part1{
    font-size: 14px;
  }
} */



/* V1 */
/* .cont-acce .elem1{
  padding-top: 40px;
}
.cont-acce .elem1 .box-txt{
  width: calc(50% - 30px);
  padding-right: 55px;
}
.cont-acce .elem1 .box-img{
  width: auto;
  flex: 1;
  margin-right: -40px;
}
.cont-acce .elem1 .box-img img+*{
  margin-top: 30px;
}
.cont-acce .elem1 .box-txt .part1{
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  font-size: 18px;
  line-height: 1.4;
  padding: 1.4em 0 1.1em;
  margin-top: 1.4em;
}
.cont-acce .elem1 .box-txt .part1 dt{
  width: 4em;
  color: #00a73c;
  font-weight: bold;
}
.cont-acce .elem1 .box-txt .part1 dt,
.cont-acce .elem1 .box-txt .part1 dd{
  padding-top: 0.3em;
}
.cont-acce .elem1 .box-txt .part1 dd{
  width: calc(100% - 4em);
}
.cont-acce .elem1 .box-txt .part1 dd>span{
  font-size: 10px;
}
@media only screen and (max-width:680px){
  .cont-acce .elem1{
    padding-top: 12vw;
    display: block;
  }
  .cont-acce .elem1 .box-txt{
    width: 100%;
    padding-right: 0;
  }
  .cont-acce .elem1 .box-img{
    width: 100%;
    margin-right: 0;
    margin-top: 10vw;
  }
  .cont-acce .elem1 .box-img img+*{
    margin-top: 4vw;
  }
  .cont-acce .elem1 .box-txt .part1{
    font-size: 14px;
  }
} */












.com-table1>.title h2{
	display: inline;
	color: #1265ac;
	box-shadow: inset 0 -18px #f7fc4c;
	padding-bottom: 4px;
}
.com-table1 .box{
	background-color: #FFF;
	padding: 6px;
  box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.2);
  margin-top: 30px;
	margin-bottom: 20px;
}

@media only screen and (min-width:681px){
  .com-table1{
    padding: 0 13px;
  }

}
.com-table1 table{
	width: 100%;
	border-collapse: separate;
	border-spacing: 2px;
  color: #3e3a39;
}
.com-table1 table tbody tr>*{
	padding: 7px 10px;
	line-height: 1.2em;
	text-align: center;
	font-size: 14px;
  font-weight: bold;
	/* height: 72px; */
}
.com-table1 table th{
	background-color: #6fb92c;
	color: #FFF;
	-webkit-font-smoothing: antialiased;
}
.com-table1 table th.horiz{
	background-color: #00a63c;
}
.com-table1 table th.horiz2{
	background-color: #007f41;
  font-size: 18px;
  padding-top: 15px;
  padding-bottom: 15px;
}
.com-table1 table td{background-color: #f6f6f6;}

.com-table1 table .type1 td{background-color: #ffeeab;}
.com-table1 table .type2 td{background-color: #fffac6;}


.com-table1 table .typet1{
  color: #00a63c;
  font-size: 15px;
  /* font-weight: bold; */
  text-align: right;
}
.com-table1 table .typet2{
  color: #e60012;
}

/* .com-table1 table .type1 th:nth-child(2){background-color: #dd5560;font-size: 22px;} */
.com-table1 table .type7 td,
.com-table1 table .type7 th{background-color: #f7fc00;}
.com-table1 table .type7 td:nth-child(4),
.com-table1 table .type7 td:nth-child(5){background-color: #1265ac;}

.com-table1 table .type3 td{background-color: #f9d8d1;}
.com-table1 table .type4 td{background-color: #fbe4de;}
.com-table1 table .type3 th,
.com-table1 table .type4 th{background-color: #e60012;}
.com-table1 table tr>.type5{
  background-color: #ffe45f;
  padding-top: 10px;
  padding-bottom: 10px;
}

.com-table1 table td>p.arrow{text-align: left;}
.com-table1 table td>p.arrow:after{
	content: "";
	display: inline-block;
	/* background: url("../img/ico_arrow.png") 100% 65% no-repeat; */
	background-size: 12px auto;
	width: 12px;
	height: 1em;
	padding-left: 0.2em;
}
.com-table1 table td>p.large{
	color: #e60012;
	/* font-weight: bold; */
	-webkit-font-smoothing: antialiased;
}

.com-table1 table td>p.large>span{
  font-size: 70%;
  position: relative;
  top: -0.15em;
}


.com-table1 table td>span{
	display: block;
	font-size: 10px;
	line-height: 1.2em;
  /* outline: 3px solid #000; */
  color: #000;
}
/* .com-table1 table td>a{
	color: inherit;
	font-weight: bold;
	font-size: 12px;
	line-height: 1.2;
	background: linear-gradient(transparent 92%, #db5562 0%);
	padding-bottom: 3px;
} */

.com-table1 table td>a{
  font-size: 11px;
  text-decoration: underline;
  color: #e60012;
  text-align: right;
	/* font-size: 12px;
	font-weight: bold;
	line-height: 1.3;
	display: block;
	width: 9em;
	background-color: #dd5560;
	border-radius: 5px;
	padding: 0.2em 0.5em;
	margin: 6px auto 0; */
}


/* .com-table1 table tr:last-child th{color: #444;} */

.com-table1 table tr.type10>*{
	opacity: 0;
	height: 7px;
	padding: 0;
}
.com-table1 .title{
	color: #e60012;
	padding-bottom: 42px;
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
}
.com-table1 .txt{
	text-align: right;
	color: #444;
}
.com-table1 .t-right{
	text-align: right;
}


.com-table1 table tr:not(.type3) th:not(.horiz,.horiz2,.type5){
  text-align: left;
}

@media only screen and (max-width:680px){
  .com-table1{padding: 0px 0 20px;}
  .com-table1>.title{padding-bottom: 16px;padding-left: 0;}
  .com-table1>.title>div.txt_a .box{
    width: 60px;
    height: 60px;
  }
  /*.com-table1>.title>div.txt_b{letter-spacing: -0.07em;}*/
    
  
  .com-table1>.title h2{
  box-shadow: inset 0 -12px #f7fc4c;
  padding-bottom: 3px;
  }
  .com-table1 .box{
  padding: 10px;
  margin-bottom: 10px;
  }
  .com-table1 table tbody tr>*{font-size: 14px;height: 62px;}
  .com-table1 table .type1 th:nth-child(2){font-size: 16px;}
  .com-table1 .box .wrap{white-space: nowrap;}
  
  [class*="com-table"] .box .wrap{overflow: auto;padding-bottom: 5px;}
  [class*="com-table"] .box .wrap::-webkit-scrollbar{height: 10px;}
  [class*="com-table"] .box .wrap::-webkit-scrollbar-track{background: #333;}
  [class*="com-table"] .box .wrap::-webkit-scrollbar-thumb {background: rgba(255, 255, 255, 0.3);}


  .com-table1 .title{padding-bottom: 20px;}
  .com-table1 .txt{text-align: left;}

}




.com-table2 table{
	width: 100%;
	border-collapse: separate;
	border-spacing: 2px;
  margin: -2px;
  width: calc(100% + 4px);
  color: #3e3a39;
}
.com-table2 table td{
  font-size: 16px;
  background-color: #f6e9da;
}
.com-table2 table tr:nth-child(odd) td{
  background-color: #faefe4;
}
.com-table2 table tr>*{
	padding: 0.9em 1em;
	line-height: 1.6em;
  vertical-align: top;
}
.com-table2 table th,
.com-table2 table tr>td:first-of-type{
  font-size: 18px;
  white-space: nowrap;
}
.com-table2 table th{
  color: #FFF;
  background-color: #00a63c;
}
.com-table2 table tr>td:first-of-type{
  color: #00a63c;
}

@media only screen and (max-width:680px){
  .com-table2 table{
    width: 500px;
  }
  .com-table2 table td{
    font-size: 12px;
  }
  .com-table2 table th,
  .com-table2 table tr>td:first-of-type{
    font-size: 14px;
  }
}


.com-cta{background-color: #FFF;}
.com-cta .inner{padding: 0 40px 110px;}
.com-cta .part1{
	height: 158px;
	padding-bottom: 18px;
	font-size: 36px;
	line-height: 1.3;
	text-align: center;
	color: #FFF;
	background: url(../img/cta-bg.png) no-repeat 50% 0;
	background-size: 100% auto;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}
.com-cta .part1 span{
	display: block;
	font-size: 20px;
	margin-top: 10px;
}
.com-cta .elem1{
	position: relative;
	z-index: 0;
	padding-top: 30px;
}
.com-cta .elem1>.box{width: 50%;}
.com-cta .elem1 .title{
	font-size: 22px;
	letter-spacing: -0.04em;
	line-height: 1.5;
	color: #3E3A39;
	margin-bottom: 20px;
}
.com-cta .elem1 .txt{
	position: relative;
	z-index: 1;
	padding-right: 15px;
}
.com-cta .elem1 .img{
	position: relative;
	z-index: 0;
	margin-top: -70px;
	margin-left: -20px;
	margin-right: -40px;
	width: calc(50% + 50px);
}
.com-cta .btns-wrap{padding-top: 38px;}
.com-cta .btns-wrap>.btn-sq{width: calc(50% - 12px);}

.com-cta .btn-wrap{
  padding-top: 10px;
  padding-bottom: 0;
}
.com-cta .bnr{margin: 30px 0 0;}
@media screen and (max-width:750px){
	.com-cta .inner{padding: 0 20px 22vw;}
	.com-cta .part1{
		height: auto;
		padding-top: 23px;
		padding-bottom: 27px;
		font-size: 34px;
		background-size: auto 100%;
		margin: 0 -20px;
	}
	.com-cta .part1 span{margin-top: 8px;}
	.com-cta .elem1{padding-top: 32px;}
	.com-cta .elem1>.box{width: 100%;}
	.com-cta .elem1 .title{
		font-size: 18px;
		margin-bottom: 28px;
	}
	.com-cta .elem1 .txt{padding: 0 10px;}
	.com-cta .elem1 .img{
		margin-top: 20px;
		margin-left: 0;
		margin-right: 0;
		width: 100%;
	}
	.com-cta .btns-wrap{
		padding: 27px 10px 0;
	}
  .com-cta .btn-wrap{
    padding-top: 0;
    margin-top: -3vw;
  }
	.com-cta .btns-wrap>.btn-sq{width: 100%;}
	.com-cta .btns-wrap>.btn-sq+.btn-sq{margin-top: 20px;}
	.com-cta .bnr{margin: 9px 0 0;}
}

























footer{
width:100%;
min-width:1024px;
text-align:center;
color:#FFF;
}
footer .copy{
font-size:14px;
padding:35px 0 75px;
background-color:#085E90;
-webkit-font-smoothing:antialiased;
}
footer .copy p{margin-bottom:10px;}

@media only screen and (max-width:680px){
a:active,a:hover{opacity:1;}
img{width:100%;height:auto;}
br.pc{display:none;}
br.sp{display:block;}
a.sp{display:inline;}
a.pc{display:none;}
span.sp{display:inline;}
span.pc{display:none;}

.wid100p{
  width:100%;
  min-width:100%;
  margin:0 auto;
  padding-left: 0;
  padding-right: 0;
}
.wid880,
.wid960,
.wid1000,
.wid1006,
.wid1024,
.wid1400{width:100%;margin:0 auto;}
.wid1400{padding: 0;}
.fs14{font-size:12px;line-height:1.8em;}
.fs16{font-size:13px;line-height:1.8em;}
.fs18{font-size:14px;line-height:1.8em;}
.fs20{font-size:15px;line-height:1.1em;}
.fs22{font-size:15px;line-height:1.4em;}
.fs24{font-size:15px;line-height:1.4em;}
.fs26{font-size:16px;line-height:1.4em;}
.fs28{font-size:16px;line-height:1.4em;}
.fs32{font-size:18px;line-height:1.4em;}
.fs44{font-size:20px;line-height:1.4em;}
.fs46{font-size:20px;line-height:1.4em;}
.fs70{font-size:28px;line-height:1.1em;}


/*body{padding:60px 0 0 0;}*/
header{height:60px;
display:flex;
justify-content:center;
align-items:center;
}
header .wid1400{
  position:relative;
  padding: 0;
}
header .img{
padding:5px 10px;
width:180px;
width:-webkit-calc(100% - 79px);
width:calc(100% - 79px);
max-width:300px;
}
header .img a{display: block;}
header .tel{display:none;}
#bnr{
display:none;
}
main{width:100%;
min-width:100%;
position:relative;
}
#bnr_sp{
display:block;
position:fixed;
z-index:1;
bottom:-60px;
transition: bottom 1s cubic-bezier(.4,0,0,1);
}
#bnr_sp img{width:50%;}

#bnr_sp.visible{
  bottom: 0;
  transition: bottom 1s cubic-bezier(.4,0,0,1);
}




footer{
width:100%;
min-width:100%;
text-align:center;
color:#FFF;
}
footer .copy{
font-size:12px;
padding:17px 15px 75px;
line-height: 1.4;
}
footer .copy p{
  margin-bottom:10px;
}

}


@media only screen and (max-width:375px){
  #bnr{right:-10px;}
}


/* *{outline: 1px solid rgba(0, 0, 0, 0.298);} */
  

.cont-sche{
  background-color: #FFF;
  border: 2px solid #e60012;
  border-radius: 10px;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.2);
  margin-top: 15px;
  margin-bottom: 40px;
}
.cont-sche .btn-acc{
  position: relative;
  display: block;
  font-size: 26px;
  font-weight: bold;
  text-align: center;
  color: #e60012;
  padding: 22px 20px;
}
.cont-sche .btn-acc:after{
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 15px);
  right: 20px;
  width: 30px;
  height: 30px;
  background: url(../img/btn-sche-acc.svg) no-repeat;
  background-size: 100%;
  -webkit-transform: rotate(180deg);
	transform: rotate(180deg);
  transition: transform 1s cubic-bezier(0,1.01,.52,1);
}
.cont-sche .btn-acc.open:after{
  -webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}
.cont-sche .box-acc{
  padding: 0 40px 60px;
}
.cont-sche .title-h3{
  background-color: #e60012;
  color: #FFF;
  font-size: 20px;
  font-weight: bold;
  padding: 0.7em 1em;
  margin-bottom: 7px;
}
.cont-sche .notes:not(.sizeL) li{
  font-size: 16px;
}
@media only screen and (max-width:680px){
  .cont-sche{
    margin-top: 8vw;
    margin-bottom: 8vw;
  }
  .cont-sche .btn-acc{
    font-size: 18px;
    padding: 18px 15px;
    text-align: left;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .cont-sche .btn-acc:after{
    display: block;
    position: relative;
    top: auto;
    right: auto;
    width: 24px;
    height: 24px;
  }
  .cont-sche .box-acc{
    padding: 0 6vw 10vw;
  }
  .cont-sche .title-h3{
    font-size: 16px;
    padding: 0.7em 1em;
    margin-bottom: 1.5vw;
  }
  .cont-sche .notes:not(.sizeL) li{
    font-size: 12px;
  }
}


.dt-tb{
  margin-top: 20px;
}
.dt-tb .notes li:first-child{
  margin-top: 0.3em;
}
.dt-tb .notes li{
  font-size: 16px;
  line-height: inherit;
}
.dt-tb .sizeL,
.dt-tb .notes.sizeL{
  font-size: 112.5%;
}
.dt-tb .color1{
  color: #00a63c;
}
.dt-tb .color2{
  color: #e60012;
}
.dt-tb>*{
  font-size: 16px;
  line-height: 1.6;
  padding: 0.3em 1em;
  margin-top: 12px;
}
.dt-tb dt{
  color: #FFF;
  background-color: #00a63c;
}
@media only screen and (min-width:681px){
  .dt-tb{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
  }
  .dt-tb dt{
    width: 6em;
  }
  .dt-tb dd{
    width: calc(100% - 6em);
  }
}
@media only screen and (max-width:680px){
  .dt-tb{
    margin-top: 16px;
  }
  .dt-tb .notes li{
    font-size: 13.5px;
  }
  .dt-tb>*{
    font-size: 12px;
    margin-top: 2vw;
    padding: 0.3em 1em;
  }
  .dt-tb dd{
    padding-left: 0;
    padding-right: 0;
  }
}