body{
    background-color: #fff;
    overflow-x: hidden;
}
html{
    margin: auto!important;
}
.header-info {
    color: #fff;
    background: #f55e5e;
    background: linear-gradient(135deg,#f55e5e,#ffbaba)
}
.mv{
    position: relative;
}
.text-area{
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    display: table;
    left: 50%;
    transform: translateX(-50%);
    max-width: 950px;
    width: 32vw;
}
.mv .logo{
    width: 13vw;
    max-width: 300px;
    margin: 0 auto 50px !important;
    display: block;
    position: absolute;
    top: 8vw;
    right: 13vw;
}
.info{
    background-color: #F5F5FA;
    padding: 10px 0;
}
.info h1{
    text-align: center;
    font-size: 2rem;
    font-family: initial;
    margin-top: 80px;
}
.info .cat_postlist__ul{
    background-color: unset;
}
.how{
    background-color: #f9f9f9;
}
.how h2{
    padding: 50px 0 30px!important;
    text-align: center;
}
.how h2 img{
    max-width: 600px!important;
}
.how h2 b{
    color: #377fc4;
    font-size: 2.5rem;
}
.how h2 small{
    color: #377fc4;
    font-size: 1.3rem;
    font-weight: 600;
}
.how h3{
    text-align: center;
    padding-top: 50px;
    color: #377fc4;
    font-size: 1.5rem;
}
.how p{
    text-align: center;
    font-family: sans-serif;
    font-size: 1.2rem;
    line-height: 45px;
    font-weight: 600;
}
.flex-wrap{
    display: flex;
    gap: 20px;
}
.how .flex-wrap{
    margin-bottom: 50px;
}
.img-wrap{
    flex: 1;
}
.text-wrap{
    flex: 1;
}
.text-wrap p{
    text-align: left;
}
#toilet .bg{
    position: relative;
}
#toilet .text-area {
    position: absolute;
    top: 13vw;
    bottom: unset;
    margin: auto;
    display: table;
    left: 50%;
    transform: translateX(-50%);
    max-width: 600px;
    width: 35vw;
}
#toilet h3{
    max-width: 400px;
    margin: auto;
    text-align: center;
}
#toilet .blue{
    color: #377fc4;
}
#toilet p{
        text-align: center;
    font-family: sans-serif;
    font-size: 1.2rem;
    line-height: 45px;
    font-weight: 600;
}
#toilet p.small{
    font-weight: normal;
    font-size: 1.1rem;
}
#toilet .oder{
    max-width: 500px;
    display: block;
    margin: 0 auto 30px;
}
#toilet-features{
    background-color: #F5F5FA;
}
#toilet-features .wrap{
    position: relative;
    z-index: 1;
}
#toilet-features .wrap:before{
    position: absolute;
    content: "";
    background-image: url(../img/medical_new/car.png);
    background-repeat: no-repeat;
    width: 400px;
    height: 350px;
    bottom: 100px;
    right: 50px;
    z-index: 0;
}
#toilet-features h2{
    text-align: center;
    font-size: 2rem;
    font-family: initial;
    margin-top: 80px;
    padding-bottom: 10px!important;
}
#toilet-features p.small{
    font-weight: normal;
    font-size: 1.1rem;
    text-align: center;
}
#toilet-features .blue{
    color:#1c76e3;
    font-size: 1.3rem;
    font-weight: bold;
}
#toilet-features li{
    padding-left: 100px;
    position: relative;
    margin-bottom: 80px;
    height: 80px;
    align-content: center;
    font-size: 1.1rem;
    font-weight: bold;
}
#toilet-features li:before{
    position: absolute;
    content: "";
    background-image: url(../img/medical_new/feature-blue01.svg);
    background-repeat: no-repeat;
    width: 80px;
    height: 80px;
    left: 0;
    top: 0;
}
#toilet-features li:nth-child(2):before{
    background-image: url(../img/medical_new/feature-blue02.svg);
}
#toilet-features li:nth-child(3):before{
    background-image: url(../img/medical_new/feature-blue03.svg);
}
#toilet-features li:nth-child(4):before{
    background-image: url(../img/medical_new/feature-blue04.svg);
}
#usage h2{
    text-align: center;
    font-size: 2rem;
    font-family: initial;
    margin-top: 80px;
    padding-bottom: 10px !important;
}
#usage p.small{
    font-weight: normal;
    font-size: 1.1rem;
    text-align: center;
}
#usage .flex-wrap{
    gap: 0;
    flex-wrap: wrap;
}
#usage li{
    width: calc(100%/2);
}
#merit{
    background-image: url(../img/medical_new/merit-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
#merit h2{
    text-align: center;
    font-size: 2rem;
    font-family: initial;
    margin-top: 80px;
    padding-bottom: 10px !important;
}
#merit p.small{
    font-weight: normal;
    font-size: 1.1rem;
    text-align: center;
}
#merit .flex-wrap{
    gap: 0;
    flex-wrap: wrap;
}
#merit li{
    width: calc(100%/2);
    text-align: center;
    padding: 50px;
    font-family: sans-serif;
    font-size: 1.2rem;
    line-height: 45px;
    font-weight: 600;
    background-color: #fff;
}
#merit li:nth-child(1),
#merit li:nth-child(4){
    background-color: #d0e0f9;
}
.overview .bg{
    position: relative;
}
.overview .text-area {
    position: absolute;
    top: 18vw;
    bottom: unset;
    margin: auto;
    display: table;
    left: 50%;
    transform: translateX(-50%);
    max-width: 950px;
    width: 50vw;
}
.overview .logo{
    width: auto;
    max-width: 300px;
    margin: 50px auto 0px !important;
    display: block;
}
.medical-list {
  list-style: none;
  padding: 0;
  margin: 50px auto;
}

.overview h3{
    text-align: center;
    padding-top: 50px;
    font-size: 1.5rem;
}
.overview p{
    text-align: center;
    font-family: sans-serif;
    font-size: 1.2rem;
    line-height: 45px;
    font-weight: 600;
}
.medical-list .item {
  display: table;
  width: 100%;
  margin-bottom: 20px;
}

.medical-list .label {
  display: table-cell;
  width: 200px;
  text-align: center;
  font-weight: bold;
  vertical-align: middle;
  padding: 10px;
  color: #fff;
  border-radius: 0;
  font-size: 1.3rem;
}

.medical-list .desc {
  display: table-cell;
  padding: 10px 15px;
  vertical-align: middle;
  background: #fff;
  font-size: 1.2rem;
  font-family: bold;
}

/* 色別ラベル */
.medical-list h4{position: relative; padding-left: 20px; font-weight: normal; letter-spacing: 10px; font-size: 1.3rem; margin-top: 60px;}
.medical-list h4 b{font-weight: bold; padding-right: 20px;}
.medical-list h4:nth-child(1):before{ content:""; position: absolute; border-left : solid 8px #f1534c;height: 30px;bottom: 5px;left: 0;}
.medical-list h4:nth-child(3):before{ content:""; position: absolute; border-left : solid 8px #377fc4;height: 30px;bottom: 5px;left: 0;}
.medical-list h4:nth-child(5):before{ content:""; position: absolute; border-left : solid 8px #04ad9b;height: 30px;bottom: 5px;left: 0;}
.medical-list h4:nth-child(7):before{ content:""; position: absolute; border-left : solid 8px #c6ac27;height: 30px;bottom:5px0;left: 0;}
.medical-list h4:nth-child(1){ color: #f1534c;}
.medical-list h4:nth-child(3){ color: #377fc4;}
.medical-list h4:nth-child(5){ color: #04ad9b;}
.medical-list h4:nth-child(7){color: #c6ac27;}

.support-list h4{position: relative; padding-left: 20px; font-weight: normal; letter-spacing: 10px; font-size: 1.3rem; margin-top: 60px;color:#656b74;}
.support-list h4:before{ content:""; position: absolute; border-left : solid 8px #656b74;height: 30px;bottom: 5px;left: 0;}

.unit p{
    text-align: center;
    font-family: sans-serif;
    font-size: 1.2rem;
    line-height: 45px;
    font-weight: 600;
}
.unit ul{
    display: block;
}
.unit li{
    display: block;
    max-width: 450px;
    padding: 10px 100px;
    color: #fff;
    font-weight: bold;
    font-size: 1.2rem;
    background-color: #6c747a;
    margin: 30px auto;
    text-align: center;
}

.feature h2{
    text-align: center;
    font-size: 2rem;
    font-family: initial;
    margin-top: 80px;
    padding-bottom: 10px !important;
}
.feature p.small{
    font-weight: normal;
    font-size: 1.1rem;
    text-align: center;
}
.feature ul{
    max-width: 900px;
    margin: auto;
}
.feature li{
    padding-left: 100px;
    position: relative;
    margin-bottom: 80px;
    height: 80px;
    align-content: center;
    font-size: 1.5rem;
    font-weight: bold;
        color: #377fc4;
}
.feature li:before{
    position: absolute;
    content: "";
    background-image: url(../img/medical_new/feature-blue01.svg);
    background-repeat: no-repeat;
    width: 80px;
    height: 80px;
    left: 0;
    top: 0;
}
.feature li:nth-child(2):before{
    background-image: url(../img/medical_new/feature-blue02.svg);
}
.feature li:nth-child(3):before{
    background-image: url(../img/medical_new/feature-blue03.svg);
}
.feature li:nth-child(4):before{
    background-image: url(../img/medical_new/feature-blue04.svg);
}

.merit{
    margin-bottom: 50px;
}
.merit-text{
    position: relative;
}
.merit-text:before{
    position: absolute;
    content: "\5c0e\5165\30e1\30ea\30c3\30c8";
    font-size: 1.3rem;
    font-weight: bold;
    top: 0;
    bottom: 0;
    text-align: center;
    width: fit-content;
    height: fit-content;
    left: 0;
    right: 0;
    margin: auto;
}
.merit p{
    display: block;
    max-width: 550px;
    font-family: sans-serif;
    font-size: 1.2rem;
    line-height: 45px;
    font-weight: 600;
    margin: auto;
}
.example{
    margin-bottom: 50px;
}
.example .bg{
    position: relative;
}
.example .text-area {
    position: absolute;
    top: 2vw;
    bottom: unset;
    margin: auto;
    display: table;
    left: 50%;
    transform: translateX(-50%);
    max-width: 900px;
    width: 100%;
}
.example .text-area li{
    background: #fff;
    padding: 30px 50px;
    margin-bottom: 50px;
}
.example .text-area h3{
    font-size: 1.5rem;
    margin: auto;
    line-height: 1;
}
.example h2{
    text-align: center;
    font-size: 2rem;
    font-family: initial;
    margin-top: 80px;
    padding-bottom: 10px !important;
}
.example p.small{
    font-weight: normal;
    font-size: 1.1rem;
    text-align: center;
}
.example-text{
    position: relative;
}

.example01,.example02,.example03{
    padding-left: 100px;
    position: relative;
    margin-bottom: 80px;
    height: 80px;
    align-content: center;
    font-size: 1.2rem;
    font-weight: bold;
    width: fit-content;
    margin: auto;
    display: block;
}
.example01:before{
    position: absolute;
    content: "";
    background-image: url(../img/medical/example01.svg);
    background-repeat: no-repeat;
    width: 80px;
    height: 80px;
    left: 0;
    top: 0;
}
.example02:before{
    position: absolute;
    content: "";
    background-image: url(../img/medical/example02.svg);
    background-repeat: no-repeat;
    width: 80px;
    height: 80px;
    left: 0;
    top: 0;
}
.example03:before{
    position: absolute;
    content: "";
    background-image: url(../img/medical/example03.svg);
    background-repeat: no-repeat;
    width: 80px;
    height: 80px;
    left: 0;
    top: 0;
}
.example .flex-wrap{
    display: flex;
    align-items: center;
}
.example .text-wrap,
.example .img-wrap{
    flex: 1;
}
.example h2,
.flow h2{
    text-align: center;
    font-size: 2rem;
    font-family: initial;
    margin-top: 80px;
    padding-bottom: 10px !important;
}
.example p.small,
.flow p.small{
    font-weight: normal;
    font-size: 1.1rem;
    text-align: center;
}
.flow{
    background-color: #f5f6fa;
}
.flow h3{
    text-align: center;
    padding-top: 50px;
    color: #377fc4;
    font-size: 1.5rem;  
    padding-bottom: 50px;
}
.flow ul{
    max-width: 700px;
    margin: auto;
}
.flow li{
    padding-left: 100px;
    position: relative;
    margin-bottom: 80px;
    height: 80px;
    align-content: center;
    font-size: 1.2rem;
    font-weight: bold;
}
.flow li:before{
    position: absolute;
    content: "";
    background-image: url(../img/medical/flow01.svg);
    background-repeat: no-repeat;
    width: 80px;
    height: 80px;
    left: 0;
    top: 0;
}
.flow li:nth-child(2):before{
    background-image: url(../img/medical/flow02.svg);
}
.flow li:nth-child(3):before{
    background-image: url(../img/medical/flow03.svg);
}
.flow li:nth-child(4):before{
    background-image: url(../img/medical/flow04.svg);
}
.flow li:nth-child(5):before{
    background-image: url(../img/medical/flow05.svg);
}
.flow .img-wrap{
    margin-top: -150px;
    margin-bottom: 50px;
}
.contact .front-text{
    font-family: sans-serif;
    font-size: 1.2rem;
    line-height: 45px;
    font-weight: 600;
    margin: auto;
    text-align: center;
    display: block;
}
.contact .btn{
padding: 25px 50px;
    background-color: #6c747a;
    color: #fff;
    border-radius: 5px;
    font-size: 1.2rem;
    font-weight: bold;
    margin: auto;
    display: block;
    max-width: 300px;
    text-align: center;
    margin: 30px auto 0;
}
.contact .form_title{
    margin-bottom: 5px;
}
.contact h3{
    font-size: 3rem;
    font-weight: bold;
    font-family: system-ui;
    line-height: 30px;
    background: #377fc4;
    padding: 30px;
    color: #fff;
    border-radius: 20px;
}
.contact h3 small{
    font-size: 1.2rem;
    color: #fff;
}
#c7{
    max-width: 800px;
    margin: auto;
    font-weight: bold;
}
span.wpcf7-list-item {
    padding: 0px 10px;
}
.scrollarea{
    border: solid 1px;
    padding: 10px 50px;
    overflow: scroll;
    max-height: 300px;
    margin-bottom: 30px;
}
.scrollarea p{
    font-weight: bold;
}
label{
    display: inline-flex;
    align-items: center;
    border: solid 1px;
    border-radius: 10px;
    padding-right: 10px;
    cursor: pointer;
}
input[type=text], input[type=email], input[type=tel], textarea {
    border-radius: 10px;
}
input[type=checkbox], input[type=radio] {
    margin: 10px 10px 10px 10px;
    width: 18px;
    height: 18px;
}
span.listtitle {
    font-size: 1.5rem;
    border: solid 1px;
    padding: 5px;
    border-radius: 5px;
    background: #c6ac27;
    color: #fff;
}
span.listtitle.red-title{
    background: #f1534c;
}
span.listtitle.green-title{
    background: #04ad9b;
}
.form.init .wpcf7-response-output,
.form.resetting .wpcf7-response-output,
.form.submitting .wpcf7-response-output {
    display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
    display: block;
    margin: 0px auto 50px;
    font-size: 1rem;
    width: 90%;
    border: solid 1px;
    padding: 10px;
    border-color: #46b450;
    /* Green */
}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
    display: block;
    margin: 0px auto 50px;
    font-size: 1rem;
    width: 90%;
    border: solid 2px;
    padding: 10px;
    border-color: #dc3232;
    /* Red */
}

.wpcf7 form.spam .wpcf7-response-output {
    display: block;
    margin: 0px auto 50px;
    font-size: 1rem;
    width: 90%;
    border: solid 2px;
    padding: 10px;
    border-color: #f56e28;
    /* Orange */
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
    display: block;
    margin: 0px auto 50px;
    font-size: 1rem;
    width: 90%;
    border: solid 2px;
    padding: 10px;
    border-color: #ffb900;
    /* Yellow */
}
.screen-reader-response {
    display: none;
}
.wpcf7-not-valid-tip,.marking{
    color: red;
}
input[type=submit] {
    font-size: 1.3rem;
    padding: 10px 50px;
    margin: auto;
    display: block;
    width: 100%;
}

.corp h2{
    text-align: center;
    font-size: 2rem;
    font-family: initial;
    margin-top: 80px;
    padding-bottom: 10px !important;
}
.corp p.small{
    font-weight: normal;
    font-size: 1.1rem;
    text-align: center;
}
.corp ul{
    font-weight: bold;
}
.corp .flex-wrap{
    display: flex;
    gap: 100px;
    max-width: 800px;
    margin: auto;
}
.corp .img-wrap{
    width: 25%;
    flex: unset;
}
.corp .img-wrap img{
    max-width: 200px;
}
.corp .text-wrap{
    width: 80%;
    flex: unset;
}


@media screen and (max-width:767px) {
    .wrap{
        width: 90%;
    }
    .mv .logo {
        width: 22vw;
        top: 15vw;
        right: 3vw;
    }
    .mv .bg{
        height: 400px;
        object-fit: cover;
        object-position: right;
    }
    .text-area{
        max-width: 300px;
        width: 65vw;
        filter: drop-shadow(2px 2px 1px black);
    }
    .text-area .logo{
        max-width: 200px;
        margin: 0 auto 30px !important;
    }
    p {
        width: 90%;
        margin: auto;
    }
    .flex-wrap{
        flex-wrap: wrap;
    }
    .flex-wrap.reverse{
        flex-wrap: wrap-reverse;
    }
    .img-wrap,
    .text-wrap{
        flex: unset;
        width: 100%;
    }
    .cat_postlist.typecard{
        margin: 0 auto !important;
    }
    .how p,
    #toilet p{
        font-size: 1rem;
        line-height: 25px;
    }
    .how .flex-wrap {
        gap: 60px;
        margin-top: 30px;
    }
    .how .flex-wrap.reverse{
        margin-top: 30px;
    }
    h2 {
        padding: 50px 0 30px !important;
    }
    #toilet .text-area {
        width: 50vw;
    }

    #toilet h3 {
        max-width: 250px;
        margin: 0 auto 50px;
        text-align: center;
    }
    #toilet-features ul{
        margin:  50px auto;
    }
    #toilet-features .wrap:before {
        background-size: 100%;
        width: 150px;
        height: 180px;
        bottom: -110px;
        right: 0px;
    }
    #usage .flex-wrap{
        margin: 50px auto;
    }
    #usage li {
        width: 100%;
    }
    #merit .flex-wrap {
        margin: 50px auto;
    }
    #merit li{
        width: 100%;
        padding: 30px;
    }
    #merit li:nth-child(1),
    #merit li:nth-child(3){
        background-color: #d0e0f9;
    }
    #merit li:nth-child(4){
        background-color: #fff;
    }
    .medical-list h4{
        letter-spacing: 5px;
    }
    .medical-list h4:nth-child(1):before,
    .medical-list h4:nth-child(3):before,
    .medical-list h4:nth-child(5):before,
    .medical-list h4:nth-child(7):before  {
        height: 70px;
    }
    .overview .text-area {
        width: 90vw;
    }
    .medical-list .label{
        width: 100px;
    }
    .medical-list{
        padding-top: 30px;
        margin-top: 0;
    }
    .unit li {
        display: block;
        max-width: 300px;
        padding: 10px 50px;
    }
    .feature .obi{
        object-fit: cover;
        height: 64vw;
        object-position: left;
    }
    .feature ul{
        width: 90%;
        margin: 50px auto;
    }
    .feature li{
        padding-left: 60px;
        margin-bottom: 50px;
        height: 50px;
    }
    .feature li:before {
        width: 50px;
        height: 50px;
    }
    .merit-text img{
        height: 150px;
        object-fit: cover;
        object-position: -88vw;
    }
    .example-text img{
        height: 800px;
        object-fit: cover;
        object-position: right;
    }
    .example .text-area{
        filter: unset;
    }
    .example .text-area ul{
        margin: 50px auto;
    }
    .example .text-area li{
        margin-bottom: 10px;
    }
    .example .img-wrap,
    .example .text-wrap{
        flex: unset;
        width: 100%;
    }
    .example .flex-wrap {
        margin: 30px auto 50px;
    }
    .flow h3{
        padding: 30px 0;
    }
    .flow ul{
        width: 90%;
    }
    .flow li{
        padding-left: 60px;
        margin-bottom: 50px;
        height: 50px;
    }
    .flow li:before {
        width: 50px;
        height: 50px;
    }
    .flow .img-wrap {
        margin-top: -30px;
        margin-bottom: 50px;
    }
    .contact h3 {
        line-height: 20px;
        text-align: center;
                border-radius: 10px;
        width: 95%;
        margin: 1em auto;
    }
    #c7 .wrap{
        padding: 0;
        font-size: 1.2rem;
    }
    input[type=checkbox], input[type=radio] {
        opacity: 1;
        visibility: unset;
        position: unset;
    }
    .form_title{
        margin-top: 10px;
    }
    span.listtitle{
        margin: 30px auto 10px;
        display:inline-block
    }
    textarea{
        max-height: 200px;
    }
    .scrollarea{
        padding: 10px;
    }
    .corp .flex-wrap{
        justify-content: center;
        gap: 30px;
                margin-top: 50px;
    }
    input[type=submit]{
        margin-top: 30px;
    }
}