@charset "UTF-8";

h2 {
  padding:80px 0;
  background: url(../img/entry-ttl-bg.jpg) no-repeat;
  background-size: cover;
  color: #fff;
  text-shadow: 0px 0px 10px rgba(0,0,0,0.3);
  text-align: center;
  line-height: 1;
  letter-spacing: 0.1em;
  font-size: 4.6rem;
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
}
h2 span {
  display: block;
  margin-top: 1.25em;
  font-size: 1.8rem;
  font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;
}

.txt {margin: 50px 0;}
.txt p {
  margin-bottom: 1em;
  text-align: center;
  font-size: 1.6rem;
}

.bg_01 {padding:5px 0;}

.form {
  width: 980px;
  margin:0 auto 100px;
  padding: 50px;
  background: #fff;
  box-sizing: border-box;
}
.form table {
  width: auto;
  margin: 0 auto;
  font-size: 1.6rem;
  text-align: left;
}
.form table th,.form table td {
  padding-bottom: 1.5em;
  vertical-align: middle;
}

.form th {
  width: 10.5em;
  padding-right: 40px;
  font-weight: bold;
}
.form th.req:after {
  content: "必須";
  padding: 4px 8px;
  margin-left: 10px;
  background: #F71E8B;
  color: #fff;
  font-size: 1.2rem;
  font-weight: bold;
}

.form input,
.form textarea{
  padding: 5px;
  border: #ccc solid 1px;
  border-radius: 5px;
}
.form textarea {
  font-size: 1.6rem;
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI semibold", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic", "Segoe UI", Verdana, Meiryo, sans-serif;
}

.form input[type="radio"]{display: none;}
.form label {
  display: block;
  margin: 5px 0;
  cursor: pointer;
  position: relative;
  padding-left: 25px;
}
.form label:before {
  content:"";
  position: absolute;
  top: 50%;
  left: 0;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  border: #ccc solid 1px;
  border-radius: 50%;
  box-sizing: border-box;
}
.form input[type="radio"]:checked + label:before {
  border:#ccc solid 1px;
}
.form input[type="radio"]:checked + label:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 5px;
  width: 10px;
  height: 10px;
  margin-top: -5px;
  border-radius: 50%;
  background: #666;
}
.form td p {
  margin: 3px 0;
  font-size: 1.4rem;
}

.form .btn {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 50px auto;
}
.form .btn input {
  padding: 10px 60px;
  color: #fff;
  border: #ea5811 solid 2px;
  background: #ea5811;
  border-radius: 50vh;
  font-size: 2.4rem;
  font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;
  cursor: pointer;
  transition: .3s;
}
.form .btn input:hover {
  background: transparent;
  color: #ea5811;
}

/*-----------------------
  sp
-----------------------*/
@media screen and (max-width: 801px){
  h2 {
    padding: 40px 0;
    font-size: 3.6rem;
  }
  h2 span {font-size: 1.2rem;}
  
  .txt {
    width: calc(100% - 20px);
    margin: 50px auto;
  }
  .txt p {font-size: 1.4rem;}
  
  .form {
    width: calc(100% - 20px);
    margin: 0 auto 80px;
    padding: 30px 30px 5px;
  }
  
  .form table, .form tbody, .form table tr, .form table th, .form table td {
    overflow: hidden;
    display: block;
    width: 100%;
  }
  .form table th {
    font-size: 1.4rem;
    padding-bottom: 10px;
  }
  .form th.req:after {
    padding: 5px;
    font-size: 1.0rem;
  }
  .form table td {padding-bottom: 25px;}
  
  .form label {margin: 0 0 10px;}
  .form input, .form textarea {
    width: 100%;
    padding: 8px;
    box-sizing: border-box;
  }
  .form td p {font-size: 1.3rem;}
  
  .form .btn {
    flex-wrap: wrap;
    width: 100%;
    margin: 25px auto;
  }
  .form .btn input {font-size: 1.8rem;}

}

/*  check
---------------------------------------------------------- */
.error_txt {
  margin-bottom: 60px;
  text-align: center;
  font-size: 1.6rem;
}
.error_txt p {margin-bottom: 1em;}

.form .btn input.back {
  margin-left: 30px;
  border: #888 solid 2px;
  background: #888;
}
.form .btn input.back:hover {
  background: transparent;
  color: #888;
}

/*-----------------------
  sp
-----------------------*/
@media screen and (max-width: 801px){
  table.check th {padding: 0 0 5px;}
  table.check td {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: #ccc dotted 1px;
    font-size: 1.8rem;
  }
  
  .form .btn input.back {
    margin: 10px 0 0;
  }
}

/*  thanks
---------------------------------------------------------- */
.thanks {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 100px;
}
.thanks h3 {
  margin: 50px 0;
  font-size: 3.8rem;
  font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;
}
.thanks p {
  margin-bottom: 1em;
  text-align: center;
  font-size: 1.6rem;
}

.thanks a {
  margin: 20px 0;
  padding: 10px 30px;
  border: #000 solid 2px;
  color: #000;
  text-decoration: none;
  font-size: 1.8rem;
  font-weight: bold;
  transition: .5s;
}
.thanks a:hover {
  background: #000;
  color: #fff;
}


/*-----------------------
  sp
-----------------------*/

@media screen and (max-width: 801px){
  .thanks {
    width: calc(100% - 20px);
    margin: 0 auto 50px;
  }
  .thanks h3 {
    margin: 30px 0;
  }
  .thanks p {
    width: 100%;
    text-align: left;
    font-size: 1.4rem;
  }
}