<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url("css/reset.css");

@charset "UTF-8";
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
  height: 100%;
}

body {
  background-color: #ffffff !important;
  color: #333;
  font-family: "Noto Sans JP", "YuGothic", "æ¸¸ã‚´ã‚·ãƒƒã‚¯ä½“", "æ¸¸ã‚´ã‚·ãƒƒã‚¯", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ãƒ¡ã‚¤ãƒªã‚ª", "ï¼­ï¼³ ã‚´ã‚·ãƒƒã‚¯", sans-serif;
  height: 100%;
  font-size: 1.6rem;
  margin-bottom: 0px;
  padding-bottom: 0px;
  min-width: 1024px;
  position: relative;
}

@media screen and (max-width: 768px) {
  body {
    min-width: 100%;
  }
}

@media screen and (max-width: 599px) {
  body {
    font-size: 14px;
    font-size: 3.73333vw;
  }
}

body p {
  margin-bottom: 24px;
}

@media screen and (max-width: 768px) {
  body p {
    margin-bottom: 16px;
  }
}

body p:last-child {
  margin-bottom: 0px;
}

body p, body li {
  font-size: 1.6rem;
}

@media screen and (max-width: 599px) {
  body p, body li {
    font-size: 14px;
    font-size: 3.73333vw;
  }
}

body p, body li, body a {
  line-height: 1.8;
}

body h1, body h2, body h3, body h4, body h5, body h6 {
  line-height: 1.6;
}

body a {
  text-decoration: none;
  color: #333;
  transition: all .4s;
}

body a:active, body a:hover {
  opacity: 0.6;
}

@media screen and (min-width: 1025px) {
  body .hide-pc {
    display: none;
  }
}

@media screen and (max-width: 1024px) {
  body .hide-pc {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  body .hide-pc {
    display: block;
  }
}

@media screen and (min-width: 1025px) {
  body .hide-sp {
    display: block;
  }
}

@media screen and (max-width: 1024px) {
  body .hide-sp {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  body .hide-sp {
    display: none;
  }
}

@media screen and (min-width: 1025px) {
  body .button {
    -ms-user-select: none;
    /* IE 10+ */
    -moz-user-select: -moz-none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    user-select: none;
  }
}

article .text-box a, .text-link a {
  text-decoration: underline;
  color: #73B1BC;
}

article .text-box a:hover, .text-link a:hover {
  text-decoration: none;
}

article .text-box a[target="_blank"], .text-link a[target="_blank"] {
  line-height: 1;
  white-space: nowrap;
  padding-right: 1.1em;
  position: relative;
}

@media screen and (max-width: 768px) {
  article .text-box a[target="_blank"], .text-link a[target="_blank"] {
    white-space: normal;
  }
}

article .text-box a[target="_blank"]::after, .text-link a[target="_blank"]::after {
  font-family: 'Material Icons';
  content: "\e89e";
  text-decoration: none;
  position: absolute;
  top: 5px;
  right: 0px;
}

@media screen and (max-width: 768px) {
  article .text-box a[target="_blank"]::after, .text-link a[target="_blank"]::after {
    position: static;
  }
}

.fade-in {
  opacity: 0;
  transition: all .5s .0s;
  transform: translate(0, 20px);
}

.fade-in.no0 {
  transition: all .5s .2s;
}

.fade-in.no2 {
  transition: all .5s .4s;
}

.fade-in.no3 {
  transition: all .5s .6s;
}

.fade-in.no4 {
  transition: all .5s .8s;
}

.fade-in.on {
  opacity: 1.0;
  transform: translate(0, 0);
}

@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(../font/MaterialIcons-Regular.eot);
  /* For IE6-8 */
  src: local("Material Icons"), local("MaterialIcons-Regular"), url(../font/MaterialIcons-Regular.woff2) format("woff2"), url(../font/MaterialIcons-Regular.woff) format("woff"), url(../font/MaterialIcons-Regular.ttf) format("truetype");
}

.material-icons .material-icons-outlined {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: 'liga';
}

.gray-back {
  background-color: #F2F2F2;
  border-radius: 16px;
  background-image: url("images/common/gray_bg.jpg");
  background-size: contain;
  padding-left: 72px;
  padding-right: 72px;
}

@media screen and (max-width: 1024px) {
  .gray-back {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media screen and (max-width: 768px) {
  .gray-back {
    padding-left: 0px;
    padding-right: 0px;
  }
}

@media screen and (max-width: 768px) {
  main .gray-back {
    border-radius: 0px;
  }
}

/* ãƒ‘ãƒ³ããšãƒªã‚¹ãƒˆ */
.breadcrumbs {
    margin-top: 144px;
}

@media screen and (max-width: 768px) {
  .breadcrumbs {
    padding: 0px 6.4%;
    margin-top: 90px;
  }
}

.breadcrumbs ul {
  display: flex;
  align-items: flex-start;
  padding: 16px 24px;
  background-color: #F2F2F2;
  border-radius: 4px;
}

@media screen and (max-width: 768px) {
  .breadcrumbs ul {
    padding: 8px 12px;
    overflow-x: scroll;
  }
}

.breadcrumbs li {
  font-size: 1.2rem;
  margin-right: 10px;
  padding-right: 10px;
  white-space: nowrap;
  position: relative;
}

.breadcrumbs li::after {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  position: absolute;
  margin: auto;
  vertical-align: middle;
  left: auto;
  right: 0px;
  border-top: 1px solid #999;
  border-right: 1px solid #999;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 40%;
}

@media screen and (max-width: 599px) {
  .breadcrumbs {
    font-size: 10px;
    font-size: 2.66667vw;
  }
}

.breadcrumbs li:last-child {
  white-space: normal;
  font-weight: bold;
  margin-right: 0px;
  padding-right: 0px;
}

@media screen and (max-width: 768px) {
  .breadcrumbs li:last-child {
    white-space: nowrap;
  }
}

.breadcrumbs li:last-child::after {
  display: none;
}

.breadcrumbs li a {
  display: flex;
  align-items: center;
}

.breadcrumbs li .material-icons-outlined {
  font-size: 1.4rem;
}

@media screen and (max-width: 599px) {
  .breadcrumbs li .material-icons-outlined {
    font-size: 12px;
    font-size: 3.2vw;
  }
}


/* ãƒœã‚¿ãƒ³ */
.button, .button-wrap a, .button-wrap input {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #73B1BC;
  color: #fff;
  font-size: 2rem;
  text-align: center;
  height: 3em;
  font-weight: bold;
  margin: 0px auto;
  border-radius: 1.5em;
  text-decoration: none;
  vertical-align: middle;
  padding: 0px 48px 0px 56px;
  max-width: 340px;
}

.button::after, .button-wrap a::after, .button-wrap input::after {
  top: 0;
  bottom: 0;
}

@media screen and (max-width: 1024px) {
  .button, .button-wrap a, .button-wrap input {
    font-size: 1.6rem;
    max-width: 260px;
  }
}

@media screen and (max-width: 768px) {
  .button, .button-wrap a, .button-wrap input {
    padding: 0px 32px 0px 24px;
  }
}

@media screen and (max-width: 599px) {
  .button, .button-wrap a, .button-wrap input {
    font-size: 16px;
    font-size: 4.26667vw;
  }
}

.button, .button-wrap a, .button-wrap .button-inner {
  position: relative;
}

.button::after, .button-wrap a::after, .button-wrap .button-inner::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  position: absolute;
  margin: auto;
  vertical-align: middle;
  left: auto;
  right: 24px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 0;
  bottom: 0;
}

@media screen and (max-width: 768px) {
  .button::after, .button-wrap a::after, .button-wrap .button-inner::after {
    right: 16px;
  }
}

/* ã‚‚ã£ãŸã„ãªã„é‹é€ */
.mottainai-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #fff;
  padding: 24px 32px;
  border: 2px solid #333;
}

@media screen and (max-width: 599px) {
  .mottainai-wrap {
    display: block;
  }
}

.mottainai-wrap p {
  flex: 1;
  margin: 0px;
  padding-right: 24px;
  font-size: 1.6rem;
  font-weight: bold;
}

@media screen and (max-width: 599px) {
  .mottainai-wrap p {
    margin-bottom: 16px;
    padding-right: 0px;
    width: 100%;
    font-size: 14px;
    font-size: 3.73333vw;
  }
}

.mottainai-wrap strong {
  color: #F0818A;
}

.mottainai-wrap span {
  font-size: 1.2rem;
  display: block;
  margin-top: 8px;
  font-weight: normal;
  color: #999;
}

@media screen and (max-width: 599px) {
  .mottainai-wrap span {
    font-size: 12px;
    font-size: 3.2vw;
  }
}

.button.mottainai {
  background-color: #fff;
  outline: 2px solid #F0818A;
  outline-offset: -2px;
  color: #F0818A;
  overflow: hidden;
  position: relative;
  transition: .3s;
  margin: 0px;
}

@media screen and (max-width: 599px) {
  .button.mottainai {
    max-width: 100%;
    width: 100%;
  }
}

.button.mottainai:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100px;
  height: 100px;
  background-color: #F0818A;
  border-radius: 50%;
  z-index: 0;
  transform: scale(0);
  transition: .3s;
}

@media screen and (max-width: 768px) {
  .button.mottainai:before {
    display: none;
  }
}

.button.mottainai::after {
  border-top: 2px solid #F0818A;
  border-right: 2px solid #F0818A;
}

.button.mottainai:hover {
  transition: .3s;
  color: #fff;
  opacity: 1;
}

.button.mottainai:hover:before {
  transition: .6s;
  transform: scale(10);
}

.button.mottainai:hover::after {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

@media screen and (max-width: 768px) {
  .button.mottainai:hover::after {
    border-top: 2px solid #F0818A;
    border-right: 2px solid #F0818A;
  }
}

.button.mottainai span {
  position: relative;
  z-index: 1;
  margin: 0px;
}

.button.mottainai span img {
  height: 20px;
}

@media screen and (max-width: 768px) {
  .button.mottainai span img {
    height: 18px;
  }
}

.button-wrap .button-inner {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* ã‚«ãƒ©ãƒ&nbsp; */
.column {
  display: flex;
  flex-wrap: wrap;
}

.column &gt; div {
  width: calc( 50% - 20px);
  margin-right: 40px;
}

@media screen and (max-width: 768px) {
  .column &gt; div {
    width: 100%;
    margin-right: 0px;
  }
}

.column &gt; div:last-child {
  margin-right: 0px;
}

@media screen and (max-width: 599px) {
  .column .left {
    margin-bottom: 24px;
  }
}

/* æ–‡å­—è‰²ãƒ»æ•´åˆ—å¤‰æ›´ */
.ng {
  color: #B80026;
}

.blue {
  color: #73B1BC;
}

.pink {
  color: #E69CA2;
}

.center {
  text-align: center;
}

.gray-back {
  background-color: #F2F2F2;
  border-radius: 16px;
  background-image: url("./../../images/common/gray_bg.jpg");
  background-size: contain;
  padding-left: 72px;
  padding-right: 72px;
}

@media screen and (max-width: 1024px) {
  .gray-back {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media screen and (max-width: 768px) {
  .gray-back {
    padding-left: 0px;
    padding-right: 0px;
  }
}

@media screen and (max-width: 768px) {
  main .gray-back {
    border-radius: 0px;
  }
}

.arrow &gt; li {
  position: relative;
}

.arrow &gt; li::after {
  content: "";
  display: block;
  width: 58px;
  height: 14px;
  background-image: url("images/common/arrow.png");
  background-size: 100% 100%;
  position: absolute;
  right: 0;
  left: 0;
  bottom: -40px;
  margin: auto;
}

@media screen and (max-width: 768px) {
  .arrow &gt; li::after {
    width: 38px;
    height: 8px;
    bottom: -24px;
  }
}

.arrow &gt; li:last-child::after {
  display: none;
}

.arrow.right li::after {
  top: 0;
  bottom: 0;
  left: auto;
  right: -56px;
  transform: rotate(-90deg);
}

.main-title {
  text-align: center;
  font-size: 34px;
  margin-bottom: 72px;
}

@media screen and (max-width: 768px) {
  .main-title {
    margin-bottom: 32px;
  }
}

@media screen and (max-width: 599px) {
  .main-title {
    font-size: 22px;
    font-size: 5.86667vw;
  }
}

.main-title::after {
  content: "";
  display: block;
  width: 80px;
  height: 2px;
  background-color: #333;
  margin: 16px auto 0px;
}

@media screen and (max-width: 768px) {
  .main-title::after {
    width: 24px;
    margin: 16px auto 0px;
  }
}

h1.main-title {
  margin-top: 72px;
  margin-bottom: 0px;
}

@media screen and (max-width: 768px) {
  h1.main-title {
    margin-top: 32px;
    margin-bottom: 0px;
  }
}

body.home h1.main-title {
  margin-top: 0px;
  margin-bottom: 72px;
}

@media screen and (max-width: 768px) {
  body.home h1.main-title {
    margin-top: 0px;
    margin-bottom: 32px;
  }
}

/* è¨˜äº‹ */
body main {
  position: relative;
  padding: 0px 104px;
  background-color: #fff;
}

@media screen and (max-width: 768px) {
  body main {
    padding: 0px;
  }
}

body main section {
  padding: 72px 0px;
}

@media screen and (max-width: 768px) {
  body main section {
    padding: 32px 0px;
  }
}

body main h2 {
  font-size: 2.4rem;
  margin-bottom: 40px;
  text-align: center;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  body main h2 {
    margin-bottom: 24px;
  }
}

@media screen and (max-width: 599px) {
  body main h2 {
    font-size: 18px;
    font-size: 4.8vw;
  }
}

body main h3 {
  font-size: 2rem;
  margin-bottom: 40px;
  text-align: center;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  body main h3 {
    margin-bottom: 24px;
  }
}

@media screen and (max-width: 599px) {
  body main h3 {
    font-size: 18px;
    font-size: 4.8vw;
  }
}

body .container {
  max-width: 1080px;
  margin: 0px auto;
  height: 100%;
}

@media screen and (max-width: 768px) {
  body .container {
    padding: 0px 6.4%;
    width: 100%;
  }
}

body .container.with-sidebar {
  margin-top: 72px;
  display: flex;
}

@media screen and (max-width: 768px) {
  body .container.with-sidebar {
    margin-top: 32px;
    display: block;
  }
}

body .container.with-sidebar .contents {
  flex: 1;
  margin-right: 48px;
}

@media screen and (max-width: 768px) {
  body .container.with-sidebar .contents {
    margin-right: 0px;
  }
}

body .container-small {
  max-width: 800px;
  margin: 0px auto;
  height: 100%;
}

@media screen and (max-width: 768px) {
  body .container-small {
    padding: 0px 6.4%;
  }
}

/* è¨˜äº‹ */
.blog h1.main-title {
  margin-bottom: 72px;
}

@media screen and (max-width: 768px) {
  .blog h1.main-title {
    margin-bottom: 32px;
  }
}

.article-wrap {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .article-wrap {
    margin-bottom: 24px;
  }
}

.article-list {
  width: calc(50% - 20px);
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .article-list {
    width: calc(50% - 10px);
    margin-bottom: 20px;
  }
}

.article-list:nth-child(odd) {
  margin-right: 40px;
}

@media screen and (max-width: 768px) {
  .article-list:nth-child(odd) {
    margin-right: 20px;
  }
}

.article-list a {
  display: block;
}

.article-list .text-box h2 {
  font-size: 1.4rem;
  margin-bottom: 8px;
  text-align: left;
}

@media screen and (max-width: 599px) {
  .article-list .text-box h2 {
    font-size: 10px;
    font-size: 2.66667vw;
  }
}

.article-list .eyecatch, .article-contents .eyecatch {
  width: 100%;
  overflow: hidden;
  border-radius: 8px;
  margin-bottom: 8px;
  position: relative;
}

.article-list .eyecatch:before, .article-contents .eyecatch:before {
  content: "";
  display: block;
  padding-top: 56.25%;
}

.article-list .eyecatch .eyecatch-inner, .article-contents .eyecatch .eyecatch-inner {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.article-list .eyecatch img, .article-contents .eyecatch img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.article-list .article-info, .article-contents .article-info {
  display: flex;
  justify-content: space-between;
}

.article-list .article-info .article-date, .article-contents .article-info .article-date {
  font-size: 1.6rem;
  color: #999999;
  font-family: "Roboto", sans-serif;
  display: flex;
  align-items: center;
  line-height: 1;
}

@media screen and (max-width: 599px) {
  .article-list .article-info .article-date, .article-contents .article-info .article-date {
    font-size: 12px;
    font-size: 3.2vw;
  }
}

.article-list .article-info .article-date .material-icons-outlined, .article-contents .article-info .article-date .material-icons-outlined {
  font-size: 1.6rem;
  padding-right: 4px;
}

@media screen and (max-width: 768px) {
  .article-list .article-info .article-date .material-icons-outlined, .article-contents .article-info .article-date .material-icons-outlined {
    padding-right: 2px;
  }
}

@media screen and (max-width: 599px) {
  .article-list .article-info .article-date .material-icons-outlined, .article-contents .article-info .article-date .material-icons-outlined {
    font-size: 12px;
    font-size: 3.2vw;
  }
}

.article-contents h1 {
  text-align: left;
  font-size: 2.4rem;
  margin-bottom: 16px;
}

@media screen and (max-width: 599px) {
  .article-contents h1 {
    font-size: 20px;
    font-size: 5.33333vw;
  }
}

.article-contents .article-info {
  margin-bottom: 16px;
}

.article-contents .eyecatch {
  margin-bottom: 16px;
}

.article-contents .text-box {
  margin-bottom: 32px;
}

.article-contents .text-box img {
  display: block;
  width: 100%;
  margin-bottom: 24px;
}

.article-contents .text-box img:last-child {
  margin-bottom: 0px;
}

.article-contents .text-box p, .article-contents .text-box h1, .article-contents .text-box h2, .article-contents .text-box h3, .article-contents .text-box h4, .article-contents .text-box h5, .article-contents .text-box h6 {
  margin-bottom: 24px;
  text-align: left;
}

.article-contents .text-box h2, .article-contents .text-box h3, .article-contents .text-box h4, .article-contents .text-box h5, .article-contents .text-box h6 {
  margin-top: 48px;
}

@media screen and (max-width: 768px) {
  .article-contents .text-box h2, .article-contents .text-box h3, .article-contents .text-box h4, .article-contents .text-box h5, .article-contents .text-box h6 {
    margin-top: 32px;
  }
}

.article-contents .text-box h2 {
  font-size: 2.4rem;
  background-color: #F2F2F2;
  border-left: 4px solid #333;
  padding: 8px 18px;
}

@media screen and (max-width: 768px) {
  .article-contents .text-box h2 {
    padding: 6px 12px;
  }
}

@media screen and (max-width: 599px) {
  .article-contents .text-box h2 {
    font-size: 18px;
    font-size: 4.8vw;
  }
}

.article-contents .text-box h3 {
  font-size: 2.2rem;
  border-left: 4px solid #333;
  padding: 0px 12px;
}

@media screen and (max-width: 599px) {
  .article-contents .text-box h3 {
    font-size: 20px;
    font-size: 5.33333vw;
  }
}

.article-contents .text-box h4 {
  font-size: 2rem;
}

@media screen and (max-width: 599px) {
  .article-contents .text-box h4 {
    font-size: 18px;
    font-size: 4.8vw;
  }
}

.article-contents .text-box h5 {
  font-size: 1.8rem;
}

@media screen and (max-width: 599px) {
  .article-contents .text-box h5 {
    font-size: 16px;
    font-size: 4.26667vw;
  }
}

.article-contents .text-box h6 {
  font-size: 1.6rem;
}

@media screen and (max-width: 599px) {
  .article-contents .text-box h6 {
    font-size: 14px;
    font-size: 3.73333vw;
  }
}

.article-contents .text-box blockquote {
  color: #666666;
  padding: 32px 32px 32px 64px;
  background-color: #F2F2F2;
  border-left: 4px solid #ccc;
  position: relative;
  margin-bottom: 24px;
}

@media screen and (max-width: 768px) {
  .article-contents .text-box blockquote {
    margin-bottom: 16px;
    padding: 24px 24px 24px 48px;
  }
}

.article-contents .text-box blockquote:last-child {
  margin-bottom: 0px;
}

.article-contents .text-box blockquote p {
  font-size: 1.4rem;
}

@media screen and (max-width: 599px) {
  .article-contents .text-box blockquote p {
    font-size: 12px;
    font-size: 3.2vw;
  }
}

.article-contents .text-box blockquote::before {
  font-family: 'Material Icons';
  content: "\e244";
  font-size: 4.8rem;
  transform: rotate(180deg);
  color: #ccc;
  position: absolute;
  top: 8px;
  left: 12px;
}

@media screen and (max-width: 599px) {
  .article-contents .text-box blockquote::before {
    font-size: 32px;
    font-size: 8.53333vw;
  }
}

.article-contents .head-border {
  display: flex;
  align-items: center;
  font-family: "Oswald", sans-serif;
  font-weight: normal;
  color: #999999;
  font-size: 1.6rem;
}

@media screen and (max-width: 599px) {
  .article-contents .head-border {
    font-size: 14px;
    font-size: 3.73333vw;
  }
}

.article-contents .head-border:before, .article-contents .head-border:after {
  content: "";
  height: 1px;
  flex-grow: 1;
  background-color: #999999;
}

.article-contents .head-border:before {
  margin-right: 1rem;
}

.article-contents .head-border:after {
  margin-left: 1rem;
}

.article-contents .share-links {
  display: flex;
  justify-content: space-between;
}

.article-contents .share-links li {
  flex: 1;
  margin-right: 8px;
}

.article-contents .share-links li:last-child {
  margin-right: 0px;
}

.article-contents .share-links li a {
  display: block;
  padding: 0px 8px;
  height: 2.5em;
  line-height: 2.1em;
  text-align: center;
  font-size: 1.2rem;
  font-weight: bold;
  position: relative;
  border-radius: 1.25em;
}

@media screen and (max-width: 599px) {
  .article-contents .share-links li a {
    font-size: 12px;
    font-size: 3.2vw;
  }
}

.article-contents .share-links li a:hover {
  opacity: 1;
}

@media screen and (max-width: 768px) {
  .article-contents .share-links li a span {
    display: none;
  }
}

.article-contents .share-links li a svg {
  width: 16px;
  position: absolute;
  left: 8px;
  margin: auto;
  top: 0;
  bottom: 0;
}

@media screen and (max-width: 768px) {
  .article-contents .share-links li a svg {
    left: 0;
    right: 0;
  }
}

.article-contents .share-links li a.share-facebook {
  border: 2px solid #3B5998;
  color: #3B5998;
}

.article-contents .share-links li a.share-facebook svg {
  fill: #3B5998;
}

.article-contents .share-links li a.share-facebook:hover {
  background-color: #3B5998;
  color: #fff;
}

.article-contents .share-links li a.share-facebook:hover svg {
  fill: #fff;
  transition: all .4s;
}

.article-contents .share-links li a.share-twitter {
  border: 2px solid #000000;
  color: #000000;
}

.article-contents .share-links li a.share-twitter svg {
  fill: #000000;
}

.article-contents .share-links li a.share-twitter:hover {
  background-color: #000000;
  color: #fff;
}

.article-contents .share-links li a.share-twitter:hover svg {
  fill: #fff;
  transition: all .4s;
}

.article-contents .share-links li a.share-hatebu {
  border: 2px solid #00A4DE;
  color: #00A4DE;
}

.article-contents .share-links li a.share-hatebu svg {
  fill: #00A4DE;
}

.article-contents .share-links li a.share-hatebu:hover {
  background-color: #00A4DE;
  color: #fff;
}

.article-contents .share-links li a.share-hatebu:hover svg {
  fill: #fff;
  transition: all .4s;
}

.article-contents .share-links li a.share-pocket {
  border: 2px solid #E72643;
  color: #E72643;
}

.article-contents .share-links li a.share-pocket svg {
  fill: #E72643;
}

.article-contents .share-links li a.share-pocket:hover {
  background-color: #E72643;
  color: #fff;
}

.article-contents .share-links li a.share-pocket:hover svg {
  fill: #fff;
  transition: all .4s;
}

.article-contents .share-links li a.share-line {
  border: 2px solid #3BD03B;
  color: #3BD03B;
}

.article-contents .share-links li a.share-line svg {
  fill: #3BD03B;
}

.article-contents .share-links li a.share-line:hover {
  background-color: #3BD03B;
  color: #fff;
}

.article-contents .share-links li a.share-line:hover svg {
  fill: #fff;
  transition: all .4s;
}

.blog-table,
.blog-table th,
.blog-table td {
   border:solid 1px;
}

.blog-table th,
.blog-table td {
   padding:4px; 
}
body.item main p {
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  body.item main p {
    margin-bottom: 24px;
  }
}

body.item main .list-warp {
  margin-bottom: 40px;
  background-color: #fff;
  border: 2px solid #333;
  border-radius: 8px;
  padding: 28px 32px;
}

@media screen and (max-width: 768px) {
  body.item main .list-warp {
    padding: 20px;
    margin-bottom: 24px;
  }
}

body.item main .list-warp:last-child {
  margin-bottom: 0px;
}

body.item main .list-warp a {
  text-decoration: underline;
}

body.item main .list-warp ul {
  column-count: 4;
  column-gap: 24px;
  margin-bottom: 16px;
}

@media screen and (max-width: 768px) {
  body.item main .list-warp ul {
    column-count: 2;
    column-gap: 16px;
  }
}

body.item main .list-warp ul:last-child {
  margin-bottom: 0px;
}

body.item main .list-warp ul li {
  font-size: 1.4rem;
  padding-left: 16px;
  /* line-height: 1.6 !important; */
  margin-bottom: 8px;
  position: relative;
}

body.item main .list-warp ul li::after {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  position: absolute;
  margin: auto;
  vertical-align: middle;
  left: 0px;
  right: auto;
  border-top: 2px solid #ccc;
  border-right: 2px solid #ccc;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 8px;
}

@media screen and (max-width: 768px) {
  body.item main .list-warp ul li {
    padding-left: 12px;
    margin-bottom: 4px;
  }
  body.item main .list-warp ul li::after {
    top: 6px;
  }
}

@media screen and (max-width: 599px) {
  body.item main .list-warp ul li {
    font-size: 12px;
    font-size: 3.2vw;
  }
}

body.item main .donationable .button {
  max-width: 300px;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  body.item main .donationable .button.mottainai {
    margin: 0px auto;
  }
}

body.item main .donationable .column.border {
  border-bottom: 1px solid #ddd;
  padding-bottom: 24px;
  margin-bottom: 24px;
}

body.item main .donationable .column.border p {
  margin-bottom: 0px;
}

@media screen and (max-width: 768px) {
  body.item main .donationable .column.border p {
    margin-bottom: 24px !important;
  }
}

body.item main .donationable .column.border .button {
  margin-bottom: 0px;
}

body.item main .donationable .left {
  flex: 1;
  width: 100%;
}

body.item main .donationable .right {
  width: 300px;
}

@media screen and (max-width: 768px) {
  body.item main .donationable .right {
    width: 100%;
  }
}

body.item main .able-list .item-button {
  display: flex;
  flex-wrap: wrap;
  margin: 64px 0px 40px;
}

@media screen and (max-width: 768px) {
  body.item main .able-list .item-button {
    margin: 24px 0px;
  }
}

body.item main .able-list .item-button li {
  width: calc(25% - 12px);
  margin-right: 16px;
  margin-bottom: 16px;
}

body.item main .able-list .item-button li:nth-child(4n) {
  margin-right: 0px;
}

@media screen and (max-width: 1024px) {
  body.item main .able-list .item-button li {
    width: calc(33.333% - 12px);
    margin-right: 18px;
  }
  body.item main .able-list .item-button li:nth-child(4n) {
    margin-right: 18px;
  }
  body.item main .able-list .item-button li:nth-child(3n) {
    margin-right: 0px;
  }
}

@media screen and (max-width: 768px) {
  body.item main .able-list .item-button li {
    width: calc(50% - 4px);
    margin-right: 8px;
    margin-bottom: 8px;
  }
  body.item main .able-list .item-button li:nth-child(3n) {
    margin-right: 8px;
  }
  body.item main .able-list .item-button li:nth-child(2n) {
    margin-right: 0px;
  }
}

body.item main .able-list .item-button li a {
  width: 100%;
  border: 2px solid #333;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  color: #333;
  font-size: 2rem;
  text-align: center;
  height: 3.2em;
  font-weight: bold;
  margin: 0px auto;
  border-radius: 1.6em;
  text-decoration: none;
  vertical-align: middle;
  font-size: 1.4rem;
  position: relative;
}

body.item main .able-list .item-button li a::after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  position: absolute;
  margin: auto;
  vertical-align: middle;
  left: auto;
  right: 16px;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 0;
  bottom: 0;
}

@media screen and (max-width: 1024px) {
  body.item main .able-list .item-button li a {
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 768px) {
  body.item main .able-list .item-button li a {
    font-size: 1.4rem;
  }
  body.item main .able-list .item-button li a::after {
    width: 4px;
    height: 4px;
    right: 8px;
  }
}

@media screen and (max-width: 599px) {
  body.item main .able-list .item-button li a {
    font-size: 10px;
    font-size: 2.66667vw;
  }
}

body.item main .able-list .item-button li a .material-icons-outlined {
  position: absolute;
  height: 1em;
  left: 16px;
  top: 0;
  bottom: 0;
  margin: auto;
}

@media screen and (max-width: 768px) {
  body.item main .able-list .item-button li a .material-icons-outlined {
    font-size: 14px;
    font-size: 3.73333vw;
    left: 8px;
  }
}

@media screen and (max-width: 768px) {
  body.item main .able-list.gray-back {
    border-radius: 0px;
  }
}

body.item main .able-list h3 {
  font-size: 1.8rem;
  display: flex;
  align-items: center;
  margin-bottom: 8px;
  padding-top: 104px;
  margin-top: -104px;
}

@media screen and (max-width: 768px) {
  body.item main .able-list h3 {
    padding-top: 56px;
    margin-top: -56px;
  }
}

@media screen and (max-width: 599px) {
  body.item main .able-list h3 {
    font-size: 16px;
    font-size: 4.26667vw;
  }
}

body.item main .able-list h3 .material-icons-outlined {
  padding-right: 8px;
}

@media screen and (max-width: 768px) {
  body.item main .able-list h3 .material-icons-outlined {
    padding-right: 4px;
  }
}

@media screen and (max-width: 599px) {
  body.item main .able-list h3 .ng {
 Â&nbsp; Â&nbsp;font-size: 14px;
    font-size: 3.73333vvw;
  }
}

body.item main .able-list h4 {
  font-size: 1.4rem;
  background-color: #F2F2F2;
  min-height: 40px;
  padding: 8px 12px;
  margin-bottom: 8px;
}

@media screen and (max-width: 599px) {
  body.item main .able-list h4 {
    font-size: 14px;
    font-size: 3.73333vw;
  }
}

body.item main .able-list h4.ng {
  font-weight: bold;
  font-size: 1.4rem;
}

@media screen and (max-width: 599px) {
  body.item main .able-list h4.ng {
    font-size: 14px;
    font-size: 3.73333vw;
  }
}

body.item main .able-list h4 .ng {
 Â&nbsp;font-size: 1.4rem;
}

@media screen and (max-width: 599px) {
  body.item main .able-list h4 .ng {
    font-size: 12px;
    font-size: 3.2vw;
  }
}

body.item main .able-list .ng {
  font-weight: normal;
  font-size: 1.4rem;
  padding-left: 4px;
}

@media screen and (max-width: 599px) {
  body.item main .able-list .ng {
 Â&nbsp; Â&nbsp;font-size: 14px;
    font-size: 3.2vw;
  }
}

body.item main .able-list .small {
  font-size: 1rem;
}

@media screen and (max-width: 599px) {
  body.item main .able-list .small {
    font-size: 10px;
    font-size: 2.66667vw;
  }
}

body.item main .unable {
  padding-top: 104px;
  margin-top: -104px;
}

@media screen and (max-width: 768px) {
  body.item main .unable {
    padding-top: 56px;
    margin-top: -56px;
  }
}

body.item main .unable .container {
  padding-top: 72px;
}

@media screen and (max-width: 768px) {
  body.item main .unable .container {
    padding-top: 32px;
  }
}

body.item main .unable .list-warp {
  background-color: #F2F2F2;
  border: 0px;
}

body.item main .unable .list-warp-line {
  padding: 40px 20px;
  background-color: #F2F2F2;
  border-radius: 16px;
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  body.item main .unable .list-warp-line {
    padding: 20px;
  }
}

/*
body.item main .unable .list-warp-line .notice {
  padding-left: 32px;
}

@media screen and (max-width: 768px) {
  body.item main .unable .list-warp-line .notice {
    padding-left: 24px;
  }
}
*/

body.item main .unable .list-warp-line ul {
  max-width: 600px;
  margin: 0px auto;
}

body.item main .unable .list-warp-line ul &gt; li::after {
  display: none;
}

body.item main .unable h4 {
    font-size: 1.4rem;
    background-color: #fff;
    min-height: 40px;
    padding: 8px 12px;
    margin-bottom: 8px;
}

@media screen and (max-width: 768px) {
  body.item main .unable .list-warp ul li {
    padding-left: 12px;
	line-height: 1.6;
	break-inside: avoid;
    margin-bottom: 0px !important;
    padding-bottom: 16px;
  }
}


/* ãƒªãƒ³ã‚¯ã¨ãƒªã‚¹ãƒˆ */
.main-list {
  margin-bottom: 24px;
}

@media screen and (max-width: 768px) {
  .main-list {
    margin-bottom: 16px;
  }
}

.main-list li {
  font-size: 2rem;
  font-weight: bold;
  position: relative;
  padding-left: 32px;
  line-height: 1.6;
  margin-bottom: 16px;
}

@media screen and (max-width: 768px) {
  .main-list li {
    padding-left: 24px;
    margin-bottom: 8px;
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 599px) {
  .main-list li {
    font-size: 16px;
    font-size: 4.26667vw;
  }
}

.main-list li::before {
  width: 24px;
  height: 24px;
  line-height: 24px;
  border-radius: 4px;
  display: block;
  margin: auto;
  top: 4px;
  left: 0px;
  color: #fff;
  text-align: center;
  position: absolute;
  font-family: 'Material Icons';
}

@media screen and (max-width: 768px) {
  .main-list li::before {
    width: 18px;
    height: 18px;
    line-height: 18px;
  }
}

.main-list.check li::before {
  content: "\e876";
  background-color: #73B1BC;
}

.main-list.ex li::before {
  content: "\e5cd";
  background-color: #E69CA2;
}

body.privacy-policy section {
  padding: 32px 0px;
}

@media screen and (max-width: 768px) {
  body.privacy-policy section {
    padding: 16px 0px;
  }
}

body.privacy-policy h2 {
  text-align: left;
  margin-bottom: 24px;
  font-size: 1.8rem;
}

@media screen and (max-width: 768px) {
  body.privacy-policy h2 {
    margin-bottom: 16px;
  }
}

@media screen and (max-width: 599px) {
  body.privacy-policy h2 {
    font-size: 16px;
    font-size: 4.26667vw;
  }
}

body.terms section {
  padding: 32px 0px;
}

@media screen and (max-width: 768px) {
  body.terms section {
    padding: 16px 0px;
  }
}

body.terms h2 {
  text-align: left;
  margin-bottom: 24px;
  font-size: 1.8rem;
}

@media screen and (max-width: 768px) {
  body.terms h2 {
    margin-bottom: 16px;
  }
}

@media screen and (max-width: 599px) {
  body.terms h2 {
    font-size: 16px;
    font-size: 4.26667vw;
  }
}

/* é‹å–¶ä¼šç¤¾ */
body.company main h3 span, body.company main h3 img, body.company main h2 span, body.company main h2 img {
  display: block;
  margin: 0px auto 8px;
}

body.company main .company-area h2 {
  font-size: 1.6rem;
}

body.company main .company-area h2 img {
  width: 300px;
}

@media screen and (max-width: 768px) {
  body.company main .company-area h2 img {
    width: 150px;
  }
}

body.company main .company-area .column.company {
  align-items: center;
  margin-bottom: 40px;
  flex-wrap: nowrap;
}

@media screen and (max-width: 768px) {
  body.company main .company-area .column.company {
    display: block;
  }
}

body.company main .company-area .column.company .left img {
  border-radius: 8px;
  display: block;
  width: 100%;
}

body.company main .company-area .column.company dl {
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid #ddd;
}

body.company main .company-area .column.company dl dt, body.company main .company-area .column.company dl dd {
  display: block;
  padding: 24px 0px;
  border-bottom: 1px solid #ddd;
}

@media screen and (max-width: 768px) {
  body.company main .company-area .column.company dl dt, body.company main .company-area .column.company dl dd {
    padding: 16px 0px;
  }
}

@media screen and (max-width: 599px) {
  body.company main .company-area .column.company dl dt, body.company main .company-area .column.company dl dd {
    font-size: 12px;
    font-size: 3.2vw;
  }
}

body.company main .company-area .column.company dl dt {
  width: 30%;
}

body.company main .company-area .column.company dl dd {
  width: 70%;
}

body.company main .company-area .column.link {
  flex-wrap: nowrap;
}

@media screen and (max-width: 768px) {
  body.company main .company-area .column.link {
    display: block;
  }
}

body.company main .company-area .column.link .left, body.company main .company-area .column.link .right {
  background-color: #F2F2F2;
  padding: 32px;
  border-radius: 8px;
}

body.company main .company-area .column.link .left {
  margin-bottom: 24px;
}

@media screen and (max-width: 768px) {
  body.company main .company-area .column.link .right {
    margin-bottom: 0px;
  }
}

body.company main .company-area .column.link h3 {
  font-size: 1.8rem;
  text-align: center;
  margin-bottom: 8px;
}

@media screen and (max-width: 599px) {
  body.company main .company-area .column.link h3 {
    font-size: 14px;
    font-size: 3.73333vw;
  }
}

body.company main .company-area .column.link h3 span, body.company main .company-area .column.link h3 img {
  display: block;
}

body.company main .company-area .column.link h3 img {
  margin-bottom: 16px;
  height: 35px;
}

body.company main .company-area .column.link p {
  font-size: 1.4rem;
  text-align: center;
}

@media screen and (max-width: 599px) {
  body.company main .company-area .column.link p {
    font-size: 14px;
    font-size: 3.73333vw;
  }
}

body.company main .company-area .column.link .button {
  background-color: #333;
  margin-top: 16px;
  width: 220px;
  height: 48px;
}

@media screen and (max-width: 768px) {
  body.company main .company-area .column.link .button {
    width: 160px;
    height: 40px;
    font-size: 12px;
    font-size: 3.2vw;
  }
}

body.company main .global-area h3 img {
  width: 150px;
}

body.company main .global-area p {
  margin-bottom: 24px;
}

body.company main .global-area a {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 599px) {
  body.company main .global-area a {
    font-size: 12px;
    font-size: 3.2vw;
  }
}

body.company main .global-area a .material-icons-outlined {
  transform: rotate(-90deg);
  font-size: 1.6rem;
  color: #999;
}

@media screen and (max-width: 599px) {
  body.company main .global-area a .material-icons-outlined {
    font-size: 16px;
    font-size: 4.26667vw;
  }
}

.adjustment-fixbtm-contact-line-height {
  line-height: 2.1rem;
}</pre></body></html>