@charset "utf-8";

@media screen and (max-width: 768px) {
	.sp-none {
		display: none !important;
	}
}
@media screen and (min-width: 769px) {
	.pc-none {
		display: none !important;
	}
}

a {
	-webkit-transition: 280ms ease-in-out;
	    transition: 280ms ease-in-out;
}
a:hover {
	opacity: .8;
}

img {
	max-width: 100%;
	height: auto;
}
@media print {
	.no_print {
		display: none !important;
	}
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}



/** 全ページ共通
********************************************/
* {
	margin: 0;
	padding: 0;
}
body {
	font-family: "ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",Robot,"Droid Sans",sans-serif;
	font-size: 15px;
	color: #251e1c;
}
@media screen and (max-width: 768px) {
	body {
	}
}



h1 {
	margin-top: 15px;
	padding: 5px;
	text-align: center;
	background-color: #00b4e6;
	font-size: 23px;
	color: #fff;
}
header#header .inner {
	margin: 20px auto 0;
	width: 992px;
}
header#header .inner:after {
	content: "";
	clear: both;
	display: block;
}
header#header #logo {
	float: left;
	width: 50%;
	text-align: left;
}
header#header #print {
	float: right;
	width: 50%;
	text-align: right;
}
@media screen and (max-width: 768px) {
	h1 {
		font-size: 21px;
	}
	header#header .inner {
		margin: 20px auto 0;
		width: 100%;
	}
	header#header #logo {
		float: none;
		width: 100%;
		text-align: center;
	}
	header#header #logo img {
		width: 90%;
		height: auto;
	}
	header#header #print {
		float: none;
		margin-top: 10px;
		width: 100%;
		text-align: center;
	}
}

footer#footer {
	margin-top: 20px;
	border-top: 2px solid #00b4e6;
}
footer#footer .inner {
	margin: 0 auto;
	padding: 10px 0;
	width: 800px;
}
footer#footer .inner:after {
	content: "";
	clear: both;
	display: block;
}
footer#footer .col {
	float: left;
}
footer#footer .col.c1 {
	padding-top: 3px;
	padding-left: 85px;
	background: transparent url(../images/icon.png) no-repeat left center;
	background-size: 65px auto;
	font-weight: bold;
}
footer#footer .col .tel {
	margin-top: 7px;
}
footer#footer .col.c2 {
	margin-top: 45px;
	padding-left: 30px;
}
footer#footer .col.c2 span {
	display: block;
	font-weight: bold;
	font-size: 12px;
}
@media screen and (max-width: 768px) {
	footer#footer .inner {
		margin: 0 auto;
		padding: 10px 0;
		width: 100%;
	}
	footer#footer .col {
		float: none;
	}
	footer#footer .col.c1 {
		margin: 0 auto;
		padding-top: 3px;
		padding-left: 70px;
		max-width: 320px;
		background: transparent url(../images/icon.png) no-repeat 10px center;
		background-size: 50px auto;
		font-weight: bold;
	}
	footer#footer .col .tel img {
		width: 290px;
	}
	footer#footer .col.c2 {
		margin-top: 5px;
		padding-left: 0;
		text-align: center;
	}
}

#search {
	margin-top: 40px;
}
#search .inner {
	margin: 0 auto;
	width: 800px;
	border: 2px solid #00b4e6;
}
#search .inner:after {
	content: "";
	clear: both;
	display: block;
}
#search .fl {
	position: relative;
	float: left;
	padding: 28px 0 28px 30px;
	width: 53%;
	background-color: #00b4e6;
	box-sizing: border-box;
	font-weight: bold;
	font-size: 28px;
	color: #fff;
}
#search .fl:after {
	content: "";
	position: absolute;
	right: -34px;
	top: 0;
	border-left: 34px solid #00b4e6;
	border-top: 50px solid transparent;
	border-bottom: 50px solid transparent;
}
#search .fr {
	float: right;
	padding: 26px 10px;
	width: 40%;
	box-sizing: border-box;
	font-weight: bold;
	font-size: 28px;
}
#search .fr input {
	padding: 5px 8px;
	width: 256px;
	background-color: #ffb;
	box-sizing: border-box;
	border: 1px solid #251e1c;
	font-size: 28px;
}
@media screen and (max-width: 768px) {
	#search {
		padding: 0 15px;
		box-sizing: border-box;
	}
	#search .inner {
		margin: 0 auto;
		width: 100%;
		border: 2px solid #00b4e6;
	}
	#search .fl {
		position: relative;
		float: none;
		padding: 15px 10px 15px;
		width: 100%;
		text-align: center;
		background-color: #00b4e6;
		box-sizing: border-box;
		font-weight: bold;
		font-size: 22px;
		color: #fff;
	}
	#search .fl:after {
		content: "";
		position: absolute;
		right: 50%;
		top: 41px;
		margin-right: -47px;
		border-top: 34px solid #00b4e6;
		border-left: 50px solid transparent;
		border-right: 50px solid transparent;
	}
	#search .fr {
		float: none;
		padding: 24px 10px 16px;
		width: 100%;
		text-align: center;
		box-sizing: border-box;
		font-weight: bold;
		font-size: 22px;
	}
	#search .fr input {
		padding: 5px 8px;
		background-color: #ffb;
		box-sizing: border-box;
		border: 1px solid #251e1c;
		font-size: 28px;
	}
}

#result {
	margin-top: 40px;
}
#result .inner {
	margin: 0 auto;
	width: 800px;
}
#result .box:after {
	content: "";
	clear: both;
	display: block;
}
#result .fl {
	float: left;
	width: 48%;
}
#result .fr {
	float: right;
	width: 48%;
}
#result table {
	width: 100%;
	border-left: 1px solid #878788;
	border-top: 1px solid #878788;
}
#result table th {
	padding: 10px 12px;
	text-align: left;
	border-right: 1px solid #878788;
	border-bottom: 1px solid #878788;
}
#result table td {
	padding: 10px 15px;
	text-align: right;
	border-right: 1px solid #878788;
	border-bottom: 1px solid #878788;
}
#result table .head th {
	text-align: left;
	background-color: #251e1c;
	font-weight: bold;
	font-size: 17px;
	color: #fff;
}
#result table .head td {
	text-align: center;
	background-color: #251e1c;
	font-weight: bold;
	font-size: 17px;
	color: #fff;
}
#result .attention {
	margin-top: 10px;
	color: #c50018;
}
@media screen and (max-width: 768px) {
	#result .inner {
		margin: 0 auto;
		padding: 0 15px;
		width: 100%;
		box-sizing: border-box;
	}
	#result .fl {
		float: none;
		width: 100%;
	}
	#result .fr {
		float: none;
		margin-top: 40px;
		width: 100%;
	}
	#result table th {
		padding: 10px;
		font-size: 14px;
	}
	#result table td {
		padding: 10px;
		font-size: 14px;
	}
	#result table .head th {
		font-size: 14px;
	}
	#result table .head td {
		font-size: 14px;
	}
}

#result .other {
	margin-top: 30px;
}
#result .fr .other {
	margin-top: 63px;
}
#result .other .title {
	padding: 7px 12px;
	background-color: #00b4e6;
	font-weight: bold;
	font-size: 17px;
	color: #fff;
}
#result .other .sub {
	margin-top: 15px;
	text-indent: -9px;
}
#result .other .body {
	padding-left: 1em;
}
#result .other .body strong {
	display: block;
	margin-top: 5px;
	font-size: 16px;
	text-indent: -1em;
}
#result .other .img {
	margin-top: 20px;
}
#result .fl .other .img {
	margin-top: 58px;
}
@media screen and (max-width: 768px) {
	#result .fr .other {
		margin-top: 30px;
	}
	#result .other .title {
		padding: 10px 12px;
		background-color: #00b4e6;
		font-weight: bold;
		font-size: 16px;
		color: #fff;
	}
	#result .fl .other .img {
		margin-top: 20px;
	}
}












