@charset "UTF-8";

/* ----------------------------------------
	reset
---------------------------------------- */
@font-face {
  font-family: "Noto Sans JP";
  src: url("../font/NotoSansJP-Regular.woff") format("woff"),
    url("../font/NotoSansJP-Regular.ttf") format("truetype"),
    url("../font/NotoSansJP-Regular.otf") format("opentype");
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
button {
  background: transparent;
  border: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "Noto Sans JP", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック",
    "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: 100%;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
  color: #333333;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

button {
  cursor: pointer;
}

input,
textarea,
select {
  background: transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "Noto Sans JP", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック",
    "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: 100%;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
  border-radius: 3px;
  width: 85px;
}

::-webkit-input-placeholder {
  color: #ddd;
  font-weight: normal;
}

/* Firefox 18- */
:-moz-placeholder {
  color: #ddd;
  opacity: 1;
}

/* Firefox 19+ */

input::-webkit-input-placeholder {
  color: #ddd;
}

input:-ms-input-placeholder {
  color: #ddd;
}

input::-ms-input-placeholder {
  color: #ddd;
}

input::placeholder {
  color: #ddd;
}

/* IE */
input:-ms-input-placeholder {
  color: #ddd;
}

/* Edge */
input::-ms-input-placeholder {
  color: #ddd;
}

html {
  height: 100vh;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

* {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: separate;
  border-spacing: 0;
  width: 100%;
  word-break: break-all;
  overflow-wrap: break-word;
}

a {
  text-decoration: none;
}

/* ----------------------------------------
	base
---------------------------------------- */
body {
  background-color: #fff;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}

.wrapper {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  min-height: 100vh;
  height: 100%;
}

#container-wrap {
  display: -webkit-box;
  display: flex;
  -webkit-box-flex: 1;
  flex: 1 1 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
#container-wrap #container {
  display: block;
  -webkit-box-flex: 0;
  flex: none;
  padding: 0 12px;
  margin: 0 auto;
  width: 100%;
  max-width: 1260px;
}

#container-wrap_top {
  display: -webkit-box;
  display: flex;
  -webkit-box-flex: 1;
  flex: 1 1 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  min-height: 0%;
  background-size: 121px 620px;
}
#container-wrap_top #container {
  display: block;
  -webkit-box-flex: 0;
  flex: none;
  padding: 0 12px;
  margin: 0 auto;
  width: 100%;
  max-width: 1260px;
}

@media screen and (max-width: 767px) {
  #container-wrap_top {
    background-size: 71px 365px;
  }
  #container-wrap_top .sm-padding-zero {
    padding: 0 !important;
  }
}

/*
	見出し
---------------------------------------- */
h1 {
  display: -webkit-inline-box;
  display: inline-flex;
  margin-bottom: 15px;
  padding: 5px;
  width: 100%;
  background: #e8edf7;
  font-size: 26px;
  border-bottom: 3px solid #073291;
}

h2 {
  padding: 0 10px 3px;
  color: #073291;
  font-size: 20px;
  border-left: 8px solid #073291;
  border-bottom: 1px solid #073291;
}

h3 {
  margin: 10px 0;
  padding: 1px 10px 3px;
  color: #073291;
  font-size: 18px;
  line-height: 1.2;
  border-left: 8px solid #dd0b0b;
}

.h_ttl {
  display: inline-block;
  width: 1260px;
  text-align: left;
  padding: 5px 0 6px 18px;
  margin: 0 auto;
  color: #073291;
}

.form-txt {
  padding: 10px 0;
  line-height: 1.5;
}

.form-notice {
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 1.25rem;
  }
  h2 {
    font-size: 18px;
  }
  h3 {
    font-size: 16px;
  }
  .h_ttl {
    padding: 7px 0 3px 10px;
  }
  .form-txt {
    font-size: 0.9rem;
  }
  .form-notice {
    font-size: 0.9rem;
  }
  li {
    font-size: 0.9rem;
  }
}

/* ----------------------------------------
	layout
---------------------------------------- */
p.precautionary {
  text-indent: -1em;
  padding-left: 1em;
}
/*
	header
---------------------------------------- */
#header {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 52px;
}
#header .header-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 1260px;
  width: 100%;
  padding: 0 12px;
}
#header .header-inner .logo a {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}
#header .header-inner .logo a span {
  font-size: 1.3rem;
  font-weight: bold;
  color: #073291;
}
#header .header-inner .logo a img {
  height: 25px;
}

#header .header-inner .link-area a {
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  height: 100%;
  padding: 0 12px;
  position: relative;
  text-decoration: none;
}

#header .header-inner .link-area a img {
  width: 24px;
}

#header .header-inner .link-area a span {
  margin: 5px 0 0 5px;
  color: #39467d;
  font-size: 18px;
  font-weight: bold;
}

#header .header-inner .link-area a .badge {
  position: absolute;
  bottom: 14px;
  left: 26px;
  width: 10px;
  height: 10px;
  background: #ff0000;
  border-radius: 5px;
}

#header .header-inner .sp-link-area {
  display: none;
}

.pseudo #header .header-inner .link-area a:hover {
  background: #d3d3d3;
}

@media screen and (max-width: 767px) {
  #header .header-inner .logo {
    display: inline-flex;
    align-items: center;
  }
  #header .header-inner .logo a span {
    font-size: 1rem;
  }
  #header .header-inner .link-area {
    display: none;
  }
  #header .header-inner .sp-link-area {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
  }
  #header .header-inner .sp-link-area a {
    padding: 0 10px;
    position: relative;
  }
  #header .header-inner .sp-link-area a img {
    width: 24px;
  }
  #header .header-inner .sp-link-area a .badge {
    position: absolute;
    bottom: 2px;
    left: 29px;
    width: 10px;
    height: 10px;
    background: #e30000;
    border-radius: 5px;
  }

  #header .header-inner .logo span {
    line-height: 1.25;
    margin: 0 0 0 0.3em;
    font-size: 0.9rem;
  }
}

/* ----------------------------------------
	navigation
---------------------------------------- */
.navi {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  border-top: 1px solid #073291;
  border-bottom: 1px solid #073291;
}

.navi .navi-inner {
  display: -webkit-box;
  display: flex;
  max-width: 1280px;
  width: 100%;
  height: 50px;
  padding: 0 10px;
  text-align: center;
}

.navi .navi-inner .navi-contents {
  width: 100%;
  height: 100%;
}

.navi .navi-inner .navi-contents img {
  margin-top: 14px;
  width: 24px;
}

.navi .navi-inner .navi-contents span {
  margin-left: 5px;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  vertical-align: super;
}

.navi-contents-select {
  background-color: #39467d;
  pointer-events: none;
}
.navi-contents-select img{
  filter: brightness(0) invert(1);
}
.navi-contents-select span{
  color: #fff;
}
.navi-contents-no-select {
  background-color: #fff;
}
.navi-contents-no-select img{
  filter: brightness(1);
}
.navi-contents-no-select span{
  color: #39467d !important;
}

@media screen and (max-width: 767px) {
  .navi .navi-inner .navi-contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .navi .navi-inner .navi-contents img {
    display: block;
    margin: 6px auto 4px;
  }
  .navi .navi-inner .navi-contents span {
    margin: 0;
    font-size: 12px;
  }
}

/* ----------------------------------------
	footer
---------------------------------------- */
#footer {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  height: 60px;
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #000;
}

@media screen and (max-width: 767px) {
  #footer {
    height: 100px;
  }
}

#footer .footer-inner .footer-link {
  text-align: center;
}

#footer .footer-inner .footer-link a {
  padding: 0 20px;
  color: #07185c;
  text-decoration: underline;
}

#footer .footer-inner .copyright {
  margin-top: 10px;
  text-align: center;
  font-size: 0.7rem;
}

.pseudo #footer .footer-inner .footer-link a:hover,
.pseudo #footer .footer-inner .footer-link a:focus {
  text-decoration: underline;
}

@media screen and (max-width: 767px) {
  #footer .footer-inner .footer-link a {
    display: block;
    margin-bottom: 10px;
    font-size: 14px;
  }
  #footer .footer-inner .footer-link span {
    display: none;
  }
}

/* ----------------------------------------
  new table
---------------------------------------- */
.tableCtn {
  border-top: 1px solid #aaaaaa;
  border-right: 1px solid #aaaaaa;
  border-left: 1px solid #aaaaaa;
  margin-bottom: 20px;
}

.tableCtn th,
.tableCtn td {
  padding: 10px;
  border-bottom: 1px solid #aaaaaa;
}

.tableCtn .tableLine {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  border-bottom: 1px solid #aaaaaa;
  background: #e6e6e6;
}

.tableCtn th {
  width: 33%;
  border-right: 1px solid #aaaaaa;
  text-align: left;
  vertical-align: middle;
  font-weight: normal;
}

.tableCtn th .require {
  float: right;
  padding: 4px 3px;
  color: #ffffff;
  background: #ff0000;
  font-size: 0.8rem;
  font-weight: bold;
  letter-spacing: 0.5px;
  vertical-align: middle;
  border-radius: 3px;
}

.tableCtn .tableCell_l {
  padding: 10px;
  width: 33%;
}

.tableCtn .tableCell_l .require {
  float: right;
  padding: 4px 3px;
  color: #ffffff;
  background: #ff0000;
  font-size: 0.8rem;
  font-weight: bold;
  letter-spacing: 0.5px;
  vertical-align: middle;
  border-radius: 3px;
}

.tableCtn .tableCell_r {
  padding: 10px;
  width: 67%;
  border-left: 1px solid #aaaaaa;
  background: #fff;
}

.tableCtn .tableCell_r .nameBox .nameBox-left,
.tableCtn .tableCell_r .nameBox .nameBox-right {
  display: inline-block;
  width: 49%;
}

.tableCtn .tableCell_r .nameBox .nameBox-right input {
  margin-left: 10px;
}

.tableCtn .tableCell_r .cellBorder {
  padding: 0 10px;
  border-bottom: 1px solid #aaa;
}

.tableCtn .tableCell_r .cellBorder:last-child {
  border-bottom: none;
}

.tableCtn .tableCell_r .cellBorder .cellFlex {
  display: -webkit-box;
  display: flex;
  padding: 10px 0;
}

.tableCtn .tableCell_r .cellBorder .cellFlex p {
  margin-right: 20px;
  padding-top: 10px;
  width: 70px;
}

.tableCtn .tableCell_r select {
  width: 100%;
}

.tableCell_r input.frm_pay {
  width: 95px;
}
.tableCell_r input.frm_pay + span {
    margin: 0 .5em;
}

.tableCell_r input.frm_pay + span {
  margin: 0 .5em;
}

.tableCtn .confirmText {
  padding: 10px 0;
}

.tableCtn .p-reset {
  padding: 0;
}

.tableCtn-confirm th {
  width: 50%;
}

.tableCtn-confirm .tableLine .tableCell_l {
  width: 50%;
}

.tableCtn-confirm .tableLine .tableCell_r {
  width: 50%;
}

.tableCtn-confirm .confirmText {
  padding: 10px 0;
}

.tableCell_r .confirmName {
  display: inline-block;
  width: 50%;
}

.td_area {
  background: #fff;
}

.kana-change {
  display: flex;
}

/*ETCカード編集・削除画面*/
.tableCell_etc{
  width: 67%;
  border-left: 1px solid #aaaaaa;
}
.tableCell_etc .etcInfoBox{
  display: flex;  
  background: #fff;
  align-items: center;
  border-bottom: 1px solid #aaaaaa;
}
.tableCell_etc .etcInfoBox:last-child{
  border-bottom: none;
}

.tableCell_etc .etcInfoBox .etcCardNo{
  width: 40%;
  text-indent: 1em;
}

.tableCell_etc .etcInfoBox .etcCardBtn{
  display: flex;
  width: 60%;
  justify-content: end;
}

.tableCell_etc .etcInfoBox button {
  box-sizing: border-box;
  height: 2.5em;
  width: 170px;
  border: #9d9ead solid 1px;
  border-radius: 10px;
  color: #333;
  background: #f0f0f0;
  margin: 10px;
}

.etcCardAddBox{
  display: flex;
  justify-content: space-between;
}
.etcCardAddBox p{
  text-indent: -1em;
  padding-left: 1em;
}
.etcCardAddBox button{
  box-sizing: border-box;
  height: 2.5em;
  width: 170px;
  border: #9d9ead solid 1px;
  border-radius: 10px;
  color: #333;
  background: #f0f0f0;
  margin-right: 10px;
}

@media screen and (max-width: 767px) {
  .tableCtn th,
  .tableCtn td {
    display: block;
    width: 100%;
  }
  .tableCtn .tableLine {
    display: block;
  }

  .tableCtn .tableCell_l,
  .tableCtn .tableCell_r {
    display: block;
    width: 100%;
  }
  .tableCtn th {
    border-right: none;
  }
  .tableCtn .tableCell_l {
    padding: 10px;
    border-bottom: 1px solid #aaa;
  }
  .tableCtn .tableCell_r {
    border-left: none;
  }
  .tableCtn-confirm .tableLine .tableCell_l {
    width: 100%;
  }
  .tableCtn-confirm .tableLine .tableCell_r {
    width: 100%;
  }
  .tableCell_r input.frm_pay {
    width: 57px !important; 
  }
  .tableCell_r input.frm_pay + span {
      margin: 0 .3em !important;
  }

  .kana-change {
    display: flex !important;
  }

  .tableCell_etc{
    width: 100%;
  }
  .tableCell_etc .etcInfoBox{
    display: block;  
  }
  .tableCell_etc .etcInfoBox .etcCardNo{
    width: 100%;
    height: 3em;
    line-height: 3;
  }
  .tableCell_etc .etcInfoBox .etcCardBtn{
    display: flex;
    justify-content: right;
    width: 100%;
  }
  .etcCardAddBox{
    display: block;
    text-align: center;
  }

  .etcCardAddBox button{
    margin: 10px;
  }
}

.tdMypageEntry {
  background: #fff;
}

.tdMypageEntry_chng input,
.tdMypageEntry_chng select {
  border: 2px #ff0000 solid;
}
.tableCell_r .error_border_r {
  border: 2px solid #ff0000;
}
input[type="text"].error_border_r {
  border: solid 2px #ff0000;
}

input[type="tel"].error_border_r {
  border: solid 2px #ff0000;
}

.tableCell_r .selectBox .error_border_r {
  border: 2px solid #ff0000;
}

.tdCtn {
  position: relative;
  display: block;
  padding: 10px 0;
  word-break: break-all;
}

.tdCtn .mypageEntry {
  display: inline-block;
  width: 58%;
  vertical-align: middle;
}

.tdCtn .etcDisp {
  display: flex;
  flex-wrap: wrap;
  width: auto;
  padding-right: 2em;
}

.tdCtn .etcDisp div{
  margin-right: 20px;
  line-height: 1.5;
  white-space: nowrap;
}

.tdCtn ul {
  display: inline-block;
  width: 58%;
}

.tdCtn ul li {
  padding: 5px 0;
}

.tdCtn ul .number {
  margin-bottom: 10px;
}

.tdCtn .btnBox-mypage {
  position: absolute;
  display: inline-block;
  width: 40%;
  top: 0;
}

.tdCtn .btnBox-mypage-etc {
  width: 50%;
}

.tdCtn .btnBox-mypage .mypage-btn {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 3em;
  width: 100%;
  border: #9d9ead solid 1px;
  border-radius: 10px;
  color: #333;
  background: #f0f0f0;
}

.tdCtn .btnBox-mypage .etc-info{
  width: 10em;
}

.tdCtn .btnBox-mypage .etc-info:first-child{
  margin-right: 10px ;
}

.pseudo .tdCtn .btnBox-mypage .mypage-btn:hover {
  background-color: #d3d3d3;
}

@media screen and (min-width: 768px) {
  .tdCtn {
    padding: 18px 0;
  }
  .tdCtn-notify {
    padding: 10px 0;
  }
}

@media screen and (max-width: 767px) {
  .tdCtn .mypageEntry {
    margin-bottom: 10px;
    width: 100%;
  }

  .tdCtn ul {
    padding-bottom: 10px;
  }

  .tdCtn .btnBox-mypage {
    position: relative;
    width: 100%;
  }

  .tdCtn .etcDisp {
    padding-right: 0;
    width: 328px;
  }
}

.tdCtn .btnBox-etcpage {
  position: absolute;
  display: inline;
  width: 30%;
  top: 0;
}

.tdCtn .btnBox-etcpage {
  position: relative;
  width: 100%;
}

/* ----------------------------------------
	input
---------------------------------------- */
input {
  padding: 5px;
  width: 100%;
  height: 42px;
  text-indent: 0.4rem;
  color: #666666;
  border: 1px solid #9d9ea0;
}

::-webkit-input-placeholder {
  color: #ddd;
  font-weight: normal;
}

/* Firefox 18- */
:-moz-placeholder {
  color: #ddd;
  opacity: 1;
}

/* Firefox 19+ */
::-moz-placeholder {
  color: #ddd;
  opacity: 1;
}

input::-webkit-input-placeholder {
  color: #ddd;
}

input::placeholder {
  color: #ddd;
}

@media screen and (max-width: 767px) {
  input {
    height: 37px;
  }
}

/* ----------------------------------------
	select
---------------------------------------- */
select {
  height: 42px;
  padding: 5px 5px 5px 10px;
  color: #666666;
  border: 1px solid #9d9ea0;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

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

@media screen and (max-width: 767px) {
  select {
    height: 37px;
  }
}

/* ----------------------------------------
	button
---------------------------------------- */
.btn-box {
  position: relative;
  display: block;
  text-align: center;
  -webkit-box-pack: center;
  justify-content: center;
}

.btn-box i {
  margin-right: 10px;
  color: #fff;
}

.btn-box-chck {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}

.c-btn {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 20px 10px;
  height: 3em;
  border-radius: 10px;
}

/* ----- 進むボタン ----- */
.btn_c_b {
  color: #ffffff;
  background: #ff9d00;
}

.btn_c_b:active {
  box-shadow: none;
}

.pseudo .btn_c_b：hover {
  border: 4px solid #de6a0a;
}

.pseudo .btn_c_b:hover,
.pseudo .btn_c_b:focus {
  background: #e58800;
}

.btn_c_b:disabled {
  cursor: default;
  background: #999;
}

.pseudo .btn_c_b:disabled {
  background: #999;
}

/* ----- 戻るボタン ----- */
.btn_c_g {
  background: #fff;
  border: 1px solid #666;
  box-shadow: 0 0 4px 0 rgba(57, 70, 125, 0.5);
}

.btn_c_g:active {
  box-shadow: none;
}

.pseudo .btn_c_g:hover,
.pseudo .btn_c_g:focus {
  background: #ededed;
}

.btn-box .btn-b {
  background: #ff9d00;
  margin: 10px;
}

.pseudo .btn-box .btn-b:hover {
  background: #e58800;
}

/* ----- 登録情報・利用明細ボタン ----- */
.btn_c_g_dark {
  margin: 5px 0 5px;
  width: 100%;
  min-width: 10em;
  color: #333;
  background-color: #f0f0f0;
  border: #9d9ead solid 1px;
}

.btn_c_g_dark:active {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.pseudo .btn_c_g_dark:hover,
.pseudo .btn_c_g_dark:focus {
  background: #d3d3d3;
}

/* ----- ボタンサイズ調整用 ----- */
.btn_w_25 {
  width: 25%;
}

.btn_w_100 {
  width: 26%;
}

.btn_w_long {
  width: 100%;
  max-width: 24em;
}
@media screen and (max-width: 767px) {
  .c-btn {
    margin: 10px 0;
    font-size: 14px;
  }

  .btn_w_25 {
    width: 47%;
  }
  .btn_w_100 {
    width: 100%;
    margin-left: 0;
    font-size: 16px;
  }
}

/* ----------------------------------------
	ページネーション
---------------------------------------- */
.pagination {
  padding: 10px 0;
}

.pagination .pagination-btn {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  margin: 0 auto;
}

.pagination .pagination-btn .lead,
.pagination .pagination-btn .prev,
.pagination .pagination-btn .current,
.pagination .pagination-btn .next,
.pagination .pagination-btn .rear {
  margin: 0 4px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  user-select: none;
}

.pagination .pagination-btn .lead,
.pagination .pagination-btn .prev,
.pagination .pagination-btn .next,
.pagination .pagination-btn .rear {
  position: relative;
  background-color: #f0f0f0;
  border: #9d9ead solid 2px;
}

.pagination .pagination-btn .prev-icon {
  position: absolute;
  top: 11px;
  left: 10px;
  height: 15px;
  transform: rotate(180deg);
}

.pagination .pagination-btn .lead-icon {
  position: absolute;
  top: 11px;
  left: 10px;
  height: 15px;
  transform: rotate(180deg);
}

.pagination .pagination-btn .next-icon {
  position: absolute;
  top: 11px;
  left: 12px;
  height: 15px;
}

.pagination .pagination-btn .rear-icon {
  position: absolute;
  top: 11px;
  left: 13px;
  height: 15px;
}

.pagination .pagination-btn .current {
  padding: 11px 5px 5px 5px;
  color: #fff;
  background: #5c6bab;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
}

.pagination .pagination-btn .page-number {
  width: 40px;
  height: 40px;
  margin: 0 4px;
  padding: 9px 5px 5px 5px;
  color: #073291;
  border: 2px solid #9d9ead;
  border-radius: 50%;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  cursor: pointer;
  user-select: none;
}

.pagination .pageCount {
  padding: 10px 0 5px;
  text-align: center;
  color: #073291;
  font-size: 15px;
  font-weight: bold;
}

.pagination .pageCount span {
  padding: 0 3px;
  font-size: 18px;
  font-weight: bold;
  color: #073291;
  display: inline-block;
  vertical-align: text-top;
}

.pagination .pageCount span.num-splt {
  font-size: 16px;
}

.pseudo .pagination .prev:hover,
.pseudo .pagination .lead:hover,
.pseudo .pagination .next:hover,
.pseudo .pagination .rear:hover {
  background: #d3d3d3;
  cursor: pointer;
}

.pseudo .pagination .lead:hover .lead-icon,
.pseudo .pagination .prev:hover .prev-icon,
.pseudo .pagination .next:hover .next-icon,
.pseudo .pagination .rear:hover .rear-icon {
  opacity: 0.7;
}

.pseudo .pagination .page-number:hover {
  background: #d3d3d3;
}

@media screen and (max-width: 767px) {
  .pagination .pagination-btn {
    width: 228px;
  }
  .pagination .pagination-btn .page-number {
    display: none;
  }
}

/* ----------------------------------------
	stepbar
---------------------------------------- */
.stepBar {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  /* 式に使用している為アンダーバー区切り（ハイフンがマイナスになる） */
}
.stepBar li {
  position: relative;
  width: 34%;
  padding: 15px;
  text-align: center;
  background: #e6e6e6;
}
.stepBar li:before {
  content: "";
  height: 50%;
  width: 15px;
  top: 50%;
  left: -7px;
  position: absolute;
  display: inline-block;
  background: #e6e6e6;
  -webkit-transform: skew(-25deg);
  transform: skew(-25deg);
  border-left: 3px solid #fff;
  z-index: 1;
}
.stepBar li:after {
  content: "";
  height: 50%;
  width: 15px;
  top: 0;
  left: -7px;
  position: absolute;
  display: inline-block;
  background: #e6e6e6;
  -webkit-transform: skew(25deg);
  transform: skew(25deg);
  border-left: 3px solid #fff;
  z-index: 1;
}
.stepBar li .br-sp {
  display: none;
}
.stepBar li:first-child:before,
.stepBar li:first-child:after {
  content: none;
}
.stepBar .stepbar_c {
  color: #ffffff;
  background: #0080bf;
  font-weight: bold;
}
.stepBar .stepbar_c:before,
.stepBar .stepbar_c:after {
  background: #0080bf;
}

@media screen and (max-width: 910px) {
  .stepBar li {
    padding: 8px 5px 9px 1px;
    font-size: 12px;
    line-height: 1.2;
  }
  .stepBar li:before {
    width: 10px;
  }
  .stepBar li:after {
    width: 10px;
  }
  .stepRegist li {
    font-size: 12px;
  }
  .stepRegist li:nth-child(3),
  .stepRegist li:nth-child(4) {
    width: 20%;
  }

  .stepRegist li .br-sp {
    display: block;
  }

  .stepBar .stepber_long{
    width: 57%;
  }

}

@media screen and (max-width: 374px) {
  .stepBar li {
    font-size: 10px;
  }
}

/* ----------------------------------------
	error
---------------------------------------- */
.error_text {
  margin: 10px 5px;
  color: #ff0000;
  font-weight: bold;
}

.error-textbox {
  margin: 6.25rem 0;
}
.error-textbox .err-txt-box {
  text-align: center;
  font-weight: bold;
}
.error-textbox .err-txt {
  padding-top: 1rem;
  text-align: center;
}
.error-textbox .err-return {
  display: block;
  text-align: center;
  text-decoration: underline;
  margin: 4rem auto 0;
}
.error-textbox .err-return a {
  display: block;
}

@media screen and (max-width: 767px) {
  .error_msg {
    padding: 15px;
    font-size: 0.9rem;
  }
}

/* ----------------------------------------
	【共通】checkbox
---------------------------------------- */

label .check-form {
  /*label .notification*/
  display: none;
}

label .check-box {
  /*label .notice-checkbox*/
  padding-left: 25px;
  position: relative;
  display: inline-block;
  line-height: 1.5;
  cursor: pointer;
}

label .check-box:before {
  /*label .notice-checkbox:before*/
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #9d9ea0;
  border-radius: 4px;
}

label .check-form:checked + .check-box {
  color: #ff9d00;
}

label .check-form:checked + .check-box:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 5px;
  width: 7px;
  height: 14px;
  transform: rotate(40deg);
  border-right: 3px solid #ff9d00;
  border-bottom: 3px solid #ff9d00;
}

.pseudo label .check-form:hover + .check-box,
label .check-form:focus + .check-box {
  color: #ff9d00;
}

/* ----------------------------------------
	contents
---------------------------------------- */

/* 履歴の日付表示調整 */
.ml-date {
  margin-left: 7px;
}

/*PC幅の時のみ表示する*/
@media screen and (max-width: 767px) {
  .pc-hide {
    display: none;
  }
  .ml-date {
    margin-left: 0;
  }
}

/*スマホ幅の時のみ表示する*/
@media screen and (min-width: 768px) {
  .sp-hide {
    display: none;
  }
}

/* ----------------------------------------
	ヒーローエリア
---------------------------------------- */
.hero {
  display: block;
  justify-content: center;
}
.hero .hero-inner {
  max-width: 1235px;
  width: 100%;
  height: 296px;
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: url("../img/parking.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
.hero-title-area {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
  margin-bottom: 74px;
}
.hero-title-area .hero-title {
  width: 100%;
  font-weight: bold;
  color: #000;
  font-size: 33px;
  line-height: 1.2em;
  text-shadow:#fff 1px 0px 5px, #fff -1px 0px 5px, #fff 0px -1px 5px, #fff -1px 0px 5px, #fff 1px 1px 5px, #fff -1px 1px 5px, #fff 1px -1px 5px, #fff -1px -1px 5px, #fff 1px 1px 5px, #fff -1px 1px 5px, #fff 1px -1px 5px, #fff -1px -1px 5px, #fff 1px 1px 5px, #fff -1px 1px 5px, #fff 1px -1px 5px, #fff -1px -1px 5px, #fff 3px 1px 5px, #fff -1px 1px 5px, #fff 1px -1px 5px, #fff -1px -1px 5px;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}

.hero-login-area {
  text-align: center;
}

.hero-login-area button {
  margin: 38px;
}

.hero-login-area p {
  text-align: start;
  font-size: 1.3em;
  margin: 0.5em 0;
  color: #4472c4;
}

.hero-login-area button p {
  color: #fff;
  font-size: 15px;
}

.pseudo .hero-login-area .btn_login:hover,
.pseudo .hero-login-area .btn_login:focus {
  background: #e58800;
}

.hero-login-area .btn_login:disabled {
  opacity: 0.7;
  cursor: default;
}

.pseudo .hero-login-area .btn_login:disabled {
  border: 4px solid #fff;
}

.hero-login-area .new-member {
  padding-top: 0.5em;
  border-top: 1px solid #aaa;
}

@media screen and (max-width: 767px) {
  .hero {
    height: 155px;
  }
  .hero-title-area {
    margin-top: 14px;
    margin-bottom: 1px;
  }

  .hero-title-area .hero-title {
    font-size: 23px;
  }

  .hero .hero-inner {
    height: 100%;
  }

  .hero .hero-inner .hero-login-area .btn_login {
    display: block;
    width: 50%;
    height: 48px;
    margin: 20px auto;
    font-size: 18px;
    padding: 0;
  }

  .hero-login-area {
    padding: 0 10px;
  }
  .hero-login-area p {
    font-size: 1.1em;
  }

  .hero-login-area button {
    margin: 23px;
  }
}

/* ----------------------------------------
	企業情報
---------------------------------------- */
.company {
  width: 70%;
  margin: 40px auto;
  padding: 40px;
  text-align: center;
  border: 1px solid #aaa;
  background: #f0f0f0;
}

.company div {
  display: inline-block;
  color: #333;
  text-align: left;
  line-height: 1.5;
}

/* ----------------------------------------
	login
---------------------------------------- */
.autologin {
  margin: 0 auto;
  width: 200px;
  text-align: center;
}

.login-option ul {
  text-align: center;
  margin-bottom: 3em;
}

.login-option ul li {
  line-height: 1.5;
}

.login-option ul li a {
  color: #028dd2;
}

.pseudo .login-option a:hover,
.pseudo .login-option a:focus {
  text-decoration: underline;
}

@media screen and (max-width: 767px) {
  .autologin-txt {
    font-size: 0.9rem;
  }

  .company {
    width: 100%;
    font-size: 0.9rem;
  }
}

.consent {
  display: -webkit-box;
  display: flex;
}

.consent ul {
  display: block;
  margin: 0 auto;
  padding-top: 15px;
}

.consent ul li {
  margin: 15px 0;
}

.consent ul li .consent-input {
  display: none;
}

.consent ul li .consent-input + label {
  display: inline-block;
  padding-left: 25px;
  position: relative;
}

.consent ul li label:before {
  content: "";
  display: block;
  position: absolute;
  top: -1px;
  left: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #9d9ea0;
  border-radius: 50%;
}

.consent ul li .consent-input:checked + label {
  color: #009a9a;
}

.consent ul li .consent-input:checked + label:after {
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  left: 3px;
  width: 11px;
  height: 11px;
  background: #009a9a;
  border-radius: 50%;
}

.pseudo .consent ul li label:hover,
.pseudo .consent ul li label:focus {
  color: #009a9a;
}

.credit-number,
.security {
  display: inline-block;
  width: 72px;
}

/* ----------------------------------------
	Information=お知らせ=
---------------------------------------- */
.info-wrap {
  line-height: 1.25em;
  font-size: 0.9em;
}

.info-wrap dl {
  clear: both;
  overflow: hidden;
}

.info-wrap dl dt {
  padding: 5px 0 5px 15px;
  width: 85px;
  float: left;
  clear: both;
}

.info-wrap dl dd {
  padding: 5px 0 5px 120px;
}

@media screen and (max-width: 767px) {
  .info-wrap dl dt {
    padding: 5px 0 5px 0px;
  }
  .info-wrap dl dd {
    padding: 5px 0 5px 100px;
  }
}

.info-wrap .new {
  animation: new-flash 3s ease-in infinite;
  background: #f9c21e;
  margin-right: 1px;
  padding: 0 8px;
  border-radius: 15px;
  font-size: 0.3rem;
  color: #fff;
}

@keyframes new-flash {
  0%,
  100% {
    opacity: 1;
  }

  50% {
    opacity: 0.3;
  }
}
.detail-topic {
  line-height: 1.5em;
}

.detail-topic .date {
  position: relative;
  padding: 0.25em 0;
}
.detail-topic .date:after {
  content: "";
  display: block;
  height: 4px;
  background: linear-gradient(to right, rgb(7, 50, 145), transparent);
}

.detail-topic .detail {
  padding: 0 10px;
}

.more-info {
  margin: 10px;
}

.more-info a {
  font-size: 0.8rem;
  text-decoration: underline;
}

/* ----------------------------------------
	mypage
---------------------------------------- */
.btn-box-quit {
  display: block;
  text-align: right;
  padding-right: 30px;
}

.tbl_mypage {
  margin-bottom: 20px;
}

.tbl_mypage .notify {
  font-size: 12px;
}

.tbl_mypage td {
  height: 50px;
  vertical-align: middle;
}

.tbl_mypage td .td_ctn {
  display: block;
  position: relative;
}

.tbl_mypage td .td_ctn p {
  display: inline-block;
  width: 55%;
}

.tbl_mypage td .td_ctn ul {
  display: inline-block;
  width: 55%;
  vertical-align: middle;
}

.tbl_mypage td .td_ctn ul li {
  line-height: 1.5;
}

.tbl_mypage td .td_ctn ul li:nth-child(even) {
  padding-bottom: 10px;
}

.tbl_mypage td .td_ctn .btn-box {
  position: static;
  display: inline-block;
  width: 42%;
  text-align: start;
}

.tbl_mypage td .td_ctn .btn-box .car_btn {
  position: absolute;
  top: 0;
  width: 42%;
}

.tbl_mypage td .td_ctn .pay-btn {
  vertical-align: top;
}

.pseudo .tbl_mypage .td_ctn .change_btn:hover,
.pseudo .tbl_mypage .td_ctn .change_btn:focus {
  border: 4px solid #84878c;
}

.tbl_mypage .td_ctn .change_btn:disabled {
  opacity: 0.7;
  cursor: default;
}

.pseudo .tbl_mypage .td_ctn .change_btn:disabled {
  border: 4px solid #fff;
}

.btn-box_mypage {
  display: block;
  text-align: left;
}

.complete-text {
  margin: 100px 0 60px;
  text-align: center;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .btn-box_mypage .m20-0,
  .btn-box-quit .m20-0 {
    padding: 11px 12px;
    margin-bottom: 20px;
  }
.btn-box-quit{
    padding-right: 0px;
  }
  .tbl_mypage td {
    height: auto;
  }
  .tbl_mypage td .td_ctn p {
    display: block;
    width: 100%;
  }
  .tbl_mypage td .td_ctn ul {
    width: 100%;
  }
  .tbl_mypage td .td_ctn .btn-box {
    display: block;
    width: 100%;
    text-align: center;
  }
  .tbl_mypage td .td_ctn .btn-box .car_btn {
    position: static;
    width: 100%;
  }
}

/* ----------------------------------------
	history
---------------------------------------- */
.backnumber-box {
  display: -webkit-box;
  display: flex;
}

.backnumber-box .backnumber {
  margin: 10px 0 15px;
  width: 100%;
  text-align: center;
}

.backnumber-box .backnumber span {
  padding: 0 3px;
  color: #e3007f;
  font-size: 18px;
  font-weight: bold;
}

.btn-box .search-img {
  width: 27px;
  padding: 0 5px 2px;
  vertical-align: middle;
}

.number {
  margin-top: 15px;
}

/* ----------------------------------------
	mail-notify
---------------------------------------- */
.mail-send {
  margin: 10px 0;
}

/* ----------------------------------------
	unsubscribe
---------------------------------------- */
.unsubscribe {
  padding: 10px 0;
  line-height: 1.5;
}

.unsubscribe .unsubscribe-txt {
  font-weight: bold;
}

.unsubscribe ul {
  margin: 10px 0;
}

.unsubscribe ul li {
  text-indent: -1em;
  padding-left: 1em;
  padding-bottom: 5px;
}

.unsubscribe ul li:before {
  content: "○";
}

.check_confirm {
  margin: 0 auto;
  width: 250px;
}

@media screen and (max-width: 767px) {
  .unsubscribe .unsubscribe-txt {
    font-size: 0.9rem;
  }
  .check_confirm .confirm-txt {
    font-size: 0.9rem;
  }
}

.notice_comment {
  display: inline-block;
  margin: 5px 0 20px 0;
  padding-left: 25px;
  cursor: pointer;
  font-size: 0.8rem;
}

/* ----------------------------------------
  明細書
---------------------------------------- */
.receipt-wrap {
  width: 100%;
  margin: 60px 0 0;
}

.receipt-area {
  background: #fff;
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
  padding: 2em 0;
  border: solid #505050 1px;
}

.receipt-bg {
  background: #eee;
}

.receipt-area .receipt-ttl h4 {
  padding: 0 0 0.5em;
  text-align: center;
  font-size: 1.5em;
}

.receipt-area .receipt-ttl p {
  text-align: center;
  font-size: 1.75em;
  margin: 2px 1em 0 1em;
}

.receipt-area .receipt-logo {
  text-align: center;
}

.receipt-area img {
  height: 82px;
  padding-bottom: 20px;
}

.receipt-dtl ul {
  margin: 0 1em 0;
  text-align: right;
}

.receipt-dtl ul li {
  margin-bottom: 0.5em;
}

.receipt-dtl ul li.fee-ttl {
  top: 0;
  left: 0;
}

.receipt-dtl ul li.fee-dscnt {
  position: relative;
}

.receipt-dtl ul li.fee-dscnt span {
  position: absolute;
  top: 0;
  left: 0;
}

.receipt-dtl ul li.fee-dscnt:nth-child(2) {
  padding: 1.5em 0 0;
}

.receipt-dtl ul li.fee-dscnt:nth-child(2) span {
  margin: 1.5em 0 0;
}

.receipt-rslt {
  margin: 0 1em;
}

.receipt-rslt ul {
  padding: 2em 0 0;
}

.receipt-rslt ul.dis-lst {
  padding: 0 0 0.5em;
}

.receipt-rslt ul li {
  width: 50%;
  display: inline-block;
  line-height: 1.25em;
}

.receipt-rslt ul li.fee-ttl {
  text-align: right;
  vertical-align: top;
}

.receipt-rslt ul li.dis-dtl {
  vertical-align: top;
  width: 60%;
}

.receipt-rslt ul li.dis-cnt {
  width: 15%;
  text-align: left;
  vertical-align: top;
  padding-left: 1em;
}

.receipt-rslt ul li.dis-amnt {
  width: 25%;
  text-align: right;
  vertical-align: top;
}

div.caution-note {
  margin: 2em 1em 0;
}

div.caution-note p {
  line-height: 1.25em;
  text-align: center;
}

div.caution-note p:first-child {
  text-align: left;
  padding-left: 1em;
}

div.caution-note ul li {
  text-align: center;
  line-height: 1.25;
}

div.invoice {
  text-align: center;
}
div.invoice span {
  margin-left: 10px;
}

.fee-bfr {
  width: 50%;
  display: inline-block;
  text-align: left;
}
.fee-prc {
  width: 50%;
  display: inline-block;
  text-align: right;
}

.total-fee {
  margin: 0.5em 1em 0;
  padding-top: 0.5em;
}

.total-fee ul {
  padding: 0 0 0.2em;
  line-height: 1.3;
}

.total-fee ul li {
  display: inline-block;
  vertical-align: top;
  text-align: right;
}

.total-fee ul li:first-child {
  text-align: left;
}

.receipt-details {
  width: 50%;
}

.receipt-details1 {
  width: 40% !important;
}

.receipt-details2 {
  width: 37%;
}

.receipt-details3 {
  width: 23%;
}

.receipt-details4-l {
  width: 30%;
}
.receipt-details4-r {
  width: 70%;
}

.receipt-details-total {
  font-size: 1.4em;
}
.receipt-details-tax {
  font-size: 0.8em;
}

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

.receipt-dtl-pay {
  width:22% !important;
}

.receipt-dtl-pay-name {
  width:55%;
}

.receipt-dtl-pay-fee {
  width:23%;
}



/* ----------------------------------------
	調整用
---------------------------------------- */
.mt15 {
  margin-top: 15px;
}

.mt10 {
  margin-top: 10px;
}

.mb5 {
  margin-bottom: 5px;
}

.mb15 {
  margin-bottom: 15px;
}

.mr15 {
  margin-right: 15px;
}

.ml15 {
  margin-left: 15px;
}

.m5-0 {
  margin: 5px 0;
}

.m20-0 {
  margin: 20px 0;
}

@media screen and (max-width: 767px) {
  .m5-0 {
    margin: 5px 0 15px;
  }
  .btn_c_g.mr15 {
    margin-right: 0;
  }
}

p.txt_change {
  padding: 10px 0;
}

/* 印刷 */
@media print {
  body {
    background: #ffffff !important;
  }
  .not-print {
    display: none;
  }
}

/* ロード中 */
.button_box_loading {
  padding: 9px 12px 3px;
  background: #999 !important;
  color: #fff !important;
  cursor: default;
  vertical-align: bottom;
}

.ballsWaveG-wrap {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  width: 120px;
  height: 8px;
  margin: 0 auto 2px;
}

.ballsWaveG {
  background-color: lightgray;
  width: 8px;
  height: 8px;
  animation-name: ballsWaveG;
  animation-duration: 0.8s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  border-radius: 8px;
}

.ballsWaveG_1 {
  left: 0;
  animation-delay: 0.08s;
}

.ballsWaveG_2 {
  left: 14px;
  animation-delay: 0.16s;
}

.ballsWaveG_3 {
  left: 28px;
  animation-delay: 0.24s;
}

.ballsWaveG_4 {
  left: 42px;
  animation-delay: 0.32s;
}

.ballsWaveG_5 {
  left: 56px;
  animation-delay: 0.4s;
}

.ballsWaveG_6 {
  left: 70px;
  animation-delay: 0.48s;
}

.ballsWaveG_7 {
  left: 84px;
  animation-delay: 0.56s;
}

.ballsWaveG_8 {
  left: 98px;
  animation-delay: 0.64s;
}

.ballsWaveG_9 {
  left: 112px;
  animation-delay: 0.72s;
}

.ballsWaveG_10 {
  left: 126px;
  animation-delay: 0.8s;
}

@keyframes ballsWaveG {
  0% {
    background-color: rgba(255, 255, 255, 0.97);
  }
  to {
    background-color: lightgray;
  }
}

/* --- パスワード再発行 --- */

.notice-sentence {
  padding: 100px 0 60px;
  text-align: center;
  font-weight: bold;
  line-height: 1.5;
}

.notice-text {
  margin-bottom: 50px;
  font-size: 36px;
  color: #ff0000;
}

.notice-red {
  color: #ff0000;
}

@media screen and (max-width: 767px) {
  .notice-sentence {
    padding: 60px 0;
  }

  .notice-sentence .notice-text {
    font-size: 24px;
  }
}

/*--- マイページ ---*/
.nochng-ntc {
  margin: 0 0 0.5em;
  line-height: 1.2;
}

.attention-ntc{
  margin: 2em 0;
}

@media screen and (max-width: 767px) {
  .nochng-ntc {
    font-size: 0.9rem;
  }
}

.notice-blue,
.notice-blue span {
    color: #4472c4;
}

/* エラー */
.errorTextBox {
  margin-top: 8em;
  text-align: center;
}

.errorTextBox p.errorText_b {
  margin-bottom: 1em;
  font-weight: bold;
}

.errorTextBox p.errorText {
  margin-bottom: 4em;
}
.errorTextBox a {
  text-decoration: underline;
}

/*-- t-error --*/
div.errorBox {
  border: 2px solid #ff0000;
  margin: 10px auto;
  padding: 10px;
  width: 90%;
}

div.etc-rimit {
  border: 0;
  margin-top: 10em;
}

div.errorBox p {
  color: #ff0000;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
}

div.errorBox p.errorText {
  padding: 5px;
}

div.errorBox p.errorTextLarge {
  padding: 18px;
  font-size: 1.3rem;
}
div.errorBox p.errorTextLeft {
  margin-top: 1em;
  text-align: left;
}

div.errorBox span {
  color: #ff0000;
  font-size: 14px;
}

/*-- history btn --*/
.company p.cmpny-info {
  width: 100%;
  margin-bottom: 1em;
  line-height: 1.25em;
}

@media screen and (max-width: 767px) {
  div.etc-rimit {
    margin-top: 0em;
  }
}

.company p.cmpny-info:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .company {
    padding: 2em 0.75rem;
  }
}

/* 期間検索 */
.search-rireki {
  display: flex;
  margin-top: 25px;
}

.search-rireki div {
  display: flex;
  max-width: 100%;
}
.search-rireki select {
  height: 28px;
  max-width: 100%;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding: 2px 30px 2px 10px;
	line-height: 1.1em;
	border-radius: 5px;
	background-image: url(../img/select_down.svg);
	background-repeat: no-repeat;
	background-size: 11px 9px;
	background-position: right 10px center;
}

.search-rireki .search-period {
  width: 42%;
}
.search-rireki .search-period select {
  width: 130px;
}
.search-rireki .search-period p {
  margin: 7px;
  width: 80px;
  white-space: nowrap;
}
.search-rireki .search-period .select-month-w {
  width: 65px;
}
.search-rireki .search-parking{
  width: 42%;
}
  .search-rireki .search-parking select {
  width: 300px;
  overflow-x: hidden;
}
.search-rireki .search-parking p {
  margin: 7px;
  white-space: nowrap;
}

/* 検索ボタン */
.search-period .search-btn select {
  margin-left: 10px;
  color: #ffffff;
  background: #39467d;
  border-radius: 15px;
  font-size: 0.9em;
  user-select: none;
  width: 50px;
  text-align: center;
  line-height: 1.9;
}

/* 検索結果表示テーブル */
.use_detail_table {
  width: 100%;
  margin-top: 10px;
}

.use_detail_table table {
  border-collapse: collapse;
}

.use_detail_table table tr:hover {
  background-color: #ffff99;
}

.use_detail_table table tr.cancel,
.use_detail_table table tr.cancel:hover {
  background-color: lightgray;
  text-decoration: line-through;
}

.use_detail_table th {
  height: 40px;
  background: #e6e6e6;
  border: solid 1px #999;
  vertical-align: middle;
}

.use_detail_table td {
  height: 40px;
  border: solid 1px #999;
  vertical-align: middle;
  text-align: center;
  line-height: 1.2;
}

.use_detail_table .check {
  width: 5%;
}
.use_detail_table .in-date {
  width: 15%;
}
.use_detail_table .out-date {
  width: 15%;
}
.use_detail_table .car-time {
  width: 15%;
}
.use_detail_table .parking-fee {
  width: 20%;
}
.use_detail_table .car {
  width: 10%;
}
.use_detail_table .card {
  width: 30%;
}

.use_detail_table .check input {
  height: 15px;
}

@media screen and (max-width: 960px) {
  .use_detail_table {
    font-size: 0.8rem;
  }
}
@media screen and (max-width: 767px) {
  .search-rireki {
    display: block;
  }

  .search-rireki .search-period {
    margin-bottom: 10px;
    width: 100%;
  }

  .search-rireki .search-parking p {
    width: 80px;
  }

  .search-rireki .search-parking select,
  .search-rireki .search-period select {
    width: 250px;
    max-width: 66%;
    overflow-x: hidden;
  }

  .use_detail_table .in-date {
    width: 20%;
  }
  .use_detail_table .out-date {
    width: 20%;
  }
  .use_detail_table .car-time {
    width: 20%;
  }
  .use_detail_table .parking-fee {
    width: 20%;
  }
  .use_detail_table .car {
    width: 20%;
  }
}

/* ----------------------------------------
	numberplate
---------------------------------------- */
.info-numberplate {
  display: flex;
}
.numberplate {
  display: inline-block;
  width: 40%;
}
.numberplate .carBox {
  margin: 10px 0;
  width: 175px;
  height: 93px;
  border: 4px double #aaaaaa;
  border-radius: 5px;
}
.numberplate .carBox .carTop {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
}
.numberplate .carBox .carTop .topLeft {
  margin: 11px 5px 5px 0;
  width: 60%;
  color: #004d04;
  text-align: right;
  font-size: 20px;
}
.numberplate .carBox .carTop .topRight {
  margin: 11px 0 5px 5px;
  width: 40%;
  color: #004d04;
  font-size: 20px;
}
.numberplate .carBox .carBottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
}
.numberplate .carBox .carBottom .bottomLeft {
  margin: 10px 5px;
  padding: 5px 0 0 5px;
  width: 16%;
  color: #004d04;
  font-size: 20px;
}
.numberplate .carBox .carBottom .bottomRight {
  width: 80%;
  color: #004d04;
  font-size: 45px;
}

.carEntry .numberplate .carBox {
  width: 193px;
  height: 112px;
}
.carEntry .numberplate .carBox .carTop .carArea {
  margin: 5px 0 5px 10px;
  padding: 5px 10px;
  width: 100px;
  font-size: 18px;
}
.carEntry .numberplate .carBox .carTop .carNumber01 {
  margin: 5px 10px 5px 5px;
  padding: 5px 10px;
  width: 60px;
  font-size: 18px;
}
.carEntry .numberplate .carBox .carBottom .carFont {
  position: relative;
  margin: 5px 10px 5px 10px;
  width: 60px;
  font-size: 18px;
}
.carEntry .numberplate .carBox .carBottom .carFont:before {
  position: absolute;
  top: 1.1em;
  right: 0.5em;
  width: 0;
  height: 0;
  padding: 0;
  content: "";
  border-top: 5px solid #aaaaaa;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  pointer-events: none;
}

.carEntry .numberplate .carBox .carBottom input {
  margin: 5px 10px 5px 10px;
  padding: 5px 10px;
  font-size: 18px;
}

.carEntry .numberplate .carBox .carBottom .carFont {
  width: 60px;
}

.carEntry .numberplate .carBox .carBottom .carNumber02 {
  width: 85px;
}

.ex-numberplate {
  display: flex;
  width: 60%;
}
.ex-numberplate img {
  width: auto;
  height: 100px;
  margin-left: 1em;
}

@media screen and (max-width: 1160px) {
  /*@media screen and (max-width: 767px) {*/
  .numberplate {
    display: block;
    width: 100%;
  }
  .numberplate .carBox {
    margin-bottom: 10px;
  }

  .numberplate .carBox input,
  select {
    height: 42px;
  }
  .info-numberplate {
    display: block;
  }
  .ex-numberplate {
    display: block;
    width: 100%;
    margin-top: 2em;
  }
  .ex-numberplate img {
    margin-left: 0;
    height: 93px;
    margin-top: 0.5em;
  }
}
@media screen and (max-width: 374px) {
  .ex-numberplate img {
    height: 78px;
  }
}

/* ETCカード登録 */

.consent-check {
  display: flex;
}
.consent-check label {
  margin: 1rem auto;
}

.cardNumber {
  display: flex;
}
.cardNumber span {
  padding: 20px 5px 0;
}

.etc-period-message {
  margin-top: 10px;
}

/* selectBox 全般 */
.selectBox {
  position: relative;
  display: inline-block;
  width: 85px;
  text-align: center;
  font-size: 18px;
}

.select-w100{ /* 秘密の質問 */
  width: 100%;
}
.select-font16{ /* 秘密の質問 */
  font-size: 16px;
}

.selectBox:before {
  content: "";
  position: absolute;
  top: 1.1em;
  right: 0.5em;
  width: 0;
  height: 0;
  padding: 0;
  border-top: 5px solid #aaa;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  pointer-events: none;
}
.selectBox select {
  width: 100%;
  cursor: pointer;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  background: transparent;
  background-image: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
  padding: 6px 24px 6px 10px;
  color: #666666;
}

/* ----------------------------------------
	registration
---------------------------------------- */
.term {
  margin: 10px 0;
  border: 1px solid #aaa;
}
.term .scrollBox {
  height: 100px;
  min-height: 200px;
  margin: 10px;
  padding: 15px;
  border: 1px solid #aaa;
  overflow: scroll;
  overflow-x: hidden;
  font-size: 0.8rem;
  background: #fffaf0;
}
.term .scrollBox .rules-ttl-b {
  margin-bottom: 10px;
  font-size: 1rem;
  font-weight: bold;
}
.term .scrollBox .rules-ttl-top {
  margin: 10px 0;
  font-weight: bold;
}
.term .scrollBox .rules-day {
  text-align: right;
}
.term .scrollBox .term-box li {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  margin: 0 10px 30px 10px;
  line-height: 1.5;
}
.term .scrollBox .term-box li .number {
  display: inline-block;
  padding-right: 20px;
  width: 78px;
  text-align: right;
}
.term .scrollBox .term-box li .sub-ttl {
  display: block;
  padding-bottom: 5px;
}
.term .scrollBox .term-box li div {
  display: inline-block;
  width: 100%;
}
.term .scrollBox .term-box li div .brakets-box {
  padding-top: 15px;
}
.term .scrollBox .term-box li div .brakets-box .brakets-list {
  margin: 0 10px 15px 0;
}
.term .scrollBox .supplementary {
  margin-left: 10px;
  line-height: 1.5;
}

/* ----------------------------------------
	contact　* お問い合わせ *
---------------------------------------- */
div.contact-box {
  margin: 1em auto;
}

div.contact-table{
  display: table;
  max-width: 25em;
  word-break: break-all;
  border-top: 1px solid #aaa;
  border-left: 1px solid #aaa;
}

div.contact-table-raw {
  display: table-row;
  min-height: 3em;
}

div.contact-table-cell {
  display: table-cell;
  vertical-align: middle;
  height: 2em;
  padding: 0.3em;
  border-right: 1px solid #aaa;
  border-bottom: 1px solid #aaa;
  line-height: 1.2;
}

div.contact-table-cell:first-child {
  width: 7em;
  background-color: #f0f0f0;
}

@media screen and (max-width: 767px) {
  div.contact-table{
    display:block;
    width:100%;
    margin: 0 auto;
  }
  div.contact-table-raw {
    display:block;
  }
  div.contact-table-cell {
    display:block;
    height: auto;
  }
  div.contact-table-cell:first-child {
    width: 100%;
    background-color: #f0f0f0;
  }
}


