@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap');

audio:not([controls]) {
  display: none;
}

button {
  -webkit-appearance: button;
  overflow: visible;
}

details {
  display: block;
}

html {
  -ms-overflow-style: -ms-autohiding-scrollbar;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
}

input {
  -webkit-border-radius: 0;
}

input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
}

input[type="number"] {
  width: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

input[type="time"] {
  -webkit-appearance: none;
}

main {
  display: block;
}

pre {
  overflow: auto;
}

progress {
  display: inline-block;
}

small {
  font-size: 75%;
}

summary {
  display: block;
}

svg:not(:root) {
  overflow: hidden;
}

template {
  display: none;
}

textarea {
  overflow: auto;
}

[hidden] {
  display: none;
}

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

* {
  font-size: inherit;
  line-height: inherit;
}

::before,
::after {
  text-decoration: inherit;
  vertical-align: inherit;
}

*,
::before,
::after {
  border-style: solid;
  border-width: 0;
}

* {
  background-repeat: no-repeat;
  margin: 0;
  padding: 0;
}

:root {
  background-color: #ffffff;
  box-sizing: border-box;
  color: #000000;
  cursor: default;
}

a {
  text-decoration: none;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: top;
}

button,
input,
select,
textarea {
  background-color: transparent;
}

button,
input,
select,
textarea {
  color: inherit;
  font-family: inherit;
  font-style: inherit;
  font-weight: inherit;
}

button,
[type="button"],
[type="date"],
[type="datetime"],
[type="datetime-local"],
[type="email"],
[type="month"],
[type="number"],
[type="password"],
[type="reset"],
[type="search"],
[type="submit"],
[type="tel"],
[type="text"],
[type="time"],
[type="url"],
[type="week"],
select,
textarea {
  min-height: 1.5em;
  outline: none;
}

code,
kbd,
pre,
samp {
  font-family: monospace;
}

nav ol,
nav ul {
  list-style: none;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

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

select::-ms-value {
  color: currentColor;
}

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

textarea {
  resize: vertical;
}

::-moz-selection {
  background-color: #b3d4fc;
  color: #ffffff;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc;
  color: #ffffff;
  text-shadow: none;
}

[aria-busy="true"] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled] {
  cursor: default;
}

[hidden][aria-hidden="false"] {
  clip: rect(0 0 0 0);
  display: inherit;
  position: absolute;
}

[hidden][aria-hidden="false"]:focus {
  clip: auto;
}

a,
area,
button,
input,
label,
select,
textarea,
[tabindex] {
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}

html, body {
  position: relative;
}

html {
  margin: 0;
  padding: 0;
  font-size: 62.5%;
}

body {
  text-align: left;
  width: 100%;
  line-height: 160%;
/*  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", Arial, Helvetica, sans-serif;*/
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.6rem;
/*  color: #333;*/
  color: rgb(76,73,72);
}

a {
  outline: none;
  cursor: pointer;
  transition: all .3s;
}

a, a:link, a:visited {
  color: #c02;
}

a:active, a:hover {
  color: #b1000e;
}

ul, ol, li {
  list-style: none;
  margin: 0;
  padding: 0;
}

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

table {
  margin: 0;
}

h2 {
  background-image: none;
}

h2 span {
  font-weight: normal;
  background: none;
  padding: 0;
  font-size: inherit;
  color: inherit;
}

.JS h2 {
  margin: 0;
}

#loading {
  width: 100%;
  height: 100vh;
  position: fixed;
  z-index:21;
}
#loading img {
  position: absolute;
  top: 50%;
  left:50%;
  transform: translate(-50%,-50%);
  z-index:23;
}
#white-overlay {
  width: 100%;
  height: 100vh;
  background-color: #ffffff;
  opacity: 0.5;
  z-index:22;
}

#dataLoader {
  position: relative;
  width: 100%;
  height: 32px;
  top: 10px;
  left: calc(50% - 16px);
}

#dataLoader2 {
  position: relative;
  width: 100%;
  height: 32px;
  left:calc(50% - 16px);
  top:-4px;
}

.l-wrapper {
  position: relative;
  background-color: #fff;
}

.l-wrapper.is-fixed {
  height: 100%;
  overflow: hidden;
}

.l-wrapper > #top {
  width: 100%;
  height: 0;
}

.l-main {
  letter-spacing: 0.075em;
}



@media only screen and (min-width: 1305px) {
  .l-main {
    display: -ms-flexbox;
    display: flex;
  }
}

@media only screen and (max-width: 1304px) {
  .l-main {
    position: relative;
    z-index: 11;
  }
}

/* PC版 画面左側(メインコンテンツ)の余白にナビゲーションメニューが入らない場合 */
/* (画面左側(メインコンテンツ)(最大1305px)＋左右余白(300px*2)+ナビゲーションメニュー右側余白(20px)=1925px)  */
@media only screen and (min-width: 1305px) and (max-width: 1924px) {
	.l-contents {
	/* 画面左側(メインコンテンツ)からナビゲーションメニュー分のwidthを引く */
	/* 100% - ナビゲーションメニュー枠width(300px) - ナビゲーションメニュー右側余白(20px) */
		width: calc(100% - 300px - 20px);
	}
}

/* PC版 画面左側(メインコンテンツ)の余白にナビゲーションメニューが入る場合 */
/* (画面左側(メインコンテンツ)(最大1305px)＋左右余白(300px*2)+ナビゲーションメニュー右側余白(20px)=1925px)  */
@media only screen and (min-width: 1925px) {
	.l-contents {
	/* 画面左側(メインコンテンツ)からナビゲーションメニュー分のwidthを引かない */
		width: 100%;
	}
}

@media only screen and (min-width: 1305px) {
  .l-contents .l-contentsIn {
    position: relative;
    padding-top: 0;
    padding-bottom: 75px;
  }
  .l-contents--second.l-contents .l-contentsIn {
    padding-top: 10px;
  }
  .l-contents--1col {
    width: 100%;
    padding: 45px 0 0 0;
  }
}

@media only screen and (max-width: 1304px) {
  .l-contents .l-contentsIn {
    padding-top: 21px;
    padding-bottom: 80px;
  }
  .l-contents--second.l-contents {
    padding-top: 0;
  }
  .l-contents--second.l-contents .l-contentsIn {
    padding-top: 10px;
  }
  .l-contents--1col {
    width: 100%;
    padding: 22.5px 0 0 0;
  }
}

.l-footer--1col {
  max-width: 1305px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

@media only screen and (max-width: 1304px) {
  .l-footer {
    width: 100%;
  }
}

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

[class*=" icon--"], [class^=icon--] {
  font-family: icomoon !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon--triangle:before {
  content: "\e930";
}
.icon--call:before {
  content: "\e931";
}
.icon--cogs2:before {
  content: "\e932";
}
.icon--mail2:before {
  content: "\e933";
}
.icon--settings:before {
  content: "\e934";
}
.icon--attn:before {
  content: "\e935";
}
.icon--bell:before {
  content: "\e936";
}
.icon--camera:before {
  content: "\e937";
}
.icon--cloud:before {
  content: "\e938";
}
.icon--file2:before {
  content: "\e939";
}
.icon--clock2:before {
  content: "\e93a";
}
.icon--list:before {
  content: "\e93b";
}
.icon--active:before {
  content: "\e93c";
}
.icon--bld:before {
  content: "\e93d";
}
.icon--contract:before {
  content: "\e93e";
}
.icon--id:before {
  content: "\e93f";
}
.icon--maintH:before {
  content: "\e940";
}
.icon--maintS:before {
  content: "\e941";
}
.icon--movie:before {
  content: "\e942";
}
.icon--pw:before {
  content: "\e943";
}
.icon--wrench:before {
  content: "\e944";
}
.icon--arrowB:before {
  content: "\e945";
}
.icon--arrowL:before {
  content: "\e946";
}
.icon--arrowR:before {
  content: "\e947";
}
.icon--book:before {
  content: "\e948";
}
.icon--check:before {
  content: "\e949";
}
.icon--circle:before {
  content: "\e94a";
}
.icon--datebook:before {
  content: "\e94b";
}
.icon--faq:before {
  content: "\e94c";
}
.icon--file:before {
  content: "\e94d";
}
.icon--home:before {
  content: "\e94e";
}
.icon--info:before {
  content: "\e94f";
}
.icon--close:before {
  content: "\e950";
}
.icon--mail:before {
  content: "\e951";
}
.icon--megaphone:before {
  content: "\e952";
}
.icon--notebook:before {
  content: "\e953";
}
.icon--person:before {
  content: "\e954";
}
.icon--search:before {
  content: "\e955";
}
.icon--logout:before {
  content: "\e956";
}
/*
.icon--logout {
	width: 50px;
	height: 50px;
	background-image: url('/epo/icon/05_ログアウト_85x85.png');
	background-size: cover;
}
*/
.icon--pencil:before {
  content: "\e957";
}
.icon--cogs:before {
  content: "\e958";
}
.icon--pict:before {
  content: "\e959";
}
.icon--cog:before {
  content: "\e95a";
}
.icon--calendar:before {
  content: "\e95b";
}
.icon--checkbox:before {
  content: "\e95c";
}
.icon--clock:before {
  content: "\e95d";
}
.icon--elevator:before {
  content: "\e95e";
}
.icon--schedule:before {
  content: "\e95f";
}
.icon--quake:before {
  content: "\e960";
}

.c-btn {
  display: inline-block;
  background-color: #313131;
  box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.2);
  text-align: center;
  text-decoration: none !important;
}

.c-btn, .c-btn:hover {
  color: #fff !important;
}

.c-btn:hover {
  background-color: rgba(49,49,49,.9);
  text-decoration: none;
}

.c-btn--dark {
  background-color: #313131;
}

.c-btn:disabled, .c-btn:disabled:hover {
  background-color: #dcdcdc !important;
}

@media (min-width: 1305px) {
  .c-btn--L {
    width: 300px;
  }
  .c-btn--L, .c-btn--L2col {
    height: 42px;
    line-height: 42px;
    font-size: 90%;
  }
  .c-btn--L2col {
    width: 250px;
  }
  .c-btn--LL {
    width: 100%;
    height: 42px;
    line-height: 42px;
    font-size: 90%;
  }
  .c-btn--fold {
    padding: 0 1.2em;
    height: 26px;
    line-height: 26px;
    font-size: 72.5%;
  }
  .c-btn--loadMore {
    display: none;
  }
}

@media (max-width: 1304px) {
  .c-btn--L {
    width: 300px;
    height: 45px;
    line-height: 45px;
    font-size: 72.5%;
  }
  .c-btn--L2col {
    max-width: 250px;
  }
  .c-btn--L2col, .c-btn--LL {
    width: 100%;
    height: 42px;
    line-height: 42px;
    font-size: 72.5%;
  }
  .c-btn--fold.c-btn {
    position: relative;
    width: 165px;
    height: 45px;
    line-height: 45px;
    font-size: 72.5%;
    background-color: #fff;
  }
  .c-btn--fold.c-btn, .c-btn--fold.c-btn:hover {
    color: #313131 !important;
  }
  .c-btn--fold.c-btn:after {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border: 1.5px solid #313131;
    content: "";
  }
  .c-btn--loadMore {
    width: 100%;
    max-width: 400px;
    margin: 0 auto -23.5px;
    height: 45px;
    line-height: 45px;
    font-size: 72.5%;
    display: block;
  }
}

@media (max-width: 640px) {
  .c-btn--fold.c-btn {
    width: calc(50% - 4px);
  }
}

@media (max-width: 499px) {
  .c-btn--L {
    width: calc(100% - 10px);
  }
}

@media (max-width: 499px) {
  .c-btn--L {
    width: calc(100% - 10px);
    line-height:100%;
  }
}

.c-btn2 {
  display: inline-block;
  background-color: #313131;
  text-align: center;
  text-decoration: none !important;
  cursor: pointer;
  box-shadow: 0px .5px 1px 1.5px rgba(0,0,0,.15);
  font-weight: bold;
}

.c-btn2, .c-btn2:hover {
  color: #fff !important;
}

.c-btn2:hover {
  background-color: rgba(49,49,49,.9);
  text-decoration: none;
}

.c-btn2--green {
  background-color: #22ac38;
}

.c-btn2--blue {
  background-color: #00479d;
}

.c-btn2--red {
  background-color: #c02;
}

.c-btn2:disabled, .c-btn2:disabled:hover {
  background-color: #dcdcdc !important;
}

@media (min-width: 1305px) {
  .c-btn2 {
    border-radius: 5px;
    transition: all .3s;
    width: 100%;
    height: 45px;
    line-height: 45px;
    font-size: 90.625%;
  }
  .c-btn2--green:hover {
    background-color: #227508;
  }
  .c-btn2--blue:hover {
    background-color: rgba(0,71,157,.8);
  }
  .c-btn2--red:hover {
    background-color: rgba(204,0,34,.8);
  }
}

@media (max-width: 1304px) {
  .c-btn2 {
    border-radius: 2.5px;
    width: 100%;
    height: 42px;
    line-height: 42px;
    font-size: 93.75%;
  }
}

.c-sect {
  box-shadow: 1px 2px 3px 0.5px rgba(0, 0, 0, 0.2);
  border-right: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;
  border-left: 1px solid #dcdcdc;
}

.c-sect__contents {
  background-color: #fff;
}

@media (min-width: 1305px) {
  .c-sect {
    margin-bottom: 27px;
  }
  .c-sect--search.c-sect {
    margin-bottom: 46px;
  }
}

@media (max-width: 1304px) {
  .c-sect {
    margin-bottom: 20px;
  }
}

.c-sect2__contents {
  background-color: #fff;
}

@media (min-width: 1305px) {
  .c-sect2 {
    margin-bottom: 70px;
  }
  .c-sect2--menu {
    margin-bottom: 52px;
  }
  .c-sect2--news {
    margin-bottom: 83px;
  }
  .c-sect2--last {
    margin-bottom: 0;
  }
  .c-sect2--search.c-sect2 {
    margin-bottom: 46px;
  }
  .c-sect2__contents {
    margin: 0 20px;
  }
}

@media (max-width: 1304px) {
  .c-sect2 {
    margin-bottom: 75px;
  }
  .c-sect2--last {
    margin-bottom: 0;
  }
  .c-sect2--menu {
    width: calc(100% + 30px);
    margin-bottom: 50px;
    transform: translateX(-15px);
  }
  .c-sect2--news {
    margin-bottom: 50px;
  }
}

.c-titleItem {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0;
  -ms-flex-align: center;
  align-items: center;
  background-color: #dcdcdc;
  color: #333;
  line-height: 1;
}

.c-titleItem__icon {
  color: #313131;
  display: inline-block;
}

.c-titleItem__text {
  -ms-flex: 1;
  flex: 1;
}

@media (min-width: 1305px) {
  .c-titleItem {
    padding: 10px 15px;
    font-size: 100%;
  }
  .c-titleItem__icon {
    width: 35px;
    font-size: 2.3rem;
  }
}

@media (max-width: 1304px) {
  .c-titleItem {
    padding: 11.5px;
    font-size: 100%;
    letter-spacing: 0;
  }
  .c-titleItem__icon {
    width: 39px;
    font-size: 2.8rem;
  }
}

.c-titleItem2 {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f2f2f2;
  color: #333;
  line-height: 1;
  letter-spacing: .075em;
}

.c-titleItem2 .c-titleItem2__arrow {
  transition: all .3s;
}

.c-titleItem2.is-open .c-titleItem2__arrow {
  transform: rotate(180deg);
}

.c-titleItem2__icon {
  position: relative;
  color: #fff;
  display: inline-block;
  text-align: center;
}

.c-titleItem2__text {
  -ms-flex: 1;
  flex: 1;
}

.c-titleItem2__arrow {
  display: inline-block;
  color: #313131;
}

@media (min-width: 1305px) {
  .c-titleItem2 {
    height: 50px;
    margin-left: 10px;
    margin-bottom: 24px;
    padding-right: 20px;
    padding-left: 10px;
    font-size: 100%;
  }
  .c-titleItem2__arrow {
    font-size: 1.7rem;
  }
}

@media (max-width: 1304px) {
  .c-titleItem2 {
    width: calc(100% + 30px);
    height: 62.5px;
    margin-bottom: 22px;
    margin-left: -15px;
    font-size: 100%;
    letter-spacing: 0;
    text-align: center;
    color: #575757;
  }
  .c-titleItem2__arrow {
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -7.5px;
    font-size: 1.5rem;
  }
}

.c-titlePage {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: flex-end;
  align-items: flex-end;
  line-height: 1;
  border-bottom: 1px solid #dcdcdc;
}

.c-titlePage__icon {
  color: #e60027;
}

@media (min-width: 1305px) {
  .c-titlePage {
    height: 57px;
    margin-bottom: 22px !important;
    padding-top: 10px;
    padding-bottom: 15px;
    font-size: 112.5%;
  }
  .c-titlePage__icon {
    width: 53px;
    padding-left: 5px;
    font-size: 3.6rem;
  }
  .c-titlePage__text {
    font-weight: 400;
  }
  .c-titlePage--L {
    margin-bottom: 45px !important;
  }
}

@media (max-width: 1304px) {
  .c-titlePage {
    height: 53.3px;
    margin-bottom: 20px !important;
    padding-top: 8px;
    padding-bottom: 12px;
    font-size: 125%;
  }
  .c-titlePage__icon {
    width: 35px;
    padding-left: 5px;
    font-size: 2.5rem;
  }
  .c-titlePage__icon.icon--pencil {
    margin-right: 7px;
  }
}

.c-titlePage2 {
  /* position: relative; */
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: flex-end;
  line-height: 1;
  border-bottom: 1px solid #dcdcdc;
  word-break: break-all;
}

.c-titlePage2__icon {
  color: #c02;
}

.c-titlePage2__text {
  -ms-flex: 1;
  flex: 1;
  line-height: 1.2;
  font-weight: 500;
}

.c-titlePage2__text small {
  display: block;
}

.c-titlePage2__number {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: flex-end;
  line-height: 1;
}

.c-titlePage2__number em {
  display: inline-block;
  font-style: normal;
  text-align: center;
}

.c-titlePage2__number .numerator,
.c-titlePage2__number .denominator,
.c-titlePage2__number .slash {
  color: #c02;
  font-weight: bold;
}

@media (min-width: 1305px) {
  .c-titlePage2 {
    min-height: 57px;
    margin-bottom: 0px !important;
    padding-top: 10px;
    padding-bottom: 15px;
  }
  .c-titlePage2:last-of-type {
    margin-bottom: 22px !important;
  }
  .c-titlePage2__icon {
    width: 53px;
    padding-left: 5px;
    font-size: 3.6rem;
  }
  .c-titlePage2__icon.icon--active + .c-titlePage2__text {
    margin-top: 5px;
  }
  .c-titlePage2__text {
    font-size: 112.5%;
  }
  .c-titlePage2__text small {
    font-size: 77%;
  }
  .c-titlePage2__number {
    bottom: 12px;
    margin-bottom: -2px;
  }
  .c-titlePage2__number .numerator {
    min-width: 1.2em;
    margin: 0 -2px -3px 0;
    font-size: 225%;
  }
  .c-titlePage2__number .numerator + .unit {
    margin-left: 5px;
    margin-bottom: 2px;
  }
  .c-titlePage2__number .denominator {
    font-size: 112.5%;
  }
  .c-titlePage2__number .slash,
  .c-titlePage2__number .unit {
    font-size: 87.5%;
  }
  .c-titlePage2__number .slash {
    margin-right: 3px;
  }
  .c-titlePage2__number .unit {
    margin: 0 0 -1px 4px;
  }
  .c-titlePage2--L {
    margin-bottom: 45px !important;
  }
}

@media (max-width: 1304px) {
  .c-titlePage2 {
    min-height: 53.3px;
    margin-bottom: 4px !important;
    padding-top: 8px;
    padding-bottom: 12px;
  }
  .c-titlePage2:last-of-type {
    margin-bottom: 12px !important;
  }
  .c-titlePage2__text {
    font-size: 125%;
  }
  .c-titlePage2__textMain {
    margin-left: 3px;
    font-size: 140.625%;
  }
  .c-titlePage2__text small {
    margin: 0 0 -3px 3px;
    font-size: 66%;
  }
  .c-titlePage2__icon {
    width: 35px;
    padding-left: 5px;
    font-size: 2.5rem;
  }
  .c-titlePage2__icon.icon--active {
    padding-left: 0;
    font-size: 3.4rem;
  }
  .c-titlePage2__icon.icon--active + .c-titlePage2__text {
    margin-top: 7.5px;
  }
  .c-titlePage2__icon.icon--pencil {
    margin-right: 7px;
  }
  .c-titlePage2__number {
    bottom: 10px;
  }
  .c-titlePage2__number .numerator {
    margin: 0 -1px -3px 0;
    font-size: 221.875%;
  }
  .c-titlePage2__number .numerator + .unit {
    margin-left: 10px;
    margin-bottom: 2px;
  }
  .c-titlePage2__number .denominator {
    font-size: 118.75%;
  }
  .c-titlePage2__number .slash {
    margin-right: 3px;
    font-size: 93.75%;
  }
  .c-titlePage2__number .unit {
    margin: 0 0 -2px 4px;
    font-size: 118.75%;
  }
}  

.c-titleSect {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  font-weight: bold;
}

.c-titleSect__icon {
  color: #c50101;
}

.c-titleSect__text {
  margin-top: 3px;
  letter-spacing: .05em;
  color: #333;
}

@media (min-width: 1305px) {
  .c-titleSect {
    margin-bottom: 10px;
  }
  .c-titleSect__icon {
    margin-right: 6px;
    font-size: 2.4rem;
  }
  .c-titleSect__icon.icon--call {
    font-size: 3rem;
  }
  .c-titleSect__text {
    font-size: 100%;
  }
}

@media (max-width: 1304px) {
  .c-titleSect {
    margin-bottom: 10px;
  }
  .c-titleSect__icon {
    margin-right: 8px;
    font-size: 2.4rem;
  }
  .c-titleSect__text {
    font-size: 93.75%;
  }
}

.c-lead {
  margin: 0 0 1em .3em;
}

@media (min-width: 1305px) {
  .c-lead {
    font-size: 81.25%;
  }
  .c-lead--L {
    font-size: 90%;
  }
}

@media (max-width: 1304px) {
  .c-lead {
    font-size: 72.5%;
  }
  .c-lead--L {
    font-style: 81.25%;
  }
}

.c-errorWrap {
  padding: 0 0 30px 0;
}

.c-error {
  margin-bottom: .2em;
  font-size: 100%;
  color: #e60027;
  line-height: 1.5;
}

.c-error:first-of-type {
  margin-top: .5em;
}

.c-error:last-of-type {
  margin-bottom: 0;
}

.c-error--top:last-of-type {
  margin: 0 0 .7em;
}

.js-fade {
  opacity: 0;
  position: relative;
  bottom: -20px;
}

.js-fade.is-fadeOn {
  opacity: 1;
  transition: opacity .8s,bottom .6s;
  bottom: 0;
}

.js-fade.is-fadeOn.js-fade__delay1 {
  transition-delay: .2s;
}

.js-fade.is-fadeOn.js-fade__delay2 {
  transition-delay: .4s;
}

.js-fadeLeft {
  opacity: 0;
  position: relative;
  left: -20px;
}

.js-fadeLeft.is-fadeOn {
  opacity: 1;
  transition: opacity .8s,left .6s;
  left: 0;
}

.js-fadeLeft.is-fadeOn.js-fade__delay1 {
  transition-delay: .2s;
}

.js-fadeLeft.is-fadeOn.js-fade__delay2 {
  transition-delay: .4s;
}

.js-fadeRight {
  opacity: 0;
  position: relative;
  right: -20px;
}

.js-fadeRight.is-fadeOn {
  opacity: 1;
  transition: opacity .8s,right .6s;
  right: 0;
}

.js-fadeRight.is-fadeOn.js-fade__delay1 {
  transition-delay: .2s;
}

.js-fadeRight.is-fadeOn.js-fade__delay2 {
  transition-delay: .4s;
}

@media only screen and (max-width: 640px) {
  .js-fade.is-fadeOn.js-fade__delay1, .js-fade.is-fadeOn.js-fade__delay2 {
    transition-delay: 0;
  }
  .js-fadeLeft, .js-fadeRight {
    right: 0;
    left: 0;
    bottom: -20px;
  }
  .js-fadeLeft.is-fadeOn, .js-fadeRight.is-fadeOn {
    opacity: 1;
    transition: opacity .8s,bottom .6s;
    bottom: 0;
  }
}

.c-slider {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  background-color: #fff;
  border: 1px solid #dcdcdc;
  box-shadow: 1px 2px 3px 0.5px rgba(0, 0, 0, 0.2);
}

.c-slider .swiper-container {
  overflow-y: visible;
  width: 100%;
  height: 100%;
}

.c-slider .swiper-container img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  font-family: "object-fit: contain;";
}

.c-slider .swiper-slide {
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}

.c-slider .swiper-slide > a {
  display: block;
  width: 100%;
  height: 100%;
}

.c-slider .swiper-pagination {
  text-align: center;
  width: 100%;
  position: static;
}

.c-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #e60027;
}

@media (min-width: 1305px) {
  .c-slider {
    max-width: 703px;
    height: 178px;
    padding: 10px 10px 30px 10px;
  }
  .swiper-pagination-bullet {
    width: 9px;
    height: 9px;
  }
  .c-slider .swiper-pagination .swiper-pagination-bullet {
    margin: 12px 7px 2px 7px;
  }
}

@media (max-width: 1304px) {
  .c-slider {
    height: 104px;
    padding: 6px 6px 18px 6px;
  }
  .swiper-pagination-bullet {
    width: 4.5px;
    height: 4.5px;
  }
  .c-slider .swiper-pagination .swiper-pagination-bullet {
    line-height: 1;
    margin: 7px 3.5px 0 3.5px;
  }
}

.c-selectbox {
  position: relative;
  border-radius: 2px;
  border: 1px solid #dcdcdc;
  background-color: #fff;
}

.c-selectbox__icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: #313131;
}

.c-selectbox__select {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0 1em;
}

.c-selectbox__select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}

.c-selectbox__placeholder {
  color: #bfbfbf;
}

.c-selectbox__placeholder option {
  color: #333;
}

.c-selectbox__placeholder option.c-selectbox__inst {
  color: #bfbfbf;
}

.c-selectbox--white {
  background-color: #fff;
}

.c-selectbox--error {
  border: 1px solid rgba(230, 0, 39, 0.5);
  background-color: rgba(230, 0, 39, 0.03);
}

@media (min-width: 1305px) {
  .c-selectbox {
    width: 180px;
    height: 30px;
  }
  .c-selectbox__icon {
    right: 6px;
    font-size: 1.3rem;
  }
  .c-selectbox--L {
    height: 40px;
  }
}

@media (min-width: 1305px) and (max-width: 960px) {
  .c-selectbox__select {
    padding: 0;
  }
}

@media (max-width: 1304px) {
  .c-selectbox {
    width: 100%;
    height: 40px;
  }
  .c-selectbox__icon {
    right: 7px;
    font-size: 1rem;
  }
}

.c-selectbox2 {
  position: relative;
  border-radius: 2px;
  border: 1px solid #dcdcdc;
  background-color: #fff;
}

.c-selectbox2__icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: #313131;
}

.c-selectbox2__select {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0 40px 0 1em;
}

.c-selectbox2__select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}

.c-selectbox2__placeholder {
  color: #bfbfbf;
}

.c-selectbox2__placeholder option {
  color: #333;
}

.c-selectbox2__placeholder option.c-selectbox2__inst {
  color: #bfbfbf;
}

.c-selectbox2--white {
  background-color: #fff;
}

.c-selectbox2--white .c-selectbox2__icon {
  color: #333;
}

.c-selectbox2--error {
  border: 1px solid rgba(230, 0, 39, 0.5);
  background-color: rgba(230, 0, 39, 0.03);
}

@media (min-width: 1305px) {
  .c-selectbox2 {
    height: 45px;
    font-size: 90.625%;
  }
  .c-selectbox2__icon {
    right: 16px;
    font-size: 1.2rem;
  }
}

@media (max-width: 1304px) {
  .c-selectbox2 {
    width: 100%;
    height: 35px;
    font-size: 93.75%;
  }
  .c-selectbox2__icon {
    right: 14px;
    font-size: 1.3rem;
  }
}
/* selectbox customize for chosen start */
.c-selectbox2 .chosen-container-single .chosen-search input[type="text"] {
  padding: 4px 30px 4px 10px;
  background: url("../image/common/selectIcon-search.png") right center no-repeat !important;
  background-size: 21px 14px !important;
}

.c-selectbox2 .chosen-container .chosen-results li {
  padding-left: 10px;
}

.c-selectbox2 .chosen-container {
  width: 100% !important;
  font-size: 100%;
}

.c-selectbox2 .chosen-container-single .chosen-single,
.c-selectbox2 .chosen-container-active .chosen-single {
  border: none;
  background: none;
  box-shadow: none;
  padding: 0 40px 0 1em;
}

.c-selectbox2 .chosen-container-active.chosen-with-drop .chosen-single {
  border: none;
  background: none;
  box-shadow: none;
}

.c-selectbox2 .chosen-container.chosen-with-drop .chosen-drop {
  border: none;
  box-shadow: 0 0 0 1px #ddd;
  font-size: 13px;
}

.c-selectbox2 .chosen-container-single .chosen-single span {
  width: 100%;
  height: 100%;
  margin-right: 0;
}

.c-selectbox2 .chosen-container-single .chosen-default {
  color: #bfbfbf;
}

.placeholderWrap {
  position: relative; 
  display: inline-block;
  width: 100%;
}

.placeholderWrap label {
  color: #bfbfbf;
  position: absolute; 
  top: 6px;
  left: 10px; /* Might have to adjust this based on font-size */
  pointer-events: none;
  display: block;
}

.placeholder-focus label {
  color: #bfbfbf;
}

.placeholder-changed label {
    display: none;
}

@media (min-width: 1305px){
  .c-selectbox2 .chosen-container,
  .c-selectbox2 .chosen-container-single .chosen-single,
  .c-selectbox2 .chosen-container-active .chosen-single {
    height: 45px;
    line-height: 45px;
  }
  .c-selectbox2 .chosen-container-single .chosen-drop {
    margin-top: -7px;
  }
}

@media (max-width: 1304px){
  .c-selectbox2 .chosen-container,
  .c-selectbox2 .chosen-container-single .chosen-single,
  .c-selectbox2 .chosen-container-active .chosen-single {
    height: 35px;
    line-height: 35px;
  }
  .c-selectbox2 .chosen-container-single .chosen-drop {
    margin-top: -5px;
  }
}
/* selectbox customize for chosen end */

/* selectbox custom for select2 start */
.select2-container--default .select2-search--dropdown .select2-search__field {
  background: url("../image/common/selectIcon-search.png") right center no-repeat !important;
  background-size: 21px 14px !important;
}

.c-selectbox2 .select2-container {
  width: 100% !important;
}

.c-selectbox2 .select2-container .select2-selection--single {
  height: 100%;
}

.c-selectbox2 .select2-container--default .select2-selection--single .select2-selection__arrow b {
  display: none;
}

.c-selectbox2 .select2-container .select2-selection--single .select2-selection__rendered {
  padding: 0 40px 0 1em;
}

.select2-container--open .select2-dropdown {
  border: none;
  box-shadow: 0 0 0 1px #ddd;
}

.select2-results__option {
  padding-left: 1em !important;
}

.select2-search--dropdown .select2-search__field {
  padding: 4px 30px 4px 10px !important;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #bfbfbf !important;
}

@media (min-width: 1305px) {
  .select2-container--open .select2-dropdown--below {
    transform: translateY(-5px);
  }
  .select2-results,
  .select2-search {
    font-size: 90.625%;
  }
  .c-selectbox2 .select2-container .select2-selection--single .select2-selection__rendered {
    line-height: 43px;
  }
}

@media (max-width: 1304px) {
  .select2-container--open .select2-dropdown--below {
    transform: translateY(-3px);
  }
  .select2-results,
  .select2-search {
    font-size: 93.75%;
  }
  .c-selectbox2 .select2-container .select2-selection--single .select2-selection__rendered {
    line-height: 33px;
  }
}
/* selectbox custom for select2 end */

.c-inputText {
  position: relative;
  border-radius: 2px;
  border: 1px solid #dcdcdc;
  background-color: #fff;
  padding: 0 1em;
  display: block;
}

.c-inputText--white {
  background-color: #fff;
}

.c-inputText--error {
  border: 1px solid rgba(230, 0, 39, 0.5);
  background-color: rgba(230, 0, 39, 0.03);
}

@media (min-width: 1305px) {
  .c-inputText {
    width: 180px;
    height: 30px;
  }
  .c-inputText--L {
    height: 40px;
  }
}

@media (min-width: 1305px) and (max-width: 960px) {
  .c-inputText {
    padding: 0;
  }
}

@media (max-width: 1304px) {
  .c-inputText {
    width: 100%;
    height: 40px;
  }
}

.c-inputTextLogin {
  position: relative;
  width: 100%;
  border: 1px solid #bfbfbf;
  background-color: #fff;
  display: block;
}

.c-inputTextLogin--error {
  background-color: rgba(230, 0, 39, 0.03);
}

@media (min-width: 1305px) {
  .c-inputTextLogin {
    height: 40px;
    padding: 0 1em 0 55px;
    border-radius: 5px;
  }
}

@media (min-width: 1305px) and (max-width: 960px) {
  .c-inputTextLogin {
    padding: 0 0 0 55px;
  }
}

@media (max-width: 1304px) {
  .c-inputTextLogin {
    width: 100%;
    height: 40px;
    padding-left: 42px;
    border-radius: 2.5px;
  }
}

.c-inputText2 {
  width: 100%;
  padding: 0 1em;
  border: 1px solid #dcdcdc;
  border-radius: 2px;
}

@media (min-width: 1305px) {
  .c-inputText2 {
    height: 45px;
    font-size: 90.625%;
  }
}

@media (max-width: 1304px) {
  .c-inputText2 {
    width: 100%;
    height: 35px;
    font-size: 93.75%;
  }
}

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

.c-checkbox {
  position: relative;
  cursor: pointer;
  padding-left: 28px;
}

.c-checkbox:before {
  background-color: #fff;
  border-radius: 2px;
  border: 1px solid #dcdcdc;
  box-shadow: inset 0 0 2px 1px rgba(75, 75, 75, 0.2);
}

.c-checkbox:after, .c-checkbox:before {
  content: "";
  width: 21px;
  height: 21px;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: -3px;
}

.c-checkbox:after {
  background: url(../image/signup/check.svg);
  opacity: 0;
}

input[type=checkbox]:checked + .c-checkbox:after {
  opacity: 1;
}

input[type=checkbox]:checked + .c-checkbox:before {
  background-color: #c02;
  border-color: #c02;
}

@media (max-width: 1304px) {
  .c-checkbox:after, .c-checkbox:before {
    margin-top: -4px;
  }
}

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

.c-radio {
  position: relative;
  cursor: pointer;
  padding-left: 33px;
}

.c-radio:before {
  background-color: #fff;
  width: 23px;
  height: 23px;
  left: 0;
  top: 0;
  border-radius: 50%;
  border: 1px solid #dcdcdc;
  box-shadow: inset 0 0 2px 1px rgba(75, 75, 75, 0.2);
}

.c-radio:after, .c-radio:before {
  content: "";
  display: block;
  position: absolute;
  margin-top: -3px;
}

.c-radio:after {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #c02;
  left: 4px;
  top: 4px;
  opacity: 0;
}

input[type=radio]:checked + .c-radio:after {
  opacity: 1;
}

@media (max-width: 1304px) {
  .c-radio:after, .c-radio:before {
    margin-top: -5px;
  }
}

.c-textarea {
  width: 100%;
  position: relative;
  border-radius: 2px;
  border: 1px solid #dcdcdc;
  background-color: #fff;
  padding: 10px 1em;
  display: block;
}

.c-textarea-confirm {
  width: 100%;
  position: relative;
  border: none;
  outline: none;
  overflow-y: auto;
  background-color: #fff;
  padding: 10px 1em;
  display: block;
}

.c-textarea--white {
  background-color: #fff;
}

.c-textarea--error {
  border: 1px solid rgba(230, 0, 39, 0.5);
  background-color: rgba(230, 0, 39, 0.03);
}

.c-list {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #eee;
  box-shadow: 1px 2px 3px 0.5px rgba(0, 0, 0, 0.2);
}

.c-list thead,
.c-list tbody {
  display: table;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.c-list thead {
  z-index: 2 !important;
}

.c-list tbody {
  z-index: 1 !important;
}

.c-list.is-ie thead,
.c-list.is-ie tbody {
  display: block;
}

.c-list.is-ie thead > tr,
.c-list.is-ie tbody > tr {
  display: table;
  table-layout: fixed;
}

.c-list__label {
  display: inline-block;
  padding: 3px 4px 2px;
  vertical-align: middle;
  background-color: #e60027;
  color: #fff;
  line-height: 1;
}

.c-list__in {
  display: inline-block;
  text-align: left;
}

.c-list td, .c-list th {
  word-break: break-all;
  box-sizing: border-box;
  border-top: none;
  border-bottom: none;
  border-left: none;
  line-height: 1.2;
  text-align: center;
  table-layout: fixed;
}

.c-list th {
  background-color: #dcdcdc;
  font-weight: 700;
}

.c-list td {
  font-weight: 400;
}

.c-list td a {
  color: #333;
  text-decoration: underline;
}

.c-list td a:hover {
  color: #333;
  text-decoration: none;
}

.c-list td a:visited {
  color: #333;
  text-decoration: underline;
}

.c-list__unread td a {
  color: #c02;
  font-weight: 700;
}

.c-list__unread td a:hover, .c-list__unread td a:visited {
  color: #c02;
}

.c-list__unread td .c-list__label {
  font-weight: 700;
}

.c-list thead.is-fixed {
  position: fixed;
  top: 0;
  transform: translateZ(0);
}

.c-list tbody tr:nth-of-type(2n) td {
  background-color: #fffde9;
}

@media (min-width: 961px) {
  .c-list {
    margin-bottom: 3px;
  }
  .c-list th {
    padding: 10px 0;
    font-size: 72.5%;
    border-right: 1px dashed #fff;
  }
  .c-list th.c-list__col9 {
    border: none;
  }
  .c-list td {
    padding: 10px 5px;
    font-size: 81.25%;
    border-right: 1px dashed #c9c9c9;
  }
  .c-list td.c-list__col9 {
    border: none;
  }
  .c-list__col1 {
    width: 7.5%;
  }
  .c-list__col2 {
    width: 12%;
  }
  .c-list__col3 {
    width: 16%;
  }
  .c-list__col4 {
    width: 14%;
  }
  .c-list__col5 {
    width: 6%;
  }
  .c-list__col6 {
    width: 13%;
  }
  .c-list__col7 {
    width: 10%;
  }
  .c-list__col8 {
    width: 8.5%;
  }
  .c-list__col9 {
    width: 13%;
  }
  .c-list__col10 {
    display: none;
  }
}

@media (min-width: 1305px) and (max-width: 960px) {
  .c-list {
    margin-bottom: 23px;
    letter-spacing: 0;
  }
  .c-list th {
    font-size: 72.5%;
    padding: 10px 0;
    border-right: 1px dotted #fff;
  }
  .c-list th.c-list__col10 {
    border: none;
  }
  .c-list td {
    font-size: 72.5%;
    padding: 10px 4px;
    border-right: 1px dotted #c9c9c9;
  }
  .c-list td.c-list__col10 {
    border: none;
  }
  .c-list__col4, .c-list__col5, .c-list__col6, .c-list__col7 {
    display: none;
  }
  .c-list__col1 {
    width: 13%;
  }
  .c-list__col2 {
    width: 19%;
  }
  .c-list__col3 {
    width: 22%;
  }
  .c-list.is-ie .c-list__col3 {
    width: 9999px;
  }
  .c-list__col8 {
    width: 13%;
  }
  .c-list__col9 {
    width: 19%;
  }
  .c-list__col10 {
    width: 14%;
  }
}

@media (max-width: 1304px) {
  .JS table th {
    font-size: 62.5%;
    padding: 10px 0;
  }
  .JS table td {
    font-size: 56.2%;
    padding: 10px 4px;
  }
  .c-list {
    margin-bottom: 23px;
    letter-spacing: 0;
  }
  .c-list th {
    font-size: 62.5%;
    padding: 10px 0;
    border-right: 1px dotted #fff;
  }
  .c-list th.c-list__col10 {
    border: none;
  }
  .c-list td {
    font-size: 56.2%;
    padding: 10px 4px;
    border-right: 1px dotted #c9c9c9;
  }
  .c-list td.c-list__col10 {
    border: none;
  }
  .c-list__col4, .c-list__col5, .c-list__col6, .c-list__col7 {
    display: none;
  }
  .c-list__col1 {
    width: 13%;
  }
  .c-list__col2 {
    width: 19%;
  }
  .c-list__col3 {
    width: 22%;
  }
  .c-list.is-ie .c-list__col3 {
    width: 9999px;
  }
  .c-list__col8 {
    width: 13%;
  }
  .c-list__col9 {
    width: 19%;
  }
  .c-list__col10 {
    width: 14%;
  }
}

thead tr .header {
/* 2025/07/01 HPS Vulnerable JS Library対応(２次)  delete start */
/*  background-image: url(../image/report/bg.gif);*/
/* 2025/07/01 HPS Vulnerable JS Library対応(２次)  delete end   */
  background-repeat: no-repeat;
  background-position: 100%;
  cursor: pointer;
  padding-right: 10px;
}

thead tr .headerSortUp {
  background-image: url(../image/report/asc.gif);
}

thead tr .headerSortDown {
  background-image: url(../image/report/desc.gif);
}

.c-breadcrumb__item {
  display: inline-block;
}

.c-breadcrumb__item:after {
  content: ">";
  margin: 0 0 0 7px;
  color: #dcdcdc;
}

.c-breadcrumb__item:last-of-type:after {
  content: "";
  margin: 0;
}

.c-breadcrumb__item a {
  text-decoration: none;
}

.c-breadcrumb__item a:hover {
  text-decoration: underline;
}

@media (min-width: 1305px) {
  .c-breadcrumb {
    margin-bottom: 8px;
  }
  .c-breadcrumb__item {
    font-size: 68.7%;
  }
}

@media (max-width: 1304px) {
  .c-breadcrumb {
    margin-bottom: 15px;
  }
  .c-breadcrumb__item {
    font-size: 62.5%;
    color: #000;
  }
}

.c-modal {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 3;
  background-color: #fff;
}

.c-modal__icon {
  color: #fff;
}

.c-modal__close {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  margin-top: -5px;
  background-color: #e60027;
  color: #fff;
  line-height: 1;
}

.c-modal__close:hover {
  background-color: #b1000e;
  color: #fff;
}

.c-modal__close > span {
  display: inline-block;
}

.c-modal__main {
  overflow-y: auto;
}

.c-modal__contents {
  border: 1px solid #dcdcdc;
  box-shadow: 1px 2px 3px 0.5px rgba(0, 0, 0, 0.2);
}

.c-modal__contents dl {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.c-modal__contents dl:last-of-type {
  border-bottom: none;
}

.c-modal__contents dl dt br {
  display: none;
}

.c-modal__contents dl dd {
  -ms-flex: 1;
  flex: 1;
}

.c-modal__contents ul li {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.c-modal__contents ul li:nth-of-type(2n) {
  background-color: #fffde9;
}

.c-modal__historyName {
  -ms-flex: 1;
  flex: 1;
}

@media (min-width: 1305px) {
  .c-modal__icon {
    font-size: 1.4rem;
    margin-bottom: 5px;
  }
  .c-modal__close {
    width: 60px;
    height: 50px;
    font-size: 81.25%;
  }
  .c-modal__main {
    padding: 18px 15px;
    max-width: 1305px;
    margin: 0 auto;
  }
  .c-modal__contents {
/* 2025/04/07 HPS UA-25新サービス対応  delete start */
/*	max-width: 750px; */
/* 2025/04/07 HPS UA-25新サービス対応  delete end */
    margin: 0 auto;
  }
  .c-modal__contents dl {
    padding: 12px 15px;
    font-size: 90%;
    border-bottom: 1px dashed #dcdcdc;
  }
  .c-modal__contents dl dt {
    width: 200px;
    padding-right: 10px;
  }
  .c-modal__contents ul {
    font-size: 90%;
  }
  .c-modal__contents ul li {
    padding: 15px 10px;
  }
  .c-modal__contents ul li > div {
    padding: 0 15px;
  }
  .c-modal__historyDate {
    width: 120px;
  }
  .c-modal__historyTime {
    width: 100px;
  }
  .c-modal__message {
    padding: 17px 22px;
    font-size: 90%;
  }
  .c-modal .c-titlePage2 {
    margin-bottom: 30px !important;
  }
  .c-modal .c-titlePage2 .c-titlePage2__text {
    color: 444343;
    padding-left: .4em;
    font-size: 100%;
  }
}

@media (max-width: 1304px) {
  .c-modal__icon {
    font-size: 1rem;
    margin-bottom: 5px;
  }
  .c-modal__close {
    width: 45px;
    height: 50px;
    font-size: 72.5%;
  }
  .c-modal__main {
    padding: 20px 5px;
  }
  .c-modal__contents dl {
    padding: 12px 15px;
    font-size: 62.5%;
    border-bottom: 1px dotted #dcdcdc;
  }
  .c-modal__contents dl dt {
    width: 145px;
    padding-right: 10px;
  }
  .c-modal__contents ul {
    font-size: 62.5%;
  }
  .c-modal__contents ul li {
    padding: 10px 5px;
  }
  .c-modal__contents ul li > div {
    padding: 0 10px;
  }
  .c-modal .c-titlePage2 {
    margin-bottom: 25px;
  }
  .c-modal .c-titlePage2 .c-titlePage2__text {
    color: #000;
    padding-left: .2em;
    font-size: 100%;
  }
  .c-modal__historyDate {
    width: 100px;
  }
  .c-modal__historyTime {
    width: 60px;
  }
  .c-modal__message {
    padding: 15px;
    font-size: 72.5%;
  }
}

.c-popup {
  width: 100%;
  z-index: 3;
  background-color: #fff;
}

.c-popup__icon {
  color: #fff;
}

.c-popup__close {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  margin-top: -5px;
  background-color: #e60027;
  line-height: 1;
}

.c-popup__close, .c-popup__close:hover {
  color: #fff !important;
  text-decoration: none !important;
}

.c-popup__close:hover {
  background-color: #b1000e;
}

.c-popup__close > span {
  display: inline-block;
}

.c-popup__contents {
  border: 1px solid #dcdcdc;
  box-shadow: 1px 2px 3px 0.5px rgba(0, 0, 0, 0.2);
}

.c-popup__contents dl {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.c-popup__contents dl:last-of-type {
  border-bottom: none;
}

.c-popup__contents dl dt br {
  display: none;
}

.c-popup__contents dl dd {
  -ms-flex: 1;
  flex: 1;
}

.c-popup__contents ul li {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.c-popup__contents ul li:nth-of-type(2n) {
  background-color: #fffde9;
}

.c-popup__historyName {
  -ms-flex: 1;
  flex: 1;
}

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

@media (min-width: 1305px) {
  .c-popup__icon {
    font-size: 1.4rem;
    margin-bottom: 5px;
  }
  .c-popup__close {
    width: 60px;
    height: 50px;
    font-size: 81.25%;
  }
  .c-popup__main {
    padding: 18px 15px;
    max-width: 1305px;
    margin: 0 auto;
  }
  .c-popup__contents {
    max-width: 750px;
    margin: 0 auto;
  }
  .c-popup__contents dl {
    padding: 12px 15px;
    font-size: 90%;
    border-bottom: 1px dashed #dcdcdc;
  }
  .c-popup__contents dl dt {
    width: 200px;
    padding-right: 10px;
  }
  .c-popup__contents ul {
    font-size: 90%;
  }
  .c-popup__contents ul li {
    padding: 15px 10px;
  }
  .c-popup__contents ul li > div {
    padding: 0 15px;
  }
  .c-popup__historyDate {
    width: 120px;
  }
  .c-popup__historyTime {
    width: 100px;
  }
  .c-popup__message {
    padding: 17px 22px;
    font-size: 90%;
  }
  .c-popup__btn {
    margin: 50px 0;
  }
  .c-popup .c-titlePage2 {
    margin-bottom: 30px !important;
  }
  .c-popup .c-titlePage2 .c-titlePage2__text {
    color: 444343;
    padding-left: .4em;
    font-size: 100%;
  }
}

@media (max-width: 1304px) {
  .c-popup__icon {
    font-size: 1rem;
    margin-bottom: 5px;
  }
  .c-popup__close {
    width: 45px;
    height: 50px;
    font-size: 72.5%;
  }
  .c-popup__main {
    padding: 20px 5px;
  }
  .c-popup__contents dl {
    padding: 12px 15px;
    font-size: 62.5%;
    border-bottom: 1px dotted #dcdcdc;
  }
  .c-popup__contents dl dt {
    width: 145px;
    padding-right: 10px;
  }
  .c-popup__contents ul {
    font-size: 62.5%;
  }
  .c-popup__contents ul li {
    padding: 10px 5px;
  }
  .c-popup__contents ul li > div {
    padding: 0 10px;
  }
  .c-popup .c-titlePage2 {
    margin-bottom: 25px;
  }
  .c-popup .c-titlePage2 .c-titlePage2__text {
    color: #000;
    padding-left: .2em;
    font-size: 100%;
  }
  .c-popup__historyDate {
    width: 100px;
  }
  .c-popup__historyTime {
    width: 60px;
  }
  .c-popup__message {
    padding: 15px;
    font-size: 72.5%;
  }
  .c-popup__btn {
    margin: 30px 0;
  }
}

.c-pagination {
  padding: 14px 0;
}

.c-pagination, .c-pagination > a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.c-pagination > a {
  font-size: 72.5%;
  width: 20px;
  height: 24px;
  margin: 0 1.5px;
  border: 1px solid #333;
  color: #333;
}

.c-pagination > a.is-active, .c-pagination > a:hover {
  border: 1px solid #e60027;
  background-color: #e60027;
  color: #fff;
}

@media (max-width: 1304px) {
  .c-pagination {
    display: none;
  }
}

.c-progress {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: inline-block;
  padding: 0;
  margin-top: -5px;
}

.c-indicator {
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.c-indicator__item {
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}

.c-indicator__circle {
  display: inline-block;
  border-radius: 50%;
  box-shadow: 0px 1.2px 1px 0.2px rgba(0,0,0,.15);
}

.c-indicator__text {
  display: inline-block;
}

.c-indicator__text--blue {
  color: #00479d;
}

.c-indicator__text--red {
  color: #c02;
}

.c-indicator__circle--black {
  background-color: #313131;
}

.c-indicator__circle--red {
  background-color: #c02;
}

.c-indicator__circle--green {
  background-color: #22ac38;
}

.c-indicator__circle--blue {
  background-color: #00479d;
}

@media (min-width: 1305px) {
  .c-indicator {
    padding-bottom: 12px;
  }
  .c-indicator__item {
    margin-left: 18px;
  }
  .c-indicator__circle {
    width: 12px;
    height: 12px;
    margin-right: 5px;
  }
  .c-indicator__text {
    font-size: 75%;
  }
}

@media (max-width: 1304px) {
  .c-indicator {
    padding-bottom: 12px;
  }
  .c-indicator__item {
    margin-left: 18px;
  }
  .c-indicator__circle {
    width: 10px;
    height: 10px;
    margin-right: 3px;
  }
  .c-indicator__text {
    font-size: 62.5%;
  }
}

.c-map {
  padding: 1px;
  background-color: #fff;
}

.c-map iframe {
  width: 100%;
  height: 100%;
  border: solid 1px #c2c2c2;
}

@media (min-width: 1305px) {
  .c-map {
    box-shadow : 0 0 0 1.5px #c2c2c2;
    border-radius: 3px;
  }
}

@media (max-width: 1304px) {
  .c-map {
    box-shadow : 0 0 0 1px #c2c2c2;
    border-radius: 2px;
  }
}

/* ログインヘッダ */
.p-header__siLanguage {
	display: block;
	position: relative;
	cursor: pointer;
	background-color: #dadada;
}

.current-locale {
	display: inline-block;
	vertical-align: middle;
	font-size: 67%;
	padding: 10px 5px 10px 0;
}

.p-header__siLanguage > img {
	width: 21px;
	height: 21px;
	margin: 13px 5px 13px 13px ;
}

.red-circle {
//	display: inline-block;
    visibility:hidden;
    width: 16px;
    height: 16px;
    border-radius: 8px;
    background-color: #e82a2a;
    color: #fff;
    font-size: 12px;
    text-align: center;
   /*  line-height: 16px; */
    margin-bottom: 6px;
    margin-right: 2px;
    padding-left: 5px;
    padding-right: 5px;
}

/*PC表示用*/
.popup-language {
	z-index: 100;
	display: inline;
	position: absolute;
	width: auto;
	/* ログイン画面はログアウトボタンなどがないため、位置調整 */
/*	left : 35%;*/
	left : 0%;
	top : 100%;
	margin-top : 12px;
	padding: 5px 10px;
	background-color: rgb(89,87,87);
	color: #fff;
	font-size: 80%;
}
.popup-language:after {
	position: absolute;
	border-bottom: 12px solid rgb(89,87,87);
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	top: -12px;
	/* ログイン画面はログアウトボタンなどがないため、位置調整 */
/*	left : 5%;*/
	left : 15%;
	content: "";
}
.popup-language:not(.is-open) {
	display: none;
}
/*スマホ表示用*/
.popup-language-sp {
	z-index: 100;
	display: inline;
	position: absolute;
	width: auto;
	/* ログイン画面はログアウトボタンなどがないため、位置調整 */
/*	left : 35%;*/
	left : -125%;
	top : 100%;
	margin-top : 12px;
	padding: 5px 10px;
	background-color: rgb(89,87,87);
	color: #fff;
	font-size: 80%;
}
.popup-language-sp:after {
	position: absolute;
	border-bottom: 12px solid rgb(89,87,87);
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	top: -12px;
	/* ログイン画面はログアウトボタンなどがないため、位置調整 */
/*	left : 5%;*/
	left : 75%;
	content: "";
}
.popup-language-sp:not(.is-open) {
	display: none;
}


.select-language-item {
	padding: 10px;
	text-align: left;
}

.p-header {
  box-sizing: content-box;
}

.p-header #HeaderArea {
  width: 100%;
}

.p-header #HeaderArea::before {
  width: 100%;
}

.p-header #HeaderArea #HeaderSet {
  width: auto;
  max-width: 1305px;
  display: -ms-flexbox;
  display: flex;
}

.p-header #HeaderArea #HeaderSet > * {
  vertical-align: top;
}

.p-header #HeaderArea #HeaderSet .Statement {
  -ms-flex: 1;
      flex: 1;
  text-align: left;
}

.p-header__lower {
  box-sizing: border-box;
  max-width: 1305px;
  padding: 0 15px;
  height: 55px;
  margin: 0 auto;
}

@media (max-width: 1304px) {
  .p-header__lower {
   height: 65px;
  }
}

.p-header__lowerIn {
  width: 100%;
  height: 100%;
  margin: 0 auto 3px auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

.p-header__siLogo {
  width: 40px;
  height: 40px;
  margin-right: 10px;
}

.p-header__siLogo > img {
  width: 100%;
  height: 100%;
  line-height: 1;
}

.p-header__siUser {
  -ms-flex: 1;
  flex: 1;
  text-align: right;
  letter-spacing: .075em;
}

.p-header__siTitleState {
  display: inline-block;
  position: relative;
  margin-left: 5px;
  padding-left: 13px;
}

.p-header__siTitleState::before {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  content: "";
  width: 2px;
  height: 15px;
  background-color: #ccc;
  border-right: solid 1px #fff;
}

.p-header__logout {
  display: inline-block;
}

.p-header__logoutBtn {
  position: relative;
  height: 50px;
  margin-top: -5px;
}

.p-header__logoutBtn a {
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding: 0 16px;
/*  padding: 0;*/
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  font-size: 67%;
}

.p-header__logoutBtn a [class^="icon--"], .p-header__logoutBtn a [class*=" icon--"] {
  font-size: 2.1rem;
}

.p-header__logoutBtn a:link, .p-header__logoutBtn a:visited {
/*  background-color: #e60027;*/
  background-color: rgb(230,31,25);
  color: #fff;
  text-decoration: none;
}

.p-header__logoutBtn a:link [class^="icon--"], .p-header__logoutBtn a:link [class*=" icon--"], .p-header__logoutBtn a:visited [class^="icon--"], .p-header__logoutBtn a:visited [class*=" icon--"] {
  color: #fff;
}

.p-header__logoutBtn a:hover, .p-header__logoutBtn a:active {
  background-color: #b1000e;
  color: #fff;
  text-decoration: none;
}

.p-header__logoutBtn a:hover [class^="icon--"], .p-header__logoutBtn a:hover [class*=" icon--"], .p-header__logoutBtn a:active [class^="icon--"], .p-header__logoutBtn a:active [class*=" icon--"] {
  color: #fff;
}

.p-header #CountryRegion .BtnOpen a {
  pointer-events: none;
}

.p-header #CountryRegion .BtnOpen a.Current::after {
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 7.5px 10px 7.5px;
  border-color: transparent transparent #e5e5e5 transparent;
  content: "";
}

@media only screen and (min-width: 1305px) {
  .p-header #GlobalNavi {
    display: none;
  }
  .p-header #HeaderArea #HeaderSet {
    padding: 0 15px;
  }
  .p-header__logoutBtn a [class^="icon--"], .p-header__logoutBtn a [class*=" icon--"] {
    margin-right: 5px;
  }
  .p-header__spMenu {
    display: none;
  }
  .p-header__siTitle {
    font-size: 100%;
  }
  .p-header__siUser {
    -ms-flex: 1;
      flex: 1;
  }
  .p-header__siUserCompany {
    font-size: 75%;
    margin-right: 1em;
  }
  .p-header__siUserCompany br {
    display: none;
  }
  .p-header__siUserName {
    font-size: 90%;
    margin-right: 1em;
  }

  .p-header__siUserName br {
    display: none;
  }

  .p-header__siUserOneMonthCord {
    font-size: 75%;
  }
}

@media only screen and (max-width: 1304px) {
  .p-header #HeaderArea #HeaderSet {
    padding: 0 0 0 15px;
  }
  .p-header__btnText {
    display: none;
  }
  .p-header__logoutBtn {
    position: relative;
    z-index: 0;
  }
  .p-header__logoutBtn a [class^="icon--"], .p-header__logoutBtn a [class*=" icon--"] {
    margin-right: 0;
  }
  .p-header__logoutBtn::after {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 1px;
    height: 100%;
    content: "";
    background-color: rgba(255, 255, 255, 0.3);
    z-index: 1;
  }
  .p-header__siTitle {
    font-size: 100%;
    font-weight: bold;
  }
  .p-header__siUser {
    line-height: 1.25;
  }
  .p-header__siUserCompany {
    display: block;
    margin-bottom: 3px;
    font-size: 62.5%;
  }
  .p-header__siUserName {
    font-size: 93%;
  }
   .p-header__siUserOneMonthCord {
    display: block;
    margin-top: 3px;
    font-size: 62.5%;
  }
  .p-header__siUser {
  font-size: 80%;
  }
}

.p-footer {
  letter-spacing: 0;
}

@media only screen and (min-width: 1305px) {
  .p-footer {
    width: 100%;
  }
  .p-footer__in {
    padding: 20px 0 40px 0;
    border-top: solid 1px #dcdcdc;
    display: flex;
  }
  .p-footer__copyright {
    font-size: 62.5%;
  }
  .p-footer__version {
	font-size: 62.5%;
	margin-left: auto;
}
  .p-footer--1col .p-footer__in {
    padding: 10px 0 15px 0;
  }
  .l-contentsIn .p-footer {
    position: absolute;
    left: 0;
    bottom: 0;
  }
}

@media only screen and (max-width: 1304px) {
  .p-footer {
    position: relative;
    height: 75px;
  }
  .p-footer.u-spOnly {
    overflow: hidden;
  }
  .p-footer::before {
    content: "";
    position: absolute;
    top: 0;
    left: -15px;
    width: calc(100% + 30px);
    height: 100%;
    background-color: #e5e5e5;
  }
  .p-footer__in {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    height: 100%;
  }
  .l-contentsIn .p-footer {
    position: absolute;
    left: 0;
    bottom: 0;
    overflow: hidden;
  }
  .p-footer__copyright {
    font-size: 62.5%;
  }
}

.p-navbar__title {
  font-weight: normal;
}

.p-navbar__icon.icon--cogs2 {
  transform: scale(1.1);
}

.p-navbar__icon.icon--settings {
  transform: scale(1.1);
}

.p-navbar__icon.icon--camera {
  transform: scale(1.15);
}

.p-navbar__count {
  border-radius: 50%;
  background-color: #e60027;
  color: #fff;
  line-height: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  letter-spacing: 0;
}

.p-navbar__item a {
  text-decoration: none;
}

.p-navbar__item a:hover {
  text-decoration: none;
}

.p-navbar__text {
  line-height: 1.2;
}

.p-navbar__text--narrow {
  letter-spacing: .05em;
}

.p-navbar__textSub {
  display: block;
}

@media only screen and (min-width: 1305px) {
  .p-navbar {
    width: 250px;
    padding: 25px 14px;
    background-color: #fff;
  }
  .p-navbar__nav {
    display: block !important;
  }
  .p-navbar__list {
    margin-bottom: 75px;
  }
  .p-navbar__title {
    font-size: 75%;
    padding: 0 0 6px 5px;
    border-bottom: solid 1px #333;
    margin-bottom: 15px;
  }
  .p-navbar__item {
    padding: 13px 0 13px 3px;
  }
  .p-navbar__item a {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    color: #333;
    font-weight: normal;
  }
  .p-navbar__item a [class^="icon--"], .p-navbar__item a [class*=" icon--"] {
    width: 46px;
    text-align: center;
    font-size: 2rem;
    padding-right: 10px;
  }
  .p-navbar__item a:hover, .p-navbar__item a.is-active {
    color: #c02;
  }
  .p-navbar__item a:hover [class^="icon--"], .p-navbar__item a:hover [class*=" icon--"], .p-navbar__item a.is-active [class^="icon--"], .p-navbar__item a.is-active [class*=" icon--"] {
    color: #c02;
  }
  .p-navbar__item a.is-active {
    font-weight: bold;
  }
  .p-navbar__text {
    font-size: 81.25%;
  }
  .p-navbar__textSub {
    padding-top: 3px;
    font-size: 1rem;
  }
  .p-navbar__count {
    width: 18px;
    height: 18px;
    font-size: 62.5%;
    margin-left: 13px;
  }
}

@media only screen and (max-width: 1304px) {
  .p-navbar {
    display: none;
  }
}

#GlobalNaviTopButtonSP a.Current::after {
  display: block;
  position: absolute;
  bottom: 0;
  right: 15px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 7.5px 10px 7.5px;
  border-color: transparent transparent #333 transparent;
  content: "";
}

.p-spNav {
  letter-spacing: .075em;
  font-weight: bold;
}

.p-spNav__title {
  font-size: 72.5%;
  color: #ccc;
  padding: 12px 15px;
  line-height: 1;
}

.p-spNav__title--second {
  padding-top: 39px;
  border-top: 1px solid #444;
}

.p-spNav__text {
  font-size: 100%;
  letter-spacing: .075em;
}

.p-spNav__textSub {
  padding-left: 5px;
  font-size: 68.75%;
}

.p-spNav__icon {
  font-size: 2.1rem;
  color: #ccc;
  margin-right: 10px;
}

.p-spNav__item a {
  display: -ms-flexbox !important;
  display: flex !important;
  width: calc(100% - 30px);
  -ms-flex-align: center;
      align-items: center;
}

.p-spNav__item a.is-active, .p-spNav__item a:hover {
  background-color: #b1000e !important;
  color: #fff !important;
}

.p-spNav__item a.is-active [class^="icon--"], .p-spNav__item a.is-active [class*=" icon--"], .p-spNav__item a:hover [class^="icon--"], .p-spNav__item a:hover [class*=" icon--"] {
  color: #fff !important;
}

.p-contents {
  background-color: #fff;
}

.p-urgent {
  background-color: #fff;
  border: 1px solid #e60027;
  box-shadow: 1px 2px 3px 0.5px rgba(0, 0, 0, 0.2);
}

.p-urgent, .p-urgent__title {
  display: -ms-flexbox;
  display: flex;
}

.p-urgent__title {
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #e60027;
  color: #fff;
}

.p-urgent__text {
  -ms-flex: 1;
  flex: 1;
  line-height: 1.5;
}

.p-urgent__text > a {
  text-decoration: underline;
}

.p-urgent__text > a:hover {
  text-decoration: none;
}

@media (min-width: 1305px) {
  .p-urgent {
    font-size: 75%;
    margin-bottom: 35px;
  }
  .p-urgent__title {
    padding: 8px 0;
    width: 90px;
  }
  .p-urgent__text {
    padding: 8px 15px;
  }
}

@media (max-width: 1304px) {
  .p-urgent {
    font-size: 75%;
    margin-bottom: 17.5px;
  }
  .p-urgent__title {
    padding: 4px 0;
    width: 70px;
  }
  .p-urgent__text {
    padding: 4px 7.5px;
  }
}

.p-menuBtn__content {
  background-color: #eee;
}

.p-menuBtn__title {
  display: block;
  width: 100%;
  color: #c50101;
  text-align: center !important;
}

.p-menuBtn__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.p-menuBtn a {
  color: #313131;
}

.p-menuBtn__item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  text-decoration: none !important;
  text-align: center;
  line-height: 1.2;
  word-break: break-all;
}

.p-menuBtn__icon {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: solid 1px #1b1b1b;
  border-radius: 50%;
}

.p-menuBtn__text {
  max-width: 100%;
  text-align: center;
  line-height: 1;
  font-weight: bold;
  line-height: 1.4;
}

.p-menuBtn__notice {
  line-height: 1.833;
  letter-spacing: 0;
}

@media (min-width: 1305px) {
  .p-menuBtn__content {
    padding: 45px 28px 25px 28px;
    border: solid 1px #dcdcdc;
    border-radius: 2px;
  }
  .p-menuBtn__title {
    margin-bottom: 45px !important;
    font-size: 112.5%;
  }
  .p-menuBtn__list {
    max-width: 800px;
    margin: 0 auto;
  }
  .p-menuBtn__item {
    width: 120px;
    margin: 0 17px 7px 17px;
    opacity: 1;
    transition: all .3s;
  }
  .p-menuBtn__item:hover {
    opacity: .7;
  }
  .p-menuBtn__icon {
    width: 120px;
    height: 120px;
  }
  .p-menuBtn__item .icon {
    transition: all .3s;
  }
  .p-menuBtn__icon .icon {
    position: relative;
    font-size: 5.5rem;
  }
  .p-menuBtn__icon .icon.icon--file2 {
    font-size: 6rem;
    top: -4px;
    right: -5px;
  }
  .p-menuBtn__icon .icon.icon--camera {
    font-size: 6rem;
    top: 6px;
  }
  .p-menuBtn__icon .icon.icon--mail2{
    font-size: 5.1rem;
  }
  .p-menuBtn__icon .icon.icon--bell {
    font-size: 5.8rem;
  }
  .p-menuBtn__text {
    margin-top: 10px;
    font-size: 87.5%;
  }
  .p-menuBtn__notice {
    padding: 15px 10px 0 10px;
    font-size: 75%;
  }
}

@media (max-width: 840px) and (min-width: 1305px) {
  .p-menuBtn__content {
    padding: 45px 5px 25px 5px;
  }
  .p-menuBtn__item {
    margin-right: 5px;
    margin-left: 5px;
  }
}

@media (max-width: 1304px) {
  .p-menuBtn__content {
    padding: 30px 18px 0 18px;
  }
  .p-menuBtn__title {
    margin-bottom: 25px !important;
  }
  .p-menuBtn__item {
    width: 88px;
    margin: 0 12px 22px 12px;
  }
  .p-menuBtn__icon {
    width: 88px;
    height: 88px;
  }
  .p-menuBtn__icon .icon {
    position: relative;
    font-size: 5.5rem;
  }
  .p-menuBtn__icon .icon.icon--file2 {
    font-size: 6rem;
    top: -4px;
    right: -5px;
  }
  .p-menuBtn__icon .icon.icon--camera {
    font-size: 6rem;
    top: 6px;
  }
  .p-menuBtn__icon .icon.icon--mail2{
    font-size: 5.1rem;
  }
  .p-menuBtn__icon .icon.icon--bell {
    font-size: 5.8rem;
  }
  .p-menuBtn__text {
    margin-top: 5px;
    font-size: 75%;
    letter-spacing: 0;
  }
  .p-menuBtn__notice {
    padding: 15px 15px 0 15px;
    font-size: 62.5%;
  }
}
/* surabhi */

@media (min-width: 375px) and (max-width: 1304px) {
  /*.c-titlePage2 {
    min-height: 53.3px;
    margin-bottom: 4px !important;
    padding-top: 8px;
    padding-bottom: 12px;
  }*/
  .c-titlePage2:last-of-type {
    margin-bottom: 12px !important;
  }
  .c-titlePage2__text {
    font-size: 110%;
  } 
  .c-titlePage2__number {
    bottom: 15px;
    width: 100%;
    margin-left: 120px; 
  }
  .c-titlePage2__number .numerator {
    margin: 0 -1px -3px 12px;
    font-size: 22px;
  }
  .c-titlePage2__number .numerator + .unit {
    margin-left: 10px;
    margin: 0 0 -6px 6px;
    font-size: 20px;
  }
  .c-titlePage2__number .denominator {
    font-size: 22px;
    margin: 0 -1px -3px 0;
  }
  .c-titlePage2__number .slash {
    margin-right: 3px;
    font-size: 22px;
    margin: 0px 2px -6px 0;
  }
  .c-titlePage2__number .unit {
    margin: 0 0 -5px 0px;
    font-size: 22px;
  }
  .c-count__plus {
    color: #c02;
    font-size: 22px;
    margin: 0 0 -5px 0px;
  }
}  

@media  (max-width: 375px){  
  .c-titlePage2:last-of-type {
    margin-bottom: 12px !important;
  }
  .c-titlePage2__text {
    font-size: 115%;
  }
  .c-titlePage2__number {
    bottom: 15px;
    width: 100%;
    margin-left: 95px;  
  }
.c-titlePage2__number .numerator {
    margin: 0 -1px -3px 0;
    font-size: 28px;
  }
  .c-titlePage2__number .denominator {
    font-size: 28px;
    margin: 0 -1px -3px 0;
  }
.c-titlePage2__number .slash {
    margin-right: 3px;
    font-size: 28px;
    margin: 0px 2px -6px 0;
  }
  .c-titlePage2__number .unit {
    margin: 0 0 -6px 4px;
    font-size: 28px;
  } 
}  

@media (max-width: 374px) {
  .p-menuBtn__content {
    padding: 30px 10px 7px 10px;
  }
}

/*surabhi*/
@media (min-width: 359px) and (max-width: 374px) {
  /*.c-titlePage2 {
    min-height: 53.3px;
    margin-bottom: 4px !important;
    padding-top: 8px;
    padding-bottom: 12px;
  }*/
  .c-titlePage2:last-of-type {
    margin-bottom: 12px !important;
  }
  .c-titlePage2__text {
    font-size: 115%;
  } 
  .c-titlePage2__number {
    bottom: 15px;
    width: 100%;
    margin-left: 120px; 
  }
  .c-titlePage2__number .numerator {
    margin: 0 -1px -3px 10px;
    font-size: 25px;
  }
  .c-titlePage2__number .numerator + .unit {
    margin-left: 10px;
    margin: 0 0 -6px 6px;
    font-size: 25px;
  }
  .c-titlePage2__number .denominator {
    font-size: 25px;
    margin: 0 -1px -3px 0;
  }
  .c-titlePage2__number .slash {
    margin-right: 3px;
    font-size: 25px;
    margin: 0px 2px -6px 0;
  }
  .c-titlePage2__number .unit {
    margin: 0 0 -7px 0px;
    font-size: 25px;
  }
  .c-count__plus {
    color: #c02;
    font-size: 25px;
    margin: 0 0 -5px 0px;
  }
}  

@media (max-width: 358px) {
  .p-menuBtn__content {
    padding: 30px 35px 7px 35px;
  }
}

.p-news {
  letter-spacing: 0;
  line-height: 1.38;
}

.p-news__item {
  border-bottom: 1px dotted #c9c9c9;
}

.p-news__item:first-of-type {
  padding-top: 0;
}

.p-news__cont a {
  color: #333;
  text-decoration: underline;
}

@media (min-width: 1305px) {
  .p-news {
    font-size: 90%;
  }
  .p-news__item {
    display: -ms-flexbox;
    display: flex;
    padding: 9px 0;
  }
  .p-news__date {
    width: 160px;
    padding-left: 10px;
  }
  .p-news__cont {
    -ms-flex: 1;
    flex: 1;
  }
  .p-news__cont a:hover {
    text-decoration: none;
  }
}

@media (max-width: 1304px) {
  .p-news {
    width: calc(100% + 30px);
    margin-left: -15px;
    font-size: 75%;
  }
  .p-news__item {
    padding: 10px 15px 6px 15px;
  }
}

.p-search__list--hide {
  display: none;
}

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

@media (min-width: 1305px) {
  .p-search {
    position: relative;
  }
  .p-search__cont {
    width: 180px;
  }
  .p-search__row {
    padding: 6px 0;
    border-bottom: 1px dashed #c0b5b5;
  }
  .p-search__item, .p-search__row {
    display: -ms-flexbox;
    display: flex;
  }
  .p-search__item {
    font-size: 81.25%;
    -ms-flex-align: center;
    align-items: center;
    width: 33.33333%;
    padding: 0 15px;
  }
  .p-search__item--L.p-search__item {
    width: 66.66666%;
  }
  .p-search__item--L.p-search__item .c-inputText, .p-search__item--L.p-search__item .c-selectbox {
    width: 496px;
  }
  .p-search__item .p-search__cont {
    width: auto;
  }
  .p-search__label {
    -ms-flex: 1;
    flex: 1;
  }
  .p-search__label--small {
    font-size: 77%;
  }
  .p-search__btnArea {
    padding: 19px 0 22px;
  }
  .p-search__btnFold {
    position: absolute;
    top: 100%;
    right: 6px;
    box-shadow: inset 0 7px 5px -4px rgba(0, 0, 0, 0.2);
  }
  .p-search__btnFold, .p-search__btnFold .open {
    display: inline-block;
  }
  .p-search__btnFold .close, .p-search__btnFold .close--sp, .p-search__btnFold.is-open .open, .p-search__btnFold .open--sp {
    display: none;
  }
  .p-search__btnFold.is-open .close {
    display: inline-block;
  }
}

@media (max-width: 1200px) and (min-width: 961px) {
  .p-search__item {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    align-items: flex-start;
    min-height: 52px;
  }
  .p-search__item .p-search__cont, .p-search__item .p-search__cont .c-inputText, .p-search__item .p-search__cont .c-selectbox {
    width: 100%;
  }
  .p-search__label {
    width: auto;
    margin-bottom: .2em;
    min-height: 1em;
  }
  .p-search__label br {
    display: none;
  }
}

@media (min-width: 1305px) and (max-width: 960px) {
  .p-search__item {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    align-items: flex-start;
    min-height: 52px;
  }
  .p-search__item .p-search__cont, .p-search__item .p-search__cont .c-inputText, .p-search__item .p-search__cont .c-selectbox {
    width: 100%;
  }
  .p-search__label {
    width: auto;
    margin: 0 0 .2em .2em;
  }
  .p-search__label br {
    display: none;
  }
}

@media (max-width: 1304px) {
  .p-search__item {
    font-size: 72.5%;
    padding: 14px 13px 17px;
    border-bottom: 1px dotted #c0b5b5;
  }
  .p-search__label {
    margin: 0 0 .2em .2em;
    font-weight: 700;
  }
  .p-search__label br {
    display: none;
  }
  .p-search__cont {
    -ms-flex: 1;
    flex: 1;
  }
  .p-search__btnArea {
    padding: 28px 13px 32.5px;
  }
  .p-search__btnArea .c-btn:first-of-type {
    margin-right: 4px;
  }
  .p-search__btnArea .c-btn:last-of-type {
    margin-left: 4px;
  }
  .p-search__btnFold {
    position: static;
  }
  .p-search__btnFold .open--sp {
    display: inline-block;
  }
  .p-search__btnFold .close, .p-search__btnFold .close--sp, .p-search__btnFold.is-open .open--sp, .p-search__btnFold .open {
    display: none;
  }
  .p-search__btnFold.is-open .close--sp {
    display: inline-block;
  }
}

.p-login {
  max-width: 460px;
  margin-left: auto;
  margin-right: auto;
}

.p-login__title {
  text-align: center;
  letter-spacing: .01em;
  font-weight: 700;
}

.p-login__input {
  position: relative;
  width: 100%;
  letter-spacing: .01em;
}

.p-login__input .c-inputText {
  width: 100%;
}

.p-login__input .icon {
  position: absolute;
  top: 12px;
  color: #c02;
}

.p-login__message {
  text-align: center;
  letter-spacing: 0;
}

.p-login__message a:link,
.p-login__message a:hover,
.p-login__message a:focus {
  color: #313131;
}

.p-login__upper {
  border-bottom: 1px dashed #dcdcdc;
}

@media (min-width: 1305px) {
  .p-login {
    padding: 65px 30px;
  }
  .p-login__title {
    margin-bottom: 31px;
    font-size: 112.5%;
  }
  .p-login__upper {
    padding: 0 0 10px;
  }
  .p-login__input {
    margin-bottom: 20px;
    font-size: 87.5%;
  }
  .p-login__input .icon {
    left: 22px;
    font-size: 1.8rem;
  }
  .p-login__message {
    margin: 17px 0 30px 0;
    font-size: 81.25%;
  }
  .p-login__lower {
    padding: 45px 0 0 0;
  }
  .p-secondauth__upper {
    padding: 0 0 10px;
  }
  .p-secondauth__upper .c-btn2 {
    margin-top: 20px;
  }
}

@media (max-width: 1304px) {
  .p-login {
    margin: 0 auto;
    padding: 20px 15px;
  }
  .p-login__title {
    margin-bottom: 27.5px;
    font-size: 93.75%;
  }
  .p-login__upper {
    padding: 0 0 3px 0;
  }
  .p-login__input {
    margin-bottom: 10px;
    font-size: 75%;
  }
  .p-login__input .icon {
    left: 20px;
    font-size: 1.3rem;
  }
  .p-login__message {
    margin: 15px 0;
    font-size: 81.25%;
  }
  .p-login__lower {
    padding: 22.5px 0 0 0;
  }
  .p-secondauth__upper {
    padding: 0 0 3px 0;
  }
  .p-secondauth__upper .c-btn2 {
    margin-top: 10px;
  }
}

.p-signup__form {
  box-shadow: 1px 2px 3px 0.5px rgba(0, 0, 0, 0.2);
  border: 1px solid #dcdcdc;
}

.p-signup__formItem {
  letter-spacing: .01em;
}

.p-signup__formTitle em {
  font-style: normal;
  color: #c02;
}

.p-signup__formCont .c-inputText, .p-signup__formCont .c-selectbox {
  width: 100%;
}

.p-signup__form--line .p-signup__formItem {
  border-bottom: 1px dotted #dcdcdc;
}

.p-signup__form--line .p-signup__formItem:last-of-type {
  border-bottom: none;
}

.p-signup__terms {
  margin-bottom: 25px;
  letter-spacing: .01em;
  border: 1px solid #dcdcdc;
}

.p-signup__termsTitle {
  margin-bottom: 2em;
  color: #333;
  text-align: center;
  font-weight: 400;
}

.p-signup__termsCont {
  padding-right: 10px;
}

.p-signup__agree, .p-signup__btn {
  text-align: center;
}

.p-signup__btn .c-btn--LL {
  max-width: 300px;
}

.p-signup__sent {
  letter-spacing: .01em;
}

.p-signup__sentTitle {
  color: #333;
  text-align: center;
  font-weight: 700;
}

.p-signup__sent p {
  margin-bottom: 1.5em;
}

.p-signup__sent p:last-of-type {
  margin-bottom: 0;
}

.p-signup__sentMsg {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
}

.p-signup__sentMsg .p-password__sentMsgIn {
  display: inline-block;
  text-align: left;
}

.p-signup__note {
  margin: 0 0 .2em;
  line-height: 1.5;
}

.p-signup__note:first-of-type {
  margin-top: .5em;
}

.p-signup__note:last-of-type {
  margin-bottom: 0;
}

.p-signup__note--top:last-of-type {
  margin: 0 0 .7em;
}

.p-signup__checkList {
  border-radius: 2px;
  border: 1px solid #dcdcdc;
}

.p-signup__back {
  display: inline-block;
  letter-spacing: 0;
}

@media (min-width: 1305px) {
  .p-signup__form {
    margin-bottom: 35px;
    padding: 43px 80px;
  }
  .p-signup__formItem {
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 23px;
  }
  .p-signup__formItem:last-of-type {
    margin-bottom: 0;
  }
  .p-signup__formItem .p-signup__formTitle {
    width: 215px;
    padding: 10px 10px 0 0;
    font-size: 90%;
  }
  .p-signup__formItem .p-signup__formCont {
    -ms-flex: 1;
    flex: 1;
    font-size: 90%;
  }
  .p-signup__formItem .p-signup__formCont--text {
    line-height: 40px;
    height: 40px;
    padding-left: 1em;
  }
  .p-signup__form--confirm {
    padding: 33px 80px;
  }
  .p-signup__form--confirm .p-signup__formItem {
    margin-bottom: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .p-signup__form--confirm .p-signup__formTitle {
    padding-top: 0;
  }
  .p-signup__form--line {
    padding: 0;
  }
  .p-signup__form--line .p-signup__formItem {
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0;
    padding: 16px 0;
  }
  .p-signup__form--line .p-signup__formTitle {
    width: 295px;
    padding: 10px 10px 0 80px;
  }
  .p-signup__form--line .p-signup__formCont {
    padding-right: 10px;
  }
  .p-signup__form--line .p-signup__formCont .p-signup__formContIn {
    padding-right: 70px;
  }
  .p-signup__form--lineConfirm {
    margin-bottom: 5px;
  }
  .p-signup__form--lineConfirm .p-signup__formItem {
    padding: 22px 0;
  }
  .p-signup__form--lineConfirm .p-signup__formTitle {
    padding-top: 0;
  }
  .p-signup__terms {
    padding: 23px 17px;
  }
  .p-signup__termsTitle {
    font-size: 100%;
  }
  .p-signup__termsCont {
    height: 150px;
    overflow-y: auto;
    font-size: 81.25%;
  }
  .p-signup__agree {
    margin-bottom: 45px;
  }
  .p-signup__agree label {
    font-size: 90%;
  }
  .p-signup__agreeText {
    margin-top: 15px;
    font-size: 81.25%;
  }
  .p-signup__btn {
    margin-bottom: 70px;
  }
  .p-signup__btn .c-btn {
    margin: 0 11.5px;
  }
  .p-signup__sent {
    margin-bottom: 80px;
  }
  .p-signup__sentTitle {
    margin-bottom: 65px;
    padding-top: 90px;
    font-size: 100%;
  }
  .p-signup__sent p {
    font-size: 90%;
  }
  .p-signup__sent--L {
    margin-bottom: 200px;
  }
  .p-signup__note {
    font-size: 80%;
  }
  .p-signup__checkList {
    padding: 15px;
    margin-bottom: 12px;
  }
  .p-signup__checkList > li {
    margin-bottom: 10px;
    font-size: 90%;
  }
  .p-signup__checkList > li:last-of-type {
    margin-bottom: 0;
  }
  .p-signup__back {
    font-size: 90%;
    margin-bottom: 30px;
  }
}

@media (max-width: 1304px) {
  .p-signup__form {
    margin-bottom: 17.5px;
    padding: 15px;
  }
  .p-signup__formItem {
    display: block;
    margin-bottom: 15px;
  }
  .p-signup__formItem:last-of-type {
    margin-bottom: 0;
  }
  .p-signup__formItem .p-signup__formTitle {
    width: 100%;
    font-size: 72.5%;
    font-weight: 700;
  }
  .p-signup__formItem .p-signup__formTitle br {
    display: none;
  }
  .p-signup__formItem .p-signup__formCont {
    -ms-flex: 1;
    flex: 1;
    font-size: 72.5%;
  }
  .p-signup__form--line {
    padding: 0;
  }
  .p-signup__form--line .p-signup__formItem {
    margin-bottom: 0;
    padding: 10px 15px;
  }
  .p-signup__form--line .p-signup__formTitle {
    width: 100%;
    margin-bottom: 1em;
    padding: 0;
  }
  .p-signup__form--lineConfirm {
    margin-bottom: 5px;
  }
  .p-signup__terms {
    padding: 15px;
  }
  .p-signup__termsTitle {
    font-size: 90%;
  }
  .p-signup__termsCont {
    height: 100px;
    overflow-y: auto;
    font-size: 72.5%;
  }
  .p-signup__agree {
    margin-bottom: 20px;
  }
  .p-signup__agree label {
    font-size: 81.25%;
  }
  .p-signup__agreeText {
    margin-top: 10px;
    font-size: 72.5%;
  }
  .p-signup__btn {
    margin-bottom: 35px;
  }
  .p-signup__btn .c-btn {
    margin: 0 5px 10px;
  }
  .p-signup__btn .c-btn:last-of-type {
    margin-bottom: 0;
  }
  .p-signup__sent {
    margin-bottom: 50px;
  }
  .p-signup__sentTitle {
    margin-bottom: 30px;
    padding-top: 20px;
    font-size: 90%;
  }
  .p-signup__sent p {
    font-size: 72.5%;
  }
  .p-signup__note {
    font-size: 80%;
  }
  .p-signup__checkList {
    padding: 10px;
    margin-bottom: 12px;
  }
  .p-signup__checkList > li {
    margin-bottom: 10px;
    font-size: 90%;
  }
  .p-signup__checkList > li:last-of-type {
    margin-bottom: 0;
  }
  .p-signup__back {
    font-size: 72.5%;
    margin-bottom: 15px;
  }
}

.p-password__form {
  box-shadow: 1px 2px 3px 0.5px rgba(0, 0, 0, 0.2);
  border: 1px solid #dcdcdc;
}

.p-password__formItem {
  letter-spacing: .01em;
}

.p-password__formTitle em {
  font-style: normal;
  color: #c02;
}

.p-password__formCont .c-inputText, .p-password__formCont .c-selectbox {
  width: 100%;
}

.p-password__form--line .p-signup__formItem {
  border-bottom: 1px dotted #dcdcdc;
}

.p-password__form--line .p-signup__formItem:last-of-type {
  border-bottom: none;
}

.p-password__terms {
  margin-bottom: 25px;
  letter-spacing: .01em;
  border: 1px solid #dcdcdc;
}

.p-password__termsTitle {
  margin-bottom: 2em;
  color: #333;
  text-align: center;
  font-weight: 400;
}

.p-password__termsCont {
  padding-right: 10px;
}

.p-password__agree, .p-password__btn {
  text-align: center;
}

.p-password__btn .c-btn--LL {
  max-width: 300px;
}

.p-password__sent {
  letter-spacing: .01em;
}

.p-password__sentTitle {
  color: #333;
  text-align: center;
  font-weight: 700;
}

.p-password__sent p {
  margin-bottom: 1.5em;
}

.p-password__sent p:last-of-type {
  margin-bottom: 0;
}

.p-password__sentMsg {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
}

.p-password__sentMsg .p-password__sentMsgIn {
  display: inline-block;
  text-align: left;
}

.p-password__note {
  margin: 0 0 .2em;
  line-height: 1.5;
}

.p-password__note:first-of-type {
  margin-top: .5em;
}

.p-password__note:last-of-type {
  margin-bottom: 0;
}

.p-password__note--top:last-of-type {
  margin: 0 0 .7em;
}

.p-password__checkList {
  border-radius: 2px;
  border: 1px solid #dcdcdc;
}

.p-password__back {
  display: inline-block;
  letter-spacing: 0;
}

@media (min-width: 1305px) {
  .p-password__form {
    margin-bottom: 35px;
    padding: 43px 80px;
  }
  .p-password__formItem {
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 23px;
  }
  .p-password__formItem:last-of-type {
    margin-bottom: 0;
  }
  .p-password__formItem .p-password__formTitle {
    width: 120px;
    padding: 10px 10px 0 0;
    font-size: 90%;
  }
  .p-password__formItem .p-password__formTitle--L {
    width: 240px;
  }
  .p-password__formItem .p-password__formCont {
    -ms-flex: 1;
    flex: 1;
    font-size: 90%;
  }
  .p-password__form--confirm {
    padding: 33px 80px;
  }
  .p-password__form--confirm .p-signup__formItem {
    margin-bottom: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .p-password__form--line {
    padding: 0;
  }
  .p-password__form--line .p-password__formItem {
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0;
    padding: 16px 0;
  }
  .p-password__form--line .p-password__formTitle {
    width: 295px;
    padding: 10px 10px 0 80px;
  }
  .p-password__form--line .p-password__formCont {
    padding-right: 10px;
  }
  .p-password__form--line .p-password__formCont .p-password__formContIn {
    padding-right: 70px;
  }
  .p-password__form--lineConfirm {
    margin-bottom: 5px;
  }
  .p-password__form--lineConfirm .p-password__formItem {
    padding: 22px 0;
  }
  .p-password__form--S {
    margin-bottom: 5px;
  }
  .p-password__form--L {
    margin-bottom: 90px;
  }
  .p-password__terms {
    padding: 23px 17px;
  }
  .p-password__termsTitle {
    font-size: 100%;
  }
  .p-password__termsCont {
    height: 150px;
    overflow-y: auto;
    font-size: 81.25%;
  }
  .p-password__agree {
    margin-bottom: 45px;
  }
  .p-password__agree label {
    font-size: 90%;
  }
  .p-password__agreeText {
    margin-top: 15px;
    font-size: 81.25%;
  }
  .p-password__btn {
    margin-bottom: 70px;
  }
  .p-password__btn .c-btn {
    margin: 0 11.5px;
  }
  .p-password__sent {
    margin-bottom: 80px;
  }
  .p-password__sentTitle {
    margin-bottom: 65px;
    padding-top: 90px;
    font-size: 100%;
  }
  .p-password__sent p {
    font-size: 90%;
  }
  .p-password__sent--L {
    margin-bottom: 200px;
  }
  .p-password__note {
    font-size: 80%;
  }
  .p-password__checkList {
    padding: 15px;
    margin-bottom: 12px;
  }
  .p-password__checkList > li {
    margin-bottom: 10px;
    font-size: 90%;
  }
  .p-password__checkList > li:last-of-type {
    margin-bottom: 0;
  }
  .p-password__radioList {
    padding: 8px 0 15px 3px;
    font-size: 90%;
  }
  .p-password__radioList li {
    margin-bottom: 13px;
  }
  .p-password__back {
    font-size: 90%;
    margin-bottom: 30px;
  }
}

@media (max-width: 1304px) {
  .p-password__form {
    margin-bottom: 17.5px;
    padding: 15px;
  }
  .p-password__formItem {
    display: block;
    margin-bottom: 15px;
  }
  .p-password__formItem:last-of-type {
    margin-bottom: 0;
  }
  .p-password__formItem .p-password__formTitle {
    width: 100%;
    font-size: 72.5%;
    font-weight: 700;
  }
  .p-password__formItem .p-password__formTitle br {
    display: none;
  }
  .p-password__formItem .p-password__formCont {
    -ms-flex: 1;
    flex: 1;
    font-size: 72.5%;
  }
  .p-password__form--line {
    padding: 0;
  }
  .p-password__form--line .p-password__formItem {
    margin-bottom: 0;
    padding: 10px 15px;
  }
  .p-password__form--line .p-password__formTitle {
    width: 100%;
    margin-bottom: 1em;
    padding: 0;
  }
  .p-password__form--lineConfirm, .p-password__form--S {
    margin-bottom: 5px;
  }
  .p-password__form--L {
    margin-bottom: 45px;
  }
  .p-password__terms {
    padding: 15px;
  }
  .p-password__termsTitle {
    font-size: 90%;
  }
  .p-password__termsCont {
    height: 100px;
    overflow-y: auto;
    font-size: 72.5%;
  }
  .p-password__agree {
    margin-bottom: 20px;
  }
  .p-password__agree label {
    font-size: 81.25%;
  }
  .p-password__agreeText {
    margin-top: 10px;
    font-size: 72.5%;
  }
  .p-password__btn {
    margin-bottom: 35px;
  }
  .p-password__btn .c-btn {
    margin: 0 5px 10px;
  }
  .p-password__btn .c-btn:last-of-type {
    margin-bottom: 0;
  }
  .p-password__sent {
    margin-bottom: 50px;
  }
  .p-password__sentTitle {
    margin-bottom: 30px;
    padding-top: 20px;
    font-size: 90%;
  }
  .p-password__sent p {
    font-size: 72.5%;
  }
  .p-password__note {
    font-size: 80%;
  }
  .p-password__checkList {
    padding: 10px;
    margin-bottom: 12px;
  }
  .p-password__checkList > li {
    margin-bottom: 10px;
    font-size: 90%;
  }
  .p-password__checkList > li:last-of-type {
    margin-bottom: 0;
  }
  .p-password__radioList {
    padding: 4px 0 12px;
    font-size: 72.5%;
  }
  .p-password__radioList li {
    margin-bottom: 10px;
  }
  .p-password__back {
    font-size: 72.5%;
    margin-bottom: 15px;
  }
}

.p-account__form {
  box-shadow: 1px 2px 3px 0.5px rgba(0, 0, 0, 0.2);
  border: 1px solid #dcdcdc;
}

.p-account__formItem {
  letter-spacing: .01em;
}

.p-account__formTitle em {
  font-style: normal;
  color: #c02;
}

.p-account__formCont .c-inputText, .p-account__formCont .c-selectbox {
  width: 100%;
}

.p-account__form--line .p-account__formItem {
  border-bottom: 1px dotted #dcdcdc;
}

.p-account__form--line .p-account__formItem:last-of-type {
  border-bottom: none;
}

.p-account__terms {
  margin-bottom: 25px;
  letter-spacing: .01em;
  border: 1px solid #dcdcdc;
}

.p-account__termsTitle {
  margin-bottom: 2em;
  color: #333;
  text-align: center;
  font-weight: 400;
}

.p-account__termsCont {
  padding-right: 10px;
}

.p-account__agree, .p-account__btn {
  text-align: center;
}

.p-account__btn .c-btn--LL {
  max-width: 300px;
}

.p-account__sent {
  letter-spacing: .01em;
}

.p-account__sentTitle {
  color: #333;
  text-align: center;
  font-weight: 700;
}

.p-account__sent p {
  margin-bottom: 1.5em;
}

.p-account__sent p:last-of-type {
  margin-bottom: 0;
}

.p-account__sentMsg {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
}

.p-account__sentMsg .p-password__sentMsgIn {
  display: inline-block;
  text-align: left;
}

.p-account__note {
  margin: 0 0 .2em;
  line-height: 1.5;
}

.p-account__note:first-of-type {
  margin-top: .5em;
}

.p-account__note:last-of-type {
  margin-bottom: 0;
}

.p-account__note--top:last-of-type {
  margin: 0 0 .7em;
}

.p-account__checkList {
  border-radius: 2px;
  border: 1px solid #dcdcdc;
}

.p-account__back {
  display: inline-block;
  letter-spacing: 0;
}

@media (min-width: 1305px) {
  .p-account__form {
    margin-bottom: 35px;
    padding: 43px 80px;
  }
  .p-account__formItem {
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 23px;
  }
  .p-account__formItem:last-of-type {
    margin-bottom: 0;
  }
  .p-account__formItem .p-account__formTitle {
    width: 215px;
    padding: 10px 10px 0 0;
    font-size: 90%;
  }
  .p-account__formItem .p-account__formCont {
    -ms-flex: 1;
    flex: 1;
    font-size: 90%;
  }
  .p-account__form--confirm {
    padding: 33px 80px;
  }
  .p-account__form--confirm .p-account__formItem {
    margin-bottom: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .p-account__form--confirm .p-account__formTitle {
    padding-top: 0;
  }
  .p-account__form--line {
    padding: 0;
  }
  .p-account__form--line .p-account__formItem {
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0;
    padding: 16px 0;
  }
  .p-account__form--line .p-account__formTitle {
    width: 295px;
    padding: 10px 10px 0 48px;
  }
  .p-account__form--line .p-account__formCont {
    padding-right: 10px;
  }
  .p-account__form--line .p-account__formCont .p-account__formContIn {
    padding-right: 60px;
  }
  .p-account__form--lineConfirm {
    margin-bottom: 5px;
  }
  .p-account__form--lineConfirm .p-account__formItem {
    padding: 22px 0;
  }
  .p-account__form--lineConfirm .p-account__formTitle {
    padding-top: 0;
  }
  .p-account__terms {
    padding: 23px 17px;
  }
  .p-account__termsTitle {
    font-size: 100%;
  }
  .p-account__termsCont {
    height: 150px;
    overflow-y: auto;
    font-size: 81.25%;
  }
  .p-account__agree {
    margin-bottom: 45px;
  }
  .p-account__agree label {
    font-size: 90%;
  }
  .p-account__agreeText {
    margin-top: 15px;
    font-size: 81.25%;
  }
  .p-account__btn {
    margin-bottom: 90px;
    padding-top: 35px;
  }
  .p-account__btn .c-btn {
    margin: 0 11.5px 10px;
  }
  .p-account__sent {
    margin-bottom: 80px;
  }
  .p-account__sentTitle {
    margin-bottom: 65px;
    padding-top: 90px;
    font-size: 100%;
  }
  .p-account__sent p {
    font-size: 90%;
  }
  .p-account__sent--L {
    margin-bottom: 200px;
  }
  .p-account__note {
    font-size: 80%;
  }
  .p-account__checkList {
    padding: 15px;
    margin-bottom: 12px;
  }
  .p-account__checkList > li {
    margin-bottom: 10px;
    font-size: 90%;
  }
  .p-account__checkList > li:last-of-type {
    margin-bottom: 0;
  }
  .p-account__back {
    font-size: 90%;
    margin-bottom: 30px;
  }
}

@media (min-width: 1305px) and (max-width: 960px) {
  .p-account__form--line .p-account__formTitle {
    width: 250px;
    padding-left: 10px;
  }
  .p-account__form--line .p-account__formCont .p-account__formContIn {
    padding-right: 0;
  }
}

@media (max-width: 1304px) {
  .p-account__form {
    margin-bottom: 17.5px;
    padding: 15px;
  }
  .p-account__formItem {
    display: block;
    margin-bottom: 15px;
  }
  .p-account__formItem:last-of-type {
    margin-bottom: 0;
  }
  .p-account__formItem .p-account__formTitle {
    width: 100%;
    font-size: 72.5%;
    font-weight: 700;
  }
  .p-account__formItem .p-account__formTitle br {
    display: none;
  }
  .p-account__formItem .p-account__formCont {
    -ms-flex: 1;
    flex: 1;
    font-size: 72.5%;
  }
  .p-account__form--line {
    padding: 0;
  }
  .p-account__form--line .p-account__formItem {
    margin-bottom: 0;
    padding: 10px 15px;
  }
  .p-account__form--line .p-account__formTitle {
    width: 100%;
    margin-bottom: 1em;
    padding: 0;
  }
  .p-account__form--lineConfirm {
    margin-bottom: 5px;
  }
  .p-account__terms {
    padding: 15px;
  }
  .p-account__termsTitle {
    font-size: 90%;
  }
  .p-account__termsCont {
    height: 100px;
    overflow-y: auto;
    font-size: 72.5%;
  }
  .p-account__agree {
    margin-bottom: 20px;
  }
  .p-account__agree label {
    font-size: 81.25%;
  }
  .p-account__agreeText {
    margin-top: 10px;
    font-size: 72.5%;
  }
  .p-account__btn {
    margin-bottom: 35px;
  }
  .p-account__btn .c-btn {
    margin: 0 5px 10px;
  }
  .p-account__btn .c-btn:last-of-type {
    margin-bottom: 0;
  }
  .p-account__sent {
    margin-bottom: 50px;
  }
  .p-account__sentTitle {
    margin-bottom: 30px;
    padding-top: 20px;
    font-size: 90%;
  }
  .p-account__sent p {
    font-size: 72.5%;
  }
  .p-account__note {
    font-size: 80%;
  }
  .p-account__checkList {
    padding: 10px;
    margin-bottom: 12px;
  }
  .p-account__checkList > li {
    margin-bottom: 10px;
    font-size: 90%;
  }
  .p-account__checkList > li:last-of-type {
    margin-bottom: 0;
  }
  .p-account__back {
    font-size: 72.5%;
    margin-bottom: 15px;
  }
}

.p-article__title {
  color: #333;
  font-weight: 700;
}

.p-article__textArea p {
  margin-bottom: 1.6em;
}

.p-article__titleInText {
  margin-bottom: 1.6em;
  padding-top: 2.5em;
}

@media (min-width: 1305px) {
  .p-article {
    padding-bottom: 32px;
  }
  .p-article__date {
    text-align: right;
    font-size: 81.25%;
    margin-bottom: 30px;
  }
  .p-article__title {
    margin-bottom: 64px;
    font-size: 100%;
  }
  .p-article__textArea {
    font-size: 90%;
  }
}

@media (max-width: 1304px) {
  .p-article {
    padding-bottom: 16px;
  }
  .p-article__date {
    text-align: right;
    font-size: 72.5%;
    margin-bottom: 15px;
  }
  .p-article__title {
    margin-bottom: 30px;
    font-size: 90%;
  }
  .p-article__textArea {
    font-size: 72.5%;
  }
}

.p-book {
  border: 1px solid #dcdcdc;
  box-shadow: 1px 2px 3px 0.5px rgba(0, 0, 0, 0.2);
  text-align: center;
}

@media (min-width: 1305px) {
  .p-book {
    margin-top: 45px;
    padding: 50px 0;
  }
  .p-book .c-btn--LL {
    display: block;
    max-width: 448px;
    margin: 0 auto 9px;
  }
  .p-book .c-btn--LL:last-of-type {
    margin-bottom: 0;
  }
}

@media (max-width: 1304px) {
  .p-book {
    margin-top: 22.5px;
    padding: 40px 10px;
  }
  .p-book .c-btn--LL {
    display: block;
    max-width: 360px;
    margin: 0 auto 9px;
    line-height: 1.2;
    height: auto;
    padding: 10px;
  }
  .p-book .c-btn--LL:last-of-type {
    margin-bottom: 0;
  }
  .p-book .c-btn--LL small {
    display: block;
  }
}

.p-contact__form {
  box-shadow: 1px 2px 3px 0.5px rgba(0, 0, 0, 0.2);
  border: 1px solid #dcdcdc;
}

.p-contact__formItem {
  letter-spacing: .01em;
}

.p-contact__formTitle em {
  font-style: normal;
  color: #c02;
}

.p-contact__formCont .c-inputText, .p-contact__formCont .c-selectbox {
  width: 100%;
}

.p-contact__form--line .p-contact__formItem {
  border-bottom: 1px dotted #dcdcdc;
}

.p-contact__form--line .p-contact__formItem:last-of-type {
  border-bottom: none;
}

.p-contact__terms {
  margin-bottom: 25px;
  letter-spacing: .01em;
  border: 1px solid #dcdcdc;
}

.p-contact__termsTitle {
  margin-bottom: 2em;
  color: #333;
  text-align: center;
  font-weight: 400;
}

.p-contact__termsCont {
  padding-right: 10px;
}

.p-contact__agree, .p-contact__btn {
  text-align: center;
}

.p-contact__btn .c-btn--LL {
  max-width: 300px;
}

.p-contact__sent {
  letter-spacing: .01em;
}

.p-contact__sentTitle {
  color: #333;
  text-align: center;
  font-weight: 700;
}

.p-contact__sent p {
  margin-bottom: 1.5em;
}

.p-contact__sent p:last-of-type {
  margin-bottom: 0;
}

.p-contact__sentMsg {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
}

.p-contact__sentMsg .p-password__sentMsgIn {
  display: inline-block;
  text-align: left;
}

.p-contact__note {
  margin: 0 0 .2em;
  line-height: 1.5;
}

.p-contact__note:first-of-type {
  margin-top: .5em;
}

.p-contact__note:last-of-type {
  margin-bottom: 0;
}

.p-contact__note--top:last-of-type {
  margin: 0 0 .7em;
}

.p-contact__checkList {
  border-radius: 2px;
  border: 1px solid #dcdcdc;
}

.p-contact__back {
  display: inline-block;
  letter-spacing: 0;
}

@media (min-width: 1305px) {
  .p-contact__form {
    margin-bottom: 35px;
    padding: 43px 47px;
  }
  .p-contact__formItem {
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 23px;
  }
  .p-contact__formItem:last-of-type {
    margin-bottom: 0;
  }
  .p-contact__formItem .p-contact__formTitle {
    width: 230px;
    padding: 10px 10px 0 0;
    font-size: 90%;
  }
  .p-contact__formItem .p-contact__formTitle--S {
    padding-top: 1.5px;
  }
  .p-contact__formItem .p-contact__formCont {
    -ms-flex: 1;
    flex: 1;
    font-size: 90%;
  }
  .p-contact__formItem .p-contact__formCont--text {
    line-height: 40px;
    height: 40px;
    padding-left: 1em;
  }
  .p-contact__formItem .contents--text {
	width: 60%;
	overflow-wrap: break-word;
  }
  .p-contact__form--confirm {
    margin-bottom: 5px;
    padding: 33px 80px;
  }
  .p-contact__form--confirm .p-contact__formItem {
    margin-bottom: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .p-contact__form--confirm .p-contact__formTitle {
    padding-top: 0;
  }
  .p-contact__form--line {
    padding: 0;
  }
  .p-contact__form--line .p-contact__formItem {
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0;
    padding: 16px 0;
  }
  .p-contact__form--line .p-contact__formTitle {
    width: 295px;
    padding: 10px 10px 0 80px;
  }
  .p-contact__form--line .p-contact__formCont {
    padding-right: 10px;
  }
  .p-contact__form--line .p-contact__formCont .p-contact__formContIn {
    padding-right: 70px;
  }
  .p-contact__form--lineConfirm {
    margin-bottom: 5px;
  }
  .p-contact__form--lineConfirm .p-contact__formItem {
    padding: 22px 0;
  }
  .p-contact__form--lineConfirm .p-contact__formTitle {
    padding-top: 0;
  }
  .p-contact__terms {
    padding: 23px 17px;
  }
  .p-contact__termsTitle {
    font-size: 100%;
  }
  .p-contact__termsCont {
    height: 150px;
    overflow-y: auto;
    font-size: 81.25%;
  }
  .p-contact__agree {
    margin-bottom: 45px;
  }
  .p-contact__agree label {
    font-size: 90%;
  }
  .p-contact__agreeText {
    margin-top: 15px;
    font-size: 81.25%;
  }
  .p-contact__btn {
    margin-bottom: 70px;
  }
  .p-contact__btn .c-btn {
    margin: 0 11.5px;
  }
  .p-contact__sent {
    margin-bottom: 80px;
  }
  .p-contact__sentTitle {
    margin-bottom: 65px;
    padding-top: 90px;
    font-size: 100%;
  }
  .p-contact__sent p {
    font-size: 90%;
  }
  .p-contact__sent--L {
    margin-bottom: 200px;
  }
  .p-contact__note {
    font-size: 80%;
  }
  .p-contact__checkList {
    padding: 15px;
    margin-bottom: 12px;
  }
  .p-contact__checkList > li {
    margin-bottom: 10px;
    font-size: 90%;
  }
  .p-contact__checkList > li:last-of-type {
    margin-bottom: 0;
  }
  .p-contact__back {
    font-size: 90%;
    margin-bottom: 30px;
  }
}

@media (min-width: 1305px) and (max-width: 960px) {
  .p-contact__form {
    padding: 30px 20px;
  }
  .p-contact__formItem .p-contact__formTitle {
    width: 200px;
  }
}

@media (max-width: 1304px) {
  .p-contact__form {
    margin-bottom: 17.5px;
    padding: 15px;
  }
  .p-contact__formItem {
    display: block;
    margin-bottom: 15px;
  }
  .p-contact__formItem:last-of-type {
    margin-bottom: 0;
  }
  .p-contact__formItem .p-contact__formTitle {
    width: 100%;
    font-size: 72.5%;
    font-weight: 700;
  }
  .p-contact__formItem .p-contact__formTitle br {
    display: none;
  }
  .p-contact__formItem .p-contact__formCont {
    -ms-flex: 1;
    flex: 1;
    font-size: 72.5%;
  }
  .p-contact__form--confirm {
    margin-bottom: 5px;
  }
  .p-contact__form--line {
    padding: 0;
  }
  .p-contact__form--line .p-contact__formItem {
    margin-bottom: 0;
    padding: 10px 15px;
  }
  .p-contact__form--line .p-contact__formTitle {
    width: 100%;
    margin-bottom: 1em;
    padding: 0;
  }
  .p-contact__form--lineConfirm {
    margin-bottom: 5px;
  }
  .p-contact__terms {
    padding: 15px;
  }
  .p-contact__termsTitle {
    font-size: 90%;
  }
  .p-contact__termsCont {
    height: 100px;
    overflow-y: auto;
    font-size: 72.5%;
  }
  .p-contact__agree {
    margin-bottom: 20px;
  }
  .p-contact__agree label {
    font-size: 81.25%;
  }
  .p-contact__agreeText {
    margin-top: 10px;
    font-size: 72.5%;
  }
  .p-contact__btn {
    margin-bottom: 35px;
  }
  .p-contact__btn .c-btn {
    margin: 0 5px 10px;
  }
  .p-contact__btn .c-btn:last-of-type {
    margin-bottom: 0;
  }
  .p-contact__sent {
    margin-bottom: 50px;
  }
  .p-contact__sentTitle {
    margin-bottom: 30px;
    padding-top: 20px;
    font-size: 90%;
  }
  .p-contact__sent p {
    font-size: 72.5%;
  }
  .p-contact__note {
    font-size: 80%;
  }
  .p-contact__checkList {
    padding: 10px;
    margin-bottom: 12px;
  }
  .p-contact__checkList > li {
    margin-bottom: 10px;
    font-size: 90%;
  }
  .p-contact__checkList > li:last-of-type {
    margin-bottom: 0;
  }
  .p-contact__back {
    font-size: 72.5%;
    margin-bottom: 15px;
  }
}

.p-bldData__title {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  color: #333;
  font-weight: bold;
  letter-spacing: .075em;
}

.p-bldData__title .icon {
  color: #c50101;
}

.p-bldDataSelect {
  position: relative;
  border: solid 1px #dcdcdc;
  background-color: #fff;
}

.p-bldDataSelect__head {
  color: #313131;
  font-weight: bold;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  letter-spacing: .075em;
}

.p-bldDataSelect__head .icon {
  transition: all .3s;
}

.p-bldDataSelect__head.is-open .icon {
  transform: rotate(180deg);
}

.p-bldData__border {
  display: block;
  width: 100%;
  height: 1px;
  background-color: #dcdcdc;
}

.p-bldDataNum__title {
  text-align: center;
  font-weight: bold;
  letter-spacing: .075em;
}

.p-bldDataNum__title .iconWrap {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.p-bldDataNum__title .icon {
  position: relative;
  color: #fff;
}

.p-bldDataNum__title .iconBg {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.p-bldDataNum__titleText {
  -ms-flex: 1;
  flex: 1;
}

.p-bldDataNum__contentWrap {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  overflow: hidden;
  text-align: center;
}

.p-bldDataNum__content a {
  text-decoration: none;
}

.p-bldDataNum__content--chart .p-bldDataNum__contentWrap {
  height: 100%;
}

.p-bldDataNum__numerator {
  font-weight: bold;
  color: #c02;
  border-bottom: solid 1px #c02;
}

.p-bldDataNum__numerator,
.p-bldDataNum__denominator {
  position: relative;
  line-height: 1;
}

.p-bldDataNum--3col {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (min-width: 1305px) {
  .p-bldData {
    margin-bottom: 30px;
  }
  .p-bldData__in {
    padding: 20px 60px 16px 60px;
  }
  .p-bldData .c-progress {
    width: 620px;
  }
  .p-bldData .c-progress + .p-bldDataNum__numerator {
    padding-top: 10px;
  }
  .p-bldData__title {
    margin-bottom: 20px;
    font-size: 125%;
  }
  .p-bldData__title .icon {
    margin-right: 8px;
    font-size: 3.3rem;
  }
  .p-bldData__titleText {
    margin-top: 4px;
  }
  .p-bldDataSelect {
    margin-bottom: 30px;
    box-shadow: 0px 2px 3px 0.5px rgba(0,0,0,.15);
  }
  .p-bldDataSelect__head {
    padding-right: 20px;
    padding-left: 25px;
    height: 55px;
    font-size: 87.5%;
  }
  .p-bldDataSelect__head .icon {
    font-size: 1.2rem;
  }
  .p-bldDataSelect__body {
    padding: 0px 20px 17px 20px;
  }
  .p-bldDataSelect__body .c-selectbox2,
  .p-bldDataSelect__body .c-inputText2 {
    width: 100%;
    margin-bottom: 12px;
  }
  .p-bldData__border {
    margin-bottom: 38px;
  }
  .p-bldDataNum__content--chart {
    height: 300px;
  }
  .p-bldDataNum__item {
    margin-bottom: 18px;
  }
  .p-bldDataNum__title {
    margin-bottom: 44px;
    font-size: 112.5%;
  }
  .p-bldDataNum__title .icon {
    top: 4px;
  }
  .p-bldDataNum__title .icon.icon--call {
    left: 3px;
  }
  .p-bldDataNum__title .iconWrap {
    height: 40px;
    margin-bottom: 2px;
  }
  .p-bldDataNum__title .iconBg {
    width: 40px;
    height: 40px;
  }
  .p-bldDataNum__numerator {
    margin-bottom: 8px;
    padding-bottom: 5px;
    font-size: 575%;
  }
  .p-bldDataNum__denominator {
    font-size: 162.5%;
  }
  .p-bldDataNum__denominator small {
    margin-left: 8px;
    font-size: 75%;
  }
  .p-bldDataNum--3col {
    padding-top: 35px;
  }
  .p-bldDataNum--3col .p-bldDataNum__title {
    margin-bottom: 0;
    font-size: 100%;
  }
  .p-bldDataNum--3col .p-bldDataNum__titleText {
    padding-top: 0px;
  }
  .p-bldDataSelect {
    border-radius: 10px;
  }
  .p-bldDataSelect__body .c-selectbox2,
  .p-bldDataSelect__body .c-inputText2 {
    border-radius: 10px;
  }
  .p-bldDataSelect__body .c-btn2 {
    border-radius: 10px;
  }
  .p-bldDataSelect--top {
    margin-bottom: 18px;
    border-radius: 20px;
  }
  .p-bldDataSelect--top {
    box-shadow: 0px 2px 5px 2.5px rgba(0,0,0,.15);
  }
  .p-bldDataSelect--top .p-bldDataSelect__head {
    height: 40px;
    padding-left: 30px;
  }
  .p-bldDataSelect--top .p-bldDataSelect__body {
    padding-top: 10px;
  }
  .p-bldDataSelect--top .p-bldDataSelect__body .c-selectbox2,
  .p-bldDataSelect--top .p-bldDataSelect__body .c-inputText2 {
    border-radius: 22.5px;
  }
  .p-bldDataSelect--top .p-bldDataSelect__body .c-btn2 {
    border-radius: 22.5px;
  }
  .p-bldDataSelect__row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .p-bldDataSelect__body .p-bldDataSelect__row .c-selectbox2,
  .p-bldDataSelect__body .p-bldDataSelect__row .c-inputText2 {
    width: calc((100% - 20px) / 2);
  }
}

@media (max-width: 960px) and (min-width: 1305px) {
  .p-bldData__in {
    padding: 30px 15px 16px 15px;
  }
  .p-bldDataNum--3col .p-bldDataNum__title {
    font-size: 90%;
  }
  .p-bldDataSelect__row {
    display: block;
  }
  .p-bldDataSelect__body .p-bldDataSelect__row .c-selectbox2,
  .p-bldDataSelect__body .p-bldDataSelect__row .c-inputText2 {
    width: 100%;
  }
}

@media (max-width: 1304px) {
  .p-bldData {
    margin-top: -9px;
    margin-bottom: 14px;
  }
  .p-bldData .c-progress {
    width: 428px;
  }
  .p-bldData .c-progress + .p-bldDataNum__numerator {
    padding-top: 10px;
  }
  .p-bldData__title {
    margin-bottom: 15px;
    font-size: 112.5%;
  }
  .p-bldData__title .icon {
    margin-right: 8px;
    font-size: 3rem;
  }
  .p-bldData__titleText {
    margin-top: 4px;
  }
  .p-bldDataSelect {
    margin-bottom: 20px;
    box-shadow: 0px .5px 1px 0.2px rgba(0,0,0,.15);
  }
  .p-bldDataSelect__head {
    padding-right: 16px;
    padding-left: 20px;
    height: 44px;
    font-size: 75%;
  }
  .p-bldDataSelect__head .icon {
    font-size: 1.3rem;
  }
  .p-bldDataSelect__body {
    padding: 0px 14px 14px 14px;
  }
  .p-bldDataSelect__body .c-selectbox2,
  .p-bldDataSelect__body .c-inputText2 {
    width: 100%;
    margin-bottom: 8px;
  }
  .p-bldData__border {
    margin-bottom: 10px;
  }
  .p-bldDataNum__content--chart {
    height: 214px;
  }
  .p-bldDataNum__item {
    margin-bottom: 14px;
  }
  .p-bldDataNum__title {
    margin-bottom: 5px;
    font-size: 93.75%;
  }
  .p-bldDataNum__titleText {
    padding-top: 8px;
    padding-bottom: 3px;
  }
  .p-bldDataNum__title .iconWrap {
    height: 37.5px;
    margin-bottom: 2px;
  }
  .p-bldDataNum__title .iconBg {
    width: 37.5px;
    height: 37.5px;
  }
  .p-bldDataNum__title .icon {
    top: 3px;
    font-size: 1.8rem;
  }
  .p-bldDataNum__title .icon.icon--call {
    left: 3px;
  }
  .p-bldDataNum__numerator {
    margin-bottom: 6px;
    padding-bottom: 3px;
    font-size: 423%;
  }
  .p-bldDataNum__denominator {
    font-size: 117.8%;
  }
  .p-bldDataNum__denominator small {
    margin-left: 5px;
    font-size: 77%;
  }
  .p-bldDataNum--3col .p-bldDataNum__title {
    margin-bottom: 0;
    font-size: 75%;
  }
  .p-bldDataNum--3col .p-bldDataNum__titleText {
    padding-top: 0px;
  }
  .p-bldDataSelect {
    border-radius: 5px;
  }
  .p-bldDataSelect__body .c-selectbox2,
  .p-bldDataSelect__body .c-inputText2 {
    border-radius: 5px;
  }
  .p-bldDataSelect__body .c-btn2 {
    border-radius: 5px;
  }
  .p-bldDataSelect--top {
    margin-bottom: 12px;
    border-radius: 17.5px;
  }
  .p-bldDataSelect--top .p-bldDataSelect__head {
    height: 35px;
  }
  .p-bldDataSelect--top .p-bldDataSelect__body {
    padding-top: 5px;
  }
  .p-bldDataSelect--top .p-bldDataSelect__body .c-selectbox2,
  .p-bldDataSelect--top .p-bldDataSelect__body .c-inputText2 {
    border-radius: 17.5px;
  }
  .p-bldDataSelect--top .p-bldDataSelect__body .c-btn2 {
    border-radius: 17.5px;
  }
}

/* fitty関連 start */
.p-bldDataNum--3col .p-bldDataNum__item {
  width: calc((100% - 52px) / 3);
}

.p-bldDataNum--3col .p-bldDataNum__content {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  padding-bottom: 10px;
  font-weight: bold;
  color: #c02;
  text-decoration: none;
  overflow: visible;
}

.p-bldDataNum--3col .p-bldDataNum__content:hover {
  text-decoration: none;
}

.p-bldDataNum--3col .fitty {
  display: inline-block;
  position: relative;
  line-height: 1;
  overflow: visible;
}

.p-bldDataNum--3col .fitty::after {
  position: absolute;
  top: 50%;
  left: 100%;
  font-size: 17px;
  font-weight: normal;
}

@media (max-width: 1304px) {
  .p-bldDataNum--3col .p-bldDataNum__content {
    height: 54px;
  }

  .p-bldDataNum--3col .fitty::after {
    font-size: 10px;
  }
}

.p-bldDataNum__numerator--fitty {
  display: block;
  text-align: center;
  border-bottom: none;
}

.p-bldDataNum__numerator--fitty .fitty {
  display: inline-block;
  border-bottom: solid 1px #c02;
}

@media (min-width: 1305px) {
  .p-bldDataNum__numerator--fitty {
    width: 190px;
    padding-bottom: 0;
  }
  .p-bldDataNum__numerator--fitty .fitty {
    padding-bottom: 5px;
  }
}

@media (max-width: 1304px) {
  .p-bldDataNum__numerator--fitty {
    width: 139px;
    padding-bottom: 0;
  }
  .p-bldDataNum__numerator--fitty .fitty {
    padding-bottom: 3px;
  }
}
/* fitty関連 end */

.p-btnList {
  border: solid 1px #dcdcdc;
  background-color: #fff;
}

.p-btnList a,
.p-btnList a:hover {
  text-decoration: none;
}

.p-btnList__item {
  border-bottom: solid 1px #dcdcdc;
}

.p-btnList__item:last-of-type {
  border-bottom: none;
}

.p-btnList__title {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
a.p-btnList__title,
.js-acHead {
  cursor: pointer;
}

.p-btnList__titleText {
  -ms-flex: 1;
  flex: 1;
  color: #333;
  opacity: 1;
  transition: all .3s;
  word-break: break-all;
}

.p-btnList__titleTextDate {
  color: #333;
  letter-spacing: .025em;
  line-height: 1.4;
}

.p-btnList__titleTextCond {
  color: #c02;
  letter-spacing: .025em;
  font-weight: bold;
  line-height: 1.4;
}

.p-btnList__titleArrow {
  display: inline-block;
  transition: all .3s;
  color: #313131;
}

.p-btnList__title.is-open .p-btnList__titleArrow {
  transform: rotate(180deg);
}

.p-btnList__content {
  border-top: solid 1px #dcdcdc;
  background-color: #f2f2f2;
}

.p-btnList__detail {
  border-right: solid 1px #fff;
  border-bottom: dotted 1px #dcdcdc;
  border-left: solid 1px #fff;
}

.p-btnList__detail:first-of-type {
  border-top: solid 1px #fff;
}

.p-btnList__detail:last-of-type {
  border-bottom: solid 1px #fff;
}

.p-btnList__detail--thick {
  background-color: #dcdcdc;
}

.p-btnList__detail,
.p-btnList__detail dt,
.p-btnList__detail dd {
  line-height: 1.25;
  word-break: break-all;
}

.p-btnList__detailTitle {
  font-weight: bold;
}

.p-btnList__detailTime {
  width: 9em;
}

.p-btnList__data {
  border-top: solid 1px #dcdcdc;
  overflow-x: hidden;
}

.p-btnList__dataTitle {
  font-weight: bold;
  letter-spacing: .05em;
  color: #c02;
}

.p-btnList__dataIn {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
}

.p-btnList__numerator {
  font-weight: bold;
  color: #c02;
  line-height: 1;
  letter-spacing: 0;
}

.p-btnList__numerator small {
  display: inline-block;
}

.p-btnList__notice {
  letter-spacing: .005em;
}

.p-btnList__noticeItem {
  position: relative;
  padding-left: 1.5em;
}

.p-btnList__noticeItem::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}

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

.p-btnList__btnWrapGroup:last-of-type {
  margin-bottom: 0;
}

.p-btnList__btnWrapGroup .c-btn2:last-of-type {
  margin-bottom: 0;
}

.p-btnList__msg {
  font-weight: bold;
  letter-spacing: .05em;
}

.p-btnList__msg em {
  color: #c02;
  font-style: normal;
}

.p-btnListWrap {
  position: relative;
}

.p-btnListWrap .c-indicator {
  position: absolute;
  top: 0;
  right: 0;
  transform: translateY(-100%);
}

.p-btnList__btns .c-btn2 {
  position: relative;
  font-weight: bold;
}

.p-btnList__btns .c-btn2 .icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.p-btnList__btnWrap {
  border-top: solid 1px #dcdcdc;
  text-align: center;
}

.p-btnList__detailContent {
  word-break: break-all;
}

.p-btnList__detailContent p {
  word-wrap: break-word;
}

@media (min-width: 1305px) {
  .p-btnList {
    border-radius: 10px;
    box-shadow: 0px 2px 3px 0.5px rgba(0,0,0,.15);
  }
  a.p-btnList__title .p-btnList__titleArrow {
    transition: all .2s;
  }
  a.p-btnList__title:hover .p-btnList__titleArrow {
    margin-right: -3px;
  }
  a.p-btnList__title:hover .p-btnList__titleText,
  .p-btnList__title.js-acHead:hover .p-btnList__titleText {
    color: #313131;
    opacity: .5;
  }
  .p-btnList__title {
    padding: 14px 25px 14px 30px;
  }
  .p-btnList__titleText {
    font-size: 100%;
  }
  .p-btnList__titleText--inline {
    display: flex;
  }
  .p-btnList__titleText--inline .p-btnList__titleTextDate {
    margin-right: 25px;
  }
  .p-btnList__titleTextDate,
  .p-btnList__titleTextCond {
    font-size: 100%;
  }
  .p-btnList__titleArrow {
    font-size: 1.2rem;
  }
  .p-btnList__detail {
    display: -ms-flexbox;
    display: flex;
    font-size: 81.25%;
  }
  .p-btnList__detail .c-map {
    width: calc(100% - 130px);
    height: 285px;
    margin: 10px 0;
  }
  .p-btnList__detailTitle {
    width: 130px;
    padding: 10px 5px 10px 28px;
  }
  .p-btnList__detailTitle--wide {
    width: 195px;
  }
  .p-btnList__detailTime {
    padding: 10px 5px;
  }
  .p-btnList__detailContent {
    -ms-flex: 1;
    flex: 1;
    padding: 10px 5px;
    overflow: auto;
  }
  .p-btnList__data {
    padding: 23px 20px;
  }
  .p-btnList__dataTitle {
    margin-bottom: 35px;
    margin-left: 10px;
    font-size: 87.5%;
  }
  .p-btnList__dataSelect {
    margin-top: 10px;
    margin-bottom: 32px;
    width: 260px;
  }
  .p-btnList__dataSelect .c-selectbox2 {
    border-radius: 10px;
  }
  .p-btnList__dataIn {
    height: 404px;
    margin-bottom: 40px;
  }
  .p-btnList__dataIn--nodata {
    height: auto;
  }
  .p-btnList__data .c-progress {
    width: 828px;
  }
  .p-btnList__numerator {
    font-size: 800%;
  }
  .p-btnList__numerator small {
    margin-left: -27px;
    transform: translateY(33px);
    font-size: 28%;
  }
  .p-btnList__notice {
    padding-left: 10px;
    font-size: 75%;
    line-height: 2;
  }
  .p-btnList__btn {
    margin-top: 70px;
  }
  .p-btnList__btnWrap {
    padding: 23px 30px 30px 30px;
  }
  .p-btnList__btn .c-btn2,
  .p-btnList__btnWrap .c-btn2 {
    max-width: 450px;
  }
  .p-btnList__btnWrapGroup {
    margin-bottom: 42px;
  }
  .p-btnList__btnWrapGroup .c-btn2 {
    margin-bottom: 14px;
  }
  .p-btnList__msg {
    padding: 50px 0;
    font-size: 150%;
  }
  .p-btnList__btns {
    margin-top: -5px;
    padding: 0 30px 2px 30px;
  }
  .p-btnList__btns .c-btn2 {
    display: inline-block;
    width: auto;
/*    min-width: 200px;*/
    min-width: 250px;
    height: 35px;
    margin-right: 12px;
    margin-bottom: 12px;
    padding-right: 25px;
    padding-left: 25px;
    border-radius: 7px;
    font-size: 87.5%;
    line-height: 35px;
  }
  .p-btnList__btns .c-btn2 .icon {
    right: 4px;
    font-size: 1.2rem;
  }
}

@media (max-width: 960px) and (min-width: 1304px) {
  .p-btnList__detail .c-map {
    width: calc(100% - 10px);
  }
}

@media (max-width: 1304px) {
  .p-btnList {
    border-radius: 5px;
    box-shadow: 0px .5px 1px 0.2px rgba(0,0,0,.15);
  }
  .p-btnList__title {
    padding: 13px 15px 13px 20px;
  }
  .p-btnList__titleText {
    font-size: 93.75%;
  }
  .p-btnList__titleTextDate,
  .p-btnList__titleTextCond {
    font-size: 93.75%;
  }
  .p-btnList__titleArrow {
    font-size: 1.3rem;
  }
  .p-btnList__detail {
    padding: 8px 18px;
  }
  .p-btnList__detail .c-map {
    width: 100%;
    height: 200px;
    margin: 10px 0 6px;
  }
  .p-btnList__detailTitle {
    margin-bottom: 2px;
    font-size: 62.5%;
  }
  .p-btnList__detailTime,
  .p-btnList__detailContent {
    font-size: 75%;
  }
  .p-btnList__data {
    padding: 20px 12px 15px 12px;
  }
  .p-btnList__dataTitle {
    margin-bottom: 22px;
    margin-left: 8px;
    font-size: 75%;
  }
  .p-btnList__dataSelect {
    margin-top: 0px;
    margin-bottom: 13px;
    width: 230px;
  }
  .p-btnList__dataSelect .c-selectbox2 {
    border-radius: 5px;
  }
  .p-btnList__dataIn {
    height: 237px;
    margin-bottom: 25px;
  }
  .p-btnList__dataIn--nodata {
    height: auto;
  }
  .p-btnList__data .c-progress {
    width: 494px;
  }
  .p-btnList__numerator {
    font-size: 468.75%;
  }
  .p-btnList__numerator small {
    margin-left: -20px;
    transform: translateY(25px);
    font-size: 28%;
  }
  .p-btnList__notice {
    padding-left: 5px;
    font-size: 62.5%;
    line-height: 1.5;
  }
  .p-btnList__btn {
    margin-top: 35px;
  }
  .p-btnList__btnWrap {
    padding: 18px 10px 23px 10px;
  }
  .p-btnList__btnWrapGroup {
    margin-bottom: 32px;
  }
  .p-btnList__btnWrapGroup .c-btn2 {
    margin-bottom: 11px;
  }
  .p-btnList__msg {
    padding: 50px 0;
    font-size: 112.5%;
  }
  .p-btnList__btns {
    margin-top: -5px;
    padding: 0 13px 13px 13px;
  }
  .p-btnList__btns .c-btn2 {
    display: block;
    width: 100%
    height: 40px;
    margin-bottom: 8px;
    padding-right: 25px;
    padding-left: 25px;
    border-radius: 5px;
    font-size: 93.75%;
    line-height: 40px;
  }
  .p-btnList__btns .c-btn2 .icon {
    right: 10px;
    font-size: 1.3rem;
  }
}

a.p-svcList__item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background-color: #313131;
  box-shadow: 0px .5px 1px 1.5px rgba(0,0,0,.15);
  color: #fff;
  font-weight: bold;
  letter-spacing: .05em;
  text-decoration: none;
  text-align: center;
}

.p-svcList__item .icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

@media (min-width: 901px) {
  .p-svcList {
    display: flex;
    justify-content: space-between;
    margin: 0 5px;
    padding-top: 14px;
  }
  .p-svcList__item {
    width: calc((100% - 30px) / 3);
    height: 140px;
    padding: 30px;
    border-radius: 10px;
    font-size: 112.5%;
  }
  .p-svcList__item:hover {
    background-color: rgba(49,49,49,.9);
  }
  .p-svcList__item .icon {
    right: 16px;
    font-size: 1.2rem;
  }
}

@media (max-width: 1100px) and (min-width: 901px) {
  .p-svcList__item {
    width: calc((100% - 16px) / 3);
    font-size: 93.75%;
  }
  .p-svcList__item .icon {
    right: 5px;
    font-size: 1rem;
  }
}

@media (max-width: 900px) {
  .p-svcList {
    margin: 0 14px;
    padding-top: 4px;
  }
  .p-svcList__item {
    width: 100%;
    max-width: 340px;
    height: 90px;
    margin: 0 auto 8px;
    border-radius: 5px;
    font-size: 112.5%;
  }
  .p-svcList__item:hover {
   background-color: rgba(49,49,49,.9) !important;
  }
  .p-svcList__item .icon {
    right: 16px;
    font-size: 1.3rem;
  }
}

.p-alert {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  padding: 2px 5px;
  background-color: #c02;
  color: #fff;
  text-align: center;
  font-weight: bold;
}

@media (min-width: 1305px) {
  .p-alert {
    width: 100%;
    height: 36px;
    font-size: 100%;
  }
}

@media (max-width: 1304px) {
  .p-alert {
    width: calc(100% + 30px);
    height: 30px;
    transform: translate(-15px, -21px);
    font-size: 93.75%;
  }
}

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

[class^="bc-icon--"], [class*=" bc-icon--"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon-buildcare' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.bc-icon--cog:before {
  content: "\e915";
}

.bc-icon--pict:before {
  content: "\e914";
}

.bc-icon--cogs:before {
  content: "\e913";
}
/*
.bc-icon--arrowB:before {
  content: "\e900";
}
*/
.bc-icon--arrowB {
	width: 21px;
	height: 13px;
	background-image: url('/epo/icon/020_ひらく矢印_21x13.png');
	background-size: cover;
}

.bc-icon--arrowL:before {
  content: "\e901";
}

/*
.bc-icon--arrowR:before {
  content: "\e902";
}
*/
.bc-icon--arrowR {
	width: 24px;
	height: 28px;
	background-image: url('/epo/icon/022_やじるし右_24x28.png');
	background-size: contain;
}

.bc-icon--book:before {
  content: "\e903";
}

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

.bc-icon--circle:before {
  content: "\e905";
}

.bc-icon--datebook:before {
  content: "\e906";
}

.bc-icon--faq:before {
  content: "\e907";
}

.bc-icon--file:before {
  content: "\e908";
}

.bc-icon--home:before {
  content: "\e909";
}

.bc-icon--info:before {
  content: "\e90a";
}

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

.bc-icon--mail:before {
  content: "\e90c";
}

.bc-icon--megaphone:before {
  content: "\e90d";
}

.bc-icon--notebook:before {
  content: "\e90e";
}

.bc-icon--person:before {
  content: "\e90f";
}

.bc-icon--search:before {
  content: "\e910";
}

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

.bc-icon--pencil:before {
  content: "\e912";
}

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

.bc-icon--checkbox:before {
  content: "\e923";
}

.bc-icon--clock:before {
  content: "\e924";
}

.bc-icon--elevator:before {
  content: "\e925";
}

.bc-icon--schedule:before {
  content: "\e926";
}

/* 2025/07/01 HPS Vulnerable JS Library対応(２次)  modify start */

/* component styles (for common use) */
/*! jQuery UI - v1.12.1 - 2018-05-20
* http://jqueryui.com
* Includes: draggable.css, core.css, resizable.css, selectable.css, sortable.css, accordion.css, autocomplete.css, menu.css, button.css, controlgroup.css, checkboxradio.css, datepicker.css, dialog.css, progressbar.css, selectmenu.css, slider.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?scope=&folderName=base&cornerRadiusShadow=8px&offsetLeftShadow=0px&offsetTopShadow=0px&thicknessShadow=5px&opacityShadow=30&bgImgOpacityShadow=0&bgTextureShadow=flat&bgColorShadow=666666&opacityOverlay=30&bgImgOpacityOverlay=0&bgTextureOverlay=flat&bgColorOverlay=aaaaaa&iconColorError=cc0000&fcError=5f3f3f&borderColorError=f1a899&bgTextureError=flat&bgColorError=fddfdf&iconColorHighlight=777620&fcHighlight=777620&borderColorHighlight=dad55e&bgTextureHighlight=flat&bgColorHighlight=fffa90&iconColorActive=ffffff&fcActive=ffffff&borderColorActive=003eff&bgTextureActive=flat&bgColorActive=007fff&iconColorHover=555555&fcHover=2b2b2b&borderColorHover=cccccc&bgTextureHover=flat&bgColorHover=ededed&iconColorDefault=777777&fcDefault=454545&borderColorDefault=c5c5c5&bgTextureDefault=flat&bgColorDefault=f6f6f6&iconColorContent=444444&fcContent=333333&borderColorContent=dddddd&bgTextureContent=flat&bgColorContent=ffffff&iconColorHeader=444444&fcHeader=333333&borderColorHeader=dddddd&bgTextureHeader=flat&bgColorHeader=e9e9e9&cornerRadius=3px&fwDefault=normal&fsDefault=1em&ffDefault=Arial%2CHelvetica%2Csans-serif
* Copyright jQuery Foundation and other contributors; Licensed MIT */
/* .ui-draggable-handle { */
/*   -ms-touch-action: none; */
/*   touch-action: none; */
/* } */

/* 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: -.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-resizable { */
/*   position: relative; */
/* } */

/* .ui-resizable-handle { */
/*   position: absolute; */
/*   font-size: 0.1px; */
/*   display: block; */
/*   -ms-touch-action: none; */
/*   touch-action: none; */
/* } */

/* .ui-resizable-disabled .ui-resizable-handle, */
/* .ui-resizable-autohide .ui-resizable-handle { */
/*   display: none; */
/* } */

/* .ui-resizable-n { */
/*   cursor: n-resize; */
/*   height: 7px; */
/*   width: 100%; */
/*   top: -5px; */
/*   left: 0; */
/* } */

/* .ui-resizable-s { */
/*   cursor: s-resize; */
/*   height: 7px; */
/*   width: 100%; */
/*   bottom: -5px; */
/*   left: 0; */
/* } */

/* .ui-resizable-e { */
/*   cursor: e-resize; */
/*   width: 7px; */
/*   right: -5px; */
/*   top: 0; */
/*   height: 100%; */
/* } */

/* .ui-resizable-w { */
/*   cursor: w-resize; */
/*   width: 7px; */
/*   left: -5px; */
/*   top: 0; */
/*   height: 100%; */
/* } */

/* .ui-resizable-se { */
/*   cursor: se-resize; */
/*   width: 12px; */
/*   height: 12px; */
/*   right: 1px; */
/*   bottom: 1px; */
/* } */

/* .ui-resizable-sw { */
/*   cursor: sw-resize; */
/*   width: 9px; */
/*   height: 9px; */
/*   left: -5px; */
/*   bottom: -5px; */
/* } */

/* .ui-resizable-nw { */
/*   cursor: nw-resize; */
/*   width: 9px; */
/*   height: 9px; */
/*   left: -5px; */
/*   top: -5px; */
/* } */

/* .ui-resizable-ne { */
/*   cursor: ne-resize; */
/*   width: 9px; */
/*   height: 9px; */
/*   right: -5px; */
/*   top: -5px; */
/* } */

/* .ui-selectable { */
/*   -ms-touch-action: none; */
/*   touch-action: none; */
/* } */

/* .ui-selectable-helper { */
/*   position: absolute; */
/*   z-index: 100; */
/*   border: 1px dotted black; */
/* } */

/* .ui-sortable-handle { */
/*   -ms-touch-action: none; */
/*   touch-action: none; */
/* } */

/* .ui-accordion .ui-accordion-header { */
/*   display: block; */
/*   cursor: pointer; */
/*   position: relative; */
/*   margin: 2px 0 0 0; */
/*   padding: .5em .5em .5em .7em; */
/*   font-size: 100%; */
/* } */

/* .ui-accordion .ui-accordion-content { */
/*   padding: 1em 2.2em; */
/*   border-top: 0; */
/*   overflow: auto; */
/* } */

/* .ui-autocomplete { */
/*   position: absolute; */
/*   top: 0; */
/*   left: 0; */
/*   cursor: default; */
/* } */

/* .ui-menu { */
/*   list-style: none; */
/*   padding: 0; */
/*   margin: 0; */
/*   display: block; */
/*   outline: 0; */
/* } */

/* .ui-menu .ui-menu { */
/*   position: absolute; */
/* } */

/* .ui-menu .ui-menu-item { */
/*   margin: 0; */
/*   cursor: pointer; */
/*   support: IE10, see #8844 */
/*   list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7"); */
/* } */

/* .ui-menu .ui-menu-item-wrapper { */
/*   position: relative; */
/*   padding: 3px 1em 3px .4em; */
/* } */

/* .ui-menu .ui-menu-divider { */
/*   margin: 5px 0; */
/*   height: 0; */
/*   font-size: 0; */
/*   line-height: 0; */
/*   border-width: 1px 0 0 0; */
/* } */

/* .ui-menu .ui-state-focus, */
/* .ui-menu .ui-state-active { */
/*   margin: -1px; */
/* } */

/* icon support */
/* .ui-menu-icons { */
/*   position: relative; */
/* } */

/* .ui-menu-icons .ui-menu-item-wrapper { */
/*   padding-left: 2em; */
/* } */

/* left-aligned */
/* .ui-menu .ui-icon { */
/*   position: absolute; */
/*   top: 0; */
/*   bottom: 0; */
/*   left: .2em; */
/*   margin: auto 0; */
/* } */

/* right-aligned */
/* .ui-menu .ui-menu-icon { */
/*   left: auto; */
/*   right: 0; */
/* } */

/* .ui-button { */
/*   padding: .4em 1em; */
/*   display: inline-block; */
/*   position: relative; */
/*   line-height: normal; */
/*   margin-right: .1em; */
/*   cursor: pointer; */
/*   vertical-align: middle; */
/*   text-align: center; */
/*   -webkit-user-select: none; */
/*   -moz-user-select: none; */
/*   -ms-user-select: none; */
/*   user-select: none; */
/*   Support: IE <= 11 */
/*   overflow: visible; */
/* } */

/* .ui-button, */
/* .ui-button:link, */
/* .ui-button:visited, */
/* .ui-button:hover, */
/* .ui-button:active { */
/*   text-decoration: none; */
/* } */

/* to make room for the icon, a width needs to be set here */
/* .ui-button-icon-only { */
/*   width: 2em; */
/*   box-sizing: border-box; */
/*   text-indent: -9999px; */
/*   white-space: nowrap; */
/* } */

/* no icon support for input elements */
/* input.ui-button.ui-button-icon-only { */
/*   text-indent: 0; */
/* } */

/* button icon element(s) */
/* .ui-button-icon-only .ui-icon { */
/*   position: absolute; */
/*   top: 50%; */
/*   left: 50%; */
/*   margin-top: -8px; */
/*   margin-left: -8px; */
/* } */

/* .ui-button.ui-icon-notext .ui-icon { */
/*   padding: 0; */
/*   width: 2.1em; */
/*   height: 2.1em; */
/*   text-indent: -9999px; */
/*   white-space: nowrap; */
/* } */

/* input.ui-button.ui-icon-notext .ui-icon { */
/*   width: auto; */
/*   height: auto; */
/*   text-indent: 0; */
/*   white-space: normal; */
/*   padding: .4em 1em; */
/* } */

/* workarounds */
/* Support: Firefox 5 - 40 */
/* input.ui-button::-moz-focus-inner, */
/* button.ui-button::-moz-focus-inner { */
/*   border: 0; */
/*   padding: 0; */
/* } */

/* .ui-controlgroup { */
/*   vertical-align: middle; */
/*   display: inline-block; */
/* } */

/* .ui-controlgroup > .ui-controlgroup-item { */
/*   float: left; */
/*   margin-left: 0; */
/*   margin-right: 0; */
/* } */

/* .ui-controlgroup > .ui-controlgroup-item:focus, */
/* .ui-controlgroup > .ui-controlgroup-item.ui-visual-focus { */
/*   z-index: 9999; */
/* } */

/* .ui-controlgroup-vertical > .ui-controlgroup-item { */
/*   display: block; */
/*   float: none; */
/*   width: 100%; */
/*   margin-top: 0; */
/*   margin-bottom: 0; */
/*   text-align: left; */
/* } */

/* .ui-controlgroup-vertical .ui-controlgroup-item { */
/*   box-sizing: border-box; */
/* } */

/* .ui-controlgroup .ui-controlgroup-label { */
/*   padding: .4em 1em; */
/* } */

/* .ui-controlgroup .ui-controlgroup-label span { */
/*   font-size: 80%; */
/* } */

/* .ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item { */
/*   border-left: none; */
/* } */

/* .ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item { */
/*   border-top: none; */
/* } */

/* .ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content { */
/*   border-right: none; */
/* } */

/* .ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content { */
/*   border-bottom: none; */
/* } */

/* Spinner specific style fixes */
/* .ui-controlgroup-vertical .ui-spinner-input { */
/*   Support: IE8 only, Android < 4.4 only */
/*   width: 75%; */
/*   width: calc( 100% - 2.4em); */
/* } */

/* .ui-controlgroup-vertical .ui-spinner .ui-spinner-up { */
/*   border-top-style: solid; */
/* } */

/* .ui-checkboxradio-label .ui-icon-background { */
/*   box-shadow: inset 1px 1px 1px #ccc; */
/*   border-radius: .12em; */
/*   border: none; */
/* } */

/* .ui-checkboxradio-radio-label .ui-icon-background { */
/*   width: 16px; */
/*   height: 16px; */
/*   border-radius: 1em; */
/*   overflow: visible; */
/*   border: none; */
/* } */

/* .ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon, */
/* .ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon { */
/*   background-image: none; */
/*   width: 8px; */
/*   height: 8px; */
/*   border-width: 4px; */
/*   border-style: solid; */
/* } */

/* .ui-checkboxradio-disabled { */
/*   pointer-events: none; */
/* } */

/* .ui-datepicker { */
/*   width: 17em; */
/*   padding: .2em .2em 0; */
/*   display: none; */
/* } */

/* .ui-datepicker .ui-datepicker-header { */
/*   position: relative; */
/*   padding: .2em 0; */
/* } */

/* .ui-datepicker .ui-datepicker-prev, */
/* .ui-datepicker .ui-datepicker-next { */
/*   position: absolute; */
/*   top: 2px; */
/*   width: 1.8em; */
/*   height: 1.8em; */
/* } */

/* .ui-datepicker .ui-datepicker-prev-hover, */
/* .ui-datepicker .ui-datepicker-next-hover { */
/*   top: 1px; */
/* } */

/* .ui-datepicker .ui-datepicker-prev { */
/*   left: 2px; */
/* } */

/* .ui-datepicker .ui-datepicker-next { */
/*   right: 2px; */
/* } */

/* .ui-datepicker .ui-datepicker-prev-hover { */
/*   left: 1px; */
/* } */

/* .ui-datepicker .ui-datepicker-next-hover { */
/*   right: 1px; */
/* } */

/* .ui-datepicker .ui-datepicker-prev span, */
/* .ui-datepicker .ui-datepicker-next span { */
/*   display: block; */
/*   position: absolute; */
/*   left: 50%; */
/*   margin-left: -8px; */
/*   top: 50%; */
/*   margin-top: -8px; */
/* } */

/* .ui-datepicker .ui-datepicker-title { */
/*   margin: 0 2.3em; */
/*   line-height: 1.8em; */
/*   text-align: center; */
/* } */

/* .ui-datepicker .ui-datepicker-title select { */
/*   font-size: 1em; */
/*   margin: 1px 0; */
/* } */

/* .ui-datepicker select.ui-datepicker-month, */
/* .ui-datepicker select.ui-datepicker-year { */
/*   width: 45%; */
/* } */

/* .ui-datepicker table { */
/*   width: 100%; */
/*   font-size: .9em; */
/*   border-collapse: collapse; */
/*   margin: 0 0 .4em; */
/* } */

/* .ui-datepicker th { */
/*   padding: .7em .3em; */
/*   text-align: center; */
/*   font-weight: bold; */
/*   border: 0; */
/* } */

/* .ui-datepicker td { */
/*   border: 0; */
/*   padding: 1px; */
/* } */

/* .ui-datepicker td span, */
/* .ui-datepicker td a { */
/*   display: block; */
/*   padding: .2em; */
/*   text-align: right; */
/*   text-decoration: none; */
/* } */

/* .ui-datepicker .ui-datepicker-buttonpane { */
/*   background-image: none; */
/*   margin: .7em 0 0 0; */
/*   padding: 0 .2em; */
/*   border-left: 0; */
/*   border-right: 0; */
/*   border-bottom: 0; */
/* } */

/* .ui-datepicker .ui-datepicker-buttonpane button { */
/*   float: right; */
/*   margin: .5em .2em .4em; */
/*   cursor: pointer; */
/*   padding: .2em .6em .3em .6em; */
/*   width: auto; */
/*   overflow: visible; */
/* } */

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

/* 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 .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: .5em; */
/*   top: .3em; */
/* } */

/* .ui-dialog { */
/*   position: absolute; */
/*   top: 0; */
/*   left: 0; */
/*   padding: .2em; */
/*   outline: 0; */
/* } */

/* .ui-dialog .ui-dialog-titlebar { */
/*   padding: .4em 1em; */
/*   position: relative; */
/* } */

/* .ui-dialog .ui-dialog-title { */
/*   float: left; */
/*   margin: .1em 0; */
/*   white-space: nowrap; */
/*   width: 90%; */
/*   overflow: hidden; */
/*   text-overflow: ellipsis; */
/* } */

/* .ui-dialog .ui-dialog-titlebar-close { */
/*   position: absolute; */
/*   right: .3em; */
/*   top: 50%; */
/*   width: 20px; */
/*   margin: -10px 0 0 0; */
/*   padding: 1px; */
/*   height: 20px; */
/* } */

/* .ui-dialog .ui-dialog-content { */
/*   position: relative; */
/*   border: 0; */
/*   padding: .5em 1em; */
/*   background: none; */
/*   overflow: auto; */
/* } */

/* .ui-dialog .ui-dialog-buttonpane { */
/*   text-align: left; */
/*   border-width: 1px 0 0 0; */
/*   background-image: none; */
/*   margin-top: .5em; */
/*   padding: .3em 1em .5em .4em; */
/* } */

/* .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset { */
/*   float: right; */
/* } */

/* .ui-dialog .ui-dialog-buttonpane button { */
/*   margin: .5em .4em .5em 0; */
/*   cursor: pointer; */
/* } */

/* .ui-dialog .ui-resizable-n { */
/*   height: 2px; */
/*   top: 0; */
/* } */

/* .ui-dialog .ui-resizable-e { */
/*   width: 2px; */
/*   right: 0; */
/* } */

/* .ui-dialog .ui-resizable-s { */
/*   height: 2px; */
/*   bottom: 0; */
/* } */

/* .ui-dialog .ui-resizable-w { */
/*   width: 2px; */
/*   left: 0; */
/* } */

/* .ui-dialog .ui-resizable-se, */
/* .ui-dialog .ui-resizable-sw, */
/* .ui-dialog .ui-resizable-ne, */
/* .ui-dialog .ui-resizable-nw { */
/*   width: 7px; */
/*   height: 7px; */
/* } */

/* .ui-dialog .ui-resizable-se { */
/*   right: 0; */
/*   bottom: 0; */
/* } */

/* .ui-dialog .ui-resizable-sw { */
/*   left: 0; */
/*   bottom: 0; */
/* } */

/* .ui-dialog .ui-resizable-ne { */
/*   right: 0; */
/*   top: 0; */
/* } */

/* .ui-dialog .ui-resizable-nw { */
/*   left: 0; */
/*   top: 0; */
/* } */

/* .ui-draggable .ui-dialog-titlebar { */
/*   cursor: move; */
/* } */

/* .ui-progressbar { */
/*   height: 2em; */
/*   text-align: left; */
/*   overflow: hidden; */
/* } */

/* .ui-progressbar .ui-progressbar-value { */
/*   margin: -1px; */
/*   height: 100%; */
/* } */

/* .ui-progressbar .ui-progressbar-overlay { */
/*   background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw=="); */
/*   height: 100%; */
/*   filter: alpha(opacity=25); */
/*   support: IE8 */
/*   opacity: 0.25; */
/* } */

/* .ui-progressbar-indeterminate .ui-progressbar-value { */
/*   background-image: none; */
/* } */

/* .ui-selectmenu-menu { */
/*   padding: 0; */
/*   margin: 0; */
/*   position: absolute; */
/*   top: 0; */
/*   left: 0; */
/*   display: none; */
/* } */

/* .ui-selectmenu-menu .ui-menu { */
/*   overflow: auto; */
/*   overflow-x: hidden; */
/*   padding-bottom: 1px; */
/* } */

/* .ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup { */
/*   font-size: 1em; */
/*   font-weight: bold; */
/*   line-height: 1.5; */
/*   padding: 2px 0.4em; */
/*   margin: 0.5em 0 0 0; */
/*   height: auto; */
/*   border: 0; */
/* } */

/* .ui-selectmenu-open { */
/*   display: block; */
/* } */

/* .ui-selectmenu-text { */
/*   display: block; */
/*   margin-right: 20px; */
/*   overflow: hidden; */
/*   text-overflow: ellipsis; */
/* } */

/* .ui-selectmenu-button.ui-button { */
/*   text-align: left; */
/*   white-space: nowrap; */
/*   width: 14em; */
/* } */

/* .ui-selectmenu-icon.ui-icon { */
/*   float: right; */
/*   margin-top: 0; */
/* } */

/* .ui-slider { */
/*   position: relative; */
/*   text-align: left; */
/* } */

/* .ui-slider .ui-slider-handle { */
/*   position: absolute; */
/*   z-index: 2; */
/*   width: 1.2em; */
/*   height: 1.2em; */
/*   cursor: default; */
/*   -ms-touch-action: none; */
/*   touch-action: none; */
/* } */

/* .ui-slider .ui-slider-range { */
/*   position: absolute; */
/*   z-index: 1; */
/*   font-size: .7em; */
/*   display: block; */
/*   border: 0; */
/*   background-position: 0 0; */
/* } */

/* support: IE8 - See #6727 */
/* .ui-slider.ui-state-disabled .ui-slider-handle, */
/* .ui-slider.ui-state-disabled .ui-slider-range { */
/*   filter: inherit; */
/* } */

/* .ui-slider-horizontal { */
/*   height: .8em; */
/* } */

/* .ui-slider-horizontal .ui-slider-handle { */
/*   top: -.3em; */
/*   margin-left: -.6em; */
/* } */

/* .ui-slider-horizontal .ui-slider-range { */
/*   top: 0; */
/*   height: 100%; */
/* } */

/* .ui-slider-horizontal .ui-slider-range-min { */
/*   left: 0; */
/* } */

/* .ui-slider-horizontal .ui-slider-range-max { */
/*   right: 0; */
/* } */

/* .ui-slider-vertical { */
/*   width: .8em; */
/*   height: 100px; */
/* } */

/* .ui-slider-vertical .ui-slider-handle { */
/*   left: -.3em; */
/*   margin-left: 0; */
/*   margin-bottom: -.6em; */
/* } */

/* .ui-slider-vertical .ui-slider-range { */
/*   left: 0; */
/*   width: 100%; */
/* } */

/* .ui-slider-vertical .ui-slider-range-min { */
/*   bottom: 0; */
/* } */

/* .ui-slider-vertical .ui-slider-range-max { */
/*   top: 0; */
/* } */

/* .ui-spinner { */
/*   position: relative; */
/*   display: inline-block; */
/*   overflow: hidden; */
/*   padding: 0; */
/*   vertical-align: middle; */
/* } */

/* .ui-spinner-input { */
/*   border: none; */
/*   background: none; */
/*   color: inherit; */
/*   padding: .222em 0; */
/*   margin: .2em 0; */
/*   vertical-align: middle; */
/*   margin-left: .4em; */
/*   margin-right: 2em; */
/* } */

/* .ui-spinner-button { */
/*   width: 1.6em; */
/*   height: 50%; */
/*   font-size: .5em; */
/*   padding: 0; */
/*   margin: 0; */
/*   text-align: center; */
/*   position: absolute; */
/*   cursor: default; */
/*   display: block; */
/*   overflow: hidden; */
/*   right: 0; */
/* } */

/* more specificity required here to override default borders */
/* .ui-spinner a.ui-spinner-button { */
/*   border-top-style: none; */
/*   border-bottom-style: none; */
/*   border-right-style: none; */
/* } */

/* .ui-spinner-up { */
/*   top: 0; */
/* } */

/* .ui-spinner-down { */
/*   bottom: 0; */
/* } */

/* .ui-tabs { */
/*   position: relative; */
/*   position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
/*   padding: .2em; */
/* } */

/* .ui-tabs .ui-tabs-nav { */
/*   margin: 0; */
/*   padding: .2em .2em 0; */
/* } */

/* .ui-tabs .ui-tabs-nav li { */
/*   list-style: none; */
/*   float: left; */
/*   position: relative; */
/*   top: 0; */
/*   margin: 1px .2em 0 0; */
/*   border-bottom-width: 0; */
/*   padding: 0; */
/*   white-space: nowrap; */
/* } */

/* .ui-tabs .ui-tabs-nav .ui-tabs-anchor { */
/*   float: left; */
/*   padding: .5em 1em; */
/*   text-decoration: none; */
/* } */

/* .ui-tabs .ui-tabs-nav li.ui-tabs-active { */
/*   margin-bottom: -1px; */
/*   padding-bottom: 1px; */
/* } */

/* .ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor, */
/* .ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor, */
/* .ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor { */
/*   cursor: text; */
/* } */

/* .ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor { */
/*   cursor: pointer; */
/* } */

/* .ui-tabs .ui-tabs-panel { */
/*   display: block; */
/*   border-width: 0; */
/*   padding: 1em 1.4em; */
/*   background: none; */
/* } */

/* .ui-tooltip { */
/*   padding: 8px; */
/*   position: absolute; */
/*   z-index: 9999; */
/*   max-width: 300px; */
/* } */

/* body .ui-tooltip { */
/*   border-width: 2px; */
/* } */

/* Component containers */
/* ----------------------------------*/
/* .ui-widget { */
/*  font-family: Arial,Helvetica,sans-serif;*/
/*   font-family: 'Noto Sans JP', 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-family: 'Noto Sans JP', sans-serif; */
/*   font-size: 1em; */
/* } */

/* .ui-widget.ui-widget-content { */
/*   border: 1px solid #c5c5c5; */
/* } */

/* .ui-widget-content { */
/*   border: 1px solid #dddddd; */
/*   background: #ffffff; */
/*   color: #333333; */
/* } */

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

/* .ui-widget-header { */
/*   border: 1px solid #dddddd; */
/*   background: #e9e9e9; */
/*   color: #333333; */
/*   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 { */
/*   border: 1px solid #c5c5c5; */
/*   background: #f6f6f6; */
/*   font-weight: normal; */
/*   color: #454545; */
/* } */

/* .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 { */
/*   color: #454545; */
/*   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 solid #cccccc; */
/*   background: #ededed; */
/*   font-weight: normal; */
/*   color: #2b2b2b; */
/* } */

/* .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 { */
/*   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 { */
/*   border: 1px solid #003eff; */
/*   background: #007fff; */
/*   font-weight: normal; */
/*   color: #ffffff; */
/* } */

/* .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-highlight, */
/* .ui-widget-content .ui-state-highlight, */
/* .ui-widget-header .ui-state-highlight { */
/*   border: 1px solid #dad55e; */
/*   background: #fffa90; */
/*   color: #777620; */
/* } */

/* .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-priority-secondary, */
/* .ui-widget-content .ui-priority-secondary, */
/* .ui-widget-header .ui-priority-secondary { */
/*   opacity: .7; */
/*   filter: Alpha(Opacity=70); */
/*   support: IE8 */
/*   font-weight: normal; */
/* } */

/* .ui-state-disabled, */
/* .ui-widget-content .ui-state-disabled, */
/* .ui-widget-header .ui-state-disabled { */
/*   opacity: .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("../image/jqueryui/ui-icons_444444_256x240.png"); */
/* } */

/* .ui-widget-header .ui-icon { */
/*   background-image: url("../image/jqueryui/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("../image/jqueryui/ui-icons_555555_256x240.png"); */
/* } */

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

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

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

/* .ui-button .ui-icon { */
/*   background-image: url("../image/jqueryui/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 */
/* .ui-corner-all, */
/* .ui-corner-top, */
/* .ui-corner-left, */
/* .ui-corner-tl { */
/*   border-top-left-radius: 3px; */
/* } */

/* .ui-corner-all, */
/* .ui-corner-top, */
/* .ui-corner-right, */
/* .ui-corner-tr { */
/*   border-top-right-radius: 3px; */
/* } */

/* .ui-corner-all, */
/* .ui-corner-bottom, */
/* .ui-corner-left, */
/* .ui-corner-bl { */
/*   border-bottom-left-radius: 3px; */
/* } */

/* .ui-corner-all, */
/* .ui-corner-bottom, */
/* .ui-corner-right, */
/* .ui-corner-br { */
/*   border-bottom-right-radius: 3px; */
/* } */

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

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

/*! jQuery UI - v1.14.1 - 2024-10-30
* https://jqueryui.com
* Includes: core.css, accordion.css, autocomplete.css, menu.css, button.css, controlgroup.css, checkboxradio.css, datepicker.css, dialog.css, draggable.css, resizable.css, progressbar.css, selectable.css, selectmenu.css, slider.css, sortable.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit https://jqueryui.com/themeroller/?bgColorDefault=%23f6f6f6&borderColorDefault=%23c5c5c5&fcDefault=%23454545&bgColorHover=%23ededed&borderColorHover=%23cccccc&fcHover=%232b2b2b&bgColorActive=%23007fff&borderColorActive=%23003eff&fcActive=%23ffffff&bgColorHeader=%23e9e9e9&borderColorHeader=%23dddddd&fcHeader=%23333333&bgColorContent=%23ffffff&borderColorContent=%23dddddd&fcContent=%23333333&bgColorHighlight=%23fffa90&borderColorHighlight=%23dad55e&fcHighlight=%23777620&bgColorError=%23fddfdf&borderColorError=%23f1a899&fcError=%235f3f3f&bgColorOverlay=%23aaaaaa&opacityOverlay=.3&bgColorShadow=%23666666&opacityShadow=.3&offsetTopShadow=0px&offsetLeftShadow=0px&thicknessShadow=5px&cornerRadiusShadow=8px&fsDefault=1em&ffDefault=Arial%2CHelvetica%2Csans-serif&fwDefault=normal&cornerRadius=3px&bgTextureDefault=flat&bgTextureHover=flat&bgTextureActive=flat&bgTextureHeader=flat&bgTextureContent=flat&bgTextureHighlight=flat&bgTextureError=flat&bgTextureOverlay=flat&bgTextureShadow=flat&bgImgOpacityDefault=75&bgImgOpacityHover=75&bgImgOpacityActive=65&bgImgOpacityHeader=75&bgImgOpacityContent=75&bgImgOpacityHighlight=55&bgImgOpacityError=95&bgImgOpacityOverlay=0&bgImgOpacityShadow=0&iconColorActive=%23ffffff&iconColorContent=%23444444&iconColorDefault=%23777777&iconColorError=%23cc0000&iconColorHeader=%23444444&iconColorHighlight=%23777620&iconColorHover=%23555555&opacityOverlayPerc=30&opacityShadowPerc=30&bgImgUrlActive=&bgImgUrlContent=&bgImgUrlDefault=&bgImgUrlError=&bgImgUrlHeader=&bgImgUrlHighlight=&bgImgUrlHover=&bgImgUrlOverlay=&bgImgUrlShadow=&iconsActive=url(%22images%2Fui-icons_ffffff_256x240.png%22)&iconsContent=url(%22images%2Fui-icons_444444_256x240.png%22)&iconsDefault=url(%22images%2Fui-icons_777777_256x240.png%22)&iconsError=url(%22images%2Fui-icons_cc0000_256x240.png%22)&iconsHeader=url(%22images%2Fui-icons_444444_256x240.png%22)&iconsHighlight=url(%22images%2Fui-icons_777620_256x240.png%22)&iconsHover=url(%22images%2Fui-icons_555555_256x240.png%22)&bgDefaultRepeat=&bgHoverRepeat=&bgActiveRepeat=&bgHeaderRepeat=&bgContentRepeat=&bgHighlightRepeat=&bgErrorRepeat=&bgOverlayRepeat=&bgShadowRepeat=&bgDefaultYPos=&bgHoverYPos=&bgActiveYPos=&bgHeaderYPos=&bgContentYPos=&bgHighlightYPos=&bgErrorYPos=&bgOverlayYPos=&bgShadowYPos=&bgDefaultXPos=&bgHoverXPos=&bgActiveXPos=&bgHeaderXPos=&bgContentXPos=&bgHighlightXPos=&bgErrorXPos=&bgOverlayXPos=&bgShadowXPos=
* Copyright OpenJS Foundation and other contributors; Licensed MIT */

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

.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: -.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-accordion .ui-accordion-header {
	display: block;
	cursor: pointer;
	position: relative;
	margin: 2px 0 0 0;
	padding: .5em .5em .5em .7em;
	font-size: 100%;
}
.ui-accordion .ui-accordion-content {
	padding: 1em 2.2em;
	border-top: 0;
	overflow: auto;
}
.ui-autocomplete {
	position: absolute;
	top: 0;
	left: 0;
	cursor: default;
}
.ui-menu {
	list-style: none;
	padding: 0;
	margin: 0;
	display: block;
	outline: 0;
}
.ui-menu .ui-menu {
	position: absolute;
}
.ui-menu .ui-menu-item {
	margin: 0;
	cursor: pointer;
}
.ui-menu .ui-menu-item-wrapper {
	position: relative;
	padding: 3px 1em 3px .4em;
}
.ui-menu .ui-menu-divider {
	margin: 5px 0;
	height: 0;
	font-size: 0;
	line-height: 0;
	border-width: 1px 0 0 0;
}
.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
	margin: -1px;
}

/* icon support */
.ui-menu-icons {
	position: relative;
}
.ui-menu-icons .ui-menu-item-wrapper {
	padding-left: 2em;
}

/* left-aligned */
.ui-menu .ui-icon {
	position: absolute;
	top: 0;
	bottom: 0;
	left: .2em;
	margin: auto 0;
}

/* right-aligned */
.ui-menu .ui-menu-icon {
	left: auto;
	right: 0;
}
.ui-button {
	padding: .4em 1em;
	display: inline-block;
	position: relative;
	line-height: normal;
	margin-right: .1em;
	cursor: pointer;
	vertical-align: middle;
	text-align: center;
	-webkit-user-select: none;
	user-select: none;
}

.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
	text-decoration: none;
}

/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
	width: 2em;
	box-sizing: border-box;
	text-indent: -9999px;
	white-space: nowrap;
}

/* no icon support for input elements */
input.ui-button.ui-button-icon-only {
	text-indent: 0;
}

/* button icon element(s) */
.ui-button-icon-only .ui-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -8px;
	margin-left: -8px;
}

.ui-button.ui-icon-notext .ui-icon {
	padding: 0;
	width: 2.1em;
	height: 2.1em;
	text-indent: -9999px;
	white-space: nowrap;

}

input.ui-button.ui-icon-notext .ui-icon {
	width: auto;
	height: auto;
	text-indent: 0;
	white-space: normal;
	padding: .4em 1em;
}

/* workarounds */
/* Support: Firefox 5 - 125+ */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
	border: 0;
	padding: 0;
}
.ui-controlgroup {
	vertical-align: middle;
	display: inline-block;
}
.ui-controlgroup > .ui-controlgroup-item {
	float: left;
	margin-left: 0;
	margin-right: 0;
}
.ui-controlgroup > .ui-controlgroup-item:focus,
.ui-controlgroup > .ui-controlgroup-item.ui-visual-focus {
	z-index: 9999;
}
.ui-controlgroup-vertical > .ui-controlgroup-item {
	display: block;
	float: none;
	width: 100%;
	margin-top: 0;
	margin-bottom: 0;
	text-align: left;
}
.ui-controlgroup-vertical .ui-controlgroup-item {
	box-sizing: border-box;
}
.ui-controlgroup .ui-controlgroup-label {
	padding: .4em 1em;
}
.ui-controlgroup .ui-controlgroup-label span {
	font-size: 80%;
}
.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item {
	border-left: none;
}
.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item {
	border-top: none;
}
.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
	border-right: none;
}
.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
	border-bottom: none;
}

/* Spinner specific style fixes */
.ui-controlgroup-vertical .ui-spinner-input {
	width: calc( 100% - 2.4em );
}
.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
	border-top-style: solid;
}

.ui-checkboxradio-label .ui-icon-background {
	box-shadow: inset 1px 1px 1px #ccc;
	border-radius: .12em;
	border: none;
}
.ui-checkboxradio-radio-label .ui-icon-background {
	width: 16px;
	height: 16px;
	border-radius: 1em;
	overflow: visible;
	border: none;
}
.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,
.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
	background-image: none;
	width: 8px;
	height: 8px;
	border-width: 4px;
	border-style: solid;
}
.ui-checkboxradio-disabled {
	pointer-events: none;
}
.ui-datepicker {
	width: 17em;
	padding: .2em .2em 0;
	display: none;
}
.ui-datepicker .ui-datepicker-header {
	position: relative;
	padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	position: absolute;
	top: 2px;
	width: 1.8em;
	height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
	top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
	left: 2px;
}
.ui-datepicker .ui-datepicker-next {
	right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
	left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
	right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	top: 50%;
	margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
	margin: 0 2.3em;
	line-height: 1.8em;
	text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
	font-size: 1em;
	margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
	width: 45%;
}
.ui-datepicker table {
	width: 100%;
	font-size: .9em;
	border-collapse: collapse;
	margin: 0 0 .4em;
}
.ui-datepicker th {
	padding: .7em .3em;
	text-align: center;
	font-weight: bold;
	border: 0;
}
.ui-datepicker td {
	border: 0;
	padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
	display: block;
	padding: .2em;
	text-align: right;
	text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
	background-image: none;
	margin: .7em 0 0 0;
	padding: 0 .2em;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
	float: right;
	margin: .5em .2em .4em;
	cursor: pointer;
	padding: .2em .6em .3em .6em;
	width: auto;
	overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
	float: left;
}

/* 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 .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: .5em;
	top: .3em;
}
.ui-dialog {
	position: absolute;
	top: 0;
	left: 0;
	padding: .2em;
	outline: 0;
}
.ui-dialog .ui-dialog-titlebar {
	padding: .4em 1em;
	position: relative;
}
.ui-dialog .ui-dialog-title {
	float: left;
	margin: .1em 0;
	white-space: nowrap;
	width: 90%;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ui-dialog .ui-dialog-titlebar-close {
	position: absolute;
	right: .3em;
	top: 50%;
	width: 20px;
	margin: -10px 0 0 0;
	padding: 1px;
	height: 20px;
}
.ui-dialog .ui-dialog-content {
	position: relative;
	border: 0;
	padding: .5em 1em;
	background: none;
	overflow: auto;
}
.ui-dialog .ui-dialog-buttonpane {
	text-align: left;
	border-width: 1px 0 0 0;
	background-image: none;
	margin-top: .5em;
	padding: .3em 1em .5em .4em;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
	float: right;
}
.ui-dialog .ui-dialog-buttonpane button {
	margin: .5em .4em .5em 0;
	cursor: pointer;
}
.ui-dialog .ui-resizable-n {
	height: 2px;
	top: 0;
}
.ui-dialog .ui-resizable-e {
	width: 2px;
	right: 0;
}
.ui-dialog .ui-resizable-s {
	height: 2px;
	bottom: 0;
}
.ui-dialog .ui-resizable-w {
	width: 2px;
	left: 0;
}
.ui-dialog .ui-resizable-se,
.ui-dialog .ui-resizable-sw,
.ui-dialog .ui-resizable-ne,
.ui-dialog .ui-resizable-nw {
	width: 7px;
	height: 7px;
}
.ui-dialog .ui-resizable-se {
	right: 0;
	bottom: 0;
}
.ui-dialog .ui-resizable-sw {
	left: 0;
	bottom: 0;
}
.ui-dialog .ui-resizable-ne {
	right: 0;
	top: 0;
}
.ui-dialog .ui-resizable-nw {
	left: 0;
	top: 0;
}
.ui-draggable .ui-dialog-titlebar {
	cursor: move;
}
.ui-draggable-handle {
	touch-action: none;
}
.ui-resizable {
	position: relative;
}
.ui-resizable-handle {
	position: absolute;
	font-size: 0.1px;
	display: block;
	touch-action: none;
}
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
	display: none;
}
.ui-resizable-n {
	cursor: n-resize;
	height: 7px;
	width: 100%;
	top: -5px;
	left: 0;
}
.ui-resizable-s {
	cursor: s-resize;
	height: 7px;
	width: 100%;
	bottom: -5px;
	left: 0;
}
.ui-resizable-e {
	cursor: e-resize;
	width: 7px;
	right: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-w {
	cursor: w-resize;
	width: 7px;
	left: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-se {
	cursor: se-resize;
	width: 12px;
	height: 12px;
	right: 1px;
	bottom: 1px;
}
.ui-resizable-sw {
	cursor: sw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	bottom: -5px;
}
.ui-resizable-nw {
	cursor: nw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	top: -5px;
}
.ui-resizable-ne {
	cursor: ne-resize;
	width: 9px;
	height: 9px;
	right: -5px;
	top: -5px;
}
.ui-progressbar {
	height: 2em;
	text-align: left;
	overflow: hidden;
}
.ui-progressbar .ui-progressbar-value {
	margin: -1px;
	height: 100%;
}
.ui-progressbar .ui-progressbar-overlay {
	background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
	height: 100%;
	opacity: 0.25;
}
.ui-progressbar-indeterminate .ui-progressbar-value {
	background-image: none;
}
.ui-selectable {
	touch-action: none;
}
.ui-selectable-helper {
	position: absolute;
	z-index: 100;
	border: 1px dotted black;
}
.ui-selectmenu-menu {
	padding: 0;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}
.ui-selectmenu-menu .ui-menu {
	overflow: auto;
	overflow-x: hidden;
	padding-bottom: 1px;
}
.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
	font-size: 1em;
	font-weight: bold;
	line-height: 1.5;
	padding: 2px 0.4em;
	margin: 0.5em 0 0 0;
	height: auto;
	border: 0;
}
.ui-selectmenu-open {
	display: block;
}
.ui-selectmenu-text {
	display: block;
	margin-right: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ui-selectmenu-button.ui-button {
	text-align: left;
	white-space: nowrap;
	width: 14em;
}
.ui-selectmenu-icon.ui-icon {
	float: right;
	margin-top: 0;
}
.ui-slider {
	position: relative;
	text-align: left;
}
.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 1.2em;
	height: 1.2em;
	cursor: pointer;
	touch-action: none;
}
.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background-position: 0 0;
}

.ui-slider-horizontal {
	height: .8em;
}
.ui-slider-horizontal .ui-slider-handle {
	top: -.3em;
	margin-left: -.6em;
}
.ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
	left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
	right: 0;
}

.ui-slider-vertical {
	width: .8em;
	height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
	left: -.3em;
	margin-left: 0;
	margin-bottom: -.6em;
}
.ui-slider-vertical .ui-slider-range {
	left: 0;
	width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
	bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
	top: 0;
}
.ui-sortable-handle {
	touch-action: none;
}
.ui-spinner {
	position: relative;
	display: inline-block;
	overflow: hidden;
	padding: 0;
	vertical-align: middle;
}
.ui-spinner-input {
	border: none;
	background: none;
	color: inherit;
	padding: .222em 0;
	margin: .2em 0;
	vertical-align: middle;
	margin-left: .4em;
	margin-right: 2em;
}
.ui-spinner-button {
	width: 1.6em;
	height: 50%;
	font-size: .5em;
	padding: 0;
	margin: 0;
	text-align: center;
	position: absolute;
	cursor: default;
	display: block;
	overflow: hidden;
	right: 0;
}
/* more specificity required here to override default borders */
.ui-spinner a.ui-spinner-button {
	border-top-style: none;
	border-bottom-style: none;
	border-right-style: none;
}
.ui-spinner-up {
	top: 0;
}
.ui-spinner-down {
	bottom: 0;
}
.ui-tabs {
	position: relative;/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
	padding: .2em;
}
.ui-tabs .ui-tabs-nav {
	margin: 0;
	padding: .2em .2em 0;
}
.ui-tabs .ui-tabs-nav li {
	list-style: none;
	float: left;
	position: relative;
	top: 0;
	margin: 1px .2em 0 0;
	border-bottom-width: 0;
	padding: 0;
	white-space: nowrap;
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
	float: left;
	padding: .5em 1em;
	text-decoration: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
	margin-bottom: -1px;
	padding-bottom: 1px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
	cursor: text;
}
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
	cursor: pointer;
}
.ui-tabs .ui-tabs-panel {
	display: block;
	border-width: 0;
	padding: 1em 1.4em;
	background: none;
}
.ui-tooltip {
	padding: 8px;
	position: absolute;
	z-index: 9999;
	max-width: 300px;
}
body .ui-tooltip {
	border-width: 2px;
}

/* 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 {
	border: 1px solid #c5c5c5;
}
.ui-widget-content {
	border: 1px solid #dddddd;
	background: #ffffff;
	color: #333333;
}
.ui-widget-content a {
	color: #333333;
}
.ui-widget-header {
	border: 1px solid #dddddd;
	background: #e9e9e9;
	color: #333333;
	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,

/* We use html here because we need a greater specificity to make sure disabled
works properly when clicked or hovered */
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
	border: 1px solid #c5c5c5;
	background: #f6f6f6;
	font-weight: normal;
	color: #454545;
}
.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 {
	color: #454545;
	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 solid #cccccc;
	background: #ededed;
	font-weight: normal;
	color: #2b2b2b;
}
.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 {
	box-shadow: 0 0 3px 1px rgb(94, 158, 214);
}
.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 {
	border: 1px solid #003eff;
	background: #007fff;
	font-weight: normal;
	color: #ffffff;
}
.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-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #dad55e;
	background: #fffa90;
	color: #777620;
}
.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-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
	opacity: .7;
	font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
	opacity: .35;
	background-image: none;
}

/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	width: 16px;
	height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
	background-image: url("images/ui-icons_444444_256x240.png");
}
.ui-widget-header .ui-icon {
	background-image: url("images/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/ui-icons_555555_256x240.png");
}
.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
	background-image: url("images/ui-icons_ffffff_256x240.png");
}
.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
	background-image: url("images/ui-icons_777620_256x240.png");
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
	background-image: url("images/ui-icons_cc0000_256x240.png");
}
.ui-button .ui-icon {
	background-image: url("images/ui-icons_777777_256x240.png");
}

/* positioning */
/* Three classes needed to override `.ui-button:hover .ui-icon` */
.ui-icon-blank.ui-icon-blank.ui-icon-blank {
	background-image: none;
}
.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 */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
	border-top-left-radius: 3px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
	border-top-right-radius: 3px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	border-bottom-left-radius: 3px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	border-bottom-right-radius: 3px;
}

/* Overlays */
.ui-widget-overlay {
	background: #aaaaaa;
	opacity: .3;
}
.ui-widget-shadow {
	box-shadow: 0px 0px 5px #666666;
}

/* 2025/07/01 HPS Vulnerable JS Library対応(２次)  modify end */

/* customize */
.ui-widget-header .ui-icon {
  background-image: none;
}

.ui-datepicker .ui-icon {
  border-radius: 50%;
  background-color: #fff;
}

.ui-widget-header {
  background: #313131;
  color: #fff;
  font-weight: bold;
}

.ui-icon-circle-triangle-w {
  position: relative;
}

.ui-icon-circle-triangle-w::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3.5px 4px 3.5px 0;
  border-color: transparent #313131 transparent transparent;
  content: "";
}

.ui-icon-circle-triangle-e {
  position: relative;
}

.ui-icon-circle-triangle-e::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3.5px 0 3.5px 4px;
  border-color: transparent transparent transparent #313131;
  content: "";
}

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
  top: 2px;
}

.ui-datepicker .ui-datepicker-next-hover {
  right: 2px;
}

.ui-datepicker .ui-datepicker-prev-hover {
  left: 2px;
}

.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: none;
  background: none;
  font-weight: normal;
  color: #2b2b2b;
}

.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 {
  color: #003a6b;
}

.ui-datepicker-calendar th {
  background: none;
}

.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 {
  border: solid 1px #d3d7da;
  background: linear-gradient(to bottom, #f8f8f8 0%, #f1f1f1 50%, #ebebeb 100%);
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
  border: 1px solid #dad55e;
  background: #fffa90;
  color: #003a6b;
}

#ui-datepicker-div {
  z-index: 20 !important;
}

@media only screen and (min-width: 1305px) {
  .ui-state-default:hover {
    opacity: .6;
  }
  .JS table.ui-datepicker-calendar td {
    font-size: 81.25%;
  }
}

@media only screen and (max-width: 1304px) {
  .ui-state-default.is-hover {
    opacity: .6;
  }
  .JS table.ui-datepicker-calendar td {
    padding: 1px;
    font-size: 76%;
  }
}

.wickedpicker {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  box-shadow: 0 0 0 1px rgba(14, 41, 57, 0.12), 0 2px 5px rgba(14, 41, 57, 0.44), inset 0 -1px 2px rgba(14, 41, 57, 0.15);
  background: #fefefe;
  margin: 0 auto;
  border-radius: 0.1px;
  width: 270px;
  font-size: 14px;
  display: none;
}

.wickedpicker__title {
  background-image: linear-gradient(to bottom, #ffffff 0%, #f2f2f2 100%);
  position: relative;
  background: #f2f2f2;
  margin: 0 auto;
  border-bottom: 1px solid #e5e5e5;
  padding: 12px 11px 10px 15px;
  color: #4C4C4C;
  font-size: inherit;
}

.wickedpicker__close {
  transform: translateY(-25%);
  position: absolute;
  top: 25%;
  right: 10px;
  color: #34495e;
  cursor: pointer;
}

.wickedpicker__close:before {
  content: '\00d7';
}

.wickedpicker__controls {
  padding: 10px 0;
  line-height: normal;
  margin: 0;
}

.wickedpicker__controls__control, .wickedpicker__controls__control--separator {
  vertical-align: middle;
  display: inline-block;
  font-size: inherit;
  margin: 0 auto;
  width: 35px;
  letter-spacing: 1.3px;
}

.wickedpicker__controls__control-up, .wickedpicker__controls__control-down {
  color: #34495e;
  position: relative;
  display: block;
  margin: 3px auto;
  font-size: 18px;
  cursor: pointer;
}

.wickedpicker__controls__control-up:before {
  content: '\e800';
}

.wickedpicker__controls__control-down:after {
  content: '\e801';
}

.wickedpicker__controls__control--separator {
  width: 5px;
}

.text-center, .wickedpicker__title, .wickedpicker__controls, .wickedpicker__controls__control, .wickedpicker__controls__control--separator, .wickedpicker__controls__control-up, .wickedpicker__controls__control-down {
  text-align: center;
}

.hover-state {
  color: #c02;
}

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

.fontello:before, .wickedpicker__controls__control-up:before, .fontello-after:after, .wickedpicker__controls__control-down:after {
  font-family: 'fontello';
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: .2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.wickedpicker {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  box-shadow: 0 0 0 1px rgba(14, 41, 57, 0.12), 0 2px 5px rgba(14, 41, 57, 0.44), inset 0 -1px 2px rgba(14, 41, 57, 0.15);
  background: #fefefe;
  margin: 0 auto;
  border-radius: 0.1px;
  width: 270px;
  font-size: 14px;
  display: none;
}

.wickedpicker__title {
  background-image: linear-gradient(to bottom, #ffffff 0%, #f2f2f2 100%);
  position: relative;
  background: #f2f2f2;
  margin: 0 auto;
  border-bottom: 1px solid #e5e5e5;
  padding: 12px 11px 10px 15px;
  color: #4C4C4C;
  font-size: inherit;
}

.wickedpicker__close {
  transform: translateY(-25%);
  position: absolute;
  top: 25%;
  right: 10px;
  color: #34495e;
  cursor: pointer;
}

.wickedpicker__close:before {
  content: '\00d7';
}

.wickedpicker__controls {
  padding: 10px 0;
  line-height: normal;
  margin: 0;
}

.wickedpicker__controls__control, .wickedpicker__controls__control--separator {
  vertical-align: middle;
  display: inline-block;
  font-size: inherit;
  margin: 0 auto;
  width: 35px;
  letter-spacing: 1.3px;
}

.wickedpicker__controls__control-up, .wickedpicker__controls__control-down {
  color: #34495e;
  position: relative;
  display: block;
  margin: 3px auto;
  font-size: 18px;
  cursor: pointer;
}

.wickedpicker__controls__control-up:before {
  content: '\e800';
}

.wickedpicker__controls__control-down:after {
  content: '\e801';
}

.wickedpicker__controls__control--separator {
  width: 5px;
}

.text-center, .wickedpicker__title, .wickedpicker__controls, .wickedpicker__controls__control, .wickedpicker__controls__control--separator, .wickedpicker__controls__control-up, .wickedpicker__controls__control-down {
  text-align: center;
}

.hover-state {
  color: #c02;
}

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

.fontello:before, .wickedpicker__controls__control-up:before, .fontello-after:after, .wickedpicker__controls__control-down:after {
  font-family: 'fontello';
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: .2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* customize */
.wickedpicker {
  padding: .2em .2em 0;
  border: 1px solid #c5c5c5;
  border-radius: 3px;
  box-shadow: none;
}

.wickedpicker__title {
  padding: 5px 11px 5px 15px;
  border: 1px solid #dddddd;
  border-radius: 3px;
  background: #313131;
  color: #fff;
  font-size: 110%;
  font-weight: bold;
}

.wickedpicker__close {
  color: #fff;
}

.wickedpicker__controls__control-up,
.wickedpicker__controls__control-down {
  color: #333;
}

.c-wrap {
  max-width: 1305px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}

.c-wrap--M {
  max-width: 710px;
  margin: 0 auto;
}

.c-wrap--S {
  max-width: 570px;
  margin: 0 auto;
}

.c-wrap--SS {
  max-width: 330px;
  margin: 0 auto;
}
.bc-c-btn--dark:hover {
  background-color: rgba(49,49,49,.9) !important;
}
.bc-c-btn {
  display: inline-block;
  background-color: #313131;
  color: #fff !important;
  box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.2);
  text-align: center;
  text-decoration: none !important;
}

.bc-c-btn--dark {
  background-color: #313131;
}

.bc-c-btn--dark.is-disabled {
  background-color: #dedede;
  color: #fff;
  pointer-events: none;
}

.bc-c-btn--white {
  background-color: #fff;
  color: #313131 !important;
}

.bc-c-btn:disabled {
  background-color: #dcdcdc !important;
}

@media only screen and (min-width: 1305px) {
  .bc-c-btn:disabled:hover {
    background-color: #dcdcdc !important;
  }
  .bc-c-btn--XL {
    width: 210px;
    height: 40px;
    line-height: 40px;
    font-size: 90%;
  }
  .bc-c-btn--L {
    width: 200px;
    height: 42px;
    line-height: 42px;
    font-size: 90%;
  }
  .bc-c-btn--L2col {
    width: 250px;
    height: 42px;
    line-height: 42px;
    font-size: 90%;
  }
  .bc-c-btn--LL {
    width: 100%;
    height: 42px;
    line-height: 42px;
    font-size: 90%;
  }
  .bc-c-btn--S {
    width: 73px;
    height: 40px;
    line-height: 40px;
    font-size: 81.25%;
  }
  .bc-c-btn--fold {
    padding: 0 1.2em;
    height: 26px;
    line-height: 26px;
    font-size: 72.5%;
  }
  .bc-c-btn--loadMore {
    display: none;
  }
  .bc-c-btn--arrow > span {
    display: inline-block;
    position: relative;
    margin-left: -10px;
  }
  .bc-c-btn--arrow > span::after {
    position: absolute;
    top: 50%;
    right: -10px;
    width: 5px;
    height: 5px;
    margin-top: -2px;
    transform: rotate(45deg);
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
    content: "";
  }
  .bc-c-btn--white {
    border: solid 2px #313131;
  }
  .bc-c-btn--white.bc-c-btn--XL {
    line-height: 36px;
  }
  .bc-c-btn--white.bc-c-btn--L {
    line-height: 38px;
  }
  .bc-c-btnWrap {
    padding: 25px;
    text-align: center;
  }
  .bc-c-btnWrap--wide {
    padding-top: 70px;
  }
  .bc-c-btnWrap--narrow {
    padding: 20px 0 5px 0;
  }
  .bc-c-btnWrap--menu {
    padding: 20px 0 23px 0;
  }
  .bc-c-btnWrap .bc-c-btn {
    margin: 0 14px;
  }
}

@media only screen and (max-width: 1304px) {
  .bc-c-btn.is-hover {
    background-color: rgba(49,49,49,.9);
    color: #fff !important;
    text-decoration: none;
  }
  .bc-c-btn:disabled.is-hover {
    background-color: #dcdcdc !important;
  }
  .bc-c-btn--L, .bc-c-btn--XL {
    width: 235px;
    height: 45px;
    line-height: 45px;
    font-size: 72.5%;
  }
  .bc-c-btn--L2col {
    width: 100%;
    max-width: 250px;
    height: 42px;
    line-height: 42px;
    font-size: 72.5%;
  }
  .bc-c-btn--LL {
    width: 100%;
    height: 42px;
    line-height: 42px;
    font-size: 72.5%;
  }
  .bc-c-btn--S {
    width: 51px;
    height: 28px;
    line-height: 28px;
    font-size: 62.5%;
  }
  .bc-c-btn--fold.c-btn {
    position: relative;
    width: 165px;
    height: 45px;
    line-height: 45px;
    font-size: 72.5%;
    background-color: #fff;
    color: rgba(49,49,49,.9) !important;
  }
  .bc-c-btn--fold.c-btn.is-hover {
    color: rgba(49,49,49,.9) !important;
  }
  .bc-c-btn--fold.c-btn::after {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border: solid 1.5px #e60027;
    content: "";
  }
  .bc-c-btn--loadMore {
    width: 100%;
    max-width: 400px;
    margin: 0 auto -23.5px auto;
    height: 45px;
    line-height: 45px;
    font-size: 72.5%;
    display: block;
  }
  .bc-c-btn--arrow > span {
    display: block;
    position: relative;
  }
  .bc-c-btn--arrow > span::after {
    position: absolute;
    top: 50%;
    right: 10px;
    width: 8px;
    height: 8px;
    margin-top: -4px;
    transform: rotate(45deg);
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
    content: "";
  }
  .bc-c-btn--white {
    border: solid 1.5px #313131;
  }
  .bc-c-btn--white.bc-c-btn--L, .bc-c-btn--white.bc-c-btn--XL {
    line-height: 42px;
  }
  .bc-c-btnWrap {
    padding: 5px;
    text-align: center;
  }
  .bc-c-btnWrap--noContents {
    padding-top: 50px;
  }
  .bc-c-btnWrap--narrow {
    padding: 50px 0 30px 0;
  }
  .bc-c-btnWrap--menu {
    padding: 20px 0 32px 0;
  }
  .bc-c-btnWrap .bc-c-btn {
    display: block;
    margin: 0 auto 14px auto;
  }
  .bc-c-btnWrap .bc-c-btn:last-of-type {
    margin-bottom: 0;
  }
}

@media (max-width: 640px) {
  .bc-c-btn--fold.bc-c-btn {
    width: calc(50% - 4px);
  }
}

@media only screen and (min-width: 1305px) {
  .bc-c-sect {
    margin-bottom: 40px;
  }
  .bc-c-sect:last-of-type {
    margin-bottom: 0;
  }
  .bc-c-sect__content {
    width: 100%;
  }
  .bc-c-sect--menu {
    margin-bottom: 3px;
  }
  .bc-c-sect--menu:last-of-type {
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 1304px) {
  .bc-c-sect {
    margin-bottom: 45px;
  }
  .bc-c-sect__content {
    width: calc(100% - 10px);
    margin: 0 5px;
  }
  .bc-c-sect--wide {
    width: calc(100% + 30px);
    transform: translateX(-15px);
  }
  .bc-c-sect--menu {
    margin-bottom: 3px;
  }
}

.bc-c-titleItem {
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin-bottom: 0;
  -ms-flex-align: center;
      align-items: center;
  background-color: #f2f2f2;
  color: #333;
  line-height: 1;
}

.bc-c-titleItem__icon {
  color: #313131;
  display: inline-block;
}

.bc-c-titleItem__text {
  -ms-flex: 1;
      flex: 1;
}

.bc-c-titleItem__arrow {
  color: #313131;
  transition: all .3s;
}

.bc-c-titleItem.is-open .bc-c-titleItem__arrow {
  transform: rotate(180deg);
}

.bc-c-titleItem::after {
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: #f2f2f2 transparent transparent transparent;
  content: "";
}

.bc-c-titleItem.js-acHead::after {
  display: none;
}

.bc-c-titleItem.js-acHead.is-open::after {
  display: block;
}

.bc-c-titlePage {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: flex-end;
      align-items: flex-end;
  line-height: 1;
  border-bottom: solid 1px #dcdcdc;
}

.bc-c-titlePage__icon {
  color: #e60027;
}

@media only screen and (min-width: 1305px) {
  .bc-c-titleItem {
    margin-bottom: 22px;
    padding: 13.5px 18px 13.5px 15px;
    font-size: 100%;
  }
  .bc-c-titleItem__icon {
    width: 35px;
    font-size: 2.3rem;
  }
  .bc-c-titleItem__arrow {
    font-size: 1.7rem;
  }
  .bc-c-titleItem::after {
    bottom: -9px;
    left: 40px;
    border-width: 12px 9px 0 9px;
  }
  .bc-c-titleItem--menu {
    margin-bottom: 0;
  }
  .bc-c-titlePage {
    height: 57px;
    margin-bottom: 22px !important;
    padding-top: 10px;
    padding-bottom: 15px;
    font-size: 112.5%;
  }
  .bc-c-titlePage__icon {
    margin-right: 7px;
    padding-left: 5px;
    font-size: 3.6rem;
  }
  .bc-c-titlePage__text {
    font-weight: normal;
  }
  .bc-c-titlePage--L {
    margin-bottom: 45px !important;
  }
}

@media only screen and (max-width: 1304px) {
  .bc-c-titleItem {
    margin-bottom: 16px;
    padding: 14px 18px;
    font-size: 100%;
    letter-spacing: 0;
    color: #575757;
  }
  .bc-c-titleItem__icon {
    width: 30px;
    font-size: 2.2rem;
  }
  .bc-c-titleItem__arrow {
    font-size: 1.3rem;
  }
  .bc-c-titleItem::after {
    bottom: -9px;
    left: 40px;
    border-width: 12px 9px 0 9px;
  }
  .bc-c-titleItem--menu {
    margin-bottom: 0;
  }
  .bc-c-titlePage {
     /**height: 53.3px;**/
    margin-bottom: 20px !important;
    padding-top: 8px;
    padding-bottom: 12px;
    font-size: 125%;
  }
  .bc-c-titlePage__icon {
    width: 47px;
    padding-left: 5px;
    font-size: 3.5rem;
  }
  .bc-c-titlePage__icon.bc-icon--pencil {
    margin-right: 7px;
  }
  .c-wrap .bc-c-titlePage {
    width: calc(100% + 20px);
    transform: translateX(-10px);
  }
}

@media (min-width: 1305px) and (max-width: 1000px) {
  .bc-c-titleItem {
    font-size: 85%;
  }
}

.bc-c-radio {
  display: block;
}

.bc-c-radio__text {
  display: inline-block;
  position: relative;
  padding-left: 36px;
}

.bc-c-radio__text::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 18px;
  border: solid 2px #bfbfbf;
  border-radius: 50%;
  background-color: #fff;
  content: "";
}

.bc-c-radio__text::after {
  position: absolute;
  top: 2px;
  left: 2px;
  width: 14px;
  height: 14px;
  border: solid 2px #fff;
  border-radius: 50%;
  background-color: #bc0000;
  content: "";
  opacity: 0;
  transition: all .3s;
}

.bc-c-radio__input {
  display: none;
}

.bc-c-radio__input:checked + .bc-c-radio__text::before {
  border-color: #bc0000;
}

.bc-c-radio__input:checked + .bc-c-radio__text::after {
  opacity: 1;
}

.bc-c-radio.is-error .bc-c-radio__text::before {
  border: solid 2px #333;
}

.bc-c-radio__color {
  display: block;
  border: solid 1px #e0e0e0;
}

.bc-c-radio__color--black {
  background-color: #000000;
}

.bc-c-radio__color--white {
  background-color: #fff;
}

.bc-c-radio__color--red {
  background-color: #ff0400;
}

.bc-c-radio__color--orange {
  background-color: #ff7200;
}

.bc-c-radio__color--yellow {
  background-color: #ffff00;
}

.bc-c-radio__color--green {
  background-color: #00ff00;
}

.bc-c-radio__color--blue {
  background-color: #0600ff;
}

.bc-c-radio__color--navy {
  background-color: #010072;
}

.bc-c-radio__color--purple {
  background-color: #d200ff;
}

.bc-c-radio--inline {
  display: inline-block;
}

.bc-c-radio--inline .bc-c-radio__text {
  display: block;
  width: 18px;
  height: 18px;
  padding: 0;
}

.bc-c-radio--color {
  display: inline-block;
}

.bc-c-radio--color .bc-c-radio__text {
  display: inline-block;
  position: relative;
  padding: 26px 0 0 0;
}

.bc-c-radio--color .bc-c-radio__text::before {
  position: absolute;
  top: 0;
  width: 18px;
  height: 18px;
  border: solid 2px #bfbfbf;
  border-radius: 50%;
  background-color: #fff;
  content: "";
}

.bc-c-radio--color .bc-c-radio__text::after {
  position: absolute;
  top: 2px;
  width: 14px;
  height: 14px;
  border: solid 2px #fff;
  border-radius: 50%;
  background-color: #bc0000;
  content: "";
  opacity: 0;
  transition: all .3s;
}

@media only screen and (min-width: 1305px) {
  .bc-c-radio {
    margin-right: 40px;
    padding: 20px;
  }
  .bc-c-radio--color {
    width: 20px;
    height: 40px;
    margin: 0;
    padding: 0;
  }
  .bc-c-radio--color .bc-c-radio__text::before {
    left: 0;
  }
  .bc-c-radio--color .bc-c-radio__text::after {
    left: 2px;
  }
  .bc-c-radio--narrow {
    padding: 18px;
  }
  .bc-c-radio--inline {
    margin-right: 0;
    padding: 0;
  }
  .bc-c-radio--inline .bc-c-radio__text {
    margin-top: 3px;
  }
  .bc-c-radio__color {
    width: 16px;
    height: 16px;
    margin: 0 1px;
    border-radius: 2px;
  }
}

@media only screen and (max-width: 1304px) {
  .bc-c-radio {
    margin-right: 25px;
    padding: 20px 15px;
  }
  .bc-c-radio--inline {
    margin-right: 0;
    padding: 0;
  }
  .bc-c-radio--color {
    width: 40px;
    height: 66px;
    margin: 5px 7.5px 0 7.5px;
    padding: 0;
  }
  .bc-c-radio--color .bc-c-radio__text::before {
    left: 11px;
  }
  .bc-c-radio--color .bc-c-radio__text::after {
    left: 13px;
  }
  .bc-c-radio__color {
    width: 40px;
    height: 40px;
    border-radius: 2px;
  }
}

.bc-c-radioBtn {
  display: inline-block;
  position: relative;
  box-shadow: 1px 1px 2px 0.5px rgba(0, 0, 0, 0.1);
}

.bc-c-radioBtn__input {
  display: none;
}

.bc-c-radioBtn__text {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #fff;
  color: #313131;
  transition: all .3s;
  text-align: center;
}

.bc-c-radioBtn__input:checked + .bc-c-radioBtn__text {
  background-color: #313131;
  color: #fff;
}

@media only screen and (min-width: 1305px) {
  .bc-c-radioBtn {
    width: 120px;
    max-width: calc(50% - 20px);
    height: 30px;
    margin: 0 7px;
  }
  .bc-c-radioBtn__text {
    line-height: 26px;
    border: solid 2px #313131;
    font-size: 81.25%;
  }
  .bc-c-radioBtn__text:hover {
    background-color: #313131;
    color: #fff;
  }
  .bc-c-radioBtn--L {
    width: 210px;
    height: 40px;
    margin: 0;
  }
  .bc-c-radioBtn--L .bc-c-radioBtn__text {
    line-height: 36px;
  }
}

@media only screen and (max-width: 1304px) {
  .bc-c-radioBtn {
    width: 150px;
    max-width: calc(50% - 30px);
    height: 40px;
    margin: 0 5px;
  }
  .bc-c-radioBtn__text {
    line-height: 37px;
    border: solid 1.5px #313131;
    font-size: 75%;
  }
  .bc-c-radioBtn__text.is-hover {
    background-color: #c02;
    color: #fff;
  }
  .bc-c-radioBtn--L {
    width: 210px;
    max-width: calc(50% - 7px);
    height: 40px;
    margin: 0;
  }
  .bc-c-radioBtn--L .bc-c-radioBtn__text {
    line-height: 36px;
  }
}

.bc-c-input {
  display: inline-block;
  border: solid 1px #e0e0e0;
  background-color: #fff;
}

@media only screen and (min-width: 1305px) {
  .bc-c-input {
    height: 50px;
    padding: 0 15px;
    font-size: 100%;
  }
}

@media only screen and (max-width: 1304px) {
  .bc-c-input {
    height: 40px;
    padding: 0 15px;
    font-size: 100%;
  }
}

:placeholder-shown {
  color: #bfbfbf;
}

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

:-moz-placeholder {
  color: #bfbfbf;
  opacity: 1;
}

::-moz-placeholder {
  color: #bfbfbf;
  opacity: 1;
}

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

.bc-c-checkbox {
  display: inline-block;
  font-weight: bold;
  box-shadow: 1px 1px 2px 0.5px rgba(0, 0, 0, 0.1);
}

.bc-c-checkbox__text {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 100%;
  height: 100%;
  background-color: #fff;
  color: #313131;
  transition: all .3s;
}

.bc-c-checkbox__input {
  display: none;
}

.bc-c-checkbox__input:checked + .bc-c-checkbox__text {
  background-color: #313131;
  color: #fff;
}

.bc-c-checkbox--num {
  letter-spacing: -.05em;
}

@media only screen and (min-width: 1305px) {
  .bc-c-checkbox {
    min-width: 50px;
    height: 50px;
    margin: 8px 3px;
    font-size: 2.4rem;
  }
  .bc-c-checkbox__text {
    padding: 0 3px;
    border: solid 3px #313131;
  }
  .bc-c-checkbox--week .bc-c-checkbox__text {
    padding: 0 13px;
  }
}

@media only screen and (max-width: 1304px) {
  .bc-c-checkbox {
    min-width: 40px;
    height: 40px;
    margin: 5px 1.5px;
    font-size: 1.8rem;
  }
  .bc-c-checkbox__text {
    padding: 0 3px;
    border: solid 1.5px #313131;
  }
  .bc-c-checkbox--week .bc-c-checkbox__text {
    padding: 0 6px;
  }
}

.bc-c-checkboxTime {
  display: block;
  position: relative;
}

.bc-c-checkboxTime__text {
  display: inline-block;
  position: relative;
  padding-left: 26px;
}

.bc-c-checkboxTime__text::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 17px;
  height: 17px;
  margin-top: -8.5px;
  border: solid 2px #bfbfbf;
  background-color: #fff;
  content: "";
}

.bc-c-checkboxTime__icon {
  position: absolute;
  top: 50%;
  left: 3px;
  margin-top: -.5em;
  font-size: 1rem;
  color: #fff;
  opacity: 0;
  transition: all .3s;
}

.bc-c-checkboxTime__input {
  display: none;
}

.bc-c-checkboxTime__input:checked + .bc-c-checkboxTime__text::before {
  border-color: #bc0000;
  background-color: #bc0000;
}

.bc-c-checkboxTime__input:checked ~ .bc-c-checkboxTime__icon {
  opacity: 1;
}

.bc-c-checkboxTime.is-error .bc-c-radio__text::before {
  border: solid 2px #333;
}

.bc-c-select {
  display: inline-block;
  position: relative;
  border: solid 1px #e0e0e0;
  background-color: #fff;
}

.bc-c-select__select {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.bc-c-select__select option {
  color: #333;
}

.bc-c-select__select .placeholder {
  color: #bfbfbf;
}

.bc-c-select__select.placeholder {
  color: #bfbfbf;
}

.bc-c-select__arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: #bc0000;
  z-index: 0;
}

@media only screen and (min-width: 1305px) {
  .bc-c-select {
    width: 310px;
    height: 50px;
    font-size: 90%;
  }
  .bc-c-select__select {
    padding: 0 40px 0 15px;
  }
  .bc-c-select__arrow {
    right: 12px;
    font-size: 1.7rem;
  }
}

@media only screen and (max-width: 1304px) {
  .bc-c-select {
    width: calc(100% - 12px);
    height: 40px;
    margin: 0 6px;
    font-size: 100%;
  }
  .bc-c-select__select {
    padding: 0 30px 0 10px;
  }
  .bc-c-select__arrow {
    right: 8px;
    font-size: 1.2rem;
  }
}
.bc-p-schedule__content:hover  .bc-p-schedule__btn  {  
  background-color: rgba(49,49,49,.9) !important;
}
@media only screen and (min-width: 1305px) {
  .bc-c-selectTime__bg {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% - 60px);
    height: 50px;
    border: solid 1px #e0e0e0;
    background-color: #fff;
    font-size: 100%;
    content: "";
    z-index: 1;
  }
  .bc-c-selectTime__input {
    position: relative;
    width: 100% !important;
    height: 50px;
    padding: 0 75px 0 15px;
    font-size: 100%;
    z-index: 2;
  }
  .bc-c-selectTime__input:focus {
    outline: none;
  }
  .bc-c-selectTime__input.placeholder {
    color: #bfbfbf;
  }
  .bc-c-selectTime__input::-ms-clear {
    display: none;
  }
  .bc-c-selectTime__input + .bc-p-schedule__btn {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
  }

  .bc-c-selectTime__input + span {
    position: absolute;
    right: 70px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    opacity: 0;
  }
  .bc-c-selectTime__input:focus + span {
    opacity: 1;
  }
  .clock-timepicker, .clearable-picker {
    width: 100%;
  }
  .clock-timepicker + .bc-p-schedule__btn, .clearable-picker + .bc-p-schedule__btn {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
  }
}

@media only screen and (max-width: 1304px) {
  .bc-c-selectTime__bg {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% - 50px);
    height: 40px;
    padding: 0 15px;
    border: solid 1px #e0e0e0;
    background-color: #fff;
    font-size: 100%;
    content: "";
    z-index: 2;
  }
  .bc-c-selectTime__input {
    position: relative;
    width: 100% !important;
    height: 40px;
    padding: 0 15px;
    font-size: 100%;
    z-index: 3;
  }
  .bc-c-selectTime__input:focus {
    outline: none;
  }
  .bc-c-selectTime__input.placeholder {
    color: #bfbfbf;
  }
  .bc-c-selectTime__input + .bc-p-schedule__btn {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
  }
}

.bc-c-breadcrumb {
  line-height: .9;
}

.bc-c-breadcrumb__item {
  display: inline-block;
}

.bc-c-breadcrumb__item::after {
  content: ">";
  margin: 0 .5em 0 1em;
}

.bc-c-breadcrumb__item:last-of-type::after {
  content: "";
  margin: 0;
}

.bc-c-breadcrumb__item a {
  color: #c02;
  text-decoration: none;
}

@media only screen and (min-width: 1305px) {
  .bc-c-breadcrumb {
    margin-bottom: 10px;
  }
  .bc-c-breadcrumb__item {
    font-size: 68.7%;
  }
  .bc-c-breadcrumb__item::after {
    color: #dcdcdc;
  }
  .bc-c-breadcrumb__item a:hover {
    text-decoration: underline;
  }
}

@media only screen and (max-width: 1304px) {
  .bc-c-breadcrumb {
    margin-bottom: 14px;
  }
  .bc-c-breadcrumb__item {
    font-size: 62.5%;
    color: #000000;
  }
  .bc-c-breadcrumb__item::after {
    color: #dcdcdc;
  }
  .bc-c-breadcrumb__item a.is-hover {
    text-decoration: underline;
  }
}

.bc-c-lead {
  margin: 0 0 1em .3em;
}

.bc-c-lead--ml {
  margin-bottom: 1.4em;
}

.bc-c-lead ol {
  padding-left: 2em;
}

.bc-c-lead ol li {
  list-style-type: decimal;
}

@media only screen and (min-width: 1305px) {
  .bc-c-lead {
    font-size: 81.25%;
  }
  .bc-c-lead--L {
    font-size: 90%;
  }
}

@media only screen and (max-width: 1304px) {
  .bc-c-lead {
    font-size: 72.5%;
  }
  .bc-c-lead--L {
    font-style: 81.25%;
  }
  .c-wrap .bc-c-lead {
    margin-left: -5px;
  }
  .c-wrap .bc-c-sect--wide .bc-c-lead {
    margin-left: 10px;
    margin-right: 10px;
  }
}

.bc-c-table {
  width: 100%;
  border-left: solid 1px #e0e0e0;
}

.bc-c-table__item {
  border-right: solid 1px #e0e0e0;
  border-bottom: solid 1px #e0e0e0;
}

.bc-c-table__title {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  background-color: #b3b3b3;
  color: #fff;
}

.bc-c-table__content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

.bc-c-table__content--center {
  -ms-flex-pack: center;
      justify-content: center;
}

.bc-c-table--bld .bc-c-table__content {
  -ms-flex-pack: center;
      justify-content: center;
}

@media only screen and (min-width: 1305px) {
  .bc-c-table {
    display: -ms-flexbox;
    display: flex;
  }
  .bc-c-table__item {
    width: 18%;
  }
  .bc-c-table__item--40 {
    width: 40%;
  }
  .bc-c-table__item--30 {
    width: 30%;
  }
  .bc-c-table__item--flex {
    -ms-flex: 1;
        flex: 1;
  }
  .bc-c-table__title {
    height: 45px;
    font-size: 81.25%;
  }
  .bc-c-table__content {
    height: calc(100% - 45px);
    padding: 10px;
    font-size: 90%;
  }
  .bc-c-table--bld {
    width: 100%;
  }
  .bc-c-table--bld .bc-c-table__item {
    width: auto;
  }
  .bc-c-table--bld .bc-c-table__item:nth-of-type(1) {
    width: 60px;
  }
  .bc-c-table--bld .bc-c-table__item:nth-of-type(2) {
    width: 115px;
  }
  .bc-c-table--bld .bc-c-table__item:nth-of-type(3) {
    -ms-flex: 1;
        flex: 1;
  }
  .bc-c-table--bld .bc-c-table__item:nth-of-type(3) .bc-c-table__content {
    -ms-flex-pack: start;
        justify-content: flex-start;
  }
  .bc-c-table--bld .bc-c-table__item:nth-of-type(4) {
    width: 115px;
  }
}

@media only screen and (max-width: 1304px) {
  .bc-c-table__title {
    padding: 6px;
    font-size: 72.5%;
  }
  .bc-c-table__content {
    padding: 10px;
    font-size: 81.25%;
  }
  .bc-c-table--bld {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
  }
  .bc-c-table--bld .bc-c-table__item:nth-of-type(1) {
    width: 30%;
  }
  .bc-c-table--bld .bc-c-table__item:nth-of-type(2) {
    -ms-flex: 1;
        flex: 1;
  }
  .bc-c-table--bld .bc-c-table__item:nth-of-type(3) {
    width: 100%;
    -ms-flex-order: 4;
        order: 4;
  }
  .bc-c-table--bld .bc-c-table__item:nth-of-type(4) {
    width: 30%;
    -ms-flex-order: 3;
        order: 3;
  }
}

.bc-c-back a:link,
.bc-c-back a:focus,
.bc-c-back a:hover,
.bc-c-back a:visited {
  color: #313131;
}

@media only screen and (min-width: 1305px) {
  .bc-c-back {
    margin: 10px 0;
    font-size: 90%;
  }
}

.bc-c-result {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.bc-c-result__icon {
  color: #313131;
}

.bc-c-result__notice {
  margin-top: .8em;
  font-weight: bold;
}

@media only screen and (min-width: 1305px) {
  .bc-c-result {
    padding: 20px;
  }
  .bc-c-result--child {
    padding: 5px 0 0 0;
  }
  .bc-c-result__in {
    margin: -10px 18px 37px 55px;
  }
  .bc-c-result__in .bc-c-table__title,
  .bc-c-result__in .bc-c-table__content {
    font-size: 100%;
  }
  .bc-c-result__icon {
    width: 37px;
    font-size: 2.2rem;
  }
}

@media only screen and (max-width: 1304px) {
  .bc-c-result {
    padding: 20px 15px;
  }
  .bc-c-result--child {
    padding: 0;
  }
  .bc-c-result__in {
    margin: -10px 16px 37px 45px;
  }
  .bc-c-result__in .bc-c-table__title,
  .bc-c-result__in .bc-c-table__content {
    font-size: 100%;
  }
  .bc-c-result__icon {
    width: 30px;
    font-size: 1.8rem;
  }
}

.bc-c-msg--1 {
  font-size: 120%;
  font-weight: bold;
}

.bc-c-msg--2, .bc-c-msg--3, .bc-c-msg--4, .bc-c-msg--5, .bc-c-msg--6 {
  font-size: 90%;
}

.bc-c-msg .black {
  color: #000000;
}

.bc-c-msg .white {
  color: #fff;
}

.bc-c-msg .red {
  color: #ff0400;
}

.bc-c-msg .orange {
  color: #ff7200;
}

.bc-c-msg .yellow {
  color: #ffff00;
}

.bc-c-msg .green {
  color: #00ff00;
}

.bc-c-msg .blue {
  color: #0600ff;
}

.bc-c-msg .navy {
  color: #010072;
}

.bc-c-msg .purple {
  color: #d200ff;
}

.bc-c-modal {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
  background-color: #fff;
}

.bc-c-modal__icon {
  color: #fff;
}

.bc-c-modal__close {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  position: relative;
  margin-top: -5px;
  background-color: #e60027;
  color: #fff;
  line-height: 1;
}

.bc-c-modal__close:hover {
  background-color: #b1000e;
  color: #fff;
}

.bc-c-modal__close > span {
  display: inline-block;
}

.bc-c-modal__main {
  overflow-y: auto;
}

@media only screen and (min-width: 1305px) {
  .bc-c-modal__icon {
    font-size: 1.4rem;
    margin-bottom: 5px;
  }
  .bc-c-modal__close {
    width: 60px;
    height: 50px;
    font-size: 81.25%;
  }
  .bc-c-modal__main {
    padding: 18px 15px;
    max-width: 1305px;
    margin: 0 auto;
  }
  .bc-c-modal__contents {
    max-width: 750px;
    margin: 0 auto;
  }
  .bc-c-modal .bc-c-titlePage {
    margin-bottom: 30px !important;
  }
  .bc-c-modal .bc-c-titlePage .bc-c-titlePage__text {
    color: 444343;
    padding-left: .4em;
    font-size: 100%;
  }
}

@media only screen and (max-width: 1304px) {
  .bc-c-modal__icon {
    font-size: 1rem;
    margin-bottom: 5px;
  }
  .bc-c-modal__close {
    width: 45px;
    height: 50px;
    font-size: 72.5%;
  }
  .bc-c-modal__main {
    padding: 20px 5px;
  }
  .bc-c-modal .bc-c-titlePage {
    margin-bottom: 25px;
  }
  .bc-c-modal .bc-c-titlePage .bc-c-titlePage__text {
    color: #000000;
    padding-left: .2em;
    font-size: 100%;
    font-weight: bold;
  }
  .bc-c-modal .bc-p-msgEdit__previewContent {
    padding: 0 15px;
  }
}

.bc-c-defineList__item {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 3px;
}

.bc-c-defineList__item:last-of-type {
  margin-bottom: 0;
}

.bc-c-defineList__title {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 34px;
  height: 18px;
  margin-right: 5px;
  background-color: #dedede;
}

.bc-c-defineList__content {
  -ms-flex: 1;
      flex: 1;
}

.bc-c-fileInput {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 100%;
  height: 282px;
  border: dashed 2px #dcdcdc;
  font-size: 81.25%;
}

.bc-c-fileInput__in {
  display: inline-block;
  text-align: center;
}

.bc-c-fileInput__text {
  margin-bottom: 10px;
}

.bc-c-fileInput__btn {
  display: inline-block;
  width: 182px;
  height: 42px;
  line-height: 38px;
  transition: all .3s;
}

.bc-c-fileInput__input {
  display: none;
}

@media (min-width: 1305px) and (max-width: 1000px) {
  .bc-c-fileInput {
    height: 222px;
    font-size: 75%;
  }
}

.bc-p-selectList {
  border: solid 1px #dcdcdc;
  box-shadow: 1px 1px 2px 0.5px rgba(0, 0, 0, 0.1);
}

.bc-p-selectList__item {
  width: 100%;
}

.bc-p-selectList__item:last-of-type {
  border-bottom: none;
}

.bc-p-selectList__item.is-selected {
  background-color: #fffde9;
}

.bc-p-selectList__optionTitle {
  background-color: #b3b3b3;
  color: #fff;
  font-weight: normal;
}

@media only screen and (min-width: 1305px) {
  .bc-p-selectList {
    font-size: 90%;
  }
  .bc-p-selectList__in {
    padding: 20px 40px;
  }
  .bc-p-selectList__item {
    border-bottom: dashed 1px #c9c9c9;
  }
  .bc-p-selectList__item.js-selectItem:hover {
    background-color: #fffde9;
  }
  .bc-p-selectList__itemIn {
    padding: 16px;
  }
  .bc-p-selectList__itemIn .bc-p-schedule {
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .bc-p-selectList__itemIn .bc-p-schedule__in {
    margin: 0;
  }
  .bc-p-selectList__itemIn .bc-p-schedule__content {
    margin-bottom: 0;
  }
  .bc-p-selectList__option {
    width: calc(100% - 55px);
    margin: -10px 0 37px 55px;
  }
  .bc-p-selectList__optionTitle {
    margin-bottom: 15px;
    padding: 10px 12px;
  }
  .bc-p-selectList__optionTitle--narrow {
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 1304px) {
  .bc-p-selectList {
    font-size: 81.25%;
  }
  .bc-p-selectList__in {
    padding: 10px;
  }
  .bc-p-selectList__item {
    border-bottom: dotted 1px #c9c9c9;
  }
  .bc-p-selectList__item.js-selectItem.is-hover {
    background-color: #fffde9;
  }
  .bc-p-selectList__itemIn {
    padding: 15px;
  }
  .bc-p-selectList__itemIn .bc-p-schedule {
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .bc-p-selectList__itemIn .bc-p-schedule__in {
    margin: 0;
  }
  .bc-p-selectList__itemIn .bc-p-schedule__content {
    margin-bottom: 0;
  }
  .bc-p-selectList__option {
    width: calc(100% - 55px);
    margin: -10px 0 37px 55px;
  }
  .bc-p-selectList__optionTitle {
    margin-bottom: 15px;
    padding: 10px 12px;
  }
  .bc-p-selectList__optionTitle--narrow {
    margin-bottom: 0;
  }
}

.bc-p-schedule {
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
  border-bottom: dashed 1px #c9c9c9;
}

.bc-p-schedule:last-of-type {
  border-bottom: none;
}

.bc-p-schedule__btn {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  background-color: #313131;
  color: #fff !important;
  box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.2);
}

.bc-p-schedule__content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  position: relative;
  width: 100%;
}

.bc-p-schedule__num {
  position: absolute;
  top: 0;
  left: 0;
}

@media only screen and (min-width: 1305px) {
  .bc-p-schedule {
    margin-bottom: 17px;
    padding-bottom: 17px;
  }
  .bc-p-schedule__in {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    width: calc(100% - 14px);
    margin: 0 18px 0 14px;
  }
  .bc-p-schedule__item {
    width: calc((50% - 13px));
  }
  .bc-p-schedule__title {
    margin-bottom: 8px;
  }
  .bc-p-schedule__content {
    margin-bottom: 12px;
  }
  .bc-p-schedule__content:last-of-type {
    margin-bottom: 0;
  }
  .bc-p-schedule__content .bc-c-input {
    width: calc(100% - 60px);
  }
  .bc-p-schedule__btn {
    width: 50px;
    height: 50px;
    font-size: 3.4rem;
  }
  .bc-p-schedule__btn:hover {
    background-color: rgba(49,49,49,.9);
    color: #fff !important;
    text-decoration: none;
  }
  .bc-c-selectTime__input:hover + .bc-p-schedule__btn {
    background-color: rgba(49,49,49,.9);
  }
}

@media only screen and (max-width: 1304px) {
  .bc-p-schedule {
    margin-bottom: 17px;
    padding-bottom: 17px;
  }
  .bc-p-schedule__in {
    width: 252px;
    margin: 0 24px 0 14px;
  }
  .bc-p-schedule__item {
    margin-bottom: 17px;
  }
  .bc-p-schedule__item:last-of-type {
    margin-bottom: 0;
  }
  .bc-p-schedule__title {
    margin-bottom: 3px;
  }
  .bc-p-schedule__content {
    margin-bottom: 7.5px;
  }
  .bc-p-schedule__content:last-of-type {
    margin-bottom: 0;
  }
  .bc-p-schedule__content .bc-c-input {
    width: calc(100% - 52px);
    max-width: 200px;
  }
  .bc-p-schedule__btn {
    width: 40px;
    height: 40px;
    font-size: 2.75rem;
  }
  .bc-p-schedule__btn.is-hover {
    background-color: rgba(49,49,49,.9);
    color: #fff !important;
    text-decoration: none;
  }
}

.bc-p-complete__title {
  font-weight: bold;
  text-align: center;
  color: #333;
}

.bc-p-complete__content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
}

.bc-p-complete__contentIn {
  display: inline-block;
}

.bc-p-complete__btn {
  text-align: center;
}

@media only screen and (min-width: 1305px) {
  .bc-p-complete {
    padding: 100px 0 0 0;
  }
  .bc-p-complete__title {
    margin-bottom: 50px;
    font-size: 100%;
  }
  .bc-p-complete__content {
    margin-bottom: 220px;
    font-size: 90%;
  }
}

@media only screen and (max-width: 1304px) {
  .bc-p-complete {
    padding: 40px 0 5px 0;
  }
  .bc-p-complete__title {
    margin-bottom: 50px;
    font-size: 125%;
  }
  .bc-p-complete__content {
    margin-bottom: 80px;
    padding: 0 15px;
    font-size: 81.25%;
  }
}

.bc-p-selectTable__content.is-selected {
  background-color: #fffde9;
}

@media only screen and (min-width: 1305px) {
  .bc-p-selectTable {
    border-left: solid 1px #e0e0e0;
  }
  .bc-p-selectTable__title, .bc-p-selectTable__content {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
  .bc-p-selectTable__content:hover {
    background-color: #fffde9;
  }
  .bc-p-selectTable__cell {
    padding: 10px;
    font-size: 90%;
    border-right: solid 1px #e0e0e0;
    border-bottom: solid 1px #e0e0e0;
  }
  .bc-p-selectTable__title {
    background-color: #b3b3b3;
    color: #fff;
    font-size: 81.25%;
  }
  .bc-p-selectTable__title .bc-p-selectTable__cell {
    padding-top: 12.5px;
    padding-bottom: 12.5px;
  }
  .bc-p-selectTable--selectBld .bc-p-selectTable__cell:nth-of-type(1) {
/*    width: 60px;*/
    width: 90px;
    text-align: center;
    vertical-align: middle;
  }
  .bc-p-selectTable--selectBld .bc-p-selectTable__cell:nth-of-type(2) {
    width: 60px;
    text-align: center;
  }
  .bc-p-selectTable--selectBld .bc-p-selectTable__cell:nth-of-type(3) {
    width: 115px;
    text-align: center;
  }
  .bc-p-selectTable--selectBld .bc-p-selectTable__cell:nth-of-type(4) {
    -ms-flex: 1;
        flex: 1;
  }
  .bc-p-selectTable--selectBld .bc-p-selectTable__cell:nth-of-type(5) {
    width: 115px;
    text-align: center;
  }
  .bc-p-selectTable--selectBld .bc-p-selectTable__title > .bc-p-selectTable__cell:nth-of-type(4) {
    text-align: center;
  }
}

@media only screen and (max-width: 1304px) {
  .bc-p-selectTable {
    border: solid 1px #dcdcdc;
    box-shadow: 1px 1px 2px 0.5px rgba(0, 0, 0, 0.1);
  }
  .bc-p-selectTable__title {
    display: none;
  }
  .bc-p-selectTable__content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    position: relative;
    padding: 10px 10px 10px 55px;
    border-bottom: dotted 1px #c9c9c9;
  }
  .bc-p-selectTable__content:last-of-type {
    border-bottom: none;
  }
  .bc-p-selectTable__content.is-hover {
    background-color: #fffde9;
  }
  .bc-p-selectTable__cell {
    display: inline;
    font-size: 81.25%;
  }
  .bc-p-selectTable--selectBld .bc-p-selectTable__cell:nth-of-type(1) {
    position: absolute;
    top: 50%;
    left: 15px;
    transform: translateY(-50%);
  }
  .bc-p-selectTable--selectBld .bc-p-selectTable__cell:nth-of-type(2)::after {
    content: "、";
  }
  .bc-p-selectTable--selectBld .bc-p-selectTable__cell:nth-of-type(3)::after {
    content: "、";
  }
  .bc-p-selectTable--selectBld .bc-p-selectTable__cell:nth-of-type(3) span {
    margin-right: .5em;
  }
  .bc-p-selectTable--selectBld .bc-p-selectTable__cell:nth-of-type(4) {
    width: 100%;
    -ms-flex-order: 5;
        order: 5;
    font-size: 90%;
  }
  .bc-p-selectTable--selectBld .bc-p-selectTable__cell:nth-of-type(5) {
    -ms-flex-order: 4;
        order: 4;
  }
  .bc-p-selectTable--selectBld .bc-p-selectTable__cell:nth-of-type(5) span {
    margin-right: .3em;
  }
}

.bc-p-btnList {
  border: solid 1px #dcdcdc;
  box-shadow: 1px 1px 2px 0.5px rgba(0, 0, 0, 0.1);
}

.bc-p-btnList__title {
  position: relative;
  background-color: #dedede;
  color: #333;
  font-weight: normal;
  text-align: center;
}

.bc-p-btnList__titleArrow {
  display: inline-block;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -.5em;
  font-size: 1em;
  color: #313131;
  transition: all .3s;
}

.bc-p-btnList__title.is-open .bc-p-btnList__titleArrow {
  transform: rotate(180deg);
}

.bc-p-btnList__item {
  margin-top: 1px;
}

.bc-p-btnList__item:first-of-type {
  margin-top: 0;
}

@media only screen and (min-width: 1305px) {
  .bc-p-btnList {
    margin-top: 30px;
  }
  .bc-p-btnList__title {
    padding: 8px 0;
    font-size: 90%;
  }
  .bc-p-btnList__content {
    padding: 20px 20px 12px 20px;
  }
  .bc-p-btnList .bc-c-btn--L {
    width: calc((100% - 78px) / 3);
    margin: 0 13px 13px 13px;
    font-size: 87.5%;
    letter-spacing: -.02em;
  }
}

@media (max-width: 1000px) and (min-width: 1305px) {
  .bc-p-btnList__content {
    padding: 20px 10px;
  }
  .bc-p-btnList .bc-c-btn--L {
    width: calc((100% - 30px) / 3);
    margin: 0 5px 13px 5px;
    font-size: 70%;
  }
}

@media only screen and (max-width: 1304px) {
  .bc-p-btnList__title {
    padding: 5px;
    font-size: 81.25%;
  }
  .bc-p-btnList__content {
    padding: 10px;
    text-align: center;
  }
  .bc-p-btnList .bc-c-btn--L {
    width: calc(100% - 30px);
    margin: 5px auto;
  }
}

.bc-p-msgList {
  width: 100%;
  border: solid 1px #dcdcdc;
  box-shadow: 1px 1px 2px 0.5px rgba(0, 0, 0, 0.1);
}

.bc-p-msgList__title {
  background-color: #dedede;
}

.bc-p-msgList__title .bc-c-radio {
  margin-right: 0;
}

.bc-p-msgList__item.is-selected {
  background-color: #fffde9;
}

.bc-p-msgList__previewIn {
  background-color: #000072;
  color: #fff;
}

.bc-p-msgList__previewIn > .black {
  background-color: #000000;
}

.bc-p-msgList__previewIn > .white {
  background-color: #fff;
}

.bc-p-msgList__previewIn > .red {
  background-color: #ff0400;
}

.bc-p-msgList__previewIn > .orange {
  background-color: #ff7200;
}

.bc-p-msgList__previewIn > .yellow {
  background-color: #ffff00;
}

.bc-p-msgList__previewIn > .green {
  background-color: #00ff00;
}

.bc-p-msgList__previewIn > .blue {
  background-color: #0600ff;
}

.bc-p-msgList__previewIn > .navy {
  background-color: #010072;
}

.bc-p-msgList__previewIn > .purple {
  background-color: #d200ff;
}

@media only screen and (min-width: 1305px) {
  .bc-p-msgList {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .bc-p-msgList::before {
    content: "";
    display: block;
    width: 25%;
    -ms-flex-order: 1;
        order: 1;
  }
  .bc-p-msgList::after {
    content: "";
    display: block;
    width: 25%;
  }
  .bc-p-msgList__item {
    width: 25%;
    position: relative;
    padding-bottom: 150px;
    border-bottom: solid 1px #dcdcdc;
  }
  .bc-p-msgList__item::before {
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;
    background-color: #dcdcdc;
    content: "";
  }
  .bc-p-msgList__item:hover {
    background-color: #fffde9;
  }
  .bc-p-msgList__title {
    position: relative;
    border-right: solid 1px #fff;
    font-size: 81.25%;
  }
  .bc-p-msgList__title .bc-c-radio {
    padding: 10px;
  }
  .bc-p-msgList__title .bc-c-radio__text {
    padding-left: 24px;
  }
  .bc-p-msgList__text {
    min-height: 115px;
    padding: 12px 10px;
    font-size: 81.25%;
  }
  .bc-p-msgList__preview {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 150px;
    padding: 12px 7.5px 17px 7.5px;
    border-top: dashed 1px #dcdcdc;
    overflow: hidden;
  }
  .bc-p-msgList__previewIn {
    height: 100%;
    font-size: 81.25%;
  }
  .bc-p-msgList__previewIn > div {
    width: 100%;
    height: 100%;
    padding: 5px 7px;
  }
  .bc-p-msgList__previewImage {
    width: 100%;
    height: 100%;
  }
  .bc-p-msgList__previewImage img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    font-family: 'object-fit: cover;';
  }
  .bc-p-msgList__item:nth-of-type(4n)::before {
    width: 0;
  }
  .bc-p-msgList__item:nth-of-type(4n) .bc-p-msgList__title {
    border-right: none;
  }
  .bc-p-msgList--image .bc-p-msgList__preview {
    height: 126px;
  }
  .bc-p-msgList--image .bc-p-msgList__item {
    width: 20%;
    padding-bottom: 126px;
  }
  .bc-p-msgList--image .bc-p-msgList__item:nth-of-type(4n)::before {
    width: 1px;
  }
  .bc-p-msgList--image .bc-p-msgList__item:nth-of-type(4n) .bc-p-msgList__title {
    border-right: solid 1px #fff;
  }
  .bc-p-msgList--image .bc-p-msgList__item:nth-of-type(5n)::before {
    width: 0;
  }
  .bc-p-msgList--image .bc-p-msgList__item:nth-of-type(5n) .bc-p-msgList__title {
    border-right: none;
  }
}

@media only screen and (max-width: 1304px) {
  .bc-p-msgList__item.is-hover {
    background-color: #fffde9;
  }
  .bc-p-msgList__title {
    font-size: 75%;
  }
  .bc-p-msgList__title .bc-c-radio {
    padding: 10px;
  }
  .bc-p-msgList__title .bc-c-radio__text {
    padding-left: 24px;
  }
  .bc-p-msgList__text {
    padding: 10px 12px;
    font-size: 75%;
  }
  .bc-p-msgList__preview {
    padding: 12px 12px 18px 12px;
    border-top: dotted 1px #dcdcdc;
  }
  .bc-p-msgList__previewIn {
    width: 236px;
    height: 143px;
    margin: 0 auto;
    font-size: 81.25%;
    overflow: hidden;
  }
  .bc-p-msgList__previewIn > div {
    width: 100%;
    height: 100%;
    padding: 5px 7px;
  }
}

.bc-p-msgEdit__editContent {
  border: solid 1px #dcdcdc;
  box-shadow: 1px 1px 2px 0.5px rgba(0, 0, 0, 0.1);
}

.bc-p-msgEdit__previewContentIn {
  background-color: #000072;
  color: #fff;
}

.bc-p-msgEdit__previewContentIn > .black {
  background-color: #000000;
}

.bc-p-msgEdit__previewContentIn > .white {
  background-color: #fff;
}

.bc-p-msgEdit__previewContentIn > .red {
  background-color: #ff0400;
}

.bc-p-msgEdit__previewContentIn > .orange {
  background-color: #ff7200;
}

.bc-p-msgEdit__previewContentIn > .yellow {
  background-color: #ffff00;
}

.bc-p-msgEdit__previewContentIn > .green {
  background-color: #00ff00;
}

.bc-p-msgEdit__previewContentIn > .blue {
  background-color: #0600ff;
}

.bc-p-msgEdit__previewContentIn > .navy {
  background-color: #010072;
}

.bc-p-msgEdit__previewContentIn > .purple {
  background-color: #d200ff;
}

.bc-p-msgEdit__previewContentImage {
  width: 100%;
}

.bc-p-msgEdit__previewContentImage img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}

@media only screen and (min-width: 1305px) {
  .bc-p-msgEdit {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    padding-bottom: 12px;
  }
  .bc-p-msgEdit__preview, .bc-p-msgEdit__edit {
    width: calc(50% - 10px);
  }
  .bc-p-msgEdit__previewContent {
    padding: 15px;
    border: solid 1px #dcdcdc;
    box-shadow: 1px 1px 2px 0.5px rgba(0, 0, 0, 0.1);
  }
  .bc-p-msgEdit__previewContentIn > div {
    width: 100%;
    min-height: 188px;
    padding: 10px 15px;
  }
  .bc-p-msgEdit__previewContentImage {
    height: 250px;
  }
}

@media (min-width: 1305px) and (max-width: 1000px) {
  .bc-p-msgEdit__previewContentImage {
    height: 190px;
  }
}

@media only screen and (max-width: 1304px) {
  .bc-p-msgEdit__preview {
    display: none;
  }
  .bc-p-msgEdit__previewContentIn > div {
    width: 100%;
    min-height: 212px;
    padding: 10px 15px;
  }
  .bc-p-msgEdit__previewContentImage {
    height: 250px;
  }
}

.bc-p-msgInput__title {
  background-color: #dedede;
}

.bc-p-msgInput__listItem:last-of-type {
  border-bottom: none;
}

@media only screen and (min-width: 1305px) {
  .bc-p-msgInput__title {
    padding: 9px;
    text-align: center;
    font-size: 81.25%;
    pointer-events: none;
  }
  .bc-p-msgInput__listItem {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    width: 100%;
    padding: 12px 10px;
    border-bottom: dashed 1px #dcdcdc;
  }
  .bc-p-msgInput__listItem--color {
    padding: 12px 10px 0 10px;
  }
  .bc-p-msgInput__label {
    width: 77px;
    margin-right: 10px;
    font-size: 81.25%;
    text-align: center;
  }
  .bc-p-msgInput__contentIn {
    width: calc(100% - 87px);
  }
  .bc-p-msgInput__contentIn .bc-c-input {
    width: 100%;
    height: 40px;
  }
}

@media only screen and (max-width: 1304px) {
  .bc-p-msgInput__title {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: justify;
        justify-content: space-between;
    padding: 10px 10px 10px 15px;
    font-size: 75%;
  }
  .bc-p-msgInput__titleIcon {
    display: inline-block;
    width: 9px;
    height: 9px;
    border-top: solid 2px #313131;
    border-right: solid 2px #313131;
    transform: rotate(-225deg);
    transition: all .3s;
  }
  .bc-p-msgInput__title.is-open .p-msgInput__titleIcon {
    transform: rotate(-45deg);
  }
  .bc-p-msgInput__listItem {
    padding: 5px 12px 10px 12px;
    border-bottom: dotted 1px #dcdcdc;
  }
  .bc-p-msgInput__listItem .bc-c-input {
    width: 100%;
  }
  .bc-p-msgInput__listItem:last-of-type {
    padding-bottom: 18px;
  }
  .bc-p-msgInput__label {
    font-size: 75%;
  }
  .bc-p-msgInput--color {
    margin-top: 1px;
  }
  .bc-p-msgInput--color .bc-p-msgInput__listItem {
    padding: 15px 12px;
  }
  .bc-p-msgInput--color .bc-p-msgInput__label {
    margin-bottom: 7px;
  }
}

.bc-p-msgConfirm {
  border: solid 1px #dcdcdc;
  box-shadow: 1px 1px 2px 0.5px rgba(0, 0, 0, 0.1);
}

.bc-p-msgConfirm__title {
  background-color: #dedede;
}

.bc-p-msgConfirm__preview {
  background-color: #010072;
  color: #fff;
}

.bc-p-msgConfirm__preview > div {
  width: 100%;
  height: 100%;
}

.bc-p-msgConfirm__preview > div.black {
  background-color: #000000;
}

.bc-p-msgConfirm__preview > div.white {
  background-color: #fff;
}

.bc-p-msgConfirm__preview > div.red {
  background-color: #ff0400;
}

.bc-p-msgConfirm__preview > div.orange {
  background-color: #ff7200;
}

.bc-p-msgConfirm__preview > div.yellow {
  background-color: #ffff00;
}

.bc-p-msgConfirm__preview > div.green {
  background-color: #00ff00;
}

.bc-p-msgConfirm__preview > div.blue {
  background-color: #0600ff;
}

.bc-p-msgConfirm__preview > div.navy {
  background-color: #010072;
}

.bc-p-msgConfirm__preview > div.purple {
  background-color: #d200ff;
}

.bc-p-msgConfirm__previewImg {
  display: inline-block;
}

.bc-p-msgConfirm__previewImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}

@media only screen and (min-width: 1305px) {
  .bc-p-msgConfirm__title {
    padding: 9px;
    text-align: center;
    font-size: 81.25%;
  }
  .bc-p-msgConfirm__content {
    padding: 12px 12px 20px 12px;
  }
  .bc-p-msgConfirm__preview {
    width: 225px;
    margin: 0 auto;
  }
  .bc-p-msgConfirm__preview > div {
    min-height: 137px;
    padding: 8px 12px;
  }
  .bc-p-msgConfirm__previewImg {
    width: 225px;
    height: 137px;
  }
}

@media only screen and (max-width: 1304px) {
  .bc-p-msgConfirm__title {
    padding: 10px 10px 10px 15px;
    font-size: 75%;
  }
  .bc-p-msgConfirm__content {
    padding: 15px 24px 20px 24px;
  }
  .bc-p-msgConfirm__preview {
    width: 100%;
  }
  .bc-p-msgConfirm__preview > div {
    min-height: 192px;
    padding: 8px 12px;
  }
  .bc-p-msgConfirm__previewImg {
    width: 100%;
    height: 192px;
  }
}

.bc-p-msgSettings {
  border: solid 1px #e0e0e0;
}

.bc-p-msgSettings__item {
  display: -ms-flexbox;
  display: flex;
}

.bc-p-msgSettings__cellIn {
  display: inline-block;
  text-align: center;
}

@media only screen and (min-width: 1305px) {
  .bc-p-msgSettings {
    box-shadow: 1px 1px 2px 0.5px rgba(0, 0, 0, 0.1);
  }
  .bc-p-msgSettings__cell {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    border-right: solid 1px #e0e0e0;
    padding: 15px 10px;
  }
  .bc-p-msgSettings__cell--no {
    -ms-flex-pack: center;
        justify-content: center;
    width: 60px;
    font-size: 81.25%;
  }
  .bc-p-msgSettings__cell--title {
    width: calc((100% - 60px) * .4);
    padding: 15px 20px;
    font-size: 81.25%;
  }
  .bc-p-msgSettings__cell--btns {
    -ms-flex-pack: center;
        justify-content: center;
    width: calc((100% - 60px) * .6);
    border-right: none;
    text-align: center;
  }
  .bc-p-msgSettings__item {
    width: 100%;
    border-bottom: dashed 1px #e0e0e0;
  }
  .bc-p-msgSettings__item:last-of-type, .bc-p-msgSettings__item:first-of-type {
    border-bottom: none;
  }
  .bc-p-msgSettings__item--header {
    background-color: #c6c6c6;
  }
  .bc-p-msgSettings__item--header .bc-p-msgSettings__cell {
    padding: 10px;
    border-color: #f5f4f4;
  }
  .bc-p-msgSettings__item--header .bc-p-msgSettings__cell--title {
    -ms-flex-pack: center;
        justify-content: center;
  }
  .bc-p-msgSettings__item--header .bc-p-msgSettings__cell--btns {
    font-size: 81.25%;
  }
}

@media only screen and (max-width: 1304px) {
  .bc-p-msgSettings__item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .bc-p-msgSettings__item--header {
    display: none;
  }
  .bc-p-msgSettings__cell--no {
    width: 36px;
    padding: 10px 0 10px 7px;
    background-color: #dedede;
    font-size: 75%;
  }
  .bc-p-msgSettings__cell--title {
    width: calc(100% - 36px);
    padding: 10px 0;
    background-color: #dedede;
    font-size: 75%;
  }
  .bc-p-msgSettings__cell--btns {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    width: 100%;
    padding: 10px;
  }
}

.bc-p-sound__item {
  display: inline-block;
  vertical-align: top;
}

.bc-p-sound .bc-c-radio {
  margin-right: 0;
}

@media only screen and (min-width: 1305px) {
  .bc-p-sound {
    width: calc(100% + 32px);
    transform: translateX(-16px);
  }
  .bc-p-sound__item {
    width: 73px;
    margin: 3px 16px;
  }
  .bc-p-sound .bc-c-radio {
    margin-bottom: 7px;
    padding: 0;
  }
  .bc-p-sound .bc-c-radio__text {
    padding-left: 30px;
    font-size: 81.25%;
  }
  .bc-p-sound .bc-c-radio__text::before {
    top: 3px;
  }
  .bc-p-sound .bc-c-radio__text::after {
    top: 5px;
  }
}

@media only screen and (max-width: 1304px) {
  .bc-p-sound {
    width: calc(100% + 20px);
    transform: translateX(-10px);
  }
  .bc-p-sound__item {
    width: 51px;
    margin: 12px 15px;
    text-align: center;
  }
  .bc-p-sound__btn {
    margin: 0 auto;
  }
  .bc-p-sound .bc-c-radio {
    padding: 0;
  }
  .bc-p-sound .bc-c-radio__text {
    width: 100%;
    padding: 20px 0 0 0;
    font-size: 80%;
  }
  .bc-p-sound .bc-c-radio__text::before {
    left: 50%;
    transform: translateX(-50%);
  }
  .bc-p-sound .bc-c-radio__text::after {
    left: 50%;
    transform: translateX(-50%);
  }
}

.bc-p-settingsList {
  border: solid 1px #e0e0e0;
}

.bc-p-settingsList__item {
  display: -ms-flexbox;
  display: flex;
}

.bc-p-settingsList__cellIn {
  display: inline-block;
  text-align: center;
}

@media only screen and (min-width: 1305px) {
  .bc-p-settingsList {
    box-shadow: 1px 1px 2px 0.5px rgba(0, 0, 0, 0.1);
  }
  .bc-p-settingsList__cell {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    border-right: solid 1px #e0e0e0;
    padding: 15px 10px;
  }
  .bc-p-settingsList__cell--no {
    -ms-flex-pack: center;
        justify-content: center;
    width: 60px;
    font-size: 81.25%;
  }
  .bc-p-settingsList__cell--title {
    width: calc((100% - 60px) * .35);
    padding: 15px 20px;
    font-size: 81.25%;
  }
  .bc-p-settingsList__cell--content {
    -ms-flex-pack: center;
        justify-content: center;
    width: calc((100% - 60px) * .65);
    padding: 0;
    border-right: none;
  }
  .bc-p-settingsList__cell--status {
    -ms-flex-pack: center;
        justify-content: center;
    width: 30%;
    height: 100%;
    font-size: 81.25%;
  }
  .bc-p-settingsList__cell--schedule {
    -ms-flex-pack: start;
        justify-content: flex-start;
    width: 70%;
    height: 100%;
    border-right: none;
    font-size: 81.25%;
  }
  .bc-p-settingsList__item {
    width: 100%;
    border-bottom: dashed 1px #e0e0e0;
  }
  .bc-p-settingsList__item:last-of-type, .bc-p-settingsList__item:first-of-type {
    border-bottom: none;
  }
  .bc-p-settingsList__item--header {
    background-color: #c6c6c6;
  }
  .bc-p-settingsList__item--header .bc-p-settingsList__cell {
    padding: 10px;
    border-color: #f5f4f4;
  }
  .bc-p-settingsList__item--header .bc-p-settingsList__cell--title {
    -ms-flex-pack: center;
        justify-content: center;
  }
  .bc-p-settingsList__item--header .bc-p-settingsList__cell--content {
    padding: 0;
  }
  .bc-p-settingsList__item--header .bc-p-settingsList__cell--schedule {
    -ms-flex-pack: center;
        justify-content: center;
  }
  .bc-p-settingsList__spTitle {
    display: none;
  }
}

@media only screen and (max-width: 1304px) {
  .bc-p-settingsList__item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .bc-p-settingsList__item--header {
    display: none;
  }
  .bc-p-settingsList__spTitle {
    display: block;
    height: 25px;
    font-size: 75%;
    background-color: #b3b3b3;
    color: #fff;
    text-align: center;
  }
  .bc-p-settingsList__text {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    height: calc(100% - 25px);
    padding: 8px;
    font-size: 81.25%;
  }
  .bc-p-settingsList__cell--no {
    width: 36px;
    padding: 10px 0 10px 7px;
    background-color: #dedede;
    font-size: 75%;
  }
  .bc-p-settingsList__cell--title {
    width: calc(100% - 36px);
    padding: 10px 0;
    background-color: #dedede;
    font-size: 75%;
  }
  .bc-p-settingsList__cell--content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    width: calc(100% - 14px);
    margin: 7px 7px 10px 7px;
    padding: 0;
    border: solid 1px #e0e0e0;
  }
  .bc-p-settingsList__cell--status {
    width: 30%;
  }
  .bc-p-settingsList__cell--status .bc-p-settingsList__spTitle {
    border-right: solid 1px #f5f4f4;
  }
  .bc-p-settingsList__cell--status .bc-p-settingsList__text {
    -ms-flex-pack: center;
        justify-content: center;
    border-right: solid 1px #e0e0e0;
    text-align: center;
  }
  .bc-p-settingsList__cell--schedule {
    width: 70%;
  }
  .bc-p-settingsList__cell--schedule .bc-p-settingsList__text {
    text-align: left;
  }
}

@media only screen and (min-width: 1305px) {
  .bc-p-setCondition__in {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    width: 100%;
  }
  .bc-p-setCondition__lead {
    margin-bottom: 5px;
  }
  .bc-p-setCondition__unit {
    width: 85px;
  }
  .bc-p-setCondition__btn {
    margin-top: 10px;
  }
  .bc-p-setCondition__btn .bc-c-radioBtn {
    margin-right: 10px;
  }
  .bc-p-setCondition__btn .bc-c-radioBtn__text {
    font-size: 90%;
  }
}

@media only screen and (max-width: 1304px) {
  .bc-p-setCondition__lead {
    margin-bottom: 10px;
  }
  .bc-p-setCondition__unit {
    margin-top: 10px;
  }
  .bc-p-setCondition__btn .bc-c-radioBtn {
    margin-right: 5px;
  }
  .bc-p-setCondition__btn .bc-c-radioBtn:last-of-type {
    margin-right: 0;
  }
  .bc-p-setCondition__btn .bc-c-radioBtn__text {
    font-size: 90%;
  }
}

.bc-p-result__itemTime {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  width: 100%;
  background-color: #dedede;
  line-height: 1.3;
}

.bc-p-result__itemThumbIn {
  height: 100%;
  text-align: center;
/* 2025/05/09 HPS UA-25新サービス対応  add start */
	aspect-ratio:4 / 3;
/* 2025/05/09 HPS UA-25新サービス対応  add end */
}

.bc-p-result__itemThumbIn img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}

.bc-p-result__content {
  overflow-y: auto;
}

.bc-p-result__contentText {
  width: 100%;
  padding: 55px 0;
  text-align: center;
}

@media only screen and (min-width: 1305px) {
  .bc-p-result {
    padding-top: 8px;
  }
  .bc-p-result__number {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-bottom: 5px;
    font-size: 90%;
  }
  .bc-p-result__content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
    max-height: 408px;
    border: solid 1px #dcdcdc;
    box-shadow: 1px 1px 2px 0.5px rgba(0, 0, 0, 0.1);
  }
  .bc-p-result__content::before {
    content: "";
    display: block;
    width: 25%;
    -ms-flex-order: 1;
        order: 1;
  }
  .bc-p-result__content::after {
    content: "";
    display: block;
    width: 25%;
  }
  .bc-p-result__contentText {
    font-size: 90%;
  }
  .bc-p-result__itemTime {
    position: relative;
    height: 50px;
    padding-left: 10px;
    border-right: solid 1px #fff;
    font-size: 81.25%;
  }
  .bc-p-result__itemThumb {
    width: 100%;
/* 2025/05/09 HPS UA-25新サービス対応  delete start */
/*	height: 128px; */
/* 2025/05/09 HPS UA-25新サービス対応  delete end */
    padding: 10px;
  }
  .bc-p-result__itemThumbIn {
    width: 100%;
  }
  .bc-p-result__item {
    position: relative;
    width: 25%;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    border-bottom: solid 1px #dcdcdc;
  }
  .bc-p-result__item::before {
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;
    background-color: #dcdcdc;
    content: "";
  }
  .bc-p-result__item:hover, .bc-p-result__item.is-selected {
    background-color: #fffde9;
  }
  .bc-p-result__item:nth-of-type(4n) .bc-p-result__itemTime {
    border-right: none;
  }
}

@media only screen and (max-width: 1304px) {
  .bc-p-result {
    padding-top: 8px;
  }
  .bc-p-result__number {
    width: 100%;
    margin-bottom: 5px;
    font-size: 81.25%;
  }
  .bc-p-result__content {
    width: 100%;
    border: solid 1px #dcdcdc;
    box-shadow: 1px 1px 2px 0.5px rgba(0, 0, 0, 0.1);
  }
  .bc-p-result__contentText {
    font-size: 81.25%;
  }
  .bc-p-result__itemTime {
    padding: 10px;
    font-size: 75%;
    border-top: solid 1px #fff;
  }
  .bc-p-result__itemThumb {
    width: 100%;
/* 2025/05/09 HPS UA-25新サービス対応  delete start */
/*  height: 128px; */
/* 2025/05/09 HPS UA-25新サービス対応  delete end */
    padding: 14px 10px 18px 10px;
  }
  .bc-p-result__itemThumbIn { 
    width: 100%;
    max-width: 250px;
    margin: 0 auto;
  }
  .bc-p-result__item:first-of-type .bc-p-result__itemTime {
    border-top: none;
  }
  .bc-p-result__item.is-hover, .bc-p-result__item.is-selected {
    background-color: #fffde9;
  }
}

.bc-p-loading {
  display: none;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 100%;
  background-color: rgba(49, 49, 49, 0.2);
  opacity: 0;
}

.bc-p-loading.is-active {
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  opacity: 1;
  z-index: 999;
  animation: fadeIn .5s ease 0s 1 normal;
}

.bc-p-loading__content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  position: relative;
  height: 300px;
  background-color: #fff;
  box-shadow: 1px 1px 2px 0.5px rgba(0, 0, 0, 0.1);
  text-align: center;
}

.bc-p-loading__contentIn {
  display: inline-block;
}

.bc-p-loading__text {
  font-size: 81.25%;
  text-align: center;
}

.bc-p-loading__text--bold {
  margin-bottom: 5px;
  font-size: 90%;
  font-weight: bold;
  color: #c02;
}

.bc-p-loading__loader {
  position: relative;
  width: 72px;
  height: 72px;
  margin: 0 auto 30px auto;
}

.bc-p-loading__back {
  position: absolute;
  bottom: 10px;
  left: 10px;
  font-size: 81.25%;
}

.bc-p-loading__btn {
  margin-top: 30px;
}

@media only screen and (min-width: 1305px) {
  .bc-p-loading__content {
    width: 500px;
  }
}

@media only screen and (max-width: 1304px) {
  .bc-p-loading__content {
    width: 80%;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.bc-p-menu__content {
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (min-width: 1305px) {
  .bc-p-menu {
    padding-top: 26px;
  }
  .bc-p-menu__content {
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
  .bc-p-menu__text {
    padding-left: 5px;
    font-size: 81.25%;
  }
  .bc-p-menu__img {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
        justify-content: flex-end;
    width: 240px;
    padding: 0 30px;
  }
  .bc-p-menu__imgIn--1 {
    width: 137px;
  }
  .bc-p-menu__imgIn--2 {
    width: 183px;
  }
  .bc-p-menu__imgIn--3 {
    width: 166px;
  }
  .bc-p-menu__imgIn--4 {
    width: 139px;
  }
  .bc-p-menu__imgIn--5 {
    width: 115px;
  }
  .bc-p-menu__imgIn--6 {
    width: 115px;
  }
  .bc-p-menu__imgIn--7 {
    width: 43px;
  }
  .bc-p-menu__imgIn--8 {
    width: 50px;
  }
  .bc-p-menu__imgIn--9 {
    width: 110px;
  }
  .bc-p-menu__imgIn--10 {
    width: 117px;
  }
  .bc-p-menu__imgIn--11 {
    width: 161px;
  }
  .bc-p-menu__imgIn--12 {
    width: 90px;
  }
  .bc-p-menu__imgIn--13 {
    width: 77px;
  }
  .bc-p-menu__imgIn--14 {
    width: 111px;
  }
}

@media only screen and (max-width: 1304px) {
  .bc-p-menu {
    padding-top: 18px;
  }
  .bc-p-menu__content {
    -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
  }
  .bc-p-menu__text {
    padding: 15px 5px 5px 5px;
    font-size: 75%;
  }
  .bc-p-menu__img {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    width: 100%;
    padding: 0;
  }
  .bc-p-menu__imgIn--1 {
    width: calc(408px / 2);
  }
  .bc-p-menu__imgIn--2 {
    width: calc(548px / 2);
  }
  .bc-p-menu__imgIn--3 {
    width: calc(502px / 2);
  }
  .bc-p-menu__imgIn--4 {
    width: calc(418px / 2);
  }
  .bc-p-menu__imgIn--5 {
    width: calc(343px / 2);
  }
  .bc-p-menu__imgIn--6 {
    width: calc(352px / 2);
  }
  .bc-p-menu__imgIn--7 {
    width: calc(129px / 2);
  }
  .bc-p-menu__imgIn--8 {
    width: calc(150px / 2);
  }
  .bc-p-menu__imgIn--9 {
    width: calc(331px / 2);
  }
  .bc-p-menu__imgIn--10 {
    width: calc(349px / 2);
  }
  .bc-p-menu__imgIn--11 {
    width: calc(483px / 2);
  }
  .bc-p-menu__imgIn--12 {
    width: calc(267px / 2);
  }
  .bc-p-menu__imgIn--13 {
    width: calc(231px / 2);
  }
  .bc-p-menu__imgIn--14 {
    width: calc(345px / 2);
  }
}

/* utility styles */
.u-alC {
  text-align: center;
}

.u-alL {
  text-align: left;
}

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

.u-text--red {
  color: #c02;
}

.u-text--notice {
  position: relative;
  padding-left: 1em;
}

.u-text--notice a:link,
.u-text--notice a:focus,
.u-text--notice a:hover,
.u-text--notice a:visited {
  color: #313131;
}

.u-text--notice::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "※";
}

@media only screen and (min-width: 1305px) {
  .u-spOnly {
    display: none;
  }
}

@media only screen and (max-width: 1304px) {
  .u-pcOnly {
    display: none;
  }
}

.c-count__plus {
  color: #c02;
}

/*surabhi*/
@media (min-width: 321px) and (max-width: 358px) {
  /*.c-titlePage2 {
    min-height: 53.3px;
    margin-bottom: 4px !important;
    padding-top: 8px;
    padding-bottom: 12px;
  }*/
  .c-titlePage2:last-of-type {
    margin-bottom: 12px !important;
  }
  .c-titlePage2__text {
    font-size: 110%;
  } 
  .c-titlePage2__number {
    bottom: 10px;
    width: 100%;
    font-size: 12px;
    margin: 1px -1px 3px 98px;
  }
  .c-titlePage2__number .numerator {
    margin: 0 -1px -3px 20px;
    font-size: 22px;
  }
  .c-titlePage2__number .numerator + .unit {
    margin-left: 10px;
    margin: 0 0 -6px 6px;
    font-size: 22px; 
  }
  .c-titlePage2__number .denominator {
    font-size: 22px;
    margin: 0 -1px -3px 0;
  }
  .c-titlePage2__number .slash {
    margin-right: 3px;
    font-size: 22px;
    margin: 0px 2px -6px 0;
  }
  .c-titlePage2__number .unit {
    margin: 0 0 -7px 3px;
    font-size: 22px;
  }
  .c-count__plus {
    color: #c02;
    font-size: 22px;
    margin: 0 0 -5px 1px;
  }
}  


@media (max-width: 320px){
  .c-titlePage2__number {
    bottom: 15px;
    width: 100%;
    margin-left: 95px;
  }   

  .c-titlePage2__text {
    font-size: 115%;
  }

  .c-titlePage2__number .numerator {
    margin: 0 -1px -3px 30px;
    font-size: 20px;
  }   

  .c-titlePage2__number .numerator + .unit {
    margin-left: 10px;
    margin: 0 0 -6px 0px;
    font-size: 20px;
  }

  .c-titlePage2__number .denominator {
    font-size: 20px;
    margin: 0 -1px -3px 0;
  }
  .c-titlePage2__number .unit {
    margin: -1px -1px -6px 0;
  } 
  .c-titlePage2__number .slash {
    margin: 0 -1px -3px 0;
    font-size: 20px;  
  }  
}

.overlimit {
	color: #c02;
}