@charset "utf-8";
.pdetail_content{
    width: 100%;
    padding: 100px 0;
}
.pdetail_content:nth-of-type(even){
    background-color: #f7f7f7;
}
.pdetail_btn_list{
    width: 100%;
    margin-bottom: -14px;
}
.pdetail_btn_list>li{
    width: 19%;
    float: left;
    margin-right: 1.25%;
    margin-bottom: 14px;
}
.pdetail_btn_list>li:nth-of-type(5n){
    margin-right: 0;
}
.pdetail_btn_list>li a{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 71px;
    background-color: #2571e0;
    border: 2px solid #2571e0;
    color: #ffffff;
    font-size: 1.4rem;
    line-height: 1.4;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    padding: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.pdetail_content .ttl_h2{
    margin-bottom: 30px;
}
.product_detail_tit{
    font-size: 2.4rem;
    margin-top: 30px;
}
.product_detail_anchor_list{
    overflow: hidden;
    clear: both;
    margin-bottom: -13px;
    margin-top: 30px;
}
.product_detail_anchor_list>li{
    display: block;
    float: left;
    width: 48.5%;
    margin-right: 3%;
    margin-bottom: 13px;
}
.product_detail_anchor_list>li:nth-of-type(3n){
    margin-right: 3%;
}
.product_detail_anchor_list>li:nth-of-type(even){
    margin-right: 0;
}
.product_detail_anchor_list>li a{
    line-height: 1.2;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 46px;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.specification_table{
    width: 100%;
    text-align: center;
    border-collapse: collapse;
    border-spacing: 0;
    border: 2px solid #2571e0;
    border-top: none;
    margin-top: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.specification_table th{
    width: 27%;
    font-size: 1.8rem;
    font-weight: bold;
    color: #ffffff;
    background-color: #2571e0;
    padding: 17px 10px;
    border: 1px solid #2571e0;
    border-right-color: #ffffff;
}
.specification_table th:first-of-type{
    width: 19%;
}
.specification_table_br{
    display: none;
}
.specification_table td{
    font-size: 1.6rem;
    border: 1px solid #2571e0;
    padding: 9px 10px;
}
.specification_table tr:nth-of-type(2) td{
    font-weight: bold;
}
.specification_table td:first-of-type{
    background-color: #d8e5f9;
    font-weight: normal !important;
}
.specification_table tr:nth-of-type(2) td:nth-of-type(2){
    background-color: #d8e5f9;
    font-weight: normal;
}
.specification_table_wrap_product{
    overflow-x: scroll;
}
.specification_table_wrap_product .specification_table{
    width: 1200px;
}
.specification_table_wrap_product .specification_table th{
    width: 22.5%;
}
.specification_table_wrap_product .specification_table th:first-of-type{
    width: 19%;
}
.specification_table_wrap_product .specification_table th:nth-of-type(2){
    width: 36%;
}
.specification_table_wrap_product td.td33{
    width: 12%;
}
.specification_table_wrap_product td.td50{
    width: 11.25%;
}
.use_list{
    margin-bottom: 0;
    font-size: 1.8rem;
}
.use_list .common_link02{
    font-size: 1.8rem;
}
.p_distribution{
    padding-top: 90px;
}
.p_distribution .ttl_h2{
    margin-bottom: 15px;
}
.p_distribution img{
    display: block;
    margin: 0 auto;
}
.p_distribution:first-of-type{
    padding-top: 0;
}
.p_distribution_img{
    display: flex;
    justify-content: space-between;
}
.option_list{
    width: 100%;
    display: flex;
    border: 3px solid #2571e0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 30px;
}
.option_list02{
    margin-top: 55px;
}
.option_list>li{
    width: 33.333%;
    border-right: 1px solid #2571e0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.option_list02>li{
    width: 25%;
}
.option_list>li:last-of-type{
    border-right: none;
   
}
.option_img,.option_name,.option_info{
    width: 100%;
    padding: 25px 40px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.option_img{
    padding: 35px 40px;
}
.option_name{
    font-size: 1.8rem;
    font-weight: bold;
    border-top: 1px solid #2571e0;
    border-bottom: 1px solid #2571e0;
}
.option_info{
    font-size: 1.6rem;
    line-height: 1.6875;
}
.option_list02 .option_img,.option_list02 .option_name,.option_list02 .option_info{
    padding-left: 25px;
    padding-right: 25px;
}

.option_list03{
    display: flex !important;
    flex-wrap: wrap;
}

.option_list03 li{
    width: 25%;
}

.option_list04{
    display: flex !important;
}

.option_list04 li{
    width: 50% !important;
}

.option_list05 li{
    width: 100%;
}
.p_distribution_table_tit,
.p_distribution_tit01{
    font-size: 2.4rem;
    font-weight: bold;
    text-align: center;
}
.p_distribution_table_tit{
    margin-bottom: 20px;
    margin-top: 25px;
}
.p_distribution_table_tit:nth-of-type(2){
    margin-top: 55px;
}
.p_distribution_table{
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    border: 3px solid #2571e0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.p_distribution_table_wrap02{
    margin-bottom: 15px;
}
.p_distribution_table th{
    width: 25%;
    font-size: 1.8rem;
    font-weight: bold;
    border: 1px solid #2571e0;
    text-align: left;
    padding: 28px 15px;
}
.p_distribution_table02 th{
    width: 37.5%;
}
.p_distribution_table02 th:first-of-type,.p_distribution_table02 th:nth-of-type(2){
    width: 12.5%;
}
.p_distribution_table th:first-of-type{
    padding: 28px 30px;
}
.p_distribution_table td{
    font-size: 1.6rem;
    line-height: 1.6875;
    border: 1px solid #2571e0;
    padding: 28px 15px;
    vertical-align: top;
}
.p_distribution_table td:first-of-type,
.p_distribution_table td.pfw_bold{
    font-size: 1.8rem;
    font-weight: bold;
}

.p_distribution_table td.ppd_normal{
    padding: 28px 15px !important;
}
.p_distribution_table td:first-of-type{
    padding-left: 30px;
    padding-right: 30px;
}
.p_distribution_table02 td{
    padding-left: 20px;
    padding-right: 20px;
}
.p_distribution_table02 td:first-of-type{
    padding-left: 30px;
    padding-right: 30px;
}

.p_distribution_table03 th:first-of-type{
    width: 12.5%;
}

.p_distribution_table03 th:nth-of-type(2),
.p_distribution_table03 th:nth-of-type(3){
    width: 29.1%;
}

.p_distribution_table04 th{
    width: 20%;
}

.p_distribution_table05 th{
    width: 100%;
}

.p_distribution_table05 td{
    width: 25%;
}

.p_distribution_table06 th:first-of-type{
    width: 33%;
}

.p_distribution_table06 th{
    width: 22%;
}

.others_products{
    width: 100%;
    margin-bottom: -18px;
}
.others_products>li{
    width: 30.8%;
    float: left;
    margin-right: 3.8%;
    margin-bottom: 18px;
}
.others_products>li:nth-of-type(3n){
    margin-right: 0;
}
.others_products>li a{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 71px;
    background-color: #2571e0;
    border: 2px solid #2571e0;
    color: #ffffff;
    font-size: 1.4rem;
    line-height: 1.4;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    padding: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.pfw_normal{
    font-weight: normal !important;
    font-size: 1.6rem !important;
}



.pfw_bold{
    font-weight: bold !important;
}

.p_mt15{
    margin-top: 15px;
}

.p_mt30{
    margin-top: 30px;
}

.p_mt55{
    margin-top: 55px;
}

.p_mt0{
    margin-top: 0 !important;
}

.p_mb0{
    margin-bottom: 0 !important;
}

.p_mt80{
    margin-top: 80px;
}

.p_mt100{
    margin-top: 100px !important;
}


.pimg_mt30{
    margin-top: 30px !important;
}

.pimg_mt20{
    margin-top: 20px !important;
}

.pimg_mt15{
    margin-top: 15px !important;
}

.pd_common_list01>li{
    position: relative;
    padding-left: 18px;
    font-size: 1.8rem;
}

.pd_common_list01>li:before{
    content: '・';
    position: absolute;
    top: 0;
    left: 0;
    color: #2571e0;
}

.pd_common_list02>li{
    position: relative;
    padding-left: 16px;
}

.pd_common_list02>li>span.listnum{
    content: '・';
    position: absolute;
    top: 0;
    left: 0;
}

.pd_cl_color01.pd_common_list01>li:before{
    color: #000000;
}

.pd_common_img01{
    display: block;
    margin:  0 auto;
}

.pd_common_img02{
    display: block;
    margin:  0 auto;
    width: 700px;
}

.pd_tac{
    text-align: center;
}

.pd_vlm{
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.pd_vlm01{
    display: -webkit-flex;
    display: flex;
    align-items: center;
}

.pd_td_vlm{
    vertical-align: middle !important;
}

.pd_th_of_td_vlm td{
    vertical-align: middle !important;
}

.pd_bt01{
    border-top: 1px solid #2571e0;
}

.pd_tit01{
    font-size: 3rem;
    border: 2px solid #2571e0;
    padding: 20px;
    text-align: center;
}

.pd_subtit01{
    font-size: 3rem;
    font-weight: bold;
    line-height: 1.46;
    background-color: #d8e5f9;
    padding: 30px 37px;
    margin-bottom: 88px;
}

.pi_txt_fwb{
    font-weight: bold;
}

.pd_subtit02{
    font-size: 2.6rem;
    font-weight: bold;
    color: #2571e0;
    border-bottom: 3px solid #2571e0;
    padding-bottom: 22px;
    margin-top: 50px;
}

.pd_subtit03{
    position: relative;
    padding-left: 20px;
    font-size: 2rem;
    font-weight: bold;
}

.pd_subtit03:before{
    position: absolute;
    content: '■';
    top: 4px;
    left: 0;
    font-size: 1.4rem;
    color: #2571e0;
}

.pd_subtit04{
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.875;
    color: #000000;
    margin-top: 20px;
}

.pd_common_img03{
    display: block;
}

.pd_cimg_w50{
    width: 216px;
    max-width: 50%;
}
/* 500W & 100W */
.page-template-solax500w .inner,.page-template-solax100w .inner{
    width: 1200px;
}
.page-template-solax500w #specification .specification_table_wrap_product,.page-template-solax100w #specification .specification_table_wrap_product{
    overflow-x: hidden;
}
.page-template-solax500w .inner,.page-template-solax100w .inner{
    width: 1200px;
}
.page-template-solax500w #specification .specification_table tr:nth-of-type(2) td:nth-of-type(2){
    background-color: transparent;
    font-weight: bold;
}
.page-template-solax500w #specification .specification_table_wrap_product .specification_table th:first-of-type{
    width: 8%;
}
.page-template-solax500w #specification .specification_table_wrap_product td.td33{
    width: 9.2%;
}
.page-template-solax100w #specification .specification_table_wrap_product .specification_table th:first-of-type{
    width: 13.6%;
}
.page-template-solax100w #specification .specification_table_wrap_product td.td33{
    width: 9.6%;
}
@media only screen and (max-width: 1300px) {
    .page-template-solax500w #specification .specification_table_wrap_product,.page-template-solax100w #specification .specification_table_wrap_product{
        overflow-x: scroll;
    }
}
@media only screen and (max-width: 1024px) {
    .pdetail_btn_list>li{
        width: 23.5%;
        margin-right: 2%;
    }
    .pdetail_btn_list>li:nth-of-type(5n){
        margin-right: 2%;
    }
    .pdetail_btn_list>li:nth-of-type(4n){
        margin-right: 0;
    }
    .product_detail_tit{
        font-size: 2.2rem;
    }
    .product_detail_anchor_list>li{
        width: 49%;
        margin-right: 2%;
    }
    .product_detail_anchor_list>li:nth-of-type(3n){
        margin-right: 2%;
    }
    .specification_table_br{
        display: block;
    }
    .p_distribution_img img{
        width: 58.8%;
    }
    .p_distribution_img img:last-of-type{
        width: 41.2%;
    }
    .option_img,.option_name,.option_info{
        padding: 25px 20px;
    }
    .option_img{
        padding: 35px 20px;
    }
    .option_list02 .option_img,.option_list02 .option_name,.option_list02 .option_info{
        padding-left: 20px;
        padding-right: 20px;
    }
    .p_distribution_table_tit,
    .p_distribution_tit01{
        font-size: 2.2rem;
    }
    .p_distribution_table th{
        padding: 28px 15px;
    }
    .p_distribution_table th:first-of-type{
        padding: 28px 15px;
    }
    .p_distribution_table td{
        padding: 28px 15px;
    }
    .p_distribution_table td:first-of-type,
    .p_distribution_table td.pfw_bold{
        font-size: 1.6rem;
    }
    .p_distribution_table02 td{
        padding-left: 15px;
        padding-right: 15px;
    }
    .p_distribution_table02 td:first-of-type{
        padding-left: 15px;
        padding-right: 15px;
    }
    .pd_tit01 {
        font-size: 2.6rem;
    }

    .pd_subtit01{
        font-size: 2.6rem;
        padding: 25px 30px;
    }

    .pd_subtit02 {
        font-size: 2.4rem;
    }
}

@media only screen and (max-width: 1023px){
    .pdetail_content{
        padding: 80px 0;
    }
    .pdetail_btn_list>li{
        width: 32%;
        margin-right: 2%;
    }
    .pdetail_btn_list>li:nth-of-type(5n),.pdetail_btn_list>li:nth-of-type(4n){
        margin-right: 2%;
    }
    .pdetail_btn_list>li:nth-of-type(3n){
        margin-right: 0;
    }
    .product_detail_tit{
        font-size: 2rem;
        margin-top: 20px;
    }
    .product_detail_anchor_list>li{
        float: none;
        width: 100%;
        margin-right: 0;
    }
    .product_detail_anchor_list>li:nth-of-type(3n),.product_detail_anchor_list>li:nth-of-type(even){
        margin-right: 0;
    }
    .product_detail_anchor_list>li a br{
        display: none;
    }
    .specification_table{
        margin-top: 20px;
    }
    .specification_table th{
        font-size: 1.6rem;
    }
    .specification_table th br{
        display: block;
    }
    .specification_table td{
        font-size: 1.4rem;
        border: 1px solid #2571e0;
    }
    .p_distribution{
        padding-top: 60px;
    }
    .option_list02{
        margin-top: 40px;
    }
    .option_name{
        font-size: 1.6rem;
    }
    .option_info{
        font-size: 1.4rem;
    }
    .p_distribution_table_tit,
    .p_distribution_tit01{
        font-size: 2rem;
    }
    .p_distribution_table th{
        font-size: 1.6rem;
    }
    .others_products>li{
        width: 32%;
        margin-right: 2%;
        margin-bottom: 18px;
    }
    .pd_tit01 {
        font-size: 2.4rem;
    }

    .p_mt80 {
        margin-top: 60px;
    }

    .p_mt100 {
        margin-top: 80px !important;
    }

    .pd_subtit01 {
        margin-bottom: 70px;
    }
}

@media only screen and (max-width: 767px){
    .pdetail_content{
        padding: 70px 0;
    }
    .pdetail_btn_list{
        margin-bottom: -10px;
    }
    .pdetail_btn_list>li{
        margin-bottom: 10px;
    }
    .product_detail_tit{
        font-size: 1.8rem;
    }
    .product_detail_anchor_list{
        margin-bottom: -10px;
        margin-top: 25px;
    }
    .product_detail_anchor_list>li{
        display: block;
        float: left;
        width: 48%;
        margin-right: 4% !important;
        margin-bottom: 10px;
    }
    .product_detail_anchor_list>li:nth-of-type(3n){
        margin-right: 4% !important;
    }
    .product_detail_anchor_list>li:nth-of-type(even){
        margin-right: 0 !important;
    }
    .product_detail_anchor_list>li a br{
        display: block;
    }
    .specification_table_wrap{
        width: 100%;
        overflow-x:scroll;
    }
    .specification_table{
        width: 640px;
        margin-top: 20px;
    }
    .specification_table_wrap_product .specification_table{
        width: 1000px;
    }
    .specification_table th{
        padding: 10px 5px;
    }
    .specification_table td{
        padding: 9px 5px;
    }
    .p_distribution{
        padding-top: 50px;
    }
    .option_img,.option_name,.option_info{
        padding: 20px 15px;
    }
    .option_img{
        padding: 20px 15px;
    }
    .option_list02 .option_img,.option_list02 .option_name,.option_list02 .option_info{
        padding-left: 15px;
        padding-right: 15px;
    }
    .p_distribution_table_tit,
    .p_distribution_tit01{
        font-size: 1.8rem;
    }

    .p_distribution_table_tit{
        margin-bottom: 15px;
    }
    .p_distribution_table_wrap{
        margin-top: 20px;
    }
    .p_distribution_table_wrap02{
        margin-bottom: 10px;
    }
    .p_mt15 {
        margin-top: 10px;
    }
    .p_distribution_table th{
        padding: 20px 10px;
    }
    .p_distribution_table th:first-of-type{
        padding: 20px;
    }
    .p_distribution_table td{
        padding: 20px 10px;
    }
    .p_distribution_table td:first-of-type{
       font-size: 1.6rem;
        padding: 20px;
    }
    .p_distribution_table td.pfw_normal,
    .p_distribution_table td.ppd_normal{
        padding: 20px 10px !important;
    }
    .p_distribution_table02 td{
        padding-left: 10px;
        padding-right: 10px;
    }
    .p_distribution_table02 td:first-of-type{
        padding-left: 20px;
        padding-right: 20px;
    }
    .others_products{
        margin-bottom: -10px;
    }
    .others_products>li{
        margin-bottom: 10px;
    }

    .option_list03{
        border: none;
    }
    .option_list03>li{
        width: 50% !important;
        border: 3px solid #2571e0;
        margin-bottom: 40px;
    }
    .option_list03>li:nth-of-type(odd){
        border-right-width: 1px;
    }
    .option_list03>li:nth-of-type(even){
        border-left-width: 1px;
        margin-left: -1px;
    }
    .option_list03>li:last-of-type {
        border-right: 3px solid #2571e0;
    }
    .option_list03.p_mt55,
    .option_list04.p_mt55{
        margin-top: 0;
    }
    .p_mt55{
        margin-top: 40px;
    }
    .pd_tit01 {
        font-size: 2.2rem;
    }
    .p_mt80 {
        margin-top: 50px;
    }
    .p_mt100 {
        margin-top: 70px !important;
    }
    .pd_subtit01 {
        font-size: 2.4rem;
        margin-bottom: 60px;
    }

    .pd_subtit02 {
        font-size: 2.2rem;
        border-bottom: 2px solid #2571e0;
    }
    .pd_subtit03 {
        padding-left: 16px;
        font-size: 1.8rem;
    }
    .pd_subtit03:before{
        font-size: 1.2rem;
    }

}
@media only screen and (max-width: 600px){
    .p_distribution_table_wrap{
        margin-top: 25px;
        width: 100%;
        overflow-x: scroll;
    }
    .p_distribution_table{
        width: 600px;
    }
    .p_distribution_table02{
        width: 800px;
    }
}
@media only screen and (max-width: 540px){
    .pdetail_btn_list>li{
        width: 48%;
        margin-right: 4%;
        margin-bottom: 14px;
    }
    .pdetail_btn_list>li:nth-of-type(5n),.pdetail_btn_list>li:nth-of-type(4n),.pdetail_btn_list>li:nth-of-type(3n){
        margin-right: 4%;
    }
    .pdetail_btn_list>li:nth-of-type(2n){
        margin-right: 0;
    }
    .pdetail_btn_list>li a{
        min-height: 64px;
    }
    .others_products{
        width: 100%;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        margin-bottom: -18px;
    }
    .others_products>li{
        width: 48%;
        margin-right: 4%;
        margin-bottom: 18px;
    }
    .others_products>li:nth-of-type(3n){
        margin-right: 4%;
    }
    .others_products>li:nth-of-type(2n){
        margin-right: 0;
    }
    .others_products>li a{
        min-height: 64px;
    }
}
@media only screen and (max-width: 480px){
    .pdetail_content{
        padding: 60px 0;
    }
    .pdetail_btn_list>li a{
        min-height: 60px;
        border: none;
        font-size: 1.3rem;
    }
    .pdetail_content .ttl_h2{
        margin-bottom: 20px;
    }
    .product_detail_tit{
        font-size: 1.6rem;
        margin-top: 20px;
    }
    .product_detail_anchor_list{
        margin-bottom: -15px;
    }
    .product_detail_anchor_list>li{
        display: block;
        float: none;
        width: 100%;
        margin: 0 auto 15px auto !important;
    }
    .product_detail_anchor_list>li:nth-of-type(3n){
        margin: 0 auto 15px auto !important;
    }
    .product_detail_anchor_list>li:nth-of-type(even){
        margin: 0 auto 15px auto !important;
    }
    .product_detail_anchor_list>li a br{
        display: none;
    }
    .p_distribution{
        padding-top: 40px;
    }
    .p_distribution .option_list:not(.option_list02) img{
        width: 100px;
    }
    .p_distribution:last-of-type{
        margin-bottom: 0;
    }
    .p_distribution_img{
        display: flex;
        justify-content: space-between;
    }
    .option_list{
        display: block;
        border: none;
        margin-top: 20px;
    }
    .option_list02{
        margin-top: 20px;
    }
    .option_list>li{
        width: 100%;
        border: 2px solid #2571e0;
        margin-bottom: 20px;
    }
    .option_list>li:last-of-type{
        border-right: 2px solid #2571e0;
    }
    .option_list02{
        display: flex;
        flex-wrap: wrap;
    }
    .option_list02>li{
        width: 50%;
    }
    .option_list02>li:nth-of-type(odd){
        border-right-width: 1px;
    }
    .option_list02>li:nth-of-type(even){
        border-left-width: 1px;
        margin-left: -1px;
    }

    .option_list04>li:nth-of-type(odd){
        border-right-width: 1px;
    }
    .option_list04>li:nth-of-type(even){
        border-left-width: 1px;
        margin-left: -1px;
    }
    .option_list04>li:last-of-type {
        border-right: 2px solid #2571e0;
    }
    
    .p_distribution_table_wrap{
        margin-top: 25px;
    }
    .p_distribution_table{
        border-width: 2px;
    }
    .p_distribution_table_wrap02{
        margin-top: 35px;
    }
    .p_distribution_table th:first-of-type{
        padding: 20px 15px;
    }
    .p_distribution_table td:first-of-type{
        padding: 20px 15px;
    }
    .p_distribution_table02 td{
        padding-left: 10px;
        padding-right: 10px;
    }
    .p_distribution_table02 td:first-of-type{
        padding-left: 15px;
        padding-right: 15px;
    }
    .others_products>li a{
        min-height: 60px;
        border: none;
        font-size: 1.3rem;
    }

    .pimg_mt30 {
        margin-top: 20px !important;
    }

    .pimg_mt20{
        margin-top: 15px !important;
    }

    .pimg_mt5{
        margin-top: 5px;
    }

    .p_mt30{
        margin-top: 20px !important;
    }

    .pd_tit01 {
        border: 1px solid #2571e0;
        padding: 15px;
        font-size: 2rem;
    }
    .p_mt80 {
        margin-top: 40px;
    }
    .pd_subtit01 {
        font-size: 2.2rem;
        margin-bottom: 50px;
        padding: 20px 25px;
    }
    .p_mt100 {
        margin-top: 60px !important;
    }
    .pd_subtit02 {
        font-size: 2rem;
    }
}

@media only screen and (min-width: 1025px){

    .pdetail_btn_list>li a:hover{
        background-color: #ffffff;
        color: #2571e0;
    }
    .others_products>li a:hover{
        background-color: #ffffff;
        color: #2571e0;
    }
}