@charset "UTF-8";
/*----------------------------------------------------
	☆CMN
----------------------------------------------------*/
@import url('https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,700');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,700,800');
.txt {
	color: #000;
	font-size: 16px;
	letter-spacing: .1em;
	line-height: 180%;
	padding-bottom: 20px;
}
#wrap .btn a {
	background: #000;
	color: #fff;
	font-size: 16px;
	letter-spacing: .1em;
	padding: 10px 30px;
	margin-top: 30px;
	transition: 0.2s ease-in;
}
#wrap  a:hover {
	opacity:.8;
}
/*----------------------------------------------------
	☆content
----------------------------------------------------*/


/*----------------------------------------------------
	☆one
----------------------------------------------------*/
#wrap .mv {
	background: rgba(0, 0, 0, 0) url("../images/mv_01.jpg") no-repeat scroll center center / cover;
	height: 100vh;
	text-align: center;
}
#wrap .mv .inr {
	padding: 200px 0px;
}
#wrap .mv h2 {
	color: #000;
	font-size: 68px;
	line-height: 160%;
	font-weight: normal;
}
#wrap .mv .txt {
	color: #000;
	font-size: 18px;
	line-height: 160%;
	font-weight: normal;
	padding: 30px 0px;
}
section#imri {
	background: rgba(0, 0, 0, 0) url("../images/bg01.jpg") no-repeat scroll center center / cover;
	height: 620px;
}
section#imri .boxL {
	padding: 50px 0px 0px 100px;
	width: 50%;
}
section#imri h2 {
	color: #000;
	font-size: 38px;
	font-weight: normal;
	padding: 20px 0px 40px;
}
section#imri h4 {
	color: #62c459;
	font-size: 22px;
	font-weight: normal;
	padding: 20px 0px 40px;
}
section#imri .txt {
	font-size: 16px;
	padding: 0px 0px 40px;
	line-height: 160%;
}
section#imri .btn a {
	background: #62c459;
	border: 1px solid #62c459;
	color: #fff;
	font-size: 16px;
	padding: 15px 120px;
}
section#imri .btn a:hover {
	background: #fff;
	border: 1px solid #62c459;
	color: #62c459;
}
section#two {
	background: #62c459 url("../images/bg02.jpg") repeat-x scroll top center;
	text-align: center;
	padding-bottom: 100px;
	padding-top: 50px;
}
section#two h2 {
	color: #000;
	font-size: 38px;
	font-weight: normal;
	padding: 20px 0px 40px;
}
section#two .txt {
	padding-bottom: 70px;
}
section#two ul li {
	background: #fff;
	display: inline-block;
	min-height: 380px;
	margin-right: 10px;
	vertical-align: top;
	width: 230px;
}
section#two ul li img {
	width: 100%;
}
section#two ul li.last {
	margin-right: 0px;
}
section#two ul li h3 {
	color: #000;
	font-size: 18px;
	padding: 10px 0px 20px;
}
section#two ul li .txt01 {
	color: #000;
	font-size: 15px;
	padding: 0px 20px 40px;
	line-height: 160%;
	text-align: left;
}
section#three {
    background: #62c459 url("../images/bg02.jpg") repeat-x scroll center top / 100% auto;
    padding-bottom: 100px;
    padding-top: 20px;
    text-align: center;
}
section#three h2 {
	color: #000;
	font-size: 38px;
	font-weight: normal;
	padding: 100px 0px;
}
section#three .box {
	background: #fff none repeat scroll 0 0;
	height: 350px;
}
section#three .box .boxL {
	float: left;
	width: 420px;
}
section#three .box .boxR {
	float: right;
	padding: 30px 20px;
	text-align: left;
	width: 580px;
}
section#three .boxR h4 {
	color: #000;
	font-size: 18px;
	padding: 20px 0px;
	text-align: left;
}
section#three .boxR .txt {
	color: #000;
	font-size: 16px;
	letter-spacing: .1em;
	line-height: 160%;
	padding-bottom: 10px;
}
section#three .box .boxL img {
	line-height: 0;
	width: 100%;
}
div.links {
	padding: 100px 0px;
}
div.links ul {
	background: #efefef none repeat scroll 0 0;
	padding: 30px 0;
}
div.links ul li {
	background: #fff;
	display: inline-block;
	margin-right: 30px;
	position: relative;
	width: 280px;
}
div.links ul li span img {
	bottom: 0;
	right: 0;
	position: absolute;
}
div.links ul li.last {
	margin-right: 0px !important;
}
div.links ul li a {
	color: #000;
	display: block;
	font-size: 18px;
	padding: 30px 30px;
	text-align: left;
	-webkit-box-shadow: 0px 0px 7px -1px rgba(122,122,122,0.6);
	-moz-box-shadow: 0px 0px 7px -1px rgba(122,122,122,0.6);
	box-shadow: 0px 0px 7px -1px rgba(122,122,122,0.6);
}



.content dl dt {
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 10px;
	
}


.content dl dd {
	font-size: 16px;
	padding-bottom: 40px;
	line-height: 150%;
	
}




.content .priv {
	padding: 20px 0px 50px;
}


.content ul {
	list-style-type: number !important;

}






.content ul li {
	list-style-type: number !important;
    font-size: 16px;
    line-height: 150%;
	padding-bottom: 10px;
    margin: 5px 0;
    text-align: left;
    vertical-align: top;
}








@media screen and (max-width: 780px) {
img {
	width: 100%;
}
.last {
	margin-right: 0px !important;
}
.txt {
	color: #000;
	font-size: 14px;
	letter-spacing: 0;
	line-height: 150%;
	text-align: center;
}
#wrap .btn a {
	background: #000;
	color: #fff;
	font-size: 14px;
	letter-spacing: .1em;
	padding: 10px 10px;
	margin-top: 20px;
	transition: 0.2s ease-in;
}
#wrap .btn a:hover {
	background: #999;
}
/*----------------------------------------------------
	☆content
----------------------------------------------------*/

	
	
/*----------------------------------------------------
	☆one
----------------------------------------------------*/
#wrap .spmv {
	background: rgba(0, 0, 0, 0) url("../images/sp_mv01.jpg") no-repeat scroll 100% center / cover;
	height: 400px;
	text-align: center;
}
#wrap .spmv h2 {
	color: #000;
	font-size: 30px;
	font-weight: normal;
	line-height: 160%;
	padding-top: 80px;
}
#wrap .spmv .txt {
	color: #000;
	font-size: 16px;
	font-weight: normal;
	line-height: 160%;
	padding: 20px 0;
}
/*----------------------------------------------------
	☆imri
----------------------------------------------------*/
	
	
	
section#imri {
	background: rgba(0, 0, 0, 0) url("../images/sp_bg01.jpg") no-repeat scroll center center / cover;
	height: auto;
	padding: 20px 10px 10px;
}
section#imri .boxL {
	background: #fff none repeat scroll 0 0;
	padding: 20px;
	width: 100%;
}
section#imri h2 {
	color: #000;
	font-size: 28px;
	font-weight: normal;
	padding: 0 0 20px;
	text-align: center;
}
section#imri h4 {
	color: #62c459;
	font-size: 15px;
	font-weight: normal;
	padding: 10px 0;
}
section#imri .txt {
	font-size: 14px;
	line-height: 160%;
	padding: 0 0 10px;
	text-align: left;
}
section#imri .btn a {
	background: #62c459 none repeat scroll 0 0;
	border: 1px solid #62c459;
	color: #fff;
	display: block;
	font-size: 14px;
	padding: 15px 0;
	text-align: center;
}
section#imri .btn a:hover {
	background: #fff none repeat scroll 0 0;
	border: 1px solid #62c459;
	color: #62c459;
}
/*----------------------------------------------------
	☆two
----------------------------------------------------*/
	
	
	
section#two {
	background: #62c459 url("../images/bg02.jpg") repeat-x scroll center top / 290% auto;
	padding-bottom: 30px;
	padding-top: 20px;
	text-align: center;
}
section#two h2 {
	color: #000;
	font-size: 28px;
	font-weight: normal;
	padding: 20px 0;
}
section#two .txt {
	padding: 0 10px 60px;
}
section#two ul li {
	background: #fff none repeat scroll 0 0;
	display: inline-block;
	margin-bottom: 10px;
	margin-right: 0;
	min-height: 320px;
	vertical-align: top;
	width: 48%;
}
section#two ul li img {
	width: 100%;
}
section#two ul li.last {
	margin-right: 0;
}
section#two ul li h3 {
	color: #000;
	font-size: 16px;
	padding: 10px 0;
}
section#two ul li .txt01 {
	color: #000;
	font-size: 14px;
	line-height: 160%;
	padding: 10px;
	text-align: left;
}
section#three {
	background: #62c459 url("../images/bg02.jpg") repeat-x scroll center top;
	padding-bottom: 100px;
	padding-top: 10px;
	text-align: center;
	padding: 10px 10px 30px;
}
section#three h2 {
	color: #000;
	font-size: 28px;
	font-weight: normal;
	padding: 40px 0;
}
section#three .box {
	background: #fff none repeat scroll 0 0;
	height: auto;
}
section#three .box .boxL {
	float: none;
	width: auto;
}
section#three .box .boxR {
	float: none;
	padding: 10px;
	text-align: left;
	width: auto;
}
section#three .boxR h4 {
	color: #000;
	font-size: 16px;
	padding: 20px 0;
	text-align: left;
}
section#three .boxR .txt {
	color: #000;
	font-size: 14px;
	letter-spacing: 0.1em;
	line-height: 160%;
	padding-bottom: 10px;
	text-align: left;
}
section#three .box .boxL img {
	line-height: 0;
	width: 100%;
}
div.links {
	padding: 0;
}
div.links ul {
	background: #fff none repeat scroll 0 0;
	padding: 30px 0;
}
div.links ul li {
	background: #fff none repeat scroll 0 0;
	display: block;
	margin-bottom: 20px;
	margin-right: 0;
	padding: 0 20px;
	position: relative;
	width: auto;
}
div.links ul li span img {
	bottom: 0;
	position: absolute;
	right: 0;
	width: 16px;
}
div.links ul li.last {
	margin-right: 0;
}
div.links ul li a {
	box-shadow: 0 0 7px -1px rgba(122, 122, 122, 0.6);
	color: #000;
	display: block;
	font-size: 14px;
	padding: 20px;
	text-align: left;
}
.mm-menu.mm-offcanvas.mm-current {
	z-index: 999 !important;
}
}
