@charset "utf-8";

/* 
──────────────────────────────────────────────────────────── */
.error-text{
	margin-top:10px;
	color: #ee0206;
	background:#fffaa3;
	padding-left:0.5em;
  font-weight: bold;
  border-radius: 4px;
    display: block;
}

.endText{
	text-align: center;
	font-weight: bold;
	font-size: 2rem;
}

#summary h2 span:after {
  content: "\A";
  white-space: pre;
}
/* terms */
#terms {
  text-align: center;
}
#terms form {
  text-align: left;
  margin-bottom: 30px;
}

#terms input[type="checkbox"] {
  margin: 0;
  position: relative;
  top: -1px;
  margin-right: 5px;
  box-sizing: border-box;
}
#terms #error {
  color: #f00;
	margin-top:1em;
}
#evtarget {
  background: #54c2f0;
  background: #E50;
  border-radius: 5px;
  color: #FFF;
  display: block;
  font-size: 1.8rem;
  text-decoration: none !important;
  padding: 10px;
  position: relative;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.30);
  border: none;
  width: 65%;
  box-sizing: border-box;
  text-align: center;
  cursor: pointer;
  margin: 0 auto;
  color: #fff;
}
/* form layout */
p#store {
  margin: 2em 0 0;
  text-align: center;
}
p#store a {
  background: #EBC900;
  border: 2px #E50012 solid;
  border-radius: 5px;
  display: block;
  font-weight: bold;
  padding: 1em;
}
section {
  font-size: 1.6rem;
}
.formrun input[type="radio"], .formrun input[type="checkbox"] {
  margin: 0;
  position: relative;
  top: -1px;
  margin-right: 5px;
  box-sizing: border-box;
}
.formrun input[type="text"], .formrun textarea[type="text"], .formrun select {
  border-radius: 5px;
  border: 1px solid #CCC;
  padding: 10px;
  width: 100%;
  box-sizing: border-box;
  font-size: 1.6rem;
}
.formrun input[type="date"] {
  border-radius: 5px;
  border: 1px solid #CCC;
  padding: 10px;
  width: 150px;
  box-sizing: border-box;
  font-size: 1.6rem;
}
.formrun input[type="number"] {
  border-radius: 5px;
  border: 1px solid #CCC;
  padding: 10px;
  width: 100px;
  margin-right: 5px;
  box-sizing: border-box;
  font-size: 1.6rem;
}
.btn {
  background:#F38A14;
  border-radius: 5px;
  color: #FFF;
  display: block;
  font-size: 1.8rem;
  text-decoration: none !important;
  padding: 10px;
  position: relative;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.30);
  border: none;
  width: 65%;
  box-sizing: border-box;
  text-align: center;
  cursor: pointer;
  margin: 0 auto;
}
.btn2 {
  background: #777;
  border-radius: 5px;
  color: #FFF;
  display: block;
  font-size: 1.8rem;
  text-decoration: none !important;
  padding: 10px;
  position: relative;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.30);
  border: none;
  width: 65%;
  box-sizing: border-box;
  text-align: center;
  cursor: pointer;
  margin: 0 auto;
  margin-bottom: 15px;
}
.formrun dl:last-of-type {
  margin-bottom: 30px;
}
.formrun dl {
  box-sizing: border-box;
}
.formrun dl dt:before {
  content: "■";
  margin-right: 0.2em;
}
.formrun dl dt {
  margin-bottom: 5px;
  font-weight: bold;
  font-size: 1.6rem;
  box-sizing: border-box;
  background:#e7f8ff;
  padding: 10px;
}
.formrun dl dt span {
  background: #dd0000;
  display: inline-block;
  border-radius: 4px;
  color: #fff;
  padding: 0 0.5em;
  font-size: 1.2rem;
  margin-left: 1em;
  font-size: 1.2rem;
  box-sizing: border-box;
}
span.rqi {
  background: #CC0000;
  display: inline-block;
  border-radius: 3px;
  color: #fff;
  padding: 0 0.5em;
  font-size: 1.2rem;
  box-sizing: border-box;
}
.formrun dl dd {
  font-size: 1.6rem;
  margin-bottom: 1em;
  box-sizing: border-box;
}
.formrun dl dd label {
  margin-right: 1em;
}
.formrun dl dd label:last-of-type {
  margin-right: 0;
}

/*名前入力*/
.nsei {
  width: 25%;
  max-width: 120px;
  margin: 0 5px 0 5px;
}
.nmei {
  width: 25%;
  max-width: 120px;
  margin: 0 0 0 5px;
}
/*住所入力*/
.yaddr {
  margin-bottom: 1em !important;
}
.yaddr1 {
  width: 180px !important;
}
.cap {
  display: block;
}
.yaddr2 {
  width: 180px !important;
  margin-bottom: 1em;
}
.yaddr3 {
  margin-bottom: 1em;
}
/*生年月日*/
#year {
  width: 110px;
}
#month {
  width: 80px;
}
#date {
  width: 80px;
}
/* error */
.errbx {
  color: #f00;
}
/* confirm */
.confirmbx {
  padding-top: 15px;
  margin-bottom: 15px;
  color: #c00;
}
.g-recaptcha {
  margin: 20px auto 30px auto;
  text-align: center;
  width: 300px;
}
.opc {
  background: #999 !important;
}
.capt {
  text-align: left;
}
@media screen and (max-width:640px) {
    dd.cp_slct_outer label{
        display:block;
        margin-bottom:0.5em;
    }
    dd.cp_slct_outer br{
     display:none;   
    }
}
@media screen and (min-width:640px) {
  #summary h2 span:after {
    content: "";
    white-space: inherit;
  }
	
}
@media screen and (min-width:961px) {
	
  #summary h2 span:after {
    content: "";
    white-space: inherit;
  }
	
	#summary p,
	main section dl{
		margin: 2em 0 0;
	}
  /* terms */
  #terms {}
  #terms #evtarget {
    width: 40%;
  }
  .formrun {}
  .formrun dl:last-of-type {}
  .formrun dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 2em;
  }
  .formrun dl > * {
    border-bottom: 1px solid #ccc;
    box-sizing: border-box;
  }


  .formrun dl dt {
    width: 30%;
    padding: 20px ;
    margin-bottom: 0;
    font-weight: bold;
    /* background: #f1f1f1; */
    background:#e7f8ff;
  }
  .formrun dl dd {
    width: 70%;
    padding: 20px ;
    margin-bottom: 0;
    vertical-align: baseline;
  }
  .yaddr1 {
    margin-bottom: 1em;
  }
  /*名前入力*/
  .nsei {
    max-width: 180px;
  }
  .nmei {
    max-width: 180px;
  }
  .cap {
    display: inline;
    padding-left: 1em;
  }
  .btn {
    width: 40%;
  }
  .btn2 {
    width: 40%;
  }
  /* confirm */
  .confirmbx {
    text-align: center;
    margin-bottom: 15px;
  }
}

/* list
-----------------------------*/
ul.cap_lst{
  list-style: none;
  padding:0;
  margin-left:0;
}
ul.cap_lst > li{
  text-indent: -1em;
  margin-left:1em;
  font-size:1.3rem;
}

/*terms
------------------------------*/
#terms{
  max-width:760px;
  height:350px;
  overflow-y: auto;
  border:1px #ccc solid;
  padding:20px;
  margin:50px auto 35px auto;
  text-align: left;
}
#terms h3{
  margin:0;
  text-align: center;
}
#terms p{
  margin:0;
  margin-top:1rem;
}

#accept_terms{
  max-width:760px;
  margin:20px auto 35px auto;
  text-align: center;
}

#terms{

}

#terms > div > h4{
  margin-top:25px;
}

#terms > div > p{

}

#terms > div > ul{
  list-style: none;
  margin-left:0!important;
  margin-top:10px!important;
}

#terms > div > ul >li{
  text-indent: -1em;
  padding-left:1em;
}

#terms > div > ul.list2 >li{
  text-indent: -1.5em;
  padding-left:1.5em;
}

.end_mes{
  font-weight: bold;
  font-size:2rem;
  text-align: center;
  margin-top:50px;
}

.return_toppg{
  background: #d7f8ff;
  border-radius: 5px;
  color: #333;
  font-weight: bold;
  display: block;
  font-size: 1.8rem;
  text-decoration: none !important;
  padding: 10px;
  position: relative;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.30);
  border: none;
  width: 65%;
  box-sizing: border-box;
  text-align: center;
  cursor: pointer;
  margin: 35px auto;
  max-width:270px;
}

#select_file_button{
    font-size:1.6rem;
    font-weight: bold;
    display:inline-block;
    color:#000;
    padding:10px;
    border-radius: 5px;
    border:#333 1px solid;
}