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

}

article h2
{
	font-size: 38px;
	line-height: 140%;
	margin-bottom: 30px;
	padding-bottom: 6px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #33726a;
	position: relative;
}

article h2 small
{
	font-size: 18px;
	font-weight: normal;
	color: #000;
}


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

#attempt dl dt
{
	display: table-cell;
	width: 530px;
	margin: 0px;
	padding: 0px;
	vertical-align: top;
	border: 10px solid #eee;
}

#attempt dl dt .text
{
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 10px;
}

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

#action h3
{
	font-size: 48px;
	line-height: 100%;
	color: #33726A;
	margin: 0px;
	padding: 0px;
}

#action h3 big
{
	font-size: 74px;
	line-height: 100%;
}


#action .foot
{
	color: #FFF;
	background-color: #33726A;
	padding-top: 50px;
}

#action .foot p
{
	font-size: 30px;
	line-height: 160%;
	color: #FFF;
}

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


#about .text
{
	width: 700px;
}

#attempt h2 small
{
	display: inline-block;
	position: absolute;
	right: 0px;
	bottom: 10px;
}

#attempt dl
{
	width: 1130px;
	margin-right: auto;
	margin-left: auto;
}

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

#action .head .body,
#action .foot .body
{
	overflow: visible;
}

#action .foot .body
{
	position: relative;
	min-height: 228px;
}

#action .foot .photo
{
	position: absolute;
	right: 0px;
	bottom: 0px;
}


#action .foot
{

	margin-top: -6px;
}


}

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




}

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

article h2 small
{
	text-align: right;
}

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

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

#attempt dl dd
{
	display: none;
}


#action h3
{
	font-size: 38px;
	line-height: 100%;
	text-align: center;
}

#action h3 big
{
	font-size: 64px;
	line-height: 100%;
	text-align: center;
	display: block;
}

#action .foot
{
	margin-top: -6px;
	padding-top: 20px;
}

#action .foot .photo
{
	margin-bottom: 20px;
}

}