@charset "UTF-8";

.fstView .monitor-text{
    font-family: Volvo Sans Regular, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", Noto Sans JP, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic Pro, "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
    font-size: 30px;font-size: 3.0rem;
    font-weight: 400;
    margin: 0;
}
.fstView .area-text{
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 500;
    margin: 0 0 10px;
    padding: 5px 18px;
    color: #212121;
    background: #ffffff;
    display: inline-block;
}

.madesw{
    font-size: 18px;font-size: 1.8rem;
    font-weight: 500;
}


.cta-box {
    margin-top: 6%;
    /*padding: 20px 40px;
    border: 1px solid #888888;*/
    box-sizing: border-box;
}
.ttl-cta {
    font-weight: 700;
    margin-bottom: 1.5em;
    position: relative;
}
.ttl-cta::after {
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    width: 4%;
    height: 4px;
    display: block;
    content: "";
    background: #252525;
}
.ttl-cta.wht::after {
    background: #ffffff;
}
.cta-box_act {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
}
.cta-box_adr {
    width: 50%;
    text-align: left;
}
.cta-box_adr address {
    font-size: 17px;
    font-size: 1.7rem;
    font-weight: 500;
    line-height: 1.5;
}
.cta-box_adr address a {
    font-size: 30px;
    font-size: 3.0rem;
    font-weight: 500;
    display: inline-block;
    margin-right: 10px;
}
.teltext {
    font-size: 21px;
    font-size: 2.1rem;
    font-weight: 500;
    line-height: 1.25;
}
.cta-btn {
    width: 48%;
    font-family: Volvo Sans Regular, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", Noto Sans JP, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic Pro, "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
    font-weight:bold;
    text-align: center;
    margin: 0 auto;
    box-sizing: border-box;
}
.cta-btn a{
    width: 100%;
    display: inline-block;
    padding: 30px;
    text-align: center;
    text-decoration: none;
    color:#ffffff;
    border: 1px solid #007bcd;
    background: #007bcd;
    box-sizing: border-box;
}
.cta-btn a:before{
    font-family: "FontAwesome";
    content: "\f105" ;
    margin: 0 12px 0 0;
}
.cta-btn a:hover{
    color: #007bcd;
    border: 1px solid #007bcd;
    background-color: rgb(255, 255, 255);
}


.content h2.ttl-day {
    font-family: Volvo Sans Medium, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", Noto Sans JP, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic Pro, "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
}

.content p.ttl-btm-text {
    font-size: 18px;
    font-size: 1.8rem;
    margin: 0 0 30px;
}


.box-telcta {
    margin: 30px 0 40px;
}
.box-telcta address{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
}
.box-telcta address a{
    font-size: 26px;
    font-size: 2.6rem;
    line-height: 1;
    margin: 0 1em;
}
.box-telcta address a span{
    font-size: 14px;
    font-size: 1.4rem;
}


.mf-type-box {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: left;
}
.mf-type-ttl {
    margin: 10px 0 20px;
}
.mf-type-desc {
    font-size: 14px;
    font-size: 1.4rem;
}
.monitor-lineup {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}
.monitor-lineup li {
    width: 33.33333%;
    width: calc(100%/3);
    padding: 15px 5px !important;
    box-sizing: border-box;
}
.monitor-lineup li .mdl-name{
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: 400;
    margin: 15px 0 0;
}
.monitor-lineup li .mdl-name em{
    font-size: 23px;
    font-size: 2.3rem;
    font-style: normal;
}
.monitor-lineup li .mdl-price{
    font-size: 14px;
    font-size: 1.4rem;
    margin: 0;
}
.monitor-lineup li .mdl-cta{
    font-size: 12px;
    font-size: 1.2rem;
    margin: 0;
}
.monitor-lineup li .mdl-cta::before{
    font-family: "FontAwesome";
    content: "\f105" ;
    margin: 0 6px 0 0;
}

@media screen and ( min-width : 959px ) {
    a[href^="tel:"] {
        pointer-events: none;
    }
}
@media screen and ( max-width : 768px ) {
    .fstView .monitor-text{
        font-size: 17px;
        font-size: 1.7rem;
        font-weight: 400;
        text-align: center;
        margin: 0 0 5px;
    }
    .fstView .area-text{
        font-size: 17px;
        font-size: 1.7rem;
        text-align: center;
        display: block;
    }
    
    .btn a, .btn span {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    
    .madesw{
        font-size: 14px;
        font-size: 1.4rem;
        font-weight: 400;
        margin: 0 0 -15px;
        padding-top: 30px;
    }
    .content h2.ttl-day {
        font-size: 16px;
        font-size: 1.6rem;
    }
    .content p.ttl-btm-text {
        font-size: 14px;
        font-size: 1.4rem;
        margin: 0 0 1em;
    }
    
    
    .ttl-cta{
        margin-bottom: 10px;
    }
    .ttl-cta::after {
        display: none;
    }
    .cta-box_adr {
        width: 100%;
    }
    .teltext {
        font-size: 14px;
        font-size: 1.4rem;
        font-weight: 500;
        margin-bottom: 10px;
    }
    .cta-box_adr address {
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 1.5;
        margin-bottom: 10px;
    }
    .cta-box_adr address a {
        font-size: 20px;
        font-size: 2.0rem;
        margin-right: 5px;
    }
    .cta-btn {
        width: 100%;
        margin: 10px 0;
    }
    .cta-btn a {
        padding: 20px;
    }
    
    
    .box-telcta address{
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        flex-flow: column wrap;
        justify-content: center;
        align-items: center;
    }
    .box-telcta address a{
        font-size: 18px;
        font-size: 1.8rem;
        line-height: 1;
        text-align: center;
        width: 100%;
        margin: 0.5em 0;
        padding: 8px 15px;
        border: 1px solid #666666;
        box-sizing: border-box;
    }
    .box-telcta address a span{
        font-size: 12px;
        font-size: 1.2rem;
    }
    
    
    .mf-type-desc {
        font-size: 13px;
        font-size: 1.3rem;
        line-height: 1.75;
        margin-bottom: 0;
    }
    .monitor-lineup {
    }
    .monitor-lineup li {
        text-align: center;
        width: 100%;
        padding: 10px 5px !important;
    }
    .monitor-lineup li label{
        display: -webkit-flex !important;
        display: -moz-flex !important;
        display: -ms-flex !important;
        display: -o-flex !important;
        display: flex !important;
        flex-flow: row wrap;
        justify-content: flex-start;
        align-items: flex-start;
    }
    .monitor-lineup li label input{
        width: auto;
    }
    .monitor-lineup li picture {
        width: 55%;
    }
    .monitor-lineup li h4 {
        width: 43%;
        text-align: center;
    }
    .monitor-lineup li .mdl-name em{
        font-size: 16px;
        font-size: 1.6rem;
    }
    .monitor-lineup li .mdl-price{
        font-size: 14px;
        font-size: 1.4rem;
        margin: 15px 1em 0 0;
    }
    .monitor-lineup li .mdl-price span{
        font-size: 12px;
        font-size: 1.2rem;
    }
    .monitor-lineup li .mdl-cta{
        font-size: 12px;
        font-size: 1.2rem;
        margin: 15px 0 0 0;
    }
    .monitor-lineup li .mdl-cta::before{
        font-family: "FontAwesome";
        content: "\f105" ;
        margin: 0 6px 0 0;
    }

}