@charset "utf-8";

/* コンテンツ
*****************************************************/
html,
body {
    border: 0;
    margin: 0;
    outline: 0;
    padding: 0;
}

.wrapper {
    background-color: #ecf3f8;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    min-width: 1200px;
    width: 100%;
}

.vv-detail {
    background-color: #fff;
    margin: 0 auto;
    max-width: 1200px;
    padding: 50px 100px 40px;
}
.vv-detail > section {
    color: #000;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3",
        "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.6;
    margin: 0;
    padding: 0;
}

section {
    clear: both;
    display: block;
    overflow: hidden;
}
section .inner {
    margin: 0 auto;
    max-width: 100%;
    padding-bottom: 60px;
    width: 100%;
}
section .inner.no {
    padding-bottom: 0;
}
section .inner p {
    padding-bottom: 25px;
    text-align: justify;
}
section .inner p.no {
    padding-bottom: 0;
}
section .inner p.sm {
    font-size: 12px;
    text-align: right;
}

.wrapper *,
.wrapper *:before,
.wrapper *:after {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

address,
caption,
cite,
code,
dfn,
var,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 0;
    margin-top: 0;
}
ul,
ol {
    margin: 0;
    margin-left: 0;
    padding: 0;
}
li {
    margin-bottom: 0;
}
p {
    margin: 0;
}
table {
    border: none;
    margin: 0;
}
th,
td {
    border: none;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
.wrapper a {
    text-decoration: none;
}
.wrapper a:hover {
    opacity: 0.7;
}

.cfix {
    clear: both;
    overflow: hidden;
    display: block;
}

img {
    height: auto;
    max-width: 100%;
}
.clearfix {
    clear: both;
    display: block;
    overflow: hidden;
}
.bg-img {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
.tbl {
    display: table;
    width: 100%;
    height: 100%;
}
.tbl-cell {
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle;
}
.spDisp_lp {
    display: none;
}
.img-center {
    margin: 0 auto;
    text-align: center;
}
.txt-center {
    text-align: center;
}
.red {
    color: #ed1c24;
    font-weight: 700;
}
.yellow {
    color: #ffff00;
    font-weight: 700;
}
.padbot40 {
    padding-bottom: 40px;
}
.sp-only {
    display: none;
}
.spbreak {
    display: block;
}
.cfix {
    clear: both;
    display: block;
    overflow: visible;
}

/* Section Area */
.sec-ttl {
    background-color: #2f70a8;
    color: #fff;
    font-size: 28px;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 50px;
    padding: 20px 10px;
    position: relative;
    text-align: center;
}
.sec-ttl.no {
    margin-bottom: 0;
}
.sec-ttl:after {
    bottom: -20px;
    content: "";
    height: 0;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    text-align: center;
    width: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #2f70a8;
}
.sec-subttl {
    background-color: #ecf3f8;
    color: #2e70a7;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 25px;
    padding: 10px 30px;
    text-align: center;
}
.sec-subttl-bg {
    background: url(../images/sec-subttl-bg.jpg) repeat left top;
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    padding: 6px 0;
    margin-bottom: 30px;
    text-align: center;
}
/* Section Banner */
.sec-bnr {
    margin: 0 auto;
    text-align: center;
}
.sec-bnr h2 {
    line-height: 0;
}
.sec-bnr img {
    width: auto;
}

/* Section whatis */
.sec-col-txt,
.sec-col-img {
    display: block;
    float: left;
}
.sec-col-txt {
    margin-right: 4%;
    width: 40%;
}
.sec-col-img {
    line-height: 0;
    width: 56%;
}
.sec-col-img img {
    display: inline-block;
}

/* Section Progress */
.sec-progress-stages {
    padding: 0 50px;
    margin-bottom: 30px;
    clear: both;
    overflow: hidden;
}
.sec-progress-stages ul li {
    float: left;
    width: calc((100% / 5));
    position: relative;
}
.sec-progress-stages ul li:after {
    content: url("../images/arrow.png");
    position: absolute;
    right: 20px;
    top: 50%;
    z-index: 9;
}
.sec-progress-stages ul li:last-child:after {
    content: "";
}
.stage-text {
    background-color: #e8e8e8;
    text-align: center;
    font-weight: 600;
    width: 121px;
    height: 98px;
}
.stage-text h4 {
    background-color: #2e70a7;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
}
.stage-text span {
    font-size: 16px;
    padding-top: 20px;
    display: block;
}
.stage-text span.db {
    padding-top: 10px;
}

/* Section Type */
.sec-type-boxes {
    margin-bottom: 30px;
}
.sec-type-boxes .sec-type-box:last-child {
    margin-right: 0;
}
.sec-type-box {
    display: inline-block;
    width: 48%;
    text-align: left;
    vertical-align: top;
    margin-right: 3%;
}
.sec-type-box img {
    display: inline-block;
    vertical-align: top;
    margin-right: 15px;
}
.sec-type-box p {
    display: inline-block;
    vertical-align: top;
    width: 50%;
}
.sec-type-ttl {
    border-bottom: 1px solid #2e70a7;
    font-size: 24px;
    font-weight: bold;
    color: #2e70a7;
    position: relative;
    padding-left: 16px;
    margin-bottom: 20px;
}
.sec-type-ttl:before {
    content: "";
    width: 4px;
    height: 40px;
    background-color: #2e70a7;
    position: absolute;
    top: 0;
    left: 0;
}

/* Section Exam */
.sec-exam {
    margin-top: 30px;
}
.sec-exam-img {
    display: inline-block;
    vertical-align: top;
    margin-top: -33px;
    margin-right: 30px;
}
.sec-exam-text {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    font-size: 16px;
    line-height: 1.6;
}

/* Section Treatment */
.sec-treament-frame {
    background-color: #f6f9fc;
    padding: 30px 50px;
}
.sec-treament-frame ul {
    margin-bottom: 30px;
}
.sec-treament-frame h5 {
    border-bottom: 1px solid #2e70a7;
    font-size: 24px;
    font-weight: bold;
    color: #2e70a7;
    position: relative;
    padding-left: 16px;
    margin: 30px 0;
}
.sec-treament-frame h5:before {
    content: "";
    width: 4px;
    height: 39px;
    background-color: #2e70a7;
    position: absolute;
    top: 0;
    left: 0;
}
.sec-treament-text {
    display: inline-block;
    vertical-align: top;
    width: 52%;
}
.sec-treament-box img {
    display: inline-block;
    vertical-align: top;
    margin-right: 25px;
}
.sec-treament-box02 {
    min-height: 323px;
    padding-right: 405px;
    position: relative;
}
.sec-treament-box02 .sec-treament-img {
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
}
.sec-treament-box02 .sec-treament-img02 {
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
}
.sec-treament-box02 .sec-treament-img03 {
    position: absolute;
    right: 0;
    top: -70px;
    width: auto;
}
.sec-treament-box03 {
    min-height: 351px;
    padding-left: 400px;
    position: relative;
}
.sec-treament-box03 .sec-treament-img {
    position: absolute;
    left: 0;
    top: 0;
    width: auto;
}
.sec-treament-box03 .sec-treament-img02 {
    position: absolute;
    left: -32px;
    top: 0;
    width: auto;
}
.sec-treament-box04 {
    margin-top: -90px;
}
.sec-treament-box04 .sec-treament-text {
    margin-top: 40px;
}

/* Section Causes */
.sec-causes-list {
    width: 100%;
}
.sec-causes-list li {
    background-color: #2f70a8;
    display: block;
    float: left;
    margin-right: 1.3%;
    padding: 2px;
    position: relative;
    width: 24.025%;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
}
.sec-causes-list li .sec-causes-step td {
    border-bottom-left-radius: 20px;
    -moz-border-bottom-left-radius: 20px;
    -webkit-border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    -moz-border-bottom-right-radius: 20px;
    -webkit-border-bottom-right-radius: 20px;
}
.sec-causes-list li:last-child {
    margin-right: 0;
}
.sec-causes-step {
    width: 100%;
}
.sec-causes-step tr {
    vertical-align: middle;
}
.sec-causes-step th,
.sec-causes-step td {
    display: block;
    width: 100%;
}
.sec-causes-step th {
    background-color: transparent;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    padding: 24px 0 24px 12px;
    text-align: left;
    position: relative;
    overflow: hidden;
    z-index: 2;
}
.sec-causes-step th.db {
    padding: 8px 0 8px 12px;
}
.sec-causes-step img {
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
}
.sec-causes-step td {
    background-color: #fff;
    min-height: 205px;
    padding: 20px 10px;
    height: 240px;
}

/* Section type */

.sec-treatsteps-bd {
    background: #fff;
    border: 1px solid #006fa2;
    margin: 60px auto 0;
    padding: 50px 50px 0;
    position: relative;
}
.sec-treatsteps-float {
    background-color: #006fa2;
    color: #fff;
    display: inline-block;
    font-size: 20px;
    font-weight: bold;
    left: 0;
    line-height: 40px;
    margin: 0 auto;
    max-width: 90%;
    padding: 0 10px;
    position: absolute;
    right: 0;
    text-align: center;
    top: -22px;
    width: 400px;
    border-radius: 40px;
    -moz-border-radius: 40px;
    -webkit-border-radius: 40px;
}
.sec-treatsteps-bd ul {
    display: block;
    width: 100%;
    text-align: left;
}
.sec-treatsteps-bd ul li {
    margin-bottom: 10px;
    display: table;
    background: #ebf2f8;
}
.sec-treatsteps-bd ul li:last-child {
    margin-bottom: 0;
}
.sec-treatsteps-bd ul li .treatsteps-bd-subttl {
    display: table-cell;
    font-size: 20px;
    font-weight: bold;
    width: 250px;
    color: #fff;
    vertical-align: middle;
    background: #006fa2;
    text-align: center;
}
.sec-treatsteps-bd ul li p {
    display: table-cell;
    padding: 20px 40px 20px 25px;
    width: calc(100% - 184px);
}

/* Section Pain */
.sec-pain-box {
    position: relative;
    padding: 0 58px 0 100px;
}
.sec-pain-txt {
    display: inline-block;
    width: 66.5%;
    text-align: left;
    padding-left: 45px;
    vertical-align: top;
}
.sec-pain-box img {
    display: inline-block;
    margin-top: -20px;
}

/* Section Points */
.sec-points-boxes {
    text-align: center;
    margin-top: 20px;
}
.sec-points-box {
    width: 32%;
    text-align: left;
    margin-right: 20px;
    float: left;
}
.sec-points-box:last-child {
    margin-right: 0;
}
.sec-points-ttl {
    font-size: 24px;
    font-weight: bold;
    color: #2e70a7;
    position: relative;
    padding-left: 16px;
}
.sec-points-ttl:before {
    content: "";
    width: 4px;
    height: 30px;
    background-color: #2e70a7;
    position: absolute;
    top: 0;
    left: 0;
}
.sec-points-box img {
    display: inline-block;
    margin: 10px 0 20px;
}
.sec-points-box p {
    padding-bottom: 0 !important;
}

/* Section Case */
.sec-case-imgs {
    margin: 50px 0 20px;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}
.sec-case-imgs li {
    text-align: center;
    display: inline-block;
    vertical-align: top;
    width: 49%;
    margin-bottom: 40px;
}
.sec-case-imgs li:nth-child(even) {
    clear: both;
}
.sec-case-imgs li img {
    vertical-align: top;
}
.sec-case-btn {
    width: 700px;
    min-height: 70px;
    padding: 14px 0;
    border-radius: 100px;
    background-color: #ecf3f8;
    text-align: center;
    display: block;
    margin: 0 auto;
}
.sec-case-btn span {
    position: relative;
    font-size: 24px;
    font-weight: bold;
    color: #2e70a7;
}
.sec-case-btn span:before {
    content: "\f0a9";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    top: 50%;
    right: -45px;
    transform: translateY(-50%);
}
.sec-case-btn:hover {
    transform: scale(1.1);
}

.show-all {
    position: relative;
    padding: 10px 20px;
    background: #ebf4fa;
    margin-top: 10px;
}
.show-all button {
    min-width: 160px;
    pointer-events: none;
    background: #2e70a7;
    border: #2e70a7;
    padding: 3px 40px;
    border-radius: 20px;
    color: #ffffff;
    position: relative;
    font-weight: bold;
    margin-top: 70px;
    margin-bottom: 5%;
    font-size: 16px;
    opacity: 0.9;
    z-index: 1;
}
.show-all button::before {
    content: "詳しく見る";
}
.show-all button::after {
    content: "";
    background: url("../images/down-arrow.png") no-repeat center top / contain;
    width: 10px;
    height: 10px;
    position: absolute;
    margin-left: 15px;
    bottom: 10px;
}
.show-all input[type="checkbox"] {
    display: none;
}

.show-all label {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    cursor: pointer;
}
.show-all label:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
    background: linear-gradient(transparent, #fff);
}

.show-treatment {
    height: 80px;
    overflow: hidden;
    text-align: left;
    font-size: 12px;
    transition: all 100ms;
}
.show-treatment-txt1 {
    color: #2e70a7;
    font-weight: bold;
}
.show-treatment-txt2 {
    font-weight: bold;
}
.show-treatment-txt3 {
    color: #2e70a7;
    font-weight: bold;
    text-align: center;
}
.show-treatment > div:first-child {
    font-size: 18px;
}
.show-treatment > div {
    display: flex;
    margin-bottom: 6px;
    line-height: 1.5em;
}
.show-treatment > div > div {
    flex-grow: 4;
    flex-basis: 0;
}
.show-treatment > div > div:first-child {
    flex-grow: 1.4;
}
.show-treatment > div > div + div {
    margin-left: 10px;
}

.show-all input[type="checkbox"]:checked ~ label {
    background: none;
    height: calc(100% + 20px);
}
.show-all input[type="checkbox"]:checked ~ label:after {
    background: none;
}
.show-all input[type="checkbox"]:checked ~ label button {
    position: absolute;
    left: calc(50% - (160px / 2));
    bottom: 10px;
    margin: 0;
}
.show-all input[type="checkbox"]:checked ~ label button::before {
    content: "閉じる";
}
.show-all input[type="checkbox"]:checked ~ label button::after {
    transform: rotate(180deg);
}
.show-all input[type="checkbox"]:checked ~ .show-treatment {
    height: auto;
    transition: all 100ms;
}

/* Section Treatflow/Slider */
.slider {
    margin-top: 50px;
}
.box-slide {
    overflow: hidden;
    clear: both;
    padding: 10px;
}
.box-slide img {
    float: left;
    margin-right: 30px;
    width: 300px;
}
.box-slide-frame {
    width: 670px;
    height: 330px;
    box-shadow: 0px 0px 10px -2px rgb(0 0 0 / 50%);
    padding: 20px;
}
.box-slide-frame p {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 340px);
    text-align: left;
}
.slick-dotted.slick-slider {
    margin-bottom: 10px;
}
.box-slide-ttl {
    font-size: 24px;
    font-weight: bold;
    color: #2e70a7;
    border-bottom: 1px solid #2e70a7;
    display: block;
    position: relative;
    padding: 0 0 4px 0;
    margin-bottom: 30px;
}
.box-slide-ttl span {
    color: #fff;
    background-color: #2e70a7;
    text-align: center;
    width: 40px;
    height: 40px;
    margin-right: 10px;
    display: inline-block;
    vertical-align: top;
}
.slick-dots li button {
    color: #cccccc;
}
.slick-dots li button:before {
    color: #cccccc;
    font-size: 30px;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    color: #2e70a7;
}
.slick-dots li.slick-active button:before {
    color: #2e70a7;
}
.slick-dots li button:before,
.slick-dots li.slick-active button:before {
    opacity: 1;
}
.slick-next {
    right: 130px;
}
.slick-prev {
    left: 130px;
}
.slick-next::before {
    content: url("../images/icon-next.png");
}
.slick-prev::before {
    content: url("../images/icon-prev.png");
}
.slick-prev,
.slick-next {
    height: 50px;
    width: 50px;
    opacity: 1;
    z-index: 9;
}

/* Section Cost */
.sec-cost-box {
    background: rgba(70, 135, 189, 0.05);
    padding: 43px 50px 45px;
    margin-bottom: 60px;
}
.sec-cost-box .note {
    text-indent: -18px;
    padding-bottom: 0;
    margin-bottom: 30px;
}
.sec-cost-box ul {
    margin-bottom: 30px;
}
.sec-cost-box ul li {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    font-size: 20px;
    font-weight: bold;
    background: #fff;
    border: 1px solid #d2d2d2;
    padding: 12px 10px;
    text-align: center;
}
.sec-cost-box ul li:nth-child(2) {
    float: right;
    color: #d73563;
    border-left: 0;
}
.sec-cost-tbl {
    width: 100%;
    font-size: 18px;
    text-align: center;
    background: #fff;
    margin-bottom: 30px;
}
.sec-cost-tbl tr th,
.sec-cost-tbl tr td {
    border: 1px solid #d2d2d2;
    vertical-align: middle;
    padding: 12px 10px;
}
.sec-cost-tbl tr th {
    background: #006fa2;
    color: #fff;
    text-align: center;
}
.sec-cost-tbl tr th:first-child {
    width: 12%;
}
.sec-cost-tbl tr th:nth-child(2) {
    width: 35%;
}
.sec-cost-tbl tr:nth-child(odd) td {
    background: #f6f6f6;
}
.sec-cost-boxlow {
    border: 20px solid #c7dbeb;
    padding: 38px 35px 40px 30px;
}
.sec-cost-ttl {
    font-size: 28px;
    font-weight: bold;
    color: #2e70a7;
    line-height: 1.2;
    margin-bottom: 45px;
    text-align: center;
}
.sec-cost-boxlow img {
    display: inline-block;
    vertical-align: top;
    margin-right: 25px;
}
.sec-cost-boxlow-text {
    display: inline-block;
    vertical-align: top;
    width: 59%;
}

.sec-cost-tbl._2 {
    margin-bottom: 0;
}
.sec-cost-tbl._2 tr th {
    width: 50%;
}
