@charset "UTF-8";

/* CSS Document */

/*====================================

    #wp_treatment

====================================*/

#wp_treatment {
    background: var(--main-color);
}
#wp_treatment .inner {
}
#wp_treatment .inner .com_ttl h2,
#wp_treatment .inner .com_ttl h2 span {
    color: #fff;
}
#wp_treatment .inner .list {
}
#wp_treatment .inner .list .cell {
    padding-bottom: 40px;
    margin-bottom: 40px;
    border-bottom: 1px solid #fff;
}
#wp_treatment .inner .list .cell dl {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
}
#wp_treatment .inner .list .cell dl dt {
    order: 2;
}
#wp_treatment .inner .list .cell dl dt h3 {
    font-size: 180%;
    color: #fff;
    margin-bottom: 20px;
}
#wp_treatment .inner .list .cell dl dt p {
    color: #fff;
}
#wp_treatment .inner .list .cell dl dt .btn {
    text-align: center;
}
#wp_treatment .inner .list .cell dl dt .btn a {
    border: 1px solid #fff;
}
#wp_treatment .inner .list .cell dl dd {
    width: 100%;
    order: 1;
    margin-bottom: 30px;
}
#wp_treatment .inner .list .cell dl dd img {
    border-radius: 20px;
}

/*====================================

    #wp_treatment_detail

====================================*/

#wp_treatment_detail {
    padding: 40px 0 0 0;
}

/*====================================

    #wp_treatment_detail .icon_list

====================================*/

#wp_treatment_detail .icon_list {
    padding: 0px 30px;
    margin-bottom: 30px;
}
#wp_treatment_detail .icon_list .inner {
    background: #fff;
    border-radius: 20px;
    border: 1px solid var(--main-color);
    overflow: hidden;
}
#wp_treatment_detail .icon_list .inner h2 {
    font-size: 120%;
    background: var(--main-color);
    color: #fff;
    padding: 16px 20px;
}
#wp_treatment_detail .icon_list .inner ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 20px;
    background: #f7f7f7;
}
#wp_treatment_detail .icon_list .inner ul li {
    width: 100%;
    background: url(../images/check.svg) no-repeat top 50% left 0;
    background-size: 20px;
    padding: .4em 0 .4em 30px;
    border-bottom: 1px dotted var(--main-color);
    margin-bottom: 10px;
}
#wp_treatment_detail .icon_list .inner ul li h3 {
    font-size: 110%;
    color: var(--main-color);
    font-weight: bold;
}

/*====================================

    #wp_treatment_detail .author

====================================*/

#wp_treatment_detail .author {
    padding: 0 30px;
    margin-bottom: 10px;
}
#wp_treatment_detail .author p {
    width: 100%;
    text-align: right;
    font-size: 80%;
    color: #bbb;
}

/*====================================

    #wp_treatment_detail .main

====================================*/

#wp_treatment_detail .main {
    padding: 0 30px;
    margin-bottom: 30px;
}
#wp_treatment_detail .main .inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: row-reverse;
}
#wp_treatment_detail .main .inner .ph {
    width: 100%;
    height: 200px;
    border: 1px solid #000;
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 20px;
}
#wp_treatment_detail .main .inner .copy {
    width: 100%;
}
#wp_treatment_detail .main .inner .copy h1 {
    font-weight: bold;
    font-size: 150%;
    line-height: 1.5em;
    margin-bottom: 20px;
}
#wp_treatment_detail .main .inner .copy p {
    font-size: 110%;
    line-height: 1.85em;
}
#wp_treatment_detail .main .inner .copy p strong {
    font-weight: bold;
}

/*====================================

    .marker

====================================*/

.marker {
    background:linear-gradient(transparent 50%, #ff6 50%);
    display: inline;
    background-repeat: no-repeat;
    background-size: 0% 100%;
    transition:background-size 1s;
}
.marker.on {
    background-size: 100% 100%;
}

/*====================================

    #wp_treatment_detail .wp_index

====================================*/

#wp_treatment_detail .wp_index {
    padding: 30px 30px;
    background: #eee;
}
#wp_treatment_detail .wp_index .inner {
}
#wp_treatment_detail .wp_index .inner h2 {
    font-size: 110%;
    color: var(--main-color);
    border-bottom: 1px solid var(--main-color);
    margin-bottom: 20px;
}
#wp_treatment_detail .wp_index .inner .list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#wp_treatment_detail .wp_index .inner .list a {
    width: 100%;
    display: block;
    border: 1px solid var(--main-color);
    padding: .7em 3em .7em 1em;
    border-radius: 40px;
    text-decoration: none;
    margin-bottom: 4px;
    color: var(--main-color);
    font-size: 120%;
    background: url(../images/index_arrow.svg) top 50% right 20px no-repeat #fff;
    background-size: 20px;
}

#wp_treatment_detail .wp_index .inner .list a:last-child {
    margin-bottom: 0px;
}

/*====================================

    #wp_treatment_detail #wp_content

====================================*/

#wp_treatment_detail #wp_content {
}
#wp_treatment_detail #wp_content .sec_def {
    padding: 30px 30px 10px 30px;
}
#wp_treatment_detail #wp_content .sec_def .inner {
}
#wp_treatment_detail #wp_content .sec_def .inner h2 {
    font-size: 130%;
    font-weight: bold;
    margin-bottom: 30px;
    border: 1px solid #000;
    display: inline-block;
    padding: 10px 20px;
    border-radius: 40px;
    background: #fff;
    position: relative;
}
#wp_treatment_detail #wp_content .sec_def .inner h2:after {
    content: ;
}
#wp_treatment_detail #wp_content .sec_def .inner .ex {
    font-size: 110%;
    margin-bottom: 60px;
    line-height: 2em;
}
#wp_treatment_detail #wp_content .sec_def .inner .ex .ph_left {
    width: 400px;
    float: left;
    margin: 0 40px 40px 0;
    border-radius: 20px;
    border: 1px solid #000;
}
#wp_treatment_detail #wp_content .sec_def .inner .ex strong {
    font-weight: bold;
}
#wp_treatment_detail #wp_content .sec_def .inner .ex .cap {
    display: block;
    font-size: 80%;
}

/*====================================

    #wp_treatment_detail #eee

====================================*/

#wp_treatment_detail #sec_002,
#wp_treatment_detail #sec_004,
#wp_treatment_detail #sec_006,
#wp_treatment_detail #sec_008,
#wp_treatment_detail #sec_010 {
    background: #f7f7f7;
}

/*====================================

    #wp_treatment_detail .area_point

====================================*/

#wp_treatment_detail .area_point {
    margin-bottom: 30px;
}
#wp_treatment_detail .area_point dl {
    border: 1px solid var(--main-color);
    border-radius: 40px;
    padding: 30px;
    position: relative;
    margin-bottom: 60px;
    background: #fff;
}
#wp_treatment_detail .area_point dl:last-child {
    margin-bottom: 0px;
}
#wp_treatment_detail .area_point dl:after {
    content: '';
    width: 100%;
    height: 60px;
    position: absolute;
    left: 0;
    bottom: -60px;
    background: url(../images/index_arrow.svg) center center no-repeat;
    background-size: 30px;
}
#wp_treatment_detail .area_point dl:last-child:after {
    content: none;
}
#wp_treatment_detail .area_point dl dt {
    width: 100%;
    font-size: 120%;
    color: var(--main-color);
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid var(--main-color);
}
#wp_treatment_detail .area_point dl dt span {
    font-size: 150%;
    padding: 0 0 0 .2em;
}
#wp_treatment_detail .area_point dl dd {
    width: 100%;
}
#wp_treatment_detail .area_point dl dd h3 {
    font-size: 130%;
    color: var(--main-color);
    font-weight: bold;
    line-height: 1.5em;
}
#wp_treatment_detail .area_point dl dd p strong {
    font-weight: bold;
}

/*====================================

    #wp_treatment_detail .area_ph_rgt,
    #wp_treatment_detail .area_ph_lft

====================================*/

#wp_treatment_detail .area_ph_rgt,
#wp_treatment_detail .area_ph_lft {
    margin-bottom: 30px;
    width: 100%;
}
#wp_treatment_detail .area_ph_rgt h3,
#wp_treatment_detail .area_ph_lft h3 {
    font-size: 120%;
    color: var(--main-color);
    margin-bottom: 20px;
    font-weight: bold;
    line-height: 1.5em;
}
#wp_treatment_detail .area_ph_rgt h3 .icon01,
#wp_treatment_detail .area_ph_lft h3 .icon01{
    padding: .4em 1em;
    font-size: 80%;
    background: var(--sub-color);
    color: #fff;
    margin-right: .5em;
    border-radius: 60px;
}
#wp_treatment_detail .area_ph_rgt p,
#wp_treatment_detail .area_ph_lft p {
}
#wp_treatment_detail .area_ph_rgt p strong,
#wp_treatment_detail .area_ph_lft p strong {
    font-weight: bold;
}
#wp_treatment_detail .area_ph_rgt p img,
#wp_treatment_detail .area_ph_lft p img {
    width: 40%;
    border: 1px solid #000;
    border-radius: 10px;
}
#wp_treatment_detail .area_ph_rgt p img {
    float: right;
    margin: 0 0 20px 20px;
}
#wp_treatment_detail .area_ph_lft p img {
    float: left;
    margin: 0 20px 20px 0;
}
#wp_treatment_detail .area_ph_rgt .ph_2col,
#wp_treatment_detail .area_ph_lft .ph_2col {
    margin-bottom: 30px;
}
#wp_treatment_detail .area_ph_rgt .ph_2col ul,
#wp_treatment_detail .area_ph_lft .ph_2col ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#wp_treatment_detail .area_ph_rgt .ph_2col ul li,
#wp_treatment_detail .area_ph_lft .ph_2col ul li {
    width: 48%;
}
#wp_treatment_detail .area_ph_rgt .ph_2col ul li>p,
#wp_treatment_detail .area_ph_lft .ph_2col ul li>p {
    color: var(--main-color);
    background: #fff;
    border: 1px solid var(--main-color);
    border-radius: 40px;
    display: inline-block;
    padding: .2em .8em;
    margin-bottom: 4px;
}
#wp_treatment_detail .area_ph_rgt .ph_2col ul li img,
#wp_treatment_detail .area_ph_lft .ph_2col ul li img {
    border: 1px solid #000;
    border-radius: 20px;
}

/*====================================

    #wp_treatment_detail .area_column

====================================*/

#wp_treatment_detail .area_column {
    margin-bottom: 30px;
}
#wp_treatment_detail .area_column dl {
    border: 1px solid var(--main-color);
    border-radius: 20px;
    overflow: hidden;
}
#wp_treatment_detail .area_column dl dt {
    background: var(--main-color);
}
#wp_treatment_detail .area_column dl dt h4 {
    font-size: 120%;
    color: #fff;
    text-align: left;
    padding: 20px;
}
#wp_treatment_detail .area_column dl dd {
    background: #FBF1E4;
    padding: 20px;
}
#wp_treatment_detail .area_column dl dd img {
    float: right;
    width: 30%;
    border: 1px solid #000;
    border-radius: 40px;
    margin: 0 0 0 20px;
}
#wp_treatment_detail .area_column dl dd p {
}
#wp_treatment_detail .area_column dl dd p strong {
    font-weight: bold;
}
#wp_treatment_detail .area_column dl dd .list_3col {
    margin: 30px 0;
}
#wp_treatment_detail .area_column dl dd .list_3col ul {
}
#wp_treatment_detail .area_column dl dd .list_3col ul li {
    width: 100%;
    background: #fff;
    border: 1px solid rgb(0, 0, 0, .2);
    border-radius: 20px;
    padding: 20px;
    margin-bottom: 10px;
}
#wp_treatment_detail .area_column dl dd .list_3col ul li:last-child {
    margin-bottom: 0px;
}
#wp_treatment_detail .area_column dl dd .list_3col ul li p {
}
#wp_treatment_detail .area_column dl dd .list_3col ul li p span {
    display: block;
    font-size: 120%;
    display: block;
    font-weight: bold;
    margin-bottom: 10px;
}
#wp_treatment_detail .area_column dl dd .list_3col ul li img {
    width: 100%;
    border-radius: 20px;
}

/*====================================

    #wp_treatment_detail .area_list_tp1

====================================*/

#wp_treatment_detail .area_list_tp1 {
    margin-bottom: 30px;
}
#wp_treatment_detail .area_list_tp1 ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    margin-bottom: -1px;
}
#wp_treatment_detail .area_list_tp1 ul li {
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
#wp_treatment_detail .area_list_tp1 ul li:nth-child(1) {
    width: 100px;
    padding: 20px;
    background: #eee;
}
#wp_treatment_detail .area_list_tp1 ul li:nth-child(2) {
    flex: 1;
    padding: 20px;
    background: #fff;
}
#wp_treatment_detail .area_list_tp1 .caution {
    margin-top: 20px;
}
#wp_treatment_detail .area_list_tp1 .caution dl {
    font-weight: bold;
}
#wp_treatment_detail .area_list_tp1 .caution dl dd {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
#wp_treatment_detail .area_list_tp1 .caution dl dd p {
    font-weight: normal;
    margin-right: 1em;
    font-size: 90%;
}

/*====================================

    #wp_treatment_detail .ind_col

====================================*/

#wp_treatment_detail {
}
#wp_treatment_detail .ind_col {
    margin: 20px 0 30px 0;
}
#wp_treatment_detail .ind_col h4 {
    font-weight: bold;
    font-size: 140%;
    margin-bottom: 20px;
}
#wp_treatment_detail .ind_col ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#wp_treatment_detail .ind_col ul li {
    border: 1px solid var(--main-color);
    padding: 20px;
    border-radius: 20px;
    background: #fff;
    margin-bottom: 10px;
}
#wp_treatment_detail .ind_col ul li dl {
    margin-bottom: 8px;
    border-radius: 10px;
    background: #f7f7f7;
    padding: 10px;
}
#wp_treatment_detail .ind_col ul li dl dt {
    color: var(--main-color);
    font-size: 100%;
    font-weight: bold;
}
#wp_treatment_detail .ind_col ul li .ph {
    margin-bottom: 10px;
    border-radius: 10px;
    overflow: hidden;
}
#wp_treatment_detail .ind_col ul li h5 {
    font-size: 110%;
    font-weight: bold;
    display: block;
    padding-bottom: 10px;
    margin-bottom: 10px;
    color: var(--main-color);
    border-bottom: 1px solid #ccc;
    line-height: 1.5em;
}
#wp_treatment_detail .ind_col ul li h5 .icon {
    padding: .4em 1em;
    font-size: 80%;
    background: var(--sub-color);
    color: #fff;
    margin-right: .5em;
    border-radius: 60px;
}
#wp_treatment_detail .ind_col ul li h5 .cap {
    font-size: 70%;
    display: block;
}
#wp_treatment_detail .ind_col ul li p {
}
#wp_treatment_detail .ind_col1 ul li {
    width: 100%;
}
#wp_treatment_detail .ind_col2 ul li {
    width: 49%;
}
#wp_treatment_detail .ind_col3 ul li {
    width: 100%;
}
#wp_treatment_detail .ind_col4 ul li {
    width: 49%;
}

/*====================================

    wp_treatment_detail .area_before_after

====================================*/

#wp_treatment_detail .area_before_after {
    border-radius: 20px;
    background: rgba(0, 0, 0, .05);
    padding: 20px;
    margin: 20px 0 0 0;
    width: 100%;
}
#wp_treatment_detail .area_before_after h4 {
    font-weight: bold;
    font-size: 120%;
    margin-bottom: 20px;
}
#wp_treatment_detail .area_before_after ul {
    margin-bottom: 20px;
    width: 100%;
}
#wp_treatment_detail .area_before_after ul:last-child {
    margin-bottom: 0px;
}
#wp_treatment_detail .area_before_after ul li {
    border: 1px solid var(--main-color);
    padding: 20px;
    border-radius: 20px;
    background: #fff;
    width: 100%;
    margin-bottom: 10px;
}
#wp_treatment_detail .area_before_after ul li:last-child {
    margin-bottom: 0px;
}
#wp_treatment_detail .area_before_after ul li.wp_arrow {
    display: none;
}
#wp_treatment_detail .area_before_after ul li p {
    background: var(--main-color);
    color: #fff;
    border-radius: 40px;
    display: inline-block;
    padding: .2em 1em;
    margin-bottom: 10px;
    font-size: 90%;
}
#wp_treatment_detail .area_before_after ul li .ph {
    border-radius: 20px;
    overflow: hidden;
    width: 100% !important;
}
#wp_treatment_detail .area_before_after ul li .ph img {
    width: 100%;
}

/*====================================

    wp_treatment_detail .area_faq

====================================*/

#wp_treatment_detail .area_faq {
    margin-bottom: 60px;
}
#wp_treatment_detail .area_faq dl {
    width: 100%;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}
#wp_treatment_detail .area_faq dl dt {
    width: 100%;
    margin-bottom: 10px;
}
#wp_treatment_detail .area_faq dl dt h4 {
    font-size: 120%;
    font-weight: bold;
    color: var(--main-color);
}
#wp_treatment_detail .area_faq dl dt h4:before {
    content: 'Q.';
    color: var(--sub-color);
    margin-right: .4em;
}
#wp_treatment_detail .area_faq dl dd {
}

/*====================================

    #wp_treatment .area_person

====================================*/

#wp_treatment_detail .area_person {
    border: 1px solid #ccc;
    border-radius: 20px;
    padding: 20px;
    align-items: top;
    background: #fffbf5;
    margin-bottom: 30px;
}
#wp_treatment_detail .area_person .text {
    margin-bottom: 30px;
}
#wp_treatment_detail .area_person .text .exp {
    margin-bottom: 20px;
}
#wp_treatment_detail .area_person .text p strong {
    font-weight: bold;
}
#wp_treatment_detail .area_person .text .biography,
#wp_treatment_detail .area_person .text .certification {
    margin-bottom: 20px;
}
#wp_treatment_detail .area_person .text .biography h4,
#wp_treatment_detail .area_person .text .certification h4 {
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 100%;
    background: #fff;
    border: 1px solid #000;
    border-radius: 40px;
    display: inline-block;
    padding: 0em 1em;
}
#wp_treatment_detail .area_person .text .biography .list {
}
#wp_treatment_detail .area_person .text .biography .list dl {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    border-top: 1px solid rgba(0, 0, 0, .1);
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    padding: 4px 0;
    margin-bottom: -1px;
}
#wp_treatment_detail .area_person .text .biography .list dl dt {
    width: 140px;
}
#wp_treatment_detail .area_person .text .biography .list dl dd {
    flex: 1;
}
#wp_treatment_detail .area_person .text .certification .list {
}
#wp_treatment_detail .area_person .text .certification .list ul {
}
#wp_treatment_detail .area_person .text .certification .list ul li {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 4px 0;
    margin-bottom: -1px;
}
#wp_treatment_detail .area_person .prof {
    width: 100%;
}
#wp_treatment_detail .area_person .prof .prof_inner {
    border: 1px solid #ccc;
    border-radius: 20px;
    padding: 20px;
    background: #fff;
}
#wp_treatment_detail .area_person .prof .ph {
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 20px;
}
#wp_treatment_detail .area_person .name {
    margin-bottom: 10px;
}
#wp_treatment_detail .area_person .name h5 {
    font-size: 80%;
    line-height: 1.5em;
    margin-bottom: 8px;
}
#wp_treatment_detail .area_person .name h4 {
    font-size: 140%;
    font-weight: bold;
    color: var(--main-color);
}
#wp_treatment_detail .area_person .name p {
    font-size: 70%;
    line-height: 1.5em;
}

/*====================================

    #other_treatment

====================================*/

#other_treatment {
    background: var(--main-color);
    padding: 30px 30px;
}
#other_treatment .inner {
    width: 100%;
    margin: 0 auto;
}
#other_treatment .inner h2 {
    color: #fff;
    font-size: 130%;
    margin-bottom: 20px;
}
#other_treatment .inner .list {
}
#other_treatment .inner .list ul {
}
#other_treatment .inner .list ul li {
    width: 100%;
    margin-bottom: 10px;
}
#other_treatment .inner .list ul li:nth-child(4n) {
    margin-right: 0;
}
#other_treatment .inner .list ul li a {
    display: block;
    text-decoration: none;
    overflow: hidden;
    border: 1px solid rgb(255, 255, 255 , .3);
    padding: 10px;
    border-radius: 10px;
    height: 100%;
}
#other_treatment .inner .list ul li a p {
    font-size: 80%;
    line-height: 1.5em;
    color: rgba(255, 255, 255, .5);
    font-weight: normal;
    margin-bottom: 10px;
}
#other_treatment .inner .list ul li a h3 {
    font-size: 120%;
    color: rgba(255, 255, 255, 1.0);
}































