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

}


article #about h1
{
	color: #33726a;
	font-size: 80px;
	text-align: center;
	letter-spacing: 0em;
	line-height: 100%;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-left: 0px;
	font-weight: bold;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 90px;
	margin-left: 0px;
}

article #about h1 small
{
	font-size: 24px;
	display: block;
	padding-top: 0px;
	line-height: 140%;
}

article h2
{
	font-size: 68px;
	text-align: center;
	background-image: url(images/h_line.gif);
	background-repeat: repeat-x;
	background-position: top 40px center;
	margin-bottom: 40px;
}

article h2 small
{
	font-size: 20px;
	display: block;
	padding-top: 10px;
}

article h2 span
{
	display: inline-block;
	background-color: #FFF;
	padding-right: 50px;
	padding-left: 50px;
}

article h3
{
	color: #FFF;
	font-size: 18px;
	line-height: 120%;
	background-color: #33726a;
	background-image: url(images/bg_h4.jpg);
	background-repeat: repeat-y;
	background-position: right center;
	position: relative;
	overflow: visible;
	margin-left: 10px;
	margin-bottom: 30px;
	padding-top: 14px;
	padding-bottom: 14px;
	padding-left: 20px;
	padding-right: 20px;}

article h3:after
{
	content: " ";
	background-color: #f3d72a;
	display: block;
	min-height: 50px;
	width: 250px;
	position: absolute;
	left: -100px;
	z-index: -1;
	bottom: -10px;
}


section .sub_msg
{
	text-align: center;
	font-size: 30px;
	line-height: 140%;
	color: #333;
	margin-bottom: 30px;
}

section .next_link
{
	padding-bottom: 30px;
}

section .next_link a
{
	font-size: 16px;
	line-height: 100%;
	color: #FFFFFF;
	background-color: #34726a;
	padding-top: 10px;
	padding-right: 40px;
	padding-bottom: 10px;
	padding-left: 20px;
	background-image: url(images/bg_next.gif);
	background-repeat: no-repeat;
	background-position: right center;
}

section .next_link a:hover
{
	color: #000 !important;
	background-color: #f3d72a;
	background-image: url(images/bg_next_hover.gif);
	background-repeat: no-repeat;
	background-position: right center;
}



#about
{
	background: url(images/bg_message.jpg) no-repeat top 80px center,
	url(images/sub_title.gif) no-repeat center bottom;
	padding-top: 0px;
	padding-bottom: 300px;
	margin-bottom: 100px;
}

#about h2
{
	text-align: center;
	font-size: 38px;
	line-height: 120%;
	margin-bottom: 70px;
	background-image: none;
}

#about .bg_title
{
	display: none;
}

#walfare
{
	color: #FFF;
	background-color: #33726a;
}

#walfare h2
{
	background-image: url(images/h_line_white.gif);
	color: #FFF;
}

#walfare h2 span
{
	background-color: #33726a;
}

#walfare p
{
	color: #FFF;
}


#walfare dl
{
	display: table;
	table-layout: fixed;
	width: 100%;
	margin: 0px;
	padding: 0px;
}

#walfare dl dt
{
	display: table-cell;
	width: 48%;
	margin: 0px;
	padding: 0px;
	vertical-align: top;
}

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


#walfare dl dt .photo
{
	margin-bottom: 20px;
}

#walfare dl dt h4
{
	font-size: 20px;
	line-height: 140%;
	color: #F2D72A;
	margin-bottom: 10px;
}

#walfare dl dt p
{
	font-size: 18px;
	line-height: 140%;
}

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

#interview dl dt
{
	display: table-cell;
	width: 330px;
	margin: 0px;
	padding: 0px;
	vertical-align: top;
}

#interview dl dd
{
	display: table-cell;
	margin: 0px;
	padding: 0px;
	font-size: 30px;
	font-weight: bold;
}

#interview dl dt .photo
{
	text-align: center;
	margin-bottom: 20px;
}

#interview dl dt h4
{
	font-size: 21px;
	line-height: 140%;
	color: #33726A;
	text-align: center;
	margin-bottom: 20px;
}

#interview dl dt  p
{
	text-align: center;
}

#interview dl dt p big
{
	font-size: 30px;
	line-height: 120%;
	font-weight: bold;
}

/* PCのみ設定  768 以上*/
@media screen and (min-width:768px)
{
section .text_r
{
	float: right;
}



#about
{
}

#about .body
{
	text-align: center;
}

#about p
{
	text-align: center;
}

#work .text
{
	width: 650px;
}

#work .sub_msg
{
	margin-bottom: 50px;
}


section .comment_box
{
	position: relative;
	min-height: 375px;
	margin-bottom: 100px;
}

section .comment_box .photo_r
{
	position: absolute;
	top: 0px;
	right: 0px;
}

section .comment_box .photo_l
{
	position: absolute;
	top: 0px;
	left: 0px;
}

#walfare .sub_msg
{
	margin-bottom: 100px;
}


#walfare dl
{
	width: 1040px;
	margin-right: auto;
	margin-left: auto;
}


#walfare dl dt
{
	width: 250px;
}


#walfare dl dd:nth-child(6n)
{
	display: table-row;
	height: 60px;
}


#interview .sub_msg
{
	margin-bottom: 100px;

}

}

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


#work .text
{
	width: 600px;
}


}

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



#about
{
	padding-bottom: 30px;
	background-image: none;
	margin-bottom: 30px;
}

#about .bg_title
{
	display: block;
	margin-bottom: 30px;
}

section .body
{
	overflow: visible;
}

article h2
{
	font-size: 40px;
	background-image: url(images/h_line.gif);
	background-repeat: repeat-x;
	background-position: top 24px center;
}

article h2 small
{
	font-size: 16px;
}


article h2 span
{
	display: inline-block;
	background-color: #FFF;
	padding-right: 20px;
	padding-left: 20px;
}



section .sub_msg
{
	text-align: justify;
	line-height: 130%;
}



article #about h1
{
	font-size: 60px;
	margin-bottom: 40px;
	margin-left: 0px;
}

#about h2
{
	margin-bottom: 30px;
}

#walfare dl
{
	display: inline-table;
	width: 100%;
}

#walfare dl dt h4
{
	min-height: 3em;
}


#walfare dl dd:nth-child(4n)
{
	display: table-row;
	height: 20px;
}

#interview .sub_msg
{
	margin-bottom: 60px;

}


#interview dl dt h4
{
	text-align: justify;
}


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

#interview dl dt
{
	display: block;
	width: auto;
	margin-bottom: 80px;
}

#interview dl dd
{
	display: none;
}


}