@charset "UTF-8";
/* CSS Document */
/********** .container設定 **********/
.container {
  width: 100%;
  max-width: none;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container {
    max-width: none;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 1230px;
  }
}

/********** ガター設定 **********/
.gutter-50 {
  margin-left: -25px;
  margin-right: -25px;
}

.gutter-50 > [class*='col-'] {
  padding-left: 25px;
  padding-right: 25px;
}

@media (min-width: 0px) {
  .gutter-xs-50 {
    margin-left: -25px;
    margin-right: -25px;
  }

  .gutter-xs-50 > [class*='col-'] {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media (min-width: 576px) {
  .gutter-sm-50 {
    margin-left: -25px;
    margin-right: -25px;
  }

  .gutter-sm-50 > [class*='col-'] {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media (min-width: 768px) {
  .gutter-md-50 {
    margin-left: -25px;
    margin-right: -25px;
  }

  .gutter-md-50 > [class*='col-'] {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media (min-width: 992px) {
  .gutter-lg-50 {
    margin-left: -25px;
    margin-right: -25px;
  }

  .gutter-lg-50 > [class*='col-'] {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media (min-width: 1200px) {
  .gutter-xl-50 {
    margin-left: -25px;
    margin-right: -25px;
  }

  .gutter-xl-50 > [class*='col-'] {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.gutter-40 {
  margin-left: -20px;
  margin-right: -20px;
}

.gutter-40 > [class*='col-'] {
  padding-left: 20px;
  padding-right: 20px;
}

@media (min-width: 0px) {
  .gutter-xs-40 {
    margin-left: -20px;
    margin-right: -20px;
  }

  .gutter-xs-40 > [class*='col-'] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 576px) {
  .gutter-sm-40 {
    margin-left: -20px;
    margin-right: -20px;
  }

  .gutter-sm-40 > [class*='col-'] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 768px) {
  .gutter-md-40 {
    margin-left: -20px;
    margin-right: -20px;
  }

  .gutter-md-40 > [class*='col-'] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 992px) {
  .gutter-lg-40 {
    margin-left: -20px;
    margin-right: -20px;
  }

  .gutter-lg-40 > [class*='col-'] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 1200px) {
  .gutter-xl-40 {
    margin-left: -20px;
    margin-right: -20px;
  }

  .gutter-xl-40 > [class*='col-'] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.gutter-20 {
  margin-left: -10px;
  margin-right: -10px;
}

.gutter-20 > [class*='col-'] {
  padding-left: 10px;
  padding-right: 10px;
}

@media (min-width: 0px) {
  .gutter-xs-20 {
    margin-left: -10px;
    margin-right: -10px;
  }

  .gutter-xs-20 > [class*='col-'] {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 576px) {
  .gutter-sm-20 {
    margin-left: -10px;
    margin-right: -10px;
  }

  .gutter-sm-20 > [class*='col-'] {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 768px) {
  .gutter-md-20 {
    margin-left: -10px;
    margin-right: -10px;
  }

  .gutter-md-20 > [class*='col-'] {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 992px) {
  .gutter-lg-20 {
    margin-left: -10px;
    margin-right: -10px;
  }

  .gutter-lg-20 > [class*='col-'] {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 1200px) {
  .gutter-xl-20 {
    margin-left: -10px;
    margin-right: -10px;
  }

  .gutter-xl-20 > [class*='col-'] {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.gutter-16 {
  margin-left: -8px;
  margin-right: -8px;
}

.gutter-16 > [class*='col-'] {
  padding-left: 8px;
  padding-right: 8px;
}

@media (min-width: 0px) {
  .gutter-xs-16 {
    margin-left: -8px;
    margin-right: -8px;
  }

  .gutter-xs-16 > [class*='col-'] {
    padding-left: 8px;
    padding-right: 8px;
  }
}
@media (min-width: 576px) {
  .gutter-sm-16 {
    margin-left: -8px;
    margin-right: -8px;
  }

  .gutter-sm-16 > [class*='col-'] {
    padding-left: 8px;
    padding-right: 8px;
  }
}
@media (min-width: 768px) {
  .gutter-md-16 {
    margin-left: -8px;
    margin-right: -8px;
  }

  .gutter-md-16 > [class*='col-'] {
    padding-left: 8px;
    padding-right: 8px;
  }
}
@media (min-width: 992px) {
  .gutter-lg-16 {
    margin-left: -8px;
    margin-right: -8px;
  }

  .gutter-lg-16 > [class*='col-'] {
    padding-left: 8px;
    padding-right: 8px;
  }
}
@media (min-width: 1200px) {
  .gutter-xl-16 {
    margin-left: -8px;
    margin-right: -8px;
  }

  .gutter-xl-16 > [class*='col-'] {
    padding-left: 8px;
    padding-right: 8px;
  }
}
.gutter-10 {
  margin-left: -5px;
  margin-right: -5px;
}

.gutter-10 > [class*='col-'] {
  padding-left: 5px;
  padding-right: 5px;
}

@media (min-width: 0px) {
  .gutter-xs-10 {
    margin-left: -5px;
    margin-right: -5px;
  }

  .gutter-xs-10 > [class*='col-'] {
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media (min-width: 576px) {
  .gutter-sm-10 {
    margin-left: -5px;
    margin-right: -5px;
  }

  .gutter-sm-10 > [class*='col-'] {
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media (min-width: 768px) {
  .gutter-md-10 {
    margin-left: -5px;
    margin-right: -5px;
  }

  .gutter-md-10 > [class*='col-'] {
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media (min-width: 992px) {
  .gutter-lg-10 {
    margin-left: -5px;
    margin-right: -5px;
  }

  .gutter-lg-10 > [class*='col-'] {
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media (min-width: 1200px) {
  .gutter-xl-10 {
    margin-left: -5px;
    margin-right: -5px;
  }

  .gutter-xl-10 > [class*='col-'] {
    padding-left: 5px;
    padding-right: 5px;
  }
}
/********** 5分割設定 **********/
/*
ex)
col-5-1 20%
col-sm-5-3 60%
col-md-5-4 80%
*/
.col-5-1, .col-xs-5-1, .col-5-2, .col-xs-5-2, .col-5-3, .col-xs-5-3, .col-5-4, .col-xs-5-4, .col-5-5, .col-xs-5-5, .col-sm-5-1, .col-sm-5-2, .col-sm-5-3, .col-sm-5-4, .col-sm-5-5, .col-md-5-1, .col-md-5-2, .col-md-5-3, .col-md-5-4, .col-md-5-5, .col-lg-5-1, .col-lg-5-2, .col-lg-5-3, .col-lg-5-4, .col-lg-5-5, .col-xl-5-1, .col-xl-5-2, .col-xl-5-3, .col-xl-5-4, .col-xl-5-5 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 0px) {
  .col-xs-5-1 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }

  .col-xs-5-2 {
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%;
  }

  .col-xs-5-3 {
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%;
  }

  .col-xs-5-4 {
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
    max-width: 80%;
  }

  .col-xs-5-5 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 576px) {
  .col-sm-5-1 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }

  .col-sm-5-2 {
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%;
  }

  .col-sm-5-3 {
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%;
  }

  .col-sm-5-4 {
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
    max-width: 80%;
  }

  .col-sm-5-5 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .col-md-5-1 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }

  .col-md-5-2 {
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%;
  }

  .col-md-5-3 {
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%;
  }

  .col-md-5-4 {
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
    max-width: 80%;
  }

  .col-md-5-5 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .col-lg-5-1 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }

  .col-lg-5-2 {
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%;
  }

  .col-lg-5-3 {
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%;
  }

  .col-lg-5-4 {
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
    max-width: 80%;
  }

  .col-lg-5-5 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  .col-xl-5-1 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }

  .col-xl-5-2 {
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%;
  }

  .col-xl-5-3 {
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%;
  }

  .col-xl-5-4 {
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
    max-width: 80%;
  }

  .col-xl-5-5 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.disp_pc {
  display: block;
}

.disp_sp {
  display: none;
}

.disp_in_pc {
  display: inline-block;
}

.disp_in_sp {
  display: none;
}

img {
  max-width: 100%;
}

html {
  font-size: 62.5%;
}

body {
  font-size: 1.6em;
}

.none {
  display: none;
}

.bold {
  font-weight: bold;
}

/*header*/
.head {
  max-width: 1400px;
  padding: 10px;
  margin: 0 auto;
}

.head .logo img {
  width: 227px;
}

.header_disc_pc {
  font-size: 16px;
  text-align: right;
  text-decoration: underline;
  position: absolute;
  top: 2%;
  right: 5%;
}

.header_disc_pc a {
  color: #ffffff;
}

/*mv*/
.mv {
  position: relative;
}

.mvco {
  max-width: 1000px;
  margin: 0 auto;
}

.mv .mvimg {
  float: right;
  width: 42.5%;
}

.mv .c-modal{
  display: none;
  height: 100vh;
  position: fixed;
  top: 0;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 100;
}

.mv .c-modal_bg{
  background: rgba(0, 0, 0, 0.5);
  height: 100vh;
  width: 100%;
}

.mv .c-modal_content{
  background: #fff;
  left:50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%,-50%);
  border-radius: 5px;
  width: 70%;
}

.mv .c-modal_content_inner{
  position: relative;
  padding: 24px;
}

.mv .c-modal_content_inner p{
  font-size: 1.1rem;
}

.mv .c-modal_close{
  position: absolute;
  top: -25px;
  right: 10px;
}

.mv .table_position{
  margin-left: auto;
  margin-right: auto;
}

.mv .table_position img{
  width: 180px;
}

.mv h3{
  margin-top: 30px;
  margin-bottom: 15px;
  font-size: 25px;
  font-weight: 600;
  text-align: center;
}

.mv nav{
  overflow: hidden;
  position: relative;
}

.mv nav .menu{
  position: relative;
  left: 0%;
  float: left;
  margin-left: 0px;
  width: 100%;
}

.mv nav .menu li{
  list-style: none;
  text-align: center;
  float: left;
  position: relative;
  left: 0%;
  height: auto;
  border: 1px solid #6b431e;
  font-weight: 600;
  font-size: 1.4vw;
}

.mv nav .menu .left_btn {
  width: 33%;
  padding: 10px 5px 10px 5px;
}

.mv nav .menu .center_btn {
  width: 33%;
  padding: 10px 5px 10px 5px;
}

.mv nav .menu .right_btn {
  width: 34%;
  padding: 10px 5px 10px 5px;
}

.mv nav .menu li a {
  text-decoration: none;
  color: #6b431e;
}
/*cont1*/
.cont1 {
  padding: 90px 0;
  background: #07a682;
}

.cont1 h2 {
  text-align: center;
  font-size: 44px;
  font-weight: bold;
  color: #ffd200;
}

.cont1 .detail_box {
  margin: 40px auto 0;
  max-width: 920px;
  padding: 0 10px;
  box-sizing: border-box;
  overflow: hidden;
}

.cont1 .db_co {
  float: left;
  width: 33.3%;
}

.cont1 h3 {
  text-align: center;
  color: #fff;
  font-size: 22px;
}

.cont1 h3 a {
  font-weight: bold;
  color: #fff;
  font-size: 22px;
  text-decoration: underline;
}

.cont1 h3 span {
  text-decoration: none;
  display: inline-block;
  font-family: 'VL ゴシック','Courier New',Courier,monospace;
}

.cont1 .db_co dt {
  text-align: center;
  margin-top: 15px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
}

.cont1 .db_co dd {
  margin-top: 15px;
  text-align: center;
}

.cont1 .db_co dd p {
  text-align: center;
  margin-top: 3px;
  font-size: 14px;
  color: #fff;
}

.cont1 .esg {
  background-color: #fff;
  margin-top: 20px;
  max-width: 85%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 25px;
}

.cont1 .esg h3 {
  text-align: left;
  color: #069;
  font-size: 34px;
  font-weight: 500;
  margin-left: 40px;
  padding-top: 20px;
}

.cont1 .esg p {
  text-align: left;
  color: #000 !important;
  font-size: 1.8rem;
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 20px;
}

.cont1 .disc_pos {
  margin-top: -75px;
}
/*cont2*/
.cont2 {
  padding: 90px 0 0;
}

.inner_box {
  max-width: 1020px;
  padding: 0 10px;
  box-sizing: border-box;
  margin: 0 auto;
}

.inner_box h2 {
  color: #141414;
  font-size: 36px;
  font-weight: bold;
  text-align: center;
}

.inner_box h2 span {
  background: linear-gradient(transparent 70%, #7ce2e0 30%);
  padding-bottom: 0px;
}

.inner_box .txt1 {
  font-size: 16px;
  text-align: center;
  margin-top: 20px;
}

.inner_box .txt2 {
  font-size: 16px;
  text-align: center;
  margin-top: 15px;
  color: #8f909d;
}

.inner_box sup {
  font-size: 11px;
  vertical-align: 4px;
}

.g_box {
  padding: 50px 40px;
  background: #f4f4f4;
  border-radius: 5px;
}

.g_box .f_box {
  overflow: hidden;
}

.g_box .f_box .fl {
  float: left;
  width: 55%;
}

.g_box .f_box .fr {
  float: right;
  width: 42%;
}

.g_box .f_box .fr h3 {
  margin-top: 40px;
  font-size: 30px;
  font-weight: bold;
}

.g_box .f_box .fr h3 span {
  font-size: 34px;
  color: #07a682;
}

.inner_box .txt3 {
  font-size: 16px;
  margin-top: 15px;
  line-height: 180%;
}

.inner_box .txt3 span {
  color: #07a682;
}

.inner_box .icon {
  text-align: center;
  margin: 30px 0;
}

.inner_box .img_box {
  margin-top: 25px;
}

.cont2 .graph p {
  text-align: center;
}
/*cont3*/
.cont3 {
  padding: 90px 0 0;
}

.inner_box .img_center {
  text-align: center;
  margin-top: 45px;
}

.g_box2 {
  padding: 35px 40px 35px;
  background: #f4f4f4;
  border-radius: 5px;
  margin-top: 30px;
}

.icon1 {
  padding-left: 50px;
  background: url(/lp/slim/pr2/image/icon2.png) no-repeat scroll left 0;
}

.icon1 a {
  font-size: 19px;
  color: #bc1571;
  text-decoration: underline;
  padding-right: 30px;
  background: url(/lp/slim/pr2/image/icon3.png) no-repeat scroll right center;
  font-weight: bold;
}

.rank_list {
  overflow: hidden;
}

.rank_list li {
  float: left;
  width: 50%;
  background: url(/lp/slim/pr2/image/icon3.png) no-repeat scroll 85% center;
  margin-top: 15px;
}

.rank_list li span {
  display: inline-block;
  width: 50px;
  font-weight: bold;
  font-size: 16px;
}

.rank_list li a {
  display: inline-block;
  color: #bc1571;
  font-weight: bold;
  font-size: 16px;
  text-decoration: underline;
}

.inner_box .txt4 {
  font-size: 14px;
  margin-top: 15px;
  line-height: 150%;
  margin-left: 1.5em;
  text-indent: -1.5em;
}

.inner_box .txt4 a {
  font-size: 14px;
  color: #0056d8;
  text-decoration: underline;
}

/*cont4*/
.cont4 {
  padding: 90px 0 0;
}

.inner_box .img_box2 {
  margin-top: 5px;
  text-align: center;
  max-width: 872px;
  margin: 0 auto;
}

.inner_box .txt5 {
  font-size: 14px;
  margin-top: 15px;
  line-height: 150%;
}

/*cont5*/
.cont5 {
  padding: 90px 0;
  background: #f5f5f5;
  margin-top: 90px;
}

.cont5 h2 {
  text-align: center;
  font-size: 38px;
  font-weight: bold;
  color: #07a682;
}

.cont5 .link_box {
  margin-top: 40px;
}

.cont5 .link_box .fl {
  float: left;
  width: 48%;
}

.cont5 .link_box .fr {
  float: right;
  width: 48%;
}

.cont5 .link_box .fl .bl {
  padding: 3% 3%;
  background: #0ebc7f;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  border-radius: 10px;
  position: relative;
  max-height: 125px;
}

.cont5 .link_box .fr .bl {
  padding: 10.5% 3%;
  background: #24cdcb;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  border-radius: 10px;
  position: relative;
  text-align: center;
  max-height: 125px;
}

.cont5 .link_box .fl .bl:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #0ebc7f;
}

.cont5 .link_box .fr .bl:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #24cdcb;
}

.cont5 .link_list {
  margin-top: 30px;
}

.cont5 .link_list li {
  margin-top: 10px;
}

.cont5 .link_list li a {
  font-size: 16px;
  color: #0056d8;
  text-decoration: underline;
  font-weight: bold;
}

/*cont6*/
.cont6 {
  padding: 90px 0 0;
}

.cont6 h2 {
  text-align: center;
  font-size: 38px;
  font-weight: bold;
  color: #07a682;
}

.btn_box {
  margin-top: 40px;
  overflow: hidden;
}

.btn_box li {
  float: left;
  border: 1px solid #07a682;
  border-radius: 5px;
  width: 32%;
  margin-right: 1.5%;
  margin-top: 20px;
}

.btn_box :nth-child(3n) {
  margin-right: 0%;
}

.btn_box li a {
  display: block;
  padding: 15px 0;
  background: url(/lp/slim/pr2/image/icon4.png) no-repeat scroll 95% center;
  text-align: center;
  color: #000;
  font-weight: bold;
  text-decoration: none;
}

.btn_box li a:hover {
  color: #fff;
  background: url(/lp/slim/pr2/image/icon5.png) no-repeat scroll 95% center #07a682;
}

.bg_logo {
  text-align: center;
  width: 85%;
  padding-top: 20px;
  margin: auto;
}

.bg_banner {
  text-align: center;
  padding-top: 30px;
}

/*cont7*/
.cont7 {
  padding: 90px 0 50px;
  background: #f5f5f5;
  margin-top: 90px;
}

.inner_box .txt6 {
  font-size: 14px;
  margin-top: 15px;
  line-height: 150%;
  margin-left: 2em;
  text-indent: -2em;
}

.cont7 h4 {
  text-align: center;
  font-size: 14px;
  margin-top: 45px;
  font-weight: bold;
}

.inner_box .txt7 {
  font-size: 14px;
  margin-top: 10px;
  line-height: 150%;
}

.inner_box .txt8 {
  font-size: 14px;
  line-height: 150%;
  margin-left: 1em;
}

.inner_box .txt8 span {
  color: #d40000;
}

.disclaimer-table {
  border: 1px solid #b5b5b5;
  border-collapse: collapse;
  margin-top: 10px;
}

.disclaimer-table th {
  padding: 0.75em 1.0em;
  border: 1px solid #b5b5b5;
  vertical-align: middle;
  font-size: 14px;
}

.disclaimer-table td {
  padding: 0.75em 1.0em;
  border: 1px solid #b5b5b5;
  vertical-align: middle;
  font-size: 14px;
}

.disclaimer-table .red {
  color: #d40000;
}

.disclaimer-table .ind {
  margin-left: 1em;
  text-indent: -1em;
  display: block;
  font-size: 11px;
}

.disclaimer-table .ce {
  text-align: center;
}

.disclaimer-table .wid1 {
  width: 12%;
}

.disclaimer-table .wid2 {
  width: 18%;
}

.disclaimer-table .wid3 {
  width: 70%;
}

.inner_box .text-right {
  text-align: right;
  margin-top: 5px;
}

.inner_box .txt9 {
  font-size: 14px;
  line-height: 150%;
  margin-top: 40px;
}

/*footer*/
.foot_list {
  padding: 12px 0;
  background: #595959;
}

.foot_list ul {
  overflow: hidden;
}

.foot_list ul li {
  margin-right: 40px;
  color: #fff;
  font-size: 14px;
  float: left;
}

.foot_list ul li a {
  color: #fff;
  font-size: 14px;
  text-decoration: none;
}

.inner_box .txt10 {
  font-size: 14px;
  line-height: 150%;
  margin-top: 30px;
}

.inner_box .copy {
  font-size: 12px;
  text-align: center;
  margin: 20px 0 10px;
}

.sc_btn {
  position: fixed;
  bottom: 30px;
  right: 0px;
  width: 100%;
  width: 62px;
  z-index: 3;
}

.sc_btn p {
  float: right;
  margin-right: 0px;
  width: 62px;
  text-align: center;
  margin-bottom: 30px;
}

/*グラフ部分*/
.gr1 {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: calc(348 / 920 * 100%);
  border-radius: 5px;
  background: #fff;
}

.fade {
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  padding-left: 10%;
}

.fade img {
  display: none;
}

.fade-on:before {
  animation: img-wrap 2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  bottom: 0;
  background: #fff;
  content: '';
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}

.fade-on img {
  height: 348px;
  display: block;
  width: 100%;
}

.fade2 {
  opacity: 0;
}

.fade2.fade2-on {
  position: absolute;
  display: hidden;
  top: 0px;
  left: 0;
  opacity: 0;
  animation-name: img-wrap-icon;
  animation-duration: 2s;
  animation-timing-function: linear;
  animation-delay: 1.5s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}

.fade3 {
  opacity: 0;
}

.fade3.fade3-on {
  position: absolute;
  display: hidden;
  top: 0px;
  left: 0;
  opacity: 0;
  animation-name: img-wrap-icon;
  animation-duration: 2s;
  animation-timing-function: linear;
  animation-delay: 2.5s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}

.gr2 {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: calc(300 / 872 * 100%);
  background: #fff;
  border-radius: 5px;
}

.spgr1 {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: calc(564 / 592 * 100%);
  background: #fff;
  border-radius: 5px;
  background-size: 100%;
}

.spgr1 .fade {
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  padding-left: 0%;
}

.spgr2 {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: calc(653 / 690 * 100%);
  background: #fff;
  border-radius: 5px;
  background-size: 100%;
}

.spgr2 .fade {
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  padding-left: 0%;
}

.fade4-on.gr1 {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: calc(348 / 920 * 100%);
  background: url(/lp/slim/pr2/image/g_p4.png) no-repeat scroll 0 0 #fff;
  border-radius: 5px;
  background-size: 100%;
}

.fade4-on.gr2 {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: calc(300 / 872 * 100%);
  background: url(/lp/slim/pr2/image/g2_p1.png) no-repeat scroll 0 0 #fff;
  border-radius: 5px;
  background-size: 100%;
}

.fade4-on.spgr1 {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: calc(564 / 592 * 100%);
  background: url(/lp/slim/pr2/image/sp_g_p4.png) no-repeat scroll 0 0 #fff;
  border-radius: 5px;
  background-size: 100%;
}

.fade4-on.spgr2 {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: calc(653 / 690 * 100%);
  background: url(/lp/slim/pr2/image/sp_g2_p1.png) no-repeat scroll 0 0 #fff;
  border-radius: 5px;
  background-size: 100%;
}

@keyframes img-wrap {
  100% {
    transform: translateX(100%);
  }
}
@keyframes img-wrap-icon {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@media screen and (max-width: 980px) {
  .cont1 h3 {
    font-size: 19px;
  }

  .cont1 h3 a {
    font-size: 19px;
  }

  .rank_list li a {
    font-size: 14px;
    letter-spacing: -1px;
  }

  .rank_list li {
    background: url(/lp/slim/pr2/image/icon3.png) no-repeat scroll 95% center;
  }

  .cont5 .link_box .fr .bl {
    font-size: 18px;
    letter-spacing: -1px;
  }

  .btn_box li a {
    font-size: 14px;
    letter-spacing: -1px;
  }
}
@media (min-width: 750px) and (max-width: 830px) and (orientation: landscape){
  .mv .c-modal{
    display: none;
    height: 100vh;
    position: fixed;
    top: 0;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 100;
  }

  .mv .c-modal_bg{
    background: rgba(0, 0, 0, 0.5);
    height: 100vh;
    width: 100%;
  }

  .mv .c-modal_content{
    background: #fff;
    left:50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    border-radius: 5px;
    width: 80%;
  }

  .mv .c-modal_content_inner{
    position: relative;
    padding: 24px;
    overflow-y: scroll;
    max-height: 300px;
  }

  .mv .c-modal_content_inner p{
    font-size: 1.1rem;
  }

  .mv .c-modal_close{
    position: absolute;
    top: -15px;
    right: -20px;
    z-index: 150;
  }

  .mv .table_position{
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 830px) and (max-width: 1024px) and (orientation: landscape){
  .mv .c-modal{
    display: none;
    height: 100vh;
    position: fixed;
    top: 0;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 100;
  }

  .mv .c-modal_bg{
    background: rgba(0, 0, 0, 0.5);
    height: 100vh;
    width: 100%;
  }

  .mv .c-modal_content{
    background: #fff;
    left:50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    border-radius: 5px;
    width: 80%;
  }

  .mv .c-modal_content_inner{
    position: relative;
    padding: 24px;
    overflow-y: scroll;
    max-height: 650px;
  }

  .mv .c-modal_content_inner p{
    font-size: 1.1rem;
  }

  .mv .c-modal_close{
    position: absolute;
    top: -15px;
    right: -20px;
    z-index: 150;
  }

  .mv .table_position{
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 750px) {
  .disp_pc {
    display: none;
  }

  .disp_sp {
    display: block;
  }

  .disp_in_pc {
    display: none;
  }

  .disp_in_sp {
    display: inline-block;
  }

  .none {
    display: block;
  }

  .br2 {
    display: block;
    text-align: center;
  }

  /*header*/
  .head {
    max-width: 100%;
    padding: 10px;
    margin: 0 auto;
  }

  .head .logo img {
    width: 180px;
  }

  /*mv*/
  .mv {
    position: relative;
  }

  .mvco {
    max-width: 90%;
    margin: 0 auto;
  }

  .mv h1 {
    padding: 0px;
    float: none;
    width: 100%;
  }

  .mv .mvimg {
    float: none;
    width: 100%;
  }

  .mv .c-modal{
    display: none;
    height: 100vh;
    position: fixed;
    top: 0;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 100;
  }

  .mv .c-modal_bg{
    background: rgba(0, 0, 0, 0.5);
    height: 100vh;
    width: 100%;
  }

  .mv .c-modal_content{
    background: #fff;
    left:50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    border-radius: 5px;
    width: 80%;
  }

  .mv .c-modal_content_inner{
    position: relative;
    padding: 24px;
    overflow-y: scroll;
    max-height: 300px;
  }

  .mv .c-modal_content_inner p{
    font-size: 1.0rem;
  }

  .mv .c-modal_close{
    position: absolute;
    top: -15px;
    right: -20px;
    z-index: 150;
  }

  .mv .table_position{
    margin-left: auto;
    margin-right: auto;
  }

  .mv h3{
    margin-top: 15px;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 7px;
    text-align: center;
  }

  .mv p{
    font-size: 1.1rem;
  }

  .mv nav{
    overflow: hidden;
    position: relative;
  }

  .mv nav .menu{
    position: relative;
    left: 0%;
    float: left;
    margin-left: 0px;
    width: 100%;
  }

  .mv nav .menu li{
    list-style: none;
    text-align: center;
    float: left;
    position: relative;
    left: 0%;
    min-height: calc(6.3vw + 18px);
    border: 1px solid #6b431e;
    font-weight: 600;
    font-size: 1.9vw;
  }

  .mv nav .menu .left_btn {
    width: 31%;
    padding: 7px 4px 7px 4px;
  }

  .mv nav .menu .center_btn {
    width: 31.5%;
    padding: 7px 4px 7px 4px;
  }

  .mv nav .menu .right_btn {
    width: 37.5%;
    padding: 7px 4px 7px 4px;
  }

  .mv nav .menu li a {
    text-decoration: none;
    color: #6b431e;
  }
  /*cont1*/
  .cont1 {
    padding: 45px 0;
    background: #07a682;
  }

  .cont1 h2 {
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    color: #ffd200;
  }

  .cont1 .detail_box {
    margin: 0px auto 0;
    max-width: 90%;
    padding: 0;
    box-sizing: border-box;
    overflow: hidden;
  }

  .cont1 .db_co {
    float: none;
    width: 100%;
    overflow: hidden;
    margin-top: 25px;
  }

  .cont1 h3 {
    text-align: center;
    color: #fff;
    font-size: 16px;
    margin-top: 18%;
  }

  .cont1 h3 a {
    font-weight: bold;
    color: #fff;
    font-size: 16px;
    text-decoration: underline;
  }

  .cont1 .db_co .fl {
    float: left;
    width: 39%;
  }

  .cont1 .db_co .fr {
    float: right;
    width: 60%;
  }

  .cont1 .db_co .fr p {
    text-align: center;
    margin-top: 10px;
    font-size: 14px;
    color: #fff;
  }

  .cont1 .db_co .fr .sptxt {
    text-align: center;
    margin-top: 5px;
    font-size: 11px;
    color: #fff;
    letter-spacing: -1px;
  }

  .cont1 .esg {
    background-color: #fff;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .cont1 .esg h3 {
    text-align: center;
    color: #069;
    font-size: 19px;
    font-weight: 600;
    margin-left: 0px;
    margin-top: 0px;
    padding-top: 15px;
  }

  .cont1 .esg p {
    text-align: left;
    color: #000 !important;
    font-size: 1.3rem;
    max-width: 95%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 15px;
  }

  .cont1 .disc_pos {
    margin-top: -15px;
  }

  /*cont2*/
  .cont2 {
    padding: 70px 0 0;
  }

  .inner_box {
    max-width: 90%;
    padding: 0;
    box-sizing: border-box;
    margin: 0 auto;
  }

  .inner_box h2 {
    color: #141414;
    font-size: 26px;
    font-weight: bold;
    text-align: center;
  }

  .inner_box h2 span {
    background: linear-gradient(transparent 70%, #7ce2e0 30%);
    padding-bottom: 0px;
  }

  .inner_box .txt1 {
    font-size: 14px;
    text-align: center;
    margin-top: 10px;
  }

  .inner_box .txt2 {
    font-size: 14px;
    text-align: left;
    margin-top: 10px;
    color: #8f909d;
  }

  .inner_box sup {
    font-size: 11px;
    vertical-align: text-bottom;
  }

  .g_box {
    padding: 20px 5%;
    background: #f4f4f4;
    border-radius: 5px;
  }

  .g_box .f_box {
    overflow: hidden;
  }

  .g_box .f_box .fl {
    float: none;
    width: 100%;
    margin-top: 10px;
  }

  .g_box .f_box .fr {
    float: none;
    width: 100%;
  }

  .g_box h3 {
    margin-top: 0px;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
  }

  .g_box h3 span {
    font-size: 21px;
    color: #07a682;
  }

  .inner_box .txt3 {
    font-size: 14px;
    margin-top: 10px;
    line-height: 180%;
  }

  .inner_box .txt3 span {
    color: #07a682;
  }

  .inner_box .icon {
    text-align: center;
    margin: 30px 0;
  }

  .inner_box .img_box {
    margin-top: 25px;
  }

  /*cont3*/
  .cont3 {
    padding: 70px 0 0;
  }

  .inner_box .img_center {
    text-align: center;
    margin-top: 25px;
  }

  .g_box2 {
    padding: 25px 10px 25px;
    background: #f4f4f4;
    border-radius: 5px;
    margin-top: 20px;
  }

  .icon1 {
    padding-left: 50px;
    background: url(/lp/slim/pr2/image/icon2.png) no-repeat scroll left 0;
    background-size: 30px;
  }

  .icon1 a {
    font-size: 16px;
    color: #bc1571;
    text-decoration: underline;
    background: url(/lp/slim/pr2/image/icon3.png) no-repeat scroll right center;
    font-weight: bold;
    display: block;
    letter-spacing: -1px;
    padding-right: 10px;
  }

  .rank_list {
    overflow: hidden;
  }

  .rank_list li {
    float: none;
    width: 100%;
    background: url(/lp/slim/pr2/image/icon3.png) no-repeat scroll 100% center;
    margin-top: 15px;
  }

  .rank_list li span {
    display: inline-block;
    width: 50px;
    font-weight: bold;
    font-size: 16px;
  }

  .rank_list li a {
    display: inline-block;
    color: #bc1571;
    font-weight: bold;
    font-size: 16px;
    text-decoration: underline;
  }

  .inner_box .txt4 {
    font-size: 12px;
    margin-top: 15px;
    line-height: 150%;
    margin-left: 1.5em;
    text-indent: -1.5em;
  }

  .inner_box .txt4 a {
    font-size: 12px;
    color: #0056d8;
    text-decoration: underline;
  }

  /*cont4*/
  .cont4 {
    padding: 70px 0 0;
  }

  .inner_box .img_box2 {
    margin-top: 5px;
    text-align: center;
  }

  .inner_box .txt5 {
    font-size: 12px;
    margin-top: 10px;
    line-height: 150%;
  }

  /*cont5*/
  .cont5 {
    padding: 45px 0;
    background: #f5f5f5;
    margin-top: 45px;
  }

  .cont5 h2 {
    text-align: center;
    font-size: 32px;
    font-weight: bold;
    color: #07a682;
  }

  .cont5 .link_box {
    margin-top: 20px;
  }

  .cont5 .link_box .fl {
    float: none;
    width: 100%;
  }

  .cont5 .link_box .fr {
    float: none;
    width: 100%;
    margin-top: 30px;
  }

  .cont5 .link_box .fl .bl {
    padding: 4% 4%;
    background: #0ebc7f;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    border-radius: 10px;
    position: relative;
    max-height: auto;
  }

  .cont5 .link_box .fr .bl {
    padding: 10.5% 4%;
    background: #24cdcb;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    border-radius: 10px;
    position: relative;
    text-align: center;
    max-height: auto;
  }

  .cont5 .link_box .fl .bl:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -15px;
    border: 15px solid transparent;
    border-top: 15px solid #0ebc7f;
  }

  .cont5 .link_box .fr .bl:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -15px;
    border: 15px solid transparent;
    border-top: 15px solid #24cdcb;
  }

  .cont5 .link_list {
    margin-top: 30px;
  }

  .cont5 .link_list li {
    margin-top: 10px;
  }

  .cont5 .link_list li a {
    font-size: 14px;
    color: #0056d8;
    text-decoration: underline;
    font-weight: bold;
  }

  /*cont6*/
  .cont6 {
    padding: 45px 0 0;
  }

  .cont6 h2 {
    text-align: center;
    font-size: 32px;
    font-weight: bold;
    color: #07a682;
  }

  .btn_box {
    margin-top: 20px;
    overflow: hidden;
  }

  .btn_box li {
    float: left;
    border: 1px solid #07a682;
    border-radius: 5px;
    width: 48%;
    margin-right: 3.9%;
    margin-top: 20px;
  }

  .btn_box :nth-child(3n) {
    margin-right: 3.9%;
  }

  .btn_box :nth-child(2n) {
    margin-right: 0%;
  }

  .btn_box li a {
    display: block;
    padding: 20px 0;
    background: url(/lp/slim/pr2/image/icon4.png) no-repeat scroll 98% center;
    text-align: center;
    color: #000;
    font-weight: bold;
    text-decoration: none;
    font-size: 14px;
  }

  .btn_box li a:hover {
    color: #fff;
    background: url(/lp/slim/pr2/image/icon5.png) no-repeat scroll 95% center #07a682;
  }

  .btn_box li .line2 {
    padding: 12px 0;
    line-height: 140%;
  }

  .inner_box .ind {
    margin-left: 1em;
    text-indent: -1em;
  }

  /*cont7*/
  .cont7 {
    padding: 45px 0 25px;
    background: #f5f5f5;
    margin-top: 45px;
  }

  .inner_box .txt6 {
    font-size: 12px;
    margin-top: 2px;
    line-height: 150%;
    margin-left: 2em;
    text-indent: -2em;
  }

  .cont7 h4 {
    text-align: center;
    font-size: 12px;
    margin-top: 30px;
    font-weight: bold;
  }

  .inner_box .txt7 {
    font-size: 12px;
    margin-top: 10px;
    line-height: 150%;
  }

  .inner_box .txt8 {
    font-size: 12px;
    line-height: 150%;
    margin-left: 1em;
  }

  .inner_box .txt8 span {
    color: #d40000;
  }

  .disclaimer-table {
    border: 1px solid #b5b5b5;
    border-collapse: collapse;
    margin-top: 10px;
  }

  .disclaimer-table th {
    padding: 0.75em 1.0em;
    border: 1px solid #b5b5b5;
    vertical-align: middle;
    font-size: 12px;
  }

  .disclaimer-table td {
    padding: 0.75em 1.0em;
    border: 1px solid #b5b5b5;
    vertical-align: middle;
    font-size: 12px;
  }

  .disclaimer-table .red {
    color: #d40000;
  }

  .disclaimer-table .ind {
    margin-left: 1em;
    text-indent: -1em;
    display: block;
  }

  .disclaimer-table .ce {
    text-align: center;
  }

  .disclaimer-table .wid1 {
    width: 10%;
  }

  .disclaimer-table .wid2 {
    width: 40%;
  }

  .disclaimer-table .wid3 {
    width: 50%;
  }

  .inner_box .text-right {
    text-align: right;
    margin-top: 5px;
    font-size: 12px;
  }

  .inner_box .txt9 {
    font-size: 12px;
    line-height: 150%;
    margin-top: 25px;
  }

  /*footer*/
  .foot_list {
    padding: 12px 0;
    background: #595959;
  }

  .foot_list ul {
    overflow: hidden;
  }

  .foot_list ul li {
    margin-right: 0px;
    color: #fff;
    font-size: 12px;
    float: none;
    margin-top: 5px;
  }

  .foot_list ul li a {
    color: #fff;
    font-size: 12px;
    text-decoration: none;
  }

  .inner_box .txt10 {
    font-size: 12px;
    line-height: 150%;
    margin-top: 20px;
  }

  .inner_box .copy {
    font-size: 12px;
    text-align: center;
    margin: 20px 0 10px;
    letter-spacing: -1px;
  }

  .sc_btn {
    position: fixed;
    bottom: 30px;
    right: 0px;
    width: 100%;
    width: 45px;
  }

  .sc_btn p {
    float: right;
    margin-right: 0px;
    width: 45px;
    text-align: center;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 350px) {
  #tabMenu li a {
    font-size: 1.2rem;
  }

  .cont1 .intro_box dd {
    font-size: 1.2rem;
  }
}
/*2020*/
section {
  width: 100%;
  overflow: hidden;
}

.positive_change p.logo {
  line-height: 1;
}
.positive_change .mv .disp_sp img {
  width: 100%;
  vertical-align: bottom;
}
.positive_change .mv .disp_sp .img02_sp {
  position: relative;
}
.positive_change .mv .disp_sp .img02_sp .btn {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  max-width: 335px;
  width: 100%;
  margin: 0 auto;
}
.positive_change .mv .disp_sp .fukidashi01_sp {
  max-width: 34vw;
  position: absolute;
  top: 90.5vw;
  left: 32%;
  animation:fukidashi 1s ease-in-out infinite alternate;
}
.positive_change .mv .disp_sp .fukidashi02_sp {
  max-width: 34vw;
  position: absolute;
  top: 90.5vw;
  left: 66%;
  animation:fukidashi 1s ease-in-out infinite alternate;
}
@media (min-width: 768px) {
  .positive_change .mv .disp_pc img {
    width: 100%;
    vertical-align: bottom;
  }
  .positive_change .mv .disp_pc .position-relative .mvco {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  .positive_change .mv .disp_pc .position-relative .img01 {
    width: 100%;
    max-width: 1440px;
    margin-bottom: 1.5vw;
  }
  .positive_change .mv .disp_pc .position-relative .img02 {
    width: 100%;
    max-width: 1440px;
    margin-bottom: 0.5vw;
  }
  .positive_change .mv .disp_pc .position-relative .img03 {
    width: 100%;
    max-width: 1440px;
  }
  .positive_change .mv .disp_pc .position-relative .fukidashi01 {
    max-width: 25vw;
    position: absolute;
    top: 92%;
    left: 35%;
    animation:fukidashi 2s ease-in-out infinite alternate;
  }
  .positive_change .mv .disp_pc .position-relative .fukidashi02 {
    max-width: 25vw;
    position: absolute;
    top: 92%;
    left: 69%;
    animation:fukidashi 2s ease-in-out infinite alternate;
  }
  .positive_change .mv .disp_pc .position-relative .btn {
    position: absolute;
    width: 33%;
    max-width: 330px;
    top: 81.1%;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media (min-width: 768px) {
  .positive_change .mw-md-516 {
    max-width: 516px;
  }
}
@media (min-width: 768px) {
  .positive_change .mw-md-522 {
    max-width: 522px;
  }
}
.positive_change .cont1 {
  padding: 0;
  background: url(/lp/positive_change/images/bg_01_sp.jpg) no-repeat top center;
  background-size: cover;
  padding-top: 50px;
  padding-bottom: 50px;
}
.positive_change .cont1 p {
  color: #ffffff;
}
@media (min-width: 768px) {
  .positive_change .cont1 {
    background: url(/lp/positive_change/images/bg_01.jpg) no-repeat top center;
    background-size: cover;
    padding-top: 90px;
    padding-bottom: 120px;
  }
}
.positive_change .cont1 ul li {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.positive_change .cont1 ul li img {
  width: 50px;
  height: 58px;
}
@media (min-width: 768px) {
  .positive_change .cont1 ul li img {
    width: 50%;
    max-width: none;
    height: auto;
  }
}
.positive_change .cont1 ul li p {
  line-height: 1.5;
  font-size: 13px;
  font-weight: 700;
  width: 100%;
  display: inline-block;
}
@media (min-width: 768px) {
  .positive_change .cont1 ul li p {
    font-size: 18px;
  }
}
.positive_change .cont1 .blue_ttl {
  text-align: center;
}
.positive_change .cont1 .blue_ttl p {
  margin: 0 auto;
  color: #0064bc;
  background: #ffffff;
  display: inline-block;
  text-align: center;
  padding: 5px 20px;
  font-weight: 700;
  border-radius: 25px;
  width: auto;
  font-size: 16px;
}
@media (min-width: 768px) {
  .positive_change .cont1 .blue_ttl p {
    padding: 5px;
    font-size: 24px;
    width: 480px;
    border-radius: 25px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.positive_change .cont1 .white_box {
  border: 3px solid #ffffff;
  border-radius: 5px;
  color: #ffffff;
  padding: 30px 20px 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: -20px;
}
@media (min-width: 768px) {
  .positive_change .cont1 .white_box {
    flex-wrap: nowrap;
    padding: 50px 0 30px;
  }
}
.positive_change .cont1 .white_box .left_block, .positive_change .cont1 .white_box .right_block {
  width: 100%;
}
@media (min-width: 768px) {
  .positive_change .cont1 .white_box .left_block, .positive_change .cont1 .white_box .right_block {
    width: 50%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding-left: 80px;
    padding-right: 60px;
  }
}
.positive_change .cont1 .white_box .left_block p, .positive_change .cont1 .white_box .right_block p {
  font-size: 15px;
  line-height: 1.0;
}
@media (min-width: 768px) {
  .positive_change .cont1 .white_box .left_block p, .positive_change .cont1 .white_box .right_block p {
    font-size: 24px;
  }
}
.positive_change .cont1 .white_box .left_block ul, .positive_change .cont1 .white_box .right_block ul {
  width: 100%;
}
.positive_change .cont1 .white_box .left_block ul li, .positive_change .cont1 .white_box .right_block ul li {
  line-height: 1.0;
  margin-bottom: 15px;
  font-size: 15px;
  display: flex;
  justify-content: flex-start;
}
@media (min-width: 768px) {
  .positive_change .cont1 .white_box .left_block ul li, .positive_change .cont1 .white_box .right_block ul li {
    font-size: 20px;
    margin-bottom: 15px;
  }
}
.positive_change .cont1 .white_box .right_block {
  border-top: 3px dotted #ffffff;
}
@media (min-width: 768px) {
  .positive_change .cont1 .white_box .right_block {
    border-left: 3px dotted #ffffff;
    border-top: none;
    padding-left: 60px;
    padding-right: 80px;
  }
}
.positive_change .cont1 .cont1_col2 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .positive_change .cont1 .cont1_col2 {
    max-width: 1000px;
    margin-top: 50px;
    flex-wrap: nowrap;
    justify-content: space-between;
  }
}
.positive_change .cont1 .cont1_right_block {
  width: 100%;
  margin-top: 15px;
}
@media (min-width: 768px) {
  .positive_change .cont1 .cont1_right_block {
    width: 63%;
    margin-top: 0px;
  }
}
.positive_change .cont1 .cont1_left_block {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 768px) {
  .positive_change .cont1 .cont1_left_block {
    width: calc(37% + 20px);
    padding-left: 0px;
  }
}
.positive_change .cont1 .swiper-holder {
  position: relative;
  height: 100%;
}
@media (min-width: 768px) {
  .positive_change .cont1 .swiper-holder {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.positive_change .cont1 .swiper-slideinner {
  background: #ffffff;
  border-radius: 5px;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.4);
  padding: 10px 15px 20px;
  height: 100%;
}
.positive_change .cont1 .swiper-container {
  height: 100%;
}
.positive_change .cont1 .swiper-slide {
  height: 100% !important;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
  width: calc(100% + 0px);
}
@media (min-width: 768px) {
  .positive_change .cont1 .swiper-slide {
    width: 100%;
    margin-left: 0;
    padding-left: 10px;
    padding-right: 10px;
  }
}
.positive_change .cont1 .inner-txt {
  font-size: 13px;
  line-height: 1.8;
}
@media (min-width: 768px) {
  .positive_change .cont1 .inner-txt {
    font-size: 18px;
    padding-left: 25px;
    padding-right: 25px;
    margin-top: 45px;
  }
}
.positive_change .cont1 .swiper-button-next {
  background: url(/lp/positive_change/images/next.png) no-repeat top center;
  background-size: 100%;
  width: 35px;
  height: 35px;
}
.positive_change .cont1 .swiper-button-next:after {
  content: "";
}
@media (min-width: 768px) {
  .positive_change .cont1 .swiper-button-next {
    width: 50px;
    height: 50px;
  }
}
.positive_change .cont1 .swiper-button-prev {
  background: url(/lp/positive_change/images/prev.png) no-repeat top center;
  background-size: 100%;
  width: 35px;
  height: 35px;
}
.positive_change .cont1 .swiper-button-prev:after {
  content: "";
}
@media (min-width: 768px) {
  .positive_change .cont1 .swiper-button-prev {
    width: 50px;
    height: 50px;
  }
}
.positive_change .cont1 .swiper-button-next {
  right: 5px;
  z-index: 2;
}
.positive_change .cont1 .swiper-button-prev {
  left: 5px;
  z-index: 2;
}
.positive_change .cont1 .swiper-wrapper {
  height: 100%;
}
.positive_change .cont1 .swiper-button-next.swiper-button-disabled,
.positive_change .cont1 .swiper-button-prev.swiper-button-disabled {
  background: none;
}
.positive_change .cont1 .swiper-pagination {
  width: calc(100% - 40px);
  z-index: 3;
  left: 50%;
  top: 100%;
  transform: translateX(-50%);
}
@media (min-width: 768px) {
  .positive_change .cont1 .swiper-pagination {
    bottom: -30px;
    top: auto;
  }
}
.positive_change .cont1 .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #0064bc;
}
.positive_change .cont1 .swiper-pagination-bullet {
  background-color: #ffffff;
  opacity: 1.0;
  margin: 0 12px;
  width: 8px;
  height: 8px;
}
@media (min-width: 768px) {
  .positive_change .cont1 .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
  }
}
.positive_change .cont1 .swiper-slideinner .ttl {
  background: url(/lp/positive_change/images/swiper_ttl.png) no-repeat center left;
  background-size: contain;
  margin-left: -22px;
  padding-left: 25px;
  padding-right: 30px;
  width: 110px;
  height: 50px;
  display: flex;
  align-items: center;
  color: #ffffff;
}
@media (min-width: 768px) {
  .positive_change .cont1 .swiper-slideinner .ttl {
    background-size: cover;
    padding-left: 20px;
    font-size: 20px;
    width: 130px;
    height: 45px;
    margin-left: -23px;
  }
  .positive_change .cont1 .swiper-slideinner .ttl span {
    display: block;
    padding-top: 5px;
    padding-bottom: 10px;
    line-height: 1.0;
  }
}
.positive_change .cont1 .swiper-slideinner .inner-img {
  margin-top: -20px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .positive_change .cont1 .swiper-slideinner .inner-img {
    margin-top: 0;
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .positive_change .cont1 .cont1_left_block {
    display: flex;
    align-items: stretch;
  }
}
.positive_change .cont1 .cont1_left_block .white_box02 {
  background: #ffffff;
  border-radius: 5px;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.4);
  padding: 20px;
}
@media (min-width: 768px) {
  .positive_change .cont1 .cont1_left_block .white_box02 {
    padding: 30px 25px;
  }
}
.positive_change .cont1 .cont1_left_block .white_box02 p {
  color: #000000;
}
.positive_change .cont1 .cont1_left_block .white_box02 .ttl {
  color: #ffffff;
  background: #0064bc;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  position: relative;
  width: 100%;
  height: 40px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 768px) {
  .positive_change .cont1 .cont1_left_block .white_box02 .ttl {
    font-size: 18px;
    letter-spacing: -2px;
  }
}
.positive_change .cont1 .cont1_left_block .white_box02 .ttl:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 0 20px 10px;
  border-color: transparent transparent transparent #ffffff;
}
.positive_change .cont1 .cont1_left_block .white_box02 .ttl:after {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 10px 20px 0;
  border-color: transparent #ffffff transparent transparent;
}
.positive_change .sub_ttl {
  font-size: 15px;
  color: #ffffff;
  font-weight: bold;
  position: relative;
  padding: 0 20px;
  display: inline;
}
@media (min-width: 768px) {
  .positive_change .sub_ttl {
    font-size: 24px;
  }
}
.positive_change .sub_ttl:before {
  position: absolute;
  content: "";
  background: #ffffff;
  width: 10px;
  height: 1px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.positive_change .sub_ttl:after {
  position: absolute;
  content: "";
  background: #ffffff;
  width: 10px;
  height: 1px;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.positive_change h2 {
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.5;
  color: #ffffff;
  position: relative;
  padding-bottom: 20px;
}
@media (min-width: 768px) {
  .positive_change h2 {
    padding-bottom: 60px;
    font-size: 44px;
  }
}
.positive_change h2:after {
  position: absolute;
  content: "";
  background: #ffffff;
  width: 30px;
  height: 4px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media (min-width: 768px) {
  .positive_change h2:after {
    width: 60px;
  }
}

.container {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .container {
    width: 100%;
    max-width: 1080px;
    margin: 0 auto;
    padding-left: 40px;
    padding-right: 40px;
  }
}

.note01 {
  display: flex;
  flex-wrap: nowrap;
  font-size: 11px;
  line-height: 1.8;
}
.note01 dt {
  display: block;
  white-space: nowrap;
}
@media (min-width: 768px) {
  .note01 {
    font-size: 14px;
  }
}

.note02 {
  font-size: 11px;
}
.note02 li {
  padding-left: 1em;
  text-indent: -1em;
  line-height: 1.8;
}
@media (min-width: 768px) {
  .note02 {
    font-size: 14px;
  }
}

.cont2 {
  padding: 50px 0;
  /*********************/
  /*********************/
}
@media (min-width: 768px) {
  .cont2 {
    padding: 90px 0;
  }
}
.cont2 h2 {
  color: #000000;
}
.cont2 h2:after {
  background: #000000;
}
.cont2 h2 span {
  color: #d70c18;
}
.cont2 h2 span.impact {
  color: black;
  font-size: 0.6em;
}
@media (min-width: 768px) {
  .cont2 .graph {
    width: 500px;
    margin: 70px auto 25px;
  }
}
.cont2 #acMenu dt {
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 40px;
  padding: 0px;
  line-height: 40px;
  text-align: center;
  background: #0064bc;
  border-radius: 5px;
  position: relative;
  cursor: pointer;
  box-shadow: 0 5px 0 #0055a0;
}
.cont2 #acMenu dt span {
  color: #ffffff;
  font-size: 16px;
  padding-top: 5px;
}
@media (min-width: 768px) {
  .cont2 #acMenu dt span {
    font-size: 24px;
    line-height: 40px;
  }
}
.cont2 #acMenu dt p.ttl {
  padding: 10px;
  display: table-cell;
  vertical-align: middle;
}
.cont2 #acMenu dt span {
  display: inline-block;
  font-weight: 700;
}
.cont2 #acMenu dt:before {
  right: 10px;
  left: auto;
  width: 21px;
  height: 3px;
  background: #ffffff;
}
.cont2 #acMenu dt:after {
  right: 19px;
  left: auto;
  width: 3px;
  height: 21px;
  background: #ffffff;
}
.cont2 #acMenu dt:before, .cont2 #acMenu dt:after {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}
.cont2 #acMenu dt.active:after {
  display: none;
}
.cont2 #acMenu dd {
  background: #f4f4f4;
  border-radius: 0px 0px 5px 5px;
  width: 100%;
  display: none;
  padding: 20px 15px;
}
@media (min-width: 768px) {
  .cont2 #acMenu dd {
    padding: 50px 30px;
  }
}
.cont2 #acMenu dd ul {
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cont2 #acMenu dd ul li {
  width: 100%;
}
@media (min-width: 768px) {
  .cont2 #acMenu dd ul {
    margin-top: 70px;
    flex-wrap: nowrap;
    justify-content: space-between;
  }
}
.cont2 #acMenu dd ul li {
  border-top: 2px dotted #000000;
  padding: 20px 0;
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cont2 #acMenu dd ul li p {
  width: 100%;
}
.cont2 #acMenu dd ul li img {
  width: auto;
  height: 138px;
  vertical-align: bottom;
}
.cont2 #acMenu dd ul li:first-of-type {
  border-top: none;
}
@media (min-width: 768px) {
  .cont2 #acMenu dd ul li {
    width: calc(100% / 3);
    border-left: 2px dotted #000000;
    border-top: none;
    padding: 30px 25px;
  }
  .cont2 #acMenu dd ul li:first-of-type {
    border-left: none;
  }
}

.cont3 {
  background: #e8f4eb;
  padding: 50px 0;
}
.cont3 .orange {
  color: #e07400;
}
@media (min-width: 768px) {
  .cont3 {
    padding: 90px 0;
  }
}
.cont3 h2 {
  color: #000000;
}
.cont3 h2:after {
  background: #000000;
}
.cont3 h2 span {
  color: #e07400;
}
.cont3 .s_ttl span {
  font-weight: 700;
  text-align: center;
  color: #ffffff;
  background: #1b973a;
  display: inline-block;
  text-align: center;
  padding: 0px 20px;
  border-radius: 25px;
  width: auto;
  font-size: 13px;
}
@media (min-width: 768px) {
  .cont3 .s_ttl span {
    font-size: 20px;
    padding: 5px 30px;
  }
}
.cont3 p.ttl {
  color: #ffffff;
  background: #1b973a;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  position: relative;
  width: 100%;
  height: 30px;
  padding-left: 10px;
  padding-right: 10px;
  letter-spacing: 0.1em;
}
@media (min-width: 768px) {
  .cont3 p.ttl {
    font-size: 24px;
    height: 48px;
  }
}
.cont3 p.ttl:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 0 15px 15px;
  border-color: transparent transparent transparent #e8f4eb;
}
@media (min-width: 768px) {
  .cont3 p.ttl:before {
    border-width: 24px 0 24px 20px;
  }
}
.cont3 p.ttl:after {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 15px 15px 0;
  border-color: transparent #e8f4eb transparent transparent;
}
@media (min-width: 768px) {
  .cont3 p.ttl:after {
    border-width: 24px 20px 24px 0;
  }
}
.cont3 .cont3_list li {
  padding-left: 1em;
  text-indent: -1em;
  font-size: 13px;
}
@media (min-width: 768px) {
  .cont3 .cont3_list li {
    font-size: 18px;
  }
}

.cont4, .cont5, .cont6 {
  padding: 30px 0;
}
@media (min-width: 768px) {
  .cont4, .cont5, .cont6 {
    padding: 90px 0;
  }
}
.cont4 .cont4_ttl, .cont5 .cont4_ttl, .cont6 .cont4_ttl {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
@media (min-width: 768px) {
  .cont4 .cont4_ttl, .cont5 .cont4_ttl, .cont6 .cont4_ttl {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.cont4 .cont4_ttl .img, .cont5 .cont4_ttl .img, .cont6 .cont4_ttl .img {
  width: 30%;
}
@media (min-width: 768px) {
  .cont4 .cont4_ttl .img, .cont5 .cont4_ttl .img, .cont6 .cont4_ttl .img {
    width: 150px;
  }
}
.cont4 h2, .cont5 h2, .cont6 h2 {
  color: #000000;
  text-align: left;
  margin-left: 8px;
}
.cont4 h2:after, .cont5 h2:after, .cont6 h2:after {
  background: none;
}
@media (min-width: 768px) {
  .cont4 h2, .cont5 h2, .cont6 h2 {
    width: 100%;
    text-align: center;
    margin-left: 0;
    padding-bottom: 0;
  }
}
.cont4 h2 span, .cont5 h2 span, .cont6 h2 span {
  color: #d70c18;
}
.cont4 h3, .cont5 h3, .cont6 h3 {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  background: #592db1;
  border: 3px solid #592db1;
  border-radius: 23px;
  font-size: 14px;
  font-weight: 700;
  color: #ffffff;
}
@media (min-width: 768px) {
  .cont4 h3, .cont5 h3, .cont6 h3 {
    font-size: 24px;
  }
}
.cont4 h3 span, .cont5 h3 span, .cont6 h3 span {
  display: flex;
  align-items: center;
}
.cont4 h3 span.ttl, .cont5 h3 span.ttl, .cont6 h3 span.ttl {
  color: #592db1;
  font-size: 14px;
  display: flex;
  align-items: center;
  background: #ffffff;
  border-radius: 100px;
  padding: 0 20px;
  font-weight: 700;
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cont4 h3 span.ttl, .cont5 h3 span.ttl, .cont6 h3 span.ttl {
    font-size: 24px;
    padding: 0 40px;
    margin-right: 30px;
  }
}

.cont5 {
  background: #f5f5f5;
}
.cont5 ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.cont5 ul.note02 li {
  width: 100%;
  background: transparent;
  padding-left: 1em;
  text-indent: -1em;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  line-height: 1.8;
}
.cont5 ul li {
  width: 100%;
  padding: 20px;
  background: #ffffff;
  border-radius: 5px;
  margin-top: 20px;
}
.cont5 ul li .num > * {
  width: 50%;
}
.cont5 ul li.block01 {
  margin-top: 0;
  border: 4px solid #00a0dd;
}
.cont5 ul li.block01 .num .left {
  color: #00a0dd;
}
.cont5 ul li.block02 {
  border: 4px solid #93c53c;
}
.cont5 ul li.block02 .num .left {
  color: #93c53c;
}
.cont5 ul li.block03 {
  border: 4px solid #009c7a;
}
.cont5 ul li.block03 .num .left {
  color: #009c7a;
}
.cont5 ul li.block04 {
  border: 4px solid #56758d;
}
.cont5 ul li.block04 .num .left {
  color: #56758d;
}
@media (min-width: 768px) {
  .cont5 ul li {
    padding: 25px;
    width: calc((100% - 40px) / 2);
    margin-right: 40px;
    margin-bottom: 35px;
  }
  .cont5 ul li:nth-child(2n) {
    margin-right: 0;
    margin-top: 0;
  }
  .cont5 ul li:nth-child(3), .cont5 ul li:nth-child(4) {
    margin-bottom: 0;
    margin-top: 0;
  }
}
.cont5 ul li .s_ttl {
  background: #929292;
  color: #ffffff;
  text-align: center;
  width: 100%;
  border-radius: 5px;
  font-weight: 700;
  font-size: 13px;
  padding: 5px;
}
@media (min-width: 768px) {
  .cont5 ul li .s_ttl {
    font-size: 18px;
  }
}
.cont5 ul li .num {
  margin-top: 15px;
  align-items: flex-end;
}
@media (min-width: 768px) {
  .cont5 ul li .num {
    margin-top: 30px;
  }
}
.cont5 ul li .num .right {
  font-size: 13px;
}
@media (min-width: 768px) {
  .cont5 ul li .num .right {
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .cont5 ul li .num .left img {
    width: 100%;
  }

  .cont5 ul li .num .left1 img {
    width: 100%;
  }

  .cont5 ul li .num .left2 img {
    width: 90%;
  }
}

@media (max-width: 767px) {
  .cont5 ul li .num .left img {
    width: 100%;
  }

  .cont5 ul li .num .left1 img {
    width: 100%;
  }

  .cont5 ul li .num .left2 img {
    width: 95%;
  }
}
.cont5 ul li ul {
  display: block;
  margin-top: 10px;
}
.cont5 ul li ul li {
  width: 100%;
  padding-left: 1em;
  text-indent: -1em;
  margin-bottom: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 13px;
}
@media (min-width: 768px) {
  .cont5 ul li ul li {
    font-size: 18px;
  }
}

.cont6 h3 {
  border-radius: 38px;
  letter-spacing: -1px;
}
@media (min-width: 768px) {
  .cont6 h3 {
    border-radius: 100px;
    letter-spacing: 0;
  }
}
.cont6 h3 span {
  letter-spacing: 0;
  margin-right: 5px;
  border-radius: 38px;
}
@media (min-width: 768px) {
  .cont6 h3 span {
    margin-right: 30px;
    border-radius: 20px;
  }
}
.cont6 ul {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .cont6 ul {
    flex-wrap: nowrap;
  }
}
.cont6 ul.note02 {
  display: inline-block;
}
.cont6 ul.note02 li {
  width: 100%;
  background: none;
  box-shadow: none;
  font-size: 11px;
}
@media (min-width: 768px) {
  .cont6 ul.note02 li {
    font-size: 14px;
  }
}
.cont6 ul li {
  background: url(/lp/positive_change/images/cont6_bg.gif) repeat center center;
  box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.4);
  border-radius: 5px;
  width: 100%;
}
@media (min-width: 768px) {
  .cont6 ul li {
    width: calc((100% - 40px) / 2);
  }
}
@media (min-width: 768px) {
  .cont6 ul li:first-of-type {
    margin-right: 40px;
  }
}
.cont6 ul li p {
  padding: 10px 15px;
  font-size: 13px;
}
.cont6 ul li p span {
  color: #592db1;
  font-weight: 700;
}
@media (min-width: 768px) {
  .cont6 ul li p {
    padding: 20px 45px 45px;
    font-size: 18px;
  }
}

.cont7 {
  padding: 0 0 60px;
  background: #ffffff;
  margin-top: 0;
}
@media (min-width: 768px) {
  .cont7 {
    padding: 0 0 90px;
  }
}
.cont7 .bg_blue {
  background: #0064bc;
  padding: 40px 0;
}
@media (min-width: 768px) {
  .cont7 .bg_blue {
    padding: 90px 0;
  }
}
.cont7 .bg_blue p {
  text-align: center;
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
}
@media (min-width: 768px) {
  .cont7 .bg_blue p {
    font-size: 26px;
  }
}
.cont7 .cont7_bg {
  background: url(/lp/positive_change/images/cont7_bg_sp.jpg) no-repeat center center;
  background-size: cover;
  padding: 60px 0;
}
@media (min-width: 768px) {
  .cont7 .cont7_bg {
    background: url(/lp/positive_change/images/cont7_bg_sp.jpg) no-repeat center center;
    background-size: cover;
    padding: 80px 0;
  }
}
.cont7 .cont7_bg p {
  width: 45%;
  margin-left: auto;
  margin-right: 0;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  color: #ffffff;
}
@media (min-width: 768px) {
  .cont7 .cont7_bg p {
    font-size: 30px;
  }
}
.cont7 h2 {
  color: #000000;
}
.cont7 h2:after {
  background: #000000;
}

.positive_change_sp.sc_btn {
  position: fixed;
  justify-content: space-between;
  align-items: center;
  bottom: 0px;
  right: 0px;
  width: 100%;
  background: rgba(0, 0, 0, 0.85);
  padding: 35px 10px 10px;
}
.positive_change_sp.sc_btn p {
  width: 100%;
  margin-bottom: 0;
  line-height: 1;
}
.positive_change_sp.sc_btn p.left {
  margin-right: 5px;
}
.positive_change_sp.sc_btn p.right {
  margin-left: 5px;
}
.positive_change_sp.sc_btn p a {
  display: block;
}
@media (min-width: 768px) {
  .positive_change_sp.sc_btn {
    display: none !important;
  }
}
.positive_change_sp.sc_btn #closeBtn {
  position: absolute;
  top: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.85);
  width: 25px;
  height: 25px;
  box-sizing: border-box;
}
.positive_change_sp.sc_btn #closeBtn:after, .positive_change_sp.sc_btn #closeBtn:before {
  content: "";
  position: absolute;
  display: block;
  width: 1px;
  height: calc(100% - 10px);
  background-color: #ffffff;
  top: 5px;
  left: 50%;
}
.positive_change_sp.sc_btn #closeBtn:before {
  transform: rotate(45deg);
}
.positive_change_sp.sc_btn #closeBtn:after {
  transform: rotate(-45deg);
}

.cont8 {
  background: #f5f5f5;
  padding: 35px 0;
}
@media (min-width: 768px) {
  .cont8 {
    padding: 60px 0;
  }
}
.cont8 p {
  font-size: 12px;
}
.cont8 p > span.red {
  color: #d40000;
}
@media (min-width: 768px) {
  .cont8 p {
    font-size: 16px;
  }
}
.cont8 .table01, .cont8 .table02 {
  border-left: 1px solid #000000;
  border-top: 1px solid #000000;
  width: 100%;
}
.cont8 .table01 th, .cont8 .table01 td, .cont8 .table02 th, .cont8 .table02 td {
  border-right: 1px solid #000000;
  border-bottom: 1px solid #000000;
  vertical-align: middle;
  line-height: 1.5;
  font-size: 12px;
}
.cont8 .table01 th span, .cont8 .table01 td span, .cont8 .table02 th span, .cont8 .table02 td span {
  color: #d40000;
}
@media (min-width: 768px) {
  .cont8 .table01 th, .cont8 .table01 td, .cont8 .table02 th, .cont8 .table02 td {
    font-size: 16px;
  }
}
.cont8 .table01 th, .cont8 .table02 th {
  text-align: center;
}
.cont8 .table01 .rl span, .cont8 .table02 .rl span {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  color: #000000;
}
@media (min-width: 768px) {
  .cont8 .table01 .rl span, .cont8 .table02 .rl span {
    -webkit-writing-mode: horizontal-tb;
    -ms-writing-mode: rl-tb;
    writing-mode: horizontal-tb;
    white-space: nowrap;
  }
}
.cont8 .table01 ul li, .cont8 .table02 ul li {
  padding-left: 1em;
  text-indent: -1em;
}
.cont8 .table01 th, .cont8 .table01 td, .cont8 .table02 th, .cont8 .table02 td {
  padding: 5px;
}
@media (min-width: 768px) {
  .cont8 .table01 th, .cont8 .table01 td, .cont8 .table02 th, .cont8 .table02 td {
    padding: 20px;
  }
}
.cont8 .table01 th.nowrap, .cont8 .table01 td.nowrap, .cont8 .table02 th.nowrap, .cont8 .table02 td.nowrap {
  white-space: nowrap;
}
.cont8 .table01 th.rl, .cont8 .table02 th.rl {
  min-height: 3.6em;
  padding: 15px 5px 10px;
  width: 28px;
}
@media (min-width: 768px) {
  .cont8 .table01 th.rl, .cont8 .table02 th.rl {
    min-height: none;
    padding: 20px;
    width: auto;
  }
}
.cont8 .table02 td.rl {
  min-height: 3.6em;
  padding: 5px;
  width: 47px;
}
@media (min-width: 768px) {
  .cont8 .table02 td.rl {
    min-height: none;
    padding: 20px;
    width: auto;
  }
}

@media (min-width: 768px) {
  .youtube_block {
    width: 100%;
    max-width: 670px;
    margin-left: auto;
    margin-right: auto;
  }
}

.youtube_movie {
  position: relative;
  width: 100%;
}
@media (min-width: 768px) {
  .youtube_movie {
    max-width: 670px;
  }
}
.youtube_movie a img {
  transition: all 0.3s ease;
}
.youtube_movie a:hover img {
  opacity: 0.5;
}

.player {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.thumb {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.youtube_movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (min-width: 768px) {
  .youtube_movie iframe {
    max-width: 670px;
  }
}

.sc_btn.positive_change_pc {
  bottom: auto;
  top: 50%;
  transform: translateY(-50%);
}

.positive_change_pc.sc_btn p {
  display: none;
}
@media (min-width: 768px) {
  .positive_change_pc.sc_btn p {
    display: block;
    float: right;
    margin-right: 0px;
    width: 44px;
    text-align: center;
    margin-bottom: 10px;
  }
}

.modaal-video-wrap {
  margin: auto 10px;
}

.modaal-inner-wrapper {
  padding: 0;
}

.header_sp {
  padding: 0;
  border-bottom: none;
  overflow: auto;
  z-index: 100;
  width: 100%;
  background-color: #fff;
  padding: 0;
  border-bottom: 3px solid #e60000;
}
.header_sp .header_inner {
  width: 100%;
  height: 63px;
  display: table;
  background: url(../images/gnav_bg_header.gif) 0 bottom repeat-x;
}
.header_sp .header_inner .header-logo {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  padding-left: 5px;
  padding: 5px;
  line-height: 1;
}
.header_sp .header_inner .header-logo > a {
  display: inline-block;
}
.header_sp .header_inner .header-logo > a img {
  width: 100%;
  max-width: 200px;
}
.header_sp .header_disc_sp {
  text-align: center;
  font-size: 4vw;
  text-decoration: underline;
}
.header_sp .header_disc_sp a {
  color: #000000;
}
@media (min-width: 768px) {
  .header_sp {
    display: none;
  }
}

#pagetop2.sc_btn {
  right: 15px;
  bottom: 105px;
  transform: translateY(0);
  width: 30px;
  height: 30px;
  position: fixed;
  z-index: 10;
}
@media (min-width: 768px) {
  #pagetop2.sc_btn {
    width: 55px;
    height: 55px;
    right: 0;
    bottom: 0;
  }
}
#pagetop2.sc_btn a {
  background: rgba(0, 0, 0, 0.5);
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
#pagetop2.sc_btn a:before {
  content: "";
  display: block;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  vertical-align: middle;
  width: 4px;
  height: 4px;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%) rotate(-45deg);
  -webkit-transform: translate(0, -50%) rotate(-45deg);
  right: 0;
  left: 0;
  margin: 3px auto 0;
}
@media (min-width: 768px) {
  #pagetop2.sc_btn a:before {
    border-top: solid 3px #fff;
    border-right: solid 3px #fff;
    width: 10px;
    height: 10px;
  }
}
.chart_title {
  font-size: 3.3rem;
}
.set_period {
  font-size: 1.3rem;
}
.legend_img {
  margin: auto;
  margin-bottom: 10px;
}
.chart_box {
  height: 300px;
}
.justify-content-md-between {
  width: 100%;
}
.justify-content-md-between > div {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .legend_img.disp_pc {
    display: none;
  }
  .legend_img.disp_sp {
    display: block;
  }
  .chart_title {
    font-size: calc(3vw + 0.9rem);
  }
}
@media screen and (max-device-width: 768px) {
  .mv > .disp_sp {
    height: 96.8vw !important;
  }
}
@media screen and (max-device-height: 414px) {
  .mv > .disp_pc {
    height: calc(43.1vw + 6px) !important;
  }
}
.mv > .disp_pc {
  height: 43.1vw;
}
.mv > .disp_sp {
  height: calc(122.1vw - 21px);
}

/*# sourceMappingURL=positive_change_common.css.map */
@keyframes fukidashi{
  0%{opacity:0.5;}
  100%{opacity: 1;}
}
