/* CSS Document */
#h1_area .bg_h1
{
	background-image: url(images/bg_h1.jpg);
}

article h2
{
	font-size: 38px;
	line-height: 140%;
	color: #33726A;
	margin-bottom: 20px;
	text-align: justify;
}


article h3
{
	font-size: 30px;
	line-height: 140%;
	text-align: justify;
}

#head h2
{
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #33726A;
	margin-bottom: 50px;
}

#head .wak_box
{
	border: 1px solid #ddd;
}

#head .wak_box .pad
{
	padding: 20px;
}

#head .wak_box h4
{
	font-size: 20px;
	line-height: 120%;
	color: #33726A;
	margin-bottom: 10px;
}

#head .wak_box p
{
	font-size: 16px;
	line-height: 140%;
}

#head .wak_box .from
{
	text-align: right;
}

#head .wak_box .from a
{
	color: #000;
	text-decoration: underline;
}


#tool dl
{
	display: table;
	table-layout: fixed;
	width: 1020px;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#tool dl dt
{
	display: table-cell;
	width: 300px;
	margin: 0px;
	padding: 0px;
	vertical-align: top;
	background-color: #222;
}

#tool dl dt p
{
	text-align: center;
	padding-top: 10px;
	color: #FFF;
	font-size: 16px;
	line-height: 140%;
}

#tool dl dd
{
	display: table-cell;
	margin: 0px;
	padding: 0px;
}


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

article section .body
{
	position: relative;
	width: 1300px;
}

article section .body .photo
{
	position: absolute;
	top: 0px;
	right: 0px;
}


article section .body .text
{
	width: 590px;
}


#head .wak_box 
{
	position: absolute;
	top: 500px;
	right: 90px;
	width: 550px;
}


}

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

article section .body .photo
{
	width: 48%;
}

article section .body .text
{
	width: 48%;
}


}

/* スマホ設定  768 以下*/
@media screen and (max-width:767px)
{

article #h1_area h1
{
	font-size: 30px;
	line-height: 120%;
}

article section .body .photo
{
	text-align: center;
	margin-bottom: 10px;
}

#tool dl
{
	width: auto;
	display: block;
}

#tool dl dt
{
	display: block;
	width: auto;
	margin-bottom: 20px;
}

#tool dl dd
{
	display: none;
}

#tool dl dt img
{
	width: 100%;
}

#tool dl dt  p
{
	padding-top: 10px;
	padding-bottom: 20px;
}


}