
/*プロフィールボックス*/
.c5-plofile_block {
	background-color: #E2E7EC;
	padding: 15px;
}

.s5-row__col {
	padding-left: 2%
}
.s5-row__col4 {
	width: 15%;
}

.s5-row__col4 img{
	max-width: 100% !important;
}

.c5-img_width {
	width: 100% !important;
}

.s5-row a .c5-icon--height{
	height: 1em !important;
}

@media screen and (max-width: 639px){
	.s5-row__col {
		padding-left: 5%;
		display: table-cell;
	}
	.s5-row__col4 {
	    width: 30%;
        display: table-cell;
	}
	.s5-row__col3 {
		width: 100%;
		display: block;
	}
}

.c5-only--pc{
	display: block;
}
.c5-only--sp{
	display: none;
}
@media screen and (max-width: 639px){
	.c5-only--pc{
		display: none;
	}
	.c5-only--sp{
		display: block;
	}
}

.c5-textbox--black{
	background-color: #3b3d42;
    padding: 15px;
    color: #fff;
}

.c5-pointImage{
	display: flex;
    align-items: center;
    margin: auto;
    width: 90%;
}

@media screen and (max-width: 820px){
	.c5-pointImage{
		width: 100%;
	}
}

.c5-pointImage img{
	width: 100%;
}

.c5-pointImage .c5-pointImage--col1{
    width: 30%;
}

.c5-pointImage .c5-pointImage--col2{
    width: calc(70% - 10px);
	margin-left: 20px;
}

@media screen and (max-width: 820px){
	.c5-pointImage .c5-pointImage--col2{
		width: calc(70% - 5px);
		margin-left: 10px;
		text-align: left;
	}
}

/* ポイント1.2.3 */
.c5-pointBlock{
	margin: auto;
	width: 100%;
	padding-left: 0;
}

.c5-pointBlock .c5-pointBlock--col5{
	list-style-type: none;
    border: 3px solid #4058BC;
	flex: 1;
}

.c5-pointBlock .c5-pointBlock--col5:nth-child(3){
	margin-bottom: 0;
}
.c5-pointBlock--flex{
	display: flex;
	justify-content: space-between;
    gap: 2%;
}

.c5-pointBlock--flex-right{
	width: 60%;	
}

.c5-pointBlock--flex-left{
	display: flex;
	align-items: center;
	width: 40%;
}

.c5-pointBlock--flex-left img{
	display: block;
	align-self: center;
	width: 100%;
	height: auto;
}


@media screen and (max-width: 820px){
	.c5-pointBlock .c5-pointBlock--col5{
		margin-right: 0;
		margin-bottom: 10px;
	}
	.c5-pointBlock--flex{
		display: block;
	}
	.c5-pointBlock--flex-right{
		width: 100%;
	}
	.c5-pointBlock--flex-left{
		width: 100%;
	}
	.c5-pointBlock--flex-left img{
		width: 100%;
		height: auto;
	}
	.c5-pointBlock .c5-pointBlock--col5:nth-child(3){
		margin-bottom: 20px;
	}
}

@media screen and (max-width: 639px){
	/* .c5-pointBlock .c5-pointBlock--col5:nth-child(3){
		margin-right: 10px;
	}

	.c5-pointBlock .c5-pointBlock--col5:nth-last-child(2){
		margin-bottom: 10px;
	} */
}


.c5-pointBlock .c5-pointBlock--col5 .c5-pointBlock-heading{
    color: #fff;
    text-align: left;
    display: inline-block;
    line-height: 1.3;
	font-size: 12px;
	padding-right: 30px;
}


.c5-pointBlock-text{
	text-align: center;
	padding: 10px;
}

.c5-pointNumber{
	border-bottom: solid 4px;
    padding-bottom: 6px;
    font-size: 24px;

}
.c5-pointTitle{
	color: #E2F119;
    text-align: left;
	

}
.c5-pointInner{
	display: flex;
    justify-content: left;
    align-items: center;
	padding: 10px; 
	background-color: #4058BC;
    
}

@media screen and (max-width: 820px){
	.c5-pointBlock-text{
		text-align: left;
	}
	.c5-pointNumber {
		border-bottom: solid 5px;
		padding-bottom: 6px;
		font-size: 20px;
	}
	.c5-pointBlock .c5-pointBlock--col5 .c5-pointBlock-heading{
		font-size: 10px;
	}
}

.c5-productBlock img{
	max-width: 547px;
	width: 100%;
}

.c5-pointLogoBlock{
	display: flex;
	margin: auto;
	justify-content:center;
	width: 100%;
	align-items: center;
	padding-left: 0;
}

@media screen and (max-width: 820px){
	.c5-pointLogoBlock{
		flex-wrap: wrap;
		width: 90%;
	}
}

.c5-pointLogoBlock .c5-pointLogoBlock--col4{
	list-style-type: none;
	margin-right: 20px;
}

@media screen and (max-width: 820px){
	.c5-pointLogoBlock .c5-pointLogoBlock--col4{
		margin-right: 10px;
		width: 20%;
	}
}

@media screen and (max-width: 820px){
	.c5-pointLogoBlock .c5-pointLogoBlock--col4:last-child{
		width: 80%;
	}
}

.c5-pointLogoBlock .c5-pointLogoBlock--col4 img{
	width: 100%;
}

@media screen and (max-width: 820px){
	.d-sp{
		display: none;
	}
}


/* following banner */
.follow-case {
	position: fixed;
	width: 110px;
	height: 180px;
	right: -10px;
	bottom: 200px;
	z-index: 99;
	pointer-events: none;
	opacity: 0;
	transition: opacity .3s, right .3s;
	background-color: #fff;
	border: 1px solid #000;
	border-radius: 10px;
	box-shadow: 4px 4px 0px 0px #c1c3f4;
  }
  
  .follow-product {
	position: fixed;
	width: 110px;
	height: 150px;
	right: -10px;
	bottom: 50%;
	z-index: 99;
	pointer-events: none;
	opacity: 0;
	transition: opacity .3s, right .3s;
	background-color: #fff;
	border: 1px solid #000;
	border-radius: 10px;
	box-shadow: 4px 4px 0px 0px #c1c3f4;
	box-sizing: border-box;
  }
  
  .follow-case .follow-case-ttl {
	background: #000;
	border-top-right-radius: 8px;
	border-top-left-radius: 8px;
	text-align: center;
  }
  
  .follow-case .follow-case-ttl p {
	color: #fff;
	font-size: 11px;
	padding: 3px 0 4px;
  }
  
  .follow-case .follow-case-txt p {
	font-size: 13px;
	font-weight: bold;
	line-height: 1.2em;
	margin: 4px 15px 0;
  }
  
  .follow-product .follow-product-ttl p {
	font-size: 17px;
	line-height: 1.4em;
	font-weight: bold;
	margin-top: 16px;
	text-align: center;
	margin-bottom: 0;
    font-family: 'Noto Sans JP', sans-serif;
  }
  
  .follow-case a,
  .follow-product a {
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
    cursor: pointer;
	transition: opacity .4s ease;
  }
  
  .follow-case img,
  .follow-product img {
	display: block;
	position: relative;
	width: 84%;
	left: 8%;
	margin-top: 7px;
  }
  
  .follow-case.act,
  .follow-product.act {
	opacity: 1;
	right: 10px;
	pointer-events: all;
  }
  
  @media screen and (min-width: 767px) {
	@keyframes banner_hov {
	  0% {
		transform: scale(1);
	  }
	  80% {
		transform: scale(1.1);
	  }
	  100% {
		transform: scale(1.07);
	  }
	}
	.follow-case a:hover .follow-product-img,
	.follow-product a:hover .follow-product-img {
	animation: banner_hov .25s forwards;
	transition: opacity .4s ease;
	text-decoration: none;
	opacity: .7;
	}
  }
  @media screen and (max-width: 767px) {
	.follow-case {
	  width: calc((158 / 750) * 100vw);
	  height: calc((306 / 750) * 100vw);
	  border-radius: calc((16 / 750) * 100vw);
	  right: calc((-20 / 750) * 100vw);
	  bottom: calc((230 / 750) * 100vw);
	  border: calc((2 / 750) * 100vw) solid #000;
	  box-shadow: calc((6 / 750) * 100vw) calc((6 / 750) * 100vw) 0px 0px #c1c3f4;
	}
  
	.follow-case .follow-case-ttl {
	  border-top-right-radius: calc((14 / 750) * 100vw);
	  border-top-left-radius: calc((14 / 750) * 100vw);
	  text-align: center;
	}
  
	.follow-case .follow-case-ttl p {
	  color: #fff;
	  font-size: calc((24 / 750) * 100vw);
	  line-height: 1.2em;
	  font-weight: bold;
	  padding: calc((4 / 750) * 100vw) 0 calc((6 / 750) * 100vw);
	}
  
	.follow-case img {
	  display: block;
	  position: relative;
	  width: 90%;
	  left: 5%;
	  margin-top: calc((10 / 750) * 100vw);
	}
  
	.follow-case .follow-case-txt p {
	  font-size: calc((22 / 750) * 100vw);
	  font-weight: bold;
	  line-height: 1.2em;
	  margin: calc((6 / 750) * 100vw) calc((10 / 750) * 100vw) 0;
	}
  
	.follow-case.act {
	  opacity: 1;
	  right: calc((20 / 750) * 100vw);
	  pointer-events: all;
	}
  
	.follow-product {
	  width: calc((670 / 750) * 100vw);
	  height: calc((140 / 750) * 100vw);
	  border-radius: calc((16 / 750) * 100vw);
	  bottom: calc((40 / 750) * 100vw);
	  right: calc((-20 / 750) * 100vw);
	  border: calc((2 / 750) * 100vw) solid #000;
	  box-shadow: calc((6 / 750) * 100vw) calc((6 / 750) * 100vw) 0px 0px #c1c3f4;
	}
  
	.follow-product a {
	  position: relative;
	}
  
	.follow-product .follow-product-ttl {
	  display: flex;
	  width: 100%;
	  height: 100%;
	  align-items: center;
	  box-sizing: border-box;
	  padding-left: 2.0em;
	}
  
	.follow-product .follow-product-ttl p {
	  font-size: calc((36 / 750) * 100vw);
	  font-weight: normal;
	  line-height: 1.2em;
	  margin: 0;
	}
  
	.follow-product .follow-product-img {
	  position: absolute;
	  top: calc((8 / 750) * 100vw);
	  left: calc((390 / 750) * 100vw);
	}
  
	.follow-product .follow-product-img img {
	  width: calc((230 / 750) * 77vw);
	  margin-top: 0;
	}
  
	.follow-product.act {
	  opacity: 1;
	  right: calc((40 / 750) * 100vw);
	  pointer-events: all;
	}
  }

  @media screen and (max-width: 767px) {
	.HIDE-SP {
	  display: none !important;
	}
}