

body {
overflow: hidden;
height: 100%;
}


	.view_pc {
		display: block;
		
	}	
	
	.view_sp {
		display:none;
	}	


/******
メインイメージ
******/

#section0 {
	background: #000;
	overflow: hidden;
	position: relative;
	min-height: 100%;
	width: 100%;
max-width: 100%;
}

.main_top {
	width: 100%;
	height: 100%;
	background-image: url(../imgs/section1/pc/main_image.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 50%;
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
.main_logo{
	display: block;
	position: absolute;
	left: 2%;
	top: 2%;
	z-index: 5;
	opacity: 0;
}
.main_logo h1{
	color: #fff;
	font-size: 10px;
	margin-bottom: 5px;
	text-align: left;
}
.main_logo a{
	display: block;
	width: 200px;
}
.main_logo img{
	max-width: 100%;
	height: auto;
}

.main_title {
	width: calc(945 /1400 *100%);
	max-width: 945px;
	margin: 0 auto;
	opacity: 0;
	position: relative;
	z-index: 5;
}


.main_title img {
	width: 100%;
	vertical-align: bottom;
}

.am_mainimage {
	animation-name: aniMainimage1;
    animation-iteration-count: 1;
    animation-duration: 2s;
    animation-delay: 1.5s;
    animation-fill-mode: forwards;
}

@keyframes aniMainimage1 {
0% {opacity: 0;
	-webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
	}
100% {
	margin-top: 0;
	opacity: 1;
	-webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
	}
}


.ani_maintext {
	animation-name: aniMaintext1;
    animation-iteration-count: 1;
    animation-duration: 3s;
    animation-delay: 0.5s;
    animation-fill-mode: forwards;
}

@keyframes aniMaintext1 {
0% {margin-top: 0%;}
100% {
	margin-top: 0;
	opacity: 1;
	}
}


/******
マップ部分
******/

#section1 {
	background: #E4E4E4;
	background-position: 50% 50%;
	background-size: auto;
	background-repeat: no-repeat;
}


#section1 .fp-tableCell {
    overflow: hidden;
    position: relative;
}

#section1 .map_bg {
	background: #000;
	background-image: url(../imgs/map/map_bg.png);
	background-position: 50% 50%;
	background-size: auto;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	opacity: 0;
}

#section1 .map_bg.ani_map_text {
		animation-name: aniMaptext1;
    animation-iteration-count: 1;
    animation-duration: 3s;
    animation-delay: 0.5s;
    animation-fill-mode: forwards;
} 


.map_image {
	width: 100%;
	max-width: 1300px;
	margin: 0 auto;
	position: relative;
	opacity: 0;
}

.map_image img {
	max-width: 100%;
	vertical-align: bottom;
	height: auto;
}
.map_image .map_set {
	width: 100%;
	position: relative;
	z-index: 10;
}
.map_icon {
	width: 100%;
	min-height: 100%;
	position:absolute;
	z-index: 20;
	top: 0;
	left: 0;
}

@media only screen and (min-width: 739px) {
	.map_image .map_set img{
		max-height: 100vh;
		width: auto;
		margin: 0 auto;
	}
	.map_icon {
		position:absolute;
		z-index: 20;
		top: 0;
		left: 50%;
		transform: translateX(-50%);
	}
	.map_icon:after{
		content: "";
		display: block;
		padding-top: calc(920 / 1600 * 100%);
	}
}

.map_icon  p {
	width: calc(210 / 1300 *100%);
    max-width: 210px;
	position: absolute;
	z-index: 20;
}

.map_icon .map_icon_taniroku{
	width: calc(234 / 1300 *100%);
	max-width: 234px;
}
.map_icon .map_icon_umeda{
	width: calc(250 / 1300 *100%);
	max-width: 250px;
}

.map_icon .map_icon_abeno{
	width: calc(288 / 1300 *100%);
	max-width: 288px;
}
.map_icon .map_icon_hommachi{
	width: calc(244 / 1300 *100%);
	max-width: 244px;
}
.map_icon .map_icon_sakaisuji{
	width: calc(244 / 1300 *100%);
	max-width: 244px;
}
	
.map_icon .map_icon_uehonmachi{
	width: calc(239 / 1300 *100%);
	max-width: 239px;
}
.map_icon .map_icon_bay{
	width: calc(237 / 1300 *100%);
	max-width: 237px;
}
.map_icon .map_icon_uehonmachipj{
	width: calc(211 / 1300 *100%);
	max-width: 211px;
}
.map_icon .map_icon_osakalink{
	width: calc(254 / 1300 *100%);
	max-width: 254px;
}

.map_icon  p a img{
	transition: .5s;
}
.map_icon  p a:hover img{
	opacity: 0.8;
	transform: scale(0.95, 0.95);
}
.map_icon p img {
	width: 100%;
}

.map_icon p.map_icon_umeda {
	top: 19.8%;
	left: 32.6%;
	opacity: 0;
	transform: translateX(-10%);
	transition: 2s;
	transition-delay: 2.5s;
}
.map_icon p.map_icon_umeda.ani_icon{
	opacity: 1;
	transform: translateY(0);
}
.map_icon p.map_icon_umeda a:hover img{
	transform-origin: right center;
}

.map_icon p.map_icon_uehonmachipj {
	top: 70%;
	left: 42%;
	opacity: 0;
	transform: translateX(-10%);
	transition: 2s;
	transition-delay: 2.5s;
}
.map_icon p.map_icon_uehonmachipj.ani_icon{
	opacity: 1;
	transform: translateX(0);
}
.map_icon p.map_icon_uehonmachipj a:hover img{
	transform-origin: right 25%;
}
.map_icon p.map_icon_osakalink {
	top: 4%;
	left: 39.5%;
	opacity: 0;
	transform: translateX(-10%);
	transition: 2s;
	transition-delay: 2.5s;
}
.map_icon p.map_icon_osakalink.ani_icon{
	opacity: 1;
	transform: translateX(0);
}
.map_icon p.map_icon_osakalink a:hover img{
	transform-origin: right 25%;
}



.map_icon p.map_icon_uehonmachi {
	left: 70.1%;
	top: 58%;
	opacity: 0;
	transform: translateX(10%);
	transition: 2s;
	transition-delay: 2.5s;
}
.map_icon p.map_icon_uehonmachi.ani_icon{
	opacity: 1;
	transform: translateY(0);
}
.map_icon p.map_icon_uehonmachi a:hover img{
	transform-origin: left center;
}

.map_icon p.map_icon_midoribashi {
	top: 46.5%;
	left: 64.5%;
	opacity: 0;
	transform: translateY(-10%);
	transition: 2s;
	transition-delay: 2.5s;
}
.map_icon p.map_icon_midoribashi.ani_icon{
	opacity: 1;
	transform: translateY(0);
}
.map_icon p.map_icon_midoribashi a:hover img{
	transform-origin: center bottom;
}

.map_icon p.map_icon_taniroku {
	top: 57.5%;
	left: 57%;
	opacity: 0;
	transform: translateX(10%);
	transition: 2s;
	transition-delay: 2.5s;
}
.map_icon p.map_icon_taniroku.ani_icon{
	opacity: 1;
	transform: translateX(0);
}
.map_icon p.map_icon_taniroku a:hover img{
	transform-origin: left 30%;
}

.map_icon p.map_icon_abeno {
	top: 78.5%;
	left: 43.5%;
	opacity: 0;
	transform: translateX(-10%);
	transition: 2s;
	transition-delay: 2.5s;
}
.map_icon p.map_icon_abeno.ani_icon{
	opacity: 1;
	transform: translateX(0);
}
.map_icon p.map_icon_abeno a:hover img{
	transform-origin: 90% bottom;
}

.map_icon p.map_icon_hommachi {
	top: 49%;
	left: 32%;
	opacity: 0;
	transform: translateX(-10%);
	transition: 2s;
	transition-delay: 2.5s;
}
.map_icon p.map_icon_hommachi.ani_icon{
	opacity: 1;
	transform: translateX(0);
}
.map_icon p.map_icon_hommachi a:hover img{
	transform-origin: 90% top;
}



.map_icon p.map_icon_sakaisuji {
	top: 56%;
	left: 34.5%;
	opacity: 0;
	transform: translateX(-10%);
	transition: 2s;
	transition-delay: 2.5s;
}
.map_icon p.map_icon_sakaisuji.ani_icon{
	opacity: 1;
	transform: translateX(0);
}
.map_icon p.map_icon_sakaisuji a:hover img{
	transform-origin: 90% top;
}




.map_icon p.map_icon_bay {
	top: 83%;
	left: 19%;
	opacity: 0;
	transform: translateX(10%);
	transition: 2s;
	transition-delay: 2.5s;
}
.map_icon p.map_icon_bay.ani_icon{
	opacity: 1;
	transform: translateY(0);
}
.map_icon p.map_icon_bay a:hover img{
	transform-origin: left 50%;
}



#ez-map {
	opacity: 0;
	display: block;
	position: relative;
}



.map_image.ani_map {
	animation-name: aniMap1;
    animation-iteration-count: 1;
    animation-duration: 4s;
    animation-delay: 1.5s;
    animation-fill-mode: forwards;
}

.ani_button {
	animation-name: aniButton1;
    animation-iteration-count: 1;
    animation-duration: 4s;
    animation-delay: 1.5s;
    animation-fill-mode: forwards;
}


.map_base.ani_map {
	animation-name: aniMap1;
    animation-iteration-count: 1;
    animation-duration: 4s;
    animation-delay: 1.5s;
    animation-fill-mode: forwards;
}

#ez-map.ani_map {
	animation-name: aniMap1;
    animation-iteration-count: 1;
    animation-duration: 4s;
    animation-delay: 1.5s;
    animation-fill-mode: forwards;
}


#ez-map-sp.ani_map {
	animation-name: aniMap1;
    animation-iteration-count: 1;
    animation-duration: 3s;
    animation-delay: 0.5s;
    animation-fill-mode: forwards;
}


@keyframes aniMaptext1 {
0% {opacity: 0;
	}
50% {
	opacity: 1;
	}
90% {
	opacity: 0;
	}
92% {
	opacity: 0;
	display: none;
	}	
100% {
	opacity: 0;
	display: none;
	}
}


@keyframes aniMap1 {
0% {margin-top: 0%;
	}
100% {
	margin-top: 0;
	opacity: 1;
	z-index: 30;
	}
}

@keyframes aniMapIcon{
	0%{
		opacity: 0;
	}
	100%{
		opacity: 1;
	}
}

@keyframes aniButton1 {
0% {margin-top: 0%;
	}
100% {
	margin-top: 0;
	opacity: 1;
	}
}



.allrequest_bu {
	width: 280px;
	position: absolute;
	bottom: 0%;
	left: 0%;
	z-index: 99;
	opacity: 0;
	z-index: 50;
}

.allrequest_bu img {
	width: 100%;
}

.allrequest_bu a {
	background: #951128;
	display: block;
}






/******
プロジェクトカセット
******/

.station_text {
		width: calc(570 /1400 *100%);
	max-width:570px;
	margin: 0 auto;
}


.project_read {
	text-align: center;
	font-family: "Times New Roman", Times, "serif";
}
.project_read h2 {
	font-size: 25px;
	letter-spacing: 0.3em;
	margin-bottom: 20px;
}
.project_read p.url_text {
	font-size: 12px;
	letter-spacing: 0.3em;
	margin-bottom: 25px;
}


.project_set {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	background: #000;
	color: #fff;
	font-family: 'Noto Sans Japanese', "游ゴシック", "YuGothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.project_set img {
	width: 100%;
	vertical-align: bottom;
}

.project_set .project_image {
	width: calc(610 / 1200 *100%);
	max-width: 610px;
	float: right;
}

.project_set .project_data {
		width: calc(430 / 1200 *100%);
	max-width: 430px;
	float: left;
	margin-left: calc(47 / 1200 *100%);
	padding-top: 31px;
}
.project_set .project_data.project_data_uehonmachi{
	padding-top: 20px;
}

.project_set .project_data h3 {
	color: #fff;
	width: 100%;
	font-size: 18px;
	text-align: center;
	margin-bottom: 20px;
}
.project_set .project_data p {
	width: 100%;
	text-align: center;
	line-height: 140%;
	font-size: 14px;
	margin-bottom: 25px;
}
.project_set .project_data .note{
	font-size: 12px;
}

.project_set .project_data table {
	width: 400px;
	margin: 0 auto 20px;
	font-size: 13px;
	line-height: 150%;
	text-align: left;
}

.project_set .project_data table th {
	width: 108px;
}


.project_set .project_data table th, .project_set .project_data table td {
	border-bottom: 1px solid #B9B9C8;
	padding: 8px 0;
}

.project_set .project_data ul {
	width: calc(312 / 390 *100%);
	max-width: 312px;
	margin: 0 auto;
}

.project_set .project_data ul li {
	width:  calc(148 / 312 *100%);
	float: left;
}

.project_set .project_data ul li:last-child {
	float: right;
}

.project_set .project_data ul li a {
-webkit-transition: all .5s;
  transition: all .5s;
	display: block;
}
.project_set .project_data ul li.officaial a {
	background: #ACAC9D;
}


.project_set .project_data ul li.officaial a:hover {
	background: #C7C7BC;
}

.project_set .project_data ul li.request a {
	background: #B11430;
}
.project_set .project_data ul li.request a:hover {
	background: #E83151;
}


/**ぼかし**/
.inviewBrr {
	opacity: 0;
	margin-top: 7%;
	-moz-transition:2s ease;
  -webkit-transition:2s ease;
  -o-transition:2s ease;
  -ms-transition:2s ease;

	  -webkit-filter: blur(20px);
  -moz-filter: blur(20px);
  -o-filter: blur(20px);
  -ms-filter: blur(20px);
  filter: blur(20px);

	
}

.actBrr {
	margin-top: 0px;
	opacity: 1;
		  -webkit-filter: blur(0px);
  -moz-filter: blur(0px);
  -o-filter: blur(0px);
  -ms-filter: blur(0px);
  filter: blur(0px);
}




/******
フッター
******/

.copyright {
	position: relative;
	bottom: 0;
	left:60px;
	width: 90%;
	padding-top: 30px;
	text-align: center;
}

.copyright .logo_wrapp {
	width: auto;
	font-size: 11px;
	font-family: "Times New Roman", Times, "Sawarabi Mincho", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝B", serif;
	text-align: center;
	margin: 0 auto;
}
.copyright .logo_wrapp .logo {
	margin-bottom: 10px;
}
.copyright .logo_wrapp .copy,
.copyright .logo_wrapp h1 {
	margin-bottom: 10px;
	letter-spacing: 0.2em;
}
.foot_button {
	width: 160px;
	position: fixed;
	right: 5%;
	bottom: 3%;
	z-index: 999;
}

.foot_button2 {
	
	position: fixed;
	right: 7%;
	bottom: 3%;
	z-index: 999;
	background:#000;
}


.fp-viewing-mapPage .foot_button{
    display: none;
}

.fp-viewing-mapPage .foot_button2{
    display: none;
}


.foot_button img {
	width: 100%;
}

.foot_button a {
	-webkit-transition: all .5s;
  transition: all .5s;
	display: block;
	background: #000;
	opacity: 1;
}

.foot_button a:hover {
	-webkit-transition: all .5s;
  transition: all .5s;
	display: block;
	background: #000;
	opacity: 0.7;
}


.foot_button2 img {
	width: 100%;
}

.foot_button2 a {
	-webkit-transition: all .5s;
  transition: all .5s;
	display: block;
	background: #000;
	opacity: 1;
}

.foot_button2 a:hover {
	-webkit-transition: all .5s;
  transition: all .5s;
	display: block;
	background: #000;
	opacity: 0.7;
}




footer {
	padding-top: 80px;
    padding-bottom: 18px;
    border-bottom: 1px solid #e9e9e9;
    /*//margin-bottom: 33px;*/
}
div.footer {
    max-width: 1455px;
    margin: 0 auto;
    padding: 0 10px;
	box-sizing: content-box;
	text-align: left;
	font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体",'Lucida Grande','Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
	-webkit-font-smoothing-: antialiased;
}
div.footer .links_footer {
    display: flex;
    font-size: 12px;
    font-feature-settings: "pkna";
    letter-spacing: -0.04em;
    margin-bottom: 63px;
    white-space:nowrap;
}
div.footer .links_footer a,
div.footer .links_footer .nolink{
		color: #333;

	transition: opacity 0.6s ease-in-out;
	font-feature-settings: "pkna";
	font-weight: 500;
	
}
body:not(.mobile)  div.footer .links_footer ul a:hover{
    opacity: 0.6;
}
div.footer .links_footer .item {
	box-sizing: border-box;
    border-right: 1px solid #aaaaaa;
    /*padding-right: 1.79%;
  padding-left: 1.79%;
  margin-right: 1.79%;*/
    padding-right: 2.2%;
    padding-left: 2.2%;
    margin-right: 2.2%;
}
div.footer .links_footer .item .child{
	color: rgba(0,0,0);
}
div.footer .links_footer .item:nth-child(1) {
    width: 20.14%;
    white-space:nowrap;
}
div.footer .links_footer .item:nth-child(2) {
    width: 24%;
}
div.footer .links_footer .item:nth-child(3) {
    width: 17.32%;
}
div.footer .links_footer .item:nth-child(2) .flex01 {
    display: flex;
    justify-content: space-between;
}
div.footer .links_footer .item:nth-child(2) .child {
    padding-left: 7px;
}
div.footer .links_footer .item:nth-child(2) .child > p {
    margin-bottom: 8px;
}
div.footer .links_footer .item ul > li {
    margin-bottom: 5px;
}
div.footer .links_footer .item:nth-child(4) .flex01 {
    display: flex;
    justify-content: space-between;
}
div.footer .links_footer .item:nth-child(4) .child {
    padding-left: 7px;
}
div.footer .links_footer .item:nth-child(4) .child > p {
    margin-bottom: 8px;
}
div.footer .links_footer .item:nth-child(4) {
    width: 27.76%;
    padding-right: 0;
    margin-right: 0;
    border-right: none;
}
div.footer .links_footer .arrow {
    font-size: 14px;
    transform: scale(0.5);
    transform-origin: left center;
    display: inline-block;
    margin-right: -7px;
    position: relative;
    top: -1px;
}
div.footer .links_footer .f_icon {
    font-size: 16px;
    margin-bottom: 11px;
    line-height: 1.2;
    position: relative;
}
div.footer .links_footer .f_icon a{
    display: block;
    position: relative;
    pointer-events: none;
}
div.footer .links_footer .f_icon.f_icon01 a::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    width: 20px;
    height: 20px;
    background: url("../imgs/footer/f_icon01@2x.png") no-repeat center center;
    background-size: contain;
    left: -14.5%;
}
div.footer .links_footer .f_icon.f_icon02 a::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    width: 14px;
    height: 20px;
    background: url("../imgs/footer/f_icon02@2x.png") no-repeat center center;
    background-size: contain;
    left: -11.5%;
}
div.footer .links_footer .f_icon.f_icon03 a::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    width: 26px;
    height: 28px;
    background: url("../imgs/footer/f_icon03@2x.png") no-repeat center center;
    background-size: contain;
    left: -18.5%;
}
div.footer .links_footer .f_icon.f_icon04 a::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    width: 21px;
    height: 20px;
    background: url("../imgs/footer/f_icon04@2x.png") no-repeat center center;
    background-size: contain;
    left: -8.5%;
}
div.footer .f_nav {
    /* max-width: 808px; */
    margin: auto;
    letter-spacing: -.40em;
    text-align: center;
}
div.footer .f_nav a{
    transition: opacity 0.6s ease-in-out;
}
body:not(.mobile) div.footer .f_nav a:hover{
    opacity: 0.6;
}
div.footer .f_nav li {
    display: inline-block;
    font-size: 14px;
    letter-spacing: normal;
    vertical-align: top;
    margin-right: 37px;
    margin-bottom: 12px;
}
div.footer .f_nav li:last-child {
    margin-right: 0;
}
div.footer .f_nav li a {
	color: #000;
    padding-left: 18px;
    display: block;
    position: relative;
    line-height: 1.1;
}
div.footer .f_nav li a::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: url("../imgs/footer/f_arrow@2x.png") no-repeat center center;
    background-size: contain;
    width: 9px;
    height: 11px;
}
div.footer .mb5{
	margin-bottom: 5px;
}
.external:before{
	content: "";
	margin-right:0.5em;
	background: center  center / contain no-repeat;
	width:14px;
	height:10px;
	background-image: url(../imgs/footer/external.png);
	display: inline-block;
	vertical-align: middle;
	position: relative;
	top:-0.1em;
}

.ext_txt:after{
	content: "";
	margin-left:0.2em;
	background: center  center / contain no-repeat;
	width:14px;
	height: 10px;
	background-image: url(../imgs/footer/external.png);
	display: inline-block;
	vertical-align: middle;

	position: relative;
	/* top:-0.1em; */
}

.external.ext_w:before{
	background-image: url(../imgs/footer/external_w.png);
}

.external.ext_g:before{
	background-image: url(../imgs/footer/external_g.png);
}

.external.ext_hover_gray:before{
    transition: 0.8s ease-in-out;
}

body:not(.mobile) a:hover .external.ext_hover_gray:before,
body:not(.mobile) a.external.ext_hover_gray:hover:before{
	background-image: url(../images/common/external.png);
}


.sitemap{
	margin:80px 0 50px;
}
.sitemap .area{
	overflow: hidden;
	margin: 0 auto;
	max-width: 1140px;
}
.sitemap a{
	color: #000;
	font-size: 12px;
	font-family: YuGothic, 'Yu Gothic', 游ゴシック体, '游ゴシック', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, 'MS ゴシック', 'MS Gothic', sans-serif;
}
.sitemap .sitemapLogo{
	box-sizing: border-box;
	width: 25%;
	max-width:266px;
	height:190px;
	float:left;
	border-right:1px solid #e7e7e7;
	text-align:center;
	padding-top:15px;
}
.sitemap .sitemapLogo a img{
	transition: opacity .8s;
}
.sitemap .sitemapLogo a:hover img{
	opacity: 0.5;
}
.sitemap .line{
	box-sizing: border-box;
	width: 25%;
	max-width:260px;
	height:260px;
	float:left;
	border-right:1px solid #e7e7e7;
	padding-left:15px;
	text-align: left;
	color: #000;
	font-family: YuGothic, 'Yu Gothic', 游ゴシック体, '游ゴシック', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, 'MS ゴシック', 'MS Gothic', sans-serif;
}	
.sitemap .line p{
	font-size:16px;
	font-weight:bold;
	margin-bottom:5px;
}	
.sitemap .line ul{
	margin-bottom:30px;
}	
.sitemap .line ul li{
	line-height:21px;
	font-size:86%;
	text-align: left;
}	
.sitemap .line ul li a,
.sitemap .line ul li span{
	font-weight:lighter;
	box-sizing:border-box;
	background:url(../imgs/footer/icon_arrow05.gif) no-repeat left center;
	padding-left:10px;
	transition: opacity .8s;
}
.sitemap .line ul li a:hover{
	opacity: 0.5;
}
.sitemap .line ul li.arrow a{
	background:none;
	padding-left:10px;
}	
.sitemap .line ul li ul{
	margin-bottom:5px;
}	
.sitemap .line ul li ul li{
	font-size:100%;
}	
.sitemap .line ul li ul li a{
	background:none;
}

@media screen and (max-width: 1280px) {
    div.footer .links_footer .f_icon{
        font-size: 14px;
    }
    div.footer .links_footer{
        font-size: 11px;
    }
}
@media screen and (max-width: 1180px) {
    div.footer .links_footer{
        flex-wrap: wrap;
        max-width: 650px;
        margin: auto;
    }
    div.footer .links_footer .item{
        margin-bottom: 25px !important;
        border-right: none;
    }
    div.footer .links_footer .item:nth-child(1){
        width: 40%;
        padding-right: 2%;
        margin-right: 2%;
        margin-left: 0;
        padding-left: 0;
    }
     div.footer .links_footer .item:nth-child(2){
        width: 56%;
         padding: 0;
         margin: 0;
         border-right: none;
         padding-left: 5%;
    }
     div.footer .links_footer .item:nth-child(3){
        width: 40%;
          padding-right: 4%;
        margin-right: 4%;
        margin-left: 0;
        padding-left: 0;
    }
     div.footer .links_footer .item:nth-child(4){
        width: 56%;
         padding: 0;
         margin: 0;
         padding-left: 5%;
    }
    div.footer .links_footer .f_icon.f_icon01 a::after{
        left: -28px;
    }
    div.footer .links_footer .f_icon.f_icon02 a::after{
        left: -24px;
    }
     div.footer .links_footer .f_icon.f_icon03 a::after{
        left: -35px;
    }
     div.footer .links_footer .f_icon.f_icon04 aa::after{
        left: -36px;
    }
   /* div.footer .links_footer .item{
        padding-right: 1.8%;
    padding-left: 1.8%;
    margin-right: 1.8%;
    }
    div.footer .links_footer .f_icon.f_icon01::after{
        width: 11px;
        left: -9.5%;
    }
    div.footer .links_footer .f_icon.f_icon02::after{
        width: 11px;
        left: -7.5%;
    }
      div.footer .links_footer .f_icon.f_icon03::after{
        width: 17px;
        left: -14.8%;
          top: -4px;
    }
     div.footer .links_footer .f_icon.f_icon04::after{
        width: 20px;
        left: -8.5%;
    }*/
}
@media screen and (max-width: 767px) {

div.footer .links_footer .item:nth-child(2) .flex01 {
    display: block;
    justify-content: space-between;
}
    
    div.footer .links_footer{
        display: block;
        margin-bottom: 20px;
    }
    div.footer .links_footer .item{
        width: auto !important;
        padding: 0 !important;
        margin: 0 !important;
    }
    div.footer .links_footer .item .f_icon+ul,
    div.footer .links_footer .item .f_icon+div.flex01{
        display: none;
    }
    div.footer .links_footer .item{
        padding: 0 0!important;
        margin-bottom: 13px !important;
        border-bottom: 1px solid #aaaaaa;
    }
    
    div.footer .links_footer .f_icon{
        margin-bottom: 0 !important;
    }

    div.footer .links_footer .f_icon a{
      padding: 0 12px 13px 30px !important;
      display:block;
      position:relative;
      pointer-events: all;
    }

    div.footer .links_footer .f_icon a:before{
      content:"+";
      position:absolute;
      line-height:1;
      top:50%;
      right:10px;
      margin-top:-1em;
    }

    div.footer .links_footer .f_icon.f_icon03 a:before{
      content:none;
    }

    div.footer .links_footer .item.opened .f_icon a:before{
      content:"-";
    }

    div.footer .links_footer .f_icon.f_icon01 a{
        padding-left: 30px;
    }
    div.footer .links_footer .f_icon.f_icon02 a{
        padding-left: 30px;
    }
     div.footer .links_footer .f_icon.f_icon03 a{
        padding-left: 30px;
    }
    div.footer .links_footer .f_icon.f_icon04 a{
        padding-left: 30px;
    }
    div.footer .links_footer .f_icon.f_icon01 a::after{
        left: 0;
    }
    div.footer .links_footer .f_icon.f_icon02 a::after{
        left: 3px;
    }
     div.footer .links_footer .f_icon.f_icon03 a::after{
        left: -2px;
        top: -4px;
    }
    div.footer .links_footer .f_icon.f_icon04 a::after{
        left: 1px;
    }
    div.footer .f_nav li{
        font-size: 12px;
        display: block;
    }
    .copyright{
        background: #e4e4e4;
        padding-top: 18px;
        padding-bottom: 15px;
    }
}
@media screen and (max-width: 640px) {}
@media screen and (max-width: 550px) {
    div.footer .f_nav{
        max-width: 387px;
        text-align: left;
        margin: 0;
    }
    div.footer .f_nav li{
        margin-right: 0;
    }
    div.footer .f_nav li:nth-child(3){
        margin-right: 5.9em;
    }
    div.footer .f_nav li:nth-child(1){
        margin-right: 2em;
    }
    .pagetop2{
        max-width: 40px;
    }
    .pagetop2.scrolled{
        right: 5px;
    }
}
@media screen and (max-width: 460px) {}
@media screen and (max-width: 375px) {}
@media screen and (max-width: 374px) {
    div.footer .f_nav li{
        font-size: 11px;
    }
}
