@charset "Shift_JIS";

/* Reset
--------------------------------------------------- */
.layout-wrapper a:link {
  color: #068667;
}
.layout-wrapper .elem-btn a:hover {
  background-color: #05cc93;
}

/*-------------------------------------------------*/
/* New Table　Style
--------------------------------------------------- */
.hpen_ap_camp-tbl {
  margin: 2vw auto 0;
  text-align: center;
  table-layout: fixed;
  border-bottom: solid 1px #ccc;
} 
.hpen_ap_camp-tbl th, .hpen_ap_camp-tbl td {
  line-height: 1.4;
  border-right: solid 1px #ddd;
  vertical-align: middle;
  white-space: inherit;
  font-size: inherit;
}
.hpen_ap_camp-tbl th {
  /*white-space: nowrap;*/
  font-size: 0.9rem;
  padding: 1.5rem;
}
.hpen_ap_camp-tbl td {
  padding: 1rem 1.2rem;
}
.hpen_ap_camp-tbl tr:nth-child(odd) {
  background: #f6f6f6;
}
.hpen_ap_camp-tbl tr:nth-child(even) {
  background: #fff;
}
.hpen_ap_camp-tbl tr:nth-child(1) {
  background: #01a982;
}
.hpen_ap_camp-tbl tr:nth-child(1) th {
  vertical-align: middle;
  padding: 1rem;
  color: #fff;
  font-size: 1.5rem;
  border-right: solid 1px #fff;
}

.hpen_ap_camp-tbl td:last-child { 
  border-right: none;
}

.arrange {
 background: rgba(1,169,130,0.25);
 font-size: 1.2rem!important;
  padding: 1rem 1.75rem!important;
}

@media (max-width: 968px) {
  .hpen_ap_camp-tbl-scroll {
    margin: 20px auto;
  }
  .hpen_ap_camp-tbl__auto {
    table-layout: auto;
    width: auto;
  }
  .hpen_ap_camp-tbl th, .hpen_ap_camp-tbl td {
    padding: 10px;
    line-height: 1.2;
  }
.arrange {
  text-align: left;
  padding-left: 2rem;
}
}


/* 概要Table
--------------------------------------------------- */
.hpen_ap_camp-tbl-outline{
  font-size: 1.1rem;
  text-align: left;
  margin: 0 auto;
  max-width: 1024px;
}
.hpen_ap_camp-tbl-outline tr {
  border-bottom: solid 1px #fff;
}
.hpen_ap_camp-tbl-outline th, .hpen_ap_camp-tbl-outline td {
  padding: 1rem;
}
.hpen_ap_camp-tbl-outline td {
  background: #f6f6f7;
}

.hpen_ap_camp-tbl-outline tr:not(:nth-child(1)) th {
  background: #01a982;
  color: #fff;
}
.hpen_ap_camp-tbl-outline tr:nth-child(1) th{
  color:#000;
  font-size: 1.4rem;
  padding-left: 0;
}

/* キャンペーン　Style
--------------------------------------------------- */
.hpen_ap_camp-msg {
  font-size: calc(19/1480*100em);
  font-weight: bold;
  line-height: 1.7;
  text-align: center;
  margin: 2.5rem auto!important;
}

.hpen_ap_camp-ttl-deco {
  display: inline-block;
  background: #7764fc;
  color: #fff;
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 1.1;
  padding: 10px 50px 9px;
  margin-bottom: 1rem;
  border-radius: 50px;
}

@media (max-width: 968px) {
  .hpen_ap_camp-msg {
    font-size:1.2rem
  }
}

@media (max-width: 968px) {
  .hpen_ap_camp-tbl-outline{
    width: 100%;
    max-width: inherit;
  }
}

