@charset "UTF-8";


@scope (.section-secondary) {
 .section{
  padding-top: 0;
 }
 .inner{
  /* max-width:800px; */
 }
 .power_content{
  margin-bottom: 2em;
 }
 
 .slick-slider{
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent
}

.slick-list, .slick-slider{
  position: relative;
  display: block
}

.slick-list{
  overflow: hidden;
  margin: 0;
  padding: 0
}

.slick-list:focus{
  outline: none
}

.slick-list.dragging{
  cursor: pointer;
  cursor: hand
}

.slick-slider .slick-list, .slick-slider .slick-track{
  transform: translateZ(0)
}

.slick-track{
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto
}

.slick-track:after, .slick-track:before{
  content: "";
  display: table
}

.slick-track:after{
  clear: both
}

.slick-loading .slick-track{
  visibility: hidden
}

.slick-slide{
  float: left;
  height: 100%;
  min-height: 1px;
  display: none
}

[dir=rtl] .slick-slide{
  float: right
}

.slick-slide img{
  display: block
}

.slick-slide.slick-loading img{
  display: none
}

.slick-slide.dragging img{
  pointer-events: none
}

.slick-initialized .slick-slide{
  display: block
}

.slick-loading .slick-slide{
  visibility: hidden
}

.slick-vertical .slick-slide{
  display: block;
  height: auto;
  border: 1px solid transparent
}

.slick-arrow.slick-hidden{
  display: none
}

.slick-loading .slick-list{
  background: #fff url(ajax-loader.gif) 50% no-repeat
}

@font-face{
  font-family: slick;
  src: url(fonts/slick.eot);
  src: url(fonts/slick.eot?#iefix) format("embedded-opentype"), url(fonts/slick.woff) format("woff"), url(fonts/slick.ttf) format("truetype"), url(fonts/slick.svg#slick) format("svg");
  font-weight: 400;
  font-style: normal
}

.slick-next, .slick-prev{
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  transform: translateY(-50%);
  padding: 0;
  border: none;
  outline: none
}

.slick-next:focus, .slick-next:hover, .slick-prev:focus, .slick-prev:hover{
  outline: none;
  background: transparent;
  color: transparent
}

.slick-next:focus:before, .slick-next:hover:before, .slick-prev:focus:before, .slick-prev:hover:before{
  opacity: 1
}

.slick-next.slick-disabled:before, .slick-prev.slick-disabled:before{
  opacity: .25
}

.slick-next:before, .slick-prev:before{
  font-family: slick;
  font-size: 20px;
  line-height: 1;
  color: #fff;
  opacity: .75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.slick-prev{
  left: -25px
}

[dir=rtl] .slick-prev{
  left: auto;
  right: -25px
}

.slick-prev:before{
  content: "��"
}

[dir=rtl] .slick-prev:before{
  content: "��"
}

.slick-next{
  right: -25px
}

[dir=rtl] .slick-next{
  left: -25px;
  right: auto
}

.slick-next:before{
  content: "��"
}

[dir=rtl] .slick-next:before{
  content: "��"
}

.slick-dotted.slick-slider{
  margin-bottom: 30px
}

.slick-dots{
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%
}

.slick-dots li{
  position: relative;
  display: inline-block;
  margin: 0 5px;
  padding: 0
}

.slick-dots li, .slick-dots li button{
  height: 20px;
  width: 20px;
  cursor: pointer
}

.slick-dots li button{
  border: 0;
  background: transparent;
  display: block;
  outline: none;
  line-height: 0;
  font-size: 0;
  color: transparent;
  padding: 5px
}

.slick-dots li button:focus, .slick-dots li button:hover{
  outline: none
}

.slick-dots li button:focus:before, .slick-dots li button:hover:before{
  opacity: 1
}

.slick-dots li button:before{
  position: absolute;
  top: 0;
  left: 0;
  content: "?";
  width: 20px;
  height: 20px;
  font-family: slick;
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: #000;
  opacity: .25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.slick-dots li.slick-active button:before{
  color: #000;
  opacity: .75
}

body{
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-family: ���C���I, �q���M�m�p�S Pro W3, �l�r �o�S�V�b�N, Osaka, Hiragino Kaku Gothic Pro, Meiryo, MS;
  color: #333;
  line-height: 1.9em
}

@media screen and (max-width: 769px){
  body{
    margin-top: 60px !important
  }
}

h1, h2, h3, h4, h5, h6{
  font-family: Noto Sans JP, sans-serif;
  font-weight: 700
}

a:link, a:visited{
  color: #006bfc;
  text-decoration: none
}

a:hover{
  color: #0050bb;
  text-decoration: underline
}

a:active{
  color: #006bfc;
  text-decoration: none
}

.wrap{
  width: 1020px;
  margin: 0 auto
}

@media screen and (max-width: 769px){
  .anchorlink{
    margin-top: -60px;
    padding-top: 60px
  }
}

#sitemap{
  width: 1020px;
  margin: 0 auto;
  text-align: right;
  position: absolute;
  top: 0
}

header h1{
  width: 100%;
  background-color: #dffbff;
  font-size: 14px
}

header h1{
  display: block;
  margin: 0 auto
}

@media screen and (min-width: 770px){
  header h1 span{
    width: 1020px
  }
}

header nav{
  width: 100%;
  background: #00a4dc;
  background: linear-gradient(180deg, #00a4dc 0, #0667f6);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00a4dc", endColorstr="#0667f6", GradientType=0)
}

header nav div#menu{
  height: 36px;
  width: 1020px;
  position: relative;
  margin: 0 auto
}

header nav ul#menubody{
  width: 1020px;
  position: absolute;
  z-index: 10
}

header nav ul.nav{
  overflow: hidden;
  background: #dcffff;
  color: #eee;
  font-size: 13px;
  text-align: center;
  float: left
}

header nav ul.nav, header nav ul.nav li{
  height: 36px;
  width: 170px
}

header nav ul.nav li:not(:first-child){
  border-top: 1px dotted #ccc
}

header nav ul.nav li:hover{
  background: #adddf2;
  cursor: pointer;
  width: 170px;
  height: 36px
}

header nav ul.nav li a{
  width: 170px;
  line-height: 36px;
  display: block
}

header nav ul.nav li.head{
  box-sizing: border-box;
  border-right: 1px solid #7fc6f2;
  background: #00a4dc;
  background: linear-gradient(180deg, #00a4dc 0, #0667f6);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00a4dc", endColorstr="#0667f6", GradientType=0)
}

header ul li:first-child ul.nav li.head{
  border-left: 1px solid #7fc6f2
}

header nav ul.nav li.head:hover{
  background: none;
  color: #164ffa
}

header nav ul.nav li.head a{
  font-weight: 700;
  color: #fff;
  text-align: center;
  font-size: 19px;
  text-decoration: none
}

header nav ul.nav li.head a:hover{
  color: #0050bb
}

header nav ul#menubody li{
  float: left;
  width: 170px
}

header nav ul#menubody .nav li{
  float: none;
  width: 170px
}

@media screen and (max-width: 769px){
  header{
    height: 60px;
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 998
  }

  header .header_wrap.sp{
    display: flex;
    justify-content: space-between;
    padding: 5px 10px
  }

  header .header_logo{
    max-width: 200px;
    flex: 1
  }

  header .header_logo img{
    width: 100%;
    height: auto
  }

  header .header_icon{
    display: flex
  }

  header .header_icon a{
    position: relative;
    margin-left: 5px;
    border: 1px solid #adf7ff;
    display: block;
    padding: 5px;
    box-sizing: border-box;
    height: 50px;
    width: 50px;
    font-size: 10px;
    background: #00a4dc;
    background: linear-gradient(180deg, #00a4dc 0, #0667f6);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00a4dc", endColorstr="#0667f6", GradientType=0)
  }

  header .header_icon a.tel:before{
    position: absolute;
    content: "";
    background: url(https://www.increasehair.com//wp-content/themes/increasehair/common/img/icn1.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 50px;
    height: 50px;
    left: 0;
    top: 0
  }

  header .header_icon a.mail:before{
    position: absolute;
    content: "";
    background: url(https://www.increasehair.com//wp-content/themes/increasehair/common/img/icn2.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 50px;
    height: 50px;
    left: 0;
    top: 0
  }

  header .header_icon #menu_switch{
    position: relative
  }

  header .header_icon #menu_switch span{
    width: 35px;
    height: 4.375px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    transition: .5s
  }

  header .header_icon #menu_switch span:first-child{
    transform: translate(-50%, calc(-50% - 11.66667px))
  }

  header .header_icon #menu_switch span:nth-child(3){
    transform: translate(-50%, calc(-50% + 11.66667px))
  }

  header .header_icon #menu_switch.open span:first-child{
    transform: translate(-50%, -50%) rotate(-45deg)
  }

  header .header_icon #menu_switch.open span:nth-child(2){
    transform: translate(-50%, -50%) rotate(-135deg)
  }

  header .header_icon #menu_switch.open span:nth-child(3){
    transform: translate(-50%, -50%) rotate(-45deg)
  }
}

#header_left{
  float: left;
  width: 840px
}

#header_left img{
  float: left
}

#header_right{
  float: right;
  width: 162px;
  padding-top: 5px
}

#header_right img{
  margin-bottom: 4px
}

#header_right ul li{
  float: left;
  padding-right: 3px
}

#header_right .f_left iframe{
  width: 80px !important;
  height: 20px !important;
  margin-top: 8px
}

#header_right .f_right{
  width: 74px
}

#pankuzu{
  background: #efefef;
  width: 100%;
  margin: 0 auto
}

@media screen and (max-width: 769px){
  #pankuzu{
    display: none
  }
}

#pankuzu div{
  margin: 0 auto
}

@media screen and (min-width: 770px){
  #pankuzu div{
    width: 1020px
  }
}


#content .page_main.pc {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

#content .page_main.pc .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
#content .page_main.pc .item a img:hover{
  opacity: 0.8;
}

#content .page_main.pc .item:nth-child(1),
#content .page_main.pc .item:nth-child(2) {
  aspect-ratio: 603 / 291; /* 上段 */
}

#content .page_main.pc .item:nth-child(3),
#content .page_main.pc .item:nth-child(4) {
  aspect-ratio: 603 / 251; /* 下段 */
}


#content .page_main.sp img{
  width: 100%
}

#content h1{
  background: #fff;
  padding-left: 10px;
  box-sizing: border-box;
  color: #696969
}

@media screen and (min-width: 770px){
  #content h1{
    margin-top: 5px;
    font-size: 28px;
    line-height: normal;
    margin-bottom: 20px
  }
}

@media screen and (max-width: 769px){
  #content h1{
    font-size: 20px;
    margin-bottom: 10px
  }
}

#content h1:after{
  content: "";
  background: url(https://www.increasehair.com//wp-content/themes/increasehair/common/img/repair/common/title05_bm_sp.png) no-repeat;
  display: block;
  width: 100%;
  background-size: contain;
  left: -10px;
  position: relative
}

@media screen and (min-width: 770px){
  #content h1:after{
    height: 5px;
    margin-top: 10px
  }
}

@media screen and (max-width: 769px){
  #content h1:after{
    height: 4px
  }
}

@media screen and (max-width: 769px){
  #content h3{
    font-weight: 700;
    font-size: 18px;
    margin: 0 0 10px
  }
}

@media screen and (min-width: 770px){
  #content .page_title{
    padding-bottom: 5px;
    background: linear-gradient(90deg, #3399fe, #fff)
  }
}

@media screen and (max-width: 769px){
  #content .page_title{
    padding: 0;
    background: none
  }
}

#content .page_title h1{
  padding: 10px
}

@media screen and (min-width: 770px){
  #content .page_title h1{
    font-size: 30px;
    color: #636363;
    background: #fff
  }
}

@media screen and (max-width: 769px){
  #content .page_title h1{
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    background: #008fea
  }
}

#content .title_grd{
  background: linear-gradient(180deg, #ff4d09 1%, #e90e00 50%);
  padding-bottom: 2px;
  line-height: 36px;
  font-size: 18px;
  color: #fff;
  padding-left: 30px;
  margin-top: 0;
  margin-bottom: 20px;
  position: relative;
  padding: 10px 30px;
}

#content .title_grd:before{
  position: absolute;
  content: "";
  background: #fff;
  height: calc(100% - 16px);
  border-radius: 20px;
  z-index: 1;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%)
}

@media screen and (min-width: 770px){
  #content .title_grd:before{
    width: 8px;
    left: 11px
  }
}

@media screen and (max-width: 769px){
  #content .title_grd:before{
    width: 6px;
    left: 12px
  }
}

@media screen and (max-width: 769px){
  #content .inner{
    padding: 10px 10px 0
  }
}

@media screen and (max-width: 769px){
  #content .ctc_area table{
    width: 100%
  }
}

@media screen and (max-width: 769px){
  #content .ctc_area table td img{
    width: auto;
    margin-bottom: 5px
  }
}

@media screen and (max-width: 769px){
  #content .ctc_area table td img:first-of-type{
    width: 80%;
    margin-bottom: 0
  }
}

@media screen and (max-width: 769px){
  #content .ctc_area table td img:last-child{
    width: 80%;
    margin-bottom: 0
  }
}

@media screen and (max-width: 769px){
  #content .ctc_area table td, #content .ctc_area table th, #content .ctc_area table tr{
    width: 100%;
    display: block
  }
}

@media screen and (max-width: 769px){
  #content .ctc_area2{
    margin: 20px 0;
    padding: 0 10px
  }
}

#content .ctc_area2 a{
  display: block
}

#content .ctc_area2 a img{
  height: auto
}

@media screen and (min-width: 770px){
  #content .ctc_area2 a img{
    width: 100%
  }
}

@media screen and (max-width: 769px){
  #content .ctc_area2 a img{
    width: 100%
  }
}

#contents_inner{
  margin: 0 auto
}

@media screen and (max-width: 769px){
  #contents_inner{
    margin: 0 auto;
    width: calc(100% - 20px)
  }
}

@media screen and (min-width: 770px){
  #contents_inner{
    padding: 5px 5px 0;
    width: 1010px;
    background: #fff
  }
}

@media screen and (max-width: 769px){
  #contents_inner.top_contents_inner{
    background-color: #fff
  }
}

#content_inner{
  width: 1020px;
  margin: 0 auto;
  overflow: hidden
}

@media screen and (max-width: 769px){
  #content_inner{
    width: 95%
  }
}

@media screen and (min-width: 770px){
  .main{
    width: 956px;
    margin: 30px auto 0
  }
}

@media screen and (max-width: 769px){
  .main{
    width: 100%;
    padding: 0 10px;
    margin: 10px auto 0
  }
}

#fixedBtn{
  z-index: 10;
  position: fixed;
  right: 10px;
  display: block
}

@media screen and (min-width: 770px){
  #fixedBtn{
    top: 30%;
    transform: translateY(-50%);
    max-width: 121px
  }
}

@media screen and (max-width: 769px){
  #fixedBtn{
    bottom: 10px;
    max-width: 70px;
    z-index: 4;
    top: inherit;
    transform: inherit
  }
}

#fixedBtn img{
  width: 100px;
  height: auto
}

@media screen and (max-width: 769px){
  #left_column{
    background: #fff
  }
}

@media screen and (min-width: 770px){
  #left_column{
    /* width: 800px;
    float: left */
  }
}

#left_column1{
  /* float: left;
  width: 200px */
}

@media screen and (min-width: 770px){
  #right_column{
    /* float: right;
    width: 200px */
  }
}

#sidebar_inner{
  padding: 5px;
  border: 1px solid #ccc;
  background: url(https://www.increasehair.com//wp-content/themes/increasehair/common/img/slash5.gif)
}

@media screen and (min-width: 770px){
  #sidebar_inner{
    width: 188px
  }
}

@media screen and (max-width: 769px){
  #sidebar_inner{
    margin-top: 40px
  }
}

#sidebar_inner table{
  font-size: 12px;
  margin-bottom: 10px
}

#sidebar_inner .isp-calendar-inner{
  margin-bottom: 0
}

#sidebar_inner h3{
  font-size: 14px;
  padding: 0 0 0 10px;
  color: #fff;
  background: #0080ff;
  line-height: 28px
}

#sidebar_inner p{
  font-size: 14px;
  line-height: 140%
}

#sidebar_inner #freedial{
  font-size: 20px;
  text-align: center;
  color: red;
  border: 1px solid #0cf;
  background: #fff;
  padding: 2px;
  margin-bottom: 5px
}

@media screen and (max-width: 769px){
  .sub_con{
    display: block;
    padding: 0 10px;
    margin-bottom: 20px;
    box-sizing: border-box
  }

  .sub_con img{
    width: 100%;
    height: auto
  }
}

.btn1 a, .btn1 input{
  position: relative;
  display: inline-block;
  width: 240px;
  height: 50px;
  background-color: #006500;
  background-image: linear-gradient(180deg, #006500, #00fa00);
  border-bottom: 1px solid #006500;
  border-radius: 4px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  text-shadow: 0 1px 0 #006500;
  line-height: 50px;
  outline: none;
  font-size: 18px;
  margin-bottom: 10px
}

.btn1 a:after, .btn1 a:before, .btn1 input:after, .btn1 input:before{
  position: absolute;
  bottom: -1px;
  left: -1px;
  z-index: -1;
  display: block;
  content: "";
  width: 240px;
  height: 50px;
  border: 1px solid #006500;
  border-radius: 4px;
  content: url(https://www.increasehair.com//wp-content/themes/increasehair/common/img/arrow.png);
  float: right
}

.btn1 a:before, .btn1 input:before{
  height: 48px;
  bottom: -4px;
  border-top: 0;
  border-radius: 0 0 4px 4px;
  box-shadow: 0 1px 1px 0 #bfbfbf
}

.btn2 a, .btn2 input{
  background-color: #fff;
  border: 4px solid #ccc;
  border-radius: 4px;
  margin-bottom: 10px
}

.btn2 a, .btn2 input, .btn3 a, .btn3 input{
  position: relative;
  display: inline-block;
  width: 240px;
  height: 50px;
  color: #333;
  text-align: center;
  text-decoration: none;
  line-height: 50px;
  outline: none;
  font-size: 18px
}

.btn3 a, .btn3 input{
  background-color: #f0f0f0;
  background-image: linear-gradient(180deg, #fff, #f0f0f0);
  border: solid #ccc;
  border-width: 1px 1px 2px;
  border-radius: 4px;
  text-shadow: 0 1px 0 #ccc;
  margin-bottom: 5px
}

.arrow a:after{
  content: url(https://www.increasehair.com//wp-content/themes/increasehair/common/img/arrow2.png);
  float: right
}

.btn4 a, .btn4 input{
  position: relative;
  display: inline-block;
  width: 240px;
  height: 50px;
  background-color: #ff6f00;
  background-image: linear-gradient(180deg, #ffa81b, #ff6f00);
  box-shadow: inset 1px 1px 0 #fbc1d0;
  border-bottom: 4px solid #dd6100;
  border-radius: 4px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  text-shadow: 0 1px 0 #ff6f00;
  line-height: 50px;
  outline: none;
  font-size: 18px;
  margin-bottom: 10px
}

.sp_tell h3{
  color: #343425 !important
}

.sp_tell .btn1 a, .sp_tell .btn1 input{
  position: relative;
  display: inline-block;
  width: 240px;
  height: 50px;
  background-color: #006500;
  background-image: linear-gradient(180deg, #006500, #00fa00);
  border-bottom: 1px solid #006500;
  border-radius: 4px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  text-shadow: 0 1px 0 #006500;
  line-height: 50px;
  outline: none;
  font-size: 18px;
  margin-bottom: 10px
}

.page_main{
  width: 100%
}

@media screen and (max-width: 769px){
  .page_main img{
    width: 100%;
    height: auto
  }
}

.page_main p{
  width: 100%
}

@media screen and (min-width: 770px){
  .page_main p:not(:first-of-type){
    margin-top: 30px
  }
}

@media screen and (max-width: 769px){
  .page_main p:not(:first-of-type){
    margin-top: 10px
  }
}

.row_wrap{
  display: flex
}

.row_wrap img{
  /* width: 100%; */
  max-width: 100%;
  height: auto
}

footer{
  background: #000 url(https://www.increasehair.com//wp-content/themes/increasehair/common/img/footer.jpg) repeat-x 0 0;
  padding: 30px 0 40px;
  color: #ccc
}

@media screen and (max-width: 769px){
  footer .wrap{
    width: 100%;
    padding: 0 10px;
    box-sizing: border-box
  }
}

footer h1{
  font-size: 14px;
  margin-bottom: 30px
}

@media screen and (max-width: 769px){
  .footer_media a{
    width: 100%
  }

  .footer_media a img{
    width: 100%;
    height: auto
  }
}

.footer_linkbox a:link, .footer_linkbox a:visited{
  color: #ccc;
  text-decoration: none
}

.footer_linkbox a:hover{
  color: #ccc;
  text-decoration: underline
}

.footer_linkbox a:active{
  color: #ccc;
  text-decoration: none
}

.footer_linkbox li{
  list-style: disc;
  list-style-position: inside
}

.footer_linkbox ul li ul li{
  padding-left: 10px;
  font-size: 12px;
  list-style: none
}

.footer_linkbox{
  float: left;
  width: 170px;
  margin-bottom: 30px
}

.footer_privacy{
  margin-bottom: 30px;
  color: #a8a8a8
}

@media screen and (min-width: 770px){
  .footer_privacy{
    display: flex
  }
}

.footer_privacy_box{
  background-color: #171717;
  border-top: 1px solid #212121;
  border-left: 1px solid #212121;
  padding: 5px 12px 0;
  box-sizing: border-box
}

@media screen and (min-width: 770px){
  .footer_privacy_box{
    flex: 1
  }
}

@media screen and (min-width: 770px){
  .footer_privacy_box:not(:first-child){
    margin-left: 20px
  }
}

@media screen and (max-width: 769px){
  .footer_privacy_box:not(:first-child){
    margin-top: 10px
  }
}

.footer_privacy_title{
  font-size: 15px;
  border-bottom: 1px solid #000
}

.footer_privacy_content{
  font-size: 14px;
  border-top: 1px solid #212121;
  padding: 10px 8px;
  line-height: 1.3
}

.footer_privacy_content p:not(:first-child){
  margin-top: 6px
}

.privacy1 .footer_privacy_content{
  font-size: 11px
}

.privacy2 .footer_privacy_content{
  font-size: 12px
}

#pagetop{
  text-align: right;
  padding-bottom: 30px
}

#pagetop a{
  color: #fff4d7
}

#copyright{
  text-align: center;
  font-size: 12px;
  border-top: 1px dotted #fff;
  padding-top: 30px
}

abbr, address, aside, audio, b, blockquote, body, canvas, caption, cite, code, dd, del, details, dfn, div, dl, dt, em, fieldset, figcaption, figure, form, h1, h2, h3, h4, h5, h6, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, object, ol, p, pre, q, samp, section, small, span, strong, sub, summary, sup, tfoot, thead, time, ul, var, video{
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: 400;
  vertical-align: bottom
}

li{
  list-style: none
}

.clearfix{
  zoom: 100%
}

.clearfix:after{
  display: block;
  clear: both;
  content: ".";
  height: .1px;
  font-size: .1em;
  line-height: 0;
  visibility: hidden
}

.clearfix{
  display: inline-block
}

* html .clearfix{
  overflow: hidden
}

.clearfix{
  display: block
}

.f_left{
  float: left
}

.f_right{
  float: right
}

.clear{
  clear: both
}

.bold{
  font-weight: 700
}

.font9{
  font-size: 9px
}

.font10{
  font-size: 10px
}

.font11{
  font-size: 11px
}

.font12{
  font-size: 12px
}

.font13{
  font-size: 13px
}

.font14{
  font-size: 14px
}

.font15{
  font-size: 15px
}

.font16{
  font-size: 16px
}

.font18{
  font-size: 18px
}

.font20{
  font-size: 20px
}

.font22{
  font-size: 22px
}

.font24{
  font-size: 24px
}

.red{
  color: red
}

.orange{
  color: #f60
}

.blue{
  color: #09f
}

.left{
  text-align: left
}

.center{
  text-align: center
}

.right{
  text-align: right
}

.mb10{
  margin-bottom: 10px
}

.mb20{
  margin-bottom: 20px
}

.mb30{
  margin-bottom: 30px
}

.mb40{
  margin-bottom: 40px
}

.mt10{
  margin-top: 10px
}

.mt20{
  margin-top: 20px
}

.mt30{
  margin-top: 30px
}

.mt40{
  margin-top: 40px
}

.mr10{
  margin-right: 10px
}

.mr20{
  margin-right: 20px
}

.mr30{
  margin-right: 30px
}

.mr40{
  margin-right: 40px
}

@media screen and (max-width: 769px){
  .sp_m0{
    margin: 0 !important
  }
}

.w800{
  width: 800px
}

.w680, .w800{
  margin-left: auto;
  margin-right: auto
}

.w680{
  width: 680px
}

.w80{
  width: 80px
}

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

#mainimg{
  width: 100%;
  height: 393px;
  background: url(https://www.increasehair.com//wp-content/themes/increasehair/common/img/top/main_bg.jpg) repeat-x 0 0;
  text-align: center;
  padding-top: 5px
}

#amazingslider-1{
  left: -138px;
  top: -12px
}

ul.picup_bn{
  width: 100%
}

@media screen and (min-width: 770px){
  ul.picup_bn{
    display: flex
  }
}

@media screen and (max-width: 769px){
  ul.picup_bn{
    padding: 10px;
    box-sizing: border-box
  }
}

@media screen and (min-width: 770px){
  ul.picup_bn li{
    flex: 1
  }
}

@media screen and (max-width: 769px){
  ul.picup_bn li{
    width: 80%;
    margin: 0 auto
  }

  ul.picup_bn li:not(:first-child){
    margin-top: 10px
  }
}

@media screen and (max-width: 769px){
  ul.picup_bn .w250, ul.picup_bn li img{
    width: 100%
  }
}

@media screen and (max-width: 769px){
  #contents_inner .picup_bn .center, #contents_inner .picup_bn .left, #contents_inner .picup_bn .right, #top_contents .center, #top_contents .left, #top_contents .right{
    text-align: center
  }
}

.w250{
  width: 250px;
  text-align: center;
  margin-bottom: 10px;
  line-height: 1.4em
}

.post-categories, .post-categories li{
  display: inline
}

.category_list a{
  color: #000
}

.ymd{
  font-size: 12px
}

@media screen and (max-width: 769px){
  #right_column{
    padding: 40px 10px 10px;
    box-sizing: border-box;
    overflow: hidden
  }
}

@media screen and (max-width: 769px){
  #right_column .right_column_bnrs01{
    display: flex
  }

  #right_column .right_column_bnrs01 a:not(:first-child){
    margin-left: 5px
  }

  #right_column .right_column_bnrs01 a img{
    width: 100%;
    height: auto;
    margin: 0
  }
}

@media screen and (max-width: 769px){
  #right_column .right_column_bnrs02{
    margin-top: 5px;
    display: flex
  }

  #right_column .right_column_bnrs02 a{
    margin: 0
  }

  #right_column .right_column_bnrs02 a:not(:first-child){
    margin-left: 5px
  }

  #right_column .right_column_bnrs02 a img{
    width: 100%;
    height: auto
  }
}

#right_column .widget ul li ul{
  margin-top: 10px
}

#right_column .children li{
  border-bottom: none;
  border-top: 1px dotted #ccc;
  padding-top: 8px;
  padding-left: 20px
}

.cat-item{
  font-size: 14px
}

#left_column #top_contents .entry-content{
  width: 560px;
  margin: 0 auto
}

#left_column #top_contents .entry-meta{
  width: 560px;
  text-align: right;
  margin: 20px auto 30px;
  border-top: 1px dotted #ccc
}

#left_column .entry-content{
  width: 700px;
  margin: 0 auto
}

#left_column .entry-meta{
  width: 700px;
  text-align: right;
  margin: 20px auto 30px;
  border-top: 1px dotted #ccc
}

#top_contents article{
  margin-bottom: 40px
}

.content_ttl{
  margin-bottom: 20px
}

#repair_info1{
  padding-left: 30px;
  background: url(https://www.increasehair.com//wp-content/themes/increasehair/common/img/repair/bg_info1.jpg) no-repeat 100% 100%;
  height: 420px
}

#repair_info2{
  padding-left: 30px;
  height: 460px;
  background: url(https://www.increasehair.com//wp-content/themes/increasehair/common/img/repair/bg_info2.gif) no-repeat 100% 100%
}

#repair_info1 p, #repair_info2 p{
  font-size: 18px;
  margin-bottom: 20px
}

#repair_info1 h3, #repair_info2 h3{
  font-size: 24px;
  color: #090;
  text-shadow: 1px 1px 2px #acff97;
  font-weight: 700;
  text-decoration: underline;
  margin-bottom: 20px
}

#repair_info1 strong, #repair_info2 strong{
  color: #f60;
  font-weight: 700
}

#repair_menu{
  text-align: center;
  font-size: 14px
}

#repair_menu th{
  font-size: 20px;
  font-weight: 400
}

#repair_menu td p{
  text-align: left;
  font-size: 14px;
  line-height: 140%
}

.price{
  font-size: 24px;
  font-weight: 700;
  color: red
}

.form_tbl.siryo_box input::-moz-placeholder{
  color: #ccc !important
}

.form_tbl.siryo_box input::placeholder{
  color: #ccc !important
}

.form_tbl.siryo_box textarea::-moz-placeholder{
  color: #ccc !important
}

.form_tbl.siryo_box textarea::placeholder{
  color: #ccc !important
}

.form_tbl.siryo_box input:-ms-input-placeholder{
  color: #ccc !important
}

.form_tbl.siryo_box textarea:-ms-input-placeholder{
  color: #ccc !important
}

/*!
 *  Font Awesome 4.5.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
#content_inner *{
  box-sizing: border-box
}

#content_inner{
  line-height: 1.5
}

#content_inner img{
  vertical-align: bottom;
  max-width: 100%;
  height: auto
}

.h2_txt{
  margin-bottom: 40px
}

.h2_txt p{
  line-height: 2.14 !important
}

.h3_txt{
  margin-bottom: 15px
}

.h3_txt p{
  line-height: 2.14
}

@media screen and (max-width: 769px){
  #content_inner img:not([width]){
    zoom: 0
  }

  header{
    box-sizing: unset
  }

  .h2_txt{
    margin-bottom: 20px
  }

  #sec01 p{
    line-height: 1.67
  }
}

.pcNone{
  display: none !important
}

@media screen and (max-width: 769px){
  .spNone{
    display: none !important
  }

  .pcNone{
    display: inline-block !important;
    vertical-align: bottom
  }
}

.title02, .title03, .title06{
  width: 100%;
  height: 98px;
  font-size: 30px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  line-height: 98px;
  text-shadow: 2px 2px 0 rgba(0, 0, 0, .7)
}

.title02{
  background: url(https://www.increasehair.com//wp-content/themes/increasehair/common/img/repair/common/title02_blu.png) no-repeat
}

.title03{
  background: url(https://www.increasehair.com//wp-content/themes/increasehair/common/img/repair/common/title03_gry.png) no-repeat
}

.title04{
  background-image: url(https://www.increasehair.com//wp-content/themes/increasehair/common/img/common/title04_base.png) !important;
  width: 100%;
  height: auto;
  background-size: cover;
  background-position: 0;
  font-size: 17px;
  padding-left: 28px;
  padding-right: 10px;
  font-weight: 700;
  line-height: 36px;
  color: #fff;
  box-sizing: border-box;
  position: relative
}

.title04:before{
  content: "";
  width: 8px;
  height: calc(100% - 15px);
  box-sizing: border-box;
  border-radius: 10px;
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  background-color: #fff
}

.title04.red{
  background-image: url(https://www.increasehair.com//wp-content/themes/increasehair/common/img/common/title04_base-red.png) !important
}

@media screen and (min-width: 770px){
  .title04.large{
    background-image: url(https://www.increasehair.com//wp-content/themes/increasehair/common/img/common/title04_base-l.png) !important;
    font-size: 22px;
    line-height: 51px;
    height: 51px;
    padding-left: 40px
  }

  .title04.large:before{
    width: 10px;
    height: calc(100% - 22px);
    left: 19px;
    transform: translateY(-50%)
  }
}

.title05{
  color: #333;
  background: #fff
}

@media screen and (min-width: 770px){
  .title05{
    margin-top: 15px;
    font-size: 28px;
    line-height: normal;
    margin-bottom: 20px
  }
}

@media screen and (max-width: 769px){
  .title05{
    font-size: 20px;
    margin-bottom: 10px
  }
}

.title05:after{
  content: "";
  background: url(https://www.increasehair.com//wp-content/themes/increasehair/common/img/repair/common/title05_bm_sp.png) no-repeat;
  display: block;
  width: 100%;
  background-size: contain
}

@media screen and (min-width: 770px){
  .title05:after{
    height: 5px;
    margin-top: 10px
  }
}

@media screen and (max-width: 769px){
  .title05:after{
    height: 4px
  }
}

.title06{
  background: url(https://www.increasehair.com//wp-content/themes/increasehair/common/img/repair/common/title06_org.png) no-repeat;
  margin-bottom: 20px
}

.title06 span{
  font-weight: 700
}

.title07{
  background: url(https://www.increasehair.com//wp-content/themes/increasehair/common/img/repair/common/title07_base.png) no-repeat;
  width: 100%;
  height: 51px;
  position: relative;
  z-index: 1;
  width: 885px;
  margin: 0 auto 30px
}

.title07 span{
  font-weight: 700;
  color: #fff;
  font-size: 22px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 40px
}

.title07 span:before{
  content: "";
  background: url(https://www.increasehair.com//wp-content/themes/increasehair/common/img/repair/common/title04_bef.png) no-repeat;
  width: 10px;
  height: 26px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -20px;
  z-index: 2;
  display: block
}

.red_txt{
  color: red
}

@media screen and (max-width: 769px){
  #content h1.h1img{
    padding: 0
  }

  #content h1.h1img img{
    width: 100%;
    height: auto
  }

  #content h2{
    margin-top: 15px;
    font-weight: 400;
    color: #fff;
    background-color: #fff;
    font-size: 20px;
    margin-bottom: 10px;
    padding: 0 10px;
    line-height: 1.2;
    box-sizing: border-box
  }

  #content h2 img{
    width: 100%;
    height: auto
  }

  #content h3{
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 10px
  }

  #content .title02{
    background: none;
    position: relative
  }

  #content .title02 span{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    z-index: 2;
    font-weight: 700
  }

  #content .title03{
    background: none;
    position: relative
  }

  #content .title03 span{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    z-index: 2;
    font-weight: 700
  }

  #content .title02, #content .title03{
    width: 100%;
    height: 100%;
    font-size: 18px !important;
    line-height: 1
  }

  #content .title04{
    font-size: 17px;
    line-height: 1.2;
    background-size: cover;
    padding: 10px 10px 10px 30px
  }

  #content .title05{
    color: #262626;
    font-size: 20px;
    margin-top: 15px;
    margin-bottom: 10px;
    padding: 0
  }

  #content .title05:after{
    background: url(https://www.increasehair.com//wp-content/themes/increasehair/common/img/repair/common/title05_bm_sp.png) no-repeat;
    display: block;
    width: 100%;
    height: 5px;
    background-size: contain
  }

  #content .title06{
    background: none;
    width: 100%;
    height: 100%;
    font-size: 18px !important;
    line-height: 1;
    position: relative
  }

  #content .title06 span{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    z-index: 2;
    font-weight: 700
  }

  #content .title07{
    width: 100%;
    height: auto;
    background: none
  }

  #content .title07 span{
    font-size: 17px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 25px;
    right: 0;
    z-index: 2;
    font-weight: 700
  }

  #content .title07 span:before{
    display: none
  }

  #content .title02, #content .title03, #content .title06{
    text-shadow: 2px 2px 0 rgba(0, 0, 0, .7)
  }
}

#content_inner a:hover{
  color: #fff;
  text-decoration: none !important;
  opacity: .7
}

#content_inner a:link, #content_inner a:visited{
  color: #fff !important;
  text-decoration: none
}

.btn_grn{
  background: url(https://www.increasehair.com//wp-content/themes/increasehair/common/img/repair/common/btn_grn.png) no-repeat;
  position: relative;
  z-index: 1;
  margin: 0 auto
}

.btn_grn, .btn_grn a{
  width: 400px;
  height: 72px
}

.btn_grn a{
  display: inline-block;
  color: #fff;
  text-decoration: none;
  text-align: center;
  line-height: 72px
}

.btn_grn a span{
  font-size: 24px;
  position: relative;
  font-weight: 700
}

.btn_grn a span:before{
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  position: absolute;
  left: -15px;
  font-size: 24px;
  font-weight: 900;
  color: #f1fd00;
  font-weight: 900;
}

.btn_red{
  background: url(https://www.increasehair.com//wp-content/themes/increasehair/common/img/repair/common/btn_red.png) no-repeat;
  position: relative;
  z-index: 1;
  width: 400px;
  height: 72px;
  margin: 0 auto
}

@media screen and (max-width: 769px){
  .btn_red{
    padding-left: 8px
  }
}

.btn_red a{
  display: inline-block;
  width: 400px;
  height: 72px;
  color: #fff;
  text-decoration: none;
  text-align: center;
  line-height: 72px
}

@media screen and (max-width: 769px){
  .btn_red a{
    padding-left: 8px
  }
}

.btn_red a span{
  font-size: 24px;
  position: relative;
  font-weight: 700
}

.btn_red a span:before{
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  position: absolute;
  left: -15px;
  font-size: 24px;
  font-weight: 900;
  color: #f1fd00
}

@media screen and (max-width: 769px){
  .btn_grn{
    background: url(https://www.increasehair.com//wp-content/themes/increasehair/common/img/repair/common/btn_grn_sp.png) no-repeat;
    background-size: contain;
    max-width: 306px;
    margin: 0 auto;
    background-size: 100% 100%
  }

  .btn_grn, .btn_grn a{
    width: 100%;
    height: auto
  }

  .btn_grn a span{
    font-size: 18px
  }

  .btn_grn a span:before{
    font-size: 18px
  }

  .btn_red{
    background: url(https://www.increasehair.com//wp-content/themes/increasehair/common/img/repair/common/btn_red_sp.png) no-repeat;
    background-size: contain;
    max-width: 306px;
    margin: 0 auto;
    background-size: 100% 100%
  }

  .btn_red, .btn_red a{
    width: 100%;
    height: auto
  }

  .btn_red a{
    display: inline-block
  }

  .btn_red a span{
    font-size: 18px
  }

  .btn_red a span:before{
    font-size: 18px
  }
}

@media screen and (max-width: 769px){
  #repair_linkbox{
    border: 4px solid #d2d2d2;
    padding: 10px 15px
  }

  #repair_linkbox ul li{
    border-bottom: 2px solid #d2d2d2;
    padding: 15px 5px;
    position: relative
  }

  #repair_linkbox ul li:last-child{
    border-bottom: none
  }

  #repair_linkbox ul li:after{
    content: "";
    background: url(https://www.increasehair.com//wp-content/themes/increasehair/common/img/repair/common/arw_blu.png);
    background-size: contain;
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    width: 14px;
    height: 19px
  }

  #repair_linkbox ul li a, #repair_linkbox ul li a:link, #repair_linkbox ul li a:visited{
    font-size: 16px;
    font-weight: 700;
    color: #333 !important
  }
}

.clearfix:after, .imgSec01:after{
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: ".";
  line-height: 0
}

.clearfix, .imgSec01{
  *zoom: 1
}

#blog .archive-header{
  position: relative;
  height: auto;
  top: inherit;
  left: inherit;
  right: inherit;
  z-index: inherit
}

#blog .archive-header h1.archive-title{
  padding-left: 10px;
  margin-top: 0;
  width: 100%;
  background-color: #dffbff
}

@media screen and (min-width: 770px){
  #blog .archive-header h1.archive-title{
    margin-bottom: 0;
    font-size: 14px;
    line-height: inherit
  }
}

@media screen and (max-width: 769px){
  #blog .archive-header h1.archive-title{
    font-size: 12px;
    margin-bottom: 0
  }
}

#blog .archive-header h1.archive-title:after{
  display: none
}

@media screen and (max-width: 769px){
  #blog .archive-header{
    padding-top: 10px;
    width: calc(100% - 20px);
    margin: 0 auto
  }
}

@media screen and (max-width: 769px){
  #blog .archive-title{
    padding: 10px 10px 0
  }
}

#blog .entry-title{
  border: 1px solid #ccc;
  padding: 10px 10px 14px;
  background: url(https://www.increasehair.com//wp-content/themes/increasehair/common/img/top/grah2.gif) repeat-x bottom;
  font-size: 18px;
  margin-bottom: 20px
}

@media screen and (min-width: 770px){
  #blog .entry-title{
    margin-top: 0
  }
}

@media screen and (max-width: 769px){
  #blog .entry-title{
    display: block;
    background-size: contain;
    margin-top: 0
  }
}

#blog .entry-title:after{
  display: none
}

#blog .entry-title a, #blog .entry-title span{
  color: #666;
  border-left: 6px solid #06f;
  font-weight: 700;
  font-size: 120%;
  padding: 0 0 0 10px
}

@media screen and (max-width: 769px){
  #blog .entry-title a, #blog .entry-title span{
    display: block
  }
}

#blog .entry-title .hBookmark-widget-counter{
  display: none !important
}

#blog .widget{
  border: 1px solid #ccc;
  padding: 10px;
  background: url(https://www.increasehair.com//wp-content/themes/increasehair/common/img/top/grah2.gif) repeat-x bottom;
  font-size: 18px;
  margin-bottom: 10px;
  line-height: 120%
}

#blog .widget a{
  font-size: 14px
}

#blog .widget ul li{
  border-bottom: 1px dotted #ccc;
  padding-bottom: 5px;
  padding-top: 10px
}

#blog .widget ul li .children li{
  border-bottom: none;
  border-top: 1px dotted #ccc;
  padding-top: 8px;
  padding-left: 20px
}

#blog .widget-title{
  color: #666;
  border-left: 6px solid #06f;
  font-weight: 700;
  font-size: 120%;
  padding: 0 0 0 10px
}

#blog .post-date{
  font-size: 12px;
  color: #999
}

#blog #left_column .archive-title{
  box-sizing: border-box
}

@media screen and (max-width: 769px){
  #blog #left_column .post{
    padding: 0 10px;
    margin-bottom: 30px
  }
}

@media screen and (max-width: 769px){
  #blog #left_column .post:first-of-type{
    padding-top: 10px
  }
}

@media screen and (max-width: 769px){
  #blog #left_column .post:last-of-type{
    margin-bottom: 0
  }
}

#blog #left_column .post .thumbnail{
  text-align: center
}

@media screen and (min-width: 770px){
  #blog #left_column .post .thumbnail{
    margin-bottom: 20px
  }
}

@media screen and (max-width: 769px){
  #blog #left_column .post .thumbnail{
    margin-bottom: 10px
  }
}

@media screen and (max-width: 769px){
  #blog #left_column .entry-content{
    width: 100%;
    margin-bottom: 10px
  }
}

@media screen and (max-width: 769px){
  #blog #left_column .entry-meta{
    width: 100%;
    margin: 0;
    border-top: 1px dotted #ccc
  }
}

@media screen and (max-width: 769px){
  #blog #left_column .navigation{
    padding: 10px
  }
}

#faq .faq_anchorLink{
  display: flex
}

@media screen and (min-width: 770px){
  #faq .faq_anchorLink{
    justify-content: center;
    margin: 30px 0
  }
}

@media screen and (max-width: 769px){
  #faq .faq_anchorLink{
    flex-direction: column;
    align-items: center;
    margin: 20px 0
  }
}

#faq .faq_anchorLink a{
  display: block
}

@media screen and (min-width: 770px){
  #faq .faq_anchorLink a{
    width: 390px
  }
}

@media screen and (min-width: 770px){
  #faq .faq_anchorLink a:not(:first-child){
    margin-left: 20px
  }
}

@media screen and (max-width: 769px){
  #faq .faq_anchorLink a:not(:first-child){
    margin-top: 10px
  }
}

#faq .faq_anchorLink a img{
  width: 100%;
  height: auto
}

#faq .tenkai dt{
  font-weight: 700;
  padding: 0 0 10px;
  margin-bottom: 10px;
  text-decoration: none;
  vertical-align: middle;
  border-bottom: 1px dotted #ccc
}

@media screen and (min-width: 770px){
  #faq .tenkai dt{
    font-size: 16px;
    line-height: 47px
  }
}

@media screen and (max-width: 769px){
  #faq .tenkai dt{
    text-decoration: none;
    font-size: 16px;
    line-height: 1.6
  }
}

#faq .tenkai dt a{
  color: #333 !important;
  font-weight: 700;
  display: block;
  position: relative
}

@media screen and (min-width: 770px){
  #faq .tenkai dt a{
    padding-left: 60px
  }
}

@media screen and (max-width: 769px){
  #faq .tenkai dt a{
    padding-left: 45px
  }
}

#faq .tenkai dt a:before{
  display: inline-block;
  content: "";
  background: url(https://www.increasehair.com//wp-content/themes/increasehair/common/img/faq/ico_q1.jpg);
  background-size: contain;
  background-repeat: no-repeat;
  left: 0
}

@media screen and (min-width: 770px){
  #faq .tenkai dt a:before{
    width: 47px;
    height: 47px;
    top: 0;
    margin-right: 15px;
  }
}

@media screen and (max-width: 769px){
  #faq .tenkai dt a:before{
    width: 30px;
    height: 30px;
    left: 0;
    top: -4px
  }
}

@media screen and (max-width: 769px){
  #faq .tenkai dt img{
    width: 25px;
    height: auto;
    margin-right: 10px
  }
}

@media screen and (min-width: 770px){
  #faq .tenkai dd{
    line-height: 2.28;
    margin: 20px 0 30px 10px
  }
}

@media screen and (max-width: 769px){
  #faq .tenkai dd{
    margin: 0 0 20px;
    line-height: 1.67
  }
}

#faq .tenkai dd p.a_img{
  float: left
}

@media screen and (min-width: 770px){
  #faq .tenkai dd p.a_img{
    margin-right: 15px
  }
}

#faq .tenkai dd p.a_txt{
  width: calc(100% - 91px);
  float: right;
  background: #effeff;
  padding: 20px
}

@media screen and (max-width: 769px){
  #faq .tenkai dd p.a_txt{
    font-size: 16px;
    width: calc(100% - 76px)
  }
}

@media screen and (min-width: 770px){
  #faq #faq1 .tenkai{
    margin-bottom: 60px
  }
}

@media screen and (max-width: 769px){
  #faq #faq1 .tenkai{
    margin-bottom: 40px
  }
}

#faq #faq2 .title_grd{
  background: linear-gradient(180deg, #2ebd28 1%, #0a9504 50%)
}

#faq #faq2 dt a:before{
  background: url(https://www.increasehair.com//wp-content/themes/increasehair/common/img/faq/ico_q2.jpg);
  background-size: contain;
  background-repeat: no-repeat
}

#first #power1 h2, #first #power2 h2, #first #power3 h2{
  color: #fff
}

@media screen and (min-width: 770px){
  #first #power1 h2, #first #power2 h2, #first #power3 h2{
    margin-bottom: 20px;
    font-size: 54px;
    padding: 12px 15px 19px 0;
    line-height: 1em
  }

  #first #power1 h2 strong, #first #power2 h2 strong, #first #power3 h2 strong{
    font-size: 64px;
    letter-spacing: -13px;
    margin-right: 5px
  }

  #first #power1 h2 small, #first #power2 h2 small, #first #power3 h2 small{
    font-size: 40px;
    padding: 0 5px;
    line-height: 46px
  }
}

@media screen and (max-width: 769px){
  #first #power1 h2, #first #power2 h2, #first #power3 h2{
    padding: 10px;
    font-size: 20px
  }
}

@media screen and (max-width: 769px){
  #first #power1 h2 small, #first #power1 h2 strong, #first #power2 h2 small, #first #power2 h2 strong, #first #power3 h2 small, #first #power3 h2 strong{
    font-size: inherit
  }
}

#first #power1 h3, #first #power2 h3, #first #power3 h3{
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 20px
}

@media screen and (min-width: 770px){
  #first #power1 h3, #first #power2 h3, #first #power3 h3{
    padding-left: 20px
  }
}

@media screen and (max-width: 769px){
  #first #power1 h3, #first #power2 h3, #first #power3 h3{
    line-height: 1.3
  }
}

@media screen and (max-width: 365px){
  #first #power1 h3, #first #power2 h3, #first #power3 h3{
    font-size: 18px
  }
}

#first #power1 h3 strong, #first #power2 h3 strong, #first #power3 h3 strong{
  font-weight: 700
}

@media screen and (max-width: 769px){
  #first #power1 .center h3, #first #power2 .center h3, #first #power3 .center h3{
    text-indent: 0;
    padding-left: 0
  }
}

@media screen and (min-width: 770px){
  #first #power1 p, #first #power2 p, #first #power3 p{
    padding: 20px;
    font-size: 18px;
    margin: 0 auto 30px
  }
}

@media screen and (max-width: 769px){
  #first #power1 p, #first #power2 p, #first #power3 p{
    width: 100%;
    padding: 10px;
    font-size: 16px;
    line-height: 1.6em;
    box-sizing: border-box;
    margin: 0 auto 20px
  }
}

@media screen and (max-width: 769px){
  #first #power1 p img, #first #power2 p img, #first #power3 p img{
    float: none;
    width: 80%;
    display: block;
    margin: 0 auto 10px
  }
}

#first #power1 h2{
  background: linear-gradient(90deg, #04bc31 0, #58d004)
}

@media screen and (max-width: 769px){
  #first #power1 h2{
    margin-top: 0
  }
}

#first #power1 h3 strong{
  color: #04bc31
}

#first #power1 p{
  border: 1px solid #fbf2dd;
  background: #ffd
}

#first #power2 h2{
  background: linear-gradient(90deg, #005dde 0, #00a9fe)
}

#first #power2 h3 strong{
  color: #005dde
}

#first #power2 p{
  border: 1px solid #d2fdff;
  background: #e8feff
}

#first #power3 h2{
  background: linear-gradient(90deg, #ff4206 0, #f60)
}

#first #power3 h3 strong{
  color: #ff5503
}

#first #power3 p{
  border: 1px solid #ffe6eb;
  background: #ffeef2
}

#form h2{
  padding: 10px 20px;
  font-size: 28px;
  background: url(https://www.increasehair.com//wp-content/themes/increasehair/common/img/graystripe.gif);
  margin-bottom: 20px;
  color: #fff
}

@media screen and (max-width: 769px){
  #form h2{
    font-size: 20px
  }
}

#form p{
  margin-bottom: 20px
}

@media screen and (min-width: 770px){
  #form p{
    padding: 0 30px
  }
}

@media screen and (max-width: 769px){
  #form p{
    margin-bottom: 10px;
    line-height: 1.6
  }
}

@media screen and (max-width: 769px){
  #form p.red{
    font-size: 14px
  }
}

#form ol{
  margin: 0 auto 30px;
  background: #eee;
  box-sizing: border-box
}

@media screen and (min-width: 770px){
  #form ol{
    width: 740px;
    padding: 20px
  }
}

@media screen and (max-width: 769px){
  #form ol{
    padding: 10px;
    margin-bottom: 20px
  }
}

#form ol li{
  list-style: decimal inside;
  font-size: 14px
}

#form_btnlist{
  text-align: center
}

@media screen and (min-width: 770px){
  #form_btnlist{
    background: url(https://www.increasehair.com//wp-content/themes/increasehair/common/img/form/form_bg.jpg) no-repeat;
    height: 492px;
    margin-bottom: 40px;
    width: 800px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 769px){
  #form_btnlist{
    margin: 10px 0 60px
  }
}

#form_btnlist a{
  display: block
}

@media screen and (min-width: 770px){
  #form_btnlist a{
    width: 400px;
    margin: 0 auto 20px
  }
}

@media screen and (max-width: 769px){
  #form_btnlist a{
    width: 80%;
    margin: 0 auto 10px
  }
}

#form .form_tel img, #form_btnlist a img{
  width: 100%;
  height: auto
}

@media screen and (min-width: 770px){
  #form .form_link{
    width: 400px
  }
}

@media screen and (max-width: 769px){
  #form .form_link img{
    width: 100%;
    height: auto
  }
}

.form_titleWrap{
  padding: 10px 10px 0
}

#form h1, #formpage h1{
  font-size: 28px;
  background: url(https://www.increasehair.com//wp-content/themes/increasehair/common/img/graystripe.gif) !important;
  color: #fff;
  margin-top: 0;
  box-sizing: border-box
}

@media screen and (min-width: 770px){
  #form h1, #formpage h1{
    padding: 8px 20px 12px;
    margin-bottom: 20px
  }
}

@media screen and (max-width: 769px){
  #form h1, #formpage h1{
    padding: 9px 20px 10px;
    font-size: 20px
  }
}

#form h1:after, #formpage h1:after{
  content: none
}

@media screen and (max-width: 769px){
  #formpage h1{
    margin-bottom: 0
  }
}

@media screen and (min-width: 770px){
  div.siryo_box{
    /* width: 760px; */
    margin: 20px
  }
}

@media screen and (max-width: 769px){
  div.siryo_box{
    padding: 10px;
    box-sizing: border-box
  }
}

@media screen and (min-width: 770px){
  div.siryo_box .form_siryo_tel{
    width: 330px;
    float: right
  }
}

div.siryo_box .form_siryo_tel img{
  width: 100%;
  height: auto
}

#form_txt{
  font-size: 14px;
  margin-bottom: 20px
}

@media screen and (min-width: 770px){
  #form_txt{
    float: left
  }
}

@media screen and (max-width: 769px){
  #form_txt, #form_txt p{
    line-height: 1.6
  }

  #form_txt p{
    margin-top: 5px
  }
}

#form_txt_red{
  font-size: 16px;
  color: red;
  text-align: center
}

#form_tit{
  color: #333;
  background: #fff
}

@media screen and (min-width: 770px){
  #form_tit{
    margin-top: 15px;
    font-size: 28px;
    line-height: normal;
    margin-bottom: 20px
  }
}

@media screen and (max-width: 769px){
  #form_tit{
    font-size: 20px;
    margin-bottom: 10px
  }
}

#form_tit:after{
  content: "";
  background: url(https://www.increasehair.com//wp-content/themes/increasehair/common/img/repair/common/title05_bm_sp.png) no-repeat;
  display: block;
  width: 100%;
  background-size: contain
}

@media screen and (min-width: 770px){
  #form_tit:after{
    height: 5px;
    margin-top: 10px
  }
}

@media screen and (max-width: 769px){
  #form_tit:after{
    height: 4px
  }
}

ol.media{
  margin: 15px;
  padding: 15px;
  background: #eee;
  line-height: 1.5em
}

.media li, ol.media{
  list-style-type: decimal
}

.media li{
  margin-left: 2em
}

table.form{
  margin: 0;
  width: 100%;
  border: 1px solid #5af
}

@media screen and (max-width: 769px){
  table.form{
    table-layout: fixed
  }
}

div.form_top{
  margin: 0 auto;
  width: 760px;
  background-image: url(img/formtop.gif);
  background-position: top;
  background-repeat: no-repeat;
  height: 46px
}

@media screen and (max-width: 769px){
  table.form tr{
    display: block;
    border-bottom: 1px solid #cef;
    padding: 10px 0
  }

  table.form tr:last-child{
    border-width: 0
  }
}

@media screen and (max-width: 769px) and (max-width: 769px){
  table.form tr{
    padding: 10px 0 15px
  }
}

table.form tr:last-child td{
  border-bottom: 0
}

@media screen and (min-width: 770px){
  table.form tr td{
    border-bottom: 1px solid #cef;
    padding: .3em
  }
}

@media screen and (max-width: 769px){
  table.form tr td{
    display: block;
    box-sizing: border-box;
    padding: 0 .3em
  }
}

@media screen and (min-width: 770px){
  table.form tr td:first-child{
    width: 166px
  }
}

table.form p{
  line-height: 1.5;
  position: relative
}

@media screen and (min-width: 770px){
  table.form p{
    font-size: 90%;
    margin-left: 1.5em
  }
}

@media screen and (max-width: 769px){
  table.form p{
    margin: 0
  }
}

table.form p .required{
  color: red
}

@media screen and (min-width: 770px){
  table.form p .required{
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%)
  }
}

@media screen and (max-width: 769px){
  table.form p .required{
    margin-left: 1em;
    font-size: 13px;
    line-height: 25px;
    vertical-align: top
  }
}

table.form input[type=text], table.form select, table.form textarea{
  padding: 2px
}

@media screen and (max-width: 769px){
  table.form input[type=text], table.form select, table.form textarea{
    box-sizing: border-box;
    width: 100%;
    padding: 5px;
    font-size: 14px
  }
}

table.form textarea{
  width: 100%;
  max-width: 440px
}

@media screen and (min-width: 770px){
  table.form p.input{
    padding: 1.2em;
    border-left: 7px solid #cef
  }
}

@media screen and (max-width: 769px){
  table.form p.input{
    margin-top: 5px !important
  }
}

@media screen and (max-width: 769px){
  table.form p.input .red{
    margin-top: 5px;
    display: block;
    font-size: 13px
  }
}

@media screen and (max-width: 769px){
  table.form p.input .select_spmb5{
    margin-bottom: 5px
  }
}

@media screen and (max-width: 769px){
  span.wpcf7-list-item{
    margin: 0 1em 0 0 !important;
    display: block !important
  }
}

span.wpcf7-list-item .wpcf7-list-item-label{
  vertical-align: top
}

.form_bottom, .form_top{
  height: 46px;
  font-size: 19px;
  padding: 9px 23px 7px;
  border-radius: 15px 15px 0 0;
  background-image: url(https://www.increasehair.com//wp-content/themes/increasehair/common/img/form_bg.jpg);
  background-size: 45px 45px;
  color: #fff;
  display: block;
  margin-top: 20px;
  box-sizing: border-box
}

@media screen and (max-width: 769px){
  .form_bottom, .form_top{
    height: auto;
    font-size: 16px;
    padding: 5px 15px 4px
  }
}

.form_bottom{
  border-radius: 0 0 15px 15px;
  margin-top: 0;
  height: 39px
}

@media screen and (min-width: 770px){
  .form_btns_submit{
    margin-bottom: 5px
  }

  .form_btns_submit:not(:first-child){
    margin-top: 10px;
    margin-bottom: 0
  }
}

@media screen and (max-width: 769px){
  .form_btns_submit{
    margin-bottom: 5px !important
  }

  .form_btns_submit:not(:first-child){
    margin-top: 5px !important;
    margin-bottom: 0
  }
}

.form_unit{
  display: flex
}

.form_unit span.unit{
  flex-shrink: 1;
  line-height: 26px
}

@media screen and (max-width: 769px){
  .form_unit span.unit{
    line-height: 30px
  }
}

.form_unit > :not(:first-child){
  margin-left: 5px
}

.form_tel_bnr img{
  width: 100%;
  height: auto
}

.form_item_wrapper{
  display: inline-block;
  margin-top: 15px
}

@media screen and (min-width: 770px){
  .form_item_wrapper:first-child{
    margin-top: 0
  }
}

.form_item_wrapper .red{
  margin-top: 0 !important
}

.wpcf7 > br{
  display: none
}

#gokuusu #gokuusu_wrap{
  margin: 0 auto
}

@media screen and (min-width: 770px){
  #gokuusu #gokuusu_wrap{
    /* width: 760px */
  }
}

@media screen and (max-width: 769px){
  #gokuusu #gokuusu_wrap h2{
    background: none;
    margin-bottom: 0;
    padding: 0
  }
}

#gokuusu #gokuusu h2.red{
  background-color: #c00
}

@media screen and (min-width: 770px){
  #gokuusu .info_box{
    /* width: 718px; */
    border: 1px solid #32bff5;
    padding: 20px;
    margin-bottom: 30px
  }
}

@media screen and (max-width: 769px){
  #gokuusu .info_box{
    padding: 10px;
    margin-bottom: 20px;
    border: 1px solid #32bff5
  }
}

@media screen and (min-width: 770px){
  #gokuusu .info_box figure{
    width: 300px;
    float: right
  }
}

@media screen and (max-width: 769px){
  #gokuusu .info_box figure{
    width: 100%;
    margin-bottom: 10px
  }
}

#gokuusu .info_box figure img{
  width: 100%;
  height: auto
}

@media screen and (max-width: 769px){
  #gokuusu .info_box figure img{
    margin-bottom: 0
  }
}

#gokuusu .info_box .info_box_tel{
  width: 100%
}

@media screen and (min-width: 770px){
  #gokuusu .info_box .info_txt{
    width: 620px;
    float: left
  }
}

@media screen and (min-width: 770px){
  #gokuusu .info_box .info_txt p{
    margin-bottom: 20px
  }
}

@media screen and (max-width: 769px){
  #gokuusu .info_box .info_txt p{
    margin-bottom: 10px;
    line-height: 1.6
  }
}

@media screen and (max-width: 769px){
  #gokuusu .info_box .info_txt p:last-of-type{
    margin-bottom: 0
  }
}

@media screen and (max-width: 769px){
  #gokuusu .gokuusu_cm{
    padding: 0;
    box-sizing: border-box
  }
}

@media screen and (max-width: 769px){
  #gokuusu .gokuusu_cm h2{
    margin: 0;
    padding: 0
  }
}

#gokuusu .gokuusu_cm > p{
  line-height: 0
}

#gokuusu #cm{
  text-align: center
}

@media screen and (min-width: 770px){
  #gokuusu #cm{
    width: 800px;
    height: 359px;
    background: url(https://www.increasehair.com//wp-content/themes/increasehair/common/img/gokuusu/cmmiddle.gif) no-repeat
  }
}

@media screen and (max-width: 769px){
  #gokuusu #cm{
    background-repeat: no-repeat;
    background-color: #000;
    background-image: url(https://www.increasehair.com//wp-content/themes/increasehair/common/img/gokuusu/cmmiddle_sp.gif);
    background-size: 100% 100%;
    margin: 0 auto;
    background-position: top
  }
}

@media screen and (max-width: 769px){
  #gokuusu #cm iframe{
    width: 300px;
    height: 169px;
    max-width: 90%
  }
}

@media screen and (min-width: 770px){
  #implant .implant_content_flow{
    display: flex;
    flex-wrap: wrap
  }
}

@media screen and (max-width: 769px){
  #implant .implant_content_flow h3{
    color: #060
  }

  #implant .implant_content_flow .sub_con{
    width: 100%
  }

  #implant .implant_content_flow .stepbox{
    padding: 10px;
    border: 1px solid #fbf2dd;
    background: #fbf5e6;
    font-size: 16px
  }

  #implant .implant_content_flow .stepbox figure{
    float: right;
    width: 150px;
    margin: 0 0 10px 10px
  }

  #implant .implant_content_flow .stepbox figure img{
    width: 100%;
    height: auto
  }

  #implant .implant_content_flow .stepbox figure.center{
    float: none;
    width: 250px;
    margin: 0 auto 10px
  }

  #implant .implant_content_flow .stepbox figure.center.small{
    width: 130px
  }

  #implant .implant_content_flow .stepbox p{
    line-height: 1.6
  }
}

#implant #point{
  margin: 0 auto 30px
}

@media screen and (min-width: 770px){
  #implant #point{
    /* width: 746px; */
    border: 1px solid #ffc177;
    border-top: 0;
    padding: 16px;
    background: url(https://www.increasehair.com//wp-content/themes/increasehair/common/img/one/bg_point.jpg) no-repeat 100% 0
  }
}

@media screen and (max-width: 769px){
  #implant #point{
    width: 100%
  }
}

#implant #point h3{
  width: 378px;
  margin-bottom: 16px
}

@media screen and (max-width: 769px){
  #implant #point h3{
    width: 100%;
    padding: 10px 0;
    box-sizing: border-box
  }
}

#implant #point h3 img{
  width: 100%;
  height: auto
}

@media screen and (min-width: 770px){
  #implant #point p{
    line-height: 140%;
    margin-bottom: 16px;
    width: 500px
  }
}

@media screen and (max-width: 769px){
  #implant #point p{
    font-size: 16px;
    line-height: 1.9
  }
}

@media screen and (max-width: 769px) and (min-width: 770px){
  #implant #point p{
    margin-bottom: 10px
  }
}

@media screen and (max-width: 769px) and (max-width: 769px){
  #implant #point p{
    display: inline
  }
}

#implant #point strong{
  color: #f60;
  font-weight: 700
}

#implant #point figure{
  margin: 0 auto 10px
}

#implant #point figure img{
  width: 100%;
  height: auto
}

#implant #point h3.point_hairStyleFree{
  margin-left: auto;
  margin-right: auto
}

@media screen and (min-width: 770px){
  #implant #point h3.point_hairStyleFree{
    width: 200px
  }
}

@media screen and (max-width: 769px){
  #implant #point h3.point_hairStyleFree{
    padding: 0
  }
}

@media screen and (min-width: 770px){
  #implant #point .point_text{
    padding: 0 10px;
    box-sizing: border-box
  }
}

@media screen and (min-width: 770px){
  #implant #point .point_img1{
    width: 188px
  }
}

@media screen and (min-width: 770px){
  #implant #point .point_img2{
    width: 195px
  }
}

@media screen and (max-width: 769px){
  #implant #tokutyou li{
    width: 100%;
    margin-bottom: 10px
  }
}

@media screen and (max-width: 769px){
  #implant #tokutyou li img{
    width: 100%;
    height: auto
  }
}

#inclease1 .increase_menu{
  padding: 10px;
  border: 1px solid #7ed2fe;
  background: linear-gradient(180deg, #fff 0, #e8f6ff)
}

#inclease1 .increase_menu .increase_menu_list{
  display: flex;
  flex-wrap: wrap
}

@media screen and (max-width: 769px){
  #inclease1 .increase_menu .increase_menu_list a{
    margin-top: 10px;
    width: calc(50% - 5px);
    box-shadow: 0 1px 4px 1px rgba(0, 0, 0, .27);
    display: block
  }

  #inclease1 .increase_menu .increase_menu_list a:nth-child(2n){
    margin-left: 10px
  }
}

#inclease1 .increase_menu .increase_menu_list a img{
  width: 100%;
  height: auto
}

@media screen and (min-width: 770px){
  #inclease2 #inclease2_list{
    margin-top: 20px
  }
}

#inclease2 #ex, #inclease2 #qpon{
  margin-top: 60px
}

@media screen and (max-width: 769px){
  #inclease2 #ex, #inclease2 #qpon{
    margin-top: 20px
  }
}

#info_table1{
  text-align: center
}

#info_table1 table{
  table-layout: fixed;
  margin: 0 auto 30px
}

@media screen and (min-width: 770px){
  #info_table1 table{
    /* width: 700px */
  }
}

@media screen and (max-width: 769px){
  #info_table1 table{
    width: 100%
  }
}

#info_table1 table td, #info_table1 table th{
  box-sizing: border-box;
  padding: 10px
}

@media screen and (max-width: 769px){
  #info_table1 table td, #info_table1 table th{
    display: block
  }
}

#info_table1 table th{
  background-color: #f0f8ff
}

@media screen and (min-width: 770px){
  #info_table1 table th{
    width: 200px
  }
}

@media screen and (max-width: 769px){
  #info_table1 table th{
    border-bottom: 1px solid #a2d0ff
  }
}

#info_table1 table td{
  background-color: #fff;
  text-align: left
}

#shoplist{
  overflow: hidden;
  line-height: 1.6
}

#shoplist dt{
  font-weight: 700;
  color: #399dff
}

@media screen and (min-width: 770px){
  #shoplist dt{
    float: left;
    width: 20%
  }
}

#shoplist dd{
  float: left
}

@media screen and (min-width: 770px){
  #shoplist dd{
    width: 80%
  }
}

@media screen and (max-width: 769px){
  #shoplist dd{
    float: none;
    line-height: 1.3;
    margin-bottom: 10px
  }
}

#info_table2{
  text-align: center
}

#info_table2 dl{
  padding: 10px;
  border: 1px solid #a2d0ff;
  margin: 0 auto 30px
}

@media screen and (min-width: 770px){
  #info_table2 dl{
    /* width: 680px */
  }
}

#info_table2 dl dt{
  font-weight: 700;
  color: #399dff;
  text-align: left
}

@media screen and (min-width: 770px){
  #info_table2 dl dt{
    height: 30px;
    margin: 5px 0;
    width: 15%;
    border-right: 1px dotted #a2d0ff;
    float: left;
    padding-right: 20px
  }
}

#info_table2 dl dd{
  text-align: left
}

@media screen and (min-width: 770px){
  #info_table2 dl dd{
    height: 30px;
    margin: 5px 0;
    float: left;
    width: 85%;
    padding-left: 20px;
    line-height: 1.6
  }
}

@media screen and (max-width: 769px){
  #info_table2 dl dd{
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #a2d0ff
  }
}

#medi-wig .page_main{
  width: 100%;
  margin-bottom: 30px
}

@media screen and (min-width: 770px){
  #medi-wig .medi_point{
    display: flex;
    flex-wrap: wrap
  }
}

@media screen and (max-width: 769px){
  #medi-wig .medi_point{
    box-sizing: border-box
  }
}

#medi-wig .medi_point .medi_point_item{
  width: 49%;
  min-height: 380px;
  padding: 11px;
  background: #ffe6d2;
  margin-bottom: 20px;
  box-sizing: border-box
}

@media screen and (min-width: 770px){
  #medi-wig .medi_point .medi_point_item:nth-child(2n){
    margin-left: 20px
  }
}

@media screen and (max-width: 769px){
  #medi-wig .medi_point .medi_point_item{
    width: 100%;
    height: auto
  }
}

#medi-wig .medi_point .medi_point_item h3{
  font-size: 16px;
  font-weight: 700;
  color: #6e3401;
  padding: 10px 0;
  text-align: center
}

@media screen and (max-width: 769px){
  #medi-wig .medi_point .medi_point_item img{
    width: 100%;
    height: auto
  }
}

#privacy div li, #privacy div p{
  line-height: 1.5
}

#privacy div p{
  margin-bottom: 10px
}

@media screen and (min-width: 770px){
  #privacy div ul{
    margin-bottom: 30px
  }
}

@media screen and (max-width: 769px){
  #privacy div ul{
    margin-bottom: 20px
  }
}

#privacy div ul:last-child{
  margin-bottom: 0
}

#privacy div ul.indent li{
  padding-left: 1em;
  text-indent: -1em
}

@media screen and (min-width: 770px){
  #privacy div{
    margin-bottom: 40px
  }
}

@media screen and (max-width: 769px){
  #privacy div{
    margin-bottom: 30px
  }
}

#privacy div:last-child{
  margin-bottom: 0
}

@media screen and (min-width: 770px){
  #privacy div h2{
    margin-bottom: 20px
  }
}

@media screen and (max-width: 769px){
  #privacy div h2{
    color: #000;
    padding-left: 0
  }
}

#product .bnrRow{
  display: flex
}

@media screen and (min-width: 770px){
  #product #item1, #product #item2, #product #item3 #item4{
    margin-top: 50px
  }
}

@media screen and (max-width: 769px){
  #product{
    padding: 10px;
    box-sizing: border-box
  }

  #item1, #item2, #item3, #item4, #itemList, #product{
    width: 100%
  }

  #item1 img, #item2 img, #item3 #item4, img, #itemList img{
    width: 100%;
    height: auto
  }
}

#pon img{
  float: left
}

#pon h2{
  background-color: #1289ff
}

@media screen and (max-width: 769px){
  #pon h2, #pon p{
    margin-top: 0 !important;
    width: 100%
  }

  #pon h2 img, #pon p img{
    width: 100%;
    height: auto
  }

  #pon h2{
    padding: 0;
    margin-top: 0
  }

  #pon_voice{
    margin-bottom: 0
  }

  #pon_voice img{
    width: 100%;
    float: none;
    margin-bottom: 10px
  }

  #pon_voice .bg{
    background: #c9f5fd;
    padding: 10px
  }

  #pon_voice .bg ul{
    font-size: 14px;
    box-sizing: border-box
  }

  #pon_voice .bg ul li{
    display: block;
    padding: 20px;
    font-size: 16px;
    line-height: 1.4;
    background: #ffffcb;
    margin-bottom: 10px;
    font-weight: 700;
    box-shadow: 2px 3px 4px 0 rgba(74, 72, 72, .71)
  }

  #pon_voice .bg ul li span{
    color: #23a5fb;
    font-weight: 700
  }

  #pon_voice .bg p{
    text-align: center
  }
}

#repair_example .pagetop_txt{
  text-align: right
}

#repair_example .pagetop_txt a{
  color: #0050bb !important
}

#repair_example #sec01 p{
  margin-bottom: 40px;
  line-height: 2.14
}

@media screen and (max-width: 769px){
  #repair_example #sec01{
    width: 100%
  }

  #repair_example #sec01 p{
    margin-bottom: 20px
  }
}

#repair_example .sec02{
  margin-bottom: 30px
}

#repair_example #sec02 .sec02_list{
  border: 3px solid #30bef5;
  padding: 20px 30px 10px;
  margin-bottom: 10px
}

#repair_example #sec02 .list_txt{
  margin-bottom: 30px
}

#repair_example #sec02 .list_txt > div{
  font-size: 26px;
  font-weight: 700
}

#repair_example #sec02 .sec02_list .listw50_imgbox{
  margin-bottom: 20px
}

#repair_example #sec02 .sec02_list .listw50_imgbox li{
  width: 50%
}

#repair_example #sec02 .sec02_list .listw50_imgbox li p{
  text-align: center
}

@media screen and (max-width: 769px){
  #repair_example #sec02 .list_txt > div{
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px
  }

  #repair_example #sec02 .sec02_list .listw50_imgbox li{
    width: 70%;
    margin-bottom: 10px
  }

  #repair_example #sec02 .sec02_list .listw50_imgbox{
    margin-bottom: 5px;
    text-align: center
  }

  #repair_example #sec02 .sec02_list{
    padding: 20px 15px 10px
  }
}

#repair_example #sec02 .tb01{
  width: 100%;
  table-layout: auto;
  border-spacing: 0;
  margin-bottom: 10px
}

#repair_example #sec02 .tb01 tr th{
  color: #f60;
  background-color: #fff2d0;
  padding: 15px 0;
  font-size: 16px;
  border-bottom: none
}

#repair_example #sec02 .tb01 td, #repair_example #sec02 .tb01 th{
  padding: 15px 30px;
  border: 2px solid #ffd9a0;
  vertical-align: middle;
  text-align: center;
  border-right: 0
}

#repair_example #sec02 .tb01 td:last-child, #repair_example #sec02 .tb01 th:last-child{
  border-right: 2px solid #ffd9a0
}

#repair_example #sec02 .tb01 td{
  border-top: 0;
  line-height: 2.06
}

#repair_example #sec02 .tb01 td:last-child{
  padding: 15px
}

#repair_example #sec02 .tb01 td span{
  display: block
}

#repair_example #sec02 .tb_area{
  padding: 0;
  margin-bottom: 50px
}

#repair_example #sec02 .tb_tit{
  font-size: 22px;
  font-weight: 700;
  text-align: left;
  border-bottom: 1px dotted grey;
  margin-bottom: 20px
}

@media screen and (max-width: 769px){
  #repair_example #sec02 .tb_area{
    padding: 0
  }

  #repair_example #sec02 .tb01 td, #repair_example #sec02 .tb01 th{
    padding: 15px
  }

  #repair_example #sec02 .tb01 tr th{
    padding: 10px 0
  }

  #repair_example #sec02 .tb_area{
    margin-bottom: 30px
  }

  #repair_example .reservation_scroll{
    overflow: auto;
    white-space: nowrap
  }
}

#repair_example .tb_area_first .tb_box, #repair_example .tb_area_first .tb_box_02{
  border-top: 2px solid #ffd9a0
}

#repair_example .tb_area_first .tb_price{
  margin-top: 24px !important
}

#repair_example .tb_01{
  margin-bottom: 50px
}

#repair_example .tb_area{
  width: auto;
  padding: 0 35px
}

#repair_example .tb_box{
  width: 50%;
  float: left;
  border: 2px solid #ffd9a0;
  border-top: 0
}

#repair_example .tb_box_40{
  width: 40%
}

#repair_example .tb_box_first{
  border-right: 0
}

#repair_example .tb_box_last{
  border-right: 2px solid #ffd9a0;
  border-left: 0
}

#repair_example .tb_box .tb_bigtit{
  color: #f60;
  font-weight: 700;
  background-color: #fff2d0;
  padding: 15px 0;
  font-size: 16px;
  vertical-align: middle;
  text-align: center;
  border-right: 0
}

#repair_example .tb_box .tb_tit{
  font-size: 22px;
  font-weight: 700;
  text-align: left;
  border-bottom: 1px dotted grey;
  margin-bottom: 20px !important
}

#repair_example .tb_box .tb_txt{
  text-align: left
}

#repair_example .tb_box .tb_contents{
  padding: 15px 30px;
  vertical-align: middle;
  text-align: center;
  border-right: 0
}

@media screen and (max-width: 769px){
  #repair_example .tb_area{
    padding: 0
  }

  #repair_example .tb_box{
    width: 100%
  }

  #repair_example .tb_area_first .tb_box_40{
    width: 50%;
    border-top: 0
  }

  #repair_example .tb_area_first .tb_box_last{
    border-right: 2px solid #ffd9a0;
    border-left: 2px solid #ffd9a0;
    border-top: 0
  }

  #repair_example .tb_box .tb_tit{
    font-size: 20px
  }

  #repair_example .tb_box .tb_contents{
    padding: 10px
  }

  #repair_example .tb_box .tb_bigtit{
    padding: 5px 0
  }

  #repair_example .tb_box_first{
    border-right: 2px solid #ffd9a0;
    border-bottom: none
  }

  #repair_example .tb_area_first .tb_box_40{
    width: 100%
  }
}

#repair_example #sec02 .sec02_list .Flotbox{
  margin-bottom: 40px
}

#repair_example #sec02 .sec02_list .FloL{
  float: left;
  width: 50%
}

#repair_example #sec02 .sec02_list .FloL img{
  width: 100%
}

#repair_example #sec02 .sec02_list .FloR{
  float: left;
  width: 50%
}

@media screen and (min-width: 770px){
  #repair_example #sec02 .sec02_list .FloR{
    padding-left: 15px
  }
}

#repair_example #sec02 .sec02_list .FloL div{
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
  overflow: hidden
}

#repair_example #sec02 .sec02_list .FloL div iframe{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

@media screen and (max-width: 769px){
  #repair_example #sec02 .sec02_list .FloL{
    float: none;
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px
  }

  #repair_example #sec02 .sec02_list .FloL .list_imgbox{
    text-align: center
  }

  #repair_example #sec02 .sec02_list .FloL .list_imgbox li{
    height: auto;
    width: 100%;
    text-align: center
  }

  #repair_example #sec02 .sec02_list .FloL .list_imgbox li img{
    height: auto;
    width: 70%
  }

  #repair_example #sec02 .sec02_list .FloL .list_imgbox li:nth-child(2){
    width: 100%;
    margin: 10px 0
  }

  #repair_example #sec02 .sec02_list .FloL .list_imgbox li:nth-child(2) p img{
    width: 50px;
    margin: 0 auto
  }

  #repair_example #top_sec02 .top_sec02_list .list_imgbox{
    margin-bottom: 25px
  }

  #repair_example #top_sec02 .top_sec02_list .list_dod{
    padding-top: 15px
  }

  #repair_example #top_sec02 .top_sec02_list{
    padding: 10px 15px
  }

  #repair_example #top_sec02 .top_sec02_list .list_smlbox{
    margin-bottom: 15px
  }

  #repair_example #sec02 .list_txt, #repair_example #top_sec02 .top_sec02_list .list_txt p{
    margin-bottom: 0
  }

  #repair_example #sec02 .sec02_list .FloR{
    width: 100%;
    float: none
  }
}

#repair_example .fkd_box{
  background-color: #effeff;
  padding: 25px 0;
  margin-bottom: 30px
}

#repair_example .fkd_box .fkd_box_img{
  width: 200px;
  float: left;
  padding: 0 30px;
  text-align: center
}

#repair_example .fkd_box .fkd_box_img p{
  font-weight: 700;
  margin-top: 10px
}

#repair_example .fkd_box .fkd_box_txt{
  width: 690px;
  float: left;
  padding: 0 20px 0 0
}

@media screen and (max-width: 769px){
  #repair_example .fkd_box{
    margin-top: 30px;
    margin-bottom: 10px
  }

  #repair_example .fkd_box .fkd_box_img{
    width: 100%;
    float: none;
    margin-bottom: 10px
  }

  #repair_example .fkd_box .fkd_box_txt{
    width: 100%;
    float: none;
    padding: 0 10px
  }
}

@media screen and (max-width: 769px){
  #repair_example .title04 span{
    line-height: 1.2
  }
}

#repair_example #sec01 .ank_link_4block{
  text-align: center;
  margin: 35px 0 30px
}

@media screen and (min-width: 770px){
  #repair_example #sec01 .ank_link_4block{
    display: flex
  }
}

#repair_example #sec01 .ank_link_4block li{
  width: 230px;
  height: 110px;
  background-image: url(https://www.increasehair.com//wp-content/themes/increasehair/common/img/repair/example/box.png);
  text-align: center;
  margin-right: 12px;
  font-size: 20px;
  padding-top: 15px;
  position: relative;
  display: block
}

#repair_example #sec01 .ank_link_4block li:last-child{
  margin-right: 0
}

#repair_example #sec01 .ank_link_4block li span{
  color: #262626
}

#repair_example #sec01 .ank_link_4block li:after{
  content: "";
  background-image: url(https://www.increasehair.com//wp-content/themes/increasehair/common/img/repair/example/arw.png);
  width: 35px;
  height: 19px;
  position: absolute;
  bottom: 10px;
  right: 0;
  left: 0;
  margin: auto;
  z-index: 2;
  background-size: contain
}

@media screen and (max-width: 769px){
  #repair_example #sec01 .ank_link_4block li{
    background-image: url(https://www.increasehair.com//wp-content/themes/increasehair/common/img/repair/faq/ank_box_sp.png);
    width: 280px;
    height: 60px;
    display: block;
    font-size: 16px;
    padding-top: 13px;
    margin: 0 auto 5px;
    background-size: contain
  }

  #repair_example #sec01 .ank_link_4block li:last-child{
    margin: 0 auto
  }

  #repair_example #sec01 .ank_link_4block{
    text-align: center;
    margin: 0 0 25px
  }

  #repair_example #sec01 .ank_link_4block li:after{
    width: 30px;
    height: 16px;
    bottom: 5px
  }
}

#repair_example ul.list_imgbox.clearfix{
  width: 800px;
  margin: 0 auto 35px
}

#repair_example ul.list_imgbox li{
  float: left;
  height: 205px;
  display: inline-block
}

#repair_example ul.list_imgbox li p{
  vertical-align: middle;
  text-align: left;
  margin: 0 0 20px
}

#repair_example ul.list_imgbox li:nth-child(2){
  text-align: center;
  vertical-align: middle;
  margin: 0 0 20px
}

#repair_example ul.list_imgbox li.first{
  position: relative;
  width: 450px
}

#repair_example ul.list_imgbox li.first:after{
  content: "";
  background-image: url(https://www.increasehair.com//wp-content/themes/increasehair/common/img/repair/service/arw_r.png);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 58px;
  height: 73px;
  margin-right: 20px
}

#repair_example .list_imgbox li p{
  margin-bottom: 0
}

@media screen and (max-width: 769px){
  #repair_example ul.list_imgbox.clearfix{
    padding: 0;
    margin-bottom: 15px;
    width: 100%
  }

  #repair_example ul.list_imgbox li{
    width: 100%;
    position: relative;
    display: block;
    margin-bottom: 57px;
    height: auto;
    text-align: center;
    float: none
  }

  #repair_example ul.list_imgbox li img{
    width: 70%
  }

  #repair_example ul.list_imgbox li.first{
    width: 100%;
    float: none;
    text-align: center
  }

  #repair_example ul.list_imgbox li.first img{
    width: 70%;
    margin: 0 auto
  }

  #repair_example #sec01 .flo_imgbox .flo_img, #repair_example #sec01 .flo_imgbox .flo_txt{
    width: 100%;
    float: none
  }

  #repair_example ul.list_imgbox li.first:after{
    content: "";
    background-image: url(https://www.increasehair.com//wp-content/themes/increasehair/common/img/repair/service/arw_r.png);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 40px;
    height: 50px;
    background-size: contain;
    transform: rotate(90deg);
    margin: auto auto -53px
  }

  #repair_example ul.list_imgbox li p{
    text-align: center
  }

  #repair_example .tb_01{
    margin-bottom: 25px
  }
}

@media screen and (max-width: 769px){
  #content h3{
    margin-bottom: 0
  }
}

#repair_faq #sec01 .title04{
  margin-bottom: 30px;
  margin-top: 40px
}

#repair_faq #sec01 .ank_link{
  text-align: center;
  margin: 35px 0 50px
}

#repair_faq #sec01 .ank_link li{
  width: 281px;
  height: 110px;
  background-image: url(https://www.increasehair.com//wp-content/themes/increasehair/common/img/repair/faq/ank_box.png);
  display: inline-block;
  text-align: center;
  margin-right: 30px;
  font-size: 20px;
  padding-top: 30px
}

#repair_faq #sec01 .ank_link li:last-child{
  margin-right: 0
}

#repair_faq #sec01 .ank_link li span{
  color: #262626;
  position: relative
}

#repair_faq #sec01 .ank_link li span:after{
  content: "";
  background-image: url(https://www.increasehair.com//wp-content/themes/increasehair/common/img/repair/faq/arw.png);
  width: 48px;
  height: 25px;
  position: absolute;
  bottom: -30px;
  right: 0;
  left: 0;
  margin: auto;
  z-index: 2
}

#repair_faq #sec01 .tenkai dt{
  font-weight: 700;
  padding: 0 0 10px;
  margin-bottom: 10px;
  text-decoration: none;
  vertical-align: middle;
  border-bottom: 1px dotted #ccc;
  font-size: 16px
}

@media screen and (min-width: 770px){
  #repair_faq #sec01 .tenkai dt{
    line-height: 47px
  }
}

@media screen and (max-width: 769px){
  #repair_faq #sec01 .tenkai dt{
    text-decoration: none;
    line-height: 1.6
  }
}

#repair_faq #sec01 .tenkai dt a{
  color: #333 !important;
  font-weight: 700;
  display: block;
  position: relative
}

@media screen and (min-width: 770px){
  #repair_faq #sec01 .tenkai dt a{
    padding-left: 60px
  }
}

@media screen and (max-width: 769px){
  #repair_faq #sec01 .tenkai dt a{
    padding-left: 45px
  }
}

#repair_faq #sec01 .tenkai dt a:before{
  position: absolute;
  content: "";
  background: url(https://www.increasehair.com//wp-content/themes/increasehair/common/img/repair/faq/ico_q.png);
  background-size: contain;
  background-repeat: no-repeat;
  left: 0
}

@media screen and (min-width: 770px){
  #repair_faq #sec01 .tenkai dt a:before{
    width: 47px;
    height: 47px;
    top: 0
  }
}

@media screen and (max-width: 769px){
  #repair_faq #sec01 .tenkai dt a:before{
    width: 30px;
    height: 30px;
    left: 0;
    top: -4px
  }
}

@media screen and (max-width: 769px){
  #repair_faq #sec01 .tenkai dt img{
    width: 25px;
    height: auto;
    margin-right: 10px
  }
}

@media screen and (min-width: 770px){
  #repair_faq #sec01 .tenkai dd{
    line-height: 2.28;
    margin: 20px 0 30px 10px
  }
}

@media screen and (max-width: 769px){
  #repair_faq #sec01 .tenkai dd{
    margin: 0 0 20px;
    line-height: 1.67
  }
}

#repair_faq #sec01 .tenkai dd p.a_img{
  float: left
}

@media screen and (min-width: 770px){
  #repair_faq #sec01 .tenkai dd p.a_img{
    margin-right: 15px
  }
}

#repair_faq #sec01 .tenkai dd p.a_txt{
  width: 885px;
  float: left;
  background: #effeff;
  padding: 20px
}

@media screen and (max-width: 769px){
  #repair_faq #sec01 .tenkai dd p.a_txt{
    font-size: 16px;
    width: 87%
  }
}

@media screen and (max-width: 769px){
  #repair_faq #sec01{
    width: 100%
  }

  #repair_faq #sec01 a{
    color: #0050bb
  }

  #repair_faq #sec01 p{
    margin-bottom: 0
  }

  #repair_faq #sec01 .title04{
    margin-bottom: 20px
  }

  #repair_faq #sec01 .ank_link{
    text-align: center;
    margin: 10px 0
  }

  #repair_faq #sec01 .ank_link li{
    background-image: url(https://www.increasehair.com//wp-content/themes/increasehair/common/img/repair/faq/ank_box_sp.png);
    width: 280px;
    height: 60px;
    display: block;
    font-size: 16px;
    padding-top: 13px;
    margin: 0 auto 5px;
    background-size: contain
  }

  #repair_faq #sec01 .ank_link li:last-child{
    margin: 0 auto
  }

  #repair_faq #sec01 .ank_link li span:after{
    width: 30px;
    height: 16px;
    background-size: contain;
    bottom: -17px
  }
}

#content_inner{
  background: #fff
}

#repair_technique #sec01 p{
  margin-bottom: 40px;
  line-height: 2.14
}

#repair_technique #sec01 .sec01_img{
  margin-bottom: 20px
}

#repair_technique #sec01{
  margin-bottom: 50px
}

@media screen and (max-width: 769px){
  #repair_technique #sec01{
    width: 100%;
    margin-bottom: 30px
  }

  #repair_technique #sec01 .sec01_img img{
    width: 100%
  }

  #repair_technique #sec01 p{
    margin-bottom: 20px
  }
}

#repair_technique #sec02{
  margin-bottom: 140px
}

#repair_technique #sec02 .sec03 .list_txt p{
  margin-bottom: 10px
}

#repair_technique #sec02 .sec02_list{
  border: 3px solid #30bef5;
  padding: 20px 30px 10px;
  margin-bottom: 30px
}

#repair_technique #sec02 .sec02_list li{
  display: block;
  width: 33.333%;
  float: left;
  margin-bottom: 30px
}

#repair_technique #sec02 .list_txt{
  margin-bottom: 30px
}

#repair_technique #sec02 .list_imgbox p.img{
  position: relative;
  display: inline-block;
  margin-bottom: 10px
}

#repair_technique #sec02 .list_imgbox p.img:after{
  content: "";
  background-image: url(https://www.increasehair.com//wp-content/themes/increasehair/common/img/repair/technique/arw_blu.png);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -30px;
  width: 16px;
  height: 32px
}

#repair_technique #sec02 .list_imgbox li:last-child p.img:after{
  display: none
}

#repair_technique #sec02 .sec03 .sec02_list .FloL{
  float: left;
  width: 505px;
  margin-right: 29px
}

#repair_technique #sec02 .sec03 .sec02_list .FloL .list_imgbox li{
  display: table;
  float: left;
  height: 132px;
  width: 226px
}

#repair_technique #sec02 .sec03 .sec02_list .FloL .list_imgbox li:nth-child(1,3){
  width: 226px
}

#repair_technique #sec02 .sec03 .sec02_list .FloL .list_imgbox li:nth-child(2){
  width: 30px;
  margin: 0 11px
}

#repair_technique #sec02 .sec03 .sec02_list{
  padding-bottom: 50px
}

#repair_technique #sec02 .sec03 .sec02_list .FloL .list_imgbox li p{
  display: table-cell;
  margin: 0;
  text-align: center;
  vertical-align: middle
}

#repair_technique #sec02 .sec02_list .FloR{
  float: left;
  width: 350px
}

#repair_technique #sec02 .sec02_list .FloR div{
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
  overflow: hidden
}

#repair_technique #sec02 .sec02_list .FloR div iframe{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

#repair_technique .list_imgbox p.txt{
  font-size: 14px
}

@media screen and (max-width: 769px){
  #repair_technique #sec02{
    margin-bottom: 60px
  }

  #repair_technique #sec02 .sec03 .list_txt p{
    margin-bottom: 10px
  }

  #repair_technique h2{
    font-weight: 400;
    padding: 0;
    color: #262626;
    background: #fff;
    font-size: 20px;
    margin-top: 30px;
    margin-bottom: 10px
  }

  #repair_technique h3{
    margin-bottom: 0
  }

  #repair_technique #sec02 .sec02_list{
    padding: 15px 15px 10px
  }

  #repair_technique #sec02 .list_txt{
    margin-bottom: 10px
  }

  #repair_technique #sec02 .sec02_list li{
    width: 100%;
    position: relative;
    display: block;
    margin-bottom: 40px;
    height: auto;
    text-align: center
  }

  #repair_technique #sec02 .list_imgbox p.img{
    width: 100%
  }

  #repair_technique #sec02 .list_imgbox p.img img{
    width: 70%;
    text-align: center
  }

  #repair_technique #sec02 .list_imgbox p.img:after{
    display: none
  }

  #repair_technique #sec02 .sec02 .sec02_list li:after{
    content: "";
    background-image: url(https://www.increasehair.com//wp-content/themes/increasehair/common/img/repair/technique/arw_blu.png);
    position: absolute;
    bottom: -30px;
    left: 0;
    right: 0;
    margin: auto;
    width: 16px;
    height: 32px;
    transform: rotate(90deg)
  }

  #repair_technique #sec02 .sec02 .sec02_list li:last-child:after{
    display: none
  }

  #repair_technique #sec02 .sec03 .sec02_list .FloL .list_imgbox li{
    display: table;
    float: none;
    height: auto;
    width: 100%
  }

  #repair_technique #sec02 .sec03 .sec02_list .FloL .list_imgbox li:nth-child(1,3){
    width: 100%
  }

  #repair_technique #sec02 .sec03 .sec02_list .FloL .list_imgbox li:nth-child(2){
    width: 100%
  }

  #repair_technique #sec02 .sec03 .sec02_list .FloL{
    float: none;
    width: 100%;
    margin-right: 0
  }

  #repair_technique #sec02 .sec03 .sec02_list .FloR{
    float: none;
    width: 100%
  }

  #repair_technique #sec02 .sec03 .list_txt{
    margin-bottom: 20px
  }

  #repair_technique #sec02 .sec03 .sec02_list .FloL .list_imgbox li:first-child{
    margin-bottom: 10px
  }

  #repair_technique #sec02 .sec03 .sec02_list .FloL .list_imgbox li:nth-child(2){
    margin: 0 auto
  }

  #repair_technique #sec02 .sec03 .sec02_list .FloL .list_imgbox li:nth-child(2) p img{
    transform: rotate(90deg);
    margin-bottom: 10px
  }

  #repair_technique #sec02 .sec03 .sec02_list{
    padding-bottom: 30px
  }
}

@media screen and (min-width: 770px){
  #repair_top{
    width: auto;
    margin-top: 0
  }
}

#repair_top #content_inner a:hover{
  color: #fff;
  text-decoration: none !important;
  opacity: .7
}

#repair_top #content_inner a:link, #repair_top #content_inner a:visited{
  color: #fff !important;
  text-decoration: none
}

#repair_top #top_sec01, #repair_top #top_sec02, #repair_top #top_sec03{
  margin-bottom: 50px
}

#repair_top .top_sec_txt{
  font-size: 26px;
  font-weight: 700;
  color: #262626;
  text-align: center
}

@media screen and (max-width: 769px){
  #repair_top .top_sec_txt{
    font-size: 16px
  }

  #repair_top #top_sec01, #repair_top #top_sec02, #repair_top #top_sec03{
    margin-bottom: 30px
  }
}

#repair_top #top_sec01{
  margin-bottom: 45px
}

#repair_top #top_sec01 .top_sec01_tit h2{
  text-align: center;
  margin: 35px 0
}

#repair_top #top_sec01 .top_sec01_list{
  margin-bottom: 40px
}

#repair_top #top_sec01 .top_sec01_list li{
  width: 49%;
  float: left;
  box-sizing: border-box;
  background-image: url(https://www.increasehair.com//wp-content/themes/increasehair/common/img/repair/top/sec01_base.png);
  height: 232px
}

#repair_top #top_sec01 .top_sec01_list li:nth-child(2n){
  margin-left: 20px
}

#repair_top #top_sec01 .top_sec01_list li:first-child{
  margin-bottom: 20px
}

#repair_top #top_sec01 .top_sec01_list li:nth-child(2){
  margin-bottom: 20px
}

#repair_top #top_sec01 .top_sec01_list li .list_img{
  text-align: center;
  padding: 25px 0
}

#repair_top #top_sec01 .top_sec01_list li .list_tit{
  text-align: center;
  text-shadow: 2px 2px 0 rgba(0, 0, 0, .7)
}

#repair_top #top_sec01 .top_sec01_list li .tit_yel{
  font-size: 34px;
  font-weight: 700;
  color: #fff82d
}

#repair_top #top_sec01 .top_sec01_list li .tit_wht{
  font-size: 26px;
  font-weight: 700;
  color: #fff
}

@media screen and (max-width: 769px){
  #repair_top #top_sec01{
    margin-bottom: 30px
  }

  #repair_top #top_sec01 .top_sec01_tit h2{
    margin: 10px 0;
    background: none
  }

  #repair_top #top_sec01 .top_sec01_list li{
    width: 100%;
    height: auto;
    float: none;
    background-position: -6px -6px;
    border: 3px solid #f96758
  }

  #repair_top #top_sec01 .top_sec01_list li:first-child{
    margin-bottom: 10px
  }

  #repair_top #top_sec01 .top_sec01_list li:nth-child(2){
    margin-bottom: 10px
  }

  #repair_top #top_sec01 .top_sec01_list li:nth-child(2n){
    margin-left: 0
  }

  #repair_top #top_sec01 .top_sec01_list li{
    margin-bottom: 10px
  }

  #repair_top #top_sec01 .top_sec01_list li .list_img{
    padding: 18px 0 10px;
    line-height: 1
  }

  #repair_top #top_sec01 .top_sec01_list li .list_img img{
    width: 74px;
    height: auto;
    margin: 0 auto
  }

  #repair_top #top_sec01 .top_sec01_list li .tit_yel{
    font-size: 21px
  }

  #repair_top #top_sec01 .top_sec01_list li .tit_wht{
    font-size: 16px
  }

  #repair_top #top_sec01 .top_sec01_list li .list_tit{
    padding-bottom: 15px
  }

  #repair_top #top_sec01 .top_sec01_list{
    margin-bottom: 5px
  }
}

#repair_top #top_sec02 .title02{
  margin-bottom: 30px
}

#repair_top #top_sec02 .top_sec02_list{
  border: 3px solid #30bef5;
  padding: 20px 30px 10px;
  margin-bottom: 30px
}

#repair_top #top_sec02 .top_sec02_list .list_smlbox{
  margin-bottom: 15px
}

#repair_top #top_sec02 .top_sec02_list .list_smlbox li:first-child, #repair_top #top_sec02 .top_sec02_list .list_smlbox li:last-child{
  width: 83px;
  height: 33px;
  display: inline-block;
  text-align: center;
  padding: 5px 0
}

#repair_top #top_sec02 .top_sec02_list .list_smlbox li:first-child{
  border: 1px solid #fe8f00
}

#repair_top #top_sec02 .top_sec02_list .list_smlbox li:last-child{
  border: 1px solid #48a4ff;
  margin-left: 5px
}

#repair_top #top_sec02 .top_sec02_list .list_txt{
  margin-bottom: 20px
}

#repair_top #top_sec02 .top_sec02_list .list_txt p{
  margin-bottom: 10px
}

#repair_top #top_sec02 .top_sec02_list .list_imgbox{
  margin-bottom: 30px
}

#repair_top #top_sec02 .top_sec02_list .list_imgbox li{
  display: table;
  float: left;
  height: 280px
}

#repair_top #top_sec02 .top_sec02_list .list_imgbox li:nth-child(1,3){
  width: 420px
}

#repair_top #top_sec02 .top_sec02_list .list_imgbox li:nth-child(2){
  width: 76px;
  margin: 0 19px
}

#repair_top #top_sec02 .top_sec02_list .list_imgbox li p{
  display: table-cell;
  margin: 0;
  text-align: center;
  vertical-align: middle
}

#repair_top #top_sec02 .top_sec02_list .list_dod{
  border-top: 1px dotted grey;
  padding-top: 15px
}

#repair_top #top_sec02 .top_sec02_list .list_dod li{
  color: red;
  font-weight: 700;
  font-size: 21px;
  position: relative;
  padding-left: 20px;
  line-height: 2.07
}

#repair_top #top_sec02 .top_sec02_list .list_dod li:before{
  content: "";
  background-image: url(https://www.increasehair.com//wp-content/themes/increasehair/common/img/repair/common/list_icon.png);
  width: 10px;
  height: 10px;
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0
}

@media screen and (max-width: 769px){
  #repair_top #top_sec02 .title02{
    margin-bottom: 16px
  }

  #repair_top #top_sec02 .top_sec02_list, #repair_top #top_sec02 .top_sec02_list .list_txt{
    margin-bottom: 20px
  }

  #repair_top #top_sec02 .top_sec02_list .list_imgbox li{
    height: auto
  }

  #repair_top #top_sec02 .top_sec02_list .list_imgbox li:nth-child(2){
    width: 100%;
    margin: 10px 0
  }

  #repair_top #top_sec02 .top_sec02_list .list_imgbox li:nth-child(2) p img{
    width: 76px;
    margin: 0 auto
  }

  #repair_top #top_sec02 .top_sec02_list .list_dod li{
    font-size: 15px
  }

  #repair_top #top_sec02 .top_sec02_list .list_dod li:before{
    width: 7px;
    height: 7px;
    background-image: url(https://www.increasehair.com//wp-content/themes/increasehair/common/img/repair/common/list_icon_sp.png);
    background-size: contain
  }

  #repair_top #top_sec02 .top_sec02_list .list_imgbox{
    margin-bottom: 25px
  }

  #repair_top #top_sec02 .top_sec02_list .list_dod{
    padding-top: 15px
  }

  #repair_top #top_sec02 .top_sec02_list{
    padding: 10px 15px
  }

  #repair_top #top_sec02 .top_sec02_list .list_smlbox{
    margin-bottom: 15px
  }

  #repair_top #top_sec02 .top_sec02_list .list_txt p{
    margin-bottom: 0
  }
}

#repair_top #top_sec03 .title03{
  margin-bottom: 30px
}

#repair_top #top_sec03 .top_sec03_list01{
  background-image: url(https://www.increasehair.com//wp-content/themes/increasehair/common/img/repair/top/sec03_img_01.jpg);
  width: 1020px;
  height: 424px;
  margin-bottom: 20px;
  position: relative
}

#repair_top #top_sec03 .fkd_01, #repair_top #top_sec03 .fkd_02{
  position: absolute;
  top: 30px;
  background: #fff;
  border-radius: 20px;
  padding: 35px 0 35px 30px
}

#repair_top #top_sec03 .fkd_01{
  left: 40px;
  width: 340px;
  height: 148px
}

#repair_top #top_sec03 .fkd_02{
  right: 40px;
  width: 390px;
  height: 202px
}

#repair_top #top_sec03 .top_sec03_list01 li{
  color: #262626;
  font-weight: 700;
  font-size: 26px;
  position: relative;
  padding-left: 20px;
  line-height: 1;
  margin-bottom: 30px
}

#repair_top #top_sec03 .top_sec03_list01 li:before{
  content: "";
  background-image: url(https://www.increasehair.com//wp-content/themes/increasehair/common/img/repair/common/list_icon.png);
  width: 10px;
  height: 10px;
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0
}

#repair_top #top_sec03 .ank{
  background-image: url(https://www.increasehair.com//wp-content/themes/increasehair/common/img/repair/common/arw_und.png);
  width: 322px;
  height: 147px;
  margin: 0 auto 20px
}

#repair_top #top_sec03 .top_sec03_list02{
  margin-bottom: 40px
}

#repair_top #top_sec03 .top_sec03_list02 li{
  border-bottom: 1px solid #f96758;
  padding: 30px 0
}

#repair_top #top_sec03 .top_sec03_list02 div img{
  margin-right: 35px
}

#repair_top #top_sec03 .top_sec03_list02 li p{
  font-size: 26px;
  font-weight: 700 !important;
  line-height: 1
}

#repair_top #top_sec03 .top_sec03_list02 li div p{
  display: inline-block
}

#repair_top #top_sec03 .top_sec03_list02 li div .list_org{
  font-size: 31px;
  font-weight: 700;
  color: #f60
}

#repair_top #top_sec03 .top_sec03_list03{
  margin-bottom: 50px
}

#repair_top #top_sec03 .top_sec03_list03 .sec03_list03_img{
  width: 584px;
  float: left;
  margin-right: 41px
}

#repair_top #top_sec03 .top_sec03_list03 .sec03_list03_txt{
  width: 395px;
  float: left;
  line-height: 2.14
}

#repair_top #top_sec03 h4{
  text-align: center;
  margin-bottom: 0
}

@media screen and (max-width: 769px){
  #repair_top #top_sec03 .title03{
    margin-bottom: 20px
  }

  #repair_top #top_sec03 .top_sec03_list01{
    background-image: none;
    background-size: contain;
    width: 100%;
    height: auto;
    margin-bottom: 20px;
    position: relative
  }

  #repair_top #top_sec03 .top_sec03_list03 .sec03_list03_img{
    width: 100%;
    float: none;
    margin-right: 0;
    margin-bottom: 15px
  }

  #repair_top #top_sec03 .top_sec03_list03 .sec03_list03_txt{
    width: 100%;
    float: none;
    line-height: 1.65;
    font-size: 16px
  }

  #repair_top #top_sec03 .top_sec03_list03{
    margin-bottom: 0
  }

  #repair_top #top_sec03{
    margin-bottom: 30px
  }

  #repair_top #top_sec03 .top_sec03_list02 div img{
    margin-right: 0;
    width: 85px;
    margin-bottom: 10px;
    display: block
  }

  #repair_top #top_sec03 .top_sec03_list02 li p{
    font-size: 15px;
    line-height: 1.5
  }

  #repair_top #top_sec03 .top_sec03_list02 li div .list_org{
    font-size: 17px
  }

  #repair_top #top_sec03 .top_sec03_list02 li{
    padding: 10px 0
  }

  #repair_top #top_sec03 .top_sec03_list01 li{
    font-size: 15px;
    position: relative;
    padding-left: 20px;
    line-height: 1;
    margin-bottom: 10px
  }

  #repair_top #top_sec03 .top_sec03_list01 li:last-child{
    margin-bottom: 0
  }

  #repair_top #top_sec03 .top_sec03_list01 li:before{
    content: "";
    background-image: url(https://www.increasehair.com//wp-content/themes/increasehair/common/img/repair/common/list_icon.png);
    width: 7px;
    height: 7px;
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0
  }

  #repair_top #top_sec03 .ank{
    background-image: none;
    width: 100%;
    height: auto;
    margin: 0 auto 20px;
    text-align: center
  }

  #repair_top #top_sec03 h4{
    margin-bottom: 0
  }

  #repair_top #top_sec03 .fkd_03{
    position: absolute;
    background: #fff;
    border-radius: 10px;
    padding: 10px 0;
    top: 5%;
    left: 0;
    right: 0;
    margin: auto;
    width: 80%;
    height: auto;
    text-align: center
  }

  #repair_top #top_sec03 .fkd_03 li span{
    font-weight: 700
  }

  #repair_top #top_sec03 .top_sec03_list01 li:before{
    display: none !important
  }

  #repair_top #top_sec03 .top_sec03_list01 li span{
    position: relative
  }

  #repair_top #top_sec03 .top_sec03_list01 li span:before{
    content: "";
    background-image: url(https://www.increasehair.com//wp-content/themes/increasehair/common/img/repair/common/list_icon.png);
    width: 7px;
    height: 7px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -10px;
    background-size: contain
  }

  #repair_top #top_sec03 .fkd_03 ul{
    text-align: left;
    display: inline-block
  }
}

#repair_top #top_sec04 .top_sec04_tit{
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 30px
}

#repair_top #top_sec04 .top_sec04_tit .list_org{
  font-size: 32px;
  font-weight: 700;
  color: #f60 !important
}

#repair_top #top_sec04 .top_sec04_list{
  text-align: center;
  margin-bottom: 30px
}

#repair_top #top_sec04 .top_sec04_list li{
  margin-right: 30px;
  text-align: center;
  vertical-align: middle
}

@media screen and (max-width: 769px){
  #repair_top #top_sec04 .top_sec04_list{
    display: table;
    padding: 0 25px
  }

  #repair_top #top_sec04 .top_sec04_list li{
    margin-right: 0;
    display: table-cell;
    width: 33.333%;
    margin-bottom: 10px
  }

  #repair_top #top_sec04 .top_sec04_tit, #repair_top #top_sec04 .top_sec04_tit .list_org{
    font-size: 17px;
    text-align: center;
    line-height: 1.5
  }
}

#repair_top #contact_box_01{
  width: 954px;
  height: 228px;
  border: 4px solid #d2d2d2;
  padding: 40px;
  margin: 0 auto 70px
}

#repair_top #contact_box_01 p{
  font-weight: 700;
  font-size: 28px;
  color: #0a0;
  text-align: center;
  margin-bottom: 40px;
  line-height: 1
}

#repair_top #contact_box_01 .btn_grn{
  margin-right: 40px
}

#repair_top #contact_box_01 .btn_grn, #repair_top #contact_box_01 .btn_red{
  display: inline-block
}

#repair_top #top_sec03 .top_sec04_tit .list_org{
  font-size: 32px;
  font-weight: 700;
  color: #f60 !important
}

#repair_top #top_sec04 .top_sec04_list li{
  display: inline-block
}

@media screen and (max-width: 769px){
  #repair_top #contact_box_01{
    width: 100%;
    height: auto;
    border: 4px solid #d2d2d2;
    padding: 20px;
    margin: 0 auto 30px;
    text-align: center
  }

  #repair_top #contact_box_01 p{
    font-size: 16px;
    margin-bottom: 20px
  }

  #repair_top #contact_box_01 .btn_grn{
    margin-bottom: 15px;
    margin-right: 0
  }
}

#repair_top #top_sec05 .btn_grn{
  margin-top: 30px
}

@media screen and (max-width: 769px){
  #repair_top #top_sec05{
    margin-bottom: 30px
  }

  #repair_top #top_sec05 div > img{
    margin-top: 20px
  }

  #repair_top #top_sec05 .btn_grn{
    margin-top: 30px
  }
}

#repair_top #contact_box_02{
  background-image: url(https://www.increasehair.com//wp-content/themes/increasehair/common/img/repair/top/contact_box_02_base.jpg);
  width: 1020px;
  height: 298px;
  padding: 40px;
  margin: 45px 0
}

@media screen and (max-width: 769px){
  #repair_top #contact_box_02{
    padding: 20px 10px
  }
}

#repair_top #contact_box_02 .contact_box_02_txt01{
  font-weight: 700;
  font-size: 18px;
  color: #262626;
  text-align: center;
  margin-bottom: 40px
}

#repair_top #contact_box_02 .contact_box_02_txt01 p{
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 18px;
  color: #262626;
  text-align: center;
  line-height: 1
}

#repair_top #contact_box_02 .contact_box_02_txt02{
  font-weight: 700;
  font-size: 28px;
  color: red;
  text-align: center;
  margin-bottom: 30px;
  line-height: 1
}

@media screen and (max-width: 769px){
  #repair_top #contact_box_02{
    background-image: url(https://www.increasehair.com//wp-content/themes/increasehair/common/img/repair/top/contact_box_02_base_sp.jpg);
    width: 100%;
    height: auto;
    padding: 30px 0;
    margin: 0 0 30px;
    border: 1px solid #d8d9dd;
    background-size: contain
  }

  #repair_top #contact_box_02 .contact_box_02_txt01 p{
    margin-bottom: 0;
    font-size: 14px;
    line-height: 1.67
  }

  #repair_top #contact_box_02 .contact_box_02_txt01{
    margin-bottom: 15px
  }

  #repair_top #contact_box_02 .contact_box_02_txt02{
    font-size: 16px;
    margin-bottom: 15px
  }

  #repair_top #contact_box_02 .contact_telbox{
    margin: 0 15px 20px
  }

  #repair_top #contact_box_02 .btn_red_area{
    padding: 0 15px
  }
}

/*!
 *  Font Awesome 4.5.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face{
  font-family: "Font Awesome 5 Free";
  src: url(repair/font-awesome/fonts/fontawesome-webfont.eot?v=4.5.0);
  src: url(repair/font-awesome/fonts/fontawesome-webfont.eot?#iefix&v=4.5.0) format("embedded-opentype"), url(repair/font-awesome/fonts/fontawesome-webfont.woff2?v=4.5.0) format("woff2"), url(repair/font-awesome/fonts/fontawesome-webfont.woff?v=4.5.0) format("woff"), url(repair/font-awesome/fonts/fontawesome-webfont.ttf?v=4.5.0) format("truetype"), url(repair/font-awesome/fonts/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular) format("svg");
  font-weight: 400;
  font-style: normal
}

.fa{
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.fa-lg{
  font-size: 1.33333333em;
  line-height: .75em;
  vertical-align: -15%
}

.fa-2x{
  font-size: 2em
}

.fa-3x{
  font-size: 3em
}

.fa-4x{
  font-size: 4em
}

.fa-5x{
  font-size: 5em
}

.fa-fw{
  width: 1.28571429em;
  text-align: center
}

.fa-ul{
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none
}

.fa-ul > li{
  position: relative
}

.fa-li{
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: .14285714em;
  text-align: center
}

.fa-li.fa-lg{
  left: -1.85714286em
}

.fa-border{
  padding: .2em .25em .15em;
  border: .08em solid #eee;
  border-radius: .1em
}

.fa-pull-left{
  float: left
}

.fa-pull-right{
  float: right
}

.fa.fa-pull-left{
  margin-right: .3em
}

.fa.fa-pull-right{
  margin-left: .3em
}

.pull-right{
  float: right
}

.pull-left{
  float: left
}

.fa.pull-left{
  margin-right: .3em
}

.fa.pull-right{
  margin-left: .3em
}

.fa-spin{
  -webkit-animation: fa-spin 2s linear infinite;
  animation: fa-spin 2s linear infinite
}

.fa-pulse{
  -webkit-animation: fa-spin 1s steps(8) infinite;
  animation: fa-spin 1s steps(8) infinite
}

@-webkit-keyframes fa-spin{
  0%{
    transform: rotate(0deg)
  }
  to{
    transform: rotate(359deg)
  }
}

@keyframes fa-spin{
  0%{
    transform: rotate(0deg)
  }
  to{
    transform: rotate(359deg)
  }
}

.fa-rotate-90{
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  transform: rotate(90deg)
}

.fa-rotate-180{
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  transform: rotate(180deg)
}

.fa-rotate-270{
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  transform: rotate(270deg)
}

.fa-flip-horizontal{
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  transform: scaleX(-1)
}

.fa-flip-vertical{
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  transform: scaleY(-1)
}

:root .fa-flip-horizontal, :root .fa-flip-vertical, :root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270{
  filter: none
}

.fa-stack{
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle
}

.fa-stack-1x, .fa-stack-2x{
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center
}

.fa-stack-1x{
  line-height: inherit
}

.fa-stack-2x{
  font-size: 2em
}

.fa-inverse{
  color: #fff
}

.fa-glass:before{
  content: "\f000"
}

.fa-music:before{
  content: "\f001"
}

.fa-search:before{
  content: "\f002"
}

.fa-envelope-o:before{
  content: "\f003"
}

.fa-heart:before{
  content: "\f004"
}

.fa-star:before{
  content: "\f005"
}

.fa-star-o:before{
  content: "\f006"
}

.fa-user:before{
  content: "\f007"
}

.fa-film:before{
  content: "\f008"
}

.fa-th-large:before{
  content: "\f009"
}

.fa-th:before{
  content: "\f00a"
}

.fa-th-list:before{
  content: "\f00b"
}

.fa-check:before{
  content: "\f00c"
}

.fa-close:before, .fa-remove:before, .fa-times:before{
  content: "\f00d"
}

.fa-search-plus:before{
  content: "\f00e"
}

.fa-search-minus:before{
  content: "\f010"
}

.fa-power-off:before{
  content: "\f011"
}

.fa-signal:before{
  content: "\f012"
}

.fa-cog:before, .fa-gear:before{
  content: "\f013"
}

.fa-trash-o:before{
  content: "\f014"
}

.fa-home:before{
  content: "\f015"
}

.fa-file-o:before{
  content: "\f016"
}

.fa-clock-o:before{
  content: "\f017"
}

.fa-road:before{
  content: "\f018"
}

.fa-download:before{
  content: "\f019"
}

.fa-arrow-circle-o-down:before{
  content: "\f01a"
}

.fa-arrow-circle-o-up:before{
  content: "\f01b"
}

.fa-inbox:before{
  content: "\f01c"
}

.fa-play-circle-o:before{
  content: "\f01d"
}

.fa-repeat:before, .fa-rotate-right:before{
  content: "\f01e"
}

.fa-refresh:before{
  content: "\f021"
}

.fa-list-alt:before{
  content: "\f022"
}

.fa-lock:before{
  content: "\f023"
}

.fa-flag:before{
  content: "\f024"
}

.fa-headphones:before{
  content: "\f025"
}

.fa-volume-off:before{
  content: "\f026"
}

.fa-volume-down:before{
  content: "\f027"
}

.fa-volume-up:before{
  content: "\f028"
}

.fa-qrcode:before{
  content: "\f029"
}

.fa-barcode:before{
  content: "\f02a"
}

.fa-tag:before{
  content: "\f02b"
}

.fa-tags:before{
  content: "\f02c"
}

.fa-book:before{
  content: "\f02d"
}

.fa-bookmark:before{
  content: "\f02e"
}

.fa-print:before{
  content: "\f02f"
}

.fa-camera:before{
  content: "\f030"
}

.fa-font:before{
  content: "\f031"
}

.fa-bold:before{
  content: "\f032"
}

.fa-italic:before{
  content: "\f033"
}

.fa-text-height:before{
  content: "\f034"
}

.fa-text-width:before{
  content: "\f035"
}

.fa-align-left:before{
  content: "\f036"
}

.fa-align-center:before{
  content: "\f037"
}

.fa-align-right:before{
  content: "\f038"
}

.fa-align-justify:before{
  content: "\f039"
}

.fa-list:before{
  content: "\f03a"
}

.fa-dedent:before, .fa-outdent:before{
  content: "\f03b"
}

.fa-indent:before{
  content: "\f03c"
}

.fa-video-camera:before{
  content: "\f03d"
}

.fa-image:before, .fa-photo:before, .fa-picture-o:before{
  content: "\f03e"
}

.fa-pencil:before{
  content: "\f040"
}

.fa-map-marker:before{
  content: "\f041"
}

.fa-adjust:before{
  content: "\f042"
}

.fa-tint:before{
  content: "\f043"
}

.fa-edit:before, .fa-pencil-square-o:before{
  content: "\f044"
}

.fa-share-square-o:before{
  content: "\f045"
}

.fa-check-square-o:before{
  content: "\f046"
}

.fa-arrows:before{
  content: "\f047"
}

.fa-step-backward:before{
  content: "\f048"
}

.fa-fast-backward:before{
  content: "\f049"
}

.fa-backward:before{
  content: "\f04a"
}

.fa-play:before{
  content: "\f04b"
}

.fa-pause:before{
  content: "\f04c"
}

.fa-stop:before{
  content: "\f04d"
}

.fa-forward:before{
  content: "\f04e"
}

.fa-fast-forward:before{
  content: "\f050"
}

.fa-step-forward:before{
  content: "\f051"
}

.fa-eject:before{
  content: "\f052"
}

.fa-chevron-left:before{
  content: "\f053"
}

.fa-chevron-right:before{
  content: "\f054"
}

.fa-plus-circle:before{
  content: "\f055"
}

.fa-minus-circle:before{
  content: "\f056"
}

.fa-times-circle:before{
  content: "\f057"
}

.fa-check-circle:before{
  content: "\f058"
}

.fa-question-circle:before{
  content: "\f059"
}

.fa-info-circle:before{
  content: "\f05a"
}

.fa-crosshairs:before{
  content: "\f05b"
}

.fa-times-circle-o:before{
  content: "\f05c"
}

.fa-check-circle-o:before{
  content: "\f05d"
}

.fa-ban:before{
  content: "\f05e"
}

.fa-arrow-left:before{
  content: "\f060"
}

.fa-arrow-right:before{
  content: "\f061"
}

.fa-arrow-up:before{
  content: "\f062"
}

.fa-arrow-down:before{
  content: "\f063"
}

.fa-mail-forward:before, .fa-share:before{
  content: "\f064"
}

.fa-expand:before{
  content: "\f065"
}

.fa-compress:before{
  content: "\f066"
}

.fa-plus:before{
  content: "\f067"
}

.fa-minus:before{
  content: "\f068"
}

.fa-asterisk:before{
  content: "\f069"
}

.fa-exclamation-circle:before{
  content: "\f06a"
}

.fa-gift:before{
  content: "\f06b"
}

.fa-leaf:before{
  content: "\f06c"
}

.fa-fire:before{
  content: "\f06d"
}

.fa-eye:before{
  content: "\f06e"
}

.fa-eye-slash:before{
  content: "\f070"
}

.fa-exclamation-triangle:before, .fa-warning:before{
  content: "\f071"
}

.fa-plane:before{
  content: "\f072"
}

.fa-calendar:before{
  content: "\f073"
}

.fa-random:before{
  content: "\f074"
}

.fa-comment:before{
  content: "\f075"
}

.fa-magnet:before{
  content: "\f076"
}

.fa-chevron-up:before{
  content: "\f077"
}

.fa-chevron-down:before{
  content: "\f078"
}

.fa-retweet:before{
  content: "\f079"
}

.fa-shopping-cart:before{
  content: "\f07a"
}

.fa-folder:before{
  content: "\f07b"
}

.fa-folder-open:before{
  content: "\f07c"
}

.fa-arrows-v:before{
  content: "\f07d"
}

.fa-arrows-h:before{
  content: "\f07e"
}

.fa-bar-chart-o:before, .fa-bar-chart:before{
  content: "\f080"
}

.fa-twitter-square:before{
  content: "\f081"
}

.fa-facebook-square:before{
  content: "\f082"
}

.fa-camera-retro:before{
  content: "\f083"
}

.fa-key:before{
  content: "\f084"
}

.fa-cogs:before, .fa-gears:before{
  content: "\f085"
}

.fa-comments:before{
  content: "\f086"
}

.fa-thumbs-o-up:before{
  content: "\f087"
}

.fa-thumbs-o-down:before{
  content: "\f088"
}

.fa-star-half:before{
  content: "\f089"
}

.fa-heart-o:before{
  content: "\f08a"
}

.fa-sign-out:before{
  content: "\f08b"
}

.fa-linkedin-square:before{
  content: "\f08c"
}

.fa-thumb-tack:before{
  content: "\f08d"
}

.fa-external-link:before{
  content: "\f08e"
}

.fa-sign-in:before{
  content: "\f090"
}

.fa-trophy:before{
  content: "\f091"
}

.fa-github-square:before{
  content: "\f092"
}

.fa-upload:before{
  content: "\f093"
}

.fa-lemon-o:before{
  content: "\f094"
}

.fa-phone:before{
  content: "\f095"
}

.fa-square-o:before{
  content: "\f096"
}

.fa-bookmark-o:before{
  content: "\f097"
}

.fa-phone-square:before{
  content: "\f098"
}

.fa-twitter:before{
  content: "\f099"
}

.fa-facebook-f:before, .fa-facebook:before{
  content: "\f09a"
}

.fa-github:before{
  content: "\f09b"
}

.fa-unlock:before{
  content: "\f09c"
}

.fa-credit-card:before{
  content: "\f09d"
}

.fa-feed:before, .fa-rss:before{
  content: "\f09e"
}

.fa-hdd-o:before{
  content: "\f0a0"
}

.fa-bullhorn:before{
  content: "\f0a1"
}

.fa-bell:before{
  content: "\f0f3"
}

.fa-certificate:before{
  content: "\f0a3"
}

.fa-hand-o-right:before{
  content: "\f0a4"
}

.fa-hand-o-left:before{
  content: "\f0a5"
}

.fa-hand-o-up:before{
  content: "\f0a6"
}

.fa-hand-o-down:before{
  content: "\f0a7"
}

.fa-arrow-circle-left:before{
  content: "\f0a8"
}

.fa-arrow-circle-right:before{
  content: "\f0a9"
}

.fa-arrow-circle-up:before{
  content: "\f0aa"
}

.fa-arrow-circle-down:before{
  content: "\f0ab"
}

.fa-globe:before{
  content: "\f0ac"
}

.fa-wrench:before{
  content: "\f0ad"
}

.fa-tasks:before{
  content: "\f0ae"
}

.fa-filter:before{
  content: "\f0b0"
}

.fa-briefcase:before{
  content: "\f0b1"
}

.fa-arrows-alt:before{
  content: "\f0b2"
}

.fa-group:before, .fa-users:before{
  content: "\f0c0"
}

.fa-chain:before, .fa-link:before{
  content: "\f0c1"
}

.fa-cloud:before{
  content: "\f0c2"
}

.fa-flask:before{
  content: "\f0c3"
}

.fa-cut:before, .fa-scissors:before{
  content: "\f0c4"
}

.fa-copy:before, .fa-files-o:before{
  content: "\f0c5"
}

.fa-paperclip:before{
  content: "\f0c6"
}

.fa-floppy-o:before, .fa-save:before{
  content: "\f0c7"
}

.fa-square:before{
  content: "\f0c8"
}

.fa-bars:before, .fa-navicon:before, .fa-reorder:before{
  content: "\f0c9"
}

.fa-list-ul:before{
  content: "\f0ca"
}

.fa-list-ol:before{
  content: "\f0cb"
}

.fa-strikethrough:before{
  content: "\f0cc"
}

.fa-underline:before{
  content: "\f0cd"
}

.fa-table:before{
  content: "\f0ce"
}

.fa-magic:before{
  content: "\f0d0"
}

.fa-truck:before{
  content: "\f0d1"
}

.fa-pinterest:before{
  content: "\f0d2"
}

.fa-pinterest-square:before{
  content: "\f0d3"
}

.fa-google-plus-square:before{
  content: "\f0d4"
}

.fa-google-plus:before{
  content: "\f0d5"
}

.fa-money:before{
  content: "\f0d6"
}

.fa-caret-down:before{
  content: "\f0d7"
}

.fa-caret-up:before{
  content: "\f0d8"
}

.fa-caret-left:before{
  content: "\f0d9"
}

.fa-caret-right:before{
  content: "\f0da"
}

.fa-columns:before{
  content: "\f0db"
}

.fa-sort:before, .fa-unsorted:before{
  content: "\f0dc"
}

.fa-sort-desc:before, .fa-sort-down:before{
  content: "\f0dd"
}

.fa-sort-asc:before, .fa-sort-up:before{
  content: "\f0de"
}

.fa-envelope:before{
  content: "\f0e0"
}

.fa-linkedin:before{
  content: "\f0e1"
}

.fa-rotate-left:before, .fa-undo:before{
  content: "\f0e2"
}

.fa-gavel:before, .fa-legal:before{
  content: "\f0e3"
}

.fa-dashboard:before, .fa-tachometer:before{
  content: "\f0e4"
}

.fa-comment-o:before{
  content: "\f0e5"
}

.fa-comments-o:before{
  content: "\f0e6"
}

.fa-bolt:before, .fa-flash:before{
  content: "\f0e7"
}

.fa-sitemap:before{
  content: "\f0e8"
}

.fa-umbrella:before{
  content: "\f0e9"
}

.fa-clipboard:before, .fa-paste:before{
  content: "\f0ea"
}

.fa-lightbulb-o:before{
  content: "\f0eb"
}

.fa-exchange:before{
  content: "\f0ec"
}

.fa-cloud-download:before{
  content: "\f0ed"
}

.fa-cloud-upload:before{
  content: "\f0ee"
}

.fa-user-md:before{
  content: "\f0f0"
}

.fa-stethoscope:before{
  content: "\f0f1"
}

.fa-suitcase:before{
  content: "\f0f2"
}

.fa-bell-o:before{
  content: "\f0a2"
}

.fa-coffee:before{
  content: "\f0f4"
}

.fa-cutlery:before{
  content: "\f0f5"
}

.fa-file-text-o:before{
  content: "\f0f6"
}

.fa-building-o:before{
  content: "\f0f7"
}

.fa-hospital-o:before{
  content: "\f0f8"
}

.fa-ambulance:before{
  content: "\f0f9"
}

.fa-medkit:before{
  content: "\f0fa"
}

.fa-fighter-jet:before{
  content: "\f0fb"
}

.fa-beer:before{
  content: "\f0fc"
}

.fa-h-square:before{
  content: "\f0fd"
}

.fa-plus-square:before{
  content: "\f0fe"
}

.fa-angle-double-left:before{
  content: "\f100"
}

.fa-angle-double-right:before{
  content: "\f101"
}

.fa-angle-double-up:before{
  content: "\f102"
}

.fa-angle-double-down:before{
  content: "\f103"
}

.fa-angle-left:before{
  content: "\f104"
}

.fa-angle-right:before{
  content: "\f105"
}

.fa-angle-up:before{
  content: "\f106"
}

.fa-angle-down:before{
  content: "\f107"
}

.fa-desktop:before{
  content: "\f108"
}

.fa-laptop:before{
  content: "\f109"
}

.fa-tablet:before{
  content: "\f10a"
}

.fa-mobile-phone:before, .fa-mobile:before{
  content: "\f10b"
}

.fa-circle-o:before{
  content: "\f10c"
}

.fa-quote-left:before{
  content: "\f10d"
}

.fa-quote-right:before{
  content: "\f10e"
}

.fa-spinner:before{
  content: "\f110"
}

.fa-circle:before{
  content: "\f111"
}

.fa-mail-reply:before, .fa-reply:before{
  content: "\f112"
}

.fa-github-alt:before{
  content: "\f113"
}

.fa-folder-o:before{
  content: "\f114"
}

.fa-folder-open-o:before{
  content: "\f115"
}

.fa-smile-o:before{
  content: "\f118"
}

.fa-frown-o:before{
  content: "\f119"
}

.fa-meh-o:before{
  content: "\f11a"
}

.fa-gamepad:before{
  content: "\f11b"
}

.fa-keyboard-o:before{
  content: "\f11c"
}

.fa-flag-o:before{
  content: "\f11d"
}

.fa-flag-checkered:before{
  content: "\f11e"
}

.fa-terminal:before{
  content: "\f120"
}

.fa-code:before{
  content: "\f121"
}

.fa-mail-reply-all:before, .fa-reply-all:before{
  content: "\f122"
}

.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before{
  content: "\f123"
}

.fa-location-arrow:before{
  content: "\f124"
}

.fa-crop:before{
  content: "\f125"
}

.fa-code-fork:before{
  content: "\f126"
}

.fa-chain-broken:before, .fa-unlink:before{
  content: "\f127"
}

.fa-question:before{
  content: "\f128"
}

.fa-info:before{
  content: "\f129"
}

.fa-exclamation:before{
  content: "\f12a"
}

.fa-superscript:before{
  content: "\f12b"
}

.fa-subscript:before{
  content: "\f12c"
}

.fa-eraser:before{
  content: "\f12d"
}

.fa-puzzle-piece:before{
  content: "\f12e"
}

.fa-microphone:before{
  content: "\f130"
}

.fa-microphone-slash:before{
  content: "\f131"
}

.fa-shield:before{
  content: "\f132"
}

.fa-calendar-o:before{
  content: "\f133"
}

.fa-fire-extinguisher:before{
  content: "\f134"
}

.fa-rocket:before{
  content: "\f135"
}

.fa-maxcdn:before{
  content: "\f136"
}

.fa-chevron-circle-left:before{
  content: "\f137"
}

.fa-chevron-circle-right:before{
  content: "\f138"
}

.fa-chevron-circle-up:before{
  content: "\f139"
}

.fa-chevron-circle-down:before{
  content: "\f13a"
}

.fa-html5:before{
  content: "\f13b"
}

.fa-css3:before{
  content: "\f13c"
}

.fa-anchor:before{
  content: "\f13d"
}

.fa-unlock-alt:before{
  content: "\f13e"
}

.fa-bullseye:before{
  content: "\f140"
}

.fa-ellipsis-h:before{
  content: "\f141"
}

.fa-ellipsis-v:before{
  content: "\f142"
}

.fa-rss-square:before{
  content: "\f143"
}

.fa-play-circle:before{
  content: "\f144"
}

.fa-ticket:before{
  content: "\f145"
}

.fa-minus-square:before{
  content: "\f146"
}

.fa-minus-square-o:before{
  content: "\f147"
}

.fa-level-up:before{
  content: "\f148"
}

.fa-level-down:before{
  content: "\f149"
}

.fa-check-square:before{
  content: "\f14a"
}

.fa-pencil-square:before{
  content: "\f14b"
}

.fa-external-link-square:before{
  content: "\f14c"
}

.fa-share-square:before{
  content: "\f14d"
}

.fa-compass:before{
  content: "\f14e"
}

.fa-caret-square-o-down:before, .fa-toggle-down:before{
  content: "\f150"
}

.fa-caret-square-o-up:before, .fa-toggle-up:before{
  content: "\f151"
}

.fa-caret-square-o-right:before, .fa-toggle-right:before{
  content: "\f152"
}

.fa-eur:before, .fa-euro:before{
  content: "\f153"
}

.fa-gbp:before{
  content: "\f154"
}

.fa-dollar:before, .fa-usd:before{
  content: "\f155"
}

.fa-inr:before, .fa-rupee:before{
  content: "\f156"
}

.fa-cny:before, .fa-jpy:before, .fa-rmb:before, .fa-yen:before{
  content: "\f157"
}

.fa-rouble:before, .fa-rub:before, .fa-ruble:before{
  content: "\f158"
}

.fa-krw:before, .fa-won:before{
  content: "\f159"
}

.fa-bitcoin:before, .fa-btc:before{
  content: "\f15a"
}

.fa-file:before{
  content: "\f15b"
}

.fa-file-text:before{
  content: "\f15c"
}

.fa-sort-alpha-asc:before{
  content: "\f15d"
}

.fa-sort-alpha-desc:before{
  content: "\f15e"
}

.fa-sort-amount-asc:before{
  content: "\f160"
}

.fa-sort-amount-desc:before{
  content: "\f161"
}

.fa-sort-numeric-asc:before{
  content: "\f162"
}

.fa-sort-numeric-desc:before{
  content: "\f163"
}

.fa-thumbs-up:before{
  content: "\f164"
}

.fa-thumbs-down:before{
  content: "\f165"
}

.fa-youtube-square:before{
  content: "\f166"
}

.fa-youtube:before{
  content: "\f167"
}

.fa-xing:before{
  content: "\f168"
}

.fa-xing-square:before{
  content: "\f169"
}

.fa-youtube-play:before{
  content: "\f16a"
}

.fa-dropbox:before{
  content: "\f16b"
}

.fa-stack-overflow:before{
  content: "\f16c"
}

.fa-instagram:before{
  content: "\f16d"
}

.fa-flickr:before{
  content: "\f16e"
}

.fa-adn:before{
  content: "\f170"
}

.fa-bitbucket:before{
  content: "\f171"
}

.fa-bitbucket-square:before{
  content: "\f172"
}

.fa-tumblr:before{
  content: "\f173"
}

.fa-tumblr-square:before{
  content: "\f174"
}

.fa-long-arrow-down:before{
  content: "\f175"
}

.fa-long-arrow-up:before{
  content: "\f176"
}

.fa-long-arrow-left:before{
  content: "\f177"
}

.fa-long-arrow-right:before{
  content: "\f178"
}

.fa-apple:before{
  content: "\f179"
}

.fa-windows:before{
  content: "\f17a"
}

.fa-android:before{
  content: "\f17b"
}

.fa-linux:before{
  content: "\f17c"
}

.fa-dribbble:before{
  content: "\f17d"
}

.fa-skype:before{
  content: "\f17e"
}

.fa-foursquare:before{
  content: "\f180"
}

.fa-trello:before{
  content: "\f181"
}

.fa-female:before{
  content: "\f182"
}

.fa-male:before{
  content: "\f183"
}

.fa-gittip:before, .fa-gratipay:before{
  content: "\f184"
}

.fa-sun-o:before{
  content: "\f185"
}

.fa-moon-o:before{
  content: "\f186"
}

.fa-archive:before{
  content: "\f187"
}

.fa-bug:before{
  content: "\f188"
}

.fa-vk:before{
  content: "\f189"
}

.fa-weibo:before{
  content: "\f18a"
}

.fa-renren:before{
  content: "\f18b"
}

.fa-pagelines:before{
  content: "\f18c"
}

.fa-stack-exchange:before{
  content: "\f18d"
}

.fa-arrow-circle-o-right:before{
  content: "\f18e"
}

.fa-arrow-circle-o-left:before{
  content: "\f190"
}

.fa-caret-square-o-left:before, .fa-toggle-left:before{
  content: "\f191"
}

.fa-dot-circle-o:before{
  content: "\f192"
}

.fa-wheelchair:before{
  content: "\f193"
}

.fa-vimeo-square:before{
  content: "\f194"
}

.fa-try:before, .fa-turkish-lira:before{
  content: "\f195"
}

.fa-plus-square-o:before{
  content: "\f196"
}

.fa-space-shuttle:before{
  content: "\f197"
}

.fa-slack:before{
  content: "\f198"
}

.fa-envelope-square:before{
  content: "\f199"
}

.fa-wordpress:before{
  content: "\f19a"
}

.fa-openid:before{
  content: "\f19b"
}

.fa-bank:before, .fa-institution:before, .fa-university:before{
  content: "\f19c"
}

.fa-graduation-cap:before, .fa-mortar-board:before{
  content: "\f19d"
}

.fa-yahoo:before{
  content: "\f19e"
}

.fa-google:before{
  content: "\f1a0"
}

.fa-reddit:before{
  content: "\f1a1"
}

.fa-reddit-square:before{
  content: "\f1a2"
}

.fa-stumbleupon-circle:before{
  content: "\f1a3"
}

.fa-stumbleupon:before{
  content: "\f1a4"
}

.fa-delicious:before{
  content: "\f1a5"
}

.fa-digg:before{
  content: "\f1a6"
}

.fa-pied-piper:before{
  content: "\f1a7"
}

.fa-pied-piper-alt:before{
  content: "\f1a8"
}

.fa-drupal:before{
  content: "\f1a9"
}

.fa-joomla:before{
  content: "\f1aa"
}

.fa-language:before{
  content: "\f1ab"
}

.fa-fax:before{
  content: "\f1ac"
}

.fa-building:before{
  content: "\f1ad"
}

.fa-child:before{
  content: "\f1ae"
}

.fa-paw:before{
  content: "\f1b0"
}

.fa-spoon:before{
  content: "\f1b1"
}

.fa-cube:before{
  content: "\f1b2"
}

.fa-cubes:before{
  content: "\f1b3"
}

.fa-behance:before{
  content: "\f1b4"
}

.fa-behance-square:before{
  content: "\f1b5"
}

.fa-steam:before{
  content: "\f1b6"
}

.fa-steam-square:before{
  content: "\f1b7"
}

.fa-recycle:before{
  content: "\f1b8"
}

.fa-automobile:before, .fa-car:before{
  content: "\f1b9"
}

.fa-cab:before, .fa-taxi:before{
  content: "\f1ba"
}

.fa-tree:before{
  content: "\f1bb"
}

.fa-spotify:before{
  content: "\f1bc"
}

.fa-deviantart:before{
  content: "\f1bd"
}

.fa-soundcloud:before{
  content: "\f1be"
}

.fa-database:before{
  content: "\f1c0"
}

.fa-file-pdf-o:before{
  content: "\f1c1"
}

.fa-file-word-o:before{
  content: "\f1c2"
}

.fa-file-excel-o:before{
  content: "\f1c3"
}

.fa-file-powerpoint-o:before{
  content: "\f1c4"
}

.fa-file-image-o:before, .fa-file-photo-o:before, .fa-file-picture-o:before{
  content: "\f1c5"
}

.fa-file-archive-o:before, .fa-file-zip-o:before{
  content: "\f1c6"
}

.fa-file-audio-o:before, .fa-file-sound-o:before{
  content: "\f1c7"
}

.fa-file-movie-o:before, .fa-file-video-o:before{
  content: "\f1c8"
}

.fa-file-code-o:before{
  content: "\f1c9"
}

.fa-vine:before{
  content: "\f1ca"
}

.fa-codepen:before{
  content: "\f1cb"
}

.fa-jsfiddle:before{
  content: "\f1cc"
}

.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-ring:before, .fa-life-saver:before, .fa-support:before{
  content: "\f1cd"
}

.fa-circle-o-notch:before{
  content: "\f1ce"
}

.fa-ra:before, .fa-rebel:before{
  content: "\f1d0"
}

.fa-empire:before, .fa-ge:before{
  content: "\f1d1"
}

.fa-git-square:before{
  content: "\f1d2"
}

.fa-git:before{
  content: "\f1d3"
}

.fa-hacker-news:before, .fa-y-combinator-square:before, .fa-yc-square:before{
  content: "\f1d4"
}

.fa-tencent-weibo:before{
  content: "\f1d5"
}

.fa-qq:before{
  content: "\f1d6"
}

.fa-wechat:before, .fa-weixin:before{
  content: "\f1d7"
}

.fa-paper-plane:before, .fa-send:before{
  content: "\f1d8"
}

.fa-paper-plane-o:before, .fa-send-o:before{
  content: "\f1d9"
}

.fa-history:before{
  content: "\f1da"
}

.fa-circle-thin:before{
  content: "\f1db"
}

.fa-header:before{
  content: "\f1dc"
}

.fa-paragraph:before{
  content: "\f1dd"
}

.fa-sliders:before{
  content: "\f1de"
}

.fa-share-alt:before{
  content: "\f1e0"
}

.fa-share-alt-square:before{
  content: "\f1e1"
}

.fa-bomb:before{
  content: "\f1e2"
}

.fa-futbol-o:before, .fa-soccer-ball-o:before{
  content: "\f1e3"
}

.fa-tty:before{
  content: "\f1e4"
}

.fa-binoculars:before{
  content: "\f1e5"
}

.fa-plug:before{
  content: "\f1e6"
}

.fa-slideshare:before{
  content: "\f1e7"
}

.fa-twitch:before{
  content: "\f1e8"
}

.fa-yelp:before{
  content: "\f1e9"
}

.fa-newspaper-o:before{
  content: "\f1ea"
}

.fa-wifi:before{
  content: "\f1eb"
}

.fa-calculator:before{
  content: "\f1ec"
}

.fa-paypal:before{
  content: "\f1ed"
}

.fa-google-wallet:before{
  content: "\f1ee"
}

.fa-cc-visa:before{
  content: "\f1f0"
}

.fa-cc-mastercard:before{
  content: "\f1f1"
}

.fa-cc-discover:before{
  content: "\f1f2"
}

.fa-cc-amex:before{
  content: "\f1f3"
}

.fa-cc-paypal:before{
  content: "\f1f4"
}

.fa-cc-stripe:before{
  content: "\f1f5"
}

.fa-bell-slash:before{
  content: "\f1f6"
}

.fa-bell-slash-o:before{
  content: "\f1f7"
}

.fa-trash:before{
  content: "\f1f8"
}

.fa-copyright:before{
  content: "\f1f9"
}

.fa-at:before{
  content: "\f1fa"
}

.fa-eyedropper:before{
  content: "\f1fb"
}

.fa-paint-brush:before{
  content: "\f1fc"
}

.fa-birthday-cake:before{
  content: "\f1fd"
}

.fa-area-chart:before{
  content: "\f1fe"
}

.fa-pie-chart:before{
  content: "\f200"
}

.fa-line-chart:before{
  content: "\f201"
}

.fa-lastfm:before{
  content: "\f202"
}

.fa-lastfm-square:before{
  content: "\f203"
}

.fa-toggle-off:before{
  content: "\f204"
}

.fa-toggle-on:before{
  content: "\f205"
}

.fa-bicycle:before{
  content: "\f206"
}

.fa-bus:before{
  content: "\f207"
}

.fa-ioxhost:before{
  content: "\f208"
}

.fa-angellist:before{
  content: "\f209"
}

.fa-cc:before{
  content: "\f20a"
}

.fa-ils:before, .fa-shekel:before, .fa-sheqel:before{
  content: "\f20b"
}

.fa-meanpath:before{
  content: "\f20c"
}

.fa-buysellads:before{
  content: "\f20d"
}

.fa-connectdevelop:before{
  content: "\f20e"
}

.fa-dashcube:before{
  content: "\f210"
}

.fa-forumbee:before{
  content: "\f211"
}

.fa-leanpub:before{
  content: "\f212"
}

.fa-sellsy:before{
  content: "\f213"
}

.fa-shirtsinbulk:before{
  content: "\f214"
}

.fa-simplybuilt:before{
  content: "\f215"
}

.fa-skyatlas:before{
  content: "\f216"
}

.fa-cart-plus:before{
  content: "\f217"
}

.fa-cart-arrow-down:before{
  content: "\f218"
}

.fa-diamond:before{
  content: "\f219"
}

.fa-ship:before{
  content: "\f21a"
}

.fa-user-secret:before{
  content: "\f21b"
}

.fa-motorcycle:before{
  content: "\f21c"
}

.fa-street-view:before{
  content: "\f21d"
}

.fa-heartbeat:before{
  content: "\f21e"
}

.fa-venus:before{
  content: "\f221"
}

.fa-mars:before{
  content: "\f222"
}

.fa-mercury:before{
  content: "\f223"
}

.fa-intersex:before, .fa-transgender:before{
  content: "\f224"
}

.fa-transgender-alt:before{
  content: "\f225"
}

.fa-venus-double:before{
  content: "\f226"
}

.fa-mars-double:before{
  content: "\f227"
}

.fa-venus-mars:before{
  content: "\f228"
}

.fa-mars-stroke:before{
  content: "\f229"
}

.fa-mars-stroke-v:before{
  content: "\f22a"
}

.fa-mars-stroke-h:before{
  content: "\f22b"
}

.fa-neuter:before{
  content: "\f22c"
}

.fa-genderless:before{
  content: "\f22d"
}

.fa-facebook-official:before{
  content: "\f230"
}

.fa-pinterest-p:before{
  content: "\f231"
}

.fa-whatsapp:before{
  content: "\f232"
}

.fa-server:before{
  content: "\f233"
}

.fa-user-plus:before{
  content: "\f234"
}

.fa-user-times:before{
  content: "\f235"
}

.fa-bed:before, .fa-hotel:before{
  content: "\f236"
}

.fa-viacoin:before{
  content: "\f237"
}

.fa-train:before{
  content: "\f238"
}

.fa-subway:before{
  content: "\f239"
}

.fa-medium:before{
  content: "\f23a"
}

.fa-y-combinator:before, .fa-yc:before{
  content: "\f23b"
}

.fa-optin-monster:before{
  content: "\f23c"
}

.fa-opencart:before{
  content: "\f23d"
}

.fa-expeditedssl:before{
  content: "\f23e"
}

.fa-battery-4:before, .fa-battery-full:before{
  content: "\f240"
}

.fa-battery-3:before, .fa-battery-three-quarters:before{
  content: "\f241"
}

.fa-battery-2:before, .fa-battery-half:before{
  content: "\f242"
}

.fa-battery-1:before, .fa-battery-quarter:before{
  content: "\f243"
}

.fa-battery-0:before, .fa-battery-empty:before{
  content: "\f244"
}

.fa-mouse-pointer:before{
  content: "\f245"
}

.fa-i-cursor:before{
  content: "\f246"
}

.fa-object-group:before{
  content: "\f247"
}

.fa-object-ungroup:before{
  content: "\f248"
}

.fa-sticky-note:before{
  content: "\f249"
}

.fa-sticky-note-o:before{
  content: "\f24a"
}

.fa-cc-jcb:before{
  content: "\f24b"
}

.fa-cc-diners-club:before{
  content: "\f24c"
}

.fa-clone:before{
  content: "\f24d"
}

.fa-balance-scale:before{
  content: "\f24e"
}

.fa-hourglass-o:before{
  content: "\f250"
}

.fa-hourglass-1:before, .fa-hourglass-start:before{
  content: "\f251"
}

.fa-hourglass-2:before, .fa-hourglass-half:before{
  content: "\f252"
}

.fa-hourglass-3:before, .fa-hourglass-end:before{
  content: "\f253"
}

.fa-hourglass:before{
  content: "\f254"
}

.fa-hand-grab-o:before, .fa-hand-rock-o:before{
  content: "\f255"
}

.fa-hand-paper-o:before, .fa-hand-stop-o:before{
  content: "\f256"
}

.fa-hand-scissors-o:before{
  content: "\f257"
}

.fa-hand-lizard-o:before{
  content: "\f258"
}

.fa-hand-spock-o:before{
  content: "\f259"
}

.fa-hand-pointer-o:before{
  content: "\f25a"
}

.fa-hand-peace-o:before{
  content: "\f25b"
}

.fa-trademark:before{
  content: "\f25c"
}

.fa-registered:before{
  content: "\f25d"
}

.fa-creative-commons:before{
  content: "\f25e"
}

.fa-gg:before{
  content: "\f260"
}

.fa-gg-circle:before{
  content: "\f261"
}

.fa-tripadvisor:before{
  content: "\f262"
}

.fa-odnoklassniki:before{
  content: "\f263"
}

.fa-odnoklassniki-square:before{
  content: "\f264"
}

.fa-get-pocket:before{
  content: "\f265"
}

.fa-wikipedia-w:before{
  content: "\f266"
}

.fa-safari:before{
  content: "\f267"
}

.fa-chrome:before{
  content: "\f268"
}

.fa-firefox:before{
  content: "\f269"
}

.fa-opera:before{
  content: "\f26a"
}

.fa-internet-explorer:before{
  content: "\f26b"
}

.fa-television:before, .fa-tv:before{
  content: "\f26c"
}

.fa-contao:before{
  content: "\f26d"
}

.fa-500px:before{
  content: "\f26e"
}

.fa-amazon:before{
  content: "\f270"
}

.fa-calendar-plus-o:before{
  content: "\f271"
}

.fa-calendar-minus-o:before{
  content: "\f272"
}

.fa-calendar-times-o:before{
  content: "\f273"
}

.fa-calendar-check-o:before{
  content: "\f274"
}

.fa-industry:before{
  content: "\f275"
}

.fa-map-pin:before{
  content: "\f276"
}

.fa-map-signs:before{
  content: "\f277"
}

.fa-map-o:before{
  content: "\f278"
}

.fa-map:before{
  content: "\f279"
}

.fa-commenting:before{
  content: "\f27a"
}

.fa-commenting-o:before{
  content: "\f27b"
}

.fa-houzz:before{
  content: "\f27c"
}

.fa-vimeo:before{
  content: "\f27d"
}

.fa-black-tie:before{
  content: "\f27e"
}

.fa-fonticons:before{
  content: "\f280"
}

.fa-reddit-alien:before{
  content: "\f281"
}

.fa-edge:before{
  content: "\f282"
}

.fa-credit-card-alt:before{
  content: "\f283"
}

.fa-codiepie:before{
  content: "\f284"
}

.fa-modx:before{
  content: "\f285"
}

.fa-fort-awesome:before{
  content: "\f286"
}

.fa-usb:before{
  content: "\f287"
}

.fa-product-hunt:before{
  content: "\f288"
}

.fa-mixcloud:before{
  content: "\f289"
}

.fa-scribd:before{
  content: "\f28a"
}

.fa-pause-circle:before{
  content: "\f28b"
}

.fa-pause-circle-o:before{
  content: "\f28c"
}

.fa-stop-circle:before{
  content: "\f28d"
}

.fa-stop-circle-o:before{
  content: "\f28e"
}

.fa-shopping-bag:before{
  content: "\f290"
}

.fa-shopping-basket:before{
  content: "\f291"
}

.fa-hashtag:before{
  content: "\f292"
}

.fa-bluetooth:before{
  content: "\f293"
}

.fa-bluetooth-b:before{
  content: "\f294"
}

.fa-percent:before{
  content: "\f295"
}

@media screen and (min-width: 770px){
  #content_inner{
    background: #fff
  }
}

#repair_service #sec01 p{
  margin-bottom: 40px;
  line-height: 2.14
}

#repair_service #sec01 .sec01_img{
  margin-bottom: 20px
}

#repair_service #sec01 .ank_link{
  text-align: center;
  margin: 35px 0 50px
}

#repair_service #sec01 .ank_link li{
  width: 436px;
  height: 169px;
  background-image: url(https://www.increasehair.com//wp-content/themes/increasehair/common/img/repair/service/ank_box.png);
  display: inline-block;
  text-align: center;
  margin-right: 30px;
  font-size: 20px;
  padding-top: 30px
}

#repair_service #sec01 .ank_link li:last-child{
  margin-right: 0
}

#repair_service #sec01 .ank_link li span{
  color: #262626;
  display: block
}

#repair_service #sec01 .ank_link li span.smtxt{
  font-size: 22px
}

#repair_service #sec01 .ank_link li span.bgtxt{
  font-size: 32px;
  position: relative
}

#repair_service #sec01 .ank_link li span.bgtxt:after{
  content: "";
  background-image: url(https://www.increasehair.com//wp-content/themes/increasehair/common/img/repair/service/arw.png);
  width: 48px;
  height: 25px;
  position: absolute;
  bottom: -30px;
  right: 0;
  left: 0;
  margin: auto;
  z-index: 2
}

@media screen and (max-width: 769px){
  #repair_service #sec01, #repair_service #sec01 .sec01_img img{
    width: 100%
  }

  #repair_service #sec01 .ank_link{
    text-align: center;
    margin: 10px 0 30px
  }

  #repair_service #sec01 .ank_link li{
    background-image: url(https://www.increasehair.com//wp-content/themes/increasehair/common/img/repair/service/ank_box_sp.png);
    width: 280px;
    height: 101px;
    display: block;
    font-size: 21px;
    padding-top: 15px;
    margin: 0 auto 5px;
    background-size: contain
  }

  #repair_service #sec01 .ank_link li span.bgtxt:after{
    width: 40px;
    height: 22px;
    background-size: contain;
    bottom: -25px
  }

  #repair_service #sec01 .ank_link li span.smtxt{
    font-size: 14px
  }

  #repair_service #sec01 .ank_link li span.bgtxt{
    font-size: 21px
  }

  #repair_service #sec01 .ank_link li:last-child{
    margin: 0 auto
  }
}

#repair_service #content_inner .pagetop_txt{
  text-align: right
}

#repair_service #content_inner .pagetop_txt a{
  color: #0050bb !important
}

#repair_service .tb_area_first .tb_box, #repair_service .tb_area_first .tb_box_02{
  border-top: 2px solid #ffd9a0
}

#repair_service .tb_area_first .tb_price{
  margin-top: 24px !important
}

#repair_service #tb_01, #repair_service #tb_02, #repair_service #tb_03{
  margin-bottom: 50px
}

#repair_service .tb_area{
  width: auto;
  padding: 0 35px;
  display: flex
}

@media screen and (max-width: 769px){
  #repair_service .tb_area{
    flex-direction: column
  }
}

#repair_service .tb_box{
  width: 80%;
  border: 2px solid #ffd9a0;
  border-top: 0
}

#repair_service .tb_box .tb_bigtit{
  color: #f60;
  font-weight: 700;
  background-color: #fff2d0;
  padding: 15px 0;
  font-size: 16px;
  vertical-align: middle;
  text-align: center;
  border-right: 0
}

#repair_service .tb_box .tb_tit{
  font-size: 22px;
  font-weight: 700;
  text-align: left;
  border-bottom: 1px dotted grey;
  margin-bottom: 20px !important
}

#repair_service .tb_box .tb_txt{
  text-align: left
}

#repair_service .tb_box .tb_content{
  padding: 15px 30px;
  vertical-align: middle;
  text-align: center;
  border-right: 0
}

#repair_service .tb_content ul.list_imgbox.clearfix{
  margin-bottom: 25px;
  padding: 0 15px
}

#repair_service .tb_content ul.list_imgbox li{
  float: left;
  height: 147px;
  display: inline-block
}

#repair_service .tb_content ul.list_imgbox li p{
  vertical-align: middle;
  text-align: left;
  margin: 0 0 20px
}

#repair_service .tb_content ul.list_imgbox li:nth-child(2){
  text-align: center;
  vertical-align: middle;
  margin: 0 0 20px
}

#repair_service .tb_content ul.list_imgbox li.first{
  position: relative;
  width: 356px
}

#repair_service .tb_content ul.list_imgbox li.first:after{
  content: "";
  background-image: url(https://www.increasehair.com//wp-content/themes/increasehair/common/img/repair/service/arw_r.png);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 58px;
  height: 73px;
  margin-right: 20px
}

#repair_service #sec01 .tb_content .list_imgbox li p{
  margin-bottom: 0
}

#repair_service .tb_box_02{
  width: 20%;
  float: left;
  border: 2px solid #ffd9a0;
  border-left: 0;
  vertical-align: middle;
  position: relative;
  border-top: 0
}

#repair_service .tb_box_02 .tb_bigtit{
  color: #f60;
  font-weight: 700;
  background-color: #fff2d0;
  padding: 15px 0;
  font-size: 16px;
  vertical-align: middle;
  text-align: center
}

#repair_service .tb_box_02 .tb_price{
  vertical-align: middle;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: auto;
  transform: translateY(-50%)
}

#repair_service .tb_box_02 .tb_price span{
  display: block
}

#repair_service .tb_box_02 .tb_price span.red_txt_bg{
  font-size: 21px;
  font-weight: 700;
  color: red
}

@media screen and (max-width: 769px){
  #repair_service .tb_area{
    padding: 0;
    margin-bottom: 30px
  }

  #repair_service .tb_box{
    width: 100%;
    border-top: 2px solid #ffd9a0
  }

  #repair_service .tb_box_02{
    width: 100%
  }

  #repair_service .tb_box .tb_tit, #repair_service .tb_box_02 .tb_tit{
    font-size: 20px
  }

  #repair_service .tb_content ul.list_imgbox.clearfix{
    padding: 0;
    margin-bottom: 10px
  }

  #repair_service .tb_content ul.list_imgbox li{
    width: 100%;
    position: relative;
    display: block;
    margin-bottom: 57px;
    height: auto;
    text-align: center;
    float: none
  }

  #repair_service .tb_content ul.list_imgbox li img{
    width: 100%
  }

  #repair_service .tb_content ul.list_imgbox li.first{
    width: 100%;
    float: none;
    text-align: center
  }

  #repair_service .tb_content ul.list_imgbox li.first img{
    width: 100%;
    margin: 0 auto
  }

  #repair_service #sec01 .flo_imgbox .flo_img, #repair_service #sec01 .flo_imgbox .flo_txt{
    width: 100%;
    float: none
  }

  #repair_service .tb_content ul.list_imgbox li.first:after{
    content: "";
    background-image: url(https://www.increasehair.com//wp-content/themes/increasehair/common/img/repair/service/arw_r.png);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 40px;
    height: 50px;
    background-size: contain;
    transform: rotate(90deg);
    margin: auto auto -53px
  }

  #repair_service .tb_box .tb_content{
    padding: 15px
  }

  #repair_service .tb_content ul.list_imgbox li p{
    text-align: center
  }

  #repair_service .tb_box_02 .tb_price{
    position: inherit;
    top: inherit;
    transform: inherit;
    margin-top: 0 !important;
    padding: 15px;
    border-left: 2px solid #ffd9a0
  }

  #repair_service .tb_area_first .tb_box_02{
    border-top: none;
    border-left: 2px solid #ffd9a0
  }

  #repair_service .tb_area_first .tb_box_02 .tb_price{
    border-left: none
  }
}

#repair_service #sec01 .flo_imgbox{
  text-align: left;
  padding: 0 15px
}

#repair_service #sec01 .flo_imgbox .flo_txt{
  padding-right: 10px;
  float: left;
  display: block;
  white-space: normal;
  width: 420px
}

#repair_service #sec01 .flo_imgbox .flo_img{
  width: 159px;
  float: right;
  display: block
}

@media screen and (max-width: 769px){
  #repair_service #sec01 .flo_imgbox .flo_txt{
    width: 100%;
    margin-bottom: 10px
  }

  #repair_service #sec01 .flo_imgbox{
    padding: 0;
    float: none
  }

  #repair_service #sec01 .flo_imgbox .flo_img{
    float: none;
    width: 100%;
    margin: 0 auto
  }
}

#repair_service .service_und_txt{
  font-size: 26px;
  font-weight: 700;
  color: #262626;
  text-align: center
}

@media screen and (max-width: 769px){
  #repair_service .service_und_txt{
    font-size: 18px;
    margin-bottom: 20px
  }
}

#repair_service .contact_box_01{
  text-align: center;
  margin-bottom: 20px
}

#repair_service .contact_box_01 .btn_grn_01, #repair_service .contact_box_01 .btn_grn_02{
  display: inline-block;
  background-image: url(https://www.increasehair.com//wp-content/themes/increasehair/common/img/repair/service/btn_grn.png);
  width: 400px;
  height: 98px
}

#repair_service .contact_box_01 .btn_grn_01 a, #repair_service .contact_box_01 .btn_grn_02 a{
  width: 400px;
  height: 98px;
  line-height: 1.5;
  vertical-align: middle
}

@media screen and (min-width: 770px){
  #repair_service .contact_box_01 .btn_grn_01 a, #repair_service .contact_box_01 .btn_grn_02 a{
    padding: 16px 0 0
  }
}

@media screen and (max-width: 769px){
  #repair_service .contact_box_01 .btn_grn_01 a, #repair_service .contact_box_01 .btn_grn_02 a{
    padding: 20px 0
  }
}

#repair_service .contact_box_01 .btn_grn_01{
  margin-right: 40px
}

@media screen and (max-width: 769px){
  #repair_service .contact_box_01 .btn_grn_01{
    margin-right: 0
  }

  #repair_service .contact_box_01 .btn_grn_01 a, #repair_service .contact_box_01 .btn_grn_02 a{
    width: 100%;
    height: auto
  }

  #repair_service .contact_box_01 .btn_grn_01{
    margin-bottom: 20px
  }

  #repair_service .contact_box_01 .btn_grn_01, #repair_service .contact_box_01 .btn_grn_02{
    width: 100%;
    height: auto
  }
}

#repair_service .contact_box_02{
  background-image: url(https://www.increasehair.com//wp-content/themes/increasehair/common/img/repair/service/contact_box_base.jpg);
  width: 956px;
  height: 209px;
  padding: 40px;
  margin: 45px 0
}

#repair_service .contact_box_02 .contact_box_02_txt01{
  font-weight: 700;
  font-size: 28px;
  color: red;
  text-align: center;
  margin-bottom: 30px;
  line-height: 1
}

@media screen and (max-width: 769px){
  #repair_service .contact_box_02{
    background-image: url(https://www.increasehair.com//wp-content/themes/increasehair/common/img/repair/top/contact_box_02_base_sp.jpg);
    width: 100%;
    height: auto;
    padding: 30px 0;
    margin: 0 0 30px;
    border: 1px solid #d8d9dd;
    background-size: contain
  }

  #repair_service .contact_box_02 .contact_box_02_txt01 p{
    margin-bottom: 0;
    font-size: 14px;
    line-height: 1.67
  }

  #repair_service .contact_box_02 .contact_box_02_txt01{
    margin-bottom: 15px;
    font-size: 22px
  }

  #repair_service .contact_box_02 .btn_red_area{
    padding: 0 15px
  }
}

@media screen and (max-width: 769px){
  #repair_service .tb_area .accbox label{
    display: block;
    margin: 20px 0;
    padding: 15px 12px;
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    background: #fd9f20;
    cursor: pointer;
    transition: all .5s;
    text-align: center
  }

  #repair_service .tb_area .accbox .acc_titbox{
    position: relative
  }

  #repair_service .tb_area .accbox .acc_titbox:after{
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    color: #fff;
    font-size: 24px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    display: block
  }

  #repair_service .tb_area .accbox label:hover{
    background: #fd9f20
  }

  #repair_service .tb_area .accbox input{
    display: none
  }

  #repair_service .tb_area .accbox .accshow{
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    transition: .8s
  }

  #repair_service .tb_area .cssacc:checked ~ .accshow{
    height: auto;
    padding: 0;
    background: #fff;
    opacity: 1
  }

  #repair_service .tb_area .cssacc:checked ~ .acc_titbox:after{
    transform: translateY(-50%) rotate(180deg)
  }
}

#store_list_img{
  overflow: hidden
}

#store_list_img, #store_list_img img{
  width: 100%;
  height: auto
}

@media screen and (max-width: 769px){
  #store_list_img{
    padding: 10px 10px 0;
    box-sizing: border-box
  }
}

@media screen and (min-width: 770px){
  #store_list{
    background: url(https://www.increasehair.com//wp-content/themes/increasehair/common/img/store/store_map.gif) no-repeat;
    padding: 400px 0 0 140px;
    /* width: 640px; */
    /* height: 103px; */
    margin: 0 auto;
    margin-bottom: 50px;
    width: 800px;
  }
}

@media screen and (max-width: 769px){
  #store_list{
    padding: 10px;
    box-sizing: border-box;
    margin-bottom: 20px
  }
}

#store_list h3{
  width: 100%;
  background-color: #a8eef0;
  border-radius: 5px;
  display: block;
  line-height: 2;
  font-size: 20px;
  text-align: center
}

@media screen and (max-width: 769px){
  #store_list h3{
    margin-bottom: 10px
  }
}

#store_list ul{
  display: block;
  float: left
}

@media screen and (min-width: 770px){
  #store_list ul{
    width: 475px;
    margin-left: 10px
  }
}

#store_list ul li{
  float: left
}

@media screen and (min-width: 770px){
  #store_list ul li{
    width: calc(25% - 7.5px)
  }

  #store_list ul li:not(:nth-child(4n+1)){
    margin-left: 10px
  }

  #store_list ul li:nth-child(n+5){
    margin-top: 10px
  }
}

@media screen and (max-width: 769px){
  #store_list ul li{
    line-height: 0;
    width: calc(33.33333% - 6.66667px)
  }

  #store_list ul li:not(:nth-child(3n+1)){
    margin-left: 10px
  }

  #store_list ul li:nth-child(n+4){
    margin-top: 10px
  }
}

#store_list ul li img{
  width: 100%;
  height: auto
}

.store_ttl, .store_ttl2{
  margin: 0 auto;
  background-size: contain;
  padding: 3px 10px;
  border: 3px solid hsla(0, 0%, 100%, .36);
  box-sizing: border-box
}

@media screen and (min-width: 770px){
  .store_ttl, .store_ttl2{
    background-image: url(https://www.increasehair.com//wp-content/themes/increasehair/common/img/store/storettl_bg.jpg);
    /* width: 754px */
  }
}

@media screen and (max-width: 769px){
  .store_ttl, .store_ttl2{
    border: none;
    padding: 0;
    width: auto;
    margin: 0
  }
}

@media screen and (max-width: 769px){
  .store_ttl2 .store_name, .store_ttl .store_name{
    background-image: url(https://www.increasehair.com//wp-content/themes/increasehair/common/img/store/storettl_bg.jpg);
    background-size: contain;
    border: 3px solid hsla(0, 0%, 100%, .36);
    box-sizing: border-box;
    width: calc(100% - 20px);
    margin: 0 auto
  }
}

@media screen and (max-width: 769px){
  .store_ttl2 .store_name h2, .store_ttl .store_name h2{
    padding: 0 !important;
    text-align: center;
    text-shadow: 1px 1px 2px #333;
    font-weight: 700;
    line-height: 40px !important;
    display: block
  }
}

@media screen and (min-width: 770px){
  .store_ttl2{
    background-image: url(https://www.increasehair.com//wp-content/themes/increasehair/common/img/store/storettl_bg2.jpg)
  }
}

@media screen and (max-width: 769px){
  .store_ttl2 .store_name{
    background-image: url(https://www.increasehair.com//wp-content/themes/increasehair/common/img/store/storettl_bg2.jpg);
    background-size: contain
  }
}

@media screen and (max-width: 769px){
  .store_ttl2 .store_name h2{
    font-size: 17px !important
  }
}

@media screen and (min-width: 770px){
  .store_name h1, .store_name h2{
    font-size: 22px;
    color: #fff;
    text-shadow: 1px 1px 2px #333;
    font-weight: 700;
    float: left;
    text-align: left;
    position: relative;
    top: -2px
  }
}

@media screen and (min-width: 770px){
  .store_tel{
    float: right;
    font-size: 20px;
    text-shadow: 1px 1px 2px #333
  }
}

@media screen and (max-width: 769px){
  .store_tel{
    text-align: center;
    font-size: 40px;
    font-weight: 700;
    margin: 15px 0 5px;
    text-decoration: none
  }
}

@media screen and (min-width: 770px){
  .store_tel a{
    color: #fff
  }
}

@media screen and (max-width: 769px){
  .store_tel a{
    color: #f30
  }
}

.store_tel a:link, .store_tel a:visited{
  text-decoration: none
}

@media screen and (min-width: 770px){
  .store_tel a:link, .store_tel a:visited{
    color: #fff
  }
}

@media screen and (max-width: 769px){
  .store_tel a:link, .store_tel a:visited{
    color: #f30
  }
}

.storebox{
  margin: 10px auto;
  background-image: url(https://www.increasehair.com//wp-content/themes/increasehair/common/img/store/storebg2.jpg);
  background-position: bottom;
  background-repeat: repeat-x;
  border: 2px solid #cae0e0;
  line-height: 120%
}

@media screen and (min-width: 770px){
  .storebox{
    /* width: 670px; */
    padding: 15px
  }
}

@media screen and (max-width: 769px){
  .storebox{
    width: calc(100% - 20px);
    padding: 10px;
    box-sizing: border-box
  }
}

.store_left, .store_left2{
  text-align: left
}

@media screen and (min-width: 770px){
  .store_left, .store_left2{
    float: left
  }
}

.store_left2 table, .store_left table{
  font-size: 14px;
  color: #333;
  margin-bottom: 20px;
  width: 100%
}

.store_left2 table caption, .store_left table caption{
  text-align: left
}

.store_left2 table td, .store_left table td{
  border-bottom: 1px dotted #999;
  font-size: 14px;
  padding: 8px 1px;
  text-align: left
}

@media screen and (max-width: 769px){
  .store_left2 .btn3 a, .store_left .btn3 a{
    width: 100%
  }
}

.store_left2 h3, .store_left h3{
  color: #fff;
  font-size: 14px;
  background: #005cd1;
  padding: 5px;
  margin-bottom: 0 !important
}

@media screen and (min-width: 770px){
  .store_left2 h3, .store_left h3{
    /* width: 380px */
  }
}

.store_left2 ul li, .store_left ul li{
  font-size: 12px;
  background: #fff;
  border-left: 1px solid #005cd1;
  border-right: 1px solid #005cd1;
  border-bottom: 1px solid #005cd1;
  padding: 5px
}

@media screen and (min-width: 770px){
  .store_left2 ul li, .store_left ul li{
    /* width: 378px */
  }
}

@media screen and (min-width: 770px){
  .store_left{
    width: 630px
  }
  .store_left table caption{
    margin-bottom: 1em;
  }
}

@media screen and (min-width: 770px){
  .store_left2{
    width: 45%
  }
}

.course{
  color: #06f;
  width: 100px
}


@media screen and (min-width: 770px){
  .store_right{
    width: 50%;
    float: right
  }
}

@media screen and (max-width: 769px){
  .store_right{
    margin-top: 20px
  }
}



.store_right img{
  width: 100%;
  height: auto
}

#store h2{
  margin: 0;
  background-color: unset;
  color: #fff
}

@media screen and (max-width: 769px){
  #store .storebox{
    display: flex;
    flex-direction: column
  }
}

@media screen and (max-width: 769px){
  #store .storebox .store_right{
    order: 1;
    margin-top: 0
  }
}

@media screen and (max-width: 769px){
  #store .storebox .store_left{
    order: 2;
    margin-top: 20px
  }
}

@media screen and (min-width: 770px){
  #store.serch .store_ttl, #store.serch .store_ttl2{
    /* width: 704px */
  }
}

.store_mainImag{
  width: 100%
}

.store_mainImag img{
  width: 100%;
  height: auto
}

@media screen and (max-width: 769px){
  .store_mainImag img{
    padding: 10px 10px 0;
    box-sizing: border-box
  }
}

.store_comment{
  background:url(../img/pages/store/message.png) no-repeat 0% 50%;
  padding: 50px 0;
  padding-left: 150px;
}
.store_comment_text{
  border: 3px solid #f90;
  border-radius: 10px;
  padding: 20px;
}
.store_comment_text p:not(:last-child){
  margin-bottom: 1em;
}

@media screen and (max-width: 769px) {
  .store_comment {
    margin-top: 30px;
    background-position: top center;
    padding: 180px 0 20px;
    padding-left: 0;
  }

}




#store_comment_ec, #store_comment_hakata, #store_comment_nagoya, #store_comment_osaka, #store_comment_sapporo, #store_comment_shinyoko, #store_comment_tokyo1, #store_comment_tokyo2, #store_comment_chiba{
  line-height: 1.2;
  background-size: cover !important
}

@media screen and (min-width: 770px){
  #store_comment_ec, #store_comment_hakata, #store_comment_nagoya, #store_comment_osaka, #store_comment_sapporo, #store_comment_shinyoko, #store_comment_tokyo1, #store_comment_tokyo2, #store_comment_chiba{
    width: 100%;
    padding-top: 30px;
    box-sizing: border-box
  }
}

@media screen and (max-width: 769px){
  #store_comment_ec, #store_comment_hakata, #store_comment_nagoya, #store_comment_osaka, #store_comment_sapporo, #store_comment_shinyoko, #store_comment_tokyo1, #store_comment_tokyo2, #store_comment_chiba{
    height: calc((100vw - 20px) * 0.48)
  }
}

@media screen and (max-width: 769px){
  #store_comment_ec .store_comment_text, #store_comment_hakata .store_comment_text, #store_comment_nagoya .store_comment_text, #store_comment_osaka .store_comment_text, #store_comment_sapporo .store_comment_text, #store_comment_shinyoko .store_comment_text, #store_comment_tokyo1 .store_comment_text, #store_comment_tokyo2 .store_comment_text, #store_comment_chiba .store_comment_text{
    width: 52%;
    margin-left: 40%;
    padding-top: calc(10vw - 2px)
  }
}

#store_comment_ec .store_comment_text p, #store_comment_hakata .store_comment_text p, #store_comment_nagoya .store_comment_text p, #store_comment_osaka .store_comment_text p, #store_comment_sapporo .store_comment_text p, #store_comment_shinyoko .store_comment_text p, #store_comment_tokyo1 .store_comment_text p, #store_comment_tokyo2 .store_comment_text p, #store_comment_chiba .store_comment_text p{
  padding: 0 40px 0 170px;
  font-size: 14px
}

@media screen and (min-width: 770px){
  #store_comment_ec .store_comment_text p:not(:first-child), #store_comment_hakata .store_comment_text p:not(:first-child), #store_comment_nagoya .store_comment_text p:not(:first-child), #store_comment_osaka .store_comment_text p:not(:first-child), #store_comment_sapporo .store_comment_text p:not(:first-child), #store_comment_shinyoko .store_comment_text p:not(:first-child), #store_comment_tokyo1 .store_comment_text p:not(:first-child), #store_comment_tokyo2 .store_comment_text p:not(:first-child), #store_comment_chiba .store_comment_text p:not(:first-child){
    margin-top: 1em
  }
}

@media screen and (max-width: 769px){
  #store_comment_ec .store_comment_text p, #store_comment_hakata .store_comment_text p, #store_comment_nagoya .store_comment_text p, #store_comment_osaka .store_comment_text p, #store_comment_sapporo .store_comment_text p, #store_comment_shinyoko .store_comment_text p, #store_comment_tokyo1 .store_comment_text p, #store_comment_tokyo2 .store_comment_text p, #store_comment_chiba .store_comment_text p{
    padding: 0;
    font-size: calc(3.6vw - .72px)
  }

  #store_comment_ec .store_comment_text p:not(:first-child), #store_comment_hakata .store_comment_text p:not(:first-child), #store_comment_nagoya .store_comment_text p:not(:first-child), #store_comment_osaka .store_comment_text p:not(:first-child), #store_comment_sapporo .store_comment_text p:not(:first-child), #store_comment_shinyoko .store_comment_text p:not(:first-child), #store_comment_tokyo1 .store_comment_text p:not(:first-child), #store_comment_tokyo2 .store_comment_text p:not(:first-child), #store_comment_chiba .store_comment_text p:not(:first-child){
    margin-top: 1em
  }
}



.store_ttl2_760{
  margin: 0 auto;
  background: url(https://www.increasehair.com//wp-content/themes/increasehair/common/img/store/storebg2_760.gif) no-repeat;
  padding: 6px 10px 0 20px
}

.storebox760{
  margin: 20px auto;
  background-image: url(https://www.increasehair.com//wp-content/themes/increasehair/common/img/store/storebg2.jpg);
  padding: 15px;
  background-position: bottom;
  background-repeat: repeat-x;
  border: 2px solid #cae0e0;
  line-height: 120%
}

@media screen and (max-width: 769px){
  .storebox760{
    width: calc(100% - 20px);
    padding: 10px;
    box-sizing: border-box
  }
}

#map{
  margin: 10px auto;
  padding: 5px;
  background-repeat: repeat-x;
  border: 2px solid #cae0e0;
  line-height: 120%;
  box-sizing: border-box
}

@media screen and (min-width: 770px){
  #map{
    /* width: 754px */
  }
}

@media screen and (max-width: 769px){
  #map{
    margin: 10px;
    box-sizing: border-box
  }
}

#map iframe{
  width: 100%;
}
#map p{
  text-align: center;
  display: block;
  margin: 1em 0;
}

@media screen and (max-width: 769px){
  #map iframe{
    height: 75vw
  }
}

#access{
  border: 2px solid #f60;
  line-height: 120%
}

@media screen and (max-width: 769px){
  #access > p span{
    display: block
  }
}

@media screen and (min-width: 770px){
  #access > p span:nth-child(2){
    margin-left: 1em
  }
}

@media screen and (min-width: 770px){
  #access{
    width: 710px;
    margin: 10px auto;
    padding: 20px
  }
}

@media screen and (max-width: 769px){
  #access{
    width: calc(100% - 20px);
    margin: 10px;
    box-sizing: border-box;
    padding: 10px
  }
}

#access ul{
  display: flex;
  flex-wrap: wrap
}

@media screen and (min-width: 770px){
  #access ul li{
    width: 150px;
    height: auto;
    margin-left: 36px
  }

  #access ul li:nth-child(4n+1){
    margin-left: 0
  }

  #access ul li:nth-child(n+5){
    margin-top: 20px
  }
}

@media screen and (max-width: 769px){
  #access ul li{
    width: calc(50% - 5px)
  }

  #access ul li:nth-child(2n){
    margin-left: 10px
  }

  #access ul li:nth-child(n+3){
    margin-top: 10px
  }
}

#access ul li img{
  width: 100%;
  height: auto
}

#access ul li p{
  font-size: 12px;
  margin-top: 10px
}

@media screen and (max-width: 769px){
  #cboxTitle{
    display: none !important
  }
}

#tec_picup1{
  border: 1px solid #ffc272;
  background: #ffe;
  padding: 20px;
  margin-bottom: 30px
}

#tec_picup1 h3{
  color: #f62700;
  font-weight: 700
}

@media screen and (max-width: 769px){
  #tec_picup1 h3{
    margin-top: 10px
  }
}

#tec_picup1 h3 img{
  width: 140px
}

@media screen and (min-width: 770px){
  .tec_picup1_item{
    display: flex
  }
}

.tec_picup1_item img{
  align-self: flex-start
}

@media screen and (max-width: 769px){
  .tec_picup1_item img{
    width: 80%;
    height: auto;
    margin: 0 10%
  }
}

#tec_picup2{
  border: 5px solid #48a4ff;
  padding: 20px;
  margin-bottom: 30px
}

#tec_picup2 h2{
  color: #42a2ff;
  margin-bottom: 20px;
  font-size: 24px
}

@media screen and (min-width: 770px){
  .tec_picup2_wrap{
    display: flex
  }
}

#tec_picup2_1, #tec_picup2_2{
  width: 50%
}

@media screen and (max-width: 769px){
  #tec_picup2_1, #tec_picup2_2{
    width: 100%
  }
}

#tec_picup2_1 img, #tec_picup2_2 img{
  width: 100%;
  height: auto
}

@media screen and (min-width: 770px){
  #tec_picup2_2{
    margin-left: 50px
  }
}

@media screen and (max-width: 769px){
  #tec_picup2_2{
    margin-top: 30px
  }
}

#tec table{
  width: 100%;
  background-color: #fff
}

#tec th{
  font-size: 24px;
  width: 220px;
  text-align: center;
}
#tec th, td{
  vertical-align: middle;
  padding: 18px ;
}

@media screen and (max-width: 769px){
  #tec table{
    border-spacing: 0 5px
  }

  #tec td, #tec th{
    display: block;
    width: 100%;
    box-sizing: border-box
  }

  #tec th{
    border-bottom: 5px solid #fff
  }

  #tec td p{
    float: left;
    margin-left: 10px
  }
}

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

@media screen and (min-width: 770px){
  .sp{
    display: none !important
  }
}

@media screen and (max-width: 769px){
  #voice h1{
    width: 100%;
    padding: 0
  }
}

@media screen and (max-width: 769px){
  #voice h1 img{
    width: 100%;
    height: auto;
    margin-bottom: 0
  }
}

#voice .voice_contents .voice_box {
    border: 3px solid #fa5a32;     
    background: linear-gradient(to bottom, #fffbcc 0%, #fffff0 100%);
    padding: 24px;    
    box-sizing: border-box;    
    width: 100%;
    border-radius: 5px;
}
@media screen and (min-width: 770px){
  #voice .voice_contents .voice_box{
    padding: 20px;
    width: 100%;
    height: auto !important;
    margin: 0 auto 20px;
    display: flex;
    gap: 30px;
    align-items: center;
  }
}

@media screen and (max-width: 769px){
  #voice .voice_contents .voice_box{
    width: 100%;
    padding: 10px;
    background: #ffc;
    margin: 10px auto 0;
    border: 4px solid #f90;
    border-radius: 4px;
    background-image: none;
    box-sizing: border-box
  }

  #voice .voice_contents .voice_box:first-child{
    margin-top: 0
  }
}

@media screen and (max-width: 769px){
  #voice .voice_contents .voice_box img{
    width: 46px;
    margin-right: 10px
  }
}

#voice .voice_contents .voice_box p{
  float: right
}

@media screen and (min-width: 770px){
  #voice .voice_contents .voice_box p{
    font-size: 20px
  }
}

@media screen and (max-width: 769px){
  #voice .voice_contents .voice_box p{
    width: calc(100% - 60px);
    padding: 0;
    font-size: 16px;
    line-height: 1.6
  }
}

#mainimg{
  height: 412px;
  background-size: contain
}

@media screen and (max-width: 769px){
  #mainimg{
    height: auto;
    overflow: hidden
  }
}

.slider_wrapper{
  height: 100%;
  margin: 0 auto
}

@media screen and (min-width: 770px){
  .slider_wrapper{
    width: 1010px;
    display: flex
  }
}

@media screen and (max-width: 769px){
  .slider_wrapper{
    padding: 10px
  }
}

.slider_main{
  height: 374px;
  border: 6px solid #fff;
  margin: auto
}

@media screen and (min-width: 770px){
  .slider_main{
    width: 746px
  }
}

@media screen and (max-width: 769px){
  .slider_main{
    height: 50vw
  }
}

.slider_main_slide{
  width: 100%;
  height: 100%;
  position: relative
}

.slider_main_slide-thumb{
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  transition: opacity 1s;
  transition-delay: .3s
}

@media screen and (max-width: 769px){
  .slider_main_slide iframe{
    width: 100%;
    height: calc(50vw - 12px)
  }
}

.slider_side{
  box-sizing: border-box
}

@media screen and (min-width: 770px){
  .slider_side{
    height: calc(100% - 80px);
    margin: 40px 0 40px 14px;
    padding-left: 8px;
    flex: 1
  }
}

@media screen and (max-width: 769px){
  .slider_side{
    margin-top: 10px
  }
}

.slider_side_slide{
  cursor: pointer;
  text-decoration: underline
}

@media screen and (min-width: 770px){
  .slider_side_slide{
    margin-bottom: 8px
  }
}

@media screen and (max-width: 769px){
  .slider_side_slide{
    padding: 0 5px;
    box-sizing: border-box
  }
}

.slider_side_slide_wrapper{
  background-color: #fff;
  padding: 2px
}

.slider_side_slide img{
  width: 100%;
  height: auto
}

.slider_side_slide p{
  display: block;
  position: relative;
  padding: 2px 4px;
  text-align: center;
  font: 700 12px Arial, Helvetica, sans-serif;
  color: #333
}

.slider_side .slick-next, .slider_side .slick-prev{
  width: 22px;
  height: 16px;
  left: 50%;
  transform: translateX(-50%);
  background-size: cover;
  z-index: 2
}

@media screen and (max-width: 769px){
  .slider_side .slick-next, .slider_side .slick-prev{
    top: 50%;
    transform: translateY(-50%)
  }
}

.slider_side .slick-next:before, .slider_side .slick-prev:before{
  content: none
}

.slider_side .slick-prev{
  background-image: url(https://www.increasehair.com//wp-content/themes/increasehair/common/img/top/maining_slider/side_arrow_up.png)
}

@media screen and (min-width: 770px){
  .slider_side .slick-prev{
    top: -30px
  }
}

@media screen and (max-width: 769px){
  .slider_side .slick-prev{
    top: 50%;
    left: 30px;
    transform: translateY(-50%) rotate(-90deg)
  }
}

.slider_side .slick-next{
  background-image: url(https://www.increasehair.com//wp-content/themes/increasehair/common/img/top/maining_slider/side_arrow_down.png)
}

@media screen and (min-width: 770px){
  .slider_side .slick-next{
    top: auto;
    bottom: -30px
  }
}

@media screen and (max-width: 769px){
  .slider_side .slick-next{
    top: 50%;
    left: unset;
    right: 30px;
    transform: translateY(-50%) rotate(-90deg)
  }
}

.slider_side .slick-disabled{
  opacity: .3;
  pointer-events: none
}

.slideMenu{
  width: 100%;
  height: calc(100% - 60px);
  position: fixed;
  top: 60px;
  right: -100%;
  z-index: 999;
  background-color: #fff;
  transition: right .3s
}

@media screen and (min-width: 770px){
  .slideMenu{
    display: none
  }
}

.slideMenu_close{
  padding: 5px;
  box-sizing: border-box;
  text-align: right;
  font-size: 20px;
  height: 40px
}

.slideMenu_close figure{
  width: 50px;
  height: 50px;
  position: relative
}

.slideMenu_close figure:after, .slideMenu_close figure:before{
  content: "";
  background-color: #0667f6;
  width: 50px;
  height: 5px;
  position: absolute;
  top: 50%;
  left: 50%
}

.slideMenu_close figure:before{
  transform: translate(-50%, -50%) rotate(45deg)
}

.slideMenu_close figure:after{
  transform: translate(-50%, -50%) rotate(-45deg)
}

.slideMenu.open{
  right: 0
}

.slideMenu nav{
  font-size: 16px;
  height: calc(100% - 40px);
  overflow: scroll
}

.slideMenu nav .slideMenu_item{
  display: block;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
  padding: .5em 1em;
  box-sizing: border-box;
  border-bottom: 1px solid #7fc6f2;
  background: linear-gradient(180deg, #00a4dc 0, #0667f6)
}

.slideMenu nav .slideMenu_item[data-tgtAcd]{
  position: relative
}

.slideMenu nav .slideMenu_item[data-tgtAcd]:after{
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  width: 14px;
  height: 20px;
  background-size: contain;
  background-image: url(https://www.increasehair.com//wp-content/themes/increasehair/common/img/arrow_white.png);
  transform: translateY(-50%) rotate(90deg)
}

.slideMenu nav .slideMenu_item.open[data-tgtAcd]:after{
  transform: translateY(-50%) rotate(-90deg)
}

.slideMenu nav .slideMenu_item_acd{
  height: 0;
  overflow: hidden;
  transition: .3s;
  background-color: #dcffff
}

.slideMenu nav .slideMenu_item_acd li a{
  display: block;
  padding: .5em 1em
}

.slideMenu nav .slideMenu_item_acd li:not(:first-child) a{
  border-top: 1px dotted #ccc
}

#top_contents{
  /* width: 800px */
}

@media screen and (min-width: 770px){
  #top_contents{
    /* float: left; */
    margin: 0 0 0 5px
  }
}

@media screen and (max-width: 769px){
  #top_contents{
    width: 100%;
    box-sizing: border-box
  }
}

#top_contents h2{
  margin-bottom: 20px
}

@media screen and (max-width: 769px){
  #top_contents h2{
    width: calc(100% - 20px);
    margin: 0 10px 20px
  }
}

#top_contents table{
  width: 100%;
  margin-bottom: 20px;
  border-collapse: collapse
}

@media screen and (max-width: 769px){
  #top_contents table{
    width: calc(100% - 20px);
    margin: 0 auto
  }
}

@media screen and (max-width: 769px){
  #top_contents table tr{
    margin: -1px 0;
    display: block
  }
}

#top_contents table td{
  padding: 15px;
  font-size: 14px;
  border: 1px solid #ccc
}

@media screen and (max-width: 769px){
  #top_contents table td{
    display: block;
    margin: -1px 0;
    line-height: 1.5
  }
  
}

@media screen and (max-width: 769px){
  #top_contents table td .center{
    margin-top: 6px
  }
}

#top_contents table td h3{
  color: #0080f2
}



.power_content p::after{
  content: "";
  display: block;
  clear: both;
}

/* FAQアコーディオン */
#faq .tenkai dt {
  margin-bottom: 5px;
}
#faq .tenkai dt a {
  position: relative;
  display: block;
  padding: 15px 40px 15px 15px;
  border-radius: 4px;
  color: #333;
  font-weight: bold;
  display: flex;
}
#faq .tenkai dt a::after {
  content: "▼";
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  transition: transform 0.3s;
}
#faq .tenkai dt.is-open a::after {
  transform: translateY(-50%) rotate(180deg);
}
#faq .tenkai dd {
  padding: 15px 15px 25px;
  background-color: #fff;
}
#faq .tenkai dd .a_img {
  float: left;
}
#faq .tenkai dd .a_txt {
  overflow: hidden;
}
}

.gokuusu_cm{
  max-width: 800px;
  margin: 2em auto;
}

#gokuusu #cm{
  height: auto !important;
}
#gokuusu #cm iframe {
  width: 100% !important;
  max-width: 760px !important;
  height: auto !important;
  aspect-ratio: 16 / 9;
  border: none; /* デフォルトの枠線を消す場合 */
}

.store_news{
  padding: 20px 0;
}
.store_news ul li{
  margin-bottom: 1em;
}
.store_news ul li a{
  text-decoration: underline;
}
.store_news ul li span{
  margin-right: 1em;
}

#gallery{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  margin: 20px 0;
}
#gallery img{
  width: 100%;
}

/* Gallery Modal */
.modal-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.85);
  z-index: 9999;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.modal-overlay.is-active {
  display: flex;
}
.modal-content {
  max-width: 90%;
  max-height: 90%;
  position: relative;
}
.modal-content img {
  max-width: 100%;
  max-height: 90vh;
  height: auto;
  border: 4px solid #fff;
  border-radius: 4px;
}


/* Button Style */
.btn {
  margin: 20px 0;
}
.btn a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #006bfc;
  color: #fff !important;
  padding: 10px 25px;
  border-radius: 10px;
  text-decoration: none !important;
  transition: opacity 0.3s;
  letter-spacing: 0.05em;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.btn a:hover {
  opacity: 0.8;
  text-decoration: none !important;
}
.btn a::after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: rotate(45deg);
  margin-left: 25px;
  margin-top: -2px;
}

.text-right {
  text-align: right;
}

.wpcf7 .screen-reader-response {
	position: absolute;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	width: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
	word-wrap: normal !important;
}

.wpcf7 form .wpcf7-response-output {
	margin: 2em 0.5em 1em;
	padding: 0.2em 1em;
	border: 2px solid #00a0d2; /* Blue */
}

.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
	display: none;
}

.wpcf7 form.sent .wpcf7-response-output {
	border-color: #46b450; /* Green */
}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
	border-color: #dc3232; /* Red */
}

.wpcf7 form.spam .wpcf7-response-output {
	border-color: #f56e28; /* Orange */
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
	border-color: #ffb900; /* Yellow */
}

.wpcf7-form-control-wrap {
	position: relative;
}

.wpcf7-not-valid-tip {
	color: #dc3232; /* Red */
	font-size: 1em;
	font-weight: normal;
	display: block;
}

.use-floating-validation-tip .wpcf7-not-valid-tip {
	position: relative;
	top: -2ex;
	left: 1em;
	z-index: 100;
	border: 1px solid #dc3232;
	background: #fff;
	padding: .2em .8em;
	width: 24em;
}

.wpcf7-list-item {
	display: inline-block;
	margin: 0 0 0 1em;
}

.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
	content: " ";
}

.wpcf7-spinner {
	visibility: hidden;
	display: inline-block;
	background-color: #23282d; /* Dark Gray 800 */
	opacity: 0.75;
	width: 24px;
	height: 24px;
	border: none;
	border-radius: 100%;
	padding: 0;
	margin: 0 24px;
	position: relative;
}

form.submitting .wpcf7-spinner {
	visibility: visible;
}

.wpcf7-spinner::before {
	content: '';
	position: absolute;
	background-color: #fbfbfc; /* Light Gray 100 */
	top: 4px;
	left: 4px;
	width: 6px;
	height: 6px;
	border: none;
	border-radius: 100%;
	transform-origin: 8px 8px;
	animation-name: spin;
	animation-duration: 1000ms;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
}

@media (prefers-reduced-motion: reduce) {
	.wpcf7-spinner::before {
		animation-name: blink;
		animation-duration: 2000ms;
	}
}

@keyframes spin {
	from {
		transform: rotate(0deg);
	}

	to {
		transform: rotate(360deg);
	}
}

@keyframes blink {
	from {
		opacity: 0;
	}

	50% {
		opacity: 1;
	}

	to {
		opacity: 0;
	}
}

.wpcf7 input[type="file"] {
	cursor: pointer;
}

.wpcf7 input[type="file"]:disabled {
	cursor: default;
}

.wpcf7 .wpcf7-submit:disabled {
	cursor: not-allowed;
}

.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
	direction: ltr;
}

.wpcf7-reflection > output {
	display: list-item;
	list-style: none;
}

.wpcf7-reflection > output[hidden] {
	display: none;
}

/* Form Submit Area */
.form_btns_submit {
  margin-top: 40px;
  display: flex !important;
  justify-content:center;
  align-items: center;
  padding: 10px;
}

.form_btns_submit input[type="submit"] {
  background: #006699;
  color: #fff;
  border: none;
  padding: 18px 80px;
  font-size: 1.5rem;
  font-weight: bold;
  border-radius: 10px;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  appearance: none;
  -webkit-appearance: none;
}

.form_btns_submit input[type="submit"]:hover {
  filter: brightness(1.1);
}

.form_btns_submit input[type="submit"]:active {
  transform: translateY(-1px);
}

.form_btns_submit input[type="reset"] {
  background: #ccc;
  color: #333;
  padding: 18px 80px;
  font-size: 1.5rem;
  border-radius: 10px;
  cursor: pointer;
  transition: all 0.2s ease;
}

.form_btns_submit input[type="reset"]:hover {
  filter: brightness(1.1);

}

@media screen and (max-width: 768px) {
  .form_btns_submit {
    flex-direction: column;
    gap: 15px;
  }
  .form_btns_submit input[type="submit"] {
    width: 100%;
    max-width: 320px;
    padding: 15px 30px;
    font-size: 1.1rem;
  }
  .form_btns_submit input[type="reset"] {
    width: auto;
    padding: 8px 25px;
  }
}

/* BO-BO Landing Page */
.bobo-lp {
  max-width: 1000px;
  margin: 0 auto;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
  color: #333;
  line-height: 1.6;
}

.bobo-lp section {
  margin-bottom: 80px;
  overflow: hidden;
}

.bobo-lp img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

.bobo-lp .section-title {
  background: #e5fbef;
  padding: 40px 20px;
  border-radius: 20px;
  text-align: center;
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .bobo-lp .section-title {
  margin-bottom: 20px;
    padding: 20px;

}
}

.bobo-lp .section-title h2 {
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 15px;
  border: none !important;
  background: none !important;
  padding: 0 !important;
  color: #333 !important;
}

.bobo-lp .section-title p {
  font-size: 20px;
  font-weight: 500;
  margin: 0;
}

.bobo-lp .blue-text {
  color: #408cfe;
}

.bobo-lp .flex-container {
  display: flex;
  gap: 30px;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 30px;
}

.bobo-lp .flex-container > * {
  flex: 1;
  min-width: 300px;
}

.bobo-lp .text-center {
  text-align: center;
}

.bobo-lp .intro-text {
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  margin: 40px 0;
  color: #262626;
}

.bobo-lp .variation-box {
  text-align: center;
  margin-top: 20px;
}

.bobo-lp .variation-box p {
  font-weight: bold;
  margin-top: 10px;
}
.pcbr{
  display: block;
}
@media screen and (max-width: 1100px) {
  .bobo-lp .variation-box img{
    width: 50% !important;
    margin: 0 auto;
  }
  .durability-d1 img, .durability-d2{
    width: 50% !important;
    margin: 0 auto;
  }
  .pcbr{
    display: none;
  }
}

.bobo-lp .feature-desc {
  margin-top: 20px;
}

.bobo-lp .repay-box {
  background: #e5fbef;
  border-radius: 20px;
  padding: 50px 30px;
  text-align: center;
}

.bobo-lp .repay-box h2 {
  font-size: 48px;
  color: #408cfe;
  margin-bottom: 20px;
  font-weight: bold;
}

.bobo-lp .repay-box p {
  font-size: 20px;
}

.bobo-lp .repay-box .note {
  font-size: 16px;
  margin-top: 10px;
}

@media screen and (max-width: 768px) {
  .bobo-lp .section-title h2 {
    font-size: 28px;
  }
  .bobo-lp .section-title p {
    font-size: 16px;
  }
  .bobo-lp .intro-text {
    font-size: 20px;
  }
  .bobo-lp .repay-box h2 {
    font-size: 28px;
  }
  .bobo-lp .repay-box p {
    font-size: 18px;
  }
}

.bobo-lp .intro-box {
  background: #e6f9ef;
  border-radius: 20px;
  padding: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bobo-lp .intro-box img {
  width: 100%;
}

.bobo-lp .lp-feature-durability .durability-box {
  margin-top: 30px;
  padding: 20px;
  margin: 0 auto;
}
.nanoskin-box{
  padding: 20px;
}

.bobo-lp .durability-lead {
  font-weight: bold;
  margin-bottom: 30px;
}

.bobo-lp .durability-images {
  display: flex;
  gap: 30px;
  justify-content: space-between;
  margin-bottom: 30px;
  align-items: flex-start;
}

.bobo-lp .durability-d1, .bobo-lp .durability-d2 {
  flex: 1;
}

.bobo-lp .durability-d1 img,
.bobo-lp .durability-d2 img {
  width: 100%;
  border-radius: 20px;
  margin-bottom: 20px;
}

.bobo-lp .feature-bot-text {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.6;
}

.bobo-lp .durability-note {
  font-size: 16px;
  color: #333;
}

@media screen and (max-width: 768px) {
  .bobo-lp .durability-images {
    flex-direction: column;
  }
}

/* Intro Feature */
.bobo-lp .img-full {
  width: 100%;
}

/* Nano Skin Feature */
.bobo-lp .lp-feature-nanoskin .section-title {
  margin-bottom: 30px;
}
.bobo-lp .nanoskin-box {
  text-align: center;
}
.bobo-lp .nanoskin-flex {
  align-items: center;
  max-width: 900px;
  margin: 0 auto;
  gap: 40px;
  text-align: left;
}
.bobo-lp .nanoskin-flex .text-side {
  flex: 1.8;
  margin-top: 0;
}
.bobo-lp .nanoskin-text {
  font-size: 18px;
  line-height: 2;
  font-weight: bold;
  color: #333;
  margin: 0;
}
.bobo-lp .nanoskin-img-side {
  flex: 1;
  min-width: 250px;
  text-align: center;
}
.bobo-lp .img-e2 {
  max-width: 300px;
  width: 100%;
  border-radius: 50%;
  aspect-ratio: 1/1;
  object-fit: cover;
}

/* Easy Application Feature */
.bobo-lp .app-section-title-box {
  background-color: #e5fbef;
  border-radius: 20px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 50px 40px;
  margin-bottom: 50px;
}
.bobo-lp .app-section-title-text {
  text-align: center;
  z-index: 2;
}
.bobo-lp .app-section-title-text h2 {
  font-size: 44px;
  font-weight: bold;
  margin-bottom: 10px;
  border: none !important;
  background: none !important;
  padding: 0 !important;
  color: #000 !important;
}
.bobo-lp .app-subtitle {
  font-size: 20px;
  font-weight: 500;
  margin: 0;
}
.bobo-lp .app-subtitle .blue-text.text-lg {
  font-size: 32px;
  font-weight: bold;
}
.bobo-lp .app-section-title-img {
  position: absolute;
  right: -20px;
  bottom: -30px;
  z-index: 1;
}
.bobo-lp .app-section-title-img img {
  display: block;
  max-width: 250px;
}

@media screen and (max-width: 768px) {
  .bobo-lp .app-section-title-box {
    flex-direction: column;
    padding-bottom: 120px;
    overflow: hidden;
  }
  .bobo-lp .app-section-title-img {
    right: -10px;
    bottom: -10px;
  }
}

.bobo-lp .app-flex-row {
  margin-bottom: 40px;
  align-items: flex-start;
}
.bobo-lp .app-text-side {
  margin-top: 0;
}
.bobo-lp .app-title-lg{
  margin-bottom: 1em;
}
.bobo-lp .app-title-lg strong {
  font-size: 28px;
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 20px;
  color: #333;
}
.bobo-lp .app-desc {
  font-size: 20px;
  line-height: 1.6;
  color: #333;
}
.bobo-lp .app-img {
  width: 100%;
  border-radius: 20px;
}
.bobo-lp .app-title-md {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
  color: #333;
}
.bobo-lp .remove-box {
  background-color: #f7f7f7;
  padding: 30px;
  border-radius: 20px;
}
.bobo-lp .remove-box-title {
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 15px;
  color: #333;
}
.bobo-lp .remove-box-text {
  font-size: 18px;
  line-height: 1.6;
  color: #333;
  margin: 0;
}
.bobo-lp .app-note-container {
  font-size: 20px;
  line-height: 1.8;
  color: #333;
  font-weight: 500;
}
.bobo-lp .app-note {
  font-size: 16px;
  display: block;
  margin-top: 10px;
  font-weight: normal;
}

@media screen and (max-width: 768px) {
  .bobo-lp .nanoskin-flex,
  .bobo-lp .app-flex-row {
    flex-direction: column;
  }
}

.bobo-lp .align-items-center {
  align-items: center !important;
}

.mb-3{
  margin-bottom: 20px;
}

.bold{
    font-weight: bold;
}

/* Continuous Wearing Feature */
.bobo-lp .continuous-title-box {
  background-color: #e5fbef;
  border-radius: 20px;
  text-align: center;
  padding: 50px 40px;
  margin-bottom: 40px;
}
.bobo-lp .continuous-title-box h2 {
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 15px;
  border: none !important;
  background: none !important;
  padding: 0 !important;
  color: #000 !important;
}
.bobo-lp .continuous-subtitle {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
}
.bobo-lp .continuous-desc {
  font-size: 20px;
  line-height: 1.6;
  color: #000;
  font-weight: 500;
  margin: 0;
}
.bobo-lp .continuous-desc .text-lg {
  font-size: 28px;
  font-weight: bold;
}
.bobo-lp .continuous-img-box {
  text-align: center;
  margin: 0 auto;
}
.bobo-lp .continuous-img-box img {
  max-width: 680px;
  width: 100%;
  margin: 0 auto;
  display: block;
}

.p-10{
  padding: 1em;
}
.p-20{
  padding: 2em;
}
.p-20 img{
  max-width: 800px;
}
@media screen and (max-width: 768px) {
  .p-10{
  padding: 0.5em;
  }
  .p-20{
    padding: 1em;
  }
}

/* Feature 4 Title Box */
.bobo-lp .app-title-box {
  background-color: #e5fbef;
  border-radius: 20px;
  padding: 60px 40px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 50px;
  min-height: 240px;
}
.bobo-lp .app-title-text {
  text-align: center;
  z-index: 2;
}
.bobo-lp .app-title-text h2 {
  font-size: 44px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #000;
  border: none !important;
  background: none !important;
  padding: 0 !important;
}
.bobo-lp .app-subtitle {
  font-size: 24px;
  margin: 0;
}
.bobo-lp .app-title-img {
  position: absolute;
  right: 20px;
  bottom: -20px;
  z-index: 1;
}
.bobo-lp .app-title-img img {
  display: block;
  max-width: 280px;
  width: 100%;
}

@media screen and (max-width: 900px) {
  .bobo-lp .app-title-box {
    flex-direction: column;
    padding: 40px 20px 140px;
    overflow: hidden;
    min-height: auto;
  }
  .bobo-lp .app-title-img {
    right: 50%;
    transform: translateX(50%);
    bottom: -20px;
  }
  .bobo-lp .app-title-text h2 {
    font-size: 32px;
  }
  .bobo-lp .app-subtitle {
    font-size: 20px;
  }
}

.inline-block{
  display: inline-block;
}

.mr-2{
  margin-right: 0.5em;
}

.flex{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
  justify-content: center;
}

.flex img {
  margin: 0 !important;
  display: inline-block !important;
  max-height: 1.5em; /* Adjust to match text height */
  width: auto;
}
.mb-0{
  margin: 0 !important;
}


/* 個人情報及び特定個人情報保護方針 */
.contact-privacy {
  padding: 1em;
  font-size: 0.9em;
}

@media screen and (min-width: 768px), print {
  .contact-privacy {
    font-size: 0.95em;
  }
}
.contact-privacy-section .inner {
  padding: 0;
  line-height: 1.5;
}
.contact-privacy h3 {
  margin: 1.5em 0 0.8em;
  padding: 0 0 0.5em;
  line-height: 1.1;
  font-weight: 600;
  font-size: 1.1em;
  color: #076AFF;
  border-bottom: 1px solid #076AFF;
}
.contact-privacy ul {
  margin-top: 0.5em;
}
.contact-privacy ol {
  margin-bottom: 0.85em;
}
.contact-privacy ol > ol {
  margin-top: 0.5em;
}
.contact-privacy dl {
  float: right;
  margin-top: 1.5em;
}
.contact-privacy .tel-link {
  color: #000000;
}
.contact-privacy a.tel-link {
  color: #000000;
}
.contact-privacy a.tel-link:hover {
  color: #076AFF;
}

input[type="text"],
    textarea,
    select {
      border: 1px solid #ccc;
    }