@charset "utf-8";
/**
 * style.css
 */

/* Bootstrap break point */
@media only screen and (max-width:1199px) {} /* xl */
@media only screen and (max-width:991px) {} /* lg */
@media only screen and (max-width:767px) {} /* md */
@media only screen and (max-width:565px) {} /* sm */
/* (mobile first) */
@media only screen and (min-width:566px) {}
@media only screen and (min-width:768px) {}
@media only screen and (min-width:992px) {}
@media only screen and (min-width:1200px) {}


/* V3.1  break point */
@media only screen and (max-width:959px) {} /* tablet */
@media only screen and (max-width:767px) {} /* smart phone */
/* (mobile first) */
@media only screen and (min-width:768px) {}
@media only screen and (min-width:960px) {}


/* container
--------------------------------------------------*/

#container {min-width: 320px;}
@media only screen and (max-width:767px) {
#container {min-width: auto;}
}


/* main_img
--------------------------------------------------*/
@media only screen and (max-width:959px) {
	.main_img .item {
		text-align: center;
	}
	.main_img {
		margin-left: -15px;
		margin-right: -15px;
		margin-top: -11px;
	}
}


/* news-area
--------------------------------------------------*/
.top-news-title {
	text-align: center;
	width: 100%;
	font-size: 24px;
	font-weight: bold;
	padding: 26px 0 2px;
	position: relative;
}
.top-news-title span {
	color: #E6190E;
}
.top-news-title:before {
	position: absolute;
	top: 0px;
	left: 50%;
	display: block;
	content: '';
	width: 150vw;
	height: 5px;
	transform: translateX(-50%);
	background-color: #eee;
	z-index: -1;
}
.news-area {
	display: none;
	margin-bottom: 20px;
}
.news-area #NewsLine {
	padding: 15px;
	background-color: #f6f6f6;
}
.news-area .inner span {
	display: block;
	font-size: 1.4rem;
}
.news-area .inner a {
	color: #535353;
	text-decoration: none;
}
@media only screen and (max-width:767px) {
	.news-area .common-wrap {
		padding: 0;
	}
	.news-area #NewsLine {
		padding: 10px;
		font-size: 11px;
	}
}




/* news-topics
--------------------------------------------------*/
.news-topics {
	margin-bottom: 38px;
}
.news-topics-area {
	margin: 0 auto;
	max-width: 960px;
	border-top: 1px dotted #02438F;
	border-bottom: 1px dotted #02438F;
}
.news-scroll {
	/*overflow: hidden;*/
	overflow-y: scroll;
	height: 190px;
	margin-top: 11px;
}
.news-scroll ul {
	padding: 5px 0;
}
.news-scroll li {
	position: relative;
	display: table;
	width: 100%;
	padding: 6px 35px 6px 25px;
	font-size: 1.5rem;
	list-style: none;
}
.news-scroll li span {
	display: table-cell;
	vertical-align: top;
}
.news-scroll li span:nth-child(1) {
	width: 120px;
}
@media only screen and (max-width:767px) {
	.news-topics {
		margin-bottom: 10px;
	}
	.news-scroll li {
		display: block;
		padding: 8px 25px 8px 10px;
		font-size: 11px;
	}
	.news-scroll li span {
		display: block;
	}
	.news-scroll li span:nth-child(1) {
		width: auto;
	}
}

.news-topics .index-btn {
	margin: 21px 0 6px;
	text-align: center;
}
.news-topics .index-btn a {
	display: inline-block;
	padding: 10px 40px;
	/*color: #535353;
	border-top: #cccbcb solid 1px;
	border-bottom: #cccbcb solid 1px;
	border: 1px solid #e71a0f;
	border-radius: 30px;*/
	font-size: 1.5
}
@media only screen and (max-width:767px) {
	.news-topics .index-btn a {
		padding: 10px 20px;
		font-size: 12px;
	}
}

#pagetop {
	/* display: none; */
}

.newsList li a,
.news-topics .index-btn a{
	color: #000;
}


/* top-tab-block
--------------------------------------------------*/
.top-tab-block {
	/*margin-bottom: -75px;*/
	padding-top: 35px;
	padding-bottom: 10px;
	position: relative;
}
/*@media only screen and (max-width:1199px) {
	.top-tab-block {
		margin-bottom: -10px;
	}
}*/
.top-tab-block .common-wrap2 {
	margin-left: -15px;
	margin-right: -15px;
  background-color: #FDF8F0;
}
.top-tab-block:before {
    position: absolute;
    top: 0px;
    left: 50%;
    display: block;
    content: '';
    width: 150vw;
    height: 100%;
    transform: translateX(-50%);
    background-color: #FDF8F0;
		z-index: -1;
}
.top-tab-btns {
	display: flex;
	margin: 0 50px;
}
@media only screen and (min-width:992px) {
.top-tab-btns {
	margin: 0 128px;
}
}

.top-tab-btns > * {
	width: 33.3%;
}
.top-tab-btn {
	text-align: center;
	display: flex;
	justify-content: space-around;
}
.top-tab-btn a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 262px;
	color: #999;
	text-decoration: none;
	font-weight: bold;
	font-size: 1.8rem;
	padding: 13px 10px;
	border-bottom: 2px solid #B2B0AE;
}
@media only screen and (max-width:1199px) {
	.top-tab-btn a {
		padding: 10px;
		margin: 0 10px;
	}
}
@media only screen and (max-width:991px) {
	.top-tab-btn a {
		font-size: 1.6rem;
		padding: 10px;
		margin: 0 10px;
	}
}
@media only screen and (max-width:565px) {
	.top-tab-btn a {
		font-size: 1.3rem;
		padding: 10px;
		margin: 0 4px;
		line-height: 1.2;
	}
}
.top-tab-btn a:hover,.top-tab-btn.on a {
	color: #000;
	border-bottom: 2px solid #E71A0F;
}
.top-tab-bodys {
	margin: 34px 54px 0;
}
@media only screen and (max-width:991px) {
	.top-tab-bodys {
		margin: 20px 20px 0;
	}
}
@media only screen and (max-width:565px) {
	.top-tab-bodys {
		margin: 20px 10px 0;
		padding-bottom: 10px;
	}
}
.top-box-btns {
	display: flex;
	flex-wrap: wrap;
}
.top-box-btns > * {
	width: calc(100%/6);
}
@media only screen and (max-width:1199px) {
	.top-box-btns > * {
		width: calc(100%/4);
	}
}
@media only screen and (max-width:768px) {
	.top-tab-btns {
		margin: 0;
	}
	.top-box-btns > * {
		width: calc(100%/3);
	}
}
.top-box-btn {
	margin-bottom: 35px;
	/*margin-right: 35px;*/
}
@media only screen and (max-width:1199px) {
	.top-box-btn {
		margin-bottom: 1.87vw;
		/*margin-right: 1.87vw;*/
	}
}
.top-box-btn:nth-child(6n) {
	margin-right: 0;
}
@media only screen and (max-width:1199px) {
	.top-box-btn:nth-child(3n) {
		margin-right: 0;
	}
}
.top-box-btn a {
	display: flex;
	width: 130px;
	height: 130px;
	background-color: #fff;
	border-radius: 50%;
	align-items: center;
	justify-content: center;
	padding: 15px;
	flex-direction: column;
	text-align: center;
	color: #000;
	font-size: 1.5rem;
	font-weight: bold;
	text-decoration: none;
	line-height: 1.3;
	margin:auto;
}
.top-box-btn a:hover {
	border: 2px solid #E71A0F;
}
@media only screen and (max-width:1199px) {
	.top-box-btn a {
		width: 20vw;
		height: 20vw;
		font-size: 1.6rem;
	}
}
@media only screen and (max-width:768px) {
	.top-box-btn a {
		width: 25vw;
		height: 25vw;
		font-size: 1.4rem;
	}
}
@media only screen and (max-width:565px) {
	.top-box-btn a {
		font-size: 1.2rem;
	}
}

.top-box-btn a span + span {
	padding-top: 2px;
}



/* banner-area
--------------------------------------------------*/

#search-side-include .widget-box:nth-of-type(2)  {margin-top:50px;}

#search-side-include .side-area ul.parts-widget-list01 li {
   	flex-basis: calc((100% - 30px) / 2);
   	border-bottom: none;
   	margin: 20px 0;
	border: 1px solid #eee;  
}
#search-side-include .parts-widget-list01 li a {
    font-size:1.4rem;
    font-weight:700;
    display: block;
    padding: 20px 30px 20px 10px;
}

#search-side-include .parts-widget-list01 li a:hover { opacity: 0.6;}

#search-side-include .parts-widget-list01 li a:before{
	position: absolute;
	top: 50%;
	left: auto;
	right: 10px;
	display: block;
	content: '';
	width: 8px;
	height: 8px;
	margin-top: -5px;
	border-top: #ccc solid 2px;
	border-right: #ccc solid 2px;
	transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
}



@media only screen and (max-width:991px) {

.side-area {
    display: block;
    padding-left: 0;
    margin-top: 10px;
}

#search-side-include .side-area ul.parts-widget-list01 {
    display: flex;
    flex-wrap: wrap;
	padding: 20px 0;
}

#search-side-include .side-area ul.parts-widget-list01 li {
   	flex-basis: calc((100% - 60px) / 3);
	margin: 10px;
}
}

@media only screen and (max-width:767px) {
#search-side-include .side-area ul.parts-widget-list01 li {
   	flex-basis: calc((100% - 40px) / 2);
}
}
@media only screen and (max-width:565px) {
#search-side-include .side-area ul.parts-widget-list01 li {
	flex-basis: 100%;
}
}


/* banner-area
--------------------------------------------------*/
.banner-area {
	display: flex;
	justify-content: center;
	margin: 63px auto 26px;
}
_:-ms-lang(x)::-ms-backdrop, .banner-area { /* IE11のみ適用 */
	flex-wrap: wrap;
}
.banner-area div {
	margin: 0 12px;
}
@media only screen and (max-width:767px) {
.banner-area {
	margin: 20px auto 0;
}
_:-ms-lang(x)::-ms-backdrop, .banner-area div { /* IE11のみ適用 */
	margin-bottom: 20px;
}
}
@media only screen and (max-width:565px) {
.banner-area {
	flex-wrap: wrap;
	justify-content: space-around;
}
.banner-area div {
	flex-basis: calc((100% - 40px) / 2);
	max-width: 50%;
	margin: 0 0 20px;
}
}


/* parts-widget-list02
--------------------------------------------------*/
.parts-widget-list02 {
	padding: 0;
	margin: 0 0 10px;
}
.parts-widget-list02 li {
	list-style: none;
	line-height: 1.4;
	margin-bottom: 5px;
	background-color: #fff;
	padding: 2px 0;
	border: 1px solid #ddd;
}
.parts-widget-list02 li a {
	box-sizing: border-box;
	position: relative;
	display: table;
	width: 100%;
	height: 100%;
	padding: 0;
	font-size: 1.8rem;
	font-weight: bold;
	text-decoration: none;
	color: #333;
	text-align: center;
}
@media only screen and (max-width: 991px) {
.parts-widget-list02 {
	display: flex;
	flex-wrap: wrap;
}
.parts-widget-list02 li {
	flex-basis: calc((100% - 60px) / 3);
	max-width: calc((100% - 60px) / 3);
	margin: 10px 9px;
}
}
@media only screen and (max-width: 767px) {
.parts-widget-list02 li {
	flex-basis: calc((100% - 40px) / 2);
	max-width: calc((100% - 40px) / 2);
	padding: 6px 0;
}
}
/*@media only screen and (max-width: 565px) {
.parts-widget-list02 li {
	flex-basis: 100%;
}
}
*/

a img.imgover2 { transition:.2s all;}
a img.imgover2:hover {
transform:scale(1.1,1.1);
transition:.2s all;
}

.side-area .widget-box .ttl:before {
	margin:0;
	display:none;
}

.side-area .widget-box .ttl > * {
	vertical-align: middle;
}
