/* minkabu */

html {
  -webkit-text-size-adjust: 100%;
  text-align: center;
  color: #333;
  line-height: 1.5;
  word-break: break-all;
  font-family: -apple-system, 'BlinkMacSystemFont', 'Hiragino Kaku Gothic ProN', 'Noto Sans Japanese', sans-serif;
  font-size: 14px;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  height: 100% !important;
}

* {
  font-family: inherit;
  font-size: 1em;
  font-weight: inherit;
  font-style: inherit;
  vertical-align: baseline;
  text-align: inherit;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  position: relative;
  width: 100%;
  background: #edf1f4;
  padding-bottom: 30em;
}


/* RESET */

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

ol, ul {
  list-style: none;
}

dl {
  margin-block-start: auto;
  margin-block-end: auto;
}

blockquote, q {
  quotes: none;
}

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

iframe {
  line-height: 0;
}


/* リンクスタイル */

a {
  color: #014099;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, .1);
}

a:hover {
  color: #3480ce;
  text-decoration: underline;
}

a:active {
  top: 1px;
  position: relative;
}

.fsm {
  font-size: 0.875em !important;
}

.fwb {
  font-weight: bold;
}

.fcblk {
  color: #333;
}

.fcyl {
  color: #ffb503;
}

.tar {
  text-align: right !important;
}

.tac {
  text-align: center !important;
}

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

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

.mv5 {
  margin: 5px 0 !important;
}

.mv2em {
  margin: 2em 0;
}

.dptblc {
  display: table-cell !important;
}

.dptbl {
  display: table !important;
}

.vabt {
  vertical-align: bottom !important;
}

.w80per {
  width: 80%;
  margin-right: auto;
  margin-left: auto;
}

.ly_container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  text-align: left;
  width: 970px;
  height: auto;
}

.md_title {
  position: relative;
  text-align: left;
  margin-bottom: 20px;
  border-top: 3px double #999;
  border-bottom: 3px double #999;
  line-height: 3em;
}

.md_title h1 {
  display: inline-block;
  font-size: 1.5em;
}

.md_title:after, .md_dataList:after, .md_box:after, .md_card:after, .md_index:after, .md_card_ti:after {
  content: "";
  display: table;
  clear: both;
}

.md_index {
  font-size: 1.125em;
  border-bottom: 1px solid #999;
  position: relative;
  text-align: left;
  margin: .5em 0;
}

.md_index h3, .md_index h2 {
  display: inline-block;
  font-size: 1.125em;
  font-weight: bold;
}

.ly_content_wrapper {
  margin-bottom: 3em;
}

.ly_content_wrapper.size_m {
  margin-bottom: 2em;
}

.md_card {
  margin-bottom: 1em;
  background: #fff;
  position: relative;
  border-radius: 3px;
}

.md_box {
  padding: .5em;
}

dl.md_dataList {
  width: 100%;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

dl.md_dataList dt:first-child {
  border-top: none;
}

dl.md_dataList dt {
  width: 30%;
  font-weight: bold;
}

dl.md_dataList dt, dl.md_dataList dd {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-top: 1px solid #ddd;
  padding: 5px;
  float: left;
}

dl.md_dataList dd:nth-child(2) {
  border-top: none;
}

dl.md_dataList dd {
  width: 70%;
}

.md_list {
  width: 100%;
}

.md_list li {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border-bottom: 1px solid rgba(200, 200, 200, 0.6);
  padding: .5em;
  display: table;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.ly_row {
  padding-bottom: 0em;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.ly_col {
  display: block;
  float: left;
}

.ly_gutters>.ly_col {
  margin-left: 2%;
}

.ly_gutters>.ly_col:first-child {
  margin-left: 0;
}

.ly_colsize_6, .ly_colsize_6_fix {
  width: 50% !important;
}

.ly_gutters>.ly_colsize_6, .ly_gutters>.ly_colsize_6_fix {
  width: 48.7% !important;
}

.ly_gutters_grid>.ly_col {
  margin-left: .5%;
  margin-right: .5%;
}

.ly_gutters_grid>.ly_colsize_3_fix {
  width: 24% !important;
}

.ly_gutters_grid>.ly_colsize_fifthpart_fix {
  width: 19% !important;
}

.md_card_ti {
  position: relative;
  clear: both;
  _zoom: 1;
  padding: 1em 1em 0em;
  text-align: left;
  font-weight: bold;
  -moz-border-radius: 3px 3px 0 0;
  -webkit-border-radius: 3px;
  border-radius: 3px 3px 0 0;
}

.md_card_ti .title_box, .md_card_ti h3 {
  font-size: 1.125em;
  display: inline-block;
}

.md_card_ti+.md_box {
  padding-top: 0;
}

table.md_table {
  width: 100%;
  word-break: break-all;
  border-collapse: separate;
}

table.md_table th {
  text-align: center;
  border-width: 1px;
  border-style: solid;
  border-color: #fff;
  border-spacing: 1px;
  background: #e6ecef;
  font-size: 0.938em;
}

table.md_table th, table.md_table td {
  padding: .5em .25em;
}

table.md_table td {
  border-bottom: 1px solid rgba(200, 200, 200, 0.6);
  text-align: left;
}

.md_cssBtn {
  border-width: 1px;
  border-color: #c0ced8;
  border-style: solid;
  cursor: pointer;
  background: rgba(242, 245, 247, 0.7);
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-decoration: none;
  text-align: center;
  display: block;
  margin: auto;
  color: #014099;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
  font-weight: bold;
  border-radius: 3px;
}

.md_cssBtn.theme_normal {
  text-shadow: none;
  border-color: #4c4c4c;
  background: #4c4c4c;
  color: #fff;
}

.md_cssBtn.size_m {
  padding: .5em;
  font-size: 1em;
}

.c_caution {
  color: #999;
  font-size: 0.75em;
  margin: .5em .3em;
  text-align: left;
  font-weight: normal;
}


/* footer */

#footer {
  clear: both;
  text-align: center;
  position: absolute;
  bottom: 0;
  width: 100%;
  background: #fff;
}

.footer_nav_wrapper {
  background: #333;
  color: #fff;
}

#footer_nav {
  padding: .43em 0;
  border: none;
  margin: 0;
  text-align: left;
}

#footer_nav li {
  display: inline-block;
  font-size: 0.875em;
  padding: 0 .25em;
  text-align: center;
}

#footer_nav a {
  color: #fff;
}

.footer_logo_wrapper {
  background: #fff;
  padding: 2em 0;
}

.footer_logo_wrapper a:hover {
  text-decoration: none;
}

.footer_logo_wrapper .copyright_logo {
  font-size: 1.8em;
}

.copyright {
  clear: both;
  font-size: 0.875em;
  padding: .65em 0;
  width: 100%;
  border-top: 1px solid #4c4c4c;
}

.copyright a:hover {
  text-decoration: none;
}

.copyright .copyright_logo {
  font-size: 2.04em;
}

.site_dis {
  font-size: .875em;
  margin-top: .5em;
  color: #333;
  padding-left: 1.2em;
}

.kasou_posi {
  position: relative;
  top: -11px;
}

.como_posi {
  position: relative;
  top: -5px;
}

.kabutan_posi {
  position: relative;
  top: 8px;
}

.trade_posi {
  position: relative;
  top: 22px;
}


/* header */

.md_header {
  position: relative;
  max-height: 7.5em;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.25);
  background-color: #fff;
  width: 100%;
  z-index: 10000;
  text-align: left;
  height: 70px;
  margin-bottom: 1.5em;
  padding: 1.5em;
}

.md_header .copyright_logo {
  font-size: 2.04em;
}

.md_header a:hover {
  text-decoration: none;
}


/* ロゴ アイコンフォントサイズ */

.md_header .infonoid_logo {
  font-size: 2em;
}

.infonoid_logo {
  font-size: 1.78em;
}

.icon-fudosan_logo_new:before {
  font-size: 3em;
}

.icon-fudosan_logo_old:before {
  font-size: 3em;
}

.icon-uniE91C:before {
  font-size: 3.3em;
}

.icon-uniE904:before {
  font-size: 3em;
}

.icon-minnano_kasoutsuka:before {
  font-size: 3.8em;
}

.icon-2:before {
  font-size: 3em;
}

.icon-1:before {
  font-size: 3em;
}

.icon-FX:before {
  font-size: 3em;
}

.icon-minkabu_logo_vl:before {
  font-size: 3em;
}

.kabutan_logo {
  font-size: 2em;
}

.trade_logo {
  font-size: .8em;
}


/* SP */

@media screen and (max-width: 990px) {
  .ly_container {
    width: 100%;
    padding: 0 1%;
  }
}

@media screen and (max-width: 768px) {
  .ly_gutters_grid>.ly_colsize_3_fix, .ly_gutters_grid>.ly_colsize_fifthpart_fix {
    width: 49% !important;
  }
  .ly_colsize_6 {
    width: 100% !important;
  }
  .ly_gutters>.ly_colsize_6 {
    width: 100% !important;
  }
}

@media screen and (max-width: 479px) {
  #footer .dptbl {
    text-align: center;
  }
  #footer .dptblc.tal, #footer .dptblc.tar.vabt {
    display: block !important;
    text-align: center !important;
  }
  .md_header {
    height: 40px;
    padding: 5px 0px 5px 5px;
  }
  .md_dataList dt {
    width: 100% !important;
  }
  .md_dataLIst dd {
    width: 100% !important;
    border-top: none !important;
  }
  .site_dis {
    font-size: .75em;
  }
  .icon-fudosan_logo_new:before {
    font-size: 2.5em;
  }
  .icon-fudosan_logo_old:before {
    font-size: 2.5em;
  }
  .icon-uniE91C:before {
    font-size: 2.8em;
  }
  .icon-uniE904:before {
    font-size: 2.7em;
  }
  .icon-minnano_kasoutsuka:before {
    font-size: 3.3em;
  }
  .icon-2:before {
    font-size: 2.5em;
  }
  .icon-1:before {
    font-size: 2.5em;
  }
  .icon-FX:before {
    font-size: 2.5em;
  }
  .icon-minkabu_logo_vl:before {
    font-size: 2.5em;
  }
  .kabutan_logo {
    font-size: 1.5em;
  }
  .trade_posi {
    top: 17px;
  }
  body {
    padding-bottom: 40em;
  }
}


/* icon */

@font-face {
  font-family: 'icomoon';
  src: url('fonts/icomoon.eot?mwe66f');
  src: url('fonts/icomoon.eot?mwe66f#iefix') format('embedded-opentype'), url('fonts/icomoon.ttf?mwe66f') format('truetype'), url('fonts/icomoon.woff?mwe66f') format('woff'), url('fonts/icomoon.svg?mwe66f#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  margin: 0 3px;
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-min_infonoid_logo_d41 .path1:before {
  content: "\e93a";
  color: rgb(195, 196, 196);
}

.icon-min_infonoid_logo_d41 .path2:before {
  content: "\e93b";
  margin-left: -6.0078125em;
  color: rgb(0, 64, 152);
}

.icon-min_infonoid_logo_d41 .path3:before {
  content: "\e93c";
  margin-left: -6.0078125em;
  color: rgb(35, 24, 21);
}

.icon-min_infonoid_logo_d41 .path4:before {
  content: "\e93d";
  margin-left: -6.0078125em;
  color: rgb(35, 24, 21);
}

.icon-min_infonoid_logo_d41 .path5:before {
  content: "\e93e";
  margin-left: -6.0078125em;
  color: rgb(35, 24, 21);
}

.icon-min_infonoid_logo_d41 .path6:before {
  content: "\e93f";
  margin-left: -6.0078125em;
  color: rgb(35, 24, 21);
}

.icon-min_infonoid_logo_d41 .path7:before {
  content: "\e940";
  margin-left: -6.0078125em;
  color: rgb(35, 24, 21);
}

.icon-min_infonoid_logo_d41 .path8:before {
  content: "\e941";
  margin-left: -6.0078125em;
  color: rgb(35, 24, 21);
}

.icon-min_infonoid_logo_d41 .path9:before {
  content: "\e942";
  margin-left: -6.0078125em;
  color: rgb(35, 24, 21);
}

.icon-min_infonoid_logo_d41 .path10:before {
  content: "\e943";
  margin-left: -6.0078125em;
  color: rgb(35, 24, 21);
}

.icon-min_infonoid_logo_d41 .path11:before {
  content: "\e944";
  margin-left: -6.0078125em;
  color: rgb(35, 24, 21);
}

.icon-min_infonoid_logo_d41 .path12:before {
  content: "\e945";
  margin-left: -6.0078125em;
  color: rgb(35, 24, 21);
}

.icon-min_infonoid_logo_d41 .path13:before {
  content: "\e946";
  margin-left: -6.0078125em;
  color: rgb(35, 24, 21);
}

.icon-min_infonoid_logo_d41 .path14:before {
  content: "\e947";
  margin-left: -6.0078125em;
  color: rgb(35, 24, 21);
}

.icon-min_infonoid_logo_d41 .path15:before {
  content: "\e948";
  margin-left: -6.0078125em;
  color: rgb(35, 24, 21);
}

.icon-min_infonoid_logo_d41 .path16:before {
  content: "\e949";
  margin-left: -6.0078125em;
  color: rgb(35, 24, 21);
}

.icon-min_infonoid_logo_d41 .path17:before {
  content: "\e94a";
  margin-left: -6.0078125em;
  color: rgb(35, 24, 21);
}

.icon-min_infonoid_logo_d41 .path18:before {
  content: "\e94b";
  margin-left: -6.0078125em;
  color: rgb(35, 24, 21);
}

.icon-min_infonoid_logo_d41 .path19:before {
  content: "\e94c";
  margin-left: -6.0078125em;
  color: rgb(35, 24, 21);
}

.icon-min_infonoid_logo_d41 .path20:before {
  content: "\e94d";
  margin-left: -6.0078125em;
  color: rgb(35, 24, 21);
}

.icon-min_infonoid_logo_d4 .path1:before {
  content: "\e921";
  color: rgb(195, 196, 196);
}

.icon-min_infonoid_logo_d4 .path2:before {
  content: "\e922";
  margin-left: -1.0947265625em;
  color: rgb(0, 64, 152);
}

.icon-min_infonoid_logo_d4 .path3:before {
  content: "\e923";
  margin-left: -1.0947265625em;
  color: rgb(35, 24, 21);
}

.icon-min_infonoid_logo_d4 .path4:before {
  content: "\e925";
  margin-left: -1.0947265625em;
  color: rgb(35, 24, 21);
}

.icon-min_infonoid_logo_d4 .path5:before {
  content: "\e926";
  margin-left: -1.0947265625em;
  color: rgb(35, 24, 21);
}

.icon-min_infonoid_logo_d4 .path6:before {
  content: "\e927";
  margin-left: -1.0947265625em;
  color: rgb(35, 24, 21);
}

.icon-min_infonoid_logo_d4 .path7:before {
  content: "\e928";
  margin-left: -1.0947265625em;
  color: rgb(35, 24, 21);
}

.icon-min_infonoid_logo_d4 .path8:before {
  content: "\e929";
  margin-left: -1.0947265625em;
  color: rgb(35, 24, 21);
}

.icon-min_infonoid_logo_d4 .path9:before {
  content: "\e92a";
  margin-left: -1.0947265625em;
  color: rgb(35, 24, 21);
}

.icon-min_infonoid_logo_d4 .path10:before {
  content: "\e92b";
  margin-left: -1.0947265625em;
  color: rgb(35, 24, 21);
}

.icon-min_infonoid_logo_d4 .path11:before {
  content: "\e92c";
  margin-left: -1.0947265625em;
  color: rgb(35, 24, 21);
}

.icon-min_infonoid_logo_d4 .path12:before {
  content: "\e92e";
  margin-left: -1.0947265625em;
  color: rgb(35, 24, 21);
}

.icon-min_infonoid_logo_d4 .path13:before {
  content: "\e92f";
  margin-left: -1.0947265625em;
  color: rgb(35, 24, 21);
}

.icon-min_infonoid_logo_d4 .path14:before {
  content: "\e930";
  margin-left: -1.0947265625em;
  color: rgb(35, 24, 21);
}

.icon-min_infonoid_logo_d4 .path15:before {
  content: "\e932";
  margin-left: -1.0947265625em;
  color: rgb(35, 24, 21);
}

.icon-min_infonoid_logo_d4 .path16:before {
  content: "\e933";
  margin-left: -1.0947265625em;
  color: rgb(35, 24, 21);
}

.icon-min_infonoid_logo_d4 .path17:before {
  content: "\e934";
  margin-left: -1.0947265625em;
  color: rgb(35, 24, 21);
}

.icon-min_infonoid_logo_d4 .path18:before {
  content: "\e937";
  margin-left: -1.0947265625em;
  color: rgb(35, 24, 21);
}

.icon-min_infonoid_logo_d4 .path19:before {
  content: "\e938";
  margin-left: -1.0947265625em;
  color: rgb(35, 24, 21);
}

.icon-min_infonoid_logo_d4 .path20:before {
  content: "\e939";
  margin-left: -1.0947265625em;
  color: rgb(35, 24, 21);
}

.icon-fudosan_logo_new:before {
  content: "\e900";
  color: #434f98;
}

.icon-fudosan_logo_old:before {
  content: "\e901";
  color: #a45f25;
}

.icon-trade_logo3 .path1:before {
  content: "\e902";
  color: rgb(39, 173, 193);
}

.icon-trade_logo3 .path2:before {
  content: "\e903";
  margin-left: -9.6484375em;
  color: rgb(55, 55, 56);
}

.icon-kabutan_logo_n .path1:before {
  content: "\e913";
  color: rgb(15, 54, 117);
}

.icon-kabutan_logo_n .path2:before {
  content: "\e914";
  margin-left: -3.7529296875em;
  color: rgb(15, 54, 117);
}

.icon-kabutan_logo_n .path3:before {
  content: "\e915";
  margin-left: -3.7529296875em;
  color: rgb(15, 54, 117);
}

.icon-kabutan_logo_n .path4:before {
  content: "\e916";
  margin-left: -3.7529296875em;
  color: rgb(15, 54, 117);
}

.icon-kabutan_logo_n .path5:before {
  content: "\e917";
  margin-left: -3.7529296875em;
  color: rgb(15, 54, 117);
}

.icon-kabutan_logo_n .path6:before {
  content: "\e918";
  margin-left: -3.7529296875em;
  color: rgb(15, 54, 117);
}

.icon-kabutan_logo_n .path7:before {
  content: "\e919";
  margin-left: -3.7529296875em;
  color: rgb(15, 54, 117);
}

.icon-kabutan_logo_n .path8:before {
  content: "\e91a";
  margin-left: -3.7529296875em;
  color: rgb(230, 0, 18);
}

.icon-kabutan_logo_n .path9:before {
  content: "\e91b";
  margin-left: -3.7529296875em;
  color: rgb(230, 0, 18);
}

.icon-uniE91C:before {
  content: "\e91c";
  color: #e74291;
}

.icon-uniE904:before {
  content: "\e904";
  color: #cf2087;
}

.icon-minnano_kasoutsuka:before {
  content: "\e91d";
  color: #ee7800;
}

.icon-2:before {
  content: "\e91e";
  color: #00ab84;
}

.icon-1:before {
  content: "\e91f";
  color: #e94709;
}

.icon-FX:before {
  content: "\e920";
  color: #0081cc;
}

.icon-minkabu_co_logo2_white .path1:before {
  content: "\e924";
  color: rgb(195, 196, 196);
}

.icon-minkabu_co_logo2_white .path2:before {
  content: "\e92d";
  margin-left: -6.0078125em;
  color: rgb(255, 255, 255);
}

.icon-minkabu_co_logo2_white .path3:before {
  content: "\e936";
  margin-left: -6.0078125em;
  color: rgb(255, 255, 255);
}

.icon-minkabu_co_logo2_white .path4:before {
  content: "\e953";
  margin-left: -6.0078125em;
  color: rgb(255, 255, 255);
}

.icon-minkabu_co_logo2_white .path5:before {
  content: "\e954";
  margin-left: -6.0078125em;
  color: rgb(255, 255, 255);
}

.icon-minkabu_co_logo2_white .path6:before {
  content: "\e955";
  margin-left: -6.0078125em;
  color: rgb(255, 255, 255);
}

.icon-minkabu_co_logo2_white .path7:before {
  content: "\e956";
  margin-left: -6.0078125em;
  color: rgb(255, 255, 255);
}

.icon-minkabu_co_logo2_white .path8:before {
  content: "\e957";
  margin-left: -6.0078125em;
  color: rgb(255, 255, 255);
}

.icon-minkabu_co_logo2_white .path9:before {
  content: "\e958";
  margin-left: -6.0078125em;
  color: rgb(255, 255, 255);
}

.icon-minkabu_co_logo2_white .path10:before {
  content: "\e959";
  margin-left: -6.0078125em;
  color: rgb(255, 255, 255);
}

.icon-minkabu_co_logo2_white .path11:before {
  content: "\e95a";
  margin-left: -6.0078125em;
  color: rgb(255, 255, 255);
}

.icon-minkabu_co_logo2_white .path12:before {
  content: "\e95b";
  margin-left: -6.0078125em;
  color: rgb(255, 255, 255);
}

.icon-minkabu_co_logo2_white .path13:before {
  content: "\e95c";
  margin-left: -6.0078125em;
  color: rgb(255, 255, 255);
}

.icon-minkabu_co_logo2_white .path14:before {
  content: "\e95d";
  margin-left: -6.0078125em;
  color: rgb(255, 255, 255);
}

.icon-minkabu_co_logo2_white .path15:before {
  content: "\e95e";
  margin-left: -6.0078125em;
  color: rgb(255, 255, 255);
}

.icon-minkabu_co_logo2_white .path16:before {
  content: "\e95f";
  margin-left: -6.0078125em;
  color: rgb(255, 255, 255);
}

.icon-minkabu_co_logo2_white .path17:before {
  content: "\e960";
  margin-left: -6.0078125em;
  color: rgb(255, 255, 255);
}

.icon-minkabu_co_logo2_white .path18:before {
  content: "\e961";
  margin-left: -6.0078125em;
  color: rgb(255, 255, 255);
}

.icon-minkabu_co_logo2_white .path19:before {
  content: "\e962";
  margin-left: -6.0078125em;
  color: rgb(255, 255, 255);
}

.icon-minkabu_co_logo2_white .path20:before {
  content: "\e963";
  margin-left: -6.0078125em;
  color: rgb(255, 255, 255);
}

.icon-minkabu_logo_vl:before {
  content: "\e935";
  color: #e60012;
}

.icon-pdf-file:before {
  content: "\e931";
}

.icon-user:before {
  content: "\e90f";
}

.icon-minkabu_logo:before {
  content: "\e90c";
  color: #e60012;
}

.icon-envelope:before {
  content: "\e906";
}

.icon-chevron-right2:before {
  content: "\e908";
}

.icon-new-window:before {
  content: "\e7cc";
}

.icon-alert:before {
  content: "\f02d";
}

.icon-office:before {
  content: "\e626";
}

.icon-book:before {
  content: "\e642";
}

.icon-files-empty:before {
  content: "\e648";
}

.icon-laptop:before {
  content: "\e67a";
}

.icon-lock:before {
  content: "\e6b2";
}

.footer_medialink_nav li a {
  color: #333;
}

.footer_medialink_nav li {
  margin-top: 1.2em;
  padding: 0 1.5em 0;
  line-height: 1em;
  border-left: 1px solid #e6e6e6;
}

.footer_medialink_nav li:first-child {
  padding-left: 0;
  border-left: none;
}

@media screen and (min-width: 768px) {
  .footer_logo_wrapper {
    display: flex;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    text-align: left;
    width: 970px;
    height: auto;
  }
  .footer_logo_wrapper .ly_content_wrapper {
    margin: 0.7em 4em 0 0;
  }
  .footer_minkabu_logo a {
    display: flex;
	 display:-webkit-flex;
    flex-wrap: wrap;
  }
  .footer_kabutan_logo a {
    display: flex;
  }
  .footer_minkabu_logo img {
    width: 110px;
  }
  .footer_medialink_nav {
    display: flex;
  }
  .f_ly_box {
    border-left: 1px solid #e6e6e6;
    padding-left: 4em;
    display: flex;
    align-items: center;
    flex-flow: inherit;
    flex-wrap: wrap;
    height: 84px;
  }
  .footer_medialink_nav li a:hover {
    text-decoration: underline;
  }

}

@media screen and (max-width: 768px) {
  body {
    padding-bottom: 40em;
  }
  .f_ly_box {
    border-top: 1px solid #e6e6e6;
    margin: 0 5%;
    padding: 2em 0;
  }
  .f_ly_box:last-child {
    padding-bottom: 0;
  }
  .footer_minkabu_logo .site_dis, .footer_kabutan_logo .site_dis {
    margin-top: 1em;
  }
  .footer_kabutan_logo .kabutan_logo {
    font-size: 2.2em;
  }
  .footer_kabutan_logo a,.footer_minkabu_logo a {
    display: flex;
  }
  .footer_medialink_nav {
    margin-top: 1em;
  }
  .footer_medialink_nav li {
    display: inline-block;
    line-height: 1em;
    margin-top: 1.5em;
  }
}