/*Additional css*/
@charset 'UTF-8';

.detail_product_title{
    height: 60px;
    border-top: 3px solid #de86ba;
    border-bottom: 1px solid #de86ba;
    margin-bottom: 23px;
    line-height: 3.8;
    padding: 0 10px;
}
.accordion {
    margin-bottom: 10px;
}
.accordion .acc_header p {
    font-size: 16px;
    font-weight: bold;
    margin: 0;
    color: #474747;
}
#header .box_header #show {
 box-sizing: initial !important;   
}
.acc_header {
    position: relative;
    line-height: 3.5;
    height: 55px;
    background: #fbedf5;
    padding: 0 20px;
    cursor: pointer;
}
.acc_header:before {
    content: "";
    position: absolute;
    width: 12px;
    height: 10px;
    top: 27px;
    right: 8px;
    background: url(/pages/packages/default/common/img/arrow_down_ico.png) 0 0 no-repeat;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    transition: 0.2s ease;
}
.acc_header.flip:before {
    background: url(/pages/packages/default/common/img/arrow_down_ico.png) 0 0 no-repeat;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
     transform: rotate(180deg);
}
.acc_body {
    display: none;
    background-color: #fbedf5;
    padding: 0 20px 20px;
    font-size: 14px;
}
.acc_body li {
    position: relative;
    padding-left: 16px;
}
.acc_body li:before {
    content: '●';
    position: absolute;
    left: 0;
    top: 0;
    font-size: 8px;
    line-height: 3;
}
.acc_body a.link_arrow_05 {
    color: #68ace5 !important;
    background: transparent;
    padding: 0;
}


/*!
* ress.css • v1.1.1
* MIT License
* github.com/filipelinhares/ress
*/

html {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%
}
#footer .box_footer a {
    -webkit-box-sizing: initial;
    -moz-box-sizing: initial;
    box-sizing: initial;
}

*,
:after,
:before {
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit
}

:after,
:before {
    text-decoration: inherit;
    vertical-align: inherit
}

@media screen {
    [hidden~=screen] {
        display: inherit
    }
    [hidden~=screen]:not(:active):not(:focus):not(:target) {
        position: absolute!important;
        clip: rect(0 0 0 0)!important
    }
}

[aria-busy=true] {
    cursor: progress
}

[aria-controls] {
    cursor: pointer
}

[aria-disabled] {
    cursor: default
}

::-moz-selection {
    background-color: #b3d4fc;
    color: #000;
    text-shadow: none
}

::selection {
    background-color: #b3d4fc;
    color: #000;
    text-shadow: none
}


.only-sp {
    display: none
}

@media only screen and (max-width:768px) {
    .only-sp {
        display: block
    }
}

@media only screen and (max-width:768px) {
    .only-pc {
        display: none
    }
}


.box-footer-nav {
    width: 100%;
    padding: 5px 0;
    text-align: center;
    background: #868686
}

@media only screen and (max-width:768px) {
    .box-footer-nav {
        padding: 0
    }
    .box-footer-nav ul {
        line-height: 0
    }
}

.box-footer-nav__list {
    max-width: 1000px;
    margin: 0 auto
}

.box-footer-nav__list li {
    display: inline-block;
    padding: 0 15px;
    line-height: 1;
    font-size: 13px;
    letter-spacing: .05em;
    opacity: 1;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

@media only screen and (max-width:768px) {
    .box-footer-nav__list li {
        padding: 0;
        position: relative;
        height: 56px;
        width: 50%;
        text-align: left;
        border-bottom: 1px solid #939393!important;
        border-right: 1px solid #939393!important;
        background: #868686
    }
    .box-footer-nav__list li:nth-child(2n) {
        border-right: none!important
    }
}

.box-footer-nav__list li a {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
    color: #fff
}

@media only screen and (max-width:768px) {
    .box-footer-nav__list li a {
        position: absolute;
        top: 0;
        left: 0
    }
}

@media only screen and (max-width:768px) {
    .box-footer-nav__list li a span {
        display: inline-block;
        position: relative;
        top: 50%;
        left: 20px;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        color: #fff
    }
}

.box-footer-nav__list li a:hover {
    opacity: .6;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.box-footer-nav__list li+li {
    border-left: 1px solid #dcdcdc
}

@media only screen and (max-width:768px) {
    .box-footer-nav__list li+li {
        border: none
    }
}



@media only screen and (max-width:768px) {
    .box-copy small:before {
        display: none
    }
}

@media only screen and (max-width:768px) {
    .box-copy {
        padding: 6px 20px;
        text-align: left
    }
}

@media only screen and (max-width:768px) {
    .box-page-list-sp {
        display: block
    }
    .box-page-list-sp li {
        position: relative;
        background: #474747
    }
    .box-page-list-sp li:nth-child(2n) {
        background: rgba(71, 71, 71, .98)
    }
}

.box-page-list-sp__btn {
    display: block;
    width: 100%;
    padding: 12px 0 12px 20px;
    font-size: 14px;
    text-decoration: none;
    color: #fff
}

.box-page-list-sp__btn:after {
    content: "\f105";
    position: absolute;
    right: 18px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 15px;
    font-weight: 400;
    font-family: FontAwesome
}
@media only screen and (max-width:640px) {
    .detail_product {
        border: none;
    }
}
