@font-face {
    font-family: 'Noto Sans Japanese';
    font-style: normal;
    font-weight: 400;
    src: url('fonts/NotoSansCJKjp-Regular.woff2') format('woff2'),
	     url('fonts/NotoSansCJKjp-Regular.woff') format('woff'),
	     url('fonts/NotoSansCJKjp-Regular.ttf')  format('truetype'),
         url('fonts/NotoSansCJKjp-Regular.eot') format('embedded-opentype');
}
html {
  font-size: 62.5%;
}
body {
  font-family: 'Noto Sans Japanese';
  box-sizing: border-box;
}
.sp {
  display: none;
}
.pc {
  display: block;
}

#formWrap {
	width:700px;
	margin:0 auto;
	color:#555;
	line-height:120%;
	font-size: 1.6rem;
  margin-bottom: 150px;
}
h1 {
  text-align: center;
  margin: 50px 0;
  font-size: 4rem;
  font-weight: bold;
  line-height: 65px;
}
.description {
  border: 1px solid black;
  padding: 15px;
  font-size: 2rem;
  line-height: 30px;
}
.date {
  text-align: center;
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 32px;
  margin-top: 20px;
}
h2 {
  border-bottom: 1px solid black;
  margin-top: 35px;
  padding-bottom: 12px;
  margin-bottom: 0;
}


table.formTable{
	width:100%;
	margin:0 auto;
	border-collapse:collapse;
  margin-bottom: 50px;
}
table.formTable td{
  height: 90px;
}
table.formTable th{
	width:40%;
	font-weight:normal;
	text-align:left;
  padding-left: 10px;
  line-height: 30px;
  line-height: 70px;
}
.req {
  width: 10%;
}
.req span {
  background: red;
  color: white;
  padding: 5px;
  border-radius: 5px;
  font-size: 1.4rem;
}
table.formTable p {
  margin: 0;
  margin-top: 2px;
  font-size: 1.4rem;
}
table.formTable input {
  width: 100%;
  height: 30px;
  background-color: #efefef;
  border: 1px solid #888;
  border-radius: 5px;
  font-size: 1.4rem;
  box-sizing: border-box;
  padding-left: 5px;
  margin-top: 23px;
}
table.formTable select {
  width: 100%;
  height: 30px;
  box-sizing: border-box;
  font-size: 1.4rem;
  background-color: #efefef;
  border-radius: 5px;
}
.areainput {
  margin-top: 0 !important;
}
.submit {
  cursor: pointer;
  width: 150px;
  height: 55px;
  font-size: 2.5rem;
  background-color: #0075C2;
  border: none;
  border-radius: 7px;
  color: white;
}

/* レスポンシブ対応 */
@media screen and (max-width:767px) {
  #formWrap {
    width: 100%;
    margin: 0 auto;
  }
  .description {
    width: 100%;
    box-sizing: border-box;
  }
  table.formTable th {
    font-size: 1.4rem;
  }
}
/*　簡易版レスポンシブ用CSS（必要最低限のみとしています。ブレークポイントも含め自由に設定下さい）　*/
@media screen and (max-width:572px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  h1 {
    font-size: 3rem;
  }
  .description {
    font-size: 1.6rem;
    line-height: 25px;
  }
  .date {
    font-size: 2rem;
  }
  table.formTable th {
    width: 78vw;
    display: inline-block;
  	font-size: 2rem;
    line-height: 38px;
    margin-top: 20px;
  }
  table.formTable td {
    height: 55px;
    width: 100%;
    display: inline-block;
  }
  .req {
    height: 25px !important;
    width: 40px !important;
    margin-top: 20px !important;
  }
  table.formTable input {
    margin-top: 0;
  }
  .thfix {
    width: 100% !important;
  }
  .spfix {
    display: none !important;
  }
}


/* thanks */
.thanks-text {
  font-size: 3rem;
  color: #555;
  margin: 60px 0;
}
.next-text {
  font-size: 2.5rem;
  color: #555;
}
.sitetop {
  margin-top: 90px;
  font-size: 1.3rem;
}
@media screen and (max-width:572px) {
  .thanks-text {
    font-size: 2rem;
  }
  .next-text {
    font-size: 1.8rem;
  }
}
