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

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

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

input, select, button, textarea {
  margin: 0;
  padding: 0;
  background: transparent;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

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

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

html,
body {
  width: 100%;
  height: 100%;
  color: #444;
  background: transparent;
}

html {
  font-size: 62.5%;
}

body {
  font-size: 1.6rem;
  font-family: "Inter", "Noto Sans JP", "游ゴシック体", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.6;
  letter-spacing: .1em;
}

@media screen and (max-width: 960px) {
  body {
    letter-spacing: .05em;
  }
}

@media screen and (max-width: 640px) {
  body {
    letter-spacing: 0;
  }
}

a {
  color: #444;
  text-decoration: none;
  -webkit-transition: .3s ease-out;
  transition: .3s ease-out;
}

a:visited {
  color: #444;
}

a:hover {
  color: #444;
}

a:active {
  color: #444;
}

a svg {
  -webkit-transition: .3s ease-out;
  transition: .3s ease-out;
}

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

img.img-fit {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

img.img-round {
  border-radius: 4px;
}

.pc-none,
.lap-only,
.tb-only,
.sp-only {
  display: none !important;
}

@media screen and (min-width: 1280px) {
  .lap-view {
    display: none !important;
  }
}

@media screen and (max-width: 1280px) {
  .lap-only {
    display: unset !important;
  }
  .lap-none,
  .pc-only,
  .tb-only,
  .sp-only {
    display: none !important;
  }
}

@media screen and (min-width: 960px) {
  .tb-view {
    display: none !important;
  }
}

@media screen and (max-width: 960px) {
  .tb-only {
    display: unset !important;
  }
  .tb-none,
  .pc-only,
  .lap-only,
  .sp-only {
    display: none !important;
  }
}

@media screen and (min-width: 640px) {
  .sp-view {
    display: none !important;
  }
}

@media screen and (max-width: 640px) {
  .sp-only {
    display: unset !important;
  }
  .sp-none,
  .pc-only,
  .lap-only,
  .tb-only {
    display: none !important;
  }
}

.all {
  padding-top: 48px;
  padding-left: 160px;
}

.main {
  width: 100%;
  max-width: 1920px;
  padding: 32px;
  padding: 32px;
}

@media screen and (max-width: 960px) {
  .main {
    padding: calc( 32px * 0.75);
  }
}

@media screen and (max-width: 640px) {
  .main {
    padding: calc( 32px * 0.5);
  }
}

.sub {
  position: fixed;
  top: 48px;
  left: 0;
  width: 160px;
  height: calc(100% - 48px);
  background: #444;
}

.sub .sub-menu__item {
  position: relative;
  height: 48px;
}

.sub .sub-menu__item:hover, .sub .sub-menu__item.is-active {
  background: #222;
}

.sub .sub-menu__item > a,
.sub .sub-menu__item > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0 16px;
  color: #fff;
  font-size: 1.4rem;
  cursor: pointer;
}

.sub .sub-menu__item .sub-menu-pull {
  display: none;
  position: absolute;
  top: 0;
  left: 160px;
  width: 100%;
  background: #444;
}

.sub .sub-menu__item .sub-menu-pull__item {
  height: 48px;
}

.sub .sub-menu__item .sub-menu-pull__item > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0 16px;
  color: #fff;
  font-size: 1.4rem;
}

.sub .sub-menu__item .sub-menu-pull__item > a:hover {
  background: #222;
}

.sub .sub-menu__item:hover .sub-menu-pull {
  display: block;
}

.wrap {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 40px;
}

@media screen and (max-width: 1280px) {
  .wrap {
    padding: 0 32px;
  }
}

@media screen and (max-width: 960px) {
  .wrap {
    padding: 0 24px;
  }
}

@media screen and (max-width: 640px) {
  .wrap {
    padding: 0 16px;
  }
}

.inner {
  width: 100%;
  margin: 0 auto;
  padding: 0 40px;
}

@media screen and (max-width: 1280px) {
  .inner {
    padding: 0 32px;
  }
}

@media screen and (max-width: 960px) {
  .inner {
    padding: 0 24px;
  }
}

@media screen and (max-width: 640px) {
  .inner {
    padding: 0 16px;
  }
}

.unit1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: calc(100% + 40px);
  -webkit-transform: translateX(-20px);
  transform: translateX(-20px);
}

@media screen and (max-width: 1280px) {
  .unit1 {
    width: calc(100% + 32px);
    -webkit-transform: translateX(-16px);
    transform: translateX(-16px);
  }
}

@media screen and (max-width: 960px) {
  .unit1 {
    width: calc(100% + 24px);
    -webkit-transform: translateX(-12px);
    transform: translateX(-12px);
  }
}

@media screen and (max-width: 640px) {
  .unit1 {
    width: calc(100% + 16px);
    -webkit-transform: translateX(-8px);
    transform: translateX(-8px);
  }
}

.unit2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: calc(100% + 40px);
  -webkit-transform: translateX(-20px);
  transform: translateX(-20px);
}

@media screen and (max-width: 1280px) {
  .unit2 {
    width: calc(100% + 32px);
    -webkit-transform: translateX(-16px);
    transform: translateX(-16px);
  }
}

@media screen and (max-width: 960px) {
  .unit2 {
    width: calc(100% + 24px);
    -webkit-transform: translateX(-12px);
    transform: translateX(-12px);
  }
}

@media screen and (max-width: 640px) {
  .unit2 {
    width: calc(100% + 16px);
    -webkit-transform: translateX(-8px);
    transform: translateX(-8px);
  }
}

.unit3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: calc(100% + 40px);
  -webkit-transform: translateX(-20px);
  transform: translateX(-20px);
}

@media screen and (max-width: 1280px) {
  .unit3 {
    width: calc(100% + 32px);
    -webkit-transform: translateX(-16px);
    transform: translateX(-16px);
  }
}

@media screen and (max-width: 960px) {
  .unit3 {
    width: calc(100% + 24px);
    -webkit-transform: translateX(-12px);
    transform: translateX(-12px);
  }
}

@media screen and (max-width: 640px) {
  .unit3 {
    width: calc(100% + 16px);
    -webkit-transform: translateX(-8px);
    transform: translateX(-8px);
  }
}

.unit4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: calc(100% + 40px);
  -webkit-transform: translateX(-20px);
  transform: translateX(-20px);
}

@media screen and (max-width: 1280px) {
  .unit4 {
    width: calc(100% + 32px);
    -webkit-transform: translateX(-16px);
    transform: translateX(-16px);
  }
}

@media screen and (max-width: 960px) {
  .unit4 {
    width: calc(100% + 24px);
    -webkit-transform: translateX(-12px);
    transform: translateX(-12px);
  }
}

@media screen and (max-width: 640px) {
  .unit4 {
    width: calc(100% + 16px);
    -webkit-transform: translateX(-8px);
    transform: translateX(-8px);
  }
}

.unit1 .col {
  width: calc(100% - 40px);
  margin: 0 20px 40px;
}

@media screen and (max-width: 1280px) {
  .unit1 .col {
    width: calc(100% - 32px);
    margin: 0 16px 32px;
  }
}

@media screen and (max-width: 960px) {
  .unit1 .col {
    width: calc(100% - 24px);
    margin: 0 12px 24px;
  }
}

@media screen and (max-width: 640px) {
  .unit1 .col {
    width: calc(100% - 16px);
    margin: 0 8px 16px;
  }
}

.unit2 .col {
  width: calc(50% - 40px);
  margin: 0 20px 40px;
}

@media screen and (max-width: 1280px) {
  .unit2 .col {
    width: calc(50% - 32px);
    margin: 0 16px 32px;
  }
}

@media screen and (max-width: 960px) {
  .unit2 .col {
    width: calc(50% - 24px);
    margin: 0 12px 24px;
  }
}

@media screen and (max-width: 640px) {
  .unit2 .col {
    width: calc(50% - 16px);
    margin: 0 8px 16px;
  }
}

.unit3 .col {
  width: calc(33% - 40px);
  margin: 0 20px 40px;
}

@media screen and (max-width: 1280px) {
  .unit3 .col {
    width: calc(33% - 32px);
    margin: 0 16px 32px;
  }
}

@media screen and (max-width: 960px) {
  .unit3 .col {
    width: calc(33% - 24px);
    margin: 0 12px 24px;
  }
}

@media screen and (max-width: 640px) {
  .unit3 .col {
    width: calc(33% - 16px);
    margin: 0 8px 16px;
  }
}

.unit4 .col {
  width: calc(25% - 40px);
  margin: 0 20px 40px;
}

@media screen and (max-width: 1280px) {
  .unit4 .col {
    width: calc(25% - 32px);
    margin: 0 16px 32px;
  }
}

@media screen and (max-width: 960px) {
  .unit4 .col {
    width: calc(25% - 24px);
    margin: 0 12px 24px;
  }
}

@media screen and (max-width: 640px) {
  .unit4 .col {
    width: calc(25% - 16px);
    margin: 0 8px 16px;
  }
}

@media screen and (max-width: 1280px) {
  .lap-unit1 .col {
    width: calc(100% - 32px);
    margin: 0 16px 32px;
  }
}

@media screen and (max-width: 960px) {
  .lap-unit1 .col {
    width: calc(100% - 24px);
    margin: 0 12px 24px;
  }
}

@media screen and (max-width: 640px) {
  .lap-unit1 .col {
    width: calc(100% - 16px);
    margin: 0 8px 16px;
  }
}

@media screen and (max-width: 1280px) {
  .lap-unit2 .col {
    width: calc(50% - 32px);
    margin: 0 16px 32px;
  }
}

@media screen and (max-width: 960px) {
  .lap-unit2 .col {
    width: calc(50% - 24px);
    margin: 0 12px 24px;
  }
}

@media screen and (max-width: 640px) {
  .lap-unit2 .col {
    width: calc(50% - 16px);
    margin: 0 8px 16px;
  }
}

@media screen and (max-width: 1280px) {
  .lap-unit3 .col {
    width: calc(33% - 32px);
    margin: 0 16px 32px;
  }
}

@media screen and (max-width: 960px) {
  .lap-unit3 .col {
    width: calc(33% - 24px);
    margin: 0 12px 24px;
  }
}

@media screen and (max-width: 640px) {
  .lap-unit3 .col {
    width: calc(33% - 16px);
    margin: 0 8px 16px;
  }
}

@media screen and (max-width: 1280px) {
  .lap-unit4 .col {
    width: calc(25% - 32px);
    margin: 0 16px 32px;
  }
}

@media screen and (max-width: 960px) {
  .lap-unit4 .col {
    width: calc(25% - 24px);
    margin: 0 12px 24px;
  }
}

@media screen and (max-width: 640px) {
  .lap-unit4 .col {
    width: calc(25% - 16px);
    margin: 0 8px 16px;
  }
}

@media screen and (max-width: 960px) {
  .tb-unit1 .col {
    width: calc(100% - 24px);
    margin: 0 12px 24px;
  }
}

@media screen and (max-width: 640px) {
  .tb-unit1 .col {
    width: calc(100% - 16px);
    margin: 0 8px 16px;
  }
}

@media screen and (max-width: 960px) {
  .tb-unit2 .col {
    width: calc(50% - 24px);
    margin: 0 12px 24px;
  }
}

@media screen and (max-width: 640px) {
  .tb-unit2 .col {
    width: calc(50% - 16px);
    margin: 0 8px 16px;
  }
}

@media screen and (max-width: 960px) {
  .tb-unit3 .col {
    width: calc(33% - 24px);
    margin: 0 12px 24px;
  }
}

@media screen and (max-width: 640px) {
  .tb-unit3 .col {
    width: calc(33% - 16px);
    margin: 0 8px 16px;
  }
}

@media screen and (max-width: 960px) {
  .tb-unit4 .col {
    width: calc(25% - 24px);
    margin: 0 12px 24px;
  }
}

@media screen and (max-width: 640px) {
  .tb-unit4 .col {
    width: calc(25% - 16px);
    margin: 0 8px 16px;
  }
}

@media screen and (max-width: 640px) {
  .sp-unit1 .col {
    width: calc(100% - 16px);
    margin: 0 8px 16px;
  }
}

@media screen and (max-width: 640px) {
  .sp-unit2 .col {
    width: calc(50% - 16px);
    margin: 0 8px 16px;
  }
}

@media screen and (max-width: 640px) {
  .sp-unit3 .col {
    width: calc(33% - 16px);
    margin: 0 8px 16px;
  }
}

@media screen and (max-width: 640px) {
  .sp-unit4 .col {
    width: calc(25% - 16px);
    margin: 0 8px 16px;
  }
}

.cf::after {
  content: '';
  display: block;
  clear: both;
}

.hero {
  overflow: hidden;
  width: 100%;
  max-height: 500px;
}

.breadcrumb__item {
  display: inline;
}

.breadcrumb__item:not(:nth-last-of-type(1)) {
  position: relative;
  margin-right: 8px;
  padding-right: calc(1em + 8px);
}

.breadcrumb__item:not(:nth-last-of-type(1))::after {
  position: absolute;
  top: 50%;
  right: 0;
  content: '>';
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.sitettl {
  font-size: 1rem;
}

.pagettl {
  margin-bottom: 24px;
  color: #4a9;
  font-size: 2rem;
}

@media screen and (max-width: 960px) {
  .pagettl {
    margin-bottom: calc( 24px * 0.75);
  }
}

@media screen and (max-width: 640px) {
  .pagettl {
    margin-bottom: calc( 24px * 0.5);
  }
}

.headline {
  overflow: hidden;
  margin-bottom: 24px;
  padding: 8px 8px 8px 10px;
  background: #f5f5f5;
  border-left: solid 3px rgba(68, 170, 153, 0.8);
  border-radius: 2px;
  color: #4a9;
}

@media screen and (max-width: 960px) {
  .headline {
    margin-bottom: calc( 24px * 0.75);
  }
}

@media screen and (max-width: 640px) {
  .headline {
    margin-bottom: calc( 24px * 0.5);
  }
}

.ttl-l {
  margin-bottom: 24px;
}

@media screen and (max-width: 960px) {
  .ttl-l {
    margin-bottom: calc( 24px * 0.75);
  }
}

@media screen and (max-width: 640px) {
  .ttl-l {
    margin-bottom: calc( 24px * 0.5);
  }
}

.txt {
  text-align: justify;
}

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

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

.alert-txt {
  margin-bottom: 16px;
  color: #cb2727;
}

@media screen and (max-width: 960px) {
  .alert-txt {
    margin-bottom: calc( 16px * 0.75);
  }
}

@media screen and (max-width: 640px) {
  .alert-txt {
    margin-bottom: calc( 16px * 0.5);
  }
}

.alert-txt.no-mb {
  margin-bottom: 0;
}

.fc-tra {
  color: transparent;
}

.fc-red {
  color: #cb2727;
}

.fc-blu {
  color: #2b69be;
}

.fc-yel {
  color: #ff0;
}

.fc-grn {
  color: #44aa99;
}

.fc-brn {
  color: #a52a2a;
}

.fc-orn {
  color: #ffa500;
}

.fc-pnk {
  color: #ffc0cb;
}

.fc-blk {
  color: #444;
}

.fc-wht {
  color: #fff;
}

.fc-l-gry {
  color: #f5f5f5;
}

.fc-gry {
  color: #ddd;
}

.fc-d-gry {
  color: #999;
}

.fs-s {
  font-size: 1.4rem;
}

@media screen and (max-width: 640px) {
  .fs-s {
    font-size: 1.2rem;
  }
}

.fs-xs {
  font-size: 1.2rem;
}

@media screen and (max-width: 640px) {
  .fs-xs {
    font-size: 1rem;
  }
}

.alert {
  font-size: 1.4rem;
  padding: 16px;
  border: none;
}

@media screen and (max-width: 640px) {
  .alert {
    font-size: 1.2rem;
  }
}

.alert.alert-success {
  color: #2b69be;
}

.alert.alert-danger {
  color: #cb2727;
  background-color: rgba(204, 67, 67, 0.1);
}

.alert.alert-danger.alert-danger--sticky {
  background-color: #faebec;
}

.alert.ie-alert {
  display: none;
}

@media all and (-ms-high-contrast: none) {
  .alert.ie-alert {
    display: block;
  }
}

.list__item {
  position: relative;
  padding-left: 24px;
}

.list__item::before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 16px;
  height: 16px;
  background: #4a9;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.alert-list {
  margin-bottom: 16px;
}

@media screen and (max-width: 960px) {
  .alert-list {
    margin-bottom: calc( 16px * 0.75);
  }
}

@media screen and (max-width: 640px) {
  .alert-list {
    margin-bottom: calc( 16px * 0.5);
  }
}

.alert-list__item {
  color: #cb2727;
}

.alert-list__item:not(:nth-last-of-type(1)) {
  margin-bottom: 8px;
}

@media screen and (max-width: 960px) {
  .alert-list__item:not(:nth-last-of-type(1)) {
    margin-bottom: calc( 8px * 0.75);
  }
}

@media screen and (max-width: 640px) {
  .alert-list__item:not(:nth-last-of-type(1)) {
    margin-bottom: calc( 8px * 0.5);
  }
}

.btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: calc(100% + 40px);
  -webkit-transform: translateX(-20px);
  transform: translateX(-20px);
}

.btn--left {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.btn a {
  display: block;
  width: 100%;
  max-width: 300px;
  height: 50px;
  margin: 0 20px;
  background: #4a9;
  border-radius: 4px;
  color: #fff;
  text-align: center;
  line-height: 50px;
}

.btn.btn--tra a {
  background: transparent;
}

.btn.btn--red a {
  background: #cb2727;
}

.btn.btn--blu a {
  background: #2b69be;
}

.btn.btn--yel a {
  background: #ff0;
}

.btn.btn--grn a {
  background: #44aa99;
}

.btn.btn--brn a {
  background: #a52a2a;
}

.btn.btn--orn a {
  background: #ffa500;
}

.btn.btn--pnk a {
  background: #ffc0cb;
}

.btn.btn--blk a {
  background: #444;
}

.btn.btn--wht a {
  background: #fff;
}

.btn.btn--l-gry a {
  background: #f5f5f5;
}

.btn.btn--gry a {
  background: #ddd;
}

.btn.btn--d-gry a {
  background: #999;
}

.tbl {
  overflow: auto;
}

.tbl table {
  width: 100%;
  min-width: 1000px;
  border-top: solid 1px #ddd;
  border-left: solid 1px #ddd;
  font-size: 1.4rem;
}

.tbl table thead tr th {
  padding: 8px 16px;
  background: rgba(68, 170, 153, 0.2);
  border-right: solid 1px #ddd;
  border-bottom: solid 1px #ddd;
  text-align: left;
}

.tbl table thead tr th.center {
  text-align: center;
}

.tbl table thead tr th.right {
  text-align: center;
}

.tbl table tbody tr th {
  padding: 8px 16px;
  border-right: solid 1px #ddd;
  border-bottom: solid 1px #ddd;
  vertical-align: middle;
}

.tbl table tbody tr td {
  padding: 8px 16px;
  vertical-align: middle;
  border-right: solid 1px #ddd;
  border-bottom: solid 1px #ddd;
}

.tbl table tbody tr td.center {
  text-align: center;
}

.tbl table tbody tr td.right {
  text-align: center;
}

.tbl table tbody tr td .tbl-link {
  color: #4a9;
}

.tbl table tbody tr td .tbl-link:hover {
  color: #5c9289;
  text-decoration: underline;
}

.tbl table tbody tr td .tbl-btn {
  display: block;
  width: 100%;
  height: 28px;
  background: #f5f5f5;
  border: solid 1px #ddd;
  border-radius: 2px;
  color: #444;
  font-size: 1.2rem;
  text-align: center;
  line-height: 26px;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  cursor: pointer;
}

.tbl table tbody tr td .tbl-btn:hover {
  background: #999;
  border-color: #999;
  color: #fff;
  text-decoration: none;
}

.tbl table tbody tr td.overtime-alert {
  color: #cb2727;
}

.tbl table tbody tr td .date {
  display: inline-block;
  width: 48px;
}

.tbl table tbody tr td .week {
  font-size: 1.2rem;
}

.tbl table tbody tr td .week--sat {
  color: #2b69be;
}

.tbl table tbody tr td .week--sun, .tbl table tbody tr td .week--holiday {
  color: #cb2727;
}

.tbl table tbody tr:nth-of-type(even) th,
.tbl table tbody tr:nth-of-type(even) td {
  background: #f5f5f5;
}

.tbl table tbody tr.over22 th,
.tbl table tbody tr.over22 td {
  background: rgba(203, 39, 39, 0.2);
}

.tbl table .cell-id {
  width: 80px;
}

.tbl table .cell-date {
  width: 150px;
}

.tbl table .cell-status {
  width: 240px;
}

.tbl table .cell-btn {
  width: 104px;
}

.tbl-head,
.tbl-foot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 40px;
}

.tbl-head__narrow,
.tbl-foot__narrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: auto;
}

.tbl-head__narrow dt,
.tbl-foot__narrow dt {
  margin-right: 12px;
}

.tbl-head__narrow dd,
.tbl-foot__narrow dd {
  width: 200px;
}

.tbl-head__btn,
.tbl-foot__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: auto;
}

.tbl-head__btn a,
.tbl-foot__btn a {
  display: block;
  height: 32px;
  padding: 0 16px;
  background: #fff;
  border: solid 1px #4a9;
  border-radius: 2px;
  color: #4a9;
  font-size: 1.4rem;
  line-height: 30px;
}

.tbl-head__btn a:not(:nth-last-of-type(1)),
.tbl-foot__btn a:not(:nth-last-of-type(1)) {
  margin-right: 12px;
}

.tbl-head__btn a:hover,
.tbl-foot__btn a:hover {
  background: #4a9;
  color: #fff;
}

.tbl-head {
  margin-bottom: 16px;
}

@media screen and (max-width: 960px) {
  .tbl-head {
    margin-bottom: calc( 16px * 0.75);
  }
}

@media screen and (max-width: 640px) {
  .tbl-head {
    margin-bottom: calc( 16px * 0.5);
  }
}

.total__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.total__row:not(:nth-last-of-type(1)) {
  margin-bottom: 16px;
}

@media screen and (max-width: 960px) {
  .total__row:not(:nth-last-of-type(1)) {
    margin-bottom: calc( 16px * 0.75);
  }
}

@media screen and (max-width: 640px) {
  .total__row:not(:nth-last-of-type(1)) {
    margin-bottom: calc( 16px * 0.5);
  }
}

.total__row dt {
  width: 120px;
  height: 32px;
  margin-right: 16px;
  background: #4a9;
  border-radius: 16px;
  color: #fff;
  font-size: 1.4rem;
  text-align: center;
  line-height: 32px;
}

.frame {
  padding: 16px;
  border: solid 1px #ddd;
}

.line {
  border-bottom: solid 1px #ddd;
}

.line.line--dot {
  border-style: dotted;
}

.line.line--mark {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(0%, #ddd));
  background: linear-gradient(transparent 60%, #ddd 0%);
}

.mb-x2 {
  margin-bottom: 16px;
}

@media screen and (max-width: 960px) {
  .mb-x2 {
    margin-bottom: 12px;
  }
}

@media screen and (max-width: 640px) {
  .mb-x2 {
    margin-bottom: 8px;
  }
}

.mr-x2 {
  margin-right: 16px;
}

@media screen and (max-width: 960px) {
  .mr-x2 {
    margin-right: 12px;
  }
}

@media screen and (max-width: 640px) {
  .mr-x2 {
    margin-right: 8px;
  }
}

.ml-x2 {
  margin-left: 16px;
}

@media screen and (max-width: 960px) {
  .ml-x2 {
    margin-left: 12px;
  }
}

@media screen and (max-width: 640px) {
  .ml-x2 {
    margin-left: 8px;
  }
}

.pt-x2 {
  padding-top: 16px;
}

@media screen and (max-width: 960px) {
  .pt-x2 {
    padding-top: 12px;
  }
}

@media screen and (max-width: 640px) {
  .pt-x2 {
    padding-top: 8px;
  }
}

.pb-x2 {
  padding-bottom: 16px;
}

@media screen and (max-width: 960px) {
  .pb-x2 {
    padding-bottom: 12px;
  }
}

@media screen and (max-width: 640px) {
  .pb-x2 {
    padding-bottom: 8px;
  }
}

.pr-x2 {
  padding-right: 16px;
}

@media screen and (max-width: 960px) {
  .pr-x2 {
    padding-right: 12px;
  }
}

@media screen and (max-width: 640px) {
  .pr-x2 {
    padding-right: 8px;
  }
}

.pl-x2 {
  padding-left: 16px;
}

@media screen and (max-width: 960px) {
  .pl-x2 {
    padding-left: 12px;
  }
}

@media screen and (max-width: 640px) {
  .pl-x2 {
    padding-left: 8px;
  }
}

.mb-x3 {
  margin-bottom: 24px;
}

@media screen and (max-width: 960px) {
  .mb-x3 {
    margin-bottom: 18px;
  }
}

@media screen and (max-width: 640px) {
  .mb-x3 {
    margin-bottom: 12px;
  }
}

.mr-x3 {
  margin-right: 24px;
}

@media screen and (max-width: 960px) {
  .mr-x3 {
    margin-right: 18px;
  }
}

@media screen and (max-width: 640px) {
  .mr-x3 {
    margin-right: 12px;
  }
}

.ml-x3 {
  margin-left: 24px;
}

@media screen and (max-width: 960px) {
  .ml-x3 {
    margin-left: 18px;
  }
}

@media screen and (max-width: 640px) {
  .ml-x3 {
    margin-left: 12px;
  }
}

.pt-x3 {
  padding-top: 24px;
}

@media screen and (max-width: 960px) {
  .pt-x3 {
    padding-top: 18px;
  }
}

@media screen and (max-width: 640px) {
  .pt-x3 {
    padding-top: 12px;
  }
}

.pb-x3 {
  padding-bottom: 24px;
}

@media screen and (max-width: 960px) {
  .pb-x3 {
    padding-bottom: 18px;
  }
}

@media screen and (max-width: 640px) {
  .pb-x3 {
    padding-bottom: 12px;
  }
}

.pr-x3 {
  padding-right: 24px;
}

@media screen and (max-width: 960px) {
  .pr-x3 {
    padding-right: 18px;
  }
}

@media screen and (max-width: 640px) {
  .pr-x3 {
    padding-right: 12px;
  }
}

.pl-x3 {
  padding-left: 24px;
}

@media screen and (max-width: 960px) {
  .pl-x3 {
    padding-left: 18px;
  }
}

@media screen and (max-width: 640px) {
  .pl-x3 {
    padding-left: 12px;
  }
}

.mb-x4 {
  margin-bottom: 32px;
}

@media screen and (max-width: 960px) {
  .mb-x4 {
    margin-bottom: 24px;
  }
}

@media screen and (max-width: 640px) {
  .mb-x4 {
    margin-bottom: 16px;
  }
}

.mr-x4 {
  margin-right: 32px;
}

@media screen and (max-width: 960px) {
  .mr-x4 {
    margin-right: 24px;
  }
}

@media screen and (max-width: 640px) {
  .mr-x4 {
    margin-right: 16px;
  }
}

.ml-x4 {
  margin-left: 32px;
}

@media screen and (max-width: 960px) {
  .ml-x4 {
    margin-left: 24px;
  }
}

@media screen and (max-width: 640px) {
  .ml-x4 {
    margin-left: 16px;
  }
}

.pt-x4 {
  padding-top: 32px;
}

@media screen and (max-width: 960px) {
  .pt-x4 {
    padding-top: 24px;
  }
}

@media screen and (max-width: 640px) {
  .pt-x4 {
    padding-top: 16px;
  }
}

.pb-x4 {
  padding-bottom: 32px;
}

@media screen and (max-width: 960px) {
  .pb-x4 {
    padding-bottom: 24px;
  }
}

@media screen and (max-width: 640px) {
  .pb-x4 {
    padding-bottom: 16px;
  }
}

.pr-x4 {
  padding-right: 32px;
}

@media screen and (max-width: 960px) {
  .pr-x4 {
    padding-right: 24px;
  }
}

@media screen and (max-width: 640px) {
  .pr-x4 {
    padding-right: 16px;
  }
}

.pl-x4 {
  padding-left: 32px;
}

@media screen and (max-width: 960px) {
  .pl-x4 {
    padding-left: 24px;
  }
}

@media screen and (max-width: 640px) {
  .pl-x4 {
    padding-left: 16px;
  }
}

.mb-x5 {
  margin-bottom: 40px;
}

@media screen and (max-width: 960px) {
  .mb-x5 {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 640px) {
  .mb-x5 {
    margin-bottom: 20px;
  }
}

.mr-x5 {
  margin-right: 40px;
}

@media screen and (max-width: 960px) {
  .mr-x5 {
    margin-right: 30px;
  }
}

@media screen and (max-width: 640px) {
  .mr-x5 {
    margin-right: 20px;
  }
}

.ml-x5 {
  margin-left: 40px;
}

@media screen and (max-width: 960px) {
  .ml-x5 {
    margin-left: 30px;
  }
}

@media screen and (max-width: 640px) {
  .ml-x5 {
    margin-left: 20px;
  }
}

.pt-x5 {
  padding-top: 40px;
}

@media screen and (max-width: 960px) {
  .pt-x5 {
    padding-top: 30px;
  }
}

@media screen and (max-width: 640px) {
  .pt-x5 {
    padding-top: 20px;
  }
}

.pb-x5 {
  padding-bottom: 40px;
}

@media screen and (max-width: 960px) {
  .pb-x5 {
    padding-bottom: 30px;
  }
}

@media screen and (max-width: 640px) {
  .pb-x5 {
    padding-bottom: 20px;
  }
}

.pr-x5 {
  padding-right: 40px;
}

@media screen and (max-width: 960px) {
  .pr-x5 {
    padding-right: 30px;
  }
}

@media screen and (max-width: 640px) {
  .pr-x5 {
    padding-right: 20px;
  }
}

.pl-x5 {
  padding-left: 40px;
}

@media screen and (max-width: 960px) {
  .pl-x5 {
    padding-left: 30px;
  }
}

@media screen and (max-width: 640px) {
  .pl-x5 {
    padding-left: 20px;
  }
}

.mb-x6 {
  margin-bottom: 48px;
}

@media screen and (max-width: 960px) {
  .mb-x6 {
    margin-bottom: 36px;
  }
}

@media screen and (max-width: 640px) {
  .mb-x6 {
    margin-bottom: 24px;
  }
}

.mr-x6 {
  margin-right: 48px;
}

@media screen and (max-width: 960px) {
  .mr-x6 {
    margin-right: 36px;
  }
}

@media screen and (max-width: 640px) {
  .mr-x6 {
    margin-right: 24px;
  }
}

.ml-x6 {
  margin-left: 48px;
}

@media screen and (max-width: 960px) {
  .ml-x6 {
    margin-left: 36px;
  }
}

@media screen and (max-width: 640px) {
  .ml-x6 {
    margin-left: 24px;
  }
}

.pt-x6 {
  padding-top: 48px;
}

@media screen and (max-width: 960px) {
  .pt-x6 {
    padding-top: 36px;
  }
}

@media screen and (max-width: 640px) {
  .pt-x6 {
    padding-top: 24px;
  }
}

.pb-x6 {
  padding-bottom: 48px;
}

@media screen and (max-width: 960px) {
  .pb-x6 {
    padding-bottom: 36px;
  }
}

@media screen and (max-width: 640px) {
  .pb-x6 {
    padding-bottom: 24px;
  }
}

.pr-x6 {
  padding-right: 48px;
}

@media screen and (max-width: 960px) {
  .pr-x6 {
    padding-right: 36px;
  }
}

@media screen and (max-width: 640px) {
  .pr-x6 {
    padding-right: 24px;
  }
}

.pl-x6 {
  padding-left: 48px;
}

@media screen and (max-width: 960px) {
  .pl-x6 {
    padding-left: 36px;
  }
}

@media screen and (max-width: 640px) {
  .pl-x6 {
    padding-left: 24px;
  }
}

.mb-x7 {
  margin-bottom: 56px;
}

@media screen and (max-width: 960px) {
  .mb-x7 {
    margin-bottom: 42px;
  }
}

@media screen and (max-width: 640px) {
  .mb-x7 {
    margin-bottom: 28px;
  }
}

.mr-x7 {
  margin-right: 56px;
}

@media screen and (max-width: 960px) {
  .mr-x7 {
    margin-right: 42px;
  }
}

@media screen and (max-width: 640px) {
  .mr-x7 {
    margin-right: 28px;
  }
}

.ml-x7 {
  margin-left: 56px;
}

@media screen and (max-width: 960px) {
  .ml-x7 {
    margin-left: 42px;
  }
}

@media screen and (max-width: 640px) {
  .ml-x7 {
    margin-left: 28px;
  }
}

.pt-x7 {
  padding-top: 56px;
}

@media screen and (max-width: 960px) {
  .pt-x7 {
    padding-top: 42px;
  }
}

@media screen and (max-width: 640px) {
  .pt-x7 {
    padding-top: 28px;
  }
}

.pb-x7 {
  padding-bottom: 56px;
}

@media screen and (max-width: 960px) {
  .pb-x7 {
    padding-bottom: 42px;
  }
}

@media screen and (max-width: 640px) {
  .pb-x7 {
    padding-bottom: 28px;
  }
}

.pr-x7 {
  padding-right: 56px;
}

@media screen and (max-width: 960px) {
  .pr-x7 {
    padding-right: 42px;
  }
}

@media screen and (max-width: 640px) {
  .pr-x7 {
    padding-right: 28px;
  }
}

.pl-x7 {
  padding-left: 56px;
}

@media screen and (max-width: 960px) {
  .pl-x7 {
    padding-left: 42px;
  }
}

@media screen and (max-width: 640px) {
  .pl-x7 {
    padding-left: 28px;
  }
}

.mb-x8 {
  margin-bottom: 64px;
}

@media screen and (max-width: 960px) {
  .mb-x8 {
    margin-bottom: 48px;
  }
}

@media screen and (max-width: 640px) {
  .mb-x8 {
    margin-bottom: 32px;
  }
}

.mr-x8 {
  margin-right: 64px;
}

@media screen and (max-width: 960px) {
  .mr-x8 {
    margin-right: 48px;
  }
}

@media screen and (max-width: 640px) {
  .mr-x8 {
    margin-right: 32px;
  }
}

.ml-x8 {
  margin-left: 64px;
}

@media screen and (max-width: 960px) {
  .ml-x8 {
    margin-left: 48px;
  }
}

@media screen and (max-width: 640px) {
  .ml-x8 {
    margin-left: 32px;
  }
}

.pt-x8 {
  padding-top: 64px;
}

@media screen and (max-width: 960px) {
  .pt-x8 {
    padding-top: 48px;
  }
}

@media screen and (max-width: 640px) {
  .pt-x8 {
    padding-top: 32px;
  }
}

.pb-x8 {
  padding-bottom: 64px;
}

@media screen and (max-width: 960px) {
  .pb-x8 {
    padding-bottom: 48px;
  }
}

@media screen and (max-width: 640px) {
  .pb-x8 {
    padding-bottom: 32px;
  }
}

.pr-x8 {
  padding-right: 64px;
}

@media screen and (max-width: 960px) {
  .pr-x8 {
    padding-right: 48px;
  }
}

@media screen and (max-width: 640px) {
  .pr-x8 {
    padding-right: 32px;
  }
}

.pl-x8 {
  padding-left: 64px;
}

@media screen and (max-width: 960px) {
  .pl-x8 {
    padding-left: 48px;
  }
}

@media screen and (max-width: 640px) {
  .pl-x8 {
    padding-left: 32px;
  }
}

.mb-x9 {
  margin-bottom: 72px;
}

@media screen and (max-width: 960px) {
  .mb-x9 {
    margin-bottom: 54px;
  }
}

@media screen and (max-width: 640px) {
  .mb-x9 {
    margin-bottom: 36px;
  }
}

.mr-x9 {
  margin-right: 72px;
}

@media screen and (max-width: 960px) {
  .mr-x9 {
    margin-right: 54px;
  }
}

@media screen and (max-width: 640px) {
  .mr-x9 {
    margin-right: 36px;
  }
}

.ml-x9 {
  margin-left: 72px;
}

@media screen and (max-width: 960px) {
  .ml-x9 {
    margin-left: 54px;
  }
}

@media screen and (max-width: 640px) {
  .ml-x9 {
    margin-left: 36px;
  }
}

.pt-x9 {
  padding-top: 72px;
}

@media screen and (max-width: 960px) {
  .pt-x9 {
    padding-top: 54px;
  }
}

@media screen and (max-width: 640px) {
  .pt-x9 {
    padding-top: 36px;
  }
}

.pb-x9 {
  padding-bottom: 72px;
}

@media screen and (max-width: 960px) {
  .pb-x9 {
    padding-bottom: 54px;
  }
}

@media screen and (max-width: 640px) {
  .pb-x9 {
    padding-bottom: 36px;
  }
}

.pr-x9 {
  padding-right: 72px;
}

@media screen and (max-width: 960px) {
  .pr-x9 {
    padding-right: 54px;
  }
}

@media screen and (max-width: 640px) {
  .pr-x9 {
    padding-right: 36px;
  }
}

.pl-x9 {
  padding-left: 72px;
}

@media screen and (max-width: 960px) {
  .pl-x9 {
    padding-left: 54px;
  }
}

@media screen and (max-width: 640px) {
  .pl-x9 {
    padding-left: 36px;
  }
}

.mb-x10 {
  margin-bottom: 80px;
}

@media screen and (max-width: 960px) {
  .mb-x10 {
    margin-bottom: 60px;
  }
}

@media screen and (max-width: 640px) {
  .mb-x10 {
    margin-bottom: 40px;
  }
}

.mr-x10 {
  margin-right: 80px;
}

@media screen and (max-width: 960px) {
  .mr-x10 {
    margin-right: 60px;
  }
}

@media screen and (max-width: 640px) {
  .mr-x10 {
    margin-right: 40px;
  }
}

.ml-x10 {
  margin-left: 80px;
}

@media screen and (max-width: 960px) {
  .ml-x10 {
    margin-left: 60px;
  }
}

@media screen and (max-width: 640px) {
  .ml-x10 {
    margin-left: 40px;
  }
}

.pt-x10 {
  padding-top: 80px;
}

@media screen and (max-width: 960px) {
  .pt-x10 {
    padding-top: 60px;
  }
}

@media screen and (max-width: 640px) {
  .pt-x10 {
    padding-top: 40px;
  }
}

.pb-x10 {
  padding-bottom: 80px;
}

@media screen and (max-width: 960px) {
  .pb-x10 {
    padding-bottom: 60px;
  }
}

@media screen and (max-width: 640px) {
  .pb-x10 {
    padding-bottom: 40px;
  }
}

.pr-x10 {
  padding-right: 80px;
}

@media screen and (max-width: 960px) {
  .pr-x10 {
    padding-right: 60px;
  }
}

@media screen and (max-width: 640px) {
  .pr-x10 {
    padding-right: 40px;
  }
}

.pl-x10 {
  padding-left: 80px;
}

@media screen and (max-width: 960px) {
  .pl-x10 {
    padding-left: 60px;
  }
}

@media screen and (max-width: 640px) {
  .pl-x10 {
    padding-left: 40px;
  }
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.pagination > li {
  margin: 0 8px 0;
}

.header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: fixed;
  width: 100%;
  height: 48px;
  padding: 0 16px;
  background: #4a9;
}

.header .header-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header .header-logo__mark {
  display: block;
  width: 20px;
  height: 20px;
  margin-right: 8px;
  padding: 4px;
  border-radius: 10px;
  background: #fff;
}

.header .header-logo a {
  color: #fff;
  font-size: 1.4rem;
}

.header .header-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: auto;
}

.header .header-menu .header-menu-name {
  position: relative;
  margin-right: 24px;
  padding-right: 24px;
  color: #fff;
  font-size: 1.2rem;
}

.header .header-menu .header-menu-name::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: 16px;
  background: #fff;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.header .header-menu .header-menu-name__admin {
  margin-right: 8px;
  padding: 2px 8px;
  background: #fff;
  border-radius: 2px;
  color: #44aa99;
}

.header .header-menu .header-menu-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header .header-menu .header-menu-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header .header-menu .header-menu-list__item:not(:nth-last-of-type(1)) {
  margin-right: 24px;
}

.header .header-menu .header-menu-list__item a {
  color: #fff;
  font-size: 1.2rem;
}

.header .header-menu .header-menu-list__item a:hover {
  opacity: 0.8;
}

.header .header-menu .header-menu-list__item .ico-clock,
.header .header-menu .header-menu-list__item .ico-logout {
  width: 20px;
  height: 20px;
  margin-right: 6px;
  fill: #fff;
}

.footer .copy {
  font-size: 1.2rem;
  text-align: center;
}

.footer .powered-by {
  display: inline-block;
  width: 45px;
  height: 10px;
  vertical-align: baseline;
}

.form-field {
  padding: 24px;
  border: solid 1px #ddd;
  border-radius: 2px;
}

.form-field__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 16px;
  padding-bottom: 16px;
  border-bottom: dashed 1px #ddd;
}

@media screen and (max-width: 960px) {
  .form-field__row {
    margin-bottom: calc( 16px * 0.75);
  }
}

@media screen and (max-width: 640px) {
  .form-field__row {
    margin-bottom: calc( 16px * 0.5);
  }
}

@media screen and (max-width: 960px) {
  .form-field__row {
    padding-bottom: calc( 16px * 0.75);
  }
}

@media screen and (max-width: 640px) {
  .form-field__row {
    padding-bottom: calc( 16px * 0.5);
  }
}

.form-field__row:nth-last-of-type(1) {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.form-field__row dt {
  width: 240px;
}

.form-field__row dd {
  width: calc(100% - 264px);
}

.form-field--half {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.form-field--half .form-field__row {
  width: calc(50% - 16px);
}

.form-field--half .form-field__row:nth-of-type(odd) {
  margin-right: 32px;
}

.form-field--half .form-field__row:nth-last-of-type(-n+2) {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.form-btn, .search-form-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.form-btn a, .search-form-btn a,
.form-btn button,
.search-form-btn button {
  width: 100%;
  max-width: 300px;
  height: 40px;
  margin: 0 12px;
  background: #999;
  border-radius: 2px;
  color: #fff;
  font-size: 1.4rem;
  text-align: center;
  line-height: 40px;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  cursor: pointer;
}

.form-btn a:hover, .search-form-btn a:hover,
.form-btn button:hover,
.search-form-btn button:hover {
  background: #4a9;
}

.search-form-field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 24px;
  padding: 24px;
  border: solid 1px #ddd;
  border-radius: 2px;
}

@media screen and (max-width: 960px) {
  .search-form-field {
    margin-bottom: calc( 24px * 0.75);
  }
}

@media screen and (max-width: 640px) {
  .search-form-field {
    margin-bottom: calc( 24px * 0.5);
  }
}

.search-form-field__type {
  width: 180px;
  margin-right: 20px;
}

.search-form-field__keyword {
  width: calc(100% - 200px);
}

.search-form-field dt {
  margin-bottom: 4px;
}

input,
select,
textarea {
  display: block;
  width: 100%;
  max-width: 480px;
  height: 40px;
  padding: 0 16px;
  background: #eee;
  border-radius: 2px;
  font-size: 1.4rem;
  font-family: "Inter", "Noto Sans JP", "游ゴシック体", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 40px;
}

input.timedetailpicker,
select {
  background: url("/img/common/select.svg") right 16px center/12px 8px no-repeat #eee;
  cursor: pointer;
}

textarea {
  overflow: auto;
  height: 200px;
  padding: 10px;
  line-height: 1.8;
}

input[type="checkbox"] {
  display: none;
}

input[type="checkbox"] + span {
  display: inline-block;
  position: relative;
  padding-left: 32px;
  cursor: pointer;
}

@media screen and (max-width: 640px) {
  input[type="checkbox"] + span {
    padding-left: 20px;
  }
}

@media screen and (max-width: 480px) {
  input[type="checkbox"] + span {
    font-size: 1.4rem;
  }
}

input[type="checkbox"] + span::before {
  display: inline-block;
  position: absolute;
  top: calc(50% - 12px);
  left: 0;
  content: '';
  width: 24px;
  height: 24px;
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid #ddd;
}

@media screen and (max-width: 640px) {
  input[type="checkbox"] + span::before {
    top: calc(50% - 8px);
    width: 16px;
    height: 16px;
  }
}

input[type=checkbox]:checked + span::before {
  content: '\2713';
  font-size: 1.6rem;
  line-height: 20px;
  padding-left: 4px;
  color: #fff;
  background-color: #4a9;
}

@media screen and (max-width: 640px) {
  input[type=checkbox]:checked + span::before {
    font-size: 1.2rem;
    line-height: 16px;
    padding-left: 3px;
  }
}

@media screen and (max-width: 480px) {
  input[type=checkbox]:checked + span::before {
    line-height: 14px;
  }
}

input[type=checkbox]:disabled + span {
  color: #999;
  cursor: auto;
}

input[type=checkbox]:disabled + span::before {
  content: '';
  background-color: #f5f5f5;
}

.must {
  color: #cb2727;
  font-size: 1.4rem;
}

.radio label {
  cursor: pointer;
}

.radio label:not(:nth-last-of-type(1)) {
  margin-right: 16px;
}

.radio label input[type="radio"] {
  display: none;
}

.radio label .radio-label {
  display: inline-block;
  position: relative;
  padding-left: 32px;
}

.radio label .radio-label::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 24px;
  height: 24px;
  background: #f5f5f5;
  border: 1px solid #ddd;
  border-radius: 12px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.radio label .radio-label::after {
  display: none;
  content: '';
  position: absolute;
  top: 50%;
  left: 4px;
  z-index: 1;
  width: 16px;
  height: 16px;
  background: #4a9;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.radio label input:checked + .radio-label::before {
  border: #444;
}

.radio label input:checked + .radio-label::after {
  display: block;
}

.send {
  display: block;
  height: 56px;
  border: solid 1px #ddd;
  text-align: center;
  line-height: 54px;
  -webkit-transition: .3s ease-out;
  transition: .3s ease-out;
  cursor: pointer;
}

.send::before {
  content: '送信';
}

.send input[type="submit"] {
  display: none;
}

.wpcf7 form.sent .wpcf7-response-output,
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.spam .wpcf7-response-output,
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
  padding: 30px;
  border: 1px solid #ddd;
  font-size: 1.4rem;
  text-align: center;
}

.screen-reader-response {
  display: none;
}

.wpcf7-not-valid-tip {
  color: #cb2727;
  font-size: 1.4rem;
}

.wpcf7 .wpcf7-not-valid {
  background: #ddd;
}

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

.notfound-list {
  max-width: 600px;
  margin: 0 auto;
  padding: 24px;
  background: #f5f5f5;
  border-radius: 4px;
}

.notfound-list__item {
  margin-left: 1em;
  font-size: 1.2rem;
  text-indent: -1em;
}

.notfound-list__item::before {
  content: '・';
}

/*# sourceMappingURL=../../maps/common/main.css.map */
