@charset "UTF-8";
/* Scss Document */
html, body {
  color: #000000;
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  font-feature-settings: "palt";
  text-align: center;
  letter-spacing: .05em;
  animation: fadeIn 2s ease 0s 1 normal;
  -webkit-animation: fadeIn 2s ease 0s 1 normal; }
  @media (max-width: 1350px) {
    html, body {
      font-size: 16px; } }
  @media (max-width: 560px) {
    html, body {
      font-size: 14px; } }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
.clearfix::after {
  content: "";
  display: block;
  clear: both; }

h2, h3, h4, h5 {
  font-weight: 700;
  line-height: 1.3em; }

h2.h2_type1 {
  font-size: 40px;
  text-align: center;
  margin-bottom: 1.5em; }
  @media (max-width: 560px) {
    h2.h2_type1 {
      font-size: 30px; } }

h3.h3_type0 {
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.6em; }
  @media (max-width: 560px) {
    h3.h3_type0 {
      font-size: 1.5rem; } }

h3.h3_type1 {
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1.6em; }

h3.h3_type2 {
  font-weight: 500;
  font-size: 1.3rem;
  line-height: 1.6em; }

.title_type2 {
  width: 100%;
  color: white;
  background-color: #008ad8;
  position: relative;
  height: 4rem;
  border-top-left-radius: 1rem;
  border-bottom-right-radius: 1rem;
  margin-bottom: 2rem; }
  @media (max-width: 560px) {
    .title_type2 {
      height: 8rem; } }
  .title_type2 h3 {
    width: 15rem;
    height: 4rem;
    line-height: 4rem;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #003a70;
    border-top-left-radius: 1rem;
    border-bottom-right-radius: 1rem; }
    @media (max-width: 560px) {
      .title_type2 h3 {
        width: 90%; } }
  .title_type2 .sub {
    width: calc(100% - 17rem);
    height: 100%;
    position: absolute;
    right: 0;
    top: 0; }
    .title_type2 .sub p {
      position: absolute;
      left: 0;
      top: 50%;
      transform: translateY(-50%);
      font-weight: 700;
      line-height: 1.1em; }
    @media (max-width: 560px) {
      .title_type2 .sub {
        width: 100%;
        height: 8rem; }
        .title_type2 .sub p {
          top: 5.9rem;
          left: 1rem; } }

h3.h3_type4 {
  font-size: 30px;
  margin-bottom: .8em; }
  @media (max-width: 560px) {
    h3.h3_type4 {
      font-size: 25px; } }

h3.news_title {
  color: #003a70;
  text-align: left;
  font-size: 24px;
  line-height: 1.6em;
  margin-top: -0.3em;
  margin-bottom: .6em; }
  @media (max-width: 560px) {
    h3.news_title {
      font-size: 22px; } }

h4.h4_type0 {
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.6em; }

h4.h4_type1 {
  font-size: 1.5rem;
  margin-bottom: .4em; }

h4.h4_type2 {
  font-size: 1.2rem;
  letter-spacing: .1em;
  margin-bottom: .2em; }

p {
  font-size: 1rem;
  text-align: left;
  line-height: 2em; }

p.p_mid {
  font-size: 1.1rem;
  font-weight: 500; }

@media (max-width: 560px) {
  p.sp_left {
    text-align: left; } }

@media (max-width: 560px) {
  p.sp_nobr br:not(.all) {
    display: none; } }

p.p_readcopy {
  font-weight: 500;
  line-height: 2em; }

p.date {
  font-weight: 500;
  font-size: .9rem;
  text-align: left; }

.line_ruby {
  line-height: 2.5em !important; }

.indent-dot {
  padding-left: .6em;
  text-indent: -0.6em;
  line-height: 1.7em; }

figcaption {
  text-align: left;
  font-size: .82rem;
  line-height: 1.6em;
  margin-top: .3em;
  padding: 0 .5em; }

.t_type1 {
  font-size: 1.1rem; }

.t-center {
  text-align: center; }

.t-left {
  text-align: left; }

.t-right {
  text-align: right; }

.t-justify {
  text-align: justify; }

.t-medium {
  font-weight: 500; }

.t-bold {
  font-weight: 700; }

.t-small {
  font-size: 75%;
  letter-spacing: .05em; }

.t-big {
  font-size: 120%;
  letter-spacing: .05em; }

.t-under {
  text-decoration: underline; }

.t-gray {
  color: #cccccc; }

.t-red {
  color: #d50032; }

.t-blue {
  color: #003a70; }

.t-cyan {
  color: #008ad8; }

.t-pink {
  color: #d0006f; }

.t-yellow {
  color: #f1c400; }

.t-green {
  color: #008655; }

.t-purple {
  color: #5c068c; }

@media (max-width: 1350px) {
  .pc {
    display: none; } }

@media (min-width: 1351px) {
  .tab {
    display: none; } }

@media (min-width: 1351px) {
  .tab-only {
    display: none; } }
@media (max-width: 560px) {
  .tab-only {
    display: none; } }

@media (max-width: 560px) {
  .pctab {
    display: none; } }

@media (min-width: 561px) {
  .sp {
    display: none; } }

img.fit {
  width: 100%;
  max-width: 100%;
  height: auto; }

a {
  color: inherit;
  text-decoration: none;
  transition: all 0.2s ease; }

a.opa:hover {
  opacity: .7; }

.w-pc {
  width: 90%;
  max-width: 1000px;
  margin: auto; }

.w-560 {
  width: 90%;
  max-width: 560px;
  margin: auto; }

.w-600 {
  width: 90%;
  max-width: 600px;
  margin: auto; }

.w-700 {
  width: 90%;
  max-width: 700px;
  margin: auto; }

.w-800 {
  width: 90%;
  max-width: 800px;
  margin: auto; }

.w-1000 {
  width: 90%;
  max-width: 1000px;
  margin: auto; }

.w-1200 {
  width: 90%;
  max-width: 1200px;
  margin: auto; }

.w-per80 {
  width: 80%;
  margin: auto; }
  @media (max-width: 1350px) {
    .w-per80 {
      width: 90%; } }

.w-per90 {
  width: 90%;
  margin: auto; }

.mt-1 {
  margin-top: 1rem; }

.mt-2 {
  margin-top: 2rem; }

.mt-3 {
  margin-top: 3rem; }

.mt-4 {
  margin-top: 4rem; }

.mb-1 {
  margin-bottom: 1rem; }

.mb-2 {
  margin-bottom: 2rem; }

.mb-3 {
  margin-bottom: 3rem; }

.mb-4 {
  margin-bottom: 4rem; }

.anchor {
  padding-top: 110px;
  margin-top: -110px; }
  @media (max-width: 700px) {
    .anchor {
      padding-top: 80px;
      margin-top: -80px; } }

.calendar iframe {
  width: 100%;
  height: 600px; }
  @media (max-width: 1350px) {
    .calendar iframe {
      height: 400px; } }

.v-30 {
  padding: 30px 0; }
  @media (max-width: 560px) {
    .v-30 {
      padding: 20px 0; } }

.v-30-top {
  padding: 30px 0 0; }
  @media (max-width: 560px) {
    .v-30-top {
      padding: 20px 0 0; } }

.v-30-bottom {
  padding: 0 0 30px; }
  @media (max-width: 560px) {
    .v-30-bottom {
      padding: 0 0 20px; } }

.v-50 {
  padding: 50px 0; }
  @media (max-width: 560px) {
    .v-50 {
      padding: 30px 0; } }

.v-50-top {
  padding: 50px 0 0; }
  @media (max-width: 560px) {
    .v-50-top {
      padding: 40px 0 0; } }

.v-50-bottom {
  padding: 0 0 50px; }
  @media (max-width: 560px) {
    .v-50-bottom {
      padding: 0 0 40px; } }

.v-90 {
  padding: 90px 0; }
  @media (max-width: 1350px) {
    .v-90 {
      padding: 60px 0; } }
  @media (max-width: 560px) {
    .v-90 {
      padding: 30px 0; } }

.v-90-top {
  padding: 90px 0 0; }
  @media (max-width: 1350px) {
    .v-90-top {
      padding: 60px 0 0; } }
  @media (max-width: 560px) {
    .v-90-top {
      padding: 30px 0 0; } }

.v-90-bottom {
  padding: 0 0 90px; }
  @media (max-width: 560px) {
    .v-90-bottom {
      padding: 0 0 30px; } }

.bg-white {
  background-color: white; }

.bg-red {
  background-color: #d50032;
  color: white; }

.bg-blue {
  background-color: #003a70;
  color: white; }

.bg-cyan {
  background-color: #008ad8;
  color: white; }

.bg-pink {
  background-color: #d0006f;
  color: white; }

.bg-yellow {
  background-color: #f1c400;
  color: white; }

.bg-green {
  background-color: #008655;
  color: white; }

.bg-purple {
  background-color: #5c068c;
  color: white; }

.bg-lightcyan {
  background-color: #e5f4fb; }

.bg-lightgray {
  background-color: #f7f7f7; }

.bg-lightred {
  background-color: rgba(213, 0, 50, 0.2); }

.bg-lightpink {
  background-color: rgba(208, 0, 111, 0.2); }

.bg-lightgreen {
  background-color: rgba(0, 134, 85, 0.2); }

.bg-lightyellow {
  background-color: rgba(241, 196, 0, 0.2); }

.bg-lightpurple {
  background-color: rgba(92, 6, 140, 0.2); }

.bg-sprite-cyan {
  background-image: repeating-linear-gradient(135deg, rgba(0, 138, 216, 0.15), rgba(0, 138, 216, 0.15) 7px, transparent 7px, transparent 14px); }

.bg-sprite-pink {
  background-image: repeating-linear-gradient(135deg, rgba(208, 0, 111, 0.2), rgba(208, 0, 111, 0.15) 7px, transparent 7px, transparent 14px); }

.bg-sprite-yellow {
  background-image: repeating-linear-gradient(135deg, rgba(241, 196, 0, 0.2), rgba(241, 196, 0, 0.2) 7px, transparent 7px, transparent 14px); }

.bg-dots-cyan {
  background-color: rgba(0, 138, 216, 0.15);
  background-image: radial-gradient(circle, #ffffff 1.5px, transparent 1.5px), radial-gradient(circle, #ffffff 1.5px, transparent 1.5px);
  background-position: 0 0, 5px 10px;
  background-size: 10px 20px; }

.bg-dots-pink {
  background-color: rgba(208, 0, 111, 0.1);
  background-image: radial-gradient(circle, #ffffff 1.5px, transparent 1.5px), radial-gradient(circle, #ffffff 1.5px, transparent 1.5px);
  background-position: 0 0, 5px 10px;
  background-size: 10px 20px; }

.bg-dots-yellow {
  background-color: rgba(241, 196, 0, 0.2);
  background-image: radial-gradient(circle, #ffffff 1.5px, transparent 1.5px), radial-gradient(circle, #ffffff 1.5px, transparent 1.5px);
  background-position: 0 0, 5px 10px;
  background-size: 10px 20px; }

.bg-dots-lightgray {
  background-color: #f7f7f7;
  background-image: radial-gradient(circle, #ffffff 1.5px, transparent 1.5px), radial-gradient(circle, #ffffff 1.5px, transparent 1.5px);
  background-position: 0 0, 5px 10px;
  background-size: 10px 20px; }

.bg-dots-green {
  background-color: rgba(0, 134, 85, 0.2);
  background-image: radial-gradient(circle, #ffffff 1.5px, transparent 1.5px), radial-gradient(circle, #ffffff 1.5px, transparent 1.5px);
  background-position: 0 0, 5px 10px;
  background-size: 10px 20px; }

.rd-15 {
  border-radius: 15px; }

.add-shadow {
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.2); }

.wrap-wing {
  border-top-left-radius: 5rem;
  border-bottom-right-radius: 5rem;
  overflow: hidden; }
  @media (max-width: 560px) {
    .wrap-wing {
      border-top-left-radius: 3rem;
      border-bottom-right-radius: 3rem; } }

img.wing {
  width: 100%;
  height: auto;
  aspect-ratio: 400 / 364;
  object-fit: cover;
  border-top-left-radius: 28%;
  border-bottom-right-radius: 28%;
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.2); }

img.wing_2 {
  width: 100%;
  height: auto;
  aspect-ratio: 400 / 364;
  object-fit: cover;
  border-top-left-radius: 15%;
  border-bottom-right-radius: 15%;
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.2); }
  img.wing_2.yoko {
    aspect-ratio: 400 / 280; }

a.btn-wing {
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  box-sizing: border-box;
  position: relative;
  border-top-left-radius: 28%;
  border-bottom-right-radius: 28%;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
  /*	@include sp{
  		padding-bottom: 30%;
  		border-top-left-radius: 7vw;
  	border-bottom-right-radius: 7vw;
  		br{
  			display: none;
  		}
  	}*/ }
  a.btn-wing figure {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
    z-index: 1; }
  a.btn-wing p {
    width: 100%;
    font-size: 20px;
    text-align: center;
    font-weight: 500;
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 50;
    transform: translateY(-50%); }
    @media (max-width: 560px) {
      a.btn-wing p {
        font-size: 12px; } }
  a.btn-wing::before {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    transition: 0.3s ease-in-out;
    width: 0;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.2);
    z-index: 3; }
  a.btn-wing:hover::before {
    width: 100%; }
  @media (max-width: 560px) {
    a.btn-wing.sp_thin {
      width: 100%;
      height: 0;
      padding-bottom: 26%;
      border-top-left-radius: 11vw;
      border-bottom-right-radius: 11vw; } }
  a.btn-wing.txt_only {
    padding-bottom: 60%;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px; }
    @media (max-width: 560px) {
      a.btn-wing.txt_only {
        width: 100%;
        height: 0;
        padding-bottom: 15%;
        border-top-left-radius: 7vw;
        border-bottom-right-radius: 7vw; } }
    a.btn-wing.txt_only p {
      font-size: 18px; }
      @media (max-width: 560px) {
        a.btn-wing.txt_only p {
          font-size: 1.2rem; } }

a.download {
  display: block;
  padding: .5rem 1rem;
  border-radius: .5rem;
  color: white;
  font-weight: bold;
  background-color: #003a70;
  line-height: 1.4em; }
  a.download:hover {
    background-color: #cccccc; }

a.btn-type1 {
  display: inline-block;
  font-size: 1.1rem;
  font-weight: 700;
  letter-spacing: .15em;
  padding: .5em 2.8em .5em 0;
  transition: 0.3s ease-in-out;
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 1.8em auto; }
  a.btn-type1.pink {
    color: #d0006f;
    background-image: url("../img/share/arrow_pink.svg"); }
  a.btn-type1:hover {
    opacity: .8;
    transform: translateX(10px); }

a.btn-type2 {
  display: inline-block;
  font-size: 1.1rem;
  font-weight: 700;
  letter-spacing: .15em;
  padding: .5em 2.8em 1em 0;
  transition: 0.3s ease-in-out;
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 1.8em auto; }
  a.btn-type2.pink {
    color: #d0006f;
    background-image: url("../img/share/arrow_up_pink.svg");
    border-bottom: dotted 3px #003a70; }
  a.btn-type2.blue {
    color: #003a70;
    background-image: url("../img/share/arrow_up_blue.svg");
    border-bottom: dotted 3px #003a70; }
  a.btn-type2:hover {
    opacity: .8;
    transform: translateY(-10px); }

a.btn-type3 {
  display: inline-block;
  font-size: 1.1rem;
  line-height: 1.3em;
  font-weight: 700;
  letter-spacing: .15em;
  padding: .5em 2.8em .8em 0;
  transition: 0.3s ease-in-out;
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 1.8em auto; }
  a.btn-type3.pink {
    color: #d0006f;
    background-image: url("../img/share/arrow_pink.svg");
    border-bottom: dotted 3px #003a70; }
  a.btn-type3.blue {
    color: #003a70;
    background-image: url("../img/share/arrow_blue.svg");
    border-bottom: dotted 3px #003a70; }
  a.btn-type3:hover {
    opacity: .8;
    transform: translateX(10px); }

a.btn-type4 {
  display: inline-block;
  font-size: 1.1rem;
  line-height: 2.4em;
  font-weight: 700;
  letter-spacing: .15em;
  padding: 0 4em 0 2em;
  transition: 0.3s ease-in-out;
  background-position: right 1.8em center;
  background-repeat: no-repeat;
  background-size: 1.6em auto;
  background-color: #cccccc;
  border-radius: 1.2em; }
  a.btn-type4.pink {
    color: #d0006f;
    background-image: url("../img/share/arrow_down_pink.svg"); }
  a.btn-type4.blue {
    color: #003a70;
    background-image: url("../img/share/arrow_down_blue.svg"); }
  a.btn-type4:hover {
    opacity: .8;
    transform: translateY(10px); }
  @media (max-width: 560px) {
    a.btn-type4 {
      font-size: 1rem;
      padding: 0 2.3em 0 1em;
      background-size: 1.5em auto;
      background-position: right .5em center; } }

ul.pankuzu {
  padding: 20px 0;
  font-size: 12px;
  display: flex;
  flex-wrap: wrap;
  text-align: left;
  line-height: 1.6em; }
  ul.pankuzu li:not(:last-of-type)::after {
    content: ">";
    padding: 0 .5em; }
  ul.pankuzu a:hover {
    opacity: .5; }

ul.news {
  border-top: 1px solid #cccccc; }
  ul.news li {
    border-bottom: 1px solid #cccccc; }
    ul.news li a {
      display: flex;
      padding: 1em 0; }
      ul.news li a p.date {
        width: 10em;
        color: #d0006f;
        text-align: center; }
      ul.news li a p.title {
        width: calc(100% - 10em);
        color: #4c4c4c; }
      @media (max-width: 1350px) {
        ul.news li a p.date {
          width: 8em; }
        ul.news li a p.title {
          width: calc(100% - 8em); } }
      @media (max-width: 560px) {
        ul.news li a {
          flex-direction: column;
          padding: .5em 0; }
          ul.news li a p.date {
            width: 100%;
            text-align: left; }
          ul.news li a p.title {
            width: 100%; } }
      ul.news li a:hover {
        background-color: rgba(0, 58, 112, 0.2); }

ul.endayori {
  border-top: 1px solid #cccccc; }
  ul.endayori li {
    border-bottom: 1px solid #cccccc; }
    ul.endayori li a {
      width: 100%;
      padding: 1em 0;
      display: block; }
      ul.endayori li a:hover {
        background-color: rgba(0, 58, 112, 0.2); }

ul.top-banner {
  width: 100%;
  margin: auto;
  display: flex;
  justify-content: space-between;
  color: white; }
  ul.top-banner span {
    display: block;
    font-size: 70%;
    padding-top: .3em; }
    @media (max-width: 560px) {
      ul.top-banner span {
        font-size: 75%;
        padding-top: 0em; } }
  ul.top-banner li {
    width: 19.5%; }
    ul.top-banner li p {
      line-height: 1.2em;
      font-size: 22px !important; }
  @media (max-width: 1350px) {
    ul.top-banner li p {
      font-size: 17px !important; } }
  @media (max-width: 560px) {
    ul.top-banner {
      flex-direction: column;
      width: 90%; }
      ul.top-banner li {
        width: 100%; }
        ul.top-banner li a {
          padding-bottom: 20% !important; }
        ul.top-banner li p {
          font-size: 18px !important; }
        ul.top-banner li:nth-of-type(n+2) {
          margin-top: .5rem; } }

.wrap_btn.center {
  display: flex;
  justify-content: center; }
  .wrap_btn.center a {
    margin-right: .5rem;
    margin-left: .5rem; }
  @media (max-width: 560px) {
    .wrap_btn.center a {
      margin-right: .2rem;
      margin-left: .2rem; } }

.wrap_div {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  /*	@include sp{
  		flex-direction: column;
  		li{
  		width: 100%;
  			&:not(:last-of-type){
  				margin-bottom: 1rem;
  			}
  	}
  	}*/ }
  .wrap_div.cnt4 div {
    width: 23%; }
    @media (max-width: 1350px) {
      .wrap_div.cnt4 div {
        width: 48%;
        margin-bottom: 1rem; } }
    @media (max-width: 560px) {
      .wrap_div.cnt4 div {
        width: 100%;
        margin-bottom: 1rem; } }
  .wrap_div.cnt3 div {
    width: 30%; }
    @media (max-width: 1350px) {
      .wrap_div.cnt3 div {
        width: 32%; } }
    @media (max-width: 560px) {
      .wrap_div.cnt3 div {
        width: 100%;
        margin-bottom: 1rem; } }
  .wrap_div.cnt2 div {
    width: 44%; }
    @media (max-width: 560px) {
      .wrap_div.cnt2 div {
        width: 100%; } }

ul.wrap_photo {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }
  ul.wrap_photo.cnt2 li {
    width: 48%;
    margin-bottom: 1rem; }
    @media (max-width: 560px) {
      ul.wrap_photo.cnt2 li {
        width: 100%; } }
  ul.wrap_photo.cnt2_2 li {
    width: 48%;
    margin-bottom: 1rem; }
  ul.wrap_photo.cnt3 li {
    width: 31%;
    margin-bottom: 2rem; }
    @media (max-width: 560px) {
      ul.wrap_photo.cnt3 li {
        width: 100%; } }
  ul.wrap_photo.cnt4 li {
    width: 23.5%;
    margin-bottom: 2rem; }
    @media (max-width: 560px) {
      ul.wrap_photo.cnt4 li {
        width: 48%; } }

ul.square {
  width: 100%;
  text-align: left;
  line-height: 1.8em; }
  ul.square li {
    margin-bottom: .8rem;
    padding-left: 1.3em;
    text-indent: -1.3em; }
    ul.square li::before {
      content: "■";
      padding-right: .3em; }
  ul.square.c-red li::before {
    color: #d50032; }

ul.circle {
  width: 100%;
  text-align: left;
  line-height: 1.4em; }
  ul.circle li {
    margin-bottom: .8rem;
    padding-left: 1.3em;
    text-indent: -1.3em; }
    ul.circle li::before {
      content: "●";
      padding-right: .3em; }
  ul.circle.c-red li::before {
    color: #d50032; }

ul.dots {
  width: 100%;
  text-align: left;
  line-height: 1.4em; }
  ul.dots li {
    margin-bottom: .8rem;
    padding-left: .9em;
    text-indent: -.9em; }
    ul.dots li::before {
      content: "・";
      padding-right: .3em; }

ul.kakko {
  width: 100%;
  text-align: left;
  line-height: 1.8em; }
  ul.kakko li {
    margin-bottom: .8rem;
    padding-left: 1.6em;
    text-indent: -1.6em; }

ul.standard {
  width: 100%;
  text-align: left;
  line-height: 1.4em; }
  ul.standard li {
    margin-bottom: .8rem;
    padding-left: 1.6em;
    text-indent: -1.6em; }

ul.btn_2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap; }
  ul.btn_2 li {
    width: 45%;
    margin-bottom: 1rem; }
  @media (max-width: 560px) {
    ul.btn_2 {
      flex-direction: column; }
      ul.btn_2 li {
        width: 100%;
        margin-bottom: .5rem; } }

ol.num {
  width: 100%;
  box-sizing: border-box;
  padding-left: 1.7em;
  text-align: left;
  line-height: 1.8em; }
  ol.num li {
    margin-bottom: .8rem; }

dl.dl_type1 {
  text-align: left;
  line-height: 1.8em;
  display: flex;
  flex-wrap: wrap; }
  dl.dl_type1 dt {
    width: 11rem;
    color: #003a70;
    font-weight: 600; }
  dl.dl_type1 dd {
    width: calc(100% - 11rem);
    margin-bottom: .8em; }
  @media (max-width: 560px) {
    dl.dl_type1 dt {
      width: 100%; }
    dl.dl_type1 dd {
      width: 100%; } }

dl.dl_type2 {
  text-align: left;
  line-height: 1.8em;
  display: flex;
  flex-wrap: wrap; }
  dl.dl_type2 dt {
    width: 7rem;
    color: #003a70;
    font-weight: 500; }
  dl.dl_type2 dd {
    width: calc(100% - 7rem);
    margin-bottom: .8em; }
  @media (max-width: 560px) {
    dl.dl_type2 dt {
      width: 100%; }
    dl.dl_type2 dd {
      width: 100%; } }

dl.dl_single {
  margin-top: 3rem;
  text-align: left;
  line-height: 1.8em;
  display: flex;
  flex-wrap: wrap; }
  dl.dl_single dt {
    width: 8rem;
    color: #003a70;
    font-weight: 500; }
    dl.dl_single dt::before {
      content: "● "; }
  dl.dl_single dd {
    width: calc(100% - 8rem);
    margin-bottom: .5em; }

dl.dl_table {
  width: 100%;
  border: 1px solid #cccccc;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  line-height: 1.6em; }
  dl.dl_table dt {
    width: 7rem;
    font-weight: 500;
    text-align: center;
    box-sizing: border-box;
    padding: 1rem 0;
    background-color: #f7f7f7; }
    dl.dl_table dt:nth-of-type(n+2) {
      border-top: 1px dashed #cccccc; }
  dl.dl_table dd {
    width: calc(100% - 7rem);
    box-sizing: border-box;
    padding: 1rem;
    text-align: left;
    background-color: white; }
    dl.dl_table dd:nth-of-type(n+2) {
      border-top: 1px dashed #cccccc; }

dl.dl_form {
  width: 100%;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  text-align: left;
  line-height: 1.8rem;
  margin: 3rem auto; }
  dl.dl_form dt {
    width: 10rem;
    margin-bottom: 1rem; }
  dl.dl_form dd {
    width: calc(100% - 10rem);
    margin-bottom: 1rem; }

.table-wrap {
  overflow-x: scroll; }

table.tbl_type1 {
  border: #cccccc 2px solid;
  box-sizing: border-box;
  width: 100%; }
  table.tbl_type1 th, table.tbl_type1 td {
    border: #cccccc 1px solid;
    box-sizing: border-box;
    line-height: 1.4em;
    vertical-align: middle; }
  table.tbl_type1 th {
    background-color: rgba(204, 204, 204, 0.7);
    padding: 1rem .5rem;
    white-space: nowrap; }
  table.tbl_type1 td {
    text-align: left;
    padding: 1rem; }
  table.tbl_type1.th_30 th {
    width: 30%; }
  table.tbl_type1.th_30 td {
    width: 70%; }

table.tbl_type2 {
  border: #003a70 2px solid;
  box-sizing: border-box;
  width: 100%; }
  table.tbl_type2 th, table.tbl_type2 td {
    box-sizing: border-box;
    line-height: 1.4em;
    vertical-align: middle; }
  table.tbl_type2 th {
    border: white 1px solid;
    background-color: #003a70;
    font-size: 1rem;
    padding: 1rem .5rem;
    color: white;
    white-space: nowrap; }
  table.tbl_type2 td {
    border: #003a70 1px solid;
    text-align: left;
    padding: 1rem; }

table.tbl_type3 {
  width: 100%;
  border-collapse: collapse; }
  table.tbl_type3 tr {
    border-bottom: solid 2px white; }
    table.tbl_type3 tr:last-child {
      border-bottom: none; }
    table.tbl_type3 tr:nth-of-type(even) td {
      background-color: rgba(204, 204, 204, 0.5); }
  table.tbl_type3 th, table.tbl_type3 td {
    box-sizing: border-box;
    line-height: 1.6em;
    vertical-align: middle; }
  table.tbl_type3 th {
    position: relative;
    text-align: left;
    width: 8em;
    background-color: #d50032;
    color: white;
    text-align: center;
    padding: 1rem 0; }
    table.tbl_type3 th:after {
      display: block;
      content: "";
      width: 0px;
      height: 0px;
      position: absolute;
      top: calc(50% - 10px);
      right: -10px;
      border-left: 10px solid #d50032;
      border-top: 10px solid transparent;
      border-bottom: 10px solid transparent; }
  table.tbl_type3 td {
    text-align: left;
    width: calc(100% - 8em);
    text-align: center;
    padding: 1rem 10px 1rem 20px;
    text-align: left; }
  @media (max-width: 560px) {
    table.tbl_type3 {
      font-size: .9rem; }
      table.tbl_type3 th {
        width: 5rem; }
      table.tbl_type3 td {
        width: calc(100% - 5rem); } }

table.tbl_type4 {
  width: 100%;
  border-collapse: collapse; }
  table.tbl_type4 tr {
    border-bottom: solid 1px #cccccc; }
    table.tbl_type4 tr:last-child {
      border-bottom: none; }
  table.tbl_type4 th, table.tbl_type4 td {
    box-sizing: border-box;
    line-height: 1.6em;
    vertical-align: top; }
  table.tbl_type4 th {
    width: 40%;
    padding: 1rem; }
  table.tbl_type4 td {
    width: 60%;
    padding: 1rem; }
    table.tbl_type4 td.w_100 {
      width: 100%; }
  @media (max-width: 560px) {
    table.tbl_type4 th, table.tbl_type4 td {
      display: block; }
    table.tbl_type4 th {
      width: 100%; }
    table.tbl_type4 td {
      width: 100%;
      padding-top: 0; } }

.g_map {
  width: 100%;
  aspect-ratio: 7 / 5;
  position: relative;
  overflow: hidden; }
  @media (max-width: 560px) {
    .g_map {
      aspect-ratio: 1 / 1; } }
  .g_map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

input, textarea {
  border: 1px solid #cccccc;
  width: 100%;
  box-shadow: 2px 2px 3px 1px rgba(204, 204, 204, 0.2);
  box-sizing: border-box;
  padding: .3rem;
  margin-top: .2rem;
  margin-bottom: .5rem; }

textarea {
  height: calc( 1.8em * 5 ); }

input[type="submit"] {
  border: none;
  background-color: #003a70;
  font-weight: 500;
  color: white;
  font-size: 1rem !important;
  padding: 1rem !important;
  border-radius: .5rem; }

input[type="reset"] {
  border: none;
  background-color: #cccccc;
  font-weight: 500;
  color: #003a70;
  font-size: 1rem !important;
  padding: 1rem !important;
  border-radius: .5rem; }

.aform-header, .aform-checking {
  display: none; }

.aform-content dl {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }
  .aform-content dl dt {
    width: 13rem;
    text-align: left;
    margin-bottom: 1rem;
    padding-top: 2rem;
    line-height: 1.8em;
    color: #003a70; }
    .aform-content dl dt label {
      font-size: 1rem;
      font-weight: bold; }
  .aform-content dl dd {
    width: calc(100% - 13rem);
    text-align: left;
    margin-bottom: .5rem;
    padding-top: 1rem; }
    .aform-content dl dd label, .aform-content dl dd .aform-input-example {
      font-size: .8rem; }
  @media (max-width: 560px) {
    .aform-content dl dt, .aform-content dl dd {
      width: 100%; }
    .aform-content dl dt {
      margin-bottom: 0;
      padding-top: .5rem; } }
  .aform-content dl .aform-input-example {
    font-size: .8rem; }
  .aform-content dl .aform-required {
    display: inline-block;
    font-size: .7em;
    color: white;
    background-color: #d50032;
    padding: 0 .5em;
    border-radius: .3em;
    margin-left: .5em;
    line-height: 1.4em; }
  .aform-content dl .aform-validation {
    display: block;
    font-size: .8rem; }

.youtube {
  aspect-ratio: 16 / 9; }
  .youtube iframe {
    border-radius: 1rem;
    width: 100%;
    height: 100%; }
  .youtube video {
    border-radius: 1rem;
    width: 100%;
    height: 100%; }

/*江東YMCA幼稚園用に追記*/
a.c_blue {
  color: #003a70;
  text-decoration: underline; }

.wrap_btn.center.wrap {
  display: flex;
  justify-content: center; }
  .wrap_btn.center.wrap a {
    margin-right: .5rem;
    margin-left: .5rem; }
  @media (max-width: 1350px) {
    .wrap_btn.center.wrap {
      flex-direction: column;
      margin: auto;
      width: 75%; }
      .wrap_btn.center.wrap a {
        margin: .5rem 0 0; } }
  @media (max-width: 560px) {
    .wrap_btn.center.wrap {
      width: 90%; } }

.content {
  margin-bottom: 2rem; }
  .content::after {
    content: "";
    display: block;
    clear: both; }
  .content h2, .content h3, .content h4, .content h5, .content h6 {
    text-align: left;
    margin-top: 1em;
    margin-bottom: .7em; }
  .content p {
    margin-bottom: .5em; }
