.item-csr {
  color: #1c3c8e !important;
}

.item-csr:after {
  -webkit-transform: scaleX(1) !important;
  -ms-transform: scaleX(1) !important;
  transform: scaleX(1) !important;
}

.item-csr-ft {
  text-decoration: underline;
}

/*====================================
MV mvsub
=====================================*/
.mvsub {
  padding: 95px 0;
  background: url(../../csr/img/bg-mvsub_pc.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
  position: relative;
}

.mvsub h1 {
  font-size: 4rem;
  line-height: 1;
  font-weight: bold;
  color: #fff;
}

.mvsub-txt {
  position: absolute;
  width: 801px;
  max-width: 62%;
  right: 0;
  bottom: 0;
  opacity: 0.15;
}

/*====================================
csr
=====================================*/
.csr_ads {
  background: url(../../csr/img/bg-ads_pc.jpg);
  background-repeat: no-repeat;
  margin-top: 30px;
}

.csr_ads-content {
  background: rgba(255, 255, 255, 0.9);
  text-align: center;
  padding: 40px 0;
}

.csr_ads-content p {
  font-size: 1.8rem;
  line-height: 1;
  color: #333333;
  margin-top: 10px;
  font-weight: bold;
}

.csr_ads a {
  padding: 10px;
  display: block;
}

.csr_ads:hover {
  opacity: 0.7;
}

.csr_box-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.csr_box-content p {
  color: #3e3e3e;
  font-size: 1.6rem;
  line-height: 2.25;
  margin-bottom: 40px;
  text-align: justify;
}

.csr_box-content p:last-child {
  margin-bottom: 0;
}

.csr_box-left {
  width: 63%;
}

.csr_box-right {
  width: 33%;
  background: #f4f4f4;
  border-radius: 3px;
}

.csr_box .block h3 {
  font-size: 1.6rem;
  line-height: calc(36/16);
  padding: 10px 20px;
  border-bottom: 1px solid #fff;
}

.csr_box .block ul {
  padding: 20px;
}

.csr_box .block ul li {
  padding-left: 10px;
  font-size: 1.4rem;
  line-height: 2;
  position: relative;
}

.csr_box .block ul li:after {
  content: '';
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #000;
  position: absolute;
  top: 13px;
  left: 0;
}

.csr_box-bottom {
  margin-top: 30px;
}

.csr_box-bottom ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.csr_box-bottom ul li {
  width: 32%;
}

.csr_box-bottom ul li img {
  width: 100%;
}

.csr_box-bottom ul li p {
  font-size: 1.2rem;
  padding-top: 5px;
  color: #3e3e3e;
}
  /*====================================
	group
	=====================================*/
.csr_box04-left {
  width: 32%;
  background: #f4f4f4;
  border-radius: 3px;
}
.csr_box04-right {
  width: 66%;
}
.csr_box04-top ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.csr_box04-top ul li {
  width: 48.5%;
}
.csr_box04-top ul li img {
  width: 100%;
}
.csr_box04-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.csr_box04-content p:last-child {
  margin-bottom: 0;
}
.box04 h3 {
    color: #3e3e3e;
    font-size: 1.8rem;
    line-height: calc(24/18);
    margin-top: 15px;
    display: inline-block;
    position: relative;
}
.box04 h3:after {
    content: '';
    width: 17px;
    height: 17px;
    background: url(../../csr/img/icn_arrow.png);
    background-repeat: no-repeat;
    display: inherit;
    margin-left: 10px;
    margin-bottom: 0px;
}
.csr_box04-left p {
    color: #3e3e3e;
    padding: 10px 20px;
    font-size: 1.4rem;
    line-height: 2;
    position: relative;
}
.csr_box04-bottom {
  margin-top: 30px;
}
.csr_box04-bottom ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.csr_box04-bottom ul li {
  width: 32%;
}
.csr_box04-bottom ul li img {
  width: 100%;
}
.csr_example ul li {
  margin-top: 8px;
  color: #3e3e3e;
  line-height: 1.4;
  text-align: justify;
  font-size: 1.4rem;
  margin-left: 20px;
  width: calc(100% - 20px);
}
.csr_example ul {
  display: block;
  list-style-type: disc;
  margin-top: 12px;
}
.box04 a {
  display: block;
}
.box04 a:hover h3 {
  color: #1c3c8e;
  text-decoration: underline;
}
@media only screen and (max-width: 768px) {
  /*====================================
	MV Sub
	=====================================*/
  .mvsub {
    padding: 50px 0;
    background: url(../../csr/img/bg-mvsub_sp.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center;
    position: relative;
  }
  .mvsub h1 {
    font-size: 1.8rem;
  }
  .mvsub-txt {
    position: absolute;
    width: 263px;
    max-width: 82%;
    right: 0;
    bottom: 0;
    opacity: 0.3;
  }
  /*====================================
	csr
	=====================================*/
  .csr_ads {
    background: url(../../csr/img/bg-ads_sp.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 20px;
  }
  .csr_ads-content {
    padding: 15px 0;
  }
  .csr_ads-content img {
    width: 135px;
  }
  .csr_ads-content p {
    font-size: 1rem;
  }
  .csr_ads a {
    padding: 5px;
  }
  .csr_box-content {
    display: inline-block;
    width: 100%;
  }
  .csr_box-content p {
    color: #3e3e3e;
    font-size: 1.3rem;
    line-height: 2;
    margin-bottom: 20px;
  }
  .csr_box-left {
    width: 100%;
  }
  .csr_box-right {
    width: 100%;
    margin-top: 20px;
  }
  .csr_box .block h3 {
    font-size: 1.3rem;
    line-height: calc(36/26);
    padding: 10px 15px;
  }
  .csr_box .block ul {
    padding: 15px;
  }
  .csr_box .block ul li {
    font-size: 1.2rem;
    line-height: calc(36/24);
  }
  .csr_box .block ul li:after {
    top: 8px;
  }
  .csr_box-bottom {
    margin-top: 30px;
  }
  .csr_box-bottom ul {
    display: inline-block;
    width: 100%;
  }
  .csr_box-bottom ul li {
    width: 100%;
    margin-bottom: 20px;
  }
  .csr_box-bottom ul li img {
    width: 100%;
  }
  .csr_box-bottom ul li p {
    font-size: 1rem;
    padding-top: 10px;
  }
  .csr_box-bottom ul li:last-child {
    margin-bottom: 0;
  }
  /*====================================
	group
	=====================================*/
 .csr_box04-content {
    display: inline-block;
    width: 100%;
  }
  .csr_box04-content p {
    color: #3e3e3e;
    font-size: 1.2rem;
    line-height: 2;
    margin-bottom: 20px;
  }
  .csr_box04-left {
    width: 100%;
  }
  .csr_box04-right {
    width: 100%;
  }
  .csr_box04 .block h3 {
    font-size: 1.3rem;
    line-height: calc(36/26);
    padding: 10px 15px;
  }
  .csr_box04 .block ul {
    padding: 15px;
  }
  .csr_box04 .block ul li {
    font-size: 1.2rem;
    line-height: calc(36/24);
  }
  .csr_box04 .block ul li:after {
    top: 8px;
  }
  .csr_box04-bottom ul {
    display: inline-block;
    width: 100%;
  }
  .csr_box04-bottom ul li {
    width: 100%;
    margin-bottom: 30px;
  }
  .csr_box04-bottom ul li img {
    width: 100%;
  }
  .csr_box04-bottom ul li:last-child {
    margin-bottom: 0;
  }
  .csr_box04-top ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: inline-block;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  }
  .csr_box04-top ul li {
    width: 100%;
  }
  .csr_box04-top li {
    margin-top: 30px;
  }
  .csr_example li {
    margin-bottom: 10px;
  }
  .csr_example ul li {
    margin-bottom: 8px;
   width: calc(100% - 20px);
}
  .csr_example ul {
    margin-top: 0px;
}
}