@charset "UTF-8";
/*============================

PC

============================*/
header {
  width: 100%;
  position: fixed;
  z-index: 998;
}

nav.pc {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  z-index: 998;
}
nav.pc ul {
  display: flex;
  justify-content: space-between;
}
nav.pc ul li {
  border: 1px solid rgba(255, 255, 255, 0.15);
  width: 20%;
  position: relative;
}
nav.pc ul li:after {
  transition: 0.3s;
  content: "";
  background: #fed400;
  width: 20px;
  height: 4px;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: -5px;
  margin: auto;
}
nav.pc ul li a {
  display: block;
  padding: 25px 0;
}
nav.pc ul li p {
  position: relative;
  z-index: 2;
}
nav.pc ul li p img {
  height: 100%;
  width: auto;
  margin: 0 auto;
}
nav.pc ul li p.number {
  height: 15px;
  width: auto;
  margin-bottom: 22px;
}
nav.pc ul li p.name {
  position: relative;
  height: 33px;
}
nav.pc ul li p.name img.eng, nav.pc ul li p.name img.yellow {
  width: auto;
  height: 11px;
}
nav.pc ul li p.name img.rubi {
  height: 22px;
}
nav.pc ul li p.name img.yellow {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
}
nav.pc ul li.active img, nav.pc ul li:hover img {
  opacity: 1;
}
nav.pc ul li.active:after, nav.pc ul li:hover:after {
  height: 55px;
}
nav.pc ul li.active p.name img.yellow, nav.pc ul li:hover p.name img.yellow {
  display: block;
}

#pp-nav {
  display: none;
}

.section {
  width: 100%;
  height: 100%;
}
.section .contBox {
  width: 92%;
}
.section a.finish{
  transition: 0.3s;
  display: block;
  border: 1px solid #fed400;
  color: #fed400;
  padding: 15px;
  width: 180px;
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 5px;
  margin: 60px auto 0;
  text-align: center;
  text-decoration: none;
}
.section a.finish:hover {
  cursor: pointer;
  background: #fed400;
  color: #fff;
}
.section .contBox .loading{
  width: 100%;
}
.section .pp-tableCell {
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 5;
}
.section div.ttl {
  transition: 0.6s;
  opacity: 0;
  position: absolute;
  left: 60px;
  top: 200px;
}
.section div.ttl h2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 136px;
}
.section div.txtBox {
  transition: 0.6s;
  opacity: 0;
  max-width: 700px;
  margin: 0 auto;
  width: 60%;
  color: #fff;
  font-size: 15px;
  line-height: 34px;
  letter-spacing: 1px;
}
.section div.txtBox p {
  transition: 0.3s;
  text-align: justify;
}
.section div.txtBox ul {
  margin-top: 20px;
}
.section div.txtBox ul li {
  text-indent: -1em;
  margin-left: 1em;
}
.section.active div.ttl {
  transition-delay: 1.3s;
  opacity: 1;
}
.section.active div.txtBox {
  transition-delay: 2s;
  opacity: 1;
}
.sec01 {
  background: url(../../img/top/dot.png), url(../../img/top/sec01_bg01.jpg) no-repeat center center;
  background-size: auto, cover;
}
.sec01 div.ttl {
  position: absolute;
  width: 182px;
}
.sec01 div.ttl h2 {
  background: url(../../img/top/sec01_ttlBg.png) no-repeat right center;
  background-size: contain;
}
.sec01 div.ttl h2 img {
  width: 141px;
  height: auto;
}
.sec01 div.txtBox {
  text-align: center;
}
.sec01 div.txtBox p {
  text-align: center;
  font-size: 18px;
  margin-bottom: 50px;
}

.sec01 div.txtBox form {
	
}
.sec01 div.txtBox form input {
  margin-bottom: 50px;
  width: 100%;
  border-radius: 4px;
  display: block;
  background: url(../../img/top/search.png) no-repeat left 20px center, rgba(255, 255, 255, 0.9);
  background-size: 20px;
  padding: 13px;
  padding-left: 50px;
  font-size: 16px;
  line-height: 1;
}
.sec01 div.txtBox form select {
  margin-bottom: 50px;
  width: 100%;
  border-radius: 4px;
  display: block;
  background: url(../../img/top/select.png) no-repeat right 20px center, rgba(255, 255, 255, 0.9);
  background-size: 15px;
  padding: 13px 50px 13px 20px;
  font-size: 16px;
  line-height: 1;
}
.sec01 div.txtBox form .lotLowBlock{
  position:relative;
}
.sec01 div.txtBox form .error{
  color: red;
  display:none;
}
.sec01 div.txtBox form div.error{
  text-align: left;
}
.sec01 div.txtBox form div.error{
 	position: absolute;
 	top: -30px;
 	left: 2%;
	padding: 2px 10px;
 	color: #fff;
	font-size: 13px;
	background: #ea3939;
}
.sec01 div.txtBox form div.error:before{
	content: "";
	position: absolute;
	top: 100%;
	left: 15%;
 	margin-left: -15px;
	border: 7px solid transparent;
	border-top: 10px solid #ea3939;
}
.sec01 div.txtBox form .error2{
  color: red;
  display:none;
}
.sec01 div.txtBox form div.error2{
  text-align: left;
}
.sec01 div.txtBox form div.error2{
 	position: absolute;
 	top: -30px;
 	left: 2%;
	padding: 2px 10px;
 	color: #fff;
	font-size: 13px;
	background: #ea3939;
}
.sec01 div.txtBox form div.error2:before{
	content: "";
	position: absolute;
	top: 100%;
	left: 15%;
 	margin-left: -15px;
	border: 7px solid transparent;
	border-top: 10px solid #ea3939;
}
@media all and (-ms-high-contrast: none) {
  .sec01 div.txtBox form input {
    padding-top: 15px;
    padding-bottom: 11px;
  }
}
.sec01 div.txtBox form button {
  transition: 0.3s;
  display: block;
  border: 1px solid #fed400;
  color: #fed400;
  padding: 15px;
  width: 180px;
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 5px;
  margin: 0 auto;
}
.sec01 div.txtBox form button:hover {
  cursor: pointer;
  background: #fed400;
  color: #fff;
}
@media all and (-ms-high-contrast: none) {
  .sec01 div.txtBox form button {
    padding-top: 17px;
    padding-bottom: 13px;
  }
}
.sec01 div.txtBox .about {
  margin-top: 30px;
  color: #fed400;
  display: inline-block;
  font-size: 16px;
  position: relative;
  text-decoration: none;
  text-decoration: none;
  position: relative;
  color: #fed400;
}
.sec01 div.txtBox .about:after {
  transition: 0.5s;
  content: "";
  display: block;
  width: 0;
  height: 1px;
  background: #fed400;
  position: absolute;
  left: 0;
  bottom: -3px;
}
.sec01 div.txtBox .about:hover:after {
  width: 100%;
}
.sec01 div.txtBox .about:hover {
  cursor: pointer;
}
.sec01 div.txtBox .about.secc{
  margin-left: 50px;
}

.sec02 {
  background: url(../../img/top/dot.png), url(../../img/top/sec02_bg01.jpg) no-repeat center center;
  background-size: auto, cover;
}
.sec02 div.ttl {
  width: 210px;
  margin-bottom: 50px;
}
.sec02 div.ttl h2 {
  background: url(../../img/top/sec02_ttlBg.png) no-repeat right center;
  background-size: contain;
}
.sec02 div.ttl h2 img {
  width: 204px;
  height: auto;
}

.sec03 {
  background: url(../../img/top/dot.png), url(../../img/top/sec03_bg01.jpg) no-repeat center center;
  background-size: auto, cover;
}
.sec03 div.ttl {
  width: 242px;
  margin-bottom: 50px;
}
.sec03 div.ttl h2 {
  background: url(../../img/top/sec03_ttlBg.png) no-repeat right 53px center;
  background-size: contain;
}
.sec03 div.ttl h2 img {
  width: 242px;
  height: auto;
}

.sec04 {
  background: url(../../img/top/dot.png), url(../../img/top/sec04_bg01.jpg) no-repeat center center;
  background-size: auto, cover;
}
.sec04 div.ttl {
  width: 212px;
}
.sec04 div.ttl h2 {
  background: url(../../img/top/sec04_ttlBg.png) no-repeat right 14px center;
  background-size: contain;
}
.sec04 div.ttl h2 img {
  width: 229px;
  height: auto;
}

.sec05 {
  background: url(../../img/top/dot.png), url(../../img/top/sec05_bg01.jpg) no-repeat center center;
  background-size: auto, cover;
}
.sec05 div.ttl {
  width: 229px;
  margin-bottom: 50px;
}
.sec05 div.ttl h2 {
  background: url(../../img/top/sec05_ttlBg.png) no-repeat right center;
  background-size: contain;
}
.sec05 div.ttl h2 img {
  width: 162px;
  height: auto;
}
.sec05 div.txtBox {
  text-align: center;
}
.sec05 div.txtBox .loading img{
	margin: 0 auto;
	width: 50px;
	height: 50px;
}
.sec05 div.txtBox table {
  transition: 0.3s;
  margin-bottom: 10px;
  width: 100%;
}
.sec05 div.txtBox table th {
  transition: 0.3s;
  vertical-align: top;
  padding-top: 16px;
  font-size: 15px;
  padding-bottom: 10px;
  width: 21.43%;
  max-width: 150px;
  text-align: right;
  color: #fff;
  padding-right: 20px;
  line-height: 1.4;
}
.sec05 div.txtBox table td {
  line-height: 1.4;
  transition: 0.3s;
  vertical-align: top;
  padding-bottom: 10px;
  width: 78.58%;
  max-width: 550px;
  position: relative;
  padding-top: 8px;
  line-height: 1.4;
}
.sec05 div.txtBox table td .error{
  color: red;
}
.sec05 div.txtBox table td div.error{
  text-align: left;
}

.sec05 div.txtBox table td div.error{
 	position: absolute;
 	top: -30px;
 	left: 2%;
	padding: 2px 10px;
 	color: #fff;
	font-size: 13px;
	background: #ea3939;
}
.sec05 div.txtBox table td div.error:before{
	content: "";
	position: absolute;
	top: 100%;
	left: 15%;
 	margin-left: -15px;
	border: 7px solid transparent;
	border-top: 10px solid #ea3939;
}
.sec05 div.txtBox.conf table {
  margin-bottom: 20px;
}
.sec05 div.txtBox.conf table th {
  padding-top: 9px;
}
.sec05 div.txtBox.conf table td {
  transition: 0.3s;
  vertical-align: top;
  font-size: 15px;
  width: 21.43%;
  max-width: 150px;
  text-align: left;
  color: #fff;
  padding-right: 20px;
}
.sec05 div.txtBox input[type="text"],
.sec05 div.txtBox textarea {
  width: 100%;
  border-radius: 4px;
  display: block;
  background: rgba(255, 255, 255, 0.9);
  padding: 9px;
  font-size: 15px;
  line-height: 1;
}
@media all and (-ms-high-contrast: none) {
  .sec05 div.txtBox input[type="text"],
  .sec05 div.txtBox textarea {
    padding-top: 11px;
    padding-bottom: 7px;
  }
}
.sec05 div.txtBox textarea {
  line-height: 20px;
  resize: vertical;
}
.sec05 div.txtBox .policy {
  text-align: center;
  margin-bottom: 45px;
  letter-spacing: 1px;
}
.sec05 div.txtBox .policy .error{
  color: red;
}
.sec05 div.txtBox .policy .error{
  position: absolute;
  top: -40px;
  left: -10px;
  padding: 2px 5px;
  color: #fff;
  font-size: 13px;
  background: #ea3939;
}
.sec05 div.txtBox .policy .error:before{
  content: "";
  position: absolute;
  top: 100%;
  left: 12%;
  margin-left: -15px;
  border: 7px solid transparent;
  border-top: 10px solid #ea3939;
}
.sec05 div.txtBox .policy label {
  position: relative;
}
.sec05 div.txtBox .policy label:hover {
  cursor: pointer;
}
.sec05 div.txtBox .policy label input[type="checkbox"] {
  display: none;
}
.sec05 div.txtBox .policy label input[type="checkbox"]:checked + span:after {
  content: "";
  display: block;
  width: 4px;
  height: 8px;
  border-right: 2px solid  #000;
  border-bottom: 2px solid  #000;
  transform: rotate(45deg);
  position: absolute;
  left: 3px;
  top: 3px;
}
.sec05 div.txtBox .policy label span {
  padding-left: 20px;
  position: relative;
}
.sec05 div.txtBox .policy label span.chk_k:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  width: 12px;
  height: 12px;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 2px;
}
.sec05 div.txtBox .policy a {
  color: #fed400;
  position: relative;
  text-decoration: none;
  text-decoration: none;
  position: relative;
  color: #fed400;
}
.sec05 div.txtBox .policy a:after {
  transition: 0.5s;
  content: "";
  display: block;
  width: 0;
  height: 1px;
  background: #fed400;
  position: absolute;
  left: 0;
  bottom: -3px;
}
.sec05 div.txtBox .policy a:hover:after {
  width: 100%;
}
.sec05 div.txtBox button {
  transition: 0.3s;
  display: block;
  border: 1px solid #fed400;
  color: #fed400;
  padding: 15px;
  width: 180px;
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 2px;
  margin: 0 auto;
}
.sec05 div.txtBox button:hover {
  cursor: pointer;
  background: #fed400;
  color: #fff;
}
@media all and (-ms-high-contrast: none) {
  .sec05 div.txtBox button {
    padding-top: 17px;
    padding-bottom: 13px;
  }
}

/*縦がないとき*/
@media screen and (max-height: 820px) {
  nav.pc ul li a {
    padding: 18px 0;
  }
  nav.pc ul li p.number {
    margin-bottom: 18px;
  }
  nav.pc ul li p.name {
    height: 11px;
  }
  nav.pc ul li p.name img.rubi {
    display: none;
  }
  nav.pc ul li.active:after, nav.pc ul li:hover:after {
    height: 45px;
  }

  .section div.txtBox {
    max-width: 600px;
  }
  .section div.ttl {
    top: 20vh;
    left: 4%;
  }

  .sec01 div.ttl {
    width: 178px;
  }
  .sec01 div.txtBox p {
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 40px;
  }
  .sec01 div.txtBox form input {
    margin-bottom: 40px;
    padding: 12px;
    padding-left: 50px;
    font-size: 14px;
  }
  .sec01 div.txtBox form button {
    padding: 10px 10px 9px;
    width: 180px;
  }
  .sec01 div.txtBox a.about {
    margin-top: 40px;
    font-size: 14px;
  }

  .sec05 div.ttl {
    width: 210px;
  }
  .sec05 div.txtBox table {
    margin-bottom: 2vh;
  }
  .sec05 div.txtBox table th {
    /*padding-top: 9px;*/
    font-size: 14px;
    padding-bottom: 12px;
    width: 23%;
    max-width: 120px;
    padding-right: 16px;
  }
  .sec05 div.txtBox table td {
    padding-bottom: 12px;
    width: 77%;
    max-width: 450px;
  }
  .sec05 div.txtBox input[type="text"],
  .sec05 div.txtBox textarea {
    padding: 4px 10px;
    font-size: 14px;
  }
  .sec05 div.txtBox textarea {
    line-height: 24px;
    resize: none;
  }
  .sec05 div.txtBox .policy {
    margin-bottom: 3vh;
  }
  .sec05 div.txtBox .policy a {
    font-size: 14px;
  }
  .sec05 div.txtBox button {
    padding: 10px;
  }
  .sec05 div.txtBox table td div.error {
    padding: 0px 5px;
    font-size: 13px;
  }
}