@charset "utf-8";

/* -------------------------------
common
------------------------------- */

/* section */
.l-content h2.h2ttl_01 {
  color: #333;
  font-size: 31px;
  line-height: 40px;
  font-weight: bold;
  text-align: center;
  background: #fffde8;
  width: 1200px;
  height: 70px;
  padding-top: 20px;
  box-sizing: border-box;
  margin: 0 auto 20px;
}
.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 {
  color: #333;
  font-size: 25px;
  font-weight: bold;
  text-align: center;
}

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

.l-content .mc-name {
  color: #0f218b;
  padding: 25px 0 12px;
  font-size: 17px;
  font-weight: bold;
}
.l-content .name {
  color: #0f218b;
  font-weight: bold;
}
.l-content .btn_dl {
  width: 440px;
  height: 45px;
  font-size: 16px;
}

/* -----------------------------
contents
----------------------------- */
/* voice_box */
.l-content .voice_box {
  width: 1200px;
  margin: 30px auto 40px;
  background: #fff;
  border: 5px solid #ffe81b;
  padding: 25px 30px 25px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
}
.l-content .voice_box .voice_box_txtArea {
  width: 690px;
  text-align: left;
  font-size: 17px;
}
.l-content .voice_box .voice_box_picArea {
  width: 450px; 
}
.l-content .voice_box .voice_box_txtArea .ttl {
  font-size: 39px;
  padding-bottom: 20px;
  font-weight: bold;
}
.l-content .voice_box .voice_box_txtArea .ttl_sub {
  font-size: 27px;
  padding-bottom: 20px;
  font-weight: bold;
}
.l-content .voice_box .voice_box_txtArea .txt {
  font-size: 17px;
}

/* profileBox */
.l-content .profileBox {
  width: 1140px;
  margin: 0 auto 40px;
  background: #f6f6f6;
  padding: 20px 60px 30px;
  box-sizing: border-box;
}
.l-content .profileBox .profileBoxInner {
  width: 410px;
  float: left;
  margin: 0 50px 10px;
}
.l-content .profileBox .profileBoxInner dt {
  float: left;
  font-size: 15px;
  font-weight: bold;
  text-align: left;
}
.l-content .profileBox .profileBoxInner dd {
  margin-left: 190px;
  min-height: 230px;
}
.l-content .profileBox .companyInner {
  width: 620px;
  margin: 0 auto 20px;	
}
.l-content .profileBox .companyInner dt {
  float: left;
  font-size: 15px;
  line-height: 24px;
  font-weight: bold;
  text-align: left;
}
.l-content .profileBox .companyInner dd {
  margin-left: 80px;
  font-size: 15px;
  line-height: 24px;
}
	