@charset "utf-8";

/* -------------------------------------------------- */
/* file   : procedure.css                                   */
/* -------------------------------------------------- */

#purpose .sec_box h5{
	font-size:114%;
	font-weight:bold;
	color:#005831;
	margin-top:10px;
}

#purpose #main_cont h4{
	margin-bottom:0px;
	color: #009946;
	font-size: 133.3%;
}

#purpose #main_cont .pborder {
	border-bottom:3px dotted #009946;
	padding: 0 0 15px;
}

/* テーブル用 */
#purpose .sec_box .uchiwakeTable,
#purpose .sec_box .uchiwakeTable02 {
	border:#999999 solid 1px;
	margin-bottom:10px;
}
#purpose .sec_box .uchiwakeTable th,
#purpose .sec_box .uchiwakeTable02 th{
	padding:5px;
	background-color:#EFF6E8;
	border:#666666 solid 1px;
	text-align:center;
	vertical-align:middle;
}
#purpose .sec_box .uchiwakeTable td,
#purpose .sec_box .uchiwakeTable02 td{
	padding:5px;
	width:33%;
	border:#666666 solid 1px;
}
#purpose .sec_box .uchiwakeTable td.td02,
#purpose .sec_box .uchiwakeTable02 td.td02{
	padding:5px;
	background-color:#EFF6E8;
	border:#666666 solid 1px;
	text-align:center;
	vertical-align:middle;
	font-weight:bold;
}
#purpose .sec_box ol li{
	font-size:122%;
	font-weight:bold;
	color:#009946;
	padding-bottom:3px;
}

#purpose .sec_box .project {
	width:100%;
	border:#999999 solid 1px;
}
#purpose .sec_box .project th,
#purpose .sec_box .project td {
	width:50%;
	padding:5px;
	border:#666666 solid 1px;
	vertical-align:middle;
}
#purpose .sec_box .project th {
	background-color:#EFF6E8;
	text-align: center;
}
#purpose .sec_box .project .green {
	color: #009946;
}

/* 右寄せ用 */
.tac { text-align:center;}
.tar { text-align:right;}


@media print,screen and (min-width: 681px){

.pc{ display:block; }
.sp{ display:none; }

#purpose .sidemb{
	margin-bottom:3px;
}
#purpose #main_cont h4{
	margin-bottom:10px;
}

#purpose .sec_box .inner_brand_l{
	width:430px;
	float:left;
	line-height:1.5;
}
#purpose .sec_box .inner_brand_l ul{
	margin-top:30px;
}
#purpose .sec_box .inner_brand_l li{
	float:left;
}
#purpose .sec_box .inner_brand_r{
	width:256px;
	float: right;
}
#purpose .sec_box .inner_purpose_l01{
	width:440px;
	float:left;
}
#purpose .sec_box .inner_purpose_r01{
	width:240px;
	float: right;
}
#purpose .sec_box .inner_purpose_l02{
	width:440px;
	float:left;
}
#purpose .sec_box .inner_purpose_r02{
	width:259px;
	float: right;
}
#purpose .sec_box .inner_purpose_m{
	font-size:110%;
	font-weight:bold;
	margin-bottom:10px;
}
#purpose .sec_box .sec_p_lt{
	width:440px;
	float:left;
}

/* テーブル用 */
#purpose .sec_box .uchiwakeTable{
	width:70%;
}
#purpose .sec_box .uchiwakeTable th{
	width:33%;
}
#purpose .sec_box .uchiwakeTable02{
	width:90%;
}
#purpose .sec_box .uchiwakeTable02 th{
	width:60%;
}
#purpose .sec_box .uchiwakeTable02 td{
	width:20%;
}
#purpose .sec_box .project img {
	width: 330px;
	height: auto;
}

}


@media screen and (max-width: 680px){

.pc{ display: none; }
.sp{ display: block; }

#purpose .sp_box{
	padding:0 5px;
}
#purpose .sec_box .inner_brand_l ul{
	display:none;
}
#purpose .sec_box{
	padding:10px 5px;
}
#purpose .sec_box .inner_brand_r{
	width:100%;
	float: none;
	margin-top:20px;
}
#purpose .sec_box .inner_purpose_l01{
	width: auto;
	float: none;
}
#purpose .sec_box .inner_purpose_r01{
	width:auto;
	float: none;
	margin-top:10px;
}
#purpose .sec_box .inner_purpose_l02{
	width: auto;
	float: none;
}
#purpose .sec_box .inner_purpose_r02{
	width: auto;
	float: none;
	margin-top:10px;
}
#purpose .sec_box .inner_purpose_m{
	font-size:110%;
	font-weight:bold;
	margin-bottom:15px;
}

/* テーブル用 */
#purpose .sec_box .uchiwakeTable,
#purpose .sec_box .uchiwakeTable02{
	width:auto;
}
#purpose .sec_box .uchiwakeTable th,
#purpose .sec_box .uchiwakeTable02 th{
	width:auto;
}


}