@charset "utf-8";
.secContentArea {
  padding: 30px 0;
}

.show-pc.inline,
.show-sp.inline {
  letter-spacing: inherit;
}

/* content */

.boxSkin02 {
  padding-top: 33px;
}

.boxSkin02.productsBox01 {
  padding: 0;
  overflow: hidden;
}

.productsBox01 .innerBox {
  position: relative;
}

.productsBox01 .innerBox .ttlMainvis {
  position: absolute;
  top: 90px;
  left: 185px;
  color: #1d2088;
  font-size: 22px;
  font-weight: 700;
  text-align: center;
  z-index: 2;
}

.productsBox01 .innerBox .package {
  position: absolute;
  top: 76px;
  right: 162px;
  width: 330px;
  z-index: 2;
}

.productsBox01 .listBox {
  display: table;
  width: 100%;
	border-top: 1px solid #ededed;
}

.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: 20px;
	-moz-border-bottom-left-radius: 20px;
  border-bottom-left-radius: 20px;
	font-size: 1.5rem;
}

.productsBox01 .listSkin01 {
  display: table-cell;
	padding: 16px 40px 20px;
	background: #fafafa;
  font-weight: 700;
}

.listSkin01 li {
  padding-left: 35px;
	font-size: 1.6rem;
}

.boxSkin02.productsBox02 {
  border-top: 3px solid #191465;
}

.productsBox02 .inner {
  margin-bottom: 45px;
}

.productsBox02 .inner.last {
  margin-bottom: 40px;
}

.productsBox02 .innerBox {
  display: table;
  width: 100%;
}

.productsBox02 .innerBox>div {
  display: table-cell;
  vertical-align: top;
}

.productsBox02 .innerBox .txt {
  padding-right: 30px;
  width: 72%;
}

.productsBox02 .innerBox .img {
  /*padding-left: 20px;*/
}

.productsBox02 .cautionText {
  font-size: 12px;
  color: #666666;
}

.productsLink {
  border-top: 1px dotted #333695;
  padding-top: 16px;
  margin-bottom: 50px;
}

.productsLink a {
  color: #222222;
}

.productsLink img {
  vertical-align: middle;
  margin-left: 7px;
}

.productsBox02 .inner .tac.clearfix {
  margin-top: 35px;
  padding-bottom: 17px;
}

.productsBox02 .boxSkin04 {
  font-size: 1.1rem;
  text-align: center;
  padding: 22px 20px;
  margin-bottom: 10px;
}

.swapBox {
	position: relative;
	height: 340px;
	width: 410px;
}

.swapBox img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
}

/* title */
.productsBox01 .ttl {
  text-align: center;
  font-size: 22px;
  font-weight: 700;
  color: #1d2088;
  margin-bottom: 21px;
	line-height: 1.4em;
}

.ttlSkin02 {
  letter-spacing: 2.5px;
}

.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.featureBox {
  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.featureBox>span {
  font-size: 2.6rem;
}

/* .boxRelatedLinkWrap.attentionDelete {
  padding: 20px 0 80px;
} */

.footer.attentionWrap {
  display: none;
}

/*　top special banner */
.specialBanner {
	max-width: 720px;
	width: 100%;
	margin: 60px auto 0;
}
.specialBanner a {
	display: block;
}


/* sp向けスタイル */
@media screen and (max-width: 767px) {
  /* content */
  .secContentArea {
    padding: 15px 0 0;
  }
  .productsBox01 .innerBox {
    width: 100%;
  }

  .productsBox01 .innerBox .ttlMainvis {
    top: 23px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    font-size: 1.8rem;
  }

  .productsBox01 .innerBox .package {
    position: absolute;
    top: 44%;
    left: 0;
    right: 0;
    margin: auto;
    width: 60%;
    max-width: 228px;
    z-index: 2;
  }

  .productsBox01 .listSkin01 {
    display: block;
			padding: 10px 10px 20px;
			border-radius: 0 0 0 15px;
			border: 1px solid #ededed;
  }
  .boxSkin02.productsBox02.mt30 {
    margin-top: 15px;
    padding-top: 14px;
  }
  .productsBox01 .txt {
    font-size: 1.0rem;
    padding: 0 0 0 10px;
  }
  .productsBox01 .ttlImg {
    padding: 0 8px 0 10px;
  }
	/*
  .productsBox01 .img {
    / *width: 125px;* /
    margin: 10px 0 0;
  }
*/
	.productsBox01 .img {
		margin: 12px 0 5px;
		max-width: 250px;
	}
  .productsBox01 .iconBox {
			text-align: right;
    padding: 0px 0 0 0;
			max-width: 250px;
  }
  .productsBox01 .iconBox span {
    display: inline-block;
  }
  .productsBox01 .iconBox img:nth-child(1) {
    width: 40px;
  }
  .productsBox01 .iconBox img:nth-child(2) {
    width: 34px;
  }
	.boxSkin02.productsBox01 {
		padding: 0 0 10px 0;
	}
  .productsBox01 .listBox {
    border-top: none;
    display: block;
  }
  .productsBox02 .inner .tac.clearfix {
    margin-top: 0;
    margin-bottom: 0;
  }
  .productsBox02 .inner .tac.clearfix img {
    margin-bottom: 15px;
  }
  .productsBox02 .inner .tac.clearfix img:last-child {
    margin-bottom: 0;
  }
  .spIndent10 {
    padding-left: 10px;
    padding-right: 10px;
			font-size: 1.3rem;
    line-height: 1.4;
  }
  .fl, .fr {
    float: none;
  }
  /*title */
  .productsBox01 .ttl {
    font-size: 1.3rem;
    margin-bottom: 36px;
  }

  .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%;
    padding: 0;
    font-weight: bold;
    font-size: 1.1rem;
    letter-spacing: -1px;
			line-height: 1.9;
  }
  .productsTll>span.featureBox {
    font-size: 1.1rem;
    top: -18px;
    left: 5px;
    padding: 1px 17px;
    width: auto;
    height: auto;
  }
	.productsTll > span.featureBox:before {
		bottom: -10px;
		width: 2px;
		height: 2px;
		border: 5px solid transparent;
		border-top: 5px solid #fff;
	}
  .productsTll>span.featureBox>span {
    font-size: 1.5rem;
  }
  .productsTll {
    font-size: 1.4rem;
    padding: 14px 0 15px 68px;
  }
  .productsTll.mb30 {
    margin-bottom: 13px;
  }
  .listSkin01 li {
    padding-left: 20px;
    font-size: 1.3rem;
    letter-spacing: 0.1px;
    line-height: 1.2;
    padding: 4px 0 4px 18px;
  }
  .productsBox02 .innerBox>div {
    display: block;
    width: inherit;
  }
  .productsBox02 .innerBox .txt {
    padding-right: 0;
    width: 100%;
    letter-spacing: -1.4px;
  }
  .productsBox02 .cautionText {
    margin-bottom: 20px;
    font-size: 1.1rem;
  }
	.productsBox02 .productsTll .cautionText {
		margin-bottom: 0px;
	}
  .productsBox02 .innerBox .img {
    padding-left: 0;
    text-align: center;
    margin-bottom: 33px;
  }
  .productsBox02 .innerBox .img img {
    width: 180px;
    padding-top: 7px;
  }
  .productsBox02 .inner {
    margin-bottom: 12px;
  }
  .productsLink img {
    width: 18px;
  }
  .productsLink {
    margin-bottom: 0;
    padding: 31px 0;
			font-size: 1.1rem;
  }
  .productsBox02 .boxSkin04 {
    text-align: left;
    padding: 9px 8px;
    letter-spacing: -1.4px;
  }

	.swapBox {
		position: relative;
		width: auto;
		height: 210px;
		margin-right: -5px;
	}

	.swapBox img {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		width: 250px;
		height: 207px;
		margin: auto;
	}

  /* .boxRelatedLinkWrap.attentionDelete {
    padding: 13px 0 30px;
  } */

  /* sideMenu */
  .sideWrap {
    position: absolute;
    top: 25px;
    left: -270px;
    z-index: 600;
    width: 270px;
    background: #d9dffe;
  }
  .sideNav .ttl {
    background: rgba(49,52,148,0.9);
    border: none;
  }
  .sideNav li a{
    height: auto;
    color: #1d2088;
    padding: 10px 15px;
  }
  .sideNav li li a{
    background: rgba(217,223,254,0.8);
  }
  .sideNav > li > a {
    background: rgba(177,180,222,0.7);
  }
  .sideNav li li a:before{
    left: 0;
    right: 0;
    border-top: 1px solid #5b5fab;
  }

	/*　top special banner */
	.specialBanner {
		margin-top: 15px;
	}
}

@media screen and (min-width: 624px) and (max-width: 767px) {
  .productsBox01 .innerBox .package {
    top: 244px;
    left: 324px;
    width: 228px;
  }
}

/* イブA錠の主な特長 */

.featuresBox {
  display: flex;
  justify-content: center;
  margin-bottom: 100px;
}

.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 .feature01 .item {
  margin-right: 15px;
}

.featuresBox .feature02 .item {
  margin-left: 15px;
}

.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: 35px 0 0 0;
}

.featuresBox .feature01 img {
  width: 66px;
}

.featuresBox .feature02 img {
  width: 75px;
}

.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;
		margin-bottom: 30px;
  }

  .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: 0 0 10px 0;
  }

  .featuresBox .feature02 .item {
    margin: 0;
  }

  .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: 33px;
  }

  .featuresBox .feature02 img {
    width: 45px;
  }

  .featuresBox .txt {
    padding: 0;
    font-size: 1.1rem;
  }

  .spCon {
    display: block;
  }
}

/*注釈*/
.productsBox01 .innerBox .cautionText {
	position: absolute;
	bottom: 50px;
	left: 170px;
	color: #333333;
	font-size: 13px;
	text-align: center;
	z-index: 2;
}

.productsBox02 .featuresBox .cautionText {
	color: #333333;
	font-size: 13px;
	padding: 30px 0 0;
}

@media screen and (max-width: 767px) {
	.productsBox01 .innerBox .cautionText {
		bottom: 5px;
		left: 15px;
		font-size: 12px;
		color: #666666;
	}
	.productsBox02 .featuresBox .cautionText {
		font-size: 12px;
		color: #666666;
		width: 100%;
		padding: 15px 0 0;
	}
}

/*特設LPバナー　specialBanner*/

.specialBanner {
	margin: 50px auto;
}

@media screen and (max-width: 767px) {
.specialBanner {
	margin: 25px auto;
}
}
