/*--------------------------------------------------------------------
General settings
--------------------------------------------------------------------*/

* {
  margin: 0;
  padding: 0;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  list-style: none;
}

html {
  height: 100%;
  width: 100%;
  min-width:370px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  color: var(--color-black);
  font-size: 14px;
  font-family: 'Noto Sans JP', sans-serif, -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  height: 100%;
  width: 100%;
  letter-spacing: 0.5px;
  -webkit-text-size-adjust: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

/* Common
--------------------------------------------------------------------*/

@font-face {
	font-family: "JaguarModernWeb";
	font-weight: 400;
	src: url("../fonts/JaguarModernWeb-Regular.woff2") format("woff2"),
		 url("../fonts/JaguarModernWeb-Regular.woff") format("woff");
}
@font-face {
	font-family: "JaguarModernWeb";
	font-weight: 700;
	src: url("../fonts/JaguarModernWeb-Bold.woff2") format("woff2"),
		 url("../fonts/JaguarModernWeb-Bold.woff") format("woff");
}

/* For modern browsers */
.cf:before,
.cf:after {
  content: "";
  display: table;
}

.cf:after {
  clear: both;
}

/* For IE 6/7 (trigger hasLayout) */
.cf {
  zoom: 1;
  overflow: hidden;
}

/* Item set */
img {
  width: 100%;
  height: auto;
  display: block;
}

.iframe-content {
  position: relative;
  width: 100%;
}

.iframe-content iframe {
  width: 100%;
  height: 100%;
}

.ytmm {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.ytmm iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.b_r_10 {overflow: hidden; border-radius: 10px;}

.mr_ml_auto {margin-right: auto; margin-left:auto;}

/*--------------------------------------------------------------------
Icons
--------------------------------------------------------------------*/
.ic-jg_c {background-image: url(../img/header/logo-jg_c.svg);}
.ic-lr_c {background-image: url(../img/header/logo-lr_c.svg);}

.ic-jg_b {background-image: url(../img/header/logo-jg_b.svg);}
.ic-lr_b {background-image: url(../img/header/logo-lr_b.svg);}

.ic-jg_w {background-image: url(../img/header/logo-jg_w.svg);}
.ic-lr_w {background-image: url(../img/header/logo-lr_w.svg);}

.ic-tel_b {background-image: url(../img/header/ic-tel_b.svg);}
.ic-mail_b {background-image: url(../img/header/ic-mail_b.svg);}

.ic-tel_w {background-image: url(../img/header/ic-tel_w.svg);}
.ic-mail_w {background-image: url(../img/header/ic-mail_w.svg);}

.ic-fb_b {background-image: url(../img/header/ic-fb_b.svg);}
.ic-x_b {background-image: url(../img/header/ic-x_b.svg);}
.ic-yt_b {background-image: url(../img/header/ic-yt_b.svg);}
.ic-ins_b {background-image: url(../img/header/ic-ins_b.svg);}
.ic-tk_b {background-image: url(../img/header/ic-tk_b.svg);}

.ic-fb_w {background-image: url(../img/header/ic-fb_w.svg);}
.ic-x_w {background-image: url(../img/header/ic-x_w.svg);}
.ic-yt_w {background-image: url(../img/header/ic-yt_w.svg);}
.ic-ins_w {background-image: url(../img/header/ic-ins_w.svg);}
.ic-tk_w {background-image: url(../img/header/ic-tk_w.svg);}



.ic-line_b {background-image: url(../img/header/ic-line_b.svg);}
.ic-line_w {background-image: url(../img/header/ic-line_w.svg);}



/*--------------------------------------------------------------------
Color settings
--------------------------------------------------------------------*/
:root {
  --color-1st: #df3c1b;
  --color-white: #fff;
  --color-black: #151515;
  --color-fa: #fafafa;
  --color-f8: #f8f8f8;
  --color-f5: #f5f5f5;
  --color-f3: #f3f3f3;
  --color-f0: #f0f0f0;
  --color-ccc: #ccc;
  --color-999: #999;
  --color-666: #666;
  --color-333: #333;
  --color-jg: #3e3e3e;
  --color-lr: #151515;
  --font-en:"JaguarModernWeb", sans-serif;
}

body { background-color: var(--color-jg); }

#wrapper {
  width:100%;
  height: auto;
  display: block;
  background-color: var(--color-white);
}

main {
  width:100%;
  max-width:1920px;
  height: auto;
  display: block;
  margin:0 auto;
}

a {
  color: var(--color-black);
  text-decoration: underline;
}

a:hover {
  color: var(--color-1st);
  text-decoration: none;
}

.textbn_ar a {
  color: var(--color-white);
  background-color: var(--color-black);
  background-image: url(../img/header/ic-ar_h_w.svg);
}
.textbn_ar a:hover {
  background-color: var(--color-1st);
}

.textbn_ar_b a {
  color: var(--color-white);
  background-color: var(--color-black);
  background-image: url(../img/header/ic-ar_h_b_w.svg);
}
.textbn_ar_b a:hover {
  background-color: var(--color-1st);
}

.bor-b_ccc {border-bottom: 1px solid var(--color-ccct);}
.bor-b_666 {border-bottom: 1px solid var(--color-666);}
.bor-b_999 {border-bottom: 1px solid var(--color-999);}

.bg_fa {background-color: var(--color-fa);}
.bg_f8 {background-color: var(--color-f8);}
.bg_f5 {background-color: var(--color-f5);}
.bg_f3 {background-color: var(--color-f3);}
.bg_f0 {background-color: var(--color-f0);}
.bg_black {background-color: var(--color-black);}

.fc_fff {color:var(--color-white);}

.fs_small {font-size:60%!important;}

/* Style for PCs */
@media screen and (min-width: 1025px) {

  /* Contents styles
  --------------------------------------------------------------------*/
  .mmcc {
    width: 100%;
    max-width:1600px;
    height: auto;
    display: block;
    padding: 80px 8%;
    margin:0 auto;
  }

  /* flexbox styles
  --------------------------------------------------------------------*/
  .flbox {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .jc_c {justify-content: center!important;}

  .jc_fs {justify-content: flex-start!important;}

  .fw_w {flex-wrap: wrap;}

  .ai_center { align-items: center; }
  .ai_flstart { align-items:flex-start; }
  .ai_flend { align-items:flex-end; }

  .flc80 { width: 80%; }
  .flc70 { width: 70%; }
  .flc60 { width: 60%; }
  .flc55 { width: 55%; }
  .flc50 { width: 50%; }
  .flc48 { width: 48%; }
  .flc45 { width: 45%; }
  .flc40 { width: 40%; }
  .flc35 { width: 35%; }
  .flc33 { width: 33.3333333333%; }
  .flc30 { width: 30%; }
  .flc25 { width: 25%; }
  .flc20 { width: 20%; }

  .flline2 { width:50%; }
  .flline2n { width:50%; }
  .flline3 { width:33.3333333333%; }
  .flline4 { width:25%; }
  .flline5 { width:20%; }

  .ord1 { order: 1; }
  .ord2 { order: 2; }
  .ord3 { order: 3; }
  .ord4 { order: 4; }

  .ml_auto { margin-left:auto; }
  .mr_auto { margin-right: auto; }

    /* Border style
  --------------------------------------------------------------------*/
  .bor_r_1-ccc { border-right: 1px solid var(--color-ccc);}

  /* Padding all styles
  --------------------------------------------------------------------*/
  .p05 { padding: 0.5%;}
  .p1 { padding: 1%;}
  .p2 { padding: 2%; }
  .p3 { padding: 3%; }
  .p5 { padding: 5%; }

  /* Padding side styles
    --------------------------------------------------------------------*/
  .ps05 { padding: 0 0.5%; }
  .ps1 { padding: 0 1%; }
  .ps2 { padding: 0 2%; }
  .ps3 { padding: 0 3%; }
  .ps5 { padding: 0 5%; }


  /* Margin  bottom styles
  --------------------------------------------------------------------*/
  .mb0 { margin-bottom: 0px !important; }
  .mb5 { margin-bottom: 5px !important; }
  .mb10 { margin-bottom: 10px !important; }
  .mb15 { margin-bottom: 15px !important; }
  .mb20 { margin-bottom: 20px !important; }
  .mb25 { margin-bottom: 25px !important; }
  .mb30 { margin-bottom: 30px !important; }
  .mb35 { margin-bottom: 35px !important; }
  .mb40 { margin-bottom: 40px !important; }
  .mb45 { margin-bottom: 45px !important; }
  .mb50 { margin-bottom: 50px !important; }
  .mb55 { margin-bottom: 55px !important; }
  .mb60 { margin-bottom: 60px !important; }
  .mb70 { margin-bottom: 70px !important; }
  .mb80 { margin-bottom: 80px !important; }
  .mb90 { margin-bottom: 90px !important; }
  .mb100 { margin-bottom: 100px !important; }


  /* Center box
  --------------------------------------------------------------------*/
  .wd20 {
    width: 20%;
    height: auto;
    display: block;
  }

  .wd30 {
    width: 30%;
    height: auto;
    display: block;
  }

  .wd40 {
    width: 40%;
    height: auto;
    display: block;
  }

  .wd50 {
    width: 50%;
    height: auto;
    display: block;
  }

  .wd60 {
    width: 60%;
    height: auto;
    display: block;
  }

  .wd70 {
    width: 70%;
    height: auto;
    display: block;
  }

  .wd80 {
    width: 80%;
    height: auto;
    display: block;
  }

  .wd90 {
    width: 90%;
    height: auto;
    display: block;
  }

  .wd100 {
    width: 100%;
    height: auto;
    display: block;
  }

  /* Font align
  --------------------------------------------------------------------*/
  .tac {
    text-align: center;
  }
  .tac_n {
    text-align: center!important;
  }

  .tar {
    text-align: right;
  }


  /* Font style
  --------------------------------------------------------------------*/
  .sectitle01 {
    font-size: 34px;
    font-weight: 600;
    line-height: 1.4em;
    margin-bottom: 0.5em;
  }

  .sectitle02 {
    font-size: 26px;
    font-weight: 600;
    line-height: 1.4em;
    margin-bottom: 0.5em;
  }

  .sectitle03 {
    font-size:22px;
    font-weight: 600;
    line-height: 1.4em;
    margin-bottom: 0.5em;
  }

  .sectitle04 {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.4em;
    margin-bottom: 0.5em;
  }

  .sectitle05 {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.4em;
    margin-bottom: 0.5em;
  }

  .stul {
    padding-bottom: 5px;
    border-bottom: 1px solid var(--color-1st);
  }

  .acctitle {
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: auto 30px;
    padding:30px 0 0 0;
  }

 main  p {
    font-size: 12px;
    line-height: 2em;
    margin-bottom: 2em;
  }

  .mmcc  p {
     font-size: 12px;
     line-height: 2em;
     margin-bottom: 2em;
   }


  /* List Styles
  --------------------------------------------------------------------*/
  ul.ulnom {
    margin-left: 1em;
    margin-bottom: 2em;
  }

  ul.ulnom li {
    font-size: 12px;
    margin-left: 1em;
    margin-bottom: 0.5em;
    line-height: 2em;
    list-style-image: url(../img/lidot.png);
  }

  ol.olnom {
    margin-left: 1em;
    margin-bottom: 2em;
  }

  ol.olnom li {
    font-size: 12px;
    margin-left: 1em;
    margin-bottom: 0.5em;
    line-height: 2em;
    list-style: decimal;
  }

  ol.olnom2 {
    margin-left: 1em;
    margin-bottom: 2em;
  }

  ol.olnom2 li {
    font-size: 12px;
    margin-left: 1em;
    margin-bottom: 0.5em;
    line-height: 2em;
    list-style:upper-roman;
  }




   /* Button Styles
  --------------------------------------------------------------------*/
  .textbn_ic {
    width:fit-content;
    height: auto;
    display: block;
    margin-left:auto;
    margin-right:auto;
    font-size: 12px;
    line-height:1em;
  }
  .textbn_ic a {
    width:100%;
    height: auto;
    display: block;
    text-decoration: none;
    padding:5% 15px 5% 35px;
    text-align: right;
    border-radius: 5px;
    background-repeat: no-repeat;
    background-position: 5px center;
    background-size: auto 40px;
    transition: .4s all;
    background-color: var(--color-black)!important;
  }
  .textbn_ic a:hover {
    color:var(--color-white)!important;
    background-color: var(--color-1st)!important;
  }

  .textbn_ar {
    width:fit-content;
    height: auto;
    display: block;
    margin-left:auto;
    margin-right:auto;
    font-size: 14px;
    line-height:1em;
  }
  .textbn_ar a {
    width:100%;
    height: auto;
    display: block;
    text-decoration: none;
    padding:5% 45px 5% 20px;
    text-align: left;
    border-radius: 5px;
    background-repeat: no-repeat;
    background-position: 98% center;
    background-size: auto 20px;
    transition: .4s all;
  }

  .textbn_ar_b {
    width:fit-content;
    height: auto;
    display: block;
    margin-left:auto;
    margin-right:auto;
    font-size: 14px;
    line-height:1em;
  }
  .textbn_ar_b a {
    width:100%;
    height: auto;
    display: block;
    text-decoration: none;
    padding:5% 20px 5% 45px;
    text-align: right;
    border-radius: 5px;
    background-repeat: no-repeat;
    background-position: 2% center;
    background-size: auto 20px;
    transition: .4s all;
  }


  /* table Styles
  --------------------------------------------------------------------*/
  dl.dltable01 {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    font-size: 12px;
    line-height: 1.6em;
  }

  dl.dltable01 dt {
    width: 20%;
    padding: 20px 5px;
    border-bottom: 1px solid var(--color-666);
    text-align: left;
    font-weight: 400;
  }

  dl.dltable01 dd {
    width: 80%;
    padding: 20px 5px;
    border-bottom: 1px dotted var(--color-ccc);
  }

  dl.dltable02 {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    font-size: 12px;
    line-height: 1.6em;
  }

  dl.dltable02 dt {
    width: 15%;
    padding: 5px 5px;
    text-align: left;
    font-weight: 400;
  }

  dl.dltable02 dd {
    width: 85%;
    padding: 5px 5px;
  }

  /* Table(Flexible width) */

  table.nomtable01 {
    width: 100%;
    font-size: 12px;
    line-height: 1.6em;
  }

  table.nomtable01 th {
    width: 25%;
    padding: 10px 5px;
    border-bottom: 1px dotted var(--color-ccc);
    text-align: left;
    font-weight: 400;
    vertical-align: top;
  }

  table.nomtable01 td {
    width: auto;
    padding: 10px 5px;
    border-bottom: 1px dotted var(--color-ccc);
    vertical-align: top;
  }

  /* Table(flexible width with borderbox) */

  table.nomtable02 {
    width: 100%;
    font-size: 12px;
    line-height: 1.5em;
    border-collapse: collapse;
    border: 1px solid var(--color-ccc);
  }

  table.nomtable02 th {
    width: auto;
    padding: 15px 10px;
    border: 1px solid var(--color-ccc);
    text-align: center;
    font-weight: 400;
  }
  table.nomtable02 tr:nth-child(odd) {
    background-color: var(--color-f8);
  }

  table.nomtable02 td {
    width: auto;
    padding: 15px 10px;
    border: 1px solid var(--color-ccc);
  }

  /* table (flexible width with border and swipe */

  table.ts_v {
    width: 100%;
    height: auto;
    border-collapse: collapse;
    table-layout: fixed;
  }
  table.ts_v th {
    width:auto;
    height:auto;
    border: 1px solid var(--color-ccc);
    padding:10px;
    text-align:center;
    font-size:12px;
    line-height:1.4em;
    font-weight:normal;
  }
  table.ts_v td {
    width:auto;
    height:auto;
    border: 1px solid var(--color-ccc);
    padding:10px;
    font-size:14px;
    line-height:1.4em;
  }
  table.ts_v tr:nth-child(even) {
  background-color: #f0f0f0;
  }


  /* Form Styles
  --------------------------------------------------------------------*/
  input,
  select,
  label {
    font-size: 12px;
    line-height: 1.6em;
    padding: 3px;
    border: 1px solid var(--color-5th);
  }

  .formbox250 {
    background-color: #f3f3f3;
    padding: 5px;
    width: 40%;
    border:1px solid #ccc;
    }

    .formbox150 {
    background-color: #f3f3f3;
    padding: 5px;
    width: 30%;
    border:1px solid #ccc;
    }

    .formbox100 {
    background-color: #f3f3f3;
    padding: 5px;
    width: 20%;
    border:1px solid #ccc;
    }

    .formbox750 {
    background-color: #f3f3f3;
    padding: 5px;
    width: 100%;
    border:1px solid #ccc;
    }

    form input#submit {
      width: fit-content;
      height: auto;
      display: block;
      margin:0 auto;
      color:var(--color-white);
      font-size: 12px;
      line-height: 1.5em;
      padding:0.8em 4em;
      background-color: var(--color-jg);
      border-radius: 3px;
      transition: all 0.4s ease-out;
      box-shadow:0px 1px 4px rgba(0,0,0,0.4);
    }



}


/* Style for iPad Pro */
@media screen and (min-width: 769px) and (max-width: 1024px) {

  /* Contents styles
  --------------------------------------------------------------------*/
  .mmcc {
    width: 100%;
    max-width:1600px;
    height: auto;
    display: block;
    padding: 80px 5%;
    margin:0 auto;
  }

  /* flexbox styles
  --------------------------------------------------------------------*/
  .flbox {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .jc_c {justify-content: center!important;}

  .ai_center { align-items: center; }
  .ai_flstart { align-items:flex-start; }
  .ai_flend { align-items:flex-end; }

  .flc80 { width: 100%; margin-bottom: 40px; }
  .flc70 { width: 100%; margin-bottom: 40px; }
  .flc60 { width: 100%; margin-bottom: 40px; }
  .flc55 { width: 100%; margin-bottom: 40px; }
  .flc50 { width: 100%; margin-bottom: 40px; }
  .flc48 { width: 100%; margin-bottom: 40px; }
  .flc45 { width: 100%; margin-bottom: 40px;  }
  .flc40 { width: 100%; margin-bottom: 40px; }
  .flc35 { width: 100%; margin-bottom: 40px;  }
  .flc33 { width: 100%; margin-bottom: 40px;  }
  .flc30 { width: 100%; margin-bottom: 40px;  }
  .flc25 { width: 100%; margin-bottom: 40px;  }
  .flc20 { width: 100%; margin-bottom: 40px;  }

  .flline2 { width:100%; }
  .flline2n { width:50%; }
  .flline3 { width:50%; }
  .flline4 { width:25%; }
  .flline5 { width:20%; }

  .ml_auto { margin-left:auto; }
  .mr_auto { margin-right: auto; }

/* Border style
  --------------------------------------------------------------------*/
  .bor_r_1-ccc { border-bottom: 1px solid var(--color-ccc);}

  /* Padding all styles
  --------------------------------------------------------------------*/
  .p05 { padding: 0.5%;}
  .p1 { padding: 1%;}
  .p2 { padding: 2%; }
  .p3 { padding: 3%; }
  .p5 { padding: 5%; }

  /* Padding side styles
    --------------------------------------------------------------------*/s
  .ps05 { padding: 0 0.5%; }
  .ps1 { padding: 0 1%; }
  .ps2 { padding: 0 2%; }
  .ps3 { padding: 0 3%; }
  .ps5 { padding: 0 5%; }


  /* Margin  bottom styles
  --------------------------------------------------------------------*/
  .mb0 { margin-bottom: 0px !important; }
  .mb5 { margin-bottom: 5px !important; }
  .mb10 { margin-bottom: 10px !important; }
  .mb15 { margin-bottom: 15px !important; }
  .mb20 { margin-bottom: 20px !important; }
  .mb25 { margin-bottom: 25px !important; }
  .mb30 { margin-bottom: 30px !important; }
  .mb35 { margin-bottom: 35px !important; }
  .mb40 { margin-bottom: 40px !important; }
  .mb45 { margin-bottom: 45px !important; }
  .mb50 { margin-bottom: 50px !important; }
  .mb55 { margin-bottom: 55px !important; }
  .mb60 { margin-bottom: 60px !important; }
  .mb70 { margin-bottom: 70px !important; }
  .mb80 { margin-bottom: 80px !important; }
  .mb90 { margin-bottom: 90px !important; }
  .mb100 { margin-bottom: 100px !important; }


  /* Center box
  --------------------------------------------------------------------*/
  .wd20 {
    width: 50%;
    height: auto;
    display: block;
  }

  .wd30 {
    width: 50%;
    height: auto;
    display: block;
  }

  .wd40 {
    width: 50%;
    height: auto;
    display: block;
  }

  .wd50 {
    width: 80%;
    height: auto;
    display: block;
  }

  .wd60 {
    width: 80%;
    height: auto;
    display: block;
  }

  .wd70 {
    width: 100%;
    height: auto;
    display: block;
  }

  .wd80 {
    width: 100%;
    height: auto;
    display: block;
  }

  .wd90 {
    width: 100%;
    height: auto;
    display: block;
  }

  .wd100 {
    width: 100%;
    height: auto;
    display: block;
  }

  /* Font align
  --------------------------------------------------------------------*/
  .tac {
    text-align: center;
  }
  .tac_n {
    text-align: center!important;
  }

  .tar {
    text-align: right;
  }


  /* Font style
  --------------------------------------------------------------------*/
  .sectitle01 {
    font-size: clamp(32px, 1vw, 40px);
    font-weight: 700;
    line-height: 1.4em;
    margin-bottom: 0.5em;
  }

  .sectitle02 {
    font-size: clamp(24px, 1vw, 32px);
    font-weight: 700;
    line-height: 1.4em;
    margin-bottom: 1em;
  }

  .sectitle03 {
    font-size: clamp(20px, 1vw, 28px);
    font-weight: 700;
    line-height: 1.4em;
    margin-bottom: 1em;
  }

  .sectitle04 {
    font-size: clamp(16px, 1vw, 24px);
    font-weight: 700;
    line-height: 1.4em;
    margin-bottom: 0.5em;
  }

  .stul {
    padding-bottom: 5px;
    border-bottom: 1px solid var(--color-1st);
  }

  .acctitle {
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: auto 30px;
    padding:30px 0 0 0;
  }

  .sectitle_en {
    font-size: 60px;
    font-weight: 700!important;
    line-height: 1em!important;
    letter-spacing: -0.08em!important;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: auto 50px;
    padding:50px 0 0 0;
    margin-bottom: 0.1em!important;
  }

 main  p {
    font-size: 14px;
    line-height: 2em;
    margin-bottom: 2em;
  }

  .mmcc  p {
     font-size: 14px;
     line-height: 2em;
     margin-bottom: 2em;
   }


  /* List Styles
  --------------------------------------------------------------------*/
  ul.ulnom {
    margin-left: 1em;
    margin-bottom: 2em;
  }

  ul.ulnom li {
    font-size: 14px;
    margin-left: 1em;
    margin-bottom: 0.5em;
    line-height: 2em;
    list-style-image: url(../img/lidot.png);
  }

  ol.olnom {
    margin-left: 1em;
    margin-bottom: 2em;
  }

  ol.olnom li {
    font-size: 14px;
    margin-left: 1em;
    margin-bottom: 0.5em;
    line-height: 2em;
    list-style: decimal;
  }
  ol.olnom2 {
    margin-left: 1em;
    margin-bottom: 2em;
  }

  ol.olnom2 li {
    font-size: 14px;
    margin-left: 1em;
    margin-bottom: 0.5em;
    line-height: 2em;
    list-style:upper-roman;
  }






  /* Button Styles
  --------------------------------------------------------------------*/
  .textbn_ic {
    margin-left:auto;
    margin-right:auto;
    font: size 14px;
    line-height:1em;
  }
  .textbn_ic a {
    width:100%;
    height: auto;
    display: block;
    text-decoration: none;
    padding:20px 15px 20px 35px;
    text-align: right;
    border-radius: 5px;
    background-repeat: no-repeat;
    background-position: 5px center;
    background-size: auto 40px;
  }
  .textbn_ic a:hover {
    color:var(--color-white)!important;
    background-color: var(--color-black)!important;
  }

  .textbn_ar {
    width:fit-content;
    height: auto;
    display: block;
    margin-left:auto;
    margin-right:auto;
    font-size: 14px;
    line-height:1em;
  }
  .textbn_ar a {
    width:100%;
    height: auto;
    display: block;
    text-decoration: none;
    padding:5% 45px 5% 20px;
    text-align: left;
    border-radius: 5px;
    background-repeat: no-repeat;
    background-position: 98% center;
    background-size: auto 20px;
    transition: .4s all;
  }

  .textbn_ar_b {
    width:fit-content;
    height: auto;
    display: block;
    margin-left:auto;
    margin-right:auto;
    font-size: 14px;
    line-height:1em;
  }
  .textbn_ar_b a {
    width:100%;
    height: auto;
    display: block;
    text-decoration: none;
    padding:5% 20px 5% 45px;
    text-align: right;
    border-radius: 5px;
    background-repeat: no-repeat;
    background-position: 2% center;
    background-size: auto 20px;
    transition: .4s all;
  }


  /* table Styles
  --------------------------------------------------------------------*/
  dl.dltable01 {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    font-size: 14px;
    line-height: 1.6em;
  }

  dl.dltable01 dt {
    width: 30%;
    padding: 10px 5px;
    border-bottom: 1px solid var(--color-666);
    text-align: left;
    font-weight: 400;
  }

  dl.dltable01 dd {
    width: 70%;
    padding: 10px 5px;
    border-bottom: 1px solid var(--color-ccc);
  }

  dl.dltable02 {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    font-size: 14px;
    line-height: 1.6em;
  }

  dl.dltable02 dt {
    width: 15%;
    padding: 5px 5px;
    text-align: left;
    font-weight: 400;
  }

  dl.dltable02 dd {
    width: 85%;
    padding: 5px 5px;
  }

  /* Table(Flexible width) */

  table.nomtable01 {
    width: 100%;
    font-size: 14px;
    line-height: 1.6em;
  }

  table.nomtable01 th {
    width: 20%;
    padding: 10px 5px;
    border-bottom: 1px dotted var(--color-ccc);
    text-align: left;
    font-weight: 400;
  }

  table.nomtable01 td {
    width: auto;
    padding: 10px 5px;
    border-bottom: 1px dotted var(--color-ccc);
  }

  /* Table(flexible width with borderbox) */

  table.nomtable02 {
    width: 100%;
    font-size: 14px;
    line-height: 1.5em;
    border-collapse: collapse;
    border: 1px solid var(--color-ccc);
  }

  table.nomtable02 th {
    width: auto;
    padding: 15px 10px;
    border: 1px solid var(--color-ccc);
    text-align: center;
    font-weight: 400;
  }
  table.nomtable02 tr:nth-child(odd) {
    background-color: var(--color-f8);
  }

  table.nomtable02 td {
    width: auto;
    padding: 15px 10px;
    border: 1px solid var(--color-ccc);
  }

    /* table (flexible width with border and swipe */

    table.ts_v {
      width: 100%;
      height: auto;
      border-collapse: collapse;
      table-layout: fixed;
    }
    table.ts_v th {
      width:auto;
      height:auto;
      border: 1px solid var(--color-ccc);
      padding:10px;
      text-align:center;
      font-size:14px;
      line-height:1.4em;
      font-weight:normal;
    }
    table.ts_v td {
      width:auto;
      height:auto;
      border: 1px solid var(--color-ccc);
      padding:10px;
      font-size:14px;
      line-height:1.4em;
    }
    table.ts_v tr:nth-child(even) {
    background-color: #f0f0f0;
    }


  /* Form Styles
  --------------------------------------------------------------------*/
  input,
  select,
  label {
    font-size: 14px;
    line-height: 1.6em;
    padding: 3px;
    border: 1px solid var(--color-5th);
  }

  .formbox250 {
    background-color: #f3f3f3;
    padding: 5px;
    width: 40%;
    border:1px solid #ccc;
    }

    .formbox150 {
    background-color: #f3f3f3;
    padding: 5px;
    width: 30%;
    border:1px solid #ccc;
    }

    .formbox100 {
    background-color: #f3f3f3;
    padding: 5px;
    width: 20%;
    border:1px solid #ccc;
    }

    .formbox750 {
    background-color: #f3f3f3;
    padding: 5px;
    width: 100%;
    border:1px solid #ccc;
    }

    form input#submit {
      width: fit-content;
      height: auto;
      display: block;
      margin:0 auto;
      color:var(--color-white);
      font-size: 12px;
      line-height: 1.5em;
      padding:0.8em 4em;
      background-color: var(--color-jg);
      border-radius: 3px;
      transition: all 0.4s ease-out;
      box-shadow:0px 1px 4px rgba(0,0,0,0.4);
    }

}

/* Style for Smartphone */
@media screen and (max-width: 768px) {

   /* Contents styles
  --------------------------------------------------------------------*/
  .mmcc {
    width: 100%;
    height: auto;
    display: block;
    padding: 60px 8%;
    margin:0 auto;
  }

  /* flexbox styles
  --------------------------------------------------------------------*/
  .flbox {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .jc_c {justify-content: center!important;}

  .ai_flend { align-items:flex-end; }

  .flc80 { width: 100%; margin-bottom: 40px; }
  .flc70 { width: 100%; margin-bottom: 40px; }
  .flc60 { width: 100%; margin-bottom: 40px; }
  .flc55 { width: 100%; margin-bottom: 40px; }
  .flc50 { width: 100%; margin-bottom: 40px; }
  .flc48 { width: 100%; margin-bottom: 40px; }
  .flc45 { width: 100%; margin-bottom: 40px; }
  .flc40 { width: 100%; margin-bottom: 40px; }
  .flc35 { width: 100%; margin-bottom: 40px; }
  .flc33 { width: 100%; margin-bottom: 40px; }
  .flc30 { width: 100%; margin-bottom: 40px; }
  .flc25 { width: 100%; margin-bottom: 40px;}
  .flc20 { width: 100%; margin-bottom: 40px; }

  .flline2 { width: 100%;  }
  .flline2n { width:100%; }
  .flline3 { width: 100%; }
  .flline4 { width: 100%; }
  .flline5 { width: 100%; }

  .ml_auto { margin-left:auto; }
  .mr_auto { margin-right: auto; }


/* Border style
  --------------------------------------------------------------------*/
  .bor_r_1-ccc { border-bottom: 1px solid var(--color-ccc);}

  /* Padding all styles
  --------------------------------------------------------------------*/
  .p05 { padding:0.5%;}
  .p1 { padding: 1%;}
  .p2 { padding: 2%; }
  .p3 { padding: 3%; }
  .p5 { padding: 5%; }

  /* Padding side styles
    --------------------------------------------------------------------*/
  .ps05 { padding: 0 0.5%; }
  .ps1 { padding: 0 1%; }
  .ps2 { padding: 0 2%; }
  .ps3 { padding: 0 3%; }
  .ps5 { padding: 0 5%; }


  /* Margin  bottom styles
  --------------------------------------------------------------------*/
  .mb0 { margin-bottom: 0px !important; }
  .mb5 { margin-bottom: 5px !important; }
  .mb10 { margin-bottom: 10px !important; }
  .mb15 { margin-bottom: 15px !important; }
  .mb20 { margin-bottom: 20px !important; }
  .mb25 { margin-bottom: 25px !important; }
  .mb30 { margin-bottom: 30px !important; }
  .mb35 { margin-bottom: 35px !important; }
  .mb40 { margin-bottom: 40px !important; }
  .mb45 { margin-bottom: 45px !important; }
  .mb50 { margin-bottom: 50px !important; }
  .mb55 { margin-bottom: 55px !important; }
  .mb60 { margin-bottom: 60px !important; }
  .mb70 { margin-bottom: 70px !important; }
  .mb80 { margin-bottom: 80px !important; }
  .mb90 { margin-bottom: 90px !important; }
  .mb100 { margin-bottom: 100px !important; }


  /* Center box
  --------------------------------------------------------------------*/
  .wd20 {
    width: 100%;
    height: auto;
    display: block;
  }

  .wd30 {
    width: 100%;
    height: auto;
    display: block;
  }

  .wd40 {
    width: 100%;
    height: auto;
    display: block;
  }

  .wd50 {
    width: 100%;
    height: auto;
    display: block;
  }

  .wd60 {
    width: 100%;
    height: auto;
    display: block;
  }

  .wd70 {
    width: 100%;
    height: auto;
    display: block;
  }

  .wd80 {
    width: 100%;
    height: auto;
    display: block;
  }

  .wd90 {
    width: 100%;
    height: auto;
    display: block;
  }

  .wd100 {
    width: 100%;
    height: auto;
    display: block;
  }

  /* Font align
  --------------------------------------------------------------------*/
  .tac_n {
    text-align: center!important;
  }

  .tar {
    text-align: right;
  }


  /* Font style
  --------------------------------------------------------------------*/
  .sectitle01 {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.4em;
    margin-bottom: 0.5em;
  }

  .sectitle02 {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.4em;
    margin-bottom: 1em;
  }

  .sectitle03 {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.4em;
    margin-bottom: 0.8em;
  }

  .sectitle04 {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.4em;
    margin-bottom: 0.8em;
  }

  .stul {
    padding-bottom: 5px;
    border-bottom: 1px solid var(--color-1st);
  }

  .acctitle {
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: auto 30px;
    padding:30px 0 0 0;
  }

  .sectitle_en {
    font-size: 45px;
    font-weight: 700!important;
    line-height: 1em!important;
    letter-spacing: -0.08em!important;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: auto 40px;
    padding:40px 0 0 0;
    margin-bottom: 0.2em!important;
  }

 main  p {
    font-size: 14px;
    line-height: 2em;
    margin-bottom: 2em;
  }

  .mmcc  p {
     font-size: 14px;
     line-height: 2em;
     margin-bottom: 2em;
   }


  /* List Styles
  --------------------------------------------------------------------*/
  ul.ulnom {
    margin-left: 1em;
    margin-bottom: 2em;
  }

  ul.ulnom li {
    font-size: 14px;
    margin-left: 1em;
    margin-bottom: 0.5em;
    line-height: 2em;
    list-style-image: url(../img/lidot.png);
  }

  ol.olnom {
    margin-left: 1em;
    margin-bottom: 2em;
  }

  ol.olnom li {
    font-size: 14px;
    margin-left: 1em;
    margin-bottom: 0.5em;
    line-height: 2em;
    list-style: decimal;
  }
  ol.olnom2 {
    margin-left: 1em;
    margin-bottom: 2em;
  }

  ol.olnom2 li {
    font-size: 14px;
    margin-left: 1em;
    margin-bottom: 0.5em;
    line-height: 2em;
    list-style:upper-roman;
  }





   /* Button Styles
  --------------------------------------------------------------------*/
  .textbn_ic {
    margin-left:auto;
    margin-right:auto;
    font: size 14px;
    line-height:1em;
  }
  .textbn_ic a {
    width:100%;
    height: auto;
    display: block;
    text-decoration: none;
    padding:20px 15px 20px 35px;
    text-align: right;
    border-radius: 5px;
    background-repeat: no-repeat;
    background-position: 10px center;
    background-size: auto 40px;
  }
  .textbn_ic a:hover {
    color:var(--color-white)!important;
    background-color: var(--color-black)!important;
  }

  .textbn_ar {
    width:fit-content;
    height: auto;
    display: block;
    margin-left:auto;
    margin-right:auto;
    font-size: 14px;
    line-height:1em;
  }
  .textbn_ar a {
    width:100%;
    height: auto;
    display: block;
    text-decoration: none;
    padding:5% 45px 5% 20px;
    text-align: left;
    border-radius: 5px;
    background-repeat: no-repeat;
    background-position: 98% center;
    background-size: auto 20px;
    transition: .4s all;
  }

  .textbn_ar_b {
    width:fit-content;
    height: auto;
    display: block;
    margin-left:auto;
    margin-right:auto;
    font-size: 14px;
    line-height:1em;
  }
  .textbn_ar_b a {
    width:100%;
    height: auto;
    display: block;
    text-decoration: none;
    padding:5% 20px 5% 45px;
    text-align: right;
    border-radius: 5px;
    background-repeat: no-repeat;
    background-position: 2% center;
    background-size: auto 20px;
    transition: .4s all;
  }


  /* table Styles
  --------------------------------------------------------------------*/
  dl.dltable01 {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    font-size: 14px;
    line-height: 1.6em;
  }

  dl.dltable01 dt {
    width: 100%;
    padding: 0 0 3px 0;
    text-align: left;
    font-weight: 700;
  }

  dl.dltable01 dd {
    width: 100%;
    padding: 0 0 15px 0;
    border-bottom: 1px dotted var(--color-ccc);
    margin-bottom: 15px;
  }


  dl.dltable02 {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    font-size: 14px;
    line-height: 1.6em;
  }

  dl.dltable02 dt {
    width: 100%;
    padding: 0 0 3px 0;
    text-align: left;
    font-weight: 700;
  }

  dl.dltable02 dd {
    width: 100%;
    padding: 0 0 15px 0;
    border-bottom: 1px dotted var(--color-ccc);
    margin-bottom: 15px;
  }
  dl.dltable02 dd:last-of-type {
    padding:0;
    border-bottom: none!important;
    margin-bottom: 0px;
  }

  /* Table(Flexible width) */

  table.nomtable01 {
    width: 100%;
    font-size: 14px;
    line-height: 1.6em;
  }

  table.nomtable01 th {
    width: 100%;
    height: auto;
    display: block;
    padding: 0 0 5px 0;
    text-align: left;
    font-weight: 700;
  }

  table.nomtable01 td {
    width: 100%;
    height: auto;
    display: block;
    padding: 0 0 20px 0;
    border-bottom: 1px dotted var(--color-ccc);
    margin-bottom: 20px;
  }

  /* Table(flexible width with borderbox) */

  table.nomtable02 {
    width: 100%;
    font-size: 12px;
    line-height: 1.5em;
    border-collapse: collapse;
    border: 1px solid var(--color-ccc);
  }

  table.nomtable02 th {
    width: auto;
    padding: 15px 10px;
    border: 1px solid var(--color-ccc);
    text-align: center;
    font-weight: 400;
  }
  table.nomtable02 tr:nth-child(odd) {
    background-color: var(--color-f8);
  }

  table.nomtable02 td {
    width: auto;
    padding: 15px 10px;
    border: 1px solid var(--color-ccc);
  }


  .tablescn {
    box-sizing: border-box;
    border-right: 5px solid #222;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
  }

  table.ts_v {
    width: 700px;
    height: auto;
    border-collapse: collapse;
    table-layout: fixed;
  }
  table.ts_v th {
    width:auto;
    height:auto;
    border: 1px solid var(--color-ccc);
    padding:10px;
    text-align:center;
    font-size:14px;
    color:#fff;
    line-height:1.4em;
    font-weight:normal;
  }
  table.ts_v td {
    width:auto;
    height:auto;
    border: 1px solid var(--color-ccc);
    padding:10px;
    font-size:14px;
    line-height:1.4em;
  }
  table.ts_v tr:nth-child(odd) {
    background-color: var(--color-f8);
  }


  /* Form Styles
  --------------------------------------------------------------------*/
  input,
  select,
  label {
    font-size: 14px;
    line-height: 1.6em;
    padding: 3px;
    border: 1px solid var(--color-5th);
  }

  .formbox250 {
    background-color: #f3f3f3;
    padding: 5px;
    width: 100%;
    border:1px solid #ccc;
    }

    .formbox150 {
    background-color: #f3f3f3;
    padding: 5px;
    width: 60%;
    border:1px solid #ccc;
    }

    .formbox100 {
    background-color: #f3f3f3;
    padding: 5px;
    width: 30%;
    border:1px solid #ccc;
    }

    .formbox750 {
    background-color: #f3f3f3;
    padding: 5px;
    width: 100%;
    border:1px solid #ccc;
    }

    form input#submit {
      width: fit-content;
      height: auto;
      display: block;
      margin:0 auto;
      color:var(--color-white);
      font-size: 12px;
      line-height: 1.5em;
      padding:0.8em 4em;
      background-color: var(--color-jg);
      border-radius: 3px;
      transition: all 0.4s ease-out;
      box-shadow:0px 1px 4px rgba(0,0,0,0.4);
    }

}




.counseling-room{

color: #fff;
width: 100%;

  padding: 20px 3% 20px;
}

.counseling-room-inner{
  padding-top: 20px;
width: 100%;
  display: block;
  border-top: 1px solid var(--color-666);
}


.counseling-room h3{
  display: table-cell;
  width: 22%;
  vertical-align: middle;
  text-align: center;

}

.counseling-room .counseling-text{
  display: table-cell;
  width: 78%;
    vertical-align: middle;
    font-size: 12px !important;
    margin-bottom: 10px !important;
}


.counseling-room p{

    margin-bottom: 10px !important;
}

.counseling-room p span{
  padding-right: 20px;
}



.counseling-room p:last-child{

    margin-bottom: 0px !important;
}

.counseling-room p a{
  color: #fff;
  text-decoration: none;
}


@media screen and (max-width: 768px) {


.counseling-room h3{
display: block;
width: 100%;
text-align: left;
margin-bottom: 20px;
}

.counseling-room h3 br{
  display: none;
}



.counseling-room .counseling-text{
display: block;
width: 100%;
}



.counseling-room p span{
  padding-right: 0px;
  display: block;
}



}





.img-container {
    position: relative;
    margin: 0;
}

.img-container:before {
    padding-top: 72.66%;
    display: block;
    content: "";
}


.container-inner {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}




.pressbase .img-container{
  padding: 0 !important;

}

.pressbase .container-inner{
  padding: 0 !important;

}







table.full-width {
  width: 100%;

}


table.full-width tr {
width: 100%;
display: flex;
justify-content: space-between;
flex-wrap: wrap;
font-size: 12px;
line-height: 1.6em;
}



table.full-width th {
width: 30%;
padding: 20px 5px;
border-bottom: 1px solid var(--color-666);
text-align: left;
font-weight: 400;
}

table.full-width td {
width: 70%;
padding: 20px 5px;
border-bottom: 1px dotted var(--color-ccc);
}



table.full-width input,
table.full-width select{
font-size: 14px;
line-height: 1.6em;
padding: 7px;
border:1px solid #ccc;
}





table.full-width select{
border:1px solid #ccc;
}




table.full-width .formbox-middle {
background-color: #f3f3f3;
padding: 5px;
width: 50%;
border:1px solid #ccc;
}

table.full-width .formbox-short{
background-color: #f3f3f3;
padding: 5px;
width: 50%;
border:1px solid #ccc;
}

table.full-width .formbox-long {
background-color: #f3f3f3;
padding: 5px;
width: 100%;
border:1px solid #ccc;
}



table.full-width textarea {
background-color: #f3f3f3;
padding: 5px;
width: 100%;
border:1px solid #ccc;
}



.tdsubmit input {

background: #333333;
color: #fff;
display: table;
font-size: 16px;
margin: 0 auto;
padding: 15px;
margin-top: 30px;
}



.form-kakunin {
 
  padding: 30px 20px;
  max-width: 800px;
  margin: 0 auto;
  font-size: 16px;
  background: #f5f5f5;
  width: 100%;
}


.form-kakunin dt {
  text-align: center;
  margin-bottom: 20px;
}


.form-kakunin dd {
  font-size: 14px;
  text-indent: -1em;
  padding-left: 1em;
  margin-bottom: 10px;
}


.form-kakunin p {
  padding-top: 30px;
  text-align: center;
}

.doui{
  display: table;
  margin: 0 auto;
  margin-top: 20px;

}

.no-item{
  text-align: center;
  display: table;
  margin: 0 auto;

}


@media screen and (max-width: 768px) {


table.full-width th {
width: 100%;
padding: 20px 5px 0px;
border-bottom: none;
text-align: left;
font-weight: 400;
}

table.full-width td {
width: 100%;
padding: 20px 5px;
border-bottom: 1px dotted var(--color-ccc);
}



table.full-width .formbox-middle {
background-color: #f3f3f3;
padding: 5px;
width: 100%;
border:1px solid #ccc;
}

table.full-width .formbox-short{
background-color: #f3f3f3;
padding: 5px;
width: 100%;
border:1px solid #ccc;
}



}











/*リニューアル*/


.w100{
  width: 100%;
    display: block;
    padding: 60px 0% 0px;
    margin: 0 auto;
    min-height: auto !important;
}


.top-text{
  padding: 60px 20px;
  margin-bottom: 30px;
}

.top-text h1{
  font-size: 30px;
  margin-bottom: 20px;
  text-align: center;
}


.top-text p{
  font-size: 16px;
  max-width: 1000px;
  display: table;
  margin: 0 auto;
  line-height: 1.8;
  text-align: center;
}


.top-brand{
width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;

padding: 0 20px;
max-width: 1400px;

margin: 0 auto;
margin-bottom: 80px;

}

.top-brand-left{
  width: 50%;
    height: auto;


    padding: 0 20px;
}

.top-brand-right{
  width: 50%;
    height: auto;

        padding: 0 20px;
}

.brand-logo img{
  display: table;
  margin: 0 auto;

}

.brand-logo-j img{
  height: 30px;
  width: auto;
}

.brand-logo-l img{
  height: 30px;
  width: auto;
  
}


.brand-logo{
  margin-bottom: 30px;

}

.brand-img{
  margin-bottom: 30px;

}



.top-brand h4{
  text-align: center;
  margin-bottom: 20px;
}


.list-btn{
 width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap; 
}

.list-btn li{
width: 48%;
    height: auto;
    display: block;
    margin: 0 1% 5px;
    font-size: 12px;
  }



.list-btn li a {
width:100%;
height: auto;
display: block;
text-decoration: none;
color:var(--color-white);

padding:3% 30px 3% 15px;

background-color: var(--color-333);
background-image: url(../img/header/ic-ar_h_w.svg);
background-position: 98% center;
background-size: auto 60%;
background-repeat: no-repeat;
border-radius: 3px;
transition: .4s all;
border: 1px solid var(--color-black);
}
.list-btn  li a:hover {
color:var(--color-black);
background-color: var(--color-white);
border: 1px solid var(--color-black);
background-image: url(../img/header/ic-ar_h_b.svg);

}





.list-btn-white{
 width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap; 
}

.list-btn-white li{
  }



.list-btn-white li a {
width:100%;
height: auto;
display: block;
text-decoration: none;

color:var(--color-black);
padding:3% 30px 3% 15px;


background-image: url(../img/header/ic-ar_h_b.svg);
background-position: 98% center;
background-size: auto 60%;
background-repeat: no-repeat;
border-radius: 3px;
transition: .4s all;
background-color: var(--color-white);

}


.list-btn-white  li a:hover {
color:var(--color-white);
background-color: var(--color-white);
background-color: var(--color-333);
background-image: url(../img/header/ic-ar_h_w.svg);


}


.top-store h2{
  color: #000 !important;

}

.top-store p{
    color: #000 !important;
}



.store-list{
  display:grid;
  grid-template-columns:repeat(3, 1fr);
  padding:0;
  margin:0;
  list-style:none;
}

.store-list > li{
  position:relative;
  overflow:hidden;
  min-height:450px;
  display:flex;
  flex-direction:column;
}


.store-list > li img{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  z-index:1;
}


.store-list > li::before{
  content:"";
  position:absolute;
  inset:0;
  background:rgba(0,0,0,.7);
  z-index:2;
}


.store-inner{
  position:relative;
  z-index:3;
  height:100%;
  padding:40px 30px;
  display:flex;
  flex-direction:column;
  color:#fff;
}


.store-inner dt{
  font-size:20px;
  line-height:1.2;
  margin-bottom:15px;
  font-family: var(--font-en);
  text-align: center;
  line-height: 1.6;
}

.store-inner dd{
  margin:0;
  font-size:14px;
    text-align: center;
}


.list-btn-white{
  margin-top:auto;
  padding:0;
  list-style:none;
  display: table;
  width: 85%;
  margin-left: auto;
  margin-right: auto;
}





@media screen and (max-width: 1100px) {

.store-list{
  display:grid;
  grid-template-columns:repeat(2, 1fr);
  padding:0;
  margin:0;
  list-style:none;
}


.brand-logo-j img{
  height: 20px;
  width: auto;
}

.brand-logo-l img{
  height: 20px;
  width: auto;
  
}








}


@media screen and (max-width: 768px) {


.top-text{
  padding: 40px 20px;
}

.top-text h1{
  font-size: 22px;
  margin-bottom: 20px;
  text-align: center;
}


.top-text p{
  font-size: 14px;
  max-width: 1000px;
  display: table;
  margin: 0 auto;
  line-height: 1.8;
    text-align: center;
}


.top-brand{
}

.top-brand-left{
  width: 100%;
    height: auto;


    padding: 0 10px;
    margin-bottom: 70px;
}

.top-brand-right{
  width: 100%;
    height: auto;

        padding: 0 10px;
}

.brand-logo img{
  display: table;
  margin: 0 auto;

}

.brand-logo-j img{
  height: 20px;
  width: auto;
}

.brand-logo-l img{
  height: 20px;
  width: auto;
  
}



.store-list{
  display:grid;
  grid-template-columns:repeat(1, 1fr);
  padding:0;
  margin:0;
  list-style:none;
}



.store-inner dt{
  font-size:18px;

}

.store-inner dd{

  font-size:13px;

}


.list-btn-white{

  width: 100%;

}





}

