@charset "utf-8"; /* 〠 */

/*----------------------------------------------*/
/* frontpage CSS [SP]
/*----------------------------------------------*/

/*----- Top Imgae -----*/
.top-mainimage {
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 1)), url(../images/top/top_header.jpg);
	background: url(../images/top/top_main.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
}

.top-copybox {
	width: 70%;
	margin: 0px auto;
	padding: 50px 0px 50px;
	text-align: center;
}

.top-copybox img {
	width: 100%;
}

.top-leadbox {
	overflow: hidden;  /* preventing height 0 when float */
	margin: 0px 20px 40px;
}

/*----- Common box -----*/
.top-commonbox {
	margin-top: 40px;
}

.top-common-title-main {
	position: relative;
	margin-bottom: 20px;
	padding-bottom: 5px;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
	border-bottom: 3px solid #DEDEDE;
}

.top-common-title-main:after {
	position: absolute;
	bottom: -3px;
	left: 0;
	z-index: 2;
	content: '';
	width: 20%;
	height: 2px;
	background-color: #001E62;
}

/*----- News -----*/
.top-newsframe {
}

.top-newsframe ul {
}

.top-newsframe ul li {
	padding: 10px 0px;
	border-bottom: 1px solid #C5C5C5;
}

.top-newsframe ul li a {
	display: table;
	width: 100%;
}

.top-news-date {
	display: table-cell;
	width: 90px;
	padding-left: 12px;
	vertical-align: top;
}

.top-news-title {
	display: table-cell;
	vertical-align: top;
}


/*----- notice -----*/
.top-noticebox {
x	width: 95%;
	margin: 30px auto 0px;
	padding: 10px;
	border: 2px solid #FF0000;
}

.top-notice-title {
	margin-bottom: 10px;
	font-weight: bold;
	text-align: center;
}

.top-notice-text {
	margin-bottom: 10px;
}

.top-notice-sign {
x	text-align: right;
}

.top-notice-dear {
	margin: 5px 0px;
	font-weight: bold;
	font-size: 18px;
	font-size: 1.8rem;
}

.top-notice-strong {
	font-weight: bold;
	font-size: 18px;
	font-size: 1.8rem;
	text-decoration: underline;"
}
