@charset "utf-8";
/* ============================================================ */
/* index */
/* ============================================================ */

.home #contents article {
	margin: 0 10px 30px;
}

.home .category {
	display: inline-block;
	padding: 2px 5px;
	background: #00418d;
	color: #fff;
	font-size: 1.1rem !important;
	text-decoration: none !important;
}


/*----- h2 -----*/

.home h2 {
	position: relative;
	display: table;
	width: 100%;
	margin: 0 0 15px;
	border-bottom: 1px solid #dadada;
}

.home h2:before {
	position: absolute;
	left: 0;
	bottom: -1px;
	display: block;
	content: "";
	width: 80px;
	height: 1px;
	background: #00418d;
}

.home h2 span {
	display: table-cell;
	vertical-align: bottom;
}

.home h2 span:first-child {
	font-size: 2.0rem;
}

.home h2 span:last-child {
	font-size: 1.0rem;
	text-align: right;
}


/*----- #visual -----*/

.home #visual {
	margin: 0 0 35px;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
}

.home #visual .bx-wrapper {
	margin-bottom: 0;
}

.home #visual .bx-wrapper .bx-viewport {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: none;
	left: 0;
	background: none;
}

.home #visual .bx-wrapper .bx-pager.bx-default-pager a {
	background: rgba(0, 0, 0, .2);
	width: 10px;
	height: 10px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.home #visual .bx-wrapper .bx-pager.bx-default-pager a:hover,
.home #visual .bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #00418d;
}

.home #visual .bx-wrapper .bx-controls-direction a {
	margin-top: -15px;
	width: 20px;
	height: 20px;
	background-size: contain;
}

.home #visual .bx-wrapper .bx-prev {
	background: url(../../img/index/ico_arrow_left01.png) 0 0 no-repeat;
}

.home #visual .bx-wrapper .bx-next {
	background: url(../../img/index/ico_arrow_right01.png) 0 0 no-repeat;
}


/*----- #pickup -----*/

.home #pickup ul {
	background: #fafafa;
	border: 1px solid #dadada;
}

.home #pickup ul li {
	padding: 10px;
	border-top: 1px solid #dadada;
	line-height: 1.5;
}

.home #pickup ul li:first-child {
	border: 0;
}

.home #pickup ul li a {
	text-decoration: none;
}

.home #pickup ul li img {
	float: left;
}

.home #pickup ul li p {
	margin: 2px 0 2px 75px;
	text-decoration: underline;
}

.home #pickup ul li .category {
	margin: 0 0 0 10px;
}

.home #pickup ul li time {
	margin: 0 0 0 75px;
	color: #6c6c6c;
	font-size: 1.2rem;
}


/*----- #new -----*/

.home #new .tab {
	display: table;
	width: 100%;
}

.home #new .tab li {
	display: table-cell;
	padding: 8px 0;
	background: #fafafa;
	border: 1px solid #dadada;
	border-bottom: none;
	font-size: 1.2rem;
	text-align: center;
	line-height: 1.5;
}

.home #new .tab li.select {
  background: #00418d;
  border: 1px solid #00418d;
  border-bottom: none;
  color: #fff;
}

.home #new .tab li:not(:first-child),
.home #new .tab li.select:not(:first-child) {
	border-left: none;
}

.home #new .non {
  display: none;
}

.home #new .news_list {
  border: 1px solid #dadada;
}

.home #new .news_list li {
	padding: 10px;
	border-top: 1px dotted #dadada;
}

.home #new .news_list li:first-child {
	border-top: none;
}

.home #new .news_list li:after {
	display: block; 
	clear: both;
	content: ""; 
}


.home #new .news_list li a {
	text-decoration: none;
}

.home #new .news_list li p {
	margin: 0 0 0 85px;
	font-size: 1.4rem;
	text-decoration: underline;
}

.home #new .news_list li a:hover p {
	text-decoration: none;
}

.home #new .news_list li img {
	float: left;
	width: 75px;
}

.home #new .news_list li .category {
	float: left;
	margin: 0 10px;
}

.home #new .news_list li time {
	position: relative;
	top: -3px;
	color: #898989;
	font-size: 1.2rem;
}

.home #new .btn {
	margin: 15px 0 0;
	text-align: center;
}

.home #new .btn a {
	position: relative;
	display: inline-block;
	width: 200px;
	margin: 0 auto;
	padding: 10px 0;
	background: #00418d;
	border-radius: 6px;
	color: #fff;
	font-size: 1.8rem;
	text-decoration: none;
}

.home #new .btn a .fa {
	position: absolute;
	top: 50%;
	left: 5px;
	margin: -0.5em 0 0;
}


/*----- .bnr -----*/

.home .bnr {
	margin: 0 10px 30px;
}

.home .bnr ul {
	margin: 0 0 15px;
}

.home .bnr ul li {
	float: left;
	width: 50%;
	box-sizing: border-box;
}

.home .bnr ul li:nth-child(n+3) {
	margin: 6px 0 0;
}

.home .bnr ul li:nth-child(odd) {
	padding: 0 3px 0 0;
}

.home .bnr ul li:nth-child(even) {
	padding: 0 0 0 3px;
}

.home .bnr ul li img,
.home .bnr div img {
	width: 100%;
}


/*----- #website -----*/

.home #website {
	margin-bottom: 40px;
}

.home #website li {
	float: left;
}

.home #website li img {
	margin: 0 auto;
	max-width: 100%;
}

.home #website li h3 {
	margin: 10px 0;
	color: #00418d;
	font-size: 1.6rem;
	text-align: center;
}

.home #website li .btn {
	margin: 15px 0 0;
	text-align: center;
}

.home #website .btn a {
	position: relative;
	display: inline-block;
	width: 160px;
	margin: 0 auto;
	padding: 8px 0;
	background: #00418d;
	border-radius: 6px;
	color: #fff;
	font-size: 1.6rem;
	text-decoration: none;
}

.home #website .btn a .fa {
	position: absolute;
	top: 50%;
	left: 5px;
	margin: -0.5em 0 0;
}


.home #website .bx-wrapper {
	padding: 0 30px;
	box-sizing: border-box;
}

.home #website .bx-wrapper .bx-viewport {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: none;
	left: 0;
	background: none;
}

.home #website .bx-wrapper .bx-controls-direction a {
	width: 20px;
	height: 20px;
	background-size: contain;
}

.home #website .bx-wrapper .bx-prev {
	left: 0;
	background: url(../../img/index/ico_arrow_left02.png) 0 0 no-repeat;
}

.home #website .bx-wrapper .bx-next {
	right: 0;
	background: url(../../img/index/ico_arrow_right02.png) 0 0 no-repeat;
}

.home #website .bx-clone {
	display: none;
}


/*----- #category_list -----*/

.home #category_list {
	margin-bottom: 90px !important;
}

.home #category_list ul {
	border-top: 1px solid #dadada;
}

.home #category_list ul li {
	display: table;
	float: left;
	width: 50%;
	position: relative;
	min-height: 60px;
	padding: 10px 0;
	border-bottom: 1px solid #dadada;
	box-sizing: border-box;
	line-height: 1.4;
}

.home #category_list ul li:nth-child(2n) {
	padding-left: 8px;
	border-left: 1px solid #dadada;
}

.home #category_list ul li a {
	display: table-cell;
	text-decoration: none;
	vertical-align: middle;
}

.home #category_list ul li .fa {
	position: absolute;
	top: 50%;
	right: 0;
	margin: -0.5em 0 0;
	color: #00418d;
	font-size: 1.8rem;
}

.home #category_list ul li:nth-child(2n+1) .fa {
	right: 10px;
}

/**
* MailChimp Popup form
*/

.subscribe_block{
	height: 100px;
	background:#00418d;
	text-align: center;
	position: relative;	
	margin-bottom:2rem;
}

.subscribe_block button{
	font-size: 1.6rem;
	border-radius: 0.2rem;
	background: white;
	position: absolute;
	width: 24rem;
	height: 3.6rem;
	margin:auto;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	cursor:pointer;
}
.subscribe_block button:active{
	opacity: 0.7;
}