@charset "UTF-8";
/* === [common] base style === */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  overflow-y: scroll;
  font-size: 13px;
}
body {
  margin: 0;
  padding: 0;
  color: #595959;
  font-size: 13px;
  font-size: 1rem;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "meiryo", "ＭＳ Ｐゴシック", "MS PGothic", Osaka, sans-serif;
  line-height: 1.5;
  background: #fff;
}
main,
article,
aside,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
section {
  display: block;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-size: 13px;
  font-size: 1rem;
}
p {
  margin: 0;
}
ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
ol {
  margin: 0;
  padding: 0;
}
ul li,
ol li {
  margin: 0;
  padding: 0;
}
dl,
dt,
dd {
  margin: 0;
  padding: 0;
}
form {
  margin: 0;
}
fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}
legend {
  margin: 0;
  padding: 0;
}
label {
  cursor: pointer;
}
input,
textarea {
  margin: 0;
  padding: 0;
}
button, input, select, textarea {
  font-family: inherit;
  font-size: 100%;
  font-size: 1rem;
}
iframe {
  display: block;
  margin: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
caption {
  text-align: left;
}
th,
td {
  padding: 0;
  text-align: left;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
  border: none;
}
a img:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}
em,
i,
address {
  font-style: normal;
}
hr {
  display: none;
  margin: 1em 0;
  padding: 0;
  height: 1px;
  border: 1px solid #cccccc;
}
a {
  color: #df5d86;
}
a:focus {
  outline: none;
}
a:hover {
  text-decoration: none;
}
.clr {
  clear: both;
  zoom: 1;
}
.clr:before, .clr:after {
  content: "";
  display: block;
  clear: both;
}
.hide {
  display: none;
}

/* === [common] layout setting === */
body {
  margin: 0 auto;
  text-align: center;
}
#wrapper {
  margin: 0 auto;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.wrapper_inner {
  max-width: 1000px;
  background: #fff;
  margin: auto;
  padding: 20px;
  -webkit-box-shadow: 1px 0 5px rgba(0, 0, 0, 0.25), -1px 0 5px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 1px 0 5px rgba(0, 0, 0, 0.25), -1px 0 5px rgba(0, 0, 0, 0.25);
  box-shadow: 1px 0 5px rgba(0, 0, 0, 0.25), -1px 0 5px rgba(0, 0, 0, 0.25);
}
#member .wrapper_inner,
#member_appoint .wrapper_inner,
#member_reports .wrapper_inner,
#member_cashbacks .wrapper_inner,
#member_point .wrapper_inner,
#member_clinic_contact .wrapper_inner,
#login .wrapper_inner,
#signup .wrapper_inner,
.wrapper_inner.error,
#contact .wrapper_inner,
#info .wrapper_inner,
#clinic .wrapper_inner {
  background: #fff;
  padding: 0;
}
  .error .menuNav,
  #signup .menuNav,
  #login .menuNav,
  #contact .menuNav,
  #info .menuNav,
  #clinic .menuNav {
  padding: 0 20px 20px;
}
#home .wrapper_inner,
#clinic_list .wrapper_inner,
#guide .wrapper_inner,
#faq .wrapper_inner,
#news .wrapper_inner,
#procedure_main .wrapper_inner,
#procedure_sub .wrapper_inner,
#ranking .wrapper_inner,
#column .wrapper_inner {
  width: 1000px;
}

/* #header */
#header {
  position: relative;
  height: 120px;
  text-align: left;
  border-top: 1px solid #eee;
  border-bottom: 6px solid #df5d86;
  background-color: #fff;
  padding: 0 10px;
}
#header .header_inner {
  max-width: 1000px;
  height: 120px;
  position: relative;
  margin: auto;
}
#header .header__logo {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 148px;
  height: 64px;
  z-index: 10000;
  transform: translate3d( 0, -50%, 0 );
}
#header .header__logo img {
  max-width: 100%;
}
#header .header__catch {
  position: absolute;
  display: block;
  left: 160px;
  top: 50%;
  font-size: 16px;
  font-size: 1.23077rem;
  color: #df5d86;
  line-height: 1.3;
  transform: translate3d( 0, -50%, 0 );
}
#header .header__catch b {
  display: block;
  font-weight: normal;
}
#header .header_inner .header__menu {
  width: 300px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate3d( 0, -50%, 0 );
  z-index: 1;
}
#header .header_inner .header__menu .user {
  text-align: right;
  margin-bottom: 5px;
}
#header .header_inner .header__menu .header__menu_list {
  *zoom: 1;
  padding: 7px 14px 6px;
  background: #fafaf8;
  border: 1px solid #dfdfd1;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -o-border-radius: 30px;
}
#header .header_inner .header__menu .header__menu_list:after {
  content: "";
  display: table;
  clear: both;
}
#header .header_inner .header__menu ul {
  display: table;
  margin: auto;
}
#header .header_inner .header__menu ul li {
  float: left;
  background: url(/img/pc/icon/arrow_01.png) 0 6px no-repeat;
  padding-left: 9px;
  margin-right: 10px;
}
#header .header_inner .header__menu ul li:last-child {
  margin-right: 0;
}
#header .header_inner .header__menu ul li a {
  display: block;
  color: #000;
  text-decoration: none;
}
#header .header_inner .header__menu ul li a:hover {
  text-decoration: underline;
}
#header .header_inner .header__menu ul li a i {
  display: block;
  margin: 0;
  font-size: 30px;
  font-size: 2.30769rem;
}

/* .follow-btn */
.follow-btn_wrapper {
  background: #5f5e5e;
}
.follow-btn_wrapper .follow-btn {
  max-width: 1000px;
  margin: 0 auto 0;
}
.follow-btn_wrapper .follow-btn ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-flex;
  display: flex;
}
.follow-btn_wrapper .follow-btn ul li {
  height: 40px;
  width: 100%;
  background: #5f5e5e;
  border-right: 1px solid #fff;
  -webkit-transition: width 0.3s ease-out;
  transition: width 0.3s ease-out;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  position: relative;
}
.follow-btn_wrapper .follow-btn ul li:first-child {
  border-left: 1px solid #fff;
}
.follow-btn_wrapper .follow-btn ul li:hover:after {
  content: "";
  display: inline-block;
  border: 7px solid transparent;
  border-top-color: #df5d86;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate3d( -50%, 0, 0 );
}
.follow-btn_wrapper .follow-btn ul li a {
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  text-align: center;
  line-height: 40px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.follow-btn_wrapper .follow-btn ul li a img {
  height: 16px;
  display: inline-block;
  vertical-align: top;
  margin: 10px 5px 0 0;
}
.follow-btn_wrapper .follow-btn ul li a img:hover {
  opacity: 1.0;
}

/* ハンバーガーメニュー */
.hamburger_menu {
    display: none;
}

/* #user */
#user {
  position: relative;
  padding: 10px;
  height: 40px;
  font-size: 13px;
  font-size: 1rem;
  background-color: #f1eeed;
}
#user .user__greetings {
  padding-right: 200px;
}
#user .user__greetings span {
  padding: 0 4px;
  font-weight: bold;
}
#user .user__greetings.member {
  padding-right: 0;
  text-align: right;
}
#user .user__signup {
  max-width: 1000px;
  text-align: right;
  margin: auto;
}
#user .user__signup a {
  display: inline-block;
  padding-right: 10px;
  color: #5a5454;
  text-decoration: none;
  position: relative;
}
#user .user__signup a:after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  position: absolute;
  right: 0px;
  top: 30%;
  border-style: solid;
  border-width: 2px;
  border-color: #5a5454;
  border-left: none !important;
  border-top: none !important;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#user .user__signup span {
  padding: 0 4px;
  color: #df5d86;
  font-weight: bold;
}

/* #breadCrumb */
.breadCrumb_wrap {
  text-align: left;
  background: #eee;
  position: relative;
}
#breadCrumb {
  width: 100%;
  max-width: 1020px;
  height: 50px;
  background: #eee;
  position: relative;
  margin: auto;
  padding: 0 10px;    
}
#breadCrumb ul {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0;
}
#breadCrumb ul li {
  color: #a18e85;
  font-size: 15px;
  font-size: 1.15385rem;
  line-height: 50px;
  text-align: center;
  white-space: nowrap;
  display: inline-block;
  vertical-align: middle;
}
#breadCrumb ul li + li {
  background: url(/img/common/bg_breadCrumb03.png) left center no-repeat;
  background-size: auto 50px;
}
#breadCrumb ul li:last-child {
  padding-right: 20px;
}
#breadCrumb ul li a {
  color: #df5d86;
  line-height: 50px;
  padding-left: 25px;
}
#breadCrumb ul li a::after {
  z-index: 2;
}
#breadCrumb ul li a::before {
  right: -1.1em;
  z-index: 1;
}
#breadCrumb ul li.home {
  padding: 0;
}
#breadCrumb ul li.home a {
  width: 22px;
  height: 22px;
  text-indent: -10000px;
  background: url(/img/common/ico_home.png) left center no-repeat;
  background-size: contain;
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  margin: -1px 0 0 0;
  padding-left: 0;
}
.breadCrumb_wrap .arrow {
  width: 50px;
  height: 50px;
  text-indent: -9999px;
  background: rgba(81,71,69,0.5);
  border-radius: 50% 0 0 50%;
  position: absolute;
  right: 0;
  top: 0;
}
.breadCrumb_wrap .arrow:after{
  content: "";
  border: 10px solid transparent;
  border-right: 10px solid #fff;
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translate3d( 0, -50%, 0 );
}
#breadCrumb div {
  display: none;
}
@media screen and (max-width: 719px) {
  .breadCrumb_wrap {
    margin-top: 68px;
  }
  #breadCrumb {
    max-width: 1000px;
    height: 30px;
  }
  #breadCrumb ul {
    display: table;
  }
  #breadCrumb ul li {
    font-size: 10px;
    font-size: 0.76923rem;      
    line-height: 30px;              
  }   
  #breadCrumb ul li + li {
    background-size: 10px 30px;
  }
  #breadCrumb ul li a {
    line-height: 30px;
    padding-left: 15px;
  }
  #breadCrumb ul li.home a {
    width: 14px;
    height: 14px;       
  }
  .breadCrumb_wrap .arrow {
    width: 30px;
    height: 30px;
  }
  .breadCrumb_wrap .arrow:after{
    border: 7px solid transparent;
    border-right: 7px solid #fff;
    left: 6px;
  } 
}

/* #pagenate */
.pagenate {
  margin: 0;
  padding: 20px 20px 0;
  text-align: center;
  font-size: 18px;
  font-size: 1.38462rem;
}
.pagenate > p {
  margin-bottom: 10px;
}
.pagenate .pagenate__child li {
  display: inline-block;
  margin: 0 6px;
}
.pagenate .pagenate__child li a,
.pagenate .pagenate__child li em {
  display: inline-block;
  height: 1.6em;
  width: 1.8em;
  line-height: 1.6em;
  text-decoration: none;
  border-radius: 4px;
  border: 1px solid #df5d86;
  background-color: #fff;
}
.pagenate .pagenate__child li a:hover {
  color: #b7a7a1;
  border: 1px solid #b7a7a1;
}
.pagenate .pagenate__child li em {
  color: #b7a9a2;
  border: 1px solid #f0edec;
  background-color: #f0edec;
}
.pagenate__nearly {
  position: relative;
  padding: 0;
  height: 80px;
  line-height: 80px;
  text-align: center;
  font-size: 18px;
  font-size: 1.38462rem;
  background-color: #f1eeed;
}
.pagenate__nearly .pagenate__child {
  position: absolute;
  top: 16px;
  height: 48px;
  width: 100%;
}
.pagenate__nearly .pagenate__child li {
  position: absolute;
  display: block;
  width: 30%;
  height: 48px;
  display: block;
  border-radius: 4px;
  background-color: #df5d86;
}
.pagenate__nearly .pagenate__child li a {
  display: block;
  line-height: 48px;
  text-decoration: none;
  color: #fff;
}
.pagenate__nearly .pagenate__child li a:hover {
  opacity: 0.8;
}
.pagenate__nearly .pagenate__child li.prev {
  left: 20px;
}
.pagenate__nearly .pagenate__child li.prev a {
  text-indent: 1em;
  position: relative;
}
.pagenate__nearly .pagenate__child li.prev a:after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  position: absolute;
  left: 20px;
  top: 40%;
  border-style: solid;
  border-width: 3px;
  border-color: white;
  border-left: none !important;
  border-top: none !important;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.pagenate__nearly .pagenate__child li.next {
  right: 20px;
}
.pagenate__nearly .pagenate__child li.next a {
  text-indent: -1em;
  position: relative;
}
.pagenate__nearly .pagenate__child li.next a:after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  position: absolute;
  right: 20px;
  top: 40%;
  border-style: solid;
  border-width: 3px;
  border-color: white;
  border-left: none !important;
  border-top: none !important;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* #page */
#page {
  background: #fff;
  position: relative;
  text-align: left;
}
#home #page,
#clinic_list #page, 
#guide #page,
#faq #page,
#news #page,
#procedure_main #page,
#procedure_sub #page,
#ranking #page,
#column #page {
  width: 720px;
  float: left;
}

/* .footer_top */
#home .footer_top,
#clinic_list .footer_top,
#guide .footer_top,
#faq .footer_top,
#news .footer_top,
#procedure_main .footer_top,
#procedure_sub .footer_top,
#ranking .footer_top,
#column .footer_top {
  width: 720px;
  display: table;
}

/* .menuNav */
.menuNav {
  margin: 20px 0 0;
}

/* #footer */
#footer {
  text-align: center;
  background: #fafaf8;
}
#footer a {
  color: #2098a8;
}
#footer .footer__siteNav {
  padding: 20px 20px 20px 50px;
  font-size: 16px;
  font-size: 1.23077rem;
  border-top: 1px solid #d9d9d9;
}
#footer .footer__siteNav ul {
  line-height: 1.1;
  display: inline-block;
  border-right: 1px solid #d9d9d9;
  margin-right: 10px;
  padding-right: 10px;
}
#footer .footer__siteNav ul li {
  display: inline-block;
  padding-right: 10px;
}
#footer .footer__siteNav ul li + li {
  margin-left: 10px;
  padding-left: 20px;
  border-left: 1px solid #d9d9d9;
}
#footer .footer__siteNav ul + ul {
  margin-top: 15px;
  border-right: 0;
  margin-right: 0;
  padding-right: 0;
}
#footer .footer__copy {
  padding: 0 10px;
  text-align: center;
  border-top: 6px solid #df5d86;
  height: 88px;
  line-height: 88px;
}
#footer .footer__copy small {
  font-size: 14px;
  font-size: 1.07692rem;
  color: #b7a9a2;
}

/* トップへ戻るボタン */
.page_top {
  width: 62px;
  height: 62px;
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 100;
  display: none;
}
.page_top a {
  text-decoration: none;
  display: block;
}
.page_top a img {
  width: 62px;
  max-width: 62px;
  height: 62px;
}

/* クリニック名検索 */
.clinic_name_search {
  font-size: 0;
  margin-bottom: 15px;
}
.clinic_name_search #ClinicIndexForm {
  width: 100%;
  font-size: 100%;
  text-align: center;
  margin: auto;
  padding: 0;
}
.clinic_name_search #ClinicIndexForm input {
  font-size: 14px;
  font-size: 1.07692rem;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -moz-appearance: none;
  -webkit-appearance: none;
  -o-appearance: none;
  -ms-appearance: none;
  appearance: none;
}
.clinic_name_search #ClinicIndexForm #ClinicName {
  width: 90%;
  height: 40px;
  background: #fffbe5;
  border: 1px solid #cdbc92;
  border-right: none;
  -moz-border-radius: 4px 0 0 4px;
  -webkit-border-radius: 4px 0 0 4px;
  -o-border-radius: 4px 0 0 4px;
  -ms-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
  display: inline-block;
  padding: 0 5px;
}
.clinic_name_search #ClinicIndexForm .submit {
  width: 10%;
  height: 40px;
  display: inline-block;
  vertical-align: top;
}
.clinic_name_search #ClinicIndexForm .submit input {
  width: 100%;
  height: 100%;
  text-indent: -9999px;
  background: #5f5e5e url(/img/pc/icon/search.png) center no-repeat;
  background-size: 20px 20px;
  border: 1px solid #5f5e5e;
  border-right: none;
  -moz-border-radius: 0 4px 4px 0;
  -webkit-border-radius: 0 4px 4px 0;
  -o-border-radius: 0 4px 4px 0;
  -ms-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
  cursor: pointer;
}
.error .taplink {
  margin: 30px 0 0;
}

@media screen and (max-width: 1017px) {
  /* メニュー */
  .follow-btn_wrapper .follow-btn ul li:first-child {
    border-left: none;
  }
  .follow-btn_wrapper .follow-btn ul li:last-child {
    border-right: none;
  }
}

@media screen and (max-width: 895px) {
  #footer .footer__siteNav ul {
    display: block;
    border-right: none;
    margin-right: 0;
    padding-right: 0;
  }
}

@media screen and (max-width: 768px) {
  .wrapper_inner,
  #home .wrapper_inner,
  #clinic_list .wrapper_inner,
  #guide .wrapper_inner,
  #faq .wrapper_inner,
  #news .wrapper_inner,
  #procedure_main .wrapper_inner,
  #procedure_sub .wrapper_inner,
  #ranking .wrapper_inner,
  #column .wrapper_inner {
    width: 100%;
    max-width: 640px;
    padding: 0 0 20px;
    background: #fff;
  }
  .wrapper_inner.member {
    padding: 0;
  }
  
  /* #page */
  #page,
  #home #page,
  #clinic_list #page,
  #guide #page,
  #faq #page,
  #news #page,
  #procedure_main #page,
  #procedure_sub #page,
  #ranking #page,
  #column #page {
    width: 100%;
    float: none;
  }
  
  /* .footer_top */
  .footer_top,
  #home .footer_top,
  #clinic_list .footer_top,
  #guide .footer_top,
  #faq .footer_top,
  #news .footer_top,
  #procedure_main .footer_top,
  #procedure_sub .footer_top,
  #ranking .footer_top,
  #column .footer_top {
    width: 100%;
  }
  
  /* .menuNav */
  .menuNav,
  #home .menuNav,
  #clinic_list .menuNav,
  #guide .menuNav,
  #faq .menuNav,
  #news .menuNav,
  #procedure_main .menuNav,
  #procedure_sub .menuNav,
  #ranking .menuNav,
  #column .menuNav {
    margin: 10px 20px 0;
  }
  .error .menuNav,
  #signup .menuNav,
  #login .menuNav,
  #contact .menuNav,
  #info .menuNav,
  #clinic .menuNav {
    padding: 0 0 20px;
  }
  .error .taplink {
    margin: 30px 0 -10px;
  }
}

@media screen and (max-width: 719px) {
  body {
    -webkit-text-size-adjust: 100%;
    margin: 0 auto;
    text-align: center;
  }
  #wrapper {
    width: auto;
    max-width: 640px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    background-color: #fafaf8;
    -webkit-box-shadow: 1px 0 5px rgba(0, 0, 0, 0.25), -1px 0 5px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 1px 0 5px rgba(0, 0, 0, 0.25), -1px 0 5px rgba(0, 0, 0, 0.25);
    box-shadow: 1px 0 5px rgba(0, 0, 0, 0.25), -1px 0 5px rgba(0, 0, 0, 0.25);
  }
  .wrapper_inner {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  .wrapper_inner.member,
  .wrapper_inner.error {
    margin-top: 68px;
  }

  /* #header */
  #header {
    position: relative;
    height: 66px;
    text-align: left;
    border-bottom: 2px solid #df5d86;
    background-color: #fff;
  }
  #header .header_inner {
    height: 66px;
  }
  #header .header__logo {
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    width: 74px;
    height: 32px;
    z-index: 10000;
    transform: translate3d( 0, -50%, 0 );
  }
  #header .header__logo img {
    max-width: 100%;
  }
  #header .header__catch {
    position: absolute;
    display: block;
    left: 75px;
    top: 50%;
    font-size: 10px;
    font-size: 0.76923rem;
    width: 100px;
    color: #df5d86;
    text-align: center;
    line-height: 1.2;
    transform: translate3d( 0, -50%, 0 );
  }
  #header .header__catch b {
    display: block;
  }
  #header .header_inner .header__menu {
    width: 100%;
    top: 71px;
    left: 0;
    right: 0;
    margin: auto;
    transform: none;
  }
  #header .header_inner .header__menu .user {
    font-size: 12px;
    margin-bottom: 2px;
  }
  #header .header_inner .header__menu .header__menu_list {
    background: #fff;
  }

  /* メニュ－ */
  .follow-btn_wrapper {
    display: none;
  }

  /* ハンバーガーメニュー */
  .hamburger-menu-wrapper {
    background: #605e5f;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    padding: 2px;
    display: inline-block;
    position: absolute;
    top: -54px;
    right: 10px;
  }
  .hamburger-menu-wrapper.bounce-effect {
      animation: bounce 0.3s ease 1; 
  }
  .menu-overlay {
      transition: margin 300ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
      display: none;
      position: absolute;
      top: 0;
      bottom: 0;
      right: 0;
      left: 0;
      background: rgba(0, 0, 0, 0.9);
      z-index: 10000;
  }
  .hamburger_menu {
      display: block;
      position: relative;
      min-width: 220px;
      text-align: left;
      background: #5f5e5e;
      z-index: 10001;
  }
  .hamburger-menu {
      border: 0;
      margin: 0 auto;
      display: block;
      position: relative;
      overflow: hidden;
      padding: 0;
      width: 36px;
      height: 36px;
      font-size: 0;
      text-indent: -9999px;
      cursor: pointer;
      z-index: 9999;
      cursor: pointer;
      background: transparent;
  }
  .menu-list {
      display: none;
      position: absolute;
      width: auto;
      text-align: left;
      z-index: 9999;
      left: 50%;
      transform: translate3d( -50%, 0, 0 );
  }
  .menu-list a {
      color: #C6D2D6;
      text-decoration: none;
      font-size: 18px;
      display: inline-block;
      margin: 15px 0;
      transition: all 0.5s ease;
  }
  .menu-list a img {
      height: 16px;
      display: inline-block;
      vertical-align: top;
      margin: 4px 5px 0 0;
  }
  .menu-list a img:hover {
      opacity: 1.0;
  }
  .hamburger-menu:focus { 
      outline: none; 
  }
  .hamburger-menu span {
      display: block;
      position: absolute;
      top: 17px;
      left: 5px;
      right: 5px;
      height: 2px;
      background: #fff;
  }
  .hamburger-menu span:before, .hamburger-menu span:after {
      position: absolute;
      display: block;
      left: 0;
      width: 100%;
      height: 2px;
      background-color: #fff;
      content: "";
  }
  .hamburger-menu span:before { 
      top: -7px; 
  }
  .hamburger-menu span:after { 
      bottom: -7px; 
  }
  .hamburger-menu span:before, .hamburger-menu span:after {
      transition-duration: 0.3s, 0.3s;
      transition-delay: 0.3s, 0s;
  }
  .hamburger-menu span:before {
      transition-property: top, transform; 
  }
  .hamburger-menu span::after {
      transition-property: bottom, transform; 
  }
  .hamburger-menu.active span {
      background: none;
  }
  .hamburger-menu.active span:before {
      top: 0;
      transform: rotate(225deg);
  }
  .hamburger-menu.active span:after {
      bottom: 0;
      transform: rotate(135deg);
  }
  .hamburger-menu.active span:before, .hamburger-menu.active span:after { 
      transition-delay: 0s, 0.3s; 
  }
  @keyframes 
      bounce {  0% {
          transform: rotate(0);
      }
      45% {
          transform: rotate(15deg);
      }
      90% {
          transform: rotate(-7deg);
      }
      100% {
          transform: rotate(0);
      }
  }
  
  /* #user */
  #user {
    position: relative;
    padding: 5px 10px;
    height: 27px;
    font-size: 11px;
    font-size: 0.84615rem;
    background-color: #f1eeed;
  }
  #user .user__greetings {
    padding-right: 120px;
  }
  #user .user__greetings span {
    padding: 0 4px;
    font-weight: bold;
  }
  #user .user__greetings.member {
    padding-right: 0;
    text-align: right;
  }
  #user .user__signup a {
    display: inline-block;
    padding-right: 8px;
    color: #5a5454;
    text-decoration: none;
    position: relative;
  }
  #user .user__signup a:after {
    content: "";
    display: block;
    width: 4px;
    height: 4px;
    position: absolute;
    right: 0px;
    top: 30%;
    border-style: solid;
    border-width: 2px;
    border-color: #5a5454;
    border-left: none !important;
    border-top: none !important;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  #user .user__signup span {
    padding: 0 4px;
    color: #df5d86;
    font-weight: bold;
  }

  /* #pagenate */
  .pagenate {
    margin: 0;
    padding: 15px 15px 0;
    text-align: center;
    font-size: 14px;
    font-size: 1.07692rem;
  }
  .pagenate > p {
    margin-bottom: 10px;
  }
  .pagenate .pagenate__child {
    margin-top: -10px;
  }
  .pagenate .pagenate__child li {
    display: inline-block;
    margin: 10px 2px 0 2px;
  }
  .pagenate .pagenate__child li a,
  .pagenate .pagenate__child li em {
    display: inline-block;
    height: 1.6em;
    width: 1.7em;
    line-height: 1.6em;
    text-decoration: none;
    border-radius: 4px;
    border: 1px solid #df5d86;
    background-color: #fff;
  }
  .pagenate .pagenate__child li em {
    color: #b7a9a2;
    border: 1px solid #f0edec;
    background-color: #f0edec;
  }
  .pagenate__nearly {
    position: relative;
    padding: 0;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 12px;
    font-size: 0.92308rem;
    background-color: #f1eeed;
  }
  .pagenate__nearly .pagenate__child {
    position: absolute;
    top: 12px;
    height: 36px;
    width: 100%;
  }
  .pagenate__nearly .pagenate__child li {
    position: absolute;
    display: block;
    width: 36%;
    height: 36px;
    display: block;
    border-radius: 4px;
    background-color: #df5d86;
  }
  .pagenate__nearly .pagenate__child li a {
    display: block;
    line-height: 36px;
    text-decoration: none;
    color: #fff;
  }
  .pagenate__nearly .pagenate__child li.prev {
    left: 15px;
  }
  .pagenate__nearly .pagenate__child li.prev a {
    text-indent: 1em;
    position: relative;
  }
  .pagenate__nearly .pagenate__child li.prev a:after {
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    position: absolute;
    left: 10px;
    top: 40%;
    border-style: solid;
    border-width: 2px;
    border-color: white;
    border-left: none !important;
    border-top: none !important;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  .pagenate__nearly .pagenate__child li.next {
    right: 15px;
  }
  .pagenate__nearly .pagenate__child li.next a {
    text-indent: -1em;
    position: relative;
  }
  .pagenate__nearly .pagenate__child li.next a:after {
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    position: absolute;
    right: 10px;
    top: 40%;
    border-style: solid;
    border-width: 2px;
    border-color: white;
    border-left: none !important;
    border-top: none !important;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  /* #page */
  #page {
    position: relative;
    text-align: left;
  }

  /* #footer */
  #footer {
    text-align: left;
  }
  #footer a {
    color: #2098a8;
  }
  #footer .footer__siteNav {
    padding: 15px 10px;
    font-size: 12px;
    font-size: 0.92308rem;
    text-align: center;
    border-top: 1px solid #d9d9d9;
  }
  #footer .footer__siteNav ul {
    line-height: 1.1;
  }
  #footer .footer__siteNav ul li {
    display: inline-block;
    padding-right: 8px;
  }
  #footer .footer__siteNav ul li + li {
    margin-left: 0;
    padding-left: 10px;
    border-left: 1px solid #d9d9d9;
  }
  #footer .footer__siteNav ul + ul {
    margin-top: 10px;
  }
  #footer .footer__copy {
    padding: 0 10px;
    text-align: center;
    border-top: 2px solid #df5d86;
    height: 70px;
    line-height: 70px;
  }
  #footer .footer__copy small {
    font-size: 12px;
    font-size: 0.92308rem;
    color: #b7a9a2;
  }

  /* .menuNav */
  .menuNav,
  #home .menuNav,
  #clinic_list .menuNav,
  #guide .menuNav,
  #faq .menuNav,
  #news .menuNav,
  #procedure_main .menuNav,
  #procedure_sub .menuNav,
  #ranking .menuNav,
  #column .menuNav {
    margin: 10px 15px 0;
  }
  .error .menuNav,
  #signup .menuNav,
  #login .menuNav,
  #contact .menuNav,
  #info .menuNav,
  #clinic .menuNav {
    margin: 20px 15px 0;
  }

  /* トップへ戻るボタン */
  .page_top {
    width: 48px;
    height: 48px;
    position: fixed;
    bottom: 10px;
    right: 10px;
    display: none;
  }
  .page_top a img {
    width: 48px;
    max-width: 48px;
    height: 48px;
  }

  /* クリニック名検索 */
  .clinic_name_search {
    font-size: 0;
    margin-bottom: 15px;
  }
  .clinic_name_search #ClinicIndexForm {
    width: 100%;
    font-size: 100%;
    text-align: center;
    margin: auto;
    padding: 0;
  }
  .clinic_name_search #ClinicIndexForm input {
    font-size: 13px;
    font-size: 1rem;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    -moz-appearance: none;
    -webkit-appearance: none;
    -o-appearance: none;
    -ms-appearance: none;
    appearance: none;
  }
  .clinic_name_search #ClinicIndexForm #ClinicName {
    width: 90%;
    height: 30px;
    background: #fffbe5;
    border: 1px solid #cdbc92;
    border-right: none;
    -moz-border-radius: 4px 0 0 4px;
    -webkit-border-radius: 4px 0 0 4px;
    -o-border-radius: 4px 0 0 4px;
    -ms-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px;
    display: inline-block;
    padding: 0 5px;
  }
  .clinic_name_search #ClinicIndexForm .submit {
    width: 10%;
    height: 30px;
    display: inline-block;
    vertical-align: top;
  }
  .clinic_name_search #ClinicIndexForm .submit input {
    width: 100%;
    height: 100%;
    text-indent: -9999px;
    background: #5f5e5e url(/img/pc/icon/search.png) center no-repeat;
    background-size: 16px 16px;
    border: 1px solid #5f5e5e;
    border-right: none;
    -moz-border-radius: 0 4px 4px 0;
    -webkit-border-radius: 0 4px 4px 0;
    -o-border-radius: 0 4px 4px 0;
    -ms-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0;
    cursor: pointer;
  }
  .error .taplink {
    margin: 30px 0 -5px;
  }
}
/* LPへのリンク */
.lp_link {
  margin: 20px 15px 0;
}
.lp_link a {
  font-size: 14px;
  text-decoration: underline;
  background: url(/img/pc/icon/arrow.png) left center no-repeat;
  padding-left: 12px;
}
.lp_link a:hover {
  text-decoration: underline;
}
#procedure_main .lp_link,
#procedure_sub .lp_link,
#clinic .lp_link {
  margin: 10px 0 0;
}

/* === [common] parts style === */
.btn-call {
  display: block;
  margin: 20px;
  padding: 4px 0;
  color: #fff;
  text-decoration: none;
  text-align: center;
  background-color: #df5d86;
  border-radius: 8px;
}
.btn-call p.lead {
  margin-bottom: 6px;
  font-size: 15px;
  font-size: 1.15385rem;
  border-bottom: 1px solid #fff;
}
.btn-call .callnumber {
  font-size: 44px;
  font-size: 3.38462rem;
  line-height: 1.2;
  font-weight: bold;
}
.btn-call .callnumber:before {
  content: "";
  display: inline-block;
  margin-right: 10px;
  width: 60px;
  height: 34px;
  vertical-align: baseline;
  background: url(/img/common/spr_icons.png) 0 0 no-repeat;
}
.btn-call p.hours {
  line-height: 1.6;
}
.taplinks > li a {
  display: block;
  text-decoration: none;
}
.ds1.taplinks {
  background-color: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 8px;
}
.ds1.taplinks > li {
  text-align: left;
}
.ds1.taplinks > li + li {
  border-top: 1px solid #d9d9d9;
}
.ds1.taplinks > li a {
  padding: 0 20px;
  height: 60px;
  line-height: 60px;
  font-size: 20px;
  font-size: 1.53846rem;
  color: #5a5454;
  position: relative;
}
.ds1.taplinks > li a:after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  position: absolute;
  right: 20px;
  top: 40%;
  border-style: solid;
  border-width: 3px;
  border-color: #d9d9d9;
  border-left: none !important;
  border-top: none !important;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.ds1.taplinks > li a:hover {
  color: #5a192d;
  text-decoration: underline;
  position: relative;
}
.ds1.taplinks > li a:hover:after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  position: absolute;
  right: 20px;
  top: 40%;
  border-style: solid;
  border-width: 3px;
  border-color: #b7a9a2;
  border-left: none !important;
  border-top: none !important;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.taplink {
  margin-top: 20px;
  margin-bottom: 30px;
}
.taplink a {
  display: block;
  text-decoration: none;
}
.ds1.taplink {
  background-color: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 8px;
}
.ds1.taplink a {
  padding: 0 20px;
  height: 80px;
  line-height: 80px;
  font-size: 20px;
  font-size: 1.53846rem;
  color: #5a5454;
  position: relative;
}
.ds1.taplink a:after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  position: absolute;
  right: 20px;
  top: 40%;
  border-style: solid;
  border-width: 3px;
  border-color: #d9d9d9;
  border-left: none !important;
  border-top: none !important;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.ds1.taplink a:hover {
  color: #5a192d;
  text-decoration: underline;
  position: relative;
}
.ds1.taplink a:hover:after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  position: absolute;
  right: 20px;
  top: 40%;
  border-style: solid;
  border-width: 3px;
  border-color: #b7a9a2;
  border-left: none !important;
  border-top: none !important;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.ds2.taplink, .ds2--reversal.taplink, .ds3.taplink {
  text-align: center;
}
.ds2.taplink a, .ds2--reversal.taplink a, .ds3.taplink a,
.ds2.taplink span,
.ds2--reversal.taplink span,
.ds3.taplink span {
  display: inline-block;
  padding: 10px 25px;
  max-width: 100%;
  min-height: 40px;
  line-height: 1.3;
  text-decoration: none;
  font-size: 17px;
  font-size: 1.30769rem;
  border: 1px solid #df5d86;
  border-radius: 20px;
  background-color: #fff;
}
.ds2.taplink.disabled span, .disabled.ds2--reversal.taplink span, .disabled.ds3.taplink span {
  display: inline-block;
  padding: 10px 25px;
  max-width: 100%;
  height: 40px;
  line-height: 1.3;
  color: #999;
  text-decoration: none;
  font-size: 17px;
  font-size: 1.30769rem;
  border: 1px solid #ccc;
  border-radius: 20px;
  background-color: #efefef;
}
.ds2--reversal.taplink a,
.ds2--reversal.taplink span {
  color: #fff;
  background-color: #df5d86;
}
.ds2--reversal.taplink a:hover,
.ds2--reversal.taplink span:hover {
  opacity: 0.8;
}
.ds3.taplink a,
.ds3.taplink span {
  color: #2098a8;
  border-color: #2098a8;
}
.box-link {
  color: inherit;
  position: relative;
}
.box-link:after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  position: absolute;
  right: 20px;
  top: 40%;
  border-style: solid;
  border-width: 3px;
  border-color: #d9d9d9;
  border-left: none !important;
  border-top: none !important;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.pl {
  margin: 10px 0;
}
.pl.totop {
  margin: 0;
}
.pl.totop p {
  height: 56px;
  line-height: 56px;
  text-align: right;
  background-color: #4F4643;
}
.pl.totop p a {
  display: block;
  padding: 0 20px;
  font-size: 18px;
  font-size: 1.38462rem;
  color: #fff;
  text-decoration: none;
}
.pl.pl__list li {
  display: inline-block;
  line-height: 1.6;
  margin-right: 4px;
}
.pl.pl__list li:last-child {
  margin-right: 0;
}
.pl.pl__list li i {
  color: #df5d86;
}
.block {
  background-color: #fff;
}
.block .block__head {
  padding: 15px 20px;
  line-height: 1.2;
  font-size: 24px;
  font-size: 1.84615rem;
  font-weight: bold;
  color: #fff;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.5);
  background-color: #5a5454;
  position: relative;
}
.img--center {
  margin: 20px auto;
  padding: 15px;
  background-color: #fff;
  text-align: center;
  border: 1px solid #d9d9d9;
}
.img--center img {
  margin: 0 auto;
  max-width: 100%;
}
.block--target {
  position: relative;
  margin: 30px 0 10px;
  padding: 30px 20px 20px;
  border-top: 2px solid #FFCC00;
  border-bottom: 2px solid #FFCC00;
  background: #FFF9E5;
}
.block--target:after {
  content: "";
  position: absolute;
  z-index: 1;
  top: -20px;
  right: 10px;
  display: block;
  width: 253px;
  height: 198px;
  background: url(/img/common/bg_target_01.png) left top no-repeat;
}
.block--target .lead {
  margin-bottom: 21px;
  padding-left: 10px;
  font-weight: bold;
  color: #73420d;
  font-size: 26px;
  font-size: 2rem;
}
.block--target .lead span {
  font-size: 24px;
  font-size: 1.84615rem;
}
.block--target .lead strong {
  color: #e13393;
}
.block--target .btn {
  position: relative;
  z-index: 100;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  padding: 0 20px;
  width: 100%;
  font-size: 24px;
  font-size: 1.84615rem;
  color: #fff;
  font-weight: bold;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  border-radius: 4px;
}
.block--target .btn:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
.block--target .btn.submit {
  height: 66px;
  line-height: 66px;
  font-size: 24px;
  font-size: 1.84615rem;
  background-color: #f2749a;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFF2749A', endColorstr='#FFDF5D86');
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f2749a), color-stop(100%, #df5d86));
  background-image: -webkit-linear-gradient(top, #f2749a 0%, #df5d86 100%);
  background-image: -moz-linear-gradient(top, #f2749a 0%, #df5d86 100%);
  background-image: -o-linear-gradient(top, #f2749a 0%, #df5d86 100%);
  background-image: linear-gradient(top, #f2749a 0%, #df5d86 100%);
}
.block--target .btn02 {
  position: relative;
  z-index: 100;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  padding: 2px 10px;
  width: 100%;
  font-size: 24px;
  font-size: 1.84615rem;
  color: #fff;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  border-radius: 4px;
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
}
.block--target .btn02:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
.block--target .btn02.submit {
  min-height: 80px;
  line-height: 80px;
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3);
  background-color: #ea628b;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFEA628B', endColorstr='#FFDF5D86');
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ea628b), color-stop(100%, #df5d86));
  background-image: -webkit-linear-gradient(top, #ea628b 0%, #df5d86 100%);
  background-image: -moz-linear-gradient(top, #ea628b 0%, #df5d86 100%);
  background-image: -o-linear-gradient(top, #ea628b 0%, #df5d86 100%);
  background-image: linear-gradient(top, #ea628b 0%, #df5d86 100%);
}
.block--target .btn02.submit .submit__copy {
  display: inline-block;
  font-size: 30px;
  font-size: 2.30769rem;
  padding: 2px 0 2px 50px;
  background: url(/img/common/ico_arrow_40x40.png) left center no-repeat;
}
.block--target .btn02.submit .submit__copy em {
  color: yellow;
}
.block--target .btn02.submit.cp {
  line-height: inherit;
  padding: 0 0 15px;
}
.block--target .btn02.submit.cp b {
  position: relative;
  top: 3px;
  margin: 0 3px 15px;
  line-height: 1.8;
  display: block;
  font-size: 22px;
  font-size: 1.69231rem;
  text-align: center;
  font-weight: normal;
  border-radius: 4px;
  background-color: rgba(255, 255, 255, 0.3);
}
.block--target#campaign01 .lead span {
  font-size: 20px;
  font-size: 1.53846rem;
}
.block--target#campaign01:after {
  top: -10px;
  width: 294px;
  height: 176px;
  background: url(/img/common/bg_target_02.png) left top no-repeat;
}
.block--ad {
  margin: 20px auto;
  max-width: 600px;
  text-align: center;
  background: transparent;
  display: none;
}
.block--adbn {
  margin: 20px;
  max-width: auto;
  text-align: center;
  background-color: #fff;
}
.block--adbn.smoothie.sp {
  max-width: 320px;
  margin: 0 auto 20px;
  padding: 0 20px;
}
.block--adbn a {
  display: block;
  text-decoration: none;
}
.block--adbn a + a {
  margin-top: 20px;
}
.block--adbn a img {
  max-width: 100% !important;
  vertical-align: top;
}

#clinic .block--adbn.smoothie.sp {
  max-width: 100%;
  margin: auto;
  padding: 0;
}
#clinic .block--adbn.smoothie.sp a {
  max-width: 320px;
  margin: auto;
  padding: 0 20px 30px;
}
.pageHeader + .block--adbn {
  margin-top: 0;
}
#mail_caution {
  padding: 20px;
  background: #F9EDDE;
  border: 1px solid #f1d5b3;
}
#mail_caution h3 {
  margin: 0 0 10px;
  font-size: 18px;
  font-size: 1.38462rem;
  color: #5a192d;
}
#mail_caution dl dt {
  padding: 4px 8px;
  background: #b7a9a2;
  color: #fff;
  font-weight: bold;
}
#mail_caution dl dd {
  margin-top: 10px;
}
#mail_caution dl dd + dt {
  margin-top: 20px;
}
#mail_caution dl dd p {
  padding: 4px 2px 10px;
}
#mail_caution dl dd ul {
  margin-top: 0;
}
#mail_caution dl dd ul li + li {
  margin-top: 10px;
}

@media screen and (max-width: 719px) {
  .btn-call {
    display: block;
    margin: 20px 15px;
    padding: 4px 0;
    color: #fff;
    text-decoration: none;
    text-align: center;
    background-color: #df5d86;
    border-radius: 8px;
  }
  .btn-call p.lead {
    margin-bottom: 6px;
    font-size: 13px;
    font-size: 1rem;
    border-bottom: 1px solid #fff;
  }
  .btn-call .callnumber {
    font-size: 22px;
    font-size: 1.69231rem;
    line-height: 1.2;
    font-weight: bold;
  }
  .btn-call .callnumber:before {
    content: "";
    display: inline-block;
    margin-right: 10px;
    width: 30px;
    height: 17px;
    background: url(/img/common/spr_icons.png) 0 0 no-repeat;
    background-size: 30px;
  }
  .btn-call p.hours {
    line-height: 1.6;
  }
  .taplinks > li a {
    display: block;
    text-decoration: none;
  }
  .ds1.taplinks {
    background-color: #fff;
    border: 1px solid #d9d9d9;
    border-radius: 8px;
  }
  .ds1.taplinks > li {
    text-align: left;
  }
  .ds1.taplinks > li + li {
    border-top: 1px solid #d9d9d9;
  }
  .ds1.taplinks > li a {
    padding: 0 20px;
    height: 50px;
    line-height: 50px;
    font-size: 15px;
    font-size: 1.15385rem;
    color: #5a5454;
    position: relative;
  }
  .ds1.taplinks > li a:after {
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    position: absolute;
    right: 10px;
    top: 44%;
    border-style: solid;
    border-width: 2px;
    border-color: #d9d9d9;
    border-left: none !important;
    border-top: none !important;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .ds1.taplinks > li a:hover {
    color: #5a192d;
    text-decoration: none;
    position: relative;
  }
  .ds1.taplinks > li a:hover:after {
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    position: absolute;
    right: 10px;
    top: 44%;
    border-style: solid;
    border-width: 2px;
    border-color: #b7a9a2;
    border-left: none !important;
    border-top: none !important;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .taplink {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .taplink a {
    display: block;
    text-decoration: none;
  }
  .ds1.taplink {
    background-color: #fff;
    border: 1px solid #d9d9d9;
    border-radius: 8px;
  }
  .ds1.taplink a {
    padding: 0 20px;
    height: 50px;
    line-height: 50px;
    font-size: 15px;
    font-size: 1.15385rem;
    color: #5a5454;
    position: relative;
  }
  .ds1.taplink a:after {
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    position: absolute;
    right: 10px;
    top: 44%;
    border-style: solid;
    border-width: 2px;
    border-color: #d9d9d9;
    border-left: none !important;
    border-top: none !important;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .ds1.taplink a:hover {
    color: #5a192d;
    text-decoration: none;
    position: relative;
  }
  .ds1.taplink a:hover:after {
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    position: absolute;
    right: 10px;
    top: 44%;
    border-style: solid;
    border-width: 2px;
    border-color: #b7a9a2;
    border-left: none !important;
    border-top: none !important;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .ds2.taplink, .ds2--reversal.taplink, .ds3.taplink {
    text-align: center;
  }
  .ds2.taplink a, .ds2--reversal.taplink a, .ds3.taplink a,
  .ds2.taplink span,
  .ds2--reversal.taplink span,
  .ds3.taplink span {
    display: inline-block;
    padding: 10px 20px;
    max-width: 100%;
    min-height: 40px;
    line-height: 1.2;
    text-decoration: none;
    font-size: 15px;
    font-size: 1.15385rem;
    border: 1px solid #df5d86;
    border-radius: 20px;
    background-color: #fff;
  }
  .ds2.taplink.disabled span, .disabled.ds2--reversal.taplink span, .disabled.ds3.taplink span {
    display: inline-block;
    padding: 10px 20px;
    max-width: 100%;
    height: 40px;
    line-height: 1.2;
    color: #999;
    text-decoration: none;
    font-size: 15px;
    font-size: 1.15385rem;
    border: 1px solid #ccc;
    border-radius: 20px;
    background-color: #efefef;
  }
  .ds2--reversal.taplink a,
  .ds2--reversal.taplink span {
    color: #fff;
    background-color: #df5d86;
  }
  .ds3.taplink a,
  .ds3.taplink span {
    color: #2098a8;
    border-color: #2098a8;
  }
  .pl {
    margin: 10px 0;
  }
  .pl.totop {
    margin: 0;
  }
  #home .pl.totop,
  #clinic_list .pl.totop,
  #guide .pl.totop,
  #faq .pl.totop,
  #news .pl.totop,
  #procedure_main .pl.totop,
  #procedure_sub .pl.totop,
  #ranking .pl.totop,
  #column .pl.totop {
    width: 100%;
  }
  .pl.totop p {
    height: 44px;
    line-height: 44px;
    text-align: right;
    background-color: #4F4643;
    -webkit-box-shadow: 0 -3px 3px rgba(0, 0, 0, 0.3), 0 3px 3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 -3px 3px rgba(0, 0, 0, 0.3), 0 3px 3px rgba(0, 0, 0, 0.3);
    box-shadow: 0 -3px 3px rgba(0, 0, 0, 0.3), 0 3px 3px rgba(0, 0, 0, 0.3);
  }
  .pl.totop p a {
    display: block;
    padding: 0 20px;
    font-size: 15px;
    font-size: 1.15385rem;
    color: #fff;
    text-decoration: none;
  }
  .pl.pl__list li {
    display: inline-block;
    line-height: 1.6;
    margin-right: 4px;
  }
  .pl.pl__list li:last-child {
    margin-right: 0;
  }
  .pl.pl__list li i {
    color: #df5d86;
  }
  .block {
    background-color: #fff;
  }
  .block .block__head {
    padding: 8px 15px;
    line-height: 1.3;
    font-size: 14px;
    font-size: 1.07692rem;
    font-weight: bold;
    color: #fff;
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.5);
    background-color: #5a5454;
    position: relative;
  }
  .img--center {
    margin: 20px auto;
    padding: 15px;
    background-color: #fff;
    text-align: center;
    border: 1px solid #d9d9d9;
  }
  .img--center img {
    margin: 0 auto;
    max-width: 100%;
  }
  .block--target {
    position: relative;
    margin: 20px 0 0;
    padding: 10px 15px 15px;
    border-top: 2px solid #FFCC00;
    border-bottom: 2px solid #FFCC00;
    background: #FFF9E5;
  }
  .block--target:after {
    content: "";
    position: absolute;
    z-index: 1;
    top: -15px;
    right: 10px;
    display: block;
    width: 127px;
    height: 94px;
    background: url(/img/common/bg_target_01.png) left top no-repeat;
    background-size: contain;
  }
  .block--target .lead {
    margin-bottom: 12px;
    padding-left: 0;
    font-weight: bold;
    color: #73420d;
    font-size: 14px;
    font-size: 1.07692rem;
    line-height: 1.4;
  }
  .block--target .lead span {
    font-size: 12px;
    font-size: 0.92308rem;
  }
  .block--target .lead strong {
    color: #e13393;
  }
  .block--target .btn {
    position: relative;
    z-index: 100;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: block;
    padding: 0 20px;
    width: 100%;
    font-size: 24px;
    font-size: 1.84615rem;
    color: #fff;
    font-weight: bold;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    border-radius: 4px;
  }
  .block--target .btn:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
  }
  .block--target .btn.submit {
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    font-size: 1.23077rem;
    background-color: #f2749a;
    *zoom: 1;
    filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFF2749A', endColorstr='#FFDF5D86');
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f2749a), color-stop(100%, #df5d86));
    background-image: -webkit-linear-gradient(top, #f2749a 0%, #df5d86 100%);
    background-image: -moz-linear-gradient(top, #f2749a 0%, #df5d86 100%);
    background-image: -o-linear-gradient(top, #f2749a 0%, #df5d86 100%);
    background-image: linear-gradient(top, #f2749a 0%, #df5d86 100%);
  }
  .block--target .btn02 {
    position: relative;
    z-index: 100;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: block;
    padding: 2px 10px;
    width: 100%;
    font-size: 16px;
    font-size: 1.23077rem;
    color: #fff;
    font-weight: bold;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    border-radius: 4px;
    -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
  }
  .block--target .btn02:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
    opacity: 0.7;
  }
  .block--target .btn02.submit {
    min-height: 50px;
    line-height: 50px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
    background-color: #ea628b;
    *zoom: 1;
    filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFEA628B', endColorstr='#FFDF5D86');
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ea628b), color-stop(100%, #df5d86));
    background-image: -webkit-linear-gradient(top, #ea628b 0%, #df5d86 100%);
    background-image: -moz-linear-gradient(top, #ea628b 0%, #df5d86 100%);
    background-image: -o-linear-gradient(top, #ea628b 0%, #df5d86 100%);
    background-image: linear-gradient(top, #ea628b 0%, #df5d86 100%);
  }
  .block--target .btn02.submit .submit__copy {
    display: inline-block;
    font-size: 16px;
    font-size: 1.23077rem;
    padding: 2px 0 2px 30px;
    background: url(/img/common/ico_arrow_40x40.png) left center no-repeat;
    background-size: 20px;
  }
  .block--target .btn02.submit .submit__copy em {
    color: yellow;
  }
  .block--target .btn02.submit.cp {
    line-height: inherit;
    padding: 0 0 10px;
  }
  .block--target .btn02.submit.cp b {
    position: relative;
    top: 3px;
    margin: 0 3px 10px;
    line-height: 1.8;
    display: block;
    font-size: 13px;
    font-size: 1rem;
    text-align: center;
    font-weight: normal;
    border-radius: 4px;
    background-color: rgba(255, 255, 255, 0.3);
  }
  .block--target#campaign01 .lead span {
    font-size: 10px;
    font-size: 0.76923rem;
  }
  .block--target#campaign01:after {
    top: -10px;
    right: 5px;
    width: 147px;
    height: 88px;
    background: url(/img/common/bg_target_02.png) left top no-repeat;
    background-size: contain;
  }
  .block--ad {
    margin: 30px auto;
    max-width: 600px;
    text-align: center;
    background: transparent;
  }
  .block--adbn {
    margin: 20px;
    max-width: auto;
    text-align: center;
    background-color: #fff;
  }
  .block--adbn a {
    display: block;
    text-decoration: none;
  }
  .block--adbn a + a {
    margin-top: 15px;
  }
  .block--adbn a img {
    max-width: 100% !important;
    vertical-align: top;
  }
  .pageHeader + .block--adbn {
    margin-top: 0;
  }
  #mail_caution {
    padding: 15px;
    background: #F9EDDE;
    border: 1px solid #f1d5b3;
  }
  #mail_caution h3 {
    margin: 0 0 8px;
    font-size: 15px;
    font-size: 1.15385rem;
    color: #5a192d;
  }
  #mail_caution dl dt {
    padding: 4px 8px;
    background: #b7a9a2;
    color: #fff;
    font-weight: bold;
  }
  #mail_caution dl dd {
    margin-top: 10px;
  }
  #mail_caution dl dd + dt {
    margin-top: 20px;
  }
  #mail_caution dl dd p {
    padding: 4px 2px 10px;
  }
  #mail_caution dl dd ul {
    margin-top: 0;
  }
  #mail_caution dl dd ul li + li {
    margin-top: 10px;
  }
}

/* === [common] utility style === */
/* margin */
.u-m0 {
  margin: 0px !important;
}
.u-mt0 {
  margin-top: 0px !important;
}
.u-mb0 {
  margin-bottom: 0px !important;
}
.u-ml0 {
  margin-left: 0px !important;
}
.u-mr0 {
  margin-right: 0px !important;
}
.u-m-0 {
  margin: 0px !important;
}
.u-mt-0 {
  margin-top: 0px !important;
}
.u-mb-0 {
  margin-bottom: 0px !important;
}
.u-ml-0 {
  margin-left: 0px !important;
}
.u-mr-0 {
  margin-right: 0px !important;
}
.u-m10 {
  margin: 10px !important;
}
.u-mt10 {
  margin-top: 10px !important;
}
.u-mb10 {
  margin-bottom: 10px !important;
}
.u-ml10 {
  margin-left: 10px !important;
}
.u-mr10 {
  margin-right: 10px !important;
}
.u-m-10 {
  margin: -10px !important;
}
.u-mt-10 {
  margin-top: -10px !important;
}
.u-mb-10 {
  margin-bottom: -10px !important;
}
.u-ml-10 {
  margin-left: -10px !important;
}
.u-mr-10 {
  margin-right: -10px !important;
}
.u-m20 {
  margin: 20px !important;
}
.u-mt20 {
  margin-top: 20px !important;
}
.u-mb20 {
  margin-bottom: 20px !important;
}
.u-ml20 {
  margin-left: 20px !important;
}
.u-mr20 {
  margin-right: 20px !important;
}
.u-m-20 {
  margin: -20px !important;
}
.u-mt-20 {
  margin-top: -20px !important;
}
.u-mb-20 {
  margin-bottom: -20px !important;
}
.u-ml-20 {
  margin-left: -20px !important;
}
.u-mr-20 {
  margin-right: -20px !important;
}
.u-m30 {
  margin: 30px !important;
}
.u-mt30 {
  margin-top: 30px !important;
}
.u-mb30 {
  margin-bottom: 30px !important;
}
.u-ml30 {
  margin-left: 30px !important;
}
.u-mr30 {
  margin-right: 30px !important;
}
.u-m-30 {
  margin: -30px !important;
}
.u-mt-30 {
  margin-top: -30px !important;
}
.u-mb-30 {
  margin-bottom: -30px !important;
}
.u-ml-30 {
  margin-left: -30px !important;
}
.u-mr-30 {
  margin-right: -30px !important;
}
.u-m40 {
  margin: 40px !important;
}
.u-mt40 {
  margin-top: 40px !important;
}
.u-mb40 {
  margin-bottom: 40px !important;
}
.u-ml40 {
  margin-left: 40px !important;
}
.u-mr40 {
  margin-right: 40px !important;
}
.u-m-40 {
  margin: -40px !important;
}
.u-mt-40 {
  margin-top: -40px !important;
}
.u-mb-40 {
  margin-bottom: -40px !important;
}
.u-ml-40 {
  margin-left: -40px !important;
}
.u-mr-40 {
  margin-right: -40px !important;
}
.u-m50 {
  margin: 50px !important;
}
.u-mt50 {
  margin-top: 50px !important;
}
.u-mb50 {
  margin-bottom: 50px !important;
}
.u-ml50 {
  margin-left: 50px !important;
}
.u-mr50 {
  margin-right: 50px !important;
}
.u-m-50 {
  margin: -50px !important;
}
.u-mt-50 {
  margin-top: -50px !important;
}
.u-mb-50 {
  margin-bottom: -50px !important;
}
.u-ml-50 {
  margin-left: -50px !important;
}
.u-mr-50 {
  margin-right: -50px !important;
}

/* padding */
.u-p0 {
  padding: 0px !important;
}
.u-pt0 {
  padding-top: 0px !important;
}
.u-pb0 {
  padding-bottom: 0px !important;
}
.u-pl0 {
  padding-left: 0px !important;
}
.u-pr0 {
  padding-right: 0px !important;
}
.u-p10 {
  padding: 10px !important;
}
.u-pt10 {
  padding-top: 10px !important;
}
.u-pb10 {
  padding-bottom: 10px !important;
}
.u-pl10 {
  padding-left: 10px !important;
}
.u-pr10 {
  padding-right: 10px !important;
}
.u-p20 {
  padding: 20px !important;
}
.u-pt20 {
  padding-top: 20px !important;
}
.u-pb20 {
  padding-bottom: 20px !important;
}
.u-pl20 {
  padding-left: 20px !important;
}
.u-pr20 {
  padding-right: 20px !important;
}
.u-p30 {
  padding: 30px !important;
}
.u-pt30 {
  padding-top: 30px !important;
}
.u-pb30 {
  padding-bottom: 30px !important;
}
.u-pl30 {
  padding-left: 30px !important;
}
.u-pr30 {
  padding-right: 30px !important;
}
.u-p40 {
  padding: 40px !important;
}
.u-pt40 {
  padding-top: 40px !important;
}
.u-pb40 {
  padding-bottom: 40px !important;
}
.u-pl40 {
  padding-left: 40px !important;
}
.u-pr40 {
  padding-right: 40px !important;
}
.u-p50 {
  padding: 50px !important;
}
.u-pt50 {
  padding-top: 50px !important;
}
.u-pb50 {
  padding-bottom: 50px !important;
}
.u-pl50 {
  padding-left: 50px !important;
}
.u-pr50 {
  padding-right: 50px !important;
}

/* font-size */
.u-fsS {
  font-size: 12px !important;
  font-size: 0.92308rem !important;
}
.u-fsM {
  font-size: 14px !important;
  font-size: 1.07692rem !important;
}
.u-fsL {
  font-size: 16px !important;
  font-size: 1.23077rem !important;
}

/* text-align */
.u-taL {
  text-align: left !important;
}
.u-taR {
  text-align: right !important;
}
.u-taC {
  text-align: center !important;
}

/* float */
.u-flL {
  float: left !important;
}
.u-flR {
  float: right !important;
}
.u-flN {
  float: none !important;
}

/* clear */
.u-clr {
  clear: both;
}
.u-clrfix {
  *zoom: 1;
}
.u-clrfix:before, .u-clrfix:after {
  content: "";
  display: block;
  clear: both;
}
.u-clrn {
  clear: none !important;
}

/* color setting */
.u-color-red {
  color: #d92c00;
}
.u-color-inherit {
  color: inherit;
}

/* display off */
.hide {
  display: none;
}

/* === [module] setting === */
[class^="icon-"],
[class*=" icon-"] {
  margin-right: 4px;
  position: relative;
  top: 0px;
}

/* モニター募集バナー */
.pc a.point_banner {
  display: block;
}
.sp a.point_banner {
  display: none;
}
.pc a.point_banner img {
  width: 100%;
  max-width: 930px;
  display: block;
  margin: 0 auto 20px;
}
#clinic .pc a.point_banner img {
  max-width: 970px;
  margin: 15px auto 0;
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  #procedure_main .pc a.point_banner img,
  #procedure_sub .pc a.point_banner img {
    padding: 0 20px;
  }
  #home .pc a.point_banner img {
    padding: 20px 15px 0;
  }
  #clinic .pc a.point_banner img {
    margin: 30px auto 0;
  }
}
@media screen and (max-width: 719px) {
  .pc a.point_banner {
    display: none;
  }
  .sp a.point_banner {
    display: block;
  }
  .sp a.point_banner img {
    width: 100%;
    max-width: 640px;
    display: block;
    margin: 0 auto 20px;
  }
  #procedure_main .sp a.point_banner img,
  #procedure_sub .sp a.point_banner img {
    padding: 0 15px;
  }
  #home .sp a.point_banner img {
    margin-bottom: 10px;
    padding: 0 10px;
  }
  #clinic .sp a.point_banner img {
    margin: 20px auto 0;
    padding: 0 15px;
  }
  a.point_banner img:hover {
    opacity: 1.0;
  }
}
