/*-------------------------------

	01.index

-------------------------------*/

/* slider */
.slider {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.slider .txt {
    content: "";
    position: absolute;
    width: 100%;
    height: 70%;
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(transparent));
    background: linear-gradient(to bottom, #fff, transparent);
    z-index: 2;
}

.slider .txt p {
    text-align: center;
    color: #96c832;
    font-size: 38px;
    padding-top: 20px;
    text-shadow: 3px 3px 2px #FFF, -3px -3px 2px #FFF, -3px 3px 2px #FFF, 3px -3px 2px #FFF, 0px 3px 2px #FFF, 0-3px 2px #FFF, -3px 0 2px #FFF, 3px 0 2px #FFF;
}

.slider .logo {
    content: "";
    margin: auto;
    position: absolute;
    text-align: center;
    left: 50%;
    bottom: 0;
    -webkit-transform: translateY(50%);
    transform: translate(-50%, 50%);
    display: block;
    width: 390px;
    height: 390px;
    border-radius: 100%;
    background: rgba(255, 255, 255, .8);
    z-index: 10;
}

.slider .logo:after {
    display: block;
    content: "";
    border: 5px solid #fff;
    height: 400px;
    width: 400px;
    position: absolute;
    border-radius: 100%;
    top: -2.5%;
    left: -2.5%;
    z-index: 0;
}

.slider .logo img {
    width: 85%;
    -webkit-transform: translateY(8%);
    transform: translateY(8%);
}

.slider .uk-slidenav-position {
    text-align: center;
    position: relative;
    overflow: hidden;
    min-width: 500px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

.slider .uk-slidenav-position:after {
    padding-top: 45%;
    content: '';
    display: block;
}

.slider .uk-slideshow {
    position: absolute;
    top: 0;
}

.cc h2 {
    position: relative;
    color: #5ab4a0;
    font-size: 36px;
    font-weight: normal;
}

.cc h2:after,
.cc h3:after {
    content: "";
    position: absolute;
    height: 3px;
    width: 100%;
    left: 0;
    bottom: 0;
    background: -webkit-gradient(linear, left top, right top, from(#60b7a4), to(transparent));
    background: linear-gradient(to right, #60b7a4, transparent);
}

.cc h3 {
    position: relative;
    color: #5ab4a0;
    font-size: 26px;
    font-weight: normal;
    margin-bottom: 0;
    text-align: left;
}

.cc h3.mb20 {
    margin-bottom: 20px;
}

.cc h4 {
    color: #fa9614;
    font-size: 18px;
    margin-bottom: 20px;
}

.cc .box {
    padding: 20px;
    border-radius: 0 0 10px 10px;
    border-top: 0;
}

/* お問い合わせ時 */
.cc .box dl {
    border-bottom: 1px solid #e1dbcd;
    padding-bottom: 10px;
    margin-bottom: 15px;
}

.cc .box dt {
    width: 20%;
    color: #c8963c;
}

.cc .box dd {
    width: 80%;
    color: #826e3c;
}

@media only screen and (max-width: 1024px) {
    .slider .logo {
        width: 290px;
        height: 290px;
    }

    .slider .logo:after {
        height: 300px;
        width: 300px;
        top: -3.5%;
        left: -3.5%;
    }

    .slider .uk-slidenav-position:after {
        padding-top: 54%;
        content: '';
        display: block;
    }

    .cc h2 {
        font-size: 28px;
    }

    .slider .txt p {
        font-size: 28px;
    }
}

@media only screen and (max-width: 599px) {
    .slider .logo {
        width: 250px;
        height: 250px;
    }

    .slider .logo:after {
        height: 260px;
        width: 260px;
        top: -4%;
        left: -4%;
    }

    .slider .txt p {
        padding-top: 0;
        font-size: 20px;
    }

    .cc .box dt,
    .cc .box dd {
        width: 100%;
    }
}


.greeting .left {
    width: 85%;
    margin-left: -100%;
}

.greeting .left .box {
    padding: 20px;
}

.greeting .left .box .txt {
    width: 75%;
    margin-left: auto;
}

.greeting .left .head3 {
    width: 90%;
    margin-left: auto;
}

.greeting .img {
    width: 40%;
    z-index: 1;
}

.greeting p {
    text-align: center;
}

.greeting a {
    margin: 30px auto 0;
    width: 50%;
}

@media only screen and (max-width: 1024px) {
    .greeting .box {
        padding: 10px 20px 0px;
    }

    .index .greeting .left .head3 {
        width: 100%;
        padding-left: 0;
    }

    .index .greeting .left {
        width: 100%;
    }

    .index .greeting .img {
        width: 30%;
    }

    .greeting .left .box .txt {
        width: 70%;
    }
}

@media only screen and (max-width: 599px) {
    .greeting .img {
        width: 100%;
        z-index: 1;
        margin: auto;
        text-align: center;
    }

    .greeting a {
        width: 100%;
    }

    .greeting .left {
        width: 100%;
        margin-left: 0;
        margin-top: 30px;
    }

    .greeting .left .head3 {
        width: 100%;
        margin: auto;
    }

    .greeting .left .box {
        margin-top: 10px;
        padding: 20px;
    }

    .greeting .left .box .txt {
        width: 100%;
        margin: auto;
    }

    .index .greeting .img {
        width: 100%;
    }

    .pic.staffp {
        width: 100%;
    }
}

/* trust */
.trust .head2 img {
    margin: 0 auto 20px;
    display: block;
}

.trust .head2 span {
    font-size: 72px;
    font-weight: bold;
    font-family: 'Cormorant', serif;
}

.trust p span img {
    padding: 0;
    border-radius: 10px 10px 0 0;
}

.trust .box a {
    display: block;
}

.trust dl {
    padding: 15px;
}

.trust dt {
    font-size: 22px;
    color: #96c832;
    text-align: center;
}

.trust .box .trimmingInner {
    border-radius: 10px 10px 0 0;
    z-index: 1;
}

.trust .box .trimmingInner img {
    border-radius: 10px 10px 0 0;
}

@media only screen and (max-width: 599px) {
    .trust .pic {
        margin: 0;
        width: 100%
    }
}

.trouble .box {
    border: none;
    padding: 30px 0;
    position: relative;
}

.index .trouble .head2 {
    margin-bottom: 20px;
}

.trouble .box .inner {
    padding: 0 0 100px;
}

.trouble .box:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    bottom: -40%;
    left: -50%;
    background: url(/upload/tenant_1/1220410e95e4118f111a1731579ebce9.png) center no-repeat;
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
}

.trouble .box ul li {
    border-radius: 50%;
    border: 2px solid #5ab4a0;
    background: #fff;
    z-index: 1;
    display: block;
    position: relative;
    margin: auto;
}

.trouble .box ul li:before {
    content: "";
    display: block;
    padding-top: 100%;
}

.trouble .box ul li .inn {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.trouble .box ul li .tit {
    font-size: 18px;
    text-align: center;
    color: #000;
    width: 95%;
    margin: auto;
    display: block;
}

.trouble .box ul li .pic {
    width: 100%;
    height: 100%;
    margin: auto;
    padding: 5px 0;
}

.trouble .box ul li .pic img {
    width: auto;
    height: 70px !important;
}

@media only screen and (max-width: 1024px) {
    .trouble .box ul li {
        width: 35%;
        margin: 2%;
    }

    .trouble .box:after {
        bottom: -45%;
    }
}

@media only screen and (max-width: 599px) {
    .trouble .box ul li {
        width: 46%;
        margin: 2%;
    }

    .trouble .box ul li .tit {
        font-size: 14px;
    }

    .trouble .box ul li .pic img {
        width: auto;
        height: 50px !important;
    }
}

.index .about {
    position: relative;
    margin-bottom: 150px;
}

.index .about .inner {
    padding: 50px 0 0;
}

.index .about .img {
    content: "";
    z-index: -1;
    bottom: 0;
    position: absolute;
}

.index .about li {
    width: 23%;
    margin: 0 1%;
}

.index .about li .link {
    border-radius: 50%;
    border: 2px solid #5ab4a0;
    background: #fff;
    z-index: 1;
    display: block;
    position: relative;
    margin: auto;
    width: 85%;
}

.index .about li .link:before {
    content: "";
    padding-top: 100%;
    display: block;
}

.index .about li .link .box_in {
    top: 50%;
    left: 0%;
    width: 100%;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    position: absolute;
}

.fbox {
    -ms-flex-line-pack: start;
    align-content: flex-start;

}

.index .about li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.index .about li .box {
    width: 100%;
    padding: 45% 5% 10% 5%;
    margin: -40% auto 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;

}

.index .about li .link .tit {
    font-size: 18px;
    text-align: center;
    width: 90%;
    margin: auto;
    z-index: 1;
    color: #000;
}

.index .about .cclink {
    margin: auto;
}

/* .index .about .img:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(to top, #fff, transparent);
} */

@media only screen and (max-width: 1024px) {
    .index .about {
        position: relative;
        margin-bottom: 50px;
    }

    .index .about li {
        margin: 8px;
        width: 47%;
    }

    .index .about li .link {
        width: 80%;
    }

    .index .about .img {
        content: "";
        z-index: -1;
        bottom: 0;
        position: relative;
        width: 50%;
    }
}

@media only screen and (max-width: 599px) {
    .index .about li {
        margin: 8px;
        width: 100%;
    }

    .index .about {
        margin-bottom: 50px;
    }

    .index .about li .link {
        width: 75%;
    }
}

.first ul {
    padding: 0;
    border-top: #5ab4a0 2px solid;
    border-bottom: #5ab4a0 2px solid;
    width: 100%;
}

.first ul li {
    width: 25%;
    text-align: center;
    padding: 3%;
    border-right: #5ab4a0 2px solid;
}

.first ul li:last-of-type {
    border-right: none;
}

.first ul li a {
    display: block;
}

.first ul li .pic {
    background: #5ab4a0;
    border-radius: 50%;
    width: 70%;
    margin: auto;
    position: relative;
}

.first ul li .pic:before {
    content: "";
    display: block;
    padding-top: 100%;
}

.first ul li .pic img {
    height: 60% !important;
    width: auto;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    left: 50%;
    z-index: 1;
}

.first ul li .tit {
    font-size: 18px;
    margin-top: 30px;
    color: #000;
}

.index .first .pbox .pic {
    width: 53%;
}

.index .first .pbox .txt {
    width: 47%;
}

.pbox .tell dt {
    padding-left: 0;
}

.index .recruit .more_btn {
    margin: 30px auto 0;
}

@media only screen and (max-width: 1024px) {
    .first ul {
        max-width: inherit;
        width: 100%;
        padding: 0;
        border-top: #5ab4a0 2px solid;
        border-bottom: none;
    }

    .first ul li .pic {
        width: 35%;
    }

    .first ul li {
        width: 50%;
        border-bottom: #5ab4a0 2px solid;
        margin: 0;
    }

    .first ul li:nth-of-type(even) {
        border-right: none;
    }


}

@media only screen and (max-width: 599px) {
    .first ul li .pic {
        width: 50%;
    }

    .index .first .pbox .pic {
        width: 100%;
    }

    .index .first .pbox .txt {
        width: 100%;
    }
}

.failure ul {
    margin: 30px auto 0;
    width: 80%;
}

.failure ul li {
    width: 48%;
}

@media only screen and (max-width: 1024px) {
    .failure ul {
        width: 100%;
    }
}

@media only screen and (max-width: 599px) {
    .failure ul li {
        width: 100%;
        margin-bottom: 30px;
    }
}

.bgbox .btn {
    margin: 30px auto;
    width: 50%;
}

.bgbox .pbox .btn {
    margin: 0px auto;
    width: 48%;
    padding: 15px;
}

.onbtn {
    width: 100%;
    margin-top: -100px;
}

.treatment ul li {
    width: 14%;
    margin: 0.8% auto;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

.treatment ul li a {
    display: block;
    border: #5ab4a0 2px solid;
    padding: 40px 10px;
}

.treatment ul li .pic {
    background: #5ab4a0;
    border-radius: 50%;
    margin: 10px auto;
    position: relative;
    width: 45%;
}

.treatment ul li .pic:before {
    content: "";
    display: block;
    padding-top: 100%;
}

.treatment ul li .pic img {
    height: 70% !important;
    width: auto;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    left: 50%;

}

.treatment ul li .tit {
    text-align: center;
    color: #000;
    font-size: 18px;
    font-weight: bold;
}

@media only screen and (max-width: 1024px) {
    .treatment ul li .pic {
        width: 50%;
        height: 50%;
    }

    .treatment ul li {
        width: 26.9%;
    }

    .bgbox .btn {
        margin: 30px auto;
        width: 100%;
        text-align: center;
    }

    .onbtn {
        width: 100%;
        margin-top: 0
    }

    .bgbox .pbox .btn {
        width: 100%;
        margin: 2% auto;
    }
}

@media only screen and (max-width: 599px) {
    .treatment ul li {
        width: 40%;
        margin: 2% auto;
    }

    .treatment h2 {
        margin: auto;
        width: 92%;
    }

    .treatment ul {
        margin-top: 30px;
    }

    .box .pic {
        width: 100%;
        z-index: 1;
    }
}


/*-------------------------------

    02.about

-------------------------------*/

/* ポイント */
.pointbox {
    margin-bottom: 70px;
}

.pointbox:nth-of-type(odd) {
    margin-right: 150px;
}

.pointbox:nth-of-type(even) {
    margin-left: 150px;
}

.pointbox .pic {
    width: 25%;
}

.pointbox .pic img {
    -o-object-fit: cover;
    object-fit: cover;
    font-family: 'object-fit: cover;';
    height: 100% !important;
}

.pointbox .pic .trimmingInner {
    border-radius: 50%;
    border: 2px solid #5ab4a0;
    z-index: 1;
    -webkit-box-sizing: inherit !important;
    box-sizing: inherit !important;
}

.point_number {
    color: #5ab4a0;
    font-weight: bold;
    font-size: 18px;
}

/* map */

.map {
    z-index: 1;
}

.map:after {
    padding-top: 46%;
}

.info {
    margin: -50px -9999px;
    padding: 90px 9999px 30px;
    background: url(/import/tenant_1/133.167.127.222/html/images/common/pattern_g.png)
}

.access table {
    width: 60%;
    margin: 10px auto;
}

.access table.time_tb th,
.access table.time_tb td {
    border: none;
}

/* アクセス */
.cc .box dl.dl_02 dt {
    width: 100%;
    color: #826e3c;
    font-size: 16px;
    font-weight: bold;
}

.box_inn {
    border-bottom: 1px solid #e1dbcd;
    padding-bottom: 10px;
    margin-bottom: 15px;
}

.box_inn:last-of-type {
    padding-bottom: 0;
    margin-bottom: 0;
    border: none;
}

.cc .box .box_inn dl {
    padding-left: 60px;
    padding-bottom: 0;
    border-bottom: none;
}

.cc .box .box_inn dt {
    width: 100%
}

.cc .box .box_inn dd {
    width: 100%;
}

.cc .box dl.dl_01 dd {
    padding-left: 20px;
}

.box_inn span {
    font-weight: bold;
}

.box_inn .txt {
    padding-left: 60px;
}

.park li {
    width: 47%;
}

.park li .pic {
    margin-bottom: 15px;
}

.park li .pic span {
    border-radius: 10px;
    z-index: 1;
}

@media only screen and (max-width: 1024px) {
    .pointbox:nth-of-type(odd) {
        margin-right: 50px;
    }

    .pointbox:nth-of-type(even) {
        margin-left: 50px;
    }
}

@media only screen and (max-width: 599px) {
    .pointbox:nth-of-type(odd) {
        margin-right: 0;
    }

    .pointbox:nth-of-type(even) {
        margin-left: 0;
    }

    .pointbox .pic {
        width: 80%;
    }

    .access table {
        width: 100%;
    }

    .park li {
        width: 100%;
        margin-bottom: 30px;
    }

    .park li:last-of-type {
        margin-bottom: 0;
    }

    .box_inn .txt,
    .cc .box dl.dl_01 dd,
    .cc .box .box_inn dl {
        padding-left: 0;
    }

    /*     順番変更 */
    .detail_05 .pointbox .order3 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        width: 68%;
        margin-bottom: 20px;
    }

    .detail_05 .pointbox .order1 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        margin: 0px 14px 0 0;
        width: 29% !important;
    }

    .detail_05 .pointbox .order2 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        width: 65%;
        margin: 0;
    }
}

/*-------------------------------

    03.doctor

-------------------------------*/

.doctor .greeting {
    margin-top: 200px;
}

.doctor .greeting .left .head3 {
    width: 100%;
    padding-left: 0;
}

.doctor_01 .cc .box {
    padding: 40px;
    border-top: 1px solid #e1dbcd;
    border-radius: 10px;
}

.doctor_01 .cc .box_inn {
    margin-bottom: 60px;
    border-bottom: none;
}

.doctor_01 .cc .box_inn:last-of-type {
    margin-bottom: 0;
}


.doctor_01 .cc .box_inn h4 {
    text-align: center;
    font-size: 18px;
    color: #c8963c;
    font-weight: normal;
    position: relative;
}

.doctor_01 .cc .box_inn h4:after {
    content: "";
    position: absolute;
    display: inline-block;
    width: 8px;
    height: 8px;
    margin: 0 10px;
    border-bottom: 3px solid #c8963c;
    border-right: 3px solid #c8963c;
    -webkit-transform: translate(-100%) rotate(45deg);
    transform: translate(-100%) rotate(45deg);
    -webkit-transform-origin: top;
    transform-origin: top;
    bottom: -12px;
    left: 50%;
    right: 0;
}

.doctor_01 .cc .box_inn dl {
    padding-left: 0;
}

.doctor_01 .cc .box_inn dt {
    width: 20%;
    color: #c8963c;
    display: block;
}

.doctor_01 .cc .box_inn dd {
    width: 75%;
    color: #c8963c;
    display: block;
}

.doctor_01 .cc .box_inn li {
    color: #c8963c;
    margin-bottom: 20px;
}

.book .box_inn li {
    padding-left: 1em;
    text-indent: -1em;
}

/* .doctor_01 .pic {
    z-index: 1;
} */
.doctor_01 .pic span,
.sfaff_photo li .pic span {
    border-radius: 10px;
    z-index: 1;
}

.cc .book .box_inn li:before {
    content: "■";
    padding-right: 5px;
    color: #5ab4a0;
}

@media only screen and (max-width: 1024px) {
    .doctor .greeting {
        margin-top: 120px;
    }

    .doctor_01 .cc .box_inn dt,
    .doctor_01 .cc .box_inn dd {
        width: 100%;
    }

    .doctor_01 .cc .box {
        padding: 20px;
    }
}

@media only screen and (max-width: 599px) {
    .doctor .greeting {
        margin-top: 100px;
    }
}

/*-------------------------------

    04.clinic

-------------------------------*/
.clinic_list li dt {
    font-weight: bold;
    font-size: 18px;
    color: #96c832;
    margin-top: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid #e1dbcd;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

.clinic_list li dd {
    margin-top: 20px;
}

.facility .pic span,
.equipment .pic span {
    z-index: 1;
    border-radius: 10px;
}

@media only screen and (max-width: 599px) {
    .clinic_list li {
        margin-bottom: 50px;
    }
}

/*-------------------------------

    05.giveup

-------------------------------*/
.giveup .w30 {
    margin: auto;
    text-align: center;
}

.giveup_01 {
    border-radius: 10px;
    position: relative;
    background: none;
    border: none;
    padding: 30px 0;
    margin-bottom: 100px;
}

.giveup_01:before {
    content: "";
    display: block;
    width: 100vw;
    height: 100%;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background: -webkit-repeating-linear-gradient(135deg, #f4f4e4, #f4f4e4 2px, transparent 0, transparent 6px);
    background: repeating-linear-gradient(-45deg, #f4f4e4, #f4f4e4 2px, transparent 0, transparent 6px);
}

.giveup_03 .left {
    width: 80%;
    padding: 40px 30px;
}

.giveup_03 .left .txt {
    width: 85%;
}

.giveup_03 .pic .span {
    z-index: 1;
}

.giveup_03 .pic .span {
    border-radius: 10px;
}


.giveup_03 .cc50 span {
    border-radius: 50%;
}

.giveup_03 .cc50.pic {
    width: 25%;
    margin-left: -100%;
    z-index: 1;
}

h4.point {
    font-weight: normal;
    color: #c8963c;
    font-size: 22px;
    margin-bottom: 10px;
}

.giveup_05 .left {
    width: 50%;
    padding: 40px 30px;
}

.giveup_04_sub {
    position: relative;
}

.giveup_04_sub:before {
    content: "";
    display: block;
    position: absolute;
    top: 10%;
    bottom: 10%;
    width: 100%;
    height: 80%;
    -webkit-transform: translateX(-40%);
    transform: translateX(-40%);
    z-index: -1;
    background: -webkit-repeating-linear-gradient(135deg, #f4f4e4, #f4f4e4 2px, transparent 0, transparent 6px);
    background: repeating-linear-gradient(-45deg, #f4f4e4, #f4f4e4 2px, transparent 0, transparent 6px);
}

.giveup_04_sub li {
    color: #96c832;
    font-size: 22px;
    padding-left: 1em;
    text-indent: -1em;
    position: relative;
}

.giveup_04_sub li:before {
    content: "";
    width: 20px;
    height: 20px;
    display: inline-block;
    background: #96c832;
    border-radius: 5px;
    margin-right: 15px;
}

@media only screen and (max-width: 1024px) {
    .giveup_05_sub {
        margin: 50px 0 30px;
        padding: 0;
    }

    .giveup_05 .left {
        width: 100%;
        padding: 40px 30px;
        margin-bottom: 30px;
    }

    .giveup_05 .w50 {
        width: 100%;
    }

    .giveup_04_sub:before {
        width: 100%;
        height: 100%;
        top: 0;
        bottom: 0;
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
    }
}

@media only screen and (max-width: 599px) {
    .giveup_03 .left {
        width: 100%;
        padding: 40px 30px;
        margin-left: 0;
        margin-bottom: -20px;
    }

    .giveup_03 .left .txt {
        width: 100%;
    }

    .giveup_03 .cc50.pic {
        width: 70%;
        margin: auto;
    }
}

/*-------------------------------

    06.implant

-------------------------------*/
.faq .box {
    margin-bottom: 50px;
}

.faq .box:last-of-type {
    margin-bottom: 0;
}

.faq .box dl {
    padding: 20px;
}

.faq .box dt {
    position: relative;
    color: #faaa14;
    font-size: 18px;
    border-bottom: 1px solid #e1dbcd;
    padding: 10px 10px 20px 60px;
    margin-bottom: 20px;
}

.faq .box dt:before {
    top: 0;
    left: 0;
    position: absolute;
    content: "Q";
    background: #5ab4a0;
    color: #fff;
    border-radius: 50%;
    padding: 10px;
    width: 30px;
    height: 30px;
    display: inline-block;
    margin-right: 10px;
    text-align: center;
    font-size: 20px;
}

.faq .box dd {
    position: relative;
    padding: 10px 10px 30px 60px;
}

.faq .box dd:before {
    top: 0;
    left: 0;
    position: absolute;
    content: "A";
    background: #fff;
    border: #5ab4a0 2px solid;
    color: #5ab4a0;
    border-radius: 50%;
    padding: 10px;
    width: 28px;
    height: 28px;
    display: inline-block;
    margin-right: 10px;
    text-align: center;
    font-size: 20px;
}

.p_head {
    background: #5ab4a0;
    width: 30%;
    font-size: 22px;
    color: #fff;
    text-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 20px;
    margin: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
}

.p_head .pic {
    padding: 20px;
    background: #fff;
    border-radius: 50%;
    position: relative;
    width: 50%;
}

.p_head span {
    display: block;
    margin-bottom: 20px;
}

.p_head .pic:before {
    content: "";
    display: block;
    padding-top: 100%;
}

.p_head .pic img {
    height: 40% !important;
    width: auto;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    left: 50%;
    z-index: 1;
}

.p_cont {
    width: 70%;
}

.p_cont dl {
    width: 50%;
    padding: 20px;
    border-left: 1px solid #e1dbcd;
    margin: 20px 0;
}

.p_cont dl:first-of-type {
    border-left: none;
}

.p_cont li:before {
    content: "●";
    color: #5ab4a0;
    padding-left: 5px;
}

.c_head {
    color: #c8963c;
    font-size: 18px;
    text-align: center;
    margin-bottom: 20px;
}

.p_cont dl dd ul li {
    margin-bottom: 5px;
    padding-left: 21px;
    text-indent: -21px;
}

.p_cont dl dd ul li:last-of-type {
    margin-bottom: 0px;
}

@media only screen and (max-width: 599px) {
    .p_head {
        width: 100%;
        border-radius: 10px 10px 0 0;
    }

    .p_cont {
        width: 90%;
    }

    .p_cont dl {
        width: 100%;
        padding: 20px 0;
        border-top: 1px solid #e1dbcd;
        border-left: none;
    }

    .p_cont dl:first-of-type {
        border-top: none;
    }

    .implant_02 .pic {}

    .p_head .pic {
        width: 30%;
    }

    .implant_03 .p_cont dl {
        padding: 20px 0;
        margin: 0;
    }
}

/*-------------------------------

   07.flow

-------------------------------*/

.flowbox h3 {
    color: #fa9614;
    font-size: 26px;
    text-align: left;
}

.flow_no {
    position: relative;
    color: #fff;
    font-size: 52px;
    background: #5ab4a0;
    border-radius: 50%;
    width: 13%;
    margin-right: 15px;
}

.flow_no:after {
    display: block;
    content: "";
    padding-top: 100%;
}

.numbe {
    font-size: 16px;
    display: block;
    color: #fff;
}

.flow_no span {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    line-height: 1;
    -ms-transform: translateY(-50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.flowbox .txt {
    margin-left: calc(15% + 15px);
}

.flowbox {
    border-bottom: 1px solid #e1dbcd;
    padding-bottom: 40px;
}

.flowbox:first-of-type {
    margin-top: 0;
}

.flowbox {
    margin-top: 50px;
}

.flowbox dt {
    color: #5ab4a0;
    font-size: 18px;
}

.flowbox ul {
    position: relative;
}

.flowbox ul li {
    margin-bottom: 30px;
}

.flowbox ul li:first-of-type:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    right: 0;
    left: 50%;
    display: block;
    border-style: solid;
    border-width: 20px 0 20px 22px;
    border-color: transparent transparent transparent #5ab4a0;
    -webkit-transform: translate(-50%, 0) rotate(90deg);
    transform: translate(-50%, 0) rotate(90deg);
}

@media only screen and (max-width: 1024px) {
    .flow_no {
        font-size: 36px;
        width: 18%;
    }

    .numbe {
        font-size: 12px;
        color: #fff;
    }
}

@media only screen and (max-width: 599px) {
    .flow_no {
        width: 20%;
    }

    .flowbox .pic {
        margin-top: 10px;
    }

    .flowbox .txt {
        margin-left: 0;
        margin-top: 10px;
    }

    .flowbox h3 {
        width: 70%;
        margin-bottom: 0;
    }
}

/*-------------------------------

    08.trouble

-------------------------------*/
.trouble .pointbox {
    margin-left: 0;
    margin-right: 0;
}

@media only screen and (max-width: 599px) {
    .trouble_03 .pic {
        width: 100%;
    }
}


/*-------------------------------

    09.life

-------------------------------*/
.life_01 ul li:first-of-type {
    position: relative;
}

.life_01 ul li:first-of-type:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: -14%;
    border-style: solid;
    border-width: 20px 0 20px 22px;
    border-color: transparent transparent transparent #5ab4a0;
}

.life_03.bgbox {
    margin: 50px -9999px 80px;
}

.life_01 ul li:first-of-type {
    margin-bottom: 30px;
}

@media only screen and (max-width: 599px) {
    .life_01 ul li:first-of-type:after {
        content: "";
        position: absolute;
        width: 0;
        height: 0;
        -webkit-transform: translate(-50%, 0) rotate(90deg);
        transform: translate(-50%, 0) rotate(90deg);
        left: 50%;
        top: 100%;
        border-style: solid;
        border-width: 20px 0 20px 22px;
        border-color: transparent transparent transparent #5ab4a0;
    }
}

/*-------------------------------

    10.lose

-------------------------------*/
.lose_02 .pointbox:nth-of-type(even) {
    margin-right: 150px;
    margin-left: 0;
}

.lose_02 .pointbox:nth-of-type(odd) {
    margin-right: 0;
    margin-left: 150px;
}

.lose_02 .btn {
    width: 60%;
    margin-top: 20px;
}

.lose_02 ul {
    margin-top: 20px;
}

.lose_02 ul li {
    width: 45%;
}

.lose_02 ul li:first-of-type {
    position: relative;
}

.lose_02 ul li:first-of-type:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: -14%;
    border-style: solid;
    border-width: 20px 0 20px 22px;
    border-color: transparent transparent transparent #5ab4a0;
}

.lose_02 ul li p span {
    border-radius: 10px;
    z-index: 1;
}

.head3.box100 {
    width: 100%;
    background: #5ab4a0;
    color: #fff;
    margin-bottom: 0;
}

.lose_01 .box {
    border-radius: 10px;
    overflow: hidden;
}

.lose_01 .pbox .txt {
    width: 65%;
    padding: 30px;
}

.lose_01 .pbox .txt dl {
    margin-bottom: 30px;
}

.lose_01 .pbox .txt dl:last-of-type {
    margin-bottom: 0;
}

@media only screen and (max-width: 1024px) {
    .lose_02 .btn {
        width: 100%;
    }

    .lose_02 .pointbox:nth-of-type(even) {
        margin-right: 50px;
    }

    .lose_02 .pointbox:nth-of-type(odd) {
        margin-left: 50px;
    }
}

@media only screen and (max-width: 599px) {
    .lose_01 .pbox .txt {
        width: 100%;
        padding: 30px;
    }

    .lose_02 .pointbox:nth-of-type(even),
    .lose_02 .pointbox:nth-of-type(odd) {
        margin-right: 0;
        margin-left: 0;
    }

    .lose_01 .pbox .pic img {
        border-radius: 0;
    }

    .lose_02 ul li {
        width: 100%;
        margin: 13% 0 0;
        position: relative;
    }

    .lose_02 ul li:before {
        content: "";
        position: absolute;
        width: 0;
        height: 0;
        -webkit-transform: translate(-50%, 0) rotate(90deg);
        transform: translate(-50%, 0) rotate(90deg);
        left: 50%;
        top: 100%;
        border-style: solid;
        border-width: 20px 0 20px 22px;
        border-color: transparent transparent transparent #5ab4a0;
    }

    .lose_02 ul li:last-of-type:before {
        content: none;
    }
}

/*-------------------------------

    11.cost

-------------------------------*/
.cost_04 .pointbox .pic {
    background: #5ab4a0;
    border-radius: 50%;
    margin: auto;
    position: relative;
    width: 30%;
}

.cost_04 .pointbox .pic:before {
    content: "";
    display: block;
    padding-top: 100%;
}

.cost_04 .pointbox .pic img {
    height: 60% !important;
    width: auto;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    left: 50%;
    z-index: 1;
}

@media only screen and (max-width: 599px) {
    .cost_03 .pic {
        width: 100%;
    }

    .cost_04 .pointbox:nth-of-type(even) {
        margin-left: 0;
    }
}

/*-------------------------------

    12.use　入れ歯の使用でお困りの方へ

-------------------------------*/
.use_01 ul {
    margin-bottom: 30px;
}

.use_01 ul li {
    color: #c8963c;
    font-size: 18px;
    margin-bottom: 5px;
}

.use_01 ul li:nth-of-type() {
    margin-bottom: 0;
}

.use_01 ul li:before {
    content: "●";
    color: #5ab4a0;
    padding-left: 5px;
}

.use_03 .box {
    margin: 50px auto 0;
}

.use_03 .p_cont {
    width: 100%;
}

.use_03 .pic span {
    border-radius: 10px;
    z-index: 1;
}

@media only screen and (max-width: 1024px) {
    .use_03 .box {
        width: 100%;
    }
}

@media only screen and (max-width: 599px) {
    .use_03 .p_cont {
        width: 90%;
    }

    .counseling_02 .pic {
        width: 100%;
    }
}

/*-------------------------------

    14.recruit

-------------------------------*/
.recruit .title span {
    display: block;
    line-height: 150%;
    margin: 20px 0;
}

.recruit .title .pic {
    position: relative;
    height: 80vh;
    width: 100%;
    overflow: hidden;
}

.recruit .title .pic:before {
    opacity: .6;
    background: #fff;
}

.recruit_menu {
    background: #96c832;
    color: #fff;
    border-radius: 10px;
    padding: 10px;
}

.recruit_menu h5,
.recruit_menu dt {
    text-align: center;
    color: #fff;
    font-size: 24px;
    margin-bottom: 10px;
}

.recruit_menu ul li {
    width: 41%;
    margin: 6px;
    text-align: center;
    color: #fff;
}

.recruit_menu ul li a {
    display: inline-block;
    color: #fff;
    border-bottom: 1px solid #fff;
    width: auto;
}

.recruit_menu dd {
    color: #fff;
    width: auto;
    text-align: center;
}

.submenu,
.submenu .recruit_menu {
    width: 100%;
}

.submenu .recruit_menu:first-of-type {
    margin-bottom: 10px;
}

.recruit_menu li a {
    display: block;
}

.recruit_02 p {
    z-index: 1;
}

.recruit_02 dl {
    padding: 15px;
}

.recruit_02 dt {
    text-align: left;
    color: #c8963c;
    font-weight: bold;
    margin-bottom: 15px;
}

.recruit_02 .box {
    z-index: 1;
}

.recruit_03 {
    position: relative;
    background: none;
    border: none;
    padding-bottom: 100px;
}

.recruit_03:before {
    content: "";
    display: block;
    width: 100vw;
    height: 100%;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background: -webkit-repeating-linear-gradient(135deg, #f4f4e4, #f4f4e4 2px, transparent 0, transparent 6px);
    background: repeating-linear-gradient(-45deg, #f4f4e4, #f4f4e4 2px, transparent 0, transparent 6px);
}

.recruit_03 h2 {
    background: #96c832;
    margin: 0 -9999px 100px;
    padding: 0 9999px;
    text-align: center;
    color: #fff;
    font-size: 40px;
    font-weight: normal;
}

.recruit_03 .cc h3 {
    color: #96c832;
}

.recruit_03 .cc h3:after {
    content: "";
    position: absolute;
    height: 3px;
    width: 100%;
    left: 0;
    bottom: 0;
    background: -webkit-gradient(linear, left top, right top, from(#96c832), to(transparent));
    background: linear-gradient(to right, #96c832, transparent);
}

.recruit_03 .cc li {
    width: 47%;
    margin-right: 10px;
}

.recruit_03 .cc li:before {
    content: "●";
    padding-right: 5px;
    color: #96c832;
}

.recruit_03 .box_inn .txt {
    padding-left: 0;
}

.recruit_03 .cc .cc_box {
    margin-bottom: 70px;
}

.recruit_03 .cc .cc_box:last-of-type {
    margin-bottom: 0;
}

.recruit_spec dl {
    margin-bottom: 25px;
}

.recruit_spec dl:last-of-type {
    margin-bottom: 0px;
}

.recruit_spec dt {
    width: 28%;
    margin-right: 13px;
    padding: 8px;
    text-align: center;
    color: #fff;
    background: #96c832;
    border-radius: 10px;
    font-size: 22px;
    font-weight: normal;
}

.recruit_spec dd {
    width: 68%;
    color: #c8963c;
    font-size: 18px;
}

.recruit_spec dd a {
    color: #c8963c;
    font-size: 18px;
}

.recruit_04 li {
    position: relative;
}

.planlist {
    position: absolute;
    top: 30%;
    padding: 10px;
    width: 100%;
    z-index: 2;
    text-align: center;
}

.recruit_04 .pic {
    position: relative;
    z-index: 1;
}

.recruit_04 .pic:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: 100%;
    width: 100%;
    background: rgba(255, 255, 255, .6);
    z-index: 1;
}

.recruit_04 .pic .trimmingInner {
    border-radius: 50%;
    border: 2px solid #5ab4a0;
}

.recruit_04 h5 {
    font-weight: bold;
    color: #96c832;
    font-size: 26px;
}

.recruit_05 li {
    background: #96c832;
    border-radius: 10px;
    text-align: center;
    color: #fff;
    padding: 22px;
    font-size: 20px;
    font-weight: bold;
}

.recruit_05 li:first-of-type {
    margin-bottom: 10px;
}

.recruit_05 .str01 {
    padding: 10px;
    border-radius: 10px;
    border: 1px solid #e1dbcd;
}

.recruit_05 table {
    border-collapse: collapse;
    margin-top: 0;
    width: 100%;
}

.recruit_05 table th,
.recruit_05 table td {
    border-right: 1px solid #e1dbcd;
    padding: 10px 5px;
    text-align: center;
    color: #96c832;
    font-size: 26px;
    font-weight: normal;
}

.recruit_05 table tr {
    border-bottom: 1px solid #e1dbcd;
}

.recruit_05 table td {
    width: 20%;
}

.recruit_05 table td dt {
    text-align: center;
    color: #c8963c;
    font-size: 18px;
}

.recruit_05 table td dd {
    text-align: center;
}

.recruit_05 table tbody tr:last-of-type {
    border-bottom: none;
}

.recruit_05 table td:last-of-type {
    border-right: none;
}


.interview h3 {
    color: #fa9614;
    font-size: 24px;
    font-weight: normal;
    margin-bottom: 10px;
}

.interview dl {
    margin-bottom: 30px;
}

.interview dl:last-of-type {
    margin-bottom: 0;
}

.interview dt {
    color: #96c832;
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 10px;
}

.interview dt:before {
    content: "Q.";
    padding-right: 10px;
}

.interview .interview_box:nth-of-type(even) .flexb {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

@media only screen and (max-width: 1024px) {
    .recruit_03 .cc li {
        width: 100%;
        margin-right: 10px;
    }

    .recruit_menu ul li {
        width: 100%;
        margin: 6px;
        text-align: center;
        color: #fff;
    }
}

@media only screen and (max-width: 599px) {
    .recruit_spec dt {
        width: 100%;
        padding: 5px;
        margin: 0 0 10px 0;
    }

    .recruit_spec dd {
        width: 100%;
    }

    .recruit_04 h5 {
        font-size: 18px;
    }

    .recruit_03 h2 {
        font-size: 30px;
    }

    .recruit_05 .str01 {
        margin-top: 0;
        overflow: scroll;
        -webkit-overflow-scrolling: touch;
        width: 100%;
    }

    .recruit_05 table {
        border-collapse: collapse;
        width: 100%;
        margin-top: 0;
        min-width: 480px;
    }

    .recruit_05 table th,
    .recruit_05 table td {
        font-size: 18px;
    }

    .recruit_05 .w46,
    .recruit_05 .w36 {
        width: 100%;
    }

}

/*-------------------------------

    15.15_dental_hygienist

-------------------------------*/
.btnarea {
    width: 80%;
    margin: 20px auto 100px;
}

.btnarea li {
    width: 48%;
}

.recruit_point li {
    padding: 5px 26px;
    background: #5ab4a0;
    color: #FFF;
    text-align: center;
    border-radius: 22px;
    margin: 0 10px 10px 0;
}

.detail_02 dl {
    margin-bottom: 50px;
}

.detail_02 dl:last-of-type {
    margin-bottom: 0;
}

.detail_02 dt {
    color: #c8963c;
    font-size: 22px;
}

.detail_03 {
    position: relative;
    background: none;
    border: none;
    padding: 100px 0;
    margin-bottom: 100px;
}

.detail_03:before {
    content: "";
    display: block;
    width: 100vw;
    height: 100%;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background: -webkit-repeating-linear-gradient(135deg, #f4f4e4, #f4f4e4 2px, transparent 0, transparent 6px);
    background: repeating-linear-gradient(-45deg, #f4f4e4, #f4f4e4 2px, transparent 0, transparent 6px);
}

.detail_02 .recruit_spec dt {
    background: #5ab4a0;
}

/* 下の矢印 */
.detail_04 .head3 {
    position: relative;
}

.flowarea .head3:after {
    content: "";
    position: absolute;
    display: inline-block;
    width: 15px;
    height: 15px;
    margin: 0 10px;
    border-bottom: 2px solid #96c832;
    border-right: 2px solid #96c832;
    -webkit-transform: rotate(45deg) translateY(10%);
    transform: rotate(45deg) translateY(10%);
    bottom: -10px;
    left: 45%;
    right: 0;
}

.flowarea li {
    position: relative;
    border-radius: 100%;
    background: #96c832;
    color: #fff;
    text-align: center;
    font-size: 24px;
}

.flowarea li:before {
    content: "";
    display: block;
    padding-top: 100%;
}

.flowarea li:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    right: 0;
    left: -14%;
    top: 43%;
    display: block;
    border-style: solid;
    border-width: 15px 0 15px 15px;
    border-color: transparent transparent transparent #96c832;
}

.flowarea li:first-of-type:after {
    content: none;
}

.flowarea li span {
    display: block;
    position: absolute;
    top: 50%;
    bottom: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media only screen and (max-width: 1024px) {
    .flowarea li span {
        font-size: 18px;
    }
}

.detail_03 .recruit_spec dt {
    background: #5ab4a0;
}

/* form */
.form {
    width: 80%;
    margin: 40px auto 0;
}

.form dt {
    width: 35%;
    color: #96c832;
    font-size: 20px;
    font-weight: bold;
    text-align: right;
    margin-right: 10px;
}

.form dt span {
    font-size: 14px;
    color: #fff;
    background: #fa9614;
    padding: 5px 10px;
    margin-left: 10px;
    display: inline-block;
    line-height: 101%;
}

.form dd {
    width: 62%;
    margin-bottom: 25px;
    display: block;
}

.form dd span {
    margin-left: 10px;
    color: #96c832;
}

.form input[type="text"] {
    border: 1px solid #96c832;
    border-radius: 5px;
    padding: 5px;
    width: 100%;
}

.form textarea {
    border: 1px solid #96c832;
    border-radius: 5px;
    padding: 5px;
    width: 100%;
    height: 200px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
    font-size: 16px;
}

.form input[size="10"] {
    width: 20%;
}

.form .btnarea li {
    width: 45%;
}

.form .btnarea li {
    margin: 0 5px;
}

.form .btnarea button {
    width: 100%;
    border-left: none;
    border-right: none;
    border-top: none;
    cursor: pointer;
}

.form .btnarea .input-confirm-form-back-btn span:before {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    content: '\f053';
    font-weight: 600;
    padding-right: 10px;
}

.form-submit-btn span:after,
.form .btnarea .input-confirm-form-submit-btn span:after {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    content: '\f054';
    font-weight: 600;
    padding-left: 10px;
}

.age {
    display: inline-block !important;
}

.age div {
    display: inline-block;
}

.uk-text-danger {
    display: block;
}

.detail_05 .pointbox {
    margin: 0 0 100px;
    position: relative;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.detail_05 .pointbox:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    left: 50%;
    bottom: -20%;
    display: block;
    border-style: solid;
    border-width: 0 35px 35px 35px;
    border-color: transparent transparent transparent #fa9614;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg) translateY(-50%);
}

.detail_05 .pointbox:last-of-type:after {
    content: none;
}

.detail_05 .pic.icon {
    background: #5ab4a0;
    border-radius: 50%;
    position: relative;
    width: 20%;
}

.detail_05 .pic.icon:before {
    content: "";
    display: block;
    padding-top: 100%;
}

.detail_05 .pic.icon img {
    height: 60% !important;
    width: auto;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    left: 50%;
    z-index: 1;
}

.formarea .btn {
    width: 50%;
    margin: auto;
}

@media only screen and (max-width: 1024px) {
    .btnarea {
        width: 100%;
    }

    .form {
        width: 100%;
    }
}

@media only screen and (max-width: 599px) {
    .btnarea li {
        width: 100%;
        margin-bottom: 10px;
    }

    .form dt,
    .form dd {
        width: 100%;
    }

    .form dt {
        text-align: left;
        margin-bottom: 10px;
    }

    .detail_04 li {
        width: 40%;
    }

    .detail_04 li:after {
        left: -24%;
        top: 43%;
    }

    .detail_04 li:nth-of-type(odd):after {
        content: none;
    }

    .detail_05 .pointbox:after {
        left: 35%;
        bottom: -10%;
    }

    .form .btnarea li {
        width: 100%;
        margin: 10px 0 0;
    }

    .form .btnarea button {
        padding: 10px;
    }

    .form {
        width: 100%;
    }
}

/*-------------------------------

    17.blog

-------------------------------*/
.blog_list .pic {
    width: 23%;
}

.blog_list .list {
    margin-bottom: 50px;
}

.split-tag span {
    background: #5ab4a0;
    color: #fff;
    border-radius: 5px;
    margin: 0 10px 10px 0;
    padding: 10px;
    display: inline-block;
    -weblit-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.split-tag span:first-of-type {
    margin-left: 0px;
}

.blog_list .tit,
.news .tit {
    width: 100%;
    display: inline-block;
    margin-top: 10px;
    color: #c8963c;
    border-bottom: 1px solid #e1dbcd;
    padding-bottom: 10px;
}

.blog_list .w80 li {
    margin: 10px 0;
}

.pager {
    position: relative;
    padding: 10px;
    margin-bottom: 140px;
}

.pager:before {
    content: "";
    width: 100%;
    height: 100%;
    z-index: -1;
    top: 50%;
    right: 0;
    left: 0;
    display: block;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    background: -webkit-repeating-linear-gradient(135deg, #f4f4e4, #f4f4e4 2px, transparent 0, transparent 6px);
    background: repeating-linear-gradient(-45deg, #f4f4e4, #f4f4e4 2px, transparent 0, transparent 6px);
}

.pager li a {
    display: block;
    background: #5ab4a0;
    color: #fff;
    border-radius: 5px;
    padding: 5px 10px;
    text-align: center;
    margin: 0 8px;
}

.pager li.to a {
    background: #267564;
}

.pager li a:hover {
    background: #267564;
    opacity: 1;
}

.category_box li {
    border-bottom: 1px solid #e1dbcd;
    padding-bottom: 10px;
    margin-bottom: 15px;
    font-size: 18px;
}

.category_box li a {
    color: #c8963c;
    display: block;
}

.blog_list .pic span {
    z-index: 1;
    border-radius: 10px;
}

.blog_detail .txt,
.news_detail .txt {
    margin-bottom: 40px
}

@media only screen and (max-width: 1024px) {
    .w25.category_box {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-bottom: 50px;
    }

    .w25.category_box .cc {
        width: 48%;
    }

    .pager {
        margin: 0 -9999px;
        padding: 10px 9999px;
    }

    .pager ul {
        -webkit-transform: translate(0%);
        transform: translate(0%);
    }

    .blog_list {
        width: 100%;
    }

    .blog_list .w75 {
        width: 65%;
    }
}

@media only screen and (max-width: 599px) {

    .blog_list.w70,
    .blog_list .w75,
    .blog_list .pic {
        width: 100%;
    }

    .blog_list .pic {
        margin-bottom: 30px;
    }

    .blog_list ul {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .pager {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .w25.category_box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .w25.category_box .cc {
        width: 100%;
    }
}

/*-------------------------------

    19.news

-------------------------------*/

.news .split-tag span,
.news_detail .split-tag span {
    background: #fa9614;
}

/*-------------------------------

    18.blog_detail & 20.news_detail

-------------------------------*/
.blog_detail .tit,
.news_detail .tit {
    margin-top: 10px;
    color: #c8963c;
    border-bottom: 1px solid #e1dbcd;
    padding-bottom: 15px;
    margin: 30px 0 40px;
    display: block;
}

.tabcrev list {
    margin: 10px 0 50px;
}

.tabcrev .txt {
    padding: 10px 0 40px;
}

.brea {
    width: 100%;
    border-top: 1px solid #e1dbcd;
    padding-top: 20px;
}

.brea li {
    width: 30%;
}

.brea li .btn {
    padding: 5px 2px;
}

.blog_detail .reccomend .tit,
.news_detail .reccomend .tit {
    margin: 10px 0;
}

.blog_detail .reccomend .split-tag,
.news_detail .reccomend .split-tag {
    margin: 0;
}

@media only screen and (max-width: 1024px) {
    .w70.ccdetail {
        width: 100%;
    }

    .reccomend .w75 {
        width: 65%;
    }
}

@media only screen and (max-width: 599px) {
    .reccomend .w75 {
        width: 100%;
        margin-top: 30px;
    }
}
}
