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

h1, h2, h3, h4, h5, h6, p, ul, ol, li, dl, figure {
  margin: 0;
  padding: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

h1, h2, h3, h4, h5, h6, th {
	font-weight: bold;
	font-weight: 600;
}

ol, ul { list-style: none; }

strong {
	font-weight: bold;
	font-weight: 600;
}

body {
	min-width: 1000px;
  color: #000;
  font-size: 14px;
  font-family: "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-style: normal;
	font-weight: 300;
  line-height: 1.7142857143;
	letter-spacing: 0;
}

a {
  color: #26b2ec;
  transition: opacity 0.3s;
}

a:hover { opacity: 0.7; }

img { vertical-align: bottom; }

*, *:before, *:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*:focus { outline: none; }

::selection {
	background: #26b2ec;
	color: #fff;
}
/* for Firefox */
::-moz-selection{
	background: #26b2ec;
	color: #fff;
}

@media screen and (max-width:500px) {
	body {
		min-width: auto;
	}
	
}

/* # common
   -------------------------------------------------------------------------- */
img {
	width: 100%;
	height: auto;
}

.point-txt01 { color: #ff6600; }
.point-txt02 { color: #fff118; }
.point-txt03 { color: #1d6fa9; }

.marker {
	background: linear-gradient(transparent 80%, #fff118 80%)
}

.ib { display: inline-block;}

@media screen and (max-width:500px) {
	.sp-none { display: none; }
}
@media screen and (min-width:501px) {
	.pc-none { display: none; }
}

/* # header
   -------------------------------------------------------------------------- */
.l-header {
	overflow: hidden;
	padding: 10px 0;
	background-color: #fff;
}

.header-inner {
	display: flex;
	align-items: center;
	width: 1000px;
	margin: 0 auto;
	padding: 0;
	border-collapse: separate;
	border-spacing: 10px 0;
}

.heaer-logo {
	padding: 0;
	vertical-align: middle;
	margin: 0 auto 0 0;
}
.heaer-logo a {
	display: block;
}
.heaer-logo img {
	display: block;
	width: 243px;
}
.heder-btn-contact {
	align-items: center;
	display: inline-flex;
	width: 160px;
	height: 40px;
	padding: 0;
	color: #ff6600;
	font-size: 16px;
	font-weight: bold;
	font-weight: 600;
	line-height: 1;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	border: 1px solid #ff6600;
	border-radius: 4px;
	justify-content: center;
}

.heder-btn-dl {
	align-items: center;
	display: inline-flex;
	width: 160px;
	height: 40px;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	font-weight: 600;
	line-height: 1;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	background-color: #ff6600;
	border-radius: 4px;
	justify-content: center;
	margin: 0 0 0 8px;
}

@media screen and (max-width:500px) {
	.l-header {
		padding: 5px;
	}
	.header-inner {
		width: 100%;
		border-spacing: 5px 0;
	}
	.heaer-logo {
		width: 140px;
		padding-right: 10px;
	}
	.heaer-logo img {
		width: 100%;
	}
	.heder-btn-contact,
	.heder-btn-dl {
		width: auto;
		height: 30px;
		padding: 0 8px;
		font-size: 12px;
	}
	.heder-btn-dl {
		margin: 0 0 0 4px;
	}
}

/* # footer
   -------------------------------------------------------------------------- */
.l-footer {
	padding: 50px 0 10px;
}

.footer-inner {
	overflow: hidden;
	width: 1000px;
	margin: 0 auto 40px;
}

.footer-logo {
	float: left;
	display: block;
	max-width: 223px;
}

.footer-list {
	overflow: hidden;
	float: right;
}
.footer-list li {
	float: left;
	margin-right: 40px;
}
.footer-list li:last-child {
	margin-right: 0;
}
.footer-list li a {
	display: block;
	padding: 10px 0;
	color: #000;
	font-size: 14px;
	line-height: 1;
	text-decoration: none;
}

.footer-copyright small {
	display: block;
	color: #999;
	font-size: 10px;
	line-height: 1;
	text-align: center;
}

@media screen and (max-width:500px) {
	.l-footer {
		padding: 50px 15px 10px;
	}
	.footer-inner {
		width: 100%;
	}
	.footer-logo {
		float: none;
		margin: 0 auto 20px;
	}
	.footer-list {
		float: none;
	}
	.footer-list li {
		width: 50%;
		margin-right: 0;
	}
}

/* # 凡庸クラス
   -------------------------------------------------------------------------- */
.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}
.clearfix:after { clear: both; }
.clearfix { zoom: 1; } /* For IE 6/7 */

.tr { text-align: right!important; }
.tl { text-align: left!important; }
.tc { text-align: center!important; }

.m0 { margin: 0!important; }
.mt0 { margin-top: 0!important; }
.mb0 { margin-bottom: 0!important; }
.ml0 { margin-left: 0!important; }
.mr0 { margin-right: 0!important; }

.p0 { padding: 0!important; }
.pt0 { padding-top: 0!important; }
.pb0 { padding-bottom: 0!important; }
.pl0 { padding-left: 0!important; }
.pr0 { padding-right: 0!important; }

.ib { display: inline-block!important; }