@charset "utf-8";
/*************************************
			ロゴ～注意事項
*************************************/
body{
	background-color: #fff;
  padding-bottom: 300px;
}
h1.logo{
	background-color: #f6f6f6;
	width: 100%;
	margin: 0 auto;
	padding: 20px 0;
	text-align: center;
	font-weight: bold;
	font-size: 3rem;
	line-height: 1em;
	margin-bottom: 1em;
}
h1.logo img{
	width: 581px;
	display: inline-block;
}
.under-logo{
	font-weight: bold;
	font-size: 1.8rem;
	text-align: center;
	margin-bottom: 1em;
}
.notice{
	color: #f00;
	font-weight: bold;
	text-align: center;
}

.notice-area{
	width: 1000px;
	margin: 0 auto 40px;
}
.notice-area h2{
	margin-top: 40px;
	margin-bottom: 10px;
	font-size: 3rem;
	padding: 10px 10px 5px 10px;
	background-color: #f6f6f6;
	border-bottom: 1px dotted  #666;
}
.notice-area ul{
	padding: 20px;
}
.notice-area ul li{
  list-style-position: outside;
  list-style-type: disc;
}
.notice-area .rei li{
  list-style-type: none;
}
.li-kamoku li{
	display: inline-block;
	font-weight: bold;
	padding: 0 10px;
	line-height: 2em;
}
@media screen and (min-width: 320px) and (max-width: 767px)
{
  h1.logo{
    padding: 1em 2%;
  }
  h1.logo img{
    width: 100%;
    display: inline-block;
  }
  h1.logo span{
    font-size: 6vw;
    display: inline-block;
  }
  .notice-area{
    width: 100%;
  }
  .notice-area p{
    padding: 2%;
  }
  .notice-area ul{
    padding: 4%;
  }
  .notice-area ul li{
    list-style-position: outside;
  }
  .li-kamoku li{
    display: inline-block;
    font-weight: bold;
    padding: 0 0.5em;
    line-height: 2em;
  }
}


.input-area h1{
	font-size: 4rem;
	text-align: center;
	padding: 10px 10px 5px;
	background-color: #00317D;
	color: #fff;
}
.input-area>h2{
	font-weight: bold;
	font-size: 1.8rem;
	text-align: center;
	margin-top: 1em;
}
.input-area>h2+p{
	text-align: center;
	margin-bottom: 1em;
}
.input-area form{
	width: 600px;
	margin: auto;
  position: relative;
}

.name .label,
.kana .label,
.gender .label,
.tel>label,
.mail>label,
.mail-check>label,
.kamoku>label,
.date>label
{
  position: relative;
	display: inline-block;
	font-size: 2.5rem;
}
.must{
	display: inline-block;
	padding: 5px 5px 3px;
	border-radius: 5px;
	background-color: #DA3915;
	color: #fff;
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 1em;
	vertical-align: middle;
}

/*エラー用*/
.name,
.kana,
.gender,
.tel,
.mail,
.mail-check,
.kamoku,
.date,
.where,
.purpose,
.what,
.agree
{
  position: relative;
}
.name label,
.kana label,
.gender label{
  width: 48%;
  position: relative;
}
.radio {
  cursor: pointer;
  display: block;
  border:1px solid #666;
  border-radius: 10px;
  padding: 10px 10px 5px;
  margin-bottom: 20px;
}
.radio input[type="radio"] {
  position: absolute;
  opacity: 0;
  width: auto;
}
.radio .radio-label{
	font-size: 2rem;
	line-height: 1.4em;
}
.radio input[type="radio"] + .radio-label:before {
  content: '';
  background: #f4f4f4;
  border-radius: 100%;
  border: 1px solid #b4b4b4;
  display: inline-block;
  width: 1.4em;
  height: 1.4em;
  position: relative;
  top: -0.1em;
  margin-right: 1em;
  vertical-align: top;
  cursor: pointer;
  text-align: center;
  transition: all 250ms ease;
}
.radio input[type="radio"]#male:checked + .radio-label:before {
  background-color: #3197EE;
  box-shadow: inset 0 0 0 4px #f4f4f4;
}
.radio input[type="radio"]#male:focus + .radio-label:before {
  outline: none;
  border-color: #3197EE;
}
.radio input[type="radio"]#female:checked + .radio-label:before {
  background-color: #F597E0;
  box-shadow: inset 0 0 0 4px #f4f4f4;
}
.radio input[type="radio"]#female:focus + .radio-label:before {
  outline: none;
  border-color: #F597E0;
}
.radio input[type="radio"]:disabled + .radio-label:before {
  box-shadow: inset 0 0 0 4px #f4f4f4;
  border-color: #b4b4b4;
  background: #b4b4b4;
}
.radio input[type="radio"] + .radio-label:empty:before {
  margin-right: 0;
}
.input-area .label-mail-check{
	font-size: 2.1rem;
}
.supplement{
	font-size: 1.6rem;
}
.input-area input{
	display:block;
	margin-bottom: 1em;
	border:1px solid #666;
	border-radius: 10px;
	padding: 0.5em 10px;
	width: 100%;
	font-size: 2.0rem;
	line-height: 1em;
}
.input-area select{
	display:block;
	margin-bottom: 1em;
	border:1px solid #666;
	border-radius: 10px;
	padding: 0.5em 10px;
	width: 100%;
	font-size: 1.6rem;
	line-height: 1em;
}
.enquete{
	border: 1px solid #ccc;
	padding: 20px;
}
.enquete h2{
	font-weight: bold;
	margin-bottom: 1em;
}
.where>label,
.purpose>label,
.what>label,
.when>label,
.wish>label
{
  position: relative;
	display: inline-block;
	font-size: 1.6rem;
}
.kome{
	font-size: 1.4rem;
}
/* css checkbox01 */
#agree{
  display: none;
}
.agree-text{
  padding-left: 25px;
  position:relative;
  margin: 25px auto 50px;
  cursor: pointer;
  border-radius: 10px;
  border:1px solid #666;
  padding: 10px 10px 10px 40px;
  display: block;
  text-align: center;
  width: 40%;
  font-weight: bold;
  color: #666;
}
.agree-text::before{
  content: "";
  display: block;
  position: absolute;
  top: 11px;
  left: 10px;
  width: 20px;
  height: 20px;
  border: 1px solid #999;
  border-radius: 4px;
}
#agree:checked + .agree-text{
  color: #009a9a;
}
#agree + .agree-text::after{
  content: "";
  display: block;
  position: absolute;
  top: 7px;
  left: 15px;
  width: 10px;
  height: 20px;
  transform: rotate(40deg) scale(2) translate(-5px,-5px);
  border-bottom: 3px solid #009a9a;
  border-right: 3px solid #009a9a;
  transition: 0.2s;
  opacity: 0;
}
#agree:checked + .agree-text::after{
	opacity: 1;
	transform: scale(1);
  transform: rotate(40deg) scale(1) translate(0);
}
.attention-text{
	text-align: center;
}

.error ,.error2 {
  /*表示*/
  display: block;
  /*配置*/
  position: absolute;
  bottom: 3px;
  z-index: 1;
  /*margin→border→padding→width→height*/
  margin: 1.5em 0;
  border-radius: 5px;
  padding: 7px 10px;
  width: 100%;
  box-sizing: border-box;
  /*背景*/
  background: #00317D;
  /*文字*/
  text-align: center;
  color: #333;
  font-size: 1.6rem;
  font-weight: bold;
  color: #fff;

  transition: 0.5s cubic-bezier(0, 0, 0, 1.0);
  opacity: 0;
}
.error.on ,.error2.on {
  transform: translate(0, -50px);
  opacity: 1
}
.error.on.off ,.error2.on.off {
  transform: translate(0, -100px);
  opacity: 0;
}
.error:after,.error2:after{
  content: "";
  position: absolute;
  bottom: -27px;
  left: 50%;
  margin-left: -17px;
  border: 14px solid transparent;
  border-top: 14px solid #00317D;
  z-index: 1;
}
form>div>span.error.on{
  bottom:-10px;
}
.gender .error.on{
  width: 50%;
  left: 25%;
  bottom: 0;
}
.kamoku .error,
.date .error{
  width: 50%;
  left: 50%;
}
.kamoku .error.on,
.date .error.on{
  bottom: -20px;
}
.where .error,
.purpose .error,
.what .error{
  width: 20%;
  left: 80%;
  padding: 5px;
}
.where .error.on,
.purpose .error.on,
.what .error.on{
  bottom: -37px;
}
form>.error{
  width: 50%;
  left: 25%;
  padding: 5px;
}
form>.error.on{
  bottom: -20px;
}

.input-area textarea{
	display:block;
	margin-bottom: 1em;
	border:1px solid #333;
	border-radius: 10px;
	padding: 0.5em 10px;
	width: 100%;
	font-size: 2.0rem;
	line-height: 1em;
  overflow: auto;
}
.div-to-confirm{
  width: 560px;
  margin: 0 auto;
}
.to-confirm{
	/*表示*/
	display: block;
	/*配置*/
	/*margin→border→padding→width→height*/
	border:solid 1px #22624A;
	border-radius: 10px;
	padding: 5px 20px;
	box-shadow: 3px 3px 0 #22634A;
  margin-left: auto;
  margin-right: auto;
	/*背景*/
	background-color: #32936F;
	/*文字*/
  font-family: "ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;
	font-size: 2.5rem;
	text-align: center;
	transition: 0.1s;
	color: #fff;

  transition-property:opacity;
  transition-duration:0.2s;
  transition-delay:0.1s;
  /*margin: 0 auto;*/
  transition: 0.2s;
}
.to-confirm.vanish{
  opacity: 0;
}
.to-confirm:hover{
	transform:translate(2px,4px);
  border:solid 1px #22624A;
  box-shadow: 1px 1px 0 #22634A;
  background-color: #32936F;
  color: #fff;
  text-decoration: none;
}
.to-confirm[disabled]{
  transform:translate(2px,4px);
  margin-top: 2px;
  border:solid 1px #666;
  box-shadow: 1px 1px 0 #666;
  background-color: #ccc;
  cursor: default;
}
.to-previous{
  /*表示*/
  display: block;
  /*配置*/
  /*margin→border→padding→width→height*/
  border:solid 1px #999;
  border-radius: 10px;
  padding: 5px 20px;
  box-shadow: 3px 3px 0 #999;
  /*背景*/
  background-color: #ccc;
  /*文字*/
  font-family: "ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;
  font-size: 2.5rem;
  text-align: center;
  transition: 0.1s;
  color: #333;

  transition-property:opacity;
  transition-duration:0.2s;
  transition-delay:0.1s;
  margin: 0 auto;
  transition: 0.2s;
}
.to-previous:hover{
  transform:translate(2px,4px);
  box-shadow: 1px 1px 0 #666;
  text-decoration: none;
}
@media screen and (min-width: 320px) and (max-width: 767px)
{
  .input-area>h1{
    font-size: 5vw;
  }
  .input-area>form{
    width: 100%;
    padding: 1%
  }
  .supplement{
    display: block;
  }
  .input-area{
    width: 100%;
  }
  .error ,.error2 {
    font-size: 1.3rem;
    padding:2%;
  }
  .where .error,
  .purpose .error,
  .what .error{
    width: 30%;
    left: 70%;
  }
  form>.error.on{
    bottom: -10px;
  }
}
/*||||||||||||||||||||||||||||||||||||||||CONFIRM||||||||||||||||||||||||||||||||||||||||*/
.confirm .input-area{
  width: 560px;
  margin: 30px auto;
  padding-bottom: 10px;
}
/*section step2-chosen*/
.chosen-trial-date{
  margin-top: 40px;
}
.chosen-trial-date>h1{
  font-size: 2.5rem;
  width: 40%;
}
.trial-date{
  margin-left: 3%;
  width: 57%;
  height: 3.0rem;
  font-size: 2.5rem;
  border-bottom: 1px solid #333;
}
.trial-date-chosen{
  height: 1em;
  font-size: 2.0rem;
  padding-left: 10px;
}
.modify{
  /*表示*/
  display: block;
  /*配置*/
  position: relative;
  bottom: 5px;
  right: 10px;
  /*margin→border→padding→width→height*/
  border-radius: 5px;
  border:none;
  width: 80px;
  /*背景*/
  background-color: #F6810D;
  box-shadow: 3px 3px 0 #C06407;
  /*文字*/
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  color: #fff;
  text-decoration: none;
  line-height: 1.8em;
  transition: 0.1s;
}
.modify:hover{
  bottom: 3px;
  right: 8px;
  box-shadow: 1px 1px 0 #C06407;
}
.input{
  margin-top: 10px;
  margin-bottom: 30px;
}
.input-chosen{
  font-size: 2.5rem;
  border-bottom: 1px solid #333;
}
.textarea-chosen>.input-text{
  width:80%;
}
.input-modify>.modify{
  width: 18%;
  line-height: 1.4em;
}
.input-chosen>.modify{
  /*width: 18%;*/
  /*display: none;*/
}
.input-text{
  font-size: 2.0rem;
  padding-left: 10px;
  width:calc(100% - 100px);
}
.textarea-chosen{
  font-size: 2.5rem;
  border-bottom: 1px solid #333;
}
.textarea-modify>.modify{
  /*width: 18%;*/
  line-height: 1.5em;
}
.textarea-chosen>.modify{
  width: 80px;
  /*display: none;*/
}
.textarea-text{
  padding-right: 20px;
  padding-left: 10px;
  line-height: 1.5em;
  word-break: break-all;
  word-wrap: break-word;
  overflow-wrap: break-word;
  display: block;
  width: 80%;
}
.input-text-mail{
  font-size: 1.6rem;
  word-break: break-all;
  word-wrap: break-word;
  overflow-wrap: break-word;
  display: block;
}
.input-modify{
  visibility: hidden;
  height: 0;
  margin: 0;
  padding: 0;
  line-height: 0;
  overflow: hidden;
}
.input-modify input{
  /*width: 85%;*/
  margin-bottom: 0.5em;
  font-size: 1.6rem;
}
.fix-button>.modify{
  width: auto;
  display: inline-block;
  margin-left: 20px;
}
.fix-button{
  text-align: right;
}
.fix-button>.fix{
  background-color: #417BA6;
  box-shadow: 3px 3px 0 #305D7D;
}
.fix-button>.fix:hover{
  box-shadow: 1px 1px 0 #305D7D;
}
.fix-button>.cancel{
  background-color: #91959C;
  box-shadow: 3px 3px 0 #62666D;
}
.fix-button>.cancel:hover{
  box-shadow: 1px 1px 0 #62666D;
}

.textarea-modify{
  visibility: hidden;
  height: 0;
  margin: 0;
  padding: 0;
  line-height: 0;
  overflow: hidden;
}
.textarea-modify textarea{
  margin-bottom: 0.5em;
  font-size: 1.6rem;
}

.to-confirm span{
  display: block;
  font-size: 1.6rem;
}
@media screen and (min-width: 320px) and (max-width: 767px)
{
  .input-area {
      width: 100%;
      padding: 1%;
      padding-bottom: 10px;
  }
  .div-to-confirm {
      width: 100%;
  }
  .div-to-confirm button{
    margin: 2%;
    font-size: 4.8vw;
  }


  .chosen-trial-date{
    flex-direction: column;
  }
  .chosen-trial-date>h1{
    width: 100%;
  }
  .trial-date{
    width: 100%;
    margin-left: 0;
  }
}
/*||||||||||||||||||||||||||||||||||||||||COMPLETE||||||||||||||||||||||||||||||||||||||||*/
.complete .centered-text-bold.tel{
  line-height: 1em;
  font-size: 4.0rem;
  color: #00317D;
}

@media screen and (min-width: 320px) and (max-width: 767px)
{
  .complete .centered-text-bold.tel{
    font-size: 3rem;
  }
}