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

.main_top + div,
.main_top + #login_check + div{
	width: 100%;
	padding: 0;
}
.navi{
	padding-right: 20px;
	padding-left: 20px;
}

.page_title_costom{
	background-color: #e41611;
}
/* モバイルファースト ======================================================================================================== */
/*
#main{
	background-image: url(images/main.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 200% auto;
	padding-top: 55vw;
}
#main h2{
	display: none;
}
*/
#main p{
	background-color: #666;
	color: #FFF;
	text-align: center;
	padding: 20px 0;
	font-weight: bold;
}


#list .article{
	margin-top: 40px;
}
#list .article:first-child{
	margin-top: 0px;
}
#list .article .title h3{
	font-size: 20px;
	font-weight: bold;
	border-bottom: solid 3px #f2f506;
}
#list .article .title .btn{
	text-align: right;
}
#list .article .title .btn a{
	display: block;
	width: 180px;
	text-align: center;
	padding: 10px 0;
	margin: 10px 0 10px auto;
	text-decoration: none;
	background-color: #ff8c37;
	color: #FFF;
}
#list .article .title .btn a::after{
	border-color: #FFF;
}
#list .article .img{
	margin-bottom: 10px;
}
#list .article .outline{
}
#list .article .outline dt{
	font-weight: bold;
	text-align: center;
}
#list .article .outline dt em{
	display: block;
}
#list .article .outline dt span{
	font-size: 20px;
}




/* PCのみ======================================================================================================== */
@media print and (min-width: 751px), screen and (min-width: 751px){
.navi{
	padding-right: 0px;
	padding-left: 0px;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}

#main{
	text-align: center;
	background-size: auto;
	/* padding-top: 550px; */
}
#main p{
	font-size: 20px;
}



#list{
	width: 800px;
	margin: 0 auto;
}
#list .article{
	margin-top: 60px;
}
#list .article .title{
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	margin-bottom: 20px;
}
#list .article .title h3{
	width: 600px;
}
#list .article .title .btn a{
	margin: 0;
	font-size: 16px;
}
#list .article .img{
	margin-bottom: 20px;
}
#list .article .outline dt{
	font-size: 20px;
}
#list .article .outline dt em{
	display: inline-block;
}
#list .article .outline dt span{
	font-size: 30px;
}







}
