/*------------------------------------------------------------------------------
    CSS reset
------------------------------------------------------------------------------*/
main,
section,
dl,
dt,
dd {
  display: block;
}
html {
  color: #333333;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0.05em;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}
body {
  margin: 0;
  color: #333333;
  font-size: 20px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}
* {
  box-sizing: border-box;
}
img {
  border: 0;
  margin: 0;
  vertical-align: top;
  max-width: 100%;
  height: auto;
}
dl,
dt,
dd {
  padding: 0;
  margin: 0;
}
p {
  line-height: 1.6;
  margin: 0 0 1em;
  padding: 0;
}
p:last-child,
p.mb0 {
  margin-bottom: 0;
}
p a {
  text-decoration: underline;
}
a {
  color: #333333;
  text-decoration: none;
}
a:link,
a:visited {
  color: #333333;
}
input,
textarea,
select {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  -webkit-appearance: none;
  border-radius: 0;
  outline: none;
}
table {
  border-collapse: collapse;
}
ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 15px;
  font-weight: normal;
  margin: 0;
  padding: 0;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
input,
select {
  vertical-align: middle;
  box-sizing: border-box;
}
em {
  font-weight: bold;
  font-style: normal;
}
button,
input[type="submit"],
input[type="text"],
textarea,
select,
input[type="number"],
input[type="tel"],
input[type="email"] {
  border: none;
  border-color: transparent;
  outline: none;
  background: transparent;
  border-radius: 0;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}
input[type="radio"],
input[type="checkbox"] {
  display: none;
}
select {
  cursor: pointer;
}
textarea {
  resize: none;
  width: 100%;
}
input:focus,
button:focus,
select:focus,
textarea:focus {
  outline: 0;
}
iframe {
  border: none;
  width: 100%;
}
/*
 *  カスタムClass
 */

.txt-center{
    text-align: center;
}
.pc {
  display: block !important;
}
.pcIb {
  display: inline-block !important;
}
.pcFl {
  display: flex !important;
}
.sp {
  display: none !important;
}
.spIb {
  display: none !important;
}
.spFl {
  display: none !important;
}
.outerBlock {
  min-width: 1000px;
}
.innerBlock {
  margin: 0 auto;
  padding: 0;
  position: relative;
  width: 1000px;
}
.cnt {
  padding-bottom: 80px;
}
.cnt.mb0 {
  padding-bottom: 0;
}
#wrapper {
  position: relative;
  padding: 0;
}
@media screen and (min-width: 1300px) {
  a {
    transition: 0.3s ease-in-out;
  }
  a:hover {
    opacity: 0.7;
  }
}
body {
  min-width: 1030px;
}
.common_bgTtl {
  background: #333333;
  text-align: center;
  color: #fff;
  padding: 40px 0;
}
.common_bgTtl_txt {
  font-size: 30px;
  letter-spacing: 3px;
  font-weight: 300;
}
.common_bgTtl_txt span {
  font-weight: 600;
  color: #b2fc33;
  font-size: 50px;
  letter-spacing: 5px;
}
.common_lineTtl {
  text-align: center;
  padding: 80px 0 20px;
  border-bottom: 10px solid #0060c9;
  font-weight: 600;
  letter-spacing: 4px;
  font-size: 40px;
  line-height: 1;
  position: relative;
}
.common_lineTtl:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 24px 12px 0 12px;
  border-color: #0060c9 transparent transparent transparent;
  right: 0;
  left: 0;
  margin: auto;
  bottom: -30px;
}
.clinicList{
    display: flex;
    margin-top: 50px;
}
.clinicList li{
    margin-right: 20px;

}
.clinicList li:last-of-type{
    margin-right: 0;
}
.clinicList li a{
    display: block;
    letter-spacing: 1.5px;
    background: #0060c9;
    text-align: center;
    font-size: 20px;
    line-height: 1;
    padding: 10px 0 8px;
    color: #ffffff;
    text-decoration: none;
    width: 110px;
    border-radius: 20px;
}

.header {
  background: #0060c9;
}
.header_inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
}
.header_inner_right {
  display: flex;
/*  align-items: center;*/
    align-items: flex-end
}
.header_tel {
  margin-right: 20px;
}
.header_fukuoka{
    line-height: 1.2;
    font-size: 16px;
/*
    color: #d61c1c;
    border: 1px solid #d61c1c;
*/
    color: #ff0000;
    border: 1px solid #ff0000;
    margin-right: 16px;
    padding: 13px 10px 11px;
}
.header_fukuoka:link, .header_fukuoka:visited{
/*    color: #d61c1c;*/
    color: #ff0000;
}
/*
.header_fukuoka:hover{
    color: #fff;
    border: 1px solid #fff;
}
*/
.fv {
  height: 590px;
  background-repeat: no-repeat;
  background-position: top center;
  background-image: url("../img/contents/fv_bg.png");
}
@media screen and (min-width: 1300px) {
  .fv {
    background-image: url("../img/contents/fv_bg__large.png");
    background-position: bottom center;
    height: 630px;
  }
}
.fv_inner {
  height: 100%;
  padding: 38px 0 0;
}
.fv_inner_txt{
  position: relative;
  z-index: 100;
}
.fv_inner_pic {
  position: absolute;
  z-index: 99;
  right: 0;
  bottom: 0;
}
.fv_banar_inner {
  text-align: center;
  margin: 50px auto;
}
.fv_banar_txt {
  margin-top: 10px;
  line-height: 1.67;
  letter-spacing: 1.8px;
  font-size: 18px;
  font-weight: 600;
}
.check {
  background: #e4e4e4;
}
.check_ttl {
  text-align: center;
  top: -30px;
  position: relative;
}
.check_block {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.check_block_item {
  width: 248px;
}
.check_block_item:nth-child(n+5) {
  margin-top: 50px;
}
.cnv {
  background-repeat: no-repeat;
  background-position: top center;
}
.cnv_top {
  text-align: center;
  position: relative;
}
.cnv_top .smallTtl {
  display: block;
  min-width: 100%;
}
.cnv_top .largeTtl {
  display: none;
}
@media screen and (min-width: 1300px) {
  .cnv_top .smallTtl {
    display: none;
  }
  .cnv_top .largeTtl {
    display: block;
    width: 100%;
  }
}
.cnv_top_inner {
  position: relative;
}
.cnv_top_inner:after {
  content: 'しっかりと育毛・発毛したいアナタへ';
  color: #ffffff;
  font-weight: 600;
  font-size: 36px;
  position: absolute;
  left: 0;
  bottom: 0;
}
.cnv_bottom {
  background: #e5eff9;
}
.cnv_bottom_inner {
  padding: 40px 0 50px;
}
.cnv_bottom_tel {
  display: block;
}
.cnv_bottom_tel_catch {
  font-weight: 600;
  font-size: 26px;
  letter-spacing: 2.6px;
  margin-bottom: 10px;
}
.cnv_bottom_btn {
  display: block;
/*    margin-top: 30px;*/
    margin-top: 15px;
}
.cnv_bottom_fukuoka{
    font-size: 16px;
    margin-top: 15px;
    display: block;
    color: #ff0000;
}
.cnv_bottom_fukuoka:link,.cnv_bottom_fukuoka:visited{
    color: #ff0000;
}
.cnv_bottom_pic {
  position: absolute;
  bottom: 0;
  right: 0;
}
#cnv_1 {
  margin-top: -70px;
}
.trouble_contents_inner {
  padding: 67px 0 0;
}
.trouble_contents_main {
  text-align: center;
  margin-top: 30px;
}
.treatPoint {
  background: #333333;
}
.treatPoint_inner {
  padding-top: 50px;
}
.treatPoint_inner:before {
  content: 'POINT';
  font-weight: 900;
  font-size: 240px;
  color: rgba(255, 255, 255, 0.05);
  letter-spacing: 12px;
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  top: 20%;
  text-align: center;
  width: 100%;
  z-index: 1;
}
.treatPoint_ttl {
  text-align: center;
  margin-bottom: 30px;
}
.treatPoint_ttl span {
  display: inline-block;
  background: #b2fc33;
  line-height: 1;
  letter-spacing: 1.8px;
  font-size: 36px;
  padding: 10px 30px;
  border-radius: 30px;
  font-weight: 600;
  margin: auto;
}
.treatPoint_txt {
  line-height: 2.45;
  letter-spacing: 1px;
  font-size: 20px;
  color: #ffffff;
  font-weight: 600;
}
.treatPoint_txt span {
  font-size: 30px;
  letter-spacing: 1.5px;
  color: #b2fc33;
}
.treatPoint_pic {
  text-align: center;
  margin-top: -50px;
}
.cycleDiff_ttl {
  background: #b2fc33;
  transform: rotate(-3deg);
  width: 150%;
  position: relative;
  right: 25%;
  top: -60px;
}
.cycleDiff_ttl_inner {
  padding: 40px 0 120px;
}
.cycleDiff_ttl_txt {
  font-size: 40px;
  letter-spacing: 2px;
  font-weight: 600;
  text-align: center;
}
.cycleDiff_contents {
  margin-top: -140px;
}
.cycleDiff_contents_inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cycleDiff_contents_pic {
  width: 456px;
}
.treatCannot {
  color: #ffffff;
  background-repeat: no-repeat;
  background-position: center;
  min-height: 767px;
  background-image: url("../img/contents/treatCannot_bg.jpg");
}
@media screen and (min-width: 1300px) {
  .treatCannot {
    background-image: url("../img/contents/treatCannot_bg__large.jpg");
    background-size: auto;
    background-position: bottom center;
  }
}
.treatCannot_inner {
  padding: 90px 0 130px;
}
.treatCannot_ttl {
  text-align: center;
  margin-bottom: 64px;
}
.treatCannot_ttl_main {
  text-align: center;
  font-weight: 600;
  font-size: 40px;
  letter-spacing: 4px;
  display: inline;
  background: linear-gradient(transparent 70%, #b2fc33 70%);
}
.treatCannot_ttl_sub {
  display: block;
  text-align: center;
  font-weight: 600;
  letter-spacing: 1px;
  font-size: 20px;
}
.treatCannot_list {
  display: flex;
  justify-content: space-between;
  color: #333333;
  font-weight: 600;
  text-align: center;
}
.treatCannot_list li {
  width: 284px;
  height: 148px;
  background: #ffffff;
}
.treatCannot_list_head {
  background: #b2fc33;
  padding: 10px;
  font-size: 30px;
  letter-spacing: 1.5px;
  height: 54px;
  line-height: 1;
}
.treatCannot_list_body {
  height: calc(100% - 54px);
  display: flex;
  align-items: center;
  justify-content: center;
}
.treatCannot_txt {
  line-height: 2.45;
  letter-spacing: 1px;
  text-align: left;
  font-size: 20px;
  margin-top: 65px;
}
.treatCannotUnder {
  margin-top: -100px;
}
.treatCannotUnder_inner {
  text-align: center;
}
.treatThat_ttl_badge {
  position: absolute;
  font-size: 36px;
  font-weight: 600;
  display: inline-block;
  margin-top: -100px;
  background: #333;
  padding: 40px 0px;
  text-align: center;
  border-radius: 50%;
  line-height: 1;
  width: 215px;
  height: 215px;
  top: -120px;
  right: 0;
  left: 0;
  margin: auto;
  z-index: -1;
}
.treatThat_contents_txt {
  margin-top: 50px;
  line-height: 2;
  letter-spacing: 1px;
  font-size: 20px;
  font-weight: 600;
}
.treatThat_contents_pic {
  text-align: center;
  margin-top: 30px;
}
.treatThat_contents_main {
  text-align: center;
  margin-top: 50px;
}
.point8_ttl {
  position: relative;
}
.point8_ttl_voice {
  text-align: center;
  margin: 10px 0 -20px;
  position: relative;
  z-index: 2;
}
.point8_contents {
  background: #e5eff9;
}
.point8_contents_block {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.point8_item {
  width: 480px;
  padding: 30px 30px 0;
  margin-top: 40px;
  min-height: 269px;
}
.point8_item_head {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.point8_item_head_badge {
  width: 100px;
  height: 100px;
  background: #b2fc33;
  border-radius: 50%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.point8_item_head_badge small {
  letter-spacing: 1.5px;
  font-size: 15px;
  line-height: 1.5;
}
.point8_item_head_badge span {
  font-weight: 600;
  font-size: 30px;
  letter-spacing: 3px;
  line-height: 1;
}
.point8_item_head_txt {
  width: 290px;
  color: #ffffff;
  line-height: 1.2;
  letter-spacing: 3px;
  font-size: 30px;
  font-weight: 600;
}
.point8_item_txt {
  margin-top: 20px;
  color: #ffffff;
  line-height: 1.5;
  letter-spacing: 1.8px;
  font-size: 18px;
}
.intro_head {
  padding: 80px 0 40px;
  text-align: center;
}
.intro_contents {
  padding: 80px 0 ;
  color: #ffffff;
  background-repeat: no-repeat;
  background-position: top center;
  background-image: url("../img/contents/intro_contents_bg.jpg");
  max-width: 1300px;
  margin: auto;
}
.intro_contents_ttl {
  display: inline-block;
  margin: auto;
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 3px;
  color: #333333;
  background: #b2fc33;
  padding: 10px 56px;
  line-height: 1;
  border-radius: 23.5px;
}
.intro_contents_ttl_wrap {
  text-align: center;
}
.intro_contents_txt {
  padding: 50px 0 40px;
  line-height: 1.5;
  letter-spacing: 3px;
  font-size: 26px;
  text-align: center;
}
.intro_contents_txt span {
  font-size: 50px;
  letter-spacing: 5px;
  background: linear-gradient(transparent 70%, #b2fc33 70%);
}
.intro_contents_sub {
  line-height: 1.75;
  letter-spacing: 2px;
  font-size: 20px;
}
.intro_contents_pic {
  text-align: center;
  margin: 50px 0 20px;
}
.what_title {
  display: block;
  position: absolute;
  background: #b2fc33;
  letter-spacing: 4px;
  font-size: 40px;
  font-weight: 600;
  text-align: center;
  width: 100%;
  padding: 20px 0;
  top: -70px;
}
.what_list {
  padding-top: 100px;
}
.what_list + .what_list {
  padding-top: 50px;
  text-align: center;
}
.what_pic {
  text-align: center;
  padding: 50px 0;
}
.what_arrow {
  text-align: center;
}
.cource {
  background-repeat: no-repeat;
  background-position: top center;
  background-image: url("../img/contents/cource_bg.png");
  padding: 50px 0;
  min-height: 847px;
}
@media screen and (min-width: 1300px) {
  .cource {
    background-image: url("../img/contents/cource_bg__large.png");
    background-position: bottom 20px center;
  }
}
.cource_list {
  display: flex;
  justify-content: space-between;
}
.cource_list li {
  width: 310px;
}
.cource_detail {
  margin-top: 38px;
  text-align: center;
}
.courceUnder_inner {
  text-align: center;
}
.courcePhoto {
  background-repeat: no-repeat;
  background-position: top center;
  min-height: 880px;
  background-image: url("../img/contents/courcePhoto_bg.png");
}
.courcePhoto.yokohama {
    background-repeat: no-repeat;
    background-position: top center;
    min-height: 880px;
    background-image: url("../img/contents/courcePhoto_bg_yokohama.png");
}
@media screen and (min-width: 1300px) {
  .courcePhoto {
    margin-bottom: 80px;
  }
}
@media screen and (min-width: 1300px) {
  .courcePhoto {
    background-image: url("../img/contents/courcePhoto_bg__large.png");
    background-size: cover;
  }
    .courcePhoto.yokohama {
        background-image: url("../img/contents/courcePhoto_bg__large_yokohama.png");
    }
}
.courcePhoto_inner {
  position: relative;
}
.courcePhoto_txtbox {
  position: absolute;
  right: 0;
  top: 143px;
}
.courcePhoto_pic {
  position: absolute;
  bottom: -800px;
  right: 0;
  left: 310px;
  margin: auto;
  text-align: center;
}
@media screen and (min-width: 1300px) {
  .courcePhoto_pic {
    bottom: -880px;
  }
}
.price_ttl {
  padding: 50px 0;
  text-align: center;
}
.flow_list {
  padding-top: 50px;
}
.flow_list li:nth-child(odd) {
  text-align: right;
}
.faq_block {
  border: solid 1px #333333;
  margin-top: 30px;
}
.faq_block:first-child {
  margin-top: 64px;
}
.faq_block_head {
  position: relative;
  padding: 20px 10px 20px 130px;
  background: #333333;
  color: #b2fc33;
  letter-spacing: 2.6px;
  font-size: 26px;
  font-weight: 600;
}
.faq_block_head:before {
  content: 'Q.';
  position: absolute;
  letter-spacing: 4px;
  font-size: 40px;
  top: 5px;
  left: 50px;
}
.faq_block_body {
  position: relative;
  padding: 30px 66px 30px 130px;
  line-height: 1.5;
  letter-spacing: 2px;
  font-size: 20px;
  background: #ffffff;
}
.faq_block_body:before {
  content: 'A.';
  position: absolute;
  letter-spacing: 4px;
  font-size: 40px;
  top: 20px;
  left: 50px;
  color: #0060c9;
  font-weight: 600;
}
.clinic_block {
  margin-top: 50px;
  display: flex;
}
.clinic_block_left {
  width: 500px;
}
.clinic_block_ttl {
  color: #0060c9;
  letter-spacing: 3px;
  font-size: 30px;
  font-weight: 600;
}
.clinic_block_pic {
  margin-top: 30px;
}
.clinic_block_right {
  width: 500px;
  padding: 0 0 0 28px;
}
.clinic_block_table {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
}
.clinic_block_table dt {
  width: 95px;
  letter-spacing: 1.5px;
  background: #0060c9;
  text-align: center;
  font-size: 15px;
  line-height: 1;
  padding: 7px;
  color: #ffffff;
}
.clinic_block_table dd {
  width: calc(100% - 95px);
  padding: 10px 17px;
  font-size: 15px;
  line-height: 1.5;
  letter-spacing: 1.5px;
}
.doctor_block {
  margin-top: 50px;
}
.doctor_block_inner:not(:first-of-type){
    margin-top: 60px;
}
.doctor_block h4{
    text-align: center;
    font-size: 30px;
    font-weight: 600;
}
.doctor_block h5{
    margin-top: 20px;
    text-align: center;
    font-size: 24px;
    font-weight: 600;
}
.doctor_block .clinic_block_table{
    margin: 15px auto 30px;
    width: 500px;
}
.doctor_block .clinic_block_list{
    margin: 15px auto 0;
    width: 500px;
}
.doctor_block .clinic_block_list li{
    padding: 10px 0;
    font-size: 15px;
    line-height: 1.5;
    letter-spacing: 1.5px;
}
.footer {
  background-color: #97a1ac;
  text-align: center;
  padding: 30px 0;
}
.footer_txt {
  color: #ffffff;
  font-size: 14px;
  text-align: center;
  margin-top: 23px;
}
.footer_menu {
  margin: 20px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer_menu a {
  color: #ffffff;
  font-size: 15px;
  letter-spacing: 0.75px;
}
.footer_menu li + li a:before {
  content: '|';
  margin: 0 5px;
}
.footer_copy {
  color: #ffffff;
  font-size: 12px;
  letter-spacing: 1.2px;
}


/* 電話番号ボタン */

#callArea{
    display: none;
    padding: 20px;
    width: 100%;
    height: auto;
    position: fixed;
    z-index: 10000;
    top: 0;

    background-color:#333;
    text-align: center;
}
#callAreaBox{
    width: 1000px;
    margin: 0 auto;
}
.close{
    text-align: right;
    color: #fff;
    margin-bottom:30px;
}
.close i{
    font-size: 36px !important;
}
#callArea h2{
    text-align: center;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    margin-bottom:40px;
}
#callArea h2 span{
    display: block;
    text-align: center;
    color: #b2fc33;
}
#callArea ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#callArea li{
    margin-bottom: 40px;
    width: 45%;
}
#callArea li a{
    text-align: center;
    color: #fff;
    background-color: #0060c9;
    display: block;
    border-radius: 10px;
    padding: 15px 30px;
}
#callArea li a dl{
/*
    display:flex;
    justify-content: center;
    align-items: center;
*/
}
#callArea li a dt{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    box-sizing: border-box;
    width: 100%;
    margin-bottom: 20px;
}
#callArea li a dt .c_icon{
    display: inline-block;
    width: 24%;
    margin-right: 2%;
    padding: 5px;
    background-color: #fff;
    border-radius: 6px;
    color: #0060c9;
    font-weight: bold;
    font-size: 16px;
}
#callArea li a dt .c_icon:nth-of-type(n+4){
    margin-top: 10px;
}
#callArea li a dt .c_icon:last-of-type{
    margin-right: 0;
}
/*
#callArea li a dt .c_name{
    font-size: 20px;
    text-align: center;
}
*/
#callArea li a dd{
    box-sizing: border-box;
    width: 100%;
    font-size: 36px;
    font-weight: bold;
    text-align: center;
    line-height: 1;
}
#callArea li a dd span{
    font-size: 12px;
}