@charset "UTF-8";

/*
/* messageTop (DEV-532 追加）
/*
----------------------------------------------------------------- */
.messageTop {
  width: 49.9%;
}

.messageTop__header {
  background-color: #f1f1f1;
  padding: 9px 16px;
}

.messageTop__item {
  position: relative;
  padding: 16px;
  border-top: 1px #eeeeee solid;
}

.messageTop__item:first-child {
  border-top: none;
}

.messageTop__item__title {
  font-weight: bold;
  font-size: 15px;
  margin-bottom: 5px;
  padding-right: 90px;
  /* color: #333; */
  color: #ff5959;
}

@media screen and (max-width: 767px) {
  .messageTop__item__title {
    padding-right: 0;
  }
}

.messageTop__item__title.-red {
  color: #ff5959;
}

.messageTop__item__date {
  color: #ff5959;
  font-size: 11px;
  font-weight: bold;
  position: absolute;
  top: 18px;
  right: 18px;
}

@media screen and (max-width: 767px) {
  .messageTop__item__date {
    position: static;
    margin-bottom: 5px;
  }
}

.messageTop__item__desc {
  font-size: 1.2rem;
  padding-left: 10px;
}

.messageTop__link {
  font-size: 1.2rem;
  padding: 10px 0 0 20px;
}

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */

#oneWordMessage {
  bottom: 30px;
  right: 5px;
  padding: 10px;
  width: auto;
  height: 10%;
}

/* 吹き出し本体 */
#oneWordMessage {
  position: fixed;
  bottom: 70px;
  padding: 15px;
  border-radius: 25px;
  color: #ffffff;
  background-color: #0888ff;
  width: 30%;
  height: auto;
  margin-right: 110px; /* 右に余白を設ける */
}

/* 三角アイコン */
#oneWordMessage::before {
  content: "";
  position: absolute;
  display: block;
  right: -30px;
  border-left: 45px solid #0888ff;
  border-top: 35px solid transparent;
  z-index: 2;
}

/* 画像 - 絶対配置で右上に配置 */
.oneWordMessage_icon {
  position: fixed;
  bottom: 30px;
  right: 5px;
  padding: 10px;
  z-index: 1;
}

#oneWordMessage .parent {
  position: relative;
  height: 50px;
}

#oneWordMessage span {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* ----------------------------------------------------------------- */
/*
/* Mixin
/*
----------------------------------------------------------------- */
/*
/* Reset
/*
----------------------------------------------------------------- */
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,
icenter,
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: inherit;
  vertical-align: baseline;
}

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

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;
}

img {
  line-height: 0;
  vertical-align: bottom;
}

@font-face {
  font-family: "icon";
  src: url("../fonts/icon.eot");
  src: url("../fonts/icon.eot?#iefix") format("eot"),
    url("../fonts/icon.woff") format("woff"),
    url("../fonts/icon.ttf") format("truetype"),
    url("../fonts/icon.svg#icon") format("svg");
  font-weight: normal;
  font-style: normal;
}

.icon {
  display: inline-block;
  font-family: "icon";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-lg {
  font-size: 1.3333333333333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.icon-2x {
  font-size: 2em;
}

.icon-3x {
  font-size: 3em;
}

.icon-4x {
  font-size: 4em;
}

.icon-5x {
  font-size: 5em;
}

.icon-fw {
  width: 1.2857142857142858em;
  text-align: center;
}

.icon-account:before {
  content: "\EA01";
}

.icon-add:before {
  content: "\EA02";
}

.icon-arrow-left:before {
  content: "\EA03";
}

.icon-arrow-right:before {
  content: "\EA04";
}

.icon-arrow:before {
  content: "\EA05";
}

.icon-calendar:before {
  content: "\EA06";
}

.icon-camera:before {
  content: "\EA07";
}

.icon-check:before {
  content: "\EA08";
}

.icon-close:before {
  content: "\EA09";
}

.icon-delete:before {
  content: "\EA0A";
}

.icon-drop-up:before {
  content: "\EA0B";
}

.icon-drop:before {
  content: "\EA0C";
}

.icon-error:before {
  content: "\EA0D";
}

.icon-help:before {
  content: "\EA0E";
}

.icon-logout:before {
  content: "\EA0F";
}

.icon-pagetop:before {
  content: "\EA10";
}

.icon-up:before {
  content: "\EA11";
}

/*
/* Base
/*
----------------------------------------------------------------- */
html {
  font-size: 62.5%;
  background: #fff;
}

body {
  font-family: "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, "メイリオ",
    Meiryo, sans-serif;
  color: #555555;
  font-size: 1.4rem;
  -webkit-text-size-adjust: 100%;
}

@media screen and (max-width: 767px) {
  img {
    max-width: 100%;
    height: auto;
  }
}

/* 英数字フォントをArialからメイリオに変更 */
input {
  font-family: inherit;
  font-size: 100%;
}

/*表のレイアウト崩れを避けるため、table内のinputタグの数字はAriaのまま*/
table input {
  font-family: "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial,
    "メイリオ", Meiryo, sans-serif;
}

a:link {
  color: #166ac7;
}

a:visited {
  color: #166ac7;
}

html.no-touch a:hover {
  text-decoration: none;
}

.main,
.page-footer__inner,
.page-header__inner,
.site-header__inner {
  max-width: 976px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 24px;
  padding-left: 24px;
}

/*
/* Footer
/*
----------------------------------------------------------------- */
/*
/* Header
/*
----------------------------------------------------------------- */
.nav__global {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 767px) {
  .nav__global {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 100;
    display: block;
    width: 100%;
    height: 100vh;
    padding: 30px 20px 20px;
    opacity: 0;
    visibility: hidden;
    background: rgba(0, 0, 0, 0.9);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-transition: opacity 1s ease,
 visibility 1s ease;
    transition: opacity 1s ease,
 visibility 1s ease;
  }
}

.nav__btn {
  position: absolute;
  top: 60px;
  right: 0;
  z-index: 20;
  width: 66px;
  height: 66px;
  z-index: 101;
  margin: 0;
  padding: 0;
  border: none;
  background: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}

.nav__btn:before,
.nav__btn:after {
  position: relative;
  top: 0;
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-transition: top 0.3s ease,
 background-color 0.3s ease 0.3s,
 -webkit-transform 0.3s ease,
 -webkit-box-shadow 0.3s ease 0.3s;
  transition: top 0.3s ease,
 background-color 0.3s ease 0.3s,
 -webkit-transform 0.3s ease,
 -webkit-box-shadow 0.3s ease 0.3s;
  transition: transform 0.3s ease,
 top 0.3s ease,
 box-shadow 0.3s ease 0.3s,
 background-color 0.3s ease 0.3s;
  transition: transform 0.3s ease,
 top 0.3s ease,
 box-shadow 0.3s ease 0.3s,
 background-color 0.3s ease 0.3s,
 -webkit-transform 0.3s ease,
 -webkit-box-shadow 0.3s ease 0.3s;
}

.nav__btn:before {
  content: "";
  display: block;
  margin: 0 auto 0;
  width: 27px;
  height: 1px;
  background: #fff;
  -webkit-box-shadow: 0 8px 0 #fff;
  box-shadow: 0 8px 0 #fff;
}

.nav__btn:after {
  content: "";
  display: block;
  margin: 15px auto 0 auto;
  width: 27px;
  height: 1px;
  background: #fff;
}

.nav__btn:focus {
  outline: none;
}

.nav__btn__wrapper {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 200;
  height: 100vh;
  width: 66px;
  background: #1d1d20;
}

@media screen and (max-width: 767px) {
  .nav__btn__wrapper {
    height: auto;
    width: auto;
    background: none;
  }
}

.nav__btn--active:before, .nav__btn--active:after {
  -webkit-transition: top 0.3s ease 0.3s,
 background-color 0.3s ease,
 -webkit-transform 0.3s ease 0.3s,
 -webkit-box-shadow 0.3s ease;
  transition: top 0.3s ease 0.3s,
 background-color 0.3s ease,
 -webkit-transform 0.3s ease 0.3s,
 -webkit-box-shadow 0.3s ease;
  transition: transform 0.3s ease 0.3s,
 top 0.3s ease 0.3s,
 box-shadow 0.3s ease,
 background-color 0.3s ease;
  transition: transform 0.3s ease 0.3s,
 top 0.3s ease 0.3s,
 box-shadow 0.3s ease,
 background-color 0.3s ease,
 -webkit-transform 0.3s ease 0.3s,
 -webkit-box-shadow 0.3s ease;
}

.nav__btn--active:before {
  top: 8px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-box-shadow: 10px 8px 0 transparent;
  box-shadow: 10px 8px 0 transparent;
  background: #fff;
}

.nav__btn--active:after {
  top: -7px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  background: #fff;
}

.nav--active {
  visibility: visible;
  opacity: 1;
  z-index: 100;
  -webkit-transition: opacity 0.4s ease,
 visibility 0.4s ease;
  transition: opacity 0.4s ease,
 visibility 0.4s ease;
}

.nav--active .nav__btn:before, .nav--active .nav__btn:after {
  -webkit-transition: top 0.3s ease,
 -webkit-transform 0.3s ease;
  transition: top 0.3s ease,
 -webkit-transform 0.3s ease;
  transition: transform 0.3s ease,
 top 0.3s ease;
  transition: transform 0.3s ease,
 top 0.3s ease,
 -webkit-transform 0.3s ease;
}

.nav--active .nav__btn:before {
  top: 5px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-box-shadow: 0 0 0 0 #0f65aa;
  box-shadow: 0 0 0 0 #0f65aa;
  background: #fff;
}

.nav--active .nav__btn:after {
  top: -5px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  background: #fff;
}

/*
/* Main
/*
----------------------------------------------------------------- */
body,
html {
  position: relative;
  overflow-x: hidden;
}

.container {
  padding-bottom: 104px;
  background: #e6f7ff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
  min-height: 100vh;
}

.container_overwrite_for_esthetic {
  background: #fffae0;
}

.main {
  display: block;
}

@media screen and (max-width: 767px) {
  .main {
    padding-right: 8px;
    padding-left: 8px;
  }
}

/*
/* Agree Box
/*
----------------------------------------------------------------- */
.agree-box__lead {
  color: #ff0000;
  font-size: 1.4rem;
}

.agree-box__desc {
  margin-top: 1em;
  font-size: 1.2rem;
}

.agree-box__desc:first-child {
  margin-top: 0;
}

.agree-box__content {
  overflow-y: scroll;
  margin-top: 24px;
  height: 220px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 16px 24px 16px 16px;
  background: #f0f3f5;
  border-radius: 4px;
}

@media screen and (max-width: 767px) {
  .agree-box__content {
    margin-top: 16px;
    padding: 8px 18px 8px 8px;
  }
}

.agree-box__check {
  width: 100%;
  margin-top: 16px;
  margin-bottom: 16px;
  border: 1px #cccccc solid;
  border-radius: 4px;
  padding: 6px 16px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .agree-box__check {
    margin-top: 8px;
    margin-bottom: 8px;
    padding: 8px;
  }
}

/*
/* Agree Box
/*
----------------------------------------------------------------- */
.agree-box__content {
  height: 480px;
}

.agree-box__area {
  margin-top: 2em;
}

.agree-box__area:first-child {
  margin-top: 0;
}

.agree-box__head {
  font-size: 1.4rem;
  font-weight: bold;
  text-indent: -1em;
  padding-left: 1em;
  color: #000000;
}

.agree-box__head.-pink {
  color: #e4007f;
}

.agree-box__head span.-pink {
  color: #e4007f;
}

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

.agree-box__head.-frame {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0.3em 0;
  border: solid 1px #ec008c;
  background-color: #fad5e5;
  padding: 0.3em 1em 0.3em 2em;
  text-indent: -1.3em;
}

.agree-box__head.-frame.-gray-style {
  border: solid 1px;
  background-color: #d1d2d4;
}

.agree-box__desc {
  margin-top: auto;
  font-size: 1.2rem;
  color: #000000;
}

.agree-box__desc.-pink {
  color: #e4007f;
}

.agree-box__desc.-margin-top {
  margin-top: 0.5em;
}

.agree-box__desc span.-bold {
  font-weight: bold;
  vertical-align: middle;
}

.agree-box__desc span.-pink {
  color: #e4007f;
}

.agree-box__desc-block {
  margin-top: 1em;
}

.agree-box__desc-block.pink-frame {
  margin-top: 1.3em;
  margin-bottom: 0.3em;
  border: solid 1px #e4007f;
  padding: 0.3em 0.5em;
}

.agree-box__desc-block.pink-frame p {
  color: #e4007f;
}

.agree-box__desc-block.pink-frame li {
  color: #e4007f;
}

.agree-box__desc-block.pink-frame.-next {
  margin-top: 0.3em;
}

.agree-box__desc-block.pink-frame.-child {
  margin-right: 1em;
}

.agree-box__img {
  margin: 1em;
  text-align: center;
}

ul.agree-box__list > li {
  position: relative;
  padding-left: 1.2em;
  font-size: 1.2rem;
  padding-top: 0.2em;
  color: #000000;
}

ul.agree-box__list.-pink > li {
  color: #e4007f;
}

ul.agree-box__list > li:before {
  position: absolute;
  left: 0;
}

ul.agree-box__list > li.pink-frame {
  margin: 0.3em 0;
  outline: solid 1px #e4007f;
  outline-offset: 0.3em;
  color: #e4007f;
}

ul.agree-box__list.-dot > li:before {
  content: "・";
}

ul.agree-box__list.-circle > li:before {
  content: "○";
}

ul.agree-box__list.-dot-num > li:nth-child(1):before {
  content: "1.";
}

ul.agree-box__list.-dot-num > li:nth-child(2):before {
  content: "2.";
}

ul.agree-box__list.-dot-num > li:nth-child(3):before {
  content: "3.";
}

ul.agree-box__list.-dot-num > li:nth-child(4):before {
  content: "4.";
}

ul.agree-box__list.-dot-num > li:nth-child(5):before {
  content: "5.";
}

ul.agree-box__list.-dot-num > li:nth-child(6):before {
  content: "6.";
}

ul.agree-box__list.-circle-num > li:nth-child(1):before {
  content: "①";
}

ul.agree-box__list.-circle-num > li:nth-child(2):before {
  content: "②";
}

ul.agree-box__list.-circle-num > li:nth-child(3):before {
  content: "③";
}

ul.agree-box__list.-circle-num > li:nth-child(4):before {
  content: "④";
}

ul.agree-box__list.-circle-num > li:nth-child(5):before {
  content: "⑤";
}

ul.agree-box__list.-circle-num > li:nth-child(6):before {
  content: "⑥";
}

ul.agree-box__list.-circle-num > li:nth-child(7):before {
  content: "⑦";
}

ul.agree-box__list.-rome-num > li {
  padding-left: 2em;
}

ul.agree-box__list.-rome-num > li:nth-child(1):before {
  content: "(ⅰ)";
}

ul.agree-box__list.-rome-num > li:nth-child(2):before {
  content: "(ⅱ)";
}

ul.agree-box__list.-rome-num > li:nth-child(3):before {
  content: "(ⅲ)";
}

ul.agree-box__list.-paren-num > li {
  padding-left: 2em;
}

ul.agree-box__list.-paren-num > li:nth-child(1):before {
  content: "(1)";
}

ul.agree-box__list.-paren-num > li:nth-child(2):before {
  content: "(2)";
}

ul.agree-box__list.-paren-num > li:nth-child(3):before {
  content: "(3)";
}

ul.agree-box__list.-paren-num > li:nth-child(4):before {
  content: "(4)";
}

ul.agree-box__list.-paren-num > li:nth-child(5):before {
  content: "(5)";
}

ul.agree-box__list.-paren-num > li:nth-child(6):before {
  content: "(6)";
}

ul.agree-box__list.-paren-num > li:nth-child(7):before {
  content: "(7)";
}

ul.agree-box__list.-paren-num > li:nth-child(8):before {
  content: "(8)";
}

ul.agree-box__list.-paren-num > li:nth-child(9):before {
  content: "(9)";
}

ul.agree-box__list.-paren-num > li:nth-child(10):before {
  content: "(10)";
}

ul.agree-box__list.-alpha-num > li {
  padding-left: 2em;
}

ul.agree-box__list.-alpha-num > li:nth-child(1):before {
  content: "(a)";
}

ul.agree-box__list.-alpha-num > li:nth-child(2):before {
  content: "(b)";
}

ul.agree-box__list.-alpha-num > li:nth-child(3):before {
  content: "(c)";
}

ul.agree-box__list.-alpha-num > li:nth-child(4):before {
  content: "(d)";
}

ul.agree-box__list.-aster-num > li {
  padding-left: 2em;
}

ul.agree-box__list.-aster-num > li:nth-child(1):before {
  content: "＊1.";
}

ul.agree-box__list.-aster-num > li:nth-child(2):before {
  content: "＊2.";
}

ul.agree-box__list.-aster-num > li:nth-child(3):before {
  content: "＊3.";
}

ul.agree-box__list.-aster-num > li:nth-child(4):before {
  content: "＊4.";
}

ul.agree-box__list.-aster-num > li:nth-child(5):before {
  content: "＊5.";
}

ul.agree-box__list.-aster-num > li:nth-child(6):before {
  content: "＊6.";
}

.agree-box__table {
  border-collapse: collapse;
  margin: 0.5em 0;
}

.agree-box__table th,
.agree-box__table td {
  border: solid 1px;
  padding: 0.3em 0.5em;
}

x .agree-box__table th,
td.-center {
  text-align: center;
}

.sc, .sc--init {
  -webkit-transition: opacity 1s ease,
 -webkit-transform 1s ease;
  transition: opacity 1s ease,
 -webkit-transform 1s ease;
  transition: transform 1s ease,
 opacity 1s ease;
  transition: transform 1s ease,
 opacity 1s ease,
 -webkit-transform 1s ease;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  opacity: 0;
}

.sc--init {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

/*
/* bar
/*
----------------------------------------------------------------- */
.bar {
  width: 240px;
}

@media screen and (max-width: 767px) {
  .bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    width: 100%;
    border-top: 1px #eee solid;
    padding: 6px 24px 6px;
    margin: 0 -24px;
  }
}

.bar__lead {
  color: #777;
  font-size: 1.2rem;
}

.bar__num {
  color: #166ac7;
  font-size: 1.6rem;
  font-weight: bold;
  margin-right: 6px;
}

@media screen and (max-width: 767px) {
  .bar__num {
    font-size: 1.4rem;
    margin-right: 0;
    margin-left: 16px;
  }
}

.bar__linear {
  position: relative;
  width: 100%;
  height: 8px;
  background: rgba(0, 0, 0, 0.1);
  margin-top: 8px;
  border-radius: 4px;
}

@media screen and (max-width: 767px) {
  .bar__linear {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: 100%;
  }
}

.bar__linear::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 8px;
  border-radius: 4px;
  background: #166ac7;
}

.bar__linear.-per-0::after {
  width: 0%;
}

.bar__linear.-per-10::after {
  width: 10%;
}

.bar__linear.-per-20::after {
  width: 20%;
}

.bar__linear.-per-30::after {
  width: 30%;
}

.bar__linear.-per-40::after {
  width: 40%;
}

.bar__linear.-per-50::after {
  width: 50%;
}

.bar__linear.-per-60::after {
  width: 60%;
}

.bar__linear.-per-70::after {
  width: 70%;
}

.bar__linear.-per-80::after {
  width: 80%;
}

.bar__linear.-per-90::after {
  width: 90%;
}

.bar__linear.-per-100::after {
  width: 100%;
}

/*
/* Box
/*
----------------------------------------------------------------- */
.box-answer {
  background-color: #f7f7f7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 4px 8px;
  margin-bottom: 32px;
}

.box-answer__col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding: 10px 16px 10px 0;
  border-top: 1px solid #ccc;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.box-answer__col:nth-child(1),
.box-answer__col:nth-child(2) {
  border-top: none;
}

.box-answer__header {
  font-weight: bold;
  width: 100px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.box-answer__body {
  word-break: break-all;
}

/*
/* Box
/*
----------------------------------------------------------------- */
.box-payoff {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 750px;
}

.box-payoff__col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 1.4rem;
  color: #555;
  padding-top: 2px;
  padding-bottom: 2px;
}

.box-payoff__col.-title {
  font-size: 1.6rem;
  font-weight: bold;
  width: 100%;
  margin-bottom: 8px;
}

.box-payoff__header {
  width: 100px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.box-payoff__body::before {
  content: "：";
}

/*
/* Box
/*
----------------------------------------------------------------- */
.box-wrapper {
  max-width: 1340px;
  margin: 0 auto;
  padding: 0 24px;
}

/*
/* Box
/*
----------------------------------------------------------------- */
.box {
  margin-top: 24px;
  background: #fff;
  -webkit-box-shadow: 1px 2px 2px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 1px 2px 2px 0 rgba(0, 0, 0, 0.05);
  border-radius: 4px;
  padding: 24px;
}

.box + .box,
.box + .toggle-box .box {
  margin-top: 8px;
}

.box.-sm {
  max-width: 500px;
  margin-right: auto;
  margin-left: auto;
  padding: 48px;
}

.box.-relative {
  position: relative;
}

.box.-transparent {
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 0;
}

@media screen and (max-width: 767px) {
  .box.-transparent {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.box.-delpad {
  max-width: 1340px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 767px) {
  .box.-sp-full {
    padding-left: 8px;
    padding-right: 8px;
  }
}

.box.-fit {
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 0;
}

.box.-mt {
  margin-top: 24px;
}

@media screen and (max-width: 767px) {
  .box.-mt {
    margin-top: 8px;
  }
}

.box__body:first-child {
  margin-top: -28px;
}

@media screen and (max-width: 767px) {
  .box {
    padding: 16px 8px;
  }
}

.box__figure {
  overflow: hidden;
  -webkit-box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.25);
  box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.25);
  border-radius: 6px;
}

.box__figure img {
  width: 100%;
}

.box__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 48px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 10px;
  font-size: 1.4rem;
}

.box__text.-sm {
  height: 30px;
}

.box__text.-md {
  height: 36px;
}

.box__text.-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.box__text.-bold {
  font-weight: bold;
}

.box__age {
  font-size: 1.8rem;
  font-weight: bold;
  margin-right: 4px;
}

.box__unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 48px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 1.4rem;
}

.box__error {
  color: #fff;
  font-weight: bold;
}

.box__label {
  margin-top: 20px;
  margin-bottom: 5px;
}

.box__notes {
  margin-top: -1.6em;
  margin-bottom: 0.2em;
  font-size: 1.2rem;
}

@media screen and (max-width: 767px) {
  .box__notes {
    margin-top: 10px;
    margin-bottom: 5px;
  }
}

.box__desc {
  font-size: 1.2rem;
  padding-bottom: 8px;
}

.box__desc.-md {
  font-size: 1.4rem;
  padding-bottom: 4px;
}

.box.-error {
  background: #ff5959;
  padding: 10px 16px;
}

.box.-modal {
  position: relative;
  background: #166ac7;
  padding: 15px 16px;
  opacity: 0;
  height: 51px;
  visibility: hidden;
  -webkit-transition: opacity .3s ease,
 visibility .3s ease;
  transition: opacity .3s ease,
 visibility .3s ease;
}

.box.-modal.-visible {
  opacity: 1;
  visibility: visible;
  z-index: 10;
}

.box.-fixed {
  position: fixed;
  bottom: 105px;
  left: 48px;
  right: 48px;
  width: calc(100% - 88px);
  max-width: 920px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .box.-fixed {
    bottom: 73px;
    left: 16px;
    right: 16px;
  }
}

.box__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 32px;
}

.box__footer.-r {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.box__close {
  position: absolute;
  right: 8px;
  top: 8px;
}

/*
/* Button
/*
----------------------------------------------------------------- */
.btn {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  text-align: center;
  min-width: 96px;
  height: 48px;
  color: #fff;
  font-size: 1.4rem;
  -webkit-box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.05);
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#c8e9ff),
    color-stop(50%, #7ab2f0),
    color-stop(50%, #4b90bf),
    to(#3d87d9)
  );
  background-image: linear-gradient(
    -180deg,
    #c8e9ff 0%,
    #7ab2f0 50%,
    #4b90bf 50%,
    #3d87d9 100%
  );
  border: none;
  border-radius: 24px;
  padding-right: 18px;
  padding-left: 18px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1;
  cursor: pointer;
}

.btn:link,
.btn:visited {
  text-decoration: none;
  color: #fff;
}

.btn:focus {
  outline: none;
}

html.no-touch .btn:hover {
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#4b90bf),
    color-stop(50%, #3d87d9),
    color-stop(50%, #4899f0),
    to(#94d4ff)
  );
  background-image: linear-gradient(
    -180deg,
    #4b90bf 0%,
    #3d87d9 50%,
    #4899f0 50%,
    #94d4ff 100%
  );
}

a.btn {
  line-height: 48px;
}

a.btn.-md {
  line-height: 36px;
}

a.btn.-xs {
  line-height: 32px;
}

.btn.-w96 {
  width: 96px;
  padding: 0;
}

.btn.-w138 {
  width: 138px;
  padding: 0;
}

.btn.-w144 {
  width: 144px;
  padding: 0;
}

.btn.-no-pd {
  padding: 0;
}

@media screen and (max-width: 767px) {
  .btn.-sp-no-pd {
    padding: 0;
  }
}

.btn.-red-gradient {
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#f7adad),
    color-stop(50%, #f78b8b),
    color-stop(50%, #f75c5c),
    to(#de7e7e)
  );
  background-image: linear-gradient(
    -180deg,
    #f7adad 0%,
    #f78b8b 50%,
    #f75c5c 50%,
    #de7e7e 100%
  );
}

html.no-touch .btn.-red-gradient:hover {
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#de7e7e),
    color-stop(50%, #f75c5c),
    color-stop(50%, #f77272),
    to(#f79494)
  );
  background-image: linear-gradient(
    -180deg,
    #de7e7e 0%,
    #f75c5c 50%,
    #f77272 50%,
    #f79494 100%
  );
}

html[class*="touch"] .btn.-red-gradient:disabled {
  background-color: #cccccc;
}

.btn.-login {
  min-width: 140px;
}

.btn.-c {
  margin-right: auto;
  margin-left: auto;
}

.btn.-md {
  height: 36px;
}

.btn.-sm {
  height: 32px;
}

.btn.-xs {
  height: 32px;
  padding: 0 12px;
  min-width: 0;
}

.btn.-baloon {
  position: relative;
  background: #fff;
  height: 28px;
  border-radius: 4px;
  padding: 0 12px;
  color: #777777;
  font-size: 1rem;
}

.btn.-baloon::after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  bottom: -10px;
  left: 20px;
  border: 5px transparent solid;
  border-top-color: #fff;
}

.btn.-square {
  border-radius: 4px;
}

.btn.-pagination {
  height: 32px;
  padding: 0 12px;
  border-radius: 4px;
  min-width: 0;
  background: #fff;
  color: #166ac7;
  border: 1px #166ac7 solid;
}

html.no-touch .btn.-pagination:hover {
  background: #166ac7;
  color: #fff;
}

.btn.-pagination.-current {
  cursor: auto;
  background: #166ac7;
  color: #fff;
}

.btn.-pdf {
  height: 24px;
  margin: 0 8px;
  border: 1px #666666 solid;
  color: #111;
  border-radius: 4px;
  background: transparent;
  font-weight: bold;
}

html.no-touch .btn.-pdf:hover {
  background: rgba(0, 0, 0, 0.1);
}

.btn.-gray {
  background: #999999;
}

html.no-touch .btn.-gray:hover {
  background: #777777;
}

html[class*="touch"] .btn.-gray:disabled {
  background-color: #cccccc;
}

.btn.-red {
  background: #de5353;
}

html.no-touch .btn.-red:hover {
  background: #f77474;
}

html[class*="touch"] .btn.-red:disabled {
  background-color: #cccccc;
}

.btn.-main {
  background: #166ac7;
}

html.no-touch .btn.-main:hover {
  background: #398ae6;
}

html[class*="touch"] .btn.-main:disabled {
  background-color: #cccccc;
}

.btn.-transparent {
  background: transparent;
  border: 1px #fff solid;
}

html.no-touch .btn.-transparent:hover {
  background: rgba(255, 255, 255, 0.1);
}

.btn.-delete {
  height: 44px;
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  padding: 0;
  min-width: 0;
  width: 30px;
}

.btn.-delete::after {
  font-family: "icon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-indent: 0;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\EA0A";
  color: #555555;
  font-size: 2rem;
}

.btn.-edit {
  height: 44px;
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  padding: 0;
  min-width: 0;
  width: 30px;
}

.btn.-edit::after {
  font-family: "icon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-indent: 0;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: url(../img/resources/common/ico_edit.png);
  color: #555555;
  font-size: 2rem;
}

html.no-touch .btn.-delete:hover::after {
  color: #999999;
}

.btn.-add::before {
  font-family: "icon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-indent: 0;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  margin-right: 8px;
  position: relative;
  top: -1px;
}

.btn.-hidden {
  display: none;
}

.btn.-full {
  width: 100%;
  min-width: 0;
}

@media screen and (max-width: 767px) {
  .btn.-sp-full {
    width: 100%;
    min-width: 0;
  }
}

.btn.-modal {
  height: 36px;
}

.btn.-pagetop {
  position: absolute;
  top: -60px;
  right: 20px;
  width: 48px;
  height: 48px;
  min-width: 0;
  background: #166ac7;
}

.btn.-pagetop::after {
  font-family: "icon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-indent: 0;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 2rem;
}

html.no-touch .btn.-pagetop:hover {
  background: #398ae6;
}

html[class*="touch"] .btn:disabled {
  background-color: #cccccc;
  cursor: not-allowed;
}

/* ミニボタンのレイアウト修正 */
a.btn.-sm {
  line-height: 32px;
}

.form-error {
  color: #ff3333;
  font-size: 1.2rem;
  margin-bottom: 1px;
  display: none;
}

.form-error::before {
  font-family: "icon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-indent: 0;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  position: relative;
  top: -2px;
  margin-right: 8px;
  vertical-align: middle;
  font-size: 1.6rem;
}

.form-error.-visible {
  display: block;
}

.form-error.-inline {
  margin-left: 1em;
}

.form-error.-inline.-visible {
  display: inline-block;
}

.form-error.-r {
  position: absolute;
  right: 0;
  top: 0;
}

.form-error.-c {
  text-align: center;
}

.form-error.-no-icon::before {
  content: none;
}

.form-help {
  text-decoration: none;
}

.form-help::after {
  font-family: "icon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-indent: 0;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  position: relative;
  top: -1px;
  color: #166ac7;
  font-size: 1.6rem;
  vertical-align: middle;
}

.form-caution {
  text-decoration: none;
}

.form-caution::after {
  font-family: "icon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-indent: 0;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: url(../img/resources/common/ico_caution.png);
  position: relative;
  top: -1px;
  color: #166ac7;
  font-size: 1.6rem;
  vertical-align: middle;
}

.form-require {
  position: relative;
  top: -2px;
  display: inline-block;
  vertical-align: middle;
  padding: 3px 10px 3px;
  border-radius: 16px;
  color: #fff;
  font-size: 1rem;
  background: #ff5959;
  margin-left: 6px;
}

.hr-primary {
  border: none;
  padding: 0;
  margin: 8px 0 8px;
  border-bottom: 1px solid #eee;
}

.ui-autocomplete .ui-menu-item {
  padding: 8px 16px;
}

html.no-touch .ui-autocomplete .ui-menu-item:hover {
  background-color: #166ac7 !important;
}

/*
/* Login box
/*
----------------------------------------------------------------- */
.input-check,
.multiselect_js-multi-select {
  display: none;
}

.input-check:checked + .input-check__icon.-checked-strong,
.input-check:checked + span.-checked-strong,
.multiselect_js-multi-select:checked + .input-check__icon.-checked-strong,
.multiselect_js-multi-select:checked + span.-checked-strong {
  color: #166ac7;
  font-weight: bold;
}

.input-check:checked + .input-check__icon::before,
.input-check:checked + span::before,
.multiselect_js-multi-select:checked + .input-check__icon::before,
.multiselect_js-multi-select:checked + span::before {
  font-family: "icon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-indent: 0;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  background-color: #166ac7;
  border-color: #166ac7;
  color: #fff;
}

.input-check:checked + .input-check__icon.-default::before,
.input-check:checked + span.-default::before,
.multiselect_js-multi-select:checked + .input-check__icon.-default::before,
.multiselect_js-multi-select:checked + span.-default::before {
  color: #cccccc;
  background-color: #fff;
  border-color: #cccccc;
}

.input-check:disabled + .input-check__icon::before,
.multiselect_js-multi-select:disabled + .input-check__icon::before {
  background-color: #dddddd;
  border-color: #cccccc;
}

.multiselect_js-multi-select span,
.input-check__icon {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.6rem;
  height: 48px;
  cursor: pointer;
  padding-left: 40px;
}

.multiselect_js-multi-select span::before,
.input-check__icon::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 24px;
  height: 24px;
  border: 1px #cccccc solid;
  border-radius: 12px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
  font-size: 1.4rem;
}

.multiselect_js-multi-select span.-black,
.input-check__icon.-black {
  color: #111;
}

.multiselect_js-multi-select span.-sm,
.input-check__icon.-sm {
  font-size: 1.4rem;
}

.multiselect_js-multi-select span.-ha,
.input-check__icon.-ha {
  height: auto;
}

.multiselect_js-multi-select span.-default,
.input-check__icon.-default {
  padding-left: 0;
  width: 16px;
  height: auto;
}

.multiselect_js-multi-select span.-default::before,
.input-check__icon.-default::before {
  font-family: "icon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-indent: 0;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  color: #cccccc;
}

.multiselect_js-multi-select span.-xs,
.input-check__icon.-xs {
  padding-left: 24px;
  height: 36px;
  font-size: 1.2rem;
}

.multiselect_js-multi-select span.-xs::before,
.input-check__icon.-xs::before {
  width: 16px;
  height: 16px;
  font-size: 1rem;
}

.multiselect_js-multi-select span.-xxs,
.input-check__icon.-xxs {
  padding-left: 0;
  width: 16px;
  height: auto;
}

.multiselect_js-multi-select span.-xxs::before,
.input-check__icon.-xxs::before {
  width: 16px;
  height: 16px;
  font-size: 1rem;
}

.multiselect_js-multi-select span.-vague,
.input-check__icon.-vague {
  margin-right: -100px;
  margin-left: 12px;
}

@media screen and (max-width: 767px) {
  .multiselect_js-multi-select span.-vague,
  .input-check__icon.-vague {
    margin-right: 0;
  }
}

label.-w50 {
  display: block;
  width: 50%;
}

/*
/* Input date
/*
----------------------------------------------------------------- */
.input-date {
  position: relative;
}

.input-date::before {
  font-family: "icon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-indent: 0;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
  font-size: 2.2rem;
  color: #777777;
  pointer-events: none;
}

.input-date.-full {
  width: 50%;
}

.input-date.-sm input {
  height: 36px;
}

.input-date input {
  height: 48px;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 10px;
  background: #f0f3f5;
  border: none;
  border-bottom: 1px #999999 solid;
  border-radius: 4px 4px 0 0/ 4px 4px 0 0;
  font-size: 1.4rem;
}

.input-date input:placeholder-shown {
  color: #ccc;
  font-size: 1.4rem;
}

.input-date input::-webkit-input-placeholder {
  color: #ccc;
  font-size: 1.4rem;
}

.input-date input:-moz-placeholder {
  opacity: 1;
  color: #ccc;
  font-size: 1.4rem;
}

.input-date input::-moz-placeholder {
  opacity: 1;
  color: #ccc;
  font-size: 1.4rem;
}

.input-date input:-ms-input-placeholder {
  color: #ccc;
  font-size: 1.4rem;
}

.input-date input:focus {
  outline: none;
  border-bottom-color: #166ac7;
  background-color: #f5f9ff;
}

.input-date input.-error {
  background: rgba(238, 0, 0, 0.05);
  color: #ff3333;
  border-bottom-color: #ff3333;
}

.input-date input.-error:placeholder-shown {
  color: #ff3333;
}

.input-date input.-error::-webkit-input-placeholder {
  color: #ff3333;
}

.input-date input.-error:-moz-placeholder {
  opacity: 1;
  color: #ff3333;
}

.input-date input.-error::-moz-placeholder {
  opacity: 1;
  color: #ff3333;
}

.input-date input.-error:-ms-input-placeholder {
  color: #ff3333;
}

.input-date input:disabled {
  border-bottom: none;
  color: #666666;
  font-weight: bold;
}

.ui-datepicker-buttonpane .clear-date {
  margin-right: 0.4rem;
  background-color: #de5353;
}

.ui-datepicker-buttonpane .clear-date:hover {
  background-color: #f77474;
}

/*
/* Input image
/*
----------------------------------------------------------------- */
.input-image {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background: #f1f1f1;
  -webkit-box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.25);
  box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.25);
  border-radius: 6px;
}

.input-image canvas {
  height: 200px;
  max-width: 100%;
  max-height: 100%;
  vertical-align: bottom;
  text-align: center;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (max-width: 767px) {
  .input-image canvas {
    height: 148px;
  }
}

.input-image canvas.-confirm {
  height: 270px;
}

.input-image input {
  visibility: hidden;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.input-image__label {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-bottom: 1px #555555 solid;
  cursor: pointer;
  font-size: 1.2rem;
  padding-bottom: 3px;
  opacity: 0;
  visibility: hidden;
}

.input-image__label.-visible {
  opacity: 1;
  visibility: visible;
}

.input-image__label::before {
  font-family: "icon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-indent: 0;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  margin-right: 8px;
  font-size: 1.4rem;
  position: relative;
  top: 1px;
}

.input-image__footer {
  background: #202c40;
  width: 100%;
  height: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0;
  visibility: 0;
  -webkit-transition: opacity .3s ease,
 visibility .3s ease;
  transition: opacity .3s ease,
 visibility .3s ease;
}

.input-image__footer.-visible {
  opacity: 1;
  visibility: visible;
}

.input-image__delete,
.input-image__re-shooting {
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0 16px;
  padding: 0;
  font-size: 1.2rem;
  color: #fff;
  background: none;
  border: none;
  padding-bottom: 2px;
  border-bottom: 1px #fff solid;
  cursor: pointer;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

html.no-touch .input-image__delete:hover,
html.no-touch .input-image__re-shooting:hover {
  opacity: 0.8;
}

.input-image__delete::before {
  font-family: "icon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-indent: 0;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  margin-right: 6px;
  font-size: 1rem;
}

.input-image__re-shooting::before {
  font-family: "icon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-indent: 0;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  margin-right: 6px;
}

/*
/* Login box
/*
----------------------------------------------------------------- */
.input-radio-num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .input-radio-num {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.input-radio-num.-fit label {
  width: auto;
  min-width: 48px;
}

@media screen and (max-width: 767px) {
  .input-radio-num.-fit label {
    width: 20%;
  }
}

.input-radio-num label {
  width: 9%;
  margin-left: -1px;
}

@media screen and (max-width: 767px) {
  .input-radio-num label {
    width: 16.666%;
    margin-top: -1px;
  }
}

.input-radio-num label:first-child .input-radio-num__icon {
  border-radius: 4px 0 0 4px/ 4px 0 0 4px;
}

@media screen and (max-width: 767px) {
  .input-radio-num label:first-child .input-radio-num__icon {
    border-radius: 4px 0 0 0;
  }
}

.input-radio-num label:last-child .input-radio-num__icon {
  border-radius: 0 4px 4px 0/ 0 4px 4px 0;
}

@media screen and (max-width: 767px) {
  .input-radio-num label:last-child .input-radio-num__icon {
    border-radius: 0 0 4px 0;
  }
}

.input-radio-num label.-first .input-radio-num__icon {
  border-radius: 4px 0 0 4px;
}

.input-radio-num label.-last .input-radio-num__icon {
  border-radius: 0 4px 4px 0;
}

.input-radio-num__item {
  display: none;
}

.input-radio-num__item:checked + .input-radio-num__icon {
  border-color: #166ac7;
  color: #166ac7;
  background-color: #f5f9ff;
  font-weight: bold;
  z-index: 1;
}

.input-radio-num__icon {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px #cccccc solid;
  height: 48px;
  cursor: pointer;
}

html.no-touch .input-radio-num__icon:hover {
  border-color: #166ac7;
  z-index: 1;
}

/*
/* Input Radio Slim
/*
----------------------------------------------------------------- */
.input-radio-slim {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .input-radio-slim {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.input-radio-slim label {
  width: 100%;
  margin-left: -1px;
}

@media screen and (max-width: 767px) {
  .input-radio-slim label {
    width: 50%;
    margin-top: -1px;
  }
}

.input-radio-slim label:first-child .input-radio-slim__icon {
  border-radius: 4px 0 0 4px/ 4px 0 0 4px;
}

@media screen and (max-width: 767px) {
  .input-radio-slim label:first-child .input-radio-slim__icon {
    border-radius: 4px 0 0 4px;
  }
}

.input-radio-slim label:last-child .input-radio-slim__icon {
  border-radius: 0 4px 4px 0/ 0 4px 4px 0;
}

@media screen and (max-width: 767px) {
  .input-radio-slim label:last-child .input-radio-slim__icon {
    border-radius: 0 4px 4px 0;
  }
}

@media screen and (max-width: 767px) {
  .input-radio-slim label:nth-child(6) .input-radio-slim__icon {
    border-radius: 0 4px 0 0;
  }
}

@media screen and (max-width: 767px) {
  .input-radio-slim label:nth-child(7) .input-radio-slim__icon {
    border-radius: 0 0 0 4px;
  }
}

.input-radio-slim__item {
  display: none;
}

.input-radio-slim__item:checked + .input-radio-slim__icon {
  border-color: #1f5a9b;
  color: #1f5a9b;
  background-color: #f5f9ff;
  font-weight: bold;
  z-index: 1;
}

.input-radio-slim__icon {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px #cccccc solid;
  height: 48px;
  cursor: pointer;
}

html.no-touch .input-radio-slim__icon:hover {
  border-color: #1f5a9b;
  z-index: 1;
}

/*
/* Login box
/*
----------------------------------------------------------------- */
.input-radio {
  display: none;
}

.input-radio:checked + .input-radio__icon {
  border-color: #1f5a9b;
  color: #1f5a9b;
  background-color: #f5f9ff;
  font-weight: bold;
}

.input-radio:disabled + .input-radio__icon {
  opacity: 0.6;
  background-color: #cccccc;
  cursor: default;
}

.input-radio:disabled + .input-radio__icon:hover {
  border-color: transparent;
}

.input-radio__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px #cccccc solid;
  border-radius: 4px;
  height: 48px;
  cursor: pointer;
}

.input-radio__icon.-disabled__icon {
  opacity: 0.6;
  background-color: #cccccc;
  cursor: default;
}

html.no-touch .input-radio__icon:hover {
  border-color: #1f5a9b;
}

/*
/* Input select
/*
----------------------------------------------------------------- */
.input-select {
  position: relative;
  display: inline-block;
  width: 100%;
}

.input-select::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  background: #f0f3f5;
  height: 100%;
  width: 100%;
}

.input-select::after {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
  right: 10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  border-color: #999999 transparent transparent transparent;
}

.input-select.-sm select {
  height: 36px;
}

.input-select.-xs select {
  height: 24px;
}

.input-select.-size-50 {
  width: 48%;
}

.input-select.-size-44 {
  width: 46%;
}

@media screen and (max-width: 767px) {
  .input-select.-w-sp-88 {
    width: 88px;
  }
}

.input-select.-w-180 {
  width: 180px;
}

.input-select.-w-80 {
  width: 80px;
}

.input-select.-white::before {
  content: none;
}

.input-select.-white select {
  border-bottom: none;
}

.input-select__placeholder {
  color: #cccccc;
}

.input-select select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  position: relative;
  z-index: 1;
  height: 48px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 20px 0 10px;
  background: transparent;
  border: none;
  border-bottom: 1px #999999 solid;
  border-radius: 4px 4px 0 0/ 4px 4px 0 0;
  font-size: 1.4rem;
  width: 100%;
}

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

.input-select select:focus {
  outline: none;
}

.table__data .input-select select {
  width: auto;
}

.input-select.-cell::before {
  background-color: #fff;
}

.input-select.-cell select {
  border-bottom: none;
  height: 44px;
}

.input-select.-error::before {
  background: rgba(238, 0, 0, 0.05);
}

.input-select.-error::after {
  border-top-color: #ff3333;
}

.input-select.-error select {
  color: #ff3333;
  border-bottom-color: #ff3333;
}

.input-select.-error select:placeholder-shown {
  color: #ff3333;
}

.input-select.-error select::-webkit-input-placeholder {
  color: #ff3333;
}

.input-select.-error select:-moz-placeholder {
  opacity: 1;
  color: #ff3333;
}

.input-select.-error select::-moz-placeholder {
  opacity: 1;
  color: #ff3333;
}

.input-select.-error select:-ms-input-placeholder {
  color: #ff3333;
}

.input-select.-error .select2-selection__rendered {
  color: #ff3333 !important;
}

/* プルダウン非活性スタイル */
.input-select select:disabled {
  border-bottom: none;
}

/* モーダル背景ズレ対応 */
.fancybox-slide {
  left: auto;
  top: auto;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  bottom: auto;
  left: auto;
  right: auto;
  top: auto;
  height: 100vh;
  width: 100vw;
}

.v-select .dropdown-toggle {
  border: none !important;
  border-bottom: 1px #999999 solid !important;
  border-radius: 4px 4px 0 0 !important;
  min-height: 36px !important;
}

.v-select .open-indicator {
  display: none !important;
}

.v-select .selected-tag {
  font-size: 1.2rem !important;
  background: #166ac7 !important;
  border: none !important;
  color: #fff !important;
  padding: 6px 6px 6px 6px !important;
}

@media screen and (max-width: 767px) {
  .v-select .selected-tag {
    padding: 2px 6px 2px 6px !important;
  }
}

.v-select .selected-tag .close {
  color: #fff !important;
  text-shadow: none !important;
  opacity: 1 !important;
}

.v-select .dropdown-menu .active > a {
  display: none;
}

.v-select .no-options {
  text-align: left !important;
  padding-left: 8px;
}

.select2-container {
  width: 100% !important;
  height: 44px;
}

.select2-container *:focus {
  outline: none;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  line-height: 44px !important;
}

.select2-container--default .select2-selection--single {
  border: none !important;
  background: none !important;
}

.select2-selection__arrow {
  display: none;
}

.select2-search--dropdown {
  padding: 0 !important;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0 !important;
  border: none !important;
  border-bottom: 1px #999999 solid !important;
  background-color: #f0f3f5 !important;
  font-size: 1.4rem !important;
  padding: 8px 8px !important;
  height: 48px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.select2-container--default
  .select2-results__option--highlighted[aria-selected] {
  background-color: #166ac7 !important;
}

.select2-container--open .select2-dropdown--below {
  -webkit-box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.2);
  border: none !important;
}

/*
/* Input signature
/*
----------------------------------------------------------------- */
.input-signature {
  background: #f1f1f1;
  height: 174px;
}

.input-signature__copyright {
  text-align: right;
  margin-top: -8px;
  margin-bottom: -12px;
}

@media screen and (max-width: 767px) {
  .input-signature__copyright {
    margin-bottom: 0;
  }
}

.input-signature canvas {
  position: relative;
}

#cs {
  width: 750px;
  /* ipadの横サイズ-18pxを基準; */
  height: 200px;
  /* 40vh; */
}

.input-signature {
  overflow-x: auto;
  overflow-y: hidden;
}

@media screen and (max-width: 767px) {
  .input-signature {
    height: 225px;
    /* 40vh + scrollbar25px */
    margin-bottom: 15px;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: auto;
  }
  .input-signature canvas {
    position: relative;
  }
  #cs {
    width: 550px;
    /* iphone5の横サイズ-18pxを基準; */
    height: 200px;
    /* 40vh; */
  }
  .input-signature.scroll::-webkit-scrollbar {
    width: 25px;
    background: #ccc;
  }
  .input-signature.scroll::-webkit-scrollbar:horizontal {
    height: 25px;
    background: #ccc;
  }
  .input-signature.scroll::-webkit-scrollbar-thumb {
    background: #555;
    border-radius: 4px;
  }
  .input-signature.scroll::-webkit-scrollbar-thumb:horizontal {
    background: #555;
  }
}

/*
/* Input suggest
/*
----------------------------------------------------------------- */
.input-suggest {
  position: relative;
}

.input-suggest > div {
  position: absolute;
  z-index: 10;
  left: 0;
  top: 48px;
  background: #fff;
  width: 100%;
  max-height: 200px;
  overflow-y: auto;
  border: 1px #cccccc solid;
  border-top: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.input-suggest > div .over,
.input-suggest > div .select {
  background-color: #166ac7;
  color: #fff;
}

.input-suggest > div div {
  padding: 8px 16px;
}

/*
 easy-autocompleteのスタイルを上書き
 */
.easy-autocomplete {
  width: auto !important;
  display: inline-block;
}

.easy-autocomplete input.suggest {
  padding: 0 10px;
  padding-right: 25px;
  border: none;
  border-bottom: 1px #999999 solid;
  border-radius: 4px 4px 0 0/ 4px 4px 0 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: initial;
}

.easy-autocomplete input.suggest.-error {
  color: #ff3333;
  border-bottom-color: #ff3333;
}

.easy-autocomplete-container {
  z-index: 100 !important;
}

.-arrow::after {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
  right: 10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  border-color: #999999 transparent transparent transparent;
}

input.-error + .-arrow::after {
  border-color: #ff3333 transparent transparent transparent;
}

/*
/* Input text
/*
----------------------------------------------------------------- */
.input-text {
  height: 48px;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 10px;
  background: #f0f3f5;
  border: none;
  border-bottom: 1px #999999 solid;
  border-radius: 4px 4px 0 0/ 4px 4px 0 0;
  font-size: 1.4rem;
}

.input-text:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #f0f3f5 inset;
}

.input-text:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0px 1000px #f5f9ff inset;
}

.input-text:disabled {
  border-bottom: none;
  color: #666666;
  font-weight: bold;
}

.input-text:placeholder-shown {
  color: #ccc;
  font-size: 1.4rem;
}

.input-text::-webkit-input-placeholder {
  color: #ccc;
  font-size: 1.4rem;
}

.input-text:-moz-placeholder {
  opacity: 1;
  color: #ccc;
  font-size: 1.4rem;
}

.input-text::-moz-placeholder {
  opacity: 1;
  color: #ccc;
  font-size: 1.4rem;
}

.input-text:-ms-input-placeholder {
  color: #ccc;
  font-size: 1.4rem;
}

.input-text:focus {
  outline: none;
  border-bottom-color: #166ac7;
  background-color: #f5f9ff;
}

.input-text::-ms-clear {
  visibility: hidden;
}

.input-text::-ms-reveal {
  visibility: hidden;
}

.input-text.-xs {
  height: 27px;
}

.input-text.-sm {
  height: 36px;
}

.input-text.-login {
  height: 56px;
}

.input-text.-size-50 {
  width: 48%;
}

.input-text.-size-40 {
  width: 42%;
}

.input-text.-w60 {
  width: 60px;
}

.input-text.-w90 {
  width: 90px;
}

.input-text.-w100 {
  width: 100px;
}

.input-text.-w160 {
  width: 160px;
}

.input-text.-mw60 {
  min-width: 60px;
}

.input-text.-mw90 {
  min-width: 90px;
}

.input-text.-mw100 {
  min-width: 100px;
}

.input-text.-mw160 {
  min-width: 160px;
}

.input-text.-cell {
  height: 44px;
  background: transparent;
  border: none;
  font-size: 1.2rem;
}

.input-text.-cell-hdg {
  height: 36px;
  padding-top: 6px;
  background: transparent;
  border: none;
  font-size: 1.2rem;
}

.input-text.-gray {
  background: #f7f7f7;
}

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

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

.input-text.-error {
  background: rgba(238, 0, 0, 0.05);
  color: #ff3333;
  border-bottom-color: #ff3333;
}

.input-text.-error:placeholder-shown {
  color: #fab1af;
}

.input-text.-error::-webkit-input-placeholder {
  color: #fab1af;
}

.input-text.-error:-moz-placeholder {
  opacity: 1;
  color: #fab1af;
}

.input-text.-error::-moz-placeholder {
  opacity: 1;
  color: #fab1af;
}

.input-text.-error:-ms-input-placeholder {
  color: #fab1af;
}

.input-text.-red {
  color: #ff3333;
}

.input-text.-red:placeholder-shown {
  color: #fab1af;
}

.input-text.-red::-webkit-input-placeholder {
  color: #fab1af;
}

.input-text.-red:-moz-placeholder {
  opacity: 1;
  color: #fab1af;
}

.input-text.-red::-moz-placeholder {
  opacity: 1;
  color: #fab1af;
}

.input-text.-red:-ms-input-placeholder {
  color: #fab1af;
}

.input-text.-narrow {
  padding: 5px !important;
}

.input-text.-size-52 {
  width: 52%;
}

.input-text.-size-51 {
  width: 51%;
}

/*
/* Input textarea
/*
----------------------------------------------------------------- */
.input-textarea {
  width: 100%;
  min-height: 100px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px;
  background: #f0f3f5;
  border: none;
  font-size: 1.4rem;
  border-radius: 4px;
  overflow: auto;
}

.input-textarea:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #f0f3f5 inset;
}

.input-textarea:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0px 1000px #f5f9ff inset;
}

.input-textarea:disabled {
  border-bottom: none;
  color: #666666;
  font-weight: bold;
}

.input-textarea:placeholder-shown {
  color: #ccc;
  font-size: 1.4rem;
}

.input-textarea::-webkit-input-placeholder {
  color: #ccc;
  font-size: 1.4rem;
}

.input-textarea:-moz-placeholder {
  opacity: 1;
  color: #ccc;
  font-size: 1.4rem;
}

.input-textarea::-moz-placeholder {
  opacity: 1;
  color: #ccc;
  font-size: 1.4rem;
}

.input-textarea:-ms-input-placeholder {
  color: #ccc;
  font-size: 1.4rem;
}

.input-textarea:focus {
  outline: none;
  border-bottom-color: #166ac7;
  background-color: #f5f9ff;
}

.input-textarea::-ms-clear {
  visibility: hidden;
}

.input-textarea::-ms-reveal {
  visibility: hidden;
}

.input-textarea.-error {
  background: rgba(238, 0, 0, 0.05);
  color: #ff3333;
  border-bottom-color: #ff3333;
}

.input-textarea.-error:placeholder-shown {
  color: #fab1af;
}

.input-textarea.-error::-webkit-input-placeholder {
  color: #fab1af;
}

.input-textarea.-error:-moz-placeholder {
  opacity: 1;
  color: #fab1af;
}

.input-textarea.-error::-moz-placeholder {
  opacity: 1;
  color: #fab1af;
}

.input-textarea.-error:-ms-input-placeholder {
  color: #fab1af;
}

/*
/* Input unit
/*
----------------------------------------------------------------- */
.input-unit {
  display: inline-block;
  margin-left: 8px;
}

.input-unit.-size-6 {
  width: 6%;
  margin-left: 0;
  text-align: center;
}

.input-unit.-size-5 {
  width: 5%;
  margin-left: 0;
  text-align: center;
}

.input-unit.-size-3 {
  width: 3%;
  margin-left: 0;
  text-align: center;
}

/*
/* Inquiry list
/*
----------------------------------------------------------------- */
.inquiry-list {
  margin-bottom: 64px;
}

.inquiry-list__header {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-bottom: -40px;
}

@media screen and (max-width: 767px) {
  .inquiry-list__header {
    margin-bottom: 0;
  }
}

.inquiry-list__header.-static {
  margin-bottom: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 32px;
}

@media screen and (max-width: 767px) {
  .inquiry-list__header.-static {
    margin-top: 24px;
  }
}

.inquiry-list__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.inquiry-list__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.inquiry-list__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 767px) {
  .inquiry-list__btn {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.inquiry-list__btn .btn {
  margin-left: 8px;
}

@media screen and (max-width: 767px) {
  .inquiry-list__btn .btn {
    margin: 0 2px;
  }
}

.inquiry-list__count {
  background: #fff;
  border-radius: 4px;
  padding: 4px;
  margin-right: 10px;
  display: inline-block;
  -webkit-box-shadow: 1px 2px 2px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 1px 2px 2px 0 rgba(0, 0, 0, 0.05);
}

.inquiry-list__count__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.inquiry-list__count__title {
  font-size: 1.4rem;
  padding-right: 12px;
  padding-left: 6px;
  border-right: 1px solid #cccccc;
}

.inquiry-list__download {
  margin-top: 8px;
}

@media screen and (max-width: 767px) {
  .inquiry-list__download {
    margin-top: 18px;
  }
}

/*
/* Inquiry search
/*
----------------------------------------------------------------- */
.inquiry-search__result {
  overflow-y: scroll;
  height: 114px;
  padding: 0 8px;
  background: #f0f3f5;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: 1px #999999 solid;
}

.inquiry-search__header {
  margin-bottom: 16px;
  padding-bottom: 16px;
  border-bottom: 1px #eee solid;
}

.inquiry-search__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px #eee solid;
}

.inquiry-search__footer .btn {
  margin: 0 4px;
}

.inquiry-search__shopname {
  margin-top: 8px;
  margin-bottom: -8px;
}

.inquiry-search__date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.inquiry-search__datename {
  margin-bottom: 8px;
}

/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
  display: none;
}

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse;
}

.ui-helper-clearfix:after {
  clear: both;
}

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0);
  /* support: IE8 */
}

.ui-front {
  z-index: 100;
}

/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
  cursor: default !important;
  pointer-events: none;
}

/* Icons
----------------------------------*/
.ui-icon {
  display: inline-block;
  vertical-align: middle;
  margin-top: -0.25em;
  position: relative;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}

.ui-widget-icon-block {
  left: 50%;
  margin-left: -8px;
  display: block;
}

/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ui-datepicker {
  width: 410px;
  padding: 0 16px 16px;
  display: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .ui-datepicker {
    width: 304px;
  }
}

.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: 16px 0;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 16px;
  width: 36px;
  height: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.ui-datepicker .ui-datepicker-prev::before,
.ui-datepicker .ui-datepicker-next::before {
  font-family: "icon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-indent: 0;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  font-size: 22px;
  color: #777777;
}

.ui-datepicker .ui-datepicker-prev {
  left: 20px;
}

.ui-datepicker .ui-datepicker-next {
  right: 20px;
}

.ui-datepicker .ui-datepicker-next::before {
  font-family: "icon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-indent: 0;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
}

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: none;
}

.ui-datepicker .ui-datepicker-title {
  margin: 0 60px;
  line-height: 1.8em;
  text-align: center;
  position: relative;
}

.ui-datepicker .ui-datepicker-title::after {
  content: "";
  display: block;
  position: absolute;
  left: 130px;
  top: 15px;
  border-top: 5px #666 solid;
  border-right: 4px transparent solid;
  border-bottom: 5px transparent solid;
  border-left: 4px transparent solid;
}

@media screen and (max-width: 767px) {
  .ui-datepicker .ui-datepicker-title::after {
    left: 90px;
  }
}

.ui-datepicker .ui-datepicker-title select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border: none;
  width: 120px;
  height: 36px;
  padding-left: 36px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.ui-datepicker .ui-datepicker-title select:focus {
  outline: none;
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  margin-right: 6px;
  font-size: 16px;
}

.ui-datepicker .ui-datepicker-month {
  font-size: 16px;
}

.ui-datepicker select.ui-datepicker-year:focus {
  background: #f0f3f5;
}

.ui-datepicker table {
  width: 100%;
  font-size: 0.9em;
  border-collapse: collapse;
  margin: 0 0 0.4em;
}

.ui-datepicker th {
  text-align: center;
  vertical-align: middle;
  font-weight: bold;
  font-size: 16px;
  border: 0;
  width: 44px;
  height: 44px;
}

.ui-datepicker td {
  border: 0;
}

.ui-datepicker td span,
.ui-datepicker td a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
  height: 44px;
  font-size: 16px;
  outline: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: 0.7em 0 0 0;
  padding: 0 0.2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}

.ui-datepicker .ui-datepicker-buttonpane button {
  float: left;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: right;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
  width: auto;
}

.ui-datepicker-multi .ui-datepicker-group {
  float: left;
}

.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto 0.4em;
}

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}

.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
  direction: rtl;
}

.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}

/* Icons */
.ui-datepicker .ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
  left: 0.5em;
  top: 0.3em;
}

/* Component containers
----------------------------------*/
.ui-widget {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
}

.ui-widget .ui-widget {
  font-size: 1em;
}

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
}

.ui-widget.ui-widget-content {
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.3);
}

.ui-widget-content {
  background: #ffffff;
  color: #333333;
}

.ui-widget-content a {
  color: #333333;
}

.ui-widget-header {
  font-weight: bold;
}

.ui-widget-header a {
  color: #333333;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  font-weight: normal;
}

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
  text-decoration: none;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
  border: 1px #166ac7 solid;
  border-radius: 4px;
}

.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
  color: #2b2b2b;
  text-decoration: none;
}

.ui-visual-focus {
  -webkit-box-shadow: 0 0 3px 1px #5e9ed6;
  box-shadow: 0 0 3px 1px #5e9ed6;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
  background: #166ac7;
  font-weight: normal;
  color: #ffffff;
  border-radius: 4px;
}

.ui-icon-background,
.ui-state-active .ui-icon-background {
  border: #003eff;
  background-color: #ffffff;
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #ffffff;
  text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-checked {
  border: 1px solid #dad55e;
  background: #fffa90;
}

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #777620;
}

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #f1a899;
  background: #fddfdf;
  color: #5f3f3f;
}

.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #5f3f3f;
}

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #5f3f3f;
}

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: bold;
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: 0.35;
  filter: Alpha(Opacity=35);
  /* support: IE8 */
  background-image: none;
}

.ui-state-disabled .ui-icon {
  filter: Alpha(Opacity=35);
  /* support: IE8 - See #6059 */
}

/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  width: 16px;
  height: 16px;
}

.ui-icon,
.ui-widget-content .ui-icon {
  background-image: url("/images/common/ui-icons_444444_256x240.png");
}

.ui-widget-header .ui-icon {
  background-image: url("/images/common/ui-icons_444444_256x240.png");
}

.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
  background-image: url("/images/common/ui-icons_555555_256x240.png");
}

.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
  background-image: url("/images/common/ui-icons_ffffff_256x240.png");
}

.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
  background-image: url("/images/common/ui-icons_777620_256x240.png");
}

.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
  background-image: url("/images/common/ui-icons_cc0000_256x240.png");
}

.ui-button .ui-icon {
  background-image: url("/images/common/ui-icons_777777_256x240.png");
}

/* positioning */
.ui-icon-blank {
  background-position: 16px 16px;
}

.ui-icon-caret-1-n {
  background-position: 0 0;
}

.ui-icon-caret-1-ne {
  background-position: -16px 0;
}

.ui-icon-caret-1-e {
  background-position: -32px 0;
}

.ui-icon-caret-1-se {
  background-position: -48px 0;
}

.ui-icon-caret-1-s {
  background-position: -65px 0;
}

.ui-icon-caret-1-sw {
  background-position: -80px 0;
}

.ui-icon-caret-1-w {
  background-position: -96px 0;
}

.ui-icon-caret-1-nw {
  background-position: -112px 0;
}

.ui-icon-caret-2-n-s {
  background-position: -128px 0;
}

.ui-icon-caret-2-e-w {
  background-position: -144px 0;
}

.ui-icon-triangle-1-n {
  background-position: 0 -16px;
}

.ui-icon-triangle-1-ne {
  background-position: -16px -16px;
}

.ui-icon-triangle-1-e {
  background-position: -32px -16px;
}

.ui-icon-triangle-1-se {
  background-position: -48px -16px;
}

.ui-icon-triangle-1-s {
  background-position: -65px -16px;
}

.ui-icon-triangle-1-sw {
  background-position: -80px -16px;
}

.ui-icon-triangle-1-w {
  background-position: -96px -16px;
}

.ui-icon-triangle-1-nw {
  background-position: -112px -16px;
}

.ui-icon-triangle-2-n-s {
  background-position: -128px -16px;
}

.ui-icon-triangle-2-e-w {
  background-position: -144px -16px;
}

.ui-icon-arrow-1-n {
  background-position: 0 -32px;
}

.ui-icon-arrow-1-ne {
  background-position: -16px -32px;
}

.ui-icon-arrow-1-e {
  background-position: -32px -32px;
}

.ui-icon-arrow-1-se {
  background-position: -48px -32px;
}

.ui-icon-arrow-1-s {
  background-position: -65px -32px;
}

.ui-icon-arrow-1-sw {
  background-position: -80px -32px;
}

.ui-icon-arrow-1-w {
  background-position: -96px -32px;
}

.ui-icon-arrow-1-nw {
  background-position: -112px -32px;
}

.ui-icon-arrow-2-n-s {
  background-position: -128px -32px;
}

.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px;
}

.ui-icon-arrow-2-e-w {
  background-position: -160px -32px;
}

.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px;
}

.ui-icon-arrowstop-1-n {
  background-position: -192px -32px;
}

.ui-icon-arrowstop-1-e {
  background-position: -208px -32px;
}

.ui-icon-arrowstop-1-s {
  background-position: -224px -32px;
}

.ui-icon-arrowstop-1-w {
  background-position: -240px -32px;
}

.ui-icon-arrowthick-1-n {
  background-position: 1px -48px;
}

.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px;
}

.ui-icon-arrowthick-1-e {
  background-position: -32px -48px;
}

.ui-icon-arrowthick-1-se {
  background-position: -48px -48px;
}

.ui-icon-arrowthick-1-s {
  background-position: -64px -48px;
}

.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px;
}

.ui-icon-arrowthick-1-w {
  background-position: -96px -48px;
}

.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px;
}

.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px;
}

.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px;
}

.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px;
}

.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px;
}

.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px;
}

.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px;
}

.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px;
}

.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px;
}

.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px;
}

.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px;
}

.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px;
}

.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px;
}

.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px;
}

.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px;
}

.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px;
}

.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px;
}

.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px;
}

.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px;
}

.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px;
}

.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px;
}

.ui-icon-arrow-4 {
  background-position: 0 -80px;
}

.ui-icon-arrow-4-diag {
  background-position: -16px -80px;
}

.ui-icon-extlink {
  background-position: -32px -80px;
}

.ui-icon-newwin {
  background-position: -48px -80px;
}

.ui-icon-refresh {
  background-position: -64px -80px;
}

.ui-icon-shuffle {
  background-position: -80px -80px;
}

.ui-icon-transfer-e-w {
  background-position: -96px -80px;
}

.ui-icon-transferthick-e-w {
  background-position: -112px -80px;
}

.ui-icon-folder-collapsed {
  background-position: 0 -96px;
}

.ui-icon-folder-open {
  background-position: -16px -96px;
}

.ui-icon-document {
  background-position: -32px -96px;
}

.ui-icon-document-b {
  background-position: -48px -96px;
}

.ui-icon-note {
  background-position: -64px -96px;
}

.ui-icon-mail-closed {
  background-position: -80px -96px;
}

.ui-icon-mail-open {
  background-position: -96px -96px;
}

.ui-icon-suitcase {
  background-position: -112px -96px;
}

.ui-icon-comment {
  background-position: -128px -96px;
}

.ui-icon-person {
  background-position: -144px -96px;
}

.ui-icon-print {
  background-position: -160px -96px;
}

.ui-icon-trash {
  background-position: -176px -96px;
}

.ui-icon-locked {
  background-position: -192px -96px;
}

.ui-icon-unlocked {
  background-position: -208px -96px;
}

.ui-icon-bookmark {
  background-position: -224px -96px;
}

.ui-icon-tag {
  background-position: -240px -96px;
}

.ui-icon-home {
  background-position: 0 -112px;
}

.ui-icon-flag {
  background-position: -16px -112px;
}

.ui-icon-calendar {
  background-position: -32px -112px;
}

.ui-icon-cart {
  background-position: -48px -112px;
}

.ui-icon-pencil {
  background-position: -64px -112px;
}

.ui-icon-clock {
  background-position: -80px -112px;
}

.ui-icon-disk {
  background-position: -96px -112px;
}

.ui-icon-calculator {
  background-position: -112px -112px;
}

.ui-icon-zoomin {
  background-position: -128px -112px;
}

.ui-icon-zoomout {
  background-position: -144px -112px;
}

.ui-icon-search {
  background-position: -160px -112px;
}

.ui-icon-wrench {
  background-position: -176px -112px;
}

.ui-icon-gear {
  background-position: -192px -112px;
}

.ui-icon-heart {
  background-position: -208px -112px;
}

.ui-icon-star {
  background-position: -224px -112px;
}

.ui-icon-link {
  background-position: -240px -112px;
}

.ui-icon-cancel {
  background-position: 0 -128px;
}

.ui-icon-plus {
  background-position: -16px -128px;
}

.ui-icon-plusthick {
  background-position: -32px -128px;
}

.ui-icon-minus {
  background-position: -48px -128px;
}

.ui-icon-minusthick {
  background-position: -64px -128px;
}

.ui-icon-close {
  background-position: -80px -128px;
}

.ui-icon-closethick {
  background-position: -96px -128px;
}

.ui-icon-key {
  background-position: -112px -128px;
}

.ui-icon-lightbulb {
  background-position: -128px -128px;
}

.ui-icon-scissors {
  background-position: -144px -128px;
}

.ui-icon-clipboard {
  background-position: -160px -128px;
}

.ui-icon-copy {
  background-position: -176px -128px;
}

.ui-icon-contact {
  background-position: -192px -128px;
}

.ui-icon-image {
  background-position: -208px -128px;
}

.ui-icon-video {
  background-position: -224px -128px;
}

.ui-icon-script {
  background-position: -240px -128px;
}

.ui-icon-alert {
  background-position: 0 -144px;
}

.ui-icon-info {
  background-position: -16px -144px;
}

.ui-icon-notice {
  background-position: -32px -144px;
}

.ui-icon-help {
  background-position: -48px -144px;
}

.ui-icon-check {
  background-position: -64px -144px;
}

.ui-icon-bullet {
  background-position: -80px -144px;
}

.ui-icon-radio-on {
  background-position: -96px -144px;
}

.ui-icon-radio-off {
  background-position: -112px -144px;
}

.ui-icon-pin-w {
  background-position: -128px -144px;
}

.ui-icon-pin-s {
  background-position: -144px -144px;
}

.ui-icon-play {
  background-position: 0 -160px;
}

.ui-icon-pause {
  background-position: -16px -160px;
}

.ui-icon-seek-next {
  background-position: -32px -160px;
}

.ui-icon-seek-prev {
  background-position: -48px -160px;
}

.ui-icon-seek-end {
  background-position: -64px -160px;
}

.ui-icon-seek-start {
  background-position: -80px -160px;
}

/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first {
  background-position: -80px -160px;
}

.ui-icon-stop {
  background-position: -96px -160px;
}

.ui-icon-eject {
  background-position: -112px -160px;
}

.ui-icon-volume-off {
  background-position: -128px -160px;
}

.ui-icon-volume-on {
  background-position: -144px -160px;
}

.ui-icon-power {
  background-position: 0 -176px;
}

.ui-icon-signal-diag {
  background-position: -16px -176px;
}

.ui-icon-signal {
  background-position: -32px -176px;
}

.ui-icon-battery-0 {
  background-position: -48px -176px;
}

.ui-icon-battery-1 {
  background-position: -64px -176px;
}

.ui-icon-battery-2 {
  background-position: -80px -176px;
}

.ui-icon-battery-3 {
  background-position: -96px -176px;
}

.ui-icon-circle-plus {
  background-position: 0 -192px;
}

.ui-icon-circle-minus {
  background-position: -16px -192px;
}

.ui-icon-circle-close {
  background-position: -32px -192px;
}

.ui-icon-circle-triangle-e {
  background-position: -48px -192px;
}

.ui-icon-circle-triangle-s {
  background-position: -64px -192px;
}

.ui-icon-circle-triangle-w {
  background-position: -80px -192px;
}

.ui-icon-circle-triangle-n {
  background-position: -96px -192px;
}

.ui-icon-circle-arrow-e {
  background-position: -112px -192px;
}

.ui-icon-circle-arrow-s {
  background-position: -128px -192px;
}

.ui-icon-circle-arrow-w {
  background-position: -144px -192px;
}

.ui-icon-circle-arrow-n {
  background-position: -160px -192px;
}

.ui-icon-circle-zoomin {
  background-position: -176px -192px;
}

.ui-icon-circle-zoomout {
  background-position: -192px -192px;
}

.ui-icon-circle-check {
  background-position: -208px -192px;
}

.ui-icon-circlesmall-plus {
  background-position: 0 -208px;
}

.ui-icon-circlesmall-minus {
  background-position: -16px -208px;
}

.ui-icon-circlesmall-close {
  background-position: -32px -208px;
}

.ui-icon-squaresmall-plus {
  background-position: -48px -208px;
}

.ui-icon-squaresmall-minus {
  background-position: -64px -208px;
}

.ui-icon-squaresmall-close {
  background-position: -80px -208px;
}

.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px;
}

.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px;
}

.ui-icon-grip-solid-vertical {
  background-position: -32px -224px;
}

.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px;
}

.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px;
}

.ui-icon-grip-diagonal-se {
  background-position: -80px -224px;
}

/* Misc visuals
----------------------------------*/
/* Corner radius */
/* Overlays */
.ui-widget-overlay {
  background: #aaaaaa;
  opacity: 0.3;
  filter: Alpha(Opacity=30);
  /* support: IE8 */
}

.ui-widget-shadow {
  -webkit-box-shadow: 0px 0px 5px #666666;
  box-shadow: 0px 0px 5px #666666;
}

.ui-datepicker-close,
.ui-datepicker-current {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-width: 96px;
  height: 48px;
  color: #fff;
  font-size: 1.4rem;
  -webkit-box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.05);
  background: #999999;
  border: none;
  border-radius: 4px;
  padding-right: 24px;
  padding-left: 24px;
  cursor: pointer;
}

.ui-datepicker-close:link,
.ui-datepicker-current:link {
  text-decoration: none;
}

.ui-datepicker-close:focus,
.ui-datepicker-current:focus {
  outline: none;
}

@media screen and (min-width: 993px) {
  .ui-datepicker-close:hover,
  .ui-datepicker-current:hover {
    background: #777777;
  }
}

.ui-datepicker-close:disabled,
.ui-datepicker-current:disabled {
  background-color: #cccccc;
}

.ui-datepicker-current {
  background-color: #166ac7;
}

.ui-datepicker-current:hover {
  background-color: #398ae6;
}

.ui-multiselect {
  overflow: hidden;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0 10px;
  height: 36px;
  border: none;
  background: #f0f3f5;
  border-bottom: 1px #999999 solid;
  text-align: left;
  position: relative;
  z-index: 1;
  border-radius: 4px 4px 0 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #111;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.ui-multiselect::after {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
  right: 10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  border-color: #999999 transparent transparent transparent;
}

.ui-multiselect:focus {
  outline: none;
}

.ui-multiselect.active .ui-icon {
  display: none;
}

@media screen and (max-width: 767px) {
  .ui-multiselect {
    width: 100% !important;
  }
}

.ui-multiselect .ui-icon {
  position: absolute;
  right: 8px;
  top: 50%;
  display: none;
}

.ui-multiselect-menu.ui-widget.ui-widget-content {
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
}

.ui-multiselect-menu.ui-widget.ui-widget-content .ui-state-hover {
  border: none;
}

.ui-multiselect-menu.ui-widget.ui-widget-content .ui-multiselect-checkboxes {
  margin-left: 6px;
}

/* .ui-multiselect span.ui-icon { float:right } */
.ui-multiselect-single .ui-multiselect-checkboxes input {
  left: -9999px;
  position: absolute !important;
  top: auto !important;
}

.ui-multiselect-header {
  margin-bottom: 3px;
  padding: 3px 0 3px 4px;
}

.ui-multiselect-header ul {
  font-size: 0.9em;
}

.ui-multiselect-header ul li {
  float: left;
  padding: 0 10px 0 0;
}

.ui-multiselect-header a {
  text-decoration: none;
}

.ui-multiselect-header a:hover {
  text-decoration: underline;
}

/* .ui-multiselect-header span.ui-icon { float:left; } */
.ui-multiselect-header .ui-multiselect-close {
  float: right;
  padding-right: 0;
  text-align: right;
}

.ui-multiselect-menu {
  display: none;
  padding: 3px;
  position: absolute;
  text-align: left;
}

.ui-multiselect-checkboxes {
  overflow-y: auto;
  position: relative;
}

.ui-multiselect-checkboxes li {
  clear: both;
  font-size: 0.9em;
  list-style: none;
  padding-right: 3px;
}

.ui-multiselect-checkboxes .ui-multiselect-optgroup {
  padding: 3px;
}

.ui-multiselect-columns {
  display: inline-block;
  vertical-align: top;
}

.ui-multiselect-checkboxes .ui-multiselect-optgroup a {
  border-bottom: 1px solid;
  cursor: pointer;
  display: block;
  font-weight: bold;
  margin: 1px 0;
  padding: 3px;
  text-align: center;
  text-decoration: none;
}

@media print {
  .ui-multiselect-menu {
    display: none;
  }
}

.multi-select select {
  display: none;
}

/*
/* Login box
/*
----------------------------------------------------------------- */
.login-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 400px;
  height: 100vh;
  margin: 0 auto;
}

.login-box__inner {
  background-color: #fff;
  -webkit-box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.05);
  padding: 40px 50px;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .login-box__inner {
    margin: 0 10px;
    padding: 20px 10px;
  }
}

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

.login-box__item {
  margin-top: 24px;
}

@media screen and (max-width: 767px) {
  .login-box__item {
    margin-top: 20px;
  }
}

.login-box__label {
  font-size: 1.4rem;
}

.login-box__header {
  position: relative;
}

.login-box__body {
  margin-top: 5px;
}

/*
/* site-header
/*
----------------------------------------------------------------- */
.menu-link__item a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px #1f5a9b solid;
  border-radius: 4px;
  text-decoration: none;
  background-color: #f5f9ff;
  height: 48px;
  color: #166ac7;
  padding-left: 16px;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .menu-link__item a {
    padding-right: 20px;
  }
}

.menu-link__item a::after {
  font-family: "icon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-indent: 0;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  position: absolute;
  right: 16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (max-width: 767px) {
  .menu-link__item a::after {
    right: 8px;
  }
}

.menu-link.row {
  margin: -12px -6px;
}

.menu-link .col-4 {
  padding: 12px 6px 0;
}

.col-test {
  display: inline-block;
  padding: 12px 6px 0px 30px;
}

.modal {
  width: 520px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .modal {
    width: 100%;
  }
}

.modal.-full {
  max-width: 976px;
  width: 100%;
  padding-right: 0;
  padding-left: 0;
}

.modal.-sm {
  max-width: 320px;
}

.modal__body.-fit {
  margin-left: -16px;
  margin-right: -16px;
}

.modal__desc {
  margin: 16px 0;
  font-size: 1.6rem;
}

.modal__desc.-md {
  font-size: 1.4rem;
}

.modal__desc.-hdg {
  margin: 0 0 32px;
}

.modal__footer {
  margin-top: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.modal__footer.-r {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

@media screen and (max-width: 767px) {
  .modal__footer.-r {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.modal__footer.-r .btn {
  margin-left: 6px;
}

@media screen and (max-width: 767px) {
  .modal__footer.-r .btn {
    width: 50%;
  }
}

.modal__footer.-r .btn:first-child {
  margin-left: 0;
}

.modal__footer.-l {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

@media screen and (max-width: 767px) {
  .modal__footer.-l {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.modal__footer.-l .btn {
  margin-right: 6px;
}

@media screen and (max-width: 767px) {
  .modal__footer.-l .btn {
    width: 50%;
  }
}

.modal__footer.-l .btn:first-child {
  margin-right: 0;
}

.modal__footer.-padding {
  padding-top: 16px;
  margin-top: 0;
}

@media screen and (max-width: 767px) {
  .modal__footer.-padding {
    padding: 8px;
    display: block;
  }
}

.modal__pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .modal__pagination {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.modal__pagination .btn {
  margin-left: 8px;
}

@media screen and (max-width: 767px) {
  .modal__pagination .btn {
    margin-left: 0;
    margin-right: 8px;
  }
}

.modal__pagination__label {
  margin-right: 16px;
}

@media screen and (max-width: 767px) {
  .modal__pagination__label {
    margin: 16px 0;
    width: 100%;
  }
}

.fancybox-slide--html .fancybox-content {
  padding: 16px;
}

.fancybox-close-small {
  display: none;
}

/* モーダルクラス上書き */
.fancybox-content.-of-visible {
  overflow: visible;
}

.contentBox {
  margin-top: 17px;
  -webkit-box-shadow: 1px 2px 2px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 1px 2px 2px 0 rgba(0, 0, 0, 0.05);
  background-color: #fff;
}

/*
/* News
/*
----------------------------------------------------------------- */
.news {
  width: 49.9%;
}

.news__header {
  background-color: #f1f1f1;
  padding: 9px 16px;
}

.news__item {
  position: relative;
  padding: 16px;
  border-top: 1px #eeeeee solid;
}

.news__item:first-child {
  border-top: none;
}

.news__item__title {
  font-weight: bold;
  margin-bottom: 5px;
  padding-right: 90px;
  color: #333;
}

@media screen and (max-width: 767px) {
  .news__item__title {
    padding-right: 0;
  }
}

.news__item__title.-red {
  color: #ff5959;
}

.news__item__date {
  color: #999999;
  font-size: 1rem;
  position: absolute;
  top: 18px;
  right: 16px;
}

@media screen and (max-width: 767px) {
  .news__item__date {
    position: static;
    margin-bottom: 5px;
  }
}

.news__item__desc {
  font-size: 1.2rem;
}

.line {
  width: 0.2%;
  background-color: rgb(180, 180, 180);
}

.page-footer {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 101;
  background: #fff;
  width: 100%;
  padding-top: 16px;
  padding-bottom: 16px;
  border-top: 1px rgba(0, 0, 0, 0.2) solid;
}

@media screen and (max-width: 767px) {
  .page-footer {
    padding-top: 8px;
    padding-bottom: 8px;
  }
}

.page-footer__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .page-footer__inner {
    padding-right: 8px;
    padding-left: 8px;
  }
}

.page-footer__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.page-footer__btn__item {
  margin-left: 16px;
}

.page-footer__btn__item:first-child {
  margin-left: 0;
}

/*
/* page-header
/*
----------------------------------------------------------------- */
.page-header {
  background: #fff;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
}

.page-header__inner {
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .page-header__inner {
    height: auto;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.page-header__title {
  font-size: 2rem;
  color: #166ac7;
}

@media screen and (max-width: 767px) {
  .page-header__title {
    font-size: 1.6rem;
    padding: 16px 0;
  }
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .pagination {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.pagination.-r {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.pagination .btn {
  margin-left: 8px;
}

@media screen and (max-width: 767px) {
  .pagination .btn {
    margin-left: 0;
    margin-right: 8px;
  }
}

.pagination .page_separator {
  margin-left: 8px;
}

.pagination__label {
  margin-right: 16px;
  text-align: right;
}

.pagination__label span {
  display: inline-block;
  margin-left: 6px;
}

@media screen and (max-width: 767px) {
  .pagination__label {
    margin: 16px 0;
    width: 100%;
  }
}

/*
/* PDF View
/*
----------------------------------------------------------------- */
.pdf-view {
  position: relative;
  height: 310px;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .pdf-view {
    height: 200px;
  }
}

.pdf-view iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 200%;
  height: 200%;
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}

.pdf-view.-liquid {
  height: calc(100vh - 205px);
}

@media screen and (max-width: 767px) {
  .pdf-view.-liquid {
    height: calc(100vh - 171px);
  }
}

/* pdf縦向き用css */
.pdf-view.-portrait {
  width: 700px;
  /*height: 990px;*/
  height: 3000px;
  margin: auto;
  overflow: hidden;
}

/* pdf横向き用css */
.pdf-view.-landscape {
  width: 900px;
  height: 720px;
  margin: auto;
}

/* pdf表示（ツールバーあり） */
.pdf-view-toolbar iframe {
  /* position: absolute; */
  /*left: 0;*/
  /*top: 0;*/
  width: 100vw;
  height: 100vh;
  vertical-align: bottom;
}

.qty-box__qty {
  font-size: 1.2rem;
  font-weight: bold;
  color: #111;
}

@media screen and (max-width: 767px) {
  .qty-box__qty {
    text-align: right;
    font-size: 1.4rem;
  }
}

.qty-box__qty__number {
  font-size: 1.8rem;
  padding-right: 5px;
}

@media screen and (max-width: 767px) {
  .qty-box__qty__number {
    font-size: 2rem;
  }
}

.qty-box__footer {
  padding-top: 16px;
  margin-top: 24px;
  border-top: 1px #eee solid;
}

@media screen and (max-width: 767px) {
  .qty-box__footer {
    padding-top: 8px;
    margin-top: 16px;
  }
}

.qty-box__total {
  text-align: right;
  font-weight: bold;
  font-size: 1.2rem;
}

@media screen and (max-width: 767px) {
  .qty-box__total {
    font-size: 1.4rem;
  }
}

.qty-box__total__number {
  font-size: 1.8rem;
  padding: 0 5px 0 10px;
}

@media screen and (max-width: 767px) {
  .qty-box__total__number {
    font-size: 2rem;
  }
}

.select2-container {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}

.select2-container .select2-selection--single {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-selection--single .select2-selection__clear {
  position: relative;
}

.select2-container[dir="rtl"]
  .select2-selection--single
  .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}

.select2-container .select2-selection--multiple {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-search--inline {
  float: left;
}

.select2-container .select2-search--inline .select2-search__field {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0;
}

.select2-container
  .select2-search--inline
  .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}

.select2-results {
  display: block;
}

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}

.select2-results__option {
  padding: 6px;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none;
}

.select2-results__option[aria-selected] {
  cursor: pointer;
}

.select2-container--open .select2-dropdown {
  left: 0;
}

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-search--dropdown {
  display: block;
  padding: 4px;
}

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-search--dropdown.select2-search--hide {
  display: none;
}

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__placeholder {
  color: #999;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--default[dir="rtl"]
  .select2-selection--single
  .select2-selection__clear {
  float: left;
}

.select2-container--default[dir="rtl"]
  .select2-selection--single
  .select2-selection__arrow {
  left: 1px;
  right: auto;
}

.select2-container--default.select2-container--disabled
  .select2-selection--single {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled
  .select2-selection--single
  .select2-selection__clear {
  display: none;
}

.select2-container--default.select2-container--open
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
}

.select2-container--default
  .select2-selection--multiple
  .select2-selection__rendered {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%;
}

.select2-container--default
  .select2-selection--multiple
  .select2-selection__rendered
  li {
  list-style: none;
}

.select2-container--default
  .select2-selection--multiple
  .select2-selection__placeholder {
  color: #999;
  margin-top: 5px;
  float: left;
}

.select2-container--default
  .select2-selection--multiple
  .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
}

.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice__remove:hover {
  color: #333;
}

.select2-container--default[dir="rtl"]
  .select2-selection--multiple
  .select2-selection__choice,
.select2-container--default[dir="rtl"]
  .select2-selection--multiple
  .select2-selection__placeholder,
.select2-container--default[dir="rtl"]
  .select2-selection--multiple
  .select2-search--inline {
  float: right;
}

.select2-container--default[dir="rtl"]
  .select2-selection--multiple
  .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--default[dir="rtl"]
  .select2-selection--multiple
  .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

.select2-container--default.select2-container--focus
  .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}

.select2-container--default.select2-container--disabled
  .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled
  .select2-selection__choice__remove {
  display: none;
}

.select2-container--default.select2-container--open.select2-container--above
  .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--above
  .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--default.select2-container--open.select2-container--below
  .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below
  .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: textfield;
}

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--default .select2-results__option[role="group"] {
  padding: 0;
}

.select2-container--default .select2-results__option[aria-disabled="true"] {
  color: #999;
}

.select2-container--default .select2-results__option[aria-selected="true"] {
  background-color: #ddd;
}

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}

.select2-container--default
  .select2-results__option
  .select2-results__option
  .select2-results__group {
  padding-left: 0;
}

.select2-container--default
  .select2-results__option
  .select2-results__option
  .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}

.select2-container--default
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}

.select2-container--default
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}

.select2-container--default
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}

.select2-container--default
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}

.select2-container--default
  .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white;
}

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(50%, #fff),
    to(#eee)
  );
  background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic
  .select2-selection--single
  .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--classic
  .select2-selection--single
  .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px;
}

.select2-container--classic
  .select2-selection--single
  .select2-selection__placeholder {
  color: #999;
}

.select2-container--classic
  .select2-selection--single
  .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(50%, #eee),
    to(#ccc)
  );
  background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0);
}

.select2-container--classic
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--classic[dir="rtl"]
  .select2-selection--single
  .select2-selection__clear {
  float: left;
}

.select2-container--classic[dir="rtl"]
  .select2-selection--single
  .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open
  .select2-selection--single
  .select2-selection__arrow {
  background: transparent;
  border: none;
}

.select2-container--classic.select2-container--open
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--classic.select2-container--open.select2-container--above
  .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#fff),
    color-stop(50%, #eee)
  );
  background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

.select2-container--classic.select2-container--open.select2-container--below
  .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(50%, #eee),
    to(#fff)
  );
  background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0);
}

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
}

.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic
  .select2-selection--multiple
  .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px;
}

.select2-container--classic
  .select2-selection--multiple
  .select2-selection__clear {
  display: none;
}

.select2-container--classic
  .select2-selection--multiple
  .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

.select2-container--classic
  .select2-selection--multiple
  .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

.select2-container--classic
  .select2-selection--multiple
  .select2-selection__choice__remove:hover {
  color: #555;
}

.select2-container--classic[dir="rtl"]
  .select2-selection--multiple
  .select2-selection__choice {
  float: right;
}

.select2-container--classic[dir="rtl"]
  .select2-selection--multiple
  .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--classic[dir="rtl"]
  .select2-selection--multiple
  .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

.select2-container--classic.select2-container--open
  .select2-selection--multiple {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open.select2-container--above
  .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--classic.select2-container--open.select2-container--below
  .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.select2-container--classic .select2-dropdown {
  background-color: #fff;
  border: 1px solid transparent;
}

.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}

.select2-container--classic .select2-dropdown--below {
  border-top: none;
}

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--classic .select2-results__option[role="group"] {
  padding: 0;
}

.select2-container--classic .select2-results__option[aria-disabled="true"] {
  color: grey;
}

.select2-container--classic
  .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: #fff;
}

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}

/*
/* site-header
/*
----------------------------------------------------------------- */
.site-header {
  background: #166ac7;
}

.site-header_overwrite_for_esthetic {
  background: #ffaa00;
}

.site-header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 40px;
}

@media screen and (max-width: 767px) {
  .site-header__inner {
    height: 50px;
  }
}

.site-header__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.site-header__link__item {
  margin-left: 24px;
}

.site-header__link__item a {
  text-decoration: none;
  font-size: 1.2rem;
}

.site-header__link__item i {
  font-size: 1.6rem;
  margin-right: 4px;
  vertical-align: middle;
  position: relative;
  top: -1px;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .site-header__link__item i {
    font-size: 2rem;
  }
}

.site-header__link__item span {
  color: #fff;
}

@media screen and (max-width: 767px) {
  .site-header__link__item span {
    display: none;
  }
}

.table-list {
  padding-top: 40px;
  position: relative;
  margin-top: 8px;
  overflow-x: hidden;
}

.table-list__body {
  width: 1300px;
}

@media screen and (max-width: 767px) {
  .table-list__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-bottom: 16px;
  }
}

.table-list__data {
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}

.table-list__data thead {
  background: #f1f1f1;
}

.table-list__data thead th {
  color: #999999;
}

.table-list__data thead th.-sort {
  position: relative;
  cursor: pointer;
}

.table-list__data thead th.-sort::before {
  font-family: "icon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-indent: 0;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  position: absolute;
  right: 2px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 1rem;
}

.table-list__data thead th.-sort-up {
  position: relative;
  cursor: pointer;
}

.table-list__data thead th.-sort-up::before {
  font-family: "icon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-indent: 0;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  position: absolute;
  right: 2px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 1rem;
}

.table-list__data thead th.-sort-down {
  position: relative;
  cursor: pointer;
}

.table-list__data thead th.-sort-down::before {
  font-family: "icon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-indent: 0;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  position: absolute;
  right: 2px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 1rem;
}

.table-list__data thead th.-selected {
  color: #ff5959;
}

.table-list__data thead th.-r {
  padding-right: 24px;
}

.table-list__data thead th.-first {
  padding: 16px 16px;
}

.table-list__data tbody {
  background: #fff;
}

.table-list__data tbody tr {
  border-bottom: 1px #f1f1f1 solid;
}

.table-list__data tbody tr.-red {
  background: #de5353;
}

.table-list__data tbody tr.-red input {
  color: #fff;
}

.table-list__data th,
.table-list__data td {
  position: relative;
}

.table-list__data th::after,
.table-list__data td::after {
  content: "";
  position: absolute;
  right: 0;
  top: 4px;
  bottom: 4px;
  display: block;
  width: 1px;
  background: #f1f1f1;
}

.table-list__data th:last-child::after,
.table-list__data td:last-child::after {
  content: none;
}

.table-list__data th {
  vertical-align: middle;
  font-size: 1.2rem;
  white-space: nowrap;
  padding: 2px 6px;
  text-align: left;
}

.table-list__data th:last-child {
  border-right: none;
}

.table-list__data th::after {
  background-color: #cccccc;
}

.table-list__data th.-r {
  text-align: right;
}

.table-list__data td {
  vertical-align: middle;
  white-space: nowrap;
  padding: 0 0;
}

.table-list__data td:first-child {
  padding: 16px;
}

.table-list__btn {
  position: absolute;
  left: 0;
  top: 0;
}

@media screen and (max-width: 767px) {
  .table-modal__body {
    overflow-x: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-bottom: 16px;
  }
}

.table-modal__data {
  -webkit-box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.2);
}

.table-modal__data.-no-shadow {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.table-modal__data.-mode-select input {
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .table-modal__data {
    width: 700px;
  }
}

.table-modal__data thead {
  background: #f1f1f1;
}

.table-modal__data thead th {
  color: #999999;
}

.table-modal__data thead th.-sort {
  position: relative;
  cursor: pointer;
}

.table-modal__data thead th.-sort::before {
  font-family: "icon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-indent: 0;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  position: absolute;
  right: 2px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 1rem;
}

.table-modal__data thead th.-sort-up {
  position: relative;
  cursor: pointer;
}

.table-modal__data thead th.-sort-up::before {
  font-family: "icon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-indent: 0;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  position: absolute;
  right: 2px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 1rem;
}

.table-modal__data thead th.-sort-down {
  position: relative;
  cursor: pointer;
}

.table-modal__data thead th.-sort-down::before {
  font-family: "icon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-indent: 0;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  position: absolute;
  right: 2px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 1rem;
}

.table-modal__data thead th.-r {
  padding-right: 24px;
}

.table-modal__data thead th.-first {
  padding: 16px 16px;
}

.table-modal__data thead th.-sm {
  width: 48px;
}

.table-modal__data tbody {
  background: #fff;
}

.table-modal__data tbody tr {
  border-bottom: 1px #f1f1f1 solid;
}

.table-modal__data tbody tr.-red {
  background: #ff3333;
}

.table-modal__data tbody tr.-red input {
  color: #fff;
}

.table-modal__data tr.-gray {
  background: #f9f9f9;
}

.table-modal__data tr.-selected {
  background: #e6f7ff;
}

.table-modal__data th,
.table-modal__data td {
  position: relative;
}

.table-modal__data th::after,
.table-modal__data td::after {
  content: "";
  position: absolute;
  right: 0;
  top: 4px;
  bottom: 4px;
  display: block;
  width: 1px;
  background: #f1f1f1;
}

.table-modal__data th:last-child::after,
.table-modal__data td:last-child::after {
  content: none;
}

.table-modal__data th:first-child,
.table-modal__data td:first-child {
  width: 30%;
}

.table-modal__data th:first-child.-sm,
.table-modal__data td:first-child.-sm {
  width: 48px;
  padding-left: 16px;
}

.table-modal__data th {
  vertical-align: middle;
  font-size: 1.2rem;
  white-space: nowrap;
  padding: 2px 6px;
  text-align: left;
}

.table-modal__data th:last-child {
  border-right: none;
}

.table-modal__data th::after {
  background-color: #cccccc;
}

.table-modal__data th.-r {
  text-align: right;
}

.table-modal__data td {
  vertical-align: middle;
  white-space: nowrap;
  padding: 0 0;
}

.table-payoff {
  width: 100%;
  font-size: 1.2rem;
  table-layout: fixed;
}

@media screen and (max-width: 1340px) {
  .table-payoff {
    font-size: 1rem;
  }
}

@media screen and (max-width: 979px) {
  .table-payoff.-narrow {
    font-family: "Arial", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN,
      "メイリオ", Meiryo, sans-serif;
  }
}

.table-payoff__layout {
  opacity: 0;
}

.table-payoff__layout th,
.table-payoff__layout td {
  padding: 0 !important;
}

.table-payoff td,
.table-payoff th {
  position: relative;
  line-height: 1.4;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.table-payoff td.-col-size-a,
.table-payoff th.-col-size-a {
  width: 5%;
}

.table-payoff td.-col-size-b,
.table-payoff th.-col-size-b {
  width: 17%;
}

.table-payoff td.-col-size-c,
.table-payoff th.-col-size-c {
  width: 8%;
}

.table-payoff td.-col-size-d,
.table-payoff th.-col-size-d {
  width: auto;
}

.table-payoff td.-col-size-e,
.table-payoff th.-col-size-e {
  width: 3%;
}

.table-payoff td.-col-size-f,
.table-payoff th.-col-size-f {
  width: 7%;
}

.table-payoff td.-col-size-g,
.table-payoff th.-col-size-g {
  width: 11%;
}

@media screen and (min-width: 980px) {
  .table-payoff td.-col-size-max60,
  .table-payoff th.-col-size-max60 {
    width: 50px;
  }
}

@media screen and (min-width: 1341px) {
  .table-payoff td.-col-size-max60,
  .table-payoff th.-col-size-max60 {
    width: 60px;
  }
}

@media screen and (min-width: 980px) {
  .table-payoff td.-col-size-max70,
  .table-payoff th.-col-size-max70 {
    width: 60px;
  }
}

@media screen and (min-width: 1341px) {
  .table-payoff td.-col-size-max70,
  .table-payoff th.-col-size-max70 {
    width: 70px;
  }
}

@media screen and (min-width: 980px) {
  .table-payoff td.-col-size-max80,
  .table-payoff th.-col-size-max80 {
    width: 70px;
  }
}

@media screen and (min-width: 1341px) {
  .table-payoff td.-col-size-max80,
  .table-payoff th.-col-size-max80 {
    width: 80px;
  }
}

@media screen and (min-width: 980px) {
  .table-payoff td.-col-size-max90,
  .table-payoff th.-col-size-max90 {
    width: 80px;
  }
}

@media screen and (min-width: 1341px) {
  .table-payoff td.-col-size-max90,
  .table-payoff th.-col-size-max90 {
    width: 90px;
  }
}

@media screen and (max-width: 1340px) {
  .table-payoff td,
  .table-payoff th {
    overflow-x: auto;
  }
}

.table-payoff thead th,
.table-payoff thead td {
  font-weight: bold;
}

.table-payoff thead th {
  padding: 10px 3px;
  background-color: #166ac7;
  color: #fff;
  text-align: left;
}

.table-payoff thead td {
  padding: 10px 3px;
  background-color: #f5f5f5;
}

.table-payoff tbody {
  background-color: #fff;
  border-top: 1px solid #f1f1f1;
}

.table-payoff tbody.-first {
  border-top: none;
}

.table-payoff tbody.-even {
  background-color: #f0ffff;
}

.table-payoff tbody td {
  padding: 10px 3px;
  border-left: 1px solid #f1f1f1;
}

.table-payoff tbody td.-first {
  border-left: none;
}

.table-payoff tbody td.-fit-b::after {
  bottom: 0;
}

.table-payoff tbody td.-fit-t::after {
  top: 0;
}

.table-payoff tbody td.-v-c {
  vertical-align: middle;
}

.table-payoff tbody td.-r {
  text-align: right;
}

.table-payoff tbody td.-c {
  text-align: center;
}

.table-payoff tbody td.-first::after {
  content: none;
}

.table-payoff tbody td.-red {
  color: #ff3333;
}

.table-payoff tbody td.-nowrap {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.table-payoff tfoot {
  background-color: #fff;
  border-top: 1px solid #f1f1f1;
}

.table-payoff tfoot.-even {
  background-color: #f0ffff;
}

.table-payoff tfoot th,
.table-payoff tfoot td {
  padding: 10px 3px;
}

.table-payoff tfoot th {
  font-size: 1.4rem;
  text-align: left;
  font-weight: bold;
  padding: 10px 3px 44px;
}

@media screen and (max-width: 1340px) {
  .table-payoff tfoot th {
    font-size: 1.2rem;
  }
}

.table-payoff tfoot td {
  border-left: 1px solid #f1f1f1;
}

.table-payoff tfoot td.-r {
  text-align: right;
}

.table-payoff tfoot td.-c {
  text-align: center;
}

.table-payoff tfoot td.-red {
  color: #ff3333;
}

.table-payoff tfoot td.-first {
  border-left: none;
}

.table-payoff-header {
  width: 100%;
  max-width: 1340px;
  font-size: 1.2rem;
  margin-left: auto;
  margin-right: auto;
  table-layout: fixed;
}

@media screen and (max-width: 1340px) {
  .table-payoff-header {
    font-size: 1rem;
  }
}

@media screen and (max-width: 979px) {
  .table-payoff-header.-narrow {
    font-family: "Arial", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN,
      "メイリオ", Meiryo, sans-serif;
  }
}

.table-payoff-header__wrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.table-payoff-header__wrapper.-sticky {
  position: fixed;
}

.table-payoff-header__space {
  height: 124px;
}

@media screen and (max-width: 1340px) {
  .table-payoff-header__space {
    height: 114px;
  }
}

.table-payoff-header td,
.table-payoff-header th {
  position: relative;
  line-height: 1.4;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.table-payoff-header td.-col-size-a,
.table-payoff-header th.-col-size-a {
  width: 5%;
}

.table-payoff-header td.-col-size-b,
.table-payoff-header th.-col-size-b {
  width: 17%;
}

.table-payoff-header td.-col-size-c,
.table-payoff-header th.-col-size-c {
  width: 8%;
}

.table-payoff-header td.-col-size-d,
.table-payoff-header th.-col-size-d {
  width: auto;
}

.table-payoff-header td.-col-size-e,
.table-payoff-header th.-col-size-e {
  width: 3%;
}

.table-payoff-header td.-col-size-f,
.table-payoff-header th.-col-size-f {
  width: 7%;
}

.table-payoff-header td.-col-size-g,
.table-payoff-header th.-col-size-g {
  width: 11%;
}

@media screen and (min-width: 980px) {
  .table-payoff-header td.-col-size-max60,
  .table-payoff-header th.-col-size-max60 {
    width: 50px;
  }
}

@media screen and (min-width: 1341px) {
  .table-payoff-header td.-col-size-max60,
  .table-payoff-header th.-col-size-max60 {
    width: 60px;
  }
}

@media screen and (min-width: 980px) {
  .table-payoff-header td.-col-size-max70,
  .table-payoff-header th.-col-size-max70 {
    width: 60px;
  }
}

@media screen and (min-width: 1341px) {
  .table-payoff-header td.-col-size-max70,
  .table-payoff-header th.-col-size-max70 {
    width: 70px;
  }
}

@media screen and (min-width: 980px) {
  .table-payoff-header td.-col-size-max80,
  .table-payoff-header th.-col-size-max80 {
    width: 70px;
  }
}

@media screen and (min-width: 1341px) {
  .table-payoff-header td.-col-size-max80,
  .table-payoff-header th.-col-size-max80 {
    width: 80px;
  }
}

@media screen and (min-width: 980px) {
  .table-payoff-header td.-col-size-max90,
  .table-payoff-header th.-col-size-max90 {
    width: 80px;
  }
}

@media screen and (min-width: 1341px) {
  .table-payoff-header td.-col-size-max90,
  .table-payoff-header th.-col-size-max90 {
    width: 90px;
  }
}

.table-payoff-header td.-first::after,
.table-payoff-header th.-first::after {
  content: none;
}

.table-payoff-header td.-fit-t::after,
.table-payoff-header th.-fit-t::after {
  top: 0;
}

.table-payoff-header td.-fit-b::after,
.table-payoff-header th.-fit-b::after {
  bottom: 0;
}

.table-payoff-header td.-c,
.table-payoff-header th.-c {
  text-align: center;
}

@media screen and (max-width: 1340px) {
  .table-payoff-header td,
  .table-payoff-header th {
    overflow-x: auto;
  }
}

.table-payoff-header td {
  border-left: 1px solid #cccccc;
}

.table-payoff-header td.-first {
  border-left: none;
}

.table-payoff-header thead {
  background-color: #e6e6e6;
  color: #999999;
}

.table-payoff-header thead th {
  padding: 10px 6px;
  text-align: left;
}

.table-payoff-header tbody {
  background-color: #f1f1f1;
  color: #999999;
}

.table-payoff-header tbody td {
  padding: 6px;
}

.table-payoff-header tbody td.-v-c {
  vertical-align: middle;
}

.table-payoff-footer {
  width: 100%;
  font-size: 1.2rem;
  table-layout: fixed;
}

@media screen and (max-width: 1340px) {
  .table-payoff-footer {
    font-size: 1rem;
  }
}

@media screen and (max-width: 979px) {
  .table-payoff-footer.-narrow {
    font-family: "Arial", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN,
      "メイリオ", Meiryo, sans-serif;
  }
}

.table-payoff-footer td,
.table-payoff-footer th {
  position: relative;
  line-height: 1.4;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.table-payoff-footer td.-col-size-a,
.table-payoff-footer th.-col-size-a {
  width: 5%;
}

.table-payoff-footer td.-col-size-b,
.table-payoff-footer th.-col-size-b {
  width: 17%;
}

.table-payoff-footer td.-col-size-c,
.table-payoff-footer th.-col-size-c {
  width: 8%;
}

.table-payoff-footer td.-col-size-d,
.table-payoff-footer th.-col-size-d {
  width: auto;
}

.table-payoff-footer td.-col-size-e,
.table-payoff-footer th.-col-size-e {
  width: 3%;
}

.table-payoff-footer td.-col-size-f,
.table-payoff-footer th.-col-size-f {
  width: 7%;
}

.table-payoff-footer td.-col-size-g,
.table-payoff-footer th.-col-size-g {
  width: 11%;
}

@media screen and (min-width: 980px) {
  .table-payoff-footer td.-col-size-max60,
  .table-payoff-footer th.-col-size-max60 {
    width: 50px;
  }
}

@media screen and (min-width: 1341px) {
  .table-payoff-footer td.-col-size-max60,
  .table-payoff-footer th.-col-size-max60 {
    width: 60px;
  }
}

@media screen and (min-width: 980px) {
  .table-payoff-footer td.-col-size-max70,
  .table-payoff-footer th.-col-size-max70 {
    width: 60px;
  }
}

@media screen and (min-width: 1341px) {
  .table-payoff-footer td.-col-size-max70,
  .table-payoff-footer th.-col-size-max70 {
    width: 70px;
  }
}

@media screen and (min-width: 980px) {
  .table-payoff-footer td.-col-size-max80,
  .table-payoff-footer th.-col-size-max80 {
    width: 70px;
  }
}

@media screen and (min-width: 1341px) {
  .table-payoff-footer td.-col-size-max80,
  .table-payoff-footer th.-col-size-max80 {
    width: 80px;
  }
}

@media screen and (min-width: 980px) {
  .table-payoff-footer td.-col-size-max90,
  .table-payoff-footer th.-col-size-max90 {
    width: 80px;
  }
}

@media screen and (min-width: 1341px) {
  .table-payoff-footer td.-col-size-max90,
  .table-payoff-footer th.-col-size-max90 {
    width: 90px;
  }
}

@media screen and (max-width: 1340px) {
  .table-payoff-footer td,
  .table-payoff-footer th {
    overflow-x: auto;
  }
}

.table-payoff-footer tbody {
  background-color: #fcecea;
  border-top: 1px solid #fff;
}

.table-payoff-footer tbody.-even {
  background-color: #f9efef;
}

.table-payoff-footer tbody.-first {
  border-top: none;
}

.table-payoff-footer tbody th,
.table-payoff-footer tbody td {
  padding: 10px 6px;
}

.table-payoff-footer tbody th {
  font-size: 1.4rem;
  text-align: left;
  font-weight: bold;
  color: #9e2d00;
  padding: 10px 6px 44px;
}

@media screen and (max-width: 1340px) {
  .table-payoff-footer tbody th {
    font-size: 1.2rem;
  }
}

.table-payoff-footer tbody th::before {
  content: "";
  display: block;
  height: 19px;
  float: left;
}

.table-payoff-footer tbody td {
  border-left: 1px solid #fff;
}

.table-payoff-footer tbody td.-r {
  text-align: right;
}

.table-payoff-footer tbody td.-c {
  text-align: center;
}

.table-payoff-footer tbody td.-red {
  color: #ff3333;
}

.table-primary {
  margin-top: 8px;
  margin-bottom: 8px;
}

.table-primary.-full {
  width: 100%;
}

.table-primary.-size-50 {
  width: 50%;
}

.table-primary.-size-80 {
  width: 80%;
}

.table-primary thead {
  background: #f1f1f1;
}

.table-primary thead th {
  color: #fff;
  background-color: #166ac7;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1.2;
  text-align: center;
}

.table-primary thead th::after {
  background-color: #fff;
}

.table-primary thead th.-size-12 {
  width: 12.5%;
}

.table-primary thead th.-size-15 {
  width: 15%;
}

.table-primary thead th.-size-20 {
  width: 20%;
}

.table-primary thead th.-size-25 {
  width: 25%;
}

.table-primary thead th.-size-40 {
  width: 40%;
}

.table-primary thead th.-size-50 {
  width: 50%;
}

.table-primary thead th.-zip-txt {
  font-size: 10px;
  padding-right: 0;
}

.table-primary tbody {
  background: #fff;
}

.table-primary tbody td {
  border-bottom: 1px solid #cccccc;
}

.table-primary tbody td.-size-12 {
  width: 12.5%;
}

.table-primary tbody td.-size-15 {
  width: 15%;
}

.table-primary tbody td.-size-20 {
  width: 20%;
}

.table-primary tbody td.-size-25 {
  width: 25%;
}

.table-primary th,
.table-primary td {
  position: relative;
  white-space: nowrap;
}

.table-primary th::after,
.table-primary td::after {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  bottom: 4px;
  display: block;
  width: 1px;
  background: #cccccc;
}

.table-primary th:first-child::after,
.table-primary td:first-child::after {
  content: none;
}

.table-primary th {
  vertical-align: middle;
  font-size: 1.2rem;
  padding: 2px 6px;
  text-align: left;
}

.table-primary th:last-child {
  border-right: none;
}

.table-primary th.-r {
  text-align: right;
}

.table-primary td {
  vertical-align: middle;
  padding: 0;
}

.table-primary__subtitle {
  padding: 0 8px;
  background: #e6e6e6;
  text-align: center;
}

.table-view {
  position: relative;
  margin-top: 8px;
  overflow-x: hidden;
  padding-bottom: 50px;
}

@media screen and (max-width: 767px) {
  .table-view__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-bottom: 16px;
  }
}

.table-view__scroll {
  overflow-y: auto;
  max-height: 600px;
}

.table-view__scroll.-no-xscroll {
  overflow-x: hidden;
}

.table-view__layout {
  opacity: 0;
}

.table-view__layout th,
.table-view__layout td {
  padding: 0 !important;
}

.table-view__data {
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  width: 100%;
  table-layout: fixed;
}

.table-view__data thead {
  background: #f1f1f1;
}

.table-view__data thead th {
  color: #999999;
  padding: 6px;
}

.table-view__data thead th.-sort {
  position: relative;
  cursor: pointer;
}

.table-view__data thead th.-sort::before {
  font-family: "icon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-indent: 0;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  position: absolute;
  right: 2px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 1rem;
}

.table-view__data thead th.-sort-up {
  position: relative;
  cursor: pointer;
}

.table-view__data thead th.-sort-up::before {
  font-family: "icon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-indent: 0;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  position: absolute;
  right: 2px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 1rem;
}

.table-view__data thead th.-sort-down {
  position: relative;
  cursor: pointer;
}

.table-view__data thead th.-sort-down::before {
  font-family: "icon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-indent: 0;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  position: absolute;
  right: 2px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 1rem;
}

.table-view__data thead th.-selected {
  color: #ff5959;
}

.table-view__data thead th.-r {
  padding-right: 24px;
}

.table-view__data thead th.-first {
  padding: 16px 16px;
}

.table-view__data tbody {
  background: #fff;
}

.table-view__data tbody tr {
  border-bottom: 1px #f1f1f1 solid;
}

.table-view__data tbody tr.-main {
  background-color: #f0ffff;
}

.table-view__data tbody tr.-red {
  background: #de5353;
}

.table-view__data tbody tr.-red input {
  color: #fff;
}

.table-view__data tbody tr.-hdg {
  border-bottom: none;
}

.table-view__data tbody tr.-hdg td::after {
  content: none;
}

.table-view__data th,
.table-view__data td {
  position: relative;
}

.table-view__data th::after,
.table-view__data td::after {
  content: "";
  position: absolute;
  right: 0;
  top: 4px;
  bottom: 4px;
  display: block;
  width: 1px;
  background: #f1f1f1;
}

.table-view__data th:last-child::after,
.table-view__data td:last-child::after {
  content: none;
}

.table-view__data th.-col-size-a,
.table-view__data td.-col-size-a {
  width: 14.285%;
  min-width: 100px;
}

.table-view__data th.-col-size-b,
.table-view__data td.-col-size-b {
  width: 75px;
}

.table-view__data th.-col-size-c,
.table-view__data td.-col-size-c {
  min-width: 118px;
  width: 15%;
}

.table-view__data th.-col-size-d,
.table-view__data td.-col-size-d {
  min-width: 107px;
  width: 15%;
}

.table-view__data th.-col-size-e,
.table-view__data td.-col-size-e {
  min-width: 100px;
  width: 15%;
}

.table-view__data th.-col-size-f,
.table-view__data td.-col-size-f {
  width: 22%;
}

.table-view__data th.-col-size-g,
.table-view__data td.-col-size-g {
  width: 19%;
}

.table-view__data th.-col-size-h,
.table-view__data td.-col-size-h {
  width: 21%;
}

.table-view__data th {
  vertical-align: middle;
  font-size: 1.2rem;
  white-space: nowrap;
  padding: 2px 6px;
  text-align: left;
}

.table-view__data th:last-child {
  border-right: none;
}

.table-view__data th::after {
  background-color: #cccccc;
}

.table-view__data th.-r {
  text-align: right;
}

.table-view__data td {
  vertical-align: middle;
  white-space: nowrap;
  padding: 0;
}

.table-view__btn {
  position: absolute;
  left: 0;
  top: 0;
}

.table {
  position: relative;
  margin-top: 20px;
}

.table__body {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  overflow-x: scroll;
  overflow-y: visible;
  padding-left: 2px;
  padding-bottom: 8px;
}

.table__body::-webkit-scrollbar {
  width: 5px;
  background: #f1f1f1;
}

.table__body::-webkit-scrollbar:horizontal {
  height: 10px;
  background: #f1f1f1;
}

.table__body::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 2px;
}

.table__body::-webkit-scrollbar-thumb:horizontal {
  background: #ccc;
  border-radius: 2px;
}

@media screen and (max-width: 767px) {
  .table__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-bottom: 0;
  }
}

@media screen and (min-width: 768px) {
  .table__body.-coupon {
    width: calc(100% - 108px);
  }
}

@media screen and (max-width: 767px) {
  .table__body.-coupon {
    padding-bottom: 8px;
  }
}

.table__footer {
  margin-top: 8px;
}

.table__data {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}

.table__data.-full {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .table__data.-full {
    width: 600px;
  }
}

.table__data.-fit {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.table__data thead {
  background: #f1f1f1;
}

.table__data thead th {
  color: #999999;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1.2;
}

.table__data tbody {
  background: #fff;
}

.table__data tbody td {
  border-bottom: 1px solid #cccccc;
}

.table__data th,
.table__data td {
  position: relative;
  white-space: nowrap;
}

.table__data th::after,
.table__data td::after {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  bottom: 4px;
  display: block;
  width: 1px;
  background: #cccccc;
}

.table__data th:first-child::after,
.table__data td:first-child::after {
  content: none;
}

.table__data th.-hidden,
.table__data td.-hidden {
  display: none;
}

.table__data th {
  vertical-align: middle;
  font-size: 1.2rem;
  padding: 2px 6px;
  text-align: left;
}

.table__data th:last-child {
  border-right: none;
}

.table__data th.-col-w60 {
  width: 60px;
}

.table__data th.-col-w90 {
  width: 90px;
}

.table__data th.-col-w100 {
  width: 100px;
}

.table__data th.-col-w160 {
  width: 160px;
}

.table__data th.-col-w180 {
  width: 180px;
}

.table__data th.-col-1 {
  width: 8.333%;
}

.table__data th.-col-2 {
  width: 16.666%;
}

.table__data th.-col-3 {
  width: 25%;
}

.table__data th.-r {
  text-align: right;
}

.table__data td {
  vertical-align: middle;
  padding: 0;
}

.table__discount {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
  margin-left: 18px;
}

@media screen and (max-width: 767px) {
  .table__discount {
    margin-left: 0;
    margin-top: 18px;
  }
}

@media screen and (min-width: 768px) {
  .table__discount.-fixed {
    position: absolute;
    right: 0;
    top: -40px;
  }
}

.text-desc {
  margin-top: 24px;
}

@media screen and (max-width: 767px) {
  .text-desc {
    margin-top: 16px;
    margin-bottom: -8px;
  }
}

.text-desc.-xs {
  margin-top: 8px;
}

.text-desc.-sm {
  margin-top: 16px;
}

.text-desc.-md {
  margin-top: 16px;
  font-size: 1.6rem;
}

.text-desc.-lg {
  margin-top: 32px;
  font-size: 1.6rem;
}

@media screen and (max-width: 767px) {
  .text-desc.-lg {
    margin-top: 16px;
    margin-bottom: -8px;
  }
}

.text-desc.-hdg {
  margin-top: 0;
  margin-bottom: 16px;
}

@media screen and (max-width: 767px) {
  .text-desc.-hdg {
    margin-top: 0;
  }
}

.text-desc.-notes {
  font-size: 1.2rem;
}

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

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

.text-desc.-red {
  color: #f00;
}

.text-desc.-hang {
  margin-left: 20px;
}

.theme.-main {
  color: #166ac7;
}

.theme.-red {
  color: #ff3333;
}

.title-primary {
  font-size: 1.6rem;
  border-left: 2px #166ac7 solid;
  padding-left: 8px;
  margin-bottom: 16px;
  margin-top: 20px;
  color: #555;
  line-height: 1;
}

.box > .title-primary:first-child {
  margin-top: 0;
}

.title-primary.-lg {
  margin-bottom: 32px;
}

@media screen and (max-width: 767px) {
  .title-primary.-lg {
    margin-bottom: 0;
  }
}

.title-secondly {
  font-size: 2.4rem;
  color: #166ac7;
  margin-bottom: 16px;
  margin-top: 24px;
}

.box > .title-secondly:first-child {
  margin-top: 0;
}

@media screen and (max-width: 767px) {
  .title-secondly {
    font-size: 1.8rem;
    margin-bottom: 8px;
  }
}

.title-secondly.-sm {
  font-size: 1.8rem;
  margin-bottom: 16px;
}

.title-thirdly {
  font-size: 2rem;
  font-weight: bold;
}

.title-thirdly.-red {
  color: #ee0000;
}

.title-thirdly.-black {
  color: #111;
}

.title-thirdly.-padding {
  padding-bottom: 16px;
}

@media screen and (max-width: 767px) {
  .title-thirdly.-padding {
    padding: 8px;
    font-size: 1.8rem;
  }
}

.title-fourthly {
  font-size: 1.4rem;
  margin-bottom: 4px;
  margin-top: 20px;
}

.title-primary + .title-fourthly {
  margin-top: 0;
}

.title-fifthly {
  font-size: 2.4rem;
  margin-bottom: 8px;
  color: #3acdcb;
  font-weight: bold;
  text-align: center;
}

.title-fifthly.-red {
  color: #e00;
}

.title-fifthly.-rightRed {
  color: #ff5858;
}

.title-fifthly.-orange {
  color: #f09500;
}

.title-sixthly {
  font-size: 1.2rem;
  margin-top: 24px;
  margin-bottom: 24px;
}

@media screen and (max-width: 767px) {
  .title-sixthly {
    margin-top: 16px;
    margin-bottom: -8px;
  }
}

.title-sixthly.-sm {
  margin-top: 24px;
  margin-bottom: -8px;
}

@media screen and (max-width: 767px) {
  .title-sixthly.-sm {
    margin-top: 16px;
  }
}

.title-sixthly.-black {
  color: #111;
}

.toggle-box {
  padding-bottom: 24px;
  margin-bottom: 10px;
  border-bottom: 1px #dddddd solid;
  display: none;
}

.toggle-box.-visible {
  display: block;
}

.toggle-box.-default {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}

body.ca07-20 .site-header__inner,
body.ca07-20 .page-header__inner,
body.ca07-20 .page-footer__inner,
body.ca07-20 .main {
  max-width: 1340px;
}

body.ca07-20 .main {
  max-width: none;
  padding: 0;
}

/*
/* Reset
/*
----------------------------------------------------------------- */
@media screen and (min-width: 768px) {
  .hidden__pc {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .hidden__sp {
    display: none;
  }
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -8px -4px 0;
}

.row.-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.row.-half {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  width: calc(50% + 8px);
}

@media screen and (max-width: 767px) {
  .row.-half {
    width: auto;
  }
}

.row.-w600 {
  width: 600px;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (max-width: 767px) {
  .row.-w600 {
    width: auto;
  }
}

@media screen and (max-width: 767px) {
  .row.-sp-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}

.col,
.col-13,
.col-12,
.col-11,
.col-10,
.col-9,
.col-8,
.col-7,
.col-6,
.col-5,
.col-4,
.col-3,
.col-2,
.col-1,
.col-unit {
  padding-top: 8px;
  padding-right: 4px;
  padding-left: 4px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .col.-sp-w88,
  .-sp-w88.col-13,
  .-sp-w88.col-12,
  .-sp-w88.col-11,
  .-sp-w88.col-10,
  .-sp-w88.col-9,
  .-sp-w88.col-8,
  .-sp-w88.col-7,
  .-sp-w88.col-6,
  .-sp-w88.col-5,
  .-sp-w88.col-4,
  .-sp-w88.col-3,
  .-sp-w88.col-2,
  .-sp-w88.col-1,
  .-sp-w88.col-unit {
    width: 88px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-flex: 88px;
    -ms-flex: 88px 0 0px;
    flex: 88px 0 0;
    max-width: 88px;
  }
}

.col-13 {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.col-12 {
  -webkit-box-flex: 100%;
  -ms-flex: 100% 0 0px;
  flex: 100% 0 0;
  max-width: 100%;
}

@media screen and (max-width: 767px) {
  .col-12 {
    -webkit-box-flex: 100%;
    -ms-flex: 100% 0 0px;
    flex: 100% 0 0;
    max-width: 100%;
  }
}

.col-11 {
  -webkit-box-flex: 91.666%;
  -ms-flex: 91.666% 0 0px;
  flex: 91.666% 0 0;
  max-width: 91.666%;
}

@media screen and (max-width: 767px) {
  .col-11 {
    -webkit-box-flex: 100%;
    -ms-flex: 100% 0 0px;
    flex: 100% 0 0;
    max-width: 100%;
  }
}

.col-10 {
  -webkit-box-flex: 83.333%;
  -ms-flex: 83.333% 0 0px;
  flex: 83.333% 0 0;
  max-width: 83.333%;
}

@media screen and (max-width: 767px) {
  .col-10 {
    -webkit-box-flex: 100%;
    -ms-flex: 100% 0 0px;
    flex: 100% 0 0;
    max-width: 100%;
  }
}

.col-9 {
  -webkit-box-flex: 75%;
  -ms-flex: 75% 0 0px;
  flex: 75% 0 0;
  max-width: 75%;
}

@media screen and (max-width: 767px) {
  .col-9 {
    -webkit-box-flex: 100%;
    -ms-flex: 100% 0 0px;
    flex: 100% 0 0;
    max-width: 100%;
  }
}

.col-8 {
  -webkit-box-flex: 66.666%;
  -ms-flex: 66.666% 0 0px;
  flex: 66.666% 0 0;
  max-width: 66.666%;
}

@media screen and (max-width: 767px) {
  .col-8 {
    -webkit-box-flex: 100%;
    -ms-flex: 100% 0 0px;
    flex: 100% 0 0;
    max-width: 100%;
  }
}

.col-7 {
  -webkit-box-flex: 58.333%;
  -ms-flex: 58.333% 0 0px;
  flex: 58.333% 0 0;
  max-width: 58.333%;
}

@media screen and (max-width: 767px) {
  .col-7 {
    -webkit-box-flex: 100%;
    -ms-flex: 100% 0 0px;
    flex: 100% 0 0;
    max-width: 100%;
  }
}

.col-6 {
  -webkit-box-flex: 50%;
  -ms-flex: 50% 0 0px;
  flex: 50% 0 0;
  max-width: 50%;
}

@media screen and (max-width: 767px) {
  .col-6 {
    -webkit-box-flex: 100%;
    -ms-flex: 100% 0 0px;
    flex: 100% 0 0;
    max-width: 100%;
  }
}

.col-5 {
  -webkit-box-flex: 41.666%;
  -ms-flex: 41.666% 0 0px;
  flex: 41.666% 0 0;
  max-width: 41.666%;
}

@media screen and (max-width: 767px) {
  .col-5 {
    -webkit-box-flex: 100%;
    -ms-flex: 100% 0 0px;
    flex: 100% 0 0;
    max-width: 100%;
  }
}

.col-4 {
  -webkit-box-flex: 33.333%;
  -ms-flex: 33.333% 0 0px;
  flex: 33.333% 0 0;
  max-width: 33.333%;
}

.col-test {
  -webkit-box-flex: 25%;
      -ms-flex: 25% 0 0px;
          flex: 25% 0 0;
  max-width: 25%;
}

@media screen and (max-width: 767px) {
  .col-4 {
    -webkit-box-flex: 100%;
    -ms-flex: 100% 0 0px;
    flex: 100% 0 0;
    max-width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .col-test {
    -webkit-box-flex: 100%;
        -ms-flex: 100% 0 0px;
            flex: 100% 0 0;
    max-width: 100%;
  }
}

.col-3 {
  -webkit-box-flex: 25%;
  -ms-flex: 25% 0 0px;
  flex: 25% 0 0;
  max-width: 25%;
}

@media screen and (max-width: 767px) {
  .col-3 {
    -webkit-box-flex: 100%;
    -ms-flex: 100% 0 0px;
    flex: 100% 0 0;
    max-width: 100%;
  }
}

.col-2 {
  -webkit-box-flex: 16.666%;
  -ms-flex: 16.666% 0 0px;
  flex: 16.666% 0 0;
  max-width: 16.666%;
}

@media screen and (max-width: 767px) {
  .col-2 {
    -webkit-box-flex: 100%;
    -ms-flex: 100% 0 0px;
    flex: 100% 0 0;
    max-width: 100%;
  }
}

.col-1 {
  -webkit-box-flex: 8.333%;
  -ms-flex: 8.333% 0 0px;
  flex: 8.333% 0 0;
  max-width: 8.333%;
}

@media screen and (max-width: 767px) {
  .col-1 {
    -webkit-box-flex: 100%;
    -ms-flex: 100% 0 0px;
    flex: 100% 0 0;
    max-width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .col-sm-8 {
    -webkit-box-flex: 66.666%;
    -ms-flex: 66.666% 0 0px;
    flex: 66.666% 0 0;
    max-width: 66.666%;
  }
}

@media screen and (max-width: 767px) {
  .col-sm-6 {
    -webkit-box-flex: 50%;
    -ms-flex: 50% 0 0px;
    flex: 50% 0 0;
    max-width: 50%;
  }
}

@media screen and (max-width: 767px) {
  .col-sm-12 {
    -webkit-box-flex: 100%;
    -ms-flex: 100% 0 0px;
    flex: 100% 0 0;
    max-width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .col-sm-10 {
    -webkit-box-flex: 83.333%;
    -ms-flex: 83.333% 0 0px;
    flex: 83.333% 0 0;
    max-width: 83.333%;
  }
}

@media screen and (max-width: 767px) {
  .col-sm-5 {
    -webkit-box-flex: 41.666%;
    -ms-flex: 41.666% 0 0px;
    flex: 41.666% 0 0;
    max-width: 41.666%;
  }
}

@media screen and (max-width: 767px) {
  .col-sm-4 {
    -webkit-box-flex: 33.333%;
    -ms-flex: 33.333% 0 0px;
    flex: 33.333% 0 0;
    max-width: 33.333%;
  }
}

@media screen and (max-width: 767px) {
  .col-sm-3 {
    -webkit-box-flex: 25%;
    -ms-flex: 25% 0 0px;
    flex: 25% 0 0;
    max-width: 25%;
  }
}

@media screen and (max-width: 767px) {
  .col-sm-2 {
    -webkit-box-flex: 16.666%;
    -ms-flex: 16.666% 0 0px;
    flex: 16.666% 0 0;
    max-width: 16.666%;
  }
}

@media screen and (max-width: 767px) {
  .col-sm-1 {
    -webkit-box-flex: 8.333%;
    -ms-flex: 8.333% 0 0px;
    flex: 8.333% 0 0;
    max-width: 8.333%;
  }
}

.fw-bold {
  font-weight: bold;
}

/**
 * 追加分共通スタイル
 */
.modal.small {
  width: 240px;
}

.modal.midium {
  width: 320px;
}

.bar__linear .-per-0::after {
  width: 0%;
}

.form-description {
  /*color: #555;*/
  font-size: 1.2rem;
  margin-top: 4px;
}

.disp-none {
  display: none;
}

#err-entry_dt.form-error.-visible,
#err-accept_dt.form-error.-visible,
#err-purchase_code.form-error.-visible,
#err-purchase_name.form-error.-visible {
  display: inline-block;
}

.autoload_loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(51, 51, 51, 0.9);
  z-index: 100000;
}

.autoload_loading .loader {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
  z-index: 100001;
}

.autoload_loading .loader img {
  width: 6rem;
  height: 6rem;
  padding-bottom: 8px;
}

.uploading {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  padding: 20px;
}

.loading {
  display: none;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  padding-bottom: 3px;
  opacity: 20;
}

.submitting {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(255, 255, 255, 0.3);
  z-index: 1000;
}

.submitting .submit {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  color: #166ac7;
  z-index: 1001;
  width: 100%;
  height: auto;
}

.submitting .submit img {
  width: 6rem;
  height: 6rem;
  padding-bottom: 8px;
}

/* 汎用非表示クラス */
.display-none {
  display: none;
}

/* 文字色設定クラス */
.color-black {
  color: #000000 !important;
}

/* 非活性時の透過防止 */
:disabled {
  opacity: 1;
}

/* 確認画面の場合、非活性スタイル */
.confirm *:disabled {
  opacity: 1;
  font-weight: normal;
  color: #000;
}

/* input[type=file]のボタンデザイン用 */
.btn.file {
  line-height: 48px;
}

/* tablesorter用スタイル */
.table-modal__data thead th.tablesorter-header {
  outline: none;
}

.table-modal__data thead th.tablesorter-headerDesc,
.table-modal__data thead th.tablesorter-headerAsc {
  color: #ff5959;
}

.table-modal__data thead th.tablesorter-headerDesc::before {
  font-family: "icon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-indent: 0;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  position: absolute;
  right: 2px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 1rem;
}

.table-modal__data thead th.tablesorter-headerAsc::before {
  font-family: "icon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-indent: 0;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  position: absolute;
  right: 2px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 1rem;
}

/* 0243固有css（後日引っ越す予定） */
.table-modal__body_0243 {
  overflow-y: scroll;
  max-height: 70vh;
}

.btn.-pagetop_0243 {
  position: fixed;
  bottom: 30px;
  right: 50px;
  width: 48px;
  height: 48px;
  min-width: 0;
  background: #166ac7;
  z-index: 99999;
  display: none;
}

.btn.-pagetop_0243::after {
  font-family: "icon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-indent: 0;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 2rem;
}

html.no-touch .btn.-pagetop_0243:hover {
  background: #398ae6;
}

.modal .select_address {
  cursor: pointer;
  padding: 5px;
}

.modal .select_address:hover {
  background-color: #ccc;
}

#zip-modal {
  display: none;
}

#modal-zip-code .modal .zip-address-list ul {
  max-height: 50vh;
  overflow-y: auto;
  list-style: none;
}

.zip_input_prefecture,
.zip_input_prefecturekana {
  color: #000;
}

::-ms-clear {
  display: block;
}

.input-date input.js-date:disabled {
  border-bottom: 1px #999999 solid;
  color: inherit;
  font-weight: inherit;
}

.input-date input.js-date:disabled.-error {
  border-bottom: 1px #ff3333 solid;
  color: #ff3333;
}

/* サイトラベル */
.site-label {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  top: 0;
  width: 100%;
  height: 100vh;
  pointer-events: none;
  z-index: 9999;
}

.site-label p {
  display: inline-block;
  padding: 5px 10px;
  color: #ccc;
  font-size: 100px;
  opacity: 0.2;
  font-weight: 600;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* サイトラベル(ヘッダー　フッター) */
.site-label-fix {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  top: 0;
  width: 100%;
  height: 100vh;
  pointer-events: none;
  z-index: 9999;
}

.site-label-fix#site-label-head {
  position: absolute;
  height: 60px;
  margin-top: 60px;
  display: none;
}

@media screen and (max-width: 767px) {
  .site-label-fix#site-label-head {
    height: 50px;
  }
}

.site-label-fix#site-label-head.-login {
  left: 0;
  margin-top: -70px;
}

.site-label-fix#site-label-foot {
  position: absolute;
  height: 60px;
  display: none;
}

.site-label-fix p {
  display: inline-block;
  padding: 5px 10px;
  color: #ff0000;
  font-size: 20px;
  opacity: 0.7;
  font-weight: 600;
  border: 1px solid;
}

.box__text.toh {
  padding: 0;
}

.table-list__data {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.table-list__data tr:hover td {
  background-color: #f0ffff;
  -webkit-transition: 0.1s;
  transition: 0.1s;
}

.table-list__data tr:hover td input {
  cursor: pointer;
}

.table-list__data tr.-red:hover td {
  background-color: #ff6060;
}

.table-list__data tr.-errormark:hover td {
  background-color: #FA817D;
}

.news__item__desc {
  word-break: break-all;
}

/**
 * カレンダー
 */
.ui-datepicker {
  z-index: 100 !important;
}

.ui-datepicker .ui-datepicker-year::-ms-expand {
  display: none;
}

.ui-datepicker th,
.ui-datepicker td {
  padding: 0;
}

@media screen and (max-width: 767px) {
  .ui-datepicker {
    padding: 0 8px 8px;
  }
}

.select2-dropdown .select2-results__option {
  z-index: 1052;
}

.select2-container {
  z-index: 1;
}

.table-list {
  padding-top: 0;
  margin-top: 48px;
  max-height: 600px;
}

.table-list__body {
  width: inherit;
  min-height: 32px;
}

.table-list__data.scroll-fixed {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.table-list__data.scroll-fixed.__disp {
  display: table !important;
}

td.table_data {
  padding-left: 10px;
  padding-right: 10px;
}

p.-red {
  color: #ff0000;
}

p.-bold {
  font-weight: bold;
}

.btn.-newapply {
  background: #ea5d4e;
}

html.no-touch .btn.-newapply:hover {
  background: #ee7d71;
}

.btn.-left {
  display: block;
  margin: 0 0 0 auto;
}

.btn.-fb {
  width: 25px;
  text-align: center; 
  padding:12px 0;
}

/**
 * ラジオボタンエラー定義
 */
label.-error input[type="radio"] + span {
  background: rgba(238, 0, 0, 0.05);
  color: #ff3333;
  border-color: #ff3333;
}

label.-error input[type="radio"] + span:hover {
  background: inherit;
  color: inherit;
}

/*
 * 幅指定CSS(10px単位で作成)
 */
.w0 {
  width: 0px !important;
}

.w10 {
  width: 10px !important;
}

.w20 {
  width: 20px !important;
}

.w30 {
  width: 30px !important;
}

.w40 {
  width: 40px !important;
}

.w50 {
  width: 50px !important;
}

.w60 {
  width: 60px !important;
}

.w70 {
  width: 70px !important;
}

.w80 {
  width: 80px !important;
}

.w90 {
  width: 90px !important;
}

.w100 {
  width: 100px !important;
}

.w110 {
  width: 110px !important;
}

.w120 {
  width: 120px !important;
}

.w130 {
  width: 130px !important;
}

.w140 {
  width: 140px !important;
}

.w150 {
  width: 150px !important;
}

.w160 {
  width: 160px !important;
}

.w170 {
  width: 170px !important;
}

.w180 {
  width: 180px !important;
}

.w190 {
  width: 190px !important;
}

.w200 {
  width: 200px !important;
}

.w210 {
  width: 210px !important;
}

.w220 {
  width: 220px !important;
}

.w230 {
  width: 230px !important;
}

.w240 {
  width: 240px !important;
}

.w250 {
  width: 250px !important;
}

.w260 {
  width: 260px !important;
}

.w270 {
  width: 270px !important;
}

.w280 {
  width: 280px !important;
}

.w290 {
  width: 290px !important;
}

.w300 {
  width: 300px !important;
}

/*
 * padding-top, margin-bottom用CSS(5px毎に作成)
 */
.mb0 {
  margin-bottom: 0px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ml190 {
  margin-left: 190px !important;
}

.ml225 {
  margin-left: 225px !important;
}

.mr190 {
  margin-right: 190px !important;
}


/*
*  表示・非表示css
*/
/* 表示ボタン */

.button {
  cursor: pointer;
  display: block;
  margin-left: auto;
  padding: 3px;
  padding-left: 5px;
  padding-right: 5px;
  font-weight: 600;
  border: 1px solid #9FD6D2;
  color: #666;
  }
  .button:hover {
  opacity: 0.7;
  }
  /* 説明文 */
  .slide {
    float: left;
    margin-left: 10px;
    margin-top: 2px;
  }

  .slide_font {
    float: left;
    margin-left: 10px;
    margin-top: 2px;
    word-wrap: break-word;
  }

  .slide_Q {
    float: left;
    border: solid 2px;
    padding-left: 4px;
    padding-right: 4px;
    color: #ffffff;
    background-color: #0b8fcc;
  }

  .slide_A {
    float: left;
    margin-left: 5px;
    margin-right: 10px;
    padding-left: 5px;
    padding-right: 4px;
    color: #ffffff;
    background-color: #ff6767;
  }

  .test_a {
    position: relative;
    font-size: 1vw;
  }

  .test_a::before {
    content: "";
    display: block;
    position: absolute;
    top: 5px;
    left: -10px;
    width: 0;
    height: 0;
    transform: translateX(-50%);
    border: 6px solid transparent;
    border-top: 6px solid #000;
    border-bottom-width: 0;
  }

  .slide-contents {
    display: none;
    border: 1px solid #ccc;
    padding: 0px;
    color: #666;
  }
  /* Q&Aのリスト */
  .ul_Q {
    list-style: none;
  }

  .li_Q:before {
    content: '';
    position: relative;
    left: -5px;
    top: -4px;
    width: 5px;
    height: 5px;
    background: #000000;
  }

  .li_Q {
    margin: 1em;
    margin-bottom: 0;
    padding: 5px;
    width: 90%;
    background-color: #f7f7f7; /* 背景色 */
    border: 1px solid #ccc; /* 枠線 */
    border-left: 6px solid #6dbcfd;
  }

  /* ページトップ　ボタン*/
  .button_top {
    display: block;
    margin: 10px 10px 0 auto;
    color: #fff;
    background-color: #c2c2c2;
    border-color: #c2c2c2;
  }
  .button_top:hover {
    color: #fff;
    background: #b4b4b4;
  }

  .button_top {
    border-radius: 100vh;
  }

  .slide-contents {
    background-color: #ffffff;
    font-size: 12px;
    margin: 1em;
    margin-top: 0;
    margin-left: 13px;
    padding: 10px;
    width: 89.5%;
    line-height: 1.5;
    transition:
      padding-top 300ms;
  }
  .slide-contents.is-hidden {
    padding-top: 0;
    padding-bottom: 0;
    line-height: 0;
    pointer-events: none;
  }
  .text {
    color: white;
    transition: opacity 200ms;
  }
  .slide-contents.is-hidden .text {
    opacity: 0;
  }
  p {
    margin: 0;
  }
.survey_b {
  width: 12%;
}
.survey_c {
  width: 11%;
}
.survey_d {
  width: 9%;
}
table.type01 th {
  font-size: 9px;
  font-weight: bold;
  vertical-align: top;
  background-color: #a7c9ab;
}

table.type01 td {
  width: 350px;
  padding: 2px;
  vertical-align: top;
}

.survey_font {
  font-size: 6px;
}
.survey_font_size {
  font-size: 8px;
}

.survey_right {
  text-align: right;
}
.survey_center {
  text-align: center;
}

.survey_box {
  border: solid 2px black;
  border-radius: 10px;
  padding: 15px;
  border-color: #3D87D9;
}

.survey_title {
  color: #3D87D9;
}

.survey_pdf {
  height: 500px;
}

.completed_amount {
  background-color: #ffffff;
}

.table-list_survey {
  border-collapse: collapse;
  table-layout: fixed;
}

.table-list_survey th,
.table-list_survey td {
  border: 1px solid #CCCCCC;
  padding: 5px 10px;
  font-size: 5px;
}

.survey_textarea {
  resize: none;
  width:500px;
  height:120px;
  white-space: pre-wrap;
}
.survey_flex1 {
  display: inline-block;
  margin-right: 100px;
}
.survey_flex2 {
  margin-left: 90px;
}
.survey_flex3 {
  display: inline-block;
  margin-right: 147px;
}
.survey_flex4 {
  display: inline-block;
  margin-right: 170px;
}
.survey_flex5 {
  display: inline-block;
  margin-right: 200px;
}

.survey_flex6 {
  display: inline-block;
  margin-right: 100px;
}
.survey_back {
  float: right;
}
.survey_file {
  padding: 10px 40px;
  color: #ffffff;
  background-color: #1ea2ee;
  cursor: pointer;
}
.survey_p {
  margin: 10px 10px 10px 10px;
}
.survey_color {
  color: #000000;
  background-color: #45c56b;
}

ul.paginator {
  overflow: hidden;
  margin-top: 5px;
  margin-bottom: 5px;
}
ul.paginator li {
  list-style-type: none;
  float: left;
  border: 1px solid #c8c8c8;
  margin-right: 5px;
  color: #4d5050;
}
ul.paginator li.legend {
  border: none;
}
ul.paginator li.active {
  background: #ffbea2;
}
ul.paginator li a,
ul.paginator li span {
  display: block;
  padding: 5px;
}
ul.paginator li a {
  text-decoration: none;
  color: #4d5050;
}

ul.paginator li a:hover {
  background: lightyellow;
}

/* カルテ取込画面 */
.bulk_select_list_block {
    width: 100%;
    height: 160px;
    overflow: scroll;
    margin-top: 10px;
    margin-bottom: 10px;
    background-color: #f0f3f5;
    border: 1px solid #aaa;
}

.hidden {
  display: none;
}

.bulk_select_data li {
  display: inline-block;
  margin-right: 5px;
}
