@charset "utf-8";
h1 {
	font-size: 24px;
}
h2 {
	font-size: 20px;
}
h3 {
	font-size: 18px;
}
h4 {
	font-size: 16px;
}
h5 {
	font-size: 13px;
}
h6 {
	font-size: 11px;
}
.form-control.inline[type=text] {
	width: 80px;
}
.form-control.inline[type=tel],
.form-control.inline[type=number] {
	width: 80px;
}

.nav-tabs {
	font-size: 12px;
}


#headerWrap {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	border-bottom-width: 3px;
	overflow: visible;
}
#header {
	width: auto;
	height: 50px;
}
#header  .logo {
    width: 146px;
    left: 5px;
    top: 18px;
}
#header h2 {
	font-size: 10px;
    line-height: 1;
    position: absolute;
    top: 4px;
    right: auto;
    left: 5px;
    border-left: 3px solid #eb5c01;
    padding-left: 3px;
}
.sp-header-spacer {
	height: 50px;
}

.menu-trigger {
	position: absolute;
	width: 40px;
    height: 40px;
    right: 5px;
    top: 5px;
	z-index: 999;
	font-size: 10px;
	font-weight: 400;
	color: #fff;
	background-color: #000;
	display: block;
	text-align: center;
	border-radius: 4px;
}
.menu-trigger,
.menu-trigger span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
}
.menu-trigger span {
	position: absolute;
	left: 20%;
	width: 60%;
	height: 1px;
	background-color: #fff;
}
.menu-trigger span:nth-of-type(1) {
	top: 8px;
}
.menu-trigger span:nth-of-type(2) {
	top: 14px;
}
.menu-trigger span:nth-of-type(3) {
	top: 20px;
}
.menu-trigger::after {
	content: 'MENU';
    position: absolute;
    left: 0;
    bottom: 2px;
    font-size: 10px;
    color: #fff;
    display: block;
    width: 100%;
    text-align: center;
    transition: all .4s;
}
.menu-trigger.open::after {
	content: 'CLOSE';
}
.menu-trigger.open span:nth-of-type(1) {
	-webkit-transform: translateY(11px) rotate(-45deg);
	transform: translateY(6px) rotate(-45deg);
}
.menu-trigger.open span:nth-of-type(2) {
	opacity: 0;
}
.menu-trigger.open span:nth-of-type(3) {
	-webkit-transform: translateY(-10px) rotate(45deg);
	transform: translateY(-6px) rotate(45deg);
}
#header  .spMenuBox  {
	display: none;
	overflow: scroll;
	position: fixed;
	width: 100%;
	top: 50px;
	padding: 0 15px 10px;
	background-color: rgba(0,0,0,0.85);
}
#header  .spMenuBox  li {
	border-bottom: 1px solid #fff;
}
#header .spMenuBox a {
	line-height: 40px;
	color: #fff;
	display: block;
	padding: 0 0 0 14px;
	font-weight: 600;
	font-size: 15px;
}
#header .spMenuBox .subMenu {
	margin: 0 5px 10px 15px;
}

#header .spMenuBox .subMenu li {
	border-bottom: none;
	display: inline-block;
}

#header .spMenuBox .subMenu a {
	line-height: 1.8;
	font-weight: 400;
	font-size: 13px;
	display: inline-block;
	padding: 0;
	min-width: 65px;
    margin-right: 15px;
}
#header .spMenuBox .row {
	margin-top: 25px;
}
#header .spMenuBox .row a {
	font-size: 13px;
}

#header  .spMenuBox  .row  li {
	border-bottom: none;
}



#contents {
	width: auto;
	margin-left: 15px;
	margin-right: 15px;
}
#contents .inner {
	width: auto;
	margin-right: 0px;
	margin-left: 0px;
}
#contents .col-side {
	float: none;
	width: auto;
}
#contents .col-main {
	float: none;
	width: auto;
}

#contents .breadcrumb {
	display: none;
}

#footerWrap {
	width: auto;
}
#footer {
	width: auto;
}
#footer .footer-sns-title {
	font-size: 14px;
    margin: 5px 0 12px;
}

#footer .footer-sns {
	margin: 0 0 30px;
}
#footer .footer-sns li {
	margin: 0 20px;
}
#footer .footer-sns img {
	height: 24px;
}
#footer .sitemap {
	margin: 0 10px 30px 10px;
}

#footer  .sitemap > li{
	float: none;
    width: auto;
	margin: 0 0 15px;
}
#footer .sitemap li a.parent {
	font-size: 13px;
	padding-left: 5px;
	line-height: 1.6;
	text-align: left;
	height: auto;
	border-left: 1px solid #fff;
}
#footer .sitemap li:last-child a.parent {
	border-right: none;
}
#footer .sitemap .subMenu {
	margin: 3px 0 0 6px;
}
#footer .sitemap .subMenu li {
}
#footer .sitemap .subMenu a {
	line-height: 1.6;
	text-align: left;
	font-size: 11px;
	display: inline-block;
	min-width: 92px;
}
#footer .footer-nav {
	text-align: left;
}

#footer .footer-nav a {
	font-size: 11px;
	margin-left: 5px;
    margin-right: 20px;
}
.footer-address {
	background-color: #000;
	font-size: 12px;
	color: #fff;
	text-align: center;
	padding: 25px;
	line-height: 1.6;
}

.footer-address h1 {
	margin: 0 auto 15px;
    width: 96px;
}
.copyright {
	height: 25px;
    padding-right: 3px;
}
.copyright .copyright-inner {
	text-align: right;
	width: auto;
}

.pagetop-sp {
	text-align: center;
	padding: 30px 0;
}
.pagetop-sp a.pagetop {
	position: relative;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: auto;
	display: inline-block;
	opacity: 1;
}
.fixed-sns {
	display: none;
}



.table.tbl-responsive tr {
	display: block;
	padding: 10px;
}
.table.tbl-responsive th,
.table.tbl-responsive td {
	display: block;
	width: auto;
	text-align: left;
	border: none;
	padding: 0;
}
.search-figs h3 {
	margin: 0 0 5px;
	position: relative;
	font-size: 14px;
	line-height: 32px;
	padding-left: 20px;
}
.search-figs h3:before {
	width: 8px;
	height: 8px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(45deg);
	position: absolute;
	left: 3px;
	top: 12px;
}
.search-figs form {
	padding: 10px 10px 55px;
	position: relative;
}
.search-figs .search-next {
	display: block;
	padding: 0;
}
.search-figs .search-next:before,
.search-figs .search-next:after {
	width: 0;
	border: none;
	border-color: transparent;
}
.search-figs  select, .search-figs select.inline {
	height: 35px;
	font-size: 14px;
	border-radius: 4px;
	margin-bottom: 5px;
	display: block;
	padding: 6px 12px;
	width: 100%;
}
.search-figs label {
	font-size: 13px;
	margin: 0 15px 10px 0;
}
.search-figs .chkBtn {
	display: none;
}
.search-figs .chkBtn + span {
	display: inline-block;
	position: relative;
	padding-left: 22px;
}
.search-figs .chkBtn + span:before {
	width: 16px;
	height: 16px;
	border-radius: 50%;
	margin-top: -8px;
}
.search-figs .chkBtn:checked + span:before {
	border: 2px solid #eb5c01;
	background-color: #000;
}

.search-figs .form-search-free input[type=text] {
	width: 100%;
}
.search-figs input[type=submit] {
	position: absolute;
	left: 50%;
	margin-left: -27px;
	bottom: 13px;
}

.search-group-title {
	font-size: 18px;
	top: -14px;
    left: 15px;
}



.icon-arrow-orange {
	width: 15px;
	height: 15px;
    margin-right: 2px;
}
.icon-arrow-orange:before {
	margin-left: -3px;
	margin-top: -2px;
	width: 5px;
	height: 5px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
}
.icon-arrow-black {
	display: inline-block;
	position: relative;
	padding-right: 15px;
}
.icon-arrow-black:before {
	content: '';
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -4px;
	display: block;
	width: 0;
	height: 0;
	border: 4px solid #101010;
	border-color: transparent transparent transparent #101010;
}
.icon-arrow-white {
	display: inline-block;
	position: relative;
	padding-left: 15px;
}
.icon-arrow-white:before {
	content: '';
	position: absolute;
	left: 5px;
	top: 50%;
	margin-top: -4px;
	display: block;
	width: 0;
	height: 0;
	border: 4px solid #fff;
	border-color: transparent transparent transparent #fff;
}
.icon-arrow {
	position: relative;
	padding-right: 23px;
	display: inline-block;
}
.icon-arrow:after {
	content: '';
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -3px;
    display: block;
    width: 6px;
    height: 6px;
	border: 4px solid #fff;
	border-color: transparent transparent transparent #fff;
}
h1.pagetitle {
	margin: 25px auto 25px;
	font-size: 16px;
}
h1.pagetitle span {
	padding: 0 20px;
	margin-bottom: 3px;
}
h1.pagetitle small {
	font-size: 10px;
}

h2.flex-line {
	font-size: 18px;
	margin: 0 0 15px;
}
h2.flex-line:before {
	top: 9px;
}
h2.flex-line span {
	padding: 0 10px;
}
h2.flex-line small {
	font-size: 11px;
}

.table.table-search th {
	font-size: 15px;
	line-height: 1.3;
	padding: 8px 15px;
}
.table.table-search th .ttl-sub {
	font-size: 10px;
	float: right;
}
.table.table-search td {
	padding: 8px 15px;
}

.news-list .ellipsis {
	white-space: normal;
}
.news-list li {
	padding: 10px 0;
}
.news-list .date {
	margin: 0 10px 0 0;
	font-size: 12px;
	font-weight: 600;
}
.news-list .label {
	font-size: 10px;
	padding: 4px 25px;
	margin-right: 40px;
}
.news-list a {
	font-size: 13px;
    margin-top: 5px;
    display: block;
}


.card {
	display: flex;
	margin: 0 5px 10px 5px;
	width: calc(50% - 10px);
	background-color: #fff;
	position: relative;
	border-radius: 2px;
}
.card .thumb {
	background-size: cover;
	height: 110px;
	position: relative;
}

/* ログイン権限 */
.permissionBox {
	position: fixed;
	z-index: 99;
	bottom: 15px;
	right: 15px;
	width: calc( 100% - 30px );
	padding: 10px 13px;
	font-size: 14px;
}

