@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Lato:400,700);
/* ==========================================================================
   Ns Color
   ========================================================================== */
html {
  font-size: 62.5%;
  /* sets the base font to 10px for easier math */
}

body {
  background: #cccccc;
  font-family: Lato, "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  /* sets the default sizing to make sure nothing is actually 10px */
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.login-font {
    font-family: HiraKakuProN-W3,Osaka,Roboto,"Droid Sans","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}

/* ==========================================================================
   Reset Styles
   ========================================================================== */
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.dot-list li:before,
ol.dot-list li:before {
  content: '・';
  display: inline-block;
}

dl {
  margin: 0;
}
dl dd {
  margin: 0;
}

/* ==========================================================================
   text Styles
   ========================================================================== */
.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-emphasis {
  color: #cd0001;
}

.pull-left {
  float: left;
}

.pull-right {
  float: right;
}

.bg-danger {
  border: 1px solid #cd0001;
  color: #cd0001;
  padding: 10px;
}
.bg-danger:before {
  color: #cd0001;
  content: '\f06a';
  display: inline-block;
  font-family: FontAwesome;
  font-size: 1.6rem;
  margin-right: 3px;
}

/* ==========================================================================
   btn Styles
   ========================================================================== */
.btn {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.65) 2px 2px 2px 0, white 0 1px 0 inset;
  -moz-box-shadow: rgba(0, 0, 0, 0.65) 2px 2px 2px 0, white 0 1px 0 inset;
  box-shadow: rgba(0, 0, 0, 0.65) 2px 2px 2px 0, white 0 1px 0 inset;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  cursor: pointer;
  height: 34px;
  line-height: 34px;
  padding: 0 15px;
  text-align: center;
  text-decoration: none;
}
.btn:hover {
  opacity: .8;
}
.btn.btn-default {
  -webkit-box-shadow: rgba(0, 0, 0, 0.65) 0 0 2px 0, rgba(0, 0, 0, 0.5) 2px 2px 0 0, rgba(0, 0, 0, 0.3) 0 -5px 15px 0 inset, rgba(0, 0, 0, 0.3) 0 0 1px 0 inset;
  -moz-box-shadow: rgba(0, 0, 0, 0.65) 0 0 2px 0, rgba(0, 0, 0, 0.5) 2px 2px 0 0, rgba(0, 0, 0, 0.3) 0 -5px 15px 0 inset, rgba(0, 0, 0, 0.3) 0 0 1px 0 inset;
  box-shadow: rgba(0, 0, 0, 0.65) 0 0 2px 0, rgba(0, 0, 0, 0.5) 2px 2px 0 0, rgba(0, 0, 0, 0.3) 0 -5px 15px 0 inset, rgba(0, 0, 0, 0.3) 0 0 1px 0 inset;
  background: linear-gradient(to bottom, #e2e2e2 0%, #e7e7e7 50%, #d3d3d3 51%, #d3d3d3 100%);
  border: 2px solid #fff;
  color: #333333;
  line-height: 30px;
}
.btn.btn-exe {
  -webkit-box-shadow: rgba(0, 0, 0, 0.65) 0 0 2px 0, rgba(0, 0, 0, 0.5) 2px 2px 0 0, rgba(56, 16, 16, 0.5) 0 0 15px 0 inset, #cd0001 0 0 1px 0 inset;
  -moz-box-shadow: rgba(0, 0, 0, 0.65) 0 0 2px 0, rgba(0, 0, 0, 0.5) 2px 2px 0 0, rgba(56, 16, 16, 0.5) 0 0 15px 0 inset, #cd0001 0 0 1px 0 inset;
  box-shadow: rgba(0, 0, 0, 0.65) 0 0 2px 0, rgba(0, 0, 0, 0.5) 2px 2px 0 0, rgba(56, 16, 16, 0.5) 0 0 15px 0 inset, #cd0001 0 0 1px 0 inset;
  background: linear-gradient(to bottom, #d6323a 0%, #d6353d 50%, #cc0000 51%, #cc0000 100%);
  border: 2px solid #fff;
  color: #fff;
  line-height: 30px;
}
.btn.btn-exe span {
  line-height: 28px;
}
.btn.btn-exe span:after {
  content: '\f105';
  display: inline-block;
  font-family: FontAwesome;
  font-size: 1.8rem;
  position: relative;
  right: -15px;
  top: 1px;
}
.btn.btn-exe-light {
  -webkit-box-shadow: rgba(0, 0, 0, 0.65) 0 0 2px 0, rgba(0, 0, 0, 0.5) 2px 2px 0 0, rgba(56, 16, 16, 0.5) 0 0 15px 0 inset, #cd0001 0 0 1px 0 inset;
  -moz-box-shadow: rgba(0, 0, 0, 0.65) 0 0 2px 0, rgba(0, 0, 0, 0.5) 2px 2px 0 0, rgba(56, 16, 16, 0.5) 0 0 15px 0 inset, #cd0001 0 0 1px 0 inset;
  box-shadow: rgba(0, 0, 0, 0.65) 0 0 2px 0, rgba(0, 0, 0, 0.5) 2px 2px 0 0, rgba(56, 16, 16, 0.5) 0 0 15px 0 inset, #cd0001 0 0 1px 0 inset;
  background: linear-gradient(to bottom, #ffdfd2 0%, #ffdfd2 50%, #ffb5a4 51%, #ffb5a4 100%);
  border: 2px solid #fff;
  color: #000;
  line-height: 30px;
}
.btn.btn-exe-light span {
  line-height: 28px;
}
.btn.btn-new-window span:after {
  color: #cd0001;
  content: '\f08e';
  display: inline-block;
  font-family: FontAwesome;
  font-size: 1.8rem;
  font-weight: normal;
  position: relative;
  right: -15px;
  top: 3px;
}
.btn.btn-login span:before {
  content: '\f090';
  display: inline-block;
  font-family: FontAwesome;
  font-size: 1.8rem;
  left: -5px;
  position: relative;
  top: 1px;
}
.btn.btn-left span:before {
  background: #cd0001;
  border-radius: 100%;
  color: #fff;
  content: '<';
  display: inline-block;
  height: 17px;
  line-height: 15px;
  margin-right: 5px;
  position: relative;
  text-align: center;
  top: -1px;
  width: 17px;
}
.btn.btn-right span:after {
  background: #cd0001;
  border-radius: 100%;
  color: #fff;
  content: '>';
  display: inline-block;
  height: 17px;
  line-height: 15px;
  margin-left: 5px;
  position: relative;
  text-align: center;
  top: -1px;
  width: 17px;
}
.btn.btn-pdf span:after {
  background: url("../img/icon/icn_pdf.png") no-repeat;
  background-size: contain;
  content: ' ';
  display: inline-block;
  height: 17px;
  margin-left: 5px;
  position: relative;
  text-align: center;
  top: 2px;
  width: 13px;
}
.btn.btn-close span {
  position: relative;
  top: -5px;
}
.btn.btn-close span:before {
  content: '×';
  display: inline-block;
  font-size: 24px;
  margin-right: 10px;
  position: relative;
  top: 2px;
}
.btn.btn-back span {
  line-height: 28px;
}
.btn.btn-back span:before {
  content: '\f104';
  display: inline-block;
  font-family: FontAwesome;
  font-size: 1.8rem;
  left: -10px;
  position: relative;
  top: 0;
}
.btn.btn-lg {
  height: 50px;
  line-height: 44px;
}
.btn.btn-lg span {
  line-height: 44px;
}
.btn.btn-lg span:before, .btn.btn-lg span:after {
  top: 1px;
}

/* ==========================================================================
   Link Styles
   ========================================================================== */
.default-link {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  color: #0066cc;
}
.default-link.arrow-link-left:before {
  background: url("../img/icon/icn_link01.png") no-repeat;
  background-size: contain;
  content: ' ';
  display: inline-block;
  height: 16px;
  position: relative;
  top: 3px;
  width: 21px;
}
.default-link.new-window-link {
  text-decoration: underline;
}
.default-link.new-window-link:after {
  color: #cd0001;
  content: '\f08e';
  display: inline-block;
  font-family: FontAwesome;
  margin-left: 5px;
}

.hidden-phone {
  display: none;
}

.hidden-desktop {
  display: block;
}

/* ==========================================================================
   Form Styles
   ========================================================================== */
input[type=radio],
input[type=checkbox] {
  display: none;
}

.radio,
.checkbox {
  -webkit-transition: background-color 0.2s linear;
  -moz-transition: background-color 0.2s linear;
  -o-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  cursor: pointer;
  display: inline-block;
  margin: 0;
  padding: 12px 12px 12px 25px;
  position: relative;
  vertical-align: middle;
}
.radio:after,
.checkbox:after {
  -webkit-transition: border-color 0.2s linear;
  -moz-transition: border-color 0.2s linear;
  -o-transition: border-color 0.2s linear;
  transition: border-color 0.2s linear;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  border: 2px solid #bbb;
  content: ' ';
  display: block;
  height: 16px;
  left: 5px;
  margin-top: -8px;
  position: absolute;
  top: 50%;
  width: 16px;
}

input[type=radio]:checked + .radio,
input[type=checkbox]:checked + .checkbox {
  background-color: #d2ffd7;
  opacity: 1;
}

.radio:before {
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  background-color: #007103;
  content: '';
  display: block;
  height: 10px;
  left: 8px;
  margin-top: -5px;
  opacity: 0;
  position: absolute;
  top: 50%;
  width: 10px;
}
input[type=radio]:checked + .radio:before {
  opacity: 1;
}

.checkbox:before {
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  border-bottom: 3px solid #007103;
  border-right: 3px solid #007103;
  content: ' ';
  display: block;
  height: 9px;
  left: 11px;
  margin-top: -5px;
  opacity: 0;
  position: absolute;
  top: 50%;
  width: 5px;
}
input[type=checkbox]:checked + .checkbox:before {
  opacity: 1;
}

.form-group .form-control {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 0 10px 0 inset;
  -moz-box-shadow: rgba(0, 0, 0, 0.2) 0 0 10px 0 inset;
  box-shadow: rgba(0, 0, 0, 0.2) 0 0 10px 0 inset;
  background: #fff;
  border: 1px solid #bbb;
  border-radius: 6px;
  font-size: 1.6rem;
  height: 34px;
  line-height: 34px;
  padding: 0 10px;
}
.form-group .form-control:focus {
  background: #fffdde;
}
.form-group .form-control:focus option {
  background: #fff;
  box-shadow: none;
  outline: none;
}
.form-group .form-control + .icon-keybord {
  background: url("../img/icon/icn_softkey.png") no-repeat;
  background-size: contain;
  display: inline-block;
  height: 16px;
  margin-left: 10px;
  width: 20px;
}

.form-inline .form-group {
  display: inline-block;
}
.form-inline .form-group:not(:last-child) {
  margin-right: 10px;
}
.form-inline .form-control {
  display: inline-block;
  width: calc(100% - 44px);
}
.form-inline .form-control + .fa {
  margin-left: 5px;
}
.form-inline .fa {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  background: #cd0001;
  color: white;
  cursor: pointer;
  height: 34px;
  line-height: 34px;
  text-align: center;
  vertical-align: top;
  width: 34px;
}
.form-inline .fa:hover, .form-inline .fa:active {
  opacity: .8;
}
.form-inline + .help-block {
  font-size: 1.2rem;
  margin-bottom: 0;
}
.form-inline + .form-group {
  margin-top: 10px;
}
.form-inline + .form-group .checkbox {
  font-size: 1.2rem;
  font-weight: normal;
  padding: 5px 15px 5px 25px;
}

.entry-block-col {
  margin-bottom: 50px;
}

/* ==========================================================================
   Header Footer Styles
   ========================================================================== */
header {
  border-bottom: 3px solid #555555;
  border-top: 10px solid #cd0001;
  height: 56px;
  padding: 0 5px;
}
header .logo {
  background: url("../img/header_logo.gif") no-repeat;
  background-size: contain;
  height: 45px;
  margin: 0;
  width: 115px;
}

footer .footer-top {
  border-top: 3px solid #d0d0d0;
}
footer .footer-top .footer-link {
  padding: 15px;
}
footer .footer-top .footer-link li {
  display: block;
}
footer .footer-top .footer-link li:not(:last-child) {
  margin-bottom: 10px;
}
footer .footer-top .footer-link li a {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  text-decoration: underline;
  width: auto !important;
}
footer .footer-top .footer-link li a:before {
  content: '\f08e';
  display: inline-block;
  font-family: FontAwesome;
  margin-right: 5px;
}
footer #footer-text {
  background-color: #eee;
  font-size: 1.2rem;
  line-height: 1.5;
  padding: 15px;
}
footer #footer-text p:last-child {
  margin-bottom: 0;
}
footer .footer-bottom {
  background: url("../img/fotter_logo.gif?rev=r20240406") no-repeat #cd0001 center center;
  height: 65px;
  width: 100%;
}

/* ==========================================================================
   Container Styles
   ========================================================================== */
.container {
  background: white;
  height: 100%;
  margin: 0 auto;
  padding: 0;
}
.container .content {
  padding: 15px;
}

/* ==========================================================================
   Nav Styles
   ========================================================================== */
.nav-bar {
  margin-bottom: 5px;
}
.nav-bar.btn-col {
  margin: 30px auto;
  text-align: center;
}
.nav-bar.btn-col .btn {
  display: inline-block;
  width: calc((100% - 10px) / 2);
}
.nav-bar.btn-col .btn:not(:last-child) {
  margin-right: 5px;
}
.nav-bar.btn-col .btn.btn-block {
  width: 100%;
}
.nav-bar.btn-col + .get-adobe-reader {
  margin-top: 50px;
}
.nav-bar.link-col {
  background: #f4e7ca;
  border: 1px solid #f9b282;
  margin: 30px auto;
  padding: 15px;
  text-align: center;
  width: 100%;
}
.nav-bar.notice-col {
  background: #f2dede;
  border: 1px solid #cd0001;
  margin: 30px auto;
  padding: 15px;
  width: 100%;
}
.emergency-icon {
  display: table-cell;
  vertical-align: middle;
  width: 4em;
  text-align: center;
}
.emergency-icon:before {
  color: #cd0001;
  content: '\f071';
  display: inline-block;
  font-family: FontAwesome;
  margin-left: 5px;
  margin-right: 5px;
  font-size: 3em;
  vertical-align: middle;
}
.emergency-notice-content {
  display: table-cell;
  padding: 5px;
  vertical-align: middle;
}

/* ==========================================================================
   Step-flow Styles
   ========================================================================== */
.step-flow-col {
  float: right;
  text-align: right;
}
.step-flow-col .step-flow-list {
  position: relative;
}
.step-flow-col .step-flow-list:before {
  color: #555555;
  content: 'STEP';
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  left: -50px;
  margin-right: 5px;
  position: absolute;
  top: 5px;
}
.step-flow-col .step-flow-list li {
  border: 1px solid #555555;
  float: left;
  line-height: 25px;
  position: relative;
  text-align: center;
  width: 25px;
}
.step-flow-col .step-flow-list li:not(:last-child) {
  margin-right: 15px;
}
.step-flow-col .step-flow-list li:not(:last-child):after {
  border-color: transparent transparent transparent #cd0001;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  content: ' ';
  height: 0;
  margin-top: -5px;
  position: absolute;
  top: 50%;
  right: -10px;
  width: 0;
}
.step-flow-col .step-flow-list li.active {
  background: #cd0001;
  color: white;
}

/* ==========================================================================
   Title Styles
   ========================================================================== */
.block-title {
  border-bottom: solid 3px #d0d0d0;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 30px;
}
.block-title:before {
  background: #ec6565;
  content: ' ';
  display: inline-block;
  height: 30px;
  margin-right: 5px;
  vertical-align: middle;
  width: 5px;
}
.block-title + .bg-danger {
  margin-top: 10px;
}
.block-title + .doc-col {
  margin-top: 30px;
}
.block-title + .nav-bar {
  margin-top: 30px;
}
.block-title + .entry-block-col {
  margin-top: 30px;
}
.block-title + .table-outline {
  margin-top: 15px;
}

.sub-title {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 15px;
}

.border-title {
  border-bottom: 3px solid #cd0001;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 15px;
  padding-bottom: 5px;
}

.border-left-title {
  border-left: 3px solid #cd0001;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 15px;
  padding-left: 5px;
}

/* ==========================================================================
   Help-block Styles
   ========================================================================== */
.help-block {
  color: #000;
  font-size: 1.2rem;
  line-height: 1.5;
  margin: 10px 0;
}
.help-block .attention-message-list {
  margin-top: 10px;
}
.help-block.border-col {
  border: 1px solid #d0d0d0;
  padding: 15px;
}
.help-block.border-col .title-line {
  display: inline-block;
  vertical-align: middle;
}
.help-block.border-col .note {
  margin-bottom: 15px;
}
.help-block.border-col .text-link {
  text-decoration: underline;
  display: inline-block;
  margin-left: 10px;
}
.help-block.border-col .bold {
  font-weight: bold;
}
.help-block.border-col .margin-adjust {
  margin: 10px 0 25px 10px;
}
.help-block.border-col .btn-width {
  width: 35%;
}
.help-block.border-col .row .btn {
  width: 100%;
}
.help-block.text-emphasis {
  color: #cd0001;
}
.help-block + .help-block {
  margin-top: 20px;
}
.help-block .btn-row [class*="col-"]:not(:last-child) {
  margin-bottom: 10px;
}

.attention-message-list {
  font-size: 1.2rem;
}
.attention-message-list li {
  padding-left: 16px;
  text-indent: -8px;
}
.attention-message-list li:not(:last-child) {
  margin-bottom: 5px;
}
.attention-message-list li:before {
  content: '※';
  display: inline-block;
  margin-right: 3px;
}
.attention-message-list + .nav-bar {
  margin-top: 10px;
}

.pc-col {
  display: none;
}

/* ==========================================================================
   Doc-col Styles
   ========================================================================== */
.doc-col {
  border: 1px solid #cccccc;
  line-height: 1.5;
  padding: 10px;
}
.doc-col .doc-title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 15px;
}
.doc-col dl {
  margin-top: 30px;
}
.doc-col dl dt {
  margin-bottom: 10px;
}
.doc-col dl dt:before {
  color: #cd0001;
  content: '■';
  display: inline-block;
}
.doc-col dl dd {
  padding: 10px;
  margin-bottom: 20px;
}
.doc-col dl dd ul li:not(:last-child) {
  margin-bottom: 10px;
}

.doc-download-col {
  background: #f2f1df;
  margin-bottom: 30px;
  padding: 15px;
}
.doc-download-col .doc-download-list li {
  line-height: 34px;
}
.doc-download-col .doc-download-list li:not(:last-child) {
  border-bottom: 1px dotted #ccc;
  margin-bottom: 10px;
  padding-bottom: 10px;
}

/* ==========================================================================
   adobe-reader Styles
   ========================================================================== */
.get-adobe-reader {
  background: #e2e2e2;
  padding: 10px;
}
.get-adobe-reader .get-adobe-reader-logo {
  background: url("../img/get_adobe_reader.png") no-repeat;
  background-size: contain;
  display: inline-block;
  height: 39px;
  margin-right: 10px;
  width: 158px;
}
.get-adobe-reader .get-adobe-reader-note {
  display: inline-block;
  line-height: 1.5;
  vertical-align: top;
}
.get-adobe-reader .get-adobe-reader-note a {
  color: #0066cc;
  display: block;
  margin-top: 5px;
}
.get-adobe-reader .get-adobe-reader-note a span:before, .get-adobe-reader .get-adobe-reader-note a span:after {
  content: ' ';
  display: inline-block;
  height: 16px;
  position: relative;
  top: 3px;
}
.get-adobe-reader .get-adobe-reader-note a span:before {
  background: url("../img/icon/icn_link01.png") no-repeat;
  background-size: contain;
  width: 21px;
}
.get-adobe-reader .get-adobe-reader-note a span:after {
  background: url("../img/icon/icn_popup.png") no-repeat;
  background-size: contain;
  margin-left: 10px;
  width: 16px;
}

/* ==========================================================================
   Table Styles
   ========================================================================== */
.table-outline {
  background: #f1f1f1;
  border: 1px solid #d0d0d0;
  padding: 10px;
}
.table-outline .table {
  margin-bottom: 0;
}
.table-outline + .attention-message-list {
  margin-top: 15px;
}

.table {
  background-color: transparent;
  border-collapse: collapse;
  margin-bottom: 15px;
  max-width: 100%;
  width: 100%;
}
.table tr {
  display: block;
}
.table tr th,
.table tr td {
  border: none;
  display: list-item;
  list-style: none;
}
.table thead th {
  border: 1px solid #cd0001;
  line-height: 1.5;
  padding: 5px;
  vertical-align: middle;
  text-align: center;
}
.table tbody tr th,
.table tbody tr td {
  line-height: 1.5;
  padding: 5px;
  vertical-align: middle;
}
.table tbody tr th {
  border-top: 0;
  border-bottom: 3px solid #cd0001;
  text-align: left;
}
.table tbody tr td {
  padding: 10px 5px;
}
.table tbody tr td .form-group {
  margin-bottom: 0;
}
.table tbody tr td .form-control.unit {
  display: inline-block;
  width: calc(100% - 25px);
}
.table tbody tr td .after-unit.yen:after {
  content: '円';
  display: inline-block;
  font-weight: bold;
  text-align: right;
  vertical-align: text-bottom;
  width: 20px;
}
.table tbody tr td.number-cell {
  text-align: right;
}
.table.table-entry tbody tr td .form-group + .help-block {
  font-size: 1.2rem;
}
.table.table-entry tbody tr td .help-block .default-link {
  display: block;
}
.table.table-select thead th {
  border: 0;
  border-bottom: 3px solid #cd0001;
  text-align: left;
}
.table.table-select thead th.time-cell, .table.table-select thead th.btn-cell {
  display: none;
}
.table.table-select tbody td {
  padding: 10px 0;
}
.table.table-select tbody td.bank-name-cell .bank-name {
  font-size: 1.8rem;
}
.table.table-select tbody td.bank-name-cell .bank-service-name {
  font-size: 1.3rem;
}
.table.table-select tbody td.time-cell {
  border: 0;
  display: inline-table;
  height: 47px;
  line-height: 37px;
  padding-bottom: 5px;
  width: 70%;
}
.table.table-select tbody td.time-cell span:before {
  content: '利用可能時間：';
  display: inline-block;
}
.table.table-select tbody td.btn-cell {
  border: 0;
  display: inline-table;
  height: 47px;
  padding-bottom: 5px;
  text-align: right;
  width: 29%;
}
.table.table-select tbody td.btn-cell .btn {
  width: 100%;
}
.table.table-confirm tbody tr td .value {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 0;
  vertical-align: baseline;
}
.table.table-confirm tbody tr td .value.amount-value {
  color: #cd0001;
  font-size: 2rem;
}
.table.table-confirm tbody tr td .value .bank-name {
  display: block;
}
.table.table-confirm tbody tr td .value .bank-service-name {
  font-size: 1.4rem;
}
.table.table-check-list tbody tr th,
.table.table-check-list tbody tr td {
  border: 1px solid #bbb;
}
.table.table-check-list tbody tr td.title-cell {
  width: auto;
}
.table.table-check-list tbody tr td.check-cell {
  text-align: center;
  width: 130px;
}
.table.table-password tbody th,
.table.table-password tbody td {
  border: 1px solid #bbb;
}
.table.table-password tbody th.title-cell {
  text-align: left;
  width: 250px;
}
.table.table-password tbody td .form-group:not(:last-child) {
  margin-bottom: 10px;
}
.table.table-password tbody td .form-group .form-control {
  width: 250px;
}
.table.table-password tbody td .form-group .checkbox {
  padding: 5px 15px 5px 25px;
}
.table.table-qa-list tbody th,
.table.table-qa-list tbody td {
  border: 1px solid #bbb;
}
.table.table-qa-list tbody th.title-cell {
  text-align: left;
  width: 250px;
}
.table.table-qa-list tbody td .commentary-col {
  background: #f2f1df;
  margin-top: 20px;
  padding: 15px;
}
.table.table-qa-list tbody td .commentary-col dl dt {
  font-weight: bold;
}
.table.table-qa-list tbody td.answer-cell {
  width: 130px;
}

.pc-login-btn-row {
  display: block;
  margin-top: 30px;
}
.pc-login-btn-row .col-xs-12:not(:last-child) {
  margin-bottom: 30px;
}
.pc-login-btn-row .pc-login-btn-col {
  background: #eee;
  border: 5px solid #ccc;
  border-radius: 6px;
  padding: 30px;
  text-align: center;
}
.pc-login-btn-row .pc-login-btn-col .nav-bar.btn-col {
  margin-top: 0;
}
.pc-login-btn-row .pc-login-btn-col .nav-bar.login-btn-style {
  margin-bottom: 0;
  display: inline-block;
  width: 60%;
}
.pc-login-btn-row .pc-login-btn-col .nav-bar.btn-col .btn {
  font-size: 1.2rem;
  margin-right: 0;
  width: 100%;
  height: 100%;
}
.pc-login-btn-row .pc-login-btn-col .pc-screen-img {
  width: 100%;
}
.pc-login-btn-row .pc-login-btn-col .btn-text {
  font-weight: bold;
  line-height: 1.5;
  display: block;
  padding: 10px 0 10px 0;
}
.pc-login-btn-row .pc-login-btn-col .btn-img {
  width: 35%;
  margin-left: 5px;
}
.nav-tabs {
  border-bottom: 5px solid #cd0001;
  margin-top: 20px;
}
.nav-tabs li {
  width: 50%;
}
.nav-tabs li a {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  background: #eee;
  border: 1px solid #ccc;
  border-bottom: 0;
  color: #000;
  font-weight: bold;
  line-height: 1.2;
  margin-right: 0;
  padding: 5px;
  text-align: center;
}
.nav-tabs li a:hover {
  border-color: #cd0001;
}
.nav-tabs li a span {
  display: block;
}
.nav-tabs li:hover a {
  background: #cd0001;
  color: white;
  opacity: .8;
}
.nav-tabs li.active a {
  background: #cd0001;
  border-color: #cd0001;
  color: white;
}
.nav-tabs li.active a:focus, .nav-tabs li.active a:hover {
  background: #cd0001;
  border-color: #cd0001;
  color: white;
  cursor: default;
  opacity: 1;
}

.tab-content {
  overflow: hidden;
}
.tab-content .help-block {
  padding: 5px;
}
.tab-content .tab-pane {
  position: relative;
}

/* ==========================================================================
   Modal Styles
   ========================================================================== */
.modal .modal-content {
  border-radius: 0;
}
.modal .modal-header {
  background: #cd0001;
  color: white;
}
.modal .modal-header .close {
  color: white;
  opacity: 1;
}
.modal .modal-footer {
  border-top: 0;
}
.modal .modal-footer .nav-bar {
  margin: 0 auto;
}
.modal .modal-footer .nav-bar.btn-split-col .btn {
  display: block;
  margin: 0;
  width: 100%;
}
.modal .modal-footer .nav-bar.btn-split-col .btn + .btn {
  margin-top: 10px;
}

.keypad-popup {
  -webkit-box-shadow: #999999 2px 2px 0;
  -moz-box-shadow: #999999 2px 2px 0;
  box-shadow: #999999 2px 2px 0;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid #ccc;
  padding: 10px;
  width: 246px !important;
}
.keypad-popup .keypad-row:nth-of-type(5) {
  margin-bottom: 20px;
}
.keypad-popup .keypad-row .keypad-key,
.keypad-popup .keypad-row .keypad-special {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: #999999 2px 2px 0;
  -moz-box-shadow: #999999 2px 2px 0;
  box-shadow: #999999 2px 2px 0;
  border: 1px solid #ccc;
  color: #000;
  height: 28px;
  line-height: 28px;
  text-align: center;
  width: 28px;
}
.keypad-popup .keypad-row .keypad-key.keypad-shift, .keypad-popup .keypad-row .keypad-key.keypad-back, .keypad-popup .keypad-row .keypad-key.keypad-clear, .keypad-popup .keypad-row .keypad-key.keypad-close,
.keypad-popup .keypad-row .keypad-special.keypad-shift,
.keypad-popup .keypad-row .keypad-special.keypad-back,
.keypad-popup .keypad-row .keypad-special.keypad-clear,
.keypad-popup .keypad-row .keypad-special.keypad-close {
  background-color: #f4f4f4;
  font-weight: normal;
  width: 91px;
}
.keypad-popup .keypad-row .keypad-key:hover,
.keypad-popup .keypad-row .keypad-special:hover {
  opacity: .8;
}
.keypad-popup .keypad-row .keypad-key:active,
.keypad-popup .keypad-row .keypad-special:active {
  box-shadow: none;
}

@media (min-width: 800px) {
  footer .footer-top .footer-link {
    padding: 15px 30px;
  }
  footer .footer-top .footer-link li {
    display: inline-block;
  }
  footer .footer-top .footer-link li:not(:last-child) {
    margin-bottom: 0;
    margin-right: 10px;
  }
  footer #footer-text {
    font-size: 1.4rem;
    padding: 15px 30px;
  }

  .block-title {
    height: 45px;
    margin-bottom: 20px;
  }

  .block-title:before {
    height: 45px;
  }

  .table-outline {
    background: none;
    border: 0;
    padding: 0;
  }

  .table {
    border: 1px solid #f9b282;
  }
  .table tr {
    display: table-row;
    margin-bottom: 1.5em;
  }
  .table tr th,
  .table tr td {
    border: none;
    display: table-cell;
  }
  .table thead th {
    background: #f4e7ca;
    border: 1px solid #f9b282;
    line-height: 1.5;
    padding: 5px;
    vertical-align: middle;
    text-align: center;
  }
  .table tbody tr th,
  .table tbody tr td {
    border-top: 1px solid #f9b282;
    height: 55px;
    line-height: 1.5;
    padding: 10px 15px;
    vertical-align: middle;
  }
  .table tbody tr th {
    background: #f4e7ca;
    border-bottom: 0;
    border-right: 1px solid #f9b282;
    width: 270px;
  }
  .table tbody tr td {
    background: white;
  }
  .table tbody tr td .form-group {
    width: 250px;
  }
  .table tbody tr td.number-cell {
    text-align: left;
  }
  .table.table-entry tbody tr td .form-group + .help-block {
    display: inline-block;
    font-size: 1.2rem;
  }
  .table.table-entry tbody tr td .help-block .default-link {
    display: inline-block;
  }
  .table.table-select thead th {
    border-bottom: 1px solid #f9b282;
    text-align: center;
  }
  .table.table-select thead th.time-cell, .table.table-select thead th.btn-cell {
    display: table-cell;
  }
  .table.table-select tbody td {
    padding: 10px 15px;
  }
  .table.table-select tbody td.bank-name-cell {
    width: 50%;
  }
  .table.table-select tbody td.time-cell {
    border-top: 1px solid #f9b282;
    display: table-cell;
    height: auto;
    line-height: 1.5;
    padding-bottom: 15px;
    text-align: center;
    width: 30%;
  }
  .table.table-select tbody td.time-cell span:before {
    display: none;
  }
  .table.table-select tbody td.btn-cell {
    border-top: 1px solid #f9b282;
    display: table-cell;
    height: auto;
    padding-bottom: 15px;
    text-align: center;
    width: 20%;
  }
  .table.table-select tbody td.btn-cell .btn {
    width: 100%;
  }
  .table.table-confirm tbody tr td .value {
    font-size: 1.6rem;
  }
  .table.table-confirm tbody tr td .value .bank-name {
    display: inline-block;
    margin-right: 5px;
  }
  .table.table-confirm tbody tr td .value .bank-service-name {
    font-size: 1.6rem;
  }

  .help-block,
  .attention-message-list {
    font-size: 1.4rem;
  }
  .help-block .btn-row [class*="col-"]:not(:last-child),
  .attention-message-list .btn-row [class*="col-"]:not(:last-child) {
    margin-bottom: 0;
  }

  .nav-bar {
    margin-bottom: 5px;
  }
  .nav-bar.notice-col {
    margin-top: auto;
  }
  .nav-bar.btn-col {
    margin: 30px auto;
    text-align: center;
  }
  .nav-bar.btn-col .btn {
    display: inline-block;
    width: 180px;
  }
  .nav-bar.btn-col .btn:not(:last-child) {
    margin-right: 15px;
  }
  .nav-bar.btn-col .btn.btn-l {
    width: 240px;
  }
  .nav-bar.btn-col + .get-adobe-reader {
    margin-top: 50px;
  }

  .pc-col {
    display: block;
  }

  .sp-col {
    display: none;
  }

  .form-inline .form-control {
    width: auto;
  }
  .form-inline + .form-group + .help-block {
    margin-bottom: 0;
  }

  .hidden-phone {
    display: block;
  }

  .hidden-desktop {
    display: none;
  }

  .nav-tabs li a {
    line-height: 34px;
    font-size: 1.6rem;
    padding: 10px;
    text-align: left;
  }
  .nav-tabs li a span {
    display: inline-block;
  }

  /* ==========================================================================
   Modal Styles
   ========================================================================== */
  .modal .modal-footer .nav-bar.btn-split-col .btn {
    display: inline-block;
    width: calc((100% - 10px) / 2);
  }
  .modal .modal-footer .nav-bar.btn-split-col .btn:not(:last-child) {
    margin-right: 5px;
  }
  .modal .modal-footer .nav-bar.btn-split-col .btn + .btn {
    margin-top: 0;
  }
}
@media (min-width: 992px) {
  header {
    border-bottom: 3px solid #555555;
    border-top: 10px solid #cd0001;
    height: 88px;
    padding: 0 15px;
  }
  header .logo {
    height: 63px;
    margin: 6px 0;
    width: 165px;
  }

  .nav-bar {
    margin-bottom: 10px;
  }

  .doc-col {
    border: 1px solid #cccccc;
    line-height: 1.5;
    padding: 50px 30px;
  }
  .doc-col .doc-title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 30px;
  }
  .doc-col dl {
    margin-top: 30px;
  }
  .doc-col dl dt {
    margin-bottom: 10px;
  }
  .doc-col dl dt:before {
    color: #cd0001;
    content: '■';
    display: inline-block;
  }
  .doc-col dl dd {
    padding: 10px;
    margin-bottom: 20px;
  }
  .doc-col dl dd ul li:not(:last-child) {
    margin-bottom: 10px;
  }

  .container .content {
    padding: 15px 30px;
  }

  .pc-login-btn-row .pc-login-btn-col .nav-bar.btn-col .btn {
    font-size: 1.4rem;
  }
}
@media (min-width: 1200px) {
  body {
    padding: 0 15px;
  }

  .container {
    -webkit-box-shadow: rgba(0, 0, 0, 0.075) 0 0 5px 5px;
    -moz-box-shadow: rgba(0, 0, 0, 0.075) 0 0 5px 5px;
    box-shadow: rgba(0, 0, 0, 0.075) 0 0 5px 5px;
    width: 970px;
  }
  .container .content {
    padding: 15px 30px;
  }
}
