@charset "UTF-8";

/* ---------------------------------------
#index
--------------------------------------- */
#index input{
	margin-bottom: 0;
}
#index .login{
	font-size: 1.35em;
	margin-bottom: 0px;
}
#index .login dt{
	width: 180px;
	text-align: right;
	font-weight: bold;
}
#index .login dd{
	padding: 10px 15px;
}
#index .login dd span{
	font-size: .75em;
	font-weight: bold;
	margin-left: 10px;
}
#index .login input{
	width: 470px;
	height: 50px;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 0.1em;
}
#index .txt1{
	clear: both;
	/*text-align: center;*/
	margin-bottom: 25px;
	padding-left: 40px;
}
#index .personal_info{
	height: 300px;
	overflow-y: scroll;
	padding: 20px 30px;
	background: #F2F2F2;
	box-sizing: border-box;
	border: 1px solid #999999;
}
@media screen and (max-width: 767px) {
	#index .personal_info{
		/* height: 200px; */
		padding: 15px 15px 15px 15px;
	}
}

#index .personal_info_item + .personal_info_item{
	margin-top: 40px;
}
#index .personal_info_item h3{
	font-weight: bold;
	font-size: 1.4em;
	margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
	#index .personal_info_item h3{
		font-size: 1.2em;
	}
}

#index .personal_info_item h4{
	font-weight: bold;
	font-size: 1.1em;
	margin-bottom: 10px;
}

#index .personal_info_item * + h4{
	margin-top: 30px;
}
#index .personal_info_item * + p{
	margin-top: 10px;
}

#index .personal_info_item * + ._list{
	margin-top: 10px;
}

#index .personal_info_item ._list > li{
	position: relative;
	padding-left: 1.5em;
	margin-bottom: 10px;
}
#index .personal_info_item ._list > li > i{
	position: absolute;
	left: 0;
	width: 1.5em;
}


#index .personal_info_item ._table1 table{
	margin-top: 15px;
	background: #fff;
}
#index .personal_info_item ._table1 table th,
#index .personal_info_item ._table1 table td{
	border: 1px solid #999;
	padding: 10px 20px;
	font-size: 1.1em;
	font-weight: bold;
}

@media screen and (max-width: 767px) {
	#index .personal_info_item ._table1 table,
	#index .personal_info_item ._table1 table tr,
	#index .personal_info_item ._table1 table th,
	#index .personal_info_item ._table1 table td{
		display: block;
	}
	#index .personal_info_item ._table1 table th,
	#index .personal_info_item ._table1 table td{
		text-align: left;
		padding: 8px 12px;
		font-size: 1em;
	}
	#index .personal_info_item ._table1 table th{
		border-bottom: none;
		padding-bottom: 0;
	}
	#index .personal_info_item ._table1 table td{
		padding-top: 3px;
		border-top: none;
	}
	#index .personal_info_item ._table1 table tr:nth-of-type(2) th{
		border-top: none;
	}
}


#index .personal_info_item ._table2 table{
	margin-top: 15px;
	background: #fff;
}
#index .personal_info_item ._table2 table th,
#index .personal_info_item ._table2 table td{
	border: 1px solid #999;
	padding: 10px 15px;
}

#index .personal_info_item ._table2 table th{
	font-weight: bold;
	background: #ddd;
}
@media screen and (max-width: 767px) {
	#index .personal_info_item ._table2{
		overflow-x: scroll;
	}
	#index .personal_info_item ._table2 table{
		width: 800px;
	}
}



#index .personal_info_item sup{
	font-size: .8em;
	vertical-align: top;
}
#index .personal_info_item a{
	color: #008193;
}





.indent1{
	margin-left: 1em;
	text-indent: -1em;
}
.indent1h{
	margin-left: 1.5em;
	text-indent: -1.5em;
}



#index .bottom{
	margin-bottom: 25px;
	text-align: center;
}
#index .bottom .check_agree{
	font-size: 1.4em;
	font-weight: bold;
	text-align: center;
	cursor: pointer;
	padding-left: 25px;
}
#index .bottom .check_agree input{
	display: none;
}
#index .btn_box button{
	width: 470px;
	height: 90px;
	color: #FFF;
	font-size: 2.2em;
	font-weight: bold;
	margin-top: 30px;
	border-radius: 40px;
	background: #F06014;
}
#index .btn_box button{
	background: #999 url(../img/index/ico_login.png) no-repeat 30px center;
	background-size: 27px 29px;
}
#index .btn_box button._on{
	background: #F06014 url(../img/index/ico_login.png) no-repeat 30px center;
	background-size: 27px 29px;
	cursor: pointer;
}

@media screen and (max-width: 767px) {
	#index .login{
		font-size: 1.2em;
		margin-bottom: 20px;
	}
	#index .login dt{
		width: 100%;
		text-align: left;
	}
	#index .login dd{
		padding: 0 0 20px 0;
	}
	#index .login dd span{
		margin-left: 0;
	}
	#index .login input{
		width: 100%;
		height: 40px;
	}
	#index .txt1{
		margin-bottom: 25px;
		padding-left: 0px;
	}
	#index .bottom .check_agree{
		font-size: 1.2em;
	}
	#index .btn_box button{
		width: 100%;
		height: 50px;
		font-size: 1.6em;
		border-radius: 20px;
	}
	#index .btn_box button{
		background: #999 url(../img/index/ico_login.png) no-repeat 30px center;
		background-size: 18px 20px;
	}
	#index .btn_box button._on{
		background: #F06014 url(../img/index/ico_login.png) no-repeat 30px center;
		background-size: 18px 20px;
	}
}



/* ---------------------------------------
#campaign
--------------------------------------- */
#campaign #sec_1 .txt1{
	color: #008094;
	font-size: .85em;
	font-weight: bold;
	margin-bottom: 10px;
	text-align: center;
}
#campaign #sec_1 .txt2{
	font-size: 1.45em;
	font-weight: bold;
	margin-bottom: 10px;
	text-align: center;
}
#campaign #sec_1 .txt3{
	text-align: center;
}
#campaign #sec_1 .txt4{
	font-size: 1.8em;
	font-weight: bold;
}
#campaign .txt5{
	text-align: center;
	font-size: 1.1em;
	font-weight: bold;
	margin-bottom: 20px;
}
#campaign #cnt{
	padding: 20px;
}
#campaign #sec_1 dt{
	padding: 0 30px 0 0;
	border-right: 1px dotted #C1C1C1;
}
#campaign #sec_1 dd{
	padding: 0 0 0 30px;
}
#campaign #sec_1 .txt4 .txt_c{
	color: #E9607C;
	font-size: 1.5em;
}
#campaign #sec_1 .txt4 .dot{
	position: relative;
}
#campaign #sec_1 .txt4 .dot:after{
	display: none;
	content: "●";
	font-size: .4em;
	position: absolute;
	top: -12px; left: 8px;
	color: #E9607C;
}
#campaign .p_box_wrap{
	margin-left: -2%;
	margin-bottom: 20px;
}
#campaign .p_box{
	box-sizing: border-box;
	/*width: 217px;*/
	width: 31%;
	padding: 10px;
	float: left;
	border-radius: 5px;
	background: #FFF;
	/*margin: 0 18px 18px 0;*/
	margin: 0 0 2% 2%;
	min-height: 300px;
}
#campaign .p_box_tit{
	font-size: 1.3em;
	font-weight: bold;
	min-height: 56px;
	line-height: 1.4;
}
#campaign .p_box_img{
	text-align: center;
	margin-bottom: 10px;
}
#campaign .p_box_img>a{
	position: relative;
	display: block;
}
#campaign .p_box_img>a:hover:after{
	content: "応募する";
	position: absolute;
	top:50%;
	left:50%;
	display: block;
	width: 80px;
	background: #F06014;
	color: #fff;
	padding: 3px 10px;
	margin-top:-20px;
	margin-left:-50px;
	font-weight: bold;
	border-radius: 3px;
}
@media screen and (max-width: 767px) {
	#campaign .p_box_img>a:hover:after{
		display: none;
	}
}

#campaign .p_box_img img{
	width: 90%;
	height: auto;
}
#campaign .btn_box .btn{
	float: left;
	margin-right: 10px;
}
#campaign .btn_box .btn a{
	color: #FFF;
	font-weight: bold;
	line-height: 1;
	padding: 12px 45px 12px;
	text-decoration: none;
	display: block;
	background: #F06014;
	border-radius: 5px;
}
#campaign .btn_box .btn .ico_style1:after{
	top: 50%; right: 8px;
	width: 4px; height: 7px;
	margin-top: -3.5px;
	background: url(../img/common/ico_arw_r_w.png);
	background-size: 100%;
}
#campaign .btn_box .btn_pdf{
	float: right;
}
#campaign .btn_box .btn_pdf a{
	color: #FFF;
	line-height: 1;
	font-weight: bold;
	display: block;
	padding: 12px 40px 12px;
	text-decoration: none;
	background: #666666;
	border-radius: 5px;
}
@media all and (-ms-high-contrast:none) {
	/* IE対策文字余白 */
	#campaign .btn_box .btn a{
		padding: 14px 45px 12px;
	}
	#campaign .btn_box .btn_pdf a{
		padding: 14px 40px 12px;
	}
}
@media screen and (max-width: 767px) {
	#campaign #sec_1 dt{
		padding: 0 0 15px 0;
		border-right: none;
		border-bottom: 1px dotted #C1C1C1;
	}
	#campaign #sec_1 dd{
		padding: 15px 0 0 0;
	}
	#campaign #sec_1 .txt4{
		font-size: 1.5em;
		margin-bottom: 10px;
	}
	#campaign #sec_1 .txt4 .dot:after{
		left: 5px;
	}
	#campaign .p_box_wrap{
		margin-right: -2%;
	}
	#campaign .p_box{
		width: 48%;
		box-sizing: border-box;
		margin: 0 2% 4% 0;
	}
	#campaign .btn_box .btn{
		float: none;
		margin: 0 0 8px;
	}
	#campaign .btn_box .btn a{
		text-align: center;
		padding: 12px 0px 12px;
	}
	#campaign .btn_box .btn_pdf{
		float: none;
	}
	#campaign .btn_box .btn_pdf a{
		box-sizing: border-box;
		padding: 12px 0px 12px;
		display: block;
		text-align: center;
	}
}




/* ---------------------------------------
#form
--------------------------------------- */
#form .form_table{
	font-size: 1.15em;
}
#form .form_table dt{
	width: 190px;
	vertical-align: top;
	padding: 15px 25px 15px 0;
	border-right: 1px solid #CCCCCC;
	text-align: right;
	font-weight: bold;
}
#form .form_table dd{
	padding: 10px 20px;
}
#form .form_table dd li{
	float: left;
	width: 250px;
}
#form .form_table dd .txt_small{
	display: inline-block;
	line-height: 1.6;
	font-size: .75em;
/*	text-indent: -1em;
	padding-left: 1em;
*/}
#form .bdr_c1{
	position: relative;
}
#form .bdr_c1 .ico_star{
	color: #EC6C00;
	font-size: 13px;
	margin-right: 0;
	position: absolute;
	top: 5px; right: 0;
}
#form .cell1{
	width: 40px;
	font-weight: bold;
	text-align: center;
	display: inline-block;
}
#form input[type="mail"]{
	width: 300px;
	margin-bottom: 10px;
}
#form input[type="tel"],
#form input[type="text"],
#form input[type="mail"]{
	margin-right: 10px;
}
#form .hyphen{
	font-size: 30px;
	font-weight: bold;
	margin: 0 15px 0 0;
	vertical-align: -5px;
	display: inline-block;
}
#form .btn_box{
	text-align: center;
}
#form .btn_box button{
	margin: 0 10px;
}
#form .btn_box button[type="submit"]{
	width: 210px;
	height: 40px;
	color: #FFF;
	font-size: 1.15em;
	font-weight: bold;
	border-radius: 10px;
	background: #F06014;
	cursor: pointer;
	margin-bottom: 5px;
}
#form .btn_box button[type="reset"]{
	width: 210px;
	height: 40px;
	color: #FFF;
	font-size: 1.15em;
	font-weight: bold;
	border-radius: 10px;
	background: #666666;
	cursor: pointer;
	margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
	#form .form_table dt{
		width: 100%;
		padding: 15px 0 0 0;
		border-right: none;
		text-align: left;
	}
	#form .form_table dd{
		padding: 10px 0 20px;
		border-bottom: 1px solid #CCCCCC;
	}
	#form .form_table dd li{
		float: none;
		width: 100%;
		margin-bottom: 5px;
	}
	#form .form_table dd .txt_small{
		display: inline-block;
		line-height: 1.4;
		font-size: .75em;
		text-indent: 0em;
		padding-left: 0;
	}
	#form .bdr_c1 .ico_star{
		top: auto;
		bottom: -27px;
	}
	#form .cell1{
		width: 100%;
		text-align: left;
		display: block;
	}
	#form input[type="mail"]{
		width: 100%;
	}
	#form input[type="tel"],
	#form input[type="text"],
	#form input[type="mail"]{
		margin-right: 0;
	}
	#form .zip input{
		width: 80px;
	}
	#form .hyphen{
		margin: 0 10px;
	}

	#form .btn_box button[type="reset"]{
		margin-bottom: 15px;
	}
}

/* ---------------------------------------
#form.confirm
--------------------------------------- */
#form .confirm_txt1{
	width: 90%;
	margin: 20px auto 0;
	text-align: center;
	border: 1px solid #999;
}
@media screen and (max-width: 767px) {
	#form .confirm_txt1{
		width: auto;
	}
}

/* ---------------------------------------
#form.thanks
--------------------------------------- */
.thanks .s1_txt1{
	text-align: center;
	margin-bottom: 20px;
}
.thanks .s1_txt2{
	text-align: center;
	font-weight: bold;
	font-size: 1.15em;
	margin-bottom: 10px;
}
.thanks .s1_txt3{
	text-align: center;
	font-weight: bold;
	font-size: 1.15em;
	margin-bottom: 40px;
}
.thanks .s1_tel{
	text-align: center;
	margin-bottom: 20px;
}
.thanks .s1_tel img{
	width: 305px;
}
@media screen and (max-width: 767px) {
	.thanks .s1_txt1{
		margin-bottom: 30px;
	}
	.thanks .s1_txt3{
		font-size: 1em;
		margin-bottom: 20px;
	}
}
#form.campaign #sec_4 .s4_txt1{
	font-size: 0.8em;
	margin-left: 15px;
}
@media screen and (max-width: 767px) {
	#form.campaign #sec_4 .s4_txt1{
		display: block;
		margin-left: 0;
	}
}

/* ---------------------------------------
#enquete
--------------------------------------- */
#enquete #sec_1{
	max-width: 750px;
	margin: 0 auto;
}
#enquete #sec_1 .s1_txt1{
	font-weight: bold;
	margin-bottom: 20px;
	font-size: 1.15em;
	text-align: center;
}
#enquete #sec_1 .s1_txt2{
	border: 1px solid #000;
	padding:5px 10px;
	font-weight: bold;
	margin-bottom: 40px;
	text-align: center;
}

#enquete #sec_1 .s1_txt3{
	color: #f00;
	text-decoration: underline;
}

.enquete_form>dt{
	position: relative;
	padding-bottom: 5px;
	padding-left: 60px;
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 1.15em;
	border-bottom: 2px solid #000;
}
.enquete_form>dt span.ico{
	position: absolute;
	top: 0;
	left: 0;
	width: 50px;
	text-align: right;
}
.enquete_form>dt span.txt{
	font-weight: normal;
	font-size: 1em;
}

.enquete_form>dd{
	margin-bottom: 50px;
}
.enquete_form>dd ul{
	margin-left: 10px;
}
.enquete_form>dd>ul li{
	padding: 3px;
}
.enquete_form>dd>ul>li{
	font-size: 1.15em;
}


@media screen and (max-width: 767px) {
#enquete #sec_1 .s1_txt1{
	font-size: 1em;
	text-align: left;
}
#enquete #sec_1 .s1_txt2{
	margin-bottom: 20px;
	text-align: left;
}



.enquete_form>dt{
	padding-left: 40px;
	font-size: 1em;
}
.enquete_form>dt span.ico{
	width: 37px;
}
.enquete_form>dd{
	margin-bottom: 30px;
}
.enquete_form>dd ul{
	margin-left: 0px;
}
.enquete_form>dd>ul>li{
	font-size: 1em;
}


}