*{
	padding: 0;
	margin: 0;
	border: 0;
	box-sizing: border-box;
	font-size: 100%;
	list-style: none;
}
html{
	font-size: 62.5%;
	-webkit-font-smoothing: antialiased;
}
body{
	font-size: 2rem;
	font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
	line-height: 1.8;
	line-break: strict;
	overflow-wrap: break-word;
	word-wrap: break-word;
	position: relative;
}
main{background: #fff;    margin-bottom: 100px;}
amp-img{width:100%;height:auto;}
a{text-decoration:none;}
strong{background:linear-gradient(transparent 40%, #ffff66 0%);}
em{color:#bb0d0d;font-style:normal;font-weight:bold;}
u{text-decoration:none;background:linear-gradient(transparent 92%, #000 0%);font-weight:bold;}
.shadow{box-shadow: 0 0 20px rgba(0,0,0,0.1);}
.L{font-size:120%;}
.headerTimer {
  width: 100%;
  margin: 0 auto;
  padding: 5px 0;
  color: #fff;
  font-size: 1.2em;
  text-align: center;
  font-weight: bold;
  background-color: #ff4d4d;
  top: 0;
}
.headerTimer #timer {display: inline-block;}
.hdrA{
	font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
	padding: 20px;
	margin-bottom: 0;
	background: #202d74;
	color: #fff;
	font-weight: bold;
	font-size: 200%;
	line-height: 1.4;
	font-feature-settings: "palt";
	letter-spacing: 0.02em;
	text-align: center;
	position: relative;
}
.hdrA::after{
	content: "";
	display: block;
	width: 0;
	height: 0;
	border: solid 40px transparent;
	border-top: solid 30px #202d74;
	position: absolute;
	bottom: -69px;
	left: 50%;
	transform: translate(-50%, 0);
}
.hdrA.black{
	background: #000;
}
.hdrA.black::after{
	border-top: solid 30px #000;
}
.hdrA .s{
	 font-size: 70%;
    line-height: 1.2;
}
.hdrB{
	font-size: 170%;
	line-height: 1.5;
	text-align: center;
	padding: 15px 0;
	position: relative;
	background-image: linear-gradient(-30deg, #d49824, #dfb44d, #e8c96e, #f2e294, #fcf9c0, #f2e294, #e8c96e, #dfb44d, #d49824);
}
.hdrB span {
	font-size: 180%;

}
.hdrB::before,
.hdrB::after{
	content: "";
	display: block;
	width: 100%;
	height: 3px;
	background: rgb(210,164,43);
	background: linear-gradient(90deg, rgba(210,164,43,1) 0%, rgba(249,223,142,1) 50%, rgba(210,164,43,1) 100%);
	position: absolute;
}
.hdrB::before{top: 0;}
.hdrB::after{bottom: 0;}

.note{
	background-image:
		linear-gradient(90deg, transparent 0%, transparent 50%, #fff 50%, #fff 100%),
		linear-gradient(180deg, #ccc 1px, transparent 1px);
	background-size: 8px 100%,100% 2em;
	line-height: 2em;
	padding-bottom: 1px;
}
/******************************************************************************
*
* [共通]返金
*
******************************************************************************/
.refund {    background: #fefdf8 url(./images/txtarea_special_bg.jpg) no-repeat center ;
    background-size: cover;padding: 50px;}

#refund h2 {    width: 100%;   max-width: 400px;margin: 0 auto;}
#refund .box {
    width: 100%;   max-width: 800px;
    box-sizing: border-box;
    margin: auto;
    background:#fff;
    padding: 50px;
}

#refund .box p {
    text-align: center;
    margin: 30px 0;
}

/*---------------------
* 注意書き
---------------------*/

#refund .attention {
    background: #ddd;
    padding: 10px;
    font-size: 14px;
    line-height: 1.5;
}

#refund .attention table {
    width: 100%;
    box-sizing: border-box;
}

#refund .attention table th {
    width: 100px;
    box-sizing: border-box;
    font-size: 13px;
}

#refund .attention table th span {
    display: block;
    background: #686868;
    color: #fff;
    font-weight: 600;
    padding: 3px;
}

#refund .attention table td {
    width: 70%;
    width: -webkit-calc(100% - 100px);
    width: calc(100% - 100px);
    box-sizing: border-box;
    padding: 10px 0 10px 15px;
}

#refund .attention table td.full {
    padding-left: 0;
}

#refund .attention table td aside {
    font-size: 12px;
}
.txtarea_box {    max-width: 800px;margin: 3% auto;
    background: #fff;
    padding: 2% 4%;
    box-shadow: 0 0 20px rgb(0 0 0 / 10%);
}
.pay{ padding: 30px 17% 40px;background: url(./images/to_bg.jpg) no-repeat;background-size:cover;}
#pay .box {
    width: 100%;
    max-width: 800px;
    box-sizing: border-box;
    margin: 20px auto;
    background: #fff;
    padding: 30px;
}
.btnarea_info {
    margin-top: 3em;
    background: #fff;
    padding: 1em;
    border: 1px solid #ddd;
}
.btnarea_info_notice h4 {
    background: #c49861;
    color: #fff;
    padding: 0 1em;
    width: fit-content;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.btnarea_info_notice > div {
    background: #ebddb7;
    border: 2px solid #c49861;
    padding: 0.5em 1em;
    text-align: left;font-size: 14px;
}
.checklist {
    background: #e9e9e9;
    padding: 1px 1.5em;
    margin: 1em 0;
}
.checklist li::before {
    content: "";
    display: inline-block;
    width: 1em;
    height: 1em;
    background: transparent url(./images/icon_check.png) no-repeat center bottom;
    background-size: contain;
}
.checklist li {
    margin: 1em 0;
    text-indent: -1.3em;
    margin-left: 1.3em;
}
.f-main {
    color: #c19112;
}
.f-em2 {
    font-size: 2rem;
}
.f-center {
    text-align: center;
}
.center {
    text-align: center;
}
/* 申し込みボタン */
.btn{
	display: block;
	width: 100%;
	max-width: 600px;
	margin: 0 auto 10px;
	opacity: 1;
	transition: all 0.5s;
	position: relative;
	overflow: hidden;
}
.btn::after{
	content: "";
	display: block;
	width: 30px;
	height: 100%;
	position: absolute;
	top: -180px;
	left: 0;
	background-color: #fff;
	opacity: 0;
	transform: rotate(45deg);
	animation: reflect 2s ease-in-out infinite;
}
@keyframes reflect{
	0%{transform:scale(0)rotate(45deg);opacity:0;}
	80%{transform:scale(0)rotate(45deg);opacity:0.5;}
	81%{transform:scale(4)rotate(45deg);opacity:1;}
	100%{transform:scale(50)rotate(45deg);opacity:0;}
}
.btn img{
	display: block;
	animation: anime1 0.5s ease 0s infinite alternate;
	transform-origin:center;
}
@keyframes anime1{
	from{transform:scale(0.9,0.9);}
	to{transform: scale(1,1);}
}
.btn:hover{
	cursor: pointer;
	opacity: 0.8;
}
.btn + p{
	font-size: 80%;
	line-height: 1.5;
}

/* フッターボタン */
.btn-fixed{
	display: block;
}
.toTop{
	display: block;
	width: 50px;
	height: 50px;
	position: fixed;
	right: 10px;
	bottom: 130px;
	opacity: 0.8;
}
.btn-fixed a{
	display: flex;
	width: 100%;
	height: 90px;
	justify-content: center;
	align-items: center;
	padding: 0 4%;
	font-size: 120%;
	font-weight: 700;
	position: fixed;
	bottom: 0;
	left: 0;
	box-shadow: 0 0 20px rgba(0,0,0,0.2);
	color: #fff;
	    background: #000000b8;
	background-size: 100% auto;
	z-index: 100;
}
.btn-fixed a amp-img{
	width: 400px;
	height: 60px;
}
.btn-fixed > *:hover{
	cursor: pointer;
}
.trigger{
	height: 1000px;
	position: absolute;
	top: 0;
	z-index: -100;
}
 .header_logo {
	position: relative;
	padding: 0.5em 4%;
	background-color: var(--color-accent);
	background-image: linear-gradient(90deg, #2c43a9, #3775cb,  #387acf, #3b85d6, #387acf, #3775cb, #2c43a9);
}
.header_logo amp-img {
	max-width: 250px;
}
.header_logo::after {
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	position: absolute;
	bottom: -3px;
	left: 0;
	margin-top: 1px;
	background-color: var(--color-accent);
	background-image: linear-gradient(90deg, #d49824, #dfb44d, #e8c96e, #f2e294, #fcf9c0, #f2e294, #e8c96e, #dfb44d, #d49824);
}
.header_mv {
	position: relative;
}
.header_mv::before {
    position:fixed;
    top:0;
    left:0;
    z-index:-1;
    width:100vw;
    height:100vh;
	background: url(./images/header_bg.jpg?0530) no-repeat center center;
	background-size: cover;
    content:"";
}
.header_mv_inner {
	padding: 20px 4%;
	background-image: url(./images/bg_dot.png); 
	background-position: center;
	background-size: 2px;
	background-repeat: repeat;
}
.header_logo h1 {
    max-width: 700px;margin: 0 auto;
  }
.header_mv01 {
    max-width: 700px;
    width: 100%;
    margin: 1em auto 0;
}
.header_mv02 {
    max-width: 550px;
    width: 100%;
    margin: 0 auto;
}
.header_mv03 {
    max-width: 700px;
    width: 100%;
    margin: 0 auto;
}
header .btnarea {
    padding-top: 1em;
}
.btnarea {
    text-align: center;
}
.btnarea_note{color:#fff; font-size: 1.3rem;}

header b{
	font-size: 120%;
	line-height: 2.2;
}

.forpc{display: block;    margin: 0 auto;}
.forsp {display: none;}


.hiyou-title{
	max-width: 100%;
}


@media screen and (max-width: 640px) {  

  .forpc { display: none !important;}
  .forsp { display: block;margin: 0 auto;}
  }
/**recommend**/
.recommend_bg { background: url(./images/re_bg.png);    background-size: contain;}
.recommend{padding: 80px 4% 60px; width: 960px; margin: 0 auto;}
.re {
    max-width: 500px;
    width: 100%;
    margin: 0 auto 10px;
    text-align: center;
}
.re2 {
    max-width: 750px;
    width: 100%;
    margin: 0 auto;
}
.re3 {
    max-width: 560px;
    width: 100%;
    margin: 0 auto;
        text-align: center;
}
.title{
    max-width: 300px;
    width: 100%;
    margin: 0 auto 30px;
    text-align: center;
}
#en{background: #eee;padding: 80px 23% 60px;}
#en h2 {
    width: 100%;
    max-width: 300px;
    margin: 0 auto 30px;
}
#en .big{font-size:30px; }
#en ul{
	width: 100%;
	max-width: 1300px;
	margin: auto;
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#en figure{
	margin-bottom: 0.5em;
}
#en li{
	padding: 0px 0px 40px;
	background: #fff;
	position: relative;
	width: 100%;
}
#en li::after{
	content: "";
	display: block;
	width: 100%;
	height: 5px;
	background: rgb(210,164,43);
	background: linear-gradient(90deg, rgba(210,164,43,1) 0%, rgba(249,223,142,1) 50%, rgba(210,164,43,1) 100%);
	position: absolute;
	left: 0;
	top: 0;
}
.gold{color:#edd07a;}
.small{    font-size: 16px;}
#en li:nth-child(-n + 25){
	margin-bottom: 40px;
}
#en h3{
	width: 100%;
	margin: 0 auto 10px;
}
#en h3 amp-img{
    width: 100%;
    height: auto;
}
#en .r{
  position:absolute;　/* ←基本形にこれを追加しただけ */
  top:25px; /* ←更に追加 */
  right:25px; /* ←更に追加 */
    max-width: 130px;
    z-index: 99;    top: 20px;

}
#en .r2{
  position:absolute;　/* ←基本形にこれを追加しただけ */
  top:25px; /* ←更に追加 */
  right:25px; /* ←更に追加 */
    max-width: 130px;
    z-index: 99;    top: 20px;

}
#en dl dt {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #000;
}
#en dl dt .num {
    width: 95px;
    min-height: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #fff;
    background: radial-gradient(circle, rgba(21, 117, 209, 1), rgba(9, 44, 177, 1) 90%);
}
#en  dl dt .num .sub {
    font-size: 18px;
    line-height: 1;
}
#en dl dt .num .main {
    font-size: 26px;
    line-height: 1;
    font-weight: bold;
    margin-top: 5px;
}
#en dl dt h3 {    margin: auto;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.4;
    color: #fff;
    width: 85%;
    width: -webkit-calc(100% - 70px);
    width: calc(100% - 70px);
    box-sizing: border-box;
    padding: 0 12px 0;
}

@media only screen and (max-width: 767px){
.big { font-size: 130%;    line-height: 1.5;}
.checklist { padding: 1px 1em;}
.checklist li {    margin-left: 1em;
    font-size: 1.6rem;}
#en dl dt .num .sub {  font-size: 10px;}
#en dl dt h3 { font-size: 14px;}
#en {   padding: 30px 2% 10px;}
#en dl dt .num { width: 35px;}
#en h2 {
    width: 100%;
    max-width: 230px;
    margin: 0 auto 10px;
}
#en dl dt h3 { padding: 0 0px 0;    width: 87%;}
#en .big { font-size: 22px; padding: 0px 0px 0px;}
#en .r {
    right: -8px;
    max-width: 100px;
    top: 30px;}
    .en .r2 {
    right: -8px;
    max-width: 100px;
    top: 50px;}
#en li:nth-child(-n + 25) {
    margin-bottom: 20px;
}
#en li {
    padding: 0px 0px 20px;}
}
.map {
    padding: 80px 4% 60px;
    background: #0b1218 url(./images/map.jpg) no-repeat top;
    background-size: 100% auto;
}
.map .title {
    max-width: 700px;
    width: 100%;
    margin: 0 auto 30px;
    text-align: center;
}
@media only screen and (max-width: 767px){
.map {  padding: 30px 4% 20px;}
.map .title { margin: 0 auto 10px;}
}
.letter  .re {
    max-width: 500px;
    width: 100%;
    margin: 0 auto 10px;
    font-size: 3rem;
    color: #af7622;
    text-align: center;
}
.letter  dl {    margin: 20px 0 0;
    background: #fff;
    box-sizing: border-box;
    padding: 50px 30px 60px;
    position: relative;
    margin-bottom: 50px;
}

.letter dl:last-child {
    margin-bottom: 0;
}

.letter  dl::before {
    content: "";
    display: block;
    width: 90%;
    width: -webkit-calc(100% - 20px);
    width: calc(100% - 20px);
    height: 90%;
    height: -webkit-calc(100% - 20px);
    height: calc(100% - 20px);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit- transform: translateY(-50%) translateX(-50%);
    box-sizing: border-box;
    border: solid 1px #bd8e33;
}

.letter  dl dd {
    margin-top: 50px;
}

.letter  dl dd::before,
.letter dl dd::after {
    content: "";
    width: 150px;
    height: 150px;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
}

.letter dl dd::before {
    background-image: url(./images/gift_p1.png);
    top: 0;
    left: 0;
    background-position: top left;
}

.letter dl dd::after {
    background-image: url(./images/gift_p2.png);
    bottom: 0;
    right: 0;
    background-position: top right;
}

.letter dl dd small {
    display: block;
    text-indent: -1em;
    padding-left: 1em;
    color: #888;
}

.letter dl dd aside {
    background: #f5f7fa;
    padding: 15px;
    margin-top: 30px;
    border-radius: 8px;
}

.letter dl dd aside h4 {
    font-size: 16px;
    font-weight: 900;
    margin-bottom: 10px;
}

.letter dl dd aside ul {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
}

.letter dl dd aside ul li {
    width: 24%;
}
hr.style14 { 
  border: 0; 
  height: 1px; 
  background-image: -webkit-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
  background-image: -moz-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
  background-image: -ms-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
  background-image: -o-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0); 
}
.forpc { display: block;margin: 0 auto; }
.forsp { display: none; }
@media screen and (max-width: 640px) {  
  .forpc { display: none !important;}
  .forsp { display: block;margin: 0 auto;}
  }

@media screen and (max-width: 640px){
.recommend dl dd { margin-top: 20px;}
.title {  width: 60%;}
.re {  width: 80%;}
.recommend dl {font-size: 16px;
    margin: 10px 0 20px;
    padding: 30px 20px 30px;
   }
h4:before {  left: 0rem;}
h4:after {   right: 0rem;}
h4 { font-size: 16px;}
.recommend {  width: 100%;    padding: 40px 4% 20px;}
.recommend_bg {background-size: auto;}
.letter dl dd::before, .recommend dl dd::after {
    width: 100px;
    height: 100px;}
}

.medal{
	background: url(./images/bg10.jpg) no-repeat center top;
	background-size: cover;
	padding: 60px 4%;
}
.medal ul{
	width: 100%;
	max-width: 1200px;
	margin: auto;
	display: flex;
	justify-content: space-between;
}
.medal li{
	width: 32%;
}

.c{      padding: 40px 0 20px 0;
    text-align: center;
    background: #d7e2f0;}

.torihiki{
	padding: 50px 0 0px;
	overflow: hidden;
}
.torihiki2{
	padding: 0px 0 20px;
	overflow: hidden;
}
.torihiki h2{
	width: 92%;
	max-width: 600px;
	padding: 0 4%;
	margin: 0 auto 60px;
}
.slider{
	display: flex;
	min-width: 100%;
	width: min-content;
	animation: 20s linear infinite sliderAnimation;
}
.slider li{
	width: 300px;
	height: 236px;
	margin-right: 60px;
}
.slider2{
	display: flex;
	min-width: 100%;
	width: min-content;
	animation: 20s linear infinite sliderAnimation;
}
.slider2 li{
	width: 300px;
	height: 100px;
	margin-right: 60px;
}

@keyframes sliderAnimation{
	100%{transform: translateX(-50%);}
}



.photo{
	padding: 40px 0 0;
	display: flex;
}
.photo figure{
	width: 20%;
}


.case{
padding: 80px 4% 60px;
    background-image: url(../images/learn_bg.png) ;
    background-repeat: no-repeat;
    background-size: 600px;
    background-position: right top;
}
.case h2{
	width: 100%;
	max-width: 550px;
	margin: 0 auto 60px;
}
.case p{text-align: center;
    line-height: 2;
    font-weight: bold;
    font-size: 20px;}
small {  font-size: 80%;}
.big{font-size: 170%;}

.under {  text-decoration: underline;}
.center{margin: 0 auto; text-align: center;}
.mkr {
    background: linear-gradient(transparent 50%, #fff293 50%);
    font-weight: bold;
}
.future{padding: 80px 4% 60px;
    background-image:  url(./images/future_bg1.png) , url(./images/future_bg3.png) , url(./images/future_bg2.png)  ;
    background-repeat: no-repeat;
    background-size: 100% auto , 100% auto , 100% auto;
    background-position:  center top ,center 59% , bottom;
}
.future h2{
	width: 100%;
	max-width: 550px;
	margin: 0 auto 60px;
}
.future p{text-align: center;
    line-height: 2;
    font-weight: bold;
    font-size: 23px;
}

.fntitle_box::before {
  content: attr(data-number);
  display: block;
  margin-bottom: 30px;
  color: #00B7D8;
  font-size: 45px;
  letter-spacing: 5px;
}
.fntitle_box::after {
  content: '';
  position: absolute;
  top: 100px;
  left: 50%;
  transform: translateX(-50%);
  width: 1px;
  height: 40px;
  background-color: #ffd010;
}


.font-mincho {
    font-family: 'Noto Serif JP', Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
}
.mv1.scrollin {
    opacity: 1;
    transform: translate(0, 0);
}
.mv1 {
    opacity: 0;
    transform: translate(0,70px);
    transition: 1.2s;
}
.mt30 {margin-top:30px;}
.mt50 {margin-top:50px;}
.mb30 {margin-bottom:30px;}
.mb50 {margin-bottom:50px;}
.pt20 {padding-top:20px;}
.pt30 {padding-top:30px;}
.pt50 {padding-top:50px;}
.pm10 {padding-bottom:10px;}
.pm20 {padding-bottom:20px;}
.pm30 {padding-bottom:30px;}
.pm50 {padding-bottom:50px;}





@media screen and (max-width: 640px){
small {font-size: 70%;}
.case {    padding: 40px 2%;
    background-size: 300px;
}
.future {    padding: 40px 2%;
    background-size: 197% auto , 140% auto , 100% auto;
    background-position: center 5% ,center 65% , bottom;
}
.case p { font-size: 16px;line-height: 1.5;}
.future p {  font-size: 18px;line-height: 1.5;}
.voice_title {font-size: 1.2rem; margin-top: 10px;}
.old { font-size: 17px;  padding: 1%;}
.voice_t {    font-size: 1.2rem;}
.v_txt { font-size: 1.1rem; padding: 10px;}
.container {  width: 100%;margin: 0 auto; padding: 1%;}
.sectxt{margin: 2% 5%;color: #000;font-size: 1rem;}
.mt30 {margin-top:10px;}
.mt50 {margin-top:30px;}
.mb30 {margin-bottom:10px;}
.mb50 {margin-bottom:30px;}
.pt20 {padding-top:20px;}
.pt30 {padding-top:10px;}
.pm20 {padding-bottom:5px;}
.pm30 {padding-bottom:10px;}
.pm50 {padding-bottom:50px;}
}
.koe{padding: 80px 4% 60px;
	background: #ffffee;
}
.koe h2{
	width: 100%;
	max-width: 700px;
	margin: 0 auto 90px;
}
.koe h5 {
    width: 100%;
    max-width: 700px;
    margin: 40px auto 0px;
}
.koe section{
	width: 100%;
	max-width: 900px;
	margin: 0 auto 70px;
	background: #fff;
	padding: 30px;
	box-shadow: 0 0 20px rgba(0,0,0,0.1);
}
.koe section:last-child{
	margin-bottom: 0;
}
/*.koe h3{
	margin-top: -60px;
}*/
.more{font-weight: 400;
	display: block;
	height: 120px;
	overflow: hidden;
	transition: 0.3s;
	padding-top: 20px;
	position: relative;padding: 3%;
}
.more::before{
	background: rgb(255,255,255);
	background: linear-gradient(180deg, rgba(255,255,255,0.3) 0%,rgba(255,255,255,0.9) 100%);
	content: "";
	display: block;
	width: 100%;
	height: 50%;
	position: absolute;
	bottom: 0;
	left: 0;
	opacity: 1;
}
.more::after{
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	display: block;
	width: 7em;
	padding: 10px 20px;
	background: rgb(52 121 210);
	content: "続きを読む";
	text-align: center;
	color: #fff;
	font-weight: bold;
	border-radius: 5px;
	border-bottom: solid 5px #1227a2;
}
.more:hover{
	cursor: pointer;
}
.open{
	height: auto;
	padding-top: 30px;
	padding-bottom: 80px;
	transition: 0.3s;
}
.open::after{
	content: "閉じる";
	background-color: #666;
	border-bottom: solid 2px #333
}
.open::before{
	opacity: 0;
}



.cta{
	background: url(./images/bg2.jpg) no-repeat left top;
	background-size: 40% auto;
}
.cta h2{
	width: 100%;
	max-width: 800px;
	margin: 0 auto 30px;
}
.cta figure{
	width: 100%;
	max-width: 1000px;
	margin: auto;
}
.cta ul{
	width: 100%;
	max-width: 1300px;
	display: flex;
	justify-content: space-between;
	margin: 30px auto 0;
}
.cta li{
	width: 32%;
	border: solid 3px #fff;
	box-shadow: 0 0 20px rgba(0,0,0,0.1);
	position: relative;
}
.cta li::after{
	display: block;
	content: "";
	width: 192px;
	height: 74px;
	background-image: url(./images/sec1.svg);
	background-repeat: no-repeat;
	background-size: 192px auto;
	position: absolute;
	left: -12px;
	top: -12px;
}
.cta li:nth-child(2)::after{background-image: url(./images/sec2.svg);}
.cta li:nth-child(3)::after{background-image: url(./images/sec3.svg);}



.apply{
	padding: 60px 4%;
	background: url(./images/header_bg.jpg) no-repeat center center;
	background-size: 100% auto;
	text-align: center;
}

.apply .re{
    max-width: 750px;
    width: 100%;
    margin: 0 auto 20px;}
.waku {
    background: #00000080;
    padding: 2%;
	max-width: 800px;margin: 0 auto;
}
.step{
	background: #fff url(./images/bg4.jpg) no-repeat bottom;
	background-size: 100% auto;
}
.step h2{
	width: 100%;
	max-width: 500px;
	margin: 0 auto 10px;
}
.step figure{
	width: 100%;
	max-width: 900px;
	margin: auto;
}
.step p{
	text-align: left;   padding: 0 10px;
}



.message{background-image:url(./images/future_bg3.png);
	padding: 0;
}
.message div{
	width: 100%;
	max-width: calc(800px + 8%);
	margin: auto;
	padding: 80px 4% 40px;
}
.message p{
	margin-bottom: 1em;
}
.message figure,
.message ul{
	margin: 2em auto;
}
.message figcaption{
	background: #000;
	color: #fff;
	font-size: 80%;
	padding: 1em;
	text-align: center;
	line-height: 1.6;
}
.message figcaption span{
	font-size: 120%;
	font-weight: bold;
	display: block;
	line-height: 1.8;
}
.message div *:last-child{
	margin-bottom: 0;
}



.method{
	background: url(./images/bg5.jpg) no-repeat bottom;
	background-size: cover;
	padding-bottom: 80px;
}
.method div{
	background: rgba(255,255,255,0.8);
	padding: 50px;
	margin-top: 80px;
	width: 92%;
}



.point{padding: 80px 4% 60px;
	background: #769abb url(./images/bg6.jpg) no-repeat top;
	background-size: 100% auto;
}
.point h2{
	width: 100%;
	max-width: 600px;
	margin: 0 auto 50px;
}
.point ul{
	width: 100%;
	max-width: 1300px;
	margin: auto;
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.point figure{
	margin-bottom: 0.5em;
}
.point li{
	padding: 0px 0px 40px;
	background: #fff;
	position: relative;
	width: 49%;
}
.point li::after{
	content: "";
	display: block;
	width: 100%;
	height: 5px;
	background: rgb(210,164,43);
	background: linear-gradient(90deg, rgba(210,164,43,1) 0%, rgba(249,223,142,1) 50%, rgba(210,164,43,1) 100%);
	position: absolute;
	left: 0;
	top: 0;
}

.point li:nth-child(-n + 25){
	margin-bottom: 40px;
}
.point h3{
	width: 100%;
	margin: 0 auto 40px;
}
#point  dl dt {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #000;
}
#point dl dt .num {
    width: 95px;
    min-height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #fff;
    background: radial-gradient(circle, rgba(21, 117, 209, 1), rgba(9, 44, 177, 1) 90%);
}
#point  dl dt .num .sub {
    font-size: 18px;
    line-height: 1;
}
#point dl dt .num .main {
    font-size: 26px;
    line-height: 1;
    font-weight: bold;
    margin-top: 5px;
}
#point dl dt h3 {    margin: auto;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.4;
    color: #fff;
    width: 85%;
    width: -webkit-calc(100% - 70px);
    width: calc(100% - 70px);
    box-sizing: border-box;
    padding: 0 12px 0;
}

@media only screen and (max-width: 767px){
#point dl dt .num .sub {  font-size: 15px;}
#point dl dt h3 { font-size: 16px;}
.point { padding: 20px 4% 1px;}
}

.secret{
	background: #000 url(./images/bg7.jpg) no-repeat bottom;
	background-size: cover;
}
.secret ul{
	width: 100%;
	max-width: 900px;
	margin: auto;
}
.secret li{
	padding: 40px;
	margin-bottom: 30px;
	border-left: solid 3px #59a5b8;
	background: #fff;
}
.secret li:last-child{
	margin-bottom: 0;
}
.secret h3{
	margin-bottom: 0.5em;
	font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
	font-feature-settings: "palt";
	letter-spacing: 0.05em;
	font-size: 150%;
	line-height: 1.5;
	color: #de410a;
	background: url(./images/check.svg) no-repeat left center;
	background-size: 50px auto;
	padding-left: 60px;
}



.sanka{    padding: 80px 4% 40px;
	background: #daeef5 url(./images/bg8.jpg) no-repeat top;
	    background-size: 100% auto;
	font-weight: bold;
}
.sanka > *{
	width: 100%;
	max-width: 900px;
	margin: auto;
}
.sanka p{
	text-align: center;
	color: #000;font-size: 2.1rem;
}

.check{max-width: 800px;
	background: #fff;
	padding: 20px 40px;    margin: 20px auto;
}
.check li{
	font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
	font-feature-settings: "palt";
	letter-spacing: 0.05em;
	font-size: 120%;
	line-height: 1.5;
	background: url(./images/check.svg) no-repeat left center;
	background-size: 50px auto;
	padding: 20px 0 20px 60px;
	border-bottom: dotted 1px #000;
}
.check li:last-child{
	border-bottom: 0;
}
/*---------------------
* FAQリスト
---------------------*/

/*リストコンテナ*/
.faq_list{padding: 80px 20% 60px;}
.faq_list ul li {
    padding: 30px;
    background: #ededed;
    margin-bottom: 20px;
    border-radius: 10px;
}

.faq_list ul li:last-child {
    margin-bottom: 0;
}

/*リスト内部*/

.faq_list dl dt,
.faq_list dl dd {
    display: flex;
    justify-content: space-between;
}

.faq_list dl dt {
    margin-bottom: 15px;
}

.faq_list dl dt .txt {
    font-size: 18px;
    font-weight: bold;
}

.faq_list dl i {
    font-family: 'Arial', sans-serif;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 15px;
    color: #fff;
    text-align: center;
    border-radius: 50%;
}

.faq_list dl i.q::before {
    content: "Q";
}

.faq_list dl i.a::before {
    content: "A";
}

.faq_list dl i.q {
    background: #000;
}

.faq_list dl i.a {
    background: #d10e0c;
}

.faq_list dl .txt {
    width: 92%;
    width: -webkit-calc(100% - 45px);
    width: calc(100% - 45px);
    font-size: 14px;
}

.faq_list dl dd .txt {
    padding-top: 5px
}
.profile_bg {    padding: 80px 20% 60px;
    background-image: url(./images/profile_bg.png);
}
.point_waku {
    background-color: #FFF;
    color: #000;
    border: 0.2em;
    border: double 5px #fdcf42;
    box-shadow: 0px 3px 6px rgb(0 0 0 / 20%);
    border-radius: 1em;
    margin: 1em 10px 1rem;
    padding: 1em 1em 1em;
}
ul.recomment {
  background: whitesmoke;
  margin: 30px 0;
  padding: 0 3.5em;
  position: relative;
  font-size: 1.7rem;
}

ul.recomment li {
  line-height: 2.5;
      padding: 0.5em 0 0.5em;
  border-bottom: 2px solid white;
  list-style-type: none!important;    line-height: 1.7;
}

ul.recomment li:before {
  font-family: "Font Awesome 5 Free";
  content: "\f00c";/*アイコン種類*/
  font-weight: 900;
  position: absolute;
  left : 1.5em; /*左端からのアイコンまで*/
  color: #ff3643; /*アイコン色*/
}

ul.recomment li:last-of-type {
  border-bottom: none;/*最後の線だけ消す*/
}
.p12 {
    font-size: 18px;font-weight: 400;
}
.to {
    padding: 80px 23% 60px;
    background:  url(./images/to_bg.jpg) repeat;
}
.to2 {
    background: url(./images/re_bg.png);
    background-size: contain;
}
#to {
    padding: 80px 23% 60px;
}
#to ul{
	width: 100%;
	max-width: 1300px;
	margin: auto;
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#to figure{
	margin-bottom: 0.5em;
}
#to li{
	padding: 0px 0px 40px;
	background: #fff;
	position: relative;
	width: 100%;
}
#to li::after{
	content: "";
	display: block;
	width: 100%;
	height: 5px;
	background: rgb(210,164,43);
	background: linear-gradient(90deg, rgba(210,164,43,1) 0%, rgba(249,223,142,1) 50%, rgba(210,164,43,1) 100%);
	position: absolute;
	left: 0;
	top: 0;
}
#to li:nth-child(-n + 25){
	margin-bottom: 40px;
}
#to h3{
	width: 100%;
	margin: 0 auto 10px;
}
#to h3 amp-img{
    width: 100%;
}
#to .r{
  position:absolute;　/* ←基本形にこれを追加しただけ */
  top:25px; /* ←更に追加 */
  right:-5px; /* ←更に追加 */
    max-width: 130px;
    z-index: 99;    top: 20px;

}
#to .r2{
  position:absolute;　/* ←基本形にこれを追加しただけ */
  top:25px; /* ←更に追加 */
  right:25px; /* ←更に追加 */
    max-width: 130px;
    z-index: 99;    top: 20px;

}
#to dl dt {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #000;
}
#to dl dt .num {
    width: 95px;
    min-height: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #825000;
    background: radial-gradient(circle, rgb(255 254 253), rgb(241 227 183) 90%);
}
#to  dl dt .num .sub {
    font-size: 18px;
    line-height: 1;
}
#to dl dt .num .main {
    font-size: 26px;
    line-height: 1;
    font-weight: bold;
    margin-top: 5px;
}
#to dl dt h3 {    margin: auto;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.4;
    color: #fff;
    width: 85%;
    width: -webkit-calc(100% - 70px);
    width: calc(100% - 70px);
    box-sizing: border-box;
    padding: 0 12px 0;
}

@media only screen and (max-width: 767px){
  .faq_list{  padding: 20px 4%;}
.note { font-size: 1.6rem;}
.sanka { padding: 10px 4% 40px;}
#to dl dt .num .sub {  font-size: 10px;}
#to dl dt h3 { font-size: 14px;}
#to {   padding: 30px 2% 30px;}
#to dl dt .num { width: 35px;}
#to h2 {
    width: 100%;
    max-width: 400px;
    margin: 0 auto 10px;
}
#to dl dt h3 { padding: 0 0px 0;    width: 87%;}
#to .big { font-size: 22px; padding: 0px 0px 0px;}
#to .r {
    right: -8px;
    max-width:80px;
    top: 12px;}
    .en .r2 {
    right: -8px;
    max-width: 100px;
    top: 50px;}
#to li:nth-child(-n + 25) {
    margin-bottom: 20px;
}

#to li {
    padding: 0px 0px 20px;}
}
.last{
	background: url(./images/bg9.jpg) no-repeat center bottom;
	background-size: cover;
	text-align: center;
	font-weight: bold;
}



.kakushin .check{
	background: #c7e0e8;
}
.kakushin .check li{
	font-size: 120%;
}


.step {
	background: #eee;
	padding: 80px 0 60px;
}
.step ul {
	width: 100%;
	max-width: 700px;
	margin: auto;
}
.step li {
	margin-top: 4em;
	border: 4px solid #1f2d56;
	position: relative;
	background: #fff;
	padding: 0px 0px 40px;
}
.step li:first-child  {margin-top: 0;}

.step li::before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-left: 2em solid transparent;
    border-right: 2em solid transparent;
    border-top: 2em solid #1f2d56;
    position: absolute;
    top: -3em;
    left: 50%;
    transform: translate(-50%, 0);
}
.step li:first-child {margin-top: 0;padding: 0px 0px 40px;}
.step li:first-child::before {
	display: none;
}

.step_num {
    position: absolute;
    top: 0;
    left: 1.5em;
    background-color: var(--color-accent);
    background-image: linear-gradient(90deg, #d49824, #dfb44d, #e8c96e, #f2e294, #fcf9c0, #f2e294, #e8c96e, #dfb44d, #d49824);
    width: 4em;
    height: 4em;
    text-align: center;
    border-radius: 50%;
    z-index: 9;
    line-height: 1;
    padding-top: 1em;
    transform: scale(1.5);
	font-weight: bold;
}
.step_num span {
	display: block;
}
.step_num01 {
	font-size: var(--fontsize-small);
}
.step_num02 {
	font-size: var(--fontsize-em2);
}
.step h3 {
	background: #1f2d56;
	color: #fff;
	text-align: center;
	padding: 0.5em 1em;
	font-size: 2.8rem;
}
.step .t{      line-height: 1.5;
    font-size: 2.3rem;
    font-weight: 700;
    color: #000;}
.step_txt {
	padding: 1em;
}
.more2{font-weight: 400;
	display: block;
	height: 80px;
	overflow: hidden;
	transition: 0.3s;
	padding-top: 20px;
	position: relative;
}
.more2::before{
	background: rgb(255,255,255);
	background: #fff;
	content: "";
	display: block;
	width: 100%;
	height: 70%;
	position: absolute;
	bottom: 0;
	left: 0;
	opacity: 1;
}
.more2::after{
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	display: block;
	width: 8em;
	padding: 10px 20px;
	background: #ddd;
	content: "▼ 続きを読む ▼";
	text-align: center;
	color: #1f2d56;
	border-radius: 5px;
}
.more2:hover{
	cursor: pointer;
}

.open2{
    padding:10px 10px 80px;
	height: auto;
	transition: 0.3s;
}
.open2::after{
	content: "▲ 閉じる ▲";
	background-color: #666;
	color: #fff;
	border-bottom: solid 2px #333
}
.open2::before{
	opacity: 0;
}
.n{    margin: 2%;
    background: #fffddc;
    padding: 2%;}
    dl.sampleList {    padding: 10px;
    overflow: hidden;
    zoom: 1;
}
.step dl{    background: #1f2d56;
    margin: 10px;
    color: #FFF;    font-weight: 700;
}
dl.sampleList dt {
    width: 7%;
    float: left;
    clear: both;
    font-weight: bold;
}
dl.sampleList dd {
    padding: 0 0 5px 43px;
}

.profile{
	background: #eee;
}
.profile > *{
	width: 100%;
	max-width: 800px;
	margin: auto;
}
.profile h2{
	max-width: 700px;
	margin-bottom: 30px;
}
.profile div{
	padding: 40px;
	background: #fff;
}
.profile p{
	margin-bottom: 1em;
}
.profile table{
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 30px;
}
.profile th,
.profile td{
	border-top: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
	padding: 10px 20px;
	line-height: 1.5;
}
.profile th{
	white-space: nowrap;
	width: 6em;
	background: #eee
}


 .footer_fixedbtn {
	position: sticky;
    bottom: 0;
    left: 0;
    width: 100%;
	background: #000000cf;
	padding: 0.5em 1em;
	z-index: 999;
  }
  .footer_fixedbtn a {
	max-width: 400px;
	display: block;
	margin: 0 auto;
  }
footer {
    text-align: center;
    padding: 30px 4%;
    font-size: 0.8em;
    background-color: var(--color-accent);
    background-image: linear-gradient(90deg, #d49824, #dfb44d, #e8c96e, #f2e294, #fcf9c0, #f2e294, #e8c96e, #dfb44d, #d49824);
}
footer{
	text-align: center;
	padding: 30px 4%;
	font-size: 70%;
}
footer a{
	color: #000;
	display: inline-block;
	transition: 0.2s;
}
footer a:first-child::after{
	content: "|";
	display: inline-block;
	margin: 0 5px;
}
footer a:hover{
	opacity: 0.6;
}
.w{color:#fff;}
.y{color:#ffdd6f;}
.cp_table *, .cp_table *:before, .cp_table *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.cp_table {    font-size: 1.5rem;
  width: 100%;
  border-collapse: collapse;
}
.cp_table th, .cp_table td {
  padding: 10px;
  color: #000;
  border: 1px solid #c49861;
}
.cp_table th {
  background: #ecddb7;
  color: #000;
}
.cp_table td {
  background: #fff;
}
.cp_table th {
  width: 18%;
  text-align: left;
}
.cp_table td {
  width: 72%;
  text-align: left;
}



@media only screen and (max-width: 767px){
main {  margin-bottom: 0;}
.big {  font-size: 140%;}
.letter h4 {font-size: 3rem;}
.letter dl dd {  margin-top: 20px;    font-size: 14px;}
.profile_bg { padding: 20px 1%;}
ul.recomment li:before {  left: .5em;}
ul.recomment {
    margin: 20px 0;
    padding: 0 1.8em;
    font-size:1.3rem;
}
ul.recomment li:before {
    left: 0.5em;
}
.p12 {  font-size: 16px;}
.refund { padding: 20px 4%;}
#refund .box {  padding: 20px;}
#refund .box p { margin: 10px 0;}
 #refund .box p { font-size: 16px;}
 .btnarea_info { margin-top: 1em;}
 .btnarea_info_notice > div {
    font-size: 12px;
}
 #pay .box {
    padding: 10px;
}
 .pay {
padding: 20px 4%;
}
.n {   font-size: 1.7rem;}
.more2 {
    height: 60px;}
dl.sampleList dt { width: 7%; font-size: 1.5rem;}
dl.sampleList dd {
    padding: 0 0 0 20px;
    font-size: 1.5rem;
}
.step li:first-child {  padding: 0px 0px 20px;}
.open2 { padding: 10px 0px 80px;height: fit-content;}
.step li { padding: 0px 0px 20px;}
.step{ width: 100%;padding: 40px 4% 20px;}
.step_num01 { font-size: 10px;}
.step_num { left: 0em; width: 2.5em; height: 2.5em;    top: 0.5em;     padding-top: 0.6em;}
.step h3 {  font-size: 1.8rem; padding: 1em 0em;padding-left: 3.5em;text-align: left;}
.header_logo {  padding: 0.5em 2% ;}
header .btnarea { padding-top: initial;}
.btnarea_note {font-size: 1.1rem;}
.header_mv01 {  margin:  0 auto;}
.header_mv_inner {  padding: 20px 1% 5px;}
.torihiki2 {  padding: 0px 0 20px;}
  .c {padding: 20px 0 5px 0;}
body{font-size:1.8rem;padding-bottom:100px;}
strong{background:linear-gradient(transparent 50%, #ffff66 0%);}
.hdrA{
	padding: 10px 6px;
	font-size: 170%;
}
.hdrA::after{
	border: solid 30px transparent;
	border-top: solid 20px #202d74;
	bottom: -49px;
}
.hdrA span{
	font-size: 80%;
}
.hdrB{
	font-size: 120%;
	line-height: 1.3;
	padding: 15px 0;
	margin: 0px auto 20px;
}
.btn{
	margin: 15px auto;
}
.btn + p{
	font-size: 70%;
}
.toTop{
	width: 40px;
	height: 40px;
	bottom: 75px;
	right: 0;
}
.btn-fixed a{
	height: 75px;
}
.btn-fixed a amp-img{
	width: 320px;
	height: 48px;
}
.trigger{
	height: 600px;
}



header{
	background-size: auto 100%;
	padding: 0 0 0px 0;
	line-height: 1.5;
}
h1{
	margin: 0 auto 15px;
}

.medal{
	padding: 20px 2%;
}
.medal li{
	width: 32%;
}



.torihiki{
	padding: 20px 0 15px;
}
.torihiki h2{
	margin: 0 auto 30px;
}
.slider li{
	width: 150px;
	height: 118px;
	margin-right: 30px;
}
.slider img{
	width: 150px;
	height: 118px;
}

.slider2 li {
    width: 150px;
    height: 40px;
    margin-right: 10px;
}

.photo{    padding: 0px 0 0;
	flex-wrap: wrap;
}
.photo figure{
	width: calc(100% / 3);
}
.photo figure:nth-child(-n + 2){
	width: 50%;
}



.case h2{
	margin: 0 auto 20px;
}
.case li{
	margin-bottom: 20px;
}



.koe{
	padding: 20px 4%;
}
.koe h2{
	margin: 0 auto 50px;
}
.koe section{
	margin: 0 auto 50px;
	padding: 20px;
}
/*.koe h3{
	width: calc(100% + 60px);
	margin-top: -40px;
	margin-bottom: 20px;
	margin-left: -30px;
}*/
.koe h3 {
	width: calc(84% + 60px);
	margin-top: -3px;
	margin-bottom: 20px;
	/* margin-left: -30px; */
}	
	
.koe p{
	line-height: 2em;
}
.more{
	padding-top: 0;
}
.more::after{
	padding: 5px 10px;
}
.open{
	height: auto;
	padding-top: 10px;
	padding-bottom: 60px;
	transition: 0.3s;
}



.cta{
	background-size: 60% auto;
}
.cta h2{
	margin: 0 auto 10px;
}
.cta ul{
	display: block;
}
.cta li{
	width: 100%;
	margin-bottom: 20px;
}
.cta li:last-child{
	margin-bottom: 0;
}
.cta li::after{
	width: 120px;
	height: 46px;
	background-size: 120px auto;
	left: -10px;
	top: -10px;
}



.apply{
	padding: 15px 4% 15px;
	background-size: cover;
}



.step h2{
	margin: 0 auto;
}
.step p{
	margin-top: 0px;    font-size: 1.6rem
}



.message div{
	padding: 40px 4%;    font-size: 1.6rem;
}
.message figure{
	margin: 1.5em auto;
}



.method{
	padding-bottom: 40px;
}
.method div{
	padding: 20px;
	margin-top: 40px;
}



.point h2{
	margin: 0 auto 20px;
}
.point ul{
	display:block;
}
.point li{
	width: 100%;
}
.point li:nth-child(-n + 2){
	margin-bottom: 0;
}
.point li:nth-child(-n + 3){
	margin-bottom: 20px;
}
.point h3{
	margin: 0 auto 20px;
}
.point figure{
	margin-bottom: 1em;
}



.secret li{
	padding: 20px;
	margin-bottom: 20px;
}
.secret li:last-child{
	margin-bottom: 0;
}
.secret h3{
	font-size: 120%;
	background-size: 40px auto;
	padding-left: 50px;
}



.check{
	padding: 10px 20px;
}
.check li{
	font-size: 110%;
	background-size: 30px auto;
	padding-left: 50px;
}
.sanka p{
	margin-top: 30px;font-size: 1.8rem;
}




.profile h2{
	margin-bottom: 20px;
}
.profile div{
	padding: 20px;
}
.profile th,
.profile td{
	padding: 10px;
}
.profile th{
	width: 4em;
}



footer{
	padding: 20px 4%;
}



}/* sp-end */



@media only screen and (min-width: 768px){
.sp{display:none;}
}
@media only screen and (max-width: 767px){
.pc{display:none;}
}


/*追加_0808*/


.mov{
	background: #daeef5;
	padding: 80px 4% 60px;
	text-align: center;
}
.mov h2{
	width: 100%;
	max-width: 700px;
	margin: 0 auto 2%;
}
.mov h3{
	background: #202d74;
	font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
    padding: 5px;
	color: #fff;
	width: 560px;
	text-align: center;
	margin: auto;
}

.mov section{
	width: 100%;
	max-width: 900px;
	margin: 0 auto 70px;
	background: #fff;
	padding: 30px;
	box-shadow: 0 0 20px rgba(0,0,0,0.1);
}
.mov li{
	margin-bottom: 3%;
}


.price{background-image:url(./images/future_bg3.png);
	padding: 0;
}
.price div{
	width: 100%;
	max-width: calc(800px + 8%);
	margin: auto;
	padding: 80px 4% 40px;
}
.price h2{
	font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
	font-size: 170%;
	text-align: center;
	border-top: 2px solid #202d74;
	border-bottom: 2px solid #202d74;
	margin-bottom: 3%;
	color: #202d74;
	padding: 2% 0;
}


@media only screen and (max-width: 767px){
.mov iframe{
	width: 100%;}
	
.mov h3{
	width: 100%;
}	
	
	
}