.n-items {
    margin-top: -2px !important;
}
.top-nav {
    padding-bottom: 2px !important;
}
.no-fouc { display: none; }
.shingle_wrapper{
			padding-top:200px;
		}
	.single_content {
    width: 90%;
    max-width: 800px;
    margin: 0 auto 80px auto;
}
.single_thumbnail{
	display:none;
}
.news-title{
	width:90%;
	max-width:896px;
	margin:0 auto;
}
		.single_title{
			text-align: start;
		}
		.btn_wrap{
			text-align:center;
			margin-bottom:120px;
		}
		.btn_wrap a{
			text-decoration:none;
			color:white;border-radius:10px;
			background-color:black;
			padding:10px 40px 15px 40px;
			font-size:20px;
		}
		
html{
    overflow-x: hidden;
  }
  h1{
    font-family: 'Zen Maru Gothic';
    font-weight: 900;
	  margin-bottom:40px;
  }
  h2{
    font-family: 'Zen Maru Gothic';
    font-weight: 700;
  }
  h3{
    font-family: 'Zen Maru Gothic';
    font-weight: 700;
  }
  h4{
    font-family: 'Zen Maru Gothic';
    font-weight: 700;
  }
.single_content p{
	font-weight:normal;
	font-size:16px;
	line-height:1.8;
}
.single_content a{
	border-bottom:solid 1px #333;
	padding-bottom:3px;
}
  p{
    font-family: 'Zen Maru Gothic';
    font-weight: 700;
  }
  a{
    font-family: 'Zen Maru Gothic';
    font-weight: 700;
  }
.main_contents a{
	color:black;
}
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: url(../image/title_icon.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding-top: 100px;
  }
  .hero_box1{
    margin: 0 auto;
    padding: 60px 0 60px 0;
  }
  .hero_box2{
   text-align: center;
    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: black;
    margin: 8px auto 0 auto;
  }
.btn_wrap{
	margin-top:100px!important;
}

  /* news */

  #news{
    background-color: white;
    padding: 60px 0;
	  margin-top:40px;
  }
  #news h2{
    text-align: center;
  }
  .news_box1{
    max-width: 896px;
    margin: 0 auto;
  }
  .news-list{
    list-style: none outside;
    margin: 0;
    padding: 0;
  }
  .news-list .item a{
    display: flex;
    flex-wrap: wrap;
    flex-wrap: nowrap;
    text-decoration: none;
    color: #000000;
    border-bottom: 1px solid #CCC;
    padding: 10px 20px;
  }
  .news-list .item:first-child a{
    border-top: 1px solid #CCC;
  }
  .news-list .item .date{
    margin: 0;
    min-width: 120px;
    font-size: 16px;
    color: #999;
    padding: 0 20px 0 0;
  }
  .news-list .item .title{
    margin: 0;
    width: 100%;
  }
  .news-list .item a:hover .title{
    color: rgb(0, 0, 0);
  }
  .news_link{
    display: block;
    margin-top: 20px;
    margin-left: 740px;
    text-decoration: none;
    color: black;
  }
  .title_deco9{
    display: flex;
    width: 250px;
    align-items: center;
    margin: 30px auto 0 auto;
  }
  .title_deco10,.title_deco12{
    width: 20%;
    margin-top: 0px;
  }
  .title_deco10 img,.title_deco12 img{
    width: 100%;
  }
  .title_deco11{
    width: 60%;
  }
  .title_deco11 h2{
    text-align: center;
    font-size: 28px;
  }
  .news_link{
    text-align: end;
    max-width: 896px;
    margin: 30px auto 60px auto;
  }
  .news_link a{
    text-decoration: none;
    list-style: none;
    color: black;
  }

  /* footer */

#footer{
    padding: 10px 35px;
    font-size:14px;
    background-color: #242938;
    line-height:1;
	position:relative;
  }
#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) {
  body{
    overflow-x: hidden;
  }

  /* header */
  
#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: #fd7e00;
    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, #53A2B8, #3A77A2);
    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;
   
  }
 
/* news */
#news{
  padding: 40px 0 40px 0;
}
.news_box1{
  width: 90%;
  margin: 0 auto;
}
.news-list .item .date{
  margin: 0;
  min-width: 60px;
  font-size: 14px;
  color: #999;
  padding: 0 5px 0 0;
}
.news-list .item .title{
  font-size: 14px;
}
.news_link{
  display: block;
  margin-left: auto;
}

  /* footer */

#footer{
    padding: 10px 35px;
    background-color: #242938;
    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;
  }
	.shingle_wrapper{
				padding-top:80px;
			}
}