@charset "UTF-8";


main a {
  color:#0095B3;
  text-decoration: underline;
}
main a:hover {
  color:#00c8c8;
  text-decoration: none;
}

main a:link {
  color:#0095B3;
  text-decoration: underline;
}

main a:visited {
  color:#0095B3;
  text-decoration: underline;
}


main p {
  margin-left: 0px;
}


table{
  max-width: 96.4rem;
}

.checkArea input,
.checkArea label{
  vertical-align:-0.1rem;
}

table td input,
table td textarea{
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

table th{
  background-color: #f0f0f0;
  font-weight: bold;
  vertical-align: middle;
  padding: 1rem 2rem;
  border: solid 2px #fff;
  text-align: left;
  width: 25rem;
}

table td{
  background-color: #fafafa;
  font-weight: bold;
  vertical-align: middle;
  padding: 1rem 2rem;
  border: solid 2px #fff;
  width: 69.7rem;
}

table td span{
  font-weight: normal;
}

table td .checkArea{
  vertical-align: middle;
}

.checkArea .checkboxArea01{
  display: inline-block;
}

.checkArea .checkboxArea02{
  vertical-align:top;
  display: inline-block;
  padding-right: 2rem;
}

.checkArea .checkboxArea03{
  vertical-align:top;
  display: inline-block;
}


@media screen and (max-width:769px) {

table{
  width: 100%;
}

table th{
  display: block;
  width: 100%;
}

table td{
  display: block;
  width: 100%;
}


}
/*================================================
 *  form
 ================================================*/


 /* 送信ボタン */
input[type="submit"] {
  -webkit-appearance: none;
  padding: 1rem 5rem;
  border: none;
  background-color: #0095B3;
  border-radius:0.5rem;
  color: #fff;
}

 /* 送信ボタン - マウスオーバー時 */
input[type="submit"]:hover {
  -webkit-appearance: none;
  opacity:0.8;
}

 /* 送信ボタン - 押せないとき */
input[type="submit"][disabled] {
  -webkit-appearance: none;
  background-color: #ccc;
  cursor: default;
}


form span.red{
  font-size: 1rem;
  color:#FF0004;
  border:1px solid #FF0004;
  padding: 0.2rem;
  margin-left:1rem;
  margin-right:1rem;
  border-radius: 5px;
  -webkit-border-radius: 5px;  /* Safari,Google Chrome用 */
  -moz-border-radius: 5px;   /* Firefox用 */
}

form span.gray{
  font-size: 1rem;
  color:#444;
  border:1px solid #444;
  padding:0.2rem;
  margin-left:1rem;
  margin-right:1rem;
  border-radius: 5px;
  -webkit-border-radius: 5px;  /* Safari,Google Chrome用 */
  -moz-border-radius: 5px;   /* Firefox用 */
}

.inputArea {
  width:100%;
}

.tred {
  color:red;
}
