@charset "UTF-8";
/*
@mixin font-min {
	font-family: ten-mincho, serif;
	font-weight: 400;
	font-style: normal;
}
*/
/* ==========================================================================

   ========================================================================== */
/* ==========================================================================
   Base
   リセットcssとhtml要素の定義
   ========================================================================== */
/*@import "base/reset";
@import "base/preset";
@import "base/fonts";*/
/* ==========================================================================
   libraly
   ========================================================================== */
/*@import "libs/slick";
@import "libs/slick-theme";*/
/* ==========================================================================
   Layout
   ========================================================================== */
/* --------------------------------------------------------------------
  #基本幅レイアウト用wrapper
 */
.l-width-content {
  margin-left: 20px;
  margin-right: 20px;
}

@media print, screen and (min-width: 769px) {
  .l-width-content {
    width: 1040px;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media print, screen and (min-width: 769px) {
  .l-width-content--w2 {
    width: 1040px;
  }
}

@media print, screen and (min-width: 769px) {
  .l-no-hpadding {
    padding-left: 0;
    padding-right: 0;
  }
}

/* --------------------------------------------------------------------
  #ページ全体のwrapper
 */
.l-page-wrapper {
  position: relative;
  /*overflow-x: hidden;*/
}

.l-page-wrapper img {
  width: 100%;
  height: auto;
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .l-page-wrapper {
    padding-top: 70px;
  }
}

@media print, screen and (min-width: 769px) {
  .l-page-wrapper {
    padding-top: 90px;
    min-width: 1080px;
  }
}

.l-page-wrapper--nopad {
  padding-top: 0;
}

/* --------------------------------------------------------------------
  #メインエリアwrapper
 */
.l-main {
  position: relative;
}

.l-main img {
  width: 100%;
  height: auto;
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .l-main {
    padding: 75px 0 80px 0;
    min-height: 60vh;
  }
}

@media print, screen and (min-width: 769px) {
  .l-main {
    padding-top: 86px;
    padding-bottom: 200px;
    min-height: 600px;
  }
}

.l-main--nopd {
  padding-bottom: 0;
}

/* --------------------------------------------------------------------
  #サイド
 */
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .l-side {
    display: none;
  }
}

@media print, screen and (min-width: 769px) {
  .l-side {
    width: 240px;
  }
}

/* --------------------------------------------------------------------
  #コンテンツ
 */
@media print, screen and (min-width: 769px) {
  .l-contents {
    width: 830px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (min-width: 960px) and (max-width: 1240px) {
  .l-contents {
    margin: 0 0 0 250px;
  }
}

/* --------------------------------------------------------------------
  #セクション基本レイアウト
 */
.l-sec {
  margin-bottom: 60px;
}

@media print, screen and (min-width: 769px) {
  .l-sec {
    margin-bottom: 120px;
  }
}

/* -------------------------------------------------------------------------
	サイズ
*/
.l-w10 {
  width: 10px !important;
}

.l-w20 {
  width: 20px !important;
}

.l-w30 {
  width: 30px !important;
}

.l-w40 {
  width: 40px !important;
}

.l-w50 {
  width: 50px !important;
}

.l-w60 {
  width: 60px !important;
}

.l-w70 {
  width: 70px !important;
}

.l-w80 {
  width: 80px !important;
}

.l-w90 {
  width: 90px !important;
}

.l-w100 {
  width: 100px !important;
}

.l-w120 {
  width: 120px !important;
}

.l-w140 {
  width: 140px !important;
}

.l-w160 {
  width: 160px !important;
}

.l-w180 {
  width: 180px !important;
}

.l-w200 {
  width: 200px !important;
}

.l-w220 {
  width: 220px !important;
}

.l-w240 {
  width: 240px !important;
}

.l-w260 {
  width: 260px !important;
}

.l-w280 {
  width: 280px !important;
}

.l-w300 {
  width: 300px !important;
}

.l-w320 {
  width: 320px !important;
}

.l-w340 {
  width: 340px !important;
}

.l-w360 {
  width: 360px !important;
}

.l-w380 {
  width: 380px !important;
}

.l-w400 {
  width: 400px !important;
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .l-sp-w-auto {
    width: auto !important;
  }
  .l-sp-w10 {
    width: 10px !important;
  }
  .l-sp-w20 {
    width: 20px !important;
  }
  .l-sp-w30 {
    width: 30px !important;
  }
  .l-sp-w40 {
    width: 40px !important;
  }
  .l-sp-w50 {
    width: 50px !important;
  }
  .l-sp-w60 {
    width: 60px !important;
  }
  .l-sp-w70 {
    width: 70px !important;
  }
  .l-sp-w80 {
    width: 80px !important;
  }
  .l-sp-w90 {
    width: 90px !important;
  }
  .l-sp-w100 {
    width: 100px !important;
  }
}

/* -------------------------------------------------------------------------
	マージン
*/
.l-mb0 {
  margin-bottom: 0px !important;
}

@media print, screen and (min-width: 769px) {
  .l-mb0 {
    margin-bottom: 0px !important;
  }
}

.l-mb5 {
  margin-bottom: 4px !important;
}

@media print, screen and (min-width: 769px) {
  .l-mb5 {
    margin-bottom: 5px !important;
  }
}

.l-mb10 {
  margin-bottom: 8px !important;
}

@media print, screen and (min-width: 769px) {
  .l-mb10 {
    margin-bottom: 10px !important;
  }
}

.l-mb15 {
  margin-bottom: 12px !important;
}

@media print, screen and (min-width: 769px) {
  .l-mb15 {
    margin-bottom: 15px !important;
  }
}

.l-mb20 {
  margin-bottom: 16px !important;
}

@media print, screen and (min-width: 769px) {
  .l-mb20 {
    margin-bottom: 20px !important;
  }
}

.l-mb25 {
  margin-bottom: 20px !important;
}

@media print, screen and (min-width: 769px) {
  .l-mb25 {
    margin-bottom: 25px !important;
  }
}

.l-mb30 {
  margin-bottom: 24px !important;
}

@media print, screen and (min-width: 769px) {
  .l-mb30 {
    margin-bottom: 30px !important;
  }
}

.l-mb35 {
  margin-bottom: 28px !important;
}

@media print, screen and (min-width: 769px) {
  .l-mb35 {
    margin-bottom: 35px !important;
  }
}

.l-mb40 {
  margin-bottom: 32px !important;
}

@media print, screen and (min-width: 769px) {
  .l-mb40 {
    margin-bottom: 40px !important;
  }
}

.l-mb45 {
  margin-bottom: 36px !important;
}

@media print, screen and (min-width: 769px) {
  .l-mb45 {
    margin-bottom: 45px !important;
  }
}

.l-mb50 {
  margin-bottom: 40px !important;
}

@media print, screen and (min-width: 769px) {
  .l-mb50 {
    margin-bottom: 50px !important;
  }
}

.l-mb55 {
  margin-bottom: 44px !important;
}

@media print, screen and (min-width: 769px) {
  .l-mb55 {
    margin-bottom: 55px !important;
  }
}

.l-mb60 {
  margin-bottom: 48px !important;
}

@media print, screen and (min-width: 769px) {
  .l-mb60 {
    margin-bottom: 60px !important;
  }
}

.l-mb65 {
  margin-bottom: 52px !important;
}

@media print, screen and (min-width: 769px) {
  .l-mb65 {
    margin-bottom: 65px !important;
  }
}

.l-mb70 {
  margin-bottom: 56px !important;
}

@media print, screen and (min-width: 769px) {
  .l-mb70 {
    margin-bottom: 70px !important;
  }
}

.l-mb75 {
  margin-bottom: 60px !important;
}

@media print, screen and (min-width: 769px) {
  .l-mb75 {
    margin-bottom: 75px !important;
  }
}

.l-mb80 {
  margin-bottom: 64px !important;
}

@media print, screen and (min-width: 769px) {
  .l-mb80 {
    margin-bottom: 80px !important;
  }
}

.l-mb85 {
  margin-bottom: 68px !important;
}

@media print, screen and (min-width: 769px) {
  .l-mb85 {
    margin-bottom: 85px !important;
  }
}

.l-mb90 {
  margin-bottom: 72px !important;
}

@media print, screen and (min-width: 769px) {
  .l-mb90 {
    margin-bottom: 90px !important;
  }
}

.l-mb95 {
  margin-bottom: 76px !important;
}

@media print, screen and (min-width: 769px) {
  .l-mb95 {
    margin-bottom: 95px !important;
  }
}

.l-mb100 {
  margin-bottom: 80px !important;
}

@media print, screen and (min-width: 769px) {
  .l-mb100 {
    margin-bottom: 100px !important;
  }
}

.l-mt0 {
  margin-top: 0px !important;
}

@media print, screen and (min-width: 769px) {
  .l-mt0 {
    margin-top: 0px !important;
  }
}

.l-mt5 {
  margin-top: 4px !important;
}

@media print, screen and (min-width: 769px) {
  .l-mt5 {
    margin-top: 5px !important;
  }
}

.l-mt10 {
  margin-top: 8px !important;
}

@media print, screen and (min-width: 769px) {
  .l-mt10 {
    margin-top: 10px !important;
  }
}

.l-mt15 {
  margin-top: 12px !important;
}

@media print, screen and (min-width: 769px) {
  .l-mt15 {
    margin-top: 15px !important;
  }
}

.l-mt20 {
  margin-top: 16px !important;
}

@media print, screen and (min-width: 769px) {
  .l-mt20 {
    margin-top: 20px !important;
  }
}

.l-mt25 {
  margin-top: 20px !important;
}

@media print, screen and (min-width: 769px) {
  .l-mt25 {
    margin-top: 25px !important;
  }
}

.l-mt30 {
  margin-top: 24px !important;
}

@media print, screen and (min-width: 769px) {
  .l-mt30 {
    margin-top: 30px !important;
  }
}

.l-mt35 {
  margin-top: 28px !important;
}

@media print, screen and (min-width: 769px) {
  .l-mt35 {
    margin-top: 35px !important;
  }
}

.l-mt40 {
  margin-top: 32px !important;
}

@media print, screen and (min-width: 769px) {
  .l-mt40 {
    margin-top: 40px !important;
  }
}

.l-mt45 {
  margin-top: 36px !important;
}

@media print, screen and (min-width: 769px) {
  .l-mt45 {
    margin-top: 45px !important;
  }
}

.l-mt50 {
  margin-top: 40px !important;
}

@media print, screen and (min-width: 769px) {
  .l-mt50 {
    margin-top: 50px !important;
  }
}

.l-mr0 {
  margin-right: 0px !important;
}

@media print, screen and (min-width: 769px) {
  .l-mr0 {
    margin-right: 0px !important;
  }
}

.l-mr5 {
  margin-right: 2.5px !important;
}

@media print, screen and (min-width: 769px) {
  .l-mr5 {
    margin-right: 5px !important;
  }
}

.l-mr10 {
  margin-right: 5px !important;
}

@media print, screen and (min-width: 769px) {
  .l-mr10 {
    margin-right: 10px !important;
  }
}

.l-mr15 {
  margin-right: 7.5px !important;
}

@media print, screen and (min-width: 769px) {
  .l-mr15 {
    margin-right: 15px !important;
  }
}

.l-mr20 {
  margin-right: 10px !important;
}

@media print, screen and (min-width: 769px) {
  .l-mr20 {
    margin-right: 20px !important;
  }
}

.l-mr25 {
  margin-right: 12.5px !important;
}

@media print, screen and (min-width: 769px) {
  .l-mr25 {
    margin-right: 25px !important;
  }
}

.l-mr30 {
  margin-right: 15px !important;
}

@media print, screen and (min-width: 769px) {
  .l-mr30 {
    margin-right: 30px !important;
  }
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .l-ml0-sp {
    margin-left: 0 !important;
  }
  .l-mr0-sp {
    margin-right: 0 !important;
  }
  .l-mr5-sp {
    margin-right: 5px !important;
  }
  .l-mb0-sp {
    margin-bottom: 0 !important;
  }
  .l-mt0-sp {
    margin-top: 0 !important;
  }
  .l-mb5-sp {
    margin-bottom: 5px !important;
  }
  .l-mb10-sp {
    margin-bottom: 10px !important;
  }
  .l-mb20-sp {
    margin-bottom: 20px !important;
  }
  .l-mb30-sp {
    margin-bottom: 30px !important;
  }
  .l-mb40-sp {
    margin-bottom: 40px !important;
  }
}

.l-pd5 {
  padding: 5px;
}

.l-pd10 {
  padding: 10px;
}

.l-pd15 {
  padding: 15px;
}

.l-pd20 {
  padding: 20px;
}

.l-pd30 {
  padding: 30px;
}

.l-pd40 {
  padding: 40px;
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .l-pd5 {
    padding: 3px;
  }
  .l-pd10 {
    padding: 5px;
  }
  .l-pd15 {
    padding: 7px;
  }
  .l-pd20 {
    padding: 10px;
  }
  .l-pd30 {
    padding: 15px;
  }
  .l-pd40 {
    padding: 20px;
  }
}

/* -------------------------------------------------------------------------
	テキスト揃え
*/
.l-alignL {
  text-align: left;
}

.l-alignR {
  text-align: right;
}

.l-alignC {
  text-align: center;
}

.l-block-alignC {
  margin-left: auto;
  margin-right: auto;
}

.l-valign-m {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .l-sp-alignL {
    text-align: left;
  }
  .l-sp-alignR {
    text-align: right;
  }
  .l-sp-alignC {
    text-align: center;
  }
}

/* ==========================================================================
   Module
   ========================================================================== */
/* ====================================================================

  #見出しモジュール

 */
/* --------------------------------------------------------------------
  # ページ見出し
 */
.heading1 {
  position: relative;
  font-family: 'M PLUS 1p', sans-serif;
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
}

.heading1 .heading1-inner {
  font-size: 24px;
  display: inline-block;
  position: relative;
  line-height: 1.3;
  padding: 0 30px 0;
}

.heading1 .heading1-inner:before, .heading1 .heading1-inner:after {
  content: "";
  display: block;
  position: absolute;
  background: url(../img/heading1_l.png) no-repeat left top/contain;
  width: 16px;
  height: 57px;
}

.heading1 .heading1-inner:before {
  left: 0;
  top: 0;
}

.heading1 .heading1-inner:after {
  background-image: url(../img/heading1_r.png);
  right: 0;
  top: 0;
}

.heading1 .heading1__strong {
  color: #f39800;
}

@media print, screen and (min-width: 769px) {
  .heading1 {
    margin-bottom: 50px;
  }
  .heading1 .heading1-inner {
    font-size: 36px;
    min-height: 93px;
    padding: 22px 60px 0;
  }
  .heading1 .heading1-inner:before, .heading1 .heading1-inner:after {
    width: 26px;
    height: 93px;
  }
}

@media print, screen and (min-width: 769px) {
  .heading1--2line .heading1-inner {
    padding-top: 0;
  }
}

.heading2 {
  font-family: 'M PLUS 1p', sans-serif;
  font-weight: 700;
  text-align: center;
  color: #f39800;
  font-size: 16px;
  margin-bottom: 20px;
}

@media print, screen and (min-width: 769px) {
  .heading2 {
    font-size: 24px;
    margin-bottom: 40px;
  }
}

/*
mixin
 */
/* --------------------------------------------------------------------
  #input
 */
input:not([type="radio"]),
textarea {
  height: 40px;
  font-size: 16px;
  -ms-flex-align: center;
      align-items: center;
  border: 1px solid #d7d7d7;
  background: #f3f3f3;
  -webkit-border-radius: 0;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  padding: 0 10px;
  /*margin: 0 5px;*/
}

input:not([type="radio"]):-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #ccc;
  font-size: 14px;
}

input:not([type="radio"])::placeholder,
textarea::placeholder {
  color: #ccc;
  font-size: 14px;
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  input:not([type="radio"]),
  textarea {
    padding: 0 3px;
  }
}

input.is-error {
  border: 1px solid #d7000f !important;
}

input {
  width: 100%;
}

input[size="7"] {
  width: 70px;
}

input[size="7"] {
  width: 86px;
}

input[size="10"] {
  width: 100px;
}

input[size="15"] {
  width: 150px;
}

input[size="20"] {
  width: 200px;
}

input[size="25"] {
  width: 250px;
}

input[size="30"] {
  width: 300px;
}

input[size="35"] {
  width: 350px;
}

input[size="40"] {
  width: 400px;
}

input[size="50"] {
  width: 500px;
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  input[size="5"] {
    width: 50px;
  }
  input[size="7"] {
    width: 50px;
  }
  input[size="10"] {
    width: 65px;
  }
  input[size="15"] {
    width: 120px;
  }
  input[size="20"] {
    width: 180px;
  }
  input[size="25"] {
    width: 220px;
  }
  input[size="30"] {
    width: 100%;
  }
  input[size="35"] {
    width: 100%;
  }
  input[size="40"] {
    width: 100%;
  }
  input[size="50"] {
    width: 100%;
  }
}

@media print, screen and (min-width: 769px) {
  .input__content {
    height: 255px;
  }
}

textarea {
  padding: 10px;
  width: 100%;
  height: 120px;
}

/* --------------------------------------------------------------------
  #select
 */
select::-ms-expand {
  display: none;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-border-radius: 0;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  border: none;
}

.select-wrap {
  position: relative;
}

.select-wrap:after {
  content: "";
  display: block;
  position: absolute;
  content: "▼";
  height: 40px;
  width: 40px;
  transform: scale3d(0.8, 1, 1);
  right: 0;
  top: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}

select {
  height: 40px;
  width: 100%;
  font-size: 16px;
  border: 1px solid #ccc;
  background-color: #f3f3f3;
  padding: 0 20px;
}

.select--pref {
  width: 200px;
}

@media print, screen and (min-width: 769px) {
  .select--pref {
    width: 200px;
  }
}

@media print, screen and (min-width: 769px) {
  .select--category {
    width: 400px;
  }
}

/* --------------------------------------------------------------------
  #ラジオボタン
 */
label {
  cursor: pointer;
}

input[type="radio"] {
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  width: 26px;
  height: 26px;
  margin: 0 5px;
  border: 2px solid #d9dce3;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.4) inset;
  border-radius: 50%;
  margin-right: .3em;
  background: #fff;
  transform: translateY(-0.1em);
}

input[type="radio"]:checked {
  position: relative;
}

input[type="radio"]:checked:before, input[type="radio"]:checked:after {
  position: absolute;
  font-size: 14px;
  left: 1px;
  top: 1px;
  width: 20px;
  height: 20px;
  background: #42423f;
  content: "";
  border-radius: 50%;
}

input[type="radio"]:checked:after {
  width: 8px;
  height: 8px;
  left: 7px;
  top: 7px;
  background: #fff;
}

/* --------------------------------------------------------------------
  #チェックボックス
 */
input[type="checkbox"] {
  cursor: pointer;
  vertical-align: middle;
  width: 26px;
  border: 1px solid #ddd;
  margin: 0 5px;
  background: #fff;
  padding: 0 !important;
  height: 26px !important;
}

input[type="checkbox"]:checked {
  position: relative;
}

input[type="checkbox"]:checked:before {
  content: "";
  position: absolute;
  left: 2px;
  top: 2px;
  border-radius: 3px;
  width: 20px;
  height: 20px;
  background: url(/assets/img/ic_form_check.svg) no-repeat center center/12px 12px #42423f;
}

.mv {
  position: relative;
  overflow: hidden;
  padding-top: 98vw;
  margin-bottom: 40px;
}

@media print, screen and (min-width: 769px) {
  .mv {
    padding-top: 416px;
    padding-bottom: 100px;
  }
}

.mv__pict {
  position: absolute;
  z-index: 2;
  width: 62.7vw;
  right: 0;
  top: 46.3vw;
}

@media print, screen and (min-width: 769px) {
  .mv__pict {
    width: 638px;
    top: 0;
    left: calc(50% + 40px);
  }
}

.mv__catch {
  position: absolute;
  width: 76.2vw;
  left: 11.9vw;
  top: 24vw;
}

@media screen and (min-width: 640px) and (max-width: 768px) {
  .mv__catch {
    top: 26vw;
    width: 68vw;
    left: 16vw;
  }
}

@media print, screen and (min-width: 769px) {
  .mv__catch {
    width: 436px;
    top: 184px;
    left: calc(50% - 500px);
  }
}

.mv-container {
  position: relative;
  background-color: #d8c0ab;
  height: 13.1vw;
}

@media print, screen and (min-width: 769px) {
  .mv-container {
    height: 102px;
  }
}

.mv__box {
  font-family: 'M PLUS 1p', sans-serif;
  font-weight: 700;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  line-height: 1.1;
  background-color: #97b6d1;
  position: absolute;
  color: #fff;
  font-weight: bold;
  width: 30.4vw;
  height: 25.9vw;
  left: 20px;
  top: -25.9vw;
  font-size: 6.3vw;
}

.mv__box .box-big {
  font-size: 12.6vw;
}

@media print, screen and (min-width: 769px) {
  .mv__box {
    width: 242px;
    height: 202px;
    left: calc(50% - 500px);
    top: -52px;
    font-size: 50px;
  }
  .mv__box .box-big {
    font-size: 100px;
  }
}

.mv__copy {
  position: absolute;
  width: 66.7vw;
  left: 20px;
  top: 1.8vw;
}

@media print, screen and (min-width: 769px) {
  .mv__copy {
    width: 398px;
    top: 24px;
    left: calc(50% - 238px);
  }
}

.onepoint {
  background-color: #d8c0ab;
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .onepoint {
    padding: 0 20px;
  }
}

.onepoint-inner {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .onepoint-inner {
    padding: 15px 34vw 15px 0;
  }
}

@media print, screen and (min-width: 769px) {
  .onepoint-inner {
    height: 220px;
    width: 1000px;
    padding-left: 135px;
    padding-right: 300px;
  }
}

.onepoint__text {
  line-height: 1.75;
  font-size: 13px;
}

@media print, screen and (min-width: 769px) {
  .onepoint__text {
    font-size: 18px;
  }
}

.onepoint__pict {
  position: absolute;
  width: 37vw;
  bottom: 0;
  right: -10px;
  max-width: 200px;
}

@media print, screen and (min-width: 769px) {
  .onepoint__pict {
    width: 286px;
    right: 0;
    bottom: 0;
  }
}

.sec01 {
  margin-bottom: 60px;
}

@media print, screen and (min-width: 769px) {
  .sec01 {
    margin-bottom: 120px;
  }
}

.sec01__pict01 {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
}

@media print, screen and (min-width: 769px) {
  .sec01__pict01 {
    width: 640px;
    margin-bottom: 110px;
  }
}

.sec02 {
  margin-bottom: 60px;
}

@media print, screen and (min-width: 769px) {
  .sec02 {
    margin-bottom: 120px;
  }
}

.sec02__copy {
  text-align: center;
  font-weight: bold;
  line-height: 1.75;
  margin-bottom: 30px;
  font-size: 13px;
}

@media print, screen and (min-width: 769px) {
  .sec02__copy {
    font-size: 18px;
    margin-bottom: 60px;
  }
}

.sec02-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin-bottom: 30px;
}

@media print, screen and (min-width: 769px) {
  .sec02-container {
    margin-bottom: 60px;
  }
}

.sec02__pict {
  width: 87px;
}

@media print, screen and (min-width: 769px) {
  .sec02__pict {
    width: 174px;
  }
}

.sec02-content {
  width: calc(100% - 110px);
}

@media print, screen and (min-width: 769px) {
  .sec02-content {
    width: 780px;
  }
}

.sec02__pict2 {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}

@media print, screen and (min-width: 769px) {
  .sec02__pict2 {
    width: 736px;
    margin-bottom: 40px;
  }
}

.sec02__caution {
  background: url(../img/ic_caution.png) no-repeat left top 3px/35px auto;
  margin-bottom: 40px;
  padding-left: 50px;
}

@media print, screen and (min-width: 769px) {
  .sec02__caution {
    margin-left: auto;
    margin-right: auto;
    white-space: nowrap;
    width: 736px;
    padding-left: 80px;
    margin-bottom: 90px;
    background-size: 53px auto;
  }
}

.sec03 {
  margin-bottom: 60px;
}

@media print, screen and (min-width: 769px) {
  .sec03 {
    margin-bottom: 120px;
  }
}

.sec03__copy {
  margin-bottom: 40px;
}

@media print, screen and (min-width: 769px) {
  .sec03__copy {
    margin-bottom: 120px;
  }
}

.sec03-block {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin-bottom: 40px;
}

@media print, screen and (min-width: 769px) {
  .sec03-block {
    margin-bottom: 80px;
  }
}

.sec03-block__pict {
  width: 23.5vw;
}

@media print, screen and (min-width: 769px) {
  .sec03-block__pict {
    width: 160px;
  }
}

.sec03-block-content {
  width: calc(100% - 30vw);
}

@media print, screen and (min-width: 769px) {
  .sec03-block-content {
    width: 790px;
  }
}

.sec03-block__heading {
  position: relative;
  z-index: 2;
  font-family: 'M PLUS 1p', sans-serif;
  font-weight: 700;
  margin-bottom: 10px;
  background-color: #fff;
  padding: 0;
  font-size: 15px;
}

@media print, screen and (min-width: 769px) {
  .sec03-block__heading {
    font-size: 24px;
    margin-left: -100px;
    margin-bottom: 20px;
    padding: 8px 15px;
  }
}

.sec03__link {
  margin: 0 0 0 auto;
}

.sec03__link .link-inner {
  border: 1px solid #ea5413;
  color: #ea5413;
  display: block;
  padding-right: 14px;
  font-size: 12px;
  line-height: 1.3;
  background: url(../img/ic_arrow_b.png) no-repeat right 5px center/12px auto;
}

.sec03__link .link-inner span {
  color: #ea5413;
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .sec03__link .link-inner {
    text-align: center;
    padding: 3px 14px 3px 3px;
  }
}

@media print, screen and (min-width: 769px) {
  .sec03__link {
    width: 330px;
  }
  .sec03__link .link-inner {
    display: -ms-flexbox;
    display: flex;
    line-height: 1;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    height: 36px;
    padding-right: 30px;
    font-size: 16px;
    background-size: 19px auto;
    background-position: right 20px center;
  }
}

.sec04 {
  margin-bottom: 90px;
}

@media print, screen and (min-width: 769px) {
  .sec04 {
    margin-bottom: 120px;
  }
}

.sec04__copy {
  margin-bottom: 40px;
}

@media print, screen and (min-width: 769px) {
  .sec04__copy {
    margin-bottom: 120px;
  }
}

.sec04-block {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin-bottom: 40px;
}

@media print, screen and (min-width: 769px) {
  .sec04-block {
    margin-bottom: 80px;
  }
}

.sec04-block__pict {
  width: 23.5vw;
}

@media print, screen and (min-width: 769px) {
  .sec04-block__pict {
    width: 154px;
  }
}

.sec04-block-content {
  width: calc(100% - 30vw);
}

@media print, screen and (min-width: 769px) {
  .sec04-block-content {
    width: 765px;
  }
}

.sec04-block__heading {
  font-family: 'M PLUS 1p', sans-serif;
  font-weight: 700;
  margin-bottom: 10px;
  color: #f39800;
  font-size: 15px;
}

@media print, screen and (min-width: 769px) {
  .sec04-block__heading {
    margin-bottom: 20px;
    font-size: 24px;
  }
}

.sec05 {
  margin-bottom: 60px;
}

@media print, screen and (min-width: 769px) {
  .sec05 {
    margin-bottom: 120px;
  }
}

.sec05__heading {
  text-align: center;
  margin-bottom: 30px;
}

.sec05__heading .heading-inner {
  display: inline-block;
  position: relative;
  font-size: 24px;
  white-space: nowrap;
}

.sec05__heading .heading-balloon {
  width: 67px;
  position: absolute;
  display: block;
  left: -54px;
  top: -60px;
}

@media screen and (min-width: 0px) and (max-width: 320px) {
  .sec05__heading .heading-balloon {
    left: -35px;
    top: -64px;
  }
}

@media print, screen and (min-width: 769px) {
  .sec05__heading {
    margin-bottom: 60px;
  }
  .sec05__heading .heading-inner {
    font-size: 36px;
  }
  .sec05__heading .heading-balloon {
    width: 106px;
    left: -108px;
    top: -70px;
  }
}

.sec05__pict {
  margin: 0 20px;
}

@media print, screen and (min-width: 769px) {
  .sec05__pict {
    margin-left: auto;
    margin-right: auto;
    width: 1000px;
  }
}

.sim {
  background-color: #97b6d1;
  padding: 50px 0 100px;
}

@media print, screen and (min-width: 769px) {
  .sim {
    padding: 150px 0 240px;
  }
}

@media print, screen and (min-width: 769px) {
  .sim-inner {
    width: 750px;
    margin-left: auto;
    margin-right: auto;
  }
}

.sim__heading {
  text-align: center;
  margin-bottom: 10px;
}

.sim__heading .heading-inner {
  font-family: 'M PLUS 1p', sans-serif;
  font-weight: 700;
  position: relative;
  line-height: 1.3;
  display: inline-block;
  color: #fff;
}

.sim__heading .heading-balloon {
  position: absolute;
  width: 64px;
  left: -50px;
  top: -25px;
}

@media print, screen and (min-width: 769px) {
  .sim__heading {
    margin-bottom: 20px;
  }
  .sim__heading .heading-inner {
    font-size: 60px;
  }
  .sim__heading .heading-balloon {
    width: 106px;
    top: -80px;
    left: -50px;
  }
}

.sim__error {
  color: #cc0000;
  background-color: #e0e6ee;
  padding: 4px 20px;
  font-size: 11px;
  text-align: center;
  border-radius: 6px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  right: 20px;
  top: -36px;
  visibility: hidden;
}

.sim__error:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 3px 0 3px;
  border-color: #e0e6ee transparent transparent transparent;
}

.sim__error.is-active {
  visibility: visible;
}

@media print, screen and (min-width: 769px) {
  .sim__error {
    font-size: 14px;
  }
}

.sim__copy {
  text-align: center;
  margin-bottom: 40px;
  font-size: 12px;
  line-height: 1.3 !important;
}

@media print, screen and (min-width: 769px) {
  .sim__copy {
    margin-bottom: 120px;
    font-size: 16px;
  }
}

.sim__table > dt, .sim__table > dd {
  margin-bottom: 10px;
}

.sim__table > dt {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
}

.sim__table > dd {
  position: relative;
  text-align: right;
}

.sim__table .table-input {
  background-color: #fff !important;
  font-size: 24px;
}

.sim__table .table-unit {
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  margin-left: 7px;
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .sim__table {
    margin: 0 20px;
  }
  .sim__table > dd {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
        align-items: flex-end;
    -ms-flex-pack: end;
        justify-content: flex-end;
    margin-bottom: 15px;
  }
  .sim__table > dd input {
    display: inline-block;
    width: 70%;
  }
}

@media print, screen and (min-width: 769px) {
  .sim__table {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 20px;
  }
  .sim__table > dt, .sim__table > dd {
    margin-bottom: 26px;
  }
  .sim__table > dt {
    width: 30%;
    font-size: 16px;
  }
  .sim__table > dd {
    width: 70%;
  }
  .sim__table .table-input {
    width: 460px;
  }
  .sim__table .table-unit {
    margin-left: 20px;
    font-size: 24px;
  }
}

.sim__btn {
  cursor: pointer;
  width: 58px;
  height: 32px;
  background-color: #d8c0ab;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  font-size: 13px;
  margin: 0 0 0 auto;
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .sim__btn {
    margin-top: 25px;
    margin-right: 20px;
  }
}

@media print, screen and (min-width: 769px) {
  .sim__btn {
    font-size: 18px;
    width: 100px;
    height: 45px;
  }
}

.sim__out {
  text-align: center;
  font-size: 18px;
  color: #fff;
  font-weight: bold;
  margin: 30px 0;
}

.sim__out .out-text {
  font-size: 36px;
  position: relative;
  min-width: 120px;
  height: 60px;
  display: inline-block;
}

.sim__out .out-text:after {
  content: "";
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  bottom: 0;
  left: 0;
  background-color: #fff;
}

@media print, screen and (min-width: 769px) {
  .sim__out {
    font-size: 24px;
    margin: 60px 0;
  }
  .sim__out .out-text {
    font-size: 60px;
    min-width: 260px;
    height: 100px;
  }
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .sim__copy2 {
    margin: 0 20px;
  }
}

@media print, screen and (min-width: 769px) {
  .sim__copy2 {
    width: 460px;
    margin-left: auto;
    margin-right: auto;
    white-space: nowrap;
  }
}

.contact-confirm,
.contact-thanks {
  padding: 100px 0 0;
  margin-bottom: 30px;
}

@media print, screen and (min-width: 769px) {
  .contact-confirm,
  .contact-thanks {
    margin-bottom: 60px;
    padding: 200px 0 0;
  }
}

.contact-confirm dl {
  margin: 20px 0;
}

.contact-confirm dl dt {
  margin-bottom: 10px;
}

.contact-confirm dl dd {
  background-color: #f3f3f3;
  margin-bottom: 15px;
  padding: 6px;
}

@media print, screen and (min-width: 769px) {
  .contact-confirm dl {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 40px 0;
  }
  .contact-confirm dl dt, .contact-confirm dl dd {
    margin-bottom: 20px;
    padding: 10px;
  }
  .contact-confirm dl dt {
    width: 200px;
  }
  .contact-confirm dl dd {
    width: calc(100% - 200px);
  }
}

.contact-inner {
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .contact-inner {
    margin: 0 20px;
  }
}

@media print, screen and (min-width: 769px) {
  .contact-inner {
    width: 735px;
  }
}

.contact__heading {
  text-align: center;
  background-color: #fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
      align-items: flex-end;
  -ms-flex-pack: center;
      justify-content: center;
  margin-top: -48px;
  height: 48px;
  margin-bottom: 40px;
}

.contact__heading .heading-inner {
  display: inline-block;
  position: relative;
  font-size: 24px;
  white-space: nowrap;
  margin-left: auto;
  margin-right: auto;
  line-height: 1;
}

.contact__heading .heading-icon {
  display: block;
  position: absolute;
  bottom: 0;
  width: 36px;
  left: -42px;
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .contact__heading .heading-inner {
    transform: translateX(16px);
  }
}

@media print, screen and (min-width: 769px) {
  .contact__heading {
    height: 100px;
    margin-top: -100px;
    margin-bottom: 100px;
  }
  .contact__heading .heading-inner {
    font-size: 36px;
  }
  .contact__heading .heading-icon {
    width: 67px;
    left: -72px;
  }
}

.contact__table > dt, .contact__table > dd {
  margin-bottom: 10px;
}

.contact__table > dt {
  font-size: 14px;
}

.contact__table .requied {
  color: #d73737;
  display: inline-block;
  margin-left: 5px;
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .contact__table > dd {
    margin-bottom: 20px;
  }
}

@media print, screen and (min-width: 769px) {
  .contact__table {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 100px;
  }
  .contact__table > dt, .contact__table > dd {
    margin-bottom: 35px;
  }
  .contact__table > dt:last-of-type, .contact__table > dd:last-of-type {
    margin-bottom: 0;
  }
  .contact__table > dt {
    width: 180px;
    font-size: 18px;
    padding-top: 5px;
  }
  .contact__table > dd {
    width: calc(100% - 180px);
  }
}

.contact__notes {
  text-align: center;
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .contact__notes {
    margin-bottom: 30px;
  }
}

@media print, screen and (min-width: 769px) {
  .contact__notes {
    white-space: nowrap;
    margin-bottom: 50px;
  }
}

.contact-action {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
}

.contact-action > li {
  margin-right: 15px;
  width: 80px;
}

.contact-action > li:last-child {
  margin-right: 0;
}

@media print, screen and (min-width: 769px) {
  .contact-action > li {
    width: 160px;
    margin-right: 20px;
  }
}

.contact__submit {
  cursor: pointer;
  background-color: #cfcfcf;
  width: 100%;
  font-size: 13px;
  height: 44px;
}

@media print, screen and (min-width: 769px) {
  .contact__submit {
    height: 52px;
    font-size: 18px;
  }
}

.contact-error__copy {
  font-size: 12px;
  text-align: center;
  margin-bottom: 20px;
}

@media print, screen and (min-width: 769px) {
  .contact-error__copy {
    font-size: 16px;
  }
}

.errmsg {
  color: #d7000f;
  margin: 3em 0;
}

.error_messe {
  font-size: 14px;
  margin-bottom: 1em;
}

@media print, screen and (min-width: 769px) {
  .error_messe {
    font-size: 18px;
  }
}

/*[ thanks_s2 ] ------------------------------------------*/
.thanks_s2 {
  padding: 10vw 0;
  margin-bottom: 20vw;
  background: #e8e8e8;
  position: relative;
}

.thanks_s2 figure img {
  display: block;
  text-align: center;
  margin: 0 auto 5vw;
  width: 120px;
}

.thanks_s2 figure p {
  margin: 0 auto 5vw;
}

.thanks_s2 figure .btn a {
  display: block;
  background: #f6f6f6;
  padding: 0.5rem;
  text-align: center;
  vertical-align: middle;
}

.thanks_s2 figure .btn a:after {
  display: inline-block;
  content: "";
  width: 1rem;
  height: 1rem;
  background: url(../img/icon_pdf.png) no-repeat;
  background-size: contain;
  margin-left: 1rem;
}

.thanks_s2 .message {
  position: relative;
}

.thanks_s2 .message:before {
  display: inline-block;
  content: "";
  width: 24vw;
  height: 25.39999995vw;
  background: url(../img/photo02.png) no-repeat;
  background-size: contain;
  position: absolute;
  bottom: -20vw;
  right: 25vw;
}

.thanks_s2 .message .bubble {
  font-size: 0.9rem;
  text-align: center;
  margin: 0 0 10vw 50vw;
  padding: 2.5vw;
  color: #fff;
  background: #e3610b;
  border-radius: 1vw;
}

.thanks_s2 .message .bubble:after {
  display: block;
  content: "";
  position: absolute;
  bottom: -2vw;
  right: 25%;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #e3610b transparent transparent transparent;
  border-width: 2.5vw 1.5vw 0 1.5vw;
}

@media (min-width: 769px) {
  .thanks_s2 {
    padding: 70px 0;
    margin-bottom: 100px;
  }
  .thanks_s2 figure {
    display: -ms-flexbox;
    display: flex;
    width: 620px;
    margin: 0 auto;
  }
  .thanks_s2 figure img {
    margin: 0 auto;
    width: 124px;
  }
  .thanks_s2 figure figcaption {
    -ms-flex-positive: 1;
        flex-grow: 1;
    margin-left: 32px;
  }
  .thanks_s2 figure p {
    margin: 0 0 1.5rem;
    font-size: 22px;
  }
  .thanks_s2 figure .btn {
    max-width: 220px;
    font-size: 18px;
  }
  .thanks_s2 figure .btn a {
    padding: 0.5rem;
  }
  .thanks_s2 figure .btn a:hover {
    background: #000;
    color: #fff;
  }
  .thanks_s2 figure .btn a:after {
    width: 23px;
    height: 26px;
    vertical-align: middle;
  }
  .thanks_s2 .message:before {
    width: 120px;
    height: 127px;
    bottom: 0;
    right: 150px;
    bottom: -70px;
    padding: 0;
  }
  .thanks_s2 .message .bubble {
    display: inline-block;
    font-size: 18px;
    margin: 0 0 0 auto;
    padding: 1rem 2rem;
    border-radius: 5px;
    position: absolute;
    right: 0;
    bottom: 30px;
  }
  .thanks_s2 .message .bubble:after {
    bottom: -10px;
    right: auto;
    left: 10%;
    border-width: 16px 6px 0 6px;
    transform: rotate(15deg);
  }
}

.spfooter {
  position: fixed;
  width: 100%;
  height: 93px;
  bottom: 0;
  left: 0;
  z-index: 20;
  background-color: #d8c0ab;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  transition-duration: .35s;
}

.spfooter.is-hidden {
  transform: translate3d(0, 100%, 0);
}

@media print, screen and (min-width: 769px) {
  .spfooter {
    display: none;
  }
}

.spfooter-box1 {
  width: 50%;
  padding: 12px 20px;
}

.spfooter__copy {
  font-family: 'M PLUS 1p', sans-serif;
  font-weight: 700;
  line-height: 1.5;
  font-size: 11px;
  margin-bottom: 6px;
}

.spfooter__logo {
  width: 39.5vw;
  max-width: 150px;
}

.spfooter-box2 {
  padding: 10px 20px;
}

.spfooter__action {
  margin-bottom: 5px;
}

.spfooter__action .action-inner {
  height: 35px;
  width: 148px;
  background-color: #fff;
  border-radius: 5px;
  display: -ms-flexbox;
  display: flex;
  color: #129e38;
  font-family: 'M PLUS 1p', sans-serif;
  font-weight: 700;
  padding: 0 0 0 6px;
  white-space: nowrap;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: start;
      justify-content: flex-start;
  font-size: 11px;
}

.spfooter__action .action-inner--large {
  font-size: 13.5px;
}

.spfooter__action .action-icon {
  width: 25px;
  display: block;
  margin-right: 6px;
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .pagetop {
    display: none;
  }
}

/* ==========================================================================
   Utilities
   ========================================================================== */
/* ==========================================================================

	#テキストモジュールとユーティリティ

	36　コピー
	27　 H1相当　ページタイトル
	25　 H2相当　コピー・見出しおよびラベル
	24　 H3相当　見出しおよびラベル
	20　コピー・中見出し・ラベル
	18　本文：大・ラベル
	16　本文：中
	14　本文：小を使用しています。
	12　最小（注文など一部のみ）

 */
/* -------------------------------------------------------------------------
	本文指定
*/
.u-txt-ll,
.u-txt-l,
.u-txt,
.u-txt-s,
.u-txt-ss {
  line-height: 1.75;
}

.u-txt-ll {
  font-size: 20px;
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .u-txt-ll {
    font-size: 16px;
  }
}

.u-txt-l {
  font-size: 18px;
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .u-txt-l {
    font-size: 14px;
  }
}

.u-txt {
  font-size: 16px;
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .u-txt {
    font-size: 12px;
  }
}

.u-txt-s {
  font-size: 14px;
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .u-txt-s {
    font-size: 12px;
  }
}

.u-txt-ss {
  font-size: 12px;
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .u-txt-ss {
    font-size: 11px;
  }
}

.u-strong {
  color: #ff0000;
}

.u-note {
  color: #666;
}

/* -------------------------------------------------------------------------
	ユーティリティmisc
*/
/*一字下げ*/
.u-indent-head {
  padding-left: 1.2em;
  text-indent: -1.2em;
}

.u-font-bold {
  font-weight: bold;
}

.u-font-normal {
  font-weight: normal;
}

/* ==========================================================================

   ユーティリティモジュール

 */
/* -------------------------------------------------------------------------
	画像を100%に/100%を解除
	<img class="u-fit" src="xxx.jpg" />
*/
.u-fit {
  width: 100%;
  height: auto;
}

.u-free {
  width: auto;
}

/* -------------------------------------------------------------------------
	SPのみ、PCのみで改行させる
	<br class="u-spbr" />
	<br class="u-pcbr" />
*/
.u-spbr {
  display: none;
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .u-spbr {
    display: inline;
  }
}

.u-pcbr {
  display: none;
}

@media print, screen and (min-width: 769px) {
  .u-pcbr {
    display: inline;
  }
}

.u-tdbr {
  display: none;
}

@media only screen and (max-width: 768px) {
  .u-tdbr {
    display: inline;
  }
}

/* -------------------------------------------------------------------------
	フロート
*/
@media print, screen and (min-width: 769px) {
  .u-floatL {
    float: left;
  }
}

@media print, screen and (min-width: 769px) {
  .u-floatR {
    float: right;
  }
}

/* -------------------------------------------------------------------------
	position:relative
*/
.u-relative {
  position: relative;
}

/* -------------------------------------------------------------------------
	インラインテキストリンク
*/
.u-textLink:link, .u-textLink:visited {
  color: #ea5413;
  text-decoration: underline;
}

@media print, screen and (min-width: 769px) {
  .u-textLink:hover {
    text-decoration: none;
  }
}

/* -------------------------------------------------------------------------
	縦書きテキスト
*/
.u-vertical-text {
  font-feature-settings: 'pkna';
  -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
  text-orientation: mixed;
  -ms-text-combine-horizontal: all;
}

/* -------------------------------------------------------------------------
	ブロック指定
*/
.u-inlineBlock {
  display: inline-block;
}

.u-block {
  display: block;
}

/* -------------------------------------------------------------------------
	リスト要素のスタイル
*/
.u-listIndent li {
  font-size: 1.6rem;
  padding-left: 1.2em;
  text-indent: -1.2em;
  line-height: 1.75em;
  margin-bottom: 1.2em;
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .u-listIndent li {
    font-size: 1.1rem;
    margin-bottom: .5em;
  }
}

.u-listDisc li {
  list-style-type: disc;
  margin-bottom: 1em;
  margin-left: 1.2em;
}

/* -------------------------------------------------------------------------
	PCレイアウト時に非表示
*/
.u-sp-only {
  display: none !important;
}

.u-pc-only {
  display: block !important;
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .u-sp-only {
    display: block !important;
  }
  .u-pc-only {
    display: none !important;
  }
}

.u-noWrap {
  white-space: nowrap;
}

@media print, screen and (min-width: 769px) {
  .u-pc-pdng {
    display: inline-block;
    width: 20px;
  }
}

/* ==========================================================================
   Animation
   アニメーション設定用css
   ========================================================================== */
