@charset "UTF-8";
/* CSS Document */

/* layout-table */

.layout-table .inner {
    overflow: auto;
}

.layout-table p {
    padding-top: 20px;
    text-align: left;
}

/* contents01 */

.contents01 > div:not(:last-child),
.contents02 > div:not(:last-child) {
    margin-bottom: 70px;
}

.box-title-page01 h4 {
    background-color: var(--color-sub6);
}

/* layout03 */

.layout03 {
    text-align: center;
}

.contents02 .layout03 {
    margin-bottom: 50px;
}

.layout03 h4 {
    font-family: var(--title-font);
    font-weight: var(--base-weight2);
    color: #f65378;
    font-size: 27px;
    line-height: 1.4;
    letter-spacing: 0.1em;
    margin-bottom: 20px;
}

.layout03 h5,
.layout03 h5 a {
    font-family: var(--number-font);
    font-weight: var(--base-weight);
    color: var(--color-sub8);
    font-size: 56px;
    line-height: 1.2;
    letter-spacing: 0.05em;
}

.layout03 h5 {
    display: inline-block;
    position: relative;
    padding-left: 40px;
    margin-bottom: 5px;
}

.layout03 h5::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 18px;
    display: block;
    background-image: url("../../images/common/tel-footer01.svg");
    background-position: left top;
    background-repeat: no-repeat;
    background-size: auto 100%;
    width: 40px;
    height: 42px;
}

/* layout04 */

.layout04 {
    text-align: center;
}

.layout04 .box:not(:last-child) {
    margin-bottom: 50px;
}

.layout04 .box-title-page03 {
    margin-bottom: 30px;
}

.layout04 .box-detail {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0px 60px;
    padding: 30px 0px;
    border-radius: 20px;
    background-color: var(--color-back3);
    margin-bottom: 20px;
}

.layout04 .box-detail ul li {
    text-align: left;
    font-size: 18px;
    line-height: 1.6;
}

.layout04 .box-detail ul li:not(:last-child) {
    margin-bottom: 10px;
}

.layout04 .box-img {
    padding-top: 30px;
}

.layout04 .box-img img {
    width: 250px;
}

/* layout05 */


.contents02 .layout05 {
    padding: 70px 0px;
}

.contents02 .layout05:last-child {
    padding-bottom: 0px;
}

/* layout06 */

.layout06 {
    text-align: center;
}

.layout06 .box-wrap:not(:last-child) {
    margin-bottom: 80px;
    padding-bottom: 80px;
    border-bottom-style: solid;
    border-color: rgba(0, 0, 0, 0.5);
    border-width: 1px;
}

.layout06 h3 {
    font-family: var(--title-font);
    font-weight: var(--base-weight);
    color: var(--color-sub6);
    font-size: 52px;
    line-height: 1.2;
    letter-spacing: 0.2em;
    display: inline-block;
    padding: 0px 40px;
    margin-bottom: 40px;
    border-left-style: solid;
    border-right-style: solid;
    border-color: var(--color-sub6);
    border-width: 8px;
}

/* box-item */

.layout06 .box-item ul {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 0px 20px;
    margin-bottom: 40px;
}

.layout06 .box-item ul li {
    font-family: var(--title-font);
    font-weight: var(--base-weight2);
    color: #FFF;
    font-size: 20px;
    line-height: 1.2;
    letter-spacing: 0.05em;
    background-color: var(--color-sub6);
    display: inline-block;
    padding: 12px 30px;
    border-radius: 60px;
}

/* box-link */

.layout06 .box-link {
    padding-top: 40px;
}

.layout06 .box-link img {
    width: 560px;
}

/* layout07 */

.layout07 {
    margin-bottom: 40px;
}

.layout07 .box-text {
    background-color: var(--color-back3);
    padding: 30px 10px;
    border-radius: 10px;
}

/* layout08 */

.layout08 .box-item {
    background-color: #fcf8cc;
    padding: 30px 60px;
    border-radius: 10px;
}

.layout08 .box-item:not(:last-child) {
    margin-bottom: 40px;
}

.layout08 .box-text:not(:last-child) {
    margin-bottom: 40px;
}

.layout08 .box-text span {
    color: var(--color-sub6);
}

.layout08 h5,
.layout08 h6 {
    font-family: var(--title-font);
    font-weight: var(--base-weight2);
    color: var(--color-sub6);
    font-size: 27px;
    line-height: 1.2;
    letter-spacing: 0.1em;
}

.layout08 h5 {
    margin-bottom: 20px;
}

.layout08 h6:not(:last-child) {
    margin-bottom: 60px;
}

/* layout09 */

.layout09 {
    padding-top: 60px;
}

/* layout10 */

.layout10 .box {
    background-color: #FFF;
    border-radius: 10px;
    padding: 30px 60px;
    text-align: center;
}

.layout10 .box:not(:last-child) {
    margin-bottom: 30px;
}

.layout10 .box-times {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}

.layout10 .box-times h5:last-child {
    width: 300px;
}

/* layout11 */

.layout11 h6 {
    padding-top: 30px;
    font-size: 22px;
    color: var(--color-sub9);
    line-height: 1.8;
}

/* box-target */

.box-target {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 0px 60px;
}

.box-target h5,
.box-times h5:last-child {
    font-family: var(--title-font);
    font-weight: var(--base-weight2);
    color: var(--color-sub6);
    font-size: 25px;
    line-height: 1.2;
    letter-spacing: 0.1em;
    position: relative;
    padding-left: 220px;
    text-align: left;
}

.box-target_none h5 {
    margin-bottom: 0px;
}

.box-target h5::before,
.box-times h5:last-child::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    display: block;
    background-position: left top;
    background-repeat: no-repeat;
    background-size: auto 100%;
    width: 200px;
    height: 40px;
    margin-top: -3px;
}

.box-target .box:nth-child(1) h5::before {
    background-image: url("../../images/prevention/text01.svg");
}

.box-target .box:nth-child(2) h5::before {
    background-image: url("../../images/prevention/text02.svg");
}

.box-times h5:last-child::before {
    background-image: url("../../images/prevention/text03.svg");
}

.left {
    margin-top: 15px;
    text-align: left;
    display: inline-block;
}

.sp-view {
    display: none;
}
