@charset "UTF-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Lato:300,400,700,900');

.sponly {
	display: block;
}
.spmask {
	display: none;
}


@media (min-width : 601px) and (max-width : 750px){
}

/*------------------------------
	contents
------------------------------*/
#contents {
}

/*------------------------------
	bread
------------------------------*/
#bread {
	margin-top: 64px;
	padding: 10px 10px 8px;
	background-color: #f1f1f1;
}
#bread .inner {
	line-height: 1.8;
	font-size: 10px;
}
#bread .inner a {
	color: #000000;
	text-decoration: none;
}
#bread .inner a:hover {
	text-decoration: underline;
}

/*------------------------------
	index - kvArea
------------------------------*/
#index #kvArea {
	background: url("../images/bg_kv.jpg") no-repeat center center;
	background-size: cover;
	height: 280px;
}
/*------------------------------*/
#index #kvArea .inner {
	padding: 0 10px;
}
#index #kvArea .inner h2 {
	font-size: 40px;
	color: #ffffff;

	font-family: 'Lato', sans-serif;
	font-weight: 300;
	padding-top: 130px;
	padding-bottom: 15px;
	text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.9);
}
#index #kvArea .inner h2 span {
	font-family: 'Lato', sans-serif;
	font-weight: 400;
}
#index #kvArea .inner .sub {
	font-size: 12px;
	color: #ffffff;
}

/*------------------------------
	index - read
------------------------------*/
#index #read {
	background-color: #f1f1f1;
	padding: 30px 10px 30px;
	text-align: center;
	font-size: 14px;
	line-height: 2.1;
	border-bottom: solid 1px #a3a3a3;
}
#index #read h3 {
	font-size: 18px;
	line-height: 1.5;
	text-align: center;
	font-weight: normal;
	margin-bottom: 30px;
	border-bottom: solid 1px #003391;
	padding-bottom: 10px;
}
#index #read h3 span {
	/*
	border-bottom: solid 1px #003391;
	padding-bottom: 10px;
	*/
}

/*------------------------------
	index - field1
------------------------------*/
#index .field1 {
	padding: 60px 0 30px;
	background: url("../images/bg_field1.jpg") no-repeat center center;
	background-size: cover;
	border-bottom: solid 1px #a3a3a3;
}
#index .field1 .inner {
	padding: 0 10px;
	position: relative;
}
#index .field1 #ancf1 {
	position: absolute;
	left: 0;
	top: -125px;
}
#index .field1 h3 {
	font-size: 18px;
	color: #003391;
	text-align: left;
	background: url("../images/bg_line.gif") no-repeat 200px 5px;
	padding-bottom: 20px;
}
#index .field1 .listBox {
}
#index .field1 .listBox p {
	font-size: 14px;
	line-height: 1.8;
	padding-bottom: 30px;
}
#index .field1 .listBox ul {
}
#index .field1 .listBox ul li {
	margin-bottom: 20px;
	background: url("../images/bg_list_arrow.png") no-repeat right 19px;
	background-color: #003391;
	text-align: center;
	line-height: 1.3;
}
#index .field1 .listBox ul li a {
	display: block;
	color: #ffffff;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	padding: 16px 0 14px;
}
#index .field1 .listBox ul li.line2 a {
}

/*------------------------------
	index - field2
------------------------------*/
#index .field2 {
	padding: 60px 0 30px;
	background: url("../images/bg_field2.jpg") no-repeat center center;
	background-size: cover;
	border-bottom: solid 1px #a3a3a3;
}
#index .field2 .inner {
	padding: 0 10px;
	position: relative;
}
#index .field2 #ancf2 {
	position: absolute;
	left: 0;
	top: -125px;
}
#index .field2 h3 {
	font-size: 18px;
	color: #003391;
	text-align: left;
	background: url("../images/bg_line.gif") no-repeat 90px 5px;
	padding-bottom: 20px;
}
#index .field2 h3 span {
	background: none;
}
#index .field2 .listBox {
}
#index .field2 .listBox p {
	font-size: 14px;
	line-height: 1.8;
	padding-bottom: 30px;
}
#index .field2 .listBox ul {
}
#index .field2 .listBox ul li {
	margin-bottom: 20px;
	background: url("../images/bg_list_arrow.png") no-repeat right 19px;
	background-color: #003391;
	text-align: center;
	line-height: 1.3;
}
#index .field2 .listBox ul li a {
	display: block;
	color: #ffffff;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	padding: 16px 0 14px;
}

/*------------------------------
	index - search
------------------------------*/
#index #itemArea {
	padding-top: 40px;
	position: relative;
}
#index #itemArea #ancf3 {
	position: absolute;
	left: 0;
	top: -65px;
}
#index #itemArea h3 {
	margin: 0 10px;
	background: url("../images/bg_line.gif") repeat-x left 12px;
	font-size: 16px;
	color: #003391;
	margin-bottom: 30px;
	line-height: 1.4;
	text-align: center;
}
#index #itemArea h3 span {
	background: url("../images/bg_h3_item.png") no-repeat 8px 3px;
	background-size: 12px auto;
	background-color: #ffffff;
	padding-left: 30px;
	padding-right: 10px;
}
/*------------------------------*/
#index #itemArea .itemList {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
#index #itemArea .itemList .itemBox {
	width: 50%;
	height: 180px;
	position: relative;
	color: #ffffff;
	font-weight: bold;
	font-size: 16px;
	overflow: hidden;
	background-color: #000000;
}
#index #itemArea .itemList .itemBox .inner {
	width: 100%;
	height: 180px;
	position: absolute;
	left: 50%;
	top: 0;
	margin-left: -50%;

	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;

	opacity: 0.9;
}
#index #itemArea .itemList .itemBox.no1 .inner {
	background: url("../images/bg_search_01.png") no-repeat center center;
	background-size: cover;

	transition-duration: 0.3s;
}
/*
#index #itemArea .itemList .itemBox:hover .inner {
	width: 120%;
	margin-left: -60%;
	opacity: 0.7;
	cursor: pointer;
}
*/
#index #itemArea .itemList .itemBox.no2 .inner {
	background: url("../images/bg_search_02.png") no-repeat center center;
	background-size: cover;

	transition-duration: 0.3s;
}
#index #itemArea .itemList .itemBox.no3 .inner {
	background: url("../images/bg_search_03.png") no-repeat center center;
	background-size: cover;

	transition-duration: 0.3s;
}
#index #itemArea .itemList .itemBox.no4 .inner {
	background: url("../images/bg_search_04.png") no-repeat center center;
	background-size: cover;

	transition-duration: 0.3s;
}
#index #itemArea .itemList .itemBox.no5 .inner {
	background: url("../images/bg_search_05.png") no-repeat center center;
	background-size: cover;

	transition-duration: 0.3s;
}
#index #itemArea .itemList .itemBox.no6 .inner {
	background: url("../images/bg_search_06.png") no-repeat center center;
	background-size: cover;

	transition-duration: 0.3s;
}

/*------------------------------
	index - lightBox
------------------------------*/
.lightBox {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100vh;
	z-index: 200;

	display: none;
}
.lightBox .inner {
	position: relative;
	width: 100%;
	height: 100%;
}
.lightBox .mask {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.8);
	z-index: 201;
}
.lightBox .close {
	position: absolute;
	right: 10px;
	top: 10px;
	width: 40px;
	z-index: 203;
}
.lightBox .close img {
	width: 100%;
}
.lightBox .close:hover {
	cursor: pointer;
}
.lightBox .inner .linkbox {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background-color: #ffffff;
	overflow: auto;
	z-index: 202;
	overflow-y: scroll;
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch;

	display: none;
}
.lightBox .inner .linkbox .title {
	padding: 20px 0;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
	background-color: #003391;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
}
.lightBox .inner .linkbox .tableBox {
	padding: 80px 10px 140px;
}
.lightBox .inner .linkbox .tableBox table {
	width: 100%;
}
.lightBox .inner .linkbox .tableBox th {
	border: solid 1px #cecece;
	border-right: none;
	width: 105px;
	padding-left: 10px;
	vertical-align: middle;
	text-align: left;
	color: #003391;
	font-size: 14px;
	background-color: #d8e0ee;
	line-height: 1.8;
}
.lightBox .inner .linkbox .tableBox td {
	border: solid 1px #cecece;
	border-left: none;
	padding: 15px 10px 15px 20px;
	line-height: 1.6;
	font-size: 12px;
}
.lightBox .inner .linkbox .tableBox td .linkTxt {
	padding: 8px 0;
	color: #003391;
}
.lightBox .inner .linkbox .tableBox td .linkTxt a {
	color: #424242;
}
.lightBox .inner .linkbox .tableBox td .linkTxt a:hover {
	text-decoration: none;
}





/*------------------------------
	business - kvArea
------------------------------*/
#business #kvArea {
	background: url("../images/bg_kv.jpg") no-repeat center center;
	background-size: cover;
	height: 180px;
}
/*------------------------------*/
#business #kvArea .inner {
	padding: 0 10px;
}
#business #kvArea .inner h2 {
	font-size: 32px;
	color: #ffffff;

	padding-top: 44px;
	line-height: 1.2;
	font-weight: normal;
	text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.9);
}
#business #kvArea .inner h2.line2 {
	padding-top: 20px;
}
#business #kvArea .inner h2 span {
	font-size: 12px;
	font-weight: bold;
}

/*------------------------------
	about us - groupMenu
------------------------------*/
.groupMenu {
	border-bottom: solid 1px #6b6b6b;
}
.groupMenu ul {
	margin: 0 4px;
	background: url("../images/bg_broup_li.gif") no-repeat left 20px;

	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
}
.groupMenu ul.sp50per {
	width: 65%;
	margin: 0 auto;
}
.groupMenu ul.secondLine {
	background: none;
}
.groupMenu li {
	width: 25%;
	border-bottom: solid 2px #ffffff;
	font-size: 10px;
	text-align: center;
	position: relative;
}
.groupMenu ul.sp50per li {
	width: 50%;
}
.groupMenu li.hide {
	display: none;
}
.groupMenu li.space2 {
	width: 45%;
}
.groupMenu li.firstLeft {
	background: url("../images/bg_broup_li.gif") no-repeat left 20px;
}
.groupMenu li.active {
	border-bottom: solid 2px #6b6b6b;
}
.groupMenu li a {
	background: url("../images/bg_broup_li.gif") no-repeat right 20px;
	color: #000000;
	display: block;
	padding: 20px 0 20px;
	text-decoration: none;
}
/*------------------------------*/
.groupMenu li .hoverLine {
	display: none;
}
/*------------------------------*/

/*------------------------------
	business - read
------------------------------*/
#business #read {
	background-color: #f1f1f1;
	font-size: 14px;
	line-height: 2.1;
}
#business #read p {
	padding: 50px 10px;
	text-align: left;
}

/*------------------------------
	business - h3
------------------------------*/
#business .h3Box {
	padding: 50px 0 60px;
	text-align: center;
}
#business .h3Box .sub {
	color: #193357;
	padding-bottom: 20px;
	font-size: 14px;
}
#business .h3Box h3 {
	color: #003391;
	font-size: 34px;

	font-family: 'Lato', sans-serif;
	font-weight: 300;
}
#business .h3Box h3 span {
	font-weight: 700;
}

/*------------------------------
	business - contentsBox
------------------------------*/
#business .inforArea {
	border-top: solid 1px #003391;
	padding: 30px 10px 40px;
}
#business .inforArea .inforBox {
}
/*------------------------------*/
#business .inforArea .inforBox h4 {
	font-size: 16px;
	color: #003391;
	padding-bottom: 14px;
	position: relative;
}
#business .inforArea .depAncor {
	position: absolute;
	top: -95px;
	left: 0;
}
#business .inforArea .inforBox p {
	font-size: 14px;
	line-height: 1.8;
	padding-bottom: 30px;
}
/*------------------------------*/
#business .inforArea .tableBox {
	margin-bottom: 30px;
	border: solid 1px #c8c8c8;
	padding: 5px;
	background-color: #e7efff;
}
#business .inforArea .tableBox table {
	width: 100%;
}
#business .inforArea .tableBox th {
	width: 100px;
	border-right: solid 1px #003391;
	padding-left: 10px;
	padding-right: 10px;
	text-align: left;
	vertical-align: middle;
	line-height: 1.3;
	color: #0159ab;
	font-size: 12px !important;
}
#business .inforArea .tableBox td {
	padding: 15px 10px 15px 10px;
	font-size: 12px;
	vertical-align: middle;
}
#business .inforArea .tableBox td li {
	line-height: 1.6;
	padding-left: 1em;
	text-indent: -1em;
}
#business .inforArea .tableBox th,
#business .inforArea .tableBox td {
	padding-top: 15px;
	padding-bottom: 15px;
	border-bottom: solid 1px #003391;
}
#business .inforArea .tableBox th.btm,
#business .inforArea .tableBox td.btm {
	border-bottom: none;
}
#business .inforArea .tableBox td.noDiv {
	vertical-align: top;
	border-bottom: none;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
}
#business .inforArea .tableBox td li.attention {
	padding-top: 10px;
}
/*------------------------------*/
#business .inforArea .btn {
	width: 300px;
	margin: 0 auto;
	border: solid 3px #003391;
	text-align: center;
	font-size: 16px;

	transition-duration: 0.3s;
}
#business .inforArea .btn a {
	display: block;
	padding: 18px 0 16px;
	color: #003391;
	text-decoration: none;
}
#business .inforArea .btn:hover {
	opacity: 0.7;
}
#business .inforArea .upperBtn {
	margin-bottom: 10px;
}
/*------------------------------*/
#business .inforArea .linkBtn {
	margin: 0 auto;
	margin-bottom: 20px;
	border: solid 1px #003391;
	background-color: #003391;
	text-align: center;
	font-size: 16px;
	line-height: 1.5;

	transition-duration: 0.3s;
}
#business .inforArea .linkBtn a {
	display: block;
	padding: 18px 0 16px;
	color: #ffffff;
	text-decoration: none;
}
#business .inforArea .linkBtn:hover {
	opacity: 0.7;
}


/*------------------------------
	business - detail
------------------------------*/
#business .h3detail {
	background-color: #f6f6f6;
	margin-bottom: 20px;
	padding: 8px 10px;
	position: relative;
}
#business .h3detail h3 {
	border-left: solid 6px #003391;
	color: #003391;
	padding: 12px 10px 10px;
	font-size: 16px;
	line-height: 1.4;
}
#business .h3detail .moto {
	padding: 10px 0;
	font-size: 14px;
	font-weight: bold;
	text-indent: -0.6em;
}
/*------------------------------*/
#business #readDetail {
	background-color: #f1f1f1;
	font-size: 14px;
	line-height: 2.1;
	margin-bottom: 30px;
}
#business .itemDetail .logo1 {
	background: url("../images/bg_company_logo1.png") no-repeat right 0px;
	background-size: 84px auto;
}
#business .itemDetail .logo2 {
	background: url("../images/bg_company_logo2.png") no-repeat right 0px;
	background-size: 86px auto;
}
#business #readDetail p {
	padding: 30px 10px;
	text-align: left;
}
/*------------------------------*/
#business .itemDetail {
	padding: 0 10px 0px;
	margin-bottom: 50px;
}
#business .itemDetail h4 {
	font-size: 14px;
	padding-bottom: 4px;
}
#business .itemDetail h4 span {
	color: #003391;
}
#business .itemDetail ul {
	padding-bottom: 30px;
	padding-right: 90px;
}
#business .itemDetail li {
	font-size: 14px;
	line-height: 1.8;
	padding-left: 1em;
	text-indent: -1em;
}
#business .itemDetail li span {
	color: #003391;
}
/*------------------------------*/
#business .itemDetail .linBtnBox {
	border-top: solid 1px #003391;
	padding-top: 20px;
}

#business .itemDetail .linBtnBox .catalog {
	width: 300px;
	margin: 0 auto;
	margin-bottom: 20px;
	border: solid 3px #003391;
	text-align: center;
	font-size: 16px;
}
#business .itemDetail .linBtnBox .catalog a span {
	background: url("../images/bg_icon_pdf.png") no-repeat left 5px;
	background-size: 22px auto;
	padding: 10px 0;
	padding-left: 30px;
}
#business .itemDetail .linBtnBox .catalog a {
	display: block;
	padding: 18px 0 16px;
	color: #003391;
	text-decoration: none;
}
/*------------------------------*/
#business .itemDetail .linBtnBox .contact {
	width: 300px;
	margin: 0 auto;
	border: solid 3px #003391;
	text-align: center;
	font-size: 16px;
}
#business .itemDetail .linBtnBox .contact a {
	background-color: #e7efff;
	display: block;
	padding: 18px 0 16px;
	color: #003391;
	text-decoration: none;
}
/*------------------------------*/
#business .return {
	background-color: #f6f6f6;
	padding: 40px 0;

	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
}
#business .return .btn {
	width: 300px;
	text-align: center;
}
#business .return .btn a {
	display: block;
	padding: 18px 0 16px;
	color: #ffffff;
	background-color: #003391;
	text-decoration: none;
}





/*------------------------------
	loading
------------------------------*/
#loadingWrap {
	width: 100%;
	height: 100%;
	background: #fff;
	position: fixed;
	top: 0;
	left: 0;
	z-index:1000;
	overflow: hidden;
}
#loadingWrap img{
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -25px;
	margin-left: -25px;
	width: 50px;
}
