/* CSS Document */

html {
  font-size: 94.5%;
  padding: 0;
  margin: 0 !important;
}

body {
  font-family: '游ゴシック体', YuGothic, 'YuGothic M', 'Hiragino Kaku Gothic ProN', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ ゴシック', sans-serif;
  font-size: 16px;
  color: #6b6b6b;
  position: relative;
  margin: 0px 0px;
  letter-spacing: 0.02em;
  line-height: 160%;
}
.clearfix {
  clear: both;
}

a {
  color: #2f855a;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

strong {
  color: #2f855a;
  font-weight: 600;
}

.pc {
  display: block;
}
.sp {
  display: none;
}
.inner {
  width: 1200px;
  margin: 0 auto;
}
.contents {
  width: 1200px;
  margin: 0 auto;
}
.contents p {
  margin-bottom: 15px;
}

.t_right {
  text-align: right;
}
.t_left {
  text-align: left;
}

.img_left {
  float: left;
  width: 400px;
  border-radius: 10px;
  margin-right: 10px;
}
.img_right {
  float: right;
  width: 400px;
  border-radius: 10px;
  margin-left: 10px;
}

/*  margin-------------------------------------*/
.mt5 {
  margin-top: 5px;
}
.mt10 {
  margin-top: 10px;
}
.mt15 {
  margin-top: 15px;
}
.mt20 {
  margin-top: 20px;
}
.mt30 {
  margin-top: 30px;
}
.mt40 {
  margin-top: 40px;
}
.mt50 {
  margin-top: 50px;
}
.mt100 {
  margin-top: 100px;
}
.mb5 {
  margin-bottom: 5px;
}
.mb10 {
  margin-bottom: 10px;
}
.mb15 {
  margin-bottom: 15px;
}
.mb20 {
  margin-bottom: 20px;
}
.mb30 {
  margin-bottom: 30px;
}
.mb40 {
  margin-bottom: 40px;
}
.mb50 {
  margin-bottom: 50px;
}
.mb100 {
  margin-bottom: 100px;
}

/*  btn-------------------------------------*/
a.btn_mid {
  background: url('../images/common/btn_mid.png') no-repeat;
  display: block;
  width: 170px;
  height: 41px;
  color: #fff;
  text-align: center;
  line-height: 41px;
  font-weight: 400;
}
a.btn_mid_change {
  text-align: inherit;
  font-size: 12px;
  padding-left: 10px;
}
a.btn_mid:hover {
  filter: brightness(110%);
  text-decoration: none;
}

a.btn_short {
  background: url('../images/common/btn_short.png') no-repeat;
  display: block;
  width: 151px;
  height: 41px;
  color: #fff;
  text-align: center;
  line-height: 41px;
  font-weight: 400;
  margin: 10px auto;
}
a.btn_short:hover {
  filter: brightness(110%);
  text-decoration: none;
}

a.btn_t {
  background: url('../images/common/btn_treatment.png') no-repeat;
  display: block;
  width: 210px;
  height: 86px;
  color: #fff;
  text-align: center;
  padding-right: 73px;
  box-sizing: border-box;
  line-height: 86px;
  font-weight: 400;
  margin: 10px auto;
}
a.btn_t:hover {
  filter: brightness(110%);
  text-decoration: none;
}

a.btn_long {
  background: url('../images/common/btn_long.png') no-repeat;
  display: block;
  width: 311px;
  height: 41px;
  color: #fff;
  text-align: center;
  line-height: 41px;
  font-weight: 400;
  margin: 10px auto;
  font-size: 12.5px;
}
a.btn_long2 {
  background: url(../images/common/btn_long.png) no-repeat;
  display: block;
  width: 311px;
  height: 41px;
  color: #fff;
  text-align: center;
  line-height: 41px;
  font-weight: 400;
  margin: 20px 0px;
}
a.btn_long:hover {
  filter: brightness(110%);
  text-decoration: none;
}

/*  table-------------------------------------*/
table {
  width: 100%;
}
table th,
td {
  padding: 10px;
  text-align: center;
  border: #f3f3f3 2px solid;
  vertical-align: middle;
}
table th {
  background: #fff;
  font-weight: 800;
}
table th.gray {
  background: #6b6b6b;
  color: #fff;
}
table td {
  background: #f7f7f7;
}

table.block {
  width: auto;
  margin: 10px auto;
}
table.block th,
table.block td {
  padding: 10px;
  text-align: center;
  border: #f3f3f3 2px solid;
}
table.block th {
  background: #6b6b6b;
  color: #fff;
}
td.w75 {
  width: 75%;
}
/*  トップページh2-------------------------------------*/
.inner h2 {
  position: relative;
  color: #2f855a;
  text-align: center;
  font-size: 30px;
  font-weight: 800;
  letter-spacing: 0.3em;
  padding: 30px 0 30px;
}
.inner h2:before {
  content: '';
  width: 100%;
  height: 100px;
  background: url(../images/index/tit_t.png) no-repeat top center;
  position: absolute;
  left: 0;
  bottom: 0px;
}
.inner h2:after {
  content: '';
  width: 100%;
  height: 100px;
  background: url(../images/index/tit_b.png) no-repeat top center;
  position: absolute;
  left: 0;
  top: 30px;
}

/*  header-------------------------------------*/
header {
  font-family: '游ゴシック体', YuGothic, 'YuGothic M';
  font-weight: bold;
  letter-spacing: 0.4px;
}
header .top {
  width: 1200px;
  margin: 10px auto;
  overflow: hidden;
}
header .logo {
  float: left;
  position: relative;
  width: 500px;
}

header .logo span {
  font-size: 12px;
  position: absolute;
  left: 55px;
}
header .logo span.pc {
  position: initial;
  display: inline;
}
header .logo img {
  width: 350px;
  display: block;
  position: relative;
  padding-top: 20px;
}
header .tel {
  float: right;
  font-size: 26px;
  margin: 10px 30px 0 0;
  letter-spacing: 0.3em;
}
header .tel span {
  display: block;
  font-size: 10.6px;
  letter-spacing: 0.1em;
}
header .tel i {
  color: #2f855a;
  font-size: 26px;
  margin-right: 5px;
}
header .web {
  float: right;
  margin: 15px 0 0;
}

/*  nav-------------------------------------*/
nav {
  width: 100%;
  margin: auto;
  background: linear-gradient(#f5f5f5 50%, #e8e8e8 50%);
}

nav ul {
  width: 1200px;
  margin: 0 auto;
  border-width: 1px 0;
  display: table;
  justify-content: space-between;
}
nav li {
  text-align: center;
  display: table-cell;
  position: relative;
}
nav li:after {
  content: '';
  border: solid 1px #2f855a;
  height: 15px;
  position: absolute;
  right: 0;
  top: 36%;
}
nav li:last-child:after {
  display: none;
}

nav li a {
  display: block;
  padding: 20px;
  font-size: 1em;
  color: #555;
}

nav li a:hover {
  transform: translateY(-4px);
}

nav input {
  display: none;
}

/*  mv-------------------------------------*/
.mv {
  margin-top: 0px;
  /* margin-bottom: 55px; */
  display: flex;
  position: relative;
  height: 550px;
}

.mv:after {
  content: '';
  width: 100%;
  height: 120px;
  background: url(../images/index/mv_cover.png) no-repeat top center;
  background-size: 100% 120px;
  position: absolute;
  left: 0;
  bottom: 0px;
  z-index: 1;
}
#mv_slide {
  width: 100%;
}

.mv .txt {
  position: absolute;
  z-index: 10;
  top: 15%;
  left: 10%;
}

.mv .txt p {
  text-align: justify;
  color: #2f855a;
  line-height: 3;
  font-size: 28px;
  font-weight: 800;
  text-shadow: 1px 1px 0px rgb(255, 255, 255);
}

/*  info-------------------------------------*/
#info {
  background: #f7f7f7;
  padding: 50px 0;
}
.tat {
  position: relative;
  color: #2f855a;
  text-align: center;
  font-size: 22px;
  font-weight: 100;
  letter-spacing: 0.3em;
  padding: 0 0 60px;
  line-height: 1.6;
}
.day {
  width: 45%;
  display: inline-block;
  vertical-align: top;
  margin-right: 5%;
}
.day.lp {
  display: block;
  margin: 0 auto;
  padding-bottom: 60px;
}
.day .tit {
  color: #2f855a;
  font-weight: 800;
}
.day .tit span {
  color: #6b6b6b;
  font-size: 14px;
  float: right;
  font-weight: 400;
}

.news {
  width: 49%;
  display: inline-block;
}
.news .tit {
  color: #2f855a;
  font-weight: 800;
}
.news dl {
  background: #fff;
  padding: 30px;
  line-height: 34px;
}
.news dl dd {
  box-sizing: border-box;
}
.news dl dt {
  float: left;
  padding-right: 20px;
}

/*  clinic-------------------------------------*/
#clinic {
  width: 100%;
}
#clinic .photo {
  width: 50%;
  display: inline-block;
  position: relative;
  vertical-align: top;
  z-index: -10;
}
#clinic .photo:after {
  position: absolute;
  display: block;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 40%, #fff 100%); /* 塗りつぶす */
}
#clinic .photo img {
  width: 100%;
}
#clinic .text {
  display: inline-block;
  width: 49%;
  vertical-align: top;
  padding: 50px;
  box-sizing: border-box;
}
#clinic h2 {
  font-size: 24px;
  font-weight: 800;
  margin: 10px 0 20px;
  line-height: 1.8em;
}
#clinic h3 {
  font-size: 20px;
  margin: 10px 0 20px;
  line-height: 1.6em;
}
#clinic .text ul {
  display: table;
  table-layout: fixed;
}
#clinic .text ul li {
  display: table-cell;
  width: 50%;
}
#clinic .flex {
  padding: 6% 0;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
}
/*  dr-------------------------------------*/
#dr {
  background: #f7f7f7;
  padding: 50px 0;
  margin-top: -10px;
}
#dr .flex {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
}
#dr .right {
  order: 2;
  width: 100%;
  margin-left: 80px;
}
#dr .right img {
  width: 100%;
  border-radius: 10px;
}
#dr .left .dr {
  font-size: 22px;
  font-weight: 800;
}
#dr .left .dr span {
  display: block;
  font-size: 18px;
  margin: 10px 0;
}
#dr .left .dr span.en {
  display: inline-block;
  margin-left: 20px;
  font-size: 14px;
}
#dr .left .keireki {
  font-weight: 800;
  margin: 30px 0 20px;
}
#dr .left .keireki span {
  background: #ede5db;
  padding: 10px 15px;
}

/*  bnr-------------------------------------*/
#bnr {
  margin: 50px 0;
}
#bnr .inner {
  text-align: center;
}
#bnr .inner img {
  margin: 0 30px;
}
#bnr img:hover {
  filter: brightness(110%);
}

/*  case-------------------------------------*/
#case {
  background: #ede5db;
  padding: 50px 0;
}
#case ul {
  width: 100%;
  display: table;
  table-layout: fixed;
  margin-bottom: 40px;
}
#case ul li {
  display: table-cell;
  padding: 0 20px;
  vertical-align: top;
}
#case ul li .box {
  background: #fff;
  border-radius: 10px;
  padding: 20px;
  height: 300px;
}
#case ul li .box .first,
#case ul li .box .first img {
  text-align: center;
  margin: 0 auto;
}
#case ul li .box .first {
  height: 120px;
}
#case ul li .box .first img {
  height: 63px;
}
#case h3 {
  font-size: 20px;
  margin: 10px 0;
  font-weight: 800;
}
#case h3 span {
  font-size: 14px;
}
#case ul li .box .second {
  border-top: 1px solid #ede5db;
  padding-top: 5px;
  font-size: 14px;
}
#case a.btn_short {
  margin-top: 30px;
}

/*  treatment-------------------------------------*/
#treatment {
  padding: 50px 0;
}
#treatment .tms {
  width: 100%;
  background: #f7f7f7;
  border-radius: 10px;
}
#treatment .tms .left {
  width: 50%;
  display: inline-block;
  position: relative;
  vertical-align: top;
  height: 400px;
}
#treatment .tms .left:after {
  position: absolute;
  display: block;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 40%, #f7f7f7 100%); /* 塗りつぶす */
}
#treatment .tms .left img {
  width: 100%;
  border-radius: 10px;
}
#treatment .tms .right {
  display: inline-block;
  width: 49%;
  vertical-align: top;
  padding: 50px;
  box-sizing: border-box;
}
#treatment h3 {
  color: #2f855a;
  text-align: center;
  font-size: 20px;
  font-weight: 800;
}
#treatment h3 span {
  font-size: 16px;
}
#treatment .right .btn_mid {
  margin: 10px auto 0;
}
#treatment ul {
  width: 90%;
  display: table;
  margin: 30px auto 10px;
}
#treatment ul li {
  display: table-cell;
}

/*  tms-------------------------------------*/
.tmsspeciality {
  display: flex;
  flex-flow: column;
}

.pleasecome {
  margin-top: 3vw;
}

.verticalalign {
  vertical-align: middle;
}

.middle {
  text-align: center;
}

.middle img {
  width: 50%;
  margin: 3vw auto;
}

.mid img {
  margin-top: 3vw;
  margin-bottom: 3vw;
  width: 100%;
}

/*  price-------------------------------------*/
#price {
  padding: 50px 0;
  background: #f7f7f7;
}

/*  footer-------------------------------------*/
footer {
  padding: 50px 0 0;
}
footer .contents {
  text-align: center;
  margin: 0 auto 30px;
}
footer .left,
footer .right {
  display: inline-block;
  width: 40%;
  margin: 1%;
}
footer .left {
  text-align: left;
}
footer .left img {
  width: 80%;
  margin: 0 0 20px;
}
footer .left p.tel {
  font-size: 18px;
  letter-spacing: 0.2em;
  margin: 5px 0;
}
footer .left p.tel span {
  color: #2f855a;
}
table.footer {
  margin: 10px 0 30px;
}
table.footer th,
table.footer td {
  border: none;
}
table.footer th {
  background: #f7f7f7;
  font-weight: 400;
}
table.footer th.gray {
  background: #6b6b6b;
}
table.footer td {
  background: #fff;
}
.footer_list {
  width: 1200px;
  margin: 30px auto;
  display: -webkit-flex;
  display: flex;
  justify-content: space-around;
}
.footer_list ul {
  margin-bottom: 20px;
}
.footer_list ul li a {
  color: #6b6b6b;
  font-size: 13px;
}
.footer_list ul li.tit {
  text-decoration: underline;
  font-weight: 800;
}
.copy {
  background: #2f855a;
  color: #fff;
  text-align: center;
  font-size: 12px;
  padding: 5px 0;
}
footer .fixed_btn {
  display: none;
}
/*  page_top------------------------------------*/
#page_top {
  width: 35px;
  position: fixed;
  right: 20px;
  bottom: 50px;
}
#page_top a {
  position: relative;
  display: block;
}
#page_top img {
  width: 100%;
}
#page_top img:hover {
  filter: brightness(120%);
}

/*  ぱんくず------------------------------------*/
.pan {
  width: 100%;
  border-bottom: 1px solid #f7f7f7;
  border-top: 1px solid #f7f7f7;
}
ul.breadcrumb {
  width: 1200px;
  margin: 0 auto;
  padding: 10px 0px;
  box-sizing: border-box;
}
ul.breadcrumb li {
  display: inline-block;
}
ul.breadcrumb li::after {
  content: '▷';
  font-size: 11px;
  margin: 0 0 0 5px;
}
ul.breadcrumb li:last-child:after {
  display: none;
}
ul.breadcrumb li a {
  color: #6b6b6b;
  font-size: 13px;
}
ul.breadcrumb li a:hover {
  color: #2f855a;
  text-decoration: none;
}

/*  下層ページ見出し------------------------------------*/
.contents h1 {
  position: relative;
  color: #2f855a;
  text-align: center;
  font-size: 30px;
  font-weight: 800;
  /*	letter-spacing: 0.3em;*/
  padding: 80px 0 70px;
  line-height: 1.5;
}
.contents h1:before {
  content: '';
  width: 100%;
  height: 120px;
  background: url(../images/index/tit_t.png) no-repeat top center;
  position: absolute;
  left: 0;
  bottom: 30px;
}
.contents h1:after {
  content: '';
  width: 100%;
  height: 120px;
  background: url(../images/index/tit_b.png) no-repeat top center;
  position: absolute;
  left: 0;
  top: 100px;
}

.contents h2 {
  font-size: 26px;
  margin: 0px 0 20px;
  padding-top: 50px;
  display: block;
  line-height: 1.4;
}
.contents h3 {
  color: #2f855a;
  font-size: 22px;
  margin: 40px 0 30px;
  line-height: 1.4;
}
.contents h3::before {
  font-family: 'Font Awesome 5 Free';
  content: '\f0da';
  font-weight: bold;
  margin-right: 10px;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}
.contents h4 {
  font-size: 19px;
  font-weight: 800;
  margin: 30px 0 20px;
}
.contents h5 {
  color: #2f855a;
  margin: 30px 0 20px;
  text-decoration: underline;
}

/*  下層ページ------------------------------------*/
.contents #case {
  background: #fff;
  padding: 0;
}
.contents #case ul li .box {
  border: 2px solid #ede5db;
}
.footer_treatment {
  background: #ede5db;
  padding: 50px 0;
  margin: 80px 0 0;
}
.footer_treatment ul {
  width: 1200px;
  margin: 0 auto;
  text-align: center;
  display: table;
}
.footer_treatment ul li {
  display: table-cell;
}
.footer_treatment p {
  margin: 10px 0;
  font-weight: 800;
}
.footer_treatment p span {
  font-size: 12px;
}
.footer_treatment img {
  height: 50px;
}
form table {
  width: 100%;
}
select {
  font-size: 16px;
  color: #6b6b6b;
  background: #fff;
}
input {
  font-size: 16px;
}

/*  症状別ページ見出し------------------------------------*/
.contents h1.depression {
  padding: 150px 0 40px;
}
.contents h1.depression:before {
  background: url(../images/sub/depression/h1.jpg) no-repeat top center;
  bottom: 70px;
  background-size: auto 100px;
}
.contents h1.depression:after {
  top: 170px;
}
.contents h1.schizophrenia {
  padding: 150px 0 40px;
}
.contents h1.schizophrenia:before {
  background: url(../images/sub/schizophrenia/h1.jpg) no-repeat top center;
  bottom: 70px;
  background-size: auto 100px;
}
.contents h1.schizophrenia:after {
  top: 170px;
}
.contents h1.sad {
  padding: 150px 0 40px;
}
.contents h1.sad:before {
  background: url(../images/sub/sad/h1.jpg) no-repeat top center;
  bottom: 70px;
  background-size: auto 100px;
}
.contents h1.sad:after {
  top: 170px;
}
.contents h1.pms {
  padding: 150px 0 40px;
}
.contents h1.pms:before {
  background: url(../images/sub/pms/h1.jpg) no-repeat top center;
  bottom: 70px;
  background-size: auto 100px;
}
.contents h1.pms:after {
  top: 170px;
}
.contents h1.panic {
  padding: 150px 0 40px;
}
.contents h1.panic:before {
  background: url(../images/sub/panic/h1.jpg) no-repeat top center;
  bottom: 70px;
  background-size: auto 100px;
}
.contents h1.panic:after {
  top: 170px;
}
.contents h1.bipolar_disorder {
  padding: 150px 0 40px;
}
.contents h1.bipolar_disorder:before {
  background: url(../images/sub/bipolar_disorder/h1.jpg) no-repeat top center;
  bottom: 70px;
  background-size: auto 100px;
}
.contents h1.bipolar_disorder:after {
  top: 170px;
}
.contents h1.addiction {
  padding: 150px 0 40px;
}
.contents h1.addiction:before {
  background: url('../images/sub/addiction/icon.jpg') no-repeat top center;
  bottom: 70px;
  background-size: auto 100px;
}
.contents h1.addiction:after {
  top: 170px;
}
.contents h1.development {
  padding: 150px 0 40px;
}
.contents h1.development:before {
  background: url('../images/sub/development/icon.jpg') no-repeat top center;
  bottom: 70px;
  background-size: auto 100px;
}
.contents h1.development:after {
  top: 170px;
}

.contents h1.stressful {
  padding: 150px 0 40px;
}
.contents h1.stressful:before {
  background: url('../images/sub/stress/003.jpg') no-repeat top center;
  bottom: 70px;
  background-size: auto 100px;
}
.contents h1.stressful:after {
  top: 170px;
}

/*  box------------------------------------*/
.box01 {
  width: 100%;
  background-color: #ede5db;
  padding: 20px;
  box-sizing: border-box;
  border-radius: 10px;
  margin: 0 0 30px;
}

/* つち追加 0826-------------------------------------*/
/*  news-box-------------------------------------*/

.news-box {
  padding: 0px 0 50px;
  background-color: #f7f7f7;
}

.news-box-m {
  padding: 50px 150px;
  height: 300px;
}

.news-box h3 {
  font-size: 18px !important;
  font: bold !important;
  padding-bottom: 15px;
  color: #2f855a;
  font-weight: 800;
  letter-spacing: 3px;
}
.small-news {
  font-size: 15px;
  padding-left: 15px;
}

.news-box .wrap0814 {
  display: flex;
  background-color: white;
  padding: 20px;
}
.news-box .box001 a p {
  font-size: 15px;
  line-height: 2.5;
  letter-spacing: 3px;
  color: #2f855a;
}
.news-box .box001 {
  font-size: 15px;
  padding-right: 10px;
}
.news-title {
  color: #222222;
}

.wrap0814 .box002 {
  padding-left: 125px;
}
.news-box .box002 a p {
  font-size: 15px;
  line-height: 2.5;
  letter-spacing: 3px;
}
.haiiro {
  color: #6b6b6b !important;
  font-weight: 500;
  font-size: 16px;
}
.jms {
  width: 1000px;
  margin: 50px auto 0;
}
.jms_sub {
  background-color: #5a5a5a17;
  padding: 30px;
  margin: 30px auto;
}
.jms_sub h2 {
  padding-top: 0;
}
.jms_sub p {
  margin-bottom: 15px;
}
section#cv {
  background-color: #5a5a5a17;
  padding: 30px 20px;
  margin: 30px auto;
}
section#cv .sp {
  display: none;
}
section#cv h2 {
  padding-top: 30px;
}
section#cv .flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 15px;
}
section#cv .flex .item_txt {
  flex-basis: 55%;
}
section#cv .flex .item_img {
  flex-basis: 42%;
}
section#cv .flex .half {
  flex-basis: 48%;
}

a.btn_long2 {
  background: url('../images/common/btn_long.png') no-repeat;
  display: block;
  width: 311px;
  height: 41px;
  color: #fff;
  text-align: center;
  line-height: 41px;
  font-weight: 400;
  margin: 20px 0px;
}
a.btn_long2:hover {
  filter: brightness(110%);
  text-decoration: none;
}

.btn_list ul {
  width: 1200px;
  margin: 0 auto;
  text-align: center;
  display: table;
}

.btn_list ul li {
  display: table-cell;
  padding-right: 50px;
}

.btn_list2 ul {
  width: 600px;
  margin: 0 auto;
  text-align: center;
  display: table;
}

.btn_list2 ul li {
  display: table-cell;
  padding-right: 50px;
}
.a {
  width: 820px;
}
.b {
  width: 64%;
}
.c {
  width: 550px;
}
.e {
  width: 830px;
}

#clinic .text .flex span.pc a.pa {
  margin-top: -10px !important;
  margin-bottom: -10px !important;
  padding: 0 0 !important;
}

#clinic .text .flex_01 {
  padding-top: 4%;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
}

#clinic .text .flex_00 {
  padding: 3% 0;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  text-align: center;
}

#clinic .text .flex_00 span.pc a.pa {
  text-align: center;
}

#clinic .text .flex a.pad {
  padding-top: 0 !important;
}

#clinic .text .flex_03 {
  padding: 20 !important;
}

#clinic .text .flex_04 {
  padding: 2% 0 !important;
}
#clinic .text .flex_05 {
  padding: 2% 0;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
}
#clinic .text .flex_05 a.fontsmall {
  font-size: 11px !important;
}

/*20210611*/
#clinic ul.clinic_inner {
  width: 100%;
  display: block;
  box-sizing: border-box;
}
#clinic ul.clinic_inner:first-of-type {
  margin-top: 30px;
}
#clinic ul.clinic_inner li {
  position: relative;
  float: left;
  width: 49%;
  height: 41px;
  margin-bottom: 15px;
}
#clinic ul.clinic_inner li:nth-child(odd) {
  padding-right: 10px;
}
#clinic ul.clinic_inner a.btn_welcom {
  background: #2f855a;
  display: block;
  color: #fff;
  text-align: center;
  font-weight: 400;
  margin: 5px 0px 5px;
  padding: 10px 0;
  border-radius: 20px;
  font-size: 14px;
}

/*#clinic ul.clinic_inner a:before {
    content: "";
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	right: 25px;
	width: 0;
	height: 0;
	margin-top: -5px;
	border: 5px solid transparent;
	border-left: 5px solid #fff;
}*/

.contents h1.none:after {
  content: '';
  width: 100%;
  height: 120px;
  background: url(../images/index/tit_b.png) no-repeat top center;
  position: absolute;
  left: 0;
  top: 160px;
}

#clinic ul.clinic_inner a.btn_welcom:after {
  content: '';
  display: block;
  content: '';
  position: absolute;
  top: 65%;
  right: 25px;
  width: 0;
  height: 0;
  margin-top: -5px;
  border: 5px solid transparent;
  border-left: 5px solid #fff; /*position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
    content: "";
    background: url(../images/common/accessory_yajirushi2.png) no-repeat center/contain;
    width: 6px;
    height: 10px;
    transition: .5s;*/
}
/* end     20210611*/

.counseling {
  width: 750px;
  margin: 100px auto;
}
.counseling a {
  display: flex;
  align-items: center;
  padding-left: 40px;
  background: linear-gradient(50deg, #fbab7e 10%, #f7ce68 100%);
  height: 100px;
  font-size: 1.5rem;
  font-weight: 700;
  color: #fff;
  border-radius: 50px;
  position: relative;
}
.counseling a:before {
  content: '';
  width: 300px;
  height: 225px;
  position: absolute;
  right: 50px;
  bottom: 0;
  background: url('../images/common/counseling-img.png') right bottom/100% no-repeat;
}

.counseling a img {
  margin-right: 15px;
}

.counseling a:after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent #ffffff;
  position: absolute;
  top: calc(50% - 10px);
  right: 280px;
}

.button {
  width: 350px;
  background: #2f855a;
  display: block;
  color: #fff;
  text-align: center;
  font-weight: 400;
  margin: 40px 0px;
  padding: 10px 0;
  border-radius: 20px;
  font-size: 16px;
  position: relative;
}

.button::after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: 25px;
  width: 0;
  height: 0;
  margin-top: -5px;
  border: 5px solid transparent;
  border-left: 5px solid #fff;
}

.fa-phone-volume {
  font-size: 18px;
  vertical-align: text-bottom;
  font-weight: 900;
  margin-right: 5px;
}

a.stress {
  background: url(../images/common/btn_long.png) no-repeat;
  display: block;
  width: 311px;
  height: 41px;
  color: #fff;
  text-align: center;
  line-height: 41px;
  font-weight: 400;
  margin: 10px auto;
  font-size: 13px;
}

.contents .title01 {
  font-size: 18px;
}

/* 2021/11/29 */
.tms-cont-text {
  margin-top: 20px;
}
.tms-cont-text:nth-of-type(2) {
  margin-top: 0;
}
.dis-fl-wrap {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  grid-gap: 10px 10px;
  max-width: 1000px;
  margin: 20px auto 0;
}
.img-wrap {
  width: calc(50% - 10px);
}
.img-wrap img {
  width: 100%;
}

/* 2021/11/29 */

.pay-box {
  display: flex;
}

ul.list_main {
  padding-left: 25px;
  margin: 30px 0;
}
ul.list_main li {
  list-style: decimal;
  padding-left: 10px;
}
ul.list_main li + li {
  margin-top: 10px;
}

/*20250123　記事内説明画像を中央寄せにする*/

.img_center {
  display: block;
  margin: auto;
}

/*「うつ病の治療方法」記事内レイアウト調整*/
table.depression_treatment {
  width: 100%;
  box-sizing: border-box;
  margin: auto;
  margin-bottom: 1em;
  table-layout: fixed;
}

ul.depression_treatment {
  margin: 1em;
}
ul.depression_treatment li {
  margin: 0.5em 1.5em;
}

.banner__inner a {
  display: grid;
  place-content: center;
}

.banner {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.iframe-wrapper {
  display: grid;
  place-items: center;
  margin-top: 4rem;
  padding: 0 2%;
}

.youtube {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  max-width: 600px;
}

/* =============================================
web予約ページ
============================================== */
:root {
  --ginza-color: #eb6d65;
  --toride-color: #2f855a;
  --web-color: #2B5E9C;
}


/* 改行 */
.sp-only {
  display: none;
}

/* inner */
.page-inner {
  max-width: 1200px;
  padding: 0 20px;
  margin: 0 auto;
}

/* section */
.reservation {
  margin-bottom: 120px;
}

/* テキストの強調 */
.p-text-emp {
  color: #fa2424;
  font-weight: 700;
}

/* 見出し */
.page-inner h1 {
  position: relative;
  text-align: center;
  font-size: 30px;
  font-weight: 800;
  padding: 80px 0 70px;
  line-height: 1.5;
}
.page-inner h1:before {
  content: '';
  width: 100%;
  height: 120px;
  background: url(../images/index/tit_t.png) no-repeat top center;
  position: absolute;
  left: 0;
  bottom: 30px;
}
.page-inner h1:after {
  content: '';
  width: 100%;
  height: 120px;
  background: url(../images/index/tit_b.png) no-repeat top center;
  position: absolute;
  left: 0;
  top: 100px;
}

section .section-title {
  font-size: 26px;
  font-weight: 800;
  letter-spacing: 0.06em;
  padding: 0.8rem 0 0.8rem;
  text-align: center;
  color: #fff;
  /* border-radius: 4px; */
  line-height: 1.7;
  background-color: var(--web-color);
}

h4.p-sub-heading1 {
  margin-bottom: 15px;
  font-size: 1.2rem;
  color: #4c4c4c;
  margin-top: 3rem;
}

.p-sub-heading1::before {
  content: '●';
  margin-right: 8px;
  font-size: 20px;
  vertical-align: -1px;
  display: inline-block;
  color: var(--web-color);
}

/* 初診予約ボタン */

.button.beginner {
  width: 100%;
  max-width: 320px;
  display: block;
  color: #fff;
  text-align: center;
  font-weight: 400;
  padding: 5px 26px;
  border-radius: 50px;
  font-size: 16px;
  margin: 0;
  position: relative;
  background-color: var(--ginza-color);
}

.button.beginner.toride {
  background-color: var(--toride-color);
}

.beginner span {
  background: url('../images/web/beginner.png') no-repeat left;
  background-size: 25px 25px;
  display: inline-block;
  color: #fff;
  font-weight: 700;
  letter-spacing: 1px;
  padding: 10px 0 10px 30px;
  vertical-align: text-bottom;
  margin-top: 5px;
  font-size: 16px;
}

.button.beginner:hover {
  text-decoration: none;
  opacity: 0.8;
  transition: 0.5s;
}

/* 再診予約ボタン（LINE） */

.line-button {
  width: 350px;
  background: #4cc764;
  display: block;
  text-align: center;
  font-weight: 400;
  margin: 40px 0px;
  padding: 8px 0 16px;
  border-radius: 50px;
  font-size: 20px;
  position: relative;
}
.line-button span {
  background: url('../images/web/line.png') no-repeat left;
  background-size: 50px 50px;
  display: inline-block;
  color: #fff;
  font-weight: 700;
  letter-spacing: 1px;
  padding: 8px 0 1px 50px;
  margin-top: 5px;
  font-size: 16px;
}

.line-button::after {
  content: '';
  display: block;
  position: absolute;
  top: 53%;
  right: 25px;
  width: 0;
  height: 0;
  margin-top: -5px;
  border: 5px solid transparent;
  border-left: 5px solid #fff;
}

.line-button:hover {
  opacity: 0.8;
  transition: 0.5s;
}

/* .qr-code_img {
  margin-bottom: 4rem;
} */

/* 電話予約のボタン */
.button.tel {
  padding: 18px 0px 18px;
  border-radius: 50px;
  background-color: var(--ginza-color);
  margin: 0;
}

.button.tel.toride {
  background-color: var(--toride-color);
}

.button.tel:hover {
  opacity: 0.8;
  text-decoration: none;
  transition: 0.5s;
}

/* リスト */

.p-sub-heading1 ul {
  padding: 0;
  margin: 0;
}

.p-web__list {
  padding: 0;
  margin: 0;
  list-style-type: disc;
  padding: 0 0 0 20px;
  box-sizing: border-box;
}

.p-web__list li {
  color: #1a1a1a;
  line-height: 1.7;
  margin-bottom: 16px;
  text-indent: 0;
}

.p-web__list.line {
  background-color: rgb(229, 244, 255);
  padding: 50px 60px 45px;
  border-radius: 30px;
  display: inline-block;
}

/* クリニック情報 */

.clinic-info {
  background-color: #f3f3f3;
  padding: 50px 60px 45px;
  border-radius: 30px;
  display: inline-block;
  margin-top: 2rem;
}

.clinic-info ul {
  padding: 0;
  margin: 0;
}

.tel_number.ginza {
  color: var(--ginza-color);
}
.tel_number.toride {
  color: var(--toride-color);
}

/* ページリンク */
.page-links-inner {
  background-color: #F3F9FF;
  margin-bottom: 8rem;
  padding: 2.8rem  2%;
}

.page-links__list {
  display: flex;
  justify-content: center;
  margin-top: 2rem;
  gap: 1.2rem;
  list-style: none;
  padding: 0;
  margin: 0 auto;
}

.page-links__list-item a {
  display: block;
  color: #284674;
  background: url(../images/web/arrow_blue.svg) no-repeat center bottom 5px;
  background-size: 10px auto;
  font-size: 1.4rem;
  background-color: #fff;
  font-weight: 700;
  border-radius: 4px;
  line-height: 1.6;
  padding: 0.6rem 2rem 0.8rem;
}

.page-links__list-item a:hover {
  text-decoration: none;
  transition: 0.2s;
  opacity: 0.8;
  background-color: #2B5E9C;
  color: #fff;
}

/* flex */

.reservation-flex {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  margin: 50px 0 80px;
}

/* 電話の部分のflex */
.reservation-ginza {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0;

}
.reservation-toride {
  display: flex;
  flex-direction: column;
  align-items: center;
}


.schedule_caption {
  caption-side: bottom;
  text-align: left;
}

/*診療医師予定表*/
table.table_doc{
  border-top: solid 1px #000;
  border-left: solid 1px #000;
  border-spacing: 0;
}
table.table_doc th,
table.table_doc td{
  background: none;
  border-right: solid 1px #000;
  border-bottom: solid 1px #000;
  border-left: none;
  border-top: none;
}
table.table_doc th:not(.time){
  width: 11%;
}