/* hero */
.ts-hero-text.ts-style1 .ts-hero-title {
    font-size: 40px;
    letter-spacing: 10px;
    color: black;
    text-shadow: 2px 2px 8px #ffffff,
        -2px 2px 8px #ffffff,
        2px -2px 8px #ffffff,
        -2px -2px 8px #ffffff;
}

.ts-hero {
    border-top: 6px solid #60C6C5;
    border-bottom: 6px solid #60C6C5;
}

.fuchidori {
    color: #000;
    text-shadow: 1px 1px 0 #FFF, -1px -1px 0 #FFF,
        -1px 1px 0 #FFF, 1px -1px 0 #FFF,
        0px 1px 0 #FFF, 0-1px 0 #FFF,
        -1px 0 0 #FFF, 1px 0 0 #FFF;
}

/* ボタン */
.ts-color3.ts-border-style {
    color: #60C6C5;
}

.ts-btn.ts-color3 {
    border-color: #60C6C5;
}

.ts-color3.ts-border-style:hover {
    background-color: #60C6C5;
    color: #fff;
}

/* PR画像 */
.top_image {
    width: 100px;
    margin-bottom: 50px;
}

.ts-section-subtitle {
    font-size: 18px;
    margin-bottom: 20px;
}

.ts-section-heading.ts-style2 .ts-section-title {
    font-size: 35px;
    font-weight: 600;
    margin-bottom: 30px;
}

/* ポイント */
.ts-post.ts-style1 .ts-post-info {
    padding: 20px;
}

.ts-post.ts-style1 .ts-post-title {
    font-size: 19px;
}

/* サービスの内容 */
.heading-33 {
    border-bottom: 3px solid #f2f2f2;
}

.heading-33 span {
    display: inline-block;
    position: relative;
    padding: 0 .4em .2em;
    color: #333333;
}

.heading-33 span::before {
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #60c6c5;
    content: '';
}

/* テーブル */
.tbl01 {
    border-collapse: collapse;
    width: 100%;
    margin: 1em auto;
}

.tbl01 th,
.tbl01 td {
    padding: 0.5em 2%;
    border: 1px solid #ebebeb;
    vertical-align: top;
    text-align: left;
    font-weight: normal;
}

.tbl01 th {
    background: #efefef;
    width: 25%;
}

.tbl01 td {
    background: #fff;
}

@media only screen and (max-width:480px) {

    .tbl01 th,
    .tbl01 td {
        display: block;
        width: auto;
        border-bottom: none;
    }

    .tbl01 tr:last-child {
        border-bottom: 1px solid #ebebeb;
    }
}

.table tbody tr:nth-child(even) td {
    background-color: #ffffff;
}

/* リスト */
.list-7 {
    list-style-type: none;
}

.list-7 li {
    display: flex;
    align-items: center;
    gap: 0 10px;
    padding: .3em;
}

.list-7 li::before {
    transform: rotate(-45deg);
    width: .4em;
    height: .4em;
    border-bottom: 3px solid #60c6c5;
    border-right: 3px solid #60c6c5;
    content: '';
}

/* 見出し */
.heading-22 {
    padding: .5em .7em;
    border-left: 5px solid #60c6c5;
    background-color: #60c6c5;
    color: #ffffff;
}

/* ボックス */
.box-017 {
    max-width: 100%;
    margin: 0 auto;
    padding: .5em 1.5em 1em;
    border-top: 5px solid #faf0e1;
    border-radius: 3px;
    background-color: #faf0e1;
    padding: 30px;
}

.box-017>div {
    margin-bottom: .5em;
    color: #f36304;
    font-weight: 600;
    font-size: 1.3em;
}

.box-017>p {
    margin: 0;
    color: #333;
}

/* 対応可能医療 */
.kano {
    text-align: center;
    margin-top: 10px !important;
    margin-bottom: 10px !important;
    border-top-width: 2px !important;
    border-right-width: 2px !important;
    border-bottom-width: 2px !important;
    border-left-width: 2px !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    border-left-color: #ebebeb !important;
    border-left-style: solid !important;
    border-right-color: #ebebeb !important;
    border-right-style: solid !important;
    border-top-color: #ebebeb !important;
    border-top-style: solid !important;
    border-bottom-color: #ebebeb !important;
    border-bottom-style: solid !important;
    border-radius: 35px !important;
}

/* 利用の流れ */
.flow_design10 {
    display: flex;
    justify-content: center;
    align-items: center;
}

.flow10 {
    padding-left: 0;
}

.flow10>li {
    list-style-type: none;
    border: 2px solid #f36304;
    padding: 20px;
    border-radius: 20px;
}

.flow10>li:not(:last-child) {
    margin-bottom: 40px;
    position: relative;
}

.flow10>li:not(:last-child)::after {
    content: '';
    position: absolute;
    border: 20px solid transparent;
    width: 0;
    height: 0;
    bottom: -53px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    border-top-color: #f36304;
}

.flow10>li dl dt {
    font-size: 1.3em;
    font-weight: bold;
    border-bottom: 2pt dashed #ccc;
    padding-bottom: 0.5em;
    margin-bottom: 0.5em;
}

.flow10>li .icon10 {
    color: #f36304;
    margin-right: 0.5em;
}

.flow10>li dl dd {
    margin: 0;
}

/* MAP調整 */
.margin130 {
    margin-top: -100px;
}

/* フッター */
.ts-sticky-footer {
    background-color: #EFD4CF;
}

.ts-top-footer.ts-style1 {
    border-bottom: 1px solid #555555;
}

/* アクセス */
#Access {
    padding-top: 100px;
}

/* 1077以上はsp非表示 */
.pc {
    display: block !important;
}

.sp {
    display: none !important;
}

/* 1077以下はsp表示 */
@media only screen and (max-width: 1078px) {
    .pc {
        display: none !important;
    }

    .sp {
        display: block !important;
    }
}


/* スマホ用 */
@media (max-width: 1078px) {
    .ts-hero-text.ts-style1 .ts-hero-title {
        font-size: 24px;
        letter-spacing: 0px;
        color: black;
        text-shadow: 0 0 15px #ffffff;
    }

    .ts-section-heading.ts-style2 .ts-section-title {
        font-size: 28px;
    }

    .ts-custom-logo {
        width: 180px;
    }

    .ts-style1.ts-size-medium {
        padding: 0.95em 1.8em 0.85em;
    }
}

/* フォーム */
.label {
    padding-right: 5px;
    padding-left: 5px;
    margin-right: 5px;
    background-color: #FF0000;
    color: #fff;
    border-radius: 1px;
    font-size: 14px;
}

.label_other {
    padding-right: 5px;
    padding-left: 5px;
    margin-right: 5px;
    background-color: #60C6C5;
    color: #fff;
    border-radius: 1px;
    font-size: 14px;
}

.box-form-contact {
    border: 1px solid #60C6C5;
    border-radius: 4px;
    padding: 40px 40px;
}

@media (max-width: 1078px) {
    .box-form-contact {
        border: none;
        padding: 5px;
    }
}

.box-form-contact .form-control {
    font-size: 16px;
    line-height: 24px;
}

.form-control {
    height: 54px;
    border-radius: 4px;
    color: #3D565F;
    border: 1px solid #60C6C5;
    padding: 18px 20px;
}

.form-control::-moz-placeholder {
    color: #8EA4AC;
    font-size: 16px;
    line-height: 24px;
    opacity: 1;
}

.form-control::placeholder {
    color: #8EA4AC;
    font-size: 16px;
    line-height: 24px;
    opacity: 1;
}

.form-control:-ms-input-placeholder,
.form-control::-webkit-input-placeholder {
    color: #8EA4AC;
    font-size: 16px;
    line-height: 24px;
    opacity: 1;
}

.btn.btn-brand-1-full {
    padding: 15px 5px;
    color: #ffffff;
    background: #60C6C5;
    border-radius: 4px;
    font-size: 14px;
    line-height: 18px;
    font-weight: 700;
    width: 100%;
}

.btn:hover {
    background: #fff;
    border: 2px solid #60C6C5;
    color: #60C6C5;
    transition: .2s;
}

.error_blank {
    color: #FF0000;
}


/* レイアウト微調整 */
.ts-section {
    padding-top: 80px;
    padding-bottom: 80px;
}