@charset "utf-8";
/* CSS Document */




/* COMPANY & RECRUIT-PAGE
----------------------------------------------------------------------------------------------------------------------*/
#recruit{
	background: #f0f8ff;
}

.c-r-a-table th,.c-r-a-table td{
	padding: 2% 3%;
	vertical-align: middle;
}

.c-r-a-table th{
	width: 25%;
	background: #fffff0;
	font-size: clamp(14px, 3vw, 18px);
	border: 7px solid #eee;
}
	
.c-r-a-table td{
	width: 75%;
	background: #fff;
	font-size: clamp(14px, 3vw, 18px);
	border: 7px solid #eee;
}

.google-map{
	margin-top: 50px;
}
.map{
	width: 100%;
	height: 500px;
}

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

.c-r-a-table th{
	display: block;
	width: 100%;
	border: 5px solid #eee;
}
.c-r-a-table td{
	display: block;
	width: 100%;
}

.c-r-a-table .normal-td{
	border-top: 0;
	border-left: 5px solid #eee;
	border-right: 5px solid #eee;
	border-bottom: 0;
}
.c-r-a-table .last-td{
	border-top: 0;
	border-left: 5px solid #eee;
	border-right: 5px solid #eee;
	border-bottom: 5px solid #eee;
}

}




/* TERMS-PAGE
----------------------------------------------------------------------------------------------------------------------*/
#terms h3{
	font-size: clamp(18px, 3vw, 20px);
	margin-bottom: 15px;
}

.terms-list{
	width: 100%;
	padding-left: 2em;
}

.terms-list li{
	list-style: disc;
	margin-bottom: 1em;
	font-size: clamp(14px, 3vw, 16px);
}

.use{
	margin-bottom: 50px;
}




/* EVENT-LIST-PAGE & NEWS-LIST-PAGE
----------------------------------------------------------------------------------------------------------------------*/
#event-list{/*eventページ*/
	background: url(../images/back02.png) repeat 0 0;
}

#news-list{/*newsページ*/
	background: url(../images/back.png) repeat 0 0;
}

.info-contents{/*eventページ,newsページ共通*/
	margin: 0 auto;
}

.media{/*eventページ,newsページ共通*/
	width: 100%;
	padding: 175px 15px 15px 15px;
	background: #fff;
}

.media h3{/*eventページ,newsページ共通*/
	font-size: clamp(20px, 3vw, 24px);
	border-bottom: 1px solid #000;
	line-height: 1.5;
	padding-bottom: 1%;
}

.media .day{/*eventページ,newsページ共通*/
	font-size: clamp(16px, 3vw, 18px);
	line-height: 2.5;
	font-weight: bold;
}
.pink-text{/*eventページ*/
	color: #d64b8c;
}
.blue-text{/*newsページ*/
	color: #37addc;
}

.media img{/*eventページ*/
	width: 500px;
	height: auto;
	margin: 15px auto 25px auto;
}

@media screen and (max-width:700px) {
	
.media{
	padding-top: 100px;
}
	
}

@media screen and (max-width:500px) {
	
.media img{
	width: 100%;
}
	
}









/* PRIVACY-POLICY
----------------------------------------------------------------------------------------------------------------------*/

p.privacy-text {
	font-size: clamp(14px, 3vw, 16px);
	margin-bottom: 20px;
}

ul.privacy-text {
	margin: 15px 0;
}

ul.privacy-text li {
	list-style-type: disc;
	list-style-position: inside;
	font-size: clamp(14px, 3vw, 16px);
	text-align: justify;
}


