@charset "utf-8";

/*--------------------

	メインビジュアル

--------------------*/
#mainphoto{
	width:100%;
	background-image: url("img/main-photoback.jpg");
	background-position: top left;
	background-size: 100% auto;
	background-repeat: no-repeat;
}

#shinrai{
	width:100%;
	background-color: #004084;
	color:#fff;
	text-align: center;
}

#mainphoto .inner{
	width:100%;
	max-width: 1200px;
	line-height: 0;
	padding-top:10px;
	margin:0 auto;
	text-align: center;
}



#mainphoto .inner img{
	width:100%;
	height: auto;
}

/*--------------------------

	タブレット・スマートフォン

--------------------------*/

@media screen and (min-width: 981px){

	#shinrai h2{
		font-size:2.3rem;
		line-height: 60px;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	

	/*+#shinrai h2::before,
	#shinrai h2::after{
		content: '★';
		flex:1;
		height: 2px;
		border-top:1px solid #fff;
		border-bottom:1px solid #fff;
	}

	#shinrai h2::before{
		margin-right:20px;
	}

	#shinrai h2::after{
		margin-left:20px;
	}*/

		#mainphoto .inner{
		padding-top:20px;
	}

}

/*--------------------

	悩む必要はありません

--------------------*/

#nayamu{
	width:100%;
	background-color: #004084;
	padding:10px 5px;
	text-align: center;
	color:#fff;
	font-weight: bold;
	position: relative;
}

#nayamu h2{
	line-height: 1;
	color:#fff;
}

#nayamu::after{
	content: '';
	width:100%;
	height: 20px;
	display: block;
	background-color: #004084;
	position: absolute;
	left:0;
	bottom:-19px;
	clip-path: polygon(100% 0, 100% 6%, 50% 99%, 0 6%, 0% 0%);
}

#nayamu .bana{
	width:100%;
	max-width: 1200px;
	margin:10px auto;
	display: flex;
	justify-content: center;
	gap:5px;
}

#nayamu .bana a{
	width: calc((100% / 3) - 5px);
	line-height: 0;
}

#nayamu .bana a img{
	width:100%;
	height: auto;
	border-radius: 5px;
}

/*--------------------------

	タブレット・スマートフォン

--------------------------*/

@media screen and (min-width: 481px){
	#nayamu::after{
		clip-path: polygon(100% 0, 0 0, 50% 100%);
		height: 50px;
		bottom:-49px;
	}
	
	#nayamu h2{
		margin-bottom: 20px;
	}
	#nayamu{
		padding:30px 5px 0 5px;
	}
}

/*--------------------

	諦め

--------------------*/

#akirame{
	margin-top:50px;
	padding:40px 0;
}
#akirame h2{
	color:#004084;
	font-size:1.5rem;
}


#akirame-ex{
	width:100%;
	max-width:1000px;
	margin:20px auto;
	display: flex;
	justify-content: center;
}

#akirame-ex .photo{
	width:25%;
	max-width:200px; 
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}

#akirame-ex .photo img{
	width:100%;
	height: auto;
}

#akirame-ex .text{
	flex:1;
	text-align: center;

}

#akirame-ex ul{
	text-align: left;
	border:1px solid #6F6F6F;
	border-radius: 10px;
	background-color: #FFFEF7;
	padding:15px 10px;
	font-weight: bold;
}

#akirame-ex li{
	line-height: 1.4;
	margin-bottom:8px;
	padding-left:1em;
	text-indent: -1em;
}

#akirame-ex li:last-child{
	margin-bottom:0;
}

#akirame-ex li::first-letter{
	color:#F24742;
}

#akirame .zero{
	width:95%;
	max-width:1200px;
	font-weight: bold;
	margin:0 auto;
	font-size:1.1rem;
}

#akirame .zero strong{
	color:#F33106;
}

#akirame dl{
	width:100%;
	max-width: 1100px;
	margin:0 auto;
	margin-top:15px;
		border:2px solid #004084;
		border-radius: 6px;
		padding:5px;
}

#akirame dt{
	width:100%;
	line-height: 1;
	padding:5px 20px;
	color:#fff;
	margin-bottom:15px;
	border-radius: 6px;
	background-color: #004084;
	font-size:1.05rem;
	font-weight: bold;
}



#akirame dd{
	padding-left:10px;
	display: flex;
}

#akirame dd .ico{
	width:100px;
	margin-right:10px;
}

#akirame dd .ico img{
	width:100%;
	height: auto;
}

#akirame dd .text{
	flex:1;
}

#akirame dd:last-child{
	margin-bottom:0;
}

/*--------------------------

	タブレット・スマートフォン

--------------------------*/

@media screen and (min-width: 481px){
	#akirame{
		margin-top:100px;
	}
	#akirame h2{
		font-size:2.3rem;
	}
	#akirame-ex{
		margin:30px auto;
	}
	#akirame-ex ul{
		width:100%;
		height: 100%;
		padding:0 30px;
		display: flex;
		flex-direction: column;
		justify-content: center;
	}
	
	#akirame-ex li{
		font-size:1.2rem;
		margin-bottom:15px;
	}
	
	#akirame .zero{
		text-align: center;
	}
	
	#akirame .inner{
		display: flex;
		justify-content: space-between;
	}
	
	#akirame dl{
		width:calc(50% - 10px);
	/*	display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: center;
		margin-bottom:0;*/
	}
	
	#akirame dd{
		margin-bottom:0;
		align-items: center;
	}
	
	#akirame dt{
		width:100%;
		/*height: 100px;
		padding:0;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		font-weight: bold;*/
		text-align: center;
	}
	
	/*#akirame dd{
		flex:1;
		text-align: left;
	}*/
}

@media screen and (min-width: 480px) and (max-width: 890px){
	#akirame .inner{
		flex-direction: column;
		gap:10px;
	}
	
	#akirame dl{
		width:100%;
		max-width: 800px;
		margin:0 auto;
	}
}


