@font-face {
    font-family: "NatoSans";
    src: url("NotoSansJP-Light.ttf") format("truetype");
    font-display: swap;
}
@font-face {
    font-family: "CairoPlay";
    src: url("CairoPlay-Regular.ttf") format("truetype");
    font-display: swap;
}
@font-face {
    font-family: "LibreBarcode";
    src: url("LibreBarcode39-Regular.ttf") format("truetype");
    font-display: swap;
}
@font-face {
    font-family: "MPLUS-L";
    src: url("MPLUS2-Light.ttf") format("truetype");
    font-display: swap;
}
@font-face {
    font-family: "MPLUS-R";
    src: url("MPLUS2-Regular.ttf") format("truetype");
    font-display: swap;
}

html,body{
    margin: 0;
    padding: 0;
    background-color: #fcfcfc;
    height: 100%;
}

@media(max-width:750px){
    .header{
        height: 50px;
        padding: 5px 10px 5px 30px;
        display:flex;
    }
    .Cairo{ 
        font-family: "CairoPlay",sans-serif;
        padding: 7.5px 10px 7.5px 20px;
        font-size: 35px;
        line-height:1;
    }
    .headerICON{
        width: 50px;
        height: 50px;
        border-radius: 50%;
    }
}
@media(min-width:751px){
    .header{
        height: 60px;
        padding: 10px 10px 10px 30px;
        display:flex;
        width: 700px;
        margin: 0 auto;
    }
    .Cairo{ 
        font-family: "CairoPlay",sans-serif;
        padding: 10px 10px 10px 20px;
        font-size: 40px;
        line-height:1;
    }
    .headerICON{
        width: 60px;
        height: 60px;
        border-radius: 50%;
    }
}
header{
    background-color: #f4f8ff;
    box-shadow: 0 1px 5px #ebebeb;
}

.headerA:link{
    color: #222222;
    text-decoration: none;
}
.headerA:visited{
    color: #222222;
    text-decoration: none;
}
.headerA:hover{
    color: #222222;
    text-decoration: none;
}
.headerA:active{
    color: #222222;
    text-decoration: none;
}

.Nato{
    font-family: "NatoSans" ,sans-serif;
}
.MPLUS-R{
        font-family: "MPLUS-R" ,sans-serif;
}
.MPLUS-L{
        font-family: "MPLUS-L" ,sans-serif;
}
.Libre{
    font-family: "LibreBarcode" ,sans-serif;
    padding: 5px 5px 5px 20px;
    font-size: 50px;
    line-height:1.4;
}
@media(max-width:750px){
    .sp{
        display: none !important;
    }
}
@media(min-width:751px){
    .pc{
        display: none !important;
    }
}

@media(max-width:750px){
    .Main{
        margin: 30px;
        min-height: calc(100% - 170px);
    }
}
@media(min-width:751px){
    .Main{
        margin: 30px;
        min-height: calc(100% - 190px);
    }
}



.PC-BOX{
    background-color: #e4e4e4;
    border-top: 35px solid #c7c7c7;
    max-width: 400px;
    border-radius: 10px;
    padding: 30px 25px 30px 25px;
    text-align: center;
    margin:0 auto;
}

@media(max-width:400px){
    .PC-BOX h1{
        font-size: 20px;
        margin: 0px;
    }
    .PC-BOX p{
        font-size: 16px;
        margin: 10px 0 10px 0;
    }
    .PC-BOX .a{
        font-size: 16px;
        height: 35px;
        width: 80px;
        line-height: 35px;
    }
}
@media(min-width:401px){
    .PC-BOX h1{
        font-size: 24px;
        margin: 0px;
    }
    .PC-BOX p{
        font-size: 20px;
        margin: 20px 0 20px 0;
    }
    .PC-BOX .a{ 
        font-size: 20px;
        height: 40px;
        width: 90px;
        line-height: 40px;
    }
}
.PC-BOX .a{
    background-color: #272735;
    margin:0 auto;
    border-radius: 5px;
}
.PC-BOX a:link{
    color: #ffffff;
    text-decoration: none;
}
.PC-BOX a:visited{
    color: #ffffff;
}
.PC-BOX a:hover{
    color: #ffffff;
}
.PC-BOX a:active{
    color: #ffffff;
}

.line{
    border-bottom: 2px solid #c7c7c793;
    max-width: 600px;
    margin: 0 auto;
    padding: 20px;
}


.social{
    text-align: center;
    padding-top: 20px;
}

@media(max-width:750px){
    .social h1{
        font-size: 20px;
        margin: 10px;
    }
    .snslogo{
        height: 70px;
    }
    .snslist{
        font-size: 16px;
    }
    .snslist a{
        margin: 0 15px 0 15px ;
    }
}
@media(min-width:751px){
    .social h1{
        font-size: 24px;
        margin: 10px;
    }
    .snslogo{
        height: 100px;
    }
    .snslist{
        font-size: 20px;
    }
    .snslist a{
        margin: 0 20px 0 20px ;
}
}

.snslist{
    display: flex;
    justify-content: center;
}

.social a:link{
    color: #000000;
    text-decoration: none;
}
.social a:visited{
    color: #000000;
}
.social a:hover{
    color: #000000;
}
.social a:active{
    color: #000000;
}
.social a p{
    margin: 0;
}





.afiliation{
    text-align: center;
    padding-top: 20px;
}

@media(max-width:750px){
    .afiliation h1{
        font-size: 20px;
        margin: 10px;
    }
    .afiliationlogo{
        height: 70px;
    }
    .afiliationlist{
        font-size: 16px;
    }
    .afiliationlist a{
        margin: 0 15px 0 15px ;
    }  
}
    @media(min-width:751px){
    .afiliation h1{
        font-size: 24px;
        margin: 10px;
    }
    .afiliationlogo{
        height: 100px;
    }
    .afiliationlist{
        font-size: 20px;
    }
    .afiliationlist a{
        margin: 0 20px 0 20px ;
    }
}

.afiliationlist{
    display: flex;
    justify-content: center;
}

.afiliation a:link{
    color: #000000;
    text-decoration: none;
}
.afiliation a:visited{
    color: #000000;
}
.afiliation a:hover{
    color: #000000;
}
.afiliation a:active{
    color: #000000;
}
.afiliation a p{
    margin: 0;
}


.contact{
    text-align: center;
    padding-top: 20px;
}
@media(max-width:500px){
    .contact h1{
        font-size: 20px;
        margin: 10px;
    }
    .contact p{
        font-size: 16px;
        margin: 20px;
    }
}
@media(min-width:501px){
    .contact h1{
        font-size: 24px;
        margin: 10px;
    }
    .contact p{
        font-size: 20px;
        margin: 20px;
    }
}


@media(max-width:500px){
    .contact .a{
        font-size: 16px;
        height: 35px;
        width: 90px;
        line-height: 35px;
    }
}
@media(min-width:501px){
    .contact .a{ 
        font-size: 20px;
        height: 40px;
        width: 110px;
        line-height: 40px;
    }
}
.contact .a{
    background-color: #272735;
    margin:0 auto;
    border-radius: 5px;
}
.contact a:link{
    color: #ffffff;
    text-decoration: none;
}
.contact a:visited{
    color: #ffffff;
}
.contact a:hover{
    color: #ffffff;
}
.contact a:active{
    color: #ffffff;
}

footer{ 
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    width: 100%;
    background-color: #222222;
    bottom: 0;
}
.footer{
    color:#ffffff;
}


@media(max-width:750px){
    .profile-h1{
        font-size: 20px;
        margin: 10px;
        text-align: center;
    }
}
@media(min-width:751px){
    .profile-h1{
        font-size: 24px;
        margin: 10px;
    }
}

@media(max-width:750px){
    .profile-top{
        margin: auto;
    }
    .profile-i{
        margin: auto;
        height: 250px;
        width: 230px;
    }
}

@media(min-width:751px){
    .profile-top{
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .profile-i{
      margin-right: 30px;
    }
}

@media(max-width:750px){
    .cnt{
        font-size: 20px;
        text-align: center;
    }
}
@media(min-width:751px){
    .cnt{
        text-align: center;
        font-size: 24px;
    }
}
.spc{
    margin-top: 40px;
}

.profile-top img{
    height: 230px;
    width: 230px;
    border-radius: 10px;
}

.profile-t{
    width: 335px;
    margin: auto;
}

.table-prf{
    margin: auto;
    border-collapse:collapse;
    padding:10px;
    font-size: 15px;
}
#table-prf tr{
    border-bottom: 1pt solid #778ca3;
}
.table-prf th{
    padding: 5px;
    padding-right: 15px;
    padding-left: 15px;
    text-align: left;
    width: 75px;
    height: 25px;
    font-weight: 500;
}
.table-prf td{
    padding: 5px;
    padding-right: 15px;
    text-align: left;
    width: 210px;
    height: 25px;
}

.table-year {
    width: 100%;
    text-align: center;
    border-collapse: collapse;
    border-spacing: 0;
    border-top: solid 1pt #778ca3;
    width: 540px;
    margin: auto;
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 15px;
   }



.table-year th{
    padding: 10px;
    border-bottom: solid 1pt #778ca3;
    width: 95px;
    
    font-weight: 500;
}
.table-year td {
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: solid 1pt #778ca3;
    text-align: left;
}
.sc-tag{
    width: 60px;
}
   
@media (max-width: 750px) {
    .table-year {
        width: 340px;
    }
    .table-year th{
        width: 60px;
    }
       .sc-tag{
        width: 45px;
    }
}

.tag-r{
    background-color: #551b1b;
    color: #efefef;
    border-radius: 2px;
    width: 45px;
    text-align: center;
    margin-right: 10px;
}
.tag-g{
    background-color: #1b4a55;
    color: #efefef;
    border-radius: 2px;
    width: 45px;
    text-align: center;
    margin-right: 10px;
}
.tag-b{
    background-color: #231b55;
    color: #efefef;
    border-radius: 2px;
    width: 45px;
    text-align: center;
    margin-right: 10px;
}

.lang{
    text-align: center;
}

@media(max-width:750px){
    .lang h1{
        font-size: 20px;
        margin: 15px;
    }
    .langlogo{
        height: 60px;
    }
    .langlist{
        font-size: 16px;
    }
    .langlist div{
        margin: 0 15px 0 15px ;
    }
}
@media(min-width:751px){
    .lang h1{
        font-size: 24px;
        margin: 15px;
    }
    .langlogo{
        height: 90px;
    }
    .langlist{
        font-size: 20px;
    }
    .langlist div{
        margin: 0 20px 0 20px ;
}
}

.langlist{
    display: flex;
    justify-content: center;
}



@media(max-width:400px){
    .ct-text{
        font-size: 16px;
    }
}
@media(min-width:401px){
    .ct-text{
        font-size: 20px;
    }
}




.c-form {
	max-width: 600px;
	margin: 0 auto;
}
.c-form__item {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
	margin-bottom: 20px;
}
.c-form__label{
	padding: 10px;
	width: 150px;
    text-align: center;
}
.c-form__input {
	width: 350px;
	font-size: 16px;
	border: solid 1px #18162b;
	border-radius: 4px;
    padding: 10px;
}
.c-form__input:focus-visible {
	outline: #1a3a5a auto 1px;
}

.c-form__input-txt {
	width: 350px;
	font-size: 16px;
	border: solid 1px #18162b;
	border-radius: 4px;
    height: 150px;
    resize: none;
    padding: 10px;
}

.c-form__input-txt:focus-visible {
	outline: #1a3a5a auto 1px;
}
textarea.c-form__input {
	height: 160px;
}
.c-form__submit {
	text-align: center;
}
.c-form__submit button {
	font-size: 18px;
	color: #fff;
	background-color: #1a3a5a;
	border: solid 1px #1a3a5a;
	border-radius: 4px;
	padding: 5px 32px;
	transition: 0.4s;
	cursor: pointer;
}
.c-form__submit button:hover {
	color: #1a3a5a;
	background-color: transparent;
}

.form-txt{
    min-height: 50px;
}

.ct-text{
    margin-top: 30px;
    margin-bottom: 30px;
    margin: 10px;
}
.cont-txt{
    margin: 10px auto;
    max-width: 390px;
}

@media (min-width: 600px) {
	.c-form__item {
		flex-wrap: nowrap;
	}
	.c-form__input {
		width: 300px;
	}
    .c-form__input-txt {
		width: 300px;
	}
}
@media (min-width: 1100px) {
	.c-form__item {
		flex-wrap: nowrap;
	}
	.c-form__input {
		width: 400px;
	}
    .c-form__input-txt {
		width: 400px;
	}
}

@media(max-width:400px){
    .thanks .a{
        font-size: 16px;
        height: 35px;
        width: 60px;
        line-height: 35px;
    }
}
@media(min-width:401px){
    .thanks .a{ 
        font-size: 20px;
        height: 40px;
        width: 70px;
        line-height: 40px;
    }
}
.thanks .a{
    background-color: #272735;
    margin:0 auto;
    border-radius: 5px;
    text-align: center;
}
.thanks a:link{
    color: #ffffff;
    text-decoration: none;
}
.thanks a:visited{
    color: #ffffff;
}
.thanks a:hover{
    color: #ffffff;
}
.thanks a:active{
    color: #ffffff;
}