@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/*html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  //line-height: normal;
  line-height:1.7;
  box-sizing: border-box;
}*/
/*font*/
/*$base_font: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, Verdana, Meiryo, sans-serif;*/
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 100;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 200;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 300;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Bold");
  font-weight: bold;
}
@font-face {
  font-family: "Helvetica Neue";
  src: local("Helvetica Neue Regular");
  font-weight: 100;
}
@font-face {
  font-family: "Helvetica Neue";
  src: local("Helvetica Neue Regular");
  font-weight: 200;
}
/*! based on html5doctor.com Reset Stylesheet v1.6.1 Author: Richard Clark - http://richclarkdesign.com */
html {
  box-sizing: border-box;
}

*,
::before,
::after {
  box-sizing: inherit;
}

body {
  background: transparent;
  color: #000;
  line-height: 1;
  -webkit-text-size-adjust: 100%;
}

html[lang=ja] body {
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, Verdana, Meiryo, sans-serif;
}

@media all and (-ms-high-contrast: none) {
  body {
    font-family: Verdana, Meiryo, sans-serif;
  }
}
/* main elements group */
audio,
canvas,
progress,
video {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

/* a */
/*default_comp*/
.center {
  text-align: center !important;
}

.left {
  text-align: left !important;
}

.right {
  text-align: right !important;
}

.top0 {
  margin-top: 0 !important;
}

.top5 {
  margin-top: 0.3125rem !important;
}

.top10 {
  margin-top: 0.625rem !important;
}

.top15 {
  margin-top: 0.9375rem !important;
}

.top20 {
  margin-top: 1.25rem !important;
}

.top25 {
  margin-top: 1.5625rem !important;
}

.top30 {
  margin-top: 1.875rem !important;
}

.top35 {
  margin-top: 2.1875rem !important;
}

.top40 {
  margin-top: 2.5rem !important;
}

.btm0 {
  margin-bottom: 0 !important;
}

.btm5 {
  margin-bottom: 0.3125rem !important;
}

.btm10 {
  margin-bottom: 0.625rem !important;
}

.btm15 {
  margin-bottom: 0.9375rem !important;
}

.btm20 {
  margin-bottom: 1.25rem !important;
}

.btm25 {
  margin-bottom: 1.5625rem !important;
}

.btm30 {
  margin-bottom: 1.875rem !important;
}

.btm35 {
  margin-bottom: 2.1875rem !important;
}

.btm40 {
  margin-bottom: 2.5rem !important;
}

.btm45 {
  margin-bottom: 2.8125rem !important;
}

.btm50 {
  margin-bottom: 3.125rem !important;
}

.btm55 {
  margin-bottom: 3.4375rem !important;
}

.btm60 {
  margin-bottom: 3.75rem !important;
}

.btm65 {
  margin-bottom: 4.0625rem !important;
}

.btm70 {
  margin-bottom: 4.375rem !important;
}

.btm75 {
  margin-bottom: 4.6875rem !important;
}

.btm80 {
  margin-bottom: 5rem !important;
}

.btm85 {
  margin-bottom: 5.3125rem !important;
}

.btm90 {
  margin-bottom: 5.625rem !important;
}

.btm95 {
  margin-bottom: 5.9375rem !important;
}

.pT0 {
  padding-top: 0 !important;
}

.pT5 {
  padding-top: 0.3125rem !important;
}

.pT10 {
  padding-top: 0.625rem !important;
}

.pT15 {
  padding-top: 0.9375rem !important;
}

.pT20 {
  padding-top: 1.25rem !important;
}

.pT25 {
  padding-top: 1.5625rem !important;
}

.pT30 {
  padding-top: 1.875rem !important;
}

.pT35 {
  padding-top: 2.1875rem !important;
}

.pT40 {
  padding-top: 2.5rem !important;
}

.pT45 {
  padding-top: 2.8125rem !important;
}

.pT80 {
  padding-top: 5rem !important;
}

.pT90 {
  padding-top: 5.625rem !important;
}

.pT100 {
  padding-top: 6.25rem !important;
}

.pB0 {
  padding-bottom: 0 !important;
}

.pB5 {
  padding-bottom: 0.3125rem !important;
}

.pB10 {
  padding-bottom: 0.625rem !important;
}

.pB15 {
  padding-bottom: 0.9375rem !important;
}

.pB20 {
  padding-bottom: 1.25rem !important;
}

.pL10 {
  padding-left: 0.625rem !important;
}

.lm5 {
  margin-left: 0.3125rem !important;
}

.lm10 {
  margin-left: 0.625rem !important;
}

.lm15 {
  margin-left: 0.9375rem !important;
}

.lm20 {
  margin-left: 1.25rem !important;
}

.lm50 {
  margin-left: 3.125rem !important;
}

.lm60 {
  margin-left: 3.75rem !important;
}

.lm70 {
  margin-left: 4.375rem !important;
}

.rm5 {
  margin-right: 0.3125rem !important;
}

.rm10 {
  margin-right: 0.625rem !important;
}

.rm15 {
  margin-right: 0.9375rem !important;
}

.rm20 {
  margin-right: 1.25rem !important;
}

.vAT {
  vertical-align: top !important;
}

.vAM {
  vertical-align: middle !important;
}

.vAB {
  vertical-align: bottom !important;
}

.size10 {
  font-size: 57% !important;
  line-height: 1.3 !important;
}

.size11 {
  font-size: 65% !important;
  line-height: 1.3 !important;
}

.size12 {
  font-size: 70% !important;
  line-height: 1.3 !important;
}

.size13 {
  font-size: 77% !important;
  line-height: 1.3 !important;
}

.size14 {
  font-size: 85% !important;
}

.size15 {
  font-size: 93% !important;
}

.size16 {
  font-size: 100% !important;
}

.size17 {
  font-size: 116% !important;
}

.size18 {
  font-size: 123.1% !important;
}

.size19 {
  font-size: 131% !important;
}

.size20 {
  font-size: 138.5% !important;
}

.size21 {
  font-size: 146.5% !important;
}

.size22 {
  font-size: 153.9% !important;
}

.size23 {
  font-size: 161.6% !important;
}

.size24 {
  font-size: 167% !important;
}

.w10 {
  width: 10% !important;
}

.w20 {
  width: 20% !important;
}

.w30 {
  width: 30% !important;
}

.w40 {
  width: 40% !important;
}

.w50 {
  width: 50% !important;
}

.w60 {
  width: 60% !important;
}

.w70 {
  width: 70% !important;
}

.w80 {
  width: 80% !important;
}

.w100 {
  width: 100% !important;
}

.red {
  color: #ce3838 !important;
}

.pink {
  color: #e3365f !important;
}

.bold {
  font-weight: bold;
}

.normal {
  font-weight: normal;
}

.icon {
  margin-right: 0.1875rem;
  vertical-align: middle;
  margin-top: -0.0625rem;
}

.f_l {
  float: left !important;
}

.f_r {
  float: right !important;
}

.mr {
  margin-right: 1.875rem !important;
}

.ml {
  margin-left: 1.875rem !important;
}

.clearfix:after {
  content: ".";
  height: 0;
  clear: both;
  display: block;
  font-size: 0.1em;
  line-height: 0;
  visibility: hidden;
}

.clearfix {
  display: inline-block;
  min-height: 1%;
  clear: both;
}

/* Hides from IE-mac \*/
* html .clearfix {
  height: 1%;
}

a {
  text-decoration: none;
  color: #000;
}

a.link01 {
  background: url(../image/sub_yajirushi02.gif) no-repeat left 0.3125rem;
  text-decoration: underline;
  padding-left: 0.75rem;
}

a.link01:hover {
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  .f_l {
    float: none !important;
    margin-bottom: 0.625rem;
  }
  .f_r {
    float: none !important;
    margin-bottom: 0.625rem;
  }
  .mr {
    margin-right: 0 !important;
  }
  .ml {
    margin-left: 0 !important;
  }
  table .w10 {
    width: 100% !important;
  }
  table .w20 {
    width: 100% !important;
  }
  table .w30 {
    width: 100% !important;
  }
  table .w40 {
    width: 100% !important;
  }
  table .w50 {
    width: 100% !important;
  }
  table .w60 {
    width: 100% !important;
  }
  table .w70 {
    width: 100% !important;
  }
  table .w80 {
    width: 100% !important;
  }
}
ol.num01 {
  margin-bottom: 0.4375rem;
}

ol.num01 li {
  list-style: inside decimal;
  text-indent: -1em;
  padding-left: 1em;
  line-height: 150%;
  margin-bottom: 0.1875rem;
}

ol.num01 li.last {
  margin-bottom: 0;
}

ol.num01 li p {
  text-indent: 0;
}

/*num01*/
ul.num01 {
  margin-bottom: 0.4375rem;
}

ul.num01 li {
  list-style: inside disc;
  text-indent: -1.4em;
  padding-left: 1.8em;
  line-height: 150%;
  margin-bottom: 0.1875rem;
  font-size: 1.6rem;
}

@media screen and (max-width: 1000px) {
  ul.num01 li {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 1000px) and (max-width: 1000px) {
  ul.num01 li {
    font-size: 2.8rem;
  }
}
ul.num01 li.last {
  margin-bottom: 0;
}

ul.num02 {
  margin-bottom: 0.4375rem;
}

ul.num02 li {
  list-style: inside square;
  text-indent: -1em;
  padding-left: 1em;
  line-height: 150%;
  margin-bottom: 0.1875rem;
}

ul.num02 li.last {
  margin-bottom: 0;
}

ul.num03 {
  margin-bottom: 0.4375rem;
}

ul.num04 {
  margin-bottom: 0;
}

ul.num04 li {
  font-size: 1.6rem;
  margin-bottom: 0.1875rem;
}

@media screen and (max-width: 1000px) {
  ul.num04 li {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 1000px) and (max-width: 1000px) {
  ul.num04 li {
    font-size: 2.625rem;
  }
}
ul.num04 li.last {
  margin-bottom: 0;
}

ul.num05 {
  margin-bottom: 0px;
}

ul.num05.model {
  padding-top: 30px;
}

ul.num05.model li {
  font-size: 1.4rem;
}

@media screen and (max-width: 1000px) {
  ul.num05.model li {
    font-size: 2.45rem;
  }
}
ul.num05 li {
  margin-bottom: 0.375rem;
  text-indent: -1.2em;
  padding-left: 1.2em;
}

ul.num05 li.last {
  margin-bottom: 0;
}

ul.num06 {
  margin-bottom: 0px;
}

ul.num06.model {
  padding-top: 30px;
}

ul.num06.model li {
  font-size: 1.4rem;
}

@media screen and (max-width: 1000px) {
  ul.num06.model li {
    font-size: 2.45rem;
  }
}
ul.num06 li {
  margin-bottom: 0.375rem;
  text-indent: -2.2em;
  padding-left: 2.2em;
}

ul.num06 li.last {
  margin-bottom: 0;
}

a.pdf:hover {
  text-decoration: underline;
}

a.pdf::after {
  content: url(/common/image/icon01.png);
  padding-left: 0.3125rem;
}

a.exl:hover {
  text-decoration: underline;
}

a.exl::after {
  content: url(/common/image/icon02.png);
  padding-left: 0.3125rem;
}

a.word:hover {
  text-decoration: underline;
}

a.word::after {
  content: url(/common/image/icon03.png);
  padding-left: 0.3125rem;
}

a.bra::after {
  content: url(/common/image/icon04.png);
  padding-left: 0.3125rem;
}

a.bra:hover {
  text-decoration: underline;
}

a.down::after {
  content: url(../image/down.png);
  padding-left: 0.3125rem;
}

a.down:hover::after {
  content: url(../image/down_on.png);
  padding-left: 0.3125rem;
}

.ta03 {
  width: 100%;
  margin-top: 30px;
}

.ta03 table {
  width: 100%;
}

.ta03 table tbody {
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
}

.ta03 table tbody tr:nth-child(odd) {
  background: #ede5f1;
}

.ta03 table tbody tr th,
.ta03 table tbody tr td {
  border-bottom: 1px solid #ccc;
  font-size: 1.4rem;
}

@media screen and (max-width: 1000px) {
  .ta03 table tbody tr th,
  .ta03 table tbody tr td {
    font-size: 2.45rem;
  }
}
@media screen and (max-width: 1000px) {
  .ta03 table tbody tr th,
  .ta03 table tbody tr td {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 1000px) and (max-width: 1000px) {
  .ta03 table tbody tr th,
  .ta03 table tbody tr td {
    font-size: 2.275rem;
  }
}
.ta03 table tbody tr th {
  padding: 10px 20px;
  border-left: 1px solid #ccc;
  border-top: 1px solid #ccc;
  vertical-align: top;
  width: 20%;
  font-weight: bold;
}

@media screen and (max-width: 1000px) {
  .ta03 table tbody tr th {
    font-size: 1.5rem;
    width: auto;
    /*padding: 20px 0 5px 10px;*/
    /*border-top: none;
    border-bottom: none;*/
    /* padding: 10px 20px 0;*/
  }
}
@media screen and (max-width: 1000px) and (max-width: 1000px) {
  .ta03 table tbody tr th {
    font-size: 2.625rem;
  }
}
.ta03 table tbody tr td {
  border-left: 1px solid #ccc;
  border-top: 1px solid #ccc;
  padding: 10px 20px;
  width: 80%;
}

@media screen and (max-width: 1000px) {
  .ta03 table tbody tr td {
    width: auto;
    /* border-top: none;
    padding: 0px 20px 10px;*/
  }
}
@media screen and (max-width: 1000px) {
  .ta03 table tbody tr td.ta01_td {
    padding: 10px 20px 10px;
  }
}
@media screen and (max-width: 1000px) {
  .ta03 {
    margin-top: 15px;
  }
}
.ta01 {
  width: 100%;
  margin-top: 30px;
}

.ta01 table {
  width: 100%;
}

.ta01 table tbody {
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
}

.ta01 table tbody tr:nth-child(odd) {
  background: #ede5f1;
}

.ta01 table tbody tr th,
.ta01 table tbody tr td {
  border-bottom: 1px solid #ccc;
  font-size: 1.4rem;
}

@media screen and (max-width: 1000px) {
  .ta01 table tbody tr th,
  .ta01 table tbody tr td {
    font-size: 2.45rem;
  }
}
@media screen and (max-width: 1000px) {
  .ta01 table tbody tr th,
  .ta01 table tbody tr td {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 1000px) and (max-width: 1000px) {
  .ta01 table tbody tr th,
  .ta01 table tbody tr td {
    font-size: 2.275rem;
  }
}
.ta01 table tbody tr th {
  padding: 10px 20px;
  border-left: 1px solid #ccc;
  border-top: 1px solid #ccc;
  vertical-align: top;
  width: 30%;
  font-weight: bold;
}

@media screen and (max-width: 1000px) {
  .ta01 table tbody tr th {
    font-size: 1.5rem;
    width: 100%;
    padding: 20px 0 5px 10px;
    border-top: none;
    border-bottom: none;
    padding: 10px 20px 0;
  }
}
@media screen and (max-width: 1000px) and (max-width: 1000px) {
  .ta01 table tbody tr th {
    font-size: 2.625rem;
  }
}
.ta01 table tbody tr td {
  border-left: 1px solid #ccc;
  border-top: 1px solid #ccc;
  padding: 10px 20px;
  width: 70%;
}

.ta01 table tbody tr td.op01 {
  width: 15%;
}

@media screen and (max-width: 1000px) {
  .ta01 table tbody tr td.op01 {
    width: 100%;
  }
}
.ta01 table tbody tr td.op02 {
  width: 35%;
}

@media screen and (max-width: 1000px) {
  .ta01 table tbody tr td.op02 {
    width: 100%;
  }
}
@media screen and (max-width: 1000px) {
  .ta01 table tbody tr td.op02.no {
    display: none;
  }
}
@media screen and (max-width: 1000px) {
  .ta01 table tbody tr td.op01.gh {
    border-bottom: none;
    padding-bottom: 0px;
  }
}
.ta01 table tbody tr td.op03 {
  width: 10%;
}

@media screen and (max-width: 1000px) {
  .ta01 table tbody tr td.op03 {
    width: 100%;
  }
}
@media screen and (max-width: 1000px) {
  .ta01 table tbody tr td {
    width: 100%;
    border-top: none;
    padding: 0px 20px 10px;
  }
}
@media screen and (max-width: 1000px) {
  .ta01 table tbody tr td.ta01_td {
    padding: 10px 20px 10px;
  }
}
@media screen and (max-width: 1000px) {
  .ta01 {
    margin-top: 15px;
  }
}
@media screen and (max-width: 1000px) {
  .ta01_area {
    padding-top: 10px;
  }
}
.ta01_box {
  /*@include display-flex();
  @include justify-content(flex-start);
  @include align-items(flex-start);*/
  display: table;
  border-top: 1px solid #ddd;
  width: 100%;
}

.ta01_box:first-child {
  border-top: none;
}

.ta01_tit {
  display: table-cell;
  padding: 6px;
  font-weight: bold;
  width: 30%;
  vertical-align: top;
}

.ta01_tit .km0506 {
  position: relative;
  z-index: 0;
}

.ta01_tit .km0506::after {
  content: "";
  position: absolute;
  content: "※6※7";
  font-size: 0.9rem;
}

@media screen and (max-width: 1000px) {
  .ta01_tit .km0506::after {
    font-size: 1.575rem;
  }
}
.ta01_tit .km05 {
  position: relative;
  z-index: 0;
}

.ta01_tit .km05::after {
  content: "";
  position: absolute;
  content: "※5";
  font-size: 0.9rem;
}

@media screen and (max-width: 1000px) {
  .ta01_tit .km05::after {
    font-size: 1.575rem;
  }
}
.ta01_tit .km04 {
  position: relative;
  z-index: 0;
}

.ta01_tit .km04::after {
  content: "";
  position: absolute;
  content: "※4";
  font-size: 0.9rem;
}

@media screen and (max-width: 1000px) {
  .ta01_tit .km04::after {
    font-size: 1.575rem;
  }
}
@media screen and (max-width: 1000px) {
  .ta01_tit {
    max-width: 80px;
    padding-left: 10px;
  }
}
.ta01_txt {
  display: table-cell;
  padding: 6px;
}

.km02 {
  position: relative;
  z-index: 0;
}

.km02::after {
  content: "";
  position: absolute;
  content: "※2";
  font-size: 0.9rem;
}

@media screen and (max-width: 1000px) {
  .km02::after {
    font-size: 1.575rem;
  }
}
.km01 {
  position: relative;
  z-index: 0;
}

.km01::after {
  content: "";
  position: absolute;
  content: "※1";
  font-size: 0.9rem;
}

@media screen and (max-width: 1000px) {
  .km01::after {
    font-size: 1.575rem;
  }
}
.km03 {
  position: relative;
  z-index: 0;
}

.km03::after {
  content: "";
  position: absolute;
  content: "※3";
  font-size: 0.9rem;
}

@media screen and (max-width: 1000px) {
  .km03::after {
    font-size: 1.575rem;
  }
}
.km06 {
  position: relative;
  z-index: 0;
}

.km06::after {
  content: "";
  position: absolute;
  content: "※6";
  font-size: 0.9rem;
}

@media screen and (max-width: 1000px) {
  .km06::after {
    font-size: 1.575rem;
  }
}
.ta01_list {
  margin-top: 30px;
}

.ta01_list li {
  position: relative;
  z-index: 0;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  font-size: 1.2rem;
}

@media screen and (max-width: 1000px) {
  .ta01_list li {
    font-size: 2.1rem;
  }
}
.ta01_list li::before {
  content: "※";
  margin-right: 5px;
}

@media screen and (max-width: 1000px) {
  .ta01_list {
    margin-top: 15px;
    font-size: 1.1rem;
  }
}
@media screen and (max-width: 1000px) and (max-width: 1000px) {
  .ta01_list {
    font-size: 1.925rem;
  }
}
.ta02 {
  margin-top: 30px;
}

.ta02.model table tr th, .ta02.model table tr td {
  font-size: 1.3rem;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 1000px) {
  .ta02.model table tr th, .ta02.model table tr td {
    font-size: 2.275rem;
  }
}
.ta02.model table tr th {
  padding: 10px;
  vertical-align: middle;
}

.ta02.model table tr th.md001 {
  font-size: 1.1rem;
  padding: 4px;
  letter-spacing: 0.01em;
}

@media screen and (max-width: 1000px) {
  .ta02.model table tr th.md001 {
    font-size: 1.925rem;
  }
}
.ta02.model table tr td {
  padding: 10px;
}

@media screen and (max-width: 1000px) {
  .ta02.model {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1000px) {
  .ta02.model table {
    margin-top: 10px;
  }
}
.ta02.model table tr:nth-child(odd) {
  background: #fff;
}

.ta02.model table tr th {
  background: #edf5fa;
}

.ta02.model table tr th.md001 {
  background: #004ea2 !important;
  text-align: center;
  vertical-align: middle;
}

.ta02 table {
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  width: 100%;
}

.ta02 table tr:nth-child(odd) {
  background: #ede5f1;
}

.ta02 table th,
.ta02 table td {
  border-bottom: 1px solid #ccc;
  font-size: 1.4rem;
}

@media screen and (max-width: 1000px) {
  .ta02 table th,
  .ta02 table td {
    font-size: 2.45rem;
  }
}
@media screen and (max-width: 1000px) {
  .ta02 table th,
  .ta02 table td {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 1000px) and (max-width: 1000px) {
  .ta02 table th,
  .ta02 table td {
    font-size: 2.275rem;
  }
}
.ta02 table td {
  border-left: 1px solid #ccc;
  padding: 10px 20px;
}

@media screen and (max-width: 1000px) {
  .ta02 table td {
    padding: 10px 10px;
  }
}
.ta02 table th {
  padding: 10px 20px;
  border-left: 1px solid #ccc;
  vertical-align: top;
  font-weight: bold;
}

@media screen and (max-width: 1000px) {
  .ta02 table th {
    font-size: 1.5rem;
    width: 100%;
    /*padding: 20px 0 5px 10px;
    border-top: none;
    border-bottom: none;*/
    padding: 10px 10px 10px;
  }
}
@media screen and (max-width: 1000px) and (max-width: 1000px) {
  .ta02 table th {
    font-size: 2.625rem;
  }
}
@media screen and (max-width: 1000px) {
  .ta02 {
    margin-top: 15px;
  }
}
.dis001 {
  display: none !important;
}

.dis001_b {
  display: none !important;
}

.dis002 {
  display: inline !important;
}

.dis002_b {
  display: block !important;
}

.hide {
  display: none;
}

@media screen and (max-width: 1000px) {
  .dis001 {
    display: inline !important;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 1000px) and (max-width: 1000px) {
  .dis001 {
    font-size: 2.45rem;
  }
}
@media screen and (max-width: 1000px) {
  .dis001_b {
    display: block !important;
  }
  .dis002 {
    display: none !important;
  }
  .dis002_b {
    display: none !important;
  }
  .ta01 table th,
  .ta01 table td {
    display: block;
    width: 100%;
  }
  .ta01 table th {
    padding: 0.625rem 0.9375rem;
  }
  .ta02 {
    overflow-x: scroll;
  }
  .ta02 table {
    display: table;
    position: relative;
  }
  .ta02 table thead {
    display: block;
    float: left;
  }
  .ta02 table tbody {
    display: block;
    position: relative;
    width: auto;
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }
  .ta02 table tbody.acc {
    white-space: inherit !important;
  }
  .ta01.lon01 {
    overflow-x: scroll;
  }
  .ta01.lon01 table th,
  .ta01.lon01 table td {
    display: table-cell;
    width: 100%;
  }
  .ta01.lon01 table {
    display: table;
    position: relative;
  }
  .ta01.lon01 thead {
    display: block;
    float: left;
  }
  .ta01.lon01 tbody {
    display: block;
    position: relative;
    width: auto;
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }
  .ta01.lon01 tbody.acc {
    white-space: inherit !important;
  }
}
hr.map_link01 {
  position: absolute;
  top: -60px;
  left: 0;
  border: none;
  font-size: 0;
}

@media screen and (max-width: 1000px) {
  hr.map_link01 {
    top: -70px;
  }
}
hr.map_link02 {
  position: absolute;
  top: 240px;
  left: 0;
  border: none;
  font-size: 0;
}

@media screen and (max-width: 768px) {
  hr.map_link02 {
    position: absolute;
    top: 11.25rem;
    border: none;
    font-size: 0;
  }
  #sixth_area hr.map_link01 {
    position: absolute;
    top: -7.5rem;
    border: none;
    font-size: 0;
  }
}
input.f001 {
  vertical-align: top;
}

input.textFocus {
  color: #333;
}

input.long,
input.wSS,
input.wS,
input.wM,
input.wL,
input.wLL,
input.wX,
input.wy {
  /*background-color: #fff;*/
  /*border: myFuncRem(1) solid #ddd;*/
  /*@include border-radius(10px);*/
  /*border:none;*/
  /*border-radius: myFuncRem(100);*/
  font-size: 1rem;
  line-height: 140%;
  /*padding: myFuncRem(20) myFuncRem(26);*/
  padding: 20px 26px;
}

@media screen and (max-width: 1000px) {
  input.long,
  input.wSS,
  input.wS,
  input.wM,
  input.wL,
  input.wLL,
  input.wX,
  input.wy {
    padding: 10px 15px;
  }
}
input {
  vertical-align: middle;
}

.long {
  width: 100%;
}

.wSS {
  width: 5.3125rem;
}

.wS {
  width: 10.625rem;
}

.wy {
  width: 13.75rem;
}

@media screen and (max-width: 1000px) {
  .wy {
    width: 100%;
  }
}
.wM {
  width: 16.875rem;
}

@media screen and (max-width: 1000px) {
  .wM {
    width: 100%;
  }
}
.wL {
  width: 29.375rem;
}

@media screen and (max-width: 1000px) {
  .wL {
    width: 100%;
  }
}
.wLL {
  width: 35rem;
}

@media screen and (max-width: 1000px) {
  .wLL {
    width: 100%;
  }
}
.wX {
  width: 100%;
}

.imeOn {
  ime-mode: active;
}

.imeOff {
  ime-mode: disabled;
}

@media screen and (max-width: 1000px) {
  .imeOff {
    me-mode: auto;
  }
}
textarea {
  /*background-color: #f2f2f2;*/
  border: 0.0625rem solid #ddd;
  /*height: myFuncRem(100);*/
  padding: 0.625rem;
  width: 100%;
}

/*option {
    font-size: myFuncRem(14)!important;
}*/
label {
  cursor: pointer;
}

label:hover {
  color: #999;
}

input[type=checkbox],
input[type=radio] {
  margin-right: 0.1875rem;
}

.formErr {
  color: #e54e52;
  font-weight: bold;
}

input.inputErr,
textarea.inputErr {
  background-color: #fadfde;
}

input:focus,
textarea:focus,
select:focus {
  background-color: #fff;
}

:focus {
  outline: none;
}

/*input textarea select button {
    color: #666;
    font-family: $base_font;
}*/
/****************************************************** setting end */
#pc_header {
  margin: 0 auto;
  max-width: 1400px;
}

@media screen and (max-width: 1000px) {
  #pc_header {
    display: none;
  }
}
#h_area {
  position: fixed;
  max-width: 1400px;
  width: 100%;
  padding: 0 10px;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
}

#h_nav {
  background: #fff;
  padding: 0 0 0 20px;
  height: 80px;
  border-radius: 0px 0px 10px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

#h_nav_in {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  height: 100%;
}

#h_logo {
  margin-right: 1vw;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

#h_logo img {
  max-width: 100%;
}

.current {
  position: relative;
  z-index: 0;
}

.current::before {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 5px;
  background: #004ea2;
}

.h_list {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.h_list .h_list_in {
  margin-right: 0.7vw;
  height: 100%;
  position: relative;
  z-index: 0;
}

.h_list .h_list_in:last-child {
  margin-right: 0;
}

.h_list .h_list_in .menu_link {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 1.4rem;
  letter-spacing: 0;
  height: 100%;
  cursor: pointer;
  position: relative;
  z-index: 0;
}

@media screen and (max-width: 1000px) {
  .h_list .h_list_in .menu_link {
    font-size: 2.45rem;
  }
}
.h_list .h_list_in .menu_link.yaji {
  padding-left: 10px;
}

.h_list .h_list_in .menu_link.yaji::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -6px;
  box-sizing: border-box;
  width: 6px;
  height: 6px;
  border: 6px solid transparent;
  border-left: 6px solid #004ea2;
}

.h_list .h_list_in .menu_link::before {
  content: "";
  width: 100%;
  height: 0px;
  transition: 0.3s ease;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #004ea2;
}

.h_list .h_list_in .menu_link.current::before {
  width: 100%;
  height: 5px;
}

@media screen and (min-width: 1001px) {
  .h_list .h_list_in .menu_link:hover {
    color: #004ea2;
  }
}
.h_list .h_list_in .menu_link span {
  position: relative;
  z-index: 0;
}

.h_list .h_list_in .menu_link span::after {
  content: "";
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  vertical-align: middle;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 6px 0 6px;
  margin-left: 3px;
  border-color: #2285bf transparent transparent transparent;
}

#h_oasis {
  margin-left: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: stretch;
  height: 100%;
}

#h_oasis #h_r_grant {
  height: 100%;
  min-width: 130px;
}

#h_oasis #h_r_grant a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  background: #F09619;
  width: 100%;
  padding: 0 10px;
}

#h_oasis #h_r_grant a i {
  color: #FFF;
  font-weight: bold;
  font-size: 1.3rem;
  line-height: 1.2;
  display: flex;
  margin: 0 auto;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 1000px) {
  #h_oasis #h_r_grant a i {
    font-size: 2.275rem;
  }
}
#h_oasis #h_r_grant a i::before {
  content: "";
  display: block;
  width: 22px;
  height: 19px;
  margin-right: 5px;
  background-image: url("../image/h_btn004.svg");
  background-size: 100% auto;
}

#h_oasis #h_r_btn {
  height: 100%;
  min-width: 130px;
}

#h_oasis #h_r_btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  background: #f7f7f7;
  width: 100%;
  padding: 0 10px;
  border-radius: 0px 0px 10px 0;
}

#h_oasis #h_r_btn a i {
  color: #004ea2;
  font-weight: bold;
  font-size: 1.3rem;
  line-height: 1.2;
  position: relative;
  padding-left: 10px;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  margin: 0 auto;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 1000px) {
  #h_oasis #h_r_btn a i {
    font-size: 2.275rem;
  }
}
#h_oasis #h_r_btn a i::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -4px;
  box-sizing: border-box;
  width: 6px;
  height: 6px;
  border: 6px solid transparent;
  border-left: 6px solid #004ea2;
}

#h_oasis #h_r_list {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 100%;
  min-width: 300px;
}

#h_oasis #h_r_list .h_r_in02 {
  height: 50%;
  width: 100%;
}

#h_oasis #h_r_list .h_r_in02 #h_r_nav {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
}

#h_oasis #h_r_list .h_r_in02 #h_r_nav .h_r_nav_in {
  width: 50%;
  height: 100%;
}

#h_oasis #h_r_list .h_r_in02 #h_r_nav .h_r_nav_in a {
  background: #2285bf;
  display: block;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

#h_oasis #h_r_list .h_r_in02 #h_r_nav .h_r_nav_in a.ic001 {
  background: #004ea2;
}

#h_oasis #h_r_list .h_r_in02 #h_r_nav .h_r_nav_in a.ic001 i::before {
  background-image: url("../image/h_btn002.png");
}

#h_oasis #h_r_list .h_r_in02 #h_r_nav .h_r_nav_in a.ic002 {
  background: #003f82;
}

#h_oasis #h_r_list .h_r_in02 #h_r_nav .h_r_nav_in a.ic002 i::before {
  background-image: url("../image/h_btn003.png");
}

#h_oasis #h_r_list .h_r_in02 #h_r_nav .h_r_nav_in a i {
  font-size: 1.2rem;
  letter-spacing: 0.01em;
  padding-left: 26px;
  position: relative;
  font-weight: bold;
  color: #fff;
}

@media screen and (max-width: 1000px) {
  #h_oasis #h_r_list .h_r_in02 #h_r_nav .h_r_nav_in a i {
    font-size: 2.1rem;
  }
}
#h_oasis #h_r_list .h_r_in02 #h_r_nav .h_r_nav_in a i::before {
  content: "";
  display: block;
  position: absolute;
  width: 22px;
  height: 21px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  top: 50%;
  left: 0;
  margin-top: -11px;
}

#h_oasis #h_r_list .h_r_in {
  height: 50%;
  width: 100%;
}

#h_oasis #h_r_list .h_r_in a {
  background: #2285bf;
  display: block;
  min-width: 240px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 14px;
}

#h_oasis #h_r_list .h_r_in a.h_han {
  background: #004ea2;
}

#h_oasis #h_r_list .h_r_in a.h_han i::before {
  background-image: url("../image/h_btn002.png");
}

#h_oasis #h_r_list .h_r_in a i {
  font-size: 1.2rem;
  font-weight: bold;
  color: #fff;
  letter-spacing: 0.01em;
  padding-left: 26px;
  position: relative;
}

@media screen and (max-width: 1000px) {
  #h_oasis #h_r_list .h_r_in a i {
    font-size: 2.1rem;
  }
}
#h_oasis #h_r_list .h_r_in a i::before {
  content: "";
  display: block;
  position: absolute;
  width: 22px;
  height: 21px;
  background-image: url("../image/h_btn001.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  top: 50%;
  left: 0;
  margin-top: -11px;
}

#info {
  display: none;
  position: absolute;
  top: 64px;
  left: 0;
  background: #96514d;
  display: none;
  list-style: none;
  width: 180px;
  padding: 10px 0;
  background: #fff;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
  border-radius: 0 0 10px 10px;
}

#info .info_in {
  margin-bottom: 5px;
}

#info .info_in:last-child {
  margin-bottom: 0;
}

#info .info_in .info_link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  z-index: 0;
  margin-left: 15px;
  font-weight: bold;
  font-size: 0.7vw;
  transition: 0.3s ease-in;
}

#info .info_in .info_link::before {
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 7px;
  border-color: transparent transparent transparent #2285bf;
  margin-right: 5px;
}

@media screen and (min-width: 1001px) {
  #info .info_in .info_link:hover {
    opacity: 0.5;
  }
}
footer {
  padding: 50px 0 20px;
  background: #004ea2;
  position: relative;
  z-index: 0;
}

footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.3);
}

@media screen and (max-width: 1000px) {
  footer {
    padding: 25px 0 10px;
  }
}
#f_area {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media screen and (max-width: 1000px) {
  #f_area {
    flex-direction: column;
    justify-content: center;
  }
}
.f_box:last-child {
  margin-top: 15px;
}

.f_logo img {
  max-width: 100%;
}

@media screen and (max-width: 1000px) {
  .f_logo img {
    max-width: 300px;
  }
}
@media screen and (max-width: 1000px) {
  .f_logo {
    text-align: center;
  }
}
.f_small {
  display: block;
  color: #fff;
  font-weight: 500;
  font-size: 1.4rem;
  margin-top: 15px;
  text-align: center;
  margin-top: 60px;
}

@media screen and (max-width: 1000px) {
  .f_small {
    font-size: 2.45rem;
  }
}
@media screen and (max-width: 1000px) {
  .f_small {
    font-size: 1.3rem;
    margin-top: 30px;
  }
}
@media screen and (max-width: 1000px) and (max-width: 1000px) {
  .f_small {
    font-size: 2.275rem;
  }
}
.f_box_r_tit {
  color: #fff;
  font-weight: 500;
  font-size: 1.5rem;
  text-align: right;
}

@media screen and (max-width: 1000px) {
  .f_box_r_tit {
    font-size: 2.625rem;
  }
}
@media screen and (max-width: 1000px) {
  .f_box_r_tit {
    font-size: 1.4rem;
    text-align: center;
  }
}
@media screen and (max-width: 1000px) and (max-width: 1000px) {
  .f_box_r_tit {
    font-size: 2.45rem;
  }
}
.f_box_tel {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  padding: 20px 10px;
  margin-top: 5px;
  max-width: 250px;
  width: 100%;
  margin-left: auto;
  transition: 0.3s ease-in;
  /*&:hover {
    @include mq_pc {
      opacity: 0.7;
    }
  }*/
}

@media screen and (max-width: 1000px) {
  .f_box_tel {
    padding: 10px;
    max-width: 100%;
  }
}
.f_box_img {
  display: flex;
  align-items: center;
  justify-content: center;
}

.f_box_img img {
  max-width: 100%;
}

.f_box_num {
  color: #004ea2;
  font-size: 2.6rem;
  line-height: 1;
  margin-left: 15px;
  font-family: "Poppins", sans-serif;
  letter-spacing: 0;
  display: block;
}

@media screen and (max-width: 1000px) {
  .f_box_num {
    font-size: 4.55rem;
  }
}
@media screen and (max-width: 1000px) {
  .f_box_num {
    font-size: 2.3rem;
    margin-left: 10px;
  }
}
@media screen and (max-width: 1000px) and (max-width: 1000px) {
  .f_box_num {
    font-size: 4.025rem;
  }
}
.f_box_time {
  margin-top: 15px;
}

@media screen and (max-width: 1000px) {
  .f_box_time {
    margin-top: 10px;
  }
}
.f_box_time_txt {
  color: #fff;
  font-weight: 500;
  font-size: 1.5rem;
  text-align: right;
}

@media screen and (max-width: 1000px) {
  .f_box_time_txt {
    font-size: 2.625rem;
  }
}
@media screen and (max-width: 1000px) {
  .f_box_time_txt {
    font-size: 1.4rem;
    text-align: center;
  }
}
@media screen and (max-width: 1000px) and (max-width: 1000px) {
  .f_box_time_txt {
    font-size: 2.45rem;
  }
}
.f_box_time_notice {
  margin-top: 15px;
  padding: 10px;
  background-color: #fff;
  color: #f00;
  font-weight: 500;
  font-size: 1.5rem;
  font-feature-settings: "palt";
  letter-spacing: 0.05rem;
  text-align: right;
}

@media screen and (max-width: 1000px) {
  .f_box_time_notice {
    font-size: 2.625rem;
  }
}
.f_box_time_notice br.sp {
  display: none;
}

.f_box_time_notice span {
  display: block;
}

@media screen and (max-width: 1000px) {
  .f_box_time_notice {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 1000px) and (max-width: 1000px) {
  .f_box_time_notice {
    font-size: 2.45rem;
  }
}
#sp_header {
  display: none;
}

@media screen and (max-width: 1000px) {
  #sp_header {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 70px;
    z-index: 13;
    background: #fff;
  }
}
#sp_h_all {
  width: 100%;
  height: 100%;
}

#sp_h_all #sp_h_area {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  height: 100%;
}

#sp_h_all #sp_h_area #sp_h_logo {
  margin-left: 15px;
}

#sp_h_all #sp_h_area #sp_h_logo a {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  transition: 0.3s ease-in-out;
}

#sp_h_all #sp_h_area #sp_h_logo a img {
  max-width: 40px;
  width: 100%;
}

/**/
.overlay {
  content: "";
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
  transition: all 0.5s ease;
  z-index: 10;
}

.side-open .overlay {
  visibility: visible;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.7);
}

.side-open .overlay::after {
  visibility: visible;
  color: rgba(255, 255, 255, 0.8);
}

.side-open .side-menu {
  transform: translate3d(-90vw, 0, 0);
}

.side-menu {
  position: fixed;
  top: 0;
  right: -90vw;
  width: 90vw;
  height: 100%;
  text-align: left;
  background: #edf5fa;
  z-index: 11;
  transition: all 0.5s ease;
  display: none;
}

.side-menu a {
  color: #fff;
}

@media screen and (max-width: 1000px) {
  .side-menu {
    display: block;
  }
}
.side-menu_scroll {
  height: 100vh;
  padding-top: 70px;
  padding-bottom: 30px;
}

.side-menu_scroll .side-menu_scroll_in {
  height: 100%;
  overflow-y: scroll;
  overflow-x: hidden;
}

.side-menu_commu {
  padding: 0 10px;
  margin-bottom: 20px;
}

.side-menu_commu .side-menu_link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  background: #777;
  color: #fff;
  font-weight: bold;
  text-align: center;
  width: 100%;
  padding: 20px 0;
}

.side-menu-btn-area {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 100%;
}

.side-menu-btn-area .side-menu-btn {
  position: fixed;
  right: 10px;
  cursor: pointer;
  z-index: 12;
  width: 40px;
  height: 30px;
  display: none;
}

@media screen and (max-width: 1000px) {
  .side-menu-btn-area .side-menu-btn {
    display: block;
  }
}
.sp_h_logo {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  margin-left: 15px;
}

.sp_h_logo img {
  max-width: 100px;
}

#sp_menu {
  padding: 0 10px;
}

#sp_menu #sp_menu_in {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
}

#sp_menu #sp_menu_in .sp_list_in {
  width: 49%;
  margin-right: 2%;
  margin-bottom: 20px;
}

#sp_menu #sp_menu_in .sp_list_in .sp_list_link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  background: #fff;
  color: #004ea2;
  padding: 14px 14px 14px 10px;
  font-weight: bold;
  position: relative;
  padding-right: 14px;
  font-size: 1.4rem;
  line-height: 1.4;
}

@media screen and (max-width: 1000px) {
  #sp_menu #sp_menu_in .sp_list_in .sp_list_link {
    font-size: 2.45rem;
  }
}
#sp_menu #sp_menu_in .sp_list_in .sp_list_link.ty01::before {
  transform: rotate(135deg);
}

#sp_menu #sp_menu_in .sp_list_in .sp_list_link::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -5px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #004ea2;
  border-right: 2px solid #004ea2;
  transform: rotate(45deg);
  right: 10px;
}

#sp_menu #sp_menu_in .sp_list_in:nth-child(2n) {
  margin-right: 0;
}

.cat001_sp {
  position: relative;
  padding-right: 30px;
}

.cat001_sp::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url(../image/down_sp.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 50%;
  margin-top: -10px;
  right: 0;
}

.oth_list_in {
  border-bottom: 1px dotted #004ea2;
}

.oth_list_link {
  font-size: 1.4rem;
  font-weight: bold;
  padding: 10px 0;
  line-height: 1.4;
  color: #004ea2 !important;
  position: relative;
  z-index: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

@media screen and (max-width: 1000px) {
  .oth_list_link {
    font-size: 2.45rem;
  }
}
.oth_list_link::before {
  content: "";
  border-top: 1px solid #004ea2;
  border-right: 1px solid #004ea2;
  width: 7px;
  height: 7px;
  transform: rotate(45deg);
  margin-right: 10px;
}

.menu-trigger,
.menu-trigger span {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  transition: 0.4s all;
  box-sizing: border-box;
}

.menu-trigger {
  position: relative;
  width: 100%;
  height: 100%;
}

.menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  background-color: #004ea2;
  height: 2px;
  border-radius: 2px;
}

.menu-trigger span:nth-of-type(1) {
  top: 0;
}

.menu-trigger span:nth-of-type(2) {
  top: 14px;
}

.menu-trigger span:nth-of-type(3) {
  bottom: 0;
}

/* action */
.menu-trigger.active span:nth-of-type(1) {
  background-color: #004ea2;
  transform: translateY(13px) rotate(-45deg);
}

.menu-trigger.active span:nth-of-type(2) {
  left: 50%;
  opacity: 0;
  animation: active-menu-bar02 0.8s forwards;
}

@keyframes active-menu-bar02 {
  100% {
    height: 0;
  }
}
.menu-trigger.active span:nth-of-type(3) {
  background-color: #004ea2;
  transform: translateY(-14px) rotate(45deg);
}

/* action END */
/*20231011add*/
.mfp-close-btn-in .mfp-close.pop_001 {
  width: 40%;
  height: auto;
  position: inherit !important;
  margin: 0 auto;
  cursor: pointer;
  margin-top: 30px;
  font-size: 17px;
  font-weight: bold;
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, Verdana, Meiryo, sans-serif;
  padding: 20px 20px;
  color: #000 !important;
  border-radius: 100px;
  border: solid 1px #000;
  opacity: 1;
  transition: 0.3s ease;
  line-height: 1;
}

@media screen and (max-width: 1000px) {
  .mfp-close-btn-in .mfp-close.pop_001 {
    width: 80%;
  }
}
.mfp-close-btn-in .mfp-close.pop_001:hover {
  opacity: 0.7;
}

/*20231011add-end*/
table th.md001 {
  background: #000 !important;
  color: #fff !important;
  font-weight: bold !important;
  text-align: center !important;
}

table sup {
  vertical-align: super !important;
  font-size: x-small !important;
}

.g001 th, .g001 td {
  font-size: 0.7rem !important;
  background: #f0f0f0 !important;
  color: #000 !important;
  padding: 10px !important;
  font-weight: bold !important;
}

.op_img img {
  max-width: 871px;
  width: 76%;
  display: block;
  margin: 0 auto 30px;
}

.op_img002 img {
  max-width: 629px;
  width: 76%;
  display: block;
  margin: 0 auto;
}

#art_24_last {
  background: #ecf3fb;
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}

@media screen and (max-width: 1000px) {
  #art_24_last {
    padding: 30px 0;
  }
}
#art_24_last .last_ph002 {
  max-width: 827px;
  width: 60%;
}

@media screen and (max-width: 1000px) {
  #art_24_last .last_ph002 {
    width: 100%;
    padding: 10px;
    background: rgba(255, 255, 255, 0.6);
    border-radius: 10px;
  }
}
#art_24_last .last_ph002 img {
  width: 100%;
}

#art_24_last .last_txt002 {
  font-family: "Noto Serif JP", serif;
  font-size: 1.3vw;
  margin-top: 40px;
  color: #595656;
  font-weight: 600;
}

@media screen and (max-width: 1000px) {
  #art_24_last .last_txt002 {
    margin-top: 20px;
    font-size: 1.8rem;
    width: 55vw;
  }
}
@media screen and (max-width: 1000px) and (max-width: 1000px) {
  #art_24_last .last_txt002 {
    font-size: 3.15rem;
  }
}
#art_24_last .last_txt001 {
  font-family: "Noto Serif JP", serif;
  font-size: 1.8vw;
  margin-bottom: 20px;
  color: #595656;
  font-weight: 600;
}

@media screen and (max-width: 1000px) {
  #art_24_last .last_txt001 {
    font-size: 2.7rem;
  }
}
@media screen and (max-width: 1000px) and (max-width: 1000px) {
  #art_24_last .last_txt001 {
    font-size: 4.725rem;
  }
}
#art_24_last .box {
  position: relative;
  z-index: 2;
}

#art_24_last .last_ph001 {
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: 0;
  max-width: 594px;
  width: 40%;
}

#art_24_last .last_ph001 img {
  width: 100%;
}

.bn001 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.bn001 .bn001_01 {
  margin-bottom: 10px;
}

.bn001 .bn001_01 a {
  display: block;
  text-align: center;
  padding: 18px 6px;
}

.bn001 .bn001_01 a.c01 {
  background: #2285bf;
}

.bn001 .bn001_01 a.c01 i::before {
  background-image: url("../image/h_btn001.png");
}

.bn001 .bn001_01 a.c02 {
  background: #004ea2;
}

.bn001 .bn001_01 a.c02 i::before {
  background-image: url("../image/h_btn002.png");
}

.bn001 .bn001_01 a.c03 {
  background: #003f82;
}

.bn001 .bn001_01 a.c03 i::before {
  background-image: url("../image/h_btn003.png");
}

.bn001 .bn001_01 a.c04 {
  background: #f7f7f7;
  border: solid 1px #2285bf;
}

.bn001 .bn001_01 a.c04 i {
  color: #003f82;
  padding-left: 16px;
}

.bn001 .bn001_01 a.c04 i::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -4px;
  box-sizing: border-box;
  width: 6px;
  height: 6px;
  border: 6px solid transparent;
  border-left: 6px solid #004ea2;
}

.bn001 .bn001_01 a.c05 {
  background: #F09619;
}

.bn001 .bn001_01 a.c05 i {
  color: #fff;
}

.bn001 .bn001_01 a.c05 i::before {
  background-image: url("../image/h_btn004.svg");
}

.bn001 .bn001_01 a i {
  font-weight: bold;
  color: #fff;
  padding-left: 26px;
  position: relative;
}

.bn001 .bn001_01 a i::before {
  content: "";
  display: block;
  position: absolute;
  width: 22px;
  height: 21px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  top: 50%;
  left: 0;
  margin-top: -11px;
}

.bn001 .bn001_01.all {
  width: 100%;
  margin-right: 0;
}

.bn001 .bn001_01.half {
  width: 49%;
  margin-right: 2%;
}

.bn001 .bn001_01.half.end {
  margin-right: 0;
}

/*html {
	font-size: 92%;// 16px
	@include fluid();
	letter-spacing: 0.15em;
}*/
/*# sourceMappingURL=basic.css.map */
