
.contents img{
	width: 100%;
	height: auto;
}

.main{
	width: 90%;
	margin: 0 auto;
	font-size: 16px;
	line-height: 1.5em;
}


.hderCenterLogo h1 {
    font-size: 1rem;
    font-weight: lighter;
    text-align: center;
    padding: 10px 0 0 0;
}

@media (min-width: 768px){
.hderCenterLogo h1 {
    font-size: 1rem;
    font-weight: lighter;
    text-align: right;
    padding: 10px 10px 0 0;
    box-sizing: border-box;
}
}

/*h2{
	text-align: center;
	padding: 20px 0;
	line-height: 1.3em;
}*/

.text{ 
	display:inline-block;
}

#info h2,
#popular h2,
#location h2,
#qa h2{
  /*padding: 42px 0;*/
  padding-top: 55px;
  padding-bottom: 18px;
  text-align: center;
  font-weight: bold;
  font-size: 30px;
  color: #444;
  position: relative;
  /*display: inline-block;*/
  margin-bottom: 40px;
 /*font-size: 36px;
 font-weight: lighter;
 text-align: center;
 padding: 85px 0 0 0;
 margin: 0 0 20px 0;
 letter-spacing: 0.2em;*/
}


#info h2:before,
#popular h2:before,
#location h2:before,
#qa h2:before{
  content: '';
  position: absolute;
  bottom: -5px;
  display: inline-block;
  width: 85px;
  height: 3px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #ec7a06;
  border-radius: 2px;
}

/*h2 > span{
	font-size: 16px;
	color: #FFA454;
}*/



/*ajax*/
.adbnr{
	text-align: center;
	background-color:  #F5F5F5;
	padding: 10px;
}

.adbnr a{
	text-decoration: underline;
	margin: 6px 0;
	color: #FFA454;
	font-size: 16px;
}

.adbnr h3{
	padding: 20px 0 20px 0;
    font-size: 20px;
}

.adbnr li{
	width: 100%;
	max-width: 960px;
	margin: 0 auto 10px;
	padding: 3px 0;
	background: #FFF;
	border-radius: 5px;
}
/**/

.ouboritsu,.location,.area,.popular,.voice,.income,.location,.qa,.advice{
	width: 100%;

	margin: 0 auto;
	box-sizing: border-box;
	text-align: center;
}

.ouboritsu{
	background-color:#F5F5F5;
}

.location ,.popular{
	background-color:#E1F6FF;
}

figure img{
	vertical-align: bottom;
}


/*#search{
	margin: 0 auto;
	box-sizing: border-box;
	text-align: center;
	background-color:#E1F6FF;
}

#search section{
	width: 960px;
	margin: 0 auto;

}*/


/*#search section dl{
	width: calc(100%/3 - 8px );
	background: #0161C8;
	border-radius: 5px;
	float: left;
	box-shadow:0px 0px 3px 1px #e3e3e3;
	box-sizing: border-box;
	margin: 0 4px 14px 4px;
}



#search section dl dt{
	font-size: 18px;
	padding: 5px 0 5px 0;
	text-align: center;
	color :#FFF;
}


#search section dl dd ul li{
	width:calc(100% /3 - 8px);
	float: left;
	margin: 0 4px 4px 4px;
	background-color:#fff;
	border-radius: 5px;
}
#search section dl dd ul li a{
	display: block;
	color:#0161C8 ;
	border-radius: 5px;
	background: url(../img/arrow.png) no-repeat 98% center;
	font-size: 14px;
	text-align: center;
	padding: 5px 0;
}
#search section dl dd ul li a:hover{
	background-color:#AADAFF;
	opacity:10;
	text-decoration: none;
}
*/
/*#search{
	padding: 40px 0;
}*/
/*#search h2{
	background: url(../img/search_ico.png) no-repeat center top;
}*/
/*#search section dl{
	width: 305px;
	height: 150px;
	background: #fff;
	border-radius: 5px;
	float: left;
	box-shadow:0px 0px 3px 1px #e3e3e3;
	padding: 5px;
	box-sizing: border-box;
	margin: 0 7px 14px 7px;
}
#search section dl dt{
	font-size: 18px;
	padding: 0 0 5px 0;
	text-align: center;
}
#search section dl dd ul li{
	width: 90px;
	float: left;
	margin: 0 3px 4px 4px;
}
#search section dl dd ul li a{
	display: block;
	color: #32c9a4;
	border:1px solid #32c9a4;
	border-radius: 5px;
	background: url(../img/arrow.png) no-repeat 98% center;
	font-size: 14px;
	text-align: center;
	padding: 5px 0;
}
#search section dl dd ul li a:hover{
	background: url(../img/arrow_w.png) no-repeat 98% center #32c9a4;
	color: #fff;
	opacity:1;
	text-decoration: none;
}*/

/*@media(max-width:768px){

#search{
	width: 100%;
	padding: 40px 0;
}
#search section{
	width: auto;
	padding: 0 10px;
	box-sizing: border-box;
}

#search section dl{
	width: 48%;
	background: #fff;
	float: left;
	border-radius: 5px;
	box-shadow:0px 0px 3px 1px #e3e3e3;
	padding: 5px;
	box-sizing: border-box;
	margin: 0 1% 2% 1%;
}

#search section dl:nth-child(2n+1){
	clear: both;
}
#search section dl dt{
	font-size: 18px;
	padding: 10px 0;
	text-align: center;
	color:#444444;
}
#search section dl dd{
	display: none;
}
#search section dl dd ul li{
	width: 100%;
	float: none;
	margin: 0 0 5px 0;
}
#search section dl dd ul li a{
	display: block;
	color: #32c9a4;
	border:1px solid #32c9a4;
	border-radius: 5px;
	background: url(../img/arrow.png) no-repeat 98% center;
	background-size: auto 14px;
	font-size: 14px;
	text-align: center;
	padding: 10px 0;
}
dl.ac_menu_sp dt{
    display:block;
	box-sizing: border-box;
    cursor:pointer;
    background:url(../img/qa_open.png) 98% center no-repeat;
	background-size: auto 8px;
    }
dl.ac_menu_sp dd{
    display:none;
	padding: 0 0 10px 0;
    }
dl.ac_menu_sp dt.active{
    background:url(../img/qa_close.png) 98% center no-repeat;
	background-size: auto 8px;
    }
	
}*/

#info dd{
	margin: 30px 0;
	text-align:left;
}

#info dl{
	width:85%;
	height:85%;
	margin:0 auto;
}

#tannki_discription{
	margin: 0 7px 20px;
	text-align: left;

}



/*section{
	width: 960px;
	margin: 0 auto;
}

section dl{
	width: 305px;
	height: 150px;
	background: #fff;
	border-radius: 5px;
	float: left;
	box-shadow:0px 0px 3px 1px #e3e3e3;
	padding: 5px;
	box-sizing: border-box;
	margin: 0 7px 14px 7px;
}

section dl dt{
	font-size: 18px;
	padding: 0 0 5px 0;
	text-align: center;
}

section dl dd ul li{
	width: 90px;
	float: left;
	margin: 0 3px 4px 4px;
}

section dl dd ul li a{
	display: block;
	color: #32c9a4;
	border:1px solid #32c9a4;
	border-radius: 5px;
	background: url(../img/arrow.png) no-repeat 98% center;
	font-size: 14px;
	text-align: center;
	padding: 5px 0;
}

section dl dd ul li a:hover{
	background: url(../img/arrow_w.png) no-repeat 98% center #32c9a4;
	color: #fff;
	opacity:1;
	text-decoration: none;
}*/


/*dl.ac_menu_sp dt{
    display:block;
	box-sizing: border-box;
    cursor:pointer;
    background:url(../img/qa_open.png) 98% center no-repeat;
	background-size: auto 8px;
    }
dl.ac_menu_sp dd{
    display:none;
	padding: 0 0 10px 0;
    }
dl.ac_menu_sp dt.active{
    background:url(../img/qa_close.png) 98% center no-repeat;
	background-size: auto 8px;
    }
*/

/*.location{
	width: 100%;
	margin: 0 auto;
	box-sizing: border-box;
	text-align: center;
}*/

/*.location{
	padding: 20px 0 40px;
}*/

.area{
	padding: 0 0 40px;
}

.popular{
	/*padding: 20px 0 40px;*/
	/*background-color: #F5F5F5;*/
}



@media (min-width: 767px) {
.JobInfo {
    width: 960px;
    margin: 0 auto;
    padding-top: 40px;
    padding-bottom: 60px;
}
.JobInfoBlock1 {
    float: left;
    text-align: center;
    width: 460px;
    padding-bottom: 15px;
}

.JobInfoBlock2 {
    float: right;
    text-align: center;
    width: 460px;
    padding-bottom: 15px;
}

.question {
    width: 960px;
    margin: 0 auto;
    padding-top: 40px;
    padding-bottom: 60px;
}

}
@media (max-width: 768px) {
.JobInfo {
    width: 90%;
    margin: 0 auto;
    padding-top: 40px;
    padding-bottom: 60px;
}

.JobInfoBlock1 {
    float: left;
    text-align: center;
    width: 100%;
    padding-bottom: 15px;
}
}




#questionnaire section {
    width: 960px;
    margin: 0 auto;
}


.voice{
	padding: 20px 0 40px;
	background:url(../img/backimg.png) #C9EFF1 right 50% bottom 30% / 60px;
}

.income{
	padding: 30px 0 10px;
}

.qa{
	/*padding: 20px 0;*/
	background-color: #FFFFFF;
}

.advice{
	padding: 0 0 40px;
	background-color: #F5F5F5;
}



.location li{
	float: left;
	width: 100%;
	margin: 1% 0;
}

.location a{
	display: block;
	padding: 20px;
	/*color: #FFF;
	background-color: #7DE1B9;*/
	text-decoration: none;
	text-align: center;
	border-radius: 5px;
	font-weight: 600;
	
}

	.tannki li a{
		color:#444444;
		background: url(../img/arrow_w.png) no-repeat 98% center;
	}



	#oneday{
		background-color:#F6FF00;
	}

	#oneweek{
		background-color:#FDEB00;
	}

	#onemonth{
		background-color:#FFCA00;
	}

	#threemonths{
		background-color:#FF9200;
	}

	#vacation{
		
		background: url(../img/arrow_w.png) no-repeat 98% center , linear-gradient(to right, #FEBF64, #27C7F4 100%); 
	}

	#keiyakuhakenn{
		
 		background: url(../img/arrow_w.png) no-repeat 98% center , linear-gradient(to right, #FF93F6, #B507FD 100%);

	}

	.hakenn li a{
		color:#444444;
	}




.area li{
	float: left;
	width: 46%;
	margin: 2%;
}

.area a{
	display: block;
	padding: 20px;
	color: #FFF;
	background-color: #7DE1B9;
	text-decoration: none;
	text-align: center;
	border-radius: 5px;
	font-weight: 600;
}


.popular_contents,.voice_contents{
	display: flex;
	flex-wrap: wrap;
	/*justify-content: center;*/
}

.popular dl{
	width: 100%;
	margin: 10px auto;
	padding: 0;
	position: relative;
	
	border-radius: 5px; 
}

.popular dt{
	text-align: center;
	padding: 0 0 200px 0 ;
	font-weight: 600;
	font-size: 18px;
	color: #7DE1B9;
}


.popular1{
	background:url(../img/popular1.png) no-repeat left 0 top 0;
}

.popular2{
	background:url(../img/popular2.png) no-repeat right 50% bottom 30% / 290px;
}

.popular3{
	background:url(../img/popular3.png) no-repeat right 50% bottom 30% / 290px;
}

.popular4{
	background:url(../img/popular4.png) no-repeat right 50% bottom 30% / 290px;
}

.popular5{
	background:url(../img/popular5.png) no-repeat right 50% bottom 30% / 290px;
}

.popular6{
	background:url(../img/popular6.png) no-repeat right 50% bottom 30% / 290px;
}

.popular7{
	background:url(../img/popular7.png) no-repeat right 50% bottom 30% / 290px;
}

.popular8{
	background:url(../img/popular8.png) no-repeat right 50% bottom 30% / 290px;
}

.popular9{
	background:url(../img/popular9.png) no-repeat right 50% bottom 30% / 290px;
}

.link{
	display: block;
	width: 290px;
    text-align: center;
	position: absolute;
	bottom: 0;
	left: 0;
  	right: 0;
 	margin: 15px auto;
	background: #7DE1B9;
	padding: 18px 0;
	border-radius: 5px;
	color: #fff;
	font-weight: 600;
}

.link2{
	display: block;
	width: 290px;
    text-align: center;
	margin: 20px auto;
	border: 2px solid #FFA454;
	padding: 8px 0;
	border-radius: 30px;
	color: #FFA454;
	font-weight: 600;
}

/**/
.hidden_box {
    padding: 0;
}

/*ボタン装飾*/
.hidden_box label {
	display: block;
	width: 250px;
	margin: 10px auto;
    padding: 18px;
    font-weight: bold;
	background: #FFA454;
    cursor :pointer;
	text-align: center;
	border-radius: 40px;
	color: #fff;
	font-size: 16px;
}

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

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

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

/*クリックで中身表示*/
.hidden_box input:checked ~ .hidden_show {
    height: auto;
    opacity: 1;
}

.voice dl{
	width: 100%;
	margin: 10px auto;
	background: #fff;
}

.voice dd{
	padding: 16px 20px 10px;
	background: #fff;
}

.voice_contents span{
	font-weight: 600;
	font-size: 18px;
	background: linear-gradient(transparent 70%, #FFD53C 70%);
}

.voice1{
	background:url(../img/voice1.png) no-repeat right 50% top 2% #fff/ 350px;
}

.voice2{
	background:url(../img/voice2.png) no-repeat right 50% top 2% #fff/ 350px;
}

.income_contents{
	display: flex;
	flex-wrap: wrap;
}

.income dl{
	width: 100%;
	margin: 10px auto;
	padding: 20px;
}

.income dl > img{
	width: 80%;
	margin: 10px auto;
}

.income dt{
	float: left;
	font-weight: 600;
	color: #333;
	padding: 18px 0 0 0;
}

.income dd{
	padding: 18px 0 4px 80px;
	border-bottom: 4px solid #FFD53C;
}


/*accordion_1*/
ul li ul {
	color: #333;
}

@media (min-width: 768px) {
.areabox{
	margin:0 7px;
}
}
.areabox .accordion {
	width: 100%;
	margin: 0 auto;
	padding-bottom: 10px;
}

@media (max-width: 768px) {
.areabox .accordion > li p {
	display:block;
	padding: 15px 40px 15px 50px;
	background:url(../img/q_ver2.png) no-repeat #0161C8 left 2% bottom 50%/20px;
	/*background-image:url(../img/q.png),url(../img/arrow_ver3.png);
	background-position:left 2% bottom 50% ,left 98% bottom 50%;
	background-repeat:no-repeat,no-repeat;
	background-color:#0161C8;*/
	color: #FFF;
	border-radius: 5px;
	font-weight: 600;
	text-align: left;
	display:flex; 
	align-items: center;
	height:60px;
	position: relative;
	line-height: 1;

}
}

@media (min-width: 768px) {
	.areabox .accordion > li p {
	display:block;
	padding: 15px 40px 15px 50px;
	background:url(../img/q_ver2.png) no-repeat #0161C8 left 2% bottom 50%/20px;
	/*background-image:url(../img/q.png),url(../img/arrow_ver3.png);
	background-position:left 2% bottom 50% ,left 98% bottom 50%;
	background-repeat:no-repeat,no-repeat;
	background-color:#0161C8;*/
	color: #FFF;
	border-radius: 5px;
	font-weight: 600;
	text-align: left;
	display:flex; 
	align-items: center;
	height:40px;
	position: relative;
	line-height: 1;

}
}


/*@media(max-width:615px){
	.areabox .accordion > li p {
		line-height: 1;
		height:60px;

	}

}*/





.areabox .accordion > li p:after{
	display:block;
	padding: 10px 10px 10px 50px;
	/*background:url(../img/q.png) no-repeat #0161C8 left 2% bottom 50%/20px;*/
	content:url(../img/qa_open.png);
	position: absolute;
  	right: 10px;
  	text-align: center;
  	top: 0px;
	/*background-image:url(../img/q.png),url(../img/arrow_ver3.png);
	background-position:left 2% bottom 50% ,left 98% bottom 50%;
	background-repeat:no-repeat,no-repeat;
	background-color:#0161C8;*/

	color: #FFF;
	border-radius: 5px;
	font-weight: 600;
	text-align: left;
	display:flex; 
	align-items: center;
	height:60px;

}

.areabox .accordion > li p.on:after{
	content:url(../img/qa_close.png);
	top:-3px;
	/*background: url(../img/qa_close.png) 98% center no-repeat, url(../img/q.png) 10px center no-repeat;*/
}


@media screen and (max-width:768px){
	.areabox .accordion > li p:after{
	display:block;
	padding: 10px 10px 10px 50px;
	/*background:url(../img/q.png) no-repeat #0161C8 left 2% bottom 50%/20px;*/
	content:url(../img/qa_open.png);
	position: absolute;
  	right: 5px;
  	text-align: center;
  	top:3px;
	/*background-image:url(../img/q.png),url(../img/arrow_ver3.png);
	background-position:left 2% bottom 50% ,left 98% bottom 50%;
	background-repeat:no-repeat,no-repeat;
	background-color:#0161C8;*/

	color: #FFF;
	border-radius: 5px;
	font-weight: 600;
	text-align: left;
	display:flex; 
	align-items: center;
	height:60px;

}

.areabox .accordion > li p.on:after{
	content:url(../img/qa_close.png);
	top:0px;
	height:60px;
	/*background: url(../img/qa_close.png) 98% center no-repeat, url(../img/q.png) 10px center no-repeat;*/
}


}



.areabox .accordion > li {
	cursor: pointer;
	color: #111;


}

/*.ans{
	background:url(../img/a.png) no-repeat #7DE1B9 left 2% bottom 50%/20px;

}*/

.areabox .accordion > li a{
	display: block;
	text-decoration: none; 

}

.areabox ul li ul {
	margin-top: 15px;
	margin-bottom: 15px;
	display: none;
	border-top: 1px solid #FFF;	
}
.areabox ul li ul li {
	border-bottom: 1px solid #FFF;
	text-align: left;
	/*padding: 20px;*/
	padding-left:50px;
	background-color: #fff;
	background:url(../img/a.png) no-repeat left 2% bottom 50%/20px;
}
.areabox ul li ul li:last-child {
	border-bottom: none;
}

/*accordion_2*/
.areabox2 .accordion {
	width: 100%;
	margin: 0 auto;
	padding-bottom: 20px;
}
.areabox2 .accordion > li p {
	display:block;
	padding: 10px 10px 10px 50px;
	background:url(../img/pen.png) no-repeat #7DE1B9 left 2% bottom 50% /20px;
	color: #FFF;
	border-radius: 5px;
	font-weight: 600;

}
.areabox2 .accordion > li {
	cursor: pointer;
	color: #111;	
}

.areabox2 .accordion > li a{
	display: block;
	text-decoration: none;
}

.areabox2 ul li ul {
	display: none;
	border-top: 1px solid #FFF;	
}
.areabox2 ul li ul li {
	border-bottom: 1px solid #FFF;
	text-align: left;
	padding: 20px;
	background-color: #fff;
}
.areabox2 ul li ul li:last-child {
	border-bottom: none;
}


/*modal*/
.popup li{
	float: left;
	width: 46%;
	margin: 2%;
	font-size: 16px;
}

.popup a{
	display: block;
	padding: 20px;
	color: #FFF;
	background-color: #7DE1B9;
	text-decoration: none;
	text-align: center;
	border-radius: 5px;
	font-weight: 600;
}

/*.popup h2{
	text-align: left;
	padding: 0 0 20px 2%;
}*/

.popup_area{
	font-size: 18px;
	font-weight: 600;
	text-align: left;
	padding: 0 0 5px 5px;
}

.popup_contents{
	padding: 20px 0;
}

.pc { display: none !important; }
.sp { display: block !important; }


/*scroll*/
#pageTop {
  position: fixed;
  bottom: 20px;
  right: 0px;
}

#pageTop i {
  padding-top: 6px
} 

#pageTop a {
  display: block;
  z-index: 999;
  padding: 14px 12px 4px 6px;
  width: 40px;
  height: 40px;
  background-color: #555;
}

#pageTop a:hover {
  text-decoration: none;
  opacity: 0.7;
}



@media screen and (min-width:768px){
	.main{
		width: 90%;
		max-width: 960px;
		margin: 0 auto;
		
	}
	
	.popup li{
		width: calc(100% / 5 - 10px);
		margin: 5px;
		font-size: 14px;
	}
	
	/*.popup h2{
	text-align: left;
	padding: 0 0 20px 5px;
	}*/
	
	.tannki li{
		/*width: 226px;*/
		width:calc(100%/4 - 14px);
		margin: 7px;
		font-size: 16px;
		font-weight:bold;
	}

	

	.hakenn li{
		width: calc(100%/2 - 14px);
		margin: 7px;
		font-size: 16px;
		font-weight:bold;
	}

	
	.area li{
		width: 127px;
		margin: 5px;
		font-size: 14px;
	}
	
	.voice dl{
	max-width: 320px;
	margin: 10px auto;
}
	.income dl{
	max-width: 300px;
	margin: 10px auto;
}

}

@media screen and (min-width:768px){
	.main{
		width: 100%;
		max-width: 960px;
		margin: 0 auto;
	}
	
	.popup li{
		width: 120px;
		margin: 5px;
	}
	
	.nav li{
	width: 100%;
	max-width: 32%;	
	margin: 5px auto;
	}
	

	.voice dl{
	max-width: 450px;
	margin: 10px auto;
}
	.income dl{
	max-width: 430px;
	margin: 10px auto;
}

	
/* パソコンで見たときは"pc"のclassがついた画像が表示される */
	.pc { display: block !important; }
	.sp { display: none !important; }

}

@media screen and (min-width:768px){
	.popular dl{
	max-width: calc(100%/3 - 14px);
    margin: 10px 7px;
	padding: 0;
	position: relative;
	border-radius: 5px; 
	}

.lpbanner{
    background: #fff;
    border: 1px solid #7DE1B9;
    border-radius: 5px;
    font-size: 12px;
    margin:20px auto 20px auto;
	width:100%;
}


.lpbanner h3{
	background: #7DE1B9;
    color: #fff;
    font-size: 18px;
    text-align: center;
    letter-spacing: .06em;
    padding: 10px 0!important;
    margin: 0 0 15px;
}

.lpbanner p {
    padding: 0 15px 15px;
    box-sizing: border-box;
    letter-spacing: .08em;
    line-height: 1.4;
    font-size: 13px;
    text-align: center;
}


////////////////////////
///////*JobInfo*////////
////////////////////////
    

.JobInfoBlockTitle span {
    position: relative;
}

.JobInfoBlockInner h3 {
    padding-bottom: 20px;
    font-size: 18px;
    text-align: center;
    width: 100%;
}
}

@media (min-width: 767px) {
.JobInfoBlock1 {
    float: left;
    text-align: center;
    width: 460px;
    padding-bottom: 15px;
    padding-right: 40px;
}

.JobInfoBlock2 {
    float: left;
    text-align: center;
    width: 460px;
    padding-bottom: 15px;
    padding-left: 0px;
    padding-right: 0px;
}
}


@media (min-width: 767px) {
.JobInfoBlockTxt {
    display: block;
    width: 460px;
    padding: 25px 0px;
    text-align: left;
    font-size: 16px;
    letter-spacing: 0.1em;
    line-height: 1.5;
    border-top: dotted 3px #4EA1B8;
}
}

@media (max-width: 768px) {
.JobInfoBlockTxt {
    display: block;
    width: 460px;
    padding: 25px 0px;
    text-align: left;
    font-size: 16px;
    letter-spacing: 0.1em;
    line-height: 1.5;
    border-top: dotted 3px #4EA1B8;
}
}

@media (max-width: 768px) {
.JobInfoBlock1 {
    float: left;
    text-align: center;
    width: 100%;
    padding-bottom: 15px;
}

.JobInfoBlock2 {
    float: left;
    text-align: center;
    width: 100%;
    padding-bottom: 15px;
    padding-left: 0px;
    padding-right: 0px;
}
.JobInfoBlockTxt {
    display: block;
    width: 100%;
    padding: 25px 0px;
    text-align: left;
    font-size: 16px;
    letter-spacing: 0.1em;
    line-height: 1.5;
    border-top: dotted 3px #4EA1B8;
}
}


@media screen and (max-width: 767px) {

　　#JobInfo {
   　　display: block; 
      padding: 60px 20px 30px;
　　}

　　.JobInfoBlock1 {
      display: block; 
      float: left;
      text-align: center;
      width: 100%;
      padding-bottom: 15px;
   }

    .JobInfoBlock2 {
       display: block; 
       float: left;
       text-align: center;
       width: 100%;
       padding-bottom: 15px;
       padding-left: 0px;
       padding-right: 0px;
    }

    .JobInfoBlockTitle span {
       position: relative;
    }


    .JobInfoBlockTxt {
       display: block;
       width: 100%;
       padding: 25px 0;
       text-align: left;
       font-size: 16px;
       letter-spacing: 0.2em;
       line-height: 1.3;
       border-top: dotted 3px #4EA1B8;
    }

    .JobInfoBlockInner h3 {
       padding-bottom: 20px;
       font-size: 18px;
       text-align: center;
       width: 100%;
    }

}

////////////////////////
////*questionnaire*/////
////////////////////////

#questionnaire section {
    width: 960px;
    margin: 0 auto;
}

.questionnaire {
    width: 960px;
    margin: 0 auto;
    padding-bottom: 80px;
    padding-top: 60px;
}

#questionnaire h3 {
    color: #83C8AB;
    padding: 40px 0 30px;
    text-align: center;
    font-size: 18px;
}

#questionnaire p {
    font-size: 16px;
    font-weight: 300;
    padding: 20px 0 50px;
    letter-spacing: 0.1em;
	line-height: 1.5;
}

@media screen and (max-width: 767px) {

  #questionnaire {
      padding: 60px 20px 30px;
  }

  .questionnairebox1 {
      text-align: center;
      width: 100%;
      background-position: left bottom;
      padding-bottom: 15px;
  }

  #questionnaire p {
      display: block;
      width: 100%;
      padding: 25px 0;
      text-align: left;
      font-size: 16px;
      letter-spacing: 0.2em;
      line-height: 1.3;
  }

  }
