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


/* contents01 */

.contents .lay {
	margin-bottom: 100px;
}

/*list*/
li {
  position: relative;
  line-height: 1.8;
}
li::after {
  content: '';
  display: block;
  position: absolute;
  top: .6em;
  left: -1.0em;
  width: 10px;
  height: 5px;
  border-left: 3px solid #9c9c9c;
  border-bottom: 3px solid #9c9c9c;
  transform: rotate(-45deg);
}

li.top::after{
	display: none;
}


/* contents02 */

.contents02 {
	text-align: center;
	width: 100%;
	background-image: url("../top/images/back01.png");
background-position: center top;
background-repeat: repeat-y;
}

.contents02 .box-in {
	width: 920px;
}

.contents02 .box-in > div:not(:last-child) {
	margin-bottom: 50px;
}

.contents02 .box01 .box {
	border-radius: 25px;
	padding: 20px 30px 30px;
	background-color: #58828f;
	position: relative;
}

.contents02 .box01 .box::before {
	content: "";
	position: absolute;
left: 0px;
top: 0px;
	background-image: url("../common/images/arrow01.svg");
background-position: center top;
background-repeat: no-repeat;
	background-size: auto 100%;
	width: 100%;
	height: 43px;
	margin-top: -55px;
}

.contents02 .box01 .box:first-child::before {
	display: none;
}

.contents02 .box01 .box:nth-child(even) {
	background-color: #58b2ab;
}

.contents02 .box01 .box:not(:last-child) {
	margin-bottom: 70px;
}

.contents02 .box03 .box {
	border-radius: 25px;
	padding: 30px;
	border-style : solid;
border-color :rgba(142, 203, 198, 0.4);
border-width : 3px;
	background-color: #FFF;
}

.contents02 .box03 .box:not(:last-child) {
	margin-bottom: 30px;
}

.contents02 h4, .contents02 h5, .contents02 h6 {
	font-family: "Zen Old Mincho", serif;
line-height: 1.4;
letter-spacing: 0.2em;
font-weight: 400;
}

.contents02 h5.left01{
    text-align: left;
    width:60%;
    margin-left:auto;
    margin-right:auto;
}


.contents02 h5.left02{
    text-align: left;
    width:83%;
    margin-left:auto;
    margin-right:auto;
}

.contents02 h6.left{
    text-align: left;
}

.contents02 p.left{
    text-align: left;
}


.contents02 h4, .contents02 h5 {
	color: #FFF;
}

.contents02 h4 {
	font-size: 24px;
line-height: 1.2;
	position: relative;
	padding-top: 22px;
	margin-bottom: 15px;
}

/*
.contents02 h4::before {
	content: "STEP";
	position: absolute;
left: 0px;
top: 0px;
	width: 100%;
	font-size: 16px;
	letter-spacing: 0.1em;
}
*/

.contents-box .box:nth-child(1) h4::before {
    content: "STEP01";
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	font-size: 16px;
	letter-spacing: 0.1em;
	
}

.contents-box .box:nth-child(2) h4::before {
    content: "STEP02";
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	font-size: 16px;
	letter-spacing: 0.1em;
}

.contents-box .box:nth-child(3) h4::before {
    content: "STEP03";
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	font-size: 16px;
	letter-spacing: 0.1em;
}

.contents-box .box:nth-child(4) h4::before {
    content: "STEP04";
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	font-size: 16px;
	letter-spacing: 0.1em;
}

.contents02 h5 {
	font-size: 18px;
}

.contents02 h5 span {
	font-size: 18px;
}

.contents02 h6 {
	color: #000;
}

.contents02 .box02 h6 {
	font-size: 27px;
}

.contents02 .box03 h6 {
	font-size: 21px;
	margin-bottom: 15px;
	line-height: 1.6;
}




.sp-view {
	display: none;
}
