.entrytype {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
}
.entrytype li {
  width: 300px;
  margin: 0 15px;
}
.entrytype li a {
  border-radius: 40px 40px 0 0;
  color: #fff;
  background: #41bdce;
  display: block;
  line-height: 1.6;
  text-align: center;
  padding: 20px 0;
}
.entrytype li a.on {
  background: #fff554;
  color: #262253;
}
.entrytype li a .jp { display: block; font-size: 22px; font-weight: bold;}
.entrytype li a .en { display: block; font-size: 10px; font-weight: 600;}
@media only screen and (max-width: 782px) {
  header.header { width: 100%;}
  .mainimg { padding-top: min(22vw, 110px);}
  .mainimg img { border-radius: 0;}
  .mainimg figure { height: 66.6vw;}
  .entrytype { width: calc(100% + 4vw); margin-left: -2vw;}
  .entrytype li {
    width: 150px;
    margin: 0 2vw;
  }
  .entrytype li a {
    border-radius: 20px 20px 0 0;
    padding: 12px 0;
  }
  .entrytype li a .jp { font-size: 15px;}
  .entrytype li a .en { transform: scale(0.8);}
}

main h2 {
  margin-top: 100px;
  text-align: center;
}
main h2:first-child { margin-top: -30px;}
main h2 .mincho { font-size: 45px; line-height: 1; display: block;}
main h2 .en { font-size: 14px; line-height: 1.4; display: block; margin-top: 15px;}
.h302 {
  margin-top: 70px;
  background: #262253;
  color: #fff;
  font-size: 24px;
  line-height: 1.5;
  padding: 15px 0 15px 40px;
}
@media only screen and (max-width: 782px) {
  main h2 { margin-top: 60px;}
  main h2 .mincho { font-size: 22px; }
  main h2 .en { font-size: 10px;margin-top: 8px;}
  .h302 { margin-top: 35px; font-size: 16px;padding: 10px 0 10px 5vw; width: calc(100% + 10vw); margin-left: -5vw; box-sizing: border-box;}
}
.tb01 {
  margin-top: 60px;
  border-top: #e2eaef 1px solid;
  border-collapse: collapse;
  width: 100%;
}
.tb01 th {
  width: 200px;
  box-sizing: border-box;
  padding: 15px 0 15px 25px;
  vertical-align: top;
  font-weight: bold;
  text-align: left;
  border-bottom: #e2eaef 1px solid;
}
.tb01 th::before { content: "■"}
.tb01 td {
  padding: 15px 0;
  border-bottom: #e2eaef 1px solid;
}
@media only screen and (max-width: 782px) {
  .tb01 {
    margin-top: 30px;
    width: calc(100% + 10vw);
    margin-left: -5vw;
    display: block;
  }
  .tb01 tbody,
  .tb01 tr,
  .tb01 th,
  .tb01 td { display: block;}
  .tb01 th {
    width: auto;
    padding: 10px 0 0px 5vw;
    vertical-align: top;
    border-bottom: none;
  }
  .tb01 td {
    padding: 5px 0 10px 5vw;
  }
}

.the-contents { margin-top: 2rem;}

span.check { display: block; margin-top: 20px;}
span.check label { display: inline-flex; align-items: center;}
span.check label input[name="actions[]"] { opacity: 0; position:absolute;}


.cp_ipselect2 {
	overflow: hidden;
	width: 30rem;
  max-width: 100%;
	margin: 0 0 0 0;
  position: relative;
  border-radius: 5px;
	background: #e8f9fb;
}

.cp_ipselect2 select {
	width: 100%;
	padding-right: 2rem;
	cursor: pointer;
	text-indent: 0.01px;
	text-overflow: ellipsis;
	border: none;
	outline: none;
	background: transparent;
	background-image: none;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none;
  padding: 2rem 2.8rem;
  font-size: 1.6rem;
}
@media only screen and (max-width: 782px) {
  .cp_ipselect2 { width: calc(100% - 2rem); margin-top: 0;}
  .cp_ipselect2 select { font-size: 1.2rem;}
}
.cp_ipselect2 select::-ms-expand {
  display: none;
}

.cp_ipselect2::before {
	position: absolute;
	top: 1.8rem;
	right: 2rem;
	width: 1rem;
	height: 1rem;
	padding: 0;
	content: '';
	border: 1px solid transparent;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
  transform: rotate(45deg);
	pointer-events: none;
  z-index: 2;
}
.cp_ipselect2::after {
  content: "";
  background: #333366;
  border-radius: 0 5px 5px 0;
  position: absolute;
  z-index: 1;
  right: 0;
  top: 0;
  width: 5rem;
  height: 100%;
  pointer-events: none;
}



