@charset "utf-8";

/********* HTML再定義 ***********************************************/
a{
	text-decoration:none;
	color:#028AFF;
}
.guidance_cap{
	font-size:20px;
	margin-top:20px;
	font-weight:bold;
	/*色定義*/
	background-color:#571308;
	padding:5px;
	color:#FFF;
}

/********* タブ要素 *******************************************/
.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;
}

#container {
	margin: 20px auto 0;
	width: 960px;
	line-height: 1.5em;

}

.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;
}
.big_txt {
	font-size: 20px;
	line-height: 28px;
	display: inline-block;
	padding-bottom: 10px;
	vertical-align:top;
}
.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_base{
	/*色定義*/
	color: #4d150d;
	font-weight: bold;
	font-size: 16px;
	background-color: #F5D1CB;
	line-height: 1em;
	padding: 10px 10px 10px 45px;
	background-repeat: no-repeat;
	margin: 10px 0;
}
/*数字は画像*/
.step_num_1{
	background-image: url(../images/index/step_1.png);
}
.step_num_2{
	background-image: url(../images/index/step_2.png);
}
.step_num_3{
	background-image: url(../images/index/step_3.png);
}
.step_num_4{
	background-image: url(../images/index/step_4.png);
}
.step_num_5{
	background-image: url(../images/index/step_5.png);
}
.step_num_6{
	background-image: url(../images/index/step_6.png);
}
.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 li{
		flex-grow: initial;
		flex-basis: initial;
	}
}
.step_num1_list_heading{
	display: block;
	font-weight: bold;
}
.step_num1_txt {
	color: #DC3545;
	margin-bottom: 2rem;
}
#btn_regist,#btn_login{
	width:300px;
	margin-top:30px;
	padding-top:35px;
	padding-bottom:35px;
}

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

.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: #16509B;
	text-decoration: underline;
	cursor:pointer;
	line-height:1.5em;
	margin-bottom:10px;
}
.q_ans{
display:none;
line-height:1.5em;
margin-bottom:20px;
}
.top_margin{
	padding-top:150px;
 }
table tr td.status {
	text-align: center;
}
table.list tr td.status {
	border-left:1px solid #ddd;
}
table.list tr th {
	padding-bottom: 5px;
}

.color_edge{
	border: 1px solid #CCC;
	padding: 20px;
	margin-top: 20px;
}
.box_notice{
	background-image: url(../images/index/info.png);
	color: #193E32;
	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;
}
.ask_form {
	margin-top:10px;
	text-align: center;
}
.ask_form a {
	font-size: 18px;
    padding: 14px 24px;
    background: #0378DE;
    color: #fff;
    text-shadow: none;
}

@media screen and (max-width:751px) {
#container {
	width: 460px;
}
.top_margin{
padding-top:120px;
}
.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: 25px;
	left:430px;
	cursor: pointer;
	z-index: 201;
	display: block;
}
.box_left, .box_right {
	width: 100%;
	float: none;
}
.box_right {
	border-top: 1px solid #D5D5D5;
}
.asks{
text-align:left;
margin:20px auto;
width:470px;
}
.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{
width:180px;
}
.cls{
	background-position:-35px 0;
}
table.list tr td {
	padding: 10px 5px;
	font-size: 13.5px;
}
table.list tr th:first-of-type {
	width: 88px;
}
table.list tr th:nth-of-type(2) {
	width: 60px;
}
table.list tr th:nth-of-type(3) {
	width: 116px;
}
table.list tr th:nth-of-type(4) {
	width: 55px;
}
table.list tr th:last-of-type {
	width: 51px;
}
}

.guidance_cap{
	/*色定義*/
	background-color: #157D2A;
}
.step_base{
	/*色定義*/
	color: #193E32;
	background-color: #D1FDAB;
}

.flows{
	min-height: 120px;
	background-color: #F0F0F0;
	background-repeat: no-repeat;
	background-position: 10px center;
	background-size: 200px auto;
    border-radius: 4px;
	line-height: 1.5em;
	display: flex;
	align-items: center;
	position: relative;
    .il_flow {
        width: 140px;
        padding: 10px;
        img {
            width: 100%;
        }
    }
    .text {
        flex: 1;
        padding: 20px 20px 24px;
        h3 {
            margin-bottom: .5em;
        }
    }
}
.mb-1 {
	font-size: 14px;
	font-weight: bold;
	line-height: 2em;
	border-bottom: 1px solid #acacac;
}