@charset "utf-8";

p.sq_l {
	position: relative;
	padding-left: 1em;
	font-weight: bold;
}
p.sq_l:before {
	content: "■";
	position: absolute;
	left: 0;
}



img.fr	{
	margin: 0 0 15px 15px;
}




.half_bg_box	{
	background-color: rgba(153,121,78,0.3);
	-webkit-box-shadow: 0 2px 2px rgba(0,0,0,0.2);
	box-shadow: 0 2px 2px rgba(0,0,0,0.2);
	padding: 25px;
}
.half_bg_box ul.square li {
	padding-left: 1.5em;
	color: #fff;
}
.half_bg_box li span {
	color: #4c4c4c;
}
@media screen and (max-width: 680px) {
	.half_bg_box	{
		padding: 10px 15px;
	}
}




.arrow	{
	padding-top: 96px;
	background-image: url(../images/common/arrow_drop_down.png);
	background-position: center top;
	background-repeat: no-repeat;
}
@media screen and (max-width: 680px) {
	.arrow	{
		padding-top: 48px;
		background-size: 48px 48px;
	}
}






.half_w_bg_box 	{
	background-color: rgba(255,255,255,0.5);
	padding: 25px;
	border: solid 1px #fff;
	-webkit-box-shadow: 0 2px 2px rgba(0,0,0,0.2);
	box-shadow: 0 2px 2px rgba(0,0,0,0.2);
}
@media screen and (max-width: 680px) {
	.half_w_bg_box 	{
		padding: 10px 15px;
	}
}





.blk_cntr	{
	display: block;
	margin: 0 auto;
	width: 80%;
}
@media screen and (max-width: 680px) {
	.blk_cntr	{
		width: 100%;
	}
}




table.basic caption	{
	font-weight: bold;
	margin-bottom: 5px;
}
table.basic .th_w th {
	background-color: transparent;
}





.dmmy_ck li	{
	border-bottom: dotted 1px #ccc;
	padding: 10px 0;
}
.dmmy_ck li:last-child,
.dmmy_ck li.last	{
	border-bottom: 0;
}
.dmmy_ck li dl {
	zoom: 1;
}
.dmmy_ck li dl:after {
	content: "."; display: block; height: 0; clear: both; visibility: hidden; line-height: 0; overflow: hidden;
}
.dmmy_ck li dt {
	float: left;
	width: 450px;
}
.dmmy_ck li dd {
	float: right;
}
.dmmy_ck input	{
	margin: 0 5px;
}
@media screen and (max-width: 680px) {
	.dmmy_ck li dt {
		width: 65%;
	}
	.dmmy_ck li dd {
		width: 35%;
		text-align: right;
		white-space: nowrap;
	}
}