@charset "UTF-8";
/*------------------- 共通 -------------------*/
/* 元reset.css */
/* v2.0 | 20110126
  http://meyerweb.com/eric/tools/css/reset/
  License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  text-decoration: none;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

input:focus {
  outline: 0;
}

/* 元reset.css */
* {
  font-family: 'Century Gothic','Hiragino Kaku Gothic ProN','メイリオ', sans-serif;
}

html {
  height: 100%;
  min-width: 320px !important;
}

#toppage footer {
  margin-top: none !important;
}

@media all and (-ms-high-contrast: none) {
  /*IE11用*/
  *::-ms-backdrop, html {
    height: 100% !important;
    overflow: auto !important;
  }
  *::-ms-backdrop, body {
    height: 100% !important;
    overflow: auto !important;
  }
  /*IE10用*/
  html {
    height: 100% !important;
    overflow: auto !important;
  }
  body {
    height: 100% !important;
    overflow: auto !important;
  }
}

　
body {
  overflow: auto;
  height: auto;
  min-height: 100%;
  font-family: 'Century Gothic','Hiragino Kaku Gothic ProN','メイリオ', sans-serif;
  font-size: .8em;
  line-height: 1.4;
  margin: 0;
  padding: 0;
  min-width: 320px;
  width: 100%;
  padding-bottom: 400px;
  position: relative;
}

a:hover {
  cursor: pointer !important;
}

.left {
  float: left;
}

.right {
  float: right;
}

.clearfix {
  width: auto;
  height: 0;
}

.clear {
  clear: both;
}

.text-center{
  text-align:center !important;
}
.text-left{
  text-align:left !important;
}
.text-right{
  text-align:right !important;
}
.thumbnails img{
    padding: 4px;
    margin:4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
}
.thumbnail {
    padding: 4px;
    margin:4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
}



/* 共通セレクトボックス */
select::-ms-expand {
  display: none;
}

.selectpicker {
  background-color: #f2f2f2 !important;
  border: 1px solid #28418e !important;
  color: #28418e !important;
  width: 100% !important;
}

.select::after {
  border-color: #28418e !important;
}

/* 共通セレクトボックス */
/* スマホ版タイトルメニューリンク */
.prev_link {
  position: absolute;
  top: 0;
  left: 0;
}

.prev_link img {
  width: 60px;
  height: 46px;
}

.next_link {
  position: absolute;
  top: 0;
  right: 0;
}

.next_link img {
  width: 60px;
  height: 46px;
}

/* スマホ版タイトルメニューリンク */
/*------------------- PageTopに戻るボタン -------------------*/
#pageTop {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 2;
}

#pageTop a {
  display: block;
  z-index: 999;
  width: 60px;
  height: 60px;
  color: #fff;
  text-decoration: none;
  text-align: center;
}

#pageTop a img {
  width: 60px;
  height: 60px;
}

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

/*------------------- PageTopに戻るボタン -------------------*/
/*------------------- 共通 -------------------*/
/* pc browser */
@media screen and (min-width: 950px) {
  /*------------------- header -------------------*/
  header {
    position: fixed;
    /* ヘッダーの固定 */
    z-index: 5;
    top: 0;
    /* 位置(上0px) */
    left: 0;
    /* 位置(右0px) */
    width: 100%;
    height: 85px;
    border-bottom: solid 2px #0c4191;
    background-color: #fff;
  }
  header li {
    display: inline-block;
  }
  header .headerbox {
    max-width: 1080px;
    width: 100%;
    margin: 0 auto;
  }
  header .headerbox .toplogo {
    float: left;
    max-width: 260px;
    width: 25%;
    height: 85px;
    margin: auto;
  }
  header .headerbox .toplogo h1 img {
    position: relative;
    top: 15px;
    left: 2%;
    max-width: 220px;
    width: 100%;
    height: auto;
  }
  header .submenu {
    float: right;
    max-width: 820px;
    width: 75%;
    height: auto;
    text-align: right;
  }
  header .submenu a img {
    position: relative;
    top: 4px;
    right: 4px;
  }
  header .submenu ul, header .submenu p, header .submenu form {
    display: inline-block;
    vertical-align: middle;
    margin: auto;
  }
  header .submenu .other {
    line-height: 40px;
    margin-right: 10px;
    color: #808080;
    font-size: 8pt;
  }
  header .submenu .other li {
    display: inline-block;
    line-height: 16px;
    padding: 0 4px;
    vertical-align: middle;
  }
  header .submenu .other li a {
    font-size: 8pt;
    font-weight: bold;
    vertical-align: middle;
    color: #808080;
  }
  header .submenu #lang_choice_1 {
    width: 100%;
    padding: 0 5px;
    font-size: 12px;
    color: #0c4191;
    padding-top: 4px;
    vertical-align: middle;
    line-height: 16px;
    margin-top: 5px;
    border-radius: 4px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    height: 24px;
    width: 100%;
    border: 1px solid #0c4191;
  }
  header .submenu #lang_choice_1 option[selected] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    outline: none;
  }
  header .submenu #lang_choice_1:focus {
    outline: none;
  }
  header .submenu .fontsize {
    padding-right: 10px;
    padding-top: 4px;
    vertical-align: middle;
  }
  header .submenu .fontsize input {
    border: 0px;
    width: 23px;
    height: 23px;
  }
  header .submenu .fontsize .btn_font_small {
    background: url(../img/btn_font_small.svg) left top no-repeat;
  }
  header .submenu .fontsize .btn_font_reset {
    background: url(../img/btn_font_reset.svg) left top no-repeat;
  }
  header .submenu .fontsize .btn_font_large {
    background: url(../img/btn_font_large.svg) left top no-repeat;
  }
  header .submenu #searchform {
    margin-top: 4px;
    margin-right: 10px;
    width: 150px;
    height: 23px;
    position: relative;
    background-color: #dee0e3;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    /* Retina */
  }
  header .submenu #searchform input:first-child {
    display: inline-block;
    position: absolute;
    width: 120px;
    height: 20px;
    left: 10px;
    line-height: 24px;
    background: none;
    border: none;
    font-size: 13px;
    color: #888;
  }
  header .submenu #searchform input:last-child {
    display: inline-block;
    position: absolute;
    top: 5px;
    right: 5px;
    width: 13px;
    height: 12px;
    background: url("../img/icon_search.jpg") no-repeat scroll 0 0;
    background-size: 100%;
    border-style: none !important;
    text-indent: -9999px;
  }
}

@media only screen and (min-width: 950px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-width: 950px) and (min-device-pixel-ratio: 2) {
  header .submenu #searchform input:last-child {
    display: inline-block;
    position: absolute;
    top: 5px;
    right: 5px;
    width: 13px;
    height: 12px;
    background: url("../img/icon_search@2x.jpg") no-repeat scroll 0 0;
    background-size: 13px 12px;
    border-style: none !important;
    text-indent: -9999px;
  }
}

@media screen and (min-width: 950px) {
  header .submenu form dl.search1 {
    margin-top: 4px;
    margin-right: 10px;
    width: 170px;
    height: 23px;
    position: relative;
    background-color: #dee0e3;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
  }
  header .submenu form dl.search1 dt {
    margin-right: 40px;
    padding: 0 0 0 8px;
  }
  header .submenu form dl.search1 dt input {
    margin-left: 4px;
    width: 140px;
    height: 20px;
    line-height: 24px;
    background: none;
    border: none;
    font-size: 13px;
    color: #888;
  }
  header .submenu form dl.search1 dt input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px #dee0e3 inset;
  }
  header .submenu form dl.search1 dd {
    position: absolute;
    top: -4px;
    right: -4px;
  }
  header .submenu form dl.search1 dd button {
    display: block;
    padding: 10px;
    background: none;
    border: none;
    outline: 0;
    /* Retina */
  }
  header .submenu form dl.search1 dd button span {
    display: block;
    width: 13px;
    height: 12px;
    background: url("../img/icon_search.jpg") no-repeat scroll 0 0;
    background-size: 100%;
  }
}

@media only screen and (min-width: 950px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-width: 950px) and (min-device-pixel-ratio: 2) {
  header .submenu form dl.search1 dd button span {
    display: block;
    width: 13px;
    height: 12px;
    background: url("../img/icon_search@2x.jpg") no-repeat scroll 0 0;
    background-size: cover;
  }
}

@media screen and (min-width: 950px) {
  header .globalnav {
    line-height: 30px;
    float: right;
    display: table;
    width: 75%;
    height: 30px;
    padding-top: 9px;
  }
  header .globalnav ul {
    width: 100%;
    table-layout: fixed;
    text-align: right;
    bottom: 0px;
  }
  header .globalnav ul li {
    margin: 0 12px;
    vertical-align: bottom;
  }
  header .globalnav ul li a {
    font-size: 10pt;
    font-weight: bold;
    display: block;
    min-width: 80px;
    text-align: center;
    text-decoration: none;
    color: #0c4191;
    border-bottom: solid 6px #fff;
  }
  header .globalnav ul li a:hover {
    border-bottom: solid 6px #0c4191;
  }
  header .globalnav ul li .select {
    font-weight: bold;
    display: block;
    text-align: center;
    text-decoration: none;
    color: #0c4191;
    border-bottom: solid 6px #0c4191;
  }
  header .clearfix {
    width: auto;
    height: 0;
  }
  header #fullmemu_btn_weapper {
    z-index: 1;
    position: relative;
  }
  header #fullmenu_wrapper {
    top: 2px;
    font-size: 13px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 1080px;
    height: 410px;
    background-color: #3B3B3B;
    opacity: 0.95;
    position: relative;
    display: none;
    z-index: -1;
    line-height: 2.4;
    clear: both;
    padding: 2%;
  }
  header #fullmenu_wrapper .menu_line {
    text-indent: 0 !important;
    border-bottom: solid 1px #8ba0c8;
    font-weight: bold !important;
    color: #8ba0c8;
    margin-bottom: 0.5em;
  }
  header #fullmenu_wrapper #fullmenu_left {
    width: 48%;
    float: left;
  }
  header #fullmenu_wrapper #fullmenu_left #f_menu_l_wrapper1 {
    width: 50%;
    float: left;
  }
  header #fullmenu_wrapper #fullmenu_left #f_menu_l_wrapper2 {
    width: 50%;
    float: right;
  }
  header #fullmenu_wrapper #fullmenu_left ul {
    margin-right: 30px;
  }
  header #fullmenu_wrapper #fullmenu_left ul li {
    display: block;
    text-indent: 8px;
    font-weight: normal;
  }
  header #fullmenu_wrapper #fullmenu_left ul li a {
    color: white;
  }
  header #fullmenu_wrapper #fullmenu_right {
    width: 48%;
    float: left;
  }
  header #fullmenu_wrapper #fullmenu_right #f_menu_r_wrapper1, header #fullmenu_wrapper #fullmenu_right #f_menu_r_wrapper2, header #fullmenu_wrapper #fullmenu_right #f_menu_r_wrapper3 {
    width: 33%;
    float: left;
  }
  header #fullmenu_wrapper #fullmenu_right #f_menu_r_wrapper1 li, header #fullmenu_wrapper #fullmenu_right #f_menu_r_wrapper2 li, header #fullmenu_wrapper #fullmenu_right #f_menu_r_wrapper3 li {
    text-indent: 8px;
  }
  header #fullmenu_wrapper #fullmenu_right #f_menu_r_wrapper3 {
    padding-top: 3em;
  }
  header #fullmenu_wrapper #fullmenu_right ul {
    margin-right: 30px;
  }
  header #fullmenu_wrapper #fullmenu_right ul li {
    display: block;
    font-weight: normal;
  }
  header #fullmenu_wrapper #fullmenu_right ul li a {
    color: white;
  }
  header #fullmenu_wrapper .menu_line_long {
    width: 250%;
    border-bottom: solid 1px #8ba0c8;
    text-indent: 0 !important;
    font-weight: bold;
    color: #8ba0c8;
    margin-bottom: 0.5em;
  }
  header #fullmenu_wrapper #f_menu_footer {
    font-size: 11px;
    position: absolute;
    bottom: 2%;
    right: 5%;
    margin-bottom: 20px;
    margin-right: 20px;
    border-bottom: 1px solid #808080;
    border-top: 1px solid #808080;
    padding: 10px;
  }
  header #fullmenu_wrapper #f_menu_footer li {
    display: inline-block !important;
    list-style-type: none;
    color: #808080;
    margin: 0 5px;
  }
  /*------------------- header -------------------*/
  /*------------------- スマホ用header -------------------*/
  #smt_header {
    display: none;
  }
  .smt_wrapper {
    display: none;
  }
  /*------------------- スマホ用header -------------------*/
  /*------------------- footer -------------------*/
  footer {
    z-index: 2;
    margin-top: 200px;
    clear: both;
    position: relative;
    bottom: 0;
    width: 100%;
    height: 250px;
    background-image: url("../img/footer_bg.png");
    background-repeat: no-repeat;
    background-position: right bottom;
    background-color: #c1c4ca;
    background-size: contain;
  }
  footer .other {
    line-height: 40px;
    position: absolute;
    bottom: 40px;
    left: 0;
    width: 100%;
    height: 40px;
  }
  footer .other li {
    float: left;
    padding: 0 3px;
    color: #808080;
  }
  footer .other li a {
    font-size: 8pt;
    font-weight: bold;
    vertical-align: middle;
    color: #808080;
  }
  footer p {
    font-size: 10px;
    line-height: 40px;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 40px;
    padding-right: 10px;
    text-align: center;
    color: #666;
    border-top: solid 1px #ddd;
  }
  #toppage footer, #toppage #footer {
    margin-top: 0 !important;
  }
  /*------------------- footer -------------------*/
  /*------------------- sidemenu -------------------*/
  .side_menu {
    max-width: 225px;
    padding-top: 30px;
    width: 100%;
  }
  .side_menu li {
    line-height: 40px;
    height: 40px;
    background: #E7ECF4;
    font-size: 13px;
    font-weight: bold;
    color: #0c4191;
    border-bottom: solid 1px #C5C5C5;
  }
  .side_menu li a {
    background-color: #fff;
    display: inline-block;
    height: 40px;
    width: 90%;
    padding-left: 10%;
    color: #0c4191;
  }
  .side_menu li.list_h {
    width: 90%;
    padding-left: 10%;
    border-bottom: solid 1px #fff;
  }
  .side_menu li:hover {
    border-bottom: solid 1px #fff;
  }
  .side_menu li:hover a {
    color: #fff;
    background-color: #0c4191;
  }
  .side_menu .select > a {
    color: #fff;
    background-color: #0c4191;
  }
  /*------------------- sidemenu -------------------*/
  /*------------------- taglist -------------------*/
  .taglist {
    margin-bottom: 10px;
  }
  .taglist li {
    display: inline-block;
    padding-right: 10px;
    font-size: 12px;
  }
  .taglist li img {
    vertical-align: middle;
    padding-right: 5px;
  }
  .taglist li .select {
    border-bottom: solid 1px #0c4191;
    color: #0c4191;
    font-weight: bold;
  }
  .taglist li a {
    color: #555659;
  }
  .taglist li a:hover {
    border-bottom: solid 1px #555659 !important;
  }
  /*------------------- taglist -------------------*/
  /*------------------- newslist -------------------*/
  .newslist {
    margin-top: 6px a;
    margin-top-color: #0c4191;
  }
  .newslist a:hover {
    color: #0c4191;
    border-bottom: solid 1px #0c4191 !important;
  }
  .newslist li {
    font-size: 13px;
    line-height: 16px;
    display: inline-block;
    margin-right: 5px;
    color: #0c4191;
    vertical-align: top;
  }
  .newslist li:nth-child(1) {
    font-size: 10px;
    overflow-x: hidden;
    width: 78px;
    height: 17px;
    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
    line-height:1.5;
    overflow:hidden;
  }
  .newslist .newslist li:nth-child(2), .newslist .newslist li:nth-child(4) {
    width: 5px;
  }
  .newslist .newslist li:nth-child(3) {
    width: auto;
  }
  #toppage .newslist li:nth-child(5) {
    font-weight: bold;
    overflow-x: hidden;
    width: 590px;
    height: 17px;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  #news .newslist li:nth-child(5) {
    font-weight: bold;
    width: 590px;
    height: auto;
    line-height: normal;
  }
  /* ir */
  .pagebox li {
    line-height: 25px;
    margin-right: 5px;
  }
  .pagebox .pdf_list li {
    display: inline-block;
  }
  .pagebox .pdf_list li img {
    vertical-align: middle;
  }
  .pagebox .pdf_list li a {
    font-size: 14px;
    line-height: 18px;
    display: inline-block;
    color: #0c4191;
  }
  .pagebox .pdf_list li a:hover {
    border-bottom: solid 1px #0c4191;
  }
  .blank {
    height: 50px;
  }
  .link_bg {
    background: #F2F3F4;
    width: 42%;
    display: inline-block;
    margin: 10px 5px 10px 5px;
    padding: 10px;
  }
  .link_bg li {
    padding-left: 10px;
  }
  .link_bg li a {
    color: #555659;
  }
  .link_bg li a:hover {
    border-bottom: solid 1px #555659;
  }
  .link_bg li:first-child {
    background: #567BB2;
    color: #fff;
    line-height: 30px;
    margin-bottom: 10px;
  }
  /*------------------- newslist -------------------*/
  /*------------------- ir, news共通 -------------------*/
  .tag_pr {
    color: #fff !important;
    border: solid 1px #da0d4a !important;
    background: #da0d4a !important;
  }
  .tag_co {
    color: #fff !important;
    border: solid 1px #86a1c8 !important;
    background: #86a1c8 !important;
  }
  .tag_ir {
    color: #fff !important;
    border: solid 1px #0c4191 !important;
    background: #0c4191 !important;
  }
  .tag_kb {
    color: #fff !important;
    border: solid 1px #555659 !important;
    background: #555659 !important;
  }
  .tag_sh {
    color: #0c4191 !important;
    border: solid 1px #0c4191 !important;
    background: #fff !important;
  }
  .tag_ot {
    color: #555659 !important;
    border: solid 1px #bcc1c7 !important;
    background: #bcc1c7 !important;
  }
  .side_link {
    line-height: 15px;
    right: 10px;
    bottom: 0;
    padding: 10px;
    border: dashed 1px #888;
    margin: 30px 0;
    font-size: 14px;
  }
  .side_link li {
    clear: both;
    padding: 10px;
  }
  .side_link li a {
    color: #555659;
  }
  .side_link li a:hover {
    border-bottom: solid 1px #555659;
  }
  /*------------------- ir, news共通 -------------------*/
}

/* tablet big browser */
@media screen and (max-width: 950px) and (min-width: 750px) {
  /*------------------- header -------------------*/
  header {
    position: fixed;
    /* ヘッダーの固定 */
    z-index: 5;
    top: 0;
    /* 位置(上0px) */
    left: 0;
    /* 位置(右0px) */
    width: 100%;
    height: 85px;
    border-bottom: solid 2px #0c4191;
    background-color: #fff;
  }
  header li {
    display: inline-block;
  }
  header .headerbox {
    width: 100%;
    margin: 0 auto;
  }
  header .headerbox .toplogo {
    float: left;
    max-width: 260px;
    width: 25%;
    height: 85px;
    margin: auto;
  }
  header .headerbox .toplogo h1 {
    position: relative;
    top: 15px;
    left: 2%;
    max-width: 220px;
  }
  header .headerbox .toplogo h1 img {
    width: 100%;
    height: auto;
  }
  header .headerbox:after {
    /* clearfix */
    content: "";
    clear: both;
    display: block;
  }
  header .submenu {
    float: right;
    max-width: 820px;
    width: 75%;
    height: auto;
    text-align: right;
  }
  header .submenu a img {
    display: none;
  }
  header .submenu ul, header .submenu p, header .submenu form {
    display: inline-block;
    vertical-align: middle;
    margin: auto;
  }
  header .submenu .other {
    line-height: 40px;
    margin-right: 2px;
    color: #808080;
    font-size: 8pt;
  }
  header .submenu .other li {
    display: inline-block;
    line-height: 16px;
    padding: 0 2px;
    vertical-align: middle;
  }
  header .submenu .other li a {
    font-size: 8pt;
    font-weight: bold;
    vertical-align: middle;
    color: #808080;
  }
  header .submenu .other li:first-child, header .submenu .other li:nth-child(3), header .submenu .other li:nth-child(5), header .submenu .other li:nth-child(7) {
    display: none;
  }
  header .submenu #lang_choice_1 {
    width: 100%;
    padding: 0 5px;
    font-size: 12px;
    color: #0c4191;
    padding-top: 4px;
    vertical-align: middle;
    line-height: 16px;
    margin-top: 5px;
    border-radius: 4px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    height: 24px;
    width: 100%;
    border: 1px solid #0c4191;
  }
  header .submenu #lang_choice_1 option[selected] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    outline: none;
  }
  header .submenu #lang_choice_1:focus {
    outline: none;
  }
  header .submenu .fontsize {
    padding-right: 2px;
    padding-top: 4px;
    vertical-align: middle;
  }
  header .submenu .fontsize input {
    border: 0px;
    width: 23px;
    height: 23px;
  }
  header .submenu .fontsize .btn_font_small {
    background: url(../img/btn_font_small.svg) left top no-repeat;
  }
  header .submenu .fontsize .btn_font_reset {
    background: url(../img/btn_font_reset.svg) left top no-repeat;
  }
  header .submenu .fontsize .btn_font_large {
    background: url(../img/btn_font_large.svg) left top no-repeat;
  }
  header .submenu #searchform {
    margin-top: 4px;
    margin-right: 10px;
    width: 150px;
    height: 23px;
    position: relative;
    background-color: #dee0e3;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    /* Retina */
  }
  header .submenu #searchform input:first-child {
    display: inline-block;
    position: absolute;
    width: 120px;
    height: 20px;
    left: 10px;
    line-height: 24px;
    background: none;
    border: none;
    font-size: 13px;
    color: #888;
  }
  header .submenu #searchform input:last-child {
    display: inline-block;
    position: absolute;
    top: 5px;
    right: 5px;
    width: 13px;
    height: 12px;
    background: url("../img/icon_search.jpg") no-repeat scroll 0 0;
    background-size: 100%;
    border-style: none !important;
    text-indent: -9999px;
  }
}

@media only screen and (max-width: 950px) and (min-width: 750px) and (-webkit-min-device-pixel-ratio: 2), only screen and (max-width: 950px) and (min-width: 750px) and (min-device-pixel-ratio: 2) {
  header .submenu #searchform input:last-child {
    display: inline-block;
    position: absolute;
    top: 5px;
    right: 5px;
    width: 13px;
    height: 12px;
    background: url("../img/icon_search@2x.jpg") no-repeat scroll 0 0;
    background-size: 13px 12px;
    border-style: none !important;
    text-indent: -9999px;
  }
}

@media screen and (max-width: 950px) and (min-width: 750px) {
  header .globalnav {
    line-height: 30px;
    float: right;
    display: table;
    width: 75%;
    height: 30px;
    padding-top: 9px;
  }
  header .globalnav ul {
    width: 100%;
    table-layout: fixed;
    text-align: right;
    bottom: 0px;
  }
  header .globalnav ul li {
    margin: 0 1%;
    vertical-align: bottom;
  }
  header .globalnav ul li a {
    font-size: 10pt;
    font-weight: bold;
    display: block;
    min-width: 60px;
    text-align: center;
    text-decoration: none;
    color: #0c4191;
    border-bottom: solid 6px #fff;
  }
  header .globalnav ul li a:hover {
    border-bottom: solid 6px #0c4191;
  }
  header .globalnav ul li .select {
    font-weight: bold;
    display: block;
    text-align: center;
    text-decoration: none;
    color: #0c4191;
    border-bottom: solid 6px #0c4191;
  }
  header .clearfix {
    width: auto;
    height: 0;
  }
  header #fullmemu_btn_weapper {
    z-index: 1;
    position: relative;
  }
  header #fullmenu_wrapper {
    top: 2px;
    font-size: 11px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 1080px;
    height: 350px;
    background-color: #3B3B3B;
    opacity: 0.95;
    position: relative;
    display: none;
    z-index: -1;
    line-height: 2.4;
    clear: both;
    padding: 2%;
  }
  header #fullmenu_wrapper .menu_line {
    text-indent: 0 !important;
    border-bottom: solid 1px #8ba0c8;
    font-weight: bold !important;
    color: #8ba0c8;
    margin-bottom: 0.5em;
  }
  header #fullmenu_wrapper #fullmenu_left {
    width: 48%;
    float: left;
  }
  header #fullmenu_wrapper #fullmenu_left #f_menu_l_wrapper1 {
    width: 52%;
    float: left;
  }
  header #fullmenu_wrapper #fullmenu_left #f_menu_l_wrapper2 {
    width: 48%;
    float: right;
  }
  header #fullmenu_wrapper #fullmenu_left ul {
    margin-right: 20px;
  }
  header #fullmenu_wrapper #fullmenu_left ul li {
    display: block;
    text-indent: 8px;
    font-weight: normal;
  }
  header #fullmenu_wrapper #fullmenu_left ul li a {
    color: white;
  }
  header #fullmenu_wrapper #fullmenu_right {
    width: 48%;
    float: left;
  }
  header #fullmenu_wrapper #fullmenu_right #f_menu_r_wrapper1, header #fullmenu_wrapper #fullmenu_right #f_menu_r_wrapper2, header #fullmenu_wrapper #fullmenu_right #f_menu_r_wrapper3 {
    width: 33%;
    float: left;
  }
  header #fullmenu_wrapper #fullmenu_right #f_menu_r_wrapper1 li, header #fullmenu_wrapper #fullmenu_right #f_menu_r_wrapper2 li, header #fullmenu_wrapper #fullmenu_right #f_menu_r_wrapper3 li {
    text-indent: 8px;
  }
  header #fullmenu_wrapper #fullmenu_right #f_menu_r_wrapper3 {
    padding-top: 3em;
  }
  header #fullmenu_wrapper #fullmenu_right ul {
    margin-right: 20px;
  }
  header #fullmenu_wrapper #fullmenu_right ul li {
    display: block;
    font-weight: normal;
  }
  header #fullmenu_wrapper #fullmenu_right ul li a {
    color: white;
  }
  header #fullmenu_wrapper .menu_line_long {
    width: 230%;
    border-bottom: solid 1px #8ba0c8;
    text-indent: 0 !important;
    font-weight: bold;
    color: #8ba0c8;
    margin-bottom: 0.5em;
  }
  header #fullmenu_wrapper #f_menu_footer {
    font-size: 11px;
    position: absolute;
    bottom: 2%;
    right: 5%;
    margin-bottom: 20px;
    margin-right: 20px;
    border-bottom: 1px solid #808080;
    border-top: 1px solid #808080;
    padding: 10px;
  }
  header #fullmenu_wrapper #f_menu_footer li {
    display: inline-block !important;
    list-style-type: none;
    color: #808080;
    margin: 0 5px;
  }
  /*------------------- header -------------------*/
  /*------------------- スマホ用header -------------------*/
  #smt_header {
    display: none;
  }
  .smt_wrapper {
    display: none;
  }
  /*------------------- スマホ用header -------------------*/
  /*------------------- footer -------------------*/
  footer {
    z-index: 2;
    margin-top: 200px;
    clear: both;
    position: relative;
    bottom: 0;
    width: 100%;
    height: 200px;
    background-image: url("../img/footer_bg.png");
    background-repeat: no-repeat;
    background-position: right bottom;
    background-color: #c1c4ca;
    background-size: contain;
  }
  footer .other {
    line-height: 40px;
    position: absolute;
    bottom: 40px;
    left: 0;
    width: 100%;
    height: 40px;
    text-align: center;
  }
  footer .other li {
    display: inline-block;
    padding: 0 3px;
    color: #808080;
  }
  footer .other li a {
    font-size: 9pt;
    font-weight: bold;
    vertical-align: middle;
    color: #808080;
  }
  footer p {
    font-size: 10px;
    line-height: 40px;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 40px;
    padding-right: 10px;
    text-align: center;
    color: #666;
    border-top: solid 1px #ddd;
  }
  #toppage footer, #toppage #footer {
    margin-top: 0 !important;
  }
  /*------------------- footer -------------------*/
  /*------------------- taglist -------------------*/
  .taglist {
    margin-bottom: 10px;
  }
  .taglist li {
    display: inline-block;
    padding-right: 10px;
    font-size: 12px;
  }
  .taglist li img {
    vertical-align: middle;
    padding-right: 5px;
  }
  .taglist li .select {
    border-bottom: solid 1px #0c4191;
    color: #0c4191;
    font-weight: bold;
  }
  .taglist li a {
    color: #555659;
  }
  .taglist li a:hover {
    border-bottom: solid 1px #555659 !important;
  }
  /*------------------- taglist -------------------*/
  /*------------------- ir, news共通 -------------------*/
  .tag_pr {
    color: #fff !important;
    border: solid 1px #da0d4a !important;
    background: #da0d4a !important;
  }
  .tag_co {
    color: #fff !important;
    border: solid 1px #86a1c8 !important;
    background: #86a1c8 !important;
  }
  .tag_ir {
    color: #fff !important;
    border: solid 1px #0c4191 !important;
    background: #0c4191 !important;
  }
  .tag_kb {
    color: #fff !important;
    border: solid 1px #555659 !important;
    background: #555659 !important;
  }
  .tag_sh {
    color: #0c4191 !important;
    border: solid 1px #0c4191 !important;
    background: #fff !important;
  }
  .tag_ot {
    color: #555659 !important;
    border: solid 1px #bcc1c7 !important;
    background: #bcc1c7 !important;
  }
  .side_link {
    line-height: 15px;
    right: 10px;
    bottom: 0;
    padding: 10px;
    border: dashed 1px #888;
    margin: 30px 0;
    font-size: 14px;
  }
  .side_link li {
    clear: both;
    padding: 10px;
  }
  .side_link li a {
    color: #555659;
  }
  .side_link li a:hover {
    border-bottom: solid 1px #555659;
  }
  /*------------------- ir, news共通 -------------------*/
}

/* tablet min browser */
@media screen and (max-width: 750px) and (min-width: 550px) {
  #pll-lang-switcher-area {
    float: right;
    margin-right: 20px;
    display: inline-block;
    border: 1px solid #0c4191;
    position: relative;
    top: 2px;
    padding: 2px;
    border-radius: 4px;
    font-size: 11px;
    line-height: 18px;
  }
  #pll-lang-switcher-area li {
    border-right: 1px dotted #0c4191;
    display: inline-block;
  }
  #pll-lang-switcher-area li a {
    color: #0c4191;
    margin: 0 2px;
  }
  #pll-lang-switcher-area li:last-child {
    border-right: none !important;
  }
  /*------------------- header -------------------*/
  #header {
    display: none !important;
  }
  #smt_header {
    position: fixed;
    /* ヘッダーの固定 */
    z-index: 5;
    top: 0;
    /* 位置(上0px) */
    left: 0;
    /* 位置(右0px) */
    width: 100%;
    height: 60px;
    border-bottom: solid 3px #0c4191;
    background-color: #fff;
  }
  #smt_header li {
    display: inline-block;
  }
  #smt_header .headerbox {
    max-width: 1080px;
    width: 100%;
    margin: 0 auto;
  }
  #smt_header .headerbox .toplogo {
    float: left;
    max-width: 260px;
    width: 160px !important;
    height: auto;
    margin: auto;
  }
  #smt_header .headerbox .toplogo h1 img {
    position: relative;
    top: 10px;
    left: 5%;
    width: 100%;
    max-width: 220px;
    height: auto;
  }
  #smt_header .headerbox .iconrow {
    float: right;
    width: 60px;
    height: 60px;
    margin: auto;
    background-color: #0c4191;
  }
  #smt_header .headerbox .iconrow .iconcontainer {
    display: inline-block;
    height: 45px;
    padding: 0px 10px 10px 15px;
  }
  #smt_header .headerbox .iconrow .iconcontainer .hamburger-icon {
    display: inline-block;
    width: 30px;
    height: 3.5px;
    background-color: #fff;
    -webkit-transform: translate(0px, 20px);
    -moz-transform: translate(0px, 20px);
    -ms-transform: translate(0px, 20px);
    -o-transform: translate(0px, 20px);
    transition: background 0.5s, transform 0.5s;
  }
  #smt_header .headerbox .iconrow .iconcontainer .hamburger-icon::after,
  #smt_header .headerbox .iconrow .iconcontainer .hamburger-icon::before {
    content: '';
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    height: 3.5px;
    background-color: #fff;
    -webkit-transform: translate(0, -10px);
    -moz-transform: translate(0, -10px);
    -ms-transform: translate(0, -10px);
    -o-transform: translate(0, -10px);
    -webkit-transition: transform 0.5s;
    -moz-transition: transform 0.5s;
    -ms-transition: transform 0.5s;
    -o-transition: transform 0.5s;
  }
  #smt_header .headerbox .iconrow .iconcontainer .hamburger-icon::after,
  #smt_header .headerbox .iconrow .iconcontainer .hamburger-icon.hover::after {
    -webkit-transform: translate(0, 10px);
    -moz-transform: translate(0, 10px);
    -ms-transform: translate(0, 10px);
    -o-transform: translate(0, 10px);
  }
  #smt_header .headerbox .iconrow .iconcontainer .hamburger-icon.hover::before {
    -webkit-transform: translate(0, -10px);
    -moz-transform: translate(0, -10px);
    -ms-transform: translate(0, -10px);
    -o-transform: translate(0, -10px);
  }
  #smt_header .headerbox .iconrow .iconcontainer .hamburger-icon.open.hover::before {
    transform: translateX(0px) translateY(-15px) rotate(45deg) scale(1, 1.5);
  }
  #smt_header .headerbox .iconrow .iconcontainer .hamburger-icon.open.hover::after {
    transform: translateX(0px) translateY(-15px) rotate(-45deg) scale(1, 1.5);
  }
  #smt_header .headerbox .iconrow .iconcontainer .hamburger-icon.open {
    margin-top: 12px;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    background: transparent;
  }
  #smt_header .headerbox .iconrow .iconcontainer .hamburger-icon.open::before {
    transform: translateX(0px) translateY(-15px) rotate(45deg);
  }
  #smt_header .headerbox .iconrow .iconcontainer .hamburger-icon.open::after {
    transform: translateX(0px) translateY(-15px) rotate(-45deg);
  }
  .smt_wrapper {
    display: block;
    padding-top: 60px;
    position: relative;
    width: 100%;
    z-index: 3;
  }
  .smt_wrapper .smt_page_menu {
    display: none;
    top: 60px;
    right: 0;
    bottom: 0;
    left: 0;
    position: fixed;
    z-index: 1;
    display: none;
    background-color: white;
    width: 100%;
    overflow-x: hidden;
    overflow-y: scroll;
  }
  .smt_wrapper .smt_page_menu .smt_menu_wrapeer #searchform {
    margin: 10px 5% 8px 5%;
    margin-top: 10px;
    margin-right: 10px;
    width: 90%;
    height: 26px;
    position: relative;
    background-color: #dee0e3;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
  }
  .smt_wrapper .smt_page_menu .smt_menu_wrapeer #searchform input:first-child {
    display: inline-block;
    position: absolute;
    width: 90%;
    height: 24px;
    left: 10px;
    line-height: 24px;
    background: none;
    border: none;
    font-size: 15px;
    color: #888;
  }
  .smt_wrapper .smt_page_menu .smt_menu_wrapeer #searchform input:last-child {
    display: inline-block;
    position: absolute;
    top: 4px;
    right: 6px;
    width: 13px;
    height: 12px;
    background: url("../img/icon_search.jpg") no-repeat scroll 0 0;
    background-size: 100%;
    border-style: none !important;
    text-indent: -9999px;
  }
  .smt_wrapper .smt_page_menu ul {
    position: relative;
    width: 100%;
  }
  .smt_wrapper .smt_page_menu ul li {
    border-bottom: 1px solid #fff;
    width: 100%;
    background-color: #6285b7;
  }
  .smt_wrapper .smt_page_menu ul li a {
    padding-top: 10px;
    padding-bottom: 10px;
    width: 100%;
    display: inline-block;
    font-size: 16px;
    color: white;
    margin-left: 5%;
  }
  .smt_wrapper .smt_page_menu ul li .sub_menu_btn_wrapper {
    display: inline-block;
    padding-bottom: 10px;
    padding-top: 10px;
    padding-left: 30px;
    text-align: center;
    width: 15%;
  }
  .smt_wrapper .smt_page_menu ul li.sub_menu a {
    width: 70%;
  }
  .smt_wrapper .smt_main_menu .smt_page_sub_menu {
    display: none;
    background-color: #f3f3f3;
    text-align: center;
    padding-bottom: 5px;
  }
  .smt_wrapper .smt_main_menu .smt_page_sub_menu div {
    width: 40%;
    min-width: 155px;
    display: inline-block;
  }
  .smt_wrapper .smt_main_menu .smt_page_sub_menu div a {
    font-size: 12px !important;
    width: 95% !important;
    display: inline-block;
    color: #909090 !important;
    background: #fff;
    margin: 5px 5px 5px 0;
  }
  .smt_wrapper .smt_main_menu .smt_page_sub_menu div:first-child {
    margin-top: 5px;
  }
  .smt_wrapper .smt_main_menu .sub_menu_btn_wrapper .sub_menu_btn {
    border-right: 2px solid white;
    border-top: 2px solid white;
    display: inline-block;
    height: 10px;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    width: 10px;
  }
  .smt_wrapper .smt_main_menu .sub_menu_btn_wrapper .sub_menu_btn.down {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
  }
  .smt_wrapper .smt_main_menu .sub_menu_btn_wrapper .sub_menu_btn.up {
    margin-top: 5px;
    transform: rotate(315deg);
    -webkit-transform: rotate(315deg);
    -moz-transform: rotate(315deg);
    -ms-transform: rotate(315deg);
    -o-transform: rotate(315deg);
  }
  .smt_wrapper #pll-lang-switcher-area {
    border: 1px solid #0c4191;
    padding: 2px;
    margin-top: 10px;
    margin-left: 20px;
    border-radius: 4px;
    font-size: 15px;
    line-height: 22px;
    text-align: center;
  }
  .smt_wrapper #pll-lang-switcher-area li {
    border-right: 1px dotted #0c4191;
    list-style: none;
    display: inline-block;
  }
  .smt_wrapper #pll-lang-switcher-area li a {
    color: #0c4191;
    margin: 0 5px;
  }
  .smt_wrapper #pll-lang-switcher-area li:last-child {
    border-right: none !important;
  }
  /*------------------- header -------------------*/
  /*------------------- pc用header -------------------*/
  #header {
    display: none;
  }
  #fullmenu_wrapper {
    display: none;
  }
  /*------------------- スマホ用header -------------------*/
  /*------------------- footer -------------------*/
  footer {
    z-index: 2;
    margin-top: 200px;
    clear: both;
    position: relative;
    bottom: 0;
    width: 100%;
    height: 200px;
    background-image: url("../img/footer_bg.png");
    background-repeat: no-repeat;
    background-position: right bottom;
    background-color: #c1c4ca;
    background-size: contain;
  }
  footer .other {
    line-height: 40px;
    position: absolute;
    bottom: 40px;
    left: 0;
    width: 100%;
    height: 40px;
    text-align: center;
  }
  footer .other li {
    display: inline-block;
    padding: 0;
    color: #808080;
    margin-left: -2px;
    margin-right: -2px;
  }
  footer .other li a {
    font-size: 8pt;
    font-weight: bold;
    vertical-align: middle;
    color: #808080;
  }
  footer p {
    font-size: 10px;
    line-height: 40px;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 40px;
    padding-right: 10px;
    text-align: center;
    color: #666;
    border-top: solid 1px #ddd;
  }
  #toppage footer, #toppage #footer {
    margin-top: 0 !important;
  }
  /*------------------- footer -------------------*/
  /*------------------- taglist -------------------*/
  .taglist {
    margin-bottom: 10px;
  }
  .taglist li {
    display: inline-block;
    padding-right: 10px;
    font-size: 12px;
  }
  .taglist li img {
    vertical-align: middle;
    padding-right: 5px;
  }
  .taglist li .select {
    border-bottom: solid 1px #0c4191;
    color: #0c4191;
    font-weight: bold;
  }
  .taglist li a {
    color: #555659;
  }
  .taglist li a:hover {
    border-bottom: solid 1px #555659 !important;
  }
  /*------------------- taglist -------------------*/
  /*------------------- ir, news共通 -------------------*/
  .tag_pr {
    color: #fff !important;
    border: solid 1px #da0d4a !important;
    background: #da0d4a !important;
  }
  .tag_co {
    color: #fff !important;
    border: solid 1px #86a1c8 !important;
    background: #86a1c8 !important;
  }
  .tag_ir {
    color: #fff !important;
    border: solid 1px #0c4191 !important;
    background: #0c4191 !important;
  }
  .tag_kb {
    color: #fff !important;
    border: solid 1px #555659 !important;
    background: #555659 !important;
  }
  .tag_sh {
    color: #0c4191 !important;
    border: solid 1px #0c4191 !important;
    background: #fff !important;
  }
  .tag_ot {
    color: #555659 !important;
    border: solid 1px #bcc1c7 !important;
    background: #bcc1c7 !important;
  }
  .side_link {
    line-height: 15px;
    right: 10px;
    bottom: 0;
    padding: 10px;
    border: dashed 1px #888;
    margin: 30px 0;
    font-size: 14px;
  }
  .side_link li {
    clear: both;
    padding: 10px;
  }
  .side_link li a {
    color: #555659;
  }
  .side_link li a:hover {
    border-bottom: solid 1px #555659;
  }
  /*------------------- ir, news共通 -------------------*/
}

/*--------------smartphone browser--------------*/
@media screen and (max-width: 550px) {
/*
  .smt_wrapper #pll-lang-switcher-area {
    border: 1px solid #0c4191;
    padding: 2px;
    margin-top: 10px;
    margin-left: 20px;
    border-radius: 4px;
    font-size: 15px;
    line-height: 22px;
    text-align: center;
  }
  .smt_wrapper #pll-lang-switcher-area li {
    border-right: 1px dotted #0c4191;
    list-style: none;
    display: inline-block;
  }
  .smt_wrapper #pll-lang-switcher-area li a {
    color: #0c4191;
    margin: 0 5px;
  }
  .smt_wrapper #pll-lang-switcher-area li:last-child {
    border-right: none !important;
  }
*/
  #pll-lang-switcher-area {
    float: right;
    margin:20px 13px 28px 0;
    padding:0;
  }
  #pll-lang-switcher-area li {
    display: inline-block;
    float: left;
  }
  #pll-lang-switcher-area li.select a{
    background-color:#0c4191;
    color: #fff;
    font-weight:bold;
    border: 1px solid #0c4191;
  }
  #pll-lang-switcher-area li a {
    color: #0c4191;
    padding : 6px 10px;
    border: 1px solid #0c4191;
    font-size:13px;
    display:inline-block;
    height:13px;
  }
  #pll-lang-switcher-area li:first-child a {
    border-radius: 4px 0 0 4px;
    border-right:none;
  }
  #pll-lang-switcher-area li:last-child a {
    border-left:none;
    border-radius: 0 4px 4px 0;
  }

  /*------------------- header -------------------*/
  #header {
    display: none !important;
  }
  #smt_header {
    position: fixed;
    /* ヘッダーの固定 */
    z-index: 5;
    top: 0;
    /* 位置(上0px) */
    left: 0;
    /* 位置(右0px) */
    width: 100%;
    height: 60px;
    border-bottom: solid 3px #0c4191;
    background-color: #fff;
    min-width: 320px !important;
  }
  #smt_header li {
    display: inline-block;
  }
  #smt_header .headerbox {
    max-width: 1080px;
    width: 100%;
    margin: 0 auto;
  }
  #smt_header .headerbox .toplogo {
    float: left;
    max-width: 260px;
    width: 160px !important;
    height: auto;
    margin: auto;
  }
  #smt_header .headerbox .toplogo h1 img {
    position: relative;
    top: 10px;
    left: 5%;
    width: 100%;
    max-width: 220px;
    height: auto;
  }
  #smt_header .headerbox .iconrow {
    float: right;
    width: 60px;
    height: 60px;
    margin: auto;
    background-color: #0c4191;
  }
  #smt_header .headerbox .iconrow .iconcontainer {
    display: inline-block;
    height: 45px;
    padding: 0px 10px 10px 15px;
  }
  #smt_header .headerbox .iconrow .iconcontainer .hamburger-icon {
    display: inline-block;
    width: 30px;
    height: 3.5px;
    background-color: #fff;
    -webkit-transform: translate(0px, 20px);
    -moz-transform: translate(0px, 20px);
    -ms-transform: translate(0px, 20px);
    -o-transform: translate(0px, 20px);
    transition: background 0.5s, -webkit-transform 0.5s;
  }
  #smt_header .headerbox .iconrow .iconcontainer .hamburger-icon::after,
  #smt_header .headerbox .iconrow .iconcontainer .hamburger-icon::before {
    content: '';
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    height: 3.5px;
    background-color: #fff;
    -webkit-transform: translate(0, -10px);
    -moz-transform: translate(0, -10px);
    -ms-transform: translate(0, -10px);
    -o-transform: translate(0, -10px);
    -webkit-transition: -webkit-transform 0.5s;
    -moz-transition: transform 0.5s;
    -ms-transition: transform 0.5s;
    -o-transition: transform 0.5s;
  }
  #smt_header .headerbox .iconrow .iconcontainer .hamburger-icon::after,
  #smt_header .headerbox .iconrow .iconcontainer .hamburger-icon.hover::after {
    -webkit-transform: translate(0, 10px);
    -moz-transform: translate(0, 10px);
    -ms-transform: translate(0, 10px);
    -o-transform: translate(0, 10px);
  }
  #smt_header .headerbox .iconrow .iconcontainer .hamburger-icon.hover::before {
    -webkit-transform: translate(0, -10px);
    -moz-transform: translate(0, -10px);
    -ms-transform: translate(0, -10px);
    -o-transform: translate(0, -10px);
  }
  #smt_header .headerbox .iconrow .iconcontainer .hamburger-icon.open.hover::before {
    transform: translateX(0px) translateY(-15px) rotate(45deg) scale(1, 1.5);
    -webkit-transform: translateX(0px) translateY(-15px) rotate(45deg) scale(1, 1.5);
  }
  #smt_header .headerbox .iconrow .iconcontainer .hamburger-icon.open.hover::after {
    transform: translateX(0px) translateY(-15px) rotate(-45deg) scale(1, 1.5);
    -webkit-transform: translateX(0px) translateY(-15px) rotate(-45deg) scale(1, 1.5);
  }
  #smt_header .headerbox .iconrow .iconcontainer .hamburger-icon.open {
    margin-top: 12px;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    background: transparent;
  }
  #smt_header .headerbox .iconrow .iconcontainer .hamburger-icon.open::before {
    transform: translateX(0px) translateY(-15px) rotate(45deg);
    -webkit-transform: translateX(0px) translateY(-15px) rotate(45deg);
  }
  #smt_header .headerbox .iconrow .iconcontainer .hamburger-icon.open::after {
    transform: translateX(0px) translateY(-15px) rotate(-45deg);
    -webkit-transform: translateX(0px) translateY(-15px) rotate(-45deg);
  }
  .smt_wrapper {
    display: block;
    padding-top: 60px;
    position: relative;
    width: 100%;
    z-index: 3;
  }
  .smt_wrapper .smt_page_menu {
    display: none;
    top: 60px;
    right: 0;
    bottom: 0;
    left: 0;
    position: fixed;
    z-index: 1;
    display: none;
    background-color: white;
    width: 100%;
    overflow-x: hidden;
    overflow-y: scroll;
  }
  .smt_wrapper .smt_page_menu .smt_menu_wrapeer #searchform {
    margin: 10px 5% 8px 5%;
    margin-top: 10px;
    margin-right: 10px;
    width: 90%;
    height: 26px;
    position: relative;
    background-color: #dee0e3;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
  }
  .smt_wrapper .smt_page_menu .smt_menu_wrapeer #searchform input:first-child {
    display: inline-block;
    position: absolute;
    width: 90%;
    height: 24px;
    left: 10px;
    line-height: 24px;
    background: none;
    border: none;
    font-size: 15px;
    color: #888;
  }
  .smt_wrapper .smt_page_menu .smt_menu_wrapeer #searchform input:last-child {
    display: inline-block;
    position: absolute;
    top: 4px;
    right: 6px;
    width: 13px;
    height: 12px;
    background: url("../img/icon_search.jpg") no-repeat scroll 0 0;
    background-size: 100%;
    border-style: none !important;
    text-indent: -9999px;
  }
  .smt_wrapper .smt_page_menu ul {
    position: relative;
    width: 100%;
  }
  .smt_wrapper .smt_page_menu ul li {
    border-bottom: 1px solid #fff;
    width: 100%;
    background-color: #6285b7;
  }
  .smt_wrapper .smt_page_menu ul li a {
    padding-top: 10px;
    padding-bottom: 10px;
    width: 100%;
    display: inline-block;
    font-size: 16px;
    color: white;
    margin-left: 5%;
  }
  .smt_wrapper .smt_page_menu ul li .sub_menu_btn_wrapper {
    display: inline-block;
    padding-bottom: 10px;
    padding-top: 10px;
    padding-left: 30px;
    text-align: center;
    width: 15%;
  }
  .smt_wrapper .smt_page_menu ul li.sub_menu a {
    width: 70%;
  }
  .smt_wrapper .smt_page_menu ul li.sub_menu div a {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }
  .smt_wrapper .smt_main_menu .smt_page_sub_menu {
    display: none;
    background-color: #f3f3f3;
    text-align: center;
    padding-bottom: 5px;
  }
  .smt_wrapper .smt_main_menu .smt_page_sub_menu div {
    width: 40%;
    min-width: 155px;
    display: inline-block;
  }
  .smt_wrapper .smt_main_menu .smt_page_sub_menu div a {
    font-size: 12px !important;
    width: 95% !important;
    display: inline-block;
    color: #909090 !important;
    background: #fff;
    margin: 5px 5px 5px 0;
  }
  .smt_wrapper .smt_main_menu .smt_page_sub_menu div:first-child {
    margin-top: 5px;
  }
  .smt_wrapper .smt_main_menu .sub_menu_btn_wrapper .sub_menu_btn {
    border-right: 2px solid white;
    border-top: 2px solid white;
    display: inline-block;
    height: 10px;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    width: 10px;
  }
  .smt_wrapper .smt_main_menu .sub_menu_btn_wrapper .sub_menu_btn.down {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
  }
  .smt_wrapper .smt_main_menu .sub_menu_btn_wrapper .sub_menu_btn.up {
    margin-top: 5px;
    transform: rotate(315deg);
    -webkit-transform: rotate(315deg);
    -moz-transform: rotate(315deg);
    -ms-transform: rotate(315deg);
    -o-transform: rotate(315deg);
  }

  /*------------------- header -------------------*/
  /*------------------- pc用header -------------------*/
  #header {
    display: none;
  }
  #fullmenu_wrapper {
    display: none;
  }
  /*------------------- スマホ用header -------------------*/
  /*------------------- footer -------------------*/
  footer {
    z-index: 2;
    margin-top: 200px;
    clear: both;
    position: relative;
    bottom: 0;
    width: 100%;
    height: 260px;
    background-image: url("../img/footer_bg.png");
    background-repeat: no-repeat;
    background-position: right bottom;
    -moz-background-size: 50% auto;
    -webkit-background-size: 50% auto;
    -o-background-size: 50% auto;
    -ms-background-size: 50% auto;
    background-color: #c1c4ca;
  }
  footer .other {
    line-height: 35px;
    position: absolute;
    bottom: 200px;
    left: 0;
    width: 100%;
    height: 40px;
    text-align: center;
  }
  footer .other li {
    padding: 0 10px;
    color: #808080;
  }
  footer .other li a {
    font-size: 10pt;
    vertical-align: middle;
    color: #666;
  }
  footer .other li:nth-child(odd) {
    display: none;
  }
  footer p {
    font-size: 11px;
    line-height: 40px;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 40px;
    padding-right: 10px;
    text-align: center;
    color: #666;
    border-top: solid 1px #ddd;
  }
  #toppage footer, #toppage #footer {
    margin-top: 0 !important;
  }
  /*------------------- footer -------------------*/
  /*------------------- taglist -------------------*/
  .taglist {
    margin-bottom: 10px;
  }
  .taglist li {
    display: inline-block;
    padding-right: 10px;
    font-size: 12px;
  }
  .taglist li img {
    vertical-align: middle;
    padding-right: 5px;
  }
  .taglist li .select {
    border-bottom: solid 1px #0c4191;
    color: #0c4191;
    font-weight: bold;
  }
  .taglist li a {
    color: #555659;
  }
  .taglist li a:hover {
    border-bottom: solid 1px #555659 !important;
  }
  /*------------------- taglist -------------------*/
  /*------------------- ir, news共通 -------------------*/
  .tag_pr {
    color: #fff !important;
    border: solid 1px #da0d4a !important;
    background: #da0d4a !important;
  }
  .tag_co {
    color: #fff !important;
    border: solid 1px #86a1c8 !important;
    background: #86a1c8 !important;
  }
  .tag_ir {
    color: #fff !important;
    border: solid 1px #0c4191 !important;
    background: #0c4191 !important;
  }
  .tag_kb {
    color: #fff !important;
    border: solid 1px #555659 !important;
    background: #555659 !important;
  }
  .tag_sh {
    color: #0c4191 !important;
    border: solid 1px #0c4191 !important;
    background: #fff !important;
  }
  .tag_ot {
    color: #555659 !important;
    border: solid 1px #bcc1c7 !important;
    background: #bcc1c7 !important;
  }
  .side_link {
    line-height: 15px;
    right: 10px;
    bottom: 0;
    padding: 10px;
    border: dashed 1px #888;
    margin: 30px 0;
    font-size: 14px;
  }
  .side_link li {
    clear: both;
    padding: 10px;
  }
  .side_link li a {
    color: #555659;
  }
  .side_link li a:hover {
    border-bottom: solid 1px #555659;
  }
  /*------------------- ir, news共通 -------------------*/
}

/*-------------- Retina --------------*/
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  footer {
    background-image: url("../img/footer_bg@2x.png") !important;
  }
}

/*-------------- ie --------------*/
/* IE10 */





.ui-tooltip{
  font-size:12px;
}