/* CSS Document */

article #h1_area .body
{
	background-image: url(images/h1_bg.jpg);
}


#main h3
{
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1em;
	margin-left: 0px;
}
#main .comment_box h4
{
	font-size: 16px;
	line-height: normal;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1em;
	margin-left: 0px;
}


#main .green_box
{
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #339933;
	box-shadow: 0px 0px 6px -2px #aaa;
	-moz-box-shadow: 0px 0px 6px -2px #aaa;
	-webkit-box-shadow: 0px 0px 6px -2px #aaa;
	padding: 10px;
	margin-bottom: 50px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #f2f2f2;
	border-left-color: #f2f2f2;
	background-color: #FFF;
	_zoom:1;
	overflow:hidden;
}

#main .green_box h3
{
	text-align: center;
	margin: 0px;
	padding: 0px;
}

#main .green_box h4
{
	font-size: 20px;
	line-height: normal;
	font-weight: bold;
	color: #339933;
	margin: 0px;
	padding: 0px;
}

#main .green_box p
{
	font-size: 12px;
	line-height: normal;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}

#main .green_box table
{
	width: 100%;
}

#main .green_box th
{
	text-align: center;
	vertical-align: middle;
	background-image: url(images/h_line.gif);
	background-repeat: repeat-y;
	background-position: right top;
	font-size: 16px;
	font-weight: bold;
	width: 16%;
}

#main .green_box td
{
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;

}

#main .green_box ul
{
	margin: 0px;
	float: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 50px;
}

#main .green_box li
{
	background-image: url(images/point.gif);
	background-repeat: no-repeat;
	background-position: left center;
	list-style-type: none;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 1.2em;
	line-height: 1.4;
}

#main .green_box .right_point
{
	float: right;
	padding-top: 1em;
}

#main .green_box strong
{
	color: #FFF;
	background-color: #cc3300;
	padding-top: 4px;
	padding-right: 8px;
	padding-bottom: 4px;
	padding-left: 8px;
	border-radius: 4px;        /* CSS3草案 */
	-webkit-border-radius: 4px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 4px;   /* Firefox用 */
	font-size: 12px;
	line-height: normal;
	font-weight: normal;
}

#main .photo_box
{
	_zoom: 1;
	overflow: hidden;
	margin-bottom: 20px;
}

#main .photo_box ul
{
	display: grid;
	grid-template-columns: repeat(3, auto);
	justify-content: space-between; /* 両端揃え */
	column-gap: 0px; 
	row-gap: 20px; /* 縦のスペース */
	align-items: stretch;
	padding: 0px;
	width: 100%;
}

#main .tab02 ul
{
	grid-template-columns: repeat(2, auto);
}

#main .photo_box li
{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	text-align: center;
}

#main .photo_box li img
{
	display: inline;
	width:auto;
	height:auto;
}

#main .photo_box li p
{
	font-size: 12px;
	line-height: normal;
	padding-right: 10px;
	text-align: center;
	padding-top: 0.4em;
}

#main .img_box
{
	text-align: center;
	margin-bottom: 10px;
}

#main .img_box img
{
	margin-bottom: 10px;
	width:auto;
	height:auto;
}

#main .photo_right
{
	float: right;
	margin-left: 1em;
}

#main .green_box .text
{
	font-size: 14px !important;
	line-height: normal !important;
	font-weight: normal !important;
}

#main .green_box .sub_text
{
	font-size: 12px !important;
	line-height: normal !important;
	font-weight: normal !important;
	float: right;
	width: 240px;
	padding-top: 4em;
}


#main .white_box
{
	background-color: #FFF;
	box-shadow: 0px 0px 6px -2px #aaa;
	-moz-box-shadow: 0px 0px 6px -2px #aaa;
	-webkit-box-shadow: 0px 0px 6px -2px #aaa;
	margin-bottom: 20px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #f2f2f2;
	border-left-color: #f2f2f2;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}

#main .white_box h4
{
	font-size: 18px;
	line-height: normal;
	font-weight: bold;
	color: #339933;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1em;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0.4em;
	padding-bottom: 0px;
	padding-left: 0.4em;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #339933;
}

#main .white_box p
{
	padding-right: 0.4em;
	padding-left: 1em;
}

#main .white_box ul
{
	margin: 0px;
	padding-top: 0px;
	padding-right: 0.4em;
	padding-bottom: 0px;
	padding-left: 1em;
}

#main .white_box li
{
	display: inline-block;
	background-image: url(images/li_point.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin-top: 0px;
	margin-right: 1em;
	margin-bottom: 0px;
	margin-left: 0px;
	list-style-type: none;
	line-height: 1.4;
}


#main .service_box dl
{
	display: grid;
	grid-template-columns: repeat(2, auto);
	justify-content: space-between; /* 両端揃え */
	column-gap: 0px; 
	row-gap: 40px; /* 縦のスペース */
	align-items: stretch;
	padding: 0px;
	width: 100%;
}

#main .service_box dl dt
{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	width: 365px;
}

#main .service_box dl dt img
{
	width: auto;
	height:auto;
}


#main .service_box .green_box
{
	margin-bottom: 1em;
}

#main .link_btn
{
	text-align: right;
	padding-top: 1em;
}

#main .photo
{
	margin-bottom: 1em;
}

#main .photo p
{
	padding-top: 0.4em;
}


/* PCのみ設定  768 以上*/
@media screen and (min-width:768px)
{


}

@media (max-width: 1000px) 
{

#main .service_box dl
{
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	column-gap: 20px; 
	row-gap: 40px; /* 縦のスペース */
	align-items: stretch;
	padding: 0px;
	width: 100%;
}


#main .service_box dl dt
{
	width: auto;
}

#main .photo_box ul
{
	display: grid;
	justify-content: space-between; /* 両端揃え */
	column-gap: 10px; 
	row-gap: 20px; /* 縦のスペース */
	align-items: stretch;
	padding: 0px;
	width: 100%;

}


}

/* タブレットレイアウト : 768 px 〜 959 px*/
@media screen and (min-width:768px) and (max-width:999px)
{

#main .green_box th
{
	width: 7em;
}


}

/* スマホ設定  768 以下*/
@media screen and (max-width:767px)
{
#main .green_box th
{
	width: 7em;
}


}

/* スマホ設定  599 以下*/
@media screen and (max-width:599px)
{
#main .green_box th
{
	width: auto;
	display: block;
	background-image: none;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #ccc;
}

#main .green_box td
{
	width: auto;
	display:block;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;

}

#main .green_box ul
{
	margin: 0px;
	float: none;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
}


#main .tab03 ul 
{
	display: grid;
	grid-template-columns: auto auto;
	justify-content: space-between; /* 両端揃え */
	column-gap: 0px; 
	row-gap: 20px; /* 縦のスペース */
	align-items: stretch;
	padding: 0px;
	width: 100%;
}

#main .tab03 ul li:nth-child(1) 
{
	grid-column: span 2; /* 1つ目のliを横幅いっぱいに */
}

#main .tab03 ul li:nth-child(2) 
{
	justify-self: start; /* 左揃え */
}

#main .tab03 ul li:nth-child(3) 
{
	justify-self: end; /* 右揃え */
}

#main .tab02 ul 
{
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	column-gap: 0px; 
	row-gap: 20px; /* 縦のスペース */
	align-items: stretch;
	padding: 0px;
	width: 100%;
}




#main .service_box dl
{
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	column-gap: 0px; 
	row-gap: 20px; /* 縦のスペース */
	padding: 0px;
}

.link_btn,
.link_btn_black
{
	text-align: center !important;
}

}