@charset "UTF-8";
/*
createdate: 2018
update: 2018
ver: 1.0.0
*/

/*
特別スタイル
*/

/* アコーディオン .ac-specific */
.ac-specific .ac-title {
    padding: 10px 16px 8px 16px;
    line-height: 18px;
    background: #bf0000;
    color: #ffffff;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    display: inline-block;
    position: relative;
}
.ac-specific .ac-title::before {
    display: none;
}
.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 .step {
    margin-top: 16px;
    margin-bottom: 40px;
}
.step .step-flow {
    width: 100%;
    margin: 0 !important;
    padding: 16px 8px;
    background: #eeeeee;
    box-sizing: border-box;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    text-align: center;
}
.step .step-flow__list {
    width: 100%;
    height: 40px;
    line-height: normal !important;
    margin-bottom: 0 !important;
    padding: 0 !important;
    background: #ffffff !important;
    border: 2px solid #515151;
    transition: .3s;
}
.step .step-flow__list:not(:last-child) {
    margin-bottom: 16px !important;
}
.step .step-flow__list a {
    height: 40px;
    line-height: 40px;
    color: #515151 !important;
    font-size: 16px important;
    font-weight: 700;
    display: flex;
    text-decoration: none !important;
}
.step .step-flow__list a:hover {
    text-decoration: none !important;
}
.step .step-flow__list span,
.step .box span {
    margin-right: 8px;
    padding: 0 8px 0;
    background: #515151;
    color: #fff;
    font-size: 12px;
    font-weight: normal;
    display: block;
}
.step .box span {
    background: #bf0000;
}
.step .container {
    padding: 0 8px;
}
.step .area__heading {
    padding: 16px;
    margin-bottom: 48px;
    background: #eeeeee;
    font-size: 18px;
    font-weight: 700;
}
.step .area__heading-sub {
    padding-left: 8px;
    margin: 0 0 32px 0;
    font-size: 15px;
    font-weight: 700;
    border-left: 3px solid #bf0000;
    border-bottom: 2px solid #eee;
}
.step .area-inner {
    margin-bottom: 64px;
    display: flex;
    flex-direction: column;
}
.step .area-inner .inner-box__img {
    width: 100%;
}
.step .area-inner .inner-txt__heading {
    font-weight: 700;
}
.step .area-inner .inner-txt__heading-sub {
    margin-bottom: 16px;
    font-size: 16px;
}
.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: 70px;
    height: 30px;
    line-height: 33px;
    margin-bottom: 8px;
    background: #bf0000;
    color: #fff;
    font-size: 16px;
    text-align: center;
    display: block;
}
.step .inner-txt {
    margin-top: 32px;
}
.step .area .number {
    counter-increment: number 0;
}
.step .area .number-icon::before {
    content: counter(number) "";
    counter-increment: number;
    width: 25px;
    height: 25px;
    line-height: 28px;
    background: #bf0000;
    color: #fff;
    text-align: center;
    border-radius: 50%;
    display: inline-block;
}
.step .floating {
    position: fixed;
    top: 0;
    visibility: hidden;
}
.step .topbtn {
    background: #bf0000;
    position: fixed;
    bottom: 16px;
    right: 8px;
    z-index: 999;
}
.step .topbtn-link {
    width: 47px;
    height: 47px;
    line-height: 47px;
    color: #fff !important;
    font-size: 11px;
    font-weight: 700;
    text-align: center;
   display: block;
}