@charset "UTF-8";
/* ※「id」で指定されたものは、「#」を付ける。ページ中に1度しか登場しない  */
/* ※「class」は「.」を付けるだけ。ページ中に何度でも登場する */
/* ※「07_contents_2019.css」はＧＯＬＤでのみ使用する共通ＣＳＳです。*/
/* ---------------------------------------------------- */
/* GalaxyS5 Pixel2 Pixel2XL iPhone5/SE など */
/* ---------------------------------------------------- */
@media screen and (max-width:330px) {
    /* クラブセット比較表 */
    /* ---------------------------------------------------- */
    WgCont .WgCompare {
        width: 100%;
        height: 802px;
    }
    #WgCont .WgCompare .WgCompareIframe {
        width: 100%;
        height: 802px;
    }
}
/* ---------------------------------------------------- */
/* iPhone6/7/8 iPhone6/7/8 Plus iPhoneX など */
/* ---------------------------------------------------- */
@media screen and (min-width:331px) and (max-width:700px) {
    /* クラブセット比較表 */
    /* ---------------------------------------------------- */
    #WgCont .WgCompare {
        width: 100%;
        height: 802px;
    }
    #WgCont .WgCompare .WgCompareIframe {
        width: 100%;
        height: 802px;
    }
    /* ＦＡＱ */
    /* ---------------------------------------------------- */
    #faq {
        line-height: 110%;
    }
    #faq #filterFormWrap {
        background-color: #F8F8F8;
        margin-bottom: 25px;
        padding: 20px 0;
    }
    #faq #filterFormWrap p {
        margin: 0 auto;
        padding: 0;
        font-weight: bold;
        width: 96%;
        font-size: 18px;
    }
    #faq #filterFormWrap #filterForm {
        width: 96%;
        border: 3px solid #cc0101;
        font-size: 16px;
        display: flex;
        margin: 5px auto 0;
        background-color: #fff;
    }
    #faq #filterFormWrap #filterForm input[type=search] {
        border: none;
        outline: none;
        width: calc(100% - 40px);
        padding: 10px 5px;
        background-color: #fff;
    }
    #faq #filterFormWrap #filterForm button {
        background-image: url(../images/common/icon_search.png);
        background-repeat: no-repeat;
        width: 40px;
        background-size: 28px auto;
        background-color: transparent;
        background-position: 50%;
        border: none;
        outline: none;
        cursor: pointer;
    }
    #faq .h1 {
        border-bottom: 2px solid #cc0101;
        font-size: 16px;
        padding: 0 10px 5px;
        display: flex;
        align-items: center;
        flex-wrap: wrap;
    }
    #faq .sizeL {
        display: inline-block;
        margin-right: 5px;
        font-size: 20px;
    }
    #faq .qa_wrap {
        margin: 0 0px 30px;
    }
    #faq .qa_wrap .common_qa {
        border-bottom: 1px solid #C4C4C4;
        padding: 0 10px;
    }
    #faq .qa_wrap .common_qa.open dt:after {
        -webkit-transform: rotate(225deg);
        transform: rotate(225deg);
    }
    #faq .qa_wrap .common_qa dt {
        position: relative;
        padding: 10px 30px 10px 40px;
        font-size: 16px;
    }
    #faq .qa_wrap .common_qa dt .question {
        color: #cc0101;
        font-weight: bold;
        position: absolute;
        left: 0;
        font-family: "Roboto", sans-serif;
    }
    #faq .qa_wrap .common_qa dt:after {
        content: '';
        width: 8px;
        height: 8px;
        border: 0px;
        border-bottom: solid 2px #cc0101;
        border-right: solid 2px #cc0101;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        position: absolute;
        top: calc(50% - 6px);
        right: 10px;
        transition: .3s all;
    }
    #faq .qa_wrap .common_qa dd {
        display: none;
        position: relative;
        background-color: #F8F5E4;
        padding: 10px 30px 10px 55px;
        font-size: 16px;
        margin-bottom: 10px;
    }
    #faq .qa_wrap .common_qa dd .answer {
        color: #0074CC;
        font-weight: bold;
        position: absolute;
        font-family: "Roboto", sans-serif;
        left: 15px;
    }
    /* パーゴルフ */
    /* ---------------------------------------------------- */
    div.ParGolfMovie {
        background-size: 48.775% auto !important;
        display: block;
        width: 100%;
    }
    div.ParGolfMovie iframe {
        width: 100%;
        height: 194px;
    }
}
/* ---------------------------------------------------- */
/* iPad PC など */
/* ---------------------------------------------------- */
@media screen and (min-width:701px) {
    /* クラブセット比較表 */
    /* ---------------------------------------------------- */
    #WgCont .WgCompare {
        width: 1120px;
        height: 802px;
    }
    #WgCont .WgCompare .WgCompareIframe {
        width: 100%;
        height: 802px;
    }
    /* ＦＡＱ */
    /* ---------------------------------------------------- */
    #faq #filterFormWrap {
        background-color: #F8F8F8;
        display: flex;
        align-items: center;
        margin-bottom: 25px;
        padding: 20px 40px;
    }
    #faq #filterFormWrap p {
        margin: 0 30px 0 0;
        padding: 0;
        font-weight: 700;
    }
    #faq #filterFormWrap #filterForm {
        border: 3px solid #cc0101;
        font-size: 18px;
        display: flex;
        background-color: #fff;
        flex: 1;
    }
    #faq #filterFormWrap #filterForm input[type=search] {
        border: none;
        outline: none;
        width: calc(100% - 40px);
        padding: 10px 15px;
        background-color: #fff;
    }
    #faq #filterFormWrap #filterForm button {
        background-image: url(../images/common/icon_search.png);
        background-repeat: no-repeat;
        width: 40px;
        background-size: 28px auto;
        background-color: transparent;
        background-position: 50%;
        border: none;
        outline: none;
        cursor: pointer;
    }
    #faq .h1 {
        border-bottom: 2px solid #cc0101;
        font-size: 16px;
        padding: 0 10px 5px;
        display: flex;
        align-items: center;
        flex-wrap: wrap;
    }
    #faq .sizeL {
        display: inline-block;
        margin-right: 5px;
        font-size: 20px;
    }
    #faq .qa_wrap {
        margin-bottom: 30px;
    }
    #faq .qa_wrap .common_qa {
        border-bottom: 1px solid #C4C4C4;
    }
    #faq .qa_wrap .common_qa.open dt:after {
        -webkit-transform: rotate(225deg);
        transform: rotate(225deg);
    }
    #faq .qa_wrap .common_qa dt {
        position: relative;
        padding: 20px 70px 20px 45px;
        font-size: 18px;
    }
    #faq .qa_wrap .common_qa dt:hover {
        cursor: pointer;
    }
    #faq .qa_wrap .common_qa dt .question {
        color: #cc0101;
        font-weight: bold;
        position: absolute;
        left: 0;
        font-family: "Roboto", sans-serif;
        font-size: 20px;
        top: 23px;
    }
    #faq .qa_wrap .common_qa dt:after {
        content: '';
        width: 8px;
        height: 8px;
        border: 0px;
        border-bottom: solid 3px #cc0101;
        border-right: solid 3px #cc0101;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        position: absolute;
        top: calc(50% - 6px);
        right: 30px;
        transition: .3s all;
    }
    #faq .qa_wrap .common_qa dd {
        display: none;
        position: relative;
        background-color: #F8F5E4;
        padding: 10px 30px 20px 65px;
        font-size: 18px;
    }
    #faq .qa_wrap .common_qa dd .answer {
        color: #0074CC;
        font-weight: bold;
        position: absolute;
        font-family: "Roboto", sans-serif;
        top: 13px;
        left: 20px;
        font-size: 20px;
    }
    /* パーゴルフ */
    /* ---------------------------------------------------- */
    div.ParGolfMovie {
        background-size: 48.775% auto !important;
        display: block;
        width: 100%;
    }
    div.ParGolfMovie iframe {
        width: 40%;
        height: 270px;
        float: left;
    }
    div.WgContRankWrap {
        margin: 8px 24px 24px 24px;
    }
    div.WgContRankWrap li {
        clear: both;
        width: 100%;
        padding: 0;
        border: none;
    }
    div.WgContRankWrap img {
        margin-bottom: 24px;
    }
}