@charset "UTF-8";
/* key */
/* font */
/* grey */
/* background */
/* Information */
/* pink */
/* Font */
/*
 ----------------------------------------------------------------------
# 共通パーツ
 ----------------------------------------------------------------------
*/
b {
  font-weight: bold;
}

.base-footnote {
  font-size: 13px;
  color: #888;
}

.base-title-section {
  border-left: 4px solid #666060;
  font-size: 18px;
  padding-left: 16px;
  color: #212121;
  font-family: "HiraMinProN-W3", "ヒラギノ明朝 ProN W6",  "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}

.base-title-section-with-article {
  border-bottom: 2px solid #ccc9c9;
  font-size: 18px;
  padding-bottom: 4px;
  color: #212121;
  font-family: "HiraMinProN-W3", "ヒラギノ明朝 ProN W6",  "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  margin-bottom: 20px;
}

.base-title-article {
  font-size: 15px;
  font-family: "HiraMinProN-W3", "ヒラギノ明朝 ProN W6",  "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  color: #212121;
  margin-top: 30px;
  margin-bottom: 30px;
  font-weight: bold;
}
@media (max-width: 767px) {
  .base-title-article {
    margin-top: 30px;
  }
}
.base-title-article:before {
  content: '■';
  margin-right: 10px;
}

a {
  color: #9b1927;
  text-decoration: underline;
  cursor: pointer;
}
@media (max-width: 767px) {
  a {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.4);
    user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
  }
}

@media (max-width: 767px) {
  a img {
    pointer-events: none;
  }
}

a {
  color: #9b1927;
  text-decoration: underline;
  cursor: pointer;
}

a.link-a {
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  text-align: center;
}

.link-submit {
  text-align: center;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  line-height: 1;
  border-style: none;
  -webkit-appearance: none;
}

.link-submit-text {
  text-align: center;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-style: none;
  background-color: inherit;
  padding: 0;
  margin: 0;
  color: #9b1927;
  text-decoration: underline;
}

.link-submit-text:hover {
  color: #aa2634;
}

/* size */
.link-size-small,
a.link-size-small {
  font-size: 15px;
  line-height: 1.6;
  padding-top: 3px;
  padding-left: 15px;
  padding-right: 15px;
  height: 30px;
}

.link-size-normal,
a.link-size-normal {
  font-size: 15px;
  line-height: 1.6;
  padding-top: 8px;
  padding-left: 15px;
  padding-right: 15px;
  height: 40px;
}

.link-submit.link-size-normal {
  padding-top: 0px;
}

.link-size-large,
a.link-size-large {
  font-size: 21px;
  line-height: 1.5;
  padding-top: 9px;
  padding-left: 20px;
  padding-right: 20px;
  height: 52px;
}

.link-size-width-full,
a.link-size-width-full {
  width: 100%;
  padding-left: 0px;
  padding-right: 0px;
}

.link-size-exlarge,
a.link-size-exlarge {
  font-size: 28px;
  padding: 15px 25px 15px 25px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}

@media (max-width: 767px) {
  .link-size-width-full-sp,
  a.link-size-width-full-sp {
    width: 100%;
  }
}
/* style */
.link-style-strong,
.link-style-strong:link,
.link-style-strong:hover,
a.link-style-strong,
a.link-style-strong:link,
a.link-style-strong:hover {
  color: #fff !important;
  background: #9b1927;
  font-weight: normal;
  text-decoration: none !important;
}

@media (min-width: 768px) {
  .link-style-strong:hover,
  a.link-style-strong:hover {
    background: #aa2634;
  }

  .link-style-strong:active,
  a.link-style-strong:active {
    background: #821621;
  }
}
@media (max-width: 767px) {
  .link-style-strong:hover,
  a.link-style-strong:hover {
    background: #821621;
  }

  .link-style-strong:active,
  a.link-style-strong:active {
    background: #821621;
  }
}
/* 補足: line-height 1.4でボーダー分の幅を吸収する */
.link-style-weak,
.link-style-weak:link,
.link-style-weak:visited,
a.link-style-weak,
a.link-style-weak:link
a.link-style-weak:visited {
  color: #fff !important;
  border: 1px solid #666060;
  background-color: #666060;
  line-height: 1.4em;
  -webkit-box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.05);
  font-weight: normal;
  text-decoration: none !important;
}

@media (min-width: 768px) {
  .link-style-weak:hover,
  a.link-style-weak:hover {
    border: 1px solid #777;
    background-color: #777;
  }

  .link-style-weak:active,
  a.link-style-weak:active {
    border: 1px solid #555;
    background-color: #555;
  }
}
@media (max-width: 767px) {
  .link-style-weak:hover,
  a.link-style-weak:hover {
    border: 1px solid #555;
    background-color: #555;
  }

  .link-style-weak:active,
  a.link-style-weak:active {
    border: 1px solid #555;
    background-color: #555;
  }
}
/* 補足: line-height 1.3でボーダー分の幅を吸収する */
.link-style-disable,
.link-style-disable:link,
.link-style-disable:visited,
a.link-style-disable,
a.link-style-disable:link
a.link-style-disable:visited {
  color: #d8d6d6;
  border: 1px solid #d8d6d6;
  background-color: #efeeee;
  line-height: 1.3em;
  font-weight: normal;
  text-decoration: none !important;
  cursor: default;
}

@media (min-width: 768px) {
  .link-style-disable:hover,
  a.link-style-disable:hover {
    background-color: #efeeee;
  }

  .link-style-disable:active,
  a.link-style-disable:active {
    background-color: #efeeee;
  }
}
@media (max-width: 767px) {
  .link-style-disable:hover,
  a.link-style-disable:hover {
    background-color: #efeeee;
  }

  .link-style-disable:active,
  a.link-style-disable:active {
    background-color: #efeeee;
  }
}
a.link-style-white {
  border: 2px solid #fff;
  color: #fff;
  line-height: 1.3;
  text-decoration: none;
}

@media (min-width: 768px) {
  .link-style-white:hover,
  a.link-style-white:hover {
    background: #821621;
    border-color: #821621;
    color: #fff;
  }

  .link-style-white:active,
  a.link-style-white:active {
    background: #aa2634;
    border-color: #aa2634;
    color: #fff;
  }
}
@media (max-width: 767px) {
  .link-style-white:hover,
  a.link-style-white:hover {
    background: #821621;
    border-color: #821621;
    color: #fff;
  }

  .link-style-white:active,
  a.link-style-white:active {
    background: #821621;
    border-color: #821621;
    color: #fff;
  }
}
@media (min-width: 768px) {
  .link-style-border,
  a.link-style-border {
    border: 1px solid #9b1927;
    color: #9b1927;
  }

  .link-style-border:hover,
  a.link-style-border:hover {
    border: 1px solid #9b1927;
    background-color: #9b1927;
    color: #fff;
  }

  .link-style-border:active,
  a.link-style-border:active {
    border: 1px solid #821621;
    background-color: #821621;
    color: #fff;
  }
}
@media (max-width: 767px) {
  .link-style-border,
  a.link-style-border {
    border: 1px solid #9b1927;
    color: #9b1927;
  }

  .link-style-border:hover,
  a.link-style-border:hover {
    border: 1px solid #9b1927;
    background-color: #9b1927;
    color: #fff;
  }

  .link-style-border:active,
  a.link-style-border:active {
    border: 1px solid #821621;
    background-color: #821621;
    color: #fff;
  }
}
.i-left {
  margin-right: 5px;
}

table.base-table {
  width: 100%;
}

table.base-table tr th,
table.base-table tr td {
  padding: 9px 10px 9px 10px;
  text-align: left;
  vertical-align: top;
}

table.base-table tr th {
  background-color: #efeeee;
  color: #555;
  font-weight: normal;
  border-bottom: 1px solid #d8d6d6;
}

table.base-table tr th a {
  color: #fff;
}

table.base-table tr th.style-title {
  background: #fff;
  border-bottom: 1px solid #fff;
}

table.base-table tr td {
  border-bottom: 1px solid #d8d6d6;
}

table.base-table tr td.style-title {
  background-color: #f2f0f0;
  font-weight: bold;
}

table.base-table tr td.is-center {
  text-align: center;
}

table.base-table .table-size-80 {
  width: 80px;
}

table.base-table .table-size-100 {
  width: 100px;
}

table.base-table .table-size-150 {
  width: 150px;
}

table.base-table .table-size-200 {
  width: 200px;
}

table.base-table .table-size-250 {
  width: 250px;
}

table.base-table .table-size-300 {
  width: 300px;
}

.base-table__foot-note {
  font-size: 14px;
  color: #888;
  margin-top: 10px;
}

/* 
 ----------------------------------------------------------------------
# explain
 ----------------------------------------------------------------------
*/
/* title explain */
span.base-float-explain-span-block {
  position: relative;
  display: inline-block;
  cursor: pointer;
  font-size: 12px;
}
span.base-float-explain-span-block a:after {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  font-weight: 100;
  content: "\f24d";
  cursor: pointer;
  margin-left: 2px;
  padding-left: 2px;
  padding-right: 4px;
}

.base-float-explain-block {
  position: relative;
  text-align: left;
}

.base-float-explain-block .float-explain-text {
  position: absolute;
  top: 5px;
  left: 0px;
  font-size: 15px;
  word-wrap: break-word;
  background-color: #fff;
  z-index: 999;
  border: 1px solid #d8d6d6;
  box-shadow: 0px 0px 6px #d8d6d6;
  -webkit-box-shadow: 0px 0px 6px #d8d6d6;
  -moz-box-shadow: 0px 0px 6px #d8d6d6;
}
.base-float-explain-block .float-explain-text p {
  color: #555 !important;
  font-weight: normal !important;
  margin-bottom: 0px !important;
}

@media (min-width: 768px) {
  .base-float-explain-block .float-explain-text {
    min-width: 250px;
  }
}
.base-float-explain-block .float-explain-text-after,
.base-float-explain-block .float-explain-text-before {
  bottom: 100%;
  border: solid transparent;
  content: " ";
  display: block;
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.base-float-explain-block .float-explain-text-after {
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #fff;
  border-width: 8px;
  margin-left: -8px;
}

.base-float-explain-block .float-explain-text-before {
  border-color: rgba(204, 201, 201, 0);
  border-bottom-color: #d8d6d6;
  border-width: 9px;
  margin-left: -9px;
}

.base-float-explain-block .float-explain-text p {
  padding: 15px;
  margin-top: 0px !important;
}

.base-float-explain-block .float-explain-text p span {
  display: block;
  margin-top: 3px;
}
