/*--------------------------------------------------------------------
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: #333;
  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
--------------------------------------------------------------------*/

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

.box_clip_rl {
  clip-path: polygon(0 5%, 100% 0%, 100% 95%, 0% 100%);
}
.box_clip_lr{
  clip-path: polygon(0 0, 100% 5%, 100% 100%, 0 95%);
}

.nonb {border:none!important;}

/*--------------------------------------------------------------------
icons
--------------------------------------------------------------------*/
.ic-x {background-image: url(../img/ic-x.png);}
.ic-yt {background-image: url(../img/ic-yt.png);}


/*--------------------------------------------------------------------
Color settings
--------------------------------------------------------------------*/
:root {
  --color-1st: #95745d;
  --color-2nd: #b63d0a;
  --color-3rd: #3e241a;
  --color-4th: #e5e1d8;
  --color-5th: #bdaa9c;
  --color-white: #fff;
  --color-black: #151515;
  --color-ccc: #ccc;
  --color-999: #999;
  --color-666: #666;
  --color-333: #333;
  --color-222: #222;
  --color-fb: #fbfbfb;
  --color-f8: #f8f8f8;
  --color-f5: #f5f5f5;
  --color-f0: #f0f0f0;
  --color-tel: #e64f18;
  --color-web: #b10139;
  --color-wrapper: #f3f3ef;
  --font-min:"Noto Serif JP", serif;
}

body {
  background-color: var(--color-white);
  background-image: url(../img/bodybg.jpg);
}

#wrapper {
  width:100%;
  max-width:1600px;
  height: auto;
  min-height: 98vh;
  display: block;
  background-color: var(--color-wrapper);
  margin:0 auto;
}

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

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

.textbn a {
  color: #fff;
  background-color: var(--color-3rd);
}

.textbn a:hover {
  background-color: var(--color-2nd);
}

.bg_fff {background-color: var(--color-white);}
.bg_fb {background-color: var(--color-fb);}
.bg_f8 {background-color: var(--color-f8);}
.bg_f5 {background-color: var(--color-f5);}
.bg_f0 {background-color: var(--color-f0);}
.bg_1st {background-color: var(--color-1st);}

.fc_ff {color:var(--color-white)!important;}
.fc_blk {color:var(--color-black)!important;}
.fc_1st {color:var(--color-1st)!important;}
.fc_2nd {color:var(--color-2nd)!important;}

.ds_b {display: block;}


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

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

  ul.snslist {
    width:100%;
    max-width:800px;
    height: auto;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  ul.snslist li {
    width:60px;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    margin:0 2% 5px;
  }
  ul.snslist li a {
    width:60px;
    height: 60px;
    display: block;
    text-indent: -9999px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 80% auto;
  }


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

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

  .flc80 { width: 80%; }
  .flc70 { width: 70%; }
  .flc60 { width: 60%; }
  .flc55 { width: 55%; }
  .flc50 { width: 50%; }
  .flc47 { width: 47%; }
  .flc47_5 { width: 47.5%; }
  .flc47_5b { width: 100%; }
  .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%; }
  .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; }


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

  /* Padding top styles
    --------------------------------------------------------------------*/
    .pt00 {padding-top:0!important;}
    .pt03 {padding-top:3%;}
    .pt05 {padding-top:5%;}
    .pt10 {padding-top:10%;}

    /* Padding top styles
    --------------------------------------------------------------------*/
    .ptb00 {padding-top:0!important; padding-bottom:0!important;}
    .ptb03 {padding-top:3%;  padding-bottom:3%;}
    .ptb05 {padding-top:5%;  padding-bottom:5%;}


  /* Margin  bottom styles
  --------------------------------------------------------------------*/
  .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;
    margin-left: auto;
    margin-right: auto;
  }

  .wd30 {
    width: 30%;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  .wd40 {
    width: 40%;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  .wd50 {
    width: 50%;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  .wd60 {
    width: 60%;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  .wd70 {
    width: 70%;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  .wd80 {
    width: 80%;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  .wd90 {
    width: 90%;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  .wd100 {
    width: 100%;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

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

  .tar {
    text-align: right;
  }


  /* Font style
  --------------------------------------------------------------------*/
  .sectitle01 {
    font-size: clamp(36px, 1.5vw, 50px);
    font-weight: 700;
    line-height: 1.2em;
    color: var(--color-black);
    margin-bottom: 1em;
  }

  .sectitle02 {
    font-size: clamp(26px, 2vw, 44px);
    font-weight: 700;
    line-height: 1.2em;
    color: var(--color-black);
    margin-bottom: 1em;
  }

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

  .sectitle04 {
    font-size: clamp(18px, 1.5vw, 26px);
    font-weight: 700;
    line-height: 1.2em;
    color: var(--color-black);
    margin-bottom: 1em;
  }

  .sectitle04 {
    font-size: clamp(14px, 1.5vw, 18px);
    font-weight: 700;
    line-height: 1.2em;
    color: var(--color-black);
    margin-bottom: 1em;
  }

  .stul {
    padding-bottom: 0.3em;
    border-bottom: 1px solid var(--color-3rd);
  }

  .maincontents p {
    font-size: clamp(14px, 1vw, 18px);
    line-height: 2em;
    margin-bottom: 3em;
  }

  .fs_s {
    font-size:10px;
  }

  /* Text button
  --------------------------------------------------------------------*/
  p.textbn_ar {
    width:fit-content;
    height: auto;
    display: block;
    margin:0;
  }
  p.textbn_ar a {
    width:100%;
    height: auto;
    display: block;
    text-decoration: none;
    padding:5px 35px 5px 15px;
    color:var(--color-white);
    background-color: var(--color-3rd);
    background-image: url(../img/ic-ar_h_r.png);
    background-repeat: no-repeat;
    background-position: 98% center;
    background-size: auto 25px;
    border-radius: 5px;
    transition: .4s all;
  }
  p.textbn_ar a:hover {
    background-color: var(--color-1st);
  }

  p.textbn_ar_l {
    width:fit-content;
    height: auto;
    display: block;
    margin:0;
    font-size:12px;
    line-height: 1em;
  }
  p.textbn_ar_l a {
    width:100%;
    height: auto;
    display: block;
    text-decoration: none;
    padding:10px 15px 10px 35px;
    color:var(--color-white);
    background-color: var(--color-2nd);
    background-image: url(../img/ic-ar_h_l.png);
    background-repeat: no-repeat;
    background-position: 2% center;
    background-size: auto 25px;
    transition: .4s all;
  }
  p.textbn_ar_l a:hover {
    background-color: var(--color-1st);
  }


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

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

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

  ol.olnom li {
    font-size: clamp(14px, 1vw, 18px);
    margin-left: 0.5em;
    margin-bottom: 0.5em;
    padding-left:0.5em;
    line-height: 2em;
    list-style: decimal;
  }


  /* table Styles
  --------------------------------------------------------------------*/
  dl.dltable01 {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  dl.dltable01 dt {
    width: 20%;
    padding: 15px 5px;
    border-bottom: 1px dotted var(--color-ccc);
    text-align: left;
    font-size: clamp(14px, 1vw, 18px);
    font-weight: 600;
    color: var(--color-black);
    line-height: 1.6em;
  }

  dl.dltable01 dd {
    width: 80%;
    font-size: clamp(14px, 1vw, 18px);
    padding: 15px 5px;
    border-bottom: 1px dotted var(--color-ccc);
    line-height: 1.6em;
  }
  dl.dltable01 p {
    margin:0!important;
    padding:0!important;
  }

  /* Table(Flexible width) */

  table.nomtable01 {
    width: 100%;
    font-size: clamp(14px, 1vw, 18px);
    line-height: 1.6em;
  }

  table.nomtable01 th {
    width: 20%;
    padding: 15px 5px;
    border-bottom: 1px dotted var(--color-ccc);
    text-align: left;
    font-size: clamp(14px, 1vw, 18px);
    font-weight: 600;
    color: var(--color-black);
    line-height: 1.6em;
  }

  table.nomtable01 td {
    width: auto;
    font-size: clamp(14px, 1vw, 18px);
    padding: 15px 5px;
    border-bottom: 1px dotted var(--color-ccc);
    line-height: 1.6em;
  }
  table.nomtable01 p {
    margin:0!important;
    padding:0!important;
  }

  /* Table(flexible width with borderbox) */

  table.nomtable02 {
    width: 100%;
  }

  table.nomtable02 tr:nth-child(even) {
    background-color: var(--color-4th);
  }

  table.nomtable02 th {
    width: auto;
    padding: 15px 10px;
    font-size: clamp(14px, 1vw, 18px);
    line-height: 1.6em;
    text-align: left;
    font-weight: 400;
    color: var(--color-1st);
  }

  table.nomtable02 td {
    width: auto;
    padding: 15px 10px 15px;
    text-align: left;
    font-size: clamp(14px, 1vw, 18px);
    line-height: 1.6em;
  }

  /* Table(flexible width and swipe at mobile) */
.tablescn {
width:100%;
height: auto;
display: block;
}
.tablescn_title {
  display: none;
}
.tablescn_title p {
  display: none;
}
table.nomtable_fld {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid var(--color-ccc);
}

table.nomtable_fld th {
  width: auto;
  padding: 15px 10px;
  font-size: 90%;
  line-height: 1.6em;
  border: 1px solid var(--color-ccc);
  font-weight: 600;
  color: var(--color-white);
  background-color: var(--color-999);
  vertical-align: middle;
  text-align: center;
}

table.nomtable_fld td {
  width: auto;
  padding: 15px 10px;
  font-size: 90%;
  line-height: 1.6em;
  text-align: center;
  border: 1px solid var(--color-ccc);
  background-color: var(--color-white);
  vertical-align: middle;
}

  /* Form Styles
  --------------------------------------------------------------------*/
  input,
  select,
  label {
    font-size: 14px;
    padding: 5px;
    border: 1px solid var(--color-5th);
  }
  .formbox250 {
    background-color: var(--color-white);
    padding: 5px;
    width: 40%;
    border:1px solid #ccc;
    }

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

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

    .formbox750 {
    background-color: var(--color-white);
    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-black);
      cursor: pointer;
      border-radius: 3px;
      transition: all 0.4s ease-out;
      box-shadow:0px 1px 4px rgba(0,0,0,0.4);
    }
    .wpcf7 input[type="submit"] {
      font-size: 16px;
      line-height: 1em;
      font-weight: 700;
      color: var(--color-white);
      height: 50px;
      width: fit-content;
      display: block;
      padding:0.8em 5em;
      margin:0 auto;
      text-align: center;
      background-color: var(--color-black);
      background-image: url(../img/ic-ar_h.png);
      background-repeat: no-repeat;
      background-position: 96% center;
      background-size: auto 50%;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      border-radius: 5px;
      cursor: pointer;
      }
      .wpcf7 input[type="submit"]:hover {
        background-color: var(--color-2nd);
      }


}


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

/* Contents styles
  -------------------------------------------------------*/
  .mmcc {
    width: 100%;
    height: auto;
    display: block;
    padding: 50px 5%;
  }

  ul.snslist {
    width:100%;
    max-width:800px;
    height: auto;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  ul.snslist li {
    width:60px;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    margin:0 2% 5px;
  }
  ul.snslist li a {
    width:60px;
    height: 60px;
    display: block;
    text-indent: -9999px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 80% auto;
  }


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

  .fl_jc_fl_st {
    justify-content: flex-start!important;
  }
  .fl_jc_fl_c {
    justify-content: center!important;
  }

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

  .flc80 { width: 80%; }
  .flc70 { width: 70%; }
  .flc60 { width: 60%; }
  .flc55 { width: 100%; }
  .flc50 { width: 100%; }
  .flc47 { width: 100%; }
  .flc47_5b { width: 47.5%; }
  .flc45 { width: 100%; }
  .flc40 { width: 100%; }
  .flc35 { width: 35%; }
  .flc33 { width: 33.3333333333%; }
  .flc30 { width: 30%; }
  .flc25 { width: 25%; }
  .flc20 { width: 20%; }

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

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


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

  /* Padding top styles
    -------------------------------------------------------------------*/
    .pt00 {padding-top:0!important;}
    .pt03 {padding-top:3%;}
    .pt05 {padding-top:5%;}
    .pt10 {padding-top:15%;}

  /* Padding top styles
  --------------------------------------------------------------------*/
  .ptb00 {padding-top:0!important; padding-bottom:0!important;}
  .ptb03 {padding-top:3%;  padding-bottom:3%;}
  .ptb05 {padding-top:5%;  padding-bottom:5%;}


  /* Margin  bottom styles
  -------------------------------------------------------*/
  .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;
    margin-left: auto;
    margin-right: auto;
  }

  .wd30 {
    width: 30%;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  .wd40 {
    width: 40%;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  .wd50 {
    width: 50%;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  .wd60 {
    width: 60%;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  .wd70 {
    width: 70%;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  .wd80 {
    width: 80%;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  .wd90 {
    width: 90%;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  .wd100 {
    width: 100%;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

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

  .tar {
    text-align: right;
  }


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

  .sectitle02 {
    font-family: var(--font-min);
    font-size: clamp(26px, 1vw, 32px);
    font-weight: 600;
    line-height: 1.4em;
    color: var(--color-black);
    margin-bottom: 0.5em;
  }

  .sectitle03 {
    font-family: var(--font-min);
    font-size: clamp(20px, 1vw, 28px);
    font-weight: 600;
    line-height: 1.4em;
    color: var(--color-black);
    margin-bottom: 0.5em;
  }

  .sectitle04 {
    font-family: var(--font-min);
    font-size: clamp(18px, 1vw, 26px);
    font-weight: 600;
    line-height: 1.4em;
    color: var(--color-black);
    margin-bottom: 0.5em;
  }

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

  .maincontents p {
    font-size: clamp(14px, 1vw, 18px);
    line-height: 2em;
    margin-bottom: 2em;
  }

  .fs_s {
    font-size:10px;
  }


  /* Text button
  --------------------------------------------------------------------*/
  p.textbn_ar {
    width:fit-content;
    height: auto;
    display: block;
    margin:0;
  }
  p.textbn_ar a {
    width:100%;
    height: auto;
    display: block;
    text-decoration: none;
    padding:10px 35px 10px 15px;
    color:var(--color-white);
    background-color: var(--color-2nd);
    background-image: url(../img/ic-ar_h_r.png);
    background-repeat: no-repeat;
    background-position: 98% center;
    background-size: auto 25px;
    border-radius: 3px;
    transition: .4s all;
  }
  p.textbn_ar a:hover {
    background-color: var(--color-1st);
  }

  p.textbn_ar_l {
    width:fit-content;
    height: auto;
    display: block;
    margin:0;
    font-size:12px;
    line-height: 1em;
  }
  p.textbn_ar_l a {
    width:100%;
    height: auto;
    display: block;
    text-decoration: none;
    padding:10px 15px 10px 35px;
    color:var(--color-white);
    background-color: var(--color-2nd);
    background-image: url(../img/ic-ar_h_l.png);
    background-repeat: no-repeat;
    background-position: 2% center;
    background-size: auto 25px;
    transition: .4s all;
  }
  p.textbn_ar_l a:hover {
    background-color: var(--color-1st);
  }


  /* List Styles
  -------------------------------------------------------*/
  ul.ulnom {
    margin:0 0 1em 1em;
  }

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

  ol.olnom {
    margin:0 0 1em 1em;
  }

  ol.olnom li {
    font-size: clamp(14px, 1vw, 18px);
    line-height: 2em;
    margin:0 0 1em 0.5em;
    padding-left:0.5em;
    list-style: decimal;
  }


  /* table Styles
  -------------------------------------------------------*/
  dl.dltable01 {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  dl.dltable01 dt {
    width: 20%;
    padding: 15px 5px;
    border-bottom: 1px dotted var(--color-ccc);
    text-align: left;
    font-size: clamp(14px, 1vw, 18px);
    font-weight: 600;
    color: var(--color-black);
    line-height: 1.6em;
  }

  dl.dltable01 dd {
    width: 80%;
    font-size: clamp(14px, 1vw, 18px);
    padding: 15px 5px;
    border-bottom: 1px dotted var(--color-ccc);
    line-height: 1.6em;
  }
  dl.dltable01 p {
    margin:0!important;
    padding:0!important;
  }

  /* Table(Flexible width) */

  table.nomtable01 {
    width: 100%;
    font-size: clamp(14px, 1vw, 18px);
    line-height: 1.6em;
  }

  table.nomtable01 th {
    width: auto;
    padding: 15px 5px;
    border-bottom: 1px dotted var(--color-ccc);
    text-align: left;
    font-size: clamp(14px, 1vw, 18px);
    line-height: 1.6em;
    font-weight:600;
    color: var(--color-black);
    vertical-align: top;
  }

  table.nomtable01 td {
    width: auto;
    padding: 15px 5px;
    font-size: clamp(14px, 1vw, 18px);
    line-height: 1.6em;
    border-bottom: 1px dotted var(--color-ccc);
    vertical-align: top;
  }
  table.nomtable01 p {
    margin:0!important;
    padding:0!important;
  }

  /* Table(flexible width with borderbox) */

  table.nomtable02 {
    width: 100%;
    border-collapse: collapse;
  }

  table.nomtable02 tr:nth-child(even) {
    background-color: var(--color-4th);
  }

  table.nomtable02 th {
    width: auto;
    padding: 15px 10px;
    font-size: clamp(14px, 1vw, 18px);
    line-height: 1.6em;
    text-align: left;
    font-weight: 600;
    color: var(--color-black);
    vertical-align: top;
  }

  table.nomtable02 td {
    width: auto;
    padding: 15px 10px;
    font-size: clamp(14px, 1vw, 18px);
    line-height: 1.6em;
    vertical-align: top;
  }

    /* Table(flexible width and swipe at mobile) */
.tablescn {
  width:100%;
  height: auto;
  display: block;
  }
  .tablescn_title {
    display: none;
  }
  .tablescn_title p {
    display: none;
  }

  table.nomtable_fld {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid var(--color-ccc);
  }

  table.nomtable_fld th {
    width: auto;
    padding: 15px 10px;
    font-size: 90%;
    line-height: 1.6em;
    border: 1px solid var(--color-ccc);
    font-weight: 600;
    color: var(--color-white);
    background-color: var(--color-999);
    vertical-align: middle;
    text-align: center;
  }

  table.nomtable_fld td {
    width: auto;
    padding: 15px 10px;
    font-size: 90%;
    line-height: 1.6em;
    background-color: var(--color-white);
    border: 1px solid var(--color-ccc);
    vertical-align: middle;
  }


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

.formbox250 {
color:var(--color-black);
background-color: var(--color-white);
padding: 5px;
width: 40%;
border:1px solid var(--color-ccc);
}

.formbox150 {
color:var(--color-black);
background-color: var(--color-white);
padding: 5px;
width: 30%;
border:1px solid var(--color-ccc);
}

.formbox100 {
color:var(--color-black);
background-color: var(--color-white);
padding: 5px;
width: 20%;
border:1px solid var(--color-ccc);
}

.formbox750 {
color:var(--color-black);
background-color: var(--color-white);
padding: 5px;
width: 100%;
border:1px solid var(--color-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-black);
  cursor: pointer;
  border-radius: 3px;
  transition: all 0.4s ease-out;
  box-shadow:0px 1px 4px rgba(0,0,0,0.4);
}
.wpcf7 input[type="submit"] {
  font-size: 16px;
  line-height: 1em;
  font-weight: 700;
  color: var(--color-white);
  height: 50px;
  width: fit-content;
  display: block;
  padding:0.8em 5em;
  margin:0 auto;
  text-align: center;
  background-color: var(--color-1st);
  background-image: url(../img/ic-ar_h.png);
  background-repeat: no-repeat;
  background-position: 96% center;
  background-size: auto 50%;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  cursor: pointer;
  }
  .wpcf7 input[type="submit"]:hover {
    background-color: var(--color-2nd);
  }

}

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

  /* Contents styles
  -------------------------------------------------------*/
  .mmcc {
    width: 100%;
    height: auto;
    display: block;
    padding: 50px 5%;
  }

  ul.snslist {
    width:100%;
    max-width:800px;
    height: auto;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  ul.snslist li {
    width:60px;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    margin:0 2% 5px;
  }
  ul.snslist li a {
    width:60px;
    height: 60px;
    display: block;
    text-indent: -9999px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 80% auto;
  }

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

  .fl_jc_fl_st {
    justify-content: flex-start!important;
  }
  .fl_jc_fl_c {
    justify-content: center!important;
  }

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

  .flc80 { width: 100%; }
  .flc70 { width: 100%; }
  .flc60 { width: 100%; }
  .flc50 { width: 100%; }
  .flc45 { width: 100%; }
  .flc40 { width: 100%; }
  .flc35 { width: 100%; }
  .flc33 { width: 100%; }
  .flc30 { width: 100%; }
  .flc25 { width: 100%; }
  .flc20 { width: 100%; }

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

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


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

/* Padding top styles
-------------------------------------------------------------------*/
.pt00 {padding-top:0!important;}
.pt03 {padding-top:3%;}
.pt05 {padding-top:5%;}
.pt10 {padding-top:20%;}

/* Padding top styles
--------------------------------------------------------------------*/
.ptb00 {padding-top:0!important; padding-bottom:0!important;}
.ptb03 {padding-top:3%;  padding-bottom:3%;}
.ptb05 {padding-top:10%;  padding-bottom:10%;}


  /* Margin  bottom styles
  -------------------------------------------------------*/
  .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;
    margin-left: auto;
    margin-right: auto;
  }

  .wd30 {
    width: 30%;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  .wd40 {
    width: 40%;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  .wd50 {
    width: 50%;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  .wd60 {
    width: 60%;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  .wd70 {
    width: 70%;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  .wd80 {
    width: 80%;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  .wd90 {
    width: 90%;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  .wd100 {
    width: 100%;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  /* Font align
  -------------------------------------------------------*/
  .tac {
    text-align: left;
  }

  .tar {
    text-align: right;
  }


  /* Font style
  -------------------------------------------------------*/
  .sectitle01 {
    font-family: var(--font-min);
    font-size: 24px;
    font-weight: 600;
    line-height: 1.4em;
    color: var(--color-black);
    margin-bottom: 0.5em;
  }

  .sectitle02 {
    font-family: var(--font-min);
    font-size: 20px;
    font-weight: 600;
    line-height: 1.4em;
    color: var(--color-black);
    margin-bottom: 0.5em;
  }

  .sectitle03 {
    font-family: var(--font-min);
    font-size: 18px;
    font-weight: 600;
    line-height: 1.4em;
    color: var(--color-black);
    margin-bottom: 0.5em;
  }

  .sectitle04 {
    font-family: var(--font-min);
    font-size: 16px;
    font-weight: 600;
    line-height: 1.4em;
    color: var(--color-black);
    margin-bottom: 0.5em;
  }

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

  .maincontents p {
    font-size: clamp(14px, 1vw, 18px);
    line-height: 2em;
    margin-bottom: 2em;
  }

  .fs_s {
    font-size:10px;
  }


/* Text button
  --------------------------------------------------------------------*/
  p.textbn_ar {
    width:fit-content;
    height: auto;
    display: block;
    margin:0;
  }
  p.textbn_ar a {
    width:100%;
    height: auto;
    display: block;
    text-decoration: none;
    padding:10px 35px 10px 15px;
    color:var(--color-white);
    background-color: var(--color-2nd);
    background-image: url(../img/ic-ar_h_r.png);
    background-repeat: no-repeat;
    background-position: 98% center;
    background-size: auto 25px;
    border-radius: 3px;
    transition: .4s all;
  }
  p.textbn_ar a:hover {
    background-color: var(--color-1st);
  }

  p.textbn_ar_l {
    width:fit-content;
    height: auto;
    display: block;
    margin:0;
    font-size:12px;
    line-height: 1em;
  }
  p.textbn_ar_l a {
    width:100%;
    height: auto;
    display: block;
    text-decoration: none;
    padding:10px 15px 10px 35px;
    color:var(--color-white);
    background-color: var(--color-2nd);
    background-image: url(../img/ic-ar_h_l.png);
    background-repeat: no-repeat;
    background-position: 2% center;
    background-size: auto 25px;
    border-radius: 3px;
    transition: .4s all;
  }
  p.textbn_ar_l a:hover {
    background-color: var(--color-1st);
  }


  /* List Styles
  -------------------------------------------------------*/
  ul.ulnom {
    margin:0 0 1em 1em;
  }

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

  ol.olnom {
    margin:0 0 1em 1em;
  }

  ol.olnom li {
    font-size: clamp(14px, 1vw, 18px);
    line-height: 2em;
    margin:0 0 1em 1em;
    padding-left:0.5em;
    list-style: decimal;
  }


  /* table Styles
  -------------------------------------------------------*/
  dl.dltable01 {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  dl.dltable01 dt {
    width: 100%;
    padding: 0 0 8px 0;
    text-align: left;
    font-size: 14px;
    font-weight: 600;
    color: var(--color-black);
    line-height: 1.6em;
  }

  dl.dltable01 dd {
    width: 100%;
    font-size: 14px;
    padding: 0 0 15px 0;
    border-bottom: 1px dotted var(--color-ccc);
    margin-bottom: 15px;
    line-height: 1.6em;
  }
  dl.dltable01 p {
    margin:0!important;
    padding:0!important;
  }

  /* Table(Flexible width) */

  table.nomtable01 {
    width: 100%;
    font-size: clamp(14px, 1vw, 18px);
    line-height: 1.6em;
  }

  table.nomtable01 th {
    width: 100%;
    height: auto;
    display: block;
    padding: 0px 0px 5px 0px;
    text-align: left;
    font-size: 14px;
    line-height: 1.5em;
    font-weight: 500;
    color: var(--color-black);
  }

  table.nomtable01 td {
    width: 100%;
    height: auto;
    display: block;
    font-size: 14px;
    line-height: 1.5em;
    padding: 5px 0px 20px 0px;
    border-bottom: 1px dotted var(--color-ccc);
    margin-bottom: 20px;
  }
  table.nomtable01 p {
    margin:0!important;
    padding:0!important;
  }

  /* Table(flexible width with borderbox) */

  table.nomtable02 {
    width: 100%;
  }

  table.nomtable02 tr:nth-child(even) {
    background-color: var(--color-4th);
  }

  table.nomtable02 th {
    width: auto;
    padding:10px 0px 10px 0px;
    font-size: 14px;
    line-height: 1.6em;
    text-align: left;
    font-weight: 400;
    color: var(--color-1st);
  }

  table.nomtable02 td {
    width: auto;
    font-size: 14px;
    line-height: 1.6em;
    padding: 10px 5px 10px 5px;
  }


    /* Table(flexible width and swipe at mobile) */
.tablescn {
  box-sizing: border-box;
  border-right: 8px solid #222;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
  }

  .tablescn_title {
    width:100%;
    height: auto;
    display: flex;
    flex-direction: column;
    margin-bottom: 10px;
  }
  .tablescn_title p {
    font-size:10px;
    line-height: 1em;
    text-align: right;
    margin:0;
    color:var(--color-999);
  }

  table.nomtable_fld {
    width: 980px;
  border-collapse: collapse;
  border: 1px solid var(--color-ccc);
  table-layout: fixed;
  }

  table.nomtable_fld th {
    width: auto;
    padding: 15px 10px;
    font-size: 90%;
    line-height: 1.6em;
    border: 1px solid var(--color-ccc);
    font-weight: 600;
    color: var(--color-white);
    background-color: var(--color-999);
    vertical-align: middle;
    text-align: center;
  }

  table.nomtable_fld td {
    width: auto;
    padding: 15px 10px;
    font-size: 90%;
    line-height: 1.6em;
    background-color: var(--color-white);
    border: 1px solid var(--color-ccc);
    vertical-align: middle;
  }


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

.formbox250 {
color:var(--color-black);
background-color: var(--color-white);
padding: 5px;
width: 100%;
border:1px solid var(--color-ccc);
}

.formbox150 {
color:var(--color-black);
background-color: var(--color-white);
padding: 5px;
width: 50%;
border:1px solid var(--color-ccc);
}

.formbox100 {
color:var(--color-black);
background-color: var(--color-white);
padding: 5px;
width: 30%;
border:1px solid var(--color-ccc);
}

.formbox750 {
color:var(--color-black);
background-color: var(--color-white);
padding: 5px;
width: 100%;
border:1px solid var(--color-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-black);
  cursor: pointer;
  border-radius: 3px;
  transition: all 0.4s ease-out;
  box-shadow:0px 1px 4px rgba(0,0,0,0.4);
}
.wpcf7 input[type="submit"] {
  font-size: 14px;
  line-height: 1em;
  font-weight: 700;
  color: var(--color-white);
  height: 50px;
  width:100%;
  display: block;
  padding:0.8em 5em;
  margin:0 auto;
  text-align: center;
  background-color: var(--color-1st);
  background-image: url(../img/ic-ar_h.png);
  background-repeat: no-repeat;
  background-position: 96% center;
  background-size: auto 50%;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  cursor: pointer;
  }
  .wpcf7 input[type="submit"]:hover {
    background-color: var(--color-2nd);
  }


}
