/*===============================================================
====================== 공통 부분  ==============================
===============================================================*/
html, body {
  width: 100%;
  height: 100%;
  font-weight: 400;
  font-size: 12px;
  color: #222222;
}

/* a:link, a:visited {color:inherit;}
 */
* {
  box-sizing: border-box;
}

/* 이용약관 2depth 내용 list */
.list_ol_depth {
  padding:0.5em 0;
}
.list_ol_depth li {
  padding:0em 0 0em 1em;
}
/**/

.list_ol {
  padding:0 0 0 1em;
  list-style-type: decimal;
}

.bold {
  font-weight: bold;
}

.tt_point_color {
  color: #006FFF;
}

.gp_pointDot {
  position: relative;
}

.gp_pointDot:before {
  position: absolute;
  content: "";
  top: -8px;
  left: 50%;
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 4px;
  background-color: #006FFF;
  transform: translateX(-50%);
}

.filter.on {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.75);
  z-index: 99;
}

.filter_02.on {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.75);
  z-index: 99;
}

em {
  font-style: normal;
}



/* 스크롤 바 부분 */






/*=================================================================
========================== PC ver  ==============================
===============================================================*/
#wrap {
  width: 100%;
  min-width: 1365px;
}

.info_top {
  width: 100%;
  height: 200px;
  background-image: url("../images/bg_infoTop@2x.png");
  background-size: cover;
  background-color: #F7F7F7;
  background-position: center center;
}

.info_top_in {
  position: relative;
  width: 100%;
  max-width: 1400px;
  height: 100%;
  margin: 0 auto;
  padding: 0 18px;
}

.info_top p {
  position: relative;
  top: 50%;
  padding-top: 0px;
  line-height: 1.6em;
  font-size: 1.4em;
  text-align: left;
  transform: translate(0%, -50%);
}

.info_top .cs_number {
  position: absolute;
  top: 50%;
  right: 18px;
  text-align: right;
  font-family: 'H85', sans-serif;
  font-size: 4.3em;
  font-weight: bold;
  color: #006FFF;
  transform: translate(0%, -50%);
}

.info_top .cs_number span {
  display: block;
  margin: 5px 5px 0 0;
  font-size: 1.5rem;
  color: #333333;
}

header.header {
  position: relative;
  width: 100%;
  height: 150px;
  padding: 0%;
  border-bottom: 1px solid #cfcfcf;
  background-color: rgba(255, 255, 255, 0.95);
  z-index: 98;
}

#header_in {
  position: relative;
  height: 100%;
  width: 100%;
  max-width: 1400px;
  padding: 0 18px;
  margin: 0 auto;
}

#header_in::after {
  content: "";
  display: block;
  clear: both;
}

nav.nav_mobile {
  display: none;
}

nav.nav_pc {
  display: block;
}

nav.nav_pc {
  float: right;
  width: 1120px;
  height: 150px;
  background-color: none;
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.2);
  z-index: 100;
  transition: left 0.2s ease;
}

nav.nav_mobile h2 {
  display: none;
}

nav.nav_mobile h2 img {
  display: none;
}

nav.nav_pc ul {
  height: 100%;
  width: 100%;
  text-align: right;
}

nav.nav_pc ul li {
  display: inline-block;
  margin: 0px 0 0 90px;
  font-size: 1.8em;
  line-height: 150px;
  font-weight: bold;
}

nav.nav_pc ul li a {
  font-weight: bold;
  color: #222222;
}


.btn_navClose {
  display: none;
}

.logo {
  float: left;
  width: 205px;
  height: 100%;
}

.logo a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}

.logo a img {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 205px;
  height: auto;
  transform: translate(-50%, -50%);
}

.btn_nav {
  display: none;
}

.btn_tel {
  display: none;
}

.form_request {
  position: relative;
  padding: 40px 0px;
  margin-top: 0px;
  font-weight: normal;
  background-color: #006FFF;
}

.form_request::after {
  content: "";
  display: block;
  clear: both;
}

.form_request_in {
  position: relative;
  width: 100%;
  min-width: 1365px;
  max-width: 1400px;
  padding: 30px 18px;
  margin: 0 auto;
}

.form_request h3 {
  margin-bottom: 10px;
  font-size: 4.0em;
  color: #FFFFFF;
}

.form_request h3 span {
  padding-left: 10px;
  font-size: 0.5em;
  font-weight: normal;
  color: #222222;
}

.form_request p {
  display: block;
  margin: 35px 0 5px;
  font-size: 2.0em;
  color: #FFFFFF;
}

.form_request .request_des_area {
  position: absolute;
  width: 45%;
  top: 75px;
  right: 18px;
}

.form_request input[type="text"],
.form_request input[type="tel"] {
  width: 45%;
  height: 60px;
  padding: 0 5px;
  font-size: 1.8em;
}

.form_request input::placeholder {
  color: #DDDDDD;
}

.addr_wrap {
  width: 100%;
}

.addr_wrap::after {
  content: "";
  display: block;
  clear: both;
}

.form_request input[type="text"].addr_list {
  width: 22%;
  height: 60px;
  float: left;
  padding: 0 5px;
  font-size: 1.8em;
}

.form_request select {
  background-color: #ffffff;
  border: 0px;
}

.form_request input.addr_detail {
  width: 22%;
  float: left;
  margin-left: 15px;
}

.form_request input.addr_detail:after {
  content: "";
  display: block;
  clear: both;
}

.form_request .request_des {
  width: 100%;
  height: 185px;
  padding: 5px 5px;
  font-size: 1.8em;
  font-family: "NS", sans-serif;
}

.form_request textarea::placeholder {
  padding: 0 5px;
  color: #DDDDDD;
}

.request_agree {
  padding: 30px 0px 0;
  font-size: 2.0em;
  color: #FFFFFF;
}

.request_agree.request_agree_02 {
  padding: 15px 0;
}

.request_agree_01 input[id="check_request01"]+label,
.request_agree_02 input[id="check_request02"]+label {
  cursor: pointer;
}

.request_agree_01 input[id="check_request01"]+label span,
.request_agree_02 input[id="check_request02"]+label span {
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 1px solid #FFFFFF;
  margin: 0px 6px -3px 0;
  cursor: pointer;
}

.request_agree_01 input[id="check_request01"]:checked+label span,
.request_agree_02 input[id="check_request02"]:checked+label span {
  background-color: #000000;
}

.request_agree_01 input[id="check_request01"],
.request_agree_02 input[id="check_request02"] {
  display: none;
}

.request_agree label {
  display: inline-block;
}

.request_agree a.btn_request_detail {
  margin-left: 15px;
  padding: 3px 8px;
  border-radius: 10px;
  font-size: 0.7em;
  color: #fff;
  background-color: #333333;
}

a.btn_request {
  position: absolute;
  display: block;
  right: 18px;
  bottom: 40px;
  margin: 10px auto 0px;
  width: 177px;
  height: 54px;
  text-align: center;
  font-size: 2.0em;
  font-weight: bold;
  line-height: 54px;
  color: #FFFFFF;
  cursor:pointer;
  background-color: #333333;
}
::-webkit-scrollbar {

display:none;

}
#request_modal {
  position: relative;
  line-height: 1.6em;
  overflow-style: none;
}
#request_modal_03 {
  position: relative;
  line-height: 1.6em;
}

#request_modal h2 {
  margin: 0px 0 20px;
  font-size: 1.6em;
  font-weight: bold;
}
#request_modal_03 h2 {
  margin: 0px 0 20px;
  font-size: 1.6em;
  font-weight: bold;
}

#request_modal .modal_close {
  position: absolute;
  display: none;
  bottom: -50px;
  left: 0;
  width: 100%;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 1.4em;
  font-weight: bold;
  color: #ffffff;
  border-radius: 10px;
  background-color: #606060;
}

#request_modal_03 .modal_close {
  position: absolute;
  display: none;
  bottom: -50px;
  left: 0;
  width: 100%;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 1.4em;
  font-weight: bold;
  color: #ffffff;
  border-radius: 10px;
  background-color: #606060;
}

/* 배상 책임에 관한 고지 팝업 */
#request_modal_wrap {
  position: fixed;
  display: none;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  padding: 20px;
  text-align: center;
  z-index: 100;
}

#request_modal_02 {
  position: absolute;
  display: none;
  top: 50%;
  left: 50%;
  width: 90%;
  max-width: 500px;
  padding: 15px 30px;
  text-align: left;
  line-height: 1.6em;
  vertical-align: middle;
  border-radius: 8px;
  box-shadow: 0 0 10px #000;
  background: #fff;
  transform: translate(-50%, -50%);
}

#request_modal_02 ol {
  list-style-type: decimal;
}

#request_modal_02 ol li {
  margin: 10px 0;
}

#request_modal_02 h2 {
  margin: 0px 0 20px;
  font-size: 1.6em;
  font-weight: bold;
}

#request_modal_02 a {
  position: absolute;
  display: block;
  bottom: -50px;
  left: 0;
  width: 100%;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 1.4em;
  font-weight: bold;
  color: #ffffff;
  border-radius: 10px;
  background-color: #606060;
}

#request_contents {
  overflow:auto;
  height:50vh;
}
#request_contents_03 {
  overflow:auto;
  height:50vh;
}



.banner_bottom {
  display: none;
}

footer {
  width: 100%;
  margin: 0px 0 0 0;
  padding: 30px 0px;
  background-color: #eeeeee;
}

.footer_in {
  position: relative;
  width: 100%;
  min-width: 1365px;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 18px;
}

footer .nav_footer {
  font-size: 1.2em;
  font-weight: bold;
  text-align: right;
  color: #808080;
}

footer .nav_footer a:link, footer .nav_footer a:visited {
  color: #808080;
}

footer .nav_footer a:after {
  content: "|";
  display: inline-block;
  padding: 0 10px;
}

footer .nav_footer a:last-child:after {
  display: none;
}

footer address.pc {
  display:block;
}
footer address.mobile {
  display:none;
}
footer address {
  margin-top: 0px;
  font-size: 1.1em;
  font-style: normal;
  line-height: 1.6em;
  color: #808080;
}

footer address span {
  display: block;
}

footer p.info_copyright {
  margin-top: 20px;
  color: #606060;
}
footer p.info_copyright a, footer p.info_copyright a:link, footer p.info_copyright a:visited {
  color:#606060;
}


/*=================================================================
  ====================== media 1365px  ===========================
  ===============================================================*/
@media screen and (max-width:1365px) {
  #wrap {
    width: 100%;
    min-width: 1000px;
  }

  .info_top {
    width: 100%;
    height: 200px;
    background-image: url("../images/bg_infoTop@2x.png");
    background-size: cover;
    background-color: #F7F7F7;
    background-position: center center;
  }

  .info_top_in {
    position: relative;
    width: 100%;
    max-width: 1365px;
    height: 100%;
    margin: 0 auto;
    padding: 0 18px;
  }

  header.header {
    position: relative;
    width: 100%;
    height: 150px;
    padding: 0%;
    border-bottom: 1px solid #cfcfcf;
    background-color: rgba(255, 255, 255, 0.95);
    z-index: 98;
  }

  #header_in {
    position: relative;
    height: 100%;
    width: 100%;
    max-width: 1365px;
    padding: 0 18px;
    margin: 0 auto;
  }

  #header_in::after {
    content: "";
    display: block;
    clear: both;
  }

  nav.nav_mobile {
    display: none;
  }

  nav.nav_pc {
    display: block;
  }

  nav.nav_pc {
    float: right;
    width: 900px;
    height: 150px;
    background-color: none;
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.2);
    z-index: 100;
    transition: left 0.2s ease;
  }

  nav.nav_mobile h2 {
    display: none;
  }

  nav.nav_mobile h2 img {
    display: none;
  }

  nav.nav_pc ul {
    height: 100%;
    width: 100%;
    text-align: right;
  }

  nav.nav_pc ul li {
    display: inline-block;
    margin: 0px 0 0 65px;
    font-size: 1.6em;
    line-height: 150px;
    font-weight: bold;
  }

  nav.nav_pc ul li a {
    font-weight: bold;
  }

  .btn_navClose {
    display: none;
  }

  .logo {
    float: left;
    width: 180px;
    height: 100%;
  }

  .logo a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
  }

  .logo a img {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 180px;
    height: auto;
    transform: translate(-50%, -50%);
  }

  .btn_nav {
    display: none;
  }

  .btn_tel {
    display: none;
  }

  .form_request {
    position: relative;
    padding: 40px 0px;
    margin-top: 100px;
    font-weight: normal;
    background-color: #006FFF;
  }

  .form_request::after {
    content: "";
    display: block;
    clear: both;
  }

  .form_request_in {
    position: relative;
    width: 100%;
    min-width: 1000px;
    max-width: 1365px;
    padding: 30px 18px;
    margin: 0 auto;
  }

  footer {
    width: 100%;
    padding: 30px 0px;
    background-color: #002A68;
  }

  .footer_in {
    position: relative;
    width: 100%;
    min-width: 1000px;
    max-width: 1365px;
    margin: 0 auto;
    padding: 0 18px;
  }

  footer .nav_footer {
    font-size: 1.2em;
    font-weight: bold;
    text-align: right;
    color: #808080;
  }

  footer .nav_footer a:after {
    content: "|";
    display: inline-block;
    padding: 0 10px;
  }

  footer .nav_footer a:last-child:after {
    display: none;
  }

  footer address {
    margin-top: 0px;
    font-size: 1.1em;
    font-style: normal;
    line-height: 1.6em;
    color: #808080;
  }

  footer address span {
    display: block;
  }

  footer p.info_copyright {
    margin-top: 20px;
    color: #606060;
  }
}













/*=================================================================
====================== media 1200px  ==============================
===============================================================*/
@media screen and (max-width:1200px) {
  nav.nav_pc {
    float: right;
    width: 780px;
    height: 150px;
    background-color: none;
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.2);
    z-index: 100;
    transition: left 0.2s ease;
  }

  nav.nav_pc ul li {
    display: inline-block;
    margin: 0px 0 0 45px;
    font-size: 1.6em;
    line-height: 150px;
    font-weight: bold;
  }
}





















/*=================================================================
====================== media 1000px  ==============================
===============================================================*/
@media screen and (max-width:1000px) {
  .m_media {
    display: none;
  }

  #wrap {
    min-width: inherit;
  }

  .info_top {
    width: 100%;
    height: 100px;
    color: #fff;
    background-image: url("../images/bg_m_infoTop@3x.png");
    background-color: #006fff;
    background-size: cover;
    background-position: center center;
  }

  .info_top p {
    line-height: 1.4em;
    font-size: 1.1em;
    text-align: center;
  }

  header.header {
    position: relative;
    width: 100%;
    height: 65px;
    padding: 2%;
    border-bottom: 1px solid #cfcfcf;
    background-color: rgba(255, 255, 255, 0.95);
    z-index: 98;
  }

  header.header.fixed {
    position: fixed;
    top: 0;
  }

  #header_in {
    position: relative;
    height: 100%;
    width: 100%;
    max-width: inherit;
    padding: 0px;
    margin: 0 auto;
  }

  nav.nav_mobile {
    display: block;
  }

  nav.nav_pc {
    display: none;
  }

  nav.nav_mobile {
    position: fixed;
    top: 0;
    left: -100%;
    width: 80%;
    height: 100%;
    text-align: center;
    background-color: #FFFFFF;
    box-shadow: 10px 0px 20px rgba(0, 0, 0, 0.2);
    z-index: 100;
    transition: left 0.2s ease;
  }

  nav.open {
    left: 0;
    transition: left 0.2s ease;
  }

  nav.nav_mobile h2 {
    display: block;
    width: 80%;
    height: 40px;
    margin: 25px auto 100px;
    text-align: center;
  }

  nav.nav_mobile h2 img {
    display: inline-block;
    width: 45%;
    height: auto;
    text-align: center;
  }

  nav.nav_mobile ul {
    height: 100%;
    width: 100%;
    min-width: inherit;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 18px;
    text-align: center;
  }

  nav.nav_mobile ul li {
    display: block;
    margin: 0px auto 0px;
    margin: 50px;
    font-size: 1.4em;
    font-weight: bold;
    line-height: 1em;
  }

  nav.nav_mobile ul li a {
    font-weight: bold;
    color: #222222;
  }

  /* 메뉴 상세 내용 추가 (190411) */
  nav.nav_mobile ul li span {
    display:block;
    line-height:2.0em;
    font-size:0.65em;
    /* color:#a9a9a9; */
    color:#549eff;
  }

  nav.nav_mobile .nav_mobile_footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 15px 0 10px;
    color: #fff;
    font-size: 1.0em;
    background-color: #006fff;
    z-index: 101;
  }

  nav.nav_mobile .nav_mobile_footer span {
    display: block;
    letter-spacing: -0.5px;
    font-size:0.875em;
  }

  nav.nav_mobile .nav_mobile_footer a {
    display: inline-block;
    margin: 8px 0 0 0;
    color: #fff;
    font-size: 2.2em;
    font-weight: bold;
    font-family: 'H85', sans-serif;
  }

  .btn_navClose {
    position: absolute;
    top: 20px;
    right: -50px;
    display: block;
    width: 40px;
    height: 40px;
    text-indent: -9999px;
  }

  .btn_navClose span:first-child {
    position: absolute;
    content: "";
    display: block;
    top: 50%;
    width: 100%;
    height: 2px;
    background-color: #ffffff;
    transform: translate(0%, -50%) rotate(-45deg);
  }

  .btn_navClose span:last-child {
    position: absolute;
    content: "";
    display: block;
    top: 50%;
    width: 100%;
    height: 2px;
    background-color: #ffffff;
    transform: translate(0%, -50%) rotate(45deg);
  }

  .logo {
    position: absolute;
    top: 50%;
    left: 50%;
    display: inline-block;
    text-align: center;
    transform: translate(-50%, -50%);
  }

  .logo a img {
    width: 132px;
    height: auto;
  }

  .btn_nav {
    position: absolute;
    display: block;
    top: 50%;
    width: 30px;
    height: 22px;
    transition: all 0.5s;
    transform: translateY(-50%);
  }

  .btn_nav span {
    position: absolute;
    display: block;
    opacity: 1;
    background-color: #000;
    transition: .25s ease-in-out;
  }

  .btn_nav span:first-child {
    width: 30px;
    height: 4px;
    transition: all 0.5s;
  }

  .btn_nav span:nth-child(2) {
    top: 50%;
    left: 0;
    width: 30px;
    height: 4px;
    transform: translateY(-50%);
    transition: all 0.5s;
  }

  .btn_nav span:nth-child(3) {
    bottom: 0;
    left: 0;
    width: 30px;
    height: 4px;
    transition: all 0.5s;
  }

  .btn_nav span:nth-child(4) {
    bottom: 0;
    left: 0;
    width: 45px;
    height: 8px;
    transition: all 0.5s;
  }

  .btn_nav.on span:first-child {
    top: 18px;
    left: 50%;
    width: 0;
    opacity: 0;
  }

  .btn_nav.on span:nth-child(4) {
    top: 18px;
    left: 50%;
    width: 0;
    opacity: 0;
  }

  .btn_nav.on span:nth-child(2) {
    transform: rotate(45deg);
  }

  .btn_nav.on span:nth-child(3) {
    transform: rotate(-45deg);
  }

  .btn_tel {
    position: absolute;
    display: block;
    top: 50%;
    right: 2%;
    width: 35px;
    height: 34px;
    text-indent: -9999px;
    background-image: url("../images/icon_call@2x.png");
    background-size: cover;
    transform: translateY(-50%);
  }

  .btn_nav {
    display: block;
  }

  .cs_number {
    display: none;
  }

  .form_request {
    padding: 40px 30px;
    margin-top: 50px;
    font-weight: normal;
    background-color: #006FFF;
  }

  .form_request::after {
    content: "";
    display: block;
    clear: both;
  }

  .form_request_in {
    width: 100%;
    min-width: inherit;
    max-width: inherit;
    padding: 0;
  }

  .form_request h3 {
    margin-bottom: 10px;
    font-size: 1.8em;
    color: #FFFFFF;
  }

  .form_request h3 span {
    padding-left: 10px;
    font-size: 0.5em;
    color: #222222;
  }

  .form_request p {
    display: block;
    margin: 15px 0 5px;
    font-size: 1.12em;
    color: #FFFFFF;
  }

  .form_request .request_des_area {
    position: relative;
    width: 100%;
    top: inherit;
    right: inherit;
  }

  .form_request input[type="text"],
  .form_request input[type="tel"] {
    width: 100%;
    height: 30px;
    padding: 0 5px;
    font-size: 1.1em;
  }

  .form_request input::placeholder {
    color: #DDDDDD;
  }

  .addr_wrap {
    width: 100%;
  }

  .addr_wrap::after {
    content: "";
    display: block;
    clear: both;
  }

  .form_request input[type="text"].addr_list {
    width: 48%;
    height: 30px;
    float: left;
    padding: 0 5px;
    font-size: 1.1em;
  }

  .form_request select {
    background-color: #ffffff;
    border: 0px;
  }

  .form_request input.addr_detail {
    width: 48%;
    float: right;
    margin-left: 0px;
  }

  .form_request input.addr_detail:after {
    content: "";
    display: block;
    clear: both;
  }

  .form_request .request_des {
    width: 100%;
    height: 60px;
    font-size: 0.9em;
  }

  .form_request textarea::placeholder {
    padding: 0 5px;
    color: #DDDDDD;
  }

  .request_agree {
    padding: 30px 0px 0;
    font-size: 1.2em;
    color: #FFFFFF;
  }

  .request_agree.request_agree_02 {
    padding: 10px 0;
  }

  .request_agree_01 input[id="check_request01"]+label span,
  .request_agree_02 input[id="check_request02"]+label span {
    width: 15px;
    height: 15px;
  }

  .request_agree_01 input[id="check_request01"],
  .request_agree_02 input[id="check_request02"] {
    display: none;
  }

  .request_agree a.btn_request_detail {
    margin-left: 15px;
    padding: 3px 8px;
    border-radius: 10px;
    font-size: 0.8em;
    background-color: #333333;
  }

  a.btn_request {
    position: relative;
    display: block;
    right: inherit;
    bottom: inherit;
    margin: 30px auto 0px;
    width: 125px;
    height: 40px;
    text-align: center;
    font-size: 1.4em;
    font-weight: bold;
    line-height: 40px;
    color: #FFFFFF;
    background-color: #333333;
  }

  #request_modal {
    position: relative;
    line-height: 1.6em;
  }

  #request_modal h2 {
    margin: 0px 0 20px;
    font-size: 1.6em;
    font-weight: bold;
  }

  #request_modal .modal_close {
    position: absolute;
    display: block;
    bottom: -50px;
    left: 0;
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 1.4em;
    font-weight: bold;
    color: #ffffff;
    border-radius: 10px;
    background-color: #606060;
  }
  #request_modal_03 .modal_close {
    position: absolute;
    display: block;
    bottom: -50px;
    left: 0;
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 1.4em;
    font-weight: bold;
    color: #ffffff;
    border-radius: 10px;
    background-color: #606060;
  }

  .banner_bottom {
    position: relative;
    display: block;
    padding: 50px 0;
    overflow:hidden;
    background-image: url("../images/img_bathroom_01.jpg");
    background-size: cover;
  }

  .banner_bottom p {
    position: relative;
    font-size: 1.0em;
    line-height: 1.8em;
    text-align: center;
    color: #FBFBFB;
    z-index: 1;
  }

  .banner_bottom:after {
    position: absolute;
    content: "";
    display: block;
    top: -3px;
    left: 0;
    width: 100%;
    height: 110%;
    background-color: #002A68;
    opacity: 0.9;
    z-index: 0;
  }

  .banner_bottom span {
    font-size: 1.4em;
    letter-spacing: 0.3px;
  }

  footer {
    padding: 30px 20px;
    background-color: #eeeeee;
  }

  .footer_in {
    width: 100%;
    min-width: inherit;
    max-width: inherit;
    margin: 0;
    padding: 0;
  }

  footer .nav_footer {
    font-size: 1.2em;
    font-weight: bold;
    text-align: center;
    color: #808080;
  }

  footer .nav_footer a:after {
    content: "|";
    display: inline-block;
    padding: 0 10px;
  }

  footer .nav_footer a:last-child:after {
    display: none;
  }


  footer address.pc {
    display:none;
  }
  footer address.mobile {
    display:block;
  }

  footer address {
    margin-top: 60px;
    font-size: 1.1em;
    font-style: normal;
    line-height: 1.6em;
    color: #808080;
  }

  footer address span {
    display: block;
  }

  footer p.info_copyright {
    margin-top: 20px;
    color: #606060;
  }
}






/*=================================================================
====================== media 500px  ==============================
===============================================================*/
@media screen and (max-width:500px) {
  .info_top {
    width: 100%;
    height: 75px;
    background-image: url("../images/bg_m_infoTop@3x.png");
    background-size: cover;
    background-position: center center;
  }

  .info_top p {
    line-height: 1.4em;
    font-size: 1.1em;
    text-align: center;
  }

  header.header {
    position: relative;
    width: 100%;
    height: 65px;
    padding: 2%;
    border-bottom: 1px solid #cfcfcf;
    background-color: rgba(255, 255, 255, 0.95);
    z-index: 98;
  }

  header.header.fixed {
    position: fixed;
    top: 0;
  }

  nav.nav_pc {
    display: none;
  }

  nav.nav_mobile {
    position: fixed;
    top: 0;
    left: -100%;
    width: 80%;
    height: 100%;
    text-align: center;
    background-color: #FFFFFF;
    box-shadow: 10px 0px 20px rgba(0, 0, 0, 0.2);
    z-index: 100;
    transition: left 0.2s ease;
  }

  nav.nav_mobile.open {
    left: 0;
    transition: left 0.2s ease;
  }

  nav.nav_mobile h2 {
    width: 80%;
    height: 40px;
    margin: 25px auto 20px;
    text-align: center;
  }

  nav.nav_mobile h2 img {
    width: 60%;
    height: auto;
  }

  nav.nav_mobile ul li {
    display: block;
    margin: 0 auto;
    margin: 30px;
    font-size: 1.4em;
    font-weight: bold;
  }

  nav.nav_mobile ul li:first-child {
    margin-top: 40px;
  }

  nav.nav_mobile ul li a {
    font-weight: bold;
  }

  .btn_navClose {
    position: absolute;
    top: 20px;
    right: -50px;
    display: block;
    width: 40px;
    height: 40px;
    text-indent: -9999px;
  }

  .btn_navClose span:first-child {
    position: absolute;
    content: "";
    display: block;
    top: 50%;
    width: 100%;
    height: 2px;
    background-color: #ffffff;
    transform: translate(0%, -50%) rotate(-45deg);
  }

  .btn_navClose span:last-child {
    position: absolute;
    content: "";
    display: block;
    top: 50%;
    width: 100%;
    height: 2px;
    background-color: #ffffff;
    transform: translate(0%, -50%) rotate(45deg);
  }

  .logo {
    position: absolute;
    float: none;
    top: 50%;
    left: 50%;
    display: inline-block;
    text-align: center;
    transform: translate(-50%, -50%);
  }

  .logo a img {
    width: 125px;
    height: auto;
  }

  .btn_nav {
    position: absolute;
    display: block;
    top: 50%;
    width: 30px;
    height: 22px;
    transition: all 0.5s;
    transform: translateY(-50%);
  }

  .btn_nav span {
    position: absolute;
    display: block;
    opacity: 1;
    background-color: #000;
    transition: .25s ease-in-out;
  }

  .btn_nav span:first-child {
    width: 30px;
    height: 4px;
    transition: all 0.5s;
  }

  .btn_nav span:nth-child(2) {
    top: 50%;
    left: 0;
    width: 30px;
    height: 4px;
    transform: translateY(-50%);
    transition: all 0.5s;
  }

  .btn_nav span:nth-child(3) {
    bottom: 0;
    left: 0;
    width: 30px;
    height: 4px;
    transition: all 0.5s;
  }

  .btn_nav span:nth-child(4) {
    bottom: 0;
    left: 0;
    width: 45px;
    height: 8px;
    transition: all 0.5s;
  }

  .btn_nav.on span:first-child {
    top: 18px;
    left: 50%;
    width: 0;
    opacity: 0;
  }

  .btn_nav.on span:nth-child(4) {
    top: 18px;
    left: 50%;
    width: 0;
    opacity: 0;
  }

  .btn_nav.on span:nth-child(2) {
    transform: rotate(45deg);
  }

  .btn_nav.on span:nth-child(3) {
    transform: rotate(-45deg);
  }

  .btn_tel {
    position: absolute;
    display: block;
    top: 50%;
    right: 2%;
    width: 35px;
    height: 34px;
    text-indent: -9999px;
    background-image: url("../images/icon_call@2x.png");
    background-size: cover;
    transform: translateY(-50%);
  }
}

/*=================================================================
====================== media 360px  ==============================
===============================================================*/
@media screen and (max-width:320px) {
  .info_top p {
    font-size: 0.95em;
  }

  .form_request h3 {
    font-size: 1.2em;
  }

  .form_request p {
    display: block;
    margin: 15px 0 5px;
    font-size: 1.0em;
    color: #FFFFFF;
  }

  .form_request input[type="text"].addr_list {
    width: 100%;
    height: 30px;
    float: inherit;
    padding: 0 5px;
  }

  .form_request input[type="text"].addr_detail {
    width: 100%;
    float: inherit;
    margin: 10px 0 0 0;
  }

  .request_agree {
    padding: 30px 0px 0;
    font-size: 1.0em;
    color: #FFFFFF;
  }

  .request_agree_01 input[id="check_request01"]+label span,
  .request_agree_02 input[id="check_request02"]+label span {
    width: 10px;
    height: 10px;
  }

  a.btn_request {
    width: 100px;
    height: 30px;
    text-align: center;
    font-size: 1.2em;
    line-height: 30px;
  }
}
