@charset "utf-8";
/* pumpkin css */

/*-------------------------------------------------
コンテンツ領域
-------------------------------------------------*/

.box_s {
max-width: 980px;
margin: 0 auto;
}

@media all and (max-width : 980px ){
.box_s {
padding: 0 30px;
}
}

.box_m {
max-width: 1000px;
margin: 0 auto;
}

@media all and (max-width : 1000px ){
.box_m {
padding: 0 30px;
}
}


/*-------------------------------------------------
sec_layout
-------------------------------------------------*/

.sec_box {
margin-bottom: 80px;
}
.page_ttl {
max-width: 460px;
height: auto;
display: block;
margin: 0 auto;
margin-bottom: 60px;
}
.page_ttl img {
width: 100%;
height: auto;
}
.sec_title {
width: auto;
height: 40px;
margin: 0 0 25px 0;
display: block;
text-align: left;
}
.sec_title img {
width: auto;
height: 40px;
}
.imgbox {
display: flex;
justify-content: space-between;
margin-bottom: 30px;
}
.imgbox li {
width: 49%;
height: auto;
}
.imgbox li img {
width: 100%;
height: auto;
}
.sec_txt {
font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
font-weight: 400;
font-size: 1.5rem;
line-height: 2.0;
letter-spacing: 0.1em;
text-align: left;
}

@media all and (max-width : 767px ){
.sec_box {
margin-bottom: 40px;
}
.page_ttl {
margin-bottom: 30px;
}
.sec_title {
width: auto;
height: 25px;
margin-bottom: 10px;
}
.sec_title img {
height: 20px;
}
.imgbox {
display: flex;
flex-direction: column;
margin-bottom: 10px;
}
.imgbox li {
width: 100%;
height: auto;
margin-bottom: 15px;
}
.sec_txt {
font-size: 1.3rem;
line-height: 1.8;
}
}