html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline
}

html {
  line-height: 1
}

ol, ul {
  list-style: none
}

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle
}

q, blockquote {
  quotes: none
}

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

a img {
  border: none
}

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

body {
  width: 100%;
  color: #323232
}

body * {
  font-family: sans-serif
}

body a {
  outline: none;
  color: inherit;
  text-decoration: none
}

body img {
  vertical-align: bottom;
  border: 0;
  outline: none
}

@media screen and (min-width: 801px) {
  body {
    min-width: 980px
  }
  body .inner {
    margin: 0 auto;
    width: 980px;
    box-sizing: border-box;
    overflow: hidden
  }
  body .pc_none {
    display: none
  }
  header .inner {
    height: 80px
  }
  header .inner h1 {
    float: left;
    width: 430px;
    height: 80px;
    display: block;
    border: none;
    background-color: transparent;
    background-image: url("../images/pc/title_logo.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    position: relative
  }
  header .inner h1 span {
    height: 1px;
    width: 1px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    clip: rect(1px, 1px, 1px, 1px);
    overflow: hidden
  }
  header .inner ul.cv {
    margin-top: 15px;
    float: right
  }
  header .inner ul.cv li {
    margin-left: 8px;
    float: left
  }
  header .inner ul.cv li a {
    opacity: 1;
    transform-style: preserve-3d;
    transition: all 150ms cubic-bezier(0.645, 0.045, 0.355, 1)
  }
  header .inner ul.cv li a:hover {
    opacity: 0.7
  }
  header .inner ul.cv li.tel a {
    width: 202px;
    height: 52px;
    display: block;
    border: none;
    background-color: transparent;
    background-image: url("../images/pc/btn_head_tel.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    position: relative
  }
  header .inner ul.cv li.tel a span {
    height: 1px;
    width: 1px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    clip: rect(1px, 1px, 1px, 1px);
    overflow: hidden
  }
  header .inner ul.cv li.entry a {
    width: 202px;
    height: 52px;
    display: block;
    border: none;
    background-color: transparent;
    background-image: url("../images/pc/btn_head_entry.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    position: relative
  }
  header .inner ul.cv li.entry a span {
    height: 1px;
    width: 1px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    clip: rect(1px, 1px, 1px, 1px);
    overflow: hidden
  }
  article section {
    overflow: hidden
  }
  article section .inner {
    margin: 50px auto
  }
  article section .inner h3 {
    margin: 0 auto 50px auto
  }
  article section.cv {
    margin-top: -45px;
    background: transparent url(../images/pc/bg_cv_base.png) repeat-x center 45px
  }
  article section.cv .inner {
    margin: 0 auto;
    height: 395px;
    background: url("../images/pc/bg_cv.png") no-repeat center center;
    position: relative
  }
  article section.cv .inner h3, article section.cv .inner p.text {
    position: relative
  }
  article section.cv .inner h3 span, article section.cv .inner p.text span {
    height: 1px;
    width: 1px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    clip: rect(1px, 1px, 1px, 1px);
    overflow: hidden
  }
  article section.cv .inner p.tel {
    position: absolute;
    top: 272px;
    left: 80px
  }
  article section.cv .inner p.tel a {
    width: 392px;
    height: 82px;
    display: block;
    border: none;
    background-color: transparent;
    background-image: url("../images/pc/btn_cv_tel.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    position: relative;
    opacity: 1;
    transform-style: preserve-3d;
    transition: all 150ms cubic-bezier(0.645, 0.045, 0.355, 1)
  }
  article section.cv .inner p.tel a span {
    height: 1px;
    width: 1px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    clip: rect(1px, 1px, 1px, 1px);
    overflow: hidden
  }
  article section.cv .inner p.tel a:hover {
    opacity: 0.7
  }
  article section.cv .inner p.entry {
    position: absolute;
    top: 272px;
    right: 78px
  }
  article section.cv .inner p.entry a {
    width: 392px;
    height: 82px;
    display: block;
    border: none;
    background-color: transparent;
    background-image: url("../images/pc/btn_cv_entry.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    position: relative;
    opacity: 1;
    transform-style: preserve-3d;
    transition: all 150ms cubic-bezier(0.645, 0.045, 0.355, 1)
  }
  article section.cv .inner p.entry a span {
    height: 1px;
    width: 1px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    clip: rect(1px, 1px, 1px, 1px);
    overflow: hidden
  }
  article section.cv .inner p.entry a:hover {
    opacity: 0.7
  }
  article section.mv {
    background: #fff url("../images/pc/bg_mv_base.jpg") repeat-x center center
  }
  article section.mv .inner {
    margin: 0 auto;
    width: 100%;
    height: 470px;
    background: url("../images/pc/pc-bg-mv.png") no-repeat center center
  }
  article section.mv .inner h2, article section.mv .inner dl {
    position: relative
  }
  article section.mv .inner h2 span, article section.mv .inner dl span {
    height: 1px;
    width: 1px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    clip: rect(1px, 1px, 1px, 1px);
    overflow: hidden
  }
  article section.symptom {
    border-bottom: 1px solid #f2ece0
  }
  article section.symptom h3 {
    width: 447px;
    height: 38px;
    display: block;
    border: none;
    background-color: transparent;
    background-image: url("../images/pc/title_symptom.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    position: relative
  }
  article section.symptom h3 span {
    height: 1px;
    width: 1px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    clip: rect(1px, 1px, 1px, 1px);
    overflow: hidden
  }
  article section.symptom ol {
    margin: 0 auto;
    width: 920px;
    overflow: hidden
  }
  article section.symptom ol li {
    width: 440px;
    height: 80px;
    background-position: left top;
    background-repeat: no-repeat;
    position: relative
  }
  article section.symptom ol li span {
    height: 1px;
    width: 1px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    clip: rect(1px, 1px, 1px, 1px);
    overflow: hidden
  }
  article section.symptom ol li:nth-child(odd) {
    float: left
  }
  article section.symptom ol li:nth-child(even) {
    float: right
  }
  article section.symptom ol li:nth-child(1) {
    margin-bottom: 50px;
    background-image: url("../images/pc/bg_symptom1.jpg")
  }
  article section.symptom ol li:nth-child(2) {
    margin-bottom: 50px;
    background-image: url("../images/pc/bg_symptom2.jpg")
  }
  article section.symptom ol li:nth-child(3) {
    margin-bottom: 20px;
    background-image: url("../images/pc/bg_symptom3.jpg")
  }
  article section.symptom ol li:nth-child(4) {
    margin-bottom: 20px;
    background-image: url("../images/pc/bg_symptom4.jpg")
  }
  article section.symptom ol li dl dd {
    margin: 36px 0 0 100px;
    line-height: 25px;
    font-size: 15px
  }
  article section.symptom p.msg {
    margin: 0 auto;
    width: 962px;
    height: 52px;
    display: block;
    border: none;
    background-color: transparent;
    background-image: url("../images/pc/text_msg_symptom.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    position: relative
  }
  article section.symptom p.msg span {
    height: 1px;
    width: 1px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    clip: rect(1px, 1px, 1px, 1px);
    overflow: hidden
  }
  article section.about h3 {
    width: 393px;
    height: 37px;
    display: block;
    border: none;
    background-color: transparent;
    background-image: url("../images/pc/title_about.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    position: relative
  }
  article section.about h3 span {
    height: 1px;
    width: 1px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    clip: rect(1px, 1px, 1px, 1px);
    overflow: hidden
  }
  article section.about .content {
    margin: 0 auto;
    width: 960px;
    overflow: hidden
  }
  article section.about .content p.image {
    float: right;
    width: 482px;
    height: 263px;
    display: block;
    border: none;
    background-color: transparent;
    background-image: url("../images/pc/img_about.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    position: relative
  }
  article section.about .content p.image span {
    height: 1px;
    width: 1px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    clip: rect(1px, 1px, 1px, 1px);
    overflow: hidden
  }
  article section.about .content p.text {
    width: 460px;
    float: left;
    line-height: 27px;
    font-size: 15px
  }
  article section.about .content p.text strong {
    font-weight: bold
  }
  article section.leave {
    background: #bea064
  }
  article section.leave h3 {
    width: 582px;
    height: 38px;
    display: block;
    border: none;
    background-color: transparent;
    background-image: url("../images/pc/title_leave.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    position: relative
  }
  article section.leave h3 span {
    height: 1px;
    width: 1px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    clip: rect(1px, 1px, 1px, 1px);
    overflow: hidden
  }
  article section.leave .column {
    margin-bottom: 40px;
    width: 960px;
    overflow: hidden;
    position: relative
  }
  article section.leave .column .image {
    float: left;
    width: 450px;
    height: 260px;
    display: block;
    border: none;
    background-color: transparent;
    background-image: url("../images/pc/img_leave.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    position: relative
  }
  article section.leave .column .image span {
    height: 1px;
    width: 1px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    clip: rect(1px, 1px, 1px, 1px);
    overflow: hidden
  }
  article section.leave .column p.text {
    margin-left: 480px;
    line-height: 27px;
    font-size: 15px;
    color: #ffffff
  }
  article section.leave .column p.text strong {
    padding: 2px 0;
    font-weight: bold;
    background: #f0643c
  }
  article section.leave .column .important {
    position: absolute;
    right: 0;
    /*bottom: 0*/
  }
  article section.leave .column .important p {
    width: 482px;
    height: 52px;
    display: block;
    border: none;
    background-color: transparent;
    background-image: url("../images/pc/text_msg_leave.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    position: relative
  }
  article section.leave .column .important p span {
    height: 1px;
    width: 1px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    clip: rect(1px, 1px, 1px, 1px);
    overflow: hidden
  }
  
  .entry_ex {
    position: absolute;
    top: 192px;
    right: 147px
  }
  .entry_ex a {
    width: 335px;
    height: 70px;
    display: block;
    border: none;
    background-color: transparent;
    background-image: url("../images/pc/btn_cv_entry.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    position: relative;
    opacity: 1;
    transform-style: preserve-3d;
    transition: all 150ms cubic-bezier(0.645, 0.045, 0.355, 1)
  }
  .entry_ex a span {
    height: 1px;
    width: 1px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    clip: rect(1px, 1px, 1px, 1px);
    overflow: hidden
  }
 .entry_ex a:hover {
    opacity: 0.7
  }

  article section.leave .pop {
    width: 962px;
    height: 392px;
    background: url("../images/pc/bg_leave_pop.png") no-repeat center center;
    overflow: hidden
  }
  article section.leave .pop h4 {
    margin: 30px auto;
    width: 555px;
    height: 55px;
    display: block;
    border: none;
    background-color: transparent;
    background-image: url("../images/pc/title_leave_pop.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    position: relative
  }
  article section.leave .pop h4 span {
    height: 1px;
    width: 1px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    clip: rect(1px, 1px, 1px, 1px);
    overflow: hidden
  }
  article section.leave .pop ul {
    margin: 0 auto 32px auto;
    width: 920px;
    overflow: hidden
  }
  article section.leave .pop ul li {
    margin-right: 10px;
    width: 300px;
    height: 140px;
    float: left;
    background: #f5f5f5
  }
  article section.leave .pop ul li:last-child {
    margin-right: 0
  }
  article section.leave .pop ul li:nth-child(1) dl dt {
    width: 135px;
    height: 20px;
    display: block;
    border: none;
    background-color: transparent;
    background-image: url("../images/pc/title_leave_pop1.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    position: relative
  }
  article section.leave .pop ul li:nth-child(1) dl dt span {
    height: 1px;
    width: 1px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    clip: rect(1px, 1px, 1px, 1px);
    overflow: hidden
  }
  article section.leave .pop ul li:nth-child(2) dl dt {
    width: 284px;
    height: 20px;
    display: block;
    border: none;
    background-color: transparent;
    background-image: url("../images/pc/title_leave_pop2.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    position: relative
  }
  article section.leave .pop ul li:nth-child(2) dl dt span {
    height: 1px;
    width: 1px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    clip: rect(1px, 1px, 1px, 1px);
    overflow: hidden
  }
  article section.leave .pop ul li:nth-child(3) dl dt {
    width: 214px;
    height: 20px;
    display: block;
    border: none;
    background-color: transparent;
    background-image: url("../images/pc/title_leave_pop3.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    position: relative
  }
  article section.leave .pop ul li:nth-child(3) dl dt span {
    height: 1px;
    width: 1px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    clip: rect(1px, 1px, 1px, 1px);
    overflow: hidden
  }
  article section.leave .pop ul li dl {
    overflow: hidden
  }
  article section.leave .pop ul li dl dt {
    margin: 10px auto
  }
  article section.leave .pop ul li dl dd {
    margin: 0 20px;
    line-height: 25px;
    font-size: 15px
  }
  article section.leave .pop p.msg {
    margin: 0 auto;
    width: 922px;
    height: 52px;
    display: block;
    border: none;
    background-color: transparent;
    background-image: url("../images/pc/text_msg_leave_pop.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    position: relative
  }
  article section.leave .pop p.msg span {
    height: 1px;
    width: 1px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    clip: rect(1px, 1px, 1px, 1px);
    overflow: hidden
  }
  article section.reason {
    border-bottom: 1px solid #f2ece0
  }
  article section.reason h3 {
    width: 362px;
    height: 38px;
    display: block;
    border: none;
    background-color: transparent;
    background-image: url("../images/pc/title_reason.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    position: relative
  }
  article section.reason h3 span {
    height: 1px;
    width: 1px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    clip: rect(1px, 1px, 1px, 1px);
    overflow: hidden
  }
  article section.reason ol {
    margin: 0 auto;
    width: 960px;
    overflow: hidden
  }
  article section.reason ol li {
    margin-bottom: 30px;
    overflow: hidden
  }
  article section.reason ol li dl dt {
    float: left
  }
  article section.reason ol li dl dd {
    margin-left: 560px;
    line-height: 27px;
    font-size: 15px
  }
  article section.reason ol li dl dd strong {
    font-weight: bold
  }
  article section.reason ol li:nth-child(1) dl dt {
    width: 530px;
    height: 200px;
    display: block;
    border: none;
    background-color: transparent;
    background-image: url("../images/pc/title_reason1.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    position: relative
  }
  article section.reason ol li:nth-child(1) dl dt span {
    height: 1px;
    width: 1px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    clip: rect(1px, 1px, 1px, 1px);
    overflow: hidden
  }
  article section.reason ol li:nth-child(2) dl dt {
    width: 530px;
    height: 200px;
    display: block;
    border: none;
    background-color: transparent;
    background-image: url("../images/pc/title_reason2.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    position: relative
  }
  article section.reason ol li:nth-child(2) dl dt span {
    height: 1px;
    width: 1px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    clip: rect(1px, 1px, 1px, 1px);
    overflow: hidden
  }
  article section.reason ol li:nth-child(3) dl dt {
    width: 530px;
    height: 200px;
    display: block;
    border: none;
    background-color: transparent;
    background-image: url("../images/pc/title_reason3.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    position: relative
  }
  article section.reason ol li:nth-child(3) dl dt span {
    height: 1px;
    width: 1px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    clip: rect(1px, 1px, 1px, 1px);
    overflow: hidden
  }
  article section.reason ol li:nth-child(4) dl dt {
    width: 530px;
    height: 200px;
    display: block;
    border: none;
    background-color: transparent;
    background-image: url("../images/pc/title_reason4.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    position: relative
  }
  article section.reason ol li:nth-child(4) dl dt span {
    height: 1px;
    width: 1px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    clip: rect(1px, 1px, 1px, 1px);
    overflow: hidden
  }
  article section.reason ol li:nth-child(5) dl dt {
    width: 530px;
    height: 200px;
    display: block;
    border: none;
    background-color: transparent;
    background-image: url("../images/pc/title_reason5.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    position: relative
  }
  article section.reason ol li:nth-child(5) dl dt span {
    height: 1px;
    width: 1px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    clip: rect(1px, 1px, 1px, 1px);
    overflow: hidden
  }
  article section.reason p.msg {
    margin: 0 auto;
    width: 962px;
    height: 52px;
    display: block;
    border: none;
    background-color: transparent;
    background-image: url("../images/pc/text_msg_reason.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    position: relative
  }
  article section.reason p.msg span {
    height: 1px;
    width: 1px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    clip: rect(1px, 1px, 1px, 1px);
    overflow: hidden
  }
  article section.method {
    background: #fafafa
  }
  article section.method h3 {
    width: 207px;
    height: 37px;
    display: block;
    border: none;
    background-color: transparent;
    background-image: url("../images/pc/title_method.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    position: relative
  }
  article section.method h3 span {
    height: 1px;
    width: 1px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    clip: rect(1px, 1px, 1px, 1px);
    overflow: hidden
  }
  article section.method .content {
    margin: 0 auto;
    width: 960px;
    overflow: hidden
  }
  article section.method .content p.text {
    width: 460px;
    float: left;
    line-height: 27px;
    font-size: 15px
  }
  article section.method .content p.text strong {
    font-weight: bold
  }
  article section.method .content p.image {
    float: right;
    width: 482px;
    height: 263px;
    display: block;
    border: none;
    background-color: transparent;
    background-image: url("../images/pc/img_about.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    position: relative
  }
  article section.method .content p.image span {
    height: 1px;
    width: 1px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    clip: rect(1px, 1px, 1px, 1px);
    overflow: hidden
  }
  article section.surgery_about {
    background: #f5f5f5
  }
  article section.surgery_about h3 {
    width: 234px;
    height: 38px;
    display: block;
    border: none;
    background-color: transparent;
    background-image: url("../images/pc/title_surgery_about.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    position: relative
  }
  article section.surgery_about h3 span {
    height: 1px;
    width: 1px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    clip: rect(1px, 1px, 1px, 1px);
    overflow: hidden
  }
  article section.surgery_about .content {
    margin: 0 auto 30px auto;
    width: 960px;
    overflow: hidden
  }
  article section.surgery_about .content dl.text {
    width: 450px;
    float: right
  }
  article section.surgery_about .content dl.text dt {
    margin-bottom: 20px;
    width: 302px;
    height: 54px;
    display: block;
    border: none;
    background-color: transparent;
    background-image: url("../images/pc/text_surgery_about.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    position: relative
  }
  article section.surgery_about .content dl.text dt span {
    height: 1px;
    width: 1px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    clip: rect(1px, 1px, 1px, 1px);
    overflow: hidden
  }
  article section.surgery_about .content dl.text dd {
    line-height: 27px;
    font-size: 15px
  }
  article section.surgery_about .content dl.text dd strong {
    font-weight: bold
  }
  article section.surgery_about .content dl.image {
    width: 483px;
    float: left
  }
  article section.surgery_about .content dl.image dt {
    margin-bottom: 10px;
    width: 483px;
    height: 263px;
    display: block;
    border: none;
    background-color: transparent;
    background-image: url("../images/pc/img_surgery_about.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    position: relative
  }
  article section.surgery_about .content dl.image dt span {
    height: 1px;
    width: 1px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    clip: rect(1px, 1px, 1px, 1px);
    overflow: hidden
  }
  article section.surgery_about .content dl.image dd {
    line-height: 27px;
    font-size: 15px
  }
  article section.surgery_about p.msg {
    margin: 0 auto;
    width: 962px;
    height: 52px;
    display: block;
    border: none;
    background-color: transparent;
    background-image: url("../images/pc/text_msg_surgery_about.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    position: relative
  }
  article section.surgery_about p.msg span {
    height: 1px;
    width: 1px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    clip: rect(1px, 1px, 1px, 1px);
    overflow: hidden
  }
  article section.perfection {
    height: 520px;
    background: #bea064 url(../images/pc/bg_perfection.jpg) no-repeat center center
  }
  article section.perfection .content {
    width: 482px;
    float: right
  }
  article section.perfection .content h3 {
    margin: 0 0 20px 0;
    width: 480px;
    height: 91px;
    display: block;
    border: none;
    background-color: transparent;
    background-image: url("../images/pc/title_perfection.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    position: relative
  }
  article section.perfection .content h3 span {
    height: 1px;
    width: 1px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    clip: rect(1px, 1px, 1px, 1px);
    overflow: hidden
  }
  article section.perfection .content p.text {
    margin-bottom: 30px;
    line-height: 27px;
    font-size: 15px;
    color: #ffffff
  }
  article section.perfection .content p.text strong {
    padding: 2px 0;
    font-weight: bold;
    background: #f0643c
  }
  article section.perfection .content p.msg {
    width: 482px;
    height: 122px;
    display: block;
    border: none;
    background-color: transparent;
    background-image: url("../images/pc/text_msg_perfection.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    position: relative
  }
  article section.perfection .content p.msg span {
    height: 1px;
    width: 1px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    clip: rect(1px, 1px, 1px, 1px);
    overflow: hidden
  }
  article section.flow {
    border-bottom: 1px solid #f2ece0
  }
  article section.flow h3 {
    width: 327px;
    height: 38px;
    display: block;
    border: none;
    background-color: transparent;
    background-image: url("../images/pc/title_flow.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    position: relative
  }
  article section.flow h3 span {
    height: 1px;
    width: 1px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    clip: rect(1px, 1px, 1px, 1px);
    overflow: hidden
  }
  article section.flow ol {
    margin: 0 auto;
    width: 960px
  }
  article section.flow ol li {
    clear: both
  }
  article section.flow ol li dl {
    overflow: hidden
  }
  article section.flow ol li dl dt {
    float: left
  }
  article section.flow ol li dl dd {
    padding-left: 10px;
    width: 500px;
    float: right;
    box-sizing: border-box
  }
  article section.flow ol li dl dd ul {
    width: 480px
  }
  article section.flow ol li dl dd ul li {
    padding-left: 24px;
    background: url("../images/pc/icon_flow_check.png") no-repeat 0 5px;
    line-height: 27px;
    font-size: 15px
  }
  article section.flow ol li:nth-child(1) dl dt {
    width: 460px;
    height: 140px;
    display: block;
    border: none;
    background-color: transparent;
    background-image: url("../images/pc/title_flow1.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    position: relative
  }
  article section.flow ol li:nth-child(1) dl dt span {
    height: 1px;
    width: 1px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    clip: rect(1px, 1px, 1px, 1px);
    overflow: hidden
  }
  article section.flow ol li:nth-child(1) dl dd {
    padding-top: 5px
  }
  article section.flow ol li:nth-child(2) dl dt {
    width: 460px;
    height: 110px;
    display: block;
    border: none;
    background-color: transparent;
    background-image: url("../images/pc/title_flow2.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    position: relative
  }
  article section.flow ol li:nth-child(2) dl dt span {
    height: 1px;
    width: 1px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    clip: rect(1px, 1px, 1px, 1px);
    overflow: hidden
  }
  article section.flow ol li:nth-child(2) dl dd {
    padding-top: 42px
  }
  article section.flow ol li:nth-child(3) dl {
    background: url("../images/pc/bg_flow3.png") no-repeat right top
  }
  article section.flow ol li:nth-child(3) dl dt {
    width: 460px;
    height: 150px;
    display: block;
    border: none;
    background-color: transparent;
    background-image: url("../images/pc/title_flow3.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    position: relative
  }
  article section.flow ol li:nth-child(3) dl dt span {
    height: 1px;
    width: 1px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    clip: rect(1px, 1px, 1px, 1px);
    overflow: hidden
  }
  article section.flow ol li:nth-child(3) dl dd {
    padding-top: 56px
  }
  article section.flow ol li:nth-child(4) dl {
    background: url("../images/pc/bg_flow4.png") no-repeat right top
  }
  article section.flow ol li:nth-child(4) dl dt {
    width: 460px;
    height: 120px;
    display: block;
    border: none;
    background-color: transparent;
    background-image: url("../images/pc/title_flow4.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    position: relative
  }
  article section.flow ol li:nth-child(4) dl dt span {
    height: 1px;
    width: 1px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    clip: rect(1px, 1px, 1px, 1px);
    overflow: hidden
  }
  article section.flow ol li:nth-child(4) dl dd {
    padding-top: 42px
  }
  article section.flow ol li:nth-child(5) dl dt {
    width: 460px;
    height: 140px;
    display: block;
    border: none;
    background-color: transparent;
    background-image: url("../images/pc/title_flow5.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    position: relative
  }
  article section.flow ol li:nth-child(5) dl dt span {
    height: 1px;
    width: 1px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    clip: rect(1px, 1px, 1px, 1px);
    overflow: hidden
  }
  article section.flow ol li:nth-child(5) dl dd {
    padding-top: 58px
  }
  article section.flow ol li:nth-child(6) dl dt {
    width: 460px;
    height: 110px;
    display: block;
    border: none;
    background-color: transparent;
    background-image: url("../images/pc/title_flow6.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    position: relative
  }
  article section.flow ol li:nth-child(6) dl dt span {
    height: 1px;
    width: 1px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    clip: rect(1px, 1px, 1px, 1px);
    overflow: hidden
  }
  article section.flow ol li:nth-child(6) dl dd {
    padding-top: 42px
  }
  article section.cost h3 {
    width: 652px;
    height: 38px;
    display: block;
    border: none;
    background-color: transparent;
    background-image: url("../images/pc/title_cost.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    position: relative
  }
  article section.cost h3 span {
    height: 1px;
    width: 1px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    clip: rect(1px, 1px, 1px, 1px);
    overflow: hidden
  }
  article section.cost .table {
    margin: 0 auto 20px auto;
    width: 964px;
    height: 460px;
    display: block;
    border: none;
    background-color: transparent;
    background-image: url("../images/pc/img_cose_table.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    position: relative
  }
  article section.cost .table span {
    height: 1px;
    width: 1px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    clip: rect(1px, 1px, 1px, 1px);
    overflow: hidden
  }
  article section.cost p.text {
    margin: 0 auto 40px auto;
    width: 964px;
    text-align: right
  }
  article section.cost p.text small {
    font-size: 15px
  }
  article section.cost p.msg {
    width: 962px;
    height: 52px;
    display: block;
    border: none;
    background-color: transparent;
    background-image: url("../images/pc/text_msg_cost.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    position: relative
  }
  article section.cost p.msg span {
    height: 1px;
    width: 1px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    clip: rect(1px, 1px, 1px, 1px);
    overflow: hidden
  }
  article section.faq {
    background: #f5f5f5
  }
  article section.faq h3 {
    width: 220px;
    height: 38px;
    display: block;
    border: none;
    background-color: transparent;
    background-image: url("../images/pc/title_faq.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    position: relative
  }
  article section.faq h3 span {
    height: 1px;
    width: 1px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    clip: rect(1px, 1px, 1px, 1px);
    overflow: hidden
  }
  article section.faq ul {
    margin: 0 auto;
    width: 960px
  }
  article section.faq ul li {
    margin-bottom: 20px;
    overflow: hidden;
    border-bottom: 1px solid #bea064
  }
  article section.faq ul li:last-child {
    border-bottom: 0;
    margin-bottom: 0
  }
  article section.faq ul li:nth-child(1) dl dt {
    background-image: url("../images/pc/icon_faq_q1.png")
  }
  article section.faq ul li:nth-child(1) dl dd {
    background-image: url("../images/pc/icon_faq_a1.png")
  }
  article section.faq ul li:nth-child(2) dl dt {
    background-image: url("../images/pc/icon_faq_q2.png")
  }
  article section.faq ul li:nth-child(2) dl dd {
    background-image: url("../images/pc/icon_faq_a2.png")
  }
  article section.faq ul li:nth-child(3) dl dt {
    background-image: url("../images/pc/icon_faq_q3.png")
  }
  article section.faq ul li:nth-child(3) dl dd {
    background-image: url("../images/pc/icon_faq_a3.png")
  }
  article section.faq ul li:nth-child(4) dl dt {
    background-image: url("../images/pc/icon_faq_q4.png")
  }
  article section.faq ul li:nth-child(4) dl dd {
    background-image: url("../images/pc/icon_faq_a4.png")
  }
  article section.faq ul li dl dt {
    padding: 16px 0 16px 94px;
    width: 450px;
    min-height: 70px;
    float: left;
    box-sizing: border-box;
    background-position: left top;
    background-repeat: no-repeat;
    line-height: 30px;
    font-size: 18px
  }
  article section.faq ul li dl dd {
    padding: 16px 0 16px 128px;
    margin-left: 470px;
    min-height: 70px;
    box-sizing: border-box;
    background-position: left top;
    background-repeat: no-repeat;
    line-height: 30px;
    font-size: 18px;
    font-weight: bold
  }
  article section.voice h3 {
    width: 552px;
    height: 38px;
    display: block;
    border: none;
    background-color: transparent;
    background-image: url("../images/pc/title_voice.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    position: relative
  }
  article section.voice h3 span {
    height: 1px;
    width: 1px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    clip: rect(1px, 1px, 1px, 1px);
    overflow: hidden
  }
  article section.voice .graph {
    margin: 0 auto;
    width: 960px;
    height: 750px;
    display: block;
    border: none;
    background-color: transparent;
    background-image: url("../images/pc/img_voice_graph.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    position: relative
  }
  article section.voice .graph span {
    height: 1px;
    width: 1px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    clip: rect(1px, 1px, 1px, 1px);
    overflow: hidden
  }
  article section.media {
    background: #f5f5f5
  }
  article section.media h3 {
    width: 454px;
    height: 39px;
    display: block;
    border: none;
    background-color: transparent;
    background-image: url("../images/pc/title_media.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    position: relative
  }
  article section.media h3 span {
    height: 1px;
    width: 1px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    clip: rect(1px, 1px, 1px, 1px);
    overflow: hidden
  }
  article section.media ul {
    margin: 0 auto 2px auto;
    padding: 20px 0;
    width: 960px;
    overflow: hidden;
    box-shadow: 1px 1px 2px #bdbdbd;
    background: #ffffff
  }
  article section.media ul li {
    padding: 20px 0;
    margin: 0 auto;
    width: 760px;
    height: 50px;
    border-bottom: 2px dotted #c7ae7a;
    background-position: center left;
    background-repeat: no-repeat;
    position: relative
  }
  article section.media ul li span {
    height: 1px;
    width: 1px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    clip: rect(1px, 1px, 1px, 1px);
    overflow: hidden
  }
  article section.media ul li:last-child {
    border-bottom: 0
  }
  article section.media ul li:nth-child(1) {
    background-image: url("../images/pc/text_media1.png")
  }
  article section.media ul li:nth-child(2) {
    background-image: url("../images/pc/text_media2.png")
  }
  article section.media ul li:nth-child(3) {
    background-image: url("../images/pc/text_media3.png")
  }
  article section.media ul li:nth-child(4) {
    background-image: url("../images/pc/text_media4.png")
  }
  article section.media ul li:nth-child(5) {
    background-image: url("../images/pc/text_media5.png")
  }
  article section.media ul li:nth-child(6) {
    background-image: url("../images/pc/text_media6.png")
  }
  article section.doctor h3 {
    width: 169px;
    height: 38px;
    display: block;
    border: none;
    background-color: transparent;
    background-image: url("../images/pc/title_doctor.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    position: relative
  }
  article section.doctor h3 span {
    height: 1px;
    width: 1px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    clip: rect(1px, 1px, 1px, 1px);
    overflow: hidden
  }
  article section.doctor .info {
    margin: 0 auto 30px auto;
    width: 960px;
    overflow: hidden
  }
  article section.doctor .info .image {
    float: left;
    width: 400px;
    height: 400px;
    display: block;
    border: none;
    background-color: transparent;
    background-image: url("../images/pc/img_doctor.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    position: relative
  }
  article section.doctor .info .image span {
    height: 1px;
    width: 1px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    clip: rect(1px, 1px, 1px, 1px);
    overflow: hidden
  }
  article section.doctor .info dl {
    margin-left: 480px
  }
  article section.doctor .info dl dt {
    margin-bottom: 40px;
    width: 221px;
    height: 108px;
    display: block;
    border: none;
    background-color: transparent;
    background-image: url("../images/pc/text_doctor_name.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    position: relative
  }
  article section.doctor .info dl dt span {
    height: 1px;
    width: 1px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    clip: rect(1px, 1px, 1px, 1px);
    overflow: hidden
  }
  article section.doctor .info dl dd {
    line-height: 27px;
    font-size: 15px
  }
  article section.doctor p.msg {
    margin: 0 auto 28px auto;
    width: 962px;
    height: 92px;
    display: block;
    border: none;
    background-color: transparent;
    background-image: url("../images/pc/text_msg_doctor.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    position: relative
  }
  article section.doctor p.msg span {
    height: 1px;
    width: 1px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    clip: rect(1px, 1px, 1px, 1px);
    overflow: hidden
  }
  article section.doctor .list {
    margin: 0 auto 2px auto;
    padding: 20px;
    width: 960px;
    box-sizing: border-box;
    overflow: hidden;
    box-shadow: 1px 1px 2px #bdbdbd;
    background: #fafafa
  }
  article section.doctor .list dl {
    padding: 20px;
    margin-bottom: 20px;
    background: #ffffff
  }
  article section.doctor .list dl.history dt {
    width: 41px;
    height: 19px;
    display: block;
    border: none;
    background-color: transparent;
    background-image: url("../images/pc/title_doctor_history.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    position: relative
  }
  article section.doctor .list dl.history dt span {
    height: 1px;
    width: 1px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    clip: rect(1px, 1px, 1px, 1px);
    overflow: hidden
  }
  article section.doctor .list dl.affiliation dt {
    width: 85px;
    height: 20px;
    display: block;
    border: none;
    background-color: transparent;
    background-image: url("../images/pc/title_doctor_affiliation.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    position: relative
  }
  article section.doctor .list dl.affiliation dt span {
    height: 1px;
    width: 1px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    clip: rect(1px, 1px, 1px, 1px);
    overflow: hidden
  }
  article section.doctor .list dl.qualification dt {
    width: 41px;
    height: 19px;
    display: block;
    border: none;
    background-color: transparent;
    background-image: url("../images/pc/title_doctor_qualification.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    position: relative
  }
  article section.doctor .list dl.qualification dt span {
    height: 1px;
    width: 1px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    clip: rect(1px, 1px, 1px, 1px);
    overflow: hidden
  }
  article section.doctor .list dl dt {
    width: 100px;
    float: left
  }
  article section.doctor .list dl dd {
    margin-left: 100px;
    overflow: hidden;
    border-left: 1px solid #967864
  }
  article section.doctor .list dl dd ul {
    padding-left: 45px;
    float: left
  }
  article section.doctor .list dl dd ul:nth-child(1) {
    width: 280px
  }
  article section.doctor .list dl dd ul:nth-child(2) {
    width: 400px
  }
  article section.doctor .list dl dd ul li {
    line-height: 25px;
    font-size: 15px
  }
  article section.doctor .list dl dd ul li span {
    width: 80px;
    display: inline-block
  }
  article section.entry .inner dl.msg {
    margin: 0 auto 40px auto;
    width: 962px
  }
  article section.entry .inner dl.msg dt {
    margin-bottom: 10px;
    width: 962px;
    height: 52px;
    display: block;
    border: none;
    background-color: transparent;
    background-image: url("../images/pc/text_msg_entry.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    position: relative
  }
  article section.entry .inner dl.msg dt span {
    height: 1px;
    width: 1px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    clip: rect(1px, 1px, 1px, 1px);
    overflow: hidden
  }
  article section.entry .inner dl.msg dd {
    line-height: 25px;
    font-size: 15px
  }
  article section.entry .inner p.strong_msg {
    margin: 0 auto 30px auto;
    width: 550px;
    height: 30px;
    display: block;
    border: none;
    background-color: transparent;
    background-image: url("../images/pc/text_strong_msg.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    position: relative
  }
  article section.entry .inner p.strong_msg span {
    height: 1px;
    width: 1px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    clip: rect(1px, 1px, 1px, 1px);
    overflow: hidden
  }
  article section.entry .inner h3 {
    width: 330px;
    height: 39px;
    display: block;
    border: none;
    background-color: transparent;
    background-image: url("../images/pc/title_entry.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    position: relative
  }
  article section.entry .inner h3 span {
    height: 1px;
    width: 1px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    clip: rect(1px, 1px, 1px, 1px);
    overflow: hidden
  }
  article section.entry .inner p.msg {
    margin: 0 auto 20px auto;
    padding-left: 20px;
    width: 960px;
    box-sizing: border-box;
    border-left: 10px solid #bea064;
    line-height: 27px;
    font-size: 17px
  }
  article section.entry .inner form {
    margin: 0 auto 20px auto;
    width: 960px;
    display: block
  }
  article section.entry .inner form dl {
    border-bottom: 1px solid #ffffff;
    overflow: hidden;
    background: #bea064
  }
  article section.entry .inner form dl dt {
    padding: 25px 30px;
    width: 340px;
    box-sizing: border-box;
    float: left;
    font-size: 17px;
    color: #ffffff
  }
  article section.entry .inner form dl dt small, article section.entry .inner form dl dt span {
    padding-right: 8px;
    display: inline-block
  }
  article section.entry .inner form dl dd {
    margin-left: 340px;
    padding: 20px 30px;
    min-height: 30px;
    background: #f5f5f5;
    line-height: 1.5;
    font-size: 15px;
    position: relative
  }
  article section.entry .inner form dl dd.error {
    padding-top: 5px;
    font-size: 14px;
    color: #ff5461
  }
  article section.entry .inner form dl dd input[type='text'], article section.entry .inner form dl dd input[type='email'], article section.entry .inner form dl dd input[type='tel'], article section.entry .inner form dl dd textarea {
    -webkit-appearance: none;
    outline: none;
    padding: 6px;
    width: 100%;
    display: inline-block;
    box-sizing: border-box;
    background: #ffffff;
    border: 0;
    box-shadow: 1px 1px 3px #d5d5d5 inset
  }
  article section.entry .inner form dl dd input[type='radio'] {
    -webkit-appearance: none;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    left: -100px;
    z-index: 0;
    cursor: pointer
  }
  article section.entry .inner form dl dd input[type='radio']:checked+label:after {
    background-image: url(../images/pc/input_radio_check.png)
  }
  article section.entry .inner form dl dd input[type='radio']+label:after {
    background-image: url(../images/pc/input_radio.png)
  }
  article section.entry .inner form dl dd label {
    padding-left: 26px;
    min-height: 20px;
    line-height: 20px;
    display: block;
    cursor: pointer;
    position: relative
  }
  article section.entry .inner form dl dd label:after {
    content: '';
    width: 20px;
    height: 20px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background-repeat: no-repeat;
    background-position: center center
  }
  article section.entry .inner form dl dd input {
    line-height: 1
  }
  article section.entry .inner form dl dd textarea {
    height: 110px;
    min-width: 100%;
    max-width: 100%;
    line-height: 20px
  }
  article section.entry .inner form dl.name dd input, article section.entry .inner form dl.name_kana dd input, article section.entry .inner form dl.email dd input, article section.entry .inner form dl.telno dd input {
    width: 350px
  }
  article section.entry .inner form dl.birthday dd input#birthday_y, article section.entry .inner form dl.date dd input#date_y {
    margin-right: 4px;
    width: 100px
  }
  article section.entry .inner form dl.birthday dd input#birthday_m, article section.entry .inner form dl.date dd input#date_m, article section.entry .inner form dl.birthday dd input#birthday_d, article section.entry .inner form dl.date dd input#date_d {
    margin-right: 4px;
    margin-left: 10px;
    width: 50px
  }
  article section.entry .inner form dl.detail ul {
    margin: 5px 0;
    overflow: hidden
  }
  article section.entry .inner form dl.detail ul li {
    margin-right: 90px;
    float: left
  }
  article section.entry .inner form dl.message {
    margin-bottom: 50px
  }
  article section.entry .inner form p.submit, article section.entry .inner form ul.submit {
    clear: both
  }
  article section.entry .inner form p.submit input, article section.entry .inner form ul.submit input {
    -webkit-appearance: none;
    display: block;
    outline: none;
    border: 0;
    text-indent: -9999px;
    cursor: pointer;
    opacity: 1;
    transform-style: preserve-3d;
    transition: all 150ms cubic-bezier(0.645, 0.045, 0.355, 1)
  }
  article section.entry .inner form p.submit input:hover, article section.entry .inner form ul.submit input:hover {
    opacity: 0.7
  }
  article section.entry .inner form p.submit.check input {
    margin: 0 auto;
    width: 452px;
    height: 82px;
    background: url(../images/pc/btn_entry_check.png) no-repeat center top
  }
  article section.entry .inner form ul.submit {
    margin: 60px auto 20px auto;
    width: 570px
  }
  article section.entry .inner form ul.submit li.back {
    float: left
  }
  article section.entry .inner form ul.submit li.back input {
    width: 182px;
    height: 82px;
    background: url(../images/pc/btn_form_back.png) no-repeat center top
  }
  article section.entry .inner form ul.submit li.send {
    float: right
  }
  article section.entry .inner form ul.submit li.send input {
    width: 302px;
    height: 82px;
    background: url(../images/pc/btn_form_send.png) no-repeat center top
  }
  article section.entry .inner p.back {
    margin: 60px auto 20px auto;
    width: 452px
  }
  article section.entry .inner p.back a {
    width: 452px;
    height: 82px;
    display: block;
    border: none;
    background-color: transparent;
    background-image: url("../images/pc/btn_form_top.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    position: relative;
    opacity: 1;
    transform-style: preserve-3d;
    transition: all 150ms cubic-bezier(0.645, 0.045, 0.355, 1)
  }
  article section.entry .inner p.back a span {
    height: 1px;
    width: 1px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    clip: rect(1px, 1px, 1px, 1px);
    overflow: hidden
  }
  article section.entry .inner p.back a:hover {
    opacity: 0.7
  }
  article .vijual {
    margin-bottom: 40px;
    width: 100%;
    height: 280px;
    background: url("../images/pc/img_vijual.jpg") no-repeat center center
  }
  footer {
    background: #f5f5f5;
    position: relative
  }
  footer p.gotop {
    position: absolute;
    right: 10px;
    top: -90px
  }
  footer p.gotop a {
    width: 79px;
    height: 79px;
    display: block;
    border: none;
    background-color: transparent;
    background-image: url("../images/pc/btn_gotop.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    position: relative;
    opacity: 1;
    transform-style: preserve-3d;
    transition: all 150ms cubic-bezier(0.645, 0.045, 0.355, 1)
  }
  footer p.gotop a span {
    height: 1px;
    width: 1px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    clip: rect(1px, 1px, 1px, 1px);
    overflow: hidden
  }
  footer p.gotop a:hover {
    opacity: 0.7
  }
  footer .inner {
    margin: 0 auto;
    width: 960px;
    overflow: hidden
  }
  footer .inner dl {
    margin: 50px 0;
    width: 500px;
    float: left
  }
  footer .inner dl dt {
    margin-bottom: 20px;
    width: 445px;
    height: 30px;
    display: block;
    border: none;
    background-color: transparent;
    background-image: url("../images/pc/text_footer_name.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    position: relative
  }
  footer .inner dl dt span {
    height: 1px;
    width: 1px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    clip: rect(1px, 1px, 1px, 1px);
    overflow: hidden
  }
  footer .inner dl dd {
    line-height: 27px;
    font-size: 15px
  }
  footer .inner .map {
    margin: 105px 0 50px 0;
    border: 1px solid #bea064;
    float: right
  }
  footer .inner .map iframe {
    width: 420px;
    height: 420px
  }
  footer p.copyright {
    height: 100px;
    background: #bea064;
    line-height: 100px;
    text-align: center;
    font-size: 16px;
    color: #ffffff
  }
  .fixed_entry {
    position: fixed;
    right: 30px;
    bottom: 0;
    opacity: 0;
    pointer-events: none;
    transform-style: preserve-3d;
    transition: all 150ms cubic-bezier(0.645, 0.045, 0.355, 1)
  }
  .fixed_entry.show {
    bottom: 30px;
    opacity: 1;
    pointer-events: auto
  }
  .fixed_entry a {
    opacity: 1;
    transform-style: preserve-3d;
    transition: all 150ms cubic-bezier(0.645, 0.045, 0.355, 1);
    width: 102px;
    height: 102px;
    display: block;
    border: none;
    background-color: transparent;
    background-image: url("../images/pc/btn_entry_fixed.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    position: relative
  }
  .fixed_entry a:hover {
    opacity: 0.7
  }
  .fixed_entry a span {
    height: 1px;
    width: 1px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    clip: rect(1px, 1px, 1px, 1px);
    overflow: hidden
  }
}

@media screen and (max-width: 800px) {
  body {
    margin: 0 auto;
    min-width: 320px;
    max-width: 480px
  }
  body .sp_none {
    display: none
  }
  header {
    overflow: hidden
  }
  header .inner {
    margin: 0 15px 10px 15px
  }
  header .inner h1 {
    margin: 8px 0;
    padding-top: 8.59107%;
    width: 100%;
    height: 0;
    display: block;
    border: none;
    background-color: transparent;
    background-image: url("../images/sp/title_logo.png");
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: contain;
    position: relative
  }
  header .inner h1 span {
    height: 1px;
    width: 1px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    clip: rect(1px, 1px, 1px, 1px);
    overflow: hidden
  }
  header .inner ul.cv {
    overflow: hidden
  }
  header .inner ul.cv li {
    width: 47.5%
  }
  header .inner ul.cv li.tel {
    float: left
  }
  header .inner ul.cv li.tel a {
    padding-top: 22.79412%;
    width: 100%;
    height: 0;
    display: block;
    border: none;
    background-color: transparent;
    background-image: url("../images/sp/btn_head_tel.png");
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: contain;
    position: relative
  }
  header .inner ul.cv li.tel a span {
    height: 1px;
    width: 1px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    clip: rect(1px, 1px, 1px, 1px);
    overflow: hidden
  }
  header .inner ul.cv li.entry {
    float: right
  }
  header .inner ul.cv li.entry a {
    padding-top: 22.79412%;
    width: 100%;
    height: 0;
    display: block;
    border: none;
    background-color: transparent;
    background-image: url("../images/sp/btn_head_entry.png");
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: contain;
    position: relative
  }
  header .inner ul.cv li.entry a span {
    height: 1px;
    width: 1px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    clip: rect(1px, 1px, 1px, 1px);
    overflow: hidden
  }
  article section {
    overflow: hidden
  }
  article section .inner {
    margin: 25px 15px
  }
  article section .inner h3 {
    margin: 0 auto 25px auto
  }
  article section.cv {
    margin-top: -50px;
    background: transparent url(../images/sp/bg_cv_base.png) repeat-x center 25px/10px 365px
  }
  article section.cv .inner {
    margin: 0 auto;
    height: 365px;
    background: url("../images/sp/bg_cv.png") no-repeat center center/320px 365px;
    position: relative
  }
  article section.cv .inner h3, article section.cv .inner p.text {
    position: relative
  }
  article section.cv .inner h3 span, article section.cv .inner p.text span {
    height: 1px;
    width: 1px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    clip: rect(1px, 1px, 1px, 1px);
    overflow: hidden
  }
  article section.cv .inner p.tel, article section.cv .inner p.entry {
    margin-left: -145.5px;
    position: absolute;
    left: 50%
  }
  article section.cv .inner p.tel {
    top: 208px
  }
  article section.cv .inner p.tel a {
    width: 291px;
    height: 51px;
    display: block;
    border: none;
    background-color: transparent;
    background-image: url("../images/sp/btn_cv_tel.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    position: relative
  }
  article section.cv .inner p.tel a span {
    height: 1px;
    width: 1px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    clip: rect(1px, 1px, 1px, 1px);
    overflow: hidden
  }
  article section.cv .inner p.entry {
    top: 290px
  }
  article section.cv .inner p.entry a {
    width: 291px;
    height: 51px;
    display: block;
    border: none;
    background-color: transparent;
    background-image: url("../images/sp/btn_cv_entry.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    position: relative
  }
  article section.cv .inner p.entry a span {
    height: 1px;
    width: 1px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    clip: rect(1px, 1px, 1px, 1px);
    overflow: hidden
  }
  
.entry_ex {
    top: 10px;
    position: relative;
  }
  
.entry_ex a {
    width: 350px;
    height: 61px;
    display: block;
    border: none;
    background-color: transparent;
    background-image: url("../images/sp/btn_cv_entry.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    position: relative
  }
.entry_ex a span {
    height: 1px;
    width: 1px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    clip: rect(1px, 1px, 1px, 1px);
    overflow: hidden
  }
  
  article section.mv {
    padding-top: 104.6875%;
    width: 100%;
    height: 0;
    display: block;
    border: none;
    background-color: transparent;
    background-image: url("../images/sp/sp-bg-fv-mv.png");
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: contain;
    position: relative
  }
  article section.mv span {
    height: 1px;
    width: 1px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    clip: rect(1px, 1px, 1px, 1px);
    overflow: hidden
  }
  article section.symptom {
    border-bottom: 1px solid #f2ece0
  }
  article section.symptom h3 {
    width: 268px;
    height: 22.5px;
    display: block;
    border: none;
    background-color: transparent;
    background-image: url("../images/sp/title_symptom.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    position: relative
  }
  article section.symptom h3 span {
    height: 1px;
    width: 1px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    clip: rect(1px, 1px, 1px, 1px);
    overflow: hidden
  }
  article section.symptom ol {
    overflow: hidden
  }
  article section.symptom ol li {
    margin-bottom: 16px;
    width: 100%;
    min-height: 50px;
    background-position: left top;
    background-repeat: no-repeat;
    background-size: 291px 50px;
    position: relative
  }
  article section.symptom ol li span {
    height: 1px;
    width: 1px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    clip: rect(1px, 1px, 1px, 1px);
    overflow: hidden
  }
  article section.symptom ol li:nth-child(1) {
    background-image: url("../images/sp/bg_symptom1.png")
  }
  article section.symptom ol li:nth-child(2) {
    background-image: url("../images/sp/bg_symptom2.png")
  }
  article section.symptom ol li:nth-child(3) {
    background-image: url("../images/sp/bg_symptom3.png")
  }
  article section.symptom ol li:nth-child(4) {
    background-image: url("../images/sp/bg_symptom4.png")
  }
  article section.symptom ol li dl {
    overflow: hidden
  }
  article section.symptom ol li dl dd {
    margin: 24px 0 0 60px;
    line-height: 19px;
    font-size: 12px
  }
  article section.symptom p.msg {
    margin: 0 auto;
    padding-top: 17.52577%;
    width: 100%;
    height: 0;
    display: block;
    border: none;
    background-color: transparent;
    background-image: url("../images/sp/text_msg_symptom.png");
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: contain;
    position: relative
  }
  article section.symptom p.msg span {
    height: 1px;
    width: 1px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    clip: rect(1px, 1px, 1px, 1px);
    overflow: hidden
  }
  article section.about h3 {
    width: 235.5px;
    height: 22px;
    display: block;
    border: none;
    background-color: transparent;
    background-image: url("../images/sp/title_about.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    position: relative
  }
  article section.about h3 span {
    height: 1px;
    width: 1px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    clip: rect(1px, 1px, 1px, 1px);
    overflow: hidden
  }
  article section.about .content p.text {
    line-height: 19px;
    font-size: 12px
  }
  article section.about .content p.text strong {
    font-weight: bold
  }
  article section.about .content p.image {
    margin-bottom: 15px;
    padding-top: 55.74614%;
    width: 100%;
    height: 0;
    display: block;
    border: none;
    background-color: transparent;
    background-image: url("../images/sp/img_about.png");
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: contain;
    position: relative
  }
  article section.about .content p.image span {
    height: 1px;
    width: 1px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    clip: rect(1px, 1px, 1px, 1px);
    overflow: hidden
  }
  article section.leave {
    padding-bottom: 3%;
    background: #bea064
  }
  article section.leave h3 {
    width: 196px;
    height: 54px;
    display: block;
    border: none;
    background-color: transparent;
    background-image: url("../images/sp/title_leave.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    position: relative
  }
  article section.leave h3 span {
    height: 1px;
    width: 1px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    clip: rect(1px, 1px, 1px, 1px);
    overflow: hidden
  }
  article section.leave .column {
    margin-bottom: 18px;
    overflow: hidden
  }
  article section.leave .column .image {
    margin-bottom: 8px;
    padding-top: 51.72414%;
    width: 100%;
    height: 0;
    display: block;
    border: none;
    background-color: transparent;
    background-image: url("../images/sp/img_leave.jpg");
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: contain;
    position: relative
  }
  article section.leave .column .image span {
    height: 1px;
    width: 1px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    clip: rect(1px, 1px, 1px, 1px);
    overflow: hidden
  }
  article section.leave .column p.text {
    margin-bottom: 15px;
    line-height: 19px;
    font-size: 12px;
    color: #ffffff
  }
  article section.leave .column p.text strong {
    padding: 2px 0;
    font-weight: bold;
    background: #f0643c
  }
  article section.leave .column .important p {
    padding-top: 10.65292%;
    width: 100%;
    height: 0;
    display: block;
    border: none;
    background-color: transparent;
    background-image: url("../images/sp/text_msg_leave.png");
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: contain;
    position: relative
  }
  article section.leave .column .important p span {
    height: 1px;
    width: 1px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    clip: rect(1px, 1px, 1px, 1px);
    overflow: hidden
  }
  article section.leave .pop {
    width: 100%;
    box-sizing: border-box;
    background: url("../images/sp/bg_leave_pop.png") repeat-y center center/100% auto;
    overflow: hidden;
    position: relative
  }
  article section.leave .pop:after {
    content: '';
    padding-top: 5.49828%;
    width: 100%;
    height: 0;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    background: url("../images/sp/bg_leave_pop_bottom.png") no-repeat center center/contain
  }
  article section.leave .pop h4 {
    margin: 30px auto;
    width: 254.5px;
    height: 62px;
    display: block;
    border: none;
    background-color: transparent;
    background-image: url("../images/sp/title_leave_pop.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    position: relative
  }
  article section.leave .pop h4 span {
    height: 1px;
    width: 1px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    clip: rect(1px, 1px, 1px, 1px);
    overflow: hidden
  }
  article section.leave .pop .frame {
    margin: 0 10px
  }
  article section.leave .pop .frame ul {
    margin: 0 auto 5px auto;
    overflow: hidden
  }
  article section.leave .pop .frame ul li {
    margin-bottom: 10px;
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    background: #f5f5f5
  }
  article section.leave .pop .frame ul li:nth-child(1) dl dt {
    width: 94.5px;
    height: 12.5px;
    display: block;
    border: none;
    background-color: transparent;
    background-image: url("../images/sp/title_leave_pop1.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    position: relative
  }
  article section.leave .pop .frame ul li:nth-child(1) dl dt span {
    height: 1px;
    width: 1px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    clip: rect(1px, 1px, 1px, 1px);
    overflow: hidden
  }
  article section.leave .pop .frame ul li:nth-child(2) dl dt {
    width: 199px;
    height: 13px;
    display: block;
    border: none;
    background-color: transparent;
    background-image: url("../images/sp/title_leave_pop2.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    position: relative
  }
  article section.leave .pop .frame ul li:nth-child(2) dl dt span {
    height: 1px;
    width: 1px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    clip: rect(1px, 1px, 1px, 1px);
    overflow: hidden
  }
  article section.leave .pop .frame ul li:nth-child(3) dl dt {
    width: 152px;
    height: 12.5px;
    display: block;
    border: none;
    background-color: transparent;
    background-image: url("../images/sp/title_leave_pop3.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    position: relative
  }
  article section.leave .pop .frame ul li:nth-child(3) dl dt span {
    height: 1px;
    width: 1px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    clip: rect(1px, 1px, 1px, 1px);
    overflow: hidden
  }
  article section.leave .pop .frame ul li dl {
    overflow: hidden
  }
  article section.leave .pop .frame ul li dl dt {
    margin: 0 auto 10px auto
  }
  article section.leave .pop .frame ul li dl dd {
    margin: 0 20px;
    line-height: 19px;
    font-size: 12px
  }
  article section.leave .pop .frame p.msg {
    margin: 0 auto 32px auto;
    padding-top: 18.81919%;
    width: 100%;
    height: 0;
    display: block;
    border: none;
    background-color: transparent;
    background-image: url("../images/sp/text_msg_leave_pop.png");
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: contain;
    position: relative
  }
  article section.leave .pop .frame p.msg span {
    height: 1px;
    width: 1px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    clip: rect(1px, 1px, 1px, 1px);
    overflow: hidden
  }
  article section.reason {
    border-bottom: 1px solid #f2ece0
  }
  article section.reason h3 {
    width: 217.5px;
    height: 23px;
    display: block;
    border: none;
    background-color: transparent;
    background-image: url("../images/sp/title_reason.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    position: relative
  }
  article section.reason h3 span {
    height: 1px;
    width: 1px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    clip: rect(1px, 1px, 1px, 1px);
    overflow: hidden
  }
  article section.reason ol {
    overflow: hidden
  }
  article section.reason ol li {
    margin-bottom: 15px
  }
  article section.reason ol li dl dt {
    margin-bottom: 4px
  }
  article section.reason ol li dl dd {
    line-height: 19px;
    font-size: 12px
  }
  article section.reason ol li dl dd strong {
    font-weight: bold
  }
  article section.reason ol li:nth-child(1) dl dt {
    padding-top: 34.42341%;
    width: 100%;
    height: 0;
    display: block;
    border: none;
    background-color: transparent;
    background-image: url("../images/sp/title_reason1.jpg");
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: contain;
    position: relative
  }
  article section.reason ol li:nth-child(1) dl dt span {
    height: 1px;
    width: 1px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    clip: rect(1px, 1px, 1px, 1px);
    overflow: hidden
  }
  article section.reason ol li:nth-child(2) dl dt {
    padding-top: 34.42341%;
    width: 100%;
    height: 0;
    display: block;
    border: none;
    background-color: transparent;
    background-image: url("../images/sp/title_reason2.jpg");
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: contain;
    position: relative
  }
  article section.reason ol li:nth-child(2) dl dt span {
    height: 1px;
    width: 1px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    clip: rect(1px, 1px, 1px, 1px);
    overflow: hidden
  }
  article section.reason ol li:nth-child(3) dl dt {
    padding-top: 34.42341%;
    width: 100%;
    height: 0;
    display: block;
    border: none;
    background-color: transparent;
    background-image: url("../images/sp/title_reason3.jpg");
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: contain;
    position: relative
  }
  article section.reason ol li:nth-child(3) dl dt span {
    height: 1px;
    width: 1px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    clip: rect(1px, 1px, 1px, 1px);
    overflow: hidden
  }
  article section.reason ol li:nth-child(4) dl dt {
    padding-top: 34.42341%;
    width: 100%;
    height: 0;
    display: block;
    border: none;
    background-color: transparent;
    background-image: url("../images/sp/title_reason4.jpg");
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: contain;
    position: relative
  }
  article section.reason ol li:nth-child(4) dl dt span {
    height: 1px;
    width: 1px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    clip: rect(1px, 1px, 1px, 1px);
    overflow: hidden
  }
  article section.reason ol li:nth-child(5) dl dt {
    padding-top: 34.42341%;
    width: 100%;
    height: 0;
    display: block;
    border: none;
    background-color: transparent;
    background-image: url("../images/sp/title_reason5.jpg");
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: contain;
    position: relative
  }
  article section.reason ol li:nth-child(5) dl dt span {
    height: 1px;
    width: 1px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    clip: rect(1px, 1px, 1px, 1px);
    overflow: hidden
  }
  article section.reason p.msg {
    margin: 0 auto;
    padding-top: 24.39863%;
    width: 100%;
    height: 0;
    display: block;
    border: none;
    background-color: transparent;
    background-image: url("../images/sp/text_msg_reason.png");
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: contain;
    position: relative
  }
  article section.reason p.msg span {
    height: 1px;
    width: 1px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    clip: rect(1px, 1px, 1px, 1px);
    overflow: hidden
  }
  article section.method {
    background: #fafafa
  }
  article section.method h3 {
    width: 124.5px;
    height: 22.5px;
    display: block;
    border: none;
    background-color: transparent;
    background-image: url("../images/sp/title_method.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    position: relative
  }
  article section.method h3 span {
    height: 1px;
    width: 1px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    clip: rect(1px, 1px, 1px, 1px);
    overflow: hidden
  }
  article section.method .content p.text {
    line-height: 19px;
    font-size: 12px
  }
  article section.method .content p.text strong {
    font-weight: bold
  }
  article section.method .content p.image {
    margin-bottom: 15px;
    padding-top: 54.12371%;
    width: 100%;
    height: 0;
    display: block;
    border: none;
    background-color: transparent;
    background-image: url("../images/sp/img_method.png");
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: contain;
    position: relative
  }
  article section.method .content p.image span {
    height: 1px;
    width: 1px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    clip: rect(1px, 1px, 1px, 1px);
    overflow: hidden
  }
  article section.surgery_about {
    background: #f5f5f5
  }
  article section.surgery_about h3 {
    width: 140.5px;
    height: 22.5px;
    display: block;
    border: none;
    background-color: transparent;
    background-image: url("../images/sp/title_surgery_about.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    position: relative
  }
  article section.surgery_about h3 span {
    height: 1px;
    width: 1px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    clip: rect(1px, 1px, 1px, 1px);
    overflow: hidden
  }
  article section.surgery_about .content {
    margin: 0 auto 30px auto;
    overflow: hidden
  }
  article section.surgery_about .content dl.text {
    margin-bottom: 20px
  }
  article section.surgery_about .content dl.text dt {
    margin: 0 auto 15px auto;
    width: 218px;
    height: 38.5px;
    display: block;
    border: none;
    background-color: transparent;
    background-image: url("../images/sp/text_surgery_about.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    position: relative
  }
  article section.surgery_about .content dl.text dt span {
    height: 1px;
    width: 1px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    clip: rect(1px, 1px, 1px, 1px);
    overflow: hidden
  }
  article section.surgery_about .content dl.text dd {
    line-height: 19px;
    font-size: 12px
  }
  article section.surgery_about .content dl.text dd strong {
    font-weight: bold
  }
  article section.surgery_about .content dl.image dt {
    margin: 0 auto 15px auto;
    padding-top: 54.12371%;
    width: 100%;
    height: 0;
    display: block;
    border: none;
    background-color: transparent;
    background-image: url("../images/sp/img_surgery_about.jpg");
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: contain;
    position: relative
  }
  article section.surgery_about .content dl.image dt span {
    height: 1px;
    width: 1px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    clip: rect(1px, 1px, 1px, 1px);
    overflow: hidden
  }
  article section.surgery_about .content dl.image dd {
    line-height: 19px;
    font-size: 12px
  }
  article section.surgery_about p.msg {
    margin: 0 auto;
    padding-top: 17.52577%;
    width: 100%;
    height: 0;
    display: block;
    border: none;
    background-color: transparent;
    background-image: url("../images/sp/text_msg_surgery_about.png");
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: contain;
    position: relative
  }
  article section.surgery_about p.msg span {
    height: 1px;
    width: 1px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    clip: rect(1px, 1px, 1px, 1px);
    overflow: hidden
  }
  article section.perfection {
    padding-bottom: 10px;
    background: #bea064 url(../images/sp/bg_perfection.jpg) no-repeat center top/480px 415px
  }
  article section.perfection .content {
    margin: 0 auto;
    overflow: hidden
  }
  article section.perfection .content h3 {
    margin: 0 auto 25px auto;
    width: 272.5px;
    height: 56.5px;
    display: block;
    border: none;
    background-color: transparent;
    background-image: url("../images/sp/title_perfection.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    position: relative
  }
  article section.perfection .content h3 span {
    height: 1px;
    width: 1px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    clip: rect(1px, 1px, 1px, 1px);
    overflow: hidden
  }
  article section.perfection .content p.text {
    margin: 0 auto 20px auto;
    padding-left: 90px;
    width: 280px;
    box-sizing: border-box;
    line-height: 19px;
    font-size: 12px;
    color: #ffffff
  }
  article section.perfection .content p.text strong {
    padding: 2px 0;
    font-weight: bold;
    background: #f0643c
  }
  article section.perfection .content p.msg {
    clear: both;
    padding-top: 20.9622%;
    width: 100%;
    height: 0;
    display: block;
    border: none;
    background-color: transparent;
    background-image: url("../images/sp/text_msg_perfection.png");
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: contain;
    position: relative
  }
  article section.perfection .content p.msg span {
    height: 1px;
    width: 1px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    clip: rect(1px, 1px, 1px, 1px);
    overflow: hidden
  }
  article section.flow {
    border-bottom: 1px solid #f2ece0
  }
  article section.flow h3 {
    width: 196px;
    height: 22.5px;
    display: block;
    border: none;
    background-color: transparent;
    background-image: url("../images/sp/title_flow.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    position: relative
  }
  article section.flow h3 span {
    height: 1px;
    width: 1px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    clip: rect(1px, 1px, 1px, 1px);
    overflow: hidden
  }
  article section.flow ol {
    margin: 0 auto
  }
  article section.flow ol>li {
    margin-bottom: 12px;
    clear: both;
    position: relative
  }
  article section.flow ol>li:after {
    content: '';
    margin: 0 auto;
    width: 40px;
    height: 14px;
    display: block;
    background: url(../images/sp/icon_flow_arrow.png) no-repeat center center/contain
  }
  article section.flow ol>li:last-child {
    margin-bottom: 0
  }
  article section.flow ol>li:last-child:after {
    display: none
  }
  article section.flow ol>li:last-child dl dd ul li {
    margin-bottom: 0
  }
  article section.flow ol>li dl {
    overflow: hidden
  }
  article section.flow ol>li dl dt {
    margin-bottom: 8px
  }
  article section.flow ol>li dl dd {
    box-sizing: border-box
  }
  article section.flow ol>li dl dd ul li {
    margin-bottom: 20px;
    padding-left: 20px;
    background: url("../images/sp/icon_flow_check.png") no-repeat left 5px/16px 11px;
    line-height: 19px;
    font-size: 12px
  }
  article section.flow ol>li:nth-child(1) dl dt {
    padding-top: 25.86207%;
    width: 100%;
    height: 0;
    display: block;
    border: none;
    background-color: transparent;
    background-image: url("../images/sp/title_flow1.png");
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: contain;
    position: relative
  }
  article section.flow ol>li:nth-child(1) dl dt span {
    height: 1px;
    width: 1px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    clip: rect(1px, 1px, 1px, 1px);
    overflow: hidden
  }
  article section.flow ol>li:nth-child(2) dl dt {
    padding-top: 20.68966%;
    width: 100%;
    height: 0;
    display: block;
    border: none;
    background-color: transparent;
    background-image: url("../images/sp/title_flow2.jpg");
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: contain;
    position: relative
  }
  article section.flow ol>li:nth-child(2) dl dt span {
    height: 1px;
    width: 1px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    clip: rect(1px, 1px, 1px, 1px);
    overflow: hidden
  }
  article section.flow ol>li:nth-child(3) {
    padding-bottom: 12px;
    margin-bottom: 0
  }
  article section.flow ol>li:nth-child(3):before {
    content: '';
    width: 120%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: -10%;
    z-index: -1;
    background: #f2ece0
  }
  article section.flow ol>li:nth-child(3) dl {
    padding-top: 70px;
    position: relative
  }
  article section.flow ol>li:nth-child(3) dl:before {
    content: '';
    width: 100px;
    height: 30px;
    display: block;
    background: url("../images/sp/title_flow_oneday.png") no-repeat center center/contain;
    position: absolute;
    top: 15px;
    left: 0
  }
  article section.flow ol>li:nth-child(3) dl dt {
    padding-top: 25.86207%;
    width: 100%;
    height: 0;
    display: block;
    border: none;
    background-color: transparent;
    background-image: url("../images/sp/title_flow3.jpg");
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: contain;
    position: relative
  }
  article section.flow ol>li:nth-child(3) dl dt span {
    height: 1px;
    width: 1px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    clip: rect(1px, 1px, 1px, 1px);
    overflow: hidden
  }
  article section.flow ol>li:nth-child(4):before {
    content: '';
    width: 120%;
    height: 80%;
    display: block;
    position: absolute;
    top: 0;
    left: -10%;
    z-index: -1;
    background: #f2ece0
  }
  article section.flow ol>li:nth-child(4) dl dt {
    padding-top: 20.68966%;
    width: 100%;
    height: 0;
    display: block;
    border: none;
    background-color: transparent;
    background-image: url("../images/sp/title_flow4.jpg");
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: contain;
    position: relative
  }
  article section.flow ol>li:nth-child(4) dl dt span {
    height: 1px;
    width: 1px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    clip: rect(1px, 1px, 1px, 1px);
    overflow: hidden
  }
  article section.flow ol>li:nth-child(4) dl dd {
    margin-bottom: 25px
  }
  article section.flow ol>li:nth-child(5) dl dt {
    padding-top: 25.86207%;
    width: 100%;
    height: 0;
    display: block;
    border: none;
    background-color: transparent;
    background-image: url("../images/sp/title_flow5.jpg");
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: contain;
    position: relative
  }
  article section.flow ol>li:nth-child(5) dl dt span {
    height: 1px;
    width: 1px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    clip: rect(1px, 1px, 1px, 1px);
    overflow: hidden
  }
  article section.flow ol>li:nth-child(6) dl dt {
    padding-top: 20.68966%;
    width: 100%;
    height: 0;
    display: block;
    border: none;
    background-color: transparent;
    background-image: url("../images/sp/title_flow6.jpg");
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: contain;
    position: relative
  }
  article section.flow ol>li:nth-child(6) dl dt span {
    height: 1px;
    width: 1px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    clip: rect(1px, 1px, 1px, 1px);
    overflow: hidden
  }
  article section.cost h3 {
    width: 195.5px;
    height: 54.5px;
    display: block;
    border: none;
    background-color: transparent;
    background-image: url("../images/sp/title_cost.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    position: relative
  }
  article section.cost h3 span {
    height: 1px;
    width: 1px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    clip: rect(1px, 1px, 1px, 1px);
    overflow: hidden
  }
  article section.cost .table {
    margin: 0 auto 10px auto;
    padding-top: 259.82759%;
    width: 100%;
    height: 0;
    display: block;
    border: none;
    background-color: transparent;
    background-image: url("../images/sp/img_cose_table.png");
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: contain;
    position: relative
  }
  article section.cost .table span {
    height: 1px;
    width: 1px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    clip: rect(1px, 1px, 1px, 1px);
    overflow: hidden
  }
  article section.cost p.text {
    margin: 0 auto 25px auto
  }
  article section.cost p.text small {
    font-size: 11px
  }
  article section.cost p.msg {
    padding-top: 17.52577%;
    width: 100%;
    height: 0;
    display: block;
    border: none;
    background-color: transparent;
    background-image: url("../images/sp/text_msg_cost.png");
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: contain;
    position: relative
  }
  article section.cost p.msg span {
    height: 1px;
    width: 1px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    clip: rect(1px, 1px, 1px, 1px);
    overflow: hidden
  }
  article section.faq {
    background: #f5f5f5
  }
  article section.faq h3 {
    width: 132.5px;
    height: 23px;
    display: block;
    border: none;
    background-color: transparent;
    background-image: url("../images/sp/title_faq.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    position: relative
  }
  article section.faq h3 span {
    height: 1px;
    width: 1px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    clip: rect(1px, 1px, 1px, 1px);
    overflow: hidden
  }
  article section.faq ul {
    margin: 0 auto
  }
  article section.faq ul li {
    margin-bottom: 15px;
    padding-bottom: 15px;
    overflow: hidden;
    border-bottom: 1px solid #bea064
  }
  article section.faq ul li:nth-child(1) dl dt {
    background-image: url("../images/sp/icon_faq_q1.png")
  }
  article section.faq ul li:nth-child(1) dl dd {
    background-image: url("../images/sp/icon_faq_a1.png")
  }
  article section.faq ul li:nth-child(2) dl dt {
    background-image: url("../images/sp/icon_faq_q2.png")
  }
  article section.faq ul li:nth-child(2) dl dd {
    background-image: url("../images/sp/icon_faq_a2.png")
  }
  article section.faq ul li:nth-child(3) dl dt {
    background-image: url("../images/sp/icon_faq_q3.png")
  }
  article section.faq ul li:nth-child(3) dl dd {
    background-image: url("../images/sp/icon_faq_a3.png")
  }
  article section.faq ul li:nth-child(4) dl dt {
    background-image: url("../images/sp/icon_faq_q4.png")
  }
  article section.faq ul li:nth-child(4) dl dd {
    background-image: url("../images/sp/icon_faq_a4.png")
  }
  article section.faq ul li dl dt {
    padding: 0 0 0 54px;
    min-height: 40px;
    box-sizing: border-box;
    background-position: left top;
    background-repeat: no-repeat;
    background-size: 40px 40px;
    line-height: 19px;
    font-size: 12px
  }
  article section.faq ul li dl dd {
    padding: 0 0 0 54px;
    min-height: 60px;
    box-sizing: border-box;
    background-position: left 20px;
    background-repeat: no-repeat;
    background-size: 40px 40px;
    line-height: 19px;
    font-size: 12px;
    font-weight: bold
  }
  article section.faq ul li dl dd:before {
    content: '';
    margin: 8px auto;
    width: 90px;
    height: 15px;
    display: block;
    background: url(../images/sp/icon_faq_arrow.png) no-repeat left center/contain
  }
  article section.voice h3 {
    width: 171.5px;
    height: 56.5px;
    display: block;
    border: none;
    background-color: transparent;
    background-image: url("../images/sp/title_voice.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    position: relative
  }
  article section.voice h3 span {
    height: 1px;
    width: 1px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    clip: rect(1px, 1px, 1px, 1px);
    overflow: hidden
  }
  article section.voice .graph {
    margin: 0 auto;
    padding-top: 310.34483%;
    width: 100%;
    height: 0;
    display: block;
    border: none;
    background-color: transparent;
    background-image: url("../images/sp/img_voice_graph.png");
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: contain;
    position: relative
  }
  article section.voice .graph span {
    height: 1px;
    width: 1px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    clip: rect(1px, 1px, 1px, 1px);
    overflow: hidden
  }
  article section.media {
    background: #f5f5f5
  }
  article section.media h3 {
    width: 166.5px;
    height: 57.5px;
    display: block;
    border: none;
    background-color: transparent;
    background-image: url("../images/sp/title_media.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    position: relative
  }
  article section.media h3 span {
    height: 1px;
    width: 1px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    clip: rect(1px, 1px, 1px, 1px);
    overflow: hidden
  }
  article section.media ul li:nth-child(1) {
    padding-top: 37.80069%;
    width: 100%;
    height: 0;
    display: block;
    border: none;
    background-color: transparent;
    background-image: url("../images/sp/text_media1.png");
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: contain;
    position: relative
  }
  article section.media ul li:nth-child(1) span {
    height: 1px;
    width: 1px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    clip: rect(1px, 1px, 1px, 1px);
    overflow: hidden
  }
  article section.media ul li:nth-child(2) {
    padding-top: 37.80069%;
    width: 100%;
    height: 0;
    display: block;
    border: none;
    background-color: transparent;
    background-image: url("../images/sp/text_media2.png");
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: contain;
    position: relative
  }
  article section.media ul li:nth-child(2) span {
    height: 1px;
    width: 1px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    clip: rect(1px, 1px, 1px, 1px);
    overflow: hidden
  }
  article section.media ul li:nth-child(3) {
    padding-top: 31.78694%;
    width: 100%;
    height: 0;
    display: block;
    border: none;
    background-color: transparent;
    background-image: url("../images/sp/text_media3.png");
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: contain;
    position: relative
  }
  article section.media ul li:nth-child(3) span {
    height: 1px;
    width: 1px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    clip: rect(1px, 1px, 1px, 1px);
    overflow: hidden
  }
  article section.media ul li:nth-child(4) {
    padding-top: 37.97251%;
    width: 100%;
    height: 0;
    display: block;
    border: none;
    background-color: transparent;
    background-image: url("../images/sp/text_media4.png");
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: contain;
    position: relative
  }
  article section.media ul li:nth-child(4) span {
    height: 1px;
    width: 1px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    clip: rect(1px, 1px, 1px, 1px);
    overflow: hidden
  }
  article section.media ul li:nth-child(5) {
    padding-top: 37.97251%;
    width: 100%;
    height: 0;
    display: block;
    border: none;
    background-color: transparent;
    background-image: url("../images/sp/text_media5.png");
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: contain;
    position: relative
  }
  article section.media ul li:nth-child(5) span {
    height: 1px;
    width: 1px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    clip: rect(1px, 1px, 1px, 1px);
    overflow: hidden
  }
  article section.media ul li:nth-child(6) {
    padding-top: 33.50515%;
    width: 100%;
    height: 0;
    display: block;
    border: none;
    background-color: transparent;
    background-image: url("../images/sp/text_media6.png");
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: contain;
    position: relative
  }
  article section.media ul li:nth-child(6) span {
    height: 1px;
    width: 1px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    clip: rect(1px, 1px, 1px, 1px);
    overflow: hidden
  }
  article section.doctor h3 {
    width: 101px;
    height: 23px;
    display: block;
    border: none;
    background-color: transparent;
    background-image: url("../images/sp/title_doctor.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    position: relative
  }
  article section.doctor h3 span {
    height: 1px;
    width: 1px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    clip: rect(1px, 1px, 1px, 1px);
    overflow: hidden
  }
  article section.doctor .info {
    margin: 0 auto 30px auto;
    overflow: hidden
  }
  article section.doctor .info .image {
    float: left;
    width: 145px;
    height: 145px;
    display: block;
    border: none;
    background-color: transparent;
    background-image: url("../images/sp/img_doctor.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    position: relative
  }
  article section.doctor .info .image span {
    height: 1px;
    width: 1px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    clip: rect(1px, 1px, 1px, 1px);
    overflow: hidden
  }
  article section.doctor .info dl {
    margin-left: 145px
  }
  article section.doctor .info dl dt {
    width: 145px;
    height: 145px;
    display: block;
    border: none;
    background-color: transparent;
    background-image: url("../images/sp/text_doctor_name.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    position: relative
  }
  article section.doctor .info dl dt span {
    height: 1px;
    width: 1px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    clip: rect(1px, 1px, 1px, 1px);
    overflow: hidden
  }
  article section.doctor .info dl dd {
    clear: both;
    margin-left: -145px;
    padding-top: 10px;
    line-height: 19px;
    font-size: 12px
  }
  article section.doctor p.msg {
    margin: 0 auto 28px auto;
    padding-top: 24.39863%;
    width: 100%;
    height: 0;
    display: block;
    border: none;
    background-color: transparent;
    background-image: url("../images/sp/text_msg_doctor.png");
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: contain;
    position: relative
  }
  article section.doctor p.msg span {
    height: 1px;
    width: 1px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    clip: rect(1px, 1px, 1px, 1px);
    overflow: hidden
  }
  article section.doctor .list {
    margin: 0 auto 2px auto;
    padding: 10px;
    box-sizing: border-box;
    overflow: hidden;
    box-shadow: 1px 1px 2px #bdbdbd;
    background: #fafafa
  }
  article section.doctor .list dl {
    padding: 10px;
    margin-bottom: 10px;
    background: #ffffff
  }
  article section.doctor .list dl.history dt {
    width: 24px;
    height: 11.5px;
    display: block;
    border: none;
    background-color: transparent;
    background-image: url("../images/sp/title_doctor_history.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    position: relative
  }
  article section.doctor .list dl.history dt span {
    height: 1px;
    width: 1px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    clip: rect(1px, 1px, 1px, 1px);
    overflow: hidden
  }
  article section.doctor .list dl.qualification dt {
    width: 24.5px;
    height: 12px;
    display: block;
    border: none;
    background-color: transparent;
    background-image: url("../images/sp/title_doctor_qualification.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    position: relative
  }
  article section.doctor .list dl.qualification dt span {
    height: 1px;
    width: 1px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    clip: rect(1px, 1px, 1px, 1px);
    overflow: hidden
  }
  article section.doctor .list dl.affiliation dt {
    width: 50.5px;
    height: 11.5px;
    display: block;
    border: none;
    background-color: transparent;
    background-image: url("../images/sp/title_doctor_affiliation.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    position: relative
  }
  article section.doctor .list dl.affiliation dt span {
    height: 1px;
    width: 1px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    clip: rect(1px, 1px, 1px, 1px);
    overflow: hidden
  }
  article section.doctor .list dl.affiliation dd ul:nth-child(1) {
    width: 48%;
    float: left
  }
  article section.doctor .list dl.affiliation dd ul:nth-child(2) {
    width: 52%;
    float: right
  }
  article section.doctor .list dl dt {
    margin: 15px auto
  }
  article section.doctor .list dl dd {
    overflow: hidden;
    border-top: 1px solid #967864
  }
  article section.doctor .list dl dd ul {
    padding: 6px 0
  }
  article section.doctor .list dl dd ul li {
    line-height: 16px;
    font-size: 10px
  }
  article section.doctor .list dl dd ul li span {
    width: 60px;
    display: inline-block
  }
  article section.entry .inner {
    margin-left: 0;
    margin-right: 0
  }
  article section.entry .inner dl.msg {
    margin: 0 15px 20px 15px
  }
  article section.entry .inner dl.msg dt {
    margin-bottom: 10px;
    padding-top: 17.52577%;
    width: 100%;
    height: 0;
    display: block;
    border: none;
    background-color: transparent;
    background-image: url("../images/sp/text_msg_entry.png");
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: contain;
    position: relative
  }
  article section.entry .inner dl.msg dt span {
    height: 1px;
    width: 1px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    clip: rect(1px, 1px, 1px, 1px);
    overflow: hidden
  }
  article section.entry .inner dl.msg dd {
    line-height: 19px;
    font-size: 12px
  }
  article section.entry .inner p.strong_msg {
    margin: 0 auto 25px auto;
    width: 290px;
    height: 50px;
    display: block;
    border: none;
    background-color: transparent;
    background-image: url("../images/sp/text_strong_msg.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    position: relative
  }
  article section.entry .inner p.strong_msg span {
    height: 1px;
    width: 1px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    clip: rect(1px, 1px, 1px, 1px);
    overflow: hidden
  }
  article section.entry .inner h3 {
    margin: 0 auto 25px auto;
    width: 196px;
    height: 23px;
    display: block;
    border: none;
    background-color: transparent;
    background-image: url("../images/sp/title_entry.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    position: relative
  }
  article section.entry .inner h3 span {
    height: 1px;
    width: 1px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    clip: rect(1px, 1px, 1px, 1px);
    overflow: hidden
  }
  article section.entry .inner p.msg {
    margin: 0 15px 20px 15px;
    box-sizing: border-box;
    line-height: 17px;
    font-size: 11px
  }
  article section.entry .inner form {
    margin: 0 auto 20px auto;
    display: block
  }
  article section.entry .inner form dl {
    padding: 0 15px;
    border-bottom: 1px solid #ffffff;
    overflow: hidden;
    background: #bea064;
    font-size: 12px;
    color: #ffffff
  }
  article section.entry .inner form dl dt {
    padding: 10px 0;
    box-sizing: border-box
  }
  article section.entry .inner form dl dt small, article section.entry .inner form dl dt span {
    padding-right: 3px;
    display: inline-block
  }
  article section.entry .inner form dl dt small img, article section.entry .inner form dl dt span img {
    width: 15px;
    height: 10px
  }
  article section.entry .inner form dl dd {
    padding: 0 0 10px 0;
    line-height: 1.5;
    position: relative
  }
  article section.entry .inner form dl dd.error {
    font-size: 10px;
    color: #ff0000
  }
  article section.entry .inner form dl dd input[type='text'], article section.entry .inner form dl dd input[type='email'], article section.entry .inner form dl dd input[type='tel'], article section.entry .inner form dl dd textarea {
    -webkit-appearance: none;
    outline: none;
    padding: 6px;
    width: 100%;
    display: inline-block;
    box-sizing: border-box;
    background: #ffffff;
    border: 0;
    box-shadow: 1px 1px 3px #d5d5d5 inset
  }
  article section.entry .inner form dl dd input[type='radio'] {
    -webkit-appearance: none;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    left: -100px;
    z-index: 0;
    cursor: pointer
  }
  article section.entry .inner form dl dd input[type='radio']:checked+label:after {
    background-image: url(../images/sp/input_radio_check.png)
  }
  article section.entry .inner form dl dd input[type='radio']+label:after {
    background-image: url(../images/sp/input_radio.png)
  }
  article section.entry .inner form dl dd label {
    padding-left: 18px;
    min-height: 15px;
    line-height: 15px;
    display: block;
    cursor: pointer;
    position: relative
  }
  article section.entry .inner form dl dd label:after {
    content: '';
    width: 15px;
    height: 15px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 15px 15px
  }
  article section.entry .inner form dl dd input {
    line-height: 1
  }
  article section.entry .inner form dl dd textarea {
    height: 110px;
    min-width: 100%;
    max-width: 100%;
    line-height: 20px
  }
  article section.entry .inner form dl.birthday dd input#birthday_y, article section.entry .inner form dl.date dd input#date_y {
    margin-right: 4px;
    width: 50px
  }
  article section.entry .inner form dl.birthday dd input#birthday_m, article section.entry .inner form dl.date dd input#date_m, article section.entry .inner form dl.birthday dd input#birthday_d, article section.entry .inner form dl.date dd input#date_d {
    margin-right: 4px;
    margin-left: 10px;
    width: 50px
  }
  article section.entry .inner form dl.detail ul {
    margin: 5px 0;
    overflow: hidden
  }
  article section.entry .inner form dl.detail ul li {
    margin-right: 15px;
    float: left
  }
  article section.entry .inner form dl.message {
    margin-bottom: 20px
  }
  article section.entry .inner form p.submit, article section.entry .inner form ul.submit {
    clear: both
  }
  article section.entry .inner form p.submit input, article section.entry .inner form ul.submit input {
    -webkit-appearance: none;
    display: block;
    outline: none;
    border: 0;
    text-indent: -9999px;
    cursor: pointer;
    opacity: 1;
    transform-style: preserve-3d;
    transition: all 150ms cubic-bezier(0.645, 0.045, 0.355, 1)
  }
  article section.entry .inner form p.submit input:hover, article section.entry .inner form ul.submit input:hover {
    opacity: 0.7
  }
  article section.entry .inner form p.submit.check input {
    margin: 0 auto;
    width: 291px;
    height: 51px;
    background: url(../images/sp/btn_entry_check.png) no-repeat center center/contain
  }
  article section.entry .inner form ul.submit {
    margin: 0 auto;
    width: 290px;
    overflow: hidden
  }
  article section.entry .inner form ul.submit li.back {
    float: left
  }
  article section.entry .inner form ul.submit li.back input {
    width: 116px;
    height: 51px;
    background: url(../images/sp/btn_form_back.png) no-repeat center center/contain
  }
  article section.entry .inner form ul.submit li.send {
    float: right
  }
  article section.entry .inner form ul.submit li.send input {
    width: 161px;
    height: 51px;
    background: url(../images/sp/btn_form_send.png) no-repeat center center/contain
  }
  article section.entry .inner p.back {
    margin: 0 auto
  }
  article section.entry .inner p.back a {
    margin: 0 auto;
    width: 291px;
    height: 51px;
    display: block;
    border: none;
    background-color: transparent;
    background-image: url("../images/sp/btn_form_top.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    position: relative
  }
  article section.entry .inner p.back a span {
    height: 1px;
    width: 1px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    clip: rect(1px, 1px, 1px, 1px);
    overflow: hidden
  }
  article .vijual {
    margin-top: 10px;
    padding-top: 33.4375%;
    width: 100%;
    height: 0;
    display: block;
    border: none;
    background-color: transparent;
    background-image: url("../images/sp/img_vijual.jpg");
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: contain;
    position: relative
  }
  article .vijual span {
    height: 1px;
    width: 1px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    clip: rect(1px, 1px, 1px, 1px);
    overflow: hidden
  }
  footer {
    background: #f5f5f5;
    position: relative
  }
  footer .inner {
    padding: 30px 15px;
    overflow: hidden
  }
  footer .inner dl dt {
    margin-bottom: 17px;
    width: 252.5px;
    height: 17.5px;
    display: block;
    border: none;
    background-color: transparent;
    background-image: url("../images/pc/text_footer_name.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    position: relative
  }
  footer .inner dl dt span {
    height: 1px;
    width: 1px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    clip: rect(1px, 1px, 1px, 1px);
    overflow: hidden
  }
  footer .inner dl dd {
    line-height: 19px;
    font-size: 12px
  }
  footer .inner .map {
    margin: 25px 0 0 0;
    border: 1px solid #bea064
  }
  footer .inner .map iframe {
    width: 100%;
    height: 150px
  }
  footer p.copyright {
    height: 50px;
    background: #bea064;
    line-height: 50px;
    text-align: center;
    font-size: 10px;
    color: #ffffff
  }
  .fixed_entry {
    position: fixed;
    right: 5px;
    bottom: -20px;
    opacity: 0;
    pointer-events: none;
    transform-style: preserve-3d;
    transition: all 150ms cubic-bezier(0.645, 0.045, 0.355, 1)
  }
  .fixed_entry.show {
    bottom: 5px;
    opacity: 1;
    pointer-events: auto
  }
  .fixed_entry a {
    width: 56px;
    height: 56px;
    display: block;
    border: none;
    background-color: transparent;
    background-image: url("../images/sp/btn_entry_fixed.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    position: relative
  }
  .fixed_entry a span {
    height: 1px;
    width: 1px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    clip: rect(1px, 1px, 1px, 1px);
    overflow: hidden
  }
}

.terms-block {margin:0 auto 30px;padding: 15px;background: #eee; width: 80%;}
.terms-block p {margin-bottom: 0;margin: 0 0 10px;}
.terms-block p.center strong{font-weight: bold;font-size: 17px;border: none;}
.terms-block p strong{font-weight: bold;border-bottom: 1px dotted #ddd; display: block;margin: 0 0 5px;padding: 0 0 5px;}
.terms-block .terms-inner {height: 180px;margin-top: 10px;margin-bottom: 15px;padding: 15px;overflow-y: scroll;line-height: 1.7;font-size: 12px;background: #fff;border: 1px solid #ccc;}
.terms-block ol + p {margin-top: 25px;padding-top: 25px;border-top: 1px solid #ddd;}
.input-block p {margin-bottom: 0;line-height: 1.5;}
.terms-block .acceptance {text-align: center;font-size: 20px;}
