@charset "utf-8";



.inner_wrapper img{
    width:100%;
}
.key_visual_pc{
    width:100%;
}
.key_visual_sp{
    display: none;
}

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

    .key_visual_pc{
        display: none;
    }
    .key_visual_sp{
        display: block;
    }
}


.key_visual_pc img,
.key_visual_sp img{
    width:100%;
}
.bg_yellow{
    background:#f3f2ee;
}
.content_01 .ttl_box{

}
.content_01 .ttl_box .sub_ttl{
    color:#114a9a;
    font-size:3.0rem;
    font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
    font-weight:800;
    text-align:center;
}
.content_01 .ttl_box .main_ttl{
    color:#2e0409;
    font-size:7.0rem;
    font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
    font-weight:800;
    text-align:center;
}
.content_01 .ttl_box .main_ttl span{
    font-size:150%;
    color:#2e0409;
    font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
}

/*202306追記*/

.alert01{
    color:#ff0000;
    font-size: 1.8rem;
    font-weight: 800;
    text-align: center;
    padding-bottom: 10px;
    /*margin-left: 50px;*/
}

@media screen and (max-width: 768px) {
    .alert01{
        font-size: 1.6rem;
        font-weight: 800;
        text-align: center;
        margin-left: 0px;
    }
}

.alert02{
    color:#ff0000;
    font-size: 1.8rem;
    font-weight: 800;
    text-align: center;
}

@media screen and (max-width: 768px) {
    .alert02{
        font-size: 1.6rem;
        font-weight: 800;
        text-align: center;
        margin-left: 0px;
    }
}



.content_01__title{
    border: none;
    border-radius: 30px;
    padding: 30px 10px;
    background: #ffebff;
    max-width: 1000px;
    margin: 0 auto;
    box-shadow: inset 0 0 20px 20px rgba(255, 183, 255, .5);
}

/*.content_01__title{
    border: 8px solid #3ea9ea;
    border-radius: 30px;
    padding: 40px 10px;
    background: #fffcde;
    max-width: 1000px;
    margin: 0 auto;
    box-shadow: 0px 3px 25px 5px rgba(60, 194, 235, 1);
}*/

.content_01 .content_01__title p{
    text-align: center;
}

.content_01__title .fz18{
    font-size: 1.8rem;
    color:#2e0409;
}

.content_01__title .fz30{
    font-size: 3.0rem;
    color:#2e0409;
    font-weight: 800;
}

.content_01__img{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin-bottom: 30px;
}

.content_01__img01{
    width: 300px;
}

.content_01__img02{
    width: 600px;
}

.content_01-icon-plus{
    width: 30px;
    height: auto;
    vertical-align: middle;
    margin: 0 10px;
}

.txtBrown{
    color: #2e0409;
}

.txtPink{
    color: #e9596a;
}

.txtPink2{
    color: #ff33cc;
}

.txtcenter{
    text-align: center;
}

.txtright{
    text-align: right;
}

.fz18{
    font-size: 1.8rem;
}

.fw800{
    font-weight: 800;
}

.content_01__img01{
    margin-right: 115px;
}

.content_01__img01-img-wrap{
    position: relative;
    margin-top: 75px;
}

.content_01__img02-img-wrap{
    margin-top: 75px;
}

.content_01__img01-img-wrap::after{
    position: absolute;
    right: -80px;
    right: -35%;
    top: 40%;
    content: "";
    width: 32px;
    height: 37px;
    background-image: url(https://www.melodian.co.jp/wp-content/themes/melodian/images/item/nishiki_suiso3/icon__blue-arrow.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.content_01_flexb{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.point-five_right{
    text-align: right;
    margin-right: 50px;   
}

@media screen and (max-width: 768px) {
    .point-five_right{
        text-align: right;
        margin-right: 0;   
    }
}

.content_02-intense-txt{
    display: block;
    max-width: 1000px;
    border-radius: 30px;
    padding: 30px 10px;
    margin: 0 auto;
    background: #ffebff;
    box-shadow: inset 0 0 20px 20px rgba(255, 183, 255, .5);
}

/*.content_02-intense-txt{
    display: block;
    width: 600px;
    border-radius: 20px;
    border: 8px solid #3ea9ea;
    padding: 40px;
    margin: 0 auto;
    background: #fffcde;
    box-shadow: 0px 3px 25px 5px rgba(60, 194, 235, 1);
}*/

@media screen and (max-width: 1200px) {
    .content_01__img01-img-wrap,
    .content_01__img02-img-wrap{
        margin-top:30px;
    }
    .content_01 .txtBrown.fz14.pl-ti02{
        text-align: center;
    }
    .content_02-intense-txt{
        max-width: 750px;
        width: 100%;
        padding:20px 10px;
    }
    

@media screen and (max-width: 950px) {
    .content_01__title .fz30{
        font-size: 1.8rem;
    }
    .content_01__title .fz18{
        font-size: 1.6rem;
    }  
    
}
@media screen and (max-width: 768px) {
    .content_01 .txtBrown.fz14.pl-ti02{
        text-align: left;
    } 
    .content_01-icon-plus{
        width: 20px;
        height: auto;
    }
.content_01-icon-plus{
    width: 40px;
    height: auto;
    vertical-align: middle;
    margin: 0 10px;
}
}
}

@media screen and (max-width: 1200px) {
.content_01__img01{
    width: 70%;
    margin: 0 auto 40px;
}

.content_01__img01-img-wrap{
   text-align: center;
}

.content_01__img01-img-wrap::after {
    right: 50%;
    top: 110%;
    content: "";
    width: 15px;
    height: 18px;
    top: 100%;
right: 0;
left: 50%;
margin-top: 10px;
transform: rotateZ(90deg);
}

.content_01__img02{
    margin:0 auto;
}

.content_01__img02-img-wrap {
    text-align: center;
}

}



@media screen and (max-width: 600px) {
    .content_01__img02{
        width: 100%;
    }
    .content_01__img01-img-wrap{
        text-align: center;
        width: 100%;
        
    }
    .content_01__img02-img-wrap{
        margin-bottom: 30px;
    }
    
    .content_01__img02-img-wrap img{
        width: 100%;
        height: auto;
       
    }
}

.bk-blue{
    background-color: #f2f8fe;
}

.blue-mincho-title{
    letter-spacing: -1.5px;
    text-align: center;
    color:#114a9a;
    font-size: 3.6rem;
    font-weight: 800;
    font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
}

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

    .blue-mincho-title{
        font-size: 2.4rem;
    }
}

.brown-mincho-title{
    font-size: 4.8rem;
    font-weight: 800;
    font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
    color: #2e0409;
    text-align: center;
    letter-spacing: -1px;
}

@media screen and (max-width: 900px) {
    .brown-mincho-title{
        font-size: 2.4rem;
    }
}

.content_02-three-column-item{
    width: calc(33.3333% - 60px/3);
    margin-right: 30px;
}

.content_02-three-column-item:nth-child(3n){
    margin-right: 0;
}

.content_02-three-column-item_title{
    font-size: 2.2rem;
    font-weight: 800;
    text-align: center;
}

.content_02-three-column-item_subtitle{
    font-size: 1.6rem;
    font-weight: 800;
    text-align: center;
    margin-bottom: 10px;
}

.content_02-three-column-item_txt{
    text-align: center;
}

.content_02-img05-wrapper{
    width:830px;
    max-width: 100%;
    margin:0 auto;
}

.content_02-img05-wrapper img{
    width: 100%;
    
}


@media screen and (max-width: 768px) {
    .content_02-three-column-item{
        width: 90%;
        margin:0 auto 20px;
        max-width: 277px;
    }

    .content_02-three-column-item:nth-child(3n){
        margin:0 auto 20px;
    }
    

}

.content_04{
    background-image: url(https://www.melodian.co.jp/wp-content/themes/melodian/images/item/nishiki_suiso3/bk-waterflow.png);
    background-size: contain;
    background-position: center 250px;
    background-repeat: no-repeat;
}

@media screen and (max-width: 1090px) {
    .content_04{
        background-size: contain;
        background-position: center bottom;
    }
}

.content_04 .inner_wrapper img{
    width: auto;
    height: auto;
}

.content_04 .sub-title_release-month{
    text-align: right;
    font-size: 1.4rem;
    margin-right: 100px;
}

@media screen and (max-width: 900px) {
    .content_04 .sub-title_release-month{
        text-align: center;
        font-size: 1.2rem;
        margin-right: 0;
    }
}

.content_04-three-column-items{
    display: flex;
    flex-wrap: wrap;
}

.content_04-three-column-item{
    width: calc(33.3333% - 160px/3);
    margin-right: 80px;
}

.content_04-three-column-item:nth-child(3n){
    margin-right: 0px;
}

.content_04-three-column-item p{
    text-align: center;
    margin-bottom: 20px;
}

.content_04-three-column-item_icon{
    margin: 0 auto 20px;
    width: 60px;
}

.content_04-three-column-item_icon img{
    width: auto !important;
    height: auto;
}

.content_04-three-column-item_img{
    text-align: center;
}

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

    .content_04-three-column-item{
        width: 80%;
        margin: 0 auto 20px;
    }

    .content_04-three-column-item:nth-child(3n){
        margin: 0 auto 20px;
    }
}

.blue-dotted-line{
    position: relative;
}

.blue-dotted-line::after{
    content: "";
    width: 342px;
    height: 5px;
    background-image: url(https://www.melodian.co.jp/wp-content/themes/melodian/images/item/nishiki_suiso3/img__blue-dotted-line.png);
    background-position: center;
    background-size: contain;
    position: absolute;
    bottom:-10px;
    left: 50%;
    -webkit-transform : translateX(-50%);
    transform : translateX(-50%);

}

@media screen and (max-width: 768px) {
    .blue-dotted-line::after{
        width: 90%;
        background-size: cover;
        max-width: 342px;
    }
}


/*.content_05{
    width: 100%;
    position: relative;
    padding-top:100px;
}

.content_05:before{
    content: '';
    background-image: url(https://www.melodian.co.jp/wp-content/themes/melodian/images/item/nishiki_suiso3/bk-waterflow.png);
    position: absolute;
    width: 100%;
    height:1523px;

}*/

.content_05-innter-wrapper{
    padding: 30px 50px;
    margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
    .content_05-innter-wrapper{
        padding: 30px 10px;
    }
}

.content_05_img05-wrapper{
    position: relative;
}
.content_05_img05-txt{
    position: absolute;
    top:30px;
    right:0;
}

.content_05-innter-wrapper .ml400{
   /* margin-left: 380px;*/
    text-align: right;
}

@media screen and (max-width: 768px) {
    .content_05_img05-txt{
        position: absolute;
        top: -20px;
        right: 0;
    }
    .content_05-innter-wrapper .ml400{
        /*margin-left: 0;*/
        text-align: center;
        /*text-align: right;*/
    }
}

@media screen and (max-width: 500px) {
    .content_05_img05-txt{
        position: absolute;
        top: 50%;
        right: 0;
        width: 45%;
    }

    
}



.patent-icon-text-wrapper{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
}

.patent-icon-text{
    width: calc(100% - 180px);
}

.patent-icon-img{
    width: 180px;
}

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

    .patent-icon-text-wrapper {
        align-items: flex-start;
    }
    .patent-icon-text{
        width: calc(100% - 90px);
    }
    
    .patent-icon-img{
        width: 90px;
        padding-right: 10px;
    }

    .patent-icon-img img{
        width: 100%;
        height: auto;
    }
}

.content_05-structure{
    display: flex;
    flex-wrap: wrap;
}

.content_05-structure-txt{
    width: calc(100% - 420px);
}

.content_05-structure-img{
    width: 420px;
}

@media screen and (max-width: 768px) {
    .content_05-structure-txt,
    .content_05-structure-img{
        width: 100%;
    }

    .content_05-structure-txt{
        margin-bottom: 20px;
    }

    .content_05-structure-img{
        text-align: center;
    }
}

.contents_05-img09-wrapper{
    border: 2px solid #2e518b;
    padding: 30px;
    background: #effaf9;
}



.content_05-structure-mist{
    position: relative;
    border: 2px solid #2e518b;
    padding: 30px 30px 220px 30px;
    /*margin-bottom: 200px;*/
    margin-bottom: 80px;
    background: #effaf9;
}

.content_05-structure-mist-txt01{
    position: absolute;
    top:30px;
    left: 30px;
    width: 600px;
}

.content_05-structure-mist-txt02{
    position: absolute;
    /*bottom: -80px;
    left: 0;*/
    bottom: 80px;
    left: 30px;
    width: 580px;
    border: 2px solid #0770c1;
    padding: 10px 6px 10px 15px;
    border-radius: 20px;
    background: #fff;
}

.content_05-structure-mist-txt03{
    position: absolute;
    /*bottom: -170px;
    right: 0;*/
    bottom: 40px;
    right: 20px;
    
}

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

    .content_05-structure-mist{
        margin-bottom: 50px;
        padding: 30px 20px;
    }

    .content_05-structure-mist-txt01{
        position: static;
        margin-bottom: 20px;
        width: 100%;
    }

    .content_05-structure-mist-txt02{
        position: static;
        width: 100%;
    }

    .content_05-structure-mist-txt03{
        position: static;
        margin-bottom:30px;
    }
}

.content_05-w470-item{
    width: 485px;
    margin-right:25px;
    text-align: center;
}

.content_05-w470-item:nth-child(2){
    margin-right: 0;
}

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

    .content_05-w470-item{
        width: 100%;
        margin: 0 auto 30px;
        max-width: 485px;
    }

    .content_05-w470-item:nth-child(2){
        margin: 0 auto 30px;
    }
}



.content_05-w470-item-gray-txt{
    background-color: #d8dce5;
    display: inline-block;
    padding: 5px 10px;
}

.content_05-w470-item-package{
    width: 46px;
    margin-left:10px;
}

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

    .content_05-w470-item-package {
        width: 30px;
    }

}

.content_05-w470-item_flex-txt{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: center;
}

.wrapper-w1000{
    width: 1000px;
    margin: 0 auto;
    max-width: 100%;
}

@media screen and (max-width: 768px) {
    .wrapper-w1000{
        width: 100%;
    }
}

.content_05-border_box{
    border: 1px solid #000;
    padding: 40px 50px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.content_05-border_box-img{
    width: 280px;
}

.content_05-border_box-txt{
    width: calc(100% - 280px);
    padding-left:60px;
}

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

    .content_05-border_box{
        padding: 20px;
    }

    .content_05-border_box-img{
        width: 100%;
        margin-bottom: 20px;
    }

    .content_05-border_box-img img{
        width: 100%;
        margin: 0 auto;
    }
    .content_05-border_box-txt{
        width: 100%;
        padding-left: 0;
    }
}

.content_05-three-graph-items{
    width: 900px;
    margin: 0 auto 50px;
    display: flex;
    flex-wrap:wrap;
    justify-content: space-around;
    max-width: 900px;
    width: 95%;
}

div.content_05-three-graph-item{
    text-align: center;
}

.content_05-three-graph-item p{
    text-align: center;
    font-weight: 800;
    margin-bottom: 20px;
    font-size: 1.8rem;
}


@media screen and (max-width: 768px) {
    .content_05-three-graph-items{
        width: 100%;
        justify-content: center;
        margin: 0 auto 25px;
    }

    div.content_05-three-graph-item{
        width: 100%;
        margin-bottom:20px;
    }

    .content_05-three-graph-item-img{
        text-align: center;
        width: 60%;
        margin: 0 auto 20px;    
    }

    .content_05-three-graph-item-img img{
        max-width: 150px;
    }

    .content_05-three-graph-item p{
        font-size: 1.6rem;
    }
}

.content_showcase-title-wrapper{
    width: 520px;
    margin:0 auto 20px;
    padding-bottom: 20px;
    display:flex;
    align-items: flex-end;
    background-image: url(https://www.melodian.co.jp/wp-content/themes/melodian/images/item/nishiki_suiso3/img__blue-dotted-line2.png);
    background-position: bottom center;
    background-repeat: no-repeat;
}

.content_showcase-title-txt{
    padding-left: 10px;
}

.content_showcase-schedule_wrapper{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

.content_showcase-schedule_calendar{
    width: 190px;
    text-align: right;
}

.content_showcase-schedule_txt-wrapper{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    width: 710px;
}

.content_showcase-schedule_txt{
    width: 72%;
    padding: 0 10px 0 40px;
}

.content_showcase-schedule_img{
    width: 195px;
    width: 28%;
    text-align: left;
}


@media screen and (max-width: 900px) {
    .content_showcase-title-wrapper{
        width: 100%;
        flex-wrap: wrap;
        margin:0 auto 40px;
    }

    .content_showcase-title-img{
        width: 100%;
        text-align: center;
        margin-bottom: 10px;
    }

    .content_showcase-title-txt{
        padding-left: 0;
        text-align: center;
        width: 100%;
    }

    .content_showcase-title-txt{
        padding-left: 0;
        text-align: center;
    }

    .content_showcase-schedule_calendar{
        width: 100%;
        text-align: center;
        margin-bottom:10px;
    }

    .content_showcase-schedule_calendar img{
        width: 50px;
    }

    .content_showcase-schedule_txt-wrapper{
        width: 100%;
    }

    .content_showcase-schedule_txt{
        width: 100%;
        padding:0;
    }

    .content_showcase-schedule_img{
        width: 70%;
        margin: 10px auto;
        text-align: center;
    }

    .content_showcase-schedule_txt{

    }
}

.content_customer-voice{
    padding: 100px 0;
    background-image: url(https://www.melodian.co.jp/wp-content/themes/melodian/images/item/nishiki_suiso3/bk-waterflow2.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.customer-voice_item{
    background: #fff;
    padding: 10px 0;
    /*border-radius: 7px;*/
    box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.2);
    margin: 0 10px;
    border: 2px solid #ccc;
    text-align: center;
}

.customer-voice_item img{
    margin: 0 auto;
}



@media screen and (max-width: 768px) {
    .content_customer-voice{
        padding: 20px 0;
    }

}

/*slick*/

.slick-prev {
    background-image: url(https://www.melodian.co.jp/wp-content/themes/melodian/images/item/nishiki_suiso3/btn-prev.png);
    left: -20px;
    background-position: left 50%;
    z-index:100;

}
    
.slick-next{
    background-image:url(https://www.melodian.co.jp/wp-content/themes/melodian/images/item/nishiki_suiso3/btn-next.png);
    right: -20px;
    background-position: right 50%;
    z-index:100;

}

@media screen and (max-width: 768px) {
    .slick-prev{
        left: -2%;
        width: 30px;
        height:30px;
    }
        
    .slick-next{
        right: -2%;
        width: 30px;
        height:30px;
    }
}




.border_box img{
    width:100%;
}
.content_box .photo_box{
    width:48%;
}
.content_box .txt_box{
    width:50%;
}
.border_ttl{
    border-bottom:dotted 4px #114a9a;
    font-size:2.4rem;
    font-weight:800;
    color:#114a9a;
    margin-bottom:10px;
    font-family: "Arial", "メイリオ";
}
.border_ttl span{
    font-size:3.6rem;
    font-weight:bold;
    color:#114a9a;
    font-weight:800;
    font-family: "Arial", "メイリオ";
}

.blue_txt_ttl{
    font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
    color:#2e0409;
    font-size:3.4rem;
    font-weight:bold;
    margin-bottom:10px;
}
.txt_cont_box{
    color:#2e0409;
    font-weight:500;
}
.ttl_box_bluebig .main_ttl{
    font-size:6.0rem;
    color:#114a9a;
    font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
    text-align:center;
    font-weight:800;
}
.bubble_list{
    background:url(https://www.melodian.co.jp/wp-content/themes/melodian/images/item/nishiki_suiso3/future_bg.png) no-repeat top center;
    background-size:contain;
    width:100%;
    min-height:220px;

}
.bubble_list li{
    display: flex;
    justify-content: center;
    align-items: center;
    width:33%;
}
.bubble_list li a{
    text-align:center;
    display: block;
    color:#114a9a;
    font-weight:800;
    position:relative;
}
.bubble_list li a:after{
    content:"";
    background:url(https://www.melodian.co.jp/wp-content/themes/melodian/images/item/nishiki_suiso3/ico_blue.png) no-repeat top center;
    width:20px;
    height:20px;
    position:absolute;
    right: -22px;
    top: 18px;
}

.ttl_box_brownbig .main_ttl{
    font-size:4.8rem;
    color:#2e0409;
    font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
    text-align:center;
    font-weight:800;
}
.bg_water{
    background:url(https://www.melodian.co.jp/wp-content/themes/melodian/images/item/nishiki_suiso3/voice_bg_blue.png) no-repeat top center;
    background-size: cover;
}
.photo_voice_box{
    display: flex;
    flex-wrap: wrap;
}
.white_box{
    background:#fff;
    width:30%;
    padding:15px 0;
    border-radius: 7px;
    box-shadow: 0 14px 14px 0 rgba(0, 0, 0, 0.2);
    margin:0 1%;
    
}
.white_box .photo_cont{
    width:90%;
    max-width:300px;
    margin:0 auto;
}
.white_box.photo_box .photo_cont img{
    width:100%;
}
.white_box .txt_cont{
    width:90%;
    padding-top:20px;
    font-size:1.8rem;
    color:#2e0409;
    margin:0 auto;
}
.white_box .txt_cont p{
    font-weight:800;
    color:#2e0409;
    width: 100%;
    margin-top: auto;
}
.text_voice_box .white_box{
    padding:20px 10px;
}
.text_voice_box .text_box img{
    width:100%;
}




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

    .content_01 .ttl_box .sub_ttl {
        font-size: 2.0rem;
        line-height: 2.4rem;
    }
    .ttl_box_bluebig .main_ttl {
        font-size: 3.0rem;
    }
    .content_01 .ttl_box .main_ttl {
        font-size: 3.0rem;

    }
    .content_box .txt_box {
        width: 90%;
        margin:0 auto;

    }
    .content_box .cont_sp_01.txt_box {
        background:url(https://www.melodian.co.jp/wp-content/themes/melodian/images/item/nishiki_suiso3/reason_sp_bg01.png) no-repeat top right;
        background-size:contain;
    }
    .content_box .cont_sp_02.txt_box {
        background:url(https://www.melodian.co.jp/wp-content/themes/melodian/images/item/nishiki_suiso3/reason_sp_bg02.png) no-repeat top right;
            background-size:contain;
    }
    .content_box .cont_sp_03.txt_box {
        background:url(https://www.melodian.co.jp/wp-content/themes/melodian/images/item/nishiki_suiso3/reason_sp_bg03.png) no-repeat top right;
        background-size:contain;
    }
    .blue_txt_ttl {
        font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
        color: #2e0409;
        font-size: 2.6rem;
        font-weight: bold;
        margin-bottom: 10px;
        line-height: 2.8rem;
    }
    .content_02 .txt_box{
        width:100%;
        margin:0;
        padding-left:5%;
        padding-right:30%;
        background:url(https://www.melodian.co.jp/wp-content/themes/melodian/images/item/nishiki_suiso3/future_sp_bg.png) no-repeat bottom right;
        background-size:50%;
    }
    .content_02 .f_reverse {
        flex-flow:wrap;
    }
    .bubble_list {
        width: 100%;
        min-height: 160px;
        padding-top: 50px;
    }
    .ttl_box_brownbig .main_ttl {
        font-size: 2.4rem;
        line-height:2.8rem;
    }
    .white_box {
        background: #fff;
        width: 100%;
        padding: 15px 0;
        border-radius: 7px;
        box-shadow: 0 14px 14px 0 rgb(0 0 0 / 20%);
        margin: 5% 0%;
    }
    .content_03 .inner_wrapper{
        width:95%;
    }

}

/*共通　調整*/

.txtBlue{
    color: #114a9a;
}

.fz12{
    font-size: 1.2rem;
}

.fz14{
    font-size: 1.4rem;
}

.fz16{
    font-size: 1.6rem;
}

.fz18{
    font-size: 1.8rem;
}

.fz20{
    font-size: 2.0rem;
}

.fz22{
    font-size: 2.2rem;
}

.fz24{
    font-size: 2.4rem;
}

.fz28{
    font-size: 2.8rem;
}

.fz30{
    font-size: 3.0rem;
}

.fz40{
    font-size: 4.0rem;
}

.fw800{
    font-weight: 800;
}
.fwnormal{
    font-weight: normal;
}

.lsminus10{
    letter-spacing: -1px;
}
.lsminus20{
    letter-spacing: -2px;
}
.mb100{
    margin-bottom: 100px;
}

.mt10{
    margin-top: 10px;
}

.mr20{
    margin-left: 40px;
}

.mr100{
    margin-right: 100px;
}

.pl-ti02{
    padding-left:2em;
    text-indent:-2em;
}

.bk-yellow{
    background-color: #f3f2ee;
}
.bk-white{
    background-color: #fff;
}

.wrapper-w900{
    width: 900px;
    margin-right: auto;
    margin-left: auto;
}

.wbba{
    word-break: break-all;
}

.lh10{
    line-height: 1.0rem;
}

.lh20em{
    line-height: 2.0em;
}

.yellow-under-marker{
    background:linear-gradient(transparent 60%, #ff6 60%);
}

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

.wrapper-w900{
    width: 90%;
}
.txtcenter-sp{
    text-align: center;
}
}

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

    .fz18sp{
        font-size: 1.8rem;
    }
    .fz16sp{
        font-size: 1.6rem;
    }

    .fz14sp{
        font-size:1.4rem;
    }
    .fz12sp{
        font-size: 1.2rem;
    }

    .lsminus10sp{
        letter-spacing: -1px;
    }
    .txtcenter-sp{
        text-align: center;
    }

    .mb30sp{
        margin-bottom: 30px;
    }

}