@charset "utf-8";
/* ITP */

/* COMMON */
a:hover img {
	opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
body{
  margin:0;
  padding:0;
	background: #fff;
	font-family: "Helvetica Neue",
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    Meiryo,
    sans-serif;
	line-height: 1.7;
	overflow-x: hidden
}
ul,dl,p,h1,h2,h3{
	margin: 0;
	padding: 0;
}
ul li{
	list-style: none;
}
a{
	text-decoration: none;
	color: #000;
}
.txt-color-red {  color: #bf0000;}
.fs-large { font-size: 24px; }
.fs-larger { font-size: 18px; }
.fs-normal { font-size: 16px; }
.fs-small { font-size: 12px; }
.fw-bold { font-weight: bold}
.txt-center { text-align: center }

.mt10 { margin-top: 10px; }
.mt20 { margin-top: 20px; }
.mt30 { margin-top: 30px; }
.mt40 { margin-top: 40px; }
.mt50 { margin-top: 50px; }
.mt70 { margin-top: 70px; }
.mt100 { margin-top: 100px; }

a:link,
a:visited {
	color: #0391ff
}
a:hover {
	text-decoration: underline
}

.sp { display: none; }


/* ページ専用CSS */

.wd1000 {
	width: 1000px;
	margin: 0 auto;
	position: relative;
}
#kv #logo {
    position: absolute;
    top: 70px;
    left: 0px;
    border-radius: 5px;
    background-color: rgb(255, 255, 255);
    padding: 25px 15px;
}
#kv .txt {
	background: #000;
	color: #fff;
	padding: 10px 0;
}


#contents {
	width: 1000px;
	margin: 0 auto;
	text-align: left;

}
#contents #box01,#contents #box02 {
	background: #f0f0f0;
	margin-top: 100px;
	padding-top: 100px;
	padding-bottom: 50px;
	margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
	text-align: center
}
#contents #box01 .inner,
#contents #box02 .inner {
	width: 980px;
	margin: 15px auto 0;
}
#contents #box01 .inner .item,
#contents #box02 .inner .item{
	width: 260px;
	text-align: left;
	float: left;
	margin-right: 100px;
	position: relative;
}
#contents #box02 .inner .item #insentive {
	position: absolute;
  top: 22%;
  left: 50%;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
	font-size: 48px;
	font-weight: bold;
	color: #bf0000
}
#contents #box01 .inner .item:last-child,
#contents #box02 .inner .item:last-child{
	margin-right: 0;
}
#contents #box02 .inner .item h3 {
	line-height: 1.3;
	margin-bottom: 20px;
}
#contents h3.bk01 {
	background: url("../img/h3-bk01.png") no-repeat left top;
	padding-left: 100px;
	height: 60px;
	font-size: 24px;
	color: #333333;
}
#contents h3.bk02 {
	background: url("../img/h3-bk02.png") no-repeat left top;
	padding-left: 100px;
	height: 60px;
	font-size: 24px;
	color: #333333;
}
#contents h3.bk03 {
	background: url("../img/h3-bk03.png") no-repeat left top;
	padding-left: 100px;
	height: 60px;
	font-size: 24px;
	color: #333333;
}
#contents h3.bk04 {
	background: url("../img/h3-bk04.png") no-repeat left top;
	padding-left: 100px;
	height: 60px;
	font-size: 24px;
	color: #333333;
}
#contents .link li {
	list-style: disc;
	margin-left: 30px;
}


#banner-link {
	margin: 100px auto 0;
	padding: 50px 0;
	background: #f0f0f0;
		margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
}
#banner-link .inner {
	width: 560px;
	margin: 0 auto;
}

#footer {
	background: #333333;
	padding: 30px 0;
	color: #fff;
}


