* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html, body {
    min-height: 100vh;
    max-width: 100%;
    overflow-x: hidden;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.75;
    color: #363636;
}
@media screen and (max-width: 768px) {
br.sp{
    display: block;
}
br.pc{
    display: none;
}
}
@media screen and (min-width: 768px) {
    br.pc{
        display: block;
    }
    br.sp{
        display: none;
    }
    }

@media screen and (min-width: 320px) {
    html, body {
        font-size: 14px;
   }
    @media screen and (min-width: 768px) {
        html, body {
            font-size: 16px;
       }
   }
    img {
        max-width: 100%;
   }
    .mt-15 {
        margin-top: 15px;
   }
    .mt-20 {
        margin-top: 20px;
   }
    .mt-25 {
        margin-top: 25px;
   }
    .mt-80 {
        margin-top: 80px;
   }
    .mt-30 {
        margin-top: 30px !important;
   }
    .mt-45 {
        margin-top: 45px !important;
   }
    .ml-50 {
        margin-left: 50px;
   }
    .ml-10 {
        margin-left: 10px;
   }
    .mt-100 {
        margin-top: 10px !important;
   }
    .mt-40 {
        margin-top: 40px !important;
        display: block !important;
   }
    .mt-60 {
        margin-top: 60px !important;
   }
    .btn {
        border-radius: 0;
   }
    .hel {
        text-align: center;
        margin-left: 80px;
        margin-top: 60px;
   }
    @media screen and (min-width: 320px) {
        h3.title {
            font-size: 20px;
            margin-bottom: 40px;
            color: #363636;
            position: relative;
       }
        h3.title:after {
            content: "";
            border: 2px solid #1586FF;
            position: absolute;
            width: 50px;
            bottom: -15px;
            left: calc(50% - 25px);
       }
   }
    @media screen and (min-width: 768px) {
        h3.title {
            font-size: 24px;
            margin-bottom: 50px;
       }
        h3.title:after {
            width: 80px;
            bottom: -20px;
            left: calc(50% - 40px);
       }
   }
    @media screen and (min-width: 768px) {
        h4.title {
            font-size: 21px;
            margin-bottom: 30px;
       }
        h4.title:after {
            left: 15px;
            font-size: 16px;
       }
        h4.title::before {
            right: 15px;
            font-size: 16px;
       }
   }
    @media screen and (min-width: 320px) {
        h3.top {
            margin-top: 50px;
            margin-bottom: 20ßpx;
            font-size: 16px;
            color: #0F397E;
            line-height: 1.6;
       }
   }
    @media screen and (min-width: 768px) {
        h3.top {
            font-size: 18px;
       }
   }
    .num_list li {
        counter-increment: num;
        position: relative;
        list-style: none;
        margin: 5px 0;
        padding-left: 30px;
   }
    .num_list li::before {
        content: "0" counter(num);
        position: absolute;
        left: 0;
        color: #1586FF;
        transform: scale(1, 1.2);
        font-weight: 600;
        top: -1px;
   }
    @media screen and (min-width: 320px) {
        .num_list {
            font-size: 17px;
            margin-top: 30px;
            margin-bottom: 40px;
       }
   }
    @media screen and (min-width: 768px) {
        .num_list {
            font-size: 19px;
            margin-top: 30px;
            margin-bottom: 50px;
       }
   }
   /* -----header css----- */
    #header_lp {
        position: fixed;
        z-index: 10;
        width: 100%;
        background: rgba(255, 255, 255, 0.5);
        display: flex;
        height: 72px;
   }
    #header_lp .container-fluid {
        display: flex;
        justify-content: space-between;
        align-items: center;
   }
    #header_lp .logo a {
   }
    .header_contact {
        background: #0070E7;
        color: #FFF;
        text-decoration: none;
        font-weight: 500;
        font-size: 13px;
        padding: 10px 12px;
   }
    @media screen and (min-width: 768px) {
        #header_lp {
            height: 90px;
       }
        #header_lp .logo {
            width: 172px;
            margin-left: 30px;
       }
        #header_lp .logo a {
       }
        .header_contact {
            font-size: 15px;
       }
        .header_contact {
            padding: 10px 20px;
       }
   }
    .form-control1 {
        border-style: solid;
        color: #1aa6e4 !important;
        padding: 0px;
        border-color: #d9d9d9;
        width: 100%;
        padding: .375rem .75rem;
        font-size: 1rem;
        font-weight: 500;
   }
    #header {
        position: fixed;
        z-index: 10;
        width: 100%;
   }
    .navbar {
        padding: 0px 0;
        border-radius: 15px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 20px auto;
        max-width: 1090px;
        padding-top: 10px;
        padding-bottom: 10px;
   }
    .submenu_lists {
        visibility: hidden;
       /*hidden*/
        position: absolute;
        margin: 0px;
        padding: 10px;
        background-color: #f8f9fa !important;
        border-radius: 15px;
        list-style: none;
   }
    .nav-item:hover .submenu_lists {
        visibility: visible;
   }
    .text-center {
        margin-left: 1rem;
   }
    div#navbarSupportedContent {
        flex-grow: 0 !important;
        padding-right: 1rem !important;
   }
    .nav-item {
        font-weight: 600;
        margin-left: 35px;
   }
    .navbar-toggler {
        margin-right: 30px;
   }
    .collapse.navbar-collapse {
        margin-right: 0px;
   }
    .nav-link.text-dark {
        font-size: 14px;
        font-weight: 500;
   }
    .navbar-nav.ml-auto {
        display: flex;
        justify-content: center;
        align-items: center;
   }
    .navbar-light .navbar-nav .nav-link {
        padding: 0px;
   }
    .nav-link.text-dark:hover {
        color: #1aa6e4 !important;
   }
    #specifed {
        border-radius: 20px;
        padding-left: 15px;
        padding-right: 15px;
        border-style: solid;
        border-width: 1px;
        border-color: #006dbb;
        background-color: #006dbb;
   }
    #specifed>.nav-link.text-dark {
        color: #fff !important;
   }
    .selectorfont {
        font-size: 10px;
   }
    .form-control1 {
        border-style: solid;
        color: #1aa6e4 !important;
        padding: 0px;
        border-color: #d9d9d9;
        width: 100%;
        padding: .375rem .75rem;
        font-size: 1rem;
        font-weight: 500;
   }
    .form-control {
        border-style: solid;
        border-color: #1aa6e4;
        color: #1aa6e4 !important;
        padding: 0px;
        font-size: 10px;
        max-height: 20px;
        border-radius: 20px;
        font-weight: bold;
   }
    .contact_med {
        position: fixed;
        text-align: center;
        top: 15rem;
        right: 6rem;
        padding: 10px;
        width: 120px;
        cursor: pointer;
        transition: 0.3s;
        z-index: 10;
       /*デフォルトで非表示にする*/
        opacity: 0;
        visibility: hidden;
   }
   /*このクラスが付与されると表示する*/
    .active {
        opacity: 1;
        visibility: visible;
   }
   /* ------------Content CSS-------------- */
    nav.navbar {
        display: none;
   }
    p.title.m15 {
        font-size: 15px;
        margin: 7px;
   }
    p.title.m17 {
        margin: 33px;
   }
    p.title.m16 {
        margin: 18px;
   }
    p.title.jj1 {
        margin: 20px;
   }
    p.contenttext1.eng {
        font-size: larger;
        width: 80%;
        font-weight: 600;
   }
    
    .triple_box {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
   }
    .triple_box.center {
        justify-content: center;
   }
    @media screen and (min-width: 320px) {
        .triple_box {
            margin-bottom: 30px;
       }
        .triple_box img {
            margin-bottom: 15px;
       }
        .triple_box .title {
            text-align: center;
            color: #036EB8;
            font-weight: 600;
            font-size: 17px;
       }
        .triple_box .box {
            width: 100%;
            border: 1px solid #D9D9D9;
            margin-bottom: 20px;
       }
        .triple_box p {
            margin: 0 15px 9px;
       }
   }
    @media screen and (min-width: 768px) {
        .triple_box {
            margin-bottom: 50px;
       }
        .triple_box img {
            margin-bottom: 5px;
       }
        .triple_box .title {
            font-size: 18px;
       }
        .triple_box .box {
            width: 31%;
       }
   }
    .mhp_news {
        border: 2px solid #f78da7;
        margin: 1rem;
        padding: 1rem;
        text-align: center;
   }
    p.mhp2023 {
        color: #006dba;
        font-family: 'Noto Sans JP';
        font-weight: 600;
        margin: 0;
   }
    .contenttext {
        font-size: 16px;
        margin-bottom: 0px;
        letter-spacing: 5px;
   }
    .contenttext1 {
        font-size: 32px;
        font-family: "Noto Serif JP", serif;
        letter-spacing: 5px;
   }
    .arrow_direction {
        margin-left: 10px;
   }
    .mb-0 {
        margin-bottom: 0px !important;
   }
    .padding-20 {
        padding: 10px !important;
   }
    .border_bottom_none {
        border-bottom: none !important;
   }
    .letter_image {
        margin-top: 22px;
        object-fit: cover;
   }
    .message_img {
        margin-top: 22px;
        object-fit: cover;
   }
    .person_img {
        margin-top: 22px;
        object-fit: cover;
   }
    .service_textfield>.service_text {
        color: #006dba;
        font-size: 18px;
        margin-bottom: 0px;
        font-weight: 500;
   }
    .image-item>.service_text {
        color: #000;
        font-weight: 500;
   }
    #image_item1 {
        width: 50%;
   }
    .item_image {
        object-fit: cover;
        width: 100%;
        height: 100%;
        transition: transform 1000ms ease-in-out;
   }
    .item_image:hover {
        transform: scale(1.2);
   }
    .iamageload {
        overflow: hidden;
        width: 500px;
        cursor: pointer;
   }
    .iamageload1 {
        overflow: hidden;
        width: 500px;
        cursor: pointer;
   }
    .iamageload2 {
        overflow: hidden;
        width: 500px;
        cursor: pointer;
   }
    .image-item {
        display: flex;
        border-style: solid;
        border-color: #979494;
        border-width: 1px;
   }
    .imagetextfield {
        padding-left: 35px;
        padding-top: 30px;
        padding-right: 25px;
        padding-bottom: 30px;
        width: 100%;
   }
    .imagetextfield>.service_header {
        color: #006dba;
        font-size: 22px;
        margin-top: 0px;
        margin-bottom: 0px;
        font-weight: 500;
   }
    .imagetextfield>.service_text_desc {
        color: #363636;
        margin-top: 0px;
        margin-bottom: 0px;
        text-align: left;
   }
    .service_textfield1>.service_text {
        color: #187dc8;
        margin-top: 20px;
        font-size: 16px;
        margin-bottom: 0px;
        font-weight: 700;
   }
    .service_textfield1>.service_text_desc {
        color: #000;
        font-weight: 500;
        font-size: 20px;
        text-align: left;
        letter-spacing: -2px;
   }
    .item_descrition {
        display: flex;
        align-items: center;
        border-top-style: solid;
        border-top-width: 1px;
        border-top-color: #d1d1d1;
        border-bottom-style: solid;
        border-bottom-width: 1px;
        border-bottom-color: #d1d1d1;
        padding-top: 10px;
        padding-bottom: 10px;
   }
    .item_descrition>.item_space>.service_text_desc {
        color: #363636;
        text-align: left;
        margin-bottom: 5px;
   }
    .item_space {
        margin-left: 10%;
        width: 80%;
   }
    .item_descrition>.service_text_header {
        color: #187dc8;
        text-align: left;
        width: 25%;
        font-size: 16px;
        margin-bottom: 0px;
        font-weight: 500;
   }
    .service_textfield>.service_text_desc {
        color: #363636;
        text-align: left;
        margin-bottom: 1rem;
        margin-top: 1rem;
   }
}
.item_dec>.service_text_desc {
    color: #363636;
    font-size: 16px;
    margin-bottom: 0px;
    text-align: left;
}
.item_dec1>.service_text_desc {
    color: #363636;
    font-size: 16px;
    text-align: left;
    margin-bottom: 0px;
}
.item_dec {
    justify-content: center;
    text-align: center;
    width: 30%;
}
.item_dec1 {
    justify-content: center;
    text-align: center;
    width: 40%;
    margin-left: 80px;
}
#desc_chat {
    object-fit: cover;
}
.service_desc_header {
    color: #006bba;
    font-size: 20px;
    text-align: center;
    display: inline-block;
    width: 40%;
    font-weight: 700;
}
.text_field {
    display: flex;
    justify-content: center;
}
.service_text_header {
    font-size: 28px;
    font-weight: 500;
    color: #006dba;
    text-align: center;
    margin-top: 3rem;
    margin-bottom: 1rem;
}
.imagefield {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
}
.service_text_header1 {
    margin-top: 45px;
    font-size: 20px;
    color: #006dba;
    text-align: left;
    font-weight: 500;
}
.service_text {
    font-size: 12px;
    color: #000;
    text-align: left;
    font-weight: 500;
}
.box img {
    vertical-align: middle;
    border-style: none;
    width: 100%;
}
span.minitab {
    background: #BBE4FB;
    border-radius: 11px;
    padding: 0px 10px 3px 11px;
    margin-left: 1rem;
    font-size: 10px;
    font-family: inherit;
}
.contentimg {
    margin-bottom: 1rem;
}
.service_text_blow {
    font-size: 12px;
    color: #000;
    width: 50%;
    font-weight: 500;
    margin-left: 10px;
}
.service_text_blow_ {
    font-size: 12px;
    color: #1aa6e4;
    width: 50%;
    font-weight: 500;
    margin-left: 10px;
}
.service_textfield {
    display: grid;
    justify-content: left;
    align-items: center;
    margin-top: 10px;
    text-align: center;
}
.service_textfield1 {
    justify-content: center;
    align-items: center;
    margin-top: 60px;
    text-align: center;
    padding-right: 10%;
    padding-left: 10%;
}
.service_textfield2 {
    margin-top: 5rem;
}
.service_textfield3 {
    margin-top: 110px;
    background-color: #ebebeb;
    padding: 50px 70px 50px 70px;
}
.service_textfield4 {
    margin-top: 88px;
    background-color: #fff;
    margin-bottom: 100px;
}
.service_textfield5 {
    margin-top: 110px;
    border: 1px solid #000000;
    padding: 50px 70px 50px 70px;
}
.service_text.mt-40.font-size-20 {
    margin-top: 40px !important;
    font-size: 20px;
    margin-bottom: 1rem;
}
.service_textfield3>.service_text_header {
    color: #006dba;
    margin-bottom: 40px;
    font-size: 28px;
    font-weight: 500;
}
.service_textfield3>.service_text_desc {
    color: #363636;
    margin-bottom: 40px;
    text-align: center;
}
.service_textfield5>.service_text_desc {
    color: #363636;
    margin-bottom: 40px;
    text-align: center;
}
.service_textfield5>.service_text_desc2 {
    color: #363636;
    margin-bottom: 40px;
    text-align: center;
}
.service_textfield5>.service_text_header {
    color: #006dba;
    margin-bottom: 40px;
    font-size: 28px;
    font-weight: 500;
}
.icon-box>.service_text_desc {
    color: #1aa6e4;
    font-size: 20px;
    text-align: center;
    margin-bottom: 0px;
    font-weight: 500;
}
.icon-box>.service_text_desc2 {
    color: #006dba;
    font-size: 20px;
    text-align: left;
    margin-bottom: 0px;
    font-weight: 500;
}
.icon-box>.service_text_desc>img {
    margin-top: 10px;
}
.icon-box>.service_text_desc2>img {
    margin-top: 10px;
}
.icon-box {
    display: flow-root;
    justify-content: center;
    text-align: center;
    align-items: center;
    width: 25%;
}
.item-box>.text-item>.service_text_desc {
    color: #363636;
    text-align: left;
    margin-bottom: 0px;
}
.item-box>.text-item>.service_text_desc2 {
    color: #363636;
    text-align: left;
    margin-bottom: 0px;
}
.text-item {
    margin-left: 20px;
    width: 72%;
}
.fa-sort-down {
    color: #1aa6e4;
    font-size: 40px;
    margin-left: 105px;
    margin-bottom: 15px;
}
.divider_icon {
    margin-left: 0px;
    margin-right: 0px;
}
.service_textfield3>.item-box {
    background-color: #fff;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 180px;
}
.service_textfield5>.item-box {
    background-color: #fff;
    padding: 10px;
    display: block;
    align-items: center;
    justify-content: flex-start;
    height: 100%;
}
.button_item {
    margin-left: 10%;
    margin-right: 10%;
    display: flex;
    justify-content: center;
}
.button_item>.btn.btn-light {
    color: #006dba;
    font-size: 18px;
    margin-bottom: 0px;
    padding-right: 50px;
    padding-left: 50px;
    padding-top: 20px;
    padding-bottom: 20px;
    border-style: solid;
    border-width: 1px;
    font-weight: 400;
    border-color: #006dba;
    background: #fff;
    background: linear-gradient(to left, #fff 50%, #006dba 50%) right;
    background-size: 200%;
    transition: 0.5s ease-out;
}
.button_item>.btn.btn-light:hover {
    background-position: left;
    color: #fff;
    border: 1px solid #006dba;
}
.button_item2 {
    margin-left: 10%;
    margin-right: 10%;
    display: flex;
    justify-content: center;
    margin-top: 1rem;
    margin-bottom: 0.5rem;
}
.button_item2>.btn.btn-light2 {
    color: #006dba;
    font-size: 14px;
    margin-bottom: 0px;
    padding-right: 30px;
    padding-left: 30px;
    padding-top: 15px;
    padding-bottom: 15px;
    border-style: solid;
    border-width: 1px;
    font-weight: 400;
    border-color: #006dba;
    background: #fff;
    background: linear-gradient(to left, #fff 50%, #006dba 50%) right;
    background-size: 200%;
    transition: 0.5s ease-out;
}
.button_item2>.btn.btn-light2:hover {
    background-position: left;
    color: #fff;
    border: 1px solid #006dba;
}
.service_textfield2>.service_text_header {
    font-size: 28px;
    margin-bottom: 40px;
    font-weight: bold;
}
.bottom_field {
    width: 100%;
    background-color: #0f397e;
    height: 15px;
}
.bottom_field1 {
    width: 100%;
    background-color: #0068b8;
    height: 15px;
}
.bottom_field2 {
    width: 100%;
    background-color: #1aa6e4;
    height: 15px;
}
#imageservice {
    width: 100%;
    height: 250px;
}
.text_field {
    padding: 50px;
}
.main_v {
    position: relative;
    background: linear-gradient(#FFFFFF, #DCF3FF);
}
@media screen and (min-width: 768px) {
    .main_v {
        height: 85vh;
        display: flex;
        justify-content: space-around;
   }
    .main_title .left {
        width: 45%;
   }
    .main_title .right {
        width: 45%;
   }
}
@media screen and (max-width: 768px) {
    .main_v {
        min-height: 84vh;
        display: flex;
        justify-content: center;
        margin-top: 70px;
   }
    .main_title {
        display: flex;
        flex-wrap: wrap;
   }
    .main_title .left {
        width: 100%;
   }
    .main_title .right {
        width: 88%;
        margin-top: 10px;
   }
}
.main_title {
    padding: 1rem 1rem 1rem 1rem;
    display: flex;
    justify-content: space-around;
    align-items: center;
    max-width: 1400px;
}
.main_title p{
    margin-bottom: 0.5rem;
}
.main_title .text {
    font-size: 18px;
    font-weight: 600;
}
.main_title .text2 {
    font-size: 28px;
    letter-spacing: 1px;
    font-weight: 600;
}
.main_title .text2 span {
    color: #036EB8;
}
.main_title .text3 {
    color: #0097FF;
    font-size: 24px;
    text-shadow: 1px 2px 3px rgba(0, 0, 0, 0.3);
    letter-spacing: 2px;
    font-weight: 500;
}
@media screen and (min-width: 768px) {
    .main_title p{
        margin-bottom: 1rem;
   }
    .main_title .text {
        font-size: 32px;
   }
    .main_title .text2 {
        font-size: 44px;
        letter-spacing: 1px;
   }
    .main_title .text3 {
        font-size: 36px;
        letter-spacing: 1px;
   }
}
@media screen and (min-width: 1080px) {
    .main_title .text {
        font-size: 36px;
   }
    .main_title .text2 {
        font-size: 50px;
        letter-spacing: 1px;
   }
    .main_title .text3 {
        font-size: 38px;
        letter-spacing: 1px;
   }
}
.main_title .explain {
    background: #FFF;
    border: 1.5px solid #0077FF;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding: 0 20px;
    position: relative;
    margin-top: 15px;
    margin-top: 30px;
}
.main_title .explain p {
    width: 100%;
    padding: 15px 0;
    margin-bottom: 0;
}
.main_title .explain img {
    display: none;
}
@media screen and (min-width: 768px) {
    .main_title .explain p {
        width: 72%;
        padding: 20px 0;
   }
    .main_title .explain img {
        display: block;
        width: 22%;
        margin-right: 15px;
   }
}
.main_title .explain:before {
    font-family: "FontAwesome", sans-serif;
    font-weight: 400;
    content: "\f00c";
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: #0077FF;
    color: #FFF;
    position: absolute;
    top: -15px;
    left: -15px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.ayus {
    padding-left: 100px;
    margin-top: 50px;
}
.table_area>.item_element>.left_element>.text {
    color: #006dba;
    margin-bottom: 0px;
    width: 150px;
    font-weight: 700;
}
.table_area>.item_element>.left_element {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.table_area>.item_element>.left_element>.color_span {
    font-size: 12px;
    color: #fff;
    background-color: #187dc8;
    margin-bottom: 0px;
    padding-left: 3px;
    font-weight: 500;
    padding-right: 3px;
    padding-bottom: 1px;
}
.table_area>.item_element>.left_element>.color_span_o {
    font-size: 12px;
    color: #187dc8;
    border: 1px solid #187dc8;
    background-color: #fff;
    margin-bottom: 0px;
    padding-left: 3px;
    font-weight: 500;
    padding-right: 3px;
    padding-bottom: 1px;
}
.table_area>.item_element>.right_element>p {
    font-size: 16px;
    font-weight: 500;
    color: #000;
    margin-bottom: 0px;
}
.table_area {
    background-color: #fff;
    padding: 50px;
    margin-top: 40px;
    border: 1px solid #1aa6e4;
}
.table_area>.button_table_area>.btn.btn-light {
    color: #006dba;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 100px;
    padding-right: 100px;
    border-style: solid;
    border-width: 1px;
    border-color: #006dba;
    background: linear-gradient(to left, #fff 50%, #006dba 50%) right;
    background-size: 200%;
    transition: 0.5s ease-out;
}
.table_area>.button_table_area>.btn.btn-light:hover {
    background-position: left;
    color: #fff;
    border: 1px solid #006dba;
}
.table_area>.button_table_area {
    margin-top: 50px;
    display: flex;
    justify-content: center;
}
.table_area>.item_element {
    display: flex;
    border-right: none;
    border-left: none;
    justify-content: flex-start;
    text-align: left;
}
.table_area>.item_element>.left_element {
    padding: 20px;
}
.table_area>.item_element>.right_element {
    padding: 20px;
    width: 70%;
}
.table_area>.item_element>.right_element>.form-group {
    margin-bottom: 0px;
}
.table_area>.item_element>.right_element>.form-control1 {
    color: #0b0a0a;
    border-radius: 0px;
    border-color: #d9d9d9;
    border-style: solid;
    border-width: 1px;
    width: 80%;
}
.table_area>.item_element:nth-child(2) {
    border-top: none;
}
.table_area>.item_element:nth-child(3) {
    border-top: none;
}
.table_area>.item_element:nth-child(4) {
    border-top: none;
}
.table_area>.item_element>.right_element>.form-control1::placeholder {
    color: #c4c4c4;
}
.table_area2 {
    background-color: #fff;
    padding: 18px;
    margin-top: 40px;
    border: 1px solid #363636;
    border-radius: 12px;
}
p.table_text2 {
    color: #363636;
    font-weight: 500;
}
button.medibutton {
    background-color: #fff;
    color: #1aa6e4;
    border: 1.5px solid #1aa6e4;
    border-radius: 6px;
    padding: 0.5rem 1.5rem 0.5rem 1.5rem;
}
button.medibutton:hover {
    background: #1aa6e4;
    color: #fff;
}
img.logo_cp {
    width: 164px;
}
.form-group>.form-control1 {
    color: #0b0a0a;
}
textarea.form-control1 {
    height: auto;
}
/*=============Services Section==================*/
.services-section {
    background-color: #fff;
    background-size: cover;
    padding: 20px 0 0px 0;
}
.section-title {
    text-align: center;
    color: #ddd;
    text-transform: uppercase;
    font-size: 30px;
}
.border {
    width: 160px;
    height: 2px;
    background: #82ccdd;
    margin: 40px auto;
}
.services-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.services-box {
    max-width: 33.33%;
    padding: 10px;
    text-align: center;
    color: #ddd;
    cursor: pointer;
}
.service-icon {
    display: inline-block;
    width: 70px;
    height: 70px;
    border: 3px solid #82ccdd;
    color: #82ccdd;
    transform: rotate(45deg);
    margin-bottom: 30px;
    margin-top: 16px;
    margin-left: 50px;
    transition: 0.3s linear;
}
.service-icon i {
    padding-left: 20px;
    line-height: 70px;
    transform: rotate(-45deg);
    font-size: 26px;
}
.service-box:hover .service-icon {
    background: #82ccdd;
    color: #ddd;
}
.service-title {
    font-size: 25px;
    text-transform: uppercase;
    color: #0f397e;
    letter-spacing: -2px;
    text-align: center;
}
.service-title_MHP {
    font-size: 25px;
    text-transform: uppercase;
    color: #0068b8;
    letter-spacing: -2px;
    text-align: center;
    font-weight: 500;
}
.service-title_below_MHP {
    font-size: 20px;
    color: #0068b8;
    letter-spacing: -2px;
    text-align: center;
}
.service-title_market {
    font-size: 25px;
    text-transform: uppercase;
    color: #1aa6e4;
    letter-spacing: -3px;
    text-align: center;
    font-weight: 400;
}
.service-title_below {
    font-size: 20px;
    color: #0f397e;
    letter-spacing: -2px;
    text-align: center;
}
.service-title_below_market {
    font-size: 20px;
    color: #1aa6e4;
    letter-spacing: -2px;
    text-align: center;
}
.service-desc {
    font-size: 18px;
    text-align: center;
    color: rgb(34, 33, 33);
    font-weight: 400;
    margin-top: 15px;
}
.serviceboxs {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.service-box {
    border-style: solid;
    border-color: rgb(51, 50, 50);
    border-width: 1px;
    margin-top: 40px;
}
#sevice_container {
    max-width: 990px;
}
@media screen and(max-width:768px) {
    #sevice_container {
        padding-left: 15px;
        padding-right: 15px;
   }
}
@media screen and(min-width:768px) {
    #sevice_container {
        padding-left: 0px;
        padding-right: 0px;
   }
}
@media screen and (max-width:960px) {
    .nav-item:hover .submenu_lists {
        visibility: hidden;
   }
}
@media screen and(max-width:768px) {
    .service-box {
        max-width: 50%;
   }
}
@media screen and(max-width:480px) {
    .service-box {
        max-width: 100%;
   }
}
/*==========================*/
.section-title1 {
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-size: 25px;
    font-weight: 500;
    margin-bottom: 0px;
    letter-spacing: 5px;
}
.part2 {
    padding-top: 0px;
    padding-bottom: 0px;
    background: url("../images/お問い合わせ.png");
    background-repeat: no-repeat;
    background-size: 100%;
    text-align: center;
    height: 360px;
    opacity: 0.9;
    display: flex;
    justify-content: center;
}
#part2_field {
    justify-content: center;
    text-align: center;
    align-items: center;
    max-width: 990px;
    padding-top: 85px;
}
.part4 {
    background-color: #fff;
}
#part4_container {
    max-width: 990px;
    padding-top: 100px;
    padding-bottom: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.part4_text {
    color: #000;
    font-size: 20px;
    font-weight: 400;
    text-align: center;
    margin-top: 20px;
    width: 100%;
}
.part4_text1 {
    color: #000;
    font-size: 20px;
    font-weight: 400;
    text-align: center;
    width: 100%;
}
.gre {
    color: #a0fa69;
}
.bo {
    background-color: white;
}
.san {
    color: #b4b8b2;
}
hr {
    width: 20%;
    display: block;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    margin-left: auto;
    margin-right: auto;
    border-style: inset;
    border-width: 1px;
    color: grey;
}
ul {
    list-style: disc;
    padding-left: 3rem;
}
li {
    margin: 10px 0;
    text-align: left;
    color: #363636;
}
/* .op {
    opacity: 0.5;
} */
.btn {
    color: white;
}
.yel {
    background: #f9ee8a no-repeat center center fixed;
    background-size: auto 100%;
}
/*footer*/
#selectorfield select {
    padding-left: 5px;
    padding-bottom: 3px;
    min-width: 100px;
}
.selectorfont {
    font-size: 16px;
}
.section-title1 {
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 0px;
    font-family: sans-serif;
    font-weight: 400;
    letter-spacing: 5px;
}
.part4_text {
    color: #000;
    font-size: 14px;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 0;
    width: 100%;
}
.part4_text1 {
    color: #000;
    font-size: 14px;
    margin-bottom: 0;
    text-align: center;
    width: 100%;
}
.divider {
    border-style: solid;
    border-width: 1px;
    border-color: #5093c4;
}
#contact {
    background: #006dbb;
}
.logo-text {
    margin: 15px 0 0px;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
}
.logo-text1 {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    margin: 3px;
}
.btn.btn-light {
    color: #006dba;
    font-size: 16px;
    padding-right: 50px;
    padding-left: 50px;
    font-weight: bold;
    margin-top: 30px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 100px;
    padding-right: 100px;
    background: #fff;
    background: linear-gradient(to left, #fff 50%, #006dba 50%) right;
    background-size: 200%;
    transition: 0.5s ease-out;
}
.btn.btn-light:hover {
    background-position: left;
    color: #fff;
    border: 1px solid #006dba;
}
#Copyright {
    max-width: 990px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.part5 {
    background-color: #002f89;
}
.logo-text_main {
    color: #6de6fc;
    font-weight: bold;
}
.copyrighttext {
    color: #fff;
    font-size: 12px;
    font-weight: 300;
    margin-bottom: 0px;
}
.footer {
    color: #d3d3d3;
    position: relative;
}
.footer h1 {
    font-size: 16px;
}
.footer-bottom {
    width: 100%;
    text-align: center;
    margin-top: 35px;
    margin-bottom: 35px;
}
.services-section {
    background-color: #fff;
    background-size: cover;
    padding: 20px 0 0px 0;
}
.boxmi5 {
    margin: 3em 1em 1em 1em;
    border: solid 2px #006dba;
    padding: 0.3em 0.5em;
    position: relative;
    color: #363636;
    font-weight: bold;
    text-align: center;
    font-size: larger;
    padding: 1.5rem;
}
span.search_dec {
    font-size: larger;
    color: #006dba;
    font-family: ui-monospace;
}
.boxmi5:after {
    background: #006dba;
    color: #fff;
    font-weight: bold;
    position: absolute;
    left: -2px;
    bottom: 100%;
    padding: 1px 10px 0 10px;
    content: "New";
    letter-spacing: 0.1em;
}
#footer_container {
    max-width: 990px;
}
.footer .footer-content {
    display: flex;
    padding-bottom: 50px;
    padding-top: 50px;
}
.footer .footer-content .footer-section {
    flex: 1;
    padding: 10px 5px 10px 15px;
    border-left: 1px solid #5093c4;
}
.footer .footer-content .footer-section a {
    color: inherit;
}
.footer .footer-content .about h1 span {
    color: #05f7ff;
}
.footer .footer-content .about .contact span {
    display: block;
    font-size: 1.1em;
    margin-bottom: 8px;
}
.footer .footer-content .about .socials a {
    border: 1px solid gray;
    width: 45px;
    height: 41px;
    padding-top: 5px;
    margin-right: 5px;
    text-align: center;
    display: inline-block;
    font-size: 1.3em;
    border-radius: 5px;
    transition: all 0.3s;
}
.footer .footer-content .about .socials a:hover {
    border: 1px solid white;
    color: white;
    transition: all 0.3s;
}
.footer .footer-content .links ul {
    padding-top: 5px;
}
.footer .footer-content .links ul a {
    display: block;
    margin-bottom: 10px;
    font-size: 1.2em;
    transition: all 0.3s;
}
.footer .footer-content .links ul a:hover {
    color: white;
    margin-left: 15px;
    transition: all 0.3s;
}
.footer .footer-content .contact-form .contact-input {
    background: #272727;
    color: #bebdbd;
    margin-bottom: 10px;
    line-height: 1.5rem;
    padding: 0.9rem 1.4rem;
    border: none;
}
.footer .footer-content .contact-form .contact-input:focus {
    background: #1a1a1a;
}
.footer .footer-content .contact-form .contact-btn {
    float: right;
}
@media (max-width: 767px) {
    img.main_visual_img {
        width: 360px;
   }
    #header .container-fluid {
        padding: 0 10px;
   }
    #header .navbar {
        padding: 5px;
        border-radius: 5px;
   }
    .title_back {
        width: 80%;
   }
    .contact_med {
        bottom: 1rem;
        right: 1rem;
   }
    section#mhpnewslist {
        padding-left: 0px;
        margin-top: 2.5rem;
        margin-bottom: 1.5rem;
   }
    .mhpnewslist_1 {
        width: 100%;
        padding: 10px;
   }
    #header .navbar-toggler {
        margin-right: 0px;
   }
    .service_text {
        padding: 0 10px;
   }
    .part2 {
        background-size: auto;
   }
    .footer .footer-content {
        flex-direction: column;
   }
    .footer .footer-content .footer-section {
        border-left: none;
        border-bottom: 1px solid #5093c4;
   }
    .footer-section.contact-form .mt-80 {
        margin-top: 20px;
   }
    .nav-item {
        margin: 10px 0;
   }
   /* ---------------------------------------- */
    .service_textfield {
        margin-top: 50px;
   }
    .service_textfield.mt-100 {
        margin-top: 5px !important;
        padding: 0px 10px;
   }
    .service_text.mt-40.font-size-20 {
        width: 100%;
        text-align: center;
        margin-top: 20px !important;
   }
    .service_text {
        padding: 0px 10px;
   }
    .service_textfield.mt-100 {
        padding: 0px 10px;
   }
    .service_textfield>.service_text_desc {
        text-align: left;
   }
    .service_textfield {
        display: block;
   }
    .service_text_header1 {
        margin-top: 20px !important;
   }
    #desc_chat {
        width: 100%;
   }
    .text_field.padding-20 {
        padding: 0px !important;
        flex-direction: column;
   }
    .item_dec {
        width: 100%;
   }
    .item_dec1 {
        width: 100%;
        margin-left: 0px;
   }
    .service_textfield1 {
        margin-top: 20px;
        padding: 0px;
   }
    .item_space {
        margin-left: 0px;
        padding: 0px 10px;
   }
    .service_textfield1>.service_text {
        text-align: center;
   }
    .item_descrition>.service_text_header {
        text-align: center;
        width: 100%;
   }
    .item_descrition {
        flex-direction: column;
   }
    .service_textfield2 {
        margin-top: 80px;
   }
    .image-item {
        flex-direction: column;
        border-top: none;
        border-bottom: none;
        margin-top: 50px;
   }
    .iamageload {
        width: 100%;
        padding: 0px 10px;
   }
    .iamageload1 {
        width: 100%;
        padding: 0px 10px;
   }
    .iamageload2 {
        width: 100%;
        padding: 0px 10px;
   }
    .item_image {
        width: 100%;
   }
    .imagetextfield {
        padding: 0px 10px;
        width: 100%;
   }
    .service_textfield3 {
        padding-top: 100px;
   }
    .service_textfield3>.service_text_header {
        margin-bottom: 0px;
   }
    .service_textfield3>.service_text_desc {
        margin-bottom: 5px;
   }
    .service_textfield3>.item-box {
        width: 100%;
        padding: 10px;
        flex-direction: column;
        height: 100%;
        margin-top: 10px;
   }
    .service_textfield3 {
        width: 100%;
        padding: 100px 10px 10px 10px;
   }
    .service_textfield3>.service_text_desc {
        text-align: center;
   }
    .service_textfield5 {
        padding-top: 100px;
   }
    .service_textfield5>.service_text_header {
        margin-bottom: 0px;
   }
    .service_textfield5>.service_text_desc {
        margin-bottom: 5px;
   }
    .service_textfield5>.service_text_desc2 {
        margin-bottom: 5px;
   }
    .service_textfield5>.item-box {
        width: 100%;
        padding: 10px;
        flex-direction: column;
        height: 100%;
        margin-top: 10px;
   }
    .service_textfield5 {
        width: 100%;
        padding: 100px 10px 10px 10px;
   }
    .service_textfield5>.service_text_desc {
        text-align: center;
   }
    .service_textfield5>.service_text_desc2 {
        text-align: center;
   }
    .fa.fa-sort-down {
        margin-left: 0px;
        margin-bottom: 0px;
   }
    .text-item {
        width: 100%;
        margin-left: 0px;
        padding: 0px 5px;
   }
    .divider_icon {
        display: flex;
        justify-content: center;
        align-items: center;
   }
    .button_item>.btn.btn-light {
        padding: 10px;
   }
    .service_textfield4 {
        margin-top: 20px;
        margin-bottom: 40px;
   }
    .button_item {
        margin-bottom: 5%;
   }
    .contenttext1 {
        font-size: 20px;
   }
   /* ---------------------------------------- */
}
@media (max-width: 989px) {
    #header .container-fluid {
        padding: 0 10px;
   }
    #header .navbar {
        padding: 5px;
        border-radius: 5px;
   }
    #header .navbar-toggler {
        margin-right: 0px;
   }
    .service_text {
        padding: 0 10px;
   }
}
#assignment{
    margin-top: 60px;
    margin-bottom: 60px;
}
#assignment h2{
    text-align: center;
    margin-bottom: 30px;
    font-weight: 600;
}
@media screen and (min-width: 320px) {
    #assignment h2{
        margin-bottom: 50px;
   }
}
@media screen and (min-width: 768px) {
    #assignment h2{
        margin-bottom: 60px;
   }
}
#assignment h2 span{
    color: #CF4E4E;
}
/* 課題ゾーン */
.case_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
@media screen and (min-width: 320px) {
    .case_box {
        margin-bottom: 30px;
   }
    .case_box .image{
        width: 100%;
        text-align: center;
        margin-bottom: 10px;
   }
    .case_box img {
        margin-bottom: 15px;
        max-width: 168px;
   }
    .case_box .number{
        text-align: center;
        color: rgba(151, 151, 151, 0.24);
        font-weight: 600;
        font-size: 32px;
        position: relative;
        top: -40px;
        margin-bottom: -38px;
   }
    .case_box .title {
        text-align: center;
        font-weight: 600;
        font-size: 20px;
   }
    .case_box .box {
        width: 100%;
        background: #EFEFEF;
        margin-bottom: 40px;
        padding: 10px 10px 10px 10px;
   }
    .case_box p {
        margin: 0 5px 10px;
   }
}
@media screen and (min-width: 768px) {
    .case_box {
        margin-bottom: 50px;
   }
    .case_box img {
        margin-bottom: 5px;
   }
    .case_box .number{
        font-size: 36px;
        top: -45px;
        margin-bottom: -45px;
   }
    .case_box .title {
        font-size: 18px;
   }
    .case_box .box {
        width: 31%;
        padding: 10px 15px 10px 15px;
   }
}
/* 強みゾーン */
#strengths h2{
    background: linear-gradient(90deg, #00BCD4, #4759E3);
    -webkit-background-clip: text;
    color: transparent;
    font-weight: 600;
}
.strengths_intro{
    background: linear-gradient(#2776E3, #EAF3FF);
    text-align: center;
}
.strengths_intro p{
    color: #FFF;
    font-weight: 500;
    letter-spacing: 2px;
}
.strengths_bg{
    background: #EBF4FF;
}
@media screen and (min-width: 320px) {
    #strengths h2{
        font-size: 30px;
        margin-bottom: 20px;
        text-align: center;
   }
    .strengths_intro{
        padding-top: 30px;
        padding-bottom: 50px;
   }
    .strengths_intro p{
        font-size: 22px;
   }
    .strengths_bg .circle_image{
        width: 100%;
        margin-bottom: 30px;
   }
    .main_box{
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
   }
}
@media screen and (min-width: 768px) {
    #strengths h2{
        font-size: 44px;
        margin-bottom: 30px;
   }
    .strengths_intro{
        padding-top: 50px;
        padding-bottom: 70px;
   }
    .strengths_intro p{
        font-size: 28px;
   }
    .strengths_bg .circle_image{
        max-width: 600px;
        margin-bottom: 40px;
   }
}
@media screen and (min-width: 320px) {
    .st_box{
        margin-bottom: 40px;
   }
    .st_box .box{
        background: #FFF;
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        margin-bottom: 15px;
        padding: 15px;
   }
    .st_box .image{
        width: 100%;
        max-width: 145px;
   }
    .st_box .text{
        width: 100%;
        margin-top: 40px;
   }
    .st_box .text h3{
        color: #036EB8;
        font-weight: 600;
        text-align: center;
        font-size: 20px;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
   }
    .st_box .text h3 span{
        font-size: 25px;
        position: absolute;
        left: calc(50% - 18px);
        top: -36px;
   }
}
@media screen and (min-width: 768px) {
    .st_box .box{
        margin-bottom: 20px;
        padding: 20px 30px;
        flex-wrap:nowrap;
        justify-content: space-between;
   }
    .st_box .text h3{
        text-align: left;
        font-size: 26px;
        margin-left: 50px;
        margin-bottom: 15px;
        justify-content: flex-start;
   }
    .st_box .text h3 span{
        font-size: 30px;
        position: absolute;
        left: -50px;
        top: -3px;
   }
    .st_box .image{
        width: 20%;
        max-width: 145px;
   }
    .st_box .text{
        width: 80%;
        margin-top: 15px;
   }
}
/* 特徴エリア */

#feature{
    background: linear-gradient(to bottom, #E9F8FF 50%, #FFFFFF);
    text-align: center;
}
#feature h2{
    font-weight: 600;
    border-bottom: 4px solid #00BCD4;
  border-image: linear-gradient(to right, #00BCD4 0%, #004799 100%);
  border-image-slice: 1;
  display: inline-block;
}
#feature .main_image{
    background: #FFFFFF;
    box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.16);
}

@media screen and (min-width: 320px) {
    #feature{
        padding: 50px 0 50px;
    }
    #feature h2{
        padding-bottom: 5px;
        margin-bottom: 20px;
    }
    #feature .main_image{
       padding: 20px 15px;
       margin-bottom: 30px;
    }
}
@media screen and (min-width: 768px) {
    #feature{
       padding: 50px 0 50px;
    }
    #feature .main_image{
        padding: 20px 25px;
        margin-bottom: 40px;
     }
     #feature h2{
        padding-bottom: 10px;
        margin-bottom: 35px;
    }
}
.feature_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

@media screen and (min-width: 320px) {
    .feature_box {
        margin-bottom: 30px;
   }
   .feature_box .main{
    padding: 10px;
   }
    .feature_box .image{
        width: 100%;
        text-align: center;
        padding: 0 10px;
   }
    .feature_box img {
        margin-bottom: 10px;
        max-width: 168px;
   }
    .feature_box .number{
        text-align: center;
        background: #036EB8;
        color: #FFF;
        font-weight: 600;
        font-size: 20px;
        padding: 2.5px;
   }
    .feature_box .title {
        text-align: center;
        font-weight: 600;
        font-size: 20px;
   }
    .feature_box .box {
        width: 100%;
        background: #FFFFFF;
        box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.16);
        margin-bottom: 20px;
        overflow: hidden;
   }
    .feature_box p {
        margin-bottom:15px;
   }
}
@media screen and (min-width: 768px) {
    .feature_box {
        margin-bottom: 50px;
   }
    .feature_box img {
        margin-bottom: 10px;
   }
    .feature_box .number{
        font-size: 26px;
        padding: 5px;
   }
    .feature_box .title {
        font-size: 18px;
   }    .feature_box .box {
        width: 31.5%
   }
}

/* データで解説エリア */

@media screen and (min-width: 320px) {
#data{
    margin-bottom: 30px;
}
#data h2{
    font-weight: 600;
    font-size: 26px;
    text-align: center;
    margin-bottom: 40px;
}
#data h2 span{
    color: #036EB8;
}
#data .image_box{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
#data .image_box .left{
    width: 80%;
}
#data .image_box .right{
    width: 100%;
}
#data .right .pc{
    display: none;
}
#data .right .sp{
    display: block;
}
}
@media screen and (min-width: 768px) {
    #data{
        margin-bottom: 50px;
    }
    #data h2{
        font-size: 38px;
        margin-bottom: 40px;
    }
    #data .image_box{
        display: flex;
        flex-wrap: nowrap;
        align-items: flex-end;
        justify-content: space-between;
    }
    #data .image_box .left{
        width: 62%;
    }
    #data .image_box .right{
        width: 36%;
    }
    #data .right .pc{
        display: block;
    }
    #data .right .sp{
        display: none;
    }
}
@media screen and (min-width: 320px) {
   .white_arrow{
        position: relative;
        display: flex;
        align-items: flex-start;
        background: #036EB8;
        margin-top: 60px;
    }
    #table_list{
        background: linear-gradient(180deg, #036EB8 0%, #036EB8 50%, #FFF 50%, #FFF 100%);
        padding: 30px 15px 30px;
    }
    #table_list .table_bg{
        background: #FFFFFF;
        padding: 20px;
        margin-bottom: 20px;
        overflow-x: scroll;
    }
    #table_list .table_bg img{
        min-width: 600px;
    }
    #table_list h3{
        text-align: center;
        color: #FFF;
        margin-bottom: 20px;
        padding: 0 1.5rem;
    }
    #table_list h4{
        font-weight: 600;
        text-align: center;
        color: #036EB8;

    }
    #table_list h4 span{
        font-size: 60px 0 30px;
        position: relative;
        z-index: 0;
    }
    #table_list h4 span:before{
        content: "";
        border-bottom: 8px solid #FFF876;
        width: 100%;
        position: absolute;
        bottom: 4px;
        left: 0;
        z-index: -1;
    }
}
@media screen and (min-width: 768px) {
.white_arrow{
    position: relative;
    margin-top: 50px;
}
#table_list{
    padding: 70px 0 60px;
}
#table_list .table_bg{
    padding: 30px;
    margin-bottom: 30px;
    overflow-x: inherit;
}
#table_list h3{
    margin-bottom: 30px;
}
#table_list h4{
    font-size: 33px;
}
#table_list h4 span{
    font-size: 40px;
}
}

@media screen and (min-width: 320px) {
#data .option{
    background: #EBF4FF;
    text-align: center;
    overflow: hidden;
}
#data .option .op_bg{
    padding: 20px;
}
#data .option .op{
    font-weight: 600;
    color: #2776E3;
    font-size: 17px;
}
#data .option .op:before,
#data .option .op:after{
    content: "";
    border-left: 2px solid #2776E3;
    position: relative;
    height: 24px;
    bottom: -5px;
    display: inline-block;
}
#data .option .op:before{
        left: -20px;
        transform: rotate(-45deg);
}
#data .option .op:after{
        right: -19px;
        transform: rotate(45deg);
}
#data .option .title{
    font-weight: 600;
    font-size: 22px;
}
#data .option .box{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
}
#data .option .box .image{
width: 60%;
max-width: 255px;
margin-bottom: 15px;
}
#data .option .box .text{
    width: 100%;
    text-align: left;
}
#data .option .contact{
    background: #0070E7;
    color: #FFF;
    width: 100%;display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    padding: 10px;
}
#data .option .contact span{
    font-weight: 500;
    margin-right: 7.5px;
}
}
@media screen and (min-width: 768px) {
    
    #data .option .op_bg{
        padding: 30px 35px;
    }
    #data .option .op{
        color: #2776E3;
        font-size: 20px;
    }
    #data .option .title{
        font-size: 28px;
    }
    #data .option .box{
        display: flex;
        flex-wrap: nowrap;
        justify-content: space-between;
    }
    #data .option .box .image{
        width: 20%;
        max-width: 255px;
        }
        #data .option .box .text{
            width: 75%;
        }
        #data .option .contact{
            padding: 10px;
        }
}

/* 活用事例 */
@media screen and (min-width: 320px) {
#example{
    background: #EBF4FF;
    padding: 40px 0 50px;
}
#example h2{
    font-size: 24px;
    text-align: center;
    font-weight: 600;
    margin-bottom: 20px;
}
#example h2 span{
    color: #2776E3;
}
#example .ex_box{
    background: #FFFFFF;
    padding: 25px 20px;
    margin-bottom: 15px;
}

#example h3{
    font-weight: 600;
    border-bottom: 1px solid #2776E3;
    font-size: 18px;
    width: 100%;
    padding-bottom: 8px;
    margin-bottom: 25px;
}
#example .explain{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#example .explain p{
   width: 100%;
}
#example .explain .image{
    width: 100%;
    max-width: 330px;
 }
 #example .explain .image img{
    border-radius: 4px;
 }
}
@media screen and (min-width: 768px) {
    #example{
        padding: 50px 0 60px;
    }
    #example h2{
        font-size: 34px;
        margin-bottom: 25px;
    }
    #example .ex_box{
        padding: 30px;
        margin-bottom: 20px;
    }
    #example h3{
        font-size: 22px;
        padding-bottom: 8px;
        margin-bottom: 22px;
    }
    #example .explain{
        flex-wrap: nowrap;
    }
    #example .explain p{
        width: 69%;
     }
     #example .explain .image{
         width: 28%;
      }
}

/* よくあるご質問 */

@media screen and (min-width: 320px) {
    #faq{
        background: #F7FAFB;
        padding: 30px 0 50px;
    }
    #faq h2{
        font-size: 24px;
        text-align: center;
        font-weight: 600;
        margin-bottom: 15px;
    }
    #faq .sub_text{
        text-align: center;
        color: #036EB8;
        font-weight: 600;
        letter-spacing: 2px;
        font-size: 18px;
        margin-bottom: 20px;
    }
    .faq_box{
        background: #FFFFFF;
        padding: 20px 15px;
    }
    .faq_box dl{
        position: relative;
        margin-bottom: 20px;
        padding-left: 35px;
    }
    .faq_box dl::before{
        content: "Q.";
        color: #036EB8;
        position: absolute;
        left: 0;
        font-size: 22px;
        top: -7px;
    }
    .faq_box dl dt{
        color: #036EB8;
        letter-spacing: 2px;
        font-size: 16px;
        border-bottom: 1px dashed #036EB8;
        padding-bottom: 12.5px;
        margin-bottom: 15px;
    }
    .faq_box dl dd{
        font-weight: 500;
    }
}
@media screen and (min-width: 768px) {
    #faq{
        padding: 40px 0 70px;
    }
    #faq h2{
        font-size: 34px;
        margin-bottom: 10px;
    }
    #faq .sub_text{
        font-size: 24px;
        margin-bottom: 30px;
    }
    .faq_box{
        padding: 30px 30px;
    }
    .faq_box dl{
        margin-bottom: 40px;
        padding-left: 40px;
    }
    .faq_box dl::before{
        font-size: 26px;
        top: -10px;
    }
    .faq_box dl dt{
        font-size: 18px;
        padding-bottom: 15px;
        margin-bottom: 18px;
        
    }
}


/* フローティングバナー */


.floating-banner{
    display: none;
}


/*banner*/

.floating-banner2 {
    position: fixed;
    z-index: 999;
    bottom: 90px;
    right: 16px;
    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.08);
    width: 300px;
    border: 1.5px solid #0070E7;
    background: #FFF;
    border-radius: 3px;
    text-align: center;
    padding: 15px;
}
.floating-banner2 .title{
    color: #0070E7;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 12px;
}

.floating-banner2 .contact_box{
    background: #F2F2F2;
    padding: 10px;
}
.floating-banner2 .contact_box.box1{
 margin-bottom: 10px;
}
.contact_box p{
 font-size: 13px;
 margin-bottom: 10px;
}
.contact_box button{
    background: #0070E7;
    color: #FFF;
    font-weight: 500;
    text-decoration: none;
    font-size: 14px;
    width: 180px;
    height: 38px;
    display: flex;
    justify-content: center;
    margin: auto;
    border-radius: 3px;
    align-items: center;
    margin-bottom: 3px;
    border: none;
}
.contact_box button i{
    margin-right: 6px;
}

.banner-close2 {
  position: absolute;
  top: -24px;
  right: 0;
  padding: 4px 8px;
  border: none;
  background-color: #636363;
  color: #fff;
  border-radius: 1px;
  cursor: pointer;
    z-index: 1000;
    height: 20px;
    width: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}


/* トップリンク */

.top_link {
    position: fixed;
    z-index: 999;
    bottom: 20px;
    right: 16px;
    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.08);
    width: 52px;
    height: 52px;
    border: 1.5px solid #0070E7;
    background: #0E6CB6;
    border: 1px solid #3497DA;
    border-radius: 3px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.top_link a{
    color: #FFF;
    font-size: 12px;
    text-decoration: none;
    line-height: 1.36;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding: 3px;
}

@media (max-width: 768px) {
 
    .top_link {
        width: 48px;
    height: 48px;
    }  .top_link a{
      font-size: 11px;
    }
}
.top_link a i{
    width: 100%;
    margin-top: 3px;
    color: #5BD4EF;
}