@charset "utf-8";
/* CSS Document */

/* ベースとなるスタイル
-----------------------------------------------------------------*/
body {
  -webkit-text-size-adjust: 100%;
}

/* article
--------------------------------------------------------- */
article {
	width: 100%;
	margin: 0;
	padding: 0;
	border: none;
	color: #464646;
	font-size: 62.5%;
	letter-spacing: 0.15rem;
	line-height: 1.8;
	/*text-align: justify;*/
	vertical-align: baseline;
	font-family: 'Noto Serif JP', serif;
	font-weight: 400;
	font-style: normal;
	font-feature-settings: "palt";
	font-smoothing: antialiased;
	-webkit-font-smoothing: antialiased;
}
article img {
	display: block;
	height: auto;
	max-width: 100%;
}
article a {
	text-decoration: none;
}
figure img {
	text-align: center;
	margin: 0 auto;
	image-rendering: -webkit-optimize-contrast;
}
@media screen and (max-width: 768px) {
	article {
		overflow: hidden;
	}
}
/* clearfix
--------------------------------------------------------- */
.clearfix:after {
	clear: both;
	content: "";
	display: block;
}
.clearfix {
	*zoom: 1;
}

/* 順番 
1.位置情報系＝position, top, right, z-index, display, float等
2.サイズ＝width, height, padding, margin
3.文字系＝font, line-height, letter-spacing, color- text-align等
4.背景＝background, border等
5.その他＝animation, transition等
*/
/*h2 各タイトル
--------------------------------------------------------- */
h2.section-title {
	max-width: 960px;
	position: relative;
	display: inline-block;
	font-size: 4.25rem;
	/*font-style: italic; 追加*/
	font-family: missrobertson-pro, sans-serif;
	font-weight: 500;
	text-transform: capitalize;
}
h2.section-title::before {
	content: "";
	width: 100px;
	height: 1px;
	background-color: #676767;
	position: absolute;
	top: 60%;
	left: -110px;
}
@media screen and (max-width: 1100px) {
	.content {
		padding: 0 20px;
	}
	h2.section-title {
		left: 120px;
	}
}
/* txet
--------------------------------------------------------- */
.txtarea {
	width: 100%;
	max-width: 740px;
	margin-inline-start: auto;
	margin-inline-end: auto;
	margin-block-start: 30px;
	margin-block-end: 30px;
	padding-inline-start: 10px;
	padding-inline-end: 10px;
	/*text-align: justify;*/
	/*text-justify: inter-ideograph;*/
	font-size: 1.625rem;
}

.txtarea .txt {
	margin-block-end: 14px;
	line-height: 1.8;
	
}
.txtarea_01 {
	width: 100%;
	max-width: 960px;
	margin-inline-start: auto;
	margin-inline-end: auto;
	margin-block-start: 30px;
	margin-block-end: 30px;
	padding-inline-start: 10px;
	padding-inline-end: 10px;
	text-justify: inter-ideograph;
	font-size: 1.625rem;
	text-align: center;
}
.txtarea_01 .txt {
	margin-block-end: 14px;
	line-height: 1.8;
}



.innerWrap{
	max-width: 960px;
	margin: 0 auto;
	padding-inline-start: 10px;
	padding-inline-end: 10px;
	margin-block-end:120px;
	font-size: 1.65rem;
	letter-spacing: 0.075rem;
}

.innerWrap_01{
	max-width: 960px;
	margin: 0 auto;
	padding-inline-start: 10px;
	padding-inline-end: 10px;
	margin-block-end:60px;
	font-size: 1.65rem;
	letter-spacing: 0.075rem;
}

/* pagetop */
.pagetop {
	position: fixed;
	bottom: 5px;
	right: 10px;
	display: none;
	z-index: 150;
	cursor: pointer;
}