@charset "UTF-8";
.l-support {
    margin: auto;
    max-width: 980px;
}
.l-support__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.l-support__list li {
    margin-bottom: 5%;
    width: 47.3469387755%;
}
.l-support__list li a, .l-support__list li > div {
    padding-left: 27px;
    display: block;
    height: 100px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    background: #e6e6e6;
    font-size: 17px;
    font-weight: 600;
    transition: opacity 0.3s;
}
.l-support__list li a:hover {
    opacity: 0.7;
}
.l-support__list li p {
    font-size: 17px;
    line-height: 25px;
}
.l-support__list li p span {
    display: block;
    font-weight: 400;
    font-size: 14px;
    color: #662d91;
}
.l-support__contact .p-contact-text {
    position: relative;
}
.l-support__contact .p-contact-text a {
    position: absolute;
    right: 0;
    top: 0;
}
.l-support h2 {
    margin-bottom: 0.7em;
    border-bottom: 1px solid;
    line-height: 34px;
    font-size: 17px;
    font-weight: 600;
    color: #000000;
}
.l-support h3 {
    margin-bottom: 0.7em;
    border-bottom: 1px solid;
    line-height: 34px;
    font-size: 14px;
    font-weight: 600;
}
.l-support p {
    line-height: 22px;
    font-size: 13px;
}
.l-support__links {
    margin-top: 10px;
    display: flex;
    font-size: 11px;
    flex-wrap: wrap;
}
.l-support__links li {
    margin-right: 45px;
    position: relative;
}
.l-support__links li::before {
    margin-right: 0.5em;
    display: inline-block;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    vertical-align: middle;
    border-width: 5px 0 5px 8px;
    border-color: transparent transparent transparent #802780;
}
.l-support__contents {
    margin: 0 auto 50px;
}
.l-support__contents::after {
    content: "";
    display: block;
    clear: both;
}
.l-support__contents .p-link--right {
    margin-top: 1em;
    text-align: right;
    font-weight: 600;
}
.l-support__contents .p-link--right::before {
    margin-right: 0.5em;
    display: inline-block;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    vertical-align: middle;
    border-width: 5px 0 5px 8px;
    border-color: transparent transparent transparent #802780;
}
.l-support__contents__list {
    line-height: 22px;
    font-size: 13px;
}
.l-support__contents__list li {
    padding-bottom: 0.5em;
    text-indent: -1.5em;
    padding-left: 1.5em;
}
.l-support__model {
    margin-bottom: 50px;
}
.l-support__model h3 {
    margin-bottom: 15px;
    color: #000000;
}
.l-support__model h3::before {
    margin-right: 0.5em;
    display: inline-block;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    vertical-align: middle;
    border-width: 5px 0 5px 8px;
    border-color: transparent transparent transparent #802780;
    transform: rotate(90deg);
    transition: transform 0.3s;
}
.l-support__model h3.js-trigger {
    cursor: pointer;
}
.l-support__model dl {
    justify-content: flex-end;
    font-size: 13px;
    line-height: 22px;
    display: flex;
    overflow: hidden;
}
.l-support__model dl .p-model-th {
    font-weight: 600;
    font-size: 14px;
}
.l-support__model dl dt {
    width: 382px;
}
.l-support__model dl dd {
    width: 162px;
}
.l-support__model .open h3::before {
    transform: rotate(0);
}
.l-support__products {
    margin-bottom: 50px;
}
.l-support__products__contents {
    line-height: 22px;
    overflow: hidden;
}
.l-support__products .js-container {
    padding-bottom: 50px;
}
.l-support__products h3 {
    margin-bottom: 15px;
    border-bottom: 1px solid #000;
}
.l-support__products h3::before {
    margin-right: 0.5em;
    display: inline-block;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    vertical-align: middle;
    border-width: 5px 0 5px 8px;
    border-color: transparent transparent transparent #802780;
    transform: rotate(90deg);
    transition: transform 0.3s;
}
.l-support__products h3.js-trigger {
    cursor: pointer;
}
.l-support__products .p-heading {
    padding-top: 1em;
    margin-bottom: 15px;
    border-bottom: 1px solid #000;
    line-height: 34px;
    color: #662d91;
    font-size: 14px;
    font-weight: 600;
}
.l-support__products ul {
    font-size: 13px;
}
.l-support__products ul li {
    position: relative;
    margin-bottom: 1em;
}
.l-support__products ul li dl {
    padding-left: 2em;
}
.l-support__products ul li dl dt {
    font-weight: bold;
}
.l-support__products ul li.alert dl::before {
    display: inline-block;
    content: "";
    width: 1.5em;
    height: 1.5em;
    background: url(/ja/products-services/golf/common/images/support/icon_alert.png) no-repeat;
    background-size: cover;
    position: absolute;
    left: 0;
}
.l-support__products ul li.ng dl::before {
    display: inline-block;
    content: "";
    width: 1.5em;
    height: 1.5em;
    background: url(/ja/products-services/golf/common/images/support/icon_ng.png) no-repeat;
    background-size: cover;
    position: absolute;
    left: 0;
}
.l-support__products ul.list li {
    margin-left: 1.5em;
    margin-bottom: 0.5em;
    list-style-type: disc;
}
.l-support__products .open h3::before {
    transform: rotate(0);
}
.l-support__manual {
    padding-bottom: 140px;
}
.l-support__manual h1 {
    margin: 112px auto 43px;
    letter-spacing: 0.06em;
    font-weight: bold;
    font-size: 38px;
    text-align: center;
}
.l-support__manual h2 {
    margin-bottom: 0;
    padding: 50px;
    font-size: 34px;
    border-bottom: none;
    text-align: center;
    background: #f0f0f0;
}
.l-support__manual ul {
    margin: 50px auto 80px;
    text-align: center;
}
.l-support__manual ul li {
    margin-bottom: 0.5em;
    font-size: 34px;
    font-weight: bold;
}
.l-support__manual ul li span {
    font-size: 36px;
}
.l-support__manual ul li a {
    border-bottom: 2px solid;
}
.l-support__manual ul li a:hover {
    border-bottom: none;
}

.c-img-guarantee {
    margin: 25px auto 30px;
    display: block;
    max-width: 380px;
    border: 1px solid #e0e0e0;
}

.img-jgga {
    margin-top: 30px;
    float: right;
    width: 234px;
}

@media (min-width: 768px) {
    /*------------------------------------------------------------
        index.html
    ------------------------------------------------------------*/
    /* #gNavi .navi08>a {
         background-position: -857px -40px;
          background-position: -856px -40px;
      }*/
    main {
        margin: auto;
        max-width: 980px;
        border-bottom: none;
        padding-bottom: 40px;
    }
    .mainImg {
        margin: 0 auto;
        width: 980px;
        min-height: 180px;
        background: url(/ja/products-services/golf/common/images/order/mainimg_bg.jpg) no-repeat left top;
    }
    .mainImg h2 {
        padding-top: 70px;
        color: #fff;
        font-size: 2.553em;
        text-align: center;
    }
    main .comH2 {
        margin: 35px 0 12px;
        padding: 10px 0 10px;
        color: #fff;
        font-size: 22px;
        text-align: center;
        line-height: 1.1;
        background-color: #666666;
        font-style: normal;
    }
    main .score .comH2 {
        margin: 35px 0 12px;
        padding: 10px 20px 10px;
        color: #fff;
        font-size: 24px;
        text-align: right;
        line-height: 1.1;
        background-color: #666666;
        font-style: normal;
    }
    body main .index .mainConts {
        padding-bottom: 0px;
        margin: 0 34px;
    }
    body main .index .mainConts .topt {
        /*margin: 0 17px;*/
    }
    body main .index .mainConts .top {
        /*margin: 0 18px 0 17px;*/
    }
    .top span.box {
        display: block;
    }
    body main .index h3 {
        background: url(/ja/products-services/golf/common/images/support/ind_h3_bg.gif) no-repeat left top;
        width: 912px;
        height: 53px;
        font-size: 22px;
        color: #fff;
        line-height: 53px;
        padding-left: 20px;
    }
    body main .index h3 span {
        padding: 8px 5px 7px 19px;
        display: block;
        color: #fff;
        font-size: 1.6em;
        background: url(/ja/products-services/golf/common/images/support/ind_h3_span_bg.gif) no-repeat left bottom;
    }
    body main .index p {
        margin: 0 0 31px 2px;
        padding: 6px 20px 19px 17px;
        color: #000;
        font-size: 16px;
        line-height: 1.7;
        border: 1px solid #c61a22;
        border-top: none;
        background-color: #f2f2f2;
    }
    body main .index p a {
        color: #00f;
        text-decoration: underline;
    }
    body main .index .detailBox {
        margin: 0 0 30px 1px;
    }
    body main .index .detailBox .detail {
        width: 443px;
        /* padding-left: 16px; */
    }
    body main .index .detailBox .detail2 {
        margin-left: 25px;
    }
    body main .index .detailBox .detail h4 {
        color: #000;
        font-size: 21px;
        background: url(/ja/products-services/golf/common/images/support/ind_h4_bg.gif) no-repeat left top;
        width: 443px;
        line-height: 64px;
        height: 64px;
        text-align: center;
    }
    body main .index .detailBox .detail .h4Ttl {
        line-height: 36px;
    }
    body main .index .detailBox .detail h4 span {
        /*padding: 13px 5px 13px 0;*/
        display: block;
        text-align: center;
        font-size: 18px;
        margin-top: -7px;
        /* background: url(/ja/products-services/golf/common/images/support/ind_h4_span_bg.gif) no-repeat left bottom; */
    }
    body main .index .detailBox .detail .h4Ttl span {
        /*padding: 5px 5px 2px 0;*/
    }
    body main .index .detailBox .detail .h4Ttl span span {
        padding: 0;
        font-size: 0.9em;
        font-weight: normal;
        background: none;
    }
    body main .index .detailBox .subDetail {
        padding: 7px 15px 11px;
        border: 2px solid #c9c9c9;
        border-top: none;
        background-color: #f2f2f2;
        height: 250px;
    }
    body main .index .detailBox .subDetail p {
        margin: 0;
        padding: 0;
        min-height: 47px;
        line-height: 1.55;
        border: none;
        background: none;
        font-size: 18px;
    }
    body main .index .detailBox .subDetail .link {
        padding: 70px 0 0 12px;
        text-align: center;
    }
    body main .index .h3Ttl {
        /*margin: 0 17px;*/
        color: #fff;
        clear: both;
        background: url(/ja/products-services/golf/common/images/support/ind_h3Ttl_bg.gif) no-repeat left top;
    }
    body main .index .h3Ttl span {
        /*padding: 6px 5px 7px 22px;*/
        font-size: 1.8em;
        background: url(/ja/products-services/golf/common/images/support/ind_h3Ttl_span_bg.gif) no-repeat left bottom;
    }
    body main .index .dial {
        /*margin: 0 19px 0 19px;*/
        padding: 14px 15px 11px 25px;
        border: 1px solid #a7cf56;
        border-top: none;
        background-color: #f2f2f2;
        font-size: 18px;
    }
    body main .index .dial p {
        margin: 0 0 9px;
        padding: 0;
        font-size: 18px;
        line-height: 1.8;
        border: none;
        background: none;
    }
    body main .index .dial .tel {
        margin: 0 25px 6px 0;
        text-align: center;
    }
    .imgR {
        float: right;
        margin: -28px 0 0 20px;
    }
    /*------------------------------------------------------------
        score.html
    ------------------------------------------------------------*/
    body main .score {
        margin-top: 0;
    }
    body main .score .rules {
        margin: 0 19px 24px 20px;
    }
    body main .score .rules ul {
        width: 382px;
        float: right;
    }
    body main .score .rules ul li {
        padding-top: 20px;
        float: left;
    }
    body main .score .rules .textBox {
        margin-top: 8px;
        width: 550px;
        float: left;
    }
    body main .score .rules .textBox p {
        margin: 0;
        color: #4d4d4d;
        font-size: 24px;
        line-height: 1.35;
    }
    body main .score h3 {
        margin-bottom: 24px;
        padding: 1px 0 0 22px;
        clear: both;
        color: #fff;
        font-size: 21px;
        border-left: 1px solid #564e4c;
        background-color: #231815;
    }
    body main .score p {
        margin: 0 25px 37px 20px;
        font-size: 18px;
    }
    body main .score .text {
        margin-bottom: 11px;
    }
    body main .score .list {
        margin: 0 25px 8px 40px;
        font-size: 18px;
    }
    body main .score .list li {
        padding-bottom: 23px;
    }
    /*------------------------------------------------------------
        instructor.html
    ------------------------------------------------------------*/
    body main .instructor .comH2 {
        margin-bottom: 27px;
    }
    body main .instructor .date {
        text-align: right;
    }
    body main .instructor p {
        margin: 0 15px 40px 26px;
        color: #4d4d4d;
        font-size: 1.8em;
    }
    body main .instructor p a {
        color: #c61a22;
    }
    body main .instructor .btmP {
        margin-bottom: 39px;
    }
    body main .instructor h3 {
        margin-bottom: 30px;
        padding: 1px 0 0 22px;
        clear: both;
        color: #fff;
        font-size: 22px;
        background-color: #231815;
    }
    /*------------------------------------------------------------
        guarantee.html
    ------------------------------------------------------------*/
    .guarantee {
        margin-top: 20px;
    }
    body main .guarantee p {
        margin: 0 15px 14px;
        font-size: 24px;
    }
    body main .guarantee .comH2 {
        margin-bottom: 11px;
        text-align: right;
        padding: 10px 20px;
        font-size: 24px;
    }
    body main .guarantee h3 {
        margin-bottom: 24px;
        padding: 1px 0 0 22px;
        clear: both;
        color: #fff;
        font-size: 21px;
        border-left: 1px solid #564e4c;
        background-color: #231815;
    }
    body main .guarantee .h3Ttl01 {
        margin-bottom: 12px;
    }
    body main .guarantee .h3Ttl02 {
        margin-bottom: 30px;
    }
    body main .guarantee ul {
        margin: 0 15px 24px 3em;
    }
    body main .guarantee ul li {
        color: #4d4d4d;
        font-size: 18px;
        line-height: 1.4;
        padding-bottom: 10px;
        text-indent: -1.5em;
    }
    body main .guarantee ul li span {
        font-size: 1.1em;
        font-weight: bold;
    }
    body main .guarantee .text01 {
        margin-bottom: 22px;
        clear: both;
    }
    body main .guarantee .text01 span {
        font-weight: bold;
    }
    body main .guarantee .text02 {
        margin-bottom: 5px;
    }
    body main .guarantee .text02 span {
        margin-left: 15px;
        font-size: 0.8em;
    }
    body main .guarantee .text03 {
        margin-bottom: 29px;
    }
    body main .guarantee .text04 {
        margin-bottom: 50px;
        font-size: 18px;
    }
    body main .guarantee .explain {
        margin: 0 auto 19px;
        width: 670px;
    }
    body main .guarantee .leftExplain {
        width: 268px;
        float: left;
    }
    body main .guarantee .rightExplain {
        width: 402px;
        float: right;
    }
    body main .guarantee .rightExplain p {
        margin: 0 0 27px 23px;
    }
    body main .guarantee .rightExplain ul {
        margin: 101px 0 0 0;
    }
    body main .guarantee .rightExplain ul li {
        float: left;
    }
    body main .guarantee .list {
        margin-left: 35px;
    }
    body main .guarantee .list li {
        margin-left: 1em;
        line-height: 1.5;
        text-indent: -1em;
    }
    body main .guarantee h4 {
        margin: 0 auto;
        /*width: 647px;*/
        background: url(/ja/products-services/golf/common/images/support/ind_h3Ttl_bg.gif) no-repeat left top;
        width: 892px;
        height: 53px;
        font-size: 22px;
        color: #fff;
        line-height: 53px;
        padding-left: 20px;
    }
    body main .service h4 {
        margin: 20px auto 0;
        /* width: 647px; */
        background: url(/ja/products-services/golf/common/images/support/ind_h3Ttl_bg.gif) no-repeat left top;
        width: 892px;
        height: 53px;
        font-size: 22px;
        color: #fff;
        line-height: 53px;
        padding-left: 20px;
    }
    body main .guarantee h4 span,
    body main .service h4 span {
        padding: 6px 5px 7px 22px;
        display: block;
        color: #fff;
        font-size: 1.8em;
        background: url(/ja/products-services/golf/common/images/support/ind_h3Ttl_span_bg.gif) no-repeat left bottom;
    }
    body main .guarantee .dial {
        margin: 0 auto;
        padding: 14px 15px 11px 25px;
        border: 1px solid #a7cf56;
        border-top: none;
        background-color: #f2f2f2;
        font-size: 18px;
        width: 870px;
    }
    body main .guarantee .dial p {
        margin: 0 0 9px;
        padding: 0;
        font-size: 18px;
        line-height: 1.8;
        border: none;
        background: none;
    }
    body main .guarantee .dial .tel {
        margin: 0 25px 6px 0;
        text-align: center;
    }
    /*------------------------------------------------------------
        model.html
    ------------------------------------------------------------*/
    main .model .comH2 {
        margin-bottom: 11px;
        text-align: right;
        padding: 10px 20px;
        font-size: 24px;
    }
    body main .model p {
        margin: 0 15px 14px;
        font-size: 22px;
    }
    main .topText {
        margin: 0 10px 25px 20px;
        font-size: 1.4em;
    }
    main .tabUl {
        margin-bottom: 30px;
        padding: 0 0 0 6px;
        background: url(/ja/products-services/golf/common/images/support/tab_ul_bg.gif) no-repeat 3px 43px;
    }
    main .tabUl li {
        width: 142px;
    }
    main .tabUl li a {
        margin-left: -3px;
        padding: 6px 4px 0 0;
        display: block;
        position: relative;
        width: 139px;
        height: 76px;
        color: #777;
        font-size: 1.4em;
        font-weight: bold;
        line-height: 1.2;
        text-decoration: none;
        background: url(/ja/products-services/golf/common/images/support/btn_bg_off.jpg) no-repeat left top;
    }
    main .tabUl .link01 a {
        padding-top: 12px;
        height: 70px;
    }
    main .tabUl .on a,
    main .tabUl li a:hover {
        color: #fff;
        z-index: 90;
        background: url(/ja/products-services/golf/common/images/support/btn_bg_on.jpg) no-repeat left top;
    }
    main .tabUl li span {
        font-size: 0.9em;
    }
    main .comTable {
        margin-bottom: 15px;
        border-collapse: collapse;
        border: 2px solid #000;
        width: 100%;
    }
    main .comTable th {
        padding: 4px 10px 4px 10px;
        color: #000;
        font-size: 18px;
        vertical-align: middle;
        text-align: left;
        border-right: 1px solid #6e6f6f;
        border-bottom: 1px solid #000;
    }
    main .comTable td {
        padding: 4px 10px 4px 10px;
        color: #4d4d4d;
        font-size: 14px;
        font-weight: normal;
        vertical-align: middle;
        text-align: left;
        border-right: 1px solid #6e6f6f;
        border-bottom: 1px solid #000;
    }
    main .comTable .thType01 {
        color: #c61a22;
        font-size: 1.4em;
        vertical-align: top;
        background-color: #e4e5e5;
        border-bottom: none;
    }
    main .comTable .thType02 {
        background-color: #eddcdf;
    }
    main .comTable .thType03 {
        background-color: #b2b2b2;
    }
    main .comTable .thType03.txtCenter {
        text-align: center;
    }
    main .comTable .rightNone {
        border-right: none;
    }
    main .btmText {
        margin: 0 15px 40px;
        font-size: 1.4em;
    }
    body main .model .h3Ttl {
        margin: 0 auto;
        /* width: 647px; */
        background: url(/ja/products-services/golf/common/images/support/ind_h3Ttl_bg.gif) no-repeat left top;
        width: 892px;
        height: 53px;
        font-size: 22px;
        color: #fff;
        line-height: 53px;
        padding-left: 20px;
    }
    body main .model .h3Ttl span {
        display: block;
        padding: 6px 5px 7px 22px;
        font-size: 1.8em;
        background: url(/ja/products-services/golf/common/images/support/ind_h3Ttl_span_bg.gif) no-repeat left bottom;
    }
    body main .model .dial {
        margin: 0 auto;
        padding: 14px 15px 11px 25px;
        border: 1px solid #a7cf56;
        border-top: none;
        background-color: #f2f2f2;
        font-size: 18px;
        width: 870px;
    }
    body main .model .dial p {
        margin: 0 0 9px;
        padding: 0;
        font-size: 18px;
        line-height: 1.8;
        border: none;
        background: none;
    }
    body main .model .dial .tel {
        margin: 0 25px 6px 0;
        text-align: center;
    }
    /*------------------------------------------------------------
        service.html
    ------------------------------------------------------------*/
    main .service .comH2 {
        margin: 35px 0 12px;
        padding: 10px 20px 10px;
        color: #fff;
        font-size: 24px;
        text-align: right;
        line-height: 1.1;
        background-color: #666666;
        font-style: normal;
    }
    body main .service .topText {
        margin: 0;
        color: #4d4d4d;
        font-size: 24px;
        line-height: 1.35;
    }
    body main .service .btmText {
        margin: 0;
        font-size: 1.4em;
    }
    body main .service h3.head {
        margin-bottom: 10px;
        color: #c61a22;
        font-size: 22px;
    }
    body main .service h3.head small {
        padding-left: 1em;
        font-size: 0.7em;
        color: #999;
        font-weight: normal;
    }
    body main .service .list li {
        color: #999;
        font-size: 1.2em;
        line-height: 1.7;
    }
    body main .service .repair th,
    body main .service .repair td {
        text-align: center;
        vertical-align: middle;
        border: 1px solid #000;
    }
    body main .service .repair {
        margin-bottom: 20px;
    }
    body main .service .repair th span {
        font-size: 0.9em;
    }
    body main .service .repair th .size {
        font-size: 0.7em;
    }
    body main .service .repair td span {
        font-size: 0.8em;
    }
    body main .service .repair .thType01 {
        color: #000;
        font-size: 1.2em;
        background-color: #ccc;
    }
    body main .service .repair .thType02 {
        background-color: #eddcdf;
    }
    body main .service .repair .thType02 span {
        color: #c61a22;
    }
    body main .service .h3Ttl {
        font-size: 1.8em !important;
        margin: 10px;
        color: #fff;
        clear: both;
        background: url(/ja/products-services/golf/common/images/support/ind_h3Ttl_bg.gif) no-repeat left top;
    }
    body main .service .h3Ttl span {
        display: block;
        padding: 6px 5px 7px 22px;
        background: url(/ja/products-services/golf/common/images/support/ind_h3Ttl_span_bg.gif) no-repeat left bottom;
    }
    body main .service .dial {
        margin: 0 auto;
        padding: 14px 15px 11px 25px;
        border: 1px solid #a7cf56;
        border-top: none;
        background-color: #f2f2f2;
        font-size: 18px;
        width: 870px;
    }
    body main .service .dial p {
        margin: 0 0 9px;
        padding: 0;
        color: #000;
        font-size: 1.5em;
        line-height: 1.8;
        border: none;
        background: none;
    }
    body main .service .dial .tel {
        margin: 0 25px 6px 0;
        text-align: center;
    }
    /*
    body main .service .tel {
    width: 278px;
    }
    body main .service .tel li {
    padding-bottom: 4px;
    float: left;
    }
    body main .service .tel li img {
    display: block;
    }*/
    /*RMX（リミックス）ドライバーご愛用のお客様へ*/
    .rmxInfo {
        width: 900px;
        margin: 0 auto;
        font-size: 16px;
        line-height: 1.7;
    }
    .rmxInfo h3 {
        font-size: 26px;
        font-weight: bold;
        text-align: center;
        letter-spacing: -1px;
        border-bottom: 2px dotted #ccc;
        margin-bottom: 10px;
        margin-top: 20px;
        padding-bottom: 40px;
    }
    .rmxInfo h4 {
        font-size: 18px;
        font-weight: bold;
        margin-bottom: 5px;
    }
    .rmxInfo.ver02 h4 {
        font-size: 24px;
        font-weight: bold;
        margin-bottom: 5px;
        color: #c30d23;
    }
    .rmxInfo .date {
        text-align: right;
        margin-bottom: 40px;
    }
    .rmxInfo p,
    .rmxInfo ul {
        margin-bottom: 35px;
        line-height: 2;
    }
    .rmxInfo p.mb15 {
        margin-bottom: 15px;
    }
    .rmxInfo ul {
        font-size: 16px;
        font-weight: bold;
    }
    .rmxInfo .companyName {
        text-align: right;
        font-size: 16px;
    }
    .rmxInfo .line {
        border-top: 2px dotted #ccc;
        padding-top: 20px;
    }
    .rmxInfo a {
        color: #c61a22;
    }
    .rmxInfo .letterSpace {
        letter-spacing: -1px;
    }
    .rmxInfo .telImg img {
        vertical-align: baseline;
        margin: 0 5px 0 10px;
    }
    .rmxInfo .fontL {
        font-size: 24px;
        font-weight: bold;
    }
    .rmxInfo .fontM {
        font-size: 20px;
    }
    .rmxInfo .fontM2 {
        font-size: 18px;
    }
    .rmxInfo .fontS {
        font-size: 16px;
    }
    .center {
        text-align: center;
    }
    .rmxInfo .stage {
        padding: 0 20px;
    }
    .rmxInfo .stage2 {
        margin-bottom: 50px;
    }
    .rmxInfo.ver02 .lineheghtS {
        line-height: 1.3;
    }
    .rmxInfo a.telLink {
        color: #666;
        text-decoration: none;
        cursor: default;
    }
    main .actab div.actitle {
        background: url(/ja/products-services/golf/common/images/support/acbg.jpg) no-repeat top left !important;
        width: 100%;
    }
    /*------------------------------------------------------------
        products.html
    ------------------------------------------------------------*/
    main .products .comH2 {
        margin: 35px 0 12px;
        padding: 10px 20px 10px;
        color: #fff;
        font-size: 24px;
        text-align: right;
        line-height: 1.1;
        background-color: #666666;
        font-style: normal;
    }
    body main .products .topText {
        margin: 0;
        color: #4d4d4d;
        font-size: 24px;
        line-height: 1.35;
    }
    body main .products .btmText {
        margin: 0;
        font-size: 1.4em;
    }
    body main .products #tabCon {
        margin-bottom: 50px;
    }
    body main .products h3.head {
        margin-bottom: 10px;
        color: #c61a22;
        font-size: 22px;
    }
    body main .products h3.head small {
        padding-left: 1em;
        font-size: 0.7em;
        color: #999;
        font-weight: normal;
    }
    body main .products .acconts p {
        margin-bottom: 30px;
        font-size: 22px;
    }
    body main .products .acconts ul {
        margin-bottom: 50px;
    }
    body main .products .acconts li {
        position: relative;
        font-size: 22px;
        margin-bottom: 1em;
    }
    body main .products .acconts .alert dl:before {
        display: inline-block;
        content: "";
        width: 1.5em;
        height: 1.5em;
        background: url(/ja/products-services/golf/common/images/support/icon_alert.png) no-repeat;
        background-size: cover;
        position: absolute;
        left: 0;
    }
    body main .products .acconts .ng dl:before {
        display: inline-block;
        content: "";
        width: 1.5em;
        height: 1.5em;
        background: url(/ja/products-services/golf/common/images/support/icon_ng.png) no-repeat;
        background-size: cover;
        position: absolute;
        left: 0;
    }
    body main .products .acconts dl {
        margin-left: 2em;
    }
    body main .products .acconts dl dt {
        font-weight: bold;
        color: #000;
    }
    body main .products .acconts dl dd {
        font-size: 20px;
    }
    body main .products .list {
        font-size: 20px;
        margin-left: 1em;
    }
    body main .products .list li {
        list-style-type: disc;
        margin-bottom: 0.5em;
        margin-left: 1em;
    }
    body main .products .list-square {
        font-size: 20px;
        margin-left: 1em;
    }
    body main .products .list-square li {
        list-style-type: square;
        margin-bottom: 0.5em;
        margin-left: 1em;
    }
    body main .products h3 {
        margin-bottom: 24px;
        padding: 1px 0 0 22px;
        clear: both;
        color: #fff;
        font-size: 21px;
        border-left: 1px solid #564e4c;
        background-color: #231815;
    }
    body main .products .h3Ttl01 {
        margin-bottom: 12px;
    }
    body main .products h4 {
        margin: 0 auto;
        /*width: 647px;*/
        background: url(/ja/products-services/golf/common/images/support/ind_h3Ttl_bg.gif) no-repeat left top;
        width: 892px;
        height: 53px;
        font-size: 22px;
        color: #fff;
        line-height: 53px;
        padding-left: 20px;
    }
    body main .products .dial {
        margin: 0 auto;
        padding: 14px 15px 11px 25px;
        border: 1px solid #a7cf56;
        border-top: none;
        background-color: #f2f2f2;
        font-size: 18px;
        width: 870px;
    }
    body main .products .dial p {
        margin: 0 0 9px;
        padding: 0;
        color: #000;
        font-size: 1.5em;
        line-height: 1.8;
        border: none;
        background: none;
    }
    body main .products .dial .tel {
        margin: 0 25px 6px 0;
        text-align: center;
    }
}

@media (max-width: 767px) {
    body {
        -webkit-text-size-adjust: 100%;
        color: #000;
    }
    #main {
        background-color: #fff;
    }
    img {
        width: 100%;
    }
    main {
        border-bottom: none;
    }
    div.mainImg {
        background: url(/ja/products-services/golf/common/images/order/mainimg_bg.jpg) no-repeat;
        background-size: cover;
        text-align: center;
    }
    div.mainImg > h2 {
        font-size: 15px !important;
        font-weight: bold;
        color: #ffffff;
        padding-top: 15px;
        padding-bottom: 15px;
    }
    h2.comH2 {
        color: #fff;
        text-align: center;
        line-height: 1.3;
        background-color: #666666;
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 4%;
        padding-right: 4%;
        font-size: 1.2em;
    }
    div.rmxInfo h3 {
        font-weight: bold;
        font-size: 1.2em;
    }
    .important_btn {
        /* margin-top: -30px; */
        margin-bottom: 30px;
    }
    /*index*/
    .index h3 {
        background: url(/ja/products-services/golf/common/images/support/ind_h3_bg.gif) no-repeat left top;
        width: 100%;
        font-size: 1.5em;
        color: #fff;
        line-height: 2;
        padding-left: 5%;
        background-size: 100% 100%;
        box-sizing: border-box;
    }
    .index p {
        margin: 0 0 20px 0;
        padding: 6px 3% 19px;
        color: #000;
        font-size: 1em;
        line-height: 1.7;
        border: 1px solid #c61a22;
        border-top: none;
        background-color: #f2f2f2;
    }
    .index p span.box {
        display: block;
    }
    .index p a {
        color: #00f;
        text-decoration: underline;
    }
    .index .detailBox {
        /*margin: 0 0 30px 0;*/
    }
    .index .detailBox .detail {
        width: 100%;
        /* padding-left: 16px; */
        margin-bottom: 10px;
    }
    .index .detailBox .detail h4 {
        color: #000;
        font-size: 1.5em;
        background: url(/ja/products-services/golf/common/images/support/ind_h4_bg.gif) no-repeat left top;
        background-size: 100% 100%;
        width: 100%;
        text-align: center;
        line-height: 1.5;
    }
    .index .detailBox .subDetail {
        padding: 7px 3% 11px;
        border: 2px solid #c9c9c9;
        border-top: none;
        background-color: #f2f2f2;
        /*height: 250px;*/
    }
    .index .detailBox .subDetail p {
        margin: 0;
        padding: 0;
        min-height: 47px;
        line-height: 1.55;
        border: none;
        background: none;
        font-size: 1em;
    }
    .index .detailBox .subDetail .link {
        padding: 10px 0 0 0;
        text-align: center;
    }
    .index .detailBox .subDetail .link img {
        width: 70%;
        max-width: 303px;
    }
    .index .h3Ttl {
        /* margin: 0 17px; */
        color: #fff;
        clear: both;
        background: url(/ja/products-services/golf/common/images/support/ind_h3Ttl_bg.gif) no-repeat left top;
    }
    .index .dial {
        /* margin: 0 19px 0 19px; */
        padding: 14px 2% 11px;
        border: 1px solid #a7cf56;
        border-top: none;
        background-color: #f2f2f2;
        font-size: 1em;
    }
    .index .dial p {
        margin: 0 0 9px;
        padding: 0;
        font-size: 1em;
        line-height: 1.8;
        border: none;
        background: none;
    }
    .index .dial .tel {
        margin: 5px 0 5px 0;
        text-align: center;
    }
    /*scoreline_rule*/
    .score {
        margin-top: 0;
    }
    .score .rules {
        margin: 0 19px 24px 20px;
    }
    .score .rules ul {
        float: right;
    }
    .score .rules ul li {
        padding-top: 10px;
        float: left;
    }
    .score .rules .textBox {
        margin-top: 8px;
        float: left;
    }
    .score .rules .textBox p {
        margin: 0;
        color: #4d4d4d;
        font-size: 1.5em;
        line-height: 1.35;
    }
    .score h3 {
        margin-bottom: 14px;
        padding: 1px 0 0 2%;
        clear: both;
        color: #fff;
        font-size: 1.7em;
        border-left: 1px solid #564e4c;
        background-color: #231815;
    }
    .score p {
        margin: 0 3% 15px;
        font-size: 1.5em;
    }
    .score .text {
        margin-bottom: 11px;
    }
    .score .list {
        margin: 0 25px 8px 40px;
        font-size: 1.5em;
    }
    .score .list li {
        padding-bottom: 23px;
    }
    /*------------------------------------------------------------
        guarantee.html
    ------------------------------------------------------------*/
    .guarantee {
        margin-top: 19px;
    }
    .guarantee p {
        color: #4d4d4d;
        font-size: 1.5em;
        line-height: 1.35;
        margin: 10px 5%;
    }
    .guarantee .comH2 {
        color: #fff;
        text-align: center;
        line-height: 1.3;
        background-color: #666666;
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 4%;
        padding-right: 4%;
        font-size: 1.2em;
    }
    .guarantee h3 {
        margin-bottom: 14px;
        padding: 1px 0 0 2%;
        clear: both;
        color: #fff;
        font-size: 1.7em;
        border-left: 1px solid #564e4c;
        background-color: #231815;
    }
    .guarantee .h3Ttl01 {
        margin-bottom: 12px;
    }
    .guarantee .h3Ttl02 {
        margin-bottom: 30px;
    }
    .guarantee ul {
        margin: 0 15px 24px 3em;
    }
    .guarantee ul li {
        color: #4d4d4d;
        font-size: 1.3em;
        line-height: 1.4;
        padding-bottom: 10px;
        text-indent: -1.5em;
    }
    .guarantee ul li span {
        font-size: 1.1em;
        font-weight: bold;
    }
    .guarantee .text01 {
        margin-bottom: 22px;
        clear: both;
    }
    .guarantee .text01 span {
        font-weight: bold;
    }
    .guarantee .text02 {
        margin-bottom: 5px;
    }
    .guarantee .text02 span {
        margin-left: 15px;
        font-size: 0.8em;
    }
    .guarantee .text03 {
        margin-bottom: 29px;
    }
    .guarantee .text04 {
        margin-bottom: 50px;
        font-size: 1.5em;
    }
    .guarantee .explain {
        margin: 0 auto 19px;
        width: 100%;
        text-align: center;
    }
    .guarantee .leftExplain {
        width: 268px;
        display: inline-block;
    }
    .guarantee .rightExplain {
        width: 100%;
        /* float: right; */
        display: inline-block;
    }
    .guarantee .rightExplain p {
        margin: 0 0 27px 23px;
    }
    .guarantee .rightExplain ul {
        margin: 20px 0 0 0;
    }
    .guarantee .rightExplain ul li {
        float: left;
    }
    .guarantee .list {
        margin-left: 35px;
    }
    .guarantee .list li {
        margin-left: 1em;
        line-height: 1.5;
        text-indent: -1em;
    }
    .guarantee h4 {
        margin: 0 auto;
        /* width: 647px; */
        background: url(/ja/products-services/golf/common/images/support/ind_h3Ttl_bg.gif) no-repeat left top;
        /* width: 892px; */
        /* height: 53px; */
        font-size: 1.5em;
        color: #fff;
        line-height: 2em;
        padding-left: 5%;
        background-size: 100% 100%;
    }
    .service h4 {
        /*margin: 20px auto 0;
        width: 647px;
        background: url(/ja/products-services/golf/common/images/support/ind_h3Ttl_bg.gif) no-repeat left top;*/
    }
    .guarantee h4 span,
    .service h4 span {
        padding: 6px 5px 7px 22px;
        display: block;
        color: #fff;
        font-size: 1.8em;
        background: url(/ja/products-services/golf/common/images/support/ind_h3Ttl_span_bg.gif) no-repeat left bottom;
    }
    .guarantee .dial {
        margin: 0 auto;
        padding: 14px 3% 11px;
        border: 1px solid #a7cf56;
        border-top: none;
        background-color: #f2f2f2;
        font-size: 1.5em;
    }
    .guarantee .dial p {
        margin: 0 0 9px;
        padding: 0;
        font-size: 1em;
        line-height: 1.8;
        border: none;
        background: none;
    }
    .guarantee .dial .tel {
        margin: 0 auto;
        text-align: center;
    }
    /*------------------------------------------------------------
        model.html
    ------------------------------------------------------------*/
    .model .actab div.actitle {
        background: url(/ja/products-services/golf/common/images/support/acbg.jpg) no-repeat top left !important;
        width: 100%;
        font-size: 1.5em;
        background-size: 100% 100%;
        line-height: 2.3;
        padding-left: 10%;
        margin-bottom: 10px;
        box-sizing: border-box;
    }
    .model .comH2 {
        color: #fff;
        text-align: center;
        line-height: 1.3;
        background-color: #666666;
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 4%;
        padding-right: 4%;
        font-size: 1.2em;
    }
    .model p {
        color: #4d4d4d;
        font-size: 1.5em;
        line-height: 1.35;
        margin: 10px 5%;
    }
    .topText {
        margin: 0 10px 25px 20px;
        font-size: 1.4em;
    }
    .tabUl {
        margin-bottom: 30px;
        padding: 0 0 0 6px;
        background: url(/ja/products-services/golf/common/images/support/tab_ul_bg.gif) no-repeat 3px 43px;
    }
    .tabUl li {
        width: 142px;
    }
    .tabUl li a {
        margin-left: -3px;
        padding: 6px 4px 0 0;
        display: block;
        position: relative;
        width: 139px;
        height: 76px;
        color: #777;
        font-size: 1.4em;
        font-weight: bold;
        line-height: 1.2;
        text-decoration: none;
        background: url(/ja/products-services/golf/common/images/support/btn_bg_off.jpg) no-repeat left top;
    }
    .tabUl .link01 a {
        padding-top: 12px;
        height: 70px;
    }
    .tabUl .on a,
    .tabUl li a:hover {
        color: #fff;
        z-index: 90;
        background: url(/ja/products-services/golf/common/images/support/btn_bg_on.jpg) no-repeat left top;
    }
    .tabUl li span {
        font-size: 0.9em;
    }
    .comTable {
        margin-bottom: 15px;
        border-collapse: collapse;
        border: 2px solid #000;
        width: 100%;
    }
    .comTable th {
        padding: 4px 10px 4px 10px;
        color: #000;
        font-size: 1.5em;
        vertical-align: middle;
        text-align: left;
        border-right: 1px solid #6e6f6f;
        border-bottom: 1px solid #000;
    }
    .comTable td {
        padding: 4px 10px 4px 10px;
        color: #4d4d4d;
        font-size: 1em;
        font-weight: normal;
        vertical-align: middle;
        text-align: left;
        border-right: 1px solid #6e6f6f;
        border-bottom: 1px solid #000;
    }
    .comTable .thType01 {
        color: #c61a22;
        font-size: 1.4em;
        vertical-align: top;
        background-color: #e4e5e5;
        border-bottom: none;
    }
    .comTable .thType02 {
        background-color: #eddcdf;
    }
    .comTable .thType03 {
        background-color: #b2b2b2;
    }
    .comTable .thType03.txtCenter {
        text-align: center;
    }
    .comTable .rightNone {
        border-right: none;
    }
    .btmText {
        margin: 0 15px 40px;
        font-size: 1.4em;
    }
    .model .h3Ttl {
        margin: 0 auto;
        /* width: 647px; */
        background: url(/ja/products-services/golf/common/images/support/ind_h3Ttl_bg.gif) no-repeat left top;
        /* width: 892px; */
        /* height: 53px; */
        font-size: 1.5em;
        color: #fff;
        line-height: 2em;
        padding-left: 5%;
        background-size: 100% 100%;
    }
    .service h4,
    .products h4 {
        /*margin: 20px auto 0;
        width: 647px;
        background: url(/ja/products-services/golf/common/images/support/ind_h3Ttl_bg.gif) no-repeat left top;*/
        margin: 0 auto;
        /* width: 647px; */
        background: url(/ja/products-services/golf/common/images/support/ind_h3Ttl_bg.gif) no-repeat left top;
        /* width: 892px; */
        /* height: 53px; */
        font-size: 1.5em;
        color: #fff;
        line-height: 2em;
        padding-left: 5%;
        background-size: 100% 100%;
    }
    .model h4 span,
    .service h4 span {
        padding: 6px 5px 7px 22px;
        display: block;
        color: #fff;
        font-size: 1.8em;
        background: url(/ja/products-services/golf/common/images/support/ind_h3Ttl_span_bg.gif) no-repeat left bottom;
    }
    .model .dial {
        margin: 0 auto;
        padding: 14px 3% 11px;
        border: 1px solid #a7cf56;
        border-top: none;
        background-color: #f2f2f2;
        font-size: 1.5em;
    }
    .model .dial p {
        margin: 0 0 9px;
        padding: 0;
        font-size: 1em;
        line-height: 1.8;
        border: none;
        background: none;
    }
    .model .dial .tel {
        margin: 0 auto;
        text-align: center;
    }
    /*------------------------------------------------------------
        service.html
    ------------------------------------------------------------*/
    .service p {
        color: #4d4d4d;
        font-size: 1.5em;
        line-height: 1.35;
        margin: 10px 5%;
    }
    .service .actab div.actitle {
        background: url(/ja/products-services/golf/common/images/support/acbg.jpg) no-repeat top left !important;
        /* width: 100%; */
        font-size: 1.5em;
        background-size: 100% 100%;
        line-height: 2.3;
        padding-left: 10%;
        margin-bottom: 10px;
        box-sizing: border-box;
    }
    .service h3.head {
        margin-bottom: 10px;
        color: #c61a22;
        font-size: 1.5em;
    }
    .service .list {
        margin-bottom: 10px;
    }
    .service .list li {
        color: #999;
        font-size: 1.2em;
        line-height: 1.7;
    }
    .service .dial {
        margin: 0 auto;
        padding: 14px 3% 11px;
        border: 1px solid #a7cf56;
        border-top: none;
        background-color: #f2f2f2;
        font-size: 1.5em;
    }
    .service .dial p {
        margin: 0 0 9px;
        padding: 0;
        font-size: 1em;
        line-height: 1.8;
        border: none;
        background: none;
    }
    .service .dial .tel {
        margin: 0 auto;
        text-align: center;
    }
    /* info02 */
    .telImg img {
        width: 8%;
    }
    .imgR {
        width: 30%;
        float: left;
        margin-right: 5%;
    }
    .fontL {
        clear: both;
    }
    /*info01*/
    .instructor .date {
        text-align: right;
    }
    .instructor p {
        font-size: 12px !important;
        margin-right: 5%;
        margin-left: 5%;
        margin-top: 5%;
    }
    .instructor h3 {
        font-size: 12px !important;
        margin-right: 5%;
        margin-left: 5%;
        margin-top: 5%;
        margin-bottom: -5%;
        font-weight: bold;
    }
    .instructor .tel_small {
        height: 1em;
        width: auto;
    }
    /*------------------------------------------------------------
        products.html
    ------------------------------------------------------------*/
    main #tabCon div.actitle {
        color: #333;
    }
    .products #tabCon {
        margin: 1em 0 2em;
    }
    .products p {
        color: #4d4d4d;
        font-size: 1.5em;
        line-height: 1.35;
        margin: 10px 5%;
    }
    .products h3 {
        margin-bottom: 1.5em;
        padding: 0.2em 0 0.2em 1em;
        clear: both;
        color: #fff;
        font-size: 1.5em;
        border-left: 1px solid #564e4c;
        background-color: #231815;
    }
    .products .acconts p {
        margin-bottom: 2em;
        font-size: 1.3em;
    }
    .products .acconts ul {
        margin: 0 5% 3em;
    }
    .products .acconts li {
        position: relative;
        font-size: 1.3em;
        margin-bottom: 1em;
    }
    .products .actab div.actitle {
        background: url(/ja/products-services/golf/common/images/support/acbg.jpg) no-repeat top left !important;
        /* width: 100%; */
        font-size: 1.5em;
        line-height: 2.3;
        padding-left: 10%;
        margin-bottom: 10px;
        background-size: 100% 100%;
        box-sizing: border-box;
    }
    body main .products .acconts .alert dl:before {
        display: inline-block;
        content: "";
        width: 1.5em;
        height: 1.5em;
        background: url(/ja/products-services/golf/common/images/support/icon_alert.png) no-repeat;
        background-size: cover;
        position: absolute;
        left: 0;
    }
    body main .products .acconts .ng dl:before {
        display: inline-block;
        content: "";
        width: 1.5em;
        height: 1.5em;
        background: url(/ja/products-services/golf/common/images/support/icon_ng.png) no-repeat;
        background-size: cover;
        position: absolute;
        left: 0;
    }
    body main .products .acconts dl {
        margin-left: 2em;
    }
    body main .products .acconts dl dt {
        font-weight: bold;
        color: #000;
    }
    body main .products .list {
        margin-left: 1em;
    }
    body main .products .list li {
        list-style-type: disc;
        margin-bottom: 0.5em;
        margin-left: 1em;
    }
    body main .products .list-square {
        margin-left: 1em;
    }
    body main .products .list-square li {
        list-style-type: square;
        margin-bottom: 0.5em;
        margin-left: 1em;
    }
    .products .dial {
        margin: 0 auto;
        padding: 14px 3% 11px;
        border: 1px solid #a7cf56;
        border-top: none;
        background-color: #f2f2f2;
        font-size: 1.5em;
    }
    .products .dial p {
        margin: 0 0 9px;
        padding: 0;
        font-size: 1em;
        line-height: 1.8;
        border: none;
        background: none;
    }
    .products .dial .tel {
        margin: 0 auto;
        text-align: center;
    }
    .l-support__list {
        display: block;
    }
    .l-support__list li {
        margin: 0 auto 9.3333333333vw;
        width: 86.9333333333vw;
    }
    .l-support__list li a, .l-support__list li > div {
        padding: 5.0666666667vw;
        height: auto;
    }
    .l-support__list li p {
        font-size: 15px;
        line-height: 1.5;
    }
    .l-support__list li p span {
        font-size: 12px;
    }
    .l-support__contact {
        margin: auto;
        width: 87.2vw;
    }
    .l-support__contact .p-contact-text a {
        position: relative;
        display: block;
        text-align: right;
    }
    .l-support__contact .p-contact-text a img {
        width: 37.3333333333vw;
    }
    .l-support h2 {
        font-size: 12px;
        line-height: 1.8;
    }
    .l-support h3 {
        font-size: 12px;
        line-height: 2;
    }
    .l-support p {
        font-size: 11px;
        line-height: 1.8;
    }
    .l-support__contents {
        margin: 0 auto 6.6666666667vw;
        width: 86.9333333333vw;
    }
    .l-support__contents__list {
        font-size: 11px;
        line-height: 1.8;
    }
    .l-support__model {
        margin: 0 auto 9.3333333333vw;
        width: 86.9333333333vw;
    }
    .l-support__model h3 {
        margin-bottom: 10px;
    }
    .l-support__model dl {
        margin-bottom: 1em;
        font-size: 10px;
        line-height: 1.7;
    }
    .l-support__model dl .p-model-th {
        font-size: 10px;
    }
    .l-support__model dl dt {
        padding-right: 30px;
        width: 170px;
    }
    .l-support__model dl dd {
        width: auto;
    }
    .l-support__products {
        margin: 0 auto 9.3333333333vw;
        width: 86.9333333333vw;
    }
    .l-support__products .js-container {
        padding-bottom: 6.6666666667vw;
    }
    .l-support__products h3 {
        margin-bottom: 10px;
    }
    .l-support__products .p-heading {
        margin: 0 auto 1em;
        font-size: 12px;
        line-height: 1.8;
    }
    .l-support__products ul {
        font-size: 11px;
        line-height: 1.8;
    }
    .l-support__manual {
        padding-bottom: 60px;
        margin: 0 10px;
    }
    .l-support__manual h1 {
        margin: 8vw;
        font-size: 20px;
    }
    .l-support__manual h2 {
        padding: 13.3333333333vw 0;
        font-size: 21px;
    }
    .l-support__manual ul {
        margin: 8.8vw auto 12vw;
    }
    .l-support__manual ul li {
        margin-bottom: 1em;
        font-size: 20px;
    }
    .l-support__manual ul li span {
        font-size: 22px;
    }
    .img-jgga {
        margin-top: 4vw;
        width: 50%;
    }
}

@media (max-width: 980px) and (min-width: 768px) {
    .l-support__list {
        padding: 0 20px;
    }
    .l-support__contact .p-contact-text a {
        position: relative;
        margin-top: 1em;
        float: right;
    }
    .l-support__contents {
        padding: 0 20px;
    }
    .l-support__model {
        padding: 0 20px;
    }
    .l-support__products {
        padding: 0 20px;
    }
    .l-support__contact {
        padding: 0 20px;
    }
}

.c-support-faq {
    font-size: 14px;
    padding: 25px 0;
    border-bottom: 1px solid #d9d9d9;
}
.c-support-faq .q {
    position: relative;
    display: flex;
    text-align: baseline;
    color: #640082;
    font-weight: 700;
    padding-left: calc(24px + 1em);
    font-size: 14px;
    line-height: 2;
}
.c-support-faq .a{
    position: relative;
    margin-top: 20px;
    padding-left: calc(24px + 1em);
    font-size: 14px;
    line-height: 2;
}
.c-support-faq .a a{
    color: #640082;
    text-decoration: underline;
}
.c-support-faq .a a:hover,
.c-support-faq .a a:focus
{
    text-decoration: none;
}
.c-support-faq .icon {
    flex-shrink: 0;
    min-width:24px;
}
.c-support-faq .q .icon {
    display: block;

}
.c-support-faq .q:before{
    position: absolute;
    left: 0;
    content: "";
    display: block;
    min-width: 24px;
    width: 24px;
    height: 24px;
    background: url(/ja/products-services/golf/common/images/playswing/icon-q.svg) 50% 50% no-repeat;
}
.c-support-faq .a:before{
    position: absolute;
    left: 0;
    content: "";
    display: block;
    width: 24px;
    min-width: 24px;
    height: 24px;
    background: url(/ja/products-services/golf/common/images/playswing/icon-a.svg) 50% 50% no-repeat;
}
.c-support-faq .a{
    word-break: break-all;
}
.c-support-faq .icon img {
    width: 100%;
    height: auto
}

@media not screen and (max-width: 767px) {
    .c-support-faq .icon {
        width:24px
    }
}

@media screen and (max-width: 767px) {
    .c-support-faq .icon {
        width:24px
    }
}
.c-support-faq_subttl{
    font-size: 14px;
}
.c-support-faq + .c-support-faq_subttl{
    margin-top: 25px;
}
.c-support-faq .txt {
    margin-left: 1em
}

.c-support-faq .txt p+p {
    margin-top: 1em
}
.l-support-contact .h{
    max-width: 600px;
    margin-right: auto;
    margin-left: auto;
    border-radius: 6px;
    background-color: #640082;
    color: #fff;
    font-size: 17px;
    text-align: center;
    font-weight: bold;
    line-height: 1.2em;
    padding-top: 0.4em;
    padding-bottom: 0.4em;
}

@media screen and (max-width: 767px) {
    .l-support-contact .h {
        max-width:335px;
        font-size: 16px
    }
}

.l-support-contact .lead {
    margin-top: 20px;
    font-size: 14px;
    text-align: center
}
.l-support-contact .link-wrap{
    margin-top: 20px;
    text-align: center;
}
.l-support-contact .link-wrap a{
    color: #640082 !important;
    font-size: 16px;
    text-decoration: underline;
}
.l-support-contact .link-wrap a:hover,
.l-support-contact .link-wrap a:focus{
    text-decoration: none;
}

.l-manual-list{

}
.l-manual-list li{
    border-bottom: 1px solid #333;
    text-align: left;
}
.l-manual-list li a{
    border-bottom: 1px solid #333;
    text-align: left;
}
.l-manual-list li + li{
    margin-top: 1.4em;
}

.l-support .l-support__manual .l-manual-list li a{
    border-bottom: none;
}
.l-support .l-support__manual .l-manual-list li a.l-manual-list__lang{
    display: flex !important;
    justify-content: space-between !important;
    font-feature-settings: "palt";
}
.l-support .l-support__manual .l-manual-list li a.l-manual-list__lang span + span{
    display: block;
    margin-left: auto;
}
.l-qr-note p{
    line-height: 1.75 !important;
    font-size: 18px;
}
@media screen and (max-width: 767px) {
    .l-qr-note p{
        font-size: 12px;
    }
}
.text-left{
    text-align: left !important;
}
/*# sourceMappingURL=../sourcemaps/css/support.css.map */
