
/*=================================================
 * CSS for PC
 * ================================================= */

#cnt{
	display: block;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}


/** thbox **/

.inpage_box > div.thbox{
	text-align: left;
	margin-bottom: 20px;
}

.thbox_in{
	display: flex;
	justify-content: flex-start;
	padding: 60px;
}
.thbox_in_l{
	width: 320px;
	text-align: left;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.thbox_in_l img{
	display: inline-block;
	vertical-align: top;
	max-width: 290px;
	height: auto;
	border: 5px solid #ddd;
	border-radius: 20px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.thbox_in_r{
	flex: 1;
	text-align: left;
}
.th_prof{
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: flex-start;
	margin: 0 0 15px 0;
	padding: 20px 0;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.th_prof_l{
	width: 50px;
	text-align: left;
	margin-right: 10px;
}
.th_prof_l a{
	display: inline-block;
	vertical-align: top;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	overflow: hidden;
}
.th_prof_l a img{
	width: 100%;
	height: auto;
}
.th_prof_r{
	flex: 1;
	text-align: left;
}
.th_prof_r p:nth-of-type(1){
	font-size: 14px;
	line-height: 14px;
}
.th_prof_r p:nth-of-type(2){
	font-size: 11px;
	line-height: 14px;
	margin-top: 5px;
}
.th_main{
	font-size: 14px;
	line-height: 1.8;
}
.th_main div{
	color: #88a0bb;
	margin: 0 0 10px 0;
}
.th_bt_bg{
	text-align: right;
	margin: 10px 0 0 0;
}
.th_bt{
	display: inline-block;
	vertical-align: top;
	width: auto;
	font-size: 12px;
	line-height: 25px;
	color: #365e8f;
	border: 1px solid currentColor;
	border-radius: 2px;
	padding: 0 10px;
	border-radius: 2px;
	-webkit-transition	: 0.2s ease-in-out;
	-moz-transition	: 0.2s ease-in-out;
	-o-transition	: 0.2s ease-in-out;
	transition		: 0.2s ease-in-out;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.th_bt:hover{
	text-decoration: none;
	opacity: 0.7;
	filter: alpha(opacity=70);
}

.next{
	text-align: center;
	padding: 20px 0;
}

.next p{
	display: inline-block;
	vertical-align: top;
}
.next p a,
.next p span{
	display: inline-block;
	vertical-align: top;
	width: 40px !important;
	font-size: 14px;
	line-height: 40px;
	margin: 0 5px;
	border-width: 1px;
	border-style: solid;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.next p span{
	font-weight: bold;
	padding: 0;
	border-radius: 0;
}
.next p a{
	color: currentColor;
	-webkit-transition	: 0.2s ease-in-out;
	-moz-transition	: 0.2s ease-in-out;
	-o-transition	: 0.2s ease-in-out;
	transition		: 0.2s ease-in-out;
}
.next p a:hover{
	color: currentColor;
	text-decoration: none;
	opacity: 0.7;
	filter: alpha(opacity=70);
}
.next .bt1:hover{
	font-size: 14px;
	line-height: 40px;
	padding: 0;
	border-radius: 0;
}


/*=================================================
 * CSS for SP
 * ================================================= */

@media screen and (max-width: 650px) {
	#review{	width: auto;}

	/** thbox **/
	.inpage_box > div.thbox{
		margin: 0 0 10px 0 !important;
		padding: 0;
		text-align: left;
	}
	.thbox_in{
		display: block;
		padding: 10px;
	}
	.thbox_in_l{
		width: auto;
		text-align: center;
		margin: 0;
	}
	.thbox_in_l img{
		max-width: 200px;
	}
	.th_prof{
		margin: 0 0 10px 0;
		padding: 10px 0;
	}
	.th_main{
		padding: 0;
	}

	.next{
		font-size: 0;
		line-height: 0;
		padding: 0 10px;
	}
	.next p{	padding: 10px 7px;}
	.next p a,
	.next p span{
		width: 34px !important;
		font-size: 13px;
		line-height: 34px;
		margin: 0 3px !important;
	}
	.next .bt1:hover{
		width: 34px !important;
		font-size: 13px;
		line-height: 34px;
		padding: 0;
		border-radius: 0;
	}

}
