@charset "utf-8";

html {
    font-size: 62.5%;
    font-family: "Helvetica Neue",
        Arial,
        "Hiragino Kaku Gothic ProN",
        "Hiragino Sans",
        Meiryo,
        sans-serif;
    ;
}

body {
    font-size: 1.0rem;
}

/* CSS Document */
* {
    padding: 0;
    margin: 0;
}

.cf:before,
.cf:after {
    content: '';
    display: table;
}

.cf:after {
    clear: both;
}

.cf {
    zoom: 1;
    /* for IE6/7 */
}

/* リストのマーカーを三角にする */
ul.triStyle li {
    margin-left: 1.8em;
    list-style-type: none;
}

ul.triStyle li:before {
    content: ' ';
    border: transparent solid 0.3em;
    border-left-color: #000000;
    position: absolute;
    height: 0;
    width: 0;
    left: 1em;
    margin: 0px;
    margin-top: 0.4em;
    padding: 0px;
}

a:hover img {
    filter: alpha(opacity=85);
    -moz-opacity: 0.85;
    opacity: 0.85;
}

#wrapper {}

/* ---料金表--- */


table {
    border-collapse: collapse;
    width: 100%;
}

.tb01 th,
.tb01 td {
    padding: 10px;
    border: solid 1px #ccc;
    text-align: center;
    box-sizing: border-box;
}

.tb01 th {
    background: #2f989c;
    color: #fff;

}

@media screen and (max-width: 1200px) {
    html .cl2 > .col-2:last-child img {
        translate: 1.8vw;
    }
}

@media screen and (max-width: 640px) {
    .tb01 .head {
        display: none;
    }

    .tb01 {
        width: 100%;
    }

    .tb01 td,
    .tb01 th {
        display: block;
        width: 100%;
        border-bottom: none;
    }

    .tb01 td {
        padding: 0px 12px 0 0;
        display: block;
        width: 100%;
        line-height: 2.5;
        text-align: left;
    }

    .tb01 td:before {
        color: #fff;
        content: attr(data-label);
        font-weight: bold;
        padding: 0px 10px;
        display: inline;
        background-color: #ed1e79;
        margin-right: 10px;
        float: left;
    }

    .tb01 tr:last-child {
        border-bottom: solid 1px #ccc;
    }
}

html .font-72,
html .text-info {
    color: #2f989c !important;
}

html .bg-info {
    color: white !important;
    background-color: #2f989c !important;
}

#header {
    background: url(../images/bg1.jpg) no-repeat;
    background-size: cover;
    background-position-y: bottom;
}

.row,
.col-sm,
#main,
#wrapper,
#header,
.content-box {
    box-sizing: border-box;
    overflow: hidden;
    max-width: 100%;
}

html .row {
    margin: auto;
    position: relative;
    bottom: 0;
    z-index: 1;
}

#header {
    height: auto;
    position: relative;
}

#header .container.bg-dark.text-white {
    position: absolute;
    bottom: 0;
    max-width: 100%;
    width: 100%;
}

#header .inner {
    width: 80%;
    max-width: 80%;
    margin: 80px auto;
    position: relative;
    z-index: 1;
}

#header .bg-info {
    font-size: 2.5vw;
    padding: 5px;
    font-weight: bold;
}

#header .font-70 {
    font-size: 3.0vw;
    font-weight: bold;
}

#header .font-72 {
    font-size: 3.5vw;
    font-weight: bold;
}

#header .fs-1 {
    color: black;
    font-weight: bold;
    font-size: 2.4vw !important;
    padding-left: 4vw;
}

.font-94 {
    font-size: 4.8vw;
    font-weight: bold;
}

#header .btn.btn-warning {
    font-size: 1.8vw;
    font-weight: bold;
    padding: 30px 60px;
    border-radius: 10px;
    box-shadow: 2px 8px 0px #ff7800;
}

.c-white {
    color: white !important;
}

#header .btn.btn-warning i {
    margin-left: 10px;
}

#header .container.text-white {
    color: white !important;
    position: relative;
    max-width: 100% !important;
}

#header .container.text-white:before {
    content: "";
    display: block;
    background-color: black;
    height: 150px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
}

.container.text-white .fs-1.c-white {
    margin-top: 4vw;
}

#header .container.text-white:after {
    content: "";
    height: 34vw;
    width: 100%;
    background: url(../images/pc.png) bottom right no-repeat;
    position: absolute;
    bottom: 8vw;
    right: 6vw;
    z-index: 0;
    background-size: contain;

    max-height: 400px;
    max-height: 50vh;
}

.justify-content-evenly img {
    max-height: 180px;
    max-width: 100%;
    display: block;
    object-fit: cover;
    min-width: 125px;
    height: 100%;
}

.content01 {
    position: relative;
}

.content01:before {
    content: "";
    height: 34vw;
    width: 100%;
    background: url(../images/bg2.png) top center no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    background-size: cover;
}

.dot-text {
    display: inline-block;
    position: relative;
}

.dot-text::before {
    position: absolute;
    top: -0.85em;
    left: 50%;
    transform: translate(-50%, 0);
    color: #2f989c;
    font-size: .85em;
    content: "・";
}

#content h2 {
    text-align: center;
    margin-top: 140px;
    position: relative;
    font-weight: bold;
    font-size: 3.4vw !important;
    line-height: 1.5em;
}

.content01 .fa-chevron-down {
    color: transparent;
    text-align: center;
    border-bottom: solid 3px #353535;
    border-right: solid 3px #353535;
    width: 4vw;
    height: 4vw;
    transform: rotate(45deg);
    margin: 2vw auto 4vw;
    display: block;
}

.row.my-4 {
    margin-top: 20px;
    justify-content: space-evenly;
    flex-wrap: wrap;
    display: flex;
    width: 75%;
}

.row.my-4 .col-sm {
    padding: 0px 0;
    width: 25%;
    flex: none;
}

.row.my-4 .col-sm img {
    display: block;
    margin: 3% auto 20%;
    width: 94%;
    object-fit: cover;
    /* height: 90%; */
    /* margin: auto; */
    border: 1px solid #000;
}

#content .center {
    margin-top: 80px;
    margin-bottom: 100px;
    min-height: 120px;
}

#content .btn-primary {
    min-width: 630px;
    font-size: 1.8vw;
    font-weight: bold;
    padding: 30px 60px;
    border-radius: 10px;
    background-color: #296b99;
    box-shadow: 2px 8px 0px #023b53;
    /**/
    border: none;
    display: block;
    width: 630px;
    height: auto;
    margin: auto;
}

#content .btn-primary i {
    margin-left: 20px;
}

.content02 {
    background: url(../images/bg3.png) top left no-repeat;
    background-size: cover;
}

.content02 h2 {}

.cl1 {
    background-color: #f4f4f4;
}

.cl2 {
    background-color: #fff;
}

.content02 .inner {
    width: 75%;
    margin: 80px auto;
    box-shadow:
        -3px -3px 20px rgba(0, 0, 0, 0.35),
        -3px 3px 20px rgba(0, 0, 0, 0.35),
        3px 3px 20px rgba(0, 0, 0, 0.35),
        3px -3px 20px rgba(0, 0, 0, 0.35);
}

.content02 .inner .row {
    padding: 40px 0;
}

.cl1 > .col-2:last-child {
    position: relative;

}

.cl1 > .col-2:last-child img {
    display: block;
    position: absolute;
    right: -73px;
    max-height: 177px;
}

.cl2 > .col-2:first-child {
    position: relative;

}

.cl2 > .col-2:first-child img {
    display: block;
    position: absolute;
    left: -73px;
    max-height: 177px;
}

.cl2 > .col-2:last-child img {
    translate: 91px;
    translate: 3vw;
}

.head-0 {
    position: absolute;
    top: 2vw;
    right: 8vw;
    z-index: 2;
    max-height: 16vw;
}

.content02 h3 {
    font-size: 2.4vw;
    font-weight: bold;
}

html .small,
html small {
    font-size: .475em;
}

.content-box p {
    font-size: 17.5px;
}

.content02 .w {
    width: 75%;
    padding: 40px 0 0;
    margin: auto;
}

.content02 .w .col-8 {
    z-index: -1;
}

.content02 .w .col-8 p {
    background-color: white;
    display: block;
    font-size: 20px;
    font-weight: bold;
    padding: 50px;
    border-radius: 10px;
    margin-top: 50px;
}

.content03 .inner {
    width: 75%;
    margin: 80px auto;
}

.content03 .inner h2 + p {
    font-size: 17.5px;
    text-align: center;
    margin: 40px 0;
}

.content03 .inner > .row {
    justify-content: space-between;
}

.content03 .inner > .row > div {
    width: 24%;
    margin-top: 1%;
}

.text-tate {
    transform: translate(-2px, 17px) rotate(90deg) scaleY(1.5);
    padding: 0px;
    display: block;
    border-bottom: solid 1px;
    font-size: 10px;
}

.content03 .inner > .row > div .font-48 {
    font-size: 28px;
    transform: translate(25px, -13px) scaleY(1.5);
    display: block;
    font-weight: bold;
}

.mx-auto {
    margin-right: auto !important;
    margin-left: auto !important;
    margin-top: 23px;
    margin-bottom: 11px;
}

.content04 {
    background: url(../images/bg4.png) top left no-repeat #f4f4f4;
    background-size: contain;
}

.content04 .inner {
    width: 75%;
    margin: auto;

}

.content04 table {
    margin-top: 120px;
    margin-bottom: 120px;
    border-color: #f4f4f4;
    border-collapse: separate;
    border-spacing: 3px;
}

.content04 table .head th:nth-of-type(2),
.content04 table .head th:nth-of-type(3),
.content04 table .head th:nth-of-type(4) {
    background-color: #d4d2d2;
    color: black;
    width: 180px;
}

.content04 table td {
    background: white;
}

.content04 table td,
.content04 table th {
    border: none;
    font-size: 15px;
    font-weight: normal;
    line-height: 2em;
}

.content04 table th:nth-of-type(1) {
    width: 130px;
}

.content04 table td:nth-of-type(4),
.content04 table .head th:nth-of-type(5) {
    background-color: #e4e4e4;
    color: black;
    font-weight: bold;
    width: 200px;
}

.content04 table .head th:nth-of-type(5) {
    font-size: 35px;
}

.content05 {
    background: url(../images/bg5.png) top left no-repeat #fff;
    background-size: contain;
}

#content .content05 h2 {
    line-height: 2em;
    margin-top: 120px;
    margin-bottom: 80px;
}

.content05 .font-72 {
    font-size: 3.8vw;
}

.content05 .inner {
    width: 75%;
    margin: auto;
}

.content05 .container .row {
    justify-content: center;
    align-items: center;
    position: relative;
}

.content05 .container .row h3 {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.6em;
}

.content05 .container .row > div:first-child {
    padding-right: 40px;
    margin-right: auto;
}

.content05 .container {
    margin-bottom: 120px;
}

.content05 .container:last-child {
    margin-bottom: 0;
}

.content05 h3.text-info.text-center {
    font-size: 25px;
    font-weight: bold;
    position: relative;
    z-index: 2;
}

.content05 h3.text-info.text-center .large-text {
    font-size: 90px;
    transform: translate(0px, 24px) scaleY(1.5);
    display: inline-block;
    font-weight: bold;
    font-style: italic;
    margin: 0 30px;
}

.content05 .container .row > div.col-3 {
    padding: 0px 0px;
}

.content05 .container:first-child .row > div.img {
    padding: 0px;
    margin-right: auto;
}

.content05 .container:last-child .row > div.img {
    padding: 0px;
    margin-left: auto;
}

.content05 .container .row > div.img img {
    width: 100%;
}

html .bg-primary {
    background-color: #15537f !important;
}

.content05 .container:nth-of-type(2) h4 {
    padding: 20px;
    font-size: 22px;
    line-height: 1.5em;
    margin: 0 0 10px 10px;
    width: 100%;
}

#content .content05 .container:nth-of-type(3) .col-3 {
    padding-right: 25px;
}

.content05 .container:nth-of-type(3) h4 {
    padding: 20px;
    font-size: 22px;
    line-height: 1.5em;
    margin: 0 10px 10px 0px;
    width: 100%;
}
}

.content05 h4 + p {
    padding-left: 10px;
}

.ballon {
    position: relative;
    background-color: #15537f;
    width: 50%;
    text-align: center;
    padding: 5px;
    margin: 50px;
}

/*上向の吹き出し*/
.ballon1:before {
    position: absolute;
    content: "";
    display: block;
    width: 0;
    height: 0;
    /*三角形を作る*/
    border-right: 20px solid transparent;
    border-left: 20px solid transparent;
    border-bottom: 20px solid #15537f;
    /*三角形の位置を指定*/
    top: -20px;
    left: calc(50% - 20px);
}

/*下向の吹き出し*/
.ballon2:before {
    position: absolute;
    content: "";
    display: block;
    width: 0;
    height: 0;
    /*三角形を作る*/
    border-right: 20px solid transparent;
    border-left: 20px solid transparent;
    border-top: 20px solid #15537f;
    /*三角形の位置を指定*/
    bottom: -20px;
    left: calc(50% - 20px);
}

/*右向の吹き出し*/
.ballon3:before {
    position: absolute;
    content: "";
    display: block;
    width: 0;
    height: 0;
    /*三角形を作る*/
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 20px solid #15537f;
    /*三角形の位置を指定*/
    right: -20px;
    top: calc(50% - 20px);
}

/*左向の吹き出し*/
.ballon4:before {
    position: absolute;
    content: "";
    display: block;
    width: 0;
    height: 0;
    /*三角形を作る*/
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-right: 20px solid #15537f;
    /*三角形の位置を指定*/
    left: -20px;
    top: calc(50% - 20px);
}

.content05 h3.text-info.text-center.right {
    text-align: right !important;
}

.content05 .container .row.top {
    justify-content: initial;
    align-items: normal;
    position: relative;
}

#content .content06 h2 {
    font-size: 3.0vw !important;
    margin-bottom: 120px;
}

#content .content06 h2 .font-80 {
    font-size: 3.4vw !important;
}

.content06 small {
    font-size: .65em;
    margin-right: 0.25em
}

.content06 {
    background: url(../images/bg6.png) right top no-repeat #fff;
    /* background-size: cover; */
}

.content06 .inner {
    width: 75%;
    margin: auto;
}

.content06 table {
    margin-top: 120px;
    margin-bottom: 120px;
    border-color: #f4f4f4;
    border-collapse: separate;
    border-spacing: 3px;
    background-color: #f4f4f4;
}

.content06 .tb01 th {
    border: none;
    font-size: 22px;
    font-weight: normal;
    line-height: 1.24em;
}

.content06 .tb01 tr th:nth-of-type(2),
.content06 .tb01 tr td:nth-of-type(1) {
    background-color: #e4e4e4;
    color: black;
    font-weight: bold;


}

.content06 .head th:nth-of-type(2),
.content06 .head th:nth-of-type(3),
.content06 .head th:nth-of-type(4) {
    background-color: #e4e4e4;
    color: black;
    font-weight: bold;
}

.content06 .tb01 tr th:nth-of-type(2) {
    font-size: 35px;
}

.content06 .tb01 tr td {
    background-color: white;
}

.content06 .tb01 tr td,
.content06 .tb01 tr th {
    width: 25%;
    border: none;
    padding: 20px;
}

.content07 {
    background: url(../images/bg3.png) top left no-repeat;
    background-size: cover;
}

.content07 .font-72 {
    font-size: 3.8vw !important;
}

.content07 .inner {
    width: 75%;
    margin: auto;
    padding-bottom: 120px;
}

.green {
    background: #2f989c;
    color: #fff;
}

.blue {
    color: #fff;
    background-color: #15537f !important;
}

.content07 h2 {
    margin-bottom: 80px;
}

.content07 h3 {
    padding: 18px;
    font-size: 25px;
    text-align: center;
}

.content07 .col-3.border.p-2 {
    display: inline-block;
    font-size: 13px;
    border: solid 1px #333 !important;
    width: auto;
    padding: 3px 9px !important;
    margin-bottom: 30px;
    margin-right: 12px;
}

.content07 .font-60 {
    font-size: 42px;
    font-weight: bold;

}

.content07 .plan01 .col-9 {
    color: #2f989c;
    font-size: 18px;
    transform: translateY(10px);
}

.content07 .plan02 .col-9 {
    color: #15537f !important;
    font-size: 18px;
    position: relative;
    transform: translateY(10px);
}

.content07 .col-9 {
    display: inline-block;
}

.content07 .border-b-dash {
    border-bottom: dashed 1px #999;
}

.hukidasi {
    color: white;
    display: block;
    width: 76px;
    font-size: 13px;
    line-height: 1.2em;
    padding: 4px;
    margin: 0;
    position: absolute;
    top: 10px;
    right: 7px;
}

.hukidasi.ballon4:before {
    position: absolute;
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 10px solid #15537f;
    left: -8px;
    top: calc(50% - 10px);
}

.content07 .plan01 > div,
.content07 .plan02 > div {
    padding-left: 70px;
}

.content07 .inner > div {
    box-shadow:
        -5px -5px 20px rgb(0 0 0 / 25%),
        -5px 5px 20px rgb(0 0 0 / 25%),
        5px 5px 20px rgb(0 0 0 / 25%),
        5px -5px 20px rgb(0 0 0 / 25%);
}

html .content07 .row > * {
    padding: 0 !important;
}

.content07 .blk2 {
    padding: 10px;
    margin-top: 120px;
    padding-top: 30px;
    background-color: #fff;
}

.content07 .blk2 h3 {
    margin-top: 30px;
    margin-bottom: 80px;
    font-weight: bold;
    font-size: 28px;
}

html .content07 .kinou-box {
    width: 33.333333%;
    padding: 20px !important;
    background-color: #fff !important;
    position: relative;
}

.content07 .kinou-box:nth-child(odd) {
    background-color: #f4f4f4 !important;
}

html .content07 h4 {
    font-size: 20px;
    font-weight: bold;
    color: black;
    padding-left: 0.5em;
    line-height: 5em;
    border-width: 3px !important;
    height: 100px;
}

html .content07 .kinou-box:nth-of-type(4) h4,
html .content07 .kinou-box:nth-of-type(3) h4 {
    line-height: 1.5em;
    padding-top: 20px;
}

html .content07 .kinou-box h4:after {
    content: "";
    display: block;
    width: 100px;
    height: 100px;
    background: url(../images/blk2-1.png) left top no-repeat;
    background-size: cover;
    position: absolute;
    right: 0;
    top: 15px;
}

html .content07 .kinou-box:nth-of-type(1) h4:after {
    background: url(../images/blk2-1.png) left top no-repeat;
    background-size: cover;
}

html .content07 .kinou-box:nth-of-type(2) h4:after {
    background: url(../images/blk2-2.png) left top no-repeat;
    background-size: cover;
}

html .content07 .kinou-box:nth-of-type(3) h4:after {
    background: url(../images/blk2-3.png) left top no-repeat;
    background-size: cover;
}

html .content07 .kinou-box:nth-of-type(4) h4:after {
    background: url(../images/blk2-4.png) left top no-repeat;
    background-size: contain;
}

html .content07 .kinou-box:nth-of-type(5) h4:after {
    background: url(../images/blk2-5.png) left top no-repeat;
    background-size: cover;
}

html .content07 .kinou-box:nth-of-type(6) h4:after {
    background: url(../images/blk2-6.png) left top no-repeat;
    background-size: cover;
}

.content08 .inner {
    width: 75%;
    margin: auto;
}

.content08 h2 {
    margin-bottom: 80px;
}

.accordion {
    font-size: 20px;
}

.accordion-open {
    padding: 20px 40px 20px 20px;
    border: solid 3px #ddd;
    border-radius: 5px;
    margin-bottom: 0;
}

.content08 .qa {
    font-size: 2em;
    font-weight: bold;
    display: inline-block;
    margin-right: 0.4em;
}

.content08 .p {
    display: inline-block;
    /*transform: translate(0em,-0.25em);*/
}

#content .content08 .accordion-inner {
    display: inline-block;
    padding: 20px;
    border: solid 3px #ddd;
    border-radius: 5px;
    background-color: #fff;
    width: 100%;
    margin-top: -4px;
}

.content08 {
    background: url(../images/bg8.png) center bottom no-repeat;
    background-size: contain;
    padding-bottom: 80px;
    margin-bottom: 0px;
}

#content .content08 .accordion-inner,
#content .content08 .accordion-open {
    display: flex;
    align-items: center;
}

.content09 {
    background-color: #f4f4f4;
    background: url(../images/bg9.png) right top no-repeat #f4f4f4;
    padding-bottom: 80px;
}

.content09 .inner {
    width: 75%;
    margin: auto;
}

.content09 .font-74 {
    font-size: 2.8vw !important;
}

.content09 h2 + p {
    text-align: center;
}

form {
    font-size: 20px;
}

form .required {
    background: #15537f;
    color: white;
    padding: 5px 10px;
    font-weight: normal;
    margin-left: 0.85em;
}

form label {
    display: block;
    font-weight: bold;
}

form label[for=privacy] {
    display: inline-block;
    font-weight: normal;
    text-align: center;
}

.privacy {
    text-align: center;
}

p.privacy {
    font-size: 17px;
}

p.privacy a {
    color: black;
}

#content form .btn-primary {
    background: #15537f;
    color: white;
    font-weight: normal;
    margin-top: 50px;
}

select,
input[type=text],
input[type=mail] {
    padding: 15px;
    border: solid 1px #999;
    width: 100%;
    margin-top: 5px;
}

select {
    padding: 15px 10px;
}

.content09 .field {
    margin: 25px 0;
}

.select {
    display: block;
    position: relative;
    border: 1px solid #eee;
    vertical-align: middle;
}

.select select {
    appearance: none;
    padding-right: 1em;
    outline: 0;
    background: #fff;
    background-image: none;
    box-shadow: none;
    text-indent: 0.01px;
    text-overflow: ellipsis;
    cursor: pointer;
}

.select::before {
    position: absolute;
    top: 25px;
    right: 22px;
    width: 0;
    height: 0;
    border-width: 13px 8px 0 8px;
    border-style: solid;
    border-color: #666 transparent transparent transparent;
    content: "";
    pointer-events: none;
}


select::-ms-expand {
    display: none;
}

.field.privacy {
    text-align: center;
    margin: 30px auto;
    width: 295px;
}

.ECM_CheckboxInput {
    padding: 12px 8px;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.ECM_CheckboxInput-Input {
    margin: 0;
    width: 0;
    opacity: 0;
}

.ECM_CheckboxInput:hover > .ECM_CheckboxInput-DummyInput {
    background: #DDDDDD !important;
    border: solid 2px #333333;
}

.ECM_CheckboxInput-Input:focus + .ECM_CheckboxInput-DummyInput {
    background: #DDDDDD !important;
    border: solid 2px #333333;
}

.ECM_CheckboxInput-Input:checked + .ECM_CheckboxInput-DummyInput {
    border: solid 2px #333333;
    background: #FFFFFF;
}

.ECM_CheckboxInput-Input:checked + .ECM_CheckboxInput-DummyInput::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9ImN1cnJlbnRDb2xvciIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIGNsYXNzPSJmZWF0aGVyIGZlYXRoZXItY2hlY2siPjxwb2x5bGluZSBwb2ludHM9IjIwIDYgOSAxNyA0IDEyIj48L3BvbHlsaW5lPjwvc3ZnPg==") no-repeat center;
    background-size: contain;
}

.ECM_CheckboxInput-DummyInput {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    width: 32px;
    height: 32px;
    border: solid 2px #eee;
    background: transparent;
    border-radius: 7px;
    box-shadow: inset 0px 0px 5px rgb(0 0 0 / 50%);
}

.ECM_CheckboxInput-LabelText {
    margin-left: 12px;
    display: block;
    font-size: 18px;
    font-weight: bold;
}

footer #foot1 {
    position: relative;
    background-color: #eaeaea;

}

footer #foot1 .inner {
    margin: auto;
    width: 75%;
    padding: 10px 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

footer #foot1 h3 {
    font-size: 3.2vw;
}

footer #foot1 .copy {
    font-size: 1.2vw;
    margin-left: auto;

}

footer #foot2 .copy {
    font-size: 1.2vw;
    padding-right: 3vw;

}

footer #foot2 {
    background-color: #313030;
    color: white;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

footer #foot2 .f1 {
    background-color: #ffd200;
    color: #000;
    display: block;
    text-decoration: none;
    border-radius: 40px;
    padding: 20px 30px;
    font-size: 1.4vw;
    line-height: 1.6em;
}

footer #foot2 .f2 {
    background-color: #2f989c;
    color: #fff;
    display: block;
    text-decoration: none;
    border-radius: 40px;
    padding: 15px 30px;
    font-size: 1.2vw;
    line-height: .75;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 20px;
}

footer #foot2 i {
    margin-left: 0.5em;
}

footer #foot2 .f2 .tel {
    font-size: 1.8vw;
}

footer #foot2 .f2 img {}

/*追記*/
#header .no-p-l {
    padding-left: 0;
}

.jisseki-imgbox.row.my-4 .col-sm img {
    /*    height: 500px;*/

}

.content03 img {
    height: 120px;
    object-fit: contain;
}
