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


#h1_area
{
	width: 100%;
	background-image: url(../images/h1_bg_pc.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center center;
	padding-top: 200px;
	height: 100vh;

	-ms-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
}

/* iOSだけ無効化 */
@supports (-webkit-touch-callout: none) 
{
#h1_area 
{
	background-attachment: scroll;
}

}


article #h1_area .body
{
	display: flex;
	column-gap: 60px;
	justify-content: space-between;
}

article #h1_area .title_box
{
	width: 50%;
	flex-shrink: 0;
}


article #h1_area .body .title_box h1
{
	font-family: "Rubik Mono One", monospace;
	font-weight: 400;
	font-style: normal;
	font-size: 80px;
	letter-spacing: 1;
	color: #FFF;
	line-height: 1;
	text-align: left;
	padding-top: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	text-shadow: 3px 3px 10px #000;

}

article #h1_area .body .title_box p
{
	font-size: 30px;
	color: #FFF;
	font-weight: bold;
	line-height: 1.2;
	text-shadow: 1px 1px 4px #000;
}

article #h1_area .sub_msg p
{
	font-size: 18px;
	line-height: 1.4;
	text-align: justify;
	color: #FFF;
	font-weight: bold;
	text-shadow: 1px 1px 3px #000;
}


article #h1_area .line-wrap 
{
  position: relative;
  height: 3px;
  margin-bottom: 40px;
}

article #h1_area .line 
{
  position: absolute;

  left: calc((100vw - 200%) / -2);
  /* body中央寄せ分を打ち消して画面左へ */

  width: 50vw;          /* 画面中央まで */
  height: 3px;
  background: var(--point-color);

  transform: scaleX(0);
  transform-origin: left;
}

article .e_title
{
	font-family: "Rubik Mono One", monospace;
	font-weight: 400;
	font-style: normal;
	font-size: 80px;
	letter-spacing: 1;
	text-align: center;
	margin-bottom: 40px;
}

article .e_title span
{
	display: inline-block;
	padding-bottom: 10;
	border-bottom: solid 3px var(--body-bg-color);
}

article section:nth-of-type(2n) .e_title span
{
	border-bottom: solid 3px #fff;
}

article h2
{
	font-size: 30px;
	line-height: 1.2;
	margin-bottom: 30px;
}

article h2 small
{
	font-size: 18px;
	line-height: 1.2;
}

article h2 big
{
	font-size: 24px;
	line-height: 1.2;
}


article h3
{
	font-size: 24px;
	line-height: 1.2;
	font-weight: bold;
	text-align: justify;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}

article h4
{
	font-size: 18px;
	line-height: 1.2;
	font-weight: bold;
	text-align: justify;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}

#pan
{
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 14px;
	line-height: 1;
	margin: 0px;
	background: linear-gradient(to right, #fff 0%, #fff 40%, var(--base-color01) 100%) bottom;
}


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

#pan a:after
{
	font-family: "Font Awesome 6 Free";
	content: '\f105';
	font-weight: 900;
	padding-right: 10px;
	padding-left: 10px;
	color: #666;
}

article .bg
{

}

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


article section
{
	margin: 0px;
	padding-top: 50px !important;
	padding-right: 0px;
	padding-bottom: 50px !important;
	padding-left: 0px;
	position: relative;
}

article section:nth-of-type(2n)
{
	background-color: var(--body-bg-color);
}

article .comment_box
{
	position: relative;
	display: flow-root;
	clear: both;
	padding-top: 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 p:last-of-type,
section p:last-of-type
{
	margin-bottom: 0em;
}

article section p,
article .comment_box p
{
	line-height: 1.4;
	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 .pdf_box
{
	text-align: center;
	float: right;
	margin-bottom: 20px;
	margin-left: 40px;
	border: 1px solid #ccc;
	padding: 20px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;

}

article .pdf_box a img
{
	transition-duration: 0.6s;
	transform:scale(1,1);
}

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

article .pdf_box p
{
	font-size: 16px;
	line-height: 1.2;
	margin-bottom: 0px;
}


article  .text
{
	display: flow-root;
}

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

article .banner_box
{
	text-align: center;
	margin-bottom: 40px;
}



/* 縦置きの場合 */
@media (orientation: portrait)
{
#h1_area
{
	background-image: url(../images/h1_bg_sp.jpg);
}
}

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

article #h1_area
{
	-ms-background-size: 100% auto;
	-o-background-size: 100% auto;
	-webkit-background-size: 100% auto;
	-moz-background-size: 100% auto;
	background-size: 100% auto;
}


}

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

}

/* タブレット以下 */
@media screen and (max-width: 1199px) 
{
#h1_area
{

}

article #h1_area .body
{
	padding-right: 20px;
	padding-left: 20px;

}

article #h1_area .body .title_box h1
{
	font-size: 60px;
	line-height: 1;
	padding-left: 0px;
}

article .e_title
{
	font-size: 60px;
	letter-spacing: 1;
}

article h2
{
	font-size: 28px;
	line-height: 1.2;
}

article h2 small
{
	font-size: 18px;
	line-height: 1.2;
}

article h2 big
{
	font-size: 21px;
	line-height: 1.2;
}


article section
{
	padding-top: 40px !important;
	padding-bottom: 40px !important;
}

.caution_box
{
	padding: 10px;
	width: auto;
}


}


/* 横置きの場合 */
@media (max-width: 1199px) and (orientation: landscape)
{
}

/* 縦置きの場合 */
@media (max-width: 1199px) and (orientation: portrait)
{

article #h1_area .title_box
{
	width: 60%;
}

article #h1_area .line 
{
  position: absolute;
  left: -20px;
  width: 60vw;          /* 画面中央まで */
}

}

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

#pan
{
	padding-right: 20px;
	padding-left: 20px;
}



}

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

article
{
}

#h1_area
{
	width: auto;
	padding-top: 100px;
}

article #h1_area .body
{
	padding-right: 20px;
	padding-left: 20px;
}


article #h1_area .body .title_box h1
{
	height: auto;
	font-size: 50px;
	line-height: 1;
	letter-spacing: 0em;
}

article #h1_area .body .title_box p
{
	font-size: 20px;
	line-height: 1;
}

article #h1_area .line-wrap 
{
  margin-bottom: 10px;
}

article .e_title
{
	font-size: 60px;
	letter-spacing: 1;
}


article h2
{
	font-size: 24px;
	line-height: 1.2;
	text-align: justify;

}

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

article h2 big
{
	font-size: 18px;
	line-height: 1.2;
}


article h3
{
	font-size: 22px;
}
	

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

#pan
{
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
	margin-bottom: 0px;
	font-size: 14px;
	line-height: 1;
}

#pan .body
{
	padding-right: 10px;
	padding-left: 10px;
}


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


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%;
}



}

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

#h1_area
{
	width: auto;

}

article #h1_area .body
{
	padding-right: 10px;
	padding-left: 10px;
	display: block;
}

article #h1_area .body .title_box
{
	margin-bottom: 20px;

}

article #h1_area .body .title_box h1
{
	font-size: 40px;
	line-height: 1;
}

article #h1_area .line 
{
	width: 80vw;
}

article .e_title
{
	font-size: 30px;
	letter-spacing: 1;
}

#pan
{
	background: linear-gradient(to right, #fff 0%, #fff 60%, var(--base-color01) 100%) bottom;
}


article h2
{
	margin-bottom: 20px;
}


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 .pdf_box
{
	text-align: center;
	display:block;
	float: none;
	width:auto;
	max-width: initial !important;
	margin-left: 0px !important;
	margin-bottom: 20px;
	padding: 10px;
	margin-top: 0px;
	margin-right: 0px;
}

article .pdf_box p
{
	text-align: justify;
}


}
