@charset "utf-8";

main {
  float: center;
  color: #000000;
  background-color: #e8e8e8;
  text-align: center;
  font-family: sans-serif;
  margin-top: 0px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0px;
  padding: 0;
}

main {
  /* リンク色 */
  a:link {
    color: #ff0000;
  }
  a:active {
    color: #0044ff;
  }
  a:hover {
    color: #0044ff;
  }
  a:visited {
    color: #0044ff;
  }

  /* 画像 */
  img {
    border: 0px;
  }

  /* リスト */
  ul {
    list-style: none;
  }

  .container {
    max-width: 1200px;
    padding: 0px 20px;
    float: center;
    margin-left: auto;
    margin-right: auto;
  }

  /* ヘッダー*/

  div#header {
    width: 100%;
    background-color: #000;
  }

  .header_logo {
    text-align: left;
    padding: 23px 0px;
    background-color: #000;
  }

  /* 内容*/

  .content {
    width: 100%;
    background-color: #e8e8e8;
  }

  .content_b {
    width: 100%;
    background-color: #000;
  }

  .container-c {
    max-width: 1000px;
    padding: 0px;
    float: center;
    margin-left: auto;
    margin-right: auto;
  }

  .main {
    float: center;
    width: 1000px;
    height: 874px;
    text-align: center;
    background-image: url('/legacy/21_abarth2/images/main_ab2.jpg');
    background-repeat: no-repeat;
  }

  .abarth {
    color: #fff;
    font-size: 14px;
    line-height: 2;
    text-align: center;
    padding: 40px 150px 12px 150px;
  }

  h1 {
    color: #fff;
    font-size: 18px;
    line-height: 1.5;
    text-align: center;
    font-weight: bold;
  }

  .abarth_btn_left {
    float: left;
    width: 50%;
    text-align: center;
  }

  .abarth_btn_right {
    float: right;
    width: 50%;
    text-align: center;
  }

  .clear {
    clear: both;
  }

  .abarth_top1 {
    margin: 0px;
  }

  h2 {
    color: #000;
    font-size: 20px;
    line-height: 2;
    text-align: left;
    border-bottom: 2px solid #00913a;
    margin: 30px 10px;
    padding-left: 0px;
  }

  h3 {
    color: #000;
    font-size: 20px;
    line-height: 2;
    text-align: left;
    border-bottom: 2px solid #ff0000;
    margin: 30px 10px;
    padding-left: 0px;
  }

  .container-t {
    max-width: 1020px;
    padding: 0px;
    float: center;
    margin-left: auto;
    margin-right: auto;
  }

  .concept {
    float: center;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }

  .concept_card01 {
    width: 56%;
  }

  .concept_card02 {
    width: 42%;
  }

  .concept_card_inner {
    padding: 0px 10px;
  }

  .concept_txt {
    color: #000;
    font-size: 14px;
    line-height: 2;
    text-align: left;
  }

  .concept_txt2 {
    color: #000;
    font-size: 12px;
    line-height: 1.5;
    text-align: left;
    background-color: #fff;
    padding: 20px;
    margin-top: 0px;
  }

  .to_url a:link {
    float: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    border: 1px solid #5a7b8a;
    display: block;
    color: #5a7b8a;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.5;
    text-align: center;
    text-decoration: none;
    width: 70%;
    background-color: #fff;
    padding: 10px 60px;
  }

  .to_url a:active {
    color: #fff;
    background-color: #5a7b8a;
  }

  .to_url a:hover {
    color: #fff;
    background-color: #5a7b8a;
  }

  .url_txt {
    color: #fff;
    font-size: 14px;
    line-height: 2;
    margin-bottom: 40px;
  }

  .select {
    float: center;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: 20px;
  }

  .select_card {
    width: 25%;
  }

  .select_card2 {
    width: 50%;
  }

  .select_card_inner {
    padding: 0px 20px;
  }

  .select_txt {
    color: #000;
    font-size: 14px;
    line-height: 2;
    text-align: left;
  }

  .select_txt2 {
    color: #000;
    font-size: 12px;
    line-height: 1.5;
    text-align: left;
  }

  .shop {
    float: center;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: 40px 0px;
    padding: 0px;
  }

  .shop_card {
    width: 35%;
  }

  .shop_cardr {
    width: 30%;
    height: 260px;
    background-color: #ee0000;
  }

  .shop_cardg {
    width: 30%;
    height: 260px;
    background-color: #00913a;
  }

  .shop_card_inner {
    padding: 0px;
  }

  .shop_cardrg_inner {
    padding: 20px;
  }

  .shop_txt {
    color: #fff;
    text-align: left;
    font-size: 16px;
    line-height: 1.5;
    font-weight: bold;
    border-bottom: 1px solid #fff;
    margin-bottom: 8px;
  }

  .shop_txt2 {
    color: #fff;
    font-size: 12px;
    line-height: 1.5;
    text-align: left;
  }

  /* ページトップへのリンク*/

  div#to_top {
    position: fixed;
    bottom: 20px;
    right: 20px;
  }

  /* フッター*/

  div#footer {
    width: 100%;
    background-color: #000;
    padding: 20px 0px 80px 0px;
    border-top: 1px solid #fff;
  }

  .footer_txt {
    color: #dfdfdf;
    font-size: 12px;
    line-height: 1.5;
    text-align: right;
  }

  .footer_txt a:link {
    color: #ffffff;
  }

  .footer_txt a:active {
    color: #e26ed3;
  }

  .footer_txt a:hover {
    color: #e26ed3;
  }

  .footer_txt a:visited {
    color: #ffffff;
  }

  .green {
    color: #277439;
  }

  .red {
    color: #ff0000;
  }

  .center {
    float: center;
  }

  .left {
    float: left;
  }

  .right {
    float: right;
  }

  .s {
    font-size: 10px;
    line-height: 1.5;
  }

  .m {
    font-size: 14px;
    line-height: 1.5;
  }

  .mb {
    font-size: 14px;
    line-height: 1.5;
    font-weight: bold;
  }

  .mbr {
    color: #ee0000;
    font-size: 14px;
    line-height: 1.5;
    font-weight: bold;
  }

  .l {
    font-size: 16px;
    line-height: 1.5;
  }

  .lb {
    font-size: 16px;
    line-height: 2;
    font-weight: bold;
  }

  .xl {
    font-size: 40px;
    font-weight: bold;
  }

  .b {
    font-weight: bold;
  }
}
