@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 20px;
	}
}


#box12 {
  padding: 120px 0;
}

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

.box {
	margin-top: 60px;
	padding: 60px;
	font-size: 16px;
	background-color: #fff;
	box-shadow: 0px 2px 4px 0px rgba(185,141,74,0.1);
}
.box .subttl{
	border-bottom: solid 2px #D0D0D0;
	color: #EB6120;
	font-size: 28px;
	font-weight: 700;
	line-height: 2;
	margin-top: 32px;
	margin-bottom: 18px;
}
.box .subttl:first-child {
	margin-top: 0;
}
.box .txt{
	line-height: 1.68;
}
.box .list{
	list-style: disc;
	margin-top: 1rem;
	margin-left: 1.4rem;
	margin-bottom: 1rem;
}

@media screen and (max-width: 768px) {
	#box12 {
		padding: 80px 0;
	}
	#box12 h1 {
		font-size: 28px;
	}
	.box{
		margin-top: 40px;
		padding: 20px 16px;
	}
	.box .subttl {
		font-size: 24px;
		line-height: 1.5;
		padding-bottom: 8px;
		margin-top: 20px;
		margin-bottom: 10px;
	}
}

#box12 a.more {
	position: relative;
	margin: 80px auto 0;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 58px;
	max-width: 300px;
	background: #EB6120;
	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: 40px auto 0;
		font-size: 16px;
	}
}
