@import url('https://fonts.googleapis.com/css2?family=DotGothic16&amp;display=swap');

body,
button,
input,
textarea,
select,
a,H1,H2,H3,H4,ol,li,ul,span,p,div{
    font-family: "DotGothic16", sans-serif !important;
}
#footer{
 background: #000 !important;
 color:#FFF;
}
#copyright{
 color:#FFF;
}
.top-logp-img{
 text-align:center;
 margin:0 auto;
 background: #000;
 padding:70px 50px;
}

.top-logp-img img{
 width:950px;
}


/* パソコン 開始 *****************************************************/
@media (min-width: 960px){
.prof-box{
 display: inline-block;
 width:210px;
 padding:5px;
}
.tprof-img{
 vertical-align: middle;
 text-align:center;
 margin:0 auto;
}
.tprof-img img{
 width:200px;
 height:200px;
}
.prof-name{
 font-size:16px;
 font-weight: bold;
 text-align:center;
}
.prof-text{
 text-align:left;
 margin-top: 40px;
 margin-bottom: 40px;
}
}

/* スマホ 開始 *****************************************************/
@media screen and (max-width: 959px){
.prof-box{
 display: inline-block;
 width:180px;
 padding:5px;
}
.tprof-img{
 vertical-align: middle;
 text-align:center;
 margin:0 auto;
}
.tprof-img img{
 width:170px;
 height:170px;
}
.prof-name{
 font-size:16px;
 font-weight: bold;
 text-align:center;
}
.prof-text{
 text-align:left;
 margin-top: 40px;
 margin-bottom: 40px;
}
}