article h1,
article h2,
article h3,
article h4,
article h5,
article h6
{
	margin: 0px;
	padding: 0px;
	line-height: normal;
	text-align: left;
	font-weight: 900;
}

article 
{
}


#h1_area
{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #003a64;
}

#h1_area .body
{

}


article #h1_area h1
{
	font-weight: bold;
	color: var(--base-color);
	margin: 0px;
	line-height: 1;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-right: 0px;
	padding-left: 0px;
	display: block;
	text-align: center;
	font-size: 32px;
}


article #h1_area h1 small
{
	font-size: 26px;
	line-height: 1;
	display: inline-block;
	display: block;
	padding-top: 10px;
	font-weight: normal;
}

article #h1_area h1 small:before
{
	font-family: "Font Awesome 6 Free";
	content: '\f068';
	font-weight: 900;
	margin-right: 10px;
	font-size: 14px;
	vertical-align: middle;
}

article #h1_area h1 small:after
{
	font-family: "Font Awesome 6 Free";
	content: '\f068';
	font-weight: 900;
	margin-left: 10px;
	font-size: 14px;
	vertical-align: middle;

}

article h2
{
	font-size: 36px;
	line-height: 140%;
	margin-bottom: 30px;
	font-weight: normal;
}



article h3
{
	font-size: 18px;
	line-height: 140%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
}


#pan
{
	padding-top: 20px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	font-size: 14px;
	line-height: 100%;
}

#pan .body
{
}


#pan a
{
	color: #333;
	font-size: 14px;
	line-height: 100%;
	font-weight: normal;
}

#pan a:after
{
	font-family: "Font Awesome 5 Free";
	content: '\f105';
	font-weight: 900;
	padding-right: 10px;
	padding-left: 10px;
	color: #333;
	pointer-events:none;
}

article .bg
{

}

article .bg_head
{
	background-color: #e6f6d4;
}


article section
{
	margin: 0px;
	padding-top: 60px;
	padding-bottom: 60px;
	padding-left: 0px;
	position: relative;

}

article .comment_box
{
	_zoom: 1;
	overflow: hidden;
	position: relative;
	margin-bottom: 20px;
}



article .photo_wak img
{
	border: 10px solid #FFF;
	box-shadow: 0px 0px 10px -3px #ccc;
	-moz-box-shadow: 0px 0px 10px -3px #ccc;
	-webkit-box-shadow: 0px 0px 10px -3px #ccc;
}

article p
{
	margin-bottom: 1em;
}

article section p,
article .comment_box p
{
	line-height: 160%;
	text-align: justify;
}

article .photo_center
{
	text-align: center;
	margin-bottom: 20px;

}


article .photo_l
{
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}

article .photo_r
{
	float: right;
	margin-bottom: 10px;
	margin-left: 20px;
}

article .photo_l img,
article .photo_r img
{
	margin-bottom: 10px;
}

article .photo_l p,
article .photo_r p,
article .photo_center p
{
	text-align: center;
	font-size: 14px;
	line-height: 160%;
	color: #333;
	padding-top: 10px;
}


article  .text
{
	display: flow-root;
}

article  .text p
{
	line-height: 160%;
	text-align: justify;
}


article .banner
{
	text-align: center;
}

article .banner a:hover img
{
	transform:scale(1.04,1.04);
	transition:1s all;
}



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



}


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



}

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

article
{
	background-image: none;
}

#h1_area .body
{

}

article #h1_area h1
{
	font-size: 24px;
	line-height: 1;

}


article #h1_area h1 small
{
	font-size: 16px;
	line-height: 1;
}


article h2
{
	font-size: 24px;
	line-height: 140%;
}



article section
{
	margin: 0px;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 0px;
}




}

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

article section
{
	padding-top: 30px;
	padding-bottom: 30px;
}


article .photo_l,
article .photo_r
{
	float: none;
	margin-bottom: 20px;
	margin-left: 0px;
	clear: both;
	margin-right: 0px;
	text-align: center;
	display: block;
}

article .photo_l img,
article .photo_r img
{
	width:auto;
	height:auto;
}

article .photo_l p,
article .photo_r p,
article .photo_center p
{
	text-align: center;
	font-size: 14px;
	line-height: 140%;
}



}