@charset "utf-8";
@import url("/css/lpreset.css");
@import url("/css/aos.css");

*, *:before, *:after {
-webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 -o-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}

a{
  text-decoration: none;
  transition-property: all;
}

img{
  vertical-align: bottom;
  backface-visibility: hidden;
}

body{
  font-family: sans-serif;
}

h1 {
  width:80%;
  margin:10px auto ;
}

h1 img{
  width:100%;
}

header ul{
  display: flex;
  flex-wrap: wrap;
}

header ul li{
  width:calc(100% / 3);
}

header ul li img{
  width:100%;
}

.noice-list{
  border:1px solid #999;
  padding:10px;
  width:calc(100% - 40px);
  margin:0 auto 20px;
}

.noice-list li a{
  display: flex;
  align-items: center;
  font-size:0.8rem;
  color:#555;
  padding:5px 0;
}

.noice-list li a span{
  content: '';
  display: inline-block;
  width:6px;
  height:6px;
  border-top:6px solid transparent;
  border-bottom:6px solid transparent;
  border-left:6px solid #888;
  margin-right:5px;
}

.toroku{
  display: block;
  text-align: center;
  width:calc(100% - 80px);
  margin:25px auto;
  padding:25px 0;
  background:#d41818;
  color:#fff;
  font-size:1.5rem;
}

.search{
  width:calc(100% - 40px);
  margin:20px auto 20px;
  display: flex;
  justify-content: space-between;
}

.search .seaarea{
  vertical-align:middle; 
  display: block;
  width:calc(100% - 60px);
  height: 50px;
  line-height: 50px;
  text-indent: 1em;
  border:none;
  border:1px solid #999;
}

.search .seabutton{
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  appearance: none;
  font-size:14px;
  width:50px;
  height: 50px;
  border-radius: 50%;
  background:#3070c7;
  display: flex;
  align-items: center;
  justify-content: center;
  color:#fff;
}

h2{
  display: flex;
  align-items: center;
  font-size:1.2rem;
  color:#555;
}

h2 img{
  width:45px;
  height:45px;
}

.cont1-list{
  display: flex;
  flex-wrap: wrap;
  width:calc(100% - 40px);
  margin:20px auto 0;
}

.cont1-list li{
  width:calc((100% - 20px) / 2);
  margin-bottom:20px;
  padding:5px;
  background:#eee;
  box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.2)
}

.cont1-list li:nth-of-type(2n){
  margin-left:20px;
}

.cont1-list li img{
  width:100%;
  margin-bottom:5px;
}

.cont1-list li a{
  display: block;
  text-align: center;
  color:#555;
  font-size:0.8rem;
}

.cont1-list li a p:nth-of-type(1){
  font-weight: bold;
}

.cont1-list li a span{
  display: block;
  padding:5px 0;
  text-align: center;
  color:#fff;
  background:#3070c7;
  margin-top:5px;
}

.cont2-list li{
  display: flex;
  align-items: center;
  width:calc(100% - 20px);
  margin:20px auto 0;
  padding:5px;
  background:#eee;
  box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.2)
}

.cont2-list li a{
  display: block;
  width:calc(100% - 110px);
}

.cont2-list li a:nth-of-type(1){
  width:110px;
}

.cont2-list li a:nth-of-type(2){
  padding:10px;
  color:#555;
  font-size:0.8rem;
}

.cont2-list li a p:nth-of-type(1){
  font-weight: bold;
}

.cont2-list li a img{
  width:100%;
}

.cont2-list li a span{
  display: block;
  width:80%;
  padding:5px 0;
  text-align: center;
  color:#fff;
  background:#3070c7;
  margin:15px 0 0 auto;
}

.more{
  display: block;
  padding:10px 0;
  width: calc(100% - 100px);
  margin:20px auto;
  text-align: center;
  color:#fff;
  font-size:0.8rem;
  background:#3070c7;
  font-weight: bold;
}

.jenre-list,.jenre2-list{
  display: flex;
  flex-wrap: wrap;
  width:calc(100% - 40px);
  margin:0 auto;
}

.jenre-list li,.jenre2-list li{
  width:calc((100% - 20px) / 2);
  margin-bottom:20px;
  border:1px solid #888;
}

.jenre-list li:nth-of-type(2n),.jenre2-list li:nth-of-type(2n){
  margin-left:20px;
}

.jenre-list li a{
  display: block;
  text-align: center;
  font-size:0.8rem;
  color:#555;
  padding:15px 0;
}

.jenre2-list li{
  border:none;
}

.jenre2-list li a{
  display: block;
  text-align: center;
  font-size:0.8rem;
  color:#555;
  margin-top:5px;
}

.jenre2-list li img{
  width:100%;
  border-radius: 50%
}

.licence{
  width:60%;
  margin:0 auto 20px;
  background:#eee;
  padding:20px 0;
}

.licence li{
  text-align: center;
  font-size:0.7rem;
  color:#555;
  margin:3px 0;
}

.licence li:nth-of-type(1),.licence li:nth-of-type(4){
  font-weight: bold;
}

.licence li:nth-of-type(4){
  margin-top:10px;
}

.menu-list{
  display: flex;
  flex-wrap: wrap;
  margin-top:20px;
}

.menu-list li{
  width:50%;
  border-top:1px solid #888;
}

.menu-list li:nth-of-type(2n){
  border-left:1px solid #888;
}

.menu-list li a{
  display: flex;
  align-items: center;
  font-size:0.8rem;
  color:#555;
  padding:15px 0 10px 5px;
}

.menu-list li a span{
  content: '';
  display: inline-block;
  width:6px;
  height:6px;
  border-top:6px solid transparent;
  border-bottom:6px solid transparent;
  border-left:6px solid #888;
  margin-right:5px;
}

.copy{
  padding:30px 0;
  text-align: center;
  font-size:0.8rem;
  color:#fff;
  background:#d41818;
}