@charset "UTF-8";



/*--------------------------------------------------------------
|
| reset css
|
--------------------------------------------------------------*/

h1,h2,h3,h4,h5,h6 {font-size:100%;font-weight:bold;margin:0;padding:0;
-webkit-margin-before: 0em;
-webkit-margin-after: 0em;
-webkit-margin-start: 0px;
-webkit-margin-end: 0px;}
	
a {text-decoration:none;overflow:hidden;}
img {border:none;vertical-align:middle;
 -webkit-backface-visibility: hidden;}
hr {display:none;clear:both;}
ul {margin:0;padding:0;}
li {margin:0;padding:0;list-style:none;}
dl {margin:0;padding:0;}
dt {margin:0;padding:0;}
dd {margin:0;padding:0;}

p {margin:0;padding:0;}

* {-webkit-appearance:none;}

* {-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
-o-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;}

.c_b {clear:both;}
.w_n {font-weight:normal !important;}
.t_c {text-align:center !important;}
.t_l {text-align:left !important;}
.t_r {text-align:right !important;}

a {text-decoration:none;color:#2E2E2E;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;}
a:visited {text-decoration:none;color:#2E2E2E;}
a:active {text-decoration:none;color:#2E2E2E;}
a:hover {text-decoration:none;color:#54B3DD;}

.clearfix:after {
content: "";
clear: both;
display: block;}

a img {border-style: none;}
img {border-style:none;}

.lo_alpha_70 a:hover img {
opacity:0.7;
filter: alpha(opacity=70);
-ms-filter: "alpha( opacity=70 )";
}

.lo_alpha_80 a:hover img {
opacity:0.8;
filter: alpha(opacity=80);
-ms-filter: "alpha( opacity=80 )";
}

.lo_alpha_90 a:hover img {
opacity:0.9;
filter: alpha(opacity=90);
-ms-filter: "alpha( opacity=90 )";
}

.pc {display:block;}
.sp {display:none;}

.ank {
padding-top:130px;
margin-top:-130px;}



#goto_top {
position: fixed;
right: 4%;
bottom: 8%;
z-index:90000;}

#goto_top img {
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;}


.header_gap {
padding-top:110px;}

body,html{
padding:0;
margin:0;
font-feature-settings: 'palt';
font-family:'YakuHanJP' , 'Noto Sans JP' , Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "源暎ゴシックP" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
font-size:14px;
line-height:24px;
text-align:left;
color:#000000;
letter-spacing:1px;}




/*--------------------------------------------------------------
|
| header
|
--------------------------------------------------------------*/


.logo{
position: fixed;  
    width:160px;
    top: 35px;
    left: 3%;
	z-index:100000;}

.logo img{
width: 100%;
object-fit: contain;}

.nav {
  z-index:102000;}

.nav ul {
display: none;
z-index:103000;}

.nav-tgl {
  display: inline-block;
  cursor: pointer;
  position: fixed;
  z-index: 100;
  right: 20px;
  top: 16px;
  width: 70px;
  height: 70px;
  border: none;
  border-radius: 50%;
  padding: 0;
  background: #fff;
  line-height: 0.6;
  text-align: center;
  z-index:105000;}

.nav-tgl > span {
  display: inline-block;
  position: relative;
  height: 2px;
  width: 34px;
  border-radius: 1px;
  background: #293335;
  vertical-align: middle;}

.nav-tgl > span:before,
.nav-tgl > span:after {
  display: inline-block;
  position: absolute;
  content: "";
  height: 2px;
  border-radius: 1px;
  background: #293335;
  transition: all 200ms;}

.nav-tgl > span:before {
  top: -11px;
  left: 3px;
  width: 28px;}

.nav-tgl > span:after {
  top: 11px;
  left: 6px;
  width: 22px;
}

.nav-tgl:focus {
  outline: none;
}

.nav-tgl:hover > span:after,
.nav-tgl:hover > span:before {
  width: 34px;
  left: 0;
}

.nav:before {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  content: '';
  width: 100vw;
  height: 100vh;
  background: rgba(0,0,0,0.9);
  transition: all 500ms ease-in-out;
  clip-path: circle(30px at calc(100% - 45px) 50px);
  visibility: hidden;
  color: white;
  z-index:101000;
}

.menu.active .nav:before {
  visibility: visible;
  clip-path: circle(100%);
}

.menu.active .nav-tgl {
 background: none;
}


.menu.active .logo{
display: none;
  transition: all 600ms ease-in-out;      
}


.menu.active .nav ul{
width: 70%;   
position: fixed; 
top: 48%;
left: 50%;
transform: translate(-50%, -50%);    
animation-name: fadein;
animation-duration: 3s;    
display: flex;  
flex-wrap: wrap;
color: white;}

@keyframes fadein{
    from{
    opacity: 0;
    }
    to{
    opacity: 1;
    }
}


.menu.active .nav ul li{
font-family: 'Oswald', sans-serif;  
font-size: 3.5rem;   
line-height: 1.5;  
letter-spacing: 0.05em;
font-weight:400;
}

.menu.active .nav ul li a{
color: white;
 
}


.menu.active .nav ul li a:hover{
opacity: 0.8;
transition: 0.3s ease;    
 
}


.menu.active .nav ul li.navlist{
width: 32%; 
margin-bottom: 20px; 
}

.menu.active .nav ul li.ritacare{
border-top: 1px solid rgba(255,255,255,0.3);
margin-top: 30px;
padding-top:45px;
width: 100%; 
}


.menu.active .nav ul li.ritacare img{
width: 180px; 
}


.menu.active .nav ul li:nth-child(1){
width: 100%; 
margin-bottom: 80px;}

.menu.active .nav ul li:nth-child(1) img{
width: 360px;}



.menu.active .nav ul li span{
display: block;
letter-spacing: 0.1em;    
font-size: 1rem;   
font-weight: 400;   
color:rgba(255,255,255,0.8);
font-family:YakuHanJP,'Noto Sans JP', sans-serif;    
}




.menu.active .nav-tgl > span {
  height: 0;
}

.menu.active .nav-tgl > span:after,
.menu.active .nav-tgl > span:before {
  top: 0px;
  left: 0;
  width: 34px;
  background: white;    
}

.menu.active .nav-tgl > span:after {
  transform: rotate(-45deg);
   
}

.menu.active .nav-tgl > span:before {
  transform: rotate(45deg);
}

.navtext{
   position: fixed;
  z-index: 100;
  right: 100px;
  top: 36px;
    font-size: 1.4rem;
font-family: 'Oswald', sans-serif; 
}
 


.menu.active .navtext{
display: none;
}
 





.menu {
z-index:100000;}





/*--------------------------------------------------------------
|
| footer
|
--------------------------------------------------------------*/

.foot_wrap {
margin-top:100px;
color:#FFFFFF;
background-color:#3B3B3B;}

.foot_inner {
width:80%;
margin:0 auto;}

.foot_inner_b {
font-size: 13px;
line-height: 21px;
border-top:1px solid #eeeeee;}

.foot_inner_l , .foot_inner_r {
width:50%;
float:left;}

.foot_inner_l {
font-family: 'Oswald', sans-serif;
font-size: 18px;
font-weight: 500;
line-height: 40px;
padding:60px 20px;
border-right:1px solid #eeeeee;}

.foot_inner_l li{
float:left;
margin-right:20px;}

.foot_inner_r {}

.foot_inner_r a {
font-family: 'Oswald', sans-serif;
font-size: 32px;
font-weight: 500;
line-height: 40px;
padding:60px;
display:block;
background-image:url(../img/contact.png);
background-repeat:no-repeat;
background-position:right 20px center;
background-size: 62px 62px;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;}

.foot_inner_r a:hover {
background-size: 65px 65px;}

.foot_inner_logo {
width:26%;
height:auto;
margin-bottom:16px;}

.foot_inner_bottom {
padding:50px 5px;}

.foot_inner_copy {
text-align: right;
padding:0px 5px 50px;}


.foot_inner a {text-decoration:none;color:#ffffff;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;}
.foot_inner a:visited {text-decoration:none;color:#ffffff;}
.foot_inner a:active {text-decoration:none;color:#ffffff;}
.foot_inner a:hover {text-decoration: underline;color:#ffffff;}








/*--------------------------------------------------------------
|
| main
|
--------------------------------------------------------------*/

/*---共通----*/


.contentwrap{ 
width: 80%;
    margin: 0 auto;
padding: 200px 0 0;  }


span.textwrap{
display: inline-block;
}



h3.maintitle{
letter-spacing: 0.15em;
font-weight:500;
line-height: 1.8;    
font-size: 2.6rem;
 width: 50%}

p.maintext{
width: 43%;
font-weight: 400;
color: #6F6F6F;
font-size: 1.1rem;
letter-spacing: 0.15em;    
line-height: 1.8;
text-align: justify;}

.titlewrap{
justify-content: space-between;
display: flex;
width: 100%;
align-items: flex-end;   
margin-bottom:100px;    
}

.sectiontext{
font-family: 'Oswald', 'YakuHanJP' , 'Noto Sans JP' , Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "源暎ゴシックP" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
font-size: 4.5rem;
font-weight: 500;
    line-height: 1.2;
    padding: 0 0 85px;}

.sectiontext span{
display: block;
    font-weight: 400;
font-size: 1.4rem;  
    color: #8D8D8D;}



.subtitle{
font-size: 1.2rem;  
color: #7B7777;}

.subtitle img{
margin-right: 7px;}

.strength-list{
display: flex;
width: 100%;
justify-content: space-between;    
margin:40px auto 80px;
flex-wrap: wrap;    }

.strength-list li{
width: 33.3333333333333333%;
padding: 80px 60px;   
justify-content: center;    
 border-right: 1px solid #E5E5E5;
display: flex;
flex-direction: column;
align-items: center;}

.strength-list li img{
width: 90px;
margin-bottom: 40px;}

.strength-list li span{    
font-size: 1.2rem;
    letter-spacing: 0.08em;
    line-height: 1.5;
    text-align: center;
    font-weight: 500;
    color: #000000;
margin-bottom: 10px;}

.strength-list li p{    
text-align: justify;
font-size: 1rem;  
letter-spacing: 0.09em;
line-height: 1.7;    
color: #6F6F6F;}


.strength-list li:nth-child(3){
  border-right:none;   }

.strength-list li:nth-child(6){
  border-right:none;   }

.strength-list li:nth-child(n+4){
  border-top: 1px solid #E5E5E5;  }


.contentlist{
    margin: 60px 0;
  display: flex;
 flex-wrap: wrap;
 justify-content: space-between;}

.contentlist li{
 width: 47%;
 display: flex;
    justify-content: space-between;
align-items: center;   
    margin-bottom: 55px;
}

.contentlist li img{
width: 17%;}

.contentlist li p{
width: 78%;
text-align: justify;
font-size: 1rem;  
letter-spacing: 0.09em;
line-height: 1.7;    
color: #6F6F6F;}

.contentlist li p span{
display: block;   
font-size: 1.2rem;
letter-spacing: 0.15em;
 line-height: 1.5;
    text-align: left;
    font-weight: 500;
    color: #000000;
margin-bottom: 8px;   }



#web_b .contentwrap_slide{
margin: 0 0 0 auto;
width: 87.5%;    
 overflow: hidden;   
}




/*-------slider----------*/


.wwSlide{
  margin: auto;
  width: 100%;
  padding: 0;
margin: 85px 0; }


.wwSlideWrap {
  width: calc(100% + 14.375rem);
  height: 50rem;
  margin: auto;
  overflow: hidden;
  position: relative;}


.wwSlideItems {
  position: absolute;
  left: 0;
  top: 0;
  margin: 0;
  padding: 0;
  transition: transform 0.3s;
  transform: translateX(0px);
  list-style: none;
  height: 20rem;
  display: flex;
  flex-wrap: nowrap;
    z-index: 50;
}
.wwSlideItem{
  width: 100%;
  max-width: 800px;
  height: 20rem;
}

.slide {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  height: calc(100% - 1rem);
  width: calc(100% - 1rem);
  padding: 0.5rem;
}


.slide .card {
  transition: all 0.3s;
  width: 100%;
  padding-top: 0.5rem;
}

.slide img {
  object-fit: cover;
  width: 100%;
  height: 15rem;
}
.slide h3 {
  align-self: flex-end;
  margin: 0;
  padding-bottom: 0.5rem;
  font-size: 1.1rem;
  font-family: sans-serif;
  transition: all 0.3s;
}

.carousel__controls {
  padding: 1.8rem 0 0 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 1.6rem;
  width: 100%;
}
.carousel__controls button {
  position: relative;
  background-color: transparent;
  border: none;
  padding: 0;
  font-size: 1.8rem;
  outline: none;
  cursor: pointer;
  box-shadow: none;
}
.carousel__controls button.disabled {
  opacity: 0.3;
  cursor: default;
}

.carousel__controls .progress-bar {
  flex-grow: 1;
  height: 1rem;
  background: grey;
  position: relative;
}
.carousel__controls .progress-bar .progress {
  background: lime;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  transition: width 0.6s;
}

@media screen and (min-width: 871px) {
  .wwSlide {
    width: calc((410px*2));
  }
  .wwSlideWrap {
    width: calc((410px*2) + 14.375rem);
    height: 30rem;
  }
  .wwSlideItem {
    width: 410px;
    max-width: none;
    height: 30rem;
  }
}

@media screen and (min-width: 991px) {
  .wwSlide {
    width: calc((310px*3));
  }
  .wwSlideWrap{
    width: calc((310px*3) + 14.375rem);
    height: 25rem;
  }
  .wwSlideiItem {
    width: 310px;
    max-width: none;
    height: 25rem;
  }
}

@media screen and (min-width: 1181px) {
  .wwSlide {
    width: calc((287.5px*4));
  }
  .wwSlideWrap{
    width: calc((287.5px*4) + 86.25rem);
    height: 22rem;
  }
  .wwSlideItem {
    width: 287.5px;
    max-width: none;
    height: 22rem;
  }
}

@media screen and (max-width: 749px) {
  .carousel__controls {
    display: block;
    text-align: center;
  }
  .carousel__controls .progress-bar {
    margin-bottom: 1.5rem;
  }

  .carousel__controls button {
    font-size: 3rem;
  }
  .carousel__controls button.next {
    margin-left: 2.5rem;
  }
}


/*--------------------------------------------------------------
|
| top
|
--------------------------------------------------------------*/



.top_headline_wrap {
font-family: 'Oswald', 'YakuHanJP' , 'Noto Sans JP' , Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "源暎ゴシックP" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
font-size: 4.5rem;
font-weight: 500;
line-height: 1.2;
text-align:center;
padding: 150px 0 120px;}


.top_headline_wrap span {
color:#1A89B8;}



.top_concept_wrap {
padding:40px 0 0;
width:90%;
margin:0 auto;}

.top_concept_text {
float:left;
width:60%;}

.top_concept_text_a {
font-size: 3.0rem;
font-weight: 600;
line-height: 1.6;
text-align:left;
padding: 60px 0 20px;}

.top_concept_text_a span ,
.top_concept_text_b span {
color:#1A89B8;}

.top_concept_text_b {
font-size: 1.2rem;
font-weight: 500;
line-height: 2.0;
text-align:left;
padding: 20px;}


.top_concept_fig {
float:left;
width:40%;}

.top_concept_fig img {
width:100%;
height:auto;}

.top_concept_fig_a {
padding:40px 0 0;}

.top_concept_fig_a img {
width:100%;
height:auto;}


.titlewrap_top{
justify-content: space-between;
display: flex;
width: 100%;
margin-bottom:100px;    
}



.maintext_top{
width: 60%;
color: #6F6F6F;
text-align: justify;}


.bz_bk {
background-image:url(../img/bk_cores.png);
background-repeat:no-repeat;
background-position:left top 450px;
background-size:25% auto;}

.bz_fig {
height:220px;
float:left;
width:30%;
background-repeat:no-repeat;
background-position:center center;
background-size:55% auto;}


.bz_fig_a {
background-image:url(../img/b-fig_a.png);}
.bz_fig_b {
background-image:url(../img/b-fig_b.png);}
.bz_fig_c {
background-image:url(../img/b-fig_c.png);}
.bz_fig_d {
background-image:url(../img/b-fig_d.png);}




.bz_text {
padding:40px 30px 0 0;
height:220px;
float:left;
width:70%;}

.bz_tilte {
font-weight: 600;
font-size: 1.5rem;
letter-spacing: 0.15em;    
line-height: 1.8;
padding-bottom:10px;}

.bz_text_a {
font-weight: 400;
font-size: 1.0rem;
letter-spacing: 0.15em;    
line-height: 1.8;
padding-bottom:10px;}


.maintext_top li:first-child {
border-top:1px solid #B9B9B9;}

.maintext_top li {
border-bottom:1px solid #B9B9B9;}




.ns_list {
}

.ns_list ul {
display:flex;
flex-wrap: wrap;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
}


.ns_list li {
text-align:left;
display:block;
margin:10px 2% 20px;
width:29.3%;}


.ns_list li .ns_li_fig img{
width:100%;
height:auto;
border-radius:20px;
-webkit-border-radius:20px;
-moz-border-radius:20px;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;}


.ns_li_fig {
padding-bottom:10px;}

.ns_li_date {
text-align:left;
margin-right:14px;
line-height:14px;
padding:2px 2px 2px 0px;
font-weight:500;}

.ns_li_cat {
text-align:left;}

.ns_li_cat a {
text-align:center;
padding:2px 15px;
font-size:12px;
line-height:14px;
color:#FFFFFF;
border-radius:20px;
-webkit-border-radius:20px;
-moz-border-radius:20px;
border:1px solid rgba(255,255,255,0);}




.ns_li_cat_a .cat_icon_information a{
background-color:#E57257;}

.ns_li_cat_a .cat_icon_information a:hover {
border:1px solid #E57257;
color:#E57257;}

.ns_li_cat_a .cat_icon_event a{
background-color:#32B079;}

.ns_li_cat_a .cat_icon_event a:hover {
border:1px solid #32B079;
color:#32B079;}

.ns_li_cat_a .cat_icon_koushin a{
background-color:#ABD100;}

.ns_li_cat_a .cat_icon_koushin a:hover {
border:1px solid #ABD100;
color:#ABD100;}

.ns_li_cat_a .cat_icon_shien a {
background-color:#DD8596;}

.ns_li_cat_a .cat_icon_shien a:hover {
border:1px solid #DD8596;
color:#DD8596;}


.ns_li_cat_a a:hover {
background-color:rgba(255,255,255,0.2);}




.ns_li_title {
line-height:18px;
padding:10px 0;
text-align:left;
width:100%;}

.ns_li_title a {
display:block;}



/*--------------------------------------------------------------
|
| web_design_menu
|
--------------------------------------------------------------*/



.web_design_menu ul {
display:flex;
flex-wrap: wrap;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
}


.web_design_menu li {
text-align:left;
display:block;
margin:10px 2% 20px;
width:29.3%;}



.web_design_menu_title {
font-weight:300;
padding-bottom:10px;}

.web_design_menu_title img {
width:10px;
height:auto;
margin-right:5px;}

.web_design_menu_img img {
width:100%;
height:auto;
padding-bottom:10px;}

.web_design_menu_t_a {
font-weight:400;
padding-bottom:2px;}

.web_design_menu_t_b {
font-size:15px;
font-weight:600;
padding-bottom:2px;}

.web_design_menu_t_c {
font-weight:400;}

.web_design_menu_t_c span {
color:#1A89B8;}

.web_design_menu_t_d {
font-size:12px;
font-weight:400;
padding-bottom:2px;}


.web_design_menu_hoshu {
padding:50px 0 0;
width:96%;
margin:0 auto;}

.web_design_menu_hoshu_img img {
width:100%;
height:auto;}



/*--------------------------------------------------------------
|
| 1600PX　以上
|
--------------------------------------------------------------*/

@media (min-width: 1800px) {
    
    
.strength-list li img{
width: 80px;
margin-bottom: 40px;}    
    
.contentwrap{ 
width: 75%;
    margin: 0 auto;
padding: 200px 0 0;  }    
    

h3.maintitle{
font-size: 2.5vw;}    
    
    
p.maintext{
font-size: 1vw;}

.sectiontext{
font-family: 'Oswald', 'YakuHanJP' , 'Noto Sans JP' , Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "源暎ゴシックP" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
font-size: 4vw;
font-weight: 500;}

.sectiontext span{
display: block;
font-weight: 400;    
font-size: 1.2vw;  
color: #8D8D8D;}
    
    .strength-list li span{    
font-size: 1.2vw;}

.strength-list li p{    
font-size: 0.8vw;  }
    
.subtitle{
font-size: 1.2vw;  
color: #7B7777;}
    
    
.contentlist li p{
font-size: 0.8vw;  }

.contentlist li p span{
font-size: 1.2vw;}  
    
    

}


/*--------------------------------------------------------------
|
| 1500PX以下
|
--------------------------------------------------------------*/

@media screen and (max-width: 1500px) {
    
h3.maintitle{
letter-spacing: 0.15em;
font-weight:500;
line-height: 1.8;    
font-size: 2.6rem;
 width: 55%}   
    
p.maintext{
width: 40%;
font-weight: 400;
color: #6F6F6F;
font-size: 1rem;
letter-spacing: 0.15em;    
line-height: 1.8;
text-align: justify;}    


}



/*--------------------------------------------------------------
|
| 1300PX以下
|
--------------------------------------------------------------*/

@media screen and (max-width: 1300px) {

    

    

}

/*--------------------------------------------------------------
|
| 1000PX以下
|
--------------------------------------------------------------*/

@media screen and (max-width: 1000px) {

}


/*--------------------------------------------------------------
|
| 900PX
|
--------------------------------------------------------------*/

@media screen and (max-width: 900px) {

}


/*--------------------------------------------------------------
|
| 820PX
|
--------------------------------------------------------------*/

@media screen and (max-width: 820px) {
}



/*--------------------------------------------------------------
|
| 500PX
|
--------------------------------------------------------------*/

@media screen and (max-width: 500px) {




}