@import url('https://fonts.googleapis.com/css2?family=Marcellus+SC&display=swap');
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Crimson+Text&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Almarai:wght@300&family=Archivo+Black&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;1,100;1,200;1,300;1,400;1,500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Anton&family=Oswald:wght@500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Anton&family=Noto+Sans+JP&family=Oswald:wght@500&display=swap');

body{
    margin: 0;
    font-family: 'M PLUS Rounded 1c', sans-serif;

}

.cmn-body{
    width : 100%;
    margin: 0 auto;
    margin-top: 100px;
    text-align: center;
}

a{
    text-decoration: none;
    color:#a9a9a9;
}

.a-warning{
    display: block;
    margin: 20px auto;
    color:white;
}
input,button,select, textarea{
    /* スマホとPCの表示の差異をなくす */
    -webkit-appearance: none;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
}

th{
    background-color: rgba(60, 179, 113, 1);
    color: white;
}

td{
    background-color: white;
    opacity: .9;
    padding: 10px 0;
}

.login-img{
    background: url("../image/picture/login.JPG") 60% center / cover no-repeat fixed;
    height: 100vh;
    filter: grayscale(100%);
    filter: brightness(50%);
}

.pw-reissue-img{
    background: url("../image/picture/pw_reissue.jpg") center center / cover no-repeat fixed;
    height: 100vh;
    filter: grayscale(100%);
    filter: brightness(50%);
}
.search-user-img{
    background: url("../image/picture/SeachUser.jpg") 30% center / cover no-repeat fixed;
    height: 100vh;
    filter: grayscale(100%);
    filter: brightness(50%);
}



.center-block{
    width: 90%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: center;

}

.center-block h1{
    margin-bottom: 30%;
    font-family: 'Crimson Text', serif;
    font-size: 32px;
    color: #3cb371;
    letter-spacing: 0.1em;
}

.center-block h2{
    font-size:  18px;
}

.center {
    width: 90%;
    position: absolute;
    text-align: center;
    margin: 0 auto;
    top: 100px;
    left: 50%;
    transform: translate(-50%);
}

.center h1{
    font-size: 30px;
    font-weight: lighter;
    font-family: 'Montserrat', sans-serif;
}
.center h2{
    font-size: 15px;
    font-weight: lighter;
}

.white{
    color: white;
}
.margin-top-100{
    margin-top: 100px;
}
.h1-margin-bottom{
    margin-bottom: 10%;
}
.txt-box{
    margin: 0px;
    margin-bottom: 10px;
    padding: 10px 30px;
    width: 250px;
    height: 30px;
    background-color: rgba(255, 255, 255, 0.8);
    border: 1px solid white;
    border-radius: 30px;
    font-size: 18px;
    color: #203744;
    outline: none;
    z-index: 99;
}

.txt-box::placeholder{
    color:#696969;
    font-size: 15px;
    text-align: center;
}

.txt-box:focus{
    outline: none;
    color: black;
    box-shadow: 0 0 15px rgba(60, 179, 113, 1);
}


.button{
    margin: 40px auto;
    width: 250px;
    height:50px;
    background-color: #3cb371;
    color: white;
    border: none;
    border-radius: 0;
    font-size: 16px;
    cursor: pointer;
    opacity: 1;
    z-index: 99;
}

.margin-top-10{
    margin-top: 10px;
}

.grobal-hdr{
    margin:0;
    position:fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 50px;
    background-color: rgba(255, 255, 255, 0.9);
    text-align: center;
    vertical-align: top;
    z-index: 99;
}

.grobal-hdr h1{
    font-family: 'Crimson Text', serif;
    color:rgba(60, 179, 113, 1);
    font-size: 20px;
}


.error_msg{
    width:100%;
    margin: 0 auto;
    color:white;
}

.top-block{
    margin: 0 auto;
}

.font-white{
    color: white;
}
.margin-bottom-30{
    margin-bottom: 30px;;
}

.top-contents-block{
    position: relative;
}

.top-contents-title{
    width: 90%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
}

.main-img img{
    width: 100%;
    object-fit: cover;
}

.regular-row-img{
    height: 40vh;
}

.tight-row-img{
    height: 30vh;
}

.top-contents-title h2{
    margin: 0;
    font-size: 40px;
    color: white;
    font-family: 'Oswald', sans-serif;
}

.top-contents-title p{
    margin: 0;
    font-size: 20px;
    color: white;
    font-family: 'Noto Sans JP', sans-serif;
}

.img-gray{
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
}

.img-gray:hover {
    -webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
    -ms-filter: grayscale(0);
    -o-filter: grayscale(0);
    filter: grayscale(0);
    }

.result_area{
    margin-top: 50px;
}

.result_area h3{
    color: white;
}
.result_list{
    width: 100%;
    table-layout: fixed;
    border-spacing: 0;
}

.a-link{
    color:rgba(60, 179, 113, 1);
}


/* 481px以上に適用されるCSS（タブレット用） */
@media screen and (min-width: 481px) {
    .txt-box{
        width: 350px;
    }
    .center-block h1{
        font-size: 40px;
    }
    .center-block h2{
        font-size:  30px;
    }
    .error_msg{
        font-size:20px;
    }
}

/* 960px以上に適用されるCSS（PC用） */
@media screen and (min-width: 960px) {
	.txt-box{
        width: 600px;
        padding: 20px 50px;
        font-size: 20px;
        border-radius: 50px;
    }
    input[type="password"]{
        font-family:"arial black";
        font-size: 25px;
    }
    .txt-box::placeholder{
        font-size: 18px;
        font-family: 'Montserrat', sans-serif;
    }
    .button{
        font-size: 22px;
    }
    .center-block h1{
        font-size: 50px;
        margin-bottom: 10%;
    }
    .center-block h2{
        font-size:  20px;
    }
    .error_msg{
        width:600px;
    }
    .main-img img{
        width:40%;
    }
}