@charset "UTF-8";
/* Basic Settings
------------------------------------------------*/
.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

@media (max-width: 768px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
}

#wrap {
  margin: 0 auto;
}

.column-main {
  min-width: 955px;
  max-width: 955px;
  padding: 0;
  margin: 0 5px 0 0;
}

.column-main em {
  font-style: normal;
}

.header-global,
.breadcrumbs {
  min-width: 1195px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.header-pageTitle-low,
.container-contact,
.footer-global {
  min-width: 1195px;
}

.container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: 1195px;
}

.column-main {
  width: 955px;
  min-width: 955px;
}

.column-sidebar {
  width: 25%;
  min-width: 200px;
}

@media only screen and (min-width: 769px) and (max-width: 1000px) {
  #wrap {
    width: 1000px;
    overflow-x: scroll;
  }
}

@media only screen and (max-width: 800px) {
  .header-global, .breadcrumbs {
    width: 100%;
    min-width: inherit;
  }
  .header-pageTitle-low, .container-contact, .footer-global {
    min-width: inherit;
  }
  .container {
    min-width: inherit;
    display: inherit;
  }
  .column-main {
    min-width: inherit;
    max-width: inherit;
    width: 100%;
  }
}

@media only screen and (max-width: 768px) {
  #wrap {
    width: 100%;
    overflow: hidden;
  }
}

.inner {
  position: relative;
  margin: 0 auto;
}

/* Page Styles
------------------------------------------------*/
.bg1 {
  background-color: #dfedf2;
}

.bg2 {
  background-color: #f5f9fa;
}

.bg3 {
  background-color: rgba(255, 255, 255, 0.25);
}

.color0 {
  color: #444;
}

.color1 {
  color: #3da9c5;
}

.color2 {
  color: #1d80a4;
}

.color3 {
  color: #2b6780;
}

.color4 {
  color: #00cbff;
}

.color5 {
  color: #2d90aa;
}

/* ------------------------------------------------------------------------
	Ajustment For Small PC Window 
------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------
	Ajustment For Tablett Window 
------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------
	Ajustment For Smart Phone 
------------------------------------------------------------------------ */
/* Page Styles
------------------------------------------------*/
@media only screen and (max-width: 800px) {
  .container {
    padding-top: 0;
  }
}

@media only screen and (max-width: 800px) {
  .column-sidebar {
    padding: 30px 0 15px;
    width: 100%;
  }
}

.column-main {
  color: #444;
  line-height: 1.4;
}

@media only screen and (max-width: 800px) {
  .column-main {
    margin-right: -10px;
    margin-left: -10px;
    max-width: 100vw !important;
    min-width: 100vw !important;
    width: 100vw !important;
  }
}

.column-main * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.column-main a {
  color: #444;
  text-decoration: underline;
}

.column-main a:hover {
  text-decoration: none;
}

.column-main .btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media only screen and (max-width: 800px) {
  .column-main .btn-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 10px;
  }
}

.column-main .btn-wrap a:nth-child(2) {
  margin-left: 15px;
}

@media only screen and (max-width: 800px) {
  .column-main .btn-wrap a:nth-child(2) {
    margin-left: 0;
  }
}

.column-main a.btn {
  display: block;
  border: 1px solid #fff;
  width: 100%;
  max-width: 398px;
  height: 54px;
  line-height: 52px;
  border-radius: 6px;
  position: relative;
  color: #fff;
  text-align: center;
  text-decoration: none;
  font-size: 20px;
  font-family: "UD Shin Go Bold", "ヒラギノ角ゴ Pro W6", "UD Shin Go Regular", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo", "メイリオ", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: bold;
}

@media only screen and (max-width: 800px) {
  .column-main a.btn {
    border-radius: 3px;
    max-width: 100%;
    height: 58px;
    height: 48px;
    line-height: 46px;
    font-size: 16px;
  }
}

.column-main a.btn:hover {
  opacity: 0.75;
}

.column-main a.btn:after {
  content: "";
  display: block;
  background: url(/jp/~/media/medicom/clinics/mchrf/icon_arrow03_pc.png) no-repeat 0 0;
  width: 10px;
  height: 17px;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -9px;
}

@media only screen and (max-width: 800px) {
  .column-main a.btn:after {
    background: url(/jp/~/media/medicom/clinics/mchrf/icon_arrow03_sp.png) no-repeat 0 0;
    background-size: 100%;
    width: 10px;
    height: 15px;
    margin-top: -7px;
  }
}

.column-main a.btn.btn-color1 {
  background-image: -moz-linear-gradient(90deg, #328d17 0%, #4dbf29 17%, #9dd431 100%);
  background-image: -webkit-linear-gradient(90deg, #328d17 0%, #4dbf29 17%, #9dd431 100%);
  background-image: -ms-linear-gradient(90deg, #328d17 0%, #4dbf29 17%, #9dd431 100%);
}

.column-main a.btn.btn-color2 {
  background-image: -moz-linear-gradient(90deg, #b11818 0%, #df7b39 17%, #e7b10b 100%);
  background-image: -webkit-linear-gradient(90deg, #b11818 0%, #df7b39 17%, #e7b10b 100%);
  background-image: -ms-linear-gradient(90deg, #b11818 0%, #df7b39 17%, #e7b10b 100%);
}

.page-title-wrap {
  background: url(/jp/~/media/medicom/clinics/mchrf/bg_h1_pc.png), -moz-linear-gradient(0deg, #4b9cc0 0%, #4b9cc0 50%, #c8dadc 51%, #c8dadc 100%);
  background: url(/jp/~/media/medicom/clinics/mchrf/bg_h1_pc.png), -webkit-linear-gradient(0deg, #4b9cc0 0%, #4b9cc0 50%, #c8dadc 51%, #c8dadc 100%);
  background: url(/jp/~/media/medicom/clinics/mchrf/bg_h1_pc.png), -ms-linear-gradient(0deg, #4b9cc0 0%, #4b9cc0 50%, #c8dadc 51%, #c8dadc 100%);
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: auto 320px;
  min-width: 1195px;
}

@media only screen and (max-width: 800px) {
  .page-title-wrap {
    background: url(/jp/~/media/medicom/clinics/mchrf/bg_h1_sp.png) no-repeat 0 0;
    background-size: 100%;
    min-width: 0;
  }
}

.page-title-wrap .page-title-inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 33px;
  font-weight: normal;
  color: #fff;
  position: relative;
  height: 320px;
}

@media only screen and (max-width: 800px) {
  .page-title-wrap .page-title-inner {
    line-height: 1.6;
    height: 72vw;
    padding: 0 4.53333vw;
  }
}

.page-title-wrap .page-title-inner .txt1 {
  font-size: 28px;
  position: absolute;
  top: 54px;
}

@media only screen and (max-width: 800px) {
  .page-title-wrap .page-title-inner .txt1 {
    font-size: 4.8vw;
    top: 4.8vw;
  }
}

.page-title-wrap .page-title-inner .txt2 {
  font-size: 36px;
  position: absolute;
  top: 98px;
}

@media only screen and (max-width: 800px) {
  .page-title-wrap .page-title-inner .txt2 {
    font-size: 5.33333vw;
    top: 12.66667vw;
  }
}

.page-title-wrap .page-title-inner .logo {
  position: absolute;
  top: 174px;
  background: url(/jp/~/media/medicom/clinics/mchrf/img_h1_logo_pc.png) no-repeat 0 0;
  width: 396px;
  height: 81px;
  text-indent: -9999px;
  overflow: hidden;
}

@media only screen and (max-width: 800px) {
  .page-title-wrap .page-title-inner .logo {
    background: url(/jp/~/media/medicom/clinics/mchrf/img_h1_logo_sp.png) no-repeat 0 0;
    background-size: 100%;
    width: 52.8vw;
    height: 10.8vw;
    top: 23.6vw;
  }
}

.section-title1,
.section-title2 {
  font-size: 26px;
  position: relative;
  margin-bottom: 42px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (max-width: 800px) {
  .section-title1,
  .section-title2 {
    margin-bottom: 8vw;
    font-size: 4.8vw;
  }
}

.section-title1:before,
.section-title2:before {
  content: "";
  display: block;
  background: url(/jp/~/media/medicom/clinics/mchrf/icon_ribon_pc.png) no-repeat 0 0;
  width: 92px;
  height: 133px;
  position: absolute;
  left: 0;
}

@media only screen and (max-width: 800px) {
  .section-title1:before,
  .section-title2:before {
    background-size: 100%;
    width: 12.26667vw;
    height: 17.73333vw;
  }
}

.section-title1 {
  padding-left: 114px;
  height: 120px;
  font-weight: bold;
  font-family: "UD Shin Go Bold", "ヒラギノ角ゴ Pro W6", "UD Shin Go Regular", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo", "メイリオ", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

@media only screen and (max-width: 800px) {
  .section-title1 {
    height: 26.66667vw;
    padding-left: 15.2vw;
  }
}

.section-title1:before {
  top: -12px;
}

@media only screen and (max-width: 800px) {
  .section-title1:before {
    top: -1.6vw;
  }
}

.section-title1 .num {
  width: 55px;
  font-size: 50px;
  -moz-transform: matrix(1, 0, -0.08749, 1, 0, 0);
  -webkit-transform: matrix(1, 0, -0.08749, 1, 0, 0);
  -ms-transform: matrix(1, 0, -0.08749, 1, 0, 0);
}

@media only screen and (max-width: 800px) {
  .section-title1 .num {
    width: 8vw;
    font-size: 6.66667vw;
    height: 100%;
    padding-top: 7px;
  }
}

.section-title1 .title {
  font-size: 26px;
  line-height: 1.4;
}

@media only screen and (max-width: 800px) {
  .section-title1 .title {
    font-size: 4.8vw;
  }
}

.section-title1 .title .sub {
  display: block;
  font-size: 20px;
  line-height: 1.4;
  margin-bottom: 5px;
}

@media only screen and (max-width: 800px) {
  .section-title1 .title .sub {
    font-size: 3.73333vw;
  }
}

@media only screen and (max-width: 800px) {
  #sec05 .section-title1 {
    height: 32.93333vw;
  }
}

.section-title2 {
  padding-left: 120px;
  height: 80px;
  font-weight: bold;
  font-family: "UD Shin Go Bold", "ヒラギノ角ゴ Pro W6", "UD Shin Go Regular", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo", "メイリオ", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

@media only screen and (max-width: 800px) {
  .section-title2 {
    height: 10.66667vw;
    padding-left: 16vw;
  }
}

.section-title2:before {
  top: -27px;
}

@media only screen and (max-width: 800px) {
  .section-title2:before {
    top: -3.6vw;
  }
}

.section-body {
  padding: 0 50px 80px;
}

@media only screen and (max-width: 800px) {
  .section-body {
    padding: 0 5.33333vw 16vw;
  }
}

.section-body .section-body-subttl {
  font-size: 20px;
  line-height: 1.4;
  font-weight: bold;
  font-family: "UD Shin Go Bold", "ヒラギノ角ゴ Pro W6", "UD Shin Go Regular", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo", "メイリオ", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  margin-bottom: 15px;
}

@media only screen and (max-width: 800px) {
  .section-body .section-body-subttl {
    font-size: 4.8vw;
    line-height: 1.44444;
  }
}

.section-body .section-body-subttl-s {
  font-size: 16px;
  line-height: 1.4;
  font-weight: bold;
  font-family: "UD Shin Go Bold", "ヒラギノ角ゴ Pro W6", "UD Shin Go Regular", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo", "メイリオ", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  margin-bottom: 5px;
}

@media only screen and (max-width: 800px) {
  .section-body .section-body-subttl-s {
    font-size: 4.0vw;
    line-height: 1.44444;
  }
}

.section-body p {
  line-height: 1.6;
}

.section-body .img-wrap {
  text-align: center;
  margin: 35px 0 30px;
}

.section-body .img-wrap img {
  margin-right: auto;
  margin-left: auto;
}

.section-body .img-wrap.sec05img {
  width: 566px;
  margin: 35px auto 40px;
}

@media only screen and (max-width: 800px) {
  .section-body .img-wrap.sec05img {
    width: 75.46667vw;
  }
}

.section-body .img-wrap.sec05img span {
  display: block;
  text-align: right;
  line-height: 1;
  padding: 14px 48px 0 0;
  font-weight: bold;
  font-family: "UD Shin Go Bold", "ヒラギノ角ゴ Pro W6", "UD Shin Go Regular", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo", "メイリオ", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 20px;
}

@media only screen and (max-width: 800px) {
  .section-body .img-wrap.sec05img span {
    font-size: 2.66667vw;
    padding: 1.86667vw 6.4vw 0 0;
  }
}

.section-body .bnr-wrap {
  text-align: center;
  margin: 60px 0 40px;
}

.section-body .bnr-wrap a img {
  margin-right: auto;
  margin-left: auto;
}

.section-body .bnr-wrap a:hover {
  opacity: 0.75;
}

#sec04 .section-body {
  padding: 0 37px 106px;
}

@media only screen and (max-width: 800px) {
  #sec04 .section-body {
    padding: 0 5.33333vw 16vw;
  }
}

.index-header {
  padding: 35px 25px 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1;
}

@media only screen and (max-width: 800px) {
  .index-header {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 28px 6.13333vw 25px;
  }
}

.index-header-col1 {
  margin-right: 10px;
}

@media only screen and (max-width: 800px) {
  .index-header-col1 {
    margin-right: 0;
    margin-bottom: 4vw;
    position: relative;
    padding-top: 4vw;
  }
}

.index-header-col2 {
  margin-right: 32px;
}

@media only screen and (max-width: 800px) {
  .index-header-col2 {
    margin-right: 0;
    width: 29.78723%;
  }
}

@media only screen and (max-width: 800px) {
  .index-header-col3 {
    width: 100%;
  }
}

.index-header-col3 ul li + li {
  margin-top: 10px;
}

.index-header-col3 ul li {
  font-size: 16px;
  font-family: "UD Shin Go Bold", "ヒラギノ角ゴ Pro W6", "UD Shin Go Regular", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo", "メイリオ", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1;
  font-weight: bold;
  padding-left: 19px;
  position: relative;
}

@media only screen and (max-width: 800px) {
  .index-header-col3 ul li {
    font-size: 3.73333vw;
    padding-left: 15px;
  }
}

.index-header-col3 ul li:before {
  content: "";
  background: #00cbff;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  display: block;
  position: absolute;
  left: 0;
  top: 6px;
}

.index-header .txt1 {
  font-size: 14px;
  margin-bottom: 15px;
}

@media only screen and (max-width: 800px) {
  .index-header .txt1 {
    font-size: 2.66667vw;
    position: absolute;
    left: 0;
    top: 0;
    white-space: nowrap;
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
  }
}

@media only screen and (max-width: 374px) {
  .index-header .txt1 {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
  }
}

.index-header .txt2 {
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 15px;
  font-family: "UD Shin Go Bold", "ヒラギノ角ゴ Pro W6", "UD Shin Go Regular", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo", "メイリオ", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

@media only screen and (max-width: 800px) {
  .index-header .txt2 {
    font-size: 6.66667vw;
    margin-bottom: 7px;
  }
}

.index-header .txt3 {
  font-size: 11px;
}

@media only screen and (max-width: 800px) {
  .index-header .txt3 {
    font-size: 2.66667vw;
    white-space: nowrap;
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
  }
}

.index-header .txt4 {
  font-family: "Arial";
  font-weight: bold;
  font-size: 80px;
  line-height: 1;
  position: relative;
  width: 100%;
}

@media only screen and (max-width: 800px) {
  .index-header .txt4 {
    font-size: 12vw;
    text-align: right;
  }
}

.index-header .txt4 .dot {
  letter-spacing: -10px;
}

@media only screen and (max-width: 800px) {
  .index-header .txt4 .dot {
    letter-spacing: -7px;
  }
}

.index-header .txt4 .caution {
  position: absolute;
  font-size: 14px;
  top: 0;
  right: -10px;
}

@media only screen and (max-width: 800px) {
  .index-header .txt4 .caution {
    font-size: 3.73333vw;
    right: -10px;
  }
}

.index-header2 {
  padding: 0 25px 40px;
}

@media only screen and (max-width: 800px) {
  .index-header2 {
    padding: 0 25px 28px;
  }
}

.index-body {
  padding: 0 25px 40px;
}

@media only screen and (max-width: 800px) {
  .index-body {
    padding: 0 15px 28px;
  }
}

.index-list-wrap {
  padding: 25px 30px;
}

@media only screen and (max-width: 800px) {
  .index-list-wrap {
    padding: 25px 10px 10px;
  }
}

.index-list-wrap .index-list + .index-list {
  border-top: 1px solid #eee;
}

@media only screen and (max-width: 800px) {
  .index-list-wrap .index-list + .index-list {
    border-top: none;
  }
}

.index-list-wrap .index-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  padding: 25px 0;
}

@media only screen and (max-width: 800px) {
  .index-list-wrap .index-list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 18px 0 0;
  }
}

.index-list-wrap .index-list-ttl {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  font-family: "UD Shin Go Bold", "ヒラギノ角ゴ Pro W6", "UD Shin Go Regular", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo", "メイリオ", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

@media only screen and (max-width: 800px) {
  .index-list-wrap .index-list-ttl {
    font-size: 18px;
  }
}

.index-list-wrap .index-list-label {
  font-family: "UD Shin Go Bold", "ヒラギノ角ゴ Pro W6", "UD Shin Go Regular", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo", "メイリオ", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  width: 23.66864%;
  min-height: 30px;
  margin-right: 19px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media only screen and (max-width: 800px) {
  .index-list-wrap .index-list-label {
    background-color: #dfedf2;
    width: 100%;
    margin-right: 0;
    line-height: 35px;
    font-size: 16px;
  }
  .index-list-wrap .index-list-label br {
    display: none;
  }
}

.index-list-wrap .index-list-link {
  width: 74.08284%;
}

@media only screen and (max-width: 800px) {
  .index-list-wrap .index-list-link {
    width: 100%;
  }
}

@media only screen and (max-width: 800px) {
  .index-list-wrap .index-list-link ul {
    margin-right: 10px;
    margin-left: 10px;
  }
}

@media only screen and (max-width: 800px) {
  .index-list-wrap .index-list-link ul li {
    padding-top: 10px;
    padding-bottom: 12px;
  }
}

@media only screen and (max-width: 800px) {
  .index-list-wrap .index-list-link ul li a {
    display: block;
    padding-left: 5px;
    padding-right: 25px;
    background: url(/jp/~/media/medicom/clinics/mchrf/icon_arrow04_sp.png) no-repeat calc(100% - 5px) 50%;
    background-size: 10px;
  }
}

.index-list-wrap .index-list-link ul li + li {
  margin-top: 16px;
}

@media only screen and (max-width: 800px) {
  .index-list-wrap .index-list-link ul li + li {
    border-top: 1px solid #d8d8d8;
    margin-top: 0;
  }
}

.about-wrap {
  padding: 40px 0 34px;
}

@media only screen and (max-width: 800px) {
  .about-wrap {
    padding: 28px 0;
  }
}

.about-wrap .about-ttl1 {
  text-align: center;
  font-weight: bold;
  margin-bottom: 15px;
  font-family: "UD Shin Go Bold", "ヒラギノ角ゴ Pro W6", "UD Shin Go Regular", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo", "メイリオ", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 24px;
}

@media only screen and (max-width: 800px) {
  .about-wrap .about-ttl1 {
    font-size: 4.8vw;
  }
}

.about-wrap .about-ttl2 {
  text-align: center;
  font-size: 30px;
  margin-bottom: 35px;
}

@media only screen and (max-width: 800px) {
  .about-wrap .about-ttl2 {
    margin-bottom: 17px;
    font-size: 5.6vw;
  }
}

.about-wrap .about-ttl3 {
  text-align: center;
  font-size: 24px;
  line-height: 1.6;
  font-weight: bold;
  font-family: "UD Shin Go Bold", "ヒラギノ角ゴ Pro W6", "UD Shin Go Regular", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo", "メイリオ", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  margin-bottom: 37px;
}

@media only screen and (max-width: 800px) {
  .about-wrap .about-ttl3 {
    font-size: 4.26667vw;
    margin-bottom: 20px;
  }
}

.about-wrap .about-baloon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 800px) {
  .about-wrap .about-baloon {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.about-wrap .about-baloon li + li {
  margin-left: -9px;
}

@media only screen and (max-width: 800px) {
  .about-wrap .about-baloon li + li {
    margin-left: 0;
  }
}

.about-wrap .about-baloon li {
  width: 239px;
  min-height: 156px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 15px 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1.7;
  font-size: 16px;
  font-weight: bold;
  font-family: "UD Shin Go Bold", "ヒラギノ角ゴ Pro W6", "UD Shin Go Regular", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo", "メイリオ", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

@media only screen and (max-width: 800px) {
  .about-wrap .about-baloon li {
    width: 46.93333vw;
    min-height: 31.86667vw;
    font-size: 3.73333vw;
    margin-bottom: -5px;
  }
}

.about-wrap .about-baloon li:nth-child(1) {
  background: url(/jp/~/media/medicom/clinics/mchrf/bg_about_baloon_pc.png) no-repeat 0 0;
}

@media only screen and (max-width: 800px) {
  .about-wrap .about-baloon li:nth-child(1) {
    background: url(/jp/~/media/medicom/clinics/mchrf/bg_about_baloon_sp.png) no-repeat 0 0;
    background-size: 100%;
  }
}

.about-wrap .about-baloon li:nth-child(2) {
  background: url(/jp/~/media/medicom/clinics/mchrf/bg_about_baloon_pc.png) no-repeat 0 0;
}

@media only screen and (max-width: 800px) {
  .about-wrap .about-baloon li:nth-child(2) {
    background: url(/jp/~/media/medicom/clinics/mchrf/bg_about_baloon2_sp.png) no-repeat 0 0;
    background-size: 100%;
  }
}

.about-wrap .about-baloon li:nth-child(3) {
  background: url(/jp/~/media/medicom/clinics/mchrf/bg_about_baloon2_pc.png) no-repeat 0 0;
}

@media only screen and (max-width: 800px) {
  .about-wrap .about-baloon li:nth-child(3) {
    background: url(/jp/~/media/medicom/clinics/mchrf/bg_about_baloon_sp.png) no-repeat 0 0;
    background-size: 100%;
  }
}

.about-wrap .about-baloon li:nth-child(4) {
  background: url(/jp/~/media/medicom/clinics/mchrf/bg_about_baloon2_pc.png) no-repeat 0 0;
}

@media only screen and (max-width: 800px) {
  .about-wrap .about-baloon li:nth-child(4) {
    background: url(/jp/~/media/medicom/clinics/mchrf/bg_about_baloon2_sp.png) no-repeat 0 0;
    background-size: 100%;
  }
}

.about-wrap .about-msg {
  background: url(/jp/~/media/medicom/clinics/mchrf/bg_about01_pc.png) no-repeat 0 0;
  background-size: 100%;
  height: 314px;
  position: relative;
}

@media only screen and (max-width: 800px) {
  .about-wrap .about-msg {
    background: url(/jp/~/media/medicom/clinics/mchrf/bg_about01_sp.png) no-repeat 0 0;
    background-size: 100%;
    height: 38.93333vw;
  }
}

.about-wrap .about-msg:before {
  content: "";
  display: block;
  background: url(/jp/~/media/medicom/clinics/mchrf/icon_arrow02_pc.png) no-repeat 0 0;
  width: 80px;
  height: 30px;
  position: absolute;
  top: -14px;
  margin: auto;
  left: 0;
  right: 0;
}

@media only screen and (max-width: 800px) {
  .about-wrap .about-msg:before {
    background: url(/jp/~/media/medicom/clinics/mchrf/icon_arrow02_sp.png) no-repeat 0 0;
    background-size: 100%;
    top: -7px;
    width: 40px;
    height: 15px;
  }
}

.about-wrap .about-msg .txt1 {
  position: absolute;
  left: 74px;
  top: 62px;
  font-size: 30px;
  line-height: 1.4;
  font-weight: bold;
  font-family: "UD Shin Go Bold", "ヒラギノ角ゴ Pro W6", "UD Shin Go Regular", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo", "メイリオ", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

@media only screen and (max-width: 800px) {
  .about-wrap .about-msg .txt1 {
    font-size: 4vw;
    left: 4vw;
    top: 6vw;
  }
}

.about-wrap .about-msg .txt1 sup {
  font-size: 20px;
  font-family: "UD Shin Go Regular", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo", "メイリオ", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: normal;
}

@media only screen and (max-width: 800px) {
  .about-wrap .about-msg .txt1 sup {
    font-size: 2.4vw;
  }
}

.about-wrap .about-msg .txt2 {
  position: absolute;
  left: 74px;
  top: 200px;
  line-height: 1;
  font-size: 12px;
}

@media only screen and (max-width: 800px) {
  .about-wrap .about-msg .txt2 {
    font-size: 2.4vw;
    left: 4vw;
    top: 24.93333vw;
  }
}

.sec01-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media only screen and (max-width: 800px) {
  .sec01-flex {
    width: 86.66667vw;
    margin-left: auto;
    margin-right: auto;
    gap: 6.66667vw;
  }
}

.sec01-flex li {
  width: 270px;
  min-height: 336px;
  border-radius: 6px;
  -webkit-box-shadow: 0px 6px 15px 0px rgba(0, 0, 0, 0.0175);
  box-shadow: 0px 6px 15px 0px rgba(0, 0, 0, 0.0175);
  padding: 53px 0 44px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  text-align: center;
}

@media only screen and (max-width: 800px) {
  .sec01-flex li {
    border-radius: 3px;
    width: 100%;
    min-height: 49.33333vw;
    padding: 4.8vw 0 5.6vw;
  }
}

.sec01-flex li .txt1 {
  font-size: 16px;
  line-height: 1.75;
  background: url(/jp/~/media/medicom/clinics/mchrf/bg_sec01_pc.png) no-repeat 0 0;
  width: 90px;
  height: 60px;
  color: #fff;
  position: absolute;
  top: -15px;
  left: 0;
  text-align: center;
  padding-top: 15px;
}

@media only screen and (max-width: 800px) {
  .sec01-flex li .txt1 {
    background: url(/jp/~/media/medicom/clinics/mchrf/bg_sec01_sp.png) no-repeat 0 0;
    background-size: 100%;
    width: 17.33333vw;
    height: 11.73333vw;
    top: 0;
    font-size: 3.2vw;
    padding-top: 2.93333vw;
  }
}

.sec01-flex li .txt1 span {
  display: inline-block;
  margin-left: 5px;
  color: #00cbff;
  line-height: 1.4;
  font-size: 20px;
  font-weight: bold;
  font-family: "UD Shin Go Bold", "ヒラギノ角ゴ Pro W6", "UD Shin Go Regular", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo", "メイリオ", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

@media only screen and (max-width: 800px) {
  .sec01-flex li .txt1 span {
    font-size: 4vw;
  }
}

.sec01-flex li .txt2 {
  font-size: 20px;
  line-height: 1.6;
  font-weight: bold;
  font-family: "UD Shin Go Bold", "ヒラギノ角ゴ Pro W6", "UD Shin Go Regular", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo", "メイリオ", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  background: url(/jp/~/media/medicom/clinics/mchrf/icon_arrow01_pc.png) no-repeat 50% 100%;
  height: 110px;
}

@media only screen and (max-width: 800px) {
  .sec01-flex li .txt2 {
    background: url(/jp/~/media/medicom/clinics/mchrf/icon_arrow01_sp.png) no-repeat 50% 100%;
    background-size: 7.73333vw;
    font-size: 4.26667vw;
    height: 20.93333vw;
    line-height: 1.46429;
  }
}

.sec01-flex li .txt2 span {
  display: block;
  font-size: 16px;
  line-height: 1.3125;
}

@media only screen and (max-width: 800px) {
  .sec01-flex li .txt2 span {
    font-size: 3.46667vw;
    line-height: 1.46429;
  }
}

.sec01-flex li h3 {
  font-size: 24px;
  line-height: 1.4;
  font-weight: bold;
  font-family: "UD Shin Go Bold", "ヒラギノ角ゴ Pro W6", "UD Shin Go Regular", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo", "メイリオ", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (max-width: 800px) {
  .sec01-flex li h3 {
    font-size: 4.8vw;
    height: 13.33333vw;
  }
}

.sec01-flex li .txt3 {
  font-size: 16px;
  line-height: 1.6;
}

@media only screen and (max-width: 800px) {
  .sec01-flex li .txt3 {
    font-size: 3.73333vw;
  }
}

.sec01-flex.item-large li .txt2 {
  height: 150px;
}

@media only screen and (max-width: 800px) {
  .sec01-flex.item-large li .txt2 {
    height: 26vw;
  }
}

@media only screen and (max-width: 800px) {
  .sec01-flex.item-large li:nth-child(3) .txt2 {
    height: 20vw;
  }
}

.sec03-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media only screen and (max-width: 800px) {
  .sec03-flex {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.sec03-flex .flex-col1 {
  width: 485px;
}

@media only screen and (max-width: 800px) {
  .sec03-flex .flex-col1 {
    width: 100%;
  }
}

.sec03-flex .flex-col2 {
  border-radius: 10px;
  width: 351px;
  height: 160px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (max-width: 800px) {
  .sec03-flex .flex-col2 {
    width: 100%;
    height: 40.8vw;
  }
}

.sec06-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media only screen and (max-width: 800px) {
  .sec06-flex {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.sec06-flex .flex-col1 {
  width: 485px;
}

@media only screen and (max-width: 800px) {
  .sec06-flex .flex-col1 {
    width: 100%;
    margin-top: 35px;
  }
}

.sec06-flex .flex-col2 {
  border-radius: 10px;
  width: 351px;
  height: 160px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (max-width: 800px) {
  .sec06-flex .flex-col2 {
    width: 100%;
    height: 40.8vw;
  }
}

.sec04-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 40px;
}

@media only screen and (max-width: 800px) {
  .sec04-flex {
    gap: 20px;
  }
}

.sec04-flex li {
  counter-increment: number;
  width: 280px;
  border-radius: 6px;
  -webkit-box-shadow: 0px 6px 15px 0px rgba(0, 0, 0, 0.0175);
  box-shadow: 0px 6px 15px 0px rgba(0, 0, 0, 0.0175);
  padding: 0 16px 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}

@media only screen and (max-width: 800px) {
  .sec04-flex li {
    width: 100%;
    height: auto;
    padding: 0 5.06667vw 6.4vw;
  }
}

.sec04-flex li:before {
  content: counter(number);
  display: block;
  background: url(/jp/~/media/medicom/clinics/mchrf/bg_sec04_pc.png) no-repeat 0 0;
  width: 64px;
  height: 76px;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  line-height: 1;
  padding: 17px 0 0 17px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 14px;
  font-weight: bold;
  font-family: "UD Shin Go Bold", "ヒラギノ角ゴ Pro W6", "UD Shin Go Regular", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo", "メイリオ", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

@media only screen and (max-width: 800px) {
  .sec04-flex li:before {
    background: url(/jp/~/media/medicom/clinics/mchrf/bg_sec04_sp.png) no-repeat 0 0;
    background-size: 100%;
    width: 13.33333vw;
    height: 15.86667vw;
    font-size: 3.73333vw;
    padding: 2.66667vw 0 0 2.66667vw;
  }
}

.sec04-flex li h3 {
  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;
  -ms-flex-line-pack: center;
  align-content: center;
  text-align: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 18px;
  line-height: 1.4;
  height: 110px;
  font-weight: bold;
  font-family: "UD Shin Go Bold", "ヒラギノ角ゴ Pro W6", "UD Shin Go Regular", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo", "メイリオ", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

@media only screen and (max-width: 800px) {
  .sec04-flex li h3 {
    font-size: 4.8vw;
    height: 17.6vw;
  }
}

.sec04-flex li h3 span {
  width: 100%;
  font-size: 15px;
  line-height: 1.4;
}

@media only screen and (max-width: 800px) {
  .sec04-flex li h3 span {
    font-size: 3.73333vw;
  }
}

.sec04-flex li p {
  font-size: 16px;
  line-height: 1.6;
}

@media only screen and (max-width: 800px) {
  .sec04-flex li p {
    font-size: 3.73333vw;
  }
}

.sec04-flex li:nth-child(3n), .sec04-flex li:nth-child(3n - 1) {
  margin-left: 20px;
}

@media only screen and (max-width: 800px) {
  .sec04-flex li:nth-child(3n), .sec04-flex li:nth-child(3n - 1) {
    margin-left: 0;
  }
}

.sec04-flex li:nth-child(4), .sec04-flex li:nth-child(5), .sec04-flex li:nth-child(6), .sec04-flex li:nth-child(7), .sec04-flex li:nth-child(8), .sec04-flex li:nth-child(9) {
  margin-top: 20px;
}

@media only screen and (max-width: 800px) {
  .sec04-flex li:nth-child(4), .sec04-flex li:nth-child(5), .sec04-flex li:nth-child(6), .sec04-flex li:nth-child(7), .sec04-flex li:nth-child(8), .sec04-flex li:nth-child(9) {
    margin-top: 0;
  }
}

@media only screen and (max-width: 800px) {
  .sec04-flex li:nth-child(6) h3 {
    height: 23.86667vw;
  }
}

.support-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 800px) {
  .support-flex {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.support-flex li + li {
  margin-left: 20px;
}

@media only screen and (max-width: 800px) {
  .support-flex li + li {
    margin-left: 0;
    margin-top: 2.66667vw;
  }
}

.support-flex li {
  width: 280px;
  border-radius: 6px;
  -webkit-box-shadow: 0px 6px 15px 0px rgba(0, 0, 0, 0.0175);
  box-shadow: 0px 6px 15px 0px rgba(0, 0, 0, 0.0175);
  padding: 25px 14px 23px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media only screen and (max-width: 800px) {
  .support-flex li {
    width: 100%;
    height: auto;
    padding: 5.33333vw 4.53333vw;
  }
}

.support-flex li:before {
  content: "";
  display: block;
  width: 80px;
  height: 80px;
  margin: 0 auto 27px;
}

@media only screen and (max-width: 800px) {
  .support-flex li:before {
    width: 22.66667vw;
    height: 22.66667vw;
    margin-bottom: 4vw;
  }
}

.support-flex li.icon01:before {
  background: url(/jp/~/media/medicom/clinics/mchrf/icon_sec06_01_pc.png) no-repeat 50% 50%;
}

@media only screen and (max-width: 800px) {
  .support-flex li.icon01:before {
    background: url(/jp/~/media/medicom/clinics/mchrf/icon_sec06_01_sp.png) no-repeat 50% 50%;
    background-size: 15.33333vw;
  }
}

.support-flex li.icon02:before {
  background: url(/jp/~/media/medicom/clinics/mchrf/icon_sec06_02_pc.png) no-repeat 50% 50%;
}

@media only screen and (max-width: 800px) {
  .support-flex li.icon02:before {
    background: url(/jp/~/media/medicom/clinics/mchrf/icon_sec06_02_sp.png) no-repeat 50% 50%;
    background-size: 16.93333vw;
  }
}

.support-flex li.icon03:before {
  background: url(/jp/~/media/medicom/clinics/mchrf/icon_sec06_03_pc.png) no-repeat 50% 50%;
}

@media only screen and (max-width: 800px) {
  .support-flex li.icon03:before {
    background: url(/jp/~/media/medicom/clinics/mchrf/icon_sec06_03_sp.png) no-repeat 50% 50%;
    background-size: 17.2vw;
  }
}

.support-flex li h3 {
  text-align: center;
  font-size: 18px;
  line-height: 1.4;
  font-weight: bold;
  font-family: "UD Shin Go Bold", "ヒラギノ角ゴ Pro W6", "UD Shin Go Regular", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo", "メイリオ", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  margin-bottom: 21px;
}

@media only screen and (max-width: 800px) {
  .support-flex li h3 {
    font-size: 4.8vw;
    margin-bottom: 2.93333vw;
  }
}

.support-flex li p {
  font-size: 16px;
  line-height: 1.6;
}

@media only screen and (max-width: 800px) {
  .support-flex li p {
    font-size: 3.73333vw;
  }
}

#sec09 ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 60px auto 45px;
  width: 80.7%;
}

#sec09 ul li {
  width: 47.85%;
}

.detail-link-btn {
  position: relative;
  display: block;
  background: #f6f9fa;
  margin: 0 auto;
  padding: 0 0 0 30px;
  width: 550px;
  height: 60px;
  line-height: 60px;
}

.detail-link-btn:link,
.detail-link-btn:visited {
  text-decoration: none;
  color: #468ea8;
}

.detail-link-btn:after {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	right: 25px;
	margin: -5px 0 0;
	width: 8px;
	height: 8px;
	border-top: 2px solid #ccc;
	border-right: 2px solid #ccc;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}




@media only screen and (max-width: 800px) {
  #sec09 .section-title2 {
    height: 20.666667vw;
  }

  #sec09 ul {
    margin: 0 auto 2.6666667vw;
    width: 80vw;
  }

  #sec09 ul li {
    margin: 0 0 4vw;
    width: 100%;
  }

  .detail-link-btn {
    margin: 0 auto -1.3333333vw;
    padding: 2.666667vw 0 2.666667vw 5.3333333vw;
    width: 80vw;
    height: auto;
    line-height: 1.5;
    font-size: 3.733333vw;
  }

  .detail-link-btn:after {
    right: 4.6666667vw;
    margin: -0.9333333vw 0 0;
    width: 1.6vw;
    height: 1.6vw;
    border-top: 0.5333333vw solid #ccc;
    border-right: 0.5333333vw solid #ccc;
  }
  
}


/* ------------------------------------------------------------------------
	Ajustment For Smart Phone 
------------------------------------------------------------------------ */
@media only screen and (max-width: 650px) {
  .main-scroll-area {
    min-width: 0;
  }
  .column-main {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
  }
}
