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


/* contents01 */

.contents01 {
	width: 100%;
	background-color: #f6f1f6;
	padding-bottom: 0px;
	margin-bottom: 70px;
}

.contents01 .lay02 {
	padding-bottom: 30px;
	background-image: none;
}

.contents01 .lay03 {
	padding-bottom: 40px;
	margin-bottom: 30px;
}

.contents01 .lay03d {
	margin-bottom: 0px;
}

.contents01 .lay03b {
	background-color: #8b9d40;
}

.contents01 .lay03c {
	background-color: #c69c6d;
}

.lay03 .box-in {
	top: 0px;
	padding-top: 40px;
}

.contents01 .lay03 .box {
	display: block;
	padding: 40px 10px;
}

.contents01 .lay03d .box {
	display: flex;
	padding: 30px 10px;
}

.contents01 .lay03 h3 {
	position: relative;
	padding-left: 100px;
}

.contents01 .lay03 h4 {
	padding-left: 100px;
}

.contents01 .lay03d h3 {
	position: static;
	padding-left: 0px;
}

.contents01 .lay03d h4 {
	padding-left: 0px;
}

.contents01 .lay03 h3::before {
	content: "";
	position: absolute;
left: 0px;
top: 0px;
background-position: left top;
background-repeat: no-repeat;
	background-size: auto 100%;
	width: 85px;
	height: 85px;
	margin-top: -8px;
}

.contents01 .lay03a h3::before {
	background-image: url("images/f01.svg");
}

.contents01 .lay03b h3::before {
	background-image: url("images/f02.svg");
}

.contents01 .lay03c h3::before {
	background-image: url("images/f03.svg");
}


.contents01 .lay03 p {
	line-height: 1.6;
	padding-top: 10px;
}

.contents01 .lay03a .box {
	position: relative;
}

.contents01 .lay03a .box::after {
	content: "";
	position: absolute;
left: 0px;
bottom: 0px;
	background-image: url("images/arrow.svg");
background-position: center bottom;
background-repeat: no-repeat;
	background-size: auto 100%;
	width: 100%;
	height: 35px;
	margin-bottom: -35px;
}

.contents01 .lay03a .box:last-child::after {
	display: none;
}


/* contents02 */

.contents02 {
	width: 100%;
	margin-bottom: 70px;
}

.contents02 h4 {
	background-image: url("../common/images/img-back2.png");
background-position: center center;
background-repeat: repeat-x;
	text-align: center;
}

.contents02 h4 img {
	border-radius: 20px;
}

.contents02 .box-in {
	width: 1000px;
	padding-top: 40px;
}

.contents02 .box-in2 {
	width: 960px;
	padding: 25px 40px;
	border-style : solid;
border-color : #ff7689;
border-width : 1px;
	border-radius: 20px;
	margin-top: 30px;
}

.contents02 .box-in2 h6 {
	font-size: 25px;
color: #ff7689;
line-height: 1.2;
letter-spacing: 0.1em;
font-weight: 500;
	margin-bottom: 20px;
	text-align: center;
}

.contents02 .box-in2 .box-box{
	display: flex;
  justify-content: center;
}

.contents02 .box-in2 ul {
	margin: 0px 30px;
}

.contents02 .box-in2 ul li {
	font-size: 18px;
color: #4d4d4d;
line-height: 2;
	text-align: left;
}


.sp-view {
	display: none;
}
