@charset "utf-8";
@import url("https://fonts.googleapis.com/css?family=Sumana");

.pc_br {
  display: block;
}

.pc_none {
  display: none;
}

.sp_none {
  display: block;
}

form br {
  display: block !important;
}

input,
textarea {
  font-size: 16px !important;
  line-height: 24px;
  padding: 0.3em 0.5em 0.35em;
  border: #a5a5a5 solid 1px;
}

input[value] {
  color: #333;
}

input:focus,
select:focus,
textarea:focus {
  outline: 1px #e66d26 solid;
  -webkit-box-shadow: 0px 0px 3px #e66d26;
  box-shadow: 0px 0px 3px #e66d26;
}

input[type="submit"]:hover,
input[type="reset"]:hover {
  background-color: rgba(175, 9, 9, 1);
  color: #fff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

input[type="submit"],
input[type="reset"],
input[type="button"],
button {
  cursor: pointer;
}

table tr:nth-child(8) td:nth-child(1)::before,
table tr:nth-child(8) td:nth-child(1)::after {
  content: "";
  padding: 0;
  margin: 0;
}

@media screen and (min-width: 737px) {
  body,
  tr,
  td {
    font-size: 16px;
    line-height: 160%;
  }

  h2 {
    font-size: 32px;
    font-weight: bold;
    margin: 3em auto 2em;
  }

  table {
    max-width: 900px;
  }

  table tr td {
    padding: 10px;
    vertical-align: top;
  }

  table tr td:nth-child(odd) {
    width: 22%;
  }

  /*
  table tr td:nth-child(odd)::before {
    content: "必須";
    background: #E80003;
    color: #FFFFFF;
    padding: 5px 8px 6px;
    font-size: 14px;
    margin-right: 8px;
  }

  table tr:nth-child(7) td:nth-child(1)::before {
    content: "任意";
    background: #90b191;
    color: #FFFFFF;
    padding: 5px 8px 6px;
    font-size: 14px;
    margin-right: 8px;
  } */
  table tr td:nth-child(even) {
    width: 66%;
  }

  input[type="submit"] {
    width: 400px;
  }

  input[type="reset"] {
    width: 200px;
  }

  input,
  textarea {
    width: 590px;
  }

  input[type="checkbox"] {
    width: 14px;
    height: 14px;
    -moz-transform: scale(1.4);
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
    margin: 0 0.3em 0.6em 0;
  }

  #Toiawase {
    margin: 8em auto 3em;
    padding: 1em;
    max-width: 980px;
  }

  #Toiawase h2 {
    font-size: 56px;
    text-align: center;
    letter-spacing: 4px;
    margin: 0;
  }

  #Toiawase h3 {
    font-size: 24px;
    text-align: center;
    letter-spacing: 4px;
    margin-top: 1em;
    font-weight: bold;
  }

  #Toiawase .tell_info a {
    font-size: 36px;
    margin: 0 0 0 1em;
    font-weight: bold;
    letter-spacing: 4px;
    line-height: 36px;
    color: #000;
    text-decoration: none;
  }

  #Toiawase .tell_info {
    margin-top: 5em;
    text-align: center;
    padding-top: 1.6em;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 1.3em;
    border: solid 1px #555;
  }

  #Toiawase .tell_info span {
    font-size: 21px;
    letter-spacing: 1px;
    font-weight: bold;
    position: relative;
    top: -7px;
    left: 0;
  }

  .btarea {
    margin: 0 auto;
    padding: 3em 0;
    text-align: center;
  }

  input[type="submit"] {
    background-color: rgba(230, 109, 38, 1);
    color: #fff;
    margin: 1em;
    border: none;
    padding: 1em 4em;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  input[id="bt2"] {
    background-color: rgba(0, 0, 0, 0.6);
    color: #fff;
    margin: 0 0 1em;
    border: none;
    max-width: 70%;
    padding: 0.6em;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  input[type="reset"] {
    background-color: rgba(202, 202, 202, 1);
    color: #333;
    margin: 1em;
    border: none;
    padding: 1em 2em;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  .footer_copy {
    width: 100%;
    font-size: 14px;
    color: #888;
    margin: 2em auto;
    text-align: center;
  }
}

/*----- smaph -----*/
@media screen and (max-width: 736px) {
  table {
    margin: 0 0.7em;
    width: 92%;
  }

  table tr td {
    display: list-item !important;
    list-style: none;
    border: none;
    width: 100%;
  }

  table tr td:nth-child(odd) {
    margin: 12px 0;
  }

  table tr td:nth-child(even) {
    margin: 0 0 1em;
  }

  /*
	table tr td:nth-child(odd)::after {
		content: "必須";
		background: #E80003;
		color: #FFFFFF;
		padding: 3px 5px 4px;
		font-size: 13px;
		position: relative;
		top: -1px;
		left: 8px;
	}

	table tr:nth-child(7) td:nth-child(1)::after {
		content: "任意";
		background: #90b191;
		color: #FFFFFF;
		padding: 3px 5px 4px;
		font-size: 13px;
		position: relative;
		top: -1px;
		left: 8px;
	} */
  input[type="submit"] {
    width: 100%;
  }

  input[type="reset"] {
    width: 100%;
  }

  input,
  textarea {
    width: 100%;
  }

  input[type="checkbox"] {
    width: 14px;
    height: 14px;
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  #Toiawase {
    margin: 75px auto 0;
    padding: 0;
    width: auto;
  }

  #Toiawase h2 {
    font-size: 3.2em;
    text-align: center;
    letter-spacing: 2px;
  }

  #Toiawase h3 {
    font-size: 1.5em;
    text-align: center;
    letter-spacing: 3px;
    margin-top: 0;
    font-weight: bold;
  }

  #Toiawase .tell_info a {
    font-size: 1.3em;
    font-weight: bold;
    letter-spacing: 1px;
    text-align: center;
    color: rgba(0, 132, 16, 1);
  }

  #Toiawase .tell_info {
    margin-top: 2em;
    text-align: center;
    padding: 1.5em 0.6em;
    width: 95%;
  }

  #Toiawase .tell_info span {
    font-size: 21px;
    letter-spacing: 1px;
    margin-bottom: 0.7em;
    font-weight: bold;
    display: block;
  }

  #Toiawase .tell_info a {
    position: relative;
    margin-left: 0;
  }

  .drop-shadow {
    position: relative;
    padding: 1em;
    margin: 1em auto;
    background: #fff;
    -webkit-box-shadow: 0 1px 4px rgba(111, 111, 111, 0.3), 0 0 60px rgba(111, 111, 111, 0.1) inset;
    -moz-box-shadow: 0 1px 4px rgba(111, 111, 111, 0.3), 0 0 40px rgba(111, 111, 111, 0.1) inset;
    box-shadow: 0 1px 4px rgba(111, 111, 111, 0.3), 0 0 40px rgba(111, 111, 111, 0.1) inset;
  }

  .drop-shadow:before,
  .drop-shadow:after {
    content: "";
    position: absolute;
    z-index: -2;
    bottom: 15px;
    left: 10px;
    width: 50%;
    height: 20%;
  }

  .drop-shadow:after {
    right: 10px;
    left: auto;
  }

  .round {
    -moz-border-radius: 4px;
    border-radius: 4px;
  }

  .round:before,
  .round:after {
    max-width: 300px;
    -webkit-box-shadow: 0 15px 10px rgba(111, 111, 111, 0.7);
    -moz-box-shadow: 0 15px 10px rgba(111, 111, 111, 0.7);
    box-shadow: 0 15px 10px rgba(111, 111, 111, 0.7);
    -webkit-transform: rotate(-3deg);
    -moz-transform: rotate(-3deg);
    -o-transform: rotate(-3deg);
    transform: rotate(-3deg);
  }

  .round:after {
    -webkit-transform: rotate(3deg);
    -moz-transform: rotate(3deg);
    -o-transform: rotate(3deg);
    transform: rotate(3deg);
  }

  .btarea {
    margin: 0 auto;
    padding: 1.5em 0.7em;
    text-align: center;
  }

  input[type="submit"] {
    background-color: rgba(230, 109, 38, 1);
    color: #fff;
    margin: 0 0 1em;
    border: none;
    padding: 1em;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  input[id="bt2"] {
    background-color: rgba(0, 0, 0, 0.6);
    color: #fff;
    margin: 0 0 1em;
    border: none;
    max-width: 70%;
    padding: 0.6em;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  input[type="reset"] {
    background-color: rgba(202, 202, 202, 1);
    color: #333;
    margin: 0;
    border: none;
    padding: 0.5em;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  .footer_copy {
    width: 100%;
    font-size: 14px;
    color: #888;
    margin: 1em auto;
    text-align: center;
  }
}

.notice {
  color: #333;
  padding: 2em;
  background-color: rgba(238, 246, 255, 1);
  border-radius: 10px;
  font-size: 16px;
  line-height: 28px;
  box-shadow: 2px 2px 4px 4px rgb(52 80 122 / 6%);
  -webkit-box-shadow: 2px 2px 4px 4px rgb(52 80 122 / 6%);
  display: inline-block;
  margin: 1em auto;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 1);
  letter-spacing: 0.1em;
  display: block;
  max-width: 950px;
}

.notice p {
  color: #cf0003;
  margin: 0;
  font-weight: bold;
  padding-bottom: 18px;
  font-size: 1.14em;
}

.notice strong {
  display: block;
  margin: 1em auto 0;
  font-weight: bold;
}

@media screen and (max-width: 736px) {
  .notice {
    border-radius: 8px;
    font-size: 14px;
    line-height: 22px;
    display: inline-block;
    max-width: 100%;
  }

  .notice p {
    padding-bottom: 14px;
    font-size: 1.14em;
  }
}
