@charset "UTF-8";

/* ---------------------------------------------------------------- *
	調整用
 * ---------------------------------------------------------------- */
.tc_red{color: #ff0000;}

/* ---------------------------------------------------------------- *
	mv
 * ---------------------------------------------------------------- */
#mv::after{
  content: "";
  width: 100%;
  height: 200px;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 1;
  bottom: 0;
  background: linear-gradient(to bottom, transparent, #fff);
}
#mv .mv_img{
  margin: 0 auto;
  text-align: center;
}
#mv .mv_img img{
  padding-left: 30px;
}
#mv .inner{
	position: relative;
	padding-top: 30px;
	padding-bottom: 60px;
}

#mv .inner > *{
	position: relative;
	z-index: 2;
}

/* PC */
@media (max-width: 1000px) , print{
	#mv .inner{
		padding-bottom: 120px;
	}
}
/* SP */
@media (max-width: 768px) {
	#mv .inner{
		padding-bottom: 100px;
	}
	#mv .inner::after{
		height: 94px;
	}
}

#mv .mv_img img{
  width: 100%;
}
/* PC */
@media (min-width: 769px) , print{
  #mv .mv_img img{
    max-width: 850px;
  }
}


/* ---------------------------------------------------------------- *
	mv
 * ---------------------------------------------------------------- */
#form_cont{
	padding-top: 60px;
	padding-bottom: 60px;
}

/* ---------------------------------------------------------------- *
	form
 * ---------------------------------------------------------------- */
.flow_btn{
	margin-top: 60px;
}
.flow_btn input{
  -webkit-transition-duration: 0.2s;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
	border: 0;
	outline: 0;
	width: 100%;
}

.flow_btn input:hover{
	opacity: .6;
	cursor: pointer;
}

/* ----- 二つの場合 ----- */
/* PC */
@media (min-width: 769px) , print{
	.flow_btn.btn02{
		display: -webkit-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-box-align: start;
		-ms-flex-align: start;
		-webkit-align-items: start;
		align-items: start;
		-webkit-justify-content: start;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		-moz-box-pack: start;
		justify-content: start;
		max-width: 800px;
	}
	.flow_btn.btn02 input{
		width: 49%;
		margin-right: 2%;
	}
	.flow_btn.btn02 input:last-of-type{
		margin-right: 0;
	}
}

/* SP */
@media (max-width: 768px) {	
	.flow_btn.btn02 input{
		margin-bottom: 20px;
	}
	.flow_btn.btn02 input:last-of-type{
		margin-bottom: 0;
	}
}

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

.form_txt-koganei,
.form_txt-ryogoku {
	width: 48%;
	padding: 12px 20px;
	background-color: #fff;
	border: 4px solid #8fc31f;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-ms-border-radius: 15px;
	-o-border-radius: 15px;
	border-radius: 15px;
}

.form_txt-koganei {
	float: left;
	position:relative; 
}
.form_txt-ryogoku {
	float: right;

}

.form_txt-koganei h3 {
	color: #009c0f;
	font-size: 24px;
}
.form_txt-ryogoku h3 {
	color: #ea5513;
	font-size: 24px;
}

.form_txt h3 {
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom: 1px dotted #ccc;
}
.form_txt h3 span{
	margin-left: 1.5em;
	color: #666;
	font-size: 18px;
}
.form_txt p{
	color: #333;
	font-weight: 600;
}
.form_txt .speaker_name{
	font-size: 30px;
}

.entryStop{
     position:absolute; 
     background-color:rgba(0,0,0,.7);
     top:0;
     left:0;
     width:100%;
     height:100%;
     -webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
	padding-top:20%;
}
.entryStop p{
	position: absolute;
    top: 50%;
    left: 50%;
    margin: -10px 0 0 -100px;	
	color:#fff;
	font-size: 20px;
	font-weight: bold;
	text-align:center;
}

.q1_cap .entryStop{
	width: 110%;
	height: 110%;
	top:-5%;
	left:-5%;
}


@media (max-width: 768px) {

.form_txt-koganei{
	margin-bottom: 20px;
}

.form_txt-koganei,
.form_txt-ryogoku {
	float: none;
	width: 100%;
	padding: 12px 5%;
}

.form_txt-koganei h3,
.form_txt-ryogoku h3 {
	font-size: 18px;
}

.form_txt h3 span{
	margin-left: 0;
	font-size: 16px;
}
.form_txt .speaker_name{
	font-size: 24px;
}

}

/* table - /form/
 ---------------------------------------- */ 

.app_form{
	width: 100%;
	border: 1px solid #ccc;
}
.app_form tr{
	border-bottom: 1px solid #ccc;
}

.app_form th{
	padding: 10px;
	background-color: #f0f9ff;
  text-align: left;
  vertical-align: middle;
}
.app_form td{
	padding: 20px;
	background-color: #fff;
    vertical-align: middle;
	word-break: break-all
}
/* PC */
@media (min-width: 769px) , print{
	.app_form th{
		width: 24.725%;
	}
	.app_form td{
		width: 73.674%;
	}
}
@media (max-width: 768px) {
  .app_form td{
    padding: 10px;
  }
}


.q1_cap {
	width: 90%;
	margin: 10px auto;
	padding: 18px;
	color: #333;
	border: 1px solid #666;
}
.q1_cap span{font-weight: bold;}


@media (max-width: 768px) {

table, tbody, thead, tfoot, tr, th, td {display: block;}

.app_form{
	width: 100%;
	border: none;
	line-height: 3;
}
.app_form tr{
	margin-bottom: 10px;
	border: 1px solid #ccc;
}
.app_form th{
	line-height: 1.6;
}

.q1_cap {
	line-height: 1.6;
}
}

/* form - /form/
 ---------------------------------------- */ 
.app_form input,
.app_form select {
	margin: 0 3px;
	padding: 3px;
	font-size: 18px;
}
.app_form input[type="text"],
.app_form input[type="number"],
.app_form select {
	border: 1px solid #CCC;
}

.app_form input[type="text"]{
.app_form input[type="number"],
	width: 150px;
}
.app_form input.long{
	width: 240px;
}
.app_form input.age{
	width: 60px;
}
.app_form input.address{
	width: 95%;
}

@media (max-width: 768px) {

.app_form input,
.app_form select {
	margin: 0 3px;
	padding: 3px;
	font-size: 16px;
}
.app_form input[type="text"],
.app_form input[type="number"],
.app_form select {
	border: 1px solid #CCC;
}

.app_form input[type="text"],
.app_form input[type="number"],
.app_form input.long{
	width: 40%;
}
.app_form input.age{
	width: 60px;
}
.app_form input.address{
	width: 95%;
}
}

/* btn - /form/
 ---------------------------------------- */ 
.btn_area{
	text-align: center;
}

form .entry_btn,
form .send_btn,
form .return_btn{
	border:0;
    outline: 0;
    width: 94%;
	max-width: 364px;
	height: 54px;
	margin: 50px auto 10px;
}


form .entry_btn{
	background: url("/images/entry_btn01.png") 0 0 no-repeat;
}
form .send_btn{
	margin-right: 30px;
	background: url("/images/send_btn01.png") 0 0 no-repeat;
}
form .return_btn{
	background: url("/images/return_btn01.png") 0 0 no-repeat;
}

form .entry_btn:hover,
form .send_btn:hover,
form .return_btn:hover{
	opacity:0.7;
}


/* ------ 必須 入力欄 ------ */
.app_form .required_ng{
	background-color: #dbeefc;
}

.app_form .required_ng:focus{
	background-color: #fff;
}

.app_form .required_ok{
	background-color: #fff;
}
.error{
	color:#e50609;
}

@media (max-width: 768px) {

form .entry_btn,
form .send_btn,
form .return_btn{
	height: 0;
	margin: 25px auto 10px;
	padding-top: 14.79452054794521%;
	-webkit-background-size: 100%;
	background-size: 100%;
}

}

/* ---------------------------------------------------------------- *
	consent_box
 * ---------------------------------------------------------------- */
.consent_box{
  margin-top: 40px;
  padding: 20px;
  border: 1px solid #ccc;
  border-radius: 5px;
}
/*SP*/
@media (max-width: 768px) {
  .consent_box{
    padding-left: 10px;
    padding-right: 10px;
  }
}

/* ---------------------------------------------------------------- *
	ご同伴者さまの有無
 * ---------------------------------------------------------------- */
#withradio,
#withform{
  display: none;
}

/* ---------------------------------------------------------------- *
	from_thanks_att
 * ---------------------------------------------------------------- */
.from_thanks_att{
  border: 2px solid #ff0000;
  padding: 20px;
}

.from_thanks_att ul{
  margin-bottom: 10px;
}

.from_thanks_att li{
  /*padding-left: 1.55em;
  text-indent: -1.55em;*/
}

.from_thanks_att .fta_ttl{
  font-size: 18px;
  font-weight: 700;
  color: #ff0000;
}

.from_thanks_att .red{
  font-weight: 700;
  color: #ff0000;
}
