/* =======================================================
*
* 	form.css 
*
* ======================================================= */
.form-table {
	width: 96%;
	height: auto;
	overflow: hidden;
	margin: 30px auto 20px auto;
	padding: 1px 1px 1px 1px;
	/*background-color: #FFFF00;*/
	border: 1px solid #cccccc;
}

.form-table th {
	width: 38%;
	height: auto;
	overflow: hidden;
	font-size: 0.9rem;
	font-weight: 500;
	text-align: left;
	color: #ffffff;
	vertical-align: top;
	padding: 8px 10px 8px 10px;
	background-color: #00468C;
	border-right: 0px solid #cccccc;
	border-bottom: 1px solid #ffffff;
}

.form-table td {
	height: auto;
	overflow: hidden;
	font-size: 0.9rem;
	font-weight: normal;
	text-align: left;
	padding: 8px 10px 8px 10px;
	border-bottom: 1px solid #dddddd;
}


::-webkit-input-placeholder {
	color: #999999;
}
::-moz-placeholder {
	color: #999999;
	opacity: 1;
}
:-ms-input-placeholder {
	color: #999999;
}

.th-chu {
	font-size: 0.75rem;
	text-align: left;
}
.chu-red {
	color: #ff0000;
}
.chu-white {
	color: #ffffff;
}
.errs {
	font-size: 0.9rem;
	text-align: left;
	color: #ff0000;
	font-weight: bold;
}



.form-table input[type="text"], textarea, select {
	width:100%;
	padding:5px 5px 5px 5px;
	display:block;
	border-radius: 5px;
	border: 1px solid #dddddd;
	/*background-color: #eeeeee;*/
}

.mr-robot {
	width: 46%;
	text-align: center;
	margin: 20px auto 20px auto;

}
.g-recaptcha {
	float: none;
	text-align: center;
}

/*全体*/
.hidden_box {
	width: 100%;
	text-align: left;
	margin: 2em auto 2em auto;
	padding: 10px 20px 0px 20px;
}

/*ボタン装飾*/
.hidden_box label {
	width: 100%;
	color: #CB7508;
	font-size: 0.9rem;
	font-weight: bold;
	text-align: center;
	background: #efefef;
	border-radius: 5px;
	padding: 5px 0px 5px 0px;
	cursor :pointer;
	transition: .5s;
}

/*アイコンを表示*/
.hidden_box label:before {
	display: inline-block;
	content: '\f078';
	font-family: 'FontAwesome';
	padding-right: 5px;
	transition: 0.2s;
}

/*ボタンホバー時*/
.hidden_box label:hover {
	background: #CB7508;
	color: #ffffff;
}

/*アイコンを切り替え*/
.hidden_box input:checked ~ label:before {
     content: '\f00d';
     -ms-transform: rotate(360deg);
     -webkit-transform: rotate(360deg);
     transform: rotate(360deg);
     color: #668ad8;
}

/*チェックは見えなくする*/
.hidden_box input {
    display: none;
}

/*中身を非表示にしておく*/
.hidden_box .hidden_show {
    height: 0;
    padding: 0;
    overflow: hidden;
	text-align: left;
    opacity: 0;
    transition: 0.8s;
}

/*クリックで中身表示*/
.hidden_box input:checked ~ .hidden_show {
	width: 100%;
	height: auto;
	overflow: hidden;
	font-size: 0.75rem;
	line-height: 20px;
	font-weight: normal;
	text-align: left;
	margin: 0px auto 10px auto;
	padding: 20px 20px 20px 20px;
	opacity: 1;
	border: 1px solid #cccccc;
	background-color: #ffffff;
}
.t-title {
	font-weight: bold;
	text-align: center;
	margin: 0px auto 30px auto;
}
.t-bold {
	margin: 20px auto 0px auto;
	font-weight: bold;
}

.kiyaku {
	font-size: 0.8rem;
	line-height: 1.2rem;
	margin-bottom: 1rem;
	font-weight: normal;
	/*color: #ff0000;*/
}

.renraku-box {
	width: 65%;
	height: auto;
	overflow: hidden;
	font-size: 0.9rem;
	line-height: 1.3rem;
	font-weight: bold;
	text-align: center;
	margin: 20px auto 20px auto;
	padding: 20px 20px 20px 20px;
	border: 1px solid #cccccc;
	
}

.submit-btn {
	width: 60%;
	height: auto;
	overflow: hidden;
	margin: 20px auto 20px auto;
  display       : inline-block;
  border-radius : 15px;          /* 角丸       */
  font-size     : 12pt;        /* 文字サイズ */
  text-align    : center;      /* 文字位置   */
  cursor        : pointer;     /* カーソル   */
  padding       : 10px 10px;   /* 余白       */
  background    : #ff7f00;     /* 背景色     */
  color         : #333333;     /* 文字色     */
	font-weight: bold;
  line-height   : 1em;         /* 1行の高さ  */
  transition    : .3s;         /* なめらか変化 */
  box-shadow    : 2px 2px 3px #666666;  /* 影の設定 */
  border        : 0px solid #ff7f00;    /* 枠の指定 */
}


.submit-btn:hover {
  box-shadow    : none;        /* カーソル時の影消去 */
  color         : #333333;     /* 背景色     */
  background    : #D96D00;     /* 文字色     */
}

.submit-btn2 {
	width: 40%;
	height: auto;
	overflow: hidden;
	margin: 20px auto 20px auto;
  display       : inline-block;
  border-radius : 15px;          /* 角丸       */
  font-size     : 12pt;        /* 文字サイズ */
  text-align    : center;      /* 文字位置   */
  cursor        : pointer;     /* カーソル   */
  padding       : 10px 10px;   /* 余白       */
  background    : #ff7f00;     /* 背景色     */
  color         : #333333;     /* 文字色     */
	font-weight: bold;
  line-height   : 1em;         /* 1行の高さ  */
  transition    : .3s;         /* なめらか変化 */
  box-shadow    : 2px 2px 3px #666666;  /* 影の設定 */
  border        : 0px solid #ff7f00;    /* 枠の指定 */
}


.submit-btn2:hover {
  box-shadow    : none;        /* カーソル時の影消去 */
  color         : #333333;     /* 背景色     */
  background    : #D96D00;     /* 文字色     */
}


.submit-btn-bk {
	width: 20%;
	height: auto;
	overflow: hidden;
	margin: 20px auto 20px auto;
  display       : inline-block;
  border-radius : 15px;          /* 角丸       */
  font-size     : 12pt;        /* 文字サイズ */
  text-align    : center;      /* 文字位置   */
  cursor        : pointer;     /* カーソル   */
  padding       : 10px 10px;   /* 余白       */
  background    : #ddddddd;     /* 背景色     */
  color         : #333333;     /* 文字色     */
	font-weight: bold;
  line-height   : 1em;         /* 1行の高さ  */
  transition    : .3s;         /* なめらか変化 */
  box-shadow    : 2px 2px 3px #666666;  /* 影の設定 */
  border        : 0px solid #333333;    /* 枠の指定 */
}


.submit-btn-bk:hover {
  box-shadow    : none;        /* カーソル時の影消去 */
  color         : #333333;     /* 背景色     */
  background    : #D96D00;     /* 文字色     */
}

p.error_messe{
	margin:5px 0;
	color:red;
}

.thanks-box {
	clear: both;
	display: block;
	width:80%;
	height: auto;
	overflow: hidden;
	text-align: center;
	margin: 60px auto 20px auto;
	padding: 40px 20px 20px 20px;
	border: 0px solid #dddddd;
	border-radius: 10px;
}


.thanks-img {
	display: block;
	width: 240px;
	height: auto;
	overflow: hidden;
	text-align: center;
	margin: 0px auto 0px auto;
}
.thanks-mssg {
	display: block;
	width: 100%;
	height: auto;
	overflow: hidden;
	font-size:1.0rem;
	line-height: 1.6rem;
	text-align: left;
	margin: 30px auto 20px auto;
}

#workshop_name {
	font-size:1.0rem;
	line-height: 1.6rem;
	text-align: left;
	font-weight: bold;
	padding: 7px 7px 7px 7px;
	background-color: #d1e8ff;
	border: none;
}
#event_date {
	font-size:1.0rem;
	line-height: 1.6rem;
	text-align: left;
	font-weight: bold;
	padding: 7px 7px 7px 7px;
	background-color: #d1e8ff;
	border: none;
}





@media print,screen and (min-width: 1024px) { /* 1024pxは適宜変更 */

	
	
}


@media screen and (min-width: 961px) { /*PCモニタ*/



}

@media screen and (max-width: 960px) { /*タブレット-------------------------------------*/
	.form-table {
	margin: 0px 0px 0px 0px;
	border: 1px solid #cccccc;
	}
	.form-table th ,.form-table td {
	width: 100%;
	display: block;
	border-top: none;
	padding: 10px 10px 10px 10px;
	}
	.form-table tr:first-child th {
		border-top :0px solid #dddddd;
	}
	

.mr-robot {
	width: 65%;
	text-align: center;
	margin: 20px auto 20px auto;
	/*background-color: #d1e8ff;*/
}
.g-recaptcha {
	float: none;
	text-align: center;
}
	
}

@media screen and (max-width:480px) { /*スマホ　縦---------------------------------------*/
	.form-table {
	margin: 0px 0px 0px 0px;
	border: 1px solid #cccccc;
	}
	.form-table th ,.form-table td {
	width: 100%;
	display: block;
	border-top: none;
	padding: 10px 10px 10px 10px;
	}
	.form-table tr:first-child th {
	border-top :0px solid #dddddd;
	}

.submit-btn {
	width: 70%;
	height: auto;
	overflow: hidden;
	margin: 20px auto 20px auto;
  display       : inline-block;
  border-radius : 15px;          /* 角丸       */
  font-size     : 12pt;        /* 文字サイズ */
  text-align    : center;      /* 文字位置   */
  cursor        : pointer;     /* カーソル   */
  padding       : 10px 7px 10px 7px;   /* 余白       */
  background    : #ff7f00;     /* 背景色     */
  color         : #333333;     /* 文字色     */
	font-weight: bold;
  line-height   : 1em;         /* 1行の高さ  */
  transition    : .3s;         /* なめらか変化 */
  box-shadow    : 2px 2px 3px #666666;  /* 影の設定 */
  border        : 0px solid #ff7f00;    /* 枠の指定 */
}


.submit-btn:hover {
  box-shadow    : none;        /* カーソル時の影消去 */
  color         : #333333;     /* 背景色     */
  background    : #D96D00;     /* 文字色     */
}
	
.mr-robot {
	clear: both;
	display: block;
	width: 100%;
	height: auto;
	overflow: hidden;
	text-align: center;
	margin: 20px auto 20px auto;
	/*background-color: #ff0000;*/
}
.g-recaptcha {
	clear: both;
	float: none;
	display: block;
	width: 80%;
	height: auto;
	overflow: hidden;
	text-align: center;
	margin: 20px auto 20px auto;
}
	
}