@charset "UTF-8";
/*
* Theme Name: テンプレート01_05
* Author: Iscream Design
* Version: 1.5
* Description:
*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font-style: normal;
  font-weight: normal;
  vertical-align: baseline;
  background: transparent;
}
body {
  line-height: 1;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}
/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
del {
  text-decoration: line-through;
}
abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-bottom: 1px solid #ddd;
  margin: 0px;
  padding: 0;
}
input,
select {
  vertical-align: middle;
}
img {
  max-width: 100%;
  height: auto;
  border: none;
  vertical-align: middle;
}
strong {
  font-weight: bold;
}

body {
  position: relative;
  font-family: "Hiragino Maru Gothic W4 JIS2004", "游ゴシック", YuGothic,
    "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo,
    "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-size: 15px;
  line-height: 1.6;
  color: #7d5e31;
  min-width: 1054px;
}

a {
  color: #7d5e31;
}
a:hover {
  color: #ac926d;
  text-decoration: none;
}

.container {
  width: 1054px;
}

@media only screen and (max-width: 800px) {
  body {
    min-width: 0px;
  }
  .container {
    width: 100%;
  }
}

/************************************ header_01　左ロゴ・下メニュー*/

.header_01 {
  position: relative;
  z-index: 100;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1);
  padding-top: 20px;
}
.header_01 h1 {
  font-size: 11px;
  width: 325px;
  margin-bottom: 10px;
}
.header_logo {
  padding-top: 10px;
}
.header_contact {
  display: inline-block;
}

.fixed_btn {
  position: fixed;
  z-index: 500;
  right: 0px;
  top: 40%;
}

@media only screen and (max-width: 800px) {
  .header_01 {
    padding-top: 10px;
  }
  .header_01 h1 {
    font-size: 10px;
    width: 100%;
    padding-right: 55px;
    margin-top: 10px;
  }

  .fixed_btn {
    width: 90px;
  }
}

/*グローバルメニュー*/
.header_01 .gNavi > ul {
  background: url(images/shared/gn_bg.png) no-repeat center 50%;
}
.header_01 .gNavi > ul > li {
  float: left;
  width: 14.2857%;
}
.header_01 .gNavi > ul > li > a {
  display: block;
  text-decoration: none;
  color: #fff;
  padding: 14px 10px;
}
.header_01 .gNavi > ul > li > a:hover {
  color: #7d5e31;
}

/* ドロップダウンメニュー */
.gNavi .dd {
  position: relative;
  z-index: 999999;
}
.gNavi .dd ul {
  width: 150%;
  position: absolute;
  display: none;
  background-color: #7d5e31;
  background-color: rgba(125, 94, 49, 0.9);
  padding: 20px 10px 5px;
}
.gNavi .dd ul li {
  margin-bottom: 15px;
}
.gNavi .dd ul li a {
  color: #fff;
  text-decoration: none;
}
.gNavi .dd ul li a:hover {
  opacity: 0.7;
}

@media only screen and (max-width: 800px) {
  /* ハンバーガーメニュー */
  .humberger {
    background: #7dd2d2;
    border-radius: 4px;
    cursor: pointer;
    display: block;
    position: fixed;
    top: 5px;
    right: 5px;
    width: 50px;
    height: 50px;
    z-index: 10000;
  }
  .humberger span {
    background: #fff;
    border-radius: 15px;
    position: absolute;
    left: 10px;
    width: 30px;
    height: 3px;
    transition: 0.4s;
  }
  .humberger span:nth-of-type(1) {
    top: 9px;
  }
  .humberger span:nth-of-type(2) {
    top: 17px;
  }
  .humberger span:nth-of-type(3) {
    top: 25px;
  }
  .humberger:after {
    color: #fff;
    content: "MENU";
    display: block;
    font-size: 10px;
    text-decoration: none;
    text-align: center;
    transition: 0.4s;
    position: absolute;
    left: 0;
    bottom: 1px;
    width: 100%;
  }
  .is-open .humberger:after {
    content: "CLOSE";
  }
  .is-open .humberger span:nth-of-type(1) {
    -webkit-transform: translateY(6px) rotate(-45deg);
    -ms-transform: translateY(6px) rotate(-45deg);
    transform: translateY(6px) rotate(-45deg);
  }
  .is-open .humberger span:nth-of-type(2) {
    opacity: 0;
  }
  .is-open .humberger span:nth-of-type(3) {
    -webkit-transform: translateY(-10px) rotate(45deg);
    -ms-transform: translateY(-10px) rotate(45deg);
    transform: translateY(-10px) rotate(45deg);
  }
  /* ナビ本体 */
  .sp-navi {
    -webkit-text-size-adjust: 100%;
  }
  .sp-navi.is-open .sp-navi-inner {
    opacity: 1;
    visibility: visible;
    z-index: 9999;
  }
  .sp-navi .sp-navi-inner {
    background: #f9f4ed;
    overflow-y: auto;
    opacity: 0;
    visibility: hidden;
    position: fixed;
    top: 0;
    left: 0px;
    height: 100%;
    width: 100%;
    transition: 0.5s;
  }
  .sp-navi .sp-navi-inner > ul {
    padding: 60px 20px 20px;
  }
  .sp-navi .sp-navi-inner > ul > li {
    margin: 0 0 25px;
    position: relative;
  }
  .sp-navi .sp-navi-inner > ul > li > a {
    border-bottom: 4px solid #7dd2d2;
    display: inline-block;
    color: #7d5e31;
    font-size: 20px;
    padding: 0 0 10px;
    text-decoration: none;
  }
  .sp-navi .sp-navi-inner > ul > li > ul {
    padding: 25px 0 0 15px;
  }
  .sp-navi .sp-navi-inner > ul > li > ul > li {
    margin-bottom: 10px;
  }
  .sp-navi .sp-navi-inner > ul > li > ul > li > a {
    color: #7d5e31;
    font-size: 18px;
    text-decoration: none;
  }
  .sp-navi .sp-navi-inner > ul > li.sp-tel {
    background: #fff;
    border-radius: 5px;
    padding: 15px 5px;
    margin: 35px 0 0;
    text-align: center;
  }
  .sp-navi .sp-navi-inner > ul > li.sp-tel a {
    border-color: #7d5e31;
    color: #7d5e31;
    font-size: 25px;
    margin-bottom: 10px;
    padding-bottom: 0;
  }
  .sp-navi .sp-navi-inner > ul > li.sp-tel .time {
    margin: 5px 0 0;
  }
}

/************************************ コンテンツ*/
.contents {
  float: left;
  width: 740px;
}
@media only screen and (max-width: 800px) {
  .contents {
    float: none;
    width: auto;
  }
}
/************************************ 下層 */
/*child*/
.child-list {
  display: flex;
  justify-content: space-around;
}
.child-list li {
  font-size: 18px;
}
/*school*/
.school-box {
  height: 300px;
}
@media only screen and (max-width: 800px) {
  /*child*/
  .child-list {
    justify-content: space-between;
  }
  .child-list li {
    font-size: 14px;
  }
  /*school*/
  .school-box {
    height: auto;
  }
}
/************************************ タイトル*/

.pagettl {
  font-family: "FOT-筑紫Aオールド明朝 Pr6 R", "Times New Roman", "游明朝",
    YuMincho, "Hiragino Mincho ProN", Meiryo, serif !important;
  font-size: 30px;
  line-height: 1.1;
  background-color: #f9f4ed;
  padding: 65px 0px;
}

.heading_back {
  font-family: "FOT-筑紫Aオールド明朝 Pr6 R", "Times New Roman", "游明朝",
    YuMincho, "Hiragino Mincho ProN", Meiryo, serif !important;
  font-size: 23px;
  line-height: 1.2;
  background-color: #f9f4ed;
  padding: 7px 13px 10px;
}
.heading_btmline {
  font-family: "FOT-筑紫Aオールド明朝 Pr6 R", "Times New Roman", "游明朝",
    YuMincho, "Hiragino Mincho ProN", Meiryo, serif !important;
  font-size: 21px;
  line-height: 1.2;
  background: url(images/shared/line01.png) repeat-x left bottom;
  padding-bottom: 10px;
}
.heading_leftcircle {
  font-family: "FOT-筑紫Aオールド明朝 Pr6 R", "Times New Roman", "游明朝",
    YuMincho, "Hiragino Mincho ProN", Meiryo, serif !important;
  font-size: 18px;
  line-height: 1.2;
  background: url(images/under/h5.png) no-repeat left 0.4em;
  padding-left: 15px;
}

@media only screen and (max-width: 800px) {
  .pagettl {
    font-size: 26px;
    padding: 40px 0px;
  }
}

/************************************ サイドバー*/
.rNavi {
  float: right;
  width: 250px;
}

.side_sec01 li a {
  display: block;
  background: url(images/under/ico_arrow_blue.png) no-repeat left 50%;
  text-decoration: none;
  border-bottom: dotted 1px #7f7f7f;
  padding: 10px 0px 10px 15px;
}
.side_sec01 li:last-child a {
  border-bottom: none;
}

@media only screen and (max-width: 800px) {
  .rNavi {
    float: none;
    width: auto;
    max-width: 250px;
    margin: auto;
  }
}

/************************************ フッター */

/************************************ footer_01 */

.footer_01 .text01 {
  display: inline-block;
}

.footer_nav li {
  display: inline-block;
}
.footer_nav li:after {
  content: " | ";
}
.footer_nav li:last-child:after {
  content: "";
}
.footer_nav li a {
  text-decoration: none;
}
.footer_nav li a:hover {
  text-decoration: underline;
}

@media only screen and (max-width: 800px) {
}

/************************************ページトップボタン*/
.pagetop_btn {
  position: fixed;
  right: 20px;
  bottom: 0px;
  padding-bottom: 20px;
  display: none;
  z-index: 999;
}

/************************************テーブル (01_04 追加)*/
.table-bordered {
  border-collapse: collapse;
  border: solid 1px #eee;
  width: 100%;
}
.table-bordered th,
.table-bordered td {
  border: solid 1px #eee;
  padding: 10px;
  vertical-align: middle;
}
.table-bordered th {
  width: 20%;
  text-align: left;
  color: #fff;
  background-color: #7dd2d2;
}

/************************************テーブルレスポンシブ仕様 (01_04 追加)*/
@media only screen and (max-width: 800px) {
  .sp-listlayout {
    border: none !important;
  }
  .sp-listlayout tr {
    display: block;
  }
  .sp-listlayout th {
    border: none !important;
    display: list-item;
    list-style: none;
    width: 100% !important;
  }
  .sp-listlayout td {
    border: none !important;
    display: list-item;
    list-style: none;
    width: 100% !important;
  }
  .sp-listlayout {
    table-layout: fixed;
  }
  .sp-listlayout * {
    word-wrap: break-word;
  }
}
/************************************フォーム (01_04 追加)*/

.mw_wp_form {
  font-size: 13px;
  margin: 0 0 20px; /**
  * ボタン
  */ /**
  * その項目のエラーのwrapper
  */
  /**
  * 必須マーク
  */
  /**
  * 各項目のwrapper
  */
  /**
  * 注釈
  */
}
.mw_wp_form dl {
  border-top: #dddddd solid 1px;
  border-left: #dddddd solid 1px;
  border-right: #dddddd solid 1px;
  margin: 0;
  padding: 0;
  overflow: hidden;
  zoom: 1;
}
.mw_wp_form .formend/*管理画面内でフォームの最後のdlに class="formend" を記入*/ {
  border-bottom: #dddddd solid 1px !important;
}
.mw_wp_form dl dt,
.mw_wp_form dl dd {
  margin: 0;
  padding: 20px 0 15px 10px;
}
.mw_wp_form dl dt {
  float: left;
  font-weight: bold;
  padding-right: 20px;
  width: 25%;
  position: relative;
}
.mw_wp_form dl dt .mwform-require {
  position: absolute;
  top: 20px;
  right: 20px;
}
.mw_wp_form dl dd {
  overflow: hidden;
  zoom: 1;
  border-left: #dddddd solid 1px;
}
.mw_wp_form dl dd input,
.mw_wp_form dl dd textarea,
.mw_wp_form dl dd select {
  border: #cccccc solid 1px;
  border-radius: 3px;
  margin: 0;
  max-width: 88%;
  padding: 9px 12px;
  vertical-align: middle;
}
.mw_wp_form dl dd textarea {
  width: 90%;
}
.mw_wp_form dl dd label {
  margin: 0 10px 0 2px;
}
.mw_wp_form dl dd label input[type="checkbox"],
.mw_wp_form dl dd label input[type="radio"] {
  margin: 0 5px 0 0;
}
.mw_wp_form p.mwform-btn {
  margin-top: 10px;
  text-align: center;
}
.mw_wp_form p.mwform-btn input {
  background-color: #f5f5f5;
  border: #dddddd solid 1px;
  border-radius: 3px;
  color: #000;
  cursor: pointer;
  font-weight: normal;
  padding: 10px 20px;
}
.mw_wp_form p.mwform-btn input + input {
  margin-left: 10px;
}
.mw_wp_form p.mwform-btn input:active,
.mw_wp_form p.mwform-btn input:hover {
  background-color: #eee;
}
.mw_wp_form .mwform-errors {
  margin: 5px 0 0;
  overflow: hidden;
  zoom: 1; /**
  * エラーメッセージ
  */
}
.mw_wp_form .mwform-errors .mwform-error {
  float: left;
  margin: 0 10px 0 0;
}
.mw_wp_form .mwform-errors .mwform-error span {
  background-color: #f7cce6;
  border: #ee4d89 solid 1px;
  border-radius: 3px;
  color: #ee4d89;
  display: inline-block;
  font-size: 85%;
  padding: 3px 6px 2px;
}
.mw_wp_form .mwform-require {
  color: #fff;
  background-color: #ff0000;
  font-size: 85%;
  padding: 1px 5px;
}
.mw_wp_form .mwform-field {
  margin: 0 0 5px;
}
.mw_wp_form .mwform-note {
  font-size: 85%;
}

@media screen and (max-width: 480px) {
  .mw_wp_form dl dt {
    float: none;
    width: auto;
    padding-bottom: 10px;
  }
  .mw_wp_form dl dd {
    padding-top: 0;
    border-left: none;
  }
}

/************************************アーカイブ関連*************************************/

/************************************詳細はこちらボタン(01_04 追加)*/
/* more-btn */
.more-btn a {
  background: url(images/shared/ico_arrow.png) no-repeat 90% 50% #7dd2d2;
  font-family: "FOT-筑紫Aオールド明朝 Pr6 R", "Times New Roman", "游明朝",
    YuMincho, "Hiragino Mincho ProN", Meiryo, serif !important;
  color: #ffffff;
  padding: 7px 50px 10px 40px;
  text-decoration: none;
  display: inline-block;
  border-radius: 30px;
}
.more-btn a:hover {
  opacity: 0.7;
}

/*WP用 投稿表示*/
.topics_sec article ul {
  padding-left: 1.5em;
}
.topics_sec article ul li {
  list-style: outside disc;
}
.topics_sec article p {
  margin-bottom: 15px;
}
.topics_sec article p:last-child {
  margin-bottom: 0px;
}

ol {
  padding-left: 2em;
}
ol li {
  list-style: outside decimal;
}

.list_disc {
  padding-left: 20px;
}
.list_disc li {
  list-style: outside disc;
}

.list_indent {
  padding-left: 1em;
}
.list_indent li {
  text-indent: -1em;
}

/* コンタクト注意文 */
.contact_mobile li {
  display: inline-block;
  vertical-align: top;
  margin-right: 15px;
  padding-left: 20px;
  background-repeat: no-repeat;
  background-position: left 40%;
}
.contact_mobile .docomo {
  background-image: url(images/icon01.png);
}
.contact_mobile .softbank {
  background-image: url(images/icon02.png);
}
.contact_mobile .au {
  background-image: url(images/icon03.png);
}
.contact_mobile .ymobile {
  background-image: url(images/icon04.png);
}

/************************************ ORIGINAL ***********/

.rob.mg10 {
  margin: 0px -10px;
}
.rob.mg10 .coll-1,
.rob.mg10 .coll-2,
.rob.mg10 .coll-3,
.rob.mg10 .coll-4,
.rob.mg10 .coll-5,
.rob.mg10 .coll-6,
.rob.mg10 .coll-7,
.rob.mg10 .coll-8,
.rob.mg10 .coll-9,
.rob.mg10 .coll-10,
.rob.mg10 .coll-11,
.rob.mg10 .coll-12 {
  padding: 0px 10px;
}

.iframe_wrap {
  position: relative;
  width: 100%;
  padding-top: 50%; /* 高さ÷幅 */
}
.iframe_wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.pos-ab {
  width: 100%;
  left: 0px;
  top: 0px;
  height: 100%;
}
.pos-ab .container {
  height: 100%;
}
.pos-ab figure {
  background-color: rgba(255, 255, 255, 0.9);
  height: 100%;
  padding: 10% 6%;
}

.fo27 {
  font-size: 27px;
}

.top_heading {
  background: url(images/shared/line01.png) no-repeat center bottom;
  padding-bottom: 30px;
}

.list_check li {
  background: url(images/shared/ico_check.png) no-repeat left 0.3em;
  padding-left: 30px;
}

.top_art01 .box {
  background: url(images/top_art01_bg.png) no-repeat right bottom;
}
.top_art01_listbox {
  height: 395px;
  position: relative;
}
.top_art01_listbox p.text-center {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
}

.top_art02 .back-white {
  padding: 20px 25px 25px;
}
.top_art02 .back-white .category {
  display: inline-block;
}

.top_art03 {
  background: url(images/top_art03_bg.jpg) no-repeat center top;
  background-size: cover;
}

.top_art04 {
  background: url(images/top_art04_bg.png) no-repeat right bottom;
}
.top_art04 .text01 {
  max-width: 815px;
  margin: auto;
}

.top_art05 .back-cream {
  padding: 35px;
}

.top_art06 .back-white {
  border: solid 1px #abdfdf;
}

.top_art08 dl {
  border-bottom: dotted 1px #d4bb98;
  padding-bottom: 15px;
}
.top_art08 span {
  display: inline-block;
  border-radius: 2px;
}

.salon_pad {
  padding-top: 100px;
}

.info-box {
  border: solid 3px #7dd2d2;
  border-radius: 8px;
  text-align: center;
  padding: 20px 0;
  margin: 0 60px;
}
.info-box p {
  font-size: 23px;
}
.info-box .link {
  text-decoration: none;
}

@media only screen and (max-width: 800px) {
  .top_art01_listbox {
    height: auto;
    position: static;
  }
  .top_art01_listbox p.text-center {
    position: static;
  }
  .pos-ab figure {
    width: 55%;
    padding: 12% 5%;
  }

  .fo27 {
    font-size: 24px;
  }

  .top_art01 .left-pad-10 {
    padding-left: 5px !important;
  }

  .top_art02 .back-white {
    padding: 20px 10px 25px;
  }

  .top_art05 .back-cream {
    padding: 30px 15px;
  }

  .salon_pad {
    padding-top: 30px;
  }

  .info-box {
    margin: 0 0px;
  }
  .info-box p {
     font-size: 16px;
  }
}

/*------------
お問い合わせ
--------------*/
.grecaptcha-badge{
	bottom: 90px!important;
}

.contact-form table {
  border-collapse: collapse;
  margin: 0 0 50px;
  width: 100%;
}
.contact-form table colgroup {
	display: none;
}
.contact-form table tr {
  border-bottom: 1px dashed #ccc;
}
.contact-form table th {
  padding: 20px 40px 20px 0;
  vertical-align: middle;
  text-align: left;
}
.contact-form table td {
  padding: 20px 0;
}
.contact-form .hissu {
  display: inline-block;
  background: #e57373;
  border-radius: 3px;
  color: #fff;
  font-size: 10px;
  padding: 1px 8px;
  margin-left: 15px;
  vertical-align: 1px;
}
.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form input[type="tel"],
.contact-form input[type="number"],
.contact-form select,
.contact-form textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: #f1f1f1;
  border: none;
  border-radius: 2px;
  font-size: 16px;
  padding: 10px;
  width: 100%;
}
.contact-form select::-ms-expand {
  display: none;
}
.contact-form textarea {
  height: 200px;
  resize: vertical;
}
.contact-form input[type="file"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 100%;
}
.contact-form input[type="text"]:focus,
.contact-form input[type="email"]:focus,
.contact-form input[type="tel"]:focus,
.contact-form input[type="number"]:focus,
.contact-form textarea:focus,
.contact-form select:focus {
  outline: 1px solid #419caf;
}
.contact-form .select-wrap {
  position: relative;
}
.contact-form .select-wrap::after {
  content: "";
  border-style: solid;
  border-width: 8px 5px 0 5px;
  border-color: #333 transparent transparent transparent;
  pointer-events: none;
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 10;
}
.contact-form .mwform-radio-field,
.contact-form .mwform-checkbox-field {
  display: inline-block;
  margin-right: 15px;
  margin-left: 0 !important;
}
.contact-form .mwform-radio-field input[type="radio"] {
  display: none;
}
.contact-form .mwform-radio-field label {
  display: inline-block;
  border-radius: 2px;
  position: relative;
  cursor: pointer;
  padding: 0 0 0 30px;
  line-height: 1;
}
.contact-form .mwform-radio-field label:before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  background: #fff;
  border: 2px solid #ddd;
  border-radius: 50%;
  box-sizing: border-box;
}
.contact-form .mwform-radio-field .mwform-radio-field-text:after {
  content: "";
  border-radius: 50%;
  background: #419caf;
  position: absolute;
  top: 50%;
  left: 5px;
  width: 10px;
  height: 10px;
  margin-top: -5px;
  transition: 0.4s;
  -webkit-transform: scale(0);
  transform: scale(0);
}
.contact-form
  .mwform-radio-field
  input[type="radio"]:checked
  + .mwform-radio-field-text:after {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.contact-form .mwform-checkbox-field input[type="checkbox"] {
  display: none;
}
.contact-form .mwform-checkbox-field label {
  display: inline-block;
  cursor: pointer;
  line-height: 1;
  padding: 0 0 0 30px;
  position: relative;
}
.contact-form .mwform-checkbox-field label:before {
  content: "";
  background: #fff;
  border: 2px solid #ddd;
  border-radius: 3px;
  position: absolute;
  top: 50%;
  left: 0;
  width: 20px;
  height: 20px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  box-sizing: border-box;
}
.contact-form .mwform-checkbox-field .mwform-checkbox-field-text:after {
  content: "";
  border-bottom: 3px solid #419caf;
  border-right: 3px solid #419caf;
  width: 7px;
  height: 12px;
  position: absolute;
  top: calc(50% - 6px);
  left: 7px;
  transition: 0.3s;
  -webkit-transform: scale(0) rotate(45deg);
  transform: scale(0) rotate(45deg);
}
.contact-form
  .mwform-checkbox-field
  input[type="checkbox"]:checked
  + .mwform-checkbox-field-text:after {
  -webkit-transform: scale(1) rotate(45deg);
  transform: scale(1) rotate(45deg);
}
.contact-form .mwform-tel-field {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.contact-form .mwform-tel-field input[type="text"] {
  width: 29%;
}
.contact-form .mwform-tel-field input[type="text"]:nth-of-type(1) {
  margin-right: 10px;
}
.contact-form .mwform-tel-field input[type="text"]:nth-of-type(2) {
  margin: 0 10px;
}
.contact-form .mwform-tel-field input[type="text"]:nth-of-type(3) {
  margin-left: 10px;
}
.contact-form .mwform-zip-field input[type="text"] {
  width: 15%;
  min-width: 80px;
  margin: 0 10px;
}
.contact-form .preferred-date {
  overflow: hidden;
}
.contact-form .preferred-date .date {
  width: 45%;
  float: left;
}
.contact-form .preferred-date .time {
  display: flex;
  align-items: center;
  float: right;
  width: 50%;
}
.contact-form .preferred-date .time select {
  width: 80px;
}
.contact-form .preferred-date .time .hour {
  margin: 0 10px;
}
.contact-form .preferred-date .time .minute {
  margin: 0 0 0 10px;
}
.contact-form .birthday {
  display: flex;
  align-items: center;
}
.contact-form .birthday select {
  width: 100px;
}
.contact-form .birthday .year {
  margin: 0 10px;
}
.contact-form .birthday .month {
  margin: 0 10px;
}
.contact-form .birthday .day {
  margin: 0 0 0 10px;
}
.contact-form .submit-btn {
  display: flex;
  justify-content: center;
}
.contact-form .submit-btn [type="submit"] {
  -webkit-appearance: none;
  background: #419caf;
  border: 1px solid #419caf;
  border-radius: 0;
  outline: none;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  padding: 22px 40px;
  letter-spacing: 3px;
  transition: 0.3s;
  width: 250px;
}
.contact-form .submit-btn [type="submit"]:hover {
  opacity: 0.7;
}
.contact-form .submit-btn [type="submit"].back-btn {
  background: #999;
  border: none;
  margin-right: 50px;
}

.mw_wp_form_confirm .select-wrap::after {
  display: none;
}

@media screen and (max-width: 800px) and (min-width: 0px) {
  /*------------
	  お問い合わせ
	  --------------*/
  .contact-form colgroup {
    display: none;
  }
  .contact-form table {
    margin: 0 0 30px;
  }
  .contact-form table tr {
    border-bottom: 1px dashed #ccc;
  }
  .contact-form table th,
  .contact-form table td {
    display: block;
  }
  .contact-form table th {
    padding: 15px 0 10px;
  }
  .contact-form table td {
    padding: 0 0 15px;
  }
  .contact-form .preferred-date {
    overflow: hidden;
  }
  .contact-form .preferred-date .date {
    width: 100%;
    float: none;
    margin: 0 0 10px;
  }
  .contact-form .preferred-date .time {
    width: 100%;
  }
  .contact-form .birthday select {
    width: auto;
    padding: 15px 30px 15px 15px;
  }
  .contact-form .birthday .year {
    margin: 0 5px;
  }
  .contact-form .birthday .month {
    margin: 0 5px;
  }
  .contact-form .birthday .day {
    margin: 0 0 0 5px;
  }
  .contact-form .submit-btns [type="submit"] {
    padding: 15px;
    width: 250px;
  }
  .contact-form .submit-btns [type="submit"].back {
    margin-right: 25px;
  }
}
