@charset "utf-8";
.product_category{
    padding: 108px 0 104px;
}

.pi_subtit{
    font-size: 2.6rem;
    font-weight: bold;
    color: #000000;
    padding-bottom: 25px;
    border-bottom: 3px solid #2571e0;
    margin-top: 40px;
}

.pi_box{
    display: -webkit-flex;
    display: flex;
    margin-top: 39px;
}

.pi_img{
    flex: none;
    width: 50%;
}

.pi_img>img{
    display: block;
    margin: 0 auto;
}

.pi_tbox{
    padding-left: 34px;
    flex: auto;
}

.pi_txt{
    font-size: 1.4rem;
    line-height: 1.85;
    margin-bottom: 20px;
}

.pi_txt01{
    font-size: 1.4rem;
    line-height: 1.85;
}

.pi_txt02{
    font-size: 1.6rem;
    line-height: 1.85;
    margin-bottom: 15px;
}

.pi_txt03{
    font-size: 1.6rem;
}

.product_line{
    margin-top: 90px;
}

.product_line:first-of-type{
    margin-top: 0;
}

.product_line01 .product_list{
    display: flex;
    justify-content: center;
}

.product_line01 .product_list>li{
    margin-right: 0 !important;
    width: calc(50% - 18px); 
}

.product_list{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 36px 38px;
    margin-top: 30px;
}

.product_list>li{
    display: -webkit-flex;
    display: flex;
    padding: 32px 22px;
    background-color: #f7f7f7;
    border: 1px solid #d7d6d4;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.product_box{
    margin-top: 40px;
}

.product_box:first-of-type{
    margin-top: 80px;
}

.product_iimg{
    width: 176px;
    flex: none;
}

.product_iimg>img{
    display: block;
}

.product_itbox{
    flex: auto;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-left: 22px;
}

.product_itit{
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.44;
}

.product_itxt{
    font-size: 1.4rem;
    line-height: 1.57;
    margin-top: 8px;
}

.product_btn{
    display: block;
    max-width: 180px;
    font-size: 1.4rem;
    font-weight: bold;
    color: #ffffff;
    text-decoration: none;
    text-align: center;
    background: url("../img/common_arrow02.png") no-repeat right 24px center #2571e0;
    padding: 9px 5px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    margin-top: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.product_btn>span{
    padding-right: 15px;
}

.page-id-155 .product_category{
	padding-top: 18px;
}
.page-id-155 .product_line{
	padding-top: 90px;
	margin-top: 0;
}
.product_new{
    width: 100%;
    margin-bottom: 10px;
}
.product_new span{
    display: inline-block;
    font-size: 1.8rem;
    font-weight: bold;
    color: #ffffff;
    background-color: #ff0000;
    padding: 0 14px;
}
.mt0{
    margin-top: 0 !important;
}
.mb0{
    margin-bottom: 0 !important;
}
.solax500w_txt{
    border-bottom: 1px solid #2571e0;
}
.solax500w_txt a{
    border-bottom: none;
}
.product_rental{
    margin-top: 80px;
}
.product_rental a{
    color: #ffffff;
    font-size: 1.8rem;
    font-weight: bold;
    text-decoration: none;
}
/* product_search */
.product_search{
    width: 100%;
    background-color: #f7f7f7;
    border: 1px solid #d7d6d4;
    margin-top: 90px;
    padding: 40px 60px 50px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.product_search .ttl_h2{
    padding-bottom: 10px;
    border-bottom: 1px solid #d7d6d4;
}
.product_search_line{
    width: 100%;
    padding: 24px 0;
    border-bottom: 1px solid #d7d6d4;
    display: flex;
}
.product_search_line_application{
    align-items: center;
}
.product_search_type{
    width: 150px;
    font-size: 1.8rem;
    font-weight: bold;
}
.product_search_content{
    width: calc(100% - 150px);
    font-size: 0;
}
.product_search_cate{
    margin-bottom: -12px;
}
.search_by_cate{
    display: inline-block;
    font-size: 1.6rem;
    color: #000000;
    font-weight: bold;
    border: 2px solid #d8e5f9;
    background-color: #ffffff;
    border-radius: 14px;
    text-decoration: none;
    padding: 0 17px;
    margin-right: 22px;
    margin-bottom: 12px;
}
.search_by_cate.active{
    background-color: #2571e0;
    border-color: #2571e0;
    color: #ffffff;
}
#search_by_application{
    font-size: 1.6rem;
    border: 1px solid #d7d6d4;
    width: 100%;
    max-width: 390px;
    height: 54px;
    padding: 10px 40px 10px 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 8px;
    background: url(../img/sel_search.png) no-repeat right 18px center #ffffff;
}
#search_by_application:disabled{
    cursor: not-allowed;
    background-color: #f7f7f7;
}
.btn_search_wrap{
    display: flex;
    flex-direction: row-reverse;
}
.btn_search {
    color: #ffffff;
    font-size: 1.8rem;
    font-weight: bold;
    text-decoration: none;
    margin-top: 30px;
}
#clearBtn{
    background-color: #ffffff;
    border: 2px solid #2571e0;
    background-image: url(../img/idx_products_arrow01.png);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #2571e0;
}

@media only screen and (max-width: 1200px) {
    .product_iimg {
        width: 150px;
        max-width: 40%;
    }
}

@media only screen and (max-width: 1024px) {

    .product_category {
        padding: 90px 0;
    }

    .product_list>li {
        padding: 25px 22px 25px 22px;
    }

    .product_itbox {
        padding-left: 15px;
    }

    .pi_subtit {
        font-size: 2.4rem;
    }
    .page-id-155 .product_category{
		padding-top: 0;
	}
}

@media only screen and (max-width: 1023px){

    .product_category {
        padding: 80px 0;
    }

    .pi_subtit {
        font-size: 2.2rem;
    }

    .pi_box {
        margin-top: 30px;
    }

    .pi_tbox {
        padding-left: 25px;
    }

    .product_line{
        margin-top: 80px;
    }
    
    .product_line01 .product_list>li{
        width: calc(50% - 10px);
    }
    
    .product_list{
        gap: 20px 20px;
        margin-bottom: -20px;
    }
    
    .product_list>li{
        padding: 20px 15px;
    }

    .product_btn{
        padding: 7px 5px;
        background: url("../img/common_arrow02.png") no-repeat right 18px center #2571e0;
    }

    .product_itit{
        font-size: 1.6rem;
    }
    
    .page-id-155 .product_line{
		padding-top: 80px;
		margin-top: 0;
	}
    .product_new{
        margin-bottom: 6px;
    }
    .product_new span{
        font-size: 1.6rem;
        padding: 0 10px;
    }
    .product_rental{
        margin-top: 60px;
    }
    /* product_search */
    .product_search{
        margin-top: 80px;
    }
}

@media only screen and (max-width: 767px){
    .product_category {
        padding: 70px 0;
    }

    .pi_subtit {
        font-size: 2rem;
        border-bottom: 2px solid #2571e0;
    }

    .pi_box {
        flex-direction: column;
    }

    .pi_img{
        width: 100%;
    }

    .pi_tbox{
        padding-left: 0;
        margin-top: 30px;
    }

    .product_line {
        margin-top: 70px;
    }
    .product_line01 .product_list{
        display: block;
    }
    .product_line01 .product_list>li{
        width: 100%;
    }

    .product_list{
        display: block;
        max-width: 482px;
        margin: 30px auto -20px;
    }

    .product_list>li{
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }

    .product_btn {
        background: url("../img/common_arrow02.png") no-repeat right 20px center #2571e0;
    }
    .page-id-155 .product_line{
		padding-top: 70px;
		margin-top: 0;
	}
    .product_rental{
        margin-top: 50px;
    }
    .product_rental a{
        font-size: 1.6rem;
    }
    /* product_search */
    .product_search{
        margin-top: 70px;
        padding: 40px 30px;
    }
    .product_search_line{
        display: block;
    }
    .product_search_type{
        width: 100%;
        margin-bottom: 15px;
        font-size: 1.6rem;
    }
    .product_search_content{
        width: 100%;
    }
    .search_by_cate{
        font-size: 1.4rem;
        margin-right: 15px;
    }
    #search_by_application{
        font-size: 1.4rem;
        height: 50px;
        padding-left: 15px;
        padding-right: 30px;
        background-position: right 10px center;
    }
    .btn_search_wrap{
        display: block;
    }
    .btn_search {
        font-size: 1.6rem;
        margin-top: 20px;
    }
}

@media only screen and (max-width: 480px){
    .product_category {
        padding: 60px 0;
    }

    .pi_subtit {
        font-size: 1.8rem;
        margin-top: 30px;
        padding-bottom: 20px;
    }

    .product_line {
        margin-top: 60px;
    }

    .product_btn {
        padding: 6px 4px;
        background: url("../img/common_arrow02.png") no-repeat right 18px center/11px auto #2571e0;
    }

    .pi_txt03{
        font-size: 1.5rem;
    }
    .page-id-155 .product_line{
		padding-top: 60px;
		margin-top: 0;
	}
    /* product_search */
    .product_search{
        margin-top: 60px;
        padding: 30px 20px;
    }
}

@media only screen and (min-width: 1025px){

    .product_btn:hover{
        background: url("../img/common_arrow02.png") no-repeat right 20px center #2571e0;
    }
}