@charset "UTF-8";

/*****************************
    topsec-firstview
*****************************/
.topsec-firstview{
  padding-top: 120px;
  overflow: hidden;
  padding-bottom: 100px;
}
@media screen and (max-width: 1180px) {
  .topsec-firstview{
    padding-top: 120px;
  }
}
@media screen and (max-width: 1024px) {
  .topsec-firstview{
    padding-top: 80px;
  }
}
@media screen and (max-width: 820px) {
  .topsec-firstview{
    padding-top: 80px;
  }
}
@media screen and (max-width: 767px) {
  .topsec-firstview{
    padding-bottom: 0px;
  }
}
/*****************************
    pagesec-firstview
*****************************/
.pagesec-firstview{
  padding-top: 120px;
  overflow: hidden;
}
@media screen and (max-width: 1180px) {
  .pagesec-firstview{
    padding-top: 120px;
  }
}
@media screen and (max-width: 1024px) {
  .pagesec-firstview{
    padding-top: 80px;
  }
}
@media screen and (max-width: 820px) {
  .pagesec-firstview{
    padding-top: 80px;
  }
}
@media screen and (max-width: 600px) {
  .pagesec-firstview{
    padding-top: 80px;
  }
}

.topsec .topslider{
  margin-bottom: 30px;
}

.topslider .slideitem{
  margin: 0 5%;
  aspect-ratio: 7 / 3;
  border-radius: 15px;
}
@media screen and (max-width: 1180px) {
  .topslider .slideitem{
    margin: 0 2%;
  }
}
@media screen and (max-width: 820px) {
  .topslider .slideitem{
    aspect-ratio: 7 / 4;
  }
}
@media screen and (max-width: 767px) {
  .topslider .slideitem{
    aspect-ratio: 7 / 5;
  }
}
@media screen and (max-width: 600px) {
  .topslider .slideitem{
    background-position: right !important;
  }
}

.topslider .slideitem img{
  width: 100%;
  aspect-ratio: 7 / 3;
  object-fit: cover;
}
@media screen and (max-width: 820px) {
  .topslider .slideitem img{
    aspect-ratio: 7 / 4;
  }
}
@media screen and (max-width: 767px) {
  .topslider .slideitem img{
    aspect-ratio: 7 / 5;
  }
}


.slideitem a{
  height: 100%;
}
/* .slide-item a:hover{
  opacity: 1;
}
.slide-item a:hover img{
  border: 2px solid #255500;
  opacity: 0.9;
} */

.topslider .nolink{
  pointer-events: none;
}

.slick-dots {
  position: absolute;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  bottom: -60px;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  margin-bottom: 20px;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 0px;
  height: 0px;
  margin: 0 20px;
  padding: 0;
  cursor: pointer;;
}
.slick-dots li button {
font-size: 0;
line-height: 0;
display: block;
width: 15px;
height: 15px;
border-radius: 50%;
padding: 2px;
cursor: pointer;
color: #345678;
border: 0;
outline: none;
background-color: #345678;
}
.slick-dots li button:before {
  font-family: 'slick';
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  content: '';
  display: block;
  background-color: #C1BFBF;
  text-align: center;
  color: #C1BFBF;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  opacity: 1;
}
@media screen and (max-width: 1024px) {
  .slick-dots li {
    margin: 0 15px;
  }
}
@media screen and (max-width: 767px) {
  .slick-dots {
    bottom: -60px;
  }
  .slick-dots li {
    margin: 0 15px;
  }
  .slick-dots li button,.slick-dots li button:before{
    width: 15px;
    height: 15px;
    border-radius: 50%;
}
}

.slick-dots li.slick-active button:before {
  opacity: 0;
}

.slick-prev, .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
  z-index: 1;
}
.slick-prev {
  left: 15px;

}
.slick-next {
  right: 30px;
}
@media screen and (max-width: 767px) {
  .slick-prev {
    left: 10px;
    display: none !important;
  }
  .slick-next {
    right: 22px;
    display: none !important;
  }
}

.slick-prev:before {
  content: "\f104";
}
.slick-next:before {
  content: "\f105";
}

.slick-arrow::before {
  position: relative;
  font-family: FontAwesome;
  color: #fff;
  padding: 40px 10px;
  background: rgb(247, 247, 247, 0.5);
  opacity: 1;
  font-size: 24px;
  border-radius: 5px;
}
@media screen and (max-width: 767px) {
  .slick-arrow::before {
    font-size: 18px;
    border-radius: 0px;
  }
}

/*****************************
  top キャッチコピー
*****************************/
.catchcopy{
  position: absolute;
  text-align: center;
  bottom: 120px;
  left: 0;
  margin: 0;
  padding: 10px 0;
  z-index: 1;
  width: 40%;
  margin-left: 5%;
  margin-right: 55%;
}
@media screen and (max-width: 1180px) {
.catchcopy{
width: 38%;
margin-left: 2%;
margin-right: 60%;
}
}
@media screen and (max-width: 1024px) {
.catchcopy{
width: 50%;
margin-left: 2%;
margin-right: 48%;;
}
}
@media screen and (max-width: 820px) {
.catchcopy{
width: 50%;
margin-left: 0%;
margin-right: 40%;
}
}
@media screen and (max-width: 767px) {
.catchcopy{
position: absolute;
text-align: center;
margin: 0;
padding: 10px 0;
z-index: 1;
width: 90%;
margin-left: 0%;
margin-right: 0%;
top: 35%;
left: 50%;
transform: translateY(-50%) translateX(-50%);
}
}

.catchcopy h2{
font-size: 22px;
background-image: linear-gradient(to right, #356b86 2px, transparent 2px);
background-size: 6px 2px;
background-repeat: repeat-x;
background-position: left bottom;
display: inline-block;
letter-spacing: 2px;
color: #356b86;
}
@media screen and (max-width: 1024px) {
  .catchcopy h2{
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .catchcopy h2{
    font-size: 16px;
  }
}

.catchcopy_flex{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: flex-start;
  align-items: flex-start;
}
.catchcopy_flex .area{
  width: 100%;
  padding: 10px 20px;
}
@media screen and (max-width: 820px) {
.catchcopy_flex .area{
  padding: 5px 0px;
}
}

.banner_flex{
display: flex;
flex-direction: row;
flex-wrap: wrap;
align-content: flex-start;
justify-content: flex-start;
align-items: flex-start;
width: 100%;
margin: 0 auto;
}
@media screen and (max-width: 1024px) {
.banner_flex{
width: 90%;
}
}
@media screen and (max-width: 820px) {
.banner_flex{
margin: 20px auto 0;
}
}
@media screen and (max-width: 767px) {
.banner_flex{
width: 90%;
margin: 10px auto 0;
}
}

.banner_flex li{
  width: 50%;
  padding: 10px;
}



.catchcopy_list_flex{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: flex-start;
  align-items: center;
  margin-top: 20px;
}
@media screen and (max-width: 1024px) {
  .catchcopy_list_flex{
    justify-content: center;
    margin-top: 10px;
  }
}
.catchcopy_list_flex li{
  padding: 5px;
  margin: 0 auto;
}

/* .catchcopy_list_flex li a{
border: 2px solid #356b86;
color: #356b86;
font-weight: 500;
background: #fff;
text-align: center;
border-radius: 50px;
padding: 7px 40px 10px 30px;
font-size: 22px;
line-height: 1.6;
letter-spacing: 5px;
}
@media screen and (max-width: 767px) {
.catchcopy_list_flex li a {
    padding: 3px 15px 5px 25px;
    font-size: 18px;
}
}
@media screen and (max-width: 600px) {
.catchcopy_list_flex li a {
    font-size: 16px;
}
} */
 /******************************
morebtn-type01 
******************************/
.morebtn-type01 {
  display: inline-flex;
  cursor: pointer;
  align-items: center;
  gap: 0.75rem;
  border: 1px solid #356b86;
  color: #356b86;
  background: #fff;
  border-radius: 50px;
  letter-spacing: 1px;
  padding: 7px 30px;
  transition: background-color 0.3s;
  text-align: left;
  font-size: 16px;
}
@media screen and (max-width: 820px) {
.morebtn-type01 {
padding: 8px 15px;
    font-size: 16px;
}
}
@media screen and (max-width: 600px) {
.morebtn-type01 {
  font-size: 14px;
}
} 

.button_icon {
  flex-shrink: 0;
  width: 25px;
  height: 25px;
  position: relative;
  background-color: #356b86;
  color: #fff;
  border-radius: 50%;
  display: grid;
  place-items: center;
  overflow: hidden;
}

.morebtn-type01:hover {
  background-color: #fff;
  opacity: 1;
}

.morebtn-type01:hover .button_icon {
  color: #ffffff;
}

.button-svg-copy {
  position: absolute;
  transform: translate(-150%, 150%);
}

.morebtn-type01:hover .button-svg:first-child {
  transition: transform 0.3s ease-in-out;
  transform: translate(150%, -150%);
}

.morebtn-type01:hover .button-svg-copy {
  transition: transform 0.3s ease-in-out 0.1s;
  transform: translate(0);
}
/******************************
morebtn-type01 END
******************************/



/*****************************
  top キャッチコピー02
*****************************/
.catchcopy02{
  position: absolute;
  width: 43%;
  margin-left: 50%;
  margin-right: 7%;
  bottom: 130px;
  z-index: 1;
}
@media screen and (max-width: 1180px) {
  .catchcopy02{
  width: 50%;
  margin-left: 45%;
  margin-right: 5%;
  }
}
@media screen and (max-width: 1024px) {
  .catchcopy02{
    width: 40%;
    margin-left: 55%;
    margin-right: 5%;
  }
}
@media screen and (max-width: 820px) {
  .catchcopy02{
    width: 45%;
    margin-left: 50%;
    margin-right: 5%;
    bottom: 150px;
  }
}
@media screen and (max-width: 767px) {
  .catchcopy02{
    position: relative;
    width: 600px;
    max-width: 90%;
    margin: 0 auto;
    bottom: 0px;
  }
}

.catchcopy_list_flex02{
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
@media screen and (max-width: 820px) {
  .catchcopy_list_flex02{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
  }
}

.catchcopy_list_flex02 li{
  width: calc(100% / 4);
  text-align: center;
  padding: 0.6vw;
}
.catchcopy_list_flex02 li:nth-child(1){
  width: 25%;
  margin-left: 25%;
  text-align: center;
  padding: 0.6vw;
}

@media screen and (max-width: 1024px) {
.catchcopy_list_flex02 li{
  width: calc(100% / 3);
  text-align: center;
  padding: 0.6vw;
}
.catchcopy_list_flex02 li:nth-child(1){
  width: calc(100% / 1);
  margin-left: 66%;
  text-align: center;
  padding: 0.6vw;
}
}
@media screen and (max-width: 820px) {
.catchcopy_list_flex02 li{
  width: calc(100% / 3);
}
.catchcopy_list_flex02 li:nth-child(1){
  width: calc(100% / 1);
}
}
@media screen and (max-width: 767px) {
.catchcopy_list_flex02 li{
  width: calc(100% / 3);
  padding: 10px;
}
.catchcopy_list_flex02 li:nth-child(1){
  width: calc(100% / 3);
  margin-left: 3%;
  padding: 10px;
}
}
@media screen and (max-width: 600px) {
  .catchcopy_list_flex02 li{
    padding: 5px;
  }
  .catchcopy_list_flex02 li:nth-child(1){
    padding: 5px;
}
}

.catchcopy_list_flex02 li img{
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  filter: drop-shadow(1px 1px 2px #eee);
}


/*****************************
  scroll to TOP
*****************************/
.page_top {
  margin-top: 0px;
  text-align: center;
  background: url(../images/common/dotdot.png) repeat;
}
.page_top a{
  background-color: #E4F6F3;
  border-top: 1px solid #ffffff;
  z-index: 1000;
  color: #356b86;
  display: inline-block;
  padding: 10px 0;
  text-align: center;
  width: 100%;
  transition: 0.5s;
  font-size: 16px;
  letter-spacing: 2px;
  font-weight: bold;
}

.page_top a::before {
  content: "\f077";
  font-family: "Font Awesome 6 Free";
  position: relative;
  transition: 0.5s;
  top: 0;
  padding-right: 10px;
  vertical-align: top;
}
.page_top a:hover{
  opacity: 1;
  color: #61b0d8;
transition: 0.5s;
}
.page_top a:hover:before {
  transition: 0.5s;
  top: -3px;
}

/*****************************
ストレス簡易チェックリスト
*****************************/
.checklist_style{
  padding: 35px 50px;
  background: rgb(255, 255, 255, 0.5);
  border-radius: 20px;
}
@media screen and (max-width: 820px) {
.checklist_style{
  padding: 20px 20px;
}
}
@media screen and (max-width: 767px) {
.checklist_style{
  padding: 10px 0px;
    background: rgb(255, 255, 255, 0);
}
}

.checklist-flex{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 30px;
  width: 850px;
  max-width: 100%;
  margin: 0px auto;
}
@media screen and (max-width: 820px) {
.checklist-flex{
  padding: 30px 0;
}
}


.checklist-flex .checklist-area{
  width: 100%;
  border-radius: 10px;
  margin-bottom: 10px;
  background: #ebf4f8;
  border: 2px solid #a8d1e6;
  position: relative;
}
@media screen and (max-width: 767px) {
.checklist-flex .checklist-area{
  background: #fff;
}
}


.checklist-flex .checklist-area::after {
  content: "";
  position: absolute;
  display: inline-block;
  vertical-align: middle;
  color: #61b0d8;
  line-height: 1;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
  border-width: 10px 15px;
  border-left-color: currentColor;
  border-right: 0;
  margin-left: 0%;
  bottom: 15px;
  right: 25px;
  transform: translateY(-50%) translateX(-50%);
  transition: 0.5s;
}
.checklist-flex .checklist-area:hover:after {
  right: 15px;
  transition: 0.5s;
}
 @media screen and (max-width: 767px) {
.checklist-flex .checklist-area::after {
  right: 10px;
  bottom: 10px;
}
.checklist-flex .checklist-area:hover:after {
  right: 0px;
}
 }



.checklistarea_flex{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: flex-start;
  align-items: center;
}
.checklistarea_flex li:first-child{
  width: 90px;
}
.checklistarea_flex li:first-child img{
  width: 80px;
  padding: 5px 10px;
}
.checklistarea_flex li:last-child{
  width: calc(100% - 90px);
  color: #504538;
  padding-right: 60px;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .checklistarea_flex li:first-child{
  width: 70px;
}
.checklistarea_flex li:first-child img{
  width: 70px;
  padding: 5px 10px;
}
.checklistarea_flex li:last-child{
  width: calc(100% - 70px);
  padding-right: 40px;
  font-size: 14px;
}
}


.black_text{
  color: #504538;
}


/*****************************
診療の流れ
*****************************/
.top_flow_style{
    padding: 35px 50px;
    background: rgb(255, 255, 255, 1);
    border-radius: 20px;
    margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
.top_flow_style{
  padding: 30px 10px;
}
}

.flow_flex{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 30px 50px;
}
@media screen and (max-width: 767px) {
.flow_flex{
  padding: 30px 10px;
}
}

.flow_flex .flow_flex_img{
  width: 40%;
  padding: 10px;
  position: relative;
}
.flow_flex .flow_flex_text{
  width: 60%;
  padding: 10px;
}
@media screen and (max-width: 1024px) {
.flow_flex .flow_flex_img{
  width: 35%;
  padding: 10px;
}
.flow_flex .flow_flex_text{
  width: 65%;
  padding: 10px;
}
}
@media screen and (max-width: 820px) {
.flow_flex .flow_flex_img{
width: 450px;
max-width: 90%;
margin: 0 auto;
 padding: 10px;
}
.flow_flex .flow_flex_text{
  width: 100%;
  padding: 10px;
}
}




.flow_flex .flow_flex_text h3{
  font-size: 20px;
}
.dotted01 {
  background-image: linear-gradient(to right, #356b86 3px, transparent 3px);
  background-size: 8px 3px;
  background-repeat: repeat-x;
  background-position: left bottom;
}

.flow_flex .flow_flex_img .step_text{
  position: absolute;
  font-size: 24px;
  color: #356b86;
  top: -15px;
  left: 0;
  text-shadow: 1px 1px 0px #eee;
  line-height: 1;
}
.flow_flex .flow_flex_img .step_text span{
  font-size: 34px;
  margin-left: 3px;
}
/*****************************
院長のご紹介
*****************************/
.introduction_flex{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
}
.introduction_flex .introduction_flex_img{
  width: 32%;
  padding: 10px;
}
.introduction_flex .introduction_flex_text{
  width: 68%;
  padding: 10px 10px 10px 70px;
}
 @media screen and (max-width: 1180px) {
.introduction_flex .introduction_flex_img{
  width: 350px;
  padding: 10px;
}
.introduction_flex .introduction_flex_text{
    width: calc(100% - 350px);
  padding: 10px 10px 10px 50px;
}
}
 @media screen and (max-width: 820px) {
.introduction_flex .introduction_flex_img{
  width: 100%;
  padding: 10px;
}
.introduction_flex .introduction_flex_text{
  width: 100%;
  padding: 10px;
}
}



.introduction_flex p{
  margin-bottom: 30px;
  color: #504538;
}
.introduction_flex h3{
  font-size: 20px;
  padding-left: 26px;
  position: relative;
  color: #504538;
}
.introduction_flex h3::before {
  position: absolute;
  content: "";
  background-color: #a8d1e6;
  border-radius: 50%;
  width: 18px;
  height: 18px;
  left: -10px;
  top: 10px;
  z-index: 0;
  transform: translate(50%);
}
.introduction_flex .introduction_flex_img img{
  margin-bottom: 30px;
}

 @media screen and (max-width: 820px) {
  .introduction_flex p{
  margin-bottom: 20px;
}
.introduction_flex .introduction_flex_img img{
  margin-bottom: 0px;
}
.introduction_flex_img{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: flex-start;
  align-items: flex-start;
}
.introduction_flex_img .img_area{
  width: 35%;
  padding: 20px;
}
.introduction_flex_img .text_area{
  width: 65%;
  padding: 20px;
}
}

@media screen and (max-width: 767px) {
.introduction_flex p{
  margin-bottom: 10px;
}
.introduction_flex_img .img_area{
  width: 220px;
  max-width: 100%;
  margin: 0 auto;
  padding: 10px;
}
.introduction_flex_img .text_area{
  width: 100%;
  padding: 10px;
}
}


.name_text{
  font-size: 20px;
  color: #504538;
  line-height: 2.2;
}
.name_text .post_text{
  font-size: 16px;
  margin-right: 10px;
}
.name_text .pink_text{
  font-size: 16px;
  margin-left: 10px;
  color: #356b86;
  font-weight: 100;
}
.dotted03 {
  background-image: linear-gradient(to right, #356b86 2px, transparent 2px);
  background-size: 6px 2px;
  background-repeat: repeat-x;
  background-position: left bottom;
}
.top_director_area{
  margin-top: 10px;
}
.top_director_area{
  margin-top: 10px;
  color: #504538;
}
.top_director_area dl{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.top_director_area dt{
  width: 130px;
  padding: 5px;
}
.top_director_area dt p{
  font-size: 18px;
  padding-left: 26px;
  position: relative;
}
.top_director_area dt p::before {
  position: absolute;
  content: "";
  background-color: #a8d1e6;
  border-radius: 50%;
  width: 18px;
  height: 18px;
  left: -10px;
  top: 8px;
  z-index: 0;
  transform: translate(50%);
}
.top_director_area dd{
  width: calc(100% - 130px);
  padding: 5px;
}
.top_director_area dd p{
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .top_director_area dd p{
  font-size: 16px;
}
.top_director_area dt{
  width: 100%;
  padding: 5px;
}
.top_director_area dd{
  width: 100%;
  padding: 5px;
}
}


/*****************************
よくある質問
*****************************/
.qa_box{
  margin: 50px 0;
}

.qa dl {
  cursor: pointer;
  margin: 0;
  padding: 15px 20px;
  border-radius: 5px 5px 0 0;
  position: relative;
  background: #F7F7F7;
  margin-bottom: 10px;
}
.qa dl.open {
  border-radius: 5px;
  background: #a8d1e6;
}
.qa dt {
  margin: 0;
  position: relative;
}
.qa dl dt::before,
.qa dl dt::after{
  content: '';
  position: absolute;
  top: 50%;
  right: 0%;
  width: 23px;
  height: 2px;
  background: #a8d1e6;
}
.qa dl.open dt::before,
.qa dl.open dt::after{
  background: #fff;
}
.qa dl dt::after{
  transform:rotate(90deg);
  -moz-transition: -moz-transform .3s linear;
  -webkit-transition: -webkit-transform .3s linear;
  transition: transform .3s linear;
}
.qa .open dt::after{
  transform:rotate(360deg);
}
.qa dt p {
  font-size: 18px;
width: calc(100% - 60px);
display: inline-block;
padding-left: 10px;
  line-height: 1.6;
  color: #504538;
  letter-spacing: 1px;
}

.qa .open dt p {
  font-size: 18px;
width: calc(100% - 60px);
  display: inline-block;
  line-height: 1.6;
  color: #fff;
  letter-spacing: 1px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
.qa .open dt p {
  font-size: 14px;
}
}


.qa dt span,
.qa dd span{
  color: #61b0d8;
  font-size: 30px;
  line-height: 0.8;
}
.qa .open dt span,
.qa .open dd span{
  color: #ffffff;
  font-size: 30px;
  line-height: 0.8;
  left: 0;
}
@media screen and (max-width: 767px) {
  .qa dt span,
  .qa dd span{
    vertical-align: top;
  }
}

.qa dd span{
  position: absolute;
}
.qa dd {
  height: auto;
  padding: 2rem 2rem 2rem 0;
  position: relative;
}
.qa dd p {
  font-size: 1.6rem;
  line-height: 1.8;
  width: calc(100% - 35px);
  margin-left: 35px;
  margin-right: 0px;
  padding: 10px 15px;
  background: #fbfbfb;
  min-height: 100px;
  border-radius: 5px;
}

.qa dd p:first-child{
  margin-top: 0;
}
@media only screen and (max-width: 767px) {
  .qa dd{
    padding: 0 0 2rem ;
  }
  .qa dt p,
  .qa dd p{
font-size: 14px;
  }
  .qa dl dt::before,
  .qa dl dt::after{
    top: 1.5rem;
    right: 0;
}
}
/*****************************
TOP　コラム
*****************************/

.ul_top_view_news_item {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-bottom: 50px;
}
@media screen and (max-width: 600px) {
.ul_top_view_news_item {
  margin-bottom: 20px;
}
}



.ul_top_view_news_item .top_view_news_item {
  width: calc(100% / 3);
  padding: 10px;
}
@media screen and (max-width: 1024px) {
.ul_top_view_news_item .top_view_news_item {
  width: calc(100% / 3);
  padding: 5px;
}
}
@media screen and (max-width: 820px) {
.ul_top_view_news_item .top_view_news_item {
  width: calc(100% / 2);
  padding: 5px;
}
}
@media screen and (max-width: 600px) {
.ul_top_view_news_item .top_view_news_item {
  width: calc(100% / 1);
  padding: 5px;
  margin-bottom: 20px;
}
}


.top_view_news_item img {
  aspect-ratio: 3 / 2;
  object-fit: cover;
  border-radius: 10px;
  margin-bottom: 10px;
}
.ul_top_view_news_item li {
  display: inline-block;
}
.ul_top_view_news_item li object a {
  display: inline-block;
  padding: 0 10px;
  border-radius: 20px;
  margin-right: 0px;
  font-size: 11px;
  background: #7C6547;
  color: #fff;
  letter-spacing: 1px;
  margin-bottom: 3px;
}
.news_text_area time{
  color: #356b86;
  font-size: 18px;
}
.news_title_style{
  color: #504538;
line-height: 1.4;
}

/*****************************
TOP　お知らせ
*****************************/
.ul_top_view_news_item02 {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-bottom: 50px;
}
@media screen and (max-width: 600px) {
.ul_top_view_news_item02 {
  margin-bottom: 20px;
}
}

.ul_top_view_news_item02 .top_view_news_item02 {
  position: relative;
  width: calc(100% / 1);
    padding: 15px;
  background-image: linear-gradient(to right, #356b86 2px, transparent 2px);
  background-size: 6px 2px;
  background-repeat: repeat-x;
  background-position: left bottom;
}

.ul_top_view_news_item02 .top_view_news_item02::after {
    content: "";
    position: absolute;
    display: inline-block;
    vertical-align: middle;
    color: #356b86;
    line-height: 1;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent;
    border-width: 7px 11px;
    border-left-color: currentColor;
    border-right: 0;
    margin-left: 0%;
    bottom: 15px;
    right: 25px;
    transform: translateY(-50%) translateX(-50%);
    transition: 0.5s;
}
.ul_top_view_news_item02 .top_view_news_item02:hover:after {
    right: 15px;
    transition: 0.5s;
}



.ul_top_view_news_item02 li {
  display: inline-block;
}
.ul_top_view_news_item02 li object a {
  display: inline-block;
  padding: 0 10px;
  border-radius: 20px;
  margin-right: 0px;
  font-size: 11px;
  background: #7C6547;
  color: #fff;
  letter-spacing: 1px;
}
.news_text_area02 time{
  color: #356b86;
  font-size: 18px;
  display: inline-block;
  padding-right: 20px;
}
.news_title_style02{
  color: #333;
  line-height: 1.4;
  display: inline-block;
  padding-right: 40px;
}

/*****************************
ボタン
*****************************/
.top_btn {
  margin: 20px 0;
}
.top_btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 260px;
  margin: 0 auto;
  padding: 5px 25px 5px 2px;
  border: 1px solid #61b0d8;
  color: #fff;
  font-size: 1em;
  transition: .6s;
  background: #61b0d8;
  border-radius: 50px;
}
.top_btn a:hover {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  border: 1px solid #f89497;
  color: #fff;
  background: #f89497;
  opacity: 1;
  transition: .6s;
}
.top_btn a::after {
  position: absolute;
  right: 10px;
  transform: translateY(-50%);
  transform-origin: left;
  width: 2em;
  height: .5em;
  background-color: #fff;
  clip-path: polygon(0 100%, 100% 100%, 70% 40%, 70% 90%, 0% 90%);
  content: '';
  transition: .6s;
}
.top_btn a:hover::after {
  /* transform: translateY(-50%) scaleX(1.4); */
  border: 1px solid #ce777a;
}
.top_btn a:hover::after {
  position: absolute;
  right: -1.5em;
  transform: translateY(-50%);
  transform-origin: left;
  width: 2em;
  height: .5em;
  background-color: #ce777a;
  clip-path: polygon(0 100%, 100% 100%, 70% 40%, 70% 90%, 0% 90%);
  content: '';
}

/*****************************
ボタン PINK
*****************************/
.top_btn_pink {
    margin: 15px 0 5px;
}
.top_btn_pink a {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 200px;
  margin: 0 auto;
  padding: 5px 20px 5px 2px;
  border: 1px solid #356b86;
  color: #356b86;
  font-size: 1em;
  transition: .6s;
  background: #fff;
  border-radius: 50px;
  letter-spacing: 1px;
}
.top_btn_pink a:hover {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  border: 1px solid #356b86;
  color: #fff;
  background: #356b86;
  opacity: 1;
  transition: .6s;
}
.top_btn_pink a::after {
  position: absolute;
  right: 5px;
  transform: translateY(-50%);
  transform-origin: left;
  width: 1.5em;
  height: .5em;
  background-color: #356b86;
  clip-path: polygon(0 100%, 100% 100%, 70% 40%, 70% 90%, 0% 90%);
  content: '';
  transition: .6s;
}
.top_btn_pink a:hover::after {
  /* transform: translateY(-50%) scaleX(1.4); */
  border: 1px solid #a8d1e6;
}
.top_btn_pink a:hover::after {
  position: absolute;
  right: -1.5em;
  transform: translateY(-50%);
  transform-origin: left;
  width: 2em;
  height: .5em;
  background-color: #61b0d8;
  clip-path: polygon(0 100%, 100% 100%, 70% 40%, 70% 90%, 0% 90%);
  content: '';
}

.consul_flex{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 50px;
}
.consul_flex .left_area{
  width: 40%;
  padding: 20px;
}
.consul_flex .right_area{
  width: 60%;
  padding: 20px;
}
@media screen and (max-width: 1024px) {
  .consul_flex .left_area{
    width: 100%;
    padding: 20px;
  }
  .consul_flex .right_area{
    width: 100%;
    padding: 20px;
  }
}
@media screen and (max-width: 820px) {
  .consul_flex .left_area{
    padding: 10px;
  }
  .consul_flex .right_area{
    padding: 10px;
  }
}
@media screen and (max-width: 600px) {
  .consul_flex .left_area{
    padding: 5px;
  }
  .consul_flex .right_area{
    padding: 5px;
  }
}
.white_box{
  position: relative;
  background: #fff;
  border: 3px solid #a8d1e6;
  border-radius: 15px;
  padding: 40px 160px 30px 80px;
  margin-top: 50px;
}
@media screen and (max-width: 1180px) {
  .white_box{
    padding: 40px 60px 30px 40px;
  }
}
@media screen and (max-width: 1024px) {
  .white_box{
    padding: 40px 0px 150px 0px;
  }
}
@media screen and (max-width: 820px) {
  .white_box{
    padding: 40px 0px 40px 0px;
    margin-bottom: 50px;
  }
}

.white_box .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 .donot_title{
    font-size: 20px;
    padding: 15px 20px;
  }
}
@media screen and (max-width: 600px) {
  .white_box .donot_title{
    top: 0;
    left: 7%;
    transform: translateY(-50%) translateX(0%);
  }
}

.white_box .donot_img{
  position: absolute;
  bottom: 0;
  right: 30px;
  width: 530px;
}
@media screen and (max-width: 1180px) {
  .white_box .donot_img{
    right: 0px;
    width: 500px;
  }
}
@media screen and (max-width: 1024px) {
  .white_box .donot_img{
    width: 480px;
  }
}
@media screen and (max-width: 820px) {
  .white_box .donot_img{
    position: relative;
    width: 480px;
    margin: 0 auto 30px;
    max-width: 100%;
    padding: 0 10px;
  }
}


.donot_list_flex {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: flex-start;
  align-items: flex-start;
}
.donot_list_flex .left_area{
  width: calc(100% / 2);
  padding: 20px;
}
.donot_list_flex .right_area{
  width: calc(100% / 2);
  padding: 20px;
}
@media screen and (max-width: 820px) {
  .donot_list_flex .left_area{
    width: 500px;
    max-width: 100%;
    margin: 0 auto;
    padding: 0px 10px 0 20px;
  }
  .donot_list_flex .right_area{
    width: 500px;
    max-width: 100%;
    margin: 0 auto;
    padding: 0px 20px;
  }
}



.donot_list li{
  position: relative;
  width: 100%;
  background: #ebf4f8;
  font-size: 16px;
  padding: 15px 35px;
  line-height: 1.4;
  color: #504538;
  border-radius: 50px;
  margin-bottom: 7px;
}
.donot_list li::before{
position: absolute;
content: "";
background-image: url(../images/top/donot_list_item.png);
background-repeat: no-repeat;
display: inline-block;
background-size: cover;
width: 25px;
height: 25px;
left: -20px;
top: 30%;
z-index: 0;
transform: translate(50%);
}



/*****************************
top_about_area
*****************************/
.center_text_area{
  width: 800px;
  max-width: 100%;
  margin: 0 auto;
}

.top_about_area .center_text_area{
  width: 600px;
  max-width: 100%;
  margin: 30px auto;
  position: relative;
}
.top_about_area .center_text_area .title-type01{
  text-align: center;
}
.top_about_area .center_text_area .top_about_area_leftimg{
  position: absolute;
  top: -70px;
  left: -320px;
  width: 280px;
}
.top_about_area .center_text_area .top_about_area_rightimg{
  position: absolute;
  bottom: -210px;
  right: -300px;
  width: 350px;
}
/* 特殊 */
 @media screen and (max-width: 1234px) {
.top_about_area .center_text_area .top_about_area_leftimg{
  top: 150px;
  left: -100px;
  width: 200px;
}
.top_about_area .center_text_area .top_about_area_rightimg{
  bottom: unset;
  top: 100px;
  right: -150px;
  width: 250px;
}
 }
 @media screen and (max-width: 820px) {
.top_about_area .center_text_area .top_about_area_leftimg{
  display: none;
}
.top_about_area .center_text_area .top_about_area_rightimg{
  display: none;
}
 }


 /*****************************
diseases
*****************************/

.diseases_list_flex{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    margin: 0 auto;
}
@media screen and (max-width: 1024px) {
.diseases_list_flex{
    width: 90%;
    margin: 0 auto;
}
}
@media screen and (max-width: 820px) {
.diseases_list_flex{
    width: 700px;
    max-width: 100%;
    margin: 0 auto;
}
}

.diseases_list_flex li p{
font-size: 15px;
line-height: 1.6;
margin-top: 10px;
}
.diseases_list_flex li a{
    padding: 10px;
}
@media screen and (max-width: 600px) {
.diseases_list_flex li a{
    padding: 5px 10px;
}
}

.diseases_list_flex li a .diseases_img{
    position: relative;
    z-index: 0;
}
.diseases_list_flex li a .diseases_img::before {
content: "";
    position: absolute;
    display: inline-block;
    vertical-align: middle;
    color: #366d87;
    line-height: 1;
    width: 5px;
    height: 5px;
    border: 3px solid;
    border-color:  transparent transparent #366d87 #366d87;
    transform: rotate(-45deg);
    margin-left: 0%;
    left: 46%;
    bottom: 7%;
    transition: 0.5s;
}
.diseases_list_flex li a:hover .diseases_img::before {
    bottom: 5%;
    transition: 0.5s;
}

@media screen and (max-width: 600px) {
.diseases_list_flex li a .diseases_img::before {
    content: "";
    position: absolute;
    display: inline-block;
    vertical-align: middle;
    color: #366d87;
    line-height: 1;
    width: 3px;
    height: 3px;
    border: 2px solid;
    border-color: transparent transparent #366d87 #366d87;
    transform: rotate(-45deg);
    margin-left: 0%;
    left: 48%;
    bottom: 7%;
    transition: 0.5s;
}
}
.diseases_list_flex li{
  width: calc(100% / 5);
  padding: 0px 10px;
}

@media screen and (max-width: 1024px) {
.diseases_list_flex li{
  width: calc(100% / 4);
}
}

@media screen and (max-width: 820px) {
.diseases_list_flex li{
width: calc(100% / 3);
}
}

@media screen and (max-width: 600px) {
.diseases_list_flex li{
  width: calc(100% / 1);
  padding: 0;
}

.diseases_list_flex li a{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: flex-start;
  align-items: center;
}
  .diseases_list_flex li a .diseases_img{
    width: 30%;
    margin-right: 5%;
    padding: 0;
}
.diseases_list_flex li a p{
    width: 65%;
}
}

.supplementary_text{
  color: #ef7679;
  font-size: 16px;
  margin-top: 20px;
  margin-bottom: 10px;
  text-align: right;
}
@media screen and (max-width: 767px) {
.supplementary_text{
  font-size: 14px;
  text-align: left;
}
}


/*****************************
point
*****************************/
.point_flex_01{
display: flex;
flex-direction: row;
flex-wrap: wrap;
align-content: center;
justify-content: flex-start;
align-items: center;
margin-bottom: 30px;
}
.point_flex_01 .left_area{
  width: 45%;
padding: 10px 20px;
}
.point_flex_01 .right_area{
  width: 55%;
  padding: 10px;
}
 @media screen and (max-width: 1024px) {
.point_flex_01 .left_area{
    width: 40%;
    padding: 10px 10px;
}
.point_flex_01 .right_area{
  width: 60%;
  padding: 10px;
}
}
@media screen and (max-width: 820px) {
.point_flex_01 .left_area{
  width: 450px;
  max-width: 90%;
  margin: 0 auto;
  padding: 10px 10px;
}
.point_flex_01 .right_area{
  width: 100%;
  padding: 10px;
}
}

.point_flex_02{
display: flex;
flex-direction: row;
flex-wrap: wrap;
align-content: center;
justify-content: flex-start;
align-items: center;
margin-bottom: 30px;
}
.point_flex_02 .left_area{
  width: 55%;
  padding: 10px;
}
.point_flex_02 .right_area{
  width: 45%;
padding: 10px 20px;
}
@media screen and (max-width: 1024px) {
.point_flex_02 .left_area{
  width: 60%;
  padding: 10px;
}
.point_flex_02 .right_area{
  width: 40%;
  padding: 10px 10px;
}
}
@media screen and (max-width: 820px) {
.point_flex_02{
  flex-direction: column-reverse;
}
.point_flex_02 .left_area{
  width: 100%;
  padding: 10px;
}
.point_flex_02 .right_area{
  width: 450px;
  max-width: 90%;
  margin: 0 auto;
  padding: 10px 10px;

}
}

.point_flex_01 h3,.point_flex_02 h3{
  font-size: 22px;
  background-image: linear-gradient(to right, #356b86 2px, transparent 2px);
  background-size: 6px 2px;
  background-repeat: repeat-x;
  background-position: left bottom;
  margin-bottom: 10px;
  line-height: 2;
  letter-spacing: 1px;
}
@media screen and (max-width: 767px) {
.point_flex_01 h3,.point_flex_02 h3{
  font-size: 18px;
  line-height: 1.8;
}
.point_flex_01 p,.point_flex_02 p{
font-size: 15px;
line-height: 1.6;
}
}

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

.point_box h4{
  font-size: 18px;
  margin-bottom: 10px;
  letter-spacing: 2px;
  padding-left: 26px;
  position: relative;
}

.point_box h4::before {
    position: absolute;
    content: "";
    background-color: #356b86;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    left: -10px;
    top: 8px;
    z-index: 0;
    transform: translate(50%);
}

.point_box ul li{
  background: #fff;
  border-radius: 30px;
line-height: 1.4;
  padding: 10px 30px;
  margin-bottom: 10px;
  letter-spacing: 1px;
}
 @media screen and (max-width: 767px) {
.point_box ul li{
  padding: 10px 20px;
}
 }


.flow_area_bnr{
  background-image: url(../images/top/support_img.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  border-radius: 20px;
  margin-bottom: 80px;
  padding: 30px 40px;
  box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.1);
}
 @media screen and (max-width: 820px) {
.flow_area_bnr{
  background-color: rgba(255, 255, 255, 0.5);
  background-blend-mode: lighten;
}
 }
 @media screen and (max-width: 767px) {
.flow_area_bnr{
  background: #fff;
  padding: 15px;
}
 }


.flow_area_bnr h3{
    letter-spacing: 1px;
    font-size: 26px;
    line-height: 1.4;
    position: relative;
    padding-left: 70px;
    margin-bottom: 15px;
}
 @media screen and (max-width: 767px) {
.flow_area_bnr h3{
  font-size: 20px;
  padding-left: 50px;
  line-height: 1.2;
}
 }
.flow_area_bnr h3 span{
    text-decoration:underline wavy #a8d1e6;
    margin-bottom: 10px;
    line-height: 2;
}
.flow_area_bnr h3::before {
    position: absolute;
    content: "";
    background-image: url(../images/top/flow_area_bnr_item.png);
    background-repeat: no-repeat;
    display: inline-block;
    background-size: cover;
    width: 40px;
    height: 40px;
    left: 0px;
    top: 7px;
    z-index: 0;
    transform: translate(50%);
}
 @media screen and (max-width: 767px) {
.flow_area_bnr h3::before {
    width: 30px;
    height: 30px;
    left: -7px;
    top: 25px;
 }
 }

/*****************************
googleマップ
*****************************/
.gmap {
height: 0;
overflow: hidden;
padding-bottom: 40%;
position: relative;
}
@media screen and (max-width: 600px) {
.gmap {
padding-bottom: 100%;
  }
}
.gmap iframe {
position: absolute;
left: 0;
top: 0;
height: 100%;
width: 100%;
}

/*****************************
access
*****************************/
.access_flex{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 30px;
}
.access_flex .left_area{
  width: calc(100% / 2);
  padding: 10px 30px;
  border-right: 2px solid #766042;
}
.access_flex .right_area{
  width: calc(100% / 2);
  padding: 10px 30px;
}
 @media screen and (max-width: 1024px) {
  .access_flex .left_area{
  padding: 10px 10px;
  border-right: 1px solid #766042;
}
.access_flex .right_area{
  padding: 10px 10px 10px 30px;
}
}
  @media screen and (max-width: 767px) {
  .access_flex .left_area{
  width: calc(100% / 1);
  padding: 10px 10px;
  border-right: 0px solid #766042;
}
.access_flex .right_area{
  width: calc(100% / 1);
  padding: 10px 10px;
}
 }


.access_flex .left_area h3{
  letter-spacing: 1px;
  font-size: 18px;
line-height: 2;
  position: relative;
  padding-left: 60px;
}
 @media screen and (max-width: 1024px) {
.access_flex .left_area h3{
  font-size: 16px;
  line-height: 1.4;
}
 }

.access_flex .left_area h3::before {
  position: absolute;
  content: "";
  background-image: url(../images/top/access_item01.png);
  background-repeat: no-repeat;
  display: inline-block;
  background-size: cover;
  width: 40px;
  height: 40px;
  left: -10px;
  top: 17px;
  z-index: 0;
  transform: translate(50%);
}
 @media screen and (max-width: 1024px) {
.access_flex .left_area h3::before {
  top: 10px;
}
 }

.access_flex .right_area h3{
  letter-spacing: 1px;
  font-size: 18px;
  line-height: 2;
  position: relative;
  padding-left: 60px;
}
 @media screen and (max-width: 1024px) {
.access_flex .right_area h3{
  font-size: 16px;
  line-height: 1.4;
}
 }

.access_flex .right_area h3::before {
  position: absolute;
  content: "";
  background-image: url(../images/top/access_item02.png);
  background-repeat: no-repeat;
  display: inline-block;
  background-size: cover;
  width: 40px;
  height: 40px;
  left: -10px;
  top: 17px;
  z-index: 0;
  transform: translate(50%);
}
 @media screen and (max-width: 1024px) {
.access_flex .right_area h3::before {
  top: 10px;
}
 }


.access_btn_flex{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: flex-start;
  align-items: flex-start;
}
.access_btn_flex div{
  width: 50%;
  padding: 10px;
}
 @media screen and (max-width: 1024px) {
.access_btn_flex div{
  width: 100%;
padding: 5px;
}
.access_btn_flex .top_btn_pink {
    margin: 5px 0 0px;
}
}
 @media screen and (max-width: 767px) {
.access_btn_flex div{
  width: auto;
padding: 5px;
}
.access_btn_flex .top_btn_pink {
margin: 10px 0 5px;
}
}
@media screen and (max-width: 600px) {
.access_btn_flex .top_btn_pink {
    margin: 5px 0 0px;
}
}

/*****************************
内科
*****************************/
.naika-flex{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 100%;
  margin: 0px auto;
}

.naika-flex .naika-area{
  width: 100%;
border-radius: 3px;
margin-bottom: 15px;
background: #ddf3ff;
border: 1px solid #356b86;
position: relative;
}


.naika-flex .naika-area::after {
content: "";
position: absolute;
display: inline-block;
vertical-align: middle;
color: #356b86;
line-height: 1;
width: 0;
height: 0;
border-style: solid;
border-color: transparent;
border-width: 7px 10px;
border-left-color: currentColor;
border-right: 0;
margin-left: 0%;
top: 50%;
right: 10px;
transform: translateY(-50%) translateX(-50%);
transition: 0.5s;
}
.naika-flex .naika-area:hover:after {
  right: 4px;
  transition: 0.5s;
}
 @media screen and (max-width: 767px) {
.naika-flex .naika-area::after {
  right: 10px;
}
.naika-flex .naika-area:hover:after {
  right: 0px;
}
 }



.naikaarea_flex{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: flex-start;
  align-items: center;
  padding: 5px;
}
.naikaarea_flex li:first-child{
  width: 70px;
}
.naikaarea_flex li:first-child img{
  width: 50px;
  padding-left: 10px;
}
.naikaarea_flex li:last-child{
  width: calc(100% - 70px);
  color: #356b86;
  padding-right: 40px;
line-height: 1.8;
font-size: 18px;
}
.naikaarea_flex li:last-child span{
font-size: 12px;
display: block;
}

@media screen and (max-width: 820px) {
.naikaarea_flex li:last-child{
  font-size: 16px;
}
}

.col2_flex{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: flex-start;
  align-items: flex-start;
  width: 1000px;
  max-width: 95%;
  margin: 0 auto;
}
.col2_flex .left_area{
  width: 50%;
  padding: 20px;
}
.col2_flex .right_area{
  width: 50%;
  padding: 20px;
}
@media screen and (max-width: 767px) {
  .col2_flex{
  width: 500px;
  max-width: 95%;
  margin: 0 auto;
}
.col2_flex .left_area{
  width: 100%;
padding: 20px 0px;
}
.col2_flex .right_area{
  width: 100%;
padding: 20px 0px;
}
}

.col2_flex h3{
font-size: 22px;
background-image: linear-gradient(to right, #356b86 2px, transparent 2px);
background-size: 6px 2px;
background-repeat: repeat-x;
background-position: left bottom;
margin-bottom: 30px;
line-height: 2;
letter-spacing: 1px;
}

/* line_btn */
.line_btn{
  text-align: center;
  display: flex;
  align-items: center;
  margin-top: 30px;
}
.line_btn a{
  display: block;
  max-width: 100%;
  background: linear-gradient(0deg, #06BA43 0%, #0ACD6A 100%);
  color: #fff;
  text-align: center;
  font-weight: 700;
  padding: 5px 30px;
  border-radius: 50px;
  letter-spacing: 1px;
  transition: 0.5s;
  line-height: 1.8;
}
@media screen and (max-width: 600px) {
.line_btn{
  width: 220px;
  margin: 30px auto;
}
.line_btn a{
    padding: 2px 15px;
    margin-bottom: 3px;
    width: 100%;
  }
}
.line_btn_flex{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: flex-start;
  align-items: center;
}
.line_btn_flex li:first-child {
  width: 35px;
}
.line_btn_flex li:first-child img {
  width: 25px;
  vertical-align: sub;
}
.line_btn_flex li:last-child {
  width: calc(100% - 35px);
  color: #fff;
  font-size: 16px;
}

/* web_btn */
.web_btn{
  text-align: center;
  display: flex;
  align-items: center;
  margin-top: 30px;
}
.web_btn a{
  display: block;
  max-width: 100%;
  background: linear-gradient(0deg, #61b0d8 0%, #a8d1e6 100%);
  color: #fff;
  text-align: center;
  font-weight: 700;
  padding: 5px 30px;
  border-radius: 50px;
  letter-spacing: 1px;
  transition: 0.5s;
  line-height: 1.8;
}
@media screen and (max-width: 600px) {
.web_btn{
  width: 220px;
  margin: 30px auto;
}
.web_btn a{
    padding: 2px 15px;
    margin-bottom: 3px;
    width: 100%;
  }
}
.web_btn_flex{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: flex-start;
  align-items: center;
}
.web_btn_flex li:first-child {
  width: 35px;
}
.web_btn_flex li:first-child img {
  width: 25px;
  vertical-align: sub;
}
.web_btn_flex li:last-child {
  width: calc(100% - 35px);
  color: #fff;
  font-size: 16px;
}



/* pay_btn */
.pay_btn{
  text-align: center;
  display: flex;
  align-items: center;
  margin-top: 30px;
}
.pay_btn a{
  display: block;
  max-width: 100%;
  background: linear-gradient(0deg, #356b86 0%, #4a93b8 100%);
  color: #fff;
  text-align: center;
  font-weight: 700;
  padding: 5px 30px;
  border-radius: 50px;
  letter-spacing: 1px;
  transition: 0.5s;
  line-height: 1.8;
}
@media screen and (max-width: 600px) {
.pay_btn{
  width: 220px;
  margin: 30px auto;
}
.pay_btn a{
    padding: 2px 15px;
    margin-bottom: 3px;
    width: 100%;
  }
}
.pay_btn_flex{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: flex-start;
  align-items: center;
}
.pay_btn_flex li:first-child {
  width: 35px;
}
.pay_btn_flex li:first-child img {
  width: 25px;
  vertical-align: sub;
}
.pay_btn_flex li:last-child {
  width: calc(100% - 35px);
  color: #fff;
  font-size: 16px;
}

.adhd_flex{
  display: flex;
flex-direction: row;
flex-wrap: wrap;
align-content: center;
justify-content: flex-start;
align-items: center;
background: #A8D1E5;
padding: 20px;
border-radius: 15px;
width: 800px;
max-width: 100%;
}
.adhd_flex .left_area{
  width: 150px;
  padding: 0 10px;
  text-align: center;
}
.adhd_flex .right_area{
  width:calc(100% - 150px);
  padding: 10px;
}
@media screen and (max-width: 767px) {
.adhd_flex{
padding: 20px 5px;
margin-top: 20px;
}
.adhd_flex .left_area{
  width: 100%;
  padding: 0 10px;
  text-align: center;
}
.adhd_flex .right_area{
  width: 100%;
  padding: 5px;
}
}
.adhd_flex .left_area img{
  width: 120px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
.adhd_flex .left_area img{
  width: 80px;
  margin: 0 auto;
}
}

.adhd_flex .left_area h3{
font-size: 18px;
background-image: linear-gradient(to right, #356b86 2px, transparent 2px);
background-size: 6px 2px;
background-repeat: repeat-x;
background-position: left top;
margin-bottom: 30px;
line-height: 2;
letter-spacing: 1px;
color: #356b86;
}
@media screen and (max-width: 767px) {
.adhd_flex .left_area h3{
  width: 150px;
  margin: 0 auto;
}
}


.adhd_flex .right_area a {
  display: flex;
  justify-content: left;
  align-items: center;
  position: relative;
  margin: 0 auto;
  padding: 5px 60px 5px 20px;
  border: 1px solid #356b86;
  color: #356b86;
  font-size: 1em;
  transition: .6s;
  background: #fff;
  border-radius: 50px;
  letter-spacing: 1px;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
.adhd_flex .right_area a {
  border-radius: 20px;
  line-height: 1.4;
  font-size: 15px;
}
}


.adhd_flex .right_area a:hover {
  color: #fff;
  background: #356b86;
  opacity: 1;
  transition: .6s;
}
.adhd_flex .right_area a::after {
  position: absolute;
  right: 30px;
  transform: translateY(-50%);
  transform-origin: left;
  width: 1.5em;
  height: .5em;
  background-color: #356b86;
  clip-path: polygon(0 100%, 100% 100%, 70% 40%, 70% 90%, 0% 90%);
  content: '';
  transition: .6s;
}
.adhd_flex .right_area a:hover::after {
  /* transform: translateY(-50%) scaleX(1.4); */
  border: 1px solid #a8d1e6;
}
.adhd_flex .right_area a:hover::after {
  position: absolute;
  right: 10px;
  transform: translateY(-50%);
  transform-origin: left;
  width: 1.5em;
  height: .5em;
  background-color: #61b0d8;
  clip-path: polygon(0 100%, 100% 100%, 70% 40%, 70% 90%, 0% 90%);
  content: '';
}