﻿@charset "UTF-8";
/**
 * 目次
 *
 * 01. reset
 * 02. BaseSet
 * 03. Layout
 *
 */
/* ==========================================================================
   01. reset
   ========================================================================== */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

body {
  line-height: 1; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
  content: none; }

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

/* ==========================================================================
   02. BaseSet
   ========================================================================== */
html {
  overflow-y: scroll;
  font-size: 62.5%; }

body {
  font-family: 'YuGothic','游ゴシック', "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,'ＭＳ Ｐゴシック','PT Sans',sans-serif,'Gulim', 'Apple Gothic';
  font-size: 150%;
  line-height: 1.5;
  -webkit-text-size-adjust: 100%; }

/* link
   ========================================================================== */
a {
  color: #013192;
  text-decoration: none; }

a:visited {
  color: #013192;
  text-decoration: none; }

a:hover {
  color: #013192;
  text-decoration: none;
  opacity: 0.7; }

.hvr-round-corners {
  font-weight: bold !important; }

.hvr-round-corners:hover {
  text-decoration: none !important;
  opacity: 1.0; }

.hvr-round-corners a:hover {
  text-decoration: none !important;
  opacity: 1.0; }

.font-red {
  color: #c93434; }

/* fontsize
   ========================================================================== */
.text10 {
  font-size: 71.4285714286%; }

.text11 {
  font-size: 78.5714285714%; }

.text12 {
  font-size: 85.7142857143%; }

.text13 {
  font-size: 92.8571428571%; }

.text14 {
  font-size: 100%; }

.text15 {
  font-size: 107.1428571429%; }

.text16 {
  font-size: 114.2857142857%; }

.text17 {
  font-size: 121.4285714286%; }

.text18 {
  font-size: 128.5714285714%; }

.text19 {
  font-size: 135.7142857143%; }

.text20 {
  font-size: 142.8571428571%; }

.text21 {
  font-size: 150%; }

.text22 {
  font-size: 157.1428571429%; }

.text23 {
  font-size: 164.2857142857%; }

.text24 {
  font-size: 171.4285714286%; }

.text25 {
  font-size: 178.5714285714%; }

.text26 {
  font-size: 185.7142857143%; }

ul.inner li,
td.inner {
  font-size: 100% !important; }

/* image
   ========================================================================== */
img {
  vertical-align: bottom;
  line-height: 1.0; }

table th img,
table td img {
  vertical-align: middle; }

/* ClearFix
   ========================================================================== */
.clear {
  clear: both; }

/* modern browsers */
.clearfix:after,
.fbox:after,
#contents:after,
.item-wrap:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

/* IE7 */
.clearfix,
.fbox,
#contents,
.item-wrap {
  display: inline-block; }

/* legacy IE */
* html .clearfix,
* html .fbox,
* html #contents,
* html .item-wrap {
  height: 1%; }

.clearfix,
.fbox,
#contents,
.item-wrap {
  display: block; }

/* float
   ========================================================================== */
.fr {
  float: right; }

.fl {
  float: left; }

ul.fbox li {
  float: left;
  display: inline; }

.in-block {
  letter-spacing: -.40em; }

.in-block li,
.in-block dt,
.in-block dd {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  letter-spacing: normal;
  vertical-align: top; }

/* text style
   ========================================================================== */
.text-bold {
  font-weight: bold; }

/* margin
   ========================================================================== */
.mt0 {
  margin-top: 0 !important; }

.mt5 {
  margin-top: 5px !important; }

.mt10 {
  margin-top: 10px !important; }

.mt15 {
  margin-top: 15px !important; }

.mt20 {
  margin-top: 20px !important; }

.mt25 {
  margin-top: 25px !important; }

.mt30 {
  margin-top: 30px !important; }

.mt40 {
  margin-top: 40px !important; }

.mt50 {
  margin-top: 50px !important; }

.mt60 {
  margin-top: 60px !important; }

.mb0 {
  margin-bottom: 0 !important; }

.mb5 {
  margin-bottom: 5px !important; }

.mb10 {
  margin-bottom: 10px !important; }

.mb15 {
  margin-bottom: 15px !important; }

.mb20 {
  margin-bottom: 20px !important; }

.mb25 {
  margin-bottom: 25px !important; }

.mb30 {
  margin-bottom: 30px !important; }

.mr5 {
  margin-right: 5px !important; }

.mr10 {
  margin-right: 10px !important; }

.mr15 {
  margin-right: 15px !important; }

.mr20 {
  margin-right: 20px !important; }

.ml5 {
  margin-left: 5px !important; }

.ml10 {
  margin-left: 10px !important; }

.ml15 {
  margin-left: 15px !important; }

.ml20 {
  margin-left: 20px !important; }

/* padding
   ========================================================================== */
.pt0 {
  padding-top: 0 !important; }

.pb0 {
  padding-botttom: 0 !important; }

/* form label
   ========================================================================== */
input,
textarea {
  vertical-align: middle; }

label {
  vertical-align: middle; }

/* position
   ========================================================================== */
.text-r {
  text-align: right !important; }

.text-c,
table.text-c th,
table.text-c td,
table.th-c th {
  text-align: center !important; }

.text-l {
  text-align: left !important; }

/* display
   ========================================================================== */
.block {
  display: block; }

/* sp
   ========================================================================== */
.sp-item {
  display: none; }

.wauto {
  max-width: 1280px;
  margin: 0 auto; }

.w95 {
  width: 95%;
  margin: 0 auto; }

.sp100 {
  max-width: 1280px;
  margin: 0 auto; }

.indent {
  padding-left: 1em;
  text-indent: -1em; }

@media screen and (max-width: 1400px) {
  .wauto {
    max-width: 980px; }

  .sp100 {
    max-width: 980px; } }
@media screen and (max-width: 767px) {
  .sp-item {
    display: block; }

  .pc-item {
    display: none; }

  img {
    width: 100%;
    height: auto; }

  .wauto {
    max-width: 90%; }

  .sp100 {
    width: 100%; } }
/* ==========================================================================
   03. Layout
   ========================================================================== */
/**
 * レイアウト
 */
#header {
  max-width: 1280px;
  margin: 0 auto;
  padding-top: 10px;
  overflow: hidden;
  height: 100%;
  position: relative;
  z-index: 1000; }
  #header #head_logo {
    float: left;
    margin-right: 460px;
    width: 265px; }
    #header #head_logo img {
      width: 100%; }
  #header #head_logo {
    margin-right: 460px\9; }
  #header #lan_nav {
    font-size: 120%;
    float: left;
    background: #FFF;
    border-radius: 3px;
    padding: 5px 13px;
    display: inline-block !important;
    margin-top: 15px;
	margin-left:129px;}
    #header #lan_nav li {
      float: left;
      border-right: 1px solid #b6b6b6;
      padding-right: 8px;
      margin-right: 8px; }
      #header #lan_nav li a {
        background: url(/common/css/img/arrow01.png) no-repeat left center;
        padding-left: 8px;
        font-size: 78.5714285714%;
        font-weight: bold;
        display: inline;
        vertical-align: text-bottom !important; }
    #header #lan_nav li.last_child {
      margin-right: 0;
      border-right: none; }
  #header #btn_contact01 {
    float: right; }
    #header #btn_contact01 a {
      color: #fff;
      background-color: #013192;
      border-radius: 3px;
      color: #fff;
      font-size: 78.5714285714%;
      font-weight: bold;
      padding: 5px 13px;
      display: inline-block !important;
      margin-top: 15px;
      margin-left: 15px; }

#wrapper {
  background: url(/common/css/img/bg_footer.jpg) no-repeat center bottom 100px;
  background-size: contain;
  width: 100%;
  position: relative; }

#footer_wrap #footer {
  height: 800px;
  margin-top: 130px; }
  #footer_wrap #footer #box_footer01 {
    width: 20%;
    float: left;
    margin-right: 5%; }
    #footer_wrap #footer #box_footer01 #add {
      font-size: 85.7142857143%;
      margin: 15px 0; }
      #footer_wrap #footer #box_footer01 #add span {
        display: block; }
    #footer_wrap #footer #box_footer01 #lan_nav_ft a {
      font-size: 85.7142857143%;
      display: block;
      background-color: #fff;
      font-weight: bold;
      border-radius: 3px;
      text-align: center;
      margin-bottom: 7px;
      padding: 5px 0; }
      #footer_wrap #footer #box_footer01 #lan_nav_ft a span {
        background: url(/common/css/img/arrow01.png) no-repeat center left;
        display: inline-block;
        padding-left: 15px; }
  #footer_wrap #footer #box_footer02 {
    width: 55%;
    float: left; }
    #footer_wrap #footer #box_footer02 .link_footer01 div.fl {
      float: left; }
    #footer_wrap #footer #box_footer02 .link_footer01 .box_left {
      width: 35%;
      margin-right: 10%; }
  #footer_wrap #footer #box_footer03 {
    width: 20%;
    float: left; }
    #footer_wrap #footer #box_footer03 #btn_contact01_footer {
      width: 100%; }
      #footer_wrap #footer #box_footer03 #btn_contact01_footer a {
        color: #fff;
        background-color: #013192;
        border-radius: 3px;
        color: #fff;
        font-size: 100%;
        font-weight: bold;
        padding: 5px 0;
        display: inline-block !important;
        margin-top: 10px;
        text-align: center;
        width: 100%; }
  #footer_wrap #footer .box_footer {
    width: 12%;
    float: left; }
    #footer_wrap #footer .box_footer .link_footer01 div.arrow01 {
      margin-bottom: 12px; }
      #footer_wrap #footer .box_footer .link_footer01 div.arrow01 a {
        background: url(/common/css/img/arrow04.png) no-repeat left top 5px;
        display: block;
        padding-left: 20px;
        font-size: 114.2857142857%;
        font-weight: bold;
        color: #2a2a2a; }
    #footer_wrap #footer .box_footer .link_footer01 .link_footer02 {
      margin-top: 12px; }
      #footer_wrap #footer .box_footer .link_footer01 .link_footer02 div.arrow02 {
        float: none !important;
        margin-bottom: 12px;
        line-height: 1.2; }
        #footer_wrap #footer .box_footer .link_footer01 .link_footer02 div.arrow02 a {
          background: url(/common/css/img/arrow01.png) no-repeat left top 5px !important;
          display: block;
          padding-left: 20px;
          font-size: 92.8571428571%;
          color: #2a2a2a; }

#footer_wrap02 {
  background-color: #0e2a7e;
  margin-top: -1px;
  width: 100%; }
  #footer_wrap02 #footer02 {
    padding-top: 15px;
    padding-bottom: 15px; }
    #footer_wrap02 #footer02 ul {
      text-align: center; }
      #footer_wrap02 #footer02 ul li {
        display: inline-block;
        border-right: 1px solid #fff;
        padding-right: 25px;
        margin-right: 25px; }
        #footer_wrap02 #footer02 ul li a {
          color: #FFF;
          font-size: 85.7142857143%; }
          #footer_wrap02 #footer02 ul li a span.pdf {
            background: url(/common/css/img/ico_pdf.png) no-repeat top right;
            background-size: 15px 20px;
            display: inline-block;
            padding-right: 22px; }
      #footer_wrap02 #footer02 ul li.first_child {
        border-left: 1px solid #fff;
        padding-left: 25px; }
      #footer_wrap02 #footer02 ul li.last_child {
        margin-right: 0; }

#footer_wrap03 {
  background-color: #fff;
  width: 100%; }
  #footer_wrap03 #footer03 #copy {
    padding-bottom: 10px;
    font-size: 78.5714285714%;
    text-align: center; }
  #footer_wrap03 #footer03 .banner {
    text-align: center;
    padding-top: 15px;
    margin-bottom: 10px; }
    #footer_wrap03 #footer03 .banner p {
      display: inline-block;
      margin-left: 15px; }

#pagetop_wrap {
  width: 100%;
  position: relative;
  height: 50px; }
  #pagetop_wrap #pagetop {
    position: fixed;
    right: 0;
    bottom: 165px; }
    #pagetop_wrap #pagetop a {
      display: block;
      width: 50px;
      height: 50px;
      text-align: center;
      background-color: #0e2a7e; }
      #pagetop_wrap #pagetop a span {
        background: url(/common/css/img/btn_top.png) no-repeat center center;
        text-indent: 100%;
        white-space: nowrap;
        overflow: hidden;
        display: block;
        padding-top: 25px; }

.error404 #main_wrapper {
  width: 100%;
  background: url(/common/css/img/img_ttl_utility.jpg) no-repeat center center;
  background-size: cover; }
  .error404 #main_wrapper #main {
    padding: 35px 0 !important; }
.error404 #error_msg {
  margin: 30px auto 0;
  width: 980px; }
  .error404 #error_msg p {
    line-height: 1.7; }
  .error404 #error_msg p.btn {
    margin: 20px 0 10px 0; }
    .error404 #error_msg p.btn a {
      background: url(/common/css/img/arrow04.png) no-repeat left top 5px;
      display: block;
      padding-left: 20px;
      font-size: 114.2857142857%;
      font-weight: bold;
      color: #2a2a2a; }

@media screen and (max-width: 1400px) {
  #header {
    width: 980px; }
    #header #head_logo {
      float: left;
      margin-right: 180px; }

  #wrapper {
    width: 100%;
    min-width: 980px; }

  #footer_wrap #footer {
    height: 700px;
    margin-top: 120px; } }
@media screen and (max-width: 767px) {
  body {
    font-size: 135.7142857143%; }

  #wrapper {
    background-image: none;
    min-width: inherit; }

  #header {
    width: 100% !important;
    position: relative;
    overflow: inherit;
    height: auto;
    padding-top: 14px; }
    #header #head_logo {
      width: 170px;
      height: auto;
      position: absolute;
      left: 10px;
      top: 10px; }
      #header #head_logo img {
        width: 100%;
        height: auto; }
    #header #lan_nav {
      width: 120%;
      padding: 0;
      margin-top: 40px; 
      margin-left:0;}
      #header #lan_nav li {
        float: none;
        border-right: none;
        border-bottom: 1px solid #b6b6b6;
        padding-right: 0;
        margin-right: 0;
        font-size: 128.5714285714%;
        padding: 15px 20px; }
        #header #lan_nav li a {
          background: url(/common/css/img/arrow01_sp.png) no-repeat left center;
          background-size: 4px 6px;
          display: block; }
    #header #btn_contact01 {
      float: none; }
      #header #btn_contact01 a {
        width: 90%;
        margin-right: 5%;
        margin-left: 5%;
        font-size: 107.1428571429%;
        padding: 15px 0;
        text-align: center; }

  #home {
    position: absolute;
    right: 50px; }
    #home a span {
      background: url(/common/img/btn_home_sp.gif) no-repeat left top;
      display: block;
      width: 20px;
      height: 25px;
      overflow: hidden;
      text-indent: 100%;
      white-space: nowrap;
      background-size: contain; }

  #toggle {
    position: absolute;
    right: 10px; }
    #toggle a span {
      background: url(/common/img/btn_menu_sp.gif) no-repeat left top;
      display: block;
      width: 23px;
      height: 25px;
      overflow: hidden;
      text-indent: 100%;
      white-space: nowrap;
      background-size: contain; }

  #menu {
    display: none; }

  #wrapper {
    margin-top: 40px; }

  #footer_wrap #footer {
    font-size: 85.7142857143%;
    height: inherit;
    margin-top: 40px;
    background-size: contain; }
    #footer_wrap #footer #box_footer01 {
      display: none; }
    #footer_wrap #footer #box_footer02 {
      width: 100%;
      float: none; }
      #footer_wrap #footer #box_footer02 .link_footer01 div {
        float: none;
        width: 100%; }
      #footer_wrap #footer #box_footer02 .link_footer01 .box_left {
        width: 100%;
        margin-right: 0; }
      #footer_wrap #footer #box_footer02 .link_footer02 {
        display: none; }
    #footer_wrap #footer #box_footer03 {
      width: 100%;
      float: none; }
      #footer_wrap #footer #box_footer03 #btn_contact01_footer {
        float: none; }
        #footer_wrap #footer #box_footer03 #btn_contact01_footer a {
          width: 90%;
          margin-right: 5%;
          margin-left: 5%;
          font-size: 128.5714285714%;
          padding: 15px 0; }
        #footer_wrap #footer #box_footer03 #btn_contact01_footer span {
          padding-left: 20px; }
    #footer_wrap #footer .box_footer .link_footer01 .arrow01 {
      border-bottom: 1px solid #d5d5d5;
      padding-bottom: 15px;
      margin-top: 15px;
      margin-bottom: 0 !important; }
      #footer_wrap #footer .box_footer .link_footer01 .arrow01 a {
        background: url(/common/css/img/arrow05_sp.png) no-repeat center right 20px !important;
        background-size: 11px 18px !important; }
      #footer_wrap #footer .box_footer .link_footer01 .arrow01 span {
        background: url(/common/css/img/arrow05_sp.png) no-repeat center right 20px !important;
        background-size: 11px 18px !important;
        color: #2a2a2a;
        display: block;
        font-size: 114.286%;
        font-weight: bold;
        padding-left: 20px;
        cursor: pointer; }
      #footer_wrap #footer .box_footer .link_footer01 .arrow01 span:hover {
        opacity: 0.7; }
    #footer_wrap #footer .box_footer .link_footer01 .link_footer02 {
      margin-top: 0 !important; }
      #footer_wrap #footer .box_footer .link_footer01 .link_footer02 div.arrow02 {
        background-color: #f4f4f4;
        margin-bottom: 0 !important; }
        #footer_wrap #footer .box_footer .link_footer01 .link_footer02 div.arrow02 a {
          font-size: 92.8571428571%;
          background: url(/common/css/img/arrow03_sp.png) no-repeat center right 20px !important;
          background-size: 7px 12px !important;
          color: #2a2a2a !important;
          display: block !important;
          font-weight: bold !important;
          border-bottom: 1px solid #d5d5d5;
          padding: 15px 40px 15px 30px !important; }

  #footer_wrap02 {
    background-color: #0e2a7e;
    margin-top: -10px;
    width: 100%; }
    #footer_wrap02 #footer02 {
      padding-top: 0;
      padding-bottom: 12px; }
      #footer_wrap02 #footer02 ul {
        text-align: center;
        margin-bottom: 0;
        float: none !important; }
        #footer_wrap02 #footer02 ul li {
          padding: 2px 0 !important;
          margin-right: 7px !important;
          line-height: 1.0;
          border-right: none; }
          #footer_wrap02 #footer02 ul li a {
            color: #FFF;
            font-size: 78.5714285714%; }
            #footer_wrap02 #footer02 ul li a span.pdf {
              background: none;
              padding-right: 0; }
        #footer_wrap02 #footer02 ul li.first_child {
          border-left: none !important; }
        #footer_wrap02 #footer02 ul li.last_child {
          margin-right: 0 !important; }

  #footer_wrap03 {
    background-color: #fff;
    width: 100%;
    padding: 8px 0; }
    #footer_wrap03 #footer03 #copy {
      clear: both !important;
      float: none !important;
      text-align: center;
      padding-top: 0;
      padding-bottom: 0;
      line-height: 1.2;
      margin-top: 7px; }
    #footer_wrap03 #footer03 .banner {
      float: none;
      text-align: center;
      width: 90%;
      margin: 0 auto;
      padding-top: 0; }
      #footer_wrap03 #footer03 .banner p {
        margin-left: 0;
        float: left;
        width: 45%; }
        #footer_wrap03 #footer03 .banner p img {
          width: 100%;
          height: auto; }
      #footer_wrap03 #footer03 .banner p.logo {
        margin-right: 10%; }

  #pagetop_wrap {
    width: 100%;
    position: inherit;
    height: 50px; }
    #pagetop_wrap #pagetop {
      position: inherit; }
      #pagetop_wrap #pagetop a {
        display: block;
        width: 100%;
        height: 35px;
        padding-top: 5px;
        text-align: center;
        background-color: #0e2a7e; }
        #pagetop_wrap #pagetop a span {
          background: url(/common/css/img/btn_top_sp.png) no-repeat center center;
          text-indent: 100%;
          white-space: nowrap;
          overflow: hidden;
          display: block;
          width: 96px;
          height: 5px;
          background-size: contain;
          margin: 0 auto; }
      #pagetop_wrap #pagetop a:hover {
        opacity: 1.0; }

  .error404 #main_wrap #main {
    padding: 10px 0 !important;
    margin-bottom: 10px; }
    .error404 #main_wrap #main p {
      width: 46px !important;
      height: 35px !important;
      margin-top: 15px !important; }
    .error404 #main_wrap #main h1 {
      margin-top: 0 !important; }
  .error404 #error_msg {
    margin: 30px auto 0;
    width: 100%; }
    .error404 #error_msg p {
      line-height: 1.7; }
    .error404 #error_msg p.btn {
      margin: 20px 0 10px 0; }
      .error404 #error_msg p.btn a {
        background: url(/common/css/img/arrow04_sp.png) no-repeat left top 5px;
        background-size: 13px 14px; } }
