@charset "UTF-8";

.orangeBtn {
  background-color: #e26e20;
  -webkit-box-shadow: 0px -5px 0px 0px #a6521a inset;
  box-shadow: 0px -5px 0px 0px #a6521a inset;
}
a.txtLink {
	text-decoration: underline;
	color: #0000ff;
	display: inline;
}
.contsTtl .greenH {
  background: #0f7447;
}
.contsTtl02 {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
}
.contsBox {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 3.125% 3.125%;
}
.mainBox {
  display: flex;
  justify-content: center;
}
.subBox {
  padding: 20px;
  width: 30%;
  border-radius: 10px;
}
.subBox:nth-of-type(2n+1) {
  margin-right: 40px;
}
.color01 {
  background-color: #fce5bb;
}
.color02 {
  background-color: #f5dfd3;
}
.subTtl {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}
.subBox ul{
  display: flex;
  flex-wrap: wrap;
}
.subBox ul li {
  width: 40%;
  background:  #FFFFFF;
  margin-right: 8%;
  margin-bottom: 15px;
  padding: 4% 2.8%;
  text-align: center;
  border-radius: 7px;
}
.subBox ul li:nth-of-type(2n) {
  margin-right: 0;
}
.subBox ul li:nth-of-type(5n) {
  margin-bottom: 0;
}
.subBox ul a {
  width: 100%;
}

@media only screen and (max-width: 640px) {
	.flbnpb {
    padding-bottom: 15% !important;
  }
  .contsTtl02 {
    font-size: 22px;
  }
  .mainBox {
    flex-direction: column;
  }
  .contsBox {
    padding: 0 8.33333% 3.125%;
  }
  .subBox {
    padding: 20px;
    width: auto;
    border-radius: 10px;
  }
  .subBox:nth-of-type(2n+1) {
    margin-right: 0px;
  }
  .subBox:nth-of-type(2n) {
    margin-top: 15px;
  }
}
/*=============== フェードバナー fade_banner-js01 =============== */
.fade_banner-js01 .floatSpBnr {
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  display: none;
  z-index: 2;
  box-sizing: border-box;
}
.fade_banner-js01 .floatSpLink {
  display: block;
}
.fade_banner-js01 .floatSpBnr img {
  width: 100%;
}
.fade_banner-js01 .floatPcBnr {
  height: 300px;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  display: block;
  z-index: 2;
}
.fade_banner-js01  a.floatPcLink {
  display: block;
}
@media only screen and (max-width: 640px) {
  .fade_banner-js01 .floatSpBnr,a.floatSpLink {
    display: block;
  }
  .fade_banner-js01 .floatPcBnr,a.floatPcLink {
    display: none;
  }
  .fade_banner-js01 .flbnpb {padding-bottom: 20% !important;}
}