@charset "UTF-8";
/* ==========================================================================
  reset
  ========================================================================== */
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  background: transparent;
  border: 0;
  font-size: 100%;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

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

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

/* change border colour to suit your needs */
hr {
  border: 0;
  border-top: 1px solid #cccccc;
  display: block;
  height: 1px;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

/* フォームの初期化を追加 */
/* テキスト */
input[type=text],
input[type=email], input[type=tel], input[type=password] {
  -moz-appearance: none;
  -webkit-appearance: none;
  -webkit-box-shadow: none;
  appearance: none;
  background-color: transparent;
  background-image: none;
  border-radius: 0;
  box-shadow: none;
  color: inherit;
  font-family: inherit;
  width: 100%;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus, input[type=password]:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}

/* テキストエリア */
textarea {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  background-image: none;
  border-radius: 0;
  color: inherit;
  font-family: inherit;
  height: 100px;
  width: 100%;
}

textarea:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}

/* セレクト */
select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: white;
  border-radius: 0;
  color: inherit;
  cursor: pointer;
  font-family: inherit;
}

select::-ms-expand {
  display: none;
}

select:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}

input[type=text],
input[type=email],
input[type=tel], input[type=password] {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 0;
  color: inherit;
  font-family: inherit;
  font-size: 1em;
  padding: 0.4em 0.8em;
  width: 100%;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=password]:focus {
  outline: none;
}

textarea {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 0;
  color: inherit;
  font-family: inherit;
  font-size: 1em;
  height: 100px;
  padding: 0.4em 0.8em;
  width: 100%;
}

textarea:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

input[type=submit] {
  -webkit-appearance: none;
  background-image: none;
  border: none;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: inherit;
  font-size: inherit;
  text-decoration: none;
}

input[type=submit]:hover,
input[type=submit]:focus {
  outline: none;
}

input[type=submit]::-moz-foucus-inner {
  border: none;
  padding: 0;
}

/* ==========================================================================
  Foundation
  ========================================================================== */
/* base */
html {
  -webkit-box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  box-sizing: border-box;
  font-size: 62.5%;
}

*,
::before,
::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

body {
  background: #EEEEEE;
  color: #000;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.5;
}
body.fixed {
  height: 100%;
  left: 0;
  position: fixed;
  width: 100%;
}
@media (max-width: 1279px) {
  body {
    min-width: 1280px;
  }
}

.main {
  display: block;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

.left {
  text-align: left;
}

.wrapper {
  overflow: hidden;
}

.block {
  display: inline-block;
}

a {
  -webkit-transition: 0.3s;
  color: inherit;
  text-decoration: none;
  transition: 0.3s;
}
a:hover {
  opacity: 0.85;
}

input[type=submit] {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
input[type=submit]:hover {
  opacity: 0.7;
}

img {
  height: auto;
  vertical-align: bottom;
  width: 100%;
}

li {
  list-style: none;
}

a:focus {
  outline: none;
}

input::-moz-focus-inner,
button::-moz-focus-inner {
  border: none;
}

h1,
h2,
h3,
h4,
h5 {
  letter-spacing: 0.05em;
  line-height: 1.6;
}

.bold {
  font-weight: bold;
}

.warning {
  color: #F00000;
}

.auto {
  width: auto;
}

/* ==========================================================================
  header
  ========================================================================== */
.hr {
  background: #1F3F93;
  color: #fff;
  height: 100%;
  left: 0;
  padding: 20px 0 40px 10px;
  position: fixed;
  top: 0;
  width: 300px;
  z-index: 999;
  overflow-y: auto;
}
.hr__logo {
  margin-bottom: 30px;
  padding-right: 10px;
  text-align: center;
}
.hr__logo img {
  max-width: 100%;
  width: auto;
}
.hr__list{
  margin-bottom: 30px;
}
.hr__inner {
  -ms-flex-direction: column;
  -ms-flex-pack: justify;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-box-pack: justify;
  -webkit-flex-direction: column;
  -webkit-justify-content: space-between;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;

  justify-content: space-between;
  
}
.hr .borderBtn {
  -ms-flex-item-align: center;
  -webkit-align-self: center;
  align-self: center;
  margin-top: 60px;
}
.hr__item:not(:last-child) {
  margin-bottom: 20px;
}
.hr__item > a {
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
  border-radius: 10px 0px 0px 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  padding: 0 20px;
}
.hr__item > a img {
  margin-right: 10px;
  width: auto;
}
.hr__item > a:hover {
  background: #667AAA;
}
.hr__item.is-current > a {
  background: #667AAA;
  pointer-events: none;
}

.hr__subList > li {
  margin-left: 38px;
}
.hr__subList > li.is-current {
  background: #667AAA;
  pointer-events: none;
  border-radius: 10px 0px 0px 10px;
}
.hr__subList > li > a {
  display: block;
  line-height: 35px;
  padding-left: 10px;
  border-radius: 10px 0px 0px 10px;
}
.hr__subList > li > a:hover {
  background: #667AAA;
}

/* ==========================================================================
  form
  ========================================================================== */
.fGroup {
  position: relative;
}
.fGroup.is-row {
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.fGroup.is-row label {
  margin-bottom: 0;
  width: 200px;
}
.fGroup.is-row label.is-icon {
  margin-right: 20px;
  width: auto;
}
.fGroup.is-row label.is-icon img {
  margin-right: 10px;
  width: auto;
}
.fGroup.is-row label.is-icon::before {
  display: none;
}
.fGroup.is-row input {
  -ms-flex: 1 1 0%;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0%;
  flex: 1 1 0%;
}
.fGroup label {
  display: block;
  margin-bottom: 5px;
}
.fGroup .floatChk {
  left: 0;
  position: absolute;
  top: 0;
}
.fGroup .floatChk::before {
  display: none;
}
.fGroup .floatChk input[type=checkbox] + span {
  cursor: pointer;
  display: inline-block;
  height: 14px;
  position: relative;
  width: 14px;
}
.fGroup .floatChk input[type=checkbox] + span::before {
  -webkit-transform: translateY(-50%);
  background: #fff;
  border: 1px solid #1D2B50;
  border-radius: 0;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}
.fGroup .floatChk input[type=checkbox] + span::after {
  -webkit-transform: translateY(-50%) rotate(-45deg);
  -webkit-transition: all 0.3s ease 0s;
  border-bottom: 2px solid #1D2B50;
  border-left: 2px solid #1D2B50;
  content: "";
  display: block;
  height: 6px;
  left: 2px;
  margin-top: -1px;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
  transition: all 0.3s ease 0s;
  width: 10px;
}

.dateFT > dt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 20px;
  white-space: nowrap;
}
.dateFT > dt img {
  margin-right: 10px;
  width: auto;
}
.dateFT dd {
  -ms-flex: 1 1 0%;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0%;
  flex: 1 1 0%;
}
.dateFT .space {
  margin: 0 10px;
}

.fGroup + .fGroup {
  margin-top: 20px;
}

.fGroup + .wrap {
  margin-top: 20px;
}

.wrap + .wrap {
  margin-top: 20px;
}

.wrap.dateFT + .wrap {
  margin-top: 0;
}

.wrap .fGroup + .fGroup {
  margin-top: 0;
}
.wrap .fGroup:not(:last-child) {
  margin-right: 30px;
}

.wrap + input[type=submit] {
  margin-top: 30px;
}

.wrap + .fGroup {
  margin-top: 30px;
}

.fGroup + input[type=submit] {
  margin-top: 30px;
}

.form input[type=text],
.form input[type=email],
.form input[type=tel],
.form input[type=password], .form textarea {
  border: 1px solid #1D2B50;
  border-radius: 16px;
  font-size: inherit;
  font-weight: 500;
  padding: 10px;
  width: 100%;
}
.form input[type=text]::-webkit-input-placeholder, .form input[type=email]::-webkit-input-placeholder, .form input[type=tel]::-webkit-input-placeholder, .form input[type=password]::-webkit-input-placeholder, .form textarea::-webkit-input-placeholder {
  color: #6A6A6A;
}
.form input[type=text]::-moz-placeholder, .form input[type=email]::-moz-placeholder, .form input[type=tel]::-moz-placeholder, .form input[type=password]::-moz-placeholder, .form textarea::-moz-placeholder {
  color: #6A6A6A;
}
.form input[type=text]:-ms-input-placeholder, .form input[type=email]:-ms-input-placeholder, .form input[type=tel]:-ms-input-placeholder, .form input[type=password]:-ms-input-placeholder, .form textarea:-ms-input-placeholder {
  color: #6A6A6A;
}
.form input[type=text]::-ms-input-placeholder, .form input[type=email]::-ms-input-placeholder, .form input[type=tel]::-ms-input-placeholder, .form input[type=password]::-ms-input-placeholder, .form textarea::-ms-input-placeholder {
  color: #6A6A6A;
}
.form input[type=text]::placeholder,
.form input[type=email]::placeholder,
.form input[type=tel]::placeholder,
.form input[type=password]::placeholder, .form textarea::placeholder {
  color: #6A6A6A;
}
.form input[type=text].is-xs,
.form input[type=email].is-xs,
.form input[type=tel].is-xs,
.form input[type=password].is-xs, .form textarea.is-xs {
  width: 150px;
}
.form input[type=text].is-sm,
.form input[type=email].is-sm,
.form input[type=tel].is-sm,
.form input[type=password].is-sm, .form textarea.is-sm {
  width: 180px;
}
.form input[type=text].is-md,
.form input[type=email].is-md,
.form input[type=tel].is-md,
.form input[type=password].is-md, .form textarea.is-md {
  width: 288px;
}
.form input[type=text].is-lg,
.form input[type=email].is-lg,
.form input[type=tel].is-lg,
.form input[type=password].is-lg, .form textarea.is-lg {
  width: 385px;
}
.form input[type=text].is-xlg,
.form input[type=email].is-xlg,
.form input[type=tel].is-xlg,
.form input[type=password].is-xlg, .form textarea.is-xlg {
  width: 450px;
}
.form select {
  border: none;
  border-bottom: 1px solid #C0C0C0;
  font-size: inherit;
  font-weight: 500;
  height: 44px;
}
.form label {
  color: #1D2B50;
}
.form input[type=checkbox] {
  display: none;
}
.form input[type=checkbox] + span {
  cursor: pointer;
  display: inline-block;
  height: 30px;
  position: relative;
  width: 30px;
}
.form input[type=checkbox] + span::before {
  -webkit-transform: translateY(-50%);
  background: #fff;
  border: 1px solid #818181;
  border-radius: 4px;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}
.form input[type=checkbox] + span::after {
  -webkit-transform: translateY(-50%) rotate(-45deg);
  -webkit-transition: all 0.3s ease 0s;
  border-bottom: 3px solid #1F3F93;
  border-left: 3px solid #1F3F93;
  content: "";
  display: block;
  height: 10px;
  left: 7px;
  margin-top: -1px;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
  transition: all 0.3s ease 0s;
  width: 16px;
}
.form input[type=checkbox]:checked + span::after {
  opacity: 1;
}

.toolBox + .wrap.is-xEnd {
  margin-top: 10px;
}

.toolBox {
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.toolBox .fGroup.is-row {
  margin: 10px 24px;
}
.toolBox .fGroup.is-row label {
  margin-right: 20px;
  width: auto;
}

.wrap.is-xEnd > p {
  margin-right: 20px;
}

.wrap {
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.wrap.is-flexWrap {
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.wrap.is-yEnd {
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  -webkit-box-align: end;
  align-items: flex-end;
}
.wrap.is-xEnd {
  -ms-flex-pack: end;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.wrap .dateFT {
  -ms-flex: 1 1 0%;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0%;
  flex: 1 1 0%;
}
.wrap .btnWrap {
  margin-left: 20px;
  margin-top: 0;
  width: 270px;
}
.wrap .btnWrap .btn + .btn {
  margin-left: 10px;
}

.select {
  position: relative;
}
.select::after {
  -webkit-transform: rotate(45deg) translateY(-50%);
  border-bottom: 2px solid #1D2B50;
  border-right: 2px solid #1D2B50;
  content: "";
  display: inline-block;
  height: 8px;
  margin-top: -4px;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: rotate(45deg) translateY(-50%);
  width: 8px;
  pointer-events: none;
}
.select select {
  padding-right: 30px;
}
.select.is-icon select {
  padding-left: 30px;
}
.select.is-icon::before {
  background: url(../img/icon_list.svg) no-repeat top center/18px 14px;
  content: "";
  height: 14px;
  left: 8px;
  position: absolute;
  top: 14px;
  width: 18px;
}

/* ==========================================================================
  btn
  ========================================================================== */
.btn {
  -ms-flex-align: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  align-items: center;
  border-radius: 10px;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.5rem;
  font-weight: bold;
  justify-content: center;
}
.btn.is-lg {
  height: 60px;
  width: 350px;
}
.btn.is-md {
  height: 45px;
  width: 160px;
}
.btn.is-sm {
  height: 45px;
  width: 100px;
}
.btn.is-right {
  margin-left: auto;
}

.borderBtn {
  -ms-flex-align: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  align-items: center;
  border: 1px solid #FFFFFF;
  border-radius: 38px;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  justify-content: center;
  width: 120px;
}
.borderBtn:hover {
  background: #fff;
  color: #1D2B50;
}

.roundBtn {
  -ms-flex-align: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  align-items: center;
  border-radius: 16px;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-weight: bold;
  height: 25px;
  justify-content: center;
  width: 88px;
}

a.is-bright,
input[type=submit].is-bright {
  background: #F87777;
}
a.is-dark,
input[type=submit].is-dark {
  background: #1F3F93;
}
a.is-darker,
input[type=submit].is-darker {
  background: #1D2B50;
}
a.is-warning,
input[type=submit].is-warning {
  background: #93231F;
}
a.is-border,
input[type=submit].is-border {
  border: 1px solid #1D2B50;
  color: #1D2B50;
}
a.is-border:hover,
input[type=submit].is-border:hover {
  background: #1D2B50;
  color: #fff;
}

.iconBtn {
  background: #1D2B50;
  border-radius: 10px;
  color: #fff;
  width: 200px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.iconBtn img {
  width: auto;
  margin-right: 5px;
}
.iconBtn.is-sm {
  width: 120px;
  height: 36px;
}

/* ==========================================================================
  contents
  ========================================================================== */
.contents {
  height: 100%;
  margin-left: auto;
  padding-top: 60px;
  width: calc(100% - 300px);
}

.output {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #adadad;
  color: #172B4D;
  width: 206px;
  height: 45px;
  font-size: 1.6rem;
}
.output > dt {
  font-weight: bold;
  margin-right: 10px;
}

/* ==========================================================================
  ttl
  ========================================================================== */
.ttl {
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
  color: #1D2B50;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 30px;
  padding-left: 30px;
}
.ttl img {
  margin-right: 20px;
  width: auto;
}

.subTtl {
  color: #1D2B50;
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 30px;
}

/* ==========================================================================
  box
  ========================================================================== */
.whiteBox {
  -webkit-box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.059);
  background: #fff;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.059);
  padding: 20px;
}
.whiteBox.is-noPadding {
  padding: 0;
}
.whiteBox.is-noPadding .cover {
  padding: 20px;
}

.whiteBox + .whiteBox {
  margin-top: 40px;
}

.whiteBox.is-round {
  -webkit-box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.059);
  border-radius: 6px;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.059);
  margin-left: 30px;
  max-width: 900px;
  padding: 40px;
}

.whiteBox.is-round .fGroup .floatChk + label, .modal .fGroup .floatChk + label {
  padding-left: 18px;
}
.whiteBox.is-round .fGroup .floatChk + label::before, .modal .fGroup .floatChk + label::before {
  display: none;
}
.whiteBox.is-round .fGroup label, .modal .fGroup label {
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  line-height: 1;
  margin-bottom: 10px;
}
.whiteBox.is-round .fGroup label::before, .modal .fGroup label::before {
  background: #1D2B50;
  content: "";
  height: 14px;
  margin-right: 5px;
  min-height: 14px;
  min-width: 14px;
  width: 14px;
}

/* ==========================================================================
  data
  ========================================================================== */
.data {
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}
.data__item {
  margin-bottom: 20px;
  width: calc(33.3333333333% - 13.3333333333px);
}
.data__item:not(:nth-child(3n)) {
  margin-right: 20px;
}
.data__item.is-full {
  max-width: 600px;
  width: 100%;
}
.data__item > dl {
  color: #1D2B50;
}
.data__item > dl > dt::before {
  content: "■ ";
}
.data__item > dl > dd {
  font-size: 1.8rem;
  font-weight: bold;
}

.whiteBox .data {
  max-width: 1400px;
}

/* ==========================================================================
  tbl
  ========================================================================== */
.tbl {
  font-size: 1.5rem;
  width: 100%;
}
.tbl th, .tbl td {
  padding: 20px 10px;
  vertical-align: middle;
}
.tbl th.is-light{
  background: #F1F3F9;
  color: #8898AA;
}
.tbl tr {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.tbl tr:hover ,
.tbl tr.is-undone:hover {
  background: rgba(99, 125, 191, 0.2);
}
.tbl tr:first-child {
  background: #637DBF;
  color: #fff;
  text-align: left;
}
.tbl tr:first-child th:first-child {
  padding-left: 30px;
}
.tbl tr:not(:first-child) {
  border-bottom: 1px solid #C0C0C0;
}
.tbl tr.is-undone {
  background: #DDDDDD;
}
.tbl tr.is-error {
  background: #EA3A3A;
}
.tbl tr[data-href] {
  cursor: pointer;
}
.tbl td {
  max-width: 300px;
}
.tbl td:first-child {
  padding-left: 30px;
}
.tbl table.pay tr {
  background-color: inherit;
  color: inherit;
  border: none;
}
.tbl table.pay tr th,
.tbl table.pay tr td {
  padding: 0 10px 0 0 !important;
  text-align: left;
  font-size: 1.3rem;
  font-weight: 500;
}
.tbl table.pay tr td {
  color: #F87777;
}
.tbl.is-input input{
  border: 1px solid #adadad;
  border-radius: 0;
  color: #172B4D;
  background: #fff;
}
.tbl.is-input tr:nth-child(2n){
  background: #fff;
}
.tbl.is-input tr:not(:nth-child(2n)){
  background: #F7FAFC;
}
.tbl.is-input tr:nth-child(2n):hover{
  background: #fff;
}
.tbl.is-input tr:not(:nth-child(2n)):hover{
  background: #F7FAFC;
}
.tbl.is-input th.is-sm{
  width: 100px;
}
.tbl.is-input th.is-md{
  width: 160px;
}
.tbl.is-input tr:not(:first-child) {
  border-bottom: none;
}


/* ==========================================================================
  img
  ========================================================================== */
.img {
  display: block;
  max-width: 900px;
  width: 100%;
}

.contents > .img {
  padding-left: 30px;
}

/* ==========================================================================
  modal
  ========================================================================== */
.modal {
  bottom: 0;
  display: none;
  height: 100%;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 9999;
}
.modal__overlay {
  -ms-flex-align: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  align-items: center;
  background: rgba(29, 43, 80, 0.4);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  justify-content: center;
  width: 100%;
}
.modal__box {
  background: #fff;
  min-width: 510px;
  padding: 60px;
  position: relative;
}
.modal .close {
  background: url(../img/icon_close.svg) no-repeat top center/50px 50px;
  height: 50px;
  position: absolute;
  right: 20px;
  top: 20px;
  width: 50px;
}

/* ==========================================================================
  parts
  ========================================================================== */
/* ==========================================================================
  login
  ========================================================================== */
.login {
  background: #fff;
  text-align: center;
}
.login .logo {
  margin-bottom: 80px;
}
.login .logo img {
  width: auto;
}
.login .btn {
  margin-top: 60px;
}
.login .fGroup {
  margin-left: -100px;
}
.login .form label {
  margin-right: 30px;
  width: auto;
}
.login .form input {
  width: 370px;
}
.login .contentsBox {
  -webkit-transform: translate(-50%, -50%);
  display: inline-block;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}

/* ==========================================================================
  client,invoice
  ========================================================================== */
.clientList .fGroup, .invoiceList .fGroup {
  margin-right: 20px;
}

/* ==========================================================================
  accountList
  ========================================================================== */
.accountList th.is-md {
  min-width: 142px;
}
.accountList th.is-sm {
  min-width: 60px;
}

/* ==========================================================================
  deliverySlip
  ========================================================================== */
  .deliverySlip .form input[type=text],
  .deliverySlip .form input[type=email],
  .deliverySlip .form input[type=tel],
  .deliverySlip .form input[type=password],
  .deliverySlip .form textarea {
    width: 100%;
  }
  .deliverySlip .whiteBox.is-noPadding .wrap {
    padding: 20px 30px;
  }
  .deliverySlip .data__item input {
    margin-top: 10px;
  }
  .deliverySlip .tbl tr td:first-child input {
    font-weight: bold;
  }
  .deliverySlip .tbl tr td:first-child input::-moz-placeholder {
    font-weight: 500;
  }
  .deliverySlip .tbl tr td:first-child input::placeholder {
    font-weight: 500;
  }
  .deliverySlip .output {
    margin-bottom: 50px;
  }
  