@charset "utf-8";
/* ===========================================================

	Title: contents.css
	Created: 2020-2-6

=========================================================== */
/*

	icon
	button
	tab
	hub
	list
	sort
	page-link
	popup
	sort-btn
	total


=========================================================== */
/* ===========================================================

	icon

=========================================================== */
.icon__pdf--small,
.icon__link--small,
.icon__video--small {
	width: 40px;
	height: 16px;
	line-height: 16px;
	font-size: 10px;
	text-align: center;
	display: inline-block;
	color: #fff;
	margin: 0 5px;
	text-transform: uppercase;
	background-color: #fff;
    font-weight: bold;
}
.icon__pdf--small {
	background-color: #c7000a;
}
.icon__link--small {
}
.icon__video--small {
}
.icon__pdf--link {
	color: #fff;
	background-color: #c7000a;
}
.ic-xls-s {
	color: #80AF63;
	border-color: #80AF63;
}
.ic-zip-s {
	color: #C69100;
	border-color: #C69100;
}
.ic-file-s {
	color: #c7000a;
	border-color: #c7000a;
}
.ic-link-s {
	color: #c7000a;
	border-color: #c7000a;
}
.file-icon--small {
	margin: 0 0.2em;
    padding: 0 0.3em;
    border: solid 1px #000;
	height: 16px;
	line-height: 15px;
	font-size: 1.1rem;
	font-weight: bold;
	text-align: center;
	display: inline-block;
}
.file-icon--large {
	width: 50px;
	height: 50px;
	line-height: 38px;
	text-align: center;
	display: inline-block;
	margin: 0 5px 5px;
	font-size: 14px;
	color: #c7000a;
	border: solid 1px #c7000a;
	border-top: solid 10px #c7000a;
	background-color: #f9f9f9;
	border-radius: 3px;
	box-shadow:0px 2px 0px 0px #cccccc;
	-moz-box-shadow:0px 2px 0px 0px #cccccc;
	-webkit-box-shadow:0px 2px 0px 0px #cccccc;
}
a:link .file-icon--large,
a:visited .file-icon--large {
	text-decoration: none !important;
}
.file-icon--pdf {
	color: #c7000a;
	border-color: #c7000a;
}
.file-icon--xls {
	color: #80AF63;
	border-color: #80AF63;
}
.file-icon--zip {
	color: #C69100;
	border-color: #C69100;
}
.file-icon--file {
	color: #c7000a;
	border-color: #c7000a;
}
.file-icon--link {
	color: #c7000a;
	border-color: #c7000a;
}

.icon {
	width: 110px;
	height: 20px;
	line-height: 18px;
	text-align: center;
	background-color: #fff;
	color: #fff;
	font-size: 1.2rem;
	display: inline-block;
}
.ic-top-press1 {background-color: #C75F00;} /*お知らせ*/
.ic-top-press2 {background-color: #C1C700;} /*HP更新*/
.ic-top-press3 {background-color: #ddd;} /*その他*/
.ic-top-press10,
.ic-top-press11,
.ic-top-press12,
.ic-top-press13,
.ic-top-press14,
.ic-top-press15 {background-color: #c7000a;} /*リリース*/

/* ===========================================================

	tab

=========================================================== */
.tabs > .tab {
}
.tabs > .tab.active, .tabs > .tab a.active {
	font-weight: bold;
}
.panels > .panel {
	display: none;
}
.panels > .panel.active {
	display: block;
}

/* ===========================================================

	list

=========================================================== */
/* dl-horizontal-a
----------------------------------------------------------- */
dl.dl-horizontal-a {
	clear: both;
}
dl.dl-horizontal-a dt {
	clear: both;
	float: left;
}
dl.dl-horizontal-a dd {
	border-bottom: dotted 1px #ccc;
	margin: 0 0 10px;
	padding: 0 0 10px 12em;
}

/* dl-date
----------------------------------------------------------- */
dl.dl-date {
	clear: both;
}
dl.dl-date dt {
	clear: both;
	float: left;
	margin: 0 0 10px;
	padding: 0 0 10px;
}
dl.dl-date dd {
	border-bottom: dotted 1px #ccc;
	margin: 0 0 10px;
	padding: 0 0 10px 11em;
}
dl.dl-date dd a {
	text-decoration: none;
}
/* revied */
dl.dl-date dt.revied {
	background: url(../../img/common/ic/revied_last.png) 10px -2px no-repeat;
	padding-left: 30px !important;
}
dl.dl-date dd.revied {
	margin: 0 0 10px 30px;
}
@media screen and (max-width: 1024px) {
dl.dl-date dt {
	clear: both;
	float: none;
	margin: 0 0 5px;
	padding: 0;
}
dl.dl-date dd {
	padding: 0 0 10px 0;
}
}

/* dl-pertinent
----------------------------------------------------------- */
dl.dl-pertinent {
	clear: both;
	border: solid 1px #d8dbdf;
	padding: 0 0 10px;
}
dl.dl-pertinent:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
dl.dl-pertinent {
	zoom: 1;
}
dl.dl-pertinent dt {
	clear: both;
	border-bottom: solid 1px #d8dbdf;
	font-weight: bold;
	margin: 0 0 15px;
	padding: 8px 20px;
	background: #f9f9f9;
}
dl.dl-pertinent dd {
	float: left;
	margin: 0 0 5px 20px;
	padding: 0 10px 0 25px;
	position: relative;
}
dl.dl-pertinent dd:before {
	position: absolute;
	top: 50%;
	left: 15px;
	margin: -3px 0 0;
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 3px 0 3px 4px;
	border-color: transparent transparent transparent #aaa;
}
@media screen and (max-width: 1024px) {
dl.dl-pertinent dt {
	padding: 8px 10px;
}
dl.dl-pertinent dd {
	margin: 0 0 5px 0;
	padding: 0 10px 0 25px;
}
}



/* ul-backnumber
----------------------------------------------------------- */
.ul-backnumber {
	clear: both;
	margin: 0 0 25px;
	padding: 0 !important;
	line-height: 1;
    display: flex;
}
.ul-backnumber li {
	overflow: hidden;
	margin: 0 0 10px;
	padding: 0 5px;
	border-right: solid 1px #ccc;
}
.ul-backnumber li:first-child {
	border-left: solid 1px #ccc;
}
.ul-backnumber li a {
	display: block;
	padding: 5px 10px;
}
.ul-backnumber li a.current {
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	background-color: #1055A3;
}
.ul-backnumber li a:link, .ul-backnumber li a:visited {
}
.ul-backnumber li a:hover {
}

/* ul-page-link
----------------------------------------------------------- */
.ul-page-link,
.ul-page-link-bottom {
	clear: both;
	margin: 0 0 20px;
	padding: 0 !important;
	line-height: 1;
	border-left: none;
	width: 100%;
}
.ul-page-link li,
.ul-page-link-bottom li {
	display: inline-block;
	float: left;
	text-align: center;
	margin: 0 5px 5px 0;
}
.ul-page-link li a,
.ul-page-link-bottom li a {
	display: inline-block;
	padding: 10px 35px 10px 20px;
	border: solid 1px #ddd;
	color: #c7000a;
	position: relative;
	overflow: hidden;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all .3s ease;
}
.ul-page-link li a:after,
.ul-page-link-bottom li a:after {
	position: absolute;
	content: "";
	vertical-align: middle;
	top: 50%;
	right: 15px;
	width: 6px;
	height: 6px;
	border-top: 1px solid #c7000a;
	border-right: 1px solid #c7000a;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all .2s ease;
}
.ul-page-link li a:after {
	margin: -6px 0 0;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}
.ul-page-link-bottom li a:after {
	margin: -2px 0 0;
	-webkit-transform: rotate(45deg);
	transform: rotate(-45deg);
}
.ul-page-link li a:hover,
.ul-page-link-bottom li a:hover {
	text-decoration: none;
	border: solid 1px #fff;
	color: #fff !important;
	background-color: #c7000a;
}
.ul-page-link li a:hover:after,
.ul-page-link-bottom li a:hover:after {
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
}

/* ===========================================================

	news

=========================================================== */
.news {
	padding: 0;
}
.news dt {
	clear: both;
	float: left;
	width: 16em;
	margin: 0 0 1em;
	padding: 0;
	position: relative;
}
.news dd {
	margin: 0 0 1em;
	padding: 0 0 1em 18em;
	border-bottom: solid 1px #ddd;
}
.news dt span {
	/*margin: 0 0 0 10px;
	width: 110px;
	display: inline-block;*/
}
.news dt span.icon {
	float: right;
}
.news dd img {
	margin: 0 2px 0 4px;
	vertical-align: text-bottom;
}
.news a:link, .news a:visited {
	text-decoration: none;
}
.news a:hover {
}

@media screen and (max-width: 1024px) {
.news {
}
.news dt {
	clear: both;
	float: none;
	width: 14em;
	height: 23px;
	margin: 0 0  5px;
}
.news dd {
	padding: 0 0 10px 0;
}
}

/* ===========================================================

	archive-list

=========================================================== */
.archive-list {
	margin-bottom: 3em !important;
}
.archive-list li {
	margin-bottom: 0.5em;
	padding-bottom: 0.5em;
	display: flex;
}
.archive-list li a {
	text-decoration: none !important;
}
.archive-list .archive-list__date {
	min-width: 7.5em;
	display: inline-block;
	margin-right: 1.0em;
}
.archive-list .icon {
	margin-right: 2em;
}
.archive-list .archive-list__body {
  width: 100%;
}
.file-size {
	color: #666;
	font-size: 1.3rem;
	margin: 0 0.1em;
}
.file-size::before {
	content: "[";
}
.file-size::after {
	content: "]";
}

@media screen and (max-width: 1200px) {
	.archive-list li {
		flex-wrap: wrap;
	}
	.archive-list .archive-list__body {
		width: 100%;
	}
}

/* ===========================================================

	popup

=========================================================== */
/* js-popup-open
----------------------------------------------------------- */
.js-popup-open {
}

/* js-popup-area
----------------------------------------------------------- */
.js-popup-area {
    display: none;
    position: absolute;
    top: -50px;
    margin: 0 0 0 -150px;
    z-index: 100;
    padding: 20px 20px 5px;
    width: 500px;
    background: #fff;
    border: solid 3px #ddd;
	text-align: left;
}
.js-popup-area .popup-title {
    font-weight: bold;
}
.js-popup-area h3 {
	margin: 0 0 0.5em;
	background-color: #fff;
	border: none;
    border-left: solid 3px #1055A3;
    font-size: 1.4rem;
    padding: 0.2em 0.6em;
	line-height: 1.4;
    margin: 0 0 1em;
	border-radius: 0;
    font-weight: normal;
}
.js-popup-area h3 br {
	display: none;
}
.js-popup-area h3::after {
	display: none;
}
.js-popup-area dl {
	display: flex;
	justify-content: flex-start !important;
	border-top: solid 1px #ddd;
	border-bottom: solid 1px #ddd;
	margin: 0 0 1em !important;
}
.js-popup-area dl dt {
	padding: 0.2em 1em 0.2em 0 !important;
	margin: 0 !important;
	border: none;
	white-space: nowrap;
}
.js-popup-area dl dd {
	padding: 0.2em 0 !important;
	margin: 0 !important;
	border: none;
}
.js-popup-area p {
	text-align: center !important; 
}

/* js-popup-close
----------------------------------------------------------- */
.js-popup-close {
    position: relative;
    overflow: hidden;
    height: 25px;
    line-height: 23px;
    text-align: center;
    margin: 0 auto;
    padding: 0 20px 0 30px !important;
    display: inline-block;
    border: solid 1px #cccccc;
    color: #111 !important;
    font-size: 12px;
    font-size: 1.2rem;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all .3s ease;
    cursor: pointer;
}
.js-popup-close:hover {
    text-decoration: none;
    border: solid 1px #fff;
    color: #fff !important;
    border-color: transparent;
    background-color: #c7000a;
}
.js-popup-close:before, .js-popup-close:after {
    position: absolute;
    top: 50%;
    left: 15px;
    margin: -6px 0 0;
    content: "";
    width: 1px;
    height: 12px;
    background-color: #999;
    -webkit-transform: rotate(45deg);
    transform: rotate(-45deg);
}
.js-popup-close:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(-45deg);
}
.js-popup-close:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(45deg);
}
.js-popup-close:hover:before, .js-popup-close:hover:after {
    background-color: #fff;
}


/* ===========================================================

	.input-ui

=========================================================== */

.error { color: #008e5b; font-weight: bold; }

.input-ui {}

.input-ui input[type=radio],
.input-ui input[type=checkbox] {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.input-ui input[type=radio] ~ label:before,
.input-ui input[type=checkbox] ~ label:before {
	font-family: FontAwesome;
	display: inline-block;
	content: "\f1db";
	font-size: 1.0em;
	color: #999;
	width: 1.4em;
}

.input-ui input[type=radio]:checked ~ label:before,
.input-ui input[type=checkbox]:checked ~ label:before,
.input-ui input[type=radio]:checked ~ label,
.input-ui input[type=checkbox]:checked ~ label { color: #008e5b; }

.input-ui input[type=radio] ~ label:before { content: "\f10c"; }
.input-ui input[type=radio]:checked ~ label:before{ content: "\f192"; }


.input-ui input[type=checkbox] ~ label:before { content: "\f096"; }
.input-ui input[type=checkbox]:checked ~ label:before{ content: "\f14a"; }


.input-ui input[type=radio]:focus ~ label:before,
.input-ui input[type=checkbox]:focus ~ label:before,
.input-ui input[type=radio]:focus ~ label,
.input-ui input[type=checkbox]:focus ~ label { color: #008e5b; }


.input-ui-text {
	display: block; width: 100%; padding: 5px; margin: 0;
}
.input-ui-text input.input-ui__text {
	display: block; width: 100%; padding: 5px 1.0em; margin: 0;
	box-shadow: 0 0 0 1px rgba(0,0,0,0.15); border-radius: 0;
	background-color: #fff;
	transition: all 0.5s;
	
}
.input-ui-text input.input-ui__text:focus {
	box-shadow: 0 0 10px 0 rgba(35,43,79,0.50);
	background-color: #fff;
}


.input-ui-button { display: block; min-width: 200px; padding: 5px; margin: 0; }

.input-ui-button input.input-ui__button,
.input-ui-button input.input-ui__button--sub {
	display: block; border: solid 1px #008e5b;
	background-color: #008e5b; color: #fff;
	line-height: 40px; text-align: center;
	width: 100%; font-weight: bold;
	cursor: pointer;
	transition: all 0.5s;
}
.input-ui-button input.input-ui__button--sub {
	border: solid 1px #111; background-color: #111;
}
.input-ui-button input.input-ui__button:hover {
	background-color: #008e5b; color: #fff;
}
.input-ui-button input.input-ui__button:hover,
.input-ui-button input.input-ui__button--sub:hover {
	opacity: 0.5;
}


.input-ui__footer-button {
	display: block; padding: 0; margin: 0; clear: both;
}
.input-ui__footer-button ul {
	display: block; padding: 0; margin: 0; clear: both;
	text-align: center;
}
.input-ui__footer-button li {
	display: inline-block; padding: 0; margin: 0;
}

/* ===========================================================

	sort-btn

=========================================================== */
tr.sort-btn td {
	padding: 0.1em;
	background-color: #f9f9f9;
}
.sort-arrow {
	display: flex;
	justify-content: center;
}
.sort-arrow__button button {
	width: 20px;
	height: 20px;
	margin: 0 1px;
	display: inline-block;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	background-color: #c7000a;
	position: relative;
    border: none;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all .3s ease;
}
.sort-arrow__button button::before {
	position: absolute;
	content: " ";
	top: 50%;
	right: 50%;
	width: 6px;
	height: 6px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(45deg);
}
.sort-arrow__button--down button:before {
	margin: -5px -4px 0 0;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
.sort-arrow__button--up button:before {
	margin: -2px -4px 0 0;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
}
.sort-arrow__button button:hover {
	border-color: #00a0e;
}


/* ===========================================================

	total

=========================================================== */
table tr.total th {
	color: #111;
	background-color: #f1c5ac;
	border-right: none !important;
}
table tr.total td {
	background-color: rgba(241,197,172,0.30);
    border-left: solid 1px rgba(0,0,0,0.10) !important;
    border-right: none !important;
}


.forPC{display: inherit;}
.forSP{display:none;}

@media screen and (max-width: 1200px) {
  .forPC{display: none;}
  .forSP{display:inherit;}
}