@charset "utf-8";
/* Author: S.H */
/* common */
/* ---------------------------------------------------------------------------- */

article .inner-box {
    padding: 20px;
}

#sec01 h2,
#sec02 h2 {
    background: #235724;
    color: #FFF;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 2.5em;
    padding: 25px 0;
    letter-spacing: 0.1em;
    line-height: 1.2;
    margin-bottom: 20px;
    text-align: center;
}

@media screen and (max-width: 1280px){
}

@media screen and (max-width: 767px){
    article .inner-box {
    padding: 0px;
}

    #sec01 h2,
    #sec02 h2 {
        font-size: 1.25em;
        padding: 15px 0;
        margin-bottom: 10px;
    }
}

/* TOP sec01 */
/* ---------------------------------------------------------------------------- */
#sec01 {
    margin-bottom: 40px;
}
#sec01 .caution {
    text-align: center;
    font-size: 1.5em;
    font-weight: bold;
    margin-bottom: 20px;
}
#sec01 .img1 {
    text-align: center;
    margin-bottom: 60px;
}
#sec01 .box {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
}
#sec01 h3 {
    background: #75bc28;
	color: #fff;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 2.25em;
    font-weight: bold;
    letter-spacing: 0.05em;
    line-height: 1.4;
    text-align: center;
    padding: 12px 0;
    margin-bottom: 40px;
}
#sec01 .txt-l {
    width: 50.9%;
    max-width: 560px;
    font-size: 1.5em;
    font-weight: 500;
    line-height: 2;
    margin-bottom: 40px;
}
#sec01 .img-r {
    max-width: 500px;
    margin-bottom: 40px;
}
#sec01 .limit {
    text-align: center;
    padding: 20px 0;
    border-top: 1px solid #378439;
    border-bottom: 1px solid #378439;
    margin-bottom: 40px;
}
#sec01 .btn {
    text-align: center;
    margin-bottom: 80px;
}
#sec01 dl {
    display: flex;
    justify-content: flex-start;
    flex-wrap: nowrap;
    align-items: flex-start;
}
#sec01 dl dt {
    text-align: center;
    width: 140px;
    margin-right: 40px;
    color: #FFF;
    background: #235724;
    font-size: 1.5em;
    font-weight: bold;
    line-height: 1.2;
    padding: 10px 0;
}
#sec01 dl dd {
    font-size: 1.5em;
    margin-bottom: 20px;
    font-weight: 500;
}
#sec01 dl dd span {
    font-size: 2rem;
}

@media screen and (max-width: 767px){
    #sec01 {
        margin-bottom: 20px;
    }
    #sec01 .caution {
        font-size: 0.9375em;
        margin-bottom: 20px;
    }
    #sec01 .img1 {
        margin-bottom: 20px;
        padding: 0 10px;
    }
    #sec01 .box {
        width: 100%;
        max-width: 100%;
        padding: 0 10px;
    }
    #sec01 h3 {
        font-size: 1.25em;
        padding: 7px 0;
        margin-bottom: 10px;
    }
    #sec01 .txt-l {
        width: 56.7%;
        max-width: 56.7%;
        font-size: 1em;
        line-height: 1.5;
        margin-bottom: 20px;
    }
    #sec01 .img-r {
        max-width: 41.791%;
        margin-bottom: 20px;
    }
    #sec01 .limit {
        padding: 7px 0;
        margin-bottom: 20px;
    }
    #sec01 .btn {
        text-align: center;
        margin-bottom: 0;
		padding-bottom: 20px;
    }
    #sec01 dl {
        display: block;
    }
    #sec01 dl dt {
        text-align: center;
        width: 100px;
        margin-right: 0;
        margin-bottom: 10px;
        font-size: 1em;
        padding: 5px 0;
    }
    #sec01 dl dd {
        font-size: 1em;
        padding-bottom: 20px;
        margin-bottom: 0;
    }
    #sec01 dl dd span {
        font-size: 1.25rem;
    }
}


/* TOP sec02 */
/* ---------------------------------------------------------------------------- */
#sec02 {
}
#sec02 .box {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
}
#sec02 dl {
}
#sec02 dl div {
    border-bottom: 1px dashed #CCC;
    padding: 20px 0;
    display: flex;
    justify-content: flex-start;
    flex-wrap: nowrap;
    align-items: flex-start;
}
#sec02 dl div:last-child {
    border-bottom: none;
    margin-bottom: 10px;
}
#sec02 dl dt {
    text-align: center;
    min-width: 140px;
    margin-right: 40px;
    color: #FFF;
    background: #235724;
    font-size: 1.5em;
    font-weight: bold;
    line-height: 1.2;
    padding: 10px 0;
}
#sec02 dl dd {
    font-size: 1.5em;
    font-weight: 500;
}
#sec02 dl dd span {
    font-size: 1.25rem;
}
#sec02 dl dd ul {
}
#sec02 dl dd ul li {
    padding-left: 1.5em;
    text-indent: -1.5em;
    font-weight: 500;
}


@media screen and (max-width: 767px){
    #sec02 {
    }
    #sec02 .box {
        width: 100%;
        max-width: 100%;
        padding: 0 10px;
    }

    #sec02 dl {
    }
    #sec02 dl div {
        padding: 10px 0;
        display: block;
    }
    #sec02 dl div:last-child {
        border-bottom: none;
        margin-bottom: 0;
    }
    #sec02 dl dt {
        text-align: center;
        min-width: 100px;
        margin-right: 0;
        margin-bottom: 10px;
        font-size: 1em;
        padding: 5px 0;
        display: inline-block;
    }
    #sec02 dl dd {
        font-size: 1em;
        padding-bottom: 10px;
    }
    #sec02 dl dd span {
        font-size: 1rem;
    }
    #sec02 dl dd ul {
    }
    #sec02 dl dd ul li {
        padding-left: 1.5em;
        text-indent: -1.5em;
    }

}

/*220615追加分*/

#sec02 h3 {
    background: #75bc28;
	color: #fff;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 2.25em;
    font-weight: bold;
    letter-spacing: 0.05em;
    line-height: 1.4;
    text-align: center;
    padding: 12px 0;
    margin: 40px 0;
}

#sec02 .txt-l {
    width: 100%;
    max-width: 100%;
    font-size: 1.5em;
    font-weight: 500;
    line-height: 2;
    margin-bottom: 20px;
}

#sec01 p span {
        width: 100%;
        max-width: 1100px;
        font-size: 1em;
        line-height: 1.5;
        margin: 0 auto;
    }

#sec02 .box {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
}

#sec02 .inner-box {
        padding-bottom: 20px;
    }

@media screen and (max-width: 767px){
#sec02 h3 {
        font-size: 1.25em;
        padding: 7px 0;
        margin: 10px 0;
    }

#sec02 .txt-l {
        width: 100%;
        max-width: 100%;
        font-size: 1em;
        line-height: 1.5;
        margin-bottom: 0px;
    }


#sec01 p span {
    font-size: 1.25rem;
    margin: 0 10px;
    }

#sec02 .box {
        width: 100%;
        max-width: 100%;
    }

 #sec02 .inner-box {
        padding-bottom: 20px;
    }
}


.span-small {
    font-size: 1.5em;
    font-weight: 500;
    line-height: 2;
    margin: 0 auto;
    width: 100%;
    max-width: 1100px;
	text-align: center;
    }

@media screen and (max-width: 767px){
    .span-small {
    font-size: 1rem;
    margin: 0 10px;
    }
}


/*220802_owari*/

.owari {
    color: #FFF;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 2.875em;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 1.2;
    margin: 30px auto 40px;
    text-align: center;
    padding: 0 10px;
}

@media screen and (max-width: 767px){
    .owari {
        font-size: 1em;
        margin: 5px 0 20px;
        padding: 0 10px;
    }
}
