@charset "utf-8";
/* information.css */

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* KV　　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#kv {
	background-image: url(../images/info/top_kv.jpg), -webkit-linear-gradient(270deg,rgba(38,94,193,1.00) 0%,rgba(20,49,101,1.00) 100%);
	background-image: url(../images/info/top_kv.jpg), -moz-linear-gradient(270deg,rgba(38,94,193,1.00) 0%,rgba(20,49,101,1.00) 100%);
	background-image: url(../images/info/top_kv.jpg), -o-linear-gradient(270deg,rgba(38,94,193,1.00) 0%,rgba(20,49,101,1.00) 100%);
	background-image: url(../images/info/top_kv.jpg), linear-gradient(180deg,rgba(38,94,193,1.00) 0%,rgba(20,49,101,1.00) 100%);
	background-color: #2150A4;
	height: 480px;
	border-bottom: 1px solid #000000;
}
#kv h2::after {
	content: "INFORMATION";
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 一覧ページ　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#infotop_area {
	margin-top: 100px;
}

/* 年くくり */
.year_wrap {
	margin-bottom: 70px;
}
.year_wrap:last-child {
	margin-bottom: 0px;
}
.year_wrap h3 {
	font-family: "Roboto", sans-serif;
	font-size: 60px;
	line-height: 1em;
	margin-bottom: 10px;
	color: #2150A4;
	font-weight: 500;
}

/* リストボックス */
.info_list_box {
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 記事ページ　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#detail_area {
	margin-top: 100px;
}

/* -- 日付・タイトル ----------------------------------------------- */
#detail_header {
	margin-bottom: 50px;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 5px;
	padding-right: 5px;
	border-top: 2px solid #2150A4;
	border-bottom: 2px solid #2150A4;
}
#detail_header .info_date {
	font-family: "Roboto", sans-serif;
	color: #2150A4;
	font-weight: 700;
	display: block;
}
#detail_header .info_title {
	color: #2150A4;
	font-size: 32px;
	font-weight: 800;
	line-height: 1.3em;
	display: block;
}

/* -- 記事データ ----------------------------------------------- */
#detail_log {
	margin-bottom: 80px;
	padding-left: 5px;
	padding-right: 5px;
}
#detail_log p,
#detail_log ul {
	margin-bottom: 12px;
}
#detail_log td p:last-child,
#detail_log td ul:last-child {
	margin-bottom: 0px !important;	
}
#detail_log a {
	font-family: "Roboto", sans-serif;
	color: #0071C3;
	webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
	text-decoration: none;
}
#detail_log a:hover {
	color: #63BDFF;
	text-decoration: underline;
}

/* リスト下マージンあり */
.margin_bottom li {
	margin-bottom: 12px;
}
.margin_bottom li:last-child {
	margin-bottom: 0px;
}

/* -- 戻るボタン ----------------------------------------------- */
#back_bt {
	width: 400px;
	margin-left: auto;
	margin-right: auto;
}
#back_bt a {
	display: block;
	position: relative;
	text-align: center;
	background-color: #2150A4;
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 15px;
	padding-bottom: 15px;
	border-radius: 8px;
	webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
}
#back_bt a:hover {
	background-color: #000000;
}
#back_bt a span {
	position: absolute;
	left: 20px;
}







/* ↓↓↓↓↓↓↓↓↓↓ ---以下スマホ--- ↓↓↓↓↓↓↓↓↓↓ */


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

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* KV　　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#kv {
	height: 400px;
}
	
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 一覧ページ　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#infotop_area {
	margin-top: 40px;
}

/* 年くくり */
.year_wrap {
	margin-bottom: 50px;
}
.year_wrap h3 {
	font-size: 50px;
	line-height: 1em;
}

/* -- 線けし ----------------------------------------------- */
.info_list_box li:last-child {
	border-bottom-style: none;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 記事ページ　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#detail_area {
	margin-top: 40px;
}

/* -- 日付・タイトル ----------------------------------------------- */
#detail_header {
	margin-bottom: 30px;
}
#detail_header .info_date {
	font-size: 12px;
}
#detail_header .info_tt {
	font-size: 22px;
	line-height: 1.3em;
}

/* -- 記事データ ----------------------------------------------- */
#detail_log {
	margin-bottom: 60px;
	padding-left: 5px;
	padding-right: 5px;
}
#detail_log p,
#detail_log ul {
	margin-bottom: 8px;
}

/* リスト下マージンあり */
.margin_bottom li {
	margin-bottom: 8px;
}

/* -- 戻るボタン ----------------------------------------------- */
#back_bt {
	width: 100%;
}


}
