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

.sonos-cpArea{
	max-width: 640px;
	width: 100%;
	margin: 0 auto;
	line-height: 1.8;
	font-size: 13px;
	background-color: #f4f2f2;
	padding-bottom: 50px;
}

.sonos-cpArea .font-S{font-size: 9px;}



.sonos-cpArea .h1{
	margin-bottom: 35px;
}

.sonos-cpArea .h2{
	text-align: center;
	margin-bottom: 75px;
	font-size: 26px;
	letter-spacing: 2px;
	position: relative;
}

.sonos-cpArea .h2::after{
	content: "";
    display: block;
    width: 70px;
    height: 4px;
    background: #aac7e7;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -20px;
    margin: 0 auto;
}

.sonos-cpArea .what_is,.sonos-cpArea .contents{
	display: flex;
}

.sonos-cpArea .what_is{
	height: 267px;
	background-color: #bdd1e7;
	margin-bottom: 50px;
}

.sonos-cpArea .what_is .txt{
	padding: 22px 20px 0;
	text-align: center;
}

.sonos-cpArea .contentsArea{
	width: 97%;
	margin: 0 auto;
}

.sonos-cpArea .contentsArea .contents{
	margin-bottom: 50px;
	background-color: #fff;
}

.sonos-cpArea .contentsArea .ct1{
	height: 285px;
}

.sonos-cpArea .contentsArea .ct2{
	height: 300px;
}

.sonos-cpArea .contentsArea .L{
	padding: 30px 22px 0;
}

.sonos-cpArea .contentsArea .L img{
	display: block;
	margin: 0 auto 20px;
	height: 32%;
	width: auto;
}

.sonos-cpArea .contentsArea .R{
	padding: 12px 20px 0;
}

.sonos-cpArea .contentsArea .R img{
	display: block;
	margin: 0 auto 11px;
	height: auto;
	width: 65%;
}







/* --------------- sp -----------------*/


.sonos-cpArea_sp{
	width: 100%;
	margin: 0 auto;
	line-height: 1.8;
	font-size: 13px;
	background-color: #f4f2f2;
}

.sonos-cpArea_sp img{
	vertical-align: middle;
}

.sonos-cpArea_sp .h1{
	margin-bottom: 20px;
	padding-top: 20px;
}

.sonos-cpArea_sp .what_is{
	background-color: #bdd1e7;
	margin-bottom: 50px;
}

.sonos-cpArea_sp .what_is .h2{
	font-size: 24px;
    letter-spacing: 0.1em;
    margin-bottom: 40px;
    position: relative;
	text-align: center;
}

.sonos-cpArea_sp .what_is .h2::after{
	content: "";
    display: block;
    width: 50px;
    height: 2px;
    background: #fff;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -20px;
    margin: 0 auto;
}

.sonos-cpArea_sp .what_is .txt{
	 padding: 40px 25px;
}

.sonos-cpArea_sp .font-S{font-size: 10px}


.sonos-cpArea_sp .mT15{
	margin-top: 15px;
}

.sonos-cpArea_sp .contents{
	background: #fff;
    margin: 20px auto 0;
    width: calc(100% - 35px);
}

.sonos-cpArea_sp .contents .L{
	padding: 35px 25px 25px;
}

.sonos-cpArea_sp .ct1 .L img{
	display: block;
    margin: 0 auto 22px;
    max-width: 24%;
    height: auto;
}

.sonos-cpArea_sp .ct2 .L img{
	display: block;
    margin: 0 auto 22px;
    max-width: 70%;
    height: auto;
}











