/* StyleSheet for Toppage */
/*********　サービスセレクトボタン　***********/
#SC03{
	clear: both;
	float: none;
	width:95%;
	margin:auto;
	font-family: "Sawarabi Gothic";
	color:#666;
	padding-top:0px;
}
#SC03 h3{
	font-size: 1.5em;
	text-align: center;
	margin-bottom: 40px;
	margin-top:0px;
}
#SC03 p{
	line-height: 1.5em;
}
#SC03::after{
	clear: both;
	float: none;
}
#SC03 img{
	width:100%;
}
#SC03 a img{
	width:150px;
	box-shadow: 0px 3px 5px -1px rgba(0,0,0,0.3);
}
.Qx{
	width:100%;
	font-size: 1.6em;
	color:red;
	margin-top:1.5em;
}
.Qx span{
	font-size: 1em;
	color:#666;
}

.Ax{
	font-size: 1.2em;
	color:blue;
	margin-top:0.5em;
	padding-bottom: 1em;
	border-bottom: #666 1px solid;
}
.Ax span{
	color:#666;
}
.Ax a{
	margin:10px auto;
	display: block;
	text-align: center;
	width:40%;
	background: #0DBFB1;
	color:#fff;
	padding-top:10px;
	padding-bottom: 10px;
	border-radius: 25px;
}
.Ax a:hover{
	text-decoration: none;
	color:#fff;
}
.Qbox{
	padding-top:50px;
	display: block;
}
.Qbox h4{
	font-size: 1.5em;
	font-weight: bold;
	color:#00a29a;
}
.Qp{
	text-align: center;
}
#contactForm button{
	margin-right: 10px;
}
.error{
	color:red;
}
.mt-5{
	margin-bottom: 50px;
}

#Bk_btn{
	width:55px;
	margin:10px auto 30px;
	border-radius: 3px;
}
#Bk_btn button{
	background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    appearance: none;
}
#Bk_btn img{
	width:100%;
}
.container{
	width:90%;
	margin:auto;
}
.container table{
	margin-bottom: 20px;
}
.container td{
	padding-top:5px;
	padding-bottom:5px;
	padding-right: 10px;
}

.BdNw{
	color:#00B7AE;
	line-height: 1em;
}
.BdRc{
	color:#2AAD5E;
	line-height: 1em;
}
.BdUp{
	color:#FF8047;
	line-height: 1em;
}
.LnkCarg a{
	text-decoration: none;
	color:#666;
}
.LnkCarg a:hover{
	text-decoration: underline;
}
.new{
	font-size: 0.8em;
	color:red;
	vertical-align: middle;
}
/*********  リンクエリア  **********/
#SC07{
	width:100%;
	clear: both;
	float: none;
	font-family: "Sawarabi Gothic";
	color:#666;
}
#SC07 h3{
	font-size: 1.5em;
	text-align: center;
	margin-bottom: 20px;
	margin-top:20px;
}
#SC07 img{
	display: block;
	width:90%;
	margin:0 auto 10px;
}
@media screen and (min-width:768px){
/*********　サービスセレクトボタン　***********/
	#SC03{
		max-width:700px;
		padding-top:40px;
	}
	#SC03 h3{
		font-size: 1.5em;
		margin-bottom: 20px;
		margin-top:0;
	}
	
/*********  リンクエリア  **********/
	#SC07{
		max-width: 720px;
		margin:20px auto;
	}
	#SC07 ul li{
		display: inline-block;
	}
}