@charset "UTF-8";

body {
	margin: 0;
	padding: 0;
	line-height: 1.6;
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	font-feature-settings: 'palt' 1;
	letter-spacing: 1px;
	font-size: 16px;
	color: #333;
}
a {
	color: #5abdff;
	text-decoration: underline;
}
a:hover {
	color: #6eafdb;
	text-decoration: none;
}
img {
	width: 100%;
}
.pconly {
	display: none;
}


#header {
	background: #3e6394;
	position: absolute;
	z-index: 2;
	left: 0;
	right: 0;
}
#header h1 {
}
#header p {
	margin: 0 auto;
}

#icatch {
	position: relative;
}
#icatch .cntcatch {
	display: none;
}
#icatch p.cntbtn {
	position: absolute;
	bottom: 40px;
	left: 0;
	right: 0;
	text-align: center;
	width: 60%;
	margin: 0 auto;
}

#exp {
	text-align: center;
}
#toi {
	text-align: center;
	background: #ebf6f8;
}
#toi img {
	display: block;
	margin: 0 auto;
}
#service {
	text-align: center;
}
#price {
	text-align: center;
	background: #f6f9ff;
}
#pricelist {
	text-align: center;
}
#nagare {
	background: url(../images/06_b.jpg) no-repeat top center;
	background-size: cover;
	text-align: center;
}
#qa {
	padding: 0 0 60px;
}
#qa p {
	text-align: center;
}
#qa dl {
	margin: 0 auto;
}
#qa dl dt {
    background: url(../images/qa_q.png) no-repeat left center;
    height: 46px;
    padding: 0 10px 0 70px;
    font-size: 15px;
    color: #590000;
    margin: 0 0 30px;
	cursor: pointer;
}
#qa dl dd {
	background: url(../images/qa_a.png) no-repeat left top;
	min-height: 46px;
	padding: 12px 20px 35px 70px;
	margin: 0 0 40px;
	border-bottom: 1px solid #ccc;
}

#contact {
	background: url(../images/08_b.png) no-repeat top center;
	background-size: cover;
}
#contact p {
	margin: 0 auto;
}
.iconred {
    background: #ff6b6b;
    display: inline-block;
    border-radius: 5px;
    line-height: 1;
    padding: 5px 5px;
    color: #fff;
    margin: 0 0 0 12px;
    vertical-align: text-bottom;
}
form {
	font-size: 100%;
	line-height: 1.4;
	text-align: left;
	margin: 0 2%;
}
form table tr {
}
form table th {
	line-height: 30px;
	float: left;
}
form table td {
	padding: 0 0 5%;
	float: left;
	width: 100%;
}
form input,
form textarea {
	border: 1px solid #ddd;
	width: 100%;
	padding: 5px 0px 5px 10px;
	box-sizing: border-box;
}
form .sendbtn input {
	padding:  4% 22%;
	background: #e9767a;
	color: #fff;
	font-size: 1.6rem;
	border-radius: 10px;
	box-shadow: 0px 4px 1px rgba(0,0,0,.2);
}
form textarea {
	height: 7em;
	line-height: 1.2;
}


address {
	padding: 30px 0;
	font-style: normal;
	font-size: 11px;
	text-align: center;
	color: #fff;
	background: #3e6394;
}
