@charset "UTF-8";
* {
  margin: 0px;
  padding: 0px;
}

html,
body {
  font-size: 62.5%;
  height: 100%;
}

body {
  font-family: "Helvetica Neue", "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ Pro", "メイリオ", "Meiryo", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "Helvetica", "Verdana", sans-serif;
  display: block;
  line-height: 1;
  color: #222;
  text-align: left;
  width: 100% !important;
  height: 100% !important;
  min-width: 1080px;
  background: #ffffff;
  margin: 0px;
  padding: 0px;
  position: relative;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-touch-callout: none;
  -webkit-text-size-adjust: none;
  -webkit-font-feature-settings: pkna;
  -moz-font-feature-settings: pkna;
  font-feature-settings: pkna;
  -webkit-text-size-adjust: 100%;
  word-wrap: break-word;
  overflow-wrap: break-word;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  body {
    max-width: 767px !important;
    min-width: 0px !important;
    width: 100% !important;
    height: 100%;
    padding-top: 50px;
    overflow-x: hidden !important;
  }
}

body.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
}

@media all and (-ms-high-contrast: none) {
  body {
    font-family: "メイリオ",Meiryo,"游ゴシック",YuGothic,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
  }
}

article,
aside,
dialog,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden] {
  display: none;
}

template {
  display: none;
}

address {
  font-style: normal;
}

h1,
h2,
h3,
h4 {
  font-weight: normal;
  line-height: 100%;
  margin: 0px;
  padding: 0px;
}

strong,
b {
  font-weight: bold;
}

object {
  pointer-events: none;
}

img {
  max-width: 100%;
  border: none;
  vertical-align: bottom;
}

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

a {
  color: #e9940f;
  text-decoration: none;
  cursor: pointer !important;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

a:hover {
  text-decoration: none;
}

a:focus {
  outline: none;
}

a * {
  cursor: pointer !important;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="number"],
textarea {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-appearance: none;
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
textarea:focus,
select {
  outline: 0;
  /*safariの自動フォーカスを切る */
}

iframe {
  width: 100%;
}

body > span {
  display: none;
  position: fixed;
  width: 0;
  height: 0;
  overflow: hidden;
  left: 0;
}

body.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
}

:focus {
  outline: none;
}

::-moz-focus-inner {
  border: 0;
}

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

select:-moz-focusring {
  color: transparent;
  text-shadow: 0px 0px 0px #000000;
}

select::-ms-expand {
  display: none;
}

/* reset transition
-----------------------------------------------------------------*/
a,
input,
select,
textarea,
button,
a object,
a > span,
a img,
*:before,
*:after,
button span,
a .c-button,
a .c-button--large,
a .c-button--pink,
a .c-button--form,
.c-airdate__cell {
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.lte-Android4 * {
  -webkit-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}

/* ==============================================================================================
l-main
============================================================================================== */
/* ==============================================================================================
l-menu
============================================================================================== */
/* メインメニュー
-----------------------------------------------------------------*/
.l-menu {
  list-style: none;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}

.l-menu__item {
  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
  writing-mode: vertical-lr;
  font-weight: bold;
  display: block;
  margin-right: 25px;
  margin-right: 2.5rem;
  font-size: 20px;
  font-size: 2rem;
  -webkit-transform: scale(1, 0.95);
  -moz-transform: scale(1, 0.95);
  -ms-transform: scale(1, 0.95);
  -o-transform: scale(1, 0.95);
  transform: scale(1, 0.95);
  letter-spacing: 0.1em;
}

.l-menu__item:last-child {
  margin-right: 0;
}

.l-menu__item a {
  color: #fff;
  position: relative;
  display: block;
  padding-top: 16px;
}

.l-menu__item a::before {
  content: "";
  width: 5px;
  height: 5px;
  background: #fff;
  border-radius: 100px;
  display: block;
  opacity: .3;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

.l-menu__item a.is-current {
  opacity: .5;
}

.l-menu__item a:hover::before {
  opacity: 1;
}

.l-menu__item small {
  text-transform: uppercase;
  opacity: .3;
  text-align: center;
  display: inline-block;
  text-indent: 1em;
  font-size: 10px;
  font-size: 1rem;
  letter-spacing: 0.1em;
}

/* サブメニュー
-----------------------------------------------------------------*/
.l-menu-sub {
  list-style: none;
}

.l-menu-sub__item {
  margin-bottom: 13px;
}

.l-menu-sub__item:last-child {
  margin-bottom: 0;
}

.l-menu-sub__item a {
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  font-size: 1.4rem;
}

.l-menu-sub__item a:hover {
  text-decoration: underline;
}

.l-menu-sub__item a.is-current {
  opacity: .5;
}

.l-menu-sub__item a.is-current::after {
  opacity: 1;
  -webkit-transform: translateX(0.4em) translateY(-50%);
  -moz-transform: translateX(0.4em) translateY(-50%);
  -ms-transform: translateX(0.4em) translateY(-50%);
  -o-transform: translateX(0.4em) translateY(-50%);
  transform: translateX(0.4em) translateY(-50%);
}

/* ==============================================================================================
l-content
============================================================================================== */
/* コンテンツベース
 -----------------------------------------------------------------*/
.l-content, .l-content--large, .l-content--medium, .l-content--medium2, .l-content--small, .l-content--xsmall {
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}

/* l-content
 -----------------------------------------------------------------*/
.l-content {
  width: 100%;
  padding: 0;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .l-content {
    width: 100%;
  }
}

.l-content__inner {
  overflow: hidden;
}

/* l-content-large：1200px
 -----------------------------------------------------------------*/
.l-content--large {
  max-width: 1300px;
  padding: 0 80px;
}

@media screen and (max-width: 767px) {
  .l-content--large {
    width: auto;
    max-width: 550px;
    padding: 0 15px;
  }
}

/* l-content-middle：1080px
 -----------------------------------------------------------------*/
.l-content--medium {
  width: 84.39%;
  max-width: 1120px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .l-content--medium {
    max-width: inherit;
    width: 90%;
    max-width: 550px;
    text-align: center;
  }
}

/* l-content-middle：1220px
 -----------------------------------------------------------------*/
.l-content--medium2 {
  width: 100%;
  max-width: 1220px;
  padding: 0 80px;
}

@media screen and (max-width: 1000px) {
  .l-content--medium2 {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .l-content--medium2 {
    max-width: inherit;
    width: 100%;
    max-width: 550px;
    padding: 0 15px;
    text-align: center;
  }
}

/* l-content-small：720px
 -----------------------------------------------------------------*/
.l-content--small {
  max-width: 720px;
}

@media screen and (max-width: 767px) {
  .l-content--small {
    max-width: 550px;
    width: auto;
    padding: 0 15px;
  }
}

/* l-content-xsmall
 -----------------------------------------------------------------*/
.l-content--xsmall {
  max-width: 720px;
}

@media screen and (max-width: 767px) {
  .l-content--xsmall {
    width: auto;
  }
}

/* l-content-xxsmall
 -----------------------------------------------------------------*/
.l-content--xxsmall {
  max-width: 780px;
  margin: 0 auto;
  padding: 0 30px;
}

@media screen and (max-width: 767px) {
  .l-content--xxsmall {
    width: auto;
  }
}

/* コンテンツボックス
 -----------------------------------------------------------------*/
.l-content-box {
  width: 100%;
  background: #f8f8f8;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 30px;
}

@media screen and (max-width: 767px) {
  .l-content-box {
    padding: 10px;
  }
}

.l-content-box__inner {
  background: #fff;
  padding: 40px;
}

@media screen and (max-width: 767px) {
  .l-content-box__inner {
    padding: 10px;
  }
}

/* ==============================================================================================
インフォメーションブロック
============================================================================================== */
/* 大枠
-----------------------------------------------------------------*/
.l-information {
  width: 100%;
  margin-top: 98px;
  border-top: 1px solid #e5e5e5;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-content: space-between;
  -moz-align-content: space-between;
  -ms-flex-line-pack: space-between;
  align-content: space-between;
}

@media screen and (max-width: 767px) {
  .l-information {
    margin-top: 40px;
    background: rgba(0, 0, 0, 0.02);
  }
}

.l-information__block {
  width: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .l-information__block {
    width: 100%;
  }
}

@media screen and (max-width: 1190px) {
  .l-information__block:first-child {
    width: 35%;
  }
}

@media screen and (max-width: 767px) {
  .l-information__block:first-child {
    display: none;
  }
}

.l-information__block:last-child {
  padding: 60px 5.8%;
}

@media screen and (max-width: 1190px) {
  .l-information__block:last-child {
    width: 65%;
  }
}

@media screen and (max-width: 767px) {
  .l-information__block:last-child {
    width: 100%;
    padding: 30px;
  }
}

/* コンテンツ
-----------------------------------------------------------------*/
.l-information__block > .u-flex, .l-information__block > .u-flex--center, .l-information__block > .u-flex--wrapper {
  width: 100%;
  margin-bottom: 30px;
}

.l-information__block > .u-flex:last-child, .l-information__block > .u-flex--center:last-child, .l-information__block > .u-flex--wrapper:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .l-information__block > .u-flex, .l-information__block > .u-flex--center, .l-information__block > .u-flex--wrapper {
    text-align: center;
  }
}

.l-information__label {
  width: 20%;
  padding-right: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-content: center;
  -moz-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .l-information__label {
    width: 100%;
    padding-right: 0;
    padding-bottom: 20px;
  }
}

.l-information__label span {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-weight: bold;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.55556;
}

@media screen and (max-width: 767px) {
  .l-information__label span {
    -webkit-writing-mode: horizontal-tb;
    -ms-writing-mode: lr-tb;
    writing-mode: horizontal-tb;
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.l-information__block > section:nth-child(2) .l-information__label span {
  position: relative;
  left: 15px;
}

@media screen and (max-width: 767px) {
  .l-information__block > section:nth-child(2) .l-information__label span {
    left: 0;
  }
}

.l-information__body {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-left: 1px solid #d9d9d9;
  padding-left: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .l-information__body {
    border-left: none;
    padding-left: 0;
  }
}

.l-information__body .c-button, .l-information__body .c-button--large, .l-information__body .c-button--pink, .l-information__body .c-button--form {
  margin-top: 17px;
}

@media screen and (max-width: 767px) {
  .l-information__body .c-button, .l-information__body .c-button--large, .l-information__body .c-button--pink, .l-information__body .c-button--form {
    margin-top: 10px;
  }
  .l-information__body .c-button a, .l-information__body .c-button--large a, .l-information__body .c-button--pink a, .l-information__body .c-button--form a {
    padding: 18px;
  }
}

.l-information__body .c-caption-box {
  margin-top: 12px;
}

@media screen and (max-width: 767px) {
  .l-information__body .c-caption-box {
    margin-top: 0;
  }
}

@media screen and (max-width: 767px) {
  .l-information__body .c-caption-box {
    font-size: 11px;
    font-size: 1.1rem;
    text-align: center;
  }
  .l-information__body .c-caption-box dt {
    display: block;
    float: none;
  }
  .l-information__body .c-caption-box dt::after {
    display: none;
  }
}

/* ==============================================================================================
グローバルヘッダー
============================================================================================== */
/* PC版ヘッダー
-----------------------------------------------------------------*/
.l-header {
  background: #438849;
  position: relative;
}

@media screen and (max-width: 767px) {
  .l-header {
    width: 100%;
    height: 50px;
    padding: 0 5%;
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9000;
    display: block;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    -webkit-justify-content: left;
    -moz-justify-content: left;
    justify-content: left;
  }
}

.l-header__logo {
  background: #fff;
  height: 175px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .l-header__logo {
    background: none;
    height: auto;
  }
}

.l-header__logo .c-logo {
  width: 198px;
  height: 105px;
  position: relative;
  top: -2px;
}

@media screen and (max-width: 767px) {
  .l-header__logo .c-logo {
    width: 121px;
    height: 18px;
    position: static;
  }
}

.l-header__body {
  padding: 0 20px;
  position: relative;
  display: block;
}

.l-header__block {
  padding: 25px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.l-header__block:first-child {
  padding-top: 20px;
  padding-bottom: 44px;
}

.l-header__block .c-txt-small {
  font-weight: bold;
  color: #fff;
}

.l-header-banner {
  margin-top: 30px;
}

.l-header-phone {
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 4px;
  text-align: center;
  padding: 16px 0 18px 0;
  margin-top: 15px;
}

.l-header-phone__main {
  font-weight: bold;
  color: #fff;
  font-size: 26px;
  font-size: 2.6rem;
  letter-spacing: 0.07em;
}

.l-header-phone__sub {
  font-weight: bold;
  color: #fff;
  margin-top: 4px;
  font-size: 15px;
  font-size: 1.5rem;
  letter-spacing: 0.07em;
}

.l-header-phone__sub span {
  font-size: 80%;
}

/* SP版ヘッダー
-----------------------------------------------------------------*/
/* ==============================================================================================
l-footer
============================================================================================== */
/* 大枠
-----------------------------------------------------------------*/
.l-footer {
  background: #181818;
  position: relative;
  height: 70px;
  padding: 0 30px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .l-footer {
    height: 80px;
    padding: 0 20px;
    margin-top: 40px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
}

/* コピーライト
-----------------------------------------------------------------*/
.l-footer__copyright {
  color: rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
  text-align: center;
  font-size: 10px;
  font-size: 1rem;
  letter-spacing: 0.15em;
}

/* ==============================================================================================
ナビゲーション
・縦書きナビ
============================================================================================== */
/* ==============================================================================================
ロゴ
============================================================================================== */
.c-logo {
  text-indent: 100%;
  text-indent: -9999px;
  white-space: nowrap;
  overflow: hidden;
  position: relative;
  text-align: left;
}

.c-logo {
  display: block;
  background: url(../images/common/logo.svg) no-repeat left top/cover;
}

@media screen and (max-width: 767px) {
  .c-logo {
    background: url(../images/common/logo2.svg) no-repeat left top/cover;
  }
}

.c-icon-round, .c-icon-round--facebook {
  width: 32px;
  height: 32px;
  display: block;
  margin: 0;
  border-radius: 100%;
  background: #333;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-align-content: center;
  -moz-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}

.c-icon-round--facebook {
  background: #305097;
}

.c-icon-round--facebook:hover {
  background: #17377e;
}

.c-icon--facebook {
  text-indent: 100%;
  text-indent: -9999px;
  white-space: nowrap;
  overflow: hidden;
  position: relative;
  text-align: left;
  width: 6px;
  height: 13px;
  display: block;
  background: url(../images/common/icon/facebook.svg) no-repeat left top/contain;
}

/* ==============================================================================================
トグルメニュー
============================================================================================== */
.c-menu-wrapper {
  position: relative;
  display: none;
}

@media screen and (max-width: 1080px) {
  .c-menu-wrapper {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .c-menu-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }
}

.js-menu-bg {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
  display: block;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.is-menuOpen .js-menu-bg {
  opacity: 1;
  visibility: visible;
}

.js-pointer {
  position: absolute;
  display: block;
  z-index: 10000;
  width: 40px;
  height: 40px;
}

.js-pointer::after {
  content: "";
  width: 40px;
  height: 1px;
  background: #000;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transform: rotate3d(0, 0, 1, -45deg) translateY(-50%);
  transform: rotate3d(0, 0, 1, -45deg) translateY(-50%);
}

.js-pointer::before {
  content: "";
  width: 40px;
  height: 1px;
  background: #000;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transform: rotate3d(0, 0, 1, 45deg) translateY(-50%);
  transform: rotate3d(0, 0, 1, 45deg) translateY(-50%);
}

.c-menu {
  position: fixed;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  padding-top: 60px;
  background: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
  opacity: 0;
  -webkit-transform: translate3d(10%, 0, 0);
  transform: translate3d(10%, 0, 0);
  visibility: hidden;
  z-index: 9999;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}

.is-menuOpen .c-menu {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

@media screen and (max-width: 767px) {
  .c-menu {
    width: 95%;
  }
}

.c-menu__body {
  width: 80%;
  margin: 0 auto;
  list-style: none;
}

.c-menu-wrapper .c-logo {
  width: 51px;
  height: 50px;
  margin-bottom: 40px;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  opacity: .3;
  display: block;
}

.c-menu-wrapper .c-logo:hover {
  opacity: 1;
}

.c-menu-main {
  list-style: none;
  margin-bottom: -30px;
}

@media screen and (max-width: 550px) {
  .c-menu-main {
    display: block;
  }
}

.c-menu-main .c-menu__item {
  margin-right: 25px;
  margin-bottom: 26px;
}

.c-menu-main .c-menu__item a {
  font-size: 24px;
  font-size: 2.4rem;
  color: #333;
  font-weight: bold;
  position: relative;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}

.c-menu-main .c-menu__item a::after {
  content: "";
  width: 100%;
  height: 1px;
  background: #333;
  position: absolute;
  bottom: -3px;
  left: 0;
  display: block;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}

.c-menu-main .c-menu__item a:hover {
  color: #e9940f;
}

.c-menu-main .c-menu__item a:hover::after {
  bottom: -1px;
  opacity: 0;
}

.c-menu-main .c-menu__item > .c-menu-sub {
  padding-top: 25px;
  margin-bottom: -15px;
  -webkit-align-content: center;
  -moz-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.c-menu-main .c-menu__item > .c-menu-sub .c-menu__item {
  margin-bottom: 18px;
  margin-right: 0;
}

.c-menu-main .c-menu__item > .c-menu-sub .c-menu__item a {
  font-size: 15px;
  font-size: 1.5rem;
}

.c-menu-sub {
  padding-top: 60px;
  list-style: none;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.c-menu-sub .c-menu__item {
  margin-bottom: 15px;
  position: relative;
}

.c-menu-sub .c-menu__item::after {
  content: "/";
  font-size: 14px;
  margin: 0 .6em;
  color: rgba(51, 51, 51, 0.4);
}

.c-menu-sub .c-menu__item:last-child::after {
  display: none;
}

.c-menu-sub .c-menu__item a {
  font-weight: normal;
  font-size: 12px;
  font-size: 1.2rem;
  color: #333;
  position: relative;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}

.c-menu-sub .c-menu__item a::after {
  content: "";
  width: 100%;
  height: 1px;
  background: #777;
  position: absolute;
  bottom: -2px;
  left: 0;
  display: block;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}

.c-menu-sub .c-menu__item a:hover {
  color: #e9940f;
}

.c-menu-sub .c-menu__item a:hover::after {
  bottom: -1px;
  opacity: 0;
}

.c-menu-wrapper .c-button, .c-menu-wrapper .c-button--large, .c-menu-wrapper .c-button--pink, .c-menu-wrapper .c-button--form {
  margin-top: 40px;
}

.c-menu__copyright {
  color: rgba(51, 51, 51, 0.2);
  text-transform: uppercase;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 40px;
  font-size: 12px;
  font-size: 1.2rem;
}

.c-menu-contact {
  width: 90%;
  margin: 0 auto;
  text-align: center;
  border-top: 1px solid #e5e5e5;
  padding-top: 30px;
  padding-bottom: 15px;
  margin-top: 30px;
}

.c-menu #biz_calendar table.bizcal {
  border-left: none;
  border-right: none;
  border-bottom: none;
}

.c-menu .c-calendar {
  width: 90%;
  margin: 0 auto;
}

/* ==============================================================================================
ページネーション
============================================================================================== */
.c-pagenation {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}

/* 前のページへ / 次のページへ
-----------------------------------------------------------------*/
.c-pagenation-txt {
  font-weight: bold;
  text-align: left;
  color: #999;
  font-size: 14px;
  font-size: 1.4rem;
}

.c-pagenation-txt:last-child {
  text-align: right;
}

@media screen and (max-width: 767px) {
  .c-pagenation-txt {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.c-pagenation-txt > span {
  pointer-events: none;
}

.c-pagenation-txt > a {
  color: #777777;
  text-decoration: underline;
}

.c-pagenation-txt > a:hover {
  color: #333;
  text-decoration: none;
}

.c-pagenation-txt > a::after {
  opacity: .3;
}

.c-pagenation-txt > a:hover::after {
  opacity: .8;
}

/* ナンバーナビゲーション
-----------------------------------------------------------------*/
.c-pagenation-num {
  font-weight: bold;
  list-style: none;
  border-left: 1px solid #d9d9d9;
  font-size: 13px;
  font-size: 1.3rem;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}

.c-pagenation-num li {
  border-right: 1px solid #d9d9d9;
}

.c-pagenation-num a,
.c-pagenation-num span {
  color: rgba(51, 51, 51, 0.4);
  text-decoration: none;
  padding: 4px 15px;
  display: block;
}

.c-pagenation-num a:hover,
.c-pagenation-num a.is-current {
  color: #333333;
  -webkit-text-decoration: unde;
  text-decoration: unde;
}

/* 記事セレクトナビゲーション
-----------------------------------------------------------------*/
.c-pagenation-select-wrap {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}

.c-pagenation-select {
  margin-left: 30px;
  text-align: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .c-pagenation-select {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    text-align: left;
    width: 100%;
    margin-left: 0;
    margin-top: 10px;
  }
}

.c-pagenation-select:first-child {
  margin-left: 0;
  margin-top: 0;
}

.c-pagenation-select__label {
  font-weight: bold;
  font-size: 13px;
  font-size: 1.3rem;
}

@media screen and (max-width: 767px) {
  .c-pagenation-select__label {
    width: 25%;
    text-align: left;
    font-size: 11px;
    font-size: 1.1rem;
  }
}

.c-pagenation-select__select {
  margin-left: 25px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .c-pagenation-select__select {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}

.c-pagenation-select__select::after {
  content: "";
  width: 12px;
  height: 7px;
  background: url(../images/common/icon/arrow_bottom.svg) no-repeat left top/cover;
  display: block;
  opacity: .3;
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.c-pagenation-select__select .t-form__select {
  width: 155px;
  background: #fcfcfc;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  position: relative;
  padding: 14px;
  font-size: 14px;
  font-size: 1.4rem;
}

@media screen and (max-width: 767px) {
  .c-pagenation-select__select .t-form__select {
    width: 100%;
    padding: 5px 14px;
  }
}

.c-pagenation-select__select:hover .t-form__select {
  border-color: #bdbdbd;
}

/* c-layout
-----------------------------------------------------------------*/
.c-layout {
  display: inline-block;
}

.c-layout:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  line-height: 0;
  font-size: 0;
}

* html .c-layout {
  height: 1%;
}

.c-layout {
  display: block;
  position: relative;
}

.c-layout--content {
  display: block;
  width: 100%;
}

.c-layout__block {
  display: block;
  float: left;
  list-style-type: none;
}

@media screen and (max-width: 767px) {
  .c-layout__block {
    float: none;
  }
}

.c-layout__block:nth-child(1) {
  position: relative;
}

.c-layout__block:nth-child(2) {
  position: relative;
}

.c-layout__block:nth-child(3) {
  position: relative;
}

.c-layout__block:nth-child(4) {
  position: relative;
}

.c-layout__block:nth-child(5) {
  position: relative;
}

.c-layout__block:nth-child(6) {
  position: relative;
}

.c-layout__block:nth-child(7) {
  position: relative;
}

.c-layout__block:nth-child(8) {
  position: relative;
}

.c-layout__block:nth-child(9) {
  position: relative;
}

.c-layout__block:nth-child(10) {
  position: relative;
}

.c-layout--type1 .c-layout__block:nth-child(1) {
  width: columVal(2);
}

.c-layout--type1 .c-layout__block:nth-child(2) {
  width: columVal(3);
}

.c-layout--type1 .c-layout__block:nth-child(3) {
  width: columVal(2);
}

@media screen and (max-width: 767px) {
  .c-layout--type1 .c-layout__block:nth-child(1) {
    width: auto;
  }
}

@media screen and (max-width: 767px) {
  .c-layout--type1 .c-layout__block:nth-child(2) {
    width: auto;
  }
}

@media screen and (max-width: 767px) {
  .c-layout--type1 .c-layout__block:nth-child(3) {
    width: auto;
  }
}

.c-layout--type2 > .c-layout__block:nth-child(1) {
  width: columVal(2);
}

.c-layout--type2 > .c-layout__block:nth-child(2) {
  width: columVal(4);
}

@media screen and (max-width: 767px) {
  .c-layout--type2 > .c-layout__block:nth-child(1) {
    width: auto;
  }
}

@media screen and (max-width: 767px) {
  .c-layout--type2 > .c-layout__block:nth-child(2) {
    width: auto;
  }
}

.c-layout--type3 > .c-layout__block:nth-child(1) {
  width: columVal(2, %);
}

.c-layout--type3 > .c-layout__block:nth-child(2) {
  width: columVal(6, %);
  float: right;
}

@media screen and (max-width: 767px) {
  .c-layout--type3 > .c-layout__block:nth-child(1) {
    width: auto;
    float: none;
  }
}

@media screen and (max-width: 767px) {
  .c-layout--type3 > .c-layout__block:nth-child(2) {
    width: auto;
    float: none;
  }
}

.c-layout--type4 > .c-layout__block:nth-child(1) {
  width: columVal(2, %, 6);
}

.c-layout--type4 > .c-layout__block:nth-child(2) {
  width: columVal(4, %, 6);
  float: right;
}

.c-layout--type4 > .c-layout__block2 {
  width: columVal(4, %, 6) !important;
  float: right;
}

@media screen and (max-width: 767px) {
  .c-layout--type4 > .c-layout__block:nth-child(1) {
    width: auto;
    float: none;
  }
}

@media screen and (max-width: 767px) {
  .c-layout--type4 > .c-layout__block:nth-child(2) {
    width: auto;
    float: none;
  }
}

@media screen and (max-width: 767px) {
  .c-layout--type4 > .c-layout__block2 {
    width: auto;
    float: none;
  }
}

.c-layout--type5 > .c-layout__block:nth-child(1) {
  width: columVal(3, %);
}

.c-layout--type5 > .c-layout__block:nth-child(2) {
  width: columVal(5, %);
  float: right;
}

@media screen and (max-width: 767px) {
  .c-layout--type5 > .c-layout__block:nth-child(1) {
    width: auto;
  }
}

@media screen and (max-width: 767px) {
  .c-layout--type5 > .c-layout__block:nth-child(2) {
    width: auto;
  }
}

.c-layout--type6 > .c-layout__block:nth-child(1) {
  width: columVal(2, %);
}

.c-layout--type6 > .c-layout__block:nth-child(2) {
  width: columVal(6, %);
  float: right;
}

.c-layout--type7 > .c-layout__block:nth-child(1) {
  width: columVal(3, %, 10);
}

.c-layout--type7 > .c-layout__block:nth-child(2) {
  width: columVal(7, %, 10);
}

@media screen and (max-width: 767px) {
  .c-layout--type7 > .c-layout__block:nth-child(1) {
    width: auto;
  }
}

@media screen and (max-width: 767px) {
  .c-layout--type7 > .c-layout__block:nth-child(2) {
    width: auto;
  }
}

.c-layout--type8 > .c-layout__block:nth-child(1) {
  width: columVal(4, %, 10);
}

.c-layout--type8 > .c-layout__block:nth-child(2) {
  width: columVal(6, %, 10);
}

@media screen and (max-width: 767px) {
  .c-layout--type8 > .c-layout__block:nth-child(1) {
    width: auto;
  }
}

@media screen and (max-width: 767px) {
  .c-layout--type8 > .c-layout__block:nth-child(2) {
    width: auto;
  }
}

.c-layout--type9 > .c-layout__block:nth-child(1) {
  float: left;
}

.c-layout--type9 > .c-layout__block:nth-child(2) {
  float: right;
}

@media screen and (max-width: 767px) {
  .c-layout--type9 > .c-layout__block:nth-child(1) {
    width: auto;
    float: none;
  }
}

@media screen and (max-width: 767px) {
  .c-layout--type9 > .c-layout__block:nth-child(2) {
    width: auto;
    float: none;
  }
}

/* c-layout-box
-----------------------------------------------------------------*/
.c-layout-box {
  display: block;
  position: relative;
}

.c-layout-box--type1 {
  width: columVal(4);
}

@media screen and (max-width: 767px) {
  .c-layout-box--type1 {
    width: auto;
  }
}

.c-layout-box--type2 {
  width: columVal(5);
}

@media screen and (max-width: 767px) {
  .c-layout-box--type2 {
    width: auto;
  }
}

.c-box--type2 .c-layout-box--type2 {
  width: calc(62.5vw - (3.75rem + .95vw));
}

.c-layout-box--type3 {
  width: columVal(4, %);
  margin-left: columVal(3, %);
}

@media screen and (max-width: 767px) {
  .c-layout-box--type3 {
    width: auto;
    margin: 0 20px;
  }
}

.c-layout-box--type4 {
  width: columVal(6, %);
  margin-left: columVal(2, %);
}

@media screen and (max-width: 767px) {
  .c-layout-box--type4 {
    width: auto;
    margin: 0 20px;
  }
}

/* ==============================================================================================
トグルアイコン
============================================================================================== */
/* スタイル設定
-----------------------------------------------------------------*/
.c-switch .c-switch__line, .c-switch .c-switch__inner::after, .c-switch .c-switch__inner::before {
  width: 100%;
  height: 2px;
  background: #111;
  display: block;
  position: absolute;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

@media screen and (max-width: 767px) {
  .c-switch .c-switch__line, .c-switch .c-switch__inner::after, .c-switch .c-switch__inner::before {
    height: 2px;
  }
}

/* コンテンツ
-----------------------------------------------------------------*/
.c-switch {
  height: 30px;
  position: absolute;
  top: 50%;
  right: 5%;
  z-index: 10000;
  cursor: pointer;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  display: none;
}

@media screen and (max-width: 767px) {
  .c-switch {
    height: 15px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-align-content: center;
    -moz-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }
}

.c-switch .c-switch__txt {
  font-size: 13px;
  font-size: 1.3rem;
  margin-right: 20px;
  position: relative;
  text-align: right;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .c-switch .c-switch__txt {
    margin-right: 10px;
    top: 1px;
    font-size: 11px;
    font-size: 1.1rem;
  }
}

.c-switch .c-switch__txt::after {
  content: "閉じる";
  font-size: inherit;
  position: absolute;
  top: 0;
  left: 0;
  text-align: right;
  width: 100%;
  display: inline-block;
  overflow: hidden;
  word-wrap: normal;
  white-space: nowrap;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.is-menuOpen .c-switch .c-switch__txt::after {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: 0.2s 300ms ease;
  -moz-transition: 0.2s 300ms ease;
  -ms-transition: 0.2s 300ms ease;
  -o-transition: 0.2s 300ms ease;
  transition: 0.2s 300ms ease;
}

.c-switch .c-switch__txt span {
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.is-menuOpen .c-switch .c-switch__txt span {
  color: #fff;
}

.c-switch .c-switch__inner {
  width: 40px;
  position: relative;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
}

@media screen and (max-width: 767px) {
  .c-switch .c-switch__inner {
    width: 26px;
  }
}

.is-menuOpen .c-switch .c-switch__line {
  opacity: 0;
  filter: alpha(opacity=0);
}

.c-switch .c-switch__inner::after {
  content: "";
  top: 14px;
}

.c-switch:hover::after {
  margin-top: 8px;
}

.is-menuOpen .c-switch .c-switch__inner::after {
  margin-top: 0;
  top: 0;
  -webkit-transform: rotate3d(0, 0, 1, -45deg);
  -moz-transform: rotate3d(0, 0, 1, -45deg);
  -ms-transform: rotate3d(0, 0, 1, -45deg);
  -o-transform: rotate3d(0, 0, 1, -45deg);
  transform: rotate3d(0, 0, 1, -45deg);
}

@media screen and (max-width: 767px) {
  .c-switch .c-switch__inner::after {
    top: 8px;
  }
}

.c-switch .c-switch__inner::before {
  content: "";
  top: -14px;
}

.c-switch:hover::before {
  margin-bottom: 8px;
}

.is-menuOpen .c-switch .c-switch__inner::before {
  margin-bottom: 0;
  top: 0;
  -webkit-transform: rotate3d(0, 0, 1, 45deg);
  -moz-transform: rotate3d(0, 0, 1, 45deg);
  -ms-transform: rotate3d(0, 0, 1, 45deg);
  -o-transform: rotate3d(0, 0, 1, 45deg);
  transform: rotate3d(0, 0, 1, 45deg);
}

@media screen and (max-width: 767px) {
  .c-switch .c-switch__inner::before {
    top: -8px;
  }
}

/* ==============================================================================================
c-heading
============================================================================================== */
/* ページメインヘッダー
-----------------------------------------------------------------*/
.c-heading-page {
  text-align: center;
  position: relative;
  z-index: 120;
}

.c-heading-page__pict {
  width: 100%;
  min-height: 280px;
  height: calc(12rem + 20vw);
  background: #fff;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center 0;
  background-size: 100%;
}

.t-about .c-heading-page__pict {
  background-image: url(../images/about/heading_bg.jpg);
}

.t-service .c-heading-page__pict {
  background-image: url(../images/service/heading_bg.jpg);
}

.t-facilities .c-heading-page__pict {
  background-image: url(../images/facilities/heading_bg.jpg);
}

.t-staff .c-heading-page__pict {
  background-image: url(../images/staff/heading_bg.jpg);
}

.t-company .c-heading-page__pict {
  background-image: url(../images/company/heading_bg.jpg);
}

.t-recruit .c-heading-page__pict {
  background-image: url(../images/recruit/heading_bg.jpg);
}

.t-blog .c-heading-page__pict {
  background-image: url(../images/blog/heading_bg.jpg);
}

.t-contact .c-heading-page__pict {
  background-image: url(../images/contact/heading_bg.jpg);
}

.t-implant .c-heading-page__pict {
  background-image: url(../images/implant/heading_bg.jpg);
  background-image: url(../images/service/implant/heading_bg.jpg);
}

.t-esthetic .c-heading-page__pict {
  background-image: url(../images/esthetic/heading_bg.jpg);
  background-image: url(../images/service/esthetic/heading_bg.jpg);
}

.t-periodontal .c-heading-page__pict {
  background-image: url(../images/periodontal/heading_bg.jpg);
  background-image: url(../images/service/periodontal/heading_bg.jpg);
}

.t-orthodontic .c-heading-page__pict {
  background-image: url(../images/orthodontic/heading_bg.jpg);
  background-image: url(../images/service/orthodontic/heading_bg.jpg);
}

.t-visit .c-heading-page__pict {
  background-image: url(../images/visit/heading_bg.jpg);
  background-image: url(../images/service/visit/heading_bg.jpg);
}

@media screen and (max-width: 767px) {
  .c-heading-page__pict {
    height: 180px;
    min-height: auto;
    background-size: 120%;
  }
}

.is-small .c-heading-page__pict {
  height: 260px;
}

@media screen and (max-width: 767px) {
  .is-small .c-heading-page__pict {
    height: 130px;
  }
}

.c-heading-page__label {
  position: relative;
  z-index: 100;
  margin-top: -32px;
}

@media screen and (max-width: 767px) {
  .c-heading-page__label {
    margin-top: -26px;
  }
}

.c-heading-page__label::before {
  content: "";
  width: 65px;
  height: 66px;
  background: url(../images/common/mark.svg) no-repeat left top/cover;
  display: block;
  margin: 0 auto 18px auto;
  opacity: 0;
  -webkit-transition: all 1.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: all 1.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  -ms-transition: all 1.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 1.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 1.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transform: rotate(0deg) scale(1.2);
  -ms-transform: rotate(0deg) scale(1.2);
  transform: rotate(0deg) scale(1.2);
}

@media screen and (max-width: 767px) {
  .c-heading-page__label::before {
    width: 52px;
    height: 52.8px;
    margin: 0 auto 15px auto;
  }
}

.js-view .c-heading-page__label::before {
  opacity: 1;
  -webkit-transform: rotate(180deg) scale(1);
  -ms-transform: rotate(180deg) scale(1);
  transform: rotate(180deg) scale(1);
}

.c-heading-page__sub {
  font-weight: bold;
  color: #438849;
  opacity: 0;
  position: relative;
  top: 10px;
  padding-bottom: 14px;
  padding-bottom: 1.4rem;
  font-size: 13px;
  font-size: 1.3rem;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  -webkit-transform: scale3d(1, 0.9, 1);
  -moz-transform: scale3d(1, 0.9, 1);
  -ms-transform: scale3d(1, 0.9, 1);
  -o-transform: scale3d(1, 0.9, 1);
  transform: scale3d(1, 0.9, 1);
}

.js-view .c-heading-page__sub {
  opacity: 1;
  top: 0;
  -webkit-transform: scale3d(1, 1, 1);
  -moz-transform: scale3d(1, 1, 1);
  -ms-transform: scale3d(1, 1, 1);
  -o-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}

.c-heading-page__txt {
  font-weight: bold;
  color: #438849;
  opacity: 0;
  position: relative;
  top: 20px;
  font-size: 38px;
  font-size: 3.8rem;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  -webkit-transform: scale3d(1, 0.9, 1);
  -moz-transform: scale3d(1, 0.9, 1);
  -ms-transform: scale3d(1, 0.9, 1);
  -o-transform: scale3d(1, 0.9, 1);
  transform: scale3d(1, 0.9, 1);
}

.c-heading-page__sub .c-heading-page__txt {
  -webkit-transition-delay: .15s;
  -o-transition-delay: .15s;
  transition-delay: .15s;
}

@media screen and (max-width: 767px) {
  .c-heading-page__txt {
    font-size: 28px;
    font-size: 2.8rem;
  }
}

.js-view .c-heading-page__txt {
  opacity: 1;
  top: 0;
  -webkit-transform: scale3d(1, 1, 1);
  -moz-transform: scale3d(1, 1, 1);
  -ms-transform: scale3d(1, 1, 1);
  -o-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}

.c-heading-page__en {
  position: relative;
  z-index: 100;
  text-transform: uppercase;
  color: #e9940f;
  opacity: 0;
  position: relative;
  top: 10px;
  padding-top: 15px;
  padding-top: 1.5rem;
  font-size: 12px;
  font-size: 1.2rem;
  letter-spacing: 0.15em;
  -webkit-transform: scale3d(1, 0.9, 1);
  -moz-transform: scale3d(1, 0.9, 1);
  -ms-transform: scale3d(1, 0.9, 1);
  -o-transform: scale3d(1, 0.9, 1);
  transform: scale3d(1, 0.9, 1);
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  -webkit-transition-delay: .2s;
  -o-transition-delay: .2s;
  transition-delay: .2s;
}

@media screen and (max-width: 767px) {
  .c-heading-page__en {
    padding-top: 10px;
    padding-top: 1rem;
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.js-view .c-heading-page__en {
  opacity: 1;
  top: 0;
  -webkit-transform: scale3d(1, 1, 1);
  -moz-transform: scale3d(1, 1, 1);
  -ms-transform: scale3d(1, 1, 1);
  -o-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}

/* 小見出し
-----------------------------------------------------------------*/
.c-heading-line {
  color: #438849;
  font-weight: bold;
  text-align: left;
  line-height: 1.4;
  margin-bottom: 25px;
  margin-bottom: 2.5rem;
  font-size: 18px;
  font-size: 1.8rem;
}

.c-heading-line span {
  line-height: 1;
  padding-left: 10px;
  border-left: 4px solid #438849;
  display: inline-block;
}

@media screen and (max-width: 767px) {
  .c-heading-line {
    margin-bottom: 20px;
    margin-bottom: 2rem;
    font-size: 15px;
    font-size: 1.5rem;
  }
  .c-heading-line span {
    padding-left: 8px;
  }
}

/* セクションヘッダー
-----------------------------------------------------------------*/
.c-heading-sec {
  color: #438849;
  font-weight: bold;
  border-bottom: 4px solid #e5e5e5;
  padding-bottom: 24px;
  padding-bottom: 2.4rem;
  letter-spacing: 0.07em;
  font-size: 30px;
  font-size: 3rem;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}

.c-heading-sec.is-no-line {
  border-bottom: none;
  padding-bottom: 0;
}

@media screen and (max-width: 767px) {
  .c-heading-sec {
    border-width: 2px;
    display: block;
    padding-bottom: 18px;
    padding-bottom: 1.8rem;
    letter-spacing: 0.02em;
    font-size: 22px;
    font-size: 2.2rem;
  }
}

.c-heading-sec > span {
  color: #777777;
  font-weight: normal;
  position: relative;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 11px;
  font-size: 1.1rem;
}

@media screen and (max-width: 767px) {
  .c-heading-sec > span {
    display: block;
    padding-top: 6px;
    font-size: 9px;
    font-size: 0.9rem;
  }
}

.c-heading-sec > span::before {
  content: "/";
  margin-left: 14px;
  padding-right: 5px;
}

@media screen and (max-width: 767px) {
  .c-heading-sec > span::before {
    margin-left: 10px;
    display: none;
  }
}

.c-heading-sec--small {
  border-bottom: 2px solid #e5e5e5;
  font-weight: bold;
  padding-bottom: 15px;
  font-size: 20px;
  font-size: 2rem;
  margin-bottom: 30px;
  margin-bottom: 3rem;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .c-heading-sec--small {
    text-align: left;
    border-width: 1px;
    padding-bottom: 15px;
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 20px;
    margin-bottom: 2rem;
  }
}

.c-heading-sec-center {
  display: block;
  text-align: center;
  font-weight: bold;
  color: #438849;
  font-size: 26px;
  font-size: 2.6rem;
  letter-spacing: 0.07em;
}

@media screen and (max-width: 767px) {
  .c-heading-sec-center {
    font-size: 20px;
    font-size: 2rem;
  }
}

.c-heading-sec-center > span {
  color: #777777;
  display: block;
  font-weight: normal;
  text-transform: uppercase;
  padding-top: 10px;
  padding-top: 1rem;
  font-size: 10px;
  font-size: 1rem;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 767px) {
  .c-heading-sec-center > span {
    padding-top: 8px;
    padding-top: 0.8rem;
    font-size: 9px;
    font-size: 0.9rem;
  }
}

/* レベル別
-----------------------------------------------------------------*/
.c-heading-large {
  font-weight: bold;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.55556;
}

@media screen and (max-width: 767px) {
  .c-heading-large {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.42857;
    margin-top: -.21em;
    text-align: left;
  }
}

.c-heading-medium {
  font-weight: bold;
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 1.25;
}

@media screen and (max-width: 767px) {
  .c-heading-medium {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.42857;
    margin-top: -.21em;
    text-align: left;
  }
}

.c-heading-small {
  font-weight: bold;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.42857;
}

@media screen and (max-width: 767px) {
  .c-heading-small {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.28571;
    margin-top: -.1425em;
    text-align: left;
  }
}

/* リード
-----------------------------------------------------------------*/
/* マーカー見出し
-----------------------------------------------------------------*/
.c-heading-badge {
  font-weight: bold;
  color: #fff;
  background: #438849;
  border-radius: 2px;
  padding: 6px 9px;
  margin-right: 11px;
  font-size: 14px;
  font-size: 1.4rem;
}

@media screen and (max-width: 767px) {
  .c-heading-badge {
    padding: 4px 6px;
    margin-right: 8px;
    font-size: 13px;
    font-size: 1.3rem;
  }
}

/* 丸見出し（step表記など）
-----------------------------------------------------------------*/
.c-heading-round {
  width: 56px;
  height: 56px;
  border-radius: 100%;
  background: #438849;
  color: #fff;
  margin: 0 auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .c-heading-round {
    width: 50px;
    height: 50px;
  }
}

.c-heading-round__inner {
  font-weight: bold;
  position: relative;
  top: 2px;
  font-size: 9px;
  font-size: 0.9rem;
}

@media screen and (max-width: 767px) {
  .c-heading-round__inner {
    font-size: 8px;
    font-size: 0.8rem;
  }
}

.c-heading-round__inner > span {
  display: block;
  padding-top: 2px;
  font-size: 24px;
  font-size: 2.4rem;
}

@media screen and (max-width: 767px) {
  .c-heading-round__inner > span {
    padding-top: 2px;
    font-size: 19px;
    font-size: 1.9rem;
  }
}

/* スローガン
-----------------------------------------------------------------*/
.c-heading-slogan {
  text-align: center;
  font-size: 23px;
  font-size: 2.3rem;
  line-height: 2;
}

@media screen and (max-width: 767px) {
  .c-heading-slogan {
    line-height: 1.8;
    font-size: 15px;
    font-size: 1.5rem;
  }
}

/* スタッフ名
-----------------------------------------------------------------*/
.c-heading-staff {
  text-align: left;
  border-bottom: 2px solid #e3e3e3;
  padding-bottom: 15px;
  padding-bottom: 1.5rem;
  margin-bottom: 25px;
  margin-bottom: 2.5rem;
}

@media screen and (max-width: 767px) {
  .c-heading-staff {
    margin-bottom: 15px;
    margin-bottom: 1.5rem;
  }
}

.c-heading-staff__work {
  color: #9e2f2f;
  font-weight: bold;
  font-size: 13px;
  font-size: 1.3rem;
}

@media screen and (max-width: 767px) {
  .c-heading-staff__work {
    font-size: 10px;
    font-size: 1rem;
  }
}

.c-heading-staff__name {
  font-weight: bold;
  font-size: 28px;
  font-size: 2.8rem;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

@media screen and (max-width: 767px) {
  .c-heading-staff__name {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.c-heading-staff__work + .c-heading-staff__name {
  padding-top: 15px;
  padding-top: 1.5rem;
}

@media screen and (max-width: 767px) {
  .c-heading-staff__work + .c-heading-staff__name {
    padding-top: 10px;
    padding-top: 1rem;
  }
}

.c-heading-staff__name > span {
  text-transform: uppercase;
  color: #777777;
  position: relative;
  padding-left: 30px;
  font-weight: normal;
  letter-spacing: 0.07em;
  font-size: 11px;
  font-size: 1.1rem;
}

@media screen and (max-width: 767px) {
  .c-heading-staff__name > span {
    padding-left: 20px;
    font-size: 10px;
    font-size: 1rem;
  }
}

.c-heading-staff__name > span::after {
  content: "";
  width: 1px;
  height: 24px;
  background: #d1d1d1;
  position: absolute;
  top: 0;
  left: 15px;
  display: block;
  -webkit-transform: rotate(14deg);
  -moz-transform: rotate(14deg);
  -ms-transform: rotate(14deg);
  -o-transform: rotate(14deg);
  transform: rotate(14deg);
}

@media screen and (max-width: 767px) {
  .c-heading-staff__name > span::after {
    height: 20px;
    left: 10px;
  }
}

/* ==============================================================================================
c-list
============================================================================================== */
.c-list, .c-list--disc, .c-list--square {
  list-style: none;
}

.c-list > li, .c-list--disc > li, .c-list--square > li {
  position: relative;
}

/* 番号付きリスト
-----------------------------------------------------------------*/
.c-list--num {
  margin-left: 1.2em;
}

/* 丸リスト
-----------------------------------------------------------------*/
.c-list--disc {
  margin-left: .3em;
}

.c-list--disc > li {
  padding-left: .8em;
}

.c-list--disc > li::before {
  content: "";
  width: .34em;
  height: .34em;
  border-radius: 100%;
  background: #647f66;
  display: block;
  position: absolute;
  top: .7em;
  left: 0;
}

@media screen and (max-width: 767px) {
  .c-list--disc > li::before {
    top: .6em;
  }
}

@media screen and (max-width: 767px) {
  .c-list--disc > li {
    margin-bottom: .5em;
  }
}

/* ■リスト
-----------------------------------------------------------------*/
.c-list--square {
  margin-left: .3em;
}

.c-list--square > li::before {
  content: "■";
  display: inline-block;
  vertical-align: middle;
}

/* チェックマークリスト
-----------------------------------------------------------------*/
.c-list-check, .c-list-check--type2 {
  list-style: none;
  border-top: 1px solid #e5e5e5;
}

.c-list-check > li, .c-list-check--type2 > li {
  position: relative;
  border-bottom: 1px solid #e5e5e5;
  padding-top: 13px;
  padding-top: 1.3rem;
  padding-bottom: 13px;
  padding-bottom: 1.3rem;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: top;
  -ms-flex-align: top;
  -webkit-align-items: top;
  -moz-align-items: top;
  align-items: top;
}

.c-list-check > li:last-child, .c-list-check--type2 > li:last-child {
  margin-bottom: 0;
}

.c-list-check > li span, .c-list-check--type2 > li span {
  max-width: 100%;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: block;
}

.c-list-check > li::before, .c-list-check--type2 > li::before {
  content: "";
  width: 15px;
  height: 15px;
  border: 2px solid #e5e5e5;
  display: block;
  margin-right: 10px;
  border-radius: 4px;
  position: relative;
  top: 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .c-list-check > li::before, .c-list-check--type2 > li::before {
    width: 14px;
    height: 14px;
    border-width: 1px;
  }
}

.c-list-check > li::after, .c-list-check--type2 > li::after {
  content: "";
  width: 15px;
  width: 1.5rem;
  height: 13px;
  height: 1.3rem;
  background: url(../images/common/icon/check.svg) no-repeat left top/contain;
  display: block;
  position: absolute;
  top: 17px;
  left: 2px;
}

.c-list-check--type2 {
  border-top: 2px solid #f3f3f3;
  padding-top: 15px;
  padding-top: 1.5rem;
}

@media screen and (max-width: 767px) {
  .c-list-check--type2 {
    padding-top: 10px;
    padding-top: 1rem;
  }
}

/* 記事リスト
-----------------------------------------------------------------*/
.c-list-entry {
  list-style: none;
  display: block;
  border-top: 1px solid #e5e5e5;
}

.c-list-entry__item {
  background: url(../images/common/line_x_dot.gif) repeat-x left bottom/3px 1px;
  line-height: 1.42857;
  font-size: 16px;
  font-size: 1.6rem;
}

.c-list-entry__item:last-child {
  background: none;
  border-bottom: 1px solid #e5e5e5;
}

@media screen and (max-width: 767px) {
  .c-list-entry__item {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.5;
  }
}

.c-list-entry__item a {
  padding-top: 18px;
  padding-bottom: 18px;
  padding-right: 30px;
}

.c-list-entry__item a:hover {
  padding-left: 10px;
  background: rgba(0, 0, 0, 0.02);
}

@media screen and (max-width: 767px) {
  .c-list-entry__item a {
    padding-top: 12px;
    padding-bottom: 12px;
    padding-right: 25px;
  }
  .c-list-entry__item a:hover {
    padding-left: 0;
  }
}

.c-list-entry__item .c-icon--arrow-r::after, .c-list-entry__item .c-icon--arrow-r.is-white::before {
  opacity: .3;
  right: 10px;
}

.c-list-entry__item .c-icon--arrow-r:hover::after, .c-list-entry__item .c-icon--arrow-r.is-white:hover::before {
  opacity: .8;
}

.c-list-entry__item a {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .c-list-entry__item a {
    display: block;
  }
}

.c-list-entry__head {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}

.c-list-entry__time,
.c-list-entry__head {
  margin-right: 25px;
}

@media screen and (max-width: 767px) {
  .c-list-entry__time,
  .c-list-entry__head {
    margin-right: 10px;
  }
}

.c-list-entry__time {
  color: #333;
  min-width: 103px;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .c-list-entry__time {
    min-width: auto;
  }
}

.c-list-entry__category {
  min-width: 70px;
  color: #333;
  background: #f3f3f3;
  font-weight: bold;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  padding: 6px 14px;
  border-radius: 2px;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.71429;
}

@media screen and (max-width: 767px) {
  .c-list-entry__category {
    min-width: auto;
    padding: 3px 10px;
    font-size: 10px;
    font-size: 1rem;
  }
}

.c-list-entry__body {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #333;
  text-align: left;
}

a:hover .c-list-entry__body {
  text-decoration: underline;
  color: #438849;
}

@media screen and (max-width: 767px) {
  .c-list-entry__body {
    margin-top: 6px;
  }
}

/* 注釈リスト
-----------------------------------------------------------------*/
.u-list-notice, .u-list-notice--right {
  list-style: none;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 1.81818;
  margin-top: -5px;
  margin-bottom: -5px;
  padding-top: 15px;
  padding-top: 1.5rem;
}

@media screen and (max-width: 767px) {
  .u-list-notice, .u-list-notice--right {
    line-height: 1.45;
    font-size: 10px;
    font-size: 1rem;
  }
}

.u-list-notice > li, .u-list-notice--right > li {
  font-weight: normal;
  text-align: left;
  padding-left: 1em;
  text-indent: -1em;
}

@media screen and (max-width: 767px) {
  .u-list-notice > li, .u-list-notice--right > li {
    margin-bottom: 5px;
  }
  .u-list-notice > li:last-child, .u-list-notice--right > li:last-child {
    margin-bottom: 0;
  }
}

.u-list-notice--right {
  width: 100%;
}

.u-list-notice--right > li {
  text-align: right;
}

@media screen and (max-width: 767px) {
  .u-list-notice--right > li {
    text-align: left;
  }
}

/* フローリスト
-----------------------------------------------------------------*/
.c-list-flow {
  list-style: none;
  margin-top: -30px;
}

@media screen and (max-width: 767px) {
  .c-list-flow {
    margin-top: -15px;
    margin-top: -1.5rem;
  }
}

.c-list-flow__block {
  border: 1px solid #e5e5e5;
  margin-top: 30px;
  margin-top: 3rem;
}

@media screen and (max-width: 767px) {
  .c-list-flow__block {
    margin-top: 15px;
    margin-top: 1.5rem;
    position: relative;
  }
  .c-list-flow__block::before {
    content: "";
    border-top: 10px solid #e5e5e5;
    border-right: 20px solid transparent;
    border-left: 20px solid transparent;
    position: absolute;
    bottom: -10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .c-list-flow__block:last-child::before {
    display: none;
  }
}

.c-list-flow__inner {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-self: stretch;
  -moz-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

@media screen and (max-width: 767px) {
  .c-list-flow__inner {
    display: block;
  }
}

.c-list-flow__label {
  width: 39.30%;
  padding: 25px 20px 22px 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #f5f9f6;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .c-list-flow__label {
    width: 100%;
    padding: 10px 15px;
  }
}

.c-list-flow__label::before {
  content: "";
  width: 40px;
  height: 16px;
  background: url(../images/common/flow_arrow.gif) no-repeat left top/cover;
  position: absolute;
  left: 50%;
  bottom: -16px;
  display: block;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

.c-list-flow__block:last-child .c-list-flow__label::before {
  display: none;
}

@media screen and (max-width: 767px) {
  .c-list-flow__label::before {
    display: none;
  }
}

.c-list-flow__label > .u-flex--center {
  padding-right: 30px;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -moz-box;
  display: -webkit-box;
  display: -o-box;
  display: -ms-box;
  -moz-box-pack: start;
  -webkit-box-pack: start;
  -o-box-pack: start;
  -ms-box-pack: start;
}

.c-list-flow__label .u-round {
  max-width: 100%;
  margin-right: 10px;
}

@media screen and (max-width: 767px) {
  .c-list-flow__label .u-round {
    margin-right: 8px;
  }
}

.c-list-flow__label .c-heading-medium {
  text-align: left;
  -ms-flex: 0 1 auto;
  -webkit-box-flex: 1;
  flex: 1;
  width: 100%;
  max-width: 100%;
  text-align: left;
  word-wrap: break-word;
  display: inline-block;
  line-height: 1.625;
}

@media screen and (max-width: 767px) {
  .c-list-flow__label .c-heading-medium {
    position: relative;
    top: 2px;
  }
}

.c-list-flow__label .c-heading-medium span {
  word-wrap: break-word;
}

.c-list-flow__body {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 25px 30px 22px 30px;
  text-align: left;
  -js-display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  -webkit-box-align: left;
  -ms-flex-align: left;
  -webkit-align-items: left;
  -moz-align-items: left;
  align-items: left;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-content: center;
  -moz-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-self: center;
  -moz-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

@media screen and (max-width: 767px) {
  .c-list-flow__body {
    padding: 15px 15px 15px 15px;
  }
}

.c-list-flow__body .c-txt-small {
  line-height: 1.85714;
}

@media screen and (max-width: 767px) {
  .c-list-flow__body .c-txt-small {
    line-height: 1.66667;
  }
}

.c-list-flow__body .u-flex .c-list-flow__pict, .c-list-flow__body .u-flex--center .c-list-flow__pict, .c-list-flow__body .u-flex--wrapper .c-list-flow__pict {
  width: 120px;
  margin-right: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.c-list-flow__body .u-flex .c-list-flow__pict img, .c-list-flow__body .u-flex--center .c-list-flow__pict img, .c-list-flow__body .u-flex--wrapper .c-list-flow__pict img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 767px) {
  .c-list-flow__body .u-flex .c-list-flow__pict, .c-list-flow__body .u-flex--center .c-list-flow__pict, .c-list-flow__body .u-flex--wrapper .c-list-flow__pict {
    margin: 0 auto 15px auto;
  }
}

.c-list-flow__body .u-flex .c-list-flow__pict + figcaption, .c-list-flow__body .u-flex--center .c-list-flow__pict + figcaption, .c-list-flow__body .u-flex--wrapper .c-list-flow__pict + figcaption {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

/* ==============================================================================================
c-txt
============================================================================================== */
/* c-txt-medium
メイン部分のテキスト
-----------------------------------------------------------------*/
.c-txt-medium {
  margin-top: -.4375em;
  margin-bottom: -.4375em;
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 1.88235;
}

.c-txt-medium + .c-txt-medium {
  padding-top: 1.25em;
}

/* c-txt-small
サイズを一段低く設定したテキスト
-----------------------------------------------------------------*/
.c-txt-small {
  margin-top: -.33em;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.71429;
}

@media screen and (max-width: 767px) {
  .c-txt-small {
    text-align: left;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.66667;
  }
}

.c-txt-small2, .t-staff-capacity__list > li span, .t-staff-capacity__list > li::after {
  color: #555;
  margin-top: -.33em;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.71429;
}

@media screen and (max-width: 767px) {
  .c-txt-small2, .t-staff-capacity__list > li span, .t-staff-capacity__list > li::after {
    text-align: left;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.66667;
  }
}

/* c-txt-xsmall
カード内ブロックなどで使用するテキスト
-----------------------------------------------------------------*/
.c-txt-xsmall {
  color: #222;
  margin-top: -.33em;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.66667;
}

@media screen and (max-width: 767px) {
  .c-txt-xsmall {
    text-align: left;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.66667;
  }
}

/* スマホ表示でのフォント設定
-----------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  .c-txt-medium {
    text-align: left;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.85714;
  }
}

/* 注釈用
-----------------------------------------------------------------*/
.c-txt-notice {
  font-weight: normal;
  display: block;
  color: #555555;
  font-family: "Helvetica Neue", "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ Pro", "メイリオ", "Meiryo", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "Helvetica", "Verdana", sans-serif !important;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.81818;
  text-align: left;
  margin-top: -.4090em;
  text-indent: -1em;
  padding-left: 1em;
}

@media screen and (max-width: 767px) {
  .c-txt-notice {
    margin: -3px 0;
    line-height: 1.45;
    font-size: 12px !important;
  }
}

.c-heading-small > .c-txt-notice {
  text-align: center;
}

/* 2カラムテキスト
-----------------------------------------------------------------*/
.c-txt-twin {
  position: relative;
  border-left: 1px solid #d9d9d9;
  border-right: 1px solid #d9d9d9;
}

@media screen and (max-width: 767px) {
  .c-txt-twin {
    border: none;
  }
}

.c-txt-twin::before {
  content: "";
  width: 1px;
  height: 100%;
  background: #d9d9d9;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: 0 auto;
  display: block;
}

@media screen and (max-width: 767px) {
  .c-txt-twin::before {
    display: none;
  }
}

.c-txt-twin__block {
  width: 50%;
  float: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 30px;
  padding-left: 3rem;
  padding-right: 30px;
  padding-right: 3rem;
}

@media screen and (max-width: 767px) {
  .c-txt-twin__block {
    width: 100%;
    float: none;
    padding: 0;
  }
}

.c-txt-twin__block > p + p, .c-article-body .c-txt-twin__block > figcaption + p, .c-article-body .c-txt-twin__block > p + figcaption, .c-article-body .c-txt-twin__block > figcaption + figcaption {
  padding-top: 20px;
  padding-top: 2rem;
}

@media screen and (max-width: 767px) {
  .c-txt-twin__block > p + p, .c-article-body .c-txt-twin__block > figcaption + p, .c-article-body .c-txt-twin__block > p + figcaption, .c-article-body .c-txt-twin__block > figcaption + figcaption {
    padding-top: 10px;
    padding-top: 1rem;
  }
}

/* ブロックテキスト
-----------------------------------------------------------------*/
.c-txt-block {
  display: block;
  position: relative;
  left: -6px;
}

.c-txt-block__inner {
  background: #fff;
  padding: 3px 10px 2px 6px;
  display: inline-block;
}

.c-txt-block__text {
  position: relative;
  z-index: 120;
}

/* サイズ調整
-----------------------------------------------------------------*/
.c-txt-x50 {
  font-size: 50% !important;
}

.c-txt-x60 {
  font-size: 60% !important;
}

.c-txt-x70 {
  font-size: 70% !important;
}

.c-txt-x80 {
  font-size: 80% !important;
}

.c-txt-x140 {
  font-size: 140% !important;
}

@media screen and (max-width: 767px) {
  .c-txt-x140 {
    line-height: 1.5;
  }
}

.c-txt-x150 {
  font-size: 150% !important;
}

.c-txt-x160 {
  font-size: 160% !important;
}

.c-txt__important {
  color: #ff6759;
}

/* ==============================================================================================
ボタンリンク
============================================================================================== */
/* ボタン：箱型
-----------------------------------------------------------------*/
.c-button, .c-button--large, .c-button--pink, .c-button--form {
  width: 100%;
  background: #fff;
  text-align: center;
  display: block;
  color: #333;
  position: relative;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 13px;
  font-size: 1.3rem;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 767px) {
  .c-button, .c-button--large, .c-button--pink, .c-button--form {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.5;
  }
}

.c-button > a, .c-button--large > a, .c-button--pink > a, .c-button--form > a,
.c-button .c-button__inner,
.c-button--large .c-button__inner,
.c-button--pink .c-button__inner,
.c-button--form .c-button__inner {
  display: block;
  color: #333;
  padding: 19px 0 20px 0;
  font-weight: bold;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #e1e1e1;
}

@media screen and (max-width: 767px) {
  .c-button > a, .c-button--large > a, .c-button--pink > a, .c-button--form > a,
  .c-button .c-button__inner,
  .c-button--large .c-button__inner,
  .c-button--pink .c-button__inner,
  .c-button--form .c-button__inner {
    padding: 15px 0;
  }
}

.c-button a span, .c-button--large a span, .c-button--pink a span, .c-button--form a span {
  color: #333;
}

.c-button a:hover span, .c-button--large a:hover span, .c-button--pink a:hover span, .c-button--form a:hover span {
  color: #fff;
}

.c-button span, .c-button--large span, .c-button--pink span, .c-button--form span {
  position: relative;
  z-index: 200;
}

.c-button .c-icon--arrow-r::after, .c-button--large .c-icon--arrow-r::after, .c-button--pink .c-icon--arrow-r::after, .c-button--form .c-icon--arrow-r::after, .c-button .c-icon--arrow-r.is-white::before, .c-button--large .c-icon--arrow-r.is-white::before, .c-button--pink .c-icon--arrow-r.is-white::before, .c-button--form .c-icon--arrow-r.is-white::before {
  right: 15px;
}

.c-button > a:hover, .c-button--large > a:hover, .c-button--pink > a:hover, .c-button--form > a:hover,
.c-button-wrap:hover .c-button .c-button__inner,
.c-button-wrap:hover .c-button--large .c-button__inner,
.c-button-wrap:hover .c-button--pink .c-button__inner,
.c-button-wrap:hover .c-button--form .c-button__inner {
  color: #fff;
  background: #e9940f;
  border-color: #e9940f;
}

.c-button--large {
  font-size: 14px;
  font-size: 1.4rem;
}

@media screen and (max-width: 767px) {
  .c-button--large {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.5;
  }
}

.c-button--large > a {
  padding: 25px 0;
}

@media screen and (max-width: 767px) {
  .c-button--large > a {
    padding: 15px 0;
  }
}

.c-button--pink {
  background: #ff6759;
}

.c-button--pink > a {
  color: #fff;
}

/* ボタン：テキスト型
スマホ時はブロック型に可変
-----------------------------------------------------------------*/
.c-button-ib, .c-button-ib--map {
  font-weight: bold;
  font-size: 13px;
  font-size: 1.3rem;
}

@media screen and (max-width: 767px) {
  .c-button-ib, .c-button-ib--map {
    width: 100%;
    background: #fff;
    text-align: center;
    display: block;
    color: #333;
    position: relative;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.5;
  }
}

.c-button-ib a, .c-button-ib--map a {
  color: #333;
  text-decoration: underline;
}

.c-button-ib a:hover, .c-button-ib--map a:hover {
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  .c-button-ib a, .c-button-ib--map a {
    display: block;
    color: #333;
    padding: 15px 0 15px 0;
    text-decoration: none;
    font-weight: bold;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #e1e1e1;
  }
  .c-button-ib a.c-icon--arrow-r::after, .c-button-ib--map a.c-icon--arrow-r::after, .c-button-ib a.c-icon--arrow-r.is-white::before, .c-button-ib--map a.c-icon--arrow-r.is-white::before {
    right: 15px;
  }
  .c-button-ib a:hover, .c-button-ib--map a:hover {
    color: #fff;
    background: #e9940f;
    border-color: #e9940f;
  }
}

/* ボタン：テキスト型（googlemap用）
-----------------------------------------------------------------*/
.c-button-ib--map {
  text-align: right;
  color: #555;
  font-weight: normal;
  font-size: 13px;
  font-size: 1.3rem;
}

.c-button-ib--map .c-icon--arrow-lr::after {
  opacity: .8;
}

@media screen and (max-width: 767px) {
  .c-button-ib--map {
    text-align: center;
  }
  .c-button-ib--map .c-icon--arrow-lr::after {
    right: 15px;
    left: inherit;
  }
}

/* ボタン：フォーム用
-----------------------------------------------------------------*/
.c-button--form {
  width: 100% !important;
  border: 1px solid #e1e1e1;
  outline: none;
  padding: inherit;
  font-weight: bold;
  padding: 1.5em 0;
  position: relative !important;
  cursor: pointer;
}

.c-button--form:hover {
  background: #e9940f;
  border-color: #e9940f;
}

.c-button--form:hover span {
  color: #fff;
}

/* ==============================================================================================
c-table
============================================================================================== */
.c-table {
  width: 100%;
  border-top: 1px solid #e5e5e5;
  margin: 0;
  border-spacing: 0px;
}

.c-table.is-v-top th, .c-table.is-v-top td {
  vertical-align: top;
}

.c-table tr th, .c-table tr td {
  text-align: left;
  vertical-align: middle;
  background: url(../images//common/line_x_dot.gif) repeat-x left bottom/3px 1px;
}

.c-table tr:last-child th,
.c-table tr:last-child td {
  background-image: none;
  border-bottom: 1px solid #e5e5e5;
}

.c-table tr.is-top th, .c-table tr.is-top td {
  vertical-align: top;
}

.c-table th {
  width: 24%;
  padding: 1.1em 0;
}

@media screen and (max-width: 767px) {
  .c-table th {
    width: 30%;
    padding: .6em 0;
  }
}

.c-table td {
  position: relative;
  padding: 1.1em 0;
}

@media screen and (max-width: 767px) {
  .c-table td {
    padding: .6em 0;
  }
}

.c-table a {
  color: #e9940f;
  text-decoration: underline;
}

.c-table a:hover {
  text-decoration: none;
}

/* ボックスタイプ
-----------------------------------------------------------------*/
.c-table-box {
  width: 100%;
  border-spacing: 0px;
  border-top: 1px solid #d9d9d9;
}

@media screen and (max-width: 767px) {
  .c-table-box {
    border: none;
    background: #fff;
  }
}

.c-table-box .is-v-top th, .c-table-box .is-v-top td {
  vertical-align: top;
}

.c-table-box th, .c-table-box td {
  padding: 7px 0 11px 0;
  text-align: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: middle;
  border-bottom: 1px solid #dbdbdb;
}

@media screen and (max-width: 767px) {
  .c-table-box th, .c-table-box td {
    border: none;
    display: block;
  }
}

.c-table-box th {
  width: 21.17%;
  background: #fff9ec;
  color: #333;
  padding: 22px 30px;
  font-size: 14px;
  font-size: 1.4rem;
}

@media screen and (max-width: 767px) {
  .c-table-box th {
    width: 100%;
    border: none;
    text-align: left;
    padding: 5px;
    font-size: 13px;
    font-size: 1.3rem;
  }
}

.c-table-box td {
  color: #333;
  padding: 22px 0 22px 30px;
  background: #fff;
}

@media screen and (max-width: 767px) {
  .c-table-box td {
    text-align: left;
    padding: 10px 0 10px 0;
  }
}

@media screen and (max-width: 767px) {
  .c-table-box tr:last-child td {
    padding-bottom: 0;
  }
}

/* データ型
-----------------------------------------------------------------*/
.c-table-data {
  border-collapse: collapse;
  border-top: 1px solid #e5e5e5;
}

.c-table-data th, .c-table-data td {
  text-align: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: 1px solid #e5e5e5;
}

@media screen and (max-width: 767px) {
  .c-table-data th, .c-table-data td {
    display: block;
  }
}

.c-table-data th {
  width: 39.30%;
  padding: 30px 20px 30px 20px;
  background: #f5f9f6;
}

@media screen and (max-width: 767px) {
  .c-table-data th {
    width: 100%;
    padding: 10px 10px 10px 10px;
  }
}

.c-table-data th .u-round {
  margin-right: 10px;
}

@media screen and (max-width: 767px) {
  .c-table-data th .u-round {
    margin-right: 5px;
  }
}

.c-table-data th .c-heading-medium {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

@media screen and (max-width: 767px) {
  .c-table-data th .c-heading-medium {
    position: relative;
    top: 2px;
  }
}

.c-table-data td {
  padding: 30px 0 30px 30px;
}

@media screen and (max-width: 767px) {
  .c-table-data td {
    padding: 10px 10px 10px 10px;
  }
}

/* ライン無し余白だけのテーブル
-----------------------------------------------------------------*/
.c-table-space th {
  width: 26%;
  font-weight: normal;
}

.c-table-space th, .c-table-space td {
  text-align: left;
  vertical-align: top;
}

/* c-icon
-----------------------------------------------------------------*/
.c-icon--arrow-r, .c-icon--arrow-l, .c-icon--arrow-lr, .c-icon--arrow-wlr, .c-icon--blank {
  display: inline-block;
  position: relative;
}

.c-icon--arrow-r:before, .c-icon--arrow-l:before, .c-icon--arrow-lr:before, .c-icon--arrow-wlr:before, .c-icon--blank:before, .c-icon--arrow-r:after, .c-icon--arrow-l:after, .c-icon--arrow-lr:after, .c-icon--arrow-wlr:after, .c-icon--blank:after {
  content: "";
  display: block;
  background-repeat: none;
  background-position: left top;
  position: absolute;
  opacity: .3;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

/*
@include icon-set(
	"クラス名",画像URL,余白,方向,
	(width:横幅,height:高さ),
	(top:top値,right:right値,bottom:bottom値,left:left値),
	(top:top中央,right:right中央,bottom:bottom中央,left:left中央)
	){
		//[:hover用の処理]
	};
*/
.c-icon--arrow-r {
  padding-right: 14px;
  padding-right: 1.4rem;
}

.c-icon--arrow-r:after {
  width: 7px;
  width: 0.7rem;
  height: 12px;
  height: 1.2rem;
  background-image: url("../images/common/icon/arrow_right.svg");
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 7px 12px;
  background-size: 0.7rem 1.2rem;
  top: 50%;
  right: 0;
  bottom: auto;
  left: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.ua-ie .c-icon--arrow-r:after,
.ua-ms .c-icon--arrow-r:after {
  width: 7px;
  height: 12px;
  background-size: 7px 12px;
  vertical-align: inherit;
  -webkit-transform: translateY(-55%);
  -moz-transform: translateY(-55%);
  -ms-transform: translateY(-55%);
  -o-transform: translateY(-55%);
  transform: translateY(-55%);
}

a:hover .c-icon--arrow-r:after,
a.c-icon--arrow-r:hover:after {
  -webkit-transform: translateX(0.1em) translateY(-50%);
  -moz-transform: translateX(0.1em) translateY(-50%);
  -ms-transform: translateX(0.1em) translateY(-50%);
  -o-transform: translateX(0.1em) translateY(-50%);
  transform: translateX(0.1em) translateY(-50%);
  opacity: .6;
  z-index: 100;
}

.c-icon--arrow-r.is-white:hover::after, .is-white.c-icon--arrow-r:hover::before,
a:hover .c-icon--arrow-r.is-white::after,
a:hover .is-white.c-icon--arrow-r::before {
  opacity: 0;
}

.c-icon--arrow-r.is-white:hover::before,
a:hover .c-icon--arrow-r.is-white::before {
  opacity: 1;
  -webkit-transform: translateX(0.3em) translateY(-50%);
  -moz-transform: translateX(0.3em) translateY(-50%);
  -ms-transform: translateX(0.3em) translateY(-50%);
  -o-transform: translateX(0.3em) translateY(-50%);
  transform: translateX(0.3em) translateY(-50%);
}

.c-icon--arrow-r.is-white::before {
  width: 7px;
  height: 12px;
  opacity: 0;
  top: 50%;
  background-image: url(../images/common/icon/arrow_right--white.svg);
  -webkit-transform: translateX(0) translateY(-50%);
  -moz-transform: translateX(0) translateY(-50%);
  -ms-transform: translateX(0) translateY(-50%);
  -o-transform: translateX(0) translateY(-50%);
  transform: translateX(0) translateY(-50%);
}

.c-icon--arrow-l {
  padding-left: 16px;
  padding-left: 1.6rem;
}

.c-icon--arrow-l:after {
  width: 7px;
  width: 0.7rem;
  height: 12px;
  height: 1.2rem;
  background-image: url("../images/common/icon/arrow_left.svg");
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 7px 12px;
  background-size: 0.7rem 1.2rem;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.ua-ie .c-icon--arrow-l:after,
.ua-ms .c-icon--arrow-l:after {
  width: 7px;
  height: 12px;
  background-size: 7px 12px;
  vertical-align: inherit;
  -webkit-transform: translateY(-55%);
  -moz-transform: translateY(-55%);
  -ms-transform: translateY(-55%);
  -o-transform: translateY(-55%);
  transform: translateY(-55%);
}

a:hover .c-icon--arrow-l:after,
a.c-icon--arrow-l:hover:after {
  -webkit-transform: translateX(-0.4em) translateY(-50%);
  -moz-transform: translateX(-0.4em) translateY(-50%);
  -ms-transform: translateX(-0.4em) translateY(-50%);
  -o-transform: translateX(-0.4em) translateY(-50%);
  transform: translateX(-0.4em) translateY(-50%);
  z-index: 100;
}

.c-icon--arrow-lr {
  padding-left: 12px;
  padding-left: 1.2rem;
}

.c-icon--arrow-lr:after {
  width: 4px;
  width: 0.4rem;
  height: 7px;
  height: 0.7rem;
  background-image: url("../images/common/icon/arrow_right.svg");
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 4px 7px;
  background-size: 0.4rem 0.7rem;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.ua-ie .c-icon--arrow-lr:after,
.ua-ms .c-icon--arrow-lr:after {
  width: 4px;
  height: 7px;
  background-size: 4px 7px;
  vertical-align: inherit;
  -webkit-transform: translateY(-55%);
  -moz-transform: translateY(-55%);
  -ms-transform: translateY(-55%);
  -o-transform: translateY(-55%);
  transform: translateY(-55%);
}

a:hover .c-icon--arrow-lr:after,
a.c-icon--arrow-lr:hover:after {
  -webkit-transform: translateX(0.4em) translateY(-50%);
  -moz-transform: translateX(0.4em) translateY(-50%);
  -ms-transform: translateX(0.4em) translateY(-50%);
  -o-transform: translateX(0.4em) translateY(-50%);
  transform: translateX(0.4em) translateY(-50%);
  z-index: 100;
}

.c-icon--arrow-wlr::after {
  opacity: .5;
}

.c-icon--arrow-wlr {
  padding-left: 12px;
  padding-left: 1.2rem;
}

.c-icon--arrow-wlr:after {
  width: 4px;
  width: 0.4rem;
  height: 7px;
  height: 0.7rem;
  background-image: url("../images/common/icon/arrow_right--white.svg");
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 4px 7px;
  background-size: 0.4rem 0.7rem;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.ua-ie .c-icon--arrow-wlr:after,
.ua-ms .c-icon--arrow-wlr:after {
  width: 4px;
  height: 7px;
  background-size: 4px 7px;
  vertical-align: inherit;
  -webkit-transform: translateY(-55%);
  -moz-transform: translateY(-55%);
  -ms-transform: translateY(-55%);
  -o-transform: translateY(-55%);
  transform: translateY(-55%);
}

a:hover .c-icon--arrow-wlr:after,
a.c-icon--arrow-wlr:hover:after {
  -webkit-transform: translateX(0.4em) translateY(-50%);
  -moz-transform: translateX(0.4em) translateY(-50%);
  -ms-transform: translateX(0.4em) translateY(-50%);
  -o-transform: translateX(0.4em) translateY(-50%);
  transform: translateX(0.4em) translateY(-50%);
  z-index: 100;
  opacity: 1;
}

.c-icon--blank::after {
  opacity: 1;
}

.c-icon--blank {
  padding-right: 17px;
  padding-right: 1.7rem;
}

.c-icon--blank:after {
  width: 9px;
  width: 0.9rem;
  height: 8px;
  height: 0.8rem;
  background-image: url("../images/common/icon/blank.svg");
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 9px 8px;
  background-size: 0.9rem 0.8rem;
  top: 50%;
  right: 0;
  bottom: auto;
  left: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.ua-ie .c-icon--blank:after,
.ua-ms .c-icon--blank:after {
  width: 9px;
  height: 8px;
  background-size: 9px 8px;
  vertical-align: inherit;
  -webkit-transform: translateY(-55%);
  -moz-transform: translateY(-55%);
  -ms-transform: translateY(-55%);
  -o-transform: translateY(-55%);
  transform: translateY(-55%);
}

a:hover .c-icon--blank:after,
a.c-icon--blank:hover:after {
  -webkit-transform: translateX(0) translateY(-50%);
  -moz-transform: translateX(0) translateY(-50%);
  -ms-transform: translateX(0) translateY(-50%);
  -o-transform: translateX(0) translateY(-50%);
  transform: translateX(0) translateY(-50%);
  z-index: 100;
  background-image: url(../images/common/icon/blank--white.svg);
}

.c-icon--scroll {
  position: absolute;
  bottom: 80px;
  left: 50%;
  z-index: 1000;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media screen and (max-width: 767px) {
  .c-icon--scroll {
    bottom: 20px;
  }
}

.c-icon--scroll__txt {
  font-size: 9px;
  font-family: "Helvetica Neue", "Helvetica", "Verdana", sans-serif;
  color: #fff;
  letter-spacing: 0.15em;
}

.c-icon--scroll__line {
  width: 1px;
  height: 30px;
  background: rgba(255, 255, 255, 0.5);
  margin: 10px auto 0 auto;
  position: relative;
}

.c-icon--scroll__line::before {
  content: "";
  width: 100%;
  height: 100%;
  margin: 0 auto;
  position: absolute;
  top: 0;
  background: rgba(255, 255, 255, 0.8);
  -webkit-animation-name: lineInOut;
  animation-name: lineInOut;
  -webkit-animation-duration: 1.6s;
  animation-duration: 1.6s;
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

@-webkit-keyframes lineInOut {
  0% {
    opacity: 0;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: top;
    transform-origin: top;
  }
  5% {
    opacity: 1;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: top;
    transform-origin: top;
  }
  59% {
    opacity: 1;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: top;
    transform-origin: top;
  }
  60% {
    opacity: 1;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
  }
  100% {
    opacity: 1;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
  }
}

@keyframes lineInOut {
  0% {
    opacity: 0;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: top;
    transform-origin: top;
  }
  5% {
    opacity: 1;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: top;
    transform-origin: top;
  }
  59% {
    opacity: 1;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: top;
    transform-origin: top;
  }
  60% {
    opacity: 1;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
  }
  100% {
    opacity: 1;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
  }
}

/* c-colum - common
-----------------------------------------------------------------*/
.c-colum {
  display: inline-block;
}

.c-colum:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  line-height: 0;
  font-size: 0;
}

* html .c-colum {
  height: 1%;
}

.c-colum {
  display: block;
}

.c-colum__block {
  display: block;
  list-style-type: none;
}

.c-colum--2 {
  display: block;
}

.c-colum--2 > .c-colum__block {
  width: 50%;
  float: left;
}

.ua-ie .c-colum--2 > .c-colum__block,
.ua-edge .c-colum--2 > .c-colum__block,
.ua-ms .c-colum--2 > .c-colum__block {
  width: 49.95%;
}

.c-colum--2 > .c-colum__block:nth-child(2n) {
  margin-right: 0;
}

.c-colum--2 > .c-colum__block:nth-child(2n+1) {
  clear: both;
}

.c-colum--2-20 {
  display: block;
}

.c-colum--2-20 > .c-colum__block {
  width: 50%;
  width: calc((100% - 20px) / 2);
  margin-right: calc(20px + 0px);
  float: left;
}

.ua-ie .c-colum--2-20 > .c-colum__block,
.ua-edge .c-colum--2-20 > .c-colum__block,
.ua-ms .c-colum--2-20 > .c-colum__block {
  width: 49.95%;
  width: calc((99.9% - 20px) / 2);
}

.c-colum--2-20 > .c-colum__block:nth-child(0n) {
  margin-right: calc(20px + 0px);
}

.c-colum--2-20 > .c-colum__block:nth-child(1n) {
  margin-right: calc(20px + 0px);
}

.c-colum--2-20 > .c-colum__block:nth-child(2n) {
  margin-right: 0;
}

.c-colum--2-20 > .c-colum__block:nth-child(2n+1) {
  clear: both;
}

.c-colum--2-40 {
  display: block;
}

.c-colum--2-40 > .c-colum__block {
  width: 50%;
  width: calc((100% - 40px) / 2);
  margin-right: calc(40px + 0px);
  float: left;
}

.ua-ie .c-colum--2-40 > .c-colum__block,
.ua-edge .c-colum--2-40 > .c-colum__block,
.ua-ms .c-colum--2-40 > .c-colum__block {
  width: 49.95%;
  width: calc((99.9% - 40px) / 2);
}

.c-colum--2-40 > .c-colum__block:nth-child(0n) {
  margin-right: calc(40px + 0px);
}

.c-colum--2-40 > .c-colum__block:nth-child(1n) {
  margin-right: calc(40px + 0px);
}

.c-colum--2-40 > .c-colum__block:nth-child(2n) {
  margin-right: 0;
}

.c-colum--2-40 > .c-colum__block:nth-child(2n+1) {
  clear: both;
}

.c-colum--3-20 {
  display: block;
}

.c-colum--3-20 > .c-colum__block {
  width: 33.33333%;
  width: calc((100% - 40px) / 3);
  margin-right: calc(20px + 0px);
  float: left;
}

.ua-ie .c-colum--3-20 > .c-colum__block,
.ua-edge .c-colum--3-20 > .c-colum__block,
.ua-ms .c-colum--3-20 > .c-colum__block {
  width: 33.3%;
  width: calc((99.9% - 40px) / 3);
}

.c-colum--3-20 > .c-colum__block:nth-child(0n) {
  margin-right: calc(20px + 0px);
}

.c-colum--3-20 > .c-colum__block:nth-child(1n) {
  margin-right: calc(20px + 0px);
}

.c-colum--3-20 > .c-colum__block:nth-child(2n) {
  margin-right: calc(20px + 0px);
}

.c-colum--3-20 > .c-colum__block:nth-child(3n) {
  margin-right: 0;
}

.c-colum--3-20 > .c-colum__block:nth-child(3n+1) {
  clear: both;
}

.c-colum--3-30 {
  display: block;
}

.c-colum--3-30 > .c-colum__block {
  width: 33.33333%;
  width: calc((100% - 60px) / 3);
  margin-right: calc(30px + 0px);
  float: left;
}

.ua-ie .c-colum--3-30 > .c-colum__block,
.ua-edge .c-colum--3-30 > .c-colum__block,
.ua-ms .c-colum--3-30 > .c-colum__block {
  width: 33.3%;
  width: calc((99.9% - 60px) / 3);
}

.c-colum--3-30 > .c-colum__block:nth-child(0n) {
  margin-right: calc(30px + 0px);
}

.c-colum--3-30 > .c-colum__block:nth-child(1n) {
  margin-right: calc(30px + 0px);
}

.c-colum--3-30 > .c-colum__block:nth-child(2n) {
  margin-right: calc(30px + 0px);
}

.c-colum--3-30 > .c-colum__block:nth-child(3n) {
  margin-right: 0;
}

.c-colum--3-30 > .c-colum__block:nth-child(3n+1) {
  clear: both;
}

.c-colum--3-40 {
  display: block;
}

.c-colum--3-40 > .c-colum__block {
  width: 33.33333%;
  width: calc((100% - 80px) / 3);
  margin-right: calc(40px + 0px);
  float: left;
}

.ua-ie .c-colum--3-40 > .c-colum__block,
.ua-edge .c-colum--3-40 > .c-colum__block,
.ua-ms .c-colum--3-40 > .c-colum__block {
  width: 33.3%;
  width: calc((99.9% - 80px) / 3);
}

.c-colum--3-40 > .c-colum__block:nth-child(0n) {
  margin-right: calc(40px + 0px);
}

.c-colum--3-40 > .c-colum__block:nth-child(1n) {
  margin-right: calc(40px + 0px);
}

.c-colum--3-40 > .c-colum__block:nth-child(2n) {
  margin-right: calc(40px + 0px);
}

.c-colum--3-40 > .c-colum__block:nth-child(3n) {
  margin-right: 0;
}

.c-colum--3-40 > .c-colum__block:nth-child(3n+1) {
  clear: both;
}

.c-colum--4-20 {
  display: block;
}

.c-colum--4-20 > .c-colum__block {
  width: 25%;
  width: calc((100% - 60px) / 4);
  margin-right: calc(20px + 0px);
  float: left;
}

.ua-ie .c-colum--4-20 > .c-colum__block,
.ua-edge .c-colum--4-20 > .c-colum__block,
.ua-ms .c-colum--4-20 > .c-colum__block {
  width: 24.975%;
  width: calc((99.9% - 60px) / 4);
}

.c-colum--4-20 > .c-colum__block:nth-child(0n) {
  margin-right: calc(20px + 0px);
}

.c-colum--4-20 > .c-colum__block:nth-child(1n) {
  margin-right: calc(20px + 0px);
}

.c-colum--4-20 > .c-colum__block:nth-child(2n) {
  margin-right: calc(20px + 0px);
}

.c-colum--4-20 > .c-colum__block:nth-child(3n) {
  margin-right: calc(20px + 0px);
}

.c-colum--4-20 > .c-colum__block:nth-child(4n) {
  margin-right: 0;
}

.c-colum--4-20 > .c-colum__block:nth-child(4n+1) {
  clear: both;
}

.c-colum--4-30 {
  display: block;
}

.c-colum--4-30 > .c-colum__block {
  width: 25%;
  width: calc((100% - 90px) / 4);
  margin-right: calc(30px + 0px);
  float: left;
}

.ua-ie .c-colum--4-30 > .c-colum__block,
.ua-edge .c-colum--4-30 > .c-colum__block,
.ua-ms .c-colum--4-30 > .c-colum__block {
  width: 24.975%;
  width: calc((99.9% - 90px) / 4);
}

.c-colum--4-30 > .c-colum__block:nth-child(0n) {
  margin-right: calc(30px + 0px);
}

.c-colum--4-30 > .c-colum__block:nth-child(1n) {
  margin-right: calc(30px + 0px);
}

.c-colum--4-30 > .c-colum__block:nth-child(2n) {
  margin-right: calc(30px + 0px);
}

.c-colum--4-30 > .c-colum__block:nth-child(3n) {
  margin-right: calc(30px + 0px);
}

.c-colum--4-30 > .c-colum__block:nth-child(4n) {
  margin-right: 0;
}

.c-colum--4-30 > .c-colum__block:nth-child(4n+1) {
  clear: both;
}

.c-colum--4-40 {
  display: block;
}

.c-colum--4-40 > .c-colum__block {
  width: 25%;
  width: calc((100% - 120px) / 4);
  margin-right: calc(40px + 0px);
  float: left;
}

.ua-ie .c-colum--4-40 > .c-colum__block,
.ua-edge .c-colum--4-40 > .c-colum__block,
.ua-ms .c-colum--4-40 > .c-colum__block {
  width: 24.975%;
  width: calc((99.9% - 120px) / 4);
}

.c-colum--4-40 > .c-colum__block:nth-child(0n) {
  margin-right: calc(40px + 0px);
}

.c-colum--4-40 > .c-colum__block:nth-child(1n) {
  margin-right: calc(40px + 0px);
}

.c-colum--4-40 > .c-colum__block:nth-child(2n) {
  margin-right: calc(40px + 0px);
}

.c-colum--4-40 > .c-colum__block:nth-child(3n) {
  margin-right: calc(40px + 0px);
}

.c-colum--4-40 > .c-colum__block:nth-child(4n) {
  margin-right: 0;
}

.c-colum--4-40 > .c-colum__block:nth-child(4n+1) {
  clear: both;
}

/* c-colum / medium - reset
-----------------------------------------------------------------*/
@media screen and (max-width: 1023px) {
  .c-colum--medium > .c-colum__block {
    width: inherit;
    width: auto;
    margin-right: inherit;
    margin-right: auto;
    float: inherit;
    float: none;
  }
  .ua-ie .c-colum--medium > .c-colum__block,
  .ua-edge .c-colum--medium > .c-colum__block,
  .ua-ms .c-colum--medium > .c-colum__block {
    width: inherit;
    width: auto;
    margin-right: inherit;
    margin-right: auto;
  }
  .c-colum--medium > .c-colum__block:nth-child(1n) {
    margin-right: auto;
  }
  .c-colum--medium > .c-colum__block:nth-child(1n+1) {
    clear: none;
  }
  .c-colum--medium > .c-colum__block:nth-child(2n) {
    margin-right: auto;
  }
  .c-colum--medium > .c-colum__block:nth-child(2n+1) {
    clear: none;
  }
  .c-colum--medium > .c-colum__block:nth-child(3n) {
    margin-right: auto;
  }
  .c-colum--medium > .c-colum__block:nth-child(3n+1) {
    clear: none;
  }
  .c-colum--medium > .c-colum__block:nth-child(4n) {
    margin-right: auto;
  }
  .c-colum--medium > .c-colum__block:nth-child(4n+1) {
    clear: none;
  }
  .c-colum--medium > .c-colum__block:nth-child(5n) {
    margin-right: auto;
  }
  .c-colum--medium > .c-colum__block:nth-child(5n+1) {
    clear: none;
  }
  .c-colum--medium > .c-colum__block:nth-child(6n) {
    margin-right: auto;
  }
  .c-colum--medium > .c-colum__block:nth-child(6n+1) {
    clear: none;
  }
  .c-colum--medium > .c-colum__block:nth-child(7n) {
    margin-right: auto;
  }
  .c-colum--medium > .c-colum__block:nth-child(7n+1) {
    clear: none;
  }
  .c-colum--medium > .c-colum__block:nth-child(8n) {
    margin-right: auto;
  }
  .c-colum--medium > .c-colum__block:nth-child(8n+1) {
    clear: none;
  }
  .c-colum--medium > .c-colum__block:nth-child(9n) {
    margin-right: auto;
  }
  .c-colum--medium > .c-colum__block:nth-child(9n+1) {
    clear: none;
  }
  .c-colum--medium > .c-colum__block:nth-child(10n) {
    margin-right: auto;
  }
  .c-colum--medium > .c-colum__block:nth-child(10n+1) {
    clear: none;
  }
}

@media screen and (max-width: 1023px) {
  .c-colum--2-medium {
    display: block;
  }
  .c-colum--2-medium > .c-colum__block {
    width: 50%;
    float: left;
  }
  .ua-ie .c-colum--2-medium > .c-colum__block,
  .ua-edge .c-colum--2-medium > .c-colum__block,
  .ua-ms .c-colum--2-medium > .c-colum__block {
    width: 49.95%;
  }
  .c-colum--2-medium > .c-colum__block:nth-child(2n) {
    margin-right: 0;
  }
  .c-colum--2-medium > .c-colum__block:nth-child(2n+1) {
    clear: both;
  }
}

@media screen and (max-width: 1023px) {
  .c-colum--2-medium-15 {
    display: block;
  }
  .c-colum--2-medium-15 > .c-colum__block {
    width: 50%;
    width: calc((100% - 15px) / 2);
    margin-right: calc(15px + 0px);
    float: left;
  }
  .ua-ie .c-colum--2-medium-15 > .c-colum__block,
  .ua-edge .c-colum--2-medium-15 > .c-colum__block,
  .ua-ms .c-colum--2-medium-15 > .c-colum__block {
    width: 49.95%;
    width: calc((99.9% - 15px) / 2);
  }
  .c-colum--2-medium-15 > .c-colum__block:nth-child(0n) {
    margin-right: calc(15px + 0px);
  }
  .c-colum--2-medium-15 > .c-colum__block:nth-child(1n) {
    margin-right: calc(15px + 0px);
  }
  .c-colum--2-medium-15 > .c-colum__block:nth-child(2n) {
    margin-right: 0;
  }
  .c-colum--2-medium-15 > .c-colum__block:nth-child(2n+1) {
    clear: both;
  }
}

@media screen and (max-width: 1023px) {
  .c-colum--3-medium-60 {
    display: block;
  }
  .c-colum--3-medium-60 > .c-colum__block {
    width: 33.33333%;
    width: calc((100% - 120px) / 3);
    margin-right: calc(60px + 0px);
    float: left;
  }
  .ua-ie .c-colum--3-medium-60 > .c-colum__block,
  .ua-edge .c-colum--3-medium-60 > .c-colum__block,
  .ua-ms .c-colum--3-medium-60 > .c-colum__block {
    width: 33.3%;
    width: calc((99.9% - 120px) / 3);
  }
  .c-colum--3-medium-60 > .c-colum__block:nth-child(0n) {
    margin-right: calc(60px + 0px);
  }
  .c-colum--3-medium-60 > .c-colum__block:nth-child(1n) {
    margin-right: calc(60px + 0px);
  }
  .c-colum--3-medium-60 > .c-colum__block:nth-child(2n) {
    margin-right: calc(60px + 0px);
  }
  .c-colum--3-medium-60 > .c-colum__block:nth-child(3n) {
    margin-right: 0;
  }
  .c-colum--3-medium-60 > .c-colum__block:nth-child(3n+1) {
    clear: both;
  }
}

/* c-colum / small - reset
-----------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  .c-colum > .c-colum__block,
  .c-colum--small > .c-colum__block {
    width: inherit;
    width: auto;
    margin-right: inherit;
    margin-right: auto;
    float: inherit;
    float: none;
  }
  .ua-ie .c-colum > .c-colum__block,
  .ua-edge .c-colum > .c-colum__block,
  .ua-ms .c-colum > .c-colum__block, .ua-ie
  .c-colum--small > .c-colum__block,
  .ua-edge
  .c-colum--small > .c-colum__block,
  .ua-ms
  .c-colum--small > .c-colum__block {
    width: inherit;
    width: auto;
    margin-right: inherit;
    margin-right: auto;
  }
  .c-colum > .c-colum__block:nth-child(1n),
  .c-colum--small > .c-colum__block:nth-child(1n) {
    margin-right: auto;
  }
  .c-colum > .c-colum__block:nth-child(1n+1),
  .c-colum--small > .c-colum__block:nth-child(1n+1) {
    clear: none;
  }
  .c-colum > .c-colum__block:nth-child(2n),
  .c-colum--small > .c-colum__block:nth-child(2n) {
    margin-right: auto;
  }
  .c-colum > .c-colum__block:nth-child(2n+1),
  .c-colum--small > .c-colum__block:nth-child(2n+1) {
    clear: none;
  }
  .c-colum > .c-colum__block:nth-child(3n),
  .c-colum--small > .c-colum__block:nth-child(3n) {
    margin-right: auto;
  }
  .c-colum > .c-colum__block:nth-child(3n+1),
  .c-colum--small > .c-colum__block:nth-child(3n+1) {
    clear: none;
  }
  .c-colum > .c-colum__block:nth-child(4n),
  .c-colum--small > .c-colum__block:nth-child(4n) {
    margin-right: auto;
  }
  .c-colum > .c-colum__block:nth-child(4n+1),
  .c-colum--small > .c-colum__block:nth-child(4n+1) {
    clear: none;
  }
  .c-colum > .c-colum__block:nth-child(5n),
  .c-colum--small > .c-colum__block:nth-child(5n) {
    margin-right: auto;
  }
  .c-colum > .c-colum__block:nth-child(5n+1),
  .c-colum--small > .c-colum__block:nth-child(5n+1) {
    clear: none;
  }
  .c-colum > .c-colum__block:nth-child(6n),
  .c-colum--small > .c-colum__block:nth-child(6n) {
    margin-right: auto;
  }
  .c-colum > .c-colum__block:nth-child(6n+1),
  .c-colum--small > .c-colum__block:nth-child(6n+1) {
    clear: none;
  }
  .c-colum > .c-colum__block:nth-child(7n),
  .c-colum--small > .c-colum__block:nth-child(7n) {
    margin-right: auto;
  }
  .c-colum > .c-colum__block:nth-child(7n+1),
  .c-colum--small > .c-colum__block:nth-child(7n+1) {
    clear: none;
  }
  .c-colum > .c-colum__block:nth-child(8n),
  .c-colum--small > .c-colum__block:nth-child(8n) {
    margin-right: auto;
  }
  .c-colum > .c-colum__block:nth-child(8n+1),
  .c-colum--small > .c-colum__block:nth-child(8n+1) {
    clear: none;
  }
  .c-colum > .c-colum__block:nth-child(9n),
  .c-colum--small > .c-colum__block:nth-child(9n) {
    margin-right: auto;
  }
  .c-colum > .c-colum__block:nth-child(9n+1),
  .c-colum--small > .c-colum__block:nth-child(9n+1) {
    clear: none;
  }
  .c-colum > .c-colum__block:nth-child(10n),
  .c-colum--small > .c-colum__block:nth-child(10n) {
    margin-right: auto;
  }
  .c-colum > .c-colum__block:nth-child(10n+1),
  .c-colum--small > .c-colum__block:nth-child(10n+1) {
    clear: none;
  }
}

@media screen and (max-width: 767px) {
  .c-colum--2-small {
    display: block;
  }
  .c-colum--2-small > .c-colum__block {
    width: 50%;
    float: left;
  }
  .ua-ie .c-colum--2-small > .c-colum__block,
  .ua-edge .c-colum--2-small > .c-colum__block,
  .ua-ms .c-colum--2-small > .c-colum__block {
    width: 49.95%;
  }
  .c-colum--2-small > .c-colum__block:nth-child(2n) {
    margin-right: 0;
  }
  .c-colum--2-small > .c-colum__block:nth-child(2n+1) {
    clear: both;
  }
}

@media screen and (max-width: 767px) {
  .c-colum--2-small-10 {
    display: block;
  }
  .c-colum--2-small-10 > .c-colum__block {
    width: 50%;
    width: calc((100% - 10px) / 2);
    margin-right: calc(10px + 0px);
    float: left;
  }
  .ua-ie .c-colum--2-small-10 > .c-colum__block,
  .ua-edge .c-colum--2-small-10 > .c-colum__block,
  .ua-ms .c-colum--2-small-10 > .c-colum__block {
    width: 49.95%;
    width: calc((99.9% - 10px) / 2);
  }
  .c-colum--2-small-10 > .c-colum__block:nth-child(0n) {
    margin-right: calc(10px + 0px);
  }
  .c-colum--2-small-10 > .c-colum__block:nth-child(1n) {
    margin-right: calc(10px + 0px);
  }
  .c-colum--2-small-10 > .c-colum__block:nth-child(2n) {
    margin-right: 0;
  }
  .c-colum--2-small-10 > .c-colum__block:nth-child(2n+1) {
    clear: both;
  }
}

/* c-colum--box
-----------------------------------------------------------------*/
.c-colum--box {
  border-top: #333 solid 1px;
}

.c-colum--box > .c-colum__block > .c-box-list__content {
  position: relative;
  border-bottom: #333 solid 1px;
}

@media screen and (max-width: 767px) {
  .c-colum--box > .c-colum__block > .c-box-list__content {
    padding: 10px 0;
  }
}

.c-colum--box > .c-colum__block > .c-box-list__content:after {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background-color: #333;
  position: absolute;
  right: 0;
  top: 0;
}

@media screen and (max-width: 767px) {
  .c-colum--box > .c-colum__block > .c-box-list__content:after {
    display: none;
  }
}

.c-colum--box > .c-colum__block:first-child > .c-box-list__content {
  position: relative;
}

.c-colum--box > .c-colum__block:first-child > .c-box-list__content:before {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background-color: #333;
  position: absolute;
  left: -1px;
  top: 0;
}

@media screen and (max-width: 767px) {
  .c-colum--box > .c-colum__block:first-child > .c-box-list__content:before {
    display: none;
  }
}

.c-colum--box > .c-colum__block:last-child > .c-box-list__content:after {
  right: -1px;
}

/* c-colum-flex - common
//[space-betweenの都合上、js > fsJq.columnSet()起動必須]
-----------------------------------------------------------------*/
.c-colum-flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  position: relative;
}

.c-colum-flex > span.c-colum__block {
  display: block;
  height: 0;
  position: relative;
  overflow: hidden;
}

.c-colum-flex--2 > .c-colum__block {
  width: 50%;
}

.ua-ie .c-colum-flex--2 > .c-colum__block,
.ua-edge .c-colum-flex--2 > .c-colum__block,
.ua-ms .c-colum-flex--2 > .c-colum__block {
  width: 49.995%;
  width: calc((99.99% - 0px) / 2);
  -webkit-flex-basis: calc((99.99% - 0px) / 2);
  -moz-flex-basis: calc((99.99% - 0px) / 2);
  -ms-flex-preferred-size: calc((99.99% - 0px) / 2);
  flex-basis: calc((99.99% - 0px) / 2);
}

.c-colum-flex--2-1 > .c-colum__block {
  width: calc((100% - 1px) / 2);
}

.ua-ie .c-colum-flex--2-1 > .c-colum__block,
.ua-edge .c-colum-flex--2-1 > .c-colum__block,
.ua-ms .c-colum-flex--2-1 > .c-colum__block {
  width: calc((99.99% - 1px) / 2);
  -webkit-flex-basis: calc((99.99% - 1px) / 2);
  -moz-flex-basis: calc((99.99% - 1px) / 2);
  -ms-flex-preferred-size: calc((99.99% - 1px) / 2);
  flex-basis: calc((99.99% - 1px) / 2);
}

.c-colum-flex--2-2 > .c-colum__block {
  width: calc((100% - 2px) / 2);
}

.ua-ie .c-colum-flex--2-2 > .c-colum__block,
.ua-edge .c-colum-flex--2-2 > .c-colum__block,
.ua-ms .c-colum-flex--2-2 > .c-colum__block {
  width: calc((99.99% - 2px) / 2);
  -webkit-flex-basis: calc((99.99% - 2px) / 2);
  -moz-flex-basis: calc((99.99% - 2px) / 2);
  -ms-flex-preferred-size: calc((99.99% - 2px) / 2);
  flex-basis: calc((99.99% - 2px) / 2);
}

.c-colum-flex--2-6p > .c-colum__block {
  width: calc((100% - 6%) / 2);
}

.ua-ie .c-colum-flex--2-6p > .c-colum__block,
.ua-edge .c-colum-flex--2-6p > .c-colum__block,
.ua-ms .c-colum-flex--2-6p > .c-colum__block {
  width: calc((99.99% - 6%) / 2);
  -webkit-flex-basis: calc((99.99% - 6%) / 2);
  -moz-flex-basis: calc((99.99% - 6%) / 2);
  -ms-flex-preferred-size: calc((99.99% - 6%) / 2);
  flex-basis: calc((99.99% - 6%) / 2);
}

.c-colum-flex--2-4p > .c-colum__block {
  width: calc((100% - 4%) / 2);
}

.ua-ie .c-colum-flex--2-4p > .c-colum__block,
.ua-edge .c-colum-flex--2-4p > .c-colum__block,
.ua-ms .c-colum-flex--2-4p > .c-colum__block {
  width: calc((99.99% - 4%) / 2);
  -webkit-flex-basis: calc((99.99% - 4%) / 2);
  -moz-flex-basis: calc((99.99% - 4%) / 2);
  -ms-flex-preferred-size: calc((99.99% - 4%) / 2);
  flex-basis: calc((99.99% - 4%) / 2);
}

.c-colum-flex--2-3p > .c-colum__block {
  width: calc((100% - 3%) / 2);
}

.ua-ie .c-colum-flex--2-3p > .c-colum__block,
.ua-edge .c-colum-flex--2-3p > .c-colum__block,
.ua-ms .c-colum-flex--2-3p > .c-colum__block {
  width: calc((99.99% - 3%) / 2);
  -webkit-flex-basis: calc((99.99% - 3%) / 2);
  -moz-flex-basis: calc((99.99% - 3%) / 2);
  -ms-flex-preferred-size: calc((99.99% - 3%) / 2);
  flex-basis: calc((99.99% - 3%) / 2);
}

.c-colum-flex--3 > .c-colum__block {
  width: 33.33333%;
}

.ua-ie .c-colum-flex--3 > .c-colum__block,
.ua-edge .c-colum-flex--3 > .c-colum__block,
.ua-ms .c-colum-flex--3 > .c-colum__block {
  width: 33.33%;
  width: calc((99.99% - 0px) / 3);
  -webkit-flex-basis: calc((99.99% - 0px) / 3);
  -moz-flex-basis: calc((99.99% - 0px) / 3);
  -ms-flex-preferred-size: calc((99.99% - 0px) / 3);
  flex-basis: calc((99.99% - 0px) / 3);
}

.c-colum-flex--3-1 > .c-colum__block {
  width: calc((100% - 2px) / 3);
}

.ua-ie .c-colum-flex--3-1 > .c-colum__block,
.ua-edge .c-colum-flex--3-1 > .c-colum__block,
.ua-ms .c-colum-flex--3-1 > .c-colum__block {
  width: calc((99.99% - 2px) / 3);
  -webkit-flex-basis: calc((99.99% - 2px) / 3);
  -moz-flex-basis: calc((99.99% - 2px) / 3);
  -ms-flex-preferred-size: calc((99.99% - 2px) / 3);
  flex-basis: calc((99.99% - 2px) / 3);
}

.c-colum-flex--3-6p > .c-colum__block {
  width: calc((100% - 12%) / 3);
}

.ua-ie .c-colum-flex--3-6p > .c-colum__block,
.ua-edge .c-colum-flex--3-6p > .c-colum__block,
.ua-ms .c-colum-flex--3-6p > .c-colum__block {
  width: calc((99.99% - 12%) / 3);
  -webkit-flex-basis: calc((99.99% - 12%) / 3);
  -moz-flex-basis: calc((99.99% - 12%) / 3);
  -ms-flex-preferred-size: calc((99.99% - 12%) / 3);
  flex-basis: calc((99.99% - 12%) / 3);
}

.c-colum-flex--3-4p > .c-colum__block {
  width: calc((100% - 8%) / 3);
}

.ua-ie .c-colum-flex--3-4p > .c-colum__block,
.ua-edge .c-colum-flex--3-4p > .c-colum__block,
.ua-ms .c-colum-flex--3-4p > .c-colum__block {
  width: calc((99.99% - 8%) / 3);
  -webkit-flex-basis: calc((99.99% - 8%) / 3);
  -moz-flex-basis: calc((99.99% - 8%) / 3);
  -ms-flex-preferred-size: calc((99.99% - 8%) / 3);
  flex-basis: calc((99.99% - 8%) / 3);
}

.c-colum-flex--4 > .c-colum__block {
  width: 25%;
}

.ua-ie .c-colum-flex--4 > .c-colum__block,
.ua-edge .c-colum-flex--4 > .c-colum__block,
.ua-ms .c-colum-flex--4 > .c-colum__block {
  width: 24.9975%;
  width: calc((99.99% - 0px) / 4);
  -webkit-flex-basis: calc((99.99% - 0px) / 4);
  -moz-flex-basis: calc((99.99% - 0px) / 4);
  -ms-flex-preferred-size: calc((99.99% - 0px) / 4);
  flex-basis: calc((99.99% - 0px) / 4);
}

.c-colum-flex--4-2p > .c-colum__block {
  width: calc((100% - 6%) / 4);
}

.ua-ie .c-colum-flex--4-2p > .c-colum__block,
.ua-edge .c-colum-flex--4-2p > .c-colum__block,
.ua-ms .c-colum-flex--4-2p > .c-colum__block {
  width: calc((99.99% - 6%) / 4);
  -webkit-flex-basis: calc((99.99% - 6%) / 4);
  -moz-flex-basis: calc((99.99% - 6%) / 4);
  -ms-flex-preferred-size: calc((99.99% - 6%) / 4);
  flex-basis: calc((99.99% - 6%) / 4);
}

/* c-colum / medium
-----------------------------------------------------------------*/
@media screen and (max-width: 1023px) {
  .c-colum-flex--2-medium-10 > .c-colum__block {
    width: calc((100% - 10px) / 2);
  }
  .ua-ie .c-colum-flex--2-medium-10 > .c-colum__block,
  .ua-edge .c-colum-flex--2-medium-10 > .c-colum__block,
  .ua-ms .c-colum-flex--2-medium-10 > .c-colum__block {
    width: calc((99.99% - 10px) / 2);
    -webkit-flex-basis: calc((99.99% - 10px) / 2);
    -moz-flex-basis: calc((99.99% - 10px) / 2);
    -ms-flex-preferred-size: calc((99.99% - 10px) / 2);
    flex-basis: calc((99.99% - 10px) / 2);
  }
}

@media screen and (max-width: 1023px) {
  .c-colum-flex--3-medium-10 > .c-colum__block {
    width: calc((100% - 20px) / 3);
  }
  .ua-ie .c-colum-flex--3-medium-10 > .c-colum__block,
  .ua-edge .c-colum-flex--3-medium-10 > .c-colum__block,
  .ua-ms .c-colum-flex--3-medium-10 > .c-colum__block {
    width: calc((99.99% - 20px) / 3);
    -webkit-flex-basis: calc((99.99% - 20px) / 3);
    -moz-flex-basis: calc((99.99% - 20px) / 3);
    -ms-flex-preferred-size: calc((99.99% - 20px) / 3);
    flex-basis: calc((99.99% - 20px) / 3);
  }
}

/* c-colum / small
-----------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  .c-colum-flex--1-small > .c-colum__block {
    width: 100%;
  }
  .ua-ie .c-colum-flex--1-small > .c-colum__block,
  .ua-edge .c-colum-flex--1-small > .c-colum__block,
  .ua-ms .c-colum-flex--1-small > .c-colum__block {
    width: 99.99%;
    width: calc((99.99% - 0px) / 1);
    -webkit-flex-basis: calc((99.99% - 0px) / 1);
    -moz-flex-basis: calc((99.99% - 0px) / 1);
    -ms-flex-preferred-size: calc((99.99% - 0px) / 1);
    flex-basis: calc((99.99% - 0px) / 1);
  }
}

/* ==============================================================================================
電話番号周りの設定
============================================================================================== */
/* 
-----------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  .c-phone {
    display: inline-block;
  }
}

.c-phone__heading {
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .c-phone__heading {
    text-align: center;
    font-size: 10px;
    font-size: 1rem;
  }
}

.c-phone__main {
  font-weight: bold;
  color: #e9940f;
  position: relative;
  padding-top: 3px;
  line-height: 1.4;
  margin-top: -7px;
  font-size: 36px;
  font-size: 3.6rem;
  letter-spacing: 0.045em;
}

@media screen and (max-width: 767px) {
  .c-phone__main {
    margin-top: -5px;
    font-size: 30px;
    font-size: 3rem;
  }
}

.win .c-phone__main {
  font-size: 30px;
  font-size: 3rem;
}

.c-phone__main a {
  color: #e9940f;
}

.c-phone__main > span {
  position: relative;
}

.c-phone__main > span::after {
  content: "";
  width: 100%;
  height: 2px;
  background: #e9940f;
  display: block;
  position: absolute;
  bottom: -3px;
}

.win .c-phone__main > span::after {
  bottom: 0;
}

.c-phone__sub {
  font-weight: bold;
  margin-top: 9px;
  font-size: 24px;
  font-size: 2.4rem;
}

.c-phone__sub a {
  color: #333;
  text-decoration: underline;
}

@media screen and (max-width: 767px) {
  .c-phone__sub {
    margin-top: 10px;
    font-size: 18px;
    font-size: 1.8rem;
  }
}

/* ==============================================================================================
キャプション
============================================================================================== */
.c-caption-box {
  text-align: left;
}

@media screen and (max-width: 767px) {
  .c-caption-box {
    padding: 15px;
  }
}

.c-caption-box dt {
  font-weight: bold;
  float: left;
  clear: both;
  position: relative;
}

.c-caption-box dt::after {
  content: "：";
  display: inline-block;
}

/* ==============================================================================================
ブログ記事
============================================================================================== */
/* c-article
-----------------------------------------------------------------*/
/* c-article-header
-----------------------------------------------------------------*/
.c-article-header {
  text-align: left;
  padding: 30px 0;
  border-top: 2px solid #c7c7c7;
  border-bottom: 2px solid #ececec;
}

@media screen and (max-width: 767px) {
  .c-article-header {
    padding: 20px 0;
  }
}

.c-article-header__info {
  font-size: 14px;
  font-size: 1.4rem;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .c-article-header__info {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.c-article-header__info__category {
  border-left: 1px solid #d5d5d5;
  padding-left: 10px;
  margin-left: 10px;
}

.c-article-header__days {
  font-weight: bold;
  color: #e9940f;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-size: 22px;
  font-size: 2.2rem;
}

@media screen and (max-width: 767px) {
  .c-article-header__days {
    text-align: left;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.c-article-header__days time {
  position: relative;
}

.c-article-header__days time::before {
  content: "〜";
  display: inline-block;
  vertical-align: middle;
  margin: 0 .3em 0 0;
  position: relative;
  top: -2px;
}

.c-article-header__days time:first-child::before {
  display: none;
}

.c-article-header__time {
  margin-top: 15px;
  font-weight: bold;
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0.08em;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .c-article-header__time {
    text-align: left;
    margin-top: 12px;
    font-size: 13px;
    font-size: 1.3rem;
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    -webkit-justify-content: left;
    -moz-justify-content: left;
    justify-content: left;
  }
}

.c-article-header__time dt {
  position: relative;
}

.c-article-header__time dt::after {
  content: "：";
}

.c-article-header__time dd {
  font-size: 110%;
}

.c-article-header__title {
  font-weight: bold;
  margin-top: 18px;
  margin-top: 1.8rem;
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 1.375;
}

@media screen and (max-width: 767px) {
  .c-article-header__title {
    margin-top: 10px;
    margin-top: 1rem;
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.c-article-header .c-sns {
  border-top: 3px solid #eaeaea;
  border-bottom: 3px solid #eaeaea;
  list-style: none;
  padding: 13px 0 13px 0;
  margin-top: 30px;
  margin-top: 3rem;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .c-article-header .c-sns {
    padding: 10px 0;
    border-width: 2px;
    margin-top: 15px;
    margin-top: 1.5rem;
  }
}

.c-article-header .c-sns li {
  margin-right: 10px;
}

.c-article-header .c-sns li:last-child {
  margin-right: 0;
}

/* c-article-body
-----------------------------------------------------------------*/
.c-article-body {
  text-align: left;
  padding-top: 30px;
  padding-top: 3rem;
}

.c-article-body p, .c-article-body figcaption,
.c-article-body div,
.c-article-body ol,
.c-article-body ul,
.c-article-body h3 {
  padding-bottom: 1.5em;
  line-height: 2;
  font-size: 18px;
  font-size: 1.8rem;
}

@media screen and (max-width: 767px) {
  .c-article-body p, .c-article-body figcaption,
  .c-article-body div,
  .c-article-body ol,
  .c-article-body ul,
  .c-article-body h3 {
    line-height: 1.83333;
    font-size: 15px;
    font-size: 1.5rem;
  }
}

.c-article-body figcaption {
  font-size: 12px;
  font-size: 1.2rem;
  color: #777;
}

@media screen and (max-width: 767px) {
  .c-article-body figcaption {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.c-article-body h2 {
  padding: .8em 1em;
  background: #438849;
  color: #fff;
  font-weight: bold;
  margin-bottom: 1.33em;
  margin-top: 1em;
  border-radius: 3px;
  font-size: 22px;
  font-size: 2.2rem;
}

@media screen and (max-width: 767px) {
  .c-article-body h2 {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.c-article-body h3 {
  border-bottom: 2px solid #438849;
  padding-bottom: .53em !important;
  margin-bottom: 1.11em;
  margin-top: 1.2em;
}

.c-article-body h3,
.c-article-body strong,
.c-article-body b {
  font-weight: bold;
}

.c-article-body img {
  max-width: 100%;
  height: auto;
  display: block;
  padding: 8px 0 8px 0;
}

@media screen and (max-width: 767px) {
  .c-article-body img {
    padding: 4px 0 4px 0;
  }
}

.c-article-body hr {
  width: 100%;
  height: 1px;
  border: none;
  background: #e5e5e5;
  display: block;
  margin: 24px 0 48px 0;
}

@media screen and (max-width: 767px) {
  .c-article-body hr {
    margin: 14px 0 34px 0;
  }
}

.c-article-body ul,
.c-article-body ol {
  padding-left: 1.5em;
}

.c-article-body ins {
  text-decoration: none;
}

.c-article-body del {
  color: rgba(51, 51, 51, 0.5);
}

.c-article-body img.aligncenter {
  margin: 0 auto;
}

.c-article-body img.alignright {
  margin: 0 0 0 auto;
}

.c-article-body blockquote {
  background: rgba(0, 0, 0, 0.02);
  padding: 4em;
  margin-bottom: 4em;
  position: relative;
}

.c-article-body blockquote::before {
  content: "";
  width: 2px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(51, 51, 51, 0.5);
}

.c-article-body blockquote > p, .c-article-body blockquote > figcaption {
  padding: 0;
  font-style: italic;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.84615;
}

@media screen and (max-width: 767px) {
  .c-article-body {
    padding-top: 20px;
    padding-top: 2rem;
  }
}

.c-article-body > p img, .c-article-body > figcaption img {
  padding-top: 0;
}

/* c-article-footer
-----------------------------------------------------------------*/
.c-article-footer {
  padding: 20px 0;
  margin-top: 50px;
  margin-top: 5rem;
}

@media screen and (max-width: 767px) {
  .c-article-footer {
    padding: 15px 0;
    border-width: 2px;
    margin-top: 20px;
    margin-top: 2rem;
  }
}

/* ==============================================================================================
シェア
============================================================================================== */
.c-sns {
  padding: 20px 0;
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-align-content: center;
  -moz-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .c-sns {
    padding: 15px 0;
  }
}

.c-sns__label {
  font-weight: bold;
  padding-right: 10px;
  font-size: 11px;
  font-size: 1.1rem;
}

.c-sns ul {
  list-style: none;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-align-content: center;
  -moz-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-self: baseline;
  -moz-align-self: baseline;
  -ms-flex-item-align: baseline;
  align-self: baseline;
}

.c-sns ul li {
  margin-right: 8px;
}

.c-sns__facebook,
.c-sns__twitter,
.c-sns__google {
  border: none;
  outline: none;
}

.c-sns__google {
  position: relative;
  top: 2px;
}

/* ==============================================================================================
カード
============================================================================================== */
/* タグ構成
-----------------------------------------------------------------*/
/*
.c-card-list            // リスト大枠
└.c-card               // カード
	├.c-card__pict      // 画像エリア
	└.c-card__txt       // テキストエリア
		├.c-card__txt__label  // 見出し
		└.c-card__txt__copy   // コピー
*/
/* カード：画像下にテキスト要素があるもの
-----------------------------------------------------------------*/
.c-card-list {
  margin-top: -30px;
  margin-top: -3rem;
}

@media screen and (max-width: 767px) {
  .c-card-list {
    margin-top: 0;
  }
}

.c-card, .c-card2 {
  margin-top: 30px;
  margin-top: 3rem;
}

@media screen and (max-width: 767px) {
  .c-card, .c-card2 {
    margin-top: 20px;
    display: block;
    width: 100% !important;
  }
  .c-card:first-child, .c-card2:first-child {
    margin-top: 0;
  }
}

@media screen and (max-width: 767px) {
  .c-card.is-sp-colum, .is-sp-colum.c-card2 {
    margin-top: 0;
    padding: 15px 0;
    border-bottom: 1px solid #e5e5e5;
  }
  .c-card.is-sp-colum:first-child, .is-sp-colum.c-card2:first-child {
    border-top: 1px solid #e5e5e5;
  }
}

.c-card.is-sp-colum .c-card__inner, .is-sp-colum.c-card2 .c-card__inner {
  color: #333;
}

@media screen and (max-width: 767px) {
  .c-card.is-sp-colum .c-card__inner, .is-sp-colum.c-card2 .c-card__inner {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  .c-card.is-sp-colum .c-card__pict, .is-sp-colum.c-card2 .c-card__pict {
    width: 30%;
  }
}

@media screen and (max-width: 767px) {
  .c-card.is-sp-colum .c-card__txt, .is-sp-colum.c-card2 .c-card__txt {
    width: 70%;
    padding-top: 2px;
    padding-left: 15px;
  }
}

.c-card__pict img {
  width: 100%;
  height: auto;
}

a:hover .c-card__pict img {
  opacity: .8;
}

.c-card__pict.is-iframe {
  position: relative;
  width: 100%;
  background: #fff;
  overflow: hidden;
}

.c-card__pict.is-iframe::before {
  content: "";
  display: block;
  padding-top: 62.8%;
}

.c-card__pict.is-iframe.is-size2::before {
  content: "";
  display: block;
  padding-top: 56.3%;
  overflow: hidden;
}

.c-card__pict.is-iframe > iframe {
  border: none;
  outline: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.c-card__pict.is-iframe.is-smt::before {
  padding-top: 55.6%;
}

.c-card__txt {
  padding-top: 18px;
  padding-top: 1.8rem;
}

@media screen and (max-width: 767px) {
  .c-card__txt {
    text-align: left;
    padding-top: 15px;
    padding-top: 1.5rem;
  }
}

.c-card__txt__label {
  font-weight: bold;
}

a .c-card__txt__label span {
  text-decoration: underline;
}

a:hover .c-card__txt__label {
  text-decoration: none;
}

a:hover .c-card__txt__label span {
  text-decoration: none;
}

.c-card__txt__copy {
  color: #333;
}

.c-card__txt__label + .c-card__txt__copy {
  padding-top: 15px;
}

@media screen and (max-width: 767px) {
  .c-card__txt__label + .c-card__txt__copy {
    padding-top: 10px;
  }
}

.c-card__txt__label + .c-card__txt__copy.c-txt-xsmall {
  padding-top: 10px;
}

@media screen and (max-width: 767px) {
  .c-card__txt__label + .c-card__txt__copy.c-txt-xsmall {
    padding-top: 10px;
  }
}

/* カード：画像上に見出しがあるもの
-----------------------------------------------------------------*/
.c-card2 .c-card__pict {
  margin-top: 20px;
  margin-top: 2rem;
}

@media screen and (max-width: 767px) {
  .c-card2 .c-card__pict {
    width: 100%;
    margin-top: 15px;
    margin-top: 1.5rem;
  }
}

.c-card2 .c-card__pict img {
  width: 100%;
  height: auto;
}

.c-card2 .c-card__txt {
  padding-top: 15px;
  padding-top: 1.5rem;
}

@media screen and (max-width: 767px) {
  .c-card2 .c-card__txt {
    width: 100%;
    padding-left: 0;
    padding-top: 15px;
    padding-top: 1.5rem;
  }
}

.c-card2 .c-button, .c-card2 .c-button--large, .c-card2 .c-button--pink, .c-card2 .c-button--form {
  margin-top: 25px;
  margin-top: 2.5rem;
}

@media screen and (max-width: 767px) {
  .c-card2 .c-button, .c-card2 .c-button--large, .c-card2 .c-button--pink, .c-card2 .c-button--form {
    margin-top: 10px;
    margin-top: 1rem;
  }
}

/* ボックス
-----------------------------------------------------------------*/
.c-box, .c-box--orange {
  padding: 30px;
  background: #f8f8f8;
}

@media screen and (max-width: 767px) {
  .c-box, .c-box--orange {
    padding: 20px;
  }
}

.c-box--orange {
  background: #fefaf3;
}

.c-box__body {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -moz-order: 2;
  -ms-flex-order: 2;
  order: 2;
}

@media screen and (max-width: 767px) {
  .c-box__body {
    text-align: left;
  }
}

.c-box__heading, .c-box__heading--line {
  font-weight: bold;
  font-size: 16px;
  font-size: 1.6rem;
}

@media screen and (max-width: 767px) {
  .c-box__heading, .c-box__heading--line {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.42857;
  }
}

.c-box--orange .c-box__heading, .c-box--orange .c-box__heading--line {
  color: #e9940f;
}

.c-box__heading--line {
  padding-left: 10px;
  border-left: 4px solid #e9940f;
}

.c-box__txt {
  padding-top: 13px;
  padding-top: 1.3rem;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.84615;
}

@media screen and (max-width: 767px) {
  .c-box__txt {
    padding-top: 10px;
    padding-top: 1rem;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.66667;
  }
}

.c-box__pict {
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -moz-order: -1;
  -ms-flex-order: -1;
  order: -1;
}

@media screen and (max-width: 767px) {
  .c-box__pict {
    margin-top: 15px;
  }
  .c-box__pict img {
    width: 100%;
    height: auto;
  }
}

.c-box.is-flex, .is-flex.c-box--orange {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

@media screen and (max-width: 767px) {
  .c-box.is-flex, .is-flex.c-box--orange {
    display: block;
  }
}

.c-box.is-flex .c-box__body, .is-flex.c-box--orange .c-box__body {
  padding-left: 30px;
}

@media screen and (max-width: 767px) {
  .c-box.is-flex .c-box__body, .is-flex.c-box--orange .c-box__body {
    padding-left: 0;
    text-align: left;
  }
}

/* ==============================================================================================
Q&Aエリア
============================================================================================== */
/* 大枠
-----------------------------------------------------------------*/
.c-faq-list {
  list-style: none;
  border-top: 1px solid #d9d9d9;
}

.c-faq {
  border-bottom: 1px solid #d9d9d9;
  text-align: left;
}

/* アイコン
-----------------------------------------------------------------*/
.c-faq div > i {
  width: 27px;
  height: 27px;
  font-weight: bold;
  display: block;
  border-radius: 100%;
  font-style: normal;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 14px;
  font-size: 1.4rem;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}

.c-faq div > i + p, .c-faq .c-article-body div > i + figcaption, .c-article-body .c-faq div > i + figcaption {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 10px;
}

@media screen and (max-width: 767px) {
  .c-faq div > i {
    width: 22px;
    height: 22px;
    font-size: 11px;
    font-size: 1.1rem;
  }
  .c-faq div > i + p, .c-faq .c-article-body div > i + figcaption, .c-article-body .c-faq div > i + figcaption {
    padding-left: 10px;
  }
}

.c-faq__question > i {
  color: #fff;
  background: #438849;
}

.c-faq__answer > i {
  color: #333;
  background: #fff;
  border: 1px solid #e1e1e1;
}

/* 質問
-----------------------------------------------------------------*/
.c-faq__question {
  position: relative;
  padding: 15px 60px 15px 0;
  font-weight: bold;
  background: #fff;
  cursor: pointer;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.85714;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .c-faq__question {
    padding: 15px 40px 15px 0;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.53846;
  }
}

.c-faq__question::after {
  content: "";
  width: 16px;
  height: 9px;
  background: url(../images/common/icon/arrow_bottom.svg) no-repeat left top/cover;
  position: absolute;
  right: 10px;
  opacity: .3;
}

.c-faq__question.is-open::after {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.c-faq__question:hover {
  background: rgba(0, 0, 0, 0.025);
}

/* 答え
-----------------------------------------------------------------*/
.c-faq__answer {
  position: relative;
  padding: 0 60px 25px 0;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.85714;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: left;
  -ms-flex-align: left;
  -webkit-align-items: left;
  -moz-align-items: left;
  align-items: left;
}

.c-faq__answer p, .c-faq__answer .c-article-body figcaption, .c-article-body .c-faq__answer figcaption {
  padding-top: 3px;
}

@media screen and (max-width: 767px) {
  .c-faq__answer {
    padding: 10px 15px 20px 0;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.69231;
  }
}

/* ==============================================================================================
参考資料
============================================================================================== */
/* *
-----------------------------------------------------------------*/
.c-reference {
  border: 1px solid #e1e1e1;
  background: #fcfcfc;
  padding: 25px 30px 30px 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .c-reference {
    padding: 15px;
  }
}

.c-reference__heading {
  padding-bottom: 17px;
  border-bottom: 2px solid #e1e1e1;
}

.c-reference__body {
  padding-top: 13px;
  text-align: left;
}

.c-reference__label {
  font-weight: bold;
  margin-top: 12px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.76923;
}

@media screen and (max-width: 767px) {
  .c-reference__label {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.83333;
  }
}

.c-reference__label:first-child {
  margin-top: 0;
}

.c-reference__txt {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.76923;
}

@media screen and (max-width: 767px) {
  .c-reference__txt {
    padding-top: 10px;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.83333;
  }
}

/* ==============================================================================================
メリットブロック
============================================================================================== */
/* *
-----------------------------------------------------------------*/
.c-merit-list {
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  padding: 25px 0;
}

@media screen and (max-width: 767px) {
  .c-merit-list {
    display: block;
    padding: 0;
  }
}

.c-colum-flex--3 .c-colum__block {
  border-right: 1px solid #d9d9d9;
}

.c-colum-flex--3 .c-colum__block:nth-child(3) {
  border: none;
}

@media screen and (max-width: 767px) {
  .c-colum-flex--3 .c-colum__block {
    width: 100%;
    border-right: none;
  }
}

.c-colum-flex--4 .c-colum__block {
  border-right: 1px solid #d9d9d9;
}

.c-colum-flex--4 .c-colum__block:nth-child(4) {
  border: none;
}

@media screen and (max-width: 767px) {
  .c-colum-flex--4 .c-colum__block {
    width: 100%;
    border-right: none;
  }
}

.c-merit {
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .c-merit {
    padding: 10px 0;
    border-bottom: 1px solid #d9d9d9;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
  }
}

.c-merit__body {
  text-align: left;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .c-merit__body {
    display: block;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}

.c-merit__txt {
  font-weight: bold;
  text-align: center;
  margin-top: -.357em;
  padding-top: 16px;
  padding-top: 1.6rem;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.28571;
}

.c-merit__txt span {
  font-size: 140%;
}

@media screen and (max-width: 767px) {
  .c-merit__txt {
    text-align: left;
    font-size: 12px;
    font-size: 1.2rem;
    padding-top: 5px;
    padding-left: 15px;
  }
  .c-merit__txt span {
    font-size: 120%;
  }
}

.c-merit__txt--small {
  text-align: center;
  padding-top: 20px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.53846;
}

@media screen and (max-width: 767px) {
  .c-merit__txt--small {
    text-align: left;
    padding-top: 0;
    padding-left: 15px;
  }
}

.c-calendar__caption, .c-calendar__caption--holiday {
  font-weight: bold;
  text-align: right;
  padding-top: 10px;
  font-size: 11px;
  font-size: 1.1rem;
}

.c-calendar__caption--holiday::before {
  content: "";
  width: .9em;
  height: .9em;
  background: #777;
  display: inline-block;
  vertical-align: middle;
  border-radius: 50%;
  margin-right: .5em;
  position: relative;
  top: -.05em;
}

.xo-event-calendar table.xo-month .month-header {
  font-size: 14px;
  padding: 10px 0 10px;
}

.xo-event-calendar table.xo-month > thead th {
  font-size: 12px;
}

.xo-event-calendar table.xo-month .month-dayname td span.today {
  border: 1px solid #888;
}

.xo-event-calendar table.xo-month .month-dayname td {
  font-size: 13px;
}

.xo-event-calendar table.xo-month .month-dayname td span {
  width: 24px;
  height: 24px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-content: center;
  -moz-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}

/* ==============================================================================================
Googlemap
============================================================================================== */
/* iframe版
-----------------------------------------------------------------*/
.c-gmap {
  border: none;
  outline: none;
}

/* u-links
-----------------------------------------------------------------*/
.u-links, .c-article-body a {
  color: #e9940f;
  text-decoration: underline;
}

.u-links:hover, .c-article-body a:hover {
  color: #fff;
  background-color: #e9940f;
  text-decoration: none;
}

/* u-clear
-----------------------------------------------------------------*/
.u-clear {
  clear: both;
}

.u-clear > hr {
  display: none;
}

/* u-clearfix
-----------------------------------------------------------------*/
.u-clearfix {
  display: inline-block;
}

.u-clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  line-height: 0;
  font-size: 0;
}

* html .u-clearfix {
  height: 1%;
}

.u-clearfix {
  display: block;
}

/* u-block
-----------------------------------------------------------------*/
.u-block,
.u-block ul,
.u-block li,
.u-block dl,
.u-block dt,
.u-block dd {
  display: block;
  list-style-type: none;
}

/* u-inline
-----------------------------------------------------------------*/
.u-inline,
.u-inline ul,
.u-inline li,
.u-inline dl,
.u-inline dt,
.u-inline dd {
  display: inline;
  list-style-type: none;
}

/* u-inline-block
-----------------------------------------------------------------*/
.u-inline-block-nospace {
  font-size: 0;
}

.u-inline-block,
.u-inline-block ul,
.u-inline-block li,
.u-inline-block dl,
.u-inline-block dt,
.u-inline-block dd {
  display: inline-block;
  list-style-type: none;
}

.u-inline-block--list,
.u-inline-block ul,
ul.u-inline-block {
  letter-spacing: -.40em;
}

.u-inline-block > *,
.u-inline-block * {
  letter-spacing: 0;
}

/* u-table
-----------------------------------------------------------------*/
.u-table {
  display: table;
  width: 100%;
}

.u-table__row {
  display: table-row;
}

.u-table__cell {
  display: table-cell;
}

/* u-table--fixed */
.u-table--fixed {
  table-layout: fixed;
}

/* u-table--middle */
.u-table--middle,
.u-table--middle > .u-table__cell {
  vertical-align: middle;
}

/* ==============================================================================================
画像
============================================================================================== */
/* u-img-fit
-----------------------------------------------------------------*/
.u-img-fit {
  display: inherit;
  width: 100%;
  height: auto;
}

.u-img-figure {
  width: 100%;
  background: #fff;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  border: 1px solid #e1e1e1;
}

.u-img-figure img {
  display: block;
}

.u-img-line {
  border: 1px solid #e5e5e5;
}

/* u-hide-txt
-----------------------------------------------------------------*/
.u-hide-txt {
  text-indent: 100%;
  text-indent: -9999px;
  /*IE*/
  white-space: nowrap;
  overflow: hidden;
  position: relative;
  text-align: left;
}

.u-hidden {
  overflow: hidden;
}

/* u-fixed
-----------------------------------------------------------------*/
.u-fixed {
  position: fixed !important;
  overflow-y: scroll;
  top: 0px;
}

/* u-sticky
-----------------------------------------------------------------*/
.u-sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 80px;
}

.win .u-sticky {
  position: static;
}

/* u-align
-----------------------------------------------------------------*/
.u-align--center {
  text-align: center;
  margin: 0 auto;
}

/* u-font size
-----------------------------------------------------------------*/
.u-font-large {
  font-size: 18px;
  font-size: 1.8rem;
}

.u-font-medium {
  font-size: 14px;
  font-size: 1.4rem;
}

.u-font-small {
  font-size: 13px;
  font-size: 1.3rem;
}

/* u-font weight
-----------------------------------------------------------------*/
.u-font-normal {
  font-weight: normal;
}

.u-font-bold {
  font-weight: bold;
}

/* u-font align
-----------------------------------------------------------------*/
.u-font-center {
  text-align: center;
}

/* ==============================================================================================
背景指定
============================================================================================== */
/* スタイルネーム
-----------------------------------------------------------------*/
/* スタイル
-----------------------------------------------------------------*/
.u-bg--blue {
  position: relative;
  background: url(../images/common/bg_blue.gif) repeat left top/100px 100px;
  background: #292f49;
}

.u-bg--blue::after {
  content: "";
  width: 100%;
  height: 6px;
  background: url(../images/common/line_round--blue.png) repeat-x center top/contain;
  position: absolute;
  top: -5px;
  left: 0;
  z-index: 100;
}

.u-bg--gray {
  position: relative;
  background: url(../images/common/bg_gray.gif) repeat left top/100px 100px;
}

.u-bg--gray::after {
  content: "";
  width: 100%;
  height: 6px;
  background: url(../images/common/line_round--gray.png) repeat-x center top/contain;
  position: absolute;
  top: -5px;
  left: 0;
  z-index: 100;
}

.u-bg--yellow {
  position: relative;
  background: url(../images/common/bg_yellow.gif) repeat left top/100px 100px;
}

.u-bg--yellow::after {
  content: "";
  width: 100%;
  height: 6px;
  background: url(../images/common/line_round--yellow.png) repeat-x center top/contain;
  position: absolute;
  top: -5px;
  left: 0;
  z-index: 100;
}

.u-bg--white {
  position: relative;
  background: url(../images/common/bg_white.gif) repeat left top/100px 100px;
  background: #fff;
}

.u-bg--white::after {
  content: "";
  width: 100%;
  height: 6px;
  background: url(../images/common/line_round--white.png) repeat-x center top/contain;
  position: absolute;
  top: -5px;
  left: 0;
  z-index: 100;
}

/* u-float
-----------------------------------------------------------------*/
.u-float-left {
  float: left;
}

.u-float-right {
  float: right;
}

/* ==============================================================================================
余白調整
============================================================================================== */
/* セクションスペース
各セクションは、レベル用ではなくこのクラスを使用して余白を調整する
-----------------------------------------------------------------*/
.u-space-sec {
  padding-top: 50px;
  padding-top: 5rem;
}

@media screen and (max-width: 767px) {
  .u-space-sec {
    padding-top: 25px;
    padding-top: 2.5rem;
  }
}

.u-space-sec--large {
  padding-top: 100px;
  padding-top: 10rem;
}

@media screen and (max-width: 767px) {
  .u-space-sec--large {
    padding-top: 45px;
    padding-top: 4.5rem;
  }
}

.u-space-sec--medium {
  padding-top: 60px;
  padding-top: 6rem;
}

@media screen and (max-width: 767px) {
  .u-space-sec--medium {
    padding-top: 35px;
    padding-top: 3.5rem;
  }
}

.u-space-sec--small {
  padding-top: 45px;
  padding-top: 4.5rem;
}

@media screen and (max-width: 767px) {
  .u-space-sec--small {
    padding-top: 30px;
    padding-top: 3rem;
  }
}

.u-space-sec--xsmall {
  padding-top: 20px;
  padding-top: 2rem;
}

@media screen and (max-width: 767px) {
  .u-space-sec--xsmall {
    padding-top: 20px;
    padding-top: 2rem;
  }
}

/* 注釈用
-----------------------------------------------------------------*/
.u-space-notice {
  padding-top: 15px;
  padding-top: 1.5rem;
}

@media screen and (max-width: 767px) {
  .u-space-notice {
    padding-top: 10px;
    padding-top: 1rem;
  }
}

/* リード直下コンテンツ
-----------------------------------------------------------------*/
.u-space-lead {
  margin-top: 30px;
  margin-top: 3rem;
}

@media screen and (max-width: 767px) {
  .u-space-lead {
    margin-top: 15px;
    margin-top: 1.5rem;
  }
}

/* レベル別余白指定
-----------------------------------------------------------------*/
.u-mt-xlarge {
  margin-top: 70px;
  margin-top: 7rem;
}

@media screen and (max-width: 767px) {
  .u-mt-xlarge {
    margin-top: 50px;
    margin-top: 5rem;
  }
}

.u-mt-large {
  margin-top: 60px;
  margin-top: 6rem;
}

@media screen and (max-width: 767px) {
  .u-mt-large {
    margin-top: 30px;
    margin-top: 3rem;
  }
}

.u-mt-large2 {
  margin-top: 50px;
  margin-top: 5rem;
}

@media screen and (max-width: 767px) {
  .u-mt-large2 {
    margin-top: 30px;
    margin-top: 3rem;
  }
}

.u-mt-medium {
  margin-top: 40px;
  margin-top: 4rem;
}

@media screen and (max-width: 767px) {
  .u-mt-medium {
    margin-top: 20px;
    margin-top: 2rem;
  }
}

.u-mt-medium2 {
  margin-top: 30px;
  margin-top: 3rem;
}

@media screen and (max-width: 767px) {
  .u-mt-medium2 {
    margin-top: 20px;
    margin-top: 2rem;
  }
}

.u-mt-small {
  margin-top: 20px;
  margin-top: 2rem;
}

@media screen and (max-width: 767px) {
  .u-mt-small {
    margin-top: 10px;
    margin-top: 1rem;
  }
}

.u-mt-xsmall {
  margin-top: 10px;
  margin-top: 1rem;
}

@media screen and (max-width: 767px) {
  .u-mt-xsmall {
    margin-top: 10px;
    margin-top: 1rem;
  }
}

.u-pt-xlarge {
  padding-top: 70px;
  padding-top: 7rem;
}

@media screen and (max-width: 767px) {
  .u-pt-xlarge {
    padding-top: 50px;
    padding-top: 5rem;
  }
}

.u-pt-large {
  padding-top: 60px;
  padding-top: 6rem;
}

@media screen and (max-width: 767px) {
  .u-pt-large {
    padding-top: 30px;
    padding-top: 3rem;
  }
}

.u-pt-medium {
  padding-top: 40px;
  padding-top: 4rem;
}

@media screen and (max-width: 767px) {
  .u-pt-medium {
    padding-top: 20px;
    padding-top: 2rem;
  }
}

.u-pt-medium2 {
  padding-top: 30px;
  padding-top: 3rem;
}

@media screen and (max-width: 767px) {
  .u-pt-medium2 {
    padding-top: 20px;
    padding-top: 2rem;
  }
}

.u-pt-small {
  padding-top: 20px;
  padding-top: 2rem;
}

@media screen and (max-width: 767px) {
  .u-pt-small {
    padding-top: 10px;
    padding-top: 1rem;
  }
}

.u-pt-xsmall {
  padding-top: 10px;
  padding-top: 1rem;
}

@media screen and (max-width: 767px) {
  .u-pt-xsmall {
    padding-top: 10px;
    padding-top: 1rem;
  }
}

.u-pb-xlarge {
  padding-bottom: 80px;
  padding-bottom: 8rem;
}

@media screen and (max-width: 767px) {
  .u-pb-xlarge {
    padding-bottom: 40px;
    padding-bottom: 4rem;
  }
}

.u-pb-large {
  padding-bottom: 130px;
  padding-bottom: 13rem;
}

@media screen and (max-width: 767px) {
  .u-pb-large {
    padding-bottom: 60px;
    padding-bottom: 6rem;
  }
}

.u-pb-xsmall {
  padding-bottom: 10px;
  padding-bottom: 1rem;
}

@media screen and (max-width: 767px) {
  .u-pb-xsmall {
    padding-bottom: 10px;
    padding-bottom: 1rem;
  }
}

/* 単位別余白指定
-----------------------------------------------------------------*/
.u-pt10 {
  padding-top: 10px;
  padding-top: 1rem;
}

@media screen and (max-width: 767px) {
  .u-pt10 {
    padding-top: 10px;
    padding-top: 1rem;
  }
}

.u-pt20 {
  padding-top: 20px;
  padding-top: 2rem;
}

@media screen and (max-width: 767px) {
  .u-pt20 {
    padding-top: 10px;
    padding-top: 1rem;
  }
}

.u-pt30 {
  padding-top: 30px;
  padding-top: 3rem;
}

@media screen and (max-width: 767px) {
  .u-pt30 {
    padding-top: 15px;
    padding-top: 1.5rem;
  }
}

.u-pt40 {
  padding-top: 40px;
  padding-top: 4rem;
}

@media screen and (max-width: 767px) {
  .u-pt40 {
    padding-top: 20px;
    padding-top: 2rem;
  }
}

.u-pt100 {
  padding-top: 100px;
  padding-top: 10rem;
}

@media screen and (max-width: 767px) {
  .u-pt100 {
    padding-top: 50px;
    padding-top: 5rem;
  }
}

.u-pt60 {
  padding-top: 60px;
  padding-top: 6rem;
}

@media screen and (max-width: 767px) {
  .u-pt60 {
    padding-top: 30px;
    padding-top: 3rem;
  }
}

.u-mt30 {
  margin-top: 30px;
  margin-top: 3rem;
}

@media screen and (max-width: 767px) {
  .u-mt30 {
    margin-top: 15px;
    margin-top: 1.5rem;
  }
}

.u-mt40 {
  margin-top: 40px;
  margin-top: 4rem;
}

@media screen and (max-width: 767px) {
  .u-mt40 {
    margin-top: 20px;
    margin-top: 2rem;
  }
}

.u-mr3p {
  margin-right: 3%;
}

.u-mr5p {
  margin-right: 5%;
}

.u-mr10p {
  margin-right: 10%;
}

.u-mr20p {
  margin-right: 20%;
}

.u-pl10 {
  padding-left: 10px;
  padding-left: 1rem;
}

@media screen and (max-width: 767px) {
  .u-pl10 {
    padding-left: 10px;
    padding-left: 1rem;
  }
}

.u-mt-clear {
  margin-top: 0 !important;
}

/* @media screen
-----------------------------------------------------------------*/
.visible-small-less, .visible-small, .visible-medium, .visible-large {
  display: none !important;
}

.visible-small-less-block, .visible-small-less-inline, .visible-small-less-inline-block,
.visible-small-block, .visible-small-inline, .visible-small-inline-block,
.visible-medium-block, .visible-medium-inline, .visible-medium-inline-block,
.visible-large-block, .visible-large-inline, .visible-large-inline-block {
  display: none !important;
}

@media screen and (max-width: 767px) {
  .visible-small-less {
    display: block !important;
  }
  table.visible-small-less {
    display: table;
  }
  tr.visible-small-less {
    display: table-row !important;
  }
  th.visible-small-less, td.visible-small-less {
    display: table-cell !important;
  }
}

@media screen and (max-width: 767px) {
  .visible-small-less-block {
    display: block !important;
  }
}

@media screen and (max-width: 767px) {
  .visible-small-less-inline {
    display: inline !important;
  }
}

@media screen and (max-width: 767px) {
  .visible-small-less-inline-block {
    display: inline-block !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .visible-small {
    display: block !important;
  }
  table.visible-small {
    display: table;
  }
  tr.visible-small {
    display: table-row !important;
  }
  th.visible-small, td.visible-small {
    display: table-cell !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .visible-small-block {
    display: block !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .visible-small-inline {
    display: inline !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .visible-small-inline-block {
    display: inline-block !important;
  }
}

@media screen and (max-width: 1023px) {
  .visible-medium-less {
    display: block !important;
  }
  table.visible-medium-less {
    display: table;
  }
  tr.visible-medium-less {
    display: table-row !important;
  }
  th.visible-medium-less, td.visible-medium-less {
    display: table-cell !important;
  }
}

@media screen and (max-width: 1023px) {
  .visible-medium-less-block {
    display: block !important;
  }
}

@media screen and (max-width: 1023px) {
  .visible-medium-less-inline {
    display: inline !important;
  }
}

@media screen and (max-width: 1023px) {
  .visible-medium-less-inline-block {
    display: inline-block !important;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .visible-medium {
    display: block !important;
  }
  table.visible-medium {
    display: table;
  }
  tr.visible-medium {
    display: table-row !important;
  }
  th.visible-medium, td.visible-medium {
    display: table-cell !important;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .visible-medium-block {
    display: block !important;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .visible-medium-inline {
    display: inline !important;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .visible-medium-inline-block {
    display: inline-block !important;
  }
}

@media screen and (min-width: 1280px) {
  .visible-large {
    display: block !important;
  }
  table.visible-large {
    display: table;
  }
  tr.visible-large {
    display: table-row !important;
  }
  th.visible-large, td.visible-large {
    display: table-cell !important;
  }
}

@media screen and (min-width: 1280px) {
  .visible-large-block {
    display: block !important;
  }
}

@media screen and (min-width: 1280px) {
  .visible-large-inline {
    display: inline !important;
  }
}

@media screen and (min-width: 1280px) {
  .visible-large-inline-block {
    display: inline-block !important;
  }
}

@media screen and (max-width: 767px) {
  .hidden-small-less {
    display: none !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .hidden-small {
    display: none !important;
  }
}

@media screen and (max-width: 1023px) {
  .hidden-medium-less {
    display: none !important;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .hidden-medium {
    display: none !important;
  }
}

@media screen and (min-width: 1280px) {
  .hidden-large {
    display: none !important;
  }
}

/* @media print
-----------------------------------------------------------------*/
.visible-print {
  display: none !important;
}

@media print {
  .hidden-print {
    display: none !important;
  }
}

@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print, td.visible-print {
    display: table-cell !important;
  }
}

.visible-print-block {
  display: none !important;
}

@media print {
  .visible-print-block {
    display: block !important;
  }
}

.visible-print-inline {
  display: none !important;
}

@media print {
  .visible-print-inline {
    display: inline !important;
  }
}

.visible-print-inline-block {
  display: none !important;
}

@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

/* ==============================================================================================
フレックス
============================================================================================== */
/* u-flex
-----------------------------------------------------------------*/
.u-flex, .u-flex--center, .u-flex--wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

@media screen and (max-width: 767px) {
  .u-flex, .u-flex--center, .u-flex--wrapper {
    display: block;
  }
}

.u-flex--center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-align-content: center;
  -moz-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

@media screen and (max-width: 767px) {
  .u-flex--center {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  .u-flex--wrapper {
    display: block;
  }
}

.u-flex--wrapper > .u-flex__item {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.u-flex--wrapper > .u-flex__item:nth-child(1) {
  width: 275px;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -moz-order: 2;
  -ms-flex-order: 2;
  order: 2;
}

@media screen and (max-width: 767px) {
  .u-flex--wrapper > .u-flex__item:nth-child(1) {
    width: 100%;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -moz-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
}

.u-flex--wrapper > .u-flex__item:nth-child(2) {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -moz-order: -1;
  -ms-flex-order: -1;
  order: -1;
}

@media screen and (max-width: 767px) {
  .u-flex--wrapper > .u-flex__item:nth-child(2) {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -moz-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
}

/* ==============================================================================================
カラー指定
============================================================================================== */
/* スタイルネーム
-----------------------------------------------------------------*/
/* スタイル
-----------------------------------------------------------------*/
.u-color-white {
  color: #ffffff;
}

.u-color-green {
  color: #438849;
}

.u-color-orange {
  color: #e9940f;
}

/* ==============================================================================================
丸型要素
============================================================================================== */
.u-round {
  width: 30px;
  height: 30px;
  border-radius: 100%;
  background: #438849;
  color: #fff;
  font-weight: bold;
  font-size: 17px;
  font-size: 1.7rem;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .u-round {
    width: 24px;
    height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

/* ==============================================================================================
slic.js
============================================================================================== */
.slick-slider {
  max-width: 100%;
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

@media screen and (max-width: 767px) {
  .slick-list {
    overflow: visible;
  }
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

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

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  width: 100%;
  height: auto;
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* 独自指定
--------------------------------------------------------*/
.slick-next,
.slick-prev {
  width: 40px;
  width: 4rem;
  height: 40px;
  height: 4rem;
  position: absolute;
  top: 50%;
  border: 0;
  background: #111;
  display: block;
  z-index: 100;
  outline: none;
  text-indent: -9999px;
  cursor: pointer;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (max-width: 767px) {
  .slick-next,
  .slick-prev {
    width: 40px;
    width: 4rem;
    height: 40px;
    height: 4rem;
    border-width: 2px;
    background-size: 40px 40px;
    display: none;
    margin-top: 0 !important;
  }
}

.slick-next.slick-disabled,
.slick-prev.slick-disabled {
  background: #c9c9c9;
}

.slick-prev {
  left: 0;
}

.slick-prev::after {
  content: "";
  width: 7px;
  width: 0.7rem;
  height: 12px;
  height: 1.2rem;
  opacity: .5;
  background: url(../images/common/icon/arrow_left--white.svg) no-repeat left top/cover;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 767px) {
  .slick-prev::after {
    background-size: contain;
  }
}

.slick-prev:hover::after {
  opacity: 1;
  margin-left: -3px;
}

.slick-next {
  right: 0;
}

.slick-next::after {
  content: "";
  width: 7px;
  width: 0.7rem;
  height: 12px;
  height: 1.2rem;
  background: url(../images/common/icon/arrow_right--white.svg) no-repeat left top/cover;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: .5;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 767px) {
  .slick-next::after {
    background-size: contain;
  }
}

.slick-next:hover::after {
  opacity: 1;
  margin-left: 3px;
}

/* スライダーコントロール
-----------------------------------------------------------------*/
.slick-dot .slick-dots {
  margin: 0;
  position: absolute;
  bottom: 12px;
  right: 12px;
  left: auto;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

@media screen and (max-width: 767px) {
  .slick-dot .slick-dots {
    bottom: 0;
    right: 0;
    display: none !important;
  }
}

.slick-dots {
  position: relative;
  left: 50%;
  margin: 24px auto 0 auto;
  text-align: left;
  display: inline-block !important;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media screen and (max-width: 767px) {
  .slick-dots {
    margin-top: 15px;
  }
}

.slick-dots li {
  width: 10px;
  height: 10px;
  background: none;
  display: inline-block;
  text-indent: -9999px;
  border-radius: 100%;
  background: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  margin-right: 7px;
  margin-right: 0.7rem;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  cursor: pointer;
}

.slick-dots li.slick-active {
  background: #111111;
  border-color: #111111;
}

.slick-dots li:hover {
  background: #111111;
  border-color: #111111;
}

@media screen and (max-width: 767px) {
  .slick-dots li {
    width: 8px;
    height: 8px;
    margin-right: 8px;
    margin-right: 0.8rem;
  }
}

/* ロールテキスト
-----------------------------------------------------------------*/
.ev-roll-txt {
  position: relative;
}

.ev-roll-txt::after {
  content: attr(data-dir);
  width: 0;
  overflow: hidden;
  font-size: inherit;
  color: #e9940f;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  word-wrap: normal;
  white-space: nowrap;
  -webkit-transition: all 100ms ease;
  -moz-transition: all 100ms ease;
  -ms-transition: all 100ms ease;
  -o-transition: all 100ms ease;
  transition: all 100ms ease;
}

.ev-roll-txt:hover::after, .ev-roll-txt.is-current::after {
  width: 100%;
  -webkit-transition: 0.3s 200ms ease;
  -moz-transition: 0.3s 200ms ease;
  -ms-transition: 0.3s 200ms ease;
  -o-transition: 0.3s 200ms ease;
  transition: 0.3s 200ms ease;
}

.ev-roll-txt::before {
  content: "";
  width: 0%;
  height: calc(100% + 1em);
  background: #fff;
  position: absolute;
  display: block;
  overflow: hidden;
  top: -.55em;
  left: -.55em;
}

.ev-roll-txt:hover::before, .ev-roll-txt.is-current::before {
  width: calc(100% + 1.1em);
}

.win .ev-roll-txt:hover::before, .win .ev-roll-txt.is-current::before {
  width: 120%;
}

/* コンテンツカバー
-----------------------------------------------------------------*/
.ev-contents-cover {
  position: relative;
}

.ev-contents-cover::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: #fff;
  display: block;
  z-index: 100;
  -webkit-transition: all 1.2s ease !important;
  -moz-transition: all 1.2s ease !important;
  -ms-transition: all 1.2s ease !important;
  -o-transition: all 1.2s ease !important;
  transition: all 1.2s ease !important;
}

#company .ev-contents-cover::before {
  background: #f2f2f2;
  margin-top: -20px;
  height: 120%;
}

.sp .ev-contents-cover::before {
  display: none;
}

.is-menuOpen .ev-contents-cover::before {
  width: 0;
}

/* アニメーション見出し
-----------------------------------------------------------------*/
.ev-anim-dl {
  display: inline-block;
  position: relative;
  top: 0;
  left: 0;
  white-space: nowrap;
  overflow: hidden;
}

.ev-anim-dl__inner {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  position: relative;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
}

.js-view .ev-anim-dl__inner {
  -webkit-animation-name: wrapIn;
  animation-name: wrapIn;
  -webkit-animation-duration: .85s;
  animation-duration: .85s;
  -webkit-animation-delay: .2s;
  animation-delay: .2s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

@media screen and (max-width: 767px) {
  .ev-anim-dl__inner {
    -webkit-animation: none;
    animation: none;
  }
}

.ev-anim-dl__txt {
  white-space: nowrap;
  display: block;
  width: 0%;
  overflow: hidden;
}

.js-view .ev-anim-dl__txt {
  -webkit-animation-name: textIn;
  animation-name: textIn;
  -webkit-animation-duration: .45s;
  animation-duration: .45s;
  -webkit-animation-delay: 1.15s;
  animation-delay: 1.15s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.ev-anim-dl__inner::after {
  content: "";
  width: 100%;
  height: 100%;
  background: #fff;
  position: absolute;
  display: block;
  top: 50%;
  z-index: 100;
  opacity: 0;
  -webkit-transform: scaleX(0) translateY(-50%);
  -ms-transform: scaleX(0) translateY(-50%);
  transform: scaleX(0) translateY(-50%);
}

.is-black .ev-anim-dl__inner::after {
  background: #111;
}

.js-view .ev-anim-dl__inner::after {
  -webkit-animation-name: borderInOut;
  animation-name: borderInOut;
  -webkit-animation-duration: 1.3s;
  animation-duration: 1.3s;
  -webkit-animation-delay: .25;
  animation-delay: .25;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

/* アニメーションカバー
-----------------------------------------------------------------*/
.ev-anim--cover {
  overflow: hidden;
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
}

.ev-anim--cover::after {
  content: "";
  width: 100%;
  height: 100%;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: scaleX(100%);
  -ms-transform: scaleX(100%);
  transform: scaleX(100%);
  -webkit-transform-origin: right;
  -ms-transform-origin: right;
  transform-origin: right;
}

.is-gray .ev-anim--cover::after {
  background: #f2f2f2;
}

.ev-anim--cover.is-gray::after {
  background: #f2f2f2;
}

.ev-anim--cover.is-fx::after {
  -webkit-animation-name: coverInOut;
  animation-name: coverInOut;
  -webkit-animation-duration: .35s;
  animation-duration: .35s;
  -webkit-animation-delay: 2;
  animation-delay: 2;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

@-webkit-keyframes textIn {
  0% {
    width: 0;
  }
  5% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}

@keyframes textIn {
  0% {
    width: 0;
  }
  5% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}

@-webkit-keyframes wrapIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  5% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes wrapIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  5% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@-webkit-keyframes borderInOut {
  0% {
    opacity: 0;
    -webkit-transform: scaleX(0) translateY(-50%);
    transform: scaleX(0) translateY(-50%);
    -webkit-transform-origin: left;
    transform-origin: left;
  }
  5% {
    opacity: 1;
    -webkit-transform: scaleX(0) translateY(-50%);
    transform: scaleX(0) translateY(-50%);
    -webkit-transform-origin: left;
    transform-origin: left;
  }
  49% {
    opacity: 1;
    -webkit-transform: scaleX(1) translateY(-50%);
    transform: scaleX(1) translateY(-50%);
    -webkit-transform-origin: left;
    transform-origin: left;
  }
  52% {
    opacity: 1;
    -webkit-transform: scaleX(1) translateY(-50%);
    transform: scaleX(1) translateY(-50%);
    -webkit-transform-origin: right;
    transform-origin: right;
  }
  60% {
    opacity: 1;
    -webkit-transform: scaleX(1) translateY(-50%);
    transform: scaleX(1) translateY(-50%);
    -webkit-transform-origin: right;
    transform-origin: right;
  }
  100% {
    opacity: 1;
    -webkit-transform: scaleX(0) translateY(-50%);
    transform: scaleX(0) translateY(-50%);
    -webkit-transform-origin: right;
    transform-origin: right;
  }
}

@keyframes borderInOut {
  0% {
    opacity: 0;
    -webkit-transform: scaleX(0) translateY(-50%);
    transform: scaleX(0) translateY(-50%);
    -webkit-transform-origin: left;
    transform-origin: left;
  }
  5% {
    opacity: 1;
    -webkit-transform: scaleX(0) translateY(-50%);
    transform: scaleX(0) translateY(-50%);
    -webkit-transform-origin: left;
    transform-origin: left;
  }
  49% {
    opacity: 1;
    -webkit-transform: scaleX(1) translateY(-50%);
    transform: scaleX(1) translateY(-50%);
    -webkit-transform-origin: left;
    transform-origin: left;
  }
  52% {
    opacity: 1;
    -webkit-transform: scaleX(1) translateY(-50%);
    transform: scaleX(1) translateY(-50%);
    -webkit-transform-origin: right;
    transform-origin: right;
  }
  60% {
    opacity: 1;
    -webkit-transform: scaleX(1) translateY(-50%);
    transform: scaleX(1) translateY(-50%);
    -webkit-transform-origin: right;
    transform-origin: right;
  }
  100% {
    opacity: 1;
    -webkit-transform: scaleX(0) translateY(-50%);
    transform: scaleX(0) translateY(-50%);
    -webkit-transform-origin: right;
    transform-origin: right;
  }
}

@-webkit-keyframes coverInOut {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  49% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  52% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  100% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }
}

@keyframes coverInOut {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  49% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  52% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  100% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }
}

/* サムネイル付きリンクホバー時の演出
-----------------------------------------------------------------*/
.ev-roll__figure {
  position: relative;
  background: #000;
  overflow: hidden;
}

.ev-roll__figure::after {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  z-index: 10;
  border-radius: 100px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
  filter: alpha(opacity=0);
}

.ev-roll:hover .ev-roll__figure::after {
  border-radius: 0;
  opacity: 1;
  filter: alpha(opacity=100);
}

.ev-roll:hover .ev-roll__figure img {
  -webkit-transform: scale(1.05, 1.05);
  -moz-transform: scale(1.05, 1.05);
  -ms-transform: scale(1.05, 1.05);
  -o-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
}

.ev-roll__figure::before {
  content: "READ MORE";
  font-weight: bold;
  font-family: "Helvetica Neue", "Helvetica", "Verdana", sans-serif;
  color: #fff;
  width: 100%;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 10px auto 0 auto;
  z-index: 20;
  display: inline-block;
  letter-spacing: 0.15em;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 14px;
  font-size: 1.4rem;
  -webkit-transition: all 600ms ease;
  -moz-transition: all 600ms ease;
  -ms-transition: all 600ms ease;
  -o-transition: all 600ms ease;
  transition: all 600ms ease;
  opacity: 0;
  filter: alpha(opacity=0);
}

.ev-roll:hover .ev-roll__figure::before {
  margin-top: 0;
  opacity: 1;
  filter: alpha(opacity=100);
}

/* ==============================================================================================
スクロール演出用
============================================================================================== */
.js-effect {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translateY(20%);
  -moz-transform: translateY(20%);
  -ms-transform: translateY(20%);
  -o-transform: translateY(20%);
  transform: translateY(20%);
  -webkit-transition: all 800ms ease;
  -moz-transition: all 800ms ease;
  -ms-transition: all 800ms ease;
  -o-transition: all 800ms ease;
  transition: all 800ms ease;
}

.js-effect.is-view {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.c-qaList__item {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translateY(5%);
  -moz-transform: translateY(5%);
  -ms-transform: translateY(5%);
  -o-transform: translateY(5%);
  transform: translateY(5%);
  -webkit-transition: all 800ms ease;
  -moz-transition: all 800ms ease;
  -ms-transition: all 800ms ease;
  -o-transition: all 800ms ease;
  transition: all 800ms ease;
}

.c-qaList__item.is-view {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.js-effect-order .js-effect__cell {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translateY(5%);
  -moz-transform: translateY(5%);
  -ms-transform: translateY(5%);
  -o-transform: translateY(5%);
  transform: translateY(5%);
  -webkit-transition: all 800ms ease;
  -moz-transition: all 800ms ease;
  -ms-transition: all 800ms ease;
  -o-transition: all 800ms ease;
  transition: all 800ms ease;
}

.js-effect-order .js-effect__cell.is-view {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.sp .js-effect,
.sp .c-qaList__item,
.sp .js-effect__cell {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

/* ==============================================================================================
.js-scrollTop
============================================================================================== */
.l-footer__move {
  font-size: 11px;
  font-size: 1.1rem;
}

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

.l-footer__move a {
  opacity: .6;
  color: #fff;
  position: relative;
  padding-right: 20px;
}

.l-footer__move a::after {
  content: "";
  width: 11px;
  height: 6px;
  background: url(../images/common/icon/arrow_top--white.svg) no-repeat left top/cover;
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.l-footer__move a span {
  position: relative;
}

.l-footer__move a span::after {
  content: "";
  width: 100%;
  height: 1px;
  background: #fff;
  position: absolute;
  bottom: -6px;
  display: block;
  opacity: 0;
}

.l-footer__move a:hover {
  opacity: 1;
}

.l-footer__move a:hover::after {
  margin-top: -2px;
}

.l-footer__move a:hover span::after {
  opacity: .4;
  bottom: -3px;
}

/* ==============================================================================================
js-gmap
============================================================================================== */
#js-gmap {
  background: gray;
  height: 100%;
}

.js-gmap-content {
  padding: 6px 6px 0 6px;
}

.js-gmap-content__name {
  font-weight: bold;
  font-size: 15px;
  font-size: 1.5rem;
}

.js-gmap-content__body {
  margin-top: 6px;
}

/* ==============================================================================================
スライダー
============================================================================================== */
/* エンドレススライダー
-----------------------------------------------------------------*/
.js-slider--endless {
  height: 400px;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .js-slider--endless {
    height: 150px;
  }
}

.js-slider--endless .slideCell {
  width: 648px;
  float: left;
}

@media screen and (max-width: 767px) {
  .js-slider--endless .slideCell {
    width: 243px;
  }
}

.js-slider--endless img {
  display: block;
}

@media screen and (max-width: 767px) {
  .js-slider--endless img {
    width: 100%;
    height: auto;
  }
}

/* ============================================================================================== */
/* ローディング */
/* ============================================================================================== */
/* *
-----------------------------------------------------------------*/
.js-loading {
  width: calc(100% - 275px);
  min-width: 805px;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  z-index: 10000;
}

.js-loading::after {
  content: "";
  width: 100%;
  height: 100%;
  background: white;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
}

.js-loading.is-load {
  width: 0;
  min-width: 0;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
  -webkit-transition-delay: .2s;
  -o-transition-delay: .2s;
  transition-delay: .2s;
}

.js-loading.is-load::after {
  width: 0;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}

.js-loading__txt {
  font-weight: bold;
  position: relative;
  z-index: 10000;
  color: #333;
  font-size: 13px;
  font-size: 1.3rem;
}

.js-loading__txt.is-close {
  margin-top: 15px;
  opacity: 0;
}

.js-loading__txt::before {
  content: "";
  width: 266px;
  height: 40px;
  background: url(../images/common/logo2.svg) no-repeat center center/cover;
  position: absolute;
  top: -60px;
  left: 50%;
  display: block;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

/* ==============================================================================================
トップページ
============================================================================================== */
.l-main {
  overflow: hidden;
}

/* メインビジュアル
-----------------------------------------------------------------*/
.t-home-hero {
  position: relative;
}

.t-home-hero__heading {
  position: absolute;
  top: 65px;
  left: 110px;
  z-index: 100;
}

@media screen and (max-width: 767px) {
  .t-home-hero__heading {
    display: none;
  }
}

.t-home-hero .slick-slide {
  width: calc(100% - 275px);
}

.t-home-hero__slide img {
  width: 100%;
  height: auto;
}

/* 診療案内カラムエリア
-----------------------------------------------------------------*/
.t-service-list {
  border-bottom: 1px solid #d9d9d9;
}

@media screen and (max-width: 767px) {
  .t-service-list {
    border-bottom: none;
  }
}

.t-service-cell {
  width: 33.33%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  border-right: 1px solid #d9d9d9;
}

@media screen and (max-width: 767px) {
  .t-service-cell {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #d9d9d9;
  }
}

.t-service-cell:last-child {
  border-right: none;
}

.t-service-cell a {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 50px 11.7% 50px 11.7%;
}

@media screen and (max-width: 767px) {
  .t-service-cell a {
    padding: 30px;
  }
}

.t-service-cell:nth-child(2) .t-service-cell__heading {
  margin-top: -3px;
}

.t-service-cell:nth-child(3) .t-service-cell__heading {
  margin-top: 3px;
}

@media screen and (max-width: 767px) {
  .t-service-cell__heading {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
}

.t-service-cell__heading__main {
  color: #333;
  padding-top: 27px;
  padding-top: 2.7rem;
  font-size: 33px;
  font-size: 3.3rem;
}

@media screen and (max-width: 767px) {
  .t-service-cell__heading__main {
    padding-left: 10px;
    padding-left: 1rem;
    font-size: 20px;
    font-size: 2rem;
    padding-top: 0;
  }
}

.t-service-cell__heading__en {
  color: #b6b6b6;
  padding-top: 12px;
  text-transform: uppercase;
  font-size: 10px;
  font-size: 1rem;
}

@media screen and (max-width: 767px) {
  .t-service-cell__heading__en {
    padding-top: 10px;
    display: none;
  }
}

.t-service-cell__copy {
  color: #555;
  padding-top: 23px;
  padding-top: 2.3rem;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.76923;
}

@media screen and (max-width: 767px) {
  .t-service-cell__copy {
    padding-top: 15px;
    padding-top: 1.5rem;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.66667;
  }
}

.t-service-cell .c-button, .t-service-cell .c-button--large, .t-service-cell .c-button--pink, .t-service-cell .c-button--form {
  margin-top: 35px;
  margin-top: 3.5rem;
}

@media screen and (max-width: 767px) {
  .t-service-cell .c-button, .t-service-cell .c-button--large, .t-service-cell .c-button--pink, .t-service-cell .c-button--form {
    margin-top: 15px;
    margin-top: 1.5rem;
  }
}

.t-svg-dental {
  fill: #d9d9d9;
}

a:hover .t-svg-dental {
  fill: #438849;
}

.t-svg-dental1 {
  width: 36px;
  height: 40px;
}

@media screen and (max-width: 767px) {
  .t-svg-dental1 {
    width: 19.8px;
    height: 20px;
  }
}

.t-svg-dental2 {
  width: 39px;
  height: 42px;
}

@media screen and (max-width: 767px) {
  .t-svg-dental2 {
    width: 21.45px;
    height: 21px;
  }
}

.t-svg-dental3 {
  width: 43px;
  height: 35px;
}

@media screen and (max-width: 767px) {
  .t-svg-dental3 {
    width: 23.65px;
    height: 17.5px;
  }
}

/* 当院について
-----------------------------------------------------------------*/
.t-home-about {
  background: url(../images/home/about_bg.jpg) no-repeat center 0/cover;
  padding: 60px 0;
}

@media screen and (max-width: 767px) {
  .t-home-about {
    padding: 30px 0;
    background-size: 160%;
  }
}

.t-home-about__body {
  width: 60%;
  max-width: 512px;
  min-width: 612px;
  border-radius: 2px;
  margin: 0 auto;
  padding: 50px 0;
  background: #fff;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
}

@media screen and (max-width: 767px) {
  .t-home-about__body {
    width: 85%;
    padding: 25px;
    min-width: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}

.t-home-about__body .c-txt-medium {
  text-align: center;
  padding-top: 33px;
  padding-top: 3.3rem;
}

@media screen and (max-width: 767px) {
  .t-home-about__body .c-txt-medium {
    font-size: 12px;
    font-size: 1.2rem;
    padding-top: 20px;
    padding-top: 2rem;
  }
}

.t-home-about__body .c-button, .t-home-about__body .c-button--large, .t-home-about__body .c-button--pink, .t-home-about__body .c-button--form {
  width: 42.92%;
  margin: 30px auto 0 auto;
}

@media screen and (max-width: 767px) {
  .t-home-about__body .c-button, .t-home-about__body .c-button--large, .t-home-about__body .c-button--pink, .t-home-about__body .c-button--form {
    width: 100%;
    margin-top: 20px;
  }
}

/* お知らせ
-----------------------------------------------------------------*/
.t-home-news {
  position: relative;
}

.t-home-news .c-button-ib, .t-home-news .c-button-ib--map {
  position: absolute;
  top: 10px;
  right: 0;
}

@media screen and (max-width: 767px) {
  .t-home-news .c-button-ib, .t-home-news .c-button-ib--map {
    position: static;
    margin-top: 20px;
    margin-top: 2rem;
  }
}

/* カラムリンク
-----------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  .t-home-colums {
    display: block;
  }
  .t-home-colums .c-colum__block {
    width: 100%;
  }
  .t-home-colums .c-card__inner {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
  }
}

@media screen and (max-width: 767px) {
  .t-home-colums .c-icon--arrow-r::after, .t-home-colums .c-icon--arrow-r.is-white::before {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .t-home-colums .c-txt-xsmall {
    font-size: 11px;
    font-size: 1.1rem;
  }
}

/* ============================================================================================== */
/* スタイル */
/* ============================================================================================== */
/* 当院について
-----------------------------------------------------------------*/
.t-about-concept {
  position: relative;
}

.t-about-concept__body {
  padding-top: 220px;
}

.t-about-concept__body .c-txt-xsmall {
  font-weight: bold;
  text-transform: uppercase;
}

@media screen and (max-width: 767px) {
  .t-about-concept__body {
    padding-top: 0;
    text-align: center;
  }
  .t-about-concept__body .c-txt-xsmall {
    text-align: center;
  }
}

.t-about-concept__heading {
  font-weight: normal;
  position: relative;
  z-index: 10;
  margin-top: 6px;
  margin-top: 0.6rem;
  letter-spacing: 0.08em;
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1.54167;
}

@media screen and (max-width: 767px) {
  .t-about-concept__heading {
    text-align: center;
    letter-spacing: 0em;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.53333;
  }
}

.t-about-concept__heading + .c-txt-medium {
  padding-top: 29px;
  padding-top: 2.9rem;
}

@media screen and (max-width: 767px) {
  .t-about-concept__heading + .c-txt-medium {
    padding-top: 30px;
    padding-top: 3rem;
  }
}

.t-about__slide {
  width: 80%;
  position: absolute;
  top: 0;
  right: 0;
}

@media screen and (max-width: 767px) {
  .t-about__slide {
    width: 100%;
    position: static;
    margin-top: 30px;
  }
}

.t-about-accent__visual {
  padding-top: 10px;
  padding-top: 1rem;
  padding-bottom: 50px;
  padding-bottom: 5rem;
}

.t-about-accent__visual img {
  margin: 0 auto;
  display: block;
}

@media screen and (max-width: 767px) {
  .t-about-accent__visual {
    padding-top: 0;
    padding-bottom: 25px;
    padding-bottom: 2.5rem;
  }
  .t-about-accent__visual img {
    width: 100%;
    height: auto;
  }
}

.t-accent-box {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.t-accent-box .c-box__pict {
  min-width: 129px;
}

@media screen and (max-width: 767px) {
  .t-accent-box .c-box__pict {
    min-width: auto;
  }
}

.t-accent-box .c-box__body {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: calc(100% - 129px);
}

@media screen and (max-width: 767px) {
  .t-accent-box .c-box__body {
    width: 100%;
  }
}

.t-about-accent3 {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

@media screen and (max-width: 767px) {
  .t-about-accent3 {
    display: block;
  }
}

.t-about-accent3 figure {
  width: 30%;
}

@media screen and (max-width: 767px) {
  .t-about-accent3 figure {
    width: 100%;
  }
}

.t-about-accent3 figure img {
  width: 100%;
  height: auto;
}

.t-about-accent3__block:last-child {
  width: 70%;
  padding-left: 30px;
  padding-left: 3rem;
}

@media screen and (max-width: 767px) {
  .t-about-accent3__block:last-child {
    width: 100%;
    padding-left: 0;
    padding-top: 15px;
  }
}

.t-about-exp {
  position: relative;
}

.t-about-exp__hero {
  position: relative;
  margin-bottom: 77px;
}

@media screen and (max-width: 767px) {
  .t-about-exp__hero {
    margin-bottom: 20px;
  }
}

.t-about-exp__pict img {
  width: 100%;
  height: auto;
}

.t-about-exp__heading {
  font-weight: normal;
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1.54167;
  position: absolute;
  bottom: -54px;
  left: 32px;
}

@media screen and (max-width: 767px) {
  .t-about-exp__heading {
    position: static;
    text-align: left;
    margin-top: 20px;
    font-size: 15px;
    font-size: 1.5rem;
  }
}

.t-about-exp__hero__lead {
  padding-left: 33px;
}

@media screen and (max-width: 767px) {
  .t-about-exp__hero__lead {
    padding-left: 0;
  }
}

.t-about-exp-box__title {
  color: #438849;
}

@media screen and (max-width: 767px) {
  .t-about-exp-box__title {
    padding-top: 10px;
  }
}

/* 医療費控除
-----------------------------------------------------------------*/
.t-cost {
  border: 1px solid #e1e1e1;
  font-weight: bold;
  text-align: center;
  padding: 30px;
  font-size: 16px;
  font-size: 1.6rem;
}

@media screen and (max-width: 767px) {
  .t-cost {
    padding: 10px 5px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.66667;
  }
}

/* 診療案内 - インプラント
-----------------------------------------------------------------*/
.t-implant-lead > figure {
  width: 39.30%;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -moz-order: -1;
  -ms-flex-order: -1;
  order: -1;
}

.t-implant-lead > figure img {
  width: 82.20%;
  height: auto;
  position: relative;
  left: 18px;
}

@media screen and (max-width: 767px) {
  .t-implant-lead > figure {
    display: none;
  }
}

.t-implant-lead .u-flex__block:first-child {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.t-implant-about .u-flex__block {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.t-implant-about .u-flex__block:first-child {
  width: 54.33%;
}

@media screen and (max-width: 767px) {
  .t-implant-about .u-flex__block:first-child {
    width: 100%;
  }
}

.t-implant-about .u-flex__block:last-child {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-left: 40px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .t-implant-about .u-flex__block:last-child {
    display: block;
    margin-left: 0;
    margin-top: 20px;
    padding: 20px;
  }
}

.t-implant-about .u-flex__block:last-child img {
  width: 77.63%;
  max-width: 276px;
  height: auto;
}

@media screen and (max-width: 767px) {
  .t-implant-about .u-flex__block:last-child img {
    width: 80%;
  }
}

.t-implant-accent .c-card2 .c-txt-xsmall {
  font-size: 14px;
  font-size: 1.4rem;
}

@media screen and (max-width: 767px) {
  .t-implant-accent .c-card2 .c-txt-xsmall {
    font-size: 13px;
    font-size: 1.3rem;
  }
}

.t-implant-timeing .c-button, .t-implant-timeing .c-button--large, .t-implant-timeing .c-button--pink, .t-implant-timeing .c-button--form {
  width: 47.68%;
  margin: 40px auto 0 auto;
}

@media screen and (max-width: 767px) {
  .t-implant-timeing .c-button, .t-implant-timeing .c-button--large, .t-implant-timeing .c-button--pink, .t-implant-timeing .c-button--form {
    width: 100%;
    margin-top: 20px;
  }
}

.t-implant-price {
  background: #fcfcfc;
  border: 1px solid #e1e1e1;
  padding: 40px 40px 35px 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .t-implant-price {
    padding: 20px;
  }
}

.t-implant-price .c-colum-flex {
  -webkit-align-content: stretch;
  -moz-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

.t-implant-price__block {
  background: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 30px 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 0 9px 4px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 9px 4px rgba(0, 0, 0, 0.05);
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-align-content: center;
  -moz-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .t-implant-price__block {
    width: 100% !important;
    margin-top: 30px;
    padding: 15px 0;
  }
  .t-implant-price__block:first-child {
    margin-top: 0;
  }
}

.t-implant-price__block::after {
  content: "";
  width: 19px;
  height: 19px;
  background: url(../images/common/icon/plus.svg) no-repeat left top/cover;
  position: absolute;
  top: 50%;
  left: -33px;
  display: block;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (max-width: 767px) {
  .t-implant-price__block::after {
    width: 14px;
    height: 14px;
    top: auto;
    bottom: -28px;
    left: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
}

.t-implant-price__block:first-child::after {
  display: none;
}

@media screen and (max-width: 767px) {
  .t-implant-price__block:first-child::after {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .t-implant-price__block:nth-child(3)::after {
    display: none;
  }
}

.t-implant-price__block dt {
  font-weight: bold;
  font-size: 13px;
  font-size: 1.3rem;
}

@media screen and (max-width: 767px) {
  .t-implant-price__block dt {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.t-implant-price__block dd {
  padding-top: 5px;
  font-weight: bold;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.42857;
}

@media screen and (max-width: 767px) {
  .t-implant-price__block dd {
    padding-top: 5px;
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.t-implant-price__block dd .t-implant-num {
  font-size: 180%;
  color: #438849;
}

.t-implant-price__block .t-implant__mintxt {
  position: relative;
  top: 2px;
  display: block;
  font-size: 12px;
  font-size: 1.2rem;
}

@media screen and (max-width: 767px) {
  .t-implant-price__block .t-implant__mintxt {
    top: 3px;
  }
}

.t-implant-price .c-txt-notice {
  padding-top: 21px;
  display: block;
}

@media screen and (max-width: 767px) {
  .t-implant-price .c-txt-notice {
    padding-top: 15px;
  }
}

/* 診療案内 - 歯周病
-----------------------------------------------------------------*/
.t-periodontal-breeder__outline .u-flex__block:first-child {
  width: 40.46%;
}

@media screen and (max-width: 767px) {
  .t-periodontal-breeder__outline .u-flex__block:first-child {
    width: 100%;
  }
}

.t-periodontal-breeder__outline .u-flex__block:last-child {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 30px;
}

@media screen and (max-width: 767px) {
  .t-periodontal-breeder__outline .u-flex__block:last-child {
    width: 100%;
    padding-left: 0;
    padding-top: 20px;
  }
}

.t-periodontal-breeder__outline .u-flex__block .u-img-line {
  padding: 25px 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}

.t-periodontal-breeder__outline .u-flex__block img {
  width: 67.57%;
  max-width: 237px;
  height: auto;
}

.t-periodontal-breeder__outline dl dd {
  padding-top: 16px;
}

@media screen and (max-width: 767px) {
  .t-periodontal-breeder__outline dl dd {
    padding-top: 10px;
  }
}

.c-colum-twin .c-colum__block {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}

.c-colum-twin .c-colum__block:first-child::after {
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  right: -6%;
  display: block;
  background: #e5e5e5;
}

/* 診療案内 - 訪問歯科
-----------------------------------------------------------------*/
.t-visit-info .u-flex__block:first-child {
  width: 38.72%;
}

@media screen and (max-width: 767px) {
  .t-visit-info .u-flex__block:first-child {
    width: 100%;
  }
}

.t-visit-info .u-flex__block:last-child {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 30px;
}

@media screen and (max-width: 767px) {
  .t-visit-info .u-flex__block:last-child {
    padding-left: 0;
    padding-top: 20px;
  }
}

/* 採用情報
-----------------------------------------------------------------*/
.t-recruit__heading {
  width: 29.42%;
  font-weight: bold;
  font-size: 24px;
  font-size: 2.4rem;
}

@media screen and (max-width: 767px) {
  .t-recruit__heading {
    width: 100%;
    text-align: left;
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.t-recruit__body {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

@media screen and (max-width: 767px) {
  .t-recruit__body {
    padding-top: 20px;
    padding-top: 2rem;
  }
}

.t-recruit .c-table.c-txt-medium {
  font-size: 16px;
  font-size: 1.6rem;
}

@media screen and (max-width: 767px) {
  .t-recruit .c-table.c-txt-medium {
    font-size: 13px;
    font-size: 1.3rem;
  }
}

/* 院内紹介
-----------------------------------------------------------------*/
.t-facilities .c-card__txt__copy {
  line-height: 1.85714;
}

@media screen and (max-width: 767px) {
  .t-facilities .c-card__txt__copy {
    line-height: 1.5;
  }
}

.t-facilities .c-colum-flex--3-4p .c-card__txt__copy {
  line-height: 1.76923;
}

@media screen and (max-width: 767px) {
  .t-facilities .c-colum-flex--3-4p .c-card__txt__copy {
    line-height: 1.5;
  }
}

/* 診療案内 - 矯正治療
-----------------------------------------------------------------*/
.t-orthodontic-doctor {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

@media screen and (max-width: 767px) {
  .t-orthodontic-doctor {
    display: block;
  }
}

.t-orthodontic-doctor__block:first-child {
  width: 30%;
}

@media screen and (max-width: 767px) {
  .t-orthodontic-doctor__block:first-child {
    width: 100%;
  }
}

.t-orthodontic-doctor__block:first-child img {
  width: 100%;
  height: auto;
}

.t-orthodontic-doctor__block:last-child {
  width: 70%;
  padding-left: 3.46%;
}

@media screen and (max-width: 767px) {
  .t-orthodontic-doctor__block:last-child {
    width: 100%;
    padding-left: 0;
    padding-top: 20px;
  }
}

/* スタッフ紹介
-----------------------------------------------------------------*/
.t-staff-main {
  position: relative;
  border-bottom: 1px solid #ededed;
}

.t-staff-main .l-content--medium {
  padding-bottom: 70px;
  padding-bottom: 7rem;
}

@media screen and (max-width: 767px) {
  .t-staff-main .l-content--medium {
    padding-bottom: 30px;
    padding-bottom: 3rem;
  }
}

.t-staff-main__mainarea {
  position: relative;
  padding-bottom: 60px;
  padding-bottom: 6rem;
}

@media screen and (max-width: 767px) {
  .t-staff-main__mainarea {
    padding-bottom: 30px;
    padding-bottom: 3rem;
  }
}

.t-staff-main__txt {
  width: 47.39%;
}

@media screen and (max-width: 767px) {
  .t-staff-main__txt {
    width: 100%;
  }
}

.t-staff-main__list {
  border-top: 1px solid #ededed;
  padding-top: 60px;
  padding-top: 6rem;
}

@media screen and (max-width: 767px) {
  .t-staff-main__list {
    display: block;
    padding-top: 30px;
    padding-top: 3rem;
  }
  .t-staff-main__list .c-colum__block {
    width: 100%;
  }
  .t-staff-main__list .t-staff-capacity {
    padding-top: 10px;
    padding-top: 1rem;
  }
}

@media screen and (max-width: 1200px) {
  .t-staff-main__comment {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.84615;
  }
}

@media screen and (max-width: 767px) {
  .t-staff-main__comment {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.84615;
  }
}

.t-staff-main__pict {
  position: absolute;
  bottom: 0;
  right: -43px;
  width: 42%;
  min-width: 480px;
}

.t-staff-main__pict img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 1251px) {
  .t-staff-main__pict {
    right: -100px;
    width: 68%;
    min-width: none;
  }
  .t-staff-main__pict img {
    height: auto;
  }
}

@media screen and (max-width: 1010px) {
  .t-staff-main__pict {
    right: -120px;
  }
}

@media screen and (max-width: 767px) {
  .t-staff-main__pict {
    position: relative;
    width: 100%;
    bottom: auto;
    right: auto;
    height: 240px;
    min-width: auto;
    overflow: hidden;
    margin: 0 auto 30px auto;
    padding: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #efefef;
  }
  .t-staff-main__pict img {
    width: 60%;
    height: auto;
    margin: 0 auto;
    display: block;
  }
}

.t-staff-main__pict::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
}

.t-staff-job__list {
  margin-top: 6px;
}

.t-staff-capacity__list {
  margin-top: 6px;
  margin-left: 0;
  // font-size: 0;
}

.t-staff-capacity__list > li {
  display: inline;
}

.t-staff-capacity__list > li::after {
  content: "/";
  margin: 0 .5em;
  opacity: .8;
}

.t-staff-capacity__list > li:last-child::after {
  display: none;
}

.t-staff-member {
  margin-top: 30px;
  margin-top: 3rem;
}

.t-staff-member:first-child {
  margin-top: 0;
}

@media screen and (max-width: 767px) {
  .t-staff-member {
    margin-top: 20px;
    margin-top: 2rem;
  }
}

.t-staff-member__body {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.t-staff-member__body .t-staff-member__pict {
  width: 32.36%;
  max-width: 280px;
}

.t-staff-member__body .t-staff-member__pict img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 767px) {
  .t-staff-member__body .t-staff-member__pict {
    width: 25%;
  }
}

.t-staff-member__body figcaption {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 40px;
  padding-left: 4rem;
  padding-top: 10px;
  padding-top: 1rem;
}

@media screen and (max-width: 767px) {
  .t-staff-member__body figcaption {
    padding-left: 15px;
    padding-left: 1.5rem;
  }
}

.t-staff-member__body .t-staff-job {
  padding-right: 30px;
  padding-right: 3rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.t-staff-member__body .t-staff-job th {
  width: 40%;
}

@media screen and (max-width: 767px) {
  .t-staff-member__body .t-staff-job {
    padding-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .t-staff-member__body .t-staff-job {
    display: block;
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .t-staff-member__body .t-staff-capacity {
    display: block;
    width: 100%;
    margin-top: 10px;
  }
}

.t-staff-team {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

@media screen and (max-width: 767px) {
  .t-staff-team {
    display: block;
  }
}

.t-staff-team__pict {
  width: 42.77%;
  max-width: 370px;
  display: block;
}

.t-staff-team__pict img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 767px) {
  .t-staff-team__pict {
    width: 100%;
    max-width: 100%;
  }
}

.t-staff-team__txt {
  width: 57.23%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 30px;
}

@media screen and (max-width: 767px) {
  .t-staff-team__txt {
    width: 100%;
    display: block;
    padding-left: 0;
    padding-top: 20px;
  }
}

.t-staff-notice {
  margin-top: 90px;
  margin-top: 9rem;
  border: 4px solid #eaeaea;
  padding: 26px 26px 16px 22px;
}

@media screen and (max-width: 767px) {
  .t-staff-notice {
    margin-top: 40px;
    margin-top: 4rem;
    border-width: 2px;
    padding: 16px 16px 6px 12px;
  }
}

.t-staff-notice .c-txt-small2, .t-staff-notice .t-staff-capacity__list > li span, .t-staff-capacity__list > li .t-staff-notice span, .t-staff-notice .t-staff-capacity__list > li::after {
  color: #333;
  letter-spacing: 0.1em;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.76923;
}

@media screen and (max-width: 767px) {
  .t-staff-notice .c-txt-small2, .t-staff-notice .t-staff-capacity__list > li span, .t-staff-capacity__list > li .t-staff-notice span, .t-staff-notice .t-staff-capacity__list > li::after {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.6;
  }
}

/* 歯を失った場合の治療
-----------------------------------------------------------------*/
.t-cure.is-old {
  margin-bottom: 50px;
  margin-bottom: 5rem;
  position: relative;
}

@media screen and (max-width: 767px) {
  .t-cure.is-old {
    margin-bottom: 30px;
    margin-bottom: 3rem;
  }
}

.t-cure.is-old::before {
  content: "";
  width: 107px;
  height: 25px;
  background: url(../images/common/obj_triangle.svg) no-repeat left top/cover;
  position: absolute;
  bottom: -25px;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: block;
}

@media screen and (max-width: 767px) {
  .t-cure.is-old::before {
    width: 64.2px;
    height: 15px;
    bottom: -15px;
  }
}

.t-cure__heading {
  text-align: center;
  font-weight: bold;
  padding: 20px 0;
  border-radius: 4px 4px 0 0;
  font-size: 18px;
  font-size: 1.8rem;
}

@media screen and (max-width: 767px) {
  .t-cure__heading {
    padding: 16px 0;
    font-size: 15px;
    font-size: 1.5rem;
  }
}

.is-old .t-cure__heading {
  background: #e8f3e9;
  color: #438849;
}

.is-implant .t-cure__heading {
  background: #ffecbf;
  color: #333333;
}

.t-cure__body {
  border: 1px solid #dbdbdb;
  border-radius: 0 0 4px 4px;
  border-top: 0;
}

@media screen and (max-width: 767px) {
  .t-cure__body {
    padding-bottom: 15px;
  }
}

.t-cure__inner {
  padding: 30px;
}

@media screen and (max-width: 767px) {
  .t-cure__inner {
    padding: 20px 15px 5px 15px;
  }
}

.is-implant .t-cure__inner {
  padding: 0 30px;
  margin: 30px 0;
}

@media screen and (max-width: 767px) {
  .is-implant .t-cure__inner {
    padding: 0 15px;
    margin: 20px 0 0 0;
  }
}

.t-cure__header {
  text-align: center;
  padding-bottom: 20px;
  padding-bottom: 2rem;
}

@media screen and (max-width: 767px) {
  .t-cure__header {
    padding-bottom: 15px;
    padding-bottom: 1.5rem;
  }
}

.t-cure__header__label {
  font-size: 12px;
  font-size: 1.2rem;
}

.t-cure__header__title {
  font-weight: bold;
  padding-top: 10px;
  padding-top: 1rem;
  font-size: 18px;
  font-size: 1.8rem;
}

.is-implant .t-cure__header__title {
  padding-top: 0;
  font-size: 14px;
  font-size: 1.4rem;
}

.t-cure__copy {
  margin-top: 9px;
  margin-top: 0.9rem;
  line-height: 1.53846;
}

@media screen and (max-width: 767px) {
  .t-cure__copy {
    margin-top: 10px;
    margin-top: 1rem;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.66667;
  }
}

.t-cure__list {
  margin-top: 23px;
  margin-top: 2.3rem;
  line-height: 1.53846;
}

@media screen and (max-width: 767px) {
  .t-cure__list {
    margin-top: 15px;
    margin-top: 1.5rem;
  }
}

.t-cure__list dl {
  border-top: 1px solid #e5e5e5;
  padding-top: 10px;
  padding-top: 1rem;
  padding-bottom: 15px;
  padding-bottom: 1.5rem;
}

@media screen and (max-width: 767px) {
  .t-cure__list dl {
    padding-bottom: 10px;
    padding-bottom: 1rem;
  }
}

.t-cure__list dl:last-child {
  border-bottom: 1px solid #e5e5e5;
}

.t-cure__list dl dt {
  font-weight: bold;
  padding-bottom: 5px;
  padding-bottom: 0.5rem;
}

.t-cure .c-colum-flex--3 .c-colum__block {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.t-cure-implant-box {
  width: 100%;
  padding: 0 30px;
  margin-bottom: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .t-cure-implant-box {
    padding: 0 15px;
    margin-bottom: 20px;
    margin-top: 15px;
  }
}

.t-cure-implant-box .c-list--disc {
  line-height: 2;
}

.t-cure-implant-box .c-list--disc li::before {
  top: .8em;
}

@media screen and (max-width: 767px) {
  .t-cure-implant-box .c-list--disc li::before {
    top: .5em;
  }
}

@media screen and (max-width: 767px) {
  .t-cure-implant-box .c-list--disc {
    line-height: 1.53846;
  }
}

/* 自費治療
-----------------------------------------------------------------*/
.t-creditcard {
  border: 1px solid #e5e5e5;
}

.t-creditcard-list {
  list-style: none;
  padding: 30px;
  margin-bottom: -20px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  .t-creditcard-list {
    padding: 15px;
    margin-bottom: -10px;
  }
}

.t-creditcard-list__item {
  margin-right: 20px;
  margin-bottom: 20px;
  height: 52px;
}

@media screen and (max-width: 767px) {
  .t-creditcard-list__item {
    height: 30px;
    margin-right: 10px;
    margin-bottom: 10px;
  }
}

.t-creditcard-list__item:last-child {
  margin-right: 0;
}

.t-creditcard-list__item img {
  height: 100%;
  width: auto;
}

/* ==============================================================================================
フォーム設定
各パーツをセットにさせるため、親クラスでまとめる。
============================================================================================== */
/* カラー設定
-----------------------------------------------------------------*/
/* 各種リセット
-----------------------------------------------------------------*/
.t-form input[type="text"],
.t-form input[type="tel"],
.t-form input[type="email"],
.t-form input[type="number"],
.t-form textarea {
  height: 50px;
  color: #000000;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-appearance: none;
  border: 1px solid #e1e1e1;
  background: #fcfcfc;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin: 0;
  border-radius: 0;
  line-height: 1.75;
  padding: .83em .7em .83em .75em;
  line-height: 1.71429;
  font-size: 14px;
  font-size: 1.4rem;
}

@media screen and (max-width: 767px) {
  .t-form input[type="text"],
  .t-form input[type="tel"],
  .t-form input[type="email"],
  .t-form input[type="number"],
  .t-form textarea {
    height: 35px;
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.sp .t-form input[type="text"], .sp
.t-form input[type="tel"], .sp
.t-form input[type="email"], .sp
.t-form input[type="number"], .sp
.t-form textarea {
  height: 50px;
  font-size: 16px;
  font-size: 1.6rem;
}

.t-form input:focus,
.t-form textarea:focus,
.t-form select:focus,
.t-form .c-select select:focus {
  border: 1px solid #e9940f;
  background: #fcfcfc;
}

.t-form input:hover,
.t-form textarea:hover,
.t-form select:hover,
.t-form .c-select select:hover {
  border: 1px solid #e9940f;
  background: #fcfcfc;
}

.t-form select {
  height: 50px;
  background: #fcfcfc;
  line-height: 1.71429;
  font-size: 14px;
  font-size: 1.4rem;
}

@media screen and (max-width: 767px) {
  .t-form select {
    height: 35px;
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.sp .t-form select {
  height: 50px;
  font-size: 16px;
  font-size: 1.6rem;
}

.t-form option:first-child {
  color: red;
}

.t-form textarea {
  height: 190px;
  display: block;
  resize: vertical;
}

@media (max-width: 767px) {
  .t-form textarea {
    height: 150px !important;
  }
}

@media screen and (max-width: 767px) {
  .t-form textarea {
    height: 150px;
  }
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}

:placeholder-shown {
  color: darkgray;
  font-family: "Helvetica Neue", "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ Pro", "メイリオ", "Meiryo", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "Helvetica", "Verdana", sans-serif;
}

::-webkit-input-placeholder {
  color: darkgray;
  font-family: "Helvetica Neue", "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ Pro", "メイリオ", "Meiryo", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "Helvetica", "Verdana", sans-serif;
}

:-ms-input-placeholder {
  color: darkgray;
  font-family: "Helvetica Neue", "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ Pro", "メイリオ", "Meiryo", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "Helvetica", "Verdana", sans-serif;
}

::-ms-input-placeholder {
  color: darkgray;
  font-family: "Helvetica Neue", "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ Pro", "メイリオ", "Meiryo", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "Helvetica", "Verdana", sans-serif;
}

::placeholder {
  color: darkgray;
  font-family: "Helvetica Neue", "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ Pro", "メイリオ", "Meiryo", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "Helvetica", "Verdana", sans-serif;
}

:-ms-input-placeholder {
  color: darkgray;
  font-family: "Helvetica Neue", "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ Pro", "メイリオ", "Meiryo", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "Helvetica", "Verdana", sans-serif;
}

:-moz-placeholder {
  color: darkgray;
  font-family: "Helvetica Neue", "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ Pro", "メイリオ", "Meiryo", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "Helvetica", "Verdana", sans-serif;
}

::-moz-placeholder {
  color: darkgray;
  font-family: "Helvetica Neue", "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ Pro", "メイリオ", "Meiryo", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "Helvetica", "Verdana", sans-serif;
}

::-webkit-input-placeholder {
  color: darkgray;
  font-family: "Helvetica Neue", "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ Pro", "メイリオ", "Meiryo", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "Helvetica", "Verdana", sans-serif;
}

/* フォームエリア
-----------------------------------------------------------------*/
.t-form__note {
  font-size: 10px;
  font-size: 1rem;
  line-height: 1;
  padding: 15px 0 5px 0;
}

/* フォーム：テーブル
-----------------------------------------------------------------*/
.t-form__table {
  width: 100%;
  margin: 0 auto 40px auto;
  border-collapse: collapse;
  border-top: #e8e8e8 solid 1px;
}

@media screen and (max-width: 767px) {
  .t-form__table {
    display: block;
    margin: 0 auto 25px auto;
  }
}

.t-form__table tr th,
.t-form__table tr td {
  vertical-align: middle;
  line-height: 2;
  padding: 20px 0 20px 0;
  border-bottom: #e8e8e8 solid 1px;
  font-size: 15px;
  font-size: 1.5rem;
}

.t-form__table .is-ver--top th,
.t-form__table .is-ver--top td {
  vertical-align: top;
}

.t-form__table th {
  width: 30%;
  color: #333333;
  text-align: left;
  position: relative;
  font-weight: bold;
  padding: 20px 0;
}

@media screen and (max-width: 767px) {
  .t-form__table tbody,
  .t-form__table tr,
  .t-form__table tr th,
  .t-form__table tr td {
    display: block;
    font-size: 13px;
    font-size: 1.3rem;
  }
  .t-form__table tr th {
    font-weight: bold;
  }
  .t-form__table tr th,
  .t-form__table tr td {
    width: auto;
    border-bottom: none;
    padding-bottom: 0;
  }
  .t-form__table tr th,
  .t-form__table tr:first-child th {
    padding: 18px 0 10px 0;
  }
  .t-form__table tr td {
    padding: 0px 0 25px 0;
    border-bottom: #e8e8e8 solid 1px;
  }
  .t-form__table .c-txt-xsmall {
    color: #777;
    font-weight: normal;
  }
}

.t-form__table .t-form-table--check tr.var_t th {
  vertical-align: middle;
  padding: 10px 0 0 0;
  top: 0 !important;
}

.t-form__table tr.var_t th {
  vertical-align: top;
}

.t-form__table tr.var_t th label {
  display: block;
  position: relative;
}

.t-form__table tr th .is-required::after {
  content: "必須";
  background: #e9940f;
  color: #fff;
  line-height: 1.4;
  padding: 0.4em 0.55em;
  position: absolute;
  right: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 12px;
  font-size: 1.2rem;
}

@media screen and (max-width: 767px) {
  .t-form__table tr th .is-required::after {
    margin-left: 1em;
    position: relative;
    right: 0;
    top: -1px;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    font-size: 10px;
    font-size: 1rem;
  }
}

.t-form__table tr.is-ver--top th .is-required::after {
  top: 22px;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

@media screen and (max-width: 767px) {
  .t-form__table tr.is-ver--top th .is-required::after {
    top: -2px;
  }
}

.t-form__table tr td {
  color: #333333;
  padding-left: 0;
  text-align: left;
}

/* フォーム：リスト
-----------------------------------------------------------------*/
.t-form__list {
  list-style: none;
  border-top: 1px solid #e8e8e8;
}

.t-form__list li {
  width: 50%;
  float: left;
  padding: 20px 0 18px 0;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.4;
  border-bottom: 1px solid #e8e8e8;
  font-weight: bold;
}

.t-form__list li:last-child {
  width: 100%;
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .t-form__list li {
    width: 50%;
    float: left;
    margin-bottom: 0px;
    display: block;
    margin-right: 0;
    padding: 0;
    border-bottom: 1px solid #e8e8e8;
    font-size: 12px;
    font-size: 1.2rem;
  }
  .t-form__list li label {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 12px 2em 12px 2em !important;
  }
}

.t-form__list--inline {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

/* アクセサリ：セレクト
-----------------------------------------------------------------*/
.t-form__select {
  font-family: inherit;
  font-weight: normal;
  width: 100%;
  line-height: 2.28;
  padding: .6em 0 .6em 1em;
  border: 1px solid #d9d9d9;
  background: #fff;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -o-text-overflow: "";
  text-overflow: "";
  position: relative;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .t-form__select {
    padding: .1em 0 .1em .5em;
  }
}

.c-select,
.t-form__select {
  display: block;
  position: relative;
}

.c-select::after,
.t-form__select::after {
  content: "";
  display: block;
  width: 14px;
  height: 8px;
  width: 1.4rem;
  height: .8rem;
  background: url(../images/common/icon/arrow_bottom.svg) no-repeat center center/cover;
  position: absolute;
  right: 20px;
  right: 2rem;
  top: 50%;
  zoom: 1;
  z-index: 10;
  pointer-events: none;
  opacity: 0.3;
  filter: alpha(opacity=30);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (max-width: 767px) {
  .c-select::after,
  .t-form__select::after {
    width: 14px;
    height: 14px;
    background-size: contain;
  }
}

/* アクセサリ：セレクト（単体使用時）
-----------------------------------------------------------------*/
.t-form__select--single select {
  width: 100%;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: normal !important;
  color: #fff;
  padding: 0;
  padding-right: 1.3em;
  border: none;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-indent: 0;
  -o-text-overflow: "";
  text-overflow: "";
  position: relative;
}

.t-form__select--single::after {
  font-size: 13px;
  font-size: 1.3rem;
  right: 0 !important;
}

/* アクセサリ：ラジオボタン
-----------------------------------------------------------------*/
.t-form input[type="radio"] {
  display: none;
}

.t-form .label--radio {
  display: inline-block;
  cursor: pointer;
  margin-right: 2em;
  padding-left: 2em;
  position: relative;
}

@media screen and (max-width: 767px) {
  .t-form .label--radio {
    margin-right: 1em;
  }
}

.sp .t-form .label--radio {
  font-weight: bold;
  font-size: 15px;
  font-size: 1.5rem;
}

.t-form .label--radio:before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  background: transparent;
  border: 1px solid #cccccc;
  position: absolute;
  left: 0;
  top: 50%;
  border-radius: 50%;
  background: #fff;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (max-width: 767px) {
  .t-form .label--radio:before {
    width: 14px;
    height: 14px;
  }
}

.sp .t-form .label--radio:before {
  width: 22px;
  height: 22px;
}

.t-form input[type="radio"] + .label--radio::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background: #e9940f;
  position: absolute;
  left: 5px;
  top: 50%;
  margin-top: -5px;
  border-radius: 50%;
  opacity: 0;
  -webkit-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  transform: scale(0, 0);
}

@media screen and (max-width: 767px) {
  .t-form input[type="radio"] + .label--radio::after {
    width: 8px;
    height: 8px;
    left: 4px;
    margin-top: -4px;
  }
}

.sp .t-form input[type="radio"] + .label--radio::after {
  width: 16px;
  height: 16px;
  margin-top: -8px;
}

.ie .t-form input[type="radio"] + .label--radio::after {
  background: #e9940f;
}

.t-form input[type="radio"]:checked + .label--radio {
  color: #e9940f;
}

.t-form input[type="radio"]:checked + .label--radio:after {
  opacity: 1;
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
}

/* アクセサリ：チェックボックス
-----------------------------------------------------------------*/
.t-form input[type="checkbox"] {
  display: none;
}

.t-form .label--checkbox {
  display: inline-block;
  cursor: pointer;
  margin-right: 1em;
  padding-left: 2em;
  position: relative;
}

.t-form .label--checkbox:before {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  background: #fff;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -8px;
  border: 1px solid #e0e0e0;
}

.t-form input[type="checkbox"] + .label--checkbox:after {
  content: "";
  display: block;
  width: 18px;
  height: 16px;
  background: url(../images/common/icon/check.svg);
  background-size: 18px 16px;
  position: absolute;
  left: 1px;
  bottom: 3px;
  opacity: 0;
  -webkit-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  transform: scale(0, 0);
}

.t-form input[type="checkbox"]:checked + .label--checkbox::after {
  opacity: 1;
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}

/* アクセサリ：プライバシーポリシー
-----------------------------------------------------------------*/
.t-form__policy {
  font-size: 16px;
  font-size: 1.6rem;
  text-align: center;
}

.t-form__policy a {
  color: #e9940f;
  text-decoration: underline;
}

@media screen and (max-width: 767px) {
  .t-form__policy {
    font-size: 12px;
    font-size: 1.2rem;
    padding-bottom: 10px;
  }
  .t-form__policy p, .t-form__policy .c-article-body figcaption, .c-article-body .t-form__policy figcaption {
    line-height: 1.65;
  }
}

.t-form__policy__check {
  font-weight: bold;
  padding: 2em 0 2.5em 0;
}

@media screen and (max-width: 767px) {
  .t-form__policy__check {
    padding: 1em 0;
  }
}

.t-form__policy input[type="checkbox"] + .label--checkbox::after {
  content: "";
  display: block;
  width: 18px;
  height: 16px;
  background: url(../images/icon_check.svg);
  background-size: 18px 16px;
  position: absolute;
  left: 1px;
  bottom: 3px;
  opacity: 0;
  -webkit-transform: scale(0, 0);
}

.t-form__policy input[type="checkbox"]:checked + .label--checkbox::after {
  opacity: 1;
  -webkit-transform: scale(1, 1);
}

/* アクセサリ：インプットレイアウト
-----------------------------------------------------------------*/
.form_layout1 {
  width: 20%;
  float: left;
}

@media screen and (max-width: 767px) {
  .form_layout1 {
    width: 30%;
  }
}

.form_layout2 {
  float: left;
  position: relative;
  top: 12px;
  padding-right: 10px;
}

.form_layout3 {
  width: 50%;
  float: left;
}

/* ユーティリティ：フォームサイズの変更
-----------------------------------------------------------------*/
.t-form-size--large {
  width: 100%;
}

.t-form-size--medium {
  width: 50%;
}

.t-form-size--small {
  width: 10.15%;
  min-width: 50px;
}

@media screen and (max-width: 767px) {
  .t-form-size--small {
    width: 50px;
  }
}

.form_vTop {
  vertical-align: top !important;
}

.form_vTop label {
  padding-top: 0;
}

/* フォーム：送信ボタン
-----------------------------------------------------------------*/
.t-form__submit {
  cursor: pointer;
  width: 70% !important;
  margin: 0 0 0 30%;
}

.t-form-input .t-form__submit {
  margin: 0 0 0 32%;
}

.is-result .t-form__submit {
  width: 100%;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .t-form__submit {
    width: 100% !important;
    margin: 0 auto;
  }
  .t-form-input .t-form__submit {
    margin: 0;
  }
  .t-form__submit .c-colum__block {
    margin-top: 10px;
  }
}

.t-form__return .c-button, .t-form__return .c-button--large, .t-form__return .c-button--pink, .t-form__return .c-button--form {
  background: #7e7e7e;
}

.t-form__return .c-button:hover, .t-form__return .c-button--large:hover, .t-form__return .c-button--pink:hover, .t-form__return .c-button--form:hover {
  background: #666;
}

.t-form__error {
  display: block;
  color: #ff0000;
  font-weight: normal;
  font-size: 1.4rem;
  line-height: 1.8;
  letter-spacing: 0;
  background: #ffe5e5;
  border: #ff0000 solid 1px;
  margin: 0 auto 10px auto;
  padding: 40px 0;
  text-align: center;
}

.t-form__error .c-txt-small {
  margin-top: 10px;
}

.t-form--check .t-form__table {
  margin-bottom: 40px;
}

.t-form--check .t-form__table tr th,
.t-form--check .t-form__table tr td {
  padding-top: 10px;
  padding-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .t-form--check .t-form__table tr th {
    padding-bottom: 0;
    color: rgba(51, 51, 51, 0.4);
    font-size: 12px;
    font-size: 1.2rem;
  }
  .t-form--check .t-form__table tr td {
    padding-top: 5px;
    padding-bottom: 15px;
    line-height: 1.6;
    font-weight: bold;
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.t-form--result {
  border: 1px solid #cccccc;
  padding: 40px;
  text-align: center;
  line-height: 1.71429;
  font-size: 14px;
  font-size: 1.4rem;
}

@media screen and (max-width: 767px) {
  .t-form--result {
    padding: 30px;
    text-align: center;
    line-height: 1.53846;
    font-size: 13px;
    font-size: 1.3rem;
  }
  .t-form--result br {
    display: none;
  }
}

.t-form--result p, .t-form--result .c-article-body figcaption, .c-article-body .t-form--result figcaption {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .t-form--result p, .t-form--result .c-article-body figcaption, .c-article-body .t-form--result figcaption {
    text-align: center;
  }
}

.t-form--result .t-form__submit {
  width: 60%;
  margin: 30px auto 0 auto;
}

.t-form--result .t-form__submit .c-button--pink {
  width: 100%;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .t-form--result .t-form__submit {
    text-align: center;
    width: 100%;
    margin: 20px auto 0 auto;
  }
}

.t-form-email-notice {
  padding-top: 15px;
  padding-top: 1.5rem;
  padding-bottom: 12px;
  padding-bottom: 1.2rem;
}

@media screen and (max-width: 767px) {
  .t-form-email-notice {
    padding-top: 10px;
    padding-top: 1rem;
    padding-bottom: 7px;
    padding-bottom: 0.7rem;
  }
}

.t-form-postalcode-notice,
.t-form-prefacture-notice {
  padding-bottom: 10px;
  padding-bottom: 1rem;
}

@media screen and (max-width: 767px) {
  .t-form-postalcode-notice,
  .t-form-prefacture-notice {
    padding-bottom: 5px;
    padding-bottom: 0.5rem;
  }
}

.t-form-locality-notice {
  padding-top: 12px;
  padding-top: 1.2rem;
  padding-bottom: 12px;
  padding-bottom: 1.2rem;
}

@media screen and (max-width: 767px) {
  .t-form-locality-notice {
    padding-top: 7px;
    padding-top: 0.7rem;
    padding-bottom: 5px;
    padding-bottom: 0.5rem;
  }
}

@media print {
  .l-header {
    position: relative !important;
  }
  body {
    padding: 0;
  }
  .js-sticky .l-header {
    display: none;
  }
}
