@charset "utf-8";
/* 置き配ステッカー */

/* common.css
---------------------------------------------*/

.textlink{
  color: #065fd4;
  text-decoration: underline;
}

.freeWrapInner .sozai {
    margin-top: 20px;
}

.freeWrapInner .ill_01 {
    margin-top: 30px;
}

.freeWrapInner .ill_02 {
    margin-top: 30px;
}

.lineup .lineup_col .spec {
	margin-top: 20px;
}

.lineup .lineup_col .spec30 {
	margin-top: 30px;
}

.freeWrap	h2{ 
  background-color: #152c81; 
  color: #fff; 
  font-size: 22px;
  font-weight: 700;
	line-height: 1.0;
  padding: 12px 20px; 
  margin: 50px auto 40px; 
}
.freeWrap h3.line {
    font-size: 18px;
    font-weight: 700;
    line-height: 26px;
    letter-spacing: 0em;
    position: relative;
  margin-top: 30px;
    margin-bottom: 30px;
    padding-left: 14px;
    color: #152c81;
}
.freeWrap h3.line::before {
    content: "";
    width: 4px;
    height: 4px;
    background: #e6960b;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
}
.freeWrap h3.line::after {
    content: "";
    width: 4px;
    height: 100%;
    background: #152c81;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}



@media screen and (max-width: 767px) {
/* 画面サイズが768px未満の場合の設定 */

.freeWrapInner .ill_01 {
	display: flex;
	justify-content: center;
	}
	
.freeWrapInner .ill_02 {
	display: flex;
	justify-content: center;
	}
	
.freeWrapInner .chart {
	display: flex;
	justify-content: center;
	}	
	
.imgBox01 img{
	max-height: 245px;  
  }
	
.lineup .lineup_col .spec_sp {
	margin-top: 20px;
  }
  .freeWrapInner {
    max-width: 690px;
    width: 100%;
  }
  .features .col-R img{
    max-width: 345px;
    width: 100%;
  }
  .useBox img{
    max-width: 345px;
    width: 100%;
  }
  .lineup{
    justify-content: space-around;
    column-gap: 15px;
    flex-direction: column;
  }
  .lineup img{
    max-width: 345px;
    width: 100%;
  }
  .lineup_01 img{
  	max-width: 300px; 
  }
  .lineup_02 img{
  	max-width: 260px; 
  }
  .lineup_03 img{
  	max-width: 170px; 
  }
  .lineup_col{
    width: 100%;
    display: flex;
    flex-direction: column;
	align-items: center;
  }
  .lineup_col img{
	  margin-left: auto;
	  margin-right: auto;
  }
  .ill_01 .ill_02 {
    margin-top: 30px;
  }	
}

@media screen and (max-width: 599px) {
/* 画面サイズが598px未満の場合の設定 */
	
.imgBox02 img{
    max-height: 600px; 
  }
}

.features{
  display: flex;
  align-items: center;
  column-gap: 40px;
  margin-top: 50px;
}

@media screen and (min-width: 1280px) {
  .features .col-L{
    width: calc( 100% - 40px -256px );
  }
  .features .col-R{
    width: 256px;
  }
  .ill_01 img{
    max-width: 1000px;
    width: 100%;
    margin-top: 30px;
  }	
  .ill_02 img{
    max-width: 630px;
    width: 100%;
    margin-top: 30px;
  }	
}

@media screen and (min-width: 768px) {
 /* 画面サイズが768px以上の場合の設定 */
	.features .col-R img{
    max-width: 256px;
    width: 310px;
  }
  .lineup{
    column-gap: 10px;
  }
  .lineup_col .img picture{
		margin-left: auto;
		margin-right: auto;
  }
}
@media screen and (max-width: 1279px) {
  .features{
    flex-direction: column;
  }
}
@media screen and (min-width: 1280px) {
  .features .col-L{
    width: calc( 100% - 40px -310px );
  }
  .features .col-R{
    width: 256px;
  }
}

/* --- nav start --- */
.nav-wrap {
  margin: 30px auto;
}
@media screen and (max-width: 767px) {
  .nav-wrap{
    padding: 0 16px;
  }
}
.pageindex-nav {
  display: flex;
  justify-content: center;
  border-bottom: 1px solid #ebedf2;
  padding-bottom: 40px;
  max-width: 1460px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .pageindex-nav {
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-left: 0px;
    margin-top: -40px;
    padding-bottom: 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1079px) {
  .pageindex-nav {
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-left: 0px;
    margin-top: -40px;
    padding-bottom: 30px;
  }
}

.pageindex-nav-item {
  color: #152c81;
  position: relative;
  padding-right: 26.26px;
  font-weight: 700;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 767px) {
  .pageindex-nav-item {
    width: 100%;
    margin-top: 24px;
    margin-left: 0px;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1079px) {
  .pageindex-nav-item {
    width: calc( 100% / 3 );
    margin-top: 24px;
    margin-left: 0px;
  }
}

@media screen and (max-width: 767px) {
  .pageindex-nav-item + .pageindex-nav-item {
    margin-left: 0px;
    font-size: 14px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1079px) {
  .pageindex-nav-item + .pageindex-nav-item {
    margin-left: 0px;
    font-size: 16px;
  }
}
@media (min-width: 1080px) {
  .pageindex-nav-item + .pageindex-nav-item {
    margin-left: 34px;
    font-size: 16px;
  }
}
.pageindex-nav-item::after {
  position: absolute;
  content: url("../../../assets/images/icon/arrow-gray-w10-h5.svg");
  top: -2px;
  right: 0;
}
@media screen and (max-width: 767px) {
  .pageindex-nav-item::after {
    position: relative;
    top: -1px;
    left: 4px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1079px) {
  .pageindex-nav-item::after {
    position: relative;
    top: -1px;
    margin-left: 10px;
  }
}

.pageindex-nav-item:hover {
  opacity: 0.6;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  cursor: pointer;
}
.pageindex-nav-item:hover a {
  opacity: 1;
}
/* --- nav end --- */




@media screen and (max-width: 767px) {
	.catch li{
		font-size: 18px;
	}
  .catch li small{
    font-size: 13px;
  }
  .ill_01 .ill_02 {
    margin-top: 30px;
  }	
}

.lineup{
  display: flex;
  /*flex-wrap: wrap;
  justify-content: center;*/
  column-gap: 40px;
  margin-top: 40px;
}

.c-product-freearea__contents .lineup p{
margin-top: 0;
}
.lineup_col a p{
  line-height: 1.5em;
  text-indent: -2em;
  padding-left: 3em;
}
.lineup_col a .textlink{
  color: #065fd4;
  text-decoration: underline;
  transition: 0.3s ease;
}
.lineup_col a .nodeco{
  display: inline-block;
  color: #131b38;
  margin-left: 1em;
}
.lineup_col a:hover{
  opacity: 1;
}
.lineup_col a:hover .textlink{
  opacity: 0.6;
}
.lineupWrap h3.line:not(:first-of-type){
  margin-top: 0;
}
.c-product-freearea__contents ul.list_basic {
	margin-top: 50px;
	margin-bottom: 30px;	
}
.list_basic li{
	position: relative;
	padding-left: 1em;
}
.list_basic li:before{
	content: "";
	display: block;
	width: 7px;
	height: 7px;
	background-color: #152c81;
	border-radius: 50%;
	position: absolute;
	top: 0.6em;
	left: 0;
	margin-left: 0.2em;
}

.list_kome li{
	position: relative;
	font-size: 13px;
	padding-left: 1em;
	margin-bottom: 0.4em;
}
.list_kome li:before{
	content: "※";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}

@media screen and (max-width: 767px) {
	.list_basic li:not(:first-of-type) {
    margin-top: 14px;
	}
}
@media screen and (min-width: 768px) {
	.list_kome li{
		font-size: 14px;
	}
	.list_basic li:not(:first-of-type) {
    margin-top: 15px;
	}
}
.fcOrange{
	color: #e6960b;
}

.catch{
	color: #152c81;
  margin-bottom: 40px;
}
.catch li{
	font-weight: 700;
	position: relative;
	padding-left: 1em;
  line-height: 1.4;
}
.catch li:before{
	content: "";
	display: block;
	width: 7px;
	height: 7px;
	background-color: #152c81;
	border-radius: 50%;
	position: absolute;
	top: 0.6em;
	left: 0;
	margin-left: 0.2em;
}
.catch li:not(:last-child){
  margin-bottom: 20px;
}
.catch li span{
	color: #e6960b;
}
.catch li small{
  color: #131b38;
  font-weight: 400;
}

@media screen and (min-width: 768px) {
	.catch li{
		font-size: 22px;
	}
  .catch li small{
    font-size: 14px;
  }
}

@media screen and (min-width: 768px) {
	.chart {
		margin-top: 50px;
	}
}
@media screen and (max-width: 767px) {
	.chart {
		margin-top: 50px;
	}
	
	.chart img{
		max-width: 500px;
		width: 100%;
	}
}
