@charset "UTF-8";
@import url("https://use.fontawesome.com/releases/v6.7.2/css/all.css");
/**
 * 1.0 - Normalize
 * 2.0 - Common
 * 3.0 - Header
 * 4.0 - Contents
 * 5.0 - Navi
 * 6.0 - Main
 * 7.0 - Footer
 * 8.0 - Single Page
 * 9.0 - Option
 */
/*----------------------------------------------------
	1.0 - Normalize
----------------------------------------------------*/
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,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table.table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  border: 0;
  font-family: inherit;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}
:focus {
  outline: 0;
}
ol,
ul {
  list-style: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
caption,
th,
td {
  font-weight: normal;
  text-align: left;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}
blockquote,
q {
  quotes: "" "";
}
a img {
  border: 0;
}
figure {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
  display: block;
}
/*Border*/
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
/*----------------------------------------------------
	2.0 - Common
----------------------------------------------------*/
html {
  background: #fff;
  font-size: 62.5%; /* base-font-size:10px */
}
body {
  font-family: "Roboto", sans-serif;
  /* font-family: 'Noto Sans JP', sans-serif; */
  font-size: 1.6rem;
  letter-spacing: 0;
  background-image: url("../img/common/bg_body.webp");
  background-repeat: no-repeat;
  background-size: 2000px 1720px;
  background-position: top center;
}
@media (max-width: 768px) {
  body {
    font-size: 1.4rem;
    background-image: none;
  }
}
a {
  color: #c1475c;
}
a:hover {
  color: #577dd6;
  text-decoration-color: transparent;
}
/*tel-setting*/
a[href*="tel:"] {
  pointer-events: none;
}
#wrapper {
  position: relative;
  width: 100%;
  margin: 0 auto;
}
/*----------------------------------------------------
	3.0 - Header
----------------------------------------------------*/
header {
  display: flex;
  justify-content: space-between;
  position: relative;
  position: fixed;
  background: #28518a;
  width: 100%;
  height: 100px;
  margin: 0 auto;
  padding: 0 1em 0 2em;
  font-family: "Roboto", sans-serif;
  text-align: center;
  align-items: center;
  line-height: 0;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  /* overflow: hidden; */ /* Safari NG */
  z-index: 1;
}
@media (max-width: 1279px) {
  header {
    display: inherit;
    background: #28518a;
    width: 100%;
    height: 100px;
    padding: 0;
    box-shadow: none;
    z-index: 2;
  }
  header h1 {
    display: flex;
    align-items: center;
    height: 100px;
    padding-right: 100px;
  }
  header h1 img {
    width: auto;
    max-height: 100px;
    padding: 0.3em;
    transition: 0.3s;
  }
  header h1 img[src*="_pc"] {
    display: none;
  }
}
@media (max-width: 999px) {
  header {
    height: 60px;
  }
  header h1 {
    height: 60px;
    padding-right: 60px;
  }
  header h1 img {
    max-height: 60px;
  }
}
/*----------------------------------------------------
	4.0 - Contents
----------------------------------------------------*/
#contents {
  width: 100%;
  margin: 0 auto;
  padding: 100px 0 0;
  line-height: 0;
  z-index: 0;
}
@media (max-width: 999px) {
  #contents {
    padding-top: 60px;
  }
}
.inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 2em;
  text-align: left;
}
@media (max-width: 999px) {
  .inner {
    padding: 0 2.5em;
  }
}
@media (max-width: 480px) {
  .inner {
    padding: 0 1.5em;
  }
}
/*----------------------------------------------------
	5.0 - Navi
----------------------------------------------------*/
/* Hamburger */
@media (min-width: 1000px) {
  .hamburger {
    display: none;
  }
}
@media (max-width: 1279px) {
  .hamburger {
    position: fixed;
    display: flex;
    justify-content: center;
    background: #fff;
    right: 1.25em;
    top: 1.25em;
    width: 60px;
    height: 60px;
    line-height: 1.75;
    text-align: center;
    cursor: pointer;
    z-index: 1;
  }
  .hamburger span {
    display: block;
    position: absolute;
    width: 30px;
    height: 2px;
    left: 15px;
    background: #28518a;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .hamburger span:nth-child(1) {
    top: 10px;
  }
  .hamburger span:nth-child(2) {
    top: 20px;
  }
  .hamburger span:nth-child(3) {
    top: 30px;
  }
  .hamburger.active span:nth-child(1) {
    top: 16px;
    left: 15px;
    background: #28518a;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .hamburger.active span:nth-child(2),
  .hamburger.active span:nth-child(3) {
    top: 16px;
    background: #28518a;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .hamburger p {
    position: absolute;
    top: 32px;
    color: #28518a;
    font-size: 1.2rem;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .hamburger.active p {
    color: #28518a;
  }
}
@media (max-width: 999px) {
  .hamburger {
    top: 0;
    right: 0;
  }
}
/* Menu */
@media (min-width: 1280px) {
  nav {
    background: #28518a;
    position: relative;
    width: 100%;
    height: 70px;
    z-index: 1;
  }
  .dropmenu {
    height: 70px;
    display: flex;
    align-items: flex-end;
    padding-bottom: 5px;
  }
  .dropmenu li {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    color: #000;
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1;
    transition: all 0.3s;
  }
  .dropmenu li a {
    position: relative;
    display: block;
    color: #fff;
    white-space: nowrap;
    text-decoration: none;
    padding: 0.8em 1em;
  }
  .dropmenu li > a:hover,
  .dropmenu li.on > a {
    color: #28518a;
    background-color: #dbe6f4;
    border-radius: 2px;
  }
  .dropmenu li.off a {
    cursor: default;
    pointer-events: none;
  }
  .dropmenu li.off > a:hover {
    background-color: #28518a;
    color: #fff;
  }
  .dropmenu li.off.patern01 > a:hover {
    pointer-events: none;
  }
  .dropmenu li ul {
    position: absolute;
    top: 100%;
    left: 0;
    background: #28518a;
    width: auto; /* nowrap */
    min-width: 100%; /* nowrap */
    border-radius: 0 0 2px 2px;
  }
  .dropmenu li ul li {
    height: 0;
    font-size: 1.3rem;
    text-align: left;
    overflow: hidden;
    transition-duration: 0.3s;
  }
  .dropmenu li ul li a {
    width: 100%;
    padding: 1.2em 2em 1.2em 1em;
  }
  .dropmenu li ul li a:hover {
    border-radius: 0;
  }
  .dropmenu li ul li.off a:hover {
    color: #fff;
    background-color: #28518a;
  }
  .dropmenu li.on ul li a {
    color: #fff;
  }
  .dropmenu li.on ul li.on a {
    color: #28518a;
    border-radius: 0;
  }
  .dropmenu li.on ul li a:hover {
    color: #28518a;
  }
  .dropmenu li.on ul li.off a:hover {
    color: #fff;
    background-color: #28518a;
  }
  .dropmenu li ul li.nowrap,
  .dropmenu li ul li ul li.nowrap {
    white-space: nowrap;
  }
  .dropmenu li:hover > ul > li {
    height: 44px;
    overflow: visible;
  }
  .dropmenu li ul li ul {
    top: 0;
    left: 100%;
  }
  .dropmenu li.menu-media > ul {
    left: auto;
    right: 0;
  }

  .dropmenu li ul li a:before {
    content: "\f0da";
    position: absolute;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #fff;
    font-size: 0.8em;
    top: 50%;
    transform: translateY(-40%);
    right: 12px;
  }
  .dropmenu li.on ul li a:hover:before {
    color: #28518a;
  }
  .dropmenu li.on ul li.on a:before {
    color: #28518a;
  }
  .dropmenu li ul li a:hover:before {
    color: #28518a;
  }
  .dropmenu li ul li.off a:hover:before {
    color: #fff;
  }
  .dropmenu > li.lang-link-jp {
    display: none;
  }
}
@media (max-width: 1279px) {
  nav {
    background: none;
    height: auto;
  }
  .dropmenu {
    position: fixed;
    display: none;
    background-color: #fff;
    width: 100%;
    height: calc(100vh - 100px);
    padding-top: 1em;
    color: #fff;
    z-index: 200;
    overflow-y: auto;
  }
  .dropmenu > li {
    position: relative;
    display: block;
    margin: 0 2em;
    text-align: left;
    border-bottom: 1px solid #b5bac1;
    transition: 0.3s all;
  }
  .dropmenu > li.on > a {
    background-color: #28518a;
    color: #fff;
  }
  .dropmenu > li > ul li {
    border-top: 1px solid #b5bac1;
    background-color: rgba(241, 247, 249, 1);
  }
  .dropmenu > li a {
    display: block;
    padding: 1.8em 0 1.8em 0.8em;
    color: #000;
    font-weight: 500;
    text-decoration: none;
    transition:
      color 0.3s,
      text-decoration 0.3s;
  }
  .dropmenu > li > ul li a {
    position: relative;
    padding: 1.8em 0 1.8em 1.4em;
  }
  .dropmenu > li > ul li a:hover,
  .dropmenu > li > ul li.on a {
    background-color: #549ad7;
    color: #fff;
  }
  .dropmenu > li > ul li.off a {
    background-color: rgba(241, 247, 249, 1);
    color: #000;
  }
  .dropmenu > li > ul li ul li a {
    padding: 1.5em 0 1.5em 0.4em;
  }
  .dropmenu ul,
  .dropmenu ul ul {
    display: none;
  }
  .dropmenu > li a:hover {
    color: #fff;
    background-color: #28518a;
  }
  .dropmenu li.on:after {
    display: none;
  }
  .dropmenu > li.off a:hover {
    color: #000;
    cursor: default;
    background-color: #fff;
  }
  .dropmenu li ul li a:before {
    content: "\f0da";
    position: absolute;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #000;
    font-size: 0.8em;
    top: 50%;
    transform: translateY(-40%);
    right: 18px;
  }
  .dropmenu li ul li a:hover:before,
  .dropmenu li ul li.on a:before {
    color: #fff;
  }
  .dropmenu li ul li.off a:hover:before {
    color: #000;
  }
  .dropmenu > li.lang-link-jp {
    display: block;
  }
}
@media (max-width: 999px) {
  .dropmenu {
    height: calc(100vh - 60px);
    .dropmenu > li.lang-link-jp {
      display: block;
    }
  }
}
/* 日本語案内 DIV */

.lang-link-below {
    display: block;
    position: absolute;
    top: 6px;
    right: 14px;
    padding: 0;
    margin: 0;
    line-height: 1.2;
    white-space: nowrap;
}
.lang-link-below a {
  font-size: 14px;
  color: #fff;
  text-decoration: underline;
}
.lang-link-below a:hover,
.lang-link-below a:focus {
  text-decoration: none;
}

@media (max-width: 1279px) {
  .head_inner {
    display: flex;
    flex-direction: column;
  }

  /* lang-link を nav の下ではなく「navの一部のように」見せる */
  .lang-link-below {
    display: none;
  }
}

/* arrow */
@media (max-width: 1279px) {
  ul.dropmenu div.level01,
  ul.dropmenu div.level02 {
    position: relative;
  }
  ul.dropmenu div.level01 a,
  ul.dropmenu div.level02 a {
    display: flex;
    align-items: center;
  }
  ul.dropmenu div.level01 a:after,
  ul.dropmenu div.level02 a:after {
    content: "";
    position: absolute;
    right: 18px;
    /* top: 1.5em; */
    transition: all 0.2s ease-in-out;
    /* display: block; */
    width: 8px;
    height: 8px;
    border-top: solid 2px #000;
    border-right: solid 2px #000;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  ul.dropmenu div.level01 a:hover:after,
  ul.dropmenu div.level02 a:hover:after {
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
  }
  ul.dropmenu div.level01.open a:after,
  ul.dropmenu div.level02.openAcd a:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    /* top: 1.75em; */
  }
}
.fa-chevron-down {
  font-size: 0.8em;
}
@media (max-width: 1279px) {
  .fa-chevron-down {
    display: none;
  }
}
/*----------------------------------------------------
	6.0 - Main
----------------------------------------------------*/
.h1_wrapper {
  position: relative;
}
#contents h1 {
  position: relative;
  background-image: url(../img/common/bg_contents_h1.webp);
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 190px;
  margin: 0 auto;
  color: #fff;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 2.875em;
  font-weight: 500;
  line-height: 1.1;
  text-align: left;
}
#contents h1 .h1_text {
  width: 1000px;
  margin-left: 1.5em;
  margin-bottom: 0.8em;
  background: linear-gradient(
    0deg,
    rgba(220, 167, 176, 1) 0%,
    rgba(213, 149, 160, 1) 21%,
    rgba(198, 110, 126, 1) 34%,
    rgba(188, 86, 104, 1) 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 999px) {
  #contents h1 .h1_text {
    margin-left: 4%;
  }
}
@media (max-width: 768px) {
  #contents h1 {
    background-image: url(../img/common/bg_contents_h1_768.webp);
    background-position: 70% bottom;
  }
}
@media (max-width: 480px) {
  #contents h1 {
    background-image: url("../img/common/bg_contents_h1_480.webp");
    background-position: 85% bottom;
    font-size: 2.6em;
  }
  #contents h1 .h1_text {
    padding-bottom: 1em;
    margin-left: 6%;
    margin-right: 0.5em;
  }
}
section {
  padding: 5em 0;
  line-height: 1.75;
  text-align: left;
  background-color: #fff;
  min-height: calc(100vh - 100px - 30em);
}
section.section_index {
  padding: 5em 0;
  min-height: inherit;
}
@media (max-width: 768px) {
  section.section_index {
    padding: 3em 0;
  }
  section.info_section.section_index {
    padding-top: 0;
  }
}
section:first-child {
  padding-top: 0;
}
section.section_index .inner {
  position: relative;
  padding: 0 35px;
}
@media (max-width: 480px) {
  section.section_index .inner {
    padding: 0 20px;
  }
}
section h2 {
  position: relative;
  margin: 2em auto 1em;
  padding-bottom: 0;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 2.3em;
  font-weight: 700;
  line-height: 1.15;
  color: #28518a;
  border-bottom: 4px solid #ccc;
  text-align: left;
}
section h2 span {
  display: inline-table;
  position: relative;
}
section h2 span:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -4px;
  width: 100%;
  margin: 0 auto;
  border-bottom: 4px #28518a solid;
}
section h2:first-child {
  margin-top: 0;
}
section h2.index_h2 {
  position: absolute;
  top: 0;
  border-bottom: none;
}
.index_h2::before {
  content: "";
  display: block;
  height: 4rem; /* 上のスキマ */
}
@media (max-width: 768px) {
  section h2.index_h2 img {
    width: 50vw;
  }
}
@media (max-width: 480px) {
  section h2.index_h2 img {
    width: 60vw;
  }
}
section h3 {
  position: relative;
  margin: 2em auto 0.75em;
  font-size: 1.625em;
  font-weight: 700;
  line-height: 1.15;
  color: #28518a;
  border-left: 2px solid #28518a;
  padding: 0 0.3em 0 0.6em;
}
section h2 + h3 {
  margin-top: 0;
}
section h4 {
  position: relative;
  margin: 1.5em auto 0.75em;
  padding-bottom: 0.1em;
  font-size: 1.5em;
  font-weight: 700;
  color: #c1475c;
  line-height: 1.15;
  border-bottom: 3px solid #c1475c;
}
section h3 + h4 {
  margin-top: 0;
}
section h5 {
  position: relative;
  margin: 1.5em auto 0.2em;
  position: relative;
  font-size: 1.25em;
  font-weight: 700;
  line-height: 1.15;
  color: #8c886d;
}
section h5.pink {
  color: #c1475c;
}
section h4 + h5 {
  margin-top: 0;
}
/*----------------------------------------------------
	7.0 - Footer
----------------------------------------------------*/
footer {
  position: relative;
  background-color: #28518a;
  background-image: url("../img/common/bg_footer.png");
  background-size: cover;
  background-position: top center;
  background-blend-mode: overlay;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
@media (max-width: 999px) {
  footer {
    padding-left: 0;
  }
}
footer .foot_secretariat {
  display: block;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 70px 0 40px;
  text-align: center;
  font-size: 0.875em;
  line-height: 1.5;
}
footer ul.foot_inner {
  width: auto;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  margin: 0 auto;
  text-align: left;
}
@media (max-width: 768px) {
  footer ul.foot_inner {
    justify-content: center;
    flex-direction: column;
  }
}
footer ul.foot_inner li {
  width: 90%;
  margin: 0 auto;
}
@media (max-width: 768px) {
  footer ul.foot_inner li {
    width: 90%;
  }
}
footer ul.foot_inner li.scr01 {
  margin-bottom: 2em;
}
footer ul.foot_inner dl {
  display: flex;
  width: 100%;
  margin: 0 auto;
  text-align: left;
  column-gap: 3em;
}
@media (max-width: 768px) {
  footer ul.foot_inner dl {
    flex-direction: column;
  }
}
footer ul.foot_inner dt {
  margin: auto;
  color: #fff;
  font-size: 1.07em;
  font-weight: 700;
  text-align: end;
  width: 30%;
}
@media (max-width: 768px) {
  footer ul.foot_inner dt {
    text-align: left;
    width: 96%;
    padding-bottom: 0.2em;
  }
}
footer ul.foot_inner dd {
  margin: 0 auto;
  color: #fff;
  position: relative;
  width: 70%;
}
@media (max-width: 768px) {
  footer ul.foot_inner dd {
    width: 90%;
  }
}
footer ul.foot_inner dd:before {
  content: "";
  position: absolute;
  background-color: #fff;
  width: 1px;
  height: calc(100% - 0.5em);
  top: 50%;
  transform: translateY(-50%);
  left: -1.5em;
}
@media (max-width: 768px) {
  footer ul.foot_inner dd:before {
    left: -0.8em;
  }
}
footer .copyright {
  width: 100%;
  padding: 1em 0;
  color: #fff;
  font-size: 0.86em;
  line-height: 1.5;
  text-align: center;
}
footer a {
  color: #fff;
}
footer a:hover {
  color: rgba(255, 255, 255, 0.8);
}
footer a.tel {
  color: inherit;
  text-decoration: none;
}
/*----------------------------------------------------
	8.0 - Single Page
----------------------------------------------------*/
/*  Index
----------------------------------------------------*/
.index_main {
  position: relative;
  width: 100%;
  max-width: 1000px;
  height: 750px;
  margin: 0 auto;
  line-height: 0;
  text-align: left;
  overflow: hidden;
  z-index: 0;
}
.index_main img {
  width: 100%;
  max-width: 604px;
  height: auto;
  padding-top: 4.5%;
  margin-left: 2em;
}

.index_main .logo {
  position: absolute;
  top: 20px;
  right: 20px;
  max-width: 140px;
  height: auto;
  z-index: 2;
  pointer-events: none;
}

.index_main .logo1 {
  top: 20px;
  right: 20px;
}
.index_main .logo2 {
  top: 70px;
  right: 20px;
}
.index_text {
  margin-left: 2em; /* タイトル画像と同じ左寄せ */
  padding-top: 1rem; /* 少しだけ下に間隔 */
  font-size: 1.4rem;
  line-height: 1.4;
  color: #bc5668; /* サイトの基本ブルー */
  font-weight: 600;
}

@media (max-width: 768px) {
  .index_main {
    background-image: url("../img/contents/index/img_main_768.webp");
    background-size: 100%;
    background-repeat: no-repeat;
    height: auto;
    padding-bottom: 88vw;
  }
  .index_main img {
    display: none;
  }
  .index_text {
    position: absolute;
    top: 20vw; /* 背景画像の中ほどに配置（好みで調整可能） */
    width: 100%;
    margin: 1;
    padding: 6rem 1rem; /* 横に少し余白 */
    text-align: left;
    font-size: 1.2rem;
    line-height: 1.4;
    color: #bc5668;
    font-weight: 700;
  }
}
/* Info */
.info_section {
  background-color: transparent;
}
.info {
  width: 100%;
  margin: 0 auto;
  padding-top: 4.8em;
  text-align: center;
}
@media (max-width: 768px) {
  .info {
    padding-top: 12vw;
  }
}
.info::before {
  content: "";
  display: block;
  height: 2rem; /* 上のスキマ */
}

.info dl {
  background: #fff;
  width: 100%;
  /*height: 250px;*/
  height: 150px;
  margin: 0 auto;
  line-height: 1.6;
  text-align: left;
  overflow-y: auto;
}
.info dt,
.info dd {
  padding-top: 16px;
  padding-bottom: 16px;
}
.info dt {
  float: left;
  position: relative;
  padding-left: 1em;
  color: #bc5668;
  font-weight: 700;
}
.info dt:before {
  content: "\25B6";
  overflow: hidden;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  color: #bc5668;
  font-size: 0.75em;
}
.info dt.none:before {
  content: none;
}
.info dd {
  position: relative;
  margin: 0;
  padding-left: 9em;
  border-bottom: 1px solid #f8eef0;
}
@media (max-width: 999px) {
  .info dt,
  .info dd {
    padding-top: 0;
    padding-bottom: 0;
  }
  .info dt {
    float: none;
    padding: 0.8em 0 0.2em 0.8em;
  }
  .info dt:before {
    top: 50%;
    transform: translateY(-27%);
    left: -2px;
  }
  .info dd {
    padding-left: 0;
    padding-bottom: 0.8em;
  }
}
/* Attention Box Index */
.box_attention_index {
  background: #fff;
  width: 100%;
  padding: 1em;
  line-height: 1.6;
  border: 2px solid #e0363c;
}

/*  Greeting
----------------------------------------------------*/
/*  Japanese Infomartion
----------------------------------------------------*/
.jp-info dl {
  --row-gap: 10px;
}
.jp-info dl > dt:not(:first-of-type),
.jp-info dl > dd:not(:first-of-type) {
  margin-top: var(--row-gap);
}

.jp-info dd {
  margin-left: 12.5em; /* ← dtのwidthと同じ数値にする */
  padding-left: 0;
  text-align: left;
}

.jp-info dt {
  float: left;
  width: 12.5em; /* ← ラベル列の幅 */
  padding-left: 0.8em; /* 先頭アイコン分の余白は維持 */
  font-weight: bold;
}

/* 1行目だけ上の余白を小さく*/
.jp-info dl > dt:first-of-type,
.jp-info dl > dd:first-of-type {
  padding-top: 10px; /* 16px → 6px（さらに詰めたければ 0～4px へ） */
}

/* デスクトップ側のfloat対策（親の潰れ防止） */
.jp-info dl::after {
  content: "";
  display: block;
  clear: both;
}

/* モバイル時：縦積みに戻す（float/幅/インデントをリセット） */
@media (max-width: 999px) {
  .jp-info dl {
    display: block;
  }

  .jp-info dt {
    padding-left: 0;
  }
  .jp-info dd {
    float: none;
    width: auto;
    margin: 0;
  }

  .jp-info dd {
    margin-left: 0;
    padding-left: 0;
    padding-bottom: 0.6em;
    text-align: left;
  }

  .jp-info dt {
    padding: 0 0 0.15em 0.6em;
  }

  /* 行間 */
  .jp-info dl {
    --row-gap: 8px;
  }
  .jp-info dl > dt:not(:first-of-type),
  .jp-info dl > dd:not(:first-of-type) {
    margin-top: var(--row-gap);
  }

  /* 先頭だけ少し詰める */
  .jp-info dl > dt:first-of-type,
  .jp-info dl > dd:first-of-type {
    padding-top: 4px;
  }
}

/* テキスト＋画像 横並び */
.text-image {
  display: flex;
  gap: 1.5em;
  align-items: flex-start;
}
/*  pが7割 */
.text-image > p {
  flex: 7;
  margin: 0;
}

.text-image_figure {
  flex: 3;
  margin: 0;
  text-align: center;
}
.text-image_figure img {
  width: 360px;
  height: auto;
  display: block;
}

/* キャプション */
.text-image_figure figcaption {
  display: block;
  font-size: 0.9em;
  text-align: center;
}

/* スマホは縦積み */
@media (max-width: 768px) {
  .text-image {
    flex-direction: column;
  }
  .text-image_figure {
    max-width: 360px;
    align-items: center;
  }
}
/* 講演者ブロック用（highlightページ） */
.text-image.speaker .text-image_figure {
  max-width: 180px;
}

.text-image.speaker img {
  width: 100%;
  height: auto;
  border-radius: 50%;
}

/* 画像2枚（2カラム）＋キャプション */
.image-2column {
  margin: 1.5em auto;
  text-align: center;
}

.image-2column_images {
  display: flex;
  gap: 1em;
  justify-content: center;
  align-items: flex-start;
}

.image-2column_images img {
  width: 100%;
  max-width: 460px; /* 2枚並べても大きくなりすぎない */
  height: auto;
  display: block;
}

/* キャプション */
.image-2column figcaption {
  margin-top: 0.4em;
  font-size: 0.9em;
  text-align: center;
}

/* スマホは縦並び */
@media (max-width: 768px) {
  .image-2column_images {
    flex-direction: column;
    align-items: center;
  }

  .image-2column_images img {
    max-width: 360px;
  }
}

/* -------------------------------------------
   Highlights (JP top) - tiles
------------------------------------------- */

.highlights {
  margin-top: 2.5em;
}

.highlights_grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5em;
}

/* タイル全体をリンクにする */
.highlights_tile {
  display: block;
  text-decoration: none;
  color: inherit;
}

.highlights_tile figure {
  margin: 0;
}

.highlights_tile img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 4px;
}

.highlights_tile figcaption {
  margin-top: 0.5em;
  font-size: 0.9em;
  text-align: center;
  line-height: 1.4;
}

/* hover/focus（キーボード操作にも） */
.highlights_tile:hover img,
.highlights_tile:focus-visible img {
  filter: brightness(0.97);
}

.highlights_tile:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 4px;
}

/* 画面が狭い時：2カラム → 1カラム */
@media (max-width: 999px) {
  .highlights_grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .highlights_grid {
    grid-template-columns: 1fr;
  }

  .highlights_tile figcaption {
    margin-top: 0.6em;
  }
}

.back-to-list {
  margin-top: 4rem;
  padding-top: 2rem;
  border-top: 1px solid #e0e0e0;
}

.back-to-list a {
  font-size: 1.4rem;
  color: #444;
  text-decoration: none;
}

.back-to-list a:hover {
  text-decoration: underline;
}

/*----------------------------------------------------
  Excursion
----------------------------------------------------*/
.page-excursion dl {
  --row-gap: 10px;
}
.page-excursion dl > dt:not(:first-of-type),
.page-excursion dl > dd:not(:first-of-type) {
  margin-top: var(--row-gap);
}

.page-excursion dd {
  margin-left: 7.5em; /* ← dtのwidthと同じ数値にする */
  padding-left: 0;
  text-align: left;
}

.page-excursion dt {
  float: left;
  width: 7.5em; /* ← ラベル列の幅 */
  padding-left: 0.8em; /* 先頭アイコン分の余白は維持 */
  font-weight: bold;
}

/* 1行目だけ上の余白を小さく*/
.page-excursion dl > dt:first-of-type,
.page-excursion dl > dd:first-of-type {
  padding-top: 10px; /* 16px → 6px（さらに詰めたければ 0～4px へ） */
}

/* デスクトップ側のfloat対策（親の潰れ防止） */
.page-excursion dl::after {
  content: "";
  display: block;
  clear: both;
}

/* モバイル時：縦積みに戻す（float/幅/インデントをリセット） */
@media (max-width: 999px) {
  .page-excursion dl {
    display: block;
  }

  .page-excursion dt {
    padding-left: 0;
  }
  .page-excursion dd {
    float: none;
    width: auto;
    margin: 0;
  }

  .page-excursion dd {
    margin-left: 0;
    padding-left: 0;
    padding-bottom: 0.6em;
    text-align: left;
  }

  .page-excursion dt {
    padding: 0 0 0.15em 0.6em;
  }

  /* 行間 */
  .page-excursion dl {
    --row-gap: 8px;
  }
  .page-excursion dl > dt:not(:first-of-type),
  .page-excursion dl > dd:not(:first-of-type) {
    margin-top: var(--row-gap);
  }

  /* 先頭だけ少し詰める */
  .page-excursion dl > dt:first-of-type,
  .page-excursion dl > dd:first-of-type {
    padding-top: 4px;
  }
}

/*  Location
----------------------------------------------------*/
.location {
  /*display: flex;
	column-gap: 1em;*/
}
.location_img {
  text-align: center;
  margin-top: 3em;
}
.location_img img {
  max-width: 612px;
  width: 100%;
}
.caption {
  font-size: 0.9em;
  text-align: center;
}
.location_box {
  display: flex;
  gap: 1.5em;
}
.location_info .table_stack_sp th,
.location_info .table_stack_sp td {
  vertical-align: baseline;
  padding: 0.5em 0;
}
.location_info .table_stack_sp tr:first-of-type th,
.location_info .table_stack_sp tr:first-of-type td {
  padding: 0em 0 0.5em;
}
.location_info .table_stack_sp th {
  width: auto;
  text-align: left;
  padding-right: 1em;
}
.location_map {
  width: 400px;
  height: 400px;
  position: relative;
  border: 4px solid #f3f3f3;
  flex-shrink: 0;
}
.location_map_l {
  width: 100%;
  height: auto;
  padding-bottom: 56.25%;
}
.location_map iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 999px) {
  .location_map {
    width: 40%;
  }
}
@media (max-width: 768px) {
  .location_box {
    flex-wrap: wrap;
  }
  .location_map {
    width: 100%;
  }
}
/*  Outline
----------------------------------------------------*/
/*  Organizing Committee
----------------------------------------------------*/
.committee_o ul li {
  position: relative;
}
.sca_box {
  background: #fff;
  color: #db262d;
  margin-left: 0.7em;
  padding: 0 1.32em;
  text-align: center;
  line-height: 1.1;
  border: 1px solid #db262d;
  /*padding: 0.2em 3px 0;
    top: 50%;
    transform: translateY(-35%);*/
}
.hpcasia_box {
  background: #231815;
  color: #fff;
  margin-left: 0.7em;
  padding: 0 0.3em;
  text-align: center;
  line-height: 1.1;
  border: 1px solid #231815;
}
/*  Sponsors & Exhibitors
----------------------------------------------------*/
.exhibition {
  position: absolute;
  bottom: 52px;
  width: 1000px;
  left: 50%;
  transform: translateX(-46.5%);
  overflow-x: hidden;
}
@media (max-width: 1060px) {
  .exhibition {
    left: 52%;
  }
}
@media (max-width: 999px) {
  .exhibition {
    width: 100%;
    bottom: 60px;
    left: 50%;
    transform: translateX(-46%);
  }
}
@media (max-width: 768px) {
  .exhibition {
    bottom: 65px;
  }
}
@media (max-width: 480px) {
  .exhibition {
    bottom: 70px;
    padding-left: 0.8em;
  }
}
.exhibition p {
  line-height: 1.3;
  font-weight: 700;
  color: #cd6d7e;
  font-size: 1.16em;
}
.list_button_sponsors {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  column-gap: 2em;
  row-gap: 2em;
}
/*.list_button_sponsors li  {
  width: calc((100% - 2em) / 2);
  background-color: #C1475C;
  position: relative;
  text-align: left;
  display: flex;
	cursor: pointer;
	align-items: center;
	border-radius: 15px;
}*/
.list_button_sponsors li {
  width: calc((100% - 2em) / 2);
  position: relative;
  text-align: left;
  cursor: pointer;
  align-items: center;
}
.list_button_sponsors li.regi_li02 {
  padding-bottom: 1em;
}
.list_button_sponsors li.regi_li02 p {
  padding-right: 0.5em;
  padding-top: 0.1em;
  text-align: right;
}
.list_button_sponsors li.regi_form a p.regi_form_p01 {
  line-height: 1.5;
}
.list_button_sponsors li.regi_form a p.regi_form_p02 {
  line-height: 1.5;
  font-size: 15px;
  font-weight: 400;
  margin-top: 0.3em;
}
@media (max-width: 768px) {
  .list_button_sponsors {
    row-gap: 1.5em;
  }
  .list_button_sponsors li {
    width: 100%;
  }
}
.list_button_sponsors li:before {
  content: "";
  position: absolute;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 60 60'%3E%3Cpath fill='%23ffffff' d='m30,0C13.43,0,0,13.43,0,30s13.43,30,30,30,30-13.43,30-30S46.57,0,30,0Zm-1.88,45.03l-2.51-2.69,11.3-10.5H15.71v-3.68h21.2l-11.3-10.5,2.51-2.69,16.17,15.03-16.17,15.03Z'/%3E%3C/svg%3E");
  top: 0;
  bottom: 0;
  left: 35px;
  width: 60px;
  height: 60px;
  margin: auto;
  border-radius: 50px;
  pointer-events: none;
}
.list_button_sponsors li:hover:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 60 60'%3E%3Cpath fill='%23000000' d='m30,0C13.43,0,0,13.43,0,30s13.43,30,30,30,30-13.43,30-30S46.57,0,30,0Zm-1.88,45.03l-2.51-2.69,11.3-10.5H15.71v-3.68h21.2l-11.3-10.5,2.51-2.69,16.17,15.03-16.17,15.03Z'/%3E%3C/svg%3E");
  background-color: #fff;
}
@media (max-width: 768px) {
  .list_button_sponsors li:before {
    width: 50px;
    height: 50px;
  }
}
/*.list_button_sponsors li a {
width:100%;
	height: 100%;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
	font-size: 1.5em;
	padding: 1em 1em 1em 5em;
	display: flex;
	align-items: center;
}*/
.list_button_sponsors li a {
  width: 100%;
  height: 100%;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  font-size: 1.5em;
  padding: 1em 1em 1em 5em;
  display: flex;
  align-items: center;
  background-color: #c1475c;
  border-radius: 15px;
}
.list_button_sponsors li.regi_form a {
  background-color: #c1475c;
}
/*.list_button_sponsors li.regi_form a{
  background-color: #28518a;
	
}*/
/*Exhibitor Manual*/
table.table_normal.spon_table th,
table.table_normal.spon_table td {
  line-height: 1.2;
}
ul.sponsor_list_logo {
  display: flex;
  row-gap: 2em;
  column-gap: 2em;
  justify-content: center;
  flex-wrap: wrap;
  border: 1px solid #28518a;
  padding: 3em;
}
ul.sponsor_list_logo li {
  width: calc((100% - 4em) / 3);
}
ul.sponsor_list_logo li.col1 {
  width: 100%;
  text-align: center;
}
ul.sponsor_list_logo li.col1 a {
  width: calc((100% - 4em) / 3);
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}
ul.sponsor_list_logo li.notLink a {
  cursor: default;
  pointer-events: none;
}
ul.sponsor_list_logo img {
  width: 100%;
}
ul.sponsor_list_logo li a img {
  vertical-align: middle;
}
ul.sponsor_list_logo li a img:hover {
  opacity: 0.85;
}
section h2.sponsor_h2 {
  text-align: center;
  border-bottom: none;
}
@media (max-width: 999px) {
  ul.sponsor_list_logo {
    padding: 2.5em;
  }
  ul.sponsor_list_logo li {
  }
}
@media (max-width: 768px) {
  ul.sponsor_list_logo {
    column-gap: 2em;
  }
  ul.sponsor_list_logo li {
    width: calc((100% - 2em) / 2);
  }
  ul.sponsor_list_logo li.col1 a {
    width: 50%;
  }
}
@media (max-width: 480px) {
  ul.sponsor_list_logo {
    padding: 2em;
  }
  ul.sponsor_list_logo li {
    width: 90%;
  }
  ul.sponsor_list_logo li.col1 a {
    width: 90%;
    flex-direction: column;
  }
}
/*ul.sponsor_list_logo.sponsor_col_diamond {}
ul.sponsor_list_logo.sponsor_col_platinum {
	column-gap: 2em;
}
ul.sponsor_list_logo.sponsor_col_gold {}
ul.sponsor_list_logo.sponsor_col_silver {}
ul.sponsor_list_logo li {
	width: 100%;
	margin: 0 0;
	line-height: 1.2;
}
ul.sponsor_list_logo.sponsor_col_diamond li {
	width: calc((100% - 9em) / 2);
}
ul.sponsor_list_logo.sponsor_col_platinum li {
	width: calc((100% - 2em) / 3);
}
ul.sponsor_list_logo.sponsor_col_gold li {
	width: calc((100% - 3em) / 4);
}
ul.sponsor_list_logo.sponsor_col_silver li {
	width: calc((100% - 4em) / 5);
}
ul.sponsor_list_logo.sponsor_col_other li {
	width: calc((100% - 4em) / 5.75);
}
ul.sponsor_list_logo > li a {
	width: 100%;
	min-height: 3em;
	background: rgb(250, 250, 250, 0.25);
	color: #333;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-content: center;
	align-items: center;
	font-size: 0.85em;
	text-decoration: none;
	transition: 0.5s;
	position: relative;
	padding: 0;
	text-align: center;
}
ul.sponsor_list_logo > li a.dumy {
	cursor: default;
	pointer-events: none;
}
ul.sponsor_list_logo > li img {
	width: 100%;
	height: auto;
	vertical-align: middle;
}
@media (max-width: 999px) {
	ul.sponsor_list_logo.sponsor_col_diamond {}
	ul.sponsor_list_logo.sponsor_col_platinum {
		column-gap: 1em;
	}
	ul.sponsor_list_logo.sponsor_col_gold {}
	ul.sponsor_list_logo.sponsor_col_silver {}
	ul.sponsor_list_logo.sponsor_col_diamond li {
		width: calc((100% - 9em) / 2);
	}
	ul.sponsor_list_logo.sponsor_col_platinum li {
		width: calc((100% - 2em) / 3);
	}
	ul.sponsor_list_logo.sponsor_col_gold li {
		width: calc((100% - 3em) / 4);
	}
	ul.sponsor_list_logo.sponsor_col_silver li {
		width: calc((100% - 4em) / 5);
	}
}
@media (max-width: 768px) {
	ul.sponsor_list_logo.sponsor_col_diamond {}
	ul.sponsor_list_logo.sponsor_col_platinum {
		column-gap: 1em;
	}
	ul.sponsor_list_logo.sponsor_col_gold {}
	ul.sponsor_list_logo.sponsor_col_silver {}
	ul.sponsor_list_logo.sponsor_col_diamond li {
		width: 100%;
		max-width: 320px;
	}
	ul.sponsor_list_logo.sponsor_col_platinum li {
		width: calc((100% - 2em) / 2);
		max-width: 250px;
	}
	ul.sponsor_list_logo.sponsor_col_gold li {
		width: calc((100% - 3em) / 3);
		max-width: 180px;
	}
	ul.sponsor_list_logo.sponsor_col_silver li {
		width: calc((100% - 4em) / 4);
		max-width: 150px;
	}
}
@media (max-width: 480px) {
	ul.sponsor_list_logo.sponsor_col_diamond {}
	ul.sponsor_list_logo.sponsor_col_platinum {
		column-gap: 2em;
	}
	ul.sponsor_list_logo.sponsor_col_gold {}
	ul.sponsor_list_logo.sponsor_col_silver {}
	ul.sponsor_list_logo.sponsor_col_diamond li {
		width: 100%;
		max-width: 320px;
	}
	ul.sponsor_list_logo.sponsor_col_platinum li {
		width: 100%;
		max-width: 250px;
	}
	ul.sponsor_list_logo.sponsor_col_gold li {
		width: 100%;
		max-width: 180px;
	}
	ul.sponsor_list_logo.sponsor_col_silver li {
		width: 100%;
		max-width: 150px;
	}
}*/
/*  Program
----------------------------------------------------*/
/* ===== 基本設定 ===== */
.program_list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
/* dt の基本スタイル */
.program_list > dt {
  width: 3.25em; /* 3文字分の幅 */
  display: flex;
  justify-content: space-between;
  flex-shrink: 0;
  position: relative;
}
/* dt の右側に「：」を表示 */
.program_list > dt:after {
  content: "：";
}
/* dt に続く 1 つ目の dd（dt の横に配置） */
.program_list > dt + dd {
  width: calc(100% - 3.25em);
  display: flex;
  align-items: baseline;
  column-gap: 0.5em;
  margin-left: 0; /* 1つ目の dd は dt の横に配置 */
}
/* 2つ目以降の dd（dt の直下に揃える） */
.program_list > dt + dd + dd,
.program_list > dt + dd ~ dd {
  width: calc(100% - 3.25em);
  display: flex;
  align-items: baseline;
  column-gap: 0.5em;
  margin-left: 3.25em; /* dt の幅と揃える */
}
/* ===== dt に文字数が多い場合の幅調整（dt04～dt07） ===== */
.program_list dt.dt03 {
  width: 4.25em;
}
.program_list dt.dt04 {
  width: 5.25em;
}
.program_list dt.dt05 {
  width: 6.25em;
}
.program_list dt.dt06 {
  width: 7.25em;
}
.program_list dt.dt07 {
  width: 8.25em;
}
/* dt に応じて 1 つ目の dd の幅を調整 */
.program_list dt.dt03 + dd,
.program_list dt.dt04 + dd,
.program_list dt.dt05 + dd,
.program_list dt.dt06 + dd,
.program_list dt.dt07 + dd {
  margin-left: 0;
}
.program_list dt.dt03 + dd {
  width: calc(100% - 4.25em);
}
.program_list dt.dt04 + dd {
  width: calc(100% - 5.25em);
}
.program_list dt.dt05 + dd {
  width: calc(100% - 6.25em);
}
.program_list dt.dt06 + dd {
  width: calc(100% - 7.25em);
}
.program_list dt.dt07 + dd {
  width: calc(100% - 8.25em);
}
/* dt に応じて 2 つ目以降の dd の margin-left を調整 */
.program_list dt.dt03 + dd + dd,
.program_list dt.dt03 + dd ~ dd {
  margin-left: 4.25em;
}
.program_list dt.dt04 + dd + dd,
.program_list dt.dt04 + dd ~ dd {
  margin-left: 5.25em;
}
.program_list dt.dt05 + dd + dd,
.program_list dt.dt05 + dd ~ dd {
  margin-left: 6.25em;
}
.program_list dt.dt06 + dd + dd,
.program_list dt.dt06 + dd ~ dd {
  margin-left: 7.25em;
}
.program_list dt.dt07 + dd + dd,
.program_list dt.dt07 + dd ~ dd {
  margin-left: 8.25em;
}
/* ===== 次の dt が登場したら margin-left をリセット ===== */
.program_list dt + dd {
  margin-left: 0 !important;
}
.program_list .prg_title {
  width: 100%;
  color: #000f4c;
  display: flex;
  align-items: baseline;
  column-gap: 0.5em;
  margin-top: 0.8em;
  font-weight: 700;
}
.program_list .prg_title > .title_number {
  min-width: 4em;
  background: #000f4c;
  color: #fff;
  line-height: 1.15;
  padding: 0em 0.15em 0.1em;
  text-indent: 0;
  text-align: center;
  flex-shrink: 0;
}
.program_list dd .prg_name {
  min-width: 6em;
  flex-shrink: 0;
  text-indent: 0;
}
.program_list dd .prg_belong {
  position: relative;
  text-indent: -5px;
  padding-left: 5px;
}
.program_list dd .prg_belong::before {
  content: "(";
}
.program_list dd .prg_belong::after {
  content: ")";
}
/**/
.prg_time {
  text-align: right;
}
.prg_time {
  padding-top: 5px;
  text-align: right;
  color: #555;
}
.prg_time {
  white-space: nowrap;
}
.prg_sponsor {
  margin-top: 10px;
  text-align: right;
}
/* Flyer Style */
section .prg_flyer {
  float: right;
  margin-left: 1em;
  overflow: hidden;
}
section .prg_flyer img {
  width: 100px;
  float: right;
}
section .prg_flyer a:hover img {
  filter: alpha(opacity=60);
  -ms-filter: "alpha( opacity=60 )";
  opacity: 0.6;
  transition: 0.2s;
}
section .prg_flyer a:not(:first-of-type) {
  display: none;
}
/* schedule */
.program_schdule {
}
.program_schdule_list {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.program_schdule_item {
  width: 32%;
  font-size: 0.75em;
}
section .program_schdule_item h3 {
  background: #28518a;
  color: #fff;
  text-align: center;
  border: none;
  padding: 0.25em 0.5em;
}
.program_schdule_data {
}
.program_schdule_data th {
  background: #25aae7 !important;
  color: #fff;
  text-align: center;
  padding: 0.5em 0.15em !important;
}
.program_schdule_data tr td:nth-of-type(1) {
  text-align: center;
  padding: 0.5em 0.15em !important;
  white-space: nowrap;
}
.program_schdule_data tr td:nth-of-type(2) {
  text-align: center;
  padding: 0.5em 0.5em !important;
  white-space: nowrap;
}
.program_schdule_data tr td:nth-of-type(4) {
  font-size: 1.125em;
  padding: 0.3em 0.35em !important;
}
.program_schdule_data tr:nth-of-type(odd) td {
  background: rgba(234, 243, 255, 1) !important;
}
@media (max-width: 999px) {
  .program_schdule_item {
    font-size: 1.25vw;
  }
}
@media (max-width: 768px) {
  .program_schdule_list {
    display: flex;
    flex-direction: column;
  }
  .program_schdule_item {
    width: 100%;
    font-size: 0.75em;
  }
  .program_schdule_data tr td:nth-of-type(1) {
    width: 2.5em;
  }
  .program_schdule_data tr td:nth-of-type(2) {
    width: 8em;
  }
}
/* Irregular Option */
section h2.prg,
section h3.prg,
section h4.prg {
  display: flex;
  align-items: baseline;
}
section h3 + .prg_time {
  margin-top: -20px;
}
section h4.prg {
  font-size: 1.25em;
}
section h4.prg .prg_icon {
  position: absolute;
  bottom: 8px;
  right: 5px;
  padding: 0.15em;
  color: #fff;
  font-size: 0.7em;
  font-weight: normal;
  border-radius: 2px;
}
/* Flyer Style */
section .prg_flyer {
  float: right;
  margin-left: 1em;
  overflow: hidden;
}
section .prg_flyer img {
  width: 100px;
  float: right;
}
section .prg_flyer a:hover img {
  filter: alpha(opacity=60);
  -ms-filter: "alpha( opacity=60 )";
  opacity: 0.6;
  transition: 0.2s;
}
section .prg_flyer a:not(:first-of-type) {
  display: none;
}
/* Irregular Option */
section h3 + .prg_time {
  margin-top: -20px;
}
section h4.prg {
  font-size: 1.25em;
}
section h4.prg .prg_icon {
  position: absolute;
  bottom: 8px;
  right: 5px;
  padding: 0.15em;
  color: #fff;
  font-size: 0.7em;
  font-weight: normal;
  border-radius: 2px;
}
/*  Registration
----------------------------------------------------*/
/*  Submit
----------------------------------------------------*/
body.submit {
  background-image: none;
}
body.submit header {
  background: #e36342;
}
body.submit section {
  background-image: url("../img/contents/submit/bg_submit.png");
  background-size: 100%;
}
@media (max-width: 999px) {
  body.submit section {
    background-image: none;
  }
}
@media (max-width: 1279px) {
  body.submit .hamburger span {
    background: #e36342;
  }
  body.submit .hamburger p {
    color: #e36342;
  }
  body.submit .dropmenu > li a {
    color: #000;
  }
}
body.submit #contents h1 {
  background-image: url("../img/contents/submit/bg_contents_h1.jpg");
}
@media (max-width: 768px) {
  body.submit #contents h1 {
    background-image: url("../img/contents/submit/bg_contents_h1_768.jpg");
  }
}
@media (max-width: 480px) {
  body.submit #contents h1 {
    background-image: url("../img/contents/submit/bg_contents_h1_480.jpg");
  }
}
body.submit #contents h1 .h1_text {
  width: 1000px;
  margin-left: 1.5em;
  margin-bottom: 0.8em;
  background: none;
  -webkit-background-clip: unset;
  -webkit-text-fill-color: unset;
  color: #fff;
  text-shadow:
    0px 0px 4px #ca5736,
    0px 0px 7px #8e4329,
    0px 0px 10px #8e4329,
    0px 0px 20px #8e4329,
    0px 0px 30px #8e4329,
    0px 0px 35px #8e4329,
    0px 0px 60px #8e4329;
}
@media (max-width: 999px) {
  body.submit #contents h1 .h1_text {
    margin-left: 4%;
  }
}
@media (max-width: 768px) {
}
@media (max-width: 480px) {
  body.submit #contents h1 .h1_text {
    padding-bottom: 1em;
    margin-top: 0.8em;
    margin-left: 6%;
    margin-right: 0.5em;
  }
}
body.submit section h2 {
  color: #a81b4b;
}
body.submit section h2 span:after {
  border-bottom: 4px #a81b4b solid;
}
body.submit section h3 {
  background: none;
  color: #a81b4b;
  border-left: 2px solid #a81b4b;
  padding: 0 0.3em 0 0.6em;
}
body.submit section h4 {
  color: #dc3c13;
  border-bottom: 3px solid #dc3c13;
}
body.submit section h5 {
  color: #80422d;
}
body.submit ul.list_button > li a {
  color: #a81b4b;
  background-color: #faf5e4;
  border: 2px solid #a81b4b;
}
body.submit ul.list_button > li a:hover {
  background-color: #a81b4b;
  color: #fff;
}
.deflist {
  margin: 1rem 0;
}
.deflist dt {
  font-weight: 500;
  margin-top: 0.75rem;
}
.deflist dd {
  margin: 0 0 0 0;
}

body.submit table.table_normal th {
  background: #faedea;
}
body.submit nav {
  background: #e36342;
}
body.submit .dropmenu li.on ul li a:hover {
  color: #e36342;
}
body.submit a {
  color: #a81b4b;
}
body.submit .lang-link-below a {
  color: #fff;
}
body.submit .lang-link-below a:hover,
body.submit .lang-link-below a:focus {
  color: #fff;
  text-decoration: none;
}
@media (min-width: 1280px) {
  body.submit .dropmenu a {
    color: #fff;
  }
  body.submit .dropmenu li > a:hover,
  body.submit .dropmenu li.on > a {
    color: #e36342;
    background-color: #ffede9;
    border-radius: 2px;
  }
  body.submit .dropmenu li.on ul li.on a {
    color: #e36342;
    border-radius: 0;
  }
  body.submit .dropmenu li.off > a:hover {
    background-color: #e36342;
    color: #fff;
  }
  body.submit .dropmenu li ul li a:hover {
    border-radius: 0;
  }
  body.submit .dropmenu li ul {
    background: #e36342;
  }
  body.submit .dropmenu li.on ul li a:hover:before {
    color: #e36342;
  }
  body.submit .dropmenu li.on ul li.on a:before {
    color: #e36342;
  }
  body.submit .dropmenu li ul li a:hover:before {
    color: #e36342;
  }
  body.submit .dropmenu li ul li.off a:hover:before {
    color: #fff;
  }
}
@media (max-width: 1279px) {
  body.submit .hamburger.active span:nth-child(1) {
    background: #e36342;
  }
  body.submit .hamburger.active span:nth-child(2),
  body.submit .hamburger.active span:nth-child(3) {
    background: #e36342;
  }
  body.submit .dropmenu > li.on > a {
    background-color: #e36342;
    color: #fff;
  }
  body.submit .dropmenu > li.on > ul li.on a {
    color: #fff;
  }
  body.submit .dropmenu > li a:hover {
    color: #fff;
    background-color: #e36342;
  }
  body.submit .dropmenu > li > ul li {
    background-color: #ffede9;
  }
  body.submit .dropmenu > li > ul li a:hover,
  body.submit .dropmenu > li > ul li.on a {
    background-color: #ee7759;
    color: #fff;
  }
  body.submit .dropmenu > li > ul li.off a {
    background-color: #ffede9;
    color: #000;
    pointer-events: none;
  }
}
body.submit footer {
  background-color: #e36342;
  background-image: none;
}
body.submit #page_top a {
  background-color: #dfbc34;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
}
body.submit #page_top a:hover {
  background-color: #f1d050;
}
body.submit #page_top a:before {
  position: absolute;
  top: 25px;
  left: 35%;
  content: "";
  width: 15px;
  height: 15px;
  margin: auto;
  border-left: 3px solid #fff;
  border-top: 3px solid #fff;
  vertical-align: middle;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media (max-width: 480px) {
  body.submit #page_top a:before {
    top: 18px;
    left: 33%;
  }
}
body.submit footer a {
  color: #fff;
}
.schedule_list {
  list-style: none;
  padding: 0;
  margin: 0;
  border: 1px solid #a81b4b;
  border-collapse: collapse;
}
.schedule_list li {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #a81b4b;
  padding: 0;
}
.schedule_list li:first-child {
  border-top: none;
}
.schedule_list li span {
  padding: 12px 15px;
  border-left: 1px solid #a81b4b;
  display: flex;
  align-items: center;
}
.schedule_list li span.label {
  flex: 2;
  border-left: none;
}
.schedule_list li span.date {
  flex: 1.8;
}
.schedule_dl {
  display: block;
}
.schedule_pair {
  display: flex;
  margin-bottom: 0.5em;
}
.schedule_dl dt {
  white-space: nowrap;
  padding-right: 1em;
  width: 10em;
}
.schedule_list.sl_spon {
  border: 1px solid #28518a;
}
.schedule_list.sl_spon li {
  border-top: 1px solid #28518a;
}
.schedule_list.sl_spon li:first-of-type {
  border-top: none;
}
.schedule_list.sl_spon li span.date {
  border-left: 1px solid #28518a;
}
/*----------------------------------------------------
	9.0 - Option
----------------------------------------------------*/
/*  List - Text
----------------------------------------------------*/
/* No icon Style */
ul.list_normal_jp li {
  padding-left: 1em;
}
ul.list_normal_jp li {
  padding-left: 1em;
  text-indent: -1em;
}
/* No icon Style/English */
ul.list_normal_en li {
  padding-left: 0.425em;
}
ul.list_normal_en li {
  padding-left: 0.425em;
  text-indent: -0.425em;
}
/* Disk Style */
ul.list_disc {
  margin-left: 1em;
}
ul.list_disc li {
  position: relative;
}
ul.list_disc > li:after {
  display: block;
  background-color: #666;
  content: "";
  position: absolute;
  top: 0.65em;
  left: -0.75em;
  width: 6px;
  height: 6px;
  border-radius: 100%;
}
.mgb_10 {
  margin-bottom: 10px;
}
/* Triangle List Style */
ul.list_triangle {
  margin-left: 1.2em;
  padding-left: 0;
  list-style: none;
}

ul.list_triangle li {
  position: relative;
  padding-left: 1.5em;
  margin-bottom: 0.4em;
}

ul.list_triangle li::before {
  content: "\25B6";
  color: #bc5668;
  position: absolute;
  top: 0.7em;
  left: 0;
  font-size: 0.7em;
  line-height: 1;
}
/* Mark Style */
ul.list_mark li {
  padding-left: 1em;
  position: relative;
}
ul.list_mark li:before,
ul.list_mark li:after {
  content: " ";
  position: absolute;
}
ul.list_mark li:before {
  background-color: #000;
  width: 1em;
  height: 1em;
  top: 0.35em;
  left: 0em;
  border-radius: 50%;
}
ul.list_mark li:after {
  top: 0.9rem;
  left: 0.6rem;
  border: 0.4rem solid transparent;
  border-left: 0.5rem solid #fff;
}
/* Link Style */
ul.list_link li {
  padding: 0 0 0.5em 1em;
  position: relative;
  border-bottom: 1px solid #ddd;
}
ul.list_link li:before {
  display: block;
  position: absolute;
  content: "\025b6";
  width: 1em;
  height: 1em;
  margin-left: -1em;
  color: #000;
}
/* Decimal Style */
ol.list_decimal {
  list-style: none;
  counter-reset: num;
  margin-left: 2em;
}
ol.list_decimal > li {
  position: relative;
}
ol.list_decimal > li:before {
  counter-increment: num;
  content: counter(num) ".";
  display: inline-block;
  position: absolute;
  width: 2em;
  top: 0;
  left: -2em;
  margin-right: 2em;
  text-align: center;
}
/* Decimal (Parentheses) Style */
ol.list_numberParen {
  list-style-type: none;
  counter-reset: ol_li;
  margin-left: 2em;
}
ol.list_numberParen > li {
  position: relative;
}
ol.list_numberParen > li:before {
  counter-increment: ol_li;
  content: "(" counter(ol_li) ")";
  display: inline-block;
  position: absolute;
  width: 2em;
  top: 0;
  left: -2em;
  margin-right: 2em;
  text-align: center;
}
/* Decimal (Parentheses - One Side) Style */
ol.list_numberParenR {
  list-style-type: none;
  counter-reset: ul_lione;
  margin-left: 1.5em;
}
ol.list_numberParenR > li {
  position: relative;
}
ol.list_numberParenR > li:before {
  counter-increment: ul_lione;
  content: counter(ul_lione) ")";
  display: inline-block;
  position: absolute;
  width: 2em;
  top: 0;
  left: -2em;
  margin-right: 2em;
  text-align: center;
}
/*  List - page link
----------------------------------------------------*/
.list_page_menu {
	
}
.list_page_menu > li > a {
	position: relative;
	display: inline-flex;
	text-decoration: none;
}
.list_page_menu > li > a::before {
		content: "\f0da";
		font-family: "Font Awesome 5 Free";
		font-weight: 900;
		font-size: 1em;
	padding-right: 0.25em;
}
.list_page_submenu {
padding-left: 1.5em;
}
.list_page_submenu > li > a {
	position: relative;
	display: inline-flex;
	text-decoration: none;
}
.list_page_submenu > li > a::before {
		content: "\f0da";
		font-family: "Font Awesome 5 Free";
		font-weight: 900;
		font-size: 1em;
	padding-right: 0.25em;
}
/*  Media
----------------------------------------------------*/
.logo_box {
  display: flex;
  flex-wrap: wrap;
  column-gap: 2em;
  row-gap: 1.5em;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .logo_box {
    flex-direction: column;
  }
}
.logo_box dt img {
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.2);
  width: 100%;
}
.logo_box.box02 dt img {
  width: 80%;
}
.logo_box dt a img:hover {
  opacity: 0.85;
}
.logo_box > dt {
  width: 100%;
  display: flex;
  text-align: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .logo_box > dt {
    width: 80%;
  }
}
.logo_box > dd {
  width: calc((100% - 2em) / 2);
  display: flex;
  text-align: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .logo_box > dd {
    margin-top: 1em;
    width: 80%;
  }
  .logo_box > dd:nth-of-type(2) {
    margin: 0;
  }
}
.logo_box > dd a {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fdf9ef;
  min-width: 40%;
  height: 56px;
  color: #28518a;
  font-weight: 500;
  text-decoration: none;
  border: 2px solid #28518a;
  border-radius: 4px;
  box-shadow: 0 2px 5px #ccc;
  transition: 0.3s;
  width: 90%;
}
@media (max-width: 768px) {
  .logo_box > dd a {
    width: 100%;
  }
}
.logo_box > dd a:hover {
  background-color: #28518a;
  color: #fff;
  border: 2px solid #28518a;
}
.movie {
  width: 100%;
  position: relative;
  padding-top: 56.25%;
}
.movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/*  List - Button
----------------------------------------------------*/
ul.list_button {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  line-height: 1.1;
  text-align: center;
}
ul.list_button li {
  margin: 0 auto 0.75em;
}
ul.list_button > li a {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fdf9ef;
  min-width: 40%;
  height: 56px;
  color: #28518a;
  font-weight: 500;
  text-decoration: none;
  border: 2px solid #28518a;
  border-radius: 4px;
  box-shadow: 0 2px 5px #ccc;
  transition: 0.3s;
}
ul.list_button.exh_btn > li a {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #c1475c;
  min-width: 40%;
  height: 56px;
  color: #fff;
  font-weight: 500;
  text-decoration: none;
  border: 2px solid #c1475c;
  border-radius: 4px;
  box-shadow: none;
  transition: 0.3s;
}
ul.list_button > li a:hover {
  background-color: #28518a;
  border-radius: 4px;
  color: #fff;
}
ul.list_button.exh_btn > li a:hover {
  background-color: #f9f0f1;
  border-radius: 4px;
  color: #c1475c;
}
ul.list_button > li.notLink {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #bcbcbc;
  height: 56px;
  color: #fff;
  text-decoration: none;
  border: 2px solid #fff;
  border-radius: 4px;
  box-shadow: 0 2px 5px #ccc;
  transition: 0.3s;
}
ul.list_button.btn_col01 > li {
  width: 48%;
}
ul.list_button.btn_col02 > li {
  width: 48%;
}
ul.list_button.btn_col02_center > li {
  width: 40%;
}
ul.list_button.btn_col03 > li {
  width: 30%;
}
@media (max-width: 768px) {
  ul.list_button.btn_col02_center > li,
  ul.list_button.btn_col03 > li {
    width: 48%;
  }
}
@media (max-width: 480px) {
  ul.list_button.btn_col01 > li {
    width: 75%;
  }
}
/* 2 Column After */
ul.list_button.btn_col02:after {
  content: "";
  display: block;
  width: 50%;
  height: 0;
}
/* 3 Column After */
ul.list_button.btn_col03:after {
  content: "";
  display: block;
  width: 66.67%;
  height: 0;
}
@media (max-width: 768px) {
  ul.list_button.btn_col03:after {
    width: 50%;
  }
}
/*  List - Speakers
----------------------------------------------------*/
ul.list_speakers {
  display: flex;
  flex-wrap: wrap;
  column-gap: 3em;
  row-gap: 3em;
  margin-top: 3.5em;
  margin-bottom: 4em;
}
ul.list_speakers li {
  position: relative;
  display: flex;
  flex-direction: column;
  width: calc((100% - 3em) / 2);
  text-align: center;
}
ul.list_speakers li img {
  max-width: 250px;
  width: 100%;
  margin: 0 auto;
}
ul.list_speakers li p.speaker_name {
  font-size: 1.85em;
  font-weight: 500;
  line-height: 1;
  margin: 0.5em 0 0.3em;
}
@media (max-width: 768px) {
  ul.list_speakers {
    display: flex;
    flex-wrap: wrap;
    row-gap: 3em;
    margin-top: 2em;
    margin-bottom: 4em;
  }
  ul.list_speakers li {
  }
}
@media (max-width: 480px) {
  ul.list_speakers {
    display: flex;
    flex-wrap: wrap;
    column-gap: 2em;
    row-gap: 2.5em;
    margin-top: 2em;
    margin-bottom: 4em;
  }
  ul.list_speakers li {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    text-align: center;
  }
}
/*  List - Banner
----------------------------------------------------*/
ul.list_banner {
  display: flex;
  flex-wrap: wrap;
  line-height: 1.1;
  text-align: center;
  align-items: center;
  column-gap: 0.5em;
  row-gap: 1em;
}
ul.list_banner li {
  width: calc((100% - 2.5em) / 6);
  margin: 0;
}
@media (max-width: 999px) {
  ul.list_banner {
    column-gap: 1em;
  }
  ul.list_banner li {
    width: calc((100% - 2em) / 3);
  }
}
@media (max-width: 480px) {
  ul.list_banner li {
    width: calc((100% - 1em) / 2);
  }
}
ul.list_banner li img {
  width: 100%;
  vertical-align: middle;
  border: 1px solid #d5d5d5;
  transition: 0.3s;
}
ul.list_banner > li a img:hover {
  opacity: 0.85;
  border: 1px solid #cacaca;
}
ul.list_banner li.blank {
  margin: 0;
}
ul.list_banner.banner_col01 > li {
  width: 100%;
}
ul.list_banner.banner_col02 > li {
  width: 48%;
}
ul.list_banner.banner_col03 > li {
  width: 32%;
}
ul.list_banner.banner_col04 > li {
  width: 24%;
}
@media (max-width: 480px) {
  ul.list_banner.banner_col04 > li {
    width: 30%;
  }
}
/*  Table
----------------------------------------------------*/
table.table_normal {
  width: 100%;
  border: solid 1px #ddd;
}
table.table_normal th {
  padding: 10px;
  background: #f9f5e9;
  border-left: solid 1px #ddd;
  border-bottom: solid 1px #ddd;
  font-weight: 700;
}
table.table_normal td {
  padding: 10px;
  background: #fff;
  border-left: solid 1px #ddd;
  border-bottom: solid 1px #ddd;
}
/* Vertical Setting */
table th.vtl_center,
table td.vtl_center {
  vertical-align: middle;
}
/* Scroll */
@media (max-width: 768px) {
  .table_scroll {
    overflow-x: scroll;
  }
  .table_scroll::-webkit-scrollbar {
    height: 5px;
  }
  .table_scroll::-webkit-scrollbar-track {
    margin: 0 2px;
    background: #ccc;
    border-radius: 5px;
  }
  .table_scroll::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: #666;
  }
  .table_scroll:after {
    content: "*If the window size is narrow, this table is displayed with side scrolling.";
    position: relative;
    font-size: calc(768px * 0.015625);
  }
  .table_scroll .table_normal {
    min-width: 700px;
  }
}
/* Stack */
table.table_stack_sp {
  width: 100%;
}
table.table_stack_sp th {
  padding: 2em;
  color: #28518a;
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  border-bottom: solid 1px #ccc;
}
table.table_stack_sp td {
  padding: 2em;
  vertical-align: middle;
  border-bottom: solid 1px #ccc;
}
@media (max-width: 480px) {
  table.table_stack_sp th {
    width: auto;
    background: #fff;
    text-align: left;
  }
  table.table_stack_sp th,
  table.table_stack_sp td {
    border-bottom: none;
    border: 1px solid #ccc;
  }
  table.table_stack_sp th,
  table.table_stack_sp td {
    display: list-item;
    list-style: none;
    width: 100%;
    padding: 5px;
    border-width: 1px 0 0;
  }
}
/* Stack Irregular */
section h2 + table.table_stack_p {
	margin-top: -0.5em;
}
section h3 + table.table_stack_p {
	margin-top: -0.45em;
}
table.table_stack_p {
	width: auto;
}
table.table_stack_p.table_center {
	margin-left: auto;
	margin-right: auto;
}
table.table_stack_p th, table.table_stack_p td {
	padding: 0;
	text-align: left;
	vertical-align: top;
	border: none;
}
table.table_stack_p td:first-of-type {
	white-space: nowrap;
}
table.table_stack_p td {}
@media (max-width: 999px) {
	table.table_stack_p tr {
		display: flex;
		flex-wrap: wrap;
	}
	table.table_stack_p tr th, table.table_stack_p tr td {
		display: inline-block;
		width: auto;
	}
	table.table_stack_p tr td:first-of-type {
		white-space: normal;
	}
}
/*  Back Ground Color
----------------------------------------------------*/
.bg_blue {
  background: #000;
}
.bg_green {
  background: #509869;
}
.bg_red {
  background: #e0363c;
}
.bg_orange {
  background: #ec7430;
}
/*  Align
----------------------------------------------------*/
.center {
  text-align: center;
}
.left {
  text-align: left;
}
.right {
  text-align: right;
}
/*  Hr
-----------------------------------------------*/
hr {
  border: solid 1px #ddd;
}
/*  Text
----------------------------------------------------*/
sub,
sup {
  font-size: 0.75em;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
strong {
  font-weight: 700;
}
.tx_cancel {
  text-decoration: line-through;
}
.tx_cancel_red {
  text-decoration: line-through;
  color: #e0363c;
}
.tx_cancel_red span {
  color: black;
}
.tx_red {
  color: #e0363c;
}
.tx_d_red {
  color: #a81b4b;
}
.tx_blue {
  color: #0d57be;
}
.tx_black {
  color: #000;
}
.tx_white {
  color: #fff;
}
.tx_13 {
  font-size: 1.3rem;
}
.tx_13B {
  font-size: 1.3rem;
  font-weight: 700;
}
.tx_14 {
  font-size: 1.4rem;
}
.tx_14B {
  font-size: 1.4rem;
  font-weight: 700;
}
.tx_15 {
  font-size: 1.5rem;
}
.tx_15B {
  font-size: 1.5rem;
  font-weight: 700;
}
.tx_16 {
  font-size: 1.6rem;
}
.tx_16B {
  font-size: 1.6rem;
  font-weight: 700;
}
.tx_17 {
  font-size: 1.7rem;
}
.tx_17B {
  font-size: 1.7rem;
  font-weight: 700;
}
.tx_18 {
  font-size: 1.8rem;
}
.tx_18B {
  font-size: 1.8rem;
  font-weight: 700;
}
.tx_20 {
  font-size: 2rem;
}
.tx_20B {
  font-size: 2rem;
  font-weight: 700;
}
.tx_22 {
  font-size: 2.2rem;
}
.tx_22B {
  font-size: 2.2rem;
  font-weight: 700;
}
.tx_28B {
  font-size: 2.8rem;
  font-weight: 700;
}
.tx_32B {
  font-size: 3.2rem;
  font-weight: 700;
}
@media (max-width: 768px) {
  .tx_13,
  .tx_13B {
    font-size: 1.2rem;
  }
  .tx_14,
  .tx_14B {
    font-size: 1.3rem;
  }
  .tx_15,
  .tx_15B {
    font-size: 1.4rem;
  }
  .tx_16,
  .tx_16B {
    font-size: 1.5rem;
  }
  .tx_17,
  .tx_17B {
    font-size: 1.6rem;
  }
  .tx_18,
  .tx_18B {
    font-size: 1.7rem;
  }
  .tx_20,
  .tx_20B {
    font-size: 1.8rem;
  }
  .tx_22,
  .tx_22B {
    font-size: 2rem;
  }
  .tx_28,
  .tx_28B {
    font-size: 2.6rem;
  }
  .tx_32,
  .tx_32B {
    font-size: 3rem;
  }
}
.tx_space01 {
  letter-spacing: 0.1rem;
}
.tx_space02 {
  letter-spacing: 0.2rem;
}
.tx_space03 {
  letter-spacing: 0.3rem;
}
.tx_space04 {
  letter-spacing: 0.4rem;
}
.tx_space05 {
  letter-spacing: 0.5rem;
}
.tx_space_n001 {
  letter-spacing: -0.01rem;
}
.tx_space_n005 {
  letter-spacing: -0.05rem;
}
.tx_space_n01 {
  letter-spacing: -0.1rem;
}
.tx_space_n02 {
  letter-spacing: -0.2rem;
}
.tx_space_n03 {
  letter-spacing: -0.3rem;
}
.tx_indent01 {
  padding-left: 1em;
  text-indent: -1em;
}
.tx_indent012 {
  padding-left: 1.2em;
  text-indent: -1.2em;
}
.tx_indent015 {
  padding-left: 1.5em;
  text-indent: -1.5em;
}
.tx_indent02 {
  padding-left: 2em;
  text-indent: -2em;
}
/*  Line Height
----------------------------------------------------*/
.line_height00 {
  line-height: 0;
  vertical-align: middle;
}
.line_height01 {
  line-height: 1;
  vertical-align: middle;
}
.line_height02 {
  line-height: 2;
  vertical-align: middle;
}
/*  Text Break
----------------------------------------------------*/
@media (max-width: 999px) {
  span.br999_under:before {
    content: "\A";
    white-space: pre;
  }
}
@media (max-width: 768px) {
  span.br768_under:before {
    content: "\A";
    white-space: pre;
  }
}
@media (max-width: 480px) {
  span.br480_under:before {
    content: "\A";
    white-space: pre;
  }
}
@media (min-width: 1000px) {
  span.br999_up:before {
    content: "\A";
    white-space: pre;
  }
}
@media (min-width: 769px) {
  span.br768_up:before {
    content: "\A";
    white-space: pre;
  }
}
/*  Margin
----------------------------------------------------*/
.mgt_05 {
  margin-top: 5px;
}
.mgt_10 {
  margin-top: 10px;
}
.mgt_20 {
  margin-top: 20px;
}
.mgt_30 {
  margin-top: 30px;
}
.mgt_40 {
  margin-top: 40px;
}
.mgt_50 {
  margin-top: 50px;
}
.mgb_10 {
  margin-bottom: 10px;
}
.mgb_20 {
  margin-bottom: 20px;
}
.mgb_30 {
  margin-bottom: 30px;
}
.mgb_40 {
  margin-bottom: 40px;
}
.mgb_50 {
  margin-bottom: 50px;
}
.mgl_10 {
  margin-left: 10px;
}
.mgl_01 {
  margin-left: 1em;
}
.mgl_02 {
  margin-left: 2em;
}
.mgl_03 {
  margin-left: 3em;
}
.mgl_04 {
  margin-left: 4em;
}
.mgl_05 {
  margin-left: 5em;
}
/*  Image
----------------------------------------------------*/
.image_full {
	width: 100%;
	height: auto;
	vertical-align: middle;
}
@media (max-width: 768px) {
	.tb_fit {
		width: 100%;
		height: auto;
		vertical-align: middle;
	}
}
@media (max-width: 480px) {
	.sp_fit {
		width: 100%;
		height: auto;
		vertical-align: middle;
	}
}
/*  Icon
----------------------------------------------------*/
/*Link Blank Icon*/
.link:after {
  font-family: "Font Awesome 5 Free";
  content: "\f360";
  margin-left: 0.2em;
  color: #4369c4;
  font-size: 1.375em;
  font-weight: 900;
}
.pdf:after {
  font-family: "Font Awesome 5 Free";
  content: "\f1c1";
  margin-left: 0.2em;
  color: #f54328;
  font-size: 1.6em;
  font-weight: 900;
}
.ppt:after {
  font-family: "Font Awesome 5 Free";
  content: "\f1c4";
  margin-left: 0.2em;
  color: #ce6243;
  font-size: 1.6em;
  font-weight: 900;
}
.word:after {
  font-family: "Font Awesome 5 Free";
  content: "\f1c2";
  margin-left: 0.2em;
  color: #254c9b;
  font-size: 1.6em;
  font-weight: 900;
}
.excel:after {
  font-family: "Font Awesome 5 Free";
  content: "\f1c3";
  margin-left: 0.2em;
  color: #347241;
  font-size: 1.6em;
  font-weight: 900;
}
.ssl:after {
  font-family: "Font Awesome 5 Free";
  content: "\f084";
  margin-left: 0.2em;
  color: #ceaf28;
  font-size: 1.6em;
  font-weight: 900;
}
/* Triangle Icon */
.triangle {
  /* margin: 0; */
  padding-left: 1em;
  text-indent: -1em;
  position: relative;
}
.triangle:before {
  content: "\025b6";
  color: #000;
}
/*  Page Top
----------------------------------------*/
#page_top {
  position: fixed;
  display: flex;
  bottom: 30px;
  right: 40px;
  margin: 0;
}
#page_top a {
  display: block;
  line-height: 0;
  opacity: 0.9;
  position: relative;
  width: 60px;
  height: 60px;
  text-align: center;
  border: 2px solid #fff;
  /*border-radius: 50%;*/
  vertical-align: middle;
  transition: 0.4s;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
}
#page_top a:before {
  position: absolute;
  top: 25px;
  left: 35%;
  content: "";
  width: 15px;
  height: 15px;
  margin: auto;
  border-left: 3px solid #fff;
  border-top: 3px solid #fff;
  vertical-align: middle;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#page_top a {
  background-color: #ae4557;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
}
#page_top a:hover {
  background-color: #c26676;
}
@media (max-width: 480px) {
  #page_top {
    right: 20px;
  }
  #page_top a:before {
    top: 18px;
    left: 33%;
  }
  #page_top a {
    width: 50px;
    height: 50px;
  }
}
/*  Background
----------------------------------------*/
.bg_beige {
  background: #f3efec;
}
.bg_lblue {
  background: #f6fafc;
}
/*  Float
----------------------------------------------------*/
.fL {
  float: left;
  margin: 0 1em 10px 0;
}
.fR {
  float: right;
  margin: 0 0 10px 1em;
}
/*  Attention
----------------------------------------------------*/
.box_attention {
  max-width: 100%;
  padding: 1em;
  line-height: 1.6;
  border: 0.5px solid #e0363c;
}
.box_attention_grey {
  max-width: 100%;
  padding: 0.8em 1em;
  line-height: 1.6;
  border: 2px solid #ccc;
}
/*  Construction
----------------------------------------------------*/
.construction {
  width: 60%;
  margin: 5% auto 30%;
  padding: 20px 40px;
  display: block;
  color: #bbb;
  text-align: center;
  border: 3px solid #ddd;
}
.construction .title {
  font-size: 1.2em;
  font-weight: 700;
}
@media (max-width: 480px) {
  .construction {
    padding: 10px 20px;
  }
}
/* anker link
----------------------------------------------------*/
.inner_link {
  position: relative;
  display: block;
  height: 0;
  visibility: hidden;
  top: -2em; /* 固定ヘッダー分のオフセット */
  scroll-margin-top: 2em;
}
@media (max-width: 999px) {
  .inner_link {
    top: -4em;
    scroll-margin-top: 4em;
  }
}
/*  Print
----------------------------------------------------*/
@media print {
	#wrapper {
		max-width: 100%;
		font-size: 0.875em;
	}
	header {
		position: absolute;
		top: 0;
		left: 0;
	}
	header h1 {
		mix-blend-mode: normal;
	}
	header h1 a {
		text-decoration: none;
		color: #002063;
	}
	header h1 span {
		display: block;
		transform: translateY(0%);
		position: relative;
		mix-blend-mode: normal;
	}
	header h1 img {
		display: none;
	}
	.hamburger {
		position: absolute;
	}
	.main_bg {
		padding-bottom: 5%;
	}
	.theme:after {
		width: 100%;
		bottom: -5px;
		left: 0;
		transform: translate(0, 0);
	}
	.info:after {
		width: 100%;
	}
}
