@charset "UTF-8";
div.subpageContent p {
  word-break: break-all;
}

/*#main_area-------------------------------ここから*/
.subpageContent #main_area {
  position: relative;
  min-height: 54vw;
  overflow: hidden;
}
.subpageContent #main_area .main_img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.subpageContent #main_area .main_img img {
  width: 100%;
  height: auto;
}
.subpageContent #main_area .main_txt {
  position: absolute;
  left: 50%;
  top: 14vw;
  transform: translateX(-50%);
  background: url("../../assets/img/common/sub/bg_main02_sp.png") left top no-repeat;
  background-size: contain;
  width: 73vw;
  height: 27vw;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.subpageContent #main_area .main_txt02 {
  background: url("../../assets/img/common/sub/bg_main03_sp.png") left top no-repeat;
  width: 81vw !important;
  height: 35vw;
  background-size: 99%;
  top: 7.5vw;
  top: 10vw;
}
.subpageContent #main_area .main_txt .ttl_h1 span {
  display: block;
}
.subpageContent #main_area .main_txt .ttl_h1 .ja {
  color: #2d1d01;
  font-size: 1.5rem;
  /*19px*/
  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.9rem;
  /*8px*/
  font-family: Lato, -apple-system, HelveticaNeue, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "Hiragino Kaku Gothic ProN", "メイリオ", meiryo, sans-serif;
  line-height: 1.6;
  font-style: italic;
  font-weight: 400;
}
.subpageContent #main_area .main_txt .h1_sub {
  font-size: 0.75rem;
  /*10px*/
  margin-top: 0.5em;
}

/*#main_area-------------------------------ここまで*/
/*下層共通パーツ------------------------------------------------------ここから*/
.subpageContent .section_inner {
  padding: 37px 0 70px;
}

.subpageContent .ttl_01 {
  margin-bottom: 1em;
}
.subpageContent .sub_bnr {
  padding: 1em 1.5em 2em;
  text-align: center;
}
.subpageContent .sub_bnr a {
  display: inline-block;
}

/*下層共通パーツ------------------------------------------------------ここまで*/
/*症状詳細------------------------------------------------------ここから*/
.subpageContent .quetion_area p.center {
  line-height: 1.78;
  color: #000;
  width: 96%;
  margin: 0 auto;
  text-align: left;
}

.subpageContent .quetion_area .check_list_wrap {
  background-color: #fcfcfc;
  padding: 1em 0 1em 1.5em;
  border-radius: 10px;
  margin: 1.5em 3%;
}

.subpageContent .quetion_area .check_list li {
  font-size: 0.95rem;
  /*10px*/
  line-height: 1.7;
  color: #414141;
  padding-left: 2em;
  background-image: url("../../assets/img/common/sub/check_quetion.png");
  background-size: 1em;
  background-position: 8px 5px;
  background-repeat: no-repeat;
}

.subpageContent .symptoms_block_area {
  margin: 30px auto 0;
}

.subpageContent .symptoms_block {
  background-color: #FFF;
  border-radius: 10px;
  padding: 1.5em 1em;
}
.subpageContent .symptoms_block h3 {
  font-size: 1.3rem;
  /*18px*/
  color: #5588eb;
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-weight: 600;
  font-style: normal;
  border-bottom: 1px dashed #5588eb;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 0.4em;
  width: 93%;
}
.subpageContent .symptoms_block .col_area {
  display: block;
  width: 94%;
  margin: 0.5em auto 0;
}
.subpageContent .symptoms_block .col_area .txt h4 {
  text-align: center;
  margin: 26px 0 2px;
}
.subpageContent .symptoms_block .col_area .txt h4 span {
  font-size: 1.17rem;
  /*15px*/
  color: #444a56;
  text-align: center;
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-weight: 300;
  font-style: normal;
  /* background-color: #f5f8ff;
  border-left: 1.8vw solid #5588eb;*/
  padding: 0.25em 1em;
  display: inline-block;
  position: relative;
}

.subpageContent .symptoms_block .col_area .txt h4 span:before, .subpageContent .symptoms_block .col_area .txt h4 span:after {
  content: "";
  width: 15px;
  height: 20px;
  position: absolute;
  display: inline-block;
}

.subpageContent .symptoms_block .col_area .txt h4 span:before {
  border-left: solid 1px #5588eb;
  border-top: solid 1px #5588eb;
  top: 0;
  left: 0;
}

.subpageContent .symptoms_block .col_area .txt h4 span:after {
  border-right: solid 1px #5588eb;
  border-bottom: solid 1px #5588eb;
  bottom: 0;
  right: 0;
}

.subpageContent .s_txt {
  font-size: 84%;
  margin-top: 15px;
}

.subpageContent .symptoms_block:nth-child(even) h4 span:before {
  border-left: solid 1px #f88f65 !important;
  border-top: solid 1px #f88f65 !important;
  top: 0;
  left: 0;
}

.subpageContent .symptoms_block:nth-child(even) h4 span:after {
  border-right: solid 1px #f88f65 !important;
  border-bottom: solid 1px #f88f65 !important;
  bottom: 0;
  right: 0;
}

.subpageContent .symptoms_block .symptoms_list > li:nth-child(2) {
  margin-top: 20px;
}

.subpageContent .symptoms_block .col_area .txt .exp {
  color: #000;
  padding: 0.7em 0 1em;
}

.subpageContent .symptoms_block .col_area .txt.txt_od2 .exp {
  padding-bottom: 0;
}

.subpageContent .symptoms_block .col_area .txt.txt_od3 .exp {
  padding-top: 0;
}

.subpageContent .symptoms_block .col_area .img, .subpageContent .symptoms_block .col_area .img02 {
  margin: 15px 1% 23px;
}

.subpageContent .symptoms_block .box_area {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 1.3em;
}
.subpageContent .symptoms_block .box_area .box {
  color: #000000;
  background-color: #f5f8ff;
  border: 1px dashed #b4ccff;
  border-radius: 5px;
  padding: 1em 0.7em 0.2em;
  font-size: 0.9rem;
  /*13px*/
  box-sizing: border-box;
  width: 95%;
  margin: 0 auto;
}
.subpageContent .symptoms_block .box_area.flex .box {
  margin-bottom: 1em;
  width: 100%;
}
.subpageContent .symptoms_block .box_area .box h4 {
  border-bottom: 1px solid #c9daff;
  font-size: 1.05rem;
  /*13px*/
  color: #3c3c3c;
  font-weight: bold;
  padding-bottom: 0.6em;
  letter-spacing: 0;
}
.subpageContent .symptoms_block .box_area .box h4 strong {
  color: #5588eb;
  font-weight: bold;
}
.subpageContent .symptoms_block .box_area .box .check_list {
  padding: 1em 0;
}
.subpageContent .symptoms_block .box_area .box .check_list li {
  padding-left: 1.6em;
  background-image: url("../../assets/img/common/sub/check_sickness_bl.png");
  background-position: left 2px;
  background-repeat: no-repeat;
  display: inline-block;
  margin: 0 0.2em;
}
.subpageContent .symptoms_block .box_area .box .txt {
  padding: 1em 0 1em;
  letter-spacing: 0;
}

.subpageContent .symptoms_block:nth-child(even) {
  margin-top: 40px;
}

.subpageContent .symptoms_block:nth-child(3) {
  margin-top: 40px;
}

.subpageContent .symptoms_block:nth-child(even) h3 {
  color: #f88f65;
  border-bottom: 1px dashed #f88f65;
}

/*.subpageContent .symptoms_block:nth-child(even) .col_area h4 {
  background-color: #fff6f2;
  border-left: 1.8vw 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;
  box-sizing: border-box;
  margin: 0 auto;
  width: 100%;
}

#feature .subpageContent .info_box {
  padding: 0.5em 1em 1em !important;
}

.subpageContent .info_box + .info_box {
  margin-top: 1.5em;
}

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

#feature .subpageContent .info_box p {
  font-size: 0.9rem;
  line-height: 1.8;
}

.subpageContent .info_box .box_contents {
  padding: 1.2em 0;
}
.subpageContent .info_box .box_contents .txt strong {
  font-weight: bold;
  font-size: 0.9375rem;
  /*15px*/
}
.subpageContent .info_box .box_contents .note {
  font-size: 0.85rem;
  /*11px*/
  margin-top: 1.5em;
}
.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.sp_row {
  display: block;
}
.subpageContent .info_box .col_area .cell {
  width: 49%;
}
.subpageContent .info_box .col_area.sp_row .cell {
  width: 100%;
}
.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: 0.8em;
}

.subpageContent .info_box.blue_box {
  background-color: #f5f8ff;
  border: 1px dashed #b4ccff;
  padding: 18px 25px 10px;
}
.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.05rem;
  /*16px*/
  vertical-align: middle;
}
.subpageContent .info_box.orange_box .box_contents h4.circle:before {
  content: "●";
  margin-right: 0.4em;
  font-size: 0.75rem;
  /*12px*/
  vertical-align: text-bottom;
}

.subpageContent .info_box.indent_box {
  padding: 2em 0 1em;
}
.subpageContent .info_box.indent_box h4 {
  padding: 1em 0 0.5em;
}
.subpageContent .info_box.indent_box .col_area .cell .txt {
  padding: 0 0 0.2em 1em;
}

.subpageContent .slide_list {
  margin-top: 30px;
}
.subpageContent .slide_list li {
  box-sizing: border-box;
  background-color: #fffaf8;
  width: 30%;
  padding: 1.5em 1em;
  text-align: center;
  height: 121vw;
}
.subpageContent .slide_list li + li {
  margin-left: 2.5vw;
}
.subpageContent .slide_list li:nth-child(2) {
  background-color: #f3f7ff;
}
.subpageContent .slide_list li:nth-child(4) {
  background-color: #f3f7ff;
}
.subpageContent .slide_list li:nth-child(even) {
  background-color: #f3f7ff;
}
.subpageContent .slide_list li .img {
  width: 82%;
  margin: 0 auto;
}
.subpageContent .slide_list li .img img {
  width: 100%;
  margin-bottom: 1em;
}
.subpageContent .slide_list li h3 {
  font-size: 1rem;
  /*13px*/
  font-weight: bold;
}
.subpageContent .slide_list li .txt {
  text-align: left;
  font-size: 0.9rem;
  /*11px*/
  margin: 0.5em auto 0;
}

#sec03_inner .section_contents {
  width: 100%;
}

.subpageContent .flow_area {
  color: #000;
  margin: 2em auto 0;
}
.subpageContent .flow_area .flow_list li + li {
  padding-top: 2em;
  background-image: url("../../assets/img/common/sub/ico01_flow_list.png");
  background-size: 1.5rem;
  background-position: center 1em;
  background-repeat: no-repeat;
}
.subpageContent .flow_area .flow_list li .txt {
  width: 90%;
  margin: 1em auto;
}
.subpageContent .flow_area .flow_list li .txt h3 {
  font-size: 1.1rem;
  font-weight: bold;
  border-bottom: 1px solid #f89066;
  padding: 0 0 0.3em;
}
.subpageContent .flow_area .flow_list li .txt h3 span {
  color: #FFF;
  background-color: #f89066;
  width: 45px;
  padding: 7px 0;
  text-align: center;
  display: inline-block;
  line-height: 1.78;
  margin-right: 0.8em;
}
.subpageContent .flow_area .flow_list li .txt .exp {
  margin: 1em auto;
  font-size: 0.95rem;
}
.subpageContent .flow_area .flow_list li .img {
  width: 86%;
  margin: 1.2em auto;
}
.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 {
  margin: 25px 0 0;
  background-color: #FFF;
  border-radius: 12px;
  padding: 1em 1.5em;
}
.subpageContent .flow_area .white_box h4 {
  color: #f9a07f;
  font-weight: bold;
  font-size: 1.0625rem;
  /*17px*/
  padding: 0 0 0.5em;
  border-bottom: 1px dashed #f9a07f;
}
.subpageContent .flow_area .white_box .txt {
  padding: 1em 0 0.5em;
}
.subpageContent .flow_area .white_box .txt strong {
  color: #f9a07f;
  font-weight: bold;
  font-size: 1rem;
  /*16px*/
}

.subpageContent .cost_bnr {
  padding: 1.5em 1em;
  text-align: center;
}
.subpageContent .cost_bnr a {
  display: inline-block;
}

/*症状詳細------------------------------------------------------ここまで*/
/*#consultation 診療案内-------------------------------------------------------ここから*/
/*#sec01-------------------------------ここから*/
#sec01_inner {
  padding: 40px 0 20px;
}

#consultation #sec01_inner {
  padding: 40px 0 30px;
}
#consultation #sec01_inner .section_contents {
  padding-top: 8px;
  width: 100%;
}
#consultation #sec01_inner .sec01_list {
  margin-top: 40px;
}
#consultation #sec01_inner .sec01_list > li {
  font-family: dnp-shuei-mgothic-std, sans-serif;
  background-color: #f3f7ff;
  box-sizing: border-box;
  width: 33.3%;
  padding: 4vw 1.1vw 4vw 1.6vw;
}
#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 .ico {
  min-height: 23vw;
  padding: 0 3.5vw 3vw;
  text-align: center;
}
#consultation #sec01_inner .sec01_list li .ico img {
  max-width: 100%;
}
#consultation #sec01_inner .sec01_list li .check_list {
  letter-spacing: 0;
}
#consultation #sec01_inner .sec01_list li .check_list li {
  padding-left: 1.15em;
  background-image: url(../../assets/img/top/check_sec04.png);
  background-size: 11px;
  background-position: left 3px;
  background-repeat: no-repeat;
  font-size: 0.8rem;
  /*12px*/
  margin-left: 10px;
}
#consultation #sec01_inner .sec01_list li:nth-child(9) .check_list li span {
  font-size: 0.72rem;
}
#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 h3 {
  font-weight: 600;
  font-size: 0.9rem;
  /*12px*/
  text-align: center;
  color: #FFF;
  border-radius: 5px;
  background-color: #4a80ea;
  margin: 8px 0 0;
  padding: 3px 0;
  width: 30vw;
}
#consultation #sec01_inner .sec01_list > li:nth-child(even) h3 {
  background-color: #f88f65;
}

/*#sec01-------------------------------ここまで*/
/*#sec02-------------------------------ここから*/
#consultation #sec02_inner {
  padding: 1em 0 4em;
}
#consultation #sec02_inner .ttl_01 {
  background: none;
}
#consultation #sec02_inner .section_contents {
  padding-top: 0;
}
#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: 31.5%;
  border-radius: 8px;
  margin-bottom: 8px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  background: url("../../assets/img/top/arrow_sec02.png") #f3f7ff no-repeat;
  background-position: 94%, 51%;
  background-size: 8px, auto;
  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: 0.75rem;
  /*12px*/
  letter-spacing: 0;
}
#consultation #sec02_inner .sec02_list > li a {
  display: block;
  width: 96%;
  padding: 7px 10px;
}

/*#sec02-------------------------------ここまで*/
/*#consultation 診療案内-------------------------------------------------------ここまで*/
/*#hifu 皮膚科-------------------------------------------------------ここから*/
#hifu .section_inner {
  padding: 50px 0;
}

/*#sec01-------------------------------ここから*/
/*#sec02-------------------------------ここから*/
#hifu #sec02_inner {
  padding: 40px 0 30px;
}

/*#staff スタッフ-------------------------------------------------------ここから*/
#staff .staff_name {
  font-weight: normal;
  color: #000b03;
  margin: 1em 0;
  text-align: center;
}
#staff .staff_name .title {
  font-size: 0.95rem;
  /*13px*/
  position: relative;
  padding-bottom: 8px;
}
#staff .staff_name .title::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 8vw;
  height: 3px;
  margin: auto;
  background-color: #5588eb;
}
#staff .staff_name .name {
  font-size: 1.35rem;
  /*18px*/
  margin: 0.3em 0 0.1em;
}
#staff .staff_name .yomi {
  font-size: 0.8rem;
  /*10px*/
  color: #5588eb;
  font-family: Myriad Pro;
  font-style: italic;
}

#staff .director_profile .img {
  width: 51vw;
  margin: 0 auto;
}
#staff .director_profile .txt {
  margin: 0 auto;
}
#staff .director_profile .txt .history {
  line-height: 1.88;
}
#staff .director_profile .txt .history h4 {
  margin: 0.5em 0;
  letter-spacing: 0;
}
#staff .director_profile .txt .history h4 strong {
  color: #5588eb;
  font-size: 1.2rem;
  /*14px*/
  margint: 15px 1.5em;
  display: block;
}
#staff .director_profile .txt .history dl dt {
  float: left;
  clear: both;
}
#staff .director_profile .txt .history dl dd {
  padding-left: 5em;
}

#staff .director_txt {
  margin-top: 2.5em;
}
#staff .director_txt .img {
  width: 60vw;
  margin: 0 auto;
}
#staff .director_txt .img img {
  max-width: 100%;
}
#staff .director_txt .txt {
  width: 85vw;
  margin: 1.5em auto 0;
}
#staff .director_txt .txt h3 {
  font-size: 1.1rem;
  /*12px*/
  color: #5588eb;
  font-weight: bold;
  margin-bottom: 0.5em;
  text-align: left;
}
#staff .director_txt .txt .writing {
  line-height: 2.13;
  font-size: 0.95rem;
  /*10px*/
}

#staff .staff_list {
  margin: 0 auto;
}
#staff .staff_list li {
  margin-top: 2em;
}
#staff .staff_list li .img {
  width: 51vw;
  margin: 0 auto;
}
#staff .staff_list li .txt {
  text-align: center;
}
#staff .staff_list li .txt .profile_tit {
  color: #5588eb;
  font-size: 1.1rem;
  line-height: 2;
}
#staff .staff_list li .txt .profile_txt {
  font-size: 0.9rem;
  /*10px*/
  line-height: 1.88;
}

#staff #sec01_inner .section_contents {
  margin: 2em auto 0;
}

/*#staff スタッフ-------------------------------------------------------ここまで*/
/*#torea トレアの由来-------------------------------------------------------ここから*/
#torea #sec01_inner .txt_area {
  width: 100%;
  margin: 0 auto;
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 0.875rem;
  /*14px*/
  line-height: 1.96;
  letter-spacing: 0.02em;
  color: #000b03;
}
#torea #sec01_inner .txt_area .col_area .img {
  width: 38vw;
}
#torea #sec01_inner .txt_area .col_area .txt01 {
  position: relative;
  margin-bottom: 2em;
}
#torea #sec01_inner .txt_area .col_area .img01 {
  position: absolute;
  right: -0.8em;
  bottom: -1.3em;
}
#torea #sec01_inner .txt_area .col_area .img02 {
  float: left;
  margin: 0 0.8em 0 -0.8em;
}
#torea #sec01_inner .txt_area .txt {
  margin-bottom: 1.5em;
}
#torea #sec01_inner .txt_area .txt02 {
  clear: both;
}

/*#torea トレアの由来-------------------------------------------------------ここまで*/
/*#access 診療時間・アクセス-------------------------------------------------------ここから*/
#access #sec01_inner {
  padding-bottom: 1em;
}
#access #sec01_inner p.center {
  line-height: 1.85;
  margin: 1em 0 2em;
  color: #414141;
  text-align: left;
}

#access .clinic_info {
  margin: 1.5em auto;
  display: block;
}
#access .clinic_info .info_date {
  color: #000;
  font-size: 0.9em;
}
#access .clinic_info .info_date .date_list {
  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 0.5em;
  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 {
  width: 6em;
  float: left;
  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 0.8em;
  width: calc(100% - 6em);
}
#access .clinic_info .info_date .date_list dd:after {
  content: "";
  display: block;
  clear: both;
}
#access .clinic_info .info_time {
  margin-top: 1.5em;
}
#access .clinic_info .info_time table {
  background-color: #FFF;
  color: #3c3c3c;
  border: 1px solid #dadada;
  font-size: 0.8rem;
  /*11px*/
  width: 100%;
}
#access .clinic_info .info_time table td.blue {
  color: #6a99f6;
}
#access .clinic_info .info_time table td.ft_l {
  font-size: 0.8125rem;
  /*13px*/
}
#access .clinic_info .info_time table tr th:first-child {
  border-right: 1px solid #dadada;
  padding: 0.8em 0 0.8em 0.4em;
  text-align: left;
  letter-spacing: 0.02em;
}
#access .clinic_info .info_time table tr th:first-child .asterisk {
  font-size: 0.625rem;
  /*10px*/
}
#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: 1em 0.4em;
}
#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: 1em 0.4em 1em 0px;
}
#access .clinic_info .info_time table tr:nth-child(2) {
  border-bottom: 1px dotted #cecece;
}
#access .clinic_info .info_time table td, #access .clinic_info .info_time table th {
  text-align: center;
  box-sizing: border-box;
}

#access .clinic_info .info_time .table_note {
  color: #4a80ea;
  text-align: right;
  margin-top: 0.6em;
  line-height: 1.6;
  font-size: 0.85rem;
}

#access #sec01_inner .info_box .col_area .cell:nth-child(2) {
  margin-top: 2em;
}

#access #sec01_inner .info_box .col_area .box_flow li {
  padding-left: 2.3em;
  text-indent: -1.3em;
}

#access #sec02_inner {
  padding-bottom: 1.2em;
}
#access #sec02_inner .info_box {
  margin-top: 2em;
  padding: 1.3em 1em 0.4em;
}

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

#access #sec02_inner .info_box .top_line .col_area {
  padding-left: 1.5em;
}
#access #sec02_inner .info_box .top_line .col_area .cell .txt {
  padding: 1em 0 0 0;
}
#access #sec02_inner .info_box .top_line .col_area.sp_row .cell .img {
  width: 51vw;
}

/*#access 診療時間・アクセス-------------------------------------------------------ここまで*/
/*#price 料金について-------------------------------------------------------ここから*/
#price {
  color: #000;
}
#price .price_lede {
  text-align: left;
  margin-top: 1.3em;
}
#price .ttl_center {
  font-size: 1.25rem;
}
#price .price_lede_s {
  text-align: center;
  margin-top: 1.5em;
}
#price .table_area {
  margin: 2em auto 0;
  width: 90%;
}
#price .second thead th {
  border-top: none !important;
}
#price .table_area table {
  border-collapse: collapse;
  width: 96%;
  margin: 0 auto;
}

#price .table_area table th, #price .table_area table td {
  border: 1px solid #d8d8d8;
  text-align: center;
  vertical-align: middle;
  padding: 0.8em 0.3em;
  font-size: 0.95rem;
  /*15.2px*/
}

#price .table_area .table_note {
  text-align: right;
  margin-top: 0.3em;
  font-size: 0.9rem;
  /*12px*/
}

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

#price .table_area .fee_table td {
  width: 53%;
}
#price .table_area .fee_table td span {
  font-size: 0.95rem;
  /*15.2px*/
}

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

#price .table_area .treatment_table tbody td {
  padding-right: 0.6em;
  text-align: right;
  font-size: 0.95rem;
  /*15.2px*/
}

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

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

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

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

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

#price #sec02_inner {
  padding-bottom: 0;
}
#price #sec02_inner .table_area {
  width: 100%;
}

#price .table_area table .w60 {
  width: 60% !important;
}

#price .table_area table .small {
  font-size: 80%;
  text-align: right;
}

#price #sec03_inner h3 {
  font-size: 1.25rem;
  /*19.2px*/
  color: #5588eb;
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-weight: 400;
  font-style: normal;
  border-bottom: 1px dashed #5588eb;
  width: 88%;
  margin: 1em auto 0;
  text-align: center;
  padding: 0.65em 0;
}

#price #sec03_inner .price_block {
  margin-top: 2.5em;
}
#price #sec03_inner .price_block + .price_block {
  margin-top: 0;
}

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

/*#price 料金について-------------------------------------------------------ここまで*/
/*#feature 当院の4つの特徴-------------------------------------------------------ここから*/
#feature .section_inner {
  text-align: center;
  padding: 2em 0 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: 1.45rem;
  /*18px*/
  color: #2f53a2;
  background-image: url("../../assets/img/feature/ttl_border.png");
  background-size: contain;
  background-position: center bottom;
  background-repeat: no-repeat;
  line-height: 1.6;
}
#feature h2 .ja {
  display: block;
  color: #2d1d01;
  font-size: 1.3rem;
  /*17px*/
  margin-top: 0.5em;
}
#feature .section_contents {
  border-bottom: 1px solid #cacaca;
  padding-bottom: 3.2em;
  text-align: left;
  width: 87.5%;
}
#feature .section_contents .flex {
  margin: 1.3em auto;
}
#feature .section_contents .flex .img {
  width: 80%;
  margin: 0 auto;
}
#feature .section_contents .flex .txt {
  width: 100%;
}
#feature .section_contents .flex .txt h3 {
  font-size: 1.05rem;
  /*14px*/
  line-height: 1.59;
  font-weight: bold;
  margin: 1em 0 0.7em;
  text-align: center;
}
#feature .section_contents .flex .txt p + p {
  margin-top: 1.5em;
}
#feature #sec04_inner .section_contents {
  border-bottom: none;
}
#feature #sec04_inner .box_area .box_contents {
  padding: 5px 0;
  display: block;
}
#feature #sec04_inner .box_area h4 {
  color: #5588eb;
  font-size: 1rem;
  /*16px*/
  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.5em;
  margin-bottom: 1em;
  text-align: center;
  font-size: 1.1rem !important;
}
#feature #sec04_inner .box_area .txt {
  width: 100%;
}
#feature #sec04_inner .box_area .img {
  width: 60%;
  margin: 1.5em auto 0;
}
#feature #sec04_inner .box_area .img img {
  width: 100%;
}

/*#feature 当院の4つの特徴-------------------------------------------------------ここまで*/
/*#hospital クリニック紹介-------------------------------------------------------ここから*/
#hospital .section_contents {
  width: 87.5% !important;
}
#hospital .flex {
  margin: 2em auto;
}
#hospital .flex .img {
  width: 85%;
  margin: 0 auto 1em;
}
#hospital .flex .txt {
  width: 100%;
}
#hospital .flex .txt h2 {
  font-size: 1.15rem;
  /*15px*/
  line-height: 1.52;
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #4a80ea;
  margin-bottom: 0.8em;
  text-align: center;
}
#hospital .flex .txt .cautions_tit {
  margin: 1em 0 15px;
  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.8125rem;
  /*13px*/
}
#hospital .flex .txt .cautions_list li {
  padding-left: 1em;
  text-indent: -1em;
  margin-bottom: 8px;
}
#hospital .flex .txt .cautions_list li::before {
  content: "●";
  color: #5588eb;
  margin-right: 0.4em;
}
#hospital .hospital_tit {
  font-size: 1.35rem;
  /*18px*/
  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: 100%;
  margin: 15px auto 0.5em;
  padding-bottom: 0.3em;
}
#hospital .hospital_tit .hospital_tit_sub {
  font-size: 0.875rem;
  /*14px*/
  line-height: 1.5;
  letter-spacing: 0.02em;
  color: #474747;
  display: block;
}
#hospital .hospital_lede {
  margin-bottom: 1em;
  color: #000000;
}
#hospital .hospital_lede strong {
  font-size: 0.9375rem;
  /*15px*/
  color: #5588eb;
}
#hospital .hospital_table01 {
  font-size: 0.8125rem;
  /*13px*/
  width: 100%;
  margin-bottom: 0.3em;
}

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

#hospital .hospital_table01 thead th {
  background-color: #5588eb;
  color: #FFF;
  font-size: 1.1rem;
  /*16px*/
  border: none;
}
#hospital .hospital_table01 thead th span {
  font-size: 0.8125rem;
  /*13px*/
}

#hospital .hospital_table01 tbody th {
  width: 2.5em;
  font-size: 0.9375rem;
  /*15px*/
  font-weight: bold;
  height: 3em;
  padding: 3px;
}

#hospital .hospital_table01 tbody td span {
  font-size: 0.875rem;
  /*14px*/
}
#hospital .hospital_table01 tbody td span.small {
  font-size: 0.8rem;
  /*10px*/
  letter-spacing: 0;
  display: block;
}

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

#hospital .hospital_table01 tbody td:last-child {
  width: 5em;
}

#hospital .table_note {
  text-align: right;
  font-size: 0.95rem;
  /*12px*/
}

#hospital .hospital_table02 {
  width: 100%;
  margin: 3em auto 0;
}
#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: 10.5em;
  border-right: 1px solid #e0e0e0;
  font-size: 0.85rem;
  /*12px*/
  line-height: 1.5;
  vertical-align: top;
}

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

#hospital .hospital_table02 tbody td {
  text-align: left;
  border: none;
  height: auto;
  padding: 0 0 0.5em 1em;
  font-size: 0.85rem;
  /*12px*/
  line-height: 1.5;
  vertical-align: top;
}

#hospital .instruments_list li .img {
  width: 100%;
}

#hospital .introduction_slide {
  position: relative;
  margin-top: 65px;
}

#hospital .introduction_slide {
  position: relative;
  margin-top: 20vw;
}
#hospital .introduction_slide:before {
  content: "";
  width: 39vw;
  height: 21vw;
  background: url("../../assets/img/top/img_sec07_sp.png") right bottom no-repeat;
  background-size: contain;
  position: absolute;
  top: -18vw;
  right: -6vw;
  z-index: 2000;
}
#hospital .introduction_slide:after {
  content: "";
  width: 34vw;
  height: 28vw;
  background: url("../../assets/img/top/img02_sec07_sp.png") left bottom no-repeat;
  background-size: contain;
  position: absolute;
  bottom: -14vw;
  left: -6vw;
  z-index: 2000;
}
#hospital .introduction_slide img {
  max-width: 100%;
}
#hospital .introduction_slide img.pc {
  display: none !important;
}

#hospital .introduction_slide .slick-prev, #hospital .introduction_slide .slick-next {
  width: 19px;
  height: 30px;
  z-index: 9999;
}

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

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

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

#hospital .introduction_slide .slick-dots li {
  margin: 0;
  width: 1.2em;
}
#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-list {
  overflow-x: hidden;
}

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

#hospital .instruments_list {
  display: flex;
  margin-top: 2em;
}
#hospital .instruments_list li {
  border: 1px solid #dcdcdc;
  border-radius: 10px;
  width: 33%;
  background-color: #FFF;
  padding: 0;
}
#hospital .instruments_list li + li {
  margin-left: 1em;
}
#hospital .instruments_list li .img {
  min-height: inherit;
}
#hospital .instruments_list li .img img {
  margin-bottom: 0;
}
#hospital .instruments_list li .txt {
  padding: 1em;
  margin: 0;
}
#hospital .instruments_list li .txt .tit {
  font-size: 0.9375rem;
  /*15px*/
  margin: 0 -0.3em 0.3em 0;
}
#hospital .instruments_list li .txt .exp {
  font-size: 0.8125rem;
  /*13px*/
  line-height: 1.7;
}

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

#hospital .equipment_block .equipment_tit {
  font-size: 1.3rem;
  /*18px*/
  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: 80%;
  margin: 0 auto;
  padding-bottom: 13px;
}

#hospital .other_block {
  margin-top: 2em;
}
#hospital .other_block .col_area {
  margin-top: 0.2em;
}
#hospital .other_block h4 {
  font-size: 1.2rem;
  /*16px*/
  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;
  margin: 0 auto 0.5em;
}
#hospital .other_block .other_list {
  font-size: 0.95rem;
  /*13px*/
  line-height: 1.8125;
}
#hospital .other_block .other_list li {
  padding-left: 1.3em;
  text-indent: -1.3em;
  margin-bottom: 0.3em;
}
#hospital .other_block .other_list li::before {
  content: "●";
  color: #5588eb;
  margin-right: 0.6em;
}
#hospital .other_block .other_list li strong {
  font-size: 0.875rem;
  /*14px*/
  font-weight: normal;
}

#hospital .hospital_lede {
  text-align: left;
}

#hospital #sec01_inner {
  padding-bottom: 0;
}
#hospital #sec01_inner .col_area {
  margin-top: 0;
}

#hospital #sec02_inner h3 {
  font-size: 1.15rem;
  /*15px*/
  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.4em;
  text-align: center;
}

#hospital #sec03_inner .table_area {
  width: 100%;
  margin: 0 auto;
}

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

/* ペットホテル業務中止のお知らせ */
#hospital #pethotel-message {
  color: #ff0000;
  font-weight: bold;
  font-size: 1em;
  padding: 0 5%;
  text-align: left;
}

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

.subpageContent .pagenavi .prevpage, .subpageContent .pagenavi .nextpage, .subpageContent .pagenavi .prevsingle, .subpageContent .pagenavi .nextsingle {
  line-height: 2.5;
  vertical-align: middle;
  text-align: center;
  margin: 2em 0;
  display: inline-block;
  width: 50%;
}

.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;
  padding: 0 0.5em;
  margin: 0 0.3em;
  transition: 0.3s;
}

.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: baseline;
  margin-right: 0.5em;
}

.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: baseline;
  margin-left: 0.5em;
}

.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: block;
  width: 100%;
}

.subpageContent .pagenavi .navigation .page-numbers li {
  display: inline-block;
  line-height: 2.5;
  vertical-align: middle;
  text-align: center;
  margin: 0 0.1em 0.5em;
}

.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;
  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: 4em 0;
}
.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;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.subpageContent .sns_btn ul li {
  margin: 0 0.5em 0.6em 0;
  line-height: 1;
}
.subpageContent .sns_btn ul li iframe {
  vertical-align: middle;
}

.subpageContent .content_area {
  margin-top: 3.5em;
}

#subpage .content_area {
  margin-top: 1em;
}

/*投稿ページ共通（ページャー、snsボタン、エディター）-------------------------------------------------------ここまで*/
/*#infomation お知らせ-------------------------------------------------------ここから*/
#infomation .info_list {
  background-color: #FFF;
}
#infomation .info_list li {
  clear: both;
  padding: 1em 0;
  border-bottom: 1px solid #dadada;
}
#infomation .info_list li time {
  color: #5588eb;
  display: block;
}
#infomation .info_list li .txt {
  color: #4a4a4a;
}
#infomation .infomation_tit {
  width: 87.5%;
  margin: 0 auto;
}
#infomation .infomation_tit h2 {
  font-size: 1.25rem;
  /*20px*/
  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.4em;
  display: block;
}
#infomation .infomation_tit time {
  display: block;
  color: #606060;
  font-size: 0.8rem;
  /*12.8px*/
  margin-top: 0.8em;
}

/*#infomation お知らせ-------------------------------------------------------ここまで*/
/*#case 症例-------------------------------------------------------ここから*/
#case .case_list {
  padding: 0.7em 0;
}
#case .case_list li {
  padding: 0.8em 4px;
  border-bottom: 1px solid #dadada;
}
#case .case_list li .tag {
  font-size: 0.8125rem;
  /*13px*/
  color: #FFF;
  background-color: #4a80ea;
  padding: 0.1em 0.8em;
  margin-right: 0.3em;
  line-height: 1.4;
}
#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;
  font-size: 0.8125rem;
  /*13px*/
  padding-top: 0.6em;
}
#case .case_tit {
  text-align: left;
  width: 87.5%;
  margin: 0 auto;
}
#case .case_tit .tag {
  display: inline-block;
  font-size: 1rem;
  /*16px*/
  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 0.7em 0.5em 0;
}
#case .case_tit .tag.dog-case {
  background-color: #4a80ea;
}
#case .case_tit .tag.cat-case {
  background-color: #f57d4e;
}
#case .case_tit h2 {
  font-size: 1.25rem;
  /*20px*/
  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;
  margin-top: 0.4em;
  width: 100%;
  display: 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 {
  margin: 0 auto;
}
#case .sub_bnr {
  padding-top: 0;
}

/*#case 症例-------------------------------------------------------ここまで*/
/*#voice 飼い主様の声-------------------------------------------------------ここから*/
#voice .voice_block {
  margin: 0 auto;
}
#voice .voice_block + .voice_block {
  margin-top: 3em;
}
#voice .voice_block .voice_head {
  padding: 0;
}
#voice .voice_block .voice_head .head_img {
  margin: 0 auto 1em;
  width: 25%;
}
#voice .voice_block .voice_head .head_txt {
  width: 100%;
}
#voice .voice_block .voice_head .head_txt .voice_tit {
  font-size: 1.125rem;
  /*18px*/
  border-bottom: 1px solid #7da1eb;
  padding: 0.3em 0 0.5em;
  text-align: center;
}
#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: 0.875rem;
  /*14px*/
  line-height: 1.56;
  padding: 1em 0;
  text-align: center;
}
#voice .voice_block .voice_head .head_txt .voice_date li {
  display: block;
}
#voice .voice_block .voice_content {
  padding: 1.5em 1em;
  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 .img {
  margin: 0 auto 1em;
  width: 90%;
}
#voice .voice_block .voice_content .col_area .txt {
  width: 100%;
  letter-spacing: 0;
}
#voice .voice_block .voice_content .voice_director {
  padding: 1em 0 0;
}
#voice .voice_block .voice_content .voice_director h3 {
  font-size: 1.125rem;
  /*18px*/
  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 飼い主様の声-------------------------------------------------------ここまで*/
/*#wellness 健康診断-------------------------------------------------------ここから*/
#wellness {
  padding-bottom: 0;
}
#wellness .anchor_btn_area {
  margin: 2em auto 20px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
#wellness .anchor_btn_area .anchor_btn {
  border-radius: 8px;
  width: 48%;
  height: 45px;
  overflow: hidden;
  margin: 0 auto 1em;
}
#wellness .anchor_btn_area .anchor_btn a {
  display: block;
  font-size: 0.8rem;
  /*20px*/
  line-height: 2.3;
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-weight: 600;
  font-style: normal;
  height: 100%;
  position: relative;
  padding-left: 0;
  padding-left: 19px;
  text-align: center;
}
#wellness .anchor_btn_area .anchor_btn a strong {
  font-size: 1.2rem;
  /*24px*/
}
#wellness .anchor_btn_area .anchor_btn a:before {
  content: "";
  display: block;
  width: 41px;
  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: -8px;
  right: 12px;
  background-size: 20px 13px;
  background-repeat: no-repeat;
  background-position: center 28px;
}
#wellness .anchor_btn_area .dog_btn a {
  background-color: #f5f8ff;
  color: #5588eb;
}
#wellness .anchor_btn_area .dog_btn a:before {
  background-color: #5588eb;
  background-image: url(../../assets/img/wellness/icon01.png);
  background-size: 26px 26px;
  background-position: 7px center;
}
#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: auto 26px;
  background-position: center 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 {
  font-size: 0.8125rem;
  /*13px*/
  margin-top: 0.5em;
  padding-left: 1em;
  text-indent: -1em;
}

/*#wellness .symptoms_block .col_area .txt h4 {
  border-bottom: 1px solid #5588eb;
  padding-bottom: .4em;
}*/
#wellness .symptoms_block .col_area .txt .exp h5 {
  font-size: 1rem;
  font-weight: bold;
  margin: 0.5em 0;
}

#wellness #dog .symptoms_block .col_area h4 span::before {
  border-left: solid 1px #5588eb !important;
  border-top: solid 1px #5588eb !important;
  top: 0;
  left: 0;
}

#wellness #dog .symptoms_block .col_area h4 span::after {
  border-right: solid 1px #5588eb !important;
  border-bottom: solid 1px #5588eb !important;
  bottom: 0;
  right: 0;
}

#wellness #cat .symptoms_block .col_area h4 span::before {
  border-left: solid 1px #f88f65 !important;
  border-top: solid 1px #f88f65 !important;
  bottom: 0;
  right: 0;
}

#wellness #cat .symptoms_block .col_area h4 span::after {
  border-right: solid 1px #f88f65 !important;
  border-bottom: solid 1px #f88f65 !important;
  bottom: 0;
  right: 0;
}

#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 #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 #main_area .main_txt {
  background-image: url(../../assets/img/vaccine/bg_main02_sp.png);
  top: 6.5vw;
  height: 38vw;
}
#vaccine #sec01_inner p {
  margin-top: 1em;
}
#vaccine .anchor_btn_area {
  margin: 2em auto 0;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
#vaccine .anchor_btn_area .anchor_btn {
  border-radius: 8px;
  width: 49%;
  overflow: hidden;
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-weight: 600;
  font-style: normal;
  margin-bottom: 1.5em;
}
#vaccine .anchor_btn_area .anchor_btn h2 {
  display: block;
  text-align: center;
  font-size: 1rem;
  line-height: 2.1;
  font-weight: 600;
  font-style: normal;
  position: relative;
  padding-left: 27px;
  color: #FFF;
}
#vaccine .anchor_btn_area .anchor_btn h2 strong {
  font-size: 1.2rem;
  /*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:first-child {
  margin-right: 2%;
}
#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;
}
#vaccine .anchor_btn_area .anchor_btn ul {
  width: 100%;
  padding: 1em 0;
}
#vaccine .anchor_btn_area .anchor_btn ul li {
  display: block;
  width: 100%;
}
#vaccine .anchor_btn_area .anchor_btn a {
  display: block;
  font-size: 0.95rem;
  /*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: 26px 26px;
  background-position: 10px 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: auto 26px;
  background-position: 13px center;
}
#vaccine .symptoms_block h3 {
  width: 100%;
}
#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: 100%;
  line-height: 25px;
}
#vaccine .box_area .box h6 {
  font-size: 0.9375rem;
  /*15px*/
  line-height: 1.55;
  padding-left: 0.8em;
}
#vaccine .box_area .box .vaccine_list {
  padding: 0.2em 0 1em 0;
}
#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 + li {
  margin-top: 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: 1.5em 0;
}
#vaccine .btn_area .white_btn {
  color: #4a80ea;
  border-color: #4a80ea;
  background-image: url(../../assets/img/vaccine/btn_arrow01.png);
}
#vaccine #sec03_inner .section_contents {
  width: 87.5%;
}
#vaccine #sec03_inner .center {
  margin-top: 2em;
  text-align: left;
}

/*#vaccine ワクチン-------------------------------------------------------ここまで*/
/*#flea ノミ-------------------------------------------------------*/
.subpageContent .ttl_01 .ja span {
  font-size: 0.9rem;
  /*30px*/
}

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

#flea .anchor_btn_area .anchor_btn {
  width: 46%;
  margin: 0 auto 15px;
}
#flea .anchor_btn_area .anchor_btn a {
  font-size: 1rem;
  display: block;
  padding: 6px 40px 6px 20px;
  line-height: 2.5;
  margin: 0 auto;
  border-radius: 5px;
}

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

#flea .anchor_btn_area {
  margin: 25px auto 15px;
}
#flea .anchor_btn_area .anchor_btn:nth-child(3) {
  width: 60%;
}
#flea .anchor_btn_area a {
  background: url(../../assets/img/wellness/arrow01.png) no-repeat;
  background-position: 90% 56%;
  background-size: 19px;
  font-size: 1.1rem;
}

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

#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 {
  margin: 25px auto 0;
}
#flea .btn:nth-child(2) {
  margin: 15px auto 15px;
}

.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;
}

/*#contraception -------------------------------------------------------ここから*/
#contraception #sec01_inner p {
  margin: 3em auto;
}

#contraception .contraceptionBox .slide_list li + li {
  margin-left: 15px;
}

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

#contraception .box_area dl {
  margin-bottom: 5px;
}
#contraception .box_area dl dt {
  width: 95%;
  margin: 1.5em auto 1em;
  text-align: left;
  font-weight: bold;
}
#contraception .box_area dl dt img {
  width: 100%;
}
#contraception .box_area dl dd {
  width: 95%;
  margin: 0 auto;
  padding-bottom: 14px;
  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;
}

#contraception #sec01_inner p {
  margin: 2em auto 0;
}

.recruitTxt02 {
  padding-top: 15px;
}

.recruitflow .flow_area .flow_list li .txt h3 span {
  font-size: 1.2rem;
  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.15rem;
  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;
}

.recruint01 {
  margin-bottom: 8%;
}
.recruint01 .history {
  padding-top: 15px;
}

.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;
  margin: 60px 5% 100px;
  padding-top: 50px;
}
.recruit .flow ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 30px;
  margin: 0 auto;
  width: 82%;
}
.recruit .flow ul li {
  margin-bottom: 30px;
  text-align: center;
  width: 90%;
  position: relative;
  color: #fff;
  background-color: #5175c2;
  padding: 3% 5%;
  border-radius: 5px;
}
.recruit .flow li::after {
  position: absolute;
  content: "";
  border: solid 13px transparent;
  border-top-color: transparent;
  border-top-style: solid;
  border-top-width: 13px;
  border-top: solid 13px #2c50a1;
  top: auto;
  right: 45%;
  bottom: -33px;
}
.recruit .flow li:last-child::after {
  border: none;
}

.recruit #sec08_inner .section_contents {
  padding: 2px 7% 50px;
  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: 14%;
}

.recruit #sec08_inner .section_contents .item {
  padding-bottom: 20px;
  border-bottom: 1px solid #E9E9E9;
  position: relative;
  font-size: 1rem;
  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;
}

.recruit #sec08 h3 {
  font-size: 1.2rem !important;
  font-weight: bold;
  line-height: 1.5;
  color: #2c50a1;
  text-align: center;
  font-family: fot-tsukuardgothic-std, sans-serif;
  margin-bottom: 0.5em;
  margin-top: 5px;
}

.recruitflow .section_inner {
  padding: 57px 0 70px;
}

.btn_areare {
  margin-top: 35px;
}
