@charset "utf-8";
/* CSS Document */

/*==================================================

 style共通

==================================================*/

/*==================================================

 body

==================================================*/

body {
	background: #fff;
}
/*==================================================

 header

==================================================*/

header {
	border-bottom: solid 1px #ccc;
}
.header-inner {
	width: 100%;
	height: 44px;
	margin: 0 auto;
}
.logo {
	display: none;
}
.logo-sp {
	display: block;
}
.logo-sp img {
	height: 44px;
	width: 132px;
}
.g-header {
	position: relative;
	width: auto;
	height: 44px;
}
.g-header-right {
	display: none;
}
.contact::before {
	content: url(../img/ico-contact.jpg);
	margin-right: 5px;
	position: relative;
	bottom: -3px;
}
.sitemap-top {
	margin-right: 10px;
}
.sitemap-top::before {
	content: url(../img/ico-sitemap.jpg);
	margin-right: 5px;
	position: relative;
	bottom: -3px;
}
.identifier {
	display: none;
}
.identifier img {
	width: auto;
	height: 14px;
	position: absolute;
	top: 0;
	left: 114px;
	bottom: 0;
	margin: auto 0 auto 0;
}
.menu-btn {
	display: block;
	position: absolute;
	top: 3px;
	right: 10px;
	padding: 5px;
	cursor: pointer;
	background: #000;
}
.icon-bar {
	display: block;
	border-bottom: solid 3px #fff;
	height: 2px;
	width: 32px;
	margin: 5px 0;
}
.current {
	text-decoration: none;
	cursor: default;
}
/*==================================================

 nav

==================================================*/

.nav-inner {
	max-width: 768px;
	height: 100%;
	margin: 0 auto;
}
.nav {
	background: #000;
}
/*--------------------------------------------------
 .g-nav
--------------------------------------------------*/

.g-nav {
	display: none;
	width: 100%;
	height: 100%;
	position: absolute;
	background: rgba( 000, 000, 000, 0.8);
	z-index: 2;
}
.g-nav li {
	width: 100%;
	float: none;
	border-bottom: solid 1px #666;
}
.g-nav span {
	display: block;
	height: 44px;
	line-height: 44px;
	padding: 0px 10px;
	background: rgba( 0, 0, 0, 1 );
	color: #f2f2f2;
	text-align: center;
	text-decoration: none;
	transition: 0.3s;
}
.g-nav a:hover {
	background: #ccc;
	color: #333;
}
/*--------------------------------------------------
 .menu
--------------------------------------------------*/

.menu-close-btn {
	float: right;
	display: inline-block;
	width: 44px;
	height: 44px;
	margin: 5px 10px 5px 0;
	position: relative;
	border: 1px solid rgba(255,255,255, 1);
	cursor: pointer;
}
.menu-close-btn span::before, .menu-close-btn span::after {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 84%;
	height: 5%;
	margin: -3% 0 0 -42%;
	background: #fff;
}
.menu-close-btn span::before {
	transform: rotate(-45deg);
}
.menu-close-btn span::after {
	transform: rotate(45deg);
}
/*==================================================

 .breadcrumbs（パンくずリスト）

==================================================*/

.breadcrumbs {
	background: #ccc;
	margin-bottom: 10px;
	color: #333;
}
.breadcrumbs-inner {
	margin: 0 auto;
	font-size: 1.2rem;
}
.breadcrumbs-nav {
	display: table;
	padding: 3px 0 3px 10px;
}
.breadcrumbs li {
	display: inline-block;
}
.breadcrumbs a {
	color: #333;
}
.breadcrumbs li::after {
	content: "\03e";
	padding: 0 5px;
}
.breadcrumbs li:last-child::after {
	content: none;
}
/*==================================================

 .contents

==================================================*/

.contents-inner {
	position: relative;
	max-width: 960px;
	margin: 0 auto 0px auto;
	padding: 0px 10px 10px 10px;
}
.contents-title {
	text-align: left;
	font-size: 18px;
	border-left: solid 8px #E61E1E;
	padding-left: 10px;
	margin-bottom: 15px;
}
.contents-title2 {
	font-size: 16px;
	margin-bottom: 10px;
}
.new {
	width: 30px;
	margin: 0 5px;
	font-size: 1.2rem;
	font-weight: bold;
	color: #f00;
}
.new-big {
	display: inline-block;
	width: 30px;
	margin: 0 5px;
	font-size: 2rem;
	font-weight: bold;
	color: #f00;
}
.new-img {
	vertical-align: middle;
	height: 12px;
}
.new-img-big {
	vertical-align: middle;
	height: 18px;
}
.thc-join {
	margin-top: 5px;
	font-size: 1.5rem;
}
/*【ご連絡】*/
.message {
	margin: 10px 10px 30px 10px;
	font-size: 1.3rem;
}
/*別ページアイコン*/
.popup-note {
	font-size: 1.2rem;
	margin-bottom: 8px;
	text-align: left;
}
.popup-note img {
	width: auto;
	height: 15px;
	margin-right: 5px;
	vertical-align: -4px;
}
.popup:after {
	content: '';
	display: inline-block;
	width: 15px;
	height: 12px;
	background-image: url(../img/icon-window.png);
	background-repeat: no-repeat;
	background-size: contain;
	vertical-align: middle;
	margin-left: 5px;
}
/*==================================================

 footer

==================================================*/

.footer-inner {
	max-width: 768px;
	margin: 10px auto 0px auto;
	padding: 15px 0px 15px 0px;
	text-align: center;
	font-size: 1.1rem;
	border-top: solid 1px #ccc;
}
.footer-nav {
	display: block;
	text-align: center;
	margin-bottom: 10px;
	padding-bottom: 15px;
	border-bottom: solid 1px #ccc;
}
.footer-nav li {
	display: inline-block;
	padding: 0 5px;
	line-height: 1;
	border-right: solid 1px #ccc;
}
.footer-contact {
	display: block;
}
.footer-identifier {
	display: block;
}
.footer-identifier img {
	width: auto;
	height: 18px;
	margin: auto;
	margin-bottom: 10px;
}
small {
	display: block;
}
/*==================================================

 pagetop

==================================================*/
.pagetop {
	display: block;
	position: fixed;
	bottom: 15px;
	right: 20px;
	width: 50px;
	height: 50px;
	padding-top: 15px;
	margin-top: 5px;
	border-radius: 3px;
	color: #fff;
	text-align: center;
	line-height: 1.2;
	background: #000;
	opacity: 0.5;
	cursor: pointer;
}
.pagetop::before {
	position: absolute;
	top: 8px;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
	width: 15px;
	height: 15px;
	border-top: 3px solid #fff;
	border-right: 3px solid #fff;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.nav {
	display: block;
}
.g-nav {
	display: block;
}
.menu-close-btn {
	display: none;
}
/*表示end*/

/*==================================================

 header

==================================================*/

header {
	border-bottom: none;
}
.header-inner {
	position: relative;
	max-width: 960px;
	height: 64px;
}
.logo {
	display: block;
}
.logo img {
	width: auto;
	height: auto;
	margin-top: 12px;
}
.logo-sp {
	display: none;
}
.identifier {
	display: block;
}
.identifier img {
	width: auto;
	height: 18px;
	position: absolute;
	top: 0;
	left: 210px;
	bottom: 0;
	margin: auto 0 auto 0;
}
.g-header {
	position: relative;
	width: auto;
	height: 64px;
}
.g-header-right {
	display: block;
	height: 64px;
	line-height: 64px;
	position: absolute;
	top: 0;
	right: 20px;
	vertical-align: middle;
	font-size: 1.3rem;
}
.menu-btn {
	display: none;
}
.message {
	margin: 10px 20px 0 20px;
}
/*==================================================

 nav

==================================================*/
.nav {
	width: 100%;
	height: 44px;
}
.nav-inner {
	max-width: 960px;
	margin: 0 auto;
}
/*--------------------------------------------------
 .g-nav
--------------------------------------------------*/
.g-nav {
	display: block;
}
.g-nav {
	max-width: 960px;
	height: auto;
	margin: 0 auto;
	background: #000;
}
.g-nav li {
	width: 33.3%;
	float: left;
  border-left: solid 1px #aaa;
  border-right: solid 1px #aaa;
	border-bottom: 0;
}
.g-nav li:nth-child(2) {
	border-right: solid 1px #aaa;
}
.g-nav .current {
	color: #fff;
}
.menu-display {
	display: none;
}
/*==================================================

 .breadcrumbs（パンくずリスト）

==================================================*/

.breadcrumbs {
	display: block;
}
.breadcrumbs-inner {
	max-width: 960px;
	font-size: 1.4rem;
}
.breadcrumbs-nav {
	padding: 3px 0 3px 20px;
}
.breadcrumbs .current {
	text-decoration: none;
}
.breadcrumbs li::after {
	padding: 0 3px;
}
/*==================================================

 .contents

==================================================*/

.contents-inner {
	max-width: 960px;
	margin: 0 auto 0px auto;
	padding: 0px 20px 20px 20px;
}
.popup-note {
	text-align: right;
}
.popup-note {
	position: absolute;
	top: 5px;
	right: 20px;
}
.popup:after {
	width: 18px;
	height: 14.4px;
}
/*==================================================

 footer

==================================================*/

.footer-inner {
	max-width: 960px;
	font-size: 1.3rem;
	padding: 20px 20px 20px 20px;
}
.footer-nav {
	display: block;
	float: left;
	border-bottom: 0;
}
.footer-contact {
	display: none;
}
.footer-identifier {
	display: none;
}
small {
	display: block;
	float: right;
}
/*==================================================

 sitemap.html

==================================================*/

.page li {
	width: 100%;
	margin-bottom: 10px;
}
.page li.category-btn {
	background: #e5f2ff;
	border-radius: 5px;
}
.page a {
	position: relative;
	width: 100%;
	height: 100%;
	display: inline-block;
	padding: 10px 20px;
	color: #fff;
	border-radius: 5px;
	text-decoration: none;
	text-align: left;
}
.page a:hover {
	opacity: 0.8;
}
.page li a::before {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 20px;
	margin: auto;
	content: "";
	vertical-align: middle;
	width: 8px;
	height: 8px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(45deg);
}
.page-01 a {
	background: #68a9cf;
}
.page-02 {
	margin-top: 10px;
	padding: 10px;
}
.page-02 a {
	background: #ccae62;
}
/*サイトマップPC用*/
.page-02 {
	letter-spacing: -.4em;
}
.page-02 li {
	display: inline-block;
	width: 33%;
	margin-right: 0.5%;
	letter-spacing: normal;
}
.page-02 li:nth-child(3n) {
	margin-right: 0;
}
