th,
td {
	min-width: auto;
}
.mb30 {
	margin-bottom: 30px;
}
.mb50 {
	margin-bottom: 50px;
}
.w200 {
	text-align: center;
	width: 200px;
}
h3 {
	text-align: center;
	font-size: 28px;
	margin-bottom: 30px;
}
.label-danger {
	color: #fff;
	padding: 2px 5px;
	margin-left: 10px;
}
#content .container-fluid {
	max-width: 980px;
	margin: 0 auto;
	padding: 0;
}
/******************************************************
 * メインビジュアル
 ******************************************************/
#mainvisual {
	text-align: center;
	background: #fff url('/hp_master/wp-content/themes/ishinhome/request/request-back.png') no-repeat top center;
	background-size: cover;
	padding: 30px 0 50px;
}
#mainbox {
	position: relative;
	max-width: 1080px;
	margin: 0 auto;
}
#choise_section {
	padding: 50px 0;
/*	background: #fff url('/hp_master/wp-content/themes/ishinhome/request/section-back.png') repeat top center;*/
}
#choise_section .choise_title {
	text-align: center;
	color: #5B1E89;
	margin-bottom: 10px;
}
#choise_section .choise_title strong {
	font-size: 38px;
	color: #93278f;
}
#choise_section .choise_attention {
	text-align: center;
	font-size: 12px;
	color: #5B1E89;
	margin-bottom: 40px;
}
#choise_section .choise_container {
	margin-bottom: 20px;
}
#choise_section .choise_container .choise_unit {
	margin-bottom: 10px;
}
@media screen and ( max-width: 767px ) {
	#choise_section .choise_container .choise_unit {
		margin-bottom: 0;
	}
}
#choise_section .choise_container .choise_unit label {
	cursor: pointer;
	display: inline-block;
	width: 100%;
	height: 100%;
	text-align: left;
	background: #fff;
	padding: 10px;
	border: 1px solid #0068B4;
	border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
#choise_section .choise_container .choise_unit.unitchecked label {
	color: #fff;
	background: #0068B4;
}
#choise_section .choise_container .choise_unit label table,
#choise_section .choise_container .choise_unit label table th,
#choise_section .choise_container .choise_unit label table td {
	margin: 0;
	padding: 0;
	min-width: unset;
	width: auto;
	height: 100%;
	vertical-align: middle;
}
@media screen and ( max-width: 767px ) {
	#choise_section {
		padding: 20px 0;
	}
	#choise_section .choise_attention {
		margin-bottom: 20px;
	}
	#choise_section .choise_container .choise_unit label table,
	#choise_section .choise_container .choise_unit label table th,
	#choise_section .choise_container .choise_unit label table td {
		font-size: 16px;
		font-weight: bold;
	}
	#answer_section .answer-title {
		max-width: 80%;
	}
}
#choise_section .choise_container .choise_unit label table th {
	padding-right: 10px;
}
#choise_section .col-md-3 {
	padding: 0 5px;
}
.slick-slider .slick-track, .slick-slider .slick-list {
	background: #fff;
	box-shadow:0px 0px 5px 2px #ccc;
	border-radius: 10px;
	-o-border-radius: 10px;
	-ms-border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
.slick-dots li button:before {
	font-size: 16px;
}
.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
	opacity: 0;
}
.answer_box {
}
.answer_unit {
	background: #fff;
	padding: 50px;
}
.answer_unit img {
	display: inline;
	max-height: 250px;
}
.answer_unit table th,
.answer_unit table td {
	font-size: 16px;
	padding: 10px 5px;
}
.answer_unit table th{
	border-bottom: 1px dashed #333;
}
.answer_unit table th p,
.answer_unit table td p {
	margin: 0;
}
.answer_unit table th p:nth-of-type(2),
.answer_unit table td p:nth-of-type(2) {
	text-align: right;
}
.reccomend_title {
	text-align: left;
	font-size: 24px;
	font-weight: bold;
	border-bottom: 1px solid #464646;
}
#promise_section {
	background: #fff;
	text-align: left;
}
#promise_section .promise_head {
	cursor: pointer;
	color: #fff;
	background: #0068B4;
	padding: 35px 10px;
	font-size: 28px;
}
#promise_section .promise_head h3{
	margin: 0;
	padding-right: 30px;
}
#promise_section .promise_head .container-fluid{
	padding: 6px 0;
	background: url('/hp_master/wp-content/themes/ishinhome/request/plus.png') no-repeat right center;
}
#promise_section .promise_head.openbody .container-fluid{
	background: url('/hp_master/wp-content/themes/ishinhome/request/minus.png') no-repeat right center;
}
#promise_section .promise_head span{
	font-size: 16px;
	margin-left: 20px;
}
#promise_section .promise_body {
	padding: 40px 0;
	background: #FAFAFA;
	display: none;
	text-align: center;
}
#form_section {
	background: #fff;
	padding-top: 50px;
}
/*-------------------------------------------------------------------
    table
	-------------------------------------------------------------------*/
.table > tbody > tr > th, .table > tbody > tr > td {
	padding: 25px 20px;
}
.table th,
.table td {
	min-width: 230px;
}
.slick-next:before {
	content: url('/hp_master/wp-content/themes/ishinhome/request/right.png');
}
.slick-prev:before {
	content: url('/hp_master/wp-content/themes/ishinhome/request/left.png');
}
.btn_address {
	display: inline-block;
	padding: 10px 20px;
	background: #0068B4;
	color: #fff;
	border-radius: 45px;
	-o-border-radius: 45px;
	-ms-border-radius: 45px;
	-moz-border-radius: 45px;
	-webkit-border-radius: 45px;
}
.voice_box {
	display: inline-block;
	width: 120px;
	height: 120px;
	position: relative;
	border-radius: 50%;
}
.table > tbody > tr > th {
	color: #0E3A59;
	font-weight: bold;
}
@media screen and ( max-width: 767px ) {
	.voice_box {
		width: 80px;
		height: 80px;
	}
	.slick-prev, .slick-next {
		top: 40%;
	}
	.table,
	.table > tbody,
	.table > tbody > tr,
	.table > tbody > tr > th,
	.table > tbody > tr > td{
		display: block;
	}
	.table > tbody > tr > th{
		padding: 5px 0;
		border: none;
	}
	.table > tbody > tr > td{
		padding: 10px 0;
		border: none;
	}
	.table > tbody > tr > td {
		border-bottom: 1px solid #ddd;
		margin-bottom: 10px;
	}
	.answer_unit {
		background: #fff;
		padding: 15px 12px;
	}
	.answer_unit img {
		max-height: 180px;
	}
	.form-sp .btn_address {
		padding: 10px;
	}
	.form-sp .form-control {
		display: inline;
		width: 140px;
	}
	#promise_section h3 {
		font-size: 23px;
	}
	#promise_section .promise_head {
		padding: 20px 8px;
	}
	#promise_section .promise_head span{
		margin-left: 0;
	}
}
.voice-1{
	background: url('/hp_master/wp-content/themes/ishinhome/request/voice/voice-1.png') center;
	background-size: cover;
}
.voice-3-1{
	background: url('/hp_master/wp-content/themes/ishinhome/request/voice/voice-3-1.png') center;
	background-size: cover;
}
.voice-3-2{
	background: url('/hp_master/wp-content/themes/ishinhome/request/voice/voice-3-2.png') center;
	background-size: cover;
}
.voice-4-1{
	background: url('/hp_master/wp-content/themes/ishinhome/request/voice/voice-4-1.png') center;
	background-size: cover;
}
.voice-4-2{
	background: url('/hp_master/wp-content/themes/ishinhome/request/voice/voice-4-2.png') center;
	background-size: cover;
}
.voice-5-1{
	background: url('/hp_master/wp-content/themes/ishinhome/request/voice/voice-5-1.png') center;
	background-size: cover;
}
.voice-5-2{
	background: url('/hp_master/wp-content/themes/ishinhome/request/voice/voice-5-2.png') center;
	background-size: cover;
}
.modal {
	overflow: unset;
}
