@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:#000;
	}
	
	.in_head {
		width:100%;
		margin:0 auto;
	}
	
	.header ul {
		float:right;
	}
	
	.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 {
	/*	margin:30px 0 0 0; */
		width:100% !important;
		margin:0 auto 0 auto;
	
	}
	
	.title_link {
		margin:10px auto 0 auto;
	}
	
	.title_link img{
	
		width: 100%;
	
	}
	
	.link7 {
	/*	width:414px; */
		margin:0 0 150px 0;
	}
	
	.l_text_1 {
		padding: 0 0 40px 0;
	}
	
	.l_text_2 {
		padding: 10px 0 40px 0px;
	}
	
	.l_img {
	/*	margin:40px auto 0 auto; */
		text-align: center; 
	/*	width:300px; */
	}
	
	.l_img2{
		margin:40px auto 0 auto;
		text-align: center; 
	}
	
	.l_img3{
		margin:40px 0 0 10px;
		text-align: center;
	}
	
	.l_img4{
		margin:40px 0 0 0px;
		text-align: center;
	}
	
	.l_img4 img{
	
		width: 300px;
	
	}
	
	.l_img5{
		margin:40px 0 0 7px;
		text-align: center;
	}
	
	.l_text {
		padding:10px 0 0 0px;
		text-align: center;
		line-height:130%;
	}
	
	.l_img_2 {
		margin:0 0 0 20px;
	}
	
	.l_img_end {
		padding:40px 0 30px 0;	
	}
	
	/* 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: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:#000;
	}
	
	.in_head {
		width:100%;
		margin:0 auto;
	}
	
	.header ul {
		float:right;
	}
	
	.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 {
	/*	margin:30px 0 0 0; */
		width:100% !important;
		margin:0 auto 0 auto;
	
	}
	
	.title_link {
		margin:10px auto 0 auto;
	}
	
	.title_link img{
	
		width: 100%;
	
	}
	
	.link7 {
	/*	width:414px; */
		margin:0 0 150px 0;
	}
	
	.l_text_1 {
		padding: 0 0 40px 0;
	}
	
	.l_text_2 {
		padding: 10px 0 40px 0px;
	}
	
	.l_img {
	/*	margin:40px auto 0 auto; */
		text-align: center; 
	/*	width:300px; */
	}
	
	.l_img2{
		margin:40px auto 0 auto;
		text-align: center; 
	}
	
	.l_img3{
		margin:40px 0 0 10px;
		text-align: center;
	}
	
	.l_img4{
		margin:40px 0 0 0px;
		text-align: center;
	}
	
	.l_img4 img{
	
		width: 300px;
	
	}
	
	.l_img5{
		margin:40px 0 0 7px;
		text-align: center;
	}
	
	.l_text {
		padding:10px 0 0 0px;
		text-align: center;
		line-height:130%;
	}
	
	.l_img_2 {
		margin:0 0 0 20px;
	}
	
	.l_img_end {
		padding:40px 0 30px 0;	
	}
	
	/* 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: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:#000;
}

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

.header 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;
}

.gnavi_box{
	display: none!important;
}

/* contents */

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

}

.title_link {
	margin:10px auto 0 auto;
}

.title_link img{

	width: 100%;

}

.link7 {
/*	width:414px; */
	margin:0 0 150px 0;
}

.l_text_1 {
	padding: 0 0 40px 0;
}

.l_text_2 {
	padding: 10px 0 40px 0px;
}

.l_img {
/*	margin:40px auto 0 auto; */
    text-align: center; 
/*	width:300px; */
}

.l_img2{
	margin:40px auto 0 auto;
	text-align: center; 
}

.l_img3{
    margin:40px 0 0 10px;
	text-align: center;
}

.l_img4{
    margin:40px 0 0 0px;
	text-align: center;
}

.l_img4 img{

	width: 300px;

}

.l_img5{
    margin:40px 0 0 7px;
	text-align: center;
}

.l_text {
	padding:10px 0 0 0px;
	text-align: center;
	line-height:130%;
}

.l_img_2 {
	margin:0 0 0 20px;
}

.l_img_end {
	padding:40px 0 30px 0;	
}

/* 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:#000;
	}
	
	.in_head {
		width:950px;
		margin:0 auto;
	}
	
	.h_logo1 {
		float: left;
		margin: 40px 30px 20px 150px;
	}
	
	.h_logo {
		float:left;
		margin: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;
/*		margin: 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;
	}
	
	.title_link {
		width:411px;
		margin:0 auto 0 auto;
	}

	.title_link img{

		text-align: center;

	}

	
	.link7 {
		width:470px;
		margin:0 auto 150px auto;
	}
	
	.l_text_1 {
		padding: 0 0 40px 0;
	}
	
	.l_text_2 {
		padding: 10px 0 40px 0px;
	}
	
	.l_img {
		margin:40px 0 0 1px;
	}
	
	.l_img2{
		margin:40px 0 0 11px;
	
	}
	
	.l_img3{
		margin:40px 0 0 10px;
	
	}
	
	.l_img4{
		margin:40px 0 0 0px;
	
	}
	
	.l_img5{
		margin:40px 0 0 7px;
	
	}
	
	.l_text {
		padding:10px 0 0 0;
		line-height:130%;
	}
	
	.l_img_2 {
		margin:0 0 0 20px;
	}
	
	.l_img_end {
		padding:40px 0 30px 0;	
	}
	
	/* 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: 10px 0 0 0;
	/*	float: left; */
		text-align: center;
		margin-left: 2px;
	}
	
	.auto-style4 {
		width:100%;
		float: left;
		margin:auto;
	}
	
	.auto-style5 {

		width: 20%;

		display: block;
		
		padding-top: 100px;
		margin: 0 auto;
		
	/*	padding-left: 350px; */
	
	}
	
	.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:#000;
	}
	
	.in_head {
		width:100%;
		margin:0 auto;
	}
	
	.header 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;
	}
	
	.gnavi_box{
		display: none!important;
	}
	
	/* contents */
	
	.contents {
	/*	margin:30px 0 0 0; */
		width:100%;
		margin:0 auto 0 auto;
	
	}
	
	.title_link {
		margin:10px auto 0 auto;
	}
	
	.title_link img{
	
		width: 100%;
	
	}
	
	.link7 {
	/*	width:414px; */
		margin:0 auto 150px auto;
	}
	
	.l_text_1 {
		padding: 0 0 40px 0;
	}
	
	.l_text_2 {
		padding: 10px 0 40px 0px;
	}
	
	.l_img {
	/*	margin:40px auto 0 auto; */
		text-align: center; 
	/*	width:300px; */
	}
	
	.l_img2{
		margin:40px auto 0 auto;
		text-align: center; 
	}
	
	.l_img3{
		margin:40px 0 0 10px;
		text-align: center;
	}
	
	.l_img4{
		margin:40px 0 0 0px;
		text-align: center;
	}
	
	.l_img4 img{
	
		width: 300px;
	
	}
	
	.l_img5{
		margin:40px 0 0 7px;
		text-align: center;
	}
	
	.l_text {
		padding:10px 0 0 0px;
		text-align: center;
		line-height:130%;
	}
	
	.l_img_2 {
		margin:0 0 0 20px;
	}
	
	.l_img_end {
		padding:40px 0 30px 0;	
	}
	
	/* 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; */

		margin: 0 auto;
	}

		
	.f_text {
		color:#000;
		font-size:10px;
		padding:10px 0 30px 0;
		margin: 0 auto 0 auto; 
	/*    float: left; */
		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: 40px;
		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:#000;
	}
	
	.in_head {
		width:100%;
		margin:0 auto;
	}
	
	.header ul {
		float:right;
	}
	
	.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 {
	/*	margin:30px 0 0 0; */
		width:100% !important;
		margin:0 auto 0 auto;
	
	}
	
	.title_link {
		margin:10px auto 0 auto;
	}
	
	.title_link img{
	
		width: 100%;
	
	}
	
	.link7 {
	/*	width:414px; */
		margin:0 0 150px 0;
	}
	
	.l_text_1 {
		padding: 0 0 40px 0;
	}
	
	.l_text_2 {
		padding: 10px 0 40px 0px;
	}
	
	.l_img {
	/*	margin:40px auto 0 auto; */
		text-align: center; 
	/*	width:300px; */
	}
	
	.l_img2{
		margin:40px auto 0 auto;
		text-align: center; 
	}
	
	.l_img3{
		margin:40px 0 0 10px;
		text-align: center;
	}
	
	.l_img4{
		margin:40px 0 0 0px;
		text-align: center;
	}
	
	.l_img4 img{
	
		width: 300px;
	
	}
	
	.l_img5{
		margin:40px 0 0 7px;
		text-align: center;
	}
	
	.l_text {
		padding:10px 0 0 0px;
		text-align: center;
		line-height:130%;
	}
	
	.l_img_2 {
		margin:0 0 0 20px;
	}
	
	.l_img_end {
		padding:40px 0 30px 0;	
	}
	
	/* 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:20px;
		padding:10px 0 30px 0;
	/*    float: left; */
		text-align: center;
/*		inline-size: 400px; */
		overflow-wrap: break-word;
	}

}