@charset "UTF-8";
/*------------------------------------------------------------
Default
------------------------------------------------------------*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header, button,
hgroup, menu, nav, section,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 1em;
}

html {
  font-size: 62.5%;
}


/*------------------------------------------------------------
  Font
  ------------------------------------------------------------*/

@font-face {
    font-family: 'LogoTypeGothic';
    src: url("../fonts/LogoTypeGothicCondense.woff.ttf") format("truetype");
    font-style: bold;
    font-stretch: bold;
    font-display: swap;
}

  body, table,
  input, textarea, select, option, button,
  h1, h2, h3, h4, h5, h6 {
    /*font-family: "KozGoPr6N";
   font-family: 'bahnschrift';
   font-family: 'din-medium';*/
   font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
    line-height: 1.1;
    font-weight: bold;
  }

  h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
  }

  table,
  input, textarea, select, option {
    line-height: 1.1;
  }

  ol, ul {
    list-style: none;
  }

  blockquote, q {
    quotes: none;
  }

  :focus {
    outline: 0;
  }

  ins {
    text-decoration: none;
  }

  del {
    text-decoration: line-through;
  }

  img {
    max-width: 100%;
    vertical-align: middle;
  }

  a {
    display: inline-block;
    text-decoration: none;
    cursor: pointer;
  }

  a:hover {
    opacity: 0.50;
    filter: alpha(opacity=50);
    -ms-filter: "alpha(opacity=50)";
  }

/*------------------------------------------------------------
	clearfix（float解除）
  ------------------------------------------------------------*/
  .clearfix {
    *zoom: 1;
  }

  .clearfix:after {
    display: block;
    clear: both;
    content: "";
  }


  /*// レイアウト用css for Layout*/
  /*// Can use id, If you use class Please adding prefix .l- */
/*------------------------------------------------------------
	Layout
	------------------------------------------------------------*/
  body {
    min-width: 768px;
    /* ウインドウ幅で横スクロール時に背景が切れるバグ対策でコンテンツと同じ幅を指定 */
    line-height: 1.5;
    font-size: 14px;
    width: 100%;
  }

  @media screen and (max-width: 767px) {
    body {
      min-width: 100%;
    }
  }

  .only-sp {
    display: none;
  }

  @media screen and (max-width: 767px) {
    .only-pc {
      display: none;
    }
    .only-sp {
      display: block;
    }
  }

  .wrapper {
    max-width: 1365px;
    margin: 0 auto;
  }

  .l-container {
    width: 1245px;
    margin: 0 auto;
  }

  @media screen and (max-width: 1245px) {
    .l-container {
      width: 95%;
    }
  }

  @media screen and (max-width: 767px) {
    .l-container {
      width: auto;
      margin: 0 15px;
    }
  }

  .l-container2 {
    width: 980px;
    margin: 0 auto;
  }

  @media screen and (max-width: 1040px) {
    .l-container2 {
      width: 95%;
    }
  }

  @media screen and (max-width: 767px) {
    .l-container2 {
      width: auto;
    }
  }



/*------------------------------------------------------------
	c-common
	------------------------------------------------------------*/
  .color01 {
    color: #FF0000;
  }

/*------------------------------------------------------------
	header
	------------------------------------------------------------*/
/*------------------------------------------------------------
	main
	------------------------------------------------------------*/
/* section-shelves
------------------------------------------------------------*/
.section-shelves {
  margin-top: -100px;
}

@media screen and (max-width: 767px) {
  .section-shelves {
    padding: 0 15px;
  }
}

.section-shelves h2 {
  padding: 0 80px 0 100px;
}

@media screen and (max-width: 1000px) and (min-width: 768px) {
  .section-shelves h2 {
    margin: 30px 0 -30px;
  }
}

@media screen and (max-width: 767px) {
  .section-shelves h2 {
    padding: 0;
    margin: 50px 0 -20px;
  }
}

@media screen and (max-width: 560px) {
  .section-shelves h2 {
    margin: 5.5em 0 -3em;
  }
}

.section-shelves .details {
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-flex-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
}

@media screen and (max-width: 767px) {
  .section-shelves .details {
    display: block;
  }
}

.section-shelves .details .items {
  width: calc((100% - 24px) / 3);
  position: relative;
  margin-bottom: 60px;
}

@media screen and (max-width: 767px) {
  .section-shelves .details .items {
    width: 100%;
  }
}

.section-shelves .details .items:not(:nth-child(3n)) {
  margin-right: 12px;
}

.section-shelves .details .items .tag {
  position: absolute;
  bottom: -30px;
  left: 0;
  right: 0;
  text-align: center;
}

.section-shelves .details .items p {
  font-size: 31px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  bottom: 14px;
  font-weight: 500;
  font-family: 'LogoTypeGothic', sans-serif;
}

@media screen and (max-width: 767px) {
  .section-shelves .details .items p {
    font-size: 21px;
    bottom: 20px;
  }
}

.section-shelves .details:before {
  background: url(../img/float_left.png) no-repeat;
  left: 20px;
}

@media screen and (max-width: 767px) {
  .section-shelves .details:before {
    left: -5px;
  }
}

.section-shelves .details:after {
  background: url(../img/float_right.png) no-repeat;
  right: 20px;
}

@media screen and (max-width: 767px) {
  .section-shelves .details:after {
    right: -15px;
  }
}

.section-shelves .details:before, .section-shelves .details:after {
  content: "";
  position: absolute;
  bottom: -10px;
  z-index: 1;
  width: 265px;
  height: 186px;
}

@media screen and (max-width: 1000px) {
  .section-shelves .details:before, .section-shelves .details:after {
    background-size: 90%;
    width: 200px;
  }
}

@media screen and (max-width: 767px) {
  .section-shelves .details:before, .section-shelves .details:after {
    bottom: -190px;
    width: 130px;
  }
}

/* section-general
------------------------------------------------------------*/
.section-general {
  background: url(../img/bg_general_sp.png) no-repeat;
  background-size: 100% 100%;
  margin-top: 60px;
}

@media screen and (max-width: 767px) {
  .section-general {
    background: url(../img/bg_general_sp.png) no-repeat;
    background-size: 100% auto;
    padding: 0 15px;
    margin-top: 130px;
  }
}

.section-general h2 {
  text-align: center;
}

.section-general h2 img {
  margin-top: -46px;
}

@media screen and (max-width: 767px) {
  .section-general h2 img {
    zoom: 50%;
  }
}

.section-general .details {
  background: url(../img/bg_general_detail_sp.png) no-repeat;
  background-size: 100% 100%;
  padding: 5em;
  margin: 30px 30px 0;
}

@media screen and (max-width: 767px) {
  .section-general .details {
    padding: 4em;
    margin: 0 auto;
  }
}

@media screen and (max-width: 425px) {
  .section-general .details {
    padding: 3em 0;
  }
}

.section-general .details ul {
  display: table;
  margin: 0 auto;
}

.section-general .details li {
  font-size: 43px;
  line-height: 2;
  font-weight: 500;
  font-family: 'LogoTypeGothic', sans-serif;
}

@media screen and (max-width: 1000px) {
  .section-general .details li {
    font-size: 30px;
  }
}

@media screen and (max-width: 767px) {
  .section-general .details li {
    font-size: 20px;
    line-height: 1.7;
  }
}

@media screen and (max-width: 425px) {
  .section-general .details li {
    font-size: 1.2em;
  }
}

.section-general .details li span {
  color: #FF0000;
}

.section-general p {
  text-align: center;
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .section-general p {
    margin-top: 0;
  }
}

/* section-consult
------------------------------------------------------------*/
.section-consult {
  padding-top: 50px;
  margin-top: -30px;
  background: url(../img/bg_consult01.png) no-repeat;
  background-position: top;
  background-size: 100% 100%;
}

.section-consult h2 {
  text-align: center;
  padding: 0 38px;
  margin-bottom: 62px;
  z-index: 10;
}

@media screen and (max-width: 767px) {
  .section-consult h2 {
    margin-bottom: 30px;
  }
}

.section-consult .title03 {
  padding-left: 32px;
}

@media screen and (max-width: 767px) {
  .section-consult .title03 {
    padding-left: 0;
  }
}

.section-consult .descript {
  font-size: 36px;
  margin-top: 45px;
  text-align: center;
  line-height: 1.8;
}

@media screen and (max-width: 767px) {
  .section-consult .descript {
    font-size: 18px;
    margin-top: 30px;
  }
}

.section-consult .title04 {
  position: relative;
  text-align: center;
  font-weight: 500;
  margin-top: 12px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.section-consult .title04 span {
  color: #fff;
  padding: 0 60px 8px;
  font-size: 4.7rem;
  margin-top: 16px;
  font-weight: 500;
  font-family: 'LogoTypeGothic', sans-serif;
  background: url(../img/consult_frametxt.png) no-repeat;
  background-size: 100% 100%;
}

@media screen and (max-width: 767px) {
  .section-consult .title04 span {
    font-size: 22px;
    padding: 1px 30px 4px;
  }
}

.consult01 {
  background: url(../img/bg_consult01.png) no-repeat;
  background-size: cover;
  padding-bottom: 350px;
}

@media screen and (max-width: 767px) {
  .consult01 {
    padding-bottom: 150px;
  }
}

.consult01 .box01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-flex-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}



.consult01 .box01 a {
  width: 30%;
  text-align: center;
  margin-top: 55px;
}

@media screen and (max-width: 767px) {
  .consult01 .box01 a {
    width: 100%;
    margin-top: 45px;
  }
}

.consult01 .box01 a:not(:nth-child(3n)) {
  margin-right: 5%;
}

@media screen and (max-width: 767px) {
  .consult01 .box01 a:not(:nth-child(3n)) {
    margin-right: 0;
  }
}

.consult01 .box01 .a:last-child {
  margin-right: 0;
}

.consult01 .box01 p {
  color: #fff;
  font-size: 4rem;
  margin-top: 12px;
  line-height: 1.2;
  font-weight: 500;
   padding: 0 0 3px;
  font-family: 'LogoTypeGothic', sans-serif;
  background: url(../img/consult01_frametxt.png) no-repeat;
  background-size: 100% 100%;
}

@media screen and (max-width: 1245px) and (min-height: 768px) {
  .consult01 .box01 p {
    font-size: 3vw;
  }
}

@media screen and (max-width: 767px) {
  .consult01 .box01 p {
    font-size: 20px;
  }
}

.consult01 .box02 {
  background: url(../img/bg_consult01_box02.png);
}

@media screen and (max-width: 767px) {
  .consult01 .box02 {
    background-image: url(../img/bg_consult01_box02_sp.png) !important;
  }
}

.consult01 .box03 {
  background: url(../img/bg_consult01_box03.png);
}

@media screen and (max-width: 767px) {
  .consult01 .box03 {
    background-image: url(../img/bg_consult01_box03_sp.png) !important;
  }
}

@media screen and (max-width: 767px) {
  .consult01 .box03 .detail {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}

.consult01 .box04 {
  background: url(../img/bg_consult01_box04.png);
}

@media screen and (max-width: 767px) {
  .consult01 .box04 {
    background-image: url(../img/bg_consult01_box04_sp.png) !important;
  }
}

.consult01 .box05 {
  background: url(../img/bg_consult01_box05.png);
}

@media screen and (max-width: 767px) {
  .consult01 .box05 {
    background-image: url(../img/bg_consult01_box05_sp.png) !important;
  }
  .consult01 .box05 .detail {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}

.consult01 .box06 {
  background: url(../img/bg_consult01_box06.png);
}

@media screen and (max-width: 767px) {
  .consult01 .box06 {
    background-image: url(../img/bg_consult01_box06_sp.png) !important;
  }
}

.consult01 .com-box {
  margin: 130px 32px 0;
  position: relative;
  background-size: 100% 100%;
  background-repeat: no-repeat !important;
}

@media screen and (max-width: 767px) {
  .consult01 .com-box {
    margin: 60px 0 0;
    background: #fff;
    border: 1px solid #000;
    border-radius: 3px;
    background-position: bottom 10% right 10%;
  }
}

@media screen and (max-width: 767px) {
  .consult01 .com-box h4 {
    -webkit-transform: translateY(-95%);
    transform: translateY(-95%);
  }
}

.consult01 .com-box .detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-flex-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 50px 90px 75px 90px;
}

@media screen and (max-width: 767px) {
  .consult01 .com-box .detail {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: columns;
    flex-direction: columns;
    padding: 10px 20px 20px;
  }
}

.consult01 .com-box .detail .boximg {
  width: 40%;
}

@media screen and (max-width: 767px) {
  .consult01 .com-box .detail .boximg {
    width: 100%;
  }
}

.consult01 .com-box .detail .boximg ~ .boxtxt {
  padding-left: 5%;
}

@media screen and (max-width: 767px) {
  .consult01 .com-box .detail .boximg ~ .boxtxt {
    padding-left: 0;
    padding-top: 20px;
  }
}

.consult01 .com-box .detail .boxtxt ~ .boximg {
  padding-left: 5%;
}

@media screen and (max-width: 767px) {
  .consult01 .com-box .detail .boxtxt ~ .boximg {
    padding-left: 0;
    padding-bottom: 20px;
  }
}

.consult01 .com-box .detail .boxtxt {
  width: 55%;
}

@media screen and (max-width: 767px) {
  .consult01 .com-box .detail .boxtxt {
    width: 100%;
  }
}

.consult01 .com-box .detail .boxtxt p {
  font-size: 19px;
}

.consult01 .com-box .detail .boxtxt p:not(:last-child) {
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .consult01 .com-box .detail .boxtxt p:not(:last-child) {
    margin-bottom: 20px;
  }
}

.consult02 {
  background: url(../img/bg_consult02.png);
  background-size: 100% 100%;
  margin-top: -200px;
  padding-top: 210px;
}


@media screen and (max-width: 1024px) {
  .consult02 {
    background: url(../img/bg_consult02_sp.png);
    background-size: 100% auto;
    background-position: top;
    background-repeat: no-repeat;
    padding-top: 180px;
  }
  .consult02 .bg {
    background: #FFF3C3;
  }
}

@media screen and (max-width: 767px) {
  .consult02 {
    margin-top: -100px;
    padding-top: 90px;
    background-size: 100% auto;
  }
}


.consult02 .title04 {
  -webkit-transform: translateY(52%);
  transform: translateY(52%);
}

.consult02 .com-box {
  padding: 0 50px 54px;
}

@media screen and (max-width: 767px) {
  .consult02 .com-box {
    padding: 0 0 30px;
  }
}

.consult02 .com-box:not(:last-child) {
  background: url(../img/ic_down.png) no-repeat;
  background-position: center bottom;
}

.consult02 .com-box .detail {
  padding: 50px 60px;
  background: #fff;
  border: 2px solid #000;
  border-radius: 12px;
}

@media screen and (max-width: 767px) {
  .consult02 .com-box .detail {
    padding: 20px;
  }
}

.consult02 .com-box .detail .txtnote {
  font-size: 20px;
  margin-top: 12px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .consult02 .com-box .detail .txtnote {
    font-size: 18px;
  }
}

.consult02 .com-box .detail .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  margin-top: 45px;
}

@media screen and (max-width: 767px) {
  .consult02 .com-box .detail .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.consult02 .com-box .detail .inner .boximg {
  width: 50%;
}

@media screen and (max-width: 767px) {
  .consult02 .com-box .detail .inner .boximg {
    width: 100%;
  }
}

.consult02 .com-box .detail .inner .boximg img ~ img {
  padding-top: 45px;
}

@media screen and (max-width: 767px) {
  .consult02 .com-box .detail .inner .boximg img ~ img {
    padding-top: 20px;
  }
}

.consult02 .com-box .detail .inner .boximg ~ .boxtxt {
  padding-left: 5%;
}

@media screen and (max-width: 767px) {
  .consult02 .com-box .detail .inner .boximg ~ .boxtxt {
    padding-left: 0;
    padding-bottom: 20px;
  }
}

.consult02 .com-box .detail .inner .boxtxt ~ .boximg {
  padding-left: 5%;
}

@media screen and (max-width: 767px) {
  .consult02 .com-box .detail .inner .boxtxt ~ .boximg {
    padding-left: 0;
    padding-top: 20px;
  }
}

.consult02 .com-box .detail .inner .boxtxt {
  width: 50%;
}

@media screen and (max-width: 767px) {
  .consult02 .com-box .detail .inner .boxtxt {
    width: 100%;
  }
}

.consult02 .com-box .detail .inner .boxtxt img {
  margin-bottom: 10px;
}

.consult02 .com-box .detail .inner .boxtxt .txt1 {
  font-size: 24px;
  padding-bottom: 20px;
}

.consult02 .com-box .detail .inner .boxtxt .txt2 {
  font-size: 18px;
}

.consult02 .com-box .detail .inner .boxtxt .txt2 ~ .txt2 {
  padding-top: 30px;
}

.consult02 .com-box .detail .inner .boxtxt ul ~ .txt2 {
  padding-top: 20px !important;
}

.consult02 .com-box .detail .inner .boxtxt ul li {
  font-size: 18px;
  padding-left: 25px;
  padding-top: 10px;
  background: url(../img/checkbox.png) no-repeat;
  background-position: left 12px;
}

.consult02 .com-box .detail .frametxt {
  background: url(../img/consult02_frametxt.png);
  background-size: 100% 100%;
  padding: 8px 18px 18px;
  margin-top: 20px;
}

.consult02 .com-box .detail .frametxt span {
  font-size: 20px;
}

.consult02 .com-box .detail .frametxt p {
  font-size: 18px;
  padding-top: 18px;
  font-weight: normal;
}

@media screen and (max-width: 1024px) {
  .consult02 .com-box .detail .frametxt {
    background: none;
    padding: 0;
  }
}

@media screen and (max-width: 1024px) and (max-width: 319px) {
  .consult02 .com-box .detail .frametxt {
    overflow: hidden;
  }
}

@media screen and (max-width: 1024px) {
  .consult02 .com-box .detail .frametxt span {
    background: #B2B2B2;
    padding: 5px;
    position: relative;
  }
  .consult02 .com-box .detail .frametxt span:before {
    content: '';
    width: 0;
    height: 0;
    border-bottom: 35px solid #B2B2B2;
    border-right: 35px solid transparent;
    position: absolute;
    right: -35px;
    top: 0;
  }
  .consult02 .com-box .detail .frametxt span:after {
    content: '';
    width: 0;
    height: 0;
    width: 0;
    height: 0;
    opacity: .5;
    border-bottom: 35px solid #b2b2b2;
    border-right: 35px solid transparent;
    position: absolute;
    right: -50%;
    top: 0;
    width: 50%;
  }
}

@media screen and (max-width: 374px) {
  .consult02 .com-box .detail .frametxt span:after {
    width: 30%;
    right: -14.5vw;
  }
}

@media screen and (max-width: 1024px) {
  .consult02 .com-box .detail .frametxt p {
    background: url(../img/consult02_frametxt_sp.png);
    border: 2px solid #B2B2B2;
    padding: 10px;
  }
}

.consult02 .com-box .detail .framebox {
  background: url(../img/consult02_framebox.png);
  background-size: 100% 100%;
  margin: 35px -60px -50px;
  padding: 10px 65px 30px;
}

@media screen and (max-width: 767px) {
  .consult02 .com-box .detail .framebox {
    margin: 20px -20px -20px;
    padding: 20px 10px;
    background: #FFFF00;
    border-width: 0 20px;
    border-style: solid;
    -webkit-border-image: url(../img/consult02_framebox_sp.png) 27 27 27 27 round round;
    -o-border-image: url(../img/consult02_framebox_sp.png) 27 27 27 27 round round;
    border-image: url(../img/consult02_framebox_sp.png) 27 27 27 27 round round;
  }
}

.consult02 .com-box .detail .framebox .note {
  font-size: 24px;
}

@media screen and (max-width: 767px) {
  .consult02 .com-box .detail .framebox .note {
    font-size: 18px;
  }
}

.consult02 .com-box .detail .framebox .inner {
  margin-top: 10px;
}

@media screen and (max-width: 767px) {
  .consult02 .box01 .detail .inner, .consult02 .box03 .detail .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}

.consult02 .box03 .detail .video{
  max-width: 760px;
  margin: 45px auto 0;
  height: 45vh;
}
@media screen and (max-width: 767px) {
  .consult02 .box03 .detail .video{
    height: 45vw;
    margin: 30px auto 0;
  }
}
.consult02 .box03 .detail iframe{
  width: 100%;
  height: 100%;
}

.consult03 {
  background: url(../img/bg_consult03.png);
  background-size: 100% 100%;
  padding: 60px 0 20px;
}

@media screen and (max-width: 767px) {
  .consult03 {
    padding: 30px 0 0;
    background-size: 100% auto;
  }
}

.consult03 h4 {
  padding: 0 18px;
  margin: 20px 0;
}

.consult03 .detail .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-flex-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding-bottom: 50px;
}

@media screen and (max-width: 767px) {
  .consult03 .detail .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.consult03 .detail .inner .boximg {
  width: 50%;
  padding-right: 5%;
}

@media screen and (max-width: 767px) {
  .consult03 .detail .inner .boximg {
    width: 100%;
    padding-right: 0;
    padding-bottom: 10px;
  }
}

.consult03 .detail .inner .boxtxt {
  width: 50%;
  position: relative;
  border: 2px solid #000;
  background: #fff;
  border-radius: 15px;
  margin-top: 26px;
  min-height: 236px;
}

@media screen and (max-width: 767px) {
  .consult03 .detail .inner .boxtxt {
    width: 100%;
  }
}

.consult03 .detail .inner .boxtxt .label {
  color: #fff;
  width: 75%;
  margin: 0 auto;
  font-size: 28px;
  text-align: center;
  background: #F6B31E;
  border: 2px solid #000;
  padding: 6px 0 12px;
  font-weight: normal;
  border-radius: 30px;
  -webkit-box-shadow: 0px 0px 0px 1px white;
  box-shadow: 0px 0px 0px 1px white;
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (max-width: 1040px) and (min-width: 768px) {
  .consult03 .detail .inner .boxtxt .label {
    font-size: 1.5em;
  }
}

@media screen and (max-width: 767px) {
  .consult03 .detail .inner .boxtxt .label {
    font-size: 22px;
    width: 80%;
  }
}

@media screen and (max-width: 375px) {
  .consult03 .detail .inner .boxtxt .label {
    font-size: 18px;
  }
}

.consult03 .detail .inner .boxtxt .textarea {
  padding: 35px 10px 10px;
}

.consult03 .detail .inner .boxtxt .textarea p {
  font-size: 18px;
}

.consult03 .detail .inner .boxtxt .textarea p ~ p {
  padding-top: 20px;
}

@media screen and (max-width: 767px) {
  .consult03 .detail .inner .boxtxt {
    min-height: 290px;
  }
}

.consult04 {
  background: url(../img/bg_consult04.png);
  background-size: cover;
  padding: 60px 0;
}

@media screen and (max-width: 767px) {
  .consult04 {
    padding: 30px 0;
  }
}

.consult04 .com-box {
  background: url(../img/bg_consult04_box.png);
  background-size: 100% 100%;
  padding-left: 10px;
  margin-top: 60px;
}

@media screen and (max-width: 767px) {
  .consult04 .com-box {
    margin-top: 40px;
    padding-left: 5px;
  }
}

.consult04 .com-box h4 {
  padding: 32px 30px 20px 60px;
}

@media screen and (max-width: 767px) {
  .consult04 .com-box h4 {
    padding: 20px 15px 30px;
  }
}

.consult04 .com-box .detail {
  padding-left: 52px;
  background: url(../img/bg_consult04_detail.png) no-repeat;
}

@media screen and (max-width: 1000px) {
  .consult04 .com-box .detail {
    position: relative;
    background: none;
    padding: 0 20px 0 30px;
  }
  .consult04 .com-box .detail:before {
    content: '';
    left: 0;
    position: absolute;
    background: url(../img/bg_consult04_detail_sp.png);
    background-repeat: repeat-y;
    background-size: 80%;
    background-position: 0 10px;
    width: 60px;
    height: 100%;
  }
}

@media screen and (max-width: 1000px) and (max-width: 767px) {
  .consult04 .com-box .detail:before {
    background-size: 80%;
    width: 30px;
  }
}
.consult04 .com-box .detail .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  margin-top: 45px;
  padding-left: 82px;
}

@media screen and (max-width: 1000px) {
  .consult04 .com-box .detail .inner {
    padding-left: 30px;
  }
}


@media screen and (max-width: 767px) {
  .consult04 .com-box .detail .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 50px;
  }
}

.consult04 .com-box .detail .inner .boximg {
  width: 45%;
  padding-right: 4%;
}

@media screen and (max-width: 767px) {
  .consult04 .com-box .detail .inner .boximg {
    width: 100%;
    padding-right: 0;
  }
}

.consult04 .com-box .detail .inner .boxtxt {
  width: 48%;
}

@media screen and (max-width: 767px) {
  .consult04 .com-box .detail .inner .boxtxt {
    width: 100%;
    margin-top: 20px;
  }
}

.consult04 .com-box .detail .inner .boxtxt h5 {
  display: table;
  margin: 0 auto;
  font-size: 38px;
  text-align: center;
  margin-bottom: 40px;
  padding-bottom: 5px;
  border-bottom: 2px solid #F6B31E;
}

@media screen and (max-width: 767px) {
  .consult04 .com-box .detail .inner .boxtxt h5 {
    font-size: 19px;
    margin-bottom: 20px;
  }
}

.consult04 .com-box .detail .inner .boxtxt p {
  font-size: 24px;
}

@media screen and (max-width: 767px) {
  .consult04 .com-box .detail .inner .boxtxt p {
    font-size: 18px;
  }
}

.consult04 .com-box .detail .inner .boxtxt p ~ p {
  padding-top: 15px;
}

.consult04 .frametxt {
  padding: 0 30px 30px 20px;
  margin-top: 50px;
}

@media screen and (max-width: 767px) {
  .consult04 .frametxt {
    padding: 0 10px 20px 5px;
  }
}

.consult04 .frametxt .textarea {
  background: #C9C9C9;
  padding: 30px;
  font-size: 32px;
  margin-top: 8px;
}

@media screen and (max-width: 767px) {
  .consult04 .frametxt .textarea {
    font-size: 16px;
    padding: 15px;
  }
}

.consult04 .frametxt .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-flex-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .consult04 .frametxt .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.consult04 .frametxt .inner h6 {
  font-size: 38px;
  text-align: center;
  margin: 16px 0 5px;
}

.img{
  border: 2px solid #bbb;
}

@media screen and (max-width: 767px) {
  .consult04 .frametxt .inner h6 {
    font-size: 19px;
  }
}

.consult04 .frametxt .inner .boxleft {
  width: 50%;
  padding-right: 5%;
}

@media screen and (max-width: 767px) {
  .consult04 .frametxt .inner .boxleft {
    width: 100%;
    padding-right: 0;
    margin-bottom: 20px;
  }
}

.consult04 .frametxt .inner .boxright {
  width: 50%;
}

@media screen and (max-width: 767px) {
  .consult04 .frametxt .inner .boxright {
    width: 100%;
  }
}

.consult04 .frametxt .note {
  font-size: 27px;
  margin-top: 18px;
}

@media screen and (max-width: 767px) {
  .consult04 .frametxt .note {
    font-size: 18px;
  }
}

/* section-social
------------------------------------------------------------*/
.section-social {
  padding: 10vw 0 11vw;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .section-social {
    padding: 60px 0 70px;
  }
}

.section-social p {
  font-size: 53px;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .section-social p {
    font-size: 26px;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 767px) {
  .section-social a img {
    zoom: 50%;
  }
}

/*------------------------------------------------------------
	page to top
	------------------------------------------------------------*/

.to_top_btn {
    text-decoration: none;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    display: block;
    position: fixed;
    z-index: 10;
    bottom: 10px;
    right: 40px;
    color: #fff;
    border: 1px solid #fff;
    background-color: #000;
    font-size: 1rem;
    font-weight: bold;
    padding: 5px 6px;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
}

/*------------------------------------------------------------
	footer
	------------------------------------------------------------*/
  .c-footer {
    background: #FFF3C3;
    padding: 120px 0 20px;
    border-top: 3px solid #000;
  }

  @media screen and (max-width: 767px) {
    .c-footer {
      padding: 60px 0 10px;
    }
  }

  .c-footer p {
    font-size: 31px;
  }

  @media screen and (max-width: 767px) {
    .c-footer p {
      font-size: 15px;
    }
  }

  #overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    cursor: pointer;
    display: none;
    z-index: 10;
    background-color: rgba(0, 0, 0, 0.7);
  }

  #overlay.is-open {
    display: block;
  }


/* Forms */
.btnform {
    text-align: center;
    padding: 40px 0px 40px 0px;
}

@media screen and (max-width: 767px){
    .btnform {
        padding: 20px 30px;
    }

}


