<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

#problem_top section{
	margin-bottom: 100px;
}

/* ttl */

#problem_top #ttl{
	background: #c7365e url(../images/mainvisual.png) no-repeat right 60%;
	background-size: 50%;
	padding: 50px 0;
	margin-bottom: 0;
}

#problem_top #ttl *{
	color:#FFF;
	font-weight: 700;
}

#problem_top #ttl p{
	font-size: 2.0rem;
}

#problem_top #ttl h1{
	font-size: 3.6rem;
	margin-bottom: 20px;
}

#problem_top #breadcrumb{
	margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
	
	#problem_top #ttl{
		background: none;
		background: #c7365e;
	}
}


/* intro */

#problem_top #intro {
	text-align: center;
	margin-bottom: 50px ;
}

#problem_top #intro p {
	background: #ffe5eb;
	padding: 20px;
}

#problem_top #intro p{
	font-size: 2.0rem;
	font-weight: 700;
}

@media screen and (max-width: 767px) {
	
	#problem_top #intro {
		text-align: left;
	}
}



/* nav */

#problem_top nav{
	margin-bottom: 70px;
}

#problem_top nav ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

#problem_top nav ul li{
	width: 24.5%;
	text-align: center;
	margin-bottom: 6px;
}

#problem_top nav ul li a{
	display: block;
	font-size: 1.3rem;
	background: #c7365e;
	padding: 16px 0;
	color: #FFF;
	position: relative;
}

#problem_top nav ul li a:before{
	content: '';
	width: 6px;
	height: 6px;
	border-top: #FFF solid 2px;
	border-right: #FFF solid 2px;
	transform: rotate(135deg);
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	right: 10px;
}

@media screen and (max-width: 767px) {
	
	#problem_top nav{
		margin-bottom: 70px;
	}

	#problem_top nav ul{
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}

	#problem_top nav ul li{
		width: 49.5%;
	}

}



/* list-box */

#problem_top .list-box  h2{
	position: relative;
	margin-bottom: 20px;
}

#problem_top .list-box h2 span{
	background: #FFF;
	color: #c7365e;
	font-size: 2.6rem;
	font-weight: 700;
	padding-right: 10px;
}

#problem_top .list-box h2:before{
	content: '';
	width: 100%;
	height: 1px;
	background: #c7365e;
	position:absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	z-index: -1;
}

#problem_top .list-box ul li{
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: #323232 dotted 1px;
}

#problem_top .list-box ul li a{
	display: flex;
	justify-content: space-between;
	padding: 20px 60px 20px 20px;
	position: relative;
	align-items: center;
}

#problem_top .list-box ul li a:hover{
	background: #F0F0F0;
	opacity: 1;
}

#problem_top .list-box ul li a .img{
	width: 30%;
}

#problem_top .list-box ul li a .txt{
	width: 68%;
}

#problem_top .list-box ul li a .txt p:first-child{
	font-size: 2.0rem;
	font-weight: 700;
	margin-bottom: 10px;
}

#problem_top .list-box ul li a:hover .txt p{
	color: #c7365e;
}

#problem_top .list-box ul li a:before{
	content: '';
	width: 16px;
	height: 16px;
	border-top: #323232 solid 4px;
	border-right: #323232 solid 4px;
	transform: rotate(45deg);
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	right: 20px;
}

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

	#problem_top .list-box ul li a{
		padding: 16px;
		align-items: flex-start;
	}

	#problem_top .list-box ul li a .img{
		width: 20%;
	}

	#problem_top .list-box ul li a .txt{
		width: 76%;
		padding: 0 24px 0 0;
	}

	#problem_top .list-box ul li a:before{
		width: 10px;
		height: 10px;
		right: 10px;
	}
	
}





















</pre></body></html>