@charset "UTF-8";
@import url("grid.css");

body{
	position: relative;
}

img {
	max-width:100%;
	height: auto;/*高さ自動*/
}
a {
    display:block;
    color: #3a3a3a;
}
a:hover { 
    color: #3a3a3a;
	text-decoration: none;
}
.animate{
    opacity: 0;
    transition: all 1.0s;
    transform: translateY(30px);
}
.animate02{
  transition-delay: 0.2s !important;
  -webkit-transition-delay: 0.2s !important;
}
.animate03{
  transition-delay: 0.3s !important;
  -webkit-transition-delay: 0.3s !important;
}
.animate04{
  transition-delay: 0.4s !important;
  -webkit-transition-delay: 0.4s !important;
}
.animate05{
  transition-delay: 0.5s !important;
  -webkit-transition-delay: 0.5s !important;
}
.animate.show{
    opacity: 1;
    transform: translateY(0);
}

.content_inner{
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}

.markerUnder{
    background: linear-gradient(transparent 55%, #fff996 0%);
    display: inline;
    padding: 0 0 3px;
}
@media screen and (max-width: 1200px) {
	.content_inner{
    width: calc(100% - 20px);
    margin: 0 10px;
	}
}
@media screen and (max-width: 1024px) {
	h2{
    font-size: 2.6rem;
        margin-bottom: 4rem;
	}
}
@media screen and (max-width: 599px){
	body{
    font-size: 14px;
    font-size: 1.4rem;
	}
	h2{
    font-size: 2.2rem;
        margin-bottom: 3rem;
	}
	h2 .h2_sub{
    font-size: 1.6rem;
	}
}

/*ヘッダー
-------------------------------------*/
header .container{
	max-width: none;
}
.header {
	display: flex;
    flex-direction: row;
    align-items: center;
    padding: 1em 0;
}
.header-box {
	margin-left: auto;
	margin-top: 8px;
	display: flex;
    align-items: center;
}
.contact-button_wrap{
    text-decoration: none;
    display: inline-block;
    background: #ffee00;
    border-radius: 200px;
    padding: 8px 30px;
    margin-left: 1em;
}
.contact-button {
	padding: 1rem;
    font-size: 1.8rem;
    font-weight: bold;
}
.header_left{
	display: flex;
    align-items: center;
}
.header_left h1,
.header_left p{
	margin-bottom: 0;
	line-height: 0;
}
.header_left p{
	margin-left: 1em;
}
.header-tel{
    padding-left: 40px;
    margin: 0;
    font-size: 2.4rem;
    color: #1d2088;
    font-weight: bold;
    background: url(../images/icon_header_tel.png) no-repeat;
    background-position: left center;
}
@media screen and (max-width: 1200px) {
	header .container{
    padding: 0 10px;
	}
}
@media screen and (max-width: 1024px) {
	.header_left h1{
    max-width: 140px;
	}
	.header_left p{
    margin-left: 10px;
        max-width: 250px;
	}
	.header-box{
    flex-direction: column;
	}
	.header-tel{
    font-size: 1.8rem;
    background-size: 2.6rem;
    padding-left: 34px;
	}
	.contact-button_wrap{
    margin-left: 0;
    margin-top: 10px;
	}
	.contact-button{
    font-size: 1.6rem;
	}
}
@media screen and (max-width: 599px){
.header {
	flex-direction: column;
}
.header #open,#close  {
    position: absolute;
    top: 20px;
    right: 12px;
}
.header li {
	padding-top: 0;
}
	.header-box{
    position: fixed;
    bottom: 20px;
    right: 15px;
    z-index: 100;
	}
	.contact-button_wrap{
    margin: 0;
    padding: 6px;
    box-shadow: 0 0 12px 0 rgb(0 0 0 / 18%);
	}
    .contact-button {
        font-size: 1.4rem;
    }
	.header-tel{
		display: none;
	}
}
    
/*メイン画像
-------------------------------------*/
.mainimg{
	line-height: 0;
}
.mainimg img {
    width: 100vw;
}
@media screen and (max-width: 1024px) {
	.mainimg{
    overflow: hidden;
    position: relative;
    height: 440px;
	}
	.mainimg img{
    min-width: 930px;
    width: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
	}
}
@media screen and (max-width: 599px) {
	.mainimg{
        height: 310px;
	}
	.mainimg img{
        min-width: 660px;
	}
}

/*メインコンテンツ
-------------------------------------*/
main {
    margin: 0;
}
section {
	padding: 10rem 0;
}
.gray-back {
	background-color: #f4f4f4;
}
@media screen and (max-width: 1024px) {
	section{
    padding: 4rem 0;
	}
}

/*キャッチコピー
-------------------------------------*/
.catch {
    text-align: center;
}
.catch h2 {
    padding-bottom: 1rem;
}
.under {
  background: linear-gradient(transparent 60%, #fff996 0%);
  display: inline;
    padding: 0 3px 3px;
}
.center {
	text-align: center;
	margin-bottom: 4rem;
}

/*申し込みの流れ
-------------------------------------*/
.flow.row {
	margin-bottom: 3rem;
}

/*フッター
-------------------------------------*/
footer {
    background-color: #1d2088;
    padding: 140px 0 20px;
    color: #fff;
    margin-top: -100px;
}
footer .footer_cont{
    display: flex;
    justify-content: center;
	font-size: 1.4rem;
	margin-bottom: 60px;
}
footer .footer_logo{
    margin-right: 3rem;
}
footer .footer_txt{
    margin-left: 3rem;
}
footer .footer_txt a{
	color: #fff;
}
.copyright {
    text-align: center;
}
.copyright p{
	margin: 0;
	font-size: 1.4rem;
}
.footer_img_wrap{
	text-align: center;
    margin-top: 10rem;
}
@media screen and (max-width: 1024px){
.footer_img_wrap{
    margin-top: 4rem;
        padding: 0 10px;
}
}
@media screen and (max-width: 599px){
	footer{
        padding: 90px 0 20px;
    margin-top: -70px;
	}
	footer .footer_cont{
    flex-direction: column;
    align-items: center;
    margin-bottom: 20px;
	}
	footer .footer_logo{
    margin-right: 0;
    margin-bottom: 1em;
	}
	footer .footer_txt {
    margin-left: 0;
}
}


/* onayami
-------------------------------------*/
.onayami{
	padding: 0;
}
.onayami h2{
    margin-bottom: 8rem;
}
.onayami .onayami_01{
    background: -moz-linear-gradient(top, #f5f5ff, #FFF);
    background: -webkit-linear-gradient(top, #f5f5ff, #d6d7ff);
    background: linear-gradient(to bottom, #f5f5ff, #d6d7ff);
    padding-bottom: 60px;
}
.onayami .onayami_01 .content_inner{
    background: #fff;
    max-width: 1200px;
    margin: -40px auto 0;
    border-radius: 6px;
    position: relative;
    z-index: 10;
	padding: 80px 80px 40px;
    box-shadow: 0 0 12px 0 rgb(0 0 0 / 18%);
}
.onayami .onayami_01 .content_inner:after{
	content: "";
	width: 308px;
	height: 213px;
	display: block;
    background: url(../images/ill_onayami.png) no-repeat;
	position: absolute;
    bottom: -60px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
	z-index: 10;
}
.onayami .onayami_01 ul{
	margin: 0;
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    list-style-type: none;
    transition-delay: 0.3s;
}
.onayami .onayami_01 ul li{
    margin: 0;
    border: 3px solid #1d2088;
    border-radius: 6px;
    width: 30%;
    padding: 30px;
    font-size: 2.0rem;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin-bottom: 40px;
	font-weight: bold;
}
.onayami .onayami_01 ul li:before{
	content: "";
	width: 36px;
	height: 36px;
	display: block;
    background: url(../images/icon_check.png) no-repeat;
	position: absolute;
    top: -18px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
.onayami .onayami_02{
    background: url(../images/bg_kaiketsu.png) no-repeat;
    background-size: 100% 100%;
    padding: 60px 0 120px;
    position: relative;
    z-index: 10;
}
.onayami .onayami_02 p{
    margin: 0;
    text-align: center;
    line-height: 0;
}
@media screen and (max-width: 1024px) {
	.onayami .onayami_01 .content_inner{
    margin: -20px auto 0;
        padding: 30px 30px 0;
	}
	.onayami .onayami_01 .content_inner:after{
    width: 188px;
    height: 130px;
    background-size: cover;
	}
	.onayami h2{
    margin-bottom: 5rem;
	}
	.onayami .onayami_01 ul li{
    padding: 30px 10px 10px;
    font-size: 1.6rem;
	}
	.onayami .onayami_02{
    padding: 25px 0 55px;
	}
	.onayami .onayami_02 img{
    width: 100%;
    max-width: 500px;
	}
}
@media screen and (max-width: 599px){
	.onayami .onayami_01{
    padding-bottom: 100px;
	}
	.onayami .onayami_01 .content_inner{
        padding: 30px 15px 0;
	}
	.onayami .onayami_01 ul{
    flex-direction: column;
	}
	.onayami .onayami_01 ul li{
    width: 100%;
	}
	.onayami .onayami_01 .content_inner:after{
    bottom: -100px;
	}
	.onayami .onayami_02{
        padding: 20px 15px 45px;
	}
}


/* riyuu
-------------------------------------*/
.riyuu{
    background: -moz-linear-gradient(top, #f5f5ff, #FFF);
    background: -webkit-linear-gradient(top, #f5f5ff, #d6d7ff);
    background: linear-gradient(to bottom, #f5f5ff, #d6d7ff);
    padding-top: calc(10rem + 120px);
    margin-top: -120px;
}
.riyuu ul{
	list-style: none;
}
.riyuu ul li{
    box-shadow: 0 0 12px 0 rgb(0 0 0 / 18%);
	padding: 30px;
	margin-top: 40px;
}
.riyuu ul li:first-child{
	margin-top: 0;
}
.riyuu ul li h3{
    color: #1d2088;
    font-size: 2.8rem;
    font-weight: bold;
	margin-bottom: 30px;
}
.riyuu ul li .txt_img{
	display: flex;
}
.riyuu ul li p{
	margin-bottom: 0;
    font-size: 1.8rem;
}
.riyuu ul li .img{
	max-width: 400px;
	margin-left: 50px;
}
.riyuu ul li .img img{
    border-radius: 6px;
}
.riyuu ul li.riyuu01{
	background: #fff url("../images/riyuu_bg01.png") no-repeat;
	background-size: 176px 145px;
    background-position: left 30px bottom 30px;
    border-radius: 6px;
}
.riyuu ul li.riyuu02{
	background: #fff url("../images/riyuu_bg02.png") no-repeat;
	background-size: 176px 145px;
    background-position: right 30px bottom 30px;
    border-radius: 6px;
}
.riyuu ul li.riyuu02 .txt{
	order: 2;
}
.riyuu ul li.riyuu02 .img{
	order: 1;
	margin-left: 0;
	margin-right: 50px;
}
.riyuu ul li.riyuu03{
	background: #fff url("../images/riyuu_bg03.png") no-repeat;
	background-size: 176px 145px;
    background-position: left 30px bottom 30px;
    border-radius: 6px;
}
@media screen and (max-width: 1024px) {
	.riyuu{
    padding-top: 10rem;
    margin-top: -60px;
        padding-bottom: 30px;
	}
	.riyuu ul li h3{
    font-size: 2.2rem;
    margin-bottom: 20px;
	}
	.riyuu ul li p{
    font-size: 1.6rem;
	}
	.riyuu ul li .img{
    margin-left: 20px;
	}
	.riyuu ul li.riyuu02 .img{
    margin-right: 20px;
	}
}
@media screen and (max-width: 599px){
	.riyuu ul li{
    padding: 20px 15px;
	}
	.riyuu ul li .txt_img{
    flex-direction: column-reverse;
	}
	.riyuu ul li.riyuu02 .txt_img{
        flex-direction: column;
	}
	.riyuu ul li h3{
        font-size: 1.8rem;
	}
    .riyuu ul li p {
        font-size: 1.4rem;
    }
	.riyuu ul li .img{
		margin-left: 0;
        margin-bottom: 10px;
	}
	.riyuu ul li.riyuu02 .img{
		margin-right: 0;
	}
	.riyuu ul li.riyuu01,
	.riyuu ul li.riyuu02,
	.riyuu ul li.riyuu03{
    background-size: auto 100px;
	}
}


/* voice
-------------------------------------*/
.voice{
	background: url("../images/bg_poly.png") no-repeat;
	background-size: cover;
	background-position: top center;
}
.voice .content_inner{
	background: #fff;
	padding: 60px 30px;
    border-radius: 6px;
}
.voice .slick-slide .voice_box{
	display: flex;
}
.voice .slick-slide .voice_box .txts{
    background: #ebecff;
    padding: 0 30px 30px;
    width: calc(100% - 240px);
	position: relative;
    line-height: 0;
    border-radius: 6px;
}
.voice .slick-slide .voice_box .txts:after{
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 25px solid transparent;
    border-bottom: 25px solid transparent;
    border-left: 26px solid #ebecff;
    border-right: 0;
    position: absolute;
    top: 65px;
    right: -26px;
}
.voice .slick-slide .voice_box .txts h3{
    background: #1d2088;
    display: inline-block;
    color: #ffee00;
    font-size: 2.2rem;
    padding: 1.2rem 1.8rem;
    line-height: 1.6;
    position: absolute;
    margin: 0 30px;
    left: 0;
    font-weight: bold;
}
.voice .slick-slide .voice_box .txts p{
    line-height: 1.6;
}
.voice .slick-slide .voice_box .txts .name{
    color: #1d2088;
    font-size: 2.2rem;
    font-weight: bold;
    margin: 24px 0;
}
.voice .slick-slide .voice_box .img{
	max-width: 180px;
    margin-left: 60px;
}
.voice .slide-dots{
	display: flex;
    justify-content: center;
    list-style: none;
    margin: 1rem 0 0;
}
.voice .slide-dots li{
	margin: 1rem;
    line-height: 0;
}
.voice .slide-dots li button{
    padding: 0;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    border-radius: 100%;
    height: 18px;
    width: 18px;
    margin: 0;
	background: #fff;
	border: 1px solid #1d2088;
}
.voice .slide-dots li.slick-active button{
	background: #1d2088;
}
@media screen and (max-width: 1024px) {
	.voice .content_inner{
    padding: 40px 30px;
	}
	.voice .slick-slide .voice_box .txts{
    width: calc(100% - 160px);
	}
	.voice .slick-slide .voice_box .txts:after{
    top: 35px;
	}
	.voice .slick-slide .voice_box .img{
    margin-left: 40px;
	}
	.slick-slide img{
    max-width: 120px;
	}
	.voice .slick-slide .voice_box .txts h3{
    font-size: 1.8rem;
	}
	.voice .slick-slide .voice_box .txts .name{
    font-size: 1.8rem;
	}
}
@media screen and (max-width: 599px){
    .voice .content_inner {
        padding: 20px 15px;
    }
	.voice .slick-slide .voice_box {
    display: block;
        position: relative;
}
    .voice .slick-slide .voice_box .txts {
        width: 100%;
        padding: 0 15px 10px;
        padding-top: 80px !important;
        margin-top: 60px !important;
    }
	.voice .slick-slide .voice_box .txts h3{
    position: initial;
        margin: 0;
        display: block;
	}
    .voice .slick-slide .voice_box .txts .name {
        margin: 2rem 0;
    }
	.voice .slick-slide .voice_box .txts:after{
		content: none;
	}
	.voice .slick-slide .voice_box .img{
    margin: 0 !important;
    position: absolute;
        top: -60px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
	}
	.voice .slide-dots li button{
    height: 12px;
    width: 12px;
	}
}



/* flow
-------------------------------------*/
.flow{
    background: -moz-linear-gradient(top, #f5f5ff, #FFF);
    background: -webkit-linear-gradient(top, #f5f5ff, #d6d7ff);
    background: linear-gradient(to bottom, #f5f5ff, #d6d7ff);
    padding: 30px;
}
.flow .content_outer{
    border: 10px solid #fff;
    padding: 60px 0;
}
.flow ol{
    list-style: none;
}
.flow ol li{
	margin: 40px 0 0;
	background: #fff;
    display: flex;
    box-shadow: 0 0 12px 0 rgb(0 0 0 / 18%);
    border-radius: 6px;
}
.flow ol li:first-child{
	margin: 0;
}
.flow ol li .left{
    background: #1d2088;
    color: #fff;
    display: flex;
    align-items: center;
    padding: 5rem 4rem;
    font-size: 2.8rem;
    font-weight: bold;
    text-align: center;
	position: relative;
    border-radius: 6px 0 0 6px;
}
.flow ol li .left:after{
    content: "";
    width: 4px;
    height: 24px;
    position: absolute;
    left: 50%;
    margin-left: -2px;
    bottom: -24px;
    background: #1d2088;
}
.flow ol li:last-child .left:after{
	content: none;
}
.flow ol li .right{
    display: flex;
    width: 100%;
    padding: 20px 20px 20px 40px;
    justify-content: space-between;
}
.flow ol li .right .txts{
	width: calc(100% - 240px);
}
.flow ol li .right .txts h3{
    color: #1d2088;
    font-size: 2.8rem;
    font-weight: bold;
    margin: 3rem 0 2rem;
}
.flow ol li .right .txts p{
	margin-bottom: 0;
    font-size: 1.8rem;
}
.flow ol li .right .img{
	max-width: 220px;
}
@media screen and (max-width: 1024px) {
	.flow{
    padding: 30px 10px;
	}
	.flow .content_outer{
    padding: 40px 0 0;
	}
	.flow ol li .left{
    font-size: 1.8rem;
    padding: 2rem 2rem;
	}
	.flow ol li .right{
    padding: 20px;
	}
	.flow ol li .right .txts {
    width: calc(100% - 180px);
}
	.flow ol li .right .txts h3{
    font-size: 1.8rem;
		margin-top: 0;
	}
	.flow ol li .right .txts p{
    font-size: 1.6rem;
	}
	.flow ol li .right .img {
    max-width: 160px;
}
}
@media screen and (max-width: 599px){
	.flow ol li{
    flex-direction: column;
	}
	.flow ol li .left{
        padding: 1rem 2rem;
    text-align: center;
    display: block;
	}
	.flow ol li .left:after{
		content: none;
	}
	.flow ol li .left p{
		margin: 0;
	}
	.flow ol li .left p br{
		display: none;
	}
	.flow ol li .right{
    flex-direction: column-reverse;
	}
	.flow ol li .right .img{
		width: 100%;
        max-width: none;
	}
	.flow ol li .right .txts{
		width: 100%;
	}
	.flow ol li .right .txts h3{
    margin: 1.5rem 0;
	}
	.flow ol li .right .txts p{
        font-size: 1.4rem;
	}
}


/* faq
-------------------------------------*/
.faq{
	background: url("../images/bg_poly.png") no-repeat;
	background-size: cover;
	background-position: top center;
}
.faq .content_inner{
	background: #fff;
	padding: 60px 30px;
    border-radius: 6px;
}
.faq .content_inner ul{
	list-style: none;
}
.faq .content_inner ul li{
    background: #ebecff;
    padding: 30px;
    margin: 40px 0 0;
    border-radius: 6px;
}
.faq .content_inner ul li .Q_txt{
    color: #1d2088;
    font-size: 2.8rem;
    font-weight: bold;
    margin-bottom: 0;
    border-bottom: 3px solid #1d2088;
    background: url(../images/icon_Q.png) no-repeat;
    background-size: 55px;
    background-position: top left;
    padding: 4px 50px 26px 76px;
	cursor: pointer;
	position: relative;
}
.faq .content_inner ul li .Q_txt:before{
	content: "";
	width: 22px;
	height: 4px;
	background: #1d2088;
	position: absolute;
    top: calc(0.5em + 13px);
    right: 2px;
}
.faq .content_inner ul li .Q_txt:after{
	content: "";
	width: 4px;
	height: 22px;
	background: #1d2088;
	position: absolute;
    top: calc(0.5em + 4px);
    right: 11px;
}
.faq .content_inner ul li.open .Q_txt:after{
	content: none;
}
.faq .content_inner ul li .A_txt{
	display: none;
    margin: 26px 0 0;
}
@media screen and (max-width: 1024px) {
	.faq .content_inner{
        padding: 40px 20px 20px;
	}
	.faq .content_inner ul{
		margin-bottom: 0;
	}
	.faq .content_inner ul li{
    margin: 20px 0 0;
	}
	.faq .content_inner ul li .Q_txt{
    font-size: 2.0rem;
    background-size: 40px 40px;
    padding: 4px 50px 20px 50px;
	}
}
@media screen and (max-width: 599px){
    .faq .content_inner {
        padding: 40px 15px 15px;
    }
	.faq .content_inner ul li{
    padding: 15px;
	}
	.faq .content_inner ul li .Q_txt{
        font-size: 1.8rem;
        padding: 4px 40px 10px 50px;
        background-size: 30px 30px;
	}
}


/* contact
-------------------------------------*/
.contact{
	background: url("../images/bg_contact.png") no-repeat;
	background-size: cover;
	background-position: top center;
}
.form_area{
    background: -moz-linear-gradient(top, #f5f5ff, #FFF);
    background: -webkit-linear-gradient(top, #f5f5ff, #d6d7ff);
    background: linear-gradient(to bottom, #f5f5ff, #d6d7ff);
    padding: 50px 30px;
    border-radius: 6px;
}
.form_area form{
	width: 100%;
	max-width: 600px;
	margin: 0 auto;
}
.form_area form .form_tit{
	display: flex;
	margin-top: 2.5rem;
}
.form_area form .form_block:first-child .form_tit{
	margin-top: 0;
}
.form_area form .form_tit label{
	margin-bottom: 0;
	font-weight: bold;
}
.form_area form .form_tit .required span{
    color: #c21919;
    font-size: 1.2rem;
    margin-left: 0.5rem;
}
.form_area form .form_txt.rayout_inbl{
    display: flex;
    flex-wrap: wrap;	
}
.form_area form .form_txt.rayout_inbl label{
    display: flex;
    max-height: 1em;
    margin-right: 2em;
    margin-top: 5px;
}
.form_area form .form_txt input{
	width: 100%;
    background-color: #fff;
    border: 1px solid #D1D1D1;
    border-radius: 10px;
	margin-bottom: 0;
    padding: 6px 10px;
}
.form_area form .form_txt.rayout_inbl input{
    max-width: 1em;
    margin-right: 6px;
}
.form_area form .form_txt.rayout_inbl label span{
    display: block;
    max-height: 1em;
    line-height: 1;
    word-break: keep-all;
}
.form_area form .form_txt .check_content{
	margin-top: 2.5rem;
}
.form_area form .form_txt .check_content label{
    display: flex;
    align-items: center;
}
.form_area form .form_txt .check_content label #check{
    width: auto;
    margin-right: 1rem;
}
.form_area form .btn_submit{
    text-align: center;
    margin-top: 50px;
}
.form_area form .btn_submit input{
    background: #ffee00;
    border: none;
    font-size: 1.8rem;
    font-weight: bold;
    margin: 0;
    border-radius: 100px;
    min-width: 200px;
    padding: 6px 30px;
    height: auto;
}
.form_area form .btn_submit input.disabled{
    background: #c3c3c3;
    color: #888;
}
@media screen and (max-width: 599px){
	.form_area{
    padding: 20px 15px;
	}
	.form_area form .btn_submit{
    margin-top: 30px;
	}
	.form_area form .btn_submit input{
    font-size: 1.4rem;
	}
}

.confirm h1,
.complete h1{
    background-color: #1d2088;
    color: #fff;
    text-align: center;
    padding: 2em 0;
    font-weight: bold;
	margin: 0;
}
.confirm .form_lead,
.complete .form_lead{
    text-align: center;
	margin: 0;
	padding: 2em 0;
}
.confirm .form_area{
    width: calc(100% - 60px);
    max-width: 1140px;
    margin: 0 auto 10rem;
}
.confirm .form_area .btns{
    display: flex;
    justify-content: center;
    align-items: center;
	margin-top: 50px;
}
.confirm .form_area form .btn_back{
    margin: 0 1em;
}
.confirm .form_area form .btn_back input{
	margin: 0;
    height: auto;
	background: #fff;
    border-radius: 100px;
    min-width: 200px;
    padding: 6px 30px;
    font-size: 1.8rem;
    font-weight: bold;
}
.confirm .form_area form .btn_submit{
    margin: 0 1em;
}
.complete .btn{
    text-align: center;
    margin-bottom: 40px;
}
.complete .btn a{
    background: #b8e2ff;
    border: none;
    font-size: 1.6rem;
    font-weight: bold;
    margin: 0;
    border-radius: 100px;
    min-width: 200px;
    padding: 10px 30px;
    height: auto;
    max-width: 240px;
    display: inline-block;
}
@media screen and (max-width: 1200px) {
	.confirm .form_area{
    max-width: none;
    margin: 0 15px 10rem;
        width: calc(100% - 90px);
	}
}
@media screen and (max-width: 599px) {
	.confirm .form_area{
        margin: 0 15px 4rem;
	}
	.confirm h1,
	.complete h1{
    font-size: 2.6rem;
	}
	.confirm .form_area{
        width: calc(100% - 60px);
	}
	.confirm .form_area form .btn_back input{
    min-width: 140px;
    font-size: 1.4rem;
	}
	.confirm .form_area form .btn_submit input{
    min-width: 140px;
	}
	.confirm_page .contact-button_wrap,
	.complete_page .contact-button_wrap{
		display: none;
	}
}

.right_bnr{
    position: fixed;
    top: 16vh;
    right: 0;
    z-index: 10;
}
@media screen and (max-width: 599px) {
	.right_bnr{
		display: none;
	}
}


