@charset "utf-8";

/* ----------------------------------------

content

---------------------------------------- */
#content {
}

@media screen and (max-width:767px){
/*スマホ指定*/
}


.listIndex01 li a {
	border: none;
}

/* 一覧ページ画像拡大 */
@media screen and (min-width:768px){
	.listIndex01 .fig {
		overflow: hidden;
	}
	.listIndex01 a .fig img {
		-webkit-transition: all 0.5s ease;
		-moz-transition: all 0.5s ease;
		-o-transition: all 0.5s ease;
		transition: all 0.5s ease;
	}
	.listIndex01 a:hover .fig img {
		-webkit-transform: scale(1.1);
		-moz-transform: scale(1.1);
		-o-transform: scale(1.1);
		-ms-transform: scale(1.1); 
		transform: scale(1.1);
	}
	/*	
	.listIndex01 li a:hover {
		opacity: 1.0;
	}
	.listIndex01 li a:hover .textArea {
		opacity: 0.7;
	}
	*/
}


/* top-message
------------------------------- */
.ceoMv {
	position: relative;
	margin-bottom: 30px;
}
.ceoMv h2 {
	position: absolute;
	margin-bottom: 25px;
	color: #193771;
	font-weight: 700;
	font-size: 200%;
	top: calc(50% - 96px);
	left: 5%;
}
@media screen and (max-width:640px){
	.ceoMv h2 {
		font-size: 20px;
		top: calc(50% - 64px);
	}
}
@media screen and (max-width:480px){
	.ceoMv h2 {
		font-size: 16px;
		top: calc(50% - 48px);
	}
}
@media screen and (max-width:374px){
	.ceoMv h2 {
		font-size: 14px;
		top: calc(50% - 44px);
	}
}


/* history
------------------------------- */
.rightBtn01 {
    margin: 0 15px 25px;
    text-align: center;
}
.rightBtn01 a {
    width: 440px;
    background: #f7923c;
    display: block;
    color: #fff;
    text-decoration: none;
    font-size: 142.9%;
    border-radius: 5px;
    border: 2px solid #f68430;
    line-height: 1.3;
    margin: 0 0 0 auto;
    padding: 6px 10px;
}
.rightBtn01 a:hover {
    opacity: .7;
}
@media screen and (max-width:767px){
    .rightBtn01 a {
        width: auto;
        position: relative;
        padding: 5px 30px;
    }
    .rightBtn01 a.icon_arrow_01:after {
        position: absolute;
        margin: 0;
        top: 50%;
        -webkit-transform: translate(0,-50%);
	    transform: translate(0,-50%);
        right: 15px;
    }
}


/* step
------------------------------- */
.stepTbl th,
.stepTbl td {
	vertical-align: top;
}
.stepTbl th {
	width: 4.5em;
	padding: 10px 0;
	font-size: 128.6%;
	font-weight: 700;
	color: #193771;
	border-right: 2px solid #333;
}
.stepTbl td {
	position: relative;
	padding: 10px 0 20px 20px;
}
.stepTbl td:before {
	position: absolute;
	content: "●";
	position: absolute;
	color: #193771;
	top: 14px;
	left: -7px;
	font-size: 12px;
}
.stepTbl td h3 {
	font-size: 128.6%;
	font-weight: 700;
	color: #193771;
	margin-bottom: 10px;
}
.stepTbl td p {
	margin-bottom: 20px;
}
@media screen and (max-width:767px){
	.stepTbl td {
		padding-bottom: 0;
	}
}


/* board_members
------------------------------- */
.memberSec01 {
	margin: 0 16px 20px;
	display: flex;
}
.memberSec02 {
	margin: 0 226px 20px 16px;
	display: flex;
}
.memberSec01 .memTbl01,
.memberSec02 .memTbl01 {
	width: calc((100% - 1px) / 4);
	margin-bottom: 20px;
	float: left;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	box-sizing: content-box;
}
.memberSec02 .memTbl01 {
	width: calc((100% - 1px) / 3);
}
.memberSec01 .memTbl01 > div,
.memberSec02 .memTbl01 > div {
	text-align: center;
	padding: 10px 30px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
.memberSec01 .memTbl01 > p,
.memberSec02 .memTbl01 > p {
	padding: 15px 15px;
	text-align: center;
}
.memTbl01 strong,
.memTbl01 strong {
	font-size: 114.3%;
}
.memTbl01:nth-child(1),
.memTbl02:nth-child(1),
.memberSec02 .memTbl01:nth-child(4){
	border-left: 1px solid #ccc;
}

@media all and (-ms-high-contrast: none) {
	*::-ms-backdrop, .memberSec02 {
		margin: 0 226px 20px 16px;
	}
	*::-ms-backdrop, .memberSec01 .memTbl01 {
		width: calc((100% - 3px) / 4);
	}
	*::-ms-backdrop, .memberSec02 .memTbl01 {
		width: calc((99% + 2px) / 3);
	}
	*::-ms-backdrop, .memberSec01 .memTbl01:nth-child(1) th {
		padding: 10px 30px 11px;
	}
}

@media screen and (max-width:767px) {
	.memberSec02 {
		width: calc(100% - 30px);
		margin: 0 15px 20px;
	}
	.memberSec01 .memTbl01 {
		width: calc((100% - 1px) / 3);
	}
	.memberSec01 .memTbl01:nth-child(n+4){
		border-left: 1px solid #ccc;
	}
	/*.memberSec01 .memTbl01 th {
		padding: 10px 20px;
	}*/
}
@media screen and (max-width:767px) {
	.memberSec01 {
		flex-wrap: wrap;
	}
	.memberSec02 {
		flex-wrap: wrap;
	}
	.memberSec01 .memTbl01,
	.memberSec02 .memTbl01 {
		width: calc((100% - 3px) / 2);
	}
	.memberSec01 .memTbl01:nth-child(n+2),
	.memberSec02 .memTbl01:nth-child(n+2){
		border-left: none;
	}
	.memberSec01 .memTbl01:nth-child(3),
	.memberSec02 .memTbl01:nth-child(2n+1){
		border-left: 1px solid #ccc;
	}
	/*.memberSec01 .memTbl01 th,
	.memberSec02 .memTbl01 th {
		padding: 10px 25px;
	}*/
}
@media screen and (max-width:374px) {
	.memberSec01,
	.memberSec02 {
		margin: 0 15px 40px;
	}
	.memberSec01 .memTbl01,
	.memberSec02 .memTbl01 {
		width: calc(100% - 30px);
		margin: 0 15px 20px;
	}
	.memberSec01 .memTbl01,
	.memberSec01 .memTbl01:nth-child(n+2),
	.memberSec01 .memTbl01:nth-child(-n+3),
	.memberSec02 .memTbl01,
	.memberSec02 .memTbl01:nth-child(n+2),
	.memberSec02 .memTbl01:nth-child(-n+3){
		border-left: 1px solid #ccc;
	}
	/*.memberSec01 .memTbl01 th,
	.memberSec02 .memTbl01 th {
		padding: 10px 30px;
	}*/
}

.memberSec01 .memTbl02 {
	width: 20%;
	margin-bottom: 20px;
	float: left;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	display: flex;
	flex-direction: column;
}
.memberSec01 .memTbl02 > div {
	text-align: center;
	padding: 10px 10px;
	border-top: 1px solid #ccc;
	height: 100%;
	background: #efefef;

}
.memberSec01 .memTbl02 > p {
	width: 100%;
	text-align: center;
	padding: 10px 10px;
	border-top: 1px solid #ccc;
}
.memberSec01 .memTbl02 p strong {
	font-size: 114.3%;
}
/*.memberSec01 .memTbl02:nth-child(n+2){
	border-left: none;
}*/
@media screen and (max-width:767px) {
	.memberSec01 .memTbl02 {
		width: 33.3%;
	}
	.memberSec01 .memTbl02:nth-child(4){
		border-left: 1px solid #ccc;
	}
}
@media screen and (max-width:413px) {
	.memberSec01 .memTbl02 {
		width: 50%;
	}
	.memberSec01 .memTbl02:nth-child(4){
		border-left: none;
	}
	.memberSec01 .memTbl02:nth-child(2n+1){
		border-left: 1px solid #ccc;
	}
}


/* corporate_outline
------------------------------- */
.outlineSec01 {
	margin: 0 15px 0;
}
.outlineSec01 .tbl02 {
	margin-top: 10px;
	line-height: 2.0;
}
.outlineSec01 .tbl02 th {
	max-width: 12em;
	vertical-align: middle;
}
.outlineSec01 td dl {
	float: left;
	width: 100%;
}
.outlineSec01 dl dt {
	display: inline-block;
}
.outlineSec01 dl dd {
	display: inline-block;
}
.memberList01 dt {
	width: 60%;
}
.memberList01 dd {
	width: 38%;
}
.memberList02 dt {
	width: 55%;
}
.memberList03 dt {
	width: 20%;
}
.memberList03 dd {
	width: 79%;
}
.memberList02 dt:first-child,
.memberList03 dt:first-child {
	width: 100%;
}
.officeList01 li {
	display: inline;
	margin-right: 1em;
}
.cautionList01 {
	margin: 10px 0 0 260px;
	line-height: 2.0;
}
.cautionList01 li {
	margin-left: 2.5em;
	text-indent: -2.5em;
}
.outlineSec01 .tbl02 th a {
	text-decoration: none;
}
.outlineSec01 .tbl02 th a:before {
	content: "\f105";
	font-family: FontAwesome;
	margin-right: 5px;
	font-weight: normal;
}
@media screen and (max-width:767px) {
	.outlineSec01 .tbl02 th {
		max-width: 10em;
	}
	.outlineSec01 td dl,
	.outlineSec01 td dl:last-child {
		float: none;
		width: 100%;
	}
	.outlineSec01 dl:last-child dt {
		width: 13em;
	}
	.outlineSec01 dl dd {
		width: calc(100% - 13.5em);
	}
	.cautionList01 {
		margin: 10px 15px 0 15px;
	}
}
@media screen and (max-width:500px) {
	.outlineSec01 .tbl02 th {
		max-width: 7.5em;
	}
	.outlineSec01 td dl,
	.outlineSec01 td dl:last-child {
		float: none;
		width: 100%;
	}
	.outlineSec01 dl dt,
	.outlineSec01 dl:last-child dt {
		display: block;
		width: 100%;
	}
	.outlineSec01 dl dd {
		display: block;
		width: 100%;
		padding-left: 8em;
	}
	.officeList01 li {
		display: block;
	}
}
@media screen and (max-width:374px) {
	.outlineSec01 .tbl02 th,
	.outlineSec01 .tbl02 td {
		padding-left: 10px;
		padding-right: 10px;
	}
	.outlineSec01 .tbl02 th {
		max-width: 6.5em;
	}
	.outlineSec01 dl dd {
		display: block;
		width: 100%;
		padding-left: 5em;
	}
}


/* imgSec01
------------------------------- */
.stepTbl .imgSec01 {
	margin: 0 0 10px;
}
.stepTbl .imgSec01 .imgL {
	position: relative;
	float: left;
	margin: 5px 0 10px 0;
	width: 320px;
}
.stepTbl .imgSec01 .imgR {
	float: right;
	margin: 5px 0 10px 0;
}
.stepTbl .imgSec01 .imgL .caption {
	position: absolute;
	bottom: -1em;
	left: 335px;
	width: 400px;
	font-size: 85.8%;
}
.stepTbl .imgSec01 .imgL .caption:before {
	content: "◀";
	margin-right: 5px;
}
.stepTbl .imgSec01 .inTxtR {
	float: right;
	width: 410px;
}
@media screen and (max-width:767px) {
	.stepTbl .imgSec01 .imgL,
	.stepTbl .imgSec01 .inTxtR {
		float: none;
		margin: 0 0 20px;
		width: auto;
	}
	.stepTbl .imgSec01 .imgL .caption {
		position: relative;
		bottom: 0;
		left: 0;
		width: auto;
		margin-top: 5px;
	}
	.stepTbl .imgSec01 .imgL .caption:before {
		content: "▲";
	}
}
.imgSec02 {
	margin: 0 0 10px;
}
.imgSec02 .imgL {
	float: left;
	width: 48%;
}
.imgSec02 .imgR {
	float: right;
	width: 48%;
}
@media screen and (max-width:520px) {
	.imgSec02 .imgL,
	.imgSec02 .imgR {
		float: none;
		width: 100%;
		margin-bottom: 10px;
	}
}


/* philosophy-policy
------------------------------- */
.imgW400 {
	margin: 0 15px 20px;
	width: auto;
	max-width: 400px;
}
.policyList dt {
	float: left;
	display: inline;
	font-weight: 700;
	color: #002255;
}
.policyList dt:after {
	content: "：";
	margin-right: 5px;
}
.policyList dd {
	display: block;
	margin-bottom: 20px;
}
.txtBlue {
	font-weight: 700;
	color: #00A9E0;
}
.title_policy {
    font-weight: 700;
    font-size: 257.2%;
    color: #193771;
    margin:  0 20px 15px 15px;
}
.bg_policy {
    padding: 20px 20px 25px;
    background: rgba(0,169,224,0.1);
}
.bg_policy h3 {
	font-size: 142.9%;
	font-weight: 700;
	color: #00A9E0;
	margin-bottom: 10px;
}
.bg_policy .imgR {
	float: right;
	margin: 0 0 10px 15px;
}

@media screen and (max-width:767px) {
	.addrBox01 {
		margin: 0 15px;
	}
	.bg_policy {
		margin: 0 15px;
	}
	.bg_policy .imgR {
		float: none;
		margin: 0 0 15px;
		text-align: center;
	}
}

@media screen and (max-width:520px) {
	.addrBox01 {
		margin: 0 15px;
	}
	.bg_policy {
		margin: 0 15px;
	}
	.bg_policy .imgR {
		float: none;
		margin: 0 0 15px;
		text-align: center;
	}
}


/* network
----------------------- */
#netMap {
	margin-bottom: 30px;
}
.btnUnit01.network li {
	width: 33.3%;
	border-left: 1px solid #b3b3b3;
	margin-bottom: 20px;
}
#main .btnUnit01.network li a {
	text-decoration: none;
}
.btnUnit01.network li:nth-of-type(even) {
	border-right: none;
}
.addrBox01.network .inner {
	padding: 15px 40px 15px 15px;
}
#main .addrBox01.network .btnUnit02 li a {
	width: 257px;
	text-decoration: none;
}
#main .addrBox01.network .btnUnit02 li a:hover,
#main .addrBox01.network .btnUnit02 li a:active {
	color: #fff;
}
.addrBox01.network .inner .colL {
	width: 540px;
}

@media screen and (max-width:767px){
	#netMap {
		width: auto;
		height: auto;
	}
	#netMap img {
		width: 100%;
	}
	.addrBox01.network .inner {
		padding: 15px 15px 20px;
	}
 	.addrBox01.network .btnUnit02 li a {
		width: 257px;
	}
	.addrBox01.network .inner .colL {
		width: auto;
		float: none;
		margin-bottom: 20px;
	}
 }
@media screen and (max-width:375px){
	.btnUnit01.network li {
		width: 50%;
	}
	.btnUnit01.network li:nth-of-type(even) {
		border-right: 1px solid #b3b3b3;
	}
}

.kome01 {
	display: block;
	margin-left: 1em;
	text-indent: -1em;
}

.subNav > li.parent > a.active:before {
    content: "\f107";
}

/* ----------------------------------------

clearfix

---------------------------------------- */

/* Modern Browsers
------------------------------- */
.memberSec01:after,
.memberSec02:after,
.imgSec02:after,
.policyList dd:after {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	content: ".";
	line-height: 0;
}

/* Legacy IE
------------------------------- */
.memberSec01,
.memberSec02,
.imgSec02,
.policyList dd {
	*zoom: 1;
}