* {
    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-80 {
    margin-top: 80px;
}

.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: 500;
    margin-left: 35px;
}

.navbar-toggler {
    margin-right: 30px;
}

.collapse.navbar-collapse {
    margin-right: 0px;
}

.nav-link.text-dark {
    font-size: 14px;
}

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

#selectorfield select {
    padding-bottom: 3px;
    padding-left: 5px;
    min-width: 100px;
}

.selectorfont {
    font-size: 16px;
}

#selectorfield>.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;
    padding-left: 5px;
    padding-bottom: 3px;
}


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

.floating-banner {
    display: none;
}

/* Basic styling */

[type=checkbox] {
  width: 2rem;
  height: 2rem;
  color: dodgerblue;
  vertical-align: middle;
  -webkit-appearance: none;
  background: none;
  border: 0;
  outline: 0;
  flex-grow: 0;
  border-radius: 50%;
  background-color: #FFFFFF;
  transition: background 300ms;
  cursor: pointer;
}


/* Pseudo element for check styling */

[type=checkbox]::before {
  content: "";
  color: transparent;
  display: block;
  width: inherit;
  height: inherit;
  border-radius: inherit;
  border: 0;
  background-color: transparent;
  background-size: contain;
  box-shadow: inset 0 0 0 1px #CCD3D8;
}


/* Checked */

[type=checkbox]:checked {
  background-color: currentcolor;
}

[type=checkbox]:checked::before {
  box-shadow: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E %3Cpath d='M15.88 8.29L10 14.17l-1.88-1.88a.996.996 0 1 0-1.41 1.41l2.59 2.59c.39.39 1.02.39 1.41 0L17.3 9.7a.996.996 0 0 0 0-1.41c-.39-.39-1.03-.39-1.42 0z' fill='%23fff'/%3E %3C/svg%3E");
}


/* Disabled */

[type=checkbox]:disabled {
  background-color: #CCD3D8;
  opacity: 0.84;
  cursor: not-allowed;
}


/* IE */

[type=checkbox]::-ms-check {
  content: "";
  color: transparent;
  display: block;
  width: inherit;
  height: inherit;
  border-radius: inherit;
  border: 0;
  background-color: transparent;
  background-size: contain;
  box-shadow: inset 0 0 0 1px #CCD3D8;
}

[type=checkbox]:checked::-ms-check {
  box-shadow: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E %3Cpath d='M15.88 8.29L10 14.17l-1.88-1.88a.996.996 0 1 0-1.41 1.41l2.59 2.59c.39.39 1.02.39 1.41 0L17.3 9.7a.996.996 0 0 0 0-1.41c-.39-.39-1.03-.39-1.42 0z' fill='%23fff'/%3E %3C/svg%3E");
}


.contenttext {
    font-size: 32px;
    margin-bottom: 0px;
    font-family: "Noto Serif JP", serif;
    letter-spacing: 5px;
    color: #0d1f4a;
}
.arrow_direction {
    margin-left: 10px;
}

.contenttext1 {
    font-size: 32px;
    font-weight: bold;
    letter-spacing: 2px;
    margin-bottom: 0px;
}

.service_text {
    font-size: 12px;
    color: rgb(33, 33, 33);
    margin-bottom: 0px;
    font-weight: 500;
}

.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>.right_element>p {
    font-size: 16px;
    font-weight: 500;
    color: #000;
    margin-bottom: 0px;
}

.table_area {
    background-color: #fff;
    padding: 50px;
    margin-top: 40px;
}

.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-style: solid;
    border-width: 1px;
    border-color: #d9d9d9;
    border-right: none;
    border-left: none;
    justify-content: flex-start;
    text-align: left;
}

.table_area>.item_element>.left_element {
    background-color: #f4f4f4;
    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-control {
    color: #0b0a0a;
    border-radius: 0px;
    background-color: #f4f4f4;
    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;
}

.form-group>.form-control {
    color: #0b0a0a;
    background-color: #f4f4f4;
}

.table_area>.item_element>.right_element>.form-control::placeholder {
    color: #c4c4c4;
}

.service_text_blow {
    font-size: 12px;
    font-weight: 500;
    color: #000;
    width: 50%;
}

.service_text_blow_ {
    font-size: 12px;
    color: #1aa6e4;
    width: 50%;
    font-weight: 500;
    margin-left: 10px;
}

.service_textfield>.service_text {
    font-size: 16px;
    font-weight: 500;
    color: #000;
}

.service_textfield {
    display: grid;
    justify-content: center;
    align-items: center;
    margin-top: 65px;
    text-align: center;
    padding-left: 5%;
    padding-right: 5%;
}

.service_textfield>.service_text {
    font-weight: 500;
}

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

.text_field {
    padding-top: 30px;
    padding-right: 15px;
    padding-left: 15px;
    padding-bottom: 30px;
}

.main {
    position: relative;
    color: white;
    height: 350px;
    background: url("../images/title_medi.png");
    background-size: cover;
    background-position: center;
    padding-top: 175px;
    text-align: center;
    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 60px 0;
    color: white;
}

.text_area-section {
    background-color: #f4f4f4;
    background-size: cover;
    padding: 45px 0 60px 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: 20px;
    font-weight: bold;
    color: #0f397e;
    letter-spacing: -2px;
    text-align: center;
}

.service-title_MHP {
    font-size: 20px;
    font-weight: bold;
    color: #0068b8;
    letter-spacing: -2px;
    text-align: center;
    font-weight: 500;
}

.service-title_below_MHP {
    font-size: 14px;
    font-weight: bold;
    color: #0068b8;
    letter-spacing: -2px;
    text-align: center;
}

.service-title_market {
    font-size: 20px;
    font-weight: bold;
    color: #1aa6e4;
    letter-spacing: -3px;
    text-align: center;
    font-weight: 400;
}

.service-title_below {
    font-size: 14px;
    color: #0f397e;
    font-weight: bold;
    letter-spacing: -2px;
    text-align: center;
}

.service-title_below_market {
    font-size: 14px;
    font-weight: bold;
    color: #1aa6e4;
    letter-spacing: -2px;
    text-align: center;
}

.service-desc {
    font-size: 16px;
    text-align: center;
    color: rgb(33, 33, 33);
    font-weight: 500;
    margin-top: 30px;
}

.serviceboxs {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.service-image {
    margin-left: 35px;
}

#sevice_container {
    max-width: 990px;
    padding-left: 0px;
    padding-right: 0px;
}

#text_area_container {
    max-width: 990px;
    padding-left: 0px;
    padding-right: 0px;
    background-color: #f4f4f4;
}

#text_area_container>.text_area_span {
    text-align: center;
    color: #363636;
    margin-bottom: 0px;
    font-weight: 500;
}

.background_area>.btn.btn-light {
    font-size: 18px;
    font-weight: 300;
    background-color: #006dba;
    padding-right: 30px;
    padding-left: 30px;
    padding-top: 25px;
    padding-bottom: 25px;
    position: absolute;
    top: 0px;
    margin-top: 0px;
    left: 0px;
    color: #fff;
}

.background_area>.item_background>.text_item_area>.dec_text {
    font-size: 30px;
    font-weight: 300;
    margin-bottom: 0px;
    color: #006dba;
}

.background_area>.item_background>.text_item_area>.dec_text1 {
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 0px;
    color: #006dba;
    margin-top: 40px;
}

.background_area>.item_background>.text_item_area>.dec_text2 {
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 0px;
    color: #006dba;
    margin-top: 15px;
}

.background_area>.item_background {
    display: flex;
    padding-left: 45px;
    padding-top: 90px;
}

.background_area>.item_background>.text_item_area>.btn.btn-light {
    font-size: 14px;
    color: #006dba;
    font-weight: 300;
    padding-left: 35px;
    padding-right: 35px;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-top: 50px;
    border-style: solid;
    border-width: 1px;
    border-color: #006dba;
}

.background_area>.item_background>.image_item_area {
    z-index: 3;
}

.background_area {
    margin-right: 135px;
    margin-left: 135px;
    position: relative;
    background-color: #e7eff2;
    margin-top: 50px;
}

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

.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: 14px;
    text-align: center;
    margin-top: 20px;
    width: 100%;
    margin-bottom: 0px;
}

.part4_text1 {
    color: #000;
    font-size: 14px;
    text-align: center;
    width: 100%;
    margin-bottom: 0px;
}

.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*/

.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-size: 16px;
    font-weight: bold;
}

.copyrighttext {
    color: #fff;
    font-size: 12px;
    font-weight: 300;
    margin-bottom: 0px;
}

.footer {
    color: #d3d3d3;
    position: relative;
}

.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;
    }
    .service_text {
        padding: 0 10px;
    }
    .part2 {
        background-size: auto;
    }
    .table_area {
        padding: 0 10px;
        flex-direction: column;
        padding-top: 30px;
    }
    .table_area>.item_element {
        flex-direction: column;
        border: 1px solid #d7d7d7;
    }
    .table_area>.item_element>.left_element {
        flex-direction: column;
        justify-content: center;
    }
    .table_area>.item_element>.left_element>.text {
        text-align: center;
    }
    .table_area>.item_element>.left_element>.color_span {
        text-align: center;
    }
    .table_area>.item_element>.right_element>.form-control {
        width: 100%;
    }
    .table_area>.item_element>.right_element {
        width: 100%;
    }
    #text_area_container>.text_area_span {
        padding: 0 10px;
        text-align: left;
    }
    .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;
    }
}

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