@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;600;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
.font_Roboto {
    font-family: "Roboto", sans-serif;
}
.font-Meiryo {
    font-family: 'メイリオ',Meiryo, sans-serif;
}
.font-Meiryo {
    font-family: 'メイリオ',Meiryo, sans-serif;
}
.title__allPage{
    border-top: 1px solid #707070;
    border-bottom: 1px solid #707070;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 79px;
    color: #284190;
}
@media (min-width: 1200px) {
    .title__allPage{
        font-size: 42px;
    }
}
/* ================= */
.section__top_banner{
    position: relative;
}
.content_text__banner{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    padding:  0 10px;
    color: var(--color-white);
}
.content_text__banner .title__h2{
    font-size: 36px;
    text-shadow: 0px 2px 4px rgba(0,0,0,0.38);
}
.content_text__banner .title_text_h1{
    font-size: 70px;
    text-shadow: 0px 2px 4px rgba(0,0,0,0.38);
}
.content_text__banner .title_text_h1 .font61{
    font-size: 88%;
}
.content_text__banner .title_text_h1 .font62{
    font-size: 88.5%;
}
.content_text__banner .title_text_h1 .font63{
    font-size: 89%;
}

.section__main_top{
    padding: 35px 0 85px;
    background-color: var(--color-white);
}
.item__top_pro .head_item{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 51px;
    background-color: #284190;
    color: var(--color-white);
}
.item__top_pro {
    margin-bottom: 55px;
}
.item__top_pro .img_item{
    padding: 18px 0 22px;
}
.title__top_features{
    color: #284190;
}
.list_top_features{
    max-width: 675px;
    width: calc(100% - 30px);
}
.list_top_features li{
    background-color: #F0F0F0;
    color: #284190;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 51px;
    width: 100%;
}
.list_top_features li:not(:last-child){
    margin-bottom: 20px;
}

.section__main_allPage{
    padding: 60px 0 100px;
}
.main__content_text .item_txt_support{
    padding-bottom: 55px;
}
.item_txt_support .title__h3{
    background-color: #EFEFEF;
    padding: 6px 20px;
}

.box_sp__address{
    border: 1px solid #707070;
    background-color: var(--color-white);
    padding: 30px 5px;
}
.body_address_i{
    display: inline-block;
    text-align: left;
    font-size: 48px;
    line-height: 1;
}
.body_address_i li:not(:last-child){
    margin-bottom: 16px;
}
.body_address_i img{
    position: relative;
    top: -3px;
}
.body_address_i a{
    color: var(--color-black);
    position: relative;
    bottom: -3px;
}
.body_address_i .email{
    padding: 0 19px;
    color: #00377C;
    font-size: 34px;
}

.main_Page_contact .title__allPage {
    border: 0;
}
.main--page-default .txt_note{
    color: var(--color-red);
}
.body__contact table td,
.body__contact table th{
    border-bottom: 15px solid #fff;
}
.body__contact .fieldset2 table th{
    width: 260px;
}
.body__contact .fieldset2 table .cp-message th{
    vertical-align: top;
}
.body__contact table th span{
    font-size: 13px;
    position: relative;
    top: -5px;
    color: var(--color-red);
}
.body__contact table th{
    vertical-align: middle;
    text-align: left;
}
.body__contact table .etc th{
    vertical-align: top;
}
.body__contact table input,
.body__contact table textarea{
    display: block;
    width: 100%;
    height: calc(2.5em + 0.75rem + 3px);
    padding: 0.375rem 0.75rem;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.body__contact table textarea{
    height: auto;
}
.body__contact table input:focus,
.body__contact table textarea:focus{
    outline: none;
}
.btn--red {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 45px;
    position: relative;
    max-width: 450px;
    width: 100%;
    height: 65px;
    border: none;
}
.main_Page_thank .ct-btn2,
.body__contact .ct-btn2{
    background-color: #F0F0F0;
    color: #006094;
    margin: 20px auto 0;
    cursor: pointer;
    padding-right: 0;
    font-weight: 600;
}
.body__contact .ct-btn2:hover{
    -webkit-box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 2px 6px 0px rgba(0,0,0,0.15);
    box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.15);
    opacity: 0.8;
}
.list__info__system li:not(:last-child){
    margin-bottom: 30px;
}
.list__info__system li b,
.list__info__system li a{
    color: #284190;
}
.error--mes {
    font-size: 12px;
    color: var(--color-red);
}
/*  */
.body__contact .fieldset{
    width: 100%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 800ms cubic-bezier(0.680, 0, 0.265, 1);
    -webkit-transition: all 800ms cubic-bezier(0.680, -0.550, 0.265, 1.550);
    -moz-transition: all 800ms cubic-bezier(0.680, -0.550, 0.265, 1.550);
    -o-transition: all 800ms cubic-bezier(0.680, -0.550, 0.265, 1.550);
    transition: all 800ms cubic-bezier(0.680, -0.550, 0.265, 1.550);
    -webkit-transition-timing-function: cubic-bezier(0.680, 0, 0.265, 1);
    -webkit-transition-timing-function: cubic-bezier(0.680, -0.550, 0.265, 1.550);
    -moz-transition-timing-function: cubic-bezier(0.680, -0.550, 0.265, 1.550);
    -o-transition-timing-function: cubic-bezier(0.680, -0.550, 0.265, 1.550);
    transition-timing-function: cubic-bezier(0.680, -0.550, 0.265, 1.550);
    background-color: var(--color-white);
}
.body__contact .fieldset.cf7mls_current_fs{
    opacity: 1;
    visibility: visible;
    transition: none;
    z-index: 100;
    display: block;
}
.body__contact .cf7mls_current_fs ~ .fieldset{
    position: absolute;
    left: 0;
    top: 15px;
    transform: translate(110%, 0);
    -webkit-transform: translate(110%, 0);
    -moz-transform: translate(110%, 0);
    display: none;
}
.body__contact .fieldset.cf7mls_back_fs{
    position: absolute;
    left: 0;
    top: 15px;
    transform: translate(-110%, 0);
    -webkit-transform: translate(-110%, 0);
    -moz-transform: translate(-110%, 0);
    z-index: -1;
    display: none;
}
/* ==== */
.slider-container {
    width: 320px;
    padding: 12px;
    margin: 10px 0;
    user-select: none;
}

.slider-track {
    width: 100%;
    height: 40px;
    background: #ddd;
    border-radius: 20px;
    position: relative;
    cursor: pointer;
}

.slider-thumb {
    width: 40px;
    height: 40px;
    background: #fff;
    border-radius: 20px;
    position: absolute;
    left: 0;
    top: 0;
    transition: background 0.3s;
    box-shadow: 0 0 5px rgba(0,0,0,0.3);
}

.slider-text {
    text-align: center;
    margin-top: 10px;
    color: var(--color-red);
    font-size: 13px;
    font-weight: bold;
}
.slider-text span{
    color: #4CAF50;
}



/* ==== */

@media (min-width: 1200px) {
    .row_item_Danka1 .col-lg-5{
        flex: 0 0 auto;
        width:  38%;
    }
    .row_item_Danka1 .col-lg-7{
        flex: 0 0 auto;
        width: 62%;
    }
}

@media (max-width: 1199px) {
    .content_text__banner .title__h2{
        font-size: 30px;
    }
    .content_text__banner .title_text_h1{
        font-size: 58px;
    }
}
@media (max-width: 991px) {
    .image__banner_top img{
        min-height: 320px;
        object-fit: cover;
    }
    .content_text__banner .title__h2{
        font-size: 24px;
    }
    .content_text__banner .title_text_h1{
        font-size: 50px;
    }
    .body_address_i{
        font-size: 40px;
    }
    .body_address_i .email{
        font-size: 28px;
        padding: 0 12px;
    }
    .body_address_i img{
        height: 24px;
    }
}

@media (max-width: 767px) {
    .title__allPage{
        height: 60px;
    }
    .content_text__banner .title__h2{
        font-size: 20px;
    }
    .content_text__banner .title_text_h1{
        font-size: 38px;
    }
    .box_sp__address{
        padding: 20px ;
    }
    .body_address_i{
        font-size: 34px;
    }
    .body_address_i li:not(:last-child){
        margin-bottom: 20px;
    }
    .body_address_i a{
        width: 100%;
        bottom: 0;
        display: block;
        margin-top: 5px;
    }
    .row_item_Danka1 .col-lg-7{
        margin-top: 15px;
    }
    .section__main_allPage{
        padding: 30px 0 40px;
    }
}

@media (max-width: 575px) {
    .section__main_top{
        padding: 35px 0 50px;
    }
    .image__banner_top img{
        min-height: 220px;
    }
    .content_text__banner .title__h2{
        font-size: 18px;
    }
    .content_text__banner .title_text_h1{
        font-size: 30px;
    }
    .item__top_pro{
        margin-bottom: 25px;
    }
    .item__top_pro .head_item{
        height: 43px;
    }
    .item__top_pro .img_item{
        padding: 10px 0;
    }
    .list_top_features li{
        height: 45px;
    }
    .list_top_features li:not(:last-child) {
        margin-bottom: 12px;
    }
    .body__contact table,
    .body__contact tbody,
    .body__contact tr,
    .body__contact th,
    .body__contact td{
        display: block;
    }
    .body__contact table td, .body__contact table th{
        border: none;
    }
    .body__contact table th{
        margin-bottom: 6px;
    }
    .body__contact table td{
        margin-bottom: 15px;
    }
    .body__contact table input{
        height: calc(1.5em + 0.75rem + 3px);
    }

    .body_address_i{
        font-size: 25px;
    }
    .body_address_i img{
        height: 17px;
    }
    .body_address_i .email{
        font-size: 22px;
    }
}
