.top-nav{
	padding-bottom:2px!important;
}
.n-items
Specificity: (0,1,0)
 {
    margin-top: -2px !important;
}

body {
	display:none;
}
.no-fouc { display: none; }
.ceminer_date,.gate{
	color:#c7c7c7;
}
.pcex{
		display:block;
	}
.spex{
		display:none!important;
	}
  h1{
    font-family: 'Zen Maru Gothic';
    font-weight: 900;
	  color:white;
  }
  h2{
    font-family: 'Zen Maru Gothic';
    font-weight: 700;
	  color:#333333;
  }
  h3{
    font-family: 'Zen Maru Gothic';
    font-weight: 700;
	  margin-top:15px;
	  color:#333333;
  }
  p{
    font-family: 'Zen Maru Gothic';
    font-weight: 700;
	  color:#333333;
  }
  a{
    font-family: 'Zen Maru Gothic';
    font-weight: 700;
	  color:#333333;
  }
a:hover{
	opacity:0.5;
}

  body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
  }
  a {
    text-decoration: none;
  }
  
  /* header */
 .header{
  display: none;
 }
  /* hero */

  #hero{
    width: 100%;
	background: linear-gradient(90deg, #fd7e00, #ffb379);
    padding-top: 80px;
  }
  .hero_box1{
    margin: 0 auto;
    padding: 60px 0 60px 0;
  }
  .hero_box2{
   text-align: center;
  }
  .hero_box2 h1{
    font-size: 36px;
    text-align: center;
    margin: 0 auto;
    display: inline;
  }
  .title_under{
    height: 4px; width: 40px;
    background-color:white;
    margin: 8px auto 0 auto;
  }
.all{
		 
	  }
  /* subtitle */

  #subtitle{
    padding: 60px 0;
  }
  .title_middle,.title_middle2{
    text-align: center;
	font-size:24px;
  }
 .subtitle_box1 {
    margin: 0 auto;
    max-width: 1200px;
    width: 90%;
}
.subtitle_box1 a{
	text-decoration:none;
	color:black;
}
  .subtitle_box1 img{
    height: 100%;
  }
  .subtitle_box2{
    display: flex;
    box-shadow: 0px 0px 4px 3px rgb(175, 175, 175);
	margin-bottom:30px;
	  background-color:white;
  }
  .subtitle_box2 img{
    width: 100%;
    
  }
  .subtitle_box2 a{
    color: black;
    text-decoration: none;
  }
.title_box1 {
    width: 30%;
}
.title_box1 img{
    width: 100%;
  }
  .ceminer_date{
    display: none;
  }
  .title_box2{
    width:60%;
    padding: 20px 35px 0px 35px;
    margin: 0 auto;
	  background-color:white;
  }
  .title_box2 h3{
    font-size: 28px;
  }
  .title_box2 p{
    font-size: 24px;
	  margin-top:35px;
  }
  .line{
    width: 60px;
    height: 4px;
    background-color: #316389;
    margin:-5px auto 40px auto;
  }

  .grid {
    grid-gap: 40px 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-left: 0;
}
 
  .item_container{
    margin-top: -10px;
    padding: 0 15px 0 15px;
  }
.example_box4 {
    box-shadow: 0 0 5px 4px rgba(122, 122, 122, 0.4);
    width: 290px;
    transition: .7s ease-in-out;
    background-color: white;
   
}
.example_box4:hover{
	transform: translateY(-3px);
	
}
 .example_box4 ul{
	list-style:none;
	padding:0 20px 5px 20px;
	 margin-bottom:0px;
}
.thumbnail_box{
	width:290px;
	height:290px;

}
.thumbnail_box img{
width:100%;
	height:100%;
	object-fit:contain;
}
.date{
	text-decoration:none;
	color:#c7c7c7
}
.title {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    color:#333333;
}
  .text{
    font-size: 18px;
    margin-top: -10px;
    color: black;
  }
  .grid img {
    max-width: 100%;
    height: auto;
  }
  .item_text{
    color: pink;
  }
  .space{
    height: 50px;
  }
  .title_box{
    width: 70%;
  }
 .seminer_link {
    text-align: end;
    max-width: 1200px;
    margin: 30px auto 60px auto;
    width: 90%;
	 
}
  .seminer_link a{
    text-decoration: none;
    list-style: none;
    color:#333333;
  }
  .title_middle2{
    text-align: center;
    margin-top: 40px;
  }
   /* footer */

#footer{
  padding: 10px 35px;
  font-size:14px;
  background-color: #4780BE;
  line-height:1;
	position:relative;
}
.flogo{
	position:absolute;
	right:30px;
	top:13px;
	width:300px;
}
.flogo img{
	width:100%;
}
#footer a{
color: white;
display: block;
line-height:2;
}
#footer p{
color: white;
margin-top: 5px;
font-weight:700;
}

  /* ここからSP用 */

@media screen and (max-width:580px) {
  
/* header */
	.pcex{
		display:none!important;
	}
	.spex{
		display:block!important;
	}
#test{
  display: none!important;
}

/* Navbar & Navmenu color */
:root {
  --background-navbar: rgba(255, 255, 255, 1);
}

.header {
  background: var(--background-navbar);
  position: fixed;
  width: 100vw;
  height: 52px;
  display: block;
  z-index: 10;
}

/* Nav items */
.nav_logo{
  width: 100px;
  position: absolute;
  left: 0;
  padding: 10px 0 0 10px;
}
.nav_logo img{
  width: 100%;
}
.nav_btn {
  width: 170px;
  position: absolute;
  right: 0;
  padding-right: 25px;
}
.nav_b {
    background-color: #EEAD18;
    color: black;
    border-radius: 50px;
    padding: 10px 20px 10px 20px;
    font-size: 10px;
}
.menu {
  list-style: none;
  position: absolute;
  width: 100%;
  height: auto;
  top: 0;
  margin-top: 52px;
  padding: 0 0 10px 0;
  clear: both;
  background: var(--background-navbar);
  transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
  transform: scale(1, 0);
  transform-origin: top;
}

/* Hamburger menu button */
.menu-btn:checked ~ .menu {
  transform: scale(1, 1);
  transform-origin: top;
  transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
}

/* Hamburger menbu text */
.menu a {
  text-decoration: none;
  font-weight: 500;
  letter-spacing: 2px;
  font-size: 16px;
  text-transform: capitalize;
  color: #000000;
  opacity: 0;
  transition: 0.5s;
}

.menu li {
  border-top: 1px solid rgb(75, 75, 75);
  padding: 10px 0;
  margin: 0 15px;
  opacity: 0;
  transition: 0.5s;
}

.menu-btn:checked ~ .menu a,
.menu-btn:checked ~ .menu li {
  opacity: 1;
  transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.2s;
}

.menu-btn {
  display: none;
}

.menu-icon {
  display: inline-block;
  position: absolute;
  cursor: pointer;
  right: 0;
  padding: 24px 14px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.navicon {
  background: #000000;
  display: block;
  height: 3px;
  width: 26px;
  position: relative;
  transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
}

.navicon:before,
.navicon:after {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  background: #000000;
  transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
}

.navicon:before {
  top: 9px;
}

.navicon:after {
  bottom: 9px;
}

/* Hamburger Menu Animation Start */
.menu-btn:checked ~ .menu-icon .navicon:before {
  transform: rotate(-45deg);
}

.menu-btn:checked ~ .menu-icon .navicon:after {
  transform: rotate(45deg);
}

.menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before {
  top: 0;
}
.menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
  bottom: 0;
}

.menu-btn:checked ~ .menu-icon .navicon {
  background: rgba(0, 0, 0, 0);
  transition: 0.2192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
}
/* Hamburger Menu Animation End */

/* Navbar Container */
.navtext-container {
  width: 100%;
  height: 52px;
  position: absolute;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Navbar Text */
.navtext {
  position: absolute;
  text-transform: uppercase;
  color: #ddd;
  letter-spacing: 4px;
  font-size: 20px;
}

  /* hero */

 #hero{
    width: 100%;
     background: linear-gradient(90deg, #fd7e00, #ffb379);
    padding-top: 52px;
  }
  .hero_box1{
    margin: 0 auto;
    padding: 30px 0 35px 0;
  }
  .hero_box2{
   text-align: center;
  }
  .hero_box1 h1{
    font-size: 24px;
    text-align: center;
    margin: 0 auto;
    display: inline;
    
  }

  /* subtitle */
.ceminer_date{
		margin-top:0!important;
	padding-top:15px;
	}
#subtitle {
    padding: 30px 0 0 0;
}
  .subtitle_box1{
   
    margin: 0 auto 40px auto;
    max-width: 896px;
    font-size: 14px;
   
  }
  .subtitle_box1 h2{
    color: rgb(255, 155, 194);
    font-size: 24px;
  }
  .title_box1{
    width: auto;
  }
  .ceminer_date{
    display: block;
    
  }
  .title_box1 img{
    width: 100%!important;
	  margin-bottom:-5px;
  }
  .title_box2{
    width: auto;
    text-align: start;
    padding: 0px 20px 10px 20px;
  }
  .title_box2 h3{
    font-size: 20px;
  }
  .subtitle_box1 p{
    font-size: 17px;
  }
  .subtitle_box2{
    display: block!important;
	  width:290px;
	  margin:0 auto 20px auto;
	  
  }
  .subtitle_box2 img{
    width: 100%;
  }

.grid {
grid-gap: 40px 10px;
  }
	.example_box4{
		width:290px;
		margin:0 auto;
	}
	.seminer_link{
		width:90%;
		max-width:290px;
		margin:0 auto 60px auto;
	}
	.item{
		text-align:start;
	}
  /* footer */

#footer{
    padding: 10px 35px;
    font-size:14px;
    background-color: #4780BE;
    line-height:1;
    color: white;
  }
	.flogo {
    position: absolute;
    right: 30px;
    top: 14px;
    width: 190px;
}
	 #footer a,#footer p{
    font-family: 'Zen Maru Gothic';
    font-weight: 700;
	font-size:10px;
  }
}

