@charset "utf-8";

/* slide */

@media screen and (min-width:741px),print {
	.slide {
		position: relative;
		width: 1200px;
		height: 450px;
		margin: 0 auto;
		overflow: hidden;
	}
	.bx-wrapper,
	.bx-viewport,
	.bx-viewport > ul {
		height: 450px !important;
		overflow: hidden;
	}
	div.bx-controls-direction a {
		position: absolute;
		top: 220px;
		width: 25px;
		height: 42px;
	}
	div.bx-controls-direction a:hover {
		opacity: 0.8;
	}
	a.bx-prev {
		left: 20px;
		background: url("../../images/mv_btn_prev.png");
	}
	a.bx-next {
		right: 20px;
		background: url("../../images/mv_btn_next.png");
	}
	div.bx-pager {
		display: -webkit-flex; display: -ms-flexbox;
		display: flex;
		-webkit-justify-content: center; -ms-flex-pack: center;
		justify-content: center;
		position: absolute;
		top: 20px;
		height: 16px;
		width: 1200px;
	}
	div.bx-pager-item {
		padding: 0 8px;
	}
	div.bx-pager-item a {
		display: block;
		width: 16px;
		height: 16px;
		text-indent: 100%;
		white-space: nowrap;
		overflow: hidden;
		font-size: 0;
		background: url("../../images/mv_icon_off.png");
	}
	div.bx-pager-item a.active {
		background: url("../../images/mv_icon_on.png");
	}
}

@media screen and (max-width:740px){
	.slide {
		position: relative;
	}
	div.bx-controls-direction a {
		position: absolute;
		top: 18vw;
		width: 3vw;
		height: 5.2vw;
		background-size: 3vw !important;
	}
	div.bx-controls-direction a:hover {
		opacity: 0.8;
	}
	a.bx-prev {
		left: 1vw;
		background: url("../../images/mv_btn_prev.png");
	}
	a.bx-next {
		right: 1vw;
		background: url("../../images/mv_btn_next.png");
	}
	div.bx-pager {
		display: -webkit-flex; display: -ms-flexbox;
		display: flex;
		-webkit-justify-content: center; -ms-flex-pack: center;
		justify-content: center;
		position: absolute;
		top: 1vw;
		height: 3vw;
		width: 100%;
	}
	div.bx-pager-item {
		padding: 0 1vw;
	}
	div.bx-pager-item a {
		display: block;
		width: 3vw;
		height: 3vw;
		text-indent: 100%;
		white-space: nowrap;
		overflow: hidden;
		font-size: 0;
		background: url("../../images/mv_icon_off.png");
		background-size: 3vw !important;
	}
	div.bx-pager-item a.active {
		background: url("../../images/mv_icon_on.png");
	}
}

/* target */

@media screen and (min-width:741px),print {
	.target {
		position: relative;
		width: 1200px;
		height: 95px;
		margin: -50px auto 0;
		background: url("../../images/target_bg.png") no-repeat top center;
		z-index: 99;
	}
	.target ul {
		display: -webkit-flex; display: -ms-flexbox;
		display: flex;
		width: 1060px;
		margin: 0 auto;
	}
	.target ul a {
		display: -webkit-flex; display: -ms-flexbox;
		display: flex;
		-webkit-justify-content: center; -ms-flex-pack: center;
		justify-content: center;
		-webkit-align-items: center; -ms-flex-align: center;
		align-items: center;
		height: 95px;
		color: #2f64b3;
		font-size: 1.8rem;
		font-weight: bold;
	}
	.target ul a:hover {
		color: #f00;
	}
	.target ul li:nth-child(1) {width: 260px;}
	.target ul li:nth-child(2) {width: 268px;}
	.target ul li:nth-child(3) {width: 306px;}
	.target ul li:nth-child(4) {width: 237px;}
}

@media screen and (max-width:740px){
	.target ul {
		display: -webkit-flex; display: -ms-flexbox;
		display: flex;
		-webkit-flex-wrap: wrap; -ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.target ul li {
		background-size: cover;
		width: 50%;
	}
	.target ul a {
		border: solid 2px #dfdfdf;
		display: -webkit-flex; display: -ms-flexbox;
		display: flex;
		-webkit-justify-content: center; -ms-flex-pack: center;
		justify-content: center;
		-webkit-align-items: center; -ms-flex-align: center;
		align-items: center;
		height: 14vw;
		color: #2f64b3;
		font-size: 3.2vw;
		font-weight: bold;
		background: #eee;
	}
}

/* sort_btn */

.sort_btn dl {
	border-top: 3px solid #000;
}
.sort_btn dd {
	display: none;
}

.sort_btn dt,
.sort_btn li {
	font-family:'Noto Sans JP', sans-serif;
	font-weight:500;
	background: #fff;
}
.sort_btn li.all {
	color: #000;
}
.sort_btn li.press {
	color: #36f;
}
.sort_btn li.ir {
	color: #c39;
}
.sort_btn li.survey {
	color: #090;
}

@media screen and (min-width:741px),print {
	.sort_btn {
		position: relative;
		width: 1200px;
		margin: 0 auto;
	}
	.sort_btn dl {
		position: absolute;
		top: 70px;
		right: 0;
		z-index: 99;
	}
	.sort_btn dt,
	.sort_btn li {
		box-sizing: border-box;
		width: 180px;
		padding: 14px 16px;
		font-family:'Noto Sans JP', sans-serif;
		font-weight:500;
		font-size: 1.4rem;
		line-height: 1;
		border: 3px solid #000;
		border-top: none;
		cursor: pointer;
	}
	.sort_btn dt {
		background: url(../../images/icon_arrow_all.gif) no-repeat center right;
	}
	.sort_btn dt:hover {
		opacity: 0.8;
	}
	.sort_btn li:hover {
		background-color: #fff9f9;
	}
}

@media screen and (max-width:740px){
	.sort_btn dl {
		width: 92%;
		margin: 20px auto 0;
	}
	.sort_btn dt,
	.sort_btn li {
		display: block;
		box-sizing: border-box;
		padding: 14px 16px;
		background-size: 19.5px;
		border: 3px solid #000;
		border-top: none;
		font-size: 1.4rem;
	}
	.sort_btn dt {
		background: url(../../images/icon_arrow_all.gif) no-repeat center right;
	}
}

/* news-box */
.news-box {
	width:1200px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}

.news-box h2 {
	font-family:'Noto Sans JP', sans-serif;
	font-weight:500;
	font-size: 3rem;
	text-align: center;
	margin: 63px auto 0;
	padding: 0 0 30px;
	border-bottom: 3px solid #d9d9d9;
}

@media print {
	#main .news-box,.news-box dl {
		width: 1200px !important;
	}
}

.news-box dl {
	border-bottom: 1px solid #d9d9d9;
}
.news-box dt {
	display:inline-block;
}
.news-box dd {
	display:inline-block;
	padding: 20px 10px 16px;
}
@media screen and (max-width:740px){
	.news-box{
		width:100%;
		position: static;
	}
	.news-box h2{
		font-size: 2.4rem;
		margin-top: 40px;
		margin-bottom: 10px;
	}
	.news-box dl{
		width: 92%;
		padding: 0 4%;
	}
	.news-box dt{
		font-size: 1.4rem;
	}
	.news-box dd{
		font-size: 1.4rem;
		line-height: 1.6;
		padding: 0 0 20px 0;
	}
	.news-box dd:nth-of-type(1){
		padding-top: 20px;
		padding-bottom: 5px;
	}
	.news-box dd:nth-of-type(1) img{
		width: 55px;
		vertical-align: top;
	}
	.news-box dd:nth-of-type(2n) img{
		width: 15.5px;
	}
}

/* btn-box */
.btn-box{
	display: flex !important; display: -ms-flexbox !important;
	display: -webkit-flex !important;
	-webkit-justify-content: space-between; -ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-flex-wrap: wrap; -ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 1200px;
	margin: 60px auto 0;
}
.btn-box li {
	width: 270px;
}
.btn-box li:hover{
	opacity: 0.7;
}
.btn-box .btn-news{
	border: 3px solid #000000;
	box-sizing: border-box;
	background: url(../../images/icon_arrow_news.gif) no-repeat 0.5em center;
}
.btn-box .btn-pr{
	border: 3px solid #3366ff;
	box-sizing: border-box;
	background: url(../../images/icon_arrow_pr.gif) no-repeat 0.5em center;
}
.btn-box .btn-ir{
	border: 3px solid #cc3399;
	box-sizing: border-box;
	background: url(../../images/icon_arrow_ir.gif) no-repeat 0.5em center;
}
.btn-box .btn-re{
	border: 3px solid #009900;
	box-sizing: border-box;
	background: url(../../images/icon_arrow_re.gif) no-repeat 0.5em center;
}
.btn-box a{
	font-family:'Noto Sans JP', sans-serif;
	font-weight:500;
	display: block;
	text-align: center;
	padding: 14px 0px 14px;
}
.btn-box .btn-news a{
	color: #000000;
}
.btn-box .btn-pr a{
	color: #3366ff;
}
.btn-box .btn-ir a{
	color: #cc3399;
}
.btn-box .btn-re a{
	color: #009900;
}
@media screen and (max-width:740px){
	.btn-box{
		width: 92%;
		margin: 0 auto;
		margin-top: 30px;
	}
	.btn-box li{
		width: 100%;
		margin-top: 15px;
		margin-right: 0px;
	}
	.btn-box .btn-news{
		background: url(../../images/icon_arrow_news_sp.gif) no-repeat 0.5em center;
		background-size: 9px;
	}
	.btn-box .btn-pr{
		background: url(../../images/icon_arrow_pr_sp.gif) no-repeat 0.5em center;
		background-size: 9px;
	}
	.btn-box .btn-ir{
		background: url(../../images/icon_arrow_ir_sp.gif) no-repeat 0.5em center;
		background-size: 9px;
	}
	.btn-box .btn-re{
		background: url(../../images/icon_arrow_re_sp.gif) no-repeat 0.5em center;
		background-size: 9px;
	}
	.btn-box a{
		font-size: 1.4rem;
		text-align: left;
		padding: 14px 0px 14px 24px;
	}
}


/* topics-box */

.topics-box h2 {
	font-family:'Noto Sans JP', sans-serif;
	font-weight:500;
	font-size: 3rem;
	text-align: center;
	margin-top: 70px; 
	padding: 25px 0;
	line-height: 1.5;
	background-color: #f2f2f2;
	border-bottom: none !important;
}
@media screen and (max-width:740px){
	.topics-box h2 {
		font-size: 2.4rem;
		margin-top: 45px; 
		padding: 15px 0;
	}
}


.banner-box {
	display: -webkit-flex !important; display: -ms-flexbox !important;
	display: flex !important;
	-webkit-justify-content: space-between; -ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-flex-wrap: wrap; -ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 1200px;
	margin: 40px auto 0;
}
.banner-box li {
	box-sizing: border-box;
	border: 3px solid #d9d9d9;
}
.banner-box li.none {
	box-sizing: border-box;
	border: none;
}
.banner-box a:hover {
	opacity: 0.7;
}
@media screen and (max-width:740px){
	.banner-box {
		width: 92%;
		margin: 20px auto 0;
	}
	.banner-box li{
		margin-top: 20px;
	}
}
.banner-box_3 {
	display: -webkit-flex !important; display: -ms-flexbox !important;
	display: flex !important;
	-webkit-justify-content:flex-start; -ms-flex-pack: justify;
	justify-content: flex-start;
	-webkit-flex-wrap:flex-start; -ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 1235px;
	margin: 40px auto 0;
}
.banner-box_3 li {
	box-sizing: border-box;
	border: 3px solid #d9d9d9;
	margin: 0 20px;
}
.banner-box_3 a:hover {
	opacity: 0.7;
}
@media screen and (max-width:740px){
	.banner-box_3 {
		width: 92%;
		margin: 20px auto 0;
	}
	.banner-box_3 li{
		margin-top: 20px;
	}
}

@media screen and (min-width:741px){
	.pagetop {
		margin-top: 40px;
	}
}
@media screen and (max-width:740px){
	.pagetop {
		margin-top: 40px;
	}
}

@media print {
	.pagetop,
	.news-box,
	.topics-box h2 {
		width: 1200px;
	}
}
