
.outfit{
  font-family: 'Outfit', sans-serif;
}



/* **********************************
 *  下層ヘッダー
 * ********************************* */
.pg_header{
  padding: 0 15px;
  position: relative;
  z-index: 0;
}
.pg_header:after{
  content: "";
  width: 100%;
  height: 72%;
  background: #408cff;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}
.pg_header .inner{
  height: 110px;
  margin-top: 30px;
  position: relative;
  background: #ffffff;
}
.pg_header .hdr_ttl_en{
  font-size: 42px;
  letter-spacing: 0.09em;
  font-weight: 500;
  line-height: 1;
}
.pg_header .hdr_ttl_ja{
  font-size: 16px;
  margin-top: 8px;
  font-weight: 700;
  letter-spacing: 0.075em;
}
.pg_header .hdr_ttl_ja:before{
  content: "";
  width: 50px;
  height: 1px;
  margin-right: 10px;
  background: #005dea;
  display: inline-block;
  vertical-align: middle;
}
.hdr_links{
  position: absolute;
  right: 0;
  bottom: 60px;
  z-index: 10;
}
.hdr_links .link{
  width: 370px;
  font-size: 15px;
  padding: 16px;
  display: block;
  background-image: -moz-linear-gradient( 0deg, rgba(65,65,65,0.99608) 0%, rgb(1,1,1) 100%);
  background-image: -webkit-linear-gradient( 0deg, rgba(65,65,65,0.99608) 0%, rgb(1,1,1) 100%);
  background-image: -ms-linear-gradient( 0deg, rgba(65,65,65,0.99608) 0%, rgb(1,1,1) 100%);
  color: #ffffff;
  letter-spacing: 0.075em;
  font-weight: 500;
  position: relative;
  text-align: center;
  transition: 0.2s;
  text-decoration: none;
}
.hdr_links .link:after{
  content: "";
  width: calc(100% - 12px);
  height: calc(100% - 12px);
  position: absolute;
  left: 5px;
  top: 5px;
  pointer-events: none;
  border: 1px solid #fff;
}
.hdr_links .link:nth-child(2){
  background-image: -moz-linear-gradient( 0deg, rgb(1,1,1) 0%, rgba(65,65,65,0.99608) 100%);
  background-image: -webkit-linear-gradient( 0deg, rgb(1,1,1) 0%, rgba(65,65,65,0.99608) 100%);
  background-image: -ms-linear-gradient( 0deg, rgb(1,1,1) 0%, rgba(65,65,65,0.99608) 100%);
}
.hdr_links .link:hover,
.mv_btns a:hover{
  text-decoration: none;
  opacity: 1;
  background: #000000;
}
.hdr_links .link i{
  font-size: 26px;
  margin-right: 18px;
}
.hdr_links .outfit{
  font-size: 26px;
  font-weight: 500;
  letter-spacing: 0.1em;
}
.hdr_links .link + .link{
  margin-top: 15px;
}
.hdr_links .link span{
  padding-right: 8px;
  letter-spacing: 0.06em;
}

@media(min-width:768px){
  .pg_header{
    padding: 0 50px;
  }
  .pg_header .inner{
    height: 260px;
    margin-top: 50px;
  }
  .hdr_links {
    bottom: 20px;
  }
  .pg_header .hdr_ttl_en{
    font-size: 70px;
  }
  .pg_header .hdr_ttl_ja{
    font-size: 21px;
  }
  .pg_header .hdr_ttl_ja:before{
    width: 95px;
    margin-right: 20px;
  }
  .hdr_links .link{
    width: 300px;
    font-size: 14px;
  }
  .hdr_links .outfit{
    font-size: 22px;
  }

}
@media(min-width:1024px){
  .pg_header{
    padding: 0 80px;
  }
  .pg_header .inner{
    height: 277px;
    margin-top: 80px;
  }
  .pg_header .hdr_ttl_en{
    font-size: 80px;
  }
  .hdr_links {
    bottom: 30px;
  }
  .hdr_links .link{
    width: 300px;
    font-size: 14px;
  }
  .hdr_links .outfit{
    font-size: 24px;
  }

}
@media(min-width:1200px){
  .pg_header{
    padding: 0 90px;
  }
  .pg_header .hdr_ttl_en{
    font-size: 90px;
  }
  .hdr_links {
    bottom: 60px;
  }
  .hdr_links .link{
    width: 320px;
    font-size: 15px;
  }
  .hdr_links .outfit{
    font-size: 26px;
  }

}
@media(min-width:1300px){
  .pg_header .hdr_ttl_en{
    font-size: 100px;
  }
  .hdr_links .link{
    width: 370px;
  }
}
@media(max-width:767px){
  .hdr_links{
    display: none;
  }

}


/* **********************************
 *  新着情報
 * ********************************* */
.pg_news{
  padding-top: 38px;
  margin-top: -45px;
}
.pg_news .news_items{
  width: 100%;
  position: inherit;
  left: inherit;
}
.pg_news .news_items .date{
  color: #000000;
  font-weight: 600;
}
.pg_news .news_items .title{
  padding-right: 30px;
  font-weight: 600;
}
.news_items .title a{
  display: block;
}
.pg_news .news_items .item a:before{
  content: "\f054";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  width: 31px;
  height: 33px;
  border: 1px solid #408cff;
  border-radius: 50%;
  position: absolute;
  right: 0;
  top: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 2px;
}
.pg_news .news_items .item a:after{
  border-bottom-color: #b8b8b8;
}
.pg_news .news_items .category{
  background: #000000;
  color: #ffffff;
}
.pg_news .news_items .txt_ellipsis{
  color: #000000;
}
.news_items .title{
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.pg_news .news_items .title{
  padding-right: 50px;
}

/* ページ送り(一覧) */
.pagination{
  text-align: center;
  margin-top: 50px;
}
.pagination .nav-links{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;

}
.pagination .page-numbers{
  align-self: stretch;
  border: 1px solid #c0c0c0;
  padding: 3px 13px;
  margin: 4px 4px;
  color: #1e1e1e;
  text-decoration: none;
}
.pagination .page-numbers.current,
.pagination .page-numbers:hover{
  background: #e5e5e5;
  border-color: #e5e5e5;
}
.pagination .page-numbers.next:after{
  /*content: "\f101";*/
  content: "\f138";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-left: 10px;
}
.pagination .page-numbers.prev:before{
  /*content: "\f100";*/
  content: "\f137";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 10px;
}

/*詳細*/
.post_items .single_item{
  padding: 30px 15px 35px;
  border: 5px solid #f4f4f4;
}
.post_items .single_item .meta{
  display: flex;
}
.post_items .single_item .date{
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.075em;
}
.post_items .single_item .category{
  min-width: 100px;
  margin-left: 12px;
  text-align: center;
  background: #000000;
  color: #ffffff;
  font-size: 13px;
  letter-spacing: 0.075em;
}
.post_items .single_item .title{
  font-size: 16px;
  padding: 15px 0 22px;
  margin-bottom: 20px;
  font-weight: 500;
  /*text-align: center;*/
  letter-spacing: 0.075em;
  border-bottom: 2px solid #408cff;
}
.post_content {
  letter-spacing: 0.075em;
  text-align: justify;
}

/* ページ送り(詳細) */
.pagination .nav-posts{
  padding-top: 14px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.pagination .nav-posts .page-next,
.pagination .nav-posts .page-prev{
  min-width: 100px;
}
.pagination .nav-posts .page-next a,
.pagination .nav-posts .page-prev a{
  font-size: 12px;
  display: block;
  border: 1px solid #408cff;
  padding: 15px 10px;
  position: relative;
  font-weight: 700;
  letter-spacing: 0.075em;
}
.pagination .nav-posts .page-next a:hover,
.pagination .nav-posts .page-prev a:hover{
  background: #408cff;
  color: #fff;
  text-decoration: none;
}
.pagination .nav-posts .page-archive a{
  font-size: 12px;
  display: block;
  background: #408cff;
  color: #ffffff;
  padding: 13px 27px;
  letter-spacing: 0.075em;
  font-weight: 700;
  border: 1px solid #408cff;
}
.pagination .nav-posts .page-archive a:hover{
  background: #3573cf;
  text-decoration: none;
}

@media(min-width:768px){
  .news_cat {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -8px 50px;
  }
  .news_cat li{
    width: 33.33%;
    padding: 0 8px;
  }
  .news_cat li a{
    padding: 10px;
    border: 1px solid #408cff;
    display: block;
    text-align: center;
    letter-spacing: 0.075em;
    font-weight: 500;
    position: relative;
  }
  .news_cat li.on a,
  .news_cat li a:hover{
    background: #408cff;
    color: #ffffff;
    text-decoration: none;
  }
  .news_cat li a:after{
    content: "\f13a";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
  }
  .pagination{
    margin-top: 62px;
  }

  .news_items .title{
    width: calc(100% - 208px);
  }


  .post_items .single_item{
    padding: 40px 65px 35px;
  }
  .pagination .nav-posts .page-next a:before{
    left: 15px;
  }
  .pagination .nav-posts .page-prev a:after{
    right: 15px;
  }
  .pagination .nav-posts .page-next a:before,
  .pagination .nav-posts .page-prev a:after{
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .pagination .nav-posts .page-next a:before{
    /*content: "\f053";*/
    content: "\f137";
    left: 10px;
  }
  .pagination .nav-posts .page-prev a:after{
    content: "\f138";
    /*content: "\f054";*/
    right: 10px;
  }
  .pagination .nav-posts .page-next,
  .pagination .nav-posts .page-prev{
    min-width: 205px;
  }
  .pagination .nav-posts .page-archive a {
    font-size: 14px;
    padding: 15px 97px;
  }
  .pagination .nav-posts .page-next a,
  .pagination .nav-posts .page-prev a{
    font-size: 14px;
    padding: 15px 50px;
  }
}
@media(min-width:1024px){
  .news_cat{
    margin: 0 -15px 50px;
  }
  .news_cat li{
    padding: 0 15px;
  }

  .post_items .single_item{
    padding: 42px 90px 35px;
  }
  .pagination .nav-posts .page-next,
  .pagination .nav-posts .page-prev{
    min-width: 255px;
  }
  .pagination .nav-posts .page-prev a:after {
    right: 17px;
  }
  .pagination .nav-posts .page-next a:before{
    left: 17px;
  }
  .pagination .nav-posts .page-archive a {
    padding: 16px 135px;
  }
}
@media(min-width:1200px){

}
@media(max-width:767px){
  select[name="s_cat"]{
    width: 100%;
    height: 50px;
    padding: 10px;
    border-radius: 0;
    border: 1px solid;
    letter-spacing: 0.075em;
  }


  .news_items .item a:after {
    top: 88%;
  }
  .news_items .title{
    margin-top: 5px;
  }
  .pg_news .news_items .item a:before{
    top: 18px;
  }
}

/* **********************************
 *  よくある質問
 * ********************************* */
.faq_list {
  margin-top: 50px;
}
.faq_item{
  border: 2px solid #e5e5e5;
}
.faq_item + .faq_item{
  margin-top: 28px;
}
.faq_item dt{
  font-size: 18px;
  padding: 15px 10px;
  padding-left: 60px;
  background: #e5e5e5;
  position: relative;
  font-weight: 700;
  letter-spacing: 0.075em;
}
.faq_item dt:before{
  content: "Q";
  font-size: 22px;
  width: 39px;
  height: 40px;
  padding-left: 1px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-family: 'Outfit', sans-serif;
  background: #408cff;
  color: #ffffff;
  border-radius: 50%;
  position: absolute;
  left: 10px;
  top: 10px;
}
.faq_item dd{
  padding: 22px 10px;
  padding-left: 60px;
  letter-spacing: 0.075em;
  position: relative;
}
.faq_item dd:before{
  content: "A";
  font-size: 22px;
  width: 39px;
  height: 40px;
  padding-left: 1px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-family: 'Outfit', sans-serif;
  background: #000000;
  color: #ffffff;
  border-radius: 50%;
  position: absolute;
  left: 10px;
  top: 15px;
}

@media(min-width:768px){
  .faq_item dt{
    font-size: 20px;
    padding: 22px 30px;
    padding-left: 90px;
  }
  .faq_item dd{
    padding: 25px 30px;
    padding-left: 90px;
  }
  .faq_item dt:before,
  .faq_item dd:before{
    font-size: 30px;
    width: 48px;
    height: 50px;
    left: 24px;
    top: 12px;
    padding-left: 2px;
  }

}
@media(min-width:1024px){
  .pg_faq .section#sec1{
    margin-top: -24px;
  }
}
@media(min-width:1200px){

}
@media(max-width:767px){

}

/* **********************************
 *  お問い合わせ
 * ********************************* */
.contact_msg1{
  text-align: justify;
  font-weight: 500;
  letter-spacing: 0.075em;
  line-height: 2;
}



/* コンタクトフォーム */
.contact_form{
  width: 100%;
  margin-top: 30px;
  margin-bottom: 0;
  border: 1px solid #bfbfbf;
}
.contact_form tr{
  border-bottom: 1px solid #bfbfbf;
}
.contact_form th,
.contact_form td{
  font-size: 16px;
  padding: 10px 15px;
  font-weight: normal;
  text-align: left;
  border: 0;
}
.contact_form th{
  background: #e0ecff;
  /*width: 310px;*/
  /*padding-top: 22px;
  padding-left: 30px;*/
  letter-spacing: 0.05em;
  font-weight: 500;
  vertical-align: top;
}
.contact_form td{
  /*font-size: 15px;*/
  letter-spacing: 0.16em;
}
.mw_wp_form_confirm .contact_form td{
  background: #e3e3e3;
}
.contact_form th.vtop{
  vertical-align: top;
}
.contact_form th .require {
  display: inline-block;
  padding: 0 10px;
  color: #FFF;
  background: #a40000;
  font-size: 15px;
  font-weight: normal;
  float: right;
  line-height: 1.5;
  letter-spacing: 0.075em;
}

/* MW WP Formの規定クラス */
/* checkbox, radio */
.mwform_check_box_wrap{
  padding: 6px 0;
}
.mw_wp_form .mwform-radio-field.horizontal-item,
.mw_wp_form .mwform-checkbox-field.horizontal-item{
  display: inline-block;
  margin-left: 0;
  margin-right: 10px;
}

/**/
.mw_wp_form_confirm .addr_auto{
  display: none;
}
.mw_wp_form_confirm .addr_auto_box .zipcode i{
  background: none;
  padding: 0;
  font-size: inherit;
}

.contact_form dl{
  width: 100%;
  display: flex;
  align-items: center;
}
.contact_form dl + dl{
  margin-top: 10px;
}
.contact_form dl dt,
.contact_form dl dd{

}
.contact_form dl + p{
  margin-top: 5px;
  margin-bottom: 5px;
}

.contact_form dl.addr dt{
  width: 90px;
}
.contact_form dl.addr dd{
  width: calc(100% - 90px);

}
.contact_form dl.date {
  align-items: flex-start;
}
.contact_form dl.date dt{
  width: 90px;
}
.contact_form dl.date dt + dt{
  margin-left: 5px;
}
.contact_form dl.date dt select{
  width: 100%;
}
.contact_form dl.date dt.wide{
  width: 200px;
}
.contact_form dl.date dt.m,
.contact_form dl.date dt.d{
  width: 120px;
}
.contact_form dl.date dt.m select,
.contact_form dl.date dt.d select{
  width: calc(100% - 2em);
}
.contact_form dl.date dt.t{
  width: 150px;
}
.contact_form dl.date dt.t select{
  width: calc(100% - 5em);
}


.contact_form dl.addr dd{

}


.contact_form_addr{
  display: flex;
  align-items: center;
  margin: 0;
}
.contact_form_addr + .contact_form_addr{
  margin-top: 8px;
}
.contact_form_addr dt,
.contact_form_addr dd{
  margin: 0;
}
.contact_form_addr dt{
  width: 80px;
}
.contact_form_addr dd{
  width: calc(100% - 80px);
}

.contact_form_addr dd [name$="zipcode"]{
  width: 210px;
}
.contact_form_addr dd [name$="addr1"]{
  width: 210px;
}




.addr_auto_box{
  display: flex;
  align-items: center;
}
.addr_auto_box .zipcode{
  display: flex;
  flex-wrap: wrap;
}
.addr_auto_box .zipcode i{
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 15px;
  background: #cccccc;
  padding: 0 5px;
}
.addr_auto_box .zipcode input{

}

.addr_auto_box button{
  margin-left: 20px;
}


.contact_form td input ,
.contact_form td textarea ,
.contact_form td select {
  padding: 7px 10px;
  height: 48px;
  max-width: 100%;
  border: 1px solid #d6d8d8;
  border-radius: 0;
  background: #fafafa;
  letter-spacing: 0.075em;
  font-weight: 400;
}
.contact_form td input{
  max-width: 600px;
  width: 100%;
}
.contact_form td input::placeholder,
.contact_form td textarea::placeholder{
  color: #cbcbcb;
}
.contact_form td textarea{
  height: 335px;
}
.contact_form td [name$="_zipcode"],
.contact_form td [name="zipcode"],
.contact_form td [name="addr1"]{
  width: 160px;
}
.contact_form td [name="addr1"]{
  width: 220px;
}
.contact_form td [name="addr2"]{
}


.contact_form td .addr_auto{
  background: #f0f0f0;
  border: 1px solid #d6d8d8;
  margin-left: 10px;
  padding: 5px 5px;
}


.contact_form_msg{
  margin-top: 10px;
  margin-bottom: 10px;
}

/* 確認画面用 */



.contact_form_acceptance{
  letter-spacing: 0.075em;
  text-align: center;
  margin-top: 55px;
  font-weight: 500;
}
.contact_form_acceptance a{
  padding-bottom: 2px;
  color: #3956ea;
  border-bottom: 1px solid;
}
.contact_form_acceptance a:hover{
  text-decoration: none;
  border-bottom: 0;
  opacity: 0.7;
}
.contact_form_acceptance .mwform-checkbox-field.horizontal-item{
  margin-right: 0;
}


/* コンタクトフォーム - ボタン */
.contact_form_btns{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
  padding: 42px 0 0;
}
.contact_form_btns input[type="submit"],
.contact_form_btns input[type="button"],
.contact_form_btns button,
.contact_back_link{
  background: #408cff;
  color: #FFF;
  border: 0;
  padding: 17px 10px;
  width: 330px;
  margin: 0 10px;
  font-weight: 700;
  letter-spacing: 0.075em;
  position: relative;
}
.contact_form_btns button:after{
  font-size: 15px;
  content: "\f138";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.contact_form_btns input[type="submit"][disabled],
.contact_form_btns input[type="button"][disabled]{
  background: #CCC;
}
.contact_form_btns button[type="reset"],
.contact_form_btns button[name="submitBack"]{
  background: #CCC;
}
.contact_form_btns .ajax-loader{
  order: 10;
  width: 100% !important;
  margin-top: 10px !important;
  background-repeat: no-repeat;
  background-position: center;
}
.txt_c{
  margin-top: 50px;
  letter-spacing: 0.075em;
}
.contact_back_link {
  display: block;
  margin: 50px auto 0;
}
.contact_back_link:hover{
  background: #2e6bc6;
  text-decoration: none;
}

@media(min-width:768px){
  .contact_form{
    margin-top: 50px;
  }
  .contact_form th,
  .contact_form td{
    padding: 10px 15px 10px 20px;
  }
  .contact_form th{
    width: 250px;
    padding-top: 22px;
    padding-left: 35px;
  }
  .contact_msg1{
    text-align: center;
  }

}
@media(min-width:1024px){
  .contact_form{
    margin-top: 70px;
  }
  .contact_form th{
    width: 315px;
  }
}
@media(min-width:1200px){

}
@media(max-width:767px){

}

/* **********************************
 *  業務内容
 * ********************************* */
.service_list1{
  margin-top: 30px;
}
.service_list1 .item + .item{
  margin-top: 40px;
}
.service_list1 .img{
}
.service_list1 .txt{
  padding: 15px 15px 20px;
  background: #ffffff;
  box-shadow: 0.707px 0.707px 1px 0px rgba(0, 0, 0, 0.6);
  line-height: 2;
  position: relative;
  z-index: 1;
}
.service_list1_ttl {
  font-size: 20px;
  padding: 6px;
  margin-bottom: 8px;
  background: #408cff;
  color: #ffffff;
  text-align: center;
  letter-spacing: 0.075em;
}
.service_list1 .text{
  letter-spacing: 0.075em;
  font-weight: 500;
  text-align: justify;
}

.pg_service .section#sec2{
  padding-top: 60px;
}
.service_list2{
  margin: 35px -8px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.service_list2 .item{
  width: 50%;
  padding: 0 8px;
}
.service_list2_ttl {
  font-size: 16px;
  margin-bottom: 12px;
  padding: 10px;
  box-shadow: 0.707px 0.707px 1px 0px rgba(0, 0, 0, 0.6);
  font-weight: 500;
  letter-spacing: 0.075em;
  text-align: center;
  border-top: 2px solid #408cff;
}
.service_caution {
  padding: 10px 0;
  margin-top: 40px;
  background: #f4f4f4;
  text-align: center;
  letter-spacing: 0.075em;
  line-height: 1.85;
}

.pg_service .section#sec3{
  padding-top: 30px;
}
.service_area{
  margin-top: 50px;
  padding: 0 15px 20px;
  text-align: center;
  position: relative;
  z-index: 0;
}
.service_area:after{
  content: "";
  width: calc(100% - 10px);
  height: 60%;
  border: 5px solid #408cff;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}
.service_area .text{
  margin-top: 20px;
  letter-spacing: 0.075em;
  font-weight: 500;
  line-height: 2;
}
.service_area .img{
}

@media(min-width:768px){
  .service_list1{
    margin-top: 52px;
  }
  .service_list1 .item + .item{
    margin-top: 60px;
  }
  .service_list1 .item{
    display: flex;
    align-items: flex-end;
  }
  .service_list1 .img{
    width: 70%;
    margin-bottom: 21px;
  }
  .service_list1 .txt{
    width: 60%;
    padding: 20px 30px;
    margin-left: -20%;
  }
  .service_list1 .item:nth-child(even) .txt{
    order: 1;
    margin-left: 0;
    margin-right: -20%;
  }
  .service_list1 .item:nth-child(even) .img{
    order: 2;
  }

  .pg_service .section#sec2{
    padding-top: 90px;
  }
  .service_list2{
    margin: 50px -15px 0;
  }
  .service_list2 .item{
    width: 33.33%;
    padding: 0 15px;
  }
  .service_list2 .item:nth-child(n+4){
    margin-top: 30px;
  }

  .pg_service .section#sec3{
    padding-top: 42px;
  }
  .service_area{
    padding: 0 50px 20px;
  }
}
@media(min-width:1024px){
  .service_list1 .img{
    width: 80%;
  }
  .service_list1 .txt{
    width: 44%;
    margin-left: -20%;
  }

}
@media(min-width:1200px){

}
@media(max-width:767px){
  .service_list2 .item:nth-child(n+3){
    margin-top: 25px;
  }

}

/* **********************************
 *  
 * ********************************* */

@media(min-width:768px){

}
@media(min-width:1024px){

}
@media(min-width:1200px){

}
@media(max-width:767px){

}