@charset "utf-8";
/* CSS Document */
/*body{
	background-color:#E4F1F1;
}*/
.base-title {
    width: 100%;
    height: 70vh;
    background-image: url(../images/staff/voice-top2.jpg);	
	background-position: top;
	background-size: cover;
	position:relative;
}
/*.base-title-bottom {
	background-color:#E4F1F1;
}*/
.description {
	width:90%;
	max-width:960px;
	margin:auto;
	position:relative;
}
.description-content {
	/*border:solid 3px #CEE8E8;*/
	border-radius:20px;
	padding:60px 0;
	margin-bottom:100px;
	/*background-color:#fff;*/
}
@media(max-width:960px){
.description-content {
	/*border:solid 3px #CEE8E8;*/
	border-radius:20px;
	padding:20px 0;
	margin-bottom:100px;
	/*background-color:#fff;*/
}	
}
.description h2{
	text-align:center;
	border-top:solid 2px #80C4C4;
	border-bottom:solid 2px #80C4C4;
	padding:20px 0;
	font-family: 'Zen Maru Gothic', sans-serif;
	background-color:#fff;
}
.description h2 span{
	display:inline-block;
}
.description-btn {
	margin:30px auto;
}
.description-btn p{
	display:flex;
	align-items:center;
	font-weight:bold;
	margin-bottom:5px;
}
.description-btn p::before{
	content:"●";
	color:#80C4C4;
	font-size:12px;
	margin-right:2px;
}
.description-btn ul{
	display:flex;
	flex-wrap:wrap;
}
.description-btn ul li{
	width:25%;
}
.description-btn ul li a{
	width:100%;
	display:block;
	background-color:#80C4C4;
	padding:10px;
	text-align:center;
	border-right:solid 1px #fff;
	color:#fff;
}
.description-btn ul li:last-child a{
	border-right:none;
}
.description-btn2 ul li{
	width:50%;
}
@media(max-width:960px){
	.description-btn ul li{
	width:50%;
}
	.li1 a, .li2 a{
	border-bottom:solid 1px #fff!important;	
}
	.li2 a{
	border-right:none!important;	
}
}
@media(max-width:520px){
.description-btn ul li a{
	font-size:14px;
}	
}



/*募集要項*/
.description-box{
    padding: 40px 50px;
    margin: 50px auto 50px auto;
    background-color: #fff;
	border:solid 2px #80C4C4;
    border-radius: 20px;
	box-sizing: border-box;
	
	overflow-wrap: break-word;
	word-break: break-word;
}
.description-box table{
    width: 100%;
}
.description-box tr{
    border-bottom: solid 1px #80C4C4;
    display: block;
    width: 100%;
}
.description-box tr:last-child{
    border-bottom: none;
	
}
.description-box tr th{
    font-size:17px;
	width: 110px;
    color: #373737;
    font-weight: bold; 
    text-align: left;
}
.description-box tr td{
    padding: 20px 0;
}
/*.description-box tr td .td-title1{
	display:block;
	font-weight:bold;
	padding:10px 0 5px 0;
}*/
table span{
    display: inline-block;
}

@media(max-width:520px){
.description-box{
	   padding: 20px 25px;	
}
.description-box tr th{
    font-size:15px;
}
.description-box tr td{
    font-size:15px;
}
.description-box tr td{
	padding: 12px 0;
}
}
@media(max-width:480px){
.description-box tr th{
    width: 80px;
}	
}	

/*地図*/
.description-map {
	width:100%;
	height:350px;
}
.description-map iframe{
	width:100%;
	height:100%;
}


/*近くの店舗*/
.search-block-title{
	position: relative;
	margin: 40px 0 20px;
	padding-bottom: 5px;
	font-size: 20px;
	font-weight: bold;
	border-bottom: solid 3px #BCE8E8;
}
/*.search-block-title::before{
	content:"●";
	font-size:14px;
	margin-right:5px;
	color:#B2B2B2;
}*/
.search-block-title::after{
	position: absolute;
    content: " ";
    display: block;
    border-bottom: solid 3px #80C4C4;
    bottom: -3px;
    width: 100%;
}
@media(max-width:768px){
.search-block-title{
	font-size: 18px;	
	}
}
.near-shop-content{
	display: flex;
	justify-content: flex-start;
}
.near-shop-box{
	border:solid 2px #80C4C4;
	padding: 20px;
	text-align: center;
  /*margin: 20px 0px 10px;*/
	margin-top: 10px;
	width:48%;
	display:flex;
	flex-direction:column;
    background-color: #fff;
}

@media(max-width:768px){
.near-shop-box{
	width: 48%;	
	}
}
@media(max-width:520px){
.near-shop-content{
	display: block;	
	}
	
.near-shop-box{
	width: 100%;
	}
}
.shop-name{
	margin-bottom: 10px;
	padding-bottom: 2px;
	width: 100%;
	font-size: 18px;
	font-weight: bold;
}
.detail-btn{
	margin-top: 14px;
}
.detail-btn a{
	text-align:center;
	display:block;
	background-color:#80C4C4;
	/*border-radius: 50px;*/
	color:#fff;
	font-weight:bold;
	padding:5px;
	width:80%;
	margin:auto;
}

/*地域から探す 路線から探す*/
.search-btn {
	display:flex;
	/*flex-wrap:wrap;*/
	 flex-direction: column;  
	justify-content:flex-start;
	/*margin-top: 20px;*/
}
.search-btn a{
	border:solid 2px #80C4C4;
	background-color: #fff;
	padding:5px 0px;
	margin:5px 0;
	border-radius:50px;
	font-weight:bold;
	/*color:#fff;*/
	color:#80C4C4;
	width:24%;
	text-align:center;
	font-size:20px;
	min-width:120px;

}
/*.search-btn-empty{
	content:"";
	display:block;
	padding:5px 0px;
	margin:5px 0;
	width:24%;
	min-width:120px;
}*/
@media(max-width:768px){
.search-btn a{
	font-size:18px;
}
}
@media(max-width:640px){
.search-btn a{
	width:24%;
	font-size:16px;
	min-width:90px;
}	
}
@media(max-width:520px){
.search-btn a{
	width:49%;
}
/*.search-btn::after{
	display:block;
	content:"";
	width:31%;
}*/
}
.serch-eki a{
	width:49%;
	background-color: #fff;
}
@media(max-width:640px){
/*.search-btn-empty{
	content:"";
	display:block;
	padding:5px 0px;
	margin:5px 0;
	width:32%;
	min-width:120px;
	border:none;
}*/
}
@media(max-width:520px){
.serch-eki a{
	display: block;
	width:100%;
}
}
