@charset "UTF-8";

.main_head {
	background: url(../img/home/img-main_2402.jpg) center no-repeat;
	background-size: cover;
}

.main_head h2 {
	font-size: 18px;
	padding: 8.5% 4%;
}

.caution {
	background: #EEE;
	padding: 20px;
	line-height: 1.6;
}

.caution_ttl {
}

.caution_list {
	margin-top: 5px;
}

.caution_list > li {
	text-indent: -1em;
	padding-left: 1em;
	text-align: justify;
}

.supply {
	margin: 20px 0 -5px;
}

.supply a {
	display: inline-block;
	color: #fd689a;
	text-decoration: underline;
	font-size: 21px;
	font-weight: bold;
}

.supply a:hover {
	text-decoration: none;
}

.info {
	margin-top: 30px;
}

.info_head {
	position: relative;
}

.info_head_ttl {
	background: #F07483;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	padding: 15px 120px 15px 15px;
}

.info_head_link {
	position: absolute;
	right: 15px;
	font-size: 12px;
	color: #F27381;
	border: 1px solid #ccc;
	padding: 6px 10px;
	border-radius: 4px;
	top: 50%;
	margin-top: -14px;
	font-weight: bold;
	background: #fff;
	background: -moz-linear-gradient(top, #ffffff 35%, #e5e5e5 100%);
	background: -webkit-linear-gradient(top, #ffffff 35%, #e5e5e5 100%);
	background: linear-gradient(to bottom, #ffffff 35%, #e5e5e5 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e5e5e5', GradientType=0);
}

.info_head_link:before {
	font-family: icomoon;
	content: "\e900";
	font-size: 11px;
	vertical-align: 1px;
	margin-right: 5px;
	font-weight: normal;
}

.info_wrap {
	border: 1px solid #ccc;
	border-top: 0;
	overflow: scroll;
	height: 250px;
}

.info_list {
	padding: 0 10px;
}

.info_list > li {
	border-bottom: 1px dashed #ccc;
}

.info_list > li.-more {
	background: #FFF !important;
	padding: 15px 10px 13px;
	display: none;
}

.info_list > li:nth-child(2n) {
	background: #eee;
}

.info_list > li:last-child {
	border-bottom: 0;
}

.info_list_row {
	display: table;
	width: 100%;
}

.info_list_col {
	display: table-cell;
	padding: 8px 10px 6px;
}

.info_list_col.-left {
	width: 8em;
	text-align: center;
}

.info_list_col.-right {
}

.info_list_date {
	display: block;
}

.info_list_new {
	display: inline-block;
	color: #fff;
	background: #f07483;
	font-size: 12px;
	line-height: 1;
	padding: 5px 10px;
	font-weight: bold;
	margin-top: 5px;
}

.info_list_link {
	color: #F07483;
	text-decoration: underline;
}

.info_list_row:hover .info_list_link {
	text-decoration: none;
}

.info_list_row[href$="pdf"] .info_list_link:after {
	content: url(../img/common/icn-pdf.png);
	vertical-align: -5px;
	margin-left: 10px;
}

/* All SP & Tablet */
@media screen and (max-width:1020px) {
}

/* All SP */
@media screen and (max-width:640px) {
	.caution {
		padding: 15px;
	}

	.supply {
		margin-bottom: 20px;
	}

	.supply a {
		font-size: 16px;
		line-height: 1.5;
	}

	.info {
		margin-top: 20px;
	}

	.info_head_ttl {
		font-size: 14px;
	}

	.info_wrap {
		height: 200px;
	}

	.info_list {
		padding: 0;
	}

	.info_list_row {
		display: block;
		padding: 10px;
	}

	.info_list_col {
		display: block;
		padding: 0;
	}

	.info_list_col.-left {
		width: 100%;
		text-align: left;
	}

	.info_list_col.-right {
		margin-top: 8px;
	}

	.info_list_date {
		display: inline;
	}

	.info_list_new {
		margin-top: 0;
		font-size: 10px;
		padding: 4px 10px;
		vertical-align: middle;
	}

	.info_list_link {
		line-height: 1.3 !important;
	}

}
