/* CSS Document */




article .comment_box h3
{
	font-size: 18px;
	line-height: 110%;

	background: 
	url(images/bg_h2_line.gif) repeat-x left bottom,
	url(images/bg_h2.gif) no-repeat left center,
	#f8f8f8;

	margin-bottom: 20px;
	padding-left: 24px;
	color: #33726A;
	padding-top: 14px;
	padding-bottom: 14px;
}




article p
{
	margin-bottom: 60px;
}

article .comment_box 
{
	margin-bottom: 40px;
}


article .comment_box p
{
	padding-left: 0px;
	margin-bottom: 10px;
}

article .comment_box ul
{
	padding-left: 60px;
}

.box
{
	margin-top: 3em;
	margin-bottom: 3em;
	margin-right: auto;
	margin-left: auto;
	line-height: 140% !important;
	background-color: #eee;
	text-align: center;
	padding: 20px;
}

.box p
{
	font-size: 20px !important;
	text-align: left;
	margin: 0px;
}

.box p strong
{
	color: #333;
}

.box .tel
{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 20px ;
	text-align: center;
	line-height: 140%;
	color: #33726A;

}

.box .tel a
{
	font-size: 34px ;
	line-height: 140%;
	color: #33726A;
	font-weight: bold;
}

.box .tel small
{
	display: block;
}





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



article .comment_box
{
	padding-right: 0px;
	padding-left: 0px;
}


article .box
{
	width: 650px;
	margin-right: auto;
	margin-left: auto;
}

.box .tel a
{
	color: #33726A;
	pointer-events: none;
	padding-left: 10px;
}


.box .tel small
{
	text-align: right;
	padding-right: 60px;
}


}

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


}

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

article #h1_area
{
	margin-bottom: 30px;
}

article #h1_area h1
{
	text-align: center;
	padding-right: 0px;
	padding-left: 0px;
}


#head_box
{
	background-image: url(images/bg_head.jpg);
	margin-right: auto;
	margin-left: auto;
}


#h1_area p
{
	padding-top: 50px;
}

article section
{
	margin-bottom: 0px;
	padding-bottom: 0px;
}

article .contact
{
	margin-bottom: 20px;
}


.box
{
	width: auto;
	margin-top: 0px;
}

section .tel a
{
	font-size: 24px !important;
	line-height: 120%;
	text-align: center;
	display: block;
	color: #FFF !important;
	background-color: #33726A;
	padding: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}

section .tel a:hover
{
	color: #FFF !important;
}

section .tel a:before
{
	transform: none;
	transform-origin: unset;
	width: auto;
	height: auto;
	position: static;
	left: auto;
	top: auto;
	right: auto;
	bottom: auto;
	background-color: transparent;
	font-family: "Font Awesome 6 Free";
	content: '\f095';
	font-weight: 900;
	margin-right: 10px;
	font-size: 21px;
	vertical-align: top;
}

section .tel small
{
	font-size: 14px;
	line-height: 120%;
	pointer-events: none;
	text-align: center;
	display: none;
}

section .tel p span
{
	text-align: justify;
	display: block;
	font-size: 16px;
	line-height: 140%;
}

}