@charset "UTF-8";
body {
	color: #333;
	font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif;
	font-size: 1.4rem;
}

a {
	-webkit-transition: color 0.2s;
	transition: color 0.2s;
}

a:link, a:visited {
	color: #333;
	text-decoration: none;
}

a:hover {
	color: #FF5F03;
	text-decoration: underline;
}

.article {
	line-height: 1.6;
}
@media (min-width: 768px) {
	.article {
		font-size: 1.6rem;
	}
}
.article a:link, .article a:visited {
	color: #0070c9;
}
.article a:link img, .article a:visited img {
	opacity: 1;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.article a:hover {
	color: #FF5F03;
	text-decoration: underline;
}
.article a:hover img {
	opacity: 0.8;
}
.article a.external-link::after {
	content: "\f14c";
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 90%;
	margin-left: 2px;
	color: #ff9f69;
}
.article h1 {
	position: relative;
	border-bottom: 1px solid #FF5C00;
	margin-top: 0;
	margin-bottom: 4rem;
	padding: 1rem 0.5em 1rem 30px;
	font-size: 2.4rem;
	font-weight: 700;
	line-height: 1.4;
}
@media (min-width: 768px) {
	.article h1 {
		padding: 2rem 0.5em 2rem 60px;
		font-size: 2.8rem;
	}
}
.article h1::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	background-color: #FF5C00;
	width: 10px;
	height: 100%;
}
@media (min-width: 768px) {
	.article h1::before {
		width: 20px;
	}
}
.article h1::after {
	content: "";
	position: absolute;
	top: 0;
	left: 10px;
	display: block;
	background: -webkit-linear-gradient(bottom, #d1d2d4 0%, #d1d2d4 50%, #fead7f 50%, #fead7f 100%);
	background: linear-gradient(0deg, #d1d2d4 0%, #d1d2d4 50%, #fead7f 50%, #fead7f 100%);
	width: 10px;
	height: 20px;
}
@media (min-width: 768px) {
	.article h1::after {
		left: 20px;
		width: 20px;
		height: 40px;
	}
}
.article h2 {
	position: relative;
	margin-top: 6rem;
	margin-bottom: 3rem;
	padding: 1rem 0.5rem;
	font-size: 2rem;
	font-weight: 400;
	line-height: 1.4;
}
@media (min-width: 768px) {
	.article h2 {
		font-size: 2.4rem;
	}
}
.article h2::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: #d2d2d2;
	width: 100%;
	height: 1px;
}
.article h2::after {
	content: "";
	position: absolute;
	bottom: -1px;
	left: 0;
	background-color: #FF5C00;
	width: 60px;
	height: 3px;
}
.article h3 {
	position: relative;
	background-color: #f9f9f9;
	margin-top: 5rem;
	margin-bottom: 2rem;
	padding: 0.5rem 1rem 0.5rem 2rem;
	font-size: 1.5rem;
	line-height: 1.4;
}
@media (min-width: 768px) {
	.article h3 {
		font-size: 2rem;
	}
}
.article h3::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 8px;
	height: 50%;
	background: #FF5F03;
}
.article h3::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	width: 8px;
	height: 50%;
	background: #222233;
}
.article h4 {
	margin-top: 4rem;
	margin-bottom: 1.5rem;
	color: #FF5C00;
	font-size: 1.4rem;
	font-weight: 700;
}
@media (min-width: 768px) {
	.article h4 {
		font-size: 1.8rem;
	}
}
.article h5 {
	margin-top: 3rem;
	font-size: 1.4rem;
	font-weight: 700;
}
@media (min-width: 768px) {
	.article h5 {
		font-size: 1.6rem;
	}
}
.article h6 {
	margin-top: 2rem;
	font-size: 1.2rem;
	font-weight: 700;
}
@media (min-width: 768px) {
	.article h6 {
		font-size: 1.4rem;
	}
}
.article p {
	margin-bottom: 1.5rem;
}
.article hr {
	border-color: #d2d2d2;
}
.article ul {
	list-style: none;
	margin-bottom: 1.5rem;
	padding: 0;
}
.article ul > li {
	margin-top: 0.5rem;
	margin-left: 1em;
	text-indent: -1em;
}
.article ul > li::before {
	content: "・";
}
.article ol {
	list-style: none;
	margin-bottom: 1.5rem;
	padding: 0;
	padding-left: 0.5rem;
}
.article ol > li {
	margin-top: 0.5rem;
	margin-left: 1em;
	text-indent: -1.3em;
	counter-increment: decimal;
}
.article ol > li::before {
	content: counter(decimal) ".";
	padding-right: 0.5em;
}
.article ol > li ol {
	counter-reset: after;
}
.article ol > li ol li {
	counter-increment: after;
}
.article ol > li ol li::before {
	content: counter(after) " )";
	padding-right: 0.5em;
}
.article img {
	max-width: 100%;
	height: auto;
}
.article table {
	border-style: none;
	border-collapse: collapse;
	margin-bottom: 1.5rem;
}
@media (max-width: 767.98px) {
	.article table {
		display: block;
		width: auto;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}
}
@media (min-width: 768px) {
	.article table {
		max-width: 100%;
	}
}
.article table[border] th, .article table[border] td {
	border-color: #d2d2d2;
}
.article table caption {
	color: inherit;
	font-weight: 700;
	text-align: center;
}
.article table th, .article table td {
	padding: 8px;
	font-size: 1.2rem;
}
@media (min-width: 768px) {
	.article table th, .article table td {
		font-size: 1.4rem;
	}
}
.article table th {
	background-color: #f7f7f7;
}
@media (max-width: 767.98px) {
	.article table th {
		min-width: 8em;
	}
}
@media (max-width: 767.98px) {
	.article table.mw-2x th {
		min-width: 16em;
	}
}

.header {
	position: fixed;
	top: 0px;
	right: 0px;
	width: 100%;
	background-color: #fff;
	border-bottom: 1px solid #FF5C00;
	z-index: 100;
}
.header__inner {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	height: 59px;
}
.header__logo {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	margin: 0;
	font-size: 100%;
	line-height: 1;
}
.header__logo a {
	background-image: url("../images/logo.svg");
	background-repeat: no-repeat;
	background-position: center;
	display: block;
	width: 120px;
	height: 100%;
	text-indent: -9999px;
}
.header__navbtn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	width: 40px;
	height: 100%;
	cursor: pointer;
}
.header__navbtn div {
	position: relative;
	width: 24px;
	height: 24px;
	margin-left: auto;
}
.header__navbtn div span {
	position: absolute;
	right: 0px;
	display: block;
	width: 100%;
	height: 2px;
	background: #333;
	-webkit-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}
.header__navbtn div span:nth-child(1) {
	top: 0;
}
.header__navbtn div span:nth-child(2) {
	top: 8px;
}
.header__navbtn div span:nth-child(3) {
	top: 16px;
}
.header__menu {
	position: fixed;
	top: 60px;
	left: 0px;
	background-color: rgba(48, 48, 66, 0.9);
	width: 100%;
	height: calc(100% - 60px);
	color: #fff;
	overflow-y: auto;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
	-webkit-transform: translate(0, -20px);
	        transform: translate(0, -20px);
}

@media (max-width: 991.98px) {
	.header-menu-open {
		overflow: hidden;
		height: 100%;
	}
	.header-menu-open .header__menu {
		opacity: 1;
		visibility: visible;
		-webkit-transform: translate(0, 0);
		        transform: translate(0, 0);
	}
	.header-menu-open .header__navbtn div span:nth-child(1) {
		top: 8px;
		-webkit-transform: rotate(45deg);
		        transform: rotate(45deg);
	}
	.header-menu-open .header__navbtn div span:nth-child(2) {
		width: 0;
		left: 50%;
	}
	.header-menu-open .header__navbtn div span:nth-child(3) {
		top: 8px;
		-webkit-transform: rotate(-45deg);
		        transform: rotate(-45deg);
	}
}
.gnav ul {
	list-style: none;
	padding: 0;
}
.gnav ul li {
	margin: 0;
}
.gnav ul li a {
	display: block;
}
.gnav ul li a:hover {
	text-decoration: none;
}
.gnav__list {
	border-bottom: 1px solid #9a9ab5;
}
.gnav__list h2 {
	position: relative;
	width: 100%;
	margin: 0;
	color: #fff;
	font-size: 1.4rem;
}
.gnav__list h2 a {
	padding: 1.4rem 1rem;
	color: #fff;
}
.gnav__list h2 .submenu-toggle {
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	border-left: 1px solid #9a9ab5;
	width: 64px;
	height: 100%;
	cursor: pointer;
}
.gnav__list h2 .submenu-toggle::before, .gnav__list h2 .submenu-toggle::after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 16px;
	height: 2px;
	margin: auto;
	background-color: #fff;
	-webkit-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}
.gnav__list h2 .submenu-toggle::after {
	-webkit-transform: rotate(90deg);
	        transform: rotate(90deg);
}
.gnav__list.menu-expand .submenu-toggle::before {
	display: none;
}
.gnav__list.menu-expand .submenu-toggle::after {
	-webkit-transform: rotate(180deg);
	        transform: rotate(180deg);
}
.gnav__submenu {
	display: none;
}
.gnav__submenu--thumb {
	display: none;
}
.gnav__submenu h3 {
	background-color: rgba(90, 90, 128, 0.9);
	margin: 0;
	padding: 12px 1.5rem 8px;
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 1;
}
.gnav__submenu .gnav__sublists {
	background-color: rgba(48, 48, 66, 0.9);
	padding-left: 0px;
}
.gnav__submenu .gnav__sublists > li {
	border-top: 1px solid #9a9ab5;
}
.gnav__submenu .gnav__sublists > li a {
	padding: 1.4rem 1rem;
	padding-left: 2.5rem;
	color: #fff;
}
.gnav__submenu .gnav__sublists > li a:active {
	background-color: rgb(74, 74, 121);
}
.gnav__submenu .gnav__sublists > li a[target=_blank]::after {
	content: "\f14c";
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	margin-left: 4px;
}

.subnav__inner {
	padding-top: 20px;
	padding-right: 15px;
	padding-left: 15px;
}
.subnav__sitemap-link {
	margin-bottom: 4rem;
}
.subnav__sitemap-link a {
	position: relative;
	padding-left: 16px;
	color: #fff;
	text-decoration: none;
}
.subnav__sitemap-link a:hover {
	color: #FF5C00;
	text-decoration: none;
}
.subnav__sitemap-link a::before {
	position: absolute;
	top: 50%;
	left: 0;
	content: "";
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	display: block;
	width: 12px;
	height: 4px;
	border: 4px solid transparent;
	border-left: 6px solid #FF5C00;
}
.subnav__search {
	margin-bottom: 4rem;
}
.subnav__search label[for=search] {
	display: none;
}
.subnav__search__parts {
	position: relative;
	width: 100%;
	max-width: 360px;
	margin-right: auto;
	margin-left: auto;
	font-size: 14px;
}
.subnav__search__parts input[type=text] {
	border: none;
	border-radius: 24px;
	width: 100%;
	height: 48px;
	padding-left: 24px;
	color: #333;
	font-size: 16px;
}
.subnav__search__parts input[type=text]::-webkit-input-placeholder {
	font-size: 12px;
}
.subnav__search__parts input[type=text]::-moz-placeholder {
	font-size: 12px;
}
.subnav__search__parts input[type=text]:-ms-input-placeholder {
	font-size: 12px;
}
.subnav__search__parts input[type=text]::-ms-input-placeholder {
	font-size: 12px;
}
.subnav__search__parts input[type=text]::placeholder {
	font-size: 12px;
}
.subnav__search__parts button[type=submit] {
	position: absolute;
	top: 4px;
	right: 4px;
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
	display: block;
	background: #fff;
	border: none;
	border-radius: 20px;
	width: 56px;
	height: 40px;
	color: #495057;
	font-size: 2rem;
	text-align: center;
}
.subnav__lang-select {
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	margin-bottom: 4rem;
	padding: 0;
}
.subnav__lang-select li {
	padding-right: 1rem;
	padding-left: 1rem;
	color: #fff;
}
.subnav__lang-select li:not(:last-child) {
	border-right: 1px solid #fff;
}
.subnav__lang-select li a {
	color: #fff;
}
.subnav__lang-select li a:hover {
	color: #FF5C00;
	text-decoration: none;
}
.subnav__lang-select li.lang-active a {
	border-bottom: 2px solid #fff;
}

@media (min-width: 992px) {
	.header {
		position: relative;
	}
	.header__inner {
		position: static;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		height: auto;
	}
	.header__logo {
		display: block;
	}
	.header__logo a {
		background-position: center;
		width: 144px;
		height: 60px;
	}
	.header__navbtn {
		display: none;
	}
	.header__menu {
		opacity: 1;
		visibility: visible;
		position: static;
		display: block;
		background-color: #fff;
		width: 100%;
		height: auto;
		padding: 0;
		color: inherit;
		overflow: visible;
		-webkit-transform: none;
		        transform: none;
	}
	.gnav__lists {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: nowrap;
		    flex-wrap: nowrap;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
		margin-bottom: 0;
	}
	.gnav__list {
		border-bottom: none;
		width: 20%;
	}
	.en .gnav__list {
		width: 25%;
	}
	.gnav__list h2 {
		position: relative;
		padding: 0;
		color: inherit;
		font-size: 1.4rem;
		text-align: center;
		line-height: 1;
	}
	.gnav__list h2 .submenu-toggle {
		display: none;
	}
	.gnav__list h2 a {
		position: relative;
		display: block;
		padding: 16px 0;
		color: inherit;
		-webkit-transition: 0.2s ease-in-out;
		transition: 0.2s ease-in-out;
	}
	.gnav__list h2 a span {
		display: block;
		border-right: 1px solid #d2d2d2;
		height: 20px;
		padding-top: 3px;
	}
	.gnav__list h2 a:hover {
		color: #FF5C00;
	}
	.gnav__list:first-child h2 a span {
		border-left: 1px solid #d2d2d2;
	}
	.gnav__list .gnav__submenu {
		position: absolute;
		top: auto;
		left: 0;
		z-index: 101;
		display: block;
		opacity: 0;
		visibility: hidden;
		background-color: rgb(48, 48, 66);
		width: 100%;
		height: auto;
		margin-top: 1px;
		color: #fff;
	}
	.gnav__list .gnav__submenu .submenu__items {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		margin-right: auto;
		margin-left: auto;
		padding: 1rem 15px;
	}
}
@media (min-width: 992px) and (min-width: 992px) {
	.gnav__list .gnav__submenu .submenu__items {
		width: 970px;
	}
}
@media (min-width: 992px) and (min-width: 1200px) {
	.gnav__list .gnav__submenu .submenu__items {
		width: 1170px;
	}
}
@media (min-width: 992px) {
	.gnav__list .gnav__submenu .submenu__items .submenu__item {
		width: 25%;
		padding-right: 5px;
		padding-left: 5px;
	}
	.gnav__list .gnav__submenu--thumb {
		display: block;
	}
	.gnav__list .gnav__submenu--thumb img {
		max-width: 100%;
		height: auto;
	}
	.gnav__list .gnav__submenu h3 {
		background-color: transparent;
		margin-top: 1rem;
		margin-bottom: 1rem;
		padding: 0;
		font-weight: 400;
	}
	.gnav__list .gnav__submenu .gnav__sublists {
		display: block;
		background-color: transparent;
		padding-left: 0px;
	}
	.gnav__list .gnav__submenu .gnav__sublists > li {
		border-top-style: none;
		margin-bottom: 0.5rem;
		padding-left: 2px;
		font-size: 1.2rem;
	}
	.gnav__list .gnav__submenu .gnav__sublists > li a {
		padding: 0.5rem 0.5rem 0.5rem 0;
		color: #fff;
		-webkit-transition: 0.2s ease;
		transition: 0.2s ease;
	}
	.gnav__list .gnav__submenu .gnav__sublists > li a:hover {
		color: #ff9639;
		text-decoration: none;
	}
	.gnav__list .gnav__submenu .gnav__sublists > li a:active {
		background-color: transparent;
	}
	.gnav__list .gnav__submenu .gnav__sublists > li a::before {
		content: "";
		display: inline-block;
		width: 12px;
		height: 8px;
		border: 4px solid transparent;
		border-left: 6px solid #ff9639;
	}
	.gnav__list:hover h2::after {
		content: "";
		position: absolute;
		bottom: -5px;
		left: 50%;
		display: block;
		width: 32px;
		border-bottom: 8px solid rgba(48, 48, 66, 0.9);
		border-right: 16px solid transparent;
		border-left: 16px solid transparent;
		-webkit-transform: translate(-50%, -50%);
		        transform: translate(-50%, -50%);
	}
	.gnav__list:hover .gnav__submenu {
		visibility: visible;
		opacity: 1;
	}
	.subnav__outer {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		margin: 0;
		padding: 0;
	}
	.subnav {
		position: relative;
		margin-right: auto;
		margin-left: auto;
	}
}
@media (min-width: 992px) and (min-width: 992px) {
	.subnav {
		width: 970px;
	}
}
@media (min-width: 992px) and (min-width: 1200px) {
	.subnav {
		width: 1170px;
	}
}
@media (min-width: 992px) {
	.subnav__inner {
		position: absolute;
		top: 0;
		right: 0;
		z-index: 1;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: nowrap;
		    flex-wrap: nowrap;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		-webkit-box-pack: end;
		    -ms-flex-pack: end;
		        justify-content: flex-end;
		height: 60px;
		padding-top: 8px;
		font-size: 1.2rem;
	}
	.subnav__sitemap-link {
		margin-bottom: 0;
		padding-right: 10px;
	}
	.subnav__sitemap-link a {
		position: relative;
		padding-left: 16px;
		color: #333;
	}
	.subnav__sitemap-link a:hover {
		color: #FF5C00;
		text-decoration: none;
	}
	.subnav__sitemap-link a::before {
		position: absolute;
		top: 50%;
		left: 0;
		content: "";
		-webkit-transform: translateY(-50%);
		        transform: translateY(-50%);
		display: block;
		width: 12px;
		height: 4px;
		border: 4px solid transparent;
		border-left: 6px solid #FF5C00;
	}
	.subnav__search {
		margin-bottom: 0;
		padding: 0 1rem;
	}
	.subnav__search__parts {
		position: relative;
		width: auto;
		max-width: none;
		margin-right: auto;
		margin-left: auto;
		padding-right: 40px;
		font-size: 1.2rem;
	}
	.subnav__search__parts input[type=text] {
		border: 1px solid #d2d2d2;
		border-radius: 14px 0 0 14px;
		width: 240px;
		height: 28px;
		padding-left: 12px;
		font-size: 1.4rem;
	}
	.subnav__search__parts input[type=text]:focus {
		outline: 0;
	}
	.subnav__search__parts input[type=text]::-webkit-input-placeholder {
		font-size: 1.2rem;
	}
	.subnav__search__parts input[type=text]::-moz-placeholder {
		font-size: 1.2rem;
	}
	.subnav__search__parts input[type=text]:-ms-input-placeholder {
		font-size: 1.2rem;
	}
	.subnav__search__parts input[type=text]::-ms-input-placeholder {
		font-size: 1.2rem;
	}
	.subnav__search__parts input[type=text]::placeholder {
		font-size: 1.2rem;
	}
	.subnav__search__parts button[type=submit] {
		position: absolute;
		top: 0px;
		right: 1px;
		-webkit-appearance: none;
		   -moz-appearance: none;
		        appearance: none;
		display: block;
		background: #495057;
		border: 1px solid #d2d2d2;
		border-radius: 0 14px 14px 0;
		width: 40px;
		height: 28px;
		color: #fff;
		font-size: 1.5rem;
		text-align: center;
	}
	.subnav__search__parts button[type=submit]:hover {
		background: #9aa0a6;
	}
	.subnav__lang-select {
		margin-bottom: 0;
		padding: 0;
	}
	.subnav__lang-select li {
		color: #333;
		line-height: 1;
	}
	.subnav__lang-select li:last-child {
		padding-right: 0;
	}
	.subnav__lang-select li:not(:last-child) {
		border-right-color: #333;
	}
	.subnav__lang-select li a {
		color: inherit;
	}
	.subnav__lang-select li.lang-active a {
		border-bottom-color: #333;
	}
	.header.fixed-header {
		position: fixed;
		margin-bottom: 300px;
	}
	.header.fixed-header .header__inner {
		position: static;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: nowrap;
		    flex-wrap: nowrap;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
	}
	.header.fixed-header .header__inner .header__logo {
		width: 15%;
		margin-right: 20px;
	}
	.header.fixed-header .header__inner .header__logo a {
		width: 120px;
	}
	.header.fixed-header .header__inner .header__menu {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
		width: 85%;
		height: auto;
	}
	.header.fixed-header .header__inner .header__menu .gnav {
		width: calc(100% - 48px);
	}
	.header.fixed-header .header__inner .header__menu .gnav__lists {
		padding-top: 0;
	}
	.header.fixed-header .header__inner .header__menu .gnav__lists h2 a {
		margin-top: 8px;
		padding-bottom: 14px;
	}
	.header.fixed-header .header__inner .header__menu .subnav__outer {
		position: static;
		width: 48px;
		margin: 0;
	}
	.header.fixed-header .header__inner .header__menu .subnav {
		position: static;
		width: 100%;
		height: 100%;
		padding-top: 0;
		text-align: center;
	}
	.header.fixed-header .header__inner .header__menu .subnav__inner {
		position: static;
		padding: 4px 0 0;
	}
	.header.fixed-header .header__inner .header__menu .subnav__sitemap-link {
		display: none;
	}
	.header.fixed-header .header__inner .header__menu .subnav__search {
		position: static;
		margin-right: auto;
		margin-left: auto;
		padding: 0;
	}
	.header.fixed-header .header__inner .header__menu .subnav__search label[for=search] {
		display: block;
		width: 40px;
		margin: 0;
		padding: 8px;
		color: #999;
		font-size: 16px;
		cursor: pointer;
	}
	.header.fixed-header .header__inner .header__menu .subnav__search label[for=search]:hover {
		color: #333;
	}
	.header.fixed-header .header__inner .header__menu .subnav__search__parts {
		position: absolute;
		top: 60px;
		left: 0;
		z-index: 102;
		display: none;
		background: rgba(48, 48, 66, 0.9);
		width: 100%;
		padding-top: 8px;
		padding-bottom: 8px;
	}
	.header.fixed-header .header__inner .header__menu .subnav__search__parts .search-wrap {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: nowrap;
		    flex-wrap: nowrap;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		padding-right: 15px;
		padding-left: 15px;
		margin-right: auto;
		margin-left: auto;
	}
}
@media (min-width: 992px) and (min-width: 992px) {
	.header.fixed-header .header__inner .header__menu .subnav__search__parts .search-wrap {
		width: 970px;
	}
}
@media (min-width: 992px) and (min-width: 1200px) {
	.header.fixed-header .header__inner .header__menu .subnav__search__parts .search-wrap {
		width: 1170px;
	}
}
@media (min-width: 992px) {
	.header.fixed-header .header__inner .header__menu .subnav__search__parts .search-wrap input[type=text] {
		border-radius: 16px 0 0 16px;
		width: 80%;
		height: 32px;
	}
	.header.fixed-header .header__inner .header__menu .subnav__search__parts .search-wrap button[type=submit] {
		position: static;
		background-color: #9aa0a6;
		width: 64px;
		height: 32px;
	}
	.header.fixed-header .header__inner .header__menu .subnav__search__parts .search-wrap button[type=submit]:hover {
		background-color: #FF5C00;
	}
	.header.fixed-header .header__inner .header__menu .subnav__lang-select {
		display: none;
	}
}
@media (min-width: 992px) {
	html.ccm-edit-mode .gnav__list:hover h2::after {
		content: none;
	}
	html.ccm-edit-mode .gnav__list:hover .gnav__submenu {
		visibility: hidden;
		opacity: 0;
	}
}
.pagetop {
	position: fixed;
	top: auto;
	bottom: 10px;
	left: auto;
	right: 1%;
	margin-left: auto;
}
@media (max-width: 767.98px) {
	.pagetop {
		bottom: 15px;
		right: 15px;
	}
}
.pagetop a {
	position: relative;
	display: block;
	width: 48px;
	height: 48px;
	border-radius: 24px;
	background-color: #FF5C00;
	opacity: 0.5;
	-webkit-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}
@media (max-width: 767.98px) {
	.pagetop a {
		width: 40px;
		height: 40px;
		border-radius: 20px;
	}
}
.pagetop a:hover {
	opacity: 1;
}
.pagetop a span {
	position: absolute;
	top: 22px;
	left: 24px;
	display: block;
	height: 10px;
}
@media (max-width: 767.98px) {
	.pagetop a span {
		top: 18px;
		left: 20px;
		height: 8px;
	}
}
.pagetop a span::before, .pagetop a span::after {
	position: absolute;
	display: block;
	content: "";
	width: 16px;
	height: 2px;
	background-color: #fff;
}
.pagetop a span::before {
	right: -3px;
	-webkit-transform: rotateZ(-45deg);
	        transform: rotateZ(-45deg);
}
.pagetop a span::after {
	left: -3px;
	-webkit-transform: rotateZ(45deg);
	        transform: rotateZ(45deg);
}

.ccm-page-id-237 .pagetop {
	bottom: 90px;
}
@media (max-width: 767.98px) {
	.ccm-page-id-237 .pagetop {
		bottom: 90px;
	}
}

.ccm-page-id-244 .pagetop {
	bottom: 90px;
}
@media (max-width: 767.98px) {
	.ccm-page-id-244 .pagetop {
		bottom: 90px;
	}
}

.ccm-page-id-284 .pagetop {
	bottom: 90px;
}
@media (max-width: 767.98px) {
	.ccm-page-id-284 .pagetop {
		bottom: 90px;
	}
}

.ccm-page-id-289 .pagetop {
	bottom: 90px;
}
@media (max-width: 767.98px) {
	.ccm-page-id-289 .pagetop {
		bottom: 90px;
	}
}

.ccm-page-id-290 .pagetop {
	bottom: 90px;
}
@media (max-width: 767.98px) {
	.ccm-page-id-290 .pagetop {
		bottom: 90px;
	}
}

.ccm-page-id-1848 .pagetop {
	bottom: 90px;
}
@media (max-width: 767.98px) {
	.ccm-page-id-1848 .pagetop {
		bottom: 90px;
	}
}

.ccm-page-id-1858 .pagetop {
	bottom: 90px;
}
@media (max-width: 767.98px) {
	.ccm-page-id-1858 .pagetop {
		bottom: 90px;
	}
}

.footer {
	background-color: #eee;
	padding-top: 60px;
	padding-bottom: 24px;
}
.footer a:hover {
	text-decoration: none;
}
.footer__lists {
	list-style: none;
}
.footer__lists > li {
	border-left: 5px solid #FF5C00;
	padding-left: 5px;
	margin-bottom: 1.5rem;
	font-size: 1.5rem;
	line-height: 1;
}
.footer__lists--child {
	list-style: none;
	padding: 0;
}
@media (max-width: 767.98px) {
	.footer__lists--child {
		display: none;
	}
}
.footer__lists--child li {
	margin-bottom: 0.5rem;
	font-size: 1.2rem;
}
.footer__sub-lists {
	list-style: none;
	padding: 2rem 0;
	font-size: 1.2rem;
}
@media (min-width: 768px) {
	.footer__sub-lists {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
}
.footer__sub-lists li {
	margin-right: 2rem;
	margin-bottom: 1rem;
}

.main-wrap {
	margin-top: 60px;
}
@media (min-width: 768px) {
	.main-wrap {
		margin-top: 0;
	}
}

.breadcrumb {
	background-color: transparent;
	margin-top: 20px;
	margin-bottom: 36px;
	padding: 0;
	font-size: 1.2rem;
}
.breadcrumb__item {
	color: #D15613;
}
.breadcrumb__item a {
	color: #8787B3;
}
.breadcrumb > li + li:before {
	content: ">";
}

.content {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	margin: 0 auto;
	padding-bottom: 40px;
}
@media (min-width: 768px) {
	.content {
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
	}
}
.content__main {
	width: 100%;
	padding-bottom: 40px;
}
@media (min-width: 992px) {
	.content__main {
		width: calc(95% - 280px);
		-webkit-box-ordinal-group: 3;
		    -ms-flex-order: 2;
		        order: 2;
	}
}
@media (min-width: 1200px) {
	.content__main {
		width: calc(95% - 300px);
	}
}
.content__side {
	width: 100%;
}
@media (min-width: 992px) {
	.content__side {
		width: 280px;
		-webkit-box-ordinal-group: 2;
		    -ms-flex-order: 1;
		        order: 1;
	}
}
@media (min-width: 1200px) {
	.content__side {
		width: 300px;
	}
}

.page-menu ul {
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	margin-top: 4rem;
	margin-bottom: 0;
}
.page-menu ul li {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
	width: 50%;
	min-height: 54px;
	margin: 0;
	padding: 1px;
	text-indent: 0;
}
@media (min-width: 768px) {
	.page-menu ul li {
		width: 33.3333333333%;
	}
}
@media (min-width: 1200px) {
	.page-menu ul li {
		width: 25%;
	}
}
.page-menu ul li::before {
	content: none;
}
.page-menu ul li a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	background-color: #eee;
	padding: 8px 1rem;
	height: 100%;
	color: #73594a !important;
	font-size: 1.2rem;
	text-align: center;
}
.page-menu ul li a:hover {
	background-color: #ddd;
	text-decoration: none;
}

.side-nav {
	margin-bottom: 4rem;
}
.side-nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.side-nav ul li {
	display: none;
	margin: 0;
	padding: 0;
}
.side-nav ul li a {
	position: relative;
	display: block;
	border-bottom: 1px solid #fff;
	padding-top: 1.5rem;
	padding-right: 1rem;
	padding-bottom: 1.5rem;
	padding-left: 1.5rem;
}
.side-nav ul li a:hover {
	text-decoration: none;
}
.side-nav ul li a[target=_blank]::after {
	content: "\f08e";
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	margin-left: 4px;
}
.side-nav > ul > li > a, .side-nav > ul > li a:visited {
	background-color: rgb(104, 0, 0);
	color: #fff;
}
.side-nav > ul > li > a:hover, .side-nav > ul > li a:visited:hover {
	background-color: rgba(104, 0, 0, 0.8);
}
.side-nav > ul > li > ul > li > a, .side-nav > ul > li > ul > li a:visited {
	background-color: rgb(138, 0, 0);
	color: #fff;
}
.side-nav > ul > li > ul > li > a:hover, .side-nav > ul > li > ul > li a:visited:hover {
	background-color: rgba(138, 0, 0, 0.8);
}
.side-nav > ul > li > ul > li > ul > li > a, .side-nav > ul > li > ul > li > ul > li a:visited {
	background-color: rgb(175, 15, 0);
	color: #fff;
}
.side-nav > ul > li > ul > li > ul > li > a:hover, .side-nav > ul > li > ul > li > ul > li a:visited:hover {
	background-color: rgba(175, 15, 0, 0.8);
}
.side-nav > ul > li > ul > li > ul > li > ul > li > a, .side-nav > ul > li > ul > li > ul > li > ul > li a:visited {
	background-color: rgb(210, 18, 0);
	color: #fff;
}
.side-nav > ul > li > ul > li > ul > li > ul > li > a:hover, .side-nav > ul > li > ul > li > ul > li > ul > li a:visited:hover {
	background-color: rgba(210, 18, 0, 0.8);
}
.side-nav > ul > li > ul > li > ul > li > ul > li > ul > li > a, .side-nav > ul > li > ul > li > ul > li > ul > li > ul > li a:visited {
	background-color: rgb(245, 21, 0);
	color: #fff;
}
.side-nav > ul > li > ul > li > ul > li > ul > li > ul > li > a:hover, .side-nav > ul > li > ul > li > ul > li > ul > li > ul > li a:visited:hover {
	background-color: rgba(245, 21, 0, 0.8);
}
.side-nav > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > a, .side-nav > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li a:visited {
	background-color: rgb(255, 69, 52);
	color: #fff;
}
.side-nav > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > a:hover, .side-nav > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li a:visited:hover {
	background-color: rgba(255, 69, 52, 0.8);
}
.side-nav > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > a, .side-nav > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li a:visited {
	background-color: rgb(255, 104, 91);
	color: #fff;
}
.side-nav > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > a:hover, .side-nav > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li a:visited:hover {
	background-color: rgba(255, 104, 91, 0.8);
}
.side-nav ul .nav-path-selected {
	display: block;
}
.side-nav .current-path > li {
	display: block;
	border-bottom: 1px dotted #d2d2d2;
}
.side-nav .current-path > li a, .side-nav .current-path > li a:visited {
	background-color: #fff;
	border-bottom-style: none;
	padding-left: 20px;
	color: #333;
	-webkit-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.side-nav .current-path > li a:hover, .side-nav .current-path > li a:visited:hover {
	background-color: #fff;
	color: #FF5C00;
}
.side-nav .current-path > li a::after, .side-nav .current-path > li a:visited::after {
	content: none;
}
.side-nav .current-path > li ul {
	display: none;
	padding-left: 20px;
}
.side-nav .current-path > li ul li {
	display: block;
	border-left: 2px solid #ffc29f;
}
.side-nav .current-path > li ul li a {
	padding-left: 0.5rem;
}
.side-nav .current-path .nav-selected > a::before, .side-nav .current-path .nav-selected > a:visited::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 4px;
	display: block;
	width: 8px;
	height: 8px;
	border-top: 2px solid #FF5C00;
	border-right: 2px solid #FF5C00;
	-webkit-transform: translateY(-50%) rotate(45deg);
	        transform: translateY(-50%) rotate(45deg);
}
.side-nav .current-path .nav-selected > ul {
	display: block;
}
.side-nav .expand {
	position: relative;
	width: 100%;
}
.side-nav .expand a {
	margin-right: 40px;
}
.side-nav .expand-toggle {
	position: absolute;
	top: 14px;
	right: 0px;
	display: block;
	border-left: 1px dotted #d2d2d2;
	width: 32px;
	height: 24px;
	cursor: pointer;
}
.side-nav .expand-toggle span {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
}
.side-nav .expand-toggle span::before, .side-nav .expand-toggle span::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 10px;
	display: block;
	width: 12px;
	height: 2px;
	background: #aaa;
	-webkit-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.side-nav .expand-toggle span::after {
	-webkit-transform: rotate(90deg);
	        transform: rotate(90deg);
}
.side-nav .expand-toggle.open span::before {
	content: none;
}
.side-nav .expand-toggle.open span::after {
	-webkit-transform: rotate(180deg);
	        transform: rotate(180deg);
	background: #f51500;
}

.side-subnav ul.nav > li {
	margin-bottom: 2px;
}
.side-subnav ul.nav > li a {
	background-color: #eee;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.side-subnav ul.nav > li a:hover {
	background-color: #FF5C00;
	color: #fff;
}
.side-subnav ul.nav > li a::after {
	content: "";
	position: absolute;
	top: 16px;
	right: 10px;
	display: block;
	width: 8px;
	height: 8px;
	border-top: 2px solid #aaa;
	border-right: 2px solid #aaa;
	-webkit-transform: rotate(45deg);
	        transform: rotate(45deg);
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.side-subnav ul.nav > li a:hover::after {
	border-top-color: #fff;
	border-right-color: #fff;
}

.side-banner-lists {
	--sidebnr-gutter: 4px;
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	margin-right: calc(-1 * var(--sidebnr-gutter));
	margin-left: calc(-1 * var(--sidebnr-gutter));
	padding: 2rem 0;
}
.side-banner-lists > li {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
	width: 50%;
	max-width: 240px;
	margin-right: auto;
	margin-bottom: calc(var(--sidebnr-gutter) * 2);
	margin-left: auto;
	padding-right: var(--sidebnr-gutter);
	padding-left: var(--sidebnr-gutter);
}
@media (min-width: 992px) {
	.side-banner-lists > li {
		width: 100%;
	}
}
@media (max-width: 767.98px) {
	.side-banner-lists > li a:active img {
		opacity: 0.8;
	}
}
@media (min-width: 768px) {
	.side-banner-lists > li a img {
		opacity: 1;
		-webkit-transition: opacity 0.2s;
		transition: opacity 0.2s;
	}
	.side-banner-lists > li a:hover img {
		opacity: 0.8;
	}
}
.side-banner-lists > li img {
	max-width: 100%;
	height: auto;
}

.button {
	box-sizing: border-box;
	display: inline-block;
	vertical-align: middle;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	cursor: pointer;
	background-color: transparent;
	border: 1px solid transparent;
	margin-bottom: 1.5rem;
	padding: 0.8rem 2.4rem;
	font-size: 1.4rem;
	line-height: 1.5;
	border-radius: 0.2rem;
	letter-spacing: 1px;
}
a.button:hover {
	text-decoration: none;
}

.button.btn-txt-center {
	text-align: center;
}
.button.btn-arrow {
	position: relative;
}
.button.btn-arrow::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 10px;
	width: 0;
	height: 0;
	margin-top: -5px;
	border-style: solid;
	border-width: 5px 0 5px 7px;
	border-color: transparent transparent transparent #FF5C00;
}
.button.btn-a {
	border-color: #86868b;
	color: #333;
}
a.button.btn-a {
	color: #333;
}

.button.btn-a:hover {
	border-color: #FF5C00;
	background-color: #ffece0;
}
.button.btn-b {
	background-color: #ededed;
	color: #333;
	font-weight: 700;
}
.button.btn-b::before {
	color: #FF5C00;
}
.button.btn-b.btn-arrow::after {
	border-left-color: #FF5C00;
}
a.button.btn-b {
	color: #333;
}

.button.btn-b:hover {
	border-bottom: 1px solid #FF5C00;
	color: #FF5C00;
}
.button.btn-c {
	background-color: #FF5C00;
	color: #fff;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}
.button.btn-c.btn-arrow::after {
	border-left-color: #fff;
}
a.button.btn-c {
	color: #fff;
}

.button.btn-c:hover {
	background-color: #c74c04;
}
.button.btn-d {
	border-color: #FF5C00;
	color: #FF5C00;
}
a.button.btn-d {
	color: #FF5C00;
}

.button.btn-d:hover {
	background-color: #FF5C00;
	color: #fff;
}
.button.btn-d:hover.btn-arrow::after {
	border-left-color: #fff;
}
.button.btn-icon::before {
	display: inline-block;
	margin-right: 0.5em;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: 1.2em;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.button.btn-icon-zip::before {
	content: "\f1c6";
}
.button.btn-icon-zip.btn-a::before {
	color: #c78b00;
}
.button.btn-icon-pdf::before {
	content: "\f1c1";
}
.button.btn-icon-pdf.btn-a::before {
	color: #fd2116;
}
.button.btn-icon-excel::before {
	content: "\f1c3";
}
.button.btn-icon-excel.btn-a::before {
	color: #1e7145;
}
.button.btn-icon-word::before {
	content: "\f1c2";
}
.button.btn-icon-word.btn-a::before {
	color: #2b5797;
}
.button.btn-icon-powerpoint::before {
	content: "\f1c4";
}
.button.btn-icon-powerpoint.btn-a::before {
	color: #c95b2a;
}
.button.btn-icon-file::before {
	content: "\f016";
}
.button.btn-icon-file.btn-a::before {
	color: #6f6f6f;
}
.button.btn-icon-code::before {
	content: "\f1c9";
}
.button.btn-icon-code.btn-a::before {
	color: #6f6f6f;
}
.button.btn-block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.button.btn-disabled {
	background-color: #969696;
	pointer-events: none;
}
.button.btn-disabled:hover {
	background-color: #969696;
	cursor: default;
}

.form .req {
	margin-right: 8px;
	padding-left: 4px;
	color: #ff0033;
}
.form h3 {
	background-color: transparent;
	margin-top: 6rem;
	padding: 0.2rem 1rem 0.2rem 1.5rem;
	font-weight: 700;
}
.form h3::before {
	width: 5px;
	height: 100%;
	border-radius: 5px;
}
.form h3::after {
	content: none;
}
.form h4 {
	color: #333;
	font-size: 1.5rem;
}
.form .form-control {
	height: 40px;
	font-size: 16px;
}
.form textarea.form-control {
	height: auto;
	resize: none;
}

.form-item {
	margin-bottom: 40px;
}
.form-item .alert {
	padding: 4px 8px;
	margin-bottom: 8px;
	font-size: 1.4rem;
}
@media (min-width: 768px) {
	.form-item .alert {
		display: inline-block;
	}
}

.form-item-title-l {
	position: relative;
	display: inline-block;
	margin-bottom: 1.5rem;
	padding: 0 1rem 0 1.5rem;
	font-size: 1.5rem;
	font-weight: 400;
	line-height: 1.4;
}
@media (min-width: 768px) {
	.form-item-title-l {
		font-size: 1.7rem;
	}
}
.form-item-title-l::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 8px;
	height: 50%;
	background: #FF5F03;
}
.form-item-title-l::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	width: 8px;
	height: 50%;
	background: #222233;
}

.form-item-title-s {
	display: inline-block;
	margin-bottom: 0.5rem;
	font-size: 1.3rem;
	font-weight: 700;
	line-height: 1.4;
}
@media (min-width: 768px) {
	.form-item-title-s {
		font-size: 1.5rem;
	}
}

.flex-radio {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
.flex-radio label {
	position: relative;
	display: inline-block;
	padding-right: 20px;
	padding-left: 20px;
	font-weight: 400;
	vertical-align: middle;
	cursor: pointer;
}
.flex-radio label input {
	position: absolute;
	margin-left: -20px;
}

#placeholder span {
	line-height: 2;
}

.submit-btn:disabled {
	background-color: #969696;
	pointer-events: none;
}
.submit-btn:disabled:hover {
	background-color: #969696;
	cursor: default;
}

.form-confirm-dl dt {
	position: relative;
	display: inline-block;
	margin-bottom: 1rem;
	padding: 0 1rem 0 1.5rem;
	font-size: 1.3rem;
	font-weight: 400;
	line-height: 1.2;
}
@media (min-width: 768px) {
	.form-confirm-dl dt {
		font-size: 1.5rem;
	}
}
.form-confirm-dl dt::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 8px;
	height: 50%;
	background: #FF5F03;
}
.form-confirm-dl dt::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	width: 8px;
	height: 50%;
	background: #222233;
}
.form-confirm-dl dd {
	margin-bottom: 30px;
	font-weight: 700;
}
.form-confirm-dl dd.multiple span {
	margin-right: 1em;
}
.form-confirm-dl dd.multiple span:last-child {
	margin-right: 0;
}

.form-submit-message {
	padding: 20px 0;
}
.form-submit-message .finished {
	margin-bottom: 4rem;
	font-size: 2rem;
	font-weight: 700;
	text-align: center;
}
@media (min-width: 768px) {
	.form-submit-message .finished {
		font-size: 2.4rem;
	}
}
.form-submit-message .no-back {
	color: #ff0033;
}
@media (min-width: 768px) {
	.form-submit-message .no-back {
		text-align: center;
	}
}

.user-sign {
	padding-bottom: 40px;
	text-align: center;
}
.user-sign span {
	display: inline-block;
	margin-right: 1rem;
	margin-left: 1rem;
	font-size: 2rem;
	font-weight: 700;
}

.confirm-buttons {
	padding-top: 30px;
	text-align: center;
}
.confirm-buttons .button {
	margin-right: 4px;
	margin-left: 4px;
}

summary::-webkit-details-marker {
	/* Safariで表示されるデフォルトの三角形アイコンを消す */
	display: none;
}

.details-faq {
	counter-reset: faq-count;
	margin-bottom: 1.5rem;
}
.details-faq-details {
	background-color: #fff;
	border: 1px solid #d2d2d2;
	margin-top: 1.5rem;
	margin-bottom: 1.5rem;
}
.details-faq-question {
	position: relative;
	background-color: #f5f5f5;
	padding: 1.5rem 5rem 1.5rem 6rem;
	counter-increment: faq-count;
	cursor: pointer;
}
.details-faq-question::before {
	content: "Q" counter(faq-count);
	position: absolute;
	top: 0;
	left: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	width: 4.5rem;
	height: 100%;
	background-color: #303042;
	color: #fff;
	font-weight: 700;
}
.details-faq-question::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 20px;
	-webkit-transform: translateY(-75%) rotate(45deg);
	        transform: translateY(-75%) rotate(45deg);
	display: block;
	width: 1.5rem;
	height: 1.5rem;
	border-right: 2px solid #FF5C00;
	border-bottom: 2px solid #FF5C00;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.details-faq-details[open] .details-faq-question::after {
	-webkit-transform: translateY(-25%) rotate(225deg);
	        transform: translateY(-25%) rotate(225deg);
}
.details-faq-answer {
	position: relative;
	padding: 1.5rem 1.5rem 1.5rem 6rem;
}
.details-faq-answer::before {
	content: "A";
	position: absolute;
	top: 0;
	left: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	width: 4.5rem;
	height: 100%;
	background-color: #FF5C00;
	color: #fff;
	font-weight: 700;
}
.details-faq-answer > *:first-child {
	margin-top: 0;
}
.details-faq-answer > *:last-child {
	margin-bottom: 0;
}
.details-faq-answer h2 {
	margin-top: 2rem;
	margin-bottom: 1rem;
	padding: 0;
	color: inherit;
	font-size: 2rem;
	font-weight: 700;
}
.details-faq-answer h2::before {
	content: none;
}
.details-faq-answer h2::after {
	content: none;
}
.details-faq-answer h3 {
	background-color: transparent;
	margin-top: 1.8rem;
	margin-bottom: 1rem;
	padding: 0;
	font-size: 1.8rem;
	font-weight: 700;
}
.details-faq-answer h3::before {
	content: none;
}
.details-faq-answer h3::after {
	content: none;
}
.details-faq-answer h4 {
	margin-top: 1.6rem;
	margin-bottom: 1rem;
	color: inherit;
	font-size: 1.6rem;
}

.link-arrow {
	position: relative;
	display: inline-block;
	padding-left: 12px;
}
.link-arrow::before {
	content: "";
	position: absolute;
	top: 0.6em;
	left: 0;
	display: block;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	border-left: 6px solid #FF5C00;
}

.news-cat {
	display: inline-block;
	color: #fff;
	text-align: center;
}
.news-cat-info {
	background-color: #c9973f;
}
.news-cat-ir {
	background-color: #d46745;
}
.news-cat-product {
	background-color: #5199c3;
}
.news-cat-event {
	background-color: #6daa85;
}
.news-cat-recruit {
	background-color: #cc66ac;
}

.article .notes {
	font-size: 1.4rem;
}
.article .notes p {
	margin-bottom: 1rem;
	margin-left: 1.5em;
	text-indent: -1.5em;
}
.article .notes p::before {
	content: "※";
	margin-right: 0.5em;
}
.article .notes > ul > li {
	margin-left: 1.5em;
	text-indent: -1.5em;
}
.article .notes > ul > li::before {
	content: "※";
	margin-right: 0.5em;
}
.article .notes > ol {
	padding-left: 0;
}
.article .notes > ol > li {
	margin-left: 2em;
	text-indent: -2em;
}
.article .notes > ol > li::before {
	content: "※" counter(decimal);
}

.base-name h3, .base-name h4, .base-name h5 {
	position: static;
	background-color: transparent;
	margin-top: 4rem;
	margin-bottom: 1.5rem;
	padding: 0;
	color: #333;
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1.25;
}
@media (min-width: 768px) {
	.base-name h3, .base-name h4, .base-name h5 {
		font-size: 2rem;
	}
}
.base-name h3::before, .base-name h4::before, .base-name h5::before {
	content: none;
	position: static;
	top: auto;
	left: auto;
	display: inline;
	width: auto;
	height: auto;
	background-color: transparent;
}
.base-name h3::after, .base-name h4::after, .base-name h5::after {
	content: none;
	position: static;
	top: auto;
	left: auto;
	display: inline;
	width: auto;
	height: auto;
	background-color: transparent;
}
.base-name h3 a:link, .base-name h3 a:visited, .base-name h4 a:link, .base-name h4 a:visited, .base-name h5 a:link, .base-name h5 a:visited {
	color: #333;
	text-decoration: underline;
}
.base-name h3 a:hover, .base-name h4 a:hover, .base-name h5 a:hover {
	color: #FF5C00;
}
.base-name h3 a[target=_blank]::after, .base-name h4 a[target=_blank]::after, .base-name h5 a[target=_blank]::after {
	content: "\f08e";
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: 1.6rem;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	margin-left: 8px;
}

.style-h1 > h1,
.style-h1 > h2,
.style-h1 > h3 {
	position: relative;
	border-bottom: 1px solid #FF5C00;
	margin-top: 0;
	margin-bottom: 4rem;
	padding: 1rem 0.5em 1rem 30px;
	font-size: 2.4rem;
	font-weight: 700;
	line-height: 1.4;
}
@media (min-width: 768px) {
	.style-h1 > h1,
	.style-h1 > h2,
	.style-h1 > h3 {
		padding: 2rem 0.5em 2rem 60px;
		font-size: 2.8rem;
	}
}
.style-h1 > h1::before,
.style-h1 > h2::before,
.style-h1 > h3::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	background-color: #FF5C00;
	width: 10px;
	height: 100%;
}
@media (min-width: 768px) {
	.style-h1 > h1::before,
	.style-h1 > h2::before,
	.style-h1 > h3::before {
		width: 20px;
	}
}
.style-h1 > h1::after,
.style-h1 > h2::after,
.style-h1 > h3::after {
	content: "";
	position: absolute;
	top: 0;
	left: 10px;
	display: block;
	background: -webkit-linear-gradient(bottom, #d1d2d4 0%, #d1d2d4 50%, #fead7f 50%, #fead7f 100%);
	background: linear-gradient(0deg, #d1d2d4 0%, #d1d2d4 50%, #fead7f 50%, #fead7f 100%);
	width: 10px;
	height: 20px;
}
@media (min-width: 768px) {
	.style-h1 > h1::after,
	.style-h1 > h2::after,
	.style-h1 > h3::after {
		left: 20px;
		width: 20px;
		height: 40px;
	}
}

.list-none li {
	margin-left: 0 !important;
	text-indent: 0 !important;
}
.list-none li::before {
	content: none !important;
}

.link-nocolor {
	color: inherit !important;
}
.link-nocolor:hover {
	color: #FF5C00 !important;
}

.box-content {
	background-color: #eee;
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 1.5rem 1.5rem 0;
}

.features-ol > ol {
	list-style: none;
	counter-reset: listnum;
	padding: 0;
}
.features-ol > ol > li {
	position: relative;
	width: 100%;
	margin-top: 0;
	margin-left: 0;
	padding-top: 32px;
	text-indent: 0;
}
@media (min-width: 768px) {
	.features-ol > ol > li {
		padding-top: 0;
		padding-left: 60px;
	}
}
@media (min-width: 1200px) {
	.features-ol > ol > li {
		width: 80%;
	}
}
.features-ol > ol > li + li {
	margin-top: 40px;
}
@media (min-width: 768px) {
	.features-ol > ol > li + li {
		margin-top: 80px;
	}
}
@media (min-width: 1200px) {
	.features-ol > ol > li:nth-child(2n) {
		margin-left: 20%;
	}
}
.features-ol > ol > li::before, .features-ol > ol > li::after {
	color: #69c;
	line-height: 1.5;
}
.features-ol > ol > li::before {
	content: "Features";
	position: absolute;
	top: 0;
	left: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	width: 72px;
	height: 32px;
	font-size: 16px;
}
@media (min-width: 768px) {
	.features-ol > ol > li::before {
		-webkit-transform: rotate(90deg) translate(20px, 20px);
		        transform: rotate(90deg) translate(20px, 20px);
	}
}
.features-ol > ol > li::after {
	counter-increment: listnum;
	content: counter(listnum, decimal-leading-zero);
	position: absolute;
	top: 0;
	left: 72px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	width: 32px;
	height: 32px;
	font-family: "Century", "Times New Roman", Times, serif;
	font-size: 28px;
	text-align: center;
}
@media (min-width: 768px) {
	.features-ol > ol > li::after {
		top: 72px;
		left: 0;
	}
}
.features-ol > ol > li strong {
	display: block;
	margin-bottom: 1rem;
	color: #69c;
	font-size: 20px;
	font-weight: 400;
}
.features-ol > ol > li img {
	width: 100%;
	max-width: 480px;
	height: auto;
	margin-top: 1rem;
	margin-right: auto;
	margin-left: auto;
}
@media (min-width: 768px) {
	.features-ol > ol > li img {
		width: auto;
		max-width: calc(50% - 0.5rem);
		margin-top: 0;
		margin-bottom: 1rem;
	}
	.features-ol > ol > li img[style="float: right;"] {
		margin-left: 1rem;
	}
	.features-ol > ol > li img[style="float: left;"] {
		margin-right: 1rem;
	}
}
@media (max-width: 767.98px) {
	.features-ol > ol > li img[style="float: right;"], .features-ol > ol > li img[style="float: left;"] {
		float: none !important;
	}
}
@media (min-width: 768px) {
	.features-ol > ol > li > img {
		display: none !important;
	}
}
@media (max-width: 767.98px) {
	.features-ol > ol > li > img {
		display: block;
	}
}

.features-item-wrap::after {
	content: "";
	display: block;
	clear: both;
}
@media (min-width: 768px) {
	.features-item-wrap picture {
		display: inline;
	}
}
@media (max-width: 767.98px) {
	.features-item-wrap picture {
		display: none !important;
	}
}

.hr-style1 {
	border-color: #FF5C00 !important;
	border-top-width: 3px;
	width: 50%;
	margin-top: 8rem;
	margin-bottom: 8rem;
}

.hr-style2 {
	border-top-style: none;
	height: 10px;
	background-image: -webkit-linear-gradient(135deg, rgba(255, 92, 0, 0), rgba(255, 92, 0, 0) 25%, #ff5c00 25%, #ff5c00 50%, rgba(255, 92, 0, 0) 50%, rgba(255, 92, 0, 0) 75%, #ff5c00 75%);
	background-image: linear-gradient(-45deg, rgba(255, 92, 0, 0), rgba(255, 92, 0, 0) 25%, #ff5c00 25%, #ff5c00 50%, rgba(255, 92, 0, 0) 50%, rgba(255, 92, 0, 0) 75%, #ff5c00 75%);
	background-size: 10px 10px;
	width: 100%;
	margin-top: 8rem;
	margin-bottom: 8rem;
}

.hr-style3 {
	border-width: 0 0 8px;
	border-style: solid;
	-webkit-border-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 2 1"><circle fill="hsla(22, 100%, 50%, 1.0)" cx="1" cy="0.5" r="0.5"/></svg>') 0 0 100% repeat;
	     -o-border-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 2 1"><circle fill="hsla(22, 100%, 50%, 1.0)" cx="1" cy="0.5" r="0.5"/></svg>') 0 0 100% repeat;
	        border-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 2 1"><circle fill="hsla(22, 100%, 50%, 1.0)" cx="1" cy="0.5" r="0.5"/></svg>') 0 0 100% repeat;
	width: 216px;
	margin-top: 8rem;
	margin-bottom: 8rem;
}

.slick {
	max-width: 90%;
	margin-right: auto;
	margin-left: auto;
}
@media (min-width: 768px) {
	.slick {
		max-width: 100%;
	}
}
.slick .slick-prev:before, .slick .slick-next:before {
	color: #313041;
}
.slick .slick-slide {
	padding-right: 13px;
}

.top-slider .rslides_nav {
	height: 56px;
	width: 38px;
	background-image: url("../images/slide_arrows.gif");
	margin-top: -32px;
}

.img-responsive {
	display: inline;
}

.article .ccm-social-share ul {
	margin: 0;
}
.article .ccm-social-share ul li {
	margin-top: 0;
	margin-left: 0;
	text-indent: 0;
}
.article .ccm-social-share ul li::before {
	content: normal;
}

#svr {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 999999;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	background-color: rgba(255, 255, 255, 0.8);
	color: #000;
	font-weight: 700;
	font-size: 240px;
	cursor: pointer;
}

.ccm-social-share.under-the-title {
	margin-top: -1rem;
	margin-bottom: 4rem;
}

.sec-information {
	background: url("../images/gplaypattern.png") repeat;
	padding-top: 20px;
	padding-bottom: 20px;
}
.sec-information .top-slider {
	width: 100%;
	margin-bottom: 40px;
}
@media (min-width: 768px) {
	.sec-information .top-slider {
		margin-bottom: 0;
	}
}
.sec-information .top-news {
	position: relative;
	background-color: #fff;
	border-top: 5px solid #FF5C00;
	padding: 10px 4px 10px 16px;
}
.sec-information .top-news h2 {
	position: relative;
	border-bottom: 1px solid #d2d2d2;
	margin-top: 0;
	margin-bottom: 0;
	padding-bottom: 6px;
	font-size: 1.8rem;
	font-weight: 400;
	letter-spacing: 1px;
}
.sec-information .top-news h2:first-letter {
	color: #FF5C00;
}
.sec-information .top-news h2::before {
	content: "";
	position: absolute;
	bottom: -2px;
	left: 0px;
	display: block;
	width: 88px;
	height: 3px;
	background-color: #FF5C00;
}
.sec-information .top-news__lists {
	list-style: none;
	margin-top: 10px;
	padding-right: 8px;
	padding-left: 0;
	overflow-y: scroll;
	height: auto;
}
@media (min-width: 768px) {
	.sec-information .top-news__lists {
		height: 132px;
	}
}
@media (min-width: 992px) {
	.sec-information .top-news__lists {
		height: 196px;
	}
}
@media (min-width: 1200px) {
	.sec-information .top-news__lists {
		height: 253px;
	}
}
.sec-information .top-news__lists li {
	padding-top: 8px;
	padding-bottom: 8px;
}
.sec-information .top-news__lists li:not(:last-child) {
	border-bottom: 1px dotted #333;
}
.sec-information .top-news__data {
	margin-bottom: 4px;
}
.sec-information .top-news__data--date {
	color: #666;
	font-size: 1.1rem;
}
.sec-information .top-news__data--cat {
	margin-left: 8px;
	padding: 2px;
	min-width: 60px;
	font-size: 1rem;
	line-height: 1;
}
.sec-information .top-news__title {
	font-size: 1.2rem;
}
@media (max-width: 767.98px) {
	.sec-information .top-news .newslist-link {
		margin-top: 2rem;
	}
}
@media (min-width: 768px) {
	.sec-information .top-news .newslist-link {
		position: absolute;
		top: 10px;
		right: 12px;
	}
}
@media (max-width: 767.98px) {
	.sec-information .top-news .newslist-link a {
		display: block;
		background-color: #eee;
		height: 40px;
		margin-right: 10px;
		padding-left: 40px;
		line-height: 40px;
	}
}
@media (min-width: 768px) {
	.sec-information .top-news .newslist-link a {
		font-size: 1.2rem;
	}
}
@media (max-width: 767.98px) {
	.sec-information .top-news .newslist-link a::before {
		margin-left: 20px;
	}
}

.sec-index-product {
	padding-top: 36px;
	padding-bottom: 10px;
}
.sec-index-product .top-index {
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	margin-right: -6px;
	margin-left: -6px;
	padding: 0;
}
.sec-index-product .top-index li {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 50%;
	        flex: 0 0 50%;
	max-width: 50%;
	margin-bottom: 16px;
	padding-right: 6px;
	padding-left: 6px;
}
@media (min-width: 768px) {
	.sec-index-product .top-index li {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 calc(100% / (5 - 2));
		        flex: 0 0 calc(100% / (5 - 2));
		max-width: calc(100% / (5 - 2));
	}
}
@media (min-width: 992px) {
	.sec-index-product .top-index li {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 calc(100% / (5 - 1));
		        flex: 0 0 calc(100% / (5 - 1));
		max-width: calc(100% / (5 - 1));
	}
}
@media (min-width: 1200px) {
	.sec-index-product .top-index li {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 calc(100% / 5);
		        flex: 0 0 calc(100% / 5);
		max-width: calc(100% / 5);
	}
}
.sec-index-product .top-index li a {
	display: block;
	background-color: #eee;
	height: 100%;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.sec-index-product .top-index li a figure .top-index__thumb {
	position: relative;
	padding-top: 75%;
	overflow: hidden;
}
.sec-index-product .top-index li a figure .top-index__thumb img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}
.sec-index-product .top-index li a figure figcaption {
	position: relative;
	padding: 1rem 20px 1.2rem 1rem;
	font-size: 1.3rem;
	line-height: 1.2;
}
.sec-index-product .top-index li a figure figcaption::after {
	content: "";
	position: absolute;
	top: 14px;
	right: 10px;
	display: block;
	width: 10px;
	height: 10px;
	border-top: 2px solid #aaa;
	border-right: 2px solid #aaa;
	-webkit-transform: rotate(45deg);
	        transform: rotate(45deg);
}
.sec-index-product .top-index li a:hover {
	background-color: #222233;
	opacity: 0.8;
	color: #fff;
	text-decoration: none;
}

.sec-index-other {
	padding-top: 40px;
	padding-bottom: 20px;
	background: #f5f5f5;
}
.sec-index-other .etc-links {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}
.sec-index-other .etc-links__item {
	position: relative;
	text-align: center;
	width: 100%;
	margin-bottom: 20px;
	padding-right: 15px;
	padding-left: 15px;
}
@media (min-width: 768px) {
	.sec-index-other .etc-links__item {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 33.3333333333%;
		        flex: 0 0 33.3333333333%;
		max-width: 33.3333333333%;
	}
}
.sec-index-other .etc-links__item a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
	background-color: #222233;
}
.sec-index-other .etc-links__item a .etc-links__item--img {
	width: 30%;
}
@media (min-width: 768px) {
	.sec-index-other .etc-links__item a .etc-links__item--img {
		background-color: #000;
		-webkit-transition: all 0.3s ease-out;
		transition: all 0.3s ease-out;
		width: 100%;
	}
}
.sec-index-other .etc-links__item a .etc-links__item--img img {
	display: block;
	width: 100%;
	height: auto;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
@media (min-width: 768px) {
	.sec-index-other .etc-links__item a .etc-links__item--img img {
		opacity: 0.6;
	}
}
.sec-index-other .etc-links__item a .etc-links__item--inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	width: 70%;
	padding-right: 15px;
	padding-left: 15px;
}
@media (min-width: 768px) {
	.sec-index-other .etc-links__item a .etc-links__item--inner {
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		        transform: translate(-50%, -50%);
		display: block;
		width: calc(100% - 30px);
	}
}
.sec-index-other .etc-links__item a .etc-links__item--inner p {
	margin-bottom: 0;
	color: #fff;
	font-size: 1.5rem;
	font-weight: 700;
	text-align: left;
	letter-spacing: 2px;
	text-shadow: 1px 1px 5px rgba(60, 48, 37, 0.4), -1px 1px 5px rgba(60, 48, 37, 0.4), 1px -1px 5px rgba(60, 48, 37, 0.4), -1px -1px 5px rgba(60, 48, 37, 0.4);
}
@media (min-width: 768px) {
	.sec-index-other .etc-links__item a .etc-links__item--inner p {
		font-size: 2rem;
		font-weight: 400;
		text-align: center;
	}
}
.sec-index-other .etc-links__item a .etc-links__item--inner p .ir-lastdate {
	display: inline-block;
	color: #fff;
	font-size: 1.2rem;
	font-weight: 400;
	letter-spacing: normal;
}
@media (min-width: 768px) {
	.sec-index-other .etc-links__item a .etc-links__item--inner p .ir-lastdate {
		padding-top: 0.5rem;
	}
}
.sec-index-other .etc-links__item a:hover {
	text-decoration: none;
	opacity: 0.8;
}
@media (min-width: 768px) {
	.sec-index-other .etc-links__item a:hover {
		opacity: 1;
	}
}
.sec-index-other .etc-links__item a:hover .etc-links__item--img {
	background-color: #fff;
}
.sec-index-other .etc-links__item a:hover .etc-links__item--img img {
	opacity: 1;
}

.sec-banner {
	padding-top: 60px;
	padding-bottom: 60px;
}

ul.news__lists {
	list-style: none;
	padding: 0;
}
ul.news__lists li {
	position: relative;
	border-bottom: 1px solid #d2d2d2;
	margin: 0;
	text-indent: 0;
}
ul.news__lists li::before {
	content: none;
}
ul.news__lists li a {
	position: relative;
	display: block;
	padding: 16px 20px 20px 0;
	-webkit-transition-duration: 0s;
	        transition-duration: 0s;
	-webkit-transition-property: color;
	transition-property: color;
}
ul.news__lists li a:link, ul.news__lists li a:visited {
	color: #333;
}
ul.news__lists li a:hover {
	background-color: #f9f9f9;
	text-decoration: none;
}
ul.news__lists li a::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 8px;
	display: block;
	width: 8px;
	height: 8px;
	border-top: 2px solid #FF5C00;
	border-right: 2px solid #FF5C00;
	-webkit-transform: translateY(-50%) rotate(45deg);
	        transform: translateY(-50%) rotate(45deg);
}
ul.news__lists li::after {
	content: "";
	position: absolute;
	bottom: -1px;
	left: 0;
	display: block;
	background-color: #FF5C00;
	width: 0;
	height: 1px;
	-webkit-transition: width 0.3s linear;
	transition: width 0.3s linear;
}
ul.news__lists li:hover::after {
	width: 100%;
}
ul.news__lists li:hover a {
	color: #FF5C00;
}

.news__data {
	margin-bottom: 4px;
	font-size: 1.2rem;
}
@media (min-width: 768px) {
	.news__data {
		font-size: 1.4rem;
	}
}
.news__data--date {
	display: inline-block;
	width: 80px;
}
@media (min-width: 768px) {
	.news__data--date {
		width: 96px;
	}
}
.news__data--cat {
	display: inline-block;
	padding-top: 4px;
	padding-bottom: 4px;
	width: 8em;
	font-size: 1rem;
	line-height: 1;
}
@media (min-width: 768px) {
	.news__data--cat {
		font-size: 1.2rem;
	}
}

.news__title {
	line-height: 1.4;
}

.ccm-pagination-wrapper > .pagination {
	margin-bottom: 20px;
}
.ccm-pagination-wrapper > .pagination > li {
	margin: 0;
	margin-bottom: 20px;
	text-indent: 0;
}
.ccm-pagination-wrapper > .pagination > li::before {
	content: none;
}
.ccm-pagination-wrapper > .pagination > li > a, .ccm-pagination-wrapper > .pagination > li > span {
	border-color: #d2d2d2;
	border-right-style: none;
	border-left-style: none;
	padding: 8px 0;
	width: 30px;
	height: 40px;
	color: #333;
	font-size: 11px;
	text-align: center;
}
@media (min-width: 768px) {
	.ccm-pagination-wrapper > .pagination > li > a, .ccm-pagination-wrapper > .pagination > li > span {
		width: 40px;
		font-size: 13px;
	}
}
.ccm-pagination-wrapper > .pagination > li > a:hover {
	color: #FF5C00;
	text-decoration: none;
}
.ccm-pagination-wrapper > .pagination > li.active > span {
	background-color: #d1d2d4;
	border-color: #d2d2d2;
	color: #fff;
}
.ccm-pagination-wrapper > .pagination > li.disabled > span {
	color: #d1d2d4;
}
.ccm-pagination-wrapper > .pagination > li.prev > span, .ccm-pagination-wrapper > .pagination > li.prev > a, .ccm-pagination-wrapper > .pagination > li.next > span, .ccm-pagination-wrapper > .pagination > li.next > a {
	width: 42px;
}
@media (min-width: 768px) {
	.ccm-pagination-wrapper > .pagination > li.prev > span, .ccm-pagination-wrapper > .pagination > li.prev > a, .ccm-pagination-wrapper > .pagination > li.next > span, .ccm-pagination-wrapper > .pagination > li.next > a {
		width: 80px;
	}
}
.ccm-pagination-wrapper > .pagination > li.prev > span, .ccm-pagination-wrapper > .pagination > li.prev > a {
	margin-left: 0;
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
}
.ccm-pagination-wrapper > .pagination > li.next > span, .ccm-pagination-wrapper > .pagination > li.next > a {
	margin-right: 0;
	border-bottom-right-radius: 0;
	border-top-right-radius: 0;
}

.news-category ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
.news-category ul > li {
	margin-top: 0;
	margin-left: 0;
	text-indent: 0;
}
.news-category ul > li::before {
	content: none;
}
.news-category__lists {
	list-style: none;
}
.news-category__lists--item {
	margin-right: 8px;
	margin-bottom: 20px;
}
.news-category__lists--item a {
	position: relative;
	display: block;
	border: 1px solid #d2d2d2;
	border-radius: 0.2rem;
	background-color: #f9f9f9;
	padding: 1rem 1em 1.5rem;
	font-size: 1.2rem;
}
.news-category__lists--item a:link, .news-category__lists--item a:visited {
	color: #333;
}
.news-category__lists--item a::after {
	position: absolute;
	bottom: 0;
	left: 50%;
	content: "";
	-webkit-transform: translateX(-50%);
	        transform: translateX(-50%);
	display: block;
	width: 4px;
	height: 12px;
	border: 4px solid transparent;
	border-top: 6px solid #d2d2d2;
}
.news-category__lists--item a:hover {
	text-decoration: none;
}
.news-category__lists--item a:hover::after {
	border-top-color: #FF5C00;
}

#hqir table.frameTable {
	display: table;
	width: 100%;
	overflow: visible;
}
#hqir table.frameTable th, #hqir table.frameTable td {
	padding: 0;
}
#hqir table.frameTable th {
	min-width: auto;
}
#hqir .tbl {
	display: table;
	width: 100%;
	overflow: visible;
}
#hqir .tbl table.qir_table {
	display: table;
	width: 100%;
	overflow: visible;
}
#hqir .tbl tr.headTr td {
	padding-top: 2em;
}
#hqir .tbl tr.headTr td table.qir_table th, #hqir .tbl tr.headTr td table.qir_table td {
	padding: 2px;
	font-size: 1.2rem;
}
#hqir .tbl .notes {
	padding-top: 0;
	font-size: 1.2rem;
}

#ir_library3 ul li {
	margin-top: 0;
	margin-left: 0;
	text-indent: 0;
}
#ir_library3 ul li::before {
	content: none;
}
#ir_library3 #nav_001 {
	height: 30px;
}
#ir_library3 #announcement #news {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
}
#ir_library3 #announcement #news .newsDate {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
	width: 96px;
	padding-top: 3px;
	color: #666;
	font-size: 14px;
	float: none;
}
#ir_library3 #announcement #news .ctgicon {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
	width: 96px;
	float: none;
}
#ir_library3 #announcement #news .news_title {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
	width: 100%;
	margin-top: 3px;
	float: none;
}
@media (min-width: 768px) {
	#ir_library3 #announcement #news .news_title {
		width: calc(100% - 192px);
	}
}
#ir_library3 #announcement #news .news_title a {
	color: inherit;
}
#ir_library3 #announcement #news .news_title a:hover {
	color: #FF5C00;
}
#ir_library3 #announcement #news .news_title a::after {
	content: none;
}
#ir_library3 #announcement #news .irbline {
	margin-top: 10px;
	margin-bottom: 10px;
}

.catalog-outer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-align: stretch;
	    -ms-flex-align: stretch;
	        align-items: stretch;
	margin-right: -8px;
	margin-left: -8px;
}

.catalog-inner {
	padding: 1.5rem 8px;
}
@media (min-width: 768px) {
	.catalog-inner {
		width: 50%;
	}
}

.catalog {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	border: 1px solid #d2d2d2;
	height: 100%;
	padding: 1.5rem;
}
.catalog__thumb {
	width: 35%;
	padding-right: 8px;
}
.catalog__thumb img {
	display: block;
	border: 1px solid #d2d2d2;
	max-width: 100%;
	height: auto;
}
.catalog__info {
	width: 65%;
	padding-left: 8px;
}
.catalog__info h4 {
	margin: 0;
	margin-bottom: 4px;
	color: #333;
	font-size: 1.5rem;
	line-height: 1.4;
}
.catalog__info p {
	margin-bottom: 1rem;
	font-size: 1.2rem;
}
.catalog__info--date {
	margin-bottom: 4px;
	color: #999;
	font-size: 1.1rem;
}
.catalog__info--request {
	font-size: 1.3rem;
	font-weight: 700;
	cursor: pointer;
}
.catalog__info--request:hover {
	color: #FF5C00;
}
.catalog__btn {
	width: 100%;
	margin-top: 1.5rem;
}
.catalog__btn a {
	display: block;
	margin-bottom: 1rem;
	padding-left: 1em;
	font-size: 1.2rem;
}
.catalog__btn a:last-child {
	margin-bottom: 0;
}
.catalog__btn a::after {
	content: "" !important;
}

.request-possible {
	display: block;
	background-color: #FF5C00;
	width: 8em;
	margin-bottom: 2px;
	padding: 2px 4px;
	color: #fff;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1;
}

.servo-search {
	border: 1px solid #d2d2d2;
	margin-bottom: 3rem;
	padding: 16px;
}
.servo-search-item {
	font-size: 1.4rem;
	font-weight: 700;
}
.servo-search-check {
	margin-bottom: 20px;
}
.servo-search .check-title {
	border-top: 1px solid #d2d2d2;
	background-color: #f7f7f7;
	padding: 8px 16px;
	font-weight: 400;
	cursor: pointer;
}
.servo-search .check-title::before {
	content: "▼";
	display: inline-block;
	margin-right: 0.5em;
	font-size: 1.2rem;
}
.servo-search .check-title:hover {
	color: #FF5C00;
}
.servo-search .check-title:hover::before {
	color: #FF5C00;
}
.servo-search .check-title.show-check {
	border-bottom: 1px dotted #d2d2d2;
}
.servo-search .check-title.show-check::before {
	content: "▲";
	color: #FF5C00;
}
.servo-search .selfilter {
	font-size: 1.2rem;
	height: 30px;
	margin-bottom: 1rem;
}
.servo-search .check-contener {
	border-bottom: 1px solid #d2d2d2;
	background-color: #f7f7f7;
}
.servo-search .chkfilter {
	padding: 10px 16px 1px;
}
.servo-search .chkfilter-wrap {
	padding-bottom: 4px;
}
.servo-search .chkfilter label {
	position: relative;
	padding-left: 20px;
	font-size: 1.4rem;
	font-weight: 400;
	vertical-align: middle;
	cursor: pointer;
}
.servo-search .chkfilter label input[type=checkbox] {
	position: absolute;
	margin-left: -20px;
}
.servo-search-buttons {
	padding-top: 1rem;
}
.servo-search-button {
	border-style: none;
	width: 144px;
	margin-right: 8px;
	padding: 1rem;
	color: #fff;
	font-size: 1.2rem;
	font-weight: 700;
}
.servo-search #buttonFilter {
	background-color: #FF5C00;
}
.servo-search #buttonFilter:hover {
	background-color: #c74c04;
}
.servo-search #buttonReset {
	background-color: #807d79;
}
.servo-search #buttonReset:hover {
	background-color: #666461;
}

#dataTable th,
#dataTable td {
	font-size: 1.2rem;
}
#dataTable th {
	text-align: center;
}
#dataTable tbody tr td:first-child img {
	max-width: 96px;
	height: auto;
}

#download {
	padding-bottom: 40px;
}
#download .dl-tbl {
	border-top: 1px solid #d2d2d2;
	border-bottom: 1px solid #d2d2d2;
	margin-bottom: 4rem;
}
#download .dl-tbl th {
	border-right: 1px solid #d2d2d2;
	font-size: 1.2rem;
	font-weight: 400;
	text-align: center;
	vertical-align: middle;
}
#download .dl-tbl th:last-child {
	border-right-style: none;
	width: 200px;
}
#download .dl-tbl th:nth-last-child(2) {
	width: 104px;
}
#download .dl-tbl th:nth-last-child(3) {
	width: 96px;
}
#download .dl-tbl td {
	border-right: 1px solid #d2d2d2;
	vertical-align: middle;
}
#download .dl-tbl td:first-child {
	text-align: left;
}
#download .dl-tbl td:last-child {
	border-right-style: none;
	text-align: center;
}
#download .dl-tbl td:last-child .button {
	margin-bottom: 0;
}
#download .dl-tbl td:nth-last-child(2) {
	text-align: center;
}
#download .dl-tbl td:nth-last-child(3) {
	text-align: center;
}
#download .dl-tbl .img-cell {
	width: 136px;
}
#download .dl-tbl .dl-thumb {
	width: 120px;
	max-width: none;
}

.login-page-wrap {
	padding-top: 40px;
	padding-bottom: 80px;
}
.login-page-wrap .login-user h1 {
	font-size: 2.4rem;
	font-weight: 700;
}
@media (min-width: 768px) {
	.login-page-wrap .login-user h1 {
		text-align: center;
	}
}
@media (min-width: 768px) {
	.login-page-wrap .login-user p {
		text-align: center;
	}
}
.login-page-wrap .login-user .login-button {
	padding-top: 20px;
	padding-bottom: 20px;
}
.login-page-wrap .login-user .login-button .button {
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	max-width: 240px;
	height: 64px;
	margin-right: auto;
	margin-left: auto;
	font-size: 2rem;
	font-weight: 700;
}
.login-page-wrap .login-user .login-caution {
	color: #d9534f;
	text-align: left;
}
.login-page-wrap .entry-link {
	padding-top: 40px;
}
@media (min-width: 768px) {
	.login-page-wrap .entry-link p {
		text-align: center;
	}
}
.login-page-wrap .entry-link .entry-button .button {
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	max-width: 240px;
	height: 48px;
	margin-right: auto;
	margin-left: auto;
	font-size: 1.8rem;
}
.login-page-wrap .back-button {
	padding-top: 40px;
	text-align: center;
}

.ccm-page-id-169 .login-page {
	padding: 40px 20px 60px;
}
.ccm-page-id-169 .login-page h1 {
	margin-top: 40px;
	margin-bottom: 40px;
	color: #FF5C00;
	font-size: 2.4rem;
	font-weight: 700;
	text-align: center;
}
.ccm-page-id-169 .login-page .login-form {
	border: 1px solid #d2d2d2;
	background-color: #fff;
	margin-bottom: 80px;
	padding-right: 40px;
	padding-bottom: 20px;
	padding-left: 40px;
}
@media (min-width: 768px) {
	.ccm-page-id-169 .login-page .login-form {
		padding-top: 60px;
		padding-bottom: 40px;
	}
}
.ccm-page-id-169 .login-page .form-group {
	margin-bottom: 20px;
}
@media (min-width: 768px) {
	.ccm-page-id-169 .login-page .form-group {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
	}
	.ccm-page-id-169 .login-page .form-group label {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 auto;
		        flex: 0 0 auto;
		width: 30%;
	}
	.ccm-page-id-169 .login-page .form-group input {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 auto;
		        flex: 0 0 auto;
		width: 70%;
	}
}
.ccm-page-id-169 .login-page .form-group a {
	border: 1px solid #d2d2d2;
}
.ccm-page-id-169 .login-page .checkbox {
	margin-bottom: 20px;
}

.ccm-page-id-269 .LocationBox {
	padding: 15px;
}
.ccm-page-id-269 .LocationBox.Headquarter {
	background-color: #fff9e7;
}
.ccm-page-id-269 .LocationBox.ElectronicDevices {
	background-color: #f0fff4;
}
.ccm-page-id-269 .LocationBox.ProductionEquipment {
	background-color: #e4f8ff;
}
.ccm-page-id-269 .LocationBox.DomesticAffiliates {
	background-color: #ffecf9;
}
.ccm-page-id-269 .content__main h4 {
	font-size: 1.65rem;
	background-color: #f1e1b4;
	color: #151515;
	padding: 5px 10px 7px 10px;
}
.ccm-page-id-269 .content__main h4 span {
	font-size: 1.2rem;
	font-weight: normal;
	color: #333;
}
.ccm-page-id-269 .content__main h3 + h4 {
	margin-top: 0;
}
.ccm-page-id-269 .ElectronicDevices h4 {
	background-color: #76cc8a;
}
.ccm-page-id-269 .ProductionEquipment h4 {
	background-color: #87cee8;
}
.ccm-page-id-269 .DomesticAffiliates h4 {
	background-color: #e895ce;
}
.ccm-page-id-269 .content__main .LocationBox h4:first-child {
	margin-top: 0;
}
.ccm-page-id-269 .content__main h4 a {
	color: #151515 !important;
	text-decoration: underline;
}
.ccm-page-id-269 .LocationBox .categoryHeading {
	background-color: gray;
	font-size: 2rem;
	font-weight: bold;
	color: #fff;
	border: 2px solid #fff;
	margin: 40px 0 5px 0;
	padding: 7px 15px;
}
.ccm-page-id-269 .LocationBox .categoryHeading:first-child {
	margin-top: 0;
}
.ccm-page-id-269 .ElectronicDevices .categoryHeading {
	background-color: #25913e;
	border-color: #366741;
}
.ccm-page-id-269 .ProductionEquipment .categoryHeading {
	background-color: #359dc4;
	border-color: #1e6179;
}
.ccm-page-id-269 .LocationPageLink {
	margin: 0;
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-ms-flex-pack: distribute;
	    justify-content: space-around;
}
.ccm-page-id-269 .LocationPageLink li {
	width: 24.5%;
	margin: 0 !important;
	text-indent: 0 !important;
}
.ccm-page-id-269 .LocationPageLink li::before {
	display: none;
}
.ccm-page-id-269 .LocationPageLink li a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	width: 100%;
	height: 100%;
	font-size: 1.5rem;
	color: #fff !important;
	text-align: center;
	padding: 5px 10px;
	-webkit-transition: opacity 0.25s;
	transition: opacity 0.25s;
}
.ccm-page-id-269 .LocationPageLink li a:hover {
	opacity: 0.5;
	text-decoration: none;
}
.ccm-page-id-269 .LocationPageLink li.hq a {
	background-color: #eb6112;
}
.ccm-page-id-269 .LocationPageLink li.ed a {
	background-color: #25913e;
}
.ccm-page-id-269 .LocationPageLink li.pe a {
	background-color: #359dc4;
}
.ccm-page-id-269 .LocationPageLink li.da a {
	background-color: #c43597;
}

.page-not-found {
	padding-top: 80px;
	padding-bottom: 80px;
}
.page-not-found h1 {
	margin-top: 0;
	color: #FF5C00;
	font-size: 6rem;
	font-weight: 700;
	text-align: center;
}
.page-not-found h2 {
	margin-top: 4rem;
	font-size: 2.4rem;
	font-weight: 700;
	text-align: center;
}
.page-not-found h3 {
	margin-top: 3rem;
	font-size: 1.8rem;
	font-weight: 700;
}
.page-not-found .home-btn {
	padding-top: 3rem;
	text-align: center;
}

.fessWrapper .fessFormOnly {
	max-width: 600px;
	padding-top: 20px;
	padding-bottom: 20px;
}
.fessWrapper .fessFormOnly .query {
	border-radius: 4px 0px 0px 4px;
	padding-right: 1em;
	padding-left: 1em;
	height: 48px;
	font-size: 1.6rem;
}
.fessWrapper .fessFormOnly .searchButton {
	border-color: #495057;
	border-left-style: none;
	border-radius: 0px 4px 4px 0px;
	background-color: #495057;
	min-width: 48px;
	height: 48px;
	padding-right: 8px;
	padding-left: 8px;
	font-size: 1.4rem;
}
@media (min-width: 768px) {
	.fessWrapper .fessFormOnly .searchButton {
		padding-right: 24px;
		padding-left: 24px;
		font-size: 1.6rem;
	}
}
.fessWrapper .fessFormOnly .searchButton:hover {
	border-color: #ccc;
	background-color: #9aa0a6;
}
.fessWrapper .fessResult table:first-child {
	font-size: 14px;
}
.fessWrapper .fessResult table:first-child td:first-child {
	color: #888;
}
.fessWrapper #result #searchResultList {
	padding: 20px 0;
}
.fessWrapper #result #searchResultList > li {
	margin-bottom: 40px;
}
.fessWrapper #result #searchResultList > li .media > .media-body {
	width: 100%;
}
.fessWrapper #result #searchResultList > li .media .title {
	font-size: 1.7rem;
	font-weight: 700;
	white-space: normal;
}
.fessWrapper #result #searchResultList > li .media .title a {
	color: #337ab7;
}
.fessWrapper #result #searchResultList > li .media .title a:visited {
	color: #8b85bb;
}
.fessWrapper #result #searchResultList > li .media .title a:hover {
	color: #FF5F03;
	text-decoration: none;
}
.fessWrapper #result #searchResultList > li .media .body .thumbnail {
	margin-bottom: 0;
}
.fessWrapper #result #searchResultList > li .media .body .description {
	font-size: 1.5rem;
}
.fessWrapper #result #searchResultList > li .media .site cite {
	color: #111;
	font-size: 1.2rem;
}
.fessWrapper #result #searchResultList > li .media .site cite::before {
	content: "URL";
	display: inline-block;
	background-color: #FF5C00;
	border-radius: 2px;
	margin-right: 1rem;
	padding-right: 1rem;
	padding-left: 1rem;
	color: #fff;
	font-size: 1rem;
}
.fessWrapper #result .alert {
	font-size: 1.6rem;
}
.fessWrapper .paginationNav {
	padding-bottom: 40px;
}
.fessWrapper .paginationNav .pagination > li > a {
	box-sizing: border-box;
	border-color: #d2d2d2;
	border-right-style: none;
	border-left-style: none;
	padding: 8px 0;
	width: 40px;
	height: 40px;
	color: #333;
	font-size: 13px;
	text-align: center;
}
.fessWrapper .paginationNav .pagination > li > a:hover {
	color: #FF5C00;
	text-decoration: none;
}
.fessWrapper .paginationNav .pagination > li.active a {
	background-color: #d1d2d4;
	border-color: #d2d2d2;
	color: #fff;
}

#results {
	padding-top: 40px;
	padding-bottom: 40px;
}
#results .fessWrapper {
	padding-right: 0;
	padding-left: 0;
	font-size: 1.6rem;
}

.sitemap-layout {
	padding-bottom: 40px;
}
.sitemap-layout h2 {
	margin-top: 0;
	margin-bottom: 3rem;
	font-size: 2.5rem;
	font-weight: 700;
}
.sitemap-layout .sitemap-lists {
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	padding-left: 0;
}
.sitemap-layout .sitemap-lists li {
	position: relative;
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
	width: 100%;
	margin-bottom: 2rem;
	padding-left: 32px;
	font-size: 1.5rem;
}
@media (min-width: 768px) {
	.sitemap-layout .sitemap-lists li {
		width: 33.3333333333%;
		font-size: 1.7rem;
	}
}
.sitemap-layout .sitemap-lists li::before {
	content: "";
	position: absolute;
	margin: auto;
	top: 9px;
	left: 6px;
	width: 8px;
	height: 8px;
	border-top: solid 2px #FF5C00;
	border-right: solid 2px #FF5C00;
	-webkit-transform: rotate(45deg);
	        transform: rotate(45deg);
}
.sitemap-layout .sitemap-lists li::after {
	content: "";
	position: absolute;
	top: 1px;
	left: 0px;
	width: 24px;
	height: 24px;
	border: solid 1px #d2d2d2;
	border-radius: 12px;
	-webkit-transition: border-color 0.2s;
	transition: border-color 0.2s;
}
.sitemap-layout .sitemap-lists li:hover::after {
	border-color: #FF5C00;
}
.sitemap-layout .sitemap-lists li a:hover {
	text-decoration: none;
}
.sitemap-layout .sitemap-lists li a[target=_blank]::after {
	content: "\f08e";
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	margin-left: 8px;
}

.discontinued-search {
	position: relative;
	max-width: 480px;
	margin-top: 4rem;
	margin-bottom: 2rem;
}
.discontinued-search label {
	position: absolute;
	top: 50%;
	left: 1.2rem;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	z-index: 1;
	display: inline-block;
	margin: 0;
	color: #959595;
	font-size: 1.4rem;
}
.discontinued-search #serchModel {
	display: block;
	border: none;
	border: 1px solid transparent;
	border-bottom-color: #303042;
	width: 100%;
	padding: 0.6rem 4rem 0.6rem 16.5rem;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 1.5;
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
	-webkit-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.discontinued-search #serchModel:focus {
	border: 1px solid #86b7fe;
	box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
	outline: 0;
}
.discontinued-search .delete-icon {
	position: absolute;
	top: 0;
	right: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	width: 40px;
	height: 100%;
	cursor: pointer;
}
.discontinued-search .delete-icon .fa {
	font-size: 2rem;
	color: #959595;
}

.discontinued-search-result #discontinuedTable th,
.discontinued-search-result #discontinuedTable td {
	font-size: 1.2rem;
}
.discontinued-search-result #discontinuedTable th {
	text-align: center;
}
.discontinued-search-result #discontinuedTable tbody tr td.thumb img {
	max-width: 80px;
	height: auto;
}
.discontinued-search-result .nothing-msg {
	text-align: center;
}
/*# sourceMappingURL=style.css.map */