@charset "UTF-8";

/* --------------------------------------- */
/* default-style
/* --------------------------------------- */
body {
  color: #333;
  font-family: 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', sans-serif;
  font-size: 13px;
  line-height: 1.5;   
    -webkit-text-size-adjust: none;
}
img {
  width: 100%;
}

/* --------------------------------------- */
/* link
/* --------------------------------------- */
a {
	color: #333;
}
a:link {
	color: #333;
}
a:visited {
	color: #333;
}
a:hover {
	color: #333;
}
a:active {
	color: #3f3c3c;
}

/* --------------------------------------- */
/* layout
/* --------------------------------------- */
header {
  position: relative;
}
main {
}
footer {
}

/* --------------------------------------- */
/* common-style
/* --------------------------------------- */
.pc {
  display: none;
}

/* --------------------------------------- */
/* header
/* --------------------------------------- */
header {
  border-top: 4px solid #084e98;
}
.logo {
	float: left;
  font-size: 10px;
  padding: 10px 0 0 15px;
}
.logo span {
	color: #084e99;
  font-size: 17px;
	font-weight: bold;
}
.btn-menu {
  float: right;
  width: 60px;
}
header nav {
  margin-bottom: 25px;
}
.page nav {
	margin-bottom: 0;
}
.page nav {
	border-top: 1px solid #084e99;
}
header nav li {
  float: left;
  width: 33.333%;
}
.slide-menu {
	background: rgba(6,52,100,0.9);
	display: none;
	height: 100%;
	right: 0;
	position: fixed;
	top: 0;
	width: 0%;
	z-index: 1000;
}
.slide-menu ul {
	height: 100%;	
	overflow-y: auto;
	width: 100%;
}		
.slide-menu a {		
	background: url(../images/sp/icon_menu.png) no-repeat 97% center;
	background-size: 9px 17px;
	border-bottom: 1px solid #ccc;
	color: #fff;
	display: block;
	font-size: 14px;
	padding: 25px 10px;
}
.slide-menu li:nth-of-type(3) span {
	background: #111;
	background-size: 6px 7px;
	border-bottom: 1px solid #ccc;
	color: #fff;
	display: block;
	font-size: 14px;
	padding: 10px;
}
.slide-menu li li a {
	color: #ccc;
	padding: 10px 5px 10px 21px;
}
body.noscroll {
  position: fixed;
  overflow-y: scroll;	
}
.screen {
	background: rgba(0,0,0,0.8);
	display: none;
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 999;
}
.menu-close {
	padding: 20px 10px;
}
.menu-close span {
	border: 1px solid #fff;
	border-radius: 5px;
	color: #fff;
	cursor: pointer;
	display: block;
	font-size: 13px;
	padding: 10px;
	text-align: center;
}

/* --------------------------------------- */
/* main
/* --------------------------------------- */
.ttl-s01 {
	background: url(../images/common/bg_title.jpg) repeat 0 0;
	color: #fff;
	font-size: 15px;
	line-height: 1.0;
	padding: 20px 0;
	text-align: center;
}
.ttl-s01 span {
	font-size: 13px;
	display: block;
	margin-top: 10px;
}
.breadcrumbs {
	border-bottom: 1px solid #c9caca;
	margin-bottom: 20px;
}
.breadcrumbs ul {
	box-sizing: border-box;
	padding: 10px;
	width: 100%;
}
.breadcrumbs li {
	background: url(../images/sp/icon_breadcrumbs.png) no-repeat right center;
	background-size: 7px 7px;
	float: left;
	font-size: 11px;
	margin-right: 10px;
	padding-right: 17px;
}
.breadcrumbs li:last-child {
	background: none;
	margin-right: 0;
	padding-right: 0;
}
.breadcrumbs li img {
	width: 20px;
}

/* --------------------------------------- */
/* footer
/* --------------------------------------- */
.f-contact {
	background: url(../images/pc/bg_f01.jpg) repeat 0 0;
	padding: 25px 15px;
}
.f-contact p {
	margin-bottom: 10px;
}
.f-contact p:first-child {
	color: #fff;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
}
.f-contact li {
	box-sizing: border-box;
	float: left;
	padding: 0 0 0 5px;
	width: 50%;
}
.f-contact li:first-child {
	padding: 0 5px 0 0;
}
footer iframe {
	height: 175px!important;
	vertical-align: middle;
}
.btn-go-top a {
	background: #084e98;
	color: #fff;
	display: block;
	font-size: 12px;
	font-weight: bold;
	line-height: 45px;
	text-align: center;
}
.btn-go-top a span {
	background: url(../images/sp/icon_go_top.png) no-repeat 0 center;
	background-size: 14px 18px;
	display: inline-block;
	line-height: 50px;
	padding-left: 25px;	
}
.f-link li {
	border-bottom: 1px solid #dcdcdd;
	float: left;
	font-size: 12px;
	width: 50%;
}
.f-link a {
	background: url(../images/sp/icon_link01.png) no-repeat right 10px center;
	background-size: 7px 9px;
	display: block;
	padding: 20px 15px;
}
.f-link li:nth-of-type(odd) a {
	border-right: 1px solid #dcdcdd;
}
.f-info {
	background: #1b1b1b;
	color: #fff;
	font-size: 22px;
	font-weight: bold;
	line-height: 1.0;
	padding: 30px 0 20px;
	text-align: center;
}
.f-info span {
	color: #efefef;
	font-size: 12px;
	font-weight: normal;
}
footer small {
	background: #1b1b1b;
	color: #9fa0a0;
	display: block;
	padding-bottom: 40px;
	text-align: center;
}