body, input {
  font-family: "メイリオ",Meiryo,"ＭＳ Ｐゴシック"," ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka;
  color: #333;
  font-size: 15px;
  line-height: 1.6;
}

body {
	margin: 0;
	padding: 0;
}

header{
  background-color: #333;
  color: #fff;
  padding: 1em 0;
  position: relative;
  text-align: center;
  min-width: 1024px;
}
header h1{
	text-align: center;
	margin: 0 auto;
	padding: 0.5em 1em;
	font-size: 1.75em;
	line-height: 1;
}

nav.header-nav{
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	background: rgba(255,255,255,0.7);
	text-align: center;
	z-index: 1;
}
nav.header-nav a{
	display: inline-block;
	width: 9em;
	padding: 1em 0.5em;
	border-bottom: 4px solid rgba(0,0,0,0.2);
	color: #222;
	text-decoration: none;
	transition:.5s;
}
nav.header-nav a:hover{
	display: inline-block;
	padding: 1em 0.5em;
	border-bottom: 4px solid #6a1684;
}

footer {
  background-color: #6a1684;
  color: #ffffff;
  height:80px;
  position: relative;
  text-align: center;
	padding: 1em 0;
}
.footer-nav {
  display: inline-block;
  vertical-align: middle;
	font-size: .875em;
}

nav>ul>li {
  display: inline-block;
  color: #ffffff;
  margin: 0.5em;
}

h1{
	font-family: "Mplus 1p";
  font-size: 40px;
  font-weight: normal;
}

.btn{
	position:relative;
  display: block;
	padding-left: 1em;
  text-decoration: none;
  color:#fff;
  font-size: 1em;
}
.btn::before {
	position:absolute;
	display: block;
  content: url(../img/icon_arrow.png);
  padding-right: 3px;
  color: #000;
	top: 0.125em;
	left: 0;
	line-height: 1;
}

.filter {
  background: url(../img/filter.png) left center repeat;
  width: 100%;
  padding: 6em 0;
}

/**slider**/
.content,.overview,.group,.contuct {
  margin: 0 auto;
}
.slider{
  width:100%;
  position: relative;
  background-color: #FFF;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.slider .filter{
	padding: 10em 0;
	text-align: center;
}
.slider {
  background-position: center top\9;
  background-repeat: repeat-x\9;
}
*+html .slider {
  background-position: center top;
  background-repeat: repeat-x;
}
/**slider END**/

.company{
  background: url(../img/company_bg_img.png) no-repeat center center;
  background-size:cover;
  width:100%;
  position: relative;
}

article{
	width: 36.875em;
	margin: 0 auto;
}
article h1 {
  text-align: center;
  margin:0.5em;
}
article p {
  margin: 0 auto;
  line-height: 2.0em;
  font-weight:bold;
  font-size: 1.1em;
  text-align: center;
}

.business{
  background: url(../img/business_bg_img.png) no-repeat center center;
  background-size:cover;
  width:100%;
  position: relative;
}
.business article p{
	font-size: 1.25em;
	font-weight: normal;
	line-height: 2.5;
    text-align: justify;
    text-justify: inter-ideograph;
}

.group{
  background: url(../img/group_bg_img.png) no-repeat center center;
  background-size:cover;
  position: relative;
  width:100%;
}
.group ul {
  margin: 0 auto;
  padding-left: 18px;
  list-style-type: none;
  text-align: left;
}
.group h4::before {
  content: "▽";
  padding-right: 3px;
  color: #000;
}
.group ul li::before {
  content: "○";
  padding-right: 3px;
  color: #000;
}

.contact{
  position: relative;
  background: url(../img/contact_bg_img.png) no-repeat center center;
  background-size:cover;
  width:100%;
}

article table{
  width: 100%;
  margin: 0 auto;
  line-height: 2.0em;
  font-weight:bold;
  font-size: 1.1em;
  border-collapse: collapse; /* 隣り合うセルの線を結合 */
}
table.deta_tbl {
  text-align: left;
}
table.deta_tbl tr{
  border-top: 1.0px solid #807d7d;
  border-bottom: 1.0px solid #807d7d;
}
table.deta_tbl td,table.deta_tbl th{
  vertical-align: top;
  font-weight: normal;
  padding: 1em ;
	text-shadow: 0px 1px 0px #fff;
}

.adress{
text-align: left;
}

.normal{
  font-size: 17px;
  font-weight: normal;
}


/** PageTopへ遷移するボタン **/
#page-top {
	position: fixed;
	bottom: 10px;
	right: 25px;
	font-size: 100%;
	background:#333333;
	border-radius: 5px;
	width: 100px;
}
#page-top a {
	text-decoration: none;
	color: #fff;
	margin: 20px 0;
	text-align: center;
	display: block;
}
#page-top:hover {
	text-decoration: none;
	background: #999;
}

@media(max-width: 1000px){
  header{
	min-width: 100%;
  }
}

@media(max-width: 600px){
  .sekaie{
    display: block;
	margin:0 auto;
	width:100%;
  }

  nav.footer-nav>ul>li {
    display: block;
    margin-left: 0;
  }
  .footer-nav {
    display: block;
    width: 75%;
    margin: 0 auto;
  }

  #page-top {
	width: 90px;
    bottom: 10px;
    right: 15px;
  }
}

@media(max-width: 543px){
  article{
    width: 90%;
  }

  table.deta_tbl td,table.deta_tbl th{
    display:block;
		padding:0.5em;
  }
  table.deta_tbl th{
		border-bottom:1px dotted #ccc;
		font-weight: bold;
  }
	
  table.deta_tbl {
	width:90%;
  }

  header h1 img{
	width:100%;
  }

	.contact{
		background:#fbfafa url(../img/contact_bg_img.png) no-repeat left top;
		background-size: 100%;
	}
	.group{
		background:#fbfafa url(../img/group_bg_img.png) no-repeat left top;
		background-size: 100%;
	}
}





/*####### 2019年12月23日追加　*/
.info .filter article p {
    font-size: 1.25em;
    font-weight: normal;
    line-height: 2.5;
    text-align: justify;
    text-justify: inter-ideograph;
}
.info{
  position: relative;
  background: url(../img/info_bg_img.png) no-repeat center center;
  background-size:cover;
  width:100%;
  padding: 20px 0px;
}
