@charset "UTF-8";
/*#main_area-------------------------------ここから*/
.subpageContent #main_area {
  position: relative;
  min-height: 340px;
  overflow: hidden;
}
.subpageContent #main_area .main_img {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.subpageContent #main_area .main_img img {
  width: 100%;
  height: auto;
}
.subpageContent #main_area .main_txt {
  position: absolute;
  left: 50%;
  top: 68px;
  transform: translateX(-50%);
  background: url("../../assets/img/common/sub/bg_main02.png") left top no-repeat;
  background-size: contain;
  width: 560px;
  height: 200px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.subpageContent #main_area .main_txt .ttl_h1 span {
  display: block;
}
.subpageContent #main_area .main_txt .ttl_h1 .ja {
  color: #2d1d01;
  font-size: 2.375rem;
  /*38px*/
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.2;
}
.subpageContent #main_area .main_txt .ttl_h1 .en {
  color: #2f53a2;
  font-size: 0.9375rem;
  /*15px*/
  font-style: italic;
  font-weight: 400;
}
.subpageContent #main_area .main_txt .h1_sub {
  font-size: 0.95rem;
  /*15.2px*/
  margin-top: 0.5em;
}

@media all and (min-width: 1100px) and (max-width: 1400px) {
  .subpageContent #main_area .main_img {
    left: 50%;
    right: auto;
    top: 0;
    bottom: 0;
    transform: translate(-50%, 0);
  }
  .subpageContent #main_area .main_img img {
    width: auto;
    height: 100%;
  }
}
/*#main_area-------------------------------ここまで*/
/*下層共通パーツ------------------------------------------------------ここから*/
.subpageContent .ttl_01 {
  margin-bottom: 1em;
}
.subpageContent .ttl_01 .ja {
  font-size: 2.1rem;
  /*40px*/
}
.subpageContent .ttl_01 .ja span {
  font-size: 1.6rem;
  /*30px*/
}
.subpageContent .section_inner {
  padding: 90px 0;
}

.subpageContent #sec01_inner {
  padding: 100px 0;
}

.subpageContent .sub_bnr {
  padding: 65px 0;
  text-align: center;
}
.subpageContent .sub_bnr a {
  display: inline-block;
}

/*下層共通パーツ------------------------------------------------------ここまで*/
/*症状詳細------------------------------------------------------ここから*/
.subpageContent .quetion_area p.center {
  font-size: 0.875rem;
  /*14px*/
  line-height: 1.78;
  color: #000;
  margin-top: 2em;
}

.subpageContent .quetion_area .check_list_wrap {
  background-color: #fcfcfc;
  padding: 30px 65px;
  border-radius: 10px;
  margin: 2.5em auto 0;
  max-width: 580px;
}

.subpageContent .quetion_area .check_list {
  margin-right: 80px;
}
.subpageContent .quetion_area .check_list:last-child {
  margin-right: 0;
}
.subpageContent .quetion_area .check_list li {
  font-size: 1.0625rem;
  /*17px*/
  line-height: 1.7;
  color: #414141;
  padding-left: 2em;
  background-image: url("../../assets/img/common/sub/check_quetion.png");
  background-position: left 4px;
  background-repeat: no-repeat;
}

.subpageContent .symptoms_block_area {
  margin: 50px auto 0;
  max-width: 960px;
}

.subpageContent .symptoms_block {
  background-color: #FFF;
  border-radius: 10px;
  padding: 40px 60px;
  margin-top: 40px;
}
.subpageContent .symptoms_block h3 {
  font-size: 1.8125rem;
  /*29px*/
  color: #5588eb;
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-weight: 400;
  font-style: normal;
  border-bottom: 1px dashed #5588eb;
  width: 390px;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 0.2em;
}
.subpageContent .symptoms_block .col_area {
  margin-top: 50px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.subpageContent .symptoms_block .col_area .txt {
  order: 2;
  width: 480px;
}
.subpageContent .symptoms_block .col_area .txt.txt_od2 {
  order: 2;
  width: 480px;
}
.subpageContent .symptoms_block .col_area .txt.txt_od3 {
  order: 3 !important;
  width: 100%;
}
.subpageContent .symptoms_block .symptoms_list li:nth-child(even) .col_area .txt {
  order: 1;
}
.subpageContent .symptoms_block .col_area .txt h4 {
  font-size: 1.375rem;
  /*22px*/
  color: #444a56;
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-weight: 600;
  font-style: normal;
  border-bottom: 1px solid #5588eb;
  padding: 0.3em 6px;
}
.subpageContent .symptoms_block .col_area .txt .exp {
  line-height: 1.7;
  padding: 0.5em 0 0.5em 6px;
}
.subpageContent .symptoms_block .col_area .txt.txt_od2 .exp {
  padding-bottom: 0;
}
.subpageContent .symptoms_block .col_area .txt.txt_od3 .exp {
  padding-top: 10px;
}
.subpageContent .symptoms_block .col_area .img {
  order: 1;
  margin-top: 37px;
}
.subpageContent .symptoms_block .col_area .img02 {
  order: 1;
  margin-top: 10px;
}
.subpageContent .symptoms_block .box_area {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 30px;
}
.subpageContent .symptoms_block .box_area .box {
  color: #000000;
  background-color: #f5f8ff;
  border: 1px dashed #b4ccff;
  border-radius: 5px;
  padding: 15px 25px 10px;
  box-sizing: border-box;
  max-width: 800px;
  margin: 0 auto;
}
.subpageContent .symptoms_block .box_area.flex .box {
  width: 49%;
}
.subpageContent .symptoms_block .box_area .box h4 {
  border-bottom: 1px solid #c9daff;
  font-size: 1.0625rem;
  /*17px*/
  color: #3c3c3c;
  font-weight: bold;
  padding-bottom: 6px;
}
.subpageContent .symptoms_block .box_area .box h4.one_lines {
  padding: 0 0 10px;
}
.subpageContent .symptoms_block .box_area .box h4 strong {
  color: #5588eb;
  font-weight: bold;
}
.subpageContent .symptoms_block .box_area .box .check_list {
  padding: 13px;
}
.subpageContent .symptoms_block .box_area .box .check_list li {
  padding-left: 2em;
  background-image: url("../../assets/img/common/sub/check_sickness_bl.png");
  background-position: left 4px;
  background-repeat: no-repeat;
  display: inline-block;
  margin-right: 1.5em;
}
.subpageContent .symptoms_block .box_area.flex .box .check_list li {
  display: block;
}
.subpageContent .symptoms_block .box_area.flex .box .check_list.inline li {
  display: inline-block;
}
.subpageContent .symptoms_block .box_area .box .txt {
  padding: 1em 0;
  letter-spacing: 0;
  font-size: 99%;
  margin-right: -0.6em;
}
.subpageContent .symptoms_block .box_area .box .txt02 {
  padding: 1.6em 0 0 !important;
}
.subpageContent .symptoms_block:nth-child(even) h3 {
  color: #f88f65;
  border-bottom: 1px dashed #f88f65;
}
.subpageContent .symptoms_block:nth-child(even) .col_area h4 {
  border-bottom: 1px solid #f88f65;
}
.subpageContent .symptoms_block:nth-child(even) .box_area .box {
  background-color: #fff6f2;
  border: 1px dashed #ffcebb;
}
.subpageContent .symptoms_block:nth-child(even) .box_area .box h4 {
  border-bottom: 1px solid #ffd2c0;
}
.subpageContent .symptoms_block:nth-child(even) .box_area .box h4 strong {
  color: #f88f65;
}
.subpageContent .symptoms_block:nth-child(even) .box_area .box .check_list li {
  background-image: url("../../assets/img/common/sub/check_sickness_or.png");
}

.subpageContent .info_box {
  color: #000000;
  background-color: #f5f8ff;
  border: 1px dashed #b4ccff;
  border-radius: 5px;
  padding: 2em 70px 10px;
  box-sizing: border-box;
  max-width: 1040px;
  margin: 0 auto;
}

.subpageContent .slide_list li .img {
  min-height: 251px;
  width: 90%;
  margin: 0 auto;
}

.subpageContent .info_box + .info_box {
  margin-top: 45px;
}

.subpageContent .info_box h3 {
  border-bottom: 1px solid #c9daff;
  font-size: 1.6875rem;
  /*27px*/
  color: #3c3c3c;
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-weight: 600;
  font-style: normal;
  text-align: center;
  padding-bottom: 0.4em;
  width: 730px;
  margin: 0 auto;
}

.subpageContent .catImg {
  padding-left: 24px;
  margin-bottom: 10px !important;
}

.subpageContent .info_box .box_contents {
  padding: 2em 0;
}
.subpageContent .info_box .box_contents .txt strong {
  font-weight: bold;
  font-size: 1.0625rem;
  /*17px*/
}
.subpageContent .info_box .box_contents .note {
  font-size: 0.8125rem;
  /*13px*/
  margin-top: 1em;
}
.subpageContent .info_box .box_contents .note li {
  padding-left: 1em;
  text-indent: -1em;
}

.subpageContent .info_box .col_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.subpageContent .info_box .col_area .cell {
  width: 49%;
}
.subpageContent .info_box .col_area .box_flow {
  color: #4a80ea;
}
.subpageContent .info_box .col_area .box_flow li {
  background-color: #FFF;
  padding: 0.5em 1em;
  margin-bottom: 10px;
}

.subpageContent .info_box.blue_box {
  background-color: #f5f8ff;
  border: 1px dashed #b4ccff;
}
.subpageContent .info_box.blue_box h3 {
  border-bottom: 1px solid #c9daff;
  color: #323232;
}
.subpageContent .info_box.blue_box .box_contents .txt strong {
  color: #5588eb;
}

.subpageContent .info_box.orange_box {
  background-color: #fff6f2;
  border: 1px dashed #ffcebb;
}
.subpageContent .info_box.orange_box h3 {
  border-bottom: 1px solid #ffd2c0;
  color: #323232;
}
.subpageContent .info_box.orange_box .box_contents .txt strong {
  color: #f88f65;
}
.subpageContent .info_box.orange_box .box_contents h4 {
  color: #f88f65;
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-weight: 600;
  font-style: normal;
}
.subpageContent .info_box.orange_box .box_contents h4.circle {
  font-size: 1.25rem;
  /*20px*/
}
.subpageContent .info_box.orange_box .box_contents h4.circle:before {
  content: "●";
  margin-right: 0.4em;
}

.subpageContent .info_box.indent_box {
  padding: 2em 55px 10px;
}
.subpageContent .info_box.indent_box .top_line {
  border-top: 1px solid #ffcdb9;
}
.subpageContent .info_box.indent_box .col_area .cell .img img {
  max-width: 100%;
}
.subpageContent .info_box.indent_box h4 {
  padding: 1em 1em;
}
.subpageContent .info_box.indent_box .col_area .cell .txt {
  padding: 0 0 1em 3em;
}

.subpageContent .slide_list {
  margin-top: 100px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.subpageContent .slide_list li {
  box-sizing: border-box;
  background-color: #FFF;
  width: 28%;
  text-align: center;
}
.subpageContent .slide_list li + li {
  margin-left: 40px;
}

#hospital .subpageContent .slide_list li .img {
  width: 100%;
  margin: 0 auto;
}

.subpageContent .slide_list li .img img {
  width: 100%;
}

.subpageContent .slide_list li h3 {
  font-size: 1.1875rem;
  /*19px*/
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-weight: 600;
}
.subpageContent .slide_list li h3 span.font_s {
  font-size: 1.0625rem;
  /*17px*/
  letter-spacing: 0.02em;
}

.subpageContent .slide_list li .txt {
  text-align: left;
  margin: 0.5em auto 25px;
}

.subpageContent .flow_area {
  width: 820px;
  color: #000;
  margin: 85px auto 10px;
}
.subpageContent .flow_area .flow_list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.subpageContent .flow_area .flow_list li + li {
  padding-top: 75px;
  background-image: url("../../assets/img/common/sub/ico01_flow_list.png");
  background-position: center 25px;
  background-repeat: no-repeat;
}
.subpageContent .flow_area .flow_list li .txt {
  width: 55%;
}
.subpageContent .flow_area .flow_list li .txt h3 {
  font-size: 1.5rem;
  /*26px*/
  border-bottom: 1px solid #f89066;
  padding: 17px 0 11px;
}
.subpageContent .flow_area .flow_list li .txt h3 span {
  font-size: 1.75rem;
  /*28px*/
  color: #FFF;
  background-color: #f89066;
  width: 50px;
  text-align: center;
  display: inline-block;
  line-height: 1.78;
  margin-right: 0.8em;
}
.subpageContent .flow_area .flow_list li .txt .exp {
  margin-top: 24px;
}
.subpageContent .flow_area .flow_list li .img {
  width: 36%;
}
.subpageContent .flow_area .flow_list li .img img {
  width: 100%;
}
.subpageContent .flow_area .flow_list li .img video {
  width: 100%;
}
.subpageContent .flow_area .white_box {
  max-width: 810px;
  margin: 25px 0 0;
  background-color: #FFF;
  border-radius: 12px;
  padding: 20px 30px;
}
.subpageContent .flow_area .white_box h4 {
  color: #f9a07f;
  font-weight: bold;
  font-size: 1.0625rem;
  /*17px*/
  padding: 0 0.8em 7px;
  border-bottom: 1px dashed #f9a07f;
}
.subpageContent .flow_area .white_box .txt {
  padding: 1em 0.9em 0.5em;
}
.subpageContent .flow_area .white_box .txt strong {
  color: #f9a07f;
  font-weight: bold;
  font-size: 1.0625rem;
  /*17px*/
}

.subpageContent .cost_bnr {
  padding: 65px 0;
  text-align: center;
}
.subpageContent .cost_bnr a {
  display: inline-block;
}

/*症状詳細------------------------------------------------------ここまで*/
/*#consultation 診療案内-------------------------------------------------------ここから*/
/*#sec01-------------------------------ここから*/
#consultation #sec01_inner {
  padding: 100px 0 125px;
}
#consultation #sec01_inner .section_contents {
  padding-top: 40px;
}
#consultation #sec01_inner .section_contents p.center {
  font-size: 1rem;
  /*16px*/
}
#consultation #sec01_inner .sec01_list {
  margin-top: 40px;
}
#consultation #sec01_inner .sec01_list > li {
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-weight: 600;
  background-color: #f3f7ff;
  box-sizing: border-box;
  width: 25%;
  padding: 30px 20px;
}
#consultation #sec01_inner .sec01_list > li a {
  display: block;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
#consultation #sec01_inner .sec01_list > li a:hover {
  opacity: 0.7;
}
#consultation #sec01_inner .sec01_list > li:nth-child(even) {
  background-color: #fff9f7;
}
#consultation #sec01_inner .sec01_list > li:nth-child(5) {
  background-color: #fff9f7;
}
#consultation #sec01_inner .sec01_list > li:nth-child(6) {
  background-color: #f3f7ff;
}
#consultation #sec01_inner .sec01_list > li:nth-child(7) {
  background-color: #fff9f7;
}
#consultation #sec01_inner .sec01_list > li:nth-child(8) {
  background-color: #f3f7ff;
}
#consultation #sec01_inner .sec01_list li .ico {
  min-height: 190px;
  text-align: center;
}
#consultation #sec01_inner .sec01_list li .ico img {
  max-width: 100%;
}
#consultation #sec01_inner .sec01_list li .check_list {
  font-size: 1.125rem;
  /*18px*/
  letter-spacing: 0;
}
#consultation #sec01_inner .sec01_list li .check_list li {
  padding-left: 1.4em;
  background-image: url(../../assets/img/top/check_sec04.png);
  background-position: left 4px;
  background-repeat: no-repeat;
}
#consultation #sec01_inner .sec01_list > li:nth-child(even) .check_list li {
  background-image: url(../../assets/img/top/check02_sec04.png);
}
#consultation #sec01_inner .sec01_list > li:nth-child(5) .check_list li {
  background-image: url(../../assets/img/top/check02_sec04.png);
}
#consultation #sec01_inner .sec01_list > li:nth-child(6) .check_list li {
  background-image: url(../../assets/img/top/check_sec04.png);
}
#consultation #sec01_inner .sec01_list > li:nth-child(7) .check_list li {
  background-image: url(../../assets/img/top/check02_sec04.png);
}
#consultation #sec01_inner .sec01_list > li:nth-child(8) .check_list li {
  background-image: url(../../assets/img/top/check_sec04.png);
}
#consultation #sec01_inner .sec01_list li h3 {
  font-weight: 600;
  font-size: 0.9375rem;
  /*15px*/
  text-align: center;
  color: #FFF;
  border-radius: 15px;
  background-color: #4a80ea;
  width: 164px;
  margin: 20px auto 0;
  padding: 5px;
}
#consultation #sec01_inner .sec01_list > li:nth-child(even) h3 {
  background-color: #f88f65;
}
#consultation #sec01_inner .sec01_list > li:nth-child(5) h3 {
  background-color: #f88f65;
}
#consultation #sec01_inner .sec01_list > li:nth-child(6) h3 {
  background-color: #4a80ea;
}
#consultation #sec01_inner .sec01_list > li:nth-child(7) h3 {
  background-color: #f88f65;
}
#consultation #sec01_inner .sec01_list > li:nth-child(8) h3 {
  background-color: #4a80ea;
}

/*pc-------------*/
/*#sec01-------------------------------ここまで*/
/*#sec02-------------------------------ここから*/
#consultation #sec02_inner {
  padding: 0 0 150px;
}
#consultation #sec02_inner .ttl_01 {
  background: none;
}
#consultation #sec02_inner .section_contents {
  padding-top: 40px;
}
#consultation #sec02_inner .sec02_list {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#consultation #sec02_inner .sec02_list > li {
  box-sizing: border-box;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 24%;
  border-radius: 8px;
  margin-bottom: 14px;
  font-size: 1.375rem;
  /*22px*/
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  background: url("../../assets/img/top/arrow_sec02.png") #f3f7ff no-repeat;
  background-position: 92%, 51%;
  background-size: 13px, 15px;
  padding: 0 2% 0 0;
}
#consultation #sec02_inner .sec02_list > li:hover {
  opacity: 0.7;
}
#consultation #sec02_inner .sec02_list > li.ft_s {
  font-size: 1.1rem;
  /*19px*/
  letter-spacing: 0;
}
#consultation #sec02_inner .sec02_list > li a {
  display: block;
  padding: 10px;
  width: 100%;
}

/*pc-------------*/
/*#sec02-------------------------------ここまで*/
/*#consultation 診療案内-------------------------------------------------------ここまで*/
/*#hifu 皮膚科-------------------------------------------------------ここから*/
/*#hifu 皮膚科-------------------------------------------------------ここまで*/
/*#staff スタッフ-------------------------------------------------------ここから*/
#staff .staff_name {
  font-weight: normal;
  color: #000b03;
  margin-bottom: 1em;
}
#staff .staff_name .title {
  font-size: 1.1rem;
  /*26x*/
  position: relative;
  padding-bottom: 8px;
}
#staff .staff_name .title::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50px;
  height: 4px;
  background-color: #5588eb;
}
#staff .staff_name .name {
  font-size: 1.8rem;
  /*36px*/
  margin: 0.5em 0 0.2em;
}
#staff .staff_name .yomi {
  font-size: 1rem;
  /*16x*/
  color: #5588eb;
  font-family: Myriad Pro;
  font-style: italic;
}

#staff .director_profile {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#staff .director_profile .txt {
  max-width: 500px;
  width: 56%;
}
#staff .director_profile .txt .history {
  font-size: 1.0625rem;
  /*17px*/
  line-height: 1.88;
}
#staff .director_profile .txt .history h4 {
  margin: 0.5em 0;
}
#staff .director_profile .txt .history h4 strong {
  color: #5588eb;
  font-size: 1.3rem;
  /*25px*/
  width: 90px;
  display: inline-block;
}
#staff .director_profile .txt .history dl dt {
  float: left;
  clear: both;
}
#staff .director_profile .txt .history dl dd {
  padding-left: 90px;
}

#staff .director_txt {
  margin-top: 70px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#staff .director_txt .img {
  order: 2;
  max-width: 350px;
  width: 39%;
}
#staff .director_txt .img img {
  max-width: 100%;
}
#staff .director_txt .txt {
  order: 1;
  max-width: 500px;
  width: 57%;
}
#staff .director_txt .txt h3 {
  font-size: 1.3rem;
  color: #5588eb;
  font-weight: bold;
  margin-bottom: 0.5em;
}
#staff .director_txt .txt .writing {
  line-height: 2.13;
}

#staff .staff_list {
  max-width: 700px;
  margin: 0 auto;
}
#staff .staff_list li {
  margin-top: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#staff .staff_list li .txt {
  width: 48%;
}
#staff .staff_list li .txt .profile_tit {
  color: #5588eb;
  font-size: 1.3rem;
  /*25px*/
  line-height: 2;
}
#staff .staff_list li .txt .profile_txt {
  font-size: 0.95rem;
  /*17px*/
  line-height: 1.88;
}

#staff #sec01_inner .section_contents {
  max-width: 890px;
  margin: 80px auto 0;
}

/*#staff スタッフ-------------------------------------------------------ここまで*/
/*#torea トレアの由来-------------------------------------------------------ここから*/
#torea #sec01_inner {
  padding-bottom: 40px;
}
#torea #sec01_inner .section_contents {
  max-width: 1150px;
  width: 100%;
  margin: 0 auto;
  overflow: visible;
}
#torea #sec01_inner .txt_area {
  max-width: 750px;
  width: 100%;
  margin: 0 auto;
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.125rem;
  /*18px*/
  line-height: 2.22;
  letter-spacing: 0.02em;
  color: #000b03;
  text-align: center;
}
#torea #sec01_inner .txt_area .col_area {
  position: relative;
}
#torea #sec01_inner .txt_area .col_area .img {
  position: absolute;
}
#torea #sec01_inner .txt_area .col_area .img01 {
  top: 50px;
  right: -195px;
}
#torea #sec01_inner .txt_area .col_area .img02 {
  top: -90px;
  left: -195px;
}
#torea #sec01_inner .txt_area .txt {
  margin-bottom: 3em;
}
#torea #sec01_inner .txt_area {
  max-width: 100%;
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 0.9375rem;
  /*15px*/
  line-height: 2.22;
  letter-spacing: 0.02em;
  color: #000b03;
  text-align: center;
}
#torea #sec01_inner .txt_area .col_area {
  position: relative;
}
#torea #sec01_inner .txt_area .col_area .img {
  position: absolute;
  width: 21%;
}
#torea #sec01_inner .txt_area .col_area .img img {
  width: 100%;
}
#torea #sec01_inner .txt_area .col_area .img01 {
  top: 50px;
  right: 0;
}
#torea #sec01_inner .txt_area .col_area .img02 {
  top: -70px;
  left: 0;
}

/*#torea トレアの由来-------------------------------------------------------ここまで*/
/*#access 診療時間・アクセス-------------------------------------------------------ここから*/
#access #sec01_inner {
  padding-bottom: 40px;
}
#access #sec01_inner .section_contents {
  max-width: 1030px;
  width: 100%;
  margin: 0 auto;
}
#access #sec01_inner p.center {
  line-height: 1.93;
  margin-top: 2.5em;
  color: #414141;
}

#access .clinic_info {
  margin: 3em auto 6em;
  max-width: 1030px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#access .clinic_info .info_date {
  width: 51%;
  color: #000;
}
#access .clinic_info .info_date .date_list {
  font-size: 0.9375rem;
  /*15px*/
  background-color: #5588eb;
  border-right: 1px solid #dadada;
  border-bottom: 1px solid #dadada;
  border-left: 1px solid #dadada;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#access .clinic_info .info_date .date_list dt, #access .clinic_info .info_date .date_list dd {
  padding: 0.5em 10px;
  border-top: 1px solid #dadada;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#access .clinic_info .info_date .date_list dt {
  min-height: 50px;
  width: 108px;
  float: left;
  font-size: 1.0625rem;
  /*17px*/
  border-top: 1px solid #a4c0f4;
  color: #FFF;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#access .clinic_info .info_date .date_list dd {
  background: #fff;
  padding: 0.5em 0 0.5em 20px;
  width: calc(100% - 108px);
}
#access .clinic_info .info_date .date_list dd:after {
  content: "";
  display: block;
  clear: both;
}
#access .clinic_info .info_date .date_list dd .pay_date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#access .clinic_info .info_date .date_list dd img {
  margin-left: 1em;
}

#access .clinic_info .info_time {
  width: 46.5%;
}
#access .clinic_info .info_time table {
  width: 100%;
  background-color: #FFF;
  color: #3c3c3c;
  font-size: 1rem;
  /*16px*/
  border: 1px solid #dadada;
}
#access .clinic_info .info_time table td.blue {
  color: #6a99f6;
  font-size: 0.9rem;
  /*17px*/
}
#access .clinic_info .info_time table td.ft_l {
  font-size: 1.25rem;
  /*20px*/
}
#access .clinic_info .info_time table tr th:first-child {
  border-right: 1px solid #dadada;
  font-size: 0.875rem;
  /*14px*/
  padding: 10px 0 10px 12px;
  text-align: left;
  letter-spacing: 0.02em;
  width: 160px;
}
#access .clinic_info .info_time table tr th:first-child .asterisk {
  font-size: 0.85rem;
  /*12px*/
}
#access .clinic_info .info_time table tr:first-child {
  background-color: #5588eb;
  color: #FFF;
}
#access .clinic_info .info_time table tr:first-child th {
  padding: 15px 8px;
  font-size: 1.0625rem;
  /*17px*/
}
#access .clinic_info .info_time table tr:first-child th:first-child {
  border-right: 1px solid #FFF;
  text-align: center;
}
#access .clinic_info .info_time table tr:first-child th:last-child {
  padding: 15px 8px 15px 0px;
}
#access .clinic_info .info_time table tr:nth-child(2) {
  border-bottom: 1px dotted #cecece;
}
#access .clinic_info .info_time table tr:nth-child(2) th {
  font-size: 0.9375rem;
  /*15px*/
}
#access .clinic_info .info_time table td, #access .clinic_info .info_time table th {
  text-align: center;
  box-sizing: border-box;
  border: none;
}

#access .clinic_info .info_time .table_note {
  color: #4a80ea;
  text-align: right;
  font-size: 0.95rem;
  /*17px*/
  margin-top: 0.6em;
  line-height: 1.235;
}

#access #sec01_inner .info_box .col_area .cell:nth-child(1) {
  width: 460px;
}

#access #sec01_inner .info_box .col_area .cell:nth-child(2) {
  min-width: 290px;
  width: 35%;
}

#access #sec02_inner {
  padding-bottom: 2em;
}
#access #sec02_inner .info_box {
  margin-top: 3em;
  padding: 2em 55px;
}

#access .access_map {
  margin-top: 2em;
}
#access .access_map iframe {
  width: 100%;
  vertical-align: bottom;
}

#access #sec02_inner .info_box .top_line {
  width: 730px;
}
#access #sec02_inner .info_box .top_line .col_area {
  padding-left: 3em;
}
#access #sec02_inner .info_box .top_line .col_area .cell .txt {
  padding-left: 2em;
}

/*#access 診療時間・アクセス-------------------------------------------------------ここまで*/
/*#price 料金について-------------------------------------------------------ここから*/
#price {
  color: #000;
}
#price .price_lede {
  text-align: center;
  margin-top: 3em;
}
#price .price_lede_s {
  text-align: center;
  margin-top: 2em;
  font-size: 0.875rem;
  /*14px*/
}
#price .table_area {
  margin: 2em auto 0;
}
#price .table_area table {
  border-collapse: collapse;
  width: 100%;
}

#price .table_area table th, td {
  border: 1px solid #d8d8d8;
  text-align: center;
  vertical-align: middle;
  height: 60px;
  font-size: 0.9375rem;
  /*15px*/
}

#price .table_area table td span {
  font-size: 1.0625rem;
  /*17px*/
}

#price .table_area .table_note {
  text-align: right;
  margin-top: 0.3em;
}

#price .flex table {
  width: 49.5%;
}

#price .table_area .fee_table th {
  font-size: 1rem;
  /*16px*/
  background-color: #f0f0f0;
  font-weight: bold;
  width: 47%;
}

#price .table_area .fee_table td {
  width: 53%;
}

#price .table_area .treatment_table thead th {
  background-color: #f0f0f0;
  font-size: 1.0625rem;
  /*17px*/
}

#price .table_area .treatment_table tbody td {
  padding-right: 1.5em;
  text-align: right;
}

#price .table_area .treatment_table tbody th:nth-child(1) {
  width: 25%;
  text-align: left;
  padding-left: 1em;
}

#price .table_area .treatment_table tbody td:nth-child(2) {
  width: 25%;
}

#price .table_area .treatment_table tbody th:nth-child(3) {
  width: 22%;
}

#price .table_area .treatment_table tbody td:nth-child(4) {
  width: 28%;
}

#price #sec01_inner {
  padding-bottom: 0;
}

#price #sec02_inner {
  padding-bottom: 0;
}
#price #sec02_inner .table_area {
  width: 360px;
}

#price #sec03_inner h3 {
  font-size: 1.8125rem;
  /*29px*/
  color: #5588eb;
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-weight: 400;
  font-style: normal;
  border-bottom: 1px dashed #5588eb;
  width: 390px;
  margin: 1em auto;
  text-align: center;
  padding-bottom: 0.2em;
}
#price #sec03_inner .price_block {
  margin-top: 4em;
}

/*#price #sec03_inner .price_block h3 {
  margin-top: -129px;
  padding-top:calc(1em + 129px) ;
}*/
#price #sec03_inner .price_block + .price_block {
  margin-top: 0;
}

#price #sec03_inner .table_area {
  width: 600px;
}

#price .table_area table.second thead th, #price .table_area table.second th, #price .table_area table.second td {
  border-left: none;
}

#price #sec03_inner h3 {
  width: 447px;
}

#price .table_area table .small {
  font-size: 87%;
  margin-left: -12px;
}

/*#price 料金について-------------------------------------------------------ここまで*/
/*#feature 当院の4つの特徴-------------------------------------------------------ここから*/
#feature .section_inner {
  text-align: center;
  padding-bottom: 0;
}
#feature h2 {
  text-align: center;
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-weight: 400;
  font-style: normal;
  display: inline-block;
}
#feature h2 .num {
  display: inline-block;
  font-size: 2.1875rem;
  /*35*/
  color: #2f53a2;
  background-image: url("../../assets/img/feature/ttl_border.png");
  background-position: center bottom;
  background-repeat: no-repeat;
  line-height: 1.6;
}
#feature h2 .ja {
  display: block;
  color: #2d1d01;
  font-size: 2.0625rem;
  /*33px*/
  margin-top: 0.5em;
}
#feature .section_contents {
  max-width: 950px;
  border-bottom: 1px solid #cacaca;
  padding-bottom: 40px;
  text-align: left;
}
#feature .section_contents .flex {
  max-width: 900px;
  margin: 60px auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#feature .section_contents .flex .txt {
  width: 500px;
}
#feature .section_contents .flex .txt h3 {
  font-size: 1.375rem;
  /*22px*/
  line-height: 1.59;
  font-weight: bold;
  margin-bottom: 0.5em;
}
#feature .section_contents .flex .txt p + p {
  margin-top: 1.5em;
}
#feature .section_contents .flex:nth-child(even) .img {
  order: 2;
}
#feature .section_contents .flex:nth-child(even) .txt {
  order: 1;
}
#feature #sec04_inner .section_contents {
  border-bottom: none;
}
#feature #sec04_inner .box_area .box_contents {
  padding: 5px 0;
}
#feature #sec04_inner .box_area h4 {
  color: #5588eb;
  font-size: 1.6875rem;
  /*27px*/
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.4;
  border-bottom: 1px solid #c9daff;
  padding-bottom: 0.4em;
  margin-bottom: 1em;
}
#feature #sec04_inner .box_area .txt {
  width: 510px;
}

/*#feature 当院の4つの特徴-------------------------------------------------------ここまで*/
/*#hospital クリニック紹介-------------------------------------------------------ここから*/
#hospital .section_contents {
  width: 1060px;
}
#hospital .flex {
  margin: 60px auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#hospital .flex .txt {
  width: 550px;
}

#hospital button.slick-prev, #hospital button.slick-next {
  display: none !important;
}

#hospital .flex .txt h2 {
  font-size: 1.35rem;
  /*25px*/
  line-height: 1.52;
  letter-spacing: 0.02em;
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #4a80ea;
  margin-bottom: 1em;
}

#hospital .flex .txt .cautions_tit {
  margin: 1em 0 15px;
  font-size: 1.1875rem;
  /*19px*/
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #5588eb;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#hospital .flex .txt .cautions_tit::after {
  content: "";
  display: block;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  height: 1px;
  background-color: #7fa2ef;
  margin-left: 1em;
}

#hospital .flex .txt .cautions_list {
  color: #000000;
  font-size: 0.875rem;
  /*14px*/
}
#hospital .flex .txt .cautions_list li {
  padding-left: 1.2em;
  text-indent: -1.2em;
}
#hospital .flex .txt .cautions_list li::before {
  content: "●";
  color: #5588eb;
  margin-right: 0.6em;
}

#hospital .hospital_tit {
  font-size: 1.8125rem;
  /*29px*/
  line-height: 1.5;
  letter-spacing: 0.02em;
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #5588eb;
  text-align: center;
  border-bottom: 1px dashed #5588eb;
  width: 392px;
  margin: 0 auto 0.5em;
  padding-bottom: 0.3em;
}
#hospital .hospital_tit .hospital_tit_sub {
  font-size: 1.125rem;
  /*18px*/
  line-height: 1.5;
  letter-spacing: 0.02em;
  color: #474747;
  display: block;
}

#hospital .hospital_lede {
  margin-bottom: 1.5em;
  color: #000000;
}
#hospital .hospital_lede strong {
  font-size: 1rem;
  /*16px*/
}

#hospital .hospital_table01 {
  font-size: 0.9375rem;
  /*15px*/
  width: 100%;
  margin-bottom: 0.3em;
}

#hospital .hospital_table01 th, #hospital .hospital_table01 td {
  text-align: center;
  background-color: #FFF;
  height: 50px;
  vertical-align: middle;
  border: 1px solid #d8d8d8;
}

#hospital .hospital_table01 thead th {
  background-color: #5588eb;
  color: #FFF;
  font-size: 1.0625rem;
  /*17px*/
}
#hospital .hospital_table01 thead th span {
  font-size: 0.9375rem;
  /*15px*/
}

#hospital .hospital_table01 tbody th {
  width: 100px;
  font-size: 1rem;
  /*16px*/
  font-weight: bold;
}

#hospital .hospital_table01 tbody td span {
  font-size: 1.0625rem;
  /*17px*/
}
#hospital .hospital_table01 tbody td span.small {
  font-size: 0.8125rem;
  /*13px*/
}

#hospital .hospital_table01 tbody td:nth-child(2) {
  text-align: left;
  padding-left: 2.5em;
}

#hospital .hospital_table01 tbody td:last-child {
  width: 160px;
}

#hospital .table_note {
  text-align: right;
}

#hospital .hospital_table02 {
  width: 400px;
  margin: 2em auto;
}
#hospital .hospital_table02 th {
  text-align: center;
}
#hospital .hospital_table02 thead th {
  border-bottom: 1px solid #e0e0e0;
  font-weight: bold;
  padding-bottom: 0.5em;
}
#hospital .hospital_table02 tbody th {
  width: 160px;
  border-right: 1px solid #e0e0e0;
  font-size: 0.8125rem;
  /*13px*/
  line-height: 1.7;
}

#hospital .hospital_table02 tbody tr:first-child th, #hospital .hospital_table02 tbody tr:first-child td {
  padding-top: 0.6em;
}

#hospital .hospital_table02 tbody td {
  text-align: left;
  border: none;
  height: auto;
  padding-left: 2em;
  font-size: 0.8125rem;
  /*13px*/
  line-height: 1.7;
}

#hospital .introduction_slide {
  position: relative;
  margin-top: 65px;
}
#hospital .introduction_slide:before {
  content: "";
  width: 172px;
  height: 163px;
  background: url("../../assets/img/top/img_sec07.png") left bottom no-repeat;
  position: absolute;
  top: -140px;
  right: -60px;
  z-index: 2000;
}
#hospital .introduction_slide:after {
  content: "";
  width: 264px;
  height: 182px;
  background: url("../../assets/img/top/img02_sec07.png") left bottom no-repeat;
  position: absolute;
  bottom: -95px;
  left: -90px;
  z-index: 2000;
}
#hospital .introduction_slide img {
  max-width: 100%;
}

#hospital .introduction_slide .slick-prev, #hospital .introduction_slide .slick-next {
  width: 25px;
  height: 48px;
  z-index: 999;
}

#hospital .introduction_slide .slick-prev {
  background: url("../../assets/img/top/prev.png") left bottom no-repeat;
}

#hospital .introduction_slide .slick-next {
  background: url("../../assets/img/top/next.png") left bottom no-repeat;
}

#hospital .introduction_slide .slick-prev:before, #hospital .introduction_slide .slick-next:before {
  content: none;
}

#hospital .slick-list {
  overflow-x: hidden;
}

#hospital .introduction_slide .slick-dots li button:before {
  color: #dadada;
  opacity: 1;
}

#hospital .introduction_slide .slick-dots li.slick-active button:before {
  color: #ffc0a7;
  opacity: 1;
}

#hospital .slick-track {
  display: flex;
}

#hospital .instruments_list {
  display: flex;
  margin-top: 3em;
}
#hospital .instruments_list li {
  border: 1px solid #dcdcdc;
  border-radius: 10px;
  width: 334px;
}
#hospital .instruments_list li + li {
  margin-left: 32px;
}
#hospital .instruments_list li .img {
  min-height: 239px;
  width: 100%;
  margin: 0 auto;
}
#hospital .instruments_list li .txt {
  padding: 0 1em 1em;
  margin: 0;
}
#hospital .instruments_list li .txt .tit {
  font-size: 1.125rem;
  /*18px*/
  margin: 0 -1em 0.3em 0;
}
#hospital .instruments_list li .txt .exp {
  font-size: 0.875rem;
  /*14px*/
  line-height: 1.857;
}

#hospital .equipment_block02 {
  margin-top: 5em;
}

#hospital .equipment_block .equipment_tit {
  font-size: 1.875rem;
  /*30px*/
  line-height: 1.5;
  letter-spacing: 0.02em;
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #5588eb;
  text-align: center;
  border-bottom: 1px dashed #5588eb;
  width: 392px;
  margin: 0 auto 2em;
}

#hospital .other_block {
  margin-top: 3em;
}
#hospital .other_block .col_area {
  margin-top: 2.5em;
}
#hospital .other_block h4 {
  font-size: 1.375rem;
  /*22px*/
  line-height: 1.5;
  letter-spacing: 0.02em;
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #121212;
  text-align: center;
  border-bottom: 1px solid #c0c0c0;
  padding-bottom: 0.3em;
  margin: 0 auto 0.6em;
}
#hospital .other_block .other_list {
  font-size: 0.9375rem;
  /*15px*/
  line-height: 1.8125;
}
#hospital .other_block .other_list li {
  padding-left: 1.3em;
  text-indent: -1.3em;
  margin-bottom: 0.8em;
}
#hospital .other_block .other_list li::before {
  content: "●";
  color: #5588eb;
  margin-right: 0.6em;
}
#hospital .other_block .other_list li strong {
  font-size: 1rem;
  /*16px*/
  font-weight: normal;
}

#hospital #sec01_inner {
  padding-bottom: 0;
}

#hospital #sec05_inner h3, #hospital #sec02_inner h3 {
  font-size: 1.35rem;
  /*25px*/
  line-height: 1.52;
  letter-spacing: 0.02em;
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #4a80ea;
  margin: 1em 0;
  text-align: center;
}

/* ペットホテル業務中止のお知らせ */
#hospital #pethotel-message {
  max-width: 835px;
  margin: 0 auto;
  color: #ff0000;
  font-weight: bold;
  font-size: 120%;
}

#hospital #sec03_inner .table_area {
  width: 600px;
  margin: 0 auto;
}

#hospital #sec04_inner {
  padding-bottom: 0;
}

/*#hospital クリニック紹介-------------------------------------------------------ここまで*/
/*投稿ページ共通（ページャー、snsボタン、エディター）-------------------------------------------------------ここから*/
.subpageContent .pagenavi {
  margin-top: 5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.subpageContent .pagenavi .prevpage, .subpageContent .pagenavi .prevsingle {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.subpageContent .pagenavi .nextpage, .subpageContent .pagenavi .nextsingle {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}

.subpageContent .pagenavi .prevpage, .subpageContent .pagenavi .nextpage, .subpageContent .pagenavi .prevsingle, .subpageContent .pagenavi .nextsingle {
  display: inline-block;
  line-height: 2.5;
  font-size: 1.125rem;
  /*18px*/
  vertical-align: middle;
  text-align: center;
}

.subpageContent .pagenavi .prevpage a, .subpageContent .pagenavi .nextpage a, .subpageContent .pagenavi .prevsingle a, .subpageContent .pagenavi .nextsingle a {
  background-color: #5588eb;
  border: 1px solid #5588eb;
  color: #FFF;
  display: block;
  min-width: 100px;
  padding: 0 15px;
  margin: 0 2em;
  transition: 0.3s;
}

.subpageContent .pagenavi .prevsingle a, .subpageContent .pagenavi .nextsingle a {
  min-width: 130px;
}

.subpageContent .pagenavi .prevpage a:hover, .subpageContent .pagenavi .nextpage a:hover {
  background-color: #FFF;
  color: #5588eb;
}

.subpageContent .pagenavi .prevsingle a, .subpageContent .pagenavi .nextsingle a {
  background-color: #FFF;
  color: #5588eb;
}

.subpageContent .pagenavi .prevsingle a:hover, .subpageContent .pagenavi .nextsingle a:hover {
  background-color: #5588eb;
  color: #FFF;
}

.subpageContent .pagenavi .prevpage a:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 10px 5px 0;
  border-color: transparent #FFF transparent transparent;
  display: inline-block;
  vertical-align: middle;
  margin-right: 1.1em;
}

.subpageContent .pagenavi .nextpage a:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 10px;
  border-color: transparent transparent transparent #FFF;
  display: inline-block;
  vertical-align: middle;
  margin-left: 1.1em;
}

.subpageContent .pagenavi .prevpage a:hover:before {
  border-color: transparent #5588eb transparent transparent;
}

.subpageContent .pagenavi .nextpage a:hover::after {
  border-color: transparent transparent transparent #5588eb;
}

.subpageContent .pagenavi .prevsingle a:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 10px 5px 0;
  border-color: transparent #5588eb transparent transparent;
  display: inline-block;
  vertical-align: middle;
  margin-right: 1.1em;
}

.subpageContent .pagenavi .nextsingle a:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 10px;
  border-color: transparent transparent transparent #5588eb;
  display: inline-block;
  vertical-align: middle;
  margin-left: 1.1em;
}

.subpageContent .pagenavi .prevsingle a:hover:before {
  border-color: transparent #FFF transparent transparent;
}

.subpageContent .pagenavi .nextsingle a:hover::after {
  border-color: transparent transparent transparent #FFF;
}

.subpageContent .pagenavi .navigation, .subpageContent .pagenavi .back_btn {
  display: inline-block;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.subpageContent .pagenavi .navigation .page-numbers li {
  display: inline-block;
  font-size: 1.375rem;
  /*22px*/
  line-height: 2.045;
  vertical-align: middle;
  text-align: center;
  margin: 0 0.1em;
}

.subpageContent .pagenavi .navigation .page-numbers li a, .subpageContent .pagenavi .navigation .page-numbers li span.current, .subpageContent .pagenavi .back_btn a {
  padding: 0 0.2em;
  border: 1px solid #5588eb;
  display: block;
  min-width: 1.3em;
  transition: 0.3s;
}

.subpageContent .pagenavi .navigation .page-numbers li a {
  color: #5588eb;
}
.subpageContent .pagenavi .navigation .page-numbers li a:hover {
  background-color: #5588eb;
  color: #FFF;
}

.subpageContent .pagenavi .navigation .page-numbers li span.current {
  background-color: #5588eb;
  color: #FFF;
}

.subpageContent .pagenavi .navigation .page-numbers li span.dots {
  color: #5588eb;
}

.subpageContent .pagenavi .back_btn a {
  background-color: #5588eb;
  color: #FFF;
  display: inline-block;
  line-height: 2.5;
  font-size: 1.125rem;
  /*18px*/
  vertical-align: middle;
  text-align: center;
  min-width: 200px;
  border-radius: 22px;
}
.subpageContent .pagenavi .back_btn a:hover {
  background-color: #FFF;
  color: #5588eb;
}
.subpageContent .pagenavi .back_btn a:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 10px;
  border-color: transparent transparent transparent #FFF;
  display: inline-block;
  vertical-align: middle;
  margin-left: 0.8em;
}
.subpageContent .pagenavi .back_btn a:hover:after {
  border-color: transparent transparent transparent #5588eb;
}

.subpageContent .sns_btn {
  margin: 8em 0 10em;
}
.subpageContent .sns_btn ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.subpageContent .sns_btn ul li {
  margin-right: 0.8em;
  line-height: 1;
}
.subpageContent .sns_btn ul li iframe {
  vertical-align: middle;
}

.subpageContent .content_area {
  margin-top: 2.5em;
  line-height: 1.8;
}

/*投稿ページ共通（ページャー、snsボタン、エディター）-------------------------------------------------------ここまで*/
/*#infomation お知らせ-------------------------------------------------------ここから*/
#infomation .info_list {
  background-color: #FFF;
  padding: 1em 1.8em;
}
#infomation .info_list li {
  clear: both;
  padding: 1.5em 1em;
  border-bottom: 1px solid #dadada;
}
#infomation .info_list li time {
  color: #5588eb;
  float: left;
  font-size: 0.9375rem;
  /*15px*/
}
#infomation .info_list li .txt {
  color: #4a4a4a;
  padding-left: 7.5em;
  font-size: 1.0625em;
  /*17px*/
}
#infomation .infomation_tit {
  text-align: left;
  max-width: 760px;
  margin: 0 auto;
}
#infomation .infomation_tit h2 {
  font-size: 1.8rem;
  /*37px*/
  color: #2d1d01;
  font-weight: 400;
  background-image: url(../../assets/img/infomation/title_sec01.png);
  background-position: left bottom;
  background-repeat: repeat-x;
  padding-bottom: 0.6em;
  width: 100%;
  display: inline-block;
}
#infomation .infomation_tit time {
  display: block;
  color: #606060;
  font-size: 0.8rem;
  /*12.8px*/
  margin-top: 0.8em;
}
#infomation .section_contents {
  max-width: 760px;
  margin: 0 auto;
}

/*#infomation お知らせ-------------------------------------------------------ここまで*/
/*#case 症例-------------------------------------------------------ここから*/
#case .case_list {
  padding: 1em 1.8em;
}
#case .case_list li {
  clear: both;
  padding: 1.5em 1em;
  border-bottom: 1px solid #dadada;
}
#case .case_list li .tag {
  font-size: 0.9375rem;
  /*15px*/
  color: #FFF;
  background-color: #4a80ea;
  padding: 0 23px;
  line-height: 1.7;
  margin-right: 1em;
  float: left;
}
#case .case_list li .tag.dog-case {
  background-color: #4a80ea;
}
#case .case_list li .tag.cat-case {
  background-color: #f57d4e;
}
#case .case_list li .title {
  color: #4a4a4a;
  padding-left: 8em;
  font-size: 1.0625em;
  /*17px*/
}
#case .case_tit {
  text-align: left;
  max-width: 760px;
  margin: 0 auto;
}
#case .case_tit .tag {
  display: inline-block;
  font-size: 1.1rem;
  /*19px*/
  color: #FFF;
  background-color: #4a80ea;
  background-image: url("../../assets/img/case/icon_bg.png");
  background-position: left top;
  background-repeat: repeat-x;
  padding: 0 14px;
  line-height: 1.84;
  margin: 0 1em 1em 0;
}
#case .case_tit .tag.dog-case {
  background-color: #4a80ea;
}
#case .content_area .wp-block-image {
  margin: 35px 0;
}
#case .case_tit .tag.cat-case {
  background-color: #f57d4e;
}
#case .case_tit h2 {
  font-size: 1.6rem;
  /*37px*/
  color: #2d1d01;
  font-weight: 400;
  background-image: url(../../assets/img/infomation/title_sec01.png);
  background-position: left bottom;
  background-repeat: repeat-x;
  padding-bottom: 0.6em;
  width: 100%;
  display: inline-block;
}
#case .case_tit time {
  display: block;
  color: #606060;
  font-size: 0.8rem;
  /*12.8px*/
  margin-top: 0.8em;
  text-align: right;
}
#case .section_contents {
  max-width: 760px;
  margin: 0 auto;
}
#case .sub_bnr {
  padding: 0 0 60px;
}

.blocks-gallery-caption, .wp-block-embed figcaption, .wp-block-image figcaption {
  font-size: 16px;
}

/*#case 症例-------------------------------------------------------ここまで*/
/*#voice 飼い主様の声-------------------------------------------------------ここから*/
#voice .voice_block {
  max-width: 910px;
  margin: 0 auto;
}
#voice .voice_block + .voice_block {
  margin-top: 80px;
}
#voice .voice_block .voice_head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 70px 0 107px;
}
#voice .voice_block .voice_head .head_img {
  margin-right: 65px;
}
#voice .voice_block .voice_head .head_txt {
  width: 545px;
}
#voice .voice_block .voice_head .head_txt .voice_tit {
  font-size: 1.6875rem;
  /*27px*/
  border-bottom: 1px solid #7da1eb;
  padding: 0.3em 0.5em 0.5em;
}
#voice .voice_block:nth-child(even) .voice_head .head_txt .voice_tit {
  border-color: #f7a07d;
}
#voice .voice_block .voice_head .head_txt .voice_date {
  font-size: 1rem;
  /*16px*/
  line-height: 1.56;
  text-align: right;
  padding-top: 1em;
}
#voice .voice_block .voice_head .head_txt .voice_date li {
  display: inline-block;
  margin-left: 2em;
}
#voice .voice_block .voice_content {
  padding: 50px 40px 50px 60px;
  border: 1px dashed #b4ccff;
  border-radius: 5px;
  color: #000;
}
#voice .voice_block:nth-child(even) .voice_content {
  border-color: #f9b79c;
}
#voice .voice_block .voice_content .col_area {
  display: flex;
}
#voice .voice_block .voice_content .col_area .img {
  margin-right: 35px;
}
#voice .voice_block .voice_content .col_area .txt {
  width: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  line-height: 2.26;
  letter-spacing: 0;
}
#voice .voice_block .voice_content .voice_director {
  padding: 1.5em 1em 0 0;
}
#voice .voice_block .voice_content .voice_director h3 {
  font-size: 1.25rem;
  /*20px*/
  border-bottom: 1px solid #c4d7fd;
  color: #5588eb;
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-weight: 600;
  font-style: normal;
  padding: 0.4em 0;
  margin-bottom: 0.5em;
}
#voice .voice_block:nth-child(even) .voice_content .voice_director h3 {
  border-color: #ffd4c3;
  color: #f88f65;
}
#voice .voice_block .voice_content .voice_director .msg {
  line-height: 2.13;
}

/*#voice 飼い主様の声-------------------------------------------------------ここまで*/
/*#wellness 健康診断-------------------------------------------------------ここから*/
#wellness {
  padding-bottom: 0;
}
#wellness .anchor_btn_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 610px;
  margin: 4em auto 0;
}

#wellness .anchor_btn_area .anchor_btn, #flea .anchor_btn_area .anchor_btn {
  border-radius: 8px;
  width: 285px;
  height: 68px;
  overflow: hidden;
}

#wellness .anchor_btn_area .anchor_btn a, #flea .anchor_btn_area .anchor_btn a {
  display: block;
  font-size: 1.375rem;
  /*22px*/
  line-height: 2.6;
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-weight: 600;
  font-style: normal;
  height: 100%;
  position: relative;
  padding-left: 105px;
}

#flea .anchor_btn_area .anchor_btn a {
  line-height: 2.8 !important;
}

#wellness .anchor_btn_area .anchor_btn a strong {
  font-size: 1.625rem;
  /*26px*/
}

#wellness .anchor_btn_area .anchor_btn a:before {
  content: "";
  display: block;
  width: 68px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
}

#wellness .anchor_btn_area .anchor_btn a:after {
  content: "";
  display: inline-block;
  width: 1em;
  height: 100%;
  position: absolute;
  top: 0;
  right: 30px;
  background-size: 20px 13px;
  background-repeat: no-repeat;
  background-position: center 30px;
}

#wellness .anchor_btn_area .dog_btn a, #flea .anchor_btn_area .anchor_btn a {
  background-color: #f5f8ff;
  color: #5588eb;
}

#flea .anchor_btn_area .anchor_btn02 a {
  background-color: #fff8f5 !important;
  color: #f88f65;
  background: url(../../assets/img/wellness/arrow02.png) no-repeat;
  background-position: 95% 50%;
  background-size: 19px;
}

#flea .anchor_btn_area .anchor_btn a {
  margin-right: 15px;
  padding-left: 50px;
  font-size: 1.1rem;
}

#flea .anchor_btn:nth-child(3) a {
  padding-left: 30px;
}

#flea .anchor_btn_area .anchor_btn {
  width: 283px;
  height: 54px;
}
#flea .anchor_btn_area .anchor_btn span.pc {
  display: inline !important;
}

#wellness .anchor_btn_area .dog_btn a:before {
  background-color: #5588eb;
  background-image: url(../../assets/img/wellness/icon01.png);
  background-size: 39px 37px;
  background-position: 12px center;
}

#flea .anchor_btn_area {
  margin: 35px auto 0;
  max-width: 862px;
}
#flea .anchor_btn_area a {
  background: url(../../assets/img/wellness/arrow01.png) no-repeat;
  background-position: 95% 50%;
  background-size: 19px;
  font-size: 1.1rem;
}

#wellness .anchor_btn_area .dog_btn a:after {
  background-image: url(../../assets/img/wellness/arrow01.png);
}

#wellness .anchor_btn_area .cat_btn a {
  background-color: #fff8f5;
  color: #f88f65;
}
#wellness .anchor_btn_area .cat_btn a:before {
  background-color: #f88f65;
  background-image: url(../../assets/img/wellness/icon02.png);
  background-size: 30px 43px;
  background-position: 19px center;
}
#wellness .anchor_btn_area .cat_btn a:after {
  background-image: url(../../assets/img/wellness/arrow02.png);
}

#wellness .symptoms_block {
  color: #000;
}
#wellness .symptoms_block h3 {
  color: #5588eb;
  border-bottom: 1px dashed #5588eb;
}
#wellness .symptoms_block .note {
  text-align: right;
  font-size: 0.8125rem;
  /*13px*/
  margin-top: 1em;
}
#wellness .symptoms_block .col_area .txt h4 {
  border-bottom: 1px solid #5588eb;
}
#wellness .symptoms_block .col_area .txt .exp h5 {
  font-size: 1rem;
  font-weight: bold;
  margin: 0.5em 0;
}
#wellness .symptoms_block .col_area .txt .exp .inspection_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#wellness .symptoms_block .col_area .txt .exp .inspection_area .inspection_list {
  padding-right: 1em;
}
#wellness .symptoms_block .col_area .txt .exp .inspection_area .inspection_list li {
  padding-left: 0.8em;
  text-indent: -0.8em;
}
#wellness .symptoms_block .col_area .txt .exp .plus {
  text-align: center;
  margin-bottom: 0.5em;
  font-size: 1rem;
  /*16px*/
}
#wellness .symptoms_block .col_area .txt .exp .plus .ico_plus {
  display: block;
  color: #5588eb;
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1.875rem;
  /*30px*/
}
#wellness .symptoms_block .box_area .box {
  background-color: #f5f8ff;
  border: 1px dashed #b4ccff;
}
#wellness .symptoms_block .box_area .box h4 {
  border-bottom: 1px solid #c9daff;
}
#wellness .symptoms_block .box_area .box h4 strong {
  color: #5588eb;
}
#wellness .symptoms_block .box_area .box .txt {
  padding-bottom: 0.5em;
}

#wellness #cat .symptoms_block h3 {
  color: #f88f65;
  border-bottom: 1px dashed #f88f65;
}

#wellness #cat .symptoms_block .col_area h4 {
  border-bottom: 1px solid #f88f65;
}

#wellness #cat .symptoms_block .box_area .box {
  background-color: #fff6f2;
  border: 1px dashed #ffcebb;
}
#wellness #cat .symptoms_block .box_area .box h4 {
  border-bottom: 1px solid #ffd2c0;
}
#wellness #cat .symptoms_block .box_area .box h4 strong {
  color: #f88f65;
}

#wellness #cat .symptoms_block .col_area .txt .exp .plus .ico_plus {
  color: #f88f65;
}

/*#wellness 健康診断-------------------------------------------------------ここまで*/
/*#vaccine ワクチン-------------------------------------------------------ここから*/
#vaccine {
  padding-bottom: 0;
}

#vaccine #sec01_inner p, #contraception #sec01_inner p {
  margin-top: 3em;
  line-height: 1.85;
}

#contraception .col_area .img {
  margin-top: 20px;
}

#vaccine .anchor_btn_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 610px;
  margin: 4em auto 0;
}
#vaccine .anchor_btn_area .anchor_btn {
  border-radius: 8px;
  width: 285px;
  overflow: hidden;
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-style: normal;
}
#vaccine .anchor_btn_area .anchor_btn h2 {
  display: block;
  font-size: 1.375rem;
  /*22px*/
  line-height: 2.1;
  font-weight: 600;
  font-style: normal;
  position: relative;
  padding-left: 95px;
  color: #FFF;
}
#vaccine .anchor_btn_area .anchor_btn h2 strong {
  font-size: 1.625rem;
  /*26px*/
}
#vaccine .anchor_btn_area .anchor_btn h2:before {
  content: "";
  display: block;
  width: 95px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
}
#vaccine .anchor_btn_area .anchor_btn .btn_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 90px;
}
#vaccine .anchor_btn_area .anchor_btn ul {
  width: 100%;
}
#vaccine .anchor_btn_area .anchor_btn ul li {
  display: block;
  width: 100%;
}
#vaccine .anchor_btn_area .anchor_btn a {
  display: block;
  font-size: 1.125rem;
  /*18px*/
  line-height: 1.8;
  height: 100%;
  color: #4c4c4c;
  position: relative;
  text-align: center;
}
#vaccine .anchor_btn_area .anchor_btn a:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 1em;
  height: 1em;
  margin-left: 0.5em;
  background-size: 18px 11px;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(../../assets/img/vaccine/anchor_arrow01.png);
}
#vaccine .anchor_btn_area .dog_btn h2 {
  background-color: #5588eb;
}
#vaccine .anchor_btn_area .dog_btn h2:before {
  background-image: url(../../assets/img/vaccine/icon01.png);
  background-size: 31px 31px;
  background-position: 39px center;
}
#vaccine .anchor_btn_area .dog_btn {
  background-color: #f5f8ff;
}
#vaccine .anchor_btn_area .cat_btn {
  background-color: #fff8f5;
}
#vaccine .anchor_btn_area .cat_btn h2 {
  background-color: #f88f65;
}
#vaccine .anchor_btn_area .cat_btn h2:before {
  background-image: url(../../assets/img/vaccine/icon02.png);
  background-size: 24px 35px;
  background-position: 52px center;
}

#vaccine .symptoms_list li {
  padding-bottom: 0.5em;
}

#vaccine .box_area {
  margin-top: 1em;
}
#vaccine .box_area .box h5 {
  font-size: 0.9375rem;
  /*15px*/
  line-height: 1.55;
  position: relative;
  padding-left: 1.3em;
}
#vaccine .box_area .box h5:before {
  content: "●";
  color: #5588eb;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 150%;
  line-height: 20px;
}
#vaccine .box_area .box h6 {
  font-size: 0.9375rem;
  /*15px*/
  line-height: 1.55;
  padding-left: 1.3em;
}
#vaccine .box_area .box .vaccine_list {
  padding: 0.2em 0 1em 0.8em;
}
#vaccine .box_area .box .vaccine_list li {
  font-size: 0.9375rem;
  /*15px*/
  line-height: 1.55;
  position: relative;
  padding-left: 1.5em;
}
#vaccine .box_area .box .vaccine_list li:before {
  content: "・";
  color: #5588eb;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 200%;
  line-height: 23px;
}
#vaccine .box_area .box .flex > li > .vaccine_list:last-child {
  padding-bottom: 0;
}
#vaccine .box_area .box ul.flex > li {
  padding: 0 1em;
}
#vaccine .box_area .box ul.flex > li + li {
  border-left: 1px dotted #949494;
  padding-left: 2em;
  margin-left: 1em;
}
#vaccine .box_area .when_box {
  margin-top: 22px;
}
#vaccine .box_area .when_box h4 {
  margin-bottom: 1em;
}
#vaccine .box_area .when_box h5 {
  font-size: 1.0625rem;
  /*17px*/
  line-height: 1.5;
  color: #5588eb;
  font-weight: bold;
}

#vaccine #cat01 .box_area {
  margin-top: 2em;
}
#vaccine #cat01 .box_area .box h5:before {
  color: #f88f65;
}
#vaccine #cat01 .box_area .box .vaccine_list {
  padding-top: 0.5em;
  padding-bottom: 0;
}
#vaccine #cat01 .box_area .when_box h5 {
  color: #f88f65;
}
#vaccine #cat01 .box_area .when_box .txt {
  padding-top: 0.8em;
}
#vaccine #cat01 .box_area .when_box .vaccine_list {
  padding-top: 0.8em;
}
#vaccine #cat01 .box_area .box .vaccine_list li:before {
  color: #f88f65;
}

#vaccine .box_area .when_box .img {
  margin-bottom: 2em;
}

#vaccine .btn_area {
  margin-top: 2em;
}

#vaccine .btn_area .white_btn, #flea .btn_area .white_btn {
  color: #4a80ea;
  border-color: #4a80ea;
  background-image: url(../../assets/img/vaccine/btn_arrow01.png);
}

#flea .btn_area02 {
  max-width: 672px;
  margin: 30px auto 25px;
}

#vaccine #sec03_inner .center {
  margin-top: 3em;
}

.subpageContent .symptoms_block:nth-child(2n) .white_btn {
  color: #f88f65 !important;
  border-color: #f88f65 !important;
  background-image: url(../../assets/img/flea/btn_arrow01.png) !important;
  background-size: 9px, 20px;
}

#vaccine #sec01_inner p {
  max-width: 800px;
  margin: 3em auto;
}

/*#vaccine ワクチン-------------------------------------------------------ここまで*/
/*#contraception -------------------------------------------------------ここから*/
#contraception #sec01_inner p {
  max-width: 800px;
  margin: 3em auto;
}

/* 当院の避妊・去勢手術の治療特徴の数が増減した際に設定を行う
/* #contraception .contraceptionBox .slide_list li +li {
    margin-left:15px;
} */
#contraception .contraceptionBox .slide_list li {
  width: 23.5%;
  margin-bottom: 40px;
}

/* 当院の避妊・去勢手術の治療特徴の数が増減した際に設定を行う */
/* 現状は3列の場合の設定 */
#contraception .contraceptionBox .slide_list li:nth-of-type(3n+1) {
  margin-left: 0;
}

#contraception .contraceptionBox .slide_list li .img {
  min-height: 237px;
}

#contraception .contraceptionBox .slide_list li h3 {
  font-size: 1.1rem;
}

#contraception .box_area dl {
  margin-bottom: 15px;
}
#contraception .box_area dl dt {
  font-weight: bold;
}
#contraception .box_area dl dd {
  padding-bottom: 16px;
  border-bottom: 1px dotted #ccc;
}
#contraception .box_area dl .wcenter {
  display: flex;
  justify-content: initial;
  align-items: center;
}
#contraception .box_area dl.last dd {
  border-bottom: none;
}

.recruitflow .flow_area .flow_list li .txt h3 span {
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1.9642857143;
  color: #f89066;
  background-color: transparent !important;
  width: 55px;
  text-align: center;
  display: inline-block;
  margin-right: 0.8em;
  border-radius: 50%;
  font-family: "Montserrat", sans-serif;
}

#hospital #sec05_inner h3.re01 {
  font-size: 1.35rem;
  line-height: 1.52;
  letter-spacing: 0.02em;
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #4a80ea;
  margin: 1em 0;
  text-align: center;
}

.recruitflow .flow_area .flow_list li .txt h3 span {
  width: 41% !important;
  border: none;
  border-right: 2px dotted;
  border-radius: 0;
}

.recruit .flow {
  border-top: 1px solid #ded3c6;
  max-width: 1230px;
  margin: 0 auto 130px;
  padding-top: 120px;
}
.recruit .flow ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 30px;
}
.recruit .flow ul li {
  position: relative;
  color: #fff;
  background-color: #5175c2;
  padding: 2% 5%;
  margin-right: 50px;
  border-radius: 5px;
}
.recruit .flow li::after {
  position: absolute;
  content: "";
  border: solid 13px transparent;
  border-left-color: transparent;
  border-left-style: solid;
  border-left-width: 13px;
  border-left: solid 13px #2c50a1;
  top: 26%;
  right: -45px;
}

.recruit #sec08_inner .section_contents {
  padding: 40px 80px 45px;
  box-sizing: border-box;
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.15);
  background-color: #FFF;
  margin-top: 25px;
}

.recruit .dataSet {
  margin-top: 60px;
}

.recruit #sec08_inner .section_contents .item {
  padding-bottom: 20px;
  border-bottom: 1px solid #E9E9E9;
  position: relative;
  font-size: 20px;
  font-weight: bold;
  padding-left: 25px;
  line-height: 1.2;
  margin: 17px 0;
}

.recruint01 .section_contents {
  margin: -20px auto 90px !important;
}

.recruit #sec08_inner .section_contents .item::before {
  content: "";
  width: 15px;
  height: 15px;
  background-color: #2c50a1;
  border-radius: 100%;
  position: absolute;
  left: 0;
  bottom: 22px;
  z-index: 10;
}

.recruit .flow li:last-child::after {
  border: none;
}

.btn_areare {
  margin: 50px auto;
}

.recruit h3 {
  font-size: 1.3rem;
  color: #5588eb;
  font-weight: bold;
  margin-bottom: 0.5em;
  text-align: center;
}

.recruit_f #sec02 .flex .img {
  width: 380px;
}
.recruit_f #sec02 .flex .img img {
  width: 100%;
}

.recruit_f .ttl_01 {
  display: block;
}
