@charset "UTF-8";
/* ----------------------------------------------------
　sassを使用しています。このデータは編集しないようご注意ください。
---------------------------------------------------- */
/* ----------------------------------------------------
base
---------------------------------------------------- */
html {
  font-size: 62.5%;
}
@media (max-width: 768px) {
  html {
    font-size: 2.5641025641vw !important;
  }
}

body {
  padding: 0;
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  line-height: 1.5;
  color: #393939;
}

/* img
--------------------------- */
img {
  max-width: 100%;
  height: auto;
  border: 0;
  vertical-align: bottom;
}

ul {
  list-style-type: none;
}

/* selection
--------------------------- */
::selection {
  background: rgba(255, 234, 0, 0.5);
  color: #333;
}

::-moz-selection {
  background: rgba(255, 234, 0, 0.5);
  color: #333;
}

/* link
--------------------------- */
a {
  color: #393939;
  text-decoration: none;
  transition: opacity 0.2s ease-in-out;
}
a:visited {
  text-decoration: none;
  color: #393939;
}
a:hover {
  color: #393939;
  opacity: 0.7;
}
a:active {
  color: #393939;
}

@media (min-width: 1025px) {
  a[href^="tel:"] {
    cursor: default;
    pointer-events: none;
  }
}
/* ----------------------------------------------------
set
---------------------------------------------------- */
@media (max-width: 768px) {
  .pcon {
    display: none;
  }
}

.spon {
  display: none;
}
@media (max-width: 768px) {
  .spon {
    display: block;
  }
}

/* ----------------------------------------------------
header
---------------------------------------------------- */
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  align-items: center;
  padding-left: 35px;
  background: #fff;
  z-index: 1;
}
header .logo {
  max-width: 168px;
}
header .gnav {
  margin-left: clamp(11px, 7.3vw, 105px);
}
header .gnav ul {
  display: flex;
  gap: 0 30px;
}
header .gnav ul > li:first-child {
  margin-right: 30px;
}
header .gnav ul > li a {
  height: 100px;
  display: flex;
  align-items: center;
  position: relative;
}
header .gnav ul > li a:hover {
  opacity: 1;
}
header .gnav ul > li a.current:after, header .gnav ul > li a:hover:after {
  content: "";
  display: block;
  width: 36px;
  height: 2px;
  background: linear-gradient(to right, #FF5272, #FF70BF, #4AA2E6);
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
  margin: 0 auto;
}
header .btn_jp {
  margin-left: auto;
}
header .btn_jp a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 20px;
  width: 200px;
  height: 100px;
  color: #fff;
  font-size: 2.2rem;
  font-weight: 500;
  background: #ff5466;
}
header .btn_jp a::after {
  content: "";
  width: 24px;
  aspect-ratio: 1/1;
  background: url(../images/english/icon_arrow_01.png) no-repeat 0 0/100% auto;
}
@media (max-width: 768px) {
  header {
    display: block;
    padding: 0 0 1rem 0;
  }
  header .logo {
    max-width: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.2rem;
  }
  header .logo a {
    width: 12.6rem;
    flex-shrink: 0;
  }
  header .logo p {
    flex: 1;
    text-align: center;
    font-size: 1.5rem;
    line-height: 1;
  }
  header .gnav {
    margin-left: 0;
  }
  header .gnav ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0;
    padding: 0 2rem;
  }
  header .gnav ul > li:nth-child(1) {
    text-align: center;
  }
  header .gnav ul > li:nth-child(2) {
    padding-left: 1rem;
  }
  header .gnav ul > li a {
    height: 4rem;
    display: inline-block;
  }
  header .gnav ul > li a.current:after, header .gnav ul > li a:hover:after {
    width: 3.6rem;
    bottom: 0;
  }
  header .btn_jp {
    display: none;
  }
}

/* ----------------------------------------------------
main
---------------------------------------------------- */
main {
  margin: 100px auto;
  max-width: 940px;
  padding: 0 20px;
  overflow-wrap: anywhere;
}
main #contents_en_old {
  /*Creates a rollover effect in IE for ordinary HREF links*/
  /*For Features*/
  /* ?W???????킯?????Ȃ????? */
}
main #contents_en_old a:visited {
  color: #008a39;
  text-decoration: none;
}
main #contents_en_old a {
  color: blue;
  text-decoration: none;
}
main #contents_en_old a:hover {
  color: #ff1493;
  text-decoration: underline;
}
main #contents_en_old ol {
  font-style: normal;
  font-weight: normal;
  line-height: 1.4em;
}
main #contents_en_old ul {
  font-style: normal;
  font-weight: normal;
  line-height: 1.4em;
  list-style-position: outside;
}
main #contents_en_old li {
  list-style-image: url(../images/english/dot.gif);
  margin-bottom: 0.3em;
}
main #contents_en_old .dot_sq {
  list-style-image: url(../images/english/dot-sq.gif);
}
main #contents_en_old .css1 {
  font-size: 70%;
}
main #contents_en_old .css2 {
  font-size: 80%;
  line-height: 120%;
}
main #contents_en_old .css3 {
  font-size: 90%;
  line-height: 120%;
}
main #contents_en_old .css4 {
  font-size: 100%;
  line-height: 120%;
}
main #contents_en_old .css5 {
  font-size: 120%;
}
main #contents_en_old .css6 {
  font-size: 140%;
}
main #contents_en_old .css7 {
  font-size: 160%;
}
main #contents_en_old .css2nu {
  font-size: 80%;
  line-height: 140%;
  text-decoration: none;
}
main #contents_en_old .css4nu {
  font-size: 90%;
  line-height: 120%;
  text-decoration: none;
}
main #contents_en_old .css2_01 {
  font-size: 80%;
}
main #contents_en_old .em2 {
  font-size: 100%;
  margin-top: 2em;
}
main #contents_en_old .em14 {
  line-height: 1.4em;
}
main #contents_en_old .toppage {
  font-size: 100%;
  line-height: 120%;
}
main #contents_en_old h1 {
  font-size: 160%;
}
main #contents_en_old h2 {
  font-size: 140%;
}
main #contents_en_old h3 {
  font-size: 120%;
}
main #contents_en_old h4 {
  font-size: 100%;
}
main #contents_en_old h5 {
  font-size: 90%;
}
main #contents_en_old .css90 {
  color: #333;
  font-size: 85%;
}
main #contents_en_old .title {
  background: white url("../images/english/head-back1.gif");
  width: 700px;
  border: solid 1px white;
}
main #contents_en_old .date {
  text-align: right;
}
main #contents_en_old .caption {
  font-size: 12px;
  font-weight: bold;
}
main #contents_en_old a:link {
  color: #0000ff;
  text-decoration: none;
}
main #contents_en_old a:visited {
  color: #008a39;
  text-decoration: none;
}
main #contents_en_old a:hover {
  color: #ff1493;
  text-decoration: underline;
}
main #contents_en_old .css90 {
  font-size: 90%;
}
main #contents_en_old .ulimage01 {
  line-height: 140%;
  list-style-image: url("../images/english/mark.gif");
  margin-top: 2px;
}
main #contents_en_old .ulimage02 {
  line-height: 140%;
  list-style-image: url("../images/english/mark02.gif");
  top: 6px;
}
main #contents_en_old .ulimage03 {
  line-height: 140%;
  white-space: normal;
  list-style-image: url("../images/english/annai_mark.gif");
  list-style-position: inherit;
  margin-top: 2px;
  border-left: medium none orange;
}
main #contents_en_old .ulimage04 {
  line-height: 140%;
  white-space: normal;
  list-style-image: url("../images/english/annai_mark02.gif");
  margin-top: 2px;
}
main #contents_en_old .ulimage05 {
  line-height: 160%;
  white-space: normal;
  list-style-type: none;
  list-style-image: url("../images/english/space.gif");
  margin-top: 2px;
}
main #contents_en_old h1 {
  font-size: 160%;
  line-height: 130%;
}
main #contents_en_old h2 {
  font-size: 130%;
  line-height: 120%;
}
main #contents_en_old h3 {
  font-size: 110%;
}
main #contents_en_old h4 {
  font-size: 100%;
}
main #contents_en_old h5 {
  font-size: 100%;
}
main #contents_en_old #itiran a {
  font-weight: bold;
  background-color: white;
  text-decoration: none;
  display: block;
  margin: 1px 4px -3px;
  padding: 2px 2px 2px 6px;
  border: solid 2px #3c3;
}
main #contents_en_old #itiran a:hover {
  color: #f91a99;
  font-weight: bold;
  background-color: #ffde9a;
  border: solid 2px #f39;
}
main #contents_en_old #pack {
  font-size: 95%;
  line-height: 1.5em;
  background-color: white;
  text-align: left;
  width: 900px;
  z-index: 1;
  margin-right: auto;
  margin-left: auto;
}
main #contents_en_old #pack_0 {
  background-color: white;
  text-align: left;
  margin-right: auto;
  margin-left: auto;
  width: 900px;
  z-index: 2;
}
main #contents_en_old #pack_700 {
  background-color: white;
  text-align: left;
  width: 720px;
  margin-right: auto;
  margin-left: auto;
  border: solid 1px white;
}
main #contents_en_old #content_L0 {
  padding: 10px 0 0;
  width: 100%;
  z-index: 3;
  margin: 10px 0 0;
}
main #contents_en_old #content_L1 {
  width: auto;
  z-index: 4;
  margin: 10px;
  padding: 10px 0 0;
}
main #contents_en_old #content_L2 {
  margin: 0;
  padding: 0;
  width: 280px;
  z-index: 5;
  float: left;
}
main #contents_en_old #content_L3 {
  margin: 0;
  padding: 0;
  width: 600px;
  z-index: 6;
  float: right;
}
main #contents_en_old #content_L4 {
  margin: 0;
  padding: 0;
  width: 600px;
  z-index: 7;
}
main #contents_en_old #content_L5 {
  margin: 0;
  padding: 0;
  width: 600px;
  z-index: 8;
  float: left;
}
main #contents_en_old #content_L6 {
  margin: 0;
  padding: 0;
  width: 280px;
  z-index: 9;
  float: right;
}
main #contents_en_old #content_L7 {
  margin: 0;
  padding: 0;
  z-index: 8;
  width: 445px;
  float: left;
  border-width: 0;
}
main #contents_en_old #content_L8 {
  z-index: 9;
  width: 445px;
  float: right;
  margin-top: 0;
  margin-right: 0;
  margin-left: 0;
  padding-top: 0;
  padding-right: 0;
  padding-left: 0;
  border-width: 0;
}
main #contents_en_old #content_L9 {
  padding: 0;
  z-index: 3;
  width: 900px;
  margin: 0 0 0;
}
main #contents_en_old #content_L11 {
  margin: 10px 50px;
  padding: 10px 0 0;
  width: auto;
  z-index: 10;
}
main #contents_en_old #content_L12 {
  margin: 10px 100px;
  padding: 10px 0 0;
  width: auto;
  z-index: 11;
}
main #contents_en_old #home {
  font-size: 0.95em;
  line-height: 150%;
  background-color: white;
  text-align: center;
}
main #contents_en_old .top_header {
  font-size: 95%;
  margin-top: 0;
  padding-top: 10px;
}
main #contents_en_old #header_navi {
  font-size: 95%;
  width: 100%;
  padding-top: 10px;
}
main #contents_en_old #btm_navi {
  font-size: 90%;
  line-height: 130%;
  text-align: center;
  width: 100%;
  padding-top: 10px;
}
main #contents_en_old #btm_navi p {
  background-color: #e6e6e6;
  margin-bottom: 8px;
  padding: 4px;
  border-bottom: 4px solid #d92653;
}
main #contents_en_old #bg_right {
  background-image: url(/2009_images/bgimage_right_e6e6e6.gif);
  width: 100%;
}
main #contents_en_old #bg_left {
  background-image: url(/2009_images/bgimage_left_e6e6e6.gif);
  width: 100%;
}
main #contents_en_old .size90 {
  font-size: 90%;
}
main #contents_en_old #Table_01 {
  font-size: 90%;
}
main #contents_en_old .pack_in {
  margin: 10px;
}
main #contents_en_old .head_ss {
  background-color: #e61919;
  width: 100%;
  float: right;
}
main #contents_en_old #Table_01 img {
  margin: 0;
  padding: 0;
}
main #contents_en_old #divide-a,
main #contents_en_old #divide-b {
  display: none;
}
main #contents_en_old .class_find {
  font-size: 12pt;
  line-height: 100%;
  padding-left: 6pt;
}
main #contents_en_old .class_kekka dt {
  font-size: 105%;
}
main #contents_en_old #link {
  padding-top: 0.5em;
  padding-bottom: 1em;
}
main #contents_en_old .csnavi {
  font-size: 95%;
  font-weight: bolder;
}
main #contents_en_old #contena {
  padding-right: 24px;
  padding-left: 24px;
  width: 650px;
  border-right: 1px solid gray;
  border-bottom: 2px solid gray;
  border-left: 1px solid orange;
}
main #contents_en_old .css_bg {
  margin-top: 0;
  background-color: #e7e7e7;
}
main #contents_en_old .css_bg2 {
  font-size: 130%;
  font-weight: bold;
  font-style: italic;
  background-color: silver;
  text-indent: 1em;
  padding: 10px;
}
@media (max-width: 768px) {
  main {
    margin-top: 12rem;
    padding: 0 2rem;
  }
}

/* ----------------------------------------------------
top_info
---------------------------------------------------- */
#top_info {
  border-top: solid 1px #888a8d;
  border-bottom: solid 1px #888a8d;
  padding: 10px 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 30px;
}
#top_info > * {
  display: contents;
}
#top_info > * > a {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 2;
  position: relative;
  padding: 5px clamp(5px, 3.5vw, 50px);
}
#top_info > * > a h2 {
  font-size: 2.2rem;
  font-weight: 700;
  color: #ff5466;
}
#top_info > * > a::after {
  content: "";
  width: 24px;
  aspect-ratio: 1/1;
  background: url(../images/english/icon_arrow_02.png) no-repeat 0 0/100% auto;
  position: absolute;
  right: clamp(4px, 2.8vw, 40px);
  top: 50%;
  transform: translateY(-50%);
}
#top_info > *:nth-child(2) a {
  border-left: solid 1px #888a8d;
}
@media (max-width: 768px) {
  #top_info {
    padding: 0;
    display: block;
    margin-bottom: 2.5rem;
  }
  #top_info > * {
    display: block;
  }
  #top_info > * + * {
    border-top: solid 1px #888a8d;
  }
  #top_info > * > a {
    display: block;
    padding: 0.5rem 0 1rem;
  }
  #top_info > * > a h2 {
    font-size: 2.4rem;
  }
  #top_info > * > a p {
    line-height: 1.3;
  }
  #top_info > * > a::after {
    width: 2.4rem;
    right: 1rem;
  }
  #top_info > *:nth-child(2) a {
    border-left: none;
  }
}

/* ----------------------------------------------------
#contents_en
---------------------------------------------------- */
#contents_en {
  padding-top: 20px;
}
#contents_en a:visited {
  color: #008a39;
  text-decoration: none;
}
#contents_en a {
  color: blue;
  text-decoration: none;
}
#contents_en a:hover {
  color: #ff1493;
  text-decoration: underline;
}
#contents_en .list01 li {
  position: relative;
  padding-left: 1.2em;
}
#contents_en .list01 li + * {
  margin-top: 5px;
}
#contents_en .list01 li::before {
  content: "";
  width: 12px;
  height: 16px;
  background: url(../images/english/dot.gif) no-repeat 0 0/100% auto;
  position: absolute;
  left: 0;
  top: 0.2em;
}
#contents_en .list01 li a {
  font-weight: 700;
}
#contents_en .list01 li .date {
  margin-left: 5px;
}
#contents_en .list01 ul {
  margin: 1em 0 0 2em;
}
#contents_en .list01.inner {
  margin-left: 20px;
}
#contents_en .back_top {
  margin: 1em 0;
}
#contents_en .htype01 {
  font-size: 2rem;
  background: #c0c0c0;
  padding: 5px 20px;
  margin-bottom: 15px;
  font-style: italic;
}
#contents_en .htype02 {
  font-size: 2rem;
  font-style: italic;
  background: #c0c0c0;
  padding: 5px 20px;
  margin-bottom: 15px;
  width: fit-content;
}
#contents_en .htype03 {
  font-size: 2.4rem;
  background: #e7e7e7;
  text-align: center;
  padding: 5px 20px;
  margin-bottom: 30px;
}
#contents_en section {
  margin-bottom: 30px;
}
#contents_en section:last-child {
  margin-bottom: 0;
}
#contents_en .box_new {
  margin-bottom: 0;
}
#contents_en .box_new h2 {
  background: #e7e7e7;
  text-align: center;
  font-size: 1.8rem;
}
#contents_en .box_new h2 + * {
  padding: 15px 10px 15px 20px;
}
#contents_en .box_related {
  border: solid 1px #800000;
  padding: 15px 10px 20px 20px;
  margin-bottom: 10px;
}
#contents_en .box_related .list01 li a {
  font-weight: 400;
}
#contents_en .box_how {
  border: solid 1px #800000;
  background: #ffffdd;
  padding: 15px 10px 20px 20px;
}
#contents_en .box_how h2 {
  font-size: 1.7rem;
  margin-bottom: 15px;
}
#contents_en .box_how dl dt {
  font-weight: 700;
  margin-bottom: 15px;
}
#contents_en nav.date {
  padding: 0 20px;
  margin-bottom: 30px;
}
#contents_en nav.date ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1em;
}
#contents_en nav.date ul li.top {
  position: relative;
  padding-left: 1.2em;
}
#contents_en nav.date ul li.top::before {
  content: "";
  width: 12px;
  height: 16px;
  background: url(../images/english/dot.gif) no-repeat 0 0/100% auto;
  position: absolute;
  left: 0;
  top: 0.2em;
}
#contents_en .btn_back {
  margin-top: 4em;
  text-align: center;
}
#contents_en .btn_back a {
  display: inline-block;
  border: solid 1px #393939;
  border-radius: 2em;
  padding: 0.5em 0;
  min-width: 180px;
  font-size: 1.4rem;
  font-weight: 500;
  position: relative;
  text-decoration: none;
  color: #393939;
}
#contents_en .btn_back a::after {
  content: "";
  width: 10px;
  aspect-ratio: 1/1;
  background: url(../images/common/icon_arrow_gray.png) no-repeat 0 0/100% auto;
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%) scale(-1, 1);
}
@media (max-width: 768px) {
  #contents_en {
    padding-top: 0;
  }
  #contents_en .box_new h2 + * {
    padding-left: 10px;
  }
  #contents_en .box_related {
    padding-left: 15px;
  }
  #contents_en .box_how {
    padding-left: 15px;
  }
  #contents_en .list01.inner {
    margin-left: 10px;
  }
  #contents_en nav.date {
    padding: 0 10px;
  }
  #contents_en nav.date ul {
    justify-content: flex-start;
    gap: 1em;
  }
}

/* ----------------------------------------------------
.entry_body
---------------------------------------------------- */
.single_body {
  padding-top: 20px;
}
.single_body::after {
  content: "";
  clear: both;
  display: block;
}
.single_body h1,
.single_body h2,
.single_body h3,
.single_body h4,
.single_body h5,
.single_body h6 {
  font-weight: 700;
  margin: 2em 0 1em;
}
.single_body h1:first-child,
.single_body h2:first-child,
.single_body h3:first-child,
.single_body h4:first-child,
.single_body h5:first-child,
.single_body h6:first-child {
  margin-top: 0;
}
.single_body h1 {
  font-size: 3.2rem;
}
.single_body h2 {
  font-size: 2.8rem;
}
.single_body h3 {
  font-size: 2.2rem;
}
.single_body h4 {
  font-size: 1.8rem;
}
.single_body p {
  margin-bottom: 1em;
}
.single_body p::before {
  content: "";
  clear: both;
  display: block;
}
.single_body p:last-child {
  margin-bottom: 0;
}
.single_body #page-3760 p::before {
  display: none;
}
.single_body ul {
  margin-bottom: 2em;
}
.single_body ul li {
  padding-left: 1em;
  position: relative;
}
.single_body ul li::before {
  content: "・";
  position: absolute;
  left: 0;
}
.single_body ol:not(.roman) {
  margin-bottom: 2em;
  counter-reset: number;
}
.single_body ol:not(.roman) li {
  padding-left: 1.5em;
  position: relative;
}
.single_body ol:not(.roman) li::before {
  position: absolute;
  left: 0;
  counter-increment: number;
  content: counter(number) ".";
}
@media (max-width: 768px) {
  .single_body {
    padding-top: 0;
  }
  .single_body h1 {
    font-size: 2.8rem;
  }
  .single_body h2 {
    font-size: 2.4rem;
    margin-bottom: 2.5rem;
  }
  .single_body h3 {
    font-size: 2rem;
  }
}

/* ----------------------------------------------------
footer
---------------------------------------------------- */
footer {
  max-width: 940px;
  padding: 0 20px 20px;
  margin: 0 auto;
}
footer > div {
  border-top: solid 1px #888a8d;
  padding-top: 15px;
  display: flex;
  justify-content: space-between;
}
footer > div .address {
  font-size: 1.4rem;
}
footer > div .jp {
  font-size: 1.4rem;
}
footer > div .jp .btn_jp {
  margin-top: 5px;
}
footer > div .jp .btn_jp a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 2px 8px 4px;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 500;
  background: #ff5466;
}
footer > div .jp .btn_jp a::after {
  content: "";
  width: 15px;
  aspect-ratio: 1/1;
  background: url(../images/english/icon_arrow_01.png) no-repeat 0 0/100% auto;
}
@media (max-width: 768px) {
  footer > div {
    display: block;
    padding-top: 1.5rem;
  }
  footer > div .address {
    margin-bottom: 5rem;
  }
  footer > div .jp {
    width: fit-content;
  }
}