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

/* sp */
@media screen and (max-width: 768px){
.h_pc {
	display: none;
}

header {
	width: 100%;
	height: 62px;
	position: fixed;
	z-index: 1000;
	border-bottom: 1px solid #e6e6e6;
	background-color: #ffffff;
}

header h1 {
	position: absolute;
	top: 9px;
	left: 10px;
	line-height: 1.0;
}

.header_logo {
	position: absolute;
	width: 150px;
	top: 25px;
	left: 10px;
}

.h_ao {
	color: #1CB4ED;
}


.header-ac-list {
	width: 95%;
	margin: 0 0 0 0;
	padding-bottom:5% !important;
}

.header-ac-list > li {
  background: #ffffff;
  font-size: 1.4rem;
  line-height: 1.6;
  margin: 0 0 4% 5%;
  padding: 0 0 4% 0;
  border-bottom: 1px solid;
}

.header-ac-list > li:last-child {
  margin-bottom: 0;
}

.header-ac-list > li .ac-h-header {
  position: relative;
  padding: 0 0 0 0;
  cursor: pointer;
}

.header-ac-list > li .ac-h-body {
  padding: 0 0 0 0;
  margin: 0 0 0 -4%;
  display: none;
  text-align: justify;
}

.header-ac-list > li .ac-h-header:after {
  position: absolute;
  top: 50%;
  right: 5%;
  content: '';
  width: 10px;
  height: 15px;
  margin-top: -8px;
  background-image: url("../img/sp/icon_arrow.png");
  background-size: 10px 15px;
  background-position: center;
  background-repeat: no-repeat;
  transition: all 0.2s ease-in-out;
}

.header-ac-list > li .ac-h-header.is-open:after {
  transform: rotate(90deg);
}

.ac-h-body_m {
	color: #1CB4ED;
	padding: 5% 0 2% 0 !important;
}

.ac-h-body_b {
	padding: 0 0 3% 0 !important;
}

.ac-h-body_b_2 {
	padding: 0 0 4% 0 !important;
	border-bottom: 1px dotted !important;
}

}

/* PC */
@media screen and (min-width: 769px){

.h_sp {
	display: none;
}
	
header {
	width: 100%;
	height: 100px;
	position: fixed;
	background: #ffffff;
	z-index: 1000;
	border-bottom: 1px solid #e6e6e6;
}

header h1 {
	position: absolute;
	top: 17px;
	left: 60px;
	font-size: 130%;
	line-height: 1.0;
}

.header_logo {
	position: absolute;
	width: 203px;
	top: 42px;
	left: 60px;
}

.header_contact {
	position: absolute;
	top: 22px;
	right: 60px;
}

.header_tel_img {
	width: 169px;
	float: left;
	margin: 0 20px 0 0;
}

.header_mail_img {
	width: 180px;
	float: left;
	margin: 0 0 0 0;
}


.header_navi_2 {
	position: absolute;
	top: 65px;
	right: 35px;
}

.header_navi_2 li {
	font-size: 140%;
	height: 1.5;
	margin: 0 25px 0 0;
	float: left;
}


.dropmenu {
  *zoom: 1;
}
.dropmenu:before, .dropmenu:after {
  content: "";
  display: table;
}

.dropmenu:after {
  clear: both;
}

.dropmenu li {
  position: relative;
}

.dropmenu li a {
  display: inline-block;
}
.dropmenu li ul {
  position: absolute;
  z-index: 9999;
  top: 25px;
  left: -30px;
  width: 370px;
  padding-top: 0;
 }

.dropmenu li ul li {
 	width: 100%;
 	background: #ffffff;
	height: 30px;
	padding-left: 30px;
	color: #333333;
	font-size: 100%;
}

.dropmenu li ul li a {
  color: #333333;
}
.dropmenu li:hover > a {
}
.dropmenu li a:hover {
}


#dropmenu li ul li {
  overflow: hidden;
  height: 0;
  transition: .25s;
}

#dropmenu li:hover ul li {
  overflow: visible;
  height: 20px;
  padding-bottom: 10px;
}


#dropmenu li:hover ul li:last-child {
	padding-bottom: 20px;
}

.dropmenu_m {
	color: #1CB4ED !important;
}

.h_ao {
	color: #1CB4ED;
}

a:hover div.header_btn {
	text-decoration: none;
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}


header li a {
	text-decoration: none;
}

header li a:hover {
	text-decoration: none;
	border-bottom: 1px solid #1CB4ED;
}






}