html{
scroll-behavior: smooth;
font-size: 1.5vw;
}
body {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	background: #fff;

}
a{
	text-decoration: none;
}
h1{
color:#fff;
}
h2{
	font-size: 1.5em;
	margin:20px auto;
	color: #f3b2c1;/*文字色*/
	position: relative;
display: inline-block;
	padding: 0 2.5em;

}
h2:before, h2:after{
content: '';
position: absolute;
top: 50%;
display: inline-block;
width: 15%;
height: 1px;
background-color: #f3b2c1;
}

h2:before {left:0;}
h2:after {right: 0;}
h3{
	font-size: 1.2em;
	text-align: left;
	padding: 0.25em 0.5em;/*上下 左右の余白*/
color: #000;/*文字色*/
background: #f4f4f4;
border-left: solid 5px #f3b2c1;/*左線*/
}

.iconlogo{
width: 1.5em;
}

#header{
overflow:hidden;
padding:0px 0px -0px 0px;
background:#fff;
position: fixed!important;
top:0;
left: 0;
width:100%;
z-index: 999;
transition: .3s;
height: auto;
}
.inner{
margin:0 auto;
width:100%;
max-height: 120px;
}
.h-t{
	width: 100%;
	max-height: 120px;
	display: flex;
	justify-content: space-between;
}
.logo{
	max-width: 400px;
	margin: 15px 0px 0px 20px;
  display: block;
}
.company-name{
	vertical-align: bottom;
	font-size: 20px;
	color: #000;
	text-align: left;
	margin-left: 5px;

}
.h1-mini{
	font-size: 12px;
}
.logo-big{
	width: 180px;
	height:auto;
	display: flex;
	justify-content: flex-start;
	margin-top: -20px;
	text-align: center;
}
.logo-big p{
	margin-top: 10px;
}
.logo-big img{
	margin-top: 0;
	width: 80px;
	margin-bottom: -20px;
}

.top-info{
	width: 100%;
	max-width: 190px;
	display: block;
	height: auto;
  margin: 10px 0px 5px 0;
	font-size: 15px;
	color: #000;
	text-align: center;
	padding: 0px;
}
.top-info p{
	margin-top: 0px;
	height: 15px;
}
.top-info a {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
		color:#000;
		font-weight: bold;
		border-bottom: 1px solid #000;
		margin-right: 5px;
}

.top-info a:hover{
	background: #f3b2c1;
	color: #fff;
	border-bottom: 1px solid #fff;
}
#menu-box{
max-width: 800px;

margin-left: auto;
margin-right: 20px;
}
/* ---------------------------------------- ナビ上に関する指定 */
#menu{
  width: 100%;
  display: flex;
	justify-content: space-around;
  padding: 0;

}
#menu li{
  display: block;
  float: left;
  width: 25%;
  margin: -30px 5px -0px 5px;
  padding: 0;
  height: 50px;
	font-size: 15px;
	font-weight: bold;
}
#menu li a{
  display: block;
  padding: 5px;
  background: #fff;
  color: #000;
  text-align: center;
  text-decoration: none;
  transition: .3s;
	border-bottom: 1px solid #000;

}
#menu li a:hover{
  background: #f3b2c1;
	color:#fff;
}

#toggle{
 display: none;
}
.menu-box2{
	display: none;
}
/*----------------------------------------------------------*/
.boxb2{
	width: 100%;
	margin-top: 250px;
	text-align: center;
}
.boxb2-1{
	width: 80%;
	max-width: 1200px;
	margin: 80px auto 20vh;
	font-size: 1.5vw;
	text-align: left;
}
.boxb2-1-in{
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.boxb2-1-image img{
	max-width: 500px;
	width: 100%;
}
.boxb2-1-text{
	width: 100%;
	max-width: 700px;
	font-size: 18px;
   margin-left: 5%;
	 margin-top: 0px;
	 line-height: 2em;
	}
.boxb2-2{
	width: 80%;
	max-width: 1200px;
	margin: 80px auto 20vh;
	font-size: 1.5vw;
}
.boxb2-2 td{

}
table{
	width: 100%;
	 border-collapse: collapse;
	 font-size: 18px;

}
table th{
	width: 25%;
	padding: 10px 0;
  border: solid 1px black;
  background: #8a6c72;
	color: #fff;
	font-weight: normal;

}
table td {
	width: 75%;
  border: solid 1px black;
	text-align: left;

}
table td a{
color:#3441a0;
}
table td a:hover{
color:#f3b2c1;
}
/*-------------------------------------------------------------------*/
footer{
	background: #f3b2c1;
	color: #fff;

width: 100%;
height: auto;
font-size: 20px;

}
footer a{
	color: #fff;
	text-decoration: none;
}
.ft{
	display: flex;
	justify-content: center;
	margin-top: 10px;
}

.f-info{
	display: block;
	text-align: center;
	margin: 0px auto 30px;;
	font-size: 0.8em;
}

.f-info p a{
	position: relative;
  display: inline-block;
  transition: .3s;
	color:#fff;
}
.f-info p a::after {
  position: absolute;
  bottom: .3em;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background-color: #fff;
  opacity: 0;
  transition: .3s;
}
.f-info p a:hover::after {
  bottom: 0;
  opacity: 1;
}


.f-menu{
	display: flex;
	justify-content: center;
	padding: 0 0px;
	margin: -10px auto 0;
	font-size: 0.8em;

}
.f-menu li{
	padding-left: 20px;
list-style: none;
}
.f-menu li a {
	position: relative;
  display: inline-block;
  transition: .3s;
		color:#fff;
}
.f-menu li a::after {
  position: absolute;
  bottom: .3em;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background-color: #fff;
  opacity: 0;
  transition: .3s;
}
.f-menu a:hover::after {
  bottom: 0;
  opacity: 1;
}

.copy{
	width: 100%;
	color: #fff;
	text-align:center;
  margin-top: 10px;
	font-size: 0.8em;

}
@media only screen and (max-width:1000px) {


	.inner{
		margin:-30px auto 0 auto;
		width:100%;
		max-height: 1000px;
	}
	.logo-big{
		margin-top: 20px;
	}
	.logo-big img{
		max-width: 70px;
		margin-bottom:-10px;
	}
	.company-name{
	}
	.top-info{
		height: 25px;
		margin-top: 50px;
		font-size: 15px;
		width: 100%;

	}


	.logo{
		margin-top: 10px;
	}

#menu-box{
display: none;

}
/*		#menu{
			display: none;
		}
		#menu li{
			width: 100%;
			height: 50px;
			padding-bottom: 10px;
			background: #a0a0a0;
      margin-top: -18px;
			font-size: 15px;
			font-weight: normal;
		}
		#toggle{
			display: block;
			position: relative;
			width: 100%;
			background: #a0a0a0;
			padding-bottom: 0px;

		}
		#toggle a{
			display: block;
			position: relative;
			padding: 6px 0 10px;
			color: #fff;
			text-align: center;
			text-decoration: none;
			background: #a0a0a0;
			font-size: 15px;
		}
		*/
		.menu-box2 {
				display: block;
		    max-width: 100%;
		    margin: 0 auto;
		    padding: 0;
				font-size: 15px;
				text-align: center;
		}

		.menu-box2 a {
		    display: block;
		    padding: 10px;
		    text-decoration: none;
		    color: #000;
		    line-height: 1;

		}

		label {
				display: block;
				margin: 0 0 2px 0;
				padding :12px;
				line-height: 1;
				color :#fff;
				background :#f3b2c1;
				cursor :pointer;

		}

		input {
				display: none;

		}

		.menu-box2 ul {
				margin: 0;
				padding: 0;
				background :#f4f4f4;
				list-style: none;

		}

		.menu-box2 li {
				max-height: 0;
				overflow-y: hidden;
				-webkit-transition: all 0.5s;
				-moz-transition: all 0.5s;
				-ms-transition: all 0.5s;
				-o-transition: all 0.5s;
				transition: all 0.5s;

		}
		.menu-box2 li a:hover{
			background: #8a6c72;/*ボタン色*/
		color:#fff;
		}
		#menu_bar02:checked ~ #links02 li {
		max-height: 46px;
		opacity: 1;
		}
.boxb2{
	margin-top: 150px;
}
.boxb2-1-text{

	font-size: 15px;

	}

table{

	font-size: 15px;

}


}/*max--width:1000px;*/


@media only screen and (max-width:768px) {
	.logo{
		margin-top: 15px;
	}
	.top-info{
		margin-top: 50px;
	}
	h2{
		font-size: 3em;
	}
	h3{
		font-size: 2.5em;
	}
	/*----------------------------------------------------------*/
	.boxb2{
		width: 100%;
		margin-top: 150px;
	}
	.boxb2-1{
		width: 90%;
		max-width: 1200px;
		margin:0px auto 10vh;
		font-size: 1.5vw;
	}

	.boxb2-1-in{
		width: 100%;
		display: block;
	}

	.boxb2-1-image img{
		max-width: 500px;
		width: 100%;
	}
	.boxb2-1-text{
		width: 100%;
		max-width: 700px;
		font-size: 15px;
	   margin-left: 0%;
		 margin-top: 20px;
		 font-size: 15px;
		}
.boxb2-2-table{
	font-size: 15px;
}

	/*----------------------------------------------------------*/
.boxb2-2{
	width: 90%;
	margin-bottom: 50px;
}
	/*----------------------------------------------------------*/

	footer{
		color: #fff;

	width: 100%;
	height: auto;
	font-size: 20px;

	}
	footer a{
		color: #fff;
		text-decoration: none;
	}
	.ft{
		display: flex;
		justify-content: center;
		margin-top: 10px;
	}

	.f-info{
		font-size: 0.8em;
	}

	.f-info p a {
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		transition: all  0.3s ease;
			color:#fff;
	}

	.f-menu{
		display: block;
		text-align: center;
		padding: 0 0px;
		margin: 0;
		font-size: 0.8em;
		border-top: 1px #fff solid;
		border-bottom: 1px #fff solid;

	}
	.f-menu li{
		padding-left: 0px;
	list-style: none;
	margin: 5px 0;
	}
	.f-menu li a {
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		transition: all  0.3s ease;
			color:#fff;
	}
	.copy{
		width: 100%;
		color: #fff;
		text-align:center;
	  margin-top: 10px;
		font-size: 0.5em;

	}
}
@media only screen and (max-width:450px) {
	.company-name{
		font-size: 15px;
	}
	.h1-mini{
		font-size: 10px;
	}
	.h-t{
/*		display: block;
		justify-content: center;*/
	}
	.logo{
		margin-top: 30px;
	}
.logo-big{
	width: 150px;
	margin-left: 0px;
	margin: 0px auto;
	margin-left: -10px;
}
.logo-big p a img{
	width: 45px;
}
.top-info{
	font-size: 12px;
	margin-right: 0px;
	max-width: 100%;
	margin-top: 40px;
	text-align: right;
}
table{

	font-size: 14px;

}
}
