@charset "utf-8";
/* CSS Document */


/* タブレット （タテ）*/
@media screen and (min-width:481px) and (max-width:820px) and (orientation: portrait){

	body {
		background-color: #f5f5f5;
	}
	
	
	.container{
	
		max-width:100%;
		overflow: hidden;
	
	}
	
	
	#header2 .inner{
		background: white;
		color:black;
	  }
	  
	#header2 .inner a{
		background: white;
		color:black;
	  }
	
	  .menu-subject {
		margin-top: 32px;
		font-family: serif;
		font-size: 1.4em;
		font-weight: bold;
		text-align: center;
		color: black;
	  }
	  
	  #pagetop {
		padding-top: 40px;
		position: fixed;
		right: 3%;
		bottom: 5%;
		z-index: 9999;
	  }
	  
	  #pagetop a {
		text-decoration: none;
		text-align: center;
		display: block;
		color:black;
		font-size: 40px;
		background: white;
		width: 60px;
		line-height: 60px;
		border-radius: 40%;
	  }
	  
	  
	  
	  .menu-btn {
		position: fixed;
		top: 10px;
		right: 10px;
		display: flex;
		height: 60px;
		width: 60px;
		justify-content: center;
		align-items: center;
		z-index: 90;
		background-color: white;
		border-radius: 6px;
	  }
	  
	  .menu-btn span,
	  .menu-btn span:before,
	  .menu-btn span:after {
		content: '';
		display: block;
		height: 3px;
		width: 25px;
		border-radius: 3px;
		background-color: black;
		position: absolute;
	  }
	  .menu-btn span:before {
		bottom: 8px;
	  }
	  .menu-btn span:after {
		top: 8px;
	  }
	  
	  #menu-btn-check:checked ~ .menu-btn span {
		background-color: rgba(255, 255, 255, 0);/*メニューオープン時は真ん中の線を透明にする*/
	  }
	  
	  #menu-btn-check:checked ~ .menu-btn span::before {
		bottom: 0;
		transform: rotate(45deg);
	  }
	  #menu-btn-check:checked ~ .menu-btn span::after {
		top: 0;
		transform: rotate(-45deg);
	  }
	  
	  .menu-content {
		width: 100%;
		height: 100%;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 80;
		background-color:black;
	  }
	  .menu-content ul {
		padding: 70px 10px;
	  }
	  
	  
	  .menu-content ul li {
	  /*    border-bottom: solid 1px red; */
	  	margin:20px 0 20px 0;
		list-style: none;
	  }
	  
	  
	  .menu-content ul li a {
		display: block;
		width: 100%;
		font-size: 30px;
		box-sizing: border-box;
		color:#ffffff;
		text-decoration: none;
		padding: 9px 15px 10px 0;
		position: relative;
	  }
	  
	  .menu-content ul li a:hover{
		display: block;
		width: 100%;
		font-size: 30px;
		box-sizing: border-box;
		color:yellow;
		text-decoration: none;
		padding: 9px 15px 10px 0;
		position: relative;
	  }
	  
	  .menu-content {
		width: 100%;
		height: 100%;
		position: fixed;
		top: 0;
		left: 100%;/*leftの値を変更してメニューを画面外へ*/
		z-index: 80;
		background-color: black;
		transition: all 0.5s;/*アニメーション設定*/
		text-align: center;
	  }
	  
	  #menu-btn-check:checked ~ .menu-content {
		left: 0%;/*メニューを画面内へ*/
	  }
	  
	  #menu-btn-check {
		display: none;
	  }
	  
	  #menu-btn-check:not(:target) {
		display: none;
	  }

	  #list-contents li a{
	
		font-size: 40px;
	
	}
	
		
	.auto-style1 {
		margin-left: 0px;
	}
	
	.auto-style3 {
		color: #000;
		font-size: 20px;
		padding: 20px 0 0 0;
	/*	float: left; */
		text-align: center;
		margin-left: 2px;
	}
			
	.auto-style4 {
		width:100%;
		float: left;
		margin:auto;
	}
	
	.auto-style5 {
		display: block;
		margin: 0 auto;
		padding-top: 60px;
		width: 150px;
		height: 139px;
	}
	
	.auto-style6 {
		float: left;
		padding: 0px 10px 10px 20px;
		background: url(../index_img/mark_head.png) no-repeat;
		background-position:0% 25%;
		margin-left: 0;
	}
	
	.auto-style7 {
		float: left;
		padding: 0px 10px 10px 20px;
		background: url(../index_img/mark_head.png) no-repeat;
		background-position:0% 25%;
		margin-left: 0;
	}
		
	.header {
		width:100%;
		background-color:#101010;
	}
		
	.in_head {
		width:100%;
		margin:0 auto;
	}
	
	.header ul{
	
		float:right;
	
	}
	
	/*
	ul {
		float:left;
	}
	*/
	
	/*
	.h_list {
		float:left;
		padding:110px 10px 0 20px;
		background:url(../index_img/mark_head.png) no-repeat left 112px;
	}
	*/

	.h_text{

		font-size: 30px;

	}
		
	a.h_text {
		text-decoration:none;
	}
		
	a:link.h_text {
		color: #FFFFFF;
	}
		
	a:visited.h_text {
		color:#FFFFFF;
	}
		
	a:hover.h_text {
		color:#FFFFFF;
		opacity: 0.7;
	}
		
	.bar_head {
		width:100%;
		background-color:#FFFFFF;
	}
	
	
	.gnavi_box{
		display: none!important;
	}
	
	/* contents */
	
	.contents {
		width:100%;
		margin:30px auto 0 auto;
	}
	
	.mark_new {
		width:109px;
		margin:0 0 10px 0;
	}
	
	.m_n1 ,.m_n2, .m_n3 {
		float:left;
	}
	
	/*
	.syaken_i {
	
	}
	*/
	
	.title_logo_syaken{
	
		text-align: center;
	
	}

	.title_logo_syaken img{

		width:144px;
		height:122px;

	}


		
	.s_i1, .s_i2, .s_i3, .s_i4 {
	
		text-align: center; 
		width:100%;
		margin:10px auto 10px auto;
	
	}
	
	/*
	.s_i4 {
		float:left;
		margin:10px 0 0 0;
	}
	*/
	
	.s_i1 img, .s_i2 img, .s_i3 img, .s_i4 img{
		
		width: 100%;
			
	}
	
	
	
	.title_ipanseibi {
		margin:80px 0 0px 0;
		text-align: center;
	}

	.title_ipanseibi img{

		width:272px;
		height:122px;

	}
	
	.ip1, .ip2 ,.ip3{
		
		text-align: center; 
		width:100%;
		margin:10px auto 10px auto;
	
	}
	
	/*
	.ip3 {
		float:left;
		margin-top:15px;
	}
	*/
	
	.ip1 img, .ip2 img,.ip3 img{
		
		width: 100%;
	
	}
		
	
	.new2 {
		margin:20px 0 0 340px;
	}
	
	.ipansyaken_text {
		text-align:center;
		padding:0px 0 0 0;
		color: #000;
		font-size: 30px;
	}
	
	.seibi1, .seibi2, .seibi3, .seibi4 {
	
		text-align: center; 
		width:100%;
		margin:10px auto 10px auto;
		
	}
	
	/*
	.seibi4 {
		float:left;
		margin:20px 0 0 0;
	}
	*/
	
	.seibi1 img, .seibi2 img, .seibi3 img, .seibi4 img {
	
		width: 100%;
	
	}
	
	
	
	
	
	
	.seibi_text1 {
		padding:5px 0 0 0px;
		line-height:130%;
		text-align:center;
		color: #000;
		font-size: 30px;
	}
	
	.seibi_text2 {
		padding:5px 0 0 0px;
		text-align:center;
		color: #000;
		font-size: 30px;
	}
	
	.seibi_text3 {
		padding:5px 0 0 0px;
	/*	width:200px; */
		text-align: center;
		line-height:130%;
		color: #000;
		font-size: 30px;
	}
	
	.seibi_text4 {
		padding:5px 0 0 0px;
		text-align:center;
		color: #000;
		font-size: 30px;
	}
	
	.s_img5 {
		margin:5px 0 0 0;
	}
	
	.seibi_text5 {
		padding:5px 0 0 0px;
		text-align:center;
		line-height:130%;
		color: #000;
		font-size: 30px;
	}
	
	.s_img6 {
		margin:5px 0 0 0;
	}
	
	.seibi_text6 {
		padding:5px 0 0 0px;
		line-height:130%;
		text-align:center;
		color: #000;
		font-size: 30px;
	}
	
	.title_bankintoso {
		margin:80px 0 10px 0;
		text-align: center;
	}
	
	.title_bankintoso img{

		width: 330px;
		height: 122px;

	}

	.bank1, .bank2, .bank3, .bank4 {
	
		text-align: center; 
		width:100%;
		margin:10px auto 10px auto;
	
	}
	
	/*
	.bank4 {
		float:left;
	}
	*/
	
	.bank1 img, .bank2 img, .bank3 img, .bank4 img{
	
		width: 100%;
		
	}
	
	
	
	
	.bank_text1 {
		padding:5px 0 0 0px;
		text-align:center;
		color: #000;
		font-size: 30px;
	}
	
	.bank_text2 {
		padding:5px 0 0 0px;
		text-align:center;
		color: #000;
		font-size: 30px;
	}
	
	.bank_text3 {
		padding:5px 0 0 0px;
		text-align:center;
		color: #000;
		font-size: 30px;
	}
	
	.bank_text4 {
		padding:5px 0 0 0px;
		color: #000;
		text-align:center;
		font-size: 30px;
	}
	
	.b_img5, .b_img6, .b_img7 {
		margin:5px 0 0 0;
	}
	
	.b_img8 {
		margin:5px 0 0 0;
	}
	
	.title_bodycoating {
		margin:80px 0 10px 0;
		text-align: center;
	}

	.title_bodycoating img{

		width: 570px;
		height: 122px;

	}
	
	.body1, .body2, .body3, .body4 {
		
		text-align: center; 
		width:100%;
		margin:10px auto 10px auto;
	}
	
	/*
	.body4 {
		float:left;
	}
	*/
	
	.body1 img, .body2 img, .body3 img, .body4 img {
	
		width: 100%;
			
	}
	
	.body_text1 {
		padding:5px 0 0px 0;
		color: #000;
		font-size: 30px;
	}
	
	.body_text2 {
		padding:5px 0 0px 0px;
		color: #000;
		font-size: 30px;
	}
	
	.body_text3 {
		padding:5px 0 0px 0px;
		color: #000;
		font-size: 30px;
	}
	
	.body_text4 {
		padding:5px 0 0px 0px;
		color: #000;
		font-size: 30px;
	}
	
	
	/* footer */
	.footer {
		clear:both;
		background-color:#f5f5f5;

		margin-top: 20px;
	}
	
	.in_footer {
		width:100%;
		margin:0 auto;
	}
	
	.copy {
		color:#000;
		font-size:28px;
		padding:10px 0 30px 0;
		float:left;
	}
	
	.f_text {
		color:#000;
		font-size:20px;
		padding:10px 0 30px 0;
	/*    float: left; */
		text-align: center;
/*		inline-size: 400px; */
		overflow-wrap: break-word;
	}
	
}

/* Surface（タテ）*/
@media screen and (min-width:912px) and (max-width:1180px) and (orientation: portrait){

	body {
		background-color: #f5f5f5;
	}
	
	
	.container{
	
		max-width:100%;
		overflow: hidden;
	
	}
	
	
	#header2 .inner{
		background: white;
		color:black;
	  }
	  
	#header2 .inner a{
		background: white;
		color:black;
	  }
	
	  .menu-subject {
		margin-top: 32px;
		font-family: serif;
		font-size: 1.4em;
		font-weight: bold;
		text-align: center;
		color: black;
	  }
	  
	  #pagetop {
		padding-top: 40px;
		position: fixed;
		right: 3%;
		bottom: 5%;
		z-index: 9999;
	  }
	  
	  #pagetop a {
		text-decoration: none;
		text-align: center;
		display: block;
		color:black;
		font-size: 40px;
		background: white;
		width: 60px;
		line-height: 60px;
		border-radius: 40%;
	  }
	  
	  
	  
	  .menu-btn {
		position: fixed;
		top: 10px;
		right: 10px;
		display: flex;
		height: 60px;
		width: 60px;
		justify-content: center;
		align-items: center;
		z-index: 90;
		background-color: white;
		border-radius: 6px;
	  }
	  
	  .menu-btn span,
	  .menu-btn span:before,
	  .menu-btn span:after {
		content: '';
		display: block;
		height: 3px;
		width: 25px;
		border-radius: 3px;
		background-color: black;
		position: absolute;
	  }
	  .menu-btn span:before {
		bottom: 8px;
	  }
	  .menu-btn span:after {
		top: 8px;
	  }
	  
	  #menu-btn-check:checked ~ .menu-btn span {
		background-color: rgba(255, 255, 255, 0);/*メニューオープン時は真ん中の線を透明にする*/
	  }
	  
	  #menu-btn-check:checked ~ .menu-btn span::before {
		bottom: 0;
		transform: rotate(45deg);
	  }
	  #menu-btn-check:checked ~ .menu-btn span::after {
		top: 0;
		transform: rotate(-45deg);
	  }
	  
	  .menu-content {
		width: 100%;
		height: 100%;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 80;
		background-color:black;
	  }
	  .menu-content ul {
		padding: 70px 10px;
	  }
	  
	  
	  .menu-content ul li {
	  /*    border-bottom: solid 1px red; */
	  	margin:20px 0 20px 0;
		list-style: none;
	  }
	  
	  
	  .menu-content ul li a {
		display: block;
		width: 100%;
		font-size: 30px;
		box-sizing: border-box;
		color:#ffffff;
		text-decoration: none;
		padding: 9px 15px 10px 0;
		position: relative;
	  }
	  
	  .menu-content ul li a:hover{
		display: block;
		width: 100%;
		font-size: 30px;
		box-sizing: border-box;
		color:yellow;
		text-decoration: none;
		padding: 9px 15px 10px 0;
		position: relative;
	  }
	  
	  .menu-content {
		width: 100%;
		height: 100%;
		position: fixed;
		top: 0;
		left: 100%;/*leftの値を変更してメニューを画面外へ*/
		z-index: 80;
		background-color: black;
		transition: all 0.5s;/*アニメーション設定*/
		text-align: center;
	  }
	  
	  #menu-btn-check:checked ~ .menu-content {
		left: 0%;/*メニューを画面内へ*/
	  }
	  
	  #menu-btn-check {
		display: none;
	  }
	  
	  #menu-btn-check:not(:target) {
		display: none;
	  }

	  #list-contents li a{
	
		font-size: 40px;
	
	}
	
		
	.auto-style1 {
		margin-left: 0px;
	}
	
	.auto-style3 {
		color: #000;
		font-size: 20px;
		padding: 20px 0 0 0;
	/*	float: left; */
		text-align: center;
		margin-left: 2px;
	}
			
	.auto-style4 {
		width:100%;
		float: left;
		margin:auto;
	}
	
	.auto-style5 {
		display: block;
		margin: 0 auto;
		padding-top: 60px;
		width: 150px;
		height: 139px;
	}
	
	.auto-style6 {
		float: left;
		padding: 0px 10px 10px 20px;
		background: url(../index_img/mark_head.png) no-repeat;
		background-position:0% 25%;
		margin-left: 0;
	}
	
	.auto-style7 {
		float: left;
		padding: 0px 10px 10px 20px;
		background: url(../index_img/mark_head.png) no-repeat;
		background-position:0% 25%;
		margin-left: 0;
	}
		
	.header {
		width:100%;
		background-color:#101010;
	}
		
	.in_head {
		width:100%;
		margin:0 auto;
	}
	
	.header ul{
	
		float:right;
	
	}
	
	/*
	ul {
		float:left;
	}
	*/
	
	/*
	.h_list {
		float:left;
		padding:110px 10px 0 20px;
		background:url(../index_img/mark_head.png) no-repeat left 112px;
	}
	*/

	.h_text{

		font-size: 30px;

	}
		
	a.h_text {
		text-decoration:none;
	}
		
	a:link.h_text {
		color: #FFFFFF;
	}
		
	a:visited.h_text {
		color:#FFFFFF;
	}
		
	a:hover.h_text {
		color:#FFFFFF;
		opacity: 0.7;
	}
		
	.bar_head {
		width:100%;
		background-color:#FFFFFF;
	}
	
	
	.gnavi_box{
		display: none!important;
	}
	
	/* contents */
	
	.contents {
		width:100%;
		margin:30px auto 0 auto;
	}
	
	.mark_new {
		width:109px;
		margin:0 0 10px 0;
	}
	
	.m_n1 ,.m_n2, .m_n3 {
		float:left;
	}
	
	/*
	.syaken_i {
	
	}
	*/
	
	.title_logo_syaken{
	
		text-align: center;
	
	}

	.title_logo_syaken img{

		width:144px;
		height:122px;

	}


		
	.s_i1, .s_i2, .s_i3, .s_i4 {
	
		text-align: center; 
		width:100%;
		margin:10px auto 10px auto;
	
	}
	
	/*
	.s_i4 {
		float:left;
		margin:10px 0 0 0;
	}
	*/
	
	.s_i1 img, .s_i2 img, .s_i3 img, .s_i4 img{
		
		width: 100%;
			
	}
	
	
	
	.title_ipanseibi {
		margin:80px 0 0px 0;
		text-align: center;
	}

	.title_ipanseibi img{

		width:272px;
		height:122px;

	}
	
	.ip1, .ip2 ,.ip3{
		
		text-align: center; 
		width:100%;
		margin:10px auto 10px auto;
	
	}
	
	/*
	.ip3 {
		float:left;
		margin-top:15px;
	}
	*/
	
	.ip1 img, .ip2 img,.ip3 img{
		
		width: 100%;
	
	}
		
	
	.new2 {
		margin:20px 0 0 340px;
	}
	
	.ipansyaken_text {
		text-align:center;
		padding:0px 0 0 0;
		color: #000;
		font-size: 30px;
	}
	
	.seibi1, .seibi2, .seibi3, .seibi4 {
	
		text-align: center; 
		width:100%;
		margin:10px auto 10px auto;
		
	}
	
	/*
	.seibi4 {
		float:left;
		margin:20px 0 0 0;
	}
	*/
	
	.seibi1 img, .seibi2 img, .seibi3 img, .seibi4 img {
	
		width: 100%;
	
	}
	
	
	
	
	
	
	.seibi_text1 {
		padding:5px 0 0 0px;
		line-height:130%;
		text-align:center;
		color: #000;
		font-size: 30px;
	}
	
	.seibi_text2 {
		padding:5px 0 0 0px;
		text-align:center;
		color: #000;
		font-size: 30px;
	}
	
	.seibi_text3 {
		padding:5px 0 0 0px;
	/*	width:200px; */
		text-align: center;
		line-height:130%;
		color: #000;
		font-size: 30px;
	}
	
	.seibi_text4 {
		padding:5px 0 0 0px;
		text-align:center;
		color: #000;
		font-size: 30px;
	}
	
	.s_img5 {
		margin:5px 0 0 0;
	}
	
	.seibi_text5 {
		padding:5px 0 0 0px;
		text-align:center;
		line-height:130%;
		color: #000;
		font-size: 30px;
	}
	
	.s_img6 {
		margin:5px 0 0 0;
	}
	
	.seibi_text6 {
		padding:5px 0 0 0px;
		line-height:130%;
		text-align:center;
		color: #000;
		font-size: 30px;
	}
	
	.title_bankintoso {
		margin:80px 0 10px 0;
		text-align: center;
	}
	
	.title_bankintoso img{

		width: 330px;
		height: 122px;

	}

	.bank1, .bank2, .bank3, .bank4 {
	
		text-align: center; 
		width:100%;
		margin:10px auto 10px auto;
	
	}
	
	/*
	.bank4 {
		float:left;
	}
	*/
	
	.bank1 img, .bank2 img, .bank3 img, .bank4 img{
	
		width: 100%;
		
	}
	
	
	
	
	.bank_text1 {
		padding:5px 0 0 0px;
		text-align:center;
		color: #000;
		font-size: 30px;
	}
	
	.bank_text2 {
		padding:5px 0 0 0px;
		text-align:center;
		color: #000;
		font-size: 30px;
	}
	
	.bank_text3 {
		padding:5px 0 0 0px;
		text-align:center;
		color: #000;
		font-size: 30px;
	}
	
	.bank_text4 {
		padding:5px 0 0 0px;
		color: #000;
		text-align:center;
		font-size: 30px;
	}
	
	.b_img5, .b_img6, .b_img7 {
		margin:5px 0 0 0;
	}
	
	.b_img8 {
		margin:5px 0 0 0;
	}
	
	.title_bodycoating {
		margin:80px 0 10px 0;
		text-align: center;
	}

	.title_bodycoating img{

		width: 570px;
		height: 122px;

	}
	
	.body1, .body2, .body3, .body4 {
		
		text-align: center; 
		width:100%;
		margin:10px auto 10px auto;
	}
	
	/*
	.body4 {
		float:left;
	}
	*/
	
	.body1 img, .body2 img, .body3 img, .body4 img {
	
		width: 100%;
			
	}
	
	.body_text1 {
		padding:5px 0 0px 0;
		color: #000;
		font-size: 30px;
	}
	
	.body_text2 {
		padding:5px 0 0px 0px;
		color: #000;
		font-size: 30px;
	}
	
	.body_text3 {
		padding:5px 0 0px 0px;
		color: #000;
		font-size: 30px;
	}
	
	.body_text4 {
		padding:5px 0 0px 0px;
		color: #000;
		font-size: 30px;
	}
	
	
	/* footer */
	.footer {
		clear:both;
		background-color:#f5f5f5;

		margin-top: 20px;
	}
	
	.in_footer {
		width:100%;
		margin:0 auto;
	}
	
	.copy {
		color:#000;
		font-size:28px;
		padding:10px 0 30px 0;
		float:left;
	}
	
	.f_text {
		color:#000;
		font-size:20px;
		padding:10px 0 30px 0;
	/*    float: left; */
		text-align: center;
/*		inline-size: 400px; */
		overflow-wrap: break-word;
	}
	
}

/* スマホ （タテ）767px以下 */
@media screen and (max-width: 767px){

body {
	background-color: #f5f5f5;
}


.container{

	max-width:100%;
	overflow: hidden;

}


#header2 .inner{
	background: white;
	color:black;
  }
  
#header2 .inner a{
	background: white;
	color:black;
  }

  .menu-subject {
	margin-top: 32px;
	font-family: serif;
	font-size: 1.4em;
	font-weight: bold;
	text-align: center;
	color: black;
  }
  
  #pagetop {
	padding-top: 40px;
	position: fixed;
	right: 3%;
	bottom: 5%;
	z-index: 9999;
  }
  
  #pagetop a {
	text-decoration: none;
	text-align: center;
	display: block;
	color:black;
	font-size: 20px;
	background: white;
	width: 60px;
	line-height: 60px;
	border-radius: 40%;
  }
  
  
  
  .menu-btn {
	position: fixed;
	top: 10px;
	right: 10px;
	display: flex;
	height: 60px;
	width: 60px;
	justify-content: center;
	align-items: center;
	z-index: 90;
	background-color: white;
	border-radius: 6px;
  }
  
  .menu-btn span,
  .menu-btn span:before,
  .menu-btn span:after {
	content: '';
	display: block;
	height: 3px;
	width: 25px;
	border-radius: 3px;
	background-color: black;
	position: absolute;
  }
  .menu-btn span:before {
	bottom: 8px;
  }
  .menu-btn span:after {
	top: 8px;
  }
  
  #menu-btn-check:checked ~ .menu-btn span {
	background-color: rgba(255, 255, 255, 0);/*メニューオープン時は真ん中の線を透明にする*/
  }
  
  #menu-btn-check:checked ~ .menu-btn span::before {
	bottom: 0;
	transform: rotate(45deg);
  }
  #menu-btn-check:checked ~ .menu-btn span::after {
	top: 0;
	transform: rotate(-45deg);
  }
  
  .menu-content {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 80;
	background-color:black;
  }
  .menu-content ul {
	padding: 70px 10px;
  }
  
  
  .menu-content ul li {
  /*    border-bottom: solid 1px red; */
	list-style: none;
  }
  
  
  .menu-content ul li a {
	display: block;
	width: 100%;
	font-size: 15px;
	box-sizing: border-box;
	color:#ffffff;
	text-decoration: none;
	padding: 9px 15px 10px 0;
	position: relative;
  }
  
  .menu-content ul li a:hover{
	display: block;
	width: 100%;
	font-size: 15px;
	box-sizing: border-box;
	color:yellow;
	text-decoration: none;
	padding: 9px 15px 10px 0;
	position: relative;
  }
  
  .menu-content {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 100%;/*leftの値を変更してメニューを画面外へ*/
	z-index: 80;
	background-color: black;
	transition: all 0.5s;/*アニメーション設定*/
	text-align: center;
  }
  
  #menu-btn-check:checked ~ .menu-content {
	left: 0%;/*メニューを画面内へ*/
  }
  
  #menu-btn-check {
	display: none;
  }
  
  #menu-btn-check:not(:target) {
	display: none;
  }

  #list-contents li a{

	font-size: 20px;

  }

	
.auto-style1 {
	margin-left: 0px;
}

.auto-style3 {
	color: #000;
	font-size: 10px;
	padding: 20px 0 0 0;
/*	float: left; */
	text-align: center;
	margin-left: 2px;
}

.auto-style4 {
	width:100%;
	float: left;
	margin:auto;
}

.auto-style5 {
	display: block;
	margin: 0 auto;
	padding-top: 30px;
}

.auto-style6 {
	float: left;
	padding: 0px 10px 10px 20px;
	background: url(../index_img/mark_head.png) no-repeat;
	background-position:0% 25%;
	margin-left: 0;
}

.auto-style7 {
	float: left;
	padding: 0px 10px 10px 20px;
	background: url(../index_img/mark_head.png) no-repeat;
	background-position:0% 25%;
	margin-left: 0;
}
	
.header {
	width:100%;
	background-color:#101010;
}
	
.in_head {
	width:100%;
	margin:0 auto;
}

.header ul{

	float:right;

}

/*
ul {
	float:left;
}
*/

/*
.h_list {
	float:left;
	padding:110px 10px 0 20px;
	background:url(../index_img/mark_head.png) no-repeat left 112px;
}
*/
	
a.h_text {
	text-decoration:none;
}
	
a:link.h_text {
	color: #FFFFFF;
}
	
a:visited.h_text {
	color:#FFFFFF;
}
	
a:hover.h_text {
	color:#FFFFFF;
	opacity: 0.7;
}
	
.bar_head {
	width:100%;
	background-color:#FFFFFF;
}


.gnavi_box{
	display: none!important;
}

/* contents */

.contents {
	width:100%;
	margin:30px auto 0 auto;
}

.mark_new {
	width:109px;
	margin:0 0 10px 0;
}

.m_n1 ,.m_n2, .m_n3 {
	float:left;
}

/*
.syaken_i {

}
*/

.title_logo_syaken{
	
	text-align: center;

}

.s_i1, .s_i2, .s_i3, .s_i4 {

	text-align: center; 
	width:100%;
	margin:10px auto 10px auto;

}

/*
.s_i4 {
	float:left;
	margin:10px 0 0 0;
}
*/

.s_i1 img, .s_i2 img, .s_i3 img, .s_i4 img{


	width: 100%;
	height:266px;

}



.title_ipanseibi {
	margin:80px 0 0px 0;
	text-align: center;
}

.ip1, .ip2 ,.ip3{
	
	text-align: center; 
	width:100%;
	margin:10px auto 10px auto;

}

/*
.ip3 {
	float:left;
	margin-top:15px;
}
*/

.ip1 img, .ip2 img,.ip3 img{
	
	width: 100%;
	height:266px;

}



.new2 {
	margin:20px 0 0 340px;
}

.ipansyaken_text {
	text-align:center;
	padding:0px 0 0 0;
	color: #000;
}

.seibi1, .seibi2, .seibi3, .seibi4 {

	text-align: center; 
	width:100%;
	margin:10px auto 10px auto;
	
}

/*
.seibi4 {
	float:left;
	margin:20px 0 0 0;
}
*/

.seibi1 img, .seibi2 img, .seibi3 img, .seibi4 img {

	width: 100%;
	height:266px;

}






.seibi_text1 {
	padding:5px 0 0 0px;
	line-height:130%;
	text-align:center;
	color: #000;
}

.seibi_text2 {
	padding:5px 0 0 0px;
	text-align:center;
	color: #000;
}

.seibi_text3 {
	padding:5px 0 0 0px;
/*	width:200px; */
	text-align: center;
	line-height:130%;
	color: #000;
}

.seibi_text4 {
	padding:5px 0 0 0px;
	text-align:center;
	color: #000;
}

.s_img5 {
	margin:5px 0 0 0;
}

.seibi_text5 {
	padding:5px 0 0 0px;
	text-align:center;
	line-height:130%;
	color: #000;
}

.s_img6 {
	margin:5px 0 0 0;
}

.seibi_text6 {
	padding:5px 0 0 0px;
	line-height:130%;
	text-align:center;
	color: #000;
}

.title_bankintoso {
	margin:80px 0 10px 0;
	text-align: center;
}

.bank1, .bank2, .bank3, .bank4 {

	text-align: center; 
	width:100%;
	margin:10px auto 10px auto;

}

/*
.bank4 {
	float:left;
}
*/

.bank1 img, .bank2 img, .bank3 img, .bank4 img{

	width: 100%;
	height:266px;

}




.bank_text1 {
	padding:5px 0 0 0px;
	text-align:center;
	color: #000;
}

.bank_text2 {
	padding:5px 0 0 0px;
	text-align:center;
	color: #000;
}

.bank_text3 {
	padding:5px 0 0 0px;
	text-align:center;
	color: #000;
}

.bank_text4 {
	padding:5px 0 0 0px;
	color: #000;
	text-align:center;
}

.b_img5, .b_img6, .b_img7 {
	margin:5px 0 0 0;
}

.b_img8 {
	margin:5px 0 0 0;
}

.title_bodycoating {
	margin:80px 0 10px 0;
	text-align: center;
}

.body1, .body2, .body3, .body4 {
	
	text-align: center; 
	width:100%;
	margin:10px auto 10px auto;
}

/*
.body4 {
	float:left;
}
*/

.body1 img, .body2 img, .body3 img, .body4 img {

	width: 100%;
	height:266px;

}

.body_text1 {
	padding:5px 0 0px 0;
	color: #000;
}

.body_text2 {
	padding:5px 0 0px 0px;
	color: #000;
}

.body_text3 {
	padding:5px 0 0px 0px;
	color: #000;
}

.body_text4 {
	padding:5px 0 0px 0px;
	color: #000;
}


/* footer */
.footer {
	clear:both;
	background-color:#f5f5f5;
}

.in_footer {
	width:100%;
	margin:0 auto;
}

.copy {
	color:#000;
	font-size:14px;
	padding:10px 0 30px 0;
	float:left;
}

.f_text {
	color:#000;
	font-size:10px;
	padding:10px 0 30px 0;
/*    float: left; */
	text-align: center;
	inline-size: 400px;
	overflow-wrap: break-word;
}


}


/* pc 1181px以上 */
@media screen and (min-width: 1181px){

	body {
		background-color: #f5f5f5;
	}
	
	.auto-style1 {
		margin-left: 0px;
	}
	.auto-style3 {
		color: #000;
		font-size: 14px;
		padding: 10px 0 30px 0;
		float: left;
		margin-left: 2px;
	}
	.auto-style4 {
		float: left;
		margin:auto;
	}
	.auto-style5 {
		float: left;
		margin: 40px 30px 20px 150px;
	}
	.auto-style6 {
		float: left;
		padding: 110px 10px 0 20px;
		background: url('../index_img/mark_head.png') no-repeat left 112px;
		margin-left: 0;
	}
	.auto-style7 {
		float: left;
		padding: 110px 10px 0 20px;
		background: url('../index_img/mark_head.png') no-repeat left 112px;
		margin-left: 0px;
	}
	
	.header {
		width:100%;
		background-color:#101010;
	}
	
	.in_head {
		width:950px;
		margin:0 auto;
	}
			
	/* ul {
		float:right;
	}*/
	
	.h_list {
		float:left;
		padding:110px 10px 0 20px;
		background:url(../index_img/mark_head.png) no-repeat left 112px;
	}
	
	a.h_text {
		text-decoration:none;
	}
	
	a:link.h_text {
		color: #FFFFFF;
	}
	
	a:visited.h_text {
		color:#FFFFFF;
	}
	
	a:hover.h_text {
		color:#FFFFFF;
		opacity: 0.7;
	}
	
	.bar_head {
		width:100%;
		background-color:#FFFFFF;
	}

	#header2{

		display: none!important;

	}	

	.gnavi_box {
		width:100%;
		background-color:#f5f5f5;
	}
	
	.gnavi {
		width:1200px;
		background-color:#f5f5f5;
		margin:0 auto 0 auto; 
	}

	ul.gnavi2{
		display: flex !important;
		justify-content: center !important;
	}
	
	.g_list {
		float:left;
		width: 122px;
		margin: 0 20px 0 0;
	}
	
	.g_list:hover {
		float:left;
		width: 122px;
		margin: 0 20px 0 0;
		opacity: 0.7;
	}
	
	/* contents */
	
	.contents {
		width:1200px;
		margin:0 auto;
	}
	
	.mark_new {
		width:109px;
		margin:0 0 10px 0;
	}
	
	.m_n1 ,.m_n2, .m_n3 {
		float:left;
	}
	
	/*
	.syaken_i {
	
	}
	*/
	
	.s_i1, .s_i2, .s_i3 {
		float:left;
		margin:10px 66px 0 0;
	}
	
	.s_i4 {
		float:left;
		margin:10px 0 0 0;
	}
	
	.title_ipanseibi {
		margin:80px 0 10px 0;
	}
	
	.ip1, .ip2 {
		float:left;
		margin:0 75px 0 0;
	}
	
	.ip3 {
		float:left;
		margin-top:15px;
	}
	
	.new2 {
		margin:20px 0 0 340px;
	}
	
	.ipansyaken_text {
		text-align:center;
		padding:10px 0 0 0;
		color: #000;
	}
	
	.seibi1, .seibi2, .seibi3 {
		float:left;
		margin:20px 66px 0 0;
	}
	
	.seibi4 {
		float:left;
		margin:20px 0 0 0;
	}
	
	.seibi_text1 {
		padding:5px 0 0 0px;
		line-height:130%;
		text-align:center;
		color: #000;
	}
	
	.seibi_text2 {
		padding:5px 0 0 0px;
		text-align:center;
		color: #000;
	}
	
	.seibi_text3 {
		padding:5px 0 0 20px;
		width:200px;
		line-height:130%;
		color: #000;
		text-align: center;
	}
	
	.seibi_text4 {
		padding:5px 0 0 0px;
		text-align:center;
		color: #000;
	}
	
	.s_img5 {
		margin:60px 0 0 0;
	}
	
	.seibi_text5 {
		padding:5px 0 0 0px;
		text-align:center;
		line-height:130%;
		color: #000;
	}
	
	.s_img6 {
		margin:83px 0 0 0;
	}
	
	.seibi_text6 {
		padding:5px 0 0 0px;
		line-height:130%;
		text-align:center;
		color: #000;
	}
	
	.title_bankintoso {
		margin:80px 0 10px 0;
	}
	
	.bank1, .bank2, .bank3 {
		float:left;
		margin:0 66px 0 0;
	}
	
	.bank4 {
		float:left;
	}
	
	.bank_text1 {
		padding:5px 0 0 0px;
		text-align:center;
		color: #000;
	}
	
	.bank_text2 {
		padding:5px 0 0 0px;
		text-align:center;
		color: #000;
	}
	
	.bank_text3 {
		padding:5px 0 0 0px;
		text-align:center;
		color: #000;
	}
	
	.bank_text4 {
		padding:5px 0 0 0px;
		color: #000;
		text-align:center;
	}
	
	.b_img5, .b_img6, .b_img7 {
		margin:40px 0 0 0;
	}
	
	.b_img8 {
		margin:25px 0 0 0;
	}
	
	.title_bodycoating {
		margin:80px 0 10px 0;
	}
	
	.body1, .body2, .body3 {
		float:left;
		margin:0 66px 0 0;
	}
	
	.body4 {
		float:left;
	}
	
	.body_text1 {
		padding:5px 0 40px 0;
		color: #000;
	}
	
	.body_text2 {
		padding:5px 0 40px 40px;
		color: #000;
	}
	
	.body_text3 {
		padding:5px 0 40px 60px;
		color: #000;
	}
	
	.body_text4 {
		padding:5px 0 40px 60px;
		color: #000;
	}
	
	/* footer */
	.footer {
		clear:both;
		background-color:#f5f5f5;
	}
	
	.in_footer {
		width:1200px;
		margin:0 auto;
	}
	
	.copy {
		color:#000;
		font-size:14px;
		padding:10px 0 30px 0;
		float:left;
	}
	
	.f_text {
		color:#000;
		font-size:14px;
		padding:10px 0 30px 0;
		float:right;
	}

}


/* スマホ 481px以上　897px以下（ヨコ） */
@media screen and (min-width: 481px) and (max-width: 897px) and (orientation: landscape){

	body {
		background-color: #f5f5f5;
	}
	
	
	.container{
	
		max-width:100%;
		overflow: hidden;
	
	}
	
	
	#header2 .inner{
		background: white;
		color:black;
	  }
	  
	#header2 .inner a{
		background: white;
		color:black;
	  }
	
	  .menu-subject {
		margin-top: 32px;
		font-family: serif;
		font-size: 1.4em;
		font-weight: bold;
		text-align: center;
		color: black;
	  }
	  
	  #pagetop {
		padding-top: 40px;
		position: fixed;
		right: 3%;
		bottom: 5%;
		z-index: 9999;
	  }
	  
	  #pagetop a {
		text-decoration: none;
		text-align: center;
		display: block;
		color:black;
		font-size: 20px;
		background: white;
		width: 60px;
		line-height: 60px;
		border-radius: 40%;
	  }
	  
	  
	  
	  .menu-btn {
		position: fixed;
		top: 10px;
		right: 10px;
		display: flex;
		height: 60px;
		width: 60px;
		justify-content: center;
		align-items: center;
		z-index: 90;
		background-color: white;
		border-radius: 6px;
	  }
	  
	  .menu-btn span,
	  .menu-btn span:before,
	  .menu-btn span:after {
		content: '';
		display: block;
		height: 3px;
		width: 25px;
		border-radius: 3px;
		background-color: black;
		position: absolute;
	  }
	  .menu-btn span:before {
		bottom: 8px;
	  }
	  .menu-btn span:after {
		top: 8px;
	  }
	  
	  #menu-btn-check:checked ~ .menu-btn span {
		background-color: rgba(255, 255, 255, 0);/*メニューオープン時は真ん中の線を透明にする*/
	  }
	  
	  #menu-btn-check:checked ~ .menu-btn span::before {
		bottom: 0;
		transform: rotate(45deg);
	  }
	  #menu-btn-check:checked ~ .menu-btn span::after {
		top: 0;
		transform: rotate(-45deg);
	  }
	  
	  .menu-content {
		width: 100%;
		height: 100%;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 80;
		background-color:black;
	  }
	  .menu-content ul {
		padding: 70px 10px;

		height: 80%;
		overflow:auto;
		-webkit-overflow-scrolling: touch;
		margin-bottom: 50px;

	  }
	  
	  
	  .menu-content ul li {
	  /*    border-bottom: solid 1px red; */
		list-style: none;
	  }
	  
	  
	  .menu-content ul li a {
		display: block;
		width: 100%;
		font-size: 15px;
		box-sizing: border-box;
		color:#ffffff;
		text-decoration: none;
		padding: 9px 15px 10px 0;
		position: relative;
	  }
	  
	  .menu-content ul li a:hover{
		display: block;
		width: 100%;
		font-size: 15px;
		box-sizing: border-box;
		color:yellow;
		text-decoration: none;
		padding: 9px 15px 10px 0;
		position: relative;
	  }
	  
	  .menu-content {
		width: 100%;
		height: 100%;
		position: fixed;
		top: 0;
		left: 100%;/*leftの値を変更してメニューを画面外へ*/
		z-index: 80;
		background-color: black;
		transition: all 0.5s;/*アニメーション設定*/
		text-align: center;
	  }
	  
	  #menu-btn-check:checked ~ .menu-content {
		left: 0%;/*メニューを画面内へ*/
	  }
	  
	  #menu-btn-check {
		display: none;
	  }
	  
	  #menu-btn-check:not(:target) {
		display: none;
	  }

	  #list-contents li a{
	
		font-size: 20px;
	
	}
	
		
	.auto-style1 {
		margin-left: 0px;
	}
	
	.auto-style3 {
		color: #000;
		font-size: 10px;
		padding: 20px 0 0 0;
	/*	float: left; */
		text-align: center;
		margin-left: 2px;
	}
	
	.auto-style4 {
		width:100%;
		float: left;
		margin:auto;
	}
	
	.auto-style5 {
		display: block;
		margin: 0 auto;
		padding-top: 30px;

		width: 20%;
	}
	
	.auto-style6 {
		float: left;
		padding: 0px 10px 10px 20px;
		background: url(../index_img/mark_head.png) no-repeat;
		background-position:0% 25%;
		margin-left: 0;
	}
	
	.auto-style7 {
		float: left;
		padding: 0px 10px 10px 20px;
		background: url(../index_img/mark_head.png) no-repeat;
		background-position:0% 25%;
		margin-left: 0;
	}
		
	.header {
		width:100%;
		background-color:#101010;
	}
		
	.in_head {
		width:100%;
		margin:0 auto;
	}
	
	.header ul{
	
		float:right;
	
	}
	
	/*
	ul {
		float:left;
	}
	*/
	
	/*
	.h_list {
		float:left;
		padding:110px 10px 0 20px;
		background:url(../index_img/mark_head.png) no-repeat left 112px;
	}
	*/
		
	a.h_text {
		text-decoration:none;
	}
		
	a:link.h_text {
		color: #FFFFFF;
	}
		
	a:visited.h_text {
		color:#FFFFFF;
	}
		
	a:hover.h_text {
		color:#FFFFFF;
		opacity: 0.7;
	}
		
	.bar_head {
		width:100%;
		background-color:#FFFFFF;
	}
	
	
	.gnavi_box{
		display: none!important;
	}
	
	/* contents */
	
	.contents {
		width:100%;
		margin:30px auto 0 auto;
	}
	
	.mark_new {
		width:109px;
		margin:0 0 10px 0;
	}
	
	.m_n1 ,.m_n2, .m_n3 {
		float:left;
	}
	
	/*
	.syaken_i {
	
	}
	*/
	.title_logo_syaken{
		text-align: center;
	}
	
	.s_i1, .s_i2, .s_i3, .s_i4 {
	
		text-align: center; 
		width:100%;
		margin:10px auto 10px auto;
	
	}
	
	/*
	.s_i4 {
		float:left;
		margin:10px 0 0 0;
	}
	*/
	
	.s_i1 img, .s_i2 img, .s_i3 img, .s_i4 img{
	
	
/*		width: 100%; */
		height:auto;
	
	}
	
	
	
	.title_ipanseibi {
		margin:80px 0 0px 0;
		text-align: center;
	}
	
	.ip1, .ip2 ,.ip3{
		
		text-align: center; 
		width:100%;
		margin:10px auto 10px auto;
	
	}
	
	/*
	.ip3 {
		float:left;
		margin-top:15px;
	}
	*/
	
	.ip1 img, .ip2 img,.ip3 img{
		
/*		width: 100%; */
		height:auto;
	
	}
	
	
	
	.new2 {
		margin:20px 0 0 340px;
	}
	
	.ipansyaken_text {
		text-align:center;
		padding:0px 0 0 0;
		color: #000;
	}
	
	.seibi1, .seibi2, .seibi3, .seibi4 {
	
		text-align: center; 
		width:100%;
		margin:10px auto 10px auto;
		
	}
	
	/*
	.seibi4 {
		float:left;
		margin:20px 0 0 0;
	}
	*/
	
	.seibi1 img, .seibi2 img, .seibi3 img, .seibi4 img {
	
/*		width: 100%; */
		height:auto;
	
	}
	
	.seibi_text1 {
		padding:5px 0 0 0px;
		line-height:130%;
		text-align:center;
		color: #000;
	}
	
	.seibi_text2 {
		padding:5px 0 0 0px;
		text-align:center;
		color: #000;
	}
	
	.seibi_text3 {
		padding:5px 0 0 0px;
	
		display: block;
		width:200px;
	
		text-align: center;
		line-height:130%;
		color: #000;

		margin: 0 auto;
	}
	
	.seibi_text4 {
		padding:5px 0 0 0px;
		text-align:center;
		color: #000;
	}
	
	.s_img5 {
		margin:5px 0 0 0;
	}
	
	.seibi_text5 {
		padding:5px 0 0 0px;
		text-align:center;
		line-height:130%;
		color: #000;
	}
	
	.s_img6 {
		margin:5px 0 0 0;
	}
	
	.seibi_text6 {
		padding:5px 0 0 0px;
		line-height:130%;
		text-align:center;
		color: #000;
	}
	
	.title_bankintoso {
		margin:80px 0 10px 0;
		text-align: center;
	}
	
	.bank1, .bank2, .bank3, .bank4 {
	
		text-align: center; 
		width:100%;
		margin:10px auto 10px auto;
	
	}
	
	/*
	.bank4 {
		float:left;
	}
	*/
	
	.bank1 img, .bank2 img, .bank3 img, .bank4 img{
	
/*		width: 100%; */
		height:auto;
	
	}
	
	
	
	
	.bank_text1 {
		padding:5px 0 0 0px;
		text-align:center;
		color: #000;
	}
	
	.bank_text2 {
		padding:5px 0 0 0px;
		text-align:center;
		color: #000;
	}
	
	.bank_text3 {
		padding:5px 0 0 0px;
		text-align:center;
		color: #000;
	}
	
	.bank_text4 {
		padding:5px 0 0 0px;
		color: #000;
		text-align:center;
	}
	
	.b_img5, .b_img6, .b_img7 {
		margin:5px 0 0 0;
	}
	
	.b_img8 {
		margin:5px 0 0 0;
	}
	
	.title_bodycoating {
		margin:80px 0 10px 0;
		text-align: center;
	}
	
	.body1, .body2, .body3, .body4 {
		
		text-align: center; 
		width:100%;
		margin:10px auto 10px auto;
	}
	
	/*
	.body4 {
		float:left;
	}
	*/
	
	.body1 img, .body2 img, .body3 img, .body4 img {
	
/*		width: 100%; */
		height:auto;
	
	}
	
	.body_text1 {
		padding:5px 0 0px 0;
		color: #000;
	}
	
	.body_text2 {
		padding:5px 0 0px 0px;
		color: #000;
	}
	
	.body_text3 {
		padding:5px 0 0px 0px;
		color: #000;
	}
	
	.body_text4 {
		padding:5px 0 0px 0px;
		color: #000;
	}
	
	
	/* footer */
	.footer {
		clear:both;
		background-color:#f5f5f5;
	}
	
	.in_footer {
		width:100%;
		margin:0 auto;
	}
	
	.copy {
		color:#000;
		font-size:14px;
		padding:10px 0 30px 0;
		float:left;
	}
	
	.f_text {
		color:#000;
		font-size:10px;
		padding:10px 0 30px 0;

		margin: 0 auto 0 auto;
	
		text-align: center;
		inline-size: 400px;
		overflow-wrap: break-word;
	}

}

/* タブレット （ヨコ）*/
@media screen and (min-width:898px) and (max-width:1180px) and (orientation: landscape){

	body {
		background-color: #f5f5f5;
	}
	
	
	.container{
	
		max-width:100%;
		overflow: hidden;
	
	}
	
	
	#header2 .inner{
		background: white;
		color:black;
	  }
	  
	#header2 .inner a{
		background: white;
		color:black;
	  }
	
	  .menu-subject {
		margin-top: 32px;
		font-family: serif;
		font-size: 1.4em;
		font-weight: bold;
		text-align: center;
		color: black;
	  }
	  
	  #pagetop {
		padding-top: 40px;
		position: fixed;
		right: 3%;
		bottom: 5%;
		z-index: 9999;
	  }
	  
	  #pagetop a {
		text-decoration: none;
		text-align: center;
		display: block;
		color:black;
		font-size: 40px;
		background: white;
		width: 60px;
		line-height: 60px;
		border-radius: 40%;
	  }
	  
	  
	  
	  .menu-btn {
		position: fixed;
		top: 10px;
		right: 10px;
		display: flex;
		height: 60px;
		width: 60px;
		justify-content: center;
		align-items: center;
		z-index: 90;
		background-color: white;
		border-radius: 6px;
	  }
	  
	  .menu-btn span,
	  .menu-btn span:before,
	  .menu-btn span:after {
		content: '';
		display: block;
		height: 3px;
		width: 25px;
		border-radius: 3px;
		background-color: black;
		position: absolute;
	  }
	  .menu-btn span:before {
		bottom: 8px;
	  }
	  .menu-btn span:after {
		top: 8px;
	  }
	  
	  #menu-btn-check:checked ~ .menu-btn span {
		background-color: rgba(255, 255, 255, 0);/*メニューオープン時は真ん中の線を透明にする*/
	  }
	  
	  #menu-btn-check:checked ~ .menu-btn span::before {
		bottom: 0;
		transform: rotate(45deg);
	  }
	  #menu-btn-check:checked ~ .menu-btn span::after {
		top: 0;
		transform: rotate(-45deg);
	  }
	  
	  .menu-content {
		width: 100%;
		height: 100%;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 80;
		background-color:black;
	  }
	  .menu-content ul {
		padding: 70px 10px;
	  }
	  
	  
	  .menu-content ul li {
	  /*    border-bottom: solid 1px red; */
	  	margin:20px 0 20px 0;
		list-style: none;
	  }
	  
	  
	  .menu-content ul li a {
		display: block;
		width: 100%;
		font-size: 30px;
		box-sizing: border-box;
		color:#ffffff;
		text-decoration: none;
		padding: 9px 15px 10px 0;
		position: relative;
	  }
	  
	  .menu-content ul li a:hover{
		display: block;
		width: 100%;
		font-size: 30px;
		box-sizing: border-box;
		color:yellow;
		text-decoration: none;
		padding: 9px 15px 10px 0;
		position: relative;
	  }
	  
	  .menu-content {
		width: 100%;
		height: 100%;
		position: fixed;
		top: 0;
		left: 100%;/*leftの値を変更してメニューを画面外へ*/
		z-index: 80;
		background-color: black;
		transition: all 0.5s;/*アニメーション設定*/
		text-align: center;
	  }
	  
	  #menu-btn-check:checked ~ .menu-content {
		left: 0%;/*メニューを画面内へ*/
	  }
	  
	  #menu-btn-check {
		display: none;
	  }
	  
	  #menu-btn-check:not(:target) {
		display: none;
	  }

	  #list-contents li a{
	
		font-size: 40px;
	
	}
	
		
	.auto-style1 {
		margin-left: 0px;
	}
	
	.auto-style3 {
		color: #000;
		font-size: 20px;
		padding: 20px 0 0 0;
	/*	float: left; */
		text-align: center;
		margin-left: 2px;
	}
			
	.auto-style4 {
		width:100%;
		float: left;
		margin:auto;
	}
	
	.auto-style5 {
		display: block;
		margin: 0 auto;
		padding-top: 60px;
		width: 150px;
		height: 139px;
	}
	
	.auto-style6 {
		float: left;
		padding: 0px 10px 10px 20px;
		background: url(../index_img/mark_head.png) no-repeat;
		background-position:0% 25%;
		margin-left: 0;
	}
	
	.auto-style7 {
		float: left;
		padding: 0px 10px 10px 20px;
		background: url(../index_img/mark_head.png) no-repeat;
		background-position:0% 25%;
		margin-left: 0;
	}
		
	.header {
		width:100%;
		background-color:#101010;
	}
		
	.in_head {
		width:100%;
		margin:0 auto;
	}
	
	.header ul{
	
		float:right;
	
	}
	
	/*
	ul {
		float:left;
	}
	*/
	
	/*
	.h_list {
		float:left;
		padding:110px 10px 0 20px;
		background:url(../index_img/mark_head.png) no-repeat left 112px;
	}
	*/

	.h_text{

		font-size: 30px;
		margin-right: 20px;

	}
		
	a.h_text {
		text-decoration:none;
	}
		
	a:link.h_text {
		color: #FFFFFF;
	}
		
	a:visited.h_text {
		color:#FFFFFF;
	}
		
	a:hover.h_text {
		color:#FFFFFF;
		opacity: 0.7;
	}
		
	.bar_head {
		width:100%;
		background-color:#FFFFFF;
	}
	
	
	.gnavi_box{
		display: none!important;
	}
	
	/* contents */
	
	.contents {
		width:100%;
		margin:30px auto 0 auto;
	}
	
	.mark_new {
		width:109px;
		margin:0 0 10px 0;
	}
	
	.m_n1 ,.m_n2, .m_n3 {
		float:left;
	}
	
	/*
	.syaken_i {
	
	}
	*/

	.title_logo_syaken{
	
		text-align: center;
	
	}

	.title_logo_syaken img{
	
		width: 144px;
		height: 122px;
	
	}
			
	.s_i1, .s_i2, .s_i3, .s_i4 {
	
		text-align: center; 
		width:100%;
		margin:10px auto 10px auto;
	
	}
	
	/*
	.s_i4 {
		float:left;
		margin:10px 0 0 0;
	}
	*/
	
	.s_i1 img, .s_i2 img, .s_i3 img, .s_i4 img{
		
		width: 100%;
			
	}
	
	
	
	.title_ipanseibi {
		margin:80px 0 0px 0;
		text-align: center;
	}

	.title_ipanseibi img{

		width:272px;
		height:122px;

	}
	
	.ip1, .ip2 ,.ip3{
		
		text-align: center; 
		width:100%;
		margin:10px auto 10px auto;
	
	}
	
	/*
	.ip3 {
		float:left;
		margin-top:15px;
	}
	*/
	
	.ip1 img, .ip2 img,.ip3 img{
		
		width: 100%;
	
	}
		
	
	.new2 {
		margin:20px 0 0 340px;
	}
	
	.ipansyaken_text {
		text-align:center;
		padding:0px 0 0 0;
		color: #000;
		font-size: 30px;
	}
	
	.seibi1, .seibi2, .seibi3, .seibi4 {
	
		text-align: center; 
		width:100%;
		margin:10px auto 10px auto;
		
	}
	
	/*
	.seibi4 {
		float:left;
		margin:20px 0 0 0;
	}
	*/
	
	.seibi1 img, .seibi2 img, .seibi3 img, .seibi4 img {
	
		width: 100%;
	
	}
		
	.seibi_text1 {
		padding:5px 0 0 0px;
		line-height:130%;
		text-align:center;
		color: #000;
		font-size: 30px;
	}
	
	.seibi_text2 {
		padding:5px 0 0 0px;
		text-align:center;
		color: #000;
		font-size: 30px;
	}
	
	.seibi_text3 {
		padding:5px 0 0 0px;
	/*	width:200px; */
		text-align: center;
		line-height:130%;
		color: #000;
		font-size: 30px;
	}
	
	.seibi_text4 {
		padding:5px 0 0 0px;
		text-align:center;
		color: #000;
		font-size: 30px;
	}
	
	.s_img5 {
		margin:5px 0 0 0;
	}
	
	.seibi_text5 {
		padding:5px 0 0 0px;
		text-align:center;
		line-height:130%;
		color: #000;
		font-size: 30px;
	}
	
	.s_img6 {
		margin:5px 0 0 0;
	}
	
	.seibi_text6 {
		padding:5px 0 0 0px;
		line-height:130%;
		text-align:center;
		color: #000;
		font-size: 30px;
	}
	
	.title_bankintoso {
		margin:80px 0 10px 0;
		text-align: center;
	}
	
	.title_bankintoso img{

		width: 330px;
		height: 122px;

	}



	.bank1, .bank2, .bank3, .bank4 {
	
		text-align: center; 
		width:100%;
		margin:10px auto 10px auto;
	
	}
	
	/*
	.bank4 {
		float:left;
	}
	*/
	
	.bank1 img, .bank2 img, .bank3 img, .bank4 img{
	
		width: 100%;
		
	}
	
	
	
	
	.bank_text1 {
		padding:5px 0 0 0px;
		text-align:center;
		color: #000;
		font-size: 30px;
	}
	
	.bank_text2 {
		padding:5px 0 0 0px;
		text-align:center;
		color: #000;
		font-size: 30px;
	}
	
	.bank_text3 {
		padding:5px 0 0 0px;
		text-align:center;
		color: #000;
		font-size: 30px;
	}
	
	.bank_text4 {
		padding:5px 0 0 0px;
		color: #000;
		text-align:center;
		font-size: 30px;
	}
	
	.b_img5, .b_img6, .b_img7 {
		margin:5px 0 0 0;
	}
	
	.b_img8 {
		margin:5px 0 0 0;
	}
	
	.title_bodycoating {
		margin:80px 0 10px 0;
		text-align: center;
	}

	.title_bodycoating img{

		width: 570px;
		height: 122px;

	}
	
	.body1, .body2, .body3, .body4 {
		
		text-align: center; 
		width:100%;
		margin:10px auto 10px auto;
	}
	
	/*
	.body4 {
		float:left;
	}
	*/
	
	.body1 img, .body2 img, .body3 img, .body4 img {
	
		width: 100%;
			
	}
	
	.body_text1 {
		padding:5px 0 0px 0;
		color: #000;
		font-size: 30px;
	}
	
	.body_text2 {
		padding:5px 0 0px 0px;
		color: #000;
		font-size: 30px;
	}
	
	.body_text3 {
		padding:5px 0 0px 0px;
		color: #000;
		font-size: 30px;
	}
	
	.body_text4 {
		padding:5px 0 0px 0px;
		color: #000;
		font-size: 30px;
	}
	
	
	/* footer */
	.footer {
		clear:both;
		background-color:#f5f5f5;

		margin-top: 20px;
	}
	
	.in_footer {
		width:100%;
		margin:0 auto;
	}
	
	.copy {
		color:#000;
		font-size:28px;
		padding:10px 0 30px 0;
		float:left;
	}
	
	.f_text {
		color:#000;
		font-size:20px;
		padding:10px 0 30px 0;
	/*    float: left; */
		text-align: center;
/*		inline-size: 400px; */
		overflow-wrap: break-word;
	}



}