@charset "euc-jp";
body, dl, dt, dd, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, blockquote {font-weight:450;}
body, dl, dt, dd, ul, ol, li, dl, dt, dd, p, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, blockquote {margin:0;padding:0;font-style:normal;text-align:left;}
* html body{font-size:small; font:x-small;}
html{scroll-behavior: smooth;}
/**:first-child+html body{font-size: small; font: x-small;}*/
img, a img{border:0; vertical-align:bottom; padding:0px; margin:0px;}
h1,h2,h3,h4,h5,h6{font-size:100%; font-weight:normal;}
ul,dl,ol{text-indent:0;}li{list-style:none;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal; font-weight:normal;}
input,textarea,select{font-family:inherit; font-size:inherit; font-weight:inherit;}
* html input,* html textarea,* html select{font-size:100%;}
*:first-child+html+input,*:first-child html+textarea,*:first-child+html select{font-size:100%;}
table{border-collapse:collapse; border-spacing:0; font-size: inherit; width:100%;}th,td{text-align:left; vertical-align:top;}caption{text-align:left;}
pre,code,kbd,samp,tt{font-family:monospace;}
* html pre,* html code,* html kbd,* html samp,* html tt{font-size:108%; line-height:100%;}
*:first-child+html pre,*:first-child html+code,*:first-child html+kbd,*:first-child+html+samp,*:first-child+html tt{font-size:108%; line-height:100%;}
input,select,textarea{font-size:100%; font-family:Verdana, Helvetica, sans-serif;}
input, textarea{margin:0; padding:0; vertical-align:middle;}
strong, em{font-weight:bold;}

*, *::before, *::after{box-sizing: border-box;}
img{max-width:100%;}

html{scroll-padding-top: 120px;}
@media (max-width:990px){
    html{scroll-padding-top: 10px;}
}

body,
dt, dd {
    line-height: 1.8;
}
body {
    font-size:min(4.3vw, 17px);
  background-color: #fff;
  background-image: url(https://img.shop-pro.jp/tmpl_img/73/bg.gif);
  color: #464e54;
}
a {
  color: #24418d;
}
a:hover {
  color: #0d33e7;
}

/*
 * contents
 */

#contents {
  float: right;
  padding-left: 30px;
}

#contents .topicpath-nav {
  margin-bottom: 5px;
}
  #contents .topicpath-nav li {
    padding: 0;
  }
  #contents .topicpath-nav a {
    margin-left: 5px;
  }

/*
 * side
 */

#side .unstyled img {
  display: block;
  margin-bottom: 5px;
}

/*
 * temp
 */

/* font */
.txt_l { text-align: left; }
.txt_c, .center { text-align: center; }
@media (max-width:740px){
    .txt_c.sp-left, .center.sp-left{text-align: left;}
}
.txt_r { text-align: right; }
.txt_fwn { font-weight: normal; }
.txt_fwb { font-weight: bold; }
.txt_10 { font-size: 10px; }
.txt_12 { font-size: 12px; }
.txt_14 { font-size: 14px; }
.txt_16 { font-size: 16px; }
.txt_18 { font-size: 18px; }
.txt_20 { font-size: 20px; }
.txt_24 { font-size: 24px; }
.txt_28 { font-size: 28px; }
.txt_c_333 {color: #333;}

.txt_cl1{color: #e10000;}
.txt_cl2{color: #e78200;}
.txt_cl3{color: #0040ff;}

.wbr-textwrap {
    word-break: keep-all;
    overflow-wrap: anywhere;
}


/* background */
.bgc_gray {
  background-color: #f1f1f1;
}

/* margin */
.mar_auto { margin: 0 auto; }
.mar_0 { margin: 0; }
.mar_t_0 { margin-top: 0; }
.mar_r_0 { margin-right: 0; }
.mar_b_0 { margin-bottom: 0; }
.mar_l_0 { margin-left: 0; }
.mar_5 { margin: 5px; }
.mar_t_5 { margin-top: 5px; }
.mar_r_5 { margin-right: 5px; }
.mar_b_5 { margin-bottom: 5px; }
.mar_l_5 { margin-left: 5px; }
.mar_t_10 { margin-top: 10px; }
.mar_r_10 { margin-right: 10px; }
.mar_b_10 { margin-bottom: 10px; }
.mar_l_10 { margin-left: 10px; }
.mar_t_20 { margin-top: 20px; }
.mar_r_20 { margin-right: 20px; }
.mar_b_20 { margin-bottom: 20px; }
.mar_l_20 { margin-left: 20px; }
.mar_t_30 { margin-top: 30px; }
.mar_r_30 { margin-right: 30px; }
.mar_b_30 { margin-bottom: 30px; }
.mar_l_30 { margin-left: 30px; }
.mar_t_50 { margin-top: 50px; }
.mar_r_50 { margin-right: 50px; }
.mar_b_50 { margin-bottom: 50px; }
.mar_l_50 { margin-left: 50px; }

/* padding */
.pad_v_10 { padding: 10px 0; }
.pad_v_20 { padding: 20px 0; }
.pad_v_30 { padding: 30px 0; }
.pad_0 { padding: 0; }
.pad_t_0 { padding-top: 0; }
.pad_r_0 { padding-right: 0; }
.pad_b_0 { padding-bottom: 0; }
.pad_l_0 { padding-left: 0; }
.pad_5 { padding: 5px; }
.pad_t_5 { padding-top: 5px; }
.pad_r_5 { padding-right: 5px; }
.pad_b_5 { padding-bottom: 5px; }
.pad_l_5 { padding-left: 5px; }
.pad_10 { padding: 10px; }
.pad_t_10 { padding-top: 10px; }
.pad_r_10 { padding-right: 10px; }
.pad_b_10 { padding-bottom: 10px; }
.pad_l_10 { padding-left: 10px; }
.pad_20 { padding: 20px; }
.pad_t_20 { padding-top: 20px; }
.pad_r_20 { padding-right: 20px; }
.pad_b_20 { padding-bottom: 20px; }
.pad_l_20 { padding-left: 20px; }
.pad_30 { padding: 30px}
.pad_t_30 { padding-top: 30px; }
.pad_r_30 { padding-right: 30px; }
.pad_b_30 { padding-bottom: 30px; }
.pad_l_30 { padding-left: 30px; }

/* border */
.bor_t_1 { border-top: 1px solid #eee; }
.bor_r_1 { border-right: 1px solid #eee; }
.bor_b_1 { border-bottom: 1px solid #eee; }
.bor_l_1 { border-left: 1px solid #eee; }

/* vertical align */
.va-10 { vertical-align: -10%; }
.va-20 { vertical-align: -20%; }
.va-30 { vertical-align: -30%; }
.va-35 { vertical-align: -35%; }
.va-40 { vertical-align: -40%; }

@media (max-width: 980px) {
  /* ~980px */
  #base_gmoWrapp,
  #gmo_CMSPbar {
    overflow: hidden;
    min-width: 100% !important;
    width: 100% !important;
  }
}

/*
 * icons
 */
.icon-user { background-position: -208px 0px; }
.icon-lg-b.icon-user { background-position: -312px 0px; }
.icon-adduser { background-position: -240px 0px; }
.icon-lg-b.icon-adduser { background-position: -360px 0px; }
.icon-login { background-position: -48px -80px; }
.icon-lg-b.icon-login { background-position: -72px -120px; }
.icon-logout { background-position: -32px -80px; }
.icon-lg-b.icon-logout { background-position: -48px -120px; }
.icon-home { background-position: -176px -16px; }
.icon-lg-b.icon-home { background-position: -264px -24px; }
.icon-mail { background-position: -64px 0px; }
.icon-lg-b.icon-mail { background-position: -96px 0px; }
.icon-pencil { background-position: -96px 0px; }
.icon-lg-b.icon-pencil { background-position: -144px 0px; }
.icon-help { background-position: -272px -80px; }
.icon-lg-b.icon-help { background-position: -408px -120px; }
.icon-cart { background-position: -176px -64px; }
.icon-lg-b.icon-cart { background-position: -264px -96px; }
.icon-search { background-position: -208px -16px; }
.icon-lg-b.icon-search { background-position: -312px -24px; }
.icon-chevron_up { background-position: -0px -144px; }
.icon-lg-b.icon-chevron_up { background-position: -0px -216px; }
.icon-chevron_down { background-position: -352px -128px; }
.icon-lg-b.icon-chevron_down { background-position: -528px -192px; }
.icon-twitter { background-position: -96px -176px; }
.icon-lg-b.icon-twitter { background-position: -144px -264px; }
.icon-instagram { background-position: -112px -192px; }
.icon-lg-b.icon-instagram { background-position: -168px -288px; }
.icon-facebook { background-position: -128px -176px; }
.icon-lg-b.icon-facebook {background-position: -192px -264px; }
.icon-youtube { background-position: -128px -160px; }
.icon-lg-b.icon-youtube { background-position: -191px -240px; }

.icon-b,
.icon-w {
  width: 16px;
  height: 16px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.icon-lg-b,
.icon-lg-w {
  width: 24px;
  height: 24px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

.icon-b { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon16_b.png); }
.icon-w { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon16_w.png); }
.icon-lg-b { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_b.png); }
.icon-lg-w { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_w.png); }

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .icon-b,
  .icon-w {
    -webkit-background-size: 368px 320px;
    background-size: 368px 320px;
  }

  .icon-lg-b,
  .icon-lg-w {
    -webkit-background-size: 552px 480px;
    background-size: 552px 480px;
  }

  .icon-b { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon16_2x_b.png); }
  .icon-w { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon16_2x_w.png); }
  .icon-lg-b { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_2x_b.png); }
  .icon-lg-w { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_2x_w.png); }
}
@media (max-width: 768px) {
  .icon-b { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_b.png); }
  .icon-w { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_w.png); }
}
@media only screen and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2), only screen and (max-width: 768px) and (min--moz-device-pixel-ratio: 2), only screen and (max-width: 768px) and (-o-min-device-pixel-ratio: 2 / 1), only screen and (max-width: 768px) and (min-device-pixel-ratio: 2), only screen and (max-width: 768px) and (min-resolution: 192dpi), only screen and (max-width: 768px) and (min-resolution: 2dppx) {
  .icon-b { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_2x_b.png); }
  .icon-w { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_2x_w.png); }
}



.material-symbols-outlined{
  font-variation-settings:
  'FILL' 0,
  'wght' 400,
  'GRAD' 0,
  'opsz' 24
}




.mainsection{
    display: block;
    margin-top: 3em;
    margin-bottom: 8em;
}
.pagebox{
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    max-width: 1340px;
    padding-right: 20px;
    padding-left: 20px;
}
.pagebox-narrow{
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    max-width: 1080px;
}

.sectionwrap + .sectionwrap{
    margin-top: 6em;
}

.section-inner + .section-inner{
    margin-top: 3.5em;
}



table.style{
    border-top: 1px solid #adadad;
}
table.style :is(th, td){
    border-bottom: 1px solid #adadad;
    padding: 20px 15px;
}
table.style th{
    font-weight: bold;
}
table.style.thlv1 th{
    width: 11em;
}
@media (max-width: 960px) {
    table.style.mov,
    table.style.mov :is(tbody, tr, th, td){display: block;}
    table.style.mov.thlv1 th{width: 100%;}
    table.style.mov :is(th, td){
        padding-top: 5px;
        padding-bottom: 5px;
        border: none;
    }
    table.style.mov tr{
        padding-top: 20px;
        padding-bottom: 20px;
        border-bottom: 1px solid #adadad;
    }
}



.mapframe iframe{
    display: block;
    border: none;
    width: 100%;
    height: 100%;
    aspect-ratio: 16/9;
}

.mapmorelink .link{
    margin-right: auto;
    margin-left: auto;
    border: 1px solid #004eac;
    background: #004eac;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    width: 100%;
    max-width: 440px;
    border-radius: 5px;
    height: 4.5em;
    font-weight: bold;
    transition: background .3s, color .3s;
}
.mapmorelink .link span{
    font-size: 170%;
}
.mapmorelink .link:hover{
    text-decoration: none;
    color: #004eac;
    background: #fff;
}



.heading{line-height: 1.4;}
.heading.style1{
    color: #1546b3;
    font-weight: bold;
    display: flex;
    justify-content: center;
    font-size: min(8vw, 175%);
    letter-spacing: .1em;
    margin-bottom: 1.3em;
}
.heading.style1 .txt{
    display: flex;
    align-items: flex-start;
    gap: 15px;
    background:linear-gradient(to bottom,
    transparent 75%,
    #e2eafc 75%);
    padding: 0 10px 5px;
}
.heading.style1 .icon{
    font-size: 85%;
    border: 3px solid #1546b3;
    border-radius: 5px;
    background: #fff;
    padding: 3px;
}

.heading.style2{
    border-bottom: 1px solid #707070;
    padding-bottom: 20px;
    margin-bottom: 30px;
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
    gap: 1em;
    font-weight: bold;
    color: #004478;
    font-size: min(6.9vw, 220%);
}

.heading.style3 {
    font-weight: bold;
    border-left: 7px solid #1f48a1;
    font-size: min(6.4vw, 180%);
    padding: 1px 0 0 20px;
    margin-bottom: 1.3em;
}

.heading.style4 {
    background: #dbe1ff;
    padding: 10px;
    font-weight: bold;
    margin-bottom: 1.3em;
}



.btnstyle-wrap .button{
    display: flex;
    gap: .7em;
    border: 1px solid #24418d;
    padding: 1em 1.5em;
    line-height: 1.2;
    width: 100%;
    max-width: 440px;
    margin-right: auto;
    margin-left: auto;
    min-height: 80px;
    font-weight: bold;
    align-items: center;
    justify-content: center;
    transition: background .3s, color .3s;
}
.btnstyle-wrap .button .icon{
    font-size: 150%;
}
.btnstyle-wrap .button:hover{
    background: #e0e9ff;
    color: #1e39bb;
    text-decoration: none;
}




.header{
    display: flex;
    justify-content: space-between;
    gap: 2em;
    position: sticky;
    z-index: 80;
    top: 0;
    width: 100%;
    height: 100px;
    background: #fff;
    padding-bottom: 15px;
    padding-top: 10px;
}

.header .logo{
    display: flex;
    align-items: center;
    padding-left: 2.5vw;
}
.header .logo .img{
    height: 60px;
}

.head-main{
    display: flex;
    gap: 15px;
}

.header .subnav{
    display: flex;
    align-items: center;
    font-size: 90%;
    line-height: 1.2;
}
.header .subnav .inner{
    border-radius: 100vw;
    background: #dee4f1;
    display: flex;
    padding: 4px;
}
.header .subnav .link{
    border-radius: 100vw;
    transition: background .3s;
    padding: 10px 20px;
    display: flex;
    font-weight: bold;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #24418d;
}
.header .subnav .link:hover{
    text-decoration: none;
    background: #b7cbff;
    color: #1e39bb;
}
.header .user-menu,
.menubtn-block .user-menu{
    display: flex;
    justify-content: center;
    gap: 12px;
}
.header .user-menu .link,
.menubtn-block .user-menu .link{
    height: 100%;
    width: 64px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.header .user-menu .link:hover,
.menubtn-block .user-menu .link:hover{
    text-decoration: none;
}
.header .user-menu .link::before,
.menubtn-block .user-menu .link::before{
    text-decoration: none;
}
.header .user-menu .icon,
.menubtn-block .user-menu .icon{
    font-size: 200%;
}
.header .user-menu .txt,
.menubtn-block .user-menu .txt{
    font-size: 70%;
}
.header .menubtn{
    background:#24418d;
    border-radius: 0 0 15px 15px;
    display: flex;
    padding: 0 10px;
}
.header .menubtn .link{
    color: #fff;
    text-decoration: none;
    width: 90px;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 10px 0 5px;
    row-gap: 5px;
    cursor: pointer;
    transition: color .3s;
}
.header .menubtn .link:hover{
    color:#cfdcf9
}
.header .menubtn .icon{
    flex: 1;
    display: flex;
    align-items: center;
    font-size: 200%;
}
.header .menubtn .txt{
    font-size: 70%;
}
@media (max-width:1240px) and (min-width:1091px){
    .header .logo{padding-left: 1.5em;}
    .header .logo .img{height: 45px;}
}
@media (max-width:1150px) and (min-width:1091px){
    .header .subnav{font-size: 85%;}
    .header .subnav .inner{
        padding-right: 10px;
        padding-left: 10px;
    }
    .header .subnav .link{
        padding-right: 11px;
        padding-left: 11px;
    }
}
@media (max-width:1090px){
    .header .subnav{display: none;}
}
@media (min-width:991px){
    .menubtn.twins{
        display: none;
    }
}
@media (max-width:990px){
    .header .mypagelink,
    .header .menubtn:not(.twins) .link.searchlink{display: none;}
    .header{height: 90px; position: relative;}

    .overlay-visible .header{position: sticky;}
    .header-out.overlay-visible .header{position: relative;}

    .header .logo .img{height: 50px;}
    .header .menubtn .link{width:75px}
    .header .menubtn.twins .link{width: calc(100% / 3);}
    .header .menubtn .icon{font-size: 180%;}
    .header .user-menu .txt,
    .header .menubtn .txt{font-size: 62%;}

    .header-out{padding-bottom: 75px;}
    .menubtn.twins{
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        border-radius: 0;
        height: 75px;
        transform: translateY(100%);
    }
    .header-out .menubtn.twins{
        animation: menubtn-fadeup 0.5s cubic-bezier(.4,0,.2,1);
        animation-fill-mode: forwards;
    }
    @keyframes menubtn-fadeup {
      0% {
        opacity: 0;
        transform: translateY(100%);
      }
      100% {
        opacity: 1;
        transform: translateY(0);
      }
    }

    .header-in .menubtn.twins{
        animation: menubtn-fadedown 0.5s cubic-bezier(.4,0,.2,1);
        animation-fill-mode: forwards;
    }
    @keyframes menubtn-fadedown {
      0% {
          opacity: 1;
          transform: translateY(0);
        }
        100% {
            opacity: 0;
            transform: translateY(100%);
      }
    }
}
@media (max-width:500px){
    .header{gap: 1em;}
    .header .logo{
        width: 100%;
        max-width: 170px;
    }
    .header .logo .img{height: auto;}
    .head-main{gap: 7px;}
    .header .menubtn{padding: 0 5px;}
    .header .menubtn .link{width:68px}
}



.head-comment{
    border-top: 1px solid #dee4f1;
    border-bottom: 1px solid #dee4f1;
    padding: 20px;
    text-align: center;
    font-weight: bold;
    color: #24418d;
    position: relative;
}
@media (max-width:990px){
    .head-comment{
        padding: 10px;
        font-size: 85%;
        line-height: 1.4;
    }
}



.footer{
    border-top: 5px solid #156cd4;
    border-bottom: 5px solid #156cd4;
    background: #f2f5fc;
    padding: 50px 0;
}
.footer .inner{
    display: flex;
    flex-wrap: wrap;
}
.footer .inner + .inner{
    margin-top: 4em;
}

.foot-cal-wrap{
    display: flex;
    gap: 2em;
}
.foot-cal-wrap .cal-block{
    flex: 1;
    background: #fff;
    padding: 25px;
    border-radius: 10px;
    border: 1px solid #d7dbe5;
}
.foot-cal-wrap .btn-block{
    width: 390px;
}
.foot-cal-wrap .btn-block .list{
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.foot-cal-wrap .btn-block .listbox{
    text-align: center;
}
.foot-cal-wrap .side_cal{
    display: flex;
    gap: 2em;
}
.tbl_calendar {
    flex: 1;
  border: none !important;
  border-collapse: collapse !important;
  border-spacing: 0 !important;
}
.tbl_calendar caption{
    text-align: center;
    font-weight: bold;
    padding: 7px;
    color: #284daa;
    background: #e4e9f9;
}
.tbl_calendar th, .tbl_calendar td {
  padding: 4px !important;
  text-align: center !important;
  border-bottom: 1px solid #ccc !important;
  font-size: 85%;
  font-weight: bold;
}

.footer .block{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex: 1;
    padding: 15px;
    row-gap: 15px;
}
.footer .block .image{
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 10px;
    flex: 1;
}
.footer .block .icon{
    width: 85px;
    flex: 1;
}
.footer .block img{
    object-fit: contain;
    width: 100%;
    height: 100%;
}
.footer .block .txt{
    font-weight: bold;
    color: #0b2a6a;
    text-align: center;
    font-size: 110%;
    line-height: 1.4;
    transition: color .3s;
}
.footer .block .more{
    background: #004eac;
    border: 1px solid #004eac;
    color: #fff;
    text-align: center;
    padding: 20px 15px;
    font-size: 90%;
    line-height: 1;
    border-radius: 5px;
    transition: background .3s, color .3s;
}

.footer .block:hover{
    text-decoration: none;
}
.footer .block:hover .txt{
    color: #1e39bb;
}
.footer .block:hover .more{
    background: #fff;
    color: #004eac;
}

@media (max-width:990px){
    .footer .inner.foot-cal-wrap{
        flex-direction: column;
    }
    .foot-cal-wrap .btn-block{
        width: 100%;
    }
    .foot-cal-wrap .btn-block .listbox{
        width: calc((100% - 10px * 4) / 5);
    }
}
@media (max-width:900px){
    .footer .inner{
        max-width: 640px;
        margin-right: auto;
        margin-left: auto;
    }
    .footer .block{
        flex: auto;
        width: 50%;
    }
    .foot-cal-wrap .btn-block .listbox{
        width: calc((100% - 10px * 3) / 4);
    }
}
@media (max-width:640px){
    .foot-cal-wrap .btn-block .listbox{
        width: calc((100% - 10px * 2) / 3);
    }
}
@media (max-width:560px){
    .foot-cal-wrap .side_cal{
        flex-direction: column;
    }
}
@media (max-width:480px){
    .footer .block{
        width: 100%;
    }
    .foot-cal-wrap .btn-block .listbox{
        width: calc((100% - 10px) / 2);
    }
}


.foot-banner-wrap{
    padding: 40px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 2em;
}
.foot-banner-wrap .img{
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    max-width: 640px;
}


.footnav{
    background: #156cd4;
    padding: 30px 0;
}
.footnav .inner{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 2em;
}

.footnav .pagenav{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-size: 85%;
    line-height: 1.2;
}
.footnav .pagenav .link{
    padding: 12px 15px;
    color: #fff;
    display: block;
    transition: background .3s, border .3s;
}
.footnav .pagenav .link.style1{
    border: 1px solid #7ca2f2;
}
.footnav .pagenav .link:hover{
    text-decoration: none;
    background: #6991e5;
}
.footnav .pagenav .link.style1:hover{
    border-color: #d3e1ff;
}

.footnav .snswrap{
    display: flex;
    justify-content: center;
    background: #30408c;
    border-radius: 100vw;
    padding: 14px 20px;
    gap: 4px;
}
.footnav .snswrap .box{
    display: flex;
    align-items: center;
}
.footnav .snswrap a{
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 30px;
    width: 30px;
    padding: 5px;
    border-radius: 5px;
    transition: background .3s;
}
.footnav .snswrap img{
    object-fit: contain;
    width: 100%;
    height: 100%;
}
.footnav .snswrap a:hover{
    text-decoration: none;
    background: #3d4cf4;
}
@media (max-width:770px){
    .footnav .inner{
        flex-direction: column;
        align-items: center;
    }
    .footnav .snswrap{
        width: 100%;
        max-width: 220px;
    }
}
@media (max-width:640px){
    .footnav .pagenav{flex-direction: column;}
}


.foot-copyright a{
    color: #0b2a6a;
}
.foot-copyright{
    color: #0b2a6a;
    font-size: 80%;
    line-height: 1.2;
    text-align: center;
    padding: 30px 20px;
}
@media (max-width:770px){
    .foot-copyright{font-size: 65%;}
}



.menubtn-block{
    position: fixed;
    left: -100vw;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
    padding-top: 100px;
    opacity: 0;
    transition: opacity .4s;
}
.menubtn-block.menuopend{
    left: 0;
    opacity: 1;
}

.menubtn-inner{
    overflow-y: auto;
    height: 100%;
    padding: 30px 10px;
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(241, 241, 241, .98);
    z-index: 4;
    pointer-events: none;
    opacity: 0;
    transition: opacity .4s;
}

body.overlay-visible .overlay {
    opacity: 1;
}
body.overlay-visible{
    overflow: hidden;
}


.menu-section + .menu-section{
    margin-top:4em;
}
.menubtn-block .menu-title,
.search-title{
    position: relative;
    color: #002372;
    font-weight: bold;
    padding-left:1em;
    font-size: min(5.2vw, 160%);
    line-height: 1.4;
    margin-bottom: 1em;
    padding-top: .7em;
    border-top: 1px solid #a8aecc;
}
.menubtn-block .menu-title::before,
.search-title::before{
    content: "";
    display: block;
    width: .5em;
    height: .5em;
    position: absolute;
    border-radius: 100vw;
    left: 0;
    top: 1.1em;
    background:linear-gradient(to bottom,
        #2f62d2 0%,
        #1546b3 100%);
}
.menubtn-block .menu-category{
    display: flex;
    flex-wrap: wrap;
    gap: 0 4em;
}
.menubtn-block .menu-category .block:nth-child(1),
.menubtn-block .menu-category .block:nth-child(2),
.menubtn-block .menu-category .block:nth-child(3){
    border-top: 1px solid #b9b9b9;
}
.menubtn-block .menu-category .block{
    width: calc((100% - 4em * 2) / 3);
    border-bottom: 1px solid #b9b9b9;
}
.menubtn-block .menu-category .link{
    display: flex;
    align-items: center;
    gap: 1em;
    font-weight: bold;
    height: 100%;
    padding: 10px 40px 10px 10px;
    position: relative;
    transition: background .3s, color .3s;
}
.menubtn-block .menu-category .link:hover{
    background: #fafbfd;
    color: #3c57d3;
    text-decoration: none;
}
.menubtn-block .menu-category .img{
    object-fit: cover;
    width: 54px;
    height: 54px;
}
.menubtn-block .menu-category .text{
    font-size: 90%;
    flex: 1;
}
.menubtn-block .menu-category .link::after{
    font-family: 'Material Symbols Outlined';
    content: "\e315";
    position: absolute;
    display: flex;
    align-items: center;
    right: 10px;
    top: 0;
    height: 100%;
    color: #000;
}
@media (max-width:1040px){
    .gnav-menu-list{padding: 30px;}
    .menubtn-block .menu-category{column-gap: 2em;}
    .menubtn-block .menu-category .block{width: calc((100% - 2em * 2) / 3);}
}
@media (max-width:990px){
    .header-out .menubtn-block{
        padding-top: 0;
        padding-bottom: 90px;
    }
}
@media (max-width:960px){
    .menubtn-block .menu-category .block{width: calc((100% - 2em) / 2);}
    .menubtn-block .menu-category .block:nth-child(3){border-top: none;}
}
@media (max-width:660px){
    .menubtn-block .menu-category .block{width: 100%;}
    .menubtn-block .menu-category .block:nth-child(2){border-top: none;}
}


.search-block{
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
}
.search-block .inner{
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    max-width: 600px;
}
.search-block select{
    height: auto;
    padding: 15px;
}
.search-block .search-form{
    display: flex;
    margin-top: 30px;
    gap: 10px;
}
.search-block .search-form :is(input, .box){
    height: 55px;
}
.search-block .search-form input{
    flex: 1;
    border: 1px solid #ccc;
    height: 100%;
    padding: 15px;
}
.search-block .search-form .btn{
    font-size: 100%;
    padding-right: 16px;
}
.search-block .search-form .btn i{
    margin-right: 8px;
}


.gnavblock-section + .gnavblock-section{
    margin-top: 2.5em;
}
.navgroup-wrap{
    border: 1px solid #b9b9b9;
    padding: 40px 20px;
    background: #f5f5f5;
}
.gnavblock .navlist{
    display: flex;
    flex-wrap: wrap;
    font-size: 105%;
    line-height: 1.2;
    gap: 0 2.5em;
}
.gnavblock .navlist .block:nth-child(1),
.gnavblock .navlist .block:nth-child(2),
.gnavblock .navlist .block:nth-child(3){
    border-top: 1px solid #b9b9b9;
}
.gnavblock .navlist .block{
    width: calc((100% - 2.5em * 2) / 3);
    border-bottom: 1px solid #b9b9b9;
}
.gnavblock .navlist .link{
    display: block;
    text-decoration: none;
    font-weight: bold;
    padding: 25px 10px;
    transition: background .3s;
}
.gnavblock .navlist .link:hover{
    background: #fafbfd;
    color: #3c57d3;
    text-decoration: none;
}
@media (max-width:960px){
    .gnavblock .navlist{gap: 0 1.5em;}
    .gnavblock .navlist .block{width: calc((100% - 1.5em) / 2);}
    .gnavblock .navlist .block:nth-child(3){border-top: none;}
}
@media (max-width:660px){
    .gnavblock .navlist .block{width: 100%;}
    .gnavblock .navlist .block:nth-child(2){border-top: none;}
}

.snswrap-block{
    display: flex;
    justify-content: center;
}
.gnavblock .snswrap{
    display: flex;
    gap: 5px;
    justify-content: center;
    background: #30408c;
    border-radius: 100vw;
    padding: 10px 30px;
}
.gnavblock .snswrap a{
    width: 50px;
    display: block;
    padding: 12px;
    border-radius: 7px;
    transition: background .3s;
}
.gnavblock .snswrap a:hover{
    background: #3d4cf4;
}
.gnavblock .snswrap img{
    object-fit: contain;
    width: 100%;
    height: 100%;
    aspect-ratio: 1/1;
}
@media (max-width:400px){
    .gnavblock .snswrap{
        padding: 10px 20px;
    }
    .gnavblock .snswrap a{
        width: 45px;
    }
}


.gnavblock .corpolatesite{
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: .7em;
    border: 1px solid #a8b1cd;
    background: #dfe4f1;
    border-radius: 10px;
    text-align: center;
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    max-width: 550px;
    font-weight: bold;
    padding: 25px 15px;
    transition: background .3s;
}
.gnavblock .corpolatesite:hover{
    text-decoration: none;
    background: #fff;
}
.gnavblock .otherlink{
    text-align: center;
    font-size: 80%;
    text-decoration: underline;
}


.gnav-menu-list{
    background: #e6ebf8;
    padding: 40px;
    border-radius: 15px;
}
.gnav-menu-list .menubtn-block .menu-title{
    font-size: min(5vw, 140%);
}
@media (max-width:500px){
    .gnav-menu-list{padding: 20px;}
}





.sort-btn-wrap{
    background: #dfe4f1;
    padding: 25px;
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-bottom: 40px;
}
.sort-btn-wrap .sort-btn{
    background: #fff;
    border-radius: 100vw;
    font-weight: bold;
    text-align: center;
    display: block;
    width: 11em;
    line-height: 1.1;
    padding: 14px 5px;
    transition: background .3s;
}
.sort-btn-wrap .sort-btn:hover{
    background: #b7cbff;
    color: #1e39bb;
    text-decoration: none;
}
.sort-btn-wrap .sort-btn.txt{
    color: #fff;
    background: #7180bb;
    pointer-events: none;
}
@media (max-width:640px){
    .sort-btn-wrap{
        padding: 15px;
        gap:5px;
        font-size: 90%;
    }
}
@media (max-width:440px){
    .sort-btn-wrap{
        padding: 10px;
        font-size: 80%;
    }
}




.pager-btn-wrap{
    margin-top: 60px;
}
.pager-btn-list{
    display: flex;
    justify-content: center;
    gap: 30px;
    margin-bottom: 20px;
}
.pager-btn-list .pager-btn{
    width: 7em;
    text-align: center;
    border: 1px solid #30408c;
    background: #30408c;
    color: #fff;
    border-radius: 5px;
    padding: 10px 15px;
    line-height: 1.2;
    display: inline-block;
    font-weight: bold;
}
.pager-btn-list .pager-btn:hover{
    background: #3a51bb;
    text-decoration: none;
}
.pager-btn-list .pager-btn.disabled{
    pointer-events: none;
    background: #b7bdcc;
    border-color: #b7bdcc;
    color: #2e3445;
}

.pager-item-all{
    text-align: center;
}



.itemlist-wrap{
    display: flex;
    flex-wrap: wrap;
    gap: var(--rowgap) var(--colgap);
    --rowgap:40px;
    --colgap:30px;
}
.itemlist-wrap .box{
    width: calc((100% - var(--colgap) * 3) / 4);
}
@media (max-width:800px){
    .itemlist-wrap .box{
        width: calc((100% - var(--colgap)) / 2);
    }
}
@media (max-width:540px){
    .itemlist-wrap{
        --rowgap:25px;
        --colgap:15px;
    }
}
.itemlist-wrap .link{
    display: block;
}
.itemlist-wrap .link:hover{
    text-decoration: none;
}
.itemlist-wrap .item-img{
    margin-bottom: 10px;
    overflow: hidden;
    aspect-ratio: 1/1;
}
.itemlist-wrap .item-img .img{
    object-fit: contain;
    transition: transform .3s;
}
.itemlist-wrap .link:hover .item-img .img{
    transform: scale(1.06);
}
.itemlist-wrap .item-img .noimg{
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    background: #e9e9e9;
    color: #9d9d9d;
    transition: background .3s;
}
.itemlist-wrap .link:hover .item-img .noimg{
    background: #dddddd;
}
.itemlist-wrap .item-img :is(.img, .noimg){
    width: 100%;
    height: 100%;
    aspect-ratio: 1/1;
}
.itemlist-wrap .name{
    font-weight: bold;
    line-height: 1.4;
    margin-bottom: 10px;
    font-size: 93%;
}
.itemlist-wrap .comment{
    margin-bottom: 10px;
    font-size: 85%;
    border-top: 1px solid #9499b5;
    border-bottom: 1px solid #9499b5;
    padding-top: 1em;
    padding-bottom: 1em;
    color: #333;
}
.itemlist-wrap .pricebox{
    font-size: 90%;
    margin-top: 10px;
    color: #333;
}
.itemlist-wrap .price{
    font-weight: bold;
    color: #e10000;
}
.itemlist-wrap .soldout{
    font-weight: bold;
    text-align: center;
}
.itemlist-wrap .soldout{
    text-align: center;
    border-radius: 100vw;
    border: 1px solid #ccc;
    padding: 7px;
}


.itemlist-wrap.together-list{
    padding: 45px;
    background: #eee;
    margin-top: -15px;
}
.itemlist-wrap.together-list .box{
    width: calc((100% - var(--colgap) * 2) / 3);
}
.itemlist-wrap.together-list .link{
    background: #fff;
    padding: 30px 30px 90px;
    height: 100%;
    position: relative;
}
.itemlist-wrap.together-list .more{
    border: 2px solid #8790bb;
    font-weight: bold;
    font-size: 80%;
    position: absolute;
    bottom: 35px;
    left: 50%;
    transform: translate(-50%, 0);
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 240px;
    transition: border .3s, color .3s, background .3s;
}
.itemlist-wrap.together-list .link:hover .more{
    border-color: #1f39b3;
    color: #1f39b3;
    background: #f1f3ff;
}
@media (max-width:1100px){
    .itemlist-wrap.together-list{
        padding: 30px;
    }
    .itemlist-wrap.together-list .link{
        padding: 20px 20px 90px;
    }
}
@media (max-width:960px){
    .itemlist-wrap.together-list{
        flex-direction: column;
    }
    .itemlist-wrap.together-list .box{
        width: 100%;
        max-width: 560px;
        margin: 0 auto;
    }
    .itemlist-wrap.together-list .item-img{
        width: 100%;
        max-width: 400px;
        margin-right: auto;
        margin-left: auto;
    }
}
@media (max-width:480px){
    .itemlist-wrap.together-list{
        padding: 20px;
    }
}


.top-itemlist{
    display: flex;
    flex-wrap: wrap;
    gap: 3em 16px;
}
.top-itemlist .block{
    width: calc((100% - 16px * 4) / 5);
    display: block;
    position: relative;
}
.top-itemlist .img{
    object-fit: contain;
    width: 100%;
    height: 100%;
    aspect-ratio: 1/1;
    transition: opacity .3s;
}
.top-itemlist .name{
    font-weight: bold;
    font-size: 95%;
    line-height: 1.4;
    margin-top: 10px;
}
.top-itemlist .comment{
    margin-top: 10px;
}
.top-itemlist .pricebox{
    font-size: 80%;
    margin-top: 15px;
    color: #333;
}
.top-itemlist .inner:hover{
    text-decoration: none;
}
.top-itemlist .price{
    font-weight: bold;
}
.top-itemlist .inner:hover .img{
    opacity: .75;
}
.top-itemlist .soldout{
    text-align: center;
    border-radius: 100vw;
    border: 1px solid #ccc;
    padding: 7px;
}


.rankinglist .block::before{
    content: "";
    display: block;
    width: 57px;
    height: 82px;
    background-position: left bottom;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    left: -10px;
    top: -30px;
    z-index: 2;
}
.rankinglist .block:nth-child(1)::before{background-image: url(https://img17.shop-pro.jp/PA01272/042/etc_base64/cmFuay1pY29uMQ.png?cmsp_timestamp=20250728095618);}
.rankinglist .block:nth-child(2)::before{background-image: url(https://img17.shop-pro.jp/PA01272/042/etc_base64/cmFuay1pY29uMg.png?cmsp_timestamp=20250728095618);}
.rankinglist .block:nth-child(3)::before{background-image: url(https://img17.shop-pro.jp/PA01272/042/etc_base64/cmFuay1pY29uMw.png?cmsp_timestamp=20250728095618);}
.rankinglist .block:nth-child(4)::before{background-image: url(https://img17.shop-pro.jp/PA01272/042/etc_base64/cmFuay1pY29uNA.png?cmsp_timestamp=20250728095618);}
.rankinglist .block:nth-child(5)::before{background-image: url(https://img17.shop-pro.jp/PA01272/042/etc_base64/cmFuay1pY29uNQ.png?cmsp_timestamp=20250728095618);}
@media (min-width:541px){
    .rankinglist.top-itemlist.category-page{column-gap: 30px;}
    .rankinglist.top-itemlist.category-page .block,
    .rankinglist.top-itemlist.category-page .block:nth-child(1),
    .rankinglist.top-itemlist.category-page .block:nth-child(2){width: calc((100% - 30px * 2) / 3);}
}
@media (max-width:1040px) and (min-width:541px){
    .top-itemlist .block{width: calc((100% - 16px) / 2);}

    .rankinglist.top-itemlist .block{width: calc((100% - 16px * 2) / 3);}
    .rankinglist.top-itemlist .block:nth-child(1),
    .rankinglist.top-itemlist .block:nth-child(2){width: calc((100% - 16px) / 2);}
}
@media (max-width:800px){
    .rankinglist.top-itemlist.category-page .block,
    .rankinglist.top-itemlist.category-page .block:nth-child(1),
    .rankinglist.top-itemlist.category-page .block:nth-child(2){width: 100%;}
}
@media (max-width:540px){
    .top-itemlist .block{width: 100%;}
}



/*  */
.souryou-muryou{
    color: #f00;
    font-size: 105%;
}



.souryou-table{
    border-top: 1px solid #adadad;
    border-left: 1px solid #adadad;
    width: 100%;
}
.souryou-table :is(th, td){
    border-right: 1px solid #adadad;
    border-bottom: 1px solid #adadad;
    padding: 25px 20px;
}
.souryou-table th{
    font-weight: bold;
    text-align: center;
    background: #edeef4;
    width: 10em;
}
.souryou-table td:nth-last-child(2){
    text-align: center;
    width: 8em;
}
@media (max-width:740px){
    .souryou-table,
    .souryou-table :is(tbody, th, td){
        display: block;
    }
    .souryou-table{border: none;}
    .souryou-table tr:first-child{
        display: none;
    }
    .souryou-table tr{
        display: flex;
        flex-wrap: wrap;
        border: 1px solid #adadad;
        padding: 10px 20px;
    }
    .souryou-table tr + tr{
        margin-top: 1em;
    }
    .souryou-table :is(th, td){
        padding: 15px 10px;
    }
    .souryou-table th{
        order: 2;
        flex: 1;
        background: none;
        border-right: none;
        text-align: left;
    }
    .souryou-table td:nth-child(2){
        order: 1;
        border-right: none;
        font-weight: bold;
        text-align: left;
        width: auto;
    }
    .souryou-table td:nth-child(3){
        order: 3;
        width: 100%;
        border: none;
    }
}




.faqlistwrap{
    counter-reset: number 0;
}
.faqbox{
    margin-top: 2em;
}
.faqbox + .faqbox{
    margin-top: 2.5em;
}
.faqbox .title{
    font-weight: 700;
    display: flex;
    align-items: flex-start;
    gap: .5em .6em;
    font-size: min(4vw, 150%);
    line-height: 1.4;
    margin-bottom: .8em;
}
.faqbox .title::before{
    counter-increment: number 1;
    content: "Q"counter(number);
    border:2px solid #003572;
    border-radius: 100vw;
    width: 4em;
    padding: .5em 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 65%;
    line-height: 1;
    font-weight: 800;
    color: #003572;
}
.faqbox .title .inner{
    flex: 1;
}
.faqbox .comment{
    padding-right: .6em;
    padding-left: .6em;
}

@media (max-width:880px){
    .faqbox .title{
        flex-direction: column;
        font-size: min(6vw, 150%);
    }
    .faqbox .title::before{
        width: 7em;
    }
}


/*  */

.item-dtl-block1{
    display: flex;
    background: #fcf4d6;
}
.item-dtl-block1.rev{
    flex-direction: row-reverse;
}
.item-dtl-block1 .imagebox{
    width: 50%;
}
.item-dtl-block1 .textbox{
    flex: 1;
    padding: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.item-dtl-block1 .name{
    font-size: min(2.6vw, 170%);
    line-height: 1.4;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-weight: bold;
    color: #000;
    row-gap: 10px;
}
.item-dtl-block1 .name .txt2{
    display: inline-block;
    background: linear-gradient(to bottom, transparent 70%, #e9d057 70%, #e9d057 90%, transparent 90%);
    font-size: 180%;
}
.item-dtl-block1 .name + .comment{
    margin-top: 30px;
}
.item-dtl-block1 .comment-txt1{
    font-weight: bold;
    border-top: 1px solid #928547;
    border-bottom: 1px solid #928547;
    padding: 20px 5px;
    text-align-last: center;
    text-align: center;
    font-size: 110%;
    word-break: keep-all;
    overflow-wrap: anywhere;
}
.freeblock .heading.style3{
    margin-bottom: .9em;
}

@media (max-width:990px){
    .item-dtl-block1,
    .item-dtl-block1.rev{
        flex-direction: column;
    }
    .item-dtl-block1 .imagebox{
        width: 100%;
        max-width: 740px;
        padding: 40px 40px 0;
        text-align: center;
        margin-right: auto;
        margin-left: auto;
    }
    .item-dtl-block1 .name{
        font-size: min(4.5vw, 150%);
    }
}
@media (max-width:700px){
    .item-dtl-block1 .imagebox{
        padding: 20px 20px 0;
    }
    .item-dtl-block1 .textbox{
        padding: 30px 20px 20px;
    }
}


.item-dtl-block2{
    display: flex;
    gap: 2em;
}
.item-dtl-block2.rev{
    flex-direction: row-reverse;
}
.item-dtl-block2 .imagebox{
    width: 36%;
    text-align: center;
}
.item-dtl-block2 .imagebox.w-size1{width: 46%;}
.item-dtl-block2 .textbox{
    flex: 1;
}
@media (max-width:990px){
    .item-dtl-block2,
    .item-dtl-block2.rev{
        flex-direction: column;
    }
    .item-dtl-block2 .imagebox,
    .item-dtl-block2 .imagebox.w-size1{
        width: 100%;
        max-width: 740px;
        margin-right: auto;
        margin-left: auto;
    }
}


.item-dtl-block3{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 3em 1em;
}
.item-dtl-block3 .block {
    width: calc((100% - 1em * 2) / 3);
}
.item-dtl-block3 .text {
    margin-top: 10px;
    text-align: center;
    font-size: 115%;
}
@media (max-width:820px){
    .item-dtl-block3{
        flex-direction: column;
        align-items: center;
    }
    .item-dtl-block3 .block{
        width: 100%;
        max-width: 440px;
    }
}



.newcartfreeblock{
    display: block !important;
}



.kani-flow {
    counter-reset: number 0;
    display: flex;
    flex-wrap: wrap;
    gap: 3em 2em;
}
.kani-flow .block {
    position: relative;
    width: calc((100% - 2em * 3) / 4);
    position: relative;
}
.kani-flow .block::before {
    counter-increment: number 1;
    content: counter(number);
    position: absolute;
    width: 1.8em;
    height: 1.8em;
    line-height: 1;
    font-size: 120%;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100vw;
    background: #004478;
    color: #fff;
}
.kani-flow .image{
    margin-bottom: 10px;
    text-align: center;
}
@media (max-width:800px){
    .kani-flow .block {
        width: calc((100% - 2em) / 2);
    }
}


.kani-image{
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}
.kani-image .block{
    width: calc((100% - 5px * 3) / 4);
}
@media (max-width:820px){
    .kani-image .block{
        width: calc((100% - 5px) / 2);
    }
}






/*  */
.dtl-content .title1{
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    row-gap: 20px;
    font-size: min(6.4vw, 180%);
    line-height: 1.4;
    margin-bottom: 1em;
}
.dtl-content .title1::before,
.dtl-content .title1::after{
    content: "";
    display: block;
    width: 40px;
    height: 40px;
    transform: rotate(45deg);
}
.dtl-content .title1::before{
    background: #2371c3;
}
.dtl-content .title1::after{
    background: #fff;
    position: absolute;
    top: 0;
    clip-path: polygon(
  calc(50% - 2px) 0,
  calc(50% + 2px) 0,
  calc(50% + 2px) calc(50% - 2px),
  100% calc(50% - 2px),
  100% calc(50% + 2px),
  calc(50% + 2px) calc(50% + 2px),
  calc(50% + 2px) 100%,
  calc(50% - 2px) 100%,
  calc(50% - 2px) calc(50% + 2px),
  0 calc(50% + 2px),
  0 calc(50% - 2px),
  calc(50% - 2px) calc(50% - 2px)
);
}

.dtl-content .title2{
    font-size: min(6.4vw, 180%);
    line-height: 1.4;
    margin-bottom: .5em;
    text-align: center;
}

.dtl-content .title3{
    font-size: min(5.8vw, 140%);
    line-height: 1.4;
    margin-bottom: 1em;
    text-align: center;
}

.dtl-content .title4{
    font-size: min(5.8vw, 140%);
    line-height: 1.4;
    border-bottom: 1px solid #2371c3;
    margin-bottom: 1em;
    padding-bottom: .8em;
}



.dtl-content .block-type1{
    display: flex;
    align-items: center;
}
.dtl-content .block-type1.rev{
    flex-direction: row-reverse;
}
.dtl-content .block-type1 .imagebox{
    width: 100%;
    max-width: 50%;
}
.dtl-content .block-type1 .textbox{
    flex: 1;
    margin-left: -3em;
    background: #fff;
    padding: 40px;
    z-index: 2;
    box-shadow: 0px 4px 6px -1px rgba(0,0,0,.4);
}
.dtl-content .block-type1.rev .textbox{
    margin-left: 0;
    margin-right: -3em;
}
@media (max-width:1000px){
    .dtl-content .block-type1,
    .dtl-content .block-type1.rev{
        flex-direction: column;
    }
    .dtl-content .block-type1 .imagebox{
        max-width: 600px;
        margin-right: auto;
        margin-left: auto;
    }
    .dtl-content .block-type1 .textbox,
    .dtl-content .block-type1.rev .textbox{
        width: 100%;
        max-width: 800px;
        margin-right: auto;
        margin-left: auto;
    }
    .dtl-content .block-type1 .textbox{
        padding: 30px;
    }
}


.dtl-content .block-type2{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 3em 1em;
}
.dtl-content .block-type2 .block{
    width: calc((100% - 1em * 2) / 3);
}
.dtl-content .block-type2 .image{
    text-align: center;
}
.dtl-content .block-type2 .text{
    margin-top: 10px;
    text-align: center;
    font-size: 115%;
}
@media (max-width:820px){
    .dtl-content .block-type2{
        flex-direction: column;
        align-items: center;
    }
    .dtl-content .block-type2 .block{
        width: 100%;
        max-width: 440px;
    }
}


.dtl-content .block-type3{
    border: 1px solid #ccc;
    padding: 50px 30px;
}
.dtl-content .block-type3 .title{
    font-size: min(5.8vw, 150%);
    line-height: 1.4;
    text-align: center;
}


.dtl-content .block-type4{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 3em 1em;
}
.dtl-content .block-type4 .block{
    width: calc((100% - 1em * 2) / 3);
}
.dtl-content .block-type4 .txt1{
    background: #dbe1ff;
    padding: 10px;
    text-align: center;
    font-weight: bold;
}
.dtl-content .block-type4 .img1,
.dtl-content .block-type4 .txt2{
    margin-top: 15px;
}
.dtl-content .block-type4 .img1{
    text-align: center;
}
@media (max-width:820px){
    .dtl-content .block-type4{
        flex-direction: column;
        align-items: center;
    }
    .dtl-content .block-type4 .block{
        width: 100%;
        max-width: 440px;
    }
}


.dtl-content .block-type5{
    display: flex;
    gap: 3em;
}
.dtl-content .block-type5 .imagebox{
    width: 100%;
    max-width: 430px;
    text-align: center;
}
.dtl-content .block-type5 .textbox{
    flex: 1;
}
@media (max-width:990px){
    .dtl-content .block-type5{
        flex-direction: column;
    }
    .dtl-content .block-type5 .imagebox{
        max-width: 540px;
        margin-right:auto;
        margin-left: auto;
    }
}


.dtl-content .sakagura-image{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
}
.dtl-content .sakagura-image .block{
    width: calc((100% - 20px * 2) / 3);
    text-align: center;
}
@media (max-width:1040px){
    .dtl-content .sakagura-image{
        flex-direction: column;
    }
    .dtl-content .sakagura-image .block{
        margin-right: auto;
        margin-left: auto;
        width: 100%;
        max-width: 700px;
    }
}


.dtl-content .table1{
    border-top: 1px solid #adadad;
    width: 100%;
}
.dtl-content .table1 :is(th, td){
    border-bottom: 1px solid #adadad;
    padding: 25px 20px;
}
.dtl-content .table1 th{
    width: 11em;
    font-weight: bold;
}
@media (max-width:740px){
    .dtl-content .table1,
    .dtl-content .table1 :is(tbody, tr, th, td){
        display: block;
    }
    .dtl-content .table1 tr{
        padding: 20px 0;
        border-bottom: 1px solid #adadad;
    }
    .dtl-content .table1 th{width: 100%;}
    .dtl-content .table1 :is(th, td){
        border: none;
        padding: 5px 15px;
    }
}