@charset "UTF-8";

#ouchi01 + section .content_wrapper,
#ouchi02 + section .content_wrapper,
#ouchi03 + section .content_wrapper {
    padding: 0;
}
#ouchi01 + section .content_wrapper {
    background: url(/common/upload_data/kozinmaricom/image/mv4.jpg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right top;
    background-color: rgba(255,255,255, 0.9);
    background-blend-mode: overlay;
}
#ouchi02 + section .content_wrapper {
    background: url(/common/upload_data/kozinmaricom/image/mv3.jpg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left top;
    background-color: rgba(255,255,255, 0.9);
    background-blend-mode: overlay;
}
.plan__cntWrapper{
    position: relative;
    padding: 30px 100px;
}
.plan__cntWrapper::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 50vw;
    height: 820px;
    background: rgba(88,195,233,.7);
    z-index: -1;
}
.plan__box{
    position: relative;
    width: 60vw;
    min-width: 900px;
    margin: 0 auto;
    padding: 2vw 0 10vw;
}
.plan__title {
        font-weight: bold;
    font-size: 3rem;
    }
.plan__text {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 50%;
    padding: 30px 60px;
    border: 5px solid #e6e6e6;
    font-size: 2.2rem;
    background: rgba(255,255,255,.8);
    z-index: 1;
}
.plan__cntWrapper.plan__cntWrapper02 {
    padding: 100px 0 0;
}
.plan__cntWrapper02::before{
    top: 160px;
    left: auto;
    right: 0;
}
.plan__cntWrapper02 .plan__text {
    bottom: auto;
    right: auto;
    top: 0;
    left: 0;
}
.plan__cntWrapper02 .plan__image{
    margin-top: 100px;
    text-align: right;
}
.plan__sec {
    position: relative;
    padding: 50px 0;
}
.plan__sec::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    background: rgba(88,195,233,.7);
    z-index: -1;
}
.plan__menuBox {
    position: relative;
    background: #fff;
    border: 5px solid #e6e6e6;
    padding-bottom: 80px;
    width: 92%;
    max-width: 1190px;
    margin: 60px auto;
    text-align: center;
}
.plan__menuBox::before{
    content: "";
    display: block;
    position: absolute;
    top: 8px;
    left: 8px;
    bottom: 8px;
    right: 8px;
    border: 1px solid #e6e6e6;
    pointer-events: none;
}
.ttl__box {
    margin: 60px 0;
    color: var(--i_btn_color);
}
.ttl_small {
    font-size: 28px;
    font-weight: 600;
    line-height: 1.1;
}
.ttl_big{
    position: relative;
    font-size: 60px;
    font-weight: 600;
    line-height: 1.4;
}
.ttl_big::before {
    content: "";
    display: block;
    position: absolute;
    top: calc(100% + 5px);
    left: 50%;
    margin-left: -1px;
    border-left: 2px solid;
    height: 45px;
    border-color: var(--i_btn_color);
}
.box__text {
    margin-top: 60px;
    text-align: center;
    color: #957400;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.9;
}
.box_info,
.box_flow,
.box_inc,
.inner_item {
    width: 92%;
    max-width: 920px;
    margin: 40px auto 0;
}
.info__title{
    background: var(--i_btn_color);
    text-align: center;
    color: #fff;
    font-size: 30px;
    line-height: 40px;
    letter-spacing: 0;
    height: 42px;
}
.info__priceBox {
    display: flex;
    justify-content: center;
    align-items: baseline;
    color: var(--i_btn_color);
}
.priceBox__left,
.priceBox__right{
    font-size: 35px;
    letter-spacing: 0.05em;
}
.priceBox__left {
    margin-right: 20px;
}
.priceBox__left span{
    font-size: 70px;
}
.info__point {
    display: inline-block;
    padding: 0 60px;
    border: 1px solid var(--i_btn_color);
    border-radius: 9999px;
    text-align: center;
    /*height: 50px;*/
    line-height: 50px;
    font-size: 17px;
    color: var(--i_btn_color);
}
.info__point span{
    font-size: 25px;
}
.flow_ttl,
.inc_ttl {
    color: var(--i_btn_color);
    font-size: 30px;
}

.inner_item {
    /*padding-bottom: 40px;*/
}
.inner_item:last-child {
    padding-bottom: 0;
}
.inner_item li{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
    border-bottom: 1px solid rgba(0,0,0,0.13);
    list-style-type: none!important;
}
.inner_item li:nth-of-type(1) {
    border-top: 1px solid var(--i_border_color);
}
.inner_item li:nth-of-type(1) {
    border-top: 1px solid rgba(0,0,0,0.13);
}
.inner_item li .inner_item_txt {
    width: 78%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.inner_item li div.inner_item_txt:nth-of-type(1) {
    width: 100%;
}
.inner_item li .inner_item_txt dl {
    display: block;
    margin: 0 2% 0 0;
}
.inner_item li .inner_item_txt dl>* {
    display: block;
}
.inner_item li dt,
.inner_item li dd{
    text-align: left;
}
.inner_item li dt {
    padding-left: 12px;
    position: relative;
}
.inner_item li dt:before {
    content: "";
    display: block;
    position: absolute;
    height: 5px;
    width: 5px;
    border-top: 1px solid var(--i_main_color);
    border-right: 1px solid var(--i_main_color);
    transform: rotate(45deg);
    top: calc(50% - 4px);
    left: 0;
}
.inner_item li dd {
    margin-top: 3px;
    font-size: 1.3rem;
    letter-spacing: 0;
}
.inner_item li .inner_item_txt .price {
    display: block;
    white-space: nowrap;
    box-sizing: border-box;
}


@media screen and (max-width: 1100px){
    .plan__box {
        width: 100%;
        min-width: auto;
    }
    .plan__text{
        bottom: -2%;
    }
}

@media screen and (max-width: 900px){
    #omiokuri01 + section .content_wrapper {
         min-height: auto;
         background: none;
    }
    .plan__cntWrapper{
        position: relative;
        padding: 30px 0;
    }
    .plan__cntWrapper::before{
        width: 100%;
        height: 100%;
    }
    .plan__box{
        width: 100%;
        min-width: auto;
        padding: 0;
    }
    .plan__image {
        min-width: 250px;
    }
    .plan__image img {
        width: 450px!important;;
        height: 300px;
        object-fit: cover;
    }
 .plan__title {
            font-size: 3.5vw;
    }
    .plan__text {
        position: relative;
        transform: translateY(-50px);
        margin: 0 auto;
        border: none;
        background: rgba(255,255,255,.8);
        box-sizing: border-box;
        font-size: 3vw;
        width: 60%;
        padding: 3% 10%;
        z-index: 1;
    }
    .plan__cntWrapper.plan__cntWrapper02 {
        padding: 30px 0;
    }
    .plan__cntWrapper02::before{
        display: none;
    }
    .plan__cntWrapper02 .plan__image{
            position: relative;
            text-align: center;
            width: 90%;
            /*margin: 0 auto;*/
           padding: 30px 5%;
    }
    .plan__cntWrapper02 .plan__image::before{
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(88,195,233,.7);
        z-index: -1;
    }
    .plan__cntWrapper02 .plan__image img {
        width: 100%!important;
        height: auto;
    }
    .plan__cntWrapper02 .plan__text {
        margin-top: 10px;
        margin-bottom: 20px;
        width: 80%;
        border: 5px solid #e6e6e6;
        transform: translateY(0);
    }
    .plan__sec::before{
        display: none;
    }
    .plan__menuBox{
        border: 3px solid #e6e6e6;
        padding-bottom: 8.8vw;
        /*width: 90%;*/
        margin: 6% auto 6%;
        box-sizing: border-box;
     }
    .ttl__box {
        margin: 6.6vw 0;
    }
    .ttl_small{
          font-size: 3.5vw;
     }
    .ttl_big{
          font-size: 7vw;
     }
     .ttl_big::before {
        top: calc(100% + 0.7vw);
        left: 50%;
        border-left: 1px solid;
        height: 6.4vw;
    }
     .box__text{
          margin-top: 10vw;
          font-size: 2.5vw;
     }
     .info__title{
          font-size: 3vw;
          line-height: 4.4vw;
          height: 4.6vw;
     }
     .priceBox__left,
     .priceBox__right{
          font-size: 3.7vw;
     }
     .priceBox__left span{
          font-size: 7vw;
     }
     .info__point{
          padding: 0 6.6vw;
          line-height: 5.5vw;
          font-size: 2.2vw;
     }
     .info__point span{
          font-size: 3.3vw;
     }
     .flow_ttl,
     .inc_ttl {
         font-size: 3.8vw;
     }
.plan__cntWrapper02 .plan__image {
    position: relative;
    text-align: center;
    width: 90%;
    margin: 0 auto;
    padding: 30px 5%;
    margin-top: -100px;
}

}