@charset "utf-8";


/* ============================================================
renewal緑ボタン
============================================================ */
.top-epark-gide-pc {
	margin-top: 20px !important;
}

/* ============================================================
renewal白ボタン
============================================================ */

.button-wrap {
  width: 300px;
  margin: 20px auto;
}

.btn-submit-rewrite-white {
  background: #fff;
  border-radius: 6px;
  border: 1px solid #959595;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #444;
  font-size: 16px;
  font-weight: bold;
  line-height: 45px;
  padding: 0;
  text-align: center;
  width: 100%;
}

/* ============================================================
サイドメニュー非表示設定
============================================================ */
.side-group,
.side-mymenu,
#banners,
.categories {
  display: none;
}

#side .second-sub-menu {
display: block;
}

/* ============================================================
General
============================================================ */
.pagetitle-01 {
  margin-bottom: 20px;
}

#contact .text-link,
#contact-input .text-link,
#contact-confirm .text-link,
#contact-complete .text-link {
  display: block;
  margin: 0 auto;
  text-align: center;
}

#help-list2 {
  background-color: #FFFFFF;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  margin-bottom: 20px;
  padding: 10px;
}

/* ============================================================
side
============================================================ */
#side #drw {
  display:none !important;
}

#contact-complete #main .text-link {
  text-align: center;
}

/* ============================================================
index page
============================================================ */
#contact .number-list {
  list-style-type: decimal;
  padding: 0 20px;
}

#contact .number-list .title{
  font-weight: bold;
}

/* ============================================================
input page
============================================================ */
/* form */
label {
  display: block;
  font-weight: bold;
  margin-bottom: 5px;
}

.mail-address {
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  height: 35px;
  margin-bottom: 20px;
  padding-left: 10px;
  width: 100%;
}

.select {
  display: block;
  height: 35px;
  margin-bottom: 20px;
  padding-left: 10px;
  width: 100%;
}

.text-box {
  display: block;
  height: 200px;
  margin-bottom: 10px;
  width: 100%;
}

/* ============================================================
confirm page
============================================================ */
#contact-confirm .confirm-area {
  word-wrap: break-word;
  width: 100%;
}


#contact-confirm .confirm-area .mail-address,
#contact-confirm .confirm-area .select-word {
  margin-bottom: 10px;
  font-weight: bold;
}

#contact-confirm .confirm-area .confirm-text {
  background: #e1ebcb;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /*float: right;*/
  word-wrap: break-word;
  padding: 5px;
}

.btn-submit-01 {
  margin-bottm: 20px;
}

#contact-confirm #main .btn-submit-rewrite {
  display: block;
  line-height: 40px;
  margin: 20px auto 0 auto;
  width: 300px;
}

/* ============================================================
complete page
============================================================ */

#contact #main p{
  margin: 0 10px; 
}
#privacy ul{
    margin-left: 20px;
}
#privacy ul li{
    list-style-type: disc
}

.disabled_box .top-epark-gide-pc {
    pointer-events: none;
    background: grey;
}
