@charset "UTF-8";
@font-face {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Osaka, 'MS UI Gothic', sans-serif !important;;
  src: url("../font/NotoSansJP-Regular.ttf");
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-transition: border-box;
  box-sizing: border-box;
  overflow-x: hidden;
}

body {
  -webkit-text-size-adjust: 100%;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Osaka, 'MS UI Gothic', sans-serif !important;, sans-serif;
}

body a {
  color: #333;
  line-height: normal;
}

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;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: 0 0;
}

h1 {
  font-size: 2em;
}

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
}

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted; /* 2 */
}

b,
strong {
  font-weight: bold !important;
}

code,
kbd,
pre,
samp,
tt {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  position: relative;
  vertical-align: baseline;
  border: 0;
  outline: 0;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
}

button,
input {
  /* 1 */
  overflow: visible;
  transition: all 0.2s ease-in-out 0s;
}

button,
select {
  /* 1 */
  text-transform: none;
}

input,
select {
  vertical-align: middle;
}

input:focus {
  outline: 0;
}

textarea {
  overflow: auto;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
  table-layout: fixed;
}

progress {
  vertical-align: baseline;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

summary {
  display: list-item;
}

template,
[hidden],
.hidden {
  display: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:after,
blockquote:before,
q:after,
q:before {
  content: "";
  content: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section {
  display: block;
}

img {
  vertical-align: top;
  border-style: none;
  line-height: 0;
  font-size: 0;
  -ms-interpolation-mode: bicubic;
  background: 0 0;
  zoom: 1;
}

ol,
ul {
  list-style: none;
}

a {
  background-color: transparent;
  text-decoration: none;
  font-size: 100%;
  vertical-align: baseline;
  text-decoration: none;
  background: 0 0;
}

a:focus {
  outline: 0;
}

a img {
  opacity: 1;
  transition: ease-out 0.3s;
}

a img:hover {
  opacity: 0.7;
  transition: ease-out 0.3s;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: 700;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

a,
button,
input {
  transition: all 0.3s ease-in-out 0s;
}

/*====================================================================================
■01.MARGIN DEFAULT
====================================================================================*/
.m00 {
  margin: 0px !important;
}

.m05 {
  margin: 5px !important;
}

.m10 {
  margin: 10px !important;
}

.m15 {
  margin: 15px !important;
}

.m20 {
  margin: 20px !important;
}

.m25 {
  margin: 25px !important;
}

.m30 {
  margin: 30px !important;
}

.m35 {
  margin: 35px !important;
}

.m40 {
  margin: 40px !important;
}

.m45 {
  margin: 45px !important;
}

.m50 {
  margin: 50px !important;
}

.m55 {
  margin: 55px !important;
}

.m60 {
  margin: 60px !important;
}

.mt00 {
  margin-top: 0px !important;
}

.mt01 {
  margin-top: 1px !important;
}

.mt02 {
  margin-top: 2px !important;
}

.mt03 {
  margin-top: 3px !important;
}

.mt04 {
  margin-top: 4px !important;
}

.mt05 {
  margin-top: 5px !important;
}

.mt06 {
  margin-top: 6px !important;
}

.mt07 {
  margin-top: 7px !important;
}

.mt08 {
  margin-top: 8px !important;
}

.mt09 {
  margin-top: 9px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt45 {
  margin-top: 45px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mt55 {
  margin-top: 55px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mt65 {
  margin-top: 65px !important;
}

.mt70 {
  margin-top: 70px !important;
}

.mt75 {
  margin-top: 75px !important;
}

.mt80 {
  margin-top: 80px !important;
}

.mt90 {
  margin-top: 90px !important;
}

.mt100 {
  margin-top: 100px !important;
}

.mr00 {
  margin-right: 0px !important;
}

.mr05 {
  margin-right: 5px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.mr15 {
  margin-right: 15px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.mr25 {
  margin-right: 25px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.mr35 {
  margin-right: 35px !important;
}

.mr40 {
  margin-right: 40px !important;
}

.mr45 {
  margin-right: 45px !important;
}

.mr50 {
  margin-right: 50px !important;
}

.mr55 {
  margin-right: 55px !important;
}

.mr60 {
  margin-right: 60px !important;
}

.mb00 {
  margin-bottom: 0px !important;
}

.mb01 {
  margin-bottom: 1px !important;
}

.mb02 {
  margin-bottom: 2px !important;
}

.mb03 {
  margin-bottom: 3px !important;
}

.mb04 {
  margin-bottom: 4px !important;
}

.mb05 {
  margin-bottom: 5px !important;
}

.mb06 {
  margin-bottom: 6px !important;
}

.mb07 {
  margin-bottom: 7px !important;
}

.mb08 {
  margin-bottom: 8px !important;
}

.mb09 {
  margin-bottom: 9px !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;
}

.ml00 {
  margin-left: 0px !important;
}

.ml05 {
  margin-left: 5px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.ml15 {
  margin-left: 15px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.ml25 {
  margin-left: 25px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.ml35 {
  margin-left: 35px !important;
}

.ml40 {
  margin-left: 40px !important;
}

.ml45 {
  margin-left: 45px !important;
}

.ml50 {
  margin-left: 50px !important;
}

.ml55 {
  margin-left: 55px !important;
}

.ml60 {
  margin-left: 60px !important;
}

/*====================================================================================
■PADDING DEFAULT
====================================================================================*/
.p00 {
  padding: 0px !important;
}

.p01 {
  padding: 1px !important;
}

.p02 {
  padding: 2px !important;
}

.p03 {
  padding: 3px !important;
}

.p04 {
  padding: 4px !important;
}

.p05 {
  padding: 5px !important;
}

.p06 {
  padding: 6px !important;
}

.p07 {
  padding: 7px !important;
}

.p08 {
  padding: 8px !important;
}

.p09 {
  padding: 9px !important;
}

.p10 {
  padding: 10px !important;
}

.p15 {
  padding: 15px !important;
}

.p20 {
  padding: 20px !important;
}

.p25 {
  padding: 25px !important;
}

.p30 {
  padding: 30px !important;
}

.p35 {
  padding: 35px !important;
}

.p40 {
  padding: 40px !important;
}

.p45 {
  padding: 45px !important;
}

.p50 {
  padding: 50px !important;
}

.p55 {
  padding: 55px !important;
}

.p60 {
  padding: 60px !important;
}

.pl00 {
  padding-left: 0px !important;
}

.pl05 {
  padding-left: 5px !important;
}

.pl10 {
  padding-left: 10px !important;
}

.pl15 {
  padding-left: 15px !important;
}

.pl20 {
  padding-left: 20px !important;
}

.pl25 {
  padding-left: 25px !important;
}

.pl30 {
  padding-left: 30px !important;
}

.pl35 {
  padding-left: 35px !important;
}

.pl40 {
  padding-left: 40px !important;
}

.pl45 {
  padding-left: 45px !important;
}

.pl50 {
  padding-left: 50px !important;
}

.pl55 {
  padding-left: 55px !important;
}

.pl60 {
  padding-left: 60px !important;
}

.pr00 {
  padding-right: 0px !important;
}

.pr05 {
  padding-right: 5px !important;
}

.pr10 {
  padding-right: 10px !important;
}

.pr15 {
  padding-right: 15px !important;
}

.pr20 {
  padding-right: 20px !important;
}

.pr25 {
  padding-right: 25px !important;
}

.pr30 {
  padding-right: 30px !important;
}

.pr35 {
  padding-right: 35px !important;
}

.pr40 {
  padding-right: 40px !important;
}

.pr45 {
  padding-right: 45px !important;
}

.pr50 {
  padding-right: 50px !important;
}

.pr55 {
  padding-right: 55px !important;
}

.pr60 {
  padding-right: 60px !important;
}

.pb00 {
  padding-bottom: 0px !important;
}

.pb05 {
  padding-bottom: 5px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pb15 {
  padding-bottom: 15px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pb25 {
  padding-bottom: 25px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.pb35 {
  padding-bottom: 35px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.pb45 {
  padding-bottom: 45px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

.pb55 {
  padding-bottom: 55px !important;
}

.pb60 {
  padding-bottom: 60px !important;
}

.pt00 {
  padding-top: 0px !important;
}

.pt05 {
  padding-top: 5px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pt15 {
  padding-top: 15px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pt25 {
  padding-top: 25px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pt35 {
  padding-top: 35px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pt45 {
  padding-top: 45px !important;
}

.pt50 {
  padding-top: 50px !important;
}

.pt55 {
  padding-top: 55px !important;
}

.pt60 {
  padding-top: 60px !important;
}

/*====================================================================================
■WIDTH DEFAULT
====================================================================================*/
.w5 {
  width: 5% !important;
}

.w10 {
  width: 10% !important;
}

.w15 {
  width: 15% !important;
}

.w20 {
  width: 20% !important;
}

.w25 {
  width: 25% !important;
}

.w30 {
  width: 30% !important;
}

.w35 {
  width: 35% !important;
}

.w40 {
  width: 40% !important;
}

.w45 {
  width: 45% !important;
}

.w49 {
  width: 49% !important;
}

.w50 {
  width: 50% !important;
}

.w55 {
  width: 55% !important;
}

.w59 {
  width: 59% !important;
}

.w60 {
  width: 60% !important;
}

.w65 {
  width: 65% !important;
}

.w70 {
  width: 70% !important;
}

.w80 {
  width: 80% !important;
}

.w90 {
  width: 90% !important;
}

.w100 {
  width: 100% !important;
}

/*====================================================================================
■MARGIN% DEFAULT
====================================================================================*/
.ml1per {
  margin-left: 1%;
}

.ml2per {
  margin-left: 2%;
}

.ml3per {
  margin-left: 3%;
}

.ml4per {
  margin-left: 4%;
}

.mr1per {
  margin-right: 1%;
}

.mr2per {
  margin-right: 2%;
}

.mr3per {
  margin-right: 3%;
}

.mr4per {
  margin-right: 4%;
}

.mt1per {
  margin-top: 1%;
}

.mt2per {
  margin-top: 2%;
}

.mt3per {
  margin-top: 3%;
}

.mt4per {
  margin-top: 4%;
}

.mt5per {
  margin-top: 5%;
}

.mt6per {
  margin-top: 6%;
}

.mt7per {
  margin-top: 7%;
}

.mt8per {
  margin-top: 8%;
}

.mt9per {
  margin-top: 9%;
}

.mt10per {
  margin-top: 10%;
}

.pd1per {
  padding: 1%;
}

.pd2per {
  padding: 2%;
}

.pd3per {
  padding: 3%;
}

.pd4per {
  padding: 4%;
}

.pull_left {
  float: left;
}

.pull_right {
  float: right;
}

.text_left {
  text-align: left !important;
}

.text_right {
  text-align: right !important;
}

.text_center {
  text-align: center !important;
}

.text_justify {
  text-align: justify !important;
}

.text_nowrap {
  white-space: nowrap !important;
}

.text_lower {
  text-transform: lowercase !important;
}

.text_upper {
  text-transform: uppercase !important;
}

.text_capitalize {
  text-transform: capitalize !important;
}

.text_normal {
  font-weight: normal !important;
}

.text_bold {
  font-weight: bold !important;
}

.text_line {
  text-decoration: underline;
}

.text_noline {
  text-decoration: none !important;
}

.text_over {
  overflow: hidden !important;
}

.fz10 {
  font-size: 10px !important;
}

.fz11 {
  font-size: 11px !important;
}

.fz12 {
  font-size: 12px !important;
}

.fz13 {
  font-size: 13px !important;
}

.fz14 {
  font-size: 14px !important;
}

.fz15 {
  font-size: 15px !important;
}

.fz16 {
  font-size: 16px !important;
}

.fz17 {
  font-size: 17px !important;
}

.fz18 {
  font-size: 18px !important;
}

.fz19 {
  font-size: 19px !important;
}

.fz20 {
  font-size: 20px !important;
}

.fz22 {
  font-size: 22px !important;
}

.fz24 {
  font-size: 24px !important;
}

.lhnm {
  line-height: normal !important;
}

.lh00 {
  line-height: 0 !important;
}

.lh12 {
  line-height: 1.2 !important;
}

.lh13 {
  line-height: 1.3 !important;
}

.lh14 {
  line-height: 1.4 !important;
}

.lh15 {
  line-height: 1.5 !important;
}

.lh16 {
  line-height: 1.6 !important;
}

.lh17 {
  line-height: 1.7 !important;
}

.lh18 {
  line-height: 1.8 !important;
}

.lh20 {
  line-height: 2 !important;
}

.lh23 {
  line-height: 2.3 !important;
}

.clearfix:before,
.clearfix:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  zoom: 1;
}

.visible {
  visibility: visible;
}

.visible-hidden {
  visibility: hidden;
}

.dispc,
.breakpc {
  display: block;
}

.flexFont {
  font-size: 100%;
}

.obj__fit,
.imgfit {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
}

.overflow {
  overflow: hidden;
}

.container {
  max-width: 1080px;
  margin: 0 auto;
  width: 100%;
}

.dflex-space {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

header {
  background-color: #eee;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
}

header .header_top {
  max-width: 100%;
  padding: 10px 0 0 0;
}

header .header_top_logo img {
  width: 100px;
  height: 70px;
  object-fit: contain;
}

header .header_top_logo a {
  display: block;
}

header .user-info {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

header .user-info button {
  background-color: #1673a1;
  padding: 10px 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  margin-top: 15px;
}

header .icons-header {
  display: flex;
  justify-content: center;
  align-items: center;
}

header .icons-header img {
  width: 20px;
}

header .icons-header a {
  display: flex;
  justify-content: center;
  align-items: center;
}

header .icons-header span {
  margin-left: 5px;
}

header .search-field {
  background-color: #fff;
  padding: 10px;
  padding-left: 20px;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

header .search-field input {
  border: none;
}

header .search-field img {
  cursor: pointer;
}

header .header-nav-bottom {
  min-width: 100%;
  margin-top: 10px;
  border-bottom: 1px solid #c01410;
}

header .header-nav-bottom li {
  width: auto;
  background-color: #f4a100;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

header .header-nav-bottom li.active {
  background-image: linear-gradient(90deg, #fd6854, #c01410, #b10000);
}

header .header-nav-bottom li a {
  font-size: 16px;
  text-align: center;
  color: #fff;
  padding: 7px 10px;
  display: block;
}

header .icon-hamburger {
  position: relative;
  cursor: pointer;
  display: none;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  transition: all 0.3s;
}

header .icon-hamburger {
  z-index: 999;
}

header .icon-hamburger .icon-bar {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 48%;
  width: 56%;
}

header .icon-hamburger .icon-bar img {
  max-width: 30px;
}

header .icon-hamburger .icon-bar span {
  left: 0;
  height: 3px;
  position: absolute;
  background: #000;
  display: inline-block;
  width: 100%;
  border-radius: 3px;
  transition: all 0.4s ease-in-out 0s;
}

header .icon-hamburger .icon-bar span:first-child {
  top: 1px;
}

header .icon-hamburger .icon-bar span:nth-child(2) {
  top: 0;
  bottom: 0;
  margin: auto;
  position: absolute;
}

header .icon-hamburger .icon-bar span:last-child {
  bottom: 1px;
}

header .icon-hamburger.active .icon-bar span:nth-child(1) {
  transform: translateY(8px) rotate(-225deg);
}

header .icon-hamburger.active .icon-bar span:nth-child(2) {
  transform: translateY(0) rotate(225deg);
  width: 100%;
}

header .icon-hamburger.active .icon-bar span:nth-child(3) {
  opacity: 0;
}

header .sp-header-nav {
  height: calc(100vh - 50px);
  background-color: #fff;
  display: none;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  position: fixed;
  top: 0;
  left: -100%;
  right: 100%;
  transition: all 0.4s ease-in-out 0s;
  z-index: 998;
}

header .sp-header-nav.active {
  left: 0;
  right: 0;
}

header .sp-header-nav .logo {
  width: 40px;
  height: 70px;
  object-fit: contain;
}

header .sp-header-nav .user-info {
  width: 100%;
  gap: 0;
}

header .sp-header-nav .user-info a {
  width: 50%;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}

header .sp-header-nav .user-info a:first-child {
  color: #fff;
  background-color: #c01410;
}

header .sp-header-nav .user-info a:last-child {
  color: #fff;
  background-color: #ffb51c;
}

header .sp-header-nav-bottom {
  width: 70%;
  margin-top: 40px;
}

header .sp-header-nav-bottom li {
  width: 100%;
  border-top: 1px solid #000;
}

header .sp-header-nav-bottom li:last-child {
  border-bottom: 1px solid #000;
}

header .sp-header-nav-bottom li a {
  width: 100%;
  font-weight: bold;
  padding: 10px;
  display: flex;
  justify-content: space-between;
}

header .sp-header-nav-bottom li a:after {
  content: url("../images/arrowright.svg");
}

header .sp-header-nav .search-field {
  padding: 5px 10px;
  border: 1px solid #000;
  margin-top: 20px;
}

header #search-selection-modal {
  width: 40%;
  background-color: #fff;
  padding: 30px 50px;
  border: 1px solid #ccc;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 15%) 0px 5px 15px;
  display: none;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  position: fixed;
  top: 25%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 999;
}

header #search-selection-modal.show {
  display: flex;
}

header #search-selection-modal .close-button {
  font-size: 20px;
  position: absolute;
  top: 10px;
  right: 15px;
  cursor: pointer;
}

header #search-selection-modal span {
  text-align: center;
}

header #search-selection-modal div {
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 20px;
}

header #search-selection-modal div .shadow-button {
  width: 50%;
  font-size: 16px;
  font-weight: 500;
  background-image: linear-gradient(#ffbb36, #ec9c00);
}

footer {
  background-color: #f4f4f4;
  border-top: 1px solid #eee;
  display: flex;
  flex-direction: column;
}

footer .container {
  flex: 1;
  padding-bottom: 50px !important;
}

footer .footer-info {
  padding: 40px 0;
  display: flex;
  justify-content: center;
}

footer .footer-info a {
  max-width: 300px;
  border-bottom: 1px solid #444444;
  padding-bottom: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
}

footer .footer-info a img {
  width: 145px;
  height: 100px;
}

footer .footer-info a span {
  font-size: 16px;
  font-weight: bold;
  margin-top: 5px;
  display: block;
}

footer .section__inner {
  width: 100%;
  display: flex;
  gap: 50px;
}

footer .section__inner a {
  font-size: 16px;
  font-weight: 600;
  color: #595656;
}

footer .section__inner a img {
  width: 25px;
  margin-right: 10px;
}

footer .section__inner a:hover {
  opacity: 0.7;
}

footer .section__inner .inner {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

footer .section__inner .inner:last-child {
  width: 40%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

footer .section__inner .inner p {
  font-weight: bold;
}

footer .section__inner .inner:last-child p {
  width: 100%;
  padding: 5px;
}

footer .section__inner .inner:last-child > img {
  transform: translateX(30px);
}

footer .footer__link {
  width: 100%;
  margin-top: 20px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 3px;
}

footer .footer__link li {
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

footer .footer__link li a {
  width: 100%;
  font-size: 12px;
  padding: 10px;
  display: flex;
  justify-content: space-between;
}

footer .footer__link li a:after {
  content: url("../images/arrowright.svg");
}

footer .footer__link2 {
  width: 100%;
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

footer .footer__link2 a {
  display: flex;
  align-items: center;
}

footer .backtop {
  width: 100%;
  max-width: 100%;
  position: fixed;
  z-index: 8;
  bottom: 15px;
  right: 0;
}

footer .backtop-icon {
  cursor: pointer;
  display: block;
  position: absolute;
  bottom: 0;
  right: 3%;
  zoom: 1;
  text-align: right;
  z-index: 8;
}

footer .backtop-icon img {
  width: 45px;
  height: 45px;
}

footer .coyright-bar {
  background-color: #1673a1;
  text-align: center;
  color: white;
  padding: 10px 0;
}

.nav-bottom {
  width: 100%;
  height: 50px;
  background-color: #eee;
  padding: 0 30px;
  display: none;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  bottom: 0;
}

.nav-bottom a {
  display: flex;
  justify-content: center;
  align-items: center;
}

.main-body {
  padding-top: 127px;
  display: flex;
  flex-direction: column;
}

.box-news {
  margin-top: 50px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.box-news .box-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.box-news .box-content img {
  width: 100%;
  object-fit: contain;
}

.box-slick {
  margin-top: 50px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.box-slick {
  margin-top: 50px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.box-slick .box-title {
  background-color: transparent;
  display: flex;
  justify-content: space-between;
}

.box-slick .box-title .left span:first-child {
  font-size: 24px;
  font-weight: bold;
  color: #000;
}

.box-slick .box-title .left span:last-child {
  font-size: 14px;
  font-weight: bold;
  color: #ccc;
  margin-left: 10px;
}

.box-slick .box-title .right {
  display: flex;
  align-items: center;
}

.box-slick .box-title .right a {
  font-size: 12px;
  color: #fff;
  background-color: #000;
  padding: 3px 10px;
  border-radius: 20px;
}

.box-slick .box-title .right a::after {
  content: url("../images/arrowright.svg");
  filter: invert(100%) sepia(0%) saturate(2%) hue-rotate(82deg) brightness(113%) contrast(100%);
  margin-top: 4px;
  margin-left: 10px;
}

.box-slick .box-slick-content .slick-slide div {
  height: 180px;
}

.box-slick .box-slick-content .slick-slide a {
  height: 100%;
}

.box-slick .box-slick-content .slick-slide img {
  height: 100%;
  object-fit: contain;
}

.box-slick .box-slick-content .slick-dots li button:before {
  font-size: 12px;
}

.box-slick .box-slick-content .slick-dots li.slick-active button:before {
  color: #c01410;
}

.box-slick .box-slick-content .slick-arrow {
  width: 50px;
  height: 50px;
  background-color: #fff;
  border-radius: 100px;
  box-shadow: rgba(0, 0, 0, 15%) 0px 5px 15px;
  z-index: 1;
}

.box-slick .box-slick-content .slick-prev {
  left: -3%;
}

.box-slick .box-slick-content .slick-prev:before {
  content: url("../images/slider-arrow-left-small.svg");
}

.box-slick .box-slick-content .slick-next {
  right: -3%;
}

.box-slick .box-slick-content .slick-next:before {
  content: url("../images/slider-arrow-right-small.svg");
}

.box-title {
  width: 100%;
  height: 60px;
  color: #fff;
  background-color: #444;
  display: flex;
  justify-content: center;
  align-items: center;
}

.box-title span {
  font-size: 24px;
  font-weight: bold;
}

.mail-box img {
  width: 22px;
}

.mail-box span {
  writing-mode: vertical-lr;
  text-orientation: upright;
}

.breadcrumb {
  font-size: 8px;
  display: flex;
  justify-content: flex-end;
}

.shadow-button {
  height: 50px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  line-height: 50px;
  color: #fff;
  border: none;
  border-radius: 6px;
  box-shadow: inset 0 0 0 1px rgb(0 0 0 / 10%), inset 0 -0.25em 0 rgb(0 0 0 / 25%), 0 0.25em 0.25em rgb(0 0 0 / 5%);
  cursor: pointer;
  transition: all 0.01s;
}

.shadow-button:active {
  box-shadow: 0 1px 2px 1px rgb(0 0 0 / 50%) inset, 0px 0px 20px 20px rgb(0 0 0 / 10%) inset;
  transform: translateY(1px);
}

.grey-button {
  width: 335px;
  height: 60px;
  text-align: center;
  background-image: linear-gradient(#ffffff, #e4e4e4);
  border: 1px solid #666;
  border-radius: 5px;
  position: relative;
  cursor: pointer;
}

.yellow-button {
  width: 300px;
  height: 60px;
  font-size: 20px;
  color: #fff;
  background-image: linear-gradient(#ffbb36, #ec9c00);
  border: none;
  border-radius: 5px;
  position: relative;
  cursor: pointer;
}

.arrow-right::after,
.arrow-left::before {
  content: "";
  width: 8px;
  height: 8px;
  background-image: url("../images/arrowright.svg");
  background-repeat: no-repeat;
  background-size: 8px;
  background-position: center center;
  display: inline-block;
  position: absolute;
  top: 50%;
}

.arrow-left::before {
  transform: translate(-50%, -50%) rotate(180deg);
  left: 20px;
}

.arrow-right::after {
  transform: translate(-50%, -50%);
  right: 10px;
}

.main-content {
  background-color: #f4f4f4;
  padding-bottom: 150px;
}

.main-content .container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.main-content .container .main-title {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  margin-top: 20px;
}

.txt-header {
  font-size: 30px;
}

.txt-header-border-bottom {
  font-size: 22px;
  border-bottom: 1px solid #000;
  margin: 15px 0;
}

.txt-red {
  color: #ff0000;
}

.box-summary-title {
  width: 100%;
  height: 50px;
  line-height: 50px;
  font-size: 25px;
  text-align: center;
  border: 1px solid #000;
  display: block;
}

.danger-box {
  width: 100%;
  font-weight: bold;
  color: #ff0000;
  background-color: #fff0f0;
  padding: 20px;
}

.confirm-box {
  width: 100%;
  height: 60px;
  line-height: 60px;
  font-size: 25px;
  text-align: center;
  border: 1px solid #000;
}

@media all and (max-width: 768px) {
  .dispc,
  .breakpc {
    display: none;
  }

  header .dflex-space {
    padding: 0 10px;
  }

  header .header_top_logo img {
    width: 50px;
    height: 50px;
  }

  header .search-field input {
    font-size: 14px;
  }

  header .icons-header {
    display: none;
  }

  header .icon-hamburger {
    display: flex;
  }

  header .sp-header-nav {
    display: flex;
  }

  header .header-nav-bottom li a {
    font-size: 12px;
  }

  header #search-selection-modal {
    width: 90%;
    top: 40%;
    left: 50%;
  }

  footer {
    padding-bottom: 50px;
  }

  footer .footer-info a img {
    width: 100px;
    height: 70px;
  }

  footer .footer-info a span {
    font-size: 14px;
  }

  footer .section__inner .inner:last-child {
    display: none;
  }

  footer .section__inner .inner p {
    font-size: 14px;
  }

  footer .footer__link {
    padding: 0 20px;
    grid-template-columns: repeat(2, 1fr);
  }

  footer .footer__link li a {
    font-size: 11px;
    font-weight: bold;
  }

  footer .backtop {
    bottom: 51px;
  }

  footer .coyright-bar {
    font-size: 12px;
  }

  .nav-bottom {
    display: flex;
  }

  .main-body {
    padding-top: 102px;
  }

  .box-news {
    margin-top: 20px;
    padding: 0 20px;
  }

  .box-news .box-content {
    /* padding: 0 20px; */
  }

  .box-slick {
    margin-bottom: 30px;
    gap: 10px;
  }

  .box-slick .box-title {
    padding: 0 20px;
  }

  .box-slick .box-title .left span:first-child {
    font-size: 16px;
  }

  .box-slick .box-title .left span:last-child {
    font-size: 10px;
  }

  .box-slick .box-title .right a {
    font-size: 10px;
  }

  .box-slick .box-slick-content {
    margin-bottom: 0 !important;
  }

  .box-slick .box-slick-content .slick-slide div {
    height: 155px;
  }

  .box-slick .box-slick-content .slick-dots {
    position: absolute;
    bottom: 20px;
  }

  .box-slick .box-slick-content .slick-arrow {
    display: none !important;
  }

  .box-title {
    height: 30px;
    padding-left: 20px;
    justify-content: flex-start;
  }

  .box-title span {
    font-size: 16px;
  }

  .breadcrumb {
    padding-right: 10px;
  }

  .shadow-button {
    height: 40px;
    font-size: 16px;
    line-height: 40px;
  }

  .grey-button {
    height: 40px;
    font-size: 14px;
    text-align: left;
    padding-left: 20px;
  }

  .yellow-button {
    width: 165px;
    height: 40px;
    font-size: 11px;
  }

  .arrow-right::after,
  .arrow-left::before {
    background-size: 6px;
  }

  .main-content {
    padding-bottom: 30px;
  }

  .main-content .container .main-title {
    font-size: 20px;
    padding-left: 40px;
    padding-right: 40px;
    margin-top: 10px;
  }

  .main-content p {
    font-size: 14px;
  }

  .main-content br {
    height: 16px;
  }

  .txt-header {
    font-size: 20px;
  }

  .txt-header-border-bottom {
    font-size: 20px;
  }

  .txt-red {
    font-size: 18px !important;
  }

  .confirm-box {
    height: 50px;
    line-height: 50px;
    font-size: 20px;
  }
}
