@charset "utf-8";

/* CSS Document */
.nopc {
  display: none
}

main * {
  box-sizing: border-box
}

.mv__container,
.main-title {
  width: 100%;
  padding: 50px 0;
  background: #F6F6F6
}

.mv__container>h2,
.main-title>h2 {
  width: 992px;
  margin: auto;
  text-align: center;
  font-size: 36px;
}

.inner {
  width: 992px;
  margin: 30px auto;
}

[class*="__em"] {
  font-weight: bold;
  text-decoration: underline;
}

[class*="__emred"] {
  color: #FF0000;
  font-weight: bold;
  text-decoration: underline;
}

[class*="__boldred"] {
  color: #FF0000;
  font-weight: bold;
}

[class*="__bold"] {
  margin-top: 20px;
  font-weight: bold;
}

[class*="__dot"],
[class*="__asta"],
[class*="__circle"] {
  position: relative;
  padding-left: 1.0em
}

[class*="__dot"]::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0
}

[class*="__asta"]::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0
}

[class*="__astared"]::before {
  content: "※";
  color: #FF0000;
  font-weight: bold;
  position: absolute;
  top: 0;
  left: 0
}

[class*="__circle"]::before {
  content: "●";
  position: absolute;
  top: 0;
  left: 0
}

[class*="__box"] {
  margin-bottom: 30px;
}

[class*="__mt"] {
  margin-top: 20px;
}

.item-list>li a {
  text-decoration: underline;
}

.basic-note {
  margin: 20px auto;
}

.basic-note>li {
  font-size: 16px;
  position: relative;
  padding-left: 1.5em;
}

.basic-note>li::before {
  content: "◆";
  position: absolute;
  top: 0;
  left: 0
}

.special-box {
  margin-bottom: 20px;
  background: #E5EDFE;
  padding: 20px;
}

.special-title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 5px;
}

.special-notice {
  margin-top: 5px;
}

.sub-title {
  font-size: 18px;
  font-weight: bold;
}

.sub-title>small {
  font-size: 14px;
  font-weight: normal;
  display: inline-block;
  margin-left: 1.0em;
}

.shop-link>a {
  display: block;
  width: 600px;
  border: 2px solid #333;
  padding: 10px;
  margin: 0 auto 10px;
  font-size: 18px;
  text-align: center;
  position: relative;
  transition: 0.3s
}

.shop-link>a:hover {
  background: #E5EDFE
}

.shop-link>a::after {
  content: "";
  background: url(/cmn/icon/icon_arrow_right.png) no-repeat center center / contain;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 0;
  right: 3%;
  bottom: 0;
  margin: auto
}

.link-note {
  display: block;
  text-align: center;
  font-size: 12px;
}

.shop-link+.shop-link {
  margin-top: 30px
}

.insurance-table {
  border-collapse: collapse;
  border: 1px solid;
  table-layout: fixed;
  /*margin: 30px auto;*/
  margin: 30px 0;
}

.insurance-table caption {
  text-align: left;
  font-size: 13px;
}

.insurance-table tr td {
  font-size: 13px;
  padding: 5px;
  border: 1px solid
}

.insurance-table .midashi {
  width: 9em
}

sup {
  font-size: 11px;
  vertical-align: text-top;
}

/* index用 */
.nav__container {
  width: 100%;
  margin-top: 30px;
}

.nav__inner {
  width: 992px;
  margin: auto;
  padding-left: 120px;
}

.nav__inner h3 {
  font-size: 18px;
  color: #4f71b4;
  text-align: left;
  margin: 0 auto 20px;
  padding-bottom: 5px;
  border-bottom: 1px solid #c2cde5;
}
.nav__inner h3>span{
  display: block;
  color: #ff0033;
  font-size: 15px;
}

.nav__box {
  display: flex;
  flex-wrap: wrap;
}

.nav__box>li {
  width: 100%;
  list-style: disc;
  list-style-position: inside;
  margin-bottom: 10px;
}

.nav__box>li:last-child {
  margin-bottom: 0;
}

.nav__box>li a {
  color: #4f71b4;
  font-size: 14px;
}

.nav__box>li a:hover {
  text-decoration: underline;
  opacity: .7;
}