@charset "utf-8";
/* CSS Document */


h2.title_a{
    border-bottom: solid 1px #e2e2e2;
    border-top:  solid 1px #e2e2e2;
    padding: 8px 0px 8px 18px;
    color: #494949;
    letter-spacing: 0.1em;
    font-size: 19px;
    margin-bottom: 35px;
    font-weight: 600;
    background:linear-gradient(0deg, rgba(245,245,245,1) 10%,rgba(255,255,255,1) 90%);
    text-align: left;
}



.item_frame_inner{
    padding: 20px;
}




.test_main{
    margin-bottom: 20px;
    margin-top: 30px;
}


.test-title{
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    padding: 8px 18px 8px 18px;
    background-color: #004b68;
    border-radius: 10px 10px 0px 0px;
    letter-spacing: 0.1em;
    text-align: left;
    
}

.test-inner{
    border-bottom: 2px solid #004b68;
    border-left: 2px solid #004b68;
    border-right: 2px solid #004b68;
    border-radius: 0px 0px 10px 10px;
    padding: 40px 18px 30px;
}


/*強度テストここから*/


.strength-test {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    width: 90%;
}



.strength-test-item{
    margin-bottom: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content:center;
    align-content: center;
}

.product-name{
    background-color: #f2f2f2;
    height: 60px;
    color: #2a7081;
    font-weight: 600;
    padding: 10px 50px;
    align-content: center;
    letter-spacing: 0.1em;
    border-bottom: dotted 1px #ccc;
    border-top: dotted 1px #ccc;
    width: 180px;
}


.bc_arrow{
	width:50px;
	height:80px;
	background:linear-gradient(to bottom left, #fff 50%, #f2f2f2 50%) top left/ 100% 50% no-repeat,
    linear-gradient(to top left, #fff 50%, #f2f2f2 50%) bottom left / 100% 50% no-repeat;
    border-bottom: dotted 1px #ccc;
    border-top: dotted 1px #ccc;
}


.product-name span{
    font-size: 10px;
    color: #A6A6A6;
    padding: 0px 0px 0px 10px;
    
}


.pdf_icon{
    background-color: #ffffff;
    color: #2a7081;
    height: 60px;
    font-weight: 600;
    padding: 10px 50px;
    align-content: center;
    border-bottom: dotted 1px #ccc;
    border-top: dotted 1px #ccc;
    text-align: center;
}

div.txt_center{
    color: #A6A6A6;
    font-size: 10px;
    font-weight: normal;
    padding-bottom: 5px;
}


.pdf_icon a:hover{
    opacity: 0.5;
}

.pdf_icon a img{
    width: 40px;
}



@media screen and (max-width: 695px) {
    .strength-test-item{
        display: block;
        margin: 0 auto;
        padding-bottom: 20px;
    }
    
    .product-name{
        width: 75%;
        margin: 0 auto;
        border-bottom: none;
        border-left: dotted 1px #ccc;
        border-right: dotted 1px #ccc;
        border-top: dotted 1px #ccc;
        padding: 0px 20px;
        background-color: #f2f2f2;
        color: #004b68;
        border-radius: 10px 10px 0px 0px;
    }
    
    
    
    
    .bc_arrow{
        display: none;
    }
    
    .pdf_icon{
        width: 75%;
        margin: 0 auto;
        border-bottom: dotted 1px #ccc;
        border-left: dotted 1px #ccc;
        border-right: dotted 1px #ccc;
        border-top: none;
        padding: 10px 20px;
        border-radius: 0px 0px 10px 10px;
    }
    
    
    
    
}




@media screen and (max-width: 365px){
    
    .test-title{
        font-size: 12px;
        padding: 8px 10px 8px 10px;
    }
    
    
    .strength-test-title {
        font-size: 10px;
        text-align: left;
        padding: 8px 10px 8px 10px;
    }
    
    
    .strength-test-title::after {
      border-right: solid 2px #2a7081;
      border-top: solid 2px #2a7081;
      content: "";
      display: block;
      height: 6px;
      position: absolute;
      right: 15px;
      top: 30%;
      transform: rotate(135deg);
      transition: transform .3s ease-in-out, top .3s ease-in-out;
      width: 6px;
    }
    
}


/*PCでは無効（改行しない）*/
.br_sp{
    display: none;
}

/*スマートフォンでは有効（改行する）*/
@media screen and (max-width:365px) {
    .br_sp{
        display: block;
    }
}



.explanation{
    /*width: 480px;*/
    margin: 0 auto;
    padding-top: 20px;

    
}

.text_img{
    display: flex;
}

.left_text{
    text-align: left; 
}

.right_img {
    margin: 0px 0px 10px 10px;
}



.right_img img{
    width: 200px;
}


h4.sub_title{
    width: fit-content;
    border-radius: 50px;
    padding: 5px 30px;
    background: #004b68;
    margin: 5px 0 20px;
    color: #fff;
    letter-spacing: 0.2em;
}

.text_p20{
    padding: 20px 0px;
}

div.table{
    display: flex;
    gap:20px;
}


div.table table{
    width: 50%;
    text-align: center;
}

div.table table th{
    background-color: #657b8d;
    font-weight: 600;
    color: #fff;
    border: #b1b4b6 1px solid;
}

div.table table th,div.table table td{
    padding: 20px 0px;
    border: #b1b4b6 1px solid;
}

.table table td span{
    font-weight: bold;
}



@media(min-width:768px){
    .sp{
        display: none !important;
    }
}
@media(max-width:767px){
    .pc{
        display: none !important;
    }
}

@media screen and (max-width:768px) {
    .text_img{
        flex-direction: column;
    }
    
    
    .right_img {
        margin: 20px 0px 10px 0px;
    }
    
    .right_img img{
        width: 100%;
        order: 1;
        margin-bottom: 10px;
    }
    
    .left_text{
        order: 2;
    }
    
    h4.sub_title{
        margin: 5px 0 5px;
    }
    
}


@media screen and (max-width: 695px) {
    
    .explanation{
        width: 80%;
        margin: 0 auto;
        padding-top: 20px;
    }
    
    div.table{
        display: block;
        gap:0px;
    }
    
    div.table table{
    width: 100%;
    text-align: center;
}

    
    
}


@media screen and (max-width: 365px){
    
    .explanation{
        width: 90%;
    }
    
    
    h4.sub_title{
        width: 100%;
        border-radius: 50px;
        padding: 5px;
        text-align: center;
}

    
}


/*強度テストここまで*/


/*耐候性テストここから*/

.text_img2{
    width: 90%;
    /*background-color: aquamarine;*/
    margin: 0 auto;
    text-align: left;
}

.text_small{
    font-size: 0.9em;
    padding: 20px 0px;
}


.test_result{
    display:flex;
    justify-content: space-between;
    gap:20px;
}

.test_result_list{
    width: 50%;
    margin-bottom: 20px;
}


.test_result_list img{
    width: 100%;
    margin-bottom: 10px;
}

.test_result_text{
}

.test_result_text p{
    font-weight: bold;
    margin-bottom: 5px;
}


@media screen and (max-width: 695px) {
    .test_result{
        display:block;
        gap:0px;
    }
    
    .test_result_list{
        width: 100%;
        margin-bottom: 20px;
    }
    
    .text_img2{
        width: 80%;
    }
    
}


/*耐候性テストここまで*/
