@charset "utf-8";

/* CSS Document */
@import url("css/ress.css");

@import url('css/mobile.css') screen and (max-width: 480px);
/*@import url('css/tablet.css') screen and (min-width:481px) and (max-width:1024px) ;*/
@import url('css/mobile.css') screen and (min-width:481px) and (max-width:1024px) ;
@import url('css/desktop.css') screen and (min-width: 1025px);

/*Common parts*/

body{
  font-family: "Noto Sans JP","Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo, sans-serif;
  margin: 0;
  padding: 0;
}

/*page_back*/
#page_top{
  width: 120px;
  height: 80px;
  position: fixed;
  right: 1em;
  bottom: 1em;
  background:red;
  opacity: 0.6;
  border-radius: 10px;
  z-index: 12;
}
  
#page_top a{
  position: relative;
  display: block;
  width: 120px;
  height: 80px;
  text-decoration: none;
}
  
#page_top a::before{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f102';
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: -30px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}
  
  #page_top a::after{
  content: 'PAGE TOP';
  font-size: 1rem;
  color: #fff;
  position: absolute;
  top: 40px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}/*page_back*/

.news_single_list{
  display: flex;
  flex-direction: column;
}

.news_single_list li{
  list-style-type: circle;
  margin-bottom: 0.5em;
}