@charset "UTF-8";

/*================================================================
 articleDetail_common_style
================================================================*/

.lower .articleDetail h3 {
  margin-bottom: 40px;
  padding: 8px 10px 7px;
  border-top: 2px solid #0075c2;
  border-bottom: 2px solid #0075c2;
  line-height: 1.5;
  font-size: 24px;
}
.lower .articleDetail .commonTitle01 {
  margin-bottom: 25px;
  padding: 11px 18px 10px;
  border-left: 10px solid #0075c2;
  line-height: 1.5;
  font-size: 20px;
}
.lower .articleDetail > .inner {
  padding: 25px 30px 60px;
  background: #fff;
}
.lower .articleDetail p.text {
  padding-bottom: 20px;
  line-height: 1.7;
  font-size: 16px;
}
.lower .articleDetail .imageList {
  padding-bottom: 50px;
}
.lower .articleDetail .imageList li {
  float: left;
}
.lower .articleDetail .imageList img {
  max-width: 100%;
  height: auto;
}
.lower .articleDetail .imageList.type01 li {
  width: 48.5%;
}
.lower .articleDetail .imageList.type01 li:last-child {
  float: right;
}
.lower .articleDetail .imageList.type02 li {
  padding-right: 2%;
  width: 32%;
}
.lower .articleDetail .imageList.type02 li:last-child {
  padding: 0;
}
.lower .articleDetail .inSections {
  padding-bottom: 50px;
}
.lower .articleDetail .inSections:last-of-type {
  padding-bottom: 80px;
}
.lower .articleDetail .table01 {
  table-layout: fixed;
  width: 100%;
  border-collapse: collapse;
  font-size: 16px;
}
.lower .articleDetail .table01 th,
.lower .articleDetail .table01 td {
  box-sizing: border-box;
  padding: 18px 20px;
  border: 1px solid #c4c4c4;
  line-height: 1.7;
  text-align: left;
}
.lower .articleDetail .table01 th {
  width: 260px;
  background: #e7eff5;
}
.lower .articleDetail .table01 td a {
  color: #0075c2;
  text-decoration: underline;
}
.lower .articleDetail .table01 td a:hover {
  text-decoration: none;
  opacity: 1;
}
.lower .articleDetail .table01 td ul li {
  padding-bottom: 5px;
  line-height: 1.7;
}
.lower .articleDetail .table01 td ul li:last-child {
  padding: 0;
}
.lower .articleDetail .table02 {
  table-layout: fixed;
  width: 100%;
  border-collapse: collapse;
  font-size: 16px;
}
.lower .articleDetail .table02 th,
.lower .articleDetail .table02 td {
  box-sizing: border-box;
  padding: 18px 20px;
  border: 1px solid #c4c4c4;
  line-height: 1.7;
  text-align: left;
}
.lower .articleDetail .table02 th {
  width: 890px;
  background: #e7eff5;
}
.lower .articleDetail video {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 595px;
}
.lower .articleDetail .ranking {
  margin-bottom: 60px;
  padding: 30px 25px;
  border: 4px solid #1283d6;
}
.lower .articleDetail .ranking h4 {
  text-align: center;
  padding-bottom: 30px;
  font-size: 36px;
}
.lower .articleDetail .ranking h4 .best {
  display: inline-block;
  padding-left: 30px;
  font-size: 24px;
  color: #0075c2;
}
.lower .articleDetail .ranking h4 .best .num {
  position: relative;
  top: 2px;
  font-size: 48px;
}
.lower .articleDetail .ranking ul {
  padding-bottom: 20px;
}
.lower .articleDetail .ranking ul li {
  position: relative;
  padding: 27px 30px 26px 130px;
  font-weight: bold;
}
.lower .articleDetail .ranking ul li:nth-child(2n-1) {
  background: #f7f7f7;
}
.lower .articleDetail .ranking ul li:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 28px;
  width: 64px;
  height: 55px;
  margin-top: -28px;
  background: url("../img/common/icon_rank01.svg") no-repeat;
}
.lower .articleDetail .ranking ul li:nth-child(2):before {
  background-image: url("../img/common/icon_rank02.svg");
}
.lower .articleDetail .ranking ul li:nth-child(3):before {
  background-image: url("../img/common/icon_rank03.svg");
}
.lower .articleDetail .ranking ul li span {
  display: inline-block;
  line-height: 1.5;
}
.lower .articleDetail .ranking ul li .text {
  max-width: 800px;
  vertical-align: middle;
  font-size: 18px;
}
.lower .articleDetail .ranking ul li .ballot {
  position: absolute;
  top: 50%;
  right: 30px;
  margin-top: -18px;
  font-size: 24px;
}
.lower .articleDetail .ranking .annotation {
  text-align: right;
  font-size: 16px;
}
.lower .articleDetail .voice {
  margin-bottom: 60px;
  padding: 10px 25px 30px;
  border: 4px solid #ffba49;
}
.lower .articleDetail .voice h4 {
  position: relative;
  padding: 30px 0 30px 170px;
}
.lower .articleDetail .voice h4:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -47px;
  width: 148px;
  height: 94px;
  background: url("../img/common/icon_voice.svg") no-repeat;
}
.lower .articleDetail .voice h4:after {
  content: "";
  position: absolute;
  top: 50px;
  left: 150px;
  width: 700px;
  height: 20px;
  background: #e7eff5;
  z-index: 1;
}
.lower .articleDetail .voice h4 img,
.lower .articleDetail .voice h4 span {
  position: relative;
  z-index: 2;
}
.lower .articleDetail .voice h4 span {
  display: inline-block;
  top: -4px;
  padding-left: 20px;
  font-size: 18px;
}
.lower .articleDetail .voice ul li {
  box-sizing: border-box;
  position: relative;
  padding: 23px 0 22px 75px;
  min-height: 90px;
  line-height: 1.7;
  font-size: 16px;
  border-bottom: 1px dashed #7f7f7f;
}
.lower .articleDetail .voice ul li:before {
  content: "";
  position: absolute;
  top: 28px;
  left: 23px;
  width: 26px;
  height: 27px;
  background: url("../img/common/icon_balloon.svg") no-repeat;
}
.lower .articleDetail .instructor {
  border: 1px solid #1283d6;
  margin-bottom: 60px;
}
.lower .articleDetail .instructor h4 {
  padding: 15px 20px 14px;
  font-size: 21px;
  color: #fff;
  background: #0c090d;
}
.lower .articleDetail .instructor .inner {
  position: relative;
  padding: 30px;
  min-height: 190px;
}
.lower .articleDetail .instructor .image {
  position: absolute;
  top: 30px;
  left: 30px;
  width: 150px;
}
.lower .articleDetail .instructor .image img {
  max-width: 100%;
  height: auto;
}
.lower .articleDetail .instructor dl {
  box-sizing: border-box;
  padding-left: 180px;
  width: 100%;
}
.lower .articleDetail .instructor dt {
  padding-bottom: 15px;
  font-weight: bold;
  font-size: 18px;
}
.lower .articleDetail .instructor dd {
  line-height: 1.7;
  font-size: 16px;
}
.lower .articleDetail .closeText {
  margin-top: 20px;
  padding: 26px 0 24px;
  text-align: center;
  line-height: 1.7;
  font-size: 18px;
  font-weight: bold;
  color: #ef5b5b;
  background: #e7eff5;
}
.lower .articleDetail .floatWrap {
  padding-bottom: 40px;
}
.lower .articleDetail .floatWrap .text {
  width: 760px;
}
.lower .articleDetail .imageLeft .text {
  float: right;
}
.lower .articleDetail .imageLeft .image {
  float: left;
}
.lower .articleDetail .imageRight .text {
  float: left;
}
.lower .articleDetail .imageRight .image {
  float: right;
}
.lower .articleDetail .textList,
.lower .articleDetail .linkList,
.lower .articleDetail .documentList {
  padding-bottom: 40px;
  font-size: 16px;
}
.lower .articleDetail .textList li,
.lower .articleDetail .linkList li,
.lower .articleDetail .documentList li {
  line-height: 1.7;
}
.lower .articleDetail .linkList li a,
.lower .articleDetail .documentList li a {
  display: inline-block;
  position: relative;
  padding-left: 15px;
  color: #101010;
}
.lower .articleDetail .linkList li a:before,
.lower .articleDetail .documentList li a:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -4px;
  border-top: 4px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 6px solid #0d7cc5;
}
.lower .articleDetail .documentList li {
  padding-bottom: 5px;
}
.lower .articleDetail .documentList li a {
  padding-right: 32px;
}
.lower .articleDetail .documentList li a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -12px;
  width: 24px;
  height: 24px;
  background: url("../img/common/icon_pdf02.svg") no-repeat;
}
.lower .articleDetail .date {
  padding-bottom: 15px;
  text-align: right;
  line-height: 1.7;
  font-size: 16px;
  color: #111111;
}
.lower .articleDetail .question {
  border: 4px solid #1283d6;
}
.lower .articleDetail .question h4 {
  padding: 8px 20px;
  line-height: 1.7;
  font-size: 24px;
  color: #fff;
  background: #1283d6;
}
.lower .articleDetail .question .inner {
  padding: 25px 25px 40px;
}

/* nikkei add 2017.08.29 */
.lower .articleDetail .imageCenter {
  padding-bottom: 40px;
}
.lower .articleDetail .imageCenter img {
  display: block;
  margin: 0 auto;
  width: auto;
  height: auto;
  max-width: 100%;
}
.lower .articleDetail .instructor ul li {
  list-style: disc outside;
  margin-left: 2em;
  line-height: 1.7;
}
.lower .articleDetail p.closeForm {
  background-color: #EAF3FF;
  padding: 20px;
  text-align: center;
}
/* nikkei add */

/* nikkei add 2019.03.27 */
.lower .articleDetail .instructor div.inst2 {
  display: flex;
  flex-direction: row;
  margin-bottom: 20px;
}
.lower .articleDetail .instructor div.inst2img {
  width: 150px;
  height:auto;
}
.lower .articleDetail .instructor dl.inst2 {
  padding-left: 20px;
  width: auto;
  flex: 1;
}
/* nikkei add */

.lower .articleDetail ul.disc li {
  list-style: disc outside;
  margin-left: 1em;
}


/*================================================================
 factory_detail_style
================================================================*/

#factory.detail .contents {
  padding-left: 0;
}


/*================================================================
 csr_detail_style
================================================================*/

#csr.detail .articleDetail .instructor {
  margin-bottom: 60px;
}
#csr.detail .articleDetail .voice {
  margin-bottom: 0;
}
#csr.detail .articleDetail .voice h4 img {
  max-width: 200px;
}
#csr.detail .articleDetail .voice h4 span {
  padding-left: 15px;
  font-size: 16px;
}
#csr.detail .articleDetail .voice h4:after {
  top: 45px;
  max-width: 580px;
}


/*================================================================
 information_detail_style
================================================================*/

#information.detail .contents {
  padding-left: 0;
}

/* nikkei add 2017.10.11 */
.video {
  width: 100%;
  padding-bottom: 56.25%;
  height: 0px;
  position: relative;
}
.video iframe{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* nikkei add */

/* nikkei add 2017.10.19 */
.lower .articleDetail .inSections td p {
  line-height: 1.7;
  text-align: left;
}
.lower .articleDetail .inSections td h5 {
  line-height: 1.7;
  text-align: left;
  font-weight: bold;
  border-left: 8px solid #0075c2;
  padding: 0.1em 0 0.1em 0.5em;
  margin: 0.2em 0;
}
.lower .articleDetail .inSections td p.right {
  text-align: right;
}
/* nikkei add */
