/*----------------------------------------------------
	　　    ◆TOP
----------------------------------------------------*/
.top-page {
	position: relative;
}
.top-mv-wrapper {
	position: relative;
	overflow: hidden;
}





.top-mv-wrapper .top-mv-scroll {
	position: absolute;
	line-height: 0 !important;
	width: 110px;
	left: 50%;
	margin-left: -55px;
	bottom: 0;
	transition: .3s ease-in-out;
	-moz-transition: .3s ease-in-out;
	-webkit-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
}
.top-mv-wrapper .top-mv-scroll:hover {
	opacity: 0.8;
}
.top-mv-wrapper .top-mv-slider span {
	display: block;
	width: 100%;
	height: 450px!important;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.top-event-wrapper {
	box-sizing: border-box;
	padding: 50px 10px;
	background-color: #efefef;
	overflow: hidden;
}
.top-event-wrapper .top-event-box {
	max-width: 1030px;
	margin: 0 auto;
}
.top-event-wrapper .top-event-box .top-event-slider a {
	display: block;
	box-sizing: border-box;
	background-color: #fff;
	box-sizing: border-box;
	margin: 0 auto;
	max-width: 310px;
	padding: 0;
}
.top-event-wrapper .top-event-box .top-event-slider a:hover {
	opacity: 0.8;
	transition: .3s ease-in-out;
	-moz-transition: .3s ease-in-out;
	-webkit-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
}
.top-event-wrapper .top-event-box .top-event-slider a span {
	display: block;
	width: 100%;
	padding-top: 47%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.top-event-wrapper .slick-list {
	overflow: visible;
}
.top-event-wrapper .slick-arrow {
	position: absolute;
	text-indent: -9999px;
	overflow: hidden;
	line-height: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
	margin-top: -10px !important;
	border: none;
	width: 20px;
	height: 20px;
	top: 50%;
	box-sizing: border-box;
	background-color: transparent;
	z-index: 3;
	transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
}
.top-event-wrapper .slick-arrow.slick-prev {
	left: 0;
	border-left: 2px solid #000000;
	border-bottom: 2px solid #000000;
}
.top-event-wrapper .slick-arrow.slick-next {
	right: 0;
	border-right: 2px solid #000000;
	border-top: 2px solid #000000;
}


.topic{
    box-sizing: border-box;
    border: 1px solid #000000;
    width:100%;
    margin:auto 0;
    padding: 2% 3%;
}


.topic h3{
   font-size:135%;
    font-weight: bold;
    text-align: left;
    padding:1% 0;
       
}

.topic p{
   font-size:120%; 
   line-height:1;
   text-align: left;    
}


.top-zone_a {
	padding: 35px 0 0px 0;
	box-sizing: border-box;
	background-color: #fff;
}
.top-zone_a-inr{
	max-width: 1020px;
	margin: 15px auto;
	box-sizing: border-box;
	padding: 0 10px;
}

.top-zone_a-inr a:hover{
    opacity: 0.8;
	
}

.top-zone_a-inr ul{
	overflow: hidden;
}
.top-zone_a-inr ul li{
	float: left;
	width: 32%;
	margin: 0 2% 2% 0;
}
.top-zone_a-inr ul li:nth-child(3n){margin-right: 0;}
.top-zone_a-inr ul li a{
	display: block;
    box-sizing: border-box;
    text-decoration: none;
    padding: 15px 0;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    border: 1px solid #0e439c;
    background-color: #0e439c;
    position: relative;
    color: #fff;
}
.top-zone_a-inr ul li a:after {
    font-family: FontAwesome;
    content: "\f105";
    font-size: 18px;
    color: #fff;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translate(0%, -50%);
    -moz-transform: translate(0%, -50%);
    -webkit-transform: translate(0%, -50%);
    -o-transform: translate(0%, -50%);
}
.top-zone_a-inr ul li a:hover:after{color: #0e439c;}
.top-zone_a-inr ul li a:hover{
	background: #fff;
	color: #0e439c;
	transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
}




.top-zone_a-inr2{
	max-width: 1020px;
	margin: 15px auto;
	box-sizing: border-box;
	padding: 0 10px;
}

.top-zone_a-inr2 a:hover{
    opacity: 0.8;
	
}

.top-zone_a-inr2 ul{
	overflow: hidden;
}
.top-zone_a-inr2 ul li{
	float: left;
	width: 80%;
	margin: 0 9% 0 9%;
}
.top-zone_a-inr2 ul li:nth-child(3n){margin-right: 0;}
.top-zone_a-inr2 ul li a{
	display: block;
    box-sizing: border-box;
    text-decoration: none;
    padding: 10px 0;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    border: 1px solid #f57216;
    background-color: #f57216;
    position: relative;
    color: #fff;
}
.top-zone_a-inr2 ul li a:after {
    font-family: FontAwesome;
    content: "\f105";
    font-size: 18px;
    color: #fff;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translate(0%, -50%);
    -moz-transform: translate(0%, -50%);
    -webkit-transform: translate(0%, -50%);
    -o-transform: translate(0%, -50%);
}
.top-zone_a-inr2 ul li a:hover:after{color: #f57216;}
.top-zone_a-inr2 ul li a:hover{
	background: #fff;
	color:#f57216;
	transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
}


.top-zone_b {
    padding: 25px 0 5px 0;
    box-sizing: border-box;
    background-color: #fff;
}

.top-zone_d {
	padding: 0 30px 0 30px;
	box-sizing: border-box;
	background-color: #fff;
}
.top-zone_d-inr{
	max-width: 1020px;
	margin: 0 auto;
	box-sizing: border-box;
	padding: 0 10px 0 10px;
}

.top-zone_d-inr a:hover {
	opacity: 0.8;
}







.top-zone01 {
	padding: 80px 0;
	box-sizing: border-box;
	background-color: #f7f7f7;
}
.top-zone01-inr {
	max-width: 1020px;
	margin: 0 auto;
	box-sizing: border-box;
	padding: 0 10px;
}
.top-zone01-inr .head01{padding-bottom: 0; border-bottom: 2px solid #000000;}
.top-zone01-inr .en1{
    font-weight: 500;
    font-size: 23px;
}
.new-index-ul {
	margin: 0 auto;
    height: 270px;
    overflow: hidden;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
}
.new-index-ul li {border-bottom: 1px dotted #ccc;
	padding: 10px 5px; }
.new-index-ul li a {
	display: block;
	color: #333;
	text-decoration: none;
}
.new-index-ul li:hover {
	background-color: #f3f3f3;
	transition: .3s ease-in-out;
	-moz-transition: .3s ease-in-out;
	-webkit-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
}
.new-index-ul li .date {
	display: inline-block;
	margin-right: 10px;
	font-size: 14px;
	color: #868686;
}
.new-index-ul li .cate {
	display: inline-block;
}
.new-index-ul li .cate:after {
	content: "";
	padding: 2px 0;
	line-height: 1.4 !important;
	width: 140px;
	border-radius: 1px;
	display: block;
	text-align: center;
	font-weight: bold;
	background: #fff;
}
.new-index-ul li .cate.cate01:after {
	content: "企業情報";
	color: #0b419b;
	border: 1px solid #0b419b;
}
.new-index-ul li .cate.cate02:after {
	content: "トピックス";
	color: #1e7d79;
	border: 1px solid #1e7d79;
}
.new-index-ul li .cate.cate03:after {
	content: "分譲地情報";
	color: #ef5f76;
	border: 1px solid #ef5f76;
}
.new-index-ul li .cate.cate04:after {
	content: "イベント情報";
	color: #ea8800;
	border: 1px solid #ea8800;
}
.new-index-ul li .cate.cate04_a:after {
	content: "イベント情報（兵庫）";
	color: #ea8800;
	border: 1px solid #ea8800;
}
.new-index-ul li .cate.cate04_b:after {
	content: "イベント情報（大阪）";
	color: #ea8800;
	border: 1px solid #ea8800;
}
.new-index-ul li .cate.cate04_c:after {
	content: "イベント情報（岡山）";
	color: #ea8800;
	border: 1px solid #ea8800;
}
.new-index-ul li .cate.cate05:after {
	content: "採用情報";
	color: #a451a9;
	border: 1px solid #a451a9;
}
.new-index-ul li .title {
	margin-top: 10px;
	/*font-weight: bold;*/
	font-size: 14px;
	line-height: 1.4 !important;
}
.top-zone02 {
	margin: 0 auto;
}
.top-zone02 li {
	width: 50%;
	float: left;
}
.top-zone02 li a {
	width: 100%;
	display: table;
	box-sizing: border-box;
	color: #fff;
	background-color: #000000;
	position: relative;
	text-decoration: none;
}
.top-zone02 li a:after {
	font-family: FontAwesome;
	content: "\f105";
	font-size: 20px;
	color: #fff;
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
}
.top-zone02 li:nth-child(2n) a {
	background-color: #0e439c;
}
.top-zone02 li a .image-box figure {
	transition: .3s ease-in-out;
	-moz-transition: .3s ease-in-out;
	-webkit-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
}
.top-zone02 li a .image-box figure img{width: 100%;}

.top-zone02 li a:hover .image-box figure {
	transform: scale(1.05, 1.05);
	-moz-transform: scale(1.05, 1.05);
	-webkit-transform: scale(1.05, 1.05);
	-o-transform: scale(1.05, 1.05);
}
.top-zone02 li a .image-box {
	width: 50%;
	display: table-cell;
	vertical-align: middle;
	box-sizing: border-box;
	overflow: hidden;
}
.top-zone02 li a .txt-box {
	width: 50%;
	display: table-cell;
	vertical-align: middle;
	box-sizing: border-box;
	padding: 0 5%;
}
.top-zone02 li a .en1 {
	font-size: 32px;
}
.top-zone02 li a .jp {
	font-size: 16px;
	font-weight: bold;
}
.top-zone03 {
	width: 100%;
	height: 650px;
	background: url(../cmn_img/top/top_img03.jpg) center center repeat-x;
	background-size: auto 100%;
	position: relative;
	overflow: hidden;
		 -webkit-animation: fadeAnimations 3000s linear infinite;
    -moz-animation: fadeAnimations 3000s linear infinite;
    -ms-animation: fadeAnimations 3000s linear infinite;
    animation: fadeAnimations 3000s linear infinite;
}



@-webkit-keyframes fadeAnimations {
 0% {
	 background-position:0 center;
}
 100% {
	 background-position:44400% center;
}
}

@-moz-keyframes fadeAnimations {
 0% {
	 background-position:0 center;
}
 100% {
	 background-position:44400% center;
}
}
@-ms-keyframes fadeAnimations {
 0% {
	 background-position:0 center;
}
 100% {
	 background-position:44400% center;
}
}
@keyframes fadeAnimations {
 0% {
	 background-position:0 center;
}
 100% {
	 background-position:44400% center;
}
}




.top-zone03-inr {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	width: 100%;
	max-width: 740px;
	text-align: center;
	box-sizing: border-box;
	padding: 120px 10px 35px;
	box-sizing: border-box;
	background: url(../cmn_img/top/top_img04.png) center center no-repeat;
	background-size: 100% 100%;
}
.top-zone03-inr .top-zone03-p01 {
	font-size: 28px;
	font-weight: bold;
	margin: 0 auto 20px;
}
.top-zone03-inr .top-zone03-p02 {
	font-size: 14px;
	margin: 0 auto 30px;
}
.top-zone03-inr .top-zone03-ul {
	text-align: center;
	max-width: 560px;
	margin: 0 auto;
}
.top-zone03-inr .top-zone03-ul li {
	width: 48%;
	float: left;
	margin: 0 3% 10px 0;
	border: 1px solid #ccc;
	overflow: hidden;
}
.top-zone03-inr .top-zone03-ul li:nth-child(2n){margin-right: 0;}
.top-zone03-inr .top-zone03-ul li a{text-decoration: none; color: #000; display: block; margin-bottom: 10px;}
.top-zone03-inr .top-zone03-ul li a span {
	display: block;
	box-sizing: border-box;
	border: 1px solid #000;
	color: #fff;
	text-decoration: none;
	padding: 8px 0;
	font-size: 14px;
	font-weight: bold;
	background-color: #000;
	position: relative;
}
.top-zone03-inr .top-zone03-ul li a.in_link{
	display: inline-block;
	overflow: hidden;
	width: 48%;
	padding: 10px;
	border: 1px solid #ccc;
	border-top: none;
	padding: 0;
    border: none;
}
.top-zone03-inr .top-zone03-ul li a.in_link:hover{background: #f3f3f3;}
.top-zone03-inr .top-zone03-ul li a.in_link{display: block; width: 48%; float: left;}
.top-zone03-inr .top-zone03-ul li a.in_link:nth-child(2){display: block; width: 48%; float: right;}
.top-zone03-inr .top-zone03-ul li span.bottom_in{
    clear: both;
    font-size: 14px;
    font-weight: bold;
    padding-top: 21px;
    display: block;
    height: 12px;
    background: none;
    border: none;
    color: #000;
    display: block;
    padding: 11px 0 20px 0;
}
.top-zone03-inr .top-zone03-ul li a span:after {
	font-family: FontAwesome;
	content: "\f105";
	font-size: 18px;
	color: #fff;
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translate(0%, -50%);
	-moz-transform: translate(0%, -50%);
	-webkit-transform: translate(0%, -50%);
	-o-transform: translate(0%, -50%);
}
.top-zone03-inr .top-zone03-ul li a:hover span {
	background-color: #0e439c;
	color: #fff;
	transition: .3s ease-in-out;
	-moz-transition: .3s ease-in-out;
	-webkit-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
}
.top-zone03-inr .top-zone03-ul li a.in_link:hover span {
	background-color: #f3f3f3;
	color: #000;
	transition: inherit;
	-moz-transition: inherit;
	-webkit-transition: inherit;
	-o-transition: inherit;
}
.top-zone03-inr .top-zone03-ul li a:hover span:after {
	color: #fff;
}
.top-zone03-inr .top-zone03-ul li a.in_link span:after {
	display: none;
}


/**/

.top-zone03-inr .top-zone03-ul2 {
	text-align: center;
	max-width: 560px;
	margin: 0 auto;
}
.top-zone03-inr .top-zone03-ul2 li {
	width: 98%;
	float: left;
	margin: 0 1% 5px 1%;
	border: 1px solid #ccc;
	overflow: hidden;
}
/*.top-zone03-inr .top-zone03-ul2 li:nth-child(2n){margin-right: 0;}*/
.top-zone03-inr .top-zone03-ul2 li a{text-decoration: none; color: #000; display: block; margin-bottom: 10px;}
.top-zone03-inr .top-zone03-ul2 li a span {
	display: block;
	box-sizing: border-box;
	border: 1px solid #000;
	color: #fff;
	text-decoration: none;
	padding: 8px 0;
	font-size: 14px;
	font-weight: bold;
	background-color: #000;
	position: relative;
}
.top-zone03-inr .top-zone03-ul2 li a.in_link{
	display: inline-block;
	overflow: hidden;
	width: 23.5%;
	padding: 4px;
	border: 1px solid #ccc;
	border-top: none;

    border: none;
}
.top-zone03-inr .top-zone03-ul2 li a.in_link:hover{background: #f3f3f3;}
.top-zone03-inr .top-zone03-ul2 li a.in_link{display: block; width: 23.5%; float: left;}
/*.top-zone03-inr .top-zone03-ul2 li a.in_link:nth-child(2){display: block; width: 24%; float: right;}*/
.top-zone03-inr .top-zone03-ul2 li span.bottom_in{
    clear: both;
    font-size: 14px;
    font-weight: bold;
    padding-top: 21px;
    display: block;
    height: 12px;
    background: none;
    border: none;
    color: #000;
    display: block;
    padding: 11px 0 20px 0;
}
.top-zone03-inr .top-zone03-ul2 li a span:after {
	font-family: FontAwesome;
	content: "\f105";
	font-size: 18px;
	color: #fff;
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translate(0%, -50%);
	-moz-transform: translate(0%, -50%);
	-webkit-transform: translate(0%, -50%);
	-o-transform: translate(0%, -50%);
}
.top-zone03-inr .top-zone03-ul2 li a:hover span {
	background-color: #0e439c;
	color: #fff;
	transition: .3s ease-in-out;
	-moz-transition: .3s ease-in-out;
	-webkit-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
}
.top-zone03-inr .top-zone03-ul2 li a.in_link:hover span {
	background-color: #f3f3f3;
	color: #000;
	transition: inherit;
	-moz-transition: inherit;
	-webkit-transition: inherit;
	-o-transition: inherit;
}
.top-zone03-inr .top-zone03-ul2 li a:hover span:after {
	color: #fff;
}
.top-zone03-inr .top-zone03-ul2 li a.in_link span:after {
	display: none;
}

/**/


.top-zone04 {
	background-color: #fff;
}
.top-zone04-inr {
	max-width: 1020px;
	padding: 80px 10px;
	box-sizing: border-box;
	margin: 0 auto;
}
.business-intro-ul {
	margin: 0 auto;
}
.business-intro-li {
	width: 33.33%;
	float: left;
	border: 1px solid #efefef;
	margin-left: -1px;
	margin-top: -1px;
	box-sizing: border-box;
}
.business-intro-li a {
	display: block;
	box-sizing: border-box;
	padding: 30px 5px;
	color: #333;
	text-decoration: none;
}
.business-intro-li a:hover {
	background-color: #fbfbfb;
	transition: .3s ease-in-out;
	-moz-transition: .3s ease-in-out;
	-webkit-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
}
.business-intro-li a .inrBox {
	max-width: 306px;
	margin: 0 auto;
}
.business-intro-li a figure {
	margin: 0 auto 20px;
}
.business-intro-li a .business-intro-p01 {
	font-size: 16px;
	font-weight: bold;
	margin: 0 auto 5px;
}
.business-intro-li a .business-intro-p01:before {
	font-family: FontAwesome;
	content: "\f105";
	margin-right: 5px;
}
.business-intro-li a .business-intro-p02 {
	font-size: 14px;
}
.top-zone05 {
	margin: 0 auto;
	background-color: #fff;
}
.top-zone05 .top-zone05-inr {
	box-sizing: border-box;
	max-width: 1020px;
	padding: 80px 10px;
	margin: 0 auto;
}
.branch-intro-ul li {
	width: 23%;
	margin-right: 2.66%;
	margin-bottom: 2.66%;
	box-sizing: border-box;
	float: left;
}
.branch-intro-ul li:nth-child(4n) {
	margin-right: 0;
}
.branch-intro-ul li:nth-child(4n + 1) {
	clear: left;
}
.branch-intro-ul li .active_bg,
.branch-intro-ul li a {
	display: block;
	background-color: #fff;
	box-sizing: border-box;
	color: #333;
	text-decoration: none;
}
.branch-intro-ul li figure img {
	width: 100%;
}
.branch-intro-ul li .txt-box {
	box-sizing: border-box;
	padding: 20px 5%;
	position: relative;
}
.branch-intro-ul li .txt-box:after {
	font-family: FontAwesome;
	content: "\f105";
	color: #0b419b;
	font-size: 20px;
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
}
.branch-intro-ul li .branch-intro-p01 {
	margin: 0 auto 5px;
	line-height: 1.2 !important;
}
.branch-intro-ul li .branch-intro-p01 .en1 {
	font-size: 26px;
}
.branch-intro-ul li .branch-intro-p01 .jp {
	font-size: 14px;
	font-weight: bold;
	display: block;
}
.branch-intro-ul li .branch-intro-p02 {
	font-size: 14px;
	color: #999999;
	font-weight: bold;
}
.branch-intro-ul li .active_bg,
.branch-intro-ul li a:hover {
	color: #fff;
}
.branch-intro-ul li .active_bg .txt-box,
.branch-intro-ul li a:hover .txt-box {
	/*		transition: .3s ease-in-out;
	-moz-transition: .3s ease-in-out;
	-webkit-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;*/
	background-color: #0e439c;
}
.branch-intro-ul li .active_bg .branch-intro-p02,
.branch-intro-ul li a:hover .branch-intro-p02 {
	color: #fff;
}
.above-footer-ul {
	max-width: 1020px;
	margin: 0 auto;
	box-sizing: border-box;
	padding: 80px 10px;
}
.above-footer-ul li {
	width: 23%;
	margin-right: 2.66%;
	margin-bottom: 1.33%;
	margin-top: 1.33%;
	box-sizing: border-box;
	float: left;
}
.above-footer-ul li:nth-child(4n) {
	margin-right: 0;
}
.above-footer-ul li:nth-child(4n + 1) {
	clear: left;
}
.above-footer-ul li a:hover {
	opacity: 0.8;
}

@media screen and (max-width: 1024px) 
 {
/*----------------------------------------------------
	　　    ◆TOP
----------------------------------------------------*/

.top-page {
    position: relative;
}
.top-mv-wrapper .top-mv-slider{
position: relative;
}


.top-mv-wrapper .top-mv-slider span {
	height: auto !important;
	box-sizing: border-box;
	padding-top: 60%;
}
.top_no1{
    position: absolute;
	top: 0px;
	left: 10px;
	z-index: 10000000;
}
.top_no1 li{display: block; width: 200px;}
.top_no1 li img,{display: block; width: 100%;}


.top-zone02 li a .txt-box {
	padding: 10px 10px;
}
.top-zone02 li a .en1 {
	font-size: 22px;
}
.top-zone02 li a .jp {
	font-size: 13px;
}
}

@media screen and (max-width:799px)
 {
/*----------------------------------------------------
	　　    ◆TOP
----------------------------------------------------*/
.top-page {
    position: relative;
    padding-top: 52px;
}
.top-page header {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
}
.top-mv-wrapper .top-mv-scroll {
	width: 60px;
	margin-left: -30px;
}

.top-mv-wrapper .top-mv-slider{
position: relative;
}

.top_no1{
    position: absolute;
	top: 0px;
	left: 0px;
	z-index: 10000000;
}
.top_no1 li{display: block; width: 100px;}
.top_no1 li img,{display: block; width: 100%;}







.top-event-wrapper {
	padding: 20px 10px;
}
.top-event-wrapper .top-event-box {
	max-width: 80%;
}
.top-zone_a{
	padding: 10px 0px;
}
.top-zone_a-inr ul {
    text-align: center;
}
.top-zone_a-inr ul li {
    float: none;
    width: 49%;
    display: inline-block;
    margin: 0 0 2% 0;
    max-width: 400px;
}
.top-zone_a-inr li.w100{ width: 100%; }
.top-zone_a-inr ul li a {
    padding: 7px 0 20px 0;
    font-size: 14px;
}
.top-zone_a-inr ul li a:after {
    font-family: FontAwesome;
    content: "\f105";
    font-size: 18px;
    color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
}

     
     
     
     
.top-zone_a-inr2 ul {
    text-align: center;
}
.top-zone_a-inr2 ul li {
    float: none;
    width: 49%;
    display: inline-block;
    margin: 0 0 2% 0;
    max-width: 400px;
}
.top-zone_a-inr2 li.w100{ width: 100%; }
.top-zone_a-inr2 ul li a {
    padding: 7px 0 20px 0;
    font-size: 14px;
}
.top-zone_a-inr2 ul li a:after {
    font-family: FontAwesome;
    content: "\f105";
    font-size: 18px;
    color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
}
     
     
     
     
     
.top-zone_d{
	padding: 0 0;
}
.top-zone_d-inr ul {
    width:100%;
}

.topic{
    box-sizing: border-box;
    border: 1px solid #000000;
    width:100%;
    margin:auto 0;
    padding: 1% 1%;
}


.topic h3{
   font-size:105%;
    font-weight: bold;
    text-align: left;
    padding:1% 0;
       
}

.topic p{
   font-size:90%; 
   line-height:0.5;
   text-align: left;    
}





.top-zone01 {
	padding: 40px 0px;
}
.new-index-ul li .title {
	font-size: 13px;
	margin-top: 5px;
}
.top-zone02 li {
	width: 100%;
	float: none;
	margin: 0 auto;
	border-bottom: 2px solid #fff;
}
.top-zone02 li a .en1 {
	line-height: 1.2 !important;
	font-size: 18px;
}
.top-zone03 {
	position: static;
	height: auto;
	padding: 40px 0px;
	box-sizing: border-box;
			 -webkit-animation-duration:15000s;
    -moz-animation-duration: 15000s;
    -ms-animatio-duration:15000s;
    animation-duration: 15000s;
}
.top-zone03-inr {
	position: static;
	transform: translate(0%, 0%);
	-moz-transform: translate(0%, 0%);
	-webkit-transform: translate(0%, 0%);
	-o-transform: translate(0%, 0%);
}
.top-zone03-inr {
	padding: 20px 5px 20px;
    background-size: 110% 100%;
    background: none;
    background: rgba(255,255,255,0.8);
    width: 85%;
    margin: 0 auto;
}
.top-zone03-inr .top-zone03-p01 {
	font-size: 18px;
	margin: 0 auto 20px;
}
.top-zone03-inr .top-zone03-p02 {
	font-size: 12px;
}
.top-zone03-inr .top-zone03-ul{text-align: center;}
.top-zone03-inr .top-zone03-ul li{
	float: none;
	display: inline-block;
	/*max-width: 450px;*/
	width: 100%;
	margin: 0 auto;
	background: #fff;
}
.top-zone03-inr .top-zone03-ul li:nth-child(2n){
	margin: 20px auto 0 auto;
}
.top-zone03-inr .top-zone03-ul li a {
	font-size: 10px;
	padding: 0;
}
.top-zone03-inr .top-zone03-ul li a::after {
	font-size: 14px;
	display: none;
}
.top-zone03-inr .top-zone03-ul li a.in_link {
    display: block;
    width: 46%;
    float: left;
    padding-left: 4px;
}
.top-zone03-inr .top-zone03-ul li a.in_link:nth-child(2) {
    display: block;
    width: 46%;
    float: right;
    padding-left: 0;
    padding-right: 3px;
}
.top-zone03-inr .top-zone03-ul li figure figcaption{
	font-size: 13px;
    display: block;
    min-height: 12px;
    line-height: 25px;
    margin-bottom: 10px;
    padding-top: 8px;
}


/**/


.top-zone03-inr .top-zone03-ul2{text-align: center;}
.top-zone03-inr .top-zone03-ul2 li{
	float: none;
	display: inline-block;
max-width: 790px;
	width: 100%;
	margin: 0 auto;
	background: #fff;
}
/*.top-zone03-inr .top-zone03-ul2 li:nth-child(2n){
	margin: 20px auto 0 auto;
}*/
.top-zone03-inr .top-zone03-ul2 li a {
	font-size: 10px;
	padding: 0;
}
.top-zone03-inr .top-zone03-ul2 li a::after {
	font-size: 14px;
	display: none;
}
.top-zone03-inr .top-zone03-ul2 li a.in_link {
    display: block;
    width: 46%;
    float: left;
    padding-left: 4px;
}
.top-zone03-inr .top-zone03-ul2 li a.in_link:nth-child(2) {
    display: block;
    width: 46%;
    float: left;
    padding-left: 0;
    padding-right: 4px;
}
     
.top-zone03-inr .top-zone03-ul2 li a.in_link img{
    display: block;
    width: 100%;
    float: left;
    padding-left: 4px;
}
   
     
     
     
     
     
     
     
     
     
.top-zone03-inr .top-zone03-ul2 li figure figcaption{
	font-size: 13px;
    display: block;
    min-height: 12px;
    line-height: 25px;
    margin-bottom: 10px;
    padding-top: 8px;
}


/**/

.business-intro-li {
	width: 50%;
	border: none;
	margin: 0 auto 10px;
}
.business-intro-li a {
	padding: 0;
}
.business-intro-li a figure {
	margin: 0 auto 5px;
}
.business-intro-li a .business-intro-p01 {
	font-size: 14px;
	margin: 0 auto;
	padding: 5px 10px;
}
.business-intro-li a .business-intro-p02 {
	display: none;
}
.branch-intro-ul li {
	width: 48%;
	float: left;
	margin: 0 4% 2% 0;
	border: 1px solid #ccc;
}
.branch-intro-ul li:nth-child(2n) {margin-right: 0;}
.branch-intro-ul li .branch-intro-p02 {
	display: none;
}
.branch-intro-ul li .txt-box {
	padding: 10px 10px;
	box-sizing: border-box;
}
.branch-intro-ul li .branch-intro-p01 .en1 {
	font-size: 20px;
}
.top-zone04-inr {
	padding: 40px 10px;
}
.top-zone05 .top-zone05-inr {
	padding: 40px 10px;
}
.above-footer-ul {
	padding: 30px 10px;
}
.above-footer-ul li {
	width: 50%;
	margin: 0 auto 10px !important;
	box-sizing: border-box;
	padding: 0 2px;
}
footer .footer-box01 {
	padding: 30px 10px;
}
}
