/*
-----------------
pickup @PC
-----------------
*/
#pickup > div:nth-child(1){
    width: 1080px;
    margin: 86px auto 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
#pickup > div:nth-child(1) h1{
    width: 100%;
    font-size: 36px;
}
#pickup > div:nth-child(1) h2{
    width: 50%;
    font-size: 22px;
}
#pickup > div:nth-child(1) > div{
    width: calc(100% - 52px);
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    background: #f0f0f0;
    margin: 36px 0 0 0;
    padding: 26px;
}
#pickup > div:nth-child(1) > div > div{
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
#pickup > div:nth-child(1) > div > div > div:nth-child(1){
    width: 50%;
    margin: 16px 0 0 0;
    line-height: 0;
}
#pickup > div:nth-child(1) > div > div > div:nth-child(1) iframe{
    width: 100%;
}
#pickup > div:nth-child(1) > div > div > div:nth-child(2){
    width: 45%;
    margin: -200px 0 0 0;
}
#pickup > div:nth-child(1) > div > div > div:nth-child(2) img{
    width: 100%;
}

@media screen and (max-width: 1080px) {
    #pickup > div:nth-child(1){
        width: 96%;
        margin: 156px auto 0 auto;
    }
    #pickup > div:nth-child(1) h1{
        width: 100%;
        font-size: 36px;
    }
    #pickup > div:nth-child(1) h1 span{
        display: block;
        padding: 16px 0 0 0;
        font-size: 36px;
    }
    #pickup > div:nth-child(1) h2{
        width: 50%;
        font-size: 18px;
    }
    #pickup > div:nth-child(1) h2 br{
        display: none;
    }
    #pickup > div:nth-child(1) > div > div > div:nth-child(1){
        width: 48vw;
        margin: 16px 0 0 0;
    }
    #pickup > div:nth-child(1) > div > div > div:nth-child(1) iframe{
        width: 48vw;
        height: 28vw;
    }
    #pickup > div:nth-child(1) > div > div > div:nth-child(2){
        width: 40vw;
        margin: -200px 0 0 0;
    }
}
@media screen and (max-width: 768px) {
    #pickup > div:nth-child(1) > div{
        width: calc(100% - 4vw);
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        background: #f0f0f0;
        margin: 36px 0 0 0;
        padding: 2vw;
    }
    #pickup > div:nth-child(1) > div > div > div:nth-child(1){
        width: 50vw;
        margin: 16px 0 0 0;
    }
    #pickup > div:nth-child(1) > div > div > div:nth-child(1) iframe{
        width: 50vw;
        height: 28vw;
    }
    #pickup > div:nth-child(1) > div > div > div:nth-child(2){
        width: 41vw;
        margin: -200px 0 0 0;
    }
}
@media screen and (max-width: 480px) {
    #pickup > div:nth-child(1) h1{
        width: 100%;
        font-size: 32px;
        text-align: center;
    }
    #pickup > div:nth-child(1) h1 span{
        display: block;
        padding: 16px 0 0 0;
        font-size: 28px;
    }
   #pickup > div:nth-child(1) > div{
        width: 96%;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        background: none;
        margin: 36px auto 0 auto;
        padding: 0;
    }
    #pickup > div:nth-child(1) h2{
        width: 100%;
        font-size: 14px;
    }
    #pickup > div:nth-child(1) > div > div > div:nth-child(1){
        width: 100%;
        margin: 16px auto 0 auto;
        order: 2;
        background: #212121;
        text-align: center;
        line-height: 0;
    }
    #pickup > div:nth-child(1) > div > div > div:nth-child(1) iframe{
        width: 80vw;
        height: 50vw;
        line-height: 0;
    }
    #pickup > div:nth-child(1) > div > div > div:nth-child(2){
        width: 96vw;
        margin: 0 0 0 0;
        order: 1;
    }
    #pickup > div:nth-child(1) > div > div > div:nth-child(2) img{
        width: 70%;
        margin: 0 auto;
    }
}


.infomb{
    max-width: 1080px;
    margin: 0 auto 90px auto!important;
}
.infomb ul{
    width: 100%;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    font-size: 15px;
}
.infomb ul li{
    width: 36%;
}
.infomb ul li a{
    display: block;
    background: #336699;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-weight: 500;
    padding: 20px 0 20px 0;
    margin: 15px 0 0 0;
    border-radius: 2px;
}
.infomb ul li a i{
    padding: 0 0 0 10px;
    font-size: 12px;
    vertical-align: 1px;
}
.infomb ul li a:hover{
    background: #ffc20e;
    color: #212121;
}

.info{
    width: 1080px;
    margin: 0 auto;
}
.info ul{
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    font-size: 15px;
}
.info ul li{
    width: 46%;
}
.info ul li a{
    display: block;
    background: #336699;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-weight: 500;
    padding: 20px 0 20px 0;
    margin: 15px 0 0 0;
    border-radius: 2px;
}
.info ul li a i{
    padding: 0 0 0 10px;
    font-size: 12px;
    vertical-align: 1px;
}
.info ul li a:hover{
    background: #ffc20e;
    color: #212121;
}

.shopinfo{
    width: 1080px;
    margin: 0 auto;
}
.shopinfo ul{
    display: flex;
    flex-wrap: wrap;
    font-size: 15px;
}
.shopinfo ul li{
    width: 30%;
    margin: 0 1.65% 0 1.65%;
}
.shopinfo ul li a{
    display: block;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 500;
    padding: 20px 0 20px 0;
    margin: 15px 0 0 0;
    border-radius: 2px;
    border: 1px solid #eee;
}
.shopinfo ul li a > div{
    text-align: center;
    width: 100%;
}
.shopinfo ul li a img{
    height: 50px;
    display: block;
    margin: 0 auto;
}
.shopinfo ul li a span{
    width: 100%;
    display: block;
    text-align: center;
    color: #000;
    font-size: 14px;
}
.shopinfo ul li a i{
    padding: 0 0 0 10px;
    font-size: 12px;
    vertical-align: 1px;
    color: #ffc20e;
}
.shopinfo ul li a:hover{
    border: 1px solid #ffc20e;
}
@media screen and (max-width: 1080px) {
    .info{
        width: 94%;
        margin: 0 auto;
    }
    .info ul{
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        font-size: 15px;
    }
    .info ul li{
        width: 48%;
    }
    .shopinfo ul li{
        width: 48%;
    }
}
@media screen and (max-width: 768px) {
    .info ul li a{
        padding: 16px 0 16px 0;
    }
    .shopinfo ul li{
        width: 100%;
    }
    .infomb ul li{
        width: 75%;
    }
}


.feature{
    width: 1080px;
    margin: 0 auto;
}

.feature > ul li{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    font-size: 15px;
    border-top: 1px solid #dcdcdc;
    padding: 40px 0 40px 0;
}
.feature > ul li h2{
    width: 100%;
    font-size: 30px;
    font-weight: 500;
    padding: 0 0 20px 0;
}
.feature > ul li h2 br{
    display: none;
}
.caption{
    width: 60%;
}
.caption p{
    letter-spacing: 2px;
}
.image{
    width: 33%;
    margin: -60px 0 0 0;
}
.image img{
    width: 100%;
}
.clmone{
    width: 100%;
}
.clmone p{
    letter-spacing: 2px;
}

@media screen and (max-width: 1080px) {
    .feature{
        width: 94%;
        margin: 0 auto;
    }
    .feature > ul li h2{
        width: 60%;
        font-size: 26px;
        font-weight: 500;
        padding: 0 0 20px 0;
    }

}
@media screen and (max-width: 768px) {
    .feature > ul li h2{
        width: 100%;
        text-align: center;
        line-height: 1.7em;
        order: 1;
    }
    .feature > ul li h2 br{
        display: block;
    }
    .image{
        width: 100%;
        margin: 0 0 26px 0;
        order: 2;
    }
    .image img{
        width: 60%;
        margin: 0 auto;
    }
    .caption{
        width: 100%;
        order: 3;
    }
    .clmone{
        order: 2;
    }
}
@media screen and (max-width: 480px) {
    .feature > ul li h2{
        width: 100%;
        font-size: 22px;
        font-weight: 500;
        padding: 0 0 20px 0;
    }
    .image img{
        width: 80%;
        margin: 0 auto;
    }
}



/*
-----------------
multimeter @PC
-----------------
*/
#multimeter > div:nth-child(1){
    width: 1080px;
    margin: 86px auto 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
#multimeter > div:nth-child(1) h1{
    width: 100%;
    font-size: 36px;
}
#multimeter > div:nth-child(1) h2{
    width: 100%;
    font-size: 20px;
    text-align: justify;
    line-height: 1.6em;
}
#multimeter > div:nth-child(1) ul{
    width: 100%;
}
#multimeter > div:nth-child(1) ul li a{
    width: 100%;
    font-size: 18px;
    background: #ffc000;
    color: #fff;
    padding: 5px 10px 5px 10px;
    margin: 1px 0 0 0;
    letter-spacing: 3px;
    display: block;
    border-radius: 3px;
    font-weight: 600;
}
#multimeter > div:nth-child(1) ul li a:hover{
    cursor: pointer;
    background: #212121;
    color: #fff;
}
#multimeter > div:nth-child(1) ul li a:hover span{
    color: #ffc000;
}
#multimeter > div:nth-child(1) ul li a:hover i{
    color: #ffc000;
}
#multimeter > div:nth-child(1) ul li i{
    font-size: 20px;
    font-weight: 600;
    color: #212121;
}
#multimeter > div:nth-child(1) ul li span{
    font-size: 22px;
    padding: 0 20px 0 10px;
    font-weight: 600;
    color: #212121;
}
#multimeter > div:nth-child(1) > div{
    width: calc(100% - 52px);
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    background: #f0f0f0;
    margin: 36px 0 0 0;
    padding: 26px;
}
#multimeter > div:nth-child(1) > div > div{
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
#multimeter > div:nth-child(1) > div > div:nth-child(1){
    width: 50%;
    margin: 16px 0 0 0;
}
#multimeter > div:nth-child(1) > div > div:nth-child(2){
    width: 45%;
    margin: -150px 0 0 0;
    text-align: center;
}
#multimeter > div:nth-child(1) > div > div:nth-child(2) img{
    width: 100%;
}
@media screen and (max-width: 1080px) {
    #multimeter > div:nth-child(1){
        width: 94%;
        margin: 156px auto 0 auto;
    }
    #multimeter > div:nth-child(1) h1{
        width: 100%;
        font-size: 30px;
        line-height: 1.4em;
    }
    #multimeter > div:nth-child(1) h1 span{
        display: block;
        padding: 16px 0 0 0;
        font-size: 36px;
    }
    #multimeter > div:nth-child(1) h2{
        width: 100%;
        font-size: 18px;
    }
    #multimeter > div:nth-child(1) h2 br{
        display: none;
    }
    #multimeter > div:nth-child(1) ul{
        width: 100%;
        margin: 20px 0 0 0;
    }
    #multimeter > div:nth-child(1) ul li a{
        width: calc(100% - 20px);
        font-size: 18px;
        background: #ffc000;
        color: #fff;
        padding: 5px 10px 5px 10px;
        margin: 1px 0 0 0;
        letter-spacing: 3px;
        display: block;
        border-radius: 3px;
        font-weight: 600;
    }
    #multimeter > div:nth-child(1) > div{
        width: calc(100%);
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        background: #fff;
        margin: 36px 0 0 0;
        padding: 0;
    }
    #multimeter > div:nth-child(1) > div > div:nth-child(1){
        width: 100%;
        margin: 16px 0 0 0;
    }
    #multimeter > div:nth-child(1) > div > div:nth-child(2){
        width: 100%;
        margin: 20px 0 20px 0;
        text-align: center;
    }
    #multimeter > div:nth-child(1) ul li i{
    font-size: 16px;
    font-weight: 600;
    color: #212121;
}
#multimeter > div:nth-child(1) ul li span{
    font-size: 18px;
    padding: 0 20px 0 10px;
    font-weight: 600;
    color: #212121;
}
#multimeter > div:nth-child(1) ul li a{
    width: 100%;
    font-size: 16px;
    background: #ffc000;
    color: #fff;
    padding: 5px 10px 5px 10px;
    margin: 1px 0 0 0;
    letter-spacing: 3px;
    display: block;
    border-radius: 3px;
    font-weight: 600;
}
}


.multimeter{
    width: 1080px;
    margin: 0 auto;
}
.multimeter > ul > li{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    font-size: 15px;
    border-top: 1px solid #dcdcdc;
    padding: 40px 0 40px 0;
}
.multimeter > ul > li h2{
    width: 100%;
    font-size: 30px;
    font-weight: 500;
    padding: 0 0 20px 0;
}
.multimeter > ul > li h2 span{
    color: #ffc000;
    font-size: 22px;
    padding: 0 0 0 20px;
}
.multimeter .caption{
    width: 48%;
}
.multimeter .caption h3{
    color: #212121;
    font-size: 16px;
    font-weight: 600;
    padding: 0 0 20px 0;
}
.multimeter .caption p{
    letter-spacing: 2px;
}
.multimeter .caption ul {
    margin: 10px 0 10px 0;
}
.multimeter .caption ul li{
    background: #f0f0f0;
    margin: 5px 0 0 0;
    padding: 10px;
}
.multimeter .caption ul li i{
    color: #ffc000;
    padding: 0 10px 0 0;
}
.multimeter .image{
    width: 48%;
    margin: -60px 0 0 0;
}
.multimeter .image p{
    text-align: center;
    background: #f0f0f0;
    color: #212121;
    font-size: 13px;
}
.multimeter .image img{
    width: 100%;
    margin: 10px 0 0 0;
}
.multimeter .image ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.multimeter .image ul li{
    width: 48%;
}
.lifetime{

}
.multimeter .lifetime .caption{
    width: 100%;
}
.multimeter .lifetime .caption img{
    width: 100%;
    margin: 20px 0 0 0;
}
#multimeter .info ul li br{
    display: none;
}
@media screen and (max-width: 1080px) {
    .multimeter > ul > li h2{
    width: 100%;
    font-size: 22px;
    font-weight: 500;
    padding: 0 0 20px 0;
}
.multimeter > ul > li h2 span{
    color: #ffc000;
    font-size: 18px;
    padding: 0 0 0 20px;
}
    .multimeter{
        width: 94vw;
        margin: 0 0 0 3vw;
    }
    .multimeter .caption{
    width: 100%;
}
.multimeter .image{
    width: 100%;
    margin: 0 0 0 0;
}
.multimeter .image ul li{
    width: 100%;
    margin: 20px 0 0 0;
}
.multimeter .image img{
    width: 100%;
    margin: 0 0 0 0;
}
#multimeter .info ul li{
    width: 100%!important;
}
#multimeter .info ul li br{
    display: block;
}
}













@media screen and (max-width: 1080px) {
    .feature{
        width: 94%;
        margin: 0 auto;
    }
    .feature > ul li h2{
        width: 60%;
        font-size: 26px;
        font-weight: 500;
        padding: 0 0 20px 0;
    }

}
@media screen and (max-width: 768px) {
    .feature > ul li h2{
        width: 100%;
        text-align: center;
        line-height: 1.7em;
        order: 1;
    }
    .feature > ul li h2 br{
        display: block;
    }
    .image{
        width: 100%;
        margin: 0 0 26px 0;
        order: 2;
    }
    .image img{
        width: 60%;
        margin: 0 auto;
    }
    .caption{
        width: 100%;
        order: 3;
    }
    .clmone{
        order: 2;
    }
}
@media screen and (max-width: 480px) {
    .feature > ul li h2{
        width: 100%;
        font-size: 22px;
        font-weight: 500;
        padding: 0 0 20px 0;
    }
    .image img{
        width: 80%;
        margin: 0 auto;
    }
}





/*
-----------------
mda @PC
-----------------
*/
#mda > div:nth-child(1){
    width: 1080px;
    margin: 86px auto 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
#mda > div:nth-child(1) h1{
    width: 100%;
    font-size: 34px;
}
#mda > div:nth-child(1) h1 span{
    display: block;
    font-size: 26px;
    line-height: 1.3em;
    padding: 28px 0 0 0;
}
#mda > div:nth-child(1) h2{
    width: 100%;
    font-size: 18px;
    text-align: justify;
    line-height: 1.8em;
}
#mda > div:nth-child(1) > div{
    width: calc(100% - 52px);
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    background: #f0f0f0;
    margin: 36px 0 0 0;
    padding: 16px 26px 16px 26px;
}
#mda > div:nth-child(1) > div > div{
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
#mda > div:nth-child(1) > div > div:nth-child(1){
    width: 50%;
    margin: 16px 0 0 0;
}
#mda > div:nth-child(1) > div > div:nth-child(2){
    width: 45%;
    margin: -160px 0 0 0;
    text-align: center;
}
#mda > div:nth-child(1) > div > div:nth-child(2) img{
    width: 100%;
}


@media screen and (max-width: 1080px) {
    #mda > div:nth-child(1){
        width: 96%;
        margin: 156px auto 0 auto;
    }
    #mda > div:nth-child(1) h1{
        width: 100%;
        font-size: 36px;
        line-height: 1.2em;
    }
    #mda > div:nth-child(1) h1 span{
        display: block;
        padding: 16px 0 0 0;
        font-size: 36px;
    }
    #mda > div:nth-child(1) > div > div:nth-child(1){
        width: 50%;
        margin: 16px 0 0 0;
    }
    #mda > div:nth-child(1) > div > div:nth-child(2){
        width: 45%;
        margin: -10px 0 0 0;
        text-align: center;
    }
}
@media screen and (max-width: 768px) {
    #mda > div:nth-child(1) > div{
        width: calc(100% - 4vw);
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        background: #f0f0f0;
        margin: 36px 0 0 0;
        padding: 2vw;
    }
    #mda > div:nth-child(1) > div > div:nth-child(1){
        width: 100%;
        margin: 16px 0 0 0;
    }
    #mda > div:nth-child(1) > div > div:nth-child(2){
        width: 100%;
        margin: -10px 0 0 0;
        text-align: center;
    }
}
@media screen and (max-width: 480px) {
    #mda > div:nth-child(1) h1{
        width: 100%;
        font-size: 32px;
        text-align: center;
    }
    #mda > div:nth-child(1) h1 span{
        display: block;
        padding: 16px 0 0 0;
        font-size: 28px;
    }
   #mda > div:nth-child(1) > div{
        width: 96%;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        background: none;
        margin: 36px auto 0 auto;
        padding: 0;
    }
    #mda > div:nth-child(1) h2{
        width: 100%;
        font-size: 14px;
    }
    #mda > div:nth-child(1) > div > div > div:nth-child(1){
        width: 100%;
        margin: 16px auto 0 auto;
        order: 2;
        background: #fff;
        text-align: center;
        line-height: 0;
    }
    #mda > div:nth-child(1) > div > div > div:nth-child(2){
        width: 96vw;
        margin: 0 0 0 0;
        order: 1;
    }
    #mda > div:nth-child(1) > div > div > div:nth-child(2) img{
        width: 70%;
        margin: 0 auto;
    }
}


.mda{
    width: 1080px;
    margin: 0 auto;
}
.mda > ul > li{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    font-size: 15px;
    border-top: 1px solid #dcdcdc;
    padding: 40px 0 40px 0;
}
.mda > ul > li > div > img{
    width: 80%;
    margin: 20px auto 0 auto;
}
.mda > ul > li h2{
    width: 100%;
    font-size: 30px;
    font-weight: 500;
    padding: 0 0 20px 0;
}
.mda > ul > li h2 span{
    color: #ffc000;
    font-size: 22px;
    padding: 0 0 0 20px;
}
.mda > ul > li > ul{
    width: 100%;
    margin: 20px 0 0 0;
}
.mda > ul > li > ul > li{
    width: 90%;
    padding: 20px 5% 20px 5%;
    background: #f8f8f8;
    border-bottom: 1px solid #dcdcdc;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.mda > ul > li > ul > li > div:nth-child(1){
    width: 72%;
}
.mda > ul > li > ul > li > div:nth-child(1) h3{
    font-size: 28px;
    font-weight: 600;
    padding: 30px 0 0 45px;
    position: relative;
}

.mda > ul > li > ul > li > div:nth-child(1) h3:before{
    content:"";
    width: 30px;
    height: 30px;
    position: absolute;
    top: 30px;
    left: 0;
    background: #ffc000;
}
.mda > ul > li > ul > li:nth-child(1) > div:nth-child(1) h3:after{
    content:"1";
    position: absolute;
    top: 30px;
    left: 9px;
    z-index: 1;
    color: #212121;
    font-weight: 600;
    font-size: 20px;
}
.mda > ul > li > ul > li:nth-child(2) > div:nth-child(1) h3:after{
    content:"2";
    position: absolute;
    top: 30px;
    left: 9px;
    z-index: 1;
    color: #212121;
    font-weight: 600;
    font-size: 20px;
}
.mda > ul > li > ul > li:nth-child(3) > div:nth-child(1) h3:after{
    content:"3";
    position: absolute;
    top: 30px;
    left: 9px;
    z-index: 1;
    color: #212121;
    font-weight: 600;
    font-size: 20px;
}
.mda > ul > li > ul > li:nth-child(4) > div:nth-child(1) h3:after{
    content:"4";
    position: absolute;
    top: 30px;
    left: 9px;
    z-index: 1;
    color: #212121;
    font-weight: 600;
    font-size: 20px;
}
.mda > ul > li > ul > li:nth-child(5) > div:nth-child(1) h3:after{
    content:"5";
    position: absolute;
    top: 30px;
    left: 9px;
    z-index: 1;
    color: #212121;
    font-weight: 600;
    font-size: 20px;
}
.mda > ul > li > ul > li > div:nth-child(1) p{
    padding: 20px 0 0 0;
}
.mda > ul > li > ul > li > div:nth-child(2){
    width: 23%;
}
.mda > ul > li > ul > li > div:nth-child(2) img{
    width: 100%;
}
.jikudenatsu h2 span{
    display: block;
    padding: 0;
    margin: 5px 0 0 -20px;
    color: #212121!important;
}
.mda .caption{
    width: 48%;
}
.mda .caption h3{
    color: #212121;
    font-size: 16px;
    font-weight: 600;
    padding: 0 0 20px 0;
}
.mda .caption p{
    letter-spacing: 2px;
}
.mda .caption ul {
    margin: 10px 0 10px 0;
}
.mda .caption ul li{
    background: #f0f0f0;
    margin: 5px 0 0 0;
    padding: 10px;
}
.mda .caption ul li i{
    color: #ffc000;
    padding: 0 10px 0 0;
}
.mda .image{
    width: 48%;
    margin: -60px 0 0 0;
}
.mda .image p{
    text-align: center;
    background: #f0f0f0;
    color: #212121;
    font-size: 13px;
}
.mda .image img{
    width: 100%;
    margin: 10px 0 0 0;
}
.mda .image ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.mda .image ul li{
    width: 48%;
}

@media screen and (max-width: 1080px) {
    .mda > ul > li > div > img{
        width: 100%;
        margin: 20px auto 0 auto;
    }
    .jikudenatsu{
        display: flex!important;
        flex-wrap: wrap!important;
    }
    .jikudenatsu h2{
        font-size: 20px!important;
        padding: 0 0 0 0!important;
    }
    .jikudenatsu h2 span{
        display: block;
        padding: 0;
        margin: 5px 0 0 -20px;
        color: #212121!important;
    }
    .mda .caption{
    width: 100%;
}
    .mda .image{
        width: 100vw;
        margin: 0 0 0 0;
    }
    .mda .image ul{
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .mda .image ul li{
        width: 44vw;
    }
    .mda .image ul li img{
        width: 100%;
    }

    .mda > ul{
         width: 94vw;
        margin: 20px 0 0 3vw;
    }
    .mda > ul > li > ul{
        width: 94vw;
}
.mda > ul > li > ul > li{
    width: 90%;
    padding: 20px 5% 20px 5%;
    background: #f8f8f8;
    border-bottom: 1px solid #dcdcdc;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.mda > ul > li > ul > li > div:nth-child(1){
    width: 100%;
}
.mda > ul > li > ul > li > div:nth-child(1) h3{
    font-size: 20px;
    font-weight: 600;
    padding: 30px 0 0 45px;
    position: relative;
}

.mda > ul > li > ul > li > div:nth-child(1) h3:before{
    content:"";
    width: 30px;
    height: 30px;
    position: absolute;
    top: 30px;
    left: 0;
    background: #ffc000;
}
.mda > ul > li > ul > li:nth-child(1) > div:nth-child(1) h3:after{
    content:"1";
    position: absolute;
    top: 30px;
    left: 9px;
    z-index: 1;
    color: #212121;
    font-weight: 600;
    font-size: 20px;
}
.mda > ul > li > ul > li:nth-child(2) > div:nth-child(1) h3:after{
    content:"2";
    position: absolute;
    top: 30px;
    left: 9px;
    z-index: 1;
    color: #212121;
    font-weight: 600;
    font-size: 20px;
}
.mda > ul > li > ul > li:nth-child(3) > div:nth-child(1) h3:after{
    content:"3";
    position: absolute;
    top: 30px;
    left: 9px;
    z-index: 1;
    color: #212121;
    font-weight: 600;
    font-size: 20px;
}
.mda > ul > li > ul > li:nth-child(4) > div:nth-child(1) h3:after{
    content:"4";
    position: absolute;
    top: 30px;
    left: 9px;
    z-index: 1;
    color: #212121;
    font-weight: 600;
    font-size: 20px;
}
.mda > ul > li > ul > li:nth-child(5) > div:nth-child(1) h3:after{
    content:"5";
    position: absolute;
    top: 30px;
    left: 9px;
    z-index: 1;
    color: #212121;
    font-weight: 600;
    font-size: 20px;
}
.mda > ul > li > ul > li > div:nth-child(1) p{
    padding: 20px 0 0 0;
}
.mda > ul > li > ul > li > div:nth-child(2){
    width: 100%;
    margin: 20px 0 0 0;
}
.mda > ul > li > ul > li > div:nth-child(2) img{
    width: 100%;
}
.mda > ul > li h2{
    width: 100%;
    font-size: 20px;
    font-weight: 500;
    padding: 0 0 20px 0;
    line-height: 1.4em;
}
}



@media screen and (max-width: 1080px) {
    .feature{
        width: 94%;
        margin: 0 auto;
    }
    .feature > ul li h2{
        width: 60%;
        font-size: 26px;
        font-weight: 500;
        padding: 0 0 20px 0;
    }

}
@media screen and (max-width: 768px) {
    .feature > ul li h2{
        width: 100%;
        text-align: center;
        line-height: 1.7em;
        order: 1;
    }
    .feature > ul li h2 br{
        display: block;
    }
    .image{
        width: 100%;
        margin: 0 0 26px 0;
        order: 2;
    }
    .image img{
        width: 60%;
        margin: 0 auto;
    }
    .caption{
        width: 100%;
        order: 3;
    }
    .clmone{
        order: 2;
    }
}
@media screen and (max-width: 480px) {
    .feature > ul li h2{
        width: 100%;
        font-size: 22px;
        font-weight: 500;
        padding: 0 0 20px 0;
    }
    .image img{
        width: 80%;
        margin: 0 auto;
    }
}












/*
-----------------
fluke710 @PC
-----------------
*/
#fluke710 > div:nth-child(1){
    width: 1080px;
    margin: 86px auto 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
#fluke710 > div:nth-child(1) h1{
    width: 100%;
    font-size: 28px;
}
#fluke710 > div:nth-child(1) h1 span{
    display: block;
    font-size: 28px;
    line-height: 1.3em;
    padding: 28px 0 0 0;
}
#fluke710 > div:nth-child(1) h2{
    width: 100%;
    font-size: 22px;
    text-align: justify;
    line-height: 1.8em;
}
#fluke710 > div:nth-child(1) h2 strong{
    display: inline-block;
    color: #ffc000;
    background: #212121;
    padding: 0 20px 0 20px;
    font-weight: 600;
    font-size: 18px;
    margin: 0 0 10px 0;
}
#fluke710 > div:nth-child(1) p{
    padding: 0!important;
    margin: 0!important;
}
#fluke710 > div:nth-child(1) > div{
    width: calc(100% - 52px);
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    background: #f0f0f0;
    margin: 36px 0 0 0;
    padding: 16px 26px 0 26px;
}
#fluke710 > div:nth-child(1) > div > div:nth-child(1){
    width: 50%;
    margin: 16px 0 0 0;
}
#fluke710 > div:nth-child(1) > div > div:nth-child(2){
    width: 45%;
    margin: -150px 0 0 0;
    text-align: center;
}
#fluke710 > div:nth-child(1) > div > div:nth-child(1) img{
    width: 70%;
    margin: 20px 0 20px 0;
}
#fluke710 > div:nth-child(1) > div > div:nth-child(2) img{
    width: 100%;
}
#fluke710 > div:nth-child(1) > p{
    padding: 26px!important;
    background: #ffc000;
}

@media screen and (max-width: 1080px) {
    #fluke710 > div:nth-child(1){
        width: 94vw;
        margin: 186px auto 0 auto;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    #fluke710 > div:nth-child(1) h1{
    width: 100%;
    font-size: 28px;
    line-height: 1.4em;
}
#fluke710 > div:nth-child(1) h1 span{
    display: block;
    font-size: 20px;
    line-height: 1.3em;
    padding: 28px 0 0 0;
}
#fluke710 > div:nth-child(1) > div > div:nth-child(1){
    width: 100%;
    margin: 0 0 0 0;
}
#fluke710 > div:nth-child(1) > div > div:nth-child(2){
    width: 100%;
    margin: 20px 0 20px 0;
    text-align: center;
}
#fluke710 > div:nth-child(1) > div{
    width: calc(100%);
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    background: #fff;
    margin: 36px 0 0 0;
    padding: 16px 0 0 0;
}
#fluke710 > div:nth-child(1) h2{
    width: 100%;
    font-size: 18px;
    text-align: justify;
    line-height: 1.8em;
}
#fluke710 > div:nth-child(1) h2 br{
    display: none;
}
#fluke710 > div:nth-child(1) h2 strong{
    display: block;
    color: #ffc000;
    background: #212121;
    padding: 0 20px 0 20px;
    font-weight: 600;
    font-size: 16px;
    margin: 0 0 10px 0;
}
#fluke710 > div:nth-child(1) > div > div:nth-child(1) img{
    width: 100%;
    margin: 20px 0 20px 0;
    border: 1px solid #f0f0f0;
}
#fluke710 > div:nth-child(1) > div > div:nth-child(2) img{
    width: 80%;
    margin: 0 auto;
}
}

.fluke710{
    width: 1080px;
    margin: 0 auto;
}
.fluke710 > ul > li{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    font-size: 15px;
    border-top: 1px solid #dcdcdc;
    padding: 40px 0 40px 0;
}
.fluke710 > ul > li > div > img{
    width: 80%;
    margin: 20px auto 0 auto;
}
.fluke710 > ul > li h2{
    width: 100%;
    font-size: 30px;
    font-weight: 500;
    padding: 0 0 20px 0;
}
.fluke710 > ul > li h2 span{
    color: #ffc000;
    font-size: 22px;
    padding: 0 0 0 20px;
}
.fluke710 > ul > li > ul{
    width: 100%;
    margin: 20px 0 0 0;
}
.fluke710 > ul > li > ul > li{
    width: 90%;
    padding: 20px 5% 20px 5%;
    background: #f8f8f8;
    border-bottom: 1px solid #dcdcdc;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.fluke710 > ul > li > ul > li > div:nth-child(1){
    width: 72%;
}
.fluke710 > ul > li > ul > li > div:nth-child(1) h3{
    font-size: 28px;
    font-weight: 600;
    padding: 30px 0 0 45px;
    position: relative;
}

.fluke710 > ul > li > ul > li > div:nth-child(1) h3:before{
    content:"";
    width: 30px;
    height: 30px;
    position: absolute;
    top: 30px;
    left: 0;
    background: #ffc000;
}
.fluke710 > ul > li > ul > li:nth-child(1) > div:nth-child(1) h3:after{
    content:"1";
    position: absolute;
    top: 30px;
    left: 9px;
    z-index: 1;
    color: #212121;
    font-weight: 600;
    font-size: 20px;
}
.fluke710 > ul > li > ul > li:nth-child(2) > div:nth-child(1) h3:after{
    content:"2";
    position: absolute;
    top: 30px;
    left: 9px;
    z-index: 1;
    color: #212121;
    font-weight: 600;
    font-size: 20px;
}
.fluke710 > ul > li > ul > li:nth-child(3) > div:nth-child(1) h3:after{
    content:"3";
    position: absolute;
    top: 30px;
    left: 9px;
    z-index: 1;
    color: #212121;
    font-weight: 600;
    font-size: 20px;
}
.fluke710 > ul > li > ul > li:nth-child(4) > div:nth-child(1) h3:after{
    content:"4";
    position: absolute;
    top: 30px;
    left: 9px;
    z-index: 1;
    color: #212121;
    font-weight: 600;
    font-size: 20px;
}
.fluke710 > ul > li > ul > li:nth-child(5) > div:nth-child(1) h3:after{
    content:"5";
    position: absolute;
    top: 30px;
    left: 9px;
    z-index: 1;
    color: #212121;
    font-weight: 600;
    font-size: 20px;
}
.fluke710 > ul > li > ul > li > div:nth-child(1) p{
    padding: 20px 0 0 0;
}
.fluke710 > ul > li > ul > li > div:nth-child(2){
    width: 23%;
}
.fluke710 > ul > li > ul > li > div:nth-child(2) img{
    width: 100%;
}


.fluke710 .caption{
    width: 48%;
}
.fluke710 .caption h3{
    color: #212121;
    font-size: 16px;
    font-weight: 600;
    padding: 0 0 20px 0;
}
.fluke710 .caption p{
    letter-spacing: 2px;
}
.fluke710 .caption ul {
    margin: 10px 0 10px 0;
}
.fluke710 .caption ul li{
    background: #f0f0f0;
    margin: 5px 0 0 0;
    padding: 10px;
}
.fluke710 .caption ul li i{
    color: #ffc000;
    padding: 0 10px 0 0;
}
.fluke710 .image{
    width: 48%;
    margin: -60px 0 0 0;
}
.fluke710 .image p{
    text-align: center;
    background: #f0f0f0;
    color: #212121;
    font-size: 13px;
}
.fluke710 .image img{
    width: 100%;
    margin: 10px 0 0 0;
}
.fluke710 .image ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.fluke710 .image ul li{
    width: 48%;
}

.fluke710 table{
    margin: 20px 0 0 0;
}
.fluke710 table tr th{
    width: 50%;
    border: 1px solid #dcdcdc;
    background: #ffc000;
    padding: 10px;
    font-weight: 600;
}
.fluke710 table tr td{
    width: 50%;
    border: 1px solid #dcdcdc;
    padding: 10px;
    background: #f9f9f9;
    font-size: 14px;
}
.tester{
    width: 100%;
    position: relative;
    text-align: center;
    margin: 26px 0 0 0;
}
.tester img{
    width: 100%!important;
    display: block;
}
.tester ul{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    text-align: left;
}
.tester ul li{
    display: inline-block!important;
    position: relative;
}
.tester ul li a{
    background: #212121;
    color: #fff;
    padding: 26px;
    border-radius: 3px;
}
.tester ul li a:hover{
    background: #ffc000;
    color: #212121;
    padding: 26px;
    border-radius: 3px;
}
.tester ul li a:hover i{
    color: #fff;
}
.tester ul li a i{
    margin: 0 0 0 10px;
    color: #ffc000;
}
.tester ul li:nth-child(1){
    position: absolute;
    left: 10%;
    top: 26px;
}
.tester ul li:nth-child(2){
    position: absolute;
    right: 10%;
    top: 26px;
}
.tester ul li:nth-child(3){
    position: absolute;
    left: 5%;
    bottom: 30px;
}
.tester ul li:nth-child(4){
    position: absolute;
    right: 12%;
    bottom: 42%;
}
.tester ul li:nth-child(5){
    position: absolute;
    right: 10%;
   bottom: 10px;
}


@media screen and (max-width: 1080px) {
    .fluke710{
        width: 94%;
        margin: 0 auto;
    }
    .fluke710 > ul li h2{
        width: 100%;
        font-size: 22px;
        font-weight: 500;
        padding: 0 0 20px 0;
    }
    .fluke710 .image{
    width: 100%;
    margin: 0 0 0 0;
}
.fluke710 .caption{
    width: 100%;
}


.fluke710 > ul > li > div > img{
    width: 80%;
    margin: 20px auto 0 auto;
}
.fluke710 > ul > li > ul > li{
    width: 90%;
    padding: 20px 5% 20px 5%;
    background: #f8f8f8;
    border-bottom: 1px solid #dcdcdc;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.fluke710 > ul > li > ul > li > div:nth-child(1){
    width: 72%;
}
.fluke710 > ul > li > ul > li > div:nth-child(1) h3{
    font-size: 28px;
    font-weight: 600;
    padding: 30px 0 0 45px;
    position: relative;
}

.fluke710 > ul > li > ul > li > div:nth-child(1) h3:before{
    content:"";
    width: 30px;
    height: 30px;
    position: absolute;
    top: 30px;
    left: 0;
    background: #fff;
}
.fluke710 > ul > li > ul > li:nth-child(1) > div:nth-child(1) h3:after{
    content:"1";
    position: absolute;
    top: 30px;
    left: 9px;
    z-index: 1;
    color: #fff;
    font-weight: 600;
    font-size: 20px;
}
.fluke710 > ul > li > ul > li:nth-child(2) > div:nth-child(1) h3:after{
    content:"2";
    position: absolute;
    top: 30px;
    left: 9px;
    z-index: 1;
    color: #fff;
    font-weight: 600;
    font-size: 20px;
}
.fluke710 > ul > li > ul > li:nth-child(3) > div:nth-child(1) h3:after{
    content:"3";
    position: absolute;
    top: 30px;
    left: 9px;
    z-index: 1;
    color: #fff;
    font-weight: 600;
    font-size: 20px;
}
.fluke710 > ul > li > ul > li:nth-child(4) > div:nth-child(1) h3:after{
    content:"4";
    position: absolute;
    top: 30px;
    left: 9px;
    z-index: 1;
    color: #fff;
    font-weight: 600;
    font-size: 20px;
}
.fluke710 > ul > li > ul > li:nth-child(5) > div:nth-child(1) h3:after{
    content:"5";
    position: absolute;
    top: 30px;
    left: 9px;
    z-index: 1;
    color: #fff;
    font-weight: 600;
    font-size: 20px;
}
.fluke710 > ul > li > ul > li > div:nth-child(1) p{
    padding: 20px 0 0 0;
}
.fluke710 > ul > li > ul > li > div:nth-child(2){
    width: 23%;
}
.fluke710 > ul > li > ul > li > div:nth-child(2) img{
    width: 100%;
}



.tester{
    width: 100%;
    position: relative;
    text-align: center;
    margin: 26px 0 0 0;
}
.tester img{
    width: 100%!important;
    display: none;
}
.tester ul{
    width: 100%;
    height: auto;
    position: relative;
    top: 0;
    left: 0;
    text-align: left;
}
.tester ul li{
    width: 100%;
    display: inline-block!important;
    position: relative;
    margin: 0 0 10px 0;
}
.tester ul li a{
    background: #212121;
    color: #fff;
    padding: 10px 26px 10px 26px;
    border-radius: 3px;
    font-size: 14px;
    display: block;
}
.tester ul li a:hover{
    background: #ffc000;
    color: #212121;
    padding: 10px 26px 10px 26px;
    border-radius: 3px;
}
.tester ul li a:hover i{
    color: #fff;
}
.tester ul li a i{
    margin: 0 0 0 10px;
    color: #ffc000;
}
.tester ul li:nth-child(1){
    position: relative;
    left: 0;
    top: 0;
}
.tester ul li:nth-child(2){
    position: relative;
    right: auto;
    top: auto;
}
.tester ul li:nth-child(3){
    position: relative;
    left: auto;
    bottom: auto;
}
.tester ul li:nth-child(4){
    position: relative;
    right: auto;
    bottom: auto;
}
.tester ul li:nth-child(5){
    position: relative;
    right: auto;
   bottom: auto;
}

}






/*
-----------------
ti450 @PC
-----------------
*/
#ti450 > div:nth-child(1){
    width: 1080px;
    margin: 86px auto 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
#ti450 > div:nth-child(1) h1{
    width: 100%;
    font-size: 36px;
}
#ti450 > div:nth-child(1) h1 span{
    display: block;
    font-size: 36px;
    line-height: 1.3em;
    padding: 28px 0 0 0;
}
#ti450 > div:nth-child(1) h2{
    width: 100%;
    font-size: 22px;
    text-align: justify;
    line-height: 1.8em;
}
#ti450 > div:nth-child(1) h2 strong{
    display: inline-block;
    color: #ffc000;
    background: #212121;
    padding: 0 20px 0 20px;
    font-weight: 600;
    font-size: 18px;
    margin: 0 0 10px 0;
}
#ti450 > div:nth-child(1) p{
    padding: 0!important;
    margin: 0!important;
}
#ti450 > div:nth-child(1) > div{
    width: calc(100% - 52px);
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    background: #f0f0f0;
    margin: 36px 0 0 0;
    padding: 16px 26px 0 26px;
}
#ti450 > div:nth-child(1) > div > div:nth-child(1){
    width: 50%;
    margin: 16px 0 0 0;
}
#ti450 > div:nth-child(1) > div > div:nth-child(2){
    width: 45%;
    margin: -200px 0 0 0;
    text-align: center;
}
#ti450 > div:nth-child(1) > div > div:nth-child(1) img{
    width: 70%;
    margin: 20px 0 20px 0;
}
#ti450 > div:nth-child(1) > div > div:nth-child(2) img{
    width: 100%;
}
#ti450 > div:nth-child(1) > p{
    padding: 26px!important;
    background: #ffc000;
}

@media screen and (max-width: 1080px) {
    #ti450 > div:nth-child(1){
        width: 94vw;
        margin: 186px auto 0 auto;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    #ti450 > div:nth-child(1) h1 span{
    display: block;
    font-size: 20px;
    line-height: 1.3em;
    padding: 28px 0 0 0;
}
    #ti450 > div:nth-child(1) h1{
        width: 100%;
        font-size: 28px;
    }
    #ti450 > div:nth-child(1) > div > div:nth-child(1){
    width: 100%;
    margin: 0 0 0 0;
}
#ti450 > div:nth-child(1) > div > div:nth-child(2){
    width: 100%;
    margin: 20px 0 20px 0;
    text-align: center;
}
#ti450 > div:nth-child(1) > div{
    width: calc(100%);
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    background: #fff;
    margin: 36px 0 0 0;
    padding: 16px 0 0 0;
}
#ti450 > div:nth-child(1) h2{
    width: 100%;
    font-size: 16px;
    text-align: justify;
    line-height: 1.8em;
}
#ti450 > div:nth-child(1) h2 strong{
    display: inline-block;
    color: #ffc000;
    background: #212121;
    padding: 0 20px 0 20px;
    font-weight: 600;
    font-size: 16px;
    margin: 0 0 10px 0;
}
}



.ti450{
    width: 1080px;
    margin: 0 auto;
}
.ti450 > ul > li{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    font-size: 15px;
    border-top: 1px solid #dcdcdc;
    padding: 40px 0 40px 0;
}
.ti450 > ul > li > div > img{
    width: 80%;
    margin: 20px auto 0 auto;
}
.ti450 > ul > li h2{
    width: 100%;
    font-size: 30px;
    font-weight: 500;
    padding: 0 0 20px 0;
}
.ti450 > ul > li h2 span{
    color: #ffc000;
    font-size: 22px;
    padding: 0 0 0 20px;
}
.ti450 > ul > li > ul{
    width: 100%;
    margin: 20px 0 0 0;
}
.ti450 > ul > li > ul > li{
    width: 90%;
    padding: 20px 5% 20px 5%;
    background: #f8f8f8;
    border-bottom: 1px solid #dcdcdc;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.ti450 > ul > li > ul > li > div:nth-child(1){
    width: 72%;
}
.ti450 > ul > li > ul > li > div:nth-child(1) h3{
    font-size: 28px;
    font-weight: 600;
    padding: 30px 0 0 45px;
    position: relative;
}

.ti450 > ul > li > ul > li > div:nth-child(1) h3:before{
    content:"";
    width: 30px;
    height: 30px;
    position: absolute;
    top: 30px;
    left: 0;
    background: #ffc000;
}
.ti450 > ul > li > ul > li:nth-child(1) > div:nth-child(1) h3:after{
    content:"1";
    position: absolute;
    top: 30px;
    left: 9px;
    z-index: 1;
    color: #212121;
    font-weight: 600;
    font-size: 20px;
}
.ti450 > ul > li > ul > li:nth-child(2) > div:nth-child(1) h3:after{
    content:"2";
    position: absolute;
    top: 30px;
    left: 9px;
    z-index: 1;
    color: #212121;
    font-weight: 600;
    font-size: 20px;
}
.ti450 > ul > li > ul > li:nth-child(3) > div:nth-child(1) h3:after{
    content:"3";
    position: absolute;
    top: 30px;
    left: 9px;
    z-index: 1;
    color: #212121;
    font-weight: 600;
    font-size: 20px;
}
.ti450 > ul > li > ul > li:nth-child(4) > div:nth-child(1) h3:after{
    content:"4";
    position: absolute;
    top: 30px;
    left: 9px;
    z-index: 1;
    color: #212121;
    font-weight: 600;
    font-size: 20px;
}
.ti450 > ul > li > ul > li:nth-child(5) > div:nth-child(1) h3:after{
    content:"5";
    position: absolute;
    top: 30px;
    left: 9px;
    z-index: 1;
    color: #212121;
    font-weight: 600;
    font-size: 20px;
}
.ti450 > ul > li > ul > li > div:nth-child(1) p{
    padding: 20px 0 0 0;
}
.ti450 > ul > li > ul > li > div:nth-child(2){
    width: 23%;
}
.ti450 > ul > li > ul > li > div:nth-child(2) img{
    width: 100%;
}


.ti450 .caption{
    width: 48%;
}
.ti450 h2{
    color: #212121;
    font-size: 16px;
    font-weight: 600;
    padding: 0 0 20px 0;
    line-height: 1.4em;
}
.ti450 .caption p{
    letter-spacing: 2px;
}
.ti450 .caption ul {
    margin: 10px 0 10px 0;
}
.ti450 .caption ul li{
    background: #f0f0f0;
    margin: 5px 0 0 0;
    padding: 10px;
}
.ti450 .caption ul li i{
    color: #ffc000;
    padding: 0 10px 0 0;
}
.ti450 .image{
    width: 48%;
    margin: -60px 0 0 0;
}
.ti450 .image p{
    text-align: center;
    background: #f0f0f0;
    color: #212121;
    font-size: 13px;
}
.ti450 .image img{
    width: 100%;
    margin: 10px 0 0 0;
}
.ti450 .image ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.ti450 .image ul li{
    width: 48%;
}

@media screen and (max-width: 1080px) {
    .ti450{
        width: 94%;
        margin: 0 auto;
    }
    .ti450 > ul li h2{
        width: 60%;
        font-size: 26px;
        font-weight: 500;
        padding: 0 0 20px 0;
    }
}
@media screen and (max-width: 768px) {
    .ti450 > ul li h2{
        width: 100%;
        text-align: left;
        line-height: 1.7em;
        order: 1;
    }
    .ti450 > ul li h2 br{
        display: none;
    }

    .ti450 .image{
    width: 100%;
    margin: 0 0 20px 0;
}
.ti450 .caption{
    width: 100%;
}
}
@media screen and (max-width: 480px) {
    .ti450 > ul li h2{
        width: 100%;
        font-size: 22px;
        font-weight: 500;
        padding: 0 0 20px 0;
    }
}




/*
-----------------
pti120 @PC
-----------------
*/
div.pto120header{
    width: 100%;
    height: 600px;
    margin: 0 auto;
    background: url(../img/pti120-bg.png) 50% 50% no-repeat;
    background-size: cover;

}
div.pto120header > div{
    width: 1080px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
div.pto120header > div > div:nth-child(1){
    width: 43%;
    padding: 120px 0 0 0;
}
div.pto120header > div > div:nth-child(1) h1{
    color: #f3ca4e;
    font-weight: 400;
    font-size: 30px;
    letter-spacing: 4px;
}
div.pto120header > div > div:nth-child(1) h2{
    color: #ffc000;
    font-weight: 600;
    font-size: 55px;
    letter-spacing: 4px;
    line-height: 1.3em;
    color: #fff;
    margin: 20px 0 0 0;
}
div.pto120header > div > div:nth-child(1) h2 span{
    display: block;
    font-weight: 200;
}
div.pto120header > div > div:nth-child(1) p{
    font-weight: 600;
    color: #fff;
    font-size: 40px;
    padding: 20px 0 0 0;
}
div.pto120header > div > div:nth-child(1) a{
    margin: 40px 0 0 0;
    display: inline-block;
    background: #fff;
}
div.pto120header > div > div:nth-child(1) a:hover img{
    opacity: 0.7;
}
div.pto120header > div > div:nth-child(2){
    width: 53%;
    text-align: center;
    padding: 80px 0 0 0;
}
div.pto120header > div > div:nth-child(2) img{
    width: 100%;
}
div.pto120header > div > div:nth-child(2) p{
    color: #fff;
    font-size: 20px;
    padding: 20px 0 0 0;
    letter-spacing: 2px;
}
div.pto120header > div > div:nth-child(2) span{
    color: #fff;
    font-size: 30px;
    font-weight: 600;
}

@media screen and (max-width: 1080px) {
    div.pto120header{
        width: 100%;
        height: 60vw;
        margin: 0 auto;
        background: url(../img/pti120-bg.png) 50% 50% no-repeat;
        background-size: cover;
    }
    div.pto120header > div{
        width: 94%;
        padding: 0 3% 0 3%;
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    div.pto120header > div > div:nth-child(1){
        width: 43%;
        padding: 25vw 0 0 0;
    }
    div.pto120header > div > div:nth-child(1) h1{
        color: #f3ca4e;
        font-weight: 400;
        font-size: 3vw;
        letter-spacing: 4px;
    }
    div.pto120header > div > div:nth-child(1) h2{
        color: #ffc000;
        font-weight: 600;
        font-size: 4vw;
        letter-spacing: 4px;
        line-height: 1.3em;
        color: #fff;
        margin: 20px 0 0 0;
    }
    div.pto120header > div > div:nth-child(1) h2 span{
        display: block;
        font-weight: 200;
    }
    div.pto120header > div > div:nth-child(1) p{
        font-weight: 600;
        color: #fff;
        font-size: 3vw;
        padding: 20px 0 0 0;
    }
    div.pto120header > div > div:nth-child(1) a{
        margin: 0 0 0 0;
        display: none;
        border: none;
    }
    div.pto120header > div > div:nth-child(2){
        width: 53%;
        text-align: center;
        padding: 140px 0 0 0;
    }
    div.pto120header > div > div:nth-child(2) p{
        color: #fff;
        font-size: 2vw;
        padding: 20px 0 0 0;
        letter-spacing: 2px;
    }
    div.pto120header > div > div:nth-child(2) span{
        color: #fff;
        font-size: 3vw;
        font-weight: 600;
    }

}

@media screen and (max-width: 880px) {
    div.pto120header{
        width: 100%;
        height: 65vw;
        margin: 0 auto;
        background: url(../img/pti120-bg.png) 50% 50% no-repeat;
        background-size: cover;
    }
}
@media screen and (max-width: 780px) {
    div.pto120header{
        width: 100%;
        height: 1024px;
        margin: 0 auto;
        background: url(../img/pti120-bg.png) 50% 50% no-repeat;
        background-size: cover;
    }
    div.pto120header > div > div:nth-child(1){
        width: 100%;
        padding: 180px 0 0 0;
    }
    div.pto120header > div > div:nth-child(1) h1{
        color: #f3ca4e;
        font-weight: 400;
        font-size: 26px;
        letter-spacing: 4px;
    }
    div.pto120header > div > div:nth-child(1) h2{
        color: #ffc000;
        font-weight: 600;
        font-size: 48px;
        letter-spacing: 4px;
        line-height: 1.3em;
        color: #fff;
        margin: 20px 0 0 0;
    }
    div.pto120header > div > div:nth-child(1) h2 span{
        display: block;
        font-weight: 200;
    }
    div.pto120header > div > div:nth-child(1) p{
        font-weight: 600;
        color: #fff;
        font-size: 40px;
        padding: 20px 0 0 0;
    }
    div.pto120header > div > div:nth-child(2){
        width: 80%;
        text-align: center;
        padding: 80px 0 0 0;
        margin: 0 auto;
    }
    div.pto120header > div > div:nth-child(2) img{
        width: 100%;
    }
    div.pto120header > div > div:nth-child(2) p{
        color: #fff;
        font-size: 18px;
        padding: 20px 0 0 0;
        letter-spacing: 2px;
    }
    div.pto120header > div > div:nth-child(2) span{
        color: #fff;
        font-size: 28px;
        font-weight: 600;
    }
}
@media screen and (max-width: 580px) {
    div.pto120header{
        width: 100%;
        height: 920px;
        margin: 0 auto;
        background: url(../img/pti120-bg.png) 50% 50% no-repeat;
        background-size: cover;
    }
}

.pti120 > ul > li:nth-child(1){
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    font-size: 15px;
    border-top: 1px solid #dcdcdc;
    padding: 40px 0 40px 0;
    width: 1080px;
    margin: 0 auto;
}
.pti120 > ul > li:nth-child(1) > div{
    width: 48%;
}

.pti120 > ul > li:nth-child(1) > div.movie > div{
    width: 100%;
}

.pti120 > ul > li:nth-child(1) > div.moviecaption h3{
    font-size: 28px;
    font-weight: 500;
    color: #ffaa17;
}
.pti120 > ul > li:nth-child(1) > div.moviecaption h4{
    font-size: 20px;
    font-weight: 400;
    padding: 0 0 20px 0;
    border-bottom: 1px solid #ffc000;
    margin: 0 0 20px 0;
}

.movie-wrap {
     position: relative;
     padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
     height: 0;
     overflow: hidden;
}

.movie-wrap iframe {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
}

@media screen and (max-width: 1080px) {
    .pti120 > ul > li:nth-child(1){
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    font-size: 15px;
    border-top: 1px solid #dcdcdc;
    padding: 40px 3% 40px 3%;
    width: 94%;
    margin: 0 auto;
}


}
@media screen and (max-width: 780px) {
    .pti120 > ul > li:nth-child(1) > div{
        width: 100%;
    }
    .pti120 > ul > li:nth-child(1) > div.moviecaption h3{
        margin: 40px 0 0 0;
    }
}



.pti120 > ul > li:nth-child(2){
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    font-size: 15px;
    padding: 40px 0 40px 0;
    width: 100%;
    margin: 0 auto;
    background: url(../img/pti120-solutionbg.png) 0 0 no-repeat;
    background-size: cover;
}
.pti120 > ul > li:nth-child(2) > div{
    width: 1080px;
    margin: 0 auto;
    color: #fff;
}
.pti120 > ul > li:nth-child(2) > div ul{
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0 0 30px 0;
}
.pti120 > ul > li:nth-child(2) > div > p{
    text-align: center;
}
.pti120 > ul > li:nth-child(2) > div p a{
    display: block;
    background: #336699;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-weight: 500;
    padding: 20px 0 20px 0;
    border-radius: 2px;
}
.pti120 > ul > li:nth-child(2) > div p a i{
    padding: 0 0 0 10px;
    font-size: 12px;
    vertical-align: 1px;
}
.pti120 > ul > li:nth-child(2) > div p a:hover{
    background: #ffc20e;
    color: #212121;
}

.pti120 > ul > li:nth-child(2) > div ul li{
    width: 31%;
    background: #fff;
    margin: 30px 0 0 0;
    padding: 0 0 20px 0;
}
.pti120 > ul > li:nth-child(2) > div ul li div img{
    width: 100%;
}
.pti120 > ul > li:nth-child(2) > div ul li h3{
    font-size: 18px;
    color: #000;
    padding: 10px 15px 5px 15px;
    font-weight: 500;
}
.pti120 > ul > li:nth-child(2) > div ul li p{
    position: relative;
    padding: 2px 15px 2px 30px;
    color: #000;
    font-size: 14px;
    line-height: 1.4em;
}
.pti120 > ul > li:nth-child(2) > div ul li p:before{
    content:"●";
    font-size: 10px;
    color: #ffc000;
    position: absolute;
    top: 1px;
    left: 15px;
}
@media screen and (max-width: 1080px) {
    .pti120 > ul > li:nth-child(2){
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        font-size: 15px;
        padding: 40px 3% 40px 3%;
        width: 94%;
        margin: 0 auto;
        background: url(../img/pti120-solutionbg.png) 0 0 no-repeat;
        background-size: cover;
    }
    .pti120 > ul > li:nth-child(2) > div ul li{
        width: 48%;
        background: #fff;
        margin: 30px 0 0 0;
        padding: 0 0 20px 0;
    }
}
@media screen and (max-width: 480px) {
    .pti120 > ul > li:nth-child(2) > div ul li{
        width: 100%;
        background: #fff;
        margin: 30px 0 0 0;
        padding: 0 0 20px 0;
    }
}
.pti120 > ul > li:nth-child(3){
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    font-size: 15px;
    border-top: 1px solid #dcdcdc;
    padding: 40px 0 40px 0;
    width: 1080px;
    margin: 0 auto;
}
.pti120 > ul > li:nth-child(4){
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    font-size: 15px;
    border-top: 1px solid #dcdcdc;
    padding: 40px 0 40px 0;
    width: 1080px;
    margin: 0 auto;
}
.pti120 > ul > li:nth-child(5){
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    font-size: 15px;
    border-top: 1px solid #dcdcdc;
    padding: 40px 0 40px 0;
    width: 1080px;
    margin: 0 auto;
}
.pti120 > ul > li:nth-child(6){
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    font-size: 15px;
    border-top: 1px solid #dcdcdc;
    padding: 40px 0 40px 0;
    width: 1080px;
    margin: 0 auto;
}
.pti120 > ul > li > div > img{
    width: 80%;
    margin: 20px auto 0 auto;
}
.pti120 > ul > li h2{
    width: 100%;
    font-size: 30px;
    font-weight: 500;
    padding: 0 0 20px 0;
}
.pti120 > ul > li h2 span{
    color: #ffc000;
    font-size: 22px;
    padding: 0 0 0 20px;
}
.pti120 > ul > li > ul.technology{
    width: 100%;
    margin: 20px 0 0 0;
}
.pti120 > ul > li > ul.technology > li{
    width: 90%;
    padding: 20px 5% 20px 5%;
    background: #f8f8f8;
    border-bottom: 1px solid #dcdcdc;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.pti120 > ul > li > ul.technology > li > div:nth-child(1){
    width: 72%;
}
.pti120 > ul > li > ul.technology > li > div:nth-child(1) h3{
    font-size: 28px;
    font-weight: 600;
    padding: 10px 0 0 45px;
    position: relative;
}
.pti120 > ul > li > ul.technology > li > div:nth-child(1) h3 span{
    font-size: 20px;
    font-weight: 400;
    color: #ffaa17;
    padding: 0 0 0 20px;
}
.pti120 > ul > li > ul.technology > li > div:nth-child(1) h3:before{
    content:"";
    width: 30px;
    height: 30px;
    position: absolute;
    top: 10px;
    left: 0;
    background: #ffc000;
}
.pti120 > ul > li > ul.technology > li:nth-child(1) > div:nth-child(1) h3:after{
    content:"1";
    position: absolute;
    top: 10px;
    left: 9px;
    z-index: 1;
    color: #212121;
    font-weight: 600;
    font-size: 20px;
}
.pti120 > ul > li > ul.technology > li:nth-child(2) > div:nth-child(1) h3:after{
    content:"2";
    position: absolute;
    top: 10px;
    left: 9px;
    z-index: 1;
    color: #212121;
    font-weight: 600;
    font-size: 20px;
}
.pti120 > ul > li > ul.technology > li:nth-child(3) > div:nth-child(1) h3:after{
    content:"3";
    position: absolute;
    top: 10px;
    left: 9px;
    z-index: 1;
    color: #212121;
    font-weight: 600;
    font-size: 20px;
}
.pti120 > ul > li > ul.technology > li:nth-child(4) > div:nth-child(1) h3:after{
    content:"4";
    position: absolute;
    top: 10px;
    left: 9px;
    z-index: 1;
    color: #212121;
    font-weight: 600;
    font-size: 20px;
}
.pti120 > ul > li > ul.technology > li:nth-child(5) > div:nth-child(1) h3:after{
    content:"5";
    position: absolute;
    top: 10px;
    left: 9px;
    z-index: 1;
    color: #212121;
    font-weight: 600;
    font-size: 20px;
}
.pti120 > ul > li > ul.technology > li:nth-child(6) > div:nth-child(1) h3:after{
    content:"6";
    position: absolute;
    top: 10px;
    left: 9px;
    z-index: 1;
    color: #212121;
    font-weight: 600;
    font-size: 20px;
}
.pti120 > ul > li > ul.technology > li > div:nth-child(1) p{
    padding: 20px 0 0 0;
}
.pti120 > ul > li > ul.technology > li > div:nth-child(2){
    width: 23%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
}
.pti120 > ul > li > ul.technology > li > div:nth-child(2) img{
}
.jikudenatsu h2 span{
    display: block;
    padding: 0;
    margin: 5px 0 0 -20px;
    color: #212121!important;
}
.pti120 .caption{
    width: 48%;
}
.pti120 .caption h3{
    color: #212121;
    font-size: 16px;
    font-weight: 600;
    padding: 0 0 20px 0;
}
.pti120 .caption p{
    letter-spacing: 2px;
}
.pti120 .caption ul {
    margin: 10px 0 10px 0;
}
.pti120 .caption ul li{
    background: #f0f0f0;
    margin: 5px 0 0 0;
    padding: 10px;
}
.pti120 .caption ul li i{
    color: #ffc000;
    padding: 0 10px 0 0;
}
.pti120 .image{
    width: 48%;
    margin: -60px 0 0 0;
}
.pti120 .image p{
    text-align: center;
    background: #f0f0f0;
    color: #212121;
    font-size: 13px;
}
.pti120 .image img{
    width: 100%;
    margin: 10px 0 0 0;
}
.pti120 .image ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.pti120 .image ul li{
    width: 48%;
}

@media screen and (max-width: 1080px) {
    .pti120 > ul > li > div > img{
        width: 100%;
        margin: 20px auto 0 auto;
    }
    .jikudenatsu{
        display: flex!important;
        flex-wrap: wrap!important;
    }
    .jikudenatsu h2{
        font-size: 20px!important;
        padding: 0 0 0 0!important;
    }
    .jikudenatsu h2 span{
        display: block;
        padding: 0;
        margin: 5px 0 0 -20px;
        color: #212121!important;
    }
    .pti120 .caption{
        width: 100%;
    }
    .pti120 .image{
        width: 100vw;
        margin: 0 0 0 0;
    }
    .pti120 .image ul{
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .pti120 .image ul li{
        width: 44vw;
    }
    .pti120 .image ul li img{
        width: 100%;
    }
    .pti120 > ul > li:nth-child(3){
        width: 94vw;
        margin: 0 auto;
    }
    .pti120 > ul > li:nth-child(4){
        width: 94vw;
        margin: 0 auto;
    }
    .pti120 > ul > li:nth-child(5){
        width: 94vw;
        margin: 0 auto;
    }
    .pti120 > ul > li:nth-child(6){
        width: 94vw;
        margin: 0 auto;
    }
    .pti120 > ul > li > ul.technology > li{
        width: 90%;
        padding: 20px 5% 20px 5%;
        background: #f8f8f8;
        border-bottom: 1px solid #dcdcdc;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .pti120 > ul > li > ul.technology > li > div:nth-child(1){
        width: 100%;
    }
    .pti120 > ul > li > ul.technology > li > div:nth-child(1) h3{
        font-size: 20px;
        font-weight: 600;
        padding: 10px 0 0 45px;
        position: relative;
    }

    .pti120 > ul > li > ul.technology > li > div:nth-child(1) h3:before{
        content:"";
        width: 30px;
        height: 30px;
        position: absolute;
        top: 10px;
        left: 0;
        background: #ffc000;
    }
    .pti120 > ul > li > ul.technology > li:nth-child(1) > div:nth-child(1) h3:after{
        content:"1";
        position: absolute;
        top: 10px;
        left: 9px;
        z-index: 1;
        color: #212121;
        font-weight: 600;
        font-size: 20px;
    }
    .pti120 > ul > li > ul.technology > li:nth-child(2) > div:nth-child(1) h3:after{
        content:"2";
        position: absolute;
        top: 10px;
        left: 9px;
        z-index: 1;
        color: #212121;
        font-weight: 600;
        font-size: 20px;
    }
    .pti120 > ul > li > ul.technology > li:nth-child(3) > div:nth-child(1) h3:after{
        content:"3";
        position: absolute;
        top: 10px;
        left: 9px;
        z-index: 1;
        color: #212121;
        font-weight: 600;
        font-size: 20px;
    }
    .pti120 > ul > li > ul.technology > li:nth-child(4) > div:nth-child(1) h3:after{
        content:"4";
        position: absolute;
        top: 10px;
        left: 9px;
        z-index: 1;
        color: #212121;
        font-weight: 600;
        font-size: 20px;
    }
    .pti120 > ul > li > ul.technology > li:nth-child(5) > div:nth-child(1) h3:after{
        content:"5";
        position: absolute;
        top: 10px;
        left: 9px;
        z-index: 1;
        color: #212121;
        font-weight: 600;
        font-size: 20px;
    }
    .pti120 > ul > li > ul.technology > li:nth-child(6) > div:nth-child(1) h3:after{
        content:"6";
        position: absolute;
        top: 10px;
        left: 9px;
        z-index: 1;
        color: #212121;
        font-weight: 600;
        font-size: 20px;
    }
    .pti120 > ul > li > ul.technology > li > div:nth-child(1) p{
        padding: 20px 0 0 0;
    }
    .pti120 > ul > li > ul.technology > li > div:nth-child(2){
        width: 100%;
        margin: 20px 0 0 0;
        display: none;
        justify-content: center;
        align-content: center;
    }
    .pti120 > ul > li > ul.technology > li > div:nth-child(2) img{
    }
    .pti120 > ul > li h2{
        width: 100%;
        font-size: 20px;
        font-weight: 500;
        padding: 0 0 20px 0;
        line-height: 1.4em;
    }
}














/*
-----------------
ii900 @PC
-----------------
*/
div.ii900header{
    width: 100%;
    height: 600px;
    margin: 0 auto;
    background: url(../pickup/img/ii900_main.jpg) 50% 50% no-repeat;
    background-size: cover;

}
div.ii900header > div{
    width: 1080px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
div.ii900header > div > div:nth-child(1){
    width: 43%;
    padding: 190px 0 0 0;
}
div.ii900header > div > div:nth-child(1) h1{
    color: #f3ca4e;
    font-weight: 400;
    font-size: 30px;
    letter-spacing: 4px;
}
div.ii900header > div > div:nth-child(1) h2{
    color: #ffc000;
    font-weight: 600;
    font-size: 28px;
    letter-spacing: 4px;
    line-height: 1.3em;
    color: #fff;
    margin: 20px 0 0 0;
}
div.ii900header > div > div:nth-child(1) h2 span{
    display: block;
    font-weight: 200;
}
div.ii900header > div > div:nth-child(1) p{
    font-weight: 600;
    color: #fff;
    font-size: 40px;
    padding: 20px 0 0 0;
}
div.ii900header > div > div:nth-child(1) a{
    margin: 40px 0 0 0;
    display: inline-block;
    background: #fff;
}
div.ii900header > div > div:nth-child(1) a:hover img{
    opacity: 0.7;
}
div.ii900header > div > div:nth-child(2){
    width: 53%;
    text-align: center;
    padding: 80px 0 0 0;
}
div.ii900header > div > div:nth-child(2) img{
    width: 100%;
}
div.ii900header > div > div:nth-child(2) p{
    color: #fff;
    font-size: 20px;
    padding: 20px 0 0 0;
    letter-spacing: 2px;
}
div.ii900header > div > div:nth-child(2) span{
    color: #fff;
    font-size: 30px;
    font-weight: 600;
}

@media screen and (max-width: 1080px) {
    div.ii900header{
        width: 100%;
        height: 60vw;
        margin: 0 auto;
        background: url(../pickup/img/ii900_main.jpg) 50% 50% no-repeat;
        background-size: cover;
    }
    div.ii900header > div{
        width: 94%;
        padding: 0 3% 0 3%;
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    div.ii900header > div > div:nth-child(1){
        width: 48%;
        padding: 25vw 0 0 0;
    }
    div.ii900header > div > div:nth-child(1) h1{
        color: #f3ca4e;
        font-weight: 400;
        font-size: 3vw;
        letter-spacing: 4px;
    }
    div.ii900header > div > div:nth-child(1) h2{
        color: #ffc000;
        font-weight: 600;
        font-size: 3vw;
        letter-spacing: 4px;
        line-height: 1.3em;
        color: #fff;
        margin: 20px 0 0 0;
    }
    div.ii900header > div > div:nth-child(1) h2 span{
        display: block;
        font-weight: 200;
    }
    div.ii900header > div > div:nth-child(1) p{
        font-weight: 600;
        color: #fff;
        font-size: 3vw;
        padding: 20px 0 0 0;
    }
    div.ii900header > div > div:nth-child(1) a{
        margin: 0 0 0 0;
        display: none;
        border: none;
    }
    div.ii900header > div > div:nth-child(2){
        width: 53%;
        text-align: center;
        padding: 140px 0 0 0;
    }
    div.ii900header > div > div:nth-child(2) p{
        color: #fff;
        font-size: 2vw;
        padding: 20px 0 0 0;
        letter-spacing: 2px;
    }
    div.ii900header > div > div:nth-child(2) span{
        color: #fff;
        font-size: 3vw;
        font-weight: 600;
    }

}

@media screen and (max-width: 880px) {
    div.ii900header{
        width: 100%;
        height: 65vw;
        margin: 0 auto;
        background: url(../pickup/img/ii900_main.jpg) 50% 50% no-repeat;
        background-size: cover;
    }
}
@media screen and (max-width: 780px) {
    div.ii900header{
        width: 100%;
        height: 1024px;
        margin: 0 auto;
        background: url(../pickup/img/ii900_main.jpg) 50% 20% no-repeat;
        background-size: cover;
        background-position: 70% 10%;
    }
    div.ii900header > div > div:nth-child(1){
        width: 100%;
        padding: 100vw 0 0 0;
    }
    div.ii900header > div > div:nth-child(1) h1{
        color: #f3ca4e;
        font-weight: 400;
        font-size: 26px;
        letter-spacing: 4px;
    }
    div.ii900header > div > div:nth-child(1) h2{
        color: #ffc000;
        font-weight: 600;
        font-size: 32px;
        letter-spacing: 4px;
        line-height: 1.3em;
        color: #fff;
        margin: 20px 0 0 0;
    }
    div.ii900header > div > div:nth-child(1) h2 span{
        display: block;
        font-weight: 200;
    }
    div.ii900header > div > div:nth-child(1) p{
        font-weight: 600;
        color: #fff;
        font-size: 40px;
        padding: 20px 0 0 0;
    }
    div.ii900header > div > div:nth-child(2){
        width: 80%;
        text-align: center;
        padding: 80px 0 0 0;
        margin: 0 auto;
    }
    div.ii900header > div > div:nth-child(2) img{
        width: 100%;
    }
    div.ii900header > div > div:nth-child(2) p{
        color: #fff;
        font-size: 18px;
        padding: 20px 0 0 0;
        letter-spacing: 2px;
    }
    div.ii900header > div > div:nth-child(2) span{
        color: #fff;
        font-size: 28px;
        font-weight: 600;
    }
}
@media screen and (max-width: 580px) {
    div.ii900header > div > div:nth-child(1){
        width: 100%;
        padding: 110vw 0 0 0;
    }
    div.ii900header{
        width: 100%;
        height: 920px;
        margin: 0 auto;
        background: url(../pickup/img/ii900_main.jpg) 50% 50% no-repeat;
        background-size: cover;
        background-position: 70% 10%;
    }
}

.ii900 > ul > li:nth-child(1){
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    font-size: 15px;
    border-top: 1px solid #dcdcdc;
    padding: 40px 0 40px 0;
    width: 1080px;
    margin: 0 auto;
}
.ii900 > ul > li:nth-child(1) > div{
    width: 48%;
}
.ii900 > ul > li:nth-child(1) > div > div{
    width: 100%;
    margin: 40px 0 0 0;
}

.ii900 > ul > li:nth-child(1) > div > div.movie > div{
    width: 100%;
}
.ii900 > ul > li:nth-child(1) > div > div iframe{
    margin: 20px 0 0 0;
}
.ii900 > ul > li:nth-child(1) > div > div.moviecaption h3{
    font-size: 26px;
    font-weight: 500;
    color: #ffaa17;
    padding: 0 0 20px 0;
    border-bottom: 1px solid #ffc000;
}
.ii900 > ul > li:nth-child(1) > div > div.moviecaption h4{
    font-size: 16px;
    font-weight: 400;
    margin: 10px 0 20px 0;
}

@media screen and (max-width: 1080px) {
    .ii900 > ul > li:nth-child(1){
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    font-size: 15px;
    border-top: 1px solid #dcdcdc;
    padding: 40px 3% 40px 3%;
    width: 94%;
    margin: 0 auto;
}

    .ii900 > ul > li:nth-child(1) > div > div.movie > div{
      position: relative;
      width: 100%;
      padding-top: 56.25%;
      margin: 0 auto 0 auto;
    }
    .ii900 > ul > li:nth-child(1) > div > div.movie > div iframe {
      position: absolute;
      top: 0;
      right: 0;
      width: 100% !important;
      height: 100% !important;
    }
}
@media screen and (max-width: 780px) {
    .ii900 > ul > li:nth-child(1) > div{
        width: 100%;
    }
    .ii900 > ul > li:nth-child(1) > div > div.moviecaption h4 br{
        display: none;
    }
}


.ii900 > ul > li:nth-child(2){
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    font-size: 15px;
    border-top: 1px solid #dcdcdc;
    padding: 40px 0 40px 0;
    width: 1080px;
    margin: 0 auto;
}
.ii900 > ul > li > div > img{
    width: 80%;
    margin: 20px auto 0 auto;
}
.ii900 > ul > li h2{
    width: 100%;
    font-size: 30px;
    font-weight: 500;
    padding: 0 0 20px 0;
}
.ii900 > ul > li h2 span{
    color: #ffc000;
    font-size: 22px;
    padding: 0 0 0 20px;
}
.ii900 > ul > li > ul.technology{
    width: 100%;
    margin: 20px 0 0 0;
}
.ii900 > ul > li > ul.technology > li{
    width: 90%;
    padding: 20px 5% 20px 5%;
    background: #f8f8f8;
    border-bottom: 1px solid #dcdcdc;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.ii900 > ul > li > ul.technology > li > div:nth-child(1){
    width: 72%;
}
.ii900 > ul > li > ul.technology > li > div:nth-child(1) h3{
    font-size: 28px;
    font-weight: 600;
    padding: 10px 0 0 45px;
    position: relative;
}
.ii900 > ul > li > ul.technology > li > div:nth-child(1) h3 span{
    font-size: 20px;
    font-weight: 400;
    color: #ffaa17;
    padding: 0 0 0 20px;
}
.ii900 > ul > li > ul.technology > li > div:nth-child(1) h3:before{
    content:"";
    width: 30px;
    height: 30px;
    position: absolute;
    top: 10px;
    left: 0;
    background: #ffc000;
}


.jikudenatsu h2 span{
    display: block;
    padding: 0;
    margin: 5px 0 0 -20px;
    color: #212121!important;
}
.ii900 .caption{
    width: 48%;
}
.ii900 .caption h3{
    color: #212121;
    font-size: 16px;
    font-weight: 600;
    padding: 0 0 20px 0;
}
.ii900 .caption p{
    letter-spacing: 2px;
}
.ii900 .caption ul {
    margin: 10px 0 10px 0;
}
.ii900 .caption ul li{
    background: #f0f0f0;
    margin: 5px 0 0 0;
    padding: 10px;
}
.ii900 .caption ul li i{
    color: #ffc000;
    padding: 0 10px 0 0;
}
.ii900 .image{
    width: 48%;
    margin: -60px 0 0 0;
}
.ii900 .image p{
    text-align: center;
    background: #f0f0f0;
    color: #212121;
    font-size: 13px;
}
.ii900 .image img{
    width: 100%;
    margin: 10px 0 0 0;
}
.ii900 .image ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.ii900 .image ul li{
    width: 48%;
}

@media screen and (max-width: 1080px) {
    .ii900 > ul > li > div > img{
        width: 100%;
        margin: 20px auto 0 auto;
    }
    .jikudenatsu{
        display: flex!important;
        flex-wrap: wrap!important;
    }
    .jikudenatsu h2{
        font-size: 20px!important;
        padding: 0 0 0 0!important;
    }
    .jikudenatsu h2 span{
        display: block;
        padding: 0;
        margin: 5px 0 0 -20px;
        color: #212121!important;
    }
    .ii900 .caption{
        width: 100%;
    }
    .ii900 .image{
        width: 100vw;
        margin: 0 0 0 0;
    }
    .ii900 .image ul{
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .ii900 .image ul li{
        width: 44vw;
    }
    .ii900 .image ul li img{
        width: 100%;
    }
    .ii900 > ul > li:nth-child(2){
        width: 94vw;
        margin: 0 auto;
    }
    .ii900 > ul > li > ul.technology > li{
        width: 90%;
        padding: 20px 5% 20px 5%;
        background: #f8f8f8;
        border-bottom: 1px solid #dcdcdc;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .ii900 > ul > li > ul.technology > li > div:nth-child(1){
        width: 100%;
    }
    .ii900 > ul > li > ul.technology > li > div:nth-child(1) h3{
        font-size: 20px;
        font-weight: 600;
        padding: 10px 0 0 45px;
        position: relative;
    }
    .ii900 > ul > li > ul.technology > li > div:nth-child(1) p{
        padding: 20px 0 0 0;
    }

}

.contact{
    width: 1080px;
    margin: 60px auto 0 auto;
}
.contact ul{
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    font-size: 15px;
}
.contact ul li{
    width: 90%;
    padding: 0 5% 20px 5%;
}
.contact ul li a{
    display: block;
    background: #336699;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-weight: 500;
    padding: 20px 0 20px 0;
    border-radius: 2px;
}
.contact ul li a i{
    padding: 0 0 0 10px;
    font-size: 12px;
    vertical-align: 1px;
}
.contact ul li a:hover{
    background: #ffc20e;
    color: #212121;
}
@media screen and (max-width: 1080px) {
    .contact{
        width: 100%;
        margin: 60px auto 0 auto;
    }
    .contact ul{
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        font-size: 15px;
    }
    .contact ul li{
        width: 100%;
        padding: 0 0 20px 0;
    }
}
@media screen and (max-width: 768px) {
    .contact ul li a{
        padding: 16px 0 16px 0;
    }
}

@media screen and (max-width: 1080px) {
    .info{
        width: 94%;
        margin: 0 auto;
    }
    .info ul{
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        font-size: 15px;
    }
    .info ul li{
        width: 48%;
    }
}
@media screen and (max-width: 768px) {
    .pti120 .info ul li{
        width: 100%;
    }
    .pti120 .info ul li a{
        padding: 16px 0 16px 0;
    }
}
@media screen and (max-width: 568px) {
    .info{
        width: 94%;
        margin: 0 auto;
    }
    .info ul{
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        font-size: 15px;
    }
    .info ul li{
        width: 108%;
    }
}


/*
-----------------
fluke8558A @PC
-----------------
*/
#fluke8558A > div:nth-child(1){
    width: 1080px;
    margin: 86px auto 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
#fluke8558A > div:nth-child(1) h1{
    width: 100%;
    font-size: 34px;
}
#fluke8558A > div:nth-child(1) h1 span{
    display: block;
    font-size: 26px;
    line-height: 1.3em;
    padding: 28px 0 0 0;
}
#fluke8558A > div:nth-child(1) h2{
    width: 100%;
    font-size: 17px;
    text-align: justify;
    line-height: 1.7em;
}
#fluke8558A > div:nth-child(1) h2 span{
    color: #d32e18;
}
#fluke8558A > div:nth-child(1) > div{
    width: calc(100% - 52px);
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    background: #f0f0f0;
    margin: 36px 0 0 0;
    padding: 5px 26px 20px 26px;
}
#fluke8558A > div:nth-child(1) > div > div{
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
#fluke8558A > div:nth-child(1) > div > div:nth-child(1){
    width: 50%;
    margin: 16px 0 0 0;
}
#fluke8558A > div:nth-child(1) > div > div:nth-child(2){
    width: 45%;
    margin: -60px 0 0 0;
    text-align: center;
}
#fluke8558A > div:nth-child(1) > div > div:nth-child(2) img{
    width: 100%;
}


@media screen and (max-width: 1080px) {
    #fluke8558A > div:nth-child(1){
        width: 96%;
        margin: 156px auto 0 auto;
    }
    #fluke8558A > div:nth-child(1) h1{
        width: 100%;
        font-size: 36px;
        line-height: 1.2em;
    }
    #fluke8558A > div:nth-child(1) h1 span{
        display: block;
        padding: 16px 0 0 0;
        font-size: 36px;
    }
    #fluke8558A > div:nth-child(1) > div > div:nth-child(1){
        width: 50%;
        margin: 16px 0 0 0;
    }
    #fluke8558A > div:nth-child(1) > div > div:nth-child(2){
        width: 45%;
        margin: -60px 0 0 0;
        text-align: center;
    }
}
@media screen and (max-width: 768px) {
    #fluke8558A > div:nth-child(1) > div{
        width: calc(100% - 4vw);
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        background: #f0f0f0;
        margin: 36px 0 0 0;
        padding: 2vw;
    }
    #fluke8558A > div:nth-child(1) > div > div:nth-child(1){
        width: 100%;
        margin: 16px 0 0 0;
        order: 2;
    }
    #fluke8558A > div:nth-child(1) > div > div:nth-child(2){
        width: 100%;
        margin: 0 0 0 0;
        text-align: center;
        order: 1;
    }
}
@media screen and (max-width: 480px) {
    #fluke8558A > div:nth-child(1) h1{
        width: 100%;
        font-size: 32px;
        text-align: center;
    }
    #fluke8558A > div:nth-child(1) h1 span{
        display: block;
        padding: 16px 0 0 0;
        font-size: 28px;
    }
   #fluke8558A > div:nth-child(1) > div{
        width: 96%;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        background: none;
        margin: 36px auto 0 auto;
        padding: 0;
    }
    #fluke8558A > div:nth-child(1) h2{
        width: 100%;
        font-size: 14px;
    }
    #fluke8558A > div:nth-child(1) > div > div:nth-child(1){
        width: 100%;
        margin: 16px 0 0 0;
        order: 2;
    }
    #fluke8558A > div:nth-child(1) > div > div:nth-child(2){
        width: 100%;
        margin: 0 0 0 0;
        text-align: center;
        order: 1;
    }
}


.fluke8558A{
    width: 1080px;
    margin: 0 auto;
}
.fluke8558A > ul > li{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    font-size: 15px;
    border-top: 1px solid #dcdcdc;
    padding: 40px 0 40px 0;
    width: 100%;
}
.fluke8558A > ul > li h2{
    width: 100%;
    font-size: 30px;
    font-weight: 500;
    padding: 0 0 20px 0;
}
.fluke8558A > ul > li h2 span{
    color: #ffc000;
    font-size: 22px;
    padding: 0 0 0 20px;
}
.fluke8558A > ul > li:nth-child(1) div{
    padding: 20px;
    width: calc(100% - 40px);
}

.fluke8558A > ul > li:nth-child(1) div img{
    width: 90%;
    margin: 10px auto 0 auto;
}
.fluke8558A > ul > li:nth-child(1) div p{
    text-align: center;
    padding: 20px 0 0 0;
}
.fluke8558A > ul > li:nth-child(2) ul{
    padding: 10px 0 20px 0;
}
.fluke8558A > ul > li:nth-child(2) ul li{
    padding: 0 0 0 26px;
    position: relative;
    margin: 5px 0 0 0;
    font-size: 16px;
}
.fluke8558A > ul > li:nth-child(2) ul li:before{
    content:"";
    width: 8px;
    height: 8px;
    background: #ffc000;
    border-radius: 100%;
    position: absolute;
    left: 8px;
    top: 10px;
}
.fluke8558A > ul > li:nth-child(3) > div{
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.fluke8558A > ul > li:nth-child(3) > div > div{
    width: 48%;
}
.fluke8558A > ul > li:nth-child(3) > div > div:nth-child(1) img{
    width: 100%;
    display: block;
}


.fluke8558A > ul > li:nth-child(3) > div > div:nth-child(2) > div:nth-child(1){
    width: 100%;
}
.fluke8558A > ul > li:nth-child(3) > div > div:nth-child(2)  p{
    text-align: justify;
}
.fluke8558A > ul > li:nth-child(3) > div > div:nth-child(2)  p span{
    color: #d32e18;
}
.fluke8558A > ul > li:nth-child(3) > div > div:nth-child(2) > div:nth-child(2){
    width: 100%;
}
.fluke8558A > ul > li:nth-child(3) > div > div:nth-child(2) > div:nth-child(2) img{
    width: 100%;
    margin: 20px 0 0 0;
}
.fluke8558A > ul > li:nth-child(3) > div > div:nth-child(2) > div:nth-child(2) ul{
    padding: 20px 0 0 0;
}
.fluke8558A > ul > li:nth-child(3) > div > div:nth-child(2) > div:nth-child(2) ul li{
    position: relative;
    padding: 0 0 0 20px;
}
.fluke8558A > ul > li:nth-child(3) > div > div:nth-child(2) > div:nth-child(2) ul li:before{
    content:"";
    width: 13px;
    height: 13px;
    background: #000;
    position: absolute;
    top: 8px;
    left: 0;
}
.fluke8558A > ul > li:nth-child(4) > div > div:nth-child(2) p{
    font-size: 13px;
    padding: 5px 0 0 0;
}

@media screen and (max-width: 1080px) {
    .fluke8558A > ul > li > div > img{
        width: 100%;
        margin: 20px auto 0 auto;
    }
    .jikudenatsu{
        display: flex!important;
        flex-wrap: wrap!important;
    }
    .jikudenatsu h2{
        font-size: 20px!important;
        padding: 0 0 0 0!important;
    }
    .jikudenatsu h2 span{
        display: block;
        padding: 0;
        margin: 5px 0 0 -20px;
        color: #212121!important;
    }
    .fluke8558A > ul{
         width: 94vw;
        margin: 20px 0 0 3vw;
    }
    .fluke8558A > ul > li h2{
        width: 100%;
        font-size: 20px;
        font-weight: 500;
        padding: 0 0 20px 0;
        line-height: 1.4em;
    }
}
@media screen and (max-width: 768px) {
    .fluke8558A > ul > li:nth-child(3) > div > div{
        width: 100%;
    }
    .fluke8558A > ul > li:nth-child(3) > div > div:nth-child(2){
    width: 100%;
    margin: 40px 0 0 0;
}
}
@media screen and (max-width: 580px) {
    .fluke8558A > ul > li:nth-child(1) div{
        padding: 0;
        background: #fff;
        width: 100%!important;
    }
    .fluke8558A > ul > li:nth-child(1) div img{
        width: 100%;
        max-width: 700px;
        margin: 10px auto 0 auto;
    }
    .fluke8558A > ul > li:nth-child(3) div img{
        width: 100%;
        display: block;
        margin: 0 auto;
    }
}

.insulatedtoolsheader > div:nth-child(1) {
    width: 100vw;
    max-width: 1280px;
    margin: 40px auto 0 auto;
    position: relative;
}
.insulatedtoolsheader > div:nth-child(1) h1{
    width: 100%;
    text-align: center;
    font-size: 33px;
    color: #fff;
    padding: 80px 0 0 0;
    position: absolute;
    top: 0;
    z-index: 100;
}

.insulatedtoolsheader > div:nth-child(1) h1 span{
    font-size: 55px;
    display: block;
    padding: 33px 0 0 0;
}
@media screen and (max-width: 1080px) {
    .insulatedtoolsheader > div:nth-child(1) h1{
        width: 100%;
        text-align: center;
        font-size: 24px;
        color: #fff;
        padding: 80px 0 0 0;
        position: absolute;
        top: 0;
        z-index: 100;
    }

    .insulatedtoolsheader > div:nth-child(1) h1 span{
        font-size: 36px;
        display: block;
        padding: 33px 0 0 0;
    }
}
@media screen and (max-width: 580px) {
    .insulatedtoolsheader > div:nth-child(1) h1{
        width: 100%;
        text-align: center;
        font-size: 24px;
        color: #000;
        padding: 80px 0 40px 0;
        position: relative;
        top: auto;
        z-index: 100;
    }

    .insulatedtoolsheader > div:nth-child(1) h1 span{
        font-size: 36px;
        display: block;
        padding: 33px 0 0 0;
    }
}

.insulatedtoolsheader > div:nth-child(1) div{
    width: 100vw;
    max-width: 1280px;
    margin: 0 auto;
    position: relative;
}
.insulatedtoolsheader > div:nth-child(1) div img{
    width: 100%;
}
.insulatedtoolsheader > div:nth-child(2) {
    width: 100vw;
    max-width: 1280px;
    margin: 40px auto 0 auto;
    position: relative;
    text-align: center;
}
.insulatedtoolsheader > div:nth-child(2) h2{
    font-size: 33px;
    padding: 0 0 30px 0;
}
.insulatedtoolsheader > div:nth-child(2) h2 span{
    font-size: 33px;
    padding: 10px 0 0 0;
    display: block;
}
@media screen and (max-width: 880px) {
    .insulatedtoolsheader > div:nth-child(2) h2{
        font-size: 22px;
        padding: 0 0 20px 0;
    }
    .insulatedtoolsheader > div:nth-child(2) h2 span{
        font-size: 22px;
        padding: 0 0 30px 0;
    }
}
.insulatedtoolsheader > div:nth-child(2) p a{
    color: #e63333;
    border-bottom: 1px dotted #e63333;
}
.insulatedtoolsheader > div:nth-child(2) p a:hover{
color: #ffc20e;
    border-bottom: 1px dotted #ffc20e;
}
.insulatedtoolsheader > div:nth-child(2) > a{
    display: inline-block;
    background: #000;
    color: #fff;
    font-weight: 500;
    padding: 20px 60px 20px 60px;
    border-radius: 2px;
    margin: 30px 0 0 0;
}
.insulatedtoolsheader > div:nth-child(2) > a i{
    padding: 0 0 0 10px;
    font-size: 12px;
    vertical-align: 1px;
}
.insulatedtoolsheader > div:nth-child(2) > a:hover{
    background: #e63333;
    color: #fff;
}

.insulatedtools{
    width: 100%;
    margin: 100px 0 40px 0;
}
.insulatedtools > ul > li:nth-child(even){
    width: 100%;
    background: #fff;
    padding: 0 0 80px 0;
}
.insulatedtools > ul > li:nth-child(odd){
    width: 100%;
    background: #f8f8f8;
    padding: 0 0 80px 0;
}
.insulatedtools > ul > li > h2{
    text-align: center;
    font-size: 33px;
    padding: 80px 0 0 0;
    line-height: 1.9em;
}
.insulatedtools > ul > li > ul{
    display: flex;
    flex-wrap: wrap;
    width: 100vw;
    max-width: 1080px;
    margin: 0 auto;
}
.insulatedtools > ul > li > ul > li{
    width: 31%;
    text-align: center;
    margin: 50px 0 0 0;
    padding: 0 1% 0 1%;
}
.insulatedtools > ul > li > ul > li h3{
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0.1em;
    padding: 10px 0 0 0;
}
.insulatedtools > ul > li > ul > li a:hover{
    opacity: 0.6;
}
@media screen and (max-width: 580px) {
    .insulatedtools > ul > li > h2{
        text-align: center;
        font-size: 26px;
        padding: 80px 20px 0 20px;
        line-height: 1.9em;
    }
    .insulatedtools > ul > li > ul{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        width: 94vw;
        max-width: 1080px;
        margin: 0 auto;
    }
    .insulatedtools > ul > li > ul > li{
        width: 100%;
        text-align: center;
        margin: 80px 0 0 0;
    }
}
.insulatedtools > ul > li > ul > li a > div{
    width: 74%;
    margin: 0 auto;
    text-align: center;
}
.insulatedtools > ul > li > ul > li a > div > div{
    width: 100%;
    text-align: center;
}
.insulatedtools > ul > li > ul > li img{
    width: 100%;
}
.insulatedtools > ul > li > ul > li h3{
    color: #000;
    font-size: 17px;
}

.insulatedtoolsatt{
    width: 100vw;
    max-width: 1280px;
    margin: 40px auto 0 auto;
    position: relative;
    padding: 80px 0 80px 0;
}
.insulatedtoolsatt ul{
    display: flex;
}
.insulatedtoolsatt ul li{
    width: 25%;
}
.insulatedtoolsatt ul li img{
    width: 100%;
}
.insulatedtoolsatt h4{
    padding: 40px 0 0 0;
    font-weight: 600;
    font-size: 15px;
}
.insulatedtoolsatt p{
    padding: 15px 0 0 0;
    font-size: 15px;
    letter-spacing: 0.005em;
    line-height: 1.9em;
}
@media screen and (max-width: 580px) {
    .insulatedtoolsatt ul{
        display: flex;
        flex-wrap: wrap;
    }
    .insulatedtoolsatt ul li{
        width: 50%;
    }
    .insulatedtoolsatt ul li img{
        width: 100%;
    }
    .insulatedtoolsatt{
        width: 94vw;
        max-width: 90vw;
        margin: 40px auto 0 auto;
        position: relative;
        padding: 80px 0 80px 0;
    }
    .insulatedtoolsatt h4{
        padding: 40px 0 0 0;
        font-weight: 600;
        font-size: 18px;
    }
    .insulatedtoolsatt p{
        padding: 15px 0 0 0;
        font-size: 16px;
        letter-spacing: 0.005em;
        line-height: 1.9em;
    }
}
