@charset "UTF-8";
/* CSS Document */
main{
    max-width: 2400px;
    margin: 0 auto;
}
.sec_01{
    margin-bottom: 120px;
}
.sec_01_inner{
    display: flex;
    justify-content: center;
    align-items: center;
}
.sec_01_inner .left{
    width: 55%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.sec_01_inner .left>div{
    width: 60%;
    max-width: 500px;
}
.sec_01_inner .left>div h3{
    font-size: 24px;
    line-height: 2em;
    margin-bottom: 5%;
}
.sec_01_inner .left>div p:first-of-type{
    padding-bottom: 4%;
}
.sec_01_inner .right{
    width: 45%;
}
.sec_01_inner .right img{
    width: 100%;
}
.sec_02{
    margin-bottom: 120px;
}
.sec_02_inner{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row-reverse;
}
.sec_02_inner .left{
    width: 45%;
}
.sec_02_inner .left img{
    width: 100%;
}
.sec_02_inner .right{
    width: 55%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.sec_02_inner .right>div{
    width: 60%;
    max-width: 500px;
}
.sec_02_inner .right>div p:first-of-type{
    padding-bottom: 4%;
}
.effection{
    margin-bottom: 160px;
}
.effection_inner{
    display: flex;
    justify-content: center;
    align-items: center;
}
.effection_inner .left{
    width: 55%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.effection_inner .left>div{
    width: 60%;
    max-width: 600px;
}
.effection_inner .left h4{
    font-size: 20px;
    padding-bottom: 6%;
}
.effection_inner .left ul li{
    margin-bottom: 4%;
    padding-left: 30px;
    position: relative;
    line-height: 1.8em;
}
.effection_inner .left ul li::before{
    content: '';
    position: absolute;
    left: 0;
    top: 4px;
    width: 20px;
    height: 20px;
    background-image: url("../img/mindfulness/check.png");
    background-repeat: no-repeat;
    background-size: 20px auto;
    background-position: center left;
}
.effection_inner .right{
    width: 45%;
}
.effection_inner .right img{
    width: 100%;
}
@media print, screen and (max-width: 1130px) {
    .sec_01_inner .left>div{
        width: 70%;
    }
    .sec_01_inner .left>div h3{
        font-size: 18px;
    }
    .sec_01_inner .left>div p{
        font-size: 15px;
    }
    .sec_02_inner .right>div{
        width: 70%;
    }
    .sec_02_inner .right>div p{
        font-size: 15px;
    }
    .effection_inner .left ul li{
        font-size: 15px;
        line-height: 1.6em;
    }
    .effection_inner .left ul li::before{
        top: 2px;
    }
    .effection_inner .left>div{
        width: 70%;
    }
    .effection_inner .left h4{
        font-size: 18px;
        padding-bottom: 5%;
    }

}


@media print, screen and (max-width: 750px) {
    .header_detail h2 {
        font-size: 24px;
    }
    .header_detail>span {
        font-size: 13px;
    }
    .header_detail p {
        line-height: 1.5em;
    }
    .sec_01 {
        margin-bottom: 35px;
    }
    .sec_01_inner {
        display: block;
    }
    .sec_01_inner .left {
        width: 100%;
        display: block;
        box-sizing: border-box;
        padding: 0 20px;
        margin-bottom: 25px;
    }
    .sec_01_inner .left>div {
        width: 100%;
    }
    .sec_01_inner .left>div h3 {
        font-size: 16px;
        line-height: 1.8em;
        margin-bottom: 15px;
    }
    .sec_01_inner .right {
        width: 80%;
    }
    .sec_01_inner .left>div p:first-of-type {
        padding-bottom: 10px;
    }
    .sec_02 {
        margin-bottom: 35px;
    }
    .sec_02_inner {
        display: block;
    }
    .sec_02_inner .right {
        width: 55%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .sec_02_inner .right {
        width: 100%;
        display: block;
        box-sizing: border-box;
        padding: 0 20px;
        margin-bottom: 35px;
    }
    .sec_02_inner .right>div {
        width: 100%;
    }
    .sec_02_inner .left {
        width: 80%;
        margin: 0 0 0 auto;
    }
    .effection {
        margin-bottom: 80px;
    }
    .effection_inner {
        display: block;
    }
    .effection_inner .left {
        width: 100%;
        display: block;
        box-sizing: border-box;
        padding: 0 20px;
        margin-bottom: 35px;
    }
    .effection_inner .left>div {
        width: 100%;
    }
    .effection_inner .left h4 {
        padding-bottom: 15px;
    }
    .effection_inner .left ul li {
        line-height: 1.4em;
        margin-bottom: 15px;
    }
    .effection_inner .right {
        width: 80%;
    }



































































}

