@charset "utf-8";
*{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
body {
	font-size:12px;
	line-height:160%;
	color:#333333;
}
a:link,a:visited{
	color:#998566;
	text-decoration:underline;
}
a:hover,a:active{
	color:#B41216;
	text-decoration:none;
}
img {
	border:0;
}
.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}


.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}

body {
	background-color: #000;
	background-image: url(../images/h_bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
#visitor #main_wrap {
  width: 100%;
	max-width: 960px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 200px;
	text-align: center;
}
#main {
	margin-bottom: 200px;
}
.Txt01 {
	font-size: 14px;
	color: #FFF;
	line-height: 2em;
}
.link {
	padding-top: 30px;
}
.link a {
	font-weight: bold;
	color: #948752;
	font-size: 14px;
}
.copyright a {
	color: #FFF;
}
.copyright {
	color: #FFF;
}
@media screen and (max-width: 769px) {
  #visitor #main_wrap {
    width: 92%;
    margin-left: 4%;
    margin-right: 4%;
  }
  .Txt01 ,
  .link {
    text-align: left;
  }
}


/* add csbn */

.only-sm {
  display: none;
}
.csbn {
  padding: 100px 0 0;
  font-family: "YuMincho",  "Yu Mincho", "Hiragino Mincho ProN","MS PMincho", "Noto Serif JP", serif;
  margin: 0 auto;
  max-width: 1200px;
}
.csbnArea a {
  width: 100%;
  display: block;
  border: 1px solid #987a02;
  background: #fff;
  text-decoration: none;
  box-sizing: border-box;
  padding: 30px 6% 30px;
  text-align: center;
  transition: .3s;
}
.csbnArea a:hover {
  background: #e9e6d6;
  transition: .3s;
}
.csbnArea a .csbnArea__ttl {
  color: #987a02;
  display: inline-block;
  font-size: 54px;
  line-height: 140%;
  position: relative;
  margin: 0;
}
.csbnArea a .csbnArea__ttl::after {
  content: "";
  display: inline-block;
  vertical-align: text-bottom;
  width: 70px;
  height: 64px;
  background: url(../images/icon-csbn.png) no-repeat right top;
  background-size: auto 88%;
}
.csbnArea a .csbnArea__txt {
  color: #987a02;
  width: 100%;
  font-size: 20px;
  margin: 10px 0 0;
  line-height: 1.8;
}
@media only screen and (max-width: 904px) {
  .only-sm {
    display: initial;
  }
  .csbn {
    padding:50px 0 0;
  }
  .csbnArea a .csbnArea__ttl {
    font-size: 36px;
  }
  .csbnArea a .csbnArea__ttl::after {
    width: 48px;
    height: 46px;
  }
  .csbnArea a .csbnArea__txt {
    font-size: 18px;
  }
}
@media only screen and (max-width: 480px) {
  .csbnArea a .csbnArea__ttl {
    font-size:30px;
  }
  .csbnArea a .csbnArea__ttl::after {
    width: 44px;
    height: 38px;
  }
  .csbnArea a .csbnArea__txt {
    font-size: 16px;
  }
}

