@charset "UTF-8";

/* --------------------------------------------------------
-----------------------------------------------------------
 COMMON
-----------------------------------------------------------
----------------------------------------------------------- */
html {
  overflow: visible;
}

body {
  color: #333;
  font-family: 'Noto Sans JP', Arial, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
  line-height: 1.5;
  font-size: 14px;
}

body.MOD-nav-open {
  overflow: hidden;
}

input[type="text"],
input[type='password'],
input[type='tel'],
input[type="email"],
textarea,
select {
  font-size: 16px;
}

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

a:active {
  text-decoration: none;
}

/*
---------------------------------------------------------
 電話番号リンク
--------------------------------------------------------- */
a[href^="tel:"] {
  text-decoration: none;
}

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

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

.sp-hidden {
  display: none;
}

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

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

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

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

.SP-in-wrap {
  /* @mixin:SP-content-body */
  padding-left: 10px;
  padding-right: 10px;
}

/*
---------------------------------------------------------
 画像エリア
--------------------------------------------------------- */
.SP-img-wrap {
  text-align: center;
  display: block;
  margin-bottom: 8px;
}

/*
-----------------------------------------------------------
 HTMLeditor
----------------------------------------------------------- */
.HTMLeditor .HTMLeditor-table-wrap {
  overflow: auto;
}

/*
-----------------------------------------------------------
 Table
----------------------------------------------------------- */
.Table-basic {
  /* @mixin:SP-table-basic */
  width: 100%;
}

.Table-basic, .Table-basic tbody, .Table-basic tr, .Table-basic th, .Table-basic td {
  /* @mixin:SP-table-basic */
  display: block;
}

.Table-basic tr~tr {
  /* @mixin:SP-table-basic */
  margin-top: 10px;
}

.Table-basic td {
  /* @mixin:SP-table-basic */
  padding: 7px 10px;
}

.Table-basic th, .Table-basic td:first-child {
  /* @mixin:SP-table-basic */
  font-weight: bold;
  background: #f8f4f1;
  padding: 6px 10px;
  font-size: 14px;
  border-radius: 2px;
  line-height: 1.3;
}

/*
-----------------------------------------------------------
 Title
----------------------------------------------------------- */
.Title-block {
  /* @mixin:SP-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.3;
  font-size: 22px;
  margin: 0 0 20px;
  padding: 9px 8px;
  letter-spacing: 0.08em;
  text-align: center;
}

.Title-block a,
.Title-block span {
  color: inherit;
  text-decoration: none;
  display: inline-block;
  text-align: left;
}

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

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

.Title-article span {
  display: block;
  border-left: 2px solid #002284;
  padding: 4px 0 4px 8px;
}

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

.Title01 {
  /* @mixin:SP-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.3;
  font-size: 22px;
  margin: 0 0 20px;
  padding: 9px 8px;
  letter-spacing: 0.08em;
  text-align: center;
}

.Title01 a,
.Title01 span {
  color: inherit;
  text-decoration: none;
  display: inline-block;
  text-align: left;
}

.Title02 {
  border-bottom: 1px solid;
  border-left: 4px solid;
  background: url(/img/title_bg.jpg) repeat-x left bottom;
  padding: 3px 6px;
  line-height: 1.3;
  margin: 0 0 8px;
  font-size: 15px;
  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 {
  margin: 5px 0 5px 0;
  padding: 1px 4px;
  font-size: 16px;
  font-weight: bold;
  color: #ef6500;
  border-bottom: 2px solid #ef6500;
  clear: both;
}

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

.Title06 {
  border-top: 3px solid #002284;
  border-bottom: 1px solid #002284;
  padding: 7px 8px 6px;
  line-height: 1.3;
  margin: 0 0 13px;
  font-size: 21px;
  color: #131313;
  font-weight: bold;
  text-align: center;
}

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

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

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

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

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

.Btn-anchor {
  /* @mixin:SP-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 5px 10px 20px;
  font-size: 11px;
  border-radius: 3px;
  letter-spacing: 0;
}

.Btn-anchor::after {
  /* @mixin:SP-btn-anchor */
  border-color: #002284 transparent transparent transparent;
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  border-color: #f53f2c transparent transparent transparent;
  display: block;
  top: 15px;
  left: 8px;
}

/*
-----------------------------------------------------------
Link
----------------------------------------------------------- */
.Link-text {
  /* @mixin:SP-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: 16px;
}

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

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

/*
-----------------------------------------------------------
 Edit(自由編集エリア)
----------------------------------------------------------- */
.Edit .wb-edit {
  /* @mixin:SP-content-body */
  padding-left: 10px;
  padding-right: 10px;
}

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

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

.Edit .wb-edit:empty {
  display: none;
}

/* --------------------------------------------------------
-----------------------------------------------------------
Header
-----------------------------------------------------------
----------------------------------------------------------- */
.Header {
  background: #FFF;
}

.Header .h1-wrap {
  background: #002284;
  padding: 3px 5px 2px;
  line-height: 1.3;
  font-size: 10px;
  color: #FFF;
  letter-spacing: 0;
  height: 20px;
}

.Header .h1-wrap h1 {
  white-space: nowrap;
  overflow: hidden;
}

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

/* --------------------------------------------------------
-----------------------------------------------------------
Header-sp
-----------------------------------------------------------
----------------------------------------------------------- */
.Header-sp .Logo {
  padding: 8px 6px 5px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}

.Header-sp .Logo .sp_logo {
  flex: 1;
}

.Header-sp .Logo .sp_logo img {
  max-height: 42px;
}

.Header-sp .Logo .sp_menu li {
  float: left;
  width: 45px;
}

.Header-sp .Logo .sp_menu li.itemlist {
  width: 51px;
}

.Header-sp .Logo .sp_menu li+li {
  margin-left: 6px;
}

.Header-sp .Logo .sp_menu li .JS-accordion-btn {
  display: block;
  position: relative;
  width: 45px;
  height: 42px;
}

.Header-sp .Logo .sp_menu li .JS-accordion-btn:before {
  content: "メニュー";
  color: #002284;
  font-size: 10px;
  position: absolute;
  bottom: 0;
  left: 3px;
}

.Header-sp .Logo .sp_menu li .JS-accordion-btn .menu-icon {
  display: block;
  position: relative;
  width: 45px;
  height: 42px;
}

.Header-sp .Logo .sp_menu li .JS-accordion-btn .menu-icon span {
  display: inline-block;
  transition: all .4s;
  position: absolute;
  height: 3px;
  background: #002284;
  width: 60%;
  left: 9px;
}

.Header-sp .Logo .sp_menu li .JS-accordion-btn .menu-icon span:nth-of-type(1) {
  top: 4px;
}

.Header-sp .Logo .sp_menu li .JS-accordion-btn .menu-icon span:nth-of-type(2) {
  top: 13px;
}

.Header-sp .Logo .sp_menu li .JS-accordion-btn .menu-icon span:nth-of-type(3) {
  top: 22px;
}

.Header-sp .Logo .sp_menu li .JS-accordion-btn.active .menu-icon span:nth-of-type(1) {
  top: 7px;
  left: 9px;
  transform: translateY(6px) rotate(-45deg);
  width: 58%;
}

.Header-sp .Logo .sp_menu li .JS-accordion-btn.active .menu-icon span:nth-of-type(2) {
  opacity: 0;
}

.Header-sp .Logo .sp_menu li .JS-accordion-btn.active .menu-icon span:nth-of-type(3) {
  top: 19px;
  left: 9px;
  transform: translateY(-6px) rotate(45deg);
  width: 58%;
}

.Header-sp .Logo .sp_menu li .button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  background: none;
  border-radius: 0;
  padding: 0;
  display: block;
  color: #002284;
  position: relative;
  display: block;
  text-align: center;
  padding: 27px 0px 0;
  font-size: 10px;
  text-decoration: none;
  letter-spacing: 0;
  background-repeat: no-repeat;
}

.Header-sp .Logo .sp_menu li.cart .button {
  color: #fa2c05;
  background-image: url(/img/common/icon_cart.svg);
  background-position: 9px top;
  background-size: 31px 26px;
}

.Header-sp .Logo .sp_menu li.itemlist .button {
  background-image: url(/img/common/icon_itemlist_02.svg);
  background-position: center 0px;
  background-size: 26px 27px;
}

.Header-sp .Logo .sp_menu li.menu .button {
  background-image: url(/img/common/icon_menu.svg);
  background-position: center 2px;
  background-size: 28px 22px;
}

.Header-sp .Header-bottom-wrap {
  background: #eaf8ff;
  padding: 5px 6px;
  text-align: center;
}

.Header-sp .Header-bottom-wrap .left-wrap {
  display: flex;
  font-size: 10px;
  line-height: 1.3;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 7px;
  margin-bottom: 6px;
}

.Header-sp .Header-bottom-wrap .contact-title {
  font-weight: bold;
}

.Header-sp .Header-bottom-wrap .right-wrap {
  line-height: 1.3;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  gap: 0 10px;
}

.Header-sp .Header-bottom-wrap .right-wrap .tel {
  text-decoration: none;
}

.Header-sp .Header-bottom-wrap .right-wrap .tel img {
  width: 18px;
}

.Header-sp .Header-bottom-wrap .right-wrap .tel span {
  color: #fa2c05;
  font-size: 21px;
  font-weight: bold;
  vertical-align: middle;
  padding-left: 3px;
  letter-spacing: 0;
  line-height: 1;
}

.Header-sp .Header-bottom-wrap .right-wrap .line-contact img {
  width: 115px;
}

/* --------------------------------------------------------
-----------------------------------------------------------
 header-nav-body
-----------------------------------------------------------
----------------------------------------------------------- */
.Header-sp .header-nav-body {
  display: none;
  position: fixed;
  top: 75px;
  left: 0;
  width: 100%;
  overflow: auto !important;
  -webkit-overflow-scrolling: touch;
  height: calc(100% - 75px);
  z-index: 200;
  padding: 35px 30px 55px;
  background: rgba(255, 255, 255, 0.95);
}

.Header-sp .header-nav-body .header-nav-close {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  background: none;
  border-radius: 0;
  padding: 0;
  display: block;
  position: absolute;
  top: 35px;
  right: 25px;
  z-index: 10;
}

.Header-sp .header-nav-body .header-nav-close .icon {
  position: relative;
  display: block;
  width: 35px;
  height: 30px;
  margin: 0 auto;
}

.Header-sp .header-nav-body .header-nav-close .icon span {
  position: absolute;
  display: block;
  height: 1px;
  top: 0;
  right: 0;
  width: 100%;
  background-color: #929292;
  left: 0;
  margin: auto;
}

.Header-sp .header-nav-body .header-nav-close .icon span:first-child {
  display: block;
  transform: translateY(14px) rotate(-45deg);
}

.Header-sp .header-nav-body .header-nav-close .icon span:nth-child(2) {
  display: block;
  transform: translateY(14px) rotate(45deg);
}

.Header-sp .header-nav-body .header-nav-close .name {
  display: block;
  text-align: center;
  color: #929292;
  font-size: 10px;
  letter-spacing: 0.1em;
}

.Header-sp .header-nav-body .bottom-close-btn {
  margin-top: 35px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
}

.Header-sp .header-nav-body .bottom-close-btn .close-btn {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  background: none;
  border-radius: 0;
  padding: 12px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}

.Header-sp .header-nav-body .bottom-close-btn .close-btn .icon {
  position: relative;
  display: block;
  width: 26px;
  height: 26px;
  margin-right: 6px;
}

.Header-sp .header-nav-body .bottom-close-btn .close-btn .icon span {
  position: absolute;
  display: block;
  height: 1px;
  top: 0;
  right: 0;
  width: 100%;
  background-color: #929292;
  left: 0;
  margin: auto;
}

.Header-sp .header-nav-body .bottom-close-btn .close-btn .icon span:first-child {
  display: block;
  transform: translateY(14px) rotate(-45deg);
}

.Header-sp .header-nav-body .bottom-close-btn .close-btn .icon span:nth-child(2) {
  display: block;
  transform: translateY(14px) rotate(45deg);
}

.Header-sp .header-nav-body .bottom-close-btn .close-btn .name {
  display: block;
  text-align: center;
  color: #929292;
  font-size: 12px;
}

.Header-sp .header-nav-body .title-block,
.Header-sp .header-nav-body01 .wb-cart-search-title {
  font-family: "Noto Sans JP", Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo,
    "ＭＳ Ｐゴシック", sans-serif;
  position: relative;
  font-weight: normal;
  text-align: center;
  line-height: 1.2;
  letter-spacing: 0.05em;
  color: #494d50;
  font-size: 22px;
  margin-bottom: 18px;
  padding: 0 8px 15px;
}

.Header-sp .header-nav-body .title-block::before,
.Header-sp .header-nav-body01 .wb-cart-search-title::before {
  background: #002284;
  content: "";
  position: absolute;
  height: 1px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 48px;
}

/*
---------------------------------------------------------
 header-nav-body
--------------------------------------------------------- */
.Header-sp .header-nav-body .header-cart-nav {
  display: flex;
  gap: 15px;
  margin-bottom: 20px;
}

.Header-sp .header-nav-body .header-cart-nav .login-wrap,
.Header-sp .header-nav-body .header-cart-nav .register-wrap {
  width: calc((100% - 15px) / 2);
}

.Header-sp .header-nav-body .header-cart-nav .login-wrap .Login-box-btn-login a,
.Header-sp .header-nav-body .header-cart-nav .login-wrap .Login-box-btn-logout a,
.Header-sp .header-nav-body .header-cart-nav .register-wrap a {
  padding: 8px 10px;
  display: block;
  text-align: center;
  font-size: 14px;
  width: 100%;
  border-radius: 5px;
  text-decoration: none;
}

.Header-sp .header-nav-body .header-cart-nav .login-wrap .Login-box-btn-login a {
  background: #fff;
  color: #002284;
  border: 1px solid #002284;
}

.Header-sp .header-nav-body .header-cart-nav .register-wrap a,
.Header-sp .header-nav-body .header-cart-nav .login-wrap .Login-box-btn-logout a {
  border: 1px solid #002284;
  background: #002284;
  color: #fff;
}

/*
-----------------------------------------------------------
 wb-login-box
----------------------------------------------------------- */
.Header-sp .header-nav-body .login-wrap .Login-box-user {
  display: none;
}

.Header-sp .header-nav-body .login-wrap .Login-box-btn ul {
  list-style: none;
  padding: 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.Header-sp .header-nav-body .login-wrap .Login-box-btn ul li {
  width: 100%;
}

.Header-sp .header-nav-body .login-wrap .Login-box-btn ul li.Login-box-btn-mypage {
  display: none;
}

.Header-sp .header-nav-body .login-wrap .Login-box-btn ul li.Login-box-btn-logout a:before {
  content: "ログアウト";
}

.Header-sp .header-nav-body .login-wrap .Login-box-btn ul li.Login-box-btn-login a:before {
  content: "ログイン";
}

.Header-sp .header-nav-body .login-wrap .Login-box-btn ul li.Login-box-btn-mypage a:before {
  content: "マイページ";
}

.Header-sp .header-nav-body .login-wrap .Login-box-btn ul li.Login-box-btn-cart {
  display: none;
}

.Header-sp .header-nav-body .login-wrap .Login-box-btn ul li a {
  color: #fff;
}

.Header-sp .header-nav-body .login-wrap .Login-box-btn ul li a img {
  display: none;
}

/*
---------------------------------------------------------
wb-cart-search-content
--------------------------------------------------------- */
.Header-sp .header-nav-body .search-wrap {
  display: block;
  margin-bottom: 30px;
}

.Header-sp .header-nav-body .wb-cart-search-content {
  position: relative;
}

.Header-sp .header-nav-body .wb-cart-search-content:before {
  content: "";
  content: "";
  width: 16px;
  height: 16px;
  background: url(/img/icon_search.svg);
  background-size: 16px auto;
  background-repeat: no-repeat;
  position: absolute;
  top: 12px;
  left: 15px;
}

.Header-sp .header-nav-body .wb-cart-search-title {
  display: none;
}

.Header-sp .header-nav-body .wb-cart-search-content>p {
  margin-bottom: 5px;
}

.Header-sp .header-nav-body .wb-cart-search-content form {
  position: relative;
}

.Header-sp .header-nav-body .wb-cart-search-content .seach-input {
  width: 100%;
  height: 40px;
  padding: 5px 60px 5px 20px;
  font-size: 16px;
  line-height: 30px;
  background-color: #fff;
  border: 1px solid #002284;
  outline: 0;
  border-radius: 5px;
}

.Header-sp .header-nav-body .wb-cart-search-content .seach-btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  height: 100%;
  border: none;
  background: #002284;
  color: #fff;
  border-radius: 0 8px 8px 0;
}

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

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

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

.Header-sp .wb-cart-categ-multi .wb-cart-category01-list .wb-cart-category01-node {
  font-size: 17px;
  font-weight: bold;
}

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

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

.Header-sp .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;
}

.Header-sp .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;
}

.Header-sp .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;
}

.Header-sp .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%;
}

.Header-sp .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;
}

.Header-sp .wb-cart-categ-multi .wb-cart-category02-node button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  background: none;
  border-radius: 0;
  padding: 0;
  display: block;
  position: relative;
  width: 42px;
  z-index: 10;
}

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

.Header-sp .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;
}

.Header-sp .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;
}

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

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

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

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

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

.Header-sp .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;
}

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

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

.Header-sp .wb-cart-categ-multi .wb-cart-category01-list>li {
  margin-bottom: 35px;
  border-top: 1px solid #dcdcdc;
  margin-bottom: 5px;
}

.Header-sp .wb-cart-categ-multi .wb-cart-category01-list>li:first-child {
  border-top: none;
}

.Header-sp .wb-cart-categ-multi .wb-cart-category01-list .wb-cart-category01-node {
  position: relative;
}

.Header-sp .wb-cart-categ-multi .wb-cart-category01-list .wb-cart-category01-node a {
  display: block;
  text-decoration: none;
  padding: 15px 10px 15px 25px;
  color: inherit;
  font-size: 15px;
  line-height: 1.3;
}

.Header-sp .wb-cart-categ-multi .wb-cart-category01-list .wb-cart-category01-node a::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: 0;
  left: 10px;
  bottom: 0;
  margin: auto 0;
}

.Header-sp .header-nav-body>ul>li .accordion-menu>ul {
  padding: 0 10px 10px;
}

.Header-sp .header-nav-body>ul>li .accordion-menu>ul>li {
  margin-bottom: 3px;
}

.Header-sp .header-nav-body>ul>li .accordion-menu>ul>li a {
  font-size: 13px;
  position: relative;
  display: block;
  padding: 7px 10px 7px 25px;
  color: #444;
  text-decoration: none;
}

.Header-sp .header-nav-body>ul>li .accordion-menu>ul>li a::before {
  content: "";
  position: absolute;
  top: 13px;
  left: 12px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4.5px 0 4.5px 7px;
  border-color: transparent transparent transparent #b3b3b3;
}

.Header-sp .wb-cart-categ-multi .wb-cart-category01-list .wb-cart-category01-subcateg-list>li {
  background: #f1f1f1;
}

.Header-sp .wb-cart-categ-multi .wb-cart-category01-list .wb-cart-category01-subcateg-list>li+li {
  margin-top: 3px;
}

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

.Header-sp .wb-cart-categ-multi .wb-cart-category02-node {
  position: relative;
}

.Header-sp .wb-cart-categ-multi .wb-cart-category02-node a {
  text-decoration: none;
  padding: 6px 10px;
  color: inherit;
  font-size: 15px;
  line-height: 1.3;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  min-height: 56px;
  flex: 1;
}

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

.Header-sp .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%;
}

.Header-sp .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;
}

.Header-sp .wb-cart-categ-multi .wb-cart-category02-node button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  background: none;
  border-radius: 0;
  padding: 0;
  display: block;
  position: relative;
  width: 42px;
  z-index: 10;
}

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

.Header-sp .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;
}

.Header-sp .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;
}

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

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

.Header-sp .wb-cart-categ-multi .wb-cart-category02-subcateg-list>li {
  margin-bottom: 3px;
  background: #fff;
}

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

.Header-sp .wb-cart-categ-multi .wb-cart-category02-subcateg-list>li a {
  font-size: 13px;
  position: relative;
  display: block;
  padding: 7px 10px 7px 25px;
  color: #444;
}

.Header-sp .wb-cart-categ-multi .wb-cart-category02-subcateg-list>li a::before {
  content: "";
  position: absolute;
  top: 13px;
  left: 12px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4.5px 0 4.5px 7px;
  border-color: transparent transparent transparent #b3b3b3;
}

.Header-sp .header-nav-body>ul>li .sub-accordion-btn-wrap03,
.Header .wb-cart-categ-multi>ul>li .sub-accordion-btn-wrap,
.Header .wb-cart-category01-item .wb-cart-category01-subcateg-list>li .sub-accordion-btn-wrap02 {
  position: absolute;
  top: 0px;
  right: 0;
  bottom: 0;
  width: 38px;
  height: 100%;
}

.Header-sp .header-nav-body>ul>li .sub-accordion-btn-wrap03,
.Header .wb-cart-categ-multi>ul>li .sub-accordion-btn-wrap {
  height: 49.5px;
}

.Header .wb-cart-category01-item .wb-cart-category01-subcateg-list>li .sub-accordion-btn-wrap02 .sub-accordion-btn:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -13px;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 1px;
  height: 35px;
  background: #fff;
}

.Header .wb-cart-categ-multi>ul>li .sub-accordion-btn {
  position: absolute;
  right: 25px;
  display: block;
  margin: auto;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.Header-sp .header-nav-body>ul>li .sub-accordion-btn span,
.Header .wb-cart-categ-multi>ul>li .sub-accordion-btn span {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  width: 14px;
  height: 1px;
  background-color: #333;
  display: inline-block;
  transition: all 0.4s;
  box-sizing: border-box;
}

.Header-sp .header-nav-body ul>li .sub-accordion-btn span:nth-of-type(1),
.Header .wb-cart-categ-multi>ul>li .sub-accordion-btn span:nth-of-type(1) {
  top: 0;
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
}

.Header-sp .header-nav-body ul>li .sub-accordion-btn span:nth-of-type(2),
.Header .wb-cart-categ-multi>ul>li .sub-accordion-btn span:nth-of-type(2) {
  top: 0;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
}

.Header .wb-cart-categ-multi ul>li .sub-accordion-btn-wrap.active .sub-accordion-btn span:nth-of-type(1),
.Header .header-nav-body ul li .sub-accordion-btn-wrap03.active .sub-accordion-btn span:nth-of-type(1),
.Header .wb-cart-category01-item .wb-cart-category01-subcateg-list>li .sub-accordion-btn-wrap02.active .sub-accordion-btn span:nth-of-type(1) {
  display: none;
}

.Header .wb-cart-categ-multi ul>li .sub-accordion-btn-wrap.active .sub-accordion-btn span:nth-of-type(2),
.Header .header-nav-body ul li .sub-accordion-btn-wrap03.active .sub-accordion-btn span:nth-of-type(2),
.Header .wb-cart-category01-item .wb-cart-category01-subcateg-list>li .sub-accordion-btn-wrap02.active .sub-accordion-btn span:nth-of-type(2) {
  top: 0;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}


/*
-----------------------------------------------------------
 menu-list
----------------------------------------------------------- */
.Header-sp .header-nav-body>ul {
  border-top: 1px solid #dcdcdc;
}

.Header-sp .header-nav-body>ul>li {
  border-bottom: 1px solid #dcdcdc;
  position: relative;
}

.Header-sp .header-nav-body>ul>li:last-child {
  border-bottom: none;
  margin-top: 20px;
}

.Header-sp .header-nav-body>ul>li>a {
  display: block;
  text-decoration: none;
  padding: 15px 10px 15px 25px;
  color: inherit;
  font-size: 15px;
  line-height: 1.3;
  position: relative;
}

.Header-sp .header-nav-body>ul>li>a::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: 0;
  left: 10px;
  bottom: 0;
  margin: auto 0;
}

.Header-sp .header-nav-body>ul>li>.accordion-menu {
  display: none;
}


/*
-----------------------------------------------------------
 banner-wrap
----------------------------------------------------------- */
.Header-sp .header-nav-body .banner-wrap {
  text-align: center;
}

/* --------------------------------------------------------
-----------------------------------------------------------
 Footer
-----------------------------------------------------------
----------------------------------------------------------- */
.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;
}

/*
---------------------------------------------------------
 Follow-contact-wrap
--------------------------------------------------------- */
.Footer .Follow-contact-wrap {
  display: none;
}

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

.Footer .shopping-guide .shopping-guide-box .guide-content-unit {
  padding: 0 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 8px 20px;
}

.Footer-mid-wrap .wb-links-list {
  float: left;
  width: 49%;
  margin-left: 2%;
  margin-bottom: 2%;
}

.Footer-mid-wrap .wb-links-list:nth-of-type(2n+1) {
  margin-left: 0;
  clear: both;
}

/*
-----------------------------------------------------------
 Footer-bottom-wrap
----------------------------------------------------------- */
.Footer .Footer-bottom-wrap,
.Footer .Footer-bottom-wrap a {
  color: rgba(255, 255, 255, 0.85);
  padding-bottom: env(safe-area-inset-bottom);
  padding-bottom: constant(safe-area-inset-bottom);
}

.Footer .Footer-bottom-wrap {
  background: #002284;
}

.Footer .Footer-bottom-wrap .Footer-menu {
  padding: 0;
  list-style: none;
  border-top: 1px solid;
}

.Footer .Footer-bottom-wrap .Footer-menu .separater {
  display: none;
}

.Footer .Footer-bottom-wrap .Footer-menu li {
  border-bottom: 1px solid;
}

.Footer .Footer-bottom-wrap .Footer-menu li a {
  display: block;
  text-decoration: none;
  padding: 12px 10px 12px 25px;
  font-size: 13px;
  line-height: 1.3;
  position: relative;
}

.Footer .Footer-bottom-wrap .Footer-menu li a::before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 6px;
  border-color: transparent transparent transparent rgba(255, 255, 255, 0.85);
  display: block;
  top: 0;
  left: 10px;
  bottom: 0;
  margin: auto 0;
}

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

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

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

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

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

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

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

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

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

/* --------------------------------------------------------
-----------------------------------------------------------
 Page-head
-----------------------------------------------------------
----------------------------------------------------------- */
.Page-head {
  /* @mixin:SP-content-body */
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 40px;
}

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

.Page-head .breadcrumb {
  position: relative;
  font-size: 10px;
  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;
  padding: 27px 0 0;
}

.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.05em;
  font-size: 24px;
  display: block;
}

#item_detail .Page-head .page-title,
body.Page-article .Page-head .page-title {
  letter-spacing: 0;
  font-size: 19px;
}

body.Page-article .Page-head .page-title br {
  display: none;
}

.Page-head .page-sub-text {
  text-align: center;
  display: block;
  font-size: 12px;
  color: #a5a5a5;
  line-height: 1.4;
}

.Page-head .page-sub-text span {
  display: block;
  margin-top: 12px;
}

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

/* --------------------------------------------------------
-----------------------------------------------------------
Alpha
-----------------------------------------------------------
----------------------------------------------------------- */
.Alpha-main {
  margin-bottom: 30px;
}

.Alpha-sub-in-wrap {
  padding: 25px 0 30px;
  border-top: 1px solid #CCC;
}

.Alpha-sub .side-block {
  margin-bottom: 30px;
}

.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;
  padding: 0 0 0 6px;
}

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

.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 8px;
  border-bottom: 1px solid #dbdbdb;
  margin-bottom: 8px;
}

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

.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: 13px;
  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;
}

.Alpha-sub .recommend-block .wb-sitemap-list1 a:before,
.Alpha-sub .categ-block a:before,
.Alpha-sub .archive-block a:before {
  top: 3px;
}

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

.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 {
  border-top: 1px solid #dcdcdc;
  padding-top: 65px;
  margin-top: 65px;
}

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

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

.Beta-bnr-wrap .wb-links-list img {
  max-width: 260px;
}

.Beta-bnr-wrap~.Beta-bnr-wrap {
  margin-top: 12px;
}

/* --------------------------------------------------------
-----------------------------------------------------------
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: 128%;
  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: 115%;
  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: 115%;
  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: 110%;
  padding: 7px 0 7px 6px;
  margin: 0 0 10px;
}

.TPL-title04 a {
  color: inherit;
}

.TPL-title05 {
  color: #333;
  position: relative;
  display: block;
  font-size: 108%;
  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: 15px;
  font-size: 115%;
  line-height: 1.3;
  padding: 5px 0 5px 42px;
  min-height: 38px;
}

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

.TPL-title-count::after {
  color: #002284;
  content: counter(title);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  width: 32px;
  line-height: 38px;
  font-size: 21px;
  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 #c5c5c5;
  border-spacing: 0;
  width: 100%;
}

table.TPL-table th,
table.TPL-table td {
  border-right: 1px solid #c5c5c5;
  border-bottom: 1px solid #c5c5c5;
  padding: 4px 6px;
  line-height: 1.4;
  color: #292929;
}

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 {
  font-weight: bold;
  background: #f1f1f1;
  text-align: center;
}

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

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

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

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

/*
-----------------------------------------------------------
 TPL-table02
----------------------------------------------------------- */
table.TPL-table02,
table.TPL-table02 thead,
table.TPL-table02 tbody,
table.TPL-table02 tr,
table.TPL-table02 th,
table.TPL-table02 td {
  display: block;
}

table.TPL-table02 tr {
  /* @mixin:SP-content-article */
  margin-bottom: 40px;
}

table.TPL-table02 tr:last-child {
  /* @mixin:SP-content-article */
  margin-bottom: 0;
}

table.TPL-table02 th {
  background: #f2f0e9;
  padding: 6px 10px;
  font-weight: normal;
  text-align: left;
  margin-bottom: 6px;
}

table.TPL-table02 td {
  padding: 0 10px;
}

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

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

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

/* --------------------------------------------------------
-----------------------------------------------------------
 TEMPLATE - TPL-item-types
-----------------------------------------------------------
----------------------------------------------------------- */
/* --------------------------------------------------------
-----------------------------------------------------------
 TPL-slider01
-----------------------------------------------------------
----------------------------------------------------------- */
.TPL-slider01 .TPL-slider-wrap {
  visibility: hidden;
}

.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 {
  display: none !important;
}

.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: 10px;
  height: 10px;
  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 {
  display: none !important;
  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: 10px;
  height: 10px;
  border-radius: 50%;
  background: #dcdcdc;
}

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

/*
-----------------------------------------------------------
 TPL-slider03
----------------------------------------------------------- */
.TPL-slider03 {
  margin: 0 auto 10px;
  visibility: hidden;
  overflow: hidden;
}

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

.TPL-slider03 .TPL-slider03-main li {
  text-align: center;
}

.TPL-slider03 .TPL-slider03-pager {
  display: none;
}

/*
---------------------------------------------------------
 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;
}

/*
---------------------------------------------------------
 bx-pager
--------------------------------------------------------- */
.TPL-slider03 .bx-wrapper .bx-pager {
  text-align: center;
  margin-top: 11px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: stretch;
}

.TPL-slider03 .bx-wrapper .bx-pager .bx-pager-item {
  margin: 0px 5px;
}

.TPL-slider03 .bx-wrapper .bx-pager .bx-pager-item .bx-pager-link {
  text-indent: -9999px;
  outline: none;
  background: #CCC;
  border: none;
  width: 10px;
  height: 10px;
  display: block;
  border-radius: 50%;
}

.TPL-slider03 .bx-wrapper .bx-pager .bx-pager-item .active {
  background: #f74854;
}

/*
---------------------------------------------------------
 bx-controls-direction
--------------------------------------------------------- */
.TPL-slider03 .bx-wrapper .bx-controls-direction .bx-prev,
.TPL-slider03 .bx-wrapper .bx-controls-direction .bx-next {
  position: absolute;
  top: 29%;
  display: block;
  width: 22px;
  height: 60px;
  background: rgba(0, 0, 0, 0.8);
  text-indent: -9999px;
  outline: none;
}

.TPL-slider03 .bx-wrapper .bx-controls-direction .bx-prev::after,
.TPL-slider03 .bx-wrapper .bx-controls-direction .bx-next::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 10;
}

.TPL-slider03 .bx-wrapper .bx-controls-direction .bx-prev {
  left: 0;
  border-radius: 0 3px 3px 0;
}

.TPL-slider03 .bx-wrapper .bx-controls-direction .bx-prev::after {
  border-width: 5px 9px 5px 0;
  border-color: transparent #FFF transparent transparent;
  left: 0;
  right: 2px;
}

.TPL-slider03 .bx-wrapper .bx-controls-direction .bx-next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

.TPL-slider03 .bx-wrapper .bx-controls-direction .bx-next::after {
  border-width: 5px 0 5px 9px;
  border-color: transparent transparent transparent #FFF;
  left: 2px;
  right: 0;
}

/*
/* --------------------------------------------------------
-----------------------------------------------------------
 TEMPLATE - TPL-content
-----------------------------------------------------------
----------------------------------------------------------- */
.TPL-content {
  margin-bottom: 10px;
}

.TPL-content .TPL-content-body {
  padding: 0;
}

.TPL-content .TPL-item-introduce {
  margin-bottom: 10px;
}

.TPL-content .TPL-title03 {
  color: #002284;
  font-size: 16px;
  margin-left: 0;
  margin-bottom: 8px;
}

.TPL-content .TPL-txt-wrap {
  background-color: #eee;
  padding: 10px;
  margin-bottom: 10px;
}

.TPL-content .TPL-figure-list li {
  float: left;
}

.TPL-content .TPL-figure-list.MOD-col3 li {
  width: 32%;
  margin-left: 2%;
}

.TPL-content .TPL-figure-list.MOD-col3 li:nth-of-type(3n+1) {
  margin-left: 0;
  clear: left;
}

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

.TPL-content .TPL-figure-list li figure figcaption {
  margin-top: 5px;
}

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

/*
---------------------------------------------------------
 LINE-title
--------------------------------------------------------- */
.TPL-line-article .TPL-line-title {
  font-size: 130%;
  margin-bottom: 15px;
  padding-left: 25px;
  line-height: 1.3;
}

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

/* 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: 22px auto;
}

/*
---------------------------------------------------------
 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;
}

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

.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;
}

.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;
}

/*
---------------------------------------------------------
 LINE2-article
--------------------------------------------------------- */
.TPL-line2-article .TPL-line-flex-container {
  /* @mixin:SP-content-article */
  margin-bottom: 40px;
}

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

.TPL-line2-article .TPL-line-list {
  width: 100% !important;
}

.TPL-line2-article .TPL-line-list+.TPL-line-list {
  padding-top: 10px;
}

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

.TPL-line3-article .TPL-line-list {
  width: 49%;
  float: left;
  margin-left: 2%;
  margin-bottom: 4%;
}

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

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

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

.TPL-line4-article .TPL-line-list {
  width: 49%;
  float: left;
  margin-left: 2%;
  margin-bottom: 4%;
}

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

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

/*
---------------------------------------------------------
 LINE-list-img
--------------------------------------------------------- */
.TPL-line-article .TPL-line-list-img {
  margin-bottom: 5px;
  text-align: center;
}

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

.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 6%;
}

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

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

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

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

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

.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 6%;
}

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

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

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

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

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

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

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

.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;
  right: -15px;
  border-width: 12px 0px 12px 15px;
  border-color: transparent transparent transparent #faf0dd;
}

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

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

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

.TPL-topic-content ul.TPL-topic-list>li {
  position: relative;
  display: block;
  padding-left: 23px;
}

.TPL-topic-content ul.TPL-topic-list>li::before {
  content: "";
  background: url(/img/template/topic_list_icon.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  width: 20px;
  height: 17px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

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

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

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

.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: 12px;
  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;
  padding-top: 10px;
  margin: 0;
}

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

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

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

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

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

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

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

/* --------------------------------------------------------
-----------------------------------------------------------
 ページ共通 RANK-article
-----------------------------------------------------------
----------------------------------------------------------- */
.TPL-rank-article .TPL-rank-list+.TPL-rank-list {
  padding-top: 10px;
}

.TPL-rank-article .TPL-rank-list .TPL-rank-list-num {
  font-size: 18px;
  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: #002284;
  font-size: 15px;
  line-height: 1.2;
}

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

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

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

.TPL-button-main .button {
  /* @mixin:SP-btn-main */
  font-family: "Noto Sans JP", Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  background-color: #002284;
  display: block;
  text-align: center;
  font-weight: bold;
  text-decoration: none !important;
  color: #FFF !important;
  border-radius: 3px;
  line-height: 1.3;
  padding: 10px 10px;
  font-size: 14px;
  display: block;
  width: 80%;
  margin: 0 auto;
}

/*
-----------------------------------------------------------
 TPL-button-sub
----------------------------------------------------------- */
.TPL-button-sub {
  margin-top: 18px;
}

.TPL-button-sub .button {
  /* @mixin:SP-btn-sub */
  font-family: "Noto Sans JP", Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  color: #002284 !important;
  display: block;
  text-align: center;
  font-weight: bold;
  text-decoration: none !important;
  background: none;
  border-radius: 3px;
  line-height: 1.3;
  padding: 10px 10px;
  font-size: 14px;
  border: 1px solid;
  display: block;
  width: 80%;
  margin: 0 auto;
}

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

.TPL-button-main-small .button {
  /* @mixin:SP-btn-main */
  font-family: "Noto Sans JP", Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  background-color: #002284;
  display: block;
  text-align: center;
  font-weight: bold;
  text-decoration: none !important;
  color: #FFF !important;
  border-radius: 3px;
  line-height: 1.3;
  padding: 10px 10px;
  font-size: 16px;
  display: inline-block;
  padding: 7px 15px;
  font-size: 13px;
}

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

.TPL-button-sub-small .button {
  /* @mixin:SP-btn-sub */
  font-family: "Noto Sans JP", Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  color: #002284 !important;
  display: block;
  text-align: center;
  font-weight: bold;
  text-decoration: none !important;
  background: none;
  border-radius: 3px;
  line-height: 1.3;
  padding: 10px 10px;
  font-size: 16px;
  border: 1px solid;
  display: inline-block;
  padding: 9px 60px;
  font-size: 16px;
}

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

.TPL-button-main-large .button {
  /* @mixin:SP-btn-main */
  font-family: "Noto Sans JP", Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  background-color: #002284;
  display: block;
  text-align: center;
  font-weight: bold;
  text-decoration: none !important;
  color: #FFF !important;
  border-radius: 3px;
  line-height: 1.3;
  padding: 10px 10px;
  font-size: 16px;
  display: block;
  width: 80%;
  margin: 0 auto;
  font-size: 20px;
}

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

.TPL-button-sub-large .button {
  /* @mixin:SP-btn-sub */
  font-family: "Noto Sans JP", Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  color: #002284 !important;
  display: block;
  text-align: center;
  font-weight: bold;
  text-decoration: none !important;
  background: none;
  border-radius: 3px;
  line-height: 1.3;
  padding: 10px 10px;
  font-size: 16px;
  border: 1px solid;
  display: block;
  width: 80%;
  margin: 0 auto;
  font-size: 20px;
}

/*
-----------------------------------------------------------
 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;
}

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

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

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

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

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

.TPL-border-article .TPL-border-list {
  width: 100%;
  margin-bottom: 15px;
  border: 1px solid #cccccc;
  padding: 8px;
}

/* .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%;
}

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

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

.TPL-review-article .TPL-review-list-wrap:last-of-type {
  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;
  padding: 15px 30px 15px 25px;
  font-size: 110%;
  line-height: 1.4;
}

.TPL-qanda-wrap .TPL-qanda-title::after {
  position: absolute;
  top: -5px;
  right: 10px;
  display: block;
  width: 9px;
  height: 9px;
  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: 3px;
}

.TPL-qanda-wrap .TPL-qanda-body {
  display: none;
  padding: 5px 12px 15px 25px;
}

.TPL-qanda-wrap .TPL-qanda-title::before,
.TPL-qanda-wrap .TPL-qanda-body::before {
  position: absolute;
  font-weight: bold;
  text-align: center;
  left: 4px;
  line-height: 1;
  font-size: 19px;
  width: 19px;
  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: 15px;
}

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

/* --------------------------------------------------------
-----------------------------------------------------------
 [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 10px;
  margin: 0 !important;
}

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

.TPL-anchor-btn li {
  margin: 0 !important;
  flex: 1;
  min-height: 54px;
  flex-basis: calc((100% - 11px) / 2);
}

.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: 11px;
  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: 7px;
  bottom: 0;
  margin: auto;
  background: #002284;
  border-radius: 50%;
  z-index: 0;
}

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

.TPL-link-btn ul {
  list-style: none;
  padding: 0;
  margin: 0 !important;
}

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

.TPL-link-btn li {
  margin: 0 !important;
  flex: 1;
}

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

.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;
  min-height: 54px;
}

.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] リンクボタン
-----------------------------------------------------------
----------------------------------------------------------- */
.TPL-link-btn02 {
  margin: 25px 0;
}

.TPL-link-btn02 ul {
  list-style: none;
  padding: 0;
  margin: 0 !important;
}

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

.TPL-link-btn02 li {
  margin: 0 !important;
  flex: 1;
}

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

.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;
  min-height: 54px;
  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: 25px 0;
}

.TPL-link-btn03 ul {
  list-style: none;
  padding: 0;
  margin: 0 !important;
}

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

.TPL-link-btn03 li {
  margin: 0 !important;
  flex: 1;
}

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

.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;
  min-height: 54px;
  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: 25px 0;
}

.TPL-link-btn04 ul {
  list-style: none;
  padding: 0;
  margin: 0 !important;
}

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

.TPL-link-btn04 li {
  margin: 0 !important;
  flex: 1;
}

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

.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;
  min-height: 54px;
  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: 25px 0;
}

.TPL-link-btn05 ul {
  list-style: none;
  padding: 0;
  margin: 0 !important;
}

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

.TPL-link-btn05 li {
  margin: 0 !important;
  flex: 1;
}

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

.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;
  min-height: 54px;
}

.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;
}

/* --------------------------------------------------------
-----------------------------------------------------------
 [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;
  margin: 0;
}

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

.TPL-link-btn06 ul.TPL-link-btn06-list li {
  margin: 0;
}

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

.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 {
  /* @mixin:SP-content-article */
  margin-bottom: 40px;
}

.TPL-layout14-article:last-child {
  /* @mixin:SP-content-article */
  margin-bottom: 0;
}

.TPL-layout14-article .TPL-layout14-img {
  text-align: center;
  margin-bottom: 8px;
}

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

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

/* --------------------------------------------------------
-----------------------------------------------------------
 [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% - 16px) / 2);
  margin-left: 15px;
}

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

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

.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: 13px;
  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: 12px;
  color: #666666;
}

.TPL-item-list04 .TPL-item-list04-article-price {
  margin-top: 4px;
  color: #f83e3e;
  text-align: center;
  font-size: 11px;
  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: 20px 10px 18px;
  background: #f3f5df;
  border-radius: 8px;
}

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

.TPL-ranking .TPL-ranking-list .TPL-ranking-item {
  margin: 0;
}

.TPL-ranking .TPL-ranking-title {
  text-align: center;
  font-size: 19px;
  line-height: 1.3;
  margin-bottom: 15px;
}

.TPL-ranking .TPL-ranking-list .TPL-ranking-item .TPL-ranking-link {
  align-content: center;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  position: relative;
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
  color: inherit;
}

.TPL-ranking .TPL-ranking-list .TPL-ranking-item:nth-child(n+2) {
  margin-top: 10px;
}

.TPL-ranking .TPL-ranking-list .TPL-ranking-item .TPL-ranking-item-num {
  display: block;
  font-weight: bold;
  text-align: center;
  font-size: 12px;
  z-index: 1;
  position: relative;
  color: #fff;
  line-height: 1.2;
  padding: 16px 0px 1px;
  width: 40px;
  margin-right: 5px;
}

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

.TPL-ranking .TPL-ranking-list .TPL-ranking-item .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: 100%;
  height: 100%;
  z-index: -1;
  background-size: contain;
}

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

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

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

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

.TPL-ranking .TPL-ranking-list .TPL-ranking-item .TPL-ranking-item-img img {
  width: auto;
}

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

/* --------------------------------------------------------
-----------------------------------------------------------
 [TEMPLATE] 商品ランキング(5列)
-----------------------------------------------------------
----------------------------------------------------------- */
.TPL-ranking02 {
  padding: 20px 10px 18px;
  background: #fef6dd;
  border-radius: 8px;
}

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

.TPL-ranking02 .TPL-ranking-list .TPL-ranking-item {
  margin: 0;
}

.TPL-ranking .TPL-ranking-title {
  text-align: center;
  font-size: 19px;
  line-height: 1.3;
  margin-bottom: 15px;
}

.TPL-ranking02 .TPL-ranking-list .TPL-ranking-item .TPL-ranking-link {
  align-content: center;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  position: relative;
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
  color: inherit;
}

.TPL-ranking02 .TPL-ranking-list .TPL-ranking-item:nth-child(n+2) {
  margin-top: 10px;
}

.TPL-ranking02 .TPL-ranking-list .TPL-ranking-item .TPL-ranking-item-num {
  display: block;
  font-weight: bold;
  text-align: center;
  font-size: 12px;
  z-index: 1;
  position: relative;
  color: #fff;
  line-height: 1.2;
  padding: 16px 0px 1px;
  width: 40px;
  margin-right: 5px;
}

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

.TPL-ranking02 .TPL-ranking-list .TPL-ranking-item .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: 100%;
  height: 100%;
  z-index: -1;
  background-size: contain;
}

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

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

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

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

.TPL-ranking02 .TPL-ranking-list .TPL-ranking-item .TPL-ranking-item-img img {
  width: auto;
}

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

/* --------------------------------------------------------
-----------------------------------------------------------
TPL-ranking03 新ランキング
----------------------------------------------------------
----------------------------------------------------------- */
.TPL-ranking03 .TPL-ranking-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.TPL-ranking03 .TPL-ranking-list .TPL-ranking-item {
  position: relative;
  padding: 10px;
  border: 1px solid #ccc;
}

.TPL-ranking03 .TPL-ranking-list .TPL-ranking-item+.TPL-ranking-item {
  margin-top: 10px !important;
}

.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: 7px 0 5px;
  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 3px;
  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-column02 2列コンテンツ
-----------------------------------------------------------
----------------------------------------------------------- */
.TPL-column02 {
  list-style: none;
  padding: 0;
}

.TPL-column02 .TPL-column02-item {
  margin: 0;
  /* @mixin:SP-content-article */
  margin-bottom: 40px;
  text-align: center;
}

.TPL-column02 .TPL-column02-item:last-child {
  /* @mixin:SP-content-article */
  margin-bottom: 0;
}

/* --------------------------------------------------------
-----------------------------------------------------------
 TPL-column03 3列コンテンツ
-----------------------------------------------------------
----------------------------------------------------------- */
.TPL-column03 {
  list-style: none;
  padding: 0;
}

.TPL-column03 .TPL-column03-item {
  margin: 0;
  /* @mixin:SP-content-article */
  margin-bottom: 40px;
  text-align: center;
}

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

.TPL-column03 .TPL-column03-item:last-child {
  /* @mixin:SP-content-article */
  margin-bottom: 0;
}

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

.TPL-btn-list .TPL-btn-list-btn-sub {
  /* @mixin:SP-btn-sub */
  font-family: "Noto Sans JP", Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  color: #002284 !important;
  display: block;
  text-align: center;
  font-weight: bold;
  text-decoration: none !important;
  background: none;
  border-radius: 3px;
  line-height: 1.3;
  padding: 10px 10px;
  font-size: 16px;
  border: 1px solid;
  display: block;
  width: 85%;
  margin: 0 auto;
}

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

/* --------------------------------------------------------
-----------------------------------------------------------
 TPL-link-text
-----------------------------------------------------------
----------------------------------------------------------- */
.TPL-link-text {
  /* @mixin:SP-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: 16px;
}

/* --------------------------------------------------------
-----------------------------------------------------------
 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 .TPL-item-list01-item {
  overflow: hidden;
  margin: 0;
}

.TPL-item-list01 .TPL-item-list01-ul .TPL-item-list01-item+.TPL-item-list01-item {
  margin-top: 25px;
}

.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: 15px;
  line-height: 1.3;
  padding: 7px 18px 7px 10px;
}

.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-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 .TPL-item-list02-item {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: flex-start;
  padding: 0 10px;
  background: #FFF;
  margin: 0;
  align-items: stretch;
}

.TPL-item-list02 .TPL-item-list02-ul .TPL-item-list02-item+.TPL-item-list02-item {
  margin-top: 6px;
}

.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: 15px;
  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: flex-start;
  align-items: stretch;
  gap: 5px;
}

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

.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: 14px;
  line-height: 1.3;
  padding: 4px 10px 4px 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-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 {
  padding: 0 10px;
}

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

.TPL-item-list03 .TPL-item-list03-ul .TPL-item-list03-item+.TPL-item-list03-item {
  margin-top: 20px;
}

.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: 16px;
  margin: 0 0 8px;
  font-weight: bold;
  position: relative;
  padding-left: 15px;
}

.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: 2px;
  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: flex-start;
  align-items: stretch;
  gap: 5px;
}

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

.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 4px 4px;
  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);
}

/* --------------------------------------------------------
-----------------------------------------------------------
 TEMPLATE - TPL-bg-content-box
-----------------------------------------------------------
----------------------------------------------------------- */
.TPL-bg-content-box {
  padding: 18px 15px;
  background: #f4f4f4;
  border-radius: 8px;
}

/* --------------------------------------------------------
-----------------------------------------------------------
 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: -12px;
  left: 10px;
  padding: 0 9px;
  line-height: 1;
  font-size: 17px;
  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-box-title-wrap p {
  margin: 0;
  padding: 0;
}

/* --------------------------------------------------------
-----------------------------------------------------------
 TEMPLATE - TPL-item-explanation-wrap
-----------------------------------------------------------
----------------------------------------------------------- */
.TPL-item-explanation-wrap {
  padding: 30px;
  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: 20px 0;
}

.TPL-item-explanation-wrap .TPL-similar-products-wrap {
  margin-top: 30px;
  padding: 10px 20px 25px;
  border: 1px solid #ccc;
}

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

.TPL-item-explanation-wrap .TPL-similar-products-wrap .TPL-similar-products {
  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(n+1) {
  margin-top: 20px;
}

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

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

/*
-----------------------------------------------------------
 responsive-table
----------------------------------------------------------- */
div.responsive-table {
  transform-origin: 0px 0px 0px;
  min-width: 628px !important;
}

/* --------------------------------------------------------
-----------------------------------------------------------
 Btn-pagetop
-----------------------------------------------------------
----------------------------------------------------------- */
.Btn-pagetop {
  display: none;
  position: fixed;
  right: 3%;
  bottom: 20px;
  z-index: 100;
  padding-bottom: env(safe-area-inset-bottom);
  padding-bottom: constant(safe-area-inset-bottom);
}

.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: 5px;
  padding-bottom: 65px;
}

.Page-article .Alpha-inner,
.Page-article .Content-main {
  /* @mixin:SP-content-body */
  padding-left: 10px;
  padding-right: 10px;
}

/* --------------------------------------------------------
-----------------------------------------------------------
 Company-pair
-----------------------------------------------------------
----------------------------------------------------------- */
.Company-pair .wb-pair-list .wb-pair-list-table,
.Company-pair .wb-pair-list .wb-pair-list-table>tbody,
.Company-pair .wb-pair-list .wb-pair-list-table>tbody>tr,
.Company-pair .wb-pair-list .wb-pair-list-table>tbody>tr>th,
.Company-pair .wb-pair-list .wb-pair-list-table>tbody>tr>td {
  display: block;
  padding: 0;
}

.Company-pair .wb-pair-list .wb-pair-list-table {
  border: 1px solid #dcdcdc;
  font-size: 92%;
}

.Company-pair .wb-pair-list .wb-pair-list-table>tbody>tr>th {
  background-color: #f2f0e9;
  text-align: left;
  padding: 7px 10px;
  margin-bottom: 10px;
  font-size: 115%;
  line-height: 1.3;
}

.Company-pair .wb-pair-list .wb-pair-list-table>tbody>tr>td {
  padding: 0 10px;
  padding-bottom: 25px;
}

/* --------------------------------------------------------
-----------------------------------------------------------
 wb-cart-modal-title
-----------------------------------------------------------
----------------------------------------------------------- */
.wb-cart-modal-title {
  border-bottom: 1px solid #ccc;
  padding: 18px 33px 13px 20px;
  position: relative;
  color: #333;
  font-size: 16px;
  line-height: 1.2;
}

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

.wb-cart-modal-title .Modal-close {
  position: absolute;
  background: url(/shop/img/modal_close_icon02.svg) no-repeat center center;
  background-size: 30px auto;
  text-indent: -9999px;
  width: 30px;
  height: 30px;
  right: 10px;
  top: 4px;
  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;
}

#item_list .b_none .wb-cart-itemcateg-box .wb-cart-itemcateg-box-img {
  margin-bottom: 0 !important;
}