@charset "UTF-8";
/*
createdate: 2018
update: 2018
ver: 1.0.0
*/

/*
特別スタイル
*/

/* アコーディオン .ac-specific */
.ac-specific .ac-title {
    padding: 10px 16px 8px 16px;
    line-height: 20px;
    background: #bf0000;
    color: #ffffff;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    display: inline-block;
    position: relative;
}
.ac-specific .ac-title::before {
    width: 718px;
    border-bottom: 3px solid #bf0000;
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    bottom: 0;
}
.ac-specific .ac-title::after {
    width: 0;
    height: 0;
    border-width: 0 10px 37px 0;
    border-style: solid;
    border-color: transparent;
    border-bottom-color: #bf0000;
    position: absolute;
    content: " ";
    top: 0;
    left: 100%;
}
.ac-specific .ac-actab {
    padding: 8px 32px 8px 8px;
    background: #eee;
    font-size: 16px;
    display: block;
    cursor: pointer;
    position: relative;
}
.ac-specific .ac-actab {
    position: relative;
}
.ac-specific .ac-actab:hover {
    opacity: .8;
}
.ac-specific .ac-actab::after {
    content: "+";
    right: 8px;
    transition: .3s;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.ac-specific .ac-actab.act::after {
    transform: translateY(-50%) rotate(45deg);
}
/* お買い物の流れ .step  */
.step .mb {
    margin-top: 8px;
    margin-bottom: 64px;
}
.step .step-flow {
    background: #eeeeee;
    display: flex;
    justify-content: space-around;
    text-align: center;
}
.step .step-flow__list {
    width: 160px;
    height: 75px;
    line-height: normal !important;
    margin: 16px !important;
    padding: 0 !important;
    background: #ffffff !important;
    border: 2px solid #515151;
    transition: .3s;
}
.step .step-flow__list:hover span,
.step .step-flow__list:active span {
    background: #bf0000 !important;
}
.step .step-flow__list a {
    height: 75px;
    color: #515151 !important;
    font-size: 16px important;
    font-weight: 700;
    display: block;
    text-decoration: none !important;
}
.step .step-flow__list a:hover {
    text-decoration: none !important;
}
.step .step-flow__list span {
    margin-bottom: 14px;
    background: #515151;
    color: #fff;
    font-size: 14px;
    font-weight: normal;
    display: block;
}
.step .on span {
    background: #bf0000;
}
.step .fixed,
.step .step-flow--clone {
    width: 918px;
    position: fixed;
    top: 0;
    left: 50%;
    transform: translate(-50%);
    z-index: 2;
}
.step .is-animation .step-flow__list {
    height: 40px;
    margin: 8px;
    transition: .3s;
}
.step .is-animation .step-flow__list a {
    height: 40px;
    font-size: 14px;
}
.step .is-animation .step-flow__list span {
    margin-bottom: 0;
    font-size: 12px;
}
.step .area__heading {
    padding: 8px;
    margin-bottom: 32px;
    background: #eeeeee;
    font-size: 18px;
    font-weight: 700;
}
.step .area__heading-sub {
    padding-left: 8px;
    margin-bottom: 32px;
    font-size: 16px;
    font-weight: 700;
    border-left: 3px solid #bf0000;
    border-bottom: 2px solid #eee;
}
.step .area-inner {
    margin-bottom: 96px;
    display: flex;
}
.step .area-inner .inner-img {
    margin-right: 40px;
}
.step .area-inner .inner-txt {
    width: 378px;
}
.step .area-inner .inner-txt__heading {
    font-weight: 700;
}
.step .area-inner .inner-txt__heading-sub {
    margin-bottom: 16px;
    font-size: 18px;
}
.step .area-inner .inner-txt__heading-sub--2nd {
    margin-top: 32px;
}
.step .area-inner .inner-txt__skiplink {
    font-size: 12px;
    text-align: right;
}
.step .area-inner .inner-txt .point {
    padding: 8px 8px 16px;
    margin-top: 40px;
    background: #eeeeee;
}
.step .area-inner .inner-txt .point__label {
    width: 80px;
    height: 30px;
    line-height: 30px;
    margin-bottom: 16px;
    background: #bf0000;
    color: #fff;
    font-size: 16px;
    text-align: center;
    display: block;
}
.step .area .number {
    counter-increment: number 0;
}
.step .area .number-icon::before {
    content: counter(number) "";
    counter-increment: number;
    width: 25px;
    height: 25px;
    line-height: 25px;
    background: #bf0000;
    color: #fff;
    text-align: center;
    border-radius: 50%;
    display: inline-block;
}
/* ご購入手続き中の注文内容の変更について .step-change */
.step-change .img {
    margin-right: 40px;
}
.step-change .list__title {
    margin-bottom: 16px !important;
    background: none !important;
}
.step-change .list__title a:hover {
    text-decoration: none !important;
    opacity: .7 !important;
}
.step-change .list__title a {
    color: #000 !important;
}
.step-change .on {
    border-bottom: 2px solid #bf0000;
}
.step-change .number {
    counter-increment: number 0;
}
.step-change .number::before {
    content: counter(number, upper-alpha);
    counter-increment: number;
    width: 25px;
    height: 25px;
    line-height: 26px;
    background: #bf0000;
    color: #fff;
    text-align: center;
    border-radius: 50%;
    display: inline-block;
}
.step-change .wrap {
    width: 700px;
    counter-reset: num;
}
.step-change .list-area {
    margin-bottom: 32px;
}
.step-change .area {
    margin-top: 32px;
    margin-bottom: 64px;
    display: flex;
}
.step-change .area-txt {
    width: 210px;
}
.step-change .heading {
    margin-bottom: 32px;
    padding-bottom: 4px;
    color: #000;
    font-size: 16px;
    font-weight: bold;
    /* border-bottom: 2px solid #CCC; */
}
.step-change .heading::after {
    content: "";
    margin-left: 16px;
    margin-top: -2px;
    border-bottom: 2px solid #ddd;
    display: block;
}
.step-change .number-heading {
    counter-increment: num;
}
.step-change .number-heading::before {
    content: counter(num, upper-alpha);
    width: 25px;
    height: 25px;
    line-height: 27px;
    margin-right: 4px;
    background: #bf0000;
    color: #fff;
    text-align: center;
    border-radius: 50%;
    display: inline-block;
}