@charset "UTF-8";

/*子テーマ用「base.css」*/

.review-table tr:nth-child(odd){
	background: transparent;
}

.review-table th{
	width: 9em;
	padding: 0;
	padding-right: 1em;
	border: 0;
	background: transparent;
	color: inherit;
	font-weight: bold;
	text-align: left;
}

.review-table td{
	padding: 0;
	border: 0;
	font-weight: bold;
	text-align: left;
}

.keni-main th{
	text-align: left;
	border-color: #ddd!important;
}

@media only screen and (max-width : 736px){
.table-scroll::before{
	content: "※下の表は横にスクロールできます➠"
}
}

/*--------------------------------------------------------
追加
--------------------------------------------------------*/
.table-fixed thead .blank,
	.table-fixed tbody th{
		position: -webkit-sticky;
		position: sticky;
		top: 0;
		left: 0;
	}

.style-box01{
	padding: 20px;
	padding-bottom: 0px;
	background: #fffaf0;
	box-shadow: 0 0 0 3px #fff inset;
	border: 1px solid #808080;
	margin-top: 30px;
	margin-bottom: 30px;
}

.style-box01 > ul{
	margin-left: 0;
	padding-left: 30px;
}


.style-box01 > ol{
	margin-left: 0;
	padding-left: 30px;
}


.style-box01 > ol ol,
.style-box01 > ul ol,
.style-box01 > ol ul,
.style-box01 > ul ul{
	margin-top: 10px;
}

.style-box01 .text-box-style-box01 ul,
.style-box01 .text-box-style-box01 ol{
	margin-left: 30px;
}

.style-box01 .text-box-style-box01 ul li{
	padding-left: 0;
	background: none;
	list-style: disc;
}


.style-box02{
	padding: 20px;
	padding-bottom: 0px;
	background: #f5f5f5;
	box-shadow: 0 0 0 3px #fff inset;
	border: 1px solid #808080;
	margin-top: 30px;
	margin-bottom: 30px;
}

.style-box02 > ul{
	margin-left: 0;
	padding-left: 30px;
}


.style-box02 > ol{
	margin-left: 0;
	padding-left: 30px;
}


.style-box02 > ol ol,
.style-box02 > ul ol,
.style-box02 > ol ul,
.style-box02 > ul ul{
	margin-top: 10px;
}

.style-box02 .text-box-style-box02 ul,
.style-box02 .text-box-style-box02 ol{
	margin-left: 30px;
}

.style-box02 .text-box-style-box02 ul li{
	padding-left: 0;
	background: none;
	list-style: disc;
}

	.table-fixed thead .blank,
	.table-fixed tbody th{
		position: -webkit-sticky;
		position: sticky;
		top: 0;
		left: 0;
	}

.fixed .site-title img{
	width: 250px;
}

.list_style01{
	font-size: 1.6rem;
}
/*--------------------------------------------------------
追加ボタン
--------------------------------------------------------*/
.dir-arw_l .icon_arrow_s_right{
	position: absolute;
	top: 50%;
	left: 10px;
	margin-top: -6px;
	font-size: 12px;
	line-height: 1.0;
}

.cv-btn-wrap{
	max-width: 90%;
	margin-left: auto;
	margin-right: auto;
	clear: both;
	margin-bottom: 40px;
}

.cv-btn-wrap .cv-btn{
	width: 100%;
	text-align: center;
}

.cv-btn-wrap .cv-btn .btn{
	display: block;
}

@media (min-width : 920px){

	.cv-btn-wrap{
		display: flex;
		justify-content: center;
	}

	.cv-btn-wrap .cv-btn{
		align-items: center;
		display: flex;
		justify-content: center;
	}

	.cv-btn-wrap .cv-btn_left{
		width: 40%;
		margin-right: 5%;
	}

	.cv-btn-wrap .cv-btn_right{
		width: 55%;
	}