

@media screen and (min-width:1367px) {
/*h1の場所*/
h1{
    margin-top: 150px;
    margin-bottom: 80px;
}
/*尾川宏の名前のサイズ*/
.hiroshiogawa{
    font-size: 150%;
    font-weight: bold;
    margin: 15px 0;

}
/*平仮名のサイズ*/
#ogawahira{
    font-size: 80%;
    font-weight: bold;
    margin-top: -18px;
}
/*文字由来のサイズ*/
.form{
    font-size: 75%;
    text-align: right;
    font-weight: 500;
}

.text{
    color: #222222;
    font-weight: 500;
    /* margin-left: 230px; */
}

 /*尾川宏さんの紹介*/
.profileRight{
    width: 50%;
    margin: 0 auto;
}
 /*尾川宏さんの写真サイズ*/
.profileMain img{
    width: 30%;
}
 /*尾川宏さんの写真名前真中*/
.profileogawa{
    text-align: center;
    font-weight: 500px;
}
/*tableを真中*/
/* .profileLeft{
    width: 60%;
    margin: 0 auto;
} */
.tableja{
    width:600px;
    margin: 0 auto;
}
.tableen{
width: 970px;
margin: 0 auto;
}
.tablecn{
    width:520px;
    margin: 0 auto;
}
/*tableの真中の線*/
.profileMain .firstChild{
    border-right:4px solid #a40000;
    font-weight: 500;
}
.profileMain td{
    padding:6px 8px;
    font-weight: 500;
}
 .profileSakuhin{
    color: #a40000;
    cursor: pointer;
    transition: 0.3s;
    font-weight: 600;
}
.profileSakuhin:hover {opacity: 0.7;}
.proPopupsContent{
    display: none;
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 90px; /* Location of the box */
    left: 0;
    top: 0;
    bottom: 0;
   width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}
.proPopupsImg{
    margin: auto;
    display: block;

    /* width: 80%; */
    max-width: 80%;
    max-height:70%;
}
.proPopupsImg1{
    float: right;
}
#proPopupsTextja,#proPopupsTexten,#proPopupsTextcn {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
}
.proPopupsImg, #proPopupsTextja,#proPopupsTexten,#proPopupsTextcn {
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
    from {-webkit-transform:scale(0)}
    to {-webkit-transform:scale(1)}
}

@keyframes zoom {
    from {transform:scale(0)}
    to {transform:scale(1)}
}

.close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}
.close:hover,
.close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}


}




@media screen and (min-width:376px) and ( max-width:1366px){
    /*h1の場所*/
    h1{
        margin-top: 150px;
        margin-bottom: 80px;
    }
    /*尾川宏の名前のサイズ*/
    .hiroshiogawa{
        font-size: 150%;
        font-weight: bold;
        margin: 15px 0;

    }
    /*平仮名のサイズ*/
    #ogawahira{
        font-size: 80%;
        font-weight: bold;
        margin-top: -18px;
    }
    /*文字由来のサイズ*/
    .form{
        font-size: 75%;
        text-align: right;
        font-weight: 500;
    }

    .text{
        color: #222222;
        font-weight: 500;
        /* margin-left: 230px; */
    }

     /*尾川宏さんの紹介*/
    .profileRight{
        width: 50%;
        margin: 0 auto;
    }
     /*尾川宏さんの写真サイズ*/
    .profileMain img{
        width: 30%;
    }
     /*尾川宏さんの写真名前真中*/
    .profileogawa{
        text-align: center;
        font-weight: 500px;
    }
    /*tableを真中*/
    .profileLeft{
        width: 60%;
        margin: 0 auto;
    }
    .tableja{
        width:600px;
        margin: 0 auto;
    }
    .tableen{
    width: 970px;
    margin: 0 auto;
    }
    .tablecn{
        width:520px;
        margin: 0 auto;
    }
    /*tableの真中の線*/
    .profileMain .firstChild{
        border-right:4px solid #a40000;
        font-weight: 500;
    }
    .profileMain td{
        padding:6px 8px;
        font-weight: 500;
    }
     .profileSakuhin{
        color: #a40000;
        cursor: pointer;
        transition: 0.3s;
        font-weight: 600;
    }
    .profileSakuhin:hover {opacity: 0.7;}
    .proPopupsContent{
        display: none;
        position: fixed; /* Stay in place */
        z-index: 1; /* Sit on top */
        padding-top: 70px; /* Location of the box */
        left: 0;
        top: 0;
        bottom: 0;
       width: 100%; /* Full width */
        height: 100%; /* Full height */
        overflow: auto; /* Enable scroll if needed */
        background-color: rgb(0,0,0); /* Fallback color */
        background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
    }
    .proPopupsImg{
        margin: auto;
        display: block;

        /* width: 80%; */
        max-width: 80%;
        max-height:70%;
    }
    .proPopupsImg1{
        float: right;
    }
    #proPopupsTextja,#proPopupsTexten,#proPopupsTextcn {
        margin: auto;
        display: block;
        width: 80%;
        max-width: 700px;
        text-align: center;
        color: #ccc;
        padding: 10px 0;
        height: 30px;
    }
    .proPopupsImg, #proPopupsTextja,#proPopupsTexten,#proPopupsTextcn {
        -webkit-animation-name: zoom;
        -webkit-animation-duration: 0.6s;
        animation-name: zoom;
        animation-duration: 0.6s;
    }

    @-webkit-keyframes zoom {
        from {-webkit-transform:scale(0)}
        to {-webkit-transform:scale(1)}
    }

    @keyframes zoom {
        from {transform:scale(0)}
        to {transform:scale(1)}
    }

    .close {
        position: absolute;
        top: 15px;
        right: 35px;
        color: #f1f1f1;
        font-size: 40px;
        font-weight: bold;
        transition: 0.3s;
    }
    .close:hover,
    .close:focus {
        color: #bbb;
        text-decoration: none;
        cursor: pointer;
    }
    /* .proPopupsContentDiv{
    position: fixed;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -50%);
    } */

    }

    /* @media only screen and (max-width: 700px){
        .proPopupsImg {
            width: 100%;
            height: 100%;
        }
    }

     */
