@charset "UTF-8";

.l-content img {
  vertical-align: top;
}
.l-content a {
  color: #004bb1;
  text-decoration: none;
}

/* sectionWrap */
.l-content .section {
  margin-bottom: 40px;
  border-top: 5px solid #000;
  border-bottom: 2px solid #000;
  background: #f7f7f7;
}
/* sectionTitle */
.l-content .sectionTitle {
  margin-bottom: 20px;
  padding: 0 0 10px 40px;
  font-size: 22px;
  line-height: 1;
}
.l-content .sub_border {
  border-top: 3px solid #c3c3c3;
  padding: 25px 20px 25px;
}
.l-content .sectionTitle_box h2 {
  float: left;
  border: none;
  padding-top: 3px;
  margin-bottom: 0;
}
.l-content .sectionTitle_box p {
  float: right;
}
.l-content .white-bk {
  background: #ffffff;
  border: 1px solid #b2b2b2;
  padding: 20px 20px;
}

/* itemList */
.l-content .itemList {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  display: -ms-flexbox;
  -ms-flex-pack: justify;
  -ms-flex-wrap: wrap;
  width: 842px;
  margin: 0 auto 0;
}
.l-content .itemList::before,
.l-content .itemList::after {
  content: "";
  display: block;
  width: 200px;
  height: 0;
}
.l-content .itemList::before {
  order: 1;
}
.l-content .itemList .item {
  width: 200px;
  margin-bottom: 14px;
  padding: 20px 15px 15px;
  vertical-align: top;
  letter-spacing: normal;
  border: 1px solid #cacaca;
  box-sizing: border-box;
}
.l-content .itemList .item .name {
  width: 170px;
  margin: 0 auto 10px;
  padding-bottom: 10px;
  font-size: 14px;
  font-weight: bold;
  color: #004bb1;
  line-height: 1.4;
  border-bottom: 1px solid #b2b2b2;
}
.l-content .itemList .item .pic {
  position: relative;
  padding-top: 15px;
}
.l-content .itemList .item .copy {
  width: 170px;
  height: 50px;
  margin: 0 auto 0;
  font-size: 12px;
  line-height: 1.4;
}
.l-content .itemList .item .pic .label_video {
  position: absolute;
  top: 0;
  right: 0;
  background: #555555;
  padding: 3px 6px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  z-index: 1;
}
.l-content .itemList .item.box_hover {
  cursor: pointer;
}
.l-content .itemList .item.box_hover .pic,
.l-content .itemList .item.box_hover .btn a {
  opacity: 0.75;
  filter: alpha(opacity=75);
  -ms-filter: "alpha(opacity=75)";
}
.l-content .itemList .item.box_hover .name {
  color: #ff730a;
}

/* stage */

.l-content .u-ml120 {
  margin-left: 120px;
}
.l-content .u-ml130 {
  margin-left: 130px;
}
.l-content .u-ml170 {
  margin-left: 170px;
}
.l-content .u-ml210 {
  margin-left: 210px;
}
.l-content .u-ml300 {
  margin-left: 300px;
}
.l-content .u-ml320 {
  margin-left: 320px;
}
.l-content .u-ml370 {
  margin-left: 370px;
}
.l-content .u-mr3 {
  margin-right: 3px;
}
.l-content .u-mr140 {
  margin-right: 140px;
}
.l-content .u-mr160 {
  margin-right: 160px;
}
.l-content .u-mr170 {
  margin-right: 170px;
}
.l-content .u-mr250 {
  margin-right: 250px;
}
.l-content .u-mr390 {
  margin-right: 390px;
}
.l-content .u-mr410 {
  margin-right: 410px;
}
.l-content .u-mr470 {
  margin-right: 470px;
}
.l-content .stage h2 {
  display: inline-block;
  height: 40px;
  margin-bottom: 10px;
  padding: 8px 20px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  border-radius: 20px;
  box-sizing: border-box;
}
.l-content .stage .stageList {
  display: flex;
  width: 950px;
}
.l-content .stage .stageList .stageItem {
  background: #fff;
  width: 132px;
  padding: 10px;
  border: 2px solid #d20a23;
  box-sizing: border-box;
}
.l-content .stage .stageList .stageItem.multi {
  width: auto;
}
.l-content .stage .stageList .stageItem .name {
  height: 50px;
  font-size: 12px;
  font-weight: bold;
  line-height: 16px;
}
.l-content .stage .stageList .stageItem .innerList {
  display: flex;
}
.l-content .stage .stageList .stageItem .innerList li {
  margin-right: 5px;
  position: relative;
}
.l-content .stage .stageList .stageItem .innerList li:last-child {
  margin-right: 0;
}
.l-content .stage .stageList .stageItem .innerList li a {
  margin: 5px 0 10px;
  font-size: 12px;
  font-weight: bold;
}
.l-content .stage .stageList .stageItem .innerList li a span {
  display: block;
}
.l-content .stage .stageList .stageItem .innerList li img {
  padding-top: 20px;
}
.l-content .stage .stageList .stageItem .innerList li a:hover img {
  opacity: 0.75;
}
.l-content .stage .stageList .stageItem .innerList li a .label_video {
  display: inline-block;
  position: absolute;
  left: 0;
  top: 5px;
  background: #555555;
  padding: 1px 5px;
  font-size: 10px;
  font-weight: bold;
  color: #fff;
}
.l-content .stage .stageList .stageItem .des {
  height: 65px;
  font-size: 12px;
  line-height: 16px;
}

.l-content .btnArea {
  width: 530px;
  margin: 0 auto;
}
.l-content .btnArea .twoLines {
  height: 53px;
  display: table-cell;
  vertical-align: middle;
}

/* contact */
.l-content .contact {
  width: 834px;
  margin: 0 auto;
}

.l-content .contact .m-cols__1of3.col_01 {
  width: 32%;
}

.l-content .contact .m-cols__1of3.col_02 {
  width: 30%;
}

.l-content .contact .m-cols__1of3.col_03 {
  width: 30%;
}

.l-content .contact .contact-mail {
  font-size: 10px;
  font-weight: normal;
}
