@charset "utf-8";

/** ***************************************************************************
 * タイトル
 * ************************************************************************* */

/** ***************************************************************************
 * 1
 */

.title-1 {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  padding: 15px 35px 30px 35px;
  color: #fff;
  line-height: 1.3;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  background: url("../../_image/_common/title-1.png") no-repeat;
  background-size: 100% 100%;
  display: table;
}

.title-1::before {
  content: attr(data-en);
  letter-spacing: 1px;
  color: #000;
  font-family: 'Anton';
  font-size: 14px;
  font-weight: normal;
  text-align: center;
  display: block;
}

.title-1 + * {
  margin-top: 0;
}

/* :::::::: ブレイクポイント :::::::: */

@media print, screen and (min-width:737px) {

  .title-1 {
    margin-bottom: 40px;
    padding: 20px 60px 40px 60px;
    font-size: 30px;
  }

  .title-1::before {
    font-size: 18px;
  }

}

/** ***************************************************************************
 * 2
 */

.title-2 {
  margin-bottom: 20px;
  padding: 20px 40px 25px 40px;
  color: #fff;
  line-height: 1.3;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  background: url("../../_image/_common/title-2.png") no-repeat;
  background-size: 100% 100%;
}

.title-2 + * {
  margin-top: 0;
}

/* :::::::: ブレイクポイント :::::::: */

@media print, screen and (min-width:737px) {

  .title-2 {
    margin-bottom: 40px;
    padding: 15px 40px 20px;
    font-size: 30px;
  }

}

/** ***************************************************************************
 * 3
 */

.title-3 {
  margin-bottom: 20px;
  color: #ff8400;
  letter-spacing: 1px;
  line-height: 1.3;
  font-size: 18px;
  font-weight: bold;
}

.title-3 + * {
  margin-top: 0;
}

/* :::::::: ブレイクポイント :::::::: */

@media print, screen and (min-width:737px) {

  .title-3 {
    margin-bottom: 30px;
    font-size: 30px;
    text-align: center;
  }

}

/** ***************************************************************************
 * 4
 */

.title-4 {
  margin-bottom: 20px;
  padding-bottom: 20px;
  letter-spacing: 1px;
  line-height: 1.3;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  background: url("../../_image/_common/title-4.png") left bottom repeat-x;
}

.title-4 + * {
  margin-top: 0;
}

/* :::::::: ブレイクポイント :::::::: */

@media print, screen and (min-width:737px) {

  .title-4 {
    font-size: 30px;
  }

}

/** ***************************************************************************
 * 5
 */

.title-5 {
  margin-bottom: 15px;
  color: #ff8400;
  letter-spacing: 1px;
  line-height: 1.3;
  font-size: 16px;
  font-weight: bold;
}

.title-5 + * {
  margin-top: 0;
}

/* :::::::: ブレイクポイント :::::::: */

@media print, screen and (min-width:737px) {

  .title-5 {
    font-size: 18px;
  }

}

/** ***************************************************************************
 * 6
 */

.title-6 {
  margin-bottom: 20px;
  letter-spacing: 1px;
  line-height: 1.3;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}

.title-6 + * {
  margin-top: 0;
}

/* :::::::: ブレイクポイント :::::::: */

@media print, screen and (min-width:737px) {

  .title-6 {
    font-size: 36px;
  }

}

/** ***************************************************************************
 * ボタン
 * ************************************************************************* */

.button-style {
  margin: 0;
  padding: 0;
  cursor: pointer;
  border: none;
  border-radius: 0;
  font-family: inherit;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  display: inline-block;
  background-color: transparent;
  appearance: none;
  box-sizing: border-box;
  transition:
    color 0.3s ease-in-out 0.0s,
    border-color 0.3s ease-in-out 0.0s,
    background-color 0.3s ease-in-out 0.0s !important;
  position: relative;
  z-index: 1;
}

.button-style::-webkit-search-decoration {
  display: none;
}

.button-style::focus {
  outline-offset: -2px;
}

/** ***************************************************************************
 * 1
 */

.button-style.button-1 {
  padding: 10px 3em 10px 45px;
  color: #fff;
  font-size: 1.375em;
  font-weight: bold;
  border-radius: 10px;
  overflow: hidden;
}

.button-style.button-1::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  transition: background-color 0.2s ease-in-out 0.0s !important;
  background-color: #5f5f5f;
}

.button-style.button-1:hover::before {
  background-color: #ff8400;
}

.button-style.button-1::after {
  content: '';
  width: 1.375em;
  height: 1.375em;
  background: url("../../_image/_common/icon-arrow-1.png") no-repeat;
  background-size: 100% 100%;
  position: absolute;
  z-index: -1;
  top: calc(50% - 0.6875em);
  right: 12px;
}

/* :::::::: ブレイクポイント :::::::: */

@media print, screen and (min-width:737px) {

  .button-style.button-1 {
    min-width: 256px;
  }

}

/** ***************************************************************************
 * back 1
 */

.button-style.button-back-1 {
  padding: 10px 45px 10px 3em;
  color: #fff;
  font-size: 1.375em;
  font-weight: bold;
  border-radius: 10px;
  overflow: hidden;
}

.button-style.button-back-1::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  transition: background-color 0.2s ease-in-out 0.0s !important;
  background-color: #bbb;
}

.button-style.button-back-1:hover::before {
  background-color: #ccc;
}

.button-style.button-back-1::after {
  content: '';
  width: 1.375em;
  height: 1.375em;
  background: url("../../_image/_common/icon-arrow-1.png") no-repeat;
  background-size: 100% 100%;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  position: absolute;
  z-index: -1;
  top: calc(50% - 0.6875em);
  left: 12px;
}

/* :::::::: ブレイクポイント :::::::: */

@media print, screen and (min-width:737px) {

  .button-style.button-back-1 {
    min-width: 256px;
  }

}

/** ***************************************************************************
 * エフェクト
 * ************************************************************************* */

.loading {
  position: relative;
  z-index: 1;
  transition:
    opacity 0.3s ease-in-out 0.0s,
    top 0.0s ease-in-out 0.3s;
  opacity: 0;
  top: 100px;
}

.loading.window-in {
  transition:
    opacity 1.0s ease-out 0.4s,
    top 0.8s ease-out 0.0s;
  opacity: 1;
  top: 0;
}

/** ***************************************************************************
 * 表示／非表示
 * ************************************************************************* */

/** ***************************************************************************
 * ブレイクポイント以下の場合に表示
 */

/* :::::::: ブレイクポイント :::::::: */

@media print, screen and (min-width:737px) {

  .active-sp {
    position: fixed;
    top: -100%;
    left: -100%;
    z-index: -99999;
  }

  br.active-sp {
    display: none;
  }

}

/** ***************************************************************************
 * ブレイクポイントを超える場合に表示
 */

.active-pc {
  position: fixed;
  top: -100%;
  left: -100%;
  z-index: -99999;
}

br.active-pc {
  display: none;
}

/* :::::::: ブレイクポイント :::::::: */

@media print, screen and (min-width:737px) {

  .active-pc {
    position: static;
    z-index: inherit;
  }

  br.active-pc {
    display: inline;
  }

}

/** ***************************************************************************
 * テキスト
 * ************************************************************************* */

html:not(.mobile)
.tel-link {
  cursor: default;
  color: inherit;
  pointer-events: none;
  text-decoration: none;
}

.tel-number {
  padding-left: 0.875em !important;
  color: #ff8400 !important;
  line-height: 1;
  letter-spacing: 1px;
  font-family: Anton;
  background: url("../../_image/_common/icon-tel.png") left center no-repeat;
  background-size: 0.75em auto;
}

.ruby {
  position: relative;
  z-index: 1;
}

.ruby::before {
  content: attr(data-ruby);
  width: 100%;
  line-height: 1.2;
  font-size: 0.5em;
  text-align: center;
  display: block;
  position: absolute;
  z-index: 1;
  top: -0.625em;
  left: 0;
}

.strong-1{
  color: #ff8400;
  font-weight: inherit;
}

.note {
  line-height: 1.5;
  font-size: 10px;
}

.note　+ *,
* + .note {
  margin-top: 5px !important;
}

.caption {
  line-height: 1.5;
  font-size: 10px;
}

.caption　+ *,
* + .caption {
  margin-top: 5px !important;
}

/** ***************************************************************************
 * リスト
 * ************************************************************************* */

/** ***************************************************************************
 * ul
 */

ul.default,
ul.default li {
  margin: 0;
  padding: 0;
}

ul.default {
  margin-left: 1.75em;
}

ul.default li ~ li {
  margin-top: 0.25em;
}

ul.default + * { margin-top:1.5em; }

* + ul.default { margin-top:1.5em; }

/** ***************************************************************************
 * ol
 */

ol.default,
ol.default li {
  margin: 0;
  padding: 0;
}

ol.default {
  margin-left: 1.75em;
}

ol.default li ~ li {
  margin-top: 0.25em;
}

ol.default + * { margin-top:1.5em; }

* + ol.default { margin-top:1.5em; }

/** ***************************************************************************
 * dl
 */

dl.default,
dl.default dt,
dl.default dd {
  margin: 0;
  padding: 0;
}

dl.default dt {
  font-weight: inherit;
}

dl.default dd {
  margin-top: 0.25em;
  margin-left: 2.25em;
  display: list-item;
  list-style: disc;
}

dl.default + * { margin-top:1.5em; }

* + dl.default { margin-top:1.5em; }

/** ***************************************************************************
 * テーブル
 * ************************************************************************* */

/** ***************************************************************************
 * デフォルト
 */

table.default { border-collapse:collapse; }

table.default + * { margin-top:1.5em; }

* + table.default { margin-top:1.5em; }

table.table-1 caption {
  margin-bottom: 0.5em;
  color: #ff8400;
  font-size: 18px;
  font-weight: bold;
}

table.default caption {
  margin-bottom: 0.5em;
  text-align: left;
}

table.default > tbody > tr > th {
  font-weight: bold;
  border: solid 1px #b8b8b8;
}

table.default > tbody > tr > th[scope="col"] {
  background-color: #f3f3f3;
}

table.default > tbody > tr > th[scope="row"] {
  background-color: #f3f3f3;
}

table.default > tbody > tr > td {
  border: solid 1px #b8b8b8;
  background-color: #fff;
}

/* :::::::: ブレイクポイント :::::::: */

@media print, screen and (max-width:736px) {

  table.default > tbody > tr > th {
    padding-left: 10px;
    padding-right: 10px;
  }

  table.default > tbody > tr > td {
    padding-left: 10px;
    padding-right: 10px;
  }

}

@media print, screen and (min-width:737px) {

  table.default caption {
    margin-bottom: 0.5em;
    font-size: 30px;
  }

}

/** ***************************************************************************
 * 1
 */

table.table-1 { border-collapse:collapse; }

table.table-1 + * { margin-top:1.5em; }

* + table.table-1 { margin-top:1.5em; }

table.table-1 caption {
  margin-bottom: 0.5em;
  color: #ff8400;
  font-size: 18px;
  font-weight: bold;
}

table.table-1 > tbody > tr > th {
  font-weight: bold;
}

table.table-1 > tbody > tr > th[scope="col"] {
  border-top: solid 1px #b8b8b8;
  border-bottom: solid 1px #b8b8b8;
  background-color: #f3f3f3;
}

table.table-1 > tbody > tr > th[scope="col"]:first-child {
  border-left: solid 1px #b8b8b8;
}

table.table-1 > tbody > tr > th[scope="col"]:last-child {
  border-right: solid 1px #b8b8b8;
}

table.table-1 > tbody > tr > th[scope="row"] {
  border-top: solid 1px #b8b8b8;
  border-bottom: solid 1px #b8b8b8;
  border-left: solid 1px #b8b8b8;
}

table.table-1 > tbody > tr > td {
  border-top: solid 1px #b8b8b8;
  border-bottom: solid 1px #b8b8b8;
  background-color: #fff;
}

table.table-1 > tbody > tr > td:last-child {
  border-right: solid 1px #b8b8b8;
}

/* :::::::: ブレイクポイント :::::::: */

@media print, screen and (max-width:736px) {

  table.table-1 > tbody > tr > th {
    padding-left: 10px;
    padding-right: 10px;
  }

  table.table-1 > tbody > tr > td {
    padding-left: 10px;
    padding-right: 10px;
  }

}

@media print, screen and (min-width:737px) {

  table.table-1 caption {
    margin-bottom: 0.5em;
    font-size: 30px;
  }

}
