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


/*contents01*/

.contents01 {
	width:700px;
	padding-top:30px;
	margin-bottom:60px;
}

.contents01 .box01 {
	margin-bottom:40px;
}

.contents01 .box01 ul li {
	color: #00a99d;
	font-size: 20px;
	line-height: 1.2;
	letter-spacing: 0.1em;
	font-weight: normal;
	margin-bottom: 10px;
	background-image: url(images/list.png);
	background-repeat: no-repeat;
	background-position: left 2px;
	padding-left: 28px;
}

.contents01 .box02 {
	border-radius:20px;
	padding:30px;
	padding-top:20px;
	padding-bottom:20px;
	background-color:#f2f2f2;
}

.contents01 .box02 h6 {
	line-height:1.4;
	font-size:18px;
	color:#c23e63;
	letter-spacing:0.1em;
	margin-bottom:5px;
}




.sp-view {
    display: none;
}

html, body {
    height: 100%;
}


@media screen and (max-width: 737px) {


/*contents01*/

.contents01 {
	width:92%;
	padding-top:0px;
	margin-bottom:10%;
}

.contents01 .box01 {
	margin-bottom:15px;
}

.contents01 .box01 ul li {
	font-size: 16px;
	padding-left: 22px;
	background-size:15px auto;
}

.contents01 .box02 {
	padding:20px;
}

.contents01 .box02 h6 {
	font-size:16px;
}






    .pc-view {
        display: none;
    }
    .sp-view {
        display: block;
    }
   
}
