@charset "utf-8";
#mainimg {
  background: url(../image/main_top.png) top 100px center repeat-x, url(../image/main_bottom.png) bottom 93px center repeat-x;
  padding-top: 30px;
}

#mainimg::before {
  height: 100px;
}

#mainimg::after {
  height: 93px;
}

#main {
  padding-bottom: 100px;
}


/*-------------------------------------------------------------------
	#item
-------------------------------------------------------------------*/

#item {
  margin-bottom: 54px;
  overflow: hidden;
}

#item dl {
  float: left;
  border: 1px solid #E9E9E9;
  width: 193px;
  padding: 12px 10px 28px;
  margin-right: 16px;
  margin-bottom: 16px;
}

#item dl.none {
  margin-right: 0;
}

#item dl dt {
  line-height: 1.3;
  margin-top: 7px;
  padding-right: 25px;
}

#item dl dd.image a {
  width: 193px;
  height: 192px;
  text-align: center;
  vertical-align: middle;
  display: table-cell;
}

#item dl dd.comment {
  margin-top: 2px;
}


/*-------------------------------------------------------------------
	#catalog
-------------------------------------------------------------------*/

#catalog {
  margin-bottom: 54px;
  overflow: hidden;
  / zoom: 1;
}

#catalog dl {
  float: left;
  border: 1px solid #E9E9E9;
  width: 193px;
  padding: 12px 10px 0px;
  margin-right: 16px;
  margin-bottom: 16px;
  height: 290px;
}

#catalog dl.none {
  margin-right: 0;
}

#catalog dl dt {
  line-height: 1.3;
  margin-top: 7px;
  padding-right: 25px;
}

#catalog dl dd.image a {
  width: 193px;
  height: 192px;
  text-align: center;
  vertical-align: middle;
  display: table-cell;
}

#catalog dl dd.comment {
  margin-top: 2px;
}

#catalog p.img01 {
  margin-bottom: 20px;
}

.box01 {
  margin-bottom: 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.box01 p {
  width: calc((100% - 15px * 3)/4);
  margin-right: 15px;
  margin-bottom: 15px;
}

.box01 p a {
  display: block;
  background: #badfbd url(../image/index_icon01.png) center right 20px no-repeat;
  border: 2px solid #1C9922;
  font-size: 1.14em;
  padding: 15px 30px 12px 28px;
  line-height: 1.2;
}

.box01 p:nth-child(4n) {
  margin-right: 0;
}

.box01 p a:hover {
  background-color: #FFF;
  text-decoration: none;
}

.box02 {
  overflow: hidden;
  border: 1px solid #E9E9E9;
  padding: 25px 16px 0 18px;
  margin-bottom: 70px;
}

.box02 p.title01 {
  color: #111111;
  font-size: 2.7em;
  font-weight: bold;
  line-height: 1.0;
  text-align: center;
  font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
  margin-bottom: 31px;
}

.box02 p.title01 span {
  margin-top: 11px;
  font-size: 0.36em;
  display: block;
  color: #111111;
  line-height: 1.0;
  font-weight: bold;
  font-family: 'メイリオ', 'Meiryo', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', sans-serif;
}

.box02 .none {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.box02 .none p {
  margin-bottom: 30px;
  margin-right: 11px;
}

.box02 .none p:nth-child(4n) {
  margin-right: 0;
}

.box02 .none p a {
  display: block;
}

.box03 {
  overflow: hidden;
  margin-bottom: 70px;
}

.box03 .text {
  margin-left: 330px;
  font-size: 1.14em;
  line-height: 1.6;
}

.box03 .text p+p {
  margin-top: 27px;
}

.box03 p.img02 {
  text-align: center;
  margin-top: 48px;
}