@charset "UTF-8";

.l_header_header {
  font-size: 10px;
  font-weight: normal;
  text-align: left;
  color: #666666;
}

.l_header_target {
  font-size: 10px;
  font-weight: normal;
  text-align: left;
  color: #666666;
  margin-bottom: 8px;
}
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━
extend
━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.l_header .l_header_inner:after, .l_footer .l_footer_bottom:after, .m_list3 > li:after {
  content: "";
  display: block;
  clear: both;
}

.l_header {
  padding: 10px 0;
}
.l_header.is_fixed {
  position: fixed;
  top: -108px;
  left: 0;
  width: 100%;
  background: #ffffff;
  -moz-box-shadow: 0 1px 3px #999999;
  -webkit-box-shadow: 0 1px 3px #999999;
  box-shadow: 0 1px 3px #999999;
  z-index: 10;
}
.l_header .l_header_inner {
  width: 976px;
  margin: 0 auto;
  position: relative;
}
.l_header .l_header_logo {
  float: left;
  text-align:left;
  width:242px;
}
.l_header .l_header_logo a {
  display: block;
  margin-top: 8px;
}
.l_header .l_header_nav {
  margin: 3px 0 0;
}

.l_header .l_header_nav li {
  position: relative;
  float: left;
  padding: 0 4px;
  border-left: 1px dotted #000000;
  text-align: center;
  font-weight: normal;
  font-size: 14px;
}

.l_header .l_header_nav li:last-child {
  border-right: 1px dotted #000000;
}

.l_header .l_header_nav li a {
  border-style: none;
  color: #303f42;
}
.l_header .l_header_nav li.l_header_nav_experience a {
  color: #ff408e;
}
.l_header .l_header_experience {
  float: right;
}
.l_header .l_header_experience a {
  display: block;
  margin-top: 5px;
  margin-right: 2px;
  margin-left: 2px;
  padding: 5px 32px;
  color: #000000;
  border: 1px solid #000000;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  font-size: 14px;
}

.l_header .l_header_experience a:hover {
  text-decoration: none;
  color: #000000;
  background-color: #f7f7f7;
}

.l_header .l_header_experience_min a {
  display: block;
  margin: 2px 2px 0;
  padding: 5px 12px;
  color: #000000;
  border: none;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  font-size: 12px;
}

.l_header .l_header_experience a.trial {
  color: #ffffff;
  background-color: #ff408e;
  border-color: #ff408e;
}

.l_header .l_header_experience a.trial:hover {
  color: #ffffff;
  background-color: #FF73AC;
  border-color: #FF73AC;
}

.l_header .l_header_experience a.hojin {
  background-color: #0D46B7;
  border-color: #0D46B7;
  color: white;
}

.l_header .l_header_experience a.hojin:hover {
  background-color: #5982d5;
  border-color: #5982d5;
  color: white;
}

.l_header_experience_text {
  float: right;
  margin: 15px 10px 0 0;
  font-size: 11px;
}

.l_header .l_header_login {
  float: right;
  margin-left: 16px;
}
.l_header .l_header_login a {
  display: block;
  margin: -5px 0 0;
  padding: 5px 24px;
  border: 2px solid #303f42;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  font-weight: bold;
}
.l_header .l_header_login a:hover {
  color: #1dcb9a;
  border: 2px solid #1dcb9a;
  text-decoration: none;
}

/* .l_header .header_ib { */
/*   display:inline-block; */
/*   vertical-align:middle; */
/*   float:none; */
/* } */

.phone_number {
  margin-top: -4px;
  margin-left: 0;
  display: inline-block;
  position: relative;
}

.store_time {
  position:relative;
  top:-4px;
  font-size:10px;
}

#contact-modal p.title1 {
  font-size: 24px;
  font-weight: bold;
  font-family: Verdana, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  color: #000000;
  margin-bottom: 10px;
  line-height: 1;
  text-align: center;
}

#contact-modal p.title2 {
  font-size: 14px;
  margin-top: 10px;
  font-weight: bold;
  width: 100%;
  color: #337ab7;
  background: none;
  padding: 0;
  margin-bottom: 0;
}

#contact-modal span {
  color: #337ab7;
}

#contact-modal .contact-box {
  width: 240px;
  height: 180px;
  border: 1px #000000 solid;
  border-radius: 4px;
  padding-top: 0;
  margin: 10px;
  margin-top: 20px;
}

#contact-modal .contact-box p {
  font-size: 16px;
}

#contact-modal .contact-box p a {
  color: #000000;
  font-size: 14px;
}

.float-right {
  float: right;
}

.float-left {
  float: left;
}

.font-bold {
  font-weight: bold;
}
