@charset "utf-8";
/* 必ずご確認ください
--------------------------------------------------*/
.notice {
  margin: 0 0 30px;
}
#contents .notice h2 {
  padding: 20px 0 30px;
}
.notice li {
  list-style-type: none;
  position: relative;
  padding-left: 32px;
  line-height: 1.6;
  margin: 0 0 10px;
  font-size: 1.1em;
}
.notice li .checkMark {
  position: absolute;
  display: block;
  top: 2px;
  left: 0;
  width: 22px;
  height: 22px;
  background-color: #f09600;
  border-radius: 3px;
}
.notice li .checkMark::after {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  left: 4px;
  width: 12px;
  height: 6px;
  margin-top: -7px;
  border-left: 3px solid #FFF;
  border-bottom: 3px solid #FFF;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
@media screen and (max-width: 767px) {
  .notice {
    margin: 0 0 20px;
  }
  #contents .notice h2 {
    padding: 15px 0 20px;
  }
}
/* contents
--------------------------------------------------*/
#contents h2 {
  padding: 30px 0;
  font-size: 2em;
  text-align: center;
  font-weight: 700;
}
#contents .inner {
  max-width: 820px;
  margin: auto;
  padding: 0px 40px 80px;
}
#contents table {
  width: 100%;
  margin-bottom: 40px;
  border-top: 1px solid #ccc;
}
#contents th {
  padding: 15px 10px;
  text-align: left;
  vertical-align: middle;
  border-bottom: 1px solid #ccc;
  font-weight: bold;
  white-space: nowrap;
  line-height: 1.5;
}
#contents th .red {
  color: #FF0000;
  font-weight: bold;
}
#contents td {
  padding: 15px 0 15px 20px;
  text-align: left;
  border-bottom: 1px solid #ccc;
  vertical-align: middle;
  width: 100%;
  line-height: 1.5;
}
#contents .mandatory {
  color: #FF0000;
  border: 1px solid #FF0000;
  line-height: 16px;
  display: inline-block;
  font-size: 0.8em;
  padding: 3px 5px;
}
#contents p {
  line-height: 1.6;
}
#contents .mBtm10 {
  margin-bottom: 1%;
}
#contents .mBtm20 {
  margin-bottom: 2%;
}
#contents .mBtm30 {
  margin-bottom: 3%;
}
#contents .asterisk {
  font-size: 0.9em;
  text-indent: -1.1em;
  padding-left: 1.1em;
}
@media only screen and (max-width: 767px) {
  #contents h2 {
    padding: 20px 0;
    font-size: 1.6em;
  }
  #contents .inner {
    padding: 0px 20px 20px;
  }
  #contents table {
    margin-bottom: 30px;
  }
  #contents th {
    padding: 15px 5px 0;
    display: block;
    border-bottom: none;
  }
  #contents th .red {
    color: #FF0000;
    font-weight: bold;
  }
  #contents td {
    padding: 5px 5px 10px;
    display: block;
  }
}
/* Form
--------------------------------------------------*/
@media only screen and (min-width: 768px) {
  input[type="text"], input[type="email"], input[type="tel"] {
    display: inline-block;
    margin: 10px 0;
    font-size: 16px;
    vertical-align: middle;
    border: 1px solid #999999;
    border-radius: 4px;
    min-height: 44px;
    padding: 6px 16px;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
  button {
    cursor: pointer;
  }
  .w100 {
    width: 100px;
  }
  .w200 {
    width: 200px;
  }
  .w300 {
    width: 300px;
  }
  .w400 {
    width: 400px;
  }
  .w600 {
    width: 600px;
  }
}
@media only screen and (max-width: 767px) {
  input[type="text"], input[type="email"], input[type="tel"] {
    display: inline-block;
    margin: 10px 0;
    font-size: 16px;
    vertical-align: middle;
    border: 1px solid #999999;
    border-radius: 4px;
    min-height: 44px;
    padding: 6px 16px;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
  .w100 {
    width: calc(33% - 1em);
  }
  .w200 {
    width: calc(80% - 2em);
  }
  .w300 {
    width: 100%;
  }
  .w400 {
    width: 100%;
  }
  .w600 {
    width: 100%;
  }
}
:placeholder-shown {
  color: #CCCCCC;
}
::-webkit-input-placeholder {
  color: #CCCCCC;
}
:-moz-placeholder {
  color: #CCCCCC;
  opacity: 1;
}
::-moz-placeholder {
  color: #CCCCCC;
  opacity: 1;
}
:-ms-input-placeholder {
  color: #CCCCCC;
}
/* radio button
--------------------------------------------------*/
ul.single.mhidden {
  margin: 0 0 -20px;
}
ul.single li {
  list-style-type: none;
  padding: 0;
}
ul.single li input {
  display: none;
}
ul.single li label {
  display: inline-block;
  position: relative;
  cursor: pointer;
  padding: 10px 0 10px 34px;
  line-height: 1;
}
ul.single li label:before {
  position: absolute;
  content: "";
  top: 50%;
  left: 5px;
  width: 16px;
  height: 16px;
  margin-top: -10px;
  border-radius: 50%;
  border: 2px solid #cccccc;
  background: #FFFFFF;
}
ul.single li input[type="radio"]:checked + label:before {
  border: 2px solid #F09600;
}
ul.single li input[type="radio"]:checked + label:after {
  position: absolute;
  content: "";
  top: 50%;
  left: 5px;
  width: 10px;
  height: 10px;
  margin-top: -5px;
  margin-left: 5px;
  border-radius: 50%;
  background: #F09600;
}
@media only screen and (max-width: 767px) {
  ul.single li label {
    line-height: 1.4;
  }
}
/* Button
--------------------------------------------------*/
#contents .button {
  text-align: center;
}
#contents .button button {
  min-width: 180px;
  font-size: 20px;
  margin: 0 20px;
  padding: 15px 40px;
  border-radius: 6px;
  cursor: pointer;
  border-style: none;
  background-color: #969696;
  color: #FFFFFF;
  box-shadow: inset 0 2px 0 rgba(255, 255, 255, 0.2), 0 2px 4px rgba(0, 0, 0, 0.2);
  font-weight: bold;
}
#contents .button button#submit {
  background-color: #F09600;
  color: #FFFFFF;
}
@media only screen and (max-width: 767px) {
  #contents .button button {
    font-size: 18px;
  }
  #contents .button button#myreset {
    margin: 0 0 25px;
  }
}
/* 確認・エラー画面(check,error)
--------------------------------------------------*/
#contents #confirm td {
  line-height: 1.6;
}
/*入力エラー*/
#contents strong.error {
  color: #FF0000;
}
/* Message()のメッセージ */
.message {
  text-align: center;
}
/*エラー*/
#contents span.error {
  color: #FF0000;
}
/*エラーなし*/
@media only screen and (min-width: 768px) {
  #contents span.confirm br {
    display: none
  }
}
/* 送信完了(completion.html)
--------------------------------------------------*/
#completion .success {
  line-height: 2.0;
  text-align: center;
  font-size: 1.2em;
}
@media only screen and (max-width: 767px) {
  #completion .success {
    font-size: 1.1em;
  }
}