@CHARSET "UTF-8";


/* = 2023.11.18 
-------------------------------------------------------------- */ 

.sp_none{
  display: none;
}
.header{
  border: 0;
}
.slider{
  position: relative;
  z-index: 5;
}
.slider .flexslider{
  margin:0 0 30px;
}
.home #container{
  margin: 0;
}

#top_messgae{
  margin-bottom: 40px;
}
#top_messgae p{
  font-size: 14px;
  line-height: 1.7;
  margin: 10px 0;
}

#whatsnew ul li a{
  display: block;
  padding: 5px 0;
  color: #000;
}
#whatsnew ul li a:hover .new-entry-title{
  text-decoration: underline;
}

.single-title{
  font-size: 24px;
  line-height: 1.5;
}
.entry-content{
  margin-bottom: 50px;
}

#page_profile h2{
  margin: 30px 0 20px;
  border-bottom: #000 solid 2px;
  font-size: 20px;
  padding-bottom: 5px;
}
#page_profile h3{
  font-size: 16px;
  margin: 20px 0 10px;
  background: #efefef;
  padding: 5px 10px;
}

.btn_link{
  background: #000;
  display: block;
  margin: 0 auto;
  width: 100%;
  padding: 15px;
  text-align: center;
  color: #fff;
  border: #000 solid 1px;
  transition: .3s;
}
.btn_link:hover{
  background: #fff;
  color: #000;
}
#history_table{
  font-size: 12px;
}
#history_table th{
  width: 60px;
  vertical-align: top;
  padding: 5px 0;
}
#history_table td{
  padding: 5px;
}
#history_table ul{
  margin: 0;
}
#history_table ul li{
  display: flex;
  margin: 0;
}
#history_table ul li::before{
  content: none;
}
#history_table ul li span{
  flex: 0 0 30px;
}
.activity-4cols a{
  width: 50%;
  padding: 0 5px;
  margin-bottom: 10px;
}
.activity-col-1,
.activity-col-2,
.activity-col-3,
.activity-col-4{
  width: 100%;
  height: 100%;
  margin: 0;
}
.activity-col-1 p,
.activity-col-2 p,
.activity-col-3 p,
.activity-col-4 p{
  width: 100%;
  height: 100%;
  padding: 15px;
  font-size: 12px;
}
.activity-4cols img{
  display: block;
}
.activity-4cols .h3{
  font-size: 120%;
}

@media screen and (min-width: 768px){
  body{
    min-width: 1200px;
    margin: 0 auto;
  }
  .pc_none{
    display: none;
  }
  .sp_none{
    display: block;
  }
  .d-2of7,
  .d-5of7{
    float: none;
  }
  #inner-content{
    display: flex;
    justify-content: space-between;
  }
  .home #inner-content{
    display: block;
  }
  #sidebar_inner{
    position: sticky;
    top: 40px;
  }
  #top_messgae{
    margin-bottom: 80px;
  }
  #top_messgae p{
    font-size: 18px;
    line-height: 2;
    margin: 20px 0;
  }
  .single-title{
    font-size: 30px;
  }
  #page_profile h2{
    font-size: 24px;
  }
  #history_table th{
    padding: 8px 0;
  }
  #history_table td{
    padding: 8px;
  }
  .activity-col-1 p,
  .activity-col-2 p,
  .activity-col-3 p,
  .activity-col-4 p{
    font-size: 14px;
  }
}
