@media only screen and (max-width: 750px) {
    .mv__heading {
        font-size: 18px;
        padding: 0 .3rem;
    }
    .mv__heading .ja {
        font-size: 13px;
    }
}

        
        
/* ------------------------------
- mv
------------------------------ */
.mv {
  background: url(https://s3-ap-northeast-1.amazonaws.com/idc-otsuka/wp/wp-content/uploads/2020/08/11124244/style_mv_sp.jpg) no-repeat center /cover;
}

@media only screen and (min-width: 750px) {
  .mv {
    background: url(https://s3-ap-northeast-1.amazonaws.com/idc-otsuka/wp/wp-content/uploads/2020/08/11124246/style_mv.jpg) no-repeat center /cover;
  }
}


/* ------------------------------
- style
------------------------------ */
.style__panel {
  display: block;
}
.style__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content:flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.style__list__img a {
  width: 100%;
}
.style__list__img img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}
.style__list__cat {
  margin-bottom: .1rem;      
}
.style__list__cat li {
  display: inline-block;
  color: #8c8c8c;
  font-size: .9rem;
  margin-right: .5rem;
}
.style__list__cat li:last-of-type {
  margin-right: 0;
}
.style__list__text h3 {
  font-weight: bold;
}
.style__list__text h2 {
  font-weight: bold;
}
.style__list__text p {
  /* border-top: 1px solid #e6e6e6; */
  /* margin-top: .5rem; */
  padding-top: .4rem;
  font-size: .9rem;
}

@media only screen and (min-width: 751px) {
  .style a:hover {
    opacity: .7;
  }
  .style__list__item {
    width: 22.6%;
    padding: 2rem 0 0;
  }
  .style__list__item:not(:nth-child(4n)) {
    margin-right: 3.1333%;
  }
  .style__list__item:nth-child(n+5) {
    margin-top: 30px;
  }
  .style__lead {
    margin: 50px 0;
    text-align: center;
  }
  .style__lead_note {
    display: none;
  }
  .style__list__img {
    margin-bottom: .7rem;
  }
  .style__list__text h3 {
    font-size: 14px;
  }
  .style__list__text h2 {
    font-size: 14px;
  }
}

@media only screen and (max-width: 750px) {
  .style__lead {
    margin: 30px 0 10px;
  }
  .style__lead_note {
    display: block;
    margin-top: 1.5rem;
    color: #ca0000;
    font-weight: bold;
  }   
  .style__list {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .style__list__item {
    //width: 100%;
    //padding: 5% 0 3%;
    margin-top: 10px;
    width: 47.6%;
    padding: 2rem 0 0;
  
  }
  .style__list__img {
    margin-bottom: .5rem;
  }
  .style__list__text h3 {
    font-size: 13px;
  }    
  .style__list__text h2 {
    font-size: 13px;
  }    
  .style__list__link > a {
    position: relative;
    margin: 10px auto 0;
    font-size: 12px;
    color: #ca0000;
    background: #fff;
    border: 1px solid #ddd;
    text-align: center;
    max-width: 340px;
    width: 90%;
    display: block;
    border-radius: 30px;
    padding: 13px;
    font-weight: bold;
   }
  .style__list__link > a::after {
    position: absolute;
    right: 2rem;
    content: "\f105";
    color: #ca0000;
    font-family: FontAwesome;
   }
}


/* ------------------------------
- post-style
------------------------------ */
.style__main-term .head::after {
    content: none!important;
}

.style__main-term .head__main::after {
    content: '';
    display: block;
    margin: 10px auto 0;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #ca0000;
}

.style__main-term {
    padding: 40px 0 0;
}
.style__main-term .head__sub {
    display: block;
    line-height: 1.7;
    font-size: 13px;
    font-weight: normal;
}
.style__main-term .head__main {
    display: block;
    font-weight: bold;
    line-height: 1.5;
}

@media only screen and (min-width: 751px) {
    .style__main-term {
        padding: 60px 0 0;
    }
    .style__lead-term {
        margin: 30px 0 50px;
        text-align: center;
    }
    .style__main-term .head__sub {
        font-size: 14px;
    }
    .style__main-term .style__list__item:first-of-type,
    .style__main-term .style__list__item:nth-of-type(2),
    .style__main-term .style__list__item:nth-of-type(3) {
        padding: 2rem 0 0;
    }
}
@media only screen and (max-width: 750px) {
    .style__lead-term {
        margin-top: 20px;
    }
}

.style__link-term__img {
    text-align: center;
}
.style__link-term__img img {
    display: block;
    margin: 0 auto;
    width: auto;
    max-width: 100%;
}

@media only screen and (max-width: 750px) {
    .style__link-term {
        margin: 3rem 0 2rem;
    }
    .style__link-term__img {
        margin-bottom: .5rem;
    }
}
@media only screen and (min-width: 751px) {
    .style__link-term {
        margin: 50px 0 50px;
    }
    .style__link-term__img {
        margin-bottom: .7rem;
    }
}


/* ------------------------------
- category
------------------------------ */
.category__block:first-of-type {
  border-top: 1px solid #333;
}
.category__list {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.category__item {
  width: 50%;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 13px;
  padding: 0 15px;
  min-height: 50px;
  background: #fff;
}
.category__item::after {
  content: '';
  width: 9px;
  min-width: 9px;
  max-width: 9px;
  height: 12px;
  background: url(/wp/wp-content/themes/idc/assets/images/icon/arrow_a-r.svg) no-repeat center /contain;
  margin-left: 15px;
}

@media only screen and (max-width: 749px) {
  .category__block {
    padding-bottom: 30px;
  }
  .category__block:first-of-type {
    padding: 40px 0 30px;
    margin-top: 40px;
  }
  .category__heading {
    border-left: 4px solid #ccc;
    padding-left: 12px;
    font-size: 16px;
    margin: 20px 0;
  }
  .category__list {
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
  }
  .category__item {
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
  }
}
@media only screen and (min-width: 750px) {
  .category__block {
    padding-bottom: 50px;
  }
  .category__block:first-of-type {
    padding: 50px 0;
    margin-top: 50px;
  }
  .category__heading {
    border-left: 5px solid #ccc;
    padding-left: 15px;
    font-size: 18px;
    margin-bottom: 25px;
  }
  .category__item {
    width: 31.93%;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-size: 15px;
    height: 60px;
    padding: 0 20px;
  }
  .category__item:not(:nth-child(3n)) {
    margin-right: 2.1%;
  }
  .category__item:nth-child(n+4) {
    margin-top: 20px;
  }
  .category__item::after {
    width: 10px;
    min-width: 10px;
    max-width: 10px;
    height: 14px;
  }
  .category__item:hover {
    background: #fdedf0;
    border: 1px solid #fdedf0;
    opacity: 1 !important;
  }
}

/* ------------------------------
- backtostyle
------------------------------ */
.backtostyle {
  padding: 30px 0;
  text-align: center;
}
.backtostyle__btn {
  font-size: 14px;
  font-weight: bold;
}
.backtostyle__btn .deco {
  display: block;
  width: 26px;
  height: 26px;
  margin: 0 auto 15px;
}
.deco__item {
  position: relative;
  display: block;
  width: 6px;
  height: 6px;
  background: #333;
  margin: 0 auto;
  transition: all .3s;
}
.deco__item + .deco__item {
  margin-top: 4px;
}
.deco__item::before,
.deco__item::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  width: 6px;
  height: 6px;
  background: #333;
  transition: all 0;
}
.deco__item::before {
  left: -10px;
}
.deco__item::after {
  right: -10px;
}
@media only screen and (min-width: 749px) {
  .backtostyle__btn:hover {
    color: #ca0000;
    opacity: 1!important;
  }
  .backtostyle__btn:hover .deco__item,
  .backtostyle__btn:hover .deco__item::before,
  .backtostyle__btn:hover .deco__item::after {
    background: #ca0000;
  }
}

/* ------------------------------
- bannerWrap
------------------------------ */
.bannerWrap {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}
.bannerWrap .bannerLink {
  width: 100%;
}
@media only screen and (max-width: 749px) {
  .bannerWrap .bannerLink:not(:first-of-type) {
    margin-top: 15px;
  }
}
@media only screen and (min-width: 750px) {
  .bannerWrap {
    margin-bottom: 50px;
  }
  .bannerWrap .bannerLink {
    width: 49%;
  }
}
