@charset "UTF-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@font-face {
  font-family: YuGothicM;
  src: local("Yu Gothic Medium");
}
html {
  font-size: 100%;
  line-height: 1.5em;
}

/*=======================================
 ■Foundation
=======================================*/
/* http://meyerweb.com/eric/tools/css/reset/
v2.0 | 20110126
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* =========================================================
base - 基本設定
========================================================= */
html {
  box-sizing: border-box;
  overflow-x: hidden;
}

body {
  background-color: #EFF1F3;
  font-size: 16px;
  font-size: 1rem;
  color: #333333;
  letter-spacing: 1.3px;
  font-family: Lato, "Noto Sans Japanese", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  -webkit-font-feature-settings: "pkna";
  font-feature-settings: "pkna";
  padding: vr();
  line-height: vr();
  overflow: hidden;
  position: relative;
}

/*LINK*/
a {
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
}
@media screen and (min-width: 812px) {
  a {
    transition: .3s;
    cursor: pointer;
  }
  a:hover {
    opacity: .7;
  }
}
a img {
  display: inline-block;
}

/*PCとSPの見え方切り替え*/
.pc-show {
  display: none !important;
}
@media screen and (min-width: 812px) {
  .pc-show {
    display: block !important;
  }
}

@media screen and (min-width: 812px) {
  .sp-show {
    display: none !important;
  }
}

/*clearfix*/
.clearfix, .c-basic-txt, .p-basic-list__item, .p-ol-list__item, .p-ol-list--sub__item, .p-ol-list--kana__item {
  clear: both;
  display: block;
  float: none;
}
.clearfix:after, .c-basic-txt:after, .p-basic-list__item:after, .p-ol-list__item:after, .p-ol-list--sub__item:after, .p-ol-list--kana__item:after {
  content: ".";
  clear: both;
  display: block;
  font-size: 0;
  height: 0px;
}

/* =======================================
 ■Layout
=======================================*/
/* =========================================================
section - コンテンツの大枠
========================================================= */
/*  ■コンテンツの大枠
===============================*/
/*=============
メイン幅
◆1000pxでロック
=============*/
.l-container, .l-main--col2, .l-main--col3 {
  width: 100%;
  padding-right: 5px;
  padding-left: 5px;
  margin: 0 auto;
}
@media screen and (min-width: 1000px) {
  .l-container, .l-main--col2, .l-main--col3 {
    padding: 0;
    max-width: 1000px;
  }
}

/*=============
メイン幅
◆100％
=============*/
.l-container--full {
  width: 100%;
  padding: 0;
  margin: 0 auto;
}

/* =========================================================
共通のコンテンツ間隔
========================================================= */
.l-grid {
  padding: 20px 0;
}
@media screen and (min-width: 812px) {
  .l-grid {
    padding: 40px 0;
  }
}

/* =========================================================
独自のグリッドシステム
========================================================= */
/* オリジナルグリッドシステム */
.l-row {
  display: block;
}
@media screen and (min-width: 576px) {
  .l-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 812px) {
  .l-row {
    margin-right: -5px;
    margin-left: -5px;
  }
}

.l-col4 {
  width: 100%;
}
@media screen and (min-width: 576px) {
  .l-col4 {
    width: 50%;
    padding-right: 5px;
    padding-left: 5px;
  }
}
@media screen and (min-width: 812px) {
  .l-col4 {
    width: 25%;
    padding-right: 5px;
    padding-left: 5px;
  }
}

.l-col5 {
  width: 100%;
}
@media screen and (min-width: 576px) {
  .l-col5 {
    width: 50%;
    padding-right: 5px;
    padding-left: 5px;
  }
}
@media screen and (min-width: 812px) {
  .l-col5 {
    width: 20%;
    padding-right: 5px;
    padding-left: 5px;
  }
}

.l-col2 {
  width: 100%;
}
@media screen and (min-width: 812px) {
  .l-col2 {
    width: 50%;
    padding-right: 5px;
    padding-left: 5px;
  }
}

.l-col3 {
  width: 100%;
}
@media screen and (min-width: 812px) {
  .l-col3 {
    width: 33.33333%;
    padding-right: 5px;
    padding-left: 5px;
  }
}

.l-col__in {
  word-break: break-all;
  width: 100%;
}

/* =========================================================
header - ヘッダー
========================================================= */
/*======
ヘッダー
=======*/
.l-header {
  background: #fff;
  position: fixed;
  top: -100px;
  width: 100%;
  z-index: 1;
}
.l-header-logo {
  padding: 20px 10px;
  max-width: 250px;
  width: 60%;
}
.l-header-logo__link {
  display: block;
}
.l-header.fixed {
  position: fixed;
  top: 0;
  left: 0;
}

/* =========================================================
main - メイン
========================================================= */
/* 1カラム
============*/
/* 2カラム
============*/
.l-main--col2 {
  padding-bottom: 120px;
}
@media screen and (min-width: 812px) {
  .l-main--col2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-direction: reverse;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}
@media screen and (min-width: 812px) {
  .l-main--col2.reverse {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
@media screen and (min-width: 812px) {
  .l-main--col2.reverse .l-main {
    width: calc(100% - 180px);
  }
}
.l-main--col2 .l-main {
  padding-bottom: 0;
}
@media screen and (min-width: 812px) {
  .l-main--col2 .l-main {
    width: calc(100% - 240px);
  }
}
@media screen and (min-width: 812px) {
  .l-main--col2 .l-side--left {
    width: 200px;
  }
}
@media screen and (min-width: 812px) {
  .l-main--col2 .l-side--right {
    width: 160px;
  }
}

/* 3カラム
============*/
.l-main--col3 {
  padding-bottom: 50px;
}
@media screen and (min-width: 812px) {
  .l-main--col3 {
    padding-bottom: 120px;
  }
}
@media screen and (min-width: 812px) {
  .l-main--col3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
  }
}
.l-main--col3 .l-main {
  padding-bottom: 50px;
}
@media screen and (min-width: 812px) {
  .l-main--col3 .l-main {
    width: calc(100% - 360px);
    padding: 0 20px;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -moz-order: 2;
    -ms-flex-order: 2;
    order: 2;
    padding-bottom: 0;
  }
}
@media screen and (min-width: 812px) {
  .l-main--col3 .l-side--left {
    width: 200px;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -moz-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
}
@media screen and (min-width: 812px) {
  .l-main--col3 .l-side--right {
    width: 160px;
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -moz-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }
}

/* その他
============*/
.l-main--narrow {
  max-width: 900px;
  margin: 0 auto;
}

.l-main--mini {
  max-width: 650px;
  margin: 0 auto;
}

/* =========================================================
side - サイド
========================================================= */
/*menu
=============*/
.l-side-menu-main {
  margin-bottom: 20px;
}
.l-side-menu-main.bg-color {
  background: #F9F9F9;
  padding-bottom: 10px;
}
.l-side-menu__ttl {
  background: #4BA0B8;
  color: #ffffff;
  font-size: 14px;
  font-size: 0.875rem;
  padding: 10px;
  text-align: center;
}
.l-side-menu__link {
  display: block;
  padding: 12px 10px;
  background: url(../images/icon/icon_arrow_right_gray.svg) no-repeat right 5px center;
  background-size: 10px 10px;
  padding-right: 20px;
  color: #333333;
  transition: .3s;
  font-size: 13px;
  font-size: 0.8125rem;
}
.l-side-menu__link:hover {
  color: #4BA0B8;
  text-decoration: underline;
  background: url(../images/icon/icon_arrow_right_main.svg) no-repeat right 5px center;
  background-size: 10px 10px;
  padding-right: 20px;
}
.l-side-menu-sub {
  margin: 10px 10px 0;
  border: 1px solid #E5E5E5;
  padding: 10px;
}
.l-side-menu-sub__ttl {
  text-align: center;
  font-family: Garamond, "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  padding: 10px 0 12px;
  font-size: 20px;
  font-size: 1.25rem;
}
.l-side-menu-sub__ttl.lady {
  color: #fe5ead;
}
.l-side-menu-sub__ttl.men {
  color: #1d4c86;
}
.l-side-menu__btn {
  padding-top: 10px;
  text-align: center;
}
.l-side-menu__btn .c-basic-btn {
  padding: 10px;
}
.l-side-menu__btn .c-basic-btn__in {
  font-size: 13px;
  font-size: 0.8125rem;
}

/*bnr*/
.l-side-bnr {
  margin-bottom: 20px;
  text-align: center;
}
.l-side-bnr .in {
  display: inline-block;
  vertical-align: bottom;
}

/*注目買取商品
=============*/
.l-side-price {
  border: 1px solid #F2F2F2;
  background: #F9F9F9;
  padding: 10px;
  margin-bottom: 20px;
}
.l-side-price__ttl {
  color: #8e8e8e;
  text-align: center;
  padding: 10px 0;
}
.l-side-price__ttl .sub {
  font-weight: bold;
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 5px;
}
@media screen and (min-width: 812px) {
  .l-side-price__ttl .sub {
    display: block;
  }
}
.l-side-price__ttl .main {
  font-family: Arial, "Helvetica Neue", Helvetica, Verdana, sans-serif;
  font-size: 16px;
  font-size: 1rem;
  padding-left: 10px;
}
@media screen and (min-width: 812px) {
  .l-side-price__ttl .main {
    display: block;
    font-size: 24px;
    font-size: 1.5rem;
    padding-left: 0;
  }
}
.l-side-price__main {
  background: #ffffff;
  padding: 5px;
}
.l-side-price__copy {
  text-align: center;
  padding: 10px 0;
  color: #000000;
}
.l-side-price__copy .sub {
  font-size: 18px;
  font-size: 1.125rem;
  margin-bottom: 5px;
  font-weight: bold;
}
@media screen and (min-width: 812px) {
  .l-side-price__copy .sub {
    display: block;
    font-size: 28px;
    font-size: 1.75rem;
  }
}
.l-side-price__copy .main {
  font-size: 18px;
  font-size: 1.125rem;
  padding-left: 5px;
}
@media screen and (min-width: 812px) {
  .l-side-price__copy .main {
    display: block;
    padding-left: 0;
  }
}
.l-side-price__img {
  text-align: center;
  margin-bottom: 10px;
}
.l-side-price__name {
  font-size: 11px;
  font-size: 0.6875rem;
  color: #333333;
  text-align: center;
  margin-bottom: 10px;
  line-height: 1.6;
}
.l-side-price__price {
  font-size: 12px;
  font-size: 0.75rem;
  color: #E84728;
  font-weight: bold;
  text-align: center;
  margin-bottom: 15px;
}

/*本日の買取価格
=============*/
.l-side-rate {
  background: url(../images/common/side/bg_rate.jpg);
  margin-bottom: 30px;
  padding: 10px;
}
.l-side-rate__ttl {
  text-align: center;
  color: #583006;
  padding: 10px 0;
  margin-bottom: 10px;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, Georgia, メイリオ, Meiryo, serif;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
@media screen and (min-width: 812px) {
  .l-side-rate__ttl {
    display: block;
  }
}
.l-side-rate__ttl img {
  max-width: 140px;
  margin-right: 10px;
}
@media screen and (min-width: 812px) {
  .l-side-rate__ttl img {
    width: 100%;
    margin-right: 0;
  }
}
.l-side-rate__ttl .in {
  max-width: 60%;
  text-align: center;
}
@media screen and (min-width: 812px) {
  .l-side-rate__ttl .in {
    width: 100%;
  }
}
.l-side-rate__ttl .main {
  display: block;
  font-size: 22px;
  font-size: 1.375rem;
}
@media screen and (min-width: 812px) {
  .l-side-rate__ttl .main {
    padding-top: 15px;
  }
}
.l-side-rate__ttl .sub {
  display: block;
  padding-top: 10px;
  font-size: 20px;
  font-size: 1.25rem;
}
.l-side-rate__ttl .sub .small {
  font-size: 15px;
  font-size: 0.9375rem;
}
.l-side-rate__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  justify-content: space-around;
  max-width: 330px;
  margin: 0 auto;
}
@media screen and (min-width: 812px) {
  .l-side-rate__list {
    display: block;
  }
}
.l-side-rate__item {
  border: 1px solid #583006;
  padding: 10px;
  margin-bottom: 15px;
  width: 90%;
  max-width: 140px;
  position: relative;
  transition: .3s;
  cursor: pointer;
}
.l-side-rate__item a.a100:not(.in-link) {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent: -999px;
  z-index: 5;
}
.l-side-rate__item a.a100.in-link {
  position: relative;
  z-index: 5;
}
.l-side-rate__item:hover {
  opacity: .7;
}
@media screen and (min-width: 812px) {
  .l-side-rate__item {
    padding: 5px;
    width: 100%;
  }
}
.l-side-rate__photo {
  text-align: center;
}
.l-side-rate__text {
  color: #583006;
  text-align: center;
  line-height: 1.3;
}
.l-side-rate__text .name {
  display: block;
  font-size: 12px;
  font-size: 0.75rem;
  margin-top: 5px;
}
.l-side-rate__text .pay {
  display: block;
  font-size: 20px;
  font-size: 1.25rem;
  margin-top: 5px;
}
.l-side-rate__text .comparison {
  display: block;
  font-size: 12px;
  font-size: 0.75rem;
  margin-top: 5px;
}
.l-side-rate__link {
  text-align: center;
  background: url(../images/icon/icon_arrow_simple_right_brown.svg) no-repeat center bottom;
  padding: 5px 0;
  width: 90%;
  margin: 0 auto;
}
@media screen and (min-width: 812px) {
  .l-side-rate__link {
    margin-top: 10px;
  }
}
.l-side-rate__link .in {
  font-family: Garamond, "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  color: #583006;
  font-size: 16px;
  font-size: 1rem;
}
.l-side-rate__date {
  font-size: 15px;
  font-size: 0.9375rem;
  color: #583006;
  text-align: center;
  padding-bottom: 10px;
}
@media screen and (min-width: 812px) {
  .l-side-rate__date .day {
    display: block;
  }
}
.l-side-rate__date .time {
  margin-top: 5px;
}
@media screen and (min-width: 812px) {
  .l-side-rate__date .time {
    display: block;
  }
}

/*ニュース
=============*/
.l-side-news__item {
  margin-top: 10px;
  border-bottom: 1px solid #E8E8E8;
  padding-bottom: 10px;
}
.l-side-news__time {
  display: block;
  color: #a3a3a3;
  font-size: 12px;
  font-size: 0.75rem;
  padding-bottom: 5px;
}
.l-side-news__main {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.6;
}
.l-side-news__main a {
  color: #4BA0B8;
  text-decoration: underline;
}

/*SNS
=============*/
.l-side-sns__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.l-side-sns__item {
  margin: 10px 5px 0;
}
.l-side-sns__item.twitter .l-side-sns__link {
  background: #2CA7E0;
}
.l-side-sns__item.facebook .l-side-sns__link {
  background: #1877F2;
}
.l-side-sns__item.instagram .l-side-sns__link {
  background: linear-gradient(45deg, #4d64d4 0%, #cf2f93 33%, #f16939 66%, #ffdd83 100%);
}
.l-side-sns__item.youtube .l-side-sns__link {
  background: #FF0000;
}
.l-side-sns__item.blog .l-side-sns__link {
  background: #3DB7A4;
}
.l-side-sns__link {
  width: 40px;
  height: 40px;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  background: #4BA0B8;
  text-align: center;
  padding: 8px;
}

/* =========================================================
footer - フッターのレイアウト
========================================================= */
.l-footer {
  margin: 60px auto 20px;
}
.l-footer-linklist {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin: auto;
}
.l-footer-linkdetail {
  font-size: .9rem;
  margin: 5px auto 0;
}
.l-footer-linkdetail__link {
  color: #333;
  text-decoration: underline;
}
.l-footer-linkdetail__link:hover {
  text-decoration: none;
}

/* =========================================================
copyright - コピーライト
========================================================= */
.l-footer-copylight {
  margin-top: 20px;
}

/* =======================================
  ■Object
=======================================*/
/* Component
======================================= */
/* =========================================================
navigation - グローバルナビなど
========================================================= */
/* =================================
  ■【PC】グローバルナビ
=================================*/
.l-gnav {
  display: none;
}
@media screen and (min-width: 812px) {
  .l-gnav {
    display: block;
    margin: 10px auto;
  }
}
.l-gnav__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.l-gnav__item {
  position: relative;
}
.l-gnav__item .js-open.hover:hover > .js-open-body {
  display: block;
}
.l-gnav__item .js-open-body {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  min-width: 180px;
  background: #ffffff;
  -moz-box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.3);
  z-index: 10;
}
.l-gnav__link {
  padding: 10px;
  text-align: center;
}
.l-gnav__link .main {
  display: block;
  font-size: 13px;
  font-size: 0.8125rem;
  color: #333333;
}
.l-gnav__link .sub {
  display: block;
  font-size: 11px;
  font-size: 0.6875rem;
  color: #4BA0B8;
  margin-top: 5px;
  font-family: Arial, "Helvetica Neue", Helvetica, Verdana, sans-serif;
}
.l-gnav__btn {
  display: block;
  padding: 10px 15px;
  text-align: center;
  background: url(../images/icon/icon_shop_w.svg) no-repeat left 15px center;
  background-size: 15px 15px;
  padding-left: 30px;
  background-color: #F6A716;
  width: 100%;
}
.l-gnav__btn .in {
  display: block;
  font-size: 13px;
  font-size: 0.8125rem;
  background: url(../images/icon/icon_arrow_right_w.svg) no-repeat right center;
  background-size: 15px 15px;
  padding-right: 20px;
  color: #ffffff;
  min-width: 115px;
}

.l-gnav-sub__item {
  width: 100%;
  margin-bottom: 1px;
}
.l-gnav-sub__item:last-of-type {
  margin-bottom: 0;
}
.l-gnav-sub__link {
  display: block;
  width: 100%;
  padding: 12px 10px;
  background: url(../images/icon/icon_arrow_right_w.svg) no-repeat right 5px center;
  background-size: 10px 10px;
  padding-right: 20px;
  background-color: #4BA0B8;
  color: #ffffff;
  font-size: 13px;
  font-size: 0.8125rem;
}

/*ヘッダーのSPメニューボタン*/
.l-gnav-sp__btn {
  display: block;
  background: #333333;
  width: 60px;
  height: 60px;
  font-size: 10px;
  font-weight: bold;
  color: #c0c0c0;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  transition: .3s;
  cursor: pointer;
}
.l-gnav-sp__btn:hover {
  opacity: .7;
}
@media screen and (min-width: 812px) {
  .l-gnav-sp__btn {
    display: none;
  }
}
.l-gnav-sp__btn .in {
  position: relative;
  display: block;
  width: 42px;
  height: 25px;
  padding-top: 24px;
  border-top: 2px solid #C0C0C0;
  color: #c0c0c0;
}
.l-gnav-sp__btn .in::before {
  content: '';
  width: 42px;
  height: 2px;
  background: #C0C0C0;
  position: absolute;
  left: 0;
  top: 7px;
}
.l-gnav-sp__btn .in::after {
  content: '';
  width: 42px;
  height: 2px;
  background: #C0C0C0;
  position: absolute;
  top: 16px;
  left: 0;
}

/*====================
横スライドメニュー
====================*/
.c-slide-menu {
  width: 90%;
}
.c-slide-menu__in {
  background: #ffffff;
}
.c-slide-menu__head {
  padding: 10px 5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  justify-content: space-around;
}
.c-slide-menu__logo {
  max-width: 25%;
  width: 100%;
}
.c-slide-menu__logo .logo-link {
  display: inline-block;
  width: 100%;
}
.c-slide-menu .p-free-dial-compact {
  background: none;
  padding-left: 0;
}
.c-slide-menu .p-free-dial-compact__dial {
  font-size: 25px;
  font-size: 1.5625rem;
}
.c-slide-menu__search {
  padding: 0 10px 10px;
}

.c-smenu-main__ttl {
  background: #4C4C4C;
  color: #ffffff;
  padding: 5px 10px;
  font-size: 12px;
  font-size: 0.75rem;
}
.c-smenu-main__open {
  display: block;
  padding: 15px 10px;
  color: #333333;
  border-top: 1px solid #C5C5C5;
  cursor: pointer;
  font-size: 13px;
  font-size: 0.8125rem;
  background: url(../images/icon/icon_minus_main.svg) no-repeat right 6px center;
  background-size: 12px 12px;
  padding-right: 24px;
}
.c-smenu-main__open.rotate {
  background: url(../images/icon/icon_plus_main.svg) no-repeat right 6px center;
  background-size: 12px 12px;
  padding-right: 24px;
}
.c-smenu-main__open .lady {
  font-family: Garamond, "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  color: #fe5ead;
  padding-left: 10px;
}
.c-smenu-main__open .men {
  font-family: Garamond, "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  color: #1d4c86;
  padding-left: 10px;
}
.c-smenu-main__list {
  background: #F9F9F9;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.c-smenu-main__list .c-smenu-main__item {
  border-top: 1px solid #C5C5C5;
  border-bottom: none;
  width: 50%;
}
.c-smenu-main__list .c-smenu-main__item:nth-child(odd) {
  border-right: 1px solid #C5C5C5;
}
.c-smenu-main__item {
  border-bottom: 1px solid #C5C5C5;
}
.c-smenu-main__item:last-of-type {
  border-bottom: none;
}
.c-smenu-main__link {
  display: block;
  padding: 15px 10px;
  color: #333333;
  font-size: 13px;
  font-size: 0.8125rem;
  background: url(../images/icon/icon_arrow_right_main.svg) no-repeat right 6px center;
  background-size: 12px 12px;
  padding-right: 24px;
  line-height: 1.3;
}
.c-smenu-main__btn {
  padding: 30px 20px;
  text-align: center;
  border-top: 1px solid #C5C5C5;
}
.c-smenu-main__btn .c-basic-btn {
  padding: 15px;
}

.c-slide-menu-close {
  padding: 30px;
  text-align: center;
}
.c-slide-menu-close__icon {
  display: inline-block;
  cursor: pointer;
  text-align: center;
  border: 1px solid #ffffff;
  padding: 15px;
  max-width: 300px;
  width: 100%;
}
.c-slide-menu-close__icon .in {
  display: inline-block;
  text-align: center;
  width: 100%;
  color: #ffffff;
  background: url(../images/icon/icon_multiply_w.svg) no-repeat right 6.5px center;
  background-size: 13px 13px;
  padding-right: 26px;
}

/*====================
ブロックボタン
====================*/
.c-simple-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
.c-simple-menu__item {
  width: 20%;
  max-height: 70px;
}
.c-simple-menu__link {
  display: block;
  width: 100%;
  padding: 5px;
  text-align: center;
  background: #4BA0B8;
  transition: .3s;
  cursor: pointer;
}
.c-simple-menu__link:hover {
  opacity: .7;
}
.c-simple-menu__link.line {
  background: #00B900;
}
.c-simple-menu__link.tel {
  background: #F6A716;
}
.c-simple-menu__link.delivery {
  background: #D14481;
}
.c-simple-menu__link img {
  max-height: 60px;
}

/*　SP下固定メニュー
====================*/
.c-fix-menu {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  max-height: 70px;
}
@media screen and (min-width: 812px) {
  .c-fix-menu {
    display: none;
  }
}

/* =========================================================
pankuzu - パンくず
========================================================= */
/*パンクズarea*/
.c-pankuzu-area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  margin-bottom: 15px;
}
.c-pankuzu-area .c-pankuzu {
  width: 50%;
}
.c-pankuzu-area .c-free-search-box {
  width: 50%;
  padding-left: 5px;
}
.c-pankuzu-area.foot {
  margin-bottom: 0;
}
.c-pankuzu-area.foot .c-pankuzu {
  width: 100%;
}

/*パンクズ＝＝＝＝＝＝＝＝＝＝＝*/
.c-pankuzu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 12px 0;
}
.c-pankuzu__item {
  margin-left: 5px;
  background: url(../images/icon/icon_arrow_right_black.svg) no-repeat left center;
  background-size: 10px 10px;
  padding-left: 15px;
  background-position: left top 5px;
  max-width: 50%;
}
.c-pankuzu__item:first-of-type {
  margin-left: 0;
  background-image: none;
  padding-left: 0;
  padding-right: 0;
}
.c-pankuzu__item:first-of-type .c-pankuzu__name {
  color: #4BA0B8;
  text-decoration: underline;
}
.c-pankuzu__name {
  color: #333333;
  font-size: 10px;
  font-size: 0.625rem;
}
@media screen and (min-width: 812px) {
  .c-pankuzu__name {
    font-size: 12px;
    font-size: 0.75rem;
  }
}

.c-pankuzu--white .c-pankuzu__item {
  background-image: url(../images/icon/icon_arrow_right_w.svg);
}
.c-pankuzu--white .c-pankuzu__item:first-of-type {
  background-image: none;
  padding-left: 0;
  padding-right: 0;
}
.c-pankuzu--white .c-pankuzu__item:first-of-type .c-pankuzu__name {
  color: #ffffff;
}
.c-pankuzu--white .c-pankuzu__name {
  color: #ffffff;
}

/* =========================================================
title - 共通のタイトルやテキストなど
========================================================= */
/*良く使う2行のタイトル
=============*/
.c-ttl-basic {
  margin-bottom: 30px;
  text-align: center;
}
@media screen and (min-width: 812px) {
  .c-ttl-basic {
    margin-bottom: 40px;
  }
}
.c-ttl-basic .main {
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, Georgia, メイリオ, Meiryo, serif;
  font-size: 22px;
  font-size: 1.375rem;
  display: block;
  line-height: 1.3;
  letter-spacing: 1.5px;
}
@media screen and (min-width: 812px) {
  .c-ttl-basic .main {
    font-size: 25px;
    font-size: 1.5625rem;
  }
}
.c-ttl-basic .sub {
  color: #bfbfbf;
  font-family: Garamond, "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 12px;
  font-size: 0.75rem;
  letter-spacing: 2px;
  display: block;
  padding-top: 10px;
}
@media screen and (min-width: 812px) {
  .c-ttl-basic .sub {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}

/*↑しただけ
=============*/
.c-ttl-mini {
  margin: 0 auto 40px;
  text-align: center;
  font-family: Garamond, "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
@media screen and (min-width: 812px) {
  .c-ttl-mini {
    margin: 0 auto 50px;
  }
}
.c-ttl-mini .in {
  display: inline-block;
  position: relative;
  color: #c2c2c2;
  padding: 0 35px;
  font-size: 20px;
  font-size: 1.25rem;
}
.c-ttl-mini .in::before, .c-ttl-mini .in::after {
  content: '';
  width: 15px;
  height: 2px;
  background: #c2c2c2;
  position: absolute;
  top: calc(50% - 1px);
}
.c-ttl-mini .in::before {
  left: 0;
}
.c-ttl-mini .in::after {
  right: 0;
}
.c-ttl-mini.left {
  text-align: left;
  margin: 0 auto 20px;
}
.c-ttl-mini.left .in {
  padding-left: 0;
}
.c-ttl-mini.left .in::before {
  content: none;
}

/*良く使う2行のタイトル ※ゴシック
=============*/
.c-ttl-gothic {
  margin-bottom: 30px;
  text-align: center;
}
@media screen and (min-width: 812px) {
  .c-ttl-gothic {
    margin-bottom: 40px;
  }
}
.c-ttl-gothic .main {
  font-size: 17px;
  font-size: 1.0625rem;
  display: block;
  line-height: 1.3;
  letter-spacing: 1.5px;
}
@media screen and (min-width: 812px) {
  .c-ttl-gothic .main {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.c-ttl-gothic .sub {
  color: #4BA0B8;
  font-family: Arial, "Helvetica Neue", Helvetica, Verdana, sans-serif;
  font-size: 11px;
  font-size: 0.6875rem;
  letter-spacing: 2px;
  display: block;
  padding-top: 10px;
}
@media screen and (min-width: 812px) {
  .c-ttl-gothic .sub {
    font-size: 12px;
    font-size: 0.75rem;
  }
}
.c-ttl-gothic.left {
  margin-bottom: 10px;
}
@media screen and (min-width: 812px) {
  .c-ttl-gothic.left {
    text-align: left;
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 812px) {
  .c-ttl-gothic.left .main, .c-ttl-gothic.left .sub {
    display: inline-block;
    vertical-align: middle;
    padding: 0;
  }
}
@media screen and (min-width: 812px) {
  .c-ttl-gothic.left .main {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 812px) {
  .c-ttl-gothic.left .sub {
    padding-left: 10px;
  }
}

/*シンプル
=============*/
.c-ttl-simple {
  margin-bottom: 15px;
  line-height: 1.6;
  font-size: 20px;
  font-size: 1.25rem;
  color: #a0a0a0;
}
@media screen and (min-width: 812px) {
  .c-ttl-simple {
    font-size: 33px;
    font-size: 2.0625rem;
    margin-bottom: 30px;
  }
}

/*明朝　シンプル
=============*/
.c-ttl-serif {
  margin-bottom: 15px;
  line-height: 1.6;
  font-size: 20px;
  font-size: 1.25rem;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, Georgia, メイリオ, Meiryo, serif;
}
@media screen and (min-width: 812px) {
  .c-ttl-serif {
    font-size: 24px;
    font-size: 1.5rem;
    margin-bottom: 30px;
  }
}

/*「鍵括弧タイトル」
=============*/
.c-ttl-square-brackets {
  text-align: center;
  padding: 14px 0;
  margin-bottom: 20px;
}
@media screen and (min-width: 812px) {
  .c-ttl-square-brackets {
    padding: 24px 0;
    margin-bottom: 40px;
  }
}
.c-ttl-square-brackets__text {
  display: inline-block;
  color: #4BA0B8;
  font-size: 25px;
  font-size: 1.5625rem;
  padding: 0 20px;
  position: relative;
  line-height: 1.3;
}
@media screen and (min-width: 812px) {
  .c-ttl-square-brackets__text {
    font-size: 32px;
    font-size: 2rem;
    padding: 0 40px;
  }
}
.c-ttl-square-brackets__text::before, .c-ttl-square-brackets__text::after {
  display: block;
  content: '';
  width: 20px;
  height: 20px;
  position: absolute;
}
@media screen and (min-width: 812px) {
  .c-ttl-square-brackets__text::before, .c-ttl-square-brackets__text::after {
    width: 40px;
    height: 40px;
  }
}
.c-ttl-square-brackets__text::before {
  border-top: 1px solid #4BA0B8;
  border-left: 1px solid #4BA0B8;
  top: -10px;
  left: 0;
}
@media screen and (min-width: 812px) {
  .c-ttl-square-brackets__text::before {
    top: -20px;
  }
}
.c-ttl-square-brackets__text::after {
  border-bottom: 1px solid #4BA0B8;
  border-right: 1px solid #4BA0B8;
  bottom: -10px;
  right: 0;
}
@media screen and (min-width: 812px) {
  .c-ttl-square-brackets__text::after {
    bottom: -20px;
  }
}

/*スラッシュタイトル
=============*/
.c-ttl-slash {
  text-align: center;
  padding: 14px 0;
  margin-bottom: 20px;
}
@media screen and (min-width: 812px) {
  .c-ttl-slash {
    padding: 24px 0;
    margin-bottom: 40px;
  }
}
.c-ttl-slash__text {
  display: inline-block;
  color: #4BA0B8;
  font-size: 25px;
  font-size: 1.5625rem;
  padding: 0 30px;
  position: relative;
  line-height: 1.3;
}
@media screen and (min-width: 812px) {
  .c-ttl-slash__text {
    font-size: 40px;
    font-size: 2.5rem;
    padding: 0 40px;
  }
}
.c-ttl-slash__text::before, .c-ttl-slash__text::after {
  display: block;
  content: '';
  width: 1px;
  height: 50px;
  background: #4BA0B8;
  position: absolute;
  bottom: -13px;
}
@media screen and (min-width: 812px) {
  .c-ttl-slash__text::before, .c-ttl-slash__text::after {
    height: 70px;
    bottom: -15px;
  }
}
.c-ttl-slash__text::before {
  left: 10px;
  transform: rotate(-25deg);
}
.c-ttl-slash__text::after {
  right: 10px;
  transform: rotate(25deg);
}

/*タイトルに黄色い下線の装飾
=============*/
.c-ttl-underline {
  position: relative;
}
.c-ttl-underline::before {
  content: '';
  width: 104%;
  height: 10px;
  background: #FFF100;
  position: absolute;
  bottom: 3px;
  left: -2%;
}
.c-ttl-underline .in {
  position: relative;
  z-index: 5;
}

/*丸のタイトル 【数字だけ】【文字だけ】【文字と数字】
=============*/
.c-ttl-circle {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  border: 1px solid #4BA0B8;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-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 (min-width: 812px) {
  .c-ttl-circle {
    width: 70px;
    height: 70px;
  }
}
.c-ttl-circle__in .text {
  margin: 2px auto 0;
}
@media screen and (min-width: 812px) {
  .c-ttl-circle__in .text {
    margin: 4px auto 2px;
  }
}
.c-ttl-circle .number {
  display: block;
  font-size: 20px;
  font-size: 1.25rem;
  color: #4BA0B8;
}
@media screen and (min-width: 812px) {
  .c-ttl-circle .number {
    font-size: 32px;
    font-size: 2rem;
  }
}
.c-ttl-circle .text {
  display: block;
  font-size: 10px;
  font-size: 0.625rem;
  color: #4BA0B8;
  font-weight: bold;
}
@media screen and (min-width: 812px) {
  .c-ttl-circle .text {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}

/*丸付きのタイトル
=============*/
.c-ttl-circle--side {
  margin-bottom: 20px;
  text-align: center;
}
@media screen and (min-width: 812px) {
  .c-ttl-circle--side {
    text-align: left;
  }
}
.c-ttl-circle--side__in {
  display: inline-block;
  text-align: center;
}
@media screen and (min-width: 812px) {
  .c-ttl-circle--side__in {
    text-align: left;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
  }
}
.c-ttl-circle--side .c-ttl-circle {
  margin: 0 auto 5px;
}
@media screen and (min-width: 812px) {
  .c-ttl-circle--side .c-ttl-circle {
    margin: 0 10px 0 0;
  }
}
.c-ttl-circle--side__num {
  display: inline-block;
  vertical-align: middle;
  color: #4BA0B8;
  font-size: 55px;
  font-size: 3.4375rem;
  position: relative;
}
@media screen and (min-width: 812px) {
  .c-ttl-circle--side__num {
    font-size: 72px;
    font-size: 4.5rem;
    padding-right: 10px;
  }
}
.c-ttl-circle--side__text {
  display: block;
  color: #4BA0B8;
  font-size: 25px;
  font-size: 1.5625rem;
  position: relative;
  line-height: 1.3;
}
@media screen and (min-width: 812px) {
  .c-ttl-circle--side__text {
    display: inline-block;
    vertical-align: middle;
    font-size: 32px;
    font-size: 2rem;
  }
}

/*補助コンテンツのタイトル
=============*/
.c-ttl-asaid {
  font-size: 16px;
  font-size: 1rem;
  color: #4BA0B8;
  margin-bottom: 15px;
  line-height: 1.6;
}
@media screen and (min-width: 812px) {
  .c-ttl-asaid {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

/*文章内タイトル
=============*/
.c-ttl-txt-in {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
  border-left: 3px solid #cccccc;
  padding-left: 5px;
}
.c-ttl-txt-in + .c-basic-txt, .c-ttl-txt-in + .p-basic-list__item, .c-ttl-txt-in + .p-ol-list__item, .c-ttl-txt-in + .p-ol-list--sub__item, .c-ttl-txt-in + .p-ol-list--kana__item {
  margin-bottom: 10px;
}

/* =========================================================
text - 共通のテキストなど
========================================================= */
/*＝＝＝＝＝＝＝＝＝＝＝
テキスト
＝＝＝＝＝＝＝＝＝＝＝*/
.c-basic-txt, .p-basic-list__item, .p-ol-list__item, .p-ol-list--sub__item, .p-ol-list--kana__item {
  color: #333333;
  line-height: 1.8;
  letter-spacing: 2px;
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (min-width: 812px) {
  .c-basic-txt, .p-basic-list__item, .p-ol-list__item, .p-ol-list--sub__item, .p-ol-list--kana__item {
    line-height: 2;
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
.c-basic-txt a, .p-basic-list__item a, .p-ol-list__item a, .p-ol-list--sub__item a, .p-ol-list--kana__item a {
  text-decoration: underline;
}
.c-basic-txt strong, .p-basic-list__item strong, .p-ol-list__item strong, .p-ol-list--sub__item strong, .p-ol-list--kana__item strong {
  font-weight: bold;
}
.c-basic-txt p, .p-basic-list__item p, .p-ol-list__item p, .p-ol-list--sub__item p, .p-ol-list--kana__item p {
  margin-bottom: 5px;
}
.c-basic-txt__img {
  text-align: center;
  display: block;
  padding-bottom: 10px;
  max-width: 400px;
  margin: 0 auto;
}
@media screen and (min-width: 812px) {
  .c-basic-txt__img {
    display: inline-block;
  }
}
@media screen and (min-width: 812px) {
  .c-basic-txt__img.left {
    float: left;
    padding-right: 15px;
  }
}
@media screen and (min-width: 812px) {
  .c-basic-txt__img.right {
    float: right;
    padding-left: 15px;
  }
}
.c-basic-txt.small, .small.p-basic-list__item, .small.p-ol-list__item, .small.p-ol-list--sub__item, .small.p-ol-list--kana__item {
  font-size: 12px;
  font-size: 0.75rem;
}

/* =========================================================
button - ボタン関係のコンポーネント
========================================================= */
/*=============
  ■メインのボタン 角丸
=============*/
.c-basic-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  max-width: 320px;
  width: 100%;
  padding: 20px 10px;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  background: url(../images/icon/icon_arrow_right_w.svg) no-repeat right 10% center;
  background-size: 15px 15px;
  background-color: #4BA0B8;
  text-align: center;
  text-decoration: none;
  text-decoration: none !important;
  transition: .3s;
  cursor: pointer;
}
.c-basic-btn__in {
  display: block;
  width: 100%;
  font-size: 16px;
  font-size: 1rem;
  color: #ffffff;
  font-weight: bold;
  position: relative;
}
.c-basic-btn__in::before {
  content: '';
  width: 23px;
  height: 23px;
  background-size: 23px 23px;
  position: absolute;
  top: calc(50% - 11px);
  left: 0;
}
.c-basic-btn.line {
  background-color: #00B900;
}
.c-basic-btn.line .c-basic-btn__in::before {
  background-image: url(../images/icon/icon_line_w.svg);
}
.c-basic-btn.mail .c-basic-btn__in::before {
  background-image: url(../images/icon/icon_mail_w.svg);
}
.c-basic-btn.tel {
  background-image: url(../images/icon/icon_arrow_right.svg);
  background-color: #FFED00;
}
.c-basic-btn.tel .c-basic-btn__in {
  color: #333333;
}
.c-basic-btn.tel .c-basic-btn__in::before {
  background: url(../images/icon/icon_tel.svg);
}
.c-basic-btn.shop {
  background-color: #F6A716;
}
.c-basic-btn.shop .c-basic-btn__in::before {
  background-image: url(../images/icon/icon_shop_w.svg);
}
.c-basic-btn.bulgeout {
  background-color: #D14481;
}
.c-basic-btn.bulgeout .c-basic-btn__in::before {
  background-image: url(../images/icon/icon_business_trip_w.svg);
}
.c-basic-btn.delivery .c-basic-btn__in::before {
  background-image: url(../images/icon/icon_moving_w.svg);
}
.c-basic-btn.back {
  background: url(../images/icon/icon_arrow_left_w.svg) no-repeat left 10% center;
  background-size: 15px 15px;
  background-color: #cccccc;
}
.c-basic-btn.white {
  background-image: url(../images/icon/icon_arrow_right_main.svg);
  background-color: #ffffff;
}
.c-basic-btn.white .c-basic-btn__in {
  color: #4BA0B8;
}
.c-basic-btn.red {
  background-color: #BF3559;
}
.c-basic-btn.second {
  background-color: #4BB8B4;
}
.c-basic-btn.fax {
  background-image: url(../images/icon/icon_fax_w.svg);
}
.c-basic-btn.mini {
  max-width: 250px;
  padding: 15px 10px;
  background-size: 12px 12px;
}
.c-basic-btn.mini .c-basic-btn__in {
  font-size: 15px;
  font-size: 0.9375rem;
  color: #ffffff;
}

/*=============
  ■四角　二重線
=============*/
.c-double-btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  max-width: 365px;
  width: 100%;
  height: 65px;
  padding: 4px;
  background: url(../images/icon/icon_arrow_right_w.svg) no-repeat right 10% center;
  background-size: 15px 15px;
  background-color: #4BA0B8;
  text-align: center;
  text-decoration: none !important;
  transition: .3s;
  cursor: pointer;
}
.c-double-btn::before {
  content: '';
  display: block;
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  border: 1px solid rgba(255, 255, 255, 0.7);
  position: absolute;
  top: 3px;
  left: 3px;
}
.c-double-btn .in {
  display: block;
  width: 100%;
  font-size: 16px;
  font-size: 1rem;
  color: #ffffff;
  font-weight: bold;
}

/*=============
丸い吹き出しボタン
※「p-link-callout」とセット→_link.scss
=============*/
.c-callout-btn {
  display: inline-block;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  position: relative;
  max-width: 300px;
  max-height: 300px;
  margin-bottom: 20px;
  background: #F9F9F9;
  /*店頭買取*/
  /*宅配買取・メール*/
  /*出張買取*/
  /*line*/
  /*tel*/
}
.c-callout-btn::before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 20px 0 20px;
  border-color: #F9F9F9 transparent transparent transparent;
  position: absolute;
  bottom: -20px;
  left: calc(50% - 20px);
}
.c-callout-btn__name {
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding-bottom: 12%;
  padding-left: 5px;
}
.c-callout-btn__name .in {
  background: url(../images/icon/icon_arrow_right_w.svg) no-repeat right center;
  background-size: 12px 12px;
  padding-right: 17px;
  color: #ffffff;
  font-size: 16px;
  font-size: 1rem;
}
.c-callout-btn.no-arrow {
  margin-bottom: 0;
}
.c-callout-btn.no-arrow::before {
  content: none;
}
.c-callout-btn.shop {
  background: #F6A716;
}
.c-callout-btn.shop::before {
  border-color: #F6A716 transparent transparent transparent;
}
.c-callout-btn.delivery, .c-callout-btn.mail {
  background: #4BA0B8;
}
.c-callout-btn.delivery::before, .c-callout-btn.mail::before {
  border-color: #4BA0B8 transparent transparent transparent;
}
.c-callout-btn.bulgeout {
  background: #D14481;
}
.c-callout-btn.bulgeout::before {
  border-color: #D14481 transparent transparent transparent;
}
.c-callout-btn.line {
  background: #00B900;
}
.c-callout-btn.line::before {
  border-color: #00B900 transparent transparent transparent;
}
.c-callout-btn.tel {
  background: #FFED00;
}
.c-callout-btn.tel::before {
  border-color: #FFED00 transparent transparent transparent;
}
.c-callout-btn.tel .c-callout-btn__name .in {
  color: #333333;
  background-image: url("../images/icon/icon_arrow_right_black.svg");
}

/*=============
丸ボタン
=============*/
.c-circle-btn {
  text-align: center;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  position: relative;
  background: #F3F3F3;
  width: 100%;
  max-width: 300px;
  height: 300px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.c-circle-btn .img {
  max-width: 120px;
  width: 100%;
}
.c-circle-btn .text {
  margin-top: 15px;
  color: #333333;
  font-size: 16px;
  font-size: 1rem;
  background: url(../images/icon/icon_arrow_right_black.svg) no-repeat right center;
  background-size: 12px 12px;
  padding-right: 17px;
}

/* =========================================================
media - 画像関係のコンポーネント
========================================================= */
.c-responsive-img {
  display: inline-block;
  height: auto;
  max-width: 100%;
}
.c-responsive-img__link {
  width: 100%;
}

.c-circle-img {
  border-radius: 50%;
}

/*=============
高さに合わせてトリミング
==============*/
.c-square-img {
  display: block;
  overflow: hidden;
  width: 100%;
  /* トリミングしたい枠の幅 */
  height: 190px;
  /* トリミングしたい枠の高さ */
  position: relative;
}
.c-square-img__img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: auto;
  height: 100%;
}

/* =========================================================
gmap - Google Maps関連
========================================================= */
.c-gmap {
  margin: 0 auto;
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
@media screen and (min-width: 1000px) {
  .c-gmap {
    padding-top: 80%;
  }
}
.c-gmap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.c-ifream {
  margin: 0 auto;
  position: relative;
  width: 100%;
  padding-top: 130%;
}
@media screen and (min-width: 1000px) {
  .c-ifream {
    padding-top: 30.22%;
  }
}
.c-ifream iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

/* =========================================================
pagenation - ページ送り
========================================================= */
.c-pagenation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  padding: 10px 0;
}
.c-pagenation a, .c-pagenation span {
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  height: 30px;
  text-align: center;
  padding: 6px;
  margin: 0 3px;
  border: 1px solid #4BA0B8;
  border-radius: 50%;
  color: #4BA0B8;
  font-size: 15px;
  font-size: 0.9375rem;
}
.c-pagenation .previouspostslink,
.c-pagenation .nextpostslink {
  background: #ffffff;
  border-color: #cccccc;
  color: #959595;
}
.c-pagenation .page {
  background: #ffffff;
}
.c-pagenation .current {
  background: #4BA0B8;
  color: #ffffff;
}

/* =========================================================
form - フォーム関連
========================================================= */
/*form要素のcssリセット*/
input,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input::placeholder,
select::placeholder {
  font-size: 1.1em;
}

input[type="text"] {
  border: none;
  outline: none;
  display: inline-block;
}

button,
input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  border: none;
  outline: none;
  background: transparent;
}

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;
}

input[type="button"] {
  border: none;
  outline: none;
  display: inline-block;
}

input[type="email"] {
  border: none;
  outline: none;
  display: inline-block;
}

input[type="tel"] {
  border: none;
  outline: none;
  display: inline-block;
}

input[type="password"] {
  border: none;
  outline: none;
  display: inline-block;
}

/*サイト内検索
===========*/
.c-free-search.c-form-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.c-free-search.c-form-content .c-free-search__input.c-form-input {
  -moz-border-radius: 100px 0 0 100px;
  -webkit-border-radius: 100px;
  border-radius: 100px 0 0 100px;
  width: calc(100% - 60px);
  border-right: none;
  margin: 0;
  max-width: 100%;
  border: 1px solid #dddddd;
  padding: 10px 15px;
  height: 42px;
}
.c-free-search.c-form-content .c-free-search__btn {
  display: inline-block;
  vertical-align: bottom;
  background: url(../images/icon/icon_search_w.svg) no-repeat center;
  background-size: auto 60%;
  background-color: #4BA0B8;
  -moz-border-radius: 0 100px 100px 0;
  -webkit-border-radius: 0;
  border-radius: 0 100px 100px 0;
  border: 1px solid #dddddd;
  border-left: none;
  height: 42px;
  width: 60px;
}

/*問い合わせ　ステップ
===============*/
.c-form-stepbar {
  position: relative;
  text-align: center;
  margin: 0 auto 30px;
}
@media screen and (min-width: 812px) {
  .c-form-stepbar {
    margin: 0 auto 50px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
  }
}
.c-form-stepbar__item {
  position: relative;
  width: calc(100% - 15px);
  background: #F9F9F9;
  padding: 6px 15px 0 6px;
  margin-right: 15px;
  margin-bottom: 5px;
  height: 30px;
}
@media screen and (min-width: 812px) {
  .c-form-stepbar__item {
    padding: 9px 15px 0 9px;
    margin-bottom: 0;
    width: 33.333%;
    height: 40px;
  }
}
.c-form-stepbar__item::before, .c-form-stepbar__item::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 0 15px 15px;
  position: absolute;
  top: 0;
}
@media screen and (min-width: 812px) {
  .c-form-stepbar__item::before, .c-form-stepbar__item::after {
    border-width: 20px 0 20px 15px;
  }
}
.c-form-stepbar__item::before {
  border-color: transparent transparent transparent #ffffff;
  left: 0;
}
.c-form-stepbar__item::after {
  border-color: transparent transparent transparent #F9F9F9;
  right: -15px;
}
.c-form-stepbar__item:first-child::before, .c-form-stepbar__item:last-child::after {
  content: none;
}
.c-form-stepbar__item:last-child {
  width: 100%;
  margin-right: 0;
  padding-right: 15px;
}
@media screen and (min-width: 812px) {
  .c-form-stepbar__item:last-child {
    width: 33.333%;
    padding-right: 0;
  }
}
.c-form-stepbar__item .text {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.3;
  color: #4BA0B8;
}
@media screen and (min-width: 812px) {
  .c-form-stepbar__item .text {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
.c-form-stepbar .visited {
  background: #CBEDF7;
}
.c-form-stepbar .visited::after {
  border-color: transparent transparent transparent #CBEDF7;
}

/*===================
formの形
====================*/
.c-form {
  border: 5px solid #CBEDF7;
  padding: 10px;
  background: #ffffff;
}
@media screen and (min-width: 812px) {
  .c-form {
    padding: 30px;
  }
}
.c-form .c-form-ttl {
  text-align: center;
  margin-bottom: 20px;
  font-size: 18px;
  font-size: 1.125rem;
  color: #4BA0B8;
  line-height: 1.3;
}
@media screen and (min-width: 812px) {
  .c-form .c-form-ttl {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
.c-form .c-form-ttl .small {
  font-size: 75%;
  margin-left: 10px;
}

.c-form-contents__in {
  border-top: 1px solid #E5E5E5;
  margin-top: 20px;
  padding-top: 20px;
}
@media screen and (min-width: 812px) {
  .c-form-contents__in {
    margin-top: 40px;
    padding-top: 40px;
  }
}
.c-form-contents__ttl {
  text-align: center;
  margin-bottom: 20px;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.3;
}
@media screen and (min-width: 812px) {
  .c-form-contents__ttl {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

.c-form .c-form-main {
  max-width: 600px;
  margin: 0 auto;
}
.c-form .c-form-main__in {
  border-bottom: 1px dotted #cccccc;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
@media screen and (min-width: 812px) {
  .c-form .c-form-main__in {
    padding-bottom: 20px;
    margin-bottom: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -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;
  }
}
.c-form .c-form-main__in:last-of-type {
  border-bottom: none;
  margin-bottom: 0;
}
.c-form .c-form-main__ttl {
  position: relative;
  padding: 10px 0;
}
@media screen and (min-width: 812px) {
  .c-form .c-form-main__ttl {
    width: 30%;
  }
}
@media screen and (min-width: 812px) {
  .c-form .c-form-main__contents {
    width: 70%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.c-form .c-form-main__contents .c-form-input,
.c-form .c-form-main__contents .c-form-select {
  margin: 0 auto 5px;
}
@media screen and (min-width: 812px) {
  .c-form .c-form-main__contents .c-form-input,
  .c-form .c-form-main__contents .c-form-select {
    margin: 0 5px 5px;
  }
}
.c-form .c-form-main__contents .num {
  width: 100%;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.c-form .c-form-main__contents .num .mwform-tel-field {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.c-form .c-form-main__contents .add-text {
  width: 100%;
  margin-top: 10px;
}
.c-form .c-form-main__contents .add-text .c-form-select {
  max-width: 250px;
}
.c-form .c-form-main__contents .add-text .c-form-input {
  margin-top: 10px;
}

/*basic
===============*/
/*セレクトタグ*/
.c-form .c-form-select {
  display: block;
  width: 100%;
  border: 1px solid #959595;
  padding: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background: url(../images/icon/icon_arrow_down_gray.svg) no-repeat right 5px center;
  background-size: 10px 10px;
  padding-right: 20px;
  background-color: #ffffff;
  min-height: 36px;
  line-height: 34px;
  cursor: pointer;
}
@media all and (-ms-high-contrast: none) {
  .c-form .c-form-select {
    background: #ffffff;
    padding-right: 5px;
  }
}

/*input*/
.c-form .c-form-input {
  border: 1px solid #dddddd;
  padding: 5px 10px;
  background: #F9F9F9;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  font-size: 14px;
  font-size: 0.875rem;
  width: 100%;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  min-height: 36px;
  line-height: 34px;
}
.c-form .c-form-input:focus {
  border-color: #DEE5ED;
  background: #ebf7ff;
}
@media screen and (min-width: 812px) {
  .c-form .c-form-input.mini {
    max-width: 300px;
  }
}
@media screen and (min-width: 812px) {
  .c-form .c-form-input.mini2 {
    max-width: 150px;
  }
}
.c-form .c-form-input.mini3 {
  max-width: 90px;
}
@media screen and (min-width: 812px) {
  .c-form .c-form-input.mini3 {
    max-width: 100px;
  }
}

/*input text*/
input[type="text"].c-form-text {
  border: 1px solid #dddddd;
  padding: 5px;
  background: #ffffff;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

/*パスワード*/
@media screen and (min-width: 812px) {
  .c-form-password {
    max-width: 300px;
  }
}

/*ラジオボタン*/
.c-form-radio {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  width: 100%;
}
@media screen and (min-width: 812px) {
  .c-form-radio {
    min-width: 300px;
    word-break: keep-all;
  }
}
.c-form-radio input {
  display: none !important;
}
.c-form-radio label {
  display: block;
  cursor: pointer;
  width: 50%;
  margin: 0;
  padding: 10px;
  color: #959595;
  border-top: 1px solid #959595;
  border-bottom: 1px solid #959595;
  border-right: 1px solid #959595;
  font-size: 14px;
  font-size: 0.875rem;
  text-align: center;
  line-height: 1;
  transition: .2s;
}
.c-form-radio label:first-of-type {
  border-radius: 3px 0 0 3px;
  border-left: 1px solid #959595;
}
.c-form-radio label:last-of-type {
  border-radius: 0 3px 3px 0;
}
@media screen and (min-width: 812px) {
  .c-form-radio label {
    max-width: 200px;
  }
}
.c-form-radio input[type="radio"]:checked + .switch-on {
  background-color: #4BA0B8;
  color: #ffffff;
  border: none;
}
.c-form-radio--long {
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-top: 1px solid #959595;
  border-left: 1px solid #959595;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.c-form-radio--long label {
  max-width: 100%;
  border-top: none;
  border-left: none;
  border-bottom: 1px solid #959595;
  border-right: 1px solid #959595;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.c-form-radio--long label:first-of-type {
  border-left: none;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.c-form-radio--long label:last-of-type {
  -moz-border-radius: 0 0 5px 0;
  -webkit-border-radius: 0;
  border-radius: 0 0 5px 0;
}

/*チェックボタン*/
.c-form-checkbox__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -5px;
}
@media screen and (min-width: 812px) {
  .c-form-checkbox__list {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.c-form-checkbox__list .c-form-checkbox,
.c-form-checkbox__list .mwform-checkbox-field {
  border: 1px solid #959595;
  width: 46%;
  padding: 10px 5px;
  margin: 0 5px 5px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  cursor: pointer;
  text-align: left;
}

.c-form-checkbox,
.mwform-checkbox-field {
  display: block;
  width: 100%;
}
.c-form-checkbox__input,
.mwform-checkbox-field__input {
  display: none !important;
}
.c-form-checkbox__parts,
.c-form-checkbox .mwform-checkbox-field-text,
.mwform-checkbox-field__parts,
.mwform-checkbox-field .mwform-checkbox-field-text {
  position: relative;
  font-size: 14px;
  font-size: 0.875rem;
  word-break: break-all;
  padding-left: 25px;
  display: inline-block;
}
@media screen and (min-width: 812px) {
  .c-form-checkbox__parts,
  .c-form-checkbox .mwform-checkbox-field-text,
  .mwform-checkbox-field__parts,
  .mwform-checkbox-field .mwform-checkbox-field-text {
    padding-left: 30px;
    padding-right: 0;
  }
}
.c-form-checkbox__parts::before,
.c-form-checkbox .mwform-checkbox-field-text::before,
.mwform-checkbox-field__parts::before,
.mwform-checkbox-field .mwform-checkbox-field-text::before {
  content: "";
  display: block;
  position: absolute;
  top: -4px;
  left: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #959595;
  -moz-border-radius: 4;
  -webkit-border-radius: 4;
  border-radius: 4;
  background: #ffffff;
}
.c-form-checkbox__input:checked + .c-form-checkbox__parts, .c-form-checkbox__input:checked + .mwform-checkbox-field-text,
.mwform-checkbox-field__input:checked + .c-form-checkbox__parts,
.mwform-checkbox-field__input:checked + .mwform-checkbox-field-text, .c-form-checkbox__input:checked +
.mwform-checkbox-field__parts,
.mwform-checkbox-field__input:checked +
.mwform-checkbox-field__parts {
  color: #4BA0B8;
  font-weight: bold;
}
.c-form-checkbox__input:checked + .c-form-checkbox__parts::after, .c-form-checkbox__input:checked + .mwform-checkbox-field-text::after,
.mwform-checkbox-field__input:checked + .c-form-checkbox__parts::after,
.mwform-checkbox-field__input:checked + .mwform-checkbox-field-text::after, .c-form-checkbox__input:checked +
.mwform-checkbox-field__parts::after,
.mwform-checkbox-field__input:checked +
.mwform-checkbox-field__parts::after {
  content: "";
  display: block;
  position: absolute;
  top: -3px;
  left: 7px;
  width: 7px;
  height: 14px;
  transform: rotate(40deg);
  border-bottom: 3px solid #4BA0B8;
  border-right: 3px solid #4BA0B8;
}

/*テキストエリア*/
.c-form-textarea {
  max-width: 400px;
  width: 100%;
  height: 150px;
  margin: 0 auto;
  display: block;
  font-family: sans-serif;
  padding: 3px 10px;
  outline: none;
  background: #F9F9F9;
  border: 1px solid #959595;
  border-radius: 5px;
  font-size: 14px;
  font-size: 0.875rem;
}

/*error必須*/
.c-form-req {
  position: relative;
  padding-right: 50px !important;
  margin-top: 0px;
}
.c-form-req::after {
  content: "必須";
  color: #E84728;
  background: #ffffff;
  font-size: 11px;
  font-size: 0.6875rem;
  position: absolute;
  -moz-border-radius: 3;
  -webkit-border-radius: 3;
  border-radius: 3;
  padding: 4px;
  border: 1px solid #E84728;
}
@media screen and (max-width: 811px) {
  .c-form-req::after {
    top: 7px;
    right: 5px;
  }
}
@media screen and (min-width: 812px) {
  .c-form-req::after {
    right: 10px;
    top: 5px;
  }
}

/*error必須 背景色変更*/
.c-input--req {
  background-color: #ffe8e8;
}
.c-input--req + .c-form-checkbox__parts::before {
  background-color: #ffe8e8;
}

/*error表示*/
.c-form-error {
  margin-bottom: 10px;
  text-align: center;
  display: none !important;
  width: 100%;
}
@media screen and (min-width: 812px) {
  .c-form-error {
    text-align: left;
  }
}
.c-form-error__in {
  color: #E84728;
  font-weight: bold;
  font-size: 13px;
  font-size: 0.8125rem;
  background: url(../images/icon/icon_exclamation_red.svg) no-repeat left center;
  background-size: 13px 13px;
  padding-left: 18px;
}
.c-form-error.on {
  display: block !important;
}

.c-input--error {
  border-color: #E84728 !important;
}
.c-input--error + .c-form-checkbox__parts::before {
  border-color: #E84728 !important;
}
.c-input--error.c-form-radio {
  border: 1px solid #E84728;
  -moz-border-radius: 5;
  -webkit-border-radius: 5;
  border-radius: 5;
}

/*利用規約に同意*/
.c-form-privacy {
  text-align: center;
  margin-top: 30px;
}
.c-form-privacy__label, .c-form-privacy label {
  display: inline-block;
}
.c-form-privacy__label input, .c-form-privacy label input {
  display: none !important;
}
.c-form-privacy__label .text,
.c-form-privacy__label .mwform-checkbox-field-text, .c-form-privacy label .text,
.c-form-privacy label .mwform-checkbox-field-text {
  position: relative;
  font-size: 14px;
  font-size: 0.875rem;
  word-break: break-all;
  padding-left: 25px;
  display: inline-block;
  transition: .3s;
  cursor: pointer;
}
.c-form-privacy__label .text:hover,
.c-form-privacy__label .mwform-checkbox-field-text:hover, .c-form-privacy label .text:hover,
.c-form-privacy label .mwform-checkbox-field-text:hover {
  opacity: .7;
}
@media screen and (min-width: 812px) {
  .c-form-privacy__label .text,
  .c-form-privacy__label .mwform-checkbox-field-text, .c-form-privacy label .text,
  .c-form-privacy label .mwform-checkbox-field-text {
    padding-left: 30px;
    padding-right: 0;
  }
}
.c-form-privacy__label .text::before,
.c-form-privacy__label .mwform-checkbox-field-text::before, .c-form-privacy label .text::before,
.c-form-privacy label .mwform-checkbox-field-text::before {
  content: "";
  display: block;
  position: absolute;
  top: -4px;
  left: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #959595;
  -moz-border-radius: 4;
  -webkit-border-radius: 4;
  border-radius: 4;
  background: #ffffff;
}
.c-form-privacy__label input:checked + .text,
.c-form-privacy__label input:checked + .mwform-checkbox-field-text, .c-form-privacy label input:checked + .text,
.c-form-privacy label input:checked + .mwform-checkbox-field-text {
  color: #4BA0B8;
  font-weight: bold;
}
.c-form-privacy__label input:checked + .text::after,
.c-form-privacy__label input:checked + .mwform-checkbox-field-text::after, .c-form-privacy label input:checked + .text::after,
.c-form-privacy label input:checked + .mwform-checkbox-field-text::after {
  content: "";
  display: block;
  position: absolute;
  top: -3px;
  left: 7px;
  width: 7px;
  height: 14px;
  transform: rotate(40deg);
  border-bottom: 3px solid #4BA0B8;
  border-right: 3px solid #4BA0B8;
}

/*ボタンの並び*/
.c-form-btnarea {
  text-align: center;
  margin: 20px auto;
}
.c-form-btnarea .c-basic-btn {
  display: inline-block;
  max-width: 300px;
  margin: 5px auto;
  border: none;
  color: #ffffff;
  font-weight: bold;
  transition: .3s;
  cursor: pointer;
}
.c-form-btnarea .c-basic-btn:hover {
  opacity: .7;
}
@media screen and (min-width: 812px) {
  .c-form-btnarea .c-basic-btn {
    margin: 5px;
  }
}
.c-form-btnarea .c-basic-btn.accent {
  background-color: #F6A716;
}
.c-form-btnarea--reverse {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: reverse;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column-reverse;
  -moz-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
@media screen and (min-width: 812px) {
  .c-form-btnarea--reverse {
    display: block;
  }
}

/*mw wp form=================*/
.mw_wp_form .error {
  display: block;
  color: #E84728;
  border-radius: 5px;
  width: 100%;
  background: #ffe8e8;
  padding: 10px;
  margin: 5px auto;
  font-size: 12px;
  font-size: 0.75rem;
}
.mw_wp_form .mw-wp-form_image img {
  display: inline-block;
  max-width: 100%;
}

/*ボタンの並び*/
.c-form-btnarea {
  text-align: center;
}
.c-form-btnarea .c-form-btn {
  display: inline-block;
  max-width: 300px;
  width: 100%;
  margin: 5px auto;
  padding: 20px 10px;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  text-align: center;
  background: url(../images/icon/icon_arrow_right_w.svg) no-repeat right 10% center;
  background-size: 15px 15px;
  background-color: #4BA0B8;
  color: #ffffff;
  transition: .3s;
  cursor: pointer;
}
.c-form-btnarea .c-form-btn:hover {
  opacity: .7;
}
@media screen and (min-width: 812px) {
  .c-form-btnarea .c-form-btn {
    margin: 5px;
  }
}

/*確認画面
=======================*/
.c-form.confirmation .c-form-main__ttl, .c-form.confirmation .c-form-main__contents {
  line-height: 1.6;
}
@media screen and (min-width: 812px) {
  .c-form.confirmation .c-form-main__ttl, .c-form.confirmation .c-form-main__contents {
    padding: 10px 0;
  }
}
.c-form.confirmation .p-delivery-form__input .input-text::before {
  content: none;
}

/*大きいエラー表示　通常表示
=======================*/
/*error*/
.c-form-box--error {
  margin: 15px auto;
  padding: 20px;
  border: 6px double #E84728;
  background: #ffdfdf;
}
.c-form-box--error p {
  text-align: center;
  color: #E84728;
  font-weight: bold;
}
.c-form-box--error__title {
  font-size: 120%;
  background: url(../images/icon/icon_exclamation_red.svg) no-repeat left center;
  background-size: 20px 20px;
  padding-left: 25px;
  display: inline-block;
}

/*normal*/
.c-form-box--normal {
  margin: 15px auto;
  padding: 20px;
  border: 2px dashed #F18F01;
  background: #e0fffc;
}
.c-form-box--normal p {
  text-align: center;
  color: #F18F01;
  font-weight: bold;
}
.c-form-box--normal__title {
  font-size: 120%;
  display: inline-block;
}

/* =========================================================
table.scss - 表
========================================================= */
.c-table {
  background: #F9F9F9;
  border: 1px solid #E5E5E5;
}
@media screen and (min-width: 812px) {
  .c-table {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.c-table .c-th, .c-table .c-td {
  padding: 10px;
  font-size: 13px;
  font-size: 0.8125rem;
  border-top: 1px solid #E5E5E5;
  letter-spacing: 1px;
  line-height: 1.8;
  width: 100%;
  min-height: 44px;
}
@media screen and (min-width: 812px) {
  .c-table .c-th, .c-table .c-td {
    padding: 15px 10px;
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
.c-table .c-th {
  color: #000000;
}
.c-table .c-th:first-of-type {
  border-top: none;
}
@media screen and (min-width: 812px) {
  .c-table .c-th {
    width: 15%;
  }
}
.c-table .c-td {
  background: #ffffff;
}
@media screen and (min-width: 812px) {
  .c-table .c-td {
    width: 85%;
  }
  .c-table .c-td:first-of-type {
    border-top: none;
  }
}
@media screen and (max-width: 811px) {
  .c-table--sp-full .c-th, .c-table--sp-full .c-td {
    width: 100%;
  }
}
@media screen and (min-width: 812px) {
  .c-table--col4 .c-th:nth-of-type(2), .c-table--col4 .c-td:nth-of-type(2) {
    border-top: none;
  }
}
.c-table--col4 .c-th:first-of-type {
  border-top: none;
}
@media screen and (min-width: 812px) {
  .c-table--col4 .c-th {
    width: 15%;
  }
}
.c-table--col4 .c-td {
  background: #ffffff;
}
@media screen and (min-width: 812px) {
  .c-table--col4 .c-td:first-of-type {
    border-top: none;
  }
}
@media screen and (min-width: 812px) {
  .c-table--col4 .c-td {
    width: 35%;
  }
}
.c-table__width {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media screen and (min-width: 812px) {
  .c-table__width {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    border-top: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
  }
}
.c-table__width .c-table {
  width: 100%;
  border-top: 1px dashed #dddddd;
  border-bottom: none;
}
@media screen and (min-width: 812px) {
  .c-table__width .c-table {
    border: none;
    border-right: 1px dashed #dddddd;
  }
}
.c-table__width .c-table:last-of-type {
  border-bottom: 1px dashed #dddddd;
}
@media screen and (min-width: 812px) {
  .c-table__width .c-table:last-of-type {
    border: none;
  }
}
@media screen and (min-width: 812px) {
  .c-table__width .c-table {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media screen and (min-width: 812px) {
  .c-table__width .c-table .c-th, .c-table__width .c-table .c-td {
    width: 100%;
  }
}

/* =========================================================
drawer - ドロワーメニュー
========================================================= */
.drawer--right.drawer-open .drawer-hamburger {
  background-color: #fff;
  border-radius: 0 0 0 5px;
}

.drawer-hamburger-icon {
  background: none;
}

.drawer-hamburger-icon:after,
.drawer-hamburger-icon:before {
  top: -6px;
}

.drawer-hamburger-icon:after {
  top: 5px;
}

.drawer-menu {
  position: relative;
}
.drawer-menu_header {
  background: #ffed7a;
  padding: 20px 20px;
  height: 60px;
}
.drawer-menu_footer {
  font-size: .9rem;
  position: absolute;
  bottom: 0;
  margin: 15px auto;
}
.drawer-menu_footer a.drawer-menu__link {
  padding: 6px 25px;
}
.drawer-menu_footer a.drawer-menu__link:before {
  content: '';
  display: inline-block;
  width: 5px;
  height: 5px;
  border-top: solid 2px #333;
  border-right: solid 2px #333;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin: 0 11px 0 0;
}
.drawer-menu_single {
  background: #EFF1F3;
  border-radius: 8px;
  margin: 8px 8px 0;
  overflow: hidden;
}
.drawer-menu_single > a {
  display: flex;
  align-items: center;
}
.drawer-menu_single > a:hover {
  background: #ffed7a;
  opacity: 1;
}
.drawer-menu_single > a i {
  margin: 0 10px 0 0;
}
.drawer-menu__link {
  display: block;
  color: #333;
  padding: 20px 25px;
}

/* =========================================================
input - input関連の装飾
========================================================= */
.c-input-ttl:not(:first-of-type) {
  margin: 22px auto 0;
}
.c-input-item {
  line-height: 1.4;
  margin: 10px auto 0;
}
.c-input-item__text {
  border-radius: 8px;
  padding: 15px;
  width: 100%;
}
.c-input-item__textarea {
  border: none;
  border-radius: 8px;
  outline: none;
  padding: 15px;
  width: 100%;
}
.c-input-item__label {
  background-color: #EFF1F3;
  border-radius: 8px;
  box-shadow: 5px 5px 10px #C5CED8,-5px -5px 10px #fff;
  display: block;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.1;
  margin: auto;
  padding: 18px 20px;
  text-align: center;
  width: 100%;
}
.c-input-item__select {
  background: #fff;
  border-radius: 8px;
  border: none;
  line-height: 1;
  padding: 15px 20px;
  width: 100%;
}
.c-input-item__selectIcon {
  position: relative;
}
.c-input-item__selectIcon:after {
  display: block;
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 5.5px 0 5.5px;
  border-color: #333333 transparent transparent transparent;
  right: 5%;
  top: 0;
  bottom: 0;
  margin: auto;
}
.c-input-item__select:focus {
  outline: 0;
  border-color: #ca82f8;
}
.c-input-navList {
  margin: 60px auto 0;
}
.c-input-navDetail {
  text-align: center;
}
.c-input-navDetail:not(:first-of-type) {
  margin: 18px auto 0;
}
.c-input-navLink {
  box-shadow: 5px 5px 10px #C5CED8,-5px -5px 10px #fff;
  color: #333;
  line-height: 1.5;
  position: relative;
}
.c-input-navLink:after {
  background-image: url(../image/img_arrow.svg);
  background-repeat: no-repeat;
  display: block;
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 7%;
  margin: auto;
  height: 14px;
  width: 14px;
}
.c-input-navLink.next {
  background: #dca7ed;
  background: linear-gradient(110deg, #dca7ed 0%, #68a8ff 50%, #83c7ce 100%);
  border-radius: 25px;
  color: #fff;
  display: block;
  font-weight: bold;
  font-size: 1rem;
  line-height: 1;
  margin: auto;
  padding: 18px 20px;
  width: 100%;
}
.c-input-navLink.pre {
  box-shadow: none;
  font-weight: bold;
  font-size: 1rem;
  line-height: 1;
  text-decoration: underline;
}
.c-input-navLink.pre:hover {
  text-decoration: none;
}
.c-input-navLink.pre:after {
  display: none;
}
.c-input-navLink.confirm {
  background: #dca7ed;
  background: linear-gradient(110deg, #dca7ed 0%, #68a8ff 50%, #83c7ce 100%);
  border-radius: 25px;
  color: #fff;
  display: block;
  font-weight: bold;
  font-size: 1rem;
  margin: auto;
  padding: 14px 20px;
  width: 100%;
}
.c-input-confirm {
  background-color: #fff;
  padding: 15px;
}

input[type=radio] {
  display: none;
}

input[type=radio].c-input-item__radio:checked + .c-input-item__label {
  background: #F5DF4D;
}

input[type=checkbox] {
  display: none;
}

input[type=checkbox].c-input-item__checkbox:checked + .c-input-item__label {
  background: #F5DF4D;
}

/* =========================================================
modaal - トップページ　モーダルウィンドウ
========================================================= */
.modaal-container {
  max-height: 80vh;
}

.modaal-content-container {
  padding: 10px 0;
}

.modaal-image {
  max-width: 100%;
  max-height: 70vh;
}

.modaal-close {
  display: none !important;
}

.modaal-close.center {
  background: #F4E043;
  display: block !important;
  top: -10px;
  right: 0;
  left: 0;
  margin: auto;
  position: relative;
}

.modaal-close.center:hover {
  background: #fff;
}

.modaal-close.center:after,
.modaal-close.center:before {
  display: block;
  content: " ";
  position: absolute;
  top: 14px;
  left: 23px;
  width: 4px;
  height: 22px;
  border-radius: 4px;
  background: #303031;
  -webkit-transition: background .2s ease-in-out;
  transition: background .2s ease-in-out;
}

/*JS関連*/
/* =========================================================
plugin - jsの追記
========================================================= */
/*=======================
【 js-inview】スクロール位置の取得
headerのfix
*/
.jq-head-fix {
  position: fixed;
  top: -100%;
  left: 0;
  z-index: 100;
  width: 100%;
  transition: .5s;
  opacity: 0;
}
.jq-head-fix.jq-head-fix-on {
  top: 0;
  opacity: 1;
}

/*===================
横から出るメニュー　
*/
article.js-menu_list {
  position: fixed;
  top: 0;
  right: -100%;
  z-index: 9999;
  transition: .4s;
  min-height: 100%;
  height: 100%;
  width: 90%;
  overflow-y: scroll;
}
article.js-menu_list.active {
  right: 0;
}
article.js-menu_list div.g-menu_contents {
  height: 100%;
}
article.js-menu_list.active .g-menu_close {
  left: 1em;
}

article.back_curtain {
  display: none;
  height: 100vh;
  width: 100vw;
  background: url("../images/icon/icon_multiply_w.svg") no-repeat;
  background-size: 8% auto;
  background-position: left 1% top 5px;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 999;
  position: fixed;
  top: 0;
}

.js-menu_open,
.js-image-menu-open {
  cursor: pointer;
}

/*======================
【js-open】検索サイド　スマホの処理
======================*/
@media screen and (max-width: 811px) {
  .js-open {
    position: fixed;
    left: 0;
    bottom: calc(-100% + 55px);
    z-index: 1000;
    width: 100%;
    height: 100%;
    transition: .3s;
  }
}
@media screen and (min-width: 812px) {
  .js-open .js-open-btn,
  .js-open .js-open-close {
    display: none;
  }
}
.js-open.js-clicked {
  bottom: 0;
  overflow-y: scroll;
  height: 100%;
}

/*======================
【js-media-accordion】レスポンシブしたらドロップダウンメニューに
======================*/
.js-media-accordion__btn {
  transition: .3s;
  cursor: pointer;
}
.js-media-accordion__btn:hover {
  opacity: .7;
}
@media screen and (min-width: 812px) {
  .js-media-accordion__btn {
    cursor: inherit;
  }
  .js-media-accordion__btn:hover {
    opacity: 1;
  }
}
.js-media-accordion__btn__in {
  background: url(../images/icon/icon_bottom_w.svg) no-repeat right center;
  background-size: 15px 15px;
  padding-right: 20px;
}
@media screen and (min-width: 812px) {
  .js-media-accordion__btn__in {
    background-image: none;
    padding-left: 0;
    padding-right: 0;
  }
}
.js-media-accordion__btn.rotate .js-media-accordion__btn__in {
  background: url(../images/icon/icon_up_w.svg) no-repeat right center;
  background-size: 15px 15px;
  padding-right: 20px;
}

.js-media-accordion__body {
  display: none;
}
@media screen and (min-width: 812px) {
  .js-media-accordion__body {
    display: block;
  }
}

/*===================
ボタンクリックで吹き出し表示
*/
.js-click-modal {
  position: relative;
}

.js-click-modal.active .js-click-modal__modal {
  display: block;
}

.js-click-modal__modal {
  display: none;
  opacity: 0;
}

/*===================
【js-click-body】クリックしたら吹き出し closeボタン
*/
.js-click-body {
  display: none;
}
.js-click-body.active {
  display: block;
}

/*======================
【js-slick】物件詳細ページのスライダー
======================*/
.slick-slider {
  opacity: 0;
  transition: 0.3s;
}
.slick-slider.slick-initialized {
  opacity: 1;
}
.slick-slider .slick-track {
  min-width: 100%;
}

.slick-dotted.slick-slider {
  margin-bottom: 50px;
}

.js-slick-prev,
.js-slick-next {
  display: block;
  position: absolute;
  top: calc(50% - 27px);
  width: 33px;
  height: 54px;
  background-color: #4BA0B8;
  background-repeat: no-repeat;
  background-size: 60% 60%;
  z-index: 50;
  transition: .3s;
  cursor: pointer;
}
.js-slick-prev:hover,
.js-slick-next:hover {
  opacity: .7;
}

.js-slick-prev {
  left: 0;
  background-image: url(../images/icon/icon_arrow_left_w.svg);
  -moz-border-radius: 0 100% 100% 0/50%;
  -webkit-border-radius: 0;
  border-radius: 0 100% 100% 0/50%;
  background-position: left 2px center;
}

.js-slick-next {
  right: 0;
  background-image: url(../images/icon/icon_arrow_right_w.svg);
  -moz-border-radius: 100% 0 0 100%/50%;
  -webkit-border-radius: 100%;
  border-radius: 100% 0 0 100%/50%;
  background-position: right 2px center;
}

.slick-dots {
  bottom: -45px;
}
.slick-dots li {
  width: 15px;
  height: 15px;
  margin: 0 3px;
}
.slick-dots li .js-slick__dots-item {
  color: #dddddd;
  font-size: 13px;
}
.slick-dots li.slick-active .js-slick__dots-item {
  color: #4BA0B8;
}

.js-slick-fllwidth .slick-dots {
  bottom: -45px;
}
.js-slick-fllwidth .slick-dots li {
  width: 15px;
  height: 15px;
  margin: 0 3px;
}
.js-slick-fllwidth .slick-dots li .js-slick__dots-item {
  color: #D6D6D6;
  font-size: 13px;
}
.js-slick-fllwidth .slick-dots li.slick-active .js-slick__dots-item {
  color: #7D7D7D;
}

/*===================
【js-colorbox】画像のポップアップ
*/
#colorbox #cboxTitle {
  width: 100%;
  color: #4BA0B8;
  font-weight: bold;
  -moz-border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px;
  border-radius: 5px 5px 0 0;
}
#colorbox #cboxClose {
  background: url("../images/icon/icon_multiply_w.svg") no-repeat center;
  background-color: #4BA0B8;
  background-size: 60% 60%;
  width: 32px;
  height: 32px;
  top: -32px;
  right: 0px;
  transition: .3s;
  cursor: pointer;
}
#colorbox #cboxClose:hover {
  opacity: .7;
}
#colorbox #cboxNext {
  background: url("../images/icon/icon_right_w.svg") no-repeat center;
  background-color: #4BA0B8;
  background-size: 70% 70%;
  width: 35px;
  height: 35px;
  top: calc(50% - 17px);
  right: 0;
  border: 1px solid #959595;
  opacity: 0.8;
  -moz-border-radius: 5px 0 0 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px 0 0 5px;
  transition: .3s;
  cursor: pointer;
}
#colorbox #cboxNext:hover {
  opacity: .7;
}
#colorbox #cboxPrevious {
  background: url("../images/icon/icon_left_w.svg") no-repeat center;
  background-color: #4BA0B8;
  background-size: 70% 70%;
  width: 35px;
  height: 35px;
  top: calc(50% - 17px);
  left: 0;
  border: 1px solid #959595;
  opacity: 0.8;
  -moz-border-radius: 0 5px 5px 0;
  -webkit-border-radius: 0;
  border-radius: 0 5px 5px 0;
  transition: .3s;
  cursor: pointer;
}
#colorbox #cboxPrevious:hover {
  opacity: .7;
}

/*===================
【js-foot-on】画像のポップアップ
*/
.js-foot-on {
  bottom: 0;
  transition: .3s;
}
.js-foot-on.none {
  bottom: -100%;
}

/*===================
【js-tab】画像のポップアップ
*/
.js-tab-menu {
  cursor: pointer;
  transition: .3s;
}
.js-tab-menu.js-tab-active {
  cursor: auto;
}
.js-tab-body .js-tab-contents {
  display: none;
}
.js-tab-body .js-tab-contents.js-tab-show {
  display: block;
}

/*Project
======================================= */
/* =========================================================
section - セクションの大枠など
========================================================= */
.p-section {
  margin: 40px auto 0;
}
@media screen and (min-width: 812px) {
  .p-section {
    margin: 100px auto 0;
  }
}
.p-section.bg-circle--top-w {
  background: url(../images/common/bg/bg_circle_top_w.svg) no-repeat top -1px center;
  background-size: contain;
}
.p-section.bg-circle--top-glay {
  background: url(../images/common/bg/bg_circle_top_glay.svg) no-repeat top -1px center;
  background-size: contain;
  padding: 40px 0;
}
@media screen and (min-width: 812px) {
  .p-section.bg-circle--top-glay {
    padding: 70px 0;
  }
}
.p-section.bg-circle--bottom-glay {
  background: url(../images/common/bg/bg_circle_bottom_glay.svg) no-repeat bottom -1px center;
  background-size: contain;
  padding: 0 0 40px;
}
@media screen and (min-width: 812px) {
  .p-section.bg-circle--bottom-glay {
    padding: 0 0 70px;
  }
}
.p-section.bg-main {
  background-color: #4BA0B8;
  padding: 40px 0;
}
@media screen and (min-width: 812px) {
  .p-section.bg-main {
    padding: 70px 0;
  }
}
.p-section.bg-color01 {
  background-color: #F9F9F9;
  padding: 40px 0;
}
@media screen and (min-width: 812px) {
  .p-section.bg-color01 {
    padding: 70px 0;
  }
}
.p-section.bg-color02 {
  background-color: #F1F1F1;
  padding: 40px 0;
}
@media screen and (min-width: 812px) {
  .p-section.bg-color02 {
    padding: 70px 0;
  }
}
.p-section.border-top {
  padding: 40px 0 0;
  border-top: 1px solid #E5E5E5;
}
@media screen and (min-width: 812px) {
  .p-section.border-top {
    padding: 70px 0 0;
  }
}

@media screen\0 {
  .p-section.bg-circle--top-w {
    background-image: none;
    padding-top: 40px;
  }

  .bg-circle--bottom-glay {
    background-image: none;
    padding-bottom: 40px;
  }
}
.p-section__in {
  padding: 0 0 40px;
}
@media screen and (min-width: 812px) {
  .p-section__in {
    padding: 0 0 70px;
  }
}

.p-bg-color {
  display: block;
  margin-top: 20px;
  padding: 15px;
  background: #ffffff;
}
@media screen and (min-width: 812px) {
  .p-bg-color {
    padding: 25px;
  }
}
.p-bg-color.red {
  background: #FFE1E1;
}
.p-bg-color.red .c-ttl-asaid {
  color: #E84728;
}
.p-bg-color.sub {
  background: #CBEDF7;
}
.p-bg-color.gray {
  background: #E0E0E0;
}
.p-bg-color.gray .c-ttl-asaid {
  color: #000000;
}

/*隣接要素によって隙間の削除*/
.p-root + .p-section.bg-color01 {
  margin-top: 0;
}

/*=======
額縁
========*/
.p-section-frame {
  background: url(../images/icon/icon_brow_left_top_gray.svg) no-repeat;
  background-position: left 10px top 10px;
  background-size: 25px 25px;
  background-color: #F9F9F9;
  padding: 10px;
}
.p-section-frame .in {
  background: url(../images/icon/icon_brow_right_top_gray.svg) no-repeat;
  background-position: right top;
  background-size: 25px 25px;
  padding: 5px;
  position: relative;
}
@media screen and (min-width: 812px) {
  .p-section-frame .in {
    padding: 20px;
  }
}
.p-section-frame .in::before, .p-section-frame .in::after {
  content: '';
  background: url(../images/icon/icon_brow_left_down_gray.svg) no-repeat;
  background-size: 25px 25px;
  width: 25px;
  height: 25px;
  position: absolute;
  bottom: 0;
}
.p-section-frame .in::before {
  left: 0;
}
.p-section-frame .in::after {
  background: url(../images/icon/icon_brow_right_down_gray.svg) no-repeat;
  right: 0;
}

/*=======
テキストと画像が横並び
レスポンス後、画像下
========*/
@media screen and (min-width: 812px) {
  .p-section-textimg {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -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 (min-width: 812px) {
  .p-section-textimg__contents {
    width: 65%;
    padding-right: 30px;
  }
}
.p-section-textimg__img {
  text-align: center;
  margin-top: 15px;
}
@media screen and (min-width: 812px) {
  .p-section-textimg__img {
    margin-top: 0;
    width: 35%;
  }
}
@media screen and (min-width: 812px) {
  .p-section-textimg.right {
    -webkit-box-direction: reverse;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}
@media screen and (min-width: 812px) {
  .p-section-textimg.right .p-section-textimg__contents {
    padding-left: 30px;
    padding-right: 0;
  }
}

.p-section-free {
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
  line-height: 1.6;
}
.p-section-free p {
  margin: 20px auto;
  text-align: left;
}
.p-section-free p:first-of-type {
  margin-top: 0;
}
.p-section-free h3 {
  font-size: 26px;
  font-size: 1.625rem;
  font-weight: bold;
}
.p-section-free p a {
  text-decoration: underline;
  color: #4BA0B8;
}
.p-section-free img {
  max-width: 100%;
  display: inline-block;
}

/* =========================================================
list - リストのオブジェクト
========================================================= */
/* ====================
	■シンプルなリスト
	=====================*/
.p-basic-list {
  display: inline-block;
  text-align: left;
}
.p-basic-list__item {
  display: block;
  text-indent: -1.3rem;
  padding-left: 1rem;
  margin-bottom: 5px;
}
.p-basic-list__item:before {
  content: "・";
  color: #4BA0B8;
}

/* ====================
	■番号付きなリスト
	=====================*/
.p-ol-list {
  display: inline-block;
  text-align: left;
}
.p-ol-list__item {
  display: block;
  position: relative;
  padding-left: 1.5rem;
  margin-bottom: 5px;
}
.p-ol-list__item > .p-ol-list--sub {
  padding-left: 0;
}

.p-ol-list__item:nth-child(1):before {
  content: "1.";
  color: #333333;
  position: absolute;
  top: 0;
  left: 0;
}

.p-ol-list__item:nth-child(2):before {
  content: "2.";
  color: #333333;
  position: absolute;
  top: 0;
  left: 0;
}

.p-ol-list__item:nth-child(3):before {
  content: "3.";
  color: #333333;
  position: absolute;
  top: 0;
  left: 0;
}

.p-ol-list__item:nth-child(4):before {
  content: "4.";
  color: #333333;
  position: absolute;
  top: 0;
  left: 0;
}

.p-ol-list__item:nth-child(5):before {
  content: "5.";
  color: #333333;
  position: absolute;
  top: 0;
  left: 0;
}

.p-ol-list__item:nth-child(6):before {
  content: "6.";
  color: #333333;
  position: absolute;
  top: 0;
  left: 0;
}

.p-ol-list__item:nth-child(7):before {
  content: "7.";
  color: #333333;
  position: absolute;
  top: 0;
  left: 0;
}

.p-ol-list__item:nth-child(8):before {
  content: "8.";
  color: #333333;
  position: absolute;
  top: 0;
  left: 0;
}

.p-ol-list__item:nth-child(9):before {
  content: "9.";
  color: #333333;
  position: absolute;
  top: 0;
  left: 0;
}

/* in==================*/
.p-ol-list--sub {
  display: inline-block;
  text-align: left;
  padding: 10px 0 0 10px;
  margin-left: -14px;
}
.p-ol-list--sub__item {
  display: block;
  position: relative;
  padding-left: 3rem;
  margin-bottom: 5px;
}

.p-ol-list--sub__item:nth-child(1):before {
  content: "【1】";
  color: #4BA0B8;
  position: absolute;
  top: 0;
  left: 0;
  width: 3rem;
  text-align: center;
}

.p-ol-list--sub__item:nth-child(2):before {
  content: "【2】";
  color: #4BA0B8;
  position: absolute;
  top: 0;
  left: 0;
  width: 3rem;
  text-align: center;
}

.p-ol-list--sub__item:nth-child(3):before {
  content: "【3】";
  color: #4BA0B8;
  position: absolute;
  top: 0;
  left: 0;
  width: 3rem;
  text-align: center;
}

.p-ol-list--sub__item:nth-child(4):before {
  content: "【4】";
  color: #4BA0B8;
  position: absolute;
  top: 0;
  left: 0;
  width: 3rem;
  text-align: center;
}

.p-ol-list--sub__item:nth-child(5):before {
  content: "【5】";
  color: #4BA0B8;
  position: absolute;
  top: 0;
  left: 0;
  width: 3rem;
  text-align: center;
}

.p-ol-list--sub__item:nth-child(6):before {
  content: "【6】";
  color: #4BA0B8;
  position: absolute;
  top: 0;
  left: 0;
  width: 3rem;
  text-align: center;
}

.p-ol-list--sub__item:nth-child(7):before {
  content: "【7】";
  color: #4BA0B8;
  position: absolute;
  top: 0;
  left: 0;
  width: 3rem;
  text-align: center;
}

.p-ol-list--sub__item:nth-child(8):before {
  content: "【8】";
  color: #4BA0B8;
  position: absolute;
  top: 0;
  left: 0;
  width: 3rem;
  text-align: center;
}

.p-ol-list--sub__item:nth-child(9):before {
  content: "【9】";
  color: #4BA0B8;
  position: absolute;
  top: 0;
  left: 0;
  width: 3rem;
  text-align: center;
}

.p-ol-list--sub__item:nth-child(10):before {
  content: "【10】";
  color: #4BA0B8;
  position: absolute;
  top: 0;
  left: 0;
  width: 3rem;
  text-align: center;
}

.p-ol-list--sub__item:nth-child(11):before {
  content: "【11】";
  color: #4BA0B8;
  position: absolute;
  top: 0;
  left: 0;
  width: 3rem;
  text-align: center;
}

.p-ol-list--sub__item:nth-child(12):before {
  content: "【12】";
  color: #4BA0B8;
  position: absolute;
  top: 0;
  left: 0;
  width: 3rem;
  text-align: center;
}

.p-ol-list--sub__item:nth-child(13):before {
  content: "【13】";
  color: #4BA0B8;
  position: absolute;
  top: 0;
  left: 0;
  width: 3rem;
  text-align: center;
}

.p-ol-list--sub__item:nth-child(14):before {
  content: "【14】";
  color: #4BA0B8;
  position: absolute;
  top: 0;
  left: 0;
  width: 3rem;
  text-align: center;
}

.p-ol-list--sub__item:nth-child(15):before {
  content: "【15】";
  color: #4BA0B8;
  position: absolute;
  top: 0;
  left: 0;
  width: 3rem;
  text-align: center;
}

.p-ol-list--sub__item:nth-child(16):before {
  content: "【16】";
  color: #4BA0B8;
  position: absolute;
  top: 0;
  left: 0;
  width: 3rem;
  text-align: center;
}

.p-ol-list--sub__item:nth-child(17):before {
  content: "【17】";
  color: #4BA0B8;
  position: absolute;
  top: 0;
  left: 0;
  width: 3rem;
  text-align: center;
}

.p-ol-list--sub__item:nth-child(18):before {
  content: "【18】";
  color: #4BA0B8;
  position: absolute;
  top: 0;
  left: 0;
  width: 3rem;
  text-align: center;
}

.p-ol-list--sub__item:nth-child(19):before {
  content: "【19】";
  color: #4BA0B8;
  position: absolute;
  top: 0;
  left: 0;
  width: 3rem;
  text-align: center;
}

.p-ol-list--sub__item:nth-child(20):before {
  content: "【20】";
  color: #4BA0B8;
  position: absolute;
  top: 0;
  left: 0;
  width: 3rem;
  text-align: center;
}

/* in==================*/
.p-ol-list--kana {
  display: inline-block;
  text-align: left;
  padding: 5px 0 0 10px;
  margin-left: -10px;
}
.p-ol-list--kana__item {
  display: block;
  position: relative;
  padding-left: 2rem;
  margin-bottom: 5px;
}

.p-ol-list--kana__item:nth-child(1):before {
  content: "ア、";
  color: #4BA0B8;
  position: absolute;
  top: 0;
  left: 0;
  width: 2rem;
  text-align: center;
}

.p-ol-list--kana__item:nth-child(2):before {
  content: "イ、";
  color: #4BA0B8;
  position: absolute;
  top: 0;
  left: 0;
  width: 2rem;
  text-align: center;
}

.p-ol-list--kana__item:nth-child(3):before {
  content: "ウ、";
  color: #4BA0B8;
  position: absolute;
  top: 0;
  left: 0;
  width: 2rem;
  text-align: center;
}

.p-ol-list--kana__item:nth-child(4):before {
  content: "エ、";
  color: #4BA0B8;
  position: absolute;
  top: 0;
  left: 0;
  width: 2rem;
  text-align: center;
}

.p-ol-list--kana__item:nth-child(5):before {
  content: "オ、";
  color: #4BA0B8;
  position: absolute;
  top: 0;
  left: 0;
  width: 2rem;
  text-align: center;
}

.p-ol-list--kana__item:nth-child(6):before {
  content: "カ、";
  color: #4BA0B8;
  position: absolute;
  top: 0;
  left: 0;
  width: 2rem;
  text-align: center;
}

.p-ol-list--kana__item:nth-child(7):before {
  content: "キ、";
  color: #4BA0B8;
  position: absolute;
  top: 0;
  left: 0;
  width: 2rem;
  text-align: center;
}

.p-ol-list--kana__item:nth-child(8):before {
  content: "ク、";
  color: #4BA0B8;
  position: absolute;
  top: 0;
  left: 0;
  width: 2rem;
  text-align: center;
}

.p-ol-list--kana__item:nth-child(9):before {
  content: "ケ、";
  color: #4BA0B8;
  position: absolute;
  top: 0;
  left: 0;
  width: 2rem;
  text-align: center;
}

.p-ol-list--kana__item:nth-child(10):before {
  content: "コ、";
  color: #4BA0B8;
  position: absolute;
  top: 0;
  left: 0;
  width: 2rem;
  text-align: center;
}

.p-ol-list--kana__item:nth-child(11):before {
  content: "サ、";
  color: #4BA0B8;
  position: absolute;
  top: 0;
  left: 0;
  width: 2rem;
  text-align: center;
}

.p-ol-list--kana__item:nth-child(12):before {
  content: "シ、";
  color: #4BA0B8;
  position: absolute;
  top: 0;
  left: 0;
  width: 2rem;
  text-align: center;
}

.p-ol-list--kana__item:nth-child(13):before {
  content: "ス、";
  color: #4BA0B8;
  position: absolute;
  top: 0;
  left: 0;
  width: 2rem;
  text-align: center;
}

.p-ol-list--kana__item:nth-child(14):before {
  content: "セ、";
  color: #4BA0B8;
  position: absolute;
  top: 0;
  left: 0;
  width: 2rem;
  text-align: center;
}

.p-ol-list--kana__item:nth-child(15):before {
  content: "ソ、";
  color: #4BA0B8;
  position: absolute;
  top: 0;
  left: 0;
  width: 2rem;
  text-align: center;
}

.p-ol-list--kana__item:nth-child(16):before {
  content: "タ、";
  color: #4BA0B8;
  position: absolute;
  top: 0;
  left: 0;
  width: 2rem;
  text-align: center;
}

.p-ol-list--kana__item:nth-child(17):before {
  content: "チ、";
  color: #4BA0B8;
  position: absolute;
  top: 0;
  left: 0;
  width: 2rem;
  text-align: center;
}

.p-ol-list--kana__item:nth-child(18):before {
  content: "ツ、";
  color: #4BA0B8;
  position: absolute;
  top: 0;
  left: 0;
  width: 2rem;
  text-align: center;
}

.p-ol-list--kana__item:nth-child(19):before {
  content: "テ、";
  color: #4BA0B8;
  position: absolute;
  top: 0;
  left: 0;
  width: 2rem;
  text-align: center;
}

.p-ol-list--kana__item:nth-child(20):before {
  content: "ト、";
  color: #4BA0B8;
  position: absolute;
  top: 0;
  left: 0;
  width: 2rem;
  text-align: center;
}

/* ====================
	■文章の前に何か追加できるパターン
	=====================*/
.p-free-list__item {
  margin-bottom: 10px;
  position: relative;
  line-height: 1.6;
}
@media screen and (min-width: 812px) {
  .p-free-list__item {
    margin-bottom: 15px;
  }
}
.p-free-list__item .icon {
  font-size: 20px;
  font-size: 1.25rem;
  display: inline-block;
  vertical-align: baseline;
  color: #4BA0B8;
  font-family: Garamond, "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  padding-right: 5px;
  position: absolute;
  top: -3px;
  left: 0;
}
@media screen and (min-width: 812px) {
  .p-free-list__item .icon {
    font-size: 22px;
    font-size: 1.375rem;
  }
}
.p-free-list__item .main {
  font-size: 16px;
  font-size: 1rem;
  display: inline-block;
  vertical-align: baseline;
  padding-left: 35px;
}
@media screen and (min-width: 812px) {
  .p-free-list__item .main {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

/* ====================
	■下線
	=====================*/
.p-line-list__item {
  border-top: 1px solid #cccccc;
  padding: 15px 10px;
}
.p-line-list__item:first-of-type {
  border-top: none;
}

/* =========================================================
top - topページの独自コンテンツ
========================================================= */
.p-top-mainvisual {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 100vh;
  position: relative;
}
.p-top-mainvisual:before {
  background-image: url(../image/img_top-title_bg.svg);
  background-repeat: no-repeat;
  background-position: center 70%;
  background-size: 400px;
  display: block;
  content: '';
  height: 90vh;
  width: 90vw;
  position: absolute;
  top: 30px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: -1;
}
@media screen and (min-width: 812px) {
  .p-top-mainvisual:before {
    height: 100vh;
    width: 100vw;
  }
}
.p-top-mainvisual__box {
  text-align: center;
  width: 80%;
}
.p-top-mainvisual__ttl {
  margin: 35px auto 0;
}
.p-top-mainvisual__subttl {
  margin: 35px auto 0;
}
@media screen and (min-width: 812px) {
  .p-top-mainvisual__subttl {
    max-width: 380px;
  }
}
.p-top-mainvisual__text {
  font-size: 1.2rem;
  font-weight: bold;
  letter-spacing: .3rem;
  text-indent: 1rem;
  width: 100%;
}
@media screen and (min-width: 812px) {
  .p-top-mainvisual__text {
    font-size: 1.6rem;
  }
}
.p-top-mainvisual__img {
  display: block;
  margin: auto;
  height: 100%;
  width: 100%;
  max-width: 280px;
}
@media screen and (min-width: 812px) {
  .p-top-mainvisual__img {
    max-width: 580px;
  }
}
.p-top-tasklink {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin: 10vh auto 0;
}
.p-top-tasklink__box {
  text-align: center;
  width: 95%;
}
.p-top-tasklink__img {
  margin: auto;
  height: 60%;
  width: 60%;
  max-width: 300px;
}
.p-top-tasklink__text {
  font-size: 1.1rem;
  line-height: 2.2;
  margin: 30px auto 0;
}
.p-top-tasklink__textsmall {
  display: block;
  font-size: 80%;
  font-weight: normal;
}
.p-top-tasklink__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 70px auto 0;
}
.p-top-tasklink__btnItem {
  border-radius: 10px;
  box-shadow: 5px 5px 10px #C5CED8, -5px -5px 10px #fff;
  margin: 0 3%;
  height: 40vw;
  width: 40vw;
  max-height: 220px;
  max-width: 220px;
}
.p-top-tasklink__link {
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 100%;
}
.p-top-tasklink__link:hover {
  background: #f5df4d;
  opacity: 1;
}
.p-top-tasklink__linkWrap {
  color: #333;
  display: block;
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 1.4;
}
.p-top-about {
  margin: 10vh auto 0;
  text-align: center;
}
.p-top-about__link {
  color: #333;
  font-size: 1.2rem;
  text-decoration: underline;
}
.p-top-about__link:hover {
  text-decoration: none;
}
.p-top-benefit {
  margin: 60px auto 0;
}
.p-top-benefitWrap {
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin: auto;
  padding: 40px 0;
  width: 90%;
}
@media screen and (min-width: 812px) {
  .p-top-benefitWrap {
    flex-direction: row;
    flex-wrap: wrap;
    padding: 40px 30px;
  }
}
.p-top-benefit__box {
  margin: 20px auto 0;
  width: 85%;
}
@media screen and (min-width: 812px) {
  .p-top-benefit__box {
    margin: auto;
    width: 50%;
  }
}
.p-top-benefit__h3 {
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
  margin: 30px auto 0;
}
@media screen and (min-width: 812px) {
  .p-top-benefit__h3 {
    margin: 30px auto;
    width: 100%;
  }
}
.p-top-benefit__img {
  display: block;
  margin: 30px auto 0;
  padding: 30px 0 0;
  max-width: 250px;
}
@media screen and (min-width: 812px) {
  .p-top-benefit__img {
    padding: 0;
  }
}
.p-top-benefit__text {
  font-size: .8rem;
  line-height: 1.7;
  letter-spacing: 0;
  text-align: center;
}
@media screen and (min-width: 812px) {
  .p-top-benefit__text {
    font-size: 1rem;
  }
}

/* =========================================================
form - formページの独自コンテンツ
========================================================= */
.p-form {
  position: relative;
  top: 0px;
  left: 0px;
  bottom: 0px;
}
.p-form-step {
  margin: 0px;
  bottom: 0px;
  height: 100vh;
  width: 100vw;
  float: left;
  overflow: scroll;
  -ms-overflow-style: none;
  /* IE, Edge 対応 */
  scrollbar-width: none;
  /* Firefox 対応 */
  padding: 120px 0 0;
  /*&__box {
    margin: auto;
    width: 80%;
  }*/
}
.p-form-step::-webkit-scrollbar {
  display: none;
  /* Chrome, Safari 対応 */
}
.p-form-step .l-header {
  top: 0;
}
.p-form-step__box {
  margin: auto;
  max-width: 580px;
  width: 80%;
}
.p-form-step__h2 {
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.4;
  margin: auto;
  text-align: center;
  max-height: none;
  width: 95%;
}
@media screen and (min-width: 812px) {
  .p-form-step__h2 {
    max-height: 850px;
    width: 80%;
  }
}
.p-form-step__img {
  display: block;
  margin: 50px auto 0;
  max-width: 250px;
  width: 50%;
}
.p-form-step__list {
  margin: 50px auto 0;
}
.p-form-step__list.confirm {
  margin: 50px auto;
  width: 100%;
}
.p-form-step__detail {
  margin: 20px auto 0;
}
.p-form-step__detail.confirm {
  font-weight: bold;
  margin: 0 auto;
  padding: 10px 0;
  width: 100%;
  position: relative;
  text-align: center;
}
.p-form-step__detail.confirm:before {
  content: '';
  display: block;
  width: 90%;
  height: 1px;
  border-bottom: 1px dotted #d8d8d8;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.p-form-step__label {
  background-color: #EFF1F3;
  border-radius: 8px;
  box-shadow: 5px 5px 10px #C5CED8,-5px -5px 10px #fff;
  display: block;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.1;
  margin: auto;
  padding: 18px 20px;
  text-align: center;
  width: 100%;
}
.p-form-step__label:hover:after {
  border-color: #F5DF4D;
}
.p-form-step__interia {
  margin: 0 auto 10px;
  max-width: 100%;
}
.p-form-step__navList {
  margin: 60px auto 0;
}
.p-form-step__navDetail {
  text-align: center;
}
.p-form-step__navDetail:not(:first-of-type) {
  margin: 18px auto 0;
}
.p-form-step__navLink {
  box-shadow: 5px 5px 10px #C5CED8,-5px -5px 10px #fff;
  color: #333;
  position: relative;
}
.p-form-step__navLink:after {
  background-image: url(../image/img_arrow.svg);
  background-repeat: no-repeat;
  display: block;
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 7%;
  margin: auto;
  height: 14px;
  width: 14px;
}
.p-form-step__navLink.next {
  background: #dca7ed;
  background: linear-gradient(110deg, #dca7ed 0%, #68a8ff 50%, #83c7ce 100%);
  border-radius: 25px;
  color: #fff;
  display: block;
  font-weight: bold;
  font-size: 1rem;
  margin: auto;
  padding: 18px 20px;
  width: 100%;
}
.p-form-step__navLink.pre {
  box-shadow: none;
  font-size: 1rem;
  text-decoration: none;
}
.p-form-step__navLink.pre:hover {
  text-decoration: underline;
}
.p-form-step__navLink.pre:after {
  display: none;
}
.p-form-step__navLink.confirm {
  background: #dca7ed;
  background: linear-gradient(110deg, #dca7ed 0%, #68a8ff 50%, #83c7ce 100%);
  border-radius: 25px;
  color: #fff;
  display: block;
  font-weight: bold;
  font-size: 1rem;
  margin: auto;
  padding: 14px 20px;
  width: 100%;
}
.p-form-step__note {
  line-height: 1.7;
  margin: 10px auto 0;
  text-align: center;
}
.p-form-step__nextStep:before {
  display: block;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 25px 80px 0 80px;
  border-color: #f5df4d transparent transparent transparent;
  margin: 40px auto 30px;
}
.p-form-step__nextStep .p-form-step__navList {
  margin: 20px auto 0;
}
.p-form-step__check {
  display: none;
}
.p-form-step__acd {
  background: #fff;
  display: block;
  box-shadow: none;
  font-size: 1.1rem;
  position: relative;
  width: 96%;
}
@media screen and (min-width: 812px) {
  .p-form-step__acd {
    width: 100%;
  }
}
.p-form-step__acd:hover {
  /*background: #fafafa;*/
}
.p-form-step__acd:after {
  content: '';
  display: block;
  width: 4px;
  height: 4px;
  border-top: solid 2px #333;
  border-right: solid 2px #333;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  position: absolute;
  bottom: 4px;
  left: 0;
  right: 0;
  margin: auto;
}
.p-form-step__content {
  /*background: #fff;*/
  height: 0;
  opacity: 0;
  padding: 0 10px;
  transition: .5s;
  visibility: hidden;
  overflow: hidden;
}
.p-form-step__check:checked + .p-form-step__label:after {
  display: none;
}
.p-form-step__check:checked + .p-form-step__label + .p-form-step__content {
  opacity: 1;
  visibility: visible;
  height: auto;
  margin: 0 auto 20px;
  padding: 0;
}
.p-form-step__catchcopy {
  font-size: 1.1rem;
  padding: 30px 10px;
}
.p-form-step__catchcopyText {
  line-height: 1.4;
  margin: 20px auto 0;
}
.p-form-step__catchcopyText .liner {
  background: linear-gradient(rgba(0, 0, 0, 0) 60%, #ffeb3b 0%);
  display: inline;
}
.p-form-step__pr {
  background: #fff;
  font-size: .9rem;
  font-weight: normal;
  line-height: 1.6;
  margin: 20px auto 0;
  padding: 15px;
  text-align: left;
}
.p-form-step__companyimg {
  display: flex;
  justify-content: space-between;
  padding: 20px 0;
}
.p-form-step__companyimg.sub {
  flex-direction: column;
  margin: 25px auto 0;
}
@media screen and (min-width: 812px) {
  .p-form-step__companyimg.sub {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 812px) {
  .p-form-step__companyimg.sub figure {
    margin: 15px auto 0;
  }
}
@media screen and (min-width: 812px) {
  .p-form-step__companyimg.sub figure {
    width: 48%;
  }
}
.p-form-step__companyimg.sub figure:not(:first-of-type) {
  margin: 15px auto 0;
}
@media screen and (min-width: 812px) {
  .p-form-step__companyimg.sub figure:not(:first-of-type) {
    margin: 15px auto 0;
  }
}
.p-form-step__companyimg.staff {
  padding: 0;
}
.p-form-step__companyimg.staff figure {
  border-radius: 999px;
  margin: auto;
  overflow: hidden;
  width: 60%;
}
.p-form-step__companyimg figure {
  margin: auto;
}
.p-form-step__companyimg figure img {
  max-width: 100%;
  vertical-align: bottom;
}
.p-form-step__companylist {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  margin: 45px auto 0;
  padding: 0 15px;
}
@media screen and (min-width: 812px) {
  .p-form-step__companylist {
    flex-direction: row;
  }
}
.p-form-step__companylist dt {
  border-bottom: none;
  margin: 0 auto 6px;
  padding: 0;
  text-align: left;
  width: 100%;
}
@media screen and (min-width: 812px) {
  .p-form-step__companylist dt {
    border-bottom: 1px dotted #ccc;
    margin: 0 auto 15px;
    padding: 0 0 15px;
    width: 30%;
  }
}
.p-form-step__companylist dd {
  border-bottom: 1px dotted #ccc;
  line-height: 1.4;
  margin: 0 auto 15px;
  padding: 0 0 15px;
  text-align: left;
  width: 100%;
}
.p-form-step__companylist dd:last-of-type {
  border-bottom: none;
  margin: auto;
  padding: 0;
}
@media screen and (min-width: 812px) {
  .p-form-step__companylist dd {
    width: 70%;
  }
}
.p-form-step__companylist .map {
  width: 100%;
}
.p-form-step__companylist .map iframe {
  max-height: 330px;
  width: 100%;
}
@media screen and (min-width: 812px) {
  .p-form-step__companylist .map iframe {
    max-height: none;
  }
}
.p-form-step__companylist .siteurl {
  margin: 0 auto 15px;
  padding: 0 0 15px;
  text-decoration: underline;
  word-break: break-all;
}
.p-form-step__companylist .siteurl:hover {
  text-decoration: none;
}
.p-form-application__h3 {
  font-size: 1.1rem;
  font-weight: bold;
  margin: 60px auto 0;
}
.p-form-application__form {
  margin: 25px auto 0;
}
.p-form-application__list {
  display: flex;
  justify-content: space-between;
  margin: 10px auto 0;
}
.p-form-application__detail {
  width: 48%;
}
.p-form-application__select {
  max-width: 290px;
  width: 60%;
}
.p-form-application__hr {
  display: block;
  width: 100%;
  height: 1px;
  border: 0;
  border-top: 1px dashed #cccccc;
  margin: 60px auto 0;
}
.p-form-application__privacy {
  margin: 50px auto 0;
}
.p-form-application__note {
  line-height: 1.4;
  margin: 5px auto 0;
  text-align: center;
}
.p-form-application__note a {
  text-decoration: underline;
}
.p-form-application__label {
  border: 1px dotted #b5b5b5;
  background: #dedede;
  border-radius: 8px;
  display: block;
  margin: 15px auto 0;
  max-width: 300px;
  padding: 10px 1px;
  text-align: center;
}
.p-form-benefits .l-header {
  position: static;
}
.p-form-benefits__box {
  margin: auto;
  max-width: 580px;
  width: 80%;
}
.p-form-benefits__list {
  margin: 40px auto 0;
}
.p-form-benefits__detail:not(:first-of-type) {
  margin: 25px auto 0;
}
.p-form-benefits__h2 {
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.4;
  margin: 40px auto 0;
  text-align: center;
}
.p-form-benefits__h3 {
  font-size: 1.1rem;
}
.p-form-benefits__text {
  font-size: .9rem;
  font-weight: normal;
  line-height: 1.4;
  margin: 15px auto 0;
}
.p-form-benefits__note {
  margin: 5px auto 0;
  text-align: center;
}

input[type=radio].p-form-step__radio:checked + .p-form-step__label {
  background: #F5DF4D;
}

input[type=checkbox].p-form-step__checkbox:checked + .p-form-step__label {
  background: #F5DF4D;
}

input[type=checkbox].p-form-application__checkbox:checked + .p-form-application__label {
  background: #ffdddd;
}

/* =========================================================
mypage - mypageページの独自コンテンツ
========================================================= */
.p-mypage .l-header {
  position: static;
}
.p-mypage-h2 {
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.4;
  margin: 40px auto 0;
  text-align: center;
}
.p-mypage-box {
  margin: auto;
  max-width: 580px;
  width: 80%;
}
.p-mypage-menuList__ttl {
  margin: 40px auto 0;
}
.p-mypage-menuList__text {
  line-height: 1.7;
  margin: 10px auto 0;
  text-align: center;
}
.p-mypage-menuList__link {
  background: #dca7ed;
  background: linear-gradient(110deg, #dca7ed 0%, #68a8ff 50%, #83c7ce 100%);
  border-radius: 25px;
  box-shadow: 5px 5px 10px #C5CED8,-5px -5px 10px #fff;
  color: #fff;
  display: block;
  font-weight: bold;
  font-size: 1rem;
  margin: auto;
  padding: 18px 20px;
  position: relative;
  text-align: center;
  width: 100%;
}
.p-mypage-menuList__link:before {
  background-repeat: no-repeat;
  display: block;
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 6%;
  margin: auto;
  height: 28px;
  width: 28px;
}
.p-mypage-menuList__link:after {
  background-image: url(../image/img_arrow.svg);
  background-repeat: no-repeat;
  display: block;
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 2%;
  margin: auto;
  height: 14px;
  width: 14px;
}
.p-mypage-menuList__link.registration:before {
  background-image: url(../image/img_mypage-icon1.svg);
}
.p-mypage-menuList__link.company:before {
  background-image: url(../image/img_mypage-icon2.svg);
}
.p-mypage-menuList__link.benefits:before {
  background-image: url(../image/img_mypage-icon3.svg);
}
.p-mypage-menuList__link.diagnosis:before {
  background-image: url(../image/img_mypage-icon4.svg);
}
.p-mypage-account:not(:first-of-type) {
  margin: 150px auto 0;
}
.p-mypage-account__list {
  margin: 40px auto 0;
}
.p-mypage-account__item {
  margin: 25px auto 0;
  padding: 10px;
}
.p-mypage-account__registration {
  background-color: #fff;
  line-height: 1.4;
  padding: 20px 32px;
}
.p-mypage-account__change {
  margin: 40px auto 0;
  text-align: center;
  position: relative;
}
.p-mypage-account__changeLink {
  box-shadow: 5px 5px 10px #C5CED8,-5px -5px 10px #fff;
  background: #dca7ed;
  background: linear-gradient(110deg, #dca7ed 0%, #68a8ff 50%, #83c7ce 100%);
  border-radius: 25px;
  color: #fff;
  display: block;
  font-weight: bold;
  font-size: 1rem;
  margin: auto;
  padding: 18px 20px;
  width: 100%;
}
.p-mypage-account__changeLink:after {
  background-image: url(../image/img_arrow.svg);
  background-repeat: no-repeat;
  display: block;
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 7%;
  margin: auto;
  height: 14px;
  width: 14px;
}
.p-mypage-edit__form {
  margin: 40px auto 0;
}
.p-mypage-edit__list {
  display: flex;
  justify-content: space-between;
  margin: 10px auto 0;
}
.p-mypage-edit__detail {
  width: 48%;
}
.p-mypage-edit__select {
  max-width: 190px;
  width: 30%;
}
.p-mypage-note {
  line-height: 1.7;
  margin: 40px auto 0;
}
.p-mypage-note__link {
  margin: 20px auto 0;
  text-decoration: underline;
}
.p-mypage-note__link:hover {
  text-decoration: none;
}

/* =========================================================
mypage - mypageページの独自コンテンツ
========================================================= */
.p-member .l-header {
  position: static;
}
.p-member-h2 {
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.4;
  margin: 40px auto 0;
  text-align: center;
}
.p-member-box {
  margin: auto;
  max-width: 580px;
  width: 80%;
}
.p-member-tasklink {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin: 10vh auto 0;
}
.p-member-tasklink__box {
  text-align: center;
  width: 95%;
}
.p-member-tasklink__img {
  margin: auto;
  height: 60%;
  width: 60%;
  max-width: 300px;
}
.p-member-tasklink__text {
  font-size: 1.1rem;
  line-height: 2.2;
  margin: 30px auto 0;
}
.p-member-tasklink__textsmall {
  display: block;
  font-size: 80%;
  font-weight: normal;
}
.p-member-tasklink__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 70px auto 0;
}
.p-member-tasklink__btnItem {
  border-radius: 10px;
  box-shadow: 5px 5px 10px #C5CED8, -5px -5px 10px #fff;
  margin: 0 3%;
  height: 40vw;
  width: 40vw;
  max-height: 220px;
  max-width: 220px;
}
.p-member-tasklink__link {
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 100%;
}
.p-member-tasklink__link:hover {
  background: #f5df4d;
  opacity: 1;
}
.p-member-tasklink__linkWrap {
  color: #333;
  display: block;
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 1.4;
}
.p-member-account:not(:first-of-type) {
  margin: 150px auto 0;
}
.p-member-account__list {
  margin: 40px auto 0;
}
.p-member-account__item {
  margin: 25px auto 0;
  padding: 10px;
}
.p-member-account__registration {
  background-color: #fff;
  line-height: 1.4;
  padding: 20px 32px;
}
.p-member-account__change {
  margin: 40px auto 0;
  text-align: center;
  position: relative;
}
.p-member-account__changeLink {
  box-shadow: 5px 5px 10px #C5CED8,-5px -5px 10px #fff;
  background: #dca7ed;
  background: linear-gradient(110deg, #dca7ed 0%, #68a8ff 50%, #83c7ce 100%);
  border-radius: 25px;
  color: #fff;
  display: block;
  font-weight: bold;
  font-size: 1rem;
  margin: auto;
  padding: 18px 20px;
  width: 100%;
}
.p-member-account__changeLink:after {
  background-image: url(../image/img_arrow.svg);
  background-repeat: no-repeat;
  display: block;
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 2%;
  margin: auto;
  height: 14px;
  width: 14px;
}
.p-member-edit__note {
  font-size: 1rem;
  line-height: 1.7;
  margin: 30px auto 0;
}
.p-member-edit__text {
  font-size: 1.1rem;
  line-height: 2.2;
  margin: 30px auto 0;
}
.p-member-edit__form {
  margin: 40px auto 0;
}
.p-member-edit__list {
  display: flex;
  justify-content: space-between;
  margin: 10px auto 0;
}
.p-member-edit__detail {
  width: 48%;
}
.p-member-edit__select {
  max-width: 290px;
  width: 60%;
}
.p-member-note {
  line-height: 1.7;
  margin: 40px auto 0;
}
.p-member-note__link {
  margin: 20px auto 0;
  text-decoration: underline;
}
.p-member-note__link:hover {
  text-decoration: none;
}

/* =========================================================
blog - ブログ・お知らせ
========================================================= */
/* =========================================================
not_found -not_foundページの独自コンテンツ
========================================================= */
/* =========================================================
_privacy - プライバシーポリシー
========================================================= */
.p-privacy .l-header {
  position: static;
}
.p-privacy-h2 {
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.4;
  margin: 40px auto 0;
  text-align: center;
}
.p-privacy-h3 {
  margin: 65px auto 0;
  text-align: center;
}
.p-privacy-box {
  margin: auto;
  width: 90%;
}
.p-privacy-table__text {
  line-height: 1.7;
  margin: 15px auto 0;
}

/* =========================================================
corp - 会社概要
========================================================= */
.p-corp .l-header {
  position: static;
}
.p-corp-h2 {
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.4;
  margin: 40px auto 0;
  text-align: center;
}
.p-corp-box {
  margin: auto;
  max-width: 480px;
  width: 80%;
}
.p-corp-list__title {
  color: #555;
  margin: 40px auto 0;
}
.p-corp-list__item {
  font-size: 1.1rem;
  font-weight: bold;
  line-height: 1.4;
  margin: 10px auto 0;
}

/* =========================================================
corp - 会社概要
========================================================= */
.p-info .l-header {
  position: static;
}
.p-info-h2 {
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.4;
  margin: 40px auto 0;
  text-align: center;
}
.p-info-box {
  margin: auto;
  max-width: 650px;
  width: 96%;
}
@media screen and (min-width: 812px) {
  .p-info-box {
    width: 80%;
  }
}
.p-info-list {
  background: #fff;
  padding: 25px;
}
.p-info-detail {
  line-height: 1.4;
  padding-left: 1.2rem;
  text-indent: -1.2rem;
}
.p-info-detail:not(:first-of-type) {
  border-top: 1px dotted #e0e0e0;
  margin-top: 15px;
  padding-top: 15px;
}

/* =========================================================
print - プリント表示に対する対応
========================================================= */
/* Utility
======================================= */
/* =========================================================
text - 文字の装飾など
========================================================= */
/*=========
フォントファミリーの指定
=========*/
/* Gothic */
.u-ff-base {
  font-family: Lato, "Noto Sans Japanese", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
}

/* 明朝 */
.u-ff-serif {
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, Georgia, メイリオ, Meiryo, serif !important;
}

/* 英語  */
.u-ff-eg {
  font-family: Arial, "Helvetica Neue", Helvetica, Verdana, sans-serif !important;
}

/* 英語  サンセリフ*/
.u-ff-eg-serif {
  font-family: Garamond, "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif !important;
}

.u-fc-main {
  color: #4BA0B8 !important;
}

.u-fc-white {
  color: #ffffff !important;
}

.u-fc-red {
  color: #d90b23 !important;
}

.u-fc-green {
  color: #766D44 !important;
}

.u-fc-blue {
  color: #2D83BA !important;
}

.u-fw-l {
  font-weight: lighter !important;
}

.u-fw-n {
  font-weight: normal !important;
}

.u-fw-b {
  font-weight: bold !important;
}

.u-ta-l {
  text-align: left;
}

.u-ta-c {
  text-align: center;
}

.u-ta-r {
  text-align: right;
}

/* =========================================================
margin - 余白の調整
========================================================= */
.u-m-0 {
  margin: 0 !important;
}

.u-mt-0,
.u-my-0 {
  margin-top: 0 !important;
}

.u-mr-0,
.u-mx-0 {
  margin-right: 0 !important;
}

.u-mb-0,
.u-my-0 {
  margin-bottom: 0 !important;
}

.u-ml-0,
.u-mx-0 {
  margin-left: 0 !important;
}

.u-m-1 {
  margin: 0.5rem !important;
}

.u-mt-1,
.u-my-1 {
  margin-top: 0.5rem !important;
}

.u-mr-1,
.u-mx-1 {
  margin-right: 0.5rem !important;
}

.u-mb-1,
.u-my-1 {
  margin-bottom: 0.5rem !important;
}

.u-ml-1,
.u-mx-1 {
  margin-left: 0.5rem !important;
}

.u-m-2 {
  margin: 1rem !important;
}

.u-mt-2,
.u-my-2 {
  margin-top: 1rem !important;
}

.u-mr-2,
.u-mx-2 {
  margin-right: 1rem !important;
}

.u-mb-2,
.u-my-2 {
  margin-bottom: 1rem !important;
}

.u-ml-2,
.u-mx-2 {
  margin-left: 1rem !important;
}

.u-m-3 {
  margin: 1.5rem !important;
}

.u-mt-3,
.u-my-3 {
  margin-top: 1.5rem !important;
}

.u-mr-3,
.u-mx-3 {
  margin-right: 1.5rem !important;
}

.u-mb-3,
.u-my-3 {
  margin-bottom: 1.5rem !important;
}

.u-ml-3,
.u-mx-3 {
  margin-left: 1.5rem !important;
}

.u-m-4 {
  margin: 2rem !important;
}

.u-mt-4,
.u-my-4 {
  margin-top: 2rem !important;
}

.u-mr-4,
.u-mx-4 {
  margin-right: 2rem !important;
}

.u-mb-4,
.u-my-4 {
  margin-bottom: 2rem !important;
}

.u-ml-4,
.u-mx-4 {
  margin-left: 2rem !important;
}

.u-m-5 {
  margin: 3rem !important;
}

.u-mt-5,
.u-my-5 {
  margin-top: 3rem !important;
}

.u-mr-5,
.u-mx-5 {
  margin-right: 3rem !important;
}

.u-mb-5,
.u-my-5 {
  margin-bottom: 3rem !important;
}

.u-ml-5,
.u-mx-5 {
  margin-left: 3rem !important;
}

.u-p-0 {
  padding: 0 !important;
}

.u-pt-0,
.u-py-0 {
  padding-top: 0 !important;
}

.u-pr-0,
.u-px-0 {
  padding-right: 0 !important;
}

.u-pb-0,
.u-py-0 {
  padding-bottom: 0 !important;
}

.u-pl-0,
.u-px-0 {
  padding-left: 0 !important;
}

.u-p-1 {
  padding: 0.5rem !important;
}

.u-pt-1,
.u-py-1 {
  padding-top: 0.5rem !important;
}

.u-pr-1,
.u-px-1 {
  padding-right: 0.5rem !important;
}

.u-pb-1,
.u-py-1 {
  padding-bottom: 0.5rem !important;
}

.u-pl-1,
.u-px-1 {
  padding-left: 0.5rem !important;
}

.u-p-2 {
  padding: 1rem !important;
}

.u-pt-2,
.u-py-2 {
  padding-top: 1rem !important;
}

.u-pr-2,
.u-px-2 {
  padding-right: 1rem !important;
}

.u-pb-2,
.u-py-2 {
  padding-bottom: 1rem !important;
}

.u-pl-2,
.u-px-2 {
  padding-left: 1rem !important;
}

.u-p-3 {
  padding: 1.5rem !important;
}

.u-pt-3,
.u-py-3 {
  padding-top: 1.5rem !important;
}

.u-pr-3,
.u-px-3 {
  padding-right: 1.5rem !important;
}

.u-pb-3,
.u-py-3 {
  padding-bottom: 1.5rem !important;
}

.u-pl-3,
.u-px-3 {
  padding-left: 1.5rem !important;
}

.u-p-4 {
  padding: 2rem !important;
}

.u-pt-4,
.u-py-4 {
  padding-top: 2rem !important;
}

.u-pr-4,
.u-px-4 {
  padding-right: 2rem !important;
}

.u-pb-4,
.u-py-4 {
  padding-bottom: 2rem !important;
}

.u-pl-4,
.u-px-4 {
  padding-left: 2rem !important;
}

.u-p-5 {
  padding: 3rem !important;
}

.u-pt-5,
.u-py-5 {
  padding-top: 3rem !important;
}

.u-pr-5,
.u-px-5 {
  padding-right: 3rem !important;
}

.u-pb-5,
.u-py-5 {
  padding-bottom: 3rem !important;
}

.u-pl-5,
.u-px-5 {
  padding-left: 3rem !important;
}

.u-m-auto {
  margin: auto !important;
}

.u-mt-auto,
.u-my-auto {
  margin-top: auto !important;
}

.u-mr-auto,
.u-mx-auto {
  margin-right: auto !important;
}

.u-mb-auto,
.u-my-auto {
  margin-bottom: auto !important;
}

.u-ml-auto,
.u-mx-auto {
  margin-left: auto !important;
}

@media screen and (min-width: 576px) {
  .u-m-sm-0 {
    margin: 0 !important;
  }

  .u-mt-sm-0,
  .u-my-sm-0 {
    margin-top: 0 !important;
  }

  .u-mr-sm-0,
  .u-mx-sm-0 {
    margin-right: 0 !important;
  }

  .u-mb-sm-0,
  .u-my-sm-0 {
    margin-bottom: 0 !important;
  }

  .u-ml-sm-0,
  .u-mx-sm-0 {
    margin-left: 0 !important;
  }

  .u-m-sm-1 {
    margin: 0.5rem !important;
  }

  .u-mt-sm-1,
  .u-my-sm-1 {
    margin-top: 0.5rem !important;
  }

  .u-mr-sm-1,
  .u-mx-sm-1 {
    margin-right: 0.5rem !important;
  }

  .u-mb-sm-1,
  .u-my-sm-1 {
    margin-bottom: 0.5rem !important;
  }

  .u-ml-sm-1,
  .u-mx-sm-1 {
    margin-left: 0.5rem !important;
  }

  .u-m-sm-2 {
    margin: 1rem !important;
  }

  .u-mt-sm-2,
  .u-my-sm-2 {
    margin-top: 1rem !important;
  }

  .u-mr-sm-2,
  .u-mx-sm-2 {
    margin-right: 1rem !important;
  }

  .u-mb-sm-2,
  .u-my-sm-2 {
    margin-bottom: 1rem !important;
  }

  .u-ml-sm-2,
  .u-mx-sm-2 {
    margin-left: 1rem !important;
  }

  .u-m-sm-3 {
    margin: 1.5rem !important;
  }

  .u-mt-sm-3,
  .u-my-sm-3 {
    margin-top: 1.5rem !important;
  }

  .u-mr-sm-3,
  .u-mx-sm-3 {
    margin-right: 1.5rem !important;
  }

  .u-mb-sm-3,
  .u-my-sm-3 {
    margin-bottom: 1.5rem !important;
  }

  .u-ml-sm-3,
  .u-mx-sm-3 {
    margin-left: 1.5rem !important;
  }

  .u-m-sm-4 {
    margin: 2rem !important;
  }

  .u-mt-sm-4,
  .u-my-sm-4 {
    margin-top: 2rem !important;
  }

  .u-mr-sm-4,
  .u-mx-sm-4 {
    margin-right: 2rem !important;
  }

  .u-mb-sm-4,
  .u-my-sm-4 {
    margin-bottom: 2rem !important;
  }

  .u-ml-sm-4,
  .u-mx-sm-4 {
    margin-left: 2rem !important;
  }

  .u-m-sm-5 {
    margin: 3rem !important;
  }

  .u-mt-sm-5,
  .u-my-sm-5 {
    margin-top: 3rem !important;
  }

  .u-mr-sm-5,
  .u-mx-sm-5 {
    margin-right: 3rem !important;
  }

  .u-mb-sm-5,
  .u-my-sm-5 {
    margin-bottom: 3rem !important;
  }

  .u-ml-sm-5,
  .u-mx-sm-5 {
    margin-left: 3rem !important;
  }

  .u-p-sm-0 {
    padding: 0 !important;
  }

  .u-pt-sm-0,
  .u-py-sm-0 {
    padding-top: 0 !important;
  }

  .u-pr-sm-0,
  .u-px-sm-0 {
    padding-right: 0 !important;
  }

  .u-pb-sm-0,
  .u-py-sm-0 {
    padding-bottom: 0 !important;
  }

  .u-pl-sm-0,
  .u-px-sm-0 {
    padding-left: 0 !important;
  }

  .u-p-sm-1 {
    padding: 0.5rem !important;
  }

  .u-pt-sm-1,
  .u-py-sm-1 {
    padding-top: 0.5rem !important;
  }

  .u-pr-sm-1,
  .u-px-sm-1 {
    padding-right: 0.5rem !important;
  }

  .u-pb-sm-1,
  .u-py-sm-1 {
    padding-bottom: 0.5rem !important;
  }

  .u-pl-sm-1,
  .u-px-sm-1 {
    padding-left: 0.5rem !important;
  }

  .u-p-sm-2 {
    padding: 1rem !important;
  }

  .u-pt-sm-2,
  .u-py-sm-2 {
    padding-top: 1rem !important;
  }

  .u-pr-sm-2,
  .u-px-sm-2 {
    padding-right: 1rem !important;
  }

  .u-pb-sm-2,
  .u-py-sm-2 {
    padding-bottom: 1rem !important;
  }

  .u-pl-sm-2,
  .u-px-sm-2 {
    padding-left: 1rem !important;
  }

  .u-p-sm-3 {
    padding: 1.5rem !important;
  }

  .u-pt-sm-3,
  .u-py-sm-3 {
    padding-top: 1.5rem !important;
  }

  .u-pr-sm-3,
  .u-px-sm-3 {
    padding-right: 1.5rem !important;
  }

  .u-pb-sm-3,
  .u-py-sm-3 {
    padding-bottom: 1.5rem !important;
  }

  .u-pl-sm-3,
  .u-px-sm-3 {
    padding-left: 1.5rem !important;
  }

  .u-p-sm-4 {
    padding: 2rem !important;
  }

  .u-pt-sm-4,
  .u-py-sm-4 {
    padding-top: 2rem !important;
  }

  .u-pr-sm-4,
  .u-px-sm-4 {
    padding-right: 2rem !important;
  }

  .u-pb-sm-4,
  .u-py-sm-4 {
    padding-bottom: 2rem !important;
  }

  .u-pl-sm-4,
  .u-px-sm-4 {
    padding-left: 2rem !important;
  }

  .u-p-sm-5 {
    padding: 3rem !important;
  }

  .u-pt-sm-5,
  .u-py-sm-5 {
    padding-top: 3rem !important;
  }

  .u-pr-sm-5,
  .u-px-sm-5 {
    padding-right: 3rem !important;
  }

  .u-pb-sm-5,
  .u-py-sm-5 {
    padding-bottom: 3rem !important;
  }

  .u-pl-sm-5,
  .u-px-sm-5 {
    padding-left: 3rem !important;
  }

  .u-m-sm-auto {
    margin: auto !important;
  }

  .u-mt-sm-auto,
  .u-my-sm-auto {
    margin-top: auto !important;
  }

  .u-mr-sm-auto,
  .u-mx-sm-auto {
    margin-right: auto !important;
  }

  .u-mb-sm-auto,
  .u-my-sm-auto {
    margin-bottom: auto !important;
  }

  .u-ml-sm-auto,
  .u-mx-sm-auto {
    margin-left: auto !important;
  }
}
@media screen and (min-width: 812px) {
  .u-m-md-0 {
    margin: 0 !important;
  }

  .u-mt-md-0,
  .u-my-md-0 {
    margin-top: 0 !important;
  }

  .u-mr-md-0,
  .u-mx-md-0 {
    margin-right: 0 !important;
  }

  .u-mb-md-0,
  .u-my-md-0 {
    margin-bottom: 0 !important;
  }

  .u-ml-md-0,
  .u-mx-md-0 {
    margin-left: 0 !important;
  }

  .u-m-md-1 {
    margin: 0.5rem !important;
  }

  .u-mt-md-1,
  .u-my-md-1 {
    margin-top: 0.5rem !important;
  }

  .u-mr-md-1,
  .u-mx-md-1 {
    margin-right: 0.5rem !important;
  }

  .u-mb-md-1,
  .u-my-md-1 {
    margin-bottom: 0.5rem !important;
  }

  .u-ml-md-1,
  .u-mx-md-1 {
    margin-left: 0.5rem !important;
  }

  .u-m-md-2 {
    margin: 1rem !important;
  }

  .u-mt-md-2,
  .u-my-md-2 {
    margin-top: 1rem !important;
  }

  .u-mr-md-2,
  .u-mx-md-2 {
    margin-right: 1rem !important;
  }

  .u-mb-md-2,
  .u-my-md-2 {
    margin-bottom: 1rem !important;
  }

  .u-ml-md-2,
  .u-mx-md-2 {
    margin-left: 1rem !important;
  }

  .u-m-md-3 {
    margin: 1.5rem !important;
  }

  .u-mt-md-3,
  .u-my-md-3 {
    margin-top: 1.5rem !important;
  }

  .u-mr-md-3,
  .u-mx-md-3 {
    margin-right: 1.5rem !important;
  }

  .u-mb-md-3,
  .u-my-md-3 {
    margin-bottom: 1.5rem !important;
  }

  .u-ml-md-3,
  .u-mx-md-3 {
    margin-left: 1.5rem !important;
  }

  .u-m-md-4 {
    margin: 2rem !important;
  }

  .u-mt-md-4,
  .u-my-md-4 {
    margin-top: 2rem !important;
  }

  .u-mr-md-4,
  .u-mx-md-4 {
    margin-right: 2rem !important;
  }

  .u-mb-md-4,
  .u-my-md-4 {
    margin-bottom: 2rem !important;
  }

  .u-ml-md-4,
  .u-mx-md-4 {
    margin-left: 2rem !important;
  }

  .u-m-md-5 {
    margin: 3rem !important;
  }

  .u-mt-md-5,
  .u-my-md-5 {
    margin-top: 3rem !important;
  }

  .u-mr-md-5,
  .u-mx-md-5 {
    margin-right: 3rem !important;
  }

  .u-mb-md-5,
  .u-my-md-5 {
    margin-bottom: 3rem !important;
  }

  .u-ml-md-5,
  .u-mx-md-5 {
    margin-left: 3rem !important;
  }

  .u-p-md-0 {
    padding: 0 !important;
  }

  .u-pt-md-0,
  .u-py-md-0 {
    padding-top: 0 !important;
  }

  .u-pr-md-0,
  .u-px-md-0 {
    padding-right: 0 !important;
  }

  .u-pb-md-0,
  .u-py-md-0 {
    padding-bottom: 0 !important;
  }

  .u-pl-md-0,
  .u-px-md-0 {
    padding-left: 0 !important;
  }

  .u-p-md-1 {
    padding: 0.5rem !important;
  }

  .u-pt-md-1,
  .u-py-md-1 {
    padding-top: 0.5rem !important;
  }

  .u-pr-md-1,
  .u-px-md-1 {
    padding-right: 0.5rem !important;
  }

  .u-pb-md-1,
  .u-py-md-1 {
    padding-bottom: 0.5rem !important;
  }

  .u-pl-md-1,
  .u-px-md-1 {
    padding-left: 0.5rem !important;
  }

  .u-p-md-2 {
    padding: 1rem !important;
  }

  .u-pt-md-2,
  .u-py-md-2 {
    padding-top: 1rem !important;
  }

  .u-pr-md-2,
  .u-px-md-2 {
    padding-right: 1rem !important;
  }

  .u-pb-md-2,
  .u-py-md-2 {
    padding-bottom: 1rem !important;
  }

  .u-pl-md-2,
  .u-px-md-2 {
    padding-left: 1rem !important;
  }

  .u-p-md-3 {
    padding: 1.5rem !important;
  }

  .u-pt-md-3,
  .u-py-md-3 {
    padding-top: 1.5rem !important;
  }

  .u-pr-md-3,
  .u-px-md-3 {
    padding-right: 1.5rem !important;
  }

  .u-pb-md-3,
  .u-py-md-3 {
    padding-bottom: 1.5rem !important;
  }

  .u-pl-md-3,
  .u-px-md-3 {
    padding-left: 1.5rem !important;
  }

  .u-p-md-4 {
    padding: 2rem !important;
  }

  .u-pt-md-4,
  .u-py-md-4 {
    padding-top: 2rem !important;
  }

  .u-pr-md-4,
  .u-px-md-4 {
    padding-right: 2rem !important;
  }

  .u-pb-md-4,
  .u-py-md-4 {
    padding-bottom: 2rem !important;
  }

  .u-pl-md-4,
  .u-px-md-4 {
    padding-left: 2rem !important;
  }

  .u-p-md-5 {
    padding: 3rem !important;
  }

  .u-pt-md-5,
  .u-py-md-5 {
    padding-top: 3rem !important;
  }

  .u-pr-md-5,
  .u-px-md-5 {
    padding-right: 3rem !important;
  }

  .u-pb-md-5,
  .u-py-md-5 {
    padding-bottom: 3rem !important;
  }

  .u-pl-md-5,
  .u-px-md-5 {
    padding-left: 3rem !important;
  }

  .u-m-md-auto {
    margin: auto !important;
  }

  .u-mt-md-auto,
  .u-my-md-auto {
    margin-top: auto !important;
  }

  .u-mr-md-auto,
  .u-mx-md-auto {
    margin-right: auto !important;
  }

  .u-mb-md-auto,
  .u-my-md-auto {
    margin-bottom: auto !important;
  }

  .u-ml-md-auto,
  .u-mx-md-auto {
    margin-left: auto !important;
  }
}
@media screen and (min-width: 1000px) {
  .u-m-lg-0 {
    margin: 0 !important;
  }

  .u-mt-lg-0,
  .u-my-lg-0 {
    margin-top: 0 !important;
  }

  .u-mr-lg-0,
  .u-mx-lg-0 {
    margin-right: 0 !important;
  }

  .u-mb-lg-0,
  .u-my-lg-0 {
    margin-bottom: 0 !important;
  }

  .u-ml-lg-0,
  .u-mx-lg-0 {
    margin-left: 0 !important;
  }

  .u-m-lg-1 {
    margin: 0.5rem !important;
  }

  .u-mt-lg-1,
  .u-my-lg-1 {
    margin-top: 0.5rem !important;
  }

  .u-mr-lg-1,
  .u-mx-lg-1 {
    margin-right: 0.5rem !important;
  }

  .u-mb-lg-1,
  .u-my-lg-1 {
    margin-bottom: 0.5rem !important;
  }

  .u-ml-lg-1,
  .u-mx-lg-1 {
    margin-left: 0.5rem !important;
  }

  .u-m-lg-2 {
    margin: 1rem !important;
  }

  .u-mt-lg-2,
  .u-my-lg-2 {
    margin-top: 1rem !important;
  }

  .u-mr-lg-2,
  .u-mx-lg-2 {
    margin-right: 1rem !important;
  }

  .u-mb-lg-2,
  .u-my-lg-2 {
    margin-bottom: 1rem !important;
  }

  .u-ml-lg-2,
  .u-mx-lg-2 {
    margin-left: 1rem !important;
  }

  .u-m-lg-3 {
    margin: 1.5rem !important;
  }

  .u-mt-lg-3,
  .u-my-lg-3 {
    margin-top: 1.5rem !important;
  }

  .u-mr-lg-3,
  .u-mx-lg-3 {
    margin-right: 1.5rem !important;
  }

  .u-mb-lg-3,
  .u-my-lg-3 {
    margin-bottom: 1.5rem !important;
  }

  .u-ml-lg-3,
  .u-mx-lg-3 {
    margin-left: 1.5rem !important;
  }

  .u-m-lg-4 {
    margin: 2rem !important;
  }

  .u-mt-lg-4,
  .u-my-lg-4 {
    margin-top: 2rem !important;
  }

  .u-mr-lg-4,
  .u-mx-lg-4 {
    margin-right: 2rem !important;
  }

  .u-mb-lg-4,
  .u-my-lg-4 {
    margin-bottom: 2rem !important;
  }

  .u-ml-lg-4,
  .u-mx-lg-4 {
    margin-left: 2rem !important;
  }

  .u-m-lg-5 {
    margin: 3rem !important;
  }

  .u-mt-lg-5,
  .u-my-lg-5 {
    margin-top: 3rem !important;
  }

  .u-mr-lg-5,
  .u-mx-lg-5 {
    margin-right: 3rem !important;
  }

  .u-mb-lg-5,
  .u-my-lg-5 {
    margin-bottom: 3rem !important;
  }

  .u-ml-lg-5,
  .u-mx-lg-5 {
    margin-left: 3rem !important;
  }

  .u-p-lg-0 {
    padding: 0 !important;
  }

  .u-pt-lg-0,
  .u-py-lg-0 {
    padding-top: 0 !important;
  }

  .u-pr-lg-0,
  .u-px-lg-0 {
    padding-right: 0 !important;
  }

  .u-pb-lg-0,
  .u-py-lg-0 {
    padding-bottom: 0 !important;
  }

  .u-pl-lg-0,
  .u-px-lg-0 {
    padding-left: 0 !important;
  }

  .u-p-lg-1 {
    padding: 0.5rem !important;
  }

  .u-pt-lg-1,
  .u-py-lg-1 {
    padding-top: 0.5rem !important;
  }

  .u-pr-lg-1,
  .u-px-lg-1 {
    padding-right: 0.5rem !important;
  }

  .u-pb-lg-1,
  .u-py-lg-1 {
    padding-bottom: 0.5rem !important;
  }

  .u-pl-lg-1,
  .u-px-lg-1 {
    padding-left: 0.5rem !important;
  }

  .u-p-lg-2 {
    padding: 1rem !important;
  }

  .u-pt-lg-2,
  .u-py-lg-2 {
    padding-top: 1rem !important;
  }

  .u-pr-lg-2,
  .u-px-lg-2 {
    padding-right: 1rem !important;
  }

  .u-pb-lg-2,
  .u-py-lg-2 {
    padding-bottom: 1rem !important;
  }

  .u-pl-lg-2,
  .u-px-lg-2 {
    padding-left: 1rem !important;
  }

  .u-p-lg-3 {
    padding: 1.5rem !important;
  }

  .u-pt-lg-3,
  .u-py-lg-3 {
    padding-top: 1.5rem !important;
  }

  .u-pr-lg-3,
  .u-px-lg-3 {
    padding-right: 1.5rem !important;
  }

  .u-pb-lg-3,
  .u-py-lg-3 {
    padding-bottom: 1.5rem !important;
  }

  .u-pl-lg-3,
  .u-px-lg-3 {
    padding-left: 1.5rem !important;
  }

  .u-p-lg-4 {
    padding: 2rem !important;
  }

  .u-pt-lg-4,
  .u-py-lg-4 {
    padding-top: 2rem !important;
  }

  .u-pr-lg-4,
  .u-px-lg-4 {
    padding-right: 2rem !important;
  }

  .u-pb-lg-4,
  .u-py-lg-4 {
    padding-bottom: 2rem !important;
  }

  .u-pl-lg-4,
  .u-px-lg-4 {
    padding-left: 2rem !important;
  }

  .u-p-lg-5 {
    padding: 3rem !important;
  }

  .u-pt-lg-5,
  .u-py-lg-5 {
    padding-top: 3rem !important;
  }

  .u-pr-lg-5,
  .u-px-lg-5 {
    padding-right: 3rem !important;
  }

  .u-pb-lg-5,
  .u-py-lg-5 {
    padding-bottom: 3rem !important;
  }

  .u-pl-lg-5,
  .u-px-lg-5 {
    padding-left: 3rem !important;
  }

  .u-m-lg-auto {
    margin: auto !important;
  }

  .u-mt-lg-auto,
  .u-my-lg-auto {
    margin-top: auto !important;
  }

  .u-mr-lg-auto,
  .u-mx-lg-auto {
    margin-right: auto !important;
  }

  .u-mb-lg-auto,
  .u-my-lg-auto {
    margin-bottom: auto !important;
  }

  .u-ml-lg-auto,
  .u-mx-lg-auto {
    margin-left: auto !important;
  }
}
@media screen and (min-width: 1400px) {
  .u-m-xl-0 {
    margin: 0 !important;
  }

  .u-mt-xl-0,
  .u-my-xl-0 {
    margin-top: 0 !important;
  }

  .u-mr-xl-0,
  .u-mx-xl-0 {
    margin-right: 0 !important;
  }

  .u-mb-xl-0,
  .u-my-xl-0 {
    margin-bottom: 0 !important;
  }

  .u-ml-xl-0,
  .u-mx-xl-0 {
    margin-left: 0 !important;
  }

  .u-m-xl-1 {
    margin: 0.5rem !important;
  }

  .u-mt-xl-1,
  .u-my-xl-1 {
    margin-top: 0.5rem !important;
  }

  .u-mr-xl-1,
  .u-mx-xl-1 {
    margin-right: 0.5rem !important;
  }

  .u-mb-xl-1,
  .u-my-xl-1 {
    margin-bottom: 0.5rem !important;
  }

  .u-ml-xl-1,
  .u-mx-xl-1 {
    margin-left: 0.5rem !important;
  }

  .u-m-xl-2 {
    margin: 1rem !important;
  }

  .u-mt-xl-2,
  .u-my-xl-2 {
    margin-top: 1rem !important;
  }

  .u-mr-xl-2,
  .u-mx-xl-2 {
    margin-right: 1rem !important;
  }

  .u-mb-xl-2,
  .u-my-xl-2 {
    margin-bottom: 1rem !important;
  }

  .u-ml-xl-2,
  .u-mx-xl-2 {
    margin-left: 1rem !important;
  }

  .u-m-xl-3 {
    margin: 1.5rem !important;
  }

  .u-mt-xl-3,
  .u-my-xl-3 {
    margin-top: 1.5rem !important;
  }

  .u-mr-xl-3,
  .u-mx-xl-3 {
    margin-right: 1.5rem !important;
  }

  .u-mb-xl-3,
  .u-my-xl-3 {
    margin-bottom: 1.5rem !important;
  }

  .u-ml-xl-3,
  .u-mx-xl-3 {
    margin-left: 1.5rem !important;
  }

  .u-m-xl-4 {
    margin: 2rem !important;
  }

  .u-mt-xl-4,
  .u-my-xl-4 {
    margin-top: 2rem !important;
  }

  .u-mr-xl-4,
  .u-mx-xl-4 {
    margin-right: 2rem !important;
  }

  .u-mb-xl-4,
  .u-my-xl-4 {
    margin-bottom: 2rem !important;
  }

  .u-ml-xl-4,
  .u-mx-xl-4 {
    margin-left: 2rem !important;
  }

  .u-m-xl-5 {
    margin: 3rem !important;
  }

  .u-mt-xl-5,
  .u-my-xl-5 {
    margin-top: 3rem !important;
  }

  .u-mr-xl-5,
  .u-mx-xl-5 {
    margin-right: 3rem !important;
  }

  .u-mb-xl-5,
  .u-my-xl-5 {
    margin-bottom: 3rem !important;
  }

  .u-ml-xl-5,
  .u-mx-xl-5 {
    margin-left: 3rem !important;
  }

  .u-p-xl-0 {
    padding: 0 !important;
  }

  .u-pt-xl-0,
  .u-py-xl-0 {
    padding-top: 0 !important;
  }

  .u-pr-xl-0,
  .u-px-xl-0 {
    padding-right: 0 !important;
  }

  .u-pb-xl-0,
  .u-py-xl-0 {
    padding-bottom: 0 !important;
  }

  .u-pl-xl-0,
  .u-px-xl-0 {
    padding-left: 0 !important;
  }

  .u-p-xl-1 {
    padding: 0.5rem !important;
  }

  .u-pt-xl-1,
  .u-py-xl-1 {
    padding-top: 0.5rem !important;
  }

  .u-pr-xl-1,
  .u-px-xl-1 {
    padding-right: 0.5rem !important;
  }

  .u-pb-xl-1,
  .u-py-xl-1 {
    padding-bottom: 0.5rem !important;
  }

  .u-pl-xl-1,
  .u-px-xl-1 {
    padding-left: 0.5rem !important;
  }

  .u-p-xl-2 {
    padding: 1rem !important;
  }

  .u-pt-xl-2,
  .u-py-xl-2 {
    padding-top: 1rem !important;
  }

  .u-pr-xl-2,
  .u-px-xl-2 {
    padding-right: 1rem !important;
  }

  .u-pb-xl-2,
  .u-py-xl-2 {
    padding-bottom: 1rem !important;
  }

  .u-pl-xl-2,
  .u-px-xl-2 {
    padding-left: 1rem !important;
  }

  .u-p-xl-3 {
    padding: 1.5rem !important;
  }

  .u-pt-xl-3,
  .u-py-xl-3 {
    padding-top: 1.5rem !important;
  }

  .u-pr-xl-3,
  .u-px-xl-3 {
    padding-right: 1.5rem !important;
  }

  .u-pb-xl-3,
  .u-py-xl-3 {
    padding-bottom: 1.5rem !important;
  }

  .u-pl-xl-3,
  .u-px-xl-3 {
    padding-left: 1.5rem !important;
  }

  .u-p-xl-4 {
    padding: 2rem !important;
  }

  .u-pt-xl-4,
  .u-py-xl-4 {
    padding-top: 2rem !important;
  }

  .u-pr-xl-4,
  .u-px-xl-4 {
    padding-right: 2rem !important;
  }

  .u-pb-xl-4,
  .u-py-xl-4 {
    padding-bottom: 2rem !important;
  }

  .u-pl-xl-4,
  .u-px-xl-4 {
    padding-left: 2rem !important;
  }

  .u-p-xl-5 {
    padding: 3rem !important;
  }

  .u-pt-xl-5,
  .u-py-xl-5 {
    padding-top: 3rem !important;
  }

  .u-pr-xl-5,
  .u-px-xl-5 {
    padding-right: 3rem !important;
  }

  .u-pb-xl-5,
  .u-py-xl-5 {
    padding-bottom: 3rem !important;
  }

  .u-pl-xl-5,
  .u-px-xl-5 {
    padding-left: 3rem !important;
  }

  .u-m-xl-auto {
    margin: auto !important;
  }

  .u-mt-xl-auto,
  .u-my-xl-auto {
    margin-top: auto !important;
  }

  .u-mr-xl-auto,
  .u-mx-xl-auto {
    margin-right: auto !important;
  }

  .u-mb-xl-auto,
  .u-my-xl-auto {
    margin-bottom: auto !important;
  }

  .u-ml-xl-auto,
  .u-mx-xl-auto {
    margin-left: auto !important;
  }
}
/* =========================================================
display - ブレイクポイントごとに表示切替
========================================================= */
.u-none {
  display: none !important;
}

.u-inline {
  display: inline !important;
}

.u-inline-block {
  display: inline-block !important;
}

.u-block {
  display: block !important;
}

.u-table {
  display: table !important;
}

.u-table-row {
  display: table-row !important;
}

.u-table-cell {
  display: table-cell !important;
}

.u-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}

.u-inline-flex {
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

@media screen and (min-width: 576px) {
  .u-sm-none {
    display: none !important;
  }

  .u-sm-inline {
    display: inline !important;
  }

  .u-sm-inline-block {
    display: inline-block !important;
  }

  .u-sm-block {
    display: block !important;
  }

  .u-sm-table {
    display: table !important;
  }

  .u-sm-table-row {
    display: table-row !important;
  }

  .u-sm-table-cell {
    display: table-cell !important;
  }

  .u-sm-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .u-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media screen and (min-width: 812px) {
  .u-mu-none {
    display: none !important;
  }

  .u-mu-inline {
    display: inline !important;
  }

  .u-mu-inline-block {
    display: inline-block !important;
  }

  .u-mu-block {
    display: block !important;
  }

  .u-mu-table {
    display: table !important;
  }

  .u-mu-table-row {
    display: table-row !important;
  }

  .u-mu-table-cell {
    display: table-cell !important;
  }

  .u-mu-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .u-mu-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media screen and (min-width: 1000px) {
  .u-lg-none {
    display: none !important;
  }

  .u-lg-inline {
    display: inline !important;
  }

  .u-lg-inline-block {
    display: inline-block !important;
  }

  .u-lg-block {
    display: block !important;
  }

  .u-lg-table {
    display: table !important;
  }

  .u-lg-table-row {
    display: table-row !important;
  }

  .u-lg-table-cell {
    display: table-cell !important;
  }

  .u-lg-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .u-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media screen and (min-width: 1400px) {
  .u-xl-none {
    display: none !important;
  }

  .u-xl-inline {
    display: inline !important;
  }

  .u-xl-inline-block {
    display: inline-block !important;
  }

  .u-xl-block {
    display: block !important;
  }

  .u-xl-table {
    display: table !important;
  }

  .u-xl-table-row {
    display: table-row !important;
  }

  .u-xl-table-cell {
    display: table-cell !important;
  }

  .u-xl-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .u-xl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media print {
  .u-print-none {
    display: none !important;
  }

  .u-print-inline {
    display: inline !important;
  }

  .u-print-inline-block {
    display: inline-block !important;
  }

  .u-print-block {
    display: block !important;
  }

  .u-print-table {
    display: table !important;
  }

  .u-print-table-row {
    display: table-row !important;
  }

  .u-print-table-cell {
    display: table-cell !important;
  }

  .u-print-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .u-print-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
/* =========================================================
flex - flexを使った位置調整など
========================================================= */
.u-flex-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.u-flex-row {
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}

.u-flex-column {
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}

.u-flex-row-reverse {
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}

.u-flex-column-reverse {
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}

.u-flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

.u-flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}

.u-flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}

.u-flex-fill {
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important;
}

.u-flex-grow-0 {
  -ms-flex-positive: 0 !important;
  flex-grow: 0 !important;
}

.u-flex-grow-1 {
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important;
}

.u-flex-shrink-0 {
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important;
}

.u-flex-shrink-1 {
  -ms-flex-negative: 1 !important;
  flex-shrink: 1 !important;
}

.u-justify-content-start {
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}

.u-justify-content-end {
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}

.u-justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.u-justify-content-between {
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

.u-justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}

.u-align-items-start {
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}

.u-align-items-end {
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}

.u-align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important;
}

.u-align-items-baseline {
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}

.u-align-items-stretch {
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}

.u-align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}

.u-align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}

.u-align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}

.u-align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}

.u-align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}

.u-align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}

.u-align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important;
}

.u-align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}

.u-align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}

.u-align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}

.u-align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}

.u-align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important;
}

@media screen and (min-width: 576px) {
  .u-flex-sm-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  .u-flex-sm-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .u-flex-sm-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  .u-flex-sm-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

  .u-flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  .u-flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }

  .u-flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }

  .u-flex-sm-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }

  .u-flex-sm-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }

  .u-flex-sm-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }

  .u-flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }

  .u-flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }

  .u-justify-content-sm-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  .u-justify-content-sm-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  .u-justify-content-sm-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .u-justify-content-sm-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }

  .u-justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

  .u-align-items-sm-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }

  .u-align-items-sm-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }

  .u-align-items-sm-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  .u-align-items-sm-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  .u-align-items-sm-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }

  .u-align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }

  .u-align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }

  .u-align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  .u-align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  .u-align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  .u-align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

  .u-align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }

  .u-align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }

  .u-align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }

  .u-align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }

  .u-align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }

  .u-align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .u-flex-md-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  .u-flex-md-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .u-flex-md-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  .u-flex-md-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

  .u-flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  .u-flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }

  .u-flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }

  .u-flex-md-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }

  .u-flex-md-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }

  .u-flex-md-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }

  .u-flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }

  .u-flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }

  .u-justify-content-md-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  .u-justify-content-md-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  .u-justify-content-md-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .u-justify-content-md-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }

  .u-justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

  .u-align-items-md-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }

  .u-align-items-md-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }

  .u-align-items-md-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  .u-align-items-md-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  .u-align-items-md-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }

  .u-align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }

  .u-align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }

  .u-align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  .u-align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  .u-align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  .u-align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

  .u-align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }

  .u-align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }

  .u-align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }

  .u-align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }

  .u-align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }

  .u-align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media screen and (min-width: 1000px) {
  .u-flex-lg-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  .u-flex-lg-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .u-flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  .u-flex-lg-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

  .u-flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  .u-flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }

  .u-flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }

  .u-flex-lg-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }

  .u-flex-lg-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }

  .u-flex-lg-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }

  .u-flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }

  .u-flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }

  .u-justify-content-lg-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  .u-justify-content-lg-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  .u-justify-content-lg-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .u-justify-content-lg-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }

  .u-justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

  .u-align-items-lg-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }

  .u-align-items-lg-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }

  .u-align-items-lg-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  .u-align-items-lg-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  .u-align-items-lg-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }

  .u-align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }

  .u-align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }

  .u-align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  .u-align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  .u-align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  .u-align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

  .u-align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }

  .u-align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }

  .u-align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }

  .u-align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }

  .u-align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }

  .u-align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media screen and (min-width: 1400px) {
  .u-flex-xl-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  .u-flex-xl-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .u-flex-xl-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  .u-flex-xl-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

  .u-flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  .u-flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }

  .u-flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }

  .u-flex-xl-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }

  .u-flex-xl-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }

  .u-flex-xl-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }

  .u-flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }

  .u-flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }

  .u-justify-content-xl-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  .u-justify-content-xl-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  .u-justify-content-xl-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .u-justify-content-xl-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }

  .u-justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

  .u-align-items-xl-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }

  .u-align-items-xl-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }

  .u-align-items-xl-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  .u-align-items-xl-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  .u-align-items-xl-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }

  .u-align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }

  .u-align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }

  .u-align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  .u-align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  .u-align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  .u-align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

  .u-align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }

  .u-align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }

  .u-align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }

  .u-align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }

  .u-align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }

  .u-align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
/* =========================================================
icon - アイコンの装飾など
========================================================= */
.gg-check-r {
  box-sizing: border-box;
  position: relative;
  display: inline-block;
  width: 15px;
  height: 15px;
  border: 2px solid;
  transform: scale(var(--ggs, 1));
  border-radius: 4px;
  margin: 0 8px -1px 0;
}

.gg-check-r::after {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  left: 2px;
  top: -10px;
  width: 8px;
  height: 13px;
  border-width: 0 2px 2px 0;
  border-style: solid;
  transform-origin: bottom left;
  transform: rotate(45deg);
}

.gg-chevron-right-r {
  box-sizing: border-box;
  position: relative;
  display: inline-block;
  transform: scale(var(--ggs, 1));
  width: 14px;
  height: 14px;
  border: 2px solid;
  border-radius: 4px;
  margin: 0 8px 0 0;
}

.gg-chevron-right-r::after {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 6px;
  height: 6px;
  border-bottom: 2px solid;
  border-right: 2px solid;
  transform: rotate(-45deg);
  left: 1px;
  top: 2px;
}

.gg-corner-down-right {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 22px;
  height: 22px;
}

.gg-corner-down-right::after,
.gg-corner-down-right::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  right: 3px;
}

.gg-corner-down-right::after {
  width: 8px;
  height: 8px;
  border-top: 2px solid;
  border-right: 2px solid;
  transform: rotate(45deg);
  bottom: 3px;
}

.gg-corner-down-right::before {
  width: 16px;
  height: 12px;
  border-bottom-left-radius: 4px;
  border-bottom: 2px solid;
  border-left: 2px solid;
  bottom: 6px;
}

.gg-chevron-double-right {
  box-sizing: border-box;
  position: relative;
  display: inline-block;
  transform: scale(var(--ggs, 1));
  width: 15px;
  height: 14px;
  margin: 0 0 0 5px;
}

.gg-chevron-double-right::after,
.gg-chevron-double-right::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 8px;
  height: 8px;
  border-right: 1px solid;
  border-top: 1px solid;
  transform: rotate(45deg);
  top: 4px;
  right: 6px;
}

.gg-chevron-double-right::after {
  right: 11px;
}

.gg-home {
  background: linear-gradient(to left, currentColor 5px, rgba(0, 0, 0, 0) 0%) no-repeat 0 bottom/4px 2px, linear-gradient(to left, currentColor 5px, rgba(0, 0, 0, 0) 0%) no-repeat right bottom/4px 2px;
  box-sizing: border-box;
  position: relative;
  display: inline-block;
  transform: scale(var(--ggs, 1));
  width: 18px;
  height: 14px;
  border: 2px solid;
  border-top: 0;
  border-bottom: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  margin-bottom: -2px;
}

.gg-home::after,
.gg-home::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
}

.gg-home::before {
  border-top: 2px solid;
  border-left: 2px solid;
  border-top-left-radius: 4px;
  transform: rotate(45deg);
  top: -5px;
  border-radius: 3px;
  width: 14px;
  height: 14px;
  left: 0;
}

.gg-home::after {
  width: 8px;
  height: 10px;
  border: 2px solid;
  border-radius: 100px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom: 0;
  left: 3px;
  bottom: 0;
}

.gg-awards {
  display: inline-block;
  position: relative;
  transform: scale(var(--ggs, 1));
  box-sizing: border-box;
  width: 16px;
  height: 20px;
  border: 4px solid transparent;
  border-top: 12px solid transparent;
  border-bottom: 0;
  box-shadow: inset 4px 0 0 -2px, inset -4px 0 0 -2px;
}

.gg-awards::after,
.gg-awards::before {
  content: "";
  box-sizing: border-box;
  position: absolute;
  display: block;
  border: 2px solid;
}

.gg-awards::before {
  width: 14px;
  height: 14px;
  border-radius: 22px;
  top: -12px;
  left: -3px;
}

.gg-awards::after {
  width: 6px;
  height: 6px;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-bottom-left-radius: 1px;
  border-top-right-radius: 1px;
  transform: rotate(45deg);
  bottom: -3px;
  left: 1px;
}

.gg-log-out {
  box-sizing: border-box;
  position: relative;
  display: inline-block;
  width: 6px;
  height: 16px;
  border: 2px solid;
  transform: scale(var(--ggs, 1));
  border-right: 0;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
  margin-left: 0 !important;
  margin-right: 18px !important;
}

.gg-log-out::after,
.gg-log-out::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
}

.gg-log-out::after {
  border-top: 2px solid;
  border-left: 2px solid;
  transform: rotate(-45deg);
  width: 8px;
  height: 8px;
  left: 4px;
  bottom: 2px;
}

.gg-log-out::before {
  border-radius: 3px;
  width: 10px;
  height: 2px;
  background: currentColor;
  left: 5px;
  bottom: 5px;
}

.gg-comment {
  box-sizing: border-box;
  position: relative;
  display: inline-block;
  transform: scale(var(--ggs, 1));
  width: 20px;
  height: 16px;
  border: 2px solid;
  border-bottom: 0;
  box-shadow: -6px 8px 0 -6px, 6px 8px 0 -6px;
}

.gg-comment::after,
.gg-comment::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 8px;
}

.gg-comment::before {
  border: 2px solid;
  border-top-color: transparent;
  border-bottom-left-radius: 20px;
  right: 4px;
  bottom: -6px;
  height: 6px;
}

.gg-comment::after {
  height: 2px;
  background: currentColor;
  box-shadow: 0 4px 0 0;
  left: 4px;
  top: 4px;
}

.gg-clipboard {
  box-sizing: border-box;
  position: relative;
  display: inline-block;
  transform: scale(var(--ggs, 1));
  width: 18px;
  height: 18px;
  border: 2px solid;
  border-radius: 2px;
}

.gg-clipboard::after,
.gg-clipboard::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  border-radius: 2px;
  width: 10px;
  left: 2px;
}

.gg-clipboard::before {
  border: 2px solid;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  top: -2px;
  height: 6px;
}

.gg-clipboard::after {
  height: 2px;
  background: currentColor;
  box-shadow: 0 -4px 0 0;
  bottom: 2px;
}

.gg-lock {
  box-sizing: border-box;
  position: relative;
  display: inline-block;
  transform: scale(var(--ggs, 1));
  width: 12px;
  height: 11px;
  border: 2px solid;
  border-top-right-radius: 50%;
  border-top-left-radius: 50%;
  border-bottom: transparent;
  margin-top: -12px;
}

.gg-lock::after {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 16px;
  height: 10px;
  border-radius: 2px;
  border: 2px solid transparent;
  box-shadow: 0 0 0 2px;
  left: -4px;
  top: 9px;
}

.gg-log-in {
  box-sizing: border-box;
  position: relative;
  display: inline-block;
  transform: scale(var(--ggs, 1));
  width: 6px;
  height: 16px;
  border: 2px solid;
  border-left: 0;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  margin-right: 8px !important;
  margin-left: 11px !important;
}

.gg-log-in::after,
.gg-log-in::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
}

.gg-log-in::after {
  border-top: 2px solid;
  border-right: 2px solid;
  transform: rotate(45deg);
  width: 8px;
  height: 8px;
  left: -8px;
  bottom: 2px;
}

.gg-log-in::before {
  border-radius: 3px;
  width: 10px;
  height: 2px;
  background: currentColor;
  left: -11px;
  bottom: 5px;
}

.gg-user {
  display: block;
  transform: scale(var(--ggs, 1));
  box-sizing: border-box;
  width: 12px;
  height: 18px;
}

.gg-user::after,
.gg-user::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  border: 2px solid;
}

.gg-user::before {
  width: 8px;
  height: 8px;
  border-radius: 30px;
  top: 0;
  left: 2px;
}

.gg-user::after {
  width: 12px;
  height: 9px;
  border-bottom: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  top: 9px;
}

.gg-user-list {
  display: block;
  transform: scale(var(--ggs, 1));
  box-sizing: border-box;
  width: 20px;
  height: 18px;
  background: linear-gradient(to left, currentColor 8px, rgba(0, 0, 0, 0) 0%) no-repeat 14px 4px/6px 2px, linear-gradient(to left, currentColor 8px, rgba(0, 0, 0, 0) 0%) no-repeat 14px 8px/6px 2px, linear-gradient(to left, currentColor 8px, rgba(0, 0, 0, 0) 0%) no-repeat 14px 12px/6px 2px;
}

.gg-user-list::after,
.gg-user-list::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  border: 2px solid;
}

.gg-user-list::before {
  width: 8px;
  height: 8px;
  border-radius: 30px;
  top: 0;
  left: 2px;
}

.gg-user-list::after {
  width: 12px;
  height: 9px;
  border-bottom: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  top: 9px;
}
