@charset "utf-8";

/* ------------------------------------------
	 dpm_point
------------------------------------------ */
@media (max-width: 992px) {
	.pickup_list li {
		margin-bottom: 5.0rem;
	}
}
@media (min-width: 993px) {
	.pickup_list li {
		margin-bottom: 10px;
	}
}

/* pickup_wrapp*/
.pickup_wrapp .pickup_text {
	margin-bottom: 1.6rem;
}
.pickup_wrapp .icon {
	width: 84px;
}

@media (min-width: 993px) {
  .pickup_wrapp {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
		position: relative;
  }
	.pickup_wrapp .pickup_text {
		/*max-width: 52%;*/
		max-width: 60%;
		height: auto;
	}
	.pickup_wrapp .pickup_photo {
		/*max-width: 45%;*/
		max-width: 36%;
		height: auto;
	}
}

/* text */
.pickup_wrapp .pickup_text h3 {
	margin-top: 0!important;
	font-weight: 500;
}
.pickup_wrapp .pickup_text h4 {
	/*font-size: 137.5%;*/
	font-weight: 700;
	margin-top: 1.0rem;
}
@media (min-width: 993px) {
	.pickup_wrapp .pickup_text h3 {
		font-size: 2.0rem;
	}
}
  


/* photo */
.pickup_photo {
	display: flex;
	flex-wrap: wrap;
	align-items:flex-start;
	justify-content: space-between;
}
.pickup_photo img {
  max-width: 100%;
	height: auto;
	margin-bottom: 1.0rem;
	border-radius: 10px;
}
.pickup_photo > figure {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.pickup_photo > figure > img {
	width: 49%;
}
@media (max-width: 992px) {
	.pickup_photo img {
		width: 60%;
		margin-left: auto;
		margin-right: auto;
	}
}
/*
.pickup_photo > div {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.pickup_photo > div > img {
	width: 49%;
}
.pickup_photo > figcaption {
	font-size: 81.25%;
	margin-top: 0;
}
*/



/* sub-photo */
.pickup_sub-photo {
	display: flex;
	flex-wrap: wrap;
	align-items:flex-start;
	justify-content: space-between;
	/*margin-top: 3.0rem;
	margin-bottom: 3.0rem;*/
	margin-top: 1.5rem;
	margin-bottom: 1.5rem;
}
.pickup_sub-photo > div {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.pickup_sub-photo > div img {
  max-width: 100%;
	height: auto;
	margin-bottom: 1.0rem;
	border-radius: 10px;
	width: 49%;
}
.pickup_sub-photo > div img.full_img {
	width: 100%;
}
.pickup_sub-photo > figcaption {
	font-size: 81.25%;
	margin-top: 0;
}


/* ------------------------------------------
	 bg-point
------------------------------------------ */
/*bg-point */
.bg-point_wrapp {
	border-radius: 10px;
	background-color: #f4f4f5;
}
.bg-point_wrapp h3 {
  border-left: none!important;
	padding-left: 0px;
	color: #333!important;
}
.bg-point_wrapp h4 {
  margin-top: 0px;
  margin-bottom: 2.0rem;
  font-weight: 700;
}
.bg-point_wrapp .text_dscp {
	font-size: 80%;
	margin-top: -15px;
	margin-bottom: 3.0rem;
}
@media (max-width: 992px) {
	.bg-point_wrapp {
		padding:15px;
	}
}
@media (min-width: 993px) {
	.bg-point_wrapp {
		padding:30px 30px 30px;
	}
	/*
	.bg-point_wrapp h2 {
		font-size: 200%;
	}
	.bg-point_wrapp h3 {
		font-size: 150%;
	}
	*/
}

/* bg-point_dscp */
@media (min-width: 993px) {
	.bg-point_dscp {
		display: flex;
	  list-style: none;
	  flex-wrap: wrap;
	  justify-content: space-between;
		/*align-items: center;*/
	  width: 100%;
	}
	.bg-point_dscp > div {
    max-width: 52%;
    height: auto;
	}
	.bg-point_dscp > figure {
		max-width: 45%;
		height: auto;
		justify-content: space-between;
	}
	.bg-point_dscp > figure > img {
		max-width: 49%;
	}
}


/* photo */
.bg-point_photo {
	/*
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	*/
}
.bg-point_photo img {
  max-width: 100%;
	margin-bottom: 1.0rem;
	border-radius: 10px;
}
.bg-point_photo > figure {
	/*
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	*/
}
.bg-point_photo > figure > img {
	/*width: 49%;*/
}
