#mainImg {
  background: url(../img/first/bg_mainimg01.jpg) top center no-repeat
}

#about #secIntro .head {
  border-top: 1px solid #e2e0e0
}

#about .wrap {
  overflow: hidden
}

#about .wrap .leftImg {
  float: left;
  margin-right: 30px
}

#about .wrap .rightImg {
  float: right;
  margin-left: 30px
}

#secFlow .flowList {
  counter-reset: number 0
}

#secFlow .head {
  border-top: 1px solid #e2e0e0
}

#secFlow .flowList .item {
  position: relative;
  padding: 40px 0 35px
}

#secFlow .flowList .item:first-child {
  padding-top: 0
}

#secFlow .flowList .item+.item {
  border-top: 1px solid #e2e0e0
}

#secFlow .flowList .item+.item:before {
  position: absolute;
  top: -10px;
  left: 50%;
  z-index: 1;
  width: 0;
  height: 0;
  border-width: 18px 21.5px 0 21.5px;
  border-style: solid;
  border-color: #e1a45f transparent transparent transparent;
  content: "";
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%)
}

#secFlow .flowList .item .rightImg {
  float: right;
  margin-left: 30px
}

#secFlow .flowList .item .txtArea .tit {
  position: relative;
  line-height: 32px;
  padding: 0 0 18px 65px;
  border-bottom: 1px dotted #007563;
  font-weight: 700;
  font-size: 30.4px;
  font-size: 1.9rem
}

#secFlow .flowList .item .txtArea .tit:before {
  position: absolute;
  top: -10px;
  left: 0;
  width: 50px;
  height: 50px;
  background: url(../img/common/bg_step01.png) center no-repeat;
  background-size: cover;
  content: ""
}

#secFlow .flowList .item .txtArea .tit:after {
  position: absolute;
  top: 8px;
  left: 14px;
  line-height: 1.1;
  color: #fff;
  font-family: "Noto Sans", sans-serif;
  font-weight: bold;
  font-size: 32px;
  font-size: 2.0rem;
  content: "0"counter(number);
  counter-increment: number 1
}

#secFlow .flowList .item .txtArea {
  width: 490px
}

#secFlow .flowList .item .txtArea .txt {
  margin-top: 26px
}

#secFlow .flowList .consent {
  margin-top: 20px
}

#secFlow .borderBox {
  margin-top: 30px;
  padding: 30px;
  border: 1px solid #e2e0e0
}

#secFlow .borderBox .telArea {
  padding: 30px;
  border-radius: 5px;
  background: #e6f3ef
}

#secFlow .borderBox .telArea .telList {
  margin: 0 -20px;
  padding: 0
}

#secFlow .borderBox .mailArea {
  margin-top: 20px;
  padding: 30px;
  border-radius: 5px;
  background: #e6f3ef
}

#secFlow .borderBox .mailArea .btn {
  margin: 0 auto 20px
}

#secFlow .borderBox .mailArea .arrow {
  position: relative;
  margin-top: 10px;
  padding-left: 13px;
  color: #007563
}

#secFlow .borderBox .mailArea .arrow:before {
  display: block;
  position: absolute;
  top: 9px;
  left: 0;
  width: 6px;
  height: 6px;
  border-top: 2px solid #007563;
  border-right: 2px solid #007563;
  content: "";
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg)
}

#secFlow .borderBox .boxTit {
  line-height: 1.1;
  margin-bottom: 15px;
  padding: 10px 0;
  font-size: 28.8px;
  font-size: 1.8rem
}

#secFlow .faqBtn {
  width: 400px
}

#secFlow .faqBtn a {
  background: url(../img/common/ico_question01.png) 35px center no-repeat #2e94aa
}

#secDoctor .head {
  border-top: 1px solid #e2e0e0
}

#secDoctor .picBox {
  background: #007563;
  display: table;
  width: 100%;
  min-height: 200px
}

#secDoctor .picBox .img {
  width: 360px;
  display: table-cell
}

#secDoctor .picBox .txtArea {
  color: #fff;
  text-align: center;
  vertical-align: middle;
  display: table-cell
}

#secDoctor .picBox .txtArea .name {
  line-height: 1.1;
  font-weight: 500;
  font-size: 48px;
  font-size: 3.0rem
}

#secDoctor .picBox .txtArea .en {
  line-height: 1.1;
  font-size: 12px;
  font-size: 1.2rem;
  color: #a2d4d4;
  margin-top: 6px;
  letter-spacing: 0.15em
}

#secDoctor .picBox .txtArea .txt {
  line-height: 1.8;
  margin-top: 12px;
  font-weight: 500
}

#secDoctor .table {
  margin-top: 30px;
  border-bottom: 1px solid #e2e0e0
}

#secDoctor .table th {
  font-size: 38.4px;
  font-size: 2.4rem
}

#secDoctor .table td {
  padding: 5px 50px 5px 0;
  border-bottom: none
}

#secDoctor .table td.date {
  width: 80px;
  padding: 5px 0 5px 50px;
  border-right: none;
  color: #007563;
  font-weight: 700
}

#secDoctor .table tr:nth-of-type(2) td {
  padding: 30px 50px 5px 0
}

#secDoctor .table tr:nth-of-type(2) td.date {
  padding: 30px 0 5px 50px
}

#secDoctor .table tr:last-child td {
  padding: 5px 50px 30px 0
}

#secDoctor .table tr:last-child td.date {
  padding: 5px 0 30px 50px
}

#concept .header {
  border-top: 1px solid #e2e0e0
}

#concept .wrap {
  overflow: hidden
}

#concept .wrap .leftImg {
  float: Left;
  margin-right: 30px
}

#concept .wrap .rightImg {
  float: right;
  margin-left: 30px
}

#secPolicy {
  padding-bottom: 35px
}

#secPolicy .head {
  border-top: 1px solid #e2e0e0
}

#secPolicy .img {
  position: relative
}

#secPolicy .img .director {
  position: absolute;
  top: 50%;
  left: 130px;
  line-height: 1.583;
  font-weight: 500;
  font-size: 27.2px;
  font-size: 1.7rem;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%)
}

#secPolicy .img .director .green {
  color: #007563;
  font-weight: 500;
  font-size: 25.6px;
  font-size: 1.6rem
}

#secPolicy .img .director .name {
  padding-left: 10px;
  font-weight: 500;
  font-size: 33.6px;
  font-size: 2.1rem
}

#secPolicy .read {
  line-height: 1.733;
  margin: 40px 0 35px;
  font-weight: 700;
  font-size: 32px;
  font-size: 2.0rem
}

#secReason {
  padding-bottom: 25px
}

#secReason .header {
  border-top: 1px solid #e2e0e0
}

#secReason .reasonList {
  overflow: hidden;
  margin-top: 13px;
  counter-reset: number 0
}

#secReason .reasonList .item {
  float: left;
  width: 395px;
  margin-bottom: 55px
}

#secReason .reasonList .item:nth-of-type(odd) {
  margin-right: 40px
}

#secReason .reasonList .item .img {
  position: relative
}

#secReason .reasonList .item .img:after {
  position: absolute;
  bottom: -18px;
  left: 50%;
  z-index: 1;
  width: 62px;
  height: 62px;
  border-radius: 50%;
  background: rgba(0, 117, 99, 0.92);
  content: "";
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%)
}

#secReason .reasonList .item .img:before {
  position: absolute;
  bottom: -2px;
  left: 50%;
  z-index: 2;
  line-height: 1.1;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  font-size: 41.6px;
  font-size: 2.6rem;
  content: "";
  content: "0"counter(number);
  counter-increment: number 1;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%)
}

#secReason .reasonList .item .txtArea {
  margin-top: 30px
}

#secReason .reasonList .item .txtArea .tit {
  line-height: 1.78;
  color: #007563;
  font-weight: 700;
  font-size: 30.4px;
  font-size: 1.9rem;
  text-align: center
}

#secReason .reasonList .item .txtArea .txt {
  margin-top: 15px
}

#secApproach .header {
  border-top: 1px solid #e2e0e0
}

#secApproach .approachList .item .txtArea {
  position: relative;
  top: -60px
}

#secApproach .approachList .item .txtArea .tit {
  margin: 0 60px
}

#secApproach .approachList .item .txtArea .txt {
  padding-top: 30px
}

#secApproach .approachList .item .btn {
  margin: 20px auto 30px
}

#secApproach .totalCare {
  box-sizing: border-box;
  padding: 55px 40px 40px;
  border-radius: 5px
}

#secApproach .totalCare .tit {
  line-height: 1.63;
  color: #3f9994;
  font-weight: 700;
  font-size: 35.2px;
  font-size: 2.2rem;
  text-align: center
}

#secApproach .totalCare .txt {
  margin-top: 35px
}

#secApproach .totalCare .img {
  overflow: hidden;
  margin-top: 35px;
  border-radius: 5px
}

#secTarget {
  padding-top: 15px
}

#secTarget .header {
  border-top: 1px solid #e2e0e0
}

#secTarget .sec {
  padding-bottom: 70px
}

#secTarget .sec .wrap {
  margin-top: 40px
}

#secTarget .sec .standardList {
  position: relative;
  overflow: hidden;
  border: 1px solid #e4e2e2;
  background: #eff2f2
}

#secTarget .sec .standardList+.standardList {
  border-top: none
}

#secTarget .sec .standardList .tit {
  position: absolute;
  top: 50%;
  left: 0;
  box-sizing: border-box;
  width: 380px;
  padding: 0 30px;
  font-weight: 700;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%)
}

#secTarget .sec .standardList .txt {
  box-sizing: border-box;
  margin-left: 380px;
  padding: 30px;
  border-left: 1px solid #e4e2e2;
  background: #fff
}

#secTarget .program .imgBox {
  padding: 55px 34px 20px;
  border: 1px solid #e4e2e2;
  border-radius: 5px
}

#secTarget .program .imgBox .secTit {
  line-height: 1.7;
  color: #007563;
  font-weight: 700;
  font-size: 32px;
  font-size: 2.0rem;
  text-align: center
}

#secTarget .program .imgBox .img {
  margin: 20px auto 0;
  text-align: center
}

#secTarget .program .programist {
  overflow: hidden;
  margin-top: 35px
}

#secTarget .program .programist .item {
  float: left;
  box-sizing: border-box;
  width: 372px;
  margin-bottom: 16px;
  padding: 30px 36px;
  border-radius: 5px;
  background: #f0f8f5
}

#secTarget .program .programist .item:nth-of-type(odd) {
  margin-right: 16px
}

#secTarget .program .programist .item .tit {
  color: #007563;
  font-weight: 700;
  font-size: 27.2px;
  font-size: 1.7rem
}

#secTarget .program .programist .item .tit:before {
  display: inline-block;
  margin-right: 5px;
  content: "●"
}

#secTarget .program .programist .item .txt {
  margin-top: 5px
}

#secDoctor .sec .standardList {
  position: relative;
  overflow: hidden;
  border: 1px solid #e4e2e2;
  background: #eff2f2
}

#secDoctor .sec .standardList+.standardList {
  border-top: none
}

#secDoctor .sec .standardList .tit {
  position: absolute;
  top: 50%;
  left: 0;
  box-sizing: border-box;
  width: 380px;
  padding: 0 30px;
  font-weight: 700;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%)
}

#secDoctor .sec .standardList .txt {
  box-sizing: border-box;
  margin-left: 380px;
  padding: 30px;
  border-left: 1px solid #e4e2e2;
  background: #fff
}

.reserveBtn02 {
  width: 360px;
  height: 95px;
  margin: auto;
  padding: 0 20px 0 10px;
  box-sizing: border-box;
  background: url(../img/melancholy_check/bg_reservationbtn01.png) 50% 50% no-repeat;
  background-size: contain
}

.reserveBtn02 a {
  display: block;
  width: 100%
}

.reserveBtn02 .subTxt {
  position: relative;
  z-index: 1;
  color: #fff;
  left: 0
}

.reserveBtn02 .subTxt .txt {
  position: absolute;
  width: 100px;
  text-align: center;
  z-index: 2;
  line-height: 1.1;
  top: 15px
}

.reserveBtn02 .subTxt .txt .txt01 {
  font-weight: 500;
  font-size: 3rem
}

.reserveBtn02 .subTxt .txt .txt02 {
  font-weight: 700;
  font-size: 1.2rem
}

.reserveBtn02 .subTxt .txt .txt03 {
  font-weight: 500;
  font-size: 3rem
}

.reserveBtn02 .subTxt:before {
  position: absolute;
  content: "";
  display: block;
  background-color: #ed7d93;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  top: 0;
  left: 0;
  z-index: -1
}

.reserveBtn02 .subTxt:after {
  position: absolute;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 25px;
  border-color: transparent transparent transparent #ed7d93;
  left: 88px;
  top: 30px
}

.reserveBtn02 .mainTxt {
  position: relative;
  padding: 17px 0 8px 120px
}

.reserveBtn02 .mainTxt .txt {
  line-height: 1;
  font-family: Times, "Times New Roman", serif
}

.reserveBtn02 .mainTxt .txt .txt01 {
  letter-spacing: 0em;
  font-weight: 700;
  font-size: 1.7rem
}

.reserveBtn02 .mainTxt .txt .txt02 {
  line-height: 1.3;
  letter-spacing: 0.01em;
  font-weight: 700;
  font-size: 2.7rem
}

.reserveBtn02 .mainTxt:before {
  position: absolute;
  content: "";
  display: block;
  background-color: #ed7d93;
  width: 20px;
  height: 20px;
  right: 5px;
  top: calc(50% - 10px);
  border-radius: 50%
}

.reserveBtn02 .mainTxt:after {
  position: absolute;
  content: "";
  display: block;
  top: calc(50% - 7px);
  right: 8px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 0 7px 10px;
  border-color: transparent transparent transparent #fff
}