@charset "utf-8";

/* -------------------------------
common
------------------------------- */
/* section */
.l-content h2.h2ttl_01 {
  color: #3071b7;
  font-size: 32px;
  line-height: 1.6;
  font-weight: bold;
  text-align: center;
}
.l-content h2.h2ttl_02 {
  color: #3071b7;
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  padding-bottom: 20px;
}
.l-content h3.h3ttl_01 {
  color: #333;
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  padding-bottom: 20px;
}
.l-content h3.h3ttl_02 {
  width: 1170px;
  margin: 30px auto;
  font-size: 20px;
  padding: 10px 15px;
  font-weight: bold;
  color: #3071b7;
  background: #f1f7fa;
  box-sizing: border-box;
}

.l-content img {
  vertical-align: bottom;
}
.l-content .section {
  margin-bottom: 40px;
}
.l-content .section .sectionInner {
  margin: 0 40px 30px;
  font-size: 14px;
  line-height: 1.5;
}
.l-content .m-media__img--l {
  float: left;
  margin-right: 40px;
}
.l-content .m-media__img--r,
.l-content .m-media--combo__img--r {
  float: right;
  margin-left: 40px;
}

.l-content .mc-name {
  color: #3071b7;
  padding-bottom: 15px;
}
.l-content .name {
  color: #3071b7;
  font-weight: bold;
}
.l-content .btn_dl {
  width: 440px;
  height: 45px;
  font-size: 16px;
}

/* -----------------------------
contents
----------------------------- */
/* articleBlock */
.l-content .articleBlock {
  letter-spacing: -0.4em;
}
.l-content .articleBlock .articleBox a,
.l-content .articleBlock .articleBox a:hover {
	text-decoration: none;
}
.l-content .articleBlock .articleBox.box_hover {
  cursor: pointer;
  opacity: 0.75;
  filter: alpha(opacity=75);
  -ms-filter: "alpha(opacity=75)";
}
.l-content .articleBlock .articleBox {
  width: 280px;
  border: 2px solid #bfbfbf;
  letter-spacing: normal;
  display: inline-block;
  vertical-align: top;
  margin: 0 0 16px 16px;
  box-sizing: border-box;
  padding: 15px 0 20px;
  position: relative;
}
.l-content .articleBlock .articleBox .ttl{
	font-size: 14px;
	line-height: 24px;	
	text-align: center;
	padding: 0 0 10px;
    border-bottom: 1px solid #bfbfbf;
    margin: 0 20px;
}
.l-content .articleBlock .articleBox .ttl span a{
font-size: 16px;
font-weight: bold;
color: #004bb1;
}