

/* guideContents
-------------------------------------*/
@media screen and (max-width: 767px) {
    #guideContents{
        padding: 0px 0 80px;
    }
    #guideContents .section{
        padding: 50px 0 0px;
    }
    #guideContents .section .ttl{
        margin: 0px;
        padding: 0px 0 18px;
        font-size: 18px;
        font-weight: bold;
        letter-spacing: 0.1em;
    }
    #guideContents dl{
        border-top: 2px solid #000000;
    }
    #guideContents dt{
        position: relative;
        padding: 20px 30px 20px 50px;
        margin: 10px 0 0;
        background: #f2f2f2 url(../img/qas/ico_q.png) no-repeat 10px 12.5px;
        background-size: 30px;
        border-top: 1px solid #f0f0f0;
        cursor: pointer;
    }
    #guideContents dt:before {
        content: '';
        position: absolute;
        top: 12px;
        left: 10px;
        display: block;
        width: 30px;
        height: 30px;
        background: #000000 url(../img/qas/q.svg) no-repeat 8px 7px;
        background-size: 14px;
        border-radius: 50%;
    }
    #guideContents dt:after {
        content: '';
        position: absolute;
        top: 50%;
        right: 10px;
        display: inline-block;
        width: 10px;
        height: 10px;
        margin: -10px 0 0;
        border-right: 1px solid #000000;
        border-bottom: 1px solid #000000;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    #guideContents dt.open {
        background: #cccccc url(../img/qas/ico_q.png) no-repeat 20px 15px;
    }
    #guideContents dt.open:after {
        margin: -5px 0 0;
        -webkit-transform: rotate(225deg);
        -ms-transform: rotate(225deg);
        transform: rotate(225deg);
    }
    #guideContents dd{
        position: relative;
        display: none;
        padding: 20px 20px 20px 50px;
        background: #f2f2f2 url(../img/qas/ico_a.png) no-repeat 10px 12.5px;
        background-size: 30px;
        color: #4d4d4d;
    }
    #guideContents dd:before {
        content: '';
        position: absolute;
        top: 14px;
        left: 15px;
        display: block;
        width: 30px;
        height: 30px;
        background: #4d4d4d url(../img/qas/a.svg) no-repeat 8px 7px;
        background-size: 14px;
        border-radius: 50%;
    }
    #guideContents .section dl dd section.box:not(:first-of-type) {
        padding: 20px 2vw 0;
    }
    #guideContents .video {
        position: relative;
        padding-bottom: 56.25%; /*アスペクト比 16:9*/
    }
    #guideContents iframe {
        position: absolute;
        width: 100%;
        height: 100%;
        border: none;
    }
    #guideContents .section dl dd section.box .products_area ul {
        display: flex;
        flex-wrap: wrap;
        font-size: 12px;
    }
    #guideContents .section dl dd section.box .products_area ul li{
        position: relative;
        width: 35vw;
        margin: 10px 0 10px 2vw;
        padding: 10px 0;
        border-bottom: solid 1px #bbb;
        background-color: white;
    }
    #guideContents .section dl dd section.box .products_area ul li:nth-child(2n-1) {
        margin: 10px 0 10px;
    }
    #guideContents .section dl dd section.box .products_area ul li .pic {
        position: relative;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 35vw;
        overflow:  hidden;
        background: white;
    }
    #guideContents .section dl dd section.box .products_area ul li .pic img {
        width: 100%;
        height: 35vw;
    }
    #guideContents .section dl dd section.box .products_area ul li .name{
        padding: 15px 0 15px 5px;
        color: #4d4d4d;
        font-size: 12px;
    }
    #guideContents .section dl dd section.box .products_area ul li .price {
        padding: 0 0 15px 5px;
    }
    #guideContents .section dl dd section.box .products_area ul li span[class^="icon_"]{
        display: inline-block;
        width: 80px;
        height: 20px;
        padding: 4px 0 0;
        margin: 0 0 0 5px;
        background: #D00F00;
        color: #fff;
        font-weight: bold;
        text-align: center;
    }
    #guideContents .section dl dd section.box .products_area ul li .pic .stockStatus{
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        padding: 5px;
        background: rgba(0,0,0,.8);
        color: #fff;
        text-align: center;
    }
    #guideContents .section dl dd section.box .btn {
        margin-left: -25px;
    }
    #guideContents .section dl dd section.box .btn a {
        position: relative;
        display: block;
        width: 72vw;
        max-width: 400px;
        height: 50px;
        margin: 30px auto 0;
        padding: 18px 0 0;
        background: #fff;
        border: 1px solid #bbb;
        color: #4d4d4d;
        font-size: 13px;
        text-align: center;
        background-color: white;
    }
    #guideContents .section dl dd section.box .btn a::before{
        content: "";
        position: absolute;
        top: 50%;
        right: 40px;
        width: 17px;
        border-top: 1px solid #000000;
    }
    #guideContents .section dl dd section.box .btn a::after{
        content: "";
        position: absolute;
        top: 50%;
        right: 40px;
        width: 8px;
        margin: -2px 0 0;
        border-top: 1px solid #000000;
        transform: rotate(30deg);
    }
}
@media screen and (min-width: 768px) {
    #guideContents{
        padding: 30px 0 60px;
    }
    #guideContents .section{
        padding: 30px 0 40px;
    }
    #guideContents .section .ttl{
        margin: 0px;
        padding: 0px 0 20px;
        font-size: 22px;
        font-weight: bold;
        letter-spacing: 0.1em;
    }
    #guideContents dl{
        border-top: 2px solid #000000;
    }
    #guideContents dt{
        position: relative;
        padding: 30px 80px;
        margin: 10px 0 0;
        background: #f2f2f2 url(../img/qas/ico_q.png) no-repeat 20px 15px;
        background-size: 42px;
        border-top: 1px solid #f0f0f0;
        font-size: 16px;
        cursor: pointer;
    }
    #guideContents dt:hover{
        background: #cccccc url(../img/qas/ico_q.png) no-repeat 20px 15px;
    }
    #guideContents dt:before {
        content: '';
        position: absolute;
        top: 15px;
        left: 20px;
        display: block;
        width: 42px;
        height: 42px;
        background: #000000 url(../img/qas/q.svg) no-repeat 11px 10px;
        background-size: 20px;
        border-radius: 50%;
    }
    #guideContents dt:after {
        content: '';
        position: absolute;
        top: 50%;
        right: 25px;
        display: inline-block;
        width: 14px;
        height: 14px;
        margin: -10px 0 0;
        border-right: 1px solid #000000;
        border-bottom: 1px solid #000000;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    #guideContents dt.open {
        background: #cccccc url(../img/qas/ico_q.png) no-repeat 20px 15px;
    }
    #guideContents dt.open:after {
        margin: -5px 0 0;
        -webkit-transform: rotate(225deg);
        -ms-transform: rotate(225deg);
        transform: rotate(225deg);
    }
    #guideContents dd {
        position: relative;
        display: none;
        padding: 28px 120px;
        background: #f2f2f2 url(../img/qas/ico_a.png) no-repeat 60px 15px;
        background-size: 42px;
        color: #4d4d4d;
        font-size: 14px;
    }
    #guideContents dd:before {
        content: '';
        position: absolute;
        top: 15px;
        left: 60px;
        display: block;
        width: 42px;
        height: 42px;
        background: #4d4d4d url(../img/qas/a.svg) no-repeat 11px 10px;
        background-size: 20px;
        border-radius: 50%;
    }
    #guideContents .section dl dd section.box:not(:first-of-type) {
        padding: 30px 0 0;
    }
    #guideContents .video {
        position: relative;
        padding-bottom: 56.25%; /*アスペクト比 16:9*/
    }
    #guideContents iframe {
        position: absolute;
        width: 100%;
        height: 100%;
        border: none;
    }
    #guideContents .section dl dd section.box .products_area ul {
        display: flex;
        flex-wrap: wrap;
    }
    #guideContents .section dl dd section.box .products_area ul li {
        position: relative;
        width: 224px;
        margin: 10px 0 10px 44px;
        padding: 10px 0;
        border-bottom: solid 1px #bbb;
        background-color: white;
    }
    #guideContents .section dl dd section.box .products_area ul li:nth-child(3n-2) {
        margin: 10px 0 10px;
    }
    #guideContents .section dl dd section.box .products_area ul li .pic {
        position: relative;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 240px;
        overflow:  hidden;
        background: white;
    }
    #guideContents .section dl dd section.box .products_area ul li .pic img {
        width: 100%;
        height: 240px;
    }
    #guideContents .section dl dd section.box .products_area ul li .name {
        padding: 15px 0 15px 5px;
        color: #4d4d4d;
        font-size: 14px;
    }
    #guideContents .section dl dd section.box .products_area ul li .price {
        padding: 0 0 15px 5px;
    }
    #guideContents .section dl dd section.box .products_area ul li span[class^="icon_"] {
        display: inline-block;
        width: 110px;
        height: 20px;
        padding: 4px 0 0;
        margin: 0 0 0 5px;
        background: #D00F00;
        color: #fff;
        font-weight: bold;
        text-align: center;
    }
    #guideContents .section dl dd section.box .products_area ul li .pic .stockStatus {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        padding: 5px;
        background: rgba(0,0,0,.8);
        color: #fff;
        text-align: center;
    }
    #guideContents .section dl dd section.box .btn a {
        position: relative;
        display: block;
        width: 360px;
        height: 58px;
        margin: 30px auto 0;
        padding: 22px 0 0;
        border: 1px solid #bbb;
        color: #4d4d4d;
        font-size: 16px;
        text-align: center;
        background-color: white;
    }
    #guideContents .section dl dd section.box .btn a::before {
        content: "";
        position: absolute;
        top: 50%;
        right: 40px;
        width: 17px;
        border-top: 1px solid #000000;
    }
    #guideContents .section dl dd section.box .btn a::after {
        content: "";
        position: absolute;
        top: 50%;
        right: 40px;
        width: 8px;
        margin: -2px 0 0;
        border-top: 1px solid #000000;
        transform: rotate(30deg);
    }
    #guideContents .section dl dd section.box .btn a:hover {
        border: 1px solid #000000;
        transition: .3s;
    }
}
