@charset "utf-8";
/* CSS Document */

/*==================================

就活LINE相談

==================================*/
/*全体設定*/
html{
    overflow: auto;}

body{
  	overflow: hidden;
  	position: relative;
 	min-width: 1120px;
	background-color:#fff;
}

#line-wrapper{
	width:1120px;
  	font-family: 'Noto Sans JP', sans-serif;
	margin: 0 auto;
	color:#333;
	background-color:#fff;
}

.font-tsuku{
	font-family: fot-tsukuardgothic-std, sans-serif;
	font-weight: bold;
	} 

/*パンくずリスト*/
.breadcrumb{
  	width:1080px;
	height: 50px;
  	margin:23px auto 0 auto;
  	font-size:14px;
 }

.breadcrumb li{
  	display:inline-block;
  	position: relative;
  	vertical-align:bottom;
  }

.breadcrumb li:after{
  	content:'>';
  	position: relative;
  	margin-left:10px;
  	margin-right:10px;
 }

.breadcrumb li:last-child:after{
  	content:'';
 }

/*メインビジュアル*/
#main-visual-wrap{
	width: 1120px;
 	height: 410px;
  	margin:0 auto;
  	text-align: center;
}

#main-visual-wrap img {
	display: block;
	margin: 0 auto;
	text-align: center;
  }

/*コンシェルジュ相談室って？*/
#about-wrap{
	width:100%;
	background-color:#fff;
	margin:0 -200%;
  	padding: 50px 200% 0 200%;
	line-height:25px;
	text-align:center;
	}

#about-wrap ul{
	width: 900px;
	margin: 0 auto;
	display: flex;
    justify-content: space-between;
}

#about-wrap ul li{
	height: 35px;
	background-image: url("../img/line/chevron-icon.svg");
	background-position: 0 0;
	background-repeat: no-repeat;
	line-height: 34px;
	padding-left: 50px;
}

#about-wrap .about-txt{
	width: 100%;
	margin:30px -200% 0 -200%;
  	padding:30px 200%;
	background-color: #E2FBFF;
}

/*QRバナー*/
.qr-banner-wrap{
	width: 100%;
	background-color: #F2EFEF;
	margin:0 -200%;
  	padding:50px 200%;
	text-align: center;
}

.qr-banner-wrap img{
	width: 860px;
	display: block;
	text-align: center;
	margin: 0 auto;
}

/*こんな相談がありました*/
#consultation-wrap{
	width: 1120px;
	margin: 0 auto;
	padding: 60px 0;
	}

#consultation-wrap h2{
	width: 1120px;
	margin: 0 auto 60px auto;
}

#consultation-wrap ul{
	width: 1120px;
	margin: 0 auto;
	display: flex;
    justify-content: space-between;
}

#consultation-wrap ul li{
	width: 250px;
}

#consultation-wrap ul li img{
	width: 100%;
}

/*相談会バナー*/
#banner-area{
	width: 1120px;
	margin: 0 auto;
	padding: 60px 0;
	display: flex;
    justify-content: space-between;
}

/*その他受け入れ*/
#other-wrap{
	width: 1120px;
	margin:0 -200%;
  	padding:50px 200%;
	text-align: center;
	background-color: #E2FBFF;
}

#other-wrap p{
	width: 950px;
	font-size: 24px;
	margin: 0 auto;
	text-align: center;
}

#other-wrap span{
	width: 140px;
	height: 40px;
	background-color: #fff;
	border: 3px solid #00B900;
	border-radius: 30px;
	display: inline-block;
	line-height: 40px;
	margin-right: 10px;
}

/*対面での相談場所*/
#area-wrap{
	width: 100%;
	margin:0 -200%;
  	padding:50px 200%;
	text-align: center;
	background-color: #F2EFEF;
}

#area-wrap h3{
	font-size: 26px;
	margin-bottom: 60px;
	text-align: center;
}

#area-wrap .area-txt{
	text-align: center;
	line-height: 25px;
	margin-bottom: 60px;
}

#area-wrap #area-contents{
	width: 1120px;
	margin: 0 auto;
	display: flex;
    justify-content: space-between;
}

.area-list dl{
	width: 250px;
}

.area-list dt{
	margin-bottom: 20px;
}

.area-list dt img{
	display: block;
	text-align: center;
	margin: 0 auto;
}

.area-list ul{
	height: 120px;
}

.area-list li{
	font-size: 14px;
	line-height: 22px;
	text-align: left;
	position: relative;
	margin-bottom: 10px;
}

.area-list li:nth-of-type(1){
	margin-bottom: 20px;
}

.area-list li:nth-of-type(2),
.area-list li:nth-of-type(3)
{
	padding-left: 30px;
}

.area-list ul li img{
	width: 20px;
	margin-right: 10px;
	position: absolute;
	left: 0;
	top: 4px;
}

.area-list ul .place{
	font-size: 20px;
	font-weight: bold;
}

.area-map-btn{
	width: 200px;
	height: 30px;
	background-color: #00B900;
	border-radius: 26px;
	color: #fff;
	display: block;
	font-size: 16px;
	line-height: 30px;
	margin: 20px auto 0 auto;
	text-align: center;
}

/*相談申込*/
#contact-wrap{
	width:100%;
	background-color:#fff;
	margin: 0 -500%;
    padding: 50px 500% 50px 500%;
	}

#contact-wrap h3{
	margin:0 auto;
	text-align:center;
	}

#contact-wrap #contact-in{
	width:820px;
	margin:0 auto;
	text-align:center;
	}

#contact-wrap .contact-description{
	margin:20px auto;
	text-align:center;
	display:block;
	}

#contact-wrap table{
	width:100%;
	border-collapse: separate;
	table-layout: fixed;
	border-spacing: 0;
	text-align: left;
	line-height: 1.5;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	margin-bottom:30px;
	}

#contact-wrap table th {
	width:240px;
	padding:15px 10px 15px 10px;
	font-weight: bold;
	vertical-align: top;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	background: #E2FBFF;
	}

#contact-wrap table td {
	width:540px;
	padding:15px 10px;
	vertical-align: top;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background: #fff;
}

#contact-wrap table .imperative{
	color:#fff;
	font-size:14px;
	width:50px;
	margin-left:10px;
	padding:3px;
	background-color:#fe4958;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	}

#contact-wrap table .form_style{
	width:400px;
	border:0;
	padding:8px;
	font-size:1.3em;
	font-family:Arial, sans-serif;
	color:#3e3a39;
	border:solid 1px #ccc;
	margin:10px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: inset 0 0 4px rgba(0,0,0,0.2);
	-webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
	box-shadow: inner 0 0 4px rgba(0, 0, 0, 0.2);
	}

#contact-wrap table .form_style2{
	width:490px;
	height:145px;
	border:0;
	padding:8px;
	font-size:14px;
	font-family:Arial, sans-serif;
	color:#3e3a39;
	border:solid 1px #ccc;
	margin:10px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: inset 0 0 4px rgba(0,0,0,0.2);
	-webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
	box-shadow: inner 0 0 4px rgba(0, 0, 0, 0.2);
	}

#contact-wrap table input:focus{
	outline: 0;
    border:solid 1px #fe4958;
	background-color: #fbe5e8;
}

#contact-wrap table .entry_example{
	font-size:12px;
	margin:0 10px;
	}

#contact-wrap table .entry_example{
	width:520px;
	font-size:11px;
	margin:0 10px 0 10px;
	}

.area-select select{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

/* チェックボタン設定 */
.r_btn{
  display: none;
}

.r_btn_label{
	width:80px;
 	position: relative;
	display: inline-block;
	margin-bottom:10px;
	padding: 3px 3px 3px 20px;
	cursor: pointer;
}

.r_btn_label:last-of-type{
  width: 160px;
}

.r_btn_label img{
	width:90px;}

.r_btn_label::before,
.r_btn_label::after {
	position: absolute;
	content: '';
	top: 50%;
	border-radius:100%;
	-webkit-border-radius:100%;
	-moz-border-radius:100%;
	-webkit-transition: all .2s;
	transition: all .2s;
}

.r_btn_label::before {
	left: 0;
	width: 14px;
	height: 14px;
	margin-top: -8px;
	background: #f3f3f3;
	border: 1px solid #ccc;
}

.r_btn_label:hover::before {
	background: #fff;
}

.r_btn_label::after {
	opacity: 0;
	left: 4px;
	width: 8px;
	height: 8px;
	margin-top: -4px;
	background: #fe4958;
	-webkit-transform: scale(2);
	transform: scale(2);
}

.r_btn:checked + .r_btn_label::before {
	background: #fff;
	border: 1px solid #fe4958;
}

.r_btn:checked + .r_btn_label::after {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}


/*希望場所*/
.area-select select{
	width:360px;
	height:40px;
	margin:15px 20px 15px 20px;
	padding-left:20px;
	font-size:22px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 1px solid #999;
	background: none transparent;
	border-radius: 5px;
    -webkit-border-radius: 5px;
	background: url("../img/line/contact-arrow.svg") right no-repeat, -webkit-linear-gradient(top, #fff 0%,#efebe1 100%);
	background: url("../img/line/contact-arrow.svg") right no-repeat, linear-gradient(to bottom, #fff 0%,#efebe1 100%);
	cursor:pointer;
	}

/*希望日時*/
#schedule-option-wrap{
	width:510px;
	margin:0 0 20px 15px;
	}

.schedule-option-list .gray{
	background-color:#fceae8;
	}

#schedule-option-wrap dl{
	width: 100px;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	float: left;
}

#schedule-option-wrap dl:first-of-type{
	border-left: 1px solid #ccc;
}

#schedule-option-wrap dl:nth-of-type(6){
	border-left: 1px solid #ccc;
}

#schedule-option-wrap dl:nth-of-type(n+6){
	border-bottom: 1px solid #ccc;
}

#schedule-option-wrap dt{
	width:100px;
	line-height:40px;
	padding:5px 0 8px 0;
	margin: 0 auto;
	text-align: center;
	}

#schedule-option-wrap dt span{
	font-size:14px;
	font-weight:bold;
	}

#schedule-option-wrap dd{
	width:100px;
	padding-bottom: 20px;
	}

#schedule-option-wrap hr{
	border-top: 1px solid #bbb;
	margin:0;
	padding:0;
	}

#contact-wrap .schedule-list-txt{
	font-size:14px;
	margin:0 20px;
	padding:15px 0;
	}

#schedule-option-wrap dd input{
	display: none;}

#schedule-option-wrap dd label{
	display: block;
	font-size:18px;
	margin: 0 auto;
	padding: 5px 0;
	background: #fff;
	text-align: center;
	line-height: 18px;
	transition: .2s;
	border:2px solid #e1e1e1;
	box-shadow: 0 3px 0 #e1e1e1;
	}

#schedule-option-wrap dd .label-btn{
	width: 50px;}

#schedule-option-wrap dd .label-btn2{
	width:50px;}

#schedule-option-wrap dd label:first-of-type{
	border-radius: 5px;
	}
#schedule-option-wrap dd label:last-of-type{
	border-radius:5px;
	}
#schedule-option-wrap dd input[type="radio"]:checked + .switch{
	background-color: #e67168;
	border:2px solid #e67168;
	color: #fff;
	}
#schedule-option-wrap dd input[type="radio"]:disabled + .switch{
	color:#abaaaa;
	/*text-indent:20px;*/
	background-color: #e1e1e1;
	/*background-image:url(../concierge/img/disabled.gif);
	background-repeat:no-repeat;
	background-position:10px 10px;*/
	border:2px solid #e1e1e1;
	}

/*規約*/
#contact-in .protocol-txt{
	width:600px;
	font-size:14px;
	text-align:center;
	margin:0 auto 20px auto;
	}

#contact-in .send-btn{
	display:block;
	background-color:#fff;
	margin:30px auto 0 auto;
	text-align:center;
	border: none;
    cursor: pointer;
    outline: none;
	appearance: none;
	}
/* 個人情報の取扱について */
.page_list{
	display: inline-block;
	}
.page_list .txt-area{
	width: 600px;
	height: 200px;
	background-color: #fdf6dd;
	overflow: hidden;
	font-size: 13px;
	padding: 20px;
	text-align:left;
}

.page_list .txt-area .bold{
	display: block;
	font-weight: 600;
	margin-top:5px;
	margin-bottom: 10px;
}

.page_list .txt-area p{
	margin-bottom: 15px;
	line-height: 15px;
}

/*共有*/
.clear{
	clear:both;}
