@charset "UTF-8";
/*!*
	--------------------------------
	Created: 2022.08.22
	Last Modified:
	--------------------------------
	- Table of Contents -
	初期化
	--------------------------------
*!*/
.wrapper.under_page.ask {
    padding: 20px 0 38px;
}
.ask .under_main_visual{
	margin-bottom: 16px;
}
.box_block{
	background: #fff;
	padding: 10px 10px 18px;
}
.box_block:first-of-type{
	padding: 10px 10px 24px;
}
.box_title{
	font-weight: bold;
	background: #e3e3e3;
	padding: 2px 8px;
	box-sizing: border-box;
}
.box_inner_text{
	padding-top: 10px;
}
.border_box{
	border: 1px solid #cc3500;
	box-sizing: border-box;
	width: 71.2%;
	margin: 20px auto 10px;
	padding: 30px 0 25px;
}
.box_block + .box_block{
	margin-top: 20px;
}
.box_block:last-of-type{
	margin-bottom: 25px;
}
.border_box_text{
	font-size: 1.429em;
	font-weight: bold;
	color: #cc3500;
	line-height: 1.571;
	text-align: center;
}
.border_box_text span{
	position: relative;
	padding-left: 53px;
}
.border_box_text span:before{
	content: "";
	position: absolute;
	background: url(../../shared/img/note_icon.png)no-repeat;
	width: 35px;
	height: 35px;
	background-size: contain;
	left: -3px;
    top: -4px;
}
.box_title{
	position: relative;
}
.box_title span{
	position: absolute;
	right: 8px;
    top: 3px;
}
.flex_box{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.flex_inner{
	width: 48.98%;
}
.flex_inner .ask_01{
	margin-top: -10px;
}
.flex_inner img{
	max-width: 100%;
}
.flex_inner .ask_02{
	padding-top: 15px;
	vertical-align: bottom;
}
.color_box{
	background: #e8f4fb;
	padding: 13px 18px 13px 16px;
	box-sizing: border-box;
	margin-bottom: 10px;
}
.color_box .list_text{
	padding-top: 4px;
}
.list_text{
	position: relative;
	padding-left: 13px;
}
.list_text span{
	position: absolute;
	left: 0;
}
.num_list{
	padding-left: 20px;
	margin-top: 23px;
	line-height: 1.58;
}
.num_list li{
	list-style: auto;
}
.outside_text{
	padding: 3px 15px 0;
}
.personal_information_title{
	text-align: center;
	font-weight: bold;
	color: #cc3500;
	margin-bottom: 10px;
}
@media only screen and (max-width: 767px){
	.flex_box{
		display: block;
	}
	.flex_inner{
		width: 100%;
	}
	.box_block{
		font-size: 1.003em;
	}
	.border_box_text{
		font-size: 0.9445em;
	}
	.border_box_text span{
		display: block;
    	text-align: left;
    	width: 85%;
    	margin: 0 auto;
    	font-size: 1.2494em;
    	line-height: 1.4;
	}
	.border_box_text span:before{
		left: 0px;
    	top: 2px;
	}
	.border_box + .text_center{
		text-align: left;
	}
	.box_title span{
		position: relative;
		display: block;
		top: auto;
		right: auto;
	}
	.flex_inner .ask_01{
		margin-top: 10px;
		width: 85%;
	}
	.flex_inner + .flex_inner{
		margin-top: 5px;
	}
	.num_list{
		font-size: 1.003em;
	}
	.border_box{
		width: 100%;
		margin: 10px auto 10px;
    	padding: 17px 0 14px;
	}
	.personal_information_title + .text_center{
		text-align: left;
	}
	.personal_information_title{
		font-size: 1.003em;
	}
	.outside_text{
		padding: 3px 0 0;
	}
	.wrapper.under_page.ask {
	    padding: 0 0 38px;
	}
	.ask .under_main_visual {
	    margin-bottom: 26px;
	}
	.box_block:first-of-type {
	    padding: 10px 10px 14px;
	}
	.box_block + .box_block {
	    margin-top: 15px;
	}
	.box_inner_text {
	    padding-top: 7px;
	}
	.color_box{
		padding: 13px 15px 13px 15px;
	}
	.box_block{
		padding: 10px 10px 15px;
	}
	.flex_inner .ask_02{
		width: 84%;
		padding-bottom: 10px
	}
}