/* カスタマイズ用CSS */

.front_page .ec-layoutRole .ec-layoutRole__contents{
    max-width:100%;
}
#page_user_data .ec-layoutRole .ec-layoutRole__contents{
    max-width:100%;
}

.ec-pageHeader h1{
    position: relative;
    margin-bottom: 20px;
    top:auto;
    left:auto;
}
.ec-searchnavRole{
    text-align: left;
}
.ec-layoutRole__main{
    margin-bottom: 60px;
}
.other_page .ec-layoutRole__main{
    margin-bottom: 0px;
}





.ec-layoutRole .ec-layoutRole__contents {
    max-width: 1200px;
}
.ec-headerNaviRole,.ec-shelfRole,.ec-role,.ec-cartRole,.ec-orderRole {
    max-width: 1200px;
}
.ec-searchnavRole .ec-searchnavRole__infos{
    max-width: 1200px;
}
.ec-shelfGrid__item-image{
    border-radius: 10px;
    overflow: hidden;
}

.ec-shelfGrid__item{
    text-align: left;
}
.ec-shelfGrid__item > a{
    display: block;
    margin-bottom: 20px;
}

.ec-grid2__cell{
    display: block !important;
}

.ec-off1Grid,.ec-orderRole__detail{
    text-align: left;
}
.price02-default{
    color: #c80000;
    text-align: right;
}

.ec-productRole__profile{
    text-align: left;
}

.ec-headerRole__navSP .ec-headerNavSP{
    display: none;
}

@media only screen and (max-width: 768px){
    .ec-headerNaviRole__right{
        margin-bottom: 30px;
    }
}


/*ボタン*/
.ec-blockBtn--action {
    background-color: #ff8390;
    border-color: #ff8390;
        border-radius: 6px;
}
.ec-blockBtn--action:hover {
    background-color: #9bda7a;
    border-color: #9bda7a;
}
.ec-inlineBtn--action{
    background-color: #ff8390;
    border-color: #ff8390;
        border-radius: 6px;
}
.ec-blockBtn--cancel {
    background-color: #aaa;
    border-color: #aaa;
}
@media only screen and (min-width: 768px){
    .ec-cartRole .ec-cartRole__cart {
        margin: 0 5%;
    }
}
@media only screen and (min-width: 768px){
    .ec-searchnavRole {
        max-width: 1200px;
    }
}


#contact_name_name01,#contact_name_name02,#contact_kana_kana01,#contact_kana_kana02{
    width:200px;
}
.def-table{
    margin-bottom: 60px;
}
.def-table .ec-required{
    background: #fff;
}
.sub-contact button[type="submit"]{
    max-width:300px;
    margin: auto;
    margin-top: 20px;
}
.ec-RegisterRole__actions.contact_btn{
    text-align: center;
}
.ec-txt{
   font-size: 13px;
}

/*注意事項*/
.note_box{
    padding: 30px;
    background: #fff5e4;
    border-radius: 15px;
    position: relative;
    max-width: 1200px;
    width: 98%;
    margin: 20px auto 35px;
}

.note_ttl{
    background: #c80000;
    color: #fff;
    width: fit-content;
    margin: 0 auto ;
    padding: 15px 90px;
    font-size: 27px;
    border-radius: 30px;
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

.note_sub_ttl{
    color: #c80000;
    font-size: 18px;
    margin-bottom: 8px;
}

.attention {
    display: block;
    color: #0d0201;
    font-size: 20px;
    line-height: 2.1em;
    margin-top: 25px;
    padding-left: 190px;
}
.attention li {
 list-style-type: disc;
 text-align: left
}

.br_sp{
    display: none;
}

@media screen and (max-width: 1040px){
.attention {padding-left: 50px;
}
}

@media screen and (max-width: 768px){
    .note_box{
        padding: 20px;
        margin: 0 auto 30px;
    }
    .note_ttl{
        font-size: 20px;
        padding: 6px 30px;
    }
    .note_sub_ttl{
        font-size: 15px;
    }
    .attention {
    margin-top: 10px;
    font-size: 15px;
    line-height: 1.6em;
    text-align: left;
    padding-left: 20px;
}
    .br_sp{
        display: block;
    }
}


.ec-borderedDefs dd {
    line-height: 1.5!important;
}

.ec-borderedDefs dl {
    padding: 15px 0 15px!important;
}


.ec-borderedDefs dt {
    padding-top: 0!important;
}