

.clearfix {
  *zoom: 1;
}

.clearfix:after {
    content: " ";
    display: table;
    clear: both;
}

body .vanish-br-pc {
	display: none;
}

body .vanish-br-sp {
	display: block;
}

#wrap {
	text-align: center;
} 

h1 {
	padding: 18px 0;
	font-size: 20px;
	font-weight: 500;
	letter-spacing: 1.3px;
	color: #FFF;
	margin: 0 auto;
}

.blue-bg {
	background: #4fa8c0;
}

.green-bg {
	background: #4fc0a4;
}

h2 {
	color: #4fadbd;
	line-height: 1.5em;
	font-size: 20px;
	font-weight: 600;
	letter-spacing: 1.8px;
	margin: 0 0 20px;
	padding: 10px;
}

h3 {
	font-size: 18px;
	font-weight: 500;
	line-height: 1.5;
	color: #000000;
	margin: 25px 0 35px 0;
}

p {
	font-size: 14px;
	line-height: 1.5;
	width: 90%;
	margin: 0 auto;
}

img {
	max-width: 100%;
	height: auto;
}

.img-box img:first-child {
	display: inline-block;
}

.img-box img:last-child {
	display: none;
}

.tel {
	color: #CD1114;
	font-size: 34px;
	margin-bottom: 15px;
	font-weight: bold;
}

@media only screen and (max-width: 600px) {
body .vanish-br-pc {
	display: block;
}

body .vanish-br-sp {
	display: none;
}
	
#wrap {
	margin: 0 auto;
}

h1 {
	padding: 18px 0;
	font-size: 16px;
	letter-spacing: 1.3px;
	line-height: 1.5;
}

h2 {
	line-height: 1.5em;
	font-size: 16px;
	letter-spacing: 1px;
}

h3 {
	font-size: 14px;
	text-align: left;
	margin: 20px auto;
	width: 95%;
}

p {
	font-size: 12px;
	text-align: left;
}

.img-box img:first-child {
	display: none;
}

.img-box img:last-child {
	display: inline-block;
}

.tel {
	font-size: 18px;
	margin-bottom: 15px;
}
}




/* メイン */
#main {
}

#main img {
	margin: 20px 0 60px 0;
}




/* テキスト */
.txt-box ul {
	margin: 30px 0 60px 0;
}

.txt-box li {
	background: #FFF;
}

.txt-box li:nth-child(2n) {
	background: #ECECEC;
}

.txt-box p {
	text-align: left;
	width: 90%;
	max-width: 650px;
	margin: 0 auto;
	padding: 5px 0;
}

