@charset "UTF-8";
@media (min-width: 1100px) {
  .hidden-pc {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 1099px) {
  .hidden-tab {
    display: none;
  }
}

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

/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  box-sizing: border-box;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  line-height: 1.15;
  /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
  /* 2 */
  border-top-width: 1px;
  box-sizing: content-box;
  clear: both;
  color: inherit;
  /* 1 */
  height: 0;
  margin: 0;
  /* 1 */
  overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  color: inherit;
  text-decoration: none;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline;
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border-radius: 0;
  color: inherit;
  font: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  text-align: inherit;
  vertical-align: middle;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type="checkbox"] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: checkbox;
}

[type="radio"] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
  appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}

button[disabled],
[type="button"][disabled],
[type="reset"][disabled],
[type="submit"][disabled] {
  cursor: default;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  min-width: 0;
  padding: 0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type="search"] {
  outline-offset: -2px;
  /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  padding: 0;
  vertical-align: top;
}

th {
  font-weight: bold;
  text-align: left;
}

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* PC */
/* SP */
/* 左揃え、中央揃え、右揃え */
._left {
  text-align: left;
}

._center {
  text-align: center;
}

._right {
  text-align: right;
}

._bold {
  font-weight: bold;
}

._normal {
  font-weight: 500;
}

._crm1 {
  color: #844444;
}

._crm2 {
  color: #A47D72;
}

._crm3 {
  color: #D8CDAE;
}

/* ボックスサイズ算出をborer-boxに */
*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 62.5%;
  /*rem算出をしやすくするために*/
}

/* innerの幅 */
[class*='-inner'] {
  margin: 0 auto;
  padding: 50px 0;
  width: 1100px;
  /* 横並び＋スマホ時一列に */
  /* スマホ時のinner幅 */
}

@media (max-width: 1099px) {
  [class*='-inner'] {
    width: 95%;
  }
}

@media (max-width: 767px) {
  [class*='-inner'] {
    padding: 30px 0;
    width: 90%;
  }
}

/* タイトルの文字サイズ */
[class*="-tit"] {
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.7;
}

@media (max-width: 767px) {
  [class*="-tit"] {
    font-size: 2rem;
  }
}

/* 本文の文字サイズ */
[class*="-txt"] {
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 1.6rem;
  line-height: 1.7;
  margin-bottom: 15px;
}

@media (max-width: 767px) {
  [class*="-txt"] {
    font-size: 1.3rem;
  }
}

/* 本文の文字サイズ */
p {
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 1.6rem;
  line-height: 1.7;
}

@media (max-width: 767px) {
  p {
    font-size: 1.3rem;
  }
}

/* リンクの文字サイズ */
a {
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 1.6rem;
  line-height: 1.7;
}

@media (max-width: 767px) {
  a {
    font-size: 1.3rem;
  }
}

/* リストの文字サイズ */
ul, ol {
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 1.6rem;
  line-height: 1.7;
}

@media (max-width: 767px) {
  ul, ol {
    font-size: 1.3rem;
  }
}

/* テーブルの文字サイズ */
table {
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 1.6rem;
  line-height: 1.7;
}

@media (max-width: 767px) {
  table {
    font-size: 1.3rem;
  }
}

/* figureの設定 */
[class*='-pic'] {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-flex-wrap: wrap;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

[class*='-pic'] img {
  width: 100%;
}

[class*='-pic'] figcaption {
  margin: 20px 0 0;
}

.wp-block-image {
  margin-bottom: 30px !important;
}

/*ボタン共通のスタイル */
._btn,
a._btn,
button._btn {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-transition: all 0.3s;
  color: #333;
  cursor: pointer;
  display: inline-block;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.5;
  margin: 0 0 15px;
  padding: 1.4rem 3rem;
  position: relative;
  text-align: center;
  text-decoration: none !important;
  transition: all 0.3s;
  user-select: none;
  vertical-align: middle;
  /* 背景色ボタン */
  /* 背景色ボタン2 */
  /* 背景色ボタン3 */
  /* 背景色ボタン4 */
  /* 白抜きボタン */
  /* 角丸ボタン */
  /* 左右にfontawsome */
}

@media (max-width: 767px) {
  ._btn,
  a._btn,
  button._btn {
    font-size: 1.5rem;
    padding: 1.4rem 2.5rem;
  }
}

._btn._crm1,
a._btn._crm1,
button._btn._crm1 {
  background-color: #844444;
  border: 2px solid #844444;
  color: #fff !important;
}

._btn._crm1:hover,
a._btn._crm1:hover,
button._btn._crm1:hover {
  background: #fff;
  border: 2px solid #844444;
  color: #844444 !important;
}

._btn._crm2,
a._btn._crm2,
button._btn._crm2 {
  background-color: #A47D72;
  border: 2px solid #A47D72;
  color: #fff !important;
}

._btn._crm2:hover,
a._btn._crm2:hover,
button._btn._crm2:hover {
  background: #fff;
  border: 2px solid #A47D72;
  color: #A47D72 !important;
}

._btn._crm3,
a._btn._crm3,
button._btn._crm3 {
  background-color: #D8CDAE;
  border: 2px solid #D8CDAE;
  color: #fff !important;
}

._btn._crm3:hover,
a._btn._crm3:hover,
button._btn._crm3:hover {
  background: #fff;
  border: 2px solid #D8CDAE;
  color: #D8CDAE !important;
}

._btn._crm4,
a._btn._crm4,
button._btn._crm4 {
  background-color: #AC4D4D;
  border: 2px solid #AC4D4D;
  color: #fff !important;
}

._btn._crm4:hover,
a._btn._crm4:hover,
button._btn._crm4:hover {
  background: #fff;
  border: 2px solid #AC4D4D;
  color: #AC4D4D !important;
}

._btn._bd,
a._btn._bd,
button._btn._bd {
  background-color: #fff;
  border: 2px solid #844444;
  color: #844444;
}

._btn._bd:hover,
a._btn._bd:hover,
button._btn._bd:hover {
  background-color: #844444;
  border: 2px solid #844444;
  color: #fff;
}

._btn._brds,
a._btn._brds,
button._btn._brds {
  border-radius: 100vh;
}

._btn .fa-position-right,
a._btn .fa-position-right,
button._btn .fa-position-right {
  position: absolute;
  right: 1rem;
  top: calc(50% - .5em);
}

._btn .fa-position-left,
a._btn .fa-position-left,
button._btn .fa-position-left {
  left: 1rem;
  position: absolute;
  top: calc(50% - .5em);
}

/* 電話 */
._tel {
  margin-right: 10px;
}

._tel a {
  background: #FFFCD9;
  border: 2px solid #A47D72;
  border-radius: 5px;
  display: block;
  height: 60px;
  position: relative;
  width: 250px;
}

._tel a > i {
  color: #A47D72;
  font-size: 3.5rem;
  left: 20px;
  position: absolute;
  top: 7px;
  width: 50px;
}

._tel a span {
  display: block;
  position: absolute;
}

._tel a span._num {
  color: #A47D72;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 2rem !important;
  font-weight: bold;
  left: 60px;
  top: 2px;
  width: 180px;
}

._tel a span._txt {
  bottom: 5px;
  color: #333;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 1.1rem !important;
  font-weight: bold;
  left: 50px;
  width: 180px;
}

/* メール */
.quest-intro {
  font-size: 2rem;
  margin: 0 0 50px;
  text-align: center;
}

@media (max-width: 767px) {
  .quest-intro {
    font-size: 1.5rem;
    margin: 10px 0 30px;
    text-align: left;
  }
}

.quest-list {
  margin: 1em !important;
  padding-left: 1em !important;
}

.quest-item {
  border-bottom: 1px dotted #707070;
  padding: 15px 0;
}

.quest-item h4 {
  font-weight: bold;
}

.quest-table._normal th, .quest-table._normal td {
  display: block;
  width: 100%;
}

.quest-table._normal th {
  border: none;
  margin-bottom: 20px;
}

.quest-table._normal td {
  border: none;
  margin-bottom: 30px;
  padding: 0;
}

.quest-table._normal td._error:after {
  color: #f54c25;
  content: '\f071 項目を入力してください。';
  display: block;
  font-family: "Font Awesome 5 Free";
  font-size: 1.4rem;
  font-weight: 900;
  letter-spacing: 0.05em;
  margin-top: 8px;
}

.quest-table._normal td._error2:after {
  background: #fff4f5;
  border: 2px solid #ef9b9b;
  border-radius: 5px;
  color: #f54c25;
  content: '※項目を選択してください。';
  display: block;
  font-weight: bold;
  margin-top: 10px;
  padding: 7px 10px;
}

.quest-table._normal ._indent {
  display: block;
}

.quest-table._normal ._indent th {
  background: #ddd;
}

.quest-table._normal th._indent {
  background: #ddd;
}

.quest-table._normal p.red {
  color: red;
  margin-top: 15px;
}

.quest-table._normal._programid th {
  background: #fff;
  font-weight: bold;
  margin-bottom: 0;
  padding: 15px 0;
}

.quest-table._normal._programid td {
  background: #f4f2eb;
  border: none !important;
  border-radius: 5px;
  padding: 15px 20px;
}

.quest-table._normal._programid p {
  margin-bottom: 10px;
  margin-top: 10px;
}

.dm_personal {
  opacity: 0.4;
}

._btn._back {
  background: #f9f9f9;
  border: 1px solid;
  color: #4f4f4f;
  display: block;
  font-size: 1.5rem;
  font-weight: normal;
  margin: 0 auto 10px;
  max-width: 300px;
  padding: 10px;
}
