/* CSS Document */

#head h2
{
	font-size: 30px;
}

#head .body
{
	background-image: url(images/bg_photo.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	min-height: 300px;
}

#head .photo
{
	display: none;
}

#head .area p
{
	text-shadow: white 1px 1px 2px, white -1px 1px 2px,white 1px -1px 2px, white -1px -1px 2px;
}

#head .area p small
{
	font-size: 16px;
	display: block;
}

article h3
{
	margin-bottom: 30px;
}

article h3 big
{
	font-size: 22px;
	line-height: 120%;
	color: #FFF;
	background-color: #0068C4;
	display: inline-block;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 70px;
	background-image: url(images/bg_h2_tel.png);
	background-repeat: no-repeat;
	background-position: 20px center;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
}

#mail_form h3 big
{
	background-image: url(images/bg_h2_mail.png);
}


#tel a
{
	font-size: 54px;
	font-weight: bold;
	color: #0067C4;
	display: inline-block;
	background-image: url(images/icon_tel.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 50px;
	padding-top: 10px;
	padding-bottom: 10px;
	pointer-events:none;
}

#tel .text p
{
	margin-bottom: 4px;
}

#tel .text .sub
{
	margin-bottom: 4px;
	font-size: 14px;
	line-height: 140%;
	text-indent: -1em;
	padding-left: 1em;
}


article .back_btn a
{
	padding-top: 20px;
	padding-right: 80px;
	padding-bottom: 20px;
	padding-left: 80px;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
}

#mail_form .box 
{
	margin-bottom: 50px;
}

#mail_form .box  a
{
	color: #000;
	text-decoration: underline;
}


#mail_form .box ul
{
	margin: 0px;
	padding: 0px;
}

#mail_form .box ul li
{
	list-style-type: none;
	margin: 0px;
	font-weight: bold;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
}


#mail_form table
{
}

#mail_form table tr:last-child th,
#mail_form table tr:last-child td
{
}


#mail_form table tr td p
{
	font-size: 16px;
	line-height: 140%;
	color: #666;
	padding: 0px;
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}


#mail_form .mail_send_btn .consent
{
	margin-bottom: 10px;
}

#mail_form .mail_send_btn .consent a
{
	color: #000;
	text-decoration: underline;
}


#mail_form table td .pad
{
	margin-bottom: 20px;
}


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

article h3 big
{
	min-width: 300px;
}

#head .text
{
	float: left;
	width: 500px;
}


#tel a
{
	float: left;
	margin-right: 30px;
}

#tel .text
{
}




}

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


}

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

section
{
	padding: 0px !important;
	margin-bottom: 20px !important;
}

article h3 big
{
	font-size: 20px;
	line-height: 120%;
	padding-right: 4px;
}


#head .body
{
	background-image: none;
	background-repeat: no-repeat;
	background-position: right bottom;
	min-height: 300px;
}

#head .area
{
	position: relative;
}


#head .area p
{
	background: rgba(255, 255, 255, 0.75);
	position: relative;
	z-index: 10;
}


#head .photo
{
	display: block;
	width: 200px;
	position: absolute;
	z-index: 0;
	top: -20px;
	right: 0px;
}



article h3 big
{
	display: block;
	text-align: left;
	padding-left: 44px;
	background-image: url(images/bg_h2_tel.png);
	background-repeat: no-repeat;
	background-position: 10px center;

}

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

#tel a
{
	font-size: 34px;
	text-align: center;
	margin-bottom: 10px;
	pointer-events:auto;
}


#mail_form .box ul
{
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}

#mail_form .box ul li
{
	list-style-type: disc;
	margin: 0px;
	font-weight: bold;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}


#mail_form .mail_send_btn 
{
	width: auto;
	margin: 0px;
	padding: 0px;
	text-align: right;
}

#mail_form .mail_send_btn button
{
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}



#mail_form .mail_send_btn .consent
{
	text-align: justify;
	padding: 0px;
}

}