/**

* Quick add

*/

h2::after {

    content: "";

    bottom: -10px;

}



ol li {

    line-height: 1.7;

}



.page-privacy p,

.page-privacy span,

.page-privacy li,

.page-privacy strong,

.page-privacy dl,

.page-privacy dt,

.page-privacy dd,

.page-privacy th,

.page-privacy td,

.page-privacy a,

.page-privacy time {

    font-weight: 500;

}



h2.sec-page-title, h2.sec-page-title span, h2 span {

    font-weight: 600;

    font-family: "Noto Sans JP", sans-serif;

}

.page-privacy p.last {

    padding-left: 16px;

}

.page-privacy p.p-5 {

    padding-left: 5px;

}

.page-privacy p.p-6 {

    padding-left: 6px;

}

.page-terms-of-use p.list {

    text-indent: -20px;

    padding-left: 20px;

}

.page-terms-of-use h3 {

    font-size: 24px;

    margin-bottom: 20px;

    margin-top: 40px;

}

.page-privacy .indent.p-18 {

    padding-left: 18px;

}

.footer-main .right .footer-menu {

    justify-content: flex-end;

}

.sec-company .informations .right {
    margin-bottom: 60px;
    min-width: 598px;
}

.sec-company .informations .right dt {
    font-size: 1.2rem;

    font-weight: 300;
    color: #707070;
}

.sec-company .informations .right dl dd,
.sec-company .informations .right dl dd a {
    width: 100%;
    font-size: 1.2rem;

    font-weight: 300;
    color: #707070;
}

.sec-company .informations .right dd .inner {
    background: #ddd;
    margin: 5px 0;
    padding: 5px;
}

.sec-company .informations .right dd .mapicon {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.sec-company .informations .right dd .mapicon a {
    background: #221815;
    color: #fff;
    display: block;
    padding: 0 15px;
    line-height: 1.5;
    margin: 10px 0 0 0;
}

.sec-company .informations .right dd .mt15 {
    margin-top: 15px;
}


.sec-company .informations .right dl dd iframe {
    filter: grayscale(100%);
}

.sec-company .gmap {
    text-align: left;
    margin: 0 auto 60px;
}

.sec-company .gmap h3 {
    font-size: 1.8rem;
    margin-bottom: 13px;
    font-weight: 300;
    color: #707070;
}

.sec-company .gmap p {
    font-weight: 300;
    color: #707070;
    font-size: 1.0rem;
    margin-bottom: 15px;
}

.sec-company .informations .right dd table {
    width: auto;
}

.sec-company .informations .right dd table td {
    border: none !important;
    padding: 0;
    font-weight: normal;
    font-size: 12px;
    line-height: 30px;
}

/* Go for 救救済プロジェクト */
.sec-top.sec-product .banner-blocks {
    margin-top: 100px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 0;
}
@media screen and (max-width: 768px) {
    .sec-top.sec-product .banner-blocks {
        flex-direction: column;
        align-items: center;
    }
}

.sec-top.sec-product .banner-blocks .left-wrap {
    margin-right: 27px;
    max-width: 160px;
    width: 100%;
}
@media (max-width:585px){
    .sec-top.sec-product .banner-blocks .left-wrap {
        margin-right: 0;
        max-width: 200px;
    }
}

.sec-top.sec-product .banner-blocks .left-wrap a {
    margin-top: 5px;
    color: #fff;
    line-height: 48px;
    font-size: 16px;
    text-align: center;
    display: block;
    position: relative;
    left: 0;
    padding-right: 45px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    letter-spacing: -0.01rem;
}

.sec-top.sec-product .banner-blocks .left-wrap a::before{
    content: "";
    background: #fff;
    height: 2px;
    width: 0;
    left: 0;
    bottom: 0;
    position: absolute;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    margin-left: -5px;
}

.sec-top.sec-product .banner-blocks .left-wrap a::after {
    content: url(../images/icons/chevron_round_white.svg);
    width: 22px;
    height: 22px;
    position: absolute;
    display: inline-block;
    left: auto;
    top: 5px;
    right: 11px;
}

.sec-top.sec-product .banner-blocks .right-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: calc((100%) - 160px - 27px);
}
@media (max-width:585px){
    .sec-top.sec-product .banner-blocks .right-wrap {
        margin-top: 25px;
        flex-direction: column;
        align-items: center;
        width: 100%;
    }
}
.sec-top.sec-product .banner-blocks .right-wrap .right {
    margin-right: 15px;
    display: block;
    width: calc((100% / 3) - 10px);
}
@media (max-width:585px){
    .sec-top.sec-product .banner-blocks .right-wrap .right {
        margin-right: 0;
        margin-bottom: 22px;
        width: 220px;
    }
}
.sec-top.sec-product .banner-blocks .right-wrap .right:nth-child(3n){
    margin-right: 0;
}
.sec-top.sec-product .banner-blocks .right-wrap .right:nth-child(n + 4){
    margin-top: 15px;
}
@media (max-width:585px){
    .sec-top.sec-product .banner-blocks .right-wrap .right:nth-child(n + 4){
        margin-top: 0;
    }
}
.sec-top.sec-product .banner-blocks .right-wrap .right--action{
    position: relative;
}
.sec-top.sec-product .banner-blocks .right-wrap .right--action .btn__links{
    opacity: 0;
    position: absolute;
    bottom: -15px;
    left: 50%;
    display: flex;
    flex-direction: column;
    transform: translate(-50%);
    transition: .5s;
    list-style: none;
}
.sec-top.sec-product .banner-blocks .right-wrap .right--action .btn__links .item01:nth-child(2){
    margin-top: 12px;
}
.sec-top.sec-product .banner-blocks .right-wrap .right--action .btn__links .item01 .link01{
    display: inline-block;
    padding: 5px 9px;
    width: 125px;
    box-sizing: border-box;
    border-radius: 23px;
    background: #757579;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    line-height: 1.15;
    text-align: center;
    border-color: transparent;
    transition: opacity 0.3s;
    cursor: pointer;
}
.sec-top.sec-product .banner-blocks .right-wrap .right--action .btn__links .item01 .link01:hover{
    opacity: 0.87;
}
.sec-top.sec-product .banner-blocks .right-wrap .right--action:hover .btn__links{
    opacity: 1;
    transform: translate(-50%,-50%);
}
.sec-top.sec-product .banner-blocks .right-wrap .right picture{
    display: block;
    width: 100%;
    height: auto;
}


/* omutsu */
.page__omutsu .omutsu__price__container{
    padding-top: 50px;
    background-color: #fff;
}
.page__omutsu .omutsu__price__contents{
    margin-right: auto;
    margin-left: auto;
    max-width: 1200px;
    display: flex;
    justify-content: space-between;
}
.page__omutsu .omutsu__price__contents .txt01__image{
    margin-top: 125px;
    width: auto;
    height: 187px;
}
.page__omutsu .omutsu__price__contents .txt01__image .img01{
    display: block;
    width: auto;
    height: 100%;
}
.page__omutsu .omutsu__price__contents .img__container{
    margin-left: 20px;
    width: auto;
    height: 470px;
}
.page__omutsu .omutsu__price__contents .img__container .img01{
    display: block;
    width: auto;
    height: 100%;
}
.page__omutsu .foot__image{
    padding-top: 20px;
    width: 100%;
    height: auto;
}
.page__omutsu .foot__image .img01{
    display: block;
    width: 100%;
    height: auto;
}
@media (max-width:1210px){
    .page__omutsu .omutsu__price__contents{
        justify-content: center;
    }
    .page__omutsu .omutsu__price__contents .txt01__image{
        height: 115px;
    }
    .page__omutsu .omutsu__price__contents .img__container{
        margin-left: 20px;
        height: 450px;
    }
}
@media (max-width:991px){
    .page__omutsu .omutsu__price__contents{
        flex-direction: column;
        align-items: center;
    }
    .page__omutsu .omutsu__price__contents .txt01__image{
        margin-top: 0px;
        width: 85%;
        height: auto;
    }
    .page__omutsu .omutsu__price__contents .txt01__image .img01{
        display: block;
        width: 100%;
        height: auto;
    }
    .page__omutsu .omutsu__price__contents .img__container{
        margin-top: 12px;
        margin-left: 0;
    }
}
@media (max-width:585px){
    .page__omutsu .omutsu__price__contents .img__container{
        margin-top: 25px;
        height: 267px;
    }
}

.page__omutsu .omutsu__about__container{
    position: relative;
    padding-top: 220px;
    padding-bottom: 30px;
    background-color: #02b9dc;
}
.page__omutsu .omutsu__about__container::before,
.page__omutsu .omutsu__about__container::after{
    content: "";
    display: block;
    position: absolute;
    background-repeat: no-repeat;
}
.page__omutsu .omutsu__about__container::before{
    top: 50px;
    left: 20px;
    width: 350px;
    height: 173px;
    background-image: url(../images/omutsu/02/02_cloud_l.png);
    background-size: auto 100%;
    background-position: left center;
}
.page__omutsu .omutsu__about__container::after{
    top: 30px;
    right: 0;
    width: 155px;
    height: 175px;
    background-image: url(../images/omutsu/02/02_cloud_r.png);
    background-size: auto 100%;
    background-position: right center;
}
.page__omutsu .omutsu__about__contents{
    margin-top: 20px;
    margin-right: auto;
    margin-left: auto;
    display: flex;
    justify-content: space-between;
    max-width: 1100px;
}
.page__omutsu .omutsu__about__contents .txt__container{
    width: 53%;
}
.page__omutsu .omutsu__about__contents .img__container{
    text-align: center;
}
.page__omutsu .omutsu__about__contents .img__container--01{
    height: 75px;
}
.page__omutsu .omutsu__about__contents .img__container--02{
    height: 91px;
}
.page__omutsu .omutsu__about__contents .img__container--03{
    width: 100%;
    height: auto;
}
.page__omutsu .omutsu__about__contents .img__container .img01{
    display: inline-block;
    width: auto;
    height: 100%;
}
.page__omutsu .omutsu__about__contents .contents__img__container{
    margin-left: 3px;
    width: calc(47% - 3px);
}
.page__omutsu .omutsu__about__contents .contents__img__container .img01{
    display: block;
    width: 100%;
    height: auto;
}
.page__omutsu .omutsu__about__contents .img__container--02{
    margin-top: 70px;
}
.page__omutsu .omutsu__about__contents .img__container--03 {
    position: relative;
    margin-top: 90px;
    padding-bottom: 210px;
    width: 100%;
    height: auto;
}
.page__omutsu .omutsu__about__contents .img__container--03::after{
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 380px;
    height: 194px;
    background-image: url(../images/omutsu/02/02_cloud_f.png);
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: right bottom;
}
.page__omutsu .omutsu__about__contents .img__container--03 .img01{
    width: 100%;
    height: auto;
}
@media (max-width:1100px){
    .page__omutsu .omutsu__about__contents .img__container--02{
        height: 84px;
    }
}
@media (max-width:991px) {
    .page__omutsu .omutsu__about__contents .img__container--01{
        height: 59px;
    }
    .page__omutsu .omutsu__about__contents .img__container--02{
        height: 71px;
    }
}
@media (max-width:767px){
    .page__omutsu .omutsu__about__contents{
        flex-direction: column;
    }
    .page__omutsu .omutsu__about__contents .txt__container{
        margin-right: auto;
        margin-left: auto;
        width: 85%;
    }
    .page__omutsu .omutsu__about__contents .img__container--01{
        height: 69px;
    }
    .page__omutsu .omutsu__about__contents .img__container--02{
        margin-top: 45px;
    }
    .page__omutsu .omutsu__about__contents .img__container--03 {
        margin-top: 45px;
        margin-right: auto;
        margin-left: auto;
        padding-bottom: 110px;
        max-width: 470px;
    }
    .page__omutsu .omutsu__about__contents .img__container--03::after{
        width: 200px;
        height: 75px;
    }
    .page__omutsu .omutsu__about__contents .contents__img__container{
        margin-right: auto;
        margin-left: auto;
    }
}
@media (max-width:585px){
    .page__omutsu .omutsu__about__container{
        padding-top: 185px;
    }
    .page__omutsu .omutsu__about__container::before{
        top: 50px;
        left: 10px;
        width: 210px;
        height: 101px;
    }
    .page__omutsu .omutsu__about__container::after{
        top: 30px;
        width: 125px;
        height: 140px;
    }
    .page__omutsu .omutsu__about__contents .img__container--01{
        width: 100%;
        height: auto;
    }
    .page__omutsu .omutsu__about__contents .txt__container{
        width: 100%;
    }
    .page__omutsu .omutsu__about__contents .img__container--01 .img01{
        width: 100%;
        height: auto;
    }
    .page__omutsu .omutsu__about__contents .img__container--02 {
        height: 54px;
    }
    .page__omutsu .omutsu__about__contents .contents__img__container{
        width: 87%;
    }
}

.page__omutsu .omutsu__cta__container{
    background-color: #fff;
}
.page__omutsu .omutsu__cta__container .head__image{
    width: 100%;
    height: auto;
}
.page__omutsu .omutsu__cta__container .head__image .img01{
    display: block;
    width: 100%;
    height: auto;
}
.page__omutsu .omutsu__cta__container > .container{
    margin-right: auto;
    margin-left: auto;
    max-width: 1060px;
}
.page__omutsu .omutsu__cta__container .omutsu__cta__contents{
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
}
.page__omutsu .omutsu__cta__links{
    margin-top: 50px;
    margin-right: auto;
    margin-left: auto;
    max-width: 960px;
}
.page__omutsu .omutsu__cta__links .txt01__image{
    width: auto;
    height: 40px;
    text-align: center;
}
.page__omutsu .omutsu__cta__links .link__lists{
    margin-top: 25px;
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.page__omutsu .omutsu__cta__links .item01{
    position: relative;
    padding-top: 4px;
    padding-right: 100px;
    padding-bottom: 4px;
    padding-left: 40px;
    width: calc(50% - 50px);
    list-style: none;
    border: 3.5px solid #02b9dc;
    box-sizing: border-box;
    border-radius: 40px;
    text-align: center;
    transition: all 0.3s;
}
.page__omutsu .omutsu__cta__links .item01::before,
.page__omutsu .omutsu__cta__links .item01::after{
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
}
.page__omutsu .omutsu__cta__links .item01::before{
    right: 20px;
    width: 60px;
    height: 1px;
    background-color: #02b9dc;
}
.page__omutsu .omutsu__cta__links .item01::after{
    top: -5px;
    right: 20px;
    width: 8px;
    height: 1px;
    transform: rotate(40deg);
    background-color: #02b9dc;
}
.page__omutsu .omutsu__cta__links .link01{
    display: block;
    width: 100%;
    height: 100%;
}
.page__omutsu .omutsu__cta__links .item01:hover{
    opacity: 0.8;
}
.page__omutsu .omutsu__cta__links .link__txt{
    font-size: 24px;
    font-weight: bold;
    letter-spacing: -0.03rem;
    line-height: 1.2;
    color: #02b9dc;
}
.page__omutsu .omutsu__cta__links .item01:nth-child(2) {
    background-color: #02b9dc;
}
.page__omutsu .omutsu__cta__links .item01:nth-child(2) .link__txt{
    color: #fff;
}
.page__omutsu .omutsu__cta__links .item01:nth-child(2)::before,
.page__omutsu .omutsu__cta__links .item01:nth-child(2)::after{
    background-color: #fff;
}

.page__omutsu .omutsu__cta__links .txt01__image .img01{
    display: inline-block;
    width: auto;
    height: 100%;
}
.page__omutsu .omutsu__cta__container .banner__wrapper{
    margin-top: 35px;
    width: 100%;
    text-align: center;
}
.page__omutsu .omutsu__cta__container .banner__container{
    display: inline-block;
    width: 260px;
    height: auto;
    transition: opacity 0.3s;
}
@media (max-width:585px){
    .page__omutsu .omutsu__cta__container .banner__container{
        width: 225px;
    }
}
.page__omutsu .omutsu__cta__container .banner01{
    display: inline-block;
    width: 100%;
    height: auto;
}
.page__omutsu .omutsu__cta__container .banner__container:hover{
    opacity: 0.75;
}
.page__omutsu .omutsu__cta__container .foot__image{
    width: 100%;
    height: auto;
}
.page__omutsu .omutsu__cta__container .foot__image .img01{
    display: block;
    width: 100%;
    height: auto;
}
@media (max-width:991px) {
    .page__omutsu .omutsu__cta__links{
        padding-right: 20px;
        padding-left: 20px;
    }
    .page__omutsu .omutsu__cta__links .txt01__image{
        height: 34px;
    }
    .page__omutsu .omutsu__cta__links .item01{
        width: calc(50% - 20px);
    }
}
@media (max-width:767px) {
    .page__omutsu .omutsu__cta__links .item01{
        padding-right: 90px;
        padding-left: 20px;
    }
    .page__omutsu .omutsu__cta__links .link__txt{
        font-size: 16px;
    }
}
@media (max-width:585px){
    .page__omutsu .omutsu__cta__container .omutsu__cta__contents{
        flex-direction: column;
    }
    .page__omutsu .omutsu__cta__container .omutsu__cta__contents .img__container:nth-child(2){
        margin-top: 20px;
    }
    .page__omutsu .omutsu__cta__links .txt01__image{
        height: 26px;
    }
    .page__omutsu .omutsu__cta__links .link__lists{
        margin-bottom: 15px;
        padding-right: 10px;
        padding-left: 10px;
        flex-direction: column;
    }
    .page__omutsu .omutsu__cta__links .item01{
        width: 100%;
    }
    .page__omutsu .omutsu__cta__links .item01:nth-child(2){
        margin-top: 20px;
    }
}