@charset "utf-8";
/* CSS Document */


.mz_container {
	width: auto;
	margin: 0 auto 0;
	padding: 0;
	max-width: none;
	background: #000;
}
.main-col--shingle {
	padding: 0;
}
.bg_w {
	background: #fff;
}
@media screen and (max-width: 768px) {
.mz_container {
	margin-top:0px;
}
}

/* header */
header {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}

/*mainvisual*/
.mainvisual {
	position: relative;
}
.mainvisual .title {
	width: 48.6%;
	position: absolute;
	bottom: 5.5%;
	left: 25.7%;
}
.in{
	max-width: 1200px;
	margin: 0 auto;
}
@media screen and (max-width: 768px) {
.in{
	max-width: 100%;
	margin: 0 20px;
}
}

/* intro */
.intro {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}

/* catch */
.catch{
	position: relative;
	text-align:center;
}
.catch_txt{
    position: absolute;
	text-align:left;
	font-size: 2.2rem;
	top: 0%;
	left: 5%;
	line-height: 1.8;
}
.item{
	display: flex;
	margin: 0;
}
.box{
	width: 20%;
	margin: 0 20px;
}
.box1{
	width: 40%;
	margin: 0 20px;
}
.box2{
    margin: 30px 0 80px;
}
p.red{
    color: red;
    margin: 0 0 10px;
    font-size: 1.9rem;
    font-weight: bold;
    line-height: 1.3;
}
@media screen and (max-width: 1200px) {
.catch_txt{
	font-size: 1.9rem;
	top: 0%;
	left: 8%;
}
}
@media screen and (max-width: 1000px) {
.catch_txt{
	font-size: 1.6rem;
	top: 0%;
	left: 8%;
}
}
@media screen and (max-width: 768px) {
.catch_txt{
	font-size: 2.2rem;
	top: 0%;
	left: 8%;
}
.item{
	display: block;
	margin: 0 20px;
}
.box{
	width: 100%;
	margin: 0 0 20px;
}
.box1{
	width: 100%;
	margin: 0 0 20px;
}
.box2{
    margin: 20px 0 40px;
}
}
@media screen and (max-width: 650px) {
.catch_txt{
	font-size: 1.8rem;
	top: 0%;
	left: 8%;
}
}
@media screen and (max-width: 600px) {
.catch_txt{
	font-size: 1.7rem;
	top: 0%;
	left: 8%;
}
}
@media screen and (max-width: 568px) {
.catch_txt{
	font-size: 1.6rem;
	top: 0%;
	left: 8%;
}
}
@media screen and (max-width: 500px) {
.catch_txt{
	font-size: 1.5rem;
	top: 0%;
	left: 8%;
}
}
@media screen and (max-width: 450px) {
.catch_txt{
	font-size: 1.4rem;
	top: 0%;
	left: 8%;
}
}
@media screen and (max-width: 400px) {
.catch_txt{
	font-size: 1.2rem;
	top: 0%;
	left: 8%;
}
}

/* banner */
.banner {
width: 100%;
max-width: 1200px;
margin: 0 auto;
}
.banner li {
width: 90.67%;
margin: 0px auto 4.5%;
}
@media screen and (max-width: 767px) {
	.banner li {
	width: 86.4%;
	margin: 0px auto 3%;
	}
}

/* btn */
.btnonline{
	width: 70%;
	text-align: left;
	margin: 10px 0 0;
	font-size: 14px;
}
	.btnonline a:link, .btnonline a:visited {
		display: block;
		padding: 5px 0;
		color: #000;
		position: relative;
		border: 2px solid #000;
		border-radius: 3px;
		transition: .4s;
		text-align: center;
	}
	.btnonline a:hover {
		display: block;
		background: #000;
		padding: 5px 0;
		color: #fff;
		text-decoration: none;
	}
	.btnonline a:link::after, .btnonline a:visited::after {
		display: block;
		content: "";
		position: absolute;
		top: 50%;
		right: 10px;
		width: 12px;
		height: 12px;
		display: block;
		content: "";
		position: absolute;
		top: 50%;
		right: 10px;
		width: 12px;
		height: 12px;
		margin: -6px 0 0 0;
		border-top: solid 2px #000;
		border-right: solid 2px #000;
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	.btnlink a:link, .btnlink a:visited {
		display: block;
		padding: 25px 0 25px 10px;
		color: #000;
		position: relative;
		border: 1px solid #000;
	}
	.btnlink a:hover {
		display: block;
		background: #eeeeee;
		padding: 25px 0 25px 10px;
		color: #000;
		text-decoration: none;
	}
	.btnlink a:link::after, .btnonline a:visited::after {
		display: block;
		content: "";
		position: absolute;
		top: 50%;
		right: 10px;
		width: 12px;
		height: 12px;
		margin: -6px 0 0 0;
		border-top: solid 2px #000;
		border-right: solid 2px #000;
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	.btnlink a:hover::after {
		display: block;
		content: "";
		position: absolute;
		top: 50%;
		right: 10px;
		width: 12px;
		height: 12px;
		margin: -6px 0 0 0;
		border-top: solid 2px #ccc;
		border-right: solid 2px #ccc;
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		transform: rotate(45deg);
	}

@media screen and (max-width: 767px) {
.btnonline{
	width: 100%;
	margin-bottom:20px;
}
	.btnonline a:link, .btnonline a:visited {
		padding: 15px 0;
	}
	.btnonline a:hover {
		padding: 15px 0;
	}
}


/* footnav */
.footnav {
display: flex;
width: 90.5%;
max-width: 1090px;
margin: 0 auto;
padding-bottom: 40px;
}
.footnav li {
width: 50%;
}
.footnav li a {
display: block;
line-height: 50px;
text-align: center;
color: #000;
border: 3px solid #000;
border-left: none;
font-weight: bold;
}
.footnav li a:hover {
background: #999;
}
.footnav li:first-child a {
border-left: 3px solid #000;
}

@media screen and (max-width: 767px) {
	.footnav {
	width: 80%;
	margin-top: 40px;
	display: block;
	}
	.footnav li {
	width: 100%;
	margin-top: 15px;
	}
	.footnav li a {
	border: 1px solid #000;
	border-left: 1px solid #000;
	}
	.footnav li:first-child a {
	border-left: 1px solid #000;
	}
}


.footer {
border-top: 2px solid #000;
}
.footer_img {
width: 100%;
max-width: 750px;
margin: 0 auto;
}


.displaypc{
  display: block !important;
}
.displaysp{
  display:none !important;
}
@media screen and (max-width: 767px) {
.displaypc{
  display: none !important;
}
.displaysp{
  display: block !important;
}
}