@charset "UTF-8";
/*---------------------------------------------------------------
top/style.css
-----------------------------------------------------------------*/

@media print, screen and (min-width: 1264px){
.spOnly {
		display: none;
}
.contents{
	width: 1264px;
	margin-right: auto;
	margin-left: auto;
}


/* header 
---------------------------------------------------------*/

#header{
	width:100%;
	height: 254px;
	background-image: url(../../../common/images/bg2.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size:cover;
	margin-bottom: 185px;
}
#header .inner{
	width: 1098px;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	padding-top: 32px;
}
#header .inner .logo{
	width: 105px;
	float: left;
}
#header .inner .logo img{
	width:100%;
}
#header .pankuzu{
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 120px;
	text-align: left;
	font-size: 14px;
}

#header .inner .title{
	font-size: 38px;
	line-height: 100%;
	font-weight: bold;
	color: #606060;
	text-align: center;
	padding-top: 85px;
	padding-bottom: 12px;
}
#header .inner .eng{
	font-size: 16px;
	font-weight: bold;
	color: #606060;
	text-align: center;
}




#charge{
	width: 100%;
	padding-top: 0px;
	padding-bottom: 80px;
}
#charge .title{
	width: 100%;
	height: 170px;
	text-align: center;
	background-color: #AFAFAF;
	position: relative;
	margin-bottom: 60px;
}
#charge .title p{
	width: 100%;
	font-size: 35px;
	line-height: 100%;
	font-weight: bold;
	color: #000;
	position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
}



#image{
	width: 100%;
	padding-top: 0px;
	padding-bottom: 80px;
}
#image .title{
	width: 100%;
	height: 170px;
	text-align: center;
	background-color: #AFAFAF;
	position: relative;
	margin-bottom: 75px;
}
#image .title p{
	width: 100%;
	font-size: 35px;
	line-height: 100%;
	font-weight: bold;
	text-align: center;
	color: #000;
	position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
}
#image .box{
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
#image .cap{
	width: 1170px;
	margin-right: auto;
	margin-left: auto;
	font-size: 14px;
	text-align: right;
}




#merit{
	width: 100%;
	padding-top: 0px;
	padding-bottom: 80px;
}
#merit .title{
	width: 100%;
	height: 170px;
	text-align: center;
	background-color: #AFAFAF;
	position: relative;
	margin-bottom: 65px;
}
#merit .title p{
	width: 100%;
	font-size: 35px;
	line-height: 100%;
	font-weight: bold;
	color: #000;
	position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
}




#owner{
	width: 100%;
	padding-top: 0px;
	padding-bottom: 80px;
}
#owner .title{
	width: 100%;
	height: 170px;
	text-align: center;
	background-color: #AFAFAF;
	position: relative;
	margin-bottom: 65px;
}
#owner .title p{
	width: 100%;
	font-size: 35px;
	line-height: 100%;
	font-weight: bold;
	color: #000;
	position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
}



.tb{
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
.tb table{
	width: 100%;
}
.tb tr{
	border-bottom-width: 20px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}
.tb th,
.tb td{
	padding-top: 15px;
	padding-right: 32px;
	padding-bottom: 15px;
	padding-left: 32px;
	vertical-align: middle;
}
.tb th{
	width: 28%;
	font-size: 24px;
	color: #FFF;
	font-weight: normal;
	background-color: #606060;
	padding-right: 8px;
	padding-left: 14px;
	letter-spacing: 0.34em;
}
.tb td{
	font-family:"游明朝体", "Yu Mincho", YuMincho;
	font-size: 16px;
	line-height: 37px;
	text-align: left;
	background-color: #fff;
	letter-spacing: 0.15em;
}
.tb th .txt1{
	letter-spacing: 0.04em;
}



.box{
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
.box .left{
	float: left;
	width: 460px
}
.box .left img{
}
.box .right{
	float: right;
	width: 460px
}
.box .right p{
	font-size: 16px;
	line-height: 23px;
	text-align: left;
	color: #000;
	margin-top: -5px;
}
.box .right p span{
	font-size: 18px;
	line-height: 32px;
}





}
@media screen and (max-width: 1263px) and (min-width: 769px){
.spOnly {
		display: none;
}
.pcOnly {
	display: block;
}
.contents{
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}


/* header 
---------------------------------------------------------*/

#header{
	width:100%;
	height: 254px;
	background-image: url(../../../common/images/bg2.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size:cover;
	margin-bottom: 185px;
}
#header .inner{
	width: 95%;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	padding-top: 32px;
}
#header .inner .logo{
	width: 105px;
	float: left;
}
#header .inner .logo img{
	width:100%;
}
#header .pankuzu{
	width: 95%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 120px;
	text-align: left;
	font-size: 14px;
}

#header .inner .title{
	font-size: 38px;
	line-height: 100%;
	font-weight: bold;
	color: #606060;
	text-align: center;
	padding-top: 85px;
	padding-bottom: 12px;
}
#header .inner .eng{
	font-size: 16px;
	font-weight: bold;
	color: #606060;
	text-align: center;
}




#charge{
	width: 100%;
	padding-top: 0px;
	padding-bottom: 80px;
}
#charge .title{
	width: 100%;
	height: 170px;
	text-align: center;
	background-color: #AFAFAF;
	position: relative;
	margin-bottom: 60px;
}
#charge .title p{
	width: 100%;
	font-size: 35px;
	line-height: 100%;
	font-weight: bold;
	color: #000;
	position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
}



#image{
	width: 100%;
	padding-top: 0px;
	padding-bottom: 80px;
}
#image .title{
	width: 100%;
	height: 170px;
	text-align: center;
	background-color: #AFAFAF;
	position: relative;
	margin-bottom: 75px;
}
#image .title p{
	width: 100%;
	font-size: 35px;
	line-height: 100%;
	font-weight: bold;
	text-align: center;
	color: #000;
	position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
}
#image .box{
	width: 95%;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
#image .box img{
	width: 100%;
}
#image .cap{
	width: 95%;
	margin-right: auto;
	margin-left: auto;
	font-size: 14px;
	text-align: right;
	padding-top: 5px;
}




#merit{
	width: 100%;
	padding-top: 0px;
	padding-bottom: 80px;
}
#merit .title{
	width: 100%;
	height: 170px;
	text-align: center;
	background-color: #AFAFAF;
	position: relative;
	margin-bottom: 65px;
}
#merit .title p{
	width: 100%;
	font-size: 35px;
	line-height: 100%;
	font-weight: bold;
	color: #000;
	position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
}




#owner{
	width: 100%;
	padding-top: 0px;
	padding-bottom: 80px;
}
#owner .title{
	width: 100%;
	height: 170px;
	text-align: center;
	background-color: #AFAFAF;
	position: relative;
	margin-bottom: 65px;
}
#owner .title p{
	width: 100%;
	font-size: 35px;
	line-height: 100%;
	font-weight: bold;
	color: #000;
	position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
}



.tb{
	width: 95%;
	margin-right: auto;
	margin-left: auto;
}
.tb table{
	width: 100%;
}
.tb tr{
	border-bottom-width: 20px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}
.tb th,
.tb td{
	padding-top: 15px;
	padding-right: 32px;
	padding-bottom: 15px;
	padding-left: 32px;
	vertical-align: middle;
}
.tb th{
	width: 30%;
	font-size: 20px;
	color: #FFF;
	font-weight: normal;
	background-color: #606060;
	padding-right: 8px;
	padding-left: 14px;
	letter-spacing: 0.14em;
}
.tb td{
	font-family:"游明朝体", "Yu Mincho", YuMincho;
	font-size: 16px;
	line-height: 37px;
	text-align: left;
	background-color: #fff;
	letter-spacing: 0.15em;
}
.tb th .txt1{
	letter-spacing: 0.04em;
}



.box{
	width: 95%;
	margin-right: auto;
	margin-left: auto;
}
.box .left{
	float: left;
	width: 48%
}
.box .left img{
	width: 100%
}
.box .right{
	float: right;
	width: 48%
}
.box .right p{
	font-size: 16px;
	line-height: 23px;
	text-align: left;
	color: #000;
	margin-top: -5px;
}
.box .right p span{
	font-size: 18px;
	line-height: 32px;
}



}
@media screen and (max-width: 768px){
.pcOnly {
		display: none;
}
.contents{
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}


/* header 
---------------------------------------------------------*/

#header{
	width:100%;
	height: auto;
	margin-bottom: 0px;
	background-image: none;
	padding-bottom: 2.2em;
}
#header .inner{
	width: 100%;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	padding-top: 32px;
}


#header .inner .title{
	font-size: 170%;
	line-height: 100%;
	font-weight: bold;
	color: #606060;
	text-align: center;
	padding-top: 3.5em;
	padding-bottom: 0.4em;
}
#header .inner .eng{
	font-size: 75%;
	font-weight: bold;
	color: #606060;
	text-align: center;
}




#charge{
	width: 100%;
	padding-top: 0px;
	padding-bottom: 2em;
}
#charge .title{
	width: 100%;
	height: 3em;
	text-align: center;
	background-color: #AFAFAF;
	position: relative;
	margin-bottom: 1em;
}
#charge .title p{
	width: 100%;;
	font-size: 90%;
	line-height: 130%;
	font-weight: bold;
	color: #000;
	position: absolute;
	top: 50%;
	transform: translateY(-50%) translateX(2%);
  -webkit- transform: translateY(-50%) translateX(2%);
	letter-spacing: 0em;
	text-align: left;
}



#image{
	width: 100%;
	padding-top: 0px;
	padding-bottom: 2em;
}
#image .title{
	width: 100%;
	height: 3em;
	text-align: center;
	background-color: #AFAFAF;
	position: relative;
	margin-bottom: 2em;
}
#image .title p{
	width: 100%;;
	font-size: 90%;
	line-height: 100%;
	font-weight: bold;
	color: #000;
	position: absolute;
	top: 50%;
	transform: translateY(-50%) translateX(2%);
  -webkit- transform: translateY(-50%) translateX(2%);
	letter-spacing: 0em;
	text-align: left;
}
#image .box{
	width: 98%;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
#image .box img{
	width: 100%;
}
#image .cap{
	width: 95%;
	margin-right: auto;
	margin-left: auto;
	font-size: 55%;
	text-align: right;
	padding-top: 5px;
}




#merit{
	width: 100%;
	padding-top: 0px;
	padding-bottom: 1em;
}
#merit .title{
	width: 100%;
	height: 3em;
	text-align: center;
	background-color: #AFAFAF;
	position: relative;
	margin-bottom: 1em;
}
#merit .title p{
	width: 100%;;
	font-size: 90%;
	line-height: 100%;
	font-weight: bold;
	color: #000;
	position: absolute;
	top: 50%;
	transform: translateY(-50%) translateX(2%);
  -webkit- transform: translateY(-50%) translateX(2%);
	letter-spacing: 0em;
	text-align: left;
}




#owner{
	width: 100%;
	padding-top: 0px;
	padding-bottom: 3em;
}
#owner .title{
	width: 100%;
	height: 3em;
	text-align: center;
	background-color: #AFAFAF;
	position: relative;
	margin-bottom: 1em;
}
#owner .title p{
	width: 100%;;
	font-size: 90%;
	line-height: 100%;
	font-weight: bold;
	color: #000;
	position: absolute;
	top: 50%;
	transform: translateY(-50%) translateX(2%);
  -webkit- transform: translateY(-50%) translateX(2%);
	letter-spacing: 0em;
	text-align: left;
}



.tb{
	width: 90%;
	margin-right: auto;
	margin-left: auto;
}
.tb table{
	width: 100%;
}
.tb tr{
	border-bottom-width: 20px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}
.tb th,
.tb td{
	letter-spacing: 0.1em;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	vertical-align: middle;
}
.tb th{
	width: 100%;
	display: block;
	font-size: 80%;
	color: #FFF;
	font-weight: normal;
	background-color: #606060;
	padding-right: 0px;
	padding-left: 0px;
}
.tb td{
	font-family:"游明朝体", "Yu Mincho", YuMincho;
	width: 100%;
	display: block;
	font-size: 68%;
	line-height: 200%;
	text-align: left;
	background-color: #fff;
	letter-spacing: 0.15em;
	padding-bottom: 0px;
}
.tb th .txt1{
}



.box{
	width: 90%;
	margin-right: auto;
	margin-left: auto;
}
.box .left{
	float: none;
	width: 100%
}
.box .left img{
	width: 100%;
	margin-bottom: 1em;
}
.box .right{
	float: none;
	width: 100%
}
.box .right p{
	font-size: 68%;
	line-height: 150%;
	text-align: left;
	color: #000;
	margin-top: -5px;
}
.box .right p span{
	font-size: 18px;
	line-height: 32px;
}


}