li {
  list-style: none;
}
/*見出し＋画像ボックス*/
.colbox {
display: flex;
}
/*右：画像縦積ボックス*/
.imgcontainer {
margin-bottom: 2rem;
}
/*最下部グレーbox----------*/
.pageend {
display: flex;
margin: 0 4rem 0;
justify-content: center;
}
.pageend li {
list-style: none;
}
/*.pageend li:first-child {
width: 10rem;
}
*/
/*ホバー*/
.link_blue {
color: #0068b7;
font-weight:700;
}
.link_blue:hover {
color:#20234E;
text-decoration: underline;
}
/*トップ画像*/
.report-main {
  background-image:url(/brand/report/report-53/img/report_main.jpg);
  background-size:950px auto;
}
/*テキスト*/
.pinktext {
  color: #EF858C;
}
.bluetext {
  color: #2a7f8e;
}
.blueleadtext {
  font-size: 1.9em;
  color: #187fc4;
  line-height: 1.4 !important;
  margin-bottom: 10px;
}
/*左マル右テキスト*/
.itemImage.-w180 {
  width:300px;
}
/*キャプション右寄せ*/
.caption-right {
  direction: ltr !important;
  display: block;
  color: #666;
  font-size: 85%;
  line-height: 1.5;
  margin: 8px 0 20px;
  text-align: end
}
/*Interview---------------------*/
.InterviewBox01 {
  padding: 63px 29px 29px;
  border: 1px solid #EF858C;
  background-color: #fffaf1;
  overflow: hidden;
}
.InterviewBox02 {
  padding: 63px 29px 29px;
  border: 1px solid #2a7f8e;
  background-color: #f5fbfa;
  overflow: hidden;
}
.Interview-img {
  margin-bottom: -3.5em;
  margin-left: 2em;
}
.Interview-leadtx {
  font-size: 1.9em;
  line-height: normal;
}
.Interview-imgbox {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
/*--------------------------*/
.imageL {
  float: left;
  width: 380px;
}
.imageL-v2 {
  float: left;
  width: 340px;
  padding-right: 0;
}
.imageR-v2 {
  float: right;
  width: 340px;
  padding-left: 30px;
}
.imageR-v3 {
  float: right;
  width: 500px;
  padding-left: 30px;
}
/*.boxL .imageL {
width: calc(100% - 10px);
}*/

.indent {
  display: inline-block;
  padding-left: 1em;
}
/*---SP体裁-------------------*/
@media screen and (max-width: 767px) {
.colbox {
flex-wrap: wrap;
justify-content: space-between;
}
.introduction img {
width: 90%;
}
.pageend {
flex-wrap: wrap;
margin: 0 1.5em 0;
justify-content: center;
}
.pageend h3 {
margin-left: 1rem;
margin-top: 0.5rem;
}
.pageend p {
margin-left: 1rem;
margin-top: 0.5rem;
}
/*左マル右テキスト*/
.itemImage.-w180 {
  width:150px;
  text-align: center;
}
.voice-rbox-v2 {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.imageL {
  padding-right: 0;
}
.rpdel {
  padding-right: 0;
}
.voice-txgreen {
  text-align: center;
}
  .spmt20 {
    margin-top: 20px !important;
  }
  .spmt40 {
    margin-top: 40px;
  }
  .spmt50 {
    margin-top: 50px !important;
  }
  .spmt80 {
    margin-top: 80px;
  }
  .spmb10 {
    margin-bottom: 10px;
  }
  .spmb30 {
    margin-bottom: 30px;
  }
  .spmb140 {
    margin-bottom: 140px;
  }
  .includedimg_sp {
    width: 40%;
    padding: 5px 20px 0 0;
    float: left;
  }
  .sp-imgbox {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  .sp-imgbox img {
    width: 80% !important;
  }
  .banneritem01 {
    color: #fff;
    font-weight: bold;
    position: absolute;
    top: 18%;
    right: 19%;
    width: 45%;
    height: 23px;
    text-align: center;
    transform: translate(27%, -40%);
    font-size: 2.8vw;
  }
  .banneritem02 {
    color: #fff;
    font-weight: bold;
    position: absolute;
    top: 47%;
    right: 19%;
    width: 45%;
    height: 40px;
    text-align: center;
    line-height: 1.6 !important;
    transform: translate(27%, -30%);
    font-size: 3vw;
  }
  .bannerbg {
    position: absolute;
    top: 0;
    left: 0;
  }
  .borderbottom {
    border-bottom: 2px solid #fff;
    padding-bottom: 10px;
    margin-bottom: 5px;
  }
    .bannerWrap01 {
    height: 117px;
  }
  .bordertop_sp01 {
    border-top: 2px dotted #ccc;
    padding-top: 40px;
  }
}
/*---PC体裁-------------------*/
@media screen and (min-width: 768px) {
  .logoimg {
    border-right: 2px solid #ccc;
    padding-right: 20px;
    margin-right: 30px;
  }
  .borderbottom {
    border-bottom: 2px solid #fff;
    margin-bottom: 5px;
  }
  .banneritem01 {
    color: #fff;
    font-weight: bold;
    position: absolute;
    top: 24px;
    right: 16px;
    width: 180px;
    height: 30px;
    text-align: center;
    font-size: 13px !important;
  }
  .banneritem02 {
    color: #fff;
    font-weight: bold;
    position: absolute;
    top: 59px;
    right: 9px;
    width: 190px;
    height: 45px;
    text-align: center;
    line-height: 1.6 !important;
    font-size: 13px;
  }
  .bannerbg {
    position: absolute;
    top: 0;
    left: 0;
  }
.-mt121 {
  margin-top: -121px;
}
.-mt16 {
  margin-top: -16px;
}
.lpdel {
  padding-left: 0;
}
.boxL-v2 {
  float: left;
  width: 45%;
}
.boxR-v2 {
  float: right;
  width: 45%;
}
.box35 {
  width: 35%;
}
.box40 {
  width: 40%;
}
.box55 {
width: 55%;
}
.box60 {
  width: 60%;
}
  .order02 {
    order: 2;
  }
  .order01 {
    order: 1;
  }
  .pcmt-30 {
    margin-top: -30px;
  }
  .boxWrap01 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .pcmt70 {
    margin-top: 70px;
  }
  .pcmt30 {
    margin-top: 30px;
  }
  .pcmt20 {
    margin-top: 20px;
  }
  .pcmt10 {
    margin-top: 10px;
  }
  .includedimg_pc {
  width: 35%;
  padding: 5px 20px 0 0;
  float: left;
  }
}
.bg_gray {
  background-color: #f5f5f6;
  border: 1px solid #ccc;
  padding: 30px;
}
.WhiteBox {
  background-color: #fff;
  padding: 30px;
  margin-top: 30px;
}
.banner01 {
  margin-top: 20px;
  border-radius: 6px;
  border: 2px solid #53b0e4;
}
.round_item {
  border-radius: 10px;
}
.bannerWrap01 {
  position: relative;
}
.mb40 {
  margin-bottom: 40px;
}
.top-right {
  font-size: 10px !important;
}
.util-sup_kokoromachi {
  position: relative;
  line-height: 1;
  vertical-align: baseline;
}
.font90 {
  font-size: 90% !important;
}
