html{font-size:18px;}
body{-webkit-text-size-adjust:100%;}

.for_pc{display:none;}
.center_sp{margin-left:auto;margin-right:auto;text-align:center;}



#header_wrapper{
	position:fixed;
	z-index:2;
	top:0;
	left:0;
	background:rgba(255,255,255,0.8);
}
body{
	margin-top:70px;
}
#header .hdr{
	height:70px;
	display:flex;
	align-items:center;
}
#header .divtel{
	position:absolute;
	top:0;
	right:60px;
	padding-top:8px;
}
#header .nav.contact{
	display:none;
}
#header .nav:not(.contact){
	display:none;
	background:#222;
	margin:0 -8px;
	position:absolute;
	width:100%;
}
#header .nav:not(.contact) a{
	display:block;
	padding:20px;
	color:#fff;
}



#tocontact .txttel{
	display:table;
	margin:1rem auto;
}



#top_about .wrp .cell{
	margin-bottom:20px;
}



#top_voice .wrp{
	font-size:16px;
	line-height:23px;
}



#flow .wrp{
	margin-bottom:50px;
}



#flow_area .txt1{
	font-size:22px;
	line-height:35px;
}
#flow_area .txt2{
	font-size:16px;
	line-height:26px;
}



.dl_tbl_form dt,
.dl_tbl_form dd{
	padding:10px;
	margin:0;
	border:1px solid rgba(0,0,0,0.3);
}
.dl_tbl_form dt{
	border-bottom:none;
	background:rgba(0,0,0,0.05);
}
.dl_tbl_form dd{
	margin-bottom:10px;
}





.drawer{
	position:absolute;
	top:5px;
	right:0;
}
.drawer_hidden {
  display: none;
}

.drawer_open {
  display: flex;
  height: 60px;
  width: 60px;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 100;
  cursor: pointer;
}
.drawer_open span,
.drawer_open span:before,
.drawer_open span:after {
  content: '';
  display: block;
  height: 2px;
  width: 30px;
  background: #063;
  transition: 0.2s;
  position: absolute;
}

.drawer_open span:before {
  bottom: 10px;
}
.drawer_open span:after {
  top: 10px;
}

#drawer_input:checked ~ .drawer_open span {
  background: rgba(255, 255, 255, 0);
}

#drawer_input:checked ~ .drawer_open span::before {
  bottom: 0;
  transform: rotate(45deg);
}

#drawer_input:checked ~ .drawer_open span::after {
  top: 0;
  transform: rotate(-45deg);
}
