@charset "utf-8";
/* CSS Document */
/*+-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+
+-----+// common
--+-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+*/
#container {
	position: relative;
}
.contents {
	margin-bottom: 56px;
}
dl.date_and_txt dt {
	float: left;
	min-width: 112px;
	font-weight: 700;
	letter-spacing: 0.1em;
}
dl.date_and_txt dd {
	float: right;
	width: 100%;
	max-width : -webkit-calc(100% - 112px);
	max-width : calc(100% - 112px);
	line-height: 1.6;
}
dl.date_and_txt dt:nth-of-type(n+2) {
	clear: both;
	margin-top: 16px;
}
dl.date_and_txt dd:nth-of-type(n+2) {
	margin-top: 16px;
}
.btnDetail a {
	width: 88px;
	height: 18px;
	background: #55D3A7;
	text-align: center;
	display: block;
	color: #fff;
	font-size: 12px;
	margin: 8px auto 0 auto;
	letter-spacing: 0.2em;
}
.btnDetail a .fa {
	position: relative;
	right: -9px;
}
.btnDetail a:hover {
	background: #39B58A;
	display: block;
}
.btnNormal a {
	width: 88px;
	height: 18px;
	background: #cdcdcd;
	text-align: center;
	display: block;
	font-size: 12px;
	margin: 8px auto 0 auto;
	letter-spacing: 0.2em;
}
.btnNormal a .fa {
	position: relative;
	right: -20px;
}
.btnNormal a:hover {
	background: #55D3A7;
	color: #fff;
	display: block;
}
/*+-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+
+-----+// font
--+-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+*/
a, a::before, a::after {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
	font-size: inherit;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
}
a img {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
	display: block;
	width: 100%;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
}
a.link_1 {
	color: #0093D4;
}
a.link_1:hover {
	text-decoration: underline;
}
h1 {
	font-size: 24px;
	padding-left: 40px;
	margin-top: -16px;
}
/*+-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+
+-----+// none
--+-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+*/
.pcOnly {
	display: block;
}
.spOnly {
	display: none;
}
/*+-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+
+-----+// clumn
--+-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+*/
.clumn_2_inr img:hover {
	-webkit-filter: brightness(80%);
	-moz-filter: brightness(80%);
	-ms-filter: brightness(80%);
	-o-filter: brightness(80%);
	filter: brightness(80%);
}
/*+-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+
+-----+// layaut
--+-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+*/
#wrapper {
	width: 100%;
	max-width: 1040px;
	margin: 0 auto;
}
.pan {
	margin-bottom: 32px;
}
.pan, .pan a {
	font-size: 12px;
}
side {
	float: left;
	max-width: 240px;
	width: 23%;
	color: #fff;
	margin: 160px 0 240px 0;
	background: rgba(0,147,212,0.7);
	position: relative;
}
side::before {
	content: "";
	height: 80px;
	margin-top: -80px;
	display: block;
	-webkit-background: linear-gradient(to bottom, rgba(0,147,212,0) 0%, rgba(0,147,212,0.06) 6%, rgba(0,147,212,0.2) 16%, rgba(0,147,212,0.4) 32%, rgba(0,147,212,0.7) 96%, rgba(0,147,212,0.7) 100%);
	-moz-background: linear-gradient(to bottom, rgba(0,147,212,0) 0%, rgba(0,147,212,0.06) 6%, rgba(0,147,212,0.2) 16%, rgba(0,147,212,0.4) 32%, rgba(0,147,212,0.7) 96%, rgba(0,147,212,0.7) 100%);
	background: linear-gradient(to bottom, rgba(0,147,212,0) 0%, rgba(0,147,212,0.06) 6%, rgba(0,147,212,0.2) 16%, rgba(0,147,212,0.4) 32%, rgba(0,147,212,0.7) 96%, rgba(0,147,212,0.7) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000093d4', endColorstr='#000093d4', GradientType=0 ); /* IE6-9 */
}
side::after {
	content: "";
	position: absolute;
	bottom: -240px;
	height: 240px;
	width: 100%;
	display: block;
	-webkit-background: linear-gradient(to bottom, rgba(0,147,212,0.7) 0%, rgba(0,147,212,0.7) 6%, rgba(0,147,212,0.4) 16%, rgba(0,147,212,0.2) 40%, rgba(0,147,212,0.06) 56%, rgba(0,147,212,0) 100%);
	-moz-background: linear-gradient(to bottom, rgba(0,147,212,0.7) 0%, rgba(0,147,212,0.7) 6%, rgba(0,147,212,0.4) 16%, rgba(0,147,212,0.2) 40%, rgba(0,147,212,0.06) 56%, rgba(0,147,212,0) 100%);
	background: linear-gradient(to bottom, rgba(0,147,212,0.7) 0%, rgba(0,147,212,0.7) 6%, rgba(0,147,212,0.4) 16%, rgba(0,147,212,0.2) 40%, rgba(0,147,212,0.06) 56%, rgba(0,147,212,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000093d4', endColorstr='#000093d4', GradientType=0 );
}
side nav {
	position: absolute;
	top: 0;
}
side .nav_ul a {
	padding: 16px 16px 16px 40px;
	display: block;
	position: relative;
	z-index: 10;
}
side .nav_ul a:before {
	content: "";
	position: absolute;
	display: block;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#0093d4+0,0093d4+100&0.6+0,0+100 */
	background: -moz-linear-gradient(left, rgba(0,147,212,0.6) 0%, rgba(0,147,212,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(0,147,212,0.6) 0%, rgba(0,147,212,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(0,147,212,0.6) 0%, rgba(0,147,212,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#990093d4', endColorstr='#000093d4', GradientType=1 ); /* IE6-9 */
	width: 0;
	top: 0;
	left: 0;
	bottom: 0;
	-webkit-transition: .4s ease 0s;
	transition: .4s ease 0s;
	z-index: -1;
}
side .nav_ul a:hover:before {
	width: 100%;
}
main {
	float: right;
	max-width: 756px;
	width: 72%;
	padding: 120px 0 80px 0;
	border-bottom: 1px solid #64c3c3;
	min-height: 1200px;
}
#key {
	width: 100%;
	max-width: 1040px;
	margin: 0 auto;
	top: 112px;
	position: relative;
}
#key .imgArea {
	opacity: 0.4;
}
#key .txtArea {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%) translateX(0);
 -webkit- transform: translateY(-50%) translateX(0);
}
#key_background li:first-child {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	max-width: 352px;
	min-width: 352px;
	opacity: 0.4;
	z-index: -1;
	
}
#key_background li:last-child {
	position: absolute;
	top: 0px;
	right: 0;
	width: 100%;
	max-width: 536px;
	min-width: 536px;
	z-index: -1;
}
header {
	position: absolute;
	top: 40px;
	right: 0;
	left: 0;
	width: 100%;
	max-width: 1040px;
	margin: 0 auto;
}
.logo {
	margin-right: auto;
	width: 100%;
	max-width: 368px;
	float: left;
}
.lang {
	float: right;
	margin-top: -20px;
}
.hexagon {
	float: left;
}
.lang .hexagon + .hexagon {
	margin-left: 8px;
}
.lang .hexagon a {
	color: #fff;
	font-size: 10px;
	font-size: 1.0rem;
	text-align: center;
	display: block;
	line-height: 72px;
	position: relative;
	width: 46px;
	height: 72px;
	background: #7185B8;
	margin: 0 20px;
	font-weight: 400;
}
.hexagon a::before, .hexagon a::after {
	content: "";
	position: absolute;
	width: 0;
	border-top: 36px solid transparent;
	border-bottom: 36px solid transparent;
}
.hexagon a::before {
	left: 100%;
	border-left: 20px solid #7185B8;
}
.hexagon a::after {
	right: 100%;
	top: 0;
	width: 0;
	border-right: 20px solid #7185B8;
}
.hexagon a:hover, .hexagon.active a {
	background: #465B8F;
}
.hexagon a:hover::before, .hexagon.active a::before {
	left: 100%;
	border-left: 20px solid #465B8F;
}
.hexagon a:hover::after, .hexagon.active a::after {
	right: 100%;
	top: 0;
	width: 0;
	border-right: 20px solid #465B8F;
}
footer nav ul li a:hover {
	color: #0093D4;
	text-decoration: underline;
}
#footer_background li:first-child {
	position: absolute;
	bottom: 0px;
	left: 0;
	width: 100%;
	max-width: 536px;
	min-width: 536px;
	z-index: -1;
}
#footer_background li:last-child {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 100%;
	max-width: 352px;
	min-width: 352px;
	z-index: -1;
	opacity: 0.4;
}
.contact_ul.flex.pcOnly {
	margin: 0 16px;
	float: left;
	display: flex;
}
.contact_ul li .txt_2 a:hover {
	text-decoration: underline;
}
footer nav.flex.pcOnly {
	float: right;
	display: flex;
}
footer nav ul + ul {
	margin-left: 16px;
}
footer nav ul li {
	margin-bottom: 10px;
	font-size: 13px;
}
/*+-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+
+-----+// memberIndex
--+-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+*/
/*.sec_1*/
#memberIndex .sec_1 {
	margin-bottom: 24px;
}
/*.sec_2*/
#memberIndex .contents.sec_2 li {
	border: 1px solid #ccc;
	margin: 0 13px 24px 0;
	width: 177px;
}
#memberIndex .contents.sec_2 li:nth-child(4n) {
	margin-right: 0;
}
#memberIndex .contents.sec_2 li .imgArea {
	display: block;
	width: 175px;
	height: 177px;
	overflow: hidden;
	background: #AEEBD6;
	color: #fff;
	text-align: center;
	position: relative;
}
#memberIndex .contents.sec_2 li .imgArea .fa {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
 -webkit- transform: translateY(-50%) translateX(-50%);
}
#memberIndex .contents.sec_2 .txtArea {
	padding: 16px;
}
#memberIndex .contents.sec_2 h3 {
	font-size: 14px;
	text-align: center;
}
#memberIndex .contents.sec_2 h3 span.mini {
	font-size: 10px;
}
#memberIndex .contents.sec_2 h4 {
	font-size: 14px;
	font-weight: normal;
	text-align: center;
	margin: 8px 0 4px 0;
}
#memberIndex .contents.sec_2 h5 {
	font-size: 12px;
	text-align: center;
}
/*.sec_3*/

#memberIndex .contents.sec_3 li {
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	width: 25%;
	padding: 16px 0;
}
#memberIndex .contents.sec_3 li:nth-child(4n+1) {
	border-left: 1px solid #ccc;
}
#memberIndex .contents.sec_3 li:nth-child(-n+4) {
	border-top: 1px solid #ccc;
}
#memberIndex .contents.sec_3 h3 {
	font-size: 14px;
	text-align: center;
}
#memberIndex .contents.sec_3 h3 span.mini {
	font-size: 10px;
}
/*+-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+
+-----+// memberDetail
--+-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+*/
#memberDetail .headline_bg h2 {
	font-size: 24px;
}
#memberDetail .headline_bg h2 .position {
	font-weight: normal;
	font-size: 14px;
	position: relative;
	top: -3px;
	padding-right: 16px;
}
#memberDetail .headline_bg h2 .kana {
	font-size: 12px;
	position: relative;
	top: -3px;
	padding-left: 16px;
}
#memberDetail .sec_1 .imgArea {
	max-width: 256px;
	width: 100%;
	display: block;
    overflow: hidden;
    text-align: center;
}
#memberDetail .sec_1 .imgArea.imgNone {
    background: #AEEBD6;
    color: #fff;
    position: relative;
}
#memberDetail .sec_1 .imgArea.imgNone .fa {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
}
#memberDetail .sec_1 .imgArea img {
	max-width: 100%;
}
#memberDetail .sec_1 .txtArea {
	width : -webkit-calc(100% - 280px);
	width : calc(100% - 275px);
}
#memberDetail .sec_1 .anchorNav {
	padding-left: 1.5em;
	overflow: hidden;
}
#memberDetail .sec_1 .anchorNav li {
	margin: 0 24px 8px 0;
	float: left;
	list-style: disc;
	width: 44%;
	font-size: 13px;
}
#memberDetail .sec_1 .anchorNav li:nth-child(odd) {
	clear: left;
}
#memberDetail .sec_1 .anchorNav li a:hover {
	color: #0093D4;
	text-decoration: underline;
}
#memberDetail .contents .bgGray {
	background: #f2f2f2;
	padding: 16px;
	margin-top: 24px;
}
#memberDetail .contents h4 {
	margin: 8px 0 0 0;
}
#memberDetail .contents h4 span {
	height: 73px;
	display: block;
}
/*+-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+
+-----+// equipments
--+-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+*/
/*.sec_1*/
#equipments .sec_1 li {
	width: 50%;
	padding: 0 16px;
	margin-bottom: 32px;
	position: relative;
}
#equipments .sec_1 li a {
	margin-bottom: 8px;
	display: block;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	overflow: hidden;
}
#equipments .sec_1 li img {
	width: 100%;
}
#equipments .sec_1 li h3 {
	font-weight: 500;
	font-size: 16px;
}
#equipments .sec_1 li .fa {
	position: absolute;
	top: 8px;
	color: #fff;
	right: 24px;
	font-size: 20px;
}
/*+-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+
+-----+// carrierpass
--+-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+*/
#carrierpass table th {
	width: 104px;
}
/*+-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+
+-----+// publication
--+-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+*/
#publication .sec_1 li {
	width: 20%;
	padding: 4px;
}
#publication .sec_1 li.btnDetail a, #publication .sec_1 li.btnNormal a {
	width: 100%;
	height: auto;
	padding: 4px 0;
	margin: 0 auto;
}
#publication .sec_2 ol {
	padding-left: 1.5em;
}
#publication .sec_2 li {
	list-style: decimal-leading-zero;
	margin-bottom: 16px;
}
/*+-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+
+-----+// staff
--+-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+*/
/*.sec_1*/
/*+-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+
+-----+// access
--+-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+*/
/*.sec_1*/
#access table ul {
	padding-left: 1.5em;
}
#access table ul li {
	list-style: disc;
}

/*+-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+
+-----+// タブレット
--+-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+*/

@media screen and (min-width: 768px) and (max-width: 1040px) {
.btnNormal a .fa {
	position: relative;
	right: -8px;
}
#key .imgArea img {
	max-width: 100%;
}
#key_background li:first-child {
	max-width: 320px;
	min-width: 320px;
}
#key_background li:last-child {
	max-width: 400px;
	min-width: 400px;
	opacity: 0.4;
}
.flex img {
	max-width: 100%;
}
	
header {
	width: 96%;
}
main {
	width: 75%;
	padding-right: 16px;
}
side .nav_ul a {
	padding: 13px 16px;
	font-size: 13px;
}
side .nav_ul a:hover:before {
	width: 0;
}
.clumn_2_inr {
	width: 49%;
}
footer {
	width: 96%;
	margin: 0 auto;
}
.contact_ul.flex.pcOnly {
	margin: 0 0 16px auto;
	float: none;
	display: flex;
	justify-content: flex-end;
}
footer nav.flex.pcOnly {
	float: none;
	display: flex;
	justify-content: flex-end;
}
#footer_background li:first-child {
	bottom: 80px;
	max-width: 400px;
	min-width: 400px;
	opacity: 0.4;
}
#footer_background li:last-child {
	max-width: 320px;
	min-width: 320px;
}
#memberIndex .contents.sec_2 li:nth-child(4n) {
	margin: 0 13px 24px 0;
}
#memberIndex .contents.sec_2 li:nth-child(3n) {
	margin-right: 0;
}
#memberDetail .sec_1 .imgArea {
	margin-right: 16px;
}
#memberDetail .sec_1 .anchorNav li {
	margin: 0 0 8px 0;
	float: none;
}
#memberDetail .sec_1 .anchorNav li:nth-child(odd) {
	min-width: inherit;
}
#equipments .lb-nav a.lb-next, #equipments .lb-nav a.lb-prev {
 filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	opacity: 1;
}
#staff table.style_1 tbody th {
	width: 8em;
}
#staff table.style_1 tbody tr td:nth-of-type(1) {
	width: 8em;
}
}/*@media*/

/*+-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+
+-----+// 印刷用CSS
--+-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+*/
@media print {
}
