@charset "UTF-8";
/* --------------------------------------------------------------------
 * Slick-Additional
 * ----------------------------------------------------------------- */

.slick-slider {
  display: block;
  box-sizing: border-box;
  user-select: none;
  touch-action: pan-y;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
  height: 100%;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
  height: 100%;
}

.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}


.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 105px;
  width: 34px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  transform: translate(0, -50%);
  border: none;
  outline: none;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 1;
  margin: 0 auto;
}

.slick-prev {
  left: 0px;
  z-index: 4;
}

[dir="rtl"] .slick-prev {
  left: auto;
  right: 0px;
}

.slick-prev:before {
  content: '';
  width: 13px;
  height: 21px;
  display: block;
}

[dir="rtl"] .slick-prev:before {
  content: '';
  width: 13px;
  height: 21px;
  display: block;
}

.slick-next {
  right: 0px;
  z-index: 4;
}

[dir="rtl"] .slick-next {
  left: 0px;
  right: auto;
}

.slick-next:before {
  content: '';
  width: 13px;
  height: 21px;
  display: block;
}

[dir="rtl"] .slick-next:before {
  content: '';
  width: 13px;
  height: 21px;
  display: block;
}

.ItemBlock {
  margin-bottom: 48px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-left: 0;
}

.ItemBlock {
  padding: 0 20px;
}

@media screen and (max-width: 767px) {
  .ItemBlock {
    display: block;
    margin-bottom: 35px;
    padding: 0;
  }
}

.ItemBlock .itemList {
  padding: 80px 0 60px;
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  .ItemBlock .itemList {
    padding: 60px 20px 60px;
    width: 100%;
    margin-right: 0;
  }
}

.ItemBlock .itemList .subTtl {
  font-size: 1.4rem;
}

.ItemBlock .itemList .txt {
  font-size: 1.2rem;
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .ItemBlock .itemList:first-child {
    margin-top: 0;
  }
}

@media screen and (min-width: 768px) {

  .ItemBlock .itemList:nth-child(1),
  .ItemBlock .itemList:nth-child(2),
  .ItemBlock .itemList:nth-child(3) {
    margin-top: 0;
  }
}

@media screen and (min-width: 768px) {
  .ItemBlock .itemList:nth-child(3n) {
    margin-right: 0;
  }
}

.ItemBlock .itemList .ttl {
  text-align: center;
  margin-bottom: 35px;
  font-size: 2.0rem;
  font-weight: bold;
}

.ItemBlock .imgBox {
  position: relative;
  margin-left: 0;
}

.ItemBlock .imgBox.slider-featured img {
  margin-bottom: 38px;
}

@media screen and (max-width: 767px) {
  .ItemBlock .imgBox.slider-featured img {
    margin-bottom: 45px;
  }
}

.ItemBlock .imgBox.in-slider-none img {
  margin-bottom: 20px;
}

.ItemBlock .imgBox img {
  width: 100%;
  margin: 0 auto;
}

.ItemBlock .imgBox li .pointBox .pointWrap {
  text-align: left;
  display: flex;
  margin-bottom: 10px;
}

.ItemBlock .imgBox .slick-arrow {
  width: 30px;
  height: 30px;
  top: 50%;
  transform: translate(0, -50%) rotate(45deg);
}

@media screen and (max-width: 767px) {
  .ItemBlock .imgBox .slick-arrow {
    width: 16px;
    height: 16px;
  }
}

.ItemBlock .imgBox .slick-arrow::before {
  display: none;
}

.ItemBlock .imgBox .slick-prev {
  left: 6px;
  border-left: 1px solid #000;
  border-bottom: 1px solid #000;
}

@media screen and (max-width: 767px) {
  .ItemBlock .imgBox .slick-prev {
    left: -12px;
  }
}

.ItemBlock .imgBox .slick-next {
  right: 6px;
  border-right: 1px solid #000;
  border-top: 1px solid #000;
}

@media screen and (max-width: 767px) {
  .ItemBlock .imgBox .slick-next {
    right: -12px;
  }
}

.ItemBlock .pointBox {
  margin-left: 0;
  padding: 0 1px;
}

.ItemBlock .pointBox li {
  position: relative;
}

.ItemBlock .pointBox li .number {
  margin-top: -3px;
  margin-right: 13px;
  display: flex;
  width: 29px;
  height: 29px;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 2.0rem;
  color: #fff;
  background: #00A0E9;
  border-radius: 50%;
  flex-shrink: 0;
}

.ItemBlock .pointBox li:not(:last-child) {
  margin-bottom: 30px;
}

.ItemBlock .pointBox li.is-noNumber {
  padding-left: 0;
}

.ItemBlock .pointBox li .pointTtl {
  font-size: 1.6rem;
  font-weight: 500;
}

.ItemBlock .pointBox li .pointTxt {
  font-size: 1.4rem;
  margin-bottom: 0;
}

.ItemBlock .pointBox li:last-child .pointTxt {
  margin-bottom: 0;
}

.ItemBlock .btn {
  display: block;
  text-align: center;
  margin: 0 auto;
  padding: 10px;
  width: 100%;
  background: #00A0E9;
  text-decoration: none;
  transition: 0.3s all;
}

@media screen and (max-width: 767px) {
  .ItemBlock .btn {
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .ItemBlock .btn:hover {
    background: #095679;
    transition: 0.3s all;
  }
}

.ItemBlock .btn span {
  font-size: 1.6rem;
  color: #fff;
}

/*# sourceMappingURL=pdp.css.map */
.draggable .slick-track li {
  height: auto;
}

.ItemBlock .is-noNumber .pointWrap .pointTtl::before {
  content: '・';
}

.slider-featured .featuredList {
  width: 100%;
}

@media screen and (max-width: 767px) {

  .heading-04,
  .slider-featured .featuredList .pointBox {
    width: 100%;
    margin: 0 auto;
  }
}

.heading-04 {
  font-size: 1.8rem;
  font-weight: 500;
  margin-bottom: 30px;
}

.ItemBlock {
  background: #F7F7F7;
}

@media screen and (min-width: 768px) {
  .slider-featured {
    display: flex;
  }

  .is-1-col {
    justify-content: center;
  }

  .is-1-col .featuredList {
    width: 400px;
  }

  .is-2-col .featuredList:not(:last-child) {
    margin-right: 8%;
  }

  .is-3-col .featuredList:not(:last-child) {
    margin-right: 2%;
  }

  .itemList {
    margin: 0 auto;
    width: 968px;
  }
}

.imgBox.is-single {
  justify-content: flex-start;
}

.imgBox.is-single .featuredList {
  width: 100% !important;
}

.col-layout {
  display: flex;
}

@media screen and (max-width: 767px) {
  .col-layout {
    display: block;
  }
}

.col-layout>img {
  margin: 0 60px 0 0 !important;
  width: 350px !important;
  height: 100%;
}

@media screen and (max-width: 767px) {
  .col-layout>img {
    width: 100% !important;
    margin: 0 0 25px 0 !important;
  }
}

.col-layout .pointTxt {
  padding-left: 42px;
}

@media screen and (max-width: 767px) {
  .col-layout .pointTxt {
    padding-left: 0;
  }
}

.col-layout.is-noNumber {
  margin-top: 30px;
}

.col-layout.is-noNumber .pointTxt {
  padding-left: 0;
}

/*# sourceMappingURL=featured-technologies.css.map */




/* ------------------------------------------------
STEP
------------------------------------------------ */

/* ■featured ------------------------------------------------ */
.is-stepGroup {
  background: #F7F7F7;
  padding: 20px;
}

.is-stepGroup a {
  text-decoration: none !important;
}

.is-stepGroup .featured__itemList {
  position: relative;
}

.is-stepGroup .featured__itemList .slick-arrow {
  width: 20px;
  height: 20px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  z-index: 1;
}

.is-stepGroup .featured__itemList .slick-arrow::before {
  content: none;
}

.is-stepGroup .featured__itemList .slick-prev {
  transform: translate(50%, -50%) rotate(-135deg);
}

.is-stepGroup .featured__itemList .slick-next {
  transform: translate(-50%, -50%) rotate(45deg);
}

.is-stepGroup .featured__item {
  display: flex;
  margin-top: 38px;
  align-items: center;
}

.is-stepGroup .featured__item:nth-of-type(1) {
  margin-top: 0;
}

.is-stepGroup .featured__imgArea {
  width: 20.3%;
}

.is-stepGroup .featured__imgArea.is-large-img {
  width: 25.3%;
}

@media screen and (max-width: 767px) {
  .is-stepGroup .featured__imgArea.is-large-img {
    width: 60%;
  }
}

@media screen and (max-width: 467px) {
  .is-stepGroup .featured__imgArea.is-large-img {
    width: 100%;
  }
}

.is-stepGroup .featured__txtArea {
  margin-left: 59px;
  width: calc(100% - 20.3% - 59px);
}

.is-stepGroup .featured__itemTitle {
  color: #00A0E9;
  font-size: 16px;
  font-weight: bold;
}

.is-stepGroup .featured__itemTxt {
  margin-top: 18px;
}

.is-stepGroup .featured__txtLink {
  color: #00A0E9;
  margin-top: 20px;
  text-decoration: none;
}

.is-stepGroup .featured__txtLink::before {
  content: '>';
  color: #00A0E9;
}

.is-stepGroup .featured__txtLink:hover {
  text-decoration: underline;
}

@media screen and (max-width: 767px) {
  .is-stepGroup .featured__item {
    display: block;
    margin-top: 0;
  }

  .is-stepGroup .featured__imgArea {
    width: 60%;
    text-align: -webkit-center;
    margin: 0 auto;
  }

  .is-stepGroup .featured__txtArea {
    margin-left: 0;
    width: 100%;
    margin-top: 24px;
  }
}

.is-stepGroup .slick-disabled {
  display: none !important;
}

/* ■pc,sp出し分け ---------------------------------------------------*/

.is-stepGroup .is-pc {
  display: block;
}

@media screen and (max-width: 767px) {
  .is-stepGroup .is-pc {
    display: none;
  }
}

.is-stepGroup .is-sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .is-stepGroup .is-sp {
    display: block;
  }
}

/* ■margin-bottom ---------------------------------------------------- */

.is-stepGroup .is-mb-120 {
  margin-bottom: 120px !important;
}

@media screen and (max-width: 767px) {
  .is-stepGroup .is-mb-120 {
    margin-bottom: 80px !important;
  }
}

/* ■tab -------------------------------------------------------------- */
.is-stepGroup .ridingCont {
  margin: 60px 0 0;
}

.is-stepGroup .ridingTtlGroup .ttl {
  font-weight: bold;
  font-size: 1.6rem;
}

.is-stepGroup .tabGroup {
  margin: 30px 0 0;
}

@media screen and (max-width: 767px) {
  .is-stepGroup .tabGroup {
    margin-top: 30px;
  }
}

.is-stepGroup .tabGroup .slick-prev {
  border-right: 2px solid #a0a0a0;
  border-top: 2px solid #a0a0a0;
  left: 0;
  transform: translateY(-50%) rotate(225deg);
  z-index: 10;
}

.is-stepGroup .tabGroup .slick-prev::before {
  content: "";
}

.is-stepGroup .tabGroup .slick-next {
  right: 0;
  border-right: 2px solid #a0a0a0;
  border-top: 2px solid #a0a0a0;
  transform: translateY(-50%) rotate(45deg);
  z-index: 10;
}

.is-stepGroup .tabGroup .slick-next::before {
  content: "";
}

.is-stepGroup .tabGroup .tabWrap>ul {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  border-bottom: 1px solid #009ad9;
}

@media screen and (max-width: 767px) {
  .is-stepGroup .tabGroup .tabWrap>ul {
    display: block;
    border: none;
  }
}

.is-stepGroup .tabGroup .tabWrap>ul.is-4col li {
  width: calc(100% / 4);
}

@media screen and (max-width: 767px) {
  .is-stepGroup .tabGroup .tabWrap>ul.is-4col li {
    width: 100%;
  }
}

.is-stepGroup .tabGroup .tabWrap>ul.is-6col li {
  width: calc(100% / 6);
}

@media screen and (max-width: 767px) {
  .is-stepGroup .tabGroup .tabWrap>ul.is-6col li {
    width: 100%;
  }
}

.is-stepGroup .tabGroup .tabWrap .tabBtn {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  position: relative;
  width: 100%;
  padding: 20px 10px;
  list-style: none;
  font-size: 2.4rem;
  font-weight: bold;
  color: #acacac;
  cursor: pointer;
  background: #eeeeee;
  text-align: center;
}

@media screen and (max-width: 1024px) {
  .is-stepGroup .tabGroup .tabWrap .tabBtn {
    font-size: 1.8rem;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
}

@media screen and (max-width: 767px) {
  .is-stepGroup .tabGroup .tabWrap .tabBtn {
    justify-content: flex-start;
    padding: 16px 20px;
  }
}

.is-stepGroup .tabGroup .tabWrap .tabBtn.is-new {
  padding: 28px 10px;
}

@media screen and (max-width: 767px) {
  .is-stepGroup .tabGroup .tabWrap .tabBtn.is-new {
    padding: 16px 20px;
  }
}

.is-stepGroup .tabGroup .tabWrap .tabBtn:hover {
  background: #009ad9;
  color: #fff;
}

.is-stepGroup .tabGroup .tabWrap .tabBtn:hover::after {
  top: 54%;
  transform: translateY(-50%) rotate(-135deg);
  border-color: #fff;
}

@media screen and (max-width: 1024px) {
  .is-stepGroup .tabGroup .tabWrap .tabBtn:hover::after {
    top: 52%;
  }
}

.is-stepGroup .tabGroup .tabWrap .tabBtn:hover .newicon {
  color: #009ad9 !important;
  border-color: #fff !important;
  background: #fff !important;
}

.is-stepGroup .tabGroup .tabWrap .tabBtn:not(:last-child) {
  margin-right: 10px;
}

@media screen and (max-width: 767px) {
  .is-stepGroup .tabGroup .tabWrap .tabBtn:not(:last-child) {
    margin-right: 0;
    margin-bottom: 2px;
  }
}

.is-stepGroup .tabGroup .tabWrap .tabBtn .tabTxt {
  display: flex;
  align-items: center;
}

.is-stepGroup .tabGroup .tabWrap .tabBtn .tabTxt .newicon {
  display: inline-block;
  padding: 3px 5px;
  margin-left: 8px;
  font-size: 1.2rem;
  line-height: 1;
  color: #fff;
  border: 1px solid #009AD9;
  background: #009AD9;
  box-sizing: border-box;
}

.is-stepGroup .tabGroup .tabWrap .tabBtn .tabTxt .andtxt {
  margin: 0 14px;
}

.is-stepGroup .tabGroup .tabWrap .tabBtn.is-show {
  background: #009ad9;
  color: #fff;
}

.is-stepGroup .tabGroup .tabWrap .tabBtn.is-show::after {
  top: 54%;
  transform: translateY(-50%) rotate(-135deg);
  border-color: #fff;
}

@media screen and (max-width: 1024px) {
  .is-stepGroup .tabGroup .tabWrap .tabBtn.is-show::after {
    top: 52%;
  }
}

.is-stepGroup .tabGroup .tabWrap .tabBtn.is-show .newicon {
  color: #009ad9;
  border-color: #fff;
  background: #fff;
}

.is-stepGroup .tabGroup .tabWrap .tabBtn span {
  display: inline-block;
}

.is-stepGroup .tabGroup .tabWrap .tabBtn .is-mr {
  margin-bottom: 2px;
}

@media screen and (max-width: 1024px) {
  .is-stepGroup .tabGroup .tabWrap .tabBtn .is-mr {
    margin-bottom: 0;
    margin-right: 12px;
  }
}

.is-stepGroup .tabGroup .tabWrap .tabCont {
  display: none;
}

.is-stepGroup .tabGroup .tabWrap .tabCont.is-show {
  display: block;
  padding: 20px 0 0;
  border-top: 1px solid #009ad9;
}

@media screen and (max-width: 767px) {
  .is-stepGroup .tabGroup .tabWrap .tabCont.is-show {
    border: none;
  }
}

.is-stepGroup .tabGroup .tabWrapInner>ul {
  position: relative;
  display: flex;
  margin: 0 40px 15px;
}

@media screen and (max-width: 767px) {
  .is-stepGroup .tabGroup .tabWrapInner>ul {
    display: block;
    margin: 0 20px 15px;
  }
}

.is-stepGroup .tabGroup .tabWrapInner>ul .slick-arrow {
  width: 20px;
  height: 20px;
}

.is-stepGroup .tabGroup .tabWrapInner .tabBtnInner {
  width: 100%;
  padding: 20px 20px;
  text-align: center;
  list-style: none;
  cursor: pointer;
  color: #acacac;
  border-bottom: 2px solid #acacac;
  opacity: 0.6;
}

.is-stepGroup .tabGroup .tabWrapInner .tabBtnInner:hover {
  border-bottom: 2px solid #009ad9;
  color: #009ad9;
  opacity: 1;
}

.is-stepGroup .tabGroup .tabWrapInner .tabBtnInner.is-showInner {
  border-bottom: 2px solid #009ad9;
  color: #009ad9;
  opacity: 1;
}

.is-stepGroup .tabGroup .tabWrapInner .tabBtnInner.slick-current {
  border-bottom: 2px solid #009ad9;
  color: #009ad9;
  opacity: 1;
}

.is-stepGroup .tabGroup .tabWrapInner .tabBtnInner:not(:last-child) {
  margin-right: 10px;
}

.is-stepGroup .tabGroup .tabWrapInner .tabBtnInner .typeTtl {
  font-size: 2rem;
  font-weight: bold;
}

.is-stepGroup .tabGroup .tabWrapInner .tabBtnInner>ul {
  display: flex;
  justify-content: center;
  margin-left: 0 !important;
  margin-top: 10px;
}

.is-stepGroup .tabGroup .tabWrapInner .tabBtnInner>ul li {
  width: 33%;
  text-align: center;
}

@media screen and (max-width: 1240px) {
  .is-stepGroup .tabGroup .tabWrapInner .tabBtnInner>ul li {
    width: 32%;
  }
}

.is-stepGroup .tabGroup .tabWrapInner .tabBtnInner>ul li figure span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80%;
  height: 100px;
  margin: 0 auto;
}

.is-stepGroup .tabGroup .tabWrapInner .tabBtnInner>ul li figure span img {
  width: 100%;
}

.is-stepGroup .tabGroup .tabWrapInner .tabBtnInner>ul li figure figcaption {
  margin-top: 5px;
  font-size: 1.2rem;
  line-height: 1.2;
}

.is-stepGroup .tabGroup .tabWrapInner .tabContInner {
  display: none;
  padding: 30px 40px;
  background: #e6e6e6;
}

@media screen and (max-width: 767px) {
  .is-stepGroup .tabGroup .tabWrapInner .tabContInner {
    padding: 20px;
  }
}

.is-stepGroup .tabGroup .tabWrapInner .tabContInner.is-showInner {
  display: block;
}

.is-stepGroup .tabGroup .tabWrapInner .tabContInner .ttl {
  font-size: 1.8rem;
  font-weight: bold;
  color: #009ad9;
}

.is-stepGroup .tabGroup .tabWrapInner .tabContInner .graphBlock {
  margin-top: 40px;
}

.is-stepGroup .tabGroup .tabWrapInner .tabContInner .graphBlock .graphBase {
  position: relative;
}

.is-stepGroup .tabGroup .tabWrapInner .tabContInner .graphBlock .graphBase img {
  width: 100%;
}

.is-stepGroup .tabGroup .tabWrapInner .tabContInner .graphBlock .graphBase .graphNum li {
  position: absolute;
  top: 0;
  transform: translate(-50%, -105%);
  white-space: nowrap;
}

@media screen and (max-width: 767px) {
  .is-stepGroup .tabGroup .tabWrapInner .tabContInner .graphBlock .graphBase .graphNum li {
    display: none;
    bottom: 0;
    font-size: 1.2rem;
    transform: translate(-50%, 102%);
  }
}

@media screen and (max-width: 767px) {
  .is-stepGroup .tabGroup .tabWrapInner .tabContInner .graphBlock .graphBase .graphNum li.is-spNum {
    display: block;
  }
}

.is-stepGroup .tabGroup .tabWrapInner .tabContInner .graphBlock .graphBase .graphNum.is-SC li:nth-child(1) {
  left: 0%;
}

.is-stepGroup .tabGroup .tabWrapInner .tabContInner .graphBlock .graphBase .graphNum.is-SC li:nth-child(2) {
  left: 10%;
}

.is-stepGroup .tabGroup .tabWrapInner .tabContInner .graphBlock .graphBase .graphNum.is-SC li:nth-child(3) {
  left: 20%;
}

.is-stepGroup .tabGroup .tabWrapInner .tabContInner .graphBlock .graphBase .graphNum.is-SC li:nth-child(4) {
  left: 30%;
}

.is-stepGroup .tabGroup .tabWrapInner .tabContInner .graphBlock .graphBase .graphNum.is-SC li:nth-child(5) {
  left: 40%;
}

.is-stepGroup .tabGroup .tabWrapInner .tabContInner .graphBlock .graphBase .graphNum.is-SC li:nth-child(6) {
  left: 50%;
}

.is-stepGroup .tabGroup .tabWrapInner .tabContInner .graphBlock .graphBase .graphNum.is-SC li:nth-child(7) {
  left: 60%;
}

.is-stepGroup .tabGroup .tabWrapInner .tabContInner .graphBlock .graphBase .graphNum.is-SC li:nth-child(8) {
  left: 70%;
}

.is-stepGroup .tabGroup .tabWrapInner .tabContInner .graphBlock .graphBase .graphNum.is-SC li:nth-child(9) {
  left: 80%;
}

.is-stepGroup .tabGroup .tabWrapInner .tabContInner .graphBlock .graphBase .graphNum.is-SC li:nth-child(10) {
  left: 90%;
}

.is-stepGroup .tabGroup .tabWrapInner .tabContInner .graphBlock .graphBase .graphNum.is-SC li:nth-child(11) {
  left: 100%;
}

.is-stepGroup .tabGroup .tabWrapInner .tabContInner .graphBlock .graphBase .graphNum.is-CC li:nth-child(1) {
  left: 0%;
}

.is-stepGroup .tabGroup .tabWrapInner .tabContInner .graphBlock .graphBase .graphNum.is-CC li:nth-child(2) {
  left: 7.2%;
}

.is-stepGroup .tabGroup .tabWrapInner .tabContInner .graphBlock .graphBase .graphNum.is-CC li:nth-child(3) {
  left: 14.3%;
}

.is-stepGroup .tabGroup .tabWrapInner .tabContInner .graphBlock .graphBase .graphNum.is-CC li:nth-child(4) {
  left: 21.4%;
}

.is-stepGroup .tabGroup .tabWrapInner .tabContInner .graphBlock .graphBase .graphNum.is-CC li:nth-child(5) {
  left: 28.6%;
}

.is-stepGroup .tabGroup .tabWrapInner .tabContInner .graphBlock .graphBase .graphNum.is-CC li:nth-child(6) {
  left: 35.6%;
}

.is-stepGroup .tabGroup .tabWrapInner .tabContInner .graphBlock .graphBase .graphNum.is-CC li:nth-child(7) {
  left: 42.9%;
}

.is-stepGroup .tabGroup .tabWrapInner .tabContInner .graphBlock .graphBase .graphNum.is-CC li:nth-child(8) {
  left: 49.9%;
}

.is-stepGroup .tabGroup .tabWrapInner .tabContInner .graphBlock .graphBase .graphNum.is-CC li:nth-child(9) {
  left: 57%;
}

.is-stepGroup .tabGroup .tabWrapInner .tabContInner .graphBlock .graphBase .graphNum.is-CC li:nth-child(10) {
  left: 64.2%;
}

.is-stepGroup .tabGroup .tabWrapInner .tabContInner .graphBlock .graphBase .graphNum.is-CC li:nth-child(11) {
  left: 71.3%;
}

.is-stepGroup .tabGroup .tabWrapInner .tabContInner .graphBlock .graphBase .graphNum.is-CC li:nth-child(12) {
  left: 78.5%;
}

.is-stepGroup .tabGroup .tabWrapInner .tabContInner .graphBlock .graphBase .graphNum.is-CC li:nth-child(13) {
  left: 85.6%;
}

.is-stepGroup .tabGroup .tabWrapInner .tabContInner .graphBlock .graphBase .graphNum.is-CC li:nth-child(14) {
  left: 92.8%;
}

.is-stepGroup .tabGroup .tabWrapInner .tabContInner .graphBlock .graphBase .graphNum.is-CC li:nth-child(15) {
  left: 100%;
}

.is-stepGroup .tabGroup .tabWrapInner .tabContInner .graphBlock .graphBase .graphBar li {
  display: block;
  position: absolute;
  left: 0;
  width: 0;
  height: 20%;
  transform: translateY(-50%);
  background: #009ad9;
  transition-duration: 0.5s;
}

.is-stepGroup .tabGroup .tabWrapInner .tabContInner .graphBlock .graphBase .graphBar li:nth-child(1) {
  background: #63c7e9;
}

.is-stepGroup .tabGroup .tabWrapInner .tabContInner .graphBlock .graphBase .graphBar li:nth-child(2) {
  background: #7fc455;
}

.is-stepGroup .tabGroup .tabWrapInner .tabContInner .graphBlock .graphBase .graphBar li:nth-child(3) {
  background: #e4d835;
}

@media screen and (max-width: 767px) {
  .is-stepGroup .tabGroup .tabWrapInner .tabContInner .graphBlock .graphBase .graphBar li {
    height: 13%;
  }
}

.is-stepGroup .tabGroup .tabWrapInner .tabContInner .graphBlock .graphBase .graphBar li:nth-child(1) {
  top: 20%;
}

@media screen and (max-width: 767px) {
  .is-stepGroup .tabGroup .tabWrapInner .tabContInner .graphBlock .graphBase .graphBar li:nth-child(1) {
    top: 11%;
  }
}

.is-stepGroup .tabGroup .tabWrapInner .tabContInner .graphBlock .graphBase .graphBar li:nth-child(2) {
  top: 50%;
}

@media screen and (max-width: 767px) {
  .is-stepGroup .tabGroup .tabWrapInner .tabContInner .graphBlock .graphBase .graphBar li:nth-child(2) {
    top: 50%;
  }
}

.is-stepGroup .tabGroup .tabWrapInner .tabContInner .graphBlock .graphBase .graphBar li:nth-child(3) {
  top: 80%;
}

@media screen and (max-width: 767px) {
  .is-stepGroup .tabGroup .tabWrapInner .tabContInner .graphBlock .graphBase .graphBar li:nth-child(3) {
    top: 89.5%;
  }
}

.is-stepGroup .tabGroup .tabWrapInner .tabContInner .graphBlock .graphBase .graphBar li .item,
.is-stepGroup .tabGroup .tabWrapInner .tabContInner .graphBlock .graphBase .graphBar li .value {
  position: absolute;
  top: 50%;
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
  transform: translateY(-50%);
  z-index: 2;
  opacity: 0;
  transition: 0.5s;
}

@media screen and (max-width: 767px) {

  .is-stepGroup .tabGroup .tabWrapInner .tabContInner .graphBlock .graphBase .graphBar li .item,
  .is-stepGroup .tabGroup .tabWrapInner .tabContInner .graphBlock .graphBase .graphBar li .value {
    font-size: 1.2rem;
  }
}

.is-stepGroup .tabGroup .tabWrapInner .tabContInner .graphBlock .graphBase .graphBar li .item {
  left: 10px;
}

@media screen and (max-width: 767px) {
  .is-stepGroup .tabGroup .tabWrapInner .tabContInner .graphBlock .graphBase .graphBar li .item {
    opacity: 1;
    color: #000;
    left: 0;
    top: -25px;
  }
}

.is-stepGroup .tabGroup .tabWrapInner .tabContInner .graphBlock .graphBase .graphBar li .value {
  right: 10px;
}

.is-stepGroup .tabGroup .tabWrapInner .tabContInner .graphBlock .graphBase .graphBar.is-opacity .item,
.is-stepGroup .tabGroup .tabWrapInner .tabContInner .graphBlock .graphBase .graphBar.is-opacity .value {
  opacity: 1;
}

.is-stepGroup .tabGroup .tabWrapInner .tabContInner .graphBlock .graphBase .graphBar.is-SC-EP801-418W.is-active li:nth-child(1) {
  width: 57%;
}

.is-stepGroup .tabGroup .tabWrapInner .tabContInner .graphBlock .graphBase .graphBar.is-SC-EP801-418W.is-active li:nth-child(2) {
  width: 30%;
}

.is-stepGroup .tabGroup .tabWrapInner .tabContInner .graphBlock .graphBase .graphBar.is-SC-EP801-418W.is-active li:nth-child(3) {
  width: 20%;
}

.is-stepGroup .tabGroup .tabWrapInner .tabContInner .graphBlock .graphBase .graphBar.is-SC-EP801-504W.is-active li:nth-child(1) {
  width: 70%;
}

.is-stepGroup .tabGroup .tabWrapInner .tabContInner .graphBlock .graphBase .graphBar.is-SC-EP801-504W.is-active li:nth-child(2) {
  width: 37%;
}

.is-stepGroup .tabGroup .tabWrapInner .tabContInner .graphBlock .graphBase .graphBar.is-SC-EP801-504W.is-active li:nth-child(3) {
  width: 25%;
}

.is-stepGroup .tabGroup .tabWrapInner .tabContInner .graphBlock .graphBase .graphBar.is-SC-EP801-630W.is-active li:nth-child(1) {
  width: 83%;
}

.is-stepGroup .tabGroup .tabWrapInner .tabContInner .graphBlock .graphBase .graphBar.is-SC-EP801-630W.is-active li:nth-child(2) {
  width: 44%;
}

.is-stepGroup .tabGroup .tabWrapInner .tabContInner .graphBlock .graphBase .graphBar.is-SC-EP801-630W.is-active li:nth-child(3) {
  width: 29%;
}

.is-stepGroup .tabGroup .tabWrapInner .tabContInner .graphBlock .graphBase .graphBar.is-SC-EP800-418W.is-active li:nth-child(1) {
  width: 57%;
}

.is-stepGroup .tabGroup .tabWrapInner .tabContInner .graphBlock .graphBase .graphBar.is-SC-EP800-418W.is-active li:nth-child(2) {
  width: 31%;
}

.is-stepGroup .tabGroup .tabWrapInner .tabContInner .graphBlock .graphBase .graphBar.is-SC-EP800-418W.is-active li:nth-child(3) {
  width: 21%;
}

.is-stepGroup .tabGroup .tabWrapInner .tabContInner .graphBlock .graphBase .graphBar.is-SC-EP800-504W.is-active li:nth-child(1) {
  width: 70%;
}

.is-stepGroup .tabGroup .tabWrapInner .tabContInner .graphBlock .graphBase .graphBar.is-SC-EP800-504W.is-active li:nth-child(2) {
  width: 37.2%;
}

.is-stepGroup .tabGroup .tabWrapInner .tabContInner .graphBlock .graphBase .graphBar.is-SC-EP800-504W.is-active li:nth-child(3) {
  width: 26%;
}

.is-stepGroup .tabGroup .tabWrapInner .tabContInner .graphBlock .graphBase .graphBar.is-SC-EP800-630W.is-active li:nth-child(1) {
  width: 83.1%;
}

.is-stepGroup .tabGroup .tabWrapInner .tabContInner .graphBlock .graphBase .graphBar.is-SC-EP800-630W.is-active li:nth-child(2) {
  width: 44%;
}

.is-stepGroup .tabGroup .tabWrapInner .tabContInner .graphBlock .graphBase .graphBar.is-SC-EP800-630W.is-active li:nth-child(3) {
  width: 30%;
}

.is-stepGroup .tabGroup .tabWrapInner .tabContInner .graphBlock .graphBase .graphBar.is-SC-EP7000-418W.is-active li:nth-child(1) {
  width: 38%;
}

.is-stepGroup .tabGroup .tabWrapInner .tabContInner .graphBlock .graphBase .graphBar.is-SC-EP7000-418W.is-active li:nth-child(2) {
  width: 30%;
}

.is-stepGroup .tabGroup .tabWrapInner .tabContInner .graphBlock .graphBase .graphBar.is-SC-EP7000-418W.is-active li:nth-child(3) {
  width: 22%;
}

.is-stepGroup .tabGroup .tabWrapInner .tabContInner .graphBlock .graphBase .graphBar.is-SC-EP7000-504W.is-active li:nth-child(1) {
  width: 46%;
}

.is-stepGroup .tabGroup .tabWrapInner .tabContInner .graphBlock .graphBase .graphBar.is-SC-EP7000-504W.is-active li:nth-child(2) {
  width: 36%;
}

.is-stepGroup .tabGroup .tabWrapInner .tabContInner .graphBlock .graphBase .graphBar.is-SC-EP7000-504W.is-active li:nth-child(3) {
  width: 26%;
}

.is-stepGroup .tabGroup .tabWrapInner .tabContInner .graphBlock .graphBase .graphBar.is-SC-EP7000-630W.is-active li:nth-child(1) {
  width: 55%;
}

.is-stepGroup .tabGroup .tabWrapInner .tabContInner .graphBlock .graphBase .graphBar.is-SC-EP7000-630W.is-active li:nth-child(2) {
  width: 43%;
}

.is-stepGroup .tabGroup .tabWrapInner .tabContInner .graphBlock .graphBase .graphBar.is-SC-EP7000-630W.is-active li:nth-child(3) {
  width: 31%;
}

.is-stepGroup .tabGroup .tabWrapInner .tabContInner .graphBlock .graphBase .graphBar.is-CC-EP801-418W.is-active li:nth-child(1) {
  width: 57%;
}

.is-stepGroup .tabGroup .tabWrapInner .tabContInner .graphBlock .graphBase .graphBar.is-CC-EP801-418W.is-active li:nth-child(2) {
  width: 30%;
}

.is-stepGroup .tabGroup .tabWrapInner .tabContInner .graphBlock .graphBase .graphBar.is-CC-EP801-418W.is-active li:nth-child(3) {
  width: 20%;
}

.is-stepGroup .tabGroup .tabWrapInner .tabContInner .graphBlock .graphBase .graphBar.is-CC-EP801-504W.is-active li:nth-child(1) {
  width: 70%;
}

.is-stepGroup .tabGroup .tabWrapInner .tabContInner .graphBlock .graphBase .graphBar.is-CC-EP801-504W.is-active li:nth-child(2) {
  width: 37%;
}

.is-stepGroup .tabGroup .tabWrapInner .tabContInner .graphBlock .graphBase .graphBar.is-CC-EP801-504W.is-active li:nth-child(3) {
  width: 25%;
}

.is-stepGroup .tabGroup .tabWrapInner .tabContInner .graphBlock .graphBase .graphBar.is-CC-EP801-630W.is-active li:nth-child(1) {
  width: 83%;
}

.is-stepGroup .tabGroup .tabWrapInner .tabContInner .graphBlock .graphBase .graphBar.is-CC-EP801-630W.is-active li:nth-child(2) {
  width: 44%;
}

.is-stepGroup .tabGroup .tabWrapInner .tabContInner .graphBlock .graphBase .graphBar.is-CC-EP801-630W.is-active li:nth-child(3) {
  width: 29%;
}

.is-stepGroup .tabGroup .tabWrapInner .tabContInner .graphBlock .graphBase .graphBar.is-CC-EP800-600-418W.is-active li:nth-child(1) {
  width: 68.2%;
}

.is-stepGroup .tabGroup .tabWrapInner .tabContInner .graphBlock .graphBase .graphBar.is-CC-EP800-600-418W.is-active li:nth-child(2) {
  width: 33.6%;
}

.is-stepGroup .tabGroup .tabWrapInner .tabContInner .graphBlock .graphBase .graphBar.is-CC-EP800-600-418W.is-active li:nth-child(3) {
  width: 25%;
}

.is-stepGroup .tabGroup .tabWrapInner .tabContInner .graphBlock .graphBase .graphBar.is-CC-EP800-600-504W.is-active li:nth-child(1) {
  width: 83%;
}

.is-stepGroup .tabGroup .tabWrapInner .tabContInner .graphBlock .graphBase .graphBar.is-CC-EP800-600-504W.is-active li:nth-child(2) {
  width: 40%;
}

.is-stepGroup .tabGroup .tabWrapInner .tabContInner .graphBlock .graphBase .graphBar.is-CC-EP800-600-504W.is-active li:nth-child(3) {
  width: 31%;
}

.is-stepGroup .tabGroup .tabWrapInner .tabContInner .graphBlock .graphBase .graphBar.is-CC-EP800-600-630W.is-active li:nth-child(1) {
  width: 99.2%;
}

.is-stepGroup .tabGroup .tabWrapInner .tabContInner .graphBlock .graphBase .graphBar.is-CC-EP800-600-630W.is-active li:nth-child(2) {
  width: 48.8%;
}

.is-stepGroup .tabGroup .tabWrapInner .tabContInner .graphBlock .graphBase .graphBar.is-CC-EP800-600-630W.is-active li:nth-child(3) {
  width: 36.6%;
}

.is-stepGroup .tabGroup .tabWrapInner .tabContInner .graphBlock .graphBase .graphBar.is-CC-E7000-418W.is-active li:nth-child(1) {
  width: 40.7%;
}

.is-stepGroup .tabGroup .tabWrapInner .tabContInner .graphBlock .graphBase .graphBar.is-CC-E7000-418W.is-active li:nth-child(2) {
  width: 27.3%;
}

.is-stepGroup .tabGroup .tabWrapInner .tabContInner .graphBlock .graphBase .graphBar.is-CC-E7000-418W.is-active li:nth-child(3) {
  width: 22%;
}

.is-stepGroup .tabGroup .tabWrapInner .tabContInner .graphBlock .graphBase .graphBar.is-CC-E7000-504W.is-active li:nth-child(1) {
  width: 49.7%;
}

.is-stepGroup .tabGroup .tabWrapInner .tabContInner .graphBlock .graphBase .graphBar.is-CC-E7000-504W.is-active li:nth-child(2) {
  width: 33.1%;
}

.is-stepGroup .tabGroup .tabWrapInner .tabContInner .graphBlock .graphBase .graphBar.is-CC-E7000-504W.is-active li:nth-child(3) {
  width: 27.2%;
}

.is-stepGroup .tabGroup .tabWrapInner .tabContInner .graphBlock .graphBase .graphBar.is-CC-E7000-630W.is-active li:nth-child(1) {
  width: 59%;
}

.is-stepGroup .tabGroup .tabWrapInner .tabContInner .graphBlock .graphBase .graphBar.is-CC-E7000-630W.is-active li:nth-child(2) {
  width: 39.4%;
}

.is-stepGroup .tabGroup .tabWrapInner .tabContInner .graphBlock .graphBase .graphBar.is-CC-E7000-630W.is-active li:nth-child(3) {
  width: 32.2%;
}

.is-stepGroup .tabGroup .tabWrapInner .tabContInner .graphBlock .graphBase .graphBar.is-CC-E6100-418W.is-active li:nth-child(1) {
  width: 63%;
}

.is-stepGroup .tabGroup .tabWrapInner .tabContInner .graphBlock .graphBase .graphBar.is-CC-E6100-418W.is-active li:nth-child(2) {
  width: 31.5%;
}

.is-stepGroup .tabGroup .tabWrapInner .tabContInner .graphBlock .graphBase .graphBar.is-CC-E6100-418W.is-active li:nth-child(3) {
  width: 23.6%;
}

.is-stepGroup .tabGroup .tabWrapInner .tabContInner .graphBlock .graphBase .graphBar.is-CC-E6100-504W.is-active li:nth-child(1) {
  width: 77.2%;
}

.is-stepGroup .tabGroup .tabWrapInner .tabContInner .graphBlock .graphBase .graphBar.is-CC-E6100-504W.is-active li:nth-child(2) {
  width: 38.5%;
}

.is-stepGroup .tabGroup .tabWrapInner .tabContInner .graphBlock .graphBase .graphBar.is-CC-E6100-504W.is-active li:nth-child(3) {
  width: 29%;
}

.is-stepGroup .tabGroup .tabWrapInner .tabContInner .graphBlock .graphBase .graphBar.is-CC-E6100-630W.is-active li:nth-child(1) {
  width: 91.5%;
}

.is-stepGroup .tabGroup .tabWrapInner .tabContInner .graphBlock .graphBase .graphBar.is-CC-E6100-630W.is-active li:nth-child(2) {
  width: 45.7%;
}

.is-stepGroup .tabGroup .tabWrapInner .tabContInner .graphBlock .graphBase .graphBar.is-CC-E6100-630W.is-active li:nth-child(3) {
  width: 34.4%;
}

.is-stepGroup .tabGroup .tabWrapInner .tabContInner .graphBlock .graphBase .graphBar.is-CC-E5000-418W.is-active li:nth-child(1) {
  width: 67.6%;
}

.is-stepGroup .tabGroup .tabWrapInner .tabContInner .graphBlock .graphBase .graphBar.is-CC-E5000-418W.is-active li:nth-child(2) {
  width: 40.3%;
}

.is-stepGroup .tabGroup .tabWrapInner .tabContInner .graphBlock .graphBase .graphBar.is-CC-E5000-418W.is-active li:nth-child(3) {
  width: 25.4%;
}

.is-stepGroup .tabGroup .tabWrapInner .tabContInner .graphBlock .graphBase .graphBar.is-CC-E5000-504W.is-active li:nth-child(1) {
  width: 82.5%;
}

.is-stepGroup .tabGroup .tabWrapInner .tabContInner .graphBlock .graphBase .graphBar.is-CC-E5000-504W.is-active li:nth-child(2) {
  width: 49%;
}

.is-stepGroup .tabGroup .tabWrapInner .tabContInner .graphBlock .graphBase .graphBar.is-CC-E5000-504W.is-active li:nth-child(3) {
  width: 30.8%;
}

.is-stepGroup .tabGroup .tabWrapInner .tabContInner .graphBlock .graphBase .graphBar.is-CC-E5000-630W.is-active li:nth-child(1) {
  width: 97.9%;
}

.is-stepGroup .tabGroup .tabWrapInner .tabContInner .graphBlock .graphBase .graphBar.is-CC-E5000-630W.is-active li:nth-child(2) {
  width: 58.7%;
}

.is-stepGroup .tabGroup .tabWrapInner .tabContInner .graphBlock .graphBase .graphBar.is-CC-E5000-630W.is-active li:nth-child(3) {
  width: 36.8%;
}

.is-stepGroup .tabGroup .tabWrapInner .tabContInner .graphBlock .graphBase .graphBar.is-CC-E5000-SPORTIVE-418W.is-active li:nth-child(1) {
  width: 54%;
}

.is-stepGroup .tabGroup .tabWrapInner .tabContInner .graphBlock .graphBase .graphBar.is-CC-E5000-SPORTIVE-418W.is-active li:nth-child(2) {
  width: 36.5%;
}

.is-stepGroup .tabGroup .tabWrapInner .tabContInner .graphBlock .graphBase .graphBar.is-CC-E5000-SPORTIVE-418W.is-active li:nth-child(3) {
  width: 25.5%;
}

.is-stepGroup .tabGroup .tabWrapInner .tabContInner .graphBlock .graphBase .graphBar.is-CC-E5000-SPORTIVE-504W.is-active li:nth-child(1) {
  width: 66%;
}

.is-stepGroup .tabGroup .tabWrapInner .tabContInner .graphBlock .graphBase .graphBar.is-CC-E5000-SPORTIVE-504W.is-active li:nth-child(2) {
  width: 44%;
}

.is-stepGroup .tabGroup .tabWrapInner .tabContInner .graphBlock .graphBase .graphBar.is-CC-E5000-SPORTIVE-504W.is-active li:nth-child(3) {
  width: 31%;
}

.is-stepGroup .tabGroup .tabWrapInner .tabContInner .graphBlock .graphBase .graphBar.is-CC-E5000-SPORTIVE-630W.is-active li:nth-child(1) {
  width: 78%;
}

.is-stepGroup .tabGroup .tabWrapInner .tabContInner .graphBlock .graphBase .graphBar.is-CC-E5000-SPORTIVE-630W.is-active li:nth-child(2) {
  width: 53%;
}

.is-stepGroup .tabGroup .tabWrapInner .tabContInner .graphBlock .graphBase .graphBar.is-CC-E5000-SPORTIVE-630W.is-active li:nth-child(3) {
  width: 36.7%;
}

.is-stepGroup .tabGroup .tabWrapInner .tabContInner .caption {
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  .is-stepGroup .tabGroup .tabWrapInner .tabContInner .caption {
    font-size: 1.2rem;
  }
}



/* ■acordion -------------------------------------------------------------------- */

.is-stepGroup .acordionGroup {
  margin-top: 60px;
}

@media screen and (max-width: 767px) {
  .is-stepGroup .acordionGroup {
    margin-top: 40px;
  }
}

.is-stepGroup .acordionGroup .acordionWrap {
  position: relative;
  margin: 40px 0 45px;
}

@media screen and (max-width: 767px) {
  .is-stepGroup .acordionGroup .acordionWrap {
    margin: 0 0 45px;
  }
}

.is-stepGroup .acordionGroup .acordionWrap .acordionBtnWrap {
  position: relative;
  width: 100%;
}

.is-stepGroup .acordionGroup .acordionWrap .acordionBtnWrap::after {
  content: "";
  position: absolute;
  bottom: 15px;
  right: calc(50% - 13px);
  border: 0;
  border-bottom: solid 3px #009ad9;
  border-right: solid 3px #009ad9;
  margin-top: -3px;
  width: 20px;
  height: 20px;
  transform: rotate(45deg);
}

.is-stepGroup .acordionGroup .acordionWrap .acordionBtnWrap.active::after {
  content: "";
  position: absolute;
  bottom: 5px;
  right: calc(50% - 13px);
  border: 0;
  border-top: solid 3px #009ad9;
  border-right: solid 3px #009ad9;
  width: 20px;
  height: 20px;
  transform: rotate(-45deg);
}

.is-stepGroup .acordionGroup .acordionWrap .acordionBtnWrap .acordionBtn {
  display: flex;
  align-items: center;
  padding-bottom: 40px;
  margin: 0 auto;
  transition: bottom 0.2s;
  transition: 0.3s;
}

.is-stepGroup .acordionGroup .acordionWrap .acordionBtnWrap .acordionBtn:hover {
  opacity: 0.7;
}

.is-stepGroup .acordionGroup .acordionWrap .acordionBtnWrap .acordionBtn .icon {
  margin-right: 10px;
}

.is-stepGroup .acordionGroup .acordionWrap .acordionBtnWrap .acordionBtn .txt {
  font-size: 1.6rem;
  font-weight: bold;
  border-bottom: 2px solid #009ad9;
}

.is-stepGroup .acordionGroup .acordionWrap .acordionCont {
  display: none;
  padding: 40px 60px;
  width: 100%;
  max-width: 1225px;
  margin: 0 auto;
  background: #fff;
  border-radius: 10px;
}

@media screen and (max-width: 767px) {
  .is-stepGroup .acordionGroup .acordionWrap .acordionCont {
    max-width: 100%;
    padding: 30px 20px;
  }
}

.is-stepGroup .acordionGroup .acordionWrap .acordionCont .acordionContWrap.is-flex {
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 1100px) {
  .is-stepGroup .acordionGroup .acordionWrap .acordionCont .acordionContWrap.is-flex {
    display: block;
  }
}

.is-stepGroup .acordionGroup .acordionWrap .acordionCont .acordionContWrap.is-flex .txtBox {
  display: flex;
  flex-shrink: 0;
  margin-right: 30px;
}

@media screen and (max-width: 767px) {
  .is-stepGroup .acordionGroup .acordionWrap .acordionCont .acordionContWrap.is-flex .txtBox {
    display: block;
    margin-right: 0;
  }
}

.is-stepGroup .acordionGroup .acordionWrap .acordionCont .acordionContWrap.is-flex .txtBox>li span {
  display: block;
  font-weight: bold;
}

.is-stepGroup .acordionGroup .acordionWrap .acordionCont .acordionContWrap.is-flex .txtBox>li .is-list {
  margin-bottom: 10px;
}

.is-stepGroup .acordionGroup .acordionWrap .acordionCont .acordionContWrap.is-flex .txtBox>li .is-list li {
  position: relative;
  padding-left: 15px;
}

.is-stepGroup .acordionGroup .acordionWrap .acordionCont .acordionContWrap.is-flex .txtBox>li .is-list li::before {
  display: inline-block;
  content: "";
  position: absolute;
  top: 12px;
  left: 0;
  width: 7px;
  border-bottom: 1px solid #000;
}

.is-stepGroup .acordionGroup .acordionWrap .acordionCont .acordionContWrap.is-flex .imgBox {
  min-width: 420px;
}

@media screen and (max-width: 1100px) {
  .is-stepGroup .acordionGroup .acordionWrap .acordionCont .acordionContWrap.is-flex .imgBox {
    margin-top: 20px;
  }
}

@media screen and (max-width: 767px) {
  .is-stepGroup .acordionGroup .acordionWrap .acordionCont .acordionContWrap.is-flex .imgBox {
    min-width: auto;
  }
}

.is-stepGroup .acordionGroup .acordionWrap .acordionCont .acordionContWrap.is-flex .imgBox img {
  width: 100%;
}

.is-stepGroup .acordionGroup .acordionWrap .acordionCont .acordionContWrap.is-flex .imgBox .RIDING_DISTANCE_SetImage {
  position: relative;
  margin: 0 auto;
  text-align: center;
}

.is-stepGroup .acordionGroup .acordionWrap .acordionCont .acordionContWrap.is-flex .imgBox .RIDING_DISTANCE_SetImage img {
  width: 100%;
}

.is-stepGroup .acordionGroup .acordionWrap .acordionCont .acordionContWrap.is-flex .imgBox .RIDING_DISTANCE_SetImage .setCaption {
  position: absolute;
  display: inline-block;
  font-size: 1.2rem;
  line-height: 1.6rem;
  text-align: left;
  color: #000;
  font-size: clamp(1rem, 1.6vw, 1.6rem);
}

.is-stepGroup .acordionGroup .acordionWrap .acordionCont .acordionContWrap.is-flex .imgBox .RIDING_DISTANCE_SetImage .Testingconditions_text01 {
  top: 5%;
  left: 0;
  writing-mode: vertical-rl;
}

.is-stepGroup .acordionGroup .acordionWrap .acordionCont .acordionContWrap.is-flex .imgBox .RIDING_DISTANCE_SetImage .Testingconditions_text02 {
  bottom: 0;
  right: 0;
  text-align: right;
}

@media screen and (max-width: 767px) {
  .is-stepGroup .slick-prev {
    left: 0 !important;
  }
}

@media screen and (max-width: 767px) {
  .is-stepGroup .slick-next {
    right: 0 !important;
  }
}

/* ■relatedList------------------------------------------------------------- */
.is-stepGroup .relatedList {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 30px;
}

@media screen and (max-width: 767px) {
  .is-stepGroup .relatedList {
    margin: 0;
  }
}

.is-stepGroup .relatedList .relatedList_item {
  display: flex;
  width: 100%;
  min-height: 316px;
}

@media screen and (max-width: 767px) {
  .is-stepGroup .relatedList .relatedList_item {
    width: 100%;
    min-height: 200px;
  }
}

.is-stepGroup .relatedList .relatedList_item .relatedList_item_inner {
  position: relative;
  padding: 35px 30px;
  height: 100%;
}

@media screen and (max-width: 767px) {
  .is-stepGroup .relatedList .relatedList_item .relatedList_item_inner {
    padding: 20px;
  }
}

.is-stepGroup .relatedList .relatedList_item .relatedList_item_inner::before {
  content: "";
  opacity: 0.2;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
}

.is-stepGroup .relatedList .relatedList_item .relatedList_title {
  position: relative;
  font-size: 2rem;
  font-weight: bold;
  z-index: 1;
  position: relative;
  display: flex;
  align-items: center;
  line-height: 1.4;
}

@media screen and (max-width: 767px) {
  .is-stepGroup .relatedList .relatedList_item .relatedList_title {
    font-size: 1.8rem;
  }
}

.is-stepGroup .relatedList .relatedList_item .relatedList_title .txtBox {
  display: flex;
  flex-direction: column;
}

.is-stepGroup .relatedList .relatedList_item .relatedList_title .txtBox .ttl {
  position: relative;
  font-size: 2rem;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .is-stepGroup .relatedList .relatedList_item .relatedList_title .txtBox .ttl {
    font-size: 1.8rem;
  }
}

.is-stepGroup .relatedList .relatedList_item .relatedList_title .txtBox .ttl::before {
  opacity: 0;
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 0%;
  height: 1px;
  background-color: #fff;
  transition: width .3s;
  z-index: 2;
}

.is-stepGroup .relatedList .relatedList_item .relatedList_title .txtBox .caption {
  font-size: 1.4rem;
}

@media screen and (max-width: 767px) {
  .is-stepGroup .relatedList .relatedList_item .relatedList_title .txtBox .caption {
    font-size: 1.4rem;
  }
}

.is-stepGroup .relatedList .relatedList_item .relatedList_title .newicon {
  display: inline-block;
  padding: 3px 5px;
  margin-left: 12px;
  font-size: 1.2rem;
  line-height: 1;
  color: #fff;
  border: 1px solid #009AD9;
  background: #009AD9;
  box-sizing: border-box;
}

.is-stepGroup .relatedList .relatedList_item .relatedList_text {
  position: absolute;
  left: 30px;
  right: 30px;
  bottom: 35px;
  margin-top: 25px;
  line-height: 1.6;
  font-size: 2rem;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .is-stepGroup .relatedList .relatedList_item .relatedList_text {
    margin-top: 15px;
    font-size: 1.6rem;
  }
}

.is-stepGroup .relatedList .relatedList_item a {
  position: relative;
  display: block;
  color: #fff;
  text-decoration: none;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  background-position: center center !important;
}

.is-stepGroup .relatedList .relatedList_item a::before,
.is-stepGroup .relatedList .relatedList_item a::after {
  opacity: 0;
  position: absolute;
  transition: opacity .3s;
  z-index: 2;
}

.is-stepGroup .relatedList .relatedList_item a::before {
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
}

.is-stepGroup .relatedList .relatedList_item a::after {
  content: "LEARN MORE";
  top: 50%;
  left: 50%;
  line-height: 1.2;
  text-align: center;
  font-size: 2.8rem;
  color: #fff;
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 767px) {
  .is-stepGroup .relatedList .relatedList_item a::after {
    font-size: 2rem;
  }
}

.is-stepGroup .relatedList .relatedList_item a:hover::before {
  opacity: 0.6;
}

.is-stepGroup .relatedList .relatedList_item a:hover::after {
  opacity: 1;
}

/* ------------------------------------------------
GEAR
------------------------------------------------ */
.is-gearGroup {
  background: #F7F7F7;
  padding: 20px;
}

.is-gearGroup .slick-disabled {
  display: none !important;
}

.is-gearGroup .GEAR__itemList {
  position: relative;
  display: flex;
  width: 100%;
}

.is-gearGroup .GEAR__itemList .slick-arrow {
  width: 20px;
  height: 20px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  z-index: 1;
}

.is-gearGroup .GEAR__itemList .slick-arrow::before {
  content: none;
}

.is-gearGroup .GEAR__itemList .slick-prev {
  transform: translate(50%, -50%) rotate(-135deg);
}

.is-gearGroup .GEAR__itemList .slick-next {
  transform: translate(-50%, -50%) rotate(45deg);
}

.is-gearGroup .GEAR__img img {
  width: 100%;
}

.is-gearGroup .GEAR__imgCaption {
  margin-top: 10px;
}

.is-gearGroup .GEAR__item {
  padding: 0 30px;
}

@media screen and (max-width: 867px) {
  .is-gearGroup .GEAR__item {
    padding: 0 15px;
  }
}

@media screen and (max-width: 647px) {
  .is-gearGroup .GEAR__item {
    padding: 0;
  }
}

.is-gearGroup .GEAR__itemTitle {
  margin-top: 20px;
  color: #00A0E9;
  font-weight: bold;
  font-size: 16px;
}

.is-gearGroup .GEAR__itemTextBold {
  font-weight: bold;
  margin-top: 10px;
}

.is-gearGroup .slick-prev {
  left: -10px !important;
}

@media screen and (max-width: 867px) {
  .is-gearGroup .slick-prev {
    left: -15px !important;
  }
}

@media screen and (max-width: 647px) {
  .is-gearGroup .slick-prev {
    left: 0px !important;
  }
}

@media screen and (max-width: 447px) {
  .is-gearGroup .slick-prev {
    left: -10px !important;
  }
}

.is-gearGroup .slick-next {
  right: -10px !important;
}

@media screen and (max-width: 867px) {
  .is-gearGroup .slick-next {
    right: -15px !important;
  }
}

@media screen and (max-width: 647px) {
  .is-gearGroup .slick-next {
    right: 0px !important;
  }
}

@media screen and (max-width: 447px) {
  .is-gearGroup .slick-next {
    right: -10px !important;
  }
}

.is-gearGroup .slick-slide .GEAR__img {
  padding: 0;
}

@media screen and (max-width: 647px) {
  .is-gearGroup .slick-slide .GEAR__img {
    padding: 0;
    width: 80% !important;
    margin: 0 auto;
  }
}

@media screen and (max-width: 647px) {
  .is-gearGroup .slick-slide .GEAR__itemTitle {
    width: 80% !important;
    margin: 20px auto 0;
  }
}

@media screen and (max-width: 647px) {
  .is-gearGroup .slick-slide .GEAR__itemText {
    width: 80% !important;
    margin: 0 auto;
  }
}

/* ------------------------------------------------
XT
------------------------------------------------ */
.is-xtGroup {
  background: #F7F7F7;
  padding: 20px;
}

.is-xtGroup .slick-disabled {
  display: none !important;
}

.is-xtGroup .FtechCont-txtImage-wrapper {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin-left: -3.33%;
  margin-top: -40px;
}

@media screen and (max-width: 767px) {
  .is-xtGroup .FtechCont-txtImage-wrapper {
    margin-left: 0;
    margin-top: 0;
  }
}

.is-xtGroup .FtechCont-txtImage-wrapper .slick-arrow {
  width: 20px;
  height: 20px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  z-index: 1;
}

.is-xtGroup .FtechCont-txtImage-wrapper .slick-arrow::before {
  content: none;
}

.is-xtGroup .FtechCont-txtImage-wrapper .slick-prev {
  transform: translate(50%, -50%) rotate(-135deg);
}

.is-xtGroup .FtechCont-txtImage-wrapper .slick-next {
  transform: translate(-50%, -50%) rotate(45deg);
}

.is-xtGroup .FtechCont-txtImage-wrapper--2col {
  margin-left: -5.65%;
  margin-top: -40px;
}

@media screen and (max-width: 767px) {
  .is-xtGroup .FtechCont-txtImage-wrapper--2col {
    margin-left: 0;
    margin-top: 0;
  }
}

.is-xtGroup .FtechCont-txtImage-wrapper--2col .FtechCont-txtImage-block {
  width: 44.35%;
  margin-left: 5.65%;
}

@media screen and (max-width: 767px) {
  .is-xtGroup .FtechCont-txtImage-wrapper--2col .FtechCont-txtImage-block {
    margin-left: 0;
    margin-top: 0;
  }
}

.is-xtGroup .FtechCont-txtImage-wrapper--2col .FtechCont-txtImage-block:only-child {
  display: flex;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .is-xtGroup .FtechCont-txtImage-wrapper--2col .FtechCont-txtImage-block:only-child {
    display: block;
  }
}

.is-xtGroup .FtechCont-txtImage-wrapper--2col .FtechCont-txtImage-block:only-child .FtechCont-txtImage-image {
  width: 44.35%;
}

@media screen and (max-width: 767px) {
  .is-xtGroup .FtechCont-txtImage-wrapper--2col .FtechCont-txtImage-block:only-child .FtechCont-txtImage-image {
    width: 100%;
  }
}

.is-xtGroup .FtechCont-txtImage-wrapper--2col .FtechCont-txtImage-block:only-child .FtechCont-txtImage-txtArea {
  width: calc(100% - 55.65% - 71px);
  margin-left: 71px;
  margin-top: 0;
}

@media screen and (max-width: 767px) {
  .is-xtGroup .FtechCont-txtImage-wrapper--2col .FtechCont-txtImage-block:only-child .FtechCont-txtImage-txtArea {
    width: 100%;
    margin-left: 0;
    margin-top: 16px;
  }
}

.is-xtGroup .FtechCont-txtImage-block {
  width: 30%;
  margin-left: 3.33%;
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  .is-xtGroup .FtechCont-txtImage-block {
    margin-left: 0;
    margin-top: 0;
  }
}

.is-xtGroup .FtechCont-txtImage-image {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .is-xtGroup .FtechCont-txtImage-image {
    width: 60%;
    margin: 0 auto;
  }
}

.is-xtGroup .FtechCont-txtImage-image img {
  width: 100%;
  height: auto;
}

.is-xtGroup .FtechCont-txtImage-txtArea {
  margin-top: 24px;
}

.is-xtGroup .FtechCont-txtImage-txtBlock {
  margin-top: 20px;
}

.is-xtGroup .FtechCont-txtImage-txtBlock p {
  margin-top: 10px;
  color: #000;
  font-size: 1.6rem;
}

.is-xtGroup .FtechCont-txtImage-heading {
  display: flex;
  align-items: center;
}

.is-xtGroup .FtechCont-txtImage-heading span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4px;
  height: 4px;
  margin-right: 8px;
  border-radius: 50%;
  background-color: #00A0E9;
  color: #fff;
}

.is-xtGroup .FtechCont-txtImage-heading h3 {
  color: #00A0E9;
  font-size: 1.6rem;
  font-weight: bold;
}

.is-xtGroup .FtechCont-LImage-wrapper {
  margin-top: 60px;
}

.is-xtGroup .FtechCont-LImage-heading {
  margin-top: 20px;
  color: #00A0E9;
  font-weight: bold;
  font-size: 1.6rem;
}

.is-xtGroup .FtechCont-LImage-image {
  width: 100%;
}

.is-xtGroup .FtechCont-LImage-image video {
  width: 100%;
  height: auto;
}

.is-xtGroup .FtechCont-LImage-txt {
  margin-top: 10px;
  color: #000;
  font-size: 1.6rem;
}

.is-xtGroup .FtechCont-LImage-link {
  display: inline-block;
  margin-top: 10px;
  color: #00A0E9 !important;
  font-size: 1.6rem;
  transition: 0.3s;
}

.is-xtGroup .FtechCont-LImage-link::before {
  content: ">";
  margin-right: 2px;
}

.is-xtGroup .FtechCont-LImage-link:hover {
  opacity: 0.7;
}

@media screen and (max-width: 767px) {
  .is-xtGroup .slick-prev {
    left: 0 !important;
  }
}

@media screen and (max-width: 767px) {
  .is-xtGroup .slick-next {
    right: 0 !important;
  }
}

.GEAR__itemList {
  opacity: 0;
  transition: opacity .2s linear;
}

.GEAR__itemList.slick-initialized {
  opacity: 1;
}


.GEAR-S_contentsBody .GEAR-S_content .contList {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .GEAR-S_contentsBody .GEAR-S_content .contList {
    display: block;
  }
}

.GEAR-S_contentsBody .GEAR-S_content .contList .contItem {
  width: 47.5%;
}

@media screen and (max-width: 767px) {
  .GEAR-S_contentsBody .GEAR-S_content .contList .contItem {
    width: 100%;
  }
}

.GEAR-S_contentsBody .GEAR-S_content .contList .contItem:not(:first-child):not(:nth-child(2)) {
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  .GEAR-S_contentsBody .GEAR-S_content .contList .contItem:not(:first-child):not(:nth-child(2)) {
    margin-top: 0;
  }
}

.GEAR-S_contentsBody .GEAR-S_content .contList .contItem .txtBox .txt {
  font-size: 1.6rem;
  margin-top: 15px;
}

@media screen and (max-width: 767px) {
  .GEAR-S_contentsBody .GEAR-S_content .contList .contItem .imgBox {
    padding: 0;
    width: 60% !important;
    margin: 0 auto;
  }
}

.GEAR-S_contentsBody .GEAR-S_content .contList .slick-arrow {
  width: 20px;
  height: 20px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  z-index: 1;
}

.GEAR-S_contentsBody .GEAR-S_content .contList .slick-arrow::before {
  content: none;
}

.GEAR-S_contentsBody .GEAR-S_content .contList .slick-disabled {
  display: none !important;
}

.GEAR-S_contentsBody .GEAR-S_content .contList .slick-prev {
  transform: translate(50%, -50%) rotate(-135deg);
}

.GEAR-S_contentsBody .GEAR-S_content .contList .slick-next {
  transform: translate(-50%, -50%) rotate(45deg);
}

.GEAR-S_contentsBody .GEAR-S_content .btnGrpup {
  margin-top: 30px;
  text-align: center;
}

.GEAR-S_contentsBody .GEAR-S_content .btnGrpup .btn {
  display: inline-block;
  min-width: 330px;
  max-width: 400px;
  padding: 10px;
  font-size: 1.8rem;
  background: #00A0E9;
  color: #fff;
  transition: 0.3s;
  text-decoration: none;
}

@media screen and (max-width: 467px) {
  .GEAR-S_contentsBody .GEAR-S_content .btnGrpup .btn {
    width: 100%;
    min-width: auto;
    max-width: inherit;
  }
}

.GEAR-S_contentsBody .GEAR-S_content .btnGrpup .btn:hover {
  background: #095679;
}

.F_fle {
  display: flex;
}

.fle3 {
  flex: 3;
}

.fle2 {
  flex: 2;
  margin-left: 1em;
}

@media screen and (max-width: 767px) {
  .F_fle {
    display: block;
  }

  .fle2 {
    margin-left: 0em;
    margin-top: 1em;
  }

}


/*# sourceMappingURL=xt_f-tech_common.css.map */

/*# sourceMappingURL=gear_f-tech_common.css.map */



/* LAST TECHNOLOGY */
.ipc_ftec_img img {
  width: 320px;
}

.ipc_ftec_txt {
  padding-top: 50px;
}


.ipc_ftec_txt .ipc_ftec_title {
  font-size: 2rem;
  font-weight: bold;
  color: #009ad9;
  padding-bottom: 10px;
}


.ipc_ftec_txt .ipc_ftec_button {
  display: inline-block;
  background: #009ad9;
  color: #fff;
  padding: 15px;
  margin-top: 20px;
  min-width: 300px;
  text-decoration: none;
  text-align: center;
}

/*# sourceMappingURL=xt_f-tech_common.css.map */

/*# sourceMappingURL=gear_f-tech_common.css.map */




/*動画*/
.cmp-product-info__title_w950mv {
  margin: 5% 0 1%;
  font-size: 1.6rem;
  font-weight: bold;
}

.ipc_movie-wrap {
  background-color: #fff;
  text-align: center;
  /* position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden; */
  width: 100%;
  aspect-ratio: 16 / 9;
  max-height: 540px;
}

.ipc_movie-wrap iframe.ipc_iframe {
  width: 854px;
  height: 480px;
}

.ipc_movie-wrap .movie_title {
  font-size: 1.6rem;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .cmp-product-info__title_w950mv {
    margin-top: 8%;
  }

  .ipc_movie-wrap {
    margin-top: -4%;
  }

  .ipc_movie-wrap iframe.ipc_iframe {
    width: 100%;
    height: 100%;
  }
}

/* SHIMANO DYNALAST */
.item_btn a {
  width: 80%;
  text-decoration: none;
  background: #009AD9;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 20px auto;
  padding: 10px;
  color: #fff;
  transition: 0.2s ease-in-out;
}

.item_btn a:hover {
  background: #00557a;
}

@media screen and (max-width: 447px) {

  .item_btn a {
    width: 60%;
  }

}

/* ------------------------------------------------------------ */
/* col */
/* ------------------------------------------------------------ */

.is-columnGroup {
  background: #F7F7F7;
  padding: 20px;
}

.colmun__itemList__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.colmun__itemList__item:not(:first-child) {
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  .colmun__itemList__item:not(:first-child) {
    margin-top: 60px;
  }
}

@media screen and (max-width: 767px) {
  .colmun__itemList__item {
    display: block;
  }
}

.colmun__itemList__item__img {
  width: calc(40% - 25px);
}

@media screen and (max-width: 767px) {
  .colmun__itemList__item__img {
    margin: 0 auto;
    width: 80%;
    max-width: 350px;
  }
}

.colmun__itemList__item__img img {
  width: 100%;
}

.colmun__itemList__item__img video {
  width: 100%;
}

.colmun__itemList__item__cont {
  width: calc(60% - 25px);
}

@media screen and (max-width: 767px) {
  .colmun__itemList__item__cont {
    margin-top: 15px;
    width: 100%;
  }
}

.colmun__itemList__item__cont__ttl {
  font-size: 2rem;
  line-height: 1.6;
  font-weight: bold;
  color: #009AD9;
}

@media screen and (max-width: 767px) {
  .colmun__itemList__item__cont__ttl {
    font-size: 1.8rem;
  }
}

.colmun__itemList__item__cont__txt {
  margin-top: 15px;
  font-size: 1.6rem;
  line-height: 1.6;
}

@media screen and (max-width: 767px) {
  .colmun__itemList__item__cont__txt {
    margin-top: 6px;
    font-size: 1.4rem;
  }
}

.colmun__itemList__item__cont__btn {
  display: block;
  margin-top: 25px;
  padding: 17px;
  max-width: 275px;
  width: 100%;
  background: #009AD9;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .colmun__itemList__item__cont__btn {
    max-width: inherit;
    margin-top: 20px;
    width: 100%;
    padding: 9px 15px;
  }
}

@media screen and (min-width: 768px) {
  .colmun__itemList__item__cont__btn:hover {
    background: #095679;
  }
}

.colmun__itemList__item__cont__btn span {
  position: relative;
  display: inline-block;
  font-size: 1.8rem;
  line-height: 1.2;
  color: #fff;
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  .colmun__itemList__item__cont__btn span {
    font-size: 1.6rem;
  }
}

.colmun__itemList__item__cont__btn[target=_blank] span {
  padding-right: 24px;
}

.colmun__itemList__item__cont__btn[target=_blank] span::after {
  position: absolute;
  content: "";
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 13px;
  height: 10px;
  background: url(/test/cues/img/blank_icon01.svg);
  background-size: cover;
  background-position: center;
}

.slick-dotted {
  padding-bottom: 55px;
}

.slick-dots {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  width: 100%;
  bottom: 20px;
  left: 0;
}

.slick-dots li {
  margin: 0 8px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #919191;
}

.slick-dots li button {
  font-size: 0;
}

.slick-dots li.slick-active {
  background: #00A0E9;
}

@media screen and (max-width: 767px) {
  .slick-dotted {
    padding-bottom: 45px;
  }

  .slick-dots {
    bottom: 15px;
  }

  .slick-dots li {
    margin: 0 4px;
  }
}

.thumb__contentsBody {
  margin-top: 60px;
}

.thumb__contentsBody .is-pc {
  display: block;
}

.thumb__contentsBody .is-sp {
  display: none;
}

.thumb__contentsBody .thumb__thumbList {
  position: relative;
  padding: 0 42px;
  margin: 20px auto 0;
}

.thumb__contentsBody .thumb__thumbList .thumb__thumbList__item {
  margin: 0 8px;
}

.thumb__contentsBody .thumb__thumbList .slick-arrow {
  width: 20px;
  height: 20px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  z-index: 1;
}

.thumb__contentsBody .thumb__thumbList .slick-next {
  transform: translate(-50%, -50%) rotate(45deg);
  right: 10px;
}

.thumb__contentsBody .thumb__thumbList .slick-prev {
  transform: translate(-50%, -50%) rotate(-135deg);
  left: 30px;
}

.thumb__contentsBody .thumb__itemList {
  padding: 0 50px;
}

@media screen and (max-width: 767px) {
  .thumb__contentsBody {
    margin-top: 40px;
  }

  .thumb__contentsBody .is-pc {
    display: none;
  }

  .thumb__contentsBody .is-sp {
    display: block;
  }

  .thumb__contentsBody .thumb__itemList {
    padding: 0 20px;
  }

  .thumb__contentsBody .thumb__itemList .thumb__itemList__item img {
    margin: 0 auto;
  }

  .thumb__contentsBody .thumb__thumbList {
    padding: 0 17px;
    margin: 10px auto 0;
  }

  .thumb__contentsBody .thumb__thumbList .thumb__thumbList__item {
    margin: 0 3px;
  }

  .thumb__contentsBody .thumb__thumbList .slick-arrow {
    width: 12px;
    height: 12px;
  }

  .thumb__contentsBody .thumb__thumbList .slick-prev {
    left: 10px;
  }

  .thumb__contentsBody .thumb__thumbList .slick-next {
    right: -2px;
  }
}