@charset "UTF-8";


div.main {
    max-width: 870px;
    margin: 0 auto;
    width: 94%;
}

section[id^='area'] {
width: 100%;
padding: 0 0 100px;
}
.head_Area {
max-width: 800px;
width: 100%;
margin: 0 auto;
text-align: center;
}
.head_Area > h2 {
padding: 0 0 30px;
font-size: 34px;
font-weight: 600;
}
.head_Area > p {
font-size: 18px;
line-height: 1.8;
}

/* 個別設定 */
#area01 { padding-top: 50px;}
.green_Block {
width: 100%;
padding: 50px 0;
background-color: #e9f7ed;
box-sizing: border-box;
}
.green_Block > h3 {
padding: 0 0 30px;
font-size: 26px;
text-align: center;
}
.sengen_List {
max-width: 600px;
width: 90%;
margin: 0 auto;
}
.sengen_List li { margin: 0 0 30px;}
.sengen_List li:last-child { margin: 0;}
.sengen_List dl {
display: -webkit-flex;
display: -ms-flex;
display: flex;
justify-content: flex-start;
align-items: center;
}
.sengen_List dt {
padding: 0 20px 0 0;
font-size: 30px;
font-weight: 900;
}
.sengen_List dd {
font-size: 18px;
line-height: 1.8;
}

#area02 {}
.area02_Img {
max-width: 800px;
width: 100%;
padding: 20px 0;
margin: 0 auto;
}
.area02_Block {
max-width: 800px;
width: 100%;
margin: 0 auto;
}
.area02_Block > h4 {
padding: 0 0 20px;
color: #19aa3c;
font-size: 26px;
}
.area02_Block > p {
font-size: 18px;
line-height: 1.8;
text-align: justify;
}

#area03 {}
#area03 > .head_Area > p { text-align: justify;}

#area04 {}
.ayumi_List {
max-width: 800px;
width: 100%;
margin: 0 auto;
}
.ayumi_List li {
position: relative;
margin: 0 0 50px;
}
.ayumi_List li::before {
display: block;
content: '';
position: absolute;
bottom: -35px;
left: 60px;
width: 30px;
height: 20px;
border-top: 20px solid #555;
border-right: 15px solid rgba(0,0,0,0);
border-left: 15px solid rgba(0,0,0,0);
box-sizing: border-box;
}
.ayumi_List li:last-child { margin: 0;}
.ayumi_List li:last-child::before { content: none;}
.ayumi_List dl {
display: -webkit-flex;
display: -ms-flex;
display: flex;
justify-content: flex-start;
align-items: center;
}
.ayumi_List dt {
width: 150px;
height: 150px;
margin-right: 50px;
}
.ayumi_List dd {
width: calc(100% - 200px);
font-size: 18px;
line-height: 1.8;
}

.end_Txt {
display: block;
max-width: 800px;
width: 100%;
padding: 0 0 80px;
margin: 0 auto;
font-size: 18px;
line-height: 1.8;
}

/*==================================================
sp
*==================================================*/
@media only screen and (max-width: 600px) {
section[id^='area'] { padding: 0 0 80px;}
.head_Area > h2 {
padding: 0 0 20px;
font-size: 28px;
}
.head_Area > p {
font-size: 16px;
line-height: 1.8;
}

/* 個別設定 */
#area01 { padding-top: 50px;}
.green_Block { padding: 30px 0;}
.green_Block > h3 { font-size: 24px;}
.sengen_List li { margin: 0 0 20px;}
.sengen_List dl { align-items: flex-start;}
.sengen_List dt { font-size: 26px;}
.sengen_List dd { font-size: 16px;}

.area02_Img { padding: 30px 0;}
.area02_Block > h4 {
padding: 0 0 15px;
font-size: 20px;
}
.area02_Block > p {
  font-size: 16px;
  line-height: 2;
}

.ayumi_List li {
position: relative;
margin: 0 0 50px;
}
.ayumi_List li::before {
display: block;
content: '';
position: absolute;
bottom: -32px;
left: 50%;
width: 28px;
height: 17px;
border-top: 17px solid #555;
border-right: 14px solid rgba(0,0,0,0);
border-left: 14px solid rgba(0,0,0,0);
box-sizing: border-box;
transform: translateX(-50%);
}
.ayumi_List li:last-child { margin: 0;}
.ayumi_List li:last-child::before { content: none;}
.ayumi_List dl {
flex-direction: column;
justify-content: center;
}
.ayumi_List dt {
width: 100px;
height: 100px;
margin: 0 0 10px;
}
.ayumi_List dd {
  width: 100%;
  font-size: 16px;
  line-height: 2;
}

.end_Txt {
  padding: 0 0 30px;
  text-align: justify;
  font-size: 16px;
  line-height: 2;
}
}
