@charset "UTF-8";
/* コンテンツ */

.d_plan {
    margin-bottom: 3em;
}
.d_plan h2 {
    margin-bottom: 0.5em;
}
.d_plan p {
    margin-bottom: 0;
}

.d_plan_tx {
    margin-bottom: 4em;
}
.d_plan_tx h2 {
    text-align: center;
    margin-bottom: 1em;
}
.d_plan_tx h2 img {
    width: 90%;
}

.madori {
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.madori section {
    width: 45%;
}
.madori_img {
    position: relative;
    width: 100%;
}
.madori_img img {
    width: 100%;
}
.num {
    position: absolute;
    width: 30px;
    height: 30px;
    --dif: 15px;
}
.num1 {
    top:calc(8% - var(--dif));
    left:calc(24% - var(--dif));
}
.num2 {
    top:calc(17% - var(--dif));
    left:calc(62% - var(--dif));
}
.num3 {
    top:calc(25% - var(--dif));
    left:calc(30% - var(--dif));
}
.num4 {
    top:calc(20% - var(--dif));
    left:calc(75% - var(--dif));
}
.num5 {
    top:calc(5% - var(--dif));
    left:calc(60% - var(--dif));
}
.num6 {
    top:calc(29% - var(--dif));
    left:calc(80% - var(--dif));
}
.num7 {
    top:calc(85% - var(--dif));
    left:calc(35% - var(--dif));
}

.madori_doc {
    width: 45%;
}
.madori_tx {

}
.madori_tx ul {
}
.madori_tx ul li {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    line-height: 1.7;
    margin-bottom: 2em;
}
.madori_tx ul li img {
    width: 30px;
    margin-right: 0.5em;
    margin-bottom: 0.3em;
}
.madori_tx ul li span {
    display: block;
    width: calc(100% - 30px - 1em);
    font-size: 1.16em;
    color: #799e5e;
    line-height: 1;
    margin-bottom: 0.3em;
}
.madori_tx ul li:last-child {
    margin-bottom: 0;
}
.madori_tx ul li h3 {
    margin-top: 1em;
}
.madori_tx ul li h3 img {
    width: 50% !important;
    margin-right: 0 !important;
    margin-bottom: 0 !important;
}

@media screen and (max-width: 960px) {

.madori {
    flex-wrap: wrap;
}
.madori section {
    width: 80%;
    margin: 0 auto 2.5em;
}
.madori_img {
    
}
.madori_doc {
    width: 90%;
}
}


@media screen and (max-width: 520px) {

.madori {
}
.madori section {
    width: 100%;
}
.madori_doc {
    width: 100%;
}
.num {
    width: 20px;
    height: 20px;
    --dif: 10px;
}
.madori_tx ul li h3 img {
    width: 70% !important;
    margin-right: 0 !important;
    margin-bottom: 0 !important;
}

}

