@charset "utf-8";
/* CSS Document */

.title h1 {
	font-family: 'Noto Serif JP', serif;
	font-size: 1.7rem;
}
.title h1 span {
	font-size: 1rem;
	font-weight: 400;
	margin-top: 0.3rem;
	display: block;
}
h2 {
	font-size: 1.4rem;
	line-height: 2rem;
	font-weight: bold;
	color: #000;
}
h2 span {
	color: #ef0000;
}


.sec1 {
	background-color: #f0f4f5;
	position: relative;
	padding: 4.5rem 0 1.5rem;
}
.sec3 {
	background-color: #f0f4f5;
	padding: 1.5rem 0;
}
.icon {
    position: absolute;
    left: 50%;
    top: -2.4rem;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
	width: 30%;
}
.icon2 {
	width: 30%;
	display: block;
	margin: 0 auto 0.5rem;
}
.arrowbox {
	position: relative;
	display: block;
	margin: 0.4rem auto 1.2rem;
	padding: 0.8rem 0.6rem 0.6rem;
	width: 88%;
	color: #fff;
	font-size: 1.3rem;
	text-align: center;
	background-color: #02968b;
}
.arrowbox:before {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -15px;
	border: 15px solid transparent;
	border-top: 15px solid #02968b;
}
.arrowbox p {
	margin: 0;
	padding: 0;
}
.arrowbox2 {
	position: relative;
	display: block;
	margin: 0.4rem auto 1.6rem;
	padding: 0.8rem 0.6rem 0.6rem;
	width: 100%;
	text-align: center;
	color: #02968b;
	font-size: 1.3rem;
	border: solid 2px #02968b;
	box-sizing: border-box;
}
.arrowbox2:before {
  content: "";
  position: absolute;
  bottom: -24px;
  left: 50%;
  margin-left: -15px;
  border: 12px solid transparent;
  border-top: 12px solid #f0f4f5;
  z-index: 2;
}

.arrowbox2:after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 50%;
  margin-left: -18px;
  border: 15px solid transparent;
  border-top: 15px solid #02968b;
  z-index: 1;
}

.arrowbox2 p {
  margin: 0;
  padding: 0;
}
.arrowbox2-shiro:before {
  content: "";
  position: absolute;
  bottom: -24px;
  left: 50%;
  margin-left: -15px;
  border: 12px solid transparent;
  border-top: 12px solid #fff;
  z-index: 2;
}

.flow img {
	width: 100%;
	margin-bottom: 0.5rem;
}
.arrow1 {
	width: 30px !important;
	display: block;
	margin: -0.8rem auto 0.8rem !important;
}
.arrow2 {
	width: 40px !important;
	display: block;
	margin-left: auto;
	margin-right: 30%;
	margin-top: -0.8rem;
}
.icon3 {
	position: absolute;
	top: -30%;
	right: -4%;
	width: 36% !important;
	z-index: 2;
}
.slider {
	width: 100%;
	display: block;
	padding: 0;
}
.slider img {
	width: 100%;
}
.slide-dots {
	font-size: 1rem;
}
.slick-prev {
    left: 2%;
	z-index: 2;
}
.slick-next {
    right: 6%;
	z-index: 2;
}
.slick-prev:before, .slick-next:before {
	font-size: 2rem;
}
.d-flex {
	justify-content: space-between;
	flex-wrap: wrap;
}
.d-flex img{
  align-self: flex-start;
}
.sec3 .imgbox img {
	width: 48%;
	display: block;
	margin-bottom: 1rem;
}
.sec3 p {
	font-size: 0.87rem;
	line-height: 1.4rem;
}
.sec3 .imgbox2 img {
	width: 100%;
}
.sec3 h3 {
	width: 60%;
	display: block;
	margin: 0 auto 1rem;
	font-size: 1.3rem;
	text-align: center;
	background-color: #02968b;
	color: #fff;
	padding: 0.6rem;
}

.sec3 .price {
	text-align: center;
}
.sec3 .price .col-md-6 {
	padding: 0.6rem;
}

.sec3 .price .col-md-6:nth-child(odd) {
	background-color: #dee6e8;
}
.sec3 h4 {
	font-family: 'Noto Serif JP', serif;
	font-size: 1.4rem;
	line-height: 2.2rem;
	color: #db0000;
	margin-bottom: 1.5rem;
}
.btn img {
	width: 1.6rem;
	display: inline-block;
	margin-right: 0.5rem;
	vertical-align: -0.2rem;
}



@media screen and (min-width:768px) {
	.title h1 {
		margin-bottom: 0.5rem;
	}
	.sec1 {
		padding: 5rem 0 1.5rem;
	}
	.sec3 {
		padding: 1.8rem 0;
	}
	.icon {
		width: 120px;
		top: -2.6rem;
	}
	.icon2 {
		width: 120px;
		margin-bottom: 1rem;
	}
	.arrowbox {
		padding: 1.2rem 0.6rem 1rem;
		width: 50%;
	}
	.arrowbox2 {
		padding: 1rem 0.6rem 0.8rem;
	}
	.arrow1 {
		width: 50px !important;
		display: block;
		margin: -0.8rem auto 0.8rem !important;
	}
	.arrow2 {
		width: 50px !important;
	}
	.icon3 {
		top: -20%;
		right: 2.5%;
		width: 26% !important;
	}
	.slick-next {
		right: 3.5%;
	}
	.sec3 .imgbox img {
		margin-bottom: 1.4rem;
	}
	.sec3 p {
		font-size: 1rem;
		line-height: 1.6rem;
	}
	.sec3 h3 {
		width: 50%;
		padding: 0.8rem;
	}
	.sec3 .price {
		text-align: left;
	}	
	.sec3 .price .col-md-6 {
		padding: 0.8rem;
		border-bottom: 1px solid #B1B1B1;
	}

	.sec3 .price .col-md-6:nth-child(odd) {
		background-color: rgba(222,230,232,0.00);
	}

}



@media screen and (min-width:992px) {
	.title h1 {
		font-size: 1.85rem;
		margin-bottom: 0.5rem;
	}
	h2 {
		font-size: 1.5rem;
	}
	.sec1 {
		padding: 6.0rem 0 1.5rem;
	}
	.sec3 {
		padding: 2.2rem 0;
	}
	.icon {
		width: 140px;
		top: -2.6rem;
	}
	.icon2 {
		width: 140px;
		margin-bottom: 1rem;
	}
	.arrowbox {
		margin-bottom: 1.5rem;
		width: 30%;
	}
	.arrowbox2 {
		font-size: 1.4rem;
	}
	.arrow1 {
		width: 24px !important;
		margin: 50% auto !important;
	}
	.arrow2 {
		width: 32px !important;
		margin-bottom: 0.8rem !important;
	}
	.arrow3 {
		width: 100%;
		display: block;
		margin: 50% auto;
	}
	.complete {
		position: absolute;
		display: block;
		bottom: 11%;
		margin: 0;
		padding: 0 3%;
	}	
	.icon3 {
		top: 15%;
		right: -2%;
		width: 40% !important;
	}
	.sec3 .imgbox2 img {
		width: 96%;
		display: block;
		margin: 0 0 0 auto;
	}
	.sec3 h3 {
		width: 30%;
		padding: 1rem;
	}
	.sec3 .price {
		width: 86%;
		margin: 0 auto;
	}	
	.sec3 .price .col-md-6 {
		padding: 1rem;
	}
	.sec3 .btn {
		width: 280px;
	}
	
}



@media screen and (min-width:1200px) {
	.sec3 .imgbox2 img {
		width: 94%;
	}
	.sec3 .price {
		width: 80%;
	}
}
