@charset "UTF-8";

/* --------------------------------------------------------
-----------------------------------------------------------
 COMMON
-----------------------------------------------------------
----------------------------------------------------------- */
body {
  color: #333;
  background-color: #FFF;
  font-family: 'Noto Sans JP', Arial, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
  font-feature-settings: "palt";
  letter-spacing: 0.03em;
  line-height: 1.55;
  font-size: 16px;
  min-width: 1140px;
}

a,
label,
button,
input[type="submit"],
input[type="button"] {
  /* @mixin:transition */
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

a:hover,
label:hover,
button:hover,
input[type="submit"]:hover,
input[type="button"]:hover {
  /* @mixin:PC-opacity */
  opacity: 0.8;
}

a:link, a:visited {
  color: #666;
  text-decoration: underline;
}

a:hover, a:active {
  text-decoration: none;
}

/*
---------------------------------------------------------
 電話番号リンク
--------------------------------------------------------- */
a[href^="tel:"] {
  text-decoration: none;
  color: inherit;
  opacity: 1;
  cursor: default;
  pointer-events: none;
}

/*
---------------------------------------------------------
 Attention
--------------------------------------------------------- */
.Attention {
  font-size: 13px;
}

/*
---------------------------------------------------------
 float
--------------------------------------------------------- */
.Fl {
  float: left;
}

.Fr {
  float: right;
}

/*
---------------------------------------------------------
 非表示
--------------------------------------------------------- */
.PC-none {
  display: none !important;
}

.pc-hidden {
  display: none;
}

.hide {
  display: none;
}

/*
---------------------------------------------------------
 サイト幅
--------------------------------------------------------- */
.In-wrap,
.Content>.Page-head {
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 40px);
}

body.Page-narrow-content .Content-inner.In-wrap,
body.Page-narrow-content .Content .Edit {
  max-width: 860px;
}

/*
---------------------------------------------------------
 Content
--------------------------------------------------------- */
.Content-block {
  /* @mixin:PC-content-block */
  margin-bottom: 60px;
}

.Content-block:last-child {
  /* @mixin:PC-content-block */
  margin-bottom: 0;
}

.Content-block.MOD-bg {
  /* @mixin:PC-content-block-bg */
  padding-top: 45px;
  padding-bottom: 45px;
  margin-bottom: 0;
}

.Content-block.MOD-bg:nth-last-of-type(even) {
  /* @mixin:PC-content-block-bg */
  background-color: #f8f4f1;
}

.Content-article {
  /* @mixin:PC-content-article */
  margin-bottom: 40px;
}

.Content-article:last-child {
  /* @mixin:PC-content-article */
  margin-bottom: 0;
}

.Content-body {
  /* @mixin:PC-content-body */
  padding-left: 8px;
  padding-right: 8px;
}

/*
-----------------------------------------------------------
 Table
----------------------------------------------------------- */
.Table-basic {
  /* @mixin:PC-table-basic */
  border-left: 1px solid #dcdcdc;
  border-top: 1px solid #dcdcdc;
}

.Table-basic th, .Table-basic td {
  /* @mixin:PC-table-basic */
  border-right: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;
  padding: 9px 20px;
}

.Table-basic th {
  /* @mixin:PC-table-basic */
  border-right: 1px solid #dcdcdc;
  background: #f8f4f1;
  font-size: 14px;
  font-weight: bold;
}

.Table-basic td {
  /* @mixin:PC-table-basic */
  background: #fff;
}

/*
-----------------------------------------------------------
 Title
----------------------------------------------------------- */
.Title-block {
  /* @mixin:PC-title-block */
  font-family: "Noto Sans JP", Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  color: #002284;
  border: 3px double #aebeae;
  border-left: none;
  border-right: none;
  font-weight: bold;
  line-height: 1.35;
  font-size: 26px;
  margin: 0 0 20px;
  padding: 9px 8px;
  letter-spacing: 0.08em;
}

.Title-block a {
  color: inherit;
  text-decoration: none !important;
}

.Title-block.MOD-side {
  /* @mixin:PC-title-block-side */
}

.Title-block.MOD-center {
  /* @mixin:PC-title-block-center */
  text-align: center;
}

.Title-article {
  /* @mixin:PC-title-article */
  font-family: "Noto Sans JP", Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  border-bottom: 1px solid #dcdcdc;
  border-left: 2px solid #002284;
  font-weight: normal;
  line-height: 1.3;
  letter-spacing: 0.05em;
  font-size: 20px;
  padding: 6px 8px 9px;
  margin-bottom: 12px;
}

.Title-article a {
  /* @mixin:PC-title-article */
  color: inherit;
  text-decoration: none;
}

.Title-small {
  /* @mixin:PC-title-small */
  font-family: "Noto Sans JP", Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  color: #002284;
  font-weight: bold;
  text-align: center;
  line-height: 1.3;
  margin-bottom: 4px;
  font-size: 17px;
}

.Title01 {
  /* @mixin:PC-title-block */
  font-family: "Noto Sans JP", Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  color: #002284;
  border: 3px double #aebeae;
  border-left: none;
  border-right: none;
  font-weight: bold;
  line-height: 1.35;
  font-size: 26px;
  margin: 0 0 20px;
  padding: 9px 8px;
  letter-spacing: 0.08em;
}

.Title01 a {
  color: inherit;
  text-decoration: none !important;
}

.Title01 a {
  color: #002284;
  text-decoration: none;
}

.Title01.MOD-side {
  font-size: 16px;
}

.Title01.MOD-center {
  font-size: 18px;
  text-align: center;
}

.Title02 {
  border-bottom: 1px solid;
  border-left: 6px solid;
  background: url(/img/title_bg.jpg) repeat-x left bottom;
  padding: 3px 8px 5px;
  line-height: 1.3;
  margin: 0 0 10px;
  font-size: 18px;
  color: #002284;
  font-weight: bold;
  clear: both;
}

.Title03 {
  border-bottom: 1px solid #002284;
  padding: 0px 8px 4px;
  line-height: 1.3;
  margin: 0 0 10px;
  font-size: 16px;
  color: #002284;
  font-weight: bold;
}

.Title04 {
  border: 3px double;
  color: #002284;
  line-height: 1.00;
  margin: 8px 0 10px;
  border-left: none;
  border-right: none;
  font-weight: bold;
  padding: 6px 6px 5px;
  clear: both;
}

.Title05 {
  margin: 0 0 10px;
  padding: 0 12px 3px;
  font-size: 20px;
  font-weight: bold;
  border-bottom: 2px solid;
  color: #131313;
  letter-spacing: 0.2em;
}

.Title06 {
  border-bottom: 1px solid #002284;
  padding: 4px 8px 5px;
  line-height: 1.3;
  margin: 0 0 12px;
  font-size: 24px;
  color: #131313;
  font-weight: initial;
  letter-spacing: 0.08em;
}

/*
-----------------------------------------------------------
Button
----------------------------------------------------------- */
.Btn-cv {
  /* @mixin:PC-btn-cv */
  font-family: "Noto Sans JP", Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  background-color: #fb4c4c;
  box-shadow: rgba(0, 0, 0, 0.1) 1px 1px 1px 0;
  position: relative;
  display: inline-block;
  font-weight: bold;
  text-decoration: none !important;
  text-align: center;
  overflow: hidden;
  padding: 10px 25px;
  border-radius: 4px;
  font-size: 17px;
  line-height: 1.3;
  color: #FFF !important;
}

.Btn-cv::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: rgba(0, 0, 0, 0.2);
}

.Btn-main {
  /* @mixin:PC-btn-main */
  font-family: "Noto Sans JP", Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  background-color: #002284;
  box-shadow: rgba(0, 0, 0, 0.1) 1px 1px 1px 0;
  display: inline-block;
  font-weight: bold;
  text-decoration: none !important;
  text-align: center;
  padding: 10px 25px;
  border-radius: 4px;
  font-size: 17px;
  line-height: 1.3;
  color: #FFF !important;
}

.Btn-main.MOD-cancel {
  background-color: #444 !important;
  color: #FFF !important;
}

.Btn-sub {
  /* @mixin:PC-btn-sub */
  font-family: "Noto Sans JP", Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  color: #002284 !important;
  box-shadow: rgba(0, 0, 0, 0.1) 1px 1px 1px 0;
  display: inline-block;
  font-weight: bold;
  text-decoration: none !important;
  background: none;
  text-align: center;
  padding: 12px 25px;
  border-radius: 4px;
  font-size: 17px;
  line-height: 1.3;
  border: 1px solid;
}

.Btn-anchor {
  /* @mixin:PC-btn-anchor */
  font-family: "Noto Sans JP", Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  background: #f8f4f1;
  position: relative;
  display: block;
  color: #002284 !important;
  text-decoration: none !important;
  line-height: 1.3;
  padding: 10px 8px 10px 27px;
  font-size: 16px;
  border-radius: 3px;
}

.Btn-anchor::after {
  /* @mixin:PC-btn-anchor */
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 5px 0 5px;
  border-color: #002284 transparent transparent transparent;
  display: block;
  top: 18px;
  left: 10px;
}

/*
-----------------------------------------------------------
 Link
----------------------------------------------------------- */
.Link-text {
  /* @mixin:PC-link-text */
  color: #002284 !important;
  font-family: "Noto Sans JP", Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: bold;
  font-size: 18px;
}

.Link-arrow {
  /* @mixin:PC-link-arrow */
  display: inline-block;
  position: relative;
  padding: 0 0 0 10px;
  color: #131313 !important;
  font-size: 15px;
  line-height: 1.3;
}

.Link-arrow::before {
  /* @mixin:PC-link-arrow */
  content: '';
  display: block;
  position: absolute;
  top: 4px;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-color: transparent transparent transparent #002284;
}

/*
-----------------------------------------------------------
 Edit(自由編集エリア)
----------------------------------------------------------- */
.Edit.MOD-top .wb-edit {
  margin-bottom: 40px;
}

.Edit.MOD-bottom .wb-edit {
  margin-top: 50px;
}

.Edit .wb-edit:empty {
  margin: 0 !important;
}

/* --------------------------------------------------------
-----------------------------------------------------------
 Header
-----------------------------------------------------------
----------------------------------------------------------- */
.Header {
  border-top: 4px solid #002284;
}

.Header .In-wrap {
  max-width: 1300px;
}

.Header .Header-login .Login-box-user,
.Header .Header-login .Login-box-btn-logout {
  display: none !important;
}

/*
-----------------------------------------------------------
 header-top-wrap
----------------------------------------------------------- */
.Header .header-top-wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  padding: 7px 0;
  line-height: 1.3;
}

.Header .header-top-wrap .h1-wrap {
  font-size: 12px;
  margin-right: 5px;
  flex: 1;
}

.Header .header-top-wrap .h1-wrap h1 {
  font-weight: normal;
  font-size: 100%;
}

.Header .header-top-wrap .user-wrap {
  font-size: 12px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}

.Header .header-top-wrap .user-wrap .Login-box-btn-logout {
  border-left: 1px solid #dcdcdc;
  margin-left: 12px;
  padding-left: 12px;
}

.Header .header-top-wrap .user-wrap .Login-box-btn-logout a::before {
  content: 'ログアウト';
}

.Header .header-top-wrap .user-wrap .Login-box-btn-logout img {
  display: none;
}

/*
-----------------------------------------------------------
 Header-pc
----------------------------------------------------------- */
.Header-pc {
  background-color: #eaf8ff;
}

.Header-pc .Header-top {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  padding: 5px 0;
}

.Header-pc .Header-logo {
  width: 247px;
  margin-right: 6px;
}

/*
-----------------------------------------------------------
 .header-search
----------------------------------------------------------- */
.Header-pc .header-search {
  flex: 1;
}

.Header-pc .header-search .wb-cart-search-title,
.Header-pc .header-search .wb-cart-search-content p {
  display: none;
}

.Header-pc .header-search .wb-cart-search form {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
  height: 38px;
  border: 1px solid #002284;
  border-radius: 5px;
  overflow: hidden;
}

.Header-pc .header-search .wb-cart-search .seach-input,
.Header-pc .header-search .wb-cart-search .seach-btn {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  background: none;
  border-radius: 0;
  padding: 0;
  display: block;
  font-size: 15px;
}

.Header-pc .header-search .wb-cart-search .seach-input {
  background: #FFF;
  flex: 1;
  padding: 4px 8px;
  width: 100%;
}

.Header-pc .header-search .wb-cart-search .seach-btn {
  background: #002284;
  color: #FFF;
  width: 55px;
}

/*
---------------------------------------------------------
 .Header-contact
--------------------------------------------------------- */
.Header-pc .Header-contact {
  text-align: right;
  padding-left: 10px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}

.Header-pc .Header-contact .Header-contact-in-wrap {
  width: 412px;
}

.Header-pc .Header-contact .contact-title {
  text-align: center;
  position: relative;
  padding: 0 15px;
  margin-bottom: 2px;
}

.Header-pc .Header-contact .contact-title::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto 0;
  width: 100%;
  height: 1px;
  background: #fa2c05;
  z-index: 0;
}

.Header-pc .Header-contact .contact-title span {
  font-size: 13px;
  font-weight: bold;
  display: inline-block;
  background: #eaf8ff;
  padding: 0 6px;
  position: relative;
  z-index: 10;
}

.Header-pc .Header-contact .contact-body td {
  text-align: center;
  padding: 0;
  vertical-align: middle;
}

.Header-pc .Header-contact .contact-body td p {
  font-size: 11px;
}

.Header-pc .Header-contact .contact-body .tel a {
  text-decoration: none;
  cursor: default;
  opacity: 1;
  display: inline-block;
  line-height: 1;
  margin-bottom: 2px;
}

.Header-pc .Header-contact .contact-body .tel a span {
  color: #fa2c05;
  font-size: 25px;
  font-weight: bold;
  vertical-align: middle;
  padding-left: 3px;
  letter-spacing: -0.03em;
}

.Header-pc .Header-contact .contact-body .form {
  padding-left: 14px;
}

.Header-pc .Header-contact .contact-body .form a {
  display: inline-block;
  background: #fa2c05;
  color: #FFF;
  font-weight: bold;
  text-decoration: none;
  padding: 3px 13px;
  letter-spacing: 0.05em;
  border-radius: 4px;
  margin-bottom: 3px;
}

.Header-pc .Header-contact .contact-body .form a span {
  padding-left: 5px;
  vertical-align: middle;
}

/*
---------------------------------------------------------
 Header-login
--------------------------------------------------------- */
.Header-pc .Header-login {
  text-align: right;
  padding-left: 10px;
}

.Header-pc .Header-login .Login-box-after,
.Header-pc .Header-login .Login-box-before {
  background: #FFF;
  border-radius: 4px;
  display: table;
  float: right;
  border: 1px solid #002284;
}

.Header-pc .Header-login .Login-box-btn {
  display: table-cell;
  vertical-align: middle;
}

.Header-pc .Header-login .Login-box-after .Login-box-btn {
  max-width: 253px;
}

.Header-pc .Header-login .Login-box-btn ul {
  list-style: none;
  padding: 0;
  display: table;
}

.Header-pc .Header-login .Login-box-btn ul li {
  display: table-cell;
  position: relative;
  vertical-align: top;
}

.Header-pc .Header-login .Login-box-btn ul li:not(:last-child)::before {
  content: '';
  display: block;
  position: absolute;
  background: #a9a9a9;
  width: 1px;
  height: 32px;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 10;
}

.Header-pc .Header-login .Login-box-btn ul li a {
  color: #002284;
  width: 84px;
  display: block;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
  letter-spacing: 0;
  border-radius: 4px;
  padding: 7px 5px 5px;
  transition: background-color 0.3s;
}

.Header-pc .Header-login .Login-box-btn ul li a:hover {
  background-color: #fffadb;
  opacity: 1;
}

.Header-pc .Header-login .Login-box-btn li:not(.btn-history) a::before {
  content: '';
  display: block;
  height: 38px;
  background-repeat: no-repeat;
}

.Header-pc .Header-login .Login-box-btn li:not(.btn-history) img {
  display: none;
}

.Header-pc .Header-login .Login-box-btn li.Login-box-btn-login a::before {
  background-image: url(/img/common/icon_login.svg);
  background-position: center 3px;
  background-size: 34px auto;
}

.Header-pc .Header-login .Login-box-btn li.Login-box-btn-login a::after {
  content: 'ログイン';
}

.Header-pc .Header-login .Login-box-btn li.Login-box-btn-mypage a::before {
  background-image: url(/img/common/icon_mypage.svg);
  background-position: center 4px;
  background-size: 26px auto;
}

.Header-pc .Header-login .Login-box-btn li.Login-box-btn-mypage a::after {
  content: 'マイページ';
}

.Header-pc .Header-login .Login-box-btn li.Login-box-btn-cart a {
  color: #fa2c05;
  position: relative;
  width: 85px;
}

.Header-pc .Header-login .Login-box-btn li.Login-box-btn-cart a::before {
  background-image: url(/img/common/icon_cart.svg);
  background-position: 22px 6px;
  background-size: 37px auto;
}

.Header-pc .Header-login .Login-box-btn li.Login-box-btn-cart a::after {
  content: 'カート';
}

.Header-pc .Header-login .Login-box-btn li.Login-box-btn-cart .wb-cart-amount {
  position: absolute;
  background: #fa2c05;
  color: #FFF;
  line-height: 18px;
  min-width: 18px;
  border-radius: 9px;
  font-family: Arial, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
  padding: 0 3px;
  top: 8px;
  left: 15px;
  height: 18px;
}

.Header-pc .Header-login .Login-box-btn li.btn-history a .img {
  height: 38px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
}

.Header-pc .Header-login .Login-box-btn li.btn-history a .name {
  display: block;
}

/*
-----------------------------------------------------------
 Header-nav
----------------------------------------------------------- */
.Header-nav {
  background: #002284;
}

.Header-nav .nav-list {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: stretch;
}

.Header-nav .button {
  color: rgba(255, 255, 255, 0.95);
  text-decoration: none;
  display: block;
  font-size: 15px;
  padding: 8px 26px;
  line-height: 1.3;
  letter-spacing: 0.1em;
  opacity: 1;
  transition: background-color 0.3s;
}

.Header-nav a.button:hover,
.Header-nav .dropdown-nav.MOD-open .button {
  background-color: #58668d;
}

.Header-nav .dropdown-nav .button {
  position: relative;
}

.Header-nav .dropdown-nav .button::before {
  content: '';
  display: inline-block;
  margin-right: 5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #FFF transparent transparent transparent;
  vertical-align: 2px;
  margin-left: -7px;
}

.Header-nav .dropdown-nav .button.MOD-open {
  /* タッチ操作可能なデバイス用のCSS */
}

.Header-nav .dropdown-nav .button.MOD-open::before {
  vertical-align: 3px;
  border-width: 0 5px 5px 5px;
  border-color: transparent transparent #FFF transparent;
}

.Header-nav .dropdown-nav .inner-nav {
  display: none;
  position: absolute;
  width: 100%;
  left: 0;
  background: rgba(0, 56, 2, 0.92);
  z-index: 1000;
}

.Header-nav .wb-cart-categ-multi {
  max-width: 1120px;
  margin: 0 auto;
  width: calc(100% - 40px);
}

.Header-nav .wb-cart-categ-multi ul {
  list-style: none;
  padding: 0;
}

.Header-nav .wb-cart-categ-multi .wb-cart-category02-subcateg-list {
  display: none;
}

.Header-nav .wb-cart-categ-multi .wb-cart-category01-list {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
  padding: 25px 0 50px;
}

.Header-nav .wb-cart-categ-multi .wb-cart-category01-item {
  width: 48%;
}

.Header-nav .wb-cart-categ-multi .wb-cart-category01-node {
  margin-bottom: 9px;
}

.Header-nav .wb-cart-categ-multi .wb-cart-category01-node a {
  display: block;
  text-decoration: none;
  color: #FFF;
  font-size: 20px;
  letter-spacing: 0.1em;
  line-height: 1.3;
}

.Header-nav .wb-cart-categ-multi .wb-cart-category01-subcateg-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
}

.Header-nav .wb-cart-categ-multi .wb-cart-category01-subcateg-list>li {
  width: calc((100% - 17px) / 3);
  margin-left: 8px;
  min-height: 54px;
}

.Header-nav .wb-cart-categ-multi .wb-cart-category01-subcateg-list>li:nth-of-type(3n+1) {
  margin-left: 0;
}

.Header-nav .wb-cart-categ-multi .wb-cart-category01-subcateg-list>li:nth-of-type(n+4) {
  margin-top: 8px;
}

.Header-nav .wb-cart-categ-multi .wb-cart-category02-node,
.Header-nav .wb-cart-categ-multi .wb-cart-category02-node a {
  height: 100%;
}

.Header-nav .wb-cart-categ-multi .wb-cart-category02-node a {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
  color: inherit;
  line-height: 1.3;
  background: #FFF;
  padding: 6px;
  border-radius: 3px;
}

.Header-nav .wb-cart-categ-multi .wb-cart-category02-node-img {
  width: 42px;
  margin-right: 6px;
  text-align: center;
}

.Header-nav .wb-cart-categ-multi .wb-cart-category02-node-name {
  flex: 1;
  font-size: 14px;
  line-height: 1.3;
}

.Header-nav .wb-cart-categ-multi .wb-cart-category01-item:nth-of-type(n+3) {
  display: none;
}

/* --------------------------------------------------------
-----------------------------------------------------------
 Footer
-----------------------------------------------------------
----------------------------------------------------------- */
/*
---------------------------------------------------------
 Follow-contact-wrap
--------------------------------------------------------- */
.Footer .Follow-contact-wrap {
  position: fixed;
  bottom: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.7);
  padding: 10px;
  border-radius: 25px 0 0 0;
  width: 260px;
  z-index: 100;
  text-align: center;
}

.Footer .Follow-contact-wrap .Follow-comment-wrap {
  font-weight: bold;
  line-height: 1.3;
  margin-right: 0;
  margin-bottom: 5px;
  color: #333;
  font-size: 12px;
  display: inline-block;
  position: relative;
  padding: 0 20px;
}

.Footer .Follow-contact-wrap .Follow-comment-wrap::before, .Footer .Follow-contact-wrap .Follow-comment-wrap::after {
  content: "";
  background: no-repeat center center;
  display: block;
  position: absolute;
  width: 18px;
  height: 42px;
  background-size: 15px auto;
  top: -2px;
}

.Footer .Follow-contact-wrap .Follow-comment-wrap::before {
  background-image: url("/img/common/commentline_left.webp");
  left: 0;
}

.Footer .Follow-contact-wrap .Follow-comment-wrap::after {
  background-image: url("/img/common/commentline_right.webp");
  right: 0;
}

.Footer .Follow-contact-wrap .Follow-tel-wrap p {
  font-weight: bold;
  color: #fa2c05;
  background: url("/img/common/icn_tel.svg") no-repeat left center;
  text-decoration: none;
  letter-spacing: 0;
  line-height: 1;
  text-align: center;
  display: inline-block;
  font-size: 25px;
  padding-left: 17px;
  background-size: 13px auto;
  font-family: Arial, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
}

.Footer .Follow-contact-wrap .Follow-btn-wrap a {
  background-color: #002284;
  display: block;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  line-height: 1.3;
  color: #FFF;
  background-image: url("/img/common/icn_inquiry.webp");
  background-repeat: no-repeat;
  border-radius: 25px;
  padding: 6px 15px 6px 33px;
  font-size: 21px;
  background-position: 20px center;
  background-size: 26px auto;
  letter-spacing: 0.05em;
}

.Footer .Follow-contact-wrap .Follow-time-wrap {
  font-size: 12px;
  margin-bottom: 7px;
  line-height: 1;
}

.Footer .shopping-guide {
  background: #F2F2F2;
  border-top: 1px solid #d4d4d4;
  border-bottom: 1px solid #d4d4d4;
}

.Footer .shopping-guide .guide-main-title {
  color: #002284;
  text-align: center;
  font-weight: bold;
  font-size: 21px;
  padding: 16px 0 2px;
  letter-spacing: 0.2em;
  border-bottom: 2px solid;
  width: 9.5em;
  margin: 0 auto 14px;
}

.Footer .shopping-guide .shopping-guide-box {
  font-size: 13px;
}

.Footer .shopping-guide .shopping-guide-box .guide-content-unit {
  float: left;
  width: 25%;
  border-right: 1px solid #ddd;
  padding: 15px;
}

.Footer .shopping-guide .shopping-guide-box dl {
  margin: 0;
  padding: 0;
}

.Footer .shopping-guide .shopping-guide-box dl dt {
  margin: 0;
  padding: 0 0 0 6px;
  line-height: 20px;
  font-size: 15px;
  font-weight: bold;
  border-left: 8px #F78B13 solid;
}

.Footer .shopping-guide .shopping-guide-box dd {
  margin: 10px 0 15px 10px;
}

.Footer .shopping-guide .top_info_box {
  margin: 10px 0;
}

.Footer .shopping-guide a {
  text-decoration: underline;
}

.Footer-mid-wrap {
  padding: 25px 0;
}

.Footer-mid-wrap .wb-links {
  text-align: center;
}

.Footer-mid-wrap .wb-links-categ {
  display: inline-block;
}

.Footer-mid-wrap .wb-links-list {
  float: left;
  margin: 0 5px;
}

.Footer-mid-wrap .wb-links-list img {
  max-width: 200px;
}

.Footer-bottom-wrap {
  margin: 0 auto;
  padding: 10px 0 120px;
  color: #FFFFFF;
  background: #002284;
  clear: both;
}

.Footer-menu {
  margin: 0 0 10px;
  text-align: center;
  padding: 0;
  list-style: none;
}

.Footer-menu li {
  margin: 0;
  padding: 0;
  font-size: 12px;
  display: inline;
}

.Footer-menu li span {
  padding: 0 5px 0 0;
}

.Footer-menu li a {
  color: #FFF;
}

.Footer .Copyright {
  text-align: center;
  font-size: 10px;
  letter-spacing: 0.05em;
}

/* --------------------------------------------------------
-----------------------------------------------------------
wb-calendar
-----------------------------------------------------------
----------------------------------------------------------- */
.Footer .wb-calendar-title {
  font-size: 11px;
  margin: .0;
  padding: 3px;
  background: #002284;
  color: #fff;
  text-align: center;
}

.Footer .wb-calendar .wb-calendar-table {
  margin: 0 0 12px;
  width: 100%;
  background: #FFF;
  border-collapse: collapse;
}

.Footer .wb-calendar .wb-calendar-table caption {
  border: solid 1px #cccccc;
  border-bottom: none;
  background-color: #cad7fb;
  padding: 3px;
  text-align: center;
}

.Footer .wb-calendar .wb-calendar-table th {
  padding: 3px;
  background-color: #EFEFEF;
  border: solid 1px #CCCCCC;
  text-align: center;
  font-size: 12px;
}

.Footer .wb-calendar .wb-calendar-table td {
  border: solid 1px #CCCCCC;
  text-align: center;
  padding: 3px;
  font-size: 14px;
}

.Footer .wb-calendar .wb-calendar-table-0 {
  background-color: #FFFFFF;
}

.Footer .wb-calendar .wb-calendar-table-1 {
  background-color: #C8D2FF;
}

.Footer .wb-calendar .wb-calendar-table-2 {
  background-color: #FF6766;
}

/* --------------------------------------------------------
-----------------------------------------------------------
 Page-head
-----------------------------------------------------------
----------------------------------------------------------- */
.Page-head {
  position: relative;
  margin-bottom: 55px;
  padding-top: 6px;
}

.Content>.Page-head {
  padding-top: 0;
}

.Page-head .breadcrumb,
.Page-head .breadcrumb a {
  color: #999999;
}

.Page-head .breadcrumb {
  position: relative;
  font-size: 13px;
  line-height: 1.3;
  z-index: 50;
}

.Page-head .breadcrumb a {
  text-decoration: none;
}

.Page-head .breadcrumb .home,
.Page-head .breadcrumb .wb-sitemap,
.Page-head .breadcrumb .Topicpath,
.Page-head .breadcrumb .cart-breadcrumbs {
  float: left;
}

.Page-head .breadcrumb .home,
.Page-head .breadcrumb .wb-sitemap {
  display: inline-block;
  vertical-align: middle;
}

.Page-head .breadcrumb .home {
  padding-bottom: 2px;
}

.Page-head .breadcrumb ul {
  /* @mixin:clearfix */
  list-style: none;
  padding: 0;
}

.Page-head .breadcrumb ul:after {
  /* @mixin:clearfix */
  content: "";
  display: block;
  clear: both;
}

.Page-head .breadcrumb li {
  float: left;
  line-height: 1.3;
  padding-left: 0.5em;
}

.Page-head .breadcrumb .wb-sitemap li:first-child,
.Page-head .breadcrumb .Topicpath li:first-child {
  display: none;
}

/*
-----------------------------------------------------------
 page-title-wrap
----------------------------------------------------------- */
.Page-head .page-title-wrap {
  font-weight: normal;
  font-size: inherit;
}

.Page-head .page-title {
  font-family: "Noto Sans JP", Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  color: #002284;
  font-weight: bold;
  text-align: center;
  line-height: 1.35;
  letter-spacing: 0.1em;
  font-size: 30px;
  padding: 40px 0 0;
  display: block;
}

#item_detail .Page-head .page-title {
  letter-spacing: 0;
  font-size: 27px;
}

.Page-head .page-sub-text {
  text-align: center;
  display: block;
  font-size: 15px;
  color: #666;
}

.Page-head .page-sub-text span {
  display: inline-block;
  text-align: left;
  margin-top: 15px;
}

.Page-head .page-sub-text span:empty {
  display: none;
}

/* --------------------------------------------------------
-----------------------------------------------------------
 Alpha
-----------------------------------------------------------
----------------------------------------------------------- */
.Alpha {
  width: 830px;
  float: right;
}

.Alpha-main {
  float: left;
  width: calc(100% - 200px);
}

.Alpha-sub {
  float: right;
  width: 180px;
}

/*
-----------------------------------------------------------
 Alpha-sub
----------------------------------------------------------- */
.Alpha-sub .side-block+.side-block {
  margin-top: 30px;
}

.Alpha-sub .recommend-block .wb-sitemap-list1 li,
.Alpha-sub .categ-block .wb-blog-categ,
.Alpha-sub .archive-block .wb-blog-categ {
  padding: 0px 6px 5px;
  border-bottom: 1px solid #dbdbdb;
  margin-bottom: 8px;
}

.Alpha-sub .recommend-block .wb-sitemap-list1 a,
.Alpha-sub .categ-block a,
.Alpha-sub .archive-block a {
  display: inline-block;
  position: relative;
  padding: 0 0 0 10px;
  color: #131313 !important;
  font-size: 15px;
  line-height: 1.3;
  font-size: 13px;
  letter-spacing: 0;
  color: #4a4a4a !important;
}

.Alpha-sub .recommend-block .wb-sitemap-list1 a::before,
.Alpha-sub .categ-block a::before,
.Alpha-sub .archive-block a::before {
  content: '';
  display: block;
  position: absolute;
  top: 3px;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-color: transparent transparent transparent #002284;
}

/* recommend-block
----------------------------------------------------------- */
.Alpha-sub .recommend-block ul {
  list-style: none;
  padding-left: 0;
}

.Alpha-sub .recommend-block .wb-sitemap-list>li {
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 15px;
}

.Alpha-sub .recommend-block .wb-sitemap-list1 {
  font-weight: normal;
}

.Alpha-sub .recommend-block .wb-sitemap-list1:first-child {
  padding-top: 5px;
  border-top: 1px solid #dbdbdb;
  margin-top: 4px;
}

.Alpha-sub .recommend-block .wb-sitemap-list1 ul {
  display: none;
}

/*
-----------------------------------------------------------
 Alpha-menu
----------------------------------------------------------- */
.Alpha-menu {
  margin: 0;
  padding: 0;
}

.Alpha-menu ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

.Alpha-menu ul li {
  margin: 0px;
  padding: 0;
  display: block;
}

.Alpha-menu ul li a,
.Alpha-menu ul li a:link,
.Alpha-menu ul li a:visited {
  display: block;
  padding: 0;
  margin: 0;
}

/* --------------------------------------------------------
-----------------------------------------------------------
 Beta
-----------------------------------------------------------
----------------------------------------------------------- */
.Beta {
  float: left;
  width: 260px;
}

.Content .SSL-Alpha+.Beta {
  display: none;
}

.Beta-content-block+.Beta-content-block {
  margin-top: 15px;
}

.Beta-bnr-wrap .wb-links-list {
  text-align: center;
}

.Beta-bnr-wrap .wb-links-list+.wb-links-list {
  margin-top: 10px;
}

/* --------------------------------------------------------
-----------------------------------------------------------
wb-cart-categ-multi
-----------------------------------------------------------
----------------------------------------------------------- */
.Beta .wb-cart-categ-multi a {
  text-decoration: none;
}

.Beta .wb-cart-categ-multi ul {
  list-style: none;
  padding-left: 0;
}

.Beta .wb-cart-categ-multi .wb-cart-category01-list>li {
  margin-bottom: 35px;
}

.Beta .wb-cart-categ-multi .wb-cart-category01-list .wb-cart-category01-node {
  font-size: 17px;
  font-weight: bold;
  padding-bottom: 9px;
  padding-left: 5px;
  border-bottom: 1px solid #DCDCDC;
}

.Beta .wb-cart-categ-multi .wb-cart-category01-list .wb-cart-category01-node a {
  display: block;
}

.Beta .wb-cart-categ-multi .wb-cart-category01-list .wb-cart-category01-subcateg-list {
  border-bottom: 1px solid #DCDCDC;
}

.Beta .wb-cart-categ-multi .wb-cart-category01-list .wb-cart-category01-subcateg-list>li {
  border-bottom: 1px solid #DCDCDC;
}

.Beta .wb-cart-categ-multi .wb-cart-category01-list .wb-cart-category01-subcateg-list>li:last-child {
  border-bottom: none;
}

.Beta .wb-cart-categ-multi .wb-cart-category02-node {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
  position: relative;
}

.Beta .wb-cart-categ-multi .wb-cart-category02-node a {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 7px 0 7px 5px;
  min-height: 56px;
  flex: 1;
}

.Beta .wb-cart-categ-multi .wb-cart-category02-node .wb-cart-category02-node-img {
  width: 43px;
  margin-right: 8px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
}

.Beta .wb-cart-categ-multi .wb-cart-category02-node .wb-cart-category02-node-img [src="/web-box/contents/cart/img/spacer.gif"] {
  background: #dcdcdc;
  width: 100%;
  height: 100%;
}

.Beta .wb-cart-categ-multi .wb-cart-category02-node .wb-cart-category02-node-name {
  font-size: 14px;
  flex: 1;
  padding-right: 5px;
  line-height: 1.3;
}

.Beta .wb-cart-categ-multi .wb-cart-category02-node button {
  content: "";
  display: block;
  position: relative;
  width: 42px;
  background: #FFF;
  border: none;
  padding: 0;
  cursor: pointer;
  z-index: 10;
}

.Beta .wb-cart-categ-multi .wb-cart-category02-node button::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 36px;
  top: 10px;
  left: 0;
  background: #DCDCDC;
}

.Beta .wb-cart-categ-multi .wb-cart-category02-node button span::before {
  content: "";
  display: block;
  position: absolute;
  width: 12px;
  height: 2px;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  background: #4D4D4D;
  z-index: 20;
}

.Beta .wb-cart-categ-multi .wb-cart-category02-node button span::after {
  content: "";
  display: block;
  position: absolute;
  width: 2px;
  height: 12px;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  background: #4D4D4D;
  z-index: 20;
}

.Beta .wb-cart-categ-multi .wb-cart-category02-node button.active span:after {
  display: none;
}

.Beta .wb-cart-categ-multi .wb-cart-category02-subcateg-list {
  display: none;
  padding: 5px 10px 15px 69px;
}

.Beta .wb-cart-categ-multi .wb-cart-category02-subcateg-list>li {
  margin-bottom: 16px;
}

.Beta .wb-cart-categ-multi .wb-cart-category02-subcateg-list>li:last-child {
  margin-bottom: 0;
}

.Beta .wb-cart-categ-multi .wb-cart-category02-subcateg-list>li a {
  font-size: 13px;
  position: relative;
  display: block;
}

.Beta .wb-cart-categ-multi .wb-cart-category02-subcateg-list>li a::before {
  content: "";
  position: absolute;
  top: 30%;
  left: -6%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 5px;
  border-color: transparent transparent transparent #B3B3B3;
}

/*------------------------------------------------------
-------------------------------------------------------
記事ページ用　※beta部分
-------------------------------------------------------
------------------------------------------------------*/
.Beta2 .wb-sitemap-list1 li {
  border-bottom: dotted 1.5px;
  list-style-type: none;
  font-size: 14px;
}

.Beta2 .wb-sitemap-list1 li a {
  text-decoration: none;
  color: inherit;
  display: block;
  padding: 5px 8px;
}

.Beta2 .wb-sitemap-list>li {
  margin-bottom: 20px;
  list-style-type: none;
  background: #d8d8d8;
  margin-top: 10px;
  padding-top: 6px;
  padding-left: 10px;
}

.Beta2 .wb-sitemap-list1 {
  background: #ffffff;
  margin-left: -10px;
  margin-top: 6px;
}

.Beta2 .wb-sitemap-categ ul {
  list-style: none;
  padding-left: 0;
}

.Beta2 .wb-blog-categ {
  margin-bottom: 9px;
  margin-left: 18px;
  margin-top: 10px;
  border-bottom: dotted 1.5px;
  padding-bottom: 5px;
}

.Beta2 .article_title {
  background: #95acef;
  color: white;
  padding: 10px;
  font-size: 110%;
}

.Beta2 .recommend-block .wb-sitemap-list>li {
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 15px;
  padding: 0 0 0 6px;
  margin-left: 16px;
}

/* 20230908　修正(メニューホバー) */
.Beta a:hover,
.Beta a:active {
  text-decoration: none;
  color: #95acef !important;
}

/* --------------------------------------------------------
-----------------------------------------------------------
 common
-----------------------------------------------------------
----------------------------------------------------------- */
.TPL-common-align-center {
  text-align: center;
}

/* --------------------------------------------------------
-----------------------------------------------------------
TPL-section-block
-----------------------------------------------------------
----------------------------------------------------------- */
.TPL-section-block {
  margin-bottom: 60px;
}

.TPL-section-article {
  margin-bottom: 30px;
}

.TPL-section-article2 {
  margin-bottom: 20px;
}

.TPL-section-article3 {
  margin-bottom: 10px;
}

/* --------------------------------------------------------
-----------------------------------------------------------
 TEMPLATE - title
-----------------------------------------------------------
----------------------------------------------------------- */
.TPL-title01 {
  color: #002284;
  display: block;
  font-weight: bold;
  border-left: 4px solid;
  border-bottom: 1px solid;
  border-top: 1px solid;
  border-right: 1px solid;
  padding: 10px 0 10px 6px;
  line-height: 1.25;
  margin: 0 0 12px;
  font-size: 146%;
  letter-spacing: 0.08em;
}

.TPL-title01 a {
  color: inherit;
}

.TPL-title02 {
  background: #002284;
  display: block;
  font-weight: bold;
  color: #FFF;
  letter-spacing: 0.08em;
  line-height: 1.25;
  font-size: 122%;
  padding: 8px 8px;
  border-radius: 3px;
  margin: 0 0 12px;
}

.TPL-title02 a {
  color: inherit;
}

.TPL-title03 {
  color: #002284;
  display: block;
  font-weight: bold;
  border-bottom: 2px solid;
  padding: 0 7px 5px;
  line-height: 1.25;
  margin: 0px 0 12px;
  font-size: 125%;
  letter-spacing: 0.08em;
}

.TPL-title03 a {
  color: inherit;
}

.TPL-title04 {
  color: #333;
  border-left: 2px solid #002284;
  display: block;
  font-weight: bold;
  letter-spacing: 0.08em;
  line-height: 1.2;
  font-size: 120%;
  padding: 7px 0 7px 6px;
  margin: 0 0 10px;
}

.TPL-title04 a {
  color: inherit;
}

.TPL-title05 {
  color: #333;
  position: relative;
  display: block;
  font-size: 115%;
  letter-spacing: 0.08em;
  line-height: 1.25;
  padding: 0 0 0 10px;
  margin: 0 0 8px;
}

.TPL-title05::before {
  border-color: transparent transparent transparent #002284;
  content: '';
  display: block;
  position: absolute;
  top: 7px;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 6px;
}

.TPL-title05 a {
  color: inherit;
}

.TPL-title06 {
  color: #333;
  display: block;
  font-weight: bold;
  line-height: 1.25;
  letter-spacing: 0.05em;
  margin: 0 0 5px;
  font-size: 105%;
}

.TPL-title06 a {
  color: inherit;
}

/*
-----------------------------------------------------------
 数字付タイトル
----------------------------------------------------------- */
.TPL-title-count {
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-content: center;
  font-weight: bold;
  counter-increment: title;
  margin-bottom: 12px;
  font-size: 125%;
  line-height: 1.35;
  padding: 5px 0 5px 53px;
  min-height: 42px;
}

.TPL-title-count::before {
  content: "";
  border-right: 1px solid #CCC;
  position: absolute;
  top: 0;
  left: 41px;
  bottom: 0;
  height: 100%;
}

.TPL-title-count::after {
  color: #002284;
  content: counter(title);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  width: 40px;
  line-height: 42px;
  font-size: 24px;
  font-family: Arial, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
  height: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
}

/*
-----------------------------------------------------------
 数字付タイトル
----------------------------------------------------------- */
.TPL-title-count02 {
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-content: center;
  font-weight: bold;
  margin-bottom: 12px;
  font-size: 125%;
  line-height: 1.35;
  padding: 5px 0 5px 53px;
  min-height: 42px;
}

.TPL-title-count02::before {
  content: "";
  border-right: 1px solid #CCC;
  position: absolute;
  top: 0;
  left: 41px;
  bottom: 0;
  height: 100%;
}

.TPL-title-count02 .TPL-title-count02-number {
  color: #002284;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  width: 40px;
  line-height: 42px;
  font-size: 24px;
  font-family: Arial, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
  height: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
}

/* --------------------------------------------------------
-----------------------------------------------------------
 TEMPLATE - table
-----------------------------------------------------------
----------------------------------------------------------- */
/*
-----------------------------------------------------------
 TPL-table
----------------------------------------------------------- */
table.TPL-table {
  border-collapse: separate;
  overflow: hidden;
  border: 1px solid #dcdcdc;
  border-radius: 4px;
  border-spacing: 0;
  width: 100%;
}

table.TPL-table th,
table.TPL-table td {
  border-right: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;
  padding: 6px 10px;
  font-size: 85%;
}

table.TPL-table thead th:last-child,
table.TPL-table td:last-child {
  border-right: none;
}

table.TPL-table tbody tr:last-child th,
table.TPL-table tbody tr:last-child td {
  border-bottom: none;
}

table.TPL-table th {
  background: #f2f0e9;
  font-weight: normal;
  text-align: center;
}

table.TPL-table thead th {
  background: #002284;
  color: #FFF;
}

table.TPL-table td {
  background: #fff;
  text-align: left;
  font-weight: normal;
}

table.TPL-table th a {
  color: inherit;
}

/*
-----------------------------------------------------------
 TPL-table02
----------------------------------------------------------- */
table.TPL-table02 {
  border: 1px solid #c5c5c5;
  border-collapse: separate;
  overflow: hidden;
  border-radius: 4px;
  border-spacing: 0;
  table-layout: fixed;
  width: 100%;
}

table.TPL-table02 th,
table.TPL-table02 td {
  border-right: 1px solid #c5c5c5;
  border-bottom: 1px solid #c5c5c5;
  padding: 6px 10px;
  font-size: 85%;
}

table.TPL-table02 td:last-child {
  border-right: none;
}

table.TPL-table02 tbody tr:last-child th,
table.TPL-table02 tbody tr:last-child td {
  border-bottom: none;
}

table.TPL-table02 th {
  background: #f2f0e9;
  font-weight: normal;
  text-align: left;
  width: 24%;
}

table.TPL-table02 td {
  background: #fff;
  text-align: left;
  font-weight: normal;
}

table.TPL-table02 th a {
  color: inherit;
}

/*
-----------------------------------------------------------
 TPL-table03
----------------------------------------------------------- */

table.TPL-table03 th,
table.TPL-table03 td {
  padding: 6px 15px !important;
  font-size: 90% !important;
  text-align: left !important;
  width: 50%;
}

table.TPL-table03 {
  width: 80%;
}

/*
-----------------------------------------------------------
 TPL-table2
----------------------------------------------------------- */
/*
-----------------------------------------------------------
 TPL-table3
----------------------------------------------------------- */
/* --------------------------------------------------------
-----------------------------------------------------------
 TEMPLATE - Itemcateg-topimage
-----------------------------------------------------------
----------------------------------------------------------- */
.TPL-Itemcateg-topimage {
  margin-bottom: 20px;
}

.TPL-Itemcateg-content {
  margin-bottom: 40px;
}

/* --------------------------------------------------------
-----------------------------------------------------------
 TEMPLATE - TPL-item-types
-----------------------------------------------------------
----------------------------------------------------------- */
/* --------------------------------------------------------
-----------------------------------------------------------
 TPL-slider01
-----------------------------------------------------------
----------------------------------------------------------- */
.TPL-slider01 {
  overflow: hidden;
}

.TPL-slider01 .TPL-slider-wrap {
  visibility: hidden;
  width: 500px;
  margin: 0 auto;
}

.TPL-slider01 .TPL-slider-wrap .slick-list {
  overflow: visible;
}

.TPL-slider01 .TPL-slider-wrap .TPL-slide {
  text-align: center;
}

.TPL-slider01 .TPL-slider-wrap .TPL-slide a {
  display: inline-block;
  vertical-align: top;
}

.TPL-slider01 .slick-arrow {
  position: absolute;
  z-index: 10;
  top: 0;
  bottom: 0;
  margin: auto 0;
  width: 100%;
  height: 100%;
}

.TPL-slider01 .slick-arrow .button {
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  background: none;
  border-radius: 0;
  padding: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
}

.TPL-slider01 .slick-arrow .button::before {
  content: '';
  position: absolute;
  color: #FFF;
  border-top: 2px solid;
  border-right: 2px solid;
  top: 0;
  bottom: 0;
  margin: auto 0;
  width: 22px;
  height: 22px;
}

.TPL-slider01 .slick-arrow.slick-next {
  left: 100%;
}

.TPL-slider01 .slick-arrow.slick-next .button::before {
  left: 22px;
  transform: rotate(45deg);
}

.TPL-slider01 .slick-arrow.slick-prev {
  right: 100%;
}

.TPL-slider01 .slick-arrow.slick-prev .button::before {
  right: 22px;
  transform: rotate(-135deg);
}

.TPL-slider01 .slick-slider.slick-dotted {
  margin-bottom: 60px;
}

.TPL-slider01 .slick-dots {
  position: absolute;
  top: calc(100% + 12px);
  padding: 0;
  list-style: none;
  text-align: center;
  width: 100%;
  margin: 0 !important;
}

.TPL-slider01 .slick-dots li {
  display: inline-block;
  vertical-align: top;
  margin: 5px;
}

.TPL-slider01 .slick-dots li button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  background: none;
  border-radius: 0;
  padding: 0;
  display: block;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #dcdcdc;
}

.TPL-slider01 .slick-dots li.slick-active button {
  background: #002284;
}

/* --------------------------------------------------------
-----------------------------------------------------------
 TPL-slider02
-----------------------------------------------------------
----------------------------------------------------------- */
.TPL-slider02 {
  visibility: hidden;
}

.TPL-slider02 .TPL-slide img {
  margin: 0 auto;
}

.TPL-slider02 .slick-arrow {
  position: absolute;
  z-index: 10;
  top: calc(100% + 10px);
  width: 70px;
  height: 28px;
}

.TPL-slider02 .slick-arrow .button {
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  background: none;
  border-radius: 0;
  padding: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: #002284;
  border-radius: 3px;
}

.TPL-slider02 .slick-arrow .button::before {
  content: '';
  position: absolute;
  color: #FFF;
  border-top: 2px solid;
  border-right: 2px solid;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 11px;
  height: 11px;
  right: 0;
  left: 0;
}

.TPL-slider02 .slick-arrow.slick-next {
  right: 0;
}

.TPL-slider02 .slick-arrow.slick-next .button::before {
  right: 3px;
  transform: rotate(45deg);
}

.TPL-slider02 .slick-arrow.slick-prev {
  left: 0;
}

.TPL-slider02 .slick-arrow.slick-prev .button::before {
  left: 3px;
  transform: rotate(-135deg);
}

.TPL-slider02 .slick-slider.slick-dotted {
  margin-bottom: 60px;
}

.TPL-slider02 .slick-dots {
  position: absolute;
  top: calc(100% + 12px);
  padding: 0 80px;
  list-style: none;
  text-align: center;
  width: 100%;
  margin: 0 !important;
}

.TPL-slider02 .slick-dots li {
  display: inline-block;
  vertical-align: top;
  margin: 5px;
}

.TPL-slider02 .slick-dots li button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  background: none;
  border-radius: 0;
  padding: 0;
  display: block;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #dcdcdc;
}

.TPL-slider02 .slick-dots li.slick-active button {
  background: #002284;
}

/* --------------------------------------------------------
-----------------------------------------------------------
 TPL-slider03
-----------------------------------------------------------
----------------------------------------------------------- */
.TPL-slider03 {
  visibility: hidden;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
}

.TPL-slider03 .TPL-slider03-main {
  flex: 1;
}

.TPL-slider03 .TPL-slider03-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.TPL-slider03 .TPL-slider03-list li {
  text-align: center;
  margin: 0;
}

.TPL-slider03 .TPL-slider03-pager {
  width: 77px;
  margin-left: 10px;
}

.TPL-slider03 .TPL-slider03-pager-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.TPL-slider03 .TPL-slider03-pager-list li {
  width: 100%;
  margin-bottom: 13.5%;
  display: block;
  background-color: #f1f1f1;
}

.TPL-slider03 .TPL-slider03-pager-list li a {
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 87.9%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  text-indent: -9999px;
}

.TPL-slider03 .TPL-slider03-pager-list li:last-child {
  margin-bottom: 0;
}

/*
---------------------------------------------------------
 bxSliderPreset
--------------------------------------------------------- */
/** VARIABLES
===================================*/
/** RESET AND LAYOUT
===================================*/
.TPL-slider03 .bx-wrapper {
  position: relative;
  *zoom: 1;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.TPL-slider03 .bx-viewport {
  /*fix other elements on the page moving (on Chrome)*/
  -webkit-transform: translatez(0);
}

/** THEME
===================================*/
/* LOADER */
.TPL-slider03 .bx-wrapper .bx-loading {
  min-height: 50px;
  background: rgba(255, 255, 255, 0.8) url("//cdn.jsdelivr.net/bxslider/4.2.12/images/bx_loader.gif") center center no-repeat;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
}

.TPL-slider03 .bx-wrapper .bx-caption {
  position: relative;
  margin-top: 19px;
  text-align: left;
  background-color: #f2f2f2;
  line-height: 1.4;
  font-size: 14px;
  padding: 12px;
}

.TPL-slider03 .bx-wrapper .bx-caption::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 100%;
  left: 20px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 12px 15px 12px;
  border-color: transparent transparent #f2f2f2 transparent;
}

/* --------------------------------------------------------
-----------------------------------------------------------
 TEMPLATE - TPL-content
-----------------------------------------------------------
----------------------------------------------------------- */
/*
===========================================================
 from printon
=========================================================== */
/* --------------------------------------------------------
-----------------------------------------------------------
 ページ共通 LINE-article
-----------------------------------------------------------
----------------------------------------------------------- */
/*
---------------------------------------------------------
 LINE-article
--------------------------------------------------------- */
.TPL-line-article+.TPL-line-article {
  padding-top: 20px;
}

.TPL-line-article .TPL-line-title {
  font-size: 130%;
  margin-bottom: 15px;
  padding-left: 42px;
  letter-spacing: 0.08em;
}

.TPL-line-article .TPL-line-list .TPL-line-list-img {
  text-align: center;
}

.TPL-line-article .TPL-line-list .TPL-line-list-img+.TPL-line-list-txt {
  margin-top: 6px;
}

/* LINE-good
--------------------------------------------------------- */
.TPL-line-article.TPL-line-good .TPL-line-title {
  background: url(/img/template/guide_print_point.svg) no-repeat left top;
  background-size: 35px auto;
  min-height: 33px;
}

/* LINE-attention
--------------------------------------------------------- */
.TPL-line-article.TPL-line-attention .TPL-line-title {
  background: url(/img/template/guide_print_attention.svg) no-repeat left center;
  background-size: 36px 32px;
}

/* LINE-slash
--------------------------------------------------------- */
.TPL-line-article.TPL-line-slash .TPL-line-list-slash-title {
  text-align: center;
  margin-bottom: 6px;
}

.TPL-line-article.TPL-line-slash .TPL-line-list-slash-title .TPL-line-slash-title-txt {
  display: inline-block;
  position: relative;
  padding: 0 15px;
  min-height: 21px;
  line-height: 1.3;
}

.TPL-line-article.TPL-line-slash .TPL-line-list-slash-title .TPL-line-slash-title-txt::before, .TPL-line-article.TPL-line-slash .TPL-line-list-slash-title .TPL-line-slash-title-txt::after {
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
  width: 10px;
  height: 21px;
  display: block;
  position: absolute;
  bottom: 0;
}

.TPL-line-article.TPL-line-slash .TPL-line-list-slash-title .TPL-line-slash-title-txt::before {
  background-image: url(/img/template/slash_icon_start.svg);
  left: 0;
}

.TPL-line-article.TPL-line-slash .TPL-line-list-slash-title .TPL-line-slash-title-txt::after {
  background-image: url(/img/template/slash_icon_end.svg);
  right: 0;
}

.TPL-line-article.TPL-line-slash .TPL-line-list .TPL-line-list-img {
  text-align: center;
}

/*
---------------------------------------------------------
 LINE-list-title
--------------------------------------------------------- */
.TPL-line-article .TPL-line-list-title {
  display: flex;
  margin-bottom: 6px;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
  font-size: 100%;
}

.TPL-line-article .TPL-line-title-num {
  color: #fff;
  font-size: 17px;
  font-weight: bold;
  background-color: #333;
  border-radius: 12px;
  min-width: 24px;
  height: 24px;
  text-align: center;
  display: inline-block;
  justify-content: center;
  font-family: Arial, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
  line-height: 25px;
  padding: 0 4px;
}

.TPL-line-article .TPL-line-title-txt {
  font-size: 110%;
  font-weight: bold;
  line-height: 1.3;
}

.TPL-line-article .TPL-line-title-num+.TPL-line-title-txt {
  flex: 1;
  margin-left: 4px;
  padding-top: 1px;
}

/* LINE-good
--------------------------------------------------------- */
.TPL-line-article.TPL-line-good .TPL-line-title-num {
  background-color: #002284;
}

/* LINE-attention
--------------------------------------------------------- */
.TPL-line-article.TPL-line-attention .TPL-line-title-num {
  background-color: #fa7134;
}

/* LINE-square
--------------------------------------------------------- */
.TPL-line-article.TPL-line-square .TPL-line-title-num {
  border-radius: 3px;
}

/*
---------------------------------------------------------
 LINE2-article
--------------------------------------------------------- */
.TPL-line2-article .TPL-line-flex-container {
  /* @mixin:PC-content-article */
  margin-bottom: 30px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
}

.TPL-line2-article .TPL-line-flex-container:last-child {
  /* @mixin:PC-content-article */
  margin-bottom: 0;
}

.TPL-line2-article .TPL-line-flex-container .TPL-line-list-title {
  width: 100%;
}

.TPL-line2-article .TPL-line-list {
  width: 48%;
}

.TPL-line2-article .TPL-line-list+.TPL-line-list {
  flex: 1;
  padding-left: 15px;
}

/*
---------------------------------------------------------
 LINE3-article
--------------------------------------------------------- */
.TPL-line3-article .TPL-line-flex-container {
  display: flex;
  flex-wrap: wrap;
}

.TPL-line3-article .TPL-line-list {
  width: calc(96%/3);
  margin-left: 2%;
  margin-bottom: 2%;
}

.TPL-line3-article .TPL-line-list:nth-child(3n+1) {
  margin-left: 0;
  clear: both;
}

.TPL-line3-article .TPL-line-list:nth-last-child(-n+3) {
  margin-bottom: 0;
}

/*
---------------------------------------------------------
 LINE4-article
--------------------------------------------------------- */
.TPL-line4-article .TPL-line-flex-container {
  display: flex;
  flex-wrap: wrap;
}

.TPL-line4-article .TPL-line-list {
  width: calc(94%/4);
  margin-left: 2%;
  margin-bottom: 2%;
}

.TPL-line4-article .TPL-line-list:nth-child(4n+1) {
  margin-left: 0;
  clear: both;
}

.TPL-line4-article .TPL-line-list:nth-last-child(-n+4) {
  margin-bottom: 0;
}

/*
---------------------------------------------------------
 LINE-list > div
--------------------------------------------------------- */
/* --------------------------------------------------------
-----------------------------------------------------------
 ページ共通 TALK-list
-----------------------------------------------------------
----------------------------------------------------------- */
.TPL-talk-list+.TPL-talk-list {
  padding-top: 25px;
}

.TPL-talk-list {
  display: flex;
  align-items: center;
}

.TPL-talk-list:nth-child(even) {
  flex-direction: row-reverse;
}

.TPL-talk-list .TPL-talk-img {
  flex-shrink: 0;
}

.TPL-talk-list .TPL-talk-txt {
  padding: 0 0 0 3%;
}

.TPL-talk-list .TPL-talk-txt .TPL-talk-txt-inner {
  position: relative;
  background-color: #faf0dd;
  padding: 20px;
  border-radius: 10px;
}

.TPL-talk-list .TPL-talk-txt .TPL-talk-txt-inner::before {
  border-color: transparent #faf0dd transparent transparent;
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 15px 12px 0;
  display: block;
  top: 0;
  left: -15px;
  bottom: 0;
  margin: auto;
}

.TPL-talk-list:nth-child(even) .TPL-talk-txt {
  padding: 0 3% 0 0;
}

.TPL-talk-list:nth-child(even) .TPL-talk-txt .TPL-talk-txt-inner:before {
  border-color: transparent transparent transparent #faf0dd;
  right: -15px;
  left: inherit;
  border-width: 12px 0px 12px 15px;
}

/* --------------------------------------------------------
-----------------------------------------------------------
 ページ共通 TALK-list
-----------------------------------------------------------
----------------------------------------------------------- */
.TPL-talk02-list+.TPL-talk02-list {
  padding-top: 25px;
}

.TPL-talk02-list {
  display: flex;
  align-items: center;
}

.TPL-talk02-list .TPL-talk02-img {
  flex-shrink: 0;
}

.TPL-talk02-list .TPL-talk02-txt {
  padding: 0 0 0 3%;
}

.TPL-talk02-list .TPL-talk02-txt .TPL-talk02-txt-inner {
  position: relative;
  background-color: #faf0dd;
  padding: 20px;
  border-radius: 10px;
}

.TPL-talk02-list .TPL-talk02-txt .TPL-talk02-txt-inner::before {
  border-color: transparent #faf0dd transparent transparent;
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 15px 12px 0;
  display: block;
  top: 0;
  left: -15px;
  bottom: 0;
  margin: auto;
}

/* --------------------------------------------------------
-----------------------------------------------------------
ページ共通 TPL-talk03-list
-----------------------------------------------------------
----------------------------------------------------------- */
.TPL-talk03-list+.TPL-talk03-list {
  padding-top: 25px;
}

.TPL-talk03-list {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
}

.TPL-talk03-list .TPL-talk03-img {
  flex-shrink: 0;
}

.TPL-talk03-list .TPL-talk03-txt {
  padding: 0 3% 0 0;
}

.TPL-talk03-list .TPL-talk03-txt .TPL-talk03-txt-inner {
  position: relative;
  background-color: #faf0dd;
  padding: 20px;
  border-radius: 10px;
}

.TPL-talk03-list .TPL-talk03-txt .TPL-talk03-txt-inner::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  display: block;
  top: 0;
  bottom: 0;
  margin: auto;
  border-color: transparent transparent transparent #faf0dd;
  right: -15px;
  border-width: 12px 0px 12px 15px;
}

/* --------------------------------------------------------
-----------------------------------------------------------
 ページ共通 TOPIC-content
-----------------------------------------------------------
----------------------------------------------------------- */
.TPL-topic-content {
  border: 1px solid #002284;
  background-color: #f3f5df;
  padding: 25px 35px 30px;
}

.TPL-topic-content .TPL-topic-title {
  text-align: center;
  font-weight: bold;
  font-size: 21px;
  margin-bottom: 20px;
}

.TPL-topic-content ul.TPL-topic-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.TPL-topic-content ul.TPL-topic-list>li {
  font-size: 110%;
  background: url(/img/template/topic_list_icon.svg) no-repeat left 1px;
  padding-left: 29px;
  position: relative;
  display: block;
  background-size: 23px auto;
  line-height: 1.35;
}

.TPL-topic-content ul.TPL-topic-list>li+li {
  margin-top: 18px;
}

/* --------------------------------------------------------
-----------------------------------------------------------
 ページ共通 TOGGLE-content
-----------------------------------------------------------
----------------------------------------------------------- */
.TPL-toggle-content {
  border: 1px solid #002284;
  background-color: #eaf8ff;
  padding: 25px 35px 30px;
}

.TPL-toggle-content .TPL-toggle-title {
  text-align: center;
  font-weight: bold;
  font-size: 21px;
}

.TPL-toggle-content .TPL-toggle-title .TPL-toggle-btn {
  color: #002284;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  background: none;
  border-radius: 0;
  padding: 0;
  display: inline-block;
  font-size: 14px;
  margin-left: 5px;
  min-width: 4em;
  text-align: left;
}

.TPL-toggle-content .TPL-toggle-title .TPL-toggle-btn::before {
  content: "[開く]";
}

.TPL-toggle-content .TPL-toggle-title .TPL-toggle-btn.MOD-active::before {
  content: "[閉じる]";
}

.TPL-toggle-content ol.TPL-toggle-list {
  display: none;
  list-style: none;
  padding: 20px 0 0;
  margin: 0;
}

.TPL-toggle-content ol.TPL-toggle-list>li {
  font-size: 110%;
}

.TPL-toggle-content ol.TPL-toggle-list>li+li {
  margin-top: 15px;
}

/* --------------------------------------------------------
-----------------------------------------------------------
 ページ共通 MARKER-01
-----------------------------------------------------------
----------------------------------------------------------- */
.TPL-marker-01 {
  border-bottom: 2px solid #fd568573;
  padding: 0 4px;
}

.TPL-marker-02 {
  background: transparent linear-gradient(transparent 60%, #fffd99 0%) repeat scroll 0 0;
  padding: 0 4px;
}

/* --------------------------------------------------------
-----------------------------------------------------------
 ページ共通 SLASH-01
-----------------------------------------------------------
----------------------------------------------------------- */
.TPL-slash-01 {
  position: relative;
  display: inline-block;
  padding: 0 20px;
  min-height: 21px;
}

.TPL-slash-01::before, .TPL-slash-01::after {
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
  width: 10px;
  height: 21px;
  display: block;
  position: absolute;
  bottom: 0;
}

.TPL-slash-01::before {
  background-image: url(/img/template/slash_icon_start.svg);
  left: 5px;
}

.TPL-slash-01::after {
  background-image: url(/img/template/slash_icon_end.svg);
  right: 5px;
}

/* --------------------------------------------------------
-----------------------------------------------------------
 ページ共通 RANK-article
-----------------------------------------------------------
----------------------------------------------------------- */
.TPL-rank-article {
  display: flex;
  flex-wrap: wrap;
}

.TPL-rank-article .TPL-rank-list {
  width: calc(98%/2);
  margin-left: 2%;
  margin-bottom: 2%;
}

.TPL-rank-article .TPL-rank-list:nth-child(2n+1) {
  margin-left: 0;
  clear: both;
}

.TPL-rank-article .TPL-rank-list:nth-last-child(-n+2) {
  margin-bottom: 0;
}

.TPL-rank-article .TPL-rank-list .TPL-rank-list-num {
  font-size: 20px;
  font-weight: bold;
}

.TPL-rank-article .TPL-rank-list .TPL-rank-list-img {
  margin-bottom: 7px;
}

.TPL-rank-article .TPL-rank-list .TPL-rank-list-title {
  margin-bottom: 7px;
}

.TPL-rank-article .TPL-rank-list .TPL-rank-list-subtitle {
  color: #999999;
  font-size: 16px;
  line-height: 1.2;
}

.TPL-rank-article .TPL-rank-list .TPL-rank-list-maintitle {
  font-weight: bold;
  font-size: 20px;
  line-height: 1.2;
}

.TPL-rank-article .TPL-rank-list .TPL-rank-list-btn {
  padding-top: 10px;
  width: 60%;
  margin: 0 auto;
}

.TPL-rank-article .TPL-rank-list .TPL-rank-list-btn a {
  display: block;
  text-align: center;
}

/* --------------------------------------------------------
-----------------------------------------------------------
 ページ共通 コピペ用 BTN
-----------------------------------------------------------
----------------------------------------------------------- */
/*
-----------------------------------------------------------
 TPL-button-main
----------------------------------------------------------- */
.TPL-button-main {
  margin-top: 25px;
  text-align: center;
}

.TPL-button-main .button {
  /* @mixin:PC-btn-main */
  font-family: "Noto Sans JP", Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  background-color: #002284;
  box-shadow: rgba(0, 0, 0, 0.1) 1px 1px 1px 0;
  display: inline-block;
  font-weight: bold;
  text-decoration: none !important;
  text-align: center;
  padding: 10px 25px;
  border-radius: 4px;
  font-size: 17px;
  line-height: 1.3;
  color: #FFF;
  display: inline-block;
  min-width: 290px;
}

/*
-----------------------------------------------------------
 TPL-button-sub
----------------------------------------------------------- */
.TPL-button-sub {
  margin-top: 25px;
  text-align: center;
}

.TPL-button-sub .button {
  /* @mixin:PC-btn-sub */
  font-family: "Noto Sans JP", Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  color: #002284 !important;
  box-shadow: rgba(0, 0, 0, 0.1) 1px 1px 1px 0;
  display: inline-block;
  font-weight: bold;
  text-decoration: none !important;
  background: none;
  text-align: center;
  padding: 12px 25px;
  border-radius: 4px;
  font-size: 17px;
  line-height: 1.3;
  border: 1px solid;
  display: inline-block;
  min-width: 290px;
  transition: all 0.2s;
}

.TPL-button-sub .button:hover {
  color: #FFF !important;
  background: #002284;
  opacity: 1;
  box-shadow: none;
}

/*
-----------------------------------------------------------
 TPL-button-main-small
----------------------------------------------------------- */
.TPL-button-main-small {
  margin-top: 12px;
  text-align: center;
}

.TPL-button-main-small .button {
  /* @mixin:PC-btn-main */
  font-family: "Noto Sans JP", Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  background-color: #002284;
  box-shadow: rgba(0, 0, 0, 0.1) 1px 1px 1px 0;
  display: inline-block;
  font-weight: bold;
  text-decoration: none !important;
  text-align: center;
  padding: 10px 25px;
  border-radius: 4px;
  font-size: 17px;
  line-height: 1.3;
  color: #FFF !important;
  display: inline-block;
  padding: 8px 18px;
  font-size: 15px;
}


/*
-----------------------------------------------------------
 TPL-button-sub-small
----------------------------------------------------------- */
.TPL-button-sub-small {
  margin-top: 12px;
  text-align: center;
}

.TPL-button-sub-small .button {
  /* @mixin:PC-btn-sub */
  font-family: "Noto Sans JP", Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  color: #002284 !important;
  box-shadow: rgba(0, 0, 0, 0.1) 1px 1px 1px 0;
  display: inline-block;
  font-weight: bold;
  text-decoration: none !important;
  background: none;
  text-align: center;
  padding: 12px 25px;
  border-radius: 4px;
  font-size: 17px;
  line-height: 1.3;
  border: 1px solid;
  display: inline-block;
  padding: 8px 30px;
  font-size: 15px;
  transition: all 0.2s;
}

.TPL-button-sub-small .button:hover {
  color: #FFF !important;
  background: #002284;
  opacity: 1;
  box-shadow: none;
}

/*
-----------------------------------------------------------
 TPL-button-main-large
----------------------------------------------------------- */
.TPL-button-main-large {
  margin-top: 25px;
  text-align: center;
}

.TPL-button-main-large .button {
  /* @mixin:PC-btn-main */
  font-family: "Noto Sans JP", Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  background-color: #002284;
  box-shadow: rgba(0, 0, 0, 0.1) 1px 1px 1px 0;
  display: inline-block;
  font-weight: bold;
  text-decoration: none !important;
  text-align: center;
  padding: 10px 25px;
  border-radius: 4px;
  font-size: 17px;
  line-height: 1.3;
  color: #FFF !important;
  display: inline-block;
  min-width: 350px;
  font-size: 24px;
}

/*
-----------------------------------------------------------
 TPL-button-sub-large
----------------------------------------------------------- */
.TPL-button-sub-large {
  margin-top: 25px;
  text-align: center;
}

.TPL-button-sub-large .button {
  /* @mixin:PC-btn-sub */
  font-family: "Noto Sans JP", Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  color: #002284 !important;
  box-shadow: rgba(0, 0, 0, 0.1) 1px 1px 1px 0;
  display: inline-block;
  font-weight: bold;
  text-decoration: none !important;
  background: none;
  text-align: center;
  padding: 12px 25px;
  border-radius: 4px;
  font-size: 17px;
  line-height: 1.3;
  border: 1px solid;
  display: inline-block;
  min-width: 350px;
  font-size: 24px;
  transition: all 0.2s;
}

.TPL-button-sub-large .button:hover {
  color: #FFF !important;
  background: #002284;
  opacity: 1;
  box-shadow: none;
}

/*
-----------------------------------------------------------
 TAG
----------------------------------------------------------- */
.TPL-tag {
  margin-top: 10px;
}

.TPL-tag a {
  display: inline-block;
  font-size: 85%;
  border-radius: 20px;
  position: relative;
  border: 1px solid;
  letter-spacing: 0;
  box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.1);
  padding: 3px 11px;
  color: #ec4351;
  text-decoration: none !important;
  line-height: 1.3;
  opacity: 1;
  transition: background-color 0.2s, color 0.2s;
}

.TPL-tag a:hover {
  color: #fff;
  background-color: #ec4351;
  border-color: #ec4351;
}

.TPL-tag.TPL-tag-orange a {
  color: #002284;
}

.TPL-tag.TPL-tag-orange a:hover {
  color: #fff;
  background-color: #002284;
  border-color: #002284;
}

.TPL-tag.TPL-tag-green a {
  color: #43b20b;
}

.TPL-tag.TPL-tag-green a:hover {
  color: #fff;
  background-color: #43b20b;
  border-color: #43b20b;
}

.TPL-tag.TPL-tag-pink a {
  color: #ff559b;
}

.TPL-tag.TPL-tag-pink a:hover {
  color: #fff;
  background-color: #ff559b;
  border-color: #ff559b;
}

.TPL-tag.TPL-tag-blue a {
  color: #4a8096;
}

.TPL-tag.TPL-tag-blue a:hover {
  color: #fff;
  background-color: #4a8096;
  border-color: #4a8096;
}

/* --------------------------------------------------------
-----------------------------------------------------------
 ページ共通 TPL-border-article
-----------------------------------------------------------
----------------------------------------------------------- */
.TPL-border-article {
  display: flex;
  flex-wrap: wrap;
}

.TPL-border-article .TPL-border-list {
  width: calc(98%/2);
  margin-left: 2%;
  margin-bottom: 2%;
  border: 1px solid #cccccc;
  padding: 10px;
}

.TPL-border-article .TPL-border-list:nth-child(2n+1) {
  margin-left: 0;
  clear: both;
}

.TPL-border-article .TPL-border-list .TPL-border-list-subtitle {
  color: #999999;
  font-size: 92%;
  line-height: 1.3;
  margin-bottom: 3px;
}

.TPL-border-article .TPL-border-list .TPL-border-list-maintitle {
  font-weight: bold;
  font-size: 118%;
  line-height: 1.3;
  letter-spacing: 0.05em;
}

.TPL-border-article .TPL-border-list-img {
  text-align: center;
  margin-bottom: 6px;
}

.TPL-border-article .TPL-border-list-txt {
  margin-top: 5px;
  font-size: 92%;
}

/*
---------------------------------------------------------
 TPL-border3-article
--------------------------------------------------------- */
.TPL-border-article.TPL-border3-article .TPL-border-list {
  width: calc(96%/3);
  margin-left: 2%;
  margin-bottom: 2%;
  border: 1px solid #cccccc;
  padding: 10px;
}

.TPL-border-article.TPL-border3-article .TPL-border-list:nth-child(2n+1) {
  margin-left: 2%;
}

.TPL-border-article.TPL-border3-article .TPL-border-list:nth-child(3n+1) {
  margin-left: 0;
}

/*
---------------------------------------------------------
 REVIEW-article
--------------------------------------------------------- */
.TPL-review-article {
  display: flex;
  flex-wrap: wrap;
}

.TPL-review-article .TPL-review-title {
  font-size: 16px;
  font-weight: bold;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.TPL-review-article .TPL-review-wrap {
  display: flex;
  flex-wrap: wrap;
}

.TPL-review-article .TPL-review-list-wrap {
  background: url(/img/template/review_icon.svg) no-repeat center left;
  padding-left: 43px;
  width: 49%;
  margin-left: 2%;
  margin-bottom: 2%;
  position: relative;
}

.TPL-review-article .TPL-review-list-wrap:nth-child(2n+1) {
  margin-left: 0;
}

.TPL-review-article .TPL-review-list-wrap:nth-last-child(-n+2) {
  margin-bottom: 0;
}

.TPL-review-article .TPL-review-list-wrap:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 31px;
  bottom: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 13px 7px 0;
  border-color: transparent #ccc transparent transparent;
}

.TPL-review-article .TPL-review-list-wrap:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 33px;
  bottom: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 13px 7px 0;
  border-color: transparent #fff transparent transparent;
}

.TPL-review-article .TPL-review-list {
  font-size: 14px;
  border: 1px solid #ccc;
  padding: 10px;
  position: relative;
  border-radius: 10px;
}

.TPL-review-article .TPL-review-list a {
  display: block;
  text-align: right;
}

.TPL-review-article .TPL-review-body {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

/* --------------------------------------------------------
-----------------------------------------------------------
  ページ共通 Q&A
-----------------------------------------------------------
----------------------------------------------------------- */
.TPL-qanda-wrap {
  border-top: 1px solid #CCC;
}

.TPL-qanda-wrap .TPL-qanda-article {
  border-bottom: 1px solid #CCC;
}

.TPL-qanda-wrap .TPL-qanda-title,
.TPL-qanda-wrap .TPL-qanda-body {
  position: relative;
}

.TPL-qanda-wrap .TPL-qanda-title {
  cursor: pointer;
  transition: background-color 0.2s;
  padding: 20px 39px 20px 45px;
  font-size: 110%;
  line-height: 1.4;
}

.TPL-qanda-wrap .TPL-qanda-title:hover {
  background-color: #fef6dd;
}

.TPL-qanda-wrap .TPL-qanda-title::after {
  position: absolute;
  top: -4px;
  right: 15px;
  display: block;
  width: 10px;
  height: 10px;
  margin: auto;
  content: '';
  transform: rotate(135deg);
  border-top: 1px solid #747474;
  border-right: 1px solid #747474;
  bottom: 0;
}

.TPL-qanda-wrap .TPL-qanda-title.TPL-qanda-mod-open::after {
  transform: rotate(-45deg);
  top: 5px;
}

.TPL-qanda-wrap .TPL-qanda-body {
  display: none;
  padding: 15px 39px 20px 45px;
}

.TPL-qanda-wrap .TPL-qanda-title::before,
.TPL-qanda-wrap .TPL-qanda-body::before {
  position: absolute;
  font-weight: bold;
  text-align: center;
  left: 15px;
  line-height: 1;
  font-size: 27px;
  width: 25px;
  font-family: Arial, 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
}

.TPL-qanda-wrap .TPL-qanda-title::before {
  content: 'Q';
  color: #3d83eb;
  top: 19px;
}

.TPL-qanda-wrap .TPL-qanda-body::before {
  content: 'A';
  color: #f9611a;
  top: 14px;
}

/* --------------------------------------------------------
-----------------------------------------------------------
 [TEMPLATE] アンカーリンクメニュー
-----------------------------------------------------------
----------------------------------------------------------- */
.TPL-anchor-btn {
  margin-bottom: 22px;
}

.TPL-anchor-btn ul {
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  gap: 10px;
  margin: 0 !important;
}

.TPL-anchor-btn ul+ul {
  margin-top: 10px !important;
}

.TPL-anchor-btn li {
  margin: 0 !important;
  flex: 1;
  min-height: 60px;
  min-width: calc((100% - 31px) / 4);
}

.TPL-anchor-btn li a {
  display: flex;
  text-decoration: none;
  border: 1px solid #dcdcdc;
  border-radius: 4px;
  line-height: 1.2;
  padding: 6px 8px 6px 28px;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  height: 100%;
  color: #33504f;
  position: relative;
  font-size: 15px;
}

.TPL-anchor-btn li a::before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  border-color: #ffffff transparent transparent transparent;
  display: block;
  top: 1px;
  left: 10px;
  bottom: 0;
  margin: auto;
  z-index: 10;
}

.TPL-anchor-btn li a::after {
  content: '';
  position: absolute;
  width: 16px;
  height: 16px;
  display: block;
  top: 0;
  left: 6px;
  bottom: 0;
  margin: auto;
  background: #002284;
  border-radius: 50%;
  z-index: 0;
}

/* --------------------------------------------------------
-----------------------------------------------------------
 [TEMPLATE] リンクボタン
-----------------------------------------------------------
----------------------------------------------------------- */
.TPL-link-btn {
  margin: 20px 0;
}

.TPL-link-btn ul {
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  gap: 10px;
  margin: 0 !important;
}

.TPL-link-btn ul+ul {
  margin-top: 10px !important;
}

.TPL-link-btn li {
  margin: 0 !important;
  flex: 1;
  min-height: 60px;
  min-width: calc((100% - 31px) / 4);
  max-width: 480px;
}

.TPL-link-btn li a {
  display: flex;
  text-decoration: none;
  border: 1px solid #dcdcdc;
  border-radius: 4px;
  line-height: 1.2;
  padding: 9px calc(2% + 19px) 9px 3%;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  height: 100%;
  color: #33504f;
  position: relative;
  font-size: 15px;
}

.TPL-link-btn li a::before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 5px;
  border-color: transparent transparent transparent #ffffff;
  display: block;
  top: 0;
  right: calc(2% + 5px);
  bottom: 0;
  margin: auto;
  z-index: 10;
}

.TPL-link-btn li a::after {
  content: '';
  position: absolute;
  width: 16px;
  height: 16px;
  display: block;
  top: 0;
  right: 2%;
  bottom: 0;
  margin: auto;
  background: #002284;
  border-radius: 50%;
  z-index: 0;
}

/* --------------------------------------------------------
-----------------------------------------------------------
 [TEMPLATE] リンクボタン02
-----------------------------------------------------------
----------------------------------------------------------- */
.TPL-link-btn02 {
  margin: 20px 0;
}

.TPL-link-btn02 ul {
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  gap: 10px;
  margin: 0 !important;
}

.TPL-link-btn02 ul+ul {
  margin-top: 10px !important;
}

.TPL-link-btn02 li {
  margin: 0 !important;
  flex: 1;
  min-height: 60px;
  min-width: calc((100% - 31px) / 4);
  max-width: 480px;
}

.TPL-link-btn02 li a {
  display: flex;
  text-decoration: none;
  border-radius: 4px;
  line-height: 1.2;
  padding: 9px calc(2% + 19px) 9px 3%;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  height: 100%;
  color: #FFF;
  position: relative;
  font-size: 15px;
  background: #002284;
}

.TPL-link-btn02 li a::before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 5px;
  border-color: transparent transparent transparent #002284;
  display: block;
  top: 0;
  right: calc(2% + 5px);
  bottom: 0;
  margin: auto;
  z-index: 10;
}

.TPL-link-btn02 li a::after {
  content: '';
  position: absolute;
  width: 16px;
  height: 16px;
  display: block;
  top: 0;
  right: 2%;
  bottom: 0;
  margin: auto;
  background: #FFF;
  border-radius: 50%;
  z-index: 0;
}

/* --------------------------------------------------------
-----------------------------------------------------------
 [TEMPLATE] リンクボタン
-----------------------------------------------------------
----------------------------------------------------------- */
.TPL-link-btn03 {
  margin: 20px 0;
}

.TPL-link-btn03 ul {
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  gap: 10px;
  margin: 0 !important;
}

.TPL-link-btn03 ul+ul {
  margin-top: 10px !important;
}

.TPL-link-btn03 li {
  margin: 0 !important;
  flex: 1;
  min-height: 60px;
  min-width: calc((100% - 31px) / 4);
  max-width: 480px;
}

.TPL-link-btn03 li a {
  display: flex;
  text-decoration: none;
  border-radius: 4px;
  line-height: 1.2;
  padding: 9px calc(2% + 19px) 9px 3%;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  height: 100%;
  color: #FFF;
  position: relative;
  font-size: 15px;
  background: #002284;
}

.TPL-link-btn03 li a::before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 5px;
  border-color: transparent transparent transparent #002284;
  display: block;
  top: 0;
  right: calc(2% + 5px);
  bottom: 0;
  margin: auto;
  z-index: 10;
}

.TPL-link-btn03 li a::after {
  content: '';
  position: absolute;
  width: 16px;
  height: 16px;
  display: block;
  top: 0;
  right: 2%;
  bottom: 0;
  margin: auto;
  background: #FFF;
  border-radius: 50%;
  z-index: 0;
}

/* --------------------------------------------------------
-----------------------------------------------------------
 [TEMPLATE] リンクボタン
-----------------------------------------------------------
----------------------------------------------------------- */
.TPL-link-btn04 {
  margin: 20px 0;
}

.TPL-link-btn04 ul {
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  gap: 10px;
  margin: 0 !important;
}

.TPL-link-btn04 ul+ul {
  margin-top: 10px !important;
}

.TPL-link-btn04 li {
  margin: 0 !important;
  flex: 1;
  min-height: 60px;
  min-width: calc((100% - 31px) / 4);
  max-width: 480px;
}

.TPL-link-btn04 li a {
  display: flex;
  text-decoration: none;
  border-radius: 4px;
  line-height: 1.2;
  padding: 9px calc(2% + 19px) 9px 3%;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  height: 100%;
  color: #FFF;
  position: relative;
  font-size: 15px;
  background: #fa5405;
}

.TPL-link-btn04 li a::before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 5px;
  border-color: transparent transparent transparent #fa5405;
  display: block;
  top: 0;
  right: calc(2% + 5px);
  bottom: 0;
  margin: auto;
  z-index: 10;
}

.TPL-link-btn04 li a::after {
  content: '';
  position: absolute;
  width: 16px;
  height: 16px;
  display: block;
  top: 0;
  right: 2%;
  bottom: 0;
  margin: auto;
  background: #FFF;
  border-radius: 50%;
  z-index: 0;
}

/* --------------------------------------------------------
-----------------------------------------------------------
 [TEMPLATE] リンクボタン
-----------------------------------------------------------
----------------------------------------------------------- */
.TPL-link-btn05 {
  margin: 20px 0;
}

.TPL-link-btn05 ul {
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  gap: 10px;
  margin: 0 !important;
}

.TPL-link-btn05 ul+ul {
  margin-top: 10px !important;
}

.TPL-link-btn05 li {
  margin: 0 !important;
  flex: 1;
  min-height: 60px;
  min-width: calc((100% - 31px) / 4);
  max-width: 480px;
}

.TPL-link-btn05 li a {
  display: flex;
  text-decoration: none;
  border: 2px solid #fa5405;
  border-radius: 4px;
  line-height: 1.2;
  padding: 9px calc(2% + 19px) 9px 3%;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  height: 100%;
  color: #fa5405;
  position: relative;
  font-size: 15px;
  font-weight: bold;
  transition: all 0.2s;
}

.TPL-link-btn05 li a::before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 5px;
  border-color: transparent transparent transparent #ffffff;
  display: block;
  top: 0;
  right: calc(2% + 5px);
  bottom: 0;
  margin: auto;
  z-index: 10;
}

.TPL-link-btn05 li a::after {
  content: '';
  position: absolute;
  width: 16px;
  height: 16px;
  display: block;
  top: 0;
  right: 2%;
  bottom: 0;
  margin: auto;
  background: #fa5405;
  border-radius: 50%;
  z-index: 0;
}

.TPL-link-btn05 li a:hover {
  color: #FFF;
  background-color: #fa5405;
  opacity: 1;
}

.TPL-link-btn05 li a:hover::before {
  border-color: transparent transparent transparent #fa5405;
}

.TPL-link-btn05 li a:hover::after {
  background: #FFF;
}

/* --------------------------------------------------------
-----------------------------------------------------------
 [TEMPLATE] リンクボタン
-----------------------------------------------------------
----------------------------------------------------------- */
.TPL-link-btn06 {
  padding: 15px 20px 20px;
  margin-bottom: 20px;
  background: #f5f3f1;
}

.TPL-link-btn06 .TPL-link-btn06-title {
  text-align: center;
  font-size: 19px;
  line-height: 1.3;
  margin-bottom: 14px;
  letter-spacing: 0.1em;
}

.TPL-link-btn06 ul.TPL-link-btn06-list {
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  gap: 20px;
  margin: 0;
}

.TPL-link-btn06 ul.TPL-link-btn06-list+.TPL-link-btn06-list {
  margin-top: 20px;
}

.TPL-link-btn06 ul.TPL-link-btn06-list li {
  margin: 0;
  flex: 1;
  min-height: 46px;
  min-width: calc((100% - 61px) / 4);
}

.TPL-link-btn06 ul.TPL-link-btn06-list li a {
  display: flex;
  text-decoration: none;
  border-radius: 4px;
  line-height: 1.2;
  padding: 9px 23px 9px 10px;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  height: 100%;
  color: #002284;
  position: relative;
  font-size: 17px;
  background: #ffffff;
  border: 1px solid #002284;
  font-weight: bold;
}

.TPL-link-btn06 ul.TPL-link-btn06-list li a::before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 5px;
  border-color: transparent transparent transparent #FFF;
  display: block;
  top: 0;
  right: 11px;
  bottom: 0;
  margin: auto;
  z-index: 10;
}

.TPL-link-btn06 ul.TPL-link-btn06-list li a::after {
  content: '';
  position: absolute;
  width: 15px;
  height: 15px;
  display: block;
  top: 0;
  right: 7px;
  bottom: 0;
  margin: auto;
  background: #002284;
  border-radius: 50%;
  z-index: 0;
}

/* --------------------------------------------------------
-----------------------------------------------------------
 [TEMPLATE] 画像・テキスト横並びレイアウト
-----------------------------------------------------------
----------------------------------------------------------- */
.TPL-layout14-article {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
}

.TPL-layout14-article .TPL-layout14-img {
  width: 40%;
  margin-right: 12px;
  text-align: center;
}

.TPL-layout14-article .TPL-layout14-text-wrap {
  flex: 1;
}

.TPL-layout14-article .TPL-layout14-box+.TPL-layout14-box {
  margin-top: 20px;
}

.TPL-layout14-article .TPL-layout14-title {
  margin-bottom: 10px;
}

/* --------------------------------------------------------
-----------------------------------------------------------
 [TEMPLATE] 画像・テキスト横並びレイアウト
-----------------------------------------------------------
----------------------------------------------------------- */
.TPL-layout14-article02 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}



/* --------------------------------------------------------
-----------------------------------------------------------
 [TEMPLATE] 商品リスト(4列)
-----------------------------------------------------------
----------------------------------------------------------- */
.TPL-item-list04 {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
}

.TPL-item-list04 .TPL-item-list04-article {
  width: calc((100% - 61px) / 4);
  margin-left: 20px;
}

.TPL-item-list04 .TPL-item-list04-article:nth-of-type(4n+1) {
  margin-left: 0;
}

.TPL-item-list04 .TPL-item-list04-article:nth-of-type(n+5) {
  margin-top: 30px;
}

.TPL-item-list04 .TPL-item-list04-article-link {
  display: block;
  text-decoration: none;
  color: inherit;
}

.TPL-item-list04 .TPL-item-list04-article-img {
  margin-bottom: 5px;
}

.TPL-item-list04 .TPL-item-list04-article-img a {
  display: block;
  border: 1px solid #dcdcdc;
  padding: 8px;
}

.TPL-item-list04 .item-list-name {
  line-height: 1.3;
  font-size: 14px;
  text-align: center;
}

.TPL-item-list04 .item-list-name span {
  text-align: left;
  display: inline-block;
}

.TPL-item-list04 .TPL-item-list04-article-explain {
  line-height: 1.4;
  margin-top: 5px;
  font-size: 13px;
  color: #666666;
}

.TPL-item-list04 .TPL-item-list04-article-price {
  margin-top: 3px;
  color: #f83e3e;
  text-align: center;
  font-size: 12px;
  line-height: 1;
}

.TPL-item-list04-article-price-value {
  font-weight: bold;
  font-size: 150%;
  font-family: Arial, 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
  letter-spacing: 0;
  padding: 0 2px;
}

/* --------------------------------------------------------
-----------------------------------------------------------
 [TEMPLATE] 商品ランキング(3列)
-----------------------------------------------------------
----------------------------------------------------------- */
.TPL-ranking {
  padding: 23px 18px 18px;
  background: #f3f5df;
  border-radius: 8px;
}

.TPL-ranking .TPL-ranking-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0;
  list-style: none;
  margin: 0;
}

.TPL-ranking .TPL-ranking-title {
  text-align: center;
  font-size: 24px;
  border-left: none;
  border-right: none;
  line-height: 1.3;
  margin-bottom: 8px;
  position: relative;
}

.TPL-ranking .TPL-ranking-title::before {
  content: '';
  position: absolute;
  z-index: 0;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 2px;
  background: #002284;
}

.TPL-ranking .TPL-ranking-title span {
  background: #f3f5df;
  position: relative;
  z-index: 10;
  padding: 0 20px;
}

.TPL-ranking .TPL-ranking-list .TPL-ranking-item {
  position: relative;
  display: flex;
  flex-direction: column;
  text-align: center;
  width: calc((100% - 41px) / 3);
  margin: 0 0 0 20px;
}

.TPL-ranking .TPL-ranking-list .TPL-ranking-item:nth-of-type(3n+1) {
  margin-left: 0;
}

.TPL-ranking .TPL-ranking-list .TPL-ranking-link {
  display: block;
  text-decoration: none;
  color: inherit;
}

.TPL-ranking .TPL-ranking-list .TPL-ranking-item-num {
  display: block;
  font-weight: bold;
  text-align: center;
  font-size: 14px;
  z-index: 1;
  position: relative;
  color: #fff;
  line-height: 1.2;
  padding: 24px 0 0;
  margin-bottom: 5px;
  min-height: 48px;
}

.TPL-ranking .TPL-ranking-list .TPL-ranking-rank02 .TPL-ranking-item-num,
.TPL-ranking .TPL-ranking-list .TPL-ranking-rank03 .TPL-ranking-item-num {
  padding-top: 27px;
  font-size: 13px;
}

.TPL-ranking .TPL-ranking-list .TPL-ranking-item-num:before {
  content: "";
  background-repeat: no-repeat;
  background-position: center bottom;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 58px;
  height: 45px;
  z-index: -1;
}

.TPL-ranking .TPL-ranking-list .TPL-ranking-rank01 .TPL-ranking-item-num:before {
  background-image: url(/img/template/ranking_gold.svg);
}

.TPL-ranking .TPL-ranking-list .TPL-ranking-rank02 .TPL-ranking-item-num:before {
  background-image: url(/img/template/ranking_silver.svg);
  background-size: 90%;
}

.TPL-ranking .TPL-ranking-list .TPL-ranking-rank03 .TPL-ranking-item-num:before {
  background-image: url(/img/template/ranking_bronze.svg);
  background-size: 80%;
}

.TPL-ranking .TPL-ranking-list .TPL-ranking-item:nth-child(n+4) .TPL-ranking-item-num {
  display: block;
  background: none;
  color: #333;
  padding: 29px 0 0;
}

.TPL-ranking .TPL-ranking-list .TPL-ranking-item-img {
  display: block;
  margin-bottom: 4px;
  background: #ffffff;
  border: 1px solid #dcdcdc;
  padding: 5px;
}

.TPL-ranking .TPL-ranking-list .TPL-ranking-item-name {
  display: block;
  font-weight: normal;
  word-break: break-all;
  line-height: 1.3;
}

.TPL-ranking .TPL-ranking-list .TPL-ranking-item-name span {
  display: inline-block;
  text-align: left;
}

/* --------------------------------------------------------
-----------------------------------------------------------
 [TEMPLATE] 商品ランキング(5列)
-----------------------------------------------------------
----------------------------------------------------------- */
/*
.TPL-ranking02 .TPL-ranking-list .TPL-ranking-item {
    position: relative;
    display: flex;
    flex-direction: column;
    text-align: center;
    width: 17%;
    margin: 0 0 0 2%;
    margin-left: 2%;
    flex: 1 0 auto;
} */
.TPL-ranking02 {
  padding: 23px 18px 18px;
  background: #fef6dd;
  border-radius: 8px;
}

.TPL-ranking02 .TPL-ranking-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0;
  list-style: none;
  margin: 0;
}

.TPL-ranking02 .TPL-ranking-title {
  text-align: center;
  font-size: 24px;
  border-left: none;
  border-right: none;
  line-height: 1.3;
  margin-bottom: 8px;
  position: relative;
}

.TPL-ranking02 .TPL-ranking-title::before {
  content: '';
  position: absolute;
  z-index: 0;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 2px;
  background: #ffc71f;
}

.TPL-ranking02 .TPL-ranking-title span {
  background: #fef6dd;
  position: relative;
  z-index: 10;
  padding: 0 20px;
}

.TPL-ranking02 .TPL-ranking-list .TPL-ranking-item {
  position: relative;
  display: flex;
  flex-direction: column;
  text-align: center;
  width: calc((100% - 49px) / 5);
  margin: 0 0 0 12px;
}

.TPL-ranking02 .TPL-ranking-list .TPL-ranking-item:nth-of-type(5n+1) {
  margin-left: 0;
}

.TPL-ranking02 .TPL-ranking-list .TPL-ranking-item:nth-of-type(n+6) {}

.TPL-ranking02 .TPL-ranking-list .TPL-ranking-link {
  display: block;
  text-decoration: none;
  color: inherit;
}

.TPL-ranking02 .TPL-ranking-list .TPL-ranking-item-num {
  display: block;
  font-weight: bold;
  text-align: center;
  font-size: 14px;
  z-index: 1;
  position: relative;
  color: #fff;
  line-height: 1.2;
  padding: 24px 0 0;
  margin-bottom: 5px;
  min-height: 48px;
}

.TPL-ranking02 .TPL-ranking-list .TPL-ranking-rank02 .TPL-ranking-item-num,
.TPL-ranking02 .TPL-ranking-list .TPL-ranking-rank03 .TPL-ranking-item-num {
  padding-top: 27px;
  font-size: 13px;
}

.TPL-ranking02 .TPL-ranking-list .TPL-ranking-item-num:before {
  content: "";
  background-repeat: no-repeat;
  background-position: center bottom;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 58px;
  height: 45px;
  z-index: -1;
}

.TPL-ranking02 .TPL-ranking-list .TPL-ranking-rank01 .TPL-ranking-item-num:before {
  background-image: url(/img/template/ranking_gold.svg);
}

.TPL-ranking02 .TPL-ranking-list .TPL-ranking-rank02 .TPL-ranking-item-num:before {
  background-image: url(/img/template/ranking_silver.svg);
  background-size: 90%;
}

.TPL-ranking02 .TPL-ranking-list .TPL-ranking-rank03 .TPL-ranking-item-num:before {
  background-image: url(/img/template/ranking_bronze.svg);
  background-size: 80%;
}

.TPL-ranking02 .TPL-ranking-list .TPL-ranking-item:nth-child(n+4) .TPL-ranking-item-num {
  display: block;
  background: none;
  color: #333;
  padding: 29px 0 0;
}

.TPL-ranking02 .TPL-ranking-list .TPL-ranking-item-img {
  display: block;
  margin-bottom: 4px;
  background: #ffffff;
  border: 1px solid #dcdcdc;
  padding: 5px;
}

.TPL-ranking02 .TPL-ranking-list .TPL-ranking-item-name {
  display: block;
  font-size: 13px;
  font-weight: normal;
  word-break: break-all;
  line-height: 1.3;
}

.TPL-ranking02 .TPL-ranking-list .TPL-ranking-item-name span {
  display: inline-block;
  text-align: left;
}

/* --------------------------------------------------------
-----------------------------------------------------------
TPL-ranking03 新ランキング
----------------------------------------------------------
----------------------------------------------------------- */
.TPL-ranking03 .TPL-ranking-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
  gap: 10px;
}

.TPL-ranking03 .TPL-ranking-list .TPL-ranking-item {
  width: calc((100% - 20px) / 3);
  position: relative;
  padding: 10px;
  border: 1px solid #ccc;
}

.TPL-ranking03 .TPL-ranking-list .TPL-ranking-item::before {
  content: "";
  position: absolute;
  width: 40px;
  height: 45px;
  top: 0;
  left: 0;
  z-index: 10;
}

.TPL-ranking03 .TPL-ranking-list .TPL-ranking-item:nth-of-type(1)::before {
  background: url(/img/template/rank01.svg);
  background-repeat: no-repeat;
  background-size: 40px auto;
}

.TPL-ranking03 .TPL-ranking-list .TPL-ranking-item:nth-of-type(2)::before {
  background: url(/img/template/rank02.svg);
  background-repeat: no-repeat;
  background-size: 40px auto;
}


.TPL-ranking03 .TPL-ranking-list .TPL-ranking-item:nth-of-type(3)::before {
  background: url(/img/template/rank03.svg);
  background-repeat: no-repeat;
  background-size: 40px auto;
}


.TPL-ranking03 .TPL-ranking-list .TPL-ranking-item a {
  text-decoration: none;
  display: block;
}

.TPL-ranking03 .TPL-ranking-list .TPL-ranking-item a .TPL-ranking-item-name {
  font-size: 16px;
  font-weight: bold;
  margin: 5px 0 3px;
  line-height: 1.3;
  display: block;
}

.TPL-ranking03 .TPL-ranking-list .TPL-ranking-item a .TPL-ranking-item-text {
  font-size: 13px;
  margin: 0 0 5px;
  line-height: 1.5;
  display: block;
}


.TPL-ranking03 .TPL-ranking-list .TPL-ranking-item a .TPL-ranking-item-price {
  color: #f83e3e;
  text-align: right;
  font-size: 12px;
  margin: 0;
  line-height: 1;
  display: block;
}

.TPL-ranking03 .TPL-ranking-list .TPL-ranking-item a .TPL-ranking-item-price .num {
  font-weight: bold;
  font-size: 150%;
  font-family: Arial, 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
  letter-spacing: 0;
  padding: 0 2px;
}

/* --------------------------------------------------------
-----------------------------------------------------------
 TPL-common-center 中央寄せ
-----------------------------------------------------------
----------------------------------------------------------- */
.TPL-common-center {
  text-align: center;
}


/* --------------------------------------------------------
-----------------------------------------------------------
 TPL-column02 2列コンテンツ
-----------------------------------------------------------
----------------------------------------------------------- */
.TPL-column02 {
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  gap: 30px 0;
}

.TPL-column02 .TPL-column02-item {
  width: calc((100% - 35px) /2);
  margin: 0;
}

/* --------------------------------------------------------
-----------------------------------------------------------
 TPL-column03 3列コンテンツ
-----------------------------------------------------------
----------------------------------------------------------- */
.TPL-column03 {
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  gap: 25px 0;
}

.TPL-column03 .TPL-column03-item {
  width: calc((100% - 50px) /3);
  margin: 0;
}

.TPL-column03 .TPL-column03-item img {
  width: 100%;
}

/* --------------------------------------------------------
-----------------------------------------------------------
 ボタンリスト
-----------------------------------------------------------
----------------------------------------------------------- */
.TPL-btn-list {
  list-style: none;
  padding: 0;
}

.TPL-btn-list .TPL-btn-list-btn-sub {
  /* @mixin:PC-btn-sub */
  font-family: "Noto Sans JP", Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  color: #002284 !important;
  box-shadow: rgba(0, 0, 0, 0.1) 1px 1px 1px 0;
  display: inline-block;
  font-weight: bold;
  text-decoration: none !important;
  background: none;
  text-align: center;
  padding: 12px 25px;
  border-radius: 4px;
  font-size: 17px;
  line-height: 1.3;
  border: 1px solid;
  display: block;
  transition: all 0.2s;
}

.TPL-btn-list .TPL-btn-list-btn-sub:hover {
  color: #FFF !important;
  background: #002284;
  opacity: 1;
}

/* --------------------------------------------------------
-----------------------------------------------------------
 TPL-link-text-wrap
-----------------------------------------------------------
----------------------------------------------------------- */
.TPL-link-text-wrap {
  margin-top: 20px;
  text-align: right;
}

/* --------------------------------------------------------
-----------------------------------------------------------
 TPL-link-text
-----------------------------------------------------------
----------------------------------------------------------- */
.TPL-link-text {
  /* @mixin:PC-link-text */
  color: #002284 !important;
  font-family: "Noto Sans JP", Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: bold;
  font-size: 18px;
}

/* --------------------------------------------------------
-----------------------------------------------------------
 YouTube
-----------------------------------------------------------
----------------------------------------------------------- */
.TPL-youtube {
  display: block;
  width: 100%;
  position: relative;
  height: 0;
  padding-bottom: 56%;
}

.TPL-youtube iframe {
  max-width: 100%;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

/* --------------------------------------------------------
-----------------------------------------------------------
 TPL-item-list01
-----------------------------------------------------------
----------------------------------------------------------- */
.TPL-item-list01 .TPL-item-list01-ul,
.TPL-item-list01 .TPL-item-list01-btn-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.TPL-item-list01 .TPL-item-list01-ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  gap: 30px 0;
}

.TPL-item-list01 .TPL-item-list01-ul .TPL-item-list01-item {
  width: calc((100% - 15px) / 2);
  margin: 0;
}

.TPL-item-list01 .TPL-item-list01-item .TPL-title02 {
  font-size: 115%;
}

.TPL-item-list01 .TPL-item-list01-item .TPL-item-list01-body {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
  padding: 0 8px;
}

.TPL-item-list01 .TPL-item-list01-item .TPL-item-list01-body-left {
  text-align: center;
  width: 105px;
  margin-right: 12px;
}

.TPL-item-list01 .TPL-item-list01-item .TPL-item-list01-body-right {
  flex: 1;
}

.TPL-item-list01 .TPL-item-list01-item .TPL-item-list01-btn {
  color: #002284;
  position: relative;
  display: block;
  text-align: left;
  font-weight: bold;
  text-decoration: none;
  background: none;
  border: 1px solid;
  border-radius: 4px;
  font-size: 17px;
  line-height: 1.3;
  padding: 7px 18px 7px 10px;
  transition: all 0.2s;
}

.TPL-item-list01 .TPL-item-list01-item .TPL-item-list01-btn::before {
  content: '';
  position: absolute;
  color: #002284;
  border-top: 2px solid;
  border-right: 2px solid;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 9px;
  height: 9px;
  right: 11px;
  transform: rotate(45deg);
}

.TPL-item-list01 .TPL-item-list01-item .TPL-item-list01-btn:hover {
  color: #FFF !important;
  background: #002284;
  opacity: 1;
}

.TPL-item-list01 .TPL-item-list01-item .TPL-item-list01-btn:hover::before {
  color: #FFF !important;
}

.TPL-item-list01 .TPL-item-list01-ul,
.TPL-item-list01 .TPL-item-list01-btn-list>li+li {
  margin-top: 7px;
}

/* --------------------------------------------------------
-----------------------------------------------------------
 TPL-item-list02
-----------------------------------------------------------
----------------------------------------------------------- */
.TPL-item-list02 .TPL-item-list02-ul,
.TPL-item-list02 .TPL-item-list02-btn-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.TPL-item-list02 .TPL-item-list02-ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
}

.TPL-item-list02 .TPL-item-list02-ul .TPL-item-list02-item {
  border: 1px solid #eaeaea;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: flex-start;
  padding: 5px 10px;
  background: #FFF;
  margin: 0 0 -1px -1px;
  align-items: stretch;
}

.TPL-item-list02.TPL-item-list02-column05 .TPL-item-list02-ul .TPL-item-list02-item {
  width: calc((100% + 4px) / 5);
}

.TPL-item-list02.TPL-item-list02-column04 .TPL-item-list02-ul .TPL-item-list02-item {
  width: calc((100% + 3px) / 4);
}

.TPL-item-list02.TPL-item-list02-column03 .TPL-item-list02-ul .TPL-item-list02-item {
  width: calc((100% + 2px) / 3);
}

.TPL-item-list02.TPL-item-list02-column02 .TPL-item-list02-ul .TPL-item-list02-item {
  width: calc((100% + 1px) / 2);
}

.TPL-item-list02 .TPL-item-list02-item .TPL-item-list02-image-wrap {
  width: 57px;
  margin-right: 7px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: stretch;
  align-content: center;
  justify-content: center;
  min-height: 67px;
}

.TPL-item-list02 .TPL-item-list02-item .TPL-item-list02-image {
  height: 0;
  padding-bottom: 100%;
  position: relative;
  background: no-repeat center center;
  background-size: cover;
}

.TPL-item-list02 .TPL-item-list02-item .TPL-item-list02-image.TPL-item-list02-image-border::before {
  border: 1px solid #dcdcdc;
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  z-index: 10;
}

.TPL-item-list02 .TPL-item-list02-item .TPL-item-list02-text-wrap {
  flex: 1;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: flex-start;
  justify-content: center;
  align-items: stretch;
}

.TPL-item-list02 .TPL-item-list02-item .TPL-item-list02-item-title {
  letter-spacing: 0;
  line-height: 1.25;
  font-size: 14px;
  margin: 0 0 5px;
  font-weight: bold;
}

.TPL-item-list02 .TPL-item-list02-item .TPL-item-list02-btn-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  gap: 5px;
}

.TPL-item-list02 .TPL-item-list02-item .TPL-item-list02-btn-list>li {
  margin: 0;
  font-size: 92%;
  min-width: calc((100% - 5px) / 2);
  flex: 1;
}

.TPL-item-list02 .TPL-item-list02-item .TPL-item-list02-btn-list>li a {
  display: block;
  text-align: left;
  text-decoration: none;
  border: 1px solid;
  border-radius: 3px;
  font-size: 12px;
  line-height: 1.3;
  padding: 2px 10px 3px 4px;
  position: relative;
  border-color: #ccc;
  background: #FFF;
  opacity: 1;
  transition: background-color 0.2s;
}

.TPL-item-list02 .TPL-item-list02-item .TPL-item-list02-btn-list>li a::before {
  content: '';
  position: absolute;
  border-top: 1px solid;
  border-right: 1px solid;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 6px;
  height: 6px;
  right: 6px;
  transform: rotate(45deg);
}

.TPL-item-list02 .TPL-item-list02-item .TPL-item-list02-btn-list>li a:hover {
  background-color: #faf0dd;
}

/* --------------------------------------------------------
-----------------------------------------------------------
 TPL-item-list03
-----------------------------------------------------------
----------------------------------------------------------- */
.TPL-item-list03 .TPL-item-list03-ul,
.TPL-item-list03 .TPL-item-list03-btn-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.TPL-item-list03 .TPL-item-list03-ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
}

.TPL-item-list03 .TPL-item-list03-ul .TPL-item-list03-item {
  border: 1px solid #eaeaea;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: flex-start;
  padding: 12px;
  background: #FFF;
  margin: 0 0 -1px -1px;
  align-items: stretch;
}

.TPL-item-list03.TPL-item-list03-column05 .TPL-item-list03-ul .TPL-item-list03-item {
  width: calc((100% + 4px) / 5);
}

.TPL-item-list03.TPL-item-list03-column04 .TPL-item-list03-ul .TPL-item-list03-item {
  width: calc((100% + 3px) / 4);
}

.TPL-item-list03.TPL-item-list03-column03 .TPL-item-list03-ul .TPL-item-list03-item {
  width: calc((100% + 2px) / 3);
}

.TPL-item-list03.TPL-item-list03-column02 .TPL-item-list03-ul .TPL-item-list03-item {
  width: calc((100% + 1px) / 2);
}

.TPL-item-list03 .TPL-item-list03-item .TPL-item-list03-text-wrap {
  flex: 1;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: flex-start;
  justify-content: center;
  align-items: stretch;
}

.TPL-item-list03 .TPL-item-list03-item .TPL-item-list03-item-title {
  letter-spacing: 0;
  line-height: 1.25;
  font-size: 15px;
  margin: 0 0 7px;
  font-weight: bold;
  position: relative;
  padding-left: 14px;
}

.TPL-item-list03 .TPL-item-list03-item .TPL-item-list03-item-title::before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 6px;
  border-color: transparent transparent transparent #002284;
  display: block;
  top: 0px;
  left: 3px;
  bottom: 0;
  margin: auto;
  z-index: 10;
}

.TPL-item-list03 .TPL-item-list03-item .TPL-item-list03-btn-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  gap: 5px;
}

.TPL-item-list03 .TPL-item-list03-item .TPL-item-list03-btn-list>li {
  margin: 0;
  font-size: 92%;
  min-width: calc((100% - 5px) / 2);
  flex: 1;
}

.TPL-item-list03 .TPL-item-list03-item .TPL-item-list03-btn-list>li a {
  display: block;
  text-align: left;
  text-decoration: none;
  border: 1px solid;
  border-radius: 3px;
  font-size: 14px;
  line-height: 1.3;
  padding: 4px 10px 5px 6px;
  position: relative;
  border-color: #ccc;
  background: #FFF;
  opacity: 1;
  transition: background-color 0.2s;
}

.TPL-item-list03 .TPL-item-list03-item .TPL-item-list03-btn-list>li a::before {
  content: '';
  position: absolute;
  border-top: 1px solid;
  border-right: 1px solid;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 6px;
  height: 6px;
  right: 6px;
  transform: rotate(45deg);
}

.TPL-item-list03 .TPL-item-list03-item .TPL-item-list03-btn-list>li a:hover {
  background-color: #faf0dd;
}

/* --------------------------------------------------------
-----------------------------------------------------------
 TEMPLATE - TPL-bg-content-box
-----------------------------------------------------------
----------------------------------------------------------- */
.TPL-bg-content-box {
  padding: 25px 28px;
  background: #f4f4f4;
  border-radius: 12px;
}

/* --------------------------------------------------------
-----------------------------------------------------------
 TEMPLATE - TPL-box-title-wrap
-----------------------------------------------------------
----------------------------------------------------------- */
.TPL-box-title-wrap {
  position: relative;
  margin: 2em 0;
  padding: 1em;
  border: solid 3px #95ccff;
  border-radius: 8px;
  text-align: left;
}

.TPL-box-title-wrap.color01 {
  border: solid 3px #95ccff;
}

.TPL-box-title-wrap.color02 {
  border: solid 3px #90ee90;
}

.TPL-box-title-wrap.color03 {
  border: solid 3px #fa8072;
}

.TPL-box-title-wrap.color04 {
  border: solid 3px #a9a9a9;
}

.TPL-box-title-wrap span.TPL-box-title {
  position: absolute;
  display: inline-block;
  top: -13px;
  left: 10px;
  padding: 0 9px;
  line-height: 1;
  font-size: 19px;
  background: #FFF;
  font-weight: bold;
}

.TPL-box-title-wrap.color01 span.TPL-box-title {
  color: #95ccff;
}

.TPL-box-title-wrap.color02 span.TPL-box-title {
  color: #90ee90;
}

.TPL-box-title-wrap.color03 span.TPL-box-title {
  color: #fa8072;
}

.TPL-box-title-wrap.color04 span.TPL-box-title {
  color: #a9a9a9;
}

.TPL-box-title-wrap p {
  margin: 0;
  padding: 0;
}

/* --------------------------------------------------------
-----------------------------------------------------------
 TEMPLATE - TPL-dot-line-box
-----------------------------------------------------------
----------------------------------------------------------- */
.TPL-dot-line-box {
  padding: 1em;
  margin: 2em 0;
  text-align: left;
}

.TPL-dot-line-box.color01 {
  background: #f0f7ff;
  border: dashed 2px #5b8bd0;
}

.TPL-dot-line-box.color02 {
  background: #e6ffe6;
  border: dashed 2px #90ee90;
}

.TPL-dot-line-box.color03 {
  background: #fff0ee;
  border: dashed 2px #fa8072;
}

.TPL-dot-line-box.color04 {
  background: #f5f5f5;
  border: dashed 2px #a9a9a9;
}

.TPL-dot-line-box.color05 {
  border: solid 1px #a9a9a9;
  margin: 20px 0 !important;
}

/* --------------------------------------------------------
-----------------------------------------------------------
 TEMPLATE - TPL-item-explanation-wrap
-----------------------------------------------------------
----------------------------------------------------------- */
.TPL-item-explanation-wrap {
  padding: 50px;
  border: 1px solid #CCC;
  text-align: center;
}

.TPL-item-explanation-wrap p {
  margin: 0;
}

.TPL-item-explanation-wrap .TPL-item-explanation-img {
  margin-bottom: 20px;
}

.TPL-item-explanation-wrap .TPL-item-name {
  font-size: 24px;
  padding-bottom: 20px;
}

.TPL-item-explanation-wrap .TPL-item-explanation-btn {
  width: 300px;
  margin: 0 auto;
}

.TPL-item-explanation-wrap .TPL-item-explanation-btn a {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 7px;
  margin-top: 4px;
  color: #fff !important;
  text-decoration: none !important;
  text-align: center;
  font-size: 16px;
  line-height: 1.8;
  background-color: #fa5405;
  border-bottom: 5px solid #e14900;
  border-radius: 8px;
  opacity: 1;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.TPL-item-explanation-wrap .TPL-item-explanation-btn a:hover {
  border-bottom: 1px solid #e14900;
  margin-top: 8px;
  opacity: 0.7;
}

.TPL-item-explanation-wrap .TPL-item-explanation-text {
  padding: 30px 0;
  width: 650px;
  margin: 0 auto;
}

.TPL-item-explanation-wrap .TPL-similar-products-wrap {
  margin-top: 50px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 10px 10px 25px;
  border: 1px solid #ccc;
}

.TPL-item-explanation-wrap .TPL-similar-products-wrap .TPL-similar-products-title {
  width: 100%;
  text-align: center;
  font-size: 20px;
  margin-bottom: 15px;
}

.TPL-item-explanation-wrap .TPL-similar-products-wrap .TPL-similar-products {
  width: 48%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
}

.TPL-item-explanation-wrap .TPL-similar-products-wrap .TPL-similar-products:nth-of-type(2n) {
  margin-left: 4%;
}

.TPL-item-explanation-wrap .TPL-similar-products-wrap .TPL-similar-products .left-wrap {
  width: 42%;
}

.TPL-item-explanation-wrap .TPL-similar-products-wrap .TPL-similar-products .right-wrap {
  width: 50%;
  margin-left: 8%;
  text-align: left;
  font-size: 16px;
}



/* --------------------------------------------------------
-----------------------------------------------------------
 Btn-pagetop
-----------------------------------------------------------
----------------------------------------------------------- */
.Btn-pagetop {
  display: none;
  position: fixed;
  right: 20px;
  bottom: 155px;
  z-index: 100;
}

.Btn-pagetop a {
  border: 1px solid #002284;
  display: block;
  text-indent: -9999px;
  outline: none;
  width: 46px;
  height: 44px;
  border-radius: 5px;
  background-color: rgba(255, 255, 255, 0.8);
  background-image: url(/img/common/icon_arrow02.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 20px auto;
}

/* --------------------------------------------------------
-----------------------------------------------------------
 Wrapper
-----------------------------------------------------------
----------------------------------------------------------- */
/* --------------------------------------------------------
-----------------------------------------------------------
 Content
-----------------------------------------------------------
----------------------------------------------------------- */
.Content {
  padding-top: 25px;
  padding-bottom: 90px;
}

.Content.Single-content {
  width: 880px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 0 0;
}

.Content.Single-content .Alpha-content {
  border: 1px solid #CCC;
  padding: 18px 12px;
}

/* --------------------------------------------------------
-----------------------------------------------------------
 .Page-title-block
-----------------------------------------------------------
----------------------------------------------------------- */
/* --------------------------------------------------------
-----------------------------------------------------------
 Company-pair
-----------------------------------------------------------
----------------------------------------------------------- */
.Company-pair .wb-pair-list .wb-pair-list-table {
  border-collapse: collapse;
  background-color: #fff;
  width: 100%;
  font-size: 92%;
}

.Company-pair .wb-pair-list .wb-pair-list-table>tbody>tr>th {
  border: 1px solid #dcdcdc;
  background-color: #f2f0e9;
  text-align: left;
  vertical-align: top;
  font-weight: normal;
  padding: 10px;
  width: 22%;
}

.Company-pair .wb-pair-list .wb-pair-list-table>tbody>tr>td {
  border: 1px solid #dcdcdc;
  text-align: left;
  padding: 10px;
}

/* --------------------------------------------------------
-----------------------------------------------------------
 wb-cart-modal-title
-----------------------------------------------------------
----------------------------------------------------------- */
.wb-cart-modal-title {
  border-bottom: 1px solid #ccc;
  padding: 17px 48px 14px 27px;
  position: relative;
  font-size: 18px;
  line-height: 1.2;
}

.wb-cart-modal-title::before {
  background: #002284;
  content: '';
  width: 2px;
  height: 69%;
  position: absolute;
  top: 3px;
  left: 16px;
  bottom: 0;
  margin: auto 0;
}

.wb-cart-modal-title .Modal-close {
  background: url(/shop/img/modal_close_icon02.svg) no-repeat center center;
  background-size: 33px auto;
  text-indent: -9999px;
  display: block;
  width: 33px;
  height: 33px;
  position: absolute;
  right: 18px;
  top: 5px;
  bottom: 0;
  margin: auto 0;
}

/* --------------------------------------------------------
-----------------------------------------------------------
 b_none
-----------------------------------------------------------
----------------------------------------------------------- */
#item_list .b_none {
  display: none;
}

#item_list .b_none .wb-cart-itemcateg-box:nth-of-type(n+5) {
  margin-top: 10px !important;
}