/* --------------------
  common parts
-------------------- */

@media screen and (max-width: 480px) {
  h1 {
    display: block;/* ロゴ消える対策 */
  }
}
.content-page h2{

}
#page {
  font-size: 15px!important;
}

.page-contents___inner{
    padding: 80px 14px 120px
}

.page-contents___inner:has(#shoppingcolumn){
  padding: 0 0 0;
}
.page-contents___inner:has(#guidecolumn){
  padding: 0 0 80px;
}
.page-contents___inner:has(#entrycolumn){
  padding: 0 0 80px;
}
.page-contents-wrap {
  max-width: 970px;
  margin: 0 auto;
  color: #333;
}
div#container .content-page h2.page-heading {
  position: relative;
  display: flex;
  align-items: center; 
  min-height: 60px!important;
  margin: 0 0 52px!important;
  padding: 0 0 0 36px!important;
  color: #001b8f!important;
  font-size: 28px!important;
  font-weight: 700!important;
  line-height: 1.5;
  border: none;
}
.page-heading::before,
.page-heading::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%); 
  height: 60px;
  height: 60px;
}

.page-heading::before {
  left: 4px;
  width: 3px;
  background: #9FE7D9;
}

.page-heading::after {
  left: 0px;
  width: 4px;
  background:#00147D;
}
.content-page h3{
  font-size: 16px!important;
  font-weight: 700;
}

.content-page h3.page-subheading {
  position: relative;
  margin: 0 0 18px;
  padding: 0 0 14px;
  border-bottom: 1px solid #CACACC;
  color: #00147D;
  font-size: 18px!important;
  font-weight: 700;
  line-height: 1.6;
  display: flex;
}

.page-subheading::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 145px;
  height: 3px;
  background: #00147D;
}

.page-note-indent {
  margin-right: 0.5em;
  flex-shrink: 0;
}

h4.page-subheading--lv4 {
  margin: 30px 0 5px;
  padding-bottom: 0;
  border-bottom: none;
  font-size: 16px;
  line-height: 2;
  color:#00147D;
  font-weight: 700;
}

.page-subheading--lv4::after {
  display: none;
}
.page-text-bold{
  font-weight: 700;
}
.privacy-text-bold--bottom{
  margin-top: 12px;
  display: flex;
}

.page-text-number {
  margin-right: 0.5em;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
    #page {
    font-size: 15px!important;
  }

  .page-contents___inner{
    padding: 40px 14px 80px
}
.page-contents___inner:has(#detailcolumn){
  padding: 0 14px 80px;
}
.page-contents___inner:has(#mypagecolumn){
  padding: 0 14px 80px;
}

  div#container .content-page h2.page-heading {
    min-height: 44px!important;
    margin-bottom: 34px!important;
    padding: 0 0 0 22px!important;
    font-size: 20px!important;
  }

  .page-heading::before,
  .page-heading::after {
    height: 44px;
  }

  .page-heading::before {
    width: 3px;
    left: 4px;
  }

  .page-heading::after {
    width: 4px;
    left: 0px;
  }

  .content-page h3.page-subheading {
    margin-bottom: 14px;
    padding-bottom: 12px;
    font-size: 16px;
  }

  .page-subheading::after {
    width: 110px;
    height: 3px;
  }

}

/* --------------------
  news 
-------------------- */

#news_m_all{
   padding: 76px 14px 120px
}
.news_m_all__inner{
width: 100%;
max-width: 970px;
margin: 0 auto;
}

.nw_txt{
    font-size:16px;
    line-height:2;
}
.nw_txt_rss{
    text-align: right;
    padding-bottom: 20px;
}
.nw_txt_rss a{
    color:#3059C4;
    text-decoration: none;
}

p.nw_txt a:hover{
    color:#6c88d1;
    text-decoration: underline;
}

.news-list {
  max-width: 1200px;
  margin: 0 auto;
}

/* news block */
.nw_area {
  display: flex;
  align-items: flex-start;
  gap: 64px;
  margin: 0;
  padding: 38px 0;
  border-top: 1px solid #CACACC;
}
/* .nw_area:last-child{
  border-bottom: 1px solid #CACACC;
}*/

/* date */
.nw_day {
  flex: 0 0 150px;
  margin: 0;
  padding-top: 2px;
}

.nw_day {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 10px 18px;
  border-radius: 8px;
  background: #B9B9B9;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.04em;
  box-sizing: border-box;
}

.nw_title {
  display: block;
  margin: 0 0 24px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  color: #333;
}

/* contents */
.nw_txt {
  flex: 1;
  margin: 0;
  color: #333;
  font-size: 16px;
  line-height: 2.1;
  letter-spacing: 0.02em;
  word-break: break-word;
}
/*button*/
.page_info {
  margin-top: 0;
  padding-top: 46px;
  border-top:1px solid #CACACC;
}

.pager {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.pager__item {
  margin: 0;
  padding: 0;
}

.pager__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-width: 102px;
  min-height: 48px;
  padding: 0 20px;
  border: 1px solid #001b8f;
  border-radius: 9999px;
  background: #fff;
  color: #001b8f;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.06em;
  text-decoration: none;
  box-sizing: border-box;
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease,
    background-color 0.25s ease,
    color 0.25s ease;
}

a.pager__link:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 24px rgba(0, 27, 143, 0.16);
  text-decoration: none;
  color: #001b8f;
}

a.pager__link:focus-visible {
  outline: 2px solid #001b8f;
  outline-offset: 4px;
}

.pager__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  line-height: 1;
}

.pager__label {
  display: inline-block;
}

.pager__item.is-disabled .pager__link {
  opacity: 0.55;
  cursor: default;
}
.pager__item.is-disabled .pager__link:hover {
  transform: none;
  box-shadow: none;
}


/* SP */
@media screen and (max-width: 767px) {
#news_m_all{
   padding: 40px 14px 60px
}
  .nw_area {
    display: block;
    padding: 32px 0 40px;
  }

  .nw_day {
    display: inline-flex;
    flex: none;
    min-height: 34px;
    margin-bottom: 20px;
    padding: 7px 14px;
    font-size: 12px;
  }
  .nw_txt {
    font-size: 14px;
    line-height: 1.95;
  }

  .page_info {
    margin-top: 26px;
  }

  .pager__link {
    min-width: 112px;
    min-height: 56px;
    padding: 0 20px;
    gap: 12px;
    font-size: 15px;
  }

  .pager__icon {
    font-size: 22px;
  }
  
}

/* --------------------
  aboutus / order /
-------------------- */
.shop-info {
  width: 100%;
  max-width: 970px;
  margin: 0 auto;
  border-collapse: collapse;
  table-layout: fixed;
}

.shop-info tr {
  border-bottom: 1px solid #CACACC;
}

.shop-info th,
.shop-info td {
  padding: 38px 0 20px;
  vertical-align: top;
  font-size: 16px;
  line-height: 1.9;
  color: #333;
  text-align: left;
  box-sizing: border-box;
}

.shop-info th {
  position: relative;
  width: 214px;
  padding-right: 58px;
  font-weight: 500;
}

.shop-info th::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 214px;
  height: 3px;
  background: #00147D;
}

.shop-info td {
  width: auto;
  padding-left: 56px;
  word-break: break-word;
}

.shop-info td a {
  color: #3059C4;
  text-decoration: none;
  transition: opacity 0.2s ease;
}

.shop-info td a:hover {
  opacity: 0.7;
  text-decoration: underline;
}

/* 特定商取引 */
.shop-info-list{
padding-left: 1.2em;
margin-bottom: 1em;
}

.shop-info-list.page-order{
padding-left: 0;
margin-left: 0;
margin-bottom: 1em;
}

.shop-info-list.page-order li{
  display: flex;
}

.shop-info-list.page-order li::before {
  content: "・";
  margin-right: 0.5em;
  flex-shrink: 0;
}

.shop-info td ol.shop-list-number{
padding-left: 1.2em!important;
margin-bottom: 1em;
list-style: decimal!important;
counter-reset: item;
}
.shop-info td ol.shop-list-number li{
margin-bottom: 10px;
display: list-item!important;
display: flex;
}
.shop-info td ol.shop-list-number li::before {
  counter-increment: item;
  content: counter(item) ".";
  margin-right: 0.5em;
  flex-shrink: 0;
}
.shop-info td ol.shop-list-number p{
  margin-left: 1em;
}
.shop-info .note-indent {
  font-size: 13px;
  line-height: 1.8;
  color: #333;
  text-indent: -1em;
  padding-left: 1em;
}
.note-indent::before {
  content: "\203B";
}

.shop-info__txt-bold{
  font-weight: 700;
}

.shop-info__txt-small{
    font-size:15px;
    line-height:1.8;
    margin-bottom: 20px;
}
.note {
  display: flex;
  font-size:15px;
  height: 1.8;
}
.note__num {
  margin-right: 0.5em;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .shop-info,
  .shop-info tbody,
  .shop-info tr,
  .shop-info th,
  .shop-info td {
    display: block;
    width: 100%;
  }

  .shop-info tr {
    padding: 12px 0 18px;
    border-bottom: none;
  }

  .shop-info th,
  .shop-info td {
    padding: 0;
    font-size: 14px;
    line-height: 1.8;
  }

  .shop-info th {
    position: relative;
    margin-bottom: 12px;
    padding: 0 0 12px;
    font-weight: 700;
    border-bottom: 1px solid #cfcfcf;
  }

  .shop-info th::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 160px;
    height: 3px;
    background: #001b8f;
  }
  .shop-info td {
    padding-left: 0;
  }

}

/* =========================
   guide.php  
========================= */

/* navi */
.guide-nav {
  padding: 80px 10px 20px;
}

.guide-nav__list {
  max-width: 970px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px 10px;
  padding: 0;
  list-style: none;
}

.guide-nav__list li {
  margin: 0;
  padding: 0;
}

.guide-nav__list a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 58px;
  padding: 14px 28px;
  border: 1px solid #001b8f;
  background: #fff;
  color: #001b8f;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing:0;
  text-decoration: none;
  box-sizing: border-box;
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease,
    background-color 0.25s ease,
    color 0.25s ease;
}

.guide-nav__list a:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 22px rgba(0, 27, 143, 0.14);
}

.guide-nav__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 18px;
  font-size: 18px;
  line-height: 1;
}

/*  section  */
.guide-section + .guide-section {
  margin-top: 100px;
}

.guide-block + .guide-block {
  margin-top: 40px;
}

.guide-text {
  margin: 0;
  font-size: 15px;
  line-height: 2;
  color: #333;
}
.guide-text a{
  color:#3059C4;
    text-decoration: none;
}
.guide-text a:hover{
color:#6c88d1;
    text-decoration: underline;
}
.guide-text a img{
  margin: 10px 0;
  opacity: 1;
}
.guide-text a:hover img{
  opacity: 0.7;
}

.guide-text-outside{
margin-bottom: 40px;
}
.guide-text + .guide-text {
  margin-top: 10px;
}

.guide-table-wrap {
  margin-top: 18px;
}

.guide-table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  font-size: 15px;
  line-height: 1.7;
}

.guide-table th,
.guide-table td {
  padding: 12px 16px;
  border-top: 1px solid #CACACC;
  border-bottom: 1px solid #CACACC;
  text-align: left;
  vertical-align: middle;
  box-sizing: border-box;
}

.guide-table th {
  background: #F2F4F9;
  font-weight: 500;
}

.guide-table .guide-table-line-right{
border-right: 1px solid #CACACC;
}

.guide-table--narrow-th th {
  width: 33%;
}

.guide-table--narrow-th td {
  width: 67%;
}
.guide-note {
  margin: 12px 0 0;
  font-size: 13px;
  line-height: 1.8;
  color: #333;
  text-indent: -1em;
  padding-left: 1em;
}
.guide-note::before {
  content: "\203B";
}
.guide-note + .guide-note{
  margin: 0 0 0;
}

/* ページ内リンクの位置ズレ対策 */
.guide-section {
  scroll-margin-top: 160px;
}

.guide-block-list{
  list-style: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  margin:20px 0 0;
}
.guide-block-list li{
  border: 1px solid #CACACC;
  padding:8px 0;
  font-size:15px;
  font-weight: 500;
  min-width: 145px;
  text-align: center;
  margin:0 20px 16px 0;
}
ol.guide-list-number{
padding-left: 1.2em;
margin: 1em auto;
font-size:15px;
list-style: decimal;
}
ol.guide-list-number li{
  list-style: inherit;
}

ol.guide-list-number--return{
padding-left: 1.2em;
counter-reset: item;
}

ol.guide-list-number--return li{
  font-weight: 700;
  margin-bottom: 0.6em;
  font-size:15px;
}

ol.guide-list-number--return li::before {
  counter-increment: item;
  content: counter(item) ".";
  margin-right: 0.5em;
  flex-shrink: 0;
}



.guide-list-number--return li p{
  font-weight: normal;
}

/*customer center*/
.contact-center {
  max-width: 596px;
  margin: 60px auto 0;
  box-sizing: border-box;
}

.contact-center__inner {
  border: 1px solid #00147D;
  padding: 30px 48px;
  text-align: center;
  box-sizing: border-box;
}

.content-page h2.contact-center__heading {
  margin: 0;
  padding-bottom: 18px;
  border-bottom: 1px solid #00147D;
  color: #00147D;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.04em;
}

div#container .content-page h2.contact-center__heading {
  margin: 0;
  padding-bottom: 18px;
  border-bottom: 1px solid #00147D!important;
  color: #00147D;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.04em;
}



.support-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 260px;
  min-height: 48px;
  margin: 26px auto 22px;
  padding: 16px 24px;
  border-radius: 6px;
  background: #001f78;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.4;
  text-decoration: none;
  box-sizing: border-box;
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease,
    background-color 0.25s ease;
}

.support-button:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 28px rgba(0, 27, 143, 0.24);
  background: #00147D;
  text-decoration: none;
  color:#fff
}

.support-button:focus-visible {
  outline: 2px solid #00147D;
  outline-offset: 4px;
}

.contact-center__tel {
  margin: 0;
  color: #333;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7;
}

.contact-center__note {
  margin: 6px 0 0;
  color: #555;
  font-size: 13px;
  line-height: 1.7;
}
.contact-center__tel a {
  color: inherit;
  text-decoration: none;
}

.contact-center__tel a:hover {
  text-decoration: underline;
}

/* SP */
@media screen and (max-width: 900px) {
    .guide-nav__list a {
    min-height: 52px;
    padding: 12px 10px;
    font-size: 14px;

  }
}
@media screen and (max-width: 767px) {
  .guide-nav {
  padding: 40px 8px 0px;
}
  .guide-nav__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 5px;
  }

  .guide-nav__list a {
    min-height: 52px;
    padding: 12px 5px;
    font-size: 14px;
  }

  .guide-nav__icon {
    margin-left: 5px;
    font-size: 10px;
  }

  .guide-nav__icon img{
    width: 10px;
    height: auto;
  }
  .guide-section + .guide-section {
    margin-top: 72px;
  }

  .guide-table {
    min-width: 0;
    font-size: 14px;
  }

  .guide-table th,
  .guide-table td {
    padding: 10px 8px;
  }

  .guide-note {
    font-size: 12px;
  }

  .guide-section {
    scroll-margin-top: 90px;
  }
  .guide-block-list{
  margin:12px 0 0;
}
  .guide-block-list li{
  font-size:14px;
  min-width: 145px;
  margin:0 12px 12px 0;
}

.guide-list-number--return{
padding-left: 1.5em;
margin-bottom: 1em;
}
.guide-list-number{
padding-left: 1.5em;
margin-bottom: 1em;
font-size:15px;
list-style: decimal;
}

/*コンタクトフォームへ*/
  .contact-center {
    padding: 0;
  }
    .contact-center__inner {
    padding: 28px 18px 26px;
  }
    .content-page h2.contact-center__heading {
    padding-bottom: 22px;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0;
  }
    .support-button {
      margin: 20px auto;
      max-width:100%
    }
.contact-center__tel {
    font-size: 14px;
    line-height: 1.8;
  }
}
@media screen and (max-width: 499px) {
   .guide-nav__list a {
    min-height: 42px;
    padding: 10px 6px;
    font-size: 12px;
    letter-spacing:0;
    margin-left: 0;
  }
  .guide-nav__icon img{
    width: 8px;
    height: auto;
  }
}

/* =========================
   privacy policy
========================= */

.privacy-section + .privacy-section {
  margin-top: 100px;
}
.privacy-block + .privacy-block {
  margin-top: 40px;
}
.privacy-text{
  margin: 0;
  font-size: 15px;
  line-height: 2;
  color: #333;
}

.privacy-text.privacy-text-right{
  margin: 0;
  font-size: 15px;
  line-height: 2;
  color: #333;
  text-align: right;
}
.privacy-text + .privacy-text{
  margin-top: 20px;
}
.privacy-text--blue-bold{
  font-size:16px;
  font-weight: 700;
  color:#00147D;
}
.privacy-text--img{
  margin: 20px 0;
}
.privacy-text--img img{
  width:278px;
  height: auto;
  margin: 0;
}
.privacy-text--annotation{
  font-size:14px;
}

@media screen and (max-width: 767px) {
  .privacy-text--blue-bold{
  font-size:15px;
}
.privacy-section + .privacy-section {
  margin-top: 72px;
}
}

/* =========================
  returning
========================= */

/*  section  */
.returning-section + .returning-section {
  margin-top: 60px;
}
.returning-block + .returning-block {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .privacy-text--blue-bold{
  font-size:15px;
}

.returning-section + .returning-section {
  margin-top: 40px;
}
.returning-block + .returning-block {
  margin-top: 20px;
}
}

div#guidecolumn .link_kiyaku a{
  color:#021B5D!important;
}

