﻿@charset "utf-8";

#pankuzu{display:none;}
#mf1{
	margin-bottom: 180px;
	font-size: 0.9375rem;
}

#mf1 .mf-inner{
	justify-content: space-between;
}

.mf1_txt_box{
	width: 275px;
	margin-top: 50px;
}

.mf1_txt_box h2{
	margin-bottom: 20px;
}

.mf1_txt_box p{
	line-height: 2.5;
}

.mf1_img_box{
	width: 640px;
	position: relative;
}

.mf1_img_box a{
	padding: 15px 60px;
	font-weight: bold;
	color: #fff;
	background-color: #1a1a1a;
	display: block;
	position: absolute;
	bottom: -30px;
	right: 30px;
}

.mf1_img_box a::after{
	content: "";
	display: inline-block;
    width: 7px;
    height: 7px;
    border: #fff solid;
    border-width: 0 1px 1px 0;
    margin: 0 0 0 5px;
    transform: rotate(-45deg);
    transform-origin: left center;
	position: absolute;
	top: 50%;
	right: 20px;
}

#mf2 .clist{
	justify-content: space-between;
}

#mf2 .clist a{
	width: 50%;
	height: 384px;
	justify-content: center;
	align-items: center;
}

#mf2 .clist a:nth-child(1){
	background: url("../img/top/bg1.jpg") no-repeat;
	background-size: cover;
	background-position: 50% 50%;
}

#mf2 .clist a:nth-child(2){
	background: url("../img/top/bg2.jpg") no-repeat;
	background-size: cover;
	background-position: 50% 50%;
}

#mf2 .clist a:nth-child(3){
	background: url("../img/top/bg3.jpg") no-repeat;
	background-size: cover;
	background-position: 50% 50%;
}

#mf2 .clist a:nth-child(4){
	background: url("../img/top/bg4.jpg") no-repeat;
	background-size: cover;
	background-position: 50% 50%;
}

#mf3{
	padding: 140px 0 120px;
	background: url("../img/top/bg5.jpg") no-repeat;
	background-position: right top;
}

#mf3 .mf-inner{
	justify-content: space-between;
}

#mf3 h2{
	width: 148px;
}

.mf3_news_box{
	width: 720px;
	font-size: 0.9375rem;
}

.mf3_news_box ul{
	margin-bottom: 40px;
}

.mf3_news_box ul li{
	margin-bottom: 30px;
}

.mf3_news_box ul li:last-child{
	margin-bottom: 0;
}

.mf3_news_box ul li span{
	margin-right: 40px;
}

.mf3_news_box a{
	width: 250px;
	margin-left: 470px;
	padding: 15px 0;
	font-weight: bold;
	text-align: center;
	color: #fff;
	background-color: #e96000;
	display: block;
	position: relative;
}

.mf3_news_box a::after{
	content: "";
	display: inline-block;
    width: 7px;
    height: 7px;
    border: #fff solid;
    border-width: 0 1px 1px 0;
    margin: 0 0 0 5px;
    transform: rotate(-45deg);
    transform-origin: left center;
	position: absolute;
	top: 50%;
	right: 20px;
}













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

#mf1{
	margin-bottom: 80px;
}

#mf1 .mf-inner{
	justify-content: flex-start;
}

.mf1_txt_box{
	width: 80%;
	margin: 0 auto 30px;
}

.mf1_txt_box h2{
	width: 60%;
}

.mf1_img_box{
	width: 100%;
}

.mf1_img_box a{
	right: 20px;
}

#mf2 .clist{
	justify-content: flex-start;
}

#mf2 .clist a{
	width: 100%;
	height: 250px;
}

#mf3{
	padding: 60px 0 40px;
	background-size: 70%;
}

#mf3 .mf-inner{
	width: 85%;
	margin: 0 auto;
	justify-content: space-between;
}

#mf3 h2{
	width: 30%;
	margin-bottom: 20px;
}

.mf3_news_box{
	width: 100%;
}

.mf3_news_box ul li span{
	margin-right: 0;
	display: block;
}

.mf3_news_box a{
	width: 250px;
	margin: 0 auto;
}

}