@import url('//maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');

img {
width:100%;
display:block;
}

h2{
font-family: Arial, Helvetica, sans-serif;
font-weight: 700;
font-style: normal;
}

#wrapper{
width:100%;
max-width:767px;
margin:0 auto;
}

#head{
display:flex;
flex-flow:wrap;
justify-content: space-between;
border-bottom: 1px solid #ccc;
margin-bottom: 20px;
}


#logo{
display: flex;
position: relative;
}

#logo .logo{
max-width:160px;
padding:5px;
display: flex;
flex-flow: column;
justify-content: center;
}
@media screen and (max-width: 768px){
#logo .logo{
max-width:100px;
}
}

#ml{
display: flex;
position: relative;
}

#ml-button{
display: flex;
flex-flow: column;
justify-content: center;
    width: 2em;
    margin: 0 0.4em 0 0;
    padding: 0.2em;
}

.ml{
overflow:hidden;
position: absolute;
right: 100%;
transition: width 0.5s;
border:none;
padding:0em;
z-index: 100;
background:#fff;
display:none;
}

.ml a{
border:1px solid #ccc;
padding:0.5em 1.2em 0.5em 0.5em;
width:100px;
display:block;
}

.ml a i {
position:absolute;
right:0.2em;
color:yellowgreen;
}

#topimg{
padding:0 0 15px;
}

#topimg a{
display:block;
}

#topimg a p{
  height: 3.2rem;
  height: fit-content;
  text-align: center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  font-weight:bold;
  color:#fff;
  filter: drop-shadow(0px 0px 4px #000);
  background: rgba(33,33,33,0.5);
  /*font-size: 7vw;*/
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-style: normal;
}
#topimg a p span{
  font-size: 30%;
font-family: Arial, Helvetica, sans-serif;
font-weight: 400;
font-style: normal;
}

#newtopic{
padding:0 0 15px;
display:flex;
flex-flow:wrap;
}

#newtopic h2{
width:100%;
padding:0.5em;
}

#newtopic .item-box2{
position:relative;
width:calc(100% / 2);
border: 1px solid #ccc;
font-family: Arial, Helvetica, sans-serif;
font-weight: 400;
font-style: normal;
}
@media screen and (max-width: 768px){
#newtopic .item-box2{
position:relative;
width:calc(100% / 2);
}
}

#newtopic .item-box2 a{
  position: relative;
  height:0;
  padding-bottom:100%;
  width: 100%;
  display:block;
}

#newtopic .item-box2 a p{
  height: 3.2rem;
  height: fit-content;
  text-align: center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  font-weight:bold;
  color:#fff;
  line-height: 1.6;
  filter: drop-shadow(0px 0px 4px #000);
}

#title{
padding:0 0 15px;
    display: flex;
    flex-flow: wrap;
}

#title h2{
width:100%;
padding:0.5em;
}

#title .item-box5{
position:relative;
width:calc(100% / 2);
border: 1px solid #ccc;
font-family: Arial, Helvetica, sans-serif;
font-weight: 400;
font-style: normal;
}
@media screen and (max-width: 768px){
#title .item-box5{
position:relative;
width:calc(100% / 1);
}
}

#title .item-box5 a{
  display:block;
  background: rgba(0,0,0,1);
}

#title .item-box5 a img{
  filter: opacity(0.5);
}

#title .item-box5 a p{
  height: 3.2rem;
  height: fit-content;
  text-align: center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 90%;
  font-weight:bold;
  color:#fff;
  line-height: 1.6;
  filter: drop-shadow(0px 0px 4px #000);
  background: rgba(33,33,33,0.5);
}

#news{
padding:0 0 15px;
}

#news h2{
width:100%;
padding:0.5em;
}

.news_area{
padding:0 0.5em 1em;
}

.news_info p{
display:none;
}

#sns{
padding:0 0 15px;
}

#sns h2{
width:100%;
padding:0.5em;
}

#sns ul{
display:flex;
flex-flow:wrap;
padding: 0 1em;
}

#sns ul li{
max-width:100px;
padding-right: 1em;
}

#sns a{
display:block;
}

#footer{
padding:1em;
text-align:center;
background:#eee;
font-size:75%;
}

#page-top{
width:30px;
height:30px;
position:fixed;
right:0;
bottom:0;
background:rgba(0,0,0,0.5);
}

/* The info message box */
.info {
  padding: 20px;
  background-color: #BDE5F8;
  color: #00529B;
  margin-bottom: 15px;
  font-family: 'Noto Sans TC', Lucida Sans Unicode, sans-serif;
  /*letter-spacing: 0.05em;*/
}

/* The warning message box */
.warning {
  padding: 20px;
  background-color: #4caf50;
  color: white;
  margin-bottom: 15px;
  font-family: 'Noto Sans TC', Lucida Sans Unicode, sans-serif;
  /*letter-spacing: 0.05em;*/
}

/* The close button */
.closebtn {
  margin-left: 15px;
  color: white;
  font-weight: bold;
  float: right;
  font-size: 22px;
  line-height: 20px;
  cursor: pointer;
  transition: 0.3s;
}

/* When moving the mouse over the close button */
.closebtn:hover {
  color: black;
}