*{		margin: 0;
		padding: 0;
		box-sizing: border-box;
}
html{
scroll-behavior: smooth;
font-size: 1.5vw;
}
body {
}
a{
	text-decoration: none;
}
.color1{
	color:#63baab;
}
.color2{
	color: #633d15;
}
.orange{
	color:#ff6c00;
}
.bigname{
max-width:150px;
	font-size: 1.2em;
	text-align: center;
	margin: 10px auto 30px;

}
#header{
padding:0px 0px 0px 0px;
width:100%;
	background: #fffcd5;
}
.inner{
margin:0% auto 0;
width:100%;
height: auto;
}
.h-t{
	width: 100%;
	display: flex;
	justify-content: space-between;
	padding: 20px;
}
.logo{
}
.company-name{
}
.logo-big{
	width: 100%;
}
.logo-big img{
	width: 100%;
	max-width: 300px;
}
.logo-big h2{
	font-size: 10px;
	color:#a1d6cd;
	margin-top: -8px;
}
.top-info{
	display: flex;
	justify-content: center;
}

.top-info a {
	width: 100%;
}
.top-info  a img{
	max-width:300px;
}
#menu-box{
}
/* ---------------------------------------- ナビ上に関する指定 */
#menu{
	background: #fffcd5;
  width: 80%;
	margin: 0 auto;
  display: flex;
	justify-content: space-around;
  padding: 0;

}
#menu li{
  display: block;
  float: left;
  margin:0 auto;
  padding: 0;
	font-size: 14px;
	font-weight: bold;
}
#menu li a{
  display: block;
  padding: 12px 0 10px;
  color: #000;
  text-align: center;
  text-decoration: none;
  transition: .3s;

}
#menu li a:hover{
}

#toggle{
 display: none;
}
.menu-box2{
	display: none;
}
/*----------------------------------------------------------*/
#wrapper{
}
h1{
	width: 100%;
	color:#fff;
	background:#ff6c00;
	padding:10px 20px;
	text-align: center;
	border-top: 3px solid #000;
	border-bottom: 3px solid #000;
	font-size:40px;
}
h1 span i{
	padding-right: 5px;
}

#top{
	width: 100%;
	background-image: url("img/top-bg.png");
	background-size: cover;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	height: auto;
	padding: 50px 0;
}
#top img{
	width:800px;
	height: auto;
}
/*-------------------------------------------------------------------*/
.report{
	width: 90%;
	max-width: 690px;
	margin: 50px auto;
	display: block;
	justify-content: center;
	background: #fff;
	border:2px solid #ff6c00;
	border-radius: 10px;
}
.report h2{
	width: 100%;
	color:#fff;
	background:#ff6c00;
	padding:10px 20px;
	text-align: center;
	font-size:20px;
}
.report-in{
	padding: 20px 20px 0px;
	display: flex;
	justify-content: space-between;
}
.ri-left{
	width: 200px;
}
.ri-left img{
	width: 100%;
}
.ri-right{
	width: 70%;
	display: block;
}
.rir-top{
	width: 100%;
}
.rir-top img{
	width: 100%;
}
#formWrap {
	width:100%;
	margin:0 auto;
	color:#555;
	line-height:120%;
	font-size:90%;
}
table.formTable{
	width:100%;
	margin:0 auto;
	border-collapse:collapse;
}
table.formTable td,table.formTable th{
	padding:10px;
}
table.formTable th{
	width:130px;
	font-weight:bold;
	text-align:right;
	font-size: 15px;
}
table.formTable td input{
	width:100%;
	height:30px;
	border-radius: 2px;
	border: 1px solid #ddd;
  background: #eaedf2;
	font-size:14px;
}
input[type="image" i]{
	width:100%;
	height: 100%;
}
.form-btn{
	display: flex;
	justify-content: center;
	margin-top:5px;
}
.report-out{
	padding: 0px 20px 10px;
	display: block;
	justify-content:center;
	text-align: left;
	border-top: 1px solid #ddd;
}
.report-out p{
	font-size: 14px;
	margin-top: 10px;
}
/*-------------------------------------------------------------------*/
.box1{
	width: 100%;
	padding:30px 0 30px;
	text-align:center;
		background: #fffcd5;
}
.box1-in{
		width: 90%;
		max-width: 768px;
		margin: 0 auto;
}
.box1-in h2{
	font-size: 30px;
}
.box1-in img{
	width: 100%;
	height: 100%;
	margin: 30px auto;
}
.box1-in ul{
	width: 100%;
	margin: 0 auto;
	max-width:440px;
}
.box1-in ul li{
	width: 100%;
	text-align: left;
	font-size: 18px;
	margin-bottom:5px;
}
.box1-comment{

}
.box1-comment {
	position: relative;
	width: 440px;
	margin: 20px auto 0;
	padding: 0.8em;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
	transition: .4s;
	font-size:27px;
}
.box1-comment:before {
	position: absolute;
	display: inline-block;
	content: '';
	width: 5px;
	height: 100%;
	top: 0;
	left: 0;
	border-radius: 3px;
	background:#000;
	transition: .2s;
		transform: rotate(-20deg);
}
.box1-comment:after {
	position: absolute;
	display: inline-block;
	content: '';
	width: 5px;
	height: 100%;
	top:0;
	left: 100%;
	border-radius: 3px;
	background:#000;
	transition: .2s;
		transform: rotate(20deg);
}
.under{
	background:linear-gradient(transparent 50%, #fcff00 0%);
}
/*-------------------------------------------------------------------*/
.box2{
	width:100%;
	padding:0px 0 30px;
  position: relative;
		background: #fffcd5;
}

.box2:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -30px;
  border: 30px solid transparent;
  border-top: 30px solid #fffcd5;
}

.box2 h2{
	width: 100%;
	color:#fff;
	background:#ff6c00;
	padding:10px 20px;
	text-align: center;
	border-top: 3px solid #000;
	border-bottom: 3px solid #000;
	font-size:30px;
}
.box2-in{
	width: 90%;
	max-width: 768px;
	margin: 0px auto;
	display: block;
	text-align: center;
}
.box2-in h3{
	font-size: 27px;
	margin:40px auto 30px;
}
.box2-mini{
	width: 100%;
	display: flex;
	justify-content: space-between;
}
.box2-mini ol {
  counter-reset: my-counter;
  list-style: none;
  padding:30px 0 0;
}

.box2-mini ol li {
  margin-bottom:30px;
  padding-left: 30px;
  position: relative;
	text-align:left;
	font-size: 18px;
}
.box2-mini ol li:before {
  content: counter(my-counter);
  counter-increment: my-counter;
  background-color: #ff6c00;
  color: #fff;
	border:1px solid #000;
  display: block;
  float: left;
  line-height: 22px;
  margin-left: -30px;
  text-align: center;
  height: 22px;
  width: 22px;
  border-radius: 50%;
}
.box2-mini img{
	width:240px;
	height: 443px;
}
.box2-comment{
max-width: 768px;
margin: 20px auto;
padding: 0.8em;
text-align: center;
font-weight: bold;
text-decoration: none;
transition: .4s;
font-size:30px;
}
/*-------------------------------------------------------------------*/
.box3{
	width: 100%;
	background: #fff;
	padding: 50px auto;
}
.box3-in{
		width: 90%;
		max-width: 768px;
		margin: 0px auto;
		display: block;
		text-align: center;
}
.box3-in h2{
		width: 100%;
		color:#fff;
		background:#ff6c00;
		padding:10px 20px;
		text-align: center;
		border: 3px solid #000;
		font-size:30px;
		border-radius: 5px;
}
.box3-mini{
	width: 100%;
	max-width: 690px;
	display: block;
	padding: 20px;
	border-radius: 5px;
	border:2px solid #000;
	margin: 50px auto 0;
}
.box3-mini h3{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	color:#ff6c00;
	font-size: 24px;
	text-align: left;
}
.box3-mini h3 img{
	width:70px;
	margin-right: 10px;
}
.b3m-in{
	width: 100%;
	display: flex;
	justify-content: space-around;
	align-items: center;
	margin:30px auto 20px;
}
.b3m-in img{
	width:150px;
	margin: 20px;
}
.b3m-in p{
	width:100%;
	font-size:18px;
	text-align:left;
	line-height: 1.75em;
}
/*-------------------------------------------------------------------*/
.box4{
	margin: 50px auto;
	text-align: center;
}
.box4-comment {
	position: relative;
	width: 440px;
	margin: 20px auto 0;
	padding: 0.8em;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
	transition: .4s;
	font-size:27px;
}
.box4-comment:before {
	position: absolute;
	display: inline-block;
	content: '';
	width: 5px;
	height: 100%;
	top: 0;
	left: 0;
	border-radius: 3px;
	background:#000;
	transition: .2s;
		transform: rotate(-20deg);
}
.box4-comment:after {
	position: absolute;
	display: inline-block;
	content: '';
	width: 5px;
	height: 100%;
	top:0;
	left: 100%;
	border-radius: 3px;
	background:#000;
	transition: .2s;
		transform: rotate(20deg);
}
.box4-in{
	width: 90%;
	max-width: 690px;
	margin: 20px auto;
	display: block;
	justify-content: center;
	text-align: left;
}
.box4-in p{
font-size: 18px;
margin: 30px 0;
}
/*-------------------------------------------------------------------*/
.box5{
	width: 90%;
	max-width: 768px;
	margin: 50px auto;
}
.box5 h2{
	width: 100%;
	color:#fff;
	background:#ff6c00;
	padding:10px 20px;
	text-align: center;
	border: 3px solid #000;
	font-size:30px;
	border-radius: 5px;
}
.box5-mini{
	width: 100%;
	max-width: 690px;
	display: block;
	padding: 20px;
	border-radius: 5px;
	border:2px solid #000;
	margin: 50px auto 0;
}
.box5-mini h3{
		color:#ff6c00;
		font-size: 24px;
}
.b5m-in{
	width: 100%;
	margin:20px 0 0 ;
		font-size: 15px;
}
.b5m-in img{
	float: left;
	width: 200px;
}
.b5m-in p{
	margin: 10px 0;
}
/*-------------------------------------------------------------------*/
.box6{
	margin: 50px auto;
	text-align: center;
}
.box6-comment {
	position: relative;
	width: 500px;
	margin: 20px auto 0;
	padding: 0.8em;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
	transition: .4s;
	font-size:27px;
}
.box6-comment:before {
	position: absolute;
	display: inline-block;
	content: '';
	width: 5px;
	height: 100%;
	top: 0;
	left: 0;
	border-radius: 3px;
	background:#000;
	transition: .2s;
		transform: rotate(-20deg);
}
.box6-comment:after {
	position: absolute;
	display: inline-block;
	content: '';
	width: 5px;
	height: 100%;
	top:0;
	left: 100%;
	border-radius: 3px;
	background:#000;
	transition: .2s;
		transform: rotate(20deg);
}
.box6-in{
	width: 90%;
	max-width: 690px;
	margin: 20px auto;
	display: block;
	justify-content: center;
	text-align: left;
}
.box6-in p{
font-size: 18px;
margin: 30px 0;
}
/*-------------------------------------------------------------------*/
.box7{
	width: 100%;
	padding: 50px 0;
	background-image: url("img/form-bg.jpg");
	background-size: cover;
	background-position: center center;
}
.box7 h2{
	width: 90%;
	max-width: 500px;
	background:#fff;
	padding:10px 20px;
	margin: 0 auto;
	text-align: center;
	border: 3px solid #000;
	font-size:30px;
	border-radius: 5px;
}
.mailform{
	width:90%;
	max-width: 690px;
	margin: 50px auto;
	background: #fff;
	border: 3px solid #000;
	border-radius: 5px;
	padding: 20px;
}
.mailform h3{
text-align: center;
font-size:24px;
margin: 20px auto;
}
.mailform h3 span{
border-bottom: 1px solid #000;
}
.mailform p{
	line-height: 2em;
	font-size: 15px;
}
.tel-form{
		width:90%;
		max-width: 690px;
		margin: 50px auto;
		background: #fff;
		border: 3px solid #000;
		border-radius: 5px;
		padding: 20px;
}
.tel-form h3{
text-align: center;
font-size:24px;
margin: 20px auto;
}
.tel-form h3 span{
border-bottom: 1px solid #000;
}
.tel-form img{
	width: 100%;
}
.tel-form p{
	font-size: 15px;
	text-align: center;
	margin-top: 20px;
}
/*-------------------------------------------------------------------*/
.fixed-pc {
position: fixed; /* 要素の位置を固定する */
bottom: 0; /* 基準の位置を画面の一番上に指定する */
left: 0; /* 基準の位置を画面の一番左に指定する */
margin: 0; /* 要素の余白を０にする */
 /* 要素内側の余白を指定する */
color:white; /* フォントの色を指定する */
text-align:center;
width: 100%;
display: flex;
justify-content: space-around;
background: rgba(51,51,51,0.5);
padding:10px 0;
}
.fixed-pc a{
	width:400px;
	border-radius: 5px;
	color:#fff;
	text-align: center;
	padding:5px 10px;
	font-size: 18px;
}
.fixed-pc a:hover{
border-bottom: none;
}
.fpc-right{
	background: #e97cb2;
}
.fpc-left{
		background: #58a3e9;
}
.fixed-mb{
	display: none;
}
/*-------------------------------------------------------------------*/

/*-------------------------------------------------------------------*/
footer{
background:#ff6c00;
	color: #fff;
width: 100%;
height:auto;
font-size: 20px;
padding: 20px 0 80px;
}

.f-inner{
	width: 90%;
	margin: 0 auto;
}
.f-info{
	width: 100%;
	display: flex;
	justify-content: center;
	padding: 20px 0;
}
.f-info ul{
	width: 100%;
	list-style: none;
	font-size: 15px;
}
.f-info ul li{
	margin-bottom: 10px;
}
.copy{
	width: 100%;
	color: #fff;
	text-align:center;
  margin-top: 10px;
	font-size: 15px;

}

@media only screen and (max-width:900px) {
	h1{
		padding:10px 20px;
		text-align: center;
		border-top: 3px solid #000;
		border-bottom: 3px solid #000;
		font-size:4vw;
	}
	h1 span i{
		padding-right: 5px;
	}
	#top img{
		width:90%;
		max-width: 768px;
	}
	.box3-in h2{
		font-size: 27px;
	}
}
@media only screen and (max-width:768px) {

	#header{
	width:100%;
	}
	.inner{
	}
	.h-t{
	}
	.logo{
	}
	.company-name{
	}
	.logo-big{
	}
	.logo-big img{
		max-width:200px;
	}
	.top-info{
	}

	.top-info a {
	}
	.top-info  a img{
		max-width:200px;
	}

	/*----------------------------------------------------------*/
	#wrapper{
	}


	#top{
	}
	/*-------------------------------------------------------------------*/
	.report{
		margin: 30px auto;
	}
	.report h2{
		font-size:18px;
	}
	.report-in{
		padding: 20px;
		align-items: center;
	}
	.ri-left{
		width: 100%;
		max-width: 150px;
		margin-right: 5px;
	}
	.ri-left img{
		width: 100%;
	}
	.ri-right{
		width: 70%;
		display: block;
	}
	.rir-top{
		width: 100%;
	}
	.rir-top img{
		width: 100%;
	}
	#formWrap {
		width:100%;
		margin:0 auto;
		color:#555;
		line-height:120%;
		font-size:90%;
	}
	table.formTable{
		width:100%;
		margin:0 auto;
		border-collapse:collapse;
	}
	table.formTable td,table.formTable th{
		padding:5px;
  display:block;
	}
	table.formTable th{
		width:130px;
		font-weight:bold;
		text-align:left;
		font-size: 15px;
		margin-top: 10px;
	}
	table.formTable td input{
		width:100%;
		height:30px;
		border-radius: 2px;
		border: 1px solid #ddd;
	  background: #eaedf2;
		font-size:14px;
	}
	input[type="image" i]{
		width:100%;
		margin-top: 10px;
	}
	.form-btn{
		display: flex;
		justify-content: center;
		margin-top:5px;
	}
	/*-------------------------------------------------------------------*/
	.box1{
		padding:30px 0 30px;
	}
	.box1-in{
			width: 90%;
			max-width: 768px;
			margin: 0 auto;
	}
	.box1-in h2{
		font-size: 24px;
	}
	.box1-in img{
		margin: 30px auto;
	}
	.box1-in ul{
		max-width:360px;
	}
	.box1-in ul li{
		font-size: 15px;
		margin-bottom:5px;
	}
	.box1-comment{

	}
	.box1-comment {
		width: 380px;
		padding: 0.8em;
		font-size:24px;
	}
	.box1-comment:before {
	}
	.box1-comment:after {
	}
	.under{
	}
	/*-------------------------------------------------------------------*/
	.box2{
		width:100%;
		padding:0px 0 10px;
	}

	.box2:before {
	}

	.box2 h2{
		font-size:24px;
	}
	.box2-in{
	}
	.box2-in h3{
		font-size:20px;
	}
	.box2-mini{
		width: 100%;
		display: flex;
		justify-content: center;
	}
	.box2-mini ol {
		max-width: 500px;
		margin: 0;
	  counter-reset: my-counter;
	  list-style: none;
	  padding:0px 0 0;
	}

	.box2-mini ol li {
	  margin-bottom:20px;
	  padding-left: 30px;
		font-size: 15px;
	}
	.box2-mini ol li:before {
	}
	.box2-mini img{
		width:150px;
		height: 276px;
	}
	.box2-comment{
	margin: 20px auto;
	padding: 0.8em;
	font-size:24px;
	}
	/*-------------------------------------------------------------------*/
	.box3{
		padding: 50px auto;
	}
	.box3-in{
	}
	.box3-in h2{
		font-size:24px;
	}
	.box3-mini{
		margin: 30px auto 0;
	}
	.box3-mini h3{
		font-size: 20px;
	}
	.box3-mini h3 img{
		width:50px;
		margin-right: 10px;
	}
	.b3m-in{
		margin:15px auto 10px;
	}
	.b3m-in img{
		width:120px;
		margin: 15px;
	}
	.b3m-in p{
		font-size:15px;
	}
	/*-------------------------------------------------------------------*/
	.box4{
		margin:30px auto;
		text-align: center;
	}
	.box4-comment {
		width: 360px;
		padding: 0.8em;
		font-size:24px;
	}
	.box4-comment:before {
	}
	.box4-comment:after {
	}
	.box4-in{
	}
	.box4-in p{
	font-size: 15px;
	margin: 15px 0;
	}
	/*-------------------------------------------------------------------*/
	.box5{
		margin: 30px auto;
	}
	.box5 h2{
		font-size:24px;
	}
	.box5-mini{
		padding: 15px;
		margin: 30px auto 0;
	}
	.box5-mini h3{
			font-size: 20px;
	}
	.b5m-in{
		margin:10px 0 0 ;
			font-size: 15px;
	}
	.b5m-in img{
		width: 150px;
	}
	.b5m-in p{
		margin: 10px 0;
	}
	/*-------------------------------------------------------------------*/
	.box6{
		margin: 30px auto;
		text-align: center;
	}
	.box6-comment {
		width: 400px;
		padding: 0.8em;
		font-size:24px;
	}
	.box6-comment:before {
	}
	.box6-comment:after {
	}
	.box6-in{
		margin: 20px auto;
	}
	.box6-in p{
	font-size: 15px;
	margin: 15px 0;
	}
	/*-------------------------------------------------------------------*/
	.box7{
		width: 100%;
		padding: 30px 0;
	}
	.box7 h2{
		padding:10px;
		font-size:24px;
	}
	.mailform{
		margin: 30px auto;
		padding: 20px;
	}
	.mailform h3{
	font-size:18px;
	margin: 10px auto;
	}
	.mailform h3 span{
	border-bottom: 1px solid #000;
	}
	.mailform p{
		padding:0px 20px;
		font-size: 15px;
	}
	.tel-form{
			margin:30px auto;
			padding: 20px;
	}
	.tel-form h3{
	font-size:18px;
	margin: 10px auto;
	}
	.tel-form h3 span{
	}
	.tel-form img{
		width: 100%;
	}
	.tel-form p{
		font-size: 15px;
		text-align: center;
		margin-top: 10px;
	}
	/*-------------------------------------*/
	.fixed-pc {
	background: none;
	padding:0;
	}
	.fixed-pc a{
		width:50%;
		border-radius: 0px;
	}
	.fixed-pc a:hover{
	border-bottom: none;
	}
	.fpc-right{
	}
	.fpc-left{
	}
	.fixed-mb{
		display: none;
	}
}

@media only screen and (max-width:700px) {
	.box3-in h2 {
	    font-size: 24px;
			text-align: left;
	}

	.ri-left{
		max-width: 120px;
	}
	.ri-right {
    width: 100%;
}
}
@media only screen and (max-width:560px) {

	.box2 h2 {
	    font-size: 24px;
			text-align: left;
	}
	.box5 h2 {
    font-size: 24px;
		text-align: left;
}
.tel-form p {
    text-align: left;
}
}

@media only screen and (max-width:550px) {
	.h-t {
    width: 100%;
    display: block;
    justify-content: center;
    padding: 10px;
}
.logo-big {
	text-align: center;
	margin-bottom: 10px;
}
/*--------------------------------------*/
.box1{
	padding:5px 0 30px;
}
	.box1-comment {
    width: 320px;
    padding:0;
    font-size:20px;
}
.box1-in h2 {
    font-size: 20px;
}
.box1-in ul {
    padding-left: 20px;
		max-width: 380px;
}
/*--------------------------------------*/
.report{
	margin: 20px auto;
}
	.report h2 {
    font-size: 18px;
		text-align: left;
}
.report-in {
    display: block;
    justify-content: center;
}
.ri-left{
	max-width: 150px;
	margin: 0 auto;
}
.ri-right {
	width: 100%;
	margin: 20px auto;
}
/*--------------------------------------*/
	.box2 h2 {
	    font-size: 4vw;
			text-align: center;
	}
	.box2-in {
		max-width: 440px;
}
.box2-in h3 {
    font-size: 18px;
		text-align: left;
}
.box2-mini {
    width: 100%;
    display: block;
    justify-content: center;
}
.box2-comment {
		font-size: 4vw;
}
/*--------------------------------------*/
.box3 {
  margin:30px auto;
}
.b3m-in {
    width: 100%;
    display: block;
    justify-content: center;
}
.box3-in h2 {
		font-size: 20px;
    text-align: left;
}
.box3-mini h3 {
    font-size: 18px;
}
/*-----------------------------------------*/

	.box4-comment {
    width: 320px;
    padding:0;
    font-size:20px;
}
/*-------------------------------------------*/
.box5 {
}
.box5 h2 {
		font-size: 4vw;
		text-align: center;
}
.box5-mini h3 {
    font-size: 18px;
}
/*-----------------------------------------*/

	.box6-comment {
    width: 320px;
    padding:0;
    font-size:20px;
}
/*-----------------------------------------*/
.box7 h2 {
    font-size: 18px;
}
.mailform {
    margin: 30px auto;
    padding:20px 0px;
}
/*-------------------------------------*/
.fixed-pc {
	display: none;
}
.fixed-pc a{
	width:50%;
	border-radius: 0px;
}
.fixed-pc a:hover{
border-bottom: none;
}
.fpc-right{
}
.fpc-left{
}
.fixed-mb{
position: fixed; /* 要素の位置を固定する */
bottom: 0; /* 基準の位置を画面の一番上に指定する */
left: 0; /* 基準の位置を画面の一番左に指定する */
margin: 0; /* 要素の余白を０にする */
 /* 要素内側の余白を指定する */
color:white; /* フォントの色を指定する */
text-align:center;
width: 100%;
display:flex;
justify-content: center;
}

.fixed-mb a{
	width:50%;
	border-radius: 0px;
	font-size: 15px;
}
.fixed-mb a:hover{
border-bottom: none;
}
}

@media only screen and (max-width:380px) {
	.box1-comment {
    width: 280px;
    padding:0;
    font-size:18px;
}
.box2-comment {
		font-size: 4vw;
}
	.box4-comment {
		width: 280px;
    padding:0;
    font-size:18px;
}
.box6-comment {
	width: 280px;
	padding:0;
	font-size:18px;
}
}
