<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

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

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 1.5em;
  font-weight: bold;
}

h1 {
  font-size: 2em;
}

h2 {
  font-size: 1.8em;
}

h3 {
  font-size: 1.6em;
}

h4 {
  font-size: 1.4em;
}

h5 {
  font-size: 1.2em;
}

h6 {
  font-size: 1em;
}

ol,
ul {
  margin-bottom: 1.5em;
  padding-left: 1.5em;
}

table {
  width: 100%;
  margin-bottom: 1.5em;
  border-spacing: 0;
  border-collapse: collapse;
}

table th,
table td {
  padding: 0.5em;
  border: 1px solid #000;
}

table th {
  font-weight: bold;
}

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

q,
blockquote {
  quotes: none;
}

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

a img {
  border: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
@media only screen and (max-width: 767.98px) {
  main {
    padding-top: 13.2vw;
  }
}
*,
*::before,
*::after {
  box-sizing: border-box;
}

body * {
  max-height: 99999em;
  word-break: break-word;
}

p {
  margin-bottom: 1.5em;
}

a:hover {
  text-decoration: none;
}

a:not([class]) {
  color: inherit;
}

img {
  display: inline-block;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

input,
label,
select,
button {
  line-height: inherit;
}

input,
label,
select,
button,
textarea {
  display: inline-block;
  margin: 0;
  padding: 0;
  border: 0;
  background: none;
  font: inherit;
  word-break: normal;
  vertical-align: middle;
  white-space: normal;
  -webkit-appearance: none;
}

button:focus {
  outline: 0;
}

input:focus,
textarea:focus,
select:focus {
  outline: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
}

::-webkit-search-decoration {
  display: none;
}

textarea {
  overflow: auto;
  line-height: 1.5;
  white-space: pre-line;
  resize: none;
}

button {
  color: inherit;
}

@media print {
  body {
    -webkit-print-color-adjust: exact;
  }

  html,
  body {
    width: 1600px;
    margin: 0;
  }

  @page {
    size: 11in 14.028in;
    margin: 0;
  }

  @page :left {
    margin: 0;
  }

  @page :right {
    margin: 0;
  }

  @page :first {
    margin-top: 0;
  }
}

html {
  transition: opacity 0.3s ease;
  opacity: 1;
  line-height: 1;
}

html:not(.is-visible) {
  opacity: 0;
}

body {
  overflow-y: scroll;
  transition: opacity 0.3s ease;
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 1.8;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

.hidden {
  display: none;
}

.trans {
  transition: opacity 0.26s ease;
  opacity: 1;
  text-decoration: none;
}

.trans:hover {
  opacity: 0.7;
}

.container {
  overflow: hidden;
}

@media print, (min-width: 768px) {
  html {
    font-size: 625%;
  }

  body {
    font-size: 0.15rem;
  }

  .wrapper {
    max-width: 1040px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 30px;
    padding-left: 30px;
  }

  .sm {
    display: none !important;
  }
}

@media only screen and (max-width: 767.98px) {
  html {
    min-height: 100vh;
    font-size: 26.6666666667vw;
  }

  body {
    font-size: 0.15rem;
  }

  .container {
    min-width: 320px;
  }

  .wrapper {
    padding-right: 0.3rem;
    padding-left: 0.3rem;
  }

  .md {
    display: none !important;
  }
}

@media (max-width: 1240px) {
  .has-menu {
    position: fixed;
    width: 100%;
  }
}

header .header-wrapper {
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 101;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

header .header-wrapper h1 {
  margin-bottom: 0;
  font-size: unset;
}

header .header-logo {
  display: block;
  position: relative;
}

header .header-inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

header .header-list-item a {
  text-decoration: none;
}

header .header-list-item a:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
}

header .header-list-item a.is-active {
  opacity: 0.5;
}

header .button-entry {
  display: block;
  transition: background 0.26s;
  border-radius: 5px;
  background-color: #23429a;
  color: #fff;
  font-family: YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "游明朝", "Times New Roman", Georgia, serif;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  padding: 12px 20px 11px;
}

header .button-entry:hover {
  background-color: #1a9def;
  cursor: default;
}

header .header-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  font-weight: 700;
}

@media print, (min-width: 768px) {
  header .header-wrapper {
    min-height: 80px;
    padding: 1px 40px 0;
  }

  header .header-logo {
    top: -1px;
  }

  header .header-list {
    font-size: 0.14rem;
  }

  header .header-list-item {
    padding-right: 20px;
  }

  header .header-inner .header-button-controller .button-entry {
    min-width: 160px;
    min-height: 50px;
    padding: 11px 15px 10px;
    font-size: 0.15rem;
    font-weight: 800;
  }
}
@media print, (min-width: 1290px) {
  header .header-list-item {
    padding-right: 1.3em;
  }
}

@media (min-width: 1240.02px) {
  header .header-navigation {
    display: block !important;
  }

  header .header-list {
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    padding: 0;
    list-style-type: none;
    font-weight: 700;
  }

  header .header-list-item a {
    color: #23429a;
  }
}

@media (max-width: 1240px) and (min-width: 768px) {
  header .header-menu {
    padding-top: 0.8rem;
  }

  header .header-button {
    display: -ms-flexbox !important;
    display: flex !important;
  }

  header .header-navigation {
    display: none;
    scrollbar-width: thin;
    scrollbar-color: #ccc transparent;
  }

  header .header-navigation::-webkit-scrollbar {
    width: 8px;
  }

  header .header-navigation::-webkit-scrollbar-track {
    background: none;
  }

  header .header-navigation::-webkit-scrollbar-thumb {
    background: #ccc;
  }

  header .header-list {
    display: block;
    margin-bottom: 0.31rem;
    font-size: 0.17rem;
    line-height: 1.2941176471;
  }

  header .header-list-item:not(:last-child) {
    margin-bottom: 0.24rem;
  }

  header .header-button {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
  }

  header .button-menu {
    position: relative;
    z-index: 110;
    width: 0.5rem;
    height: 0.5rem;
    margin-left: 0.2rem;
    cursor: pointer;
  }

  header .button-menu span {
    position: absolute;
    left: 50%;
    width: 0.4rem;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    transition: 0.3s;
    border-bottom: solid #23429a;
  }

  header .button-menu span:nth-child(1) {
    top: 0.12rem;
  }

  header .button-menu span:nth-child(2) {
    top: 0.22rem;
  }

  header .button-menu span:nth-child(3) {
    top: 0.32rem;
  }

  header .button-menu.is-active span {
    left: 0.05rem;
  }

  header .button-menu.is-active span:nth-child(1) {
    top: 0.24rem;
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  header .button-menu.is-active span:nth-child(2) {
    display: none;
  }

  header .button-menu.is-active span:nth-child(3) {
    top: 0.24rem;
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
}

@media (max-width: 1240px) {
  .has-menu header .header-wrapper::before {
    content: "";
    position: absolute;
    z-index: 102;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #fff;
  }

  header .header-menu {
    position: relative;
  }

  header .header-inner {
    display: block;
    padding: 0.32rem 0.2rem 0.2rem 0.3rem;
    border: solid #fff;
    border-width: 0 0.1rem 0.1rem;
    background-color: #edf0f7;
  }

  header .header-button-controller {
    margin-left: -0.1rem;
  }

  header .header-button-controller a {
    display: block;
    padding: 0.11rem 0.14rem 0.12rem;
    font-size: 0.18rem;
    font-weight: 800;
    letter-spacing: 0.1em;
  }

  header .header-navigation {
    display: none;
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    min-height: 100vh;
    overflow: hidden auto;
  }

  header .overlay-menu {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  header .button-menu.is-active .button-entry {
    display: none;
  }

  header .header-list-item a {
    color: #333;
  }

  header .header-logo {
    z-index: 103;
  }
}

@media only screen and (max-width: 767.98px) {
  header {
    position: relative;
    z-index: 100;
  }

  header .header-navigation {
    padding-top: 0.5rem;
  }  header .header-wrapper {
    min-height: 0.5rem;
    padding-left: 0.1rem;
    position: fixed;
    background: #fff;
    width: 100vw;
  }

  header .header-logo {
    width: 2.2rem;
    margin-top: -0.04rem;
  }

  header .header-logo img {
    width: 100%;
  }

  header .header-list {
    display: block;
    margin-bottom: 0.31rem;
    font-size: 0.17rem;
    line-height: 1.2941176471;
  }

  header .header-list-item:not(:last-child) {
    margin-bottom: 0.23rem;
  }

  header .button-entry {
    min-width: 0.8rem;
    min-height: 0.4rem;
    padding: 0.09rem 0.14rem 0.08rem;
    font-size: 0.13rem;
    font-weight: 500;
  }
  header .header-button-controller .button-entry {
    padding: 0.09rem 0.14rem 0.36rem;
  }
  header .header-button {
    display: -ms-flexbox;
    display: flex;
    position: relative;
    z-index: 102;
    -ms-flex-align: center;
    align-items: center;
  }

  header .button-menu {
    position: relative;
    z-index: 110;
    width: 0.5rem;
    height: 0.5rem;
    cursor: pointer;
  }

  header .button-menu span {
    position: absolute;
    left: 50%;
    width: 0.2rem;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    transition: 0.3s;
    border-bottom: solid #23429a;
  }

  header .button-menu span:nth-child(1) {
    top: 0.17rem;
  }

  header .button-menu span:nth-child(2) {
    top: 0.24rem;
  }

  header .button-menu span:nth-child(3) {
    top: 0.31rem;
  }

  header .button-menu.is-active span {
    left: 0.16rem;
  }

  header .button-menu.is-active span:nth-child(1) {
    top: 0.24rem;
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  header .button-menu.is-active span:nth-child(2) {
    display: none;
  }

  header .button-menu.is-active span:nth-child(3) {
    top: 0.24rem;
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
}

footer .footer-inner {
  position: relative;
}

footer .footer-banner {
  display: block;
}

footer .footer-banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

footer .entry-box {
  position: absolute;
  top: 0;
  left: 50%;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #23429a;
  text-align: center;
}

footer .footer-title {
  color: #fff;
  font-family: YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "游明朝", "Times New Roman", Georgia, serif;
  font-weight: 500;
}

footer .footer-wrapper {
  background-color: #333;
}

footer .footer-list {
  margin: 0;
  font-weight: 500;
  list-style: none;
}

footer .footer-list li {
  color: #fff;
}

footer .footer-list a {
  color: #fff;
  text-decoration: none;
}

footer .footer-list a:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
}

footer .footer-list a.is-active {
  opacity: 0.5;
}

footer .copyright {
  color: #fff;
  font-size: 0.11rem;
  font-weight: 400;
  text-align: center;
}

@media print, (min-width: 768px) {
  footer .footer-inner {
    margin-bottom: 40px;
  }

  footer .footer-banner {
    height: 420px;
  }

  footer .wrapper {
    text-align: center;
  }

  footer .entry-box {
    width: 368px;
    padding: 62px 20px 65px;
  }

  footer .footer-image {
    margin-bottom: -8px;
  }

  footer .footer-title {
    margin-bottom: 9px;
    font-size: 0.64rem;
  }

  footer .footer-wrapper {
    padding-bottom: 30px;
  }

  footer .footer-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 57px 0 30px;
    font-size: 0.15rem;
  }

  footer .footer-list li {
    margin: 0 20px 10px;
  }
}

@media (min-width: 768px) and (max-width: 820px) {
  footer .footer-list li {
    margin-right: 10px;
    margin-left: 10px;
  }
}

@media only screen and (max-width: 767.98px) {
  footer .footer-inner {
    margin-bottom: 0.2rem;
  }

  footer .entry-box {
    top: 0.3rem;
    width: 3.15rem;
    padding: 0.39rem 0.2rem 0.43rem;
  }

  footer .footer-image {
    width: 1.5rem;
    margin: 0 auto -0.11rem;
  }

  footer .footer-image img {
    width: 100%;
  }

  footer .footer-title {
    margin-bottom: 0.03rem;
    font-size: 0.5rem;
  }

  footer .footer-wrapper {
    padding-top: 0.37rem;
    padding-bottom: 0.24rem;
  }

  footer .footer-list {
    margin-bottom: 0.09rem;
    padding-left: 0;
    font-size: 0.15rem;
  }

  footer .footer-list li:not(:last-child) {
    margin-bottom: 0.14rem;
  }
}


.button-to-top {
  position: fixed;
  z-index: 98;
  border-radius: 50%;
  background: #fff url("../img/common/icn_to_top.svg") center/cover no-repeat;
  box-shadow: 0 0.03rem 0.06rem rgba(0, 0, 0, 0.16);
  cursor: pointer;
}

@media print, (min-width: 768px) {
  .button-to-top {
    right: 0.4rem;
    bottom: 0.4rem;
    width: 0.6rem;
    height: 0.6rem;
    background-size: 0.22rem auto;
  }
}

@media only screen and (max-width: 767.98px) {
  .button-to-top {
    right: 0.2rem;
    bottom: 0.2rem;
    width: 0.4rem;
    height: 0.4rem;
    background-size: 0.18rem auto;
  }
}

.button-common-primary {
  display: inline-block;
  transition: all 0.26s;
  border-radius: 3px;
  background: #23429a url(../img/common/icn_arrow_01.svg) no-repeat;
  box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.35);
  color: #fff;
  text-align: center;
}

.button-common-primary:hover {
  background: transparent url(../img/common/icn_arrow_01.svg) no-repeat;
  box-shadow: unset;
}

.button-common-primary.is-clear {
  box-shadow: unset;
}

.button-common-primary.is-clear:hover {
  opacity: 0.7;
  background: #23429a url(../img/common/icn_arrow_01.svg) no-repeat;
}

.footer-inner .button-common-primary {
  display: inline-block;
  transition: all 0.26s;
  border-radius: 3px;
/*
  background: #23429a url(../img/common/icn_arrow_01.svg) no-repeat;
*/
  box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.35);
  color: #fff;
  background: #fff;
  text-align: center;
  margin-bottom: 30px;
}

.footer-inner .button-common-primary:hover {
/*
  background: transparent url(../img/common/icn_arrow_01.svg) no-repeat;
*/
  box-shadow: unset;
  opacity: 0.6;
}

.footer-inner .button-common-primary.is-clear {
  box-shadow: unset;
}

.footer-inner .button-common-primary.is-clear:hover {
  opacity: 0.7;
/*
  background: #23429a url(../img/common/icn_arrow_01.svg) no-repeat;
*/
}

.footer-inner .button-image {
  width: 155px;
  height: 35px;
}
.footer-inner .button-image.mynavi_link {
  padding-top: 4px;
}
@media print, (min-width: 768px) {
  .button-common-primary {
    min-width: 200px;
    min-height: 54px;
    padding: 13px 20px 14px 46px;
    background-position: center left 42px;
    background-size: 14px auto;
    font-size: 0.14rem;
  }

  .footer-inner .button-common-primary {
    padding: 8px 20px 8px 20px;
  }
  .button-common-primary:hover {
    background-position: center left 42px;
    background-size: 14px auto;
  }
  .footer-inner .button-image {
    width: 155px;
    height: 35px;
  }
}

@media only screen and (max-width: 767.98px) {
  .button-common-primary {
    min-width: 1.5rem;
    min-height: 0.4rem;
    padding: 0.1rem 0.2rem 0.11rem 0.51rem;
    background-position: center left 0.33rem;
    background-size: 0.11rem auto;
    font-size: 0.1rem;
  }
  .entry-box .button-common-primary {
    padding: 0.1rem 0.2rem 0.11rem 0.2rem;
  }
  .button-common-primary figure {
    width: 0.65rem;
  }

  .button-common-primary figure img {
    width: 100%;
  }

  .button-common-primary:hover {
    background-position: center left 0.33rem;
    background-size: 0.11rem auto;
  }

  .button-common-primary.is-clear:hover {
    opacity: 0.7;
    background-position: center left 0.33rem;
    background-size: 0.11rem auto;
  }
}
header .button-entry a {
  text-decoration: none;
}
header .button-entry a:hover {
  opacity: 0.6;
}
header .button-entry .entry_link {
  background: #fff;
  padding: 7px;
  border-radius: 5px 
}
header .button-entry .entry_link img {
  width: 100px;
}
header .button-entry .head-entry-tab {
  display: none;
  color: #fff;
}
header .button-entry .head-entry-sp {
  display: none;
  color: #fff;
}

@media print, (min-width: 768px) and (max-width: 1240px) {

  header .button-entry .head-entry-tab {
    display: block;
  }
  header .button-entry .head-entry-sp {
    display: none;
  }
  header .header-button-controller .entry_title {
    display: block;
    font-size: 1.8em;
    margin-bottom: -1em;
  }
  header .header-button-controller .entry_link {
    width: 19vw;
    display: inline-block;
    margin: 34px auto 0 auto;
    height: 50px;
  }
  header .header-button-controller .entry_link img {
    width: 150px;
  }
}
@media only screen and (max-width: 767.98px) {
  header {
    position: fixed;
    top:0;
  }
  header .button-entry .head-entry-tab {
    display: none;
  }
  header .button-entry .head-entry-sp {
    display: block;
  }
  header .header-button-controller .entry_title {
    display: block;
    font-size: 1.8em;
    margin-bottom: -1em;
  }
  header .header-button-controller .entry_link {
    width: 59vw;
    margin: 0 auto -0.5em auto;
  }
  header .button-entry .entry_link img {
    width: 150px;
  }
}
@media only screen and (max-width: 867.98px) {
  header .button-entry {
    zoom: 0.95;
  }
}
@media only screen and (max-width: 837.98px) {
  header .button-entry {
    zoom: 0.9;
  }
}
@media only screen and (max-width: 807.98px) {
  header .button-entry {
    zoom: 0.85;
  }
}

@media (max-width: 1350px) {
  header #hederList .header-list-item:nth-last-child(1) {
    margin-top: 22px;
    margin-left: -100px;
  }
}
@media (max-width: 1240px) {
  header #hederList .header-list-item:nth-last-child(1) {
    margin-top: 0;
    margin-left: 0;
  }
}

/* モーダルと背景の指定 */
.modal{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(0,0,0,60%);
  padding: 40px 20px;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  transition: .3s;
  box-sizing: border-box;
}

/* モーダルの擬似要素の指定 */
.modal:before{
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  margin-left: -0.2em;
}

/* クラスが追加された時の指定 */
.modal.is-active{
  opacity: 1;
  visibility: visible;
  z-index: 999;
}

/* モーダル内側の指定 */
.modal-container{
  position: relative;
  display: inline-block;
  vertical-align: middle;
/*
  max-width: 600px;
  width: 90%;
*/
}
.modal-open:hover {
  cursor: pointer;
}
/* モーダルを閉じるボタンの指定 */
.modal-close{
  position: absolute;
  top: -50px;
  right: -10px;
  width: 40px;
  height: 40px;
  color: #fff;
  cursor: pointer;
  font-size: 2em;
}

/* モーダルのコンテンツ部分の指定 */
.modal-content{
/*
  background: #fff;
  text-align: left;
  line-height: 1.8;
  padding: 20px;
*/
}

/* モーダルのコンテンツ部分のテキストの指定 */
.modal-content p{
  margin: 1em 0;
}
.modal .message-tertiary-overlay {
  position: absolute;
  bottom: 2px;
  left: 50px;
  min-width: 280px;
  min-height: 95px;
  padding: 20px 60px 20px 30px;
  background: #23429a url(../img/common/icn_arrow_02.svg) no-repeat;
  background-position: center right 30px;
  background-size: 10px auto;
  color: #fff;
  font-size: 0.24rem;
  line-height: 1.3333333333;
}

.modal .text-english {
    top: -2px;
    margin-bottom: -2px;
    font-size: 0.17rem;
    position: relative;
    color: #1a9def;
    font-family: YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "游明朝", "Times New Roman", Georgia, serif;
}
.modal .text-japanese {
  display: block;
}

.pamphlet {
  width: 930px;
  margin-left: 50px;
  border: 3px solid #EDF0F7;
  text-align: center;
  padding: 3em;
  margin-top: 130px;
  background-color: #fff;
}
.modal .pamphlet {
  margin-top:0 ;
  width: 83vw;
  max-width: 1000px;
}

.pamphlet a {
  text-decoration: none;
  transition: all 300ms 0s ease;
}
.pamphlet a:hover {
  opacity: 0.6;
}
.pamphlet ul,
.pamphlet li {
  list-style: none;
  padding: 0;
  margin: -40px 0 0 0;
  border: none;
  vertical-align: text-top;
}
.pamphlet li {
  width: 20.4%;
  display: inline-block;
  margin: 0 1em;
}
@media (max-width: 1240px) {
  .pamphlet li {
    width: 20.5%;
    font-size: 0.8em;
  }
}
.modal .pamphlet li {
  width: 21.4%;
  display: inline-block;
  margin: 0 1em;
}
@media (max-width: 1240px) {
  .modal .pamphlet li {
    width: 21%;
    font-size: 0.8em;
  }
}

.pamphlet .message-tertiary-overlay.pamphlet-overlay {
  position: relative;
  width: 200px;
  top: -87px;
  left: -97px;
  background-image: none;
  padding: 20px 30px 20px 30px;
  text-align: left;
}
.modal .pamphlet .message-tertiary-overlay.pamphlet-overlay {
  padding: 10px 30px 20px 30px;
}
@media (max-width: 768px) {
  .modal .pamphlet .message-tertiary-overlay.pamphlet-overlay {
    background: none;
    color: #222;
  }
  .modal .pamphlet ul {
    margin: -50px 0 0 0;
  }
}
@media only screen and (max-width: 767.98px) {
  .pamphlet {
    width: 85vw;
    margin: 0;
    border: 3px solid #EDF0F7;
    text-align: center;
    padding: 3em 0 0;
    margin-top: 130px;
  }
  .modal .pamphlet {
    width: 89vw;
  }
  .pamphlet li {
    width: 39.9%;
    margin: 0 0.5em 2em;
    font-size: 0.75em;
  }
  .pamphlet .message-tertiary-overlay.pamphlet-overlay {
    width: 100%;
    top: -45px;
    left: -5px;
    display: block;
  }
  .pamphlet .text-japanese{
    margin-top: -0.5em;
  }
  .modal .pamphlet .text-japanese{
    margin-top: -0.2em;
  }
}

/* -- inline -- */
br.sp_only {
    display: none;
}
@media screen and (max-width: 768px) {
    br.sp_only {
        display: inline;
    }
}</pre></body></html>