* {
    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;
}

.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-40 {
    margin-top: 40px !important;
    display: block !important;
}

.mt-60 {
    margin-top: 60px !important;
}

.mt-90 {
    margin-top: -90px !important;
}

.mt-110 {
    margin-top: -110px;
}

.btn {
    border-radius: 0;
}

.hel {
    text-align: center;
    margin-left: 80px;
    margin-top: 60px;
}


/* -----header css----- */

#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;
}
.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-control {
    border-style: solid;
    border-color: #1aa6e4;
    color: #1aa6e4 !important;
    padding: 0px;
    font-size: 10px;
    max-height: 20px;
    border-radius: 20px;
    font-weight: bold;
}


/* ------------Content CSS-------------- */


td {
    border: 0.1px solid #1aa6e4 ;
    padding: 0rem 1rem 0rem 1rem;
}

div#sevice_container {
    text-align: -webkit-center;
}

table {
    caption-side: bottom;
    border-collapse: collapse;
    color: black;
    width: 95%;
}
td.head1 {
    width: 40%;
    font-weight: 600;
    background-color: #1aa6e4;
    color: white;
}
td.head2 {
    width: 60%;
    font-weight: 600;
    background-color: #1aa6e4;
    color: white;
}

p.s_exp {
    font-size: smaller;
    color: #006dbb;
    font-weight: 600;
    margin-bottom: 0.2rem;
}

.contenttext {
    margin-bottom: 0px;
    letter-spacing: 5px;
    color: #006dbb;
}

.item-box:first-child {
    display: flex;
}

.contenttext1 {
    font-size: 32px;
    margin-bottom: 0px;
    font-family: "Noto Serif JP", serif;
    letter-spacing: 5px;
    font-weight: bold;
    color: #006dbb;
}

.service_textfield>.border-box>.service_text {
    color: #0f397e;
    font-weight: 500;
}

.service_textfield>.border-box2>.service_text {
    color: #0f397e;
    font-weight: 500;
}

.service_textfield>.border-box3>.service_text {
    color: #0f397e;
    font-weight: 500;
}


.button_item>.btn.btn-light {
    font-size: 16px;
    font-weight: 500;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 15px;
    padding-bottom: 15px;
}

.button_item>.btn.btn-light2 {
    font-size: 16px;
    font-weight: 500;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 15px;
    padding-bottom: 15px;
}

.button_item>.btn.btn-light3 {
    font-size: 16px;
    font-weight: 500;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 15px;
    padding-bottom: 15px;
}


.service_textfield>.border-box {
    border-style: solid;
    border-width: 1px;
    border-color: #B0D677;
    padding: 50px;
    position: relative;
}


.service_textfield>.border-box2 {
    border-style: solid;
    border-width: 1px;
    border-color: #89D5F9;
    padding: 50px;
    position: relative;
}

.service_textfield>.border-box3 {
    border-style: solid;
    border-width: 1px;
    border-color: #0f397e;
    padding: 50px;
    position: relative;
}

a.DL_Btn {
    color: #006dba;
    font-size: 16px;
    font-weight: bold;
    margin-top: 0rem;
    background: linear-gradient(to left, #fff 50%, #89D5F9 50%) right;
    background-size: 200%;
    transition: 0.5s;
    border: 1px solid;
    text-decoration: none;
    padding: 0.1rem 1rem 0.1rem 1rem;
}

a.DL_Btn:hover {
    background-position: left;
    color: #fff;
    border: 1px solid #006dba;
}


td.dl_b {
    text-align: center;
    padding: 5px;
    height: 4rem;
}
.boxes-area {
    margin-top: 40px;
}

.boxes-area>p {
    font-size: 20px;
    color: #0f397e;
    text-align: left;
    margin-bottom: 0px;
    font-weight: 500;
}

.boxes-area>.boxes>.box>.box_header {
    font-size: 18px;
    color: #0f397e;
    text-align: left;
    margin-bottom: 20px;
    font-weight: 500;
    text-align: center;
}

.boxes .box:nth-child(2)>.box_header {
    margin-bottom: 2px;
}

.mb-20 {
    margin-bottom: 20px !important;
}

.boxes-area>.boxes>.box>.box_text {
    color: #363636;
    text-align: left;
    margin-bottom: 0px;
}

.boxes-area>.boxes>.box {
    border-style: solid;
    border-width: 1px;
    padding: 25px 15px 10px 15px;
    border-color: #0f397e;
    width: 32%;
    min-height: 185px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.boxes-area>.boxes {
    display: flex;
    justify-content: flex-start;
    margin-top: 5px;
}

#borderimage1 {
    position: absolute;
    top: 0px;
    left: 0px;
}

.image-item>.service_text {
    color: #000;
}

#image_item1 {
    width: 50%;
}

.iamageload {
    background: url(../images/グループ\ 16.png);
    background-size: 100% 100%;
    background-position: center;
    width: 60%;
}

.iamageload1 {
    background: url(../images/グループ\ 17.png);
    background-size: 100% 100%;
    background-position: center;
    width: 60%;
}

.iamageload2 {
    background: url(../images/グループ\ 18.png);
    background-size: 100% 100%;
    background-position: center;
    width: 60%;
}

.ami_img {
    object-fit: cover;
    max-width: unset;
    width: 50%;
    padding-top: 3rem;
    padding: 2rem;
    border-radius: 50px;
}

.image-item {
    display: flex;
    border-style: solid;
    border-color: #979494;
    border-width: 1px;
}

.imagetextfield {
    margin-left: 10%;
}

.imagetextfield>.service_header {
    color: #07a4e7;
    font-size: 22px;
    font-weight: 500;
}

.imagetextfield>.service_text_desc {
    color: #232324;
    font-size: 18px;
    font-weight: 500;
}

.service_textfield1>.service_text {
    color: #07a4e7;
    font-weight: 500;
    margin-top: 20px;
}

.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;
}

.item_descrition>.item_space>.service_text_desc {
    color: #000;
    font-weight: 300;
    font-size: 20px;
    text-align: left;
    letter-spacing: -2px;
}

.item_space {
    margin-left: 10%;
}

.item_descrition>.service_text_header {
    color: #07a4e7;
    font-weight: 500;
    font-size: 20px;
    text-align: left;
    letter-spacing: -2px;
    width: 15%;
}

.service_textfield>.border-box>.imge-item-field>.text-field>.service_text_desc {
    color: #363636;
    text-align: left;
    user-select: none;
    margin-bottom: 0px;
}

.service_textfield>.border-box2>.imge-item-field>.text-field>.service_text_desc {
    color: #363636;
    text-align: left;
    user-select: none;
    margin-bottom: 0px;
}
.service_textfield>.border-box3>.imge-item-field>.text-field>.service_text_desc {
    color: #363636;
    text-align: left;
    user-select: none;
    margin-bottom: 0px;
}

.service_textfield>.service_text {
    color: #343a40;
    font-size: 18px;
    text-align: left;
    letter-spacing: 1px;
    font-weight: 500;
    line-height: 1.75;
    user-select: none;
    margin-bottom:3rem;
    margin-top: 2rem;
}

.service_textfield>.imge-item-field>.text-field>.service_text_desc {
    color: #363636;
    text-align: left;
    letter-spacing: 1px;
    user-select: none;
    margin-top: 10px;
}

.mt-160 {
    margin-top: 150px !important;
}

.mt-10 {
    margin-top: 10px;
}

.mt-35 {
    margin-top: 35px !important;
}

.imge-item-field {
    display: flex;
}

.item_dec>.service_text_desc {
    color: #000;
    font-weight: 500;
    font-size: 20px;
    text-align: left;
    letter-spacing: -2px;
}

.service_text.mt-45.font_size_25 {
    font-size: 25px;
    margin-bottom: 0px;
}

.service_text.mt-20.font_size_25 {
    margin-top: 20px !important;
    font-size: 25px;
    width: 60%;
    margin-bottom: 0px;
}

.item_dec1>.service_text_desc {
    color: #000;
    font-weight: 500;
    font-size: 20px;
    text-align: left;
    letter-spacing: -2px;
}

.item_dec {
    justify-content: center;
    text-align: center;
    width: 40%;
}

.mb-0 {
    margin-bottom: 0px !important;
}

.item_dec1 {
    justify-content: center;
    text-align: center;
    width: 40%;
    margin-left: 50px;
}

#desc_chat {
    width: 70%;
    height: 100%;
}

.service_text_header {
    font-size: 28px;
    color: #343a40;
    text-align: center;
    margin-bottom: 0px;
    position: relative;
    padding: 1.0rem;
    padding-top: 50px;
}
.service_text_header:before {
    position: absolute;
    bottom: -10px;
    left: calc(50% - 30px);
    width: 60px;
    height: 5px;
    content: '';
    border-radius: 3px;
    background: #006dba;
}
.text_field {
    display: flex;
    justify-content: center;
}


.service_text_header1 {
    font-size: 25px;
    font-weight: 500;
    color: #1aa6e4;
    text-align: left;
}

.image-area {
    margin-left: 30px;
}

.imagefield {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
}

.mt-140 {
    margin-top: 140px !important;
}

.service_text.mt-40.font_size_20 {
    font-size: 20px;
}

.service_text {
    font-size: 12px;
    color: #000;
    text-align: left;
    font-weight: 500;
}

.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: center;
    align-items: center;
    margin-top: 20px;
    text-align: center;
}

.service_textfield1 {
    justify-content: center;
    align-items: center;
    margin-top: 50px;
    text-align: center;
    padding-right: 10%;
    padding-left: 10%;
}

.service_textfield2 {
    margin-top: 100px;
}

.service_textfield3 {
    margin-top: 140px;
    background-color: #ebebeb;
    padding: 50px;
}

.service_textfield4 {
    margin-top: 80px;
    background-color: #fff;
    padding: 10px;
}

.service_textfield3>.service_text_header {
    color: #0f397e;
    margin-bottom: 40px;
    font-size: 28px;
}

.service_textfield3>.service_text_desc {
    color: #363636;
    margin-bottom: 45px;
    text-align: center;
}

.service_text_desc.font-size_16 {
    font-size: 16px;
    margin-bottom: 0px;
}

.service_text.mt-20.font_size_25 {
    font-size: 25px;
}

.flex_box {
    display: flex;
}

.icon-box>.service_text_desc {
    color: #0f397e;
    font-size: 24px;
    text-align: left;
    margin-bottom: 0px;
    font-weight: 500;
}

.icon-box>.service_text_desc1 {
    color: #363636;
    text-align: left;
    margin-bottom: 0px;
    margin-top: 30px;
}

.icon-box {
    display: flow-root;
    justify-content: center;
    text-align: center;
    align-items: center;
}

.item-box>.text-item>.service_text_desc {
    color: #000;
    font-size: 20px;
    text-align: left;
    margin-bottom: 0px;
}

.text-item {
    margin-left: 30px;
}

.fa-sort-down {
    color: #1aa6e4;
    font-size: 40px;
}

.divider_icon {
    margin-left: 10%;
    margin-right: 10%;
}

.service_textfield3>.item-box {
    background-color: #fff;
    padding: 50px;
    justify-content: flex-start;
    margin-top: 30px;
}

.buttons>.button_area>.button_item {
    margin: 0px;
    display: block;
    margin-left: 30px;
}

.buttons>.button_area :first-child {
    margin: 0px;
    display: block;
}

.buttons>.button-text {
    color: #0f397e;
    text-align: left;
    margin-bottom: 0px;
    font-weight: 500;
}

.buttons>.button_area>.button_item>.btn.btn-light {
    margin: 0px;
    font-size: 16px;
    padding: 5px 50px 5px 50px;
    color: #006dba;
    border-color: #006dba;
    border-color: #006dba;
    background: #fff;
    background: linear-gradient(to left, #fff 50%, #006dba 50%) right;
    background-size: 200%;
    transition: 0.5s ease-out;
}

.buttons>.button_area>.button_item>.btn.btn-light2 {
    margin: 0px;
    font-size: 16px;
    padding: 5px 50px 5px 50px;
    color: #006dba;
    border-color: #006dba;
    border-color: #006dba;
    background: #fff;
    background: linear-gradient(to left, #fff 50%, #006dba 50%) right;
    background-size: 200%;
    transition: 0.5s ease-out;
}
.buttons>.button_area>.button_item>.btn.btn-light3 {
    margin: 0px;
    font-size: 16px;
    padding: 5px 50px 5px 50px;
    color: #006dba;
    border-color: #006dba;
    border-color: #006dba;
    background: #fff;
    background: linear-gradient(to left, #fff 50%, #006dba 50%) right;
    background-size: 200%;
    transition: 0.5s ease-out;
}


.buttons>.button_area>.button_item>.btn.btn-light:hover {
    background-position: left;
    color: #fff;
    border: 1px solid #006dba;
}

.buttons>.button_area>.button_item>.btn.btn-light2:hover {
    background-position: left;
    color: #fff;
    border: 1px solid #006dba;
}

.buttons>.button_area>.button_item>.btn.btn-light3:hover {
    background-position: left;
    color: #fff;
    border: 1px solid #006dba;
}

.buttons>.button_area {
    margin-top: 20px;
    display: flex;
    justify-content: flex-start;
}

.buttons {
    margin-top: 30px;
    padding: 15px 0px 20px 20px;
    border-style: solid;
    border-width: 1px;
    border-color: lightgray;
}

.button_item {
    margin-left: 10%;
    margin-right: 10%;
    display: flex;
    justify-content: center;
}

.button_item>.btn.btn-light {
    color: #0f397e;
    font-size: 20px;
    margin-bottom: 0px;
    padding-right: 50px;
    padding-left: 50px;
    padding-top: 20px;
    padding-bottom: 20px;
    border-style: solid;
    border-width: 1px;
    border-color: #89D5F9;
}

.button_item>.btn.btn-light2 {
    color: #0f397e;
    font-size: 20px;
    margin-bottom: 0px;
    padding-right: 50px;
    padding-left: 50px;
    padding-top: 20px;
    padding-bottom: 20px;
    border-style: solid;
    border-width: 1px;
    border-color: #B0D677;
}
.button_item>.btn.btn-light3 {
    color: #0f397e;
    font-size: 20px;
    margin-bottom: 0px;
    padding-right: 50px;
    padding-left: 50px;
    padding-top: 20px;
    padding-bottom: 20px;
    border-style: solid;
    border-width: 1px;
    border-color: #0f397e;
}


.border-box>.button_item {
    text-align: center;
    display: block;
    margin: 0px;
}

.border-box2>.button_item {
    text-align: center;
    display: block;
    margin: 0px;
}
.border-box3>.button_item {
    text-align: left;
    display: block;
    margin: 0px;
}

.border-box>.button_item>.btn.btn-light {
    font-size: 15px;
    padding: 15px 50px 15px 50px;
}

.border-box>.button_item>.btn.btn-light2 {
    font-size: 15px;
    padding: 15px 50px 15px 50px;
}
.border-box>.button_item>.btn.btn-light3 {
    font-size: 15px;
    padding: 15px 50px 15px 50px;
}


.border-box2>.button_item>.btn.btn-light {
    font-size: 15px;
    padding: 15px 50px 15px 50px;
}
.border-box2>.button_item>.btn.btn-light2 {
    font-size: 15px;
    padding: 15px 50px 15px 50px;
}
.border-box2>.button_item>.btn.btn-light3 {
    font-size: 15px;
    padding: 15px 50px 15px 50px;
}
.border-box3>.button_item>.btn.btn-light {
    font-size: 15px;
    padding: 15px 50px 15px 50px;
}
.border-box3>.button_item>.btn.btn-light2 {
    font-size: 15px;
    padding: 15px 50px 15px 50px;
}
.border-box3>.button_item>.btn.btn-light3 {
    font-size: 15px;
    padding: 15px 50px 15px 50px;
}


.service_textfield2>.service_text_header {
    font-size: 26px;
    margin-bottom: 50px;
}

.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;
}

.button_item>.btn.btn-light.medium_button {
    font-size: 18px;
    padding-right: 120px;
    padding-left: 120px;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: normal;
    background: #fff;
    background: linear-gradient(to left, #fff 50%, #0f397e 50%) right;
    background-size: 200%;
    transition: 0.5s ease-out;
}
.button_item>.btn.btn-light2.medium_button {
    font-size: 18px;
    padding-right: 120px;
    padding-left: 120px;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: normal;
    background: #fff;
    background: linear-gradient(to left, #fff 50%, #0f397e 50%) right;
    background-size: 200%;
    transition: 0.5s ease-out;
}
.button_item>.btn.btn-light3.medium_button {
    font-size: 18px;
    padding-right: 120px;
    padding-left: 120px;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: normal;
    background: #fff;
    background: linear-gradient(to left, #fff 50%, #0f397e 50%) right;
    background-size: 200%;
    transition: 0.5s ease-out;
}



.button_item>.btn.btn-light.medium_button:hover {
    background-position: left;
    color: #fff;
    border: 1px solid #0f397e;
}
.button_item>.btn.btn-light2.medium_button:hover {
    background-position: left;
    color: #fff;
    border: 1px solid #0f397e;
}
.button_item>.btn.btn-light3.medium_button:hover {
    background-position: left;
    color: #fff;
    border: 1px solid #0f397e;
}


.text_field {
    padding: 50px;
}

.main {
    position: relative;
    color: white;
    height: 350px;
    background: url("../images/about rideci.png");
    background-position: center;
    padding-top: 165px;
    text-align: center;
    background-color: black;
    background-repeat: no-repeat;
    display: block;
    justify-content: center;
    align-items: center;
}

.ayus {
    padding-left: 100px;
    margin-top: 50px;
}


/*=============Services Section==================*/

.services-section {
    background-color: #fff;
    background-size: cover;
    padding: 20px 0 50px 0;
    color: white;
}

.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;
    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 {
    padding-top: 85px;
    justify-content: center;
    text-align: center;
    align-items: center;
}

.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: none;
}

li {
    margin: 10px 0;
    text-align: left;
}

.op {
    opacity: 0.5;
}

.btn {
    color: white;
}

.yel {
    background: #f9ee8a no-repeat center center fixed;
    background-size: auto 100%;
}


/*footer*/

.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;
}

.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;
}

.arrow_direction {
    margin-left: 10px;
}

.part4 {
    background-color: #fff;
}

#part4_container {
    max-width: 990px;
    padding-top: 60px;
    padding-bottom: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.part4_text {
    color: #000;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    margin-top: 40px;
    width: 100%;
}

.part4_text1 {
    color: #000;
    font-size: 14px;
    font-weight: 500;
    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: none;
}

li {
    margin: 10px 0;
    text-align: left;
}

.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%, #89D5F9 50%) right;
    background-size: 200%;
    transition: 0.5s ease-out;
}

.btn.btn-light2 {
    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%, #B0D677 50%) right;
    background-size: 200%;
    transition: 0.5s ease-out;
}

.btn.btn-light3 {
    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 #89D5F9;
}
.btn.btn-light2:hover {
    background-position: left;
    color: #fff;
    border: 1px solid #B0D677;
}
.btn.btn-light3: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;
}

#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) {
    #header .container-fluid {
        padding: 0 10px;
    }
    #header .navbar {
        padding: 5px;
        border-radius: 5px;
    }
    #header .navbar-toggler {
        margin-right: 0px;
    }
    .part2 {
        background-size: auto;
    }
    .service_text {
        padding: 0 10px;
    }
    .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: 20px;
        padding: 0px 10px;
    }
    .service_textfield>.service_text {
        padding: 0px;
        text-align: left;
    }
    .service_textfield.mt-140 {
        margin-top: 50px !important;
    }
    .service_text_header {
        font-size: 20px;
    }
    .service_text.mt-40.font_size_20 {
        margin-top: 15px !important;
        font-size: 18px;
    }
    .imge-item-field {
        flex-direction: column;
    }
    .ami_img {
        width: 100%;
    }
    .service_text.mt-45.font_size_25 {
        margin-top: 20px !important;
        padding: 0px;
        text-align: center;
        font-size: 20px;
    }
    .service_textfield>.border-box {
        padding: 25px 10px 20px 10px;
    }
    .service_textfield>.border-box2 {
        padding: 25px 10px 20px 10px;
    }
    .service_textfield>.border-box3 {
        padding: 25px 10px 20px 10px;
    }
    .boxes-area>.boxes {
        flex-direction: column;
    }
    .boxes-area>.boxes>.box {
        width: 100%;
        padding: 10px;
        margin-left: 0px;
        margin-top: 10px;
    }
    .service_textfield3 {
        padding: 20px 10px 20px 10px;
    }
    .service_textfield3>.service_text_desc {
        margin-bottom: 10px;
    }
    .service_textfield3>.item-box {
        padding: 20px 10px 20px 10px;
    }
    .icon-box>.service_text_desc1 {
        margin-top: 10px;
    }
    .buttons>.button_area {
        flex-direction: column;
    }
    .buttons {
        padding: 10px;
    }
    .buttons>.button_area>.button_item {
        margin-left: 0px;
        margin-top: 10px;
    }
    .buttons>.button_area>.button_item>.btn.btn-light {
        width: 100%;
    }
    .buttons>.button_area>.button_item>.btn.btn-light2 {
        width: 100%;
    }
    .buttons>.button_area>.button_item>.btn.btn-light3 {
        width: 100%;
    }
    .button_item>.btn.btn-light.medium_button {
        padding: 10px;
    }
    .button_item>.btn.btn-light2.medium_button {
        padding: 10px;
    }
    .button_item>.btn.btn-light3.medium_button {
        padding: 10px;
    }
    .image-area {
        margin-left: 0px;
        margin-top: 10px;
    }
    .flex_box {
        flex-direction: column;
    }
    .service_text.mt-20.font_size_25 {
        width: 100%;
        font-size: 22px;
    }
    .ami_img.mt-110 {
        display: block;
        margin-top: 0px;
    }
    .boxes-area {
        margin-top: 0;
    }
    img#logo_rideci_top {
        width: 80%;
    }
    /* ---------------------------------------- */
}

@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;
    }
}