@charset "UTF-8";
/* 幅800px以下からcss適応 */
@media only screen and (max-width: 1080px) {
  #top_clinicinfo{
    box-sizing: border-box;
    padding: 32px 40px;
  }
}

/* 幅800px以下からcss適応 */
@media only screen and (max-width: 800px) {
  .menu .menu_list ul li img {
    max-width: 94%;
  }
}
/* 幅680px以下からcss適応 */
@media only screen and (max-width: 680px) {
  /* top_contsselecter */
  #top_contsselecter{
    width: 100%;
    margin: 24px auto 0;
  }

  .top_contsselecter-wrap{
    width: 90%;
    margin: 0 auto;
  }

  .top_contsselecter-listconts{
    width: calc(50% - 4px);
    margin-right: 8px;
    margin-bottom: 8px;
  }

  .top_contsselecter-listconts:nth-of-type(3n){
    margin-right: 8px;
  }

  .top_contsselecter-listconts:nth-of-type(2n){
    margin-right: 0;
  }

  .top_contsselecter-listconts a{
    padding: 8px;
    height: 100%;

    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }

  .top_contsselecter-listconts a:after{
    right: 8px;
    border: 5px solid transparent;
    border-left: 7px solid #e2949e;
    top: calc(50% - 6px);
    right: 0px;
  }

  .top_contsselecter-list-text01{
    font-size: 13px;
  }

  .top_contsselecter-list-text01 .br{
    display: block;
  }

  .top_contsselecter-list-text02{
    font-size: 12px;
  }

  /* 院マップ */
  #top_clinicinfo{
    padding: 16px;
    box-sizing: border-box;
  }
  .top_clinicinfo-wrap{
    flex-direction: column;
  }
  .top_clinicinfo-img01{
    width: 40%;
  }

  .top_clinicinfo-img01 img{
    width: auto;
    /* max-width: 80%; */
    max-width: 100%;
    height: auto;
  }
  .top_clinicinfo-img02{
    /* margin-top: 24px; */
    width: 60%;
  }

  /* おまかせください */
  .omakase_conts {
    padding: 30px;
  }
  .omakase_conts p {
    font-size: 15px;
  }
  /* 当院の特徴 */
  .featureconts_wrap{
    justify-content: center;
    flex-wrap: wrap;
  }

  .top_featureconts {
    /* width: 100%; */
    width: calc(50% - 4px);
    margin-right: 8px;
    /* padding: 24px; */
    /* padding: 24px 16px; */
    padding: 12px 8px;
    margin-bottom: 8px;
  }
  .top_featureconts:nth-of-type(2n){
    margin-right: 0;
  }
  /* .feature_ttl_wrap {
    margin-left: 20px;
  } */
  .feature_ttl_num {
    font-size: 16px;
    padding: 0 12px;
    margin-bottom: 4px;
  }
  .feature_ttl {
    font-size: 16px;
  }
  .feature_img img {
    max-width: 110px;
  }
  /* 選ばれる理由 */
  .reason_conts {
    flex-direction: column;
    margin-bottom: 40px;

    width: calc(50% - 6px);
    margin-right: 12px;
    margin-bottom: 12px;
  }
  .reason_conts:nth-of-type(3n){
    margin-right: 12px;
  }

  .reason_conts:nth-of-type(2n){
    margin-right: 0;
  }

  .reason_conts.rev {
    flex-direction: column;
  }
  /* .reason_img img {
    max-width: 180px;
  } */
  .reason_textconts {
    margin-left: 0;
    box-shadow: #e2949e 3px 3px;
    margin-top: -32px;
  }
  /* .rev .reason_textconts {
    margin-right: 0;
  } */
  .reason_img {
    width: 90%;
    text-align: center;
    margin-bottom: 18px;
  }
  .reason_ttl {
    /* font-size: 18px; */
    font-size: 15px;
  }
  .reason_ttl_num {
    font-size: 20px;
    width: 28px;
    height: 28px;
    line-height: 1.35;
    margin-bottom: 4px;
  }
  /* .reason_textconts .reason_textconts_wrap {
    min-height: 144px;
    min-width: 300px;
  } */
  .reason_textconts_wrap{
    padding: 8px;
  }
 /* コンセプト */
  .concept_conts {
    /* margin-top: 32px; */
    margin-top: 16px;
    padding: 24px;
    flex-direction: column-reverse;
  }
  .concept_img img {
    max-width: 140px;
    margin-bottom: 20px;
  }
  .concept_ttl_num {
    font-size: 18px;
    padding: 0 24px;
  }
  .concept_ttl {
    font-size: 16px;
  }
  .concept_ttl_wrap {
    margin-right: 0;
  }
  /* 妊娠へのヒント */
.method_conts{
  margin-bottom: 16px !important;
  padding-bottom: 20px;
}
.method_conts_textarea .onayami {
    width: 100%;
    display: block;
    padding: 20px;
}
/*.method_conts_textarea .list ul {
    padding: 12px;
}*/
.method_conts_textarea .list ul li {
    background-size: 20px auto;
    background-position: left 4px;
    margin-bottom: 8px;
    padding-left: 32px;
    font-size: 15px;
}
.method_conts_textarea {
    padding: 20px;
}
.method_conts_textarea .ttl {
    font-size: 18px;
    padding: 4px 15px;
}
.open{
  margin-top: 15px;
  padding: 6px;
  font-size: 1em;
  border-width: 1px;
}
  /* 卒業された方のメッセージ */
  .message_movie iframe {
    height: 60vw;
    min-height: 180px;
    max-height: 320px;
    padding: 8px;
  }
  .message_memo {
    margin-top: 8px;
  }
  /* 推薦の声 */
  .recommend_conts {
    padding: 12px;
  }
  .recommend_info {
    padding: 16px 8px 16px 64px;
  }
  .recommend_info:before {
    background-size: contain;
    width: 20vw;
    height: 24vw;
  }
  .recommend_info-text02 {
    font-size: 15px;
  }
  .recommend_ttl01 {
    font-size: 20px;
  }
  .recommend_textarea {
    padding: 12px;
  }
  .recommend_textarea-img {
    text-align: center;
    float: none;
    margin: 0 auto 12px;
  }
  .recommend_movie-ttl{
    font-size: 16px;
    padding: 12px;
  }
  .recommend_movie iframe{
    min-height: 180px;
    max-height: 240px;
    height: 43vw;
  }
/*不妊治療に対する想い
----------------------------------------------------*/
.omoi_conts p {
    font-size: 14px;
}
.omoi_conts {
    padding: 24px;
}

.omoi_morebtn{
  font-size: 14px;
  padding: 8px;
}
.omoi_morebtn:before{
  width: 12px;
  height: 2px;
  right: 8px;
  top: calc(50% - 1px);
}
.omoi_morebtn:after{
  width: 2px;
  height: 12px;
  right: 13px;
  top: calc(50% - 6px);
}

  /* よくある質問 */
  .faq_conts {
    margin-top: 12px;

  }
  .faq_conts dl dt, .faq_conts dl dd {
    font-size: 15px;
    background-size: 28px auto;
    padding-left: 36px;
  }
  .faq_conts dl dt {
    min-height: 0;
    padding-bottom: 4px;
    line-height: 1.5;
    padding-bottom: 8px;
    padding-top: 3px;
    padding-right: 24px;
  }
  .faq_conts dl dt:before{
    width: 12px;
    height: 2px;
    right: 4px;
    top: calc(50% - 1px);
  }
  .faq_conts dl dt:after{
    width: 2px;
    height: 12px;
    right: 9px;
    top: calc(50% - 6px);
  }
  /* menulist */
  .top_menulist {
    flex-direction: column;
  }
  .top_menulist li {
    width: 100%;
    margin: 0 auto 8px;
    text-align: center;
    line-height: 0;
  }
  .top_menulist li:last-of-type {
    margin-bottom: 0;
  }
  .top_news {
    flex-direction: column;
  }
  .top_news-conts {
    width: 100%;
    margin: 0 auto 32px;
  }
  .top_news-conts:last-of-type {
    margin-bottom: 0;
  }
  .top_news-singleconts dl dt, .top_news-singleconts dl dd {
    font-size: 14px;
  }
}