@charset "utf-8";
/* ============================================================ */
/* index */
/* ============================================================ */
.home #contents {
	width: 100%;
}

.home .inner {
	width: 1000px;
	margin: 0 auto 50px;
}


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


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

.home h2 {
	position: relative;
	margin: 0 0 20px;
	border-bottom: 1px solid #dadada;
}

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

.home h2 span:last-child {
	font-size: 1.4rem;
	letter-spacing: 1px;
}

.home h2 span:last-child:before {
	margin: 0 0.5em 0 1em;
	content: "/";
}

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


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

.home #visual {
	float: left;
	width: 715px;
}

.home #visual ul {
	height: 315px;
	overflow: hidden;
}

.home #visual img {
	width: 715px;
}

.home #visual .bx-wrapper {
	margin: 0;
	border: 1px solid #dadada;
}

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

.home #visual .bx-wrapper .bx-pager,
.home #visual .bx-wrapper .bx-controls-auto {
	bottom: 0;
}

.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: 30px;
	height: 30px;
}

.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;
}


.home #visual .bx-wrapper .bx-prev:hover,
.home #visual .bx-wrapper .bx-next:hover {
	opacity: .7;
}


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

.home #pickup {
	float: right;
	width: 255px;
}

.home #pickup h2 {
	margin: 0;
	border-bottom: none;
	line-height: 1.5;
}

.home #pickup h2:before {
	display: none;
}

.home #pickup ul {
	height: 280px;
	background: #fafafa;
	border: 1px solid #dadada;
	box-sizing: border-box;
	overflow: auto;
}

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

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

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

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

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

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

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

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


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

.home #new {
	position: relative;
	float: left;
	width: 715px;
}

.home #new .btn {
	position: absolute;
	right: 0;
	top: 4px;
}

.home #new .btn a {
	padding: 6px 15px 6px 5px;
	background: #00418d;
	border-radius: 4px;
	color: #fff;
	font-size: 1.2rem;
	text-decoration: none;
}

.home #new .btn a:hover {
	opacity: .7;
}

.home #new .tab li {
  float: left;
  margin: 0 0 0 -1px; 
  padding: 8px 15px;
  cursor: pointer;
  background: #fafafa;
  border: 1px solid #dadada;
  border-bottom: none;
  font-size: 1.2rem;
}

.home #new .tab li:first-child {
	margin: 0;
}

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

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

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

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

.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;
}


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

.home .bnr {
	float: right;
	width: 255px;
}

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

.home .bnr li:last-child {
	margin: 0 0 30px;
}


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

.home #website {
	margin: 0 0 40px;
	padding: 40px 0 5px;
	background: #fafafa;
}

.home #website li {
	line-height: 1.6;
}

.home #website li img {
	margin-bottom: 20px;
}

.home #website li h3 {
	font-weight: bold;
	text-align: center;
	display: table-cell;
	width: 235px;
	vertical-align: middle;
}

.home #website li p {
	margin-top: 20px;
	font-size: 1.4rem;
}

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

.home #website li .btn a {
	display: inline-block;
	margin: 0 auto;
	padding: 8px 15px 8px 10px;
	border-radius: 4px;
	background: #00418d;
	color: #fff;
	font-size: 1.4rem;
	text-decoration: none;
}

.home #website li .btn a:hover {
	opacity: .7;
}

.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-prev {
	left: -60px;
	background: url(../../img/index/ico_arrow_left02.png) 0 0 no-repeat;
}

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

.home #website .bx-wrapper .bx-prev:hover,
.home #website .bx-wrapper .bx-next:hover {
	opacity: .7;
}

@media only screen and (max-width: 1120px) {
	.home #website .bxslider_wrapper {
		margin: 0 60px;
	}
}



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

.home #category_list {
	width: 1000px;
	margin: 0 auto;
}

.home #category_list ul {
	margin: 0 -10px 0 0;
}

.home #category_list ul li {
	position: relative;
	display: table;
	float: left;
	width: 242px;
	min-height: 70px;
	margin: 0 10px 10px 0;
	border: 1px solid #dadada;
	box-sizing: border-box;
	font-size: 1.4rem;
	line-height: 1.5;
	table-layout: fixed;
}

.home #category_list ul li:before {
	position: relative;
	display: block;
	content: "";
	width: 0;
	min-height: 70px;
}

.home #category_list ul li a {
	display: table-cell;
	padding: 10px 10px 10px 15px;
	color: #00418d;
	text-decoration: none;
	vertical-align: middle;
	width: 100%;
}

.home #category_list ul li .fa {
	position: absolute;
	top: 50%;
	right: 10px;
	width: 16px;
	height: 16px;
	margin: -0.5em 0 0;
	padding: 0 0 0 2px;
	background: #00418d;
	border-radius: 10px;
	box-sizing: border-box;
	color: #fff;
	font-size: 1.2rem;
	text-align: center;
	line-height: 16px;
}

.home #category_list ul li a:hover {
	background: #00418d;
	color: #fff;
}

.home #category_list ul li a:hover .fa {
	background: #fff;
	color: #00418d;
}


/**
* フロントページスライダー
*/
.home .metaslider .flexslider{
	margin: 0;
	border: 1px solid #dadada; 
}

.home .flex-control-nav{
	bottom:  0;
	line-height: 2.4rem;
}

#visual_metaslider{
	display: inline-block;
	width: 715px;
}

#visual_metaslider .flex-control-paging li a{
	background:rgba(0,0,0,0.2);
	box-shadow:inset 0 0 3px rgba(0,0,0,0.2);
}
#visual_metaslider .flex-control-paging li a.flex-active{
	background:#00418d;
	box-shadow:inset 0 0 3px rgba(0,128,255,0.8);
}

/**
* MailChimp Popup form
*/

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

.subscribe_block button{
	font-size: 1.8rem;
	border-radius: 0.2rem;
	background: white;
	position: absolute;
	width: 30rem;
	height: 4rem;
	margin:auto;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	cursor:pointer;
}

