@charset "utf-8";


/* pc
----------------------------------------------- */

@media print, screen and (min-width:741px) {
	
	section #zero h1{
        color: #2e2b47;
        font-size: 1.93vw;
        line-height: 1em;
        font-weight: bold;
        position: relative;
        text-align: left;
        padding-left: 1.1em;
        margin-bottom: 1.2em;
    }
    section #zero h1::before{
        content: "";
        display: block;
        position: absolute;
        left: 0%;
        top: 50%;
        transform: translateY(-50%);
        width: 0.7em;
        height: 2px;
        background: #3c96c1;
    }
    section #zero h1{
        font-size: 1.6em;
    line-height: 1.4em;
    }
    #zero .text{
        text-align: left;
    }
    #zero .img_box{
        display: block;
        margin: 40px 40px 0 auto;
        text-align: center;
    }
    #zero .img_box img{
        max-width: 100%;
    }
    #zero .legend{
        color: #2e2b47;    
        font-size: 1.1vw;
    }
}
@media print, screen and (min-width:900px) {
    section #zero h1{
        font-size: 2.23vw;
    }
}
@media print, screen and (min-width:1300px) {

    #zero .text{
        font-size: 16px;
    }
    #zero .legend{
        font-size: 14px;
    }
    
}
/* mobile
----------------------------------------------- */

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

iframe {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}
section #zero h1{
    color: #2e2b47;
    font-size: 4.73vw;
    line-height: 1.5em;
    font-weight: bold;
    position: relative;
    text-align: left;
    padding-left: 1.1em;
    margin-bottom: 5%;
    box-sizing: border-box;
    margin-top: 10%;
}
section #zero h1::before{
    content: "";
    display: block;
    position: absolute;
    left: 0%;
    top: 50%;
    transform: translateY(-50%);
    width: 0.7em;
    height: 2px;
    background: #3c96c1;
}
#zero .text{
    text-align: left;
    font-size: 13px;
}
#zero .img_box{
    display: block;
    margin: 0 auto;
    width: 90.1%;
}
#zero .img_box img{
    max-width: 100%;
    display: block;
    text-align: center;
    margin: 30px auto;
}
#zero .legend{
    color: #2e2b47;    
    font-size: 12px;
}
}


/*-----モーダル表示-------*/
@media only screen and (max-width: 740px) {
    #childPageWithForm .modal {
        display: block;
        height: auto;
        position: relative;
        top: 0;
        width: 100%;
        background: #ebf3f9;
        z-index: 9999;
        box-sizing: border-box;
    }
    #childPageWithForm .modal__bg {
        position: absolute;
        width: 100%;
        top: 0;
        left: 0;
    }
    #childPageWithForm .modal__content {
        width: 100%;
        overflow-y: auto;
        height: 100%;
        position: relative;
        z-index: 9999;
    }
}
#fv-form p.reqire-comment {
    margin-bottom: -16px!important;
}
#childPageWithForm .mv__wrap .ttl {
    text-align: center;
    color: #000;
    font-size: 21px;
    font-weight: bold;
}
p.txt_s {
    color: #4d4d4d;
    font-size: 13px;
    margin: 0 5px;
}
