@charset "utf-8";
/* CSS Document */

/*======================
pc_backgrond
======================*/
.pc_backgrond{
	background-image: url( "images/pc_bg.jpg");
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	width: 100%;
	height: 100vh;
	position: relative;
	z-index: 0;
}

.pc_txt{
	display: block;
	width: 105px;
	height: 100vh;
	background-color: #2C2C2C;
	position: fixed;
	top: 0;
	left: 0;
	padding: 20px;
}

.pc_txt img{
	max-width: 56px;
	max-height: 100%;
	object-fit: contain;
}

.wrapper{
	width: 100%;
	max-width: 780px;
	margin: 0 auto;
	background-color: #fff;
	position: relative;
	z-index: 1;
}

@media only screen and (max-width: 1020px) {
	.pc_txt{
		display: none;
	}
}

@media only screen and (max-width: 780px) {
	.wrapper{
	width: 100%;
	/*	overflow: hidden;*/
}
	
}

#facebook-like{
	padding:20px;
	background-color: #E8F3FA;
}

.grecaptcha-badge { visibility: hidden; }

/*======================
MV
======================*/
.top_mv{
	padding-bottom: 75px;
}

.mv_head{
	background-color: #114CED;
	padding: 15px;
}
.mv_head p{
	font-size: 42px;
}
.mv_fb{
	background-color: #E8F3FA;
	padding: 15px 20px;
	display: flex;
	align-items: center;
}
.fb_banner{
	width: 100%;
	max-width: 168px;
	height: 52px;
	background-color: #1877F2;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 6px;
	margin-right: 15px;
}
.fb_banner img{
	width: 26px;
	height: auto;
	margin-right: 10px;
}
.fb_banner span{
	font-size: 20px;
	color: #fff;	
}

.mv_fb p{
	font-size: 16px;
}

@media only screen and (max-width: 780px) {
	.top_mv{
	padding-bottom: 7.5rem;
}
.mv_head p{
	font-size: 4.2rem;
}

}

@media only screen and (max-width: 560px) {
		.mv_fb{
	height: 9rem;
}
	
	.mv_fb{
	padding: 10px;
}
.fb_banner{
	max-width: 90px;
	height: 30px;
}
.fb_banner img{
	width: 15px;
	margin-right: 1rem;
}
.fb_banner span{
	font-size: 12px;
}

.mv_fb p{
	font-size: 11px;
}
}


/*mv_read_wrap*/
.mv_read_wrap{
	padding-top: 60px;
}

.mv_hukidasi{
	position: relative;
}
.mv_hukidasi img{
	max-width: 700px;
}

.mv_hukidasi .lamp{
	position: absolute;
	top: -32px;
	right: 24px;
}
.mv_hukidasi .lamp img{
	width: 124px;
	height: auto;
}

@media only screen and (max-width: 780px) {
	.mv_read_wrap{
	padding-top: 6rem;
}
.mv_hukidasi img{
	max-width: 70rem;
}
	.mv_hukidasi .lamp{
	top: -3.2rem;
	right: 2.4rem;
}
	.mv_hukidasi .lamp img{
	width: 12rem;
}
}


/*======================
sec1
======================*/
.sec1 .txt_area{
	padding-top: 32px;
	padding-bottom: 32px;
}
.sec1 .txt_area p{
	font-size: 42px;
}


@media only screen and (max-width: 780px) {
	.sec1 .txt_area{
	padding-top: 3.2rem;
	padding-bottom: 3.2rem;
}
	.sec1 .txt_area p{
	font-size: 4.2rem;
}
}




/*======================
CTA
======================*/
.cta{
	background-color: #FFEA05;
}

.cta .flex_area{
	display: flex;
}
.cta .flex_area .img_area img{
	width: 282px;
	height: auto;
}

@media only screen and (max-width: 780px) {
	.cta .flex_area .img_area img{
	width: 28rem;
}
}


.cta .cta_txt_area{
	height: 100%;
	margin-left: -40px;
	margin-top: 15px;
}
.cta .cta_txt_area p{
	line-height: 1.2;
}
.cta .cta_txt_area p:first-of-type{
	font-size: 65px;
	letter-spacing: 6px;
}
.cta .cta_txt_area p:nth-child(2){
	font-size: 65px;
	letter-spacing: 6px;
}
.cta .cta_txt_area p:nth-child(2) span{
	font-size: 78px;
}
.cta .cta_txt_area p:last-of-type{
	font-size: 45px;
}

@media only screen and (max-width: 780px) {
	.cta .cta_txt_area{
	margin-left: -4rem;
	margin-top: 1.5rem;
}
	.cta .cta_txt_area p:first-of-type{
	font-size: 6.5rem;
	letter-spacing: 0.6rem;
}
.cta .cta_txt_area p:nth-child(2){
	font-size:  6.5rem;
	letter-spacing: 0.6rem;
}
.cta .cta_txt_area p:nth-child(2) span{
	font-size: 7.8rem;
}
.cta .cta_txt_area p:last-of-type{
	font-size: 4.5rem;
}
}


.btn_wrap{
	width: 100%;
	position: absolute;
	top: 58%;
	left: 50%;
	transform: translateX(-50%);
}
.entry_btn{
	max-width: 700px;
	margin: 0 auto;
}
.entry_btn a{
	width: 100%;
	height: 155px;
	font-size: 60px;
	border-radius: 24px;
	color: #fff;
	font-weight: 800;
	display: flex;
	align-items: center;
	justify-content: center;
	background: linear-gradient(180deg,rgba(45, 219, 139, 1) 0%, rgba(40, 200, 124, 1) 50%, rgba(12, 105, 62, 1) 100%);
	box-shadow: 0px 6px 6px rgba(10,65,39,0.3);
	transition: .3s;
}
.entry_btn a span{
	padding-top: 9px;
	font-size: 50px;
}
.entry_btn a:hover{
	transform: translate(0, 6px);
}

.sec1_cta{
	position: relative;
	padding-top: 90px;
	padding-bottom: 135px;
}
.sec1_cta::before{
	content: "";
	width: 140px;
	height: 72px;
	background-color: #fff;
	clip-path: polygon(0 0, 50% 100%, 100% 0);
	position: absolute;
	top: -2px;
	left: 50%;
	transform: translateX(-50%);
}

@media only screen and (max-width: 780px) {
	.entry_btn{
	max-width: 70rem;
}
	.entry_btn a{
	width: 100%;
	height: 15.5rem;
	font-size: 6rem;
		border-radius: 2.4rem;
}
.entry_btn a span{
	font-size: 5rem;
}
	
		.sec1_cta{
	padding-top: 9rem;
	padding-bottom: 13.5rem;
}
	.sec1_cta::before{
	width: 14rem;
	height: 7.2rem;
}
}


/*======================
sec2
======================*/
.sec2 .area01{
	position: relative;
	padding-bottom: 75px;
}

.sec2 .area01 .head{
	width: 100%;
	margin-top: -65px;
	padding-bottom: 20px;
}
.sec2 .area01 .head img{
	width: 365px;
	height: auto;
}
.sec2 .area01 .head p{
	font-size: 80px;
	line-height: 1;
	padding-top: 10px;
}
.sec2 .area01 .head span{
	font-size: 90px;
}

@media only screen and (max-width: 780px) {
	.sec2 .area01{
	padding-bottom: 7.5rem;
}
	.sec2 .area01 .head{
	margin-top: -6.5rem;
	padding-bottom: 2rem;
}
	.sec2 .area01 .head img{
	width: 36.5rem;
}
	.sec2 .area01 .head p{
	font-size: 8rem;
}
.sec2 .area01 .head span{
	font-size: 9rem;
}
}


.sec2 .area01 .conclusion{
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 55px;
	position: relative;
}

.sec2 .area01 .conclusion .img_area{
	width: 360px;
	position: absolute;
	top: 0;
	right: 50px;
	z-index: 1;
}

.sec2 .area01 .conclusion .arrow{
	padding-left: 130px;
}
.sec2 .area01 .conclusion .arrow img{
	width: 155px;
	height: auto;
}

.sec2 .area01 .conclusion .txt_area{
	border: 4px solid #0060CC;
	border-radius: 32px;
	padding: 20px;
	padding-bottom: 45px;
	position: relative;
	margin-top: 65px;
}

.sec2 .area01 .conclusion .txt_area .ttl{
	font-size: 80px;
	display: inline-block;
	background-color:#fff;
	padding-left: 50px;
	padding-right: 50px;
	margin-top: -85px;
	margin-left: 45px;
}

.sec2 .area01 .conclusion .txt_area .txt01{
	font-size: 48px;
	letter-spacing: 1px;
}
.sec2 .area01 .conclusion .txt_area .txt02{
	font-size: 68px;
	letter-spacing: 0;
	line-height: 1;
}
.sec2 .area01 .conclusion .txt_area .txt02 span{
	font-size: 88px;
}
.sec2 .area01 .conclusion .txt_area .txt02 span > span{
	font-size: 68px;
}

.sec2 .area01 .txt_btm{
	padding-left: 40px;
	padding-right: 15px;
}
.sec2 .area01 .txt_btm p{
	font-size: 42px;
}

@media only screen and (max-width: 780px) {
	.sec2 .area01 .conclusion{
		padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 5.5rem;
}
	.sec2 .area01 .conclusion .img_area{
	width: 36rem;
	right: 5rem;
}
	
	.sec2 .area01 .conclusion .arrow{
	padding-left: 13rem;
}
.sec2 .area01 .conclusion .arrow img{
	width: 15.5rem;
}
	
	.sec2 .area01 .conclusion .txt_area{
	padding-bottom: 4.5rem;
	margin-top: 6.5rem;
}

.sec2 .area01 .conclusion .txt_area .ttl{
	font-size: 8rem;
	padding-left: 5rem;
	padding-right: 5rem;
	margin-top: -8.5rem;
	margin-left: 4.5rem;
}
	
	.sec2 .area01 .conclusion .txt_area .txt01{
	font-size: 4.2rem;
}
.sec2 .area01 .conclusion .txt_area .txt02{
	font-size: 6rem;
}
.sec2 .area01 .conclusion .txt_area .txt02 span{
	font-size: 8rem;
}
.sec2 .area01 .conclusion .txt_area .txt02 span > span{
	font-size: 6rem;
}

.sec2 .area01 .txt_btm{
	padding-left: 4rem;
	padding-right: 0.15rem;
}
.sec2 .area01 .txt_btm p{
	font-size: 4.2rem;
}
}



/*area02*/
.sec2 .area02{
	background-color: #015FCC;
	position: relative;
	padding-top: 95px;
}
.sec2 .area02::before{
	content: "";
	width: 140px;
	height: 72px;
	background-color: #fff;
	clip-path: polygon(0 0, 50% 100%, 100% 0);
	position: absolute;
	top: -2px;
	left: 50%;
	transform: translateX(-50%);
}

@media only screen and (max-width: 780px) {
	.sec2 .area02{
	padding-top: 9.5rem;
}
	.sec2 .area02::before{
	width: 14rem;
	height: 7.2rem;
}
}


.sec2 .area02 .txt_top{
	margin-bottom: 50px;
}
.sec2 .area02 .txt_top .txt01{
	font-size: 64px;
	line-height: 1.3;
}
.sec2 .area02 .txt_top .txt02{
	font-size: 57px;
	line-height: 1.3;
}
.sec2 .area02 .txt_top .txt02 span{
	font-size: 73px;
}

.sec2 .area02 .img_area{
	width: 740px;
	margin-bottom: 20px;
}

@media only screen and (max-width: 780px) {
	.sec2 .area02 .txt_top{
	margin-bottom: 5rem;
}
	.sec2 .area02 .txt_top .txt01{
	font-size: 6.4rem;
}
.sec2 .area02 .txt_top .txt02{
	font-size: 5.6rem;
}
.sec2 .area02 .txt_top .txt02 span{
	font-size: 7.2rem;
}

.sec2 .area02 .img_area{
	width: 74rem;
}
}


.sec2 .area02 .txt_btm{
	margin-bottom: 45px;
}
.sec2 .area02 .txt_btm .txt01{
	font-size: 40px;
	margin-bottom: 20px;
}
.sec2 .area02 .txt_btm .txt02{
	font-size: 60px;
	margin-top: 15px;
}
.sec2 .area02 .txt_btm .txt03{
	font-size: 40px;
}
.sec2 .area02 .txt_btm .txt03 span{
	font-size: 48px;
}

.sec2 .area02 .arrow img{
	width: 110px;
	height: auto;
}

@media only screen and (max-width: 780px) {
	.sec2 .area02 .txt_btm{
	margin-bottom: 4.5rem;
}
.sec2 .area02 .txt_btm .txt01{
	font-size: 4rem;
}
.sec2 .area02 .txt_btm .txt02{
	font-size: 6rem;
}
.sec2 .area02 .txt_btm .txt03{
	font-size: 4rem;
}
.sec2 .area02 .txt_btm .txt03 span{
	font-size: 4.8rem;
}

.sec2 .area02 .arrow img{
	width: 11rem;
}
}


.method_wrap {
	padding-bottom: 55px;
	position: relative;
}
.method_wrap .method_img_area{
	width: 235px;
	position: absolute;
	bottom: 0;
	left: 45px;
}

.method_wrap .ttl{
	font-size: 40px;
	background-color: #FEEA05;
	display: inline-block;
	padding: 15px 40px;
}

.method_wrap .method{
	border-radius: 24px;
	padding: 30px;
	padding-top: 55px;
	margin-top: -40px;
	height: 345px;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.method_wrap .method .flex_area{
	display: flex;
	justify-content: flex-end;
}

.method_wrap .method .txt01{
	font-size: 90px;
	letter-spacing: 4px;
}
.method_wrap .method .txt01 span{
	font-size: 80px;
}

.method_wrap .method .txt02{
	font-size: 48px;
	line-height: 1.2;
}
.method_wrap .method .txt02 span{
	font-size: 58px;
}

@media only screen and (max-width: 780px) {
	.method_wrap {
	padding-bottom: 5.5rem;
}
.method_wrap .method_img_area{
	width: 23.5rem;
	left: 4.5rem;
}

.method_wrap .ttl{
	font-size: 4rem;
	padding: 10px 4rem;
}

.method_wrap .method{
	padding: 3rem;
	padding-top: 5.5rem;
	margin-top: -4rem;
	height: 34.5rem;
}

.method_wrap .method .txt01{
	font-size: 9rem;
}
.method_wrap .method .txt01 span{
	font-size: 8rem;
}

.method_wrap .method .txt02{
	font-size: 4.8rem;
}
.method_wrap .method .txt02 span{
	font-size: 5.8rem;
}
}


/*======================
sec3
======================*/
.sec3{
	background-color: #E0EDFF;
	padding-top: 45px;
	padding-bottom: 45px;
}
.sec3 .head{
	font-size: 63px;
	margin-bottom: 45px;
}
.sec3 .head span:first-of-type{
	font-size: 83px;
}
.sec3 .head span:last-of-type{
	font-size: 73px;
}

.sec3 .txt{
	font-size: 34px;
	padding-left: 40px;
}
.sec3 .txt:last-of-type{
	letter-spacing: 1.3px;
}
.sec3 .img_area{
	width: 700px;
	margin: 0 auto;
	margin-bottom: 70px;
}

@media only screen and (max-width: 780px) {
	.sec3{
	padding-top: 4.5rem;
	padding-bottom: 4.5rem;
}
.sec3 .head{
	font-size: 6.3rem;
	margin-bottom: 4.5rem;
}
.sec3 .head span:first-of-type{
	font-size: 8.3rem;
}
.sec3 .head span:last-of-type{
	font-size: 7.3rem;
}

.sec3 .txt{
	font-size: 3.4rem;
	padding-left: 4rem;
}
	.sec3 .txt:last-of-type{
	letter-spacing: inherit;
}
.sec3 .img_area{
	width: 70rem;
	margin-bottom: 7rem;
}
}



/*======================
sec4
======================*/
.sec4{
	padding-top: 65px;
	padding-bottom: 55px;
	position: relative;
}

.sec4 .lamp{
	width: 124px;
	position: absolute;
	top: -10%;
	right: 25px;
}

.sec4 .head{
	font-size: 70px;
	letter-spacing: 1.5px;
	margin-bottom: 20px;
}
.sec4 .head span{
	font-size: 93px;
}

.sec4 table{
	display: block;
	width: 100%;
	margin-bottom: 20px;
}
.sec4 th{
	width: 350px;
	height: 70px;
	border: 1px solid #fff;
	font-size: 34px;
	font-weight: 800;
	vertical-align: middle;
}
.sec4 .seo{
	background-color: #0060CC;
}
.sec4 .aeo{
	background-color: #EA4336;
}

@media only screen and (max-width: 780px) {
	.sec4{
	padding-top: 6.5rem;
	padding-bottom: 5.5rem;
}
	.sec4 .lamp{
	width: 12.4rem;
}
	.sec4 .head{
	font-size: 7rem;
}
.sec4 .head span{
	font-size: 9.3rem;
}

.sec4 th{
	width: 35rem;
	height: 7rem;
	font-size: 3.4rem;
}
}


.sec4 td{
	border: 1px solid #fff;
	padding-top: 25px;
	padding-bottom: 25px;
	font-size: 30px;
	font-weight: 800;
	text-align: center;
}
.sec4 td:first-of-type{
	background-color: #DFEDFF;
}
.sec4 td:last-of-type{
	background-color: #FFF0F0;
}

.sec4 .flex_area{
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}
.sec4 .flex_area .txt_area{
	width: 430px;
	border-radius: 24px;
	background-color: #015FCC;
	padding: 15px 30px;
	display: flex;
	justify-content: flex-end;
}
.sec4 .flex_area .txt_area p{
	font-size: 40px;
	letter-spacing: 4px;
}
.sec4 .flex_area .txt_area .small{
	font-size: 34px;
}

.sec4 .flex_area .img_area{
	width: 300px;
	margin-left: -45px;
}

@media only screen and (max-width: 780px) {
	.sec4 td{
	font-size: 3rem;
		padding-top: 2.5rem;
		padding-bottom: 2.5rem;
}
	
.sec4 .flex_area .txt_area{
	width: 43rem;
	padding: 15px 3rem;
}
.sec4 .flex_area .txt_area p{
	font-size: 4rem;
	letter-spacing: inherit;
}
.sec4 .flex_area .txt_area .small{
	font-size: 3.4rem;
}

.sec4 .flex_area .img_area{
	width: 30rem;
	margin-left: -4.5rem;
}
}


/*======================
sec5
======================*/
.sec5{
	padding-top: 35px;
	padding-bottom: 55px;
	background-color: #FFEA05;
	overflow: hidden;
}
.sec5 .head{
	font-size: 52px;
	line-height: 1.2;
	margin-bottom: 30px;
}

.sec5_cta .content_area{
	padding-right: 55px;
	position: relative;
}

.sec5_cta .content_area  .img_area{
	width: 255px;
	position: absolute;
	    top: 26%;
    left: -18px;
}

.sec5_cta .content_area .txt_area{
	width: 560px;
	margin-left: auto;
	border-radius: 24px 24px 0 0;
	padding: 25px 20px;
}
.sec5_cta .content_area .txt_area p{
	font-size: 40px;
	letter-spacing: 0;
}

.sec5_cta .btn_wrap{
	position: inherit;
	transform: translateX(0);
/*	margin-bottom: 30px;*/
		margin-top: -6px;
}

/*.sec5_cta  .entry_btn a{
	display: block;
	height: 100%;
	padding-top: 14px;
	padding-bottom: 20px;
	text-align: center;
	line-height: 1.2;
}*/
/*.sec5_cta  .entry_btn a span{
	font-size: 50px;
}*/

.sec5_cta .txt_btm{
	font-size: 40px;
	color: #606060;
}

@media only screen and (max-width: 780px) {
	.sec5{
	padding-top: 4.5rem;
	padding-bottom: 5.5rem;
}
.sec5 .head{
	font-size: 5.2rem;
	margin-bottom: 3rem;
}

.sec5_cta .content_area{
	padding-right: 5.5rem;
}

.sec5_cta .content_area  .img_area{
	width: 25.5rem;
}

.sec5_cta .content_area .txt_area{
	width: 54rem;
	padding: 15px 11px;
}
.sec5_cta .content_area .txt_area p{
	font-size: 3.8rem;
}

.sec5_cta .btn_wrap{
	margin-bottom: 3rem;

}

.sec5_cta  .entry_btn a{
	display: block;
	height: 100%;
	padding-top: 14px;
	padding-bottom: 20px;
	text-align: center;
	line-height: 1.2;
}
.sec5_cta  .entry_btn a span{
	font-size: 5rem;
}

.sec5_cta .txt_btm{
	font-size: 4rem;
}
}


/*======================
sec6
======================*/
.sec6{
	padding-top: 50px;
	padding-bottom: 60px;
}

.sec6 .head{
	font-size: 92px;
	line-height: 1;
	margin-bottom: 35px;
}
.sec6 .head span{
	font-size: 60px;
}


@media only screen and (max-width: 780px) {
	.sec6{
	padding-top: 5rem;
	padding-bottom: 6rem;
}
	.sec6 .head{
	font-size: 9.2rem;
	margin-bottom: 4rem;
}
	.sec6 .head span{
	font-size: 6rem;
}
}



.flow_item{
	background-color: #DFEDFF;
	width: 100%;
	height: 186px;
	margin-bottom: 32px;
	position: relative;
}
.flow_item::after{
	content: "";
	background-image: url("images/sec6_arrow_blue.png");
	background-repeat: no-repeat;
	background-size: contain;
	width: 105px;
	height: 90px;
	position: absolute;
	left: 60px;
	bottom: -30%;
	z-index: 1;
}

.flow_item:nth-child(1){
	z-index: 4;
}
.flow_item:nth-child(2){
	z-index: 3;
}
.flow_item:nth-child(3){
	z-index: 2;
}

.flow_item:last-of-type{
	margin-bottom: 0;
}
.flow_item:last-of-type::after{
	content: none;
}

.flow_item .flex_area{
	display: flex;
	align-items: center;
	height: 100%;
}
.flow_item .number{
	font-size: 74px;
	width: 190px;
	text-align: center;
	padding-left: 35px;
}
.flow_item .txt{
	width: 590px;
	font-size: 44px;
	text-align: center;
	line-height: 1.2;
	padding-right: 40px;
}

@media only screen and (max-width: 780px) {
	.flow_item{
	height: 18.6rem;
	margin-bottom: 3.2rem;
}
.flow_item::after{
	width: 10rem;
	height: 9rem;
	left: 6rem;
}

.flow_item .number{
	font-size: 7.4rem;
	width: 19rem;
	padding-left: 3.5rem;
}
.flow_item .txt{
	width: 59rem;
	font-size: 4.4rem;
	padding-right: 4rem;
}
}


/*======================
sec7
======================*/
.form_wrap{
	background-color: #0060CC;
	margin-top: -1px;
		padding-bottom: 100px;
}
.form_wrap .head{
	font-size: 60px;
	line-height: 1;
	margin-bottom: 120px;
}
.form_wrap .head span{
	font-size: 40px;
}


@media only screen and (max-width: 780px) {
	.form_wrap .head{
	font-size: 6rem;
	margin-bottom: 6rem;
}
	.form_wrap .head span{
	font-size: 4rem;
}
	.form_wrap{
		padding-bottom: 10rem;
}
}



/*======================
thanks
======================*/
.thanks{
	padding-top: 100px;
	padding-bottom: 140px;
	border-bottom: 1px solid #9EBCEE;
}

.thanks .head{
	font-size: 40px;
	margin-bottom: 50px;
	color: #0060CC;
}

.thanks .txt_area{
	margin-bottom: 50px;
}
.thanks .txt01{
	font-size: 22px;
	margin-bottom: 30px;
}
.thanks .txt02{
	font-size: 20px;
}

.thanks .entry_btn{
	margin-bottom: 50px;
}
.thanks .entry_btn a{
	font-size: 30px;
	height: 120px;
}

.back_btn a{
	display: block;
	max-width: 340px;
	margin: 0 auto;
	height: 80px;
	line-height: 80px;
	background-color: #0060CC;
	border-radius: 50px;
	font-size: 20px;
	color: #fff;
	text-align: center;
}


@media only screen and (max-width: 780px) {
.thanks{
	padding-top: 100px;
	padding-bottom: 100px;
}

.thanks .head{
	font-size: 25px;
	margin-bottom: 30px;
}

.thanks .txt_area{
	margin-bottom: 30px;
}
.thanks .txt01{
	font-size: 16px;
	margin-bottom: 20px;
}
.thanks .txt02{
	font-size: 16px;
}

.thanks .entry_btn a{
	font-size: 20px;
	height: 100px;
}

.back_btn a{
	height: 60px;
	line-height: 60px;
	font-size: 16px;
}

}



/*======================
footer
======================*/
.footer{
	padding-top: 110px;
	padding-bottom: 40px;
	text-align: center;
}

.footer p{
	color: #0060CC;
	font-weight: 800;
}

.footer .txt01{
	font-size: 40px;
	margin-bottom: 60px;
}
.footer .txt02{
	font-size: 32px;
	margin-bottom: 70px;
}

.footer .copy{
	font-size: 24px;
}

@media only screen and (max-width: 780px) {
.footer{
	padding-top: 11rem;
	padding-bottom: 4rem;
}
	.footer .txt01{
	font-size: 4rem;
	margin-bottom: 6rem;
}
.footer .txt02{
	font-size: 3.2rem;
	margin-bottom: 7rem;
}

.footer .copy{
	font-size: 2.4rem;
}
}

@media only screen and (max-width: 390px) {
		.footer .txt01{
	font-size: 20px;
}
	.footer .txt02{
	font-size: 16px;
}
	.footer .copy{
	font-size: 12px;
}
}





