@charset "UTF-8";
@import url(//fonts.googleapis.com/css?family=Lora:Regular,Bold,Italic);
@import url(//fonts.googleapis.com/css?family=Noto+Sans:Regular,Bold,Italic);

/* *******************************************
English非表示 ここから
********************************************* */
#header #lang li:first-child + * {
  display: none;
}
#footer .footer_menu .lang {
  display: none;
}
/* *******************************************
/ English非表示 ここまで
********************************************* */



html {
  font-size: 62.5%;
}
body {
  background:#fff;
  line-height: 1.6;
  font-size: 14px;
  font-size: 1.4rem;
  font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'Meiryo', 'メイリオ', 'ＭＳ Ｐゴシック', 'ＭＳ ゴシック', Osaka, 'Osaka-等幅', sans-serif;
  color: #333;
}
.pure-g, .pure-g [class *="pure-u"] {
  font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'Meiryo', 'メイリオ', 'ＭＳ Ｐゴシック', 'ＭＳ ゴシック', Osaka, 'Osaka-等幅', sans-serif;
}
@media screen and (max-width: 640px) {
  body {
    min-width: 294px;
  }
}
/* ************************************
header
*************************************** */
#header {
  position: relative;
}
#header .ttl {
  margin: 0;
  padding: 3em 0 2em;
  border-top: solid 10px #074e8e;
  border-bottom: solid 1px #ccc;
  text-align: center;
  font-size: inherit;
  font-weight: normal;
}
#header .ttl img {
  margin: auto;
}
#header #lead {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #0a3256;
  color: #fff;
  font-size: 11px;
  font-size: 1.1rem;
}
#header #lead p {
  margin: 0 0 0 1%;
  padding: 5px 0;
  width: 79%;
}
#header #lang {
  position: absolute;
  top: 0;
  right: 0;
  max-width: 178px;
  width: 20%;
  height: 100%;
}
#header #lang ul {
  height: 100%;
}
#header #lang li {
  display: inline-block;
  height: 100%;
}
#header #lang li:first-child:before {
  content: none;
}
#header #lang a {
  padding: 10% 0 6%;
  width: 100%;
  background-color: #fff;
  border: none;
  border-bottom: solid 1px #0a3256;
  line-height: 1;
  color: #0a3256;
  font-family: "Lora";
  font-size: 12px;
  font-size: 1.2rem;
}
#header #lang a:hover {
  opacity: .8;
  transition: opacity .6s ease;
}
#header #lang a.on {
  padding-bottom: 5%;
  border: solid 1px rgba(255,255,255,.2);
  color: rgba(255,255,255,.2);
  background-color: #0a3256;
  cursor: text;
}
#header .menu_area {
  background-color: #fff;
}
#header .menu_area .content {
  letter-spacing: normal;
}
#header .nav ul {
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}
#header .nav li {
  display: inline-block;
}
#header .nav .gmenu li:first-child {
  display: none;
}
#header .nav li a {
  display: inline-block;
  position: relative;
  padding: 12px 20px;
  text-decoration: none;
  color: #10355b;
  border: solid 2px #fff;
  font-weight: bold;
}
#header .nav li a.on,
#header .nav li a:hover,
#header .nav li a.active {
  background-color: inherit;
  border-top: solid 2px #0a3256;
}
#header .nav li a.on {
  cursor: text;
}
#header .nav li a:focus {
  background-color: inherit;
}
#header .nav li:first-child:before {
  content: "";
}
@media screen and (max-width: 640px) {
  #header #lead {
    position: static;
    font-size: 14px;
    font-size: 1.4rem;
  }
  #header #lead p {
    margin: .5em auto;
    width: 92%;
    font-size: 12px;
    font-size: 1.2rem;
  }
  #header #lang {
    position: static;
    max-width: 100%;
    width: 100%;
    margin-bottom: 1em;
  }
  #header #lang li {
    height: auto;
    border: solid 2px #fff;
    box-sizing: border-box;
  }
  #header #lang li:first-child {
    background-color: #fff;
  }
  #header #lang a {
    padding: 10px 0;
    background-color: #0a3256;
    border-bottom: none;
    text-align: center;
    font-size: 16px;
    font-size: 1.6rem;
    color: #fff;
  }
  #header #lang a.on {
    background-color: #fff;
    color: #0a3256;
  }
  .menu-link {
    position: absolute;
    display: block;
    top: 0;
    right: 0;
    background: #0a3256;
    /*background: rgba(255,255,255,0.7);*/
    font-size: 10px;
    z-index: 10;
    width: 2.8em;
    height: auto;
    padding: 2.8em 1.6em;
  }
  .menu-link span {
    position: relative;
    display: block;
  }
  .menu-link span,
  .menu-link span:before,
  .menu-link span:after {
    background-color: #fff;
    width: 100%;
    height: 0.4em;
  }
  .menu-link span:before,
  .menu-link span:after {
    position: absolute;
    margin-top: -1.1em;
    content: "";
    left: 0;
  }
  .menu-link span:after {
    margin-top: 1.1em;
  }
  .menu-link.active {
    width: auto;
    padding: 0;
    background: #0a3256;
    line-height: 1;
  }
  .menu-link.active:hover {
    width: auto;
    text-decoration: none;
  }
  /*.menu-link.active:before {
    content: "MENU";
    display: inline-block;
    padding: 20px 10px;
    vertical-align: middle;
    font-size: 20px;
    font-family: "Lato";
    color: #fff;
  }*/
  .menu-link.active:after {
    content: "×";
    display: inline-block;
    padding: 10px;
    width: 40px;
    background: #0a3256;
    vertical-align: middle;
    text-align: center;
    font-size: 40px;
    color: #fff;
  }
  .menu-link.active span {
    display: none;
  }
  #header {
    position: fixed;
    top: 0;
    left: 0;
    margin: auto;
    width: 100%;
    height: 61px;
    z-index: 10;
    background-color: #fff;
  }
  #header .ttl {
    position: relative;
    padding: 0;
    border-top: 0;
    height: 60px;
  }
  #header .ttl img {
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    left: 2%;
    margin: auto;
    width: 77%;
  }
  #header .nav {
    position: absolute;
    top: 60px;
    left: 0;
    max-width: 100%;
    width: 100%;
    margin-left: 0;
    padding: 0 0 2em;
    /*margin-right: -216px;*/
    display: none;
    z-index: 10;
    background-color: #0a3256;
  }
  #header .nav ul {
    list-style: none;
    width: 92%;
    margin: auto;
    padding: 0;
    border: solid 1px #fff;
  }
  #header .nav li {
    display: block;
  }
  #header .nav li a {
    display: block;
    padding: 13px 10px;
    background: #0a3256;
    border: solid 1px #fff;
    text-align: left;
    color: #fff;
  }
  #header .nav .gmenu li:first-child {
    display: block;
  }
  #header .nav .gmenu li a:after {
    content: "";
    display: block;
    float: right;
    width: 10px;
    height: 21px;
    background: url(../images/pt_menulink.png) no-repeat center center;
    background-size: 100% auto;
  }
  #header .nav .gmenu li a:hover {
    background-color: #fff;
    border-top: solid 1px #fff;
    outline: inherit;
    color: #0a3256;
  }
  #header .nav .gmenu li a.active {
    background-color: #fff;
    border-bottom: solid 1px #074e8e;
  }
}

/* ************************************
contents
*************************************** */
.content {
  max-width: 960px;
  width: 100%;
  margin: auto;
  clear: both;
}
.content2 {
  max-width: 992px;
  width: 100%;
  margin: auto;
  clear: both;
}
a {
  color: #0a3256;
  text-decoration: none;
}
a:hover {
  color: #6191bc;
  text-decoration: underline;
}
.section h1,
h2 {
  padding: 2em 0 0;
  margin: 0;
  border-bottom: solid 1px #ccc;
  text-align: center;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 24px;
  font-size: 2.4rem;
  color: #082c54;
}
.section h1 span,
h2 span {
  display: inline-block;
  padding-bottom: .8em;
  border-bottom: solid 1px #0a3256;
}
h2 img {
  display: inline-block;
  margin: auto;
  padding-bottom: 1.5em;
  border-bottom: solid 1px #0a3256;
}
h3 {
  margin: 1em 0;
  padding: 0;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 24px;
  font-size: 2.4rem;
  color: #16558d;
}
p {
  margin: 1em 0;
}
.sp, br.sp {
  display: none;
}
.pc {
  display: block;
}
br.pc {
  display: inline-block;
}
.lft {
  float: left;
}
.rgt {
  float: right;
}
.all {
  clear: both;
}
.grid_1_2 {
  width: 97%;
}
.bg {
  background-color: #eeeeef;
}
.btn {
  display: inline-block;
}
.btn a {
  position: relative;
  display: inline-block;
  width: 300px;
  padding: .4em 1em;
  border: solid 2px #0a3256;
  box-sizing: border-box;
  color: #0a3256;
  font-weight: bold;
  text-decoration: none;
  text-align: left;
  overflow: hidden;
  z-index: 0;
}
.btn a:after {
  /*content: ">";
  height: 14px;
  font-family: sans-serif;*/
  content: "";
  width: 7px;
  height: 11px;
  background: url(../images/pt_arrow.png) no-repeat center center;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 8px;
  margin: auto;
  display: block;
}
.btn a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #0a3256;
  left: -101%;
  top: 0;
  transition: left .2s ease;
  -webkit-transition: left .2s ease;
  -moz-transition: left .2s ease;
  z-index: -1;
}
.btn a:hover {
  color: #ffffff;
}
.btn a:hover:before {
  left: 0;
  /*transition: left .3s ease;
  -webkit-transition: left .3s ease;
  -moz-transition: left .3s ease;*/
}
.btn a:hover:after {
  background-image: url(../images/pt_arrow_white.png);
}
.btn a.top:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #0a3256;
  left: 0;
  top: -101%;
  transition: top .2s ease;
  -webkit-transition: top .2s ease;
  -moz-transition: top .2s ease;
  z-index: -1;
}
.btn a.top:hover:before {
  top: 0;
}
.btn a.rgt {
  float: none;
  text-align: center;
}
.btn a.rgt:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #0a3256;
  right: -101%;
  left: inherit;
  top: 0;
  transition: right .2s ease;
  -webkit-transition: right .2s ease;
  -moz-transition: right .2s ease;
  z-index: -1;
}
.btn a.rgt:after {
  background-image: url(../images/pt_arrow2.png);
  left: 8px;
  right: inherit;
}
.btn a.rgt:hover:after {
  background-image: url(../images/pt_arrow2_white.png);
}
.btn a.rgt:hover:before {
  right: 0;
}
.btn a.btm:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #0a3256;
  left: 0;
  top: inherit;
  bottom: -101%;
  transition: bottom .2s ease;
  -webkit-transition: bottom .2s ease;
  -moz-transition: bottom .2s ease;
  z-index: -1;
}
.btn a.btm:hover:before {
  bottom: 0;
}
.txt_link a:before {
  content: "\00bb";
  display: inline-block;
  margin-right: 5px;
}
.notice {
  padding-left: 1em;
  text-indent: -1em;
  font-size: 12px;
  font-size: 1.2rem;
}
ul.sdot {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.sdot li {
  width: 99%;
  text-indent: -5%;
  padding-left: 5%;
}
ul.sdot li:before {
  content: "・";
  margin-right: 1%;
}
/*
ul.list {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.list li {
  width: 98% !important;
  text-indent: -2%;
  padding-left: 2%;
}
ul.list li:before {
  content: "-";
  margin-right: 1%;
  color: #0a3256;
}
table {
  width: 100%;
}
th {
  padding: 1.5em;
  border-right: solid 2px #fff;
  border-bottom: solid 2px #fff;
  background-color: #EBEFF1;
  text-align: left;
  font-weight: normal;
  color: #074e8e;
}
td {
  padding: 1.5em;
  border-bottom: solid 2px #fff;
  background-color: #f7f9f9;
}
*/
.lead p {
  /*max-width: 700px;*/
  margin: 2em auto;
  text-align: center;
}
.lead img {
  margin: auto;
}
@media screen and (max-width: 640px) {
  .content {
    width: 92%;
    margin: auto;
  }
  .section h1 {
    padding-top: 4em;
    margin-top: -61px;
  }
  h2 {
    padding-top: 1em;
  }
  h2 span {
    font-size: 23px;
    font-size: 2.3rem;
  }
  h3 {
    font-size: 20px;
    font-size: 2rem;
  }
  .sp {
    display: block;
  }
  br.sp {
    display: inline-block;
  }
  .pc, br.pc {
    display: none;
  }
  .lft, .rgt {
    float: none;
    width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  /*table, tbody, tr {
    display: block;
    width: 100%;
  }
  th, td {
    display: block;
    width: 94%;
    padding: 3%;
  }*/
  .btn {
    display: block;
  }
  .btn a {
    width: 100%;
  }
}

/* ************************************
メインビジュアル
*************************************** */
.mainvisual {
  position: relative;
  background: url(../images/bg_ttl_company.jpg) no-repeat center center;
  background-size: cover;
  min-height: 142px;
}
.mainvisual h1,
.mainvisual .ttl {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  height: 48px;
  text-align: center;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 30px;
  font-size: 3rem;
  font-weight: normal;
  color: #fff;
}
.mainvisual .ttl {
  top: -8px;
  height: 78px;
  line-height: 1.3;
}
.mainvisual .ttl span {
  display: inline-block;
  border-bottom: solid 1px #fff;
  font-size: 50%;
}
@media screen and (max-width: 640px) {
  .mainvisual {
    margin-top: 61px;
  }
  .mainvisual h1,
  .mainvisual .ttl {
    font-size: 26px;
    font-size: 2.6rem;
  }
  .mainvisual h1 {
    height: 41px;
  }
  .mainvisual .ttl {
    height: 66px;
  }
}

/*
パンくずリンク
*/
.breadcrumb {
  background-color: #ebeff1;
}
.breadcrumb ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.breadcrumb li {
  display: inline-block;
  font-size: 11px;
  font-size: 1.1rem;
  color: #0a3256;
}
.breadcrumb li:before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 31px;
  margin-right: 10px;
  vertical-align: middle;
  background: url(../images/pt_breadcrumb.png) no-repeat center center;
}
.breadcrumb li:first-child:before {
  content: none;
}

@media screen and (max-width: 640px) {
  .breadcrumb .content {
    width: 100%;
  }
  .breadcrumb ul {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
  }
  .breadcrumb li {
    vertical-align: top;
    font-size: 10px;
  }
  .breadcrumb li:first-child:before {
    content: "";
    margin-left: -12px;
    background: none;
  }
  .breadcrumb li:nth-child(3) {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    width: 48%;
    vertical-align: middle;
  }
  .breadcrumb li:before {
    /*margin-left: -10px;*/
    margin-right: 2px;
  }
}


/* ************************************
footer
*************************************** */
#footer {
  background-color: #f4f4f4;
}
#footer #contact {
  padding: 2em 0;
  border-top: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
  /*box-shadow: 0 -2px 10px 0 rgba(0,0,0,0.4);
  -moz-box-shadow: 0 -2px 10px 0 rgba(0,0,0,0.4);
  -webkit-box-shadow: 0 -2px 10px 0 rgba(0,0,0,0.4);
  -ms-box-shadow: 0 -2px 10px 0 rgba(0,0,0,0.4);*/
}
#footer #contact .content {
  display: table;
}
#footer #contact .content > div {
  display: table-cell;
  vertical-align: middle;
  letter-spacing: normal;
}
#footer #contact .content > div:first-child img {
  margin-right: 1em;
}
#footer .contact {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  padding: 1.5em 0;
  background-color: #0a3256;
  color: #fff;
  box-shadow: 0 -2px 10px 0 rgba(0,0,0,0.4);
  -moz-box-shadow: 0 -2px 10px 0 rgba(0,0,0,0.4);
  -webkit-box-shadow: 0 -2px 10px 0 rgba(0,0,0,0.4);
  -ms-box-shadow: 0 -2px 10px 0 rgba(0,0,0,0.4);
  z-index: 8;
}
#footer .contact .content {
  display: table;
}
#footer .contact .content > div {
  display: table-cell;
  vertical-align: middle;
  letter-spacing: normal;
}
#footer .contact .content .tel {
  white-space: nowrap;
}
#footer .contact .content .tel span {
  display: inline-block;
  padding: 0 15px;
  margin-right: 14px;
  vertical-align: middle;
  border: solid 1px #fff;
  font-size: 11px;
}
#footer .contact .content .tel strong {
  vertical-align: middle;
  font-family: "Lora";
  font-weight: normal;
  font-size: 31px;
  font-size: 3.1rem;
  white-space: nowrap;
}
.btn_form {
  display: inline-block;
}
.btn_form a {
  position: relative;
  display: block;
  padding: .8em 2.5em .7em;
  background: -moz-linear-gradient(top, #f6ca07, #ea7e03);
  background: -webkit-gradient(linear, left top, left bottom, from(#f6ca07), to(#ea7e03));
  background: -ms-linear-gradient(top, #f6ca07, #ea7e03);
  background: linear-gradient(to bottom, #f6ca07, #ea7e03);
  filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#fff6ca07,EndColorStr=#ffea7e03);
  color: #082745;
  font-weight: bold;
  white-space: nowrap;
}
/*.btn_form a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #e56600;
  bottom: -100%;
  left: 0;
  transition: bottom .2s ease;
  -webkit-transition: bottom .2s ease;
  -moz-transition: bottom .2s ease;
}*/
.btn_form a:hover {
  background: #ea7e03;
  text-decoration: none;
}
#footer .form {
  text-align: right;
}
#footer .bnr_area {
  padding: 2em 0;
  max-width: 720px;
  margin: 0 auto;
}
#footer .bnr_area img {
  margin: 0 auto .5em;
}
/*
#footer .bnr_area {
  padding: 2em 0;
}
#footer .bnr_area .content {
  max-width: 900px;
}
#footer .bnr_area ul {
  margin: 0;
  padding: 0;
}
#footer .bnr_area li {
  max-width: 434px;
  width: 100%;
}
#footer .bnr_area li:first-child {
  max-width: 466px;
}
#footer .bnr_area li:first-child .rgt {
  margin-right: 34px;
}
#footer .bnr_area img {
  margin: 0 auto .5em;
}
*/

#footer #gmap {
  /*max-width: 1280px;*/
  height: 256px;
}

#footer .lft,
#footer .rgt {
  letter-spacing: normal;
}
#footer .footer_menu {
  border-bottom: solid 1px #ccc;
}
#footer .footer_menu strong {
  display: block;
  margin-bottom: .5em;
}
#footer .footer_menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#footer .footer_menu .content > ul > li {
  max-width: 480px;
  padding: 3em 0;
}
#footer .footer_menu .content > ul > li:first-child {
  position: relative;
  box-sizing: border-box;
  border-right: solid 1px #ccc;
}
#footer .footer_menu .content > ul > li:first-child .lft {
  width: 150px;
}
#footer .footer_menu .content > ul > li:first-child .rgt {
  width: 325px;
}
#footer .footer_menu .content > ul > li:first-child .rgt ul {
  margin-bottom: 1em;
}
#footer .footer_menu .content > ul > li.address {
  position: relative;
  color: #0a3256;
}
#footer .footer_menu .content > ul > li.address .lft {
  margin-left: 30px;
}
#footer .footer_menu .content > ul > li.address .lft p {
  margin: 0;
  padding: 0;
  font-size: 12px;
  font-size: 1.2rem;
}
#footer .footer_menu #page_top {
  position: absolute;
  bottom: 3em;
  right: 0;
  font-family: "Lora";
  font-weight: bold;
  opacity: 0;
  transition: opacity .2s ease;
  -webkit-transition: opacity .2s ease;
  -moz-transition: opacity .2s ease;
}
#footer .footer_menu #page_top.fixed {
  position: fixed;
  bottom: 8em;
  right: 1em;
  opacity: 1;
  transition: opacity .2s ease;
  -webkit-transition: opacity .2s ease;
  -moz-transition: opacity .2s ease;
}
#footer .footer_menu #page_top a {
  display: block;
  color: #10355b;
}
#footer .footer_menu #page_top a:after {
  content: "";
  display: inline-block;
  width: 17px;
  height: 21px;
  margin-left: .5em;
  vertical-align: bottom;
  background: url(../images/pt_pagetop.png) no-repeat center center;
}
#footer .footer_menu .rgt li {
  font-size: 12px;
  font-size: 1.2rem;
}
#footer .footer_menu .rgt li:before {
  content: "-";
  display: inline-block;
  margin-right: 5px;
  font-size: 85%;
}
#footer .footer_menu .lang ul {
  height: 100%;
  width: 148px;
}
#footer .footer_menu .lang li {
  display: inline-block;
}
#footer .footer_menu .lang li:before {
  content: none;
}
#footer .footer_menu .lang a {
  display: block;
  padding: 6px 0;
  width: 100%;
  background-color: #0a3256;
  box-sizing: border-box;
  border: none;
  border-top: solid 1px #0a3256;
  border-bottom: solid 1px #0a3256;
  line-height: 1;
  color: #fff;
  text-align: center;
  font-family: "Lora";
  font-size: 10px;
  font-size: 1rem;
}
#footer .footer_menu .lang a:hover {
  opacity: .7;
  transition: opacity .6s ease;
  text-decoration: none;
}
#footer .footer_menu .lang a.on {
  background-color: inherit;
  border: solid 1px rgba(16,53,91,.4);
  color: rgba(16,53,91,.4);
  cursor: text;
}
#footer .footer_menu .pmark {
  margin: 1em 0 0;
}
#footer .footer_menu .pmark img {
  float: right;
}
#footer .btm {
  padding: 1.6em 0 8em;
  background-color: #fff;
  /*box-shadow:-5px -5px 5px 0 rgba(0,0,0,0.4) inset;*/
}
#footer .btm:after {
  content: "";
  display: block;
  clear: both;
}
#footer .btm a {
  font-size: 90%;
}
#footer .btm a:before {
  content: "";
  display: inline-block;
  width: 3px;
  height: 5px;
  margin-right: 5px;
  vertical-align: middle;
  background: url(../images/pt_link.gif) no-repeat center center;
}
#footer #copyright {
  font-size: 80%;
}
@media screen and (max-width: 768px) {
  #footer .contact .content > div {
    padding: 0 .5em;
  }
  #footer .contact .content .txt {
    font-size: 85%;
  }
  #footer .contact .content .tel span {
    margin-right: 0;
  }
  #footer .contact .content .tel strong {
    font-size: 26px;
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 640px) {
  #footer {
    position: relative;
  }
  #footer .contact {
    /*position: absolute;*/
    bottom: 0;
    padding: 0;
    /*border: none;
    box-shadow: 0 -2px 10px 0 rgba(0,0,0,0.4);
    -moz-box-shadow: 0 -2px 10px 0 rgba(0,0,0,0.4);
    -webkit-box-shadow: 0 -2px 10px 0 rgba(0,0,0,0.4);
    -ms-box-shadow: 0 -2px 10px 0 rgba(0,0,0,0.4);*/
  }
  #footer .contact .content {
    width: 100%;
  }
  #footer .contact .content .txt {
    background-color: #0a3256;
  }
  #footer .contact .content .tel {
    background-color: #fff;
  }
  #footer .contact .content > div {
    vertical-align: bottom;
    padding: 0;
  }
  #footer .contact .content > div:first-child img {
    margin-right: 0;
  }
  #footer .bnr_area li {
    width: 50%;
  }
  #footer .bnr_area img {
    width: 90%;
  }
  #footer .bnr_area li:first-child .rgt {
    margin-right: 0;
  }
  #footer .footer_menu .content > ul > li:first-child {
    display: none;
  }
  #footer .footer_menu .lang {
    display: none;
  }
  #footer .footer_menu .content > ul > li {
    width: 100%;
  }
  #footer .footer_menu .content > ul > li.address {
    margin-bottom: 3em;
  }
  #footer .footer_menu .content > ul > li.address .lft {
    margin-left: 0;
  }
  #footer .footer_menu .pmark img {
    float: none;
    margin: auto;
  }
  #footer .footer_menu #page_top {
    display: none;
  }
  #footer .btm {
    padding: 1em 0 5em;
  }
  #footer .btm .lft {
    position: absolute;
    bottom: 12em;
    left: 0;
    right: 0;
    margin: auto;
    width: 92% !important;
  }
  #footer .btm a {
    position: relative;
    display: block;
    width: 90%;
    padding: .4em 1em;
    margin: auto;
    border: solid 2px #0a3256;
    box-sizing: border-box;
    color: #0a3256;
    font-weight: bold;
    text-decoration: none;
    text-align: left;
  }
  #footer .btm a:before {
    content: none;
  }
  #footer .btm a:after {
    content: "";
    width: 7px;
    height: 11px;
    background: url(../images/pt_arrow.png) no-repeat center center;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 8px;
    margin: auto;
    display: block;
  }
  #copyright {
    margin-top: 1em;
  }

}

/* 20161128 update ページ下部　TOPに戻る */
#footerBackBtn{
	margin: 40px auto;
  max-width: 92%;
	text-align: center;
}
#footerBackBtn .btn{
	margin: auto;
}
