@charset "UTF-8";
/* ===================================================================
CSS information

 file name  : common.css
 author     : Ability Consultant
 style info : 基本・共通設定
=================================================================== */
#page .tmp_intro, #contents .topicpath ul, #footer .box_foot {
  max-width: 1160px;
  margin: auto;
}
@media only screen and (max-width: 1160px) {
  #page .tmp_intro, #contents .topicpath ul, #footer .box_foot {
    width: 95%;
  }
}

#header:after, #header .con_header .inner .head_area:after, #header .con_header .inner .head_area .logobox:after, #fix_nav .box_gnav:after, #contents .topicpath ul:after {
  content: "";
  display: table;
  clear: both;
}

/* -----------------------------------------------------------
	基本設定、リンクカラーなど
----------------------------------------------------------- */
html {
  font-size: small;
  line-height: 1.6;
}

body {
  color: #333;
  background: #fff;
  -webkit-text-size-adjust: none;
  font-size: 108%;
  font-family: "Sawarabi Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "Meiryo", "MS Ｐゴシック", "MS PGothic", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, sans-serif;
}
.ie body {
  font-size: 105%;
}
@media only screen and (max-width: 767px) {
  body {
    font-size: 100%;
  }
}
body a {
  color: #333;
}
body a:link, body a:visited, body a:active {
  text-decoration: underline;
}
.mouse body a:hover, .touch body a.touchstart {
  text-decoration: none;
  color: #333;
}
body img {
  max-width: 100%;
  -webkit-touch-callout: none;
}
body *::selection {
  background: rgba(0, 26, 67, 0.2);
}
body *::-moz-selection {
  background: rgba(0, 26, 67, 0.2);
}

html.ie8 .view_tab,
html.ie8 .view_tab_sp,
html.ie8 .view_sp {
  display: none !important;
}
html.ie8 #page {
  min-width: 1160px !important;
  margin: auto;
  font-size: 100% !important;
}

@media only screen and (min-width: 1161px) {
  body .view_tab-sp, body .view_tab {
    display: none !important;
  }
}
@media print {
  body .view_tab-sp, body .view_tab {
    display: none !important;
  }
}
.ie8 body .view_tab-sp, .ie8 body .view_tab {
  display: none !important;
}
@media only screen and (min-width: 768px) {
  body .view_sp {
    display: none !important;
  }
}
@media print {
  body .view_sp {
    display: none !important;
  }
}
.ie8 body .view_sp {
  display: none !important;
}
@media only screen and (max-width: 1160px) {
  body .view_pc {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  body .view_pc-tab, body .view_tab {
    display: none !important;
  }
}

.mouse .over {
  -moz-transition: opacity 300ms ease-in;
  -o-transition: opacity 300ms ease-in;
  -webkit-transition: opacity 300ms ease-in;
  transition: opacity 300ms ease-in;
}
.mouse .over:hover, .touch .over.touchstart {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
.touch .over {
  -webkit-tap-highlight-color: transparent;
}
.touch .over.touchend {
  -moz-transition-delay: 200ms;
  -o-transition-delay: 200ms;
  -webkit-transition-delay: 200ms;
  transition-delay: 200ms;
}

/* -----------------------------------------------------------
	#page
----------------------------------------------------------- */
#page {
  position: relative;
}
@media only screen and (min-width: 768px) {
  #page {
    font-size: 100% !important;
    left: auto !important;
  }
}
@media print {
  #page {
    font-size: 100% !important;
    left: auto !important;
  }
}
.ie8 #page {
  font-size: 100% !important;
  left: auto !important;
}
@media only screen and (max-width: 767px) {
  #page {
    -moz-transition: left 300ms ease-out;
    -o-transition: left 300ms ease-out;
    -webkit-transition: left 300ms ease-out;
    transition: left 300ms ease-out;
    left: 0;
  }
  #page #header, #page #contents, #page #footer {
    -moz-transition: opacity 300ms ease-out;
    -o-transition: opacity 300ms ease-out;
    -webkit-transition: opacity 300ms ease-out;
    transition: opacity 300ms ease-out;
  }
}
#page .tmp_st {
  text-align: center;
  font-weight: normal;
}
#page .tmp_st span {
  display: block;
}
#page .tmp_st span.en {
  font-family: "Ropa Sans", "MS PGothic", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, sans-serif;
}
#page .tmp_st span.jp {
  letter-spacing: 0.05em;
}
@media only screen and (min-width: 768px) {
  #page .tmp_st span.en {
    font-size: 2.2em;
    line-height: 1.2em;
    letter-spacing: 0.1em;
  }
  #page .tmp_st span.jp {
    font-size: 1em;
    line-height: 1.2em;
    letter-spacing: 0.05em;
  }
}
@media print {
  #page .tmp_st span.en {
    font-size: 2.2em;
    line-height: 1.2em;
    letter-spacing: 0.1em;
  }
  #page .tmp_st span.jp {
    font-size: 1em;
    line-height: 1.2em;
    letter-spacing: 0.05em;
  }
}
.ie8 #page .tmp_st span.en {
  font-size: 2.2em;
  line-height: 1.2em;
  letter-spacing: 0.1em;
}
.ie8 #page .tmp_st span.jp {
  font-size: 1em;
  line-height: 1.2em;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 767px) {
  #page .tmp_st span.en {
    font-size: 1.6em;
    line-height: 1em;
    letter-spacing: 0.1em;
  }
  #page .tmp_st span.jp {
    font-size: 0.9em;
    line-height: 1.2em;
    letter-spacing: 0.05em;
  }
}
@media only screen and (max-width: 767px) {
  #page.hide {
    left: -80%;
  }
  #page.hide #header, #page.hide #contents, #page.hide #footer, #page.hide #menu {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
    opacity: 0.3;
  }
}
#page .tmp_bt a {
  display: block;
  text-decoration: none;
  border: 1px solid #001a43;
  color: #001a43;
  position: relative;
  background: transparent url("../images/common/arr_r.png") 90% center no-repeat;
  background-color: #FFF;
}
#page .tmp_bt a span {
  display: block;
  position: relative;
  z-index: 10;
}
#page .tmp_bt.rv a {
  border: 1px solid #ae6d1d;
  color: #FFF;
  background: transparent url("../images/common/arr_r3.png") 90% center no-repeat;
  background-color: #ae6d1d;
}
#page .tmp_bt.c2 a {
  border: 1px solid #4c6da2;
  color: #FFF;
  background: transparent url("../images/common/arr_r3.png") 90% center no-repeat;
  background-color: #4c6da2;
}
#page .tmp_bt.c3 a {
  border: 1px solid #ae6d1d;
  color: #ae6d1d;
  background: transparent url("../images/common/arr_r2.png") 90% center no-repeat;
  background-color: #FFF;
}
@media only screen and (min-width: 768px) {
  #page .tmp_bt {
    display: inline-block;
  }
  #page .tmp_bt a {
    -moz-transition: color 300ms ease-out, background 300ms ease-out, border 300ms ease-out;
    -o-transition: color 300ms ease-out, background 300ms ease-out, border 300ms ease-out;
    -webkit-transition: color 300ms ease-out, background 300ms ease-out, border 300ms ease-out;
    transition: color 300ms ease-out, background 300ms ease-out, border 300ms ease-out;
  }
  #page .tmp_bt a span {
    padding: 0.5em 4em 0.5em 1.5em;
  }
  #page .tmp_bt.rv a {
    font-size: 1.2em;
    line-height: 1.4em;
  }
}
@media print {
  #page .tmp_bt {
    display: inline-block;
  }
  #page .tmp_bt a {
    -moz-transition: color 300ms ease-out, background 300ms ease-out, border 300ms ease-out;
    -o-transition: color 300ms ease-out, background 300ms ease-out, border 300ms ease-out;
    -webkit-transition: color 300ms ease-out, background 300ms ease-out, border 300ms ease-out;
    transition: color 300ms ease-out, background 300ms ease-out, border 300ms ease-out;
  }
  #page .tmp_bt a span {
    padding: 0.5em 4em 0.5em 1.5em;
  }
  #page .tmp_bt.rv a {
    font-size: 1.2em;
    line-height: 1.4em;
  }
}
.ie8 #page .tmp_bt {
  display: inline-block;
}
.ie8 #page .tmp_bt a {
  -moz-transition: color 300ms ease-out, background 300ms ease-out, border 300ms ease-out;
  -o-transition: color 300ms ease-out, background 300ms ease-out, border 300ms ease-out;
  -webkit-transition: color 300ms ease-out, background 300ms ease-out, border 300ms ease-out;
  transition: color 300ms ease-out, background 300ms ease-out, border 300ms ease-out;
}
.ie8 #page .tmp_bt a span {
  padding: 0.5em 4em 0.5em 1.5em;
}
.ie8 #page .tmp_bt.rv a {
  font-size: 1.2em;
  line-height: 1.4em;
}
@media only screen and (min-width: 1161px) {
  #page .tmp_bt a:hover {
    color: #FFF;
    border: 1px solid #001a43;
    background: transparent url("../images/common/arr_r3.png") 95% center no-repeat;
    background-color: #001a43;
  }
  #page .tmp_bt.rv a:hover {
    color: #ae6d1d;
    border: 1px solid #ae6d1d;
    background: transparent url("../images/common/arr_r2.png") 95% center no-repeat;
    background-color: #FFF;
  }
  #page .tmp_bt.c2 a:hover {
    color: #4c6da2;
    border: 1px solid #4c6da2;
    background: transparent url("../images/common/arr_r5.png") 95% center no-repeat;
    background-color: #FFF;
  }
  #page .tmp_bt.c3 a:hover {
    color: #FFF;
    border: 1px solid #ae6d1d;
    background: transparent url("../images/common/arr_r3.png") 95% center no-repeat;
    background-color: #ae6d1d;
  }
}
@media print {
  #page .tmp_bt a:hover {
    color: #FFF;
    border: 1px solid #001a43;
    background: transparent url("../images/common/arr_r3.png") 95% center no-repeat;
    background-color: #001a43;
  }
  #page .tmp_bt.rv a:hover {
    color: #ae6d1d;
    border: 1px solid #ae6d1d;
    background: transparent url("../images/common/arr_r2.png") 95% center no-repeat;
    background-color: #FFF;
  }
  #page .tmp_bt.c2 a:hover {
    color: #4c6da2;
    border: 1px solid #4c6da2;
    background: transparent url("../images/common/arr_r5.png") 95% center no-repeat;
    background-color: #FFF;
  }
  #page .tmp_bt.c3 a:hover {
    color: #FFF;
    border: 1px solid #ae6d1d;
    background: transparent url("../images/common/arr_r3.png") 95% center no-repeat;
    background-color: #ae6d1d;
  }
}
.ie8 #page .tmp_bt a:hover {
  color: #FFF;
  border: 1px solid #001a43;
  background: transparent url("../images/common/arr_r3.png") 95% center no-repeat;
  background-color: #001a43;
}
.ie8 #page .tmp_bt.rv a:hover {
  color: #ae6d1d;
  border: 1px solid #ae6d1d;
  background: transparent url("../images/common/arr_r2.png") 95% center no-repeat;
  background-color: #FFF;
}
.ie8 #page .tmp_bt.c2 a:hover {
  color: #4c6da2;
  border: 1px solid #4c6da2;
  background: transparent url("../images/common/arr_r5.png") 95% center no-repeat;
  background-color: #FFF;
}
.ie8 #page .tmp_bt.c3 a:hover {
  color: #FFF;
  border: 1px solid #ae6d1d;
  background: transparent url("../images/common/arr_r3.png") 95% center no-repeat;
  background-color: #ae6d1d;
}
@media only screen and (max-width: 767px) {
  #page .tmp_bt a {
    text-align: center;
  }
  #page .tmp_bt a span {
    padding: 0.6em 0;
  }
}
#page .tmp_intro {
  text-align: center;
  margin-top: 40px;
}
@media only screen and (max-width: 767px) {
  #page .tmp_intro {
    margin-top: 5%;
  }
}
#page .tmp_intro h3 {
  font-weight: normal;
}
#page .tmp_intro .text {
  margin-top: 1em;
}
#page .tmp_intro .box_plink {
  margin: 40px auto 0;
}
@media only screen and (max-width: 767px) {
  #page .tmp_intro .box_plink {
    margin: 5% auto 0;
  }
}
@media only screen and (min-width: 768px) {
  #page .tmp_intro h3 {
    font-size: 1.8em;
    line-height: 1.4em;
    letter-spacing: 0.05em;
  }
  #page .tmp_intro .text {
    font-size: 1.2em;
    line-height: 1.8em;
  }
  #page .tmp_intro .box_plink {
    max-width: 960px;
  }
  #page .tmp_intro .box_plink li {
    margin: 0.5em;
  }
  #page .tmp_intro .box_plink li a span {
    font-size: 1.2em;
    line-height: 1.4em;
  }
}
@media print {
  #page .tmp_intro h3 {
    font-size: 1.8em;
    line-height: 1.4em;
    letter-spacing: 0.05em;
  }
  #page .tmp_intro .text {
    font-size: 1.2em;
    line-height: 1.8em;
  }
  #page .tmp_intro .box_plink {
    max-width: 960px;
  }
  #page .tmp_intro .box_plink li {
    margin: 0.5em;
  }
  #page .tmp_intro .box_plink li a span {
    font-size: 1.2em;
    line-height: 1.4em;
  }
}
.ie8 #page .tmp_intro h3 {
  font-size: 1.8em;
  line-height: 1.4em;
  letter-spacing: 0.05em;
}
.ie8 #page .tmp_intro .text {
  font-size: 1.2em;
  line-height: 1.8em;
}
.ie8 #page .tmp_intro .box_plink {
  max-width: 960px;
}
.ie8 #page .tmp_intro .box_plink li {
  margin: 0.5em;
}
.ie8 #page .tmp_intro .box_plink li a span {
  font-size: 1.2em;
  line-height: 1.4em;
}
@media only screen and (max-width: 767px) {
  #page .tmp_intro h3 {
    font-size: 1.4em;
    line-height: 1.4em;
  }
  #page .tmp_intro .text {
    text-align: left;
  }
  #page .tmp_intro .box_plink {
    overflow: hidden;
  }
  #page .tmp_intro .box_plink li {
    width: 49%;
    float: left;
  }
  #page .tmp_intro .box_plink li:nth-child(2n) {
    margin-left: 2%;
    margin-bottom: 0.5em;
  }
  #page .tmp_intro .box_plink li a {
    line-height: 1.2em;
  }
}

/* -----------------------------------------------------------
	#header
----------------------------------------------------------- */
#header .con_header .inner h1 {
  font-weight: normal;
  color: #7188aa;
  font-size: 0.9em;
  line-height: 1.4em;
}
@media only screen and (min-width: 768px) {
  #header {
    background: transparent url("../images/common/pat01.png") left top repeat;
    padding: 12px 0;
  }
  #header .con_header .inner {
    width: 95%;
    margin: 0 auto;
    position: relative;
  }
  #header .con_header .inner h1 {
    position: absolute;
    top: 0;
    left: 4.5%;
    margin-left: 1.2%;
  }
  #header .con_header .inner .head_area .logobox {
    width: 60%;
    float: left;
  }
  #header .con_header .inner .head_area .logobox .logo {
    width: 7%;
    float: left;
    text-indent: -0.3em;
  }
  #header .con_header .inner .head_area .logobox #gnav {
    float: left;
    margin-left: 2%;
    margin-top: 24px;
    width: 80%;
  }
  #header .con_header .inner .head_area .logobox #gnav .box_gnav {
    overflow: hidden;
  }
  #header .con_header .inner .head_area .logobox #gnav .box_gnav li {
    float: left;
    margin-right: 2%;
    margin-bottom: 4px;
  }
  #header .con_header .inner .head_area .logobox #gnav .box_gnav li:last-child {
    margin-right: 0;
  }
  #header .con_header .inner .head_area .logobox #gnav .box_gnav li a {
    display: block;
    text-decoration: none;
    color: #FFF;
    background: transparent url("../images/common/dot.png") left center no-repeat;
    padding: 1px 0 1px 12px;
    -moz-transition: color 300ms ease-out;
    -o-transition: color 300ms ease-out;
    -webkit-transition: color 300ms ease-out;
    transition: color 300ms ease-out;
    font-size: 14px;
    line-height: 1.4em;
  }
  #header .con_header .inner .head_area .logobox #gnav .box_gnav li:hover a, #header .con_header .inner .head_area .logobox #gnav .box_gnav li.active a {
    color: #ae6d1d;
  }
  #header .con_header .inner .head_area .telbox {
    width: 40%;
    float: right;
    overflow: hidden;
    padding-top: 0.7em;
  }
  #header .con_header .inner .head_area .telbox .box_tel {
    float: right;
    color: #FFF;
    font-size: 2.4em;
    line-height: 1em;
    font-family: "Ropa Sans", "MS PGothic", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, sans-serif;
  }
  #header .con_header .inner .head_area .telbox .box_tel:before, #header .con_header .inner .head_area .telbox .box_tel:after {
    font-family: FontAwesome;
    vertical-align: middle;
  }
  #header .con_header .inner .head_area .telbox .box_tel > * {
    vertical-align: middle;
    display: inline;
  }
  #header .con_header .inner .head_area .telbox .box_tel:before {
    content: "";
    margin-right: .5em;
    font-size: 26px;
    line-height: 1em;
    margin-right: 0.2em;
  }
}
@media only screen and (min-width: 768px) and (min-width: 768px) and (max-width: 1520px) {
  #header .con_header .inner .head_area .telbox .box_tel {
    float: none;
    clear: both;
    width: 100%;
    margin-top: 1.5em;
    text-align: right;
  }
}
@media only screen and (min-width: 768px) {
  .ie8 #header .con_header .inner .head_area .telbox .box_tel {
    float: none;
    clear: both;
    width: 100%;
    margin-top: 1.5em;
    text-align: right;
  }
  #header .con_header .inner .head_area .telbox .box_tel a, #header .con_header .inner .head_area .telbox .box_tel span {
    text-decoration: none;
    color: #fff;
  }
  #header .con_header .inner .head_area .telbox .gnav_rv {
    float: right;
    margin-left: 2%;
  }
  #header .con_header .inner .head_area .telbox .gnav_rv a {
    display: block;
    text-decoration: none;
    background: transparent url("../images/common/arr_r3.png") 90% center no-repeat;
    background-color: #ae6d1d;
    border: 1px solid #ae6d1d;
    color: #FFF;
    padding: 0.3em 4em 0.3em 1.5em;
    -moz-transition: color 300ms ease-out, background 300ms ease-out;
    -o-transition: color 300ms ease-out, background 300ms ease-out;
    -webkit-transition: color 300ms ease-out, background 300ms ease-out;
    transition: color 300ms ease-out, background 300ms ease-out;
  }
  #header .con_header .inner .head_area .telbox .gnav_rv a:hover {
    color: #ae6d1d;
    background: transparent url("../images/common/arr_r2.png") 95% center no-repeat;
    background-color: #FFF;
  }
  #header .con_header .inner .head_area .telbox .wrp_language {
    float: right;
    z-index: 9999;
    margin-left: 1em;
  }
  #header .con_header .inner .head_area .telbox .wrp_language .language_inner .st {
    height: 1.5em;
    padding: .5em 3.97em;
    border: 1px solid #fff;
    text-align: center;
    color: #fff;
    letter-spacing: .05em;
    min-width: 109px;
    cursor: pointer;
  }
}
@media only screen and (min-width: 768px) and (min-width: 768px) and (max-width: 1160px) {
  #header .con_header .inner .head_area .telbox .wrp_language .language_inner .st {
    padding: .5em 2.97em;
  }
}
@media only screen and (min-width: 768px) {
  #header .con_header .inner .head_area .telbox .wrp_language .language_inner .st:after {
    content: "";
    font-family: FontAwesome;
    margin-left: .5em;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    vertical-align: baseline;
    -moz-transition: -moz-transform 300ms ease;
    -o-transition: -o-transform 300ms ease;
    -webkit-transition: -webkit-transform 300ms ease;
    transition: transform 300ms ease;
  }
  #header .con_header .inner .head_area .telbox .wrp_language .language_inner ul {
    position: absolute;
    text-align: center;
    color: #fff;
    letter-spacing: .05em;
    z-index: 9999;
  }
  #header .con_header .inner .head_area .telbox .wrp_language .language_inner ul li {
    border: 1px solid #fff;
  }
  #header .con_header .inner .head_area .telbox .wrp_language .language_inner ul li a {
    background: rgba(255, 255, 255, 0.8);
    padding: .5em 3.97em;
    display: block;
    min-width: 109px;
    text-decoration: none;
  }
}
@media only screen and (min-width: 768px) and (min-width: 768px) and (max-width: 1160px) {
  #header .con_header .inner .head_area .telbox .wrp_language .language_inner ul li a {
    padding: .5em 2.97em;
  }
}
@media only screen and (min-width: 768px) {
  #header .con_header .inner .head_area .telbox .wrp_language .language_inner ul li a:hover {
    text-decoration: underline;
  }
}
@media print {
  #header {
    background: transparent url("../images/common/pat01.png") left top repeat;
    padding: 12px 0;
  }
  #header .con_header .inner {
    width: 95%;
    margin: 0 auto;
    position: relative;
  }
  #header .con_header .inner h1 {
    position: absolute;
    top: 0;
    left: 4.5%;
    margin-left: 1.2%;
  }
  #header .con_header .inner .head_area .logobox {
    width: 60%;
    float: left;
  }
  #header .con_header .inner .head_area .logobox .logo {
    width: 7%;
    float: left;
    text-indent: -0.3em;
  }
  #header .con_header .inner .head_area .logobox #gnav {
    float: left;
    margin-left: 2%;
    margin-top: 24px;
    width: 80%;
  }
  #header .con_header .inner .head_area .logobox #gnav .box_gnav {
    overflow: hidden;
  }
  #header .con_header .inner .head_area .logobox #gnav .box_gnav li {
    float: left;
    margin-right: 2%;
    margin-bottom: 4px;
  }
  #header .con_header .inner .head_area .logobox #gnav .box_gnav li:last-child {
    margin-right: 0;
  }
  #header .con_header .inner .head_area .logobox #gnav .box_gnav li a {
    display: block;
    text-decoration: none;
    color: #FFF;
    background: transparent url("../images/common/dot.png") left center no-repeat;
    padding: 1px 0 1px 12px;
    -moz-transition: color 300ms ease-out;
    -o-transition: color 300ms ease-out;
    -webkit-transition: color 300ms ease-out;
    transition: color 300ms ease-out;
    font-size: 14px;
    line-height: 1.4em;
  }
  #header .con_header .inner .head_area .logobox #gnav .box_gnav li:hover a, #header .con_header .inner .head_area .logobox #gnav .box_gnav li.active a {
    color: #ae6d1d;
  }
  #header .con_header .inner .head_area .telbox {
    width: 40%;
    float: right;
    overflow: hidden;
    padding-top: 0.7em;
  }
  #header .con_header .inner .head_area .telbox .box_tel {
    float: right;
    color: #FFF;
    font-size: 2.4em;
    line-height: 1em;
    font-family: "Ropa Sans", "MS PGothic", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, sans-serif;
  }
  #header .con_header .inner .head_area .telbox .box_tel:before, #header .con_header .inner .head_area .telbox .box_tel:after {
    font-family: FontAwesome;
    vertical-align: middle;
  }
  #header .con_header .inner .head_area .telbox .box_tel > * {
    vertical-align: middle;
    display: inline;
  }
  #header .con_header .inner .head_area .telbox .box_tel:before {
    content: "";
    margin-right: .5em;
    font-size: 26px;
    line-height: 1em;
    margin-right: 0.2em;
  }
}
@media print {
  #header .con_header .inner .head_area .telbox .box_tel {
    float: none;
    clear: both;
    width: 100%;
    margin-top: 1.5em;
    text-align: right;
  }
}
@media print {
  .ie8 #header .con_header .inner .head_area .telbox .box_tel {
    float: none;
    clear: both;
    width: 100%;
    margin-top: 1.5em;
    text-align: right;
  }
  #header .con_header .inner .head_area .telbox .box_tel a, #header .con_header .inner .head_area .telbox .box_tel span {
    text-decoration: none;
    color: #fff;
  }
  #header .con_header .inner .head_area .telbox .gnav_rv {
    float: right;
    margin-left: 2%;
  }
  #header .con_header .inner .head_area .telbox .gnav_rv a {
    display: block;
    text-decoration: none;
    background: transparent url("../images/common/arr_r3.png") 90% center no-repeat;
    background-color: #ae6d1d;
    border: 1px solid #ae6d1d;
    color: #FFF;
    padding: 0.3em 4em 0.3em 1.5em;
    -moz-transition: color 300ms ease-out, background 300ms ease-out;
    -o-transition: color 300ms ease-out, background 300ms ease-out;
    -webkit-transition: color 300ms ease-out, background 300ms ease-out;
    transition: color 300ms ease-out, background 300ms ease-out;
  }
  #header .con_header .inner .head_area .telbox .gnav_rv a:hover {
    color: #ae6d1d;
    background: transparent url("../images/common/arr_r2.png") 95% center no-repeat;
    background-color: #FFF;
  }
  #header .con_header .inner .head_area .telbox .wrp_language {
    float: right;
    z-index: 9999;
    margin-left: 1em;
  }
  #header .con_header .inner .head_area .telbox .wrp_language .language_inner .st {
    height: 1.5em;
    padding: .5em 3.97em;
    border: 1px solid #fff;
    text-align: center;
    color: #fff;
    letter-spacing: .05em;
    min-width: 109px;
    cursor: pointer;
  }
  #header .con_header .inner .head_area .telbox .wrp_language .language_inner .st:after {
    content: "";
    font-family: FontAwesome;
    margin-left: .5em;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    vertical-align: baseline;
    -moz-transition: -moz-transform 300ms ease;
    -o-transition: -o-transform 300ms ease;
    -webkit-transition: -webkit-transform 300ms ease;
    transition: transform 300ms ease;
  }
  #header .con_header .inner .head_area .telbox .wrp_language .language_inner ul {
    position: absolute;
    text-align: center;
    color: #fff;
    letter-spacing: .05em;
    z-index: 9999;
  }
  #header .con_header .inner .head_area .telbox .wrp_language .language_inner ul li {
    border: 1px solid #fff;
  }
  #header .con_header .inner .head_area .telbox .wrp_language .language_inner ul li a {
    background: rgba(255, 255, 255, 0.8);
    padding: .5em 3.97em;
    display: block;
    min-width: 109px;
    text-decoration: none;
  }
  #header .con_header .inner .head_area .telbox .wrp_language .language_inner ul li a:hover {
    text-decoration: underline;
  }
}
.ie8 #header {
  background: transparent url("../images/common/pat01.png") left top repeat;
  padding: 12px 0;
}
.ie8 #header .con_header .inner {
  width: 95%;
  margin: 0 auto;
  position: relative;
}
.ie8 #header .con_header .inner h1 {
  position: absolute;
  top: 0;
  left: 4.5%;
  margin-left: 1.2%;
}
.ie8 #header .con_header .inner .head_area .logobox {
  width: 60%;
  float: left;
}
.ie8 #header .con_header .inner .head_area .logobox .logo {
  width: 7%;
  float: left;
  text-indent: -0.3em;
}
.ie8 #header .con_header .inner .head_area .logobox #gnav {
  float: left;
  margin-left: 2%;
  margin-top: 24px;
  width: 80%;
}
.ie8 #header .con_header .inner .head_area .logobox #gnav .box_gnav {
  overflow: hidden;
}
.ie8 #header .con_header .inner .head_area .logobox #gnav .box_gnav li {
  float: left;
  margin-right: 2%;
  margin-bottom: 4px;
}
.ie8 #header .con_header .inner .head_area .logobox #gnav .box_gnav li:last-child {
  margin-right: 0;
}
.ie8 #header .con_header .inner .head_area .logobox #gnav .box_gnav li a {
  display: block;
  text-decoration: none;
  color: #FFF;
  background: transparent url("../images/common/dot.png") left center no-repeat;
  padding: 1px 0 1px 12px;
  -moz-transition: color 300ms ease-out;
  -o-transition: color 300ms ease-out;
  -webkit-transition: color 300ms ease-out;
  transition: color 300ms ease-out;
  font-size: 14px;
  line-height: 1.4em;
}
.ie8 #header .con_header .inner .head_area .logobox #gnav .box_gnav li:hover a, .ie8 #header .con_header .inner .head_area .logobox #gnav .box_gnav li.active a {
  color: #ae6d1d;
}
.ie8 #header .con_header .inner .head_area .telbox {
  width: 40%;
  float: right;
  overflow: hidden;
  padding-top: 0.7em;
}
.ie8 #header .con_header .inner .head_area .telbox .box_tel {
  float: right;
  color: #FFF;
  font-size: 2.4em;
  line-height: 1em;
  font-family: "Ropa Sans", "MS PGothic", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, sans-serif;
}
.ie8 #header .con_header .inner .head_area .telbox .box_tel:before, .ie8 #header .con_header .inner .head_area .telbox .box_tel:after {
  font-family: FontAwesome;
  vertical-align: middle;
}
.ie8 #header .con_header .inner .head_area .telbox .box_tel > * {
  vertical-align: middle;
  display: inline;
}
.ie8 #header .con_header .inner .head_area .telbox .box_tel:before {
  content: "";
  margin-right: .5em;
  font-size: 26px;
  line-height: 1em;
  margin-right: 0.2em;
}
@media only screen and (min-width: 768px) and (max-width: 1520px) {
  .ie8 #header .con_header .inner .head_area .telbox .box_tel {
    float: none;
    clear: both;
    width: 100%;
    margin-top: 1.5em;
    text-align: right;
  }
}
@media print {
  .ie8 #header .con_header .inner .head_area .telbox .box_tel {
    float: none;
    clear: both;
    width: 100%;
    margin-top: 1.5em;
    text-align: right;
  }
}
.ie8 .ie8 #header .con_header .inner .head_area .telbox .box_tel {
  float: none;
  clear: both;
  width: 100%;
  margin-top: 1.5em;
  text-align: right;
}
.ie8 #header .con_header .inner .head_area .telbox .box_tel a, .ie8 #header .con_header .inner .head_area .telbox .box_tel span {
  text-decoration: none;
  color: #fff;
}
.ie8 #header .con_header .inner .head_area .telbox .gnav_rv {
  float: right;
  margin-left: 2%;
}
.ie8 #header .con_header .inner .head_area .telbox .gnav_rv a {
  display: block;
  text-decoration: none;
  background: transparent url("../images/common/arr_r3.png") 90% center no-repeat;
  background-color: #ae6d1d;
  border: 1px solid #ae6d1d;
  color: #FFF;
  padding: 0.3em 4em 0.3em 1.5em;
  -moz-transition: color 300ms ease-out, background 300ms ease-out;
  -o-transition: color 300ms ease-out, background 300ms ease-out;
  -webkit-transition: color 300ms ease-out, background 300ms ease-out;
  transition: color 300ms ease-out, background 300ms ease-out;
}
.ie8 #header .con_header .inner .head_area .telbox .gnav_rv a:hover {
  color: #ae6d1d;
  background: transparent url("../images/common/arr_r2.png") 95% center no-repeat;
  background-color: #FFF;
}
.ie8 #header .con_header .inner .head_area .telbox .wrp_language {
  float: right;
  z-index: 9999;
  margin-left: 1em;
}
.ie8 #header .con_header .inner .head_area .telbox .wrp_language .language_inner .st {
  height: 1.5em;
  padding: .5em 3.97em;
  border: 1px solid #fff;
  text-align: center;
  color: #fff;
  letter-spacing: .05em;
  min-width: 109px;
  cursor: pointer;
}
@media only screen and (min-width: 768px) and (max-width: 1160px) {
  .ie8 #header .con_header .inner .head_area .telbox .wrp_language .language_inner .st {
    padding: .5em 2.97em;
  }
}
.ie8 #header .con_header .inner .head_area .telbox .wrp_language .language_inner .st:after {
  content: "";
  font-family: FontAwesome;
  margin-left: .5em;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  vertical-align: baseline;
  -moz-transition: -moz-transform 300ms ease;
  -o-transition: -o-transform 300ms ease;
  -webkit-transition: -webkit-transform 300ms ease;
  transition: transform 300ms ease;
}
.ie8 #header .con_header .inner .head_area .telbox .wrp_language .language_inner ul {
  position: absolute;
  text-align: center;
  color: #fff;
  letter-spacing: .05em;
  z-index: 9999;
}
.ie8 #header .con_header .inner .head_area .telbox .wrp_language .language_inner ul li {
  border: 1px solid #fff;
}
.ie8 #header .con_header .inner .head_area .telbox .wrp_language .language_inner ul li a {
  background: rgba(255, 255, 255, 0.8);
  padding: .5em 3.97em;
  display: block;
  min-width: 109px;
  text-decoration: none;
}
@media only screen and (min-width: 768px) and (max-width: 1160px) {
  .ie8 #header .con_header .inner .head_area .telbox .wrp_language .language_inner ul li a {
    padding: .5em 2.97em;
  }
}
.ie8 #header .con_header .inner .head_area .telbox .wrp_language .language_inner ul li a:hover {
  text-decoration: underline;
}
@media only screen and (min-width: 768px) and (max-width: 1160px) {
  #header {
    padding: 8px 0;
  }
  #header .con_header .inner h1 {
    left: 0;
    margin-left: 15%;
    font-size: 0.8em;
    line-height: 1.4em;
  }
  #header .con_header .inner .head_area .logobox {
    width: 62%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1160px) and (min-width: 768px) and (max-width: 963.5px) {
  #header .con_header .inner .head_area .logobox {
    width: 50%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1160px) {
  #header .con_header .inner .head_area .logobox .logo {
    width: 23%;
    padding-top: 1.5%;
  }
  #header .con_header .inner .head_area .logobox #gnav {
    width: 75%;
  }
  #header .con_header .inner .head_area .logobox #gnav .box_gnav li {
    margin-right: 1em;
  }
  #header .con_header .inner .head_area .telbox {
    width: 36%;
    padding-top: 2%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1160px) and (min-width: 768px) and (max-width: 963.5px) {
  #header .con_header .inner .head_area .telbox {
    width: 50%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1160px) {
  #header .con_header .inner .head_area .telbox .box_tel {
    color: #FFF;
    font-size: 2em;
    line-height: 1em;
    padding-top: 0.1em;
  }
  #header .con_header .inner .head_area .telbox .box_tel:before, #header .con_header .inner .head_area .telbox .box_tel:after {
    font-family: FontAwesome;
    vertical-align: middle;
  }
  #header .con_header .inner .head_area .telbox .box_tel > * {
    vertical-align: middle;
    display: inline;
  }
  #header .con_header .inner .head_area .telbox .box_tel:before {
    content: "";
    margin-right: .5em;
    font-size: 20px;
    line-height: 1em;
    margin-right: 0.3em;
  }
  #header .con_header .inner .head_area .telbox .gnav_rv a {
    text-decoration: none;
    background: transparent url("../images/common/arr_r3.png") 90% center no-repeat;
    background-color: #ae6d1d;
    border: 1px solid #ae6d1d;
    color: #FFF;
    padding: 0.5em 3em 0.5em 0.5em;
    -moz-transition: color 300ms ease-out, background 300ms ease-out;
    -o-transition: color 300ms ease-out, background 300ms ease-out;
    -webkit-transition: color 300ms ease-out, background 300ms ease-out;
    transition: color 300ms ease-out, background 300ms ease-out;
  }
  #header .con_header .inner .head_area .telbox .gnav_rv a:hover {
    color: #ae6d1d;
    background: transparent url("../images/common/arr_r2.png") 95% center no-repeat;
    background-color: #FFF;
  }
}
@media only screen and (min-width: 768px) and (max-width: 963.5px) {
  #header .con_header .inner .head_area .logobox #gnav {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 767px) {
  #header {
    background-color: #001a43;
  }
  #header .con_header {
    position: relative;
    padding: 5% 3%;
    height: auto !important;
  }
  #header .con_header .inner {
    overflow: hidden;
  }
  #header .con_header .inner h1 {
    font-size: 0.5em;
    line-height: 1.2em;
    width: 30%;
  }
  #header .con_header .inner .logo {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 11vW;
    margin: 0.3em auto 0;
    margin-top: -5%;
    transform: translate(-50%);
  }
  #header .con_header .box_bt {
    position: absolute;
    top: 50%;
    right: 3%;
    width: 25px;
    -moz-transition: opacity 300ms ease-out, background-color 300ms ease-out, border 300ms ease-out;
    -o-transition: opacity 300ms ease-out, background-color 300ms ease-out, border 300ms ease-out;
    -webkit-transition: opacity 300ms ease-out, background-color 300ms ease-out, border 300ms ease-out;
    transition: opacity 300ms ease-out, background-color 300ms ease-out, border 300ms ease-out;
    z-index: 10;
  }
  #header .con_header .box_bt .inn {
    position: relative;
    height: 39px;
    display: block;
    cursor: pointer;
  }
  #header .con_header .box_bt .inn span {
    display: block;
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #FFF;
    top: 50%;
    left: 50%;
    margin-left: -12px;
    -moz-transition: opacity 300ms ease-out, -moz-transform 300ms ease-out, background-color 300ms ease-out, margin-top 300ms ease-out;
    -o-transition: opacity 300ms ease-out, -o-transform 300ms ease-out, background-color 300ms ease-out, margin-top 300ms ease-out;
    -webkit-transition: opacity 300ms ease-out, -webkit-transform 300ms ease-out, background-color 300ms ease-out, margin-top 300ms ease-out;
    transition: opacity 300ms ease-out, transform 300ms ease-out, background-color 300ms ease-out, margin-top 300ms ease-out;
  }
  #header .con_header .box_bt .inn span.t {
    margin-top: -28px;
  }
  #header .con_header .box_bt .inn span.m {
    margin-top: -20px;
  }
  #header .con_header .box_bt .inn span.b {
    margin-top: -12px;
  }
  #header .con_header .box_bt .inn.close span.t {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-top: -20px;
  }
  #header .con_header .box_bt .inn.close span.m {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
  }
  #header .con_header .box_bt .inn.close span.b {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin-top: -20px;
  }
  #header .con_images #obj_main_slider .slick-list .slick-track .slide {
    height: auto !important;
  }
}

/* -----------------------------------------------------------
	#contents
----------------------------------------------------------- */
#menuList {
  position: fixed;
  z-index: 900;
  top: 0;
  left: 120%;
  bottom: 0;
  right: 0;
  width: 80%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  -moz-transition: left 300ms ease-out;
  -o-transition: left 300ms ease-out;
  -webkit-transition: left 300ms ease-out;
  transition: left 300ms ease-out;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
#menuList .box_menu {
  padding-top: 5%;
  position: relative;
  text-align: center;
}
#menuList .box_menu #spnav {
  width: 85%;
  margin: 0 auto;
}
#menuList .box_menu #spnav li {
  border-bottom: 1px solid #d8d8d8;
}
#menuList .box_menu #spnav li:first-child {
  border-top: 1px solid #d8d8d8;
}
#menuList .box_menu #spnav li a {
  text-align: left;
  display: block;
  text-decoration: none;
  padding: 0.8em 1em;
  background: transparent url("../images/common/arr_r4.png") 95% center no-repeat;
}
#menuList .box_menu #spnav li.snav_rec {
  border-bottom: 0;
}
#menuList .box_menu #spnav li.snav_rev a {
  background: transparent url("../images/common/arr_r3.png") 95% center no-repeat;
  background-color: #ae6d1d;
  border-bottom: 0;
  color: #FFF;
}
#menuList .box_menu .box_tel {
  width: 85%;
  margin: 5% auto 0;
  padding: 3% 0;
  background-color: #DDD;
}
#menuList .box_menu .box_tel dt {
  line-height: 1.2em;
}
#menuList .box_menu .box_tel .tn {
  font-size: 1.6em;
  line-height: 1em;
}
#menuList .box_menu .box_tel .tn:before, #menuList .box_menu .box_tel .tn:after {
  font-family: FontAwesome;
  vertical-align: middle;
}
#menuList .box_menu .box_tel .tn > * {
  vertical-align: middle;
  display: inline;
}
#menuList .box_menu .box_tel .tn:before {
  content: "";
  margin-right: .5em;
  font-size: 0.9em;
  line-height: 1.4em;
  margin-right: 0.2em;
}
#menuList .box_menu .box_tel .tn .tel, #menuList .box_menu .box_tel .tn a {
  text-decoration: none;
}
#menuList .box_menu .bt_closet {
  position: absolute;
  top: 3%;
  right: 3%;
  max-width: 60px;
  width: 10%;
}
#menuList .box_menu .bt_close {
  margin-top: 8%;
  padding-bottom: 5%;
  display: block;
  text-decoration: none;
}
#menuList .box_menu .bt_close span {
  display: block;
}
#menuList .box_menu .bt_close span.ic {
  max-width: 70px;
  width: 10%;
  margin: 0 auto;
}
#menuList .box_menu .bt_close span.t {
  margin-top: 0.3em;
  font-size: 1em;
  line-height: 1.4em;
  font-family: "Ropa Sans", "MS PGothic", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, sans-serif;
}
#menuList .box_menu .menu2 {
  overflow: hidden;
  text-align: left;
}
#menuList .box_menu .menu2 .snav_top {
  float: left;
  width: 36%;
  margin: 1em 7% 0;
}
#menuList .box_menu .menu2 .snav_top a {
  font-size: 93%;
  text-decoration: none;
}
#menuList .box_menu .menu2 .snav_top a:before {
  content: "";
  font-family: FontAwesome;
  margin-right: .5em;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  vertical-align: baseline;
  line-height: 1;
  font-size: 88%;
}
#menuList.active {
  left: 20%;
}
#menuList.hide {
  left: 120%;
}

/* -----------------------------------------------------------
	#fix_nav
----------------------------------------------------------- */
#fix_nav {
  position: fixed;
  z-index: 1000;
  top: -100px;
  left: 0;
  width: 100%;
  background-color: rgba(0, 26, 67, 0.9);
  -moz-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.5);
  -moz-transition: top 300ms ease-out;
  -o-transition: top 300ms ease-out;
  -webkit-transition: top 300ms ease-out;
  transition: top 300ms ease-out;
}
#fix_nav .inner {
  width: 90%;
  max-width: 1000px;
  margin: auto;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
#fix_nav .box_gnav {
  width: 90%;
}
#fix_nav .box_gnav li {
  width: 14%;
  float: left;
}
#fix_nav .box_gnav li a {
  display: block;
  text-decoration: none;
  text-align: center;
  color: #FFF;
  font-size: 14px;
  line-height: 1.4em;
  padding: 1.5em 0 1em;
  letter-spacing: 0.05em;
  background: transparent url("../images/common/dot.png") center 23% no-repeat;
  -moz-transition: color 300ms ease-out, background-color 300ms ease-out;
  -o-transition: color 300ms ease-out, background-color 300ms ease-out;
  -webkit-transition: color 300ms ease-out, background-color 300ms ease-out;
  transition: color 300ms ease-out, background-color 300ms ease-out;
  border-left: 1px solid #213d6a;
}
#fix_nav .box_gnav li a:hover {
  color: #ae6d1d;
}
#fix_nav .box_gnav li.gnav_rv {
  width: 16%;
}
#fix_nav .box_gnav li.gnav_rv a {
  border-left: 0;
  background: transparent url("../images/common/dot3.png") center 23% no-repeat;
  background-color: #ae6d1d;
}
#fix_nav .box_gnav li.gnav_rv a:hover {
  background: transparent url("../images/common/dot2.png") center 23% no-repeat;
  background-color: #FFF;
}
#fix_nav .wrp_language {
  position: relative;
  z-index: 1;
  border-left: 1px solid #213d6a;
  width: 10%;
}
#fix_nav .language_inner2 .st {
  padding: 1.1em 0;
  font-size: 14px;
  text-align: center;
  color: #fff;
  letter-spacing: .05em;
  cursor: pointer;
}
@media only screen and (min-width: 768px) and (max-width: 963.5px) {
  #fix_nav .language_inner2 .st {
    padding: 1.6em 0;
  }
}
#fix_nav .language_inner2 ul {
  display: none;
  position: absolute;
  width: 100%;
  text-align: center;
  color: #fff;
  letter-spacing: .05em;
  z-index: 9999;
}
#fix_nav .language_inner2 ul li {
  border: 1px solid #fff;
}
#fix_nav .language_inner2 ul li a {
  background: rgba(255, 255, 255, 0.8);
  padding: .5em 0;
  display: block;
  text-decoration: none;
}
#fix_nav .language_inner2 ul li a:hover {
  text-decoration: underline;
}
@media only screen and (min-width: 768px) and (max-width: 963.5px) {
  #fix_nav .box_gnav li a {
    font-size: 12px;
    line-height: 1.4em;
  }
  #fix_nav .language_inner2 .st {
    font-size: 10px;
    line-height: 1.4em;
  }
}
#fix_nav.active {
  top: 0;
}

/* -----------------------------------------------------------
	#contents
----------------------------------------------------------- */
#contents {
  position: relative;
}
#contents .topicpath {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.6);
  padding: 4px 0;
}
#contents .topicpath ul li {
  display: inline-block;
  font-size: 0.9em;
  line-height: 1.4em;
}
#contents .topicpath ul li:before, #contents .topicpath ul li:after {
  font-family: FontAwesome;
  vertical-align: middle;
}
#contents .topicpath ul li > * {
  vertical-align: middle;
  display: inline;
}
#contents .topicpath ul li:before {
  content: "";
  margin-right: .5em;
  padding-left: 0.5em;
  vertical-align: middle;
}
#contents .topicpath ul li a {
  display: inline-block;
}
#contents .topicpath ul li:first-child:before {
  display: none;
}
#contents .topicpath ul li:first-child a {
  background: transparent url("../images/common/ic_home.png") left center no-repeat;
  padding-left: 24px;
}
#contents .tmp_title {
  display: table;
  width: 100%;
}
#contents .tmp_title .box_tit {
  display: table-cell;
  vertical-align: middle;
}
#contents .tmp_title .box_tit h2 {
  font-weight: normal;
  color: #001a43;
  position: relative;
  text-align: center;
}
#contents .tmp_title .box_tit h2:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 25px;
  height: 1px;
  margin-left: -12px;
  background-color: #001a43;
}
#contents .tmp_title .box_tit h2 span {
  display: block;
}
#contents .tmp_title .box_tit h2 span.en {
  font-family: "Ropa Sans", "MS PGothic", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, sans-serif;
}
@media only screen and (min-width: 768px) {
  #contents .tmp_title {
    height: 250px;
  }
  #contents .tmp_title .box_tit h2 {
    padding: 2em 0 1.2em;
  }
  #contents .tmp_title .box_tit h2 span.en {
    font-size: 2.8em;
    line-height: 1.2em;
    letter-spacing: 0.2em;
  }
  #contents .tmp_title .box_tit h2 span.jp {
    line-height: 1.2em;
  }
}
@media print {
  #contents .tmp_title {
    height: 250px;
  }
  #contents .tmp_title .box_tit h2 {
    padding: 2em 0 1.2em;
  }
  #contents .tmp_title .box_tit h2 span.en {
    font-size: 2.8em;
    line-height: 1.2em;
    letter-spacing: 0.2em;
  }
  #contents .tmp_title .box_tit h2 span.jp {
    line-height: 1.2em;
  }
}
.ie8 #contents .tmp_title {
  height: 250px;
}
.ie8 #contents .tmp_title .box_tit h2 {
  padding: 2em 0 1.2em;
}
.ie8 #contents .tmp_title .box_tit h2 span.en {
  font-size: 2.8em;
  line-height: 1.2em;
  letter-spacing: 0.2em;
}
.ie8 #contents .tmp_title .box_tit h2 span.jp {
  line-height: 1.2em;
}
@media only screen and (min-width: 768px) and (max-width: 1160px) {
  #contents .tmp_title {
    height: 220px;
  }
}
@media only screen and (max-width: 767px) {
  #contents .tmp_title {
    height: 160px;
  }
  #contents .tmp_title .box_tit h2 {
    padding: 0 0 0.8em;
  }
  #contents .tmp_title .box_tit h2 span.en {
    font-size: 1.6em;
    line-height: 1em;
    letter-spacing: 0.2em;
  }
  #contents .tmp_title .box_tit h2 span.jp {
    font-size: 0.8em;
    line-height: 1em;
    margin-top: 0.2em;
  }
}
@media only screen and (max-width: 543.5px) {
  #contents .tmp_title {
    height: 120px;
  }
}

/* -----------------------------------------------------------
	#footer
----------------------------------------------------------- */
#footer {
  position: relative;
  background-color: #333;
  padding: 40px 0;
}
@media only screen and (max-width: 767px) {
  #footer {
    padding: 5% 0;
  }
}
#footer .box_foot {
  position: relative;
  z-index: 10;
}
#footer .box_foot .inner address {
  color: #FFF;
  margin-top: 1em;
  line-height: 1.4em;
}
#footer .box_foot .inner .wrp_tel .num a, #footer .box_foot .inner .wrp_tel .num .tel {
  text-decoration: none;
  color: #FFF;
  font-size: 2.4em;
  line-height: 1em;
  font-family: "Ropa Sans", "MS PGothic", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, sans-serif;
}
#footer .box_foot .inner .wrp_tel .num a:before, #footer .box_foot .inner .wrp_tel .num a:after, #footer .box_foot .inner .wrp_tel .num .tel:before, #footer .box_foot .inner .wrp_tel .num .tel:after {
  font-family: FontAwesome;
  vertical-align: middle;
}
#footer .box_foot .inner .wrp_tel .num a > *, #footer .box_foot .inner .wrp_tel .num .tel > * {
  vertical-align: middle;
  display: inline;
}
#footer .box_foot .inner .wrp_tel .num a:before, #footer .box_foot .inner .wrp_tel .num .tel:before {
  content: "";
  margin-right: .5em;
  font-size: 26px;
  line-height: 1em;
  margin-right: 0.2em;
}
#footer .box_foot .inner .wrp_tel .num .atn {
  display: block;
  color: #FFF;
  font-size: 0.9em;
  line-height: 1.4em;
}
#footer .box_foot .inner .wrp_tel .bt a {
  text-decoration: none;
  background: transparent url("../images/common/arr_r3.png") 90% center no-repeat;
  background-color: #ae6d1d;
  border: 1px solid #ae6d1d;
  color: #FFF;
  padding: 0.5em 4em 0.5em 1.5em;
  -moz-transition: color 300ms ease-out, background 300ms ease-out;
  -o-transition: color 300ms ease-out, background 300ms ease-out;
  -webkit-transition: color 300ms ease-out, background 300ms ease-out;
  transition: color 300ms ease-out, background 300ms ease-out;
  line-height: 1.2em;
}
#footer .box_foot .inner .wrp_tel .bt a:hover {
  color: #ae6d1d;
  background: transparent url("../images/common/arr_r2.png") 95% center no-repeat;
  background-color: #FFF;
}
#footer .box_foot .inner .mail .ic {
  color: #FFF;
  display: inline-block;
}
#footer .box_foot .inner .mail a {
  text-decoration: none;
  color: #FFF;
  font-family: "Ropa Sans", "MS PGothic", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, sans-serif;
}
#footer .box_foot .inner .mail a:hover {
  text-decoration: underline;
}
#footer .box_foot .inner #copyright {
  color: #FFF;
  font-family: "Ropa Sans", "MS PGothic", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, sans-serif;
  letter-spacing: 0.1em;
}
@media only screen and (min-width: 768px) {
  #footer:before {
    content: '';
    position: absolute;
    top: 0;
    left: 40%;
    right: 0;
    bottom: 0;
    width: 60%;
    height: 100%;
    background: transparent url("../images/footer/img_fot.jpg") center center no-repeat;
    background-size: cover;
  }
  #footer:after {
    content: '';
    position: absolute;
    top: 0;
    left: 40%;
    right: 0;
    bottom: 0;
    width: 142px;
    height: 100%;
    background: transparent url("../images/footer/fot_delta.png") left top no-repeat;
  }
  #footer .box_foot .inner {
    width: 40%;
  }
  #footer .box_foot .inner .wrp_tel {
    margin-top: 1.5em;
  }
  #footer .box_foot .inner .wrp_tel .num {
    display: inline-block;
    vertical-align: middle;
  }
  #footer .box_foot .inner .wrp_tel .bt {
    display: inline-block;
    vertical-align: middle;
    margin-left: 0.5em;
  }
  #footer .box_foot .inner #copyright {
    margin-top: 2em;
  }
}
@media print {
  #footer:before {
    content: '';
    position: absolute;
    top: 0;
    left: 40%;
    right: 0;
    bottom: 0;
    width: 60%;
    height: 100%;
    background: transparent url("../images/footer/img_fot.jpg") center center no-repeat;
    background-size: cover;
  }
  #footer:after {
    content: '';
    position: absolute;
    top: 0;
    left: 40%;
    right: 0;
    bottom: 0;
    width: 142px;
    height: 100%;
    background: transparent url("../images/footer/fot_delta.png") left top no-repeat;
  }
  #footer .box_foot .inner {
    width: 40%;
  }
  #footer .box_foot .inner .wrp_tel {
    margin-top: 1.5em;
  }
  #footer .box_foot .inner .wrp_tel .num {
    display: inline-block;
    vertical-align: middle;
  }
  #footer .box_foot .inner .wrp_tel .bt {
    display: inline-block;
    vertical-align: middle;
    margin-left: 0.5em;
  }
  #footer .box_foot .inner #copyright {
    margin-top: 2em;
  }
}
.ie8 #footer:before {
  content: '';
  position: absolute;
  top: 0;
  left: 40%;
  right: 0;
  bottom: 0;
  width: 60%;
  height: 100%;
  background: transparent url("../images/footer/img_fot.jpg") center center no-repeat;
  background-size: cover;
}
.ie8 #footer:after {
  content: '';
  position: absolute;
  top: 0;
  left: 40%;
  right: 0;
  bottom: 0;
  width: 142px;
  height: 100%;
  background: transparent url("../images/footer/fot_delta.png") left top no-repeat;
}
.ie8 #footer .box_foot .inner {
  width: 40%;
}
.ie8 #footer .box_foot .inner .wrp_tel {
  margin-top: 1.5em;
}
.ie8 #footer .box_foot .inner .wrp_tel .num {
  display: inline-block;
  vertical-align: middle;
}
.ie8 #footer .box_foot .inner .wrp_tel .bt {
  display: inline-block;
  vertical-align: middle;
  margin-left: 0.5em;
}
.ie8 #footer .box_foot .inner #copyright {
  margin-top: 2em;
}
@media only screen and (min-width: 768px) and (max-width: 1160px) {
  #footer .box_foot .inner .wrp_tel .num a, #footer .box_foot .inner .wrp_tel .num .tel {
    display: inline-block;
    vertical-align: middle;
    font-size: 2em;
    line-height: 1.4em;
  }
  #footer .box_foot .inner .wrp_tel .num a:before, #footer .box_foot .inner .wrp_tel .num a:after, #footer .box_foot .inner .wrp_tel .num .tel:before, #footer .box_foot .inner .wrp_tel .num .tel:after {
    font-family: FontAwesome;
    vertical-align: middle;
  }
  #footer .box_foot .inner .wrp_tel .num a > *, #footer .box_foot .inner .wrp_tel .num .tel > * {
    vertical-align: middle;
    display: inline;
  }
  #footer .box_foot .inner .wrp_tel .num a:before, #footer .box_foot .inner .wrp_tel .num .tel:before {
    content: "";
    margin-right: .5em;
    font-size: 18px;
    line-height: 1em;
  }
  #footer .box_foot .inner .wrp_tel .bt {
    display: inline-block;
    vertical-align: middle;
    margin-left: 0.5em;
  }
  #footer .box_foot .inner .wrp_tel .bt a {
    padding: 0.5em 3.5em 0.5em 1em;
  }
  #footer .box_foot .inner #copyright {
    margin-top: 2em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 963.5px) {
  #footer .box_foot .inner .wrp_tel .num a, #footer .box_foot .inner .wrp_tel .num .tel {
    font-size: 1.8em;
    line-height: 1.4em;
  }
  #footer .box_foot .inner .wrp_tel .bt a {
    padding: 0.5em 2.5em 0.5em 0.5em;
  }
  #footer .box_foot .inner #copyright {
    margin-top: 2em;
  }
}
@media only screen and (max-width: 767px) {
  #footer {
    text-align: center;
    padding-bottom: 20%;
  }
  #footer .box_foot .inner h3 {
    max-width: 162px;
    width: 40%;
    margin: 0 auto;
  }
  #footer .box_foot .inner .wrp_tel .num:before, #footer .box_foot .inner .wrp_tel .num:after {
    font-family: FontAwesome;
    vertical-align: middle;
  }
  #footer .box_foot .inner .wrp_tel .num > * {
    vertical-align: middle;
    display: inline;
  }
  #footer .box_foot .inner .wrp_tel .num:before {
    content: "";
    margin-right: .5em;
    font-size: 0.8em;
    line-height: 1em;
  }
  #footer .box_foot .inner .wrp_tel .bt {
    display: block;
    margin-top: 0.5em;
  }
  #footer .box_foot .inner .wrp_tel .bt a {
    display: block;
    padding: 0.8em 3.5em 0.8em 1em;
  }
  #footer .box_foot .inner #copyright {
    margin-top: 1em;
    padding-top: 1em;
    border-top: 1px solid #555;
  }
}

/* -----------------------------------------------------------
	#menu
----------------------------------------------------------- */
#menu {
  width: 100%;
  position: fixed;
  bottom: -100px;
  left: 0;
  right: 0;
  overflow: hidden;
  text-align: center;
  letter-spacing: -.4em;
  z-index: 100;
  background: #001a43;
  border-top: 2px solid #5c7192;
  -moz-transition: bottom 300ms ease-out, opacity 300ms ease-out;
  -o-transition: bottom 300ms ease-out, opacity 300ms ease-out;
  -webkit-transition: bottom 300ms ease-out, opacity 300ms ease-out;
  transition: bottom 300ms ease-out, opacity 300ms ease-out;
}
#menu.active {
  bottom: 0;
}
#menu li {
  width: 25%;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  letter-spacing: normal;
}
#menu li a, #menu li span {
  color: #FFF;
  text-decoration: none;
  display: block;
  text-align: center;
  font-size: 90%;
  line-height: 1.3;
  padding: .8em 0;
  position: relative;
  line-height: 1.3;
  border-left: 1px solid #5c7192;
}
#menu li a:before, #menu li span:before {
  font-size: 143%;
}
#menu li:nth-child(1) a {
  cursor: pointer;
  background: none;
}
#menu li:nth-child(1) a:before, #menu li:nth-child(1) a:after {
  font-family: FontAwesome;
  vertical-align: middle;
}
#menu li:nth-child(1) a > * {
  vertical-align: middle;
  display: inline;
}
#menu li:nth-child(1) a:before {
  content: "";
  margin-right: .5em;
  display: block;
  margin: 0;
}
#menu li:nth-child(2) span:before, #menu li:nth-child(2) span:after, #menu li:nth-child(2) a:before, #menu li:nth-child(2) a:after {
  font-family: FontAwesome;
  vertical-align: middle;
}
#menu li:nth-child(2) span > *, #menu li:nth-child(2) a > * {
  vertical-align: middle;
  display: inline;
}
#menu li:nth-child(2) span:before, #menu li:nth-child(2) a:before {
  content: "";
  margin-right: .5em;
  display: block;
}
#menu li:nth-child(3) a {
  background-color: #ae6d1d;
}
#menu li:nth-child(3) a:before, #menu li:nth-child(3) a:after {
  font-family: FontAwesome;
  vertical-align: middle;
}
#menu li:nth-child(3) a > * {
  vertical-align: middle;
  display: inline;
}
#menu li:nth-child(3) a:before {
  content: "";
  margin-right: .5em;
  display: block;
  margin: 0;
}
#menu li:nth-child(4) a:before, #menu li:nth-child(4) a:after {
  font-family: FontAwesome;
  vertical-align: middle;
}
#menu li:nth-child(4) a > * {
  vertical-align: middle;
  display: inline;
}
#menu li:nth-child(4) a:before {
  content: "";
  margin-right: .5em;
  display: block;
  margin: 0;
}
#menu li:nth-child(4) a:after {
  display: none;
}

/* -----------------------------------------------------------
	下層共通スタイル
----------------------------------------------------------- */
/* -----------------------------------------------------------
	Table		表設定
----------------------------------------------------------- */
table.tbl_basic {
  margin: 0;
  border-collapse: collapse;
  border-spacing: 0;
  background-color: #FFF;
}
table.tbl_basic thead tr th {
  padding: 16px 3%;
  text-align: center;
  background: #eeeeee;
  border: #cecece solid 1px;
  font-weight: normal;
  width: 19%;
}
table.tbl_basic tbody tr th {
  padding: 16px 3%;
  text-align: center;
  background: #eeeeee;
  border: #cecece solid 1px;
  font-weight: normal;
  width: 19%;
}
table.tbl_basic tbody tr td {
  padding: 16px 3%;
  border: #cecece solid 1px;
  width: 69%;
}

/* #スマートフォン専用
----------------------------------------------------------- */
@media only screen and (max-width: 767px) {
  table.tbl_basic {
    border-bottom: #cecece solid 1px;
    border-left: #cecece solid 1px;
    border-right: #cecece solid 1px;
    display: block;
    -moz-display: block;
    -webkit-display: block;
    -o-display: block;
    -ms-display: block;
  }
  table.tbl_basic thead {
    display: none;
  }
  table.tbl_basic tbody {
    display: block;
    -moz-display: block;
    -webkit-display: block;
    -o-display: block;
    -ms-display: block;
  }
  table.tbl_basic tbody tr {
    display: block;
    -moz-display: block;
    -webkit-display: block;
    -o-display: block;
    -ms-display: block;
    width: 100%;
  }
  table.tbl_basic tbody tr th {
    padding: 3%;
    display: block;
    -moz-display: block;
    -webkit-display: block;
    -o-display: block;
    -ms-display: block;
    border: 0;
    width: 94%;
    border-top: #cecece solid 1px;
    border-left: 0;
    border-right: 0;
  }
  table.tbl_basic tbody tr td {
    display: block;
    -moz-display: block;
    -webkit-display: block;
    -o-display: block;
    -ms-display: block;
    padding: 3%;
    border: 0;
    width: 94%;
    border-bottom: 0;
    display: block;
    border-top: #cecece solid 1px;
    border-left: 0;
    border-right: 0;
  }
}
#ui-datepicker-div {
  z-index: 100 !important;
  font-family: "Ropa Sans", "MS PGothic", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, sans-serif;
}

@media only screen and (max-width: 1160px) {
  .ui-datepicker {
    left: 2% !important;
    overflow: hidden;
    width: 91%;
    background: #fff;
    border: 6px solid #ccc;
    border-radius: 12px;
    box-shadow: 18px 18px 0 0 rgba(0, 0, 0, 0.1);
  }

  /* タイトルと矢印 */
  .ui-datepicker .ui-datepicker-header {
    padding: 0.5em;
    font-size: 1.2em;
    line-height: 1.4em;
    color: #fff;
    background: #001a43;
    border-radius: 6px 6px 0 0;
  }

  /* 矢印 */
  .ui-datepicker .ui-datepicker-prev,
  .ui-datepicker .ui-datepicker-next {
    top: auto;
  }

  .ui-datepicker-prev::after,
  .ui-datepicker-next::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    display: block;
    width: 12px;
    height: 12px;
    border: 2px solid;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .ui-datepicker-prev::after {
    border-color: transparent transparent #fff #fff;
  }

  .ui-datepicker-next::after {
    border-color: #fff #fff transparent transparent;
  }

  /* 曜日 */
  .ui-datepicker th {
    padding: 0.6em 0.5em;
    font-weight: normal;
    text-align: center;
    color: #001a43;
    border-bottom: 1px solid #001a43;
  }

  /* 日付の文字と余白を大きく */
  .ui-datepicker td span,
  .ui-datepicker td a {
    padding: 0.8em 0.5em;
    text-align: center;
    color: #333;
    border-radius: 4px;
  }

  /* 選択中 */
  .ui-datepicker td a.ui-state-active {
    color: #fff;
    background: #ae6d1d;
    box-shadow: inset 0 0 0 1px #fff;
  }

  /* 今日 */
  .ui-datepicker td a.ui-state-highlight {
    border: 2px solid #ae6d1d;
  }

  /* ボタンパネル */
  .ui-datepicker .ui-datepicker-buttonpane {
    position: absolute;
    left: 3px;
    right: 3px;
    bottom: 3px;
    padding: 0;
    border-top: 1px solid #001a43;
  }

  .ui-datepicker .ui-datepicker-buttonpane button {
    -webkit-appearance: none;
    min-width: 60px;
    margin: 3px 0 0;
    padding: 6px;
    font-size: 14px;
    color: #fff;
    background: #001a43;
    border: 0 none;
    border-radius: 6px;
  }
}
@media only screen and (max-width: 1160px) and (min-width: 768px) and (max-width: 1160px) {
  .ui-datepicker {
    left: 2% !important;
    overflow: hidden;
    width: 94%;
    background: #fff;
    border: 6px solid #ccc;
    border-radius: 12px;
    box-shadow: 18px 18px 0 0 rgba(0, 0, 0, 0.1);
  }

  .ui-datepicker td span,
  .ui-datepicker td a {
    padding: 1.2em 0.5em;
  }
}
