@charset "utf-8";

/********* HTML再定義 ***********************************************/
a{
	text-decoration:none;
	color:#028AFF;
}
.guidance_cap{
	font-size:18px;
	margin: 20px 0 0;
	font-weight:bold;
	/*色定義*/
	background-color:#3CB2E7;
	padding: 12px 16px;
	color:#FFF;
}
/********* ヘッダー *************************************************/
.top_margin{
	padding-top: 150px;
 }
div#menu {
	overflow: hidden;
	height:40px;
	background-color:#3CB2E7;

}
div#header {
	background-color:#FFF;
}
#header_fix {
	background-image: url(../images/index/bg_bar.png);
	background-repeat: repeat-x;
	height: 142px;
	position: fixed;
	width: 100%;
	overflow: hidden;
	z-index:200;
	top:0px;
}


/********* タブ要素 *******************************************/
.nav_tabs{
	padding: 0;
	margin-left: 0;
	margin-bottom: 10px;
	border-bottom:2px solid #777;
	width:100%;
}
.nav_tabs li{
	list-style: none;
	display:inline-block;
}
.nav_tabs li a{
	display:inline-block;
	padding:10px 0;
	width :200px;
	text-align:center;
	border-radius:4px 4px 0 0;
	border-top:1px solid #E0E0E0;
	border-right:1px solid #E0E0E0;
	border-left:1px solid #E0E0E0;
	background-color:#F6F7F6;
	text-decoration:none;
	font-size:14px;
	cursor: pointer;
	box-shadow:inset 1px 1px 0px rgba(255,255,255,0.4);
	color:#333;
}
.nav_tabs li.active a{
	background-color:#777;
	border-top:1px solid #888;
	border-right:1px solid #888;
	border-left:1px solid #888;
	border-bottom:1px solid #777;
	margin-bottom: -1px;
	color:#FFF;
}
.nav_tabs li a span.attach_num{
	height:10px;
	min-width:10px;
	padding:4px;
	color:#FFF;
	border-radius:16px;
	background-color:#666;
	font-size:10px;
	display:inline-block;
	line-height:1em;
	vertical-align:top;
	font-weight:normal;
}

.read{
	margin: 0 10px;
	display: inline-block;
	line-height: 1.5em;
}

.read > p {
	margin-top: 0;
}
.read_top {
	display: inline-block;
	line-height: 1.5em;
	margin: auto 0;
	border: solid 2px #c00;
	padding: 10px;
	width: 100%;
	box-sizing: border-box;
	font-size: 1.07rem;
}

#container {
	margin: 0 auto;
	width: 960px;
	line-height: 1.6;
}

.v_top{
vertical-align:top;
}
.dd{
	padding-left:1em;
	display:inline-block;
}
.indent{
padding-left: 1em;
text-indent:-1em;
}
.margin_em{
margin-top:1em;
display:block;
}

.black{
color:#000;
font-weight:normal;
}





.sp_btn, .drawr {
	display: none;
}



.box_main {
	border: 1px solid #D5D5D5;
	overflow: hidden;
}
.box_top{
	border-top: 1px solid #D5D5D5;
	margin-top:20px;
	border-bottom: none;
}
.box_inner {
	padding: 30px;
}
.s_big_txt{
	font-size: 28px;
	line-height: 28px;
	display: inline-block;
	padding-bottom: 10px;
	vertical-align:top;
	margin-left:10px;
}
.box_left, .box_right {
	width: 473px;
	float: left;
}
.box_left {
	border-right: 1px solid #D5D5D5;
}
.center {
	text-align: center;
}
.step_num_4+div{
	margin: 0 10px;
}
.step_num_4+div span{
display: table-cell;
	vertical-align: middle;
	margin: 0;
}
.step_base{
	/*色定義*/
	color: #000;
	font-weight: bold;
	font-size: 16px;
	background-color: #eaeaea;
	line-height: 1em;
	padding: 10px 10px;
	display: flex;
	align-items: center;
	background-repeat: no-repeat;
	margin: 10px 0;
}
/*数字は画像*/
.step_num {
	display: block;
	width: 20px;
	height: 20px;
	border-radius: 14px;
	line-height: 20px;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	background: #3CB2E7;
	margin-right: 5px;
}
.step_num1_box {
	background-color: #6666661f;
	border-radius: 5px;
}
.step_num1_list{
	display: flex;
	flex-wrap: wrap;
	list-style-type: circle;
	/* background-color: #6666661f; */
	padding: 1rem 0;

}
.step_num1_list ul li{
	list-style-type: circle;
	margin-left: 1rem;
}
.step_num1_list li{
	flex-grow: 1;
	flex-basis: 40%;
}
@media screen and (max-width:715px) {
	.step_num1_list{
		margin:10px 0;
		padding: 12px 12px 2px;
	}
	.step_num1_list ul {
		margin:0 0 10px;
		font-size: 11px;
	}
	.step_num1_list li{
		flex-grow: initial;
		flex-basis: initial;
	}
}
.step_num1_list_heading{
	display: block;
	font-weight: bold;
}
.step_num1_txt {
	color: #DC3545;
	margin-bottom: 2rem;
}

@media screen and (max-width:751px) {
	.step_base {
		font-size: 13px;
		padding: 6px 8px;
	}

}
#btn_regist,#btn_login{
	width:300px;
	margin-top:30px;
	padding-top:35px;
	padding-bottom:35px;
}


.flows{
	min-height: 120px;
	background-color: #F0F0F0;
	background-repeat: no-repeat;
	background-position: 10px center;
	background-size: 200px auto;
	padding: 20px 30px 24px 250px;
	line-height: 1.5em;
	display: flex;
	align-items: center;
	position: relative;
}
.flow_1{
	 background-image: url(../images/index/flow_1.png?250317);
 }
 .flow_2{
	 background-image: url(../images/index/flow_2.png?250317);
	 padding: 20px 30px 20px 250px;
 }
 .flow_3{
	background-image: url(../images/index/flow_3.png?250317);
}
 .flow_4{
	 background-image: url(../images/index/flow_4.png?250317);
 }
 .flow_5{
	 background-image: url(../images/index/flow_5.png?250317);
 }
 .flow_6{
	 background-image: url(../images/index/flow_6.png?250317);
 }
.flow_7{
	 background-image: url(../images/index/flow_7.png?250317);
}
.flow_8{
	 background-image: url(../images/index/flow_8.png?250317);
}
.flows .step_number {
	color: #3CB2E7;
	font-family: Tahoma, Geneva, "sans-serif";
	font-size: 19px;
	font-weight: bold;
	left: 16px;
	position: absolute;
	top: 16px;
}

 .g_box{
	background-color:#DB484B;
	color:#FFF;
	padding:3px;
	display:block;
	margin-top:5px;
 }
 .next_arrow{
	 background-image: url(../images/index/next_arrow.png);
	 height:24px;
	 background-repeat:no-repeat;
	 background-position:center;
 }

table.payment tr td{
    background-color: #fff;
}

table.payment tr td:not(:nth-child(1)) {
    border-left: 1px solid #D5D5D5;
}

table.fee{
	width:50%;
	margin: 0 0px 20px 0;
}

@media screen and (max-width:751px) {
	table.fee{
		width: 100%;
	}
}

table.fee th{
	text-align: left;
}

table.fee tr{
	height: 3em;
}

table.fee tr td{
	background-color: #fff;
}

.ask{
text-align:left;
margin:20px auto;
width:900px;
}
.ask_left{
	float: left;
	text-align: left;
	width: 400px;
	padding-bottom: 30px;
	background-color: #F5D1CB;
	padding: 10px 20px;
	height: 120px;
	margin-right: 10px;
	margin-bottom: 30px;
}
.ask_right{
	float: left;
	text-align: center;
	width: 400px;
	background-color: #F5D1CB;
	padding: 30px 20px;
	height: 80px;
}
.ask_right a{
display:inline-block;
color:#FFF;
padding:10px;
width:200px;
font-size:18px;
text-align:center;
border-radius:5px;
background-color: #0081D4;
}
.ask_right a:hover{
	background-color: #22A3F6;
}
.q_tit{
	font-size:16px;
	font-weight:bold;
	border-bottom:1px solid #666;
	margin-bottom:10px;
	line-height:1.4em;

}
.qa_cap{
	color: #0783ff;
	text-decoration: underline;
	cursor:pointer;
	line-height:1.5em;
	margin-bottom:10px;
	padding-left: 15px;
	position: relative;
}
.qa_cap::before {
	background: #3CB2E7;
	content: "";
	position: absolute;
	left: 0;
	top: 8px;
	transform: rotate(90deg);
	transition: transform .3s ease-in-out;
	height: calc(10px / 2);
	width: 9px;
	clip-path: polygon(50% 0, 100% 100%, 0 100%);
}
.qa_cap.active::before {
	transform: rotate(180deg);
}
.q_ans{
display:none;
line-height:1.5em;
margin-bottom:20px;
padding-left: 15px;
}

.q_ans li p{
	margin-left: 1em;
}

.list_init ul li{
	list-style: initial;
}

.list_decimal ul li{
  list-style-type:none;
  list-style-position:inside;
  counter-increment: cnt;
}

.list_decimal ul li:before{
	  display: marker;
  content: counter(cnt) ") ";
}
table tr th {
	padding: 8px 0;
	line-height: 1.2;
}
table tr td.status {
	text-align: center;
}

.color_edge{
	border: 1px solid #CCC;
	padding: 20px;
	margin-top: 20px;
}
@media screen and (max-width:751px) {
	.color_edge{
		padding: 15px 10px 20px;
		margin-top: 0;
	}
	.color_edge .box_notice {
		font-size: 15px;
		margin-bottom: 10px;
		background-size: 22px;
		padding-left: 32px;
		background-position: 4px 2px;
	}
}
.box_notice{
	background-image: url(../images/index/info.png);
	color: #222222;
	font-weight: bold;
	font-size: 18px;
	line-height: 1em;
	padding: 6px 10px 10px 40px;
	background-repeat: no-repeat;
	margin-bottom: 15px;
}
.left{
	text-align:left;
	display:inline-block;
}

div#header ul li a{
	background-color: #0378DE;
}

div#header ul li{
	margin-left: 20px;
	width: 100px;
}

.payment_sp {
    display:none;
}
.ask_form {
  margin-top: 10px;
}
.ask_form a {
    font-size: 16px;
    padding: 12px 20px;
    background: #0378DE;
    font-weight: bold;
    color: #fff;
    text-shadow: none;
}
@media screen and (max-width:751px) {

	body{
		background-image:none;
	}

	#header,#header_fix,.mgn {
		min-width: 0px;
		width: 100%;
		height: 64px;
		border-bottom: 2px solid #3CB2E7;
}


div#header h1 a {
	display: block;
	/* width: 310px; */
	max-width: 100%;
	height: 64px;
	background-image: url(../images/header/main_logo.png?v6);
	background-size: 90%;
	background-repeat: no-repeat;
	text-indent: -9999px;
}

#container {
	width: 100%;
	margin: 0;
	padding-left: 10px;
	padding-right: 10px;
	box-sizing: border-box;
}
#footer {
	width:100%;
	padding: 20px 10px;
	box-sizing: border-box;
}
#copyright {
	width: inherit;
}
#ssl_mark {
	width: inherit;
}
#btn_regist, #btn_login {
	font-size: 16px;
	padding: 20px 10px;
	max-width: 300px;
	width: 100%;
	box-sizing: border-box;
	margin-top: 10px;
}

.read p {
	font-size: 13px;
}
.read_top {
	font-size: 14px;
}
.top_margin {
	padding-top: 66px;
}
.box_inner {
	font-size: 13px;
	padding: 16px 12px;
}
.drawr {
	display: none;
	background-color: rgba(0,20,50,0.8);
	position: fixed;
	top: 0px;
	right: 0;
	width: 240px;
	padding: 80px 0 20px 0px;
	z-index: 200;
	font-size: 20px;
}
#drawr_inner {
	list-style-type: none;
}
#drawr_inner li {
	width: 240px;
}
#drawr_inner li a {
	color: #fff;
	display: block;
	padding: 10px 5px;
	text-decoration: none;
	text-shadow: 0px 0px 5px #000;
	text-align: left;
}

#drawr_inner li a.sp_logout{
	padding: 15px 5px;
}
.sp_btn {
	background: transparent url(../images/index/sp_menu.png) no-repeat 0 0;
	display: block;
	width: 35px;
	height: 35px;
	position: fixed;
	top: 17px;
	left: 88%;
	cursor: pointer;
	z-index: 201;
	display: block;
}
.box_left, .box_right {
	width: 100%;
	float: none;
}
.box_right {
	border-top: 1px solid #D5D5D5;
}
.right{
	width:100%;
	float: none;
}
.flows{
min-height:0;
background-color:#F0F0F0;
background-repeat:no-repeat;
padding:16px 14px 18px 114px;
line-height:1.4;
background-size:110px auto;
background-position:0;
font-size: 12px;
}
.flows .step_number {
	font-size: 16px;
}
.asks{
margin:20px auto;
}
.ask_left{
	float:none;
	text-align:left;
	margin-left:-20px;

}
.ask_right{
	float:none;
	padding-bottom:20px;
	margin-left:-20px;
	height:auto;

}
.ask_right a{
width:250px;
}
.nav_tabs li a{
	display:inline-block;
	padding:10px 0;
	width :180px;
}
table.payment td img{
	max-width:240px;
	max-height: 60px;
}


.cls{
	background-position:-35px 0;
}

.payment_sp {
        display:block;
        margin-bottom:30px;
    }
    .payment_sp tr:first-child > td {
        background-color: #F0F0F0;
    }
    .payment_pc {
        display:none;
    }
	table tr td {
		padding: 10px 5px;
		font-size: 11px;
	}

}

.big_txt {
	font-size: 20px;
	line-height: 1.4;
	display: inline-block;
	padding-bottom: 10px;
	vertical-align: top;
}

.line_box {
	font-size: 18px;
	font-weight: bold;
	padding: 0 0 5px 0;
	border-bottom: 3px solid #3CB2E7;
}

@media screen and (max-width:751px) {
	.big_txt {
    font-size: 17px;
	}
	.flows .big_txt {
		font-size: 15px;
	}
}

table.list tr td {
	background-color: #f0f0f0
}
table.list tr:nth-child(2n-1) td {
	background:#f9f9f9;
}
table.list tr td.list_bg {
	background-color: #f0f0f0
}
.border_table .left_td{
  text-align: left;
	padding-left: 30px;
}
@media screen and (max-width:751px) {
	.border_table .left_td{
		padding-left: 7px;
	}
	table.list tr td {
		line-height: 1.3;
		padding: 5px;
	}
}
/* one table layout */
.mb-1{
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 0.35rem;
	border-bottom: 1px solid #acacac;
}