@charset "UTF-8";

.wrap{
	width: 940px;
	margin: 0 auto;
}

.header{
	background: url(../img/company/main_bg.jpg) no-repeat center center;
	background-size: cover;
}

.txt_area{
	margin: 45px auto;
}

.table_area{
	background-color: #eeeeee;
	padding: 60px 0;
}

.txt_area_ttl{
	margin-bottom: 40px;
	font-size: 3rem;
	color: #006399;
	text-align: center;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.stability_area{
	background: url(../img/company/company_bg_img.jpg) no-repeat center center;
	background-size: cover;
	padding: 110px 0;
}

.stability_area table{
	border-collapse: collapse;
	border-spacing: 0;
}

.stability_area th{
	background-color: #006599;
	width: 380px;
	padding: 45px 0 40px;
	text-align: center;
	vertical-align: middle;
}

.stability_area td{
	background-color: rgba(0,0,0,0.45);
	color: #fff;
	vertical-align: middle;
	padding: 45px 50px 40px;
	box-sizing: border-box;
	font-size: 1.4rem;
	line-height: 2.8rem;
}

.table_ttl{
	margin-bottom: 50px;
	font-size: 3rem;
	color: #006399;
	text-align: center;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.or{
	color: #ff9900;
}

.table_area table{
	background-color: #fff;
	width: 940px;
	border-collapse: collapse;
	margin-bottom: 30px;
}

.table_area .wrap{
	position: relative;
}

.table_area .table_img{
	position: absolute;
	top: 97px;
	right: 0;
}

.table_area table th,.table_area table td{
	font-size: 1.4rem;
	vertical-align: top;
	padding: 15px 20px;
	line-height: 2.4rem;
}

.table_area table th{
	width: 230px;
	box-sizing: border-box;
	color: #fff;
	background-color: #006599;
	text-align: center;
	border-top: 1px solid #fff;
}

.table_area table td{
	width: 710px;
	box-sizing: border-box;
	border-top: 1px solid #eeeeee;
}

.table_area table td a{
	color: #006599;
	display: inline-block;
	margin-left: 10px;
	text-decoration: underline;
}

.table_area table td a:hover{
	text-decoration: none;
}

.table_area table tr:first-child th,.table_area table tr:first-child td{
	border-top: none;
}

.img_area ul{
	font-size: 0;
	margin: 35px 0 50px;
}

.img_area li{
	display: inline-block;
	margin-top: 15px;
}

.img_area li + li{
	margin-left: 20px;
}

.img_area li:nth-child(7){
	margin-left: 0;
}

#cboxOverlay{
	background: rgba(0,0,0,0.7);
}

#cboxTopLeft,#cboxTopCenter,#cboxTopRight,#cboxMiddleLeft,
#cboxMiddleRight,#cboxBottomLeft,#cboxBottomCenter,#cboxBottomRight{
	background: transparent;
}

#cboxCurrent {
    display: none!important;
}

#cboxTitle {
    margin: 0;
}

#cboxTitle {
    position: absolute;
    bottom: 4px;
    left: 0;
    text-align: center;
    width: 100%;
    color: #949494;
}

#cboxLoadedContent{
	margin:0!important;
}

#cboxClose{
	display: none;
}

#cboxPrevious {
    position: absolute;
    top: 50%;
    left: 20px;
    margin-top: -61px;
    background: url(../img/company/arrow-slider-prev02-pc.png) no-repeat 0 0;
    width: 62px;
    height: 122px;
    text-indent: -9999px;
}

#cboxNext {
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -61px;
    background: url(../img/company/arrow-slider-next02-pc.png) no-repeat 0 0;
    width: 62px;
    height: 122px;
    text-indent: -9999px;
}

#cboxNext:hover,#cboxPrevious:hover{
	background-position: 0;
}

.cbox_photo_before{
	width: 140px;
}

.bdg{
	float:right;
	margin:0 0 20px;
}


@media screen and (max-width: 640px) {

.header{
	background: url(../img/company/main_bg.jpg) no-repeat center center;
	background-size: cover;
}

.txt_area{
	margin-top: 10%;
}

.table_area{
	background-color: #eeeeee;
	padding: 10% 0;
}

.txt_area_ttl{
	margin-bottom: 5%;
	font-size: 2rem;
	color: #006399;
	text-align: center;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}


.stability_area{
	background: url(../img/company/company_bg_img.jpg) no-repeat center center;
	background-size: cover;
	padding: 10% 0;
}

.stability_area table{
	border-collapse: collapse;
	border-spacing: 0;
}

.stability_area th{
	background-color: #006599;
	width: 20%;
	padding: 10% 5%;
	text-align: center;
	box-sizing: border-box;
	vertical-align: middle;
}

.stability_area th img{
	width: 100%;
}

.stability_area td{
	background-color: rgba(0,0,0,0.45);
	color: #fff;
	vertical-align: middle;
	padding: 10% 5% 10%;
	box-sizing: border-box;
	width: 70%;
	line-height: 1.6;
}

.table_area{
	background-color: #eeeeee;
	padding: 10% 0;
}

.table_ttl{
	margin-bottom: 5%;
	font-size: 1.8rem;
	color: #006399;
	text-align: center;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.table_area .wrap{
	position: static;
}

.table_area .table_img{
	position: static;
	width: 40%;
	margin: 0 auto 5%;
}

.table_area table{
	background-color: #fff;
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 0;
}

.table_area table th,.table_area table td{
	font-size: 1.4rem;
	vertical-align: middle;
	padding: 3% 4%;
	line-height: 1.6;
	display: block;
}

.table_area table th{
	width: 100%;
	box-sizing: border-box;
	color: #fff;
	background-color: #006599;
	text-align: center;
	border-top: 1px solid #fff;
}

.table_area table td{
	width: 100%;
	box-sizing: border-box;
	border-top: 1px solid #eeeeee;
}

.table_area table tr:first-child th,.table_area table tr:first-child td{
	border-top: none;
}

.img_area ul{
	font-size: 0;
	margin: 6% 0 10%;
}

.img_area li{
	display: inline-block;
	margin-top: 15px;
	width: 32%;
}

.img_area li + li{
	margin-left: 2%;
}

.img_area li:nth-child(7){
	margin-left: 0;
}

.img_area li:nth-child(3n+4){
	margin-left: 0;
}
.bdg{
	float:none;
	width:100%

}

#cboxNext {
    right: 0;
    margin-top: -32px;
    background-image: url(../img/company/arrow-slider-next-sp.png);
    background-size: 100% auto;
    width: 30px;
    height: 65px;
}

#cboxPrevious {
    left: 0;
    margin-top: -32px;
    background-image: url(../img/company/arrow-slider-prev-sp.png);
    background-size: 100% auto;
    width: 30px;
    height: 65px;
}

.cbox_photo_before{
	width: 100%;
}

}