@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,700&subset=japanese");
.grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  width: 100%;
}
.grid__elem {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 15px 15px;
}
.grid__elem--1 {
  width: 8.33333%;
}
.grid__elem--2 {
  width: 16.66667%;
}
.grid__elem--3 {
  width: 25%;
}
.grid__elem--4 {
  width: 33.33333%;
}
.grid__elem--5 {
  width: 41.66667%;
}
.grid__elem--6 {
  width: 50%;
}
.grid__elem--7 {
  width: 58.33333%;
}
.grid__elem--8 {
  width: 66.66667%;
}
.grid__elem--9 {
  width: 75%;
}
.grid__elem--10 {
  width: 83.33333%;
}
.grid__elem--11 {
  width: 91.66667%;
}
.grid__elem--12 {
  width: 100%;
}
@media print, screen and (min-width: 400px) {
  .grid__elem--sm1 {
    width: 8.33333%;
  }
}
@media print, screen and (min-width: 400px) {
  .grid__elem--sm2 {
    width: 16.66667%;
  }
}
@media print, screen and (min-width: 400px) {
  .grid__elem--sm3 {
    width: 25%;
  }
}
@media print, screen and (min-width: 400px) {
  .grid__elem--sm4 {
    width: 33.33333%;
  }
}
@media print, screen and (min-width: 400px) {
  .grid__elem--sm5 {
    width: 41.66667%;
  }
}
@media print, screen and (min-width: 400px) {
  .grid__elem--sm6 {
    width: 50%;
  }
}
@media print, screen and (min-width: 400px) {
  .grid__elem--sm7 {
    width: 58.33333%;
  }
}
@media print, screen and (min-width: 400px) {
  .grid__elem--sm8 {
    width: 66.66667%;
  }
}
@media print, screen and (min-width: 400px) {
  .grid__elem--sm9 {
    width: 75%;
  }
}
@media print, screen and (min-width: 400px) {
  .grid__elem--sm10 {
    width: 83.33333%;
  }
}
@media print, screen and (min-width: 400px) {
  .grid__elem--sm11 {
    width: 91.66667%;
  }
}
@media print, screen and (min-width: 400px) {
  .grid__elem--sm12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 768px) {
  .grid__elem--md1 {
    width: 8.33333%;
  }
}
@media print, screen and (min-width: 768px) {
  .grid__elem--md2 {
    width: 16.66667%;
  }
}
@media print, screen and (min-width: 768px) {
  .grid__elem--md3 {
    width: 25%;
  }
}
@media print, screen and (min-width: 768px) {
  .grid__elem--md4 {
    width: 33.33333%;
  }
}
@media print, screen and (min-width: 768px) {
  .grid__elem--md5 {
    width: 41.66667%;
  }
}
@media print, screen and (min-width: 768px) {
  .grid__elem--md6 {
    width: 50%;
  }
}
@media print, screen and (min-width: 768px) {
  .grid__elem--md7 {
    width: 58.33333%;
  }
}
@media print, screen and (min-width: 768px) {
  .grid__elem--md8 {
    width: 66.66667%;
  }
}
@media print, screen and (min-width: 768px) {
  .grid__elem--md9 {
    width: 75%;
  }
}
@media print, screen and (min-width: 768px) {
  .grid__elem--md10 {
    width: 83.33333%;
  }
}
@media print, screen and (min-width: 768px) {
  .grid__elem--md11 {
    width: 91.66667%;
  }
}
@media print, screen and (min-width: 768px) {
  .grid__elem--md12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 992px) {
  .grid__elem--lg1 {
    width: 8.33333%;
  }
}
@media print, screen and (min-width: 992px) {
  .grid__elem--lg2 {
    width: 16.66667%;
  }
}
@media print, screen and (min-width: 992px) {
  .grid__elem--lg3 {
    width: 25%;
  }
}
@media print, screen and (min-width: 992px) {
  .grid__elem--lg4 {
    width: 33.33333%;
  }
}
@media print, screen and (min-width: 992px) {
  .grid__elem--lg5 {
    width: 41.66667%;
  }
}
@media print, screen and (min-width: 992px) {
  .grid__elem--lg6 {
    width: 50%;
  }
}
@media print, screen and (min-width: 992px) {
  .grid__elem--lg7 {
    width: 58.33333%;
  }
}
@media print, screen and (min-width: 992px) {
  .grid__elem--lg8 {
    width: 66.66667%;
  }
}
@media print, screen and (min-width: 992px) {
  .grid__elem--lg9 {
    width: 75%;
  }
}
@media print, screen and (min-width: 992px) {
  .grid__elem--lg10 {
    width: 83.33333%;
  }
}
@media print, screen and (min-width: 992px) {
  .grid__elem--lg11 {
    width: 91.66667%;
  }
}
@media print, screen and (min-width: 992px) {
  .grid__elem--lg12 {
    width: 100%;
  }
}
.main-cont-wrap {
  margin-left: 350px;
  padding: 40px 50px 50px 50px;
}
@media print, screen and (max-width: 991px) {
  .main-cont-wrap {
    margin: 0;
    padding: 0 50px 50px 50px;
  }
}
@media screen and (max-width: 767px) {
  .main-cont-wrap {
    padding: 20px 30px;
  }
}
@media screen and (max-width: 399px) {
  .main-cont-wrap {
    padding: 35px 15px 20px;
  }
}
@media print {
  .main-cont-wrap {
    width: 100%;
    max-width: 800px;
    margin: auto;
  }
}
.main-cont {
  width: 100%;
  max-width: 830px;
  margin: 0 auto;
}
.gray-btn {
  position: relative;
  display: block;
  text-align: center;
  width: 100%;
  background-color: #c8c8c8;
  border-radius: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 10px 0;
  padding: 5px 5px;
}
.gray-btn__txt {
  font-size: 0.9rem;
  color: #646464;
}
@media print, screen and (max-width: 1279px) {
  .gray-btn__txt {
    font-size: 0.6rem;
  }
}
@media print, screen and (max-width: 991px) {
  .gray-btn__txt {
    font-size: 0.8rem;
  }
}
@media screen and (max-width: 767px) {
  .gray-btn__txt {
    font-size: 1rem;
  }
}
.gray-btn .fa-chevron-circle-right {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  left: 10px;
  color: white;
}
.gray-box {
  position: relative;
  display: block;
  text-align: center;
  width: 100%;
  background-color: #c8c8c8;
  border-radius: 20px;
  margin-top: 24px;
  padding: 15px 20px;
}
.gray-box__txt {
  padding: 4px 0;
  line-height: 1.5rem;
  font-size: 0.9rem;
}
.gray-box__txt--title {
  color: #646464;
}
.gray-box__txt--strong {
  font-size: 1.3rem;
}
.gray-box .fa-chevron-circle-right {
  position: absolute;
  top: 10px;
  left: 10px;
  color: white;
}
.clear {
  clear: both;
}
@media print, screen and (min-width: 1280px) {
  .page-hov {
    width: 1280px;
    margin-left: calc((100vw - 1280px) / 2);
  }
}
.news-thumb {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: auto;
  max-width: 400px;
}
.breadcrumbs {
  margin: 20px 0;
}
.breadcrumbs a {
  color: #aa4542;
}
@media print {
  body {
    overflow-x: visible !important;
    overflow-y: visible !important;
  }
}
* {
  margin: 0;
}
html {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
header,
footer,
section {
  display: block;
}
div {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
img {
  width: 100%;
}
img.svg {
  height: 100%;
}
h3 {
  padding: 16px 0 12px 0;
}
@media screen and (max-width: 767px) {
  h3 {
    font-size: 1.5rem;
    line-height: 2.7rem;
  }
}
@media screen and (max-width: 399px) {
  h3 {
    font-size: 1.2rem;
    line-height: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  h3 a {
    font-size: 1.5rem;
    line-height: 2.7rem;
  }
}
@media screen and (max-width: 399px) {
  h3 a {
    font-size: 1.2rem;
    line-height: 1.8rem;
  }
}
p {
  font-size: 1rem;
  line-height: 1.8rem;
}
a {
  text-decoration: none;
  color: black;
}
a:hover {
  opacity: 0.35;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
@media screen and (max-width: 767px) {
  a {
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .pc-only {
    display: none;
  }
}
@media print, screen and (min-width: 768px) {
  .sp-only {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .br-pc {
    display: none;
  }
}
@media print, screen and (min-width: 768px) {
  .br-pc {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .br-sp {
    display: block;
  }
}
@media print, screen and (min-width: 768px) {
  .br-sp {
    display: none;
  }
}
@media screen and (max-width: 399px) {
  .br-500 {
    display: none;
  }
}
@media screen and (min-width: 400px) and (max-width: 500px) {
  .br-500 {
    display: block;
  }
}
@media screen and (min-width: 501px) {
  .br-500 {
    display: none;
  }
}
.top__donate {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  position: relative;
  right: -30px;
  z-index: 1;
}
@media print, screen and (max-width: 991px) {
  .top__donate {
    display: none;
  }
}
.top__donate .grid__elem--md2,
.top__donate .grid__elem--2 {
  width: 14%;
}
.top__donate div {
  padding: 0;
  margin: 0;
}
.top__donate img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .top__hero {
    position: relative;
    z-index: 0;
    top: -60px;
    margin-top: 30px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 399px) {
  .top__hero {
    margin-top: 20px;
  }
}
.top__hero h1 {
  padding: 0;
}
.top__hero video {
  width: 100%;
}
.top__hero__hover {
  position: relative;
}
.top__hero__cont {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.top__blo-wrap {
  position: relative;
}
@media screen and (max-width: 767px) {
  .top__blo-wrap {
    top: -60px;
  }
}
.top__sec--title {
  padding: 15px 0;
}
.top__sec--title p {
  font-size: 0.8rem;
  line-height: normal;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}
.top__sec--title div .grid__elem {
  padding: 0;
}
.top__sec--title div .grid__elem .gray-btn {
  margin-top: -5px;
}
.top__sec--title-news h2 {
  margin-bottom: 0;
}
.top__sec--main {
  padding: 0;
}
@media screen and (max-width: 767px) {
  .top__sec--main {
    padding: 0;
  }
}
.top__sec--main .grid__elem--md4:nth-child(1) {
  padding-right: 20px;
  padding-left: 0;
}
@media screen and (max-width: 767px) {
  .top__sec--main .grid__elem--md4:nth-child(1) {
    padding-right: 0;
  }
}
.top__sec--main .grid__elem--md4:nth-child(2) {
  padding-right: 10px;
  padding-left: 10px;
}
@media screen and (max-width: 767px) {
  .top__sec--main .grid__elem--md4:nth-child(2) {
    padding-right: 0;
    padding-left: 0;
  }
}
.top__sec--main .grid__elem--md4:nth-child(3) {
  padding-right: 0;
  padding-left: 20px;
}
@media screen and (max-width: 767px) {
  .top__sec--main .grid__elem--md4:nth-child(3) {
    padding-left: 0;
  }
}
.top__sec--sub p {
  font-size: 1rem;
  line-height: 1.8rem;
}
@media screen and (max-width: 767px) {
  .top__sec--sub p {
    padding-bottom: 28px;
    font-size: 1.2rem;
    line-height: 2rem;
  }
}
@media screen and (max-width: 399px) {
  .top__sec--sub p {
    font-size: 1rem;
    line-height: 1.6rem;
  }
}
.top__sec--newstags {
  padding: 15px 0 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .top__sec--newstags {
    padding: 15px 0 0;
  }
}
.top__sec--newstags:hover {
  cursor: pointer;
}
.top__sec--newstags .grid__elem {
  border-left: 1px solid;
  padding: 0;
  font-size: 0.8rem;
}
.top__sec--newstags .grid__elem:last-child {
  border-right: 1px solid;
}
@media screen and (max-width: 767px) {
  .top__sec--newstags .grid__elem {
    margin-bottom: 1rem;
    font-size: 1.2rem;
  }
  .top__sec--newstags .grid__elem:nth-child(3) {
    border-right: 1px solid;
  }
}
@media screen and (max-width: 543px) {
  .top__sec--newstags .grid__elem {
    margin-bottom: 1rem;
    font-size: 0.8rem;
  }
}
.top__sec--newsall {
  width: 100%;
  padding: 0 24px;
}
.top__sec--newsall .grid {
  padding: 25px 0 15px 0;
}
.top__sec--newsall .grid .grid__elem {
  padding: 0;
}
.top__sec--newsall .grid .grid__elem img {
  padding: 0 15px 15px 0;
}
@media screen and (max-width: 767px) {
  .top__sec--newsall .grid .grid__elem img {
    padding: 0 0 15px;
  }
}
.top__sec--newsall .grid .grid__elem h3 {
  padding: 5px 0 0 15px;
  font-size: 1rem;
}
@media screen and (max-width: 767px) {
  .top__sec--newsall .grid .grid__elem h3 {
    padding: 0 0 5px;
    font-size: 1.4rem;
  }
}
.top__sec--newsall .grid .grid__elem h4 {
  padding: 5px 0 5px 15px;
  font-size: 0.9rem;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .top__sec--newsall .grid .grid__elem h4 {
    padding: 0 0 15px;
    font-size: 1rem;
  }
}
.top__sec--newsall .grid .grid__elem p {
  padding: 5px 0 5px 15px;
  font-size: 0.9rem;
  line-height: 1.4rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .top__sec--newsall .grid .grid__elem p {
    padding: 0 0 30px;
    font-size: 1rem;
    line-height: 2rem;
  }
}
.top__sec--newsall .grid__elem {
  padding: 25px 0 0 0;
}
.top__sec--newsall input[type="radio"] {
  display: none;
}
.top__sec--newsall input[type="radio"] + div {
  padding: 0;
  height: 0;
  overflow: hidden;
  opacity: 0;
}
.top__sec--newsall input[type="radio"]:checked + div {
  padding: auto;
  height: auto;
  opacity: 1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.top__sec--newspast {
  padding: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .top__sec--newspast {
    display: none;
  }
}
.top__sec--donate p {
  font-size: 0.8rem;
  line-height: 1.4rem;
}
.top__sec--donate .grid__elem {
  padding-left: 0;
  padding-right: 0;
}
@media screen and (max-width: 767px) {
  .top__sec--donate .grid__elem {
    padding: 0 24px;
  }
}
.top__sec--donate .grid__elem--12 p {
  font-size: 1.2rem;
  line-height: 2.4rem;
}
.top__sec--donate .grid__elem--md8 {
  padding-left: 15px;
}
@media screen and (max-width: 767px) {
  .top__sec--donate .grid__elem--md8 {
    padding-left: 24px;
  }
}
.top__sec--donate .grid__elem--md8 p {
  padding-bottom: 0.8rem;
  font-size: 0.8rem;
  line-height: 1.6rem;
}
.top__sec--donate .grid__elem--md4 {
  padding-right: 15px;
}
@media screen and (max-width: 767px) {
  .top__sec--donate .grid__elem--md4 {
    padding-right: 24px;
  }
}
.top__sec--donate .grid__elem--md4 p {
  font-size: 0.8rem;
  line-height: 1.6rem;
}
@media screen and (max-width: 767px) {
  .top__sec--donate .grid__elem--md4 p {
    text-align: center;
    padding-top: 16px;
    font-size: 1rem;
    line-height: 1.6rem;
  }
}
.top__sec--donate--pre {
  padding-top: 0;
  padding-bottom: 0;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .top__sec--donate--pre {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 767px) {
  .top__sec--donate--pre p {
    padding-bottom: 18px;
  }
}
@media screen and (max-width: 767px) {
  .top__sec--donate--img {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media print, screen and (min-width: 768px) {
  .top__sec--donate--name {
    padding: 0 0 15px;
  }
}
@media screen and (max-width: 767px) {
  .top__sec--donate--spe {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}
.topixmenu ul {
  list-style-type: none;
  margin-left: -40px;
}
.topixmenu img {
  height: auto;
}
.top__footer {
  padding: 15px 0 36px;
}
@media screen and (max-width: 767px) {
  .top__footer {
    padding: 24px 24px 0;
  }
}
.top__footer .grid__elem {
  padding: 0;
}
@media print {
  .side-nav {
    display: none;
  }
}
.side-nav {
  position: absolute;
  z-index: 20;
  top: 0px;
  left: 0px;
  -webkit-transition: transform 0.5s ease;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  height: auto;
  min-height: 100vh;
  max-height: 100%;
  width: 350px;
  padding: 40px 0 0 40px;
  background-color: white;
  text-align: left;
}
@media print, screen and (min-width: 1280px) {
  .side-nav {
    left: calc((100vw - 1280px) / 2);
  }
}
@media print, screen and (max-width: 991px) {
  .side-nav {
    top: 0;
    bottom: 0;
    left: auto;
    right: -320px;
    width: 320px;
    padding: 70px 0 60px 30px;
    position: fixed;
    overflow-y: auto;
  }
}
@media screen and (max-width: 399px) {
  .side-nav {
    right: -270px;
    width: 270px;
    padding-left: 20px;
  }
}
.side-nav__cover {
  height: auto;
  min-height: 100vh;
  max-height: 100%;
}
.side-nav__logo {
  margin-bottom: 30px;
  width: 280px;
  height: auto;
}
@media print, screen and (max-width: 991px) {
  .side-nav__logo {
    margin-bottom: 20px;
    width: 220px;
  }
}
.side-nav__menu__p {
  padding: 0 5px;
  line-height: 40px;
  letter-spacing: 0.1rem;
  font-size: 0.9rem;
  display: inline-block;
}
@media print, screen and (max-width: 991px) {
  .side-nav__menu__p {
    line-height: 36px;
    letter-spacing: 0.08rem;
    font-size: 0.8rem;
    display: block;
  }
}
@media screen and (max-width: 399px) {
  .side-nav__menu__p {
    line-height: 32px;
    letter-spacing: 0.08rem;
    font-size: 0.7rem;
    display: block;
  }
}
@media print, screen and (max-width: 991px) {
  .side-nav__menu__p a {
    font-size: 0.8rem;
  }
}
@media screen and (max-width: 399px) {
  .side-nav__menu__p a {
    font-size: 0.7rem;
  }
}
.side-nav__menu__activities {
  line-height: 20px;
}
.side-nav__menu__p--begi::before {
  display: inline-block;
  width: 21.5px;
  height: 30px;
  margin-right: 10px;
  background-image: url("../img/nav/beginner.svg");
  background-size: cover;
  vertical-align: middle;
  content: "";
}
@media print, screen and (max-width: 991px) {
  .side-nav__menu__p--begi::before {
    width: 19.35px;
    height: 27px;
  }
}
@media screen and (max-width: 399px) {
  .side-nav__menu__p--begi::before {
    width: 17.2px;
    height: 24px;
  }
}
.side-nav__menu__i {
  -webkit-transform: rotateZ(0deg);
  transform: rotateZ(0deg);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.side-nav__menu__i-active {
  -webkit-transform: rotateZ(90deg);
  transform: rotateZ(90deg);
}
@media print, screen and (max-width: 991px) {
  .side-nav__menu__i {
    display: none !important;
  }
}
.side-nav__menu__on-off {
  display: none;
}
.side-nav__menu__ul {
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  list-style-type: none;
  padding-left: 28px;
}
.side-nav__menu__li {
  line-height: 28px;
  letter-spacing: 0.1rem;
}
.side-nav__menu__li a {
  font-size: 0.9rem;
}
.side-nav__menu input[type="checkbox"] + ul {
  max-height: 0;
  overflow: hidden;
}
.side-nav__menu label:hover > ul,
.side-nav__menu input[type="checkbox"]:hover + ul,
.side-nav__menu input[type="checkbox"] + ul:hover,
.side-nav__menu input[type="checkbox"]:checked + ul {
  max-height: 500px;
}
@media print, screen and (max-width: 991px) {
  .side-nav__menu label:hover > ul,
  .side-nav__menu input[type="checkbox"]:hover + ul,
  .side-nav__menu input[type="checkbox"] + ul:hover,
  .side-nav__menu input[type="checkbox"]:checked + ul {
    max-height: 0px;
  }
}
.side-nav__menu label:hover > i {
  -webkit-transform: rotateZ(90deg);
  transform: rotateZ(90deg);
}
.side-nav__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 95px;
  margin: 15px 0 25px 0;
}
@media print, screen and (max-width: 991px) {
  .side-nav__button {
    height: 88px;
    margin: 8px 0 15px 0;
  }
}
@media screen and (max-width: 399px) {
  .side-nav__button {
    height: 80px;
    margin: 8px 0 15px 0;
  }
}
.side-nav__button__img {
  width: 180px;
  height: 41px;
}
@media print, screen and (max-width: 991px) {
  .side-nav__button__img {
    width: 162px;
    height: 36.9px;
  }
}
@media screen and (max-width: 399px) {
  .side-nav__button__img {
    width: 144px;
    height: 32.8px;
  }
}
.side-nav__SNS--icon {
  width: 180px;
  height: auto;
}
.side-nav__SNS--icon-t {
  width: 180px;
  height: auto;
  margin-bottom: 2px;
}
.side-nav__SNS--yt {
  width: 100px;
  height: auto;
}
.side-nav__SNS--tw {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 10px;
  width: 85px;
}
.side-nav__SNS--tw img {
  width: 35px;
  border-radius: 5px;
}
.side-nav__search {
  position: relative;
  width: 180px;
  height: 35px;
  border: 1.5px solid black;
  border-radius: 5px;
  margin: 15px 0;
  padding: 5px 5px;
}
.side-nav__search__txt {
  border: none;
  font-size: 0.8rem;
}
.side-nav__search__txt::-webkit-input-placeholder {
  font-size: 0.8rem;
}
.side-nav__search__txt:-ms-input-placeholder {
  font-size: 0.8rem;
}
.side-nav__search__txt::-ms-input-placeholder {
  font-size: 0.8rem;
}
.side-nav__search__txt::placeholder {
  font-size: 0.8rem;
}
.side-nav__search__txt:focus {
  outline: 0;
}
.side-nav__search__btn {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: absolute;
  top: -1px;
  right: 0;
  height: 34px;
  border: none;
  border-radius: 5px;
  font-size: 15px;
  color: white;
  background-color: black;
}
.side-nav__search__btn:hover {
  cursor: pointer;
}
@media print, screen and (max-width: 991px) {
  .side-nav__search {
    margin: 15px 0 45px;
  }
}
.side-nav--open {
  -webkit-transform: translateX(-320px);
  transform: translateX(-320px);
}
@media screen and (max-width: 399px) {
  .side-nav--open {
    -webkit-transform: translateX(-270px);
    transform: translateX(-270px);
  }
}
.fab {
  font-size: 2rem;
}
.fa-facebook-f {
  color: #334f8d;
}
.fa-twitter {
  color: #3fa0e2;
}
.footer {
  position: relative;
  z-index: 25;
  padding: 50px 30px;
  background-color: #646464;
}
@media screen and (max-width: 767px) {
  .footer {
    display: none;
  }
}
@media print {
  .footer {
    display: none;
  }
}
.footer__title {
  padding-bottom: 20px;
  color: white;
}
.footer__title:hover {
  color: #00acee;
}
.footer__menu {
  display: block;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
  padding: 10px 0px;
  font-size: 0.8rem;
  color: white;
}
.footer__menu:hover {
  color: #00acee;
}
.footer__SNS {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  float: right;
  margin: 20px 20px;
  width: 180px;
}
.footer__SNS__logo {
  width: auto;
  height: 20px;
}
.footer__SNS__logo--y {
  width: calc((300 / 67) * 20px);
}
.footer__SNS__logo--f {
  width: calc((70 / 150) * 20px);
}
.footer__SNS__logo--t {
  width: calc((184 / 150) * 20px);
}
.footer__copy {
  float: right;
  width: 500px;
  height: auto;
}
.humb {
  position: fixed;
  z-index: 25;
  top: 25px;
  right: 20px;
}
@media print, screen and (min-width: 992px) {
  .humb {
    display: none;
  }
}
.humb__trig {
  position: relative;
  width: 35px;
  height: 26px;
}
.humb__trig:hover {
  cursor: pointer;
}
.humb__trig__bar {
  display: inline-block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  position: absolute;
  left: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 2px;
  background-color: black;
  border-radius: 4px;
}
.humb__trig__bar--1 {
  top: 0;
}
.humb__trig__bar--2 {
  top: 12px;
}
.humb__trig__bar--3 {
  bottom: 0;
}
.humb__trig--active .humb__trig__bar--1 {
  -webkit-transform: translateY(12px) rotate(45deg);
  transform: translateY(12px) rotate(45deg);
}
.humb__trig--active .humb__trig__bar--2 {
  opacity: 0;
}
.humb__trig--active .humb__trig__bar--3 {
  -webkit-transform: translateY(-12px) rotate(-45deg);
  transform: translateY(-12px) rotate(-45deg);
}
.nav-bar--space {
  display: none;
  width: 100%;
  height: 70px;
}
@media print, screen and (max-width: 991px) {
  .nav-bar--space {
    display: block;
  }
}
.nav-bar {
  display: none;
  position: fixed;
  z-index: 10;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 70px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 15px 15px 0;
  background-color: white;
}
@media print, screen and (max-width: 991px) {
  .nav-bar {
    display: block;
  }
}
.nav-bar__logo {
  width: 220px;
  height: auto;
}
.nav-bar {
  display: none;
}
.all-dark {
  display: none;
  position: fixed;
  z-index: 20;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.manga-img {
  margin-bottom: 30px;
}
.vscancer h3 {
  padding-top: 0;
}
.vscancer h3 a {
  font-size: 1.17rem;
}
.vscancer__desc {
  padding: 16px 52px 42px;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 767px) {
  .vscancer__desc {
    padding: 0 0 42px;
  }
}
.vscancer__block {
  width: 100%;
  max-width: 200px;
  margin: 0 auto;
  vertical-align: center;
  border: 2px solid black;
  border-radius: 5px;
  padding: 20px 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .vscancer__block {
    max-width: none;
  }
}
.vscancer__block:hover {
  border-color: #df0174;
  color: #df0174;
}
.vscancer__presid {
  margin: 50px auto;
  text-align: center;
}
.vscancer__presid__pic {
  width: 100px;
  height: 100px;
  border-radius: 50%;
}
.vscancer__three-act {
  text-align: center;
}
.vscancer__three-act__img {
  width: 200px;
  height: 200px;
  margin: 0 auto;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .vscancer__three-act__img {
    width: 150px;
    height: 150px;
  }
}
@media screen and (max-width: 399px) {
  .vscancer__three-act__img {
    width: 100px;
    height: 100px;
  }
}
.vscancer .img4 {
  padding: 15px 0 0;
}
.vscancer .img4-txt {
  padding-top: 15px;
}
@media screen and (max-width: 767px) {
  .vscancer .relay .grid__elem--md4 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .vscancer .relay .grid__elem--md8 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}
.v-svg-width-str1 {
  width: calc(173.8 / 48.15 * 40px);
  height: 40px;
  text-align: left;
}
@media screen and (max-width: 1200px) {
  .v-svg-width-str1 {
    width: calc(173.8 / 48.15 * 3vw);
    height: 3vw;
  }
}
@media print, screen and (max-width: 991px) {
  .v-svg-width-str1 {
    padding: 8px 0 !important;
    width: calc(173.8 / 48.15 * 4vw);
    height: 4vw;
  }
}
@media screen and (max-width: 767px) {
  .v-svg-width-str1 {
    margin-top: 1vw !important;
    padding: 12px 0 !important;
    width: calc(173.8 / 48.15 * 7vw);
    height: 7vw;
  }
}
@media screen and (max-width: 399px) {
  .v-svg-width-str1 {
    width: calc(173.8 / 48.15 * 28px);
    height: 28px;
  }
}
.v-svg-width-str2 {
  width: calc(311.8 / 50.84 * 40px);
  height: 40px;
  text-align: left;
}
@media screen and (max-width: 1200px) {
  .v-svg-width-str2 {
    width: calc(311.8 / 50.84 * 3vw);
    height: 3vw;
  }
}
@media print, screen and (max-width: 991px) {
  .v-svg-width-str2 {
    padding: 8px 0 !important;
    width: calc(311.8 / 50.84 * 4vw);
    height: 4vw;
  }
}
@media screen and (max-width: 767px) {
  .v-svg-width-str2 {
    margin-top: 1vw !important;
    padding: 12px 0 !important;
    width: calc(311.8 / 50.84 * 7vw);
    height: 7vw;
  }
}
@media screen and (max-width: 399px) {
  .v-svg-width-str2 {
    width: calc(311.8 / 50.84 * 28px);
    height: 28px;
  }
}
.v-svg-width-str3 {
  width: calc(311.8 / 51.52 * 40px);
  height: 40px;
  text-align: left;
}
@media screen and (max-width: 1200px) {
  .v-svg-width-str3 {
    width: calc(311.8 / 51.52 * 3vw);
    height: 3vw;
  }
}
@media print, screen and (max-width: 991px) {
  .v-svg-width-str3 {
    padding: 8px 0 !important;
    width: calc(311.8 / 51.52 * 4vw);
    height: 4vw;
  }
}
@media screen and (max-width: 767px) {
  .v-svg-width-str3 {
    margin-top: 1vw !important;
    padding: 12px 0 !important;
    width: calc(311.8 / 51.52 * 7vw);
    height: 7vw;
  }
}
@media screen and (max-width: 399px) {
  .v-svg-width-str3 {
    width: calc(311.8 / 51.52 * 28px);
    height: 28px;
  }
}
.v-svg-width-str4 {
  width: calc(311.8 / 48.34 * 40px);
  height: 40px;
  text-align: left;
}
@media screen and (max-width: 1200px) {
  .v-svg-width-str4 {
    width: calc(311.8 / 48.34 * 3vw);
    height: 3vw;
  }
}
@media print, screen and (max-width: 991px) {
  .v-svg-width-str4 {
    padding: 8px 0 !important;
    width: calc(311.8 / 48.34 * 4vw);
    height: 4vw;
  }
}
@media screen and (max-width: 767px) {
  .v-svg-width-str4 {
    margin-top: 1vw !important;
    padding: 12px 0 !important;
    width: calc(311.8 / 48.34 * 7vw);
    height: 7vw;
  }
}
@media screen and (max-width: 399px) {
  .v-svg-width-str4 {
    width: calc(311.8 / 48.34 * 28px);
    height: 28px;
  }
}
.v-svg-width-str-md1 {
  width: calc(457.77 / 53.85 * 40px);
  height: 40px;
  text-align: left;
}
@media screen and (max-width: 1200px) {
  .v-svg-width-str-md1 {
    width: calc(457.77 / 53.85 * 3vw);
    height: 3vw;
  }
}
@media print, screen and (max-width: 991px) {
  .v-svg-width-str-md1 {
    padding: 8px 0 !important;
    width: calc(457.77 / 53.85 * 4vw);
    height: 4vw;
  }
}
@media screen and (max-width: 767px) {
  .v-svg-width-str-md1 {
    margin-top: 1vw !important;
    padding: 12px 0 !important;
    width: calc(457.77 / 53.85 * 7vw);
    height: 7vw;
  }
}
@media screen and (max-width: 399px) {
  .v-svg-width-str-md1 {
    width: calc(457.77 / 53.85 * 28px);
    height: 28px;
  }
}
.v-svg-width-str-md2 {
  width: calc(568.68 / 54.15 * 40px);
  height: 40px;
  text-align: left;
}
@media screen and (max-width: 1200px) {
  .v-svg-width-str-md2 {
    width: calc(568.68 / 54.15 * 3vw);
    height: 3vw;
  }
}
@media print, screen and (max-width: 991px) {
  .v-svg-width-str-md2 {
    padding: 8px 0 !important;
    width: calc(568.68 / 54.15 * 4vw);
    height: 4vw;
  }
}
@media screen and (max-width: 767px) {
  .v-svg-width-str-md2 {
    margin-top: 1vw !important;
    padding: 12px 0 !important;
    width: calc(568.68 / 54.15 * 7vw);
    height: 7vw;
  }
}
@media screen and (max-width: 399px) {
  .v-svg-width-str-md2 {
    width: calc(568.68 / 54.15 * 28px);
    height: 28px;
  }
}
.v-svg-width-str-sub-lg {
  width: calc(296.09 / 20.34 * 16px);
  height: 16px;
}
@media screen and (max-width: 1200px) {
  .v-svg-width-str-sub-lg {
    width: calc(296.09 / 20.34 * 1.35vw);
    height: 1.35vw;
  }
}
@media print, screen and (max-width: 991px) {
  .v-svg-width-str-sub-lg {
    width: calc(296.09 / 20.34 * 2vw);
    height: 2vw;
  }
}
@media screen and (max-width: 767px) {
  .v-svg-width-str-sub-lg {
    width: calc(296.09 / 20.34 * 4vw);
    height: 4vw;
  }
}
@media screen and (max-width: 399px) {
  .v-svg-width-str-sub-lg {
    width: calc(296.09 / 20.34 * 20px);
    height: 20px;
  }
}
.v-svg-width-str-sub-sm1 {
  width: calc(217.27 / 14.91 * 14px);
  height: 14px;
}
@media screen and (max-width: 1200px) {
  .v-svg-width-str-sub-sm1 {
    width: calc(217.27 / 14.91 * 1.2vw);
    height: 1.2vw;
  }
}
@media print, screen and (max-width: 991px) {
  .v-svg-width-str-sub-sm1 {
    width: calc(217.27 / 14.91 * 1.6vw);
    height: 1.6vw;
  }
}
@media screen and (max-width: 767px) {
  .v-svg-width-str-sub-sm1 {
    width: calc(217.27 / 14.91 * 3vw);
    height: 3vw;
  }
}
@media screen and (max-width: 399px) {
  .v-svg-width-str-sub-sm1 {
    width: calc(217.27 / 14.91 * 14px);
    height: 16px;
  }
}
.v-svg-width-str-sub-sm2 {
  width: calc(245 / 14.8 * 14px);
  height: 14px;
}
@media screen and (max-width: 1200px) {
  .v-svg-width-str-sub-sm2 {
    width: calc(245 / 14.8 * 1.2vw);
    height: 1.2vw;
  }
}
@media print, screen and (max-width: 991px) {
  .v-svg-width-str-sub-sm2 {
    width: calc(245 / 14.8 * 1.6vw);
    height: 1.6vw;
  }
}
@media screen and (max-width: 767px) {
  .v-svg-width-str-sub-sm2 {
    width: calc(245 / 14.8 * 3vw);
    height: 3vw;
  }
}
@media screen and (max-width: 399px) {
  .v-svg-width-str-sub-sm2 {
    width: calc(245 / 14.8 * 14px);
    height: 16px;
  }
}
.breast__cont {
  padding: 24px 0 96px;
}
@media print, screen and (max-width: 991px) {
  .breast__cont {
    padding: 0 0 96px;
  }
}
.breast__title {
  padding: 0 18px;
}
.breast__title h1 {
  padding: 24px 0;
  font-size: 2.8rem;
  letter-spacing: 0.25em;
}
@media screen and (max-width: 767px) {
  .breast__title h1 {
    font-size: 2.2rem;
    letter-spacing: 0.2em;
    line-height: 2.8rem;
  }
}
@media screen and (max-width: 399px) {
  .breast__title h1 {
    font-size: 1.4rem;
    letter-spacing: 0.15em;
    line-height: 1.8rem;
  }
}
.breast__title h4 {
  padding-left: 6px;
  font-size: 1rem;
  line-height: 1.4rem;
  letter-spacing: 0.2rem;
}
.breast__title p {
  padding-left: 6px;
  letter-spacing: 0.25em;
}
.breast__hero {
  padding: 56px 0;
}
.breast__desc {
  padding: 0 32px 42px 42px;
}
.breast__desc p {
  line-height: 2rem;
}
.breast__sec--lg {
  padding: 36px 0 96px;
}
@media screen and (max-width: 767px) {
  .breast__sec--lg {
    padding: 0 24px;
  }
}
.breast__sec--lg h3 {
  padding: 0 0 12px;
}
@media screen and (max-width: 767px) {
  .breast__sec--lg h3 {
    padding: 0 0 12px;
  }
}
.breast__sec--lg p {
  font-size: 0.8rem;
  line-height: 1.5rem;
}
@media screen and (max-width: 767px) {
  .breast__sec--lg p {
    padding-bottom: 36px;
    font-size: 1rem;
    line-height: 1.6rem;
  }
}
.breast__sec--lg .grid__elem--md4 {
  padding: 15px 20px 15px 0;
}
@media screen and (max-width: 767px) {
  .breast__sec--lg .grid__elem--md4 {
    padding-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .breast__sec--lg .grid__elem--md8 {
    padding: 15px 0 24px;
  }
}
.breast__sec--main {
  padding: 0;
}
@media screen and (max-width: 767px) {
  .breast__sec--main {
    padding: 0 24px;
  }
}
.breast__sec--main .grid__elem--md4:nth-child(1) {
  padding-right: 20px;
  padding-left: 0;
}
@media screen and (max-width: 767px) {
  .breast__sec--main .grid__elem--md4:nth-child(1) {
    padding-right: 0;
  }
}
.breast__sec--main .grid__elem--md4:nth-child(2) {
  padding-right: 10px;
  padding-left: 10px;
}
@media screen and (max-width: 767px) {
  .breast__sec--main .grid__elem--md4:nth-child(2) {
    padding-right: 0;
    padding-left: 0;
  }
}
.breast__sec--main .grid__elem--md4:nth-child(3) {
  padding-right: 0;
  padding-left: 20px;
}
@media screen and (max-width: 767px) {
  .breast__sec--main .grid__elem--md4:nth-child(3) {
    padding-left: 0;
  }
}
.breast__sec--sub p {
  font-size: 0.8rem;
  line-height: 1.5rem;
}
@media screen and (max-width: 767px) {
  .breast__sec--sub p {
    padding-bottom: 28px;
    font-size: 1.2rem;
    line-height: 2rem;
  }
}
.conquer h3 a {
  font-size: 1em;
}
.conquer__cont {
  padding: 0 0 128px;
}
.conquer__cont h2 {
  padding: 24px 0 12px;
}
.conquer__desc {
  padding: 16px 52px 42px;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 767px) {
  .conquer__desc {
    padding: 0 0 42px;
  }
}
@media screen and (max-width: 399px) {
  .conquer__desc p {
    font-size: 0.8rem;
  }
}
.conquer__conatebtn div:first-child {
  padding-left: 0;
}
@media screen and (max-width: 767px) {
  .conquer__conatebtn div:first-child {
    padding-right: 0;
  }
}
.conquer__conatebtn div:last-child {
  padding-right: 0;
}
@media screen and (max-width: 767px) {
  .conquer__conatebtn div:last-child {
    padding-left: 0;
  }
}
.conquer__sec--main {
  padding: 0;
}
@media screen and (max-width: 767px) {
  .conquer__sec--main {
    padding: 0 24px;
  }
}
.conquer__sec--main .grid__elem--md4 {
  padding-bottom: 30px;
}
.conquer__sec--main .grid__elem--md4:nth-child(1),
.conquer__sec--main .grid__elem--md4:nth-child(4) {
  padding-right: 20px;
  padding-left: 0;
}
@media screen and (max-width: 767px) {
  .conquer__sec--main .grid__elem--md4:nth-child(1),
  .conquer__sec--main .grid__elem--md4:nth-child(4) {
    padding-right: 0;
  }
}
.conquer__sec--main .grid__elem--md4:nth-child(2),
.conquer__sec--main .grid__elem--md4:nth-child(5) {
  padding-right: 10px;
  padding-left: 10px;
}
@media screen and (max-width: 767px) {
  .conquer__sec--main .grid__elem--md4:nth-child(2),
  .conquer__sec--main .grid__elem--md4:nth-child(5) {
    padding-right: 0;
    padding-left: 0;
  }
}
.conquer__sec--main .grid__elem--md4:nth-child(3),
.conquer__sec--main .grid__elem--md4:nth-child(6) {
  padding-right: 0;
  padding-left: 20px;
}
@media screen and (max-width: 767px) {
  .conquer__sec--main .grid__elem--md4:nth-child(3),
  .conquer__sec--main .grid__elem--md4:nth-child(6) {
    padding-left: 0;
  }
}
.conquer__sec--main .gray-box {
  margin-top: 0;
}
.conquer__sec--sub h3 {
  padding: 16px 0 12px 0;
}
@media screen and (max-width: 767px) {
  .conquer__sec--sub h3 {
    font-size: 2rem;
    line-height: 3.2rem;
  }
}
.conquer__sec--sub p {
  font-size: 1rem;
  line-height: 1.8rem;
}
@media screen and (max-width: 767px) {
  .conquer__sec--sub p {
    padding-bottom: 28px;
    font-size: 1.2rem;
    line-height: 2.4rem;
  }
}
.conquer__sec--sub p a {
  font-size: 1em;
}
@media screen and (max-width: 767px) {
  .conquer__sec--sub p a {
    font-size: 1em;
  }
}
.conquer__double-img {
  margin: 12px 0 12px;
}
.conquer .sec-title-fund {
  margin-bottom: 0;
  padding-bottom: 0;
}
.c-svg-width-str1 {
  width: calc(242.49 / 51.29 * 42px);
}
@media screen and (max-width: 1200px) {
  .c-svg-width-str1 {
    width: calc(242.49 / 51.29 * 3.5vw);
  }
}
@media print, screen and (max-width: 991px) {
  .c-svg-width-str1 {
    width: calc(242.49 / 51.29 * 5.16vw);
  }
}
@media screen and (max-width: 767px) {
  .c-svg-width-str1 {
    width: calc(242.49 / 51.29 * 7vw);
  }
}
@media screen and (max-width: 399px) {
  .c-svg-width-str1 {
    width: calc(242.49 / 51.29 * 28px);
  }
}
.c-svg-width-str2 {
  width: calc(239.13 / 47.42 * 42px);
}
@media screen and (max-width: 1200px) {
  .c-svg-width-str2 {
    width: calc(239.13 / 47.42 * 3.5vw);
  }
}
@media print, screen and (max-width: 991px) {
  .c-svg-width-str2 {
    width: calc(239.13 / 47.42 * 5.16vw);
  }
}
@media screen and (max-width: 767px) {
  .c-svg-width-str2 {
    width: calc(239.13 / 47.42 * 7vw);
  }
}
@media screen and (max-width: 399px) {
  .c-svg-width-str2 {
    width: calc(239.13 / 47.42 * 28px);
  }
}
.c-svg-width-str3 {
  width: calc(235.82 / 50.68 * 42px);
}
@media screen and (max-width: 1200px) {
  .c-svg-width-str3 {
    width: calc(235.82 / 50.68 * 3.5vw);
  }
}
@media print, screen and (max-width: 991px) {
  .c-svg-width-str3 {
    width: calc(235.82 / 50.68 * 5.16vw);
  }
}
@media screen and (max-width: 767px) {
  .c-svg-width-str3 {
    width: calc(235.82 / 50.68 * 7vw);
  }
}
@media screen and (max-width: 399px) {
  .c-svg-width-str3 {
    width: calc(235.82 / 50.68 * 28px);
  }
}
.c-svg-width-str4 {
  width: calc(174.87 / 49.16 * 42px);
}
@media screen and (max-width: 1200px) {
  .c-svg-width-str4 {
    width: calc(174.87 / 49.16 * 3.5vw);
  }
}
@media print, screen and (max-width: 991px) {
  .c-svg-width-str4 {
    width: calc(174.87 / 49.16 * 5.16vw);
  }
}
@media screen and (max-width: 767px) {
  .c-svg-width-str4 {
    width: calc(174.87 / 49.16 * 7vw);
  }
}
@media screen and (max-width: 399px) {
  .c-svg-width-str4 {
    width: calc(174.87 / 49.16 * 28px);
  }
}
.c-svg-width-str-sub1 {
  width: calc(181.34 / 20.3 * 16px);
}
@media screen and (max-width: 1200px) {
  .c-svg-width-str-sub1 {
    width: calc(181.34 / 20.3 * 1.35vw);
  }
}
@media print, screen and (max-width: 991px) {
  .c-svg-width-str-sub1 {
    width: calc(181.34 / 20.3 * 2vw);
  }
}
@media screen and (max-width: 767px) {
  .c-svg-width-str-sub1 {
    width: calc(181.34 / 20.3 * 3.5vw);
  }
}
@media screen and (max-width: 399px) {
  .c-svg-width-str-sub1 {
    width: calc(181.34 / 20.3 * 20px);
  }
}
.c-svg-width-str-sub2 {
  width: calc(264.79 / 20.39 * 16px);
}
@media screen and (max-width: 1200px) {
  .c-svg-width-str-sub2 {
    width: calc(264.79 / 20.39 * 1.35vw);
  }
}
@media print, screen and (max-width: 991px) {
  .c-svg-width-str-sub2 {
    width: calc(264.79 / 20.39 * 2vw);
  }
}
@media screen and (max-width: 767px) {
  .c-svg-width-str-sub2 {
    width: calc(264.79 / 20.39 * 3.5vw);
  }
}
@media screen and (max-width: 399px) {
  .c-svg-width-str-sub2 {
    width: calc(264.79 / 20.39 * 20px);
  }
}
.c-svg-width-str-md1 {
  width: calc(502.91 / 51.29 * 3.5vw);
}
@media print, screen and (max-width: 991px) {
  .c-svg-width-str-md1 {
    width: calc(502.91 / 51.29 * 5.16vw);
  }
}
@media screen and (max-width: 767px) {
  .c-svg-width-str-md1 {
    width: calc(502.91 / 51.29 * 7vw);
  }
}
@media screen and (max-width: 399px) {
  .c-svg-width-str-md1 {
    width: calc(502.91 / 51.29 * 28px);
  }
}
.c-svg-width-str-md2 {
  width: calc(430.13 / 50.96 * 3.5vw);
}
@media print, screen and (max-width: 991px) {
  .c-svg-width-str-md2 {
    width: calc(430.13 / 50.96 * 5.16vw);
  }
}
@media screen and (max-width: 767px) {
  .c-svg-width-str-md2 {
    width: calc(430.13 / 50.96 * 7vw);
  }
}
@media screen and (max-width: 399px) {
  .c-svg-width-str-md2 {
    width: calc(430.13 / 50.96 * 28px);
  }
}
.sec-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin: 60px 0 30px 0;
  font-size: 2rem;
  text-indent: 0.5rem;
  text-align: center;
  letter-spacing: 0.5rem;
}
@media screen and (max-width: 767px) {
  .sec-title {
    margin: 48px 0 30px;
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 399px) {
  .sec-title {
    font-size: 1.3rem;
  }
}
.sec-title a {
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .sec-title a {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 399px) {
  .sec-title a {
    font-size: 1.3rem;
  }
}
.sec-title__txt {
  position: relative;
}
.sec-title__txt:before {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  content: "";
  background-color: white;
  opacity: 1;
  pointer-events: none;
  transition: all 0.8s ease;
  -webkit-transition: all 0.8s ease;
}
@media print {
  .sec-title__txt:before {
    transition: none;
    -webkit-transition: none;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    content: "";
    background-color: white;
    opacity: 0;
    pointer-events: none;
  }
}
.sec-title__bd {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.sec-title__bd:before {
  position: absolute;
  top: 50%;
  width: 100%;
  border-top: 1px solid black;
  transition: all 0.8s ease;
  -webkit-transition: all 0.8s ease;
  content: "";
}
@media print {
  .sec-title__bd:before {
    transition: none;
    -webkit-transition: none;
  }
}
.sec-title__bd--bf {
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  .sec-title__bd--bf {
    margin-right: 5px;
  }
}
.sec-title__bd--bf::before {
  left: -100%;
}
@media print {
  .sec-title__bd--bf::before {
    left: 0;
  }
}
.sec-title__bd--af {
  margin-left: 20px;
}
@media screen and (max-width: 767px) {
  .sec-title__bd--af {
    margin-left: 5px;
  }
}
.sec-title__bd--af::before {
  right: -100%;
}
@media print {
  .sec-title__bd--af::before {
    right: 0;
  }
}
.sec-title--active .sec-title__bd--bf::before {
  left: 0;
}
.sec-title--active .sec-title__bd--af::before {
  right: 0;
}
.sec-title--active .sec-title__txt::before {
  opacity: 0;
}
.sec-item {
  padding: 30px 15px;
}
@media screen and (max-width: 767px) {
  .sec-item {
    padding: 15px 15px;
  }
}
.sec-item__title {
  margin: 15px 0;
}
@media screen and (max-width: 767px) {
  .sec-item__title {
    font-size: 1.5rem;
    line-height: 3.2rem;
  }
}
@media screen and (max-width: 399px) {
  .sec-item__title {
    font-size: 1.2rem;
    line-height: 2.3rem;
  }
}
.sec-item__title a {
  font-size: 1em;
}
@media screen and (max-width: 767px) {
  .sec-item__title a {
    font-size: 1em;
  }
}
@media screen and (max-width: 399px) {
  .sec-item__title a {
    font-size: 1em;
  }
}
@media screen and (max-width: 767px) {
  .sec-item__cont {
    font-size: 1.2rem;
    line-height: 2rem;
  }
}
.page-top {
  max-width: 930px;
  margin-left: 350px;
  padding: 40px 0 0 50px;
  overflow: hidden;
}
@media print, screen and (min-width: 1280px) {
  .page-top {
    margin-right: calc((100% - 350px - 930px) / 2);
    margin-left: calc((100% - 350px - 930px) / 2 + 350px);
  }
}
@media print, screen and (max-width: 991px) {
  .page-top {
    margin-left: 20px;
    padding-left: 20px;
  }
}
@media screen and (max-width: 767px) {
  .page-top {
    padding: 20px 0 20px;
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .page-top__hero {
    display: none;
  }
}
@media print, screen and (min-width: 768px) {
  .page-top__hero {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
.page-top__hero h1 {
  height: auto;
  padding-bottom: 16px;
  font-size: 0;
}
.page-top__hero div {
  font-size: 0;
}
.page-top__hero-md {
  font-size: 0;
}
@media screen and (max-width: 767px) {
  .page-top__hero-md {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 28px;
  }
}
@media print, screen and (min-width: 768px) {
  .page-top__hero-md {
    display: none;
  }
}
.page-top__hero-md img {
  margin-top: 12px;
}
@media screen and (max-width: 767px) {
  .page-top__hero-md img {
    margin-top: 20px;
  }
}
@media screen and (max-width: 399px) {
  .page-top__hero-md img {
    margin-top: 12px;
  }
}
.page-top__hero-sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-size: 0;
}
@media screen and (max-width: 767px) {
  .page-top__hero-sub {
    display: none;
  }
}
.page-top__hero-sub-md {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 0;
}
@media print, screen and (min-width: 768px) {
  .page-top__hero-sub-md {
    display: none;
  }
}
.page-top__title {
  display: none;
  padding: 12px 0;
  height: 42px;
}
@media screen and (max-width: 1200px) {
  .page-top__title {
    height: 3.5vw;
  }
}
@media print, screen and (max-width: 991px) {
  .page-top__title {
    height: 5.16vw;
  }
}
@media screen and (max-width: 767px) {
  .page-top__title {
    height: 7vw;
  }
}
@media screen and (max-width: 399px) {
  .page-top__title {
    height: 28px;
  }
}
.page-top__title-sub {
  display: none;
  padding: 8px 0;
  height: 14px;
}
@media screen and (max-width: 1200px) {
  .page-top__title-sub {
    height: 1.2vw;
  }
}
@media print, screen and (max-width: 991px) {
  .page-top__title-sub {
    height: 1.6vw;
  }
}
@media screen and (max-width: 767px) {
  .page-top__title-sub {
    height: 3vw;
  }
}
@media screen and (max-width: 399px) {
  .page-top__title-sub {
    height: 16px;
  }
}
.page-top__title-sub-lg {
  padding-bottom: 16px;
  height: 16px;
}
@media screen and (max-width: 1200px) {
  .page-top__title-sub-lg {
    height: 1.35vw;
  }
}
@media print, screen and (max-width: 991px) {
  .page-top__title-sub-lg {
    height: 2vw;
  }
}
@media screen and (max-width: 767px) {
  .page-top__title-sub-lg {
    padding-top: 14px;
    padding-bottom: 28px;
    height: 4vw;
  }
}
@media screen and (max-width: 399px) {
  .page-top__title-sub-lg {
    padding-top: 8px;
    padding-bottom: 16px;
    height: 20px;
  }
}
.page-top__img {
  -webkit-transform: translateX(580px);
  transform: traslateX(580px);
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  position: relative;
  padding-right: 0;
}
@media print {
  .page-top__img {
    transform: none;
    -webkit-transform: none;
    transition: none;
    -webkit-transition: none;
  }
}
@media screen and (max-width: 767px) {
  .page-top__img {
    padding: 0;
  }
}
.page-top__img::before {
  -webkit-transition: all 2s ease;
  transition: all 2s ease;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  content: "";
  background-color: white;
  opacity: 1;
  pointer-events: none;
}
@media print {
  .page-top__img::before {
    transition: none;
    -webkit-transition: none;
  }
}
.page-top__img--active {
  -webkit-transform: translateX(0);
  transform: traslateX(0);
}
@media print {
  .page-top__img--active {
    transform: none;
    -webkit-transform: none;
  }
}
.page-top__img--active::before {
  opacity: 0;
}
@media print {
  .page-top__img--active::before {
    opacity: 1;
  }
}
.page-top2__grid {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 20px;
}
.page-top2__grid__h1 {
  padding: 0px;
}
.page-top2__title {
  margin: 8px 0;
  height: 3.8vw;
  max-height: 48px;
  width: auto;
}
@media print, screen and (max-width: 991px) {
  .page-top2__title {
    height: 5.8vw;
  }
}
.page-top2__gif {
  max-width: 350px;
  padding: 0;
  margin-top: -20px;
  margin-bottom: -40px;
  z-index: -1;
}
@media screen and (max-width: 399px) {
  .page-top2__gif {
    margin-top: -10px;
  }
}
.page-top2__exp-hov {
  line-height: 0;
}
.page-top2__exp {
  height: 20px;
  width: auto;
  max-width: 100%;
  padding: 8px 0px 8px 0.5%;
}
.page-top2__exp-2lines {
  height: 52px;
}
@media screen and (max-width: 767px) {
  .page-top2__exp-2lines {
    height: 42px;
  }
}
@media screen and (max-width: 480px) {
  .page-top2__exp-2lines {
    height: 36px;
  }
}
@media screen and (max-width: 399px) {
  .page-top2__exp-2lines {
    height: 30px;
  }
}
.page-top2__exp-3lines {
  height: 82px;
}
@media screen and (max-width: 767px) {
  .page-top2__exp-3lines {
    height: 64px;
  }
}
@media screen and (max-width: 480px) {
  .page-top2__exp-3lines {
    height: 52px;
  }
}
@media screen and (max-width: 399px) {
  .page-top2__exp-3lines {
    height: 48px;
  }
}
.page-top2__exp-4lines {
  height: 112px;
}
@media screen and (max-width: 767px) {
  .page-top2__exp-4lines {
    height: 92px;
  }
}
@media screen and (max-width: 480px) {
  .page-top2__exp-4lines {
    height: 74px;
  }
}
@media screen and (max-width: 399px) {
  .page-top2__exp-4lines {
    height: 60px;
  }
}
.Nitsuite {
  margin: 8px 0;
  height: 3.7vw;
  max-height: 42px;
  width: auto;
}
@media print, screen and (max-width: 991px) {
  .Nitsuite {
    height: 5.7vw;
  }
}
.sec-block__fadein {
  opacity: 0;
}
@media print {
  .sec-block__fadein {
    opacity: 1;
  }
}
@media print, screen and (min-width: 768px) {
  .sec-block__fadein--2nd {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
  }
}
@media print, screen and (min-width: 768px) {
  .sec-block__fadein--3rd {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
  }
}
.scrollin {
  -webkit-animation-name: block-fadein;
  animation-name: block-fadein;
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-direction: normal;
  animation-direction: normal;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
@media print {
  .scrollin {
    -webkit-animation: none;
    animation: none;
  }
}
@-webkit-keyframes block-fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes block-fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.page-3rd {
  min-height: 900px;
}
@media screen and (max-width: 767px) {
  .page-3rd {
    min-height: 0px;
  }
}
.page-3rd h1 {
  padding: 0 15px;
}
.page-3rd h2 {
  margin: 35px 0 15px;
  padding: 0 15px;
  line-height: 1.5em;
  font-weight: normal;
}
.page-3rd h3 {
  margin: 20px 0 5px;
  padding: 0 15px;
  font-weight: normal;
}
.page-3rd h4 {
  margin: 10px 0 5px;
  font-weight: normal;
}
.page-3rd p {
  padding: 0 15px;
}
.page-3rd a {
  color: #aa4542;
}
.page-3rd img {
  padding: 15px 0;
}
.page-3rd table {
  padding: 15px;
}
.page-3rd .grid__elem img {
  padding: 0;
}
.archive__the-title {
  font-size: 3rem;
  margin: 10px 0 30px 0;
}
.archive__categ {
  margin: 20px 0;
  text-align: center;
}
.archive__categ__btn {
  padding: 0 5px;
  margin: 5px 0;
  border-left: 2px solid black;
  font-size: 0.9rem;
}
.archive__categ__btn:hover {
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .archive__categ__btn:nth-child(3) {
    border-right: 2px solid black;
  }
}
.archive__categ__btn:last-child {
  border-right: 2px solid black;
}
.archive__categ--active {
  font-weight: bold;
  font-size: 1rem;
}
.archive__block {
  display: none;
}
.archive__block--1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .archive__desc {
    margin: 0 auto;
    max-width: 450px;
  }
}
.archive__pagenum {
  margin: 30px auto;
  width: 100%;
  max-width: 500px;
  text-align: center;
  overflow: hidden;
}
.archive__pagenum__btn {
  display: inline-block;
  margin: 5px 5px;
}
.archive__pagenum__btn:hover {
  cursor: pointer;
}
.archive__pagenum__btn--1 {
  font-weight: bold;
}
.archive__chrono {
  width: 70%;
  margin: 0 auto;
  text-align: center;
}
.archive__chrono__btn {
  padding: 2px 5px;
  margin: 5px 0;
  border-left: 2px solid black;
  font-size: 0.9rem;
}
.archive__chrono__btn:nth-child(6n),
.archive__chrono__btn:last-child {
  border-right: 2px solid black;
}
@media screen and (max-width: 767px) {
  .archive__chrono__btn:nth-child(3n) {
    border-right: 2px solid black;
  }
}
.archive__chrono__btn:hover {
  cursor: pointer;
}
.single {
  min-height: 700px;
}
@media screen and (max-width: 767px) {
  .single {
    min-height: 0px;
  }
}
.single a {
  color: #aa4542;
}
.single__date {
  display: inline-block;
}
.single__categ {
  display: inline-block;
  padding-left: 20px;
}
.single__title {
  font-size: 2rem;
  margin: 30px 0;
}
.single__thumb {
  display: block;
  margin: 30px auto;
  width: 100%;
  max-width: 500px;
}
.single__prev {
  margin: 0 auto;
}
.search {
  min-height: 900px;
}
.search__title {
  padding: 30px 0 30px 0;
  border-bottom: 2px dotted black;
}
@media screen and (max-width: 767px) {
  .search__title {
    font-size: 1.4rem;
  }
}
.search__pagenum {
  display: inline-block;
}
.search__result {
  margin-top: 50px;
}
.search__result__tit {
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  .search__result__tit {
    font-size: 1.2rem;
  }
}
.search__false {
  margin-top: 30px;
}
.pagenation {
  text-align: center;
  margin: 30px auto;
}
.pagenation .current {
  font-weight: bold;
}
.calendar__main {
  width: 100%;
  height: auto;
  background-color: white;
}
@media screen and (max-width: 767px) {
  .calendar__main {
    width: 90vw;
    overflow-x: scroll;
  }
}
.calendar__title {
  margin: 0px;
  border: 1px solid black;
  width: 180px;
  height: 30px;
  text-align: center;
  background-color: #ffcc99;
}
.calendar__title__text {
  margin: 0px;
  padding: 0px !important;
  width: 180px;
  height: 30px;
  line-height: 30px;
  font-weight: 700;
  font-size: 16px;
}
.calendar__description {
  margin: 10px 0px;
  padding: 0px !important;
  font-size: 13px;
}
.calendar__box {
  padding: 0;
  overflow: auto;
}
.calendar {
  margin: 0px 10px 0px 0px;
  border: 2px solid black;
  border-collapse: collapse;
  width: 100%;
  text-align: center;
  table-layout: fixed;
}
@media screen and (max-width: 1200px) {
  .calendar {
    min-width: 890px;
  }
}
.calendar__weekday {
  border: 1px solid black;
  width: calc(100% / 5);
  background-color: #da9694;
  font-weight: bold;
}
.calendar__ampm {
  border: 1px solid black;
  width: calc(100% / 10);
}
.calendar__date {
  border: 1px solid black;
  border-top: 2px solid black;
  background-color: #ffcc99;
}
.calendar__contents--top {
  border-top: 1px solid black;
  border-bottom: 1px dashed black;
  border-left: 1px solid black;
  border-right: 1px solid black;
  vertical-align: middle;
  font-size: 14px;
}
.calendar__contents--bot {
  border-top: 1px dashed black;
  border-bottom: 1px solid black;
  border-left: 1px solid black;
  border-right: 1px solid black;
  vertical-align: middle;
  font-size: 11px;
}
.calendar__contents--text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  width: 100%;
  height: 55px;
}
.calendar__doc__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  padding: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.calendar__doc__title h2 {
  margin: 0;
}
.calendar__doc__tbl {
  padding: 0 !important;
  border: 1px solid #000000;
  border-collapse: collapse;
}
.calendar__doc__tbl th,
.calendar__doc__tbl td {
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
  border-left: 0.5px solid #000000;
}
.calendar__doc__tbl th {
  padding: 3px 0;
}
.calendar__doc__tbl td {
  padding: 10px 0 10px 5px;
}
.calendar__line {
  margin: 2px 0;
  width: calc(100% + 2px);
  border-top: solid 1px #333333aa;
}
.chart-main {
  height: 100%;
  width: 100%;
}
.chart-main input[type="radio"] {
  display: none;
}
.chart-main input[type="radio"]:checked + label {
  background: #31a9ee;
  color: #ffffff;
}
.chart-main label:hover {
  background-color: #e2edf9;
}
.chart-main label {
  float: left;
  display: block;
  margin: 1%;
  width: 45%;
  height: 45px;
  color: #2f2f2f;
  text-align: center;
  line-height: 45px;
  cursor: pointer;
  border: 2px solid #006dd9;
  border-radius: 5px;
}
@media screen and (max-width: 1100px) {
  .chart-main label {
    float: none;
    width: 100%;
  }
}
.chart-main__button {
  float: left;
  margin: auto;
  height: auto;
  width: 100%;
  margin-bottom: 20px;
  text-align: center;
}
.chart-main .chart-container {
  position: relative;
  width: 100%;
  height: 400px;
}
.donate-cont {
  padding: 15px 15px;
}
.donate-cont .pc {
  display: block;
}
.donate-cont .sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .donate-cont .pc {
    display: none;
  }
  .donate-cont .sp {
    display: block;
  }
}
.donate-cont .donate-integ-title {
  padding-top: 30px;
}
.donate-cont .donate-integ-title-img {
  margin: auto;
}
.donate-cont .donate-integ-title__sp {
  width: 60%;
  max-width: 400px;
  height: auto;
  margin: auto;
}
.donate-cont .donate-integ-title__sp img {
  width: 100%;
  height: auto;
}
.donate-cont .donate-table {
  font-size: 10.5pt;
  color: #666;
  border-collapse: separate;
  border-spacing: 2px 3px;
  text-align: center;
  width: 100%;
}
.donate-cont .donate-table .table-title1 {
  color: black;
  border-spacing: 0px 3px;
  width: 30%;
  background-color: #cbcbcb;
}
.donate-cont .donate-table .table-title2 {
  width: 70%;
  background-color: #e53e34;
  color: white;
  height: 85px;
}
.donate-cont .donate-table .table-title2 div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.donate-cont .donate-table .table-title2 div img {
  height: 85px;
  width: 85px;
}
.donate-cont .donate-table .table-elem1 {
  height: 45px;
  background-color: #cbcbcb;
  width: 15%;
}
.donate-cont .donate-table .table-elem1_light {
  background-color: #f1f1f1;
}
.donate-cont .donate-table .table-elem2 {
  color: black;
  background-color: #f1f1f1;
  width: 70%;
}
.donate-cont .donate-table .table-elem2_tel {
  background-color: #f1f1f1;
}
.donate-cont .donate-table .table-elem3 {
  background-color: #f1f1f1;
  width: 23%;
}
.donate-cont .donate-table .table-elem3_top {
  height: 85px;
}
.donate-cont .donate-table .table-elem3_top-pink {
  background-color: #ee858f;
  color: white;
  text-align: left;
}
.donate-cont .donate-table .table-elem3_top-pink div {
  position: relative;
  left: 30px;
}
.donate-cont .donate-table .table-elem3_top-blue {
  background-color: #24499d;
  color: white;
}
.donate-cont .donate-table .table-elem3_top div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
}
.donate-cont .donate-table .table-elem3_top div img {
  position: relative;
  left: -15px;
  height: 65px;
  width: 75px;
}
.donate-cont .donate-table .table-elem3 div {
  position: relative;
  left: 20px;
  text-align: left;
}
.donate-padding1 {
  padding-bottom: 50px;
}
.donate-padding1 .contact-box {
  width: 100%;
  height: auto;
  border: 1px solid black;
  padding: 30px;
  margin: 30px 0;
}
.donate-padding1 .contact-box .contact-text {
  text-align: center;
}
.donate-padding1 .contact-box .at-flex {
  margin: 30px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.donate-padding1 .contact-box .at-box {
  display: block;
  margin-top: 30px;
}
.donate-padding1 .contact-box .at-button {
  background-color: #f8c0c8;
  text-align: center;
  color: #e95371;
  border-bottom: solid 3px #e95371;
  padding: 15px;
  border-radius: 10px;
  display: block;
  width: calc(45% - 30px);
}
@media screen and (max-width: 767px) {
  .donate-padding1 .contact-box .at-button {
    width: 90%;
    height: auto;
    margin: auto;
    margin-bottom: 30px;
  }
}
.donation-tab .tab-name {
  padding-left: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 790px;
  width: 100%;
}
.donation-tab .tab-name li {
  list-style: none;
  margin-right: 3px;
  text-align: center;
  width: 260px;
  height: 66px;
  background-color: #f0f0f0;
  border-radius: 10px 10px 0px 0px;
}
.donation-tab .tab-name li a {
  padding-top: 15px;
  padding-bottom: 15px;
  display: block;
}
.donation-tab .tab-name li .current {
  border-radius: 10px 10px 0px 0px;
  background-color: #e95371;
  color: white;
}
.donation-tab .tab-list p {
  padding-bottom: 10px;
}
.donation-tab .tab-list .tab-h2 {
  font-size: 18px;
  font-weight: 400;
}
.donation-tab .tab-list .inner_ul li {
  list-style: initial;
}
.donation-tab .tab-list .tab-small-text {
  padding-left: 0;
  font-size: 16px;
  line-height: 1.4rem;
}
.donation-tab .tab-list .tab-small-text__2 {
  padding-left: 20px;
  font-size: 16px;
  line-height: 1.4rem;
}
.donation-tab .tab-list .tab-small-text__3 {
  padding-top: 10px;
  padding-left: 0px;
  font-size: 16px;
  line-height: 1.4rem;
}
.donation-tab .glay-cont {
  padding: 1.5vw;
  margin: auto;
  height: 250px;
  background-color: #e5e5e5;
  border-radius: 10px;
  width: 45%;
  max-width: 350px;
}
.donation-tab .glay-cont__3 {
  margin: auto;
  width: 240px;
  height: 220px;
}
.donation-tab .glay-cont p {
  font-size: 16px;
  line-height: 25px;
}
.donation-tab .glay-cont h2 {
  text-align: center;
  font-size: 18pt;
  margin: 10px 0px;
}
.donation-tab .title {
  text-align: center;
}
.donation-tab .table .title {
  margin-bottom: 30px;
}
.donation-tab .table img {
  width: 100%;
}
.tab-3-text p {
  margin-bottom: 30px;
}
.tab-3-text h2 {
  margin-bottom: 30px;
  font-size: 18px;
  font-weight: 400;
}
.tab-3-text .text-nomargin {
  margin-bottom: 0px;
}
.donation-tab__sp .inner-elem {
  width: 90%;
  height: auto;
  margin: auto;
}
.donation-tab__sp .accordion {
  position: relative;
  width: 100vw;
  height: 80px;
  background-color: #f0f0f0;
  margin-bottom: 5px;
  margin-left: calc(50% - 50vw);
}
.donation-tab__sp .accordion .normalA {
  cursor: pointer;
  display: block;
  width: 100%;
  height: 80px;
}
.donation-tab__sp .accordion .normalA::after {
  content: attr(tab-arrow);
  position: absolute;
  content: "";
  left: 34px;
  top: 31px;
  width: 10px;
  height: 10px;
  border-top: 3px solid black;
  border-right: 3px solid black;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.donation-tab__sp .accordion .normalA::before {
  position: absolute;
  content: "";
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  left: 25px;
  top: 25px;
  width: 30px;
  height: 30px;
  background-color: white;
  border-radius: 50%;
}
.donation-tab__sp .accordion .currentA {
  cursor: pointer;
  display: block;
  width: 100%;
  height: 80px;
}
.donation-tab__sp .accordion .currentA::after {
  content: attr(tab-arrow);
  position: absolute;
  content: "";
  left: 34px;
  top: 31px;
  width: 10px;
  height: 10px;
  border-top: 3px solid #e95371;
  border-right: 3px solid #e95371;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.donation-tab__sp .accordion .currentA::before {
  position: absolute;
  content: "";
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  left: 25px;
  top: 25px;
  width: 30px;
  height: 30px;
  background-color: white;
  border-radius: 50%;
}
.donation-tab__sp .accordion p {
  padding-top: 10px;
  text-align: center;
}
.donation-tab__sp .current {
  background-color: #e95371;
  color: white;
}
.donation-tab__sp .inner {
  display: none;
  padding: 50px 0px;
}
.donation-tab__sp .inner .table-wrap {
  width: 100vw;
  margin-left: calc(50% - 50vw);
}
.donation-tab__sp .inner .inner-text {
  font-size: 14px;
}
.donation-tab__sp .inner_wrap {
  padding: 0px 10px;
}
.donation-tab__sp .inner_ul {
  padding-left: 10px;
}
.donation-tab__sp .inner_ul li {
  line-height: 1.4rem;
  font-size: 14px;
  margin-bottom: 10px;
}
.donation-tab__sp .inner .btn-img-sp {
  width: 50%;
  max-width: 250px;
  height: auto;
  margin: auto;
  padding: 15px;
}
.donation-tab__sp .title {
  text-align: center;
  margin-bottom: 50px;
}
.donation-tab__sp .title_2 {
  text-align: center;
  margin-bottom: 10px;
}
.donation-tab__sp .glay-cont {
  width: 100%;
  max-width: 390px;
  height: auto;
  background-color: #e5e5e5;
  border-radius: 10px;
  margin: auto;
  margin-bottom: 20px;
  padding: 10px;
}
.donation-tab__sp .glay-cont__3 {
  margin: auto;
  width: 70%;
  max-width: 350px;
  height: auto;
  margin-bottom: 20px;
}
.donation-tab__sp .glay-cont p {
  font-size: 14px;
  line-height: 25px;
}
.donation-tab__sp .glay-cont h2 {
  text-align: center;
  font-weight: 400;
  font-size: 15pt;
  margin: 10px 0px;
}
.donation-tab__sp .faq div {
  margin-bottom: 10px;
}
.donation-tab__sp .faq img {
  width: 32px;
  height: 32px;
}
.donation-tab__sp .faq .answer {
  color: #e95371;
}
.slideshow {
  width: 100%;
}
.slideshow .slick-arrow {
  display: none;
}
.slideshow img {
  padding-bottom: 28px;
}
@media screen and (max-width: 767px) {
  .slideshow img {
    padding-bottom: 24px;
  }
}
@media screen and (max-width: 767px) {
  .slideshow img {
    padding-bottom: 12px;
  }
}
.slide-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  list-style-type: none;
  padding: 0;
}
.slide-dots li button {
  border: none;
  background: none;
  outline: 0;
  font-size: 0;
}
.slide-dots li button:before {
  content: "●";
  margin-left: 0px;
  font-size: 14px;
  color: #c0c0c0;
}
.slide-dots li button:before:nth-child(1) {
  margin-left: 0;
}
@media screen and (max-width: 399px) {
  .slide-dots li button:before {
    font-size: 8px;
  }
}
.slide-dots li.slick-active button:before {
  color: #808080;
}
.slick-slide a {
  outline: 0;
}
@media screen and (max-width: 767px) {
  .slick-slide .pc-only {
    display: none;
  }
}
@media print, screen and (min-width: 768px) {
  .slick-slide .sp-only {
    display: none;
  }
}
.izo__title {
  width: 100%;
  padding: 5px;
  background-image: url(../img/izo/back.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.izo__title h1 {
  padding: 20px 15px;
}
@media screen and (min-width: 1051px) {
  .izo__sp {
    display: none;
  }
}
@media screen and (max-width: 1050px) {
  .izo__pc {
    display: none;
  }
  .page-3rd img {
    padding: 0 !important;
  }
  .izo__sp img {
    width: auto;
  }
  .izo__title {
    padding: 70px 5px 5px 5px;
  }
}
.izo__pc .izo__contents {
  margin: 0px auto;
  width: 100%;
}
.izo__pc .izo__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 153px;
  width: 100%;
  height: 100px;
  border-bottom: 10px solid #83ccd2;
  background-color: white;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.izo__pc .izo__header__contact {
  height: 99px;
}
.izo__pc .izo__header__contact--img {
  margin-top: 23px;
  padding: 0;
  height: 51px;
}
.izo__pc .izo__header__btn {
  margin-left: 30px;
  height: 100px;
}
.izo__pc .izo__header__btn--img {
  margin-top: 5px;
  padding: 0;
  height: 100px;
}
.izo__pc .izo__header__btn:hover {
  opacity: 0.6;
}
.izo__pc .izo__top {
  width: 100%;
  background-image: url("../img/izo/back.png");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}
.izo__pc .izo__top__img {
  margin: 0px auto;
  width: 100%;
  max-width: 1440px;
}
.izo__pc .izo__top--img {
  width: 100%;
}
.izo__pc .izo__bequest {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: -7px;
  width: 100%;
  height: 650px;
  background-image: url("../img/izo/bequest-back.png");
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.izo__pc .izo__bequest--box {
  display: block;
  width: 100%;
  max-width: 1100px;
  height: 400px;
}
.izo__pc .izo__bequest__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  float: left;
  width: 50%;
  max-width: 550px;
  height: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.izo__pc .izo__bequest__left--center {
  display: block;
  margin-right: -20px;
  width: 90%;
}
.izo__pc .izo__bequest__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  float: right;
  width: 50%;
  max-width: 550px;
  height: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.izo__pc .izo__bequest__title {
  text-align: center;
  margin-bottom: 20px;
}
.izo__pc .izo__bequest__description {
  margin-bottom: 20px;
  color: white;
  font-size: 22px;
  line-height: 170%;
}
.izo__pc .izo__bequest__info {
  padding: 10px;
  color: #04b2aa;
  background-color: white;
  font-size: 20px;
  line-height: 170%;
}
.izo__pc .izo__description {
  margin: 0px auto;
  padding-top: 100px;
  padding-bottom: 80px;
  width: 100%;
  height: auto;
  background-image: url("../img/izo/back.png");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}
.izo__pc .izo__description__head {
  margin: 0px auto;
  width: 90%;
}
.izo__pc .izo__description__text {
  margin: 30px auto;
  width: calc(100% - 30px);
  color: #323232;
  font-size: 18px;
  line-height: 200%;
}
.izo__pc .izo__description__sub {
  margin: 30px auto;
  width: 100%;
  display: table;
}
.izo__pc .izo__description__sub__block {
  display: table-cell;
  padding: 0 7px;
  width: 33.3%;
}
.izo__pc .izo__description__sub__block__top {
  margin: 10px 0;
  height: 41px;
  text-align: center;
}
.izo__pc .izo__description__sub__block__top--text {
  font-size: 18px;
  font-weight: bolder;
  color: #ef856d;
  background-color: white;
  line-height: 41px;
}
.izo__pc .izo__description__sub__block__img {
  margin-bottom: 10px;
}
.izo__pc .izo__description__sub__block__list {
  font-size: 17px;
  color: #323232;
  line-height: 200%;
}
.izo__pc .izo__description__sub__block__list--circle {
  color: #ef856d;
}
.izo__pc .izo__back_family {
  width: 100%;
  height: 332px;
  background-image: url("../img/izo/back.png");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}
.izo__pc .izo__family {
  margin: 0 auto;
  width: 100%;
  height: 332px;
  background-image: url("../img/izo/family-1000.png");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}
.izo__pc .izo__family__title {
  margin: 0px auto;
  padding-top: 260px;
  width: 80%;
  text-align: center;
}
.izo__pc .izo__back_sentence {
  width: 100%;
  height: 280px;
  background-image: url("../img/izo/back.png");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}
.izo__pc .izo__sentence {
  margin: 0 auto;
  width: 100%;
  max-width: 1920px;
}
.izo__pc .izo__sentence__text {
  margin-top: -15px;
  padding: 45px 0px;
  width: 100%;
  color: white;
  background-color: #f1917c;
  line-height: 200%;
}
.izo__pc .izo__sentence__text--box {
  margin: 0px auto;
  width: 100%;
}
.izo__pc .izo__sentence__text--title {
  margin-bottom: 25px;
  font-size: 27px;
  font-weight: bold;
}
.izo__pc .izo__sentence__text--contents {
  font-size: 17px;
}
.izo__pc .izo__back_comment {
  width: 100%;
  height: 654px;
  background-image: url("../img/izo/back.png");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}
.izo__pc .izo__comment {
  margin: 0 auto;
  width: 100%;
  max-width: 1920px;
  height: 654px;
  background-image: url("../img/izo/comment-back.png");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}
.izo__pc .izo__comment__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 130px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.izo__pc .izo__comment__title {
  margin: 0px;
  padding-top: 60px;
  width: 80%;
  max-width: 1440px;
  max-height: 130px;
  text-align: center;
}
.izo__pc .izo__comment__title--img {
  margin: 0px 20%;
  width: 60%;
}
.izo__pc .izo__comment__block {
  margin: 0px auto;
  width: 90%;
  max-width: 1100px;
  height: 524px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.izo__pc .izo__comment__block--center {
  width: 100%;
  height: 333px;
}
.izo__pc .izo__comment__block__1 {
  float: left;
  width: 50%;
}
.izo__pc .izo__comment__block__2 {
  float: right;
  width: 50%;
}
.izo__pc .izo__comment__block--img {
  margin: 0px 2%;
  width: 96%;
}
.izo__pc .izo__flow {
  margin: 0px auto;
  padding-top: 100px;
  padding-bottom: 80px;
  width: 100%;
  height: auto;
  background-image: url("../img/izo/back.png");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}
.izo__pc .izo__flow__head {
  margin: 0px auto;
  width: 90%;
}
.izo__pc .izo__flow__text {
  margin: 30px auto;
  width: calc(100% - 30px);
  color: #323232;
  font-size: 18px;
  line-height: 200%;
}
.izo__pc .izo__flow--box {
  margin: 0px auto;
  width: 100%;
  max-width: 100%;
}
.izo__pc .izo__table_center_l {
  left: 0;
  padding-right: 10px;
}
.izo__pc .izo__table_center_r {
  right: 0;
  padding-left: 10px;
}
.izo__pc .izo__table_right {
  text-align: center;
}
.izo__pc .izo__table_right_t {
  top: 0;
  text-align: center;
}
.izo__pc .izo__table_right_t img {
  padding: 0;
  width: 97px;
  height: 34px;
}
.izo__pc .izo__important {
  margin: 0px auto;
  padding-top: 80px;
  padding-bottom: 80px;
  width: 100%;
  background-color: #83ccd2;
}
.izo__pc .izo__important__head {
  margin: 0px auto;
  width: 90%;
}
.izo__pc .izo__important__q {
  margin: 40px auto 30px auto;
  padding: 10px 20px;
  width: calc(100% - 40px);
  color: #595959;
  background-color: #e0f1f3;
}
.izo__pc .izo__important__a {
  margin: 0px auto;
  width: 100%;
  color: white;
}
.izo__pc .izo__important p {
  font-size: 18px;
  line-height: 170%;
}
.izo__pc .izo__contact {
  padding: 65px 0px;
  width: 100%;
  background-color: #f1917c;
}
.izo__pc .izo__contact__box {
  margin: 0px auto;
  width: 90%;
  height: 281px;
  border: 5px solid #ef856d;
  border-radius: 20px;
  background-color: white;
  text-align: center;
}
.izo__pc .izo__contact__title {
  margin-top: 40px;
  color: #f1917c;
  font-size: 25px;
}
.izo__pc .izo__contact__tel {
  margin-top: 2px;
  color: #595959;
  font-size: 25px;
}
.izo__pc .izo__contact__number {
  color: #ef856d;
  font-size: 45px;
  font-weight: bold;
}
.izo__pc .izo__contact__time {
  margin-top: -5px;
  color: #595959;
  font-size: 23px;
}
.izo__pc .izo__contact__button {
  margin: 10px auto 0px auto;
  width: 450px;
}
.izo__pc .izo__contact__button--img {
  width: 100%;
}
.izo__pc .izo__contact__button:hover {
  opacity: 0.6;
}
.izo__sp .izo__contents {
  margin: 0px auto;
  width: 100%;
}
.izo__sp .izo__header {
  position: absolute;
  width: 100%;
  height: 60px;
  border-bottom: 10px solid #83ccd2;
  background-color: white;
}
.izo__sp .izo__header__btn {
  position: absolute;
  height: 70px;
  top: 0;
  right: 0;
}
.izo__sp .izo__header__btn--img {
  height: 60px;
}
@media screen and (max-width: 500px) {
  .izo__sp .izo__header__logo {
    margin-left: 8px;
    height: 60px;
  }
  .izo__sp .izo__header__logo--img {
    margin-top: 15px;
    height: 30px;
  }
  .izo__sp .izo__header__btn {
    right: -3px;
  }
}
.izo__sp .izo__top {
  width: 100%;
}
.izo__sp .izo__top--img {
  width: 100%;
}
.izo__sp .izo__bequest {
  margin-top: -7px;
  width: 100%;
  height: 870px;
  background-image: url("../img/izo/bequest-back.png");
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
}
.izo__sp .izo__bequest__title {
  margin: 0px auto;
  padding: 70px 0px 20px 0px;
  width: 60%;
}
.izo__sp .izo__bequest__title--img {
  width: 100%;
}
.izo__sp .izo__bequest__pic {
  margin: 0px auto;
  width: 80%;
}
.izo__sp .izo__bequest__pic--img {
  width: 100%;
}
.izo__sp .izo__bequest__description {
  margin: 20px auto;
  width: 90%;
  color: white;
  font-size: 19px;
  line-height: 170%;
  text-align: left;
}
.izo__sp .izo__bequest__info {
  margin: 0px auto;
  padding: 20px;
  width: 80%;
  color: #04b2aa;
  background-color: white;
  font-size: 18px;
  line-height: 170%;
  text-align: left;
}
.izo__sp .izo__description {
  margin: 0px auto;
  padding-top: 50px;
  padding-bottom: 50px;
  width: 100%;
  height: auto;
  background-image: url("../img/izo/back.png");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}
.izo__sp .izo__description__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0px auto;
  width: 90%;
  height: 100px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.izo__sp .izo__description__head--img {
  width: 100%;
}
.izo__sp .izo__description__text {
  margin: 30px auto;
  width: 90%;
  color: #323232;
  font-size: 18px;
  line-height: 200%;
}
.izo__sp .izo__description__sub {
  margin: 30px auto;
  width: 90%;
}
.izo__sp .izo__description__sub__block {
  margin: 20px auto;
  width: 90%;
}
.izo__sp .izo__description__sub__block__top {
  margin: 10px 0;
  width: 100%;
  text-align: center;
}
.izo__sp .izo__description__sub__block__top--text {
  font-size: 18px;
  font-weight: bolder;
  color: #ef856d;
  background-color: white;
  line-height: 41px;
}
.izo__sp .izo__description__sub__block__img {
  margin-bottom: 10px;
}
.izo__sp .izo__description__sub__block__img--img {
  width: 100%;
}
.izo__sp .izo__description__sub__block__list {
  font-size: 17px;
  color: #323232;
  line-height: 200%;
}
.izo__sp .izo__description__sub__block__list--circle {
  color: #ef856d;
}
.izo__sp .izo__family {
  margin-top: -7px;
  width: 100%;
}
.izo__sp .izo__family--img {
  width: 100vw;
}
.izo__sp .izo__sentence {
  margin-top: -7px;
  width: 100%;
}
.izo__sp .izo__sentence__text {
  width: 100%;
  color: white;
  background-color: #f1917c;
  line-height: 200%;
}
.izo__sp .izo__sentence__text--title {
  padding-top: 80px;
  margin-bottom: 25px;
  font-size: 27px;
  font-weight: bold;
  text-align: center;
}
.izo__sp .izo__sentence__text--contents {
  margin: 0px auto;
  padding-bottom: 80px;
  width: 90%;
  font-size: 17px;
}
.izo__sp .izo__comment {
  margin-top: -7px;
  width: 100%;
}
.izo__sp .izo__comment--img {
  width: 100vw;
}
.izo__sp .izo__flow {
  margin-top: -7px;
  width: 100%;
}
.izo__sp .izo__flow--img {
  width: 100vw;
}
.izo__sp .izo__important {
  margin: -7px auto 0px auto;
  padding-top: 50px;
  padding-bottom: 50px;
  width: 100%;
  background-color: #83ccd2;
}
.izo__sp .izo__important__head {
  margin: 0px auto;
  width: 70%;
}
.izo__sp .izo__important__head--img {
  width: 100%;
}
.izo__sp .izo__important__q {
  margin: 40px auto 30px auto;
  padding: 10px 20px;
  width: 80%;
  color: #595959;
  background-color: #e0f1f3;
}
.izo__sp .izo__important__a {
  margin: 0px auto;
  width: 90%;
  color: white;
}
.izo__sp .izo__important p {
  font-size: 18px;
  line-height: 170%;
}
.izo__sp .izo__contact {
  padding: 65px 0px;
  width: 100%;
  background-color: #f1917c;
}
.izo__sp .izo__contact__box {
  margin: 0px auto;
  width: 90%;
  height: 380px;
  border: 5px solid #ef856d;
  border-radius: 20px;
  background-color: white;
  text-align: center;
}
.izo__sp .izo__contact__title {
  margin-top: 20px;
  color: #f1917c;
  font-size: 22px;
}
.izo__sp .izo__contact__tel {
  margin-top: 2px;
  color: #595959;
  font-size: 28px;
}
.izo__sp .izo__contact__number {
  color: #ef856d;
  font-size: 46px;
  font-weight: bold;
}
.izo__sp .izo__contact__time {
  margin-top: -5px;
  color: #595959;
  font-size: 18px;
}
.izo__sp .izo__contact__button {
  margin: 10px auto 0px auto;
  width: 70%;
}
.izo__sp .izo__contact__button--img {
  width: 100%;
}
@media screen and (max-width: 320px) {
  .izo__sp .izo__contact__title {
    padding-top: 30px;
    font-size: 20px;
  }
  .izo__sp .izo__contact__tel {
    margin-top: 2px;
    font-size: 26px;
  }
  .izo__sp .izo__contact__number {
    font-size: 40px;
    font-weight: bold;
  }
  .izo__sp .izo__contact__time {
    margin-top: -5px;
    font-size: 15px;
  }
  .izo__sp .izo__contact__button {
    margin: 10px auto 0px auto;
    width: 70%;
  }
  .izo__sp .izo__contact__button--img {
    width: 100%;
  }
}
.hot-line-wrap .top-image {
  background-color: #fdefef;
}
.hot-line-wrap .top-image img {
  width: 85%;
  margin: 0 auto;
  display: block;
}
.hot-line-wrap .top-image p {
  text-align: right;
  font-size: 0.8em;
}
.hot-line-wrap h2 {
  margin-top: 35px;
}
.hot-line-wrap .pinkbtn-wrap {
  width: 100%;
  height: auto;
}
.hot-line-wrap .pinkbtn-wrap__single {
  background-color: #f5cdde;
  text-align: center;
  color: #d66ca8;
  border-bottom: solid 3px #d66ca8;
  padding: 15px 0;
  border-radius: 10px;
  display: block;
}
.hot-line-wrap .pinkbtn-wrap__single p {
  font-size: 14pt;
  line-height: 20px;
  padding: 10px 0;
  font-weight: bold;
}
.hot-line-wrap .bluebtn-wrap {
  width: 100%;
  height: auto;
}
.hot-line-wrap .bluebtn-wrap__single {
  background-color: rgba(60, 179, 113, 0.2);
  text-align: center;
  color: #3cb371;
  border-bottom: solid 3px #3cb371;
  padding: 15px 0;
  border-radius: 10px;
  display: block;
}
.hot-line-wrap .bluebtn-wrap__single p {
  font-size: 14pt;
  line-height: 28px;
  padding: 0;
  font-weight: bold;
}
.hot-line-wrap .bluebtn-wrap__single .hotlinedayori {
  font-size: 24px;
}
.hot-line-wrap .hotline-concept h3 {
  font-size: 1.3rem;
  padding: 5px;
  color: #ffffff;
  background-color: #3cb371;
}
.hot-line-wrap .hotline-concept p {
  font-size: 1.1rem;
}
.hot-line-wrap .hotline-concept .point__grid {
  padding: 10px;
}
.hot-line-wrap .hotline-concept .point {
  border: 2px solid #3cb371;
  background-color: #ffffff;
  text-align: center;
  padding: 5px;
  border-radius: 10px;
}
.hot-line-wrap .hotline-concept .icon {
  width: 50%;
}
.hot-line-wrap .rinen {
  margin-top: 15px;
  border: 2px solid #3cb371;
  padding: 5px;
  border-radius: 10px;
}
.hot-line-wrap .concept__block {
  border: 3px solid #3cb371;
  border-radius: 10px;
  background-color: rgba(255, 255, 0, 0.1);
  margin: 20px 0;
}
.hot-line-wrap .balloon-left {
  position: relative;
  display: inline-block;
  margin: 15px 0 5px 15px;
  padding: 7px;
  max-width: 260px;
  background: #fff;
  border: solid 3px #3cb371;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 10px;
}
.hot-line-wrap .balloon-left:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -24px;
  margin-top: -12px;
  border: 12px solid transparent;
  border-right: 12px solid #fff;
  z-index: 2;
}
.hot-line-wrap .balloon-left:after {
  content: "";
  position: absolute;
  top: 50%;
  left: -30px;
  margin-top: -14px;
  border: 14px solid transparent;
  border-right: 14px solid #3cb371;
  z-index: 1;
}
.hot-line-wrap .faq {
  width: 100%;
  height: auto;
  margin-bottom: 30px;
}
.hot-line-wrap .faq h2 {
  margin-bottom: 20px;
}
.hot-line-wrap .faq .question {
  width: 100%;
  height: 50px;
  margin-bottom: 20px;
  cursor: pointer;
  padding: 10px;
}
.hot-line-wrap .faq .question .question-elem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.hot-line-wrap .faq .question .question-elem img {
  width: 30px;
  height: 30px;
  margin-right: 20px;
}
.hot-line-wrap .faq .question:hover {
  opacity: 0.5;
}
.hot-line-wrap .faq .answer {
  width: 100%;
  height: auto;
  display: none;
  padding: 10px;
  color: black;
  margin-bottom: 20px;
}
.hot-line-wrap .faq .answer .answer-elem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.hot-line-wrap .faq .answer .answer-elem img {
  width: 30px;
  height: 30px;
  margin-right: 20px;
}
.hot-line-wrap .chart-wrap {
  display: block;
  width: 100%;
  height: 300px;
}
.suizo p {
  padding: 0;
}
.suizo__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 10px 0;
  padding-left: 15px;
  width: 100%;
  height: 50px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.suizo__bg-blue {
  background-color: #4472c4;
}
.suizo__bg-white {
  background-color: #ffffff;
}
.suizo__fg-white {
  color: #ffffff;
}
.suizo__bd-darkblue {
  border: 3px solid #2f528f;
}
.suizo__underline {
  border-bottom: 1px solid #000000;
}
.suizo__line-blue {
  margin: 30px 0;
  width: 100%;
  height: 1px;
  border-top: 1px solid #2f528f;
}
.suizo__youtube {
  margin-bottom: 20px;
}
.suizo__author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.suizo__author__wrap {
  width: 200px;
}
.suizo__author__sub {
  width: 100%;
}
.suizo__author__name {
  margin-bottom: 20px;
  width: 100%;
  font-size: 1.2rem;
}
.cause__kind {
  font-size: 24px;
}
.cause__description {
  margin-bottom: 10px;
}
.cause__navi {
  font-size: 18px;
  text-align: center;
  display: block;
  background-color: #0086cc;
  border-radius: 10px;
  color: #fff !important;
  padding: 15px 10px;
  margin-bottom: 15px;
}
.cause__title {
  font-size: 24px;
  border-left: 7px solid #0086cc;
  border-bottom: 3px solid #0086cc;
  margin-left: 15px;
  margin-bottom: 25px;
  padding: 3px 0 5px 10px;
}
.cause__box {
  display: -ms-grid;
  display: grid;
  margin-bottom: 10px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr 1fr;
  grid-template-areas: "img img title title title" "img img text text text" "img img text text text";
}
.cause__box__img {
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-area: img;
}
.cause__box__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  -ms-grid-column-span: 3;
  grid-area: title;
  font-size: 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 0 20px 0 !important;
  padding-right: 0 !important;
}
.cause__box__text {
  -ms-grid-row: 2;
  -ms-grid-row-span: 2;
  -ms-grid-column: 3;
  -ms-grid-column-span: 3;
  grid-area: text;
  padding-right: 0 !important;
}
.cause__space {
  width: 1px;
  height: 100px;
}
.cause__space__half {
  width: 1px;
  height: 50px;
}
.cause__contact__title {
  font-size: 24px;
  border-left: 7px solid #646464;
  border-bottom: 3px solid #646464;
  margin-left: 15px;
  margin-bottom: 25px;
  padding: 3px 0 5px 10px;
}
.cause__contact__tel,
.cause__contact__time,
.cause__contact__mail {
  margin: 20px 0 0 15px;
  font-size: 20px;
}
.cause__corp {
  margin-bottom: 5px;
  font-size: 24px;
  font-weight: bold;
}
.cause__corp__description {
  margin-bottom: 50px;
  padding: 0 !important;
}
.cause__corp__kifu {
  margin-bottom: 20px;
  padding: 15px;
  border-left: 10px solid #2f528f;
  border-bottom: 2px solid #2f528f;
  font-size: 24px;
}
.cause__corp__kifu__howto {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.cause__corp__kifu__howto__img {
  width: 70px;
}
.cause__corp__kifu__howto__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.cause__corp__other {
  margin-bottom: 20px;
  padding: 15px;
  border-left: 10px solid #ffc000;
  border-bottom: 2px solid #ffc000;
  font-size: 24px;
}
.cause__corp__other__box {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
}
.cause__corp__other__box__title {
  padding: 12px;
  border: 2px solid #ffc000;
  font-size: 24px;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-area: 1 / 1 / 2 / 3;
}
.cause__corp__other__box__text {
  padding: 12px;
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-area: 2 / 1 / 3 / 3;
}
.cause__corp__other__box__img1 {
  padding: 10px;
  -ms-grid-row: 3;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-area: 3 / 1 / 4 / 2;
}
.cause__corp__other__box__img2 {
  padding: 10px;
  -ms-grid-row: 3;
  -ms-grid-row-span: 1;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-area: 3 / 2 / 4 / 3;
}
.kihu {
  width: 85%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0.8em;
  padding-right: 2.6em;
  padding-bottom: 0.6em;
  padding-left: 0.8em;
  margin: 1em auto;
  color: black;
  background-color: #fff;
  border: solid 1px #646464;
  border-radius: 20px;
}
@media screen and (max-width: 767px) {
  .kihu {
    width: 100%;
    padding-right: 0.6em;
  }
}
@media screen and (max-width: 767px) {
  .kihu__icon {
    display: none;
  }
}
.kihu__icon {
  width: 80px;
  margin-right: 10px;
}
.kihu__content {
  margin: 0 auto;
}
.kihu__content__btn {
  text-decoration: none;
  float: right;
  background-color: #ef4868;
  border-radius: 6px;
  padding: 0.8em 1em;
  margin-top: 5px;
}
@media screen and (max-width: 767px) and (min-width: 425px) {
  .kihu__content__btn {
    margin: 10px 25% auto;
  }
}
@media screen and (max-width: 424px) and (min-width: 375px) {
  .kihu__content__btn {
    margin: 10px 23% auto;
  }
}
@media screen and (max-width: 374px) and (min-width: 320px) {
  .kihu__content__btn {
    margin: 10px 18% auto;
  }
}
.kihu__content__btn__text {
  color: #fff;
  position: relative;
  padding-left: 24px;
  padding-bottom: 3px;
}
.kihu__content__btn__text::before {
  position: absolute;
  content: "";
  width: 17px;
  height: 17px;
  background: #fff;
  border-radius: 50%;
  top: 41%;
  left: 0;
  margin-top: -7px;
}
.kihu__content__btn__text::after {
  position: absolute;
  content: "";
  width: 4px;
  height: 4px;
  border-top: solid 1px #646464;
  border-right: solid 1px #646464;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 41%;
  left: 5px;
  margin-top: -1px;
}
