@import url(reset.css);
@import url(base.css);
@import url(common.css);

#mainimg.clife {
	background: url("../image/campuslife/top/main_bg.jpg") center center no-repeat;
	background-size: cover;
}

#container .topback.scl {
	margin: 0;
}

#container .topback.lng {
	margin: 0;
}

#container .topback.lng a {
	width: auto;
	background: url("../image/common/arrow01.png") 97% center no-repeat;
	padding: 15px 50px 15px 40px;
}


/*-------------------------------------------------------------------
	faq
-------------------------------------------------------------------*/

#faq {
	margin: 0 0 90px;
}

#faq a {
	text-decoration: underline;
}

#faq a:hover {
	text-decoration: none;
}

#faq .lead {
	text-align: center;
	margin: 0 0 50px;
}


#faq .faq {
	border-bottom: 3px dotted #53488f;
	padding: 0 0 30px;
	margin: 0 0 40px;
}

#faq .faq.last {
	border-bottom: none;
	padding: 0;
	margin: 0;
}

#faq .faq dt {
	background: url("../image/campuslife/faq/q_icon.png") left 3px no-repeat;
	padding:5px 0 5px 50px; 
	font-size: 1.6em;
	line-height: 1.4;
	font-weight: 500;
	margin: 0 0 20px;
}

#faq .faq dd {
	background: url("../image/campuslife/faq/a_icon.png") left top no-repeat;
	padding:5px 0 5px 50px; 
}



/*-------------------------------------------------------------------
	club
-------------------------------------------------------------------*/

#club {
	margin: 0 0 50px;
}

#club .lead {
	margin: 0 0 60px;
}

#club .subt {
	font-size: 1.4em;
	line-height: 1.0;
	font-weight: 400;
	margin: 0 0 20px;
}

#club .subp {
	font-size: 1.4em;
	line-height: 1.0;
	font-weight: 400;
	background: #53488f;
	color: #fff;
	padding: 10px;
}


#club .same {
	overflow: hidden;
	zoom:1;
	margin: 0 0 100px;
	line-height: 1.6;
}

#club .same.last {
	margin: 40px 0 0;
}
#club .same.clubFlex{
	margin: 40px 0 100px;
	display: flex;
	flex-wrap: wrap;
	gap: 40px;
}
#club .same.clubFlex .box{
	max-width: 306px;
    width: calc(calc(100% - 80px) / 3);
	float: unset;
	margin: 0;
}


#club .same .box {
	width: 306px;
	float: left;
	margin: 40px 38px 0 0;
}


#club .same .box:nth-child(3n) {
	margin-right: 0;
}

#club .same .box figure {
	margin: 0 0 20px;
}

#club .same .box figure img {
	max-width: 100%;
}
#club .same .box .noImg{
	aspect-ratio: 306 /179;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #f4f3fb;
}

#club .same .box dl dt {
	color: #53488f;
	line-height: 1.0;
	font-size: 1.2em;
	margin: 0 0 10px;
}

#club .endborder {
	margin: 70px 0 0;
	border: 1px solid #595757;
	padding: 40px;
}

#club .endborder dt {
	font-size: 1.4em;
	font-weight: 500;
	line-height: 1.4;
	margin: 0 0 15px;
}


/*-------------------------------------------------------------------
	event
-------------------------------------------------------------------*/

#event {
	width: 800px;
	margin: 0 auto 60px;
}

#event .lead {
	text-align: center;
	margin: 0 0 80px;
}

#event .eventContainer {
	display: flex;
	justify-content: space-between;
	position: relative;
	margin: 0 0 40px;
}
#event .eventContainer:nth-of-type(2n){
	flex-flow: row-reverse;
}

#event .eventContainer .photo {
	width: fit-content;
	max-width: 60%;
}

#event .eventContainer .text {
	width: 38%;
}

#event .eventContainer .text .ttl {
	text-align: center;
	margin: 0 0 20px;
}

#event .eventContainer .text .purple {
	margin: 0 0 10px;
	color: #8f82bc;
	font-size: 1.05em;
	font-weight: 500;
}

#event .eventContainer .text .bdr {
	line-height: 2.4;
	text-align: justify;
	text-justify: inter-ideograph;
}

#event .eventContainer .text .bdr span {
	padding: 0 0 5px;
	border-bottom: 1px dotted #5d5d5d;
}

#event .eventContainer .comment {
	position: absolute;
	bottom: 20px;
	right: 90px;
	z-index: 10;
}
#event .insText a{
	display: block;
	margin: 20px auto 0;
	font-size: 1.8em;
	text-align: center;
	color: #8f82bc;
	text-decoration: underline #8f82bc;
}
#event .insText a:hover{
	text-decoration: none;
}



/*===============================================
  画面の横幅が1024px以下に適用
===============================================*/
@media screen and (max-width: 1024px){
	
	#club .same .box {
		width: 32%;
		float: left;
		margin: 40px 2% 0 0;
	}
	
	/* event */

	#event {
		width: auto;
		margin: 0 auto 50px;
	}
	
	

	#event .eventContainer .comment {
		position: absolute;
		bottom: 20px;
		right: 15%;
		z-index: 10;
		font-size: 0.75em;
	}

	#event .second {
		background: #a59aca;
		color: #fff;
		padding: 15px 5% 20px;
		overflow: hidden;
		zoom:1;
		margin: 0 0 70px;
	}


	#event .second .text {
		width: 50%;
		float: left;
	}

	#event .second .photo {
		float: right;
		padding: 15px 0 0;
		width: 45%;
	}


	#event .third {
		overflow: hidden;
		zoom:1;
		margin: 0 0 50px;
	}

	#event .third .photo {
		float: left;
		width: 48%;
	}


	#event .third .text {
		width: 48%;
		float: right;
	}


	#event .fourth .photo {
		float: right;
		width: 48%;
	}

	#event .fourth .text {
		width: 48%;
		float: left;
	}
	
}

/*===============================================
  画面の横幅が768px以下に適用
===============================================*/
@media screen and (max-width: 768px){
	
	#mainimg.clife {
		background: url("../image/campuslife/top/main_bg.jpg") center center no-repeat;
		background-size: auto 100%;
	}
	
	
}

/*===============================================
  画面の横幅が640px以下に適用
===============================================*/
@media screen and (max-width: 640px){
	
	/* club */

	#club .lead {
		margin: 0 0 30px;
	}
	#club .same.clubFlex{
		margin: 30px 0 70px;
		gap: 20px 4%;
	}
	#club .same.clubFlex .box{
		width: calc(calc(100% - 4%) / 2);
		margin: 0;
	}
	
	#club .same.last {
		margin: 0;
	}

/*
	#club .same {
		overflow: hidden;
		zoom:1;
		margin: 0 0 70px;
		line-height: 1.6;
	}
	#club .same .box,
	#club .same .box:nth-child(3n) {
		width: 48%;
		float: left;
		margin: 30px 0 0 0;
	}
	#club .same .box:nth-child(even) {
		float: right;
	}
	#club .endborder {
		margin: 50px 0 0;
		border: 1px solid #595757;
		padding: 20px 5%;
	}
*/
	/* event */


	#event .lead {
		text-align: center;
		margin: 0 0 40px;
	}



	#event .eventContainer {
		display: block;
	}

	#event .eventContainer .photo {
		width: 100%;
		margin-top: 20px;
	}
	
	
	#event .eventContainer .photo img {
		max-width: 100%;
	}

	#event .eventContainer .text {
		width: 100%;
	}

	
	#event .eventContainer .comment {
		right: 25%;
	}

	#event .second {
		padding: 20px 5%;
		margin: 0 0 40px;
	}


	#event .second .text {
		width: auto;
		float: none;
		margin: 0 0 20px;
	}


	#event .second .photo {
		float: none;
		padding: 0;
		width: auto;
		text-align: center;
	}


	#event .third {
		margin: 0 0 40px;
	}

	#event .third .photo {
		float: none;
		width: auto;
		margin: 20px 0 0;
	}


	#event .third .text {
		width: auto;
		float: none;
	}

	#event .fourth .photo {
		float: none;
		width: auto;
		margin: 20px 0 0;
	}


	#event .fourth .text {
		width: auto;
		float: none;
	}

	
	
}

/*===============================================
  画面の横幅が380px以下に適用
===============================================*/
@media screen and (max-width: 380px){
}