@charset "UTF-8";
/* English */
/* Roboto Condensed
font-family: 'Roboto Condensed', sans-serif;
*/
@import url("https://fonts.googleapis.com/css?family=Roboto+Condensed:300,300i,400,400i,700,700i&display=swap");
body {
  padding: 0px 0px 0px 0px !important;
  font-size: 13px;
  color: #555;
  font-family: "Helvetica Neue", "Helvetica", "Arial", "Verdana", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1;
}

.navbar {
  border-bottom: 3px solid #0099E2;
  min-height: 118px;
  background: #fff;
  margin-bottom: 0px;
  border-radius: 0px;
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  /*
  border:1px solid red;
  */
}

.navbar-right .dropdown-menu {
  top: 26px !important;
  left: -50px !important;
  min-width: 185px;
  min-width: 200px;
}

.navbar .navbar-nav .open .dropdown-menu {
  padding: 0px 0px;
}

.navbar .navbar-nav .open .dropdown-menu li {
  border-top: 1px solid #ddd !important;
  padding: 12px 10px !important;
  font-size: 0.9em;
  margin: 0 0 0 0;
  border-radius: 0 0 10px 10px;
}

.navbar .navbar-nav .open .dropdown-menu li:first-child {
  border-top: 4px solid #0099E2 !important;
}

.navbar .navbar-nav .open .dropdown-menu li i {
  display: inline-block;
  padding-right: 10px;
}

.navbar .navbar-nav .open .dropdown-menu li a:hover {
  background: none !important;
  color: #428BCA !important;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #FFF;
  color: #555;
  text-decoration: none;
  font-weight: bold;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  background: #fff !important;
}

/* -------------------------------------------------------------------------------- global-navi */
.header-wrap .container {
  position: relative;
}

.navbar-brand {
  padding: 0 0 0 0px;
  margin: 22px 0 0 0px;
  width: 210px;
  height: 64px;
}

.navbar-brand img {
  display: block;
  padding: 0 0 0 0px;
  margin: 0 0 0 10px;
  width: 190px;
}

.header-links {
  position: relative;
  top: 30px;
  left: 30px;
}

.header-links li {
  margin: 0 0 0 20px !important;
  font-size: 13px;
}

.header-links .guide a {
  padding: 0 0 0 22px !important;
  background: url(../img/common/icon-beginner.png) no-repeat left center;
}

.header-links .language a {
  padding: 0 0 0 27px !important;
  background: url(../img/common/icon-language.png) no-repeat left center;
}

@media all and (-webkit-min-device-pixel-ratio: 1.5) {
  .header-links .guide a {
    background-image: url("../img/common/icon-beginner@2x.png");
    background-size: 15px 20px;
  }
  .header-links .language a {
    background-image: url("../img/common/icon-language@2x.png");
    background-size: 19px 19px;
  }
}
a {
  overflow: hidden !important;
  outline: none !important;
}

.header-buttons {
  padding: 20px 0 0 0;
  margin: 0;
}

.header-buttons li {
  width: 115px;
  height: 35px;
  line-height: 1;
  margin-left: 5px;
  border-radius: 3px;
  font-size: 14px;
}

.header-buttons li.orange {
  background: #FFA007;
  -webkit-box-shadow: 0px 2px 0px 0px #D08800;
          box-shadow: 0px 2px 0px 0px #D08800;
}

.header-buttons li.red {
  background: #db1d1d;
  -webkit-box-shadow: 0px 2px 0px 0px #a81313;
          box-shadow: 0px 2px 0px 0px #a81313;
}

.header-buttons li.green {
  background: #00AD70;
  -webkit-box-shadow: 0px 2px 0px 0px #008B5A;
          box-shadow: 0px 2px 0px 0px #008B5A;
}

.header-buttons li.blue {
  background-color: #0287E6 !important;
  -webkit-box-shadow: 0px 2px 0px 0px #0068B5;
          box-shadow: 0px 2px 0px 0px #0068B5;
}

.header-buttons li a:link,
.header-buttons li a:hover,
.header-buttons li a:visited,
.header-buttons li a:focus {
  text-align: center;
  padding: 9px 0px 0px 0px !important;
  margin: 0px 0px 0px 0px !important;
  color: #fff !important;
  font-weight: bold !important;
  width: 115px;
  height: 35px;
  display: block;
}

.header-buttons li.orange a:hover {
  background: #FFA900;
  -webkit-box-shadow: 0px 2px 0px 0px #D08800;
          box-shadow: 0px 2px 0px 0px #D08800;
  border-radius: 3px;
  margin-top: -1px !important;
}

.header-buttons li.red a:hover {
  background: #f02929;
  -webkit-box-shadow: 0px 2px 0px 0px #a81313;
          box-shadow: 0px 2px 0px 0px #a81313;
  border-radius: 3px;
  margin-top: -1px !important;
}

.header-buttons li.green a:hover {
  background: #00B679;
  -webkit-box-shadow: 0px 2px 0px 0px #008B5A;
          box-shadow: 0px 2px 0px 0px #008B5A;
  border-radius: 3px;
  margin-top: -1px !important;
}

.header-buttons li.blue a:hover {
  background: #0091ED;
  -webkit-box-shadow: 0px 2px 0px 0px #0068B5;
          box-shadow: 0px 2px 0px 0px #0068B5;
  border-radius: 3px;
  margin-top: -1px !important;
}

.header-buttons li.orange a:active {
  background: #FFA007;
  -webkit-box-shadow: 0px 2px 0px 0px #D08800;
          box-shadow: 0px 2px 0px 0px #D08800;
  border-radius: 3px;
  margin-top: 0px !important;
}

.header-buttons li.red a:active {
  background: #e62626;
  -webkit-box-shadow: 0px 2px 0px 0px #a81313;
          box-shadow: 0px 2px 0px 0px #a81313;
  border-radius: 3px;
  margin-top: 0px !important;
}

.header-buttons li.green a:active {
  background: #00AD70;
  -webkit-box-shadow: 0px 2px 0px 0px #008B5A;
          box-shadow: 0px 2px 0px 0px #008B5A;
  border-radius: 3px;
  margin-top: 0px !important;
}

.header-buttons li.blue a:active {
  background: #0287E6;
  -webkit-box-shadow: 0px 2px 0px 0px #0068B5;
          box-shadow: 0px 2px 0px 0px #0068B5;
  border-radius: 3px;
  margin-top: 0px !important;
}

/* ボタンの横幅 */
.header-buttons li.orange,
.header-buttons li.orange a:link {
  width: 130px;
}

.header-buttons li.red,
.header-buttons li.red a:link {
  width: 110px;
}

.header-buttons li.green,
.header-buttons li.green a:link {
  width: 110px;
}

.header-buttons li.blue,
.header-buttons li.blue a:link {
  width: 110px;
}

.navbar-nav > li > a {
  padding: 0 !important;
}

.header-navi {
  position: absolute;
  top: 75px;
  right: 10px;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}

.header-navi li {
  color: #555;
  background-color: #fff;
  padding: 0px 0px 0px 0px;
  margin: 0 10px 0 10px;
}

.header-navi li a {
  padding: 0px 5px 0px 5px;
  margin: 0px 0px 0px 0px;
}

.header-navi li a:hover,
.header-navi li a:focus {
  text-decoration: underline;
}

.header-navi li.active > a:link,
.header-navi li.active > a:visited,
.header-navi li.active > a:hover,
.header-navi li.active > a:focus {
  background: none;
  font-weight: bold;
  line-height: 1.7;
}

/*
.navbar-nav > li > a{
  padding: 10px 15px !important;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:visited,
.navbar-default .navbar-nav > .active > a:focus {
    color: #555;
    background-color: #fff;
}
*/
/* -------------------------------------------------------------------------------- header-image */
.header-image {
  width: 100%;
  min-height: 140px;
  background: #EFF8FE;
  position: relative;
}

.header-image h1 {
  width: 100%;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  text-align: center;
  color: #0099e2;
  font-weight: bold;
  font-size: 2em;
  position: absolute;
  top: 50%;
  margin-top: -11px;
}

/* -------------------------------------------------------------------------------- local-navi */
.local-navi ul {
  margin: 10px;
  padding: 20px;
  border-bottom: 1px solid #ededed;
  margin-bottom: 0px;
}

.local-navi li {
  margin: 0 10px;
}

.local-navi li.active {
  font-weight: bold;
}

.local-navi a {
  color: #0099e2;
}

/* -------------------------------------------------------------------------------- footer */
#page-top-button {
  position: fixed;
  right: 20px;
  bottom: 25px;
  bottom: 19px;
  width: 45px;
  height: 45px;
  display: block;
}

.footer-contents {
  width: auto;
  height: 240px;
  background: #EFF8FE;
  border-top: 1px solid #d7eaf8;
  padding: 10px 0 0 0;
}

.footer-contents h1 {
  color: #0099e2;
  font-weight: bold;
  font-size: 30px;
  position: relative;
  top: 0px;
  left: 0px;
}

.footer-contents h1 + p {
  color: #0099e2;
  line-height: 1.3;
  margin-top: 5px;
}

.footer-contents li {
  float: left;
  margin-right: 12px;
}

.footer-contents li .download-btn {
  margin-right: 15px;
  display: block;
  width: 380px;
  height: 69px;
  background: url(../img/common/download-btn-en.png) no-repeat left top;
  background-size: 380px 69px;
}

.footer-contents li .download-btn:hover {
  display: block;
  width: 380px;
  height: 69px;
  background: url(../img/common/download-btn-en_over.png) no-repeat left top;
  background-size: 380px 69px;
}

.footer-contents li .download-btn:active {
  display: block;
  width: 380px;
  height: 69px;
  background: url(../img/common/download-btn-en.png) no-repeat left top;
  background-size: 380px 69px;
}

.footer-contents li .youtube-btn {
  margin-top: 10px;
  display: block;
  width: 50px;
  height: 50px;
  background: url(../img/common/ico-youtube.png) no-repeat left top;
  background-size: 50px 50px;
}

.footer-contents li .youtube-btn:hover {
  display: block;
  width: 50px;
  height: 50px;
  background: url(../img/common/ico-youtube_over.png) no-repeat left top;
  background-size: 50px 50px;
}

.footer-contents li .youtube-btn:active {
  display: block;
  width: 50px;
  height: 50px;
  background: url(../img/common/ico-youtube.png) no-repeat left top;
  background-size: 50px 50px;
}

.footer-contents li .twitter-btn {
  margin-top: 10px;
  display: block;
  width: 50px;
  height: 50px;
  background: url(../img/common/ico-twitter.png) no-repeat left top;
  background-size: 50px 50px;
}

.footer-contents li .twitter-btn:hover {
  display: block;
  width: 50px;
  height: 50px;
  background: url(../img/common/ico-twitter_over.png) no-repeat left top;
  background-size: 50px 50px;
}

.footer-contents li .twitter-btn:active {
  display: block;
  width: 50px;
  height: 50px;
  background: url(../img/common/ico-twitter.png) no-repeat left top;
  background-size: 50px 50px;
}

.footer-contents li .facebook-btn {
  margin-top: 10px;
  display: block;
  width: 50px;
  height: 50px;
  background: url(../img/common/ico-facebook.png) no-repeat left top;
  background-size: 50px 50px;
}

.footer-contents li .facebook-btn:hover {
  display: block;
  width: 50px;
  height: 50px;
  background: url(../img/common/ico-facebook_over.png) no-repeat left top;
  background-size: 50px 50px;
}

.footer-contents li .facebook-btn:active {
  display: block;
  width: 50px;
  height: 50px;
  background: url(../img/common/ico-facebook.png) no-repeat left top;
  background-size: 50px 50px;
}

.footer-contents .feature-movie {
  display: inline-block;
  position: absolute;
  top: 19px;
  right: 8px;
  width: 320px;
  height: 180px;
  background: url(../img/common/feature-movie.png) no-repeat left top;
  background-size: 320px 180px;
}

.footer-contents .feature-movie:hover {
  display: inline-block;
  position: absolute;
  top: 19px;
  right: 8px;
  width: 320px;
  height: 180px;
  background: url(../img/common/feature-movie_over.png) no-repeat left top;
  background-size: 320px 180px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 2dppx) {
  .footer-contents li .download-btn {
    margin-right: 15px;
    display: block;
    width: 380px;
    height: 69px;
    background: url(../img/common/download-btn-en@2x.png) no-repeat left top;
    background-size: 380px 69px;
  }
  .footer-contents li .download-btn:hover {
    display: block;
    width: 380px;
    height: 69px;
    background: url(../img/common/download-btn-en_over@2x.png) no-repeat left top;
    background-size: 380px 69px;
  }
  .footer-contents li .download-btn:active {
    display: block;
    width: 380px;
    height: 69px;
    background: url(../img/common/download-btn-en@2x.png) no-repeat left top;
    background-size: 380px 69px;
  }
  .footer-contents li .youtube-btn {
    margin-top: 10px;
    display: block;
    width: 50px;
    height: 50px;
    background: url(../img/common/ico-youtube@2x.png) no-repeat left top;
    background-size: 50px 50px;
  }
  .footer-contents li .youtube-btn:hover {
    display: block;
    width: 50px;
    height: 50px;
    background: url(../img/common/ico-youtube_over@2x.png) no-repeat left top;
    background-size: 50px 50px;
  }
  .footer-contents li .youtube-btn:active {
    display: block;
    width: 50px;
    height: 50px;
    background: url(../img/common/ico-youtube@2x.png) no-repeat left top;
    background-size: 50px 50px;
  }
  .footer-contents li .twitter-btn {
    margin-top: 10px;
    display: block;
    width: 50px;
    height: 50px;
    background: url(../img/common/ico-twitter@2x.png) no-repeat left top;
    background-size: 50px 50px;
  }
  .footer-contents li .twitter-btn:hover {
    display: block;
    width: 50px;
    height: 50px;
    background: url(../img/common/ico-twitter_over@2x.png) no-repeat left top;
    background-size: 50px 50px;
  }
  .footer-contents li .twitter-btn:active {
    display: block;
    width: 50px;
    height: 50px;
    background: url(../img/common/ico-twitter@2x.png) no-repeat left top;
    background-size: 50px 50px;
  }
  .footer-contents li .facebook-btn {
    margin-top: 10px;
    display: block;
    width: 50px;
    height: 50px;
    background: url(../img/common/ico-facebook@2x.png) no-repeat left top;
    background-size: 50px 50px;
  }
  .footer-contents li .facebook-btn:hover {
    display: block;
    width: 50px;
    height: 50px;
    background: url(../img/common/ico-facebook_over@2x.png) no-repeat left top;
    background-size: 50px 50px;
  }
  .footer-contents li .facebook-btn:active {
    display: block;
    width: 50px;
    height: 50px;
    background: url(../img/common/ico-facebook@2x.png) no-repeat left top;
    background-size: 50px 50px;
  }
  .footer-contents .feature-movie {
    display: inline-block;
    position: absolute;
    top: 19px;
    right: 8px;
    width: 320px;
    height: 180px;
    background: url(../img/common/feature-movie@2x.png) no-repeat left top;
    background-size: 320px 180px;
  }
  .footer-contents .feature-movie:hover {
    display: inline-block;
    position: absolute;
    top: 19px;
    right: 8px;
    width: 320px;
    height: 180px;
    background: url(../img/common/feature-movie_over@2x.png) no-repeat left top;
    background-size: 320px 180px;
  }
}
.footer-navi {
  width: auto;
  height: 60px;
  height: 50px;
  background: #0099e2;
}

.footer-navi img {
  display: inline-block;
  margin: 20px 0 0 0;
}

.footer-link {
  position: relative;
  top: 24px;
  top: 20px;
  color: #fff;
  font-size: 12px;
}

.footer-link a:link,
.footer-link a:visited {
  color: #fff;
}

.footer-link a:hover {
  text-decoration: underline;
}

.footer-navi small {
  margin-top: 20px;
  font-family: "Myriad Set Pro", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  color: #ffffff;
  font-size: 11px;
}

/* -------------------------------------------------------------------------------- page */
.page {
  height: 40px;
}

.page a {
  padding: 1px 1px 0px 1px;
}

.page .pull-left i {
  position: relative;
  top: 1px;
  left: 1px;
  margin-right: 10px;
}

.page .pull-right i {
  position: relative;
  top: 1px;
  left: 1px;
  margin-left: 10px;
}

/* -------------------------------------------------------------------------------- style */
.google-fonts {
  font-family: "Noto Sans", sans-serif;
}

p {
  font-size: 1em;
  line-height: 1.7;
  margin-bottom: 20px;
}

section {
  position: relative;
  width: 100%;
  margin: 80px auto 80px;
}

.mt-0 {
  margin-top: 0px !important;
}

.mb-0 {
  margin-bottom: 0px !important;
}

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

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

/* -------------------------------------------------------------------------------- エラー、警告、注釈 */
/* 文字色 */
.text-muted {
  color: #777777;
}

.text-primary {
  color: #428BCA;
}

.text-success {
  color: #3C763D;
}

.text-info {
  color: #31708F;
}

.text-warning {
  color: #8A6D3B;
}

.text-danger {
  color: #A94442;
  color: #D44950;
}

/* 背景に色 */
.bs-example-bg-classes p {
  padding: 15px;
}

.bg-primary {
  color: #FFF;
  background-color: #428BCA;
}

.bg-success {
  background-color: #DFF0D8;
}

.bg-warning {
  background-color: #FCF8E3;
}

.bg-danger {
  background-color: #F2DEDE;
}

/* 枠で囲う*/
.bs-callout {
  padding: 20px;
  margin: 20px 0px;
  border-width: 1px 1px 1px 5px;
  border-style: solid;
  border-color: #EEE;
  -moz-border-top-colors: none;
  -moz-border-right-colors: none;
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -o-border-image: none;
     border-image: none;
  border-radius: 3px;
}

.bs-callout-info {
  border-left-color: #5BC0DE;
}

.bs-callout-info h4 {
  color: #5BC0DE;
}

.bs-callout-warning {
  border-left-color: #F0AD4E;
}

.bs-callout-warning h4 {
  color: #F0AD4E;
}

.bs-callout-danger {
  border-left-color: #D9534F;
}

.bs-callout-danger h4 {
  color: #D9534F;
}

/* -------------------------------------------------------------------------------- 注意書き */
.attentionBox {
  margin-top: 20px;
  margin-bottom: 10px;
  border: 1px solid #DCC583;
  background: #FFFFEF;
  padding: 20px 20px;
}

.attentionBox p {
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  font-size: 0.9em;
}

.attentionBox .title {
  color: #CC0000;
  font-size: 1.2em;
  padding-bottom: 10px;
}

/* -------------------------------------------------------------------------------- 【リンク】詳しくはこちら */
a.more {
  font-size: 0.9em;
  letter-spacing: 0px;
  line-height: 100%;
}

a.more i {
  display: inline-block;
  margin: 0px 0px 0px 5px;
}

/* -------------------------------------------------------------------------------- title */
h2.h2 {
  margin: 20px 0px 10px 0px; /* bootstrap */
  margin: 40px 0px 30px 0px;
}

h2 small {
  display: block;
  margin: 8px 0px 0px 0px;
  font-size: 0.5em !important;
}

.lead {
  font-size: 1.05em;
  line-height: 1.5;
}

h2.border {
  margin: 20px 0px 10px 0px; /* bootstrap */
  margin: 40px 0px 30px 0px;
  border-left: 5px solid #555;
  padding: 5px 0px 5px 18px;
  font-weight: normal;
  font-size: 1.7em;
  color: #333;
  line-height: 1;
}

h2.center {
  margin: 20px 0px 10px 0px; /* bootstrap */
  margin: 40px 0px 20px 0px;
  font-weight: normal;
  font-size: 2.3em;
  color: #333;
  line-height: 1.6;
  text-align: center;
}

h3 {
  margin: 20px 0px 10px 0px; /* bootstrap */
  margin: 30px 0px 10px 0px;
  font-weight: normal;
  font-size: 1.3em;
  color: #333;
}

figure {
  margin-bottom: 20px;
}

/* -------------------------------------------------------------------------------- テーブル */
.table.gray thead th {
  background: #f1f1f1;
}

.table.gray tbody th {
  background: #F9F9F9;
}

.table th,
.table td {
  padding: 10px 8px 8px 8px !important;
}

.table.pl-20 th,
.table.pl-20 td {
  padding-left: 20px !important;
}

.table.pr-20 th,
.table.pr-20 td {
  padding-right: 20px !important;
}

.table.pt-20 th,
.table.pt-20 td {
  padding-top: 20px !important;
}

.table.pb-20 th,
.table.pb-20 td {
  padding-bottom: 20px !important;
}

/* -------------------------------------------------------------------------------- リスト */
dl.list {
  border-left: 1px solid #96B9DF;
  border-right: 1px solid #96B9DF;
  border-bottom: 1px solid #96B9DF;
  background: #F8FEFF;
  margin-bottom: 0px;
}

dl.list dt {
  float: left;
  padding: 11px 20px 0px 20px;
  width: 200px;
}

dl.list dd {
  float: left;
  width: 738px;
  background: #fff;
  padding: 10px 20px 10px 20px;
  text-align: left;
  border-left: 1px solid #96B9DF;
}

dl.list.first {
  border-top: 3px solid #96B9DF;
}

/* -------------------------------------------------------------------------------- ボタン */
.btn-primary,
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #FFF;
  background-color: #2B9AF2;
  border-color: #2B9AF2;
}

.feedback {
  margin-top: 80px;
  padding: 14px 40px 10px;
  font-size: 1.6em;
}

/* -------------------------------------------------------------------------------- */
.container {
  max-width: none !important;
  width: 970px !important;
}

/* Yahoo Universal Tag と Google Manager Tag の 導入で発生する１pxの余白の削除 */
img[src*="yahoo.co.jp"] {
  display: none;
}

/* -------------------------------------------------------------------------------- headline */
.headline {
  padding: 0;
  margin: 0;
  background: #007eec;
  background: #333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.headline span {
  padding: 0;
  margin: 0;
  line-height: 1;
  text-align: center;
  color: #fff;
}

/* リンクを枠で囲む */
.headline a.wrap {
  padding: 8px 15px;
  margin: 0 4px;
  line-height: 1;
  border: 1px solid #fff;
  display: inline-block;
  border-radius: 113px;
  text-decoration: none;
  font-size: 13px;
  color: #fff;
}

/* リンクを枠で囲まない */
.headline a.no-wrap {
  border: none;
}

/*【青背景】お知らせ */
.headline.news {
  background: #31c7ee;
  padding: 10px 0;
}
.headline.news span {
  font-size: 15px;
  letter-spacing: 1.5px;
}
.headline.news a:hover {
  background: #fff;
  color: #3bd2fa;
}

/*【赤背景】障害 */
.headline.maintenance {
  background: #db0808;
  padding: 4px 0;
}
.headline.maintenance span {
  font-size: 13px;
  letter-spacing: 1.5px;
}
.headline.maintenance a:hover, .headline.maintenance a:focus {
  color: #fff;
}

/*【赤背景】障害復旧 */
.headline.green {
  background: #3fc93c;
  padding: 8px 0;
}
.headline.green span {
  font-size: 14px;
  letter-spacing: 1.5px;
}
.headline.green a:hover, .headline.green a:focus {
  color: #fff;
}

ul.header-navi li.dropdown.products .dropdown-menu {
  width: 240px;
}

.m--0 {
  margin: 0 0 0 0 !important;
}

.p--0 {
  padding: 0 0 0 0 !important;
}

/* 5の倍数 */
/* 100まで作るため、20回ループさせる */
.mt--0 {
  margin-top: 0px !important;
}

.mr--0 {
  margin-right: 0px !important;
}

.mb--0 {
  margin-bottom: 0px !important;
}

.ml--0 {
  margin-left: 0px !important;
}

.pt--0 {
  padding-top: 0px !important;
}

.pr--0 {
  padding-right: 0px !important;
}

.pb--0 {
  padding-bottom: 0px !important;
}

.pl--0 {
  padding-left: 0px !important;
}

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

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

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

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

.pt--5 {
  padding-top: 5px !important;
}

.pr--5 {
  padding-right: 5px !important;
}

.pb--5 {
  padding-bottom: 5px !important;
}

.pl--5 {
  padding-left: 5px !important;
}

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

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

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

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

.pt--10 {
  padding-top: 10px !important;
}

.pr--10 {
  padding-right: 10px !important;
}

.pb--10 {
  padding-bottom: 10px !important;
}

.pl--10 {
  padding-left: 10px !important;
}

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

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

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

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

.pt--15 {
  padding-top: 15px !important;
}

.pr--15 {
  padding-right: 15px !important;
}

.pb--15 {
  padding-bottom: 15px !important;
}

.pl--15 {
  padding-left: 15px !important;
}

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

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

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

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

.pt--20 {
  padding-top: 20px !important;
}

.pr--20 {
  padding-right: 20px !important;
}

.pb--20 {
  padding-bottom: 20px !important;
}

.pl--20 {
  padding-left: 20px !important;
}

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

.mr--25 {
  margin-right: 25px !important;
}

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

.ml--25 {
  margin-left: 25px !important;
}

.pt--25 {
  padding-top: 25px !important;
}

.pr--25 {
  padding-right: 25px !important;
}

.pb--25 {
  padding-bottom: 25px !important;
}

.pl--25 {
  padding-left: 25px !important;
}

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

.mr--30 {
  margin-right: 30px !important;
}

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

.ml--30 {
  margin-left: 30px !important;
}

.pt--30 {
  padding-top: 30px !important;
}

.pr--30 {
  padding-right: 30px !important;
}

.pb--30 {
  padding-bottom: 30px !important;
}

.pl--30 {
  padding-left: 30px !important;
}

.mt--35 {
  margin-top: 35px !important;
}

.mr--35 {
  margin-right: 35px !important;
}

.mb--35 {
  margin-bottom: 35px !important;
}

.ml--35 {
  margin-left: 35px !important;
}

.pt--35 {
  padding-top: 35px !important;
}

.pr--35 {
  padding-right: 35px !important;
}

.pb--35 {
  padding-bottom: 35px !important;
}

.pl--35 {
  padding-left: 35px !important;
}

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

.mr--40 {
  margin-right: 40px !important;
}

.mb--40 {
  margin-bottom: 40px !important;
}

.ml--40 {
  margin-left: 40px !important;
}

.pt--40 {
  padding-top: 40px !important;
}

.pr--40 {
  padding-right: 40px !important;
}

.pb--40 {
  padding-bottom: 40px !important;
}

.pl--40 {
  padding-left: 40px !important;
}

.mt--45 {
  margin-top: 45px !important;
}

.mr--45 {
  margin-right: 45px !important;
}

.mb--45 {
  margin-bottom: 45px !important;
}

.ml--45 {
  margin-left: 45px !important;
}

.pt--45 {
  padding-top: 45px !important;
}

.pr--45 {
  padding-right: 45px !important;
}

.pb--45 {
  padding-bottom: 45px !important;
}

.pl--45 {
  padding-left: 45px !important;
}

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

.mr--50 {
  margin-right: 50px !important;
}

.mb--50 {
  margin-bottom: 50px !important;
}

.ml--50 {
  margin-left: 50px !important;
}

.pt--50 {
  padding-top: 50px !important;
}

.pr--50 {
  padding-right: 50px !important;
}

.pb--50 {
  padding-bottom: 50px !important;
}

.pl--50 {
  padding-left: 50px !important;
}

.mt--55 {
  margin-top: 55px !important;
}

.mr--55 {
  margin-right: 55px !important;
}

.mb--55 {
  margin-bottom: 55px !important;
}

.ml--55 {
  margin-left: 55px !important;
}

.pt--55 {
  padding-top: 55px !important;
}

.pr--55 {
  padding-right: 55px !important;
}

.pb--55 {
  padding-bottom: 55px !important;
}

.pl--55 {
  padding-left: 55px !important;
}

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

.mr--60 {
  margin-right: 60px !important;
}

.mb--60 {
  margin-bottom: 60px !important;
}

.ml--60 {
  margin-left: 60px !important;
}

.pt--60 {
  padding-top: 60px !important;
}

.pr--60 {
  padding-right: 60px !important;
}

.pb--60 {
  padding-bottom: 60px !important;
}

.pl--60 {
  padding-left: 60px !important;
}

.mt--65 {
  margin-top: 65px !important;
}

.mr--65 {
  margin-right: 65px !important;
}

.mb--65 {
  margin-bottom: 65px !important;
}

.ml--65 {
  margin-left: 65px !important;
}

.pt--65 {
  padding-top: 65px !important;
}

.pr--65 {
  padding-right: 65px !important;
}

.pb--65 {
  padding-bottom: 65px !important;
}

.pl--65 {
  padding-left: 65px !important;
}

.mt--70 {
  margin-top: 70px !important;
}

.mr--70 {
  margin-right: 70px !important;
}

.mb--70 {
  margin-bottom: 70px !important;
}

.ml--70 {
  margin-left: 70px !important;
}

.pt--70 {
  padding-top: 70px !important;
}

.pr--70 {
  padding-right: 70px !important;
}

.pb--70 {
  padding-bottom: 70px !important;
}

.pl--70 {
  padding-left: 70px !important;
}

.mt--75 {
  margin-top: 75px !important;
}

.mr--75 {
  margin-right: 75px !important;
}

.mb--75 {
  margin-bottom: 75px !important;
}

.ml--75 {
  margin-left: 75px !important;
}

.pt--75 {
  padding-top: 75px !important;
}

.pr--75 {
  padding-right: 75px !important;
}

.pb--75 {
  padding-bottom: 75px !important;
}

.pl--75 {
  padding-left: 75px !important;
}

.mt--80 {
  margin-top: 80px !important;
}

.mr--80 {
  margin-right: 80px !important;
}

.mb--80 {
  margin-bottom: 80px !important;
}

.ml--80 {
  margin-left: 80px !important;
}

.pt--80 {
  padding-top: 80px !important;
}

.pr--80 {
  padding-right: 80px !important;
}

.pb--80 {
  padding-bottom: 80px !important;
}

.pl--80 {
  padding-left: 80px !important;
}

.mt--85 {
  margin-top: 85px !important;
}

.mr--85 {
  margin-right: 85px !important;
}

.mb--85 {
  margin-bottom: 85px !important;
}

.ml--85 {
  margin-left: 85px !important;
}

.pt--85 {
  padding-top: 85px !important;
}

.pr--85 {
  padding-right: 85px !important;
}

.pb--85 {
  padding-bottom: 85px !important;
}

.pl--85 {
  padding-left: 85px !important;
}

.mt--90 {
  margin-top: 90px !important;
}

.mr--90 {
  margin-right: 90px !important;
}

.mb--90 {
  margin-bottom: 90px !important;
}

.ml--90 {
  margin-left: 90px !important;
}

.pt--90 {
  padding-top: 90px !important;
}

.pr--90 {
  padding-right: 90px !important;
}

.pb--90 {
  padding-bottom: 90px !important;
}

.pl--90 {
  padding-left: 90px !important;
}

.mt--95 {
  margin-top: 95px !important;
}

.mr--95 {
  margin-right: 95px !important;
}

.mb--95 {
  margin-bottom: 95px !important;
}

.ml--95 {
  margin-left: 95px !important;
}

.pt--95 {
  padding-top: 95px !important;
}

.pr--95 {
  padding-right: 95px !important;
}

.pb--95 {
  padding-bottom: 95px !important;
}

.pl--95 {
  padding-left: 95px !important;
}

.mt--100 {
  margin-top: 100px !important;
}

.mr--100 {
  margin-right: 100px !important;
}

.mb--100 {
  margin-bottom: 100px !important;
}

.ml--100 {
  margin-left: 100px !important;
}

.pt--100 {
  padding-top: 100px !important;
}

.pr--100 {
  padding-right: 100px !important;
}

.pb--100 {
  padding-bottom: 100px !important;
}

.pl--100 {
  padding-left: 100px !important;
}