@charset "UTF-8";
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  margin: 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 90%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 0; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */ }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

li {
  list-style: none; }

/* ===================================================================
CSS information

 File Name  : util.css
 Style Info : 案件に依存せず汎用的に使うClassを定義
=================================================================== */
*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.inline {
  display: inline; }

.inline_block {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

.block {
  display: block; }

.flex {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex; }

/* 横逆順 */
.fx_r_reverse {
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  -o-flex-direction: row-reverse;
  flex-direction: row-reverse; }

/* 縦逆順 */
.fx_c_reverse {
  -webkit-flex-direction: column-reverse;
  -moz-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  -o-flex-direction: column-reverse;
  flex-direction: column-reverse; }

/*アイテム折返し*/
.fx_wrap {
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap; }

/* 等間隔に配置 */
.fx_between {
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between; }

/* センターに配置 */
.fx_center {
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center; }

/* 右側に配置 */
.fx_end {
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -o-justify-content: flex-end;
  justify-content: flex-end; }

/*上下中央寄せ*/
.fx_all_center {
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center; }

.table_cell {
  display: table-cell;
  vertical-align: middle; }

.fr {
  float: right; }

.fl {
  float: left; }

.tC {
  text-align: center; }

.tR {
  text-align: right; }

.pc_none {
  display: none; }

.clearfix:after {
  content: "";
  display: block;
  clear: both; }

.alpha:hover {
  opacity: 0.7; }

.no_alpha {
  opacity: 1 !important; }

@media screen and (max-width: 767px) {
  .pc_none {
    display: block; }

  .sp_none {
    display: none; }

  .fl, .fr {
    box-sizing: border-box;
    width: 100% !important;
    float: none !important; }

  .sp_block {
    -webkit-display: block;
    -moz-display: block;
    -ms-display: block;
    -o-display: block;
    display: block; } }
/* ===================================================================
CSS information

 File Name  : loading.css
 Style Info : ローディング(pace.js)に使うClassを定義
=================================================================== */
.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transform: translate3d(0, -50px, 0);
  -ms-transform: translate3d(0, -50px, 0);
  transform: translate3d(0, -50px, 0);
  -webkit-transition: -webkit-transform .5s ease-out;
  -ms-transition: -webkit-transform .5s ease-out;
  transition: transform .5s ease-out; }

.pace.pace-active {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.pace .pace-progress {
  display: block;
  position: fixed;
  z-index: 2000;
  top: 0;
  right: 100%;
  width: 100%;
  height: 10px;
  background: #d30f19;
  pointer-events: none; }

.site_header,
main,
.site_footer {
  transition: opacity .5s; }

.site_header,
main,
.site_footer {
  opacity: 0; }

.pace-done .site_header,
.pace-done main,
.pace-done .site_footer {
  opacity: 1; }

/* ===================================================================
CSS information

 File Name  : common.css
 Style Info : 共通部分に使うClassを定義
=================================================================== */
/* =======================
	変数宣言
======================= */
/* =======================
	基本設定
======================= */
html {
  font-size: 62.5%; }

body {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  line-height: 1.8;
  color: #1a1a1a;
  letter-spacing: .03em;
  font-size: 14px;
  font-size: 1.4rem;
  padding-top: 170px;
  word-wrap: break-word;
  overflow-wrap: break-word;
  }
  @media screen and (max-width: 767px) {
    body {
      padding-top: 104px; } }

  @media screen and (max-width: 767px) {
    main {
      overflow: hidden;
    }
  }

.ttl--chiebukuro b, .bg--menu a, #faq .faq__item dt::before {
  font-family: "Sawarabi Mincho"; }

img {
  max-width: 100%;
  height: auto;
  vertical-align: top; }

a {
  color: #1a1a1a;
  text-decoration: none; }
  a:hover {
    text-decoration: underline; }

/* =======================
	タイトル
======================= */
.ttl {
  font-size: 24px;
  font-size: 2.4rem;
  margin-bottom: 10px; }
  .ttl--company {
    font-size: 16px;
    font-size: 1.6rem; }
  .ttl--chiebukuro span {
    color: #df535a;
    font-size: 16px;
    font-size: 1.6rem;
    display: block; }
  .ttl--chiebukuro b {
    font-size: 32px;
    font-size: 3.2rem;
    font-weight: normal; }
  @media screen and (max-width: 767px) {
    .ttl {
      margin-bottom: 5px;
    }
    .ttl--chiebukuro span {
      font-size: 1.45rem;
    }
  }

/* =======================
	ボタン
======================= */
.btn--more {
  margin: 30px auto 70px;
  text-align: center; }
  .btn--more a {
    font-size: 16px;
    font-size: 1.6rem;
    display: inline-block;
    border: #d30f19 1px solid;
    padding: 10px 90px;
    border-radius: 5px;
    background-color: #fff;
    transition: all .3s; }
    .btn--more a:hover {
      background-color: #d30f19;
      color: #fff;
      text-decoration: none; }
  @media screen and (max-width: 767px) {
    .btn--more a {
      padding: 12px;
      width: 90%;
      line-height: 1.5!important;
    }
  }

.btn--fill {
  margin: 60px auto;
  text-align: center; }
  @media screen and (max-width: 767px) {
    .btn--fill {
      width: 100%; } }
  .btn--fill a {
    font-size: 16px;
    font-size: 1.6rem;
    display: inline-block;
    background-color: #d30f19;
    color: #fff;
    padding: 10px 90px;
    border-radius: 5px;
    font-weight: normal;
    transition: all .3s; }
    @media screen and (max-width: 767px) {
      .btn--fill a {
        padding: 10px 0;
        width: 100%;
        box-sizing: border-box; } }
    .btn--fill a:hover {
      text-decoration: none;
      opacity: .5; }
.btn--pink {
  margin: 30px auto;
  text-align: center; }
  @media screen and (max-width: 767px) {
    .btn--pink {
      width: 100%; } }
  .btn--pink a {
    font-size: 16px;
    font-size: 1.6rem;
    display: inline-block;
    border: #e6797f 1px solid;
    padding: 15px 90px;
    background-color: #fff;
    transition: all .3s; }
    @media screen and (max-width: 767px) {
      .btn--pink a {
        padding: 10px 0;
        width: 100%;
        box-sizing: border-box; } }
    .btn--pink a:hover {
      background-color: #e6797f;
      color: #fff;
      text-decoration: none; }
.btn--search {
  margin-bottom: 20px; }
  .btn--search.is_open a::before {
    transform: rotate(90deg);
    top: 30%; }
  .btn--search a {
    display: inline-block;
    color: #c3af99;
    position: relative;
    padding: 5px 40px 5px 20px;
    border-bottom: #c3af99 2px solid; }
    .btn--search a:hover {
      text-decoration: none; }
    .btn--search a::before {
      transition: all .3s;
      position: absolute;
      top: 50%;
      right: 20px;
      transform: translateY(-50%);
      width: 0;
      height: 0;
      padding: 0;
      content: '';
      border-style: solid;
      border-width: 6px 0 6px 10px;
      border-color: transparent transparent transparent #d30f19;
      pointer-events: none; }
      @media screen and (max-width: 767px) {
        .btn--search a::before {
          right: 10px; } }

/* =======================
	背景
======================= */
.bg--pink {
  background-color: #ffe5e6; }
.bg--gray {
  background-color: #f4f1ed; }

/* =======================
	マーカー(テキストの背景に色を敷く)
======================= */
.marker--bg_white {
  background-color: #fff; }
.marker--border {
  color: #df535a;
  border-bottom: #df535a 1px solid; }

/* =======================
	2カラムレイアウト
======================= */
.row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start; }
  @media screen and (max-width: 767px) {
    .row {
      flex-direction: column; } }

/* =======================
	テーブル
======================= */
.table th {
  font-weight: normal;
  text-align: left;
  width: 25%; }
  @media screen and (max-width: 767px) {
    .table th {
      width: 28%; } }
.table th, .table td {
  padding: 10px 20px; }
  @media screen and (max-width: 767px) {
    .table th, .table td {
      padding: 5px; } }

/* =======================
	検索
======================= */
#search {
  margin: 40px 0; }
  @media screen and (max-width: 767px) {
    #search {
      margin: 0 0 20px 0; } }
  #search .flex {
    justify-content: flex-end; }
    @media screen and (max-width: 767px) {
      #search .flex {
        display: block; } }

.search {
  overflow: hidden;
  text-align: center;
  margin-right: 40px; }
  @media screen and (max-width: 767px) {
    .search {
      margin-right: 0;
      margin-bottom: 20px; } }
  .search:last-of-type {
    margin-right: 0; }
  .search.select {
    width: 200px;
    position: relative;
    border-radius: 1px;
    border: 2px solid #dfd6cb;
    background: #ffffff;
    transition: all .3s;
  }
    @media screen and (max-width: 767px) {
      .search.select {
        width: 80%; }
    }
    .search.select:hover {
      border-color: #d30f19; }
    .search.select::before {
      position: absolute;
      top: 50%;
      right: 15px;
      transform: translateY(-50%);
      width: 0;
      height: 0;
      padding: 0;
      content: '';
      border-left: 6px solid transparent;
      border-right: 6px solid transparent;
      border-top: 10px solid #d30f19;
      pointer-events: none; }
      @media screen and (max-width: 767px) {
        .search.select::before {
          right: 10px; } }
    .search.select select {
      width: 100%;
      padding-right: 1em;
      cursor: pointer;
      text-indent: 1px;
      text-overflow: ellipsis;
      border: none;
      outline: none;
      background: transparent;
      background-image: none;
      box-shadow: none;
      -webkit-appearance: none;
      appearance: none;
      padding: 8px 40px 8px 8px;
      color: #B59C7A; }
      @media screen and (max-width: 767px) {
        .search.select select {
          padding-right: 20px; } }
      .search.select select::-ms-expand {
        display: none; }
  .search.input {
    width: 250px;
   }
  .search.input {
    position: relative; }
    .search.input input[type="text"] {
      -webkit-appearance: none;
      appearance: none;
      border: none;
      outline: none;
      border-bottom: 2px solid #dfd6cb;
      padding: 10px 40px 10px 10px;
      transition: all .3s; }
      @media screen and (max-width: 767px) {
        .search.input input[type="text"] {
          padding-right: 20px; } }
      .search.input input[type="text"]:hover, .search.input input[type="text"]:focus {
        border-bottom-color: #d30f19; }
    .search.input input[type="submit"] {
      -webkit-appearance: none;
      appearance: none;
      border: none;
      outline: none;
      background-image: url(../img/common/icon_search_01.png);
      background-position: right center;
      background-repeat: no-repeat;
      background-size: auto 60%;
      padding: 10px;
      position: absolute;
      right: 10px;
      top: 0;
      transition: all .3s;
      background-color: transparent; }
      @media screen and (max-width: 767px) {
        .search.input input[type="submit"] {
          background-size: auto 50%; } }
      .search.input input[type="submit"] :hover {
        opacity: .5; }
  @media screen and (max-width: 767px) {
    .search.tag {
      width: 80%;
      display: block;
      margin-bottom: 0; } }
  @media screen and (max-width: 767px) {
    .search.keyword {
      width: 100%;
      display: block;
      margin: 10px 0 30px 0;
      padding: 0;
      text-align: left;
    }
    .search.input.keyword input[type="text"] {
      width: 100%;
    }
  }

  input::-webkit-input-placeholder {
    color: #c3af99; }
  input:-moz-placeholder {
    color: #c3af99;
    opacity: 1; }
  input::-moz-placeholder {
    color: #c3af99;
    opacity: 1; }
  input:focus::-webkit-input-placeholder {
    color: transparent; }
  input:focus:-moz-placeholder {
    color: transparent; }
  input:focus::-moz-placeholder {
    color: transparent; }

  textarea::-webkit-input-placeholder {
    color: #c3af99; }
  textarea:-moz-placeholder {
    color: #c3af99;
    opacity: 1; }
  textarea::-moz-placeholder {
    color: #c3af99;
    opacity: 1; }
  textarea:focus::-webkit-input-placeholder {
    color: transparent; }
  textarea:focus:-moz-placeholder {
    color: transparent; }
  textarea:focus::-moz-placeholder {
    color: transparent; }

  #wpmem_profile_form input::-webkit-input-placeholder {
      opacity: 0; }
  #wpmem_profile_form input:-moz-placeholder {
      opacity: 0; }
  #wpmem_profile_form input::-moz-placeholder {
      opacity: 0; }

/* =======================
	ヘッダ
======================= */
.site_header {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  background-color: #fff;
  z-index: 20;
  transition: all 0.4s ease-in-out 0s;
}
  .site_header__inner {
    width: 1000px;
    margin: 0 auto;
    padding: 40px 0;
    position: relative;
    transition: all .3s;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 172px; }
    @media screen and (max-width: 767px) {
      .site_header__inner {
        width: 100%;
        height: auto;
        padding: 20px 0 10px 0;
        align-items: flex-start; } }
  .site_header__inner.small {
    padding: 20px 0;
    height: 72px; }
    @media screen and (max-width: 767px) {
      .site_header__inner.small {
        height: auto;
        padding: 10px 0; } }
  .site_header__id {
    width: 328px;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2; }
    .site_header__id--sp {
      width: 56%;
      margin-left: -10px; }
      .site_header__id--sp.small {
        width: 30%;
        margin-left: 5%; }
    .site_header__id a {
      display: block;
      transition: all .3s; }
      .site_header__id a:hover {
        opacity: .5; }
  .site_header__id.small {
    width: 110px; }
  .site_header__nav {
    width: 176px;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1; }
    @media screen and (max-width: 767px) {
      .site_header__nav {
        display: none; } }
    .site_header__nav a {
      position: relative;
      font-size: 18px;
      font-size: 1.8rem;
      padding-bottom: 3px;
      }
      .site_header__nav a::before {
        position: absolute;
        right: 0;
        bottom: 0;
        content: "";
        width: 100%;
        height: 2px;
        background: #1a1a1a;
        transition: all 0.3s ease-in-out 0s;
      }
      .site_header__nav a:hover::before {
        width: 0;
      }
      .site_header__nav a:hover {
        text-decoration: none;
        border-bottom: none; }
  .site_header__login {
    display: flex;
    justify-content: space-between;
    align-items: center;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3; }
    @media screen and (max-width: 767px) {
      .site_header__login {
        margin-right: 5%; } }
    .site_header__login .login {
      margin-right: 40px; }
      @media screen and (max-width: 767px) {
        .site_header__login .login {
          margin-right: 20px; } }
      .site_header__login .login a {
        cursor: pointer;
        position: relative;
        display: block;
        padding: 3px 10px 3px 20px;
        font-size: 14px;
        font-size: 1.4rem;
        background-color: #b59c7a;
        color: #fff;
        transition: all .3s; }
        @media screen and (max-width: 767px) {
          .site_header__login .login a {
            width: 82px;
            padding: 3px 0 3px 5px;
            text-align: center;
            font-size: 1.1rem; } }
        .site_header__login .login a:hover {
          text-decoration: none;
          opacity: .5; }
        .site_header__login .login a::after {
          content: "";
          display: block;
          position: absolute;
          left: 100%;
          top: 0;
          width: 10px;
          height: 100%;
          border-left: solid 10px #b59c7a;
          border-bottom: solid 10px transparent; }

.site_header.s_up {
  opacity: 0;
  top: -70px;
}

/* =======================
	フッタ
======================= */
.site_footer {
  position: relative; }
  .site_footer__wrap.top {
    border-bottom: #d30f19 2px solid;
    box-sizing: border-box; }
    @media screen and (max-width: 767px) {
      .site_footer__wrap.top {
        border: none; } }
  .site_footer__inner {
    width: 1000px;
    margin: 0 auto; }
    @media screen and (max-width: 767px) {
      .site_footer__inner {
        width: 80%; } }
    .site_footer__inner.top {
      background-image: url(../img/common/border_01.png);
      background-position: center bottom;
      background-repeat: no-repeat;
      background-color: #fff;
      background-size: 100% auto;
      position: relative;
      bottom: -2px;
      padding-bottom: 30px; }
      @media screen and (max-width: 767px) {
        .site_footer__inner.top {
          width: 100%;
          background-image: url(../img/common/border_01_sp.png); } }
    .site_footer__inner.bottom {
      padding-top: 40px; }
  .site_footer__id {
    width: 328px;
    margin: 0 auto 40px; }
  @media screen and (max-width: 767px) {
  .site_footer__id {
    width: 100%; }
  }
    .site_footer__id a {
      display: block; }
  .site_footer__snav {
    text-align: center; }
    .site_footer__snav li {
      display: inline-block;
      margin-right: 25px; }
      .site_footer__snav li:last-child {
        margin-right: 0; }
      .site_footer__snav li i {
        vertical-align: middle;
        transition: all 0.2s ease-in-out 0s;
        }
        .site_footer__snav li a:hover i {
          -webkit-transform: scale(1.2);
          -moz-transform: scale(1.2);
          -o-transform: scale(1.2);
          -ms-transform: scale(1.2);
          transform: scale(1.2);
        }
      .site_footer__snav li .fa-instagram {
        font-size: 30px;
        font-size: 3.0rem; }
      .site_footer__snav li .fa-twitter {
        font-size: 28px;
        font-size: 2.8rem; }
      .site_footer__snav li .fa-facebook-f {
        font-size: 24px;
        font-size: 2.4rem; }
  .site_footer__nav {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 70px;
    font-size: 14px;
    font-size: 1.4rem; }
    .site_footer__nav .current > a {
      color: #D30F19;
    }
    @media screen and (max-width: 767px) {
      .site_footer__nav {
        display: block; } }
    .site_footer__nav a {
      font-size: 14px;
      font-size: 1.4rem; }
    .site_footer__nav a:hover {
      color: #D30F19;
    }
    @media screen and (max-width: 767px) {
      .site_footer__nav > ul > li {
        margin-bottom: 15px; } }
    @media screen and (max-width: 767px) {
      .site_footer__nav > ul > li > a, .site_footer__nav > ul > li b {
        display: inline-block;
        width: 50%;
        font-weight: normal; } }
    .site_footer__nav > ul ul {
      display: inline-block;
      vertical-align: top;
      margin-left: 25px; }
      @media screen and (max-width: 767px) {
        .site_footer__nav > ul ul {
          margin-left: 0; } }
    .site_footer__nav .contact {
      display: flex;
      justify-content: space-between;
      align-items: flex-start; }
      @media screen and (max-width: 767px) {
        .site_footer__nav .contact {
          display: block; } }
      .site_footer__nav .contact__mail b {
        font-weight: normal; }
      .site_footer__nav .contact__mail span {
        display: inline-block;
        margin-left: 30px; }
        @media screen and (max-width: 767px) {
          .site_footer__nav .contact__mail span {
            margin-left: 0; } }
      .site_footer__nav .contact__form {
        text-align: center;
        margin-left: 40px; }
        @media screen and (max-width: 767px) {
          .site_footer__nav .contact__form {
            margin-left: 0;
            padding-top: 20px; } }
        .site_footer__nav .contact__form a {
          border: #1a1a1a 1px solid;
          display: block;
          padding: 5px 20px;
          transition: all .3s; }
          @media screen and (max-width: 767px) {
            .site_footer__nav .contact__form a {
              padding: 3px 15px;
              width: 100%;
              box-sizing: border-box; } }
          .site_footer__nav .contact__form a::after {
            content: "＞";
            display: inline-block;
            vertical-align: middle;
            margin-left: 50px; }
            @media screen and (max-width: 767px) {
              .site_footer__nav .contact__form a::after {
                margin-left: 25px; } }
          .site_footer__nav .contact__form a:hover {
            background-color: #d30f19;
            color: #fff;
            text-decoration: none;
            border-color: #d30f19
          }
  .site_footer__copyright {
    text-align: center;
    font-size: 11px;
    font-size: 1.1rem;
    padding-bottom: 20px;
    letter-spacing: 0.1rem;
    }

/* モーダルCSS */
.modalArea {
  display: none;
  position: absolute;
  z-index: -100;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.modalArea.modal_active {
  display: block;
  position: fixed;
  z-index: 300;
  opacity: 1;
}
.modalBg {
  width: 100%;
  height: 100%;
  background-color: rgba(96,56,19,0.7);
}
.modalWrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform:translate(-50%,-50%);
  width: 70%;
  max-width: 520px;
  background-color: #fff;
  border: solid 3px #B59C7A;
  padding: 18px 60px;
}
.modalContents fieldset {
  border: none;
  margin: 0!important;
  padding: 0!important;
}
.modalContents legend {
  display: none;
}
.modalContents label {
  font-weight: 600;
  color: #B59C7A;
}
.modalContents .div_text {
  width: 100%!important;
  margin-bottom: 12px;
}
.button_div {
  text-align: left!important;
  width: 100%!important;
}
.modalContents .div_text input {
  border: solid 1px #B59C7A;
  width: 100%;
  padding: 5px 10px;
}
.button_div .buttons {
  display: block;
  margin: 15px auto!important;
  background: #B59C7A;
  color: #fff;
  width: 330px;
  border: none;
  border-radius: 3px;
  font-size: 1.6rem;
  padding: 12px;
  transition: all 0.2s ease-in-out 0s;
}
.button_div .buttons:hover {
  opacity: 0.7;
}
.button_div input[type="checkbox"] {
  margin: 0!important;
}
.modalContents li {
  text-align: right;
  margin-top: 2px;
}
.modalContents li a {
  color: #B59C7A;
  text-decoration: underline;
}
.modalContents li a:hover {
  text-decoration: none;
}
.closeModal {
  position: absolute;
  top: 0.5rem;
  right: 1rem;
  cursor: pointer;
  font-size: 2.2rem;
  transition: all 0.2s ease-in-out 0s;
  color: #B59C7A;
}
.closeModal:hover {
  color: #EA5550;
}
  @media screen and (max-width: 767px) {
    .modalWrapper {
      width: 90vw;
      max-width: 90vw;
      padding: 25px 15px;
    }
    .modalContents {
      overflow: auto;
    }
    .modalContents .div_text {
      margin-bottom: 10px;
    }
    .button_div .buttons {
      margin: 12px auto;
      width: 100%;
      padding: 10px;
    }
    .closeModal {
      position: absolute;
    }
  }


/* =======================
	ハンバーガーメニュー
======================= */
.sp__nav {
  width: 48px;
  height: 16px;
  position: relative;
  cursor: pointer; }
  .sp__nav:hover span:first-child {
    top: -3px; }
  .sp__nav:hover span:last-child {
    bottom: -3px; }
  .sp__nav span {
    display: block;
    width: 100%;
    height: 2px;
    background-color: #1a1a1a;
    position: absolute;
    left: 0;
    transition: all .2s; }
    .sp__nav span:first-child {
      top: 0; }
    .sp__nav span:nth-child(2) {
      top: 50%;
      transform: translateY(-50%); }
    .sp__nav span:last-child {
      bottom: 0; }

/* =======================
	メニュー
======================= */
.bg--menu {
  background-color: #d30f19;
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10;
  transition: transform .3s;
  display: none;
  padding: 35px;
  box-sizing: border-box;
  overflow-y: auto; }
  @media screen and (max-width: 767px) {
    .bg--menu {
      padding: 20px 5%;
      -webkit-overflow-scrolling: touch; } }
  .bg--menu .logo {
    width: 328px;
    margin: 0 auto 80px; }
    @media screen and (max-width: 767px) {
      .bg--menu .logo {
        width: 55%;
        margin: 0;
        margin-left: -5%;
        margin-bottom: 40px; } }
  .bg--menu a {
    font-size: 18px;
    font-size: 1.8rem;
    color: #fff; }
  .bg--menu nav {
    width: 170px;
    margin: 0 auto 60px; }
    @media screen and (max-width: 767px) {
      .bg--menu nav {
        width: 60%; } }
    .bg--menu nav li {
      margin-bottom: 25px; }
      .bg--menu nav li a {
        display: block; }
        .bg--menu nav li a.is_open span img {
          transform: rotate(90deg); }
      .bg--menu nav li span {
        vertical-align: middle; }
        .bg--menu nav li span img {
          margin-left: 15px;
          display: inline-block;
          width: 8px;
          vertical-align: middle;
          transition: all .2s; }
      .bg--menu nav li ul {
        margin-top: 5px;
        padding-left: 20px;
        display: none; }
        .bg--menu nav li ul li {
          margin-bottom: 10px; }
          .bg--menu nav li ul li:last-of-type {
            margin-bottom: 0; }
          .bg--menu nav li ul li a {
            font-size: 12px;
            font-size: 1.2rem; }
  .bg--menu aside {
    text-align: center; }
    .bg--menu aside li {
      display: inline-block;
      margin-right: 30px; }
      .bg--menu aside li:last-of-type {
        margin-right: 0; }
    .bg--menu aside a {
      font-size: 30px;
      font-size: 3.0rem; }

@keyframes show {
  from {
    opacity: .7;
    transform: scale(0.8); }
  to {
    opacity: 1;
    transform: scale(1); } }
/* =======================
	メニュー有効時の挙動
	・コンテンツがスクロールできないようにする
	・バーを傾けて☓にする
======================= */
html.is_menu_active {
  overflow: hidden; }
  html.is_menu_active .sp__nav {
    z-index: 100; }
    html.is_menu_active .sp__nav:hover span:first-child {
      top: 7px; }
    html.is_menu_active .sp__nav:hover span:last-child {
      bottom: 7px; }
    html.is_menu_active .sp__nav span {
      background-color: #fff; }
      html.is_menu_active .sp__nav span:first-child {
        top: 7px;
        transform: rotate(-18deg); }
      html.is_menu_active .sp__nav span:nth-child(2) {
        opacity: 0; }
      html.is_menu_active .sp__nav span:last-child {
        bottom: 7px;
        transform: rotate(18deg); }
  html.is_menu_active .bg--menu {
    display: block;
    z-index: 2;
    animation: show .3s ease-out 0s; }

/* =======================
	パンくず
======================= */
.topicpath ul {
  width: 1000px;
  margin: 0 auto 30px; }
  @media screen and (max-width: 767px) {
    .topicpath ul {
      width: 90%;
      margin-bottom: 10px; } }
.topicpath li {
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
  font-size: 1.2rem; }
  .topicpath li::after {
    content: "＞";
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px; }
  .topicpath li:last-of-type::after {
    content: ""; }
  .topicpath li a {
    font-size: 12px;
    font-size: 1.2rem; }

/* =======================
	投稿一覧の記事
======================= */
.post__list {
  width: 100%; }
.post__inner {
  width: 286px;
  float: left;
  margin-right: 71px;
  margin-bottom: 70px; }
  @media screen and (max-width: 767px) {
    .post__inner {
      width: 100%;
      float: none;
      margin-right: 0;
      margin-bottom: 60px; } }
  .post__inner:nth-child(3n) {
    margin-right: 0; }
  .post__inner > a {
    display: block;
    transition: all .3s; }
    .post__inner > a:hover {
      text-decoration: none;
      opacity: .5; }
.post__label {
  position: relative;
}
.single .post__label {
  min-height: 38px;
}
.post__label time {
  position: absolute;
  right: 0;
  top: 10px;
  color: #808080;
  font-size: 1.3rem;
}
.post__label span {
  color: #fff;
  background-color: #d30f19;
  position: relative;
  display: inline-block;
  padding: 1px 10px 1px 15px;
  margin-bottom: 10px; }
  .post__label span::after {
    content: "";
    display: block;
    position: absolute;
    left: 100%;
    top: 0;
    width: 100%;
    height: 100%;
    border-top: solid 10px transparent;
    border-left: solid 10px #d30f19; }
.post__thumb {
  position: relative;
  margin-bottom: 10px; }
  .post__thumb .icon {
    background-color: #d30f19;
    color: #fff;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    position: absolute;
    left: 0;
    top: 0; }
    .post__thumb .icon span {
      position: relative;
      display: block;
      padding: 13px 3px 10px 3px;
      font-size: 14px;
      font-size: 1.4rem; }
      @media screen and (max-width: 767px) {
        .post__thumb img {
          width: 100%;
        }
      }
      .post__thumb .icon span::after {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        top: 100%;
        width: 100%;
        height: 0;
        border-top: solid 10px #d30f19;
        border-right: solid 10px transparent; }
    .post__thumb .icon--edokichi {
      background-color: #fff;
      color: #d30f19; }
      .post__thumb .icon--edokichi span::after {
        border-top-color: #fff; }
.post__body {
  font-size: 14px;
  font-size: 1.4rem;
  word-wrap: break-word; }
  .post__body h2 {
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 20px; }
  .post_chiebukuro .post__body h2 {
    margin-bottom: 5px;
  }
.post__meta {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 15px; }
.post_chiebukuro .post__meta {
  margin-top: 5px;
}
.post__tag {
  width: 160px;
  color: #808080;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.6; }
  .post__tag li {
    display: inline-block; }
    .post__tag li:last-child span::after {
      content: ""; }
  .post__tag span {
    font-size: 12px;
    font-size: 1.2rem;
    color: #808080; }
    .post__tag span::after {
      content: "/"; }
.post__category {
  width: 120px;
  text-align: center; }
  .post__category span {
    display: block;
    padding-bottom: 5px;
    color: #d30f19;
    border-bottom: #d30f19 2px solid;
    transition: all .3s; }
    .post__category span img {
      display: block;
      width: 64px;
      margin: 0 auto 5px; }

.post_chiebukuro .post__category span {
  color: #E6797F!important;
  border-color: #E6797F;
}

/* =======================
	投稿記事詳細
======================= */
#post .post {
  width: 580px;
  margin: 0 auto; }
  @media screen and (max-width: 767px) {
    #post .post {
      width: 100%; } }
  #post .post__head {
    margin-bottom: 20px; }
  #post .post__tag {
    width: 100%; }
  #post .post__body img {
    margin: 20px 0; }

/* =======================
	ページトップ戻るボタン
======================= */
.pagetop {
  position: fixed;
  width: 6%;
  right: 5%;
  bottom: -100px;
  transition: all 0.4s ease-in-out 0s;
}
.pagetop.p_down {
  bottom: 10px;
}
.pagetop.p_up {
  bottom: -100px;
}
  @media screen and (max-width: 767px) {
    .pagetop {
      width: 18%; } }

/* =======================
	animate.cssの調整(上書き)
	下からフェードインする動きを 100%→200px に調整
	→ 100%のままだと、高さのあるコンテンツの動きがえらいことになるので
======================= */
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 200px, 0);
    transform: translate3d(0, 200px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 200px, 0);
    transform: translate3d(0, 200px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
/* ===================================================================
CSS information

 File Name  : home.css
 Style Info : トップページに使うClassを定義
=================================================================== */
.home_section__inner {
  width: 1000px;
  margin: 0 auto; }
  @media screen and (max-width: 767px) {
    .home_section__inner {
      width: 90%; } }
  .home_section__inner--col_02 .post__list {
    width: 643px;
    float: left; }
    @media screen and (max-width: 767px) {
      .home_section__inner--col_02 .post__list {
        width: 100%;
        float: none; } }
  .home_section__inner--col_02 .post__inner:nth-child(3n) {
    margin-right: 71px; }
  .home_section__inner--col_02 .post__inner:nth-child(2n) {
    margin-right: 0; }
  .home_section__inner--col_02 .insta__list {
    width: 286px;
    float: right;
    text-align: center;
    border: #c3af99 1px solid;
    box-sizing: border-box; }
    @media screen and (max-width: 767px) {
      .home_section__inner--col_02 .insta__list {
        width: 100%;
        float: none;
        margin-bottom: 50px;
      }
      .home_section__inner--col_02 .post__inner:nth-child(3n),
      .home_section__inner--col_02 .post__inner:nth-child(4n) {
        display: none;
      }
    }
    .home_section__inner--col_02 .insta__list h3 {
      font-size: 18px;
      font-size: 1.8rem;
      text-align: center;
      padding: 35px 0; }
    .home_section__inner--col_02 .insta__list li {
      width: 50%; }
      .home_section__inner--col_02 .insta__list li img {
        width: 100%; }
  .home_section__inner .btn--search {
    display: none; }
    @media screen and (max-width: 767px) {
      .home_section__inner .btn--search {
        display: block; } }
  @media screen and (max-width: 767px) {
    .home_section__inner .search__inner {
      display: none; } }

.sbi_photo {
  transition: all 0.2s ease-in-out 0s;
}
.sbi_photo:hover {
  opacity: 0.7!important;
}

.home_section__inner--col_02 {
  min-height: 1000px;
}
  @media screen and (max-width: 767px) {
    .home_section__inner--col_02 {
      min-height: auto;
    }
  }

/* ===================================================================
CSS information

 File Name  : page.css
 Style Info : 下層ページに使うClassを定義
=================================================================== */
/* =======================
  下層ページ共通の設定
======================= */
.page_section__inner {
  width: 1000px;
  margin: 0 auto; }
  @media screen and (max-width: 767px) {
    .page_section__inner {
      width: 94%; } }

/* =======================
  えどきち知恵袋ページ
======================= */
#chiebukuro {
  position: relative;
  padding: 30px 0 130px;
}
#chiebukuro::after {
  position: absolute;
  left: 50%;
  margin-left: -630px;
  bottom: 90px;
  content: "";
  background: url(../img/chiebukuro/bg_01.png) 0 0 no-repeat;
  background-size: 150px 158px;
  width: 150px;
  height: 158px;
}
#chiebukuro::before {
  position: absolute;
  right: 50%;
  margin-right: -580px;
  bottom: 115px;
  content: "";
  background: url(../img/chiebukuro/bg_02.png) 0 0 no-repeat;
  background-size: 64px 141px;
  width: 64px;
  height: 141px;
}
  @media screen and (max-width: 767px) {
    #chiebukuro {
      padding: 30px 0 90px;
      margin-bottom: 50px;
      background-image: url(../img/chiebukuro/bg_02.png);
      background-repeat: no-repeat;
      background-position: 90% 97%;
      background-size: 15% auto;
    }
    #chiebukuro::after,
    #chiebukuro::before {
      display: none;
    }
  }
  #chiebukuro .text {
    width: 580px;
    padding-left: 70px;
    box-sizing: border-box; }
  #chiebukuro .text p {
    letter-spacing: 0.07rem;
  }
    @media screen and (max-width: 767px) {
      #chiebukuro .text {
        width: 100%;
        padding-left: 0;
        margin-bottom: 40px; } }
    #chiebukuro .text .tR {
      margin-top: 30px; }
    #chiebukuro .text a {
      position: relative;
      top: 10px;
      font-size: 1.6rem;
      color: #d30f19; }
  #chiebukuro .image {
    width: 400px; }
    @media screen and (max-width: 767px) {
    #chiebukuro .text a {
      top: 25px;
      }
      #chiebukuro .image {
        width: 100%; } }

#chiebukuro .btn_area {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 5;
}
#chiebukuro .btn_area .btn--pink {
  margin: 0;
}
#chiebukuro .btn_area .btn--pink a {
  margin-bottom: 30px;
}
  @media screen and (max-width: 767px) {
    #chiebukuro .btn_area {
      position: static;
    }
    #chiebukuro .btn_area .btn--pink a {
      margin-bottom: 60px;
    }
  }

#soudan {
  position: relative;
  padding: 40px 0 120px 0; }
  #soudan .text {
    width: 500px;
    margin-left: 80px;
    }
    @media screen and (max-width: 767px) {
      #soudan {
        padding: 15px 0 40px 0; }
      #soudan .text {
        width: 100%;
        margin-left: 0;
        margin-bottom: 15px;
      }
    }
  #soudan .text .tR {
    margin-top: 30px; }
  #soudan .text .tR a {
    color: #d30f19;
    font-size: 16px;
    font-size: 1.6rem; }
  #soudan .image {
    width: 400px; }
    @media screen and (max-width: 767px) {
      #soudan .image {
        width: 100%; } }

#soudan .ttl b {
  font-size: 2.8rem;
}
#soudan .btn_area {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 5;
}
#soudan .btn_area .btn--pink {
  margin: 0;
}

#soudan .btn_area .btn--pink a {
  margin-bottom: 30px;
}
  @media screen and (max-width: 767px) {
    #soudan .btn_area {
      position: static;
    }
    #soudan .btn_area .btn--pink {
      margin: 40px 0 10px;
    }
    #soudan .btn_area .btn--pink a {
      margin-bottom: 0;
    }
  }

#voice {
  background-image: url(../img/chiebukuro/bg_03.png);
  background-position: center 50px;
  background-repeat: no-repeat;
  background-size: 1250px auto;
  padding: 70px 0 110px; }
  @media screen and (max-width: 767px) {
    #voice {
      padding-top: 30px;
      padding-bottom: 60px;
      background-image: none; }
    #voice .ttl--chiebukuro b {
      display: inline-block;
      line-height: 1;
      margin-top: 10px;
    }
    }
  #voice .voice__inner {
    width: 750px;
    margin: 0 auto 260px; }
    @media screen and (max-width: 767px) {
      #voice .voice__inner {
        width: 100%;
        margin-bottom: 40px; } }
  #voice .voice__item {
    position: relative;
    background-image: url(../img/chiebukuro/fukidashi_01.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 450px;
    height: 224px;
    /*FFではtable要素にmin-heightが効かない仕様*/
    display: table;
    padding: 10px 15px 30px;
    box-sizing: border-box;
    text-align: center; }
    @media screen and (max-width: 767px) {
      #voice .voice__item {
        width: 100%;
        background-size: 100% auto;
        letter-spacing: -.03em;
        font-size: 1.3rem;
        line-height: 1.65;
        margin-top: 0;
        height: 60vw;
        min-height: 60vw; } }
    #voice .voice__item:nth-child(odd) {
      margin-top: -75px;
      margin-right: auto;
      margin-left: 0; }
      @media screen and (max-width: 767px) {
        #voice .voice__item:nth-child(odd) {
          margin-top: 0;
          margin-left: auto;
          margin-bottom: 20px; } }
    #voice .voice__item:nth-child(even) {
      margin-top: -65px;
      margin-left: auto;
      margin-right: 0; }
      @media screen and (max-width: 767px) {
        #voice .voice__item:nth-child(even) {
          margin-top: 0;
          margin-right: auto;
          margin-bottom: 20px; } }
    #voice .voice__item:first-of-type {
      margin-top: 0; }
    @media screen and (max-width: 767px) {
      #voice .voice__item:last-of-type {
        margin-top: -40px;
        margin-bottom: 150px; } }
    #voice .voice__item__inner {
      display: table-cell;
      vertical-align: middle; }
    #voice .voice__item .illust {
      position: absolute;
      display: none; }
    #voice .voice__item .illust--03 {
      position: absolute;
      display: block;
      top: -120px;
      right: 50%;
      width: 78px;
      margin-right: -39px;
      height: auto;
    }
    #voice .voice__item .illust--03 img {
      width: 100%;
      height: auto;
    }
      @media screen and (max-width: 767px) {
        #voice .voice__item .illust {
          display: block;
        } 
      #voice .voice__item .illust--01 {
        width: 55px;
        top: -70px;
        left: 10px; }
      #voice .voice__item .illust--02 {
        width: 65px;
        top: -80px;
        right: 5px; }
      #voice .voice__item .illust--03 {
        width: 60px;
        top: -70px;
        margin-right: 0;
        right: 80px; }
      #voice .voice__item .illust--04 {
        width: 95px;
        top: -70px;
        left: 10px; }
      #voice .voice__item .illust--05 {
        width: 115px;
        top: -60px;
        right: 0px; }
      #voice .voice__item .illust--06 {
        width: 95px;
        top: -60px;
        left: 5px; }
      #voice .voice__item .illust--07 {
        width: 90px;
        top: -75px;
        right: 5px; }
      #voice .voice__item .illust--08 {
        width: 100%;
        bottom: -95px;
        left: 50%;
        margin-left: -163px; }
      }

.friend {
  text-align: center; }
.friend > p {
  font-size: 1.6rem;
  font-weight: 600;
  color: #df535a;
  display: inline-block;
  position: relative; }
.friend > p::before, .friend > p::after {
  content: "";
  width: 3px;
  height: calc(100% + 5px);
  display: block;
  background-color: #e6797f;
  position: absolute;
  bottom: 0; }
.friend > p::before {
  left: -15px;
  transform: rotate(-18deg); }
.friend > p::after {
  right: -15px;
  transform: rotate(18deg); }
.friend .btn--pink {
  margin-top: 15px;
}
  @media screen and (max-width: 767px) {
    .friend {
      padding: 0 15px;
    }
  }

#faq {
  padding: 65px 0; }
  #faq .faq__item dl {
    margin-bottom: 45px; }
    #faq .faq__item dl:last-of-type {
      margin-bottom: 0; }
  #faq .faq__item dt {
    cursor: pointer;
    font-size: 16px;
    font-size: 1.6rem; }
    #faq .faq__item dt::before {
      position: relative;
      top: -5px;
      content: "Q";
      font-size: 40px;
      font-size: 4rem;
      vertical-align: middle;
      color: #e6797f;
      margin-right: 10px;
      display: inline-block;
      line-height: 1;
      float: left; }
    #faq .faq__item dt span {
      overflow: hidden;
      vertical-align: middle; }
      #faq .faq__item dt span img {
        display: inline-block;
        width: 10px;
        margin-left: 5px;
        vertical-align: middle;
        transition: all .1s; }
    #faq .faq__item dt.is_open span img {
      transform: rotate(90deg); }
  #faq .faq__item dd {
    clear: left;
    padding-top: 10px;
    padding-left: 38px;
    display: none; }
    #faq .faq__item dd span {
      display: block;
      vertical-align: top;
      overflow: hidden; }

#registration {
  padding: 70px 0 100px; }
  .registration {
    max-width: 900px;
    margin: 30px auto 0 auto;
  }
  #registration .registration__inner {
    display: flex;
    margin-bottom: 20px;
    justify-content: space-between;
    align-items: flex-start;
  }
    @media screen and (max-width: 767px) {
      .registration {
        margin-top: 0;
      }
      #registration .registration__inner {
        flex-direction: column; } 
      #registration .ttl--chiebukuro b {
        display: block;
        font-size: 2.8rem;
        line-height: 1.2;
        margin: 10px 0 30px;
      }
    }
  .registration__item {
    width: 480px;
  }
    @media screen and (max-width: 767px) {
      .registration__item {
        width: 100%;
      }
    }

  #registration .registration__item dl {
    border: #e6797f 1px solid;
    border-radius: 5px;
    margin-bottom: 30px;
    box-sizing: border-box; }
    #registration .registration__item dl:last-of-type {
      margin-bottom: 0; }
  #registration .registration__item dt {
    border-radius: 5px 0 5px 0;
    background-color: #e6797f;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    font-size: 1.6rem;
    padding: 10px 20px; }
  #registration .registration__item dl:nth-child(1) dd {
    padding: 25px 0;
  }
  #registration .registration__item dl:nth-child(2) dt {
    margin-bottom: 5px;
  }
  #registration .registration__item dd {
    padding: 0 35px 15px 35px;
    line-height: 1.6;
  }
  #registration .registration__item dd p {
    margin-bottom: 10px;
  }
  #registration .registration__item dl:nth-child(2) dd p:first-child {
    font-size: 1.6rem;
  }
  #registration .registration__item dd p:last-child {
    margin-bottom: 0;
  }
    @media screen and (max-width: 767px) {
      #registration .page_section__inner {
        width: 97%;
      }
      #registration .registration__item dt {
        font-size: 1.4rem;
        padding: 8px 20px;
      }
      #registration .registration__item dl:nth-child(1) dt {
        width: 100%;
        padding: 8px 10px;
        border-radius: 5px 5px 0 0;
      }
      #registration .registration__item dd {
        padding: 0 7px 15px 7px;
        line-height: 1.5;
      }
    }
  
  #registration .registration__item .line {
    width: 190px;
    margin: 0 auto;
    display: block;
    transition: all 0.2s ease-in-out 0s;
  }
  #registration .registration__item .line:hover {
    opacity: 0.7;
  }
  #registration .registration__item.image {
    margin-top: 30px;
    width: 375px; }
    @media screen and (max-width: 767px) {
      #registration .registration__item.image {
        width: 100%;
        margin-top: 40px; } }
  #registration .registration dd figure {
    margin: 10px auto; }
  #registration .status--login {
    width: 860px; }
    @media screen and (max-width: 767px) {
      #registration .status--login {
        width: 97%; } }
    #registration .status--login .registration__inner {
      align-items: center; }

.registration__item .btn--pink a {
  font-weight: 600;
}
.registration > figure {
  margin: 20px 0;
  text-align: center;
}
.registration > figure img {
  width: 494px;
  height: auto;
}
    @media screen and (max-width: 767px) {
      .registration > figure img {
        width: 100%;
      }
    }


/* =======================
  園むすびとは？ページ
======================= */
#about {
  text-align: center;
  margin-bottom: 170px;
  line-height: 2.3; }
  @media screen and (max-width: 767px) {
    #about {
      margin-bottom: 60px; }
    #about .ttl {
      margin-bottom: 15px;
    }
  }
  #about .bg {
    background-image: url(../img/about/illust_01.png);
    background-position: center bottom;
    background-repeat: no-repeat;
    position: relative;
    bottom: 0;
    z-index: 1;
    padding-bottom: 210px; }
    @media screen and (max-width: 767px) {
      #about .bg {
        background-image: url(../img/about/illust_01_sp.png);
        background-size: 100% auto;
        padding-bottom: 410px; } }
#about .border {
  position: relative;
  overflow: hidden;
}
#about .border::after {
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: 500px;
  content: "";
  width: 100%;
  height: 2px;
  background: #DD1D22;
}
#about .border::before {
  position: absolute;
  right: 50%;
  bottom: 0;
  margin-right: 500px;
  content: "";
  width: 100%;
  height: 2px;
  background: #DD1D22;
}
  @media screen and (max-width: 767px) {
    #about .border::after, #about .border::before {
      display: none;
    }
  }

  #about .page_section__inner {
    padding: 30px 0; }
  #about .btn {
    margin-top: 150px; }
    @media screen and (max-width: 767px) {
      #about .btn {
        margin-top: 60px; } }

#company {
  margin-bottom: 160px; }
  @media screen and (max-width: 767px) {
    #company {
      margin-bottom: 100px; } }
  #company .detail {
    padding-left: 20px;
    line-height: 2.5; }
  @media screen and (max-width: 767px) {
    #company .detail {
     padding: 0 20px 40px 20px; } }
  #company address {
    font-style: normal;
    margin-bottom: 20px; }
  #company th {
    font-weight: normal;
    text-align: left; }
  #company .gmap {
    width: 420px; }
    @media screen and (max-width: 767px) {
      #company .gmap {
        width: 100%; } }

/* =======================
  記事詳細ページ
======================= */
body.single .page_section {
  padding: 50px 0; }
body.single #post {
  padding: 15px 0 50px 0; }
#events {
  background-image: url(../img/common/bg_05.jpg);
  background-position: center;
  background-size: cover; }
  #events .page_section__inner {
    width: 720px;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 10px; }
    @media screen and (max-width: 767px) {
      #events .page_section__inner {
        width: 90%; } }
  #events .events__header {
    border-bottom: #d30f19 1px solid;
    line-height: 1.3;
    padding: 35px 65px 15px 65px; }
    @media screen and (max-width: 767px) {
      #events .events__header {
        padding: 10px 10px; } }
    @media screen and (max-width: 767px) {
      #events .events__header .ttl {
        margin-bottom: 0; } }
  #events .events__body {
    padding: 25px 65px 40px 65px;
    word-wrap: break-word; }
    @media screen and (max-width: 767px) {
      #events .events__body {
        padding: 10px 10px 20px 10px; } }
  #events .events__meta {
    font-weight: bold;
    margin-bottom: 20px; }
    #events .events__meta time {
      display: block; }
  #events .btn {
    margin-top: 30px; }
    #events .btn a {
      color: #d30f19;
      font-size: 16px;
      font-size: 1.6rem; }

#post .page_section__inner p {
  line-height: 2;
}

#recruit .page_section__inner {
  width: 720px;
  margin: auto;
  padding: 140px 40px;
  background-image: url(../img/common/bg_01.png), url(../img/common/bg_02.png);
  background-position: center top, center bottom;
  background-size: 100% auto;
  background-repeat: no-repeat; }
  @media screen and (max-width: 767px) {
    #recruit .page_section__inner {
      width: 90%;
      padding: 100px 0; } }
#recruit .ttl {
  margin-bottom: 60px; }
  @media screen and (max-width: 767px) {
    #recruit .ttl {
      margin-bottom: 30px; } }

#outline .page_section__inner {
  width: 720px;
  margin: auto;
  background-image: url(../img/common/bg_03.png), url(../img/common/bg_04.png);
  background-position: center top, center bottom;
  background-size: 100% auto;
  background-repeat: no-repeat;
  padding: 50px 40px; }
  @media screen and (max-width: 767px) {
    #outline .page_section__inner {
      width: 90%;
      padding: 20px 10px; } }
#outline .page_section__wrap {
  background-color: #fff;
  border-radius: 15px;
  padding: 20px; }
  @media screen and (max-width: 767px) {
    #outline .page_section__wrap {
      padding: 10px 10px; } }

#apply .page_section__inner {
  width: 580px;
  margin: auto;
  font-weight: bold; }
  @media screen and (max-width: 767px) {
    #apply .page_section__inner {
      width: 90%; } }
#apply dl {
  margin-bottom: 10px; }

/* =======================
  お問い合わせページ
======================= */
#contact {
  max-width: 980px;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.85);
  padding: 5px 0 80px 0;
  letter-spacing: 0.1rem; }
  @media screen and (max-width: 767px) {
    #contact {
      padding: 5px 0 40px 0;
      width: 100%; } }

.page-template-page-recruit_top #contact {
  background: #EFF4F7; }

.contact_ttl {
  text-align: center;
  font-size: 24px;
  font-size: 2.4rem;
  color: #b59c7a;
  margin-bottom: 25px; }
  @media screen and (max-width: 767px) {
    .contact_ttl {
      margin-bottom: 10px; } }

.complete_txt {
  padding: 10px 0; }
  .complete_txt p {
    margin-bottom: 30px; }

.contact_tbl {
  margin: 15px 0 50px;
  line-height: 1.5;
  background-color: #f4f1ed;
  padding: 40px 0 60px; }
  @media screen and (max-width: 767px) {
    .contact_tbl {
      padding: 20px 10px;
      margin: 15px 0 30px; } }
  .contact_tbl > dl {
    max-width: 640px;
    margin: 0 auto;
    text-align: center; }
    @media screen and (max-width: 767px) {
      .contact_tbl > dl {
        margin-bottom: 10px;
        padding: 0; } }
    .contact_tbl > dl dt span {
      display: inline-block;
      position: relative;
      padding: 10px 0 10px 20px; }
      @media screen and (max-width: 767px) {
        .contact_tbl > dl dt span {
          padding: 12px 0 6px 18px; } }
    .contact_tbl > dl dd {
      padding: 20px 20px; }
      @media screen and (max-width: 767px) {
        .contact_tbl > dl dd {
          padding: 0;
          text-align: left; } }
  .contact_tbl table {
    max-width: 640px;
    margin: 0 auto 30px auto; }
  .contact_tbl th {
    width: 240px;
    font-size: 1.3rem;
    padding: 16px 0;
    text-align: left;
    vertical-align: top;
    font-weight: 500; }
    .contact_tbl th span {
      display: block;
      position: relative;
      padding: 10px 0 10px 20px; }
  .contact_tbl .require {
    position: absolute;
    left: 0;
    top: 0;
    font-style: normal;
    display: inline-block;
    font-size: 1.2rem;
    width: 20px;
    line-height: 40px;
    border-radius: 10px;
    text-align: left;
    color: #b59c7a;
    font-weight: bold; }
  .contact_tbl td {
    padding: 16px 0; }
    .contact_tbl td div {
      display: inline-block;
      margin-right: 30px; }
      .contact_tbl td div:last-child {
        margin-right: 0; }
    .contact_tbl td span.seimei {
      display: inline-block;
      margin: 0 10px 0 0; }
  .contact_tbl tr:nth-child(5) td {
    vertical-align: middle; }
  .contact_tbl input, .contact_tbl textarea {
    padding: 8px 10px;
    border-radius: 0;
    margin: 0;
    background-color: none;
    border: 1px solid #A7A6AA; }
  .contact_tbl input[type="text"],
  .contact_tbl textarea {
    outline: none;
    border: 1px solid #382F2C;
    transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: none;
    background: none; }
    .contact_tbl input[type="text"]:focus,
    .contact_tbl textarea:focus {
      box-shadow: 0 0 7px #52a8ec; }
  @media all and (-ms-high-contrast: none) {
    .contact_tbl input[type='checkbox'] {
      border: none; } }
  .contact_tbl label {
    margin-right: 15px; }
  .contact_tbl .mwform-tel-field input {
    width: 86px; }

.mw_wp_form_confirm tr {
  border-bottom: dotted 1px #ccc !important; }
.mw_wp_form_confirm .confirm_none {
  display: none; }
.mw_wp_form_confirm .contact_tbl th {
  padding: 20px 0; }
.mw_wp_form_confirm .contact_tbl td {
  padding: 20px 0; }
  .mw_wp_form_confirm .contact_tbl td .seimei {
    display: none; }

  @media screen and (max-width: 767px) {
    .mw_wp_form_confirm .contact_tbl th {
      padding-bottom: 10px;
    }
    .mw_wp_form_confirm .contact_tbl td {
      padding-top: 0;
    }
  }

.mw_wp_form_confirm #privacy,
.mw_wp_form_confirm .consent_box,
.mw_wp_form_confirm .btn_reset {
  display: none !important; }

.inp_short {
  width: 240px; }

.inp_middle {
  width: 300px; }

.inp_long {
  width: 380px; }

.area_long {
  width: 380px;
  height: 200px; }

.inp_zip {
  width: 120px; }

.inp_age {
  width: 100px; }
.inp_number {
  width: 100px; }

.radio_label {
  margin-right: 40px; }

.ui-datepicker {
  width: 20em !important;
  font-size: 1.5rem !important;
  z-index: 100 !important;
  margin-top: -25px !important; }

.ui-datepicker td span, .ui-datepicker td a {
  padding: 0.5em 0.3em !important; }

.consent_box {
  text-align: center;
  font-size: 1.6rem; }

.mwform-radio-field {
  display: inline-block; }

.mwform-radio-field label {
  cursor: pointer;
  position: relative;
  margin-right: 25px;
  overflow: hidden;
  display: inline-block;
  vertical-align: text-top;
  padding: 5px 0 5px 35px; }

.mwform-radio-field label:before {
  position: absolute;
  width: 24px;
  height: 24px;
  border: 1px solid #666;
  border-radius: 50%;
  left: 0px;
  top: 50%;
  margin-top: -12px;
  content: '';
  z-index: 3; }
  @media screen and (max-width: 767px) {
    .mwform-radio-field label:before {
      width: 18px;
      height: 18px;
      margin-top: -10px; } }

.mwform-radio-field label:after {
  content: '';
  position: absolute;
  width: 16px;
  height: 16px;
  border-radius: 100%;
  left: 4px;
  top: 50%;
  margin-top: -8px;
  background-color: #D30F19;
  z-index: 1; }
  @media screen and (max-width: 767px) {
    .mwform-radio-field label:after {
      width: 10px;
      height: 10px;
      margin-top: -6px; } }

.mwform-radio-field label input[type="radio"] {
  -moz-appearance: none;
  -webkit-appearance: none;
  position: absolute;
  z-index: 2;
  width: 26px;
  height: 26px;
  left: -25px;
  top: 1px;
  margin: 0px;
  box-shadow: 20px -1px #f4f1ed;
  border: none; }

.page-template-page-recruit_top .mwform-radio-field label input[type="radio"] {
  box-shadow: 20px -1px #F0F4F7; }

.mwform-radio-field label input[type="radio"]:checked {
  box-shadow: none; }

.mwform-radio-field label input[type="radio"]:focus {
  opacity: 0.2;
  box-shadow: 20px -1px #fff; }

.page-template-page-recruit_top .mwform-radio-field label input[type="radio"]:focus {
  box-shadow: 20px -1px #F0F4F7; }

@media screen and (max-width: 767px) {
  .mwform-radio-field label {
    font-size: 1.4rem;
    padding-left: 25px; } }
input[type="submit"]::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner {
  border: 0px; }

input#birthday {
  padding-left: 42px;
  background: url("../img/common/ico/calendar-alt-regular.svg") 10px center no-repeat;
  background-size: 22px auto; }

.mw_wp_form .error {
  padding: 3px 0;
  margin-top: 4px;
  font-size: 90%; }

.mwform-checkbox-field {
  display: inline-block;
  margin-bottom: 5px; }

.btnArea {
  text-align: center; }
  @media screen and (max-width: 767px) {
    .btnArea {
      padding: 0 45px; } }
  .btnArea span {
    box-sizing: border-box;
    position: relative;
    bottom: 0;
    display: inline-block;
    margin: 0 30px;
    text-align: center;
    text-decoration: none;
    border-radius: 0;
    overflow: hidden; }
    @media screen and (max-width: 767px) {
      .btnArea span {
        width: 100% !important;
        margin: 0 0 25px 0; } }
    @media screen and (max-width: 767px) {
      .btnArea span::after {
        right: 10%; } }
    .btnArea span:empty {
      display: none; }
  @media screen and (max-width: 767px) {
    .btnArea .btn_return::after {
      left: 10%; } }
  .btnArea input {
    font-size: 16px;
    font-size: 1.6rem;
    display: inline-block;
    background-color: #b59c7a;
    color: #fff;
    padding: 10px 100px;
    border-radius: 5px;
    font-weight: normal;
    transition: all .3s;
    position: relative;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
    text-decoration: none;
    outline: none;
    z-index: 10;
    cursor: pointer; }
    @media screen and (max-width: 479px) {
      .btnArea input {
        margin-left: 0 !important;
        margin-right: 0 !important; } }
    .btnArea input:hover {
      text-decoration: none;
      opacity: .5; }

.page-template-page-recruit_top .btnArea input:hover {
  background: #BCE5FA;
  border: solid 1px #BCE5FA; }

@media screen and (max-width: 767px) {
  .mw_wp_form .horizontal-item + .horizontal-item {
    margin-left: 0 !important; } }

@media screen and (max-width: 767px) {
  .mwform-radio-field label input[type="radio"] {
    left: -22px; } }

@media screen and (max-width: 767px) {
  .contact_tbl input[type="text"],
  .contact_tbl textarea {
    padding: 2vw 2.33vw;
    font-size: 1.6rem; }

  .choice_box dt {
    text-align: left; }

  .contact_tbl .mwform-radio-field {
    display: inline-block;
    text-align: left;
    margin: 2px 0; }

  .choice_box dd {
    padding: 0 15px 20px 15px; }

  .contact_tbl table {
    width: 100%;
    margin: 10px 0; }

  .contact_tbl th,
  .contactForm td {
    display: block;
    width: 100% !important;
    box-sizing: border-box;
    padding: 10px 0;
    font-size: 14px;
    font-size: 1.4rem;
    vertical-align: middle; }

  .contact_tbl th {
    padding-bottom: 5px; }

  .contact_tbl td {
    border: none;
    padding-top: 0;
  }

  .contact_tbl td div {
    display: block;
    margin-right: 0;
    margin-bottom: 4vw; }

  .contact_tbl td div:last-child {
    margin-bottom: 0; }

  .contact_tbl td span.seimei {
    margin-left: 0; }

  .contact_tbl .require {
    top: 1.2vw;
    width: auto;
    line-height: normal;
    padding-top: 1.5vw;
    padding-bottom: 1.5vw; }

  .contact_tbl th span {
    padding: 2.5vw 0 2.5vw 5vw; }

  .choice_box dt {
    padding: 10px 12px; }

  .contact_tbl dt span {
    padding: 2.5vw 0 2.5vw 5vw; }

  .mwform-tel-field input {
    width: 24vw !important; }

  .inp_short {
    width: 70%; }

  .inp_middle {
    width: 99%; }

  .inp_long {
    width: 99%; }

  .area_long {
    width: 99%;
    height: 200px; }

    .inp_number {
    width: 150px; }
  }

#en_name {
  border: solid 1px #DF2A30;
  pointer-events : none;
}

/* =======================
  個人情報保護方針
======================= */
#privacy {
  max-width: 640px;
  height: 200px;
  padding: 25px 20px;
  line-height: 1.4;
  border: solid 1px #382F2C;
  margin: 0 auto 40px auto; }
  @media screen and (max-width: 767px) {
    #privacy {
      width: 100%;
      margin: 0 auto 30px auto;
      height: 100%;
      padding: 15px 10px; } }
  #privacy .privacy_wrap {
    height: 150px;
    overflow: auto;
    -webkit-overflow-scrolling: touch; }
    @media screen and (max-width: 767px) {
      #privacy .privacy_wrap {
        height: 60vw; } }
  #privacy h2 {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 10px;
    text-align: center;
    padding: 0 10px 10px 0;
    letter-spacing: 0; }
    @media screen and (max-width: 767px) {
      #privacy h2 {
        font-size: 1.5rem;
        margin-bottom: 3px;
        padding-top: 5px; } }
  #privacy p {
    margin-bottom: 15px;
    line-height: 1.7;
    font-size: 13px;
    font-size: 1.3rem; }
    @media screen and (max-width: 767px) {
      #privacy p {
        margin-bottom: 12px;
        font-size: 12px;
        font-size: 1.2rem; } }
  #privacy dl {
    padding-right: 10px;
    padding-bottom: 20px; }
    @media screen and (max-width: 767px) {
      #privacy dl {
        font-size: 1.4rem; } }
  #privacy dt {
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 500;
    margin-bottom: 5px; }
    @media screen and (max-width: 767px) {
      #privacy dt {
        font-size: 1.5rem; } }
  #privacy dd {
    font-size: 14px;
    font-size: 1.4rem; }

#notfound {
  padding: 70px 20px 0 20px;
}

/*more load*/
.infinite_btn {
  margin: 0 auto!important;
  cursor: pointer;
}
.infinite_btn a {
  margin-bottom: 50px;
}
.infinite-scroll-request {
  animation: scroll-request 1.1s infinite linear;
  border: 4px solid #D30F19;
  border-left: 4px solid #fff;
  border-radius: 50%;
  height: 48px;
  margin: auto;
  width: 48px;
}
.page-load-status {
  margin-bottom: 50px;
}
@keyframes scroll-request {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.infinite-scroll-last,
.infinite-scroll-error {
  color: #333;
  text-align: center;
}

.useful_box {
  text-align: center;
  padding: 40px 30px;
  margin: 40px 0 60px;
  border: solid 1px #ddd;
}
.useful_box .btn--fill {
  margin-top: 30px;
  margin-bottom: 0
}
  @media screen and (max-width: 767px) {
    .useful_box {
      padding: 20px;
      margin: 20px 0 40px;
    }
  }

.mw_wp_form_input .confirm_on {
  display: none;
}
.mw_wp_form_confirm .entry_on {
  display: none;
}
.mw_wp_form_confirm .contact_tbl > dl dd {
  padding: 20px;
  background: #E4DACE;
}
.mw_wp_form_confirm .contact_tbl th span {
  padding: 0;
}
.mw_wp_form_confirm .contact_tbl th .require {
  display: none;
}

/*----------------------------------------------------
  共通WP
--------------------------------------------------- */
/* img */
.aligncenter {
  display: block;
  margin: 0 auto;
  text-align: center;
}
.alignright { float: right; }
.alignleft { float: left; }
img[class*="wp-image-"],
img[class*="attachment-"] {
  height: auto;
  max-width: 100%;
}

/*投稿詳細用*/

.entry-content:after {
  content: ""; 
  display: block; 
  clear: both;
}
.entry-content h1 {
  font-size: 24px;
  padding-bottom: 15px;
  margin-bottom: 30px;
  border-bottom: solid 4px #333;
}
  @media screen and (max-width: 767px) {
    .entry-content h1 {
      font-size: 4.8vw;
      padding-bottom: 3.33vw;
      margin-bottom: 4vw;
      border-bottom: solid 3px #333;
    }
  }

.entry-content h2 {
  font-size: 24px;
  padding-bottom: 15px;
  margin-bottom: 30px;
  border-bottom: solid 4px #333;
}
  @media screen and (max-width: 767px) {
    .entry-content h2 {
      font-size: 4.8vw;
      padding-bottom: 3.33vw;
      margin-bottom: 4vw;
      border-bottom: solid 3px #333;
    }
  }

.entry-content h3 {
  font-size: 22px;
  margin-bottom: 12px;
}
  @media screen and (max-width: 767px) {
    .entry-content h3 {
      font-size: 4.8vw;
      margin-bottom: 3.33vw;
    }
  }

.entry-content h4 {
  font-size: 20px;
  margin-bottom: 12px;
}
  @media screen and (max-width: 767px) {
    .entry-content h4 {
      font-size: 4.8vw;
      margin-bottom: 3.33vw;
    }
  }

.entry-content h5 {
  font-size: 18px;
  margin-bottom: 12px;
}
  @media screen and (max-width: 767px) {
    .entry-content h5 {
      font-size: 4.8vw;
      margin-bottom: 3.33vw;
    }
  }

.entry-content h6 {
  font-size: 16px;
  margin-bottom: 12px;
}
  @media screen and (max-width: 767px) {
    .entry-content h6 {
      font-size: 4.8vw;
      margin-bottom: 3.33vw;
    }
  }

.entry-content p {
  margin-bottom:30px;
}
  @media screen and (max-width: 767px) {
    .entry-content p {
      margin-bottom: 6vw;
    }
  }

.entry-content img {
  margin-bottom:30px;
}
  @media screen and (max-width: 767px) {
    .entry-content img {
      margin-bottom: 6vw;
    }
  }

.entry-content ul {
  margin-bottom: 30px;
  padding-left: 20px;
}
.entry-content ul li {
  list-style-type: disc;
}
.entry-content ul li ul {
  margin-bottom: 10px;
  font-size: 93%;
}
.entry-content ul li ul li {
  list-style-type:circle;
}
  @media screen and (max-width: 767px) {
    .entry-content ul {
      margin-bottom: 5vw;
      padding-left: 5.4vw;
    }
    .entry-content ul li ul {
      margin-bottom: 2vw;
    }
  }

.entry-content ol {
  counter-reset: section;
  margin-bottom: 30px;
}
.entry-content ol li {
  list-style: none;
}
.entry-content ol > li:before {
  content : counters(section, '-') '. ';
  counter-increment : section;
}
.entry-content ol li ol {
  padding-left: 20px;
  margin-bottom: 10px;
  font-size: 93%;
}
  @media screen and (max-width: 767px) {
    .entry-content ol {
      margin-bottom: 5vw;
    }
    .entry-content ol li ol {
      padding-left: 5.4vw;
      margin-bottom: 2vw;
    }
  }

.entry-content table {
  width:100%;
  margin:0 0 35px 0;
}
.entry-content th {
  text-align: left;
  padding:7px 10px;
  border:solid 1px #eee;
}
.entry-content td {
  padding:7px 10px;
  border:solid 1px #eee;
}
  @media screen and (max-width: 767px) {
    .entry-content table {
      margin:0 0 6vw 0;
      font-size: 93%;
    }
    .entry-content th {
      padding:2vw;
    }
    .entry-content td {
      padding:2vw;
    }
  }

.entry-content blockquote {
  position: relative;
  border: solid 4px #d7d7d7;
  padding: 20px 20px 20px 55px;
  margin-bottom: 35px;
}
.entry-content blockquote::before {
  position: absolute;
  left: 18px;
  top: 20px;
  content: "“";
  line-height: 1;
  font-size: 6rem;
  color: #d7d7d7;
}
  @media screen and (max-width: 767px) {
    .entry-content table {
      margin:0 0 6vw 0;
      font-size: 93%;
    }
    .entry-content blockquote {
      border: solid 3px #d7d7d7;
      padding: 4vw 3.33vw 4vw 9.33vw;
      margin-bottom: 6vw;
    }
    .entry-content blockquote::before {
      left: 2vw;
      top: 4vw;
      font-size: 12.33vw;
    }
  }

/*ページ分割ナビ*/
.wp-pagenavi {
  padding: 50px 0 0 0;
  text-align: center;
  overflow: hidden;
}
.wp-pagenavi a, .wp-pagenavi span {
  display: inline-block;
  width: 48px;
  line-height: 46px;
  background: #fff;
  border: 1px solid #B59C7A;
  color: #B59C7A;
  margin: 0 5px 10px 5px;
  text-decoration: none;
  font-size: 1.8rem;
}
.wp-pagenavi span {
  background: #B59C7A;
  color: #fff;
}
.wp-pagenavi a:hover {
  background: #B59C7A;
  color: #fff;
  border: 1px solid #B59C7A;
}
.wp-pagenavi .first, .wp-pagenavi .last {
  line-height: 1;
  width: auto;
  border: none;
}
.wp-pagenavi .first:hover, .wp-pagenavi .last:hover {
  border: none;
  color: #333;
  background: none;
  text-decoration: underline;
}
.wp-pagenavi .extend {
  line-height: 1;
  width: auto;
  border: none;
  color: #333;
  background: none;
}
  @media screen and (max-width: 767px) {
    .wp-pagenavi {
      padding: 30px 0 0 0;
    }
    .wp-pagenavi a, .wp-pagenavi span {
      width: 32px;
      line-height: 30px;
      margin: 0 3px 6px 3px;
    }
  }

/*記事詳細ナビ*/
.wp-detailnavi {
  position: relative;
  padding: 50px 0 0 0;
  text-align: center;
  max-width: 580px;
  margin: 40px auto;
}
.wp-detailnavi a {
  display: block;
  text-decoration: none;
  color: #B59C7A;
  border: solid 1px #B59C7A;
  line-height: 35px;
  padding: 5px;
}
.wp-detailnavi a:hover {
  color: #fff;
  background: #B59C7A;
}
.prev_link {
  width: 33%;
  position: absolute;
  left: 0;
  bottom: 0;
}
.next_link {
  width: 33%;
  position: absolute;
  right: 0;
  bottom: 0;
}
.list_link {
  width: 34%;
  margin: 0 auto;
}
.list_link a {
  color: #fff;
  background: #B59C7A;
}
  @media screen and (max-width: 767px) {
    .wp-detailnavi {
      padding-top: 30px;
    }
    .wp-detailnavi a {
      line-height: 30px;
    }
    .prev_link {
      width: 32%;
    }
    .next_link {
      width: 32%;
    }
    .list_link {
      width: 36%;
    }
  }

/*会員ページ*/
.member_wrap {
  max-width: 1000px;
  margin: 0 auto;
  padding-bottom: 60px;
}
.member_ttl {
  text-align: center;
  font-size: 24px;
  font-size: 2.4rem;
  color: #b59c7a;
  margin-bottom: 30px;
}
  @media screen and (max-width: 767px) {
    .member_wrap {
      padding-bottom: 40px;
    }
    .member_ttl {
      padding-top: 15px;
      margin-bottom: 15px;
      line-height: 1.5;
    }
  }

.member_nav {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 20px;
}
.member_nav li {
  margin-bottom: 15px;
}
.member_nav li a {
  min-width: 170px;
  position: relative;
  display: inline-block;
  padding-right: 40px;
}
.member_nav li a::after {
  position: absolute;
  right: 0;
  top: 0;
  content: "＞";
}

#wpmem_msg, .wpmem_msg {
  padding: 20px!important;
  width: 100%;
}
  @media screen and (max-width: 767px) {
    #wpmem_msg, .wpmem_msg {
      padding: 20px 10px!important;
      width: calc(100% - 40px);
      margin: 0 auto;
    }
  }

#page-login #wpmem_msg p:last-child {
  display: none;
}
.member_wrap fieldset legend {
  display: none;
}
#wpmem_login .div_text, #wpmem_reg .div_text, #wpmem_reg .div_textarea, #wpmem_reg .div_select, #wpmem_reg .div_checkbox, #wpmem_reg .div_multiselect, #wpmem_reg .div_multicheckbox, #wpmem_reg .div_radio, #wpmem_reg .div_image, #wpmem_reg .div_file, #wpmem_reg .div_url, #wpmem_reg .div_number, #wpmem_reg .div_date {
  width: 100%!important;
}

.member_wrap fieldset {
  background: #F4F1ED!important;
  padding: 50px 150px!important;
}
.register_lower {
  background: #F4F1ED;
  padding: 0 20px 20px 20px;
  margin-bottom: 50px;
}
.register_lower #privacy {
  max-width: 700px;
}
#page-entry .member_wrap fieldset {
  padding-bottom: 40px!important;
  margin-bottom: 0!important;
}
  @media screen and (max-width: 767px) {
    .member_wrap fieldset {
      padding: 30px 20px!important;
    }
    #wpmem_reg fieldset, #wpmem_login fieldset {
      margin: 30px 0!important;
    }
  }

#wpmem_reg fieldset .checkbox {
  padding-left: 20px;
}
#wpmem_reg fieldset .div_checkbox {
  position: relative;
  top: -24px;
  z-index: 5;
}

input#entry_zipcode {
  width: 100px!important;
}
input#billing_phone {
  width: 200px!important;
}

.login_nev {
  position: relative;
  top: -15px;
  text-align: right;
}
.login_nev li a {
  color: #B59C7A;
  text-decoration: underline;
}
.login_nev li a:hover {
  text-decoration: none;
}
  @media screen and (max-width: 767px) {
    .login_nev {
      padding: 0 20px;
    }
  }

#page-pwdchange #email {
  width: 100%;
}
.register_note {
  border: solid 1px #ddd;
  padding: 20px;
  margin-bottom: 30px;
}
  @media screen and (max-width: 767px) {
    .register_note {
      width: calc(100% - 40px);
      margin: 0 auto 20px auto;
    }
  }

/*縁をみつけるテーブルcss*/
#recruit_single .table h3 { font-weight: bold; font-size: 18px; margin-top: 30px; text-align: center;}
#recruit_single .table dl {
  border-bottom: 1px solid #e4e4e4;
  display: flex;
  flex-wrap: wrap;
  padding: 10px;
}
#recruit_single .table dl dt {
  font-weight: bold;
  padding: 10px;
  width: 20%;
}
#recruit_single .table dl dd {
  padding: 10px;
  width: 80%;
}
#recruit_single .table table { border-bottom: 1px solid #e4e4e4;  border-right: 1px solid #e4e4e4;}
#recruit_single .table table tr th { border-top: 1px solid #e4e4e4; border-bottom: 1px solid #e4e4e4; border-left: 1px solid #e4e4e4; font-size: 12px; font-weight: normal; text-align: center; width: auto;}
#recruit_single .table table tr td { border-left: 1px solid #e4e4e4; font-size: 12px; text-align: center; width: auto;}
@media screen and (max-width: 767px) {
  #recruit_single .table dl { display: block;}
  #recruit_single .table dl dt { background: #f4f4f4; padding: 5px 10px; border-radius: 50px;width: 100%;}
  #recruit_single .table dl dt br { display: none;}
  #recruit_single .table dl dd { width: 100%;}
}