/*#################################
	TOP
#################################*/
body.home .mv {
	margin: 0 auto;
	padding: 0;
	text-align: center;
/*	position: relative;
	background-image: url("../img/home/mv.png");
	background-repeat: no-repeat;
	background-position:center center;  
	background-size: cover;*/
	 /*background-size:contain;*/                                   
}
body.home .mv img {
width:100%;  	
}
/*body.home .mv__txt {
	margin: 0 auto;
	width: 700px;
	font-size: 38px;
	font-weight: 500;
	text-align: left;
	padding-top: 80px;
}*/
/*body.home .mv__txt {
  position: absolute;
  max-width: 70%;
  top: 20%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
	font-size: 38px;
	font-weight: 500;
	text-align: center;
}*/
body.home .mv h2 {
	padding-top: 50px;
	padding-bottom: 30px;
font-size: 28px;	
	font-weight: normal;
	line-height: 1.8em;
}
@media screen and (max-width: 767px) {
/*body.home .mv {
	background-image: url("../img/home/mv-sp.png");
	background-size: contain;
	background-position: top;
	width: 100%;
	height: 300px;
}*/
body.home .mv h2 {
font-size: 18px;	
}	
/*body.home .mv__txt {
	margin: 0 auto;
	width: 80%;
	font-size: 20px;
}*/	
}
body.home .news {
	margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
body.home .news {
	margin-bottom: 50px;
}
	}
body.home .news .news-box {
	position: relative;	
	/*background-color: #fff;*/
	padding: 20px;
	margin: 30px auto;
}
body.home .news .news-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  border-top: 1px solid #000;
}

body.home .news .news-box::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  border-bottom: 1px solid #000;
}
body.home .news .news-box table {
	width: 100%;
}
body.home .news .news-box table th, body.home .news .news-box table td {
padding: 10px;
}
body.home .news .news-box .news-topics {
	width: 140px;
}

@media screen and (max-width: 767px) {
body.home .news .news-box {
	padding: 25px;
	margin-top: 30px;
}	
body.home .news .news-box table tr td {
padding-bottom: 20px;
}	
body.home .news .news-box .news-topics {
	width: 120px;
}
body.home .news .news-box .goto {
	width: 90px;
}	
/*body.home .news .news-box {
	background-color: #f2ffff;
	padding: 40px;
	margin-top: 60px;
}*/

	body.home .news .news-box table th, body.home .news .news-box table td {
		display: block;
		width: 100%;
		padding: 0;
	}	
}
  body.home .sec01 {
    padding-top: 80px;
    padding-bottom: 90px;
  }
@media screen and (max-width: 767px) {
  body.home .sec01 {
    padding-top: 30px;
    padding-bottom: 60px;
  }
}
body.home .sec01 .inner {
 padding: 0;
}
@media screen and (max-width: 767px) {

}
body.home .sec01 .inner h4 {
	font-size: 20px;
	font-weight: 500;
}
