@charset "UTF-8";
/* *****************************
 *
 * Import file to Scss or Sass.
 *
 **************************** */
/* -----------------------------------------------------------------

 #01　リセット

 ------------------------------------------------------------------ */
* {
  font-style: normal;
  margin: 0px;
  padding: 0px;
  text-decoration: none;
}

html {
  font-size: 62.5%;
  line-height: 1.6;
}

ul,
ol {
  list-style: none !important;
  padding: 0;
}

ul li,
ol li {
  list-style: none !important;
}

fieldset {
  border: 0;
}

img {
  border: 0;
  vertical-align: bottom;
}

/* -----------------------------------------------------------------

 #02　基本タグの定義

 ------------------------------------------------------------------ */
body {
  color: #333333;
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  -webkit-font-feature-settings: "palt" 1;
  font-feature-settings: "palt" 1;
  background-color: #ffffff;
  letter-spacing: 0.05em;
  text-align: left;
  background-repeat: no-repeat;
  width: auto;
  height: 100%;
  margin: 0px auto;
  background-position: top;
}

h1,
h2,
h3 {
  font-weight: 100;
}

p {
  text-align: left;
  font-size: 1.3em;
}

span {
  font-size: 1em;
  _text-align: left;
}

em,
strong {
  font-style: normal;
  font-weight: 100;
}

a img {
  border-style: none;
  outline: medium none;
}

object {
  border-style: none;
  outline: medium none;
}

a {
  font-size: 1em;
  color: #023461;
  text-decoration: none;
  outline: none;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

a:hover {
  text-decoration: underline;
  opacity: 0.7;
}

a:link {
  outline: medium none;
}

a:visited {
  outline: medium none;
}

#wrapper img {
  width: auto;
  height: auto;
  max-width: 100%;
}

/* -----------------------------------------------------------------
@mixin
------------------------------------------------------------------ */
#wrapper {
  -webkit-font-feature-settings: "palt" 1;
  font-feature-settings: "palt" 1;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}

#wrapper strong,
#wrapper a,
#wrapper img {
  display: block;
}

#wrapper header {
  position: fixed;
  top: 0;
  left: 0;
  background: #ffffff;
  width: 100%;
  height: 130px;
  z-index: 10;
}

#wrapper header div {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 950px;
  margin: 0 auto;
}

#wrapper header div h1 {
  max-width: 540px;
}

#wrapper header div ul {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
}

#wrapper header div ul li {
  max-width: 270px;
}

@media screen and (max-width: 950px) {
  #wrapper header {
    height: 13.68421vw;
  }
  #wrapper header div h1 {
    width: 56.84211vw;
  }
  #wrapper header div ul li {
    width: 28.42105vw;
  }
}

#wrapper ul.fix {
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: center;
}

#wrapper ul.fix li {
  width: 475px;
}

@media screen and (max-width: 950px) {
  #wrapper ul.fix li {
    width: 50%;
  }
}

#wrapper .lpbody {
  width: 100%;
  max-width: 950px;
  margin: 0 auto;
  padding: 0 0 0 0;
}

#wrapper .lpbody .box {
  position: relative;
  top: 0;
  left: 0;
}

#wrapper .lpbody .box .access_map {
  position: absolute;
  left: 45px;
  top: 435px;
  width: 860px;
  height: 676px;
}

#wrapper .lpbody .box .access_map iframe {
  width: 100%;
  height: 100%;
}

#wrapper .lpbody .box ul {
  position: absolute;
  top: 487px;
  left: 45px;
  width: 860px;
}

#wrapper .lpbody .box ul li:first-child {
  margin: 0 0 37px 0;
}

#wrapper .lpbody .box ol {
  position: absolute;
  bottom: 65px;
  left: 45px;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
  width: 860px;
}

#wrapper .lpbody .box ol li {
  width: 412px;
}

@media screen and (max-width: 950px) {
  #wrapper .lpbody .box .access_map {
    left: 4.73684vw;
    top: 45.78947vw;
    width: 90.52632vw;
    height: 71.15789vw;
  }
  #wrapper .lpbody .box ul {
    top: 51.26316vw;
    left: 4.73684vw;
    width: 90.52632vw;
  }
  #wrapper .lpbody .box ul li:first-child {
    margin: 0 0 3.89474vw 0;
  }
  #wrapper .lpbody .box ol {
    bottom: 6.84211vw;
    left: 4.73684vw;
    width: 90.52632vw;
  }
  #wrapper .lpbody .box ol li {
    width: 43.36842vw;
  }
}

#wrapper .form_footer {
  background-color: #fff;
  width: 100%;
  padding: 0 0 150px 0;
}
#wrapper .lpbody .box .line{
    position: absolute;
    top: 10px;
    right: 0px;
    width: 475px;
}

@media screen and (max-width: 950px) {
  #wrapper .form_footer {
    padding: 0 0 15.78947vw 0;
  }
}

#wrapper .form_footer div {
  position: relative;
  top: 0;
  left: 0;
}

#wrapper .form_footer div ul {
  position: absolute;
  top: 45px;
  right: 52px;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
}

#wrapper .form_footer div ul li:last-child {
  margin: 0 0 0 8px;
}

#wrapper .form_footer div ul li a {
  font-size: 16px;
  color: #6C6C6C;
  text-decoration: underline;
}

#wrapper .form_footer div ul li a:hover {
  text-decoration: none;
}

@media screen and (max-width: 950px) {
  #wrapper .form_footer div ul {
    top: 4.73684vw;
    right: 5.47368vw;
  }
  #wrapper .form_footer div ul li:last-child {
    margin: 0 0 0 0.84211vw;
  }
  #wrapper .form_footer div ul li a {
    font-size: 1.68421vw;
  }
  #wrapper .lpbody .box .line{
   top: 1.5vw;
    right: 2vw;
    width: 12rem;
}
}
