﻿/*--------リンク・フォント--------*/
@font-face {
    font-family: 'NotoSans';
    font-style: normal;
    font-weight: 400;
    src: url('../Dup/img/NotoSans_r.woff') format('woff'),
        url('../Dup/img/Notosans_r.eot')  format('eot');
    font-display: swap;
}
@font-face {
    font-family: 'NotoSans';
    font-style: normal;
    font-weight: 700;
    src: url('../Dup/img/Notosans_bold.woff') format('woff'),
        url('../Dup/img/Notosans_bold.eot')  format('eot');
    font-display: swap;
}
@font-face {
    font-family: 'NotoSans';
    font-style: normal;
    font-weight: 900;
    src: url('../Dup/img/NotoSans_black.woff') format('woff'),
        url('../Dup/img/notosans_black.eot')  format('eot');
    font-display: swap;
}
body{font-family: "NotoSans","游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;}

.linkStyle{color: #333333; text-decoration: underline;}


/*--------ローディング--------*/
#loading {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 999;
  background:#fff;
}

#loading_copy {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.fadeUp{
animation-name: fadeUpAnime;
animation-duration:0.5s;
animation-fill-mode:forwards;
opacity: 0;
}

@keyframes fadeUpAnime{
  from {
    opacity: 0;
  transform: translateY(200px);
  }

  to {
    opacity: 1;
  transform: translateY(0);
  }
}


/*--------スライドショー--------*/
/*
.single-item .slick-slide:not(.slick-center) {
 -webkit-filter: opacity(50%);
  -moz-filter: opacity(50%);
  -o-filter: opacity(50%);
  -ms-filter: opacity(50%);
  filter: opacity(50%);
  transition: 0.2s linear;
}
.slick-slide .pc_hide{ display: none!important; }

.object_fit_img{
  object-fit: cover;
  font-family: 'object-fit: cover;'
}
#mainSlide div {
    position: relative;
    overflow: hidden;
    vertical-align: middle;
}
*/

/*--------全体--------*/
.font_16up {
    font-size: -webkit-calc(1rem + 16px);
    font-size: calc(1rem + 16px);
}
.shadow_add{box-shadow: 10px 12px 0px 1px rgba(247, 247, 247,1);}
.txt_shadow_add{
    text-shadow: #fff 2px 0, #fff -2px 0, #fff 0 -2px, #fff 0 2px, #fff 2px 2px, #fff -2px 2px, #fff 2px -2px, #fff -2px -2px, #fff 1px 2px, #fff -1px 2px, #fff 1px -2px, #fff -1px -2px, #fff 2px 1px, #fff -2px 1px, #fff 2px -1px, #fff -2px -1px, rgb(0 0 0 / 50%) 3px 3px 3px;
}
main.bg_color4{background-color:#fff;}
#wrap.bg_color4{background-color:#fff;}
.contact_btn{    
  position: relative;    
  display:inline-block;
    background: #f7d605;
    color:#333;
    font-weight: bold;
    font-size: 1.1em;
    padding: 15px 30px;
    text-decoration: none;
    outline: none;
    overflow: hidden;
    transition: all 0.3s;
    background-image: -webkit-linear-gradient(transparent 0%,rgba(255,255,255,.3) 50%,transparent 50%,rgba(0,0,0,.1) 100%);
  background-image:         linear-gradient(transparent 0%,rgba(255,255,255,.3) 50%,transparent 50%,rgba(0,0,0,.1) 100%);
  box-shadow: 0 2px 2px 0 rgba(255,255,255,.2) inset,0 2px 10px 0 rgba(255,255,255,.5) inset,0 -2px 2px 0 rgba(0,0,0,.1) inset;
  border: 1px solid rgba(0,0,0,.2);
}
#head_contact a:first-of-type{
  border-bottom: 5px solid #ab9614;
}
#head_contact a:first-of-type:hover {
    background: #ffde44;
    margin-top: 3px;
  border-bottom: 2px solid #dcc42b;
  transition: all 0.3s;
}
#head_contact a:nth-of-type(2){
  border-bottom: 5px solid #00662d;
    background: #14a014;
    color:#fff;
    background-image: -webkit-linear-gradient(transparent 0%,rgba(255,255,255,.3) 50%,transparent 50%,rgba(0,0,0,.1) 100%);
  background-image:         linear-gradient(transparent 0%,rgba(255,255,255,.3) 50%,transparent 50%,rgba(0,0,0,.1) 100%);
  box-shadow: 0 2px 2px 0 rgba(255,255,255,.2) inset,0 2px 10px 0 rgba(255,255,255,.5) inset,0 -2px 2px 0 rgba(0,0,0,.1) inset;
  border: 1px solid rgba(0,0,0,.2);
}
#head_contact a:nth-of-type(2):hover {
    background: #00a349;
  margin-top: 3px;
  border-bottom: 2px solid #00662d;
  transition: all 0.3s;
}

/*
.contact_btn::before {
  content: '';    
  position: absolute;
  top: 0;
  left: -75%;    
	width: 50%;
  height: 100%;
  background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
  transform: skewX(-25deg);
}
.contact_btn:hover::before {
  animation: shine 0.7s;
}
*/
#contact_btn a:first-of-type{display:none;}
#contact_btn a i{color:#333;}
/*
@keyframes shine {
  100% {
    left: 125%;
  }
}
*/
#main_menu ul li a:hover{
    background-color: #f5d50d;
    color: #14a014;
    transition: all 0.3s;
}

header { background-color: transparent;}
header #bg_img { opacity: 0.25;}
#header{padding:10px 0;}

@media screen and (min-width: 769px){
#header .d_flex{justify-content: space-between;}
#logo{width: 35%!important;}
}

.contents_head{
    left:0;
    right:0;
    top:-40px;
    text-align: center;
}
.contents_head h2{font-size:3.5em;}
.contents_head p{font-size:1.2em;}
#contents{
      position: relative;
/*
    border-top-left-radius: 50% 6%;
    border-top-right-radius: 50% 6%;
*/
    background-color: #ffeaad;
}
.underline{
    display: inline;
    background:linear-gradient(transparent 75%, #ffdc00 75%);
    
}

#intro{text-align:center;}

.intro_wrap{
    background: url(./Dup/img/item_11.png) no-repeat;
    background-size: 33%;
    background-position: 111% -7%;
}

.add_fix1{
    position:relative;
    overflow: hidden;
}
.add_fix1_inner{position:relative;}
.add_fix1 figure{position: relative;}

.add_fix1_inner:before{
        content: "";
    display: inline-block;
    width: 27em;
    height: 30em;
    background: url(./Dup/img/item_12.png) no-repeat;
    position: absolute;
    left: -47px;
    bottom: -64px;
    background-size: contain;
}
.add_fix1:before{
   content: "";
    display: inline-block;
    width: 23em;
    height: 33em;
    background: url(./Dup/img/item_13.png) no-repeat;
    position: absolute;
    right: 0px;
    bottom: 0px;
    background-size: contain;
}

@media screen and (min-width:769px) and (max-width:1660px) {
    .add_fix1:before,
    .add_fix1_inner:before{
    display: none;
}
}
.add_price .cate_box{ width: calc((100% / 3) - 20px)!important; }
.add_trouble .cate_box{ width: calc((100% / 3) - 20px)!important; }
.add_trouble .contents_head{
    position: relative;
     top:0px;
}
.add_trouble .contents_head h2{
    position: relative;
}
.add_trouble .contents_head h2::before{
    content: "";
    display: inline-block;
    width: 3em;
    height: 3em;
    background: url(./Dup/img/item_21.png) no-repeat;
    position: absolute;
    right: -27%;
    top: -64px;
    background-size: contain;
}
.add_trouble .contents_head::after{
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    bottom: -35px;
    left: 50%;
    transform: translateX(-50%);
    border-style: solid;
    border-color: #14a014 transparent transparent transparent;
    border-width: 35px 5em 0px 5em;
    z-index: 1;
}
.add_area .contents_head{
    background: repeating-linear-gradient(-45deg, #31bd31, #31bd31 3px, #14a014 3px, #14a014 6px);
}
.add_area .box_title1{font-size: 2.3vw;}
.add_area .box_title1 span{font-size: 3.2vw;}
.add_faq .contents_head h2 {
    font-size: 2.6em;
}
#intro h2{font-size: 2.8em;}
#contents .box_wrap h3{
    font-size:2.3em;
    font-weight: 700;
}
#contents .box_wrap .box1_txt{
    position:relative;
    z-index:+1;
}
#contents .box_wrap .box1_txt::before{
   content: "";
    display: inline-block;
    width: 10em;
    height: 8em;
    background: url(./Dup/img/item_08.png) no-repeat;
    position: absolute;
    left: -58px;
    top: -106px;
    background-size: contain;
    z-index: -1;
    opacity: 0.9;
}
#contents .box_wrap .box2_txt{
    position:relative;
    z-index:+1;
}
#contents .box_wrap .box2_txt::before{
    content: "";
    display: inline-block;
    width: 10em;
    height: 8em;
    background: url(./Dup/img/item_09.png) no-repeat;
    position: absolute;
    left: -58px;
    top: -106px;
    background-size: contain;
    z-index: -1;
    opacity: 0.9;
}
#contents .box_wrap .box3_txt{
    position:relative;
    z-index:+1;
}
#contents .box_wrap .box3_txt::before{
    content: "";
    display: inline-block;
    width: 10em;
    height: 8em;
    background: url(./Dup/img/item_10.png) no-repeat;
    position: absolute;
    left: -58px;
    top: -106px;
    background-size: contain;
    z-index: -1;
    opacity: 0.9;
}
#contents .box_wrap .box4_txt{
    position:relative;
    z-index:+1;
}
#contents .box_wrap .box4_txt::before{
    content: "";
    display: inline-block;
    width: 10em;
    height: 8em;
    background: url(./Dup/img/item_10-2.png) no-repeat;
    position: absolute;
    left: -58px;
    top: -106px;
    background-size: contain;
    z-index: -1;
    opacity: 0.9;
}

.box1_img,
.box3_img{
    border: 6px solid #fff;
    box-shadow: 15px 18px 0px 1px rgba(86, 183, 101,1);
}
.box2_img,
.box4_img{
    border: 6px solid #fff;
    box-shadow: 15px 18px 0px 1px rgba(245, 211, 9,1);
}

#contents_links .square_box{
    max-width: 400px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
   position: relative;
    box-shadow: 0 0 15px rgba(0,0,0,0.5);
}
#contents_links .square_box a{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,0.5);
    box-sizing: border-box;
	transition: ease 0.3s;
}
#contents_links .square_box a:hover{
	background-color:  rgba(0,0,0,0.2);
}
#contents_links .square_box a p{
    position: absolute;
    top: 5%;
    left: 5%;
    padding: 15px;
    line-height: 1;
}
#contents_links .square_box a h4{
    position: absolute;
    bottom: 5%;
    right: 5%;
    padding: 15px;
    line-height: 1;
}
#contents_links .square_box a::before{
    content: "";
    position: absolute;
    width: 90%;
    height: 90%;
    top: 5%;
    left: 5%;
    border: 3px solid #fff;
    box-sizing: border-box;
	transition: ease 0.3s;
}
#contents_links .square_box a:hover::before{
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}


#bottom_menu ul li{padding-top:12px;}


footer{
    padding-bottom:150px;
    background-image: url(./Dup/img/item_15.png),url(./Dup/img/item_14.png);
    background-repeat: no-repeat,no-repeat;
    background-position: 0% 72%,100% 72%;
    background-size: 50%;
}
#copyright{
    color:#000;
    font-weight: 700;
}

#bottom_menu ul li a{color:#333;}
.drawer-nav { color: #f5d50d;}

.skewed {
  position: absolute;
    content: '';
    display: block;
    top: -68px;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 106%;
    background: #ffeaad;
    z-index: 0;
    transform: skewY(-2deg);
    transform-origin: top right;
        background-image: url(./Dup/img/item_17.png);
        background-position: 107% 100%;
    background-repeat: no-repeat;
    background-size: contain;
}
#top_cms .top_cms_box:first-of-type{position:relative;}

#top_cms{z-index:+1;}
#top_cms .cms_title{
    font-size: 2.7em;
    position: relative;
}
#top_cms .cms_title::before{
        content: "";
    display: inline-block;
    width: 5em;
    height: 3em;
    background: url(./Dup/img/item_16.png) no-repeat;
    position: absolute;
    left: -116px;
    top: -49px;
    background-size: contain;
    z-index: -1;
}
.more{
    text-align:center;
    margin-top: 50px;
}
.more a { 
      position: relative;
    display: inline-block;
    padding: 0.5em 6em;
    font-size: 1.3em;
    border: 2px solid #14a014;
    color: #14a014;
    z-index: +1;
    transition: .3s;
    text-transform: uppercase;
}
.more a:hover {
  color: #fff;
}
.more a::before,
.more a::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  content: '';
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform .3s;
}
.more a::before {
  background: #f5d50d;
}
.more a::after {
  background: #14a014;
}
.more a:hover::before,
.more a:hover::after {
  transform-origin: left top;
  transform: scale(1, 1);
}
.more a:hover::after {
  transition-delay: .3s;
}
#page-top {bottom: 100px!important;}

/*--------追従フッター--------*/
#foot_tel {
	display: block;
	width: 100%;
	position: fixed;
	left: 0;
	background: #f9de3e;
	color:#fff;
	z-index: 10;
	bottom:-150px;
	transition-duration: 0.5s;
	box-sizing:border-box;
	padding:10px 0;
	font-weight:bold;
	text-align:center;
}
#foot_tel.show {
	bottom:0px;
	transition-duration: 0.5s;	
}
#foot_tel ul{
	margin:0;
	padding:0;	
	list-style:none;
}
#foot_tel ul li{
	display:inline-block;
	vertical-align:middle;
	border-radius:4px;
}
#foot_tel ul li span{
	margin:0 10px;
	vertical-align:sub;
}
#foot_tel ul li:nth-of-type(1){	width: 20%;}
#foot_tel ul li:nth-of-type(2){
    background: #000;
    padding: 15px 25px;
    margin: 0 45px 0 20px;
    position: relative;
    overflow: hidden;
    transition: all 0.3s;
}
#foot_tel ul li:nth-of-type(2) a{
    font-size:calc(1rem + 16px);
}
#foot_tel ul li:nth-of-type(2) > a:before{
    content:"";
    position: absolute;
    width:100vw;
    height:100vh;
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    left:50%;
    top:50%;
}
#foot_tel ul li:nth-of-type(2):hover{
     background: #14a014;
     transition: all 0.3s;
}
#foot_tel ul li:nth-of-type(3){	width: 23%;}
#foot_tel ul li:nth-of-type(4){	width: 8%;margin-left:30px;}
#foot_tel ul li:nth-of-type(4) {
    transition: .5s ;
    transform: rotateY( 0deg ) ;
}
#foot_tel ul li:nth-of-type(4):hover {transform: rotateY( 360deg ) ;}
#info p{color: #ffffff;}


@media screen and (max-width: 768px) {
#foot_tel{padding:10px 0;}
#foot_tel p{margin-bottom:5px;}
#foot_tel ul li:nth-child(2){margin:0 ;padding:10px;}
#foot_tel ul li:nth-child(3){margin:0 ;padding:10px;}
}


/*--------下層--------*/
#page_title{transition: 1.5s}
#page_title .title_bg{
	top: 0;
	left: 0
}
#page_title .title_wrap .title_bar{
	width: 1px;
	top: 0;
	left: 0;
	bottom: 0
}
#page_title .title_wrap p{font-size: 50px}
.cate_list li a{
  position: relative;
  display: inline-block;
  padding: .5em 4em;
  border: 2px solid #14a014;
  color: #14a014;
  transition: .3s;
  z-index: +1;
}
#sitemap ul li a{ 
    position: relative;
    display: block;
    padding: 20px;
    border: 2px solid #14a014;
    color: #14a014;
    transition: .3s;
    z-index: +1;
}
.cate_list li a:hover ,
#sitemap ul li a:hover{
  color: #fff;
}
.cate_list li a::before,
.cate_list li a::after,
#sitemap ul li a:before,
#sitemap ul li a:after{
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  content: '';
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform .3s;
}
.cate_list li a::before,
#sitemap ul li a:before{
  background: #f5d50d;
}
.cate_list li a::after,
#sitemap ul li a:after{
  background: #14a014;
}
.cate_list li a:hover::before,
.cate_list li a:hover::after,
#sitemap ul li a:hover::before,
#sitemap ul li a:hover::after{
  transform-origin: left top;
  transform: scale(1, 1);
}
.cate_list li a:hover::after,
#sitemap ul li a:hover::after{
  transition-delay: .3s;
}
#cms_1-a .cate_box{border: 15px solid #f5d50d;}
#cms_1-a .pager,
#cms_1-c .pager{border:none;}
#cms_1-a .pager li a:hover{background-color: #14a014;color: #fff;}
#cms_1-c .box_title1{
    position: relative;
    font-size: calc(1rem + 4px);
    font-weight: bold;
    padding: 0.8rem 1rem;
    color: #fff;
    border-radius: 10px;
    background: #14a014;
}
#cms_1-c .box_title1:after {
	position: absolute;
	bottom: -9px;
	left: 1em;
	width: 0;
	height: 0;
	content: '';
	border-width: 10px 10px 0 10px;
	border-style: solid;
	border-color: #14a014 transparent transparent transparent;
}
#cms_5-a .box_wrap{    display: block;}
#page7 .map_wrap{ display: none;}
#page8 #submit{text-align:center;}


@media screen and (min-width:692px) and (max-width:880px) {
#foot_tel ul li:nth-of-type(1){	width: 25%;}
#foot_tel ul li:nth-of-type(2) {
    padding: 9px 10px;
    margin: 0 15px 0 14px;
}
#foot_tel ul li:nth-of-type(2) a{font-size:2.5vw;}
#foot_tel ul li:nth-of-type(2) i{font-size:2vw;}
#foot_tel ul li:nth-of-type(2) span{font-size:1.8vw;}
#foot_tel ul li:nth-of-type(3){	width: 30%;}
#foot_tel ul li:nth-of-type(4) {
    width: 11%;
    margin-left: 0px;
}
}

/*--------タブレット--------*/
@media screen and (max-width: 768px){
.font_16up {font-size: 2.2vw;}
#loading_copy { width: 70%;}
.menu_bt button {
    right: 30px!important;
}
#bg_img{display:none;}
header button{
    padding: 10px 15px 19px 15px!important;
    right: 30px!important;
}
.add_fix1{margin: 3% 3% 6% 3%;}
#intro h2 { font-size: 2em;}
.intro_wrap { background-size: 38%;}

.add_fix1_inner:before{
    width: 18em;
    height: 15em;
    left: -66px;
    bottom: -106px;
    z-index: +1;
}
.add_fix1:before{
       width: 13em;
    height: 14em;
    right: -83px;
    bottom: 0px;
    z-index: +1;
}
.contents_head h2 {font-size: 3em;}
.add_trouble .contents_head h2::before {
    width: 2.5em;
    right: -5%;
    top: -132px;
}
#contents .box_wrap h3 {font-size: 2em;}
#contents .box_wrap .box1_txt::before,
#contents .box_wrap .box2_txt::before,
#contents .box_wrap .box3_txt::before,
#contents .box_wrap .box4_txt::before{
    width: 7.5em;
    height: 6em;
    left: -37px;
    top: -71px;
}

#top_cms .cms_title::before {
    left: -7px;
    top: -47px;
}
#footer{padding-bottom: 55px;}
footer{
    padding-bottom: 150px;
    background-image: url(./Dup/img/item_14.png);
    background-repeat: no-repeat,no-repeat;
    background-position: 100% 67%;
    background-size: contain;
}

footer { padding-bottom: 120px;}
#info h3 figure{width: 70%!important;}

#page_title .title_wrap p{font-size: 40px}
.cate_list li {width: 48%;}
.cate_list li a {
    display: block;
    padding: .5em 1em;
}
}


@media screen and (min-width:668px) and (max-width:755px) {
#foot_tel ul li:nth-of-type(1),
#foot_tel ul li:nth-of-type(3){display:none;}
#foot_tel ul li:nth-of-type(4) {
    width: 19%;
    margin-left: 30px;
}
}
/*--------スマートフォン--------*/
@media screen and (max-width: 667px){
.font_16up {font-size: 7vw;}
.underline {
    background: linear-gradient(transparent 83%, #ffdc00 83%);
}
.single-item .slick-slide:not(.slick-center) {
 -webkit-filter: opacity(100%);
  -moz-filter: opacity(100%);
  -o-filter: opacity(100%);
  -ms-filter: opacity(100%);
  filter: opacity(100%);
  transition: 0.2s linear;
}
.slick-slide .sp_hide{ display: none!important; }
.slick-slide .pc_hide{ display: block!important; }
#main_img {
    overflow: inherit;
}
#header {
    padding: 0; 
}
.intro_wrap {
    background-size: 55%;
}
#intro {
    text-align: left;
}
#intro h2 {
    font-size: 1.5em;
    text-align: left;
    padding-top: 30px;
}
.add_price .cate_box {
    width: 100%!important;
}
.add_fix1:before {
    width: 13em;
    height: 10em;
    right: -127px;
    bottom: 9px;
    z-index: +1;
}
.add_fix1_inner:before {
    width: 15em;
    height: 10em;
    left: -50px;
    bottom: -91px;
    z-index: +1;
}
.add_trouble .contents_head h2::before {
    width: 3.2em;
    height: 4em;
    right: 0%;
    top: -90px;
}
.add_trouble .contents_head::after {
    bottom: -20px;
    border-width: 20px 3em 0px 3em;
}
.add_trouble .contents_head h2 {
    font-size: 6.5vw;
}
.add_trouble .cate_box {
    width: 100%!important;
}
.add_area .box_title1{font-size: 6.5vw;}
.add_area .box_title1 span{font-size: 11vw;}
.contents_head {
    top: -28px;
}
.contents_head h2 {
    font-size: 8.3vw;
}
.add_faq .contents_head h2 {
    font-size: 8vw;
}
#contents .box:first-of-type h3,
#contents .box:nth-of-type(2) h3,
#contents .box:last-of-type h3 {
    font-size: 7vw;
    margin-top: 20px;
}
#contents .box:first-of-type { background-image: none;}
#contents{
    padding-left: 10px;
    padding-right: 10px;
    /*
    border-top-left-radius: 50% 2%;
    border-top-right-radius: 50% 2%;
    */
}
#contents .box_wrap .box1_txt::before,
#contents .box_wrap .box2_txt::before,
#contents .box_wrap .box3_txt::before{
    width: 7em;
    height: 6em;
    left: -41px;
    top: -72px;
}
.box1_img, .box3_img {
    box-shadow: 10px 12px 0px 1px rgba(86, 183, 101, 1);
}
.box2_img,.box4_img {
    box-shadow:  10px 12px 0px 1px rgba(245, 211, 9,1);
}
#aside_company h2 {
    margin: 0rem 0 1rem -25px;
    padding: 0.9rem 1rem 0.8rem 1rem;
}
#top_cms .cms_title {
    font-size: 2.2em;
}
.skewed {
    top: -13px;
    height: 106%;
   background-position: -400% 54%;
    background-size: 110%;
}

.more a {
    width: 80%;
    padding: 0.5em 0em;
    background-color: #14a014;
    color: #fff;
}
#page-top{display:none;}
footer {background-position: 100% 76%;}
footer {padding-bottom: 105px;}
#footer .logo{width: 60%!important;    margin: 0 0 auto;}
#foot_tel ul li:nth-of-type(1),
#foot_tel ul li:nth-of-type(3){display:none;}

#foot_tel ul {
    justify-content: space-between;
    padding: 0% 5%;
}
#foot_tel ul li:nth-child(2){padding:10px 20px;}
#foot_tel ul li:nth-of-type(2) i,
#foot_tel ul li:nth-of-type(2) a { font-size: 5.5vw;}
#foot_tel ul li:nth-of-type(2) span { font-size: 3vw;}
#foot_tel ul li:nth-of-type(4) {
    width: 25%;
    margin-left: 0px;
}
#copyright {color: #fff;}

#page_title .title_wrap p{font-size: 30px}
.cate_list li {
    width: 95%;
}
#cms_1-a .date {
    text-align: left;
    width: auto;
    margin-left: 17px;
}
}


/*--------------------------------------------
IE
--------------------------------------------*/
@media all and (-ms-high-contrast:none){


}


