@charset 'UTF-8';



/* =============================================*/
/* メルマガ登録ページ定義用CSS                  */
/* ============================================ */

.hbox > p > img {
    margin: 8px auto 0 auto;
    display: block;
}

.hbox__text {
    margin-top: 20px;
    font-size: 100%;
}

.hbox__ul {
    margin-top: .4em;
    color: #ff0000;
    line-height: 1.4;
}

.hbox__li {
    padding-left: 1em;
    text-indent: -1em;
}

.hbox__li > a {
    color: inherit;
    text-decoration: underline;
}

.merit_title {
    width: 93%;
    margin: 40px auto 0 auto;
    padding: 10px 0 ;
    font-size: 18px;
    color: #fff;
    font-family: 'Lucida Grande','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',Meiryo,メイリオ,sans-serif;
    text-align: center;
    background: #ff0000;
}

.merit_content {
    width: 264px;
    margin: 40px auto 0 auto;
}

.merit_content__title {
    padding: 10px 5px 10px 10px;
    border: 3px #ff0000 solid;
    border-radius: 5px;
    box-sizing: border-box;
    color: #ff0000;
    line-height: 1.1;
    font-family: 'Lucida Grande','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',Meiryo,メイリオ,sans-serif;
    font-size: 16px;
    font-weight: bold;
}

.merit_content__text {
    width: 244px;
    margin: 10px auto 0 auto;
    line-height: 1.4;
}

.merit_content__img {
    margin-top: 10px;
    text-align: center;
}

.merit_content__img img {
    box-shadow: 0 0 6px 0 rgba(0,0,0,0.3);
}

.mail_registration__dl {
    width: 280px;
    margin: 20px auto 0 auto;
    border: 2px #FF9800 solid;
    border-radius: 5px;
    box-sizing: border-box;
}

.merit_title + .mail_registration__dl{
    margin-top: 40px;
}

.mail_registration__dt {
    padding: 8px 0;
    color: #fff;
    font-size: 16px;
    font-family: 'Lucida Grande','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',Meiryo,メイリオ,sans-serif;
    font-weight: bold;
    background: #FF9800;
    text-align: center;
}

.mail_registration__dd {
    padding: 20px 10px;
    line-height: 1.5;
}

.mail_registration__table {
    width: 280px;
    margin: 30px auto 0 auto;
    border-spacing: 0;
    border-collapse: separate;
}

.mail_registration__table caption {
    width: 280px;
    margin: 0 auto -1px auto;
    padding: 10px 0;
    text-align: center;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    background: #FF9800;
    border-radius: 5px 5px 0 0;
}

.mail_registration__th,
.mail_registration__td {
    padding: 10px 0;
    line-height: 1.2;
    font-size: 12px;
    font-weight: normal;
    border-top: 1px solid #FF9800;
    border-left: 1px solid #FF9800;
}

.mail_registration__th {
    background: #FFF8EE;
}

.mail_registration__th.s-head {
    width: 74px;
    padding: 0 10px;
    text-align: center;
    vertical-align: middle;
}

.mail_registration__td {
    width: 100px;
    padding: 8px 5px;
    background: #FCFCFC;
    color: #FF9800;
    text-align: center;
    font-size: 34px;
    background: #f0f0f0;
}

.mail_registration__td.possible {
    background: #FFF8EE;
}

table th:last-child,table td:last-child{
    border-right: 2px solid #FF9800;
}

table th:first-child {
    border-left: 2px solid #FF9800;
}

table tr:last-child th,table tr:last-child td{
    border-bottom: 2px solid #FF9800;
}

table tr:last-child :first-child{
    border-bottom-left-radius: 5px;
}

table tr:last-child :last-child{
    border-bottom-right-radius: 5px;
}

.mail_registration__ul {
    margin-left: auto;
    margin-right: auto;
    width: 90%;
    margin-top: 20px;
}

.mail_registration__li {
    padding-left: 1em;
    text-indent: -1em;
}

.form-area {
    width: 280px;
    padding-bottom: 25px;
    margin: 40px auto 0 auto;
    border: 2px #FF9800 solid;
    box-sizing: border-box;
    background: #fff8ee;
    position: relative;
}

.form-area-text {
    width: 240px;
    margin: 30px auto 0 auto;
    padding: 5px;
    display: block;
    border: 2px #929292 solid;
    font-size: 12px;
    box-sizing: border-box;
}

.form-area__label {
    width: 240px;
    margin: 20px auto 0 auto;
    color: #ff0000;
}

.form-area__label label {
    margin-left: 30px;
    display: inline-block;
    float: left;
    font-size: 14px;
}

.form_alert {
    position: absolute;
    color: #ff0000;
    font-weight: bold;
}

.form_alert.address {
    top: 13px;
    left: 23px;
}

.form_alert.select {
    top: 103px;
    left: -5px;
}

input[type="submit"] {
    -webkit-appearance:none;
    vertical-align:middle;
    text-align:center;
}

.send_btn {
    width: 240px;
    padding: 10px 0;
    margin: 60px auto 0 auto;
    display: block;
    background: #ff0000;
    font-size: 14px;
    color: #fff;
    font-weight: bold;
    border: none;
    border-radius: 5px;
    box-shadow: 0 5px 0 #b90707;
}

.caution-area {
    width: 280px;
    margin: 25px auto 40px auto;
    padding: 20px 0 30px 0;
    background: #fff8ee;
}

.caution-area__title {
    width: 110px;
    margin: 0 auto;
    padding-left: 20px;
    font-size: 16px;
    color: #ff0000;
    background: url(/smart/img/maga/icon_caution.png) no-repeat left center;
    background-size: contain;
}

.caution-area__list {
    width: 255px;
    margin: 20px auto 0 auto;
    padding-bottom: 10px;
}

.caution-area__item {
    line-height: 1.5;
    padding-left: 1em;
    text-indent: -1em;
}

.caution-area__item > span {
    color: #ff0000;
}

.caution-area__item:not(:first-child) {
    margin-top: 1em;
}

.denial_btn {
    width: 180px;
    margin: 20px auto 0 auto;
    padding: 10px 0;
    background: #ff0000;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    border-radius: 5px;
    box-shadow: 0 4px 0 #b23065;
}

.link_none {
    text-decoration: none;
}

.hbox {
    padding: 0 5px;
    width: 310px;
    margin: 0px auto 0px;
}

#special .wrap {
    margin: 0 auto;
    padding: 10px 15px 0px 15px;
    width: 280px;
}
#special dl {
    margin-bottom: 1.5em;
}
#special dt {
    font-size: 1.14rem;
    font-weight: bold;
    line-height: 2;
    margin-bottom: .5em;
    padding-bottom: 3px;
    padding-left: 67px;
    color: #454545;
    border-bottom: 2px solid #FFB400;
    background: url(/smart/img/maga/icon_maga.png) 0 0px no-repeat;
    background-size: auto 40px;
    background-position: 0px -3px;
    padding-top: 8px;
}
#special dd {
    line-height: 1.6;
}
#special .att {
    padding: 10px;
    border: 1px solid #E5E5E5;
    background-color: #F2F2F2;
}
