@charset "UTF-8";
@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
/*********************************************
ALL
*********************************************/
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  color: #444;
  font-size: clamp(0.8rem, 4vw, 1rem);
  font-weight: 200;
  font-family: "Noto Sans Japanese", sans-serif;
  margin-top: 65px;
  word-break: normal;
}
@media only screen and (max-width: 540px) {
  body {
    margin: 0;
  }
}

.pc {
  display: none;
}
@media only screen and (min-width: 541px) {
  .pc {
    display: inherit;
  }
}

@media only screen and (max-width: 540px) {
  .sp {
    display: initial;
  }
}
@media only screen and (min-width: 541px) {
  .sp {
    display: none;
  }
}

h2 {
  font-size: clamp(1.1rem, 4vw, 1.8rem);
  width: 100%;
  text-align: center;
  font-weight: bold;
  line-height: 1.6em;
  margin-bottom: 4%;
}
@media only screen and (max-width: 540px) {
  h2 {
    margin-bottom: 6%;
  }
}
h2 span {
  color: #e43939;
}
h2.mainTitle {
  margin: 0 auto 60px;
  padding: 0;
  font-size: 35px;
  text-align: center;
}
@media screen and (max-width: 575px) {
  h2.mainTitle {
    font-size: 22px;
    margin: 0 auto 30px;
  }
}
h2.mainTitle:after {
  content: "";
  border-bottom: 5px solid #e5004f;
  width: 100px;
  display: block;
  margin: 15px auto 0;
}

main h3 {
  text-align: center;
  /*font-size: 1.3em;*/
  font-size: clamp(1rem, 3vw, 1.1rem);
  font-weight: bold;
  line-height: 1.6em;
  display: block;
  padding-bottom: 3%;
}
@media only screen and (max-width: 540px) {
  main h3 {
    margin-bottom: 6%;
  }
}
main h3 span {
  color: #e43939;
}

main .inner,
.info .inner,
footer .inner {
  max-width: 1000px;
  margin: 0 auto;
}
@media only screen and (max-width: 1024px) {
  main .inner,
  .info .inner,
  footer .inner {
    width: 94%;
  }
}
dd,
p {
  line-height: 1.6em;
}

strong {
  font-weight: bold;
}

/*----------------------------------------------------
 余白 / 文字
 -----------------------------------------------------*/
.center,
.center-pc {
  text-align: center;
}

@media screen and (max-width: 575px) {
  .center-pc {
    text-align: left;
  }
}
.ptb30 {
  padding: 30px 0;
}
@media screen and (max-width: 575px) {
  .ptb30 {
    padding: 15px 0;
  }
}

.ptb60 {
  padding: 60px 0;
}
@media screen and (max-width: 575px) {
  .ptb60 {
    padding: 60px 0;
  }
}

.ptb120 {
  padding: 120px 0;
}
@media screen and (max-width: 575px) {
  .ptb120 {
    padding: 60px 0;
  }
}

.f_1 {
  font-size: clamp(1.1rem, 2vw, 1.2rem);
  font-weight: bold;
  line-height: 1.6em;
  display: block;
}

.f_2 {
  color: #000;
  font-size: clamp(1.1rem, 2vw, 1.53rem);
  font-weight: bold;
  line-height: 1.6em;
  display: block;
}
.f_2 .number {
  font-size: 30px;
}

.f_3 {
  font-size: clamp(1rem, 2vw, 1.2rem);
  font-weight: bold;
}

@media only screen and (max-width: 540px) {
  .br_sp {
    display: none;
  }
}

/*----------------------------------------------------
背景
 -----------------------------------------------------*/
.bg-gray {
  background: #f2f2f2;
}

/*********************************************
header
*********************************************/
header {
  width: 100%;
  height: 65px;
  padding: 10px 0 0;
  background: #fff;
}
@media only screen and (max-width: 540px) {
  header {
    height: 60px;
    display: table;
  }
}
header .inner {
  width: 1000px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 1024px) {
  header .inner {
    width: 94%;
  }
}
header .inner .logo {
  width: 154px;
  margin-top: 2px;
}
@media only screen and (max-width: 540px) {
  header .inner .logo {
    width: 137px;
  }
}
@media only screen and (max-width: 430px) {
  header .inner .logo {
    width: 120px;
    margin: 14px auto 5px;
  }
}
header .inner .logo img {
  width: 100%;
}

.fixed {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1;
}

/*********************************************
資料請求ボタン
*********************************************/
.btn,
a.btn,
button.btn {
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
}

/****　header：資料請求ボタン　****/
header a.btn {
  color: #fff;
  background-color: #e5004f;
  border: 2px solid #e5004f;
}
header a.btn:hover {
  color: #e5004f;
  background: #fff;
  border: 2px solid #e5004f;
}
@media only screen and (max-width: 540px) {
  header a.btn {
    font-size: 0.8rem;
  }
}
@media only screen and (max-width: 350px) {
  header a.btn {
    font-size: 0.6rem;
    margin-top: 6px;
  }
}
header a.btn-c {
  position: relative;
  padding: 0.6rem 1.4rem 0.6rem 1.4rem;
  border-radius: 100vh;
}
@media only screen and (max-width: 375px) {
  header a.btn-c {
    padding: 0.6rem 0.9rem 0.6rem 1rem;
  }
}
header a.btn-c i {
  margin-right: 0.5rem;
}

/****　全体：資料請求ボタン　****/
main .btn-wrap {
  margin: 60px auto 0;
  padding-top: 27px;
  width: 350px;
}
@media only screen and (max-width: 540px) {
  main .btn-wrap {
    margin: 30px auto 0;
  }
}
@media only screen and (max-width: 375px) {
  main .btn-wrap {
    width: 300px;
  }
}
main .btn-wrap a.btn-c2 {
  font-size: 20px;
  line-height: 1.5em;
  width: 100%;
  position: relative;
  padding: 0 2rem 1.6rem 2rem;
  color: #fff;
  background: #e5004f;
  border-radius: 60px;
  margin-bottom: 5px;
  border: 2px solid #e5004f;
}
@media only screen and (max-width: 540px) {
  main .btn-wrap a.btn-c2 {
    line-height: 1.2em;
    padding: 0 2rem 1rem 2rem;
  }
}
@media only screen and (max-width: 375px) {
  main .btn-wrap a.btn-c2 {
    padding: 0 1rem 1rem 1rem;
    font-size: 1rem;
  }
}
main .btn-wrap a.btn-c2 i {
  margin-right: 1rem;
}
main .btn-wrap a.btn-c2 span {
  font-size: 16px;
  position: absolute;
  top: -1.6rem;
  left: 21%;
  display: block;
  width: 197px;
  padding: 0.2rem 0;
  color: #e5004f;
  border: 2px solid #e5004f;
  border-radius: 100vh;
  background: #fff;
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
}
@media only screen and (max-width: 540px) {
  main .btn-wrap a.btn-c2 span {
    top: -1.4rem;
  }
}
@media only screen and (max-width: 375px) {
  main .btn-wrap a.btn-c2 span {
    left: 19%;
  }
}
main .btn-wrap a.btn-c2 span:before, main .btn-wrap a.btn-c2 span:after {
  position: absolute;
  left: calc(50% - 10px);
  content: "";
}
main .btn-wrap a.btn-c2 span:before {
  bottom: -10px;
  border-width: 10px 10px 0 10px;
  border-style: solid;
  border-color: #e5004f transparent transparent transparent;
}
main .btn-wrap a.btn-c2 span:after {
  bottom: -7px;
  border-width: 10px 10px 0 10px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
}
main .btn-wrap a.btn-c2:hover {
  color: #e5004f;
  background: #fff;
  border: 2px solid #e5004f;
}
main .btn-wrap p {
  color: #e5004f;
  letter-spacing: 0.1em;
  font-weight: bold;
  text-align: center;
}

/*********************************************
メインビジュアル
*********************************************/
.main_img {
  background: url(../images/main_img_bg.png) center bottom repeat-x;
  background-size: 1790px;
}
@media screen and (max-width: 540px) {
  .main_img {
    background: none;
  }
}
.main_img h1 {
  text-indent: -99999px;
  height: 0;
}
.main_img img {
  width: 100%;
  margin: 0 auto;
}
.main_img img.pc {
  max-width: 1000px;
}
.main_img h1 {
  text-indent: -9999px;
  height: 0;
  background: url("../images/main_img_20250526.png") center bottom no-repeat;
  background-size: 100%;
  margin: 0 auto;
  width: 96%;
  padding-bottom: 50%;
}
@media screen and (min-width: 1000px) {
  .main_img h1 {
    width: 1000px;
    padding-bottom: 500px;
  }
}
@media screen and (max-width: 540px) {
  .main_img h1 {
    background: url("../images/main_img_sp_20250526.jpg") 0 0 no-repeat;
    background-size: 100%;
    width: 100%;
    height: 0;
    padding-bottom: 109%;
  }
}

/*********************************************
CVエリア
*********************************************/
.cva .btn-wrap {
  margin-top: 0;
}

/*********************************************
CVエリア2
*********************************************/
.cva2 {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 1;
  background: #fff;
  padding: 6px 0 15px;
}
.cva2 .btn-wrap {
  margin-top: 0;
}

/*********************************************
累計1000社以上が導入
*********************************************/
.store_logo .slider_list {
  margin: 0 10px;
}
@media only screen and (max-width: 540px) {
  .store_logo .slider_list {
    margin: 0 5px;
  }
}
.store_logo img {
  width: 100%;
}

.slider > div:not(:first-child) {
  display: none;
}

/*********************************************
導入企業の声
*********************************************/
.case_area .inner .box {
  margin-bottom: 4%;
}
@media only screen and (max-width: 540px) {
  .case_area .inner .box {
    display: block;
  }
}
.case_area .inner .box dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 540px) {
  .case_area .inner .box dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.case_area .inner .box dl dt {
  width: 49%;
  max-width: 500px;
}
@media only screen and (max-width: 540px) {
  .case_area .inner .box dl dt {
    width: 100%;
  }
}
.case_area .inner .box dl dt img {
  width: 100%;
}
.case_area .inner .box dl dd {
  width: 49%;
}
@media only screen and (max-width: 540px) {
  .case_area .inner .box dl dd {
    width: 100%;
    margin-top: 2%;
  }
}
.case_area .inner .box dl dd h3 {
  text-align: left;
  font-size: clamp(1.3rem, 3vw, 1.1rem);
}
@media only screen and (max-width: 540px) {
  .case_area .inner .box dl dd h3 {
    margin-bottom: 0%;
  }
}
.case_area .inner .box dl dd span {
  font-weight: bold;
  display: block;
  margin: 15px 0;
}
@media only screen and (max-width: 540px) {
  .case_area .inner .box dl dd span {
    margin: 4% 0 2%;
  }
}

/*********************************************
ファンくるを選んだ7つの理由
*********************************************/
.reason_area .inner .box_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 4%;
}
@media only screen and (max-width: 540px) {
  .reason_area .inner .box_list {
    display: inline-block;
  }
}
.reason_area .inner .box_list dl {
  width: 30%;
}
@media only screen and (max-width: 768px) {
  .reason_area .inner .box_list dl {
    width: 31%;
  }
}
@media only screen and (max-width: 540px) {
  .reason_area .inner .box_list dl {
    width: 46%;
    margin: 0 0 4%;
    float: left;
  }
}
.reason_area .inner .box_list dl img {
  width: 100%;
}
.reason_area .inner .box_list dl:nth-child(2), .reason_area .inner .box_list dl:nth-child(3), .reason_area .inner .box_list dl:nth-child(4) {
  margin-left: 3%;
}
@media only screen and (max-width: 768px) {
  .reason_area .inner .box_list dl:nth-child(2), .reason_area .inner .box_list dl:nth-child(3), .reason_area .inner .box_list dl:nth-child(4) {
    margin-left: 4%;
  }
}
@media only screen and (max-width: 540px) {
  .reason_area .inner .box_list dl:nth-child(3) {
    margin-left: 0%;
  }
}
@media only screen and (max-width: 540px) {
  .reason_area .inner .box_list dl:nth-child(2), .reason_area .inner .box_list dl:nth-child(4), .reason_area .inner .box_list dl:nth-child(6) {
    margin-left: 6%;
  }
}
.reason_area .inner .box_list dl dd {
  text-align: left;
}
.reason_area .inner .box_list dl dd span {
  font-size: 1.1em;
  font-weight: bold;
  line-height: 1.6em;
  display: block;
  margin: 15px 0;
  text-align: center;
}
@media only screen and (max-width: 540px) {
  .reason_area .inner .box_list dl dd span {
    margin: 4% 0 2%;
    text-align: left;
  }
}
@media only screen and (max-width: 540px) {
  .reason_area .inner .btn-wrap {
    margin-top: 40px;
  }
}

/*********************************************
充実のサポート体制
*********************************************/
.support_area .inner p {
  text-align: center;
  margin-bottom: 4%;
}
.support_area .inner .box_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin-bottom: 4%;
}
@media only screen and (max-width: 540px) {
  .support_area .inner .box_list {
    display: block;
  }
}
.support_area .inner .box_list dl {
  width: 30%;
}
@media only screen and (max-width: 768px) {
  .support_area .inner .box_list dl {
    width: 31%;
  }
}
@media only screen and (max-width: 540px) {
  .support_area .inner .box_list dl {
    width: 90%;
    margin: 0 auto 6%;
  }
}
@media only screen and (max-width: 540px) {
  .support_area .inner .box_list dl dt {
    width: 60%;
    margin: 0 auto;
  }
}
.support_area .inner .box_list dl dt img {
  width: 100%;
}
.support_area .inner .box_list dl:nth-child(2) {
  margin: 0 5%;
}
@media only screen and (max-width: 768px) {
  .support_area .inner .box_list dl:nth-child(2) {
    margin: 0 3%;
  }
}
@media only screen and (max-width: 540px) {
  .support_area .inner .box_list dl:nth-child(2) {
    margin: 0 auto 6%;
  }
}
.support_area .inner .box_list dl dd span {
  font-size: 1.1em;
  font-weight: bold;
  line-height: 1.6em;
  display: block;
  margin: 15px 0;
}
@media only screen and (max-width: 540px) {
  .support_area .inner .box_list dl dd span {
    margin: 4% 0 2%;
  }
}

/*********************************************
最短7営業日で無料調査を開始できます！
*********************************************/
.day_area .inner .box_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
@media only screen and (max-width: 540px) {
  .day_area .inner .box_list {
    display: block;
  }
}
.day_area .inner .box_list div {
  margin: 6% 1% 0;
}
@media only screen and (max-width: 540px) {
  .day_area .inner .box_list div {
    display: none;
  }
}
.day_area .inner .box_list dl {
  width: 22%;
}
@media only screen and (max-width: 768px) {
  .day_area .inner .box_list dl {
    width: 31%;
  }
}
@media only screen and (max-width: 540px) {
  .day_area .inner .box_list dl {
    width: 90%;
    margin: 0 auto 6%;
  }
}
@media only screen and (max-width: 540px) {
  .day_area .inner .box_list dl dt {
    width: 60%;
    margin: 0 auto;
  }
}
.day_area .inner .box_list dl dt img {
  width: 100%;
}
.day_area .inner .box_list dl dd {
  text-align: center;
  font-weight: bold;
}
.day_area .inner .box_list dl dd span {
  text-align: center;
  font-size: 1.1em;
  line-height: 1.6em;
  width: 53%;
  padding: 1%;
  margin: 4% auto 3%;
  display: block;
  border-radius: 40px;
  background: #fff262;
}
@media only screen and (max-width: 768px) {
  .day_area .inner .box_list dl dd span {
    width: 80%;
  }
}
@media only screen and (max-width: 540px) {
  .day_area .inner .box_list dl dd span {
    width: 40%;
    margin: 4% auto 2%;
  }
}

/*********************************************
会社情報
*********************************************/
.company .inner .box_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 540px) {
  .company .inner .box_list {
    display: block;
  }
}
.company .inner .box_list div:first-child {
  font-weight: bold;
  text-align: center;
  width: 26%;
  margin-right: 4%;
}
@media only screen and (max-width: 540px) {
  .company .inner .box_list div:first-child {
    width: 60%;
    margin: 0 auto;
  }
}
.company .inner .box_list div:first-child img {
  width: 100%;
  height: auto;
  margin-bottom: 5%;
}
.company .inner .box_list div dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1% 0 2%;
  margin: 1% 0;
  border-bottom: 1px solid #dadada;
}
@media only screen and (max-width: 540px) {
  .company .inner .box_list div dl {
    display: block;
  }
}
.company .inner .box_list div dl:last-child {
  border-bottom: 0;
}
.company .inner .box_list div dl dt {
  font-weight: bold;
  width: 100px;
}
@media only screen and (max-width: 540px) {
  .company .inner .box_list div dl dt {
    padding: 5px 0;
  }
}
.company .inner .box_list div:last-child {
  width: 70%;
}
@media only screen and (max-width: 540px) {
  .company .inner .box_list div:last-child {
    width: 90%;
    margin: 0 auto;
  }
}
.company .inner .box_list div ul {
  list-style: disc !important;
  margin-left: 20px;
}

/*********************************************
ファンくるを使って改善箇所を把握・改善
*********************************************/
.introduction .inner div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
@media only screen and (max-width: 540px) {
  .introduction .inner div {
    display: block;
  }
}
.introduction .inner div dl {
  width: 30%;
}
@media only screen and (max-width: 768px) {
  .introduction .inner div dl {
    width: 31%;
  }
}
@media only screen and (max-width: 540px) {
  .introduction .inner div dl {
    width: 90%;
    margin: 0 auto 6%;
  }
}
@media only screen and (max-width: 540px) {
  .introduction .inner div dl dt {
    width: 60%;
    margin: 0 auto;
  }
}
.introduction .inner div dl dt img {
  width: 100%;
}
.introduction .inner div dl:nth-child(2) {
  margin: 0 5%;
}
@media only screen and (max-width: 768px) {
  .introduction .inner div dl:nth-child(2) {
    margin: 0 3%;
  }
}
@media only screen and (max-width: 540px) {
  .introduction .inner div dl:nth-child(2) {
    margin: 0 auto 6%;
  }
}
@media only screen and (max-width: 540px) {
  .introduction .inner div dl:nth-child(3) {
    margin: 0 auto;
  }
}
.introduction .inner div dl dd {
  text-align: center;
}
.introduction .inner div dl dd span {
  font-size: 1.1em;
  font-weight: bold;
  line-height: 1.6em;
  display: block;
  margin: 8% 0 5%;
}
@media only screen and (max-width: 540px) {
  .introduction .inner div dl dd span {
    margin: 4% 0 2%;
  }
}

/*********************************************
店員とファンくる吹き出し
*********************************************/
.comment_area .inner {
  padding-top: 0;
  clear: both;
  display: flow-root;
}
.comment_area .inner .comment_left {
  margin-bottom: 2%;
}
.comment_area .inner .comment_left img {
  width: 100%;
}
.comment_area .inner .comment_right {
  width: 100%;
  /*float: right;*/
}
.comment_area .inner .comment_right img {
  text-align: right;
  width: 100%;
}

/*********************************************
事実！飲食店の売り上げは顧客満足度が大きく関係
*********************************************/
.customer_area .inner {
  clear: both;
  display: flow-root;
}
@media only screen and (max-width: 375px) {
  .customer_area .inner .btnBox {
    padding-top: 4%;
  }
}

/**************　グラフ　**************/
.graph_left img,
.graph_right img {
  width: 100%;
}

.graph_left {
  width: 48%;
  float: left;
  margin-right: 4%;
}

.graph_right {
  width: 48%;
  float: left;
  margin-bottom: 4%;
}

@media only screen and (max-width: 540px) {
  .graph_left,
  .graph_right {
    float: none;
    clear: both;
    width: 90%;
    margin: 0 auto;
  }
}
.graph_left dt,
.graph_right dt {
  text-align: center;
  font-size: 1.3em;
  font-weight: bold;
  line-height: 1.6em;
  display: block;
  padding-bottom: 3%;
  margin: 2% 0 3%;
}
@media only screen and (max-width: 540px) {
  .graph_left dt,
  .graph_right dt {
    font-size: 1em;
  }
}
.graph_left dd,
.graph_right dd {
  text-align: center;
}
@media only screen and (max-width: 540px) {
  .graph_left dd,
  .graph_right dd {
    margin-bottom: 8%;
  }
}

/*********************************************
多くの外食企業が顧客満足度（CS）の重要性に気づき
コロナ禍でも取り組みを続けています！
*********************************************/
/*********************************************
ファンくるを使って改善箇所を把握・改善し、売上アップ
*********************************************/
.plan_area .inner .box_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin-bottom: 4%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (max-width: 540px) {
  .plan_area .inner .box_list {
    display: block;
  }
}
.plan_area .inner .box_list dl {
  width: 30%;
}
@media only screen and (max-width: 768px) {
  .plan_area .inner .box_list dl {
    width: 31%;
  }
}
@media only screen and (max-width: 540px) {
  .plan_area .inner .box_list dl {
    width: 90%;
    margin: 0 auto 6%;
  }
}
@media only screen and (max-width: 540px) {
  .plan_area .inner .box_list dl dt {
    width: 60%;
    margin: 0 auto;
  }
}
.plan_area .inner .box_list dl dt img {
  width: 100%;
}
.plan_area .inner .box_list dl:nth-child(2) {
  margin: 0 0 0 5%;
}
@media only screen and (max-width: 768px) {
  .plan_area .inner .box_list dl:nth-child(2) {
    margin: 0 3%;
  }
}
@media only screen and (max-width: 540px) {
  .plan_area .inner .box_list dl:nth-child(2) {
    margin: 0 auto 6%;
  }
}
.plan_area .inner .box_list dl:last-child {
  margin: 0 0 0 5%;
}
@media only screen and (max-width: 540px) {
  .plan_area .inner .box_list dl:last-child {
    margin: 0 auto;
  }
}
.plan_area .inner .box_list dl dd span {
  text-align: center;
  font-size: 1.1em;
  font-weight: bold;
  line-height: 1.6em;
  display: block;
  margin: 15px 0;
}
@media only screen and (max-width: 540px) {
  .plan_area .inner .box_list dl dd span {
    margin: 4% 0 2%;
  }
}

/*********************************************
よくある質問
*********************************************/
.faq_area .inner div {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 540px) {
  .faq_area .inner div {
    display: block;
  }
}
.faq_area .inner div ul {
  width: 48%;
}
@media only screen and (max-width: 540px) {
  .faq_area .inner div ul {
    width: 94%;
    margin: 0 auto;
    border-bottom: 1px solid #e8e8e8;
    padding-bottom: 6%;
    margin-bottom: 6%;
  }
}
@media only screen and (max-width: 540px) {
  .faq_area .inner div ul:last-child {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
  }
}
.faq_area .inner div ul li {
  font-size: 0.9em;
  width: 100%;
  line-height: 1.6em;
  border-bottom: 1px solid #e8e8e8;
  padding-bottom: 6%;
  margin-bottom: 6%;
}
.faq_area .inner div ul li span {
  color: #444444;
  font-size: 1.1em;
  font-weight: bold;
  margin-bottom: 2%;
  display: block;
}
.faq_area .inner div ul li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}
.faq_area .inner div ul:nth-child(1) {
  margin-right: 5%;
}
@media only screen and (max-width: 540px) {
  .faq_area .inner div ul:nth-child(1) {
    margin-right: auto;
  }
}

/*********************************************
フォーム
*********************************************/
#contents .formWrapper {
  font-weight: 400;
  /*	max-width: 980px;*/
  max-width: 700px;
  width: 90%;
  margin: 0px auto;
}

@media screen and (max-width: 768px) {
  #contents .formWrapper {
    width: 100%;
    margin: 0 auto 60px;
  }
  .mw_wp_form .horizontal-item + .horizontal-item {
    margin-left: 0;
  }
}
#contents .formWrapper dl {
  display: table;
  padding-bottom: 10px;
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  #contents .formWrapper dl {
    width: 100%;
    padding: 10px 0;
    border: none;
    display: block;
  }
}
#contents .formWrapper dl:nth-last-of-type(1) {
  border: none;
}

#contents .formWrapper dl dt {
  letter-spacing: 0.5px;
  min-width: 280px;
  width: 27%;
  padding: 15px;
  background: #f2f2f2;
  display: table-cell;
  vertical-align: middle;
}

@media screen and (max-width: 768px) {
  #contents .formWrapper dl dt {
    width: 100%;
    margin-bottom: 10px;
    display: block;
  }
}
#contents .formWrapper dl dt span {
  display: inherit;
}

#contents .formWrapper dl dt,
#contents .formWrapper dl dd {
  font-size: 16px;
  line-height: 1.6em;
}

@media screen and (max-width: 375px) {
  #contents .formWrapper dl dt,
  #contents .formWrapper dl dd {
    font-size: 15px;
    line-height: 1.5em;
  }
}
#contents .formWrapper dl dd {
  padding: 10px 20px;
  display: table-cell;
  vertical-align: middle;
}

@media screen and (max-width: 768px) {
  #contents .formWrapper dl dd {
    width: 100%;
    display: block;
  }
}
#contents .formWrapper dl dd p:nth-last-of-type(1) {
  margin: 0;
}

#contents .formWrapper .policy {
  width: 100%;
  margin: 20px auto;
  padding: 10px;
  height: 150px;
  overflow: scroll;
  font-size: 14px;
  border: 1px solid #eee;
}

@media screen and (max-width: 768px) {
  #contents .formWrapper .policy {
    width: 94%;
  }
}
#contents .formWrapper .policy dl {
  display: block;
}

#contents .formWrapper .policy dl dt,
#contents .formWrapper .policy dl dd {
  width: 100%;
}

#contents .formWrapper .policy dl dt {
  margin-top: 10px;
  margin-bottom: 5px;
  font-size: 14px;
  background: none;
  padding: 0;
  min-width: inherit;
  display: inherit;
}

#contents .formWrapper .policy dl dd {
  font-size: 13px;
  display: inherit;
  padding: 0;
}

#contents .formWrapper .policy h3 {
  margin: 0;
  padding: 0 0 10px;
  font-size: 16px;
  text-align: center;
  border-bottom: 1px dotted #ccc;
}

@media screen and (max-width: 768px) {
  #contents .formWrapper .policy h3 {
    font-size: 14px;
  }
}
#contents .formWrapper .termsInput {
  text-align: center;
  padding: 20px 0;
}

@media screen and (max-width: 375px) {
  #contents .formWrapper .termsInput {
    font-size: 14px;
  }
}
#contents .formWrapper .required {
  font-size: 11px;
  line-height: 1.4em;
  color: #fff;
  width: 33px;
  background: #e5004f;
  padding: 2px 5px;
  margin-top: 3px;
  margin-right: 15px;
  float: left;
  display: inline-block;
}

@media screen and (max-width: 375px) {
  #contents .formWrapper .required {
    font-size: 11px;
    line-height: 1.3em;
  }
}
#contents .formWrapper .termsInput .required {
  float: none;
  margin: 0 0 0 15px;
}

@media screen and (max-width: 375px) {
  #contents .formWrapper .termsInput .required {
    margin: 0 0 0 10px;
  }
}
#contents .formWrapper .termsInput .wpcf7-list-item label {
  margin: 0;
}

.mw_wp_form label a {
  margin-left: 6px;
}

.mw_wp_form label input[type=checkbox],
.mw_wp_form label input[type=radio] {
  margin-right: 4px;
}

/* #contents form input,  */
#contents form textarea,
#contents form input[type=email],
#contents form input[type=text] {
  margin: 0;
  padding: 5px 10px;
  font-size: 16px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #999;
  border-radius: 4px;
  letter-spacing: 0.1rem;
}

#contents form input[type=tel] {
  margin: 0;
  padding: 5px 10px;
  font-size: 16px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #999;
  border-radius: 4px;
}

input[type=checkbox],
input[type=radio] {
  margin: 0;
}

#contents form textarea {
  width: 97%;
}

#contents form select {
  padding: 8px 10px 8px 5px;
  border: 1px solid #999;
  border-radius: 4px;
  background-color: #fff;
  letter-spacing: 0.1rem;
}

@media screen and (max-width: 575px) {
  #contents form input,
  #contents form textarea,
  #contents form select {
    max-width: 100%;
  }
}
#contents form input:focus,
#contents form textarea:focus,
#contents form select:focus {
  outline: none;
  border: 1px solid #e5004f;
  background-color: #f2f2f2;
}

#contents form input.alert,
#contents form textarea.alert,
#contents form select.alert {
  border: 1px solid #eb6e6e;
  background-color: #ffebeb;
}

#contents form input.alert::-webkit-input-placeholder, #contents form textarea.alert::-webkit-input-placeholder, #contents form select.alert::-webkit-input-placeholder {
  color: #eb6e6e;
}

#contents form input.alert::-moz-placeholder, #contents form textarea.alert::-moz-placeholder, #contents form select.alert::-moz-placeholder {
  color: #eb6e6e;
}

#contents form input.alert:-ms-input-placeholder, #contents form textarea.alert:-ms-input-placeholder, #contents form select.alert:-ms-input-placeholder {
  color: #eb6e6e;
}

#contents form input.alert::-ms-input-placeholder, #contents form textarea.alert::-ms-input-placeholder, #contents form select.alert::-ms-input-placeholder {
  color: #eb6e6e;
}

#contents form input.alert::placeholder,
#contents form textarea.alert::placeholder,
#contents form select.alert::placeholder {
  color: #eb6e6e;
}

#contents form input.button-L1 {
  border: none;
  width: 300px;
  margin: 15px auto 30px;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 60px;
  border: 3px solid #e5004f;
  font-weight: bold;
  padding: 15px;
  text-decoration: none;
  color: #fff;
  position: relative;
  -webkit-box-shadow: 0px 7px 10px -3px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 7px 10px -3px rgba(0, 0, 0, 0.1);
  background: #e5004f;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
}

#contents form input.button-L1:after {
  position: absolute;
  margin: auto;
}

#contents form input.button-L1:hover {
  text-decoration: none;
  color: #e5004f;
  background: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
}

@media screen and (max-width: 575px) {
  #contents form input.button-L1 {
    width: 80%;
  }
}
#contents form input.button-L1:after {
  display: none;
}

#contents form input.button-L1.disable,
a.button-L1.disable {
  -webkit-box-shadow: none;
          box-shadow: none;
  pointer-events: none;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}

#contents form .error {
  margin-top: 5px;
  font-size: 12px;
  font-weight: bold;
}

#contents form .error:before {
  content: "※";
}

#contents .aroundLink {
  width: 100%;
  margin: 20px 0 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

/****************************************************
 * Contact Form 7 
/***************************************************/
.wpcf7 form .wpcf7-response-output {
  /* margin: -50px auto 5%;*/
  margin: 0 auto 5%;
  max-width: 800px;
}

.wpcf7 form .wpcf7-list-item {
  margin: 0;
}

.wpcf7 form #siryou .wpcf7-list-item {
  display: block;
}

.wpcf7 form .wpcf7-list-item-label {
  margin-left: 4px;
}

.formWrapper label,
.formWrapper label input[type=checkbox],
.formWrapper label input[type=radio] {
  cursor: pointer;
}

.formWrapper label a {
  margin-right: 4px;
}

.wpcf7 form label a:hover {
  color: #000;
}

/*********************************************
footer
*********************************************/
footer {
  width: 100%;
}
footer .footer-wrap {
  background: #f1f1f1;
}
footer .logo_f {
  width: 100%;
  text-align: center;
  background: #fff;
  padding: 2% 0;
  display: block;
}
footer .logo_f img {
  width: 250px;
  margin: 0 auto;
}
@media only screen and (max-width: 540px) {
  footer .logo_f img {
    width: 30%;
  }
}
footer a {
  color: #444;
  font-weight: bold;
}
footer a:hover {
  color: #2594ad;
}
footer .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (max-width: 540px) {
  footer .inner {
    display: block;
  }
}
footer .inner .f_left {
  width: 25%;
  margin-right: 10%;
}
@media only screen and (max-width: 540px) {
  footer .inner .f_left {
    width: 100%;
    text-align: center;
    margin: 0 0 10%;
  }
}
footer .inner .f_left img {
  width: 100%;
}
@media only screen and (max-width: 540px) {
  footer .inner .f_left img {
    width: 50%;
  }
}
@media only screen and (max-width: 540px) {
  footer .inner .f_right {
    width: 100%;
    display: block;
  }
}
footer .inner .f_right dl {
  margin-right: 7%;
  width: 80%;
}
@media only screen and (max-width: 540px) {
  footer .inner .f_right dl {
    margin: 0 auto;
    width: 100%;
  }
}
footer .inner .f_right dl dt {
  font-weight: bold;
  line-height: 1.6em;
}
footer .inner .f_right dl dt:nth-child(1) {
  font-size: 1.5em;
  margin-bottom: 4%;
}
@media only screen and (max-width: 540px) {
  footer .inner .f_right dl dt:nth-child(1) {
    font-size: 1.2em;
  }
}
footer .inner .f_right dl dd {
  margin-bottom: 2%;
}
footer .inner .f_right .pmark {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 540px) {
  footer .inner .f_right .pmark {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
footer .inner .f_right .pmark img {
  width: 65px;
}
footer .inner .f_right .pmark p {
  font-size: 0.7rem;
  line-height: 1.2rem;
  width: 220px;
  margin: 0 0 0 20px;
  display: block;
}
footer .copy {
  text-align: center;
  padding: 2% 0 6%;
}
@media only screen and (max-width: 540px) {
  footer .copy {
    padding: 20px 0;
  }
}
footer .copy a {
  font-weight: 300;
  text-decoration: none;
}

/****************************************************
reCAPTCHA v3
/***************************************************/