@charset "utf-8";

/* ----------------------------------------
   Page Common
   固定ページ本文 共通
---------------------------------------- */

.page-body{
	margin: 0;
	padding: 0;
	background: #ffffff;
	color: #333333;
}

.page-standard__page-title{
	margin: 0;
	color: #2a241f;
	font-family: "Noto Serif JP", "Yu Mincho", "Hiragino Mincho ProN", serif !important;
	font-size: 22px;
	line-height: 1.6;
	font-weight: 500;
	letter-spacing: 0.18em;
}

.page-standard__content{
	width: 100%;
	margin: 0;
	padding: 0;
	color: inherit;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	letter-spacing: inherit;
	overflow-wrap: break-word;
	word-break: normal;
}

.page-standard__content > *:first-child{
	margin-top: 0 !important;
}

.page-standard__content p{
	margin: 0 0 1.8em;
	line-height: 2;
}

.page-standard__content h2{
	margin: 0 0 30px;
	padding: 0 0 10px;
	font-size: 28px;
	line-height: 1.5;
	font-weight: 500;
	text-align: center;
	color: #2a241f;
}

.page-standard__content h3{
	margin: 0 0 20px;
	padding: 0;
	font-size: 22px;
	line-height: 1.6;
	font-weight: 500;
	color: #2a241f;
}

.page-standard__content h4{
	margin: 0 0 16px;
	padding: 0;
	font-size: 18px;
	line-height: 1.6;
	font-weight: 500;
	color: #2a241f;
}

.page-standard__content img{
	max-width: 100%;
	height: auto;
}

.page-standard__content table{
	max-width: 100%;
	margin: 0 0 30px;
}

.page-standard__content iframe{
	max-width: 100%;
}

.page-standard__content .alignwide,
.page-standard__content .alignfull{
	max-width: 100%;
}

/* ----------------------------------------
   Common classes from old pages
---------------------------------------- */
.page-standard__content .box{
	width: 100%;
	margin: 0 0 60px;
}

.page-standard__content .sub{
	margin: 0 0 40px !important;
	text-align: center !important;
	font-size: 16px;
	line-height: 1.8;
	color: #758034;
}

.page-standard__content .center{
	text-align: center;
}

.page-standard__content .right{
	text-align: right;
}

.page-standard__content .left{
	text-align: left;
}

.page-standard__content .clear{
	clear: both;
}