@charset "utf-8";

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

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

.content-title {
  border-bottom: 1px #666 solid;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.2;
  margin: 0 10px 20px 10px;
  padding-bottom: 10px;
}

.content-box {
  margin-bottom: 30px;
  padding: 0 10px;
}


/* ============================================================
main
============================================================ */

#contact-input-form{
  margin: 0px; 
}

.main-inner {
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 10px;
  width: 100%;
}

.inner-title {
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #DEDEDE;
  font-weight: bold;
  line-height: 30px;
  margin-bottom: 10px;
  padding-left: 10px;
  text-align: center;
  width: 100%;
}

.description-area2 {
  background: #ccc;
  height: 150px;
  margin-bottom: 10px;
}

/* ============================================================
アクションボタン
============================================================ */
.text-link {
  display: block;
  margin: 0 auto;
  text-align: center;
}

#contact .caution {
  margin: 30px 0;
  overflow: hidden;
}

/* ============================================================
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%;
}

/* ============================================================
確認ページ
============================================================ */

#contact-confirm .confirm-area {
  word-wrap: break-word;
}

#contact-confirm .confirm-area .select-word {
  margin-bottom: 5px;
  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;
  word-wrap: break-word;
  padding: 10px;
}


#contact #main p{
  margin: 0 10px; 
}

.my-menu-outside{
  display: none; 
}

/*緑ボタン*/

.top-epark-gide-sp {
  margin: 10px auto 20px auto !important;
}
#privacy ul{
    margin-left: 20px;
}
#privacy ul li{
    list-style-type: disc
}

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