@charset "utf-8";




main{
    width: 100%;
    padding: 0 20px 40px;
}

img{
    vertical-align: bottom;
    max-width: 100%;
}


/*-------------------------------------------------------------
			ALL-Formt-design
-------------------------------------------------------------*/

.main-ttl{
    display: table;
    margin: 54px auto 0;

    line-height: 1.1;
    text-align: center;

    color: var(--bs-textcolor);
}
.main-ttl::after{
    content: "";
    width: 100%;
    height: 5px;
    display: block;
    background-color: var(--bs-textcolor);
}
/**######768px以下～######**/
@media(max-width:768px){
    .main-ttl{
        margin: 1.4em auto 0;
    }

}
/*-------------------------------------------------------------
			ALL-Formt-design
-------------------------------------------------------------*/

.mk-ttl{
    margin-bottom: 60px;
}


.mk-subtxt{
    text-align: center;
    font-weight: bold;
}
.mk-subtxtB{
    text-align: center;
    font-weight: bold;
    margin: 54px 0px 1.0em;
    letter-spacing: 0.05em;
    line-height: 1.8em;
}
.mk-subtxtC{
    text-align: center;
    font-weight: bold;
    margin: 1.0em 0px 1.0em;
    letter-spacing: 0.05em;
    line-height: 1.8em;
}

.caption-area{
    width: 100%;
    max-width: 780px;
    margin: 20px auto 20px;
    padding: 24px 28px;
    border-radius: 8px;
    background-color: #faefbd;
}
.caption-ttl{
    margin-bottom: 0.25em;
    font-weight: bold;
}

.mk-box-wrap{
    margin: 20px 0 40px;
}

.mk-box{
    position: relative;
    width: 100%;
    /*height: 220px;*/
    height: 230px;
    display: flex;

    flex-direction: flex; /*可変*/
    justify-content: center; 
    align-items: center;

    margin: 20px 0;
    border-radius: 5px;

    background-image: url(../img/point/top-left.png), url(../img/point/bottom-right.png);
    background-repeat: no-repeat;
    background-position: top left, bottom right;
}


.mk-1{
    background-color: #f8a6c5;
}
.mk-2{
    background-color: #fdcf66;
}
.mk-3{
    background-color: #9be3db;
}
.mk-4{
    background-color: #f198dc;
}


/*****/

/*空div*/
.mk-img-wrap{
    display: block;
    width: 36%;/*可変*/
}

.mk-img-box{
    position: absolute;/*可変*/
    top: 0;
    z-index: 0;
}
.mk-1 .mk-img-box,.mk-3 .mk-img-box{
    left: 0;
}
.mk-2 .mk-img-box,.mk-4 .mk-img-box{
    right: 0;
}
/**######768px以下～######**/
@media(max-width:768px){
    .mk-img-box{
        position: relative;
    }
    .mk-img-wrap{
        width: 100%;
        background: #ffffc1;
    }

}
/*****/

.mk-txt-box{
    position: relative;
    z-index: 2;
    width: 64%;/*可変*/
    max-width: 500px;
    

    letter-spacing: 0.1em;
    background-image: url(../img/point/mk-line%40x.png);
    background-repeat: repeat-x;
    background-position: 0px 25px;
    padding: 5px 10px;

    color: #FFF;
}


.mk-chara{
    width: 100%;
    height: 220px;
    margin: 20px 0;
    text-align: center;
    border-radius: 4px;

    background-color: #fffde7;
    background:linear-gradient(#fff, #fffde7);
}


/**######768px以下～######**/
@media(max-width:768px){
.mk-box{
    flex-direction: column;
    height: auto;
}
.mk-img-box, .mk-txt-box{
    max-width: inherit;
}
.mk-txt-box{
    background-image: url(../img/point/mk-line-sp%40x.png);
    background-position: 0px 38px;
}

.mk-img-box img{
    width: 100%;
}
.mk-2-txt, .mk-4-txt{
    order: 2;
}
.mk-2-img, .mk-4-img{
    order: 1;
}
.mk-txt-box{
    width: 100%;
    padding:20px 20px;
}
.mk-chara{
    height: auto;
}

}
/*-------------------------------------------------------------
			ALL-Formt-design
-------------------------------------------------------------*/
.section-box{
    position: relative;
    width: 1040px;
    margin: 80px auto 80px;/*可変*/
    
    /*border: 1px solid red;*/
}


/**######768px以下～######**/
@media(max-width:768px){
    .section-box{
        width: 100%;
        margin: 80px auto 80px;
    }
}
/**********/

.section-ttl{
    text-align: center;
    margin-top: 100px;
    margin-bottom: 80px;
}


.point-box-wrap{
    padding-top: 60px;
}
.point-box-first{
    margin-top: 40px;
}

.point-box{
    position: relative;
    width: 100%;
    height: auto;
    padding: 0 40px 40px;
    

    box-shadow: 0 0 10px 0 rgb(0 0 0 / 16%);
}
/**######768px以下～######**/
@media(max-width:768px){
    .point-box{
        padding: 0 20px 30px;
    }
}
/**********/


.point-1{
    background-color: #cff5f8;
    border-radius: 4px 80px 4px 40px;
}
.point-2{
    background-color: #daedad;
    border-radius: 4px 80px 4px 40px;
}
.point-3{
    background-color: #ffe7ee;
    border-radius: 4px 80px 4px 40px;
}



.point-dec-img{
    position: absolute;
    top: 0px;
    right: 0px;
}

.point-ttl{
    position: relative;
    top: -26px;
    line-height: 1.6em;
    text-align: center;
}
/*-------------------------------------------------------------
			point1
-------------------------------------------------------------*/

.point-1-subtxt{
    font-weight: bold;
    margin: 1em 0;
}

.point-section{
    width:100%;
    max-width: 420px;
    margin: 0 15px 24px;

    background-color: #feffcc;
}
.point-section figure{
    
}
.point-section figcaption{
    /*margin-top: 0.5em;*/
    padding: 15px 1rem 14px;
    text-align: justify;
}

/*-------------------------------------------------------------
			point2
-------------------------------------------------------------*/
.point-imgbox{
    display: flex;
    flex-wrap:wrap;
    justify-content: center;
}
.point-2 figure{
    margin: 0 10px 10px;
}

.point-subtxt{
    font-weight: bold;
    margin: 1em 0;
    text-align: center;
}
.point-txt{
    text-align: justify;
}

/*-------------------------------------------------------------
			point3
-------------------------------------------------------------*/

.point-3-box{
    width: 48%;/*可変*/
    max-width: 440px;
    margin: 0 10px 0px;
}
.point-3-box:last-child{
    margin: 0 10px 0px;
}

.point-3-subtxt{
    font-weight: bold;
    margin: 1em 0;
}


/**######768px以下～######**/
@media(max-width:768px){
    .point-3-box{
        width: 100%;/*可変*/
        max-width: inherit;
        margin: 0 10px 40px;
    }
    .point-3-box:last-child{
        margin: 0 10px 0px;
    }

    .point-3-box figure{
        text-align: center;
    }



}
/**********/



/*-------------------------------------------------------------
			ALL-Formt-design
-------------------------------------------------------------*/
