/*@charset "UTF-8";*/
/* CSS Document */

/* common */
* {
	margin: 0;
	padding: 0;
	font-family: 'Noto Sans JP', sans-serif !important;
}

body {
	background: #eeeeee;
	color: #606060;
}

img {
	vertical-align: bottom;
}

li {
	list-style-type: none;
}

a, button {
	transition: all 0.3s ease-in-out 0s !important;
}

button, textarea, select {
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	border-radius: 0;
	outline: none;
	box-shadow: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

input:focus {
	border: 2px solid #1f295b;
}

input::-ms-clear {
	visibility: hidden;
}

input::-ms-reveal {
	visibility: hidden;
}

input {
	font-size: 11px;
	line-height: 20px;
	height: 46px;
	padding: 13px 4px;
	background: #fff;
	border: solid 2px #ccc;
}

button {
	background-color: transparent;
	border: none;
	cursor: pointer;
	outline: none;
	padding: 0;
	appearance: none;
}

.wrapper, .wrapper2 {
	width: 100%;
	margin: auto;
}

.clearfix:after {
	content: " ";
	display: block;
	clear: both;
}

#back-top {
	position: fixed;
	bottom: 30px;
	right: 20px;
	z-index: 9999;
	opacity: 0.7;
	text-align: center;
}

#back-top a {
	color: #ffffff;
	text-align: center;
	display: block;
	line-height: 50px;
	text-decoration: none;
	opacity: 0.7;
	width: 50px;
	background: #1f295b;
	border-radius: 3px;
	font-size: 24px;
}

#back-top a:hover {
	opacity: 1;
}

.breadcrumb {
	margin-bottom: 0px !important;
	width: 100%;
	font-size: 14px;
	height: 30px;
	text-align: left;
	background: #eeeeee;
}

.breadcrumb a {
	color: #1f295b;
	margin-left: 5px;
}

@font-face {
	font-family: 'FontAwesome';
	src: url('../fonts/fontawesome-webfont.eot?v=4.7.0');
	src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0')
		format('embedded-opentype'),
		url('../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'),
		url('../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'),
		url('../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'),
		url('../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular')
		format('svg');
	font-weight: normal;
	font-style: normal;
}

.fa {
	display: inline-block;
	font-family: FontAwesome !important;
	font-style: normal;
	font-weight: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

h1 {
	position: relative;
	display: inline-block;
	margin-bottom: 1em;
	font-size: 24px;
	font-weight: normal;
}

h1:before {
	content: '';
	position: absolute;
	bottom: -10px;
	display: inline-block;
	width: 80px;
	height: 4px;
	left: 50%;
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: #606060;
	border-radius: 2px;
}

#logout {
	color: #fff;
	height: 30px;
}

#logout ul {
	float: right;
	margin-right: 10px;
	margin-bottom: 0;
}

#logout ul li {
	float: left;
	line-height: 30px;
	font-size: 12px;
	margin-left: 20px;
}

#userName::before {
	font-family: FontAwesome;
	content: '\f2be';
	margin-right: 6px;
}

#routeName::before {
	font-family: FontAwesome;
	content: '\f276';
	margin-right: 6px;
}

#logOutButton {
	background: #fff;
	color: #1f295b;
	font-size: 10px;
	font-weight: bold;
	padding-left: 16px;
	padding-right: 16px;
	line-height: 20px !important;
	border-radius: 10px;
	pointer-events: auto;
	cursor: pointer;
}

#logOutButton::before {
	font-family: FontAwesome;
	content: '\f08b';
	margin-right: 6px;
}

#logOutButton:hover {
	background: #1d84b5;
	color: #fff;
}

#logo {
	width: 160px;
	height: auto;
	margin-left: 10px;
	margin-bottom: 9px;
	cursor: pointer;
}

.gnav-wrapper {
	position: relative;
	height: 50px;
	line-height: 50px;
	border-bottom: solid 2px #1f295b;
	background: #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
}

.gnav {
	display: flex;
	justify-content: space-between;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	max-width: 100%;
	margin-top: 1px;
	display: -webkit-flex;
	display: flex;
	display: -webkit-box;
	display: -ms-flexbox;
}

.gnav li {
	text-align: center;
	transition: all .3s ease-in-out;
	line-height: 49px;
	height: 49px;
	max-width: 100%;
	box-sizing: border-box;
	display: block;
	-ms-flex: 1;
	-webkit-flex: 1;
	flex: 1;

	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-ms-flex: 1;
}

#respoMenu {
	display: none;
}

.gnav li a {
	line-height: 49px;
	display: inline;
	color: #606060;
	box-sizing: border-box;
	padding: 0 16px;
	margin-top: -1px;
}

.gnav>li:hover .megamenu {
	max-height: 9999px;
	opacity: 1;
	padding: 30px 0;
}

#current-bar {
	position: absolute;
	top: 0;
	left: 0;
	background: linear-gradient(#1d84b5, #1f295b);
	height: 5px;
	display: block;
	content: "";
}

.megamenu {
	max-height: 0;
	height: 120px;
	opacity: 0;
	overflow: hidden;
	width: 100%;
	position: absolute;
	top: 50px;
	left: 0;
	transition: all .2s ease-in;
	z-index: 1000;
}

.megamenu-inner {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	margin: auto;
	margin-top: -25px;
}

.megamenu-inner li {
	padding: 0;
	text-align: center;
	margin: 5px;
	position: relative;
	height: 100px;
	width: 100px;
}

.megamenu-inner li a {
	color: #fff;
	display: block;
	width: 100px;
	font-size: 11px;
	border-radius: 3px;
	line-height: 0;
	padding: 25px 0;
}

.megamenu-inner li a em {
	font-size: 40px;
	margin-bottom: 10px;
}

.megamenu-inner li a img {
	width: 40px;
	height: auto;
	margin-bottom: 10px;
}

.megamenu-inner:hover>li a {
	opacity: 0.5;
}

.megamenu-inner:hover>li a:hover {
	opacity: 1;
}

#customer .megamenu {
	background: rgba(31, 41, 91, .6);
}

#customer .megamenu-inner li a {
	background: #1f295b;
}

#partner {
	-ms-flex: 1.1;
}

#partner .megamenu {
	background: rgba(111, 186, 44, .6);
}

#partner .megamenu-inner li a {
	background: #6fba2c;
}

#staff .megamenu {
	background: rgba(29, 132, 181, .6);
}

#staff .megamenu-inner li a {
	background: #1d84b5;
}

#headerButton {
	margin-right: 10px;
	float: right;
}

#headerButton li {
	float: left;
}

#headerButton a {
	display: inline-block;
	line-height: 44px;
	width: 50px;
	text-align: center;
	vertical-align: middle;
	color: #fff !important;
	font-size: 20px;
	border: solid 1px #fff;
	background: linear-gradient(#1d84b5, #1f295b);
	margin-bottom: 6px;
}

#headerButton a span {
	display: none;
	transition: all 0.3s ease-in-out 0s;
}

#headerButton a:hover {
	position: relative;
}

#headerButton a:hover span {
	display: block;
	position: absolute;
	top: 50px;
	left: -30px;
	font-size: 50%;
	color: #fff;
	background: linear-gradient(rgba(29, 132, 181, .5), rgba(31, 41, 91, .5));
	width: 80px;
	padding: 5px;
	border-radius: 3px;
	z-index: 100;
	line-height: 20px !important;
}

#headerButton a span:before {
	content: '';
	display: block;
	position: absolute;
	height: 0;
	width: 0;
	top: -15px;
	left: 50px;
	border: 10px transparent solid;
	border-right-width: 0;
	border-left-color: rgba(29, 132, 181, .5);
	-webkit-transform: rotate(270deg);
	-o-transform: rotate(270deg);
	transform: rotate(270deg);
	z-index: 100;
}

#headerButton a img {
	width: 15px;
	height: auto;
	vertical-align: middle;
	margin-bottom: 6px;
}

#modalSearch table {
	margin: 15px auto 30px;
	vertical-align: text-bottom;
	width: 100%;
}

#modalSearch table td:nth-child(2) {
	width: 120px;
}

#searchModalLabel {
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	display: inline-block;
	font-size: 18px;
	padding-left: 15px;
	vertical-align: middle;
	width: 100%;
}

.searchModalLabel {
	font-family: FontAwesome !important;
}

#searchButton {
	text-align: center !important;
	background: #1f295b !important;
	color: #fff !important;
	line-height: 46px;
	font-size: 14px;
	margin-top: 3px;
	width: 120px;
	padding: 0 40px;
	overflow: visible;
}

#searchButton:hover {
	background: #1d84b5 !important;
}

#tagCloud {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	margin: 15px auto 0;
}

.tag {
	padding: 6px 16px;
	border-radius: 16px;
	background: #1f295b;
	color: #fff;
	font-size: 16px;
	display: block;
	margin: 5px;
	text-align: left;
}

.tag::before {
	font-family: FontAwesome;
	margin-right: 3px;
}

.tag:hover {
	background: #1d84b5 !important;
}

.tags li {
	float: left;
}

.respo-menu {
	background: none !important;
	width: 100% !important;
	padding: 0 !important;
	box-shadow: none !important;
}

.respo-menu .remodal-close {
	width: 100px !important;
	font-size: 16px;
	text-align: right;
	font-weight: bold;
}

.respo-menu .remodal-close::before {
	font-size: 24px !important;
	left: 20px;
	top: 1px;
}

.respo-menu h1 {
	color: #fff;
	margin-top: 5px;
	margin-bottom: 10px;
	font-size: 18px !important;
	width: 100%;
	text-align: left;
}

.respo-menu h1::before {
	background: #fff;
	left: 10%;
}

.respo-menu .remodal-close {
	color: #fff;
}

.respo-wrapper {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	justify-content: flex-start;
}

.respo-wrapper li {
	padding: 0;
	text-align: center;
	margin: 2.2%;
	position: relative;
	height: 70px;
	width: 20.4%;
}

.respo-wrapper li a {
	color: #fff;
	display: block;
	width: 100%;
	font-size: .6em !important;
	border-radius: 3px;
	line-height: 0;
	padding: 16px 0;
}

.respo-wrapper li a em {
	font-size: 30px;
	margin-bottom: 10px;
}

.respo-wrapper li a img {
	width: 30px;
	height: auto;
	margin-bottom: 10px;
}

.customer li a {
	background: #1f295b;
}

.partner li a {
	background: #6fba2c;
}

.staff li a {
	background: #1d84b5;
}

.is-fixed {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	background-color: white;
}

.is-fixed>#logout {
	display: none;
}

/* main */
main {
	padding-bottom: 30px;
	margin: 0 auto;
	width: 96%;
	max-width: 1100px;
}

main h1 {
	text-align: center;
	width: 100%;
	margin-top: 30px;
}

main .flex-container {
	flex-wrap: wrap;
}

.article {
	width: 32.8%;
	margin: .2%;
	float: left;
}

.article img {
	width: 100%;
}

.article p#travel img {
	width: 50%;
	box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .075);
	margin-right: 10px;
	margin-top: 3px;
}

.article figure {
	position: relative;
	overflow: hidden;
}

.article figure .tag {
	position: absolute;
	top: 10px;
	left: 10px;
}

.favBg {
	position: absolute;
	right: 0px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 40px 40px 0;
	border-color: transparent #fff transparent transparent;
}

.favBg1 {
	border-color: transparent #fff transparent transparent;
}

.favBg2 {
	border-color: transparent #fff transparent transparent;
}

.favBg .fa-heart-o {
	position: absolute;
	color: #FF6D6D;
	margin-left: 21px;
	margin-top: 8px;
	cursor: pointer;
}

.favBg .fa-heart {
	position: absolute;
	color: #FF6D6D;
	margin-left: 21px;
	cursor: pointer;
	margin-top: 8px;
}

.article figcaption {
	position: absolute;
	width: 100%;
	bottom: 0;
	background: linear-gradient(rgba(29, 132, 181, .5), rgba(31, 41, 91, .5));
	color: #fff;
	padding: 10px;
}

.favBgTime {
	position: absolute;
	bottom: 42.3px;
	right: 0;
	width: auto;
	height: 30px;
	background: rgba(0, 0, 0, 0.6) none repeat scroll !important;
	padding-left: 10px;
	padding-right: 10px;
	line-height: 33px;
	color: white;
	font-size: 18px;
}

.favBgTime a {
	color: white;
}

.favBgTimeTwo {
	top: 155px;
}

.timeSpan {
	margin-left: 3px;
	margin-right: 3px;
	font-size: 18px;
}

#block-customer-header-menu>div>p {
	margin: 0px;
	display: none;
}
main>.wrapper>div:first-child>div:first-child {
	margin-top: 0px;
}

.article figcaption h2 a {
	font-size: 16px;
	color: #fff;
}

.article figcaption h2 a:hover {
	color: #1f295b;
}

.titleContent1 {
	display: block;
	color: #606060;
	font-size: 30px;
	width: 49%;
	line-height: 40px;
	text-align: left;
	margin: 45px auto 0;
	position: relative;
	overflow: hidden;
	float: left;
	padding-left: 5px;
	text-transform: capitalize;
	font-weight: bold;
}

.list_layout {
	margin-top: 10px !important;
}

.titleTopColor1 {
	background-color: #1f295b;
}

.titleContentColor1:first-child:first-letter, .titleContentColor1:nth-child(2):first-letter
	{
	color: #1f295b;
	font-size: 40px;
	font-weight: bold;
}

.titleTopColor2 {
	background-color: #6fba2c;
}

.titleContentColor2:first-child:first-letter, .titleContentColor2:nth-child(2):first-letter
	{
	color: #6fba2c;
	font-size: 40px;
	font-weight: bold;
}

.titleTopColor3 {
	background-color: #f86b4c;
}

.titleContentColor3:first-child:first-letter, .titleContentColor3:nth-child(2):first-letter
	{
	color: #f86b4c;
	font-size: 40px;
	font-weight: bold;
}

.titleContent2 {
	display: block;
	float: right;
}

.more_front {
	display: block;
	color: #1f295b;
	font-size: 14px;
	font-weight: bold;
	width: 128px;
	height: 28px;
	line-height: 26px;
	border: solid 2px #1f295b;
	border-radius: 23px;
	text-align: center;
	margin: 60px auto 0;
	position: relative;
	overflow: hidden;
}

.more_front:hover {
	background: #1f295b;
	color: #fff;
}

.more_front:active {
	background: #C0C0C0;
	color: #fff;
	border: solid 1px #C0C0C0;
}

.more {
	display: block;
	color: #1f295b;
	font-size: 16px;
	width: 140px;
	line-height: 46px;
	border: solid 1px #1f295b;
	border-radius: 23px;
	text-align: center;
	margin: 20px auto 0;
	position: relative;
	overflow: hidden;
}

.more:hover {
	background: #1f295b;
	color: #fff;
}

.more:active {
	background: #C0C0C0;
	color: #fff;
	border: solid 1px #C0C0C0;
}

.archive .flex-container {
	justify-content: space-between;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.archive .article {
	width: 48.9%; /* for Safari */
	background: #fff;
	box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .075);
	margin-bottom: 1.4%;
	position: relative;
	padding-bottom: 46px;
}

.archive .article img {
	box-shadow: none;
}

.archive .article h2 {
	margin: 10px 20px;
}

.archive .article h2 a {
	font-size: 22px;
	color: #606060 !important;
}

.archive .article h2 a:hover {
	color: #1f295b !important;
}

.archive .article .ymd {
	margin: 0 20px 10px;
}

.archive .article .preface {
	margin: 0 20px 20px;
	font-size: 14px;
}

.detail {
	display: block;
	line-height: 46px;
	text-align: center;
	width: 100%;
	background: #1f295b;
	color: #fff;
	font-size: 16px;
	position: absolute;
	bottom: 0;
	left: 0;
}

.detail:hover {
	background: #1d84b5;
}

.single {
	padding-top: 0px;
}

.single .article {
	width: 100%;
	background: #fff;
	box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .075);
	position: relative;
	font-size: 14px;
}

.single .article img {
	box-shadow: none;
}

.single .article .content {
	padding: 20px;
}

.single .article .content h2 {
	font-size: 24px;
}

.single .article .content .category {
	margin: 10px 0;
	display: inline-block;
	font-weight: bold;
	color: #1f295b;
}

.single .article .content .category:hover {
	color: #1d84b5;
}

.single .article .content .tag {
	display: inline-block;
	margin: 6px;
}

.single .article .content .preface {
	margin-top: 20px;
	line-height: 2;
	font-size: 16px;
	clear: both;
}

.single .article .content h3 {
	margin: 20px 0;
	font-size: 20px;
	background: linear-gradient(rgba(29, 132, 181, 1), rgba(31, 41, 91, 1));
	padding-left: 4px;
}

.single .article .content h3 span {
	background: #fff;
	padding-left: 10px;
	display: block;
}

.single .article .content h4 {
	font-size: 18px;
	line-height: 24px;
	vertical-align: middle;
	margin: 20px 0 10px;
}

.single .article .content h4::before {
	font-family: FontAwesome;
	margin-right: 10px;
	font-size: 24px;
	color: #1d84b5;
}

.single .article .content .video::before {
	content: url(../img/link_movie.png);
}

.single .article .content .slide::before {
	content: '\f1c4';
}

.single .article .content .pdf::before {
	content: url(../img/save_pdf.png);
}

.single .article .content .gift::before {
	content: '\f06b';
}

.single .article .content .image::before {
	content: '\f1c5';
}

.single .article .content .userInformationList::before {
	content: '\f044';
}

.single .article .content .relatedPage::before {
	content: url(../img/refer_content.png);
}

.URh4::before {
	content: '\f14c';
}

.slide::before {
	content: '\f1c4';
}
/*
.pdf::before {
    content: '\f1c1';
}
*/
.gift::before {
	content: '\f06b';
}

.image::before {
	content: '\f1c5';
}

.userInformationList::before {
	content: '\f044';
}

.external, .internal {
	padding: 0 2px;
	text-decoration: underline;
	color: #1f295b;
}

.external::after {
	font-family: FontAwesome;
	content: '\f08e';
	margin-left: 2px;
}

.external:hover, .internal:hover {
	color: #1d84b5;
}

.iframe-content {
	position: relative;
	width: 100%;
	padding: 56.25% 0 0 0;
	margin: 20px 0;
}

.iframe-content iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.table1 {
	margin: 10px 0;
	font-size: 14px;
	line-height: 46px;
	border: solid 2px #ccc;
}

.table1 tr:nth-child(2n) {
	background: #ccc;
}

.table1 th {
	text-align: left;
	padding-left: 10px;
	width: 20%;
}

.table1 td {
	width: 40%;
	text-align: center;
}

.table1 td a {
	display: block;
	line-height: 28px;
	background: #1f295b;
	color: #fff;
	text-align: center;
	width: 120px;
	float: right;
	margin-right: 10px;
}

.table1 td a:hover {
	background: #1d84b5;
}

.galleryWrapper {
	margin: 10px 0;
}

.galleryWrapper li {
	width: 23.5%;
	box-sizing: border-box;
	float: left;
	margin: .4% .7% .7%;
	overflow: hidden;
}

.galleryWrapper li:first-child {
	width: 49%;
	margin: .4%;
}

.galleryWrapper li a:hover {
	opacity: .7;
}

#registrationButton {
	width: 100px;
	line-height: 36px;
	text-align: center;
	background: #1f295b;
	color: #fff;
	font-size: 12px;
	margin-bottom: 10px;
}

#registrationButton:hover {
	background: #1d84b5;
}

#registration .flex-container {
	justify-content: space-between;
	align-items: flex-end;
	clear: both;
}

#refineSearchWrapper {
	position: relative;
}

#refineSearchWrapper::before {
	position: absolute;
	right: 10px;
	top: 0;
	font-family: FontAwesome !important;
	content: '\f107';
}

#refineSearch {
	width: 164px;
	line-height: 36px;
	height: 36px;
	border: solid 2px #ccc;
	font-size: 12px;
	padding-left: 10px;
}

#refineSearchLabel {
	font-family: FontAwesome !important;
	font-style: normal;
	font-weight: normal;
	display: inline-block;
	width: 180px;
	line-height: 36px !important;
	height: 36px !important;
	padding: 12px !important;
	vertical-align: middle;
}

#refineSearchButton {
	width: 80px;
	line-height: 36px;
	height: 36px;
	text-align: center;
	background: #1f295b;
	color: #fff;
	font-size: 12px;
	vertical-align: bottom;
}

#refineSearchButton:hover {
	background: #1d84b5;
}

.pager li {
	float: left;
	line-height: 30px;
	width: 30px;
	border: solid 2px #ccc;
	text-align: center;
	margin-left: 2px;
}

.pager li:nth-child(4) {
	border: none;
}

.pager li a {
	color: #606060;
	display: block;
}

.pager li a:hover {
	color: #fff;
	background: #ccc;
}

.pagerWrapper {
	margin-bottom: 20px;
	overflow: hidden;
}

.pagerWrapper .pager {
	float: right;
}

.userInformationListTable {
	margin: 10px 0;
	font-size: 14px;
	line-height: 46px;
	border: solid 2px #ccc;
}

.userInformationListTable th, .userInformationListTable td {
	width: 25%;
	text-align: center;
}

.userInformationListTable td a {
	display: block;
	width: 100px;
	line-height: 28px;
	background: #606060;
	color: #fff;
	font-size: 12px;
	margin-right: 20px;
	box-sizing: border-box;
}

.userInformationListTable td a.active {
	background: #fff;
	border: solid 2px #606060;
	color: #606060;
}

.userInformationListTable td a:hover {
	background: #fff;
	color: #606060;
	border: solid 2px #606060;
}

.userInformationListTableInner {
	border-bottom: solid 2px #ccc;
	border-top: solid 2px #ccc;
	padding: 20px;
	overflow: hidden;
}

.userInformationListTableInner ul {
	width: 100%;
}

.userInformationListTableInner ul li {
	float: left;
	margin-bottom: 10px;
	text-align: right;
	font-size: 12px;
	font-weight: bold;
	width: 100%;
}

.userInformationListTableInner ul li input {
	width: 500px;
}

.userInformationListTableInner ul li.half {
	width: 50%;
}

.userInformationListTableInner ul li.half input {
	width: 190px !important;
}

.authority {
	text-align: left !important;
}

.authority span:first-child {
	float: left;
	text-align: right;
	width: 120px;
}

.authority ul {
	float: left;
	width: auto;
	padding-left: 3px;
	overflow: hidden;
}

.authority ul li {
	line-height: 28px;
	text-align: left;
	float: none;
	padding-top: 10px;
}

input[type=radio] {
	display: none;
}

.checkbox01-parts {
	padding-left: 30px;
	position: relative;
	line-height: 28px;
}

.checkbox01-parts::before {
	content: "";
	display: block;
	position: absolute;
	top: -2px;
	left: 0;
	width: 24px;
	height: 24px;
	border: 2px solid #ccc;
}

.checkbox01-input:checked+.checkbox01-parts::after {
	content: "";
	display: block;
	position: absolute;
	top: -1px;
	left: 7px;
	width: 10px;
	height: 16px;
	transform: rotate(40deg);
	border-bottom: 4px solid #1f295b;
	border-right: 4px solid #1f295b;
}

.availability {
	text-align: left !important;
	padding-left: 60px;
}

.availability label {
	position: relative;
}

.availability label::before {
	position: absolute;
	right: 10px;
	top: -14px;
	font-family: FontAwesome !important;
	content: '\f107';
}

select.availabilitySelect {
	position: relative;
	border: solid 2px #ccc;
	line-height: 40px;
	height: 40px;
	padding-left: 10px;
	width: 180px;
}

.userInformationDelete, .userInformationFix {
	width: 100px;
	text-align: center;
	line-height: 28px;
	margin-top: 10px;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
}

.userInformationFix {
	background: #1f295b;
}

.userInformationDelete {
	background: #8b0000;
}

.tab-select-outer {
	display: none;
}

.tab-contents {
	padding: 10px;
	clear: both;
}

#tab-select {
	width: 164px;
	line-height: 36px;
	height: 36px;
	border: solid 2px #ccc;
	font-size: 12px;
	padding-left: 10px;
}

#tab-selectWrapper {
	position: relative;
}

#tab-selectWrapper::before {
	position: absolute;
	right: 10px;
	top: 0;
	font-family: FontAwesome !important;
	content: '\f107';
}

#tab-button li {
	float: left;
	width: 20%;
	height: 50px;
	line-height: 50px;
	text-align: center;
	border: 3px #1f295b solid;
	border-left: 0px;
}

#tab-button li:first-child {
	border-left: 3px #1f295b solid;
}

#tab-button li a {
	display: block;
	background: white;
	color: #606060;
	height: 44px;
}

.is-active_t a {
	background: #1f295b !important;
	color: #fff !important;
}

.is-active_select {
	background: #1f295b !important;
	color: #fff !important;
}

/* footer */
.pagetop {
	position: absolute;
	bottom: -40px;
	right: 50px;
}

.pagetop a {
	display: block;
	width: 60px;
	height: 40px;
	background-color: #333;
	border-radius: 8px 8px 0 0;
	text-align: center;
	color: #fff;
	font-size: 24px;
	text-decoration: none;
	line-height: 40px;
}

#footerSocial {
	background: #1d84b5;
	color: #fff;
}

#footerSocial .wrapper {
	padding: 10px;
}

#footerSocial h3 {
	font-size: 16px;
}

#footerSocial h3::before {
	font-family: FontAwesome;
	content: '\f1e0';
	margin-right: 6px;
}

#footerSocial table {
	text-align: left;
	line-height: 2;
	font-size: 14px;
	vertical-align: middle;
}

#footerSocial table tr th {
	text-align: left !important;
}

#footerSocial table tr td a {
	color: #1f295b;
}

#footerSocial table td a:hover {
	color: #fff;
}

#facebook::before {
	font-family: FontAwesome;
	content: '\f09a';
	margin-right: 6px;
	margin-bottom: 4px;
}
/*
#twitter::before {
	font-family: FontAwesome;
	content: '\f099';
	margin-right: 6px;
	margin-bottom: 4px;
}
*/
#twitter::before {
	font-family: FontAwesome;
 content: '𝕏' !important;
    margin-right: 6px;
margin-bottom: 4px;
}

#youtube::before {
	font-family: FontAwesome;
	content: '\f16a';
	margin-right: 6px;
	margin-bottom: 4px;
}

footer .wrapper .flex-container {
	flex-wrap: wrap;
	align-items: stretch;
	display: flex;
}

.footerWiget {
	flex: 3;
	margin: 15px 0 0px 15px;
	border-right: solid 1px #1f295b;
}

.footerWiget:last-child {
	border-right: none;
}

.footerWiget p {
	margin: 5px 0;
}

.footerWiget h4 {
	font-size: 16px;
	margin-bottom: 10px;
}

.footerWiget ul li {
	line-height: 2;
}

.footerWiget ul li a {
	color: #1f295b;
	font-size: 14px;
}

.footerWiget ul li a:hover {
	opacity: .8;
}

#footerLogo img {
	width: 160px;
	height: auto;
}

div#footerLogo {
	width: 200px;
}

div#footerAbout {
	width: 400px;
	padding-right: 20px;
}

div#footerLink1 {
	width: 200px;
	padding-right: 20px;
}

div#footerLink2 {
	width: 200px;
}

#footerAbout p {
	margin-bottom: 10px;
	font-size: 14px;
}

#footerAbout p a {
	color: #1f295b;
	text-decoration: underline;
	font-weight: bold;
}

#footerAbout p a:hover {
	opacity: .8;
}

#footerAbout h5 {
	margin-bottom: 10px;
	font-size: 14px;
}

#footerLink1 h4::before {
	font-family: FontAwesome;
	content: '\f08e';
	margin-right: 6px;
}

#footerLink2 h4::before {
	font-family: FontAwesome;
	content: '\f14c';
	margin-right: 6px;
}

#copylight {
	color: #fff;
	line-height: 30px;
	font-size: 12px;
	height: 30px;
}

#copylight .flex-container {
	justify-content: space-between;
}

#copylight .flex-container div {
	margin: 0 10px;
	float: left;
}

#copylight .flex-container div:last-child {
	float: right;
}

#copylight div ul {
	float: right;
	margin-bottom: 0px;
}

#copylight div ul li {
	float: left;
	margin-left: 20px;
}

#copylight div ul li a {
	color: #fff;
}

#copylight div ul li a:hover {
	text-decoration: underline;
}

/* result */
.result .content {
	width: 100%;
	background: #fff;
	box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .075);
	position: relative;
	font-size: 14px;
	padding: 30px;
}

.result .content table {
	margin: auto;
	margin-bottom: 20px;
}

.result .content table input {
	width: 300px;
}

#searchButton2 {
	text-align: center !important;
	background: #1f295b !important;
	color: #fff !important;
	line-height: 46px;
	font-size: 14px;
	width: 120px;
	padding: 0 40px;
	vertical-align: middle;
}

#searchButton2:hover {
	background: #1d84b5 !important;
}

.result .content .flex-container {
	margin-bottom: 30px;
}

.result .content .flex-container div {
	width: 50%;
}

.result .content .flex-container div h2 a {
	font-size: 20px;
	color: #1f295b;
}

.result .content .flex-container div h2 a:hover, .result .content .flex-container div .category:hover
	{
	color: #1d84b5;
}

.result .content .flex-container div .category {
	font-weight: bold;
	color: #1f295b;
	font-size: 14px;
}

.result .content .flex-container div .preface {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.result .content .flex-container div img {
	width: 100%;
	height: auto;
}

.result .content .flex-container div img:hover {
	opacity: 0.7;
}

.pagerBig li {
	float: left;
	line-height: 42px;
	width: 46px;
	border: solid 2px #ccc;
	text-align: center;
	margin: 2px;
}

.pagerBig li a {
	color: #606060;
	display: block;
}

.pagerBig li a:hover {
	color: #fff;
	background: #ccc;
}

.pagerWrapper .pagerBig {
	display: flex;
	align-items: center;
	justify-content: center;
}

/* favorite */
.favorite #sortButton {
	margin: 20px 20% 30px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	display: -webkit-flex;
	display: flex;

	display: -webkit-box;
	display: -ms-flexbox;
}

#sortButton li {
	text-align: center;
	-ms-flex: 1;
	-webkit-flex: 1;
	flex: 1;

	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-ms-flex: 1;
}

#sortButton li a {
	width: 100px;
	line-height: 32px;
	height: 36px;
	font-size: 14px;
	text-align: center;
	border: solid 2px #606060;
	color: #606060;
	display: block;
	background: rgba(0, 0, 0, 0);
}

#sortButton li a.active, #sortButton li a:hover {
	border: solid 2px #1f295b;
	color: #fff;
	display: block;
	background: #1f295b;
}

#sortButton li a.active {
	cursor: none;
	pointer-events: none;
}

#footerSocial td {
	text-align: left;
}

/* respo */
@media screen and (min-width: 1100px) {
	.wrapper, .gnav, .megamenu-inner, .main-wrapper {
		width: 100% !important;
		max-width: 1100px;
	}
	#logout {
		color: #fff;
		height: 30px;
	}
	#logout ul {
		float: right;
		margin-right: 10px;
		margin-bottom: 0;
	}
	#logout ul li {
		float: left;
		line-height: 30px;
		font-size: 12px;
		margin-left: 20px;
	}
}

@media screen and (min-width: 710px) {
	.wrapper2 {
		width: 90%;
		max-width: 710px;
	}
}

@media screen and (max-width: 770px) {
	.gnav li a {
		line-height: 49px;
		display: inline;
		color: #606060;
		box-sizing: border-box;
		padding: 0 8px;
		margin-top: -1px;
	}
}

@media screen and (max-width: 1100px) {
	.wrapper, .gnav, .megamenu-inner, .main-wrapper, .gnav-wrapper {
		max-width: 1100px;
	}
	#logout {
		width: 100% !important;
		max-width: 1100px;
	}
	#footerSocial {
		width: 100% !important;
		max-width: 1100px;
	}
	#footerContent {
		width: 100% !important;
		max-width: 1100px;
	}
	#copylight {
		width: 100% !important;
		max-width: 1100px;
	}
	#logout {
		color: #fff;
		height: 30px;
	}
	#logout ul {
		float: right;
		margin-right: 10px;
		margin-bottom: 0;
	}
	#logout ul li {
		float: left;
		line-height: 30px;
		font-size: 12px;
		margin-left: 20px;
	}
}

@media screen and (max-width: 710px) {
	.wrapper2 {
		width: 80%;
		max-width: 710px;
	}
}

.dis {
	display: block;
}

.disn {
	display: none;
}

.more_false {
	display: block;
	color: white;
	font-size: 16px;
	width: 200px;
	line-height: 46px;
	border: 0px;
	border-radius: 23px;
	text-align: center;
	margin: 20px auto 0;
	position: relative;
	overflow: hidden;
	background: grey;
}

.more_false:hover {
	background: grey;
	color: white;
	border: 0px;
}

.lay-btn-new {
	background-color: grey;
}

.isActive {
	border: 1px red solid;
}

.right-title {
	border: 1px grey solid;
	margin-bottom: 5px;
	padding: 5px;
	cursor: pointer;
}

.right-title-background {
	background-color: grey;
	color: white;
}

select::-ms-expand {
	display: none;
}

.jaf-span {
	background-color: darkorange;
	display: block;
	float: left;
	width: 47%;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	cursor: pointer;
	color: black;
}

.jaf-span-margin {
	margin-top: 10px;
}

.jaf-span-right {
	float: right;
}

.jaf-span>a {
	color: black;
}

.jaf-div {
	display: block;
	background-color: darkorange;
	height: 40px;
	line-height: 40px;
	width: 100%;
	font-size: 16px;
	cursor: pointer;
	color: black;
}

.jaf-div-margin {
	margin-top: 10px;
}

.jaf-div>a {
	color: black;
	width: 100%;
}

.jaf-div>span {
	padding-left: 5px;
	font-family: Glyphicons Halflings !important;
}

.jaf-span>span {
	padding-left: 5px;
	font-family: Glyphicons Halflings !important;
}

#footerLink2 {
	border-right: 0px;
}

#logoWrapper {
	text-align: left;
}

footer>.wrapper>.flex-container>.footerWiget {
	float: left;
	min-height: 114px
}

#info_li {
	position: relative;
}

#info_num {
	position: absolute;
	background-color: red;
	border-radius: 10px;
	padding: 3px;
	top: -4px;
	right: -4px;
	text-align: center;
	vertical-align: middle;
	line-height: 15px;
	font-size: 12px;
	min-width: 20px;
	min-height: 20px;
}

.list_content {
	margin-top: 50px;
	line-height: 33px;
	margin-bottom: 50px;
}

.title_html {
	font-size: 30px;
	width: 100%;
	margin: 0 auto;
	text-align: center;
	font-weight: bold;
}

.nav_html {
	padding-left: 30px;
	font-size: 14px;
	font-weight: 400;
}

.nav_html a {
	color: black;
}

.list_html {
	background-color: white;
	padding: 15px 15px 50px 15px;
	font-size: 18px;
	font-weight: bold;
}

.content_div {
	border-bottom: 1px #b4d7f0 dashed;
	margin-bottom: 10px;
	padding-bottom: 5px;
}

.list_html span {
	cursor: pointer;
}

.list_time {
	margin-right: 10px;
	margin-left: 10px;
}

.list_title {
	font-size: 20px;
}

.info_span_flg {
	font-size: 11px;
	border-radius: 3px;
	background-color: red;
	padding: 3px 10px;
	margin-bottom: 2px;
	color: white;
	font-weight: normal;
	margin-right: 10px;
	margin-left: 10px;
}

.info_detail>div {
	margin-bottom: 20px;
	margin-left: 30px;
}

.info_detail_title {
	font-size: 26px;
	font-weight: bold;
	padding-bottom: 10px;
}

.imgBg {
	position: absolute;
	top: 0;
	left: 0;
	max-width: 84px;
	max-height: 81px;
}

div.pic_pdf_series {
	margin-right: 5px;
	float: left;
	text-align: center;
}

div.pic_pdf_series a {
	color: black;
}

div.pic_pdf_series img {
	width: 100%;
	cursor: pointer;
}

a.jafplus_a {
	color: white;
}

a.jafplus_a:visited {
	color: white;
}

td.bcari {
	background-color: #3a3a3a;
}

span.kuro {
	color: black;
}

a#unlockModal {
	color: #3586D7;
	font-size: 13px;
}

span.display_name {
	padding-left: 20px;
	line-height: 30px;
	font-size: 12px;
}

p#esales {
	color: black;
	font-size: 14px;
}

p#esales a {
	color: black;
}

div.child_indent {
	margin: 20px;
}

.child_block {
	display: block;
}

.child_none {
	display: none;
}

ul.sitemap {
	margin: 25px;
}