@charset "UTF-8";

/*****************************
追加CSS
*****************************/
.newstyle{
    position: relative;
}

/* .newstyle strong{
    color: #ff00ff;
} */

.newstyle h2{
font-size: 24px;
margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
.newstyle h2{
    font-size: 20px;
}
}

.newstyle h3{
  font-size: 20px;
    background-image: linear-gradient(to right, #356b86 2px, transparent 2px);
    background-size: 6px 2px;
    background-repeat: repeat-x;
    background-position: left bottom;
    margin-bottom: 20px;
    margin-top: 30px;
    line-height: 1.6;
    padding-bottom: 5px;
    letter-spacing: 1px;
    color: #356b86;
}
.newstyle h3:first-child{
    margin-top: 0px;
}
.white_box_page .newstyle h3{
margin-bottom: 10px;
margin-top: 10px;
}


.newstyle h3 span{
  font-size: 26px;
  margin-right: 5px;
  color: #356b86;
}
@media screen and (max-width: 767px) {
.newstyle h3{
    font-size: 16px;
    margin-bottom: 10px;
    margin-top: 15px;
}
}

.newstyle .h3_p_style{
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 30px;
    border: 1px solid #ddd;
}
.newstyle .h3_p_style p{
font-size: 16px;
margin-bottom: 20px;
line-height: 1.8;
}
.newstyle .h3_p_style p:last-child{
font-size: 16px;
margin-bottom: 0px;
line-height: 1.8;
}

@media screen and (max-width: 767px) {
.newstyle .h3_p_style{
padding: 15px 10px;
margin-bottom: 20px;
}
.newstyle .h3_p_style p{
font-size: 16px;
}
}


.newstyle p{
font-size: 16px;
margin-bottom: 30px;
line-height: 1.8;
}
@media screen and (max-width: 767px) {
.newstyle p{
font-size: 16px;
margin-bottom: 10px;
}
}

.newstyle .p-index__depression__row{
display: flex;
flex-direction: row;
flex-wrap: wrap;
align-content: center;
justify-content: flex-start;
align-items: center;
}
.newstyle .p-index__depression__row .p-index__doctor__column:nth-child(1){
width: 55%;
padding: 10px;
}
.newstyle .p-index__depression__row .p-index__doctor__column:nth-child(2){
width: 45%;
padding: 10px;
}
@media screen and (max-width: 820px) {
.newstyle .p-index__depression__row .p-index__doctor__column:nth-child(1){
width: 100%;
}
.newstyle .p-index__depression__row .p-index__doctor__column:nth-child(2){
width: 600px;
max-width: 85%;
margin: 0 auto;
}
}
@media screen and (max-width: 767px) {
.newstyle .p-index__depression__row .p-index__doctor__column:nth-child(1){
padding: 10px 0;
}
.newstyle .p-index__depression__row .p-index__doctor__column:nth-child(2){
padding: 10px 0;
}
}

.newstyle .p-index__doctor__column ul li{
    background: #fff;
    border-radius: 30px;
    line-height: 1.4;
    padding: 10px 30px;
    margin-bottom: 10px;
    letter-spacing: 1px;
}
.newstyle .naika_style .p-index__doctor__column ul li{
    background: #f4fbff;
}

.newstyle .p-index__doctor__column ul.pink_version li{
    background: #fff1f9;
}

@media screen and (max-width: 767px) {
.newstyle .p-index__doctor__column ul li{
    padding: 10px 20px;
}
}

.newstyle .p-index__depression__photo{
    text-align: center;
}



.newstyle .c-list--dot{
background: #fff;
padding: 40px 60px;
margin-bottom: 30px;
border: 2px solid #a8d1e6;
border-radius: 15px;
}
@media screen and (max-width: 820px) {
.newstyle .c-list--dot{
    padding: 20px 20px;
}
}
@media screen and (max-width: 767px) {
.newstyle .c-list--dot{
    padding: 20px 10px;
}
}

.newstyle .c-list--dot li{
position: relative;
font-size: 18px;
background-image: linear-gradient(to right, #356b86 2px, transparent 2px);
background-size: 6px 2px;
background-repeat: repeat-x;
background-position: left bottom;
margin-bottom: 15px;
line-height: 1.6;
letter-spacing: 1px;
padding-left: 30px;
padding-bottom: 5px;
}
@media screen and (max-width: 820px) {
.newstyle .c-list--dot li{
font-size: 16px;
}
}

.newstyle .c-list--dot li::before {
    position: absolute;
    content: "";
    background-color: #a8d1e6;
    border-radius: 50%;
    width: 15px;
    height: 15px;
    left: -3px;
    top: 10px;
    z-index: 0;
    transform: translate(50%);
}
@media screen and (max-width: 767px) {
.newstyle .c-list--dot li::before {
    width: 10px;
    height: 10px;
    left: 7px;
    top: 7px;
}
}

.newstyle_flex{
display: flex;
flex-direction: row;
flex-wrap: wrap;
align-content: center;
justify-content: flex-start;
align-items: center;
}
.newstyle_flex .text_area{
width: 60%;
padding: 10px;
}
.newstyle_flex .img_area{
width: 40%;
padding: 10px;
text-align: center;
}
@media screen and (max-width: 1024px) {
.newstyle_flex .text_area{
width: 100%;
padding: 10px;
}
.newstyle_flex .img_area{
width: 600px;
max-width: 90%;
margin: 0 auto;
}
}
@media screen and (max-width: 767px) {
.newstyle_flex .text_area{
width: 100%;
padding: 10px 0;
}
}

.newstyle_flex .img_area img{
border-radius: 15px;
}
@media screen and (max-width: 1024px) {
.newstyle_flex .img_area img{
    width: 100%;
}
}

.newstyle_flex .text_area span{
    background: #356b86;
    padding: 0 10px;
    color: #fff;
    display: inline-block;
    margin-right: 10px;
    margin-right: 3px;
    font-size: 13px;
}

.newstyle .page_top_title{
margin-bottom: 20px;
padding-left: 200px;
}
.newstyle .page_top_title h2{
    font-size: 24px;
    margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
.newstyle .page_top_title h2{
    font-size: 18px;
    margin-bottom: 10px;
}
}

/* icon01 */
.newstyle .icon01{
position: relative;
width: 100%;
height: 160px;
align-items: center;
align-content: center;
}
@media screen and (max-width: 767px) {
.newstyle .page_top_title{
margin-bottom: 20px;
padding-left: 130px;
}
.newstyle .icon01{
height: 120px;
}
}

.newstyle .icon01::after {
position: absolute;
content: "";
background-image: url(../images/top/diseases_item01.png);
background-repeat: no-repeat;
display: inline-block;
background-size: cover;
width: 160px;
aspect-ratio: 1 / 1;
top: 0px;
left: 0;
}
@media screen and (max-width: 767px) {
.newstyle .icon01::after {
width: 120px;
}
}
/* icon02 */
.newstyle .icon02{
position: relative;
width: 100%;
height: 160px;
align-items: center;
align-content: center;
}
@media screen and (max-width: 767px) {
.newstyle .icon02{
height: 120px;
}
}

.newstyle .icon02::after {
position: absolute;
content: "";
background-image: url(../images/top/diseases_item02.png);
background-repeat: no-repeat;
display: inline-block;
background-size: cover;
width: 160px;
aspect-ratio: 1 / 1;
top: 0px;
left: 0;
}
@media screen and (max-width: 767px) {
.newstyle .icon02::after {
width: 120px;
}
}
/* icon03 */
.newstyle .icon03{
position: relative;
width: 100%;
height: 160px;
align-items: center;
align-content: center;
}
@media screen and (max-width: 767px) {
.newstyle .icon03{
height: 120px;
}
}

.newstyle .icon03::after {
position: absolute;
content: "";
background-image: url(../images/top/diseases_item03.png);
background-repeat: no-repeat;
display: inline-block;
background-size: cover;
width: 160px;
aspect-ratio: 1 / 1;
top: 0px;
left: 0;
}
@media screen and (max-width: 767px) {
.newstyle .icon03::after {
width: 120px;
}
}
/* icon04 */
.newstyle .icon04{
position: relative;
width: 100%;
height: 160px;
align-items: center;
align-content: center;
}
@media screen and (max-width: 767px) {
.newstyle .icon04{
height: 120px;
}
}

.newstyle .icon04::after {
position: absolute;
content: "";
background-image: url(../images/top/diseases_item04.png);
background-repeat: no-repeat;
display: inline-block;
background-size: cover;
width: 160px;
aspect-ratio: 1 / 1;
top: 0px;
left: 0;
}
@media screen and (max-width: 767px) {
.newstyle .icon04::after {
width: 120px;
}
}
/* icon05 */
.newstyle .icon05{
position: relative;
width: 100%;
height: 160px;
align-items: center;
align-content: center;
}
@media screen and (max-width: 767px) {
.newstyle .icon05{
height: 120px;
}
}

.newstyle .icon05::after {
position: absolute;
content: "";
background-image: url(../images/top/diseases_item05.png);
background-repeat: no-repeat;
display: inline-block;
background-size: cover;
width: 160px;
aspect-ratio: 1 / 1;
top: 0px;
left: 0;
}
@media screen and (max-width: 767px) {
.newstyle .icon05::after {
width: 120px;
}
}
/* icon06 */
.newstyle .icon06{
position: relative;
width: 100%;
height: 160px;
align-items: center;
align-content: center;
}
@media screen and (max-width: 767px) {
.newstyle .icon06{
height: 120px;
}
}

.newstyle .icon06::after {
position: absolute;
content: "";
background-image: url(../images/top/diseases_item06.png);
background-repeat: no-repeat;
display: inline-block;
background-size: cover;
width: 160px;
aspect-ratio: 1 / 1;
top: 0px;
left: 0;
}
@media screen and (max-width: 767px) {
.newstyle .icon06::after {
width: 120px;
}
}
/* icon07 */
.newstyle .icon07{
position: relative;
width: 100%;
height: 160px;
align-items: center;
align-content: center;
}
@media screen and (max-width: 767px) {
.newstyle .icon07{
height: 120px;
}
}

.newstyle .icon07::after {
position: absolute;
content: "";
background-image: url(../images/top/diseases_item07.png);
background-repeat: no-repeat;
display: inline-block;
background-size: cover;
width: 160px;
aspect-ratio: 1 / 1;
top: 0px;
left: 0;
}
@media screen and (max-width: 767px) {
.newstyle .icon07::after {
width: 120px;
}
}
/* icon08 */
.newstyle .icon08{
position: relative;
width: 100%;
height: 160px;
align-items: center;
align-content: center;
}
@media screen and (max-width: 767px) {
.newstyle .icon08{
height: 120px;
}
}

.newstyle .icon08::after {
position: absolute;
content: "";
background-image: url(../images/top/diseases_item08.png);
background-repeat: no-repeat;
display: inline-block;
background-size: cover;
width: 160px;
aspect-ratio: 1 / 1;
top: 0px;
left: 0;
}
@media screen and (max-width: 767px) {
.newstyle .icon08::after {
width: 120px;
}
}
/* icon09 */
.newstyle .icon09{
position: relative;
width: 100%;
height: 160px;
align-items: center;
align-content: center;
}
@media screen and (max-width: 767px) {
.newstyle .icon09{
height: 120px;
}
}

.newstyle .icon09::after {
position: absolute;
content: "";
background-image: url(../images/top/diseases_item09.png);
background-repeat: no-repeat;
display: inline-block;
background-size: cover;
width: 160px;
aspect-ratio: 1 / 1;
top: 0px;
left: 0;
}
@media screen and (max-width: 767px) {
.newstyle .icon09::after {
width: 120px;
}
}
/* icon10 */
.newstyle .icon10{
position: relative;
width: 100%;
height: 160px;
align-items: center;
align-content: center;
}
@media screen and (max-width: 767px) {
.newstyle .icon10{
height: 120px;
}
}

.newstyle .icon10::after {
position: absolute;
content: "";
background-image: url(../images/top/diseases_item10.png);
background-repeat: no-repeat;
display: inline-block;
background-size: cover;
width: 160px;
aspect-ratio: 1 / 1;
top: 0px;
left: 0;
}
@media screen and (max-width: 767px) {
.newstyle .icon10::after {
width: 120px;
}
}

/* icon11 */
.newstyle .icon11{
position: relative;
width: 100%;
height: 160px;
align-items: center;
align-content: center;
}
@media screen and (max-width: 767px) {
.newstyle .icon11{
height: 120px;
}
}

.newstyle .icon11::after {
position: absolute;
content: "";
background-image: url(../images/top/diseases_item11.png);
background-repeat: no-repeat;
display: inline-block;
background-size: cover;
width: 160px;
aspect-ratio: 1 / 1;
top: 0px;
left: 0;
}
@media screen and (max-width: 767px) {
.newstyle .icon11::after {
width: 120px;
}
}

.other_link_flex{
display: flex;
flex-direction: row;
flex-wrap: wrap;
align-content: center;
justify-content: flex-start;
align-items: center;
border-bottom: 1px solid #eee;
margin-bottom: 50px;
}
.other_link_flex .img_area{
width: 30%;
padding: 20px;
margin-bottom: 20px;
}
.other_link_flex .text_area{
width: 70%;
padding: 20px;
margin-bottom: 20px;
}
@media screen and (max-width: 820px) {
.other_link_flex .img_area{
width: 250px;
max-width: 90%;
margin: 0 auto;
text-align: center;
padding: 0px;
}
.other_link_flex .text_area{
width: 100%;
margin-bottom: 0px;
}
}

.catch_image{
    position: relative;
    text-align: center;
}
.catch_image img{
width: 800px;
max-width: 100%;
margin: 0 auto 50px;
}
.newstyle .program_box{
display: flex;
flex-direction: row;
flex-wrap: wrap;
align-content: flex-start;
justify-content: flex-start;
align-items: flex-start;
width: 1000px;
margin: 0 auto 50px;
max-width: 100%;
}
.newstyle .program_box dl{
    width: calc(100% / 2);
    padding: 10px;
}
@media screen and (max-width: 820px) {
.newstyle .program_box dl{
    width: calc(100% / 1);
    padding: 10px 0;
}
}

.newstyle .program_box dt{
font-size: 20px;
font-weight: 500;
text-decoration: underline;
margin-bottom: 10px;
}
.newstyle .program_box dd{
font-size: 16px;
margin-bottom: 5px;
}
@media screen and (max-width: 1024px) {
.newstyle .program_box dt{
font-size: 18px;
}
.newstyle .program_box dd{
font-size: 16px;
}
}
@media screen and (max-width: 767px) {
.newstyle .program_box dt{
font-size: 16px;
}
.newstyle .program_box dd{
font-size: 14px;
}
}

.about_list{
    margin-bottom: 50px;
    padding: 20px 20px 10px 20px;
    border: 2px solid #a8d1e6;
    border-radius: 15px;
}
.about_list li{
position: relative;
    font-size: 18px;
    margin-bottom: 15px;
    line-height: 1.6;
    letter-spacing: 1px;
    padding-left: 30px;
    padding-bottom: 5px;
}
.about_list li::before {
    position: absolute;
    content: "";
    background-color: #a8d1e6;
    border-radius: 50%;
    width: 15px;
    height: 15px;
    left: 0px;
    top: 8px;
    z-index: 0;
    transform: translate(50%);
}
@media screen and (max-width: 767px) {
.about_list li::before {
        width: 10px;
        height: 10px;
        left: 7px;
        top: 7px;
    }
}

.gallery_about_flex{
display: flex;
flex-direction: row;
flex-wrap: wrap;
align-content: flex-start;
justify-content: flex-start;
align-items: flex-start;
}
.gallery_about_flex li{
width: calc(100% / 2);
padding: 10px;
}
@media screen and (max-width: 767px) {
.gallery_about_flex li{
width: calc(100% / 1);
}
}

.gallery_about_flex li .about_img_area{
position: relative;
}
.gallery_about_flex li .about_img_area img{
    width: 100%;
    object-fit: cover;
    aspect-ratio: 4 / 3;
}
@media screen and (max-width: 767px) {
.gallery_about_flex li .about_img_area img{
    aspect-ratio: 5 / 3;
}
}

.gallery_about_flex li .about_img_area .about_title{
position: absolute;
    width: 100%;
    text-align: center;
    bottom: 0px;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    margin: 0;
    z-index: 1;
    max-width: 100%;
    text-shadow: 1px 1px 3px #555;
    bottom: -36px;
}
.gallery_about_flex li .about_img_area .about_title p{
font-size: 18px;
margin-bottom: 0px;
color: #fff;
padding: 20px;
background: linear-gradient(0deg, #000000b3, #0000004d 70%, #0000);
}

.doctor_box{
    background: #E4F6F3;
    padding: 15px 30px;
    width: 100%;
    margin: 20px auto 30px;
    border-radius: 10px;
}
@media screen and (max-width: 767px) {
.doctor_box{
  padding: 10px 20px;
}
}

.anchor {
  display: block;
  padding-top: 120px;
  margin-top: -120px;
  position: relative;
  z-index: -1;
}

.doctor_flex{
display: flex;
flex-direction: row;
flex-wrap: wrap;
align-content: center;
justify-content: flex-start;
align-items: center;
text-align: center;
margin-top: 10px;
margin-bottom: 70px;
}
.doctor_flex li{
    width: calc(100% / 3);
    padding: 10px;
}
@media screen and (max-width: 1024px) {
.doctor_flex li{
    width: calc(100% / 2);
    padding: 10px;
}
}
@media screen and (max-width: 767px) {
.doctor_flex li{
    width: calc(100% / 1);
    padding: 10px;
}
}


.doctor_flex li .linkbtn{
border-radius: 10px;
background: #ebf4f8;
border: 2px solid #a8d1e6;
position: relative;
display: block;
width: 100%;
padding: 10px 40px 10px 10px;
}
.doctor_flex li:hover.linkbtn,.doctor_flex li:hover a{
opacity: 1;
}
.doctor_flex li .linkbtn::after {
    content: "";
    position: absolute;
    display: inline-block;
    vertical-align: middle;
    color: #DEA5C5;
    line-height: 1;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #DEA5C5;
    bottom: 15px;
    right: 10px;
    transform: translateY(-50%) translateX(-50%);
    transition: 0.5s;
}
.doctor_flex li:hover .linkbtn::after {
    bottom: 10px;
    transition: 0.5s;
    opacity: 1;
}


/* treatment_policy */

.treatment_policysec{
    margin: 30px 0;
    padding: 30px 0 10px;
}

.treatment_policy_flex{
display: flex;
flex-direction: row;
flex-wrap: wrap;
align-content: center;
justify-content: flex-start;
align-items: center;
text-align: center;
margin-top: 10px;
margin-bottom: 70px;
}
.treatment_policy_flex li{
    width: 800px;
    max-width: 95%;
    margin: 0 auto;
    padding: 10px;
    text-align: left;
}
@media screen and (max-width: 767px) {
.treatment_policy_flex li{
    text-align: center;
}
}


.treatment_policy_flex li .linkbtn{
border-radius: 10px;
background: #ebf4f8;
border: 2px solid #a8d1e6;
position: relative;
display: block;
width: 100%;
padding: 10px 40px 10px 20px;
}
@media screen and (max-width: 767px) {
.treatment_policy_flex li .linkbtn{
    padding: 10px 10px 30px 10px;
}
}


.treatment_policy_flex li:hover.linkbtn,.treatment_policy_flex li:hover a{
opacity: 1;
}
.treatment_policy_flex li .linkbtn::after {
    content: "";
    position: absolute;
    display: inline-block;
    vertical-align: middle;
    color: #a8d1e6;
    line-height: 1;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #a8d1e6;
    bottom: 15px;
    right: 10px;
    transform: translateY(-50%) translateX(-50%);
    transition: 0.5s;
}
.treatment_policy_flex li:hover .linkbtn::after {
    bottom: 10px;
    transition: 0.5s;
    opacity: 1;
}
@media screen and (max-width: 767px) {
.treatment_policy_flex li .linkbtn::after {
    bottom: 5px;
    right: 45%;
}
.treatment_policy_flex li:hover .linkbtn::after {
    bottom: 0px;
    transition: 0.5s;
    opacity: 1;
}
}

.title-type01 .page-ttl-main {
    letter-spacing: 1px;
    font-size: 28px;
    line-height: 1.4;
    position: relative;
    display: inline-block;
    padding: 0 45px;
    margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
.title-type01 .page-ttl-main {
    font-size: 22px;
}
}


.title-type01 .page-ttl-main:before, .title-type01 .page-ttl-main:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
width: 30px;
height: 2px;
background-color: #6a5438;
  -webkit-transform: rotate(-60deg);
  transform: rotate(-60deg);
}
.title-type01 .page-ttl-main:before {
  left:0;
}
.title-type01 .page-ttl-main:after {
  right: 0;
}

.access_page_flex{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 30px;
    margin-bottom: 50px;
}
.access_page_flex .left_area{
width: 45%;
padding: 20px;
}
.access_page_flex .right_area{
width: 55%;
padding: 20px;
}
@media screen and (max-width: 820px) {
.access_page_flex .left_area{
width: 100%;
padding: 0 20px;
}
.access_page_flex .right_area{
width: 100%;
padding: 0 20px;
}
}


.access_page_flex .left_area dl dt{
font-size: 16px;
border-left: 4px solid #356b86;
color: #356b86;
padding: 0px 15px;
margin-bottom: 5px;
line-height: 1.4;
}
.access_page_flex .left_area dl dd{
    font-size: 16px;
    padding: 0 15px;
    margin-bottom: 20px;
    
}

.access_page_flex .right_area h4{
font-size: 18px;
margin-bottom: 10px;
font-weight: 700;
padding-left: 45px;
color: #356b86;
}
.access_page_flex .right_area p{
font-size: 16px;
margin-bottom: 10px;
padding-left: 45px;
}

.access_page_flex .right_area .course01 h4{
    position: relative;
}
.access_page_flex .right_area .course01 h4::before {
    position: absolute;
    content: "";
    background-image: url(../images/top/access_item01.png);
    background-repeat: no-repeat;
    display: inline-block;
    background-size: cover;
      width: 22px;
    height: 24px;
    left: 0px;
    top: 6px;
    z-index: 0;
    transform: translate(50%);
}
.access_page_flex .right_area .course02 h4{
    position: relative;
}
.access_page_flex .right_area .course02 h4::before {
    position: absolute;
    content: "";
    background-image: url(../images/top/access_item02.png);
    background-repeat: no-repeat;
    display: inline-block;
    background-size: cover;
       width: 22px;
    height: 24px;
    left: 0px;
    top: 6px;
    z-index: 0;
    transform: translate(50%);
}

.access_flow_area{
position: relative;
background: #f4fbff;
border: 2px solid #cbdee8;
margin-bottom: 90px;
border-radius: 30px;
padding: 40px;
}
@media screen and (max-width: 820px) {
.access_flow_area{
padding: 40px 20px;
}
}
@media screen and (max-width: 767px) {
.access_flow_area{
padding: 20px 10px;
}
}

.access_flow_area .wp-block-image{
  text-align: center;
  padding: 30px 30px 0;
}
@media screen and (max-width: 767px) {
.access_flow_area .wp-block-image{
  text-align: center;
 padding: 0px 30px 20px;
}

}
.access_flow_area .wp-block-image img{
width: 100%;
margin: 0 auto;
aspect-ratio: 5 / 6;
object-fit: cover;
}
@media screen and (max-width: 767px) {
.access_flow_area .wp-block-image img{
aspect-ratio: unset;
object-fit: unset;
}
}

.access_flow_area h2{
    text-align: center;
}

@media screen and (max-width: 767px) {
.access_flow_area .wp-block-columns {
    align-items: normal !important;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap !important;
    flex-direction: column-reverse;
}
}

@media screen and (max-width: 767px) {
.newstyle .access_flow_area .wp-block-column h3 {
    font-size: 18px;
    margin-bottom: 10px;
    margin-top: 15px;
}
.newstyle .access_flow_area .wp-block-column p {
    font-size: 16px;
    margin-bottom: 5px;
    margin-top: 20px;
}
}

.googleCalendar{
 text-align: center;
}
.googleCalendar iframe {
  width: 100%;
  height: 400px;
}
@media all and (min-width: 767px) {
  .googleCalendar iframe {
	height: 600px;
  }
}
.calendar_view{
    width: 800px;
    max-width: 100%;
    margin: 0 auto;
}

.treatment_flex{
display: flex;
flex-direction: row;
flex-wrap: wrap;
align-content: center;
justify-content: flex-start;
align-items: center;
}
.treatment_flex img{
    border-radius: 10px;
}

.treatment_flex .left_area{
    width: 60%;
    padding: 10px;
}
.treatment_flex .right_area{
    width: 40%;
    padding: 10px;
}
@media screen and (max-width: 820px) {
.treatment_flex {
display: flex;
flex-direction: column-reverse;
}
.treatment_flex .left_area{
    width: 100%;
    padding: 10px;
}
.treatment_flex .right_area{
width: 450px;
max-width: 90%;
margin: 0 auto;
padding: 10px 10px;
}
}
.wp-block-file{
    margin-bottom: 20px;
}
.wp-block-file span{
    font-size: 20px;
}

.treatment_box{
    width: 100%;
    border-radius: 10px;
    margin-bottom: 10px;
    background: #Ffff;
    border: 2px solid #a8d1e6;
    position: relative;
    padding: 20px;
    margin-top: 50px;
}

.step_title{
padding: 5px 10px;
background: #356b86;
color: #fff;
font-size: 20px;
text-align: center;
/* clip-path: polygon(99% 100%, 1% 100%, 0 0, 100% 0); */
}
.step_title span{
color: #ffffff;
font-size: 22px;
font-weight: 100;
margin-right: 10px;
letter-spacing: 2px;
line-height: 1;
vertical-align: baseline;
}
@media screen and (max-width: 767px) {
.step_title{
font-size: 18px;
margin-top: 30px;
}
.step_title span{
font-size: 20px;
}
}

.round_corner_style img{
    border-radius: 15px;
}


.col2_style_flex{
display: flex;
flex-direction: row;
flex-wrap: wrap;
align-content: flex-start;
justify-content: flex-start;
align-items: flex-start;
}
.col2_style_flex .no1_area{
width: 50%;
padding: 10px;
}
.col2_style_flex .no2_area{
width: 50%;
padding: 10px;
}
.col2_style_flex .no3_area{
width: 50%;
padding: 10px;
}
.col2_style_flex .no4_area{
width: 50%;
padding: 10px;
}
@media screen and (max-width: 820px) {
.col2_style_flex .no1_area{
width: 100%;
padding: 10px;
}
.col2_style_flex .no2_area{
width: 100%;
padding: 10px;
}
.col2_style_flex .no3_area{
width: 100%;
padding: 10px;
}
.col2_style_flex .no4_area{
width: 100%;
padding: 10px;
}
}

.main_box{
width: 100%;
border-radius: 10px;
margin-bottom: 10px;
background: #Ffff;
border: 2px solid #a8d1e6;
position: relative;
padding: 20px;
}
@media screen and (max-width: 767px) {
.main_box{
padding: 20px 20px 10px;
}
}

/*****************************
page_main_btn ボタン
*****************************/
.page_main_btn{
  margin: 20px 0;
}
.page_main_btn a {
display: flex;
justify-content: center;
align-items: center;
position: relative;
margin: 0 auto;
padding: 10px 30px 10px 5px;
border: 1px solid #61b0d8;
color: #fff;
font-size: 16px;
font-weight: normal;
letter-spacing: 2px;
transition: .6s;
background: #61b0d8;
border-radius: 10px;
width: 400px;
max-width: 85%;
}

.page_main_btn a::after {
    content: "";
    position: absolute;
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    line-height: 1;
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid #fff;
    bottom: 15px;
    right: 10px;
    transform: translateY(-50%) translateX(-50%);
    transition: 0.5s;
}
.page_main_btn a:hover {
    opacity: 1;
}
.page_main_btn a:hover:after {
    bottom: 10px;
    transition: 0.5s;
}

/*****************************
もっと見るボタン
*****************************/
.readmore { 
    margin: 1.5rem 0; 
}

.p-index__symptoms__list { 
padding-left: 1.2em;
margin: .4rem 0 .8rem;
display: flex;
flex-direction: row;
flex-wrap: wrap; 
}
.p-index__symptoms__list li { 
width: calc(100% / 3);
list-style: disc;
line-height: 1.6;
padding-right: 25px;
}
@media screen and (max-width: 1024px) {
.p-index__symptoms__list li { 
width: calc(100% / 2);
}
}
@media screen and (max-width: 600px) {
.p-index__symptoms__list li { 
width: calc(100% / 1);
padding-right: 0px;
}
}

/* ボタン */
.readmore__btnwrap { 
    text-align: center; 
    margin-top: .5rem; 
}
.readmore__toggle {
display: inline-block;
padding: 5px 60px;
border: 1px solid #61b0d8;
border-radius: 50px;
background: #61b0d8;
cursor: pointer;
transition: box-shadow .2s ease;
color: #fff;
margin-top: 50px;
}
.readmore__toggle:hover { 
    box-shadow: 0 2px 8px rgba(0,0,0,.08); 
}

/* オプション：開閉をアニメっぽく（max-height） */
.more-hidden[hidden] { 
    display: block; 
    max-height: 0; 
    overflow: hidden; 
    padding-top: 0; 
    padding-bottom: 0; 
}
.readmore.is-open .more-hidden { 
    max-height: 5000px; 
    transition: max-height .4s ease; }

/* 余白を自然に（閉じてる間の上下paddingを0に） */
.more-hidden > *:first-child { 
    margin-top: .8rem; 
}



.white_box_page{
  position: relative;
  background: #fff;
  border: 3px solid #a8d1e6;
  border-radius: 15px;
  padding: 40px;
  margin-top: 50px;
  margin-bottom: 50px;
}


.white_box_page .donot_title{
  position: absolute;
  background: #61b0d8;
  font-size: 24px;
  padding: 15px 40px;
  line-height: 1;
  color: #fff;
  border-radius: 50px;
  display: block;
  top: 0;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}
@media screen and (max-width: 1024px) {
  .white_box_page .donot_title{
    font-size: 20px;
    padding: 15px 20px;
  }
}
@media screen and (max-width: 767px) {
  .white_box_page .donot_title{
    font-size: 18px;
    top: 0;
    left: 3%;
    transform: translateY(-50%) translateX(0%);
  }
}

.table_box{
    background: #fff;
    padding: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
    border: 2px solid #a8d1e6;
    border: 1px solid #bdbdbd;
    border-radius: 5px;
    width: 600px;
    max-width: 100%;
}
.newstyle .table_box h4 {
    font-size: 20px;
    margin-bottom: 0px;
    color: #356b86;
}
.newstyle .table_box p {
    font-size: 16px;
    margin-bottom: 0px;
}

.table_box th,.table_box td {
border-bottom: 1px solid #bdbdbd;
padding: 5px 20px;
border-right: 0px solid #c7c7c7;
background-color: #ffffff;
}

.table_box table {
    border-collapse:  collapse;
    width:  100%;
    border-top: 0px solid #c7c7c7;
    border-left: 0px solid #c7c7c7;
}

.table_box th {
    width:  130px;
    text-align:  center;
    background: #f7f7f7;
}
@media screen and (max-width: 767px) {
.table_box tr{
  width:  100%;
}
.table_box th{
  width: 20%;
  display: table-cell;
}
.table_box td {
  width: 40%;
  display: table-cell;
}
}

.table_box td {
    text-align:  center;
    text-align: left;
}

.access_flow_area .wp-block-columns {
    align-items: center !important;
}

.img_2col_flex{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: flex-start;
    align-items: flex-start;
}
.img_2col_flex li{
  width: calc(100% / 2);
  padding: 10px;
}
@media screen and (max-width: 820px) {
.img_2col_flex li{
  width: calc(100% / 1);
  padding: 10px;
}
}

.sp_br {
  display: none; /* pcの時は非表示 */
}
.pc_br {
  display: block; /* spの時は非表示 */
}

@media (max-width: 767px) {
  .sp_br {
    display: block; /* spの時は表示 */
  }
  .pc_br {
  display: none; /* spの時は非表示 */
  }
}