
#breadcrumbs{
  padding-left: 25px;
  position: relative;
  z-index: 10;
}
main{
  position: relative;
  top: -53px;
  z-index: 9;
}
#main_visual{
  height: 1300px;
  margin-bottom:85px;
  padding-top:85px;
  background:url("/coolchoice/img/about/mv_img.png") center bottom no-repeat,linear-gradient(to bottom, rgba(208,240,255,1) 0%,rgba(232,246,254,1) 71%,rgba(242,249,254,1) 100%);
  box-sizing: border-box;
}
#main_visual_cloud{
  padding-top:85px;
  padding-bottom:95px;
  background:#e5f4fe url("/coolchoice/img/ondanka/bg_cloud.png") top center no-repeat;
  box-sizing: border-box;
}
.mv_inner{
  display: block;
  padding: 0 130px;
}
.mv_inner h1{
  font-size: 36px;
  color: #009ee7;
  text-align: center;
  margin-bottom: 40px;
  padding-bottom: 150px;
  background: url("/coolchoice/img/about/mv_cc_logo_small.png") bottom center no-repeat;
}

.mv_inner p{
  font-size:20px;
  color: #545A7B;
  line-height: 2;
}
.mv_inner p span{
  font-size:24px;
  color: #545A7B;
  font-weight: bold;
}
.mv_inner p em{
  font-weight: bold;
  font-style: normal;
}

/* 2021/10/12 なぜ私たちの行動が必要なの　のために追加 */
.mv_inner2 p{
  position: relative;
  margin: 50px 0px;
}
.mv_inner2 p:before{
  content: "";
  display: block;
  border-top:4px solid #ff6b04;
  width: 50px;
  position: absolute;
  left: -70px;
  top: 15px;
}
.mv_inner2 a {
  font-weight: bold;
  text-decoration:underline;
}
.mv_inner2 p span{
  font-size:20px;
  color: #545A7B;
  font-weight: normal;
}
.mv_inner2 .red{
  color: #ff0404;
}
.caption{
  text-align:center;
}
.right_remark{
  padding: 10px;
  margin-left: 20%;
  font-size: 12px;
}
.chartarea{
  margin:50px 0px 50px 0px;
}