@charset "UTF-8";

/*******************************************************************************
	overwrite
*******************************************************************************/
#l_footer{
	margin-top: 0;
}
/*******************************************************************************
	common
*******************************************************************************/
body #present{
	padding: 0 0 350px;
	background-image: url("../img/bg_present01.png"),url("../img/bg_present02.png");
	background-position: center bottom -1px, center bottom 195px;
	background-repeat: repeat-x,no-repeat;
	background-size: 898px auto,431px auto;
	font-family: "Helvetica Neue",Arial,"Kosugi Maru","Noto Sans JP","Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif !important;
	text-align: left;
}
/*******************************************************************************
	breadList
*******************************************************************************/
body nav.breadList{
	width: 950px;
	margin: 0 auto;
	background: #F3F4EF;
}
body nav.breadList ol{
	display: flex;
	padding: 5px 10px;
	margin: 0;
}
body nav.breadList ol li{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
body nav.breadList ol li:after{
	content: ">";
	margin: 0 5px;
}
body nav.breadList ol li:last-child:after{
	display: none;
}
body nav.breadList ol li a{
	text-decoration: underline;
}

/*******************************************************************************
	#present.list
*******************************************************************************/
body #present .presentList{
	width: 950px;
	margin: 0 auto;
}
body #present .presentList h2{
	padding: 60px 0 0;
	margin: 40px 0 40px;
	background: url("../img/ico_title.png") center top no-repeat;
	background-size: 278px auto;
	font-size: 22px;
	font-weight: bold;
	text-align: center;
}
body #present .presentList h3{
	margin: 0 0 20px;
	padding: 0 0 5px;
	border-bottom: #FFE600 4px solid;
	font-size: 20px;
	font-weight: bold;
	color: #000;
	line-height: 140%;
}
body #present .presentList ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	margin: 0 auto;
}
body #present .presentList ul li{
	box-sizing: border-box;
	width: 172px;
	margin: 0 22px 20px 0;
	border: #DCDCDC 1px solid;
	border-radius: 10px;
	overflow: hidden;
}
body #present .presentList ul li:nth-child(5n){
	margin-right: 0;
}
body #present .presentList ul li a{
	position: relative;
	display: block;
	height: calc(100% - 40px);
	padding: 0 10px 40px;
	color: #000;
	text-decoration: none;
	font-size: 14px;
}
body #present .presentList ul li a:hover{
	opacity: 0.7;
}
body #present .presentList ul li a figure{
	position: relative;
	height: 140px;
	margin: 0 -10px 10px;
	padding: 0;
	overflow: hidden;
}
body #present .presentList ul li a figure img{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	max-width: 170px;
	min-height: 140px;
}
body #present .presentList ul li a p{
	margin: 0;
}
body #present .presentList ul li a p.date{
	position: absolute;
	left: 0;
	bottom: 10px;
	width: 100%;
	text-align: center;
	font-size: 12px;
	color: #000;
}
body #present .presentList ul li a p.title .new{
	display: inline-block;
	padding: 4px 7px;
	margin: 0 5px 0 0;
	background: #E23526;
	border-radius: 5px;
	font-size: 12px;
	color: #fff;
	line-height: 100%;
}
/* none */
body #present .presentList p.none{
	margin: 100px auto;
	font-size: 16px;
	text-align: center;
	line-height: 140%;
}

/*******************************************************************************
	#present.detail
*******************************************************************************/
body #present .presentDetail{
	width: 660px;
	margin: 0 auto 80px;
}
body #present .presentDetail h2{
	padding: 65px 0 0;
	margin: 40px 0 10px;
	border: none;
	background: url("../img/ico_title.png") center top no-repeat;
	background-size: 284px auto;
	color: #000;
	text-shadow: none;
	font-size: 24px;
	font-weight: bold;
	line-height: 140%;
}
body #present .presentDetail p.pr{
	margin: 0 0 10px;
	font-size: 14px;
}
body #present .presentDetail p.pr span{
	display: inline-block;
	margin: 0 5px 0 0;
	padding: 0 7px;
	background: #DFDFDF;
	border-radius: 10px;
	font-size: 10px;
	line-height: 16px;
}
body #present .presentDetail figure.kv{
	margin: 0 0 65px;
	padding: 0;
	text-align: center;
}
body #present .presentDetail figure.kv img{
	max-width: 100%;
}
body #present .presentDetail section{
	margin: 0 0 50px;
}
body #present .presentDetail section.hasBorder{
	padding-bottom: 30px;
	border-bottom: #E23526 4px dotted;
}
body #present .presentDetail section h3{
	margin: 0 0 20px;
	padding: 0 0 10px;
	background: none;
	border-top: none;
	border-bottom: #FFE600 4px solid;
	font-size: 20px;
	font-weight: bold;
	color: #000;
	line-height: 140%;
}
body #present .presentDetail section h4{
	margin: 0 0 20px;
	padding: 5px 0 5px 10px;
	border-left: #FFE600 5px solid;
	font-size: 18px;
	font-weight: bold;
	color: #000;
	line-height: 140%;
}
body #present .presentDetail section h5{
	margin: 0 0 10px;
	font-size: 16px;
	font-weight: bold;
	color: #000;
	line-height: 140%;
}
body #present .presentDetail section p{
	margin: 0 auto 20px;
	font-size: 14px;
}
body #present .presentDetail section p a{
	color: #0090E3;
	text-decoration: underline;
}
body #present .presentDetail section p a:hover{
	color: #f90;
}
/* figure */
body #present .presentDetail section figure{
	margin: 0 0 20px;
	padding: 0;
	text-align: center;
}
body #present .presentDetail section figure img{
	max-width: 100%;
}
body #present .presentDetail section figure figcaption{
	margin: 5px 0 0;
	text-align: right;
	font-size: 12px;
}
body #present .presentDetail section.image.typeB .figureWrap{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
body #present .presentDetail section.image.typeB .figureWrap figure{
	width: calc(50% - 10px);
}
/* btn */
body #present .presentDetail section p.btn{
	max-width: 500px;
}
body #present .presentDetail section p.btn a{
	display: block;
	padding: 20px 40px 20px 20px;
	background: #E23526 url("../img/ico_btn_arrow01.svg") right 15px center no-repeat;
	border-radius: 10px;
	font-size: 18px;
	color: #fff;
	text-align: center;
	text-decoration: none;
	line-height: 120%;
	box-shadow: 0 3px 6px 0 rgba(0,0,0,0.16);
}
body #present .presentDetail section p.btn a:hover{
	opacity: 0.7;
}
body #present .presentDetail section p.btn.typeB a{
	background-color: #3CB9D9;
}
body #present .presentDetail section p.btn.typeC a{
	background-color: #FF759E;
}
body #present .presentDetail p.back{
	max-width: 500px;
	margin: 0 auto 50px;
}
body #present .presentDetail p.back a{
	display: block;
	padding: 0 15px 0 0;
	background: #fff url("../img/ico_btn_arrow02.svg") right 20px center no-repeat;
	border: #707070 1px solid;
	border-radius: 27px;
	text-align: center;
	text-decoration: none;
	line-height: 52px;
	font-size: 18px;
	color: #000;
}
body #present .presentDetail p.back a:hover{
	opacity: 0.7;
}
