@charset "utf-8";
/* CSS Document */
/*
Theme Name:AMATERASU
Description:Easy,SimpleDesign
Version:simple 1.1
Base Color:red
Author:AMATERASU
Author URI:http://www.seo-amaterasu.com/
*/
.home #content h2,
.home #content h3 {
  padding: 0;
  border: unset;
  font-weight: 600;
  background-color: unset;
}
#top_page .wrap {
  max-width: 1200px;
  margin: 0 auto;
}
#top_page .top_title {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 30px;
}
#top_page .top_title h2 {
  background-color: unset;
  color: #3b362b;
  font-size: 27px;
  line-height: 1em;
  margin-bottom: 0;
  padding: 10px 10px 0 10px;
  margin: 0;
  border: none;
}
#top_page .top_title p {
  background-color: unset;
  color: #1995dd;
  line-height: 1em;
  font-size: 14px;
  margin: 12px auto 0;
  font-weight: 500;
}
#top_page .top_content {
  padding: 80px 0;
}
#top_page .top_content.top_notice {
  padding: 50px 0 80px;
}
#top_page .top_content .wrap {
  max-width: 1250px;
  margin: 0 auto;
}
#top_page .top_content .btn {
  margin-left: auto;
  margin-right: auto;
  display: block;
  text-align: center;
  max-width: 250px;
  width: 100%;
}
#top_page .top_content .btn a {
  letter-spacing: 1.5px;
  width: 100%;
  height: 60px;
  color: #fff;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  border-radius: 8px;
  align-items: center;
  position: relative;
  background-color: #1995dd;
  font-weight: 500;
  font-size: 18px;
  color: #fff;
}
#top_page .top_content .btn a span {
  font-weight: 500;
  font-size: 1em;
  color: #fff;
}
#top_page .top_content .btn a::before {
  border-left: 3px solid;
  border-top: 3px solid;
  border-color: #ffffff;
  content: "";
  height: 9px;
  position: absolute;
  right: 15px;
  -moz-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  width: 9px;
}
#top_page .top_content .btn a:hover {
  opacity: 0.7;
}
/*****768以下*****/
@media screen and (max-width: 768px) {
  .home #content h2,
  .home #content h3 {
    padding: 0;
    border: unset;
    font-weight: 600;
    background-color: unset;
  }
  #top_page .top_title h2 {
    width: 100%;
    padding-left: 0;
    text-align: center;
    font-size: 5.7vw;
    letter-spacing: 1px;
    line-height: 1.3em;
    min-height: unset;
  }
  #top_page .top_title {
    margin-bottom: 15px;
  }
  #top_page .top_title p {
    font-size: 3.35vw;
    margin-bottom: 0.5em;
  }
  #top_page .top_title img {
    image-rendering: auto;
  }
  #top_page .top_content {
    padding-top: 15vw;
    padding-bottom: 15vw;
  }
  #top_page .top_content .btn {
    margin: 8% auto 0;
  }
  #top_page .top_content .btn a {
    font-size: 16px;
  }
}
/**********************************************************/
/********コロナ対策******************************************/
/**********************************************************/
.cov_news {
  background: #fff;
  text-align: center;
  margin-bottom: 0;
  padding: 25px 0.5em 25px;
}
.cov_in {
  max-width: 660px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  text-align: center;
  background: #ffbb00;
  padding: 0;
  border-radius: 0px;
}
.cov_news .cov_in a {
  position: relative;
  text-align: center;
  text-decoration: none;
  padding: 30px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
}
.cov_news a::before {
  content: "";
  background-image: url("images/corona_attention.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 59px;
  height: 47px;
  margin: 0;
}
.cov_news a::after {
  content: "";
  border: #ffffff solid;
  border-width: 4px 0 0 4px;
  height: 15px;
  width: 15px;
  -moz-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}
.cov_news a b {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.2em;
  font-weight: 600;
  color: #ffffff;
  padding: 0;
  margin: 0 30px 0 30px;
}
.cov_news a b span {
  color: #ffff;
}
/*****768以下*****/
@media screen and (max-width: 768px) {
  .cov_news {
    padding: 0;
  }
  .cov_news .cov_in a b {
    font-size: 4vw;
    margin: 0 6%;
    font-weight: 600;
    letter-spacing: 0.85px;
  }
  .cov_news a::before {
    width: 14vw;
    height: 11vw;
  }
  .cov_news a::after {
    border-width: 3px 0 0 3px;
    height: 10px;
    width: 10px;
  }
}
/**********************************************************/
/*****メインイメージ下のSPメニュー(768以下)*************************/
/**********************************************************/
@media screen and (max-width: 768px) {
  #top_page .t_sp_menu ul {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-evenly;
    align-items: center;
    margin-top: 4%;
  }
  #top_page .t_sp_menu ul li {
    width: 47%;
    margin-bottom: 3%;
  }
  #top_page .t_sp_menu ul li a {
    background: #1995dd;
    font-size: 4vw;
    display: block;
    padding: 8% 4%;
    display: flex;
    text-decoration: none;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    position: relative;
  }
  #top_page .t_sp_menu ul li:nth-child(5) {
    width: 96%;
  }
  #top_page .t_sp_menu ul li:nth-child(5) a {
    padding: 4% 2%;
    background-color: #1995dd;
  }
  #top_page .t_sp_menu ul li a span.sp_memu_text {
    color: white;
    text-decoration: none;
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 3.2vw;
  }
  #top_page .t_sp_menu ul li a span.sp_memu_icon {
    width: 1.5em;
    margin-right: 0.5em;
  }
  #top_page .t_sp_menu ul li a::before {
    border-left: 2px solid;
    border-top: 2px solid;
    border-color: #ffffff;
    content: "";
    height: 5px;
    position: absolute;
    right: 3%;
    -moz-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    width: 5px;
  }
}
/**********************************************************/
/********コンセプト*******************************************/
/**********************************************************/
div#top_content_01 {
  padding: 60px 0 60px;
  background-image: url(https:///suzuran-758.com/assets/img/biginner_bg.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
#top_content_01 .wrap {
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: space-between;
  align-items: center;
  /* background-color:rgba(255,255,255,58%); */
}
#top_content_01 .top_title {
  margin-bottom: 45px;
}
#top_content_01 .wrap .t_cnt01_img {
  max-width: 690px;
  width: 42%;
  overflow: hidden;
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  flex-wrap: nowrap;
}
#top_content_01 .wrap .t_cnt01_img img {
  height: auto;
  width: 100%;
  max-height: inherit;
  image-rendering: auto;
}
#top_content_01 .wrap .t_cnt01_txt {
  width: 52%;
  background-color: rgba(255, 255, 255, 58%);
  padding: 30px;
}
#top_content_01 .wrap .t_cnt01_txt h3 {
  font-size: 29px;
  letter-spacing: 2.5px;
}
#top_content_01 .wrap .t_cnt01_txt h3 span {
  color: #1995dd;
  letter-spacing: 2.9px;
  font-size: 1.15em;
}
#top_content_01 .wrap .t_cnt01_txt p {
  margin-top: 1.2em;
  line-height: 1.85em;
  font-size: 16px;
}
#top_content_01 .wrap .btn {
  margin: 36px auto 0;
}
/*****768以下*****/
@media screen and (max-width: 768px) {
  #top_content_01 .wrap {
    flex-direction: column-reverse;
    width: 96%;
    padding: 3% 3.5%;
  }
  #top_content_01 .top_title {
    margin-bottom: 4.5%;
  }
  #top_content_01 .wrap .t_cnt01_img {
    width: 90%;
    margin: 0 auto 4%;
  }
  #top_content_01 .wrap .t_cnt01_img img {
    width: 100%;
    height: auto;
  }
  #top_content_01 .wrap .t_cnt01_txt {
    width: 100%;
  }
  #top_content_01 .wrap .t_cnt01_txt h3 {
    margin-bottom: 35px;
    font-size: 5.5vw;
    text-align: center;
  }
  #top_content_01 .wrap .t_cnt01_txt h3 span {
    font-size: 7vw;
    text-align: center;
  }
  #top_content_01 .wrap .t_cnt01_img .btn {
    margin-top: 8%;
  }
}
/**********************************************************/
/********選ばれる理由****************************************/
/**********************************************************/
#top_content_02 .top_title.t_cnt02_tit {
  width: 100%;
  max-width: 1500px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  margin-bottom: 45px;
}
#top_content_02 .top_title.t_cnt02_tit .wrap {
  width: 100%;
  max-width: 1200px;
  position: absolute;
  bottom: -3px;
}
#top_content_02 .top_title.t_cnt02_tit h2 {
  font-size: 24px;
  color: #573207;
  margin: 0;
  width: 700px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.91);
  line-height: 1.6em;
  padding: 24px 24px 20px 24px;
  letter-spacing: 2.5px;
  display: block;
  border-radius: 10px 10px 0 0;
  box-shadow: 0 0 3px 1px #dedede;
}
#top_content_02 .top_title.t_cnt02_tit h2 span {
  color: #1995dd;
  font-size: 1.9em;
}
#top_content_02 ul.wrap {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
#top_content_02 ul.wrap li.t_cnt02_block {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  align-items: center;
  position: relative;
  padding-top: 100px;
  margin-bottom: 50px;
  justify-content: flex-end;
}
#top_content_02 ul.wrap li.t_cnt02_block .t_cnt02_txt {
  width: 870px;
  background: #f5fcff;
  padding: 80px 60px 80px 120px;
}

#top_content_02 ul.wrap li.t_cnt02_block figure.t_cnt02_img {
  width: 400px;
  position: absolute;
  right: auto;
  left: 0;
  top: 0;
}
#top_content_02 ul.wrap li.t_cnt02_block:nth-child(2n) {
  justify-content: flex-start;
}
#top_content_02 ul.wrap li.t_cnt02_block:nth-child(2n) figure.t_cnt02_img {
  left: auto;
  right: 0;
}
#top_content_02 ul.wrap li.t_cnt02_block:nth-child(2n) .t_cnt02_txt {
  padding: 80px 120px 80px 60px;
}
#top_content_02 ul.wrap li.t_cnt02_block:nth-child(4) {
  margin-bottom: 0;
}
#top_content_02 ul.wrap li.t_cnt02_block .t_cnt02_txt h3 {
  font-size: 26px;
  letter-spacing: 1.5px;
  margin-bottom: 15px;
  color: #1995dd;
}
#top_content_02 ul.wrap li.t_cnt02_block .t_cnt02_txt p {
  font-size: 16px;
  letter-spacing: 0.5px;
  line-height: 1.95em;
}
/*****768以下*****/
@media screen and (max-width: 768px) {
  #top_content_02 .top_title.t_cnt02_tit {
    border-radius: 0;
    margin-bottom: 5%;
  }
  #top_content_02 .top_title.t_cnt02_tit .wrap {
    width: 96%;
    left: 2%;
  }
  #top_content_02 .top_title.t_cnt02_tit h2 {
    width: 100%;
    font-size: 22px;
    padding: 2% 7% 0%;
    text-align: left;
    line-height: 1.6;
  }
  #top_content_02 .top_title.t_cnt02_tit figure img {
    image-rendering: auto;
  }
  #top_content_02 ul.wrap {
    width: 96%;
    margin-top: 4%;
  }
  #top_content_02 ul.wrap li.t_cnt02_block {
    background-color: #fefaee;
    padding: 4%;
    margin-bottom: 2%;
    margin-top: 3%;
    border: solid 1px #1995dd;
  }
  #top_content_02 ul.wrap li.t_cnt02_block figure.t_cnt02_img {
    position: relative;
    top: 0;
    width: 30%;
    z-index: 0;
  }
  #top_content_02 ul.wrap li.t_cnt02_block .t_cnt02_img img {
    image-rendering: auto;
  }
  #top_content_02 ul.wrap li.t_cnt02_block .t_cnt02_txt,
  #top_content_02 ul.wrap li.t_cnt02_block:nth-child(2n) .t_cnt02_txt {
    position: relative;
    width: 70%;
    padding: 0 0% 0 5%;
  }
  #top_content_02 ul.wrap li.t_cnt02_block .t_cnt02_txt h3 {
    font-size: 19px;
    color: #573207;
    margin: 0;
    margin-bottom: 15px;
  }
  #top_content_02 ul.wrap li.t_cnt02_block .t_cnt02_txt p {
    display: none;
  }
  #top_content_02 ul.wrap li.t_cnt02_block .t_cnt02_txt p.t_cnt02_point {
    display: block;
    color: #1995dd;
    font-weight: 900;
    font-size: 4.2vw;
    margin-bottom: 15px;
  }
  
  #top_content_02 ul.wrap li.t_cnt02_block .t_cnt02_txt{
    background-color: #fefaee;
  }
}
/******************************************************************************/
/********症例メニュー*************************************************************/
/******************************************************************************/
#top_content_03 {
  background-color: #f5fcff;
}
#top_content_03 #top_cases_tit {
  max-width: 1200px;
  margin: 0px auto 40px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: flex-start;
  align-items: center;
  width: 96%;
}
#top_content_03 .top_title {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: flex-start;
  padding: 5px 50px 5px 0px;
  margin: 0 50px 0 0;
  border-right: 1px solid #c5c5c5;
}
#top_content_03 .top_title h2 {
  background-color: unset;
  color: #333333;
  font-size: 52px;
  line-height: 1em;
  margin: 0;
  padding: 0px 0px;
  letter-spacing: 2.5px;
}
#top_content_03 .top_title p {
  background-color: unset;
  color: #1995dd;
  line-height: 1em;
  font-size: 20px;
  margin: 16px 0 0px 0;
  padding-left: 5px;
  font-weight: 500;
}
#top_content_03 #top_cases_tit > p {
  font-size: 18px;
  letter-spacing: 1.25px;
}
#top_content_03 .wrap {
  width: 96%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: space-between;
  align-items: center;
}
#top_content_03 .wrap a {
  width: 22.5%;
  display: inline-block;
}
#top_content_03 .wrap li {
  width: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  background: #e5f7ff;
  align-items: center;
  margin: 0 0 30px 0;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
}
#top_content_03 .wrap li:hover {
  opacity: 0.65;
}
#top_content_03 .wrap li:nth-child(4n) {
  margin-right: 0;
}
#top_content_03 .wrap li a {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 20;
}
#top_content_03 .wrap li figure {
  width: 100%;
  text-align: center;
  padding: 45px 0 90px;
}
#top_content_03 .wrap li figure img {
  margin: 0 auto;
  image-rendering: auto;
}
#top_content_03 .wrap li:hover img {
  //filter:invert(200%) sepia(1%) saturate(100%) hue-rotate(192deg) brightness(185%) contrast(100%);
  filter: opacity(0.4) drop-shadow(0 0 0 #fff);
}
#top_content_03 .wrap li h3 {
  position: absolute;
  bottom: 20px;
  width: 100%;
  text-align: center;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  height: 50px;
  justify-content: center;
  overflow: hidden;
  align-items: center;
}
#top_content_03 .wrap li h3.lh2em {
  overflow: initial;
}
#top_content_03 .wrap li h3::before {
  border-left: 3px solid;
  border-top: 3px solid;
  border-color: #1995dd;
  content: "";
  height: 9px;
  width: 9px;
  position: absolute;
  left: auto;
  top: auto;
  right: 20px;
  -moz-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  background-color: unset;
}
#top_content_03 .wrap li h3 span {
  font-size: 20px;
  display: block;
  width: 100%;
  text-align: center;
  position: relative;
  letter-spacing: 1px;
  font-weight: 600;
  margin-bottom: 5px;
}
#top_content_03 .wrap li h3.lh2em span {
  line-height: 1.35em;
  font-size: 19px;
}
/*****768以下*****/
@media screen and (max-width: 768px) {
  #top_page .top_content#top_content_03 {
    width: 100%;
    padding-right: 2%;
    padding-left: 2%;
  }
  #top_content_03 #top_cases_tit {
    flex-direction: column;
    padding: 0 2%;
    margin: 0% 0 5%;
    width: 100%;
  }
  #top_content_03 #top_cases_tit .top_title {
    padding: 2% 2% 0% 2%;
    margin: 2% auto 0%;
    border-right: unset;
    width: 100%;
  }
  #top_content_03 #top_cases_tit .top_title h2 {
    font-size: 9vw;
  }
  #top_content_03 #top_cases_tit .top_title p {
    font-size: 4vw;
    margin: 10px auto 0;
  }
  #top_content_03 #top_cases_tit > p {
    font-size: 16px;
    padding: 5% 0 0;
    letter-spacing: 0.75px;
  }
  #top_content_03 .wrap a {
    width: 49.5%;
    display: inline-block;
  }

  #top_content_03 .wrap li {
    width: 100%;
    margin: 0 4% 4% 0;
  }
  #top_content_03 .wrap li:nth-child(2n) {
    margin: 0 0% 4% 0;
  }
  #top_content_03 .wrap li figure {
    width: 65%;
    text-align: center;
    padding: 4vw 0 14vw;
    min-height: 43.5vw;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
  }
  #top_content_03 .wrap li figure img {
    max-width: 100%;
  }
  #top_content_03 .wrap li h3 {
    bottom: 5vw;
    height: 5vw;
    margin-bottom: 0;
    font-size: 18px;
  }
  
  #top_content_03 .wrap li h3 span {
    font-size: 4.2vw;
    height: 5vw;
    letter-spacing: 0.3vw;
    display: flex;
    line-height: 5vw;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    margin-bottom: 1.25vw;
  }
  #top_content_03 .wrap li h3::before {
    border-width: 2px;
    height: 6px;
    width: 6px;
    right: 7%;
  }
  

  #top_content_03 .wrap li h3.lh2em span {
    font-size: 4.2vw;
    height: 2.3em;
    letter-spacing: 0.3vw;
    line-height: 1.3em;
  }
  #top_content_03 .btn {
    margin-top: 5%;
  }
}
/*******************************************************************************/
/********料金メニュー**************************************************************/
/******************************************************************************/
#top_content_04 {
}
#top_content_04 .t_cnt04_box .price_wrap {
  overflow: hidden;
  height: 0;
  width: 100%;
  transition: all 0.3s ease;
}
#top_content_04 .t_cnt04_box input:checked + .price_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease;
  height: auto;
  max-width: 1100px;
  margin: 0 auto;
  margin-bottom: 30px;
  flex-direction: column;
}

#top_content_04 .t_cnt04_box label {
  width: 100%;
  display: block;
  background-color: #1995dd;
  padding: 18px 24px;
  margin-bottom: 15px;
  max-width: 1100px;
  margin: 0 auto 20px;
}
#top_content_04 .t_cnt04_box label span {
  display: block;
  text-align: left;
  font-size: 21px;
  color: #fff;
  font-weight: 600;
  letter-spacing: 1px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: left;
  position: relative;
  align-items: center;
}
#top_content_04 .t_cnt04_box label span::before {
  border-right: 3px solid;
  border-bottom: 3px solid;
  border-color: #fff;
  content: "";
  height: 9px;
  width: 9px;
  position: absolute;
  left: auto;
  top: auto;
  right: 20px;
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  background-color: unset;
  transition: all 0.3s ease;
}
#top_content_04 .t_cnt04_box input:checked ~ label span::before {
  transition: all 0.3s ease;
  border-bottom: unset;
  border-top: 3px solid;
}
#top_content_04 .t_cnt04_box .price_wrap {
  width: 100%;
}
#top_content_04 .t_cnt04_box .price_wrap table.price_table {
  border: none;
  border-collapse: separate;
  border-spacing: 3px 3px;
  width: 100%;
  border: none;
  /* border-top: solid 2px #1995dd;
  border-left: solid 2px #1995dd; */
}
#top_content_04 .t_cnt04_box .price_wrap table.price_table th,
#top_content_04 .t_cnt04_box .price_wrap table.price_table td {
  width: 25%;
  /* border-bottom: solid 2px #1995dd;
  border-right: solid 2px #1995dd; */
  border: unset;
  text-align: center;
  padding: 12px 5px;
}
#top_content_04 .t_cnt04_box .price_wrap table.price_table th {
  /* background-color: #fffbf3; */
  font-size: 1.15em;
  letter-spacing: 1.5px;
  font-weight: 600;
}
#top_content_04 .t_cnt04_box .price_wrap table.price_table td {
  font-weight: 1em;
  font-weight: 500;
}
#top_content_04 .t_cnt04_box .price_wrap p.remarks {
  color: #cf2e2e;
  font-size: 16px;
  font-weight: 500;
  text-align: left;
  display: block;
  width: 100%;
  padding: 0 10px;
  margin-bottom: 4px;
  margin-top: 0.8em;
}
#top_content_04 .t_cnt04_box .price_wrap div.remarks_wrap {
  display: block;
  background: #fffbf3;
  padding: 35px;
  margin-bottom: 40px;
  margin-top: 25px;
}
#top_content_04 .t_cnt04_box .price_wrap div.remarks_wrap p {
  margin-bottom: 1em;
}
/*****768以下*****/
@media screen and (max-width: 768px) {
  #top_content_04 .wrap {
    padding: 0 2%;
  }
  #top_content_04 .t_cnt04_box label span {
    font-size: 4.8vw;
  }
  #top_content_04 .t_cnt04_box label span::before {
    right: 3%;
  }
  #top_content_04 .t_cnt04_box .price_wrap table.price_table th:nth-child(1),
  #top_content_04 .t_cnt04_box .price_wrap table.price_table td:nth-child(1) {
    width: 34%;
  }
  #top_content_04 .t_cnt04_box .price_wrap table.price_table tr {
    font-size: 3.1vw;
  }
  #top_content_04 .t_cnt04_box .price_wrap table.price_table th,
  #top_content_04 .t_cnt04_box .price_wrap table.price_table td {
    width: 22%;
    padding: 2.5% 1%;
  }
  #top_page .top_content .wrap .t_cnt04_box:nth-child(2) table.price_table th,
  #top_page .top_content .wrap .t_cnt04_box:nth-child(2) table.price_table td {
    width: 50%;
    font-size: 16px;
  }
  .home #content h3.remarks {
    font-size: 20px;
  }
}
/******************************************************************************/
/********推薦の声エリア**********************************************************/
/******************************************************************************/
.suisen-title {
  margin: auto;
  margin-bottom: 40px;
  image-rendering: auto;
}
#top_page .top_content#top_content_suisen {
  padding-top: 0;
}
#top_content_suisen img.pc{
  margin: auto;
  margin-top: 25px;
}
@media screen and (max-width: 768px) {
  .suisen-title {
    width: 100%;
    margin-bottom: 20px;
  }
  #top_content_suisen img.sp {
    width: 95%;
    margin: auto;
    image-rendering: auto;
  }
}
/******************************************************************************/
/********院長挨拶エリア**********************************************************/
/******************************************************************************/
#top_greed {
  padding: 80px 0 60px;
  background-image: url("https:///suzuran-758.com/assets/img/top_greed_bg.webp");
  background-size: cover;
  background-position: center;
}
#top_greed .topinner {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  max-width: 1080px;
  width: 100%;
  margin: 0 auto 70px;
  flex-flow: row-reverse;
  position: relative;
}
#top_greed .con_l {
  width: 598px;
  margin-left: 0;
}
#top_greed .con_r {
  background-color: #f5fcff;
  padding: 4%;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 80px;
  width: 50%;
}
#top_greed .con_r h3 {
  font-size: 28px;
  color: #41270c;
  line-height: 1em;
  margin-bottom: 0.5em;
}
#top_greed .con_r p.name {
  font-size: 19px;
  font-weight: 600;
  letter-spacing: 1px;
  color: #1995dd;
  margin-bottom: 1.15em;
}
#top_greed .con_r p {
  margin-bottom: 1em;
}
#top_greed .con_r p:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  #top_greed {
    padding: 4% 0 0;

  }
  #top_greed .topinner {
    flex-wrap: wrap;
    padding: 0 3%;
    margin-bottom: 0;
  }
  #top_greed .con_l {
    text-align: center;
    width: 100%;
  }
  #top_greed .con_r {
    position: static;
    width: 100%;
    background: #fef7e7;
  }
  #top_greed .con_r h3 {
    font-size: 5vw;
  }
  #top_greed .con_r p.name {
    font-size: 3.65vw;
  }
}
/******************************************************************************/
/********お知らせエリア************************************************************/
/******************************************************************************/
#top_content_blog.top_content {
    padding: 80px 0 40px;
}

#top_content_blog.top_content .wrap {
  max-width: 1000px;
  margin: 0 auto 50px;  
}

#top_content_blog ul.wrap .top_category_post a{
    display: flex;
    align-items: center;
    border-bottom: 1px dotted #1995dd;
    text-decoration: none;
    color: #363636;
    padding: 1rem 1.6rem;
    gap: 20px;
    transition: .2s ease-out;
}

#top_content_blog ul.wrap .top_category_post a:hover {
    opacity: 0.6;
}

#top_content_blog ul.wrap .top_category_post a .date {
    font-size: 15px;
    font-weight: 600;
    color: #008dd4;
}



/*****768以下*****/
@media screen and (max-width: 768px) {
#top_content_blog.top_content {
    padding: 15vw 0;
}

#top_page .top_content .wrap {
    margin: 0 15px 50px;
}

#top_content_blog ul.wrap .top_category_post a {
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
    padding: 1rem 0.8rem;
    margin: auto;
}
}

/**********************************************************/
/********健康経営優良法人*************************************/
/**********************************************************/
#top_page .top_title span {
  text-align: center;
  padding-top: 20px;
  line-height: 1.5em;
}
/*****768以下*****/
@media screen and (max-width: 768px) {
  #top_page .top_title span {
    text-align: left;
    padding-top: 20px;
    margin: 0 3%;
  }
}

/**********************************************************/
/********パートナー活動*************************************/
/**********************************************************/

.br-sp,
.br-sp2{
    display: none;
}
#content .top_notice_list {
max-width: 1050px;
width: 100%;
margin: auto;
padding: 30px 20px 40px;
background-color: #fff;
border-radius: 12px;
box-shadow: 0px 0px 15px 1px rgb(189 53 8 / 24%);
}

#content .top_notice {
width: 100%;
margin: 0;
padding: 40px 20px;
background-image: url("https:///suzuran-758.com/assets/img/partner-bg.png");
background-size: cover;
background-position: center;
background-repeat: no-repeat;
display: flex;
align-items: center;
justify-content: center;
}

#content .top_notice_list h2 {
text-align: center;
font-size: 30px;
font-weight: bold;
margin-bottom: 20px;
color: #f85312;
position: relative;
}

#content .top_notice_list p {
margin-bottom: 10px;
text-align: center;
}

#content .partner_flex {
display: flex;
justify-content: center;
margin-top: 40px;
gap: 30px;
flex-wrap:wrap;
}

#content .partner_flex a {
display: block;
width: fit-content;
transition: 0.3s;
flex-wrap:wrap;
}

#content .partner_flex a:hover {
opacity: 0.8;
}

@media screen and (max-width: 768px){
    .br-sp{
        display: block;
    }
    #content .top_notice_list{
     padding: 25px 20px;
     width: 94%;
 }
 #content .top_notice_list h2 {
    font-size: 28px;
}
#content .top_notice_list p{
     text-align:left;
 }
 #content .partner_flex {   
     margin-top: 30px;    
     gap: 15px;
 }
}
@media screen and (max-width: 425px){
    .br-sp2{
        display: block;
    }
}


#content .top_campaign {
  position: relative;
  z-index: 0;
  width: 100%;
  padding: 20px 10px;
  text-align: center;
  background-image: url(https:///suzuran-758.com/assets/img/campaign_bg2.webp);
  background-size: cover;
  background-position: center;
  background-color: rgba(255, 255, 255, 0.5);
  background-blend-mode: lighten;
}

#content .inner_layout {
  position: relative;
  top: 0;
  display: block;
  max-width: fit-content;
  margin: 0 auto;
  padding: 35px 5%;
  text-align: center;
  background: #fff;
  border-radius: 25px;
}

#content .top_campaign h2 {
  width: fit-content;
  height: auto;
  margin: 0 auto 20px;
  color: #f85312!important;
  font-size: 35px;
  line-height: 1.3;
  text-align: center;
}

#content .top_campaign h2 span {
  font-size: .7em;
  color: #f85312 !important;
}

#content .top_campaign .inner_layout > p {
  color: #3c3c3c;
  font-size: 18px;
  text-align: center;
  line-height: 1.7;
  margin-bottom: 30px;
}

#content .top_campaign .inner_layout > p > span {
  color: #f85312;
  font-size: 1.5em;
  font-weight: bold;
}

#content .top_campaign .inner_layout > p > span.weight {
  color: #333;
  font-size: 1.1em;
  font-weight: bold;
}

#content .top_campaign a {
  display: block;
  width: 85%;
  margin: auto;
  color: #ffffff!important;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  background: #fff;
  border-radius: 50px;
}

#content .top_campaign a div.inner {
  position: relative;
  padding: 15px 45px;
  border-radius: 50px;
  background: #f85312!important;
  color: #ffffff!important;
  transform: translateY( -4px );
  transition: .2s;
}

#content .top_campaign a div.inner p {
  color: #ffffff!important;
}

#content .top_campaign a div.inner:after {
  position: absolute;
  top: 50%;
  right: 20px;
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg) translateY( -50% );
}

#content .top_campaign a:hover div {
  transform: translate( 0 );
}
#content .top_campaign .inner_layout > p > span.mini_txt{
  color: #ff2929;
  font-size: 15px;
  font-weight: 500;
}
@media screen and ( max-width:768px ) {
  #content .top_campaign {
      padding: 20px 10px;
      background-size: cover;
  }
  #content .inner_layout {
      max-width: 100%;
      width: 100%;
      padding: 35px 5%;
  }
  #content .top_campaign a {
    width: 100%;
  }
  .inner_layout a img {
    width: 100%;
  }
  #content .top_campaign h2 {
      font-size: 26px;
      margin: 0 auto 25px;
      text-wrap: balance;
      text-align: center;
  }

  #content .top_campaign .inner_layout > p {
      font-size: 16px;
      text-wrap: balance;
  }

  #content .top_campaign .inner_layout > p > span {
      color: #f85312!important;
      font-size: 1.7em;
      display: block;
      text-align: center;
  }
  #content .top_campaign .inner_layout > p > br.br2 {
      display: none;
  }
  #content .top_campaign .inner_layout .rec-box {
      margin-bottom: 30px;
      border: 1px solid #018cd1;
      padding: 10px 5px;
  }
  #content .top_campaign .inner_layout .rec-box p.rec-txt {
      font-size: 20px;
      background: #fff;
      width: 90%;
      padding: 0;
  }
  #content .top_campaign .inner_layout .rec-box p span.mini_txt {
      font-size: 20px;
      text-align: center;
  }
  #content .top_campaign .inner_layout .rec-box p.rec-txt span.mini_txt {
      font-size: 20px;
      background: #fff;
      padding: 0 14px;
  }
  #content .top_campaign .inner_layout ul {
      display: flex;
      flex-direction: column;
      flex-wrap: nowrap;
      max-width: 310px;
      margin: 10px auto;
      font-weight: 500;
  }
  #content .top_campaign .inner_layout ul li {
      width: 100%;
      font-size: 15px;
      margin-left: 25px;
  }
  #content .top_campaign .inner_layout .rec-box p {
      line-height: 1.4;
  }
}