@charset "utf-8";
/* content */
.boxSkin02.productsBox01 {
  padding: 0;
  overflow: hidden;
}
.productsBox01 .innerBox {
  position: relative;
}
.productsBox01 .innerBox .ttlMainvis {
  position: absolute;
  top: 90px;
  left: 177px;
  color: #1d2088;
  font-size: 22px;
  font-weight: 700;
  text-align: center;
  z-index: 2;
}
.productsBox01 .innerBox .package   {
  position: absolute;
  top: 66px;
  right: 142px;
  width: 330px;
  z-index: 2;
}

/*
.productsBox01 .innerBox {/* clearfix */
/*width: 347px;
  width: 720px;
  margin-right: auto;
  margin-left: auto;
}

.productsBox01 .innerBox .fl {
  float: left;
  width: 50%;
}
.productsBox01 .innerBox .fr {
  box-sizing: border-box;
  float: right;
  width: 50%;
}

.productsBox01 .inner {
  /*background: url(../img/bg_head_type1.png) no-repeat 531px bottom;
  padding: 65px 0 65px 130px;
  padding: 62px 120px 40px;
}*/
.productsBox01 .txt {
  font-size: 17px;
  font-weight: 700;
  color: #1d2088;
}
.productsBox01 .img {
  /*margin: 25px 0 10px;*/
  /*text-align: center;*/
  margin: -10px 0 10px;
  text-align: right;
}
.productsBox01 .img img {
  width: 330px;
}
.productsBox01 .iconBox {
  text-align: right;
}
.productsBox01 .iconBox img {
  vertical-align: middle;
}
.productsBox01 .listBox {
  display: table;
  border-top: 1px solid #ededed;
  width: 100%;
}
.productsBox01 .listTll {
  background: #191465;
  display: table-cell;
  color: #ffffff;
  font-weight: 700;
  vertical-align: middle;
  text-align: center;
  width: 230px;
  -webkit-border-bottom-left-radius: 30px;
  -moz-border-bottom-left-radius: 30px;
  border-bottom-left-radius: 30px;
  font-size: 1.5rem;
}
.productsBox01 .listSkin01 {
  display: table-cell;
  padding: 12px 40px 18px;
  font-weight: 700;
  background: #fafafa;
}
.productsBox01 .listSkin01 li {
  font-size: 1.6rem;
}
.boxSkin02.productsBox02 {
  border-top: 3px solid #191465;
}
.productsBox02 .inner {
  margin-bottom: 70px;
}
.productsBox02 .inner.last {
  margin-bottom: 40px;
}
.productsBox02 .innerBox {
  display: table;
  width: 100%;
}
.productsBox02 .innerBox > div {
  display: table-cell;
  vertical-align: top;
  width: 50%;
}
.productsBox02 .innerBox .txt {
  padding-right: 30px;
}
.productsBox02 .innerBox .img {
  padding-left: 20px;
}
.swapBox {
  position: relative;
  height: 370px;
  width: 410px;
}
.swapBox img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.productsBox02 .cautionText {
  font-size: 12px;
  color: #666666;
}
.productsLink {
  border-top: 1px dotted #333695;
  padding-top: 10px;
  margin-bottom: 50px;
}
.productsLink a {
  color: #222222;
}
.productsLink img {
  vertical-align: middle;
  margin-left: 7px;
}
.productsBox02 .boxSkin04 {
  font-size: 11px;
  text-align: center;
  padding: 25px 20px
}
/* title */
.productsBox01 .ttl {
  font-size: 22px;
  font-weight: 700;
  color: #1d2088;
  margin-bottom: 15px;
}
.productsTll {
  background: #d3e5ff;
  color: #1d2088;
  font-size: 28px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 27px 0 27px 135px;
  border-top: 1px solid #1d2088;
  position: relative;
}
.productsTll > span {
  background: #191465;
  color: #fff;
  font-weight: 700;
  font-size: 1.7rem;
  padding: 5px 10px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  position: absolute;
  left: 20px;
  width: 100px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.productsTll > span > span {
  font-size: 2.4rem;
}
/* .boxRelatedLinkWrap.attentionDelete {
  padding: 40px 0 98px;
} */
.footer.attentionWrap {
  display: none;
}
/* sp向けスタイル */
@media screen and (max-width: 767px) {
  /* content */
  .productsBox01 .inner {
    height: auto !important;
    max-height: 478px;
    padding: 0;
    /*background: url(../img/bg_head_type1-sp.jpg) no-repeat right bottom;
    background-size: contain;*/
  }
  .productsBox01 .innerBox {
    width: 100%;
  }
  .productsBox01 .innerBox .ttlMainvis {
    top: 38px;
    left: 0;
    right: 0;
    margin: auto;
    font-size: 1.8rem;
  }
  .productsBox01 .innerBox .package {
    position: absolute;
    top: 47%;
    left: 0;
    right: 0;
    width: 60%;
    margin: auto;
    max-width: 228px;
    z-index: 2;
  }
  /*.productsBox01 .innerBox {
    padding: 20px 5%;
    width: 100%;
    max-width: 292px;
    margin-right: auto;
    margin-left: auto;
  }
  .productsBox01 .innerBox .fl,
  .productsBox01 .innerBox .fr {
    float: none;
    width: 100%;
  }*/
  .productsBox01 .listSkin01 {
    display: block;
    padding: 10px 10px 20px;
  }
  .boxSkin02.productsBox02.mt30 {
    margin-top: 15px;
  }
  .productsBox01 .txt {
    font-size: 1.0rem;
  }
  /* .productsBox01 .ttlImg {
    width: 330px;
  } */
  .productsBox01 .img {
    /*width: 125px;*/
    margin: 10px 0 0;
    max-width: 250px;
  }
  .productsBox01 .iconBox {
    max-width: 250px;
  }
  .productsBox01 .iconBox span {
    display: inline-block;
  }
  .productsBox01 .iconBox span:nth-child(1) {
    width: 40px;
  }
  .productsBox01 .iconBox span:nth-child(2) img {
    width: 34px;
  }
  .productsBox01 .listBox {
    border-top: none;
    display: block;
  }
  /*title */
  .productsPage .secPagetitle h1 {
    position: relative;
  }
  .productsBox01 .ttl {
    /*font-size: 1.3rem;*/
    font-size: 1.6rem;
    /*margin-bottom: 30px;*/
    margin-bottom: 15px;
    text-align: center;
  }
  .productsBox01 .ttl + .txt {
    margin-bottom: 5px;
    font-size: 1.3rem;
  }
  .productsBox01 .listTll {
    display: block;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    width: 100%;
    font-size: 1.1rem;
    line-height: 1.9;
  }
  .productsBox01 .listSkin01 {
    display: block;
    padding: 7px 10px 16px;
    border-radius: 0 0 0 15px;
    border: 1px solid #ededed;
  }
  .productsBox01 .listSkin01 li {
    padding-left: 20px;
    font-size: 1.2rem;
    letter-spacing: 0.1px;
    line-height: 1.2;
    padding: 4px 0 4px 18px;
  }
  .productsTll > span {
    font-size: 1.1rem;
    top: -18px;
    left: 5px;
    padding: 1px 17px;
    width: auto;
    height: auto;
  }
  .productsTll > span > span {
    font-size: 1.5rem;
  }
  .productsTll {
    font-size: 1.4rem;
    padding: 14px 0 15px 68px;
  }
  .productsTll.mb30 {
    margin-bottom: 20px;
  }
  .productsBox02 .innerBox > div {
    display: block;
    width: inherit;
  }
  .productsBox02 .innerBox .txt {
    padding-right: 0;
  }
  .productsBox02 .cautionText {
    margin-bottom: 20px;
    font-size: 1.1rem;
  }
  .productsBox02 .innerBox .img {
    padding-left: 0;
  }
  .swapBox {
    position: relative;
    width: auto;
    height: 226px;
    margin-right: -5px;
  }
  .swapBox img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 350px;
    height: 226px;
    margin: auto;
  }
  .productsBox02 .inner {
    margin-bottom: 25px;
  }
  .productsLink {
    margin-bottom: 0;
    padding: 35px 0;
    font-size: 1.1rem;
  }
  .productsBox02 .boxSkin04 {
    padding: 10px;
    text-align: left;
  }
  /* .boxRelatedLinkWrap.attentionDelete {
    padding: 13px 0 30px;
  } */
  .sideWrap {
    position: absolute;
    top: 25px;
    left: -270px;
    z-index: 600;
    width: 270px;
    background: #d9dffe;
  }
  .sideNav > li {
    border-top: 1px solid #333695;
  }
  .sideNav > li > a {
    background: rgba(177, 180, 222, 0.7);
  }
  .sideNav li a {
    height: auto;
    color: #1d2088;
    padding: 10px 15px;
  }
  .sideNav li li a {
    background: rgba(217, 223, 254, 0.8);
  }
  .sideNav li li a:before {
    left: 0;
    right: 0;
    border-top: 1px solid #5b5fab;
  }
  .sideNav .ttl {
    background: rgba(49, 52, 148, 0.9);
    border: none;
  }
}

/* イブA錠EXの主な特長 */
.featuresBox {
  display: flex;
  justify-content: space-evenly;
  margin-bottom: 65px;
}
.featuresBox a:hover .item {
  background-color: #F4F5FF;
}
.featuresBox .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  width: 250px;
  height: 250px;
  background-color: #fff;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  box-shadow: 3px 0px 10px 0 rgba(0, 0, 0, 0.10), 3px 15px 15px 0 rgba(0, 0, 0, 0.10);
  position: relative;
}
.featuresBox .item::before {
  content: '';
  width: 24px;
  height: 24px;
  background-color: #191465;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  position: absolute;
  bottom: -10px;
}
.featuresBox .item::after {
  content: '';
  width: 7px;
  height: 7px;
  border: 0;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  position: absolute;
  bottom: 0;
  margin-top: -4px;
  transform: rotate(136deg);
  -webkit-transform: rotate(136deg);
  -ms-transform: rotate(136deg);
}
.featuresBox .ttl {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #191465;
  border-radius: 30px 30px 0 0;
  -webkit-border-radius: 30px 30px 0 0;
  -moz-border-radius: 30px 30px 0 0;
  width: 100%;
  height: 57px;
}
.featuresBox .ttl > p {
  color: #fff;
  font-size: 2.4rem;
}
.featuresBox .ttl > p > span {
  font-size: 3.0rem;
}
.featuresBox .img {
  padding: 30px 0 0 0;
}
.featuresBox .feature01 img {
  width: 75px;
}
.featuresBox .feature02 img {
  width: 75px;
}
.featuresBox .feature03 img {
  width: 67px;
}
.featuresBox .txt {
  color: #212f8e;
  font-size: 1.5rem;
  letter-spacing: 0.075em;
  padding: 28px 0 43px 0;
}
.spCon {
  display: none;
}
@media screen and (max-width: 767px) {
  .featuresBox {
    flex-direction: column;
    align-items: center;
    padding: 0 15px;
  }
  .featuresBox > a {
    width: 100%;
  }
  .featuresBox .item {
    width: 100%;
    height: 60px;
    flex-direction: row;
    justify-content: flex-start;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
  }
  .featuresBox .item::before {
    width: 15px;
    height: 15px;
    top: 50%;
    right: 9px;
    bottom: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
  }
  .featuresBox .item::after {
    width: 5px;
    height: 5px;
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
    top: 50%;
    right: 14px;
    bottom: 0;
  }
  .featuresBox .feature01 .item {
    margin-bottom: 10px;
  }
  .featuresBox .feature02 .item {
    margin-bottom: 10px;
  }
  .featuresBox .ttl {
    height: inherit;
    width: auto;
    padding: 0 10px;
    border-radius: 10px 0 0 10px;
    -webkit-border-radius: 10px 0 0 10px;
    -moz-border-radius: 10px 0 0 10px;
  }
  .featuresBox .ttl > p {
    font-size: 1.1rem;
  }
  .featuresBox .ttl > p > span {
    font-size: 1.8rem;
    display: flex;
    justify-content: center;
    margin-top: -5px;
  }
  .featuresBox .img {
    padding: 0;
    margin: 0 15px;
    width: 15%;
  }
  .featuresBox .feature01 img {
    width: 45px;
  }
  .featuresBox .feature02 img {
    width: 45px;
  }
  .featuresBox .feature03 img {
    width: 36.5px;
  }
  .featuresBox .txt {
    padding: 0;
    font-size: 1.1rem;
  }
  .spCon {
    display: block;
  }
}