@charset "UTF-8";

/* http://meyerweb.com/eric/tools/css/reset/ 
v2.0 | 20110126
License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
display: block;
}
body {
line-height: 1;
}
ol, ul {
list-style: none;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}

body {
	background: #fff;
	color: #000;
	font-size: 14px;
	font-family: Meiryo UI, "メイリオ", Meiryo,"游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic",  Osaka, sans-serif;
  line-height: 1.6;
}
img {
  max-width: 100%;
  height: auto;
	vertical-align: bottom;
}
a {
	font-size: 100%;
  color: inherit;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
.cf:after, .clearfix:after {
  content:"";
  display:block;
  clear:both;
}
.sp {
	display: none;
}

header {
	padding-top: 12px;
	box-shadow: 0 5px 5px #ccc;
	position: relative;
	z-index: 1;
}
header .inner {
	width: 1000px;
	margin: 0 auto;
	background: #fff;
}
header .top {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-align-items: flex-end;
	-ms-align-items: flex-end;
	align-items: flex-end;
	margin-bottom: 15px;
}
header .sitename {
	margin-right: 35px;
}
header .sitename p {
	font-size: 10px;
	margin-bottom: 12px;
	line-height: 1;
}
header .logo {
	margin-top: 10px;
}
header .btn {
	width: 167px;
	color: #fff;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	line-height: 1;
	padding: 15px 0;
	border-radius: 7px;
	margin-right: 17px;
}
header .btn.btn_orange {
	background: #e37905;
	border-bottom: 3px solid #bd6402;
}
header .btn.btn_red {
	background: #d00e31;
	border-bottom: 3px solid #a50c27;
}
header .btn:hover {
	border-bottom: none;
	margin-top: 3px;
}
header .tell {
	margin-right: 15px;
}
header .tell p {
	font-weight: bold;
	text-align: center;
	margin-top: 7px;
	line-height: 1;
}
header .gnav ul {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
}
header .gnav ul li {
	width: 166px;
	width: (100%/9);
	text-align: center;
	line-height: 1;
	padding: 12px 0 14px;
	border-right: 1px solid #a0a0a0;
	transition: all 0.3s;
	font-size: 13px;
}
header .gnav ul li:last-child {
	border-right: none;
}
header .gnav ul li a {
	display: block;
}
header .gnav ul li a:hover {
	color: #e37905;
}

#contents_bottom {
	background: #fdf5ec;
	padding: 40px 0 45px;
}
#contents_bottom .inner {
	width: 1000px;
	margin: 0 auto;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
}
#contents_bottom .inner .btn {
	display: block;
	width: 320px;
	background: #fff;
	padding: 20px 0px 20px 50px;
	box-sizing: border-box;
	position: relative;
	border-radius: 5px;
}
#contents_bottom .inner .btn:hover {
	opacity: 0.7;
}
#contents_bottom .inner .btn .th {
	font-size: 16px;
	font-weight: bold;
	line-height: 1;
	margin-bottom: 5px;
}
#contents_bottom .inner .btn .td {
	font-size: 12px;
	line-height: 1;
}
#contents_bottom .inner .btn.btn01 {
	border: 1px solid #d00e31;
	color: #d00e31;
  margin-right: 20px
}
#contents_bottom .inner .btn.btn02 {
	border: 1px solid #e68115;
	color: #e68115;
  margin-right: 20px;
	padding: 20px 0px 20px 60px;
}
#contents_bottom .inner .btn.btn03 {
	border: 1px solid #2aa6de;
	color: #2aa6de;
	padding: 20px 0px 20px 60px;
}
#contents_bottom .inner .btn:before {
	position: absolute;
	content: '';
}
#contents_bottom .inner .btn.btn01:before {
	width: 30px;
	height: 30px;
	background: url(../../img/icon_internet.png);
	left: 10px;
	top: 0;
	bottom: 0;
	margin: auto;
}
#contents_bottom .inner .btn.btn02:before {
	width: 38px;
	height: 36px;
	background: url(../../img/icon_bird.png);
	left: 10px;
	top: 0;
	bottom: 0;
	margin: auto;
}
#contents_bottom .inner .btn.btn03:before {
	width: 39px;
	height: 29px;
	background: url(../../img/icon_faq.png);
	left: 10px;
	top: 0;
	bottom: 0;
	margin: auto;
}
#contents_bottom .inner .btn:after {
	position: absolute;
	content: '';
	width: 8px;
	height: 8px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 0;
	bottom: 2px;
	margin: auto;
	right: 20px;
}
#contents_bottom .inner .btn.btn01:after {
	border-top: 2px solid #d00e31;
	border-right: 2px solid #d00e31;
}
#contents_bottom .inner .btn.btn02:after {
	border-top: 2px solid #e68115;
	border-right: 2px solid #e68115;
}
#contents_bottom .inner .btn.btn03:after {
	border-top: 2px solid #2aa6de;
	border-right: 2px solid #2aa6de;
}

footer .top {
	background: #fff;
	padding: 30px 0 25px;
}
footer .top .inner {
	width: 1000px;
	margin: 0 auto;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
}
footer .top .ttl01 .name {
	font-size: 11px;
	margin-bottom: 5px;
}
footer .top .ttl01 .logo {
	font-size: 16px;
	line-height: 1;
}
footer .top .ttl01 .logo img.img01 {
	margin-right: 5px;
}
footer .top .ttl01 .logo img.img02 {
	margin-left: 5px;
}
footer .top .contact {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
}
footer .top .contact .btn {
	display: block;
	width: 170px;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	line-height: 48px;
	background: #e37905;
	border-bottom: 3px solid #bd6402;
	border-radius: 5px;
	margin-right: 25px;
}
footer .top .contact .btn:hover {
	border-bottom: none;
	margin-top: 3px;
}
footer .top .contact .tell .img {
	margin-bottom: 5px;
}
footer .top .contact .tell p {
	text-align: center;
	font-weight: bold;
}
footer .bottom {
	background: #e68115;
	padding: 20px 0 20px;
}
footer .bottom .inner {
	width: 1000px;
	margin: 0 auto;
}
footer .bottom .cover.pc {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	margin-bottom: 35px;
}
footer .bottom ul li {
	margin-bottom: 7px;
}
footer .bottom ul li a {
	color: #fff;
}
footer .bottom .copy {
	color: #fff;
	text-align: center;
}

