/***************************
 *
 * 固定ページ
 * ★ページ中身用★
 *
 **************************/
@media all and (min-width: 769px) {

/*
PAGE HEADER
*/
.page-header {
	height: 150px;
	position: relative;
	background: url(../img/bg-page-header.jpg) center center no-repeat;
	background-size: cover;
	box-sizing: border-box;
	padding-top: 50px;
}
.page-header .page-header-title {
	color: #222222;
	font-size: 36px;
	font-weight: 500;
	text-align: center;
	position: relative;
}
.page-header .page-header-title-en {
	color: #4b5cca;
	font-size: 12px;
	margin-top: 20px;
	position: relative;
	text-transform: uppercase;
}

/*
PAGE
*/
.page {
	line-height: 2em;
	color: #222222;
	font-size: 18px;
}
.page a {
	color: #222222;
	text-decoration: none;
}
.page a:hover {
	text-decoration: underline;
}
.page p {
	color: #222222;
	font-size: 15px;
	margin-bottom: 30px;
}
.page .catch-p {
	text-align: center;
	font-size: 20px;
}

.page h2 {
	text-align: left;
	font-size: 22px;
	line-height: 1.8em;
	font-weight: 500;

	font-weight: normal;

	padding: 5px 0px;
	margin: 20px 0 5px;
	position: relative;
}

.page h3 {
	text-align: left;
	font-size: 20px;
	font-weight: 500;
	color: #222222;
	margin: 40px 0 20px;
}
.page h4 {
	text-align: left;
	font-size: 18px;
	font-weight: 500;
	color: #a1bb6b;
	margin: 40px 0 20px;
}
.page h5 {
	text-align: left;
	font-size: 18px;
	font-weight: 500;
	color: #222222;
	margin: 40px 0 15px;

}

.table-1 {
	width: 100%;
	margin: 30px auto;
}
.table-1 th {
	font-size: 16px;
	color: #222222;
	border: 1px solid #f3f1ed;
	padding: 15px;
	background: #f9f8f6;
	width: 30%;
}
.table-1 td {
	font-size: 16px;
	color: #222222;
	border: 1px solid #f3f1ed;
	padding: 15px;
}

.table-2 {
	width: 100%;
	margin: 30px auto;
}
.table-2 th {
	font-size: 16px;
	color: #222222;
	border: 1px solid #f3f1ed;
	padding: 15px;
	background: #f9f8f6;
}
.table-2 td {
	font-size: 16px;
	color: #222222;
	border: 1px solid #f3f1ed;
	padding: 15px;
}
.table-2 tr:nth-child(odd) td {
	background: #fdfcfb;
}
.table-fix th {
	box-sizing: border-box;
	width: 50%;
}
.table-fix td {
	text-align: right;
}
.table-service th {
	width: 335px;
	box-sizing: border-box;
}
.table-service td {
	text-align: right;
}

hr {
	border: none;
	border-top: 1px solid #eeeeee;
	margin: 40px auto;
	clear: both;
}
.center {
	text-align: center;
}
.right {
	text-align: right;
}
.left {
	text-align: left !important;
}
.middle {
	vertical-align: middle;
}
.alignleft {
	float: left;
	margin-right: 30px;
	margin-bottom: 30px;
}
.alignright {
	float: right;
	margin-left: 30px;
	margin-bottom: 30px;
}
.aligncenter {
	display: block;
	margin: 30px auto;
}

.page ol.list {
	margin-bottom: 30px;
	counter-reset: number;
}
.page ol.list > li {
	font-weight: normal;
	color: #222;
	margin-bottom: 15px;
	padding-left: 30px;
	position: relative;
}
.page ol.list > li:before {
	counter-increment: number;
	content: counter(number); 	
	position: absolute;
	left: 5px;
	top: 0px;
	font-size: 20px;
	color: #a1bb6b;	
}
.page ul.list {
	margin-bottom: 30px;
}
.page ul.list > li {
	font-weight: normal;
	color: #222;

	padding-left: 30px;
	position: relative;
	line-height: 2em;
	margin-bottom: 15px;
}
.page ul.list > li:before {
	content: "●";	
	position: absolute;
	left: 5px;
	top: 1px;
	font-size: 8px;
	color: #a1bb6b;	
}

/* column */
.col-2 {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;	
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 35px auto;	
}
.col-2 > div {
	width: 480px;
}
.col-2 .caption {
	text-align: center;
	margin-bottom: 0;
	font-size: 14px;
}
.page .pic {
	text-align: center;
}
.col-3 {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;	
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 35px auto;	
}
.col-3 .caption {
	margin-bottom: 0;
	font-size: 14px;
}
.col-3 > div {
	width: 300px;
}
.col-4 {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;	
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 35px auto;	
}
.col-4 > div {
	width: 220px;
}

.box-gray {
	background: #f9f8f6;
	margin: 40px auto;
	padding: 30px;
}
.box-gray h3:first-child {
	margin-top: 0;
	margin-bottom: 15px;
}
.box-gray p:last-child {
	margin-bottom: 0;
}
.box-gray ul, .box-gray ol, .box-gray ul > li:last-child, .box-gray ol > li:last-child {
	margin-bottom: 0 !important;
}

.link {
	margin: 20px 0;
	background: #f6f7fc;
	padding: 10px 20px;
}
.link a {
	font-size: 16px;
	color: #4b5cca;
}

	
}