body {
  width: 100%;
  margin: auto;
  color: #333333;
  font-family: "メイリオ", "Meiryo", "游ゴシック", YuGothic,
    "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Sans-Serif;
}
/* パソコンで見たときは"pc"のclassがついた画像・コンテンツが表示される */
.pc_content {
  display: inline-block !important;
}
.sp_content {
  display: none !important;
}
.pc_img {
  display: inline-block !important;
}
.sp_img {
  display: none !important;
}
/* スマートフォンで見たときは"sp"のclassがついた画像・コンテンツが表示される */
@media (max-width: 980px) {
  .pc_content {
    display: none !important;
  }
  .sp_content {
    display: inline-block !important;
  }
  .pc_img {
    display: none !important;
  }
  .sp_img {
    display: inline-block !important;
    width: 100%;
  }
  img {
    width: 100%;
  }
}
/*------------------------ヘッダーtop----------------------*/
.top_layout-header {
  height: 688px;
  background-image: url(../images/header_back.png);
  background-position: top;
  background-repeat: repeat;
}
.titlearea {
  width: 100%;
  margin: auto;
  text-align: center;
  border-bottom: 1px solid #b2b2b2;
  position: fixed;
  /*background-image: url(../images/top/top_title-back.png);
	background-position: top;
	background-repeat: repeat-x;*/
  background-color: #fff;
  z-index: 2;
}
.titlearea:after {
  content: "";
  display: block;
  clear: both;
}
.titlearea .in {
  width: 980px;
  margin: auto;
  padding: 12px 24px;
  overflow: hidden;
  background-color: #fff;
}
.titlearea .in .left {
  float: left;
  margin-top: 12px;
  line-height: 1;
}
.titlearea .in .right {
  float: right;
  padding-top: 12px;
}
.titlearea .in .right ul {
  list-style: none;
  font-size: 14px;
}
.titlearea .in .right ul li {
  margin: 10px 16px 16px 0;
  padding: 0 12px;
  display: table-cell;
  vertical-align: middle;
}
.titlearea .in .right ul li a {
  color: #000;
  text-decoration: none;
}
.titlearea .in .right ul li.list {
  padding: 0 2px 0 8px;
  background-color: #e95450;
  border-radius: 12px;
}
.titlearea .in .right ul li.list a {
  color: #fff;
}
.top_img {
  width: 980px;
  margin: auto;
  position: relative;
  padding-top: 82px;
  z-index: 1;
}
.top_img h1 {
  position: absolute;
  width: 980px;
  top: 146px;
  text-align: center;
}
/*---------------main-------------*/
.sukoyaka_main {
  width: 980px;
  margin: 0 auto 0px;
}
.sukoyaka_main section {
  /*セクション枠*/
  margin: auto;
  padding-top: 86px;
}
.sukoyaka_main section.sec_greeting {
  /*ごあいさつ*/
  width: 900px;
}
.sukoyaka_main section.sec_Job {
  /*仕事*/
  width: 900px;
}
.sukoyaka_main section.sec_recruit {
  /*募集内容*/
  width: 980px;
}
.sukoyaka_main section.sec_content {
  /*応募*/
  width: 900px;
}
.sukoyaka_main section h3 {
  /*セクションごとのタイトル*/
  width: 900px;
  margin: auto;
  text-align: center;
  margin-bottom: 40px;
}
/*ごあいさつ*/
.sukoyaka_main .sec_greeting h3.title1 {
  font-size: 36px;
}
.sukoyaka_main .sec_greeting h3.title1:after {
  background-color: #ee8375;
  border-radius: 5px;
  content: "";
  display: block;
  height: 6px;
}
.sukoyaka_main .sec_greeting .topicarea {
  overflow: hidden;
}
.sukoyaka_main .sec_greeting .topicarea:after {
  content: "";
  display: block;
  clear: both;
}
.sukoyaka_main .sec_greeting .topicarea .greeting-img1 {
  float: left;
}
.sukoyaka_main .sec_greeting .topicarea .greeting-img1 img {
  vertical-align: bottom;
}
.sukoyaka_main .sec_greeting .topicarea .topic1 {
  width: 596px;
  height: 310px;
  display: table-cell;
  vertical-align: middle;
  background-color: #e95450;
}
.sukoyaka_main .sec_greeting .topicarea .topic1 h4 {
  font-family: Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN",
    HGS明朝E, メイリオ, Meiryo, serif;
  line-height: 1.8;
  font-size: 32px;
  color: #fff;
  text-align: center;
}
.sukoyaka_main .sec_greeting .contentarea {
  background-color: #fff4d6;
  padding: 42px 18px 34px;
  overflow: hidden;
}
.sukoyaka_main .sec_greeting .contentarea:after {
  clear: both;
}
.sukoyaka_main .sec_greeting .contentarea .text {
  font-size: 18px;
  line-height: 1.8;
  margin-bottom: 32px;
}
.sukoyaka_main .sec_greeting .contentarea .finname {
  font-size: 14px;
  margin-top: 30px;
  float: right;
  text-align: center;
}
.sukoyaka_main .sec_greeting .contentarea .finname span {
  font-size: 21px;
}
/*仕事内容・求める人材*/
.sukoyaka_main .sec_Job h3.title1 {
  font-size: 36px;
}
.sukoyaka_main .sec_Job h3.title1:after {
  background-color: #ee8375;
  border-radius: 5px;
  content: "";
  display: block;
  height: 6px;
}
.sukoyaka_main .sec_Job .contentarea {
  width: 900px;
  margin: auto;
  padding: 26px 24px;
  border: 1px solid #e95450;
}
.sukoyaka_main .sec_Job .in {
  width: 850px;
  margin: auto;
  padding: 30px 24px 40px;
  border: 1px solid #e95450;
}
.sukoyaka_main .sec_Job .in .topic1 {
  font-size: 33px;
  font-weight: 100;
  display: table-cell;
  vertical-align: middle;
}
.sukoyaka_main .sec_Job .in .topic1:before {
  content: url(../images/top/Job-img1.png);
}
.sukoyaka_main .sec_Job .in .text1 {
  width: 656px;
  margin: 40px 0 90px;
  padding-bottom: 20px;
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  background-image: url(../images/top/Job-img_border.png);
  background-position: bottom;
  background-repeat: no-repeat;
}
.sukoyaka_main .sec_Job .in .textarea {
  overflow: hidden;
  margin: 40px 0 40px;
  font-size: 32px;
  font-weight: bold;
  color: #e95450;
}
.sukoyaka_main .sec_Job .in .textarea:after {
  content: "";
  display: block;
  clear: both;
}
.sukoyaka_main .sec_Job .in .textarea .text2 {
  padding: 40px 0px 40px 20px;
  text-align: center;
  float: left;
  background-image: url(../images/top/Job-img2.png);
  background-position: center;
  background-repeat: no-repeat;
}
.sukoyaka_main .sec_Job .in .textarea .text3 {
  padding: 64px 18px 64px 20px;
  margin-left: 30px;
  text-align: center;
  float: left;
  background-image: url(../images/top/Job-img3.png);
  background-position: center;
  background-repeat: no-repeat;
}
.sukoyaka_main .sec_Job .in .textarea .text4 {
  padding: 40px 0px 40px 10px;
  text-align: center;
  float: right;
  background-image: url(../images/top/Job-img4.png);
  background-position: center;
  background-repeat: no-repeat;
}
/*募集要項*/
.sukoyaka_main .sec_recruit h3.title1 {
  font-size: 36px;
}
.sukoyaka_main .sec_recruit h3.title1:after {
  background-color: #ee8375;
  border-radius: 5px;
  content: "";
  display: block;
  height: 6px;
}
.sukoyaka_main .sec_recruit .recruit-content {
  width: 750px;
  margin: auto;
  border: 4px solid #0098d8;
  border-radius: 6px;
}
.sukoyaka_main .sec_recruit .recruit-content h4 {
  text-align: center;
  font-size: 36px;
  color: #0098d8;
}
.sukoyaka_main .sec_recruit .recruit-content h4 span {
  font-size: 32px;
}
.sukoyaka_main .sec_recruit .box1 {
  background-image: url(../images/top/top_child-img3.png);
  background-position: top;
  background-repeat: no-repeat;
  padding: 48px 0 100px;
  text-align: center;
}
.sukoyaka_main .sec_recruit .box1 h5 {
  font-size: 27px;
  color: #ee8375;
  margin-bottom: 16px;
}
.sukoyaka_main .sec_recruit .box1 p {
  font-size: 18px;
}
.sukoyaka_main .sec_recruit table {
  width: 900px;
  margin: auto;
  font-size: 18px;
  border-collapse: collapse;
}
.sukoyaka_main .sec_recruit table .table-color1 {
  background-color: #f4b0a1;
}
.sukoyaka_main .sec_recruit table .space1 {
  width: 193px;
  border-right: 1px solid #fff;
}
.sukoyaka_main .sec_recruit table .title1 {
  width: 706px;
  color: #fff;
  padding: 10px 0;
  font-weight: 100;
}
.sukoyaka_main .sec_recruit table .table-ber1 {
  border-bottom: 1px solid #e50032;
}
.sukoyaka_main .sec_recruit table .subtitle1 {
  padding-left: 24px;
  background-color: #f9d9d0;
  border-right: 1px solid #e50032;
}
.sukoyaka_main .sec_recruit table .text1 {
  padding: 12px 0 12px 68px;
}

/*応募シート*/
.sukoyaka_main .sec_content h3.title1 {
  font-size: 36px;
}
.sukoyaka_main .sec_content h3.title1:after {
  background-color: #ee8375;
  border-radius: 5px;
  content: "";
  display: block;
  height: 6px;
}

/* 応募ボタン */
.apply {
  text-align: center;
  padding-bottom: 100px;
}

/* 4: ------------------layout-footer------------------ */
.layout-footer {
  width: 100%;
  height: 100px;
  background-color: #e95450;
  margin: auto;
}
.footer_main {
  overflow: hidden;
  width: 980px;
  padding: 10px 0 0 0;
  clear: both;
  margin: auto;
}
.footer_main:after {
  content: "";
  display: block;
  clear: both;
}
.footer_left {
  width: 300px;
  float: left;
  margin-left: 130px;
  text-align: left;
}
.footer_left a {
  color: #fff;
  text-decoration: none;
}
.footer_middle {
  float: left;
  margin: 10px 60px 0 0;
}
.footer_right {
  width: 330px;
  float: left;
  text-align: left;
}
.footer_right p {
  color: #fff;
  line-height: 1.4;
  margin: 0;
}
.footer_right p a {
  color: #fff;
  text-decoration: none;
}

/*-----------------------------------------------------------*/
/*-----------------------------------------------------------*/
/*-----------------------------------------------------------*/
/*-----------------------------------------------------------*/
@media (max-width: 980px) {
  /*　画面サイズが980px以下からはここを読み込む　*/
  /*------------------------ヘッダーtop----------------------*/
  .top_layout-header {
    height: auto;
    background-color: #fff4d6;
  }
  .titlearea {
    width: 100%;
    margin: auto;
    text-align: left;
    border-bottom: 1px solid #b2b2b2;
    position: inherit;
    /*background-image: url(../images/top/top_title-back.png);
	background-position: top;
	background-repeat: repeat-x;*/
    background-color: #fff;
    z-index: 2;
  }
  .titlearea .top_title-sp {
    width: 60%;
    margin: 2% 0 0 4%;
  }
  .titlearea .top_ac_menu {
  }
  /*--------------アコーディオンボタンの設定---------------*/
  #ac_menu {
    /*配置*/
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 100;
  }

  /****メニュー開閉ボタン****/
  #ac_menu div {
    /*デザイン*/
    width: 20%;
    height: 3%;
    margin: 3% 0% 0 0;
    /*配置*/
    overflow: hidden;
    position: absolute;
    top: 0;
    right: 0;
  }

  #ac_menu .menuopen {
    /*デザイン*/
    /*color: rgba(255,255,255,1);*/
    color: #e95450;
    font-size: 12px;
    /*配置*/
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: auto;
  }

  #ac_menu .menuclose {
    /*デザイン*/
    /*color: rgba(255,255,255,1);*/
    color: #e95450;
    font-size: 12px;
    /*配置*/
    display: none;
    width: 100%;
    height: 100%;
    text-decoration: none;
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: auto;
  }

  /****メニュー一覧****/
  #ac_menu ul {
    /*デザイン*/
    background: rgba(255, 255, 255, 1);
    width: 100%;
    position: absolute;
    margin-top: 9.6%;
    right: 0;
    font-size: 16px;
  }

  #ac_menu li {
    /*アニメーション*/
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    /*デザイン*/
    padding: 0 10px;
    color: rgba(0, 0, 0, 1);
    border-bottom: 0px rgba(255, 255, 255, 1) solid;
    height: 0;
    /*配置*/
    overflow: hidden;
    pointer-events: auto;
  }

  /****メニューオープン時****/
  #ac_menu:target .menuopen {
    /*配置*/
    display: none;
  }
  .menuopen span {
    position: absolute;
    width: 34%;
    height: 3px;
    background-color: #e95450;
    border-radius: 6px;
  }
  .menuopen span:nth-of-type(1) {
    top: 0;
  }
  .menuopen span:nth-of-type(2) {
    top: 42%;
  }
  .menuopen span:nth-of-type(3) {
    bottom: 0;
  }
  .menuopen p {
    margin-top: 1%;
    text-align: right;
    margin-right: 10%;
  }

  #ac_menu:target .menuclose {
    /*配置*/
    display: block;
  }
  .menuclose span {
    position: absolute;
    width: 34%;
    height: 3px;
    background-color: #e95450;
    border-radius: 6px;
  }
  .menuclose span:nth-of-type(1) {
    top: 0;
  }
  .menuclose span:nth-of-type(2) {
    top: 42%;
  }
  .menuclose span:nth-of-type(3) {
    bottom: 0;
  }
  .menuclose p {
    margin-top: 1%;
    text-align: right;
    margin-right: 10%;
  }

  #ac_menu:target li {
    /*デザイン*/
    padding: 2% 4% 2% 2%;
    height: auto;
    border-bottom: 0.1px solid #e95450;
  }
  #ac_menu:target li:nth-child(5) {
    border-bottom: none;
    padding: 6% 4% 4% 1%;
  }
  #ac_menu:target li:last-child {
    padding-bottom: 6%;
  }
  #ac_menu:target li a {
    display: block;
    color: #000;
    text-decoration: none;
  }
  /*------------↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑-------------*/
  .top_img {
    width: 100%;
    margin: auto;
    position: relative;
    padding-top: 0px;
    z-index: 1;
  }
  .top_img img {
    vertical-align: bottom;
  }
  .top_img h1 {
    position: absolute;
    width: 72%;
    top: 14%;
    left: 14%;
    text-align: center;
  }
  /*---------------main-------------*/
  .sukoyaka_main {
    width: 100%;
    margin: 0 auto 0px;
  }
  .sukoyaka_main section {
    /*セクション枠*/
    margin: auto;
    padding-top: 10%;
  }
  .sukoyaka_main section.sec_greeting {
    /*ごあいさつ*/
    width: 92%;
  }
  .sukoyaka_main section.sec_Job {
    /*仕事*/
    width: 92%;
  }
  .sukoyaka_main section.sec_recruit {
    /*募集内容*/
    width: 100%;
  }
  .sukoyaka_main section.sec_content {
    /*応募*/
    width: 92%;
  }
  .sukoyaka_main section h3 {
    /*セクションごとのタイトル*/
    width: 100%;
    margin: auto;
    text-align: center;
    margin-bottom: 5%;
  }
  /*ごあいさつ*/
  .sukoyaka_main .sec_greeting h3.title1 {
    font-size: 24px;
  }
  .sukoyaka_main .sec_greeting h3.title1:after {
    background-color: #ee8375;
    border-radius: 5px;
    content: "";
    display: block;
    height: 6px;
  }
  .sukoyaka_main .sec_greeting .topicarea {
    overflow: hidden;
    display: flex;
  }
  .sukoyaka_main .sec_greeting .topicarea:after {
    content: "";
    display: block;
    clear: both;
  }
  .sukoyaka_main .sec_greeting .topicarea .greeting-img1 {
    float: left;
    width: 34%;
  }
  .sukoyaka_main .sec_greeting .topicarea .greeting-img1 img {
    vertical-align: bottom;
  }
  .sukoyaka_main .sec_greeting .topicarea .topic1 {
    width: 66%;
    height: auto;
    padding-top: 8%;
    background-color: #e95450;
  }
  .sukoyaka_main .sec_greeting .topicarea .topic1 h4 {
    font-family: Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN",
      HGS明朝E, メイリオ, Meiryo, serif;
    line-height: 1.8;
    font-size: 13px;
    color: #fff;
    text-align: center;
  }
  .sukoyaka_main .sec_greeting .contentarea {
    background-color: #fff4d6;
    padding: 5% 2% 4% 2%;
    overflow: hidden;
  }
  .sukoyaka_main .sec_greeting .contentarea:after {
    clear: both;
  }
  .sukoyaka_main .sec_greeting .contentarea .text {
    font-size: 14px;
    line-height: 1.8;
    margin-bottom: 4%;
  }
  .sukoyaka_main .sec_greeting .contentarea .finname {
    font-size: 12px;
    margin-top: 4%;
    float: right;
    text-align: center;
  }
  .sukoyaka_main .sec_greeting .contentarea .finname span {
    font-size: 16px;
  }
  /*仕事内容・求める人材*/
  .sukoyaka_main .sec_Job h3.title1 {
    font-size: 24px;
  }
  .sukoyaka_main .sec_Job h3.title1:after {
    background-color: #ee8375;
    border-radius: 5px;
    content: "";
    display: block;
    height: 6px;
  }
  .sukoyaka_main .sec_Job .contentarea {
    width: 100%;
    margin: auto;
    padding: 3%;
    border: 1px solid #e95450;
  }
  .sukoyaka_main .sec_Job .in {
    width: 100%;
    margin: auto;
    padding: 3% 3% 4%;
    border: 1px solid #e95450;
  }
  .sukoyaka_main .sec_Job .in .topic1 {
    font-size: 22px;
    font-weight: bold;
    display: table-cell;
    vertical-align: middle;
  }
  .sukoyaka_main .sec_Job .in .topic1:before {
    content: "●";
    color: #e95450;
  }
  .sukoyaka_main .sec_Job .in .text1 {
    width: 100%;
    margin: 5% 0 12%;
    padding-bottom: 3%;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    background-image: url(../images/top/Job-img_border-sp.png);
    background-size: 100% auto;
    background-position: bottom;
    background-repeat: no-repeat;
  }
  .sukoyaka_main .sec_Job .in .textarea {
    overflow: hidden;
    margin: 5% 0;
    font-size: 18px;
    font-weight: bold;
    color: #e95450;
  }
  .sukoyaka_main .sec_Job .in .textarea:after {
    content: "";
    display: block;
    clear: both;
  }
  .sukoyaka_main .sec_Job .in .textarea .text2 {
    width: 46%;
    padding: 8% 0 8% 3%;
    text-align: center;
    margin-left: 2%;
    float: left;
    background-image: url(../images/top/Job-img2-sp.png);
    background-size: 88% auto;
    background-position: center;
    background-repeat: no-repeat;
  }
  .sukoyaka_main .sec_Job .in .textarea .text3 {
    width: 48%;
    padding: 12% 0 12% 2%;
    text-align: center;
    margin-left: 2%;
    float: left;
    background-image: url(../images/top/Job-img3-sp.png);
    background-size: 88% auto;
    background-position: center;
    background-repeat: no-repeat;
  }
  .sukoyaka_main .sec_Job .in .textarea .text4 {
    width: 52%;
    padding: 9% 0 9% 3%;
    text-align: center;
    margin-left: 24%;
    float: left;
    background-image: url(../images/top/Job-img4-sp.png);
    background-size: 88% auto;
    background-position: center;
    background-repeat: no-repeat;
  }
  .sukoyaka_main .sec_Job .in .imgarea {
    width: 92%;
    margin: auto;
  }
  .sukoyaka_main .sec_Job .in .imgarea img {
    width: 100%;
  }
  /*募集要項*/
  .sukoyaka_main .sec_recruit h3.title1 {
    font-size: 24px;
    width: 92%;
    margin: 0 auto 6%;
  }
  .sukoyaka_main .sec_recruit h3.title1:after {
    background-color: #ee8375;
    border-radius: 5px;
    content: "";
    display: block;
    height: 6px;
  }
  .sukoyaka_main .sec_recruit .recruit-content {
    width: 81%;
    margin: auto;
    border: 4px solid #0098d8;
    border-radius: 6px;
  }
  .sukoyaka_main .sec_recruit .recruit-content h4 {
    text-align: center;
    font-size: 22px;
    color: #0098d8;
  }
  .sukoyaka_main .sec_recruit .recruit-content h4 span {
    font-size: 18px;
  }
  .sukoyaka_main .sec_recruit .box1 {
    background-image: none;
    padding: 6% 0 10%;
    text-align: center;
  }
  .sukoyaka_main .sec_recruit .box1 h5 {
    font-size: 18px;
    color: #ee8375;
    margin-bottom: 2%;
  }
  .sukoyaka_main .sec_recruit .box1 p {
    font-size: 12px;
  }
  .sukoyaka_main .sec_recruit table {
    width: 92%;
    margin: auto;
    font-size: 12px;
    border-collapse: collapse;
  }
  .sukoyaka_main .sec_recruit table .table-color1 {
    background-color: #f4b0a1;
  }
  .sukoyaka_main .sec_recruit table .space1 {
    width: 24%;
    border-right: 1px solid #fff;
  }
  .sukoyaka_main .sec_recruit table .title1 {
    width: 76%;
    color: #fff;
    padding: 2% 0%;
    font-weight: 100;
  }
  .sukoyaka_main .sec_recruit table .table-ber1 {
    border-bottom: 1px solid #e50032;
  }
  .sukoyaka_main .sec_recruit table .subtitle1 {
    padding-left: 3%;
    background-color: #f9d9d0;
    border-right: 1px solid #e50032;
  }
  .sukoyaka_main .sec_recruit table .text1 {
    padding: 2% 1% 2% 4%;
  }

  /*応募シート*/
  .sukoyaka_main .sec_content h3.title1 {
    font-size: 24px;
  }
  .sukoyaka_main .sec_content h3.title1:after {
    background-color: #ee8375;
    border-radius: 5px;
    content: "";
    display: block;
    height: 6px;
  }
  .sukoyaka_main .sec_content .mail_form {
    position: relative;
    width: 90%;
    height: 0;
    padding-top: 130%;
    margin-bottom: 20%;
  }
  .sukoyaka_main .sec_content .mail_form iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: scale(0.5);
    -o-transform: scale(0.5);
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform-origin: 0 0;
    -o-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
  }

  /* 応募ボタン */
  .apply {
    text-align: center;
    padding-bottom: 100px;
  }

  /* 4: ------------------layout-footer------------------ */
  .layout-footer {
    width: 100%;
    height: auto;
    background-color: #e95450;
    margin: auto;
  }
  .footer_main {
    overflow: hidden;
    width: 100%;
    font-size: 20px;
    font-weight: bold;
    padding: 2% 0;
    clear: both;
    margin: auto;
  }
  .footer_main:after {
    content: "";
    display: block;
    clear: both;
  }
  .footer_left {
    display: none;
  }
  .footer_left a {
    color: #fff;
    text-decoration: none;
  }
  .footer_middle {
    width: 28%;
    float: none;
    margin: auto;
  }
  .footer_middle img {
    width: 100%;
  }
  .footer_right {
    width: 100%;
    margin-right: 4%;
    float: none;
    text-align: center;
  }
  .footer_right p {
    color: #fff;
    line-height: 1.4;
    margin: 0;
    font-size: 12px;
  }
  .footer_right p a {
    color: #fff;
    text-decoration: none;
  }
}
