@charset "UTF-8";
/*--------------------------------------------
		phone
---------------------------------------------*/
body {
  font-size: 20px;
  overflow-x: hidden;
}

.pc {
  display: none !important;
}

.sp {
  display: block;
}

.inner {
  width: 100%;
  min-height: 0;
}

.wrap {
  background: #fff;
  width: 100%;
  min-width: 0;
}

.link-btn:hover {
  opacity: 1;
}

.pc-block-word {
  display: inline-block;
  padding: 0 0.7em;
}

.ttl--style01 {
  font-size: 150%;
  margin-bottom: 0.7em;
}

.ttl--style01--long {
  letter-spacing: -0.05em;
}

.ttl--style01__border {
  background-image: url("/common/img/bg_dotted_big.png");
  background-size: 12px auto;
  padding: 0 0.4em 0.4em;
}

.ttl--style02 {
  font-size: 110%;
}

.ttl--style03 {
  text-align: left;
  margin-bottom: 1.8em;
}

.ttl--style04 {
  font-size: 100%;
}

.ttl--style05 {
  width: auto;
  font-size: 100%;
  padding: 0.3em 0.5em;
  margin: 1.5% 1.6% 0;
}

.headline-indent {
  margin-left: 0;
  margin-right: 0;
}

/* .header */
.header {
  width: 100%;
  min-width: 0;
}

.header-box {
  background: none;
  height: 66px;
  overflow: hidden;
}

.header__inner {
  width: 100%;
  overflow: hidden;
  font-size: 0;
}

.header__logo {
  display: block;
  width: 100%;
  text-align: center;
  margin: 0;
  padding: 12px 0 10px;
}

.header__logo img {
  width: auto;
  height: 42px;
}

.sp-menu {
  display: block;
  width: 66px;
  height: 66px;
  background: rgba(3, 47, 134, 0.7);
  position: absolute;
  top: 0;
  right: 0;
  text-align: center;
}

.sp-menu img {
  width: 100%;
  height: auto;
}

.toggle-menu {
  display: block;
  width: 75%;
  min-width: 11.5em;
  max-width: 560px;
  height: 100%;
  background: #fff;
  border-left: 1px solid #dddddd;
  font-size: 25px;
  font-weight: bold;
  line-height: 1.2;
  position: fixed;
  top: 0;
  right: -1000%;
  z-index: 10000;
  overflow-y: scroll;
}

.toggle-menu a {
  display: block;
  color: #333333;
}

.toggle-menu__btn {
  display: block;
  font-size: 5px;
  line-height: 1;
  padding: 12px 20px 11px;
}

.toggle-menu__btn img {
  vertical-align: top;
}

.toggle-menu__cate {
  background: #d2dcec;
  border-top: 1px solid #fff;
}

.toggle-menu__cate a {
  padding: 0.7em 0 0.7em 18px;
}

.toggle-menu__child {
  background: url("/common/img/bg_toggle-menu.gif") no-repeat 20px center #fff;
  background-size: 0.25em auto;
  border-top: 1px solid #ddd;
  font-size: 20px;
}

.toggle-menu__child a {
  padding: 0.9em 0 0.9em 36px;
}

.toggle-menu__long {
  letter-spacing: -0.05em;
}

.content-fixing {
  position: absolute !important;
  top: 0;
  left: 0;
}

@media screen and (max-width: 350px) {
  .toggle-menu {
    font-size: 22px;
  }
  .toggle-menu__child {
    font-size: 17px;
  }
}

.sp-content-cover {
  display: none;
  width: 100%;
  height: 100%;
  background: url("/common/img/bg_transparent.png") repeat 0 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
}

.sp-content-cover--active {
  display: block;
}

.link-top {
  width: 100%;
  position: relative;
}

/* .side */
.side {
  display: none;
}

/* .footer */
.footer__inner {
  width: 100%;
}

.company-menu {
  font-weight: bold;
  font-size: 11px;
}

.company-menu--main {
  width: 100%;
  padding: 20px 10px;
  border-right: none;
}

.company-menu--sub {
  width: 100%;
  padding: 20px 10px 65px;
}

.company-menu__item {
  overflow: hidden;
  padding-left: 0;
}

.company-menu__item > li {
  float: left;
  width: 50%;
}

.company-menu a {
  font-size: 11px;
}

.footer {
  border-top: 4px solid #1d50a2;
  background: #4971b0;
  margin-top: 90px;
  min-width: 0;
}

.footer__otoku > li {
  background: linear-gradient(to bottom, #f3f2f2 0%, #d5d5d5 100%);
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #fff;
  font-size: 71%;
  font-weight: bold;
  line-height: 1.2;
  position: relative;
}

.footer__otoku a {
  display: block;
  color: #000;
  padding: 0.7em 0.7em 0.8em 28px;
  position: relative;
}

.footer__otoku a:before {
  content: "";
  display: inline-block;
  border: 4px solid transparent;
  border-left-color: #333;
  vertical-align: middle;
  position: relative;
  top: -0.1em;
  left: -0.4em;
  position: absolute;
  left: 15px;
  top: 50%;
  margin-top: -5px;
}

.footer__otoku a:hover {
  text-decoration: none;
}

.footer__common {
  padding: 0;
  border-top: 0;
  font-size: 100%;
  min-width: 0;
  overflow: hidden;
}

.footer__company {
  overflow: hidden;
  padding: 10px 10px 0;
  font-size: 11px;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto;
  position: relative;
}

.footer__company a {
  color: #fff;
}

.footer__company a:hover {
  text-decoration: none;
}

.footer__company > li {
  width: 49%;
  float: left;
  background: url("/common/img/icon_link_arrow.png") no-repeat left center;
  font-weight: bold;
  letter-spacing: -0.02em;
  padding: 0 3px 0 15px;
  margin-bottom: 10px;
}

.footer__company > li:nth-child(2n-1) {
  border-right: 1px solid #fff;
  margin-right: 5px;
}

.footer__pagetop {
  width: 100%;
}

.footer__pagetop__btn {
  width: 60px;
  height: 68px;
  margin-left: 0;
  margin-bottom: -1px;
  right: 3%;
  font-size: 0;
}

.footer__pagetop__btn img {
  width: 36px;
  height: auto;
}

.footer__pagetop-bottom {
  color: #fff;
  font-size: 11px;
  font-weight: bold;
  float: right;
  padding: 10px;
}

.footer__pagetop-bottom:before {
  content: "▲";
  font-size: 60%;
  padding: 0 12px 0 0;
}

.copyright {
  background: url("/common/img/bg_navy.gif") repeat 0 0;
  border-top: 4px solid #ffaa00;
  font-size: 11px;
  margin: 0;
  padding: 9px 0;
}
