/*--------------------------------------------------------------------
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;
  min-height: 0vw; /* Safari clamp関数対策 */
}
html {
  height: 100%;
  width: 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;
}
body {
  /*color: #333;*/
/*  font-size: clamp(14px, 1vw, 18px);*/
  /*font-family: "Sawarabi Gothic", "游ゴシック Medium", YuGothic, YuGothicM, "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;
}




.top-address {
  width: 210px;
  margin: 0;
  padding: 180px 10px 10px 580px;
  font-size: 10px;
  text-align: center;
  line-height: 1.6em;
    box-sizing: content-box!important;
}

.top-index {
  margin: 10px 0 5px 0;
  color: #fff;
  text-align: center;
  font-weight: normal;
}

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

#footer img {
width: auto!important;
  height: auto;

}*/


.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;
}
/*--------------------------------------------------------------------
Font
--------------------------------------------------------------------*/
.fs_min {
  font-family: 'Noto Serif JP', serif;
}
.fs_en {
  font-family: 'EB Garamond', serif;
}
/*--------------------------------------------------------------------
Color settings
--------------------------------------------------------------------*/ :root {
  --color-1st: #092451;
  --color-2nd: #348ACB;
  --color-3rd: #BDA861;
  --color-4th: #b8381c;
  --color-line: #48B967;
  --color-white: #fff;
  --color-black: #151515;
  --color-f5: #f5f5f5;
  --color-f8: #f8f8f8;
  --color-ccc: #ccc;
  --font-min: 'Noto Serif JP', serif;
  --font-en: 'EB Garamond', serif;
}


.textbn a {
  color: #fff;
  background-color: #c49d69;
}
.textbn a:hover {
  background-color: var(--color-2nd);
}
form input#submit {
  color: #fff;
  background-color: #c49d69;
}
/* Style for PCs */
@media screen and (min-width: 1025px) {
  /* Contents styles
  --------------------------------------------------------------------*/
  .mmcc {
    width: 100%;
    height: auto;
    display: block;
    padding: 50px 5%;
  }
  /* 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%;
  }
  .flc50 {
    width: 50%;
  }
  .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%;
  }
  /* 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(32px, 1vw, 40px);
    font-weight: 400;
    line-height: 1.4em;
    color: #c49d69;
    margin-bottom: 0.5em;
  }
  .sectitle02 {
    font-size: clamp(26px, 1vw, 32px);
    font-weight: 400;
    line-height: 1.4em;
    color: #c49d69;
    margin-bottom: 0.5em;
  }
  .sectitle03 {
    font-size: clamp(20px, 1vw, 28px);
    font-weight: 400;
    line-height: 1.4em;
    color: #c49d69;
    margin-bottom: 0.5em;
  }
  .sectitle04 {
    font-size: clamp(18px, 1vw, 26px);
    font-weight: 400;
    line-height: 1.4em;
    color: #c49d69;
    margin-bottom: 0.5em;
  }
  .stul {
    padding-bottom: 5px;
    border-bottom: 1px solid var(--color-3rd);
  }
  .mmcc p {
    font-size: clamp(14px, 1vw, 18px);
    line-height: 2em;
    margin-bottom: 2em;
  }
  .mmcc p.pnom1 {
    margin-bottom: 1em;
  }
  /* Bottonm Styles
  --------------------------------------------------------------------*/
  .textbn {
    margin: 0;
  }
  .textbn a {
    width: fit-content;
    height: auto;
    display: block;
    margin: 0 auto;
    font-size: 14px;
    padding: 8px 50px 8px 15px;
    text-decoration: none;
    color: var(--color-white) !important;
    background-color: var(--color-2nd) !important;
    background-image: url(../img/header/ic-ar_h_w.png);
    background-repeat: no-repeat;
    background-position: 98% center;
    background-size: auto 60%;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  .textbn a:hover {
    background-color: #000066;
    color: var(--color-white) !important;
  }
  p.listbn {
    width: fit-content;
    height: 24px;
    display: block;
    font-size: 12px;
    line-height: 22px;
    margin: 0 auto;
  }
  p.listbn a {
    width: 100%;
    height: 24px;
    display: block;
    text-align: center;
    text-decoration: none;
    padding: 0 30px;
    color: var(--color-white) !important;
    background-color: #000066;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  p.listbn a:hover {
background: #0000c1;
    color: var(--color-white) !important;
  }
  /* List Styles
  --------------------------------------------------------------------*/
  ul.ulnom {
    margin-left: 1em;
    margin-bottom: 2em;
  }
  ul.ulnom li {
    font-size: clamp(14px, 1vw, 18px);
    line-height: 1.8em;
    margin-left: 1em;
    margin-bottom: 1em;
    list-style-image: url(../img/lidot.png);
  }
  ol.olnom {
    margin-left: 1em;
    margin-bottom: 2em;
  }
  ol.olnom li {
    font-size: clamp(14px, 1vw, 18px);
    line-height: 1.8em;
    margin-left: 1em;
    margin-bottom: 1em;
    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: 400;
    color: #c49d69;
    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;
  }
  /* 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);
    line-height: 1.6em;
    font-weight: 400;
    color: #c49d69;
    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(flexible width with borderbox) */
  table.nomtable02 {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid var(--color-5th);
  }
  table.nomtable02 th {
    width: auto;
    padding: 15px 10px;
    font-size: clamp(14px, 1vw, 18px);
    line-height: 1.6em;
    border: 1px solid var(--color-5th);
    text-align: left;
    font-weight: 400;
    color: #c49d69;
    vertical-align: top;
  }
  table.nomtable02 td {
    width: auto;
    padding: 15px 10px;
    font-size: clamp(14px, 1vw, 18px);
    line-height: 1.6em;
    border: 1px solid var(--color-5th);
    vertical-align: top;
  }
  /* Form Styles
  --------------------------------------------------------------------*/
  .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 {
    font-size: 14px;
    line-height: 50px;
    font-weight: 700;
    height: 50px;
    width: 40%;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    cursor: pointer;
  }
}
/* Style for iPad Pro */
@media print, screen and (min-width: 769px) and (max-width: 1024px) {
  /* Contents styles
  --------------------------------------------------------------------*/
  .mmcc {
    width: 100%;
    height: auto;
    display: block;
    padding: 50px 5%;
  }
  /* 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%;
  }
  .flc50 {
    width: 50%;
  }
  .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%;
  }
  /* 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(32px, 1vw, 40px);
    font-weight: 400;
    line-height: 1.4em;
    color: #c49d69;
    margin-bottom: 0.5em;
  }
  .sectitle02 {
    font-size: clamp(26px, 1vw, 32px);
    font-weight: 400;
    line-height: 1.4em;
    color: #c49d69;
    margin-bottom: 0.5em;
  }
  .sectitle03 {
    font-size: clamp(20px, 1vw, 28px);
    font-weight: 400;
    line-height: 1.4em;
    color: #c49d69;
    margin-bottom: 0.5em;
  }
  .sectitle04 {
    font-size: clamp(18px, 1vw, 26px);
    font-weight: 400;
    line-height: 1.4em;
    color: #c49d69;
    margin-bottom: 0.5em;
  }
  .stul {
    padding-bottom: 5px;
    border-bottom: 1px solid var(--color-3rd);
  }
  .mmcc p {
    font-size: clamp(14px, 1vw, 18px);
    line-height: 2em;
    margin-bottom: 2em;
  }
  .mmcc p.pnom1 {
    margin-bottom: 1em;
  }
  /* Bottonm Styles
  --------------------------------------------------------------------*/
  .textbn {
    margin: 0;
  }
  .textbn a {
    width: fit-content;
    height: auto;
    display: block;
    margin: 0 auto;
    font-size: 14px;
    padding: 8px 50px 8px 15px;
    text-decoration: none;
    color: var(--color-white) !important;
    background-color: var(--color-2nd) !important;
    background-image: url(../img/header/ic-ar_h_w.png);
    background-repeat: no-repeat;
    background-position: 98% center;
    background-size: auto 60%;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  .textbn a:hover {
    background-color: #000066;
    color: var(--color-white) !important;
  }
  p.listbn {
    width: fit-content;
    height: 24px;
    display: block;
    font-size: 12px;
    line-height: 22px;
    margin: 0 auto;
  }
  p.listbn a {
    width: 100%;
    height: 24px;
    display: block;
    text-align: center;
    text-decoration: none;
    padding: 0 30px;
    color: var(--color-white) !important;
    background-color: #000066;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  p.listbn a:hover {
background: #0000c1;
    color: var(--color-white) !important;
  }
  /* List Styles
  --------------------------------------------------------------------*/
  ul.ulnom {
    margin-left: 1em;
    margin-bottom: 2em;
  }
  ul.ulnom li {
    font-size: clamp(14px, 1vw, 18px);
    line-height: 1.8em;
    margin-left: 1em;
    margin-bottom: 1em;
    list-style-image: url(../img/lidot.png);
  }
  ol.olnom {
    margin-left: 1em;
    margin-bottom: 2em;
  }
  ol.olnom li {
    font-size: clamp(14px, 1vw, 18px);
    line-height: 1.8em;
    margin-left: 1em;
    margin-bottom: 1em;
    list-style: decimal;
  }
  /* table Styles
  --------------------------------------------------------------------*/
  dl.dltable01 {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    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: 400;
    color: #c49d69;
    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;
  }
  /* Table(Flexible width) */
  table.nomtable01 {
    width: 100%;
    font-size: clamp(14px, 1vw, 18px);
    line-height: 1.6em;
  }
  table.nomtable01 th {
    width: 30%;
    padding: 15px 5px;
    border-bottom: 1px dotted var(--color-5th);
    text-align: left;
    font-size: clamp(14px, 1vw, 18px);
    line-height: 1.6em;
    font-weight: 400;
    color: #c49d69;
    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-5th);
    vertical-align: top;
  }
  /* Table(flexible width with borderbox) */
  table.nomtable02 {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid var(--color-5th);
  }
  table.nomtable02 th {
    width: auto;
    padding: 15px 10px;
    font-size: clamp(14px, 1vw, 18px);
    line-height: 1.6em;
    border: 1px solid var(--color-5th);
    text-align: left;
    font-weight: 400;
    color: #c49d69;
    vertical-align: top;
  }
  table.nomtable02 td {
    width: auto;
    padding: 15px 10px;
    font-size: clamp(14px, 1vw, 18px);
    line-height: 1.6em;
    border: 1px solid var(--color-5th);
    vertical-align: top;
  }
  /* Form Styles
  --------------------------------------------------------------------*/
  .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 {
    font-size: 14px;
    line-height: 50px;
    font-weight: 700;
    height: 50px;
    width: 40%;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    cursor: pointer;
  }
}
/* Style for Smartphone */
@media screen and (max-width: 768px) {
  /* Contents styles
  --------------------------------------------------------------------*/
  .mmcc {
    width: 100%;
    height: auto;
    display: block;
    padding: 50px 5%;
  }
  /* 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%;
  }
  .flc50 {
    width: 50%;
  }
  .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%;
  }
  /* 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: 26px;
    font-weight: 400;
    line-height: 1.4em;
    color: #c49d69;
    margin-bottom: 0.5em;
  }
  .sectitle02 {
    font-size: 24px;
    font-weight: 400;
    line-height: 1.4em;
    color: #c49d69;
    margin-bottom: 0.5em;
  }
  .sectitle03 {
    font-size: 20px;
    font-weight: 400;
    line-height: 1.4em;
    color: #c49d69;
    margin-bottom: 0.5em;
  }
  .sectitle04 {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4em;
    color: #c49d69;
    margin-bottom: 0.5em;
  }
  .stul {
    padding-bottom: 5px;
    border-bottom: 1px solid var(--color-3rd);
  }
  .mmcc p {
    font-size: 14px;
    line-height: 2em;
    margin-bottom: 2em;
  }
  .mmcc p.pnom1 {
    margin-bottom: 1em;
  }
  /* Bottonm Styles
  --------------------------------------------------------------------*/
  .textbn {
    margin: 0;
  }
  .textbn a {
    width: fit-content;
    height: auto;
    display: block;
    margin: 0 auto;
    font-size: 14px;
    padding: 8px 50px 8px 15px;
    text-decoration: none;
    color: var(--color-white) !important;
    background-color: var(--color-2nd) !important;
    background-image: url(../img/header/ic-ar_h_w.png);
    background-repeat: no-repeat;
    background-position: 98% center;
    background-size: auto 60%;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  .textbn a:hover {
    background-color: #000066;
    color: var(--color-white) !important;
  }
  p.listbn {
    width: fit-content;
    height: 24px;
    display: block;
    font-size: 12px;
    line-height: 22px;
    margin: 0 auto;
  }
  p.listbn a {
    width: 100%;
    height: 24px;
    display: block;
    text-align: center;
    text-decoration: none;
    padding: 0 30px;
    color: var(--color-white) !important;
    background-color: #000066;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  p.listbn a:hover {
background: #0000c1;
    color: var(--color-white) !important;
  }
  /* List Styles
  --------------------------------------------------------------------*/
  ul.ulnom {
    margin-left: 1em;
    margin-bottom: 2em;
  }
  ul.ulnom li {
    font-size: clamp(14px, 1vw, 18px);
    line-height: 1.8em;
    margin-left: 1em;
    margin-bottom: 1em;
    list-style-image: url(../img/lidot.png);
  }
  ol.olnom {
    margin-left: 1em;
    margin-bottom: 2em;
  }
  ol.olnom li {
    font-size: clamp(14px, 1vw, 18px);
    line-height: 1.8em;
    margin-left: 1em;
    margin-bottom: 1em;
    list-style: decimal;
  }
  /* table Styles
  --------------------------------------------------------------------*/
  dl.dltable01 {
    width: 100%;
    height: auto;
    display: block;
  }
  dl.dltable01 dt {
    width: 100%;
    height: auto;
    display: block;
    padding: 0 0 5px 0;
    text-align: left;
    font-size: 14px;
    font-weight: 400;
    color: #c49d69;
    line-height: 1.6em;
  }
  dl.dltable01 dd {
    width: 100%;
    height: auto;
    display: block;
    padding: 0 0 15px 0;
    margin-bottom: 15px;
    font-size: 14px;
    border-bottom: 1px dotted var(--color-ccc);
    line-height: 1.6em;
  }
  /* 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-size: 14px;
    line-height: 1.6em;
    font-weight: 400;
    color: #c49d69;
    vertical-align: top;
  }
  table.nomtable01 td {
    width: 100%;
    height: auto;
    display: block;
    padding: 0 0 15px 0;
    margin-bottom: 15px;
    font-size: 14px;
    border-bottom: 1px dotted var(--color-ccc);
    line-height: 1.6em;
  }
  /* Form Styles
  --------------------------------------------------------------------*/
  .formbox250 {
    background-color: #f3f3f3;
    padding: 5px;
    width: 100%;
    border: 1px solid #ccc;
  }
  .formbox150 {
    background-color: #f3f3f3;
    padding: 5px;
    width: 48%;
    border: 1px solid #ccc;
  }
  .formbox100 {
    background-color: #f3f3f3;
    padding: 5px;
    width: 33%;
    border: 1px solid #ccc;
  }
  .formbox750 {
    background-color: #f3f3f3;
    padding: 5px;
    width: 100%;
    border: 1px solid #ccc;
  }
  form input#submit {
    font-size: 14px;
    line-height: 50px;
    font-weight: 700;
    height: 50px;
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    cursor: pointer;
  }
}