@charset "UTF-8";


/* ----------------------------- 1. 各ページ共通 */
/*=======================================
ヘッダー
=========================================*/
.l-head-fix {
  padding: 0 0 0 0;
}

/*
-----------------------------------------*/
.c-head {
  position: relative;
}
.c-head__logo {
	padding: 13px;
}
.c-head__logo p {
  font-size: 11px;
  color: #FFF;
  line-height: 120%;
}
.c-head__logo h1,
.c-head__logo .c-top-menu {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}


.c-head__logo h1{margin-left: 10px;
}

.c-head__logo h1 {float: left;}

.c-head__logo .c-top-menu{
	position: absolute;
	top: 0;
	right: 0;
	max-width: 64px;
}

/*
-----------------------------------------*/
/*
.c-top-menu {
  display: inline-block;
  z-index: 5500;
  position: relative;
  width: 100%;
}
*/

/*
-----------------------------------------*/
#sp-menu {
  width: 100%;
  position: absolute;
  left: 0px;
  z-index: 9999;
  display: none;
}

.c-sp-menu {
  font-size: 110%;
  font-weight: normal;
}
.c-sp-menu ul ul {
  display: none;
}
.c-sp-menu ul li {
  text-align: left;
  background: rgba(255, 255, 255, 0.9);
}
.c-sp-menu ul li.u-children a {
  padding-left: 10%;
}
.c-sp-menu ul li a, .c-sp-menu ul li span {
  cursor: pointer;
  display: block;
  text-align: left;
  padding: 14px 0 14px 12px;
  line-height: 100%;
  border-bottom: 1px solid #0082CC;
  text-decoration: none;
  margin: 0 0 0 0;
  color: #005080;
  font-size: 12px;
}
.c-sp-menu ul li a:after, .c-sp-menu ul li span:after {
  content: "";
  background: url("/common/img/icon_11.png") 0 0 no-repeat;
  -webkit-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  width: 15px;
  height: 15px;
  display: block;
  float: right;
  margin: 0 10px 0 0;
}
.c-sp-menu ul li a.is-open:after, .c-sp-menu ul li span.is-open:after {
  background: url("/common/img/icon_12.png") 0 0 no-repeat;
  -webkit-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
}

.c-sp-menu-contact {
  background: rgba(0, 108, 173, 0.98);
  padding: 15px 0;
}
.c-sp-menu-contact p, .c-sp-menu-contact a, .c-sp-menu-contact span {
  text-align: center;
  display: block;
  color: #FFF;
  line-height: 100%;
}
.c-sp-menu-contact p {
  font-weight: bold;
  font-size: 13px;
  margin: 0 0 4px 0;
}
.c-sp-menu-contact a {
  font-size: 30px;
}
.c-sp-menu-contact span {
  font-size: 12px;
  margin: 8px 0 0 0;
}


