@charset "UTF-8";
/*//////////////////////////////////////////////////////////

Copyright (C) apricot-design All Rights Reserved.
------------------------------------------------------------
CSS information
 file name  :  reset.css
 style info :  リセットファイル
 admin info :  apricot-design

//////////////////////////////////////////////////////////*/
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Asap:wght@600&display=swap");
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
  display: block;
}

audio[controls], canvas, video {
  display: inline-block;
  *display: inline;
  zoom: 1;
}

html {
  overflow-y: scroll;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body, div, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, ul {
  margin: 0;
  padding: 0;
}

body, button, input, select, textarea {
  font-size: 100%;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: bold;
}

blockquote {
  margin: 1em 40px;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

pre, code, kbd, samp {
  font-family: monospace, monospace;
  _font-family: "courier new", monospace;
  font-size: 1em;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

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

small {
  font-size: 75%;
}

sub {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

ul, ol {
  margin: 0;
  padding: 0;
}

dd {
  margin: 0px;
}

nav ul, nav ol {
  list-style: none;
}

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}

svg:not(:root) {
  overflow: hidden;
}

figure, form {
  margin: 0;
}

fieldset {
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  *margin-left: -7px;
}

button, input, select, textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}

button, input {
  line-height: normal;
  *overflow: visible;
}

button {
  cursor: pointer;
  -webkit-appearance: button;
}

input[type=button], input[type=reset], input[type=submit] {
  cursor: pointer;
  -webkit-appearance: button;
}
input[type=checkbox], input[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
input[type=search] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

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

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  font-size: 100%;
}

img, abbr, acronym, fieldset {
  border: 0;
}

li {
  list-style: none;
}

/*画像を縦に並べた時に余白が出ないように*/
img {
  vertical-align: top;
  font-size: 0;
  line-height: 0;
}

/*box-sizingを全ブラウザに対応*/
* {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
*:before, *:after {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

.ie6_error, .no_script {
  background: #F66;
  padding: 100px;
  text-align: center;
  font-size: 150%;
  color: #333;
}

.flt {
  float: left;
}

.flr {
  float: right;
}

.txt_l, td.txt_l, .txt_l td {
  text-align: left;
}

.txt_r, td.txt_r, .txt_r td {
  text-align: right;
}

.txt_c, td.txt_c, .txt_c td {
  text-align: center;
}

.valign_t, td.valign_t, .valign_t td {
  vertical-align: top;
}

.valign_m, td.valign_m, .valign_m td {
  vertical-align: middle;
}

.valign_b, td.valign_b, .valign_b td {
  vertical-align: bottom;
}

.clear {
  clear: both;
}

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

.img_bd {
  border: solid 1px #E8E8E8;
}

.c_red {
  color: #FF3425;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  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;
}

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 45px;
  width: 45px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 40%;
  padding: 0;
  border: none;
  outline: none;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .slick-prev,
.slick-next {
    top: 35%;
    height: 30px;
    width: 30px;
  }
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  content: "";
  position: absolute;
  height: 45px;
  width: 45px;
  opacity: 1;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .slick-prev:before,
.slick-next:before {
    height: 30px;
    width: 30px;
  }
}

.slick-prev {
  left: 3%;
}
@media screen and (max-width: 767px) {
  .slick-prev {
    left: 5%;
  }
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -3%;
}
@media screen and (max-width: 767px) {
  [dir=rtl] .slick-prev {
    right: -5%;
  }
}
.slick-prev:before {
  content: "";
  background: url(../images/slick_left.svg) center center/contain no-repeat;
}
[dir=rtl] .slick-prev:before {
  content: "";
}

.slick-next {
  right: 3%;
}
@media screen and (max-width: 767px) {
  .slick-next {
    right: 5%;
  }
}
[dir=rtl] .slick-next {
  left: -3%;
  right: auto;
}
@media screen and (max-width: 767px) {
  [dir=rtl] .slick-next {
    left: -5%;
  }
}
.slick-next:before {
  content: "";
  background: url(../images/slick_right.svg) center center/contain no-repeat;
}
[dir=rtl] .slick-next:before {
  content: "";
}

/* Dots */
.slick-dotted.slick-slider {
  /*  margin-bottom: 30px; */
}

.slick-dots {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
  padding: 0;
  list-style: none;
  text-align: center;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.slick-dots li {
  position: relative;
  height: 1px;
  width: 45px;
  padding: 0;
  margin: 0 !important;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .slick-dots li {
    width: 30px;
  }
}
.slick-dots li button {
  border: 0;
  background: transparent;
  height: 1px;
  width: 45px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  position: absolute;
  top: 0;
  left: 0;
  color: transparent;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .slick-dots li button {
    width: 30px;
  }
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  content: "";
  position: absolute;
  margin: 0 auto;
  height: 1px;
  width: 45px;
  background: #e6e6e6;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .slick-dots li button:before {
    width: 30px;
  }
}
.slick-dots li.slick-active button:before {
  height: 1px;
  width: 45px;
  background: #0f1c3b;
}
@media screen and (max-width: 767px) {
  .slick-dots li.slick-active button:before {
    width: 30px;
  }
}

/*
0:セット
------------------------------------------------------------
*/
html {
  width: 100%;
}

body {

  color: #1c0000;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  text-align: left;
  letter-spacing: 1px;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 15px;
  }
}

.win body {

}

a {
  text-decoration: none;
  color: #1c0000;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
a:link, a:active, a:visited {
  text-decoration: none;
}

.opacity {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.opacity:hover {
  opacity: 0.5;
}

img {
  max-width: 100%;
  height: auto;
}
img[src$=".svg"] {
  max-width: 100%;
  width: 100%;
  height: auto;
}

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

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

/*
//ベース
------------------------------------------------------------
*/
#container_wrap {
  overflow: hidden;
  min-width: 1000px;
}
@media screen and (max-width: 767px) {
  #container_wrap {
    min-width: 1px;
  }
}

.inner {
  max-width: 750px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}
.inner::after {
  content: "";
  display: block;
  clear: both;
}

#main {
  float: right;
  width: 75%;
}
@media screen and (max-width: 767px) {
  #main {
    float: none;
    width: 100%;
    margin-bottom: 5%;
  }
}

#sub {
  float: left;
  width: 19%;
}
@media screen and (max-width: 767px) {
  #sub {
    float: none;
    width: 100%;
  }
}

#top_main {
  width: 100%;
  padding: 0;
  margin: 0 0 50px;
}

#top_left {
  width: 50%;
  float: left;
}

#top_right {
  width: 50%;
  float: right;
}

.section_wrap {
  font-size: 1.87rem;
  line-height: 1.53;
  padding: 0;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .section_wrap {
    font-size: 1rem;
  }
}

.section_01 {
  overflow: hidden;
  padding: 2.5rem 0 4rem;
}

.section_02 {
  overflow: hidden;
  padding: 2.5rem 0 0;
}

.section_03 {
  overflow: hidden;
  padding: 2.5rem 0;
}

.section_04 {
  overflow: hidden;
  padding: 0 0 1.5rem;
}
.section_10 {
  overflow: hidden;
  padding: 0 0 3.5rem;
}

.section_05 {
  overflow: hidden;
  padding: 3.5rem 0 0;
}
@media screen and (max-width: 767px) {
  .section_05 {
    padding: 2.7rem 0 0;
  }
}

.section_06 {
  overflow: hidden;
  padding: 3.5rem 0 4rem;
}
@media screen and (max-width: 767px) {
  .section_06 {
    padding: 2.7rem 0 2rem;
  }
}


.section_08,
.section_09 {
  overflow: hidden;
  padding: 2.5rem 0;
}
.section_07{
  overflow: hidden;
  padding: 7.5rem 0;
}
@media screen and (max-width: 767px) {
.section_07{
  overflow: hidden;
  padding: 2.5rem 0;
}
}
	
.section_contact {
    padding: 4rem 0 2rem 0;
}
@media screen and (max-width: 767px) {
  .section_contact {
    padding: 4rem 0 2rem 0;
  }
}

.section_contact2 {
  padding: 0;
	text-align:center;
	position:relative;
}
.section_contact2 .inner {
  padding: 0 0 0 0;

}

.section {
  overflow: hidden;
  overflow: hidden;
}

.article img {
  max-height: 600px;
  height: auto;
  width: auto;
  margin: 10px auto;
}

/*
//ヘッダー
------------------------------------------------------------
*/
header {
  margin: 1rem auto 30px;
}
@media screen and (max-width: 767px) {
  header {
    margin: 0.75rem auto 1rem;
  }
}

.header_box {
  width: 100%;
  max-width: 750px;
  padding: 0 1.5rem;
  margin: 0 auto;
  overflow: hidden;
}

.header_ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .header_ttl {
    display: block;
    line-height: 1.25;
  }
}
.header_ttl > span {
  display: inline-block;
  font-size: 1.75rem;
  font-weight: 700;
  margin-right: 1.25rem;
}
@media screen and (max-width: 767px) {
  .header_ttl > span {
    display: block;
    font-size: 1.25rem;
    margin: 0 0 0.5em;
  }
}
.header_ttl img.logo {
  width: 240px;
}
@media screen and (max-width: 767px) {
  .header_ttl img.logo {
    width: 150px;
  }
}
.header_ttl a {
  font-weight: 700;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .header_ttl a {
    text-align: center;
  }
}

#gnavi ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
}
#gnavi ul li {
  margin-right: 2em;
}

.header_navi {
  float: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header_navi li {
  margin-right: 20px;
}
.header_navi li:last-child {
  margin-right: 0;
}

.header_wrap1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .header_wrap1 {
    display: none;
  }
}
.header_wrap1 > div.h_tel {
  width: 54%;
}
.header_wrap1 > div.h_tel .h_tel {
  position: relative;
  font-family: "Asap", sans-serif;
  color: #f08300;
  font-weight: 600;
  font-size: 3.3rem;
  z-index: 1;
  display: inline-block;
  padding-left: 50px;
  line-height: 1.15;
}
@media screen and (max-width: 767px) {
  .header_wrap1 > div.h_tel .h_tel {
    font-size: 1rem;
  }
}
.header_wrap1 > div.h_tel .h_tel::before {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
  display: inline-block;
  width: 43px;
  height: 43px;
  background: url(../images/tel_ora.svg) repeat-x left top/contain;
}
.header_wrap1 > div.h_tel .h_tel_info {
  position: relative;
  font-size: 1.17rem;
  z-index: 1;
}
.header_wrap1 > div.h_tel .h_tel_info span {
  background-color: #f08300;
  color: #fff;
  padding: 0 1rem;
  border-radius: 5px;
}
.header_wrap1 > div.contact {
  width: 44%;
}

.h_data_sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .h_data_sp {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: fixed;
    z-index: 999;
    bottom: 0;
  }
}
.h_data_sp div.mail {
  width: 33.3333333333%;
  text-align: center;
  background: #e95464;
  height: 70px;
  position: relative;
}
.h_data_sp div.mail a {
  display: block;
  width: 100%;
  color: #fff;
  font-weight: 700;
  font-size: 0.8rem;
  line-height: 1.5;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.h_data_sp div.line {
  width: 33.3333333333%;
  text-align: center;
  background: #2DA936;
  height: 70px;
  position: relative;
}
.h_data_sp div.line a {
  display: block;
  width: 100%;
  color: #fff;
  font-weight: 700;
  font-size: 0.8rem;
  line-height: 1.5;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.h_data_sp div.h_sp_tel {
  width: 33.3333333333%;
  height: 70px;
  line-height: 70px;
  background: #f08300;
  position: relative;
  line-height: 1.3;
}
.h_data_sp div.h_sp_tel a {
  width: 100%;
  height: 100%;
}
.h_data_sp div.h_sp_tel a > span {
  font-size: 0.6rem;
  display: block;
  position: relative;
  text-align: center;
  width: 100%;
  color: #fff;
  height: 70px;
  line-height: 70px;
  padding-left: 28px;
}
.h_data_sp div.h_sp_tel a > span span.data_call {
  position: absolute;
  left: 50px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.h_data_sp div.h_sp_tel a > span::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 8px;
  width: 21.3333333333px;
  height: 21.3333333333px;
  background: url(../images/tel_w.svg) no-repeat center/cover;
}

/*
//フッター
------------------------------------------------------------
*/
#footer {
  width: 100%;
  overflow: hidden;
  padding: 2.5rem 0;
}

.footer_box {
  max-width: 750px;
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
  padding: 0 15px;
}

.footer_ttl {
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .footer_ttl {
    font-size: 1.25rem;
    text-align: center;
    margin: 0 0 0.5em;
  }
}

.footer_wrap1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
.footer_wrap1 > div.f_tel {
  width: calc(96% - 300px);
}
@media screen and (max-width: 767px) {
  .footer_wrap1 > div.f_tel {
    width: calc(96% - 175px);
  }
}
.footer_wrap1 > div.f_tel .f_tel {
  position: relative;
  font-family: "Asap", sans-serif;
  color: #f08300;
  font-weight: 600;
  font-size: 3.4rem;
  z-index: 1;
  display: inline-block;
  padding-left: 50px;
  line-height: 1.15;
}
@media screen and (max-width: 767px) {
  .footer_wrap1 > div.f_tel .f_tel {
    padding-left: 30px;
    font-size: 1.15rem;
  }
}
.footer_wrap1 > div.f_tel .f_tel::before {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
  display: inline-block;
  width: 43px;
  height: 43px;
  background: url(../images/tel_ora.svg) no-repeat left top/contain;
}
@media screen and (max-width: 767px) {
  .footer_wrap1 > div.f_tel .f_tel::before {
    width: 25.2941176471px;
    height: 25.2941176471px;
  }
}
.footer_wrap1 > div.f_tel .f_tel_info {
  position: relative;
  font-size: 1.2rem;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .footer_wrap1 > div.f_tel .f_tel_info {
    font-size: 0.6rem;
  }
}
.footer_wrap1 > div.f_tel .f_tel_info span {
  background-color: #f08300;
  color: #fff;
  padding: 0 1rem;
  border-radius: 5px;
}

.footer_wrap2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
.footer_wrap2 > div.line {
  width: 54%;
}
.footer_wrap2 > div.contact {
  width: 45%;
}

.f_ttl {
  font-size: 1.14rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .f_ttl {
    font-size: 0.6rem;
  }
}

.f_txt {
  font-size: 1.25rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .f_txt {
    font-size: 0.75rem;
  }
}
.f_txt .f_logo {
  max-width: 250px;
}
@media screen and (max-width: 767px) {
  .f_txt .f_logo {
    width: 160px !important;
  }
}

.copy {
  background-color: #493333;
  padding: 1em 0;
  font-size: 1.17rem;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .copy {
    font-size: 0.8rem;
  }
}

/*
5:side
------------------------------------------------------------
*/
.section_side {
  margin-bottom: 15%;
}
.section_side:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .section_side {
    margin-bottom: 10%;
  }
}

#searchform div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  margin: 0 auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#searchform div input#search {
  border: 1px solid #333;
  padding: 0.5em;
  border-radius: 20px;
  margin-right: 5%;
  width: 100%;
}
#searchform div input#search_btn {
  border: none;
  background: none;
  width: 24px;
  height: 24px;
  vertical-align: middle;
  padding: 0;
  background: url(../images/icon_serch.svg) no-repeat center/100%;
  font-size: 0;
}

.list_cat {
  font-size: 0.8125em;
  width: 90%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .list_cat {
    font-size: 1em;
  }
}
.list_cat li {
  margin-bottom: 1em;
}
.list_cat li:last-child {
  margin-bottom: 0;
}
.list_cat li a {
  position: relative;
  padding-left: 13px;
}
.list_cat li a:before {
  position: absolute;
  content: "";
  background: url(../images/right_b.svg) no-repeat center/cover;
  width: 5px;
  height: 7px;
  left: 0;
  top: 7px;
}
.list_cat li a:hover {
  color: #9fa0a0;
}

.list_side li {
  margin-bottom: 7%;
}
.list_side li:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .list_side li {
    font-size: 1em;
    margin-bottom: 5%;
  }
}
.list_side li p.date {
  margin-bottom: 0.5em;
  letter-spacing: 0.15em;
  font-size: 0.9375em;
}
.list_side li div.article_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.list_side li div.side_img {
  width: 50px;
  margin-right: 10px;
  height: 50px;
  overflow: hidden;
  border-radius: 5px;
  border: 2px solid #3D352F;
}
@media screen and (max-width: 767px) {
  .list_side li div.side_img {
    width: 100px;
    max-height: 100px;
  }
}
.list_side li div.side_img .wpp-thumbnail {
  width: 100%;
}
.list_side li div.side_desc {
  font-size: 0.8125em;
  width: calc(100% - 60px);
  line-height: 1.5;
}

/*
5:div
------------------------------------------------------------
*/
.main_img {
  position: relative;
  max-width: 750px;
  margin: 0 auto;
  padding: 3rem 0 0;
}
@media screen and (max-width: 767px) {
  .main_img {
    padding: 3rem 15px 0 15px;
  }
}
.main_img .top_txt {
  font-size: 3.12rem;
  line-height: 1.14;
  font-weight: 700;
  text-align: center;
  color: #f08300;
  display: inline-block;
  padding: 0 3rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .main_img .top_txt {
    line-height: 1.3;
    padding: 0 2rem;
    font-size: 1.3rem;
  }
}
.main_img .top_txt::before {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  display: inline-block;
  width: 51px;
  height: 56px;
  background: url(../images/icon_wai_l.svg) no-repeat left top/cover;
}
@media screen and (max-width: 767px) {
  .main_img .top_txt::before {
    width: 34px;
    height: 37.3333333333px;
  }
}
.main_img .top_txt::after {
  position: absolute;
  bottom: 0;
  right: 0;
  content: "";
  display: inline-block;
  width: 51px;
  height: 56px;
  background: url(../images/icon_wai_r.svg) no-repeat left top/cover;
}
@media screen and (max-width: 767px) {
  .main_img .top_txt::after {
    width: 34px;
    height: 37.3333333333px;
  }
}
.main_img .top_txt_02 {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.14;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .main_img .top_txt_02 {
    line-height: 1.3;
    font-size: 1.2rem;
  }
}
.main_img .top_txt_02 > span {
  font-size: 3.37rem;
}
@media screen and (max-width: 767px) {
  .main_img .top_txt_02 > span {
    font-size: 1.5rem;
  }
}

.section_txt {
  font-size: 0.9375em;
}
.section_txt p.date {
  font-size: 0.9375em;
}
@media screen and (max-width: 767px) {
  .section_txt p.date {
    font-size: 0.8em;
  }
}
.section_txt img {
  margin: 3% 0;
  display: block;
  max-height: 500px;
  width: auto;
}

.img_wrap {
  padding: 0 1.5rem;
}

.img_wrap2 {
  padding: 0 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.img_wrap2 > div {
  width: calc(50% - 0.25rem);
}

.tel_info {
width:80%;
	margin:auto;
}

.tel_info span {
  background-color: #f08300;
  color: #fff;
  padding: 0 1rem;
  border-radius: 5px;
}
@media screen and (max-width: 767px) {
  .tel_info span {
    padding: 0 0.7rem;
  }
}

.txt_wrap_lb {
  background-color: #fffce9;
  border: solid #6dc8eb 2px;
  border-radius: 6px;
  padding: 2.7rem 2rem;
  margin: 0 1.5rem;
}
@media screen and (max-width: 767px) {
  .txt_wrap_lb {
    padding: 1.7rem 1rem;
    margin: 0;
  }
}
.txt_wrap_lb > div {
  text-align: center;
  padding-top: 2.7rem;
  margin-top: 2.7rem;
  border-top: #6dc8eb solid 2px;
}
@media screen and (max-width: 767px) {
  .txt_wrap_lb > div {
    padding-top: 1.7rem;
    margin-top: 1.7rem;
  }
}

.gmap {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  margin: 0 1.5rem;
}
.gmap iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

div.scrollbox {
  width: 100%;
  height: 200px;
  padding: 1rem;
  background-color: #fff;
  overflow-y: scroll;
  border: 2px solid #f7c180;
  border-radius: 5px;
  font-size: 1.12rem;
}
@media screen and (max-width: 767px) {
  div.scrollbox {
    height: 137px;
    font-size: 1rem;
  }
}

.line_wrap {
  margin: 0 1.5rem;
  padding-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .line_wrap {
    padding-top: 2rem;
  }
}
.line_wrap img {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.line_wrap img:hover {
  opacity: 0.8;
}

/*
6:ul リスト
------------------------------------------------------------
*/
.list_star {
  max-width: 530px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .list_star {
    max-width: 100%;
	  width: 20rem;
  }
}
.list_star li {
  background: url(../images/icon_star.svg) left center no-repeat;
  background-size: 18px auto;
  font-weight: 700;
  padding-left: 25px;
  padding-top: 0.2rem;
  padding-bottom: 0.2rem;
}
@media screen and (max-width: 767px) {
  .list_star li {
    font-size: 1rem;
  }
}

.list_point {
  position: relative;
  z-index: 1;
  padding: 0 1.5rem;
}
.list_point li {
  border: solid 4px #f298a2;
  border-radius: 8px;
  padding: 1rem;
  background-color: #fff;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 767px) {
  .list_point li {
    margin-bottom: 1rem;
  }
}
.list_point li:last-of-type {
  margin-bottom: 0;
}
.list_point li .list_point_ttl_wrap, .list_point li .list_point_ttl_wrap_03, .list_point li .list_point_ttl_wrap_02, .list_point li .list_point_ttl_wrap_01 {
  position: relative;
  display: block;
  width: 100%;
  height: 160px;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .list_point li .list_point_ttl_wrap, .list_point li .list_point_ttl_wrap_03, .list_point li .list_point_ttl_wrap_02, .list_point li .list_point_ttl_wrap_01 {
    height: 100px;
  }
}
.list_point li .list_point_ttl_wrap::before, .list_point li .list_point_ttl_wrap_03::before, .list_point li .list_point_ttl_wrap_02::before, .list_point li .list_point_ttl_wrap_01::before {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
  display: inline-block;
  width: 167px;
  height: 143px;
}
@media screen and (max-width: 767px) {
  .list_point li .list_point_ttl_wrap::before, .list_point li .list_point_ttl_wrap_03::before, .list_point li .list_point_ttl_wrap_02::before, .list_point li .list_point_ttl_wrap_01::before {
    width: 66.8px;
    height: 57.2px;
  }
}
.list_point li .list_point_ttl_wrap_01::before {
  background: url(../images/icon_point01.svg) no-repeat center/cover;
}
.list_point li .list_point_ttl_wrap_02::before {
  background: url(../images/icon_point02.svg) no-repeat center/cover;
}
.list_point li .list_point_ttl_wrap_03::before {
  background: url(../images/icon_point03.svg) no-repeat center/cover;
}
.list_point li .list_point_ttl {
  color: #e95464;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.34;
  padding: 1rem 0 1rem 190px;
  margin-bottom: 1rem;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .list_point li .list_point_ttl {
    font-size: 1rem;
    padding: 0 0 0 5rem;
  }
}
.list_point li .txt_wrap {
  padding-top: 1.5rem;
  position: relative;
text-align:center;
}
@media screen and (max-width: 767px) {
  .list_point li .txt_wrap {
    font-size: 0.9rem;
  }
}
.list_point li .txt_wrap::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: inline-block;
  width: 100%;
  height: 4px;
  background: url(../images/line_dot_p.svg) repeat-x left top/contain;
}
@media screen and (max-width: 767px) {
  .list_point li .txt_wrap::before {
    height: 2px;
    background: url(../images/line_dot_p.svg) repeat-x left top/cover;
  }
}

.list_voice {
  position: relative;
  z-index: 1;
  padding: 0 1.5rem;
	text-align:center;
}
.list_voice li {
  border: solid 4px #6dc8eb;
  border-radius: 8px;
  padding: 1rem;
  background-color: #fff;
  margin-bottom: 6rem;
}
@media screen and (max-width: 767px) {
  .list_voice li {
    margin-bottom: 3rem;
  }
}
.list_voice li:last-of-type {
  margin-bottom: 0;
}
.list_voice li .list_voice_ttl, .list_voice li .list_voice_ttl_03, .list_voice li .list_voice_ttl_02, .list_voice li .list_voice_ttl_01 {
  color: #6dc8eb;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.34;
  text-align: center;
  padding-top: 0.5rem;
  margin-bottom: 1.5rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .list_voice li .list_voice_ttl, .list_voice li .list_voice_ttl_03, .list_voice li .list_voice_ttl_02, .list_voice li .list_voice_ttl_01 {
    margin-bottom: 1rem;
    font-size: 1rem;
  }
}
.list_voice li .list_voice_ttl::before, .list_voice li .list_voice_ttl_03::before, .list_voice li .list_voice_ttl_02::before, .list_voice li .list_voice_ttl_01::before {
  position: absolute;
  top: -5rem;
  left: 0px;
  content: "";
  display: inline-block;
  width: 100px;
  height: 100px;
}
@media screen and (max-width: 767px) {
  .list_voice li .list_voice_ttl::before, .list_voice li .list_voice_ttl_03::before, .list_voice li .list_voice_ttl_02::before, .list_voice li .list_voice_ttl_01::before {
    top: -2.8rem;
    width: 47px;
    height: 47px;
    left: -0.5rem;
  }
}

.list_voice li .list_voice_ttl_01::before {
  background: url(../images/voice1.png) no-repeat center/cover;
}
.list_voice li .list_voice_ttl_02::before {
  background: url(../images/voice2.png) no-repeat center/cover;
}
.list_voice li .list_voice_ttl_03::before {
  background: url(../images/voice3.png) no-repeat center/cover;
}
.list_voice li .txt_wrap {
  padding-top: 1.5rem;
  position: relative;
}
.list_voice li .txt_wrap::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: inline-block;
  width: 100%;
  height: 4px;
  background: url(../images/line_dot_lb.svg) repeat-x left top/contain;
}
@media screen and (max-width: 767px) {
  .list_voice li .txt_wrap::before {
    height: 2px;
    background: url(../images/line_dot_lb.svg) repeat-x left top/cover;
  }
}
@media screen and (max-width: 767px) {
  .list_voice li .txt_wrap {
    font-size: 0.9rem;
    padding-top: 1rem;
  }
}

.list_qa {
  position: relative;
  z-index: 1;
}
.list_qa li {
  border-top: #f08300 solid 4px;
  border-bottom: #f08300 solid 4px;
  margin-bottom: 7.5rem;
}
@media screen and (max-width: 767px) {
  .list_qa li {
    margin-bottom: 6rem;
  }
}
.list_qa li:last-of-type {
  margin-bottom: 0;
}
.list_qa li .list_qa_ttl {
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.43;
  padding-top: 5rem;
  margin-bottom: 3.5rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .list_qa li .list_qa_ttl {
    padding-top: 2rem;
    font-size: 1rem;
  }
}
.list_qa li .list_qa_ttl::before {
  position: absolute;
  top: -63px;
  left: 15px;
  content: "";
  display: inline-block;
  width: 113px;
  height: 117px;
  background: url(../images/waku.png) repeat-x center/contain;
}
@media screen and (max-width: 767px) {
  .list_qa li .list_qa_ttl::before {
    top: -39px;
    width: 67px;
    height: 67px;
  }
}
.list_qa li .list_qa_ttl::after {
  position: absolute;
  top: -30px;
  left: 26px;
  content: "Que.";
  font-weight: 700;
  font-size: 2.37rem;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .list_qa li .list_qa_ttl::after {
    top: -17px;
    font-size: 1.2rem;
  }
}

.list_qa li .txt_wrap {
	    border-top: dotted;
  padding-top: 4.8rem;
  color: #f08300;
  position: relative;
  text-align: center;
  background-color: #fff;
  padding: 5rem 3rem 5rem 3rem;
}
@media screen and (max-width: 767px) {
  .list_qa li .txt_wrap {
    padding: 4rem 2rem 4rem 2rem;
    font-size: 0.9rem;
  }
}
.list_qa li .txt_wrap::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: inline-block;
  width: 100%;
  height: 4px;
  background: url(../images/line_dot_o.svg) repeat-x left top/contain;
}
.list_qa li .txt_wrap::after {
  position: absolute;
  top: 1rem;
  left: 1rem;
  content: "Ans.";
  font-weight: 700;
  font-size: 2.37rem;
}
@media screen and (max-width: 767px) {
  .list_qa li .txt_wrap::after {
    font-size: 1.8rem;
  }
}

.list_plan {
  margin: 1em 0 0;
}
.list_plan li {
  position: relative;
  margin: 0 0 1.5em;
}
.list_plan a.button, .list_plan a.contact_button, .list_plan a.line_button {
  border-width: 4px;
  background-color: #fff6b7;
  position: absolute;
  bottom: -35px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .list_plan a.button, .list_plan a.contact_button, .list_plan a.line_button {
    width: 80%;
    border-width: 2px;
    bottom: -30px;
  }
}
.list_plan a.button_plan_01 {
  border-color: #e95464;
  color: #e95464;
}
.list_plan a.button_plan_01::before {
  background: url(../images/arrow_p.svg) no-repeat left top/cover;
}
.list_plan a.button_plan_01:hover {
  color: #fff;
  background-color: #e95464;
}
.list_plan a.button_plan_01:hover::before {
  background: url(../images/arrow_w.svg) no-repeat left top/cover;
}
.list_plan a.button_plan_02 {
  border-color: #6dc8eb;
  color: #6dc8eb;
}
.list_plan a.button_plan_02::before {
  background: url(../images/arrow_b.svg) no-repeat left top/cover;
}
.list_plan a.button_plan_02:hover {
  color: #fff;
  background-color: #6dc8eb;
}
.list_plan a.button_plan_02:hover::before {
  background: url(../images/arrow_w.svg) no-repeat left top/cover;
}
.list_plan a.button_plan_03 {
  border-color: #f08300;
  color: #f08300;
}
.list_plan a.button_plan_03::before {
  background: url(../images/arrow_o.svg) no-repeat left top/cover;
}
.list_plan a.button_plan_03:hover {
  color: #fff;
  background-color: #f08300;
}
.list_plan a.button_plan_03:hover::before {
  background: url(../images/arrow_w.svg) no-repeat left top/cover;
}

/*
7:dl
------------------------------------------------------------
*/
.dlist_bnr {
  background: #333;
  color: #fff;
  font-size: 1.125em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
}
@media screen and (max-width: 767px) {
  .dlist_bnr {
    font-size: 1em;
  }
}
.dlist_bnr dt {
  width: 40%;
}
@media screen and (max-width: 767px) {
  .dlist_bnr dt {
    width: 100%;
  }
}
.dlist_bnr dt div.img_eye {
  height: 210px;
  background-position: center;
}
.dlist_bnr dd {
  text-align: center;
  width: 60%;
  padding: 3% 5%;
}
@media screen and (max-width: 767px) {
  .dlist_bnr dd {
    width: 100%;
    padding: 5%;
  }
}

.dlist_about {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
}
.dlist_about dt {
  width: 48%;
  margin-right: 4%;
}
.dlist_about dd {
  width: 48%;
}

/*
8:table
------------------------------------------------------------
*/
.table_wrap {
  margin: 0 1.5rem;
}
@media screen and (max-width: 767px) {
  .table_wrap {
    margin: 0;
  }
}

.table_01 {
  width: 100%;
	  border:solid #1c0000 ;
  border-width:2px 2px 0px 2px;
}
.table_01 tr {
  border-bottom: 2px solid #1c0000;
}
.table_01 th,
.table_01 td {
  padding: 0.4rem 1rem;
  font-size: 1.6rem;
  border-left: 2px solid #1c0000;
}
.table_01 th {
  width: 25%;
  text-align: center;
	background-color: #DF7FA7;
}
@media screen and (max-width: 767px) {
  .table_01 th {
    width: 28%;
    font-size: 0.8rem;
  }
}
.table_01 td {
  width: 75%;
}
@media screen and (max-width: 767px) {
  .table_01 td {
    width: 72%;
    font-size: 0.8rem;
  }
}

.table_contactform, .table_contactform2 {
  width: 100%;
}
.table_contactform th, .table_contactform2 th,
.table_contactform td,
.table_contactform2 td {
  text-align: left;
  display: block;
}
.table_contactform th, .table_contactform2 th {
  width: 100%;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 767px) {
  .table_contactform th, .table_contactform2 th {
    margin-bottom: 0.7rem;
  }
}
.table_contactform td, .table_contactform2 td {
  width: 100%;
  padding: 0 0 2rem;
  margin-bottom: 2rem;
  border-bottom: 1px solid #f08300;
}
@media screen and (max-width: 767px) {
  .table_contactform td, .table_contactform2 td {
    padding: 0 0 1rem;
    margin-bottom: 1rem;
  }
}
.table_contactform td span, .table_contactform2 td span {
  display: inline-block;
  margin: 0 0 0.7rem 0;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .table_contactform td span, .table_contactform2 td span {
    margin: 0 0.5em 0.5em 0;
  }
}

.ttl_consent {
  color: #fff;
  background-color: #f08300;
  padding: 0.25em 0.5em;
  margin: 0 0 0.75em;
}

.list_pdf {
  margin: 0 0 0.5em;
}
.list_pdf li {
  font-size: 0.75em;
  margin: 0 0 0.25em;
}
@media screen and (max-width: 767px) {
  .list_pdf li {
    font-size: 0.93em;
    margin: 0 0 1em;
  }
}
.list_pdf li a {
  color: #666;
  padding: 0 20px 0 0;
  background: url(../images/icon_external.svg) no-repeat right/16px 16px;
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .list_pdf li a {
    background-size: 14px 14px;
  }
}
.list_pdf li span {
  display: inline;
  margin: 0;
  font-size: 0.8em;
}

@media screen and (max-width: 767px) {
  .table_contactform2 {
    padding: 0 2rem;
    font-size: 1.18rem;
  }
}
.table_contactform2 th,
.table_contactform2 td {
  font-size: 1.87rem;
}
@media screen and (max-width: 767px) {
  .table_contactform2 th,
.table_contactform2 td {
    font-size: 1rem;
  }
}
.table_contactform2 th {
  color: #e95464;
}
.table_contactform2 td {
  margin-bottom: 1.5rem;
}

/*
9:タイトル
------------------------------------------------------------
*/
.txt_pink {
  font-size: 2.5rem;
  font-weight: 700;
  text-align: center;
  color: #e95464;
  display: inline-block;
  padding: 0 3rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .txt_pink {
    padding: 0 2rem;
    font-size: 1.18rem;
  }
}
.txt_pink::before {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
  display: inline-block;
  width: 38px;
  height: 48px;
  background: url(../images/icon_wai_pnk_l.svg) no-repeat left top/cover;
}
@media screen and (max-width: 767px) {
  .txt_pink::before {
    width: 25.3333333333px;
    height: 32px;
  }
}
.txt_pink::after {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
  display: inline-block;
  width: 38px;
  height: 48px;
  background: url(../images/icon_wai_pnk_r.svg) no-repeat left top/cover;
}
@media screen and (max-width: 767px) {
  .txt_pink::after {
    width: 25.3333333333px;
    height: 32px;
  }
}

.txt_pink2 {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.32;
  text-align: center;
  color: #e95464;
  display: inline-block;
  padding: 0 5.5rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .txt_pink2 {
    padding: 0 3rem;
    font-size: 1.06rem;
  }
}
.txt_pink2::before {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
  display: inline-block;
  width: 257px;
  height: 192px;
  background: url(../images/waiwai1.png) no-repeat left top/cover;
}
@media screen and (max-width: 767px) {
  .txt_pink2::before {
    width: 38.6666666667px;
    height: 82.6666666667px;
  }
}
.txt_pink2::after {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
  display: inline-block;
  width: 195px;
  height: 213px;
  background: url(../images/waiwai2.png) no-repeat left top/cover;
}
@media screen and (max-width: 767px) {
  .txt_pink2::after {
    width: 38.6666666667px;
    height: 82.6666666667px;
  }
}

.ttl_pink {
  font-size: 2.5rem;
  font-weight: 700;
  text-align: center;
  color: #e95464;
  line-height: 1.32;
}
@media screen and (max-width: 767px) {
  .ttl_pink {
    font-size: 1.26rem;
  }
}

.ttl_02 {
  font-size: 1.87rem;
  line-height: 1.14;
  font-weight: 700;
  text-align: center;
  color: #f08300;
  display: inline-block;
  padding: 0 3rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .ttl_02 {
    padding: 0 2rem;
    font-size: 1rem;
  }
}
.ttl_02::before {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  display: inline-block;
  width: 28px;
  height: 41px;
  background: url(../images/icon_wai_y_l.svg) no-repeat left top/cover;
}
.ttl_02::after {
  position: absolute;
  bottom: 0;
  right: 0;
  content: "";
  display: inline-block;
  width: 28px;
  height: 41px;
  background: url(../images/icon_wai_y_r.svg) no-repeat left top/cover;
}

.ttl_point_wrap {
  text-align: right;
  position: relative;
  z-index: 0;
}
.ttl_point_wrap::before {
  position: absolute;
  top: 1rem;
  left: -3rem;
  content: "";
  display: inline-block;
  width: 298px;
  height: 383px;
  background: url(../images/woman_05.png) no-repeat center/cover;
}
@media screen and (max-width: 767px) {
  .ttl_point_wrap::before {
    top: auto;
    left: 0;
    bottom: -2rem;
width: 93.571429px;
    height: 129.142857px;
  }
}

.ttl_point {
  font-size: 1.87rem;
  font-weight: 700;
  color: #e95464;
  line-height: 1.32;
  text-align: center;
  position: relative;
  padding-top: 5.6rem;
  padding-left: 3.6rem;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .ttl_point {
    padding-top: 4.6rem;
    padding-left: 2.3rem;
    font-size: 1rem;
  }
}
.ttl_point::before {
  position: absolute;
  top: 2.2rem;
  left: 0;
  content: "";
  display: inline-block;
  width: 110px;
  height: 91px;
  background: url(../images/icon_wai_pnk.svg) no-repeat left top/cover;
}
@media screen and (max-width: 767px) {
  .ttl_point::before {
    width: 73.3333333333px;
    height: 60.6666666667px;
  }
}
.ttl_point span {
  font-size: 2.5rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .ttl_point span {
    font-size: 1.28rem;
  }
}
.ttl_point span.num {
  font-size: 4.25rem;
  line-height: 0.8;
}
@media screen and (max-width: 767px) {
  .ttl_point span.num {
    font-size: 1.8rem;
  }
}

.ttl_voice_wrap {
  text-align: right;
  position: relative;
  z-index: 0;
}
.ttl_voice_wrap::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: inline-block;
  width: 363px;
  height: 395px;
  background: url(../images/woman_06.png) no-repeat center/cover;
}
@media screen and (max-width: 767px) {
  .ttl_voice_wrap::before {
    top: auto;
    bottom: -4.5rem;
    width: 145.2px;
    height: 158px;
  }
}

.ttl_voice {
  font-size: 3.12rem;
  font-weight: 700;
  color: #6dc8eb;
  line-height: 1.32;
  text-align: center;
  position: relative;
  padding-top: 5.6rem;
  padding-right: 3.6rem;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .ttl_voice {
    padding-top: 2.6rem;
    padding-right: 2rem;
    font-size: 1.28rem;
  }
}
.ttl_voice::before {
  position: absolute;
  top: 2.2rem;
  right: 0;
  content: "";
  display: inline-block;
  width: 113px;
  height: 83px;
  background: url(../images/icon_wai_orange.svg) no-repeat left top/cover;
}
@media screen and (max-width: 767px) {
  .ttl_voice::before {
    top: 0.2rem;
    width: 75.3333333333px;
    height: 55.3333333333px;
  }
}

.ttl_qa_wrap {
  text-align: center;
  position: relative;
  z-index: 0;
}
.ttl_qa_wrap::before {
  position: absolute;
  top: 0;
  right: -1.5rem;
  content: "";
  display: inline-block;
  width: 201px;
  height: 274px;
  background: url(../images/woman_07.png) no-repeat center/cover;
}
@media screen and (max-width: 767px) {
  .ttl_qa_wrap::before {
    right: 0;
    width: 79.666667px;
    height: 139px;
  }
}

.ttl_qa {
  font-size: 2.5rem;
  font-weight: 700;
  color: #f08300;
  line-height: 1.32;
  position: relative;
  padding-top: 5.6rem;
  padding-left: 3.6rem;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .ttl_qa {
    padding-top: 2.5rem;
    padding-left: 2.4rem;
    font-size: 1.28rem;
  }
}
.ttl_qa::before {
  position: absolute;
  top: 2.2rem;
  left: 0;
  content: "";
  display: inline-block;
  width: 113px;
  height: 83px;
  background: url(../images/icon_wai_orange.svg) no-repeat left top/cover;
  -webkit-transform: scale(-1, 1);
      -ms-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
@media screen and (max-width: 767px) {
  .ttl_qa::before {
    top: 0;
    width: 75.3333333333px;
    height: 55.3333333333px;
  }
}
.ttl_qa span {
  font-size: 3.12rem;
  font-weight: 900;
  letter-spacing: 4px;
}
@media screen and (max-width: 767px) {
  .ttl_qa span {
    font-size: 1.8rem;
  }
}
.ttl_qa span.and {
  font-size: 2.37rem;
}
@media screen and (max-width: 767px) {
  .ttl_qa span.and {
    font-size: 1.2rem;
  }
}

.ttl_contact2 {
  font-size: 2.5rem;
  line-height: 1.14;
  font-weight: 700;
  text-align: center;
  color: #f08300;
  display: inline-block;
  padding: 0 2.5rem;
  position: relative;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .ttl_contact2 {
    margin-bottom: 1.5rem;
    padding: 0 2rem;
    font-size: 1rem;
  }
}
.ttl_contact2::before {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  display: inline-block;
  width: 35px;
  height: 52px;
  background: url(../images/icon_wai_y2_l.svg) no-repeat left top/cover;
}
@media screen and (max-width: 767px) {
  .ttl_contact2::before {
    width: 23.3333333333px;
    height: 34.6666666667px;
  }
}
.ttl_contact2::after {
  position: absolute;
  bottom: 0;
  right: 0;
  content: "";
  display: inline-block;
  width: 35px;
  height: 52px;
  background: url(../images/icon_wai_y2_r.svg) no-repeat left top/cover;
}
@media screen and (max-width: 767px) {
  .ttl_contact2::after {
    width: 23.3333333333px;
    height: 34.6666666667px;
  }
}

/*
テキスト
------------------------------------------------------------
*/
.txt_contact_wrap {
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .txt_contact_wrap {
    padding: 1em 0 0;
  }
}
.txt_contact_wrap::after {
  position: absolute;
  content: "";
  width: 420px;
  height: 372px;
  top: -4.5rem;
  right: 0;
  background: url(../images/woman_04.png) no-repeat center/cover;
}
@media screen and (max-width: 767px) {
  .txt_contact_wrap::after {
    width: 220px;
    height: 170.8px;
    top: -1rem;
  }
}

.txt_contact_balloon {
  width: 60%;
  max-width: 360px;
  padding: 0.25em;
  margin: 0 0 0.5em;
  border-radius: 20px;
  background-color: #fff;
  color: #e95464;
  font-weight: 700;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .txt_contact_balloon {
    border-radius: 10px;
  }
}
.txt_contact_balloon::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 12px 0 12px;
  border-color: #fff transparent transparent transparent;
  position: absolute;
  bottom: -20px;
  left: 0;
  right: 0;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .txt_contact_balloon::after {
    border-width: 10px 6px 0 6px;
    bottom: -10px;
  }
}

.section_contact2 .txt_contact_balloon {
  max-width: 400px;
  margin: 1em 0;
}
@media screen and (max-width: 767px) {
	.section_contact {
    padding: 2rem 0 2rem 0;
}
  .section_contact2 .txt_contact_balloon {
    margin: 0 0 1em;
  }
}

.txt_contact {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.32;
  display: block;
  position: relative;
  padding: 0.5rem 3rem 1.5rem;
  z-index: 1;
	text-align:left;
}
@media screen and (max-width: 767px) {
  .txt_contact {
    padding: 0.5rem 1rem 1rem;
    font-size: 1.16rem;
  }
}

.txt_shinsa {
  margin: 0.75em 0 0.25em;
  font-size: 0.9em;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .txt_shinsa {
    text-align: center;
  }
}
.txt_shinsa span {
  display: inline-block;
  padding: 0 35px 0 40px;
  background: url(../images/icon_wai_pnk_l.svg) no-repeat left/30px 38px, url(../images/icon_wai_pnk_r.svg) no-repeat right/30px 38px;
}
@media screen and (max-width: 767px) {
  .txt_shinsa span {
    padding: 0 15px 0 20px;
    background-size: 15px 19px;
  }
}

.txt_contact_wrap2 {
  background-color: #fff;
  position: relative;
  padding: 3.5rem 2rem;
	    margin: 0 1rem 0 1rem;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .txt_contact_wrap2 {
    text-align: center;
    padding: 1rem;

  }
}


.txt_contact2 {
  font-weight: 700;
  line-height: 1.32;
  display: block;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .txt_contact2 {
    font-size: 0.9rem;
  }
}

/*
10：装飾
------------------------------------------------------------
*/
.bg_gray {
  background: #ccc;
}
.bg_white {
  background: #fff;
}
.bg_black {
  background: #000;
}
.bg_yellow_01 {
  background: #fffce9;
}
.bg_yellow_02 {
  background: #fff07d;
}
.bg_yellow_dot {
  background-size: 40px 40px;
  margin: 0 auto;
  background-color: #fffce2;
  background-image: -o-radial-gradient(#fff07d 15%, rgba(255, 255, 255, 0) 20%), -o-radial-gradient(#fff07d 15%, rgba(255, 255, 255, 0) 20%);
  background-image: radial-gradient(#fff07d 15%, rgba(255, 255, 255, 0) 20%), radial-gradient(#fff07d 15%, rgba(255, 255, 255, 0) 20%);
  background-position: 0 0, 20px 20px;
}
.bg_gray_dot {
  background-size: 45px 45px;
  margin: 0 auto;
  background-image: -o-radial-gradient(#f5f5f5 25%, #fff 10%);
  background-image: radial-gradient(#f5f5f5 25%, #fff 10%);
}
.bg_pink_dot {
  background-size: 40px 40px;
  margin: 0 auto;
  background-color: #e95464;
  background-image: -o-radial-gradient(#ec6d7b 15%, rgba(255, 255, 255, 0) 20%), -o-radial-gradient(#ec6d7b 15%, rgba(255, 255, 255, 0) 20%);
  background-image: radial-gradient(#ec6d7b 15%, rgba(255, 255, 255, 0) 20%), radial-gradient(#ec6d7b 15%, rgba(255, 255, 255, 0) 20%);
  background-position: 0 0, 20px 20px;
}
.bg_stripe {
  background: -o-repeating-linear-gradient(135deg, #f5f5f5 0, #f5f5f5 30px, #fff 30px, #fff 60px);
  background: repeating-linear-gradient(-45deg, #f5f5f5 0, #f5f5f5 30px, #fff 30px, #fff 60px);
}
.bg_stripe_y {
  background: -o-repeating-linear-gradient(150deg, #ffee6f 0, #ffee6f 20px, #ffe64f 20px, #ffe64f 40px);
  background: repeating-linear-gradient(-60deg, #ffee6f 0, #ffee6f 20px, #ffe64f 20px, #ffe64f 40px);
}
.bg_stripe_yo {
  background: -o-repeating-linear-gradient(150deg, #F2DA24 0, #F2DA24 20px, #F3E727 20px, #F3E727 40px);
  background: repeating-linear-gradient(-60deg, #F2DA24 0, #F2DA24 20px, #F3E727 20px, #F3E727 40px);
}

.txt_clr_gray {
  color: #ccc;
}
.txt_clr_white {
  color: #fff;
}
.txt_clr_black {
  color: #000;
}
.txt_clr_yellow {
  color: #ffee00;
}

.center {
  text-align: center;
}

.marker {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(65%, rgba(255, 255, 255, 0)), color-stop(65%, #ffee00));
  background: -o-linear-gradient(rgba(255, 255, 255, 0) 65%, #ffee00 65%);
  background: linear-gradient(rgba(255, 255, 255, 0) 65%, #ffee00 65%);
}

.underline_o_wave {
  padding-bottom: 0.3rem;
  background: url(../images/underline_o_wave.svg) bottom repeat-x;
  background-size: contain;
}

.underline_y_wave {
  position: relative;
  padding-bottom: 0.5rem;
}
@media screen and (max-width: 767px) {
  .underline_y_wave {
    padding-bottom: 0.1rem;
  }
}
.underline_y_wave::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 11px;
  background: url(../images/underline_y_wave.svg) bottom repeat-x;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .underline_y_wave::before {
    height: 5px;
  }
}

.line_dot_p {
  position: relative;
}
.line_dot_p::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: inline-block;
  width: 100%;
  height: 4px;
  background: url(../images/line_dot_p.svg) repeat-x left top/contain;
}

.tel {
  position: relative;
  font-family: "Asap", sans-serif;
  color: #f08300;
  font-weight: 600;
  font-size: 4.18rem;
  z-index: 1;
  display: inline-block;
  padding-left: 60px;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .tel {
    padding-left: 42px;
    font-size: 2rem;
  }
}


.text_big {
  font-size: 1.87rem;
}
@media screen and (max-width: 767px) {
  .text_big {
    font-size: 1rem;
  }
}

/*
枠
------------------------------------------------------------
*/
.flame_normal, .flame_serif_lightblue_dot, .flame_serif_lightblue3, .flame_serif_lightblue2, .flame_serif_lightblue {
  padding: 1.8rem 0;
  font-weight: 700;
  font-size: 2.5rem;
  line-height: 1.35;
  color: #fff;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .flame_normal, .flame_serif_lightblue_dot, .flame_serif_lightblue3, .flame_serif_lightblue2, .flame_serif_lightblue {
    line-height: 1.5;
    font-size: 1rem;
  }
}

.flame_serif_lightblue {
  background: #6dc8eb;
}

.flame_serif_lightblue2 {
  background: #6dc8eb;
  border-radius: 7px;
  margin: 0 1.5rem;
}
@media screen and (max-width: 767px) {
  .flame_serif_lightblue2 {
    padding: 1rem 0.5rem;
  }
}
.flame_serif_lightblue2:before {
  border-top-width: 50px;
  border-bottom-width: 50px;
  border-left-width: 30px;
  border-right-width: 30px;
  margin-left: -30px;
  border-top-color: #6dc8eb;
}

.flame_serif_lightblue3 {
  background: #6dc8eb;
  border-radius: 7px;
  margin: 0 1.5rem;
}
@media screen and (max-width: 767px) {
  .flame_serif_lightblue3 {
    margin: 0;
  }
}
.flame_serif_lightblue3:after, .flame_serif_lightblue3:before {
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 50%;
}
.flame_serif_lightblue3:after {
  border-top-width: 50px;
  border-bottom-width: 50px;
  border-left-width: 30px;
  border-right-width: 30px;
  margin-left: -30px;
  border-top-color: #6dc8eb;
}
@media screen and (max-width: 767px) {
  .flame_serif_lightblue3:after {
    border-top-width: 30px;
    border-bottom-width: 30px;
    border-left-width: 15px;
    border-right-width: 15px;
    margin-left: -15px;
  }
}

.flame_serif_lightblue_dot {
  background-size: 40px 40px;
  margin: 0 auto;
  background-color: #6dc8eb;
  background-image: -o-radial-gradient(#84d0ed 15%, rgba(255, 255, 255, 0) 20%), -o-radial-gradient(#84d0ed 15%, rgba(255, 255, 255, 0) 20%);
  background-image: radial-gradient(#84d0ed 15%, rgba(255, 255, 255, 0) 20%), radial-gradient(#84d0ed 15%, rgba(255, 255, 255, 0) 20%);
  background-position: 0 0, 20px 20px;
  border-radius: 7px;
  margin: 0 1.5rem;
}
.flame_serif_lightblue_dot:after, .flame_serif_lightblue_dot:before {
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 50%;
}
.flame_serif_lightblue_dot:after {
  border-top-width: 50px;
  border-bottom-width: 50px;
  border-left-width: 30px;
  border-right-width: 30px;
  margin-left: -30px;
  border-top-color: #6dc8eb;
}
@media screen and (max-width: 767px) {
  .flame_serif_lightblue_dot:after {
    border-top-width: 30px;
    border-bottom-width: 30px;
    border-left-width: 15px;
    border-right-width: 15px;
    margin-left: -15px;
  }
}

.flame_serif, .flame_serif_dot, .flame_serif_orange2, .flame_serif_orange {
  padding: 1.8rem 0;
  font-weight: 700;
  font-size: 2.5rem;
  line-height: 1.35;
  color: #fff;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .flame_serif, .flame_serif_dot, .flame_serif_orange2, .flame_serif_orange {
    font-size: 1.16rem;
  }
}

.flame_serif_orange {
  background: #f08300;
}
.flame_serif_orange:after, .flame_serif_orange:before {
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  pointer-events: none;
  position: absolute;
  bottom: 100%;
  left: 50%;
}
.flame_serif_orange:after {
  border-bottom-color: #f08300;
  border-top-width: 50px;
  border-bottom-width: 50px;
  border-left-width: 30px;
  border-right-width: 30px;
  margin-left: -30px;
}
@media screen and (max-width: 767px) {
  .flame_serif_orange:after {
    border-top-width: 30px;
    border-bottom-width: 30px;
    border-left-width: 15px;
    border-right-width: 15px;
    margin-left: -15px;
  }
}

.flame_serif_orange2 {
  background: #f08300;
}
.flame_serif_orange2:after, .flame_serif_orange2:before {
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 50%;
}
.flame_serif_orange2:after {
  border-top-width: 50px;
  border-bottom-width: 50px;
  border-left-width: 30px;
  border-right-width: 30px;
  margin-left: -30px;
  border-top-color: #f08300;
}
@media screen and (max-width: 767px) {
  .flame_serif_orange2:after {
    border-top-width: 30px;
    border-bottom-width: 30px;
    border-left-width: 15px;
    border-right-width: 15px;
    margin-left: -15px;
  }
}

.flame_serif_dot {
  font-size: 2rem;
  background-size: 40px 40px;
  margin: 0 auto;
  background-color: #e95464;
  background-image: -o-radial-gradient(#ec6d7b 15%, rgba(255, 255, 255, 0) 20%), -o-radial-gradient(#ec6d7b 15%, rgba(255, 255, 255, 0) 20%);
  background-image: radial-gradient(#ec6d7b 15%, rgba(255, 255, 255, 0) 20%), radial-gradient(#ec6d7b 15%, rgba(255, 255, 255, 0) 20%);
  background-position: 0 0, 20px 20px;
}
@media screen and (max-width: 767px) {
  .flame_serif_dot {
    font-size: 1rem;
  }
}
.flame_serif_dot .big {
  font-size: 2.5rem;
  color: #ffee00;
}
@media screen and (max-width: 767px) {
  .flame_serif_dot .big {
    font-size: 2rem;
  }
}
.flame_serif_dot:after, .flame_serif_dot:before {
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 50%;
}
.flame_serif_dot:after {
  border-top-width: 50px;
  border-bottom-width: 50px;
  border-left-width: 30px;
  border-right-width: 30px;
  margin-left: -30px;
  border-top-color: #e95464;
}
@media screen and (max-width: 767px) {
  .flame_serif_dot:after {
    border-top-width: 30px;
    border-bottom-width: 30px;
    border-left-width: 15px;
    border-right-width: 15px;
    margin-left: -15px;
  }
}

/*
11:ボタン系
------------------------------------------------------------
*/
#page_top {
  position: fixed;
  bottom: 15px;
  right: 15px;
  z-index: 2;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: #f08300;
  border: #fff solid 3px;
}
@media screen and (max-width: 767px) {
  #page_top {
    width: 50px;
    height: 50px;
    right: 5px;
    bottom: 90px;
  }
}
#page_top span {
  position: relative;
  display: block;
  color: #fff;
  font-weight: 700;
  text-align: center;
  line-height: 70px;
  letter-spacing: 2px;
  padding-top: 3px;
  font-size: 0.8rem;
}
@media screen and (max-width: 767px) {
  #page_top span {
    line-height: 50px;
    font-size: 0.6rem;
  }
}
#page_top span::before {
  content: "";
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  display: block;
  border-top: solid 2px;
  border-right: solid 2px;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  position: absolute;
  top: 17px;
  left: 0;
  right: 0;
  margin: auto;
}
@media screen and (max-width: 767px) {
  #page_top span::before {
    top: 14px;
    width: 7px;
    height: 7px;
  }
}

a.button, a.contact_button, a.line_button {
  color: #fff;
  display: inline-block;
  text-align: center;
  padding: 0.5rem 2rem 0.5rem 0;
  width: 400px;
  font-size: 2rem;
  font-weight: 700;
  position: relative;
  background: #f08300;
  border-radius: 7px;
  border: solid 3px #f08300;
}
@media screen and (max-width: 767px) {
  a.button, a.contact_button, a.line_button {
    width: 100%;
    font-size: 1.2rem;
  }
}
a.button:before, a.contact_button:before, a.line_button:before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 33px;
  height: 25px;
  right: 1.5rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../images/arrow_w.svg) no-repeat left top/cover;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  a.button:before, a.contact_button:before, a.line_button:before {
    right: 2rem;
    width: 22px;
    height: 16.6666666667px;
  }
}
a.button:hover, a.contact_button:hover, a.line_button:hover {
  color: #f08300;
  background: #fff;
}
a.button:hover::before, a.contact_button:hover::before, a.line_button:hover::before {
  background: url(../images/arrow_o.svg) no-repeat left top/cover;
}
@media screen and (max-width: 767px) {
  a.sp_btn {
    width: 60%;
    font-size: 1.2rem;
  }
}
a.button_pink {
  background-color: #e95464;
  border-color: #e95464;
}
a.button_pink:hover {
  color: #e95464;
}
a.button_pink:hover::before {
  background: url(../images/arrow_p.svg) no-repeat left top/cover;
}
a.button_green {
  background-color: #06c755;
  border-color: #06c755;
  margin: 0.5em 0 0;
}
a.button_green:hover {
  color: #06c755;
}
a.button_green:hover::before {
  background: url(../images/arrow_p.svg) no-repeat left top/cover;
}
a.line_button {
  background: #06c755;
  border: solid 3px #06c755;
  font-size: 1.75rem;
  padding: 0.5rem 0;
  width: 100%;
}
@media screen and (max-width: 767px) {
  a.line_button {
    font-size: 1rem;
  }
}
a.line_button:before {
  display: none;
}
a.line_button:hover {
  color: #06c755;
  background: #fff;
}
a.contact_button {
  background: #e95464;
  border: solid 3px #e95464;
  font-size: 1.75rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  a.contact_button {
    font-size: 1rem;
  }
}
a.contact_button:before {
  right: 1rem;
}
a.contact_button:hover {
  color: #e95464;
  background: #fff;
}
a.contact_button:hover::before {
  background: url(../images/arrow_p.svg) no-repeat left top/cover;
}

/*
12:その他パーツ
------------------------------------------------------------
*/
#list_breadcrumb {
  font-size: 0.87em;
  padding: 1em 0;
  margin: 0;
  background: #f7f7f7;
}

.alignleft {
  float: left;
  padding: 0 15px 15px 0;
}

.alignright {
  float: right;
  padding: 0 0 15px 15px;
}

.aligncenter {
  display: block;
  margin: 0 auto 20px;
}

.photo_l {
  float: left;
  padding: 0 15px 15px 0;
}

.photoR {
  float: right;
  padding: 0 0 15px 15px;
}

/*
13:コンタクトフォーム
------------------------------------------------------------
*/
#contact .mw_wp_form .horizontal-item + .horizontal-item {
  margin-left: 0;
}

.contactform {
  margin-bottom: 2em;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .contactform {
    margin-bottom: 1em;
  }
}
.contactform tr {
  border-bottom: 2px dotted #3D352F;
}
.contactform tr:last-child {
  border-bottom: none;
}
.contactform tr th {
  padding: 1.5em 1em 1em 0;
  color: #040000;
  text-align: left;
  vertical-align: top;
  width: 25%;
}
@media screen and (max-width: 767px) {
  .contactform tr th {
    width: 100%;
    display: block;
    padding: 0 0 0.5em;
  }
}
.contactform tr td {
  width: 75%;
  padding: 1em;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .contactform tr td {
    width: 100%;
    display: block;
    padding: 0 0 1em;
  }
}

input[type=text],
input[type=email],
input[type=tel],
textarea,
select {
  width: 100%;
  padding: 0.7rem;
  border-radius: 5px;
  border: 2px solid #f7c180;
}

input[type=radio] {
  width: 0.75em;
  height: 0.75em;
  margin-right: 0.5rem;
}
@media screen and (max-width: 767px) {
  input[type=radio] {
    width: 1em;
    height: 1em;
    margin: 0 0.25em 0 0;
    vertical-align: middle;
  }
}

input[type=checkbox] {
  width: 0.75em;
  height: 0.75em;
  margin-right: 0.5rem;
}
@media screen and (max-width: 767px) {
  input[type=checkbox] {
    width: 1em;
    height: 1em;
    margin: 0 0.25em 0 0;
    vertical-align: middle;
  }
}

input.input_s {
  width: 4em;
}

textarea {
  height: 250px;
  font-size: 1.25rem;
  line-height: 1.66;
}
@media screen and (max-width: 767px) {
  textarea {
    font-size: 1rem;
  }
}

span.mwform-tel-field input {
  width: 25% !important;
}

.mwform-checkbox-field label,
.mwform-radio-field label {
  font-weight: normal;
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.radio_plan {
  font-size: 1.5rem;
  letter-spacing: 0;
}
.radio_plan span {
  margin-bottom: 0.5rem;
}

.submitBox {
  position: relative;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .submitBox {
    width: 100%;
  }
}

.submit,
.backBtn {
  color: #fff;
  display: inline-block;
  text-align: center;
  padding: 0.5rem 0 0.5rem 0;
  width: 320px;
  font-size: 2rem;
  font-weight: 700;
  background: url(../images/arrow_w.svg) no-repeat center right 15px/33px 25px #f08300;
  border-radius: 7px;
  border: solid 3px #f08300;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .submit,
.backBtn {
    font-size: 1rem;
    width: 47%;
    background-position: center right 10px;
    background-size: 15px 12px;
  }
}
.submit:hover,
.backBtn:hover {
  color: #f08300;
  background: url(../images/arrow_o.svg) no-repeat center right 15px/33px 25px #fff;
}

.submit2 {
  padding: 0.5rem 2rem 0.5rem 0;
}

.backBtn {
  background: #3f3f3f;
  border-color: #3f3f3f;
}
.backBtn:hover {
  color: #fff;
  background: #666;
}

.required {
  background-color: #e95464;
  color: #fff;
  border-radius: 5px;
  font-size: 1rem;
  padding: 0.1rem 0.5rem;
  line-height: 1;
  margin-left: 0.5rem;
}
@media screen and (max-width: 767px) {
  .required {
    font-size: 0.8rem;
  }
}

.contact_note {
  color: #666;
  font-size: 0.81em;
  margin: 0.25em 0 0;
}

.txt_thanks {
  padding: 2em;
  background-color: #fff;
  font-size: 1.5rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .txt_thanks {
    font-size: 1rem;
    text-align: left;
  }
}
.txt_thanks p {
  margin: 0 0 1em;
}

/*------------------------
	コンタクトフォーム7用
--------------------------*/
/*
.wpcf7-textarea {
	width: 90%;
}
.wpcf7-text {
	width: 60%;
}
.zip1 {
	width: 60px;
}
.zip2 {
	width: 100px;
}
.formtel {
	width: 100px;
	height: 16px;
}
.wpcf7-form-control wpcf7-text zip {
	width: 30%;
}
.addr {
	width: 90%;
}
.contactformsubmit {
	text-align: center;
	height: 60px;
	margin-top: 30px;
}
.wpcf7-submit {
	background: #000;
	color: #FFF;
	text-align: center;
	font-weight: bold;
	border-radius: 5px;
	display: block;
	margin: 0 auto;
	padding: 15px 40px;
	border: none;
}
.wpcf7-submit:hover {
	text-decoration: none;
	opacity: .8;
} */
/*
14:ワードプレス
------------------------------------------------------------
*/
.wp-pagenavi {
  margin-top: 5%;
}
.wp-pagenavi a {
  display: inline-block;
  margin-right: 1em;
}
.wp-pagenavi a:hover {
  color: #9fa0a0;
}
.wp-pagenavi span {
  display: inline-block;
  margin-right: 1em;
}
.wp-pagenavi span.current {
  color: #9fa0a0;
}

/*
15:マージン・パディング
------------------------------------------------------------
*/
.m0 {
  margin-bottom: 0 !important;
}

.m05 {
  margin-bottom: 0.5rem !important;
}

.m1 {
  margin-bottom: 1rem !important;
}

.m2 {
  margin-bottom: 2rem !important;
}

.m3 {
  margin-bottom: 3rem !important;
}

.m4 {
  margin-bottom: 4rem !important;
}

.m5 {
  margin-bottom: 5rem !important;
}

.m6 {
  margin-bottom: 6rem !important;
}

.m7 {
  margin-bottom: 7rem !important;
}

@media screen and (max-width: 767px) {
  .mr0_sp {
    margin-bottom: 0 !important;
  }
}

@media screen and (max-width: 767px) {
  .mr05_sp {
    margin-bottom: 0.5rem !important;
  }
}

@media screen and (max-width: 767px) {
  .mr1_sp {
    margin-bottom: 1rem !important;
  }
}

@media screen and (max-width: 767px) {
  .mr2_sp {
    margin-bottom: 2rem !important;
  }
}

@media screen and (max-width: 767px) {
  .mr3_sp {
    margin-bottom: 3rem !important;
  }
}

@media screen and (max-width: 767px) {
  .mr4_sp {
    margin-bottom: 4rem !important;
  }
}

@media screen and (max-width: 767px) {
  .mr5_sp {
    margin-bottom: 5rem !important;
  }
}

@media screen and (max-width: 767px) {
  .mr6_sp {
    margin-bottom: 6rem !important;
  }
}

@media screen and (max-width: 767px) {
  .mr7_sp {
    margin-bottom: 7rem !important;
  }
}

@media screen and (max-width: 767px) {
  .mr8_sp {
    margin-bottom: 8rem !important;
  }
}

/*
16:Pagination
------------------------------------------------------------
*/
ul.list_pagination {
  width: 100%;
  margin: 5% auto;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid #383838;
  border-bottom: 1px solid #383838;
  font-size: 0.875em;
  padding: 2em 0;
}
ul.list_pagination li {
  width: 49%;
}
ul.list_pagination li.prev {
  margin-right: 2%;
}
ul.list_pagination li.prev a {
  padding-left: 20px;
}
ul.list_pagination li.prev a:before {
  left: 0;
  background: url(../images/right_b.svg) no-repeat center;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
ul.list_pagination li.next {
  text-align: right;
}
ul.list_pagination li.next a {
  padding-right: 20px;
}
ul.list_pagination li.next a:before {
  right: 0;
  background: url(../images/right_b.svg) no-repeat center;
}
ul.list_pagination li a {
  position: relative;
  display: inline-block;
}
ul.list_pagination li a:before {
  position: absolute;
  content: "";
  width: 5px;
  height: 9px;
  top: 10px;
}

/*
アニメーション
------------------------------------------------------------
*/
#top_txt,
#top_txt2,
#top_txt3,
#top_img {
  opacity: 0;
}

.anm-top01 {
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-name: fadeInDown;
          animation-name: fadeInDown;
}

.anm-top02 {
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-name: fadeInDown;
          animation-name: fadeInDown;
}

.anm-top03 {
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-delay: 1.6s;
          animation-delay: 1.6s;
  -webkit-animation-duration: 0.6s;
          animation-duration: 0.6s;
  -webkit-animation-name: anm-big;
          animation-name: anm-big;
}

.anm-top04 {
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-delay: 1.6s;
          animation-delay: 1.6s;
  -webkit-animation-duration: 1.2s;
          animation-duration: 1.2s;
  -webkit-animation-name: fadeInDown;
          animation-name: fadeInDown;
}

.animation_fadeInDown,
.animation_fade,
.animation_big {
  opacity: 0;
}

.fadeInDown {
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-name: fadeInDown;
          animation-name: fadeInDown;
}

.anm-big {
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
  -webkit-animation-name: anm-big;
          animation-name: anm-big;
}

.fadeIn {
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes anm-big {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes anm-big {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
/*
2022.08.02 車種追加
------------------------------------------------------------
*/
.fit {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  font-family: "object-fit: cover; object-position: top;";
}

.fit_c {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  font-family: "object-fit: contain; object-position: center;";
}

.section_carlist {
  padding: 80px 0;
}

.list_carlist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 70px auto 50px;
}
@media screen and (max-width: 767px) {
  .list_carlist {
    margin: 50px auto 30px;
  }
}
.list_carlist li {
  width: 48%;
  margin: 0 4% 5% 0;
}
@media screen and (max-width: 767px) {
  .list_carlist li {
    margin: 0 4% 12% 0;
  }
}
.list_carlist li:nth-child(2n) {
  margin: 0 0 5% 0;
}
@media screen and (max-width: 767px) {
  .list_carlist li:nth-child(2n) {
    margin: 0 0 12% 0;
  }
}
.list_carlist li a {
  display: block;
  font-size: 0;
  border: 7px #f08300 solid;
  padding: 2rem 1rem;
  border-radius: 15px;
  background: #fffbda;
}
@media screen and (max-width: 767px) {
  .list_carlist li a {
    border: none;
    padding: 0;
    background: none;
  }
}
.list_carlist li a:hover {
  opacity: 0.7;
}
.list_carlist li .img_box {
  position: relative;
  margin-bottom: 1rem;
  overflow: hidden;
}
.list_carlist li .img_box::after {
  content: "";
  display: block;
  padding: 75% 0 0 0;
}
.list_carlist li .img_box img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.list_carlist li .img_box.soldout {
  background: #000;
}
.list_carlist li .img_box.soldout img {
  opacity: 0.5;
}
.list_carlist li .img_box.soldout::before {
  content: "SOLD OUT";
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
  position: absolute;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .list_carlist li .img_box.soldout::before {
    font-size: 1.2rem;
  }
}
.list_carlist li .name {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .list_carlist li .name {
    font-size: 1rem;
    letter-spacing: 0;
    line-height: 1.4;
  }
}
.list_carlist li .price {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, rgba(255, 255, 255, 0)), color-stop(30%, #ffee00));
  background: -o-linear-gradient(rgba(255, 255, 255, 0) 70%, #ffee00 30%);
  background: linear-gradient(rgba(255, 255, 255, 0) 70%, #ffee00 30%);
  text-align: center;
  display: inline-block;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .list_carlist li .price {
    font-size: 1.5rem;
    text-align: center;
    display: block;
  }
}
.list_carlist li .price .min {
  font-size: 1rem;
}
@media screen and (max-width: 767px) {
  .list_carlist li .price .min {
    font-size: 0.73rem;
    margin-bottom: 7px;
    display: inline-block;
  }
}
.list_carlist li .dis {
  font-size: 1.3rem;
}
@media screen and (max-width: 767px) {
  .list_carlist li .dis {
    font-size: 0.73rem;
  }
}
.list_carlist li .sinsa_more {
  color: #f08300;
  display: inline-block;
  text-align: center;
  padding: 0.5rem 2rem 0.5rem 0;
  width: 100%;
  font-size: 1rem;
  font-weight: 700;
  position: relative;
  background: #fff;
  border-radius: 7px;
  border: solid 2px #f08300;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .list_carlist li .sinsa_more {
    line-height: 1.2;
    font-size: 0.93rem;
  }
}
.list_carlist li .sinsa_more:before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 22px;
  height: 16.6666666667px;
  right: 1.5rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../images/arrow_o.svg) no-repeat left top/cover;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .list_carlist li .sinsa_more:before {
    right: 10px;
    width: 16.5px;
    height: 12.5px;
  }
}

.detail-slider .item {
  position: relative;
  margin-bottom: 1rem;
  overflow: hidden;
}
.detail-slider .item::after {
  content: "";
  display: block;
  padding: 75% 0 0 0;
}
.detail-slider .item img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.thumb-slider {
  /* 	margin: 20px 0 0 -5px; */
  margin: 20px 0 0 0;
}
@media screen and (max-width: 767px) {
  .thumb-slider {
    margin: 10px 0 0 0;
  }
}
.thumb-slider .item {
  /* 	padding-left: 10px; */
  position: relative;
  margin: 0 5px;
  overflow: hidden;
}
.thumb-slider .item::after {
  content: "";
  display: block;
  padding: 75% 0 0 0;
}
.thumb-slider .item img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.thumb-slider .slick-arrow {
  display: block;
  position: absolute;
  width: 30px;
  height: 30px;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
  top: calc(50% - 20px);
  border-radius: 0;
  border: 0 none;
  padding: 0;
  z-index: 1;
  background: url(../images/ico_arrow.svg) no-repeat center/cover;
}
@media screen and (max-width: 767px) {
  .thumb-slider .slick-arrow {
    width: 30px;
    height: 30px;
    top: calc(50% - 15px);
  }
}
.thumb-slider .slick-arrow.slick-prev {
  left: -10px;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media screen and (max-width: 767px) {
  .thumb-slider .slick-arrow.slick-prev {
    left: -10px;
  }
}
.thumb-slider .slick-arrow.slick-next {
  right: -10px;
}

.carlist_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 auto 50px;
}
@media screen and (max-width: 767px) {
  .carlist_box {
    margin: 0 auto;
  }
}
.carlist_box .left {
  width: 55%;
}
@media screen and (max-width: 767px) {
  .carlist_box .left {
    width: 100%;
    margin: 0 auto 35px;
  }
}
.carlist_box .right {
  width: 45%;
  padding: 0 0 0 3%;
}
@media screen and (max-width: 767px) {
  .carlist_box .right {
    width: 100%;
    margin: 0 auto 15px;
    padding: 0;
  }
}
.carlist_box .right .name {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 767px) {
  .carlist_box .right .name {
    line-height: 1.4;
    letter-spacing: 0;
    font-size: 1.3rem;
    margin-bottom: 1rem;
  }
}
.carlist_box .right .price {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, rgba(255, 255, 255, 0)), color-stop(30%, #ffee00));
  background: -o-linear-gradient(rgba(255, 255, 255, 0) 70%, #ffee00 30%);
  background: linear-gradient(rgba(255, 255, 255, 0) 70%, #ffee00 30%);
  text-align: center;
  display: inline-block;
  line-height: 1;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .carlist_box .right .price {
    margin-bottom: 1rem;
  }
}
.carlist_box .right .price .min {
  font-size: 1rem;
}
.carlist_box .right .att {
  font-size: 0.87rem;
  line-height: 1.5;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .carlist_box .right .att {
    margin-bottom: 1rem;
  }
}
.carlist_box .right .dlist_dis {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.carlist_box .right .dlist_dis dt {
  width: 30%;
}
.carlist_box .right .dlist_dis dd {
  width: 70%;
  padding: 0 0 0 1rem;
}

.list_spec {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.list_spec li {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-bottom: 1px #333 solid;
}
@media screen and (max-width: 767px) {
  .list_spec li {
    width: 100%;
  }
}
.list_spec li .ttl {
  padding: 0.7rem 1rem;
  background: #dcdcdc;
  width: 40%;
}
@media screen and (max-width: 767px) {
  .list_spec li .ttl {
    padding: 0.5rem 0.5rem;
  }
}
.list_spec li .txt {
  padding: 0.7rem 1rem;
  width: 60%;
  background: #eee;
}
@media screen and (max-width: 767px) {
  .list_spec li .txt {
    padding: 0.5rem 0.5rem;
  }
}
.list_spec li.bd_none {
  border-bottom: none;
}
.list_spec li.none {
  border-bottom: none;
}
@media screen and (max-width: 767px) {
  .list_spec li.none {
    display: none;
  }
}
.list_spec li.none .ttl {
  padding: 1.6rem;
}
.list_spec li.none .txt {
  padding: 1.6rem;
}

.section_shinpan {
  padding: 2.5rem 0;
  background-size: 40px 40px;
  background-position: 0 0, 20px 20px;
  background-image: -o-radial-gradient(#f5f5f5 15%, rgba(255, 255, 255, 0) 20%), -o-radial-gradient(#f5f5f5 15%, #fff 20%);
  background-image: radial-gradient(#f5f5f5 15%, rgba(255, 255, 255, 0) 20%), radial-gradient(#f5f5f5 15%, #fff 20%);
}

.ttl_shinpan {
  border-radius: 10px;
  background-color: #f08300;
  padding: 1.8rem 0;
  margin: 0 0 1.5em;
  font-weight: 700;
  font-size: 2.5rem;
  line-height: 1.35;
  color: #fff;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .ttl_shinpan {
    border-radius: 7px;
    font-size: 1.16rem;
  }
}
.ttl_shinpan::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 50px 30px 0 30px;
  border-color: #f08300 transparent transparent transparent;
  position: absolute;
  bottom: -49px;
  left: 0;
  right: 0;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .ttl_shinpan::after {
    border-width: 25px 15px 0 15px;
    bottom: -24px;
  }
}

.txt_shinpan {
  color: #e95464;
  font-weight: 700;
  text-align: center;
  margin: 0 0 1em;
}
.txt_shinpan span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(65%, #fff), color-stop(65%, #ffee00));
  background: -o-linear-gradient(#fff 65%, #ffee00 65%);
  background: linear-gradient(#fff 65%, #ffee00 65%);
}

.list_shinpan {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.list_shinpan li {
  padding: 10px;
  margin: 5px;
  background-color: #fff;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .list_shinpan li {
    padding: 5px;
  }
}
.list_shinpan li .logo_01 {
  width: 132px;
}
@media screen and (max-width: 767px) {
  .list_shinpan li .logo_01 {
    width: 66px;
  }
}
.list_shinpan li .logo_02 {
  width: 169px;
}
@media screen and (max-width: 767px) {
  .list_shinpan li .logo_02 {
    width: 84px;
  }
}
.list_shinpan li .logo_03 {
  width: 112px;
}
@media screen and (max-width: 767px) {
  .list_shinpan li .logo_03 {
    width: 56px;
  }
}
.list_shinpan li .logo_04 {
  width: 119px;
}
@media screen and (max-width: 767px) {
  .list_shinpan li .logo_04 {
    width: 59px;
  }
}
.list_shinpan li .logo_05 {
  width: 122px;
}
@media screen and (max-width: 767px) {
  .list_shinpan li .logo_05 {
    width: 61px;
  }
}
.list_shinpan li .logo_06 {
  width: 95px;
}
@media screen and (max-width: 767px) {
  .list_shinpan li .logo_06 {
    width: 42px;
  }
}
.list_shinpan li .logo_07 {
  width: 320px;
}
@media screen and (max-width: 767px) {
  .list_shinpan li .logo_07 {
    width: 160px;
  }
}
.list_shinpan li .logo_08 {
  width: 68px;
}
@media screen and (max-width: 767px) {
  .list_shinpan li .logo_08 {
    width: 34px;
  }
}
.list_shinpan li .logo_09 {
  width: 105px;
}
@media screen and (max-width: 767px) {
  .list_shinpan li .logo_09 {
    width: 52px;
  }
}
.list_shinpan li .logo_10 {
  width: 239px;
}
@media screen and (max-width: 767px) {
  .list_shinpan li .logo_10 {
    width: 119px;
  }
}
.list_shinpan li .logo_11 {
  width: 225px;
}
@media screen and (max-width: 767px) {
  .list_shinpan li .logo_11 {
    width: 112px;
  }
}
.list_shinpan li .logo_12 {
  width: 162px;
}
@media screen and (max-width: 767px) {
  .list_shinpan li .logo_12 {
    width: 81px;
  }
}



.btn_1 {
    width: 100%;
    text-align: center;
    margin: 2rem auto;
}
span.marker strong {
    color: #D61518;
	  letter-spacing: -0.2rem;
    font-size: 4rem;
    font-weight: bold;
}
.flame_serif_lightblue2 strong {
    font-weight: bold;
    font-size: 3rem;
    letter-spacing: -0.2rem;
}
.inq {
    background-color: #E40012;
    padding: 2rem 0;
}
.inq img {
    max-width: 1190px;
    margin: auto;
    width: 80%;
}
.inq p {
    font-size: 1.5rem;
    text-align: center;
    color: white;
    font-weight: bold;
	margin-bottom: 1rem;
}
.btn1{
	margin-bottom:1rem;
}
.ttl_point strong{
	font-size:3rem;
	color: #E40012;
}
.ttl_point .sml{
font-size:1.8rem;
}
.ttl_point .nums{
font-size:2.5rem;
}
.flame_serif_dot strong{
		font-size:3rem;
	}
.flame_serif_dot span{
		font-size:3rem;
}

@media screen and (max-width: 767px) {

span.marker strong {
    color: #D61518;
	  letter-spacing: 0rem;
    font-size: 2rem;
    font-weight: bold;
}
.flame_serif_lightblue2 strong {
    font-weight: bold;
    font-size: 1.5rem;
    letter-spacing: 0rem;
}
.inq {
    padding: 2rem 0;
}
	
	.ttl_point strong{
	font-size:1.5rem;
	color: #E40012;
}
	.inq p {
    font-size: 0.8rem;
	margin-bottom: 1rem;
}
.ttl_point .sml{
font-size:1rem;
}
.ttl_point .nums{
font-size:1.5rem;
}
	.flame_serif_dot strong{
		font-size:1.5rem;
	}

}

.list_qa li .txt_wrap::before {
  position: absolute;
  top: -58px;
  left: 15px;
  content: "";
  display: inline-block;
  width: 113px;
  height: 117px;
  background: url(../images/waku.png) repeat-x center/contain;
}
@media screen and (max-width: 767px) {
  .list_qa li .txt_wrap::before {
    top: -39px;
    width: 67px;
    height: 67px;
  }
}
.list_qa li .txt_wrap::after {
  position: absolute;
  top: -23px;
  left: 26px;
  content: "Ans.";
  font-weight: 700;
  font-size: 2.37rem;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .list_qa li .txt_wrap::after {
    top: -17px;
    font-size: 1.2rem;
  }
}

.container__darken {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #ec50e4;
  mix-blend-mode: overlay;
}
.upper{
	position:relative;
padding: 4rem 0 4rem 0;
}

.inq a:hover ,list_plan a:hover{
	opacity:0.9
}

.list_plan li img:first-child{
	margin-bottom:1.5em;
}







/* form
============================ */
#form1{
	color:#333;
	background-color:#FCF9E7;
	padding-bottom:5rem;
}
.form_ttl1 {
	margin:auto;
	width: 55%;
}
.form_ttl2 {
	margin:auto;
	padding-top:10rem;
	width: 16rem;
}
.form{
width: 95%;
	margin:auto;
	border-top: 1px solid #fff;
}@media screen and (max-width: 767px) {
.inner {
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
  padding: 0;
}
	}
.exsmall {
	font-size: .8rem;
	width: 100%;
}
.sptxt{    
	font-size: 1.5rem;
	line-height: 3rem;
	margin-top: 6rem;
	letter-spacing: .2rem;}
.form__item {
	padding: 20px 0;
	padding: 1.25rem 0;
	border-top: 2px solid #000;
	display:flex;
}

.form__item-label {
	width: 35%;
	display: flex;
	align-items: center;
	font-size: 1rem;
	flex-wrap: wrap;
	text-align:left;
	padding-bottom:1rem;
}
.section_10 .flame_serif_orange2 img{
	max-width:800px;
	width:80%;
	
}
@media screen and (max-width: 767px) {
.form__item-label {
	width: 47%;
	display: flex;
	align-items: center;
	font-size: 0.8rem;
	flex-wrap: wrap;
	text-align:left;
	padding-bottom:1rem;
}}


.form__item-label-required {
	background-color: #D51518;
	color: white;
	font-size: 15px;
	font-size: 0.9375rem;
	font-size: max(0.9375rem,9px);
	padding: 2px 9px;
	padding: 0.125rem 0.5625rem;
	border-radius: 6px;
	border-radius: 0.375rem;
	margin-left: 10px;
	margin-left: 0.625rem;
	margin-top: 2px;
	margin-top: 0.125rem;
}

.form__item-input {
	flex: 1;
	text-align:left;
}

.form__item-input input[type="text"],
.form__item-input input[type="email"],
.form__item-input textarea {
	width: 100%;
	padding: 10px;
	padding: 0.625rem;
	border: 1px solid #aaa;

}

.form__item-input input {
	font-size: 1rem;
}

.form__item-input textarea {
	font-size: 1rem;
}

.form__item p {
}

.form__item-acceptance {
	text-align: center;
	border-top: 1px solid #fff;
	padding: 20px 0;
	padding: 1.25rem 0;
	display: flex;
	align-items: center;
	justify-content: center;
}
.form__item-acceptance .mwform-checkbox-field {
	font-size: 2rem;
	margin-right: 0;
	margin-bottom: 0;
}

.form__item-acceptance label {
	display: inline-flex;
	align-items: center;
	justify-content: center;
}
.mwform-checkbox-field {
	margin-right: 20px;
	margin-right: 1.25rem;
	font-size: 18px;
	font-size: 1.125rem;
	margin-bottom: 5px;
	margin-bottom: 0.3125rem;
}
.mwform-checkbox-field label{
	display: inline-flex;
	align-items: center;
}
.mw_wp_form .horizontal-item + .horizontal-item {
	margin-left: 0 !important;
}


.form__item-acceptance .wpcf7-list-item-label {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-left: 10px;
	margin-left: 0.625rem;
}

.form__item-label-required {
}

.form__item-acceptance-txt{
	margin:auto;
	width: 100%;
	color:#000;
	border: 1px solid #000;
	background-color: white;
	padding: 1rem;
	height: 10rem;
	overflow-x: scroll;
	font-size: 1.2rem;
	text-align:left;
}

.form__submit {
	text-align: center;
	margin: 40px 0;
	margin: 5rem 0;
}

.form__submit input {
	padding: 15px auto;
	letter-spacing: 0.2em;
	cursor: pointer;
	color:#FF5A00;
	background-color:#fff;
	border:none;
	overflow:hidden;
}


.mw_wp_form_input .btn input{
	height:5rem;
background: linear-gradient(0deg, #C3C4C5 0%, #fff 100%);
  border: solid 3px #B6B7B9;
  color: #585757;
  font-weight: bold;
  font-size: 2rem;
	width: 60%;
}
@media screen and (max-width: 767px) {
.mw_wp_form_input .btn input{
	width: 90%;
}
}
.mw_wp_form_confirm .btn input{
	height:5rem;
background: linear-gradient(0deg, #C3C4C5 0%, #fff 100%);
  border: solid 3px #B6B7B9;
  color: #585757;
  font-weight: bold;
  font-size: 2rem;
	width: 60%;
}
@media screen and (max-width: 767px) {
.mw_wp_form_confirm .btn input{
	width: 90%;
}
	}
.form__item-acceptance .mwform-checkbox-field {
	font-size: 1rem;

}
}

.form__submit input:hover{
	opacity:0.9;
}
.s10 .form .error{
	color:#F10000;
}
/* sfooter
============================ */
.footer {
	margin-top: -2px;
	background-color: white;
	padding-top:1rem;
	padding-bottom:1rem;
}



.thanks {position: relative;}

.thanks__inner {
	padding: 2rem 0;
	width: 100%;
	background-color:#FCF9E7;
    background-repeat: no-repeat;
    background-position: center top;
}

.thanks__title {
	padding-top:3rem;
	font-size: 40px;
	font-size: 2.5rem;
	text-align: center;
	margin-bottom: 40px;
	margin-bottom: 2.5rem;
	letter-spacing: 0.1em;
	color:#333;
	margin: 4rem;
}

.thanks__01 {
	margin-bottom: 40px;

	margin-bottom: 3rem;
}
.thanks .logo{
	margin-bottom:3rem;
}
.thanks_h1 {
	font-weight:bold;
	font-size: 3rem;
	width: 80%;
	text-align:center;
	color:#000;
	margin: 0 auto 8rem;
}
.thanks__txt1 {
	font-weight:bold;
	text-align:left;
	font-size: 1.8rem;
	width: 55%;
	color:#000;
	margin: 0 auto 30px;
	margin: 0 auto 1.875rem;
}
.thanks__txt2 {
	font-weight:bold;
	text-align:left;
	font-size: 1.2rem;
	width: 55%;
	color:#000;
	margin: 0 auto 30px;
	margin: 0 auto 7.875rem;
}
div#kakunin {
	margin: 0 5% 4rem 5%;
	font-size: 2rem;
}
.kakunin{
	text-align:left;
}
.thanks__back {
	text-align: center;
	margin-bottom: 50px;
	margin-bottom: 3.125rem;
}
.thanks__back a {
	color: #000;
	font-size: 40px;
	font-size: 2.5rem;
	text-decoration: none;
	border-bottom: 3px solid #000;
	border-bottom: 0.1875rem solid #000;
	padding-bottom: 5px;
	padding-bottom: 0.3125rem;
}
#formright {
    width: 100%;

}
.formright {
    width: 50%;
    margin-left: 5rem;
}

.header-fix{position:fixed;
	z-index:99999;
	bottom:0;
	display:none;
}

.header-fix.is-active{display:block}
