@charset "UTF-8";
* {
  box-sizing: border-box;
}

html {
  overflow-x: hidden;
  background: #FFF;
}

body {
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
  word-wrap: break-word;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, object, iframe, pre, code, p, blockquote, form, fieldset, legend, table, th, td, caption, tbody, tfoot, thead, article, aside, figure, footer, header, hgroup, menu, nav, section, audio, video, canvas {
  margin: 0;
  padding: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, menu {
  display: block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden] {
  display: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset, img {
  border: none;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal;
}

ul, ol, menu {
  list-style: none;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before, q:after {
  content: "";
}

abbr, acronym {
  border: none;
  font-variant: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

legend {
  color: #000;
}

a img, map a {
  border: none;
}

a:hover, a:active, a:focus {
  outline: 0;
}

embed {
  width: 100%;
}

audio, canvas, video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

img, object, embed {
  max-width: 100%;
  height: auto;
}

object, embed {
  height: 100%;
}

img {
  -ms-interpolation-mode: bicubic;
}

body {
  font: 14px/1.231 Verdana, Arial, sans-serif;
}

select, input, button, textarea, button {
  font: 99% arial, sans-serif;
}

table {
  font-size: inherit;
}

pre, code, kbd, samp, tt {
  font-family: monospace;
  line-height: 1;
}

table {
  empty-cells: show;
}

input {
  line-height: 1;
}

form img, input, select {
  vertical-align: middle;
}

textarea {
  resize: none;
}

select {
  padding: 1px;
}

label {
  margin-right: 5px;
}

legend {
  display: none;
}

input[type=text], input[type=password], textarea {
  padding: 3px 4px 0 3px;
  border: 1px solid #999;
  border-right: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
  font-size: 13px;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

input[type=submit],
input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}

input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}

input[type=submit]::focus,
input[type=button]::focus {
  outline-offset: -2px;
}

::placeholder {
  color: #ccc;
  font-weight: normal;
}

input:focus::placeholder {
  color: transparent;
}

.clearfix, .cf {
  zoom: 1;
}
.clearfix:before, .clearfix:after, .cf:before, .cf:after {
  content: "";
  display: table;
}
.clearfix:after, .cf:after {
  clear: both;
}

p {
  -ms-word-wrap: break-word;
  word-break: break-word;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  hyphens: auto;
  -webkit-hyphenate-before: 2;
  -webkit-hyphenate-after: 3;
  hyphenate-lines: 3;
}

/*********************
GENERAL STYLES
*********************/
.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

body {
  font-family: "Helvetica Neue", Helvetica, Arial, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", "Meiryo", "ＭＳ ゴシック", sans-serif;
  font-size: 20px;
  line-height: 1.5;
  font-weight: 500;
  color: #333333;
  background-color: #fff;
}

a {
  text-decoration: none;
}

.bold {
  font-weight: bold;
}

.inner {
  max-width: 1100px;
  margin: 0 auto;
}

ul.note {
  display: block;
  padding: 33px 40px;
  border: 2px solid #f0e8dc;
  background: #fcf9f2;
}
ul.note li {
  padding-left: 1em;
  text-indent: -0.8em;
  color: #333;
  font-size: 87.5%;
  margin-bottom: 20px;
}
ul.note li:last-child {
  margin-bottom: 0;
}

.note {
  display: block;
  padding: 33px 40px;
  border: 2px solid #f0e8dc;
  background: #fcf9f2;
  color: #333;
  font-size: 87.5%;
}

.btn_style01 {
  display: block;
  max-width: 540px;
  padding: 30px 0;
  text-align: center;
  background: url("../img/icon_arrow_r_pc.png") no-repeat 80px center #a2865c;
  border-radius: 10px;
  color: #fff;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
  font-size: 150%;
  text-decoration: none;
  transition: all 0.25s ease-in-out;
}
.btn_style01:hover {
  color: #fff;
  background: url("../img/icon_arrow_r_pc.png") no-repeat 85px center #b8a07c;
}

/*********************
MAIN VISUAL
*********************/
#mv {
  width: 100%;
  background: #d4e4f4;
  padding: 0;
  margin: 0;
  text-align: center;
}
#mv .mv_img {
  margin: 0 auto;
  max-height: 619px;
  line-height: 0;
}

/*********************
CTA
*********************/
.cta .ttl {
  width: 100%;
  padding: 20px 0 40px;
  line-height: 1;
  font-size: 200%;
  text-align: center;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
  color: #fff;
  font-weight: normal;
  background: #184984;
  background: linear-gradient(to right, #184984 0%, #1f5ea8 50%, #184984 100%);
}
.cta .ttl:before {
  content: "";
  display: block;
  width: 138px;
  height: 20px;
  background: url("../img/cta_ttl_pc.png") no-repeat center;
  margin: 0 auto 20px;
}
.cta .cta_wrap {
  padding: 30px 0 1px;
  background: url("../img/cta_bg_pc.jpg") no-repeat center/cover;
}
.cta .contact {
  margin-bottom: 40px;
}
.cta .cta_tel {
  width: 44.7%;
  float: left;
  padding: 0 20px;
}
.cta .cta_tel .shop {
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
  font-weight: 300;
  font-size: 20px;
  color: #333;
  margin-bottom: 10px;
  padding-left: 20px;
}
.cta .cta_tel .tel_num_box {
  padding: 0 0 10px 20px;
  border-bottom: 1px solid #bfbfbf;
  margin-bottom: 8px;
}
.cta .cta_tel .tel_num_box .tel_icon {
  float: left;
  margin-right: 18px;
}
.cta .cta_tel .tel_num_box .tel_icon span {
  display: block;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
  font-weight: 300;
  font-size: 12px;
  color: #184984;
}
.cta .cta_tel .tel_num_box .tel_num {
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
  font-weight: 400;
  font-size: 55px;
  color: #184984;
  line-height: 1;
  margin-top: 8px;
  display: block;
}
.cta .cta_tel .tel_txt {
  font-size: 87.5%;
  color: #333;
  line-height: 1.5;
  padding-left: 20px;
}
.cta .cta_btn {
  display: flex;
  float: center;
/*  float: right;*/
}
.cta .cta_btn li a {
  display: block;
  width: 300px;
/*  width: 167px;*/
  height: 146px;
  border-radius: 10px;
  border: 3px solid #a2865c;
  text-align: center;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
  font-weight: 300;
  color: #fff;
  font-size: 18px;
  line-height: 1.44;
  margin: 0 10px;
  background: #cdbea8;
  background: linear-gradient(to bottom, #cdbea8 0%, #a2865c 40%);
  transition: all 0.25s ease-in-out;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}
.cta .cta_btn li a .icon {
  display: block;
  margin: 26px 0 8px;
}
.cta .cta_btn li a:hover {
  background: #a2865c;
  background: linear-gradient(to bottom, #a2865c 0%, #cdbea8 100%);
}
.cta .line {
  background: url("../img/cta_line_bg_pc.jpg") left center/contain no-repeat #fff;
  padding: 8px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
  margin-bottom: 60px;
}
.cta .line .line_box {
  border: 1px solid #00b900;
  padding: 10px;
}
.cta .line .line_box .line_ttl_box {
  width: 71.15%;
  float: left;
  padding-left: 19.17%;
}
.cta .line .line_box .line_ttl_box .txt {
  font-size: 112.5%;
  line-height: 1.44;
  padding: 20px 0 20px 40px;
}
.cta .line .line_box .line_ttl_box .txt .bold {
  display: inline-block;
  margin-bottom: 0.4em;
}
.cta .line .qr_box {
  float: right;
  width: 26.6%;
}
.cta .line .qr_box .qr_ttl {
  background: #00b900;
  color: #fff;
  text-align: center;
  padding: 10px 0;
}
.cta .line .qr_box .qr_ttl span {
  font-size: 125%;
  font-weight: bold;
}
.cta .line .qr_box .qr_cord {
  text-align: center;
  background: #f5f5f5;
  padding: 14px 0;
}
.cta .cta_tab {
  display: none;
}

/*********************
INTRO
*********************/
#intro {
  padding: 120px 0;
  background: url("../img/intro_bg_pc.jpg") no-repeat center top/cover #fff;
}
#intro .intro_ttl {
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
  font-weight: 600;
  color: #184984;
  font-size: 242.8571%;
  text-align: center;
  line-height: 1.8;
  margin-bottom: 80px;
}
#intro p.intro_txt {
  text-align: center;
  color: #333;
  line-height: 2;
  padding: 0 60px;
  margin-bottom: 70px;
}
#intro .intro_box {
  padding: 40px 60px;
  border: 4px solid #d5e0ef;
  text-align: center;
  background: rgba(255, 255, 255, 0.8);
}
#intro .intro_box .heading {
  font-size: 175%;
  color: #184984;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
  margin-bottom: 26px;
}
#intro .intro_box .txt {
  font-size: 87.5%;
  color: #333;
  line-height: 2;
}

/*********************
ELIGIBLE PERSONS
*********************/
#eligible_persons {
  background: url("../img/eligible_persons_bg_pc.jpg") no-repeat center top/cover;
  padding: 80px 0 100px;
}
#eligible_persons .eligible_persons_ttl {
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
  font-weight: 600;
  font-size: 40px;
  text-align: center;
  color: #333;
  line-height: 1;
  margin-bottom: 60px;
}
#eligible_persons .eligible_persons_ttl .big {
  font-size: 56px;
  color: #5ba391;
  font-weight: bold;
}
#eligible_persons .eligible_persons_box {
  padding: 6px;
  background: url("../img/eligible_persons_img01.jpg") no-repeat right bottom/contain #fff;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
}
#eligible_persons .eligible_persons_box .inner_box {
  border: 1px solid #7c8695;
  padding: 44px 74px;
}
#eligible_persons .eligible_persons_box .inner_box ul.list {
  width: 428px;
}
#eligible_persons .eligible_persons_box .inner_box ul.list li {
  font-size: 112.5%;
  color: #333;
  padding: 26px 0 26px 60px;
  border-bottom: 1px dashed #000;
  position: relative;
  background: url("../img/check01_pc.png") no-repeat 12px center;
}
#eligible_persons .eligible_persons_box .inner_box ul.list li:last-child {
  border-bottom: 0;
}

/*********************
EXPLANATION
*********************/
#explanation .explanation_ttl {
  padding: 50px 0;
  text-align: center;
  font-size: 242.8571%;
  color: #fff;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
  font-weight: bold;
  position: relative;
  background: #4a5f7c;
  background: linear-gradient(to right, #4a5f7c 0%, #7f8da2 50%, #4a5f7c 100%);
}
#explanation .explanation_ttl:after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border: 45px solid transparent;
  border-top: 32px solid #7f8da2;
  bottom: -77px;
  left: 50%;
  margin-left: -45px;
}
#explanation .explanation_wrap {
  background: url("../img/explanation_bg_pc.jpg") repeat-y center top/100% #eef1f7;
  padding: 120px 0 30px;
}
#explanation .explanation_wrap .explanation_box {
  padding-bottom: 90px;
  margin-bottom: 90px;
  background: url("../img/explanation_line.png") no-repeat center bottom;
}
#explanation .explanation_wrap .explanation_box .ttl {
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
  font-size: 212.5%;
  color: #184984;
  line-height: 1;
  margin-bottom: 60px;
  text-align: center;
  font-weight: bold;
}
#explanation .explanation_wrap .explanation_box .txt {
  line-height: 2;
  color: #333;
}
#explanation .explanation_wrap .explanation_box ul.list {
  margin: 40px 0;
}
#explanation .explanation_wrap .explanation_box ul.list li {
  padding: 10px 30px;
  color: #333;
  background: url("../img/check02_pc.png") no-repeat left center;
}
#explanation .explanation_wrap .explanation_box ul.note {
  margin-bottom: 60px;
}
#explanation .explanation_wrap .explanation_box .left_img .img {
  width: 50%;
  float: left;
  padding-right: 50px;
}
#explanation .explanation_wrap .explanation_box .left_img .txt_box {
  width: 50%;
  float: right;
  padding: 10px 50px 10px 0;
}
#explanation .explanation_wrap .explanation_box .right_img .img {
  width: 50%;
  float: right;
  padding-left: 50px;
}
#explanation .explanation_wrap .explanation_box .right_img .txt_box {
  width: 50%;
  float: left;
  padding: 10px 0 10px 0;
}
#explanation .explanation_wrap .explanation_box .center_img .img {
  max-width: 900px;
  margin: 0 auto 40px;
}
#explanation .explanation_wrap .explanation_box .center_img .txt_box .txt {
  padding: 0 60px;
  margin-bottom: 40px;
}
#explanation .explanation_wrap .explanation_box .center_img .btn_style01 {
  margin: 0 auto;
}
#explanation .explanation_wrap .last {
  background: none;
  margin-bottom: 0;
}

/*********************
ANSWER
*********************/
#answer .answer_ttl {
  background: #184984;
  padding: 49px 0 20px;
  text-align: center;
  font-size: 200%;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
  font-weight: 600;
  color: #fff;
}
#answer .answer_wrap {
  background: url("../img/answer_arrow_pc.png") no-repeat center top, url("../img/answer_bg_pc.jpg") no-repeat center top/cover;
  padding: 120px 0;
}
#answer .answer_wrap .answer_heading {
  text-align: center;
  margin-bottom: 60px;
}
#answer .answer_wrap .answer_heading span {
  display: inline-block;
  font-size: 250%;
  color: #fff;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
  position: relative;
  margin: 0 auto;
}
#answer .answer_wrap .answer_heading span:before, #answer .answer_wrap .answer_heading span:after {
  content: "";
  display: block;
  width: 90px;
  height: 1px;
  background: #fff;
  position: absolute;
  bottom: 40px;
}
#answer .answer_wrap .answer_heading span:before {
  transform: rotate(60deg);
  left: -120px;
}
#answer .answer_wrap .answer_heading span:after {
  transform: rotate(-60deg);
  right: -120px;
}
#answer .answer_wrap .answer_txt {
  color: #fff;
  line-height: 2;
  padding: 0 120px;
  text-align: center;
  margin-bottom: 80px;
}
#answer .answer_wrap .answer_img {
  max-width: 900px;
  margin: 0 auto;
}

/*********************
POINT
*********************/
#point .point_ttl {
  padding: 50px 0;
  text-align: center;
  font-size: 48px;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
  color: #fff;
  font-weight: 600;
  background: url("../img/point_ttl_bg_pc.jpg") no-repeat center/cover;
  position: relative;
  line-height: 1;
}
#point .point_ttl .big {
  font-size: 70px;
}
#point .point_ttl:after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border: 45px solid transparent;
  border-top: 32px solid #7dccd1;
  bottom: -77px;
  left: 50%;
  margin-left: -45px;
}
#point .point_wrap {
  background: url("../img/point_bg_pc.jpg") no-repeat center top/cover;
  padding: 120px 0 1px;
}
#point .point_wrap .point_box {
  background: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  margin-bottom: 120px;
  padding: 80px 40px;
  position: relative;
}
#point .point_wrap .point_box:after {
  content: "";
  display: block;
  clear: both;
}
#point .point_wrap .point_box .point_num {
  position: absolute;
  width: 112px;
  top: -56px;
  left: 50%;
  margin-left: -56px;
}
#point .point_wrap .point_box .img {
  max-width: 400px;
}
#point .point_wrap .point_box .txt_box {
  max-width: 540px;
}
#point .point_wrap .point_box .txt_box .heading {
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
  font-size: 34px;
  line-height: 1.4;
  font-weight: 600;
  color: #65bbc2;
  padding-bottom: 10px;
  border-bottom: 1px dashed #ccc;
  margin-bottom: 40px;
}
#point .point_wrap .point_box .txt_box .txt {
  line-height: 1.75;
  color: #333;
}
#point .point_wrap .point_box .txt_box ul.note {
  margin-top: 52px;
}
#point .point_wrap .point_box .txt_box a.btn_style01 {
  margin-top: 60px;
}
#point .point_wrap .left_img .img {
  float: left;
}
#point .point_wrap .left_img .txt_box {
  float: right;
}
#point .point_wrap .right_img .img {
  float: right;
}
#point .point_wrap .right_img .txt_box {
  float: left;
}

/*********************
PRICE
*********************/
.price {
  padding: 100px 0 80px;
  background: #f5f6f7;
}
.price .price_ttl {
  font-size: 60px;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
  color: #184984;
  text-align: center;
  line-height: 1;
  margin-bottom: 80px;
}
.price .price_box {
  background: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  padding: 40px 60px;
  margin-bottom: 40px;
}
.price .price_box .heading01 {
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
  color: #184984;
  font-size: 36px;
  text-align: center;
  font-weight: 600;
  padding-bottom: 11px;
  border-bottom: 1px solid #798392;
  margin-bottom: 40px;
}
.price .price_box .txt_box {
  float: left;
  max-width: 592px;
}
.price .price_box .txt_box .heading02 {
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
  font-size: 24px;
  font-weight: 600;
  color: #333;
  margin-bottom: 18px;
}
.price .price_box .txt_box .txt {
  color: #333;
  line-height: 1.75;
  margin-bottom: 26px;
}
.price .price_box .txt_box .price_txt {
  text-align: right;
  line-height: 1;
  margin-bottom: 26px;
}
.price .price_box .txt_box .price_txt .tag {
  display: inline-block;
  line-height: 32px;
  text-align: center;
  background: #184984;
  color: #fff;
  font-weight: bold;
  width: 122px;
  margin-right: 20px;
  position: relative;
  top: -7px;
}
.price .price_box .txt_box .price_txt .num {
  font-size: 40px;
  font-weight: bold;
  color: #184984;
}
.price .price_box .txt_box .price_txt .yen {
  font-size: 20px;
  color: #184984;
  font-weight: bold;
}
.price .price_box .img {
  float: right;
  max-width: 350px;
}
.price .note {
  margin-bottom: 40px;
}
.price .note li .img {
  display: inline-block;
  margin-top: 10px;
}

.add_menu {
  background: #f5f6f7;
  padding: 0 0 120px;
}
.add_menu .menu_ttl {
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
  background: #184984;
  color: #fff;
  font-size: 20px;
  text-align: center;
  padding: 14px;
}
.add_menu .menu_table table {
  width: 100%;
  background: #fff;
  border-left: 1px solid #d5e0ef;
}
.add_menu .menu_table table th, .add_menu .menu_table table td {
  padding: 30px;
  vertical-align: middle;
  border-right: 1px solid #d5e0ef;
  border-bottom: 1px solid #d5e0ef;
  color: #333;
}

/*********************
FLOW
*********************/
#flow .flow_ttl {
  padding: 50px 0;
  text-align: center;
  font-size: 48px;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
  color: #fff;
  font-weight: 600;
  background: url("../img/flow_ttl_bg_pc.jpg") no-repeat center/cover;
  position: relative;
  line-height: 1;
}
#flow .flow_ttl .big {
  font-size: 70px;
}
#flow .flow_ttl:after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border: 45px solid transparent;
  border-top: 32px solid #6ab9c0;
  bottom: -77px;
  left: 50%;
  margin-left: -45px;
}
#flow .flow_wrap {
  background: url("../img/flow_bg_pc.jpg") no-repeat center top/cover;
  padding: 20px 0 130px;
}
#flow .flow_wrap .flow_box {
  padding: 30px 0 60px;
  border-bottom: 1px solid #798392;
  position: relative;
}
#flow .flow_wrap .flow_box:after {
  content: "";
  display: block;
  position: absolute;
  width: 30px;
  height: 18px;
  background: url("../img/flow_arrow_pc.png") no-repeat center/100%;
  margin-left: -15px;
  bottom: -17px;
  left: 50%;
}
#flow .flow_wrap .flow_box .num {
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
  font-style: italic;
  font-size: 90px;
  line-height: 1;
  color: #c7e6e8;
}
#flow .flow_wrap .flow_box .inner_box {
  padding: 0 40px;
}
#flow .flow_wrap .flow_box .inner_box .heading {
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
  color: #429da4;
  font-weight: 600;
  font-size: 36px;
  margin-bottom: 31px;
}
#flow .flow_wrap .flow_box .inner_box .heading .tag {
  display: inline-block;
  font-size: 16px;
  line-height: 1;
  padding: 10px;
  border-radius: 5px;
  color: #fff;
  position: relative;
  top: -6px;
  margin-right: 10px;
}
#flow .flow_wrap .flow_box .inner_box .heading .before {
  background: #184984;
}
#flow .flow_wrap .flow_box .inner_box .heading .day {
  background: #bd1111;
}
#flow .flow_wrap .flow_box .inner_box .heading .after {
  background: #5ba391;
}
#flow .flow_wrap .flow_box .inner_box .txt {
  color: #333;
  line-height: 1.75;
}
#flow .flow_wrap .flow_box .inner_box a.btn_style01 {
  margin-top: 60px;
}
#flow .flow_wrap .flow_box .inner_box .img {
  max-width: 250px;
}
#flow .flow_wrap .flow_box .right_img .txt_box {
  max-width: 720px;
  float: left;
}
#flow .flow_wrap .flow_box .right_img .img {
  float: right;
}
#flow .flow_wrap .last:after {
  display: none;
}
#flow .flow_wrap .note {
  margin-top: 40px;
}

/*********************
FAQ
*********************/
#faq .faq_ttl {
  padding: 50px 0;
  text-align: center;
  font-size: 48px;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
  color: #fff;
  font-weight: 600;
  background: url("../img/faq_ttl_bg_pc.jpg") no-repeat center/cover;
  position: relative;
  line-height: 1;
}
#faq .faq_ttl:after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border: 45px solid transparent;
  border-top: 32px solid #8d9edd;
  bottom: -77px;
  left: 50%;
  margin-left: -45px;
}
#faq .faq_wrap {
  padding: 100px 0;
  background: #e6e8f1;
}
#faq .faq_wrap .faq_box {
  background: #fff;
  padding: 30px 60px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  margin-bottom: 20px;
  color: #333;
}
#faq .faq_wrap .faq_box dt {
  font-size: 20px;
  font-weight: bold;
  padding: 0 0 14px 50px;
  border-bottom: 1px solid #eaedf2;
  margin-bottom: 18px;
  position: relative;
}
#faq .faq_wrap .faq_box dt:before {
  content: "Q.";
  display: inline-block;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
  font-size: 28px;
  line-height: 1;
  font-weight: 300;
  color: #184984;
  position: absolute;
  top: 0;
  left: 0;
}
#faq .faq_wrap .faq_box dd {
  line-height: 1.75;
  padding-left: 50px;
  position: relative;
}
#faq .faq_wrap .faq_box dd:before {
  content: "A.";
  display: inline-block;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
  font-size: 28px;
  line-height: 1;
  font-weight: 300;
  color: #4bb1d2;
  position: absolute;
  top: 0;
  left: 3px;
}

/*********************
CLINIC
*********************/
#clinic {
  padding: 150px 0 0;
  background: #fff;
}
#clinic .clinic_ttl {
  display: flex;
  align-items: center;
  margin-bottom: 90px;
}
#clinic .clinic_ttl span {
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
  color: #184984;
  font-size: 60px;
  line-height: 1;
  margin: 0 60px;
}
#clinic .clinic_ttl:before, #clinic .clinic_ttl:after {
  content: "";
  flex-grow: 1;
  height: 1px;
}
#clinic .clinic_ttl:before {
  background: linear-gradient(to right, rgba(24, 73, 132, 0) 0%, #184984 100%);
}
#clinic .clinic_ttl:after {
  background: linear-gradient(to right, #184984 0%, rgba(24, 73, 132, 0) 100%);
}
#clinic .block01 {
  padding: 0 0 100px;
}
#clinic .block01 .heading {
  font-family: serif;
  font-size: 40px;
  line-height: 1.4;
  color: #616161;
  font-weight: 300;
  text-align: center;
}
#clinic .block01 .img {
  margin: 0 auto 80px;
}
#clinic .block01 .clinic_txt_box {
  font-size: 112.5%;
  color: #333;
  line-height: 1.6;
  text-align: center;
  margin-bottom: 60px;
}
#clinic .block01 .clinic_txt_box .txt {
  margin-bottom: 40px;
}
#clinic .doctor {
  padding: 30px 60px;
  border: 1px solid #d5e0ef;
}
#clinic .doctor:after {
  content: "";
  display: block;
  clear: both;
}
#clinic .doctor .doctor_img {
  float: left;
  max-width: 400px;
}
#clinic .doctor .doctor_name_box {
  width: 532px;
  float: right;
  padding: 10px 0;
}
#clinic .doctor .doctor_name_box .position {
  font-size: 20px;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
  line-height: 1;
  margin-bottom: 20px;
}
#clinic .doctor .doctor_name_box .name {
  font-size: 34px;
  color: #184984;
  font-weight: 600;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
  line-height: 1;
  margin-bottom: 30px;
}
#clinic .doctor .doctor_name_box .name .kana {
  font-weight: 300;
  font-size: 20px;
}
#clinic .doctor .history_box {
  width: 532px;
  float: right;
  padding: 0;
}
#clinic .doctor .history_box .history_ttl {
  display: inline-block;
  background: #184984;
  color: #fff;
  padding: 6px 10px;
}
#clinic .doctor .history_box .history {
  color: #777;
}
#clinic .doctor .history_box .history dt {
  width: 148px;
  float: left;
  padding: 14px 0 8px;
  line-height: 1;
}
#clinic .doctor .history_box .history dd {
  border-bottom: 1px dashed #b2b2b2;
  padding: 14px 0 8px 148px;
  line-height: 1;
}
#clinic .doctor .history_box .history dd:after {
  content: "";
  display: block;
  clear: both;
}
#clinic .block02 {
  padding: 80px 0 30px;
  background: #f5f6f7;
}
#clinic .block02 .clinic_box {
  background: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  padding: 50px 60px 60px;
  margin-bottom: 60px;
}
#clinic .block02 .clinic_box .clinic_name {
  font-size: 40px;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
  color: #184984;
  border-bottom: 1px solid #798392;
  text-align: center;
  margin-bottom: 40px;
}
#clinic .block02 .clinic_box .info_box {
  width: 50%;
  float: left;
}
#clinic .block02 .clinic_box .info_box .info {
  margin-bottom: 30px;
}
#clinic .block02 .clinic_box .info_box .info dt {
  width: 100px;
  float: left;
  padding: 14px 0 14px 10px;
  color: #184984;
  font-weight: bold;
}
#clinic .block02 .clinic_box .info_box .info dd {
  padding: 14px 10px 14px 100px;
  border-bottom: 1px dashed #ccc;
  color: #333;
}
#clinic .block02 .clinic_box .info_box .info dd:last-child {
  border-bottom: 0;
}
#clinic .block02 .clinic_box .info_box .shop_img {
  display: flex;
  justify-content: space-between;
}
#clinic .block02 .clinic_box .info_box .shop_img li {
  width: 232px;
}
#clinic .block02 .clinic_box .map_box {
  width: 450px;
  float: right;
}
#clinic .block02 .clinic_box .map_box .map {
  margin-bottom: 40px;
}
#clinic .block02 .clinic_box .map_box .btn_style01 {
  padding: 20px 0;
  font-size: 125%;
  background: url("../img/icon_arrow_r02_pc.png") no-repeat 84.44% center #a2865c;
}
#clinic .block02 .clinic_box .map_box .btn_style01:hover {
  background: url("../img/icon_arrow_r02_pc.png") no-repeat 85.44% center #b8a07c;
}

/*********************
FOOTER STYLES
*********************/
footer .sns {
  display: flex;
}
footer .sns li {
  width: 25%;
}
footer .sns li a {
  display: block;
  text-align: center;
  padding: 55px 0;
}
footer .sns li a img {
  line-height: 0;
  max-height: 100%;
}
footer .sns li:nth-child(odd) {
  background: #f6f8f9;
}
footer .copyright {
  background: #184984;
  font-size: 87.5%;
  font-weight: 400;
  padding: 30px 0;
  text-align: center;
  line-height: 1;
  color: #fff;
}

@media only screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }

  .sp {
    display: block !important;
  }

  body {
    font-size: 14px;
    overflow: hidden;
  }

  ul.note {
    padding: 4.48%;
  }
  ul.note li {
    margin-bottom: 10px;
  }

  .btn_style01 {
    padding: 7.31% 0;
    text-align: center;
    background: url("../img/icon_arrow_r_sp.png") no-repeat 40px center/19px #a2865c;
    font-size: 128.57%;
  }
  .btn_style01:hover {
    background: url("../img/icon_arrow_r_sp.png") no-repeat 40px center/19px #a2865c;
  }

  /*********************
  CTA
  *********************/
  .cta .ttl {
    padding: 24px 0;
    font-size: 142.86%;
  }
  .cta .ttl:before {
    content: "";
    display: block;
    width: 89px;
    height: 13px;
    background: url("../img/cta_ttl_sp.png") no-repeat center/100%;
    margin: 0 auto 14px;
  }
  .cta .cta_wrap {
    padding: 10.66% 0 1px;
    background: url("../img/cta_bg_pc.jpg") no-repeat center/cover;
  }
  .cta .contact {
    margin-bottom: 40px;
  }
  .cta .cta_tab {
    margin: 0 5.33%;
    display: flex;
    margin-bottom: 5.97%;
    border-bottom: 2px solid #184984;
  }
  .cta .cta_tab li {
    width: 32.84%;
    text-align: center;
    font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
    color: #333;
    line-height: 1;
    padding: 12px 0;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    background: #ccd5da;
    margin-right: 2px;
  }
  .cta .cta_tab li.active {
    background: #184984;
    color: #fff;
  }
  .cta .tel_wrap li {
    display: none;
  }
  .cta .tel_wrap li.show {
    display: block;
  }
  .cta .cta_tel {
    width: 100%;
    float: none;
    padding: 0 5.97% 8.96%;
  }
  .cta .cta_tel .shop {
    font-size: 100%;
    padding-left: 0;
  }
  .cta .cta_tel .tel_num_box {
    padding: 0 0 10px 10px;
  }
  .cta .cta_tel .tel_num_box .tel_icon {
    margin-right: 16px;
  }
  .cta .cta_tel .tel_num_box .tel_icon span {
    font-size: 10px;
  }
  .cta .cta_tel .tel_num_box .tel_num {
    font-size: 257.14%;
    margin-top: 0;
  }
  .cta .cta_tel .tel_txt {
    font-size: 71.43%;
    padding-left: 0;
  }
  .cta .cta_btn {
    display: flex;
    float: none;
    padding: 0 5.97%;
  }
  .cta .cta_btn li {
    width: 100%;
/*	width: 31.34%; */ 
    height: 26.87%;
    margin: 0 5px;
  }
  .cta .cta_btn li a {
    width: 100%;
    height: 100%;
    font-size: 100%;
    margin: 0;
    padding-bottom: 10px;
  }
  .cta .cta_btn li a .icon {
    display: block;
    width: 18px;
    margin: 12px auto 6px;
  }
  .cta .line {
    background: url("../img/cta_line_bg_sp.jpg") left center/cover no-repeat #fff;
    padding: 8px;
    margin: 0 5.33% 8%;
  }
  .cta .line .line_box {
    padding: 15px;
  }
  .cta .line .line_box .line_ttl_box {
    width: 100%;
    float: none;
    padding-left: 32.13%;
  }
  .cta .line .line_box .line_ttl_box .txt {
    font-size: 100%;
    padding: 10px 0 10px 20px;
  }
  .cta .line .line_box .line_btn {
    padding-left: 34.39%;
  }

  /*********************
  INTRO
  *********************/
  #intro {
    padding: 16% 5.33%;
    background: url("../img/intro_bg_sp.jpg") no-repeat center top/cover #fff;
  }
  #intro .intro_ttl {
    font-size: 142.8571%;
    margin-bottom: 8.96%;
  }
  #intro p.intro_txt {
    text-align: left;
    padding: 0;
    margin-bottom: 10.45%;
  }
  #intro .intro_box {
    padding: 4.48%;
    border: 2px solid #d5e0ef;
  }
  #intro .intro_box .heading {
    font-size: 128.57%;
    margin-bottom: 20px;
  }
  #intro .intro_box .txt {
    text-align: left;
    font-size: 85.71%;
  }

  /*********************
  ELIGIBLE PERSONS
  *********************/
  #eligible_persons {
    background: url("../img/eligible_persons_bg_sp.jpg") no-repeat center top/cover;
    padding: 12.8% 5.33%;
  }
  #eligible_persons .eligible_persons_ttl {
    font-size: 171.43%;
    margin-bottom: 8%;
    line-height: 1.4;
  }
  #eligible_persons .eligible_persons_ttl .big {
    font-size: 141.67%;
  }
  #eligible_persons .eligible_persons_box {
    background-size: 100%;
  }
  #eligible_persons .eligible_persons_box .inner_box {
    padding: 4.48% 4.48% 78.96%;
  }
  #eligible_persons .eligible_persons_box .inner_box ul.list {
    width: 100%;
  }
  #eligible_persons .eligible_persons_box .inner_box ul.list li {
    font-size: 112.5%;
    color: #333;
    padding: 7.05% 0 7.05% 18.36%;
    background: url("../img/check01_sp.png") no-repeat 16px center/22px;
  }

  /*********************
  EXPLANATION
  *********************/
  #explanation .explanation_ttl {
    padding: 7.2% 0;
    font-size: 171.43%;
  }
  #explanation .explanation_ttl:after {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border: 22px solid transparent;
    border-top: 16px solid #7f8da2;
    bottom: -38px;
    left: 50%;
    margin-left: -22px;
  }
  #explanation .explanation_wrap {
    background: url("../img/explanation_bg_sp.jpg") repeat-y center top/100% #eef1f7;
    padding: 10.67% 5.33% 0;
  }
  #explanation .explanation_wrap .explanation_box {
    padding-bottom: 14.93%;
    margin-bottom: 14.93%;
    background: url("../img/explanation_line.png") no-repeat center bottom/185px;
  }
  #explanation .explanation_wrap .explanation_box .ttl {
    font-size: 142.86%;
    margin-bottom: 8.96%;
  }
  #explanation .explanation_wrap .explanation_box .img {
    margin-bottom: 5.97%;
  }
  #explanation .explanation_wrap .explanation_box ul.list {
    margin: 20px 0;
  }
  #explanation .explanation_wrap .explanation_box ul.list li {
    padding: 10px 20px;
    color: #333;
    background: url("../img/check02_sp.png") no-repeat left center/12px;
  }
  #explanation .explanation_wrap .explanation_box ul.note {
    margin-bottom: 8.96%;
  }
  #explanation .explanation_wrap .explanation_box .left_img .img {
    width: 100%;
    float: none;
    padding-right: 0;
  }
  #explanation .explanation_wrap .explanation_box .left_img .txt_box {
    width: 100%;
    float: none;
    padding: 0;
  }
  #explanation .explanation_wrap .explanation_box .right_img .img {
    width: 100%;
    float: none;
    padding-left: 0;
  }
  #explanation .explanation_wrap .explanation_box .right_img .txt_box {
    width: 100%;
    float: none;
    padding: 0;
  }
  #explanation .explanation_wrap .explanation_box .center_img .img {
    margin: 0 auto 40px;
  }
  #explanation .explanation_wrap .explanation_box .center_img .txt_box .txt {
    padding: 0 0;
    margin-bottom: 40px;
  }
  #explanation .explanation_wrap .explanation_box .center_img .btn_style01 {
    margin: 0 auto;
  }
  #explanation .explanation_wrap .last {
    background: none;
    margin-bottom: 0;
  }

  /*********************
  ANSWER
  *********************/
  #answer .answer_ttl {
    padding: 13.33% 0 4%;
    text-align: center;
    font-size: 128.5714%;
  }
  #answer .answer_wrap {
    background: url("../img/answer_arrow_sp.png") no-repeat center top/100%, url("../img/answer_bg_sp.jpg") no-repeat center top/cover;
    padding: 21.33% 5.33% 13.33%;
  }
  #answer .answer_wrap .answer_heading {
    margin-bottom: 11.94%;
  }
  #answer .answer_wrap .answer_heading span {
    font-size: 142.86%;
  }
  #answer .answer_wrap .answer_heading span:before, #answer .answer_wrap .answer_heading span:after {
    width: 45px;
    bottom: 20px;
  }
  #answer .answer_wrap .answer_heading span:before {
    transform: rotate(60deg);
    left: -50px;
  }
  #answer .answer_wrap .answer_heading span:after {
    transform: rotate(-60deg);
    right: -50px;
  }
  #answer .answer_wrap .answer_txt {
    padding: 0 0;
    text-align: left;
    margin-bottom: 11.94%;
  }

  /*********************
  POINT
  *********************/
  #point .point_ttl {
    padding: 6.67% 0;
    font-size: 171.43%;
    background: url("../img/point_ttl_bg_sp.jpg") no-repeat center/cover;
  }
  #point .point_ttl .big {
    font-size: 145.83%;
  }
  #point .point_ttl:after {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border: 22px solid transparent;
    border-top: 16px solid #7dccd1;
    bottom: -38px;
    left: 50%;
    margin-left: -22px;
  }
  #point .point_wrap {
    background: url("../img/point_bg_sp.jpg") no-repeat center top/100% #ebf5f6;
    padding: 19.47% 5.33% 1px;
  }
  #point .point_wrap .point_box {
    margin-bottom: 21.49%;
    padding: 14.93% 4.48%;
  }
  #point .point_wrap .point_box .point_num {
    position: absolute;
    width: 84px;
    top: -42px;
    left: 50%;
    margin-left: -42px;
  }
  #point .point_wrap .point_box .img {
    margin-bottom: 7.46%;
  }
  #point .point_wrap .point_box .txt_box .heading {
    font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
    font-size: 142.86%;
    margin-bottom: 8.96%;
  }
  #point .point_wrap .point_box .txt_box ul.note {
    margin-top: 7.76%;
  }
  #point .point_wrap .point_box .txt_box a.btn_style01 {
    margin-top: 8.96%;
  }
  #point .point_wrap .left_img .img {
    float: none;
  }
  #point .point_wrap .left_img .txt_box {
    float: none;
  }
  #point .point_wrap .right_img .img {
    float: none;
  }
  #point .point_wrap .right_img .txt_box {
    float: none;
  }

  /*********************
  PRICE
  *********************/
  .price {
    padding: 16% 5.33% 10.67%;
  }
  .price .price_ttl {
    font-size: 214.29%;
    line-height: 1;
    margin-bottom: 10.67%;
  }
  .price .price_box {
    padding: 4.48%;
  }
  .price .price_box .heading01 {
    font-size: 142.86%;
    padding-bottom: 11px;
    border-bottom: 1px solid #798392;
    margin-bottom: 9.84%;
  }
  .price .price_box .txt_box {
    float: none;
  }
  .price .price_box .txt_box .heading02 {
    font-size: 142.86%;
    margin-bottom: 6.56%;
  }
  .price .price_box .txt_box .txt {
    margin-bottom: 9.84%;
  }
  .price .price_box .txt_box .price_txt {
    text-align: left;
    line-height: 1;
    margin-bottom: 6.56%;
  }
  .price .price_box .txt_box .price_txt .tag {
    line-height: 1;
    padding: 10px 0;
    width: 92px;
    margin-right: 1em;
    font-size: 87.5%;
    top: -7px;
  }
  .price .price_box .txt_box .price_txt .num {
    font-size: 214.29%;
  }
  .price .price_box .txt_box .price_txt .yen {
    font-size: 107.14%;
  }
  .price .note {
    margin-bottom: 8.96%;
  }

  .add_menu {
    padding: 0 5.33% 10.67%;
  }
  .add_menu .menu_table table th, .add_menu .menu_table table td {
    max-width: 180px;
    padding: 15px;
    font-size: 85.7143%;
  }

  /*********************
  FLOW
  *********************/
  #flow .flow_ttl {
    padding: 6.67% 0;
    font-size: 171.43%;
    background: url("../img/flow_ttl_bg_sp.jpg") no-repeat center/cover;
  }
  #flow .flow_ttl:after {
    border: 22px solid transparent;
    border-top: 16px solid #6ab9c0;
    bottom: -38px;
    left: 50%;
    margin-left: -22px;
  }
  #flow .flow_wrap {
    padding: 0 2.67% 8%;
    background: url("../img/flow_bg_sp01.jpg") no-repeat center top/100%, url("../img/flow_bg_sp02.jpg") no-repeat center bottom/100% #fff;
  }
  #flow .flow_wrap .flow_box {
    padding: 9.6% 0;
  }
  #flow .flow_wrap .flow_box:after {
    content: "";
    display: block;
    position: absolute;
    width: 23px;
    height: 14px;
    background: url("../img/flow_arrow_sp.png") no-repeat center/100%;
    margin-left: -11px;
    bottom: -13px;
    left: 50%;
  }
  #flow .flow_wrap .flow_box .num {
    font-size: 321.43%;
  }
  #flow .flow_wrap .flow_box .inner_box {
    padding: 0 4.48%;
  }
  #flow .flow_wrap .flow_box .inner_box .heading {
    font-size: 150%;
    margin-bottom: 6.56%;
  }
  #flow .flow_wrap .flow_box .inner_box a.btn_style01 {
    margin: 8.2% 0;
  }
  #flow .flow_wrap .flow_box .inner_box .img {
    max-width: 250px;
    margin: 0 auto;
  }
  #flow .flow_wrap .flow_box .right_img .txt_box {
    float: none;
  }
  #flow .flow_wrap .flow_box .right_img .txt_box .txt {
    margin-bottom: 8.2%;
  }
  #flow .flow_wrap .flow_box .right_img .img {
    float: none;
  }
  #flow .flow_wrap .last:after {
    display: none;
  }
  #flow .flow_wrap ul.note {
    margin: 5.63% 2.82%;
  }

  /*********************
  FAQ
  *********************/
  #faq .faq_ttl {
    padding: 6.67% 0;
    font-size: 171.43%;
    background: url("../img/faq_ttl_bg_sp.jpg") no-repeat center/cover;
  }
  #faq .faq_ttl:after {
    border: 22px solid transparent;
    border-top: 16px solid #8d9edd;
    bottom: -38px;
    left: 50%;
    margin-left: -22px;
  }
  #faq .faq_wrap {
    padding: 10% 5.33% 5.33%;
  }
  #faq .faq_wrap .faq_box {
    padding: 7.46% 4.48%;
    margin-bottom: 8.96%;
  }
  #faq .faq_wrap .faq_box dt {
    font-size: 114.29%;
    padding: 0 0 4.92% 13.93%;
    margin-bottom: 4.92%;
  }
  #faq .faq_wrap .faq_box dt:before {
    font-size: 150%;
  }
  #faq .faq_wrap .faq_box dd {
    padding-left: 13.93%;
  }
  #faq .faq_wrap .faq_box dd:before {
    font-size: 150%;
    left: 3px;
  }

  /*********************
  CLINIC
  *********************/
  #clinic {
    padding: 16% 0 0;
  }
  #clinic .clinic_ttl {
    margin-bottom: 8%;
  }
  #clinic .clinic_ttl span {
    font-size: 214.29%;
    margin: 0 2.4%;
  }
  #clinic .block01 {
    padding: 0 0 13.33%;
  }
  #clinic .block01 .heading {
    font-size: 142.86%;
  }
  #clinic .block01 .img {
    margin: 0 auto 8%;
  }
  #clinic .block01 .clinic_txt_box {
    font-size: 114.29%;
    margin-bottom: 8.96%;
    padding: 0 5.33%;
    text-align: left;
  }
  #clinic .block01 .clinic_txt_box .txt {
    margin-bottom: 5.97%;
  }
  #clinic .doctor {
    padding: 4.48%;
    margin: 0 5.33%;
  }
  #clinic .doctor .doctor_img {
    float: left;
    width: 42.62%;
  }
  #clinic .doctor .doctor_name_box {
    width: auto;
    float: right;
  }
  #clinic .doctor .doctor_name_box .position {
    font-size: 100%;
    margin-bottom: 15px;
  }
  #clinic .doctor .doctor_name_box .name {
    font-size: 171.43%;
    margin-bottom: 30px;
  }
  #clinic .doctor .doctor_name_box .name .kana {
    display: block;
    font-weight: 300;
    font-size: 1rem;
    margin-top: 5px;
  }
  #clinic .doctor .history_box {
    width: 100%;
    float: none;
    padding: 0;
    margin-top: 9.84%;
  }
  #clinic .doctor .history_box:before {
    content: "";
    display: block;
    clear: both;
  }
  #clinic .doctor .history_box .history_ttl {
    padding: 6px 10px;
  }
  #clinic .doctor .history_box .history {
    color: #777;
  }
  #clinic .doctor .history_box .history dt {
    width: 34.43%;
  }
  #clinic .doctor .history_box .history dd {
    padding: 14px 0 8px 34.43%;
  }
  #clinic .block02 {
    padding: 13.33% 5.33% 4%;
  }
  #clinic .block02 .clinic_box {
    padding: 8.96% 4.48%;
    margin-bottom: 11.94%;
  }
  #clinic .block02 .clinic_box .clinic_name {
    font-size: 142.86%;
    margin-bottom: 8.2%;
  }
  #clinic .block02 .clinic_box .info_box {
    width: 100%;
    float: none;
  }
  #clinic .block02 .clinic_box .info_box .info {
    margin-bottom: 30px;
  }
  #clinic .block02 .clinic_box .info_box .info dt {
    width: 100%;
    float: none;
    padding: 0;
    margin-bottom: 1em;
  }
  #clinic .block02 .clinic_box .info_box .info dd {
    padding: 0 0 1em;
    margin-bottom: 1em;
  }
  #clinic .block02 .clinic_box .info_box .info dd:last-child {
    border-bottom: 0;
  }
  #clinic .block02 .clinic_box .info_box .shop_img {
    margin-bottom: 13.11%;
  }
  #clinic .block02 .clinic_box .info_box .shop_img li {
    width: 48.2%;
  }
  #clinic .block02 .clinic_box .map_box {
    width: 100%;
    float: none;
  }
  #clinic .block02 .clinic_box .map_box .map {
    margin-bottom: 13.11%;
  }
  #clinic .block02 .clinic_box .map_box .btn_style01 {
    padding: 20px 0;
    font-size: 125%;
    background: url("../img/icon_arrow_r_sp.png") no-repeat 84.44% center/19px #a2865c;
  }
  #clinic .block02 .clinic_box .map_box .btn_style01:hover {
    background: url("../img/icon_arrow_r_sp.png") no-repeat 85.44% center/19px #b8a07c;
  }

  /*********************
  FOOTER STYLES
  *********************/
  footer .sns li a {
    padding: 29.41% 0;
  }
  footer .sns li a img {
    max-height: 24px;
  }
  footer .copyright {
    padding: 5.33% 0;
  }
}
@media only screen and (min-width: 1024px) {
  a[href^="tel:"] {
    pointer-events: none;
  }

  .cta .contact_three .tel_wrap {
    float: left;
    width: 55.36%;
  }
  .cta .contact_three .cta_tel {
    width: 100%;
    padding: 35px 25px;
    background: rgba(255, 255, 255, 0.8);
    margin-bottom: 1px;
    float: none;
  }
  .cta .contact_three .cta_tel:after {
    content: "";
    display: block;
    clear: both;
  }
  .cta .contact_three .cta_tel .shop {
    font-size: 18px;
    color: #184984;
    padding-left: 0;
    float: left;
    width: 188px;
  }
  .cta .contact_three .cta_tel .tel_num_box {
    padding: 0;
    border-bottom: 0;
  }
  .cta .contact_three .cta_tel .tel_num_box .tel_icon {
    width: 54px;
  }
  .cta .contact_three .cta_tel .tel_num_box .tel_icon span {
    font-size: 10px;
    line-height: 1;
  }
  .cta .contact_three .cta_tel .tel_num_box .tel_num {
    font-size: 36px;
    margin-top: 0;
    display: block;
  }
  .cta .contact_three .cta_tel .tel_txt {
    line-height: 1;
    padding-left: 0;
  }
  .cta .contact_three .cta_btn {
    width: 447px;
    display: flex;
    flex-wrap: wrap;
  }
  .cta .contact_three .cta_btn li a {
    width: 202px;
/*	width: 202px;*/
    height: auto;
    text-align: left;
    padding: 50px 0;
  }
  .cta .contact_three .cta_btn li a .icon {
    float: left;
    margin: 0 15px 0 30px;
  }
/*  .cta .contact_three .cta_btn li:first-child a {
    width: 426px;
    font-size: 22px;
    padding: 50px 60px;
    margin-bottom: 20px;
  }*/
}
@media only screen and (max-width: 320px) {
  .cta .ttl {
    padding: 24px 10px;
    font-size: 128.57%;
  }
  .cta .cta_tel .tel_num_box .tel_icon {
    width: 50px;
  }
  .cta .cta_tel .tel_num_box .tel_num {
    font-size: 242.86%;
  }
  .cta .cta_btn {
    padding: 0;
  }
}