@charset "UTF-8";

/*---------------------------------- scout */
.cnt_cl_blue{
	background: url("../../images/pc/cnt_cl_bg_blue.png") repeat-y center;
	padding: 0 80px;
	width: 580px;
	margin-top: -10px;
}

.cnt_cl_blue p{	margin: 2rem 0;}

.cnt_cl_blue .ttl_txt_blue{
	padding: 0 50px 20px;
	margin-top: 0;
	margin-bottom: 30px;
	text-align: center;
}



.scout_sec{
	position: relative;
	margin-bottom: 3rem;
}

.scout_ttl{	padding: 1rem 0;}

.scout_ttl:after{
	content: " ";
	display: block;
	height: 3px;
	background-image: linear-gradient(
    -45deg,
    #fff 25%,
    #333333 25%, #333333 50%,
    #fff 50%, #fff 75%,
    #333333 75%, #333333
  );
  background-size: 6px 6px;
}

.scout_ttl span{
	border-bottom: 3px solid #333;
	padding: 0 5px 7px 5px;
}

/* table */

.scout_sec table{
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	text-align: center;
	table-layout: fixed;
	border: 1px solid #785a00;
	margin: 2rem 0 1rem;
}

.scout_sec table th{
	padding: 1rem 0.5rem;
	border: 1px solid #785a00;
	background: #f0ebdc;
	font-weight: normal;
}

.scout_sec table td{
	padding: 2rem 1.5rem;
	border: 1px solid #785a00;
}

.w28{	width: 28%;}

.txt_l{
	text-align: left;
}

/* flow */

.scout_sec ul li{
	border: 1px solid #745a26;
	border-radius: 5px;
	color: #745a26;
	text-align: center;
	padding: 0.4rem 0;
	position: relative;
	margin-bottom: 30px;
	font-weight: bold;
}

.scout_sec ul li:not(:last-child):after{
	content: "▼";
	font-size: 16px;
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	top: 35px;
}

/* image */

.float_r{	float: right;}

.scout_img01{	margin-top: -10px;}

/* button */

.form_btn{
	background: url("../../images/pc/membership_btn_tel04.gif") no-repeat center bottom;
	padding-bottom: 90px;
}

/*---------------------------------- scout/scout-inquiry */


.form_ttl{
	font-size: 20px;
	border-bottom: 1px solid;
}

.touroku_form{
	border-spacing: 20px;
	width: 100%;
}

.touroku_form .kind{
	background: #FFDDE6;
	width: 30%;
	padding: 5px 15px;
	vertical-align: middle;
	position: relative;
}

/* required */

.required{
	position: absolute;
	top: 50%;
	right: 10px;
	margin-top: -11px;
	font-size: 11px;
	padding: 1px 5px;
	color: #fff;
	background: #e40019;
	vertical-align: middle;
}

.answer textarea{
	line-height: 1.2;
	height: 100px;
}

/* error_txt */

.error_txt{
	border: 1px solid #f00;
	background: #fff7f9;
	padding: 10px;
	margin-bottom: 30px;
}

/* ---------------------------------------------- touroku/confirm */

.confirm_table{
	width: 670px;
	margin-right: auto;
	margin-left: auto;
}

.confirm_table .kind{
	font-weight: normal;
}

.confirm_table .answer{
	width: 80%;
	padding: 10px 15px;
}

.confirm_table tr:nth-child(odd) {
	background: #FFDDE6;
}
