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


.line-under {
    border-bottom-style: solid;
    border-color: var(--color-base);
    border-width: 1px;
}

/* layout-table */

.layout-table .box-text {
    padding-top: 30px;
}

.layout-table .sp-view {
    padding-top: 0px;
    padding-bottom: 30px;
    text-align: left;
}

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

.layout-table table {
    width: 100%;
}

.layout-table table td {
    border-style: solid;
    border-color: #ccc;
    border-width: 1px;
    padding: 15px;
    line-height: 1.6;
    text-align: left;
}

.layout-table table tr:first-child td {
    background-color: #f2f2f2;
    text-align: center;
    font-weight: var(--base-weight2);
    font-size: 18px;
}

/* layout-price */

.layout-price h6 {
    position: relative;
    font-family: var(--sub-font);
    font-weight: var(--base-weight2);
    color: var(--color-sub4);
    font-size: 38px;
    line-height: 1.2;
    letter-spacing: 0.05em;
    display: inline-block;
    padding-left: 150px;
    margin-top: -7px;
}

.layout-price h6::before {
    content: "料金";
    position: absolute;
    left: 0px;
    top: 7px;
    display: inline-block;
    width: 130px;
    padding: 8px 0px;
    text-align: center;
    border-radius: 60px;
    font-size: 18px;
    letter-spacing: 0.15em;
    color: #FFF;
    background-color: var(--color-sub4);
}

.layout-price h6::after {
    content: "円";
    font-size: 24px;
}


/* contents02 */

.contents02 .box:not(:last-child) {
    border-bottom-style: dotted;
    border-color: var(--color-main);
    border-width: 4px;
    padding-bottom: 40px;
    margin-bottom: 40px;
}

.contents02 h6 {
    padding-top: 30px;
}

.contents02 h6 a {
    font-family: var(--sub-font);
    font-weight: var(--base-weight2);
    color: var(--color-main);
    font-size: 20px;
    line-height: 1.2;
    letter-spacing: 0.05em;
    display: inline-block;
    padding: 18px 60px;
    text-align: center;
    border-style: solid;
    border-color: var(--color-main);
    border-width: 2px;
    border-radius: 60px;
    background-color: #FFF;
    position: relative;
}

.contents02 h6 a:hover {
    opacity: 1;
}

.contents02 h6 a::before {
    content: "";
    position: absolute;
    right: 25px;
    top: 0px;
    display: block;
    background-image: url("../common/images/link-arrow01.svg");
    background-position: right center;
    background-repeat: no-repeat;
    background-size: auto 15px;
    width: 33px;
    height: 100%;
    transition: .5s;
}

.contents02 h6 a:hover::before {
    right: 20px;
}

/* layout02 */

.layout02 .box-title {
    padding: 15px 0px 25px;
}

.layout02 .box-title h4 {
    font-family: var(--sub-font);
    font-weight: var(--base-weight2);
    color: var(--color-main);
    font-size: 34px;
    line-height: 1.4;
    letter-spacing: 0.15em;
    display: flex;
    align-items: center;
}

.layout02 .box-title h4::before,
.layout02 .box-title h4::after {
    content: "";
    height: 1px;
    flex-grow: 1;
    border-top-style: dotted;
    border-color: var(--color-main);
    border-width: 4px;
}

.layout02 .box-title h4::before {
    margin-right: 30px;
}

.layout02 .box-title h4::after {
    margin-left: 30px;
}

.sp-view {
    display: none;
}
