@charset "UTF-8";

.wrap {
	margin: 0 auto;
	max-width: 1280px;
	width: 100%;
}
.contents {
	padding: 0 100px;
	position: relative;
	margin: 0 auto;
	width: 100%;
}
@media screen and (max-width: 1280px) {
  .contents {
		padding: 0 40px;
	}
}
@media screen and (max-width: 768px) {
  .contents {
		padding: 0 30px;
	}
}


#box12 {
  padding: 120px 0;
}

#box12 .white {
  padding: 60px 60px 63px;
  background: #fff;
  border-radius: 50px;
  border: 2px solid #009B73;
}

#box12 h1 {
	font-size: 50px;
	color: #009B73;
	line-height: 1;
	font-weight: 700;
	text-align: center;
}

#box12 .subttl {
	margin-top: 40px;
	font-size: 25px;
	font-weight: 700;
	letter-spacing: 0.02em;
	text-align: center;
}

#box12 .txt {
	margin-top: 90px;
	font-size: 18px;
	line-height: calc(20 / 18);
	text-align: center;
}

@media screen and (max-width: 1080px) {
	#box12 .white {
		padding-bottom: 60px;
	}
}

@media screen and (max-width: 768px) {
	#box12 {
		padding: 80px 0;
	}
	#box12 h1 {
		font-size: 28px;
	}
	#box12 .subttl {
		margin-top: 40px;
		font-size: 16px;
	}
	#box12 .txt {
		margin-top: 40px;
		font-size: 16px;
		line-height: 1.5;
	}
	#box12 .txt .pc {
		display: none;
	}
  #box12 .white {
		padding: 0; border:none;background: none;
	}
}


#box12 a.more {
	position: relative;
	margin: 80px auto 0;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 58px;
	max-width: 300px;
	background: #E74C3C;
	border-radius: 5px;
	font-size: 22px;
	font-weight: bold;
	color: #fff;
	text-align: center;
}
#box12 a.more::after {
  position: absolute;
  right: 26px;
  top: 50%;
	transform: translateY(-50%);
  content: "";
  background: url("../images/arrow2.png") no-repeat center center;
  width: 10px;
  height: 8px;
  background-size: 8px 10px;
  display: block;
}
@media screen and (max-width: 768px){
  #box12 a.more {
		width: 90%;
		margin: 30px auto 0;
		font-size: 16px;
	}
}

@media screen and (min-width: 480px) {
	a {
		transition: .25s all;
	}
  a:hover {
		opacity: 0.6;
	}
}