@charset "UTF-8";
body.pc, body.tablet, body.sp{
	background: #4f6c41;
    background-image: url(../images/bg.png), url(../images/bg_back.jpg);
    background-size: 225px auto, 70px auto;
    background-repeat: repeat-x, repeat;
    background-position: 0 56px, 0 0;
}
body.sp {
    background: #4f6c41;
    background-image: url(../images/bg.png), url(../images/bg_back.jpg);
    background-size: 18% auto, 70px auto;
    background-position: 0 233px, 0 0;
    background-repeat: repeat-x, repeat;
}

#contentSection {
	color: #fff;
	font-family: 'Noto Serif JP', "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.section .body {
	margin-bottom: 30px;
}
.section {
	padding: 51px 0 0;
}
.section p {
    line-height: 2.2;
}
body.sp .section p {
    line-height: 2.0;
	width: 100%;
	font-size: 220%;
}

body.pc .section h1,
body.tablet .section h1 {
	margin-bottom: 120px;
    padding-top: 147px;
}

body.sp .section h1 {
	width: 90%;
	padding: 14.1% 0 0;
	margin: 0 auto 18%;
}
body .section h1 img {
	width: 751px;
}

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

.section_desc {
	text-align: center;
	width: 960px;
	margin: 0 auto;
	padding: 0 0 60px;
}
body.sp .section_desc {
	width: 96%;
	margin: 0 auto;
	text-align: left;
    padding-bottom: 7vw;
}
.section_desc p {
	font-size: 20px;
    font-weight: 600;
}
body.sp .section_desc p {
	font-size: 220%;
}


.section .headline {
	color: #ffd26e;
    font-size: 26px;
    font-weight: 600;
    text-align: center;
    position: relative;
    width: fit-content;
    margin: 0 auto 37px;
}
.section .headline::before,
.section .headline::after {
    content: "";
    position: absolute;
    top: 50%;  
    transform: translateY(-50%);
    width: 50px;
    height: 38px;
}
.section .headline::before {
    left: -59px;
    background-image: url(../images/headline_bg_L.png);
}
.section .headline::after {
    right: -59px;
    background-image: url(../images/headline_bg_R.png);
}

body.sp .section .headline {
    font-size: 260%;
}
.section_block {
	margin-bottom: 64px;
    position: relative;
}

.section_block::after{
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background: #ffd26e;
    position: relative;
    margin-top: 64px;
}

/* body.sp .section_block {
    margin-bottom: 64px;
}

body.sp .section_block::after {
    margin-top: 64px;
} */

.section_note{
    text-align: center;
	width: 960px;
	margin: 0 auto;
	padding: 0 0 60px;
}

body.sp .section_note {
	width: 96%;
	margin: 0 auto;
	text-align: left;
    padding-bottom: 3vw;
}

.section_note p{
    font-size: 18px;
    margin-bottom: 44px;
}

body.sp .section_note p {
	font-size: 220%;
}
