@charset "utf-8";

@import url(//fonts.googleapis.com/earlyaccess/notosansjp.css);

/* for IE scrollbar */
@-ms-viewport {
    width: auto;
    initial-scale: 1;
}

/* for bootstrap */
@media print {
  a[href]:after {
    content: "";
  }
  abbr[title]:after {
    content: "";
  }
}
body {
	font-family: 'Noto Sans JP', -apple-system, BlinkMacSystemFont, "Helvetica Neue", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Arial, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #101010;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: none;
}
img {
	max-width: 100%;
}

.kerning-before { display: inline; margin-left: -0.4em; }
.kerning-after { letter-spacing: -0.3em; }

ul, li, dl, dt, dd {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	display: block;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
}
a {
	outline: 0px none;
	-webkit-touch-callout: none;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	transition: opacity 0.25s;
	color: #bc4a01;
}

a, a:link, a:visited, a:active {
	outline: 0px none;
	font-weight: bold;
	text-decoration: none;
	-webkit-touch-callout: none;
}
a:focus {
	color: #bc4a01;
}
a:hover {
	color: #bc4a01;
	opacity: 0.8;
}

.btn-black,
a.btn-black,
.btn-black:hover,
.btn-black:focus {
	background-color: #000;
	color: #fff;
	font-weight: 600;
}

.btn-gray, a.btn-gray {
	background-color: #9c9c9c;
	color: #fff;
	font-weight: 600;
}
.btn-gray:hover,
.btn-gray:focus {
	color: #fff;
	background-color: #7C7C7C;
}
.btn-twitter, a.btn-twitter {
	background-color: #1da1f2;
	color: #fff;
	border: none;
}
.btn-twitter:hover,
a.btn-twitter:hover {
	background-color: #1da1f2;
	color: #fff;
	border: none;
}
.btn-facebook, a.btn-facebook {
	background-color: #3b579d;
	color: #fff;
	border: none;
}
.btn-facebook:hover, a.btn-facebook:hover {
	color: #fff;
	background-color: #3b579d;
}
.btn-pill {
	border-radius: 200em;
}
.btn-warning {
	background-color: #eb5c01;
	border: none;
}
.btn-mat-orange {
	font-size: 12px;
	color: #fff;
	background-color: #bc4a01;
	border-radius: 0;
	border: none;
	text-align: left;
	min-width: 118px;
	display: inline-block;
	margin: 0 5px 5px 0;
}
.btn-mat-orange:focus,
.btn-mat-orange:hover {
	color: #fff;
}
.label {
	display: inline-block;
}
.label-gray {
	background-color: #444;
}

.nav-tabs {
    border-bottom: 5px solid #e9e9e8;
}
.nav-tabs>li>a {
    margin-right: 10px;
    border: 1px solid #d3d3d3;
    border-bottom-color: transparent;
    border-radius: 0;
    color: #393939;
    font-weight: 400;
    padding: 5px 20px;
	position: relative;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    color: #fff;
    font-weight: 600;
    background-color: #eb5c01;
    border: 1px solid #eb5c01;
    border-bottom-color: transparent;
}
.nav-tabs>li.active>a:after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-color: #eb5c01 transparent transparent transparent;
	border-style: solid;
	border-width: 4px;
	position: absolute;
	left: 50%;
	bottom: -8px;
    margin-left: -4px;
}
.tab-content {
	margin-bottom: 60px;
	padding: 15px;
}


.panel-warning {
    border-color: #eb5c01;
}
.panel-heading {
    font-weight: 600;
}
.panel-warning>.panel-heading {
    color: #fff;
    font-weight: 600;
    background-color: #eb5c01;
    border-color: #eb5c01;
}

.break {
	-ms-word-break: break-all;
	word-break: break-all;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
	
	overflow-wrap: break-word;
	word-wrap: break-word;
}
.nowrap {
	white-space: nowrap;
}

.ellipsis {
	width: auto;
	white-space: nowrap;
	overflow: hidden;
	-ms-text-overflow: ellipsis; /* Required for IE8 */
	-o-text-overflow: ellipsis; /* Required for Opera */
	text-overflow: ellipsis;
}
.hide {
	display: none;
}
  
.show {
	display: block;
}
.clear {
	clear: both;
	float: none;
}

.indent {
	text-indent: -1.5em;
	padding-left: 1.5em;
}
.indent-childs>* {
	text-indent: -1em;
	padding-left: 1em;
}
.w100 {
	width: 100%;
}
.w50 {
	float: left;
	width: 50%;
}
.mt5 {
	margin-top: 5px;
}
.mt10 {
	margin-top: 10px;
}
.mt15 {
	margin-top: 15px;
}
.mt20 {
	margin-top: 20px;
}
.mt25 {
	margin-top: 25px;
}
.mt30 {
	margin-top: 30px;
}
.mt40 {
	margin-top: 40px;
}
.mt50 {
	margin-top: 50px;
}
.mt60 {
	margin-top: 60px;
}
.mt80 {
	margin-top: 60px;
}
.ml5 {
	margin-left: 3px;
}
.ml10 {
	margin-left: 8px;
}
.mr10 {
	margin-right: 10px;
}
.mr15 {
	margin-right: 15px;
}
.mb5 {
	margin-bottom: 5px;
}
.mb10 {
	margin-bottom: 10px;
}
.mb20 {
	margin-bottom: 20px;
}
.mb30 {
	margin-bottom: 30px;
}
.mb40 {
  margin-bottom: 40px;
}
.mb60 {
  margin-bottom: 60px;
}
.mb80 {
  margin-bottom: 80px;
}


.mlr5 {
	margin-right: 5px;
	margin-left: 5px;
}
.mlr10 {
	margin-right: 10px;
	margin-left: 10px;
}
.mlr15 {
	margin-right: 15px;
	margin-left: 15px;
}
.mlr20 {
	margin-right: 20px;
	margin-left: 20px;
}
.mlr40 {
	margin-right: 40px;
	margin-left: 40px;
}

.form-control.inline {
	display: inline-block;
	width: auto;
}
.form-control.inline[type=text],
.form-control.inline[type=tel] {
	width: 200px;
}
.form-control.inline[type=number] {
	width: 90px;
}

label {
	font-weight: normal;
	margin-right: 20px;
}
.row.row-narrow {
	margin-left: -5px;
	margin-right: -5px;
}
.row.row-narrow>* {
	padding-left: 5px;
	padding-right: 5px;
}

.form-error-right, .form-error-top {
	background-color: #DD675C;
	display: inline-block;
	line-height: 32px;
	color: #FFFFFF;
	padding-right: 30px;
	padding-left: 30px;
	position: relative;
	display: none;
}
.form-error-right {
	margin-left: 8px;
}
.form-error-top {
	margin-bottom: 8px;
}
.form-error-right:after {
	content: '';
	position: absolute;
	top: 10px;
	left: -8px;
	border-top-width: 6px;
	border-bottom-width: 6px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: transparent;
	border-bottom-color: transparent;
	border-right-width: 8px;
	border-right-style: solid;
	border-right-color: #DD675C;
}
.form-error-top:after {
	content: '';
	position: absolute;
	bottom: -8px;
	left: 20px;
	border-top-width: 8px;
	border-right-width: 6px;
	border-left-width: 6px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #DD675C;
	border-right-color: transparent;
	border-left-color: transparent;
}

#headerWrap {
	position: fixed;
    width: 100%;
	background-color: #000;
	border-bottom: 5px solid #333;
	z-index: 999;
	overflow: hidden;

}
#header {
	height: 95px;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
#header:after {
	content: "";
	display: block;
	height: 30px;
	width: 9999px;
	position: absolute;
	right: -10013px;
	top: 0;
	background-color: #fff;
	transform: skewX(-45deg);
}
#header  h1 {
	margin: 0px;
}
#header  .logo {
	float: left;
	position: absolute;
	width: 293px;
	left: 0px;
	top: 18px;
}
#header h2 {
	font-size: 14px;
	line-height: 20px;
	font-weight: 400;
	color: #fff;
	margin: 0px;
	position: absolute;
	top: 7px;
	right: 13px;
	border-left: 10px solid #eb5c01;
	padding-left: 5px;
}
#header .header-nav {
	position: absolute;
	right: 0px;
	bottom: 8px;
	white-space: nowrap;
	padding-right: 33px;
}
#header .header-nav li {
	float: left;
	margin-left: 13px;
}
#header .header-nav a {
	line-height: 25px;
	font-weight: 400;
	color: #fff;
	text-decoration: none;
	display: inline-block;
	position: relative;
	padding-left: 15px;
	font-size: 14px;
}
#header .header-nav a:before {
	content: "";
	display: block;
	width: 5px;
	height: 5px;
	background-color: #fff;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	margin-top: -2.5px;
	left: 5px;
}
#header .header-nav a.header-login {
	background-color: #eb5c01;
	padding-right: 25px;
}
#header .header-nav a.header-login:after {
	content: "";
	display: block;
	top: 0px;
	height: 0px;
	border: 4px solid #fff;
	border-color: transparent transparent transparent #fff;
	position: absolute;
	right: 3px;
	top: 50%;
	margin-top: -4px;
	
}
#header .header-nav .btn-header-search-box {
	background-image: url(../img/common/icon-search.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 21px auto;
	height: 40px;
	width: 40px;
	position: absolute;
	right: 0px;
	bottom: -8px;
	background-color: #333;
}
#header .header-nav .btn-header-search-box:before {
	display: none;
}
.sp-header-spacer {
  height: 100px;
}

.header-search-box-wrapper {
	width: 980px;
	position: fixed;
    left: calc( (100% - 980px)/2 );
    z-index: 999;
}

.header-search-box  {
	background-color: #333;
	padding: 10px 20px;
	color: #fff;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	display: none;
	z-index: 9999;
    
    max-height: calc( 100vh - 100px );
    overflow: auto;
}
.search-figs h3 {
	display: block;
	margin: 0 0 15px;
	position: relative;
	border-bottom: 1px solid #fff;
	font-size: 18px;
	line-height: 36px;
	font-weight: 600;
	padding-left: 25px;
}
.search-figs h3:before {
	content: "";
	display: block;
	width: 10px;
	height: 10px;
	border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    transform: rotate(45deg);
    position: absolute;
    left: 3px;
    top: 12px;
}
.search-figs form {
	display: block;
	padding: 0px 20px 30px;
	position: relative;
}
.search-figs .search-next {
	display: inline-block;
	position: relative;
	padding-left: 30px;
}
.search-figs .search-next:before,
.search-figs .search-next:after {
	content: '';
	position: absolute;
	left: 10px;
	top: 50%;
	margin-top: -4px;
	display: block;
	width: 0;
	height: 0;
	border: 6px solid #fff;
	border-color: transparent transparent transparent #fff;
}
.search-figs .search-next:after {
	left: 16px;
}
.search-figs select {
	height: 35px;
    position: relative;
    background-color: #fff;
    font-size: 14px;
    border-radius: 4px;
	color: #101010;
}
.search-figs label {
	font-size: 16px;
	font-weight: 400;
}
.search-figs .chkBtn {
	display: none;
}
.search-figs .chkBtn + span {
    display: inline-block;
    position: relative;
    padding-left: 25px;
}
.search-figs .chkBtn + span:before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    background-color: #eb5c01;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -10px;
}
.search-figs .chkBtn:checked + span:before {
    border: 5px solid #eb5c01;
    background-color: #000;
}

.search-figs .form-search-free input[type=text] {
	width: 300px;
	padding-left: 30px;
	position: relative;
	display: inline-block;
	background-image: url(../img/common/icon-search-orange.png);
	background-size: 19px auto;
	background-position: 6px center;
	background-repeat: no-repeat;
	margin-bottom: 10px;
	margin-right: 10px;
}
#cseSearch .gsc-input {
	color: #000;
}
.table.table-search .gsc-input-box td {
	background-color: transparent;
}
.table.table-search table.gsc-search-box td {
	padding: 10px;
}

.search-group {
	position:  relative;
	border: 3px solid #fff;
	border-radius: 8px;
	
	padding: 25px 15px 0;
	margin: 15px 0 30px;
}
.search-group-title {
	color: #fff;
	font-weight: 600;
	font-size: 22px;
	display: inline-block;
	padding: 0 10px;
	background-color: #333;
	position: absolute;
	top: -18px;
    left: 15px;
}

.navi-wrapper {
	background-color: rgba(255,255,255,0.7);
	border-top: 1px solid #d3d3d3;
	border-bottom: 1px solid #d3d3d3;
	position: relative;
	z-index: 99;
}
.navi-wrapper ul.navi {
	display: table;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	border-collapse: collapse;
	table-layout: fixed;
	margin-bottom: 0;
}
.navi-wrapper ul.navi>li {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	position: relative;
}

.navi-wrapper ul.navi>li:hover {
	background-color: #eb5c01;
}
.navi-wrapper ul.navi>li:hover a {
	color: #fff;
}
.navi-wrapper ul.navi>li a {
  font-size: 16px;
  color: #101010;
  line-height: 1.2;
  font-weight: 400;
  height: 60px;
  display: block;
  padding-top: 20px;
  border-left: 1px solid #d3d3d3;
  transition: all 0.25s;
}
.navi-wrapper ul.navi>li:last-child a {
	border-right: 1px solid #d3d3d3;
}
.navi-wrapper ul.navi>li a:hover {
	background-color: #eb5c01;
	color: #fff;
}
.navi-wrapper ul.navi>li.home {
  width: 60px;
}
.navi-wrapper ul.navi>li.home a {
  color: #fff;
  background-color: #f73e00;
  padding-top: 4px;
    line-height: 1.7;
}
.navi-wrapper ul.navi>li.home a img {
  width: 12px;
}

.navi-wrapper .navi .subMenu {
	display: none;
	position: absolute;
	left: 0;
	top: 60px;
	width: auto;
    min-width: 100%;
}
.navi-wrapper ul.navi>li:hover .subMenu {
	display: block;
}
.navi-wrapper .navi .subMenu a {
	background-color: #ef7d34;
	height: 40px;
	border-bottom: 1px solid #f4a471;
	border-left: none;
	border-right: none;
	font-size: 14px;
	color: #fff;
	text-align: left;
    padding: 12px 10px 0;
	font-weight: 400;
    white-space: nowrap;
}
.navi-wrapper .navi .subMenu a:hover {
	opacity: 1;
	background-color: #f4a471;
}
.navi-wrapper .navi .subMenu.wide {
	width: auto;
	white-space: nowrap;
}
.navi-wrapper .navi .subMenu.wide a {
	padding-right: 10px;
}
#contents {
	width: 980px;
	margin-right: auto;
	margin-left: auto;

}
#contents .inner {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
#contents .col-side {
	float: left;
	width: 250px;
}
#contents .col-side>dl {
	margin-bottom: 20px;
}

#contents   .col-side>dl>dt  {
	font-size: 16px;
	line-height: 40px;
    height: 40px;
    padding: 0 0 0 10px;
	font-weight: 600;
	border-bottom: 5px solid #762e01;
}
#contents .col-side>dl>dd {
	padding: 5px;
	background-color: #eaeaea;
}
.col-side .side-service-supports li {
  border-bottom: 1px solid #ccc;
}
.col-side .side-service-supports a {
  font-weight: 400;
  color: #000;
  display: block;
  padding: 8px 13px;
}
.col-side .side-service-supports li:last-child {
  border-bottom: none;
}
#contents .col-main {
	float: right;
	width: 700px;
}

.breadcrumb {
	background-color: transparent;
}
.breadcrumb.head {
	padding: 5px 0;
	margin: 0;
}
.breadcrumb.foot {
	border: 1px solid #333;
	padding: 15px;
    font-size: 13px;
	margin: 100px 0 50px;
}
.breadcrumb.head a {
	color: #eb5c01;
	font-weight: 400;
}
.breadcrumb.foot a {
	color: #444;
	font-weight: 400;
}

#footerWrap {
	background-color: #333;
	padding-top: 20px;
}
#footer {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 5px;
}

#footer .sitemap {
	margin-bottom: 30px;
}

#footer  .sitemap > li{
	float: left;
	width: 25%;
}
#footer .sitemap li a.parent {
	font-size: 14px;
	line-height: 30px;
	color: #fff;
	text-align: center;
	display: block;
	height: 30px;
	border-left: 1px solid #fff;
}
#footer .sitemap li:last-child a.parent {
	border-right: 1px solid #fff;
}
#footer .sitemap .subMenu {
  margin-top: 10px;
}

#footer .sitemap .subMenu a {
	line-height: 25px;
	color: #fff;
	text-align: center;
	display: block;
	font-size: 12px;
	font-weight: 400;
}
#footer .footer-nav {
	text-align: right;
}

#footer .footer-nav a {
	font-size: 12px;
	font-weight: 400;
	color: #fff;
	margin-left: 15px;
}
.footer-address {
	background-color: #000;
	font-size: 12px;
	color: #fff;
	text-align: center;
	padding: 25px;
	line-height: 1.6;
}
.footer-address .footer-sns {
	margin: 0 0 40px;
	display: flex;
    justify-content: center;
}
.footer-address .footer-sns li {
	display: inline-block;
	margin: 0 30px;
}
.footer-address .footer-sns li a {
	display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 200em;
    position: relative;
    overflow: hidden;
}
.footer-address .footer-sns li a.footer-sns-youtube {
    background-color: #fff;
}
.footer-address .footer-sns li a.footer-sns-facebook {
    background-color: #3c5a99;
}
.footer-address .footer-sns li a:hover {
	opacity: 1;
}
.footer-address .footer-sns img {
	width: 40px;
	height: auto;
	max-width: initial;
}

.footer-address h1 {
	margin: 0 0 15px;
}
.copyright {
	background-color: #eb5c01;
	height: 40px;
	padding-top: 5px;
}
.copyright .copyright-inner {
	font-size: 10px;
	font-weight: 400;
	color: #fff;
	text-align: right;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
}






a.pagetop {
	position: fixed;
	right: 40px;
	bottom: 60px;
	z-index: 999;
	opacity: 0;
	transition: opacity 0.7s;
	text-align: center;
	width: 60px;
	height: 60px;
	padding-top: 10px;
	background-color: #eb5c01;
	color: #fff !important;
	font-size: 10px;
	border-radius: 50%;
	display: inline-block;
}
a.pagetop.view {
	opacity: 1;
}
a.pagetop.view:hover {
	opacity: 0.7;
}
.fixed-sns {
	position: fixed;
    z-index: 999;
    top: 480px;
    right: -5px;
    transform: rotate(90deg);
    transform-origin: right top;
}
.fixed-sns li {
	display: inline-block;
	margin: 0 2px;
}
.fixed-sns a {
	font-size: 15px;
    line-height: 40px;
    font-weight: 600;
    color: #fff !important;
    background-color: #787878;
    display: inline-block;
    width: 110px;
    height: 37px;
    text-align: center;
    border-radius: 0 0 5px 5px;
	position: relative;
	transition: all 0.1s;
}
.fixed-sns a:hover {
	opacity: 1;
	transform: translateY(3px);
	/*
	background-color: #eb5c01;
	*/
    color: #fff;
}
.fixed-sns a.fixed-sns_facebook:hover {
	background-color: #3c5a99;
}
.fixed-sns a.fixed-sns_twitter:hover {
	background-color: #1da1f2;
}
.fixed-sns a.fixed-sns_line:hover {
	background-color: #00b900;
}
.fixed-sns a.fixed-sns_youtube:hover {
	background-color: #ff0000;
}
.fixed-sns a.fixed-sns_instagram:hover {
	background-color: #d300c5;
}

.pagination {
	display: block;
	text-align: center;
	margin: 20px;
}
.pagination a {
	border: 1px solid #d3d3d3;
    color: #101010;
    line-height: 35px;
    margin: 0 5px;
    padding: 0;
    width: 35px;
    text-align: center;
    display: inline-block;
    font-weight: 600;
}
.pagination a.active, .pagination a:hover, .pagination a.nav:hover {
	color: #fff;
	background-color: #eb5c01;
    border-color: #eb5c01;
}
.icon-arrow-orange {
	display: inline-block;
	background-color: #eb5c01;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	position: relative;
	vertical-align: middle;
	top: -1px;
    margin-right: 3px;
}
.icon-arrow-orange:before {
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -6px;
	margin-top: -4px;
	display: block;
	width: 9px;
	height: 9px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(45deg);
}
.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;
}
.icon-toggle {
	display: block;
	position: relative;
}
.icon-toggle:after {
	content: '＋';
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -7px;
}
.icon-toggle.open:after {
	content: '－';
}
.ul-solid {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #7f8c97;
}
h1.pagetitle {
	text-align: center;
	display: block;
	padding: 0px;
	margin: 25px auto 25px;
	line-height: 1.5;
	font-size: 30px;
}
h1.pagetitle span {
	display: inline-block;
	border-bottom: 1px solid #7f8c97;
	padding: 0 30px;
	margin-bottom: 5px;
}
h1.pagetitle small {
	color: #101010;
	display: block;
	font-size: 18px;
	font-weight: 600;
}


h2.flex-line {
	font-size: 30px;
	font-weight: 600;
	text-align: center;
	display: block;
	margin: 0 0 30px;
	position: relative;
	line-height: 1;
}
h2.flex-line:before {
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	background-color: #7f8c97;
	top: 17px;
    position: absolute;
}
h2.flex-line:after {
	content: "";
	display: block;
	width: 80px;
	height: 5px;
	background-color: #f73e00;
    position: absolute;
	bottom: -35px;
    left: calc( 50% - 40px );
}
h2.flex-line span {
	background-color: #fff;
	display: inline-block;
	padding: 0 30px;
	position: relative;
	z-index: 1;
}
h2.flex-line small {
	font-size: 18px;
	color: #101010;
	font-weight: 600;
}
.table.table-search th {
	font-size: 22px;
	font-weight: 600;
	color: #fff;
	background-color: #000;
	line-height: 40px;
    padding: 10px 20px;
}
.table.table-search th .ttl-sub {
	font-size: 16px;
	float: right;
}
.table.table-search td {
	background-color: #333;
	color: #fff;
	padding: 10px 20px;
	border-top: none;
}
.news-list li {
	background-color: #f6f6f6;
	padding: 20px 0;
}
.news-list li:nth-child(even) {
	background-color: #eee;
}
.news-list .date {
	margin: 0 30px 0 50px;
	font-size: 12px;
	font-weight: 600;
}
.news-list .label {
	font-size: 10px;
	padding: 4px 25px;
	margin-right: 40px;
	display: inline-block;
}
.news-list a {
	font-size: 14px;
	color: #eb5c01;
}

.cards {
	padding: 0 0 20px;
	display: flex;
	flex-wrap: wrap;
	
}

.card {
	display: flex;
	margin: 0 5px 30px 5px;
	width: calc(33.3333% - 10px);
	background-color: #fff;
	position: relative;
	border-radius: 2px;
}
.card a {
	display: block;
	width: 100%;
	color: #101010;
	font-weight: 400;
}
.card .thumb {
	background-color: #f9f9f9;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	height: 140px;
	position: relative;
}
.card .card-title {
	font-weight: 600;
	margin: 5px 0;
}
.card .card-text {
	font-weight: 400;
	margin: 5px 0;
	font-size: 14px;
	line-height: 1.4;
}
.card small {
	font-size: 10px;
	line-height: 1.4;
    display: inline-block;
}

/* ログイン権限 */
.permissionBox {
	position: fixed;
	z-index: 999999;
	bottom: 15px;
	right: 15px;
	display: none;
	padding: 13px 18px;
	background-color: #fff;
	font-size: 16px;
	font-weight: 600;
	color: #17a2b8;
	border-radius: 4px;
	border: 2px solid #17a2b8;
	text-align: right;
}
.permissionBox a.active {
	color: #fff !important;
}

