@charset "utf-8";
/* CSS Document */
.pagetop {
	display: none;
	position: fixed;
	bottom: 250px;
	right: 5px;
	width: 50px;
	height: 40px;
	z-index: 5000;
}
.pagetop img {
	transition: 0.5s;
}
.pagetop img:hover {
	transform: rotate(360deg);
}

/*--------------------------------------------------------------------------メインイメージ*/
#mimg{
	width: 100%;
	height: auto;
	margin: 0 auto;
	position: relative;
}
.flexslider {
	margin-top: 0px !important;
}

/*--------------------------------------------------------------------------コンテンツ*/
#container {
	width: 100%;
	height: auto;
	margin-top: 50px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#section01 {
	position: relative;
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding-top: 0px;
	padding-bottom: 20px;
}
#section01:after {
	top: 0;
	left: 50%;
	width: 50%;
	height: 100%;
	content: '';
	position: absolute;
	background-image: url(../web/home/section01_back2.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	background-size: contain;
	z-index: 10;
}
#contents01 {
	width: 1100px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}
#contents01:after{
	content: "";
	clear: both;
	display: block;
}
h2 {
	width: 100%;
	text-align: left;
	font-size: 42px;
	line-height: 55px;
	font-weight: bold;
	letter-spacing: 5px;
	float: left;
	margin-top: 15px;
}
#c01_box {
	position: relative;
	width: 650px;
	height: auto;
	float: left;
	z-index: 100;
}
#contents01 .ttl1 {
	width: 100%;
	height: auto;
	float: left;
	text-align: left;
	font-size: 12px;
	line-height: 12px;
	font-weight: bold;
	letter-spacing: 1px;
	color: #F50;
}
#contents01 .ttl2 {
	width: 100%;
	height: auto;
	float: left;
	margin-top: 10px;
	text-align: left;
	font-size: 13px;
	line-height: 13px;
	color: #aaa;
}

#contents01 .txt {
	width: 650px;
	font-size: 17px;
	line-height: 30px;
	text-align: left;
	letter-spacing: 1px;
	margin-top: 30px;
	float: left;
	clear: both;
	z-index: 110;
	position: relative;
    text-shadow:1px 1px 0 #FFF, -1px -1px 0 #FFF,
              -1px 1px 0 #FFF, 1px -1px 0 #FFF,
              0px 1px 0 #FFF,  0-1px 0 #FFF,
              -1px 0 0 #FFF, 1px 0 0 #FFF;
}

#c01_btn {
	float: left;
	margin-top: 40px;
	clear: both;
}
.button1 {
  display: inline-block;
  width: 300px;
  height: 45px;
  text-align: center;
  text-decoration: none;
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 43px;
  outline: none;
}
.button1::before,
.button1::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.button1,
.button1::before,
.button1::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.button1 {
  position: relative;
  z-index: 2;
  background-color: #fff;
  border: 1px solid #000;
  color: #000;
  line-height: 43px;
  overflow: hidden;
}
.button1:hover {
  color: #FFF;
  text-decoration: none;
  border: 1px solid #F50;
}
.button1::after {
  top: 0%;
  left: -100%;
  width: 100%;
  height: 100%;
}
.button1:hover::after {
  top: 0;
  left: 0;
  background-color: #F50;
}


#section02 {
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding-top: 50px;
	padding-bottom: 50px;
}
#contents02 {
	width: 1100px;
	height: auto;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
}
#contents02:after{
	content: "";
	clear: both;
	display: block;
}
h3 {
	width: 100%;
	text-align: center;
	font-size: 50px;
	line-height: 50px;
	font-weight: bold;
	color: #DDD;
	letter-spacing: 3px;
	float: left;
}
#c02nv {
	width: 520px;
	float: left;
	margin-top: 40px;
}
#c02nvf {
	width: 520px;
	float: left;
	margin-top: 40px;
	margin-left: 60px;
}
#c02nv img {
	width: 520px;
	height: 250px;
	transition: 0.4s;
}
#c02nv img:hover {
	transform: scale(0.98);
}
#c02nv .ttl {
	width: 520px;
	height: 20px;
	float: left;
	margin-top: 10px;
	border-left: 2px solid #F50;
	font-size: 20px;
	line-height: 20px;
	letter-spacing: 1px;
	font-weight: bold;
	text-indent: 8px;
	text-align: left;
}
#c02nv .txt {
	width: 520px;
	height: 50px;
	float: left;
	margin-top: 10px;
	font-size: 15px;
	line-height: 25px;
	text-align: left;
	overflow: hidden;
}
#c02nvf img {
	width: 520px;
	height: 250px;
	transition: 0.4s;
}
#c02nvf img:hover {
	transform: scale(0.98);
}
#c02nvf .ttl {
	width: 520px;
	height: 20px;
	float: left;
	margin-top: 10px;
	border-left: 2px solid #F50;
	font-size: 20px;
	line-height: 20px;
	letter-spacing: 1px;
	font-weight: bold;
	text-indent: 8px;
	text-align: left;
}
#c02nvf .txt {
	width: 520px;
	height: 50px;
	float: left;
	margin-top: 10px;
	font-size: 15px;
	line-height: 25px;
	text-align: left;
	overflow: hidden;
}

#section03 {
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding-top: 50px;
	padding-bottom: 50px;
	overflow: hidden;
	background-color: #f5f5f5;
}

#contents03 {
	width: 1100px;
	height: auto;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
}
#contents03:after{
	content: "";
	clear: both;
	display: block;
}
h4 {
	width: 100%;
	text-align: center;
	font-size: 50px;
	line-height: 50px;
	font-weight: bold;
	color: #F50;
	letter-spacing: 3px;
	float: left;
}
#cardBox {
	width: 540px;
	height: 540px;
	background-image: url(../web/home/cardBoxback.png);
	background-position: top center;
	background-repeat: no-repeat;
	float: left;
	margin-top: 50px;
}
#cardBoxf {
	width: 540px;
	height: 540px;
	background-image: url(../web/home/cardBoxback.png);
	background-position: top center;
	background-repeat: no-repeat;
	float: left;
	margin-top: 50px;
	margin-left: 20px;
}
#cardBox .ttl{
	width: 100%;
	font-size: 15px;
	line-height: 15px;
	text-align: center;
	font-weight: bold;
	letter-spacing: 1px;
}
#cardBox .ttl2{
	width: 100%;
	font-size: 30px;
	line-height: 30px;
	font-weight: bold;
	letter-spacing: 1px;
	text-align: center;
	margin-top: 10px;
	float: left;
}
#cardBox .ttl3{
	width: 100%;
	font-size: 13px;
	line-height: 20px;
	text-align: center;
	font-weight: bold;
	letter-spacing: 1px;
	color: #F50;
	margin-top: 10px;
	float: left;
}
#cardBox .Img{
	width: 100%;
	height: 210px;
	text-align: center;
	margin-top: 20px;
	float: left;
}
#cardBox .Img img{
	transition: 0.4s;
}
#cardBox .Img img:hover{
	transform: scale(0.98);
}
#cardBoxf .txt{
	width: 460px;
	font-size: 15px;
	line-height: 25px;
	letter-spacing: 1px;
	text-align: left;
	margin-top: 30px;
	margin-left: 40px;
	float: left;
}

#cardBoxf .ttl{
	width: 100%;
	font-size: 15px;
	line-height: 15px;
	text-align: center;
	font-weight: bold;
	letter-spacing: 1px;
}
#cardBoxf .ttl2{
	width: 100%;
	font-size: 30px;
	line-height: 30px;
	font-weight: bold;
	letter-spacing: 1px;
	text-align: center;
	margin-top: 10px;
	float: left;
}
#cardBoxf .ttl3{
	width: 100%;
	font-size: 13px;
	line-height: 20px;
	text-align: center;
	font-weight: bold;
	letter-spacing: 1px;
	color: #F50;
	margin-top: 10px;
	float: left;
}
#cardBoxf .Img{
	width: 100%;
	height: 210px;
	text-align: center;
	margin-top: 20px;
	float: left;
}
#cardBoxf .Img img{
	transition: 0.4s;
}
#cardBoxf .Img img:hover{
	transform: scale(0.98);
}
#cardBoxf .txt{
	width: 460px;
	font-size: 15px;
	line-height: 25px;
	letter-spacing: 1px;
	text-align: left;
	margin-top: 30px;
	margin-left: 40px;
	float: left;
}

#c03_btn {
	float: left;
	margin-top: 50px;
	margin-left: 300px;
}
.button2 {
  display: inline-block;
  width: 500px;
  height: 60px;
  text-align: center;
  text-decoration: none;
  font-size: 18px;
  letter-spacing: 1px;
  line-height: 55px;
  outline: none;
}
.button2::before,
.button2::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.button2,
.button2::before,
.button2::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.button2 {
  position: relative;
  z-index: 2;
  background-color: #fff;
  border: 2px solid #F50;
  color: #000;
  line-height: 55px;
  overflow: hidden;
}
.button2:hover {
  color: #fff;
  text-decoration: none;
  border: 2px solid #F50;
}
.button2::after {
  top: 0%;
  left: -100%;
  width: 100%;
  height: 100%;
}
.button2:hover::after {
  top: 0;
  left: 0;
  background-color: #F50;
}

#section04 {
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding-top: 50px;
	padding-bottom: 50px;
}
#contents04 {
	width: 1100px;
	height: auto;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
}
#contents04:after{
	content: "";
	clear: both;
	display: block;
}
#c04nv {
	width: 520px;
	float: left;
	margin-top: 40px;
}
#c04nvf {
	width: 520px;
	float: left;
	margin-top: 40px;
	margin-left: 60px;
}
#c04nv img {
	width: 520px;
	height: 250px;
	transition: 0.4s;
}
#c04nv img:hover {
	transform: scale(0.98);
}
#c04nv .ttl {
	width: 520px;
	height: 20px;
	float: left;
	margin-top: 10px;
	border-left: 2px solid #F50;
	font-size: 20px;
	line-height: 20px;
	letter-spacing: 1px;
	font-weight: bold;
	text-indent: 8px;
	text-align: left;
}
#c04nv .txt {
	width: 520px;
	height: 50px;
	float: left;
	margin-top: 10px;
	font-size: 15px;
	line-height: 25px;
	text-align: left;
	overflow: hidden;
}
#c04nvf img {
	width: 520px;
	height: 250px;
	transition: 0.4s;
}
#c04nvf img:hover {
	transform: scale(0.98);
}
#c04nvf .ttl {
	width: 520px;
	height: 20px;
	float: left;
	margin-top: 10px;
	border-left: 2px solid #F50;
	font-size: 20px;
	line-height: 20px;
	letter-spacing: 1px;
	font-weight: bold;
	text-indent: 8px;
	text-align: left;
}
#c04nvf .txt {
	width: 520px;
	height: 50px;
	float: left;
	margin-top: 10px;
	font-size: 15px;
	line-height: 25px;
	text-align: left;
	overflow: hidden;
}
#section05 {
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding-top: 70px;
	padding-bottom: 100px;
}

#contents05 {
	width: 1100px;
	height: auto;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
}
#contents05:after{
	content: "";
	clear: both;
	display: block;
}
ul.news {
	width: 1000px;
	height: auto;
	float: left;
	margin-top: 50px;
	margin-left: 50px;
	text-align: left;
}
ul.news li {
	padding: 10px 5px 5px 5px;
	font-size: 16px;
	line-height: 25px;
	border-bottom: 1px #ccc dotted;
	margin-bottom: 30px;
	text-align: left;
	letter-spacing: 0px;
	color: #000;
}	
ul li div {
    margin: -25px 0 0 160px;
}
ul.news li a{
	color: #000;
	text-decoration: none;
}

#section06 {
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding-top: 50px;
	padding-bottom: 50px;
}
#contents06 {
	width: 1100px;
	height: auto;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
}
#contents06:after{
	content: "";
	clear: both;
	display: block;
}
#c06nv {
	width: 520px;
	float: left;
	margin-top: 40px;
}
#c06nvf {
	width: 520px;
	float: left;
	margin-top: 40px;
	margin-left: 60px;
}
#c06nv img {
	width: 520px;
	height: 200px;
	transition: 0.4s;
}
#c06nv img:hover {
	transform: scale(0.98);
}
#c06nv .ttl {
	width: 520px;
	height: 20px;
	float: left;
	margin-top: 10px;
	border-left: 2px solid #F50;
	font-size: 20px;
	line-height: 20px;
	letter-spacing: 1px;
	font-weight: bold;
	text-indent: 8px;
	text-align: left;
}
#c06nv .txt {
	width: 520px;
	height: 50px;
	float: left;
	margin-top: 10px;
	font-size: 15px;
	line-height: 25px;
	text-align: left;
	overflow: hidden;
}
#c06nvf img {
	width: 520px;
	height: 200px;
	transition: 0.4s;
}
#c06nvf img:hover {
	transform: scale(0.98);
}
#c06nvf .ttl {
	width: 520px;
	height: 20px;
	float: left;
	margin-top: 10px;
	border-left: 2px solid #F50;
	font-size: 20px;
	line-height: 20px;
	letter-spacing: 1px;
	font-weight: bold;
	text-indent: 8px;
	text-align: left;
}
#c06nvf .txt {
	width: 520px;
	height: 50px;
	float: left;
	margin-top: 10px;
	font-size: 15px;
	line-height: 25px;
	text-align: left;
	overflow: hidden;
}	
@media screen and (min-width:768px){
#mimgsp{ display:none;}
}
