@charset "utf-8";
/* CSS Document */
.fadeDown {
  animation-name: fadeDownAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}
@keyframes fadeDownAnime {
  from {
    opacity: 0;
    transform: translateY(-100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeDownTrigger {
  opacity: 0;
}
main {
  position: relative;
}
main::before {
  content: "";
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 40px;
  display: block;
}
nav, section {
  display: block;
}
.content-inner-lg-y {
  padding-top: 40px;
  padding-bottom: 80px;
}
@media (min-width: 1200px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1340px;
  }
}
.justify-content-center {
  justify-content: center !important;
}
@media (min-width: 1200px) {
  .col-xl-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
}
@media (min-width: 992px) {
  .col-lg-11 {
    flex: 0 0 91.66666667%;
  }
}
.c-title__secondary.-center {
  text-align: center;
}
.c-title__secondary {
  margin-bottom: 0;
  font-weight: 400;
}
h3 {
  font-size: 1.5rem;
}
.c-title__secondary .c-title__secondary--en {
  font-size: 1.1rem;
  color: #005060;
  display: block;
}
.c-title__secondary .c-title__secondary--ja {
  margin-top: 12px;
  font-size: 1.6rem;
  display: block;
}
.c-title__secondary + * {
  margin-top: 32px;
}
.mb30 {
  margin-bottom: 30px !important;
  margin:0 4vw;
}
.pb10 {
  padding-bottom: 10px !important;
}
.mb20 {
  margin-bottom: 20px !important;
	margin-top: 28px;
}
.table-responsive{
	margin-top: -20px;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
}
.h4, h4 {
  font-size: 1.5rem;
	font-weight: 600;
}


	h4{
		position: relative;
		margin-left: 5vw;
		color: #005060;
		padding: 10px;
		margin-bottom: 80px;
		margin-top: 60px;
		
	}
	h4::before{
		content: "";
    display: inline-block;
    width: 2px;
    height: 22px;
    background-color: #629098;
    position: absolute;
    left: -3px;
	}



p {
  margin-top: 0;
  margin-bottom: 1rem;
}
.mb100 {
  margin-bottom: 100px;
}
.mt50 {
  margin-top: 50px;
}
.text-center {
  text-align: center;
}
.mb20 li{
	font-size: 1.3rem;
    margin-left: 57px;
    /* margin-top: 28px; */
    /* padding: 20px; */
    padding-top: 20px;
}
@media (max-width: 767px) {
  .content-inner-lg-y {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (max-width: 991px) {
  .content-inner-lg-y {
    padding-top: 40px;
    padding-bottom: 60px;
  }
  .content-inner-lg-y {
    padding-top: 40px;
    padding-bottom: 80px;
  }
}

th{
position: relative;
	padding: 2px 30px 0px;
}th::before{
	content: "";
	position: absolute;
	border: 1px solid #333;
    
    top: 0;
    width: 100%;
    right: -6px;
    bottom: -3px;

}

td{
	position: relative;
	padding: 2px 30px;
}td::before{
	content: "";
	position: absolute;
	border: 1px solid #333;

    top: 0;
    width: 100%;
    right: -3px;
    bottom: -3px;

}
th span{
	padding-left: 7px;
}

.close {
  position: relative;
}
.close a{
  display: grid;
}
.close img {
  width: 100vw;
	height: 90px;
}
.close p {
  color: #e2d9c8;
  font-size: 250%;
	letter-spacing: 2px;
  position: absolute;
  left: 50%;
  top: 50%;
	transform: translate(-50%,-50%);
}

@media (max-width: 405px){
	.table-responsive{
		margin-left: -13px;
	}
	th {
    position: relative;
		padding: 2px 14px;}
	
	th::before {
    content: "";
    position: absolute;
    border: 1px solid #333;
    top: 0;
    width: 100%;
    right: -3px;
    bottom: -3px;
}
	th span {
    padding-left: 5px;
}
	td {
    position: relative;
    padding: 2px 10px;
}
	td::before {
    right: 0px;
	}
}
@media (max-width: 318px){
		td {
    position: relative;
    padding: 2px 6px;
}

	.table-responsive{
		margin-left: -23px;
	}
}