@charset "UTF-8";

/* CSS Document */



.-top {
	margin-top: 10px;
}

.-border {
	border-bottom: 1px solid #000;
}

.-border_double{
	text-decoration:underline double #000;
}

.-bold{
	font-weight: bold;
}

.-big{
font-size: 20px;
}

.-bottom_space{
margin-bottom: 20px;
}

.-left_space{
margin-left: 20px;
display: block;
}

.whatIf {
	background: #FBF5E5;
	padding: 30px 0 80px;
	margin-top: 50px;
}

.whatIf_inner {
	width: 900px;
	margin: 0 auto;
}

.whatIf_title {
	font-size: 18px;
	color: #35A464;
	margin: 0 0 5px;
}

.whatIf_title .icon {
	font-size: 130%;
	margin: 0 5px 0 0;
}

.whatIf_list {
	list-style: none;
}

.whatIf_list > li {
	width: 71px;
	text-align: center;
	float: left;
	margin: 0 0 0 21px;
}

.whatIf_list > li:first-child {
	margin-left: 0;
}

.whatIf_list > li > a {
	line-height: 71px;
}

.whatIf_list > li > a .icon {
	font-size: 40px;
}

.whatIf_list > li > strong {
	color: #333;
	display: block;
	margin: 4px 0 0;
	white-space: nowrap;
}

.pageFooter {
	margin-top: 0;
}

.p-caution {
}

.p-caution:before {
	content: "※";
}

.table_wrap {
	position: relative;
	width: 70%;
}

.table_wrap > table {
	width: 100%;
}

.table_cover {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.4);
	z-index: 999;
	text-align: center;
	padding-top: 9%;
	box-sizing: border-box;
}

.table_cover_cnt {
	color: #fff;
	font-weight: bold;
	line-height: 1.2;
}

.post {
}

.post_ttl {
	color: #AA863C;
	line-height: 1.3;
	font-size: 16px;
	margin: 0 0 6px;
	text-indent: -1em;
	padding-left: 1em;
	font-weight: normal;
	margin-top: 20px;
}

.post_subttl {
	font-size: 14px;
	font-weight: normal;
	margin-top: 15px;
}

.enclosing {
	border: 1px solid #ccc;
	padding-left: 10px;
}

.enclosing_list {
	list-style: none;
}

.enclosing_list > li {
}

.enclosing_list_ttl {
	text-indent: -1em;
	padding-left: 1em;
}

.enclosing_list_txt {
	padding-left: 1em;
}

.enclosing_list_detail {
	margin-left: 1em;
}

.enclosing_secondlist {
	list-style: none;
	padding-left: 1em;
	max-width: 500px;
}

.enclosing_secondlist > li {
	display: inline-block;
	width: 7em;
}

.post_txt.-mt {
	margin-top: 15px;
}

.post_list {
	list-style: none;
}

.post_list > li {
	text-indent: -1em;
	padding-left: 1em;
}

.post_list strong {
	font-weight: normal;
	color: #333;
	border-bottom: 2px solid #777;
}
.list-num{
	list-style-type:decimal;
	padding:5px 0 15px;
}

.skipen_title{
text-align: center;
}

.skipen_wrap{
	overflow-x: scroll;
}

table.skipen{
width: 100%;
white-space: nowrap;

}
table.skipen tr th{ 
text-align: center;
font-weight: normal;
}

table.skipen tr td{

text-align: center;
}

.u-table02 tr{
	display: flex;	
	flex-flow: row;
	}
	.u-table02 tr th{
	width: 40%;
	}

	.u-table02 tr td{
	width: 60%;
	}

.open_cnt {
	display: none;
}

.faq_dtl_btn:hover {
	cursor: pointer;
}

.application li {
	list-style: disc;
}

.u-list02 .u-orderList.pad {
	padding: 1em 0;

}

.u-list02 .pad-btm {
	padding-bottom: 10px;
}

.u-list02 li .table-ttl {
	font-size: 12px;
}

.-tac {
	text-align: center;
}
.-tal {
	text-align: left;
}
.-tar {
	text-align: right;
}

.u-list02 li .wid01 {
	width: 14%;
}
.u-list02 li .wid02 {
	width: 55%;
}
.u-list02 li .wid03 {
	width: 31%;
}

.u-list02 li table , td, th {
	border: 1px solid #595959;
	border-collapse: collapse;
	width: 520px;
}
.u-list02 li td, th {
	padding: 3px;
	width: 30px;
	height: 25px;
}
.u-list02 li th {
	background: #f0e6cc;
}

#sec8 .u-list02 {
    list-style: none;
    padding-left: 0;
}

.pad-left {
	padding-left: 10px;
}

.pad-left01 {
	padding-left: 20px;
}

.pad-left02 {
	padding: 1em 0px 1em 50px !important;
}

.u-list03 {
}

.disc-none {
	list-style: none;
}

.disc {
	list-style: disc;
}

.u-list03 .u-li03-cnt {
	margin: 20px 0;

}

.u-list03 h2,
.u-list03 h3 {
	font-size: 14px;
    font-weight: 100;
}

.scroll table {
	width: 600px;
}

.scroll table th,
.scroll table td {
	padding: 3px;
}

.scroll table .wid04 {
	width: 25%;
}

.scroll table .wid05 {
	width: 20%;
}

.scroll table .wid06 {
	width: 55%;
}

.scroll {
	width: 100%;
	overflow-x: auto;
}

/* タブレット以下設定 */
@media screen and (max-width:999px) {
	.whatIf {
	}

	.whatIf_inner {
		width: 100%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		padding: 0 2%;
	}

	.whatIf_title {
		font-size: 16px;
	}

	.whatIf_title .icon {
	}

	.whatIf_list {
	}

	.whatIf_list > li {
		width: 19.2%;
		margin-left: 1%;
		margin-bottom: 10px;
	}

	.whatIf_list > li:first-child {
	}

	.whatIf_list > li:nth-child(5n+1) {
		margin-left: 0;
	}

	.whatIf_list > li > a {
		line-height: 50px;
	}

	.whatIf_list > li > a .icon {
		font-size: 30px;
	}

	.whatIf_list > li > strong {
		margin: 0;
	}

	.pageFooter {
	}

	.table_wrap {
		width: 100%;
	}

	.table_cover {
		padding-top: 40px;
	}




}

/* スマホ設定 */
@media screen and (max-width:639px) {
	.-big{
	font-size: 20px;
	}
	.whatIf {
		padding: 15px 0;
		font-size: 12px;
	}

	.whatIf_inner {
	}

	.whatIf_title {
		font-size: 15px;
	}

	.whatIf_title .icon {
	}

	.whatIf_list {
	}

	.whatIf_list > li {
	}

	.whatIf_list > li:first-child {
	}

	.whatIf_list > li > a {
	}

	.whatIf_list > li > a .icon {
	}

	.whatIf_list > li > strong {
	}

	.pageFooter {
	}

	.pad-left01 {
		padding-left: 0px;
	}

	.u-table02 tr{
	display: flex;	
	flex-flow: row;
	}
	.u-table02 tr th{
	width: 40%;
	}

	.u-table02 tr td{
	width: 60%;
	}

	.scroll table {
	max-width: 600px;
    width: 150%;
	}

}
