@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{
    justify-content: center;
}

.product_line01 .product_list>li{
    margin-right: 0 !important;

}

.product_list{
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
    margin-bottom: -38px;
}

.product_list>li{
    width: calc(50% - 18px);
    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;
    margin-bottom: 38px;
}

.product_list>li:nth-of-type(2n+1){
    margin-right: 36px;
}

.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;
}

@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_list{
        margin-bottom: -20px;
    }

    .product_list>li:nth-of-type(2n+1){
        margin-right: 20px;
    }

    .product_list>li {
        width: calc(50% - 10px);
        padding: 20px 15px;
        margin-bottom: 20px;
    }

    .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;
    }
}

@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_list{
        flex-direction: column;
        align-items: center;
    }

    .product_list>li{
        width: 100% !important;
        margin-right: 0 !important;
        max-width: 482px;
    }

    .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;
	}
}

@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;
	}
}

@media only screen and (min-width: 1025px){

    .product_btn:hover{
        background: url("../img/common_arrow02.png") no-repeat right 20px center #2571e0;
    }
}