@charset "UTF-8";
/**
 * 新規登録（ID・パスワードお忘れ時の再登録を含む）一時休止のお知らせ
 */
/* ==========================================================================
   section
   ========================================================================== */
.border-box {
  border-color: #d10358; }

.tel-num {
  font-size: 114.2857142857%;
  color: #d10358;
  font-weight: bold; }
  .tel-num a {
    color: #d10358; }

#ttl-h1 span {
  font-size: 71.4285714286%; }

.cmn-table {
  border: none !important;
  position: relative; }
  .cmn-table a {
    position: relative;
    z-index: 1; }
  .cmn-table .pri01 {
    width: 30%; }
  .cmn-table .pri02 {
    width: 35%; }
  .cmn-table .pri03 {
    width: 50%; }
  .cmn-table .pri04 {
    width: 80%; }
  .cmn-table .pri05 {
    width: 20%; }
  .cmn-table:before {
    box-sizing: border-box;
    content: '';
    content: '';
    display: block;
    border: 2px solid #000;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%; }
  .cmn-table th, .cmn-table td {
    border-right: 1px solid #ccc !important; }

@media screen and (max-width: 767px) {
  .agreement-list {
    margin-top: 30px; }
    .agreement-list dt {
      font-size: 116.6666666667%; }

  .cmn-table .pri01 {
    width: 24%; }
  .cmn-table .pri02 {
    width: 38%; }
  .cmn-table .pri04 {
    width: 60%; }

  .company-ttl-h4 {
    font-size: 100%; }

  .info-msg {
    padding: 30px 15px 50px; } }
/* アンカーリンク */
.acc-wrap {
  background-color: #fff;
  border: solid 1px #cf0559;
  box-sizing: border-box;
  position: relative;
  border-radius: 3px;
  margin: 20px 0 50px 0px;
  padding: 10px 20px;
  width: 100%; }
  .acc-wrap .acc-box li {
    margin-top: 5px;
    padding-left: 11px;
    position: relative; }
    .acc-wrap .acc-box li a {
      color: #000;
      olor: #555;
      text-decoration: none; }
    .acc-wrap .acc-box li a::before {
      color: #cf0559;
      position: absolute;
      left: 0;
      top: 2px; }

.cmn-btn a {
  border-radius: 3px;
  display: inline-block;
  font-size: 100%;
  font-weight: bold;
  padding: 7px 40px 7px 45px;
  position: relative;
  width: 70%;
  text-align: left; }
.cmn-btn .icon-arrow::before {
  position: absolute;
  top: 9px;
  left: 20px; }
