@charset "utf-8";

.l-content .static_header_fixed_header {
  background-color: #FFF;
}
/* ヘッダー固定によるマージン調整 */
.l-content .static_header_fixed_off .static_header_fixed_header .globalNavi.naviBtm  {
  margin-bottom: 30px;
}

.l-content .static_header_fixed_off .static_header_fixed_header .h2Ttl {
  margin-bottom: 20px;
}

.l-content .static_header_fixed_off .static_header_fixed_header .m-downListInline {
  margin-top: 16px;
}

.l-content .static_header_fixed_on .static_header_fixed_header .globalNavi.naviBtm  {
  margin-bottom: 10px;
}

.l-content .static_header_fixed_on .static_header_fixed_header .h2Ttl {
  margin-bottom: 0;
}

.l-content .static_header_fixed_on .static_header_fixed_header .m-downListInline {
  margin-top: 10px;
}
/* /ヘッダー固定によるマージン調整 */

.l-content .m-downListInline {
  margin: 16px auto;
  width: 1160px;
}

.l-content .m-downListInline > ul > li {
  padding: 0 5px;
}

.l-content .m-downListInline > ul > li > a {
    display: block;
    padding: 8px 9px;
    text-decoration: none;
    font-weight: bold;
}

/* ancNaviBlock */
.l-content .ancNaviBlock {
  display: table;
  width: 1150px;
  margin: 10px auto 0;
}
.l-content .ancNaviBlock .ancNavi > li {
  display: table-cell;
  padding: 0 5px 10px 5px;
  text-align: center !important;

}
.l-content .ancNaviBlock .ancNavi .ancBtn {
  display: block;
  position: relative;
  box-sizing: border-box;
  width: 220px;
  height: 50px;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none !important;
  color: #333 !important;
  border: 1px #bfbfbf solid;
  text-align: center !important;
  vertical-align: middle;
  background:   url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAICAMAAAAY5vW6AAAAOVBMVEUAAAAAS7EAS7EAS7EAS7EAS7EAS7EAS7EAS7EAS7EAS7EAS7EAS7EAS7EAS7EAS7EAS7EAS7EAS7Gxo7uYAAAAEnRSTlMAARkhJCUmfoWOlJfEzdjd4/Ajy9VNAAAAPElEQVQIHQXBgQGDIBAEsPC2Iq0i3v7DmhgN4PD8G3DElV+DnlvNjEbP2qiZoWdtUDNn1geoO+sLUOcOL1ufAevHH4+bAAAAAElFTkSuQmCC") no-repeat 15px;
}
.l-content .ancNaviBlock .ancNavi > li a span {
  display: table-cell;
  vertical-align: middle;
  text-align: center !important;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}

.l-content h3.h3Ttl_case {
    font-size: 24px;
    border-left: 8px solid #ffcc00;
    padding: 0 10px;
    font-weight: bold;
	margin: 0 20px 20px;
}

/* caseBlock */
.l-content .caseBlock {
  margin: 0 -20px 0 20px;
  letter-spacing: -0.4em;
}
.l-content .caseBlock .caseBox a,
.l-content .caseBlock .caseBox a:hover {
	text-decoration: none;
}
.l-content .caseBlock .caseBox.box_hover {
  cursor: pointer;
  opacity: 0.75;
  filter: alpha(opacity=75);
  -ms-filter: "alpha(opacity=75)";
}

.l-content .caseBlock .caseBox {
  letter-spacing: normal;
  display: inline-block;
  vertical-align: top;
  margin: 0 16px 15px 0;
  border: 2px solid #bfbfbf;
  width: 278px;
  padding: 5px 17px 15px;
  box-sizing: border-box;
  position: relative;
}
.l-content .caseBlock .caseBox .pic {
	margin: 10px auto 10px;
	width: 240px;
	height: 220px;
	text-align: center;
}
.l-content .caseBlock .caseBox .ttl {
	font-size: 15px;
	font-weight: bold;
	text-align: left;
	padding: 10px 0 5px;
}
.l-content .caseBlock .caseBox .txt {
	font-size: 13px;
	text-align: left;
}

.l-content .caseBlock .caseBox .point_set {
	width: 240px;
	margin: 0 auto;
	list-style: none;
}
.l-content .caseBlock .caseBox .point_set li.point02 {
    display: inline-block;
	width: 115px;
	height: 30px;
	background-color: #ffcc00;
	color: #FFF;
	font-size: 14px;
	font-weight: bold;
	line-height: 30px;
	text-align: center;
}
.l-content .caseBlock .caseBox .point_set li.point02:first-child {
	margin-right: 10px;
}
.l-content .caseBlock .caseBox dl {
	width: 240px;
	margin: 0 auto;
}
.l-content .caseBlock .caseBox .point_set li.point {
	width: 115px;
	height: 30px;
	background-color: #ffcc00;
	color: #FFF;
	font-size: 14px;
	font-weight: bold;
	line-height: 30px;
	text-align: center;
	display: inline-block;
}
.l-content .caseBlock .caseBox .new {
  position: absolute;
  top: 15px;
  left: 17px;
  width: 80px;
  padding: 3px 10px;
  box-sizing: border-box;
  background-color: #dd0000;
  color: #FFF;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}
.l-content .btn_dl {
  width: 440px;
  height: 45px;
  font-size: 16px;
}

.l-content .m-btnList--vertical li {
	margin: 10px auto;
	width: 300px;
}
.l-content .section .m-btnList--center {
  margin-bottom: 5px;
}
