
.spheader{
  display: none;
}

.spwhatsnew{
  display: none;
}

body {
   margin: 0;
   padding: 0;
}　

.flex  li a{
  color:#000000;
  text-decoration:none;
}

a{
  text-decoration: none;
}

a:hover{
  font-weight: bold;}

.spmenu{
  display: none;
}

.wrapper{
  display: none;
}

/*---------ヘッダー----------*/
nav{
  background-color:#ffffff;
  height:90px;
}

.inner{
  margin:0 auto;
  width:1080px;
}
nav>.flex{
  align-items: center;
  height:100px;
}
.flex {
  display: flex;
  justify-content: space-between;
}

.flex li{
  margin-left:30px;
  margin-top: 15px;
  font-size: 13px;
  color:black;
  list-style:none;
}

.logo a{
  color:white;
  font-size:20px;
  font-weight:bold;
}
  li a{
  color:#000000;
  text-decoration:none;
}

.contact{
  list-style-image: url(sozai_cman_jp_20200819101101.png);
}




/*----------メニュー-----------*/
.full_content {
 width:100%;
 height:40px;
 position:relative;
 margin:0 ;
 background-color:rgba(255, 255, 255, 0.9);
 text-align:center;


}
.menu{
 width:150px;
 height:30px;
 padding:15 0 0;
 display:inline-block;
 cursor: pointer;
 font-size: 15px;
 font-weight: bold;
 position: relative;
}

.menu a{
 position:absolute;
 padding: 10px 0 0;
 top:0;
 left:0;
 width:100%;
 height:100%;
 text-decoration: none;
 color: black;
}


.content {
 width:100%;;
 height:350px;
 z-index: 100;
 background: rgba(0, 0, 0, 0.9);
 top:40px;
 left:0;
 padding:10px;
 position:absolute;
 margin-left: auto;
 margin-right: auto;
}

.content_p{
  width: 750px;
 margin-left: auto;
 margin-right: auto;
}

.content_c{
 width: 310px;
 padding-top: 45px;
 position: absolute;
 color: #ffffff;
 list-style: none;
 font-size: 14px;
 text-align: left;


}

.content_c li:first-child{
  border-bottom:solid;
  border-color:#1e90ff;
  border-width:2px;
  text-align: left;
  font-size: 28px;
  font-weight: ;
  color: #ffffff;
}

.content_c li a{
  color: white;

}

.content_gc{
  width: 500px;
  left: 420px;
  position:relative;
  padding-top: 70px;
  text-align: left;
  list-style: none;
  font-size: 16px;
}

.content_gc li a{
  color: white;
  line-height:2.2;
}

.content_gc li a:hover{
  font-weight: bold;
  padding-left:5px;
}


.content ul li:not(:first-child) a{
  color: white;
}

.content ul li:not(:first-child) a:hover {

  color: white;

	}
.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  box-shadow: 0px 0px 8px gray;
}
/*---------新着情報----------*/

.middle {
  width: 1150px;
  position: relative;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.side {
  position:fixed;
  top:250px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  z-index: 80;
}



.contents_p{
  width: 870px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  text-align: left;
  left: 280px;
  z-index: 90;

}

.contents_c{
  width: 800px;
  left: 20px;
  position: relative;
}



.title{
  display: block;
  margin-top: auto;
  margin-bottom: 10px;
  padding-top: 10px;
  padding-left: 10px;
  height: 45px;
  font-size: 25px;
  font-weight: ;
  color: #000000;
  border-bottom:solid;
  border-color:#1e90ff;
  border-width:3px;
}

.content1_p{
  top: 200px;
  width: 870px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  text-align: left;
  z-index: 90;
  line-height:1.5;
}

.content1_c{
  width: 870px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  text-align: left;
  z-index: 90
}



.content2_p{
  top: 410px;
  width: 870px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  text-align: left;
  z-index: 90
}

.content2_c{
  width: 800px;
  left: 80px;
  position: absolute;
  line-height:2;
  padding-top: 10px;
}


.content3_p{
  top: 750px;
  width: 870px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  text-align: left;
  z-index: 90
}

.content3_c{
  width: 800px;
  left: 20px;
  position: absolute;
  line-height:2;
  padding-top: 10px;
}

.img{
  position: absolute;
  left: 580px;
}

.footer{
  width: 100%;
  text-align: center;
  position: absolute;
  top: 1200px;
  background-color: #333333;
  margin-top: 25px;
  padding-bottom: 25px;
  float: left;
  color: #ffffff
}

#page_top {
    position: fixed;
    bottom: 30px;
    right: 20px;
    z-index: 100
}
#page_top a {
    background-color: #0000ff;
    color: #fff;
    text-align: center;
    text-decoration: none;
    padding: 20px 20px;
}
#page_top a:hover {
    background-color: #3333ff;
    text-decoration: none;
}
