@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Sans:400,700|Oswald:300,400,500,600&display=swap");

.area_lead .box_visual .tit_name small {
  font-size: 16px;
  color: #0089e7;
  display: block;
}
.area_lead .box_visual .img img {
  margin: 0 auto;
}
.area_lead .box_status .pdf_btn {
  margin: 30px auto 0;
}
.area_lead .box_status .box_text {
  width: auto;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .area_lead .box_visual .tit_name small {
    font-size: 14px;
  }
  .area_lead .box_visual .ul_mark {
    margin: 15vw auto 0;
  }
  .area_lead .box_status .pdf_btn {
    margin: 10vw auto 0;
  }
}



/* 特長の青いエリア
/* ---------------------------------- */

.cb_feature .tit_content {
  margin-bottom: 30px;
}
.cb_feature .tit_circlewhite {
  margin: 10px 0;
}
.cb_feature .tit_circlewhite + p {
  color: #fff;
  margin-bottom: 25px;
}
.cb_feature .img {
  width: 232px;
}
.cb_feature img {
  width: 100%;
  margin-bottom: 15px;
}
.cb_feature .ul_feature li {
  width: 580px;
  padding: 25px 50px;
}
.cb_feature .ul_feature li .tit {
  color: #222;
  font-size: 24px;
  line-height: 1.16;
  font-weight: 600;
  text-align: center;
  margin: 0 0 10px;
}
.cb_feature .ul_feature li .c_blue {
  color: #006bc2;
}
.cb_feature .ul_feature li p:not(.tit) {
  color: #222;
}
.cb_feature .ul_feature li .box_wrap {
  margin-top: 20px;
}
.cb_feature .ul_feature li span {
  display: block;
  font-size: 14px;
  text-align: left;
  margin-left: 1em;
  text-indent: -1em;
}

@media screen and (max-width: 768px) {
  .cb_feature .img {
    width: 100%;
  }
  .cb_feature .img + .img {
    margin-top: 5vw;
  }
  .cb_feature .ul_feature li {
    padding: 3vw 9vw;
  }
  .cb_feature .ul_feature li + li {
    margin-top: 5vw !important;
  }
  .cb_feature .ul_feature li .tit {
    font-size: 18px;
    line-height: normal;
  }
  .cb_feature .ul_feature li p:not(.tit) {
    font-size: 13px;
    line-height: 1.5;
  }
  .cb_feature .ul_feature li span {
    text-align: center;
    font-size: 14px;
    line-height: 2;
  }
  .cb_feature .ul_feature li img {
    margin: 0 0 10px;
    width: 100%;
  }
}

.cb02_feature .ul_feature li:first-child .img:last-child span {
  text-align: center;
}
.cb02_feature .ul_feature li:last-child .img {
  width: auto;
  margin: 0 auto;
}
.cb02_feature .ul_feature li:last-child .img img {
  width: 232px;
}
.cb02_feature .ul_feature li:last-child .img span {
  text-align: center;
}
@media screen and (min-width: 769px) {
  .cb02_lineup {
    justify-content: flex-start;
  }
  .cb02_lineup li {
    margin-right: 40px;
  }
}
@media screen and (max-width: 768px) {
  .cb02_feature .ul_feature li:last-child .img img {
    width: 100%;
  }
}

.pdf_btn {
  display: block;
  background: #006bc2;
  font-size: 15px;
  color: #fff;
  height: 50px;
  line-height: 50px;
  text-align: center;
  position: relative;
  margin: 0;
}
.pdf_btn::after {
  content: "";
  display: block;
  background: url("../../img/common/icon_pdf.png") no-repeat;
  background-size: contain;
  width: 23px;
  height: 28px;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}
.pdf_btn:hover,
.pdf_btn:focus {
  color: #fff;
}
@media screen and (max-width: 768px) {
  .pdf_btn {
    padding-right: 2em;
    font-size: 13px;
    height: 12vw;
    line-height: 12vw;
    text-align: center;
    position: relative;
  }
  .pdf_btn::after {
    width: 21px;
    height: 25px;
    right: 3vw;
  }
}



.cb_detail .box_wrap .box_lineup {
  width: 580px;
}
.cb_detail .ul_lineup li img {
  vertical-align: middle;
}
.cb_detail .ul_lineup li .name {
  font-weight: normal;
  line-height: 1.55;
  margin: 10px 0 20px;
}
.cb_detail .ul_lineup.box_wrap li {
  width: auto;
}
.cb_detail .ul_lineup.box_wrap li:nth-child(n+3){
  margin-top: 0;
}
.cb_detail .tit_leftblue {
  margin-top: 70px;
}
.cb_detail .ul_lineup.box_wrap span.note {
  color: #999;
  font-size: 14px;
  text-align: center;
  display: block;
}
@media screen and (max-width: 768px) {
  .cb_detail .box_wrap .box_lineup {
      width: 100%;
  }
  .cb_detail .ul_lineup.box_wrap {
    margin: 6vw 0 0;
  }
  .cb_detail .ul_lineup.box_wrap span.note {
    text-align: left;
    width: 100%;
    margin-top: 2vw;
    margin-left: 1em;
    text-indent: -1em;
    display: block;
    font-weight: normal !important;
  }
  .cb_detail .ul_lineup.box_wrap li {
    width: calc(100% / 2 - 2vw);
  }
  .cb_detail .ul_lineup li .name {
    font-size: 14px;
    line-height: 1.4;
    margin: 1vw 0 4vw;
  }
  .cb_detail .box_pattern {
    margin-top: 0;
  }
  .cb_detail .box_pattern .tab_pattern {
     margin-top: 6vw;
  }
  .cb_detail .tit_leftblue {
    margin-top: 10vw;
  }
}

