@charset "UTF-8";

/* ---------------------------------------
  基本情報
-----------------------------------------*/

html,body{	height:100%;}
html{
	font-size:62.5%;
    overflow-y: scroll;
}
body, h1, h2, h3, h4, h5, h6, p, address,
ul, ol, li, dl, dt, dd,
table, th, td, img, form {
	margin: 0;
	padding: 0;
	border: none;
	line-height: 100%;
	list-style-type: none;
	font-style: normal;
	font-weight: normal;
	font-family: "Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ",Meiryo,"ＭＳ Ｐゴシック",Arial,Verdana,sans-serif;
	text-align: left;
	color: #000;
	font-size: 1.6rem;
	line-height: 1.8;
}
input, button, textarea, select {
	font-family: "Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ",Meiryo,"ＭＳ Ｐゴシック",Arial,Verdana,sans-serif;
	color: #000;
	font-size: 1.5rem;
	line-height: 1.8;
}
body a {
	text-decoration: none;
	color: #000;
}
img{
	vertical-align: bottom;
	max-width: 100%;
}
*,*:after,*:before{
	box-sizing: border-box;
}
@media screen and (min-width: 769px) {
	body{
		min-width: 1000px;
	}
}
@media screen and (max-width: 768px) {
	img{
		width: 100%;
	}
	p, dt, dd ,li ,th ,td,
	input, button, textarea, select{
		font-size: 3.2vw;
	}
}

/* responsive
--------------------------------*/
@media screen and (min-width: 769px) {
	.sp{
		display: none!important;
	}
}
@media screen and (max-width: 768px) {
	.pc{
		display: none!important;
	}
}

/* hover
--------------------------------*/
a:hover img,
.fade:hover{
	opacity: .7;
}
a img,
.fade{
	cursor: pointer;
	outline: 1px solid transparent;
	transition: opacity .3s;
}

/* common
--------------------------------*/
.wrap{
	max-width: 1000px;
	margin: 0 auto;
}
.aligncenter{
	display: block;
	margin: 0 auto;
}
.alignright{
	float: right;
}
.alignleft{
	float: left;
}
.tac{
	text-align: center;
}
.tar{
	text-align: right;
}
.tal{
	text-align: left;
}
.flex{
	display: flex;
	justify-content: space-between;
}
.hover_change{
	position: relative;
	display: block;
}
.hover_change .on{
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	transition: opacity .3s;
	display: inline-block;
}
.hover_change:hover .on{
	opacity: 1;
}
@media screen and (max-width: 768px) {
	.wrap{
		width: 88%;
	}
}

/* ---------------------------------------------
  header
-----------------------------------------------*/
header{
	border-bottom: 5px solid #0e639f;
}
header .wrap{
	padding: 2px 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
header .logo{
	width: 182px;
}
header .tel{
	width: 321px;
	width: 420px;
}
@media screen and (max-width: 768px) {
	header{
		border-bottom-width: 3px;
	}
	header .wrap{
		padding: 1% 0 1%;
		width: 96%;
	}
	header .logo{
		width: 27%;
		line-height: 1;
	}
	header .tel{
		width: 41.5%;
		line-height: 1;
	}
}

/* ---------------------------------------------
  main
-----------------------------------------------*/

/* sec_ttl
--------------------------------*/
.sec_ttl{
	height: 111px;
	padding-top: 2px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	background: #0868aa;
}
.sec_sub_ttl{
	text-align: center;
	padding: 40px 0;
	background: #fef5f2;
}
@media screen and (max-width: 768px) {
	.sec_ttl{
		height: auto;
		padding: 3% 0;
	}
	.sec_sub_ttl{
		padding: 3% 0;
	}
}

/* mv
--------------------------------*/
#mv{
	padding: 10px 0 40px;
	background: rgb(229,231,229);
	background: -moz-linear-gradient(top,  rgba(229,231,229,1) 0%, rgba(255,255,255,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(229,231,229,1) 0%,rgba(255,255,255,1) 100%);
	background: linear-gradient(to bottom,  rgba(229,231,229,1) 0%,rgba(255,255,255,1) 100%);
}
#mv .appli_box{
	padding: 24px 0 0;
}
@media screen and (max-width: 768px) {
	#mv{
		padding: 3% 0 5%;
	}
	#mv .wrap{
		width: 100%;
	}
	#mv .appli_doc{
		width: 90%;
	}
	#mv .appli_box{
		padding-top: 12px;
	}
}

/* appli
--------------------------------*/
.appli_sec{
	padding: 30px 0;
	margin-bottom: 60px;
	background: #e1f3fc;
}
.appli_sec .ttl{
	text-align: center;
	background: #0868aa;
	padding: 14px;
}
.appli_tab{
	display: flex;
	justify-content: space-between;
}
.appli_box{
	padding: 24px 17px 17px;
	background: #fffcdb;
	border: 4px solid #0868aa;
}
.appli_box .btn{
	text-align: center;
}
.appli_box .box{
	padding: 12px 6px;
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
}
.appli_box .box_ttl{
	font-size: 1.7rem;
	line-height: 1.4;
	font-weight: 700;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	text-align: center;
	color: #0868aa;
	margin-left: 10px;
	margin-right: 25px;
}
.appli_box .box_ttl img{
	margin-right: 5px;
}
.appli_box .box .white_box{
	display: flex;
	align-items: center;
	justify-content: flex-start;
	margin-right: 10px;
	margin-left: 75px;
}
.appli_box .box .chui{
	font-size: 1.3rem;
	line-height: 1.3;
	padding-left: 3.5em;
	text-indent: -3.5em;
}
.appli_box02{
	margin-top: 5px;
}
.appli_box02 .box{
	padding-top: 0;
	padding-bottom: 0;
}
.appli_box02 .btn{
	margin-top: 10px;
}
.appli_doc{
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 7px;
}
.appli_doc .txt{
	font-size: 1.2rem;
	line-height: 1.3;
}
.appli_doc .btn{
	max-width: 430px;
	width: 42%;
}
.appli_doc .btn a{
	font-size: 1.3rem;
	font-weight: bold;
	text-align: center;
	width: 100%;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #bde4f9;
}
.appli_slider{
	max-width: 1000px;
	width: 100%;
	margin: 0 auto;
}
@media screen and (max-width: 768px) {
	.appli_sec{
		padding: 0;
		margin-bottom: 7%;
		background: #fff;
	}
	.appli_sec .ttl{
		line-height: 0;
		text-align: center;
		background: #0868aa;
		padding: 3% 10%;
		width: 113%;
		margin-left: -6.5%;

		display: none;
	}
	.appli_box{
		padding: 3% 2% 1%;
		border-width: 2px;
	}
	.appli_sec .appli_box{
		width: 113%;
		margin-left: -6.5%;
	}
	.appli_box.no{
		background: #f4f9f1;
		border-top: 0;
	}
	.appli_box .txt{
		width: 48%;
		line-height: 1;
		margin: 0 auto 2%;
	}
	.appli_box .btn{
		padding-left: 4%;
		text-align: center;
	}
/*	.appli_box .note{
		width: 42%;
		margin: -4% auto 2%;
	}*/
	.appli_doc{
		display: block;
		width: 100%;
		margin: 2% auto 0;
	}
	.appli_doc .txt{
		font-size: 2vw;
		max-width: 100%;
		width: 100%;
	}
	.appli_doc .btn{
		max-width: 100%;
		width: 100%;
		margin-top: 2%;
	}
	.appli_doc .btn a{
		font-size: 2vw;
		height: 8vw;
	}
	.appli_box .box{
		padding: 0% 3% 3%;
		display: block;
		background: none;
	}
	.appli_box .box .white_box{
		display: block;
		background: #fff;
		padding: 2% 4% 4%;
		margin-right: 0;
		margin-left: 0;
	}
	.appli_box .box .box_ttl{
		font-size: 2.9vw;
		margin-bottom: 3%;
		color: #0868aa;
		text-align: center;
		justify-content: center;
		align-items: center;
		margin-right: 0;
	}
	.appli_box .box .box_ttl img{
		width: 7vw;
		margin-right: 3vw;
	}
	.appli_box .box .btn_area{
		display: flex;
		justify-content: space-between;
	}
	.appli_box .box .btn_area p{
		width: 48%;
	}
	.appli_box .box .chui{
		font-size: 2.3vw;
		padding-left: 3.5em;
		text-indent: -3.5em;
		font-feature-settings: "palt";
		margin-top: 2%;
	}
	.appli_box .box .note li{
		font-size: 2.3vw;
		text-align: left;
		font-feature-settings: "palt";
		margin-top: 1%;
	}
	.appli_box .box .note li span{
		display: block;
	}
	.appli_box .box .note li a{
		color: #0071bc;
		text-decoration: underline;
	}
	.appli_box .box .note li img{
		width: 2.1vw;
		vertical-align: middle;
		margin: -.5vw 0 0 .5vw;
	}
}

/* shindan
--------------------------------*/
#shindan .wrap{
	padding: 30px 0 35px;
}
.diagnosis .ans{
	font-size: 2.2rem;
	font-weight: bold;
	line-height: 1.4;
	text-align: center;
}
.diagnosis table{
	position: relative;
	width: 100%;
	height: auto;
	padding: 0;
	margin: 30px auto 50px;
	border-collapse: collapse;
	border: 1px solid #808080;
}
.diagnosis table th,
.diagnosis table td{
	vertical-align: middle;
	border: 1px solid #808080;
}
.diagnosis table th {
	font-size: 2.3rem;
	font-weight:bold;
	text-align: center;
	background: #e6e6e6;
}
.diagnosis table td {
	font-size: 1.5rem;
	line-height: 1.267;
	padding: 15px 30px;
}
.diagnosis table td:nth-child(2){
	padding-left: 90px;
}
.diagnosis table td span{
	vertical-align: bottom;
}
.diagnosis table td input[type="text"],
.diagnosis table td select {
	width: 125px;
	height: 45px;
}
.diagnosis table td select{
	width: 150px;
}
.diagnosis input[type="image"]{
	margin: 0 auto;
	display: block;
}
.diagnosis .ok, .diagnosis .ng{
	padding: 70px 0 40px;
	display: none;
}
.diagnosis .ok{
	background: #fffde8;
}
.diagnosis .ng{
	background: #e6e6e6;
}
.diagnosis .result{
	border: 1px solid #0868aa;
	background: #ffffff;
	padding: 60px 0 50px;
	position: relative;
}
.diagnosis .result .ttl{
	font-size: 4.2rem;
	line-height: 1;
	padding: 10px 15px;
	color: #fff;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%,-50%);
	margin: 0 auto;
	display: inline-block;
	background: #0868aa;
}
.diagnosis .result .txt{
	font-size: 4.8rem;
	color: #0d6eb8;
	text-align: center;
	line-height: 1.6;
}
.diagnosis .next{
	margin-top: 20px;
}
.diagnosis .next .ttl{
	font-size: 2.6rem;
	line-height: 1.35;
	color: #0d6eb8;
	text-align: center;
}
.diagnosis .next .txt{
	font-size: 2rem;
	line-height: 1.35;
	text-align: center;
	margin-top: 20px;
}
.diagnosis .appli_tab{
	margin-top: 20px;
}
@media screen and (max-width: 768px) {
	#shindan .wrap{
		padding: 3% 0 3%;
	}
	.diagnosis .ans{
		font-size: 3.4vw;
	}
	.diagnosis table{
		margin: 4% auto 4%;
	}
	.diagnosis table th,
	.diagnosis table td,
	.diagnosis table td:nth-child(2){
		padding: 4% 6%;
	}
	.diagnosis table th {
		font-size: 3.5vw;
		line-height: 1.3;
		width: 40%;
	}
	.diagnosis table td {
		font-size: 2.3vw;
		width: 60%;
	}
	.diagnosis table td:nth-child(3){
		display: none;
	}
	.diagnosis table td input[type="text"],
	.diagnosis table td select {
		width: 70%;
		height: 9.5vw;
	}
	.diagnosis table td select{
		width: 100%;
	}
	.diagnosis table td span.s{
		display: block;
		margin-top: 5%;
	}
	.diagnosis input[type="image"]{
		margin: 6% 0 0 11%;
		display: block;
		width: 86%;
	}
	.diagnosis .ok, .diagnosis .ng{
		padding: 12% 0 10%;
	}
	.diagnosis .result{
		padding: 15% 0 12%;
	}
	.diagnosis .result .ttl{
		font-size: 6vw;
		text-align: center;
		padding: 4%;
		display: block;
		width: 46%;
	}
	.diagnosis .result .txt{
		font-size: 5.7vw;
	}
	.diagnosis .next{
		margin-top: 7%;
	}
	.diagnosis .next .ttl{
		font-size: 4.2vw;
	}
	.diagnosis .next .txt{
		font-size: 3.4vw;
		margin-top: 4%;
		text-align: left;
	}
	.diagnosis .appli_box{
		margin-top: 7%;
	}
	.diagnosis .appli_box+.appli_box{
		margin-top: 0;
	}
	.diagnosis .appli_box+.appli_box+.sp{
		margin-top: 7%;
	}
}

/* reason
--------------------------------*/
#reason .wrap{
	padding: 33px 0 50px;
}
#reason .point{
	margin-left: -31px;
}
#reason .point > *+*{
	margin-top: 15px;
}
#reason .point > *:nth-child(2){
	margin-top: 11px;
}
#reason .wallet{
	padding: 80px 0 20px;
	margin-top: 100px;
	position: relative;
	border-radius: 10px;
	background: url(../img/reason_wallet_bg01.png) no-repeat top center /cover;
}
#reason .wallet .ttl{
	font-size: 4rem;
	font-weight: bold;
	text-align: center;
	color: #fff;
	background: #0868aa;
	border: 3px solid #fff;
	max-width: 835px;
	width: 100%;
	margin: 0 auto;
	padding: 10px;
	position: absolute;
	top: -50px;
	left: 0;
	right: 0;
}
#reason .wallet .flex{
	display: flex;
	align-items: flex-start;
	justify-content: center;
}
#reason .wallet .txt_box{
	margin-right: 20px;
	padding: 10px 0 0 40px;
}
#reason .wallet .txt01{
	display: flex;
	align-items: baseline;
	justify-content: space-between;
}
#reason .wallet .txt01 .txt{
	font-size: 2.8rem;
	color: #fff;
}
#reason .wallet .txt02{
	display: flex;
	flex-direction: row-reverse;
	justify-content: flex-start;
	margin-top: 30px;
}
#reason .wallet .can{
	display: flex;
	justify-content: center;
	margin-top: -95px;
}
#reason .wallet .can li{
	width: 150px;
	border-left: 1px solid #fff;
}
#reason .wallet .can li:last-child{
	border-right: 1px solid #fff;
}
#reason .wallet .can li .icon{
	text-align: center;
	min-height: 48px;
}
#reason .wallet .can li .txt{
	font-size: 1.8rem;
	text-align: center;
	color: #fff;
}
#reason .wallet .btn{
	text-align: center;
	margin-top: 30px;
}
#reason .wallet .offer{
	font-size: 1.2rem;
	text-align: center;
	color: #fff;
	margin-top: 15px;
}
#reason .dl{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 25px;
}
#reason .dl .ios_android{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#reason .dl .ios_android .qr{
	margin-left: 15px;
}
#reason .dl .android {
	margin-left: 15px;
}
#reason .dl .ios p,
#reason .dl .android p{
	text-align: center;
}
#reason .dl .bnr{
	margin-top: 20px;
}
#reason .dl .bnr a{
	pointer-events: none;
}
#reason .wallet_btn_wrap{
	display: flex;
	justify-content: center;
}
#reason .wallet_btn{
	text-align: center;
	margin-top: 40px;
}
#reason .wallet_btn+.wallet_btn{
	margin-left: 20px;
}
.wallet_slider{
	display: none;
	max-width: 1000px;
	width: 100%;
	margin: 0 auto;
}
.mfp-container .wallet_slider{
	display: block;
}
.mfp-content .slider div{
	line-height: 1;
}
.mfp-content .slider .slick-arrow{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	resize: none;
	padding: 0;
	border: 0;
	outline: none;
	background: transparent;
	width: 56px;
	height: 56px;
	border: 3px solid #009be4;
	border-radius: 50%;
	text-indent: 101%;
	overflow: hidden;
	transition: opacity .3s;
	cursor: pointer;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 1;
}
.mfp-content .slider .slick-disabled{
	opacity: 0!important;
	cursor: default;
	pointer-events: none;
}
.mfp-content .slider .slick-next{
	right: 30px;
}
.mfp-content .slider .slick-prev{
	left: 30px;
}
.mfp-content .slider .slick-arrow::before{
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%) rotate(45deg);
	width: 20px;
	height: 20px;
	border-color: #009be4;
	border-style: solid;
	border-width: 0;
}
.mfp-content .slider .slick-next::before{
	border-top-width: 3px;
	border-right-width: 3px;
	margin-left: -4px;
}
.mfp-content .slider .slick-prev::before{
	border-left-width: 3px;
	border-bottom-width: 3px;
	margin-left: 4px;
}
.mfp-content .slider .slick-arrow:hover{
	opacity: .7;
}
@media screen and (max-width: 768px) {
	#reason .wrap{
		padding: 6% 0 6%;
	}
	#reason .point{
		width: 110%;
		margin-left: -5%;
	}
	#reason .point > *+*{
		margin-top: 20px;
	}
	#reason .wallet{
		padding: 10% 5% 3%;
		margin-top: 12%;
		border-radius: 2vw;
		background-image: url(../img/reason_wallet_bg01_sp.png);
	}
	#reason .wallet .ttl{
		font-size: 4.7vw;
		max-width: 100%;
		width: 90%;
		padding: 2%;
		border-width: 2px;
		top: -6vw;
	}
	#reason .wallet .flex{
		display: flex;
		align-items: flex-start;
		justify-content: space-between;
	}
	#reason .wallet .flex .img{
		width: 32%;
	}
	#reason .wallet .txt_box{
		margin-right: 0;
		width: 65%;
		padding: 4% 0 0 4%;
	}
	#reason .wallet .txt01{
		align-items: center;
		justify-content: flex-start;
	}
	#reason .wallet .logo{
		width: 33%;
		margin-right: 8%;
	}
	#reason .wallet .txt01 .txt{
		font-size: 3.1vw;
		line-height: 1.5;
	}
	#reason .wallet .txt02{
		display: block;
		margin-top: 3%;
	}
	#reason .wallet .txt02 .name{
		width: 106%;
		margin-left: -7%;
	}
	#reason .wallet .txt02 .icon{
		width: 27%;
		margin: 0 auto;
	}
	#reason .wallet .can{
		width: 100%;
		margin: 4% auto 0;
	}
	#reason .wallet .can li{
		width: 33.33%;
	}
	#reason .wallet .can li .icon{
		width: 23%;
		margin: 0 auto;
		text-align: center;
		min-height: 9vw;
	}
	#reason .wallet .can li .txt{
		font-size: 2.8vw;
	}
	#reason .wallet .btn{
		width: 93%;
		margin: 3% 0 0 5%;
	}
	#reason .wallet .offer{
		font-size: 1.8vw;
		margin-top: 4%;
	}
	#reason .wallet_btn_wrap{
		display: block;
	}
	#reason .wallet_btn+.wallet_btn{
		margin-top: 3%;
		margin-left: 0;
	}
	#reason .dl{
		display: block;
		margin-top: 4%;
	}
	#reason .dl .txt{
		width: 80%;
		margin: 0 auto;
	}
	#reason .dl .ios_android{
		display: flex;
		justify-content: center;
		margin-top: 2%;
	}
	#reason .dl .ios_android .qr{
		display: none;
	}
	#reason .dl .android{
		margin-left: 0;
	}
	#reason .dl .ios,
	#reason .dl .android{
		width: 46%;
		margin: 0 2%;
	}
	#reason .dl .ios p:first-child,
	#reason .dl .android p:first-child{
		width: 60%;
		margin: 0 auto 5%;
	}
	.android #reason .dl .ios{
		display: none;
	}
	.iphone #reason .dl .android{
		display: none;
	}
	#reason .dl .bnr{
		margin-top: 0;
	}
	#reason .dl .bnr a{
		pointer-events: auto;
	}
	#reason .dl .search{
		display: none;
	}
	#reason .wallet_btn{
		margin: 3% 0 0 0;
	}
	.mfp-content .slider .slick-arrow{
		width: 8vw;
		height: 8vw;
		border-width: 2px;
	}
	.mfp-content .slider .slick-next{
		right: 3%;
	}
	.mfp-content .slider .slick-prev{
		left: 3%;
	}
	.mfp-content .slider .slick-arrow::before{
		width: 2.5vw;
		height: 2.5vw;
	}
	.mfp-content .slider .slick-next::before{
		border-top-width: 2px;
		border-right-width: 2px;
		margin-left: -2px;
	}
	.mfp-content .slider .slick-prev::before{
		border-left-width: 2px;
		border-bottom-width: 2px;
		margin-left: 2px;
	}
	.mfp-content .slider .normal{
		display: block;
	}
	.mfp-content .slider .ios,
	.mfp-content .slider .android,
	.android .mfp-content .slider .normal,
	.iphone .mfp-content .slider .normal{
		display: none;
	}
	.android .mfp-content .slider .android{
		display: block;
	}
	.iphone .mfp-content .slider .ios{
		display: block;
	}
}

/* interest
--------------------------------*/
#interest .sec_sub_ttl{
	background: #e1f3fc;
}
#interest .sec_sub_ttl .img{
	text-align: center;
}
#interest .sec_sub_ttl .note{
	font-size: 1.5rem;
	text-align: center;
	margin-top: 5px;
}
#interest .wrap{
	padding: 30px 0 60px;
}
#interest .graph{
	width: 1023px;
}
#interest .graph_note{
	font-size: 1.5rem;
	margin-top: 5px;
}
#interest .btn{
	text-align: center;
	margin-top: 35px;
}
@media screen and (max-width: 768px) {
	#interest .sec_sub_ttl{
		padding: 5% 6%;
		margin-top: 3%;
	}
	#interest .sec_sub_ttl .note{
		font-size: 2.3vw;
		line-height: 1.3;
		text-align: left;
		padding-left: 1.5em;
		text-indent: -1.5em;
		margin-top: 4%;
	}
	#interest .wrap{
		padding: 4% 0;
	}
	#interest .graph{
		width: 100%;
	}
	#interest .graph_note{
		font-size: 2.6vw;
		line-height: 1.3;
		margin-top: 2%;
	}
	#interest .btn{
		width: 92%;
		margin: 5% 0 0 5%;
	}
}

/* flow
--------------------------------*/
#flow{
	background: #e0f2fc;
	margin-bottom: 20px;
}
#flow .wrap{
	padding: 35px 0 25px;
}
#flow .img{
	text-align: center;
}
@media screen and (max-width: 768px) {
	#flow{
		margin-bottom: 7%;
	}
	#flow .wrap{
		padding: 5% 0;
	}
	#flow .img{
		width: 112%;
		margin-left: -5.5%;
	}
}

/* faq
--------------------------------*/
#faq .wrap{
	padding: 60px 0 50px;
}
#faq .faq dt{
	font-size: 2.4rem;
	line-height: 1.4;
	cursor: pointer;
	background: #e1f3fc;
	position: relative;
	padding: 25px 60px 25px 80px;
}
#faq .faq dt:not(:first-child){
	margin-top: 15px;
}
#faq .faq dt::before{
	content: '';
	position: absolute;
	top: 15px;
	left: 20px;
	width: 41px;
	height: 51px;
	background: url(../img/faq_q.png) no-repeat center center /contain;
}
#faq .faq dt .icon{
	width: 26px;
	height: 26px;
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
}
#faq .faq dt .icon::after{
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	width: 100%;
	height: 4px;
	background: #0868aa;
}
#faq .faq dt .icon::before{
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 4px;
	height: 100%;
	background: #0868aa;
}
#faq .faq dt.open .icon::before{
	opacity: 0;
}
#faq .faq dd{
	font-size: 2rem;
	line-height: 1.4;
	position: relative;
	padding: 28px 0 28px 80px;
	display: none;
}
#faq .faq dd::before{
	content: 'A';
	font-size: 5rem;
	font-weight: bold;
	position: absolute;
	top: 15px;
	left: 20px;
}
#faq .table {
	margin-top: 45px;
}
#faq .table .ttl{
	text-align: center;
	background: #0868aa;
	padding: 14px;
}
#faq .table table{
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #0868aa;
}
#faq .table table th,
#faq .table table td{
	border: 1px solid #0868aa;
	padding: 10px 20px;
}
#faq .table table th{
	font-size: 1.7rem;
	text-align: center;
	width: 215px;
	background: #edf7fd;
}
#faq .table table td{
	width: calc(100% - 215px);
	border: 1px solid #0868aa;
}
#faq .table table td,
#faq .table table td p,
#faq .table table td li{
	font-size: 1.6rem;
	line-height: 1.267;
}
#faq .table table td .interest{
	margin: 0 20px 5px 0;
}
#faq .table table td .table_note{
	font-size: 1.4rem;
}
#faq .table .note{
	font-size: 1.4rem;
	margin-top: 5px;
}
#faq .atm{
	margin-top: 25px;
}
#faq+.appli_sec{
	margin-bottom: 0;
}
@media screen and (max-width: 768px) {
	#faq .wrap{
		padding: 6% 0;
	}
	#faq .faq dt{
		font-size: 3.75vw;
		padding: 2.5% 12% 2.4% 2%;
		display: flex;
		justify-content: flex-start;
		align-items: center;
	}
	#faq .faq dt:not(:first-child){
		margin-top: 5%;
	}
	#faq .faq dt::before{
		position: static;
		width: 7vw;
		height: 9vw;
		margin-right: 4vw;
		flex: none;
	}
	#faq .faq dt .icon{
		width: 5.5vw;
		height: 5.5vw;
		right: 3vw;
	}
	#faq .faq dt .icon::after{
		height: .8vw;
	}
	#faq .faq dt .icon::before{
		width: .8vw;
	}
	#faq .faq dd{
		font-size: 3.2vw;
		padding: 5% 0 2.4% 15%;
	}
	#faq .faq dd::before{
		font-size: 8.5vw;
		top: 2.4vw;
		left: 2%;
		width: 7vw;
		margin-right: 4vw;
		flex: none;
	}
	#faq .table {
		margin-top: 11%;
	}
	#faq .table .ttl{
		line-height: 1;
		padding: 3.5% 18%;
	}
	#faq .table table th,
	#faq .table table td{
		padding: 3%;
	}
	#faq .table table th{
		font-size: 2.6vw;
		line-height: 1.17;
		width: 28%;
	}
	#faq .table table td{
		font-size: 2.5vw;
		width: calc(100% - 28%);
	}
	#faq .table table td,
	#faq .table table td p,
	#faq .table table td li{
		font-size: 2.5vw;
	}
	#faq .table table td li{
		padding-left: 1.2em;
		text-indent: -1.2em;
	}
	.android #faq .table table td li{
		padding-left: 1.1em;
		text-indent: -1.1em;
	}
	#faq .table table td .interest{
		margin: 0 20px 5px 0;
	}
	#faq .table table td .table_note{
		font-size: 2vw;
	}
	#faq .table table td .sp_right{
		text-align: right;
		display: block;
	}
	#faq .table .note{
		font-size: 2vw;
		margin-top: 1%;
	}
	#faq .atm{
		margin-top: 4%;
	}
	#faq+.appli_sec{
		margin-bottom: 0;
	}
}

/* contact
--------------------------------*/
#contact{
	padding: 45px 0 10px;
}
#contact .box{
	padding: 30px 30px 25px;
	border: 1px solid #0868aa;
}
#contact .ttl{
	font-size: 4.2rem;
	line-height: 1.33;
	text-align: center;
	font-weight: bold;
	text-align: center;
}
#contact .txt{
	font-size: 2.5rem;
	color: #0868aa;
	font-weight: bold;
	text-align: center;
	border: 1px solid #0868aa;
	margin-top: 15px;
}
#contact .note{
	font-size: 1.4rem;
	text-align: right;
	margin-top: 25px;
}
@media screen and (max-width: 768px) {
	#contact{
		padding: 8% 0 3%;
	}
	#contact .box{
		padding: 3%;
	}
	#contact .ttl{
		font-size: 3.75vw;
	}
	#contact .txt{
		font-size: 2.8vw;
		line-height: 1.38;
		margin-top: 3%;
		padding: 2%;
	}
	#contact .note{
		font-size: 2.1vw;
		text-align: right;
		margin-top: 2%;
	}
}

/* fixbtn
--------------------------------*/
/* .fixbtn{
	position: fixed;
	bottom: 0;
	left: 0;
	padding: 22px 0 4px;
	width: 100%;
	background: rgba(153,153,153,.8);
	height: 125px;
}
.fixbtn .btn{
	text-align: center;
}
@media screen and (max-width: 768px) {
	.fixbtn{
		padding: 2.5% 2% 0 6.2%;
		height: 19vw;
	}
}
 */
/* ---------------------------------------------
  footer
-----------------------------------------------*/
/* footer{
	padding-bottom: 162px;
} */
footer .ft01{
	padding: 20px 0 25px;
	background: #0868aa;
}
footer .ft01 .wrap{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
footer .ft01 dt{
	font-size: 2.4rem;
	font-weight: bold;
	color: #fff;
	border-bottom: 1px solid #fff;
}
footer .ft01 dt .small{
	font-size: 1.3rem;
	font-weight: normal;
}
footer .ft01 dd{
	font-size: 1.3rem;
	line-height: 1.6;
	color: #fff;
	padding-top: 7px;
}
footer .copyright{
	font-size: 1rem;
	color: #808080;
	text-align: center;
	padding: 10px 0;
}
@media screen and (max-width: 768px) {
/* 	footer{
	padding-bottom: 19vw;
} */
	footer .ft01{
		padding: 3% 0;
	}
	footer .ft01 .wrap{
		display: block;
	}
	footer .ft01 .sp_center{
		display: flex;
		justify-content: center;
	}
	footer .ft01 dl{
		margin: 3% auto 0;
	}
	footer .ft01 dt{
		font-size: 3.75vw;
		padding-bottom: 1%;
	}
	footer .ft01 dt .small{
		font-size: 2vw;
	}
	footer .ft01 dd{
		font-size: 2vw;
		padding-top: 2%;
	}
	footer .copyright{
		font-size: 1.5vw;
		padding: 3% 0;
	}
}


/* ------------------------------
    clearfix
------------------------------ */

.cf:after{
  content: ".";
  display: block;
  height: 0;
  font-size:0;
  clear: both;
  visibility:hidden;
}

.cf {display: inline-block;}

/* Hides from IE Mac */
* html .cf {height: 1%;}
.cf {display:block;}
/* End Hack */