@charset "utf-8";

/* CSS Document */

/*  弊店から送信するメール　－－－－－－－－－－－－－－－－－－－*/
#box_mail {
  padding: 20px;
  background-color: var(--color-info-bg);
  color: #666;
  margin-bottom: 20px;
}

#mail_send {
  border-color: #A6B7BF;
  border-style: solid;
  border-width: 1px;
  padding: 10px;
  background-color: #EAEDF0;
  margin-bottom: 30px;
}
.box_send > dl {
  margin-bottom: 30px;
}

.box_send > dl > dt {
      height: 34px;
    margin-bottom: 10px;
    padding: 0 10px;
    background: var(--color-base);
    font-weight: bold;
    line-height: 36px;
}

.box_send > dl > dd dl {
  padding-left: 1em;
  overflow: hidden;
  margin-top: 20px;
}

.box_send > dl > dd dt,
.box_send > dl > dd dd {
  margin-bottom: 10px;
  line-height: 1.8em;
}

.box_send > dl > dd dt {
  width: 5em;
  margin-right: 10px;
  float: left;
  text-align: center;
  /* color: #ca9d2e; */
  background:var(--color-sub-base);
}

.box_send > dl > dd dd {
  padding: 1px 0;
  text-align: left;
}


/*  弊店からメールが届かない場合　－－－－－－－－－－－－－－－－－－－*/
#not_reach dt{
  background: #eee none repeat scroll 0 0;
  border-radius: 6px;
  font-size: 18px;
  font-weight: bold;
  height: 36px;
  line-height: 39px;
  margin-bottom: 20px;
  padding-left: 10px;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
#not_reach dd{
  margin-bottom: 40px;
}
#not_reach dd p{
  line-height: 1.8;
}
#not_reach .box_border {
  padding: 10px 20px;
  border: #CCC solid 1px;
  display: inline-block;
}

#not_reach #info ul {
  padding-left: 30px;
}
#not_reach #info li {
  list-style: outside disc;
}

/* namber-list　調整 */
#not_reach .countlist ul li a{
  padding-left: 10px;
  text-decoration: underline;
  line-height: 2em;
}

/* Yahoo!メールでの確認＆設定方法 yahoo.html----------------------------------*/
#y_kakunin {
  padding: 10px 20px;
    background-color: #eee;
    margin-bottom: 30px;
    clear: both;
    font-size: 14px;
}
.y_navi{
  margin-bottom: 40px;
}
.y_cap {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}
.y_cap_no {
  background-color: var(--color-sub);
  color: #FFFFFF;
  margin-right: 10px;
  display: block;
  width: 28px;
  height: 28px;
  text-align: center;
}


/* 弊店から送信されるメール　mail.html　－－－－－－－－－－*/

/* #mail_box {
  margin: 0 0 25px 0;
  padding: 10px 10px 15px;
  background: #fff8e7;;
  overflow: hidden;
} */

/*　見出し　*/
#mail_box h4 {
     font-size: 18px;
    font-weight: bold;
    color: #666;
    border-left: 5px solid #CCB887;
    padding: 0 0 0 10px;
    margin-bottom: 15px;
}

/*　メール内容　設定*/

#mail_box dl,
#answer_area #mail_box dl {
  background: #FFF;
  padding: 10px 10px 10px 35px;
  margin-bottom: 15px;
  background: #FFF url(../images/ico_mail.gif) no-repeat 10px 13px;
}

#mail_box dt,
#answer_area #mail_box dt {
  font-weight: bold;
  margin-bottom: 5px;
  border-left: none;
  font-size: 16px;
}



