@charset "UTF-8";
@charset "UTF-8";
body.pc,
body.tablet {
	background: #fff url(../images/bg.jpg) top center no-repeat;
	background-size: 2000px auto;
}

.section {
	padding: 63px 0 0;
    font-family: "Noto Serif JP";
	color: #097d79;
}

.section .body {
    padding-bottom: 80px;
}
body.sp .section .body {
    padding-bottom: 80px;
}
body.sp .section p {
	width: 100%;
}

body.sp .section {
	padding: 0;
	background: #fff url(../images/bg.jpg) top center no-repeat;
	background-size: 200% auto;
}

body.pc .section h1,
body.tablet .section h1 {
	margin: 0 auto 150px;
	width: 503px;
}

body.sp .section h1 {
	width: 60%;
    padding: 11% 0 0;
    margin: 0 auto 16%;
}

body .section h1 img {
	width: 100%;
}
body.sp .characterBox {
	padding: 0 4%;
}
.section .characterBox .threeColumnsType,
.section .characterBox .twoColumnsType {
	width: 960px;
	margin: 48px auto 10px;
}
body.sp .section .characterBox .twoColumnsType {
	width: 100%;
}
.characterBox .threeColumnsType .column {
	width: 300px;
	margin: 0 30px 10px 0;
	padding: 0;
	text-align: left;
	float: left;
}
.characterBox .threeColumnsType_flex {
	display: flex;
	flex-wrap: wrap;
}
.characterBox .threeColumnsType_flex .column, .characterBox .threeColumnsType_flex .columnEnd {
	float: none;	
}

.characterBox .threeColumnsType .columnEnd {
	width: 300px;
	margin: 0 0 10px 0;
	padding: 0;
	text-align: left;
	float: left;
}

/* two */
.characterBox .twoColumnsType .column {
	width: 465px;
	margin: 0 50px 10px 0;
	padding: 0;
	text-align: left;
	float: left;
}
.characterBox .twoColumnsType .columnEnd {
	width: 445px;
	margin: 0 0 10px 0;
	padding: 0;
	text-align: left;
	float: left;
}

body.sp .section .characterBox .threeColumnsType {
	width: 100%;
	margin: 48px auto 0;
}

body.sp .section .characterBox .twoColumnsType .column,
body.sp .section .characterBox .twoColumnsType .columnEnd,
body.sp .section .characterBox .threeColumnsType .column,
body.sp .section .characterBox .threeColumnsType .columnEnd {
	width: 100%;
	margin: 0 0 29px;
	float: none;
}

.section .characterBox .threeColumnsType .image {
}

.section .characterBox .threeColumnsType img {
	width: 298px;
}

body.sp .section .characterBox .threeColumnsType img {
	width: 100%;
}

.section .characterBox .threeColumnsType h2 {
	margin: 24px 0 20px;
}

body.sp .section .characterBox .threeColumnsType h2 {
}

.section .characterBox h3 {
	color: #ea5504;
	font-size: 28px;
	font-weight: 600;
	padding: 0 0 10px 50px;
	background: url(../images/bg_icon.png) left center  no-repeat;
	background-size: 42px 49px;
}
body.sp .section .characterBox h3 {
	font-size: 42px;
}
.section .characterBox p {
	font-size: 125%;
	line-height: 1.6875;
}

.section .characterBox p.caption {
	font-size: 109.375%;
	line-height: 1.429;
	color: #999999;
}

body.sp .section .column p.caption {
	margin: 0 0 29px;
}

body.sp .section .columnEnd p.caption {
	margin: 0;
}

.threeColumnsType2, body.sp .section .characterBox .threeColumnsType2 {
	margin: 75px auto;
}

