@charset "UTF-8";
/*====================
BASE
元style.css
====================*/
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
}

html {
  height: 100%;
}

body, body input, body textarea, body button {
  -webkit-text-size-adjust: 100%;
  font-family: "Roboto", 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, "メイリオ", Meiryo, sans-serif;
}

body.modal-open {
  padding-right: 0 !important;
  overflow: hidden;
}

*:focus {
  outline: none !important;
}

input::-webkit-input-placeholder, input::-moz-placeholder, input::-ms-input-placeholder, input::placeholder, input:-ms-input-placeholder, textarea::-webkit-input-placeholder, textarea::-moz-placeholder, textarea::-ms-input-placeholder, textarea::placeholder, textarea:-ms-input-placeholder {
  color: var(--gray400);
}

.material-icons {
  cursor: pointer;
}
.material-icons.md-18 {
  font-size: 18px;
}
.material-icons.md-24 {
  font-size: 24px;
}
.material-icons.md-36 {
  font-size: 36px;
}
.material-icons.md-48 {
  font-size: 48px;
}

.files-icon {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  box-sizing: border-box;
  transform: scale(var(--ggs, 1));
  width: 50px;
  height: 62px;
  border: 2px solid transparent;
  border-right: 0;
  border-top: 0;
  box-shadow: 0 0 0 2px;
  border-radius: 4px;
  border-top-right-radius: 14px;
  overflow: hidden;
}
.files-icon::after {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 14px;
  height: 15px;
  border-left: 2px solid;
  border-bottom: 2px solid;
  right: -1px;
  top: -1px;
}
.files-icon p {
  font-size: 12px;
  font-style: initial;
  font-weight: bold;
}

.img-icon {
  width: 100%;
  height: 100%;
  max-width: 90px;
  max-height: 90px;
}

/****************************************
* CUSTOM VARIABLE
*****************************************/
:root {
  --primary: #c2185b;
  --primaryDark: #8c0032;
  --primaryLight: #fa5788;
  --pink50: #fce4ec;
  --primaryHover: #E52D76;
  --primaryDarkHover: #AF0D47;
  --black: #000000;
  --gray100: #F2F6F9;
  --gray200: #E7EDF1;
  --gray300: #D8E0E7;
  --gray400: #B0BDC9;
  --gray500: #8795A1;
  --gray600: #617381;
  --gray700: #4B5B69;
  --gray800: #2D3943;
  --white: #ffffff;
  --error: #E96060;
  --warning: #FFB649;
  --success: #57CCAE;
  --secondaryHover: #6A8094;
  --errorHover: #FF6969;
  --warningHover: #FFC163;
  --successHover: #66E8C9;
  --highlightLine: #00B900;
  --highlightAttribute: #29B6F6;
  --appendBtn: #E96060;
  --appendHoveBtn: #E98080;
  --openBtn1: #E96060;
  --openNavi1: #F0E68C;
  --openBtn2: #019A66;
  --openNavi2: #00bb85;
  --closeNavi2: #aaaaaa;
}

/****************************************
* TYPOGRAPHY
*****************************************/
.heading2 {
  margin-bottom: 24px;
}
.heading3 {
  font-size: 24px;
  line-height: 133%;
  font-weight: 400;
}
.heading4 {
  font-size: 20px;
  line-height: 160%;
  letter-spacing: 7.5e-05em;
  font-weight: 600;
}

.subTitle1 {
  font-size: 16px;
  line-height: 175%;
  letter-spacing: 9.38e-05em;
  font-weight: 600;
}
.subTitle1 .subTitle1-in {
  display: inline-block;
  vertical-align: middle;
}
.subTitle1 .btn-add002 {
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
}
.subTitle2 {
  font-size: 14px;
  line-height: 157%;
  letter-spacing: 7.14e-05em;
  font-weight: 600;
}
.subTitle3, .subTitle6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -24px;
  color: var(--gray500);
}
.subTitle3 .nav-title, .subTitle6 .nav-title {
  display: inline-block;
  width: 160px;
  padding: 8px;
  text-align: center;
  font-size: .8rem;
  cursor: pointer;
}
.subTitle3 .nav-title[data-target=checklist], .subTitle3 .nav-title[data-target=checker], .subTitle6 .nav-title[data-target=checklist], .subTitle6 .nav-title[data-target=checker] {
  width: 150px;
}
.subTitle3 .nav-title.active, .subTitle3 .nav-title:hover, .subTitle6 .nav-title.active, .subTitle6 .nav-title:hover {
  color: var(--primary) !important;
  border-bottom: solid 2px var(--primary);
  background: rgba(250, 87, 136, 0.12);
}
.subTitle4 {
  background: #ffe4b5;
  padding: .5rem;
  font-size: 14px;
  height: 100%;
  min-height: 52px;
}
.subTitle5 {
  font-size: 16px;
  line-height: 175%;
  letter-spacing: 9.38e-05em;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
}
.subTitle5 .subTitle-in {
  display: inline-block;
  vertical-align: middle;
  min-width: 180px;
  white-space: nowrap;
}
.subTitle6 {
  width: 100%;
}
.subTitle6 .nav-title {
  width: calc(100% / 8);
}
.subTitle, .subTitle2 {
  position: relative;
}
.subTitle .title, .subTitle2 .title {
  display: none;
  font-size: .75rem;
}
.subTitle .title.active, .subTitle2 .title.active {
  display: block;
}
.subTitle .title.active::before, .subTitle2 .title.active::before {
  content: " ( ";
  margin: 0 .25rem;
}
.subTitle .title.active::after, .subTitle2 .title.active::after {
  content: " ) ";
  margin: 0 .25rem;
}

.body1 {
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 9.38e-05em;
  font-weight: 400;
}
.body2 {
  font-size: 14px;
  line-height: 143%;
  letter-spacing: 0.0001071em;
  font-weight: 400;
}
.body-lock {
  overflow: hidden;
}

a.body2, a.body:hover {
  color: #FFFFFF;
}

.caption {
  font-size: 12px;
  line-height: 166%;
  letter-spacing: 0.0003333em;
  font-weight: 400;
}

.label {
  display: inherit;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 0.0003333em;
  font-weight: 400;
}
.label2 {
  font-size: 10px;
  line-height: 100%;
  letter-spacing: 0.0003333em;
  font-weight: 400;
}

span.label {
  font-weight: 600;
}

/****************************************
* HEADER
*****************************************/
#header-index {
  width: 100%;
  height: 64px;
  background: var(--white);
  border-bottom: solid 1px var(--gray300);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  padding: 0 24px;
}

#ivr-primary-header {
  width: 100%;
  height: 64px;
  background: var(--white);
  border-bottom: solid 1px var(--gray300);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  padding: 0 24px;
}
#ivr-primary-header02 {
  width: 100%;
  height: 64px;
  background: var(--white);
  border-bottom: solid 1px var(--gray300);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  padding: 0 24px;
}

.ivr-header-wrap {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 500;
}

.header-logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.header-left, .header-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  height: 100%;
}
.header-right {
  position: relative;
}
.header-right .caption {
  margin: .25rem .5rem 0 0;
}

.ivr-nav-wrap {
  margin-left: 32px;
  height: 100%;
}
.ivr-nav-list, .ivr-nav-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  list-style: none;
  height: 100%;
}
.ivr-nav-item {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.ivr-nav-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  text-decoration: none;
  padding: 0 16px;
  color: var(--gray800);
  width: 100%;
  height: 100%;
  -webkit-transition: .35s;
  transition: .35s;
}
.ivr-nav-link:hover {
  color: var(--gray800);
  background: rgba(250, 87, 136, 0.12);
}
.ivr-nav-link-active {
  color: var(--gray800);
  background: rgba(250, 87, 136, 0.12);
}
.ivr-nav-icon {
  color: var(--primary);
}
.ivr-nav-icon-cancel {
  color: var(--gray400);
}

.mt8 {
  margin-top: 8px;
}
.mt24 {
  margin-top: 24px;
}
.mr8 {
  margin-right: 8px;
}
.mr16 {
  margin-right: 16px;
}
.mb8 {
  margin-bottom: 8px;
}
.ml8 {
  margin-left: 8px;
}

.ivr-help-icon, .ivr-edit-icon, .ivr-cancel-icon, .ivr-settings-icon {
  text-decoration: none;
  display: block;
  width: 24px;
  height: 24px;
}
.ivr-count {
  color: var(--primary);
}

.dropdown-toggle-menu {
  display: none;
  padding: .5rem 0;
  margin: .125rem 0 0;
  font-size: 12px;
  color: #212529;
  text-align: left;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border-radius: .25rem;
}
.dropdown-toggle-menu.d-block {
  display: block;
  position: fixed;
  top: 64px;
  right: 0px;
  z-index: 10000;
}
.dropdown-item:hover {
  background: rgba(250, 87, 136, 0.12) !important;
}

.loading {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
}
.loading.on, .loading.active {
  position: fixed;
  width: 100vw;
  z-index: 9999;
}
.loading.on {
  height: 100vh;
  background-color: rgba(255, 255, 255, 0.5);
  background-image: url("../img/loading.svg");
  background-repeat: no-repeat;
  background-position: calc(50% - 32px) calc(50% - 32px);
}
.loading.active {
  top: 62px;
  height: calc(100vh - 62px);
}

/****************************************
* CONTENTS
*****************************************/
.height100 {
  height: 100%;
}

.bg-gray100 {
  background: var(--gray100);
}
.bg-p-dark {
  background: var(--primaryDark) !important;
}

.ttl-wrap {
  margin-bottom: 24px;
}

.directory-name {
  color: var(--gray400);
  padding-left: 8px;
  margin-bottom: 8px;
}

.page-list {
  list-style: none;
  color: var(--gray800);
}
.page-list-wrap {
  margin-top: 64px;
}
.page-list-inner {
  width: 100%;
  padding: 8px 24px;
  background: var(--white);
  border-radius: 2px;
}
.page-list-item {
  padding: 24px 0;
}
.page-list-item:not(:last-child) {
  border-bottom: solid 1px var(--gray300);
}
.page-list-link {
  text-decoration: none;
  display: block;
  color: var(--primary);
  -webkit-transition: .35s;
  transition: .35s;
}
.page-list-link:hover {
  color: var(--primaryLight);
}

.icon-delete {
  display: none;
}
.icon-area {
  margin-right: .5rem;
}
.icon_area {
  width: 24px;
  height: 24px;
}
.icon_area, .icon_area-b {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.icon_area-b {
  width: 18px;
  height: 18px;
}

.box001, .box002, .box003, .box004, .box005, .box007, .box008, .box009, .box010, .box011 {
  background: var(--white);
  border: solid 1px var(--gray400);
  color: var(--gray800);
  position: relative;
  border-radius: 4px;
}
.box001, .box002, .box003, .box005, .box008, .box010, .box011 {
  padding-left: 16px;
  padding-right: 16px;
  height: 44px;
}
.box004, .box009 {
  padding: 16px;
}
.box001 {
  width: 100%;
}
.box002 {
  width: 160px;
}
.box003 {
  width: 100%;
  max-width: 464px;
}
.box004 {
  width: 100%;
}
.box005 {
  width: 100%;
}
.box005:not([type=file]) {
  max-width: 240px;
}
.box007 {
  width: 100%;
  max-width: 464px;
  height: 15rem;
  padding: 8px 16px;
  font-size: .9rem;
}
.box008 {
  width: auto;
}
.box009 {
  width: 100%;
  height: calc(4rem + 32px);
}
.box010 {
  width: 3rem;
}
.box011 {
  width: 300px;
}

.ivr-login, .ivr-registration {
  width: 100%;
  height: 100%;
  position: relative;
}
.ivr-login-content {
  width: 400px;
  min-width: 400px;
  background: var(--white);
  padding: 40px;
  border-radius: 2px;
}
.ivr-login-content-area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  width: 100%;
  padding-top: 40px;
}
.ivr-login-info-wrap:not(:last-child) {
  margin-bottom: 24px;
}
.ivr-container {
  max-width: 1000px;
  margin: 0 auto;
  padding: 24px 0;
}
.ivr-registration-container {
  max-width: 640px;
  margin: 0 auto;
}
.ivr-registration-content {
  width: 100%;
  background: var(--white);
  padding: 40px;
  border-radius: 2px;
}
.ivr-registration-content-area {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  padding-top: 40px;
}
.ivr-logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  margin-bottom: 24px;
}
.ivr-form-item-wrap:not(:last-child) {
  margin-bottom: 24px;
}
.ivr-form-item-wrap02:not(:last-child) {
  margin-top: 32px;
}
.ivr-form-item-wrap-contents {
  width: 100%;
  padding-left: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
.ivr-form-item-wrap-contents .box-text {
  margin-left: 5px;
}
.ivr-form-item-inner {
  margin-bottom: 8px;
}
.ivr-form-item-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.ivr-form-image-wrap {
  position: relative;
}
.ivr-form-image-btns {
  margin: 5px;
}
.ivr-form-option-wrap {
  margin: 16px;
  display: none;
}
.ivr-form-option-wrap.active {
  display: block;
}
.ivr-form-decoration-button {
  display: inline-block;
  position: relative;
  border: 1px solid #888888;
  border-radius: 5px;
  padding: 5px;
  height: 30px;
  width: 30px;
  margin-right: 5px;
  text-align: center;
  font-size: .8rem;
  cursor: pointer;
}
.ivr-form-decoration-button__long {
  display: inline-block;
  position: relative;
  border: 1px solid #888888;
  border-radius: 5px;
  padding: 5px;
  height: 30px;
  margin-right: 5px;
  text-align: center;
  font-size: .8rem;
}
.ivr-form-decoration-button__long [type=text] {
  border: none;
  width: 1.8rem;
  text-align: right;
}
.ivr-form-decoration-button__reverse {
  display: inline-block;
  position: relative;
  border: 1px solid #888888;
  border-radius: 5px;
  padding: 5px;
  height: 30px;
  width: 30px;
  margin-right: 5px;
  text-align: center;
  font-size: .8rem;
  transform: rotateX(180deg);
  cursor: pointer;
}
.ivr-form-decoration-button._lock {
  filter: opacity(0.5);
  cursor: inherit;
}
.ivr-form-decoration-button img.img-btn {
  width: 20px;
  height: 20px;
  margin: -1px 0 0 -1px;
}
.ivr-form-decoration-button img.img-btn__no-repeat {
  width: 25px;
  height: 25px;
  margin: -3px 0 0 -3px;
}
.ivr-form-decoration-button .ivr-form-valign {
  display: inline-block;
  position: absolute;
  border: 1px solid #888888;
  width: 15px;
  top: 13px;
  left: 7px;
}
.ivr-form-decoration-button .ivr-form-valign.valign-top {
  top: 8px;
}
.ivr-form-decoration-button .ivr-form-valign.valign-bottom {
  top: 19px;
}
.ivr-form-decoration-button .ivr-form-valign::after, .ivr-form-decoration-button .ivr-form-valign::before {
  display: inline-block;
  position: absolute;
  border: 1px solid #888888;
  width: 13px;
  left: -1px;
  content: " ";
}
.ivr-form-decoration-button .ivr-form-valign::before {
  top: -4px;
}
.ivr-form-decoration-button .ivr-form-valign::after {
  top: 2px;
}
.ivr-form-decoration-button .pickr {
  visibility: hidden;
}
.ivr-form-decoration-button .dropify-wrapper, .ivr-form-decoration-button select, .ivr-form-decoration-button input {
  display: none;
}
.ivr-form-decoration-button, .ivr-form-decoration-button__reverse {
  background: #ffffff;
}
.ivr-form-decoration-button.on, .ivr-form-decoration-button__reverse.on {
  background: #f9aa48;
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, #f9aa48 0%, #ffe4a3 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #f9aa48 0%, #ffe4a3 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #f9aa48 0%, #ffe4a3 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9aa48', endColorstr='#ffe4a3',GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */
}
.ivr-form-decoration-button .fas + input[type=radio], .ivr-form-decoration-button .fas + input[type=checkbox], .ivr-form-decoration-button__reverse .fas + input[type=radio], .ivr-form-decoration-button__reverse .fas + input[type=checkbox] {
  display: none;
}
.ivr-form-decoration-separater {
  border-left: 1px solid #888888;
  margin-right: 5px;
  height: 24px;
}
.ivr-form-decoration-separater-size {
  margin-right: 5px;
}
.ivr-form-decoration-font-border {
  position: absolute;
  bottom: 3px;
  border: 1px solid #000000;
  left: 5px;
  width: 19px;
}
.ivr-form-submit {
  width: 116px;
  height: 38px;
  border-radius: 4px;
  background: var(--primary);
  font-size: 14px;
  color: var(--white);
}
.ivr-form-submit:hover {
  background: var(--primaryHover);
}
.ivr-form-submit-disabled {
  width: 116px;
  height: 38px;
  border-radius: 4px;
  background: var(--gray400);
  font-size: 14px;
  color: var(--gray600);
}
.ivr-form-submit-disabled:hover {
  background: var(--gray300);
}
.ivr-form-input:focus {
  border: solid 1px var(--primaryLight);
}
.ivr-form-agreement-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  margin-top: 56px;
}
.ivr-form-checkbox {
  display: none;
}
.ivr-form-wrap {
  margin-top: 48px;
}
.ivr-form-breadcrumb-wrap {
  padding: 1rem;
  border: 1px solid var(--gray300);
  border-radius: .75rem;
  background: var(--white);
  margin: 0;
}
.ivr-form-breadcrumb-wrap.active {
  margin-bottom: 24px;
  margin-left: .5rem;
  height: auto;
}
.ivr-form-breadcrumb-btn-area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: end;
  -moz-justify-content: end;
  justify-content: end;
  margin: 12px 0;
}
.ivr-form-subitem-wrap {
  margin: .5rem 0 .5rem .5rem;
}
.ivr-form-subitem-wrap.ivr-form-subitem-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
.ivr-form-subitem-wrap.ivr-form-subitem-flex .ivr-form-subitem-inner-flex:not(:last-child) {
  margin-right: 1rem;
}
.ivr-form-subitem-wrap:last-child {
  margin-bottom: 0;
}
.ivr-form-subitem-flex-label {
  width: 100px;
}
.ivr-button-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  margin-top: 32px;
}
.ivr-v-example {
  border: 1px solid #888888;
  border-radius: 10px;
  width: 75%;
  height: auto;
  padding: 1rem;
}
.ivr-link {
  text-decoration: none;
  display: inline-block;
  vertical-align: middle;
  color: var(--primary);
  -webkit-transition: .35s;
  transition: .35s;
  line-height: 1;
}
.ivr-link:hover {
  color: var(--primaryLight);
}
.ivr-link:not(:last-child) {
  margin-bottom: 8px;
}
.ivr-link-wrap {
  margin-top: 24px;
  text-align: center;
}
.ivr-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  width: 100%;
  padding: 8px 0;
  margin-top: 24px;
}
.ivr-footer-inner {
  text-align: center;
}
.ivr-footer-nav-list {
  list-style: none;
  color: var(--white);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.ivr-footer-nav-item:not(:last-child) {
  margin-right: 16px;
}
.ivr-footer-nav-link {
  text-decoration: none;
  display: block;
  color: var(--white);
  -webkit-transition: .35s;
  transition: .35s;
  margin-bottom: 8px;
  line-height: 1;
}
.ivr-footer-nav-link:hover {
  color: var(--white);
  opacity: .6;
}
.ivr-copyRight {
  color: var(--primaryLight);
}
.ivr-check-input {
  display: none;
}
.ivr-check-label {
  padding-left: 20px;
  position: relative;
  cursor: pointer;
}
.ivr-check-label::before {
  content: '';
  border: 2px solid #dddddd;
  background: #ffffff;
  border-radius: 5px;
  width: 16px;
  height: 16px;
  position: absolute;
  top: -5px;
  left: -5px;
}
.ivr-check-label::after {
  content: none;
}
.ivr-check-input:checked + .ivr-check-label::after {
  content: '';
  background: url(../img/icon_check.svg) no-repeat center;
  border-radius: 50%;
  width: 15px;
  height: 15px;
  position: absolute;
  top: -3px;
  left: -2px;
}
.ivr-ttl-wrap8 {
  margin-bottom: 8px;
}
.ivr-ttl-wrap24 {
  margin-bottom: 24px;
}
.ivr-backup-wrap {
  width: 350px;
  border: 1px solid var(--gray300);
  border-radius: 8px;
  padding: 8px;
  font-size: 12px;
  margin-left: .5rem;
}
.ivr-backup-inner-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
.ivr-backup-inner-row span {
  display: block;
}
.ivr-backup-inner-row:not(:last-of-type) {
  margin-bottom: 4px;
}
.ivr-backup-inner-row .title {
  font-weight: bold;
  width: 130px;
}
.ivr-backup-inner-row .title::after {
  content: ':';
  display: inline-block;
  margin-left: .5rem;
}

/*error*/
.is-invalid {
  border: solid 1px var(--error);
  background: #ffeaea;
}
.is-invalid.no-display {
  border: initial;
  background: initial;
}

.t-align-center {
  text-align: center;
}

/* Stepper */
.step {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  padding: 16px 8px;
  -webkit-transition: .35s;
  transition: .35s;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.stepper {
  padding: 24px 0 48px;
}
.stepper .steps {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.stepper .step {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  padding: 16px 8px;
  -webkit-transition: .35s;
  transition: .35s;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.stepper .step-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  background-color: var(--gray400);
  color: var(--white);
  margin-right: 8px;
}
.stepper .step-icon-active, .stepper .step-icon-checked {
  background: var(--primary);
}
.stepper .step-label {
  color: var(--gray400);
}
.stepper .step-label-active {
  color: var(--gray800);
}
.stepper .step-divider {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-top-style: solid;
  border-color: var(--gray400);
  border-top-width: 1px;
}

.label-required {
  width: 32px;
  height: 16px;
  color: var(--white);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  background: var(--error);
  border-radius: 2px;
  margin-left: 8px;
  line-height: 1;
}

.form-section {
  margin-bottom: 48px;
}

.checkbox-label {
  color: var(--gray800);
  margin-bottom: 0 !important;
  position: relative;
  padding-left: 30px;
}
.checkbox-label:not(:last-child) {
  margin-right: 16px;
}

.recaptcha-wrap {
  margin-top: 48px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.recaptcha-wrap img {
  display: block;
  max-width: 50%;
  height: auto;
}

.outer-wrap {
  overflow: scroll;
  height: calc(100% - 56px);
  width: 100%;
  background: #add8e6;
}

.main {
  height: 100%;
  width: 100%;
  margin-top: 64px;
  position: relative;
  padding: 24px;
}
.main-wrap {
  width: 100%;
  padding-top: 102px;
  position: relative;
  height: 100%;
}
.main-content-relative {
  width: 100%;
  height: 100%;
  position: relative;
}
.main-content-wrap {
  width: 100%;
}
.main-content-wrap02 {
  width: calc(100% - 556px);
  margin: 0 auto 56px 240px;
  padding: 24px;
}
.main-content-wrap02 .main-content-ribbon {
  width: calc(100% - 575px);
}
.main-content-wrap03 {
  width: calc(100% - 240px);
  height: 100%;
  margin-left: 240px;
  padding: 24px;
  overflow: inherit;
  overflow-y: scroll;
}
.main-content-wrap03 .main-content-ribbon {
  width: calc(100% - 255px);
}
.main-content-ribbon {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  top: 0;
  left: 240px;
  height: 2.5rem;
  line-height: 2.5rem;
  background: var(--white);
  z-index: 2;
}
.main-content-ribbon p {
  color: var(--primary);
  font-weight: bold;
  margin-left: .5rem;
}
.main-content-ribbon p[title] {
  width: calc(100% - 1rem);
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.main-content-ribbon + form {
  margin-top: 2rem;
}
.main-content-ribbon ~ .main-content-inner {
  margin-top: 2rem;
}
.main .main-content-wrap02 {
  width: calc(100% - 506px);
  margin: -24px auto 56px 216px;
  height: calc(100% - 56px);
}
.main .main-content-wrap02 .main-content-ribbon {
  width: calc(100% - 521px);
  left: 216px;
}
.main .main-content-wrap03 {
  width: calc(100% - 190px);
  height: calc(100% - 16px);
  margin-left: 214px;
  padding: 24px;
  margin-top: -24px;
  overflow: inherit;
  overflow-y: scroll;
}
.main .main-content-wrap03 .content-area .ivr-form-item-wrap {
  margin-bottom: 10px;
  font-size: .9rem;
}
.main .main-content-wrap03 .content-area .ivr-form-item-wrap .subTitle1 {
  font-size: .9rem;
}

.body-lock .main-content-wrap02 {
  overflow-y: scroll;
  height: calc(100% - 56px);
}
.body-lock .main-content-inner {
  margin-bottom: 20px;
}

.ttl-wrap {
  margin-bottom: 24px;
}
.ttl-wrap-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}

.btn-add001 {
  text-decoration: none;
  display: block;
  width: 176px;
  text-align: center;
  padding: 6px 0;
  background: var(--primary);
  border-radius: 4px;
  color: var(--white);
  -webkit-transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
}
.btn-add001:hover {
  color: var(--white);
  background: var(--primaryLight);
}
.btn-add002 {
  text-decoration: none;
  display: block;
  width: 96px;
  text-align: center;
  padding: 6px 0;
  background: var(--primary);
  border-radius: 4px;
  color: var(--white);
  -webkit-transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  margin-left: 16px;
}
.btn-add002:hover {
  color: var(--white);
  background: var(--primaryLight);
}
.btn-upload {
  position: absolute;
  bottom: 0;
}
.btn-eye {
  margin-left: -1.25em;
  z-index: 1;
}

.content-wrap {
  width: 100%;
  background: var(--white);
  border-radius: 2px;
  padding-bottom: 24px;
}
.content-wrap:not(:last-child) {
  margin-bottom: 24px;
}
.content-ttl-wrap {
  width: 100%;
  height: auto;
  min-height: 48px;
  border-bottom: solid 2px var(--gray300);
  padding: 0 24px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.content-ttl-sub-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
}
.content-ttl-sub-info .info-title {
  font-weight: bold;
  margin-right: 10px;
}
.content-inner-area-content-wrap, .content-inner-header-content-wrap, .content-inner-footer-content-wrap {
  display: none;
  height: 0;
}
.content-inner-area-content-wrap.active, .content-inner-header-content-wrap.active, .content-inner-footer-content-wrap.active {
  display: block;
  height: auto;
  padding: 1rem;
}
.content-inner-area-ttl-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: start;
  -moz-align-items: start;
  align-items: start;
  position: relative;
  width: 100%;
  height: 44px;
  border-bottom: solid 1px var(--gray300);
  padding-top: 5px;
}
.content-inner-area-ttl-wrap .title-label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  padding: 0 1rem;
  width: calc(100% - 105px);
}
.content-inner-area-ttl-wrap .title-label .label {
  font-size: 14px;
  line-height: 157%;
  letter-spacing: 7.14e-05em;
  font-weight: 600;
}
.content-inner-area-ttl-wrap .title-label .caption {
  position: inherit;
  font-size: .6rem;
  margin-left: auto;
}
.content-inner-area-ttl-wrap .title-label .title {
  font-size: .75rem;
}
.content-inner-area-ttl-wrap .title-label .title.active::before {
  content: " ( ";
  margin: 0 .25rem;
}
.content-inner-area-ttl-wrap .title-label .title.active::after {
  content: " ) ";
  margin: 0 .25rem;
}
.content-inner-area-ttl-wrap .toggle-btn {
  right: 2rem;
}
.content-inner-area-ttl-wrap .btn-menu {
  position: absolute;
  display: none;
  top: .35rem;
  right: .5rem;
  font-size: .9rem;
  line-height: 1.9rem;
}
.content-inner-area-ttl-wrap .btn-menu.active {
  display: block;
}
.content-inner-area-ttl-wrap .subTitle2 {
  position: relative;
  width: 100%;
}
.content-inner-area-wrap {
  width: 100%;
  background: var(--gray100);
  border-radius: 2px;
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.25);
  margin-top: 20px;
}
.content-inner-area-wrap:first-of-type {
  margin-top: 0;
}
.content-inner-stage-wrap, .content-inner-button-wrap {
  width: 100%;
  background: var(--white);
  border-radius: 2px;
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.25);
  margin-bottom: 24px;
}
.content-inner-button-wrap {
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px dotted #6A8094;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.content-inner-button-ttl-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: start;
  -moz-align-items: start;
  align-items: start;
  position: relative;
  width: 100%;
  background-color: #ffe4b5;
  border: none;
}
.content-inner-button-ttl-wrap .title-label {
  padding: 0 .5rem;
  width: calc(100% - 120px);
}
.content-inner-button-ttl-wrap .title-label .label {
  font-weight: normal;
}
.content-inner-header-wrap, .content-inner-footer-wrap {
  background: var(--gray100);
  border: 1px solid var(--gray300);
  border-radius: 4px;
  position: relative;
  margin-bottom: 24px;
}
.content-inner-header-ttl-wrap, .content-inner-footer-ttl-wrap {
  padding: 1rem 0;
  border-bottom: 1px solid var(--gray300);
}
.content-inner-header-ttl-wrap .title-label, .content-inner-footer-ttl-wrap .title-label {
  padding: 0 1rem;
}
.content-inner-header-ttl-wrap .title-label .label, .content-inner-footer-ttl-wrap .title-label .label {
  font-size: 14px;
}

.table {
  list-style: none;
  width: 100%;
  display: block;
}
.table#userTable {
  word-break: break-all;
}
.table-heading-wrap {
  width: 100%;
  height: 56px;
  border-bottom: solid 1px var(--gray300);
  padding: 0 24px;
}
.table-heading-checker-entry, .table-heading-checker-user, .table-heading-checker-url, .table-heading-checker-result, .table-heading-checker-edit {
  white-space: nowrap;
}
.table-row {
  width: 100%;
  height: 100%;
  border-bottom: solid 1px var(--gray300);
  padding: 0 24px;
}
.table-hosting-row {
  height: 100%;
  padding: 10px 24px;
}
@media screen and (max-width: 992px) {
  .table-hosting-row .table-row-inner {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .table-hosting-row .host-no {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    height: 70px;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .table-hosting-row .host-detail {
    flex: 0 0 85%;
    max-width: 85%;
  }
}
.table-heading-inner, .table-row-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  list-style: none;
  width: 100%;
  min-height: 56px;
  height: 100%;
}
.table-heading-common-no, .table-row-common-no {
  width: 35px;
}
.table-heading-common-edit, .table-row-common-edit {
  width: 35px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.table-heading-schedule-active, .table-row-schedule-active {
  width: 120px;
}
.table-heading-schedule-label, .table-row-schedule-label {
  width: calc(100% - 400px);
  min-width: 200px;
}
.table-heading-schedule-period, .table-row-schedule-period {
  width: 210px;
}
.table-heading-contents-name, .table-heading-contents-template, .table-row-contents-name, .table-row-contents-template {
  width: calc((100% - (70px + 120px + 100px + 85px + 85px + 100px)) / 2);
}
.table-heading-contents-update, .table-row-contents-update {
  width: 120px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  white-space: nowrap;
}
.table-heading-contents-charger, .table-row-contents-charger {
  width: 100px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.table-heading-contents-schedule, .table-row-contents-schedule {
  width: 85px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.table-heading-contents-cti, .table-row-contents-cti {
  width: 85px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.table-heading-contents-link, .table-row-contents-link {
  width: 100px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.table-heading-checker-entry, .table-row-checker-entry {
  width: 140px;
}
.table-heading-checker-user, .table-row-checker-user {
  width: calc(100% - (140px + 120px + 100px + 80px));
}
.table-heading-checker-url, .table-row-checker-url {
  width: 120px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.table-heading-checker-result, .table-row-checker-result {
  width: 100px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.table-heading-checker-edit, .table-row-checker-edit {
  width: 80px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.table-heading-check-url, .table-row-check-url {
  width: 45%;
}
.table-heading-check-name, .table-row-check-name {
  width: 20%;
}
.table-heading-check-target, .table-row-check-target {
  width: 20%;
}
.table-heading-check-result, .table-row-check-result {
  width: 15%;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.table-heading-d_parts-active, .table-row-d_parts-active {
  width: 120px;
}
.table-heading-d_parts-name, .table-row-d_parts-name {
  width: calc(100% - 610px);
  min-width: 200px;
}
.table-heading-d_parts-code, .table-row-d_parts-code {
  width: 200px;
}
.table-heading-d_parts-period, .table-row-d_parts-period {
  width: 210px;
}
.table-heading-user-id, .table-row-user-id {
  width: 10%;
}
.table-heading-user-name, .table-row-user-name {
  width: 22%;
}
.table-heading-user-email, .table-row-user-email {
  width: calc(100% - (47% + 200px));
}
.table-heading-user-scenario, .table-row-user-scenario {
  width: 15%;
}
.table-heading-user-promotion, .table-row-user-promotion {
  width: 130px;
}
.table-heading-user-edit, .table-row-user-edit {
  width: 60px;
}
.table-heading-logger-date, .table-row-logger-date {
  width: 120px;
}
.table-heading-logger-user, .table-row-logger-user {
  width: 120px;
}
.table-heading-logger-page, .table-row-logger-page {
  width: 140px;
}
.table-heading-logger-action, .table-row-logger-action {
  width: 120px;
}
.table-heading-logger-edit, .table-row-logger-edit {
  width: 70px;
}
.table-heading-logger-param, .table-row-logger-param {
  width: calc(100% - 605px);
}
.table-row-common-edit {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
.table-row-schedule-active .btn, .table-row-d_parts-active .btn {
  padding: .42rem 2.14rem;
  font-size: .81rem;
  border-radius: .5rem;
  color: var(--white);
  border-color: #4e555b;
  background-color: var(--gray700);
}
.table-row-schedule-active .btn.active, .table-row-d_parts-active .btn.active {
  background: var(--openBtn2);
}
.table-row-schedule-period, .table-row-d_parts-period {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  height: auto;
}
.table-row-schedule-period div, .table-row-d_parts-period div {
  line-height: 150%;
}
.table-row-schedule-period .period-label, .table-row-d_parts-period .period-label {
  font-size: .9rem;
}
.table-row-schedule-period .time-list, .table-row-d_parts-period .time-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: 1rem;
}
.table-row-schedule-period .time-list-week, .table-row-d_parts-period .time-list-week {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
}
.table-row-schedule-period .time-list-week:not(:last-of-type), .table-row-d_parts-period .time-list-week:not(:last-of-type) {
  border-bottom: 1px solid var(--gray200);
}
.table-row-schedule-period .time-list-week:nth-child(even), .table-row-d_parts-period .time-list-week:nth-child(even) {
  background-color: #eeeeee;
}
.table-row-schedule-period .time-list-label, .table-row-d_parts-period .time-list-label {
  width: 3.5rem;
  white-space: nowrap;
}
.table-row-schedule-period .time-list-publish, .table-row-d_parts-period .time-list-publish {
  margin: auto;
}
.table-row-checker:nth-child(n + 11) {
  display: none;
}
.table-row-checker-url, .table-row-checker-edit {
  text-align: center;
}
.table-row-checker-result {
  text-align: center;
  font-weight: bold;
  color: var(--primary);
}
.table-row-check-target, .table-row-check-result {
  font-weight: bold;
}
.table-row-user-edit {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: end;
  -moz-justify-content: end;
  justify-content: end;
}
.table-row-user-scenario {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 5px 0;
}
.table-row-user-scenario p {
  line-height: 1.5;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.table-row-logger-param {
  overflow: hidden;
  padding-right: 15px;
}
.table-row-logger-param span {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.table-row .ivr-check-link {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.table-row .ivr-check-link em {
  margin: 0 5px;
  color: var(--gray500);
}
.table-row .ivr-check-link a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.table-heading-id, .table-heading-name, .table-row-id, .table-row-name {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 22%;
  -moz-box-flex: 0;
  -moz-flex: 0 0 22%;
  -ms-flex: 0 0 22%;
  flex: 0 0 22%;
}
.table-heading-active, .table-row-active {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 120px;
  -moz-box-flex: 0;
  -moz-flex: 0 0 120px;
  -ms-flex: 0 0 120px;
  flex: 0 0 120px;
}
.table-heading-email, .table-row-email {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 36%;
  -moz-box-flex: 0;
  -moz-flex: 0 0 36%;
  -ms-flex: 0 0 36%;
  flex: 0 0 36%;
}
.table-heading-promotion, .table-row-promotion {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 10%;
  -moz-box-flex: 0;
  -moz-flex: 0 0 10%;
  -ms-flex: 0 0 10%;
  flex: 0 0 10%;
}
.table-heading-referrer, .table-row-referrer {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 40%;
  -moz-box-flex: 0;
  -moz-flex: 0 0 40%;
  -ms-flex: 0 0 40%;
  flex: 0 0 40%;
}
.table-heading-rlabel, .table-row-rlabel {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -moz-box-flex: 0;
  -moz-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
}
.table-heading-edit, .table-row-edit {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 10%;
  -moz-box-flex: 0;
  -moz-flex: 0 0 10%;
  -ms-flex: 0 0 10%;
  flex: 0 0 10%;
}
.table-heading-id, .table-heading-name, .table-heading-email, .table-heading-referrer, .table-heading-rlabel, .table-heading-active, .table-heading-play, .table-heading-promotion, .table-heading-parts-name, .table-heading-parts-id {
  color: var(--gray500);
}

.host-no, .host-run {
  flex: 0 0 5%;
  max-width: 5%;
}
.host-file {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  flex: 0 0 15%;
  max-width: 15%;
}
.host-file .img-icon {
  width: auto;
  height: auto;
  max-width: 90px;
  max-height: 90px;
}
.host-detail {
  flex: 0 0 70%;
  max-width: 70%;
}
.host-detail dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
}
.host-detail dt, .host-detail dd {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.host-detail dt {
  width: 15%;
}
.host-detail dd {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  border: 1px solid #ddd;
  border-radius: 5px;
  padding: 5px 10px;
  margin: 5px 0;
  height: 36px;
  width: 83%;
}
.host-detail dd.border-none {
  border: none;
}
.host-run {
  width: 10%;
  margin-left: auto;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
}

.area-schedule .table-heading-id, .area-schedule .table-row-id {
  width: 10%;
}
.area-schedule .table-row {
  height: auto;
}
.area-schedule .table-row-play div {
  line-height: 150%;
}
.area-schedule .js-schedule-jump {
  cursor: pointer;
}

.table-row-edit {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
}

.pagenation-wrap {
  width: 100%;
  margin-top: 24px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.pagenation-list {
  list-style: none;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  border-radius: 4px;
}
.pagenation-item, .pagenation-target {
  width: 36px;
  height: 36px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  cursor: pointer;
}
.pagenation-link {
  width: 100%;
  height: 100%;
  text-decoration: none;
  font-size: 14px;
  font-weight: 400;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.pagenation-active .pagenation-num {
  color: var(--white);
  background: var(--primary);
  border-radius: 4px;
}

.first-page, .pagenation-prev, .pagenation-num, .pagenation-ellipsis, .pagenation-next, .last-page {
  color: var(--gray800);
}
.first-page:hover, .pagenation-prev:hover, .pagenation-num:hover, .pagenation-ellipsis:hover, .pagenation-next:hover, .last-page:hover {
  color: var(--gray500);
}

.receiving-results-area, .settings-area {
  width: 100%;
  background: var(--white);
  padding: 24px;
  margin-bottom: 24px;
}

.d-none {
  display: none;
}

.modal {
  background: rgba(0, 0, 0, 0.48);
  padding: 24px;
}
.modal-header {
  padding: 24px 24px 16px 24px !important;
}
.modal-body {
  padding: 24px !important;
}
.modal-body .ivr-note {
  display: block;
  font-size: 12px;
}
.modal-body .ivr-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.modal-body .ivr-button .btn {
  padding: 0.84rem 1.14rem;
}
.modal-body .ivr-caption {
  display: block;
  color: #C00000;
  font-size: 12px;
}
.modal-footer {
  padding: 24px !important;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}
.modal-title-second {
  display: block;
  margin-top: 8px;
}
@media screen and (min-width: 576px) {
  .modal-dialog.wide {
    max-width: 600px;
  }
}

.ivr-icon-close {
  color: var(--gray800);
}

.close {
  opacity: 1;
}
.close span {
  display: none;
}

.btn-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.btn-flex1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}
.btn-flex2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 48%;
  flex: 0 0 48%;
}
.btn-flex02 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 32px;
}
.btn-flex3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 30.6%;
  flex: 0 0 30.6%;
}
.btn-flex4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 22%;
  flex: 0 0 22%;
}
.btn-default001, .btn-default002, .btn-default003, .btn-default005, .btn-default006, .btn-default007, .btn-cancel001, .btn-cancel002, .btn-delete001, .btn-delete002, .btn-download {
  text-decoration: none;
  display: block;
  text-align: center;
  color: var(--white);
  -webkit-transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
}
.btn-default001, .btn-default002 {
  padding: 8px 0;
  background: var(--primary);
  border-radius: 4px;
}
.btn-default001:hover, .btn-default002:hover {
  color: var(--white);
  background: var(--primaryLight);
}
.btn-default001 {
  width: 116px;
}
.btn-default002 {
  width: 100%;
}
.btn-default003 {
  width: 116px;
  font-size: 0.75rem;
  padding: 9.5px 0;
  background: var(--appendBtn);
  border-radius: 4px;
  margin-right: 16px;
}
.btn-default003:hover {
  background: var(--appendHoveBtn);
}
.btn-default005 {
  display: inline;
  font-size: 0.75rem;
  padding: 0.4rem 2.25rem;
  background: var(--openBtn2);
  border-radius: 4px;
}
.btn-default005:hover {
  color: var(--white);
  background: var(--openBtn2);
}
.btn-default006 {
  font-size: 0.75rem;
  padding: 0.25rem 1rem;
  background-color: var(--primary);
  border-radius: 4px;
}
.btn-default006:hover {
  color: var(--white);
}
.btn-default007 {
  width: 116px;
  padding: 9.5px 0;
  background: var(--appendBtn);
  border-radius: 4px;
  margin-right: 16px;
}
.btn-cancel001, .btn-cancel002 {
  padding: 8px 0;
  border-radius: 4px;
  margin-right: 16px;
}
.btn-cancel001 {
  width: 116px;
  background: var(--gray700);
}
.btn-cancel001:hover {
  background: var(--gray500);
}
.btn-cancel002 {
  width: 170px;
  background-color: var(--openNavi2);
}
.btn-group .btn {
  min-width: 120px;
}
.btn-group .btn:first-of-type {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.btn-group .btn:last-of-type {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.btn-group .btn:not([disabled]):not(.disabled).active {
  background: var(--openBtn2) !important;
}
.btn-group .btn.btn160 {
  min-width: 165px;
}
.btn-wrap-flexEnd {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
}
.btn-delete001, .btn-delete002 {
  padding: 6px 0;
  background: var(--error);
  border-radius: 4px;
}
.btn-delete001:hover, .btn-delete002:hover {
  background: var(--errorHover);
}
.btn-delete001 {
  width: 96px;
}
.btn-delete002 {
  width: 116px;
  margin-right: 16px;
}
.btn-download {
  width: 180px;
  padding: 8px 0;
  background: var(--highlightLine);
  border-radius: 4px;
  margin-right: 16px;
}
.btn-download:hover {
  background: var(--openNavi2);
}
.btn-toggle-area {
  display: none;
}
.btn-toggle-area.active {
  display: block;
}
.btn-breadcrumb-del, .btn-breadcrumb-add {
  border: 1px solid var(--gray300);
  border-radius: 8px;
  padding: 0.5rem 1.5rem;
  margin-left: .5rem;
  cursor: pointer;
  color: var(--white);
}
.btn-breadcrumb-del {
  background-color: var(--gray700);
}
.btn-breadcrumb-add {
  background-color: var(--primary);
}

.content-inner {
  padding: 24px 24px 0 24px;
}
.content-inner-area-wrap-inner {
  display: none;
  height: 0;
}
.content-inner-area-wrap-inner.active {
  display: block;
  height: auto;
  padding: 1rem;
}
.content-inner-botton-wrap-inner {
  display: none;
  height: 0;
}
.content-inner-botton-wrap-inner.active {
  display: block;
  height: auto;
  padding: 1rem 0;
}
.content-inner-description {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  margin-bottom: 2rem;
}
.content-inner-option-wrap {
  position: relative;
  border: 1px solid var(--gray300);
  border-radius: 4px;
  background-color: var(--gray100);
  margin-bottom: 24px;
}
.content-inner-option-ttl-wrap {
  padding: 1rem;
  border-bottom: 1px solid var(--gray300);
}
.content-inner-option-ttl-wrap .title-label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
.content-inner-option-ttl-wrap .closed {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 12px;
  line-height: 12px;
}
.content-inner-option-ttl-wrap .closed::before, .content-inner-option-ttl-wrap .closed::after {
  display: block;
  width: 1.5rem;
}
.content-inner-option-ttl-wrap .closed::after {
  content: ")";
  text-align: left;
}
.content-inner-option-ttl-wrap .closed::before {
  content: '(';
  text-align: right;
}
.content-inner-option-ttl-wrap .use {
  margin-right: .5rem;
}
.content-inner-option-ttl-wrap .use::after {
  content: ':';
  text-align: center;
  width: 1rem;
}
.content-inner-option-content-wrap {
  display: none;
  height: 0;
}
.content-inner-option-content-wrap.active {
  display: block;
  height: auto;
  padding: 1rem;
}
.content-inner-option-form-wrap {
  border: 1px solid var(--gray300);
  border-radius: .75rem;
  background-color: var(--white);
}
.content-inner-option-form-wrap.active {
  margin-top: 12px;
}
.content-inner-footer-option-wrap {
  margin-top: 24px;
}
.content-inner-footer-option-wrap .toggle-btn.btn-open {
  margin: 0;
}
.content-area {
  display: none;
  height: 0;
}
.content-area.active {
  display: block;
  height: auto;
}
.content-area-wrap {
  display: none;
}
.content-area-wrap.active {
  display: block;
}

.description-area {
  font-size: 12px;
}

.ivr-tabs {
  height: 38px;
}
.ivr-tabs02 {
  height: 38px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  background: var(--white);
  border-bottom: solid 1px var(--gray300);
}
.ivr-tabs02 .nav-tabs {
  width: calc(100% - 220px);
  white-space: nowrap;
}
.ivr-tabs02 .nav-item {
  max-width: 95%;
  overflow: hidden;
}
.ivr-tabs02 .nav-label {
  display: block;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ivr-tabs02 .nav-label.design {
  min-width: 140px;
}

.nav-tabs {
  background: var(--white);
  height: 38px;
  flex-wrap: nowrap;
  width: 100%;
}
.nav-tabs2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  line-height: 38px;
  margin: 0 24px;
}
.nav-tabs2 .nav-tabs-title {
  margin-right: 1rem;
}
.nav-item {
  height: 38px;
  min-width: 120px;
}
.nav-item02 {
  height: 38px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.nav-link {
  display: inline-block;
  width: 100%;
  height: 38px;
  text-align: center;
  line-height: 38px;
  padding: 0 10px !important;
  color: var(--gray500) !important;
  border-top-left-radius: none !important;
  border-top-right-radius: none !important;
}
.nav-link.active, .nav-link:hover {
  color: var(--primary) !important;
  border-bottom: solid 2px var(--primary) !important;
  background: rgba(250, 87, 136, 0.12) !important;
}
.nav-link02 {
  height: 38px;
  line-height: 38px;
  width: 100%;
  display: block;
  text-align: center;
  color: var(--gray500) !important;
  border-top-left-radius: none !important;
  border-top-right-radius: none !important;
}
.nav-link02.active {
  color: var(--primary) !important;
  border-bottom: solid 2px var(--primary) !important;
  background: rgba(250, 87, 136, 0.12) !important;
}

.launch-position {
  position: relative;
}

.edit {
  color: var(--primary);
}

.left-nav-area {
  width: 240px;
  min-width: 240px;
  height: calc(100% - 102px);
  background: var(--primaryDark);
  color: var(--white);
  overflow: scroll;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  margin-top: 102px;
}

.main .left-nav-area {
  height: calc(100% - 64px);
  margin-top: 64px;
}

.left-nav-btn {
  padding: 15px;
  background: var(--white);
}
.left-nav-btn a:nth-child(n + 1) {
  margin-top: .5rem;
}
.left-nav-wrap {
  list-style: none;
  -webkit-transition: .3s;
  transition: .3s;
}
.left-nav-wrap .fa-circle {
  margin-right: .25rem;
}
.left-nav-wrap .fa-circle.page-open {
  color: var(--openNavi2);
}
.left-nav-wrap .fa-circle.page-close {
  color: #aaaaaa;
}
.left-nav-wrap li > span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  width: 100%;
}
.left-nav-wrap li > span span {
  display: block;
}
.left-nav-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  width: 100%;
  min-height: 40px;
  height: auto;
  padding: 5px 15px;
  margin: 5px 0;
  background: var(--primaryDark);
  cursor: pointer;
  -webkit-transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
}
.left-nav-item:hover {
  background: var(--primaryDarkHover);
}
.left-nav-item.active {
  background: var(--primaryDarkHover);
}
.left-nav-item.active .body2 {
  font-weight: bold;
}
.left-nav-item-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  width: 100%;
  height: 32px;
  color: var(--gray800);
  padding: 0 15px;
  background: var(--white);
  border-top: solid 1px var(--gray300);
  cursor: pointer;
  -webkit-transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
}
.left-nav-item-menu.no-action {
  cursor: default;
}
.left-nav-item a, .left-nav-item-inner a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.left-nav-item-inner {
  list-style: none;
  -webkit-transition: .3s;
  transition: .3s;
}
.left-nav-item-inner-b {
  list-style: none;
}
.left-nav-item-inner li {
  position: relative;
}
.left-nav-item-inner li:hover {
  color: var(--white);
  background: var(--primaryDarkHover);
}
.left-nav-item-inner-link, .left-nav-item-inner-link02 {
  text-decoration: none;
  display: block;
  width: 100%;
  height: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  color: var(--white);
  cursor: pointer;
  -webkit-transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  position: relative;
}
.left-nav-item-inner-link:hover, .left-nav-item-inner-link02:hover {
  background: var(--primaryDarkHover);
}
.left-nav-item-inner-link.active, .left-nav-item-inner-link02.active {
  background: var(--primaryDarkHover);
  font-weight: bold;
}
.left-nav-item-inner-link {
  padding-left: 20px;
}
.left-nav-item-inner-link .caption {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-right: 25px;
}
.left-nav-item-inner-link02 {
  padding-left: 56px;
  background: var(--primaryDark);
}
.left-nav-link {
  text-decoration: none;
  display: block;
  width: 100%;
  height: 56px;
  padding: 0 24px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  color: var(--white);
  background: var(--primaryDark);
  cursor: pointer;
  -webkit-transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  position: relative;
}
.left-nav-link:hover {
  color: var(--white);
  background: var(--primaryDarkHover);
}

.i-mark {
  min-width: 2rem;
  line-height: 1rem;
  border-radius: .25rem;
  text-align: center;
  margin-right: .5rem;
  padding: .175rem;
  white-space: nowrap;
}
.i-mark.page-open {
  background-color: var(--openNavi2);
  color: #ffffff;
}
.i-mark.page-close {
  background-color: var(--closeNavi2);
  color: #000000;
}

.arrow_drop_down_position {
  position: absolute;
  top: 50%;
  right: 8px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.arrow_drop_down, .arrow_drop_down-menu, .arrow_drop_down-b {
  -webkit-transition: .3s;
  transition: .3s;
}

.open {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.right-preview-area {
  width: 316px;
  min-width: 316px;
  height: calc(100% - 102px);
  background: var(--white);
  position: fixed;
  top: 0;
  right: 0;
  z-index: 100;
  margin-top: 102px;
}

.main .right-preview-area {
  height: calc(100% - 64px);
  margin-top: 64px;
}

.preview-area {
  padding: 8px;
}
.preview-area .preview-area-in {
  position: relative;
  height: calc(100vh - 166px);
  overflow: hidden;
  padding-top: 100%;
  border: 1px solid #cccc;
  border-radius: 10px;
}
.preview-area .preview-area-in.off:after {
  content: " ";
  position: absolute;
  display: block;
  top: 0;
  height: 100%;
  width: 100%;
  background: #000000;
  filter: opacity(0.4);
}
.preview-area .preview-area-in iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.right-preview-area .ivr-preview-controller {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 12px;
}
.right-preview-area .ivr-btn {
  position: relative;
  border: 1px solid #cccccc;
  border-radius: 8px;
  padding: 4px;
  margin: 4px;
  margin-left: 2px;
  height: 38px;
  line-height: 28px;
  color: #cccccc;
  font-weight: bold;
  background-color: #ffffff;
  cursor: pointer;
}
.right-preview-area .ivr-btn.on {
  border-color: #cc0066;
  color: #cc0066;
}
.right-preview-area .ivr-btn.on.btn-synchronize {
  min-width: 120px;
  background-color: #cc0066;
  color: #ffffff;
}
.right-preview-area .ivr-btn.off.btn-preview {
  pointer-events: none;
}
.right-preview-area .material-icons {
  position: relative;
  top: 4px;
}
.right-preview-area .link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.right-preview-area .view-line {
  position: absolute;
  width: 306px;
  height: 533px;
  border: 3px solid #cc0000;
  border-bottom: none;
  border-radius: 10px;
  top: 51px;
  left: 5px;
}
.right-preview-area .view-line-bottom {
  position: absolute;
  width: 306px;
  border: 3px solid #C00;
  border-top: none;
  border-radius: 0 0 10px 10px;
  top: 572px;
  z-index: 100;
  left: 5px;
  height: 14px;
}

.ivr-preview {
  width: 100%;
  border: solid 1px var(--gray300);
}
.ivr-preview-header, .ivr-preview-footer {
  width: 100%;
  height: 41.81px;
  background: var(--white);
}
.ivr-preview-txt {
  width: 100%;
  height: 200px;
  background: var(--gray100);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.ivr-preview-ttl-area {
  width: 100%;
  background: var(--gray800);
  color: var(--white);
  font-size: 12px;
  font-weight: 600;
  text-align: center;
  height: 32px;
}
.ivr-preview-btn {
  text-decoration: none;
  background: #FFCC00;
  border-radius: 2px;
  height: 32px;
  width: 100%;
  color: var(--gray800);
  font-size: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.ivr-preview-btn-area {
  width: 100%;
  padding: 4%;
  background: var(--gray100);
}
.ivr-preview-btn-row {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
.ivr-preview-btn-row:not(:last-child) {
  margin-bottom: 4%;
}

.helper-description {
  color: var(--gray600);
}

.ivr-content-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
.ivr-content-flex.is-invalid {
  border: none;
  background: none;
}

.is-invalid-none.is-invalid {
  border: none;
  background: none;
}

.a-i-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.a-i-center .js-num-wrap + .caption {
  position: inherit;
  font-size: 12px;
}

.toggle-arrow {
  display: inline-block;
  position: absolute;
  right: 0;
  top: 4px;
}
.toggle-btn {
  position: absolute;
  top: .45rem;
  right: 1rem;
  font-size: .75rem;
  border: 1px solid var(--openBtn2);
  border-radius: 5px;
  padding: .25rem;
  min-width: 80px;
  text-align: center;
  cursor: pointer;
}
.toggle-btn.btn-open {
  background: var(--white);
  color: var(--openBtn2);
}
.toggle-btn.btn-open:hover {
  background: var(--openBtn2);
  color: var(--white);
}
.toggle-btn.btn-close {
  background: var(--openBtn2);
  color: var(--white);
}
.toggle-btn.btn-close:hover {
  background: var(--white);
  color: var(--openBtn2);
}

.pickr {
  border: 1px solid #cccccc;
  border-radius: 5px;
}

.pcr-button {
  width: 44px !important;
  height: 44px !important;
}

.fixed-btn-wrap, .fixed-btn-wrap02, .fixed-btn-wrap03, .fixed-btn-wrap04 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  position: fixed;
  padding: 0 24px;
  height: 56px;
  background: rgba(232, 232, 232, 0.72);
  bottom: 0;
  right: 0;
  z-index: 10;
}
.fixed-btn-wrap {
  width: calc(100% - 556px);
  margin: 0 316px 0 200px;
}
.fixed-btn-wrap-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  margin-left: auto;
}
.fixed-btn-wrap02, .fixed-btn-wrap03 {
  width: 100%;
}
.fixed-btn-wrap04 {
  width: calc(100% - 240px);
}
.fixed-btn-add-margin {
  margin-bottom: 56px;
}

.ivr-content-img-image {
  margin-top: 16px;
}
.ivr-content-img-image img {
  display: block;
  width: 240px;
  max-width: 100%;
  height: auto;
}

.note-list {
  list-style: none;
  padding: 16px 0;
}
.note-ttl {
  color: var(--gray500);
}
.note-index {
  position: relative;
  padding-left: 8px;
}
.note-index::before {
  content: "・";
  font-size: 10px;
  color: var(--gray800);
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.ivr-select {
  display: none;
}

.map-content-flex {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 56px;
}
.map-main-area {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 80%;
  -moz-box-flex: 0;
  -moz-flex: 0 0 80%;
  -ms-flex: 0 0 80%;
  flex: 0 0 80%;
  max-width: 80%;
  padding: 24px;
  height: 100%;
}
.map-disabled-area {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 20%;
  -moz-box-flex: 0;
  -moz-flex: 0 0 20%;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
  background: var(--gray200);
  padding: 24px;
  height: 100%;
}
.map-card-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -12px;
}
.map-card-main, .map-card-disabled {
  margin-bottom: 24px;
}
.map-card-main-head, .map-card-disabled-head {
  width: 100%;
  border-radius: 2px 2px 0 0;
  height: 32px;
  border-bottom: solid 1px var(--gray200);
  padding: 0 8px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.map-card-main {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 25%;
  -moz-box-flex: 0;
  -moz-flex: 0 0 25%;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
  padding: 0 12px;
}
.map-card-main-head {
  border-top: solid 4px var(--primary);
}
.map-card-main-head-ttl {
  color: var(--gray800);
}
.map-card-main-body {
  padding: 8px;
  width: 100%;
}
.map-card-disabled {
  width: 100%;
  max-width: 100%;
}
.map-card-disabled-head {
  border-top: solid 4px var(--gray400);
}
.map-card-disabled-head-ttl {
  color: var(--gray600);
}
.map-card-inner {
  background: var(--white);
  -webkit-box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.12), 0px 1px 4px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.12), 0px 1px 4px rgba(0, 0, 0, 0.12);
  border-radius: 2px;
}

.card-label {
  width: 100%;
  height: 32px;
  border-radius: 16px;
  padding: 0 8px;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.card-label-wrap {
  width: 100%;
  list-style: none;
}
.card-label:not(:last-child) {
  margin-bottom: 8px;
}
.card-label-primary {
  color: var(--white);
  background: var(--primary);
  border: solid 1px var(--primary);
}
.card-label-basic {
  color: var(--gray800);
  background: var(--white);
  border: solid 1px var(--gray300);
}
.card-label-disabled {
  color: var(--gray600);
  background: var(--white);
  border: solid 1px var(--gray300);
}

.arrow_forward {
  color: var(--white);
}

.link {
  color: var(--gray400);
}

.edit-disabled {
  color: var(--gray400);
}

.password-ttl-wrap {
  width: 100%;
  text-align: center;
  margin-bottom: 24px;
}

.search-suggest {
  position: relative;
}
.search-suggest-wrap {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: var(--white);
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  border-radius: 2px;
  padding: 8px 0;
  display: none;
}
.search-suggest-wrap.on {
  display: block;
}
.search-suggest-item {
  color: var(--gray800);
  -webkit-transition: .35s;
  transition: .35s;
  cursor: pointer;
  padding: 8px 16px;
}
.search-suggest-item:hover {
  background: rgba(250, 87, 136, 0.12);
}
.search-suggest-info {
  text-align: right;
  padding-right: 0.5rem;
  font-size: 13px;
}
.search-suggest:hover .search-suggest-wrap {
  display: block;
}

@keyframes alert1 {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.run {
  animation: alert1 1s ease 5s forwards;
}

.alert {
  position: fixed;
  display: block;
  width: 100%;
  max-width: 800px;
  left: calc(50% - 400px);
  top: 10px;
  opacity: 1;
  padding: 22px 30px 25px 20px;
  border-top: 3px solid #2F75B5;
  background: #DDEBF7;
  z-index: 9999;
}
.alert-in {
  width: 100%;
  display: inline-block;
  font-size: 14px;
  line-height: 1.3;
  z-index: 9999;
}
.alert-in::after {
  content: "×";
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  color: #4C4C4C;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 2px solid #4C4C4C;
  position: absolute;
  top: calc(50% - 12px);
  right: 10px;
}
.alert.alert-primary {
  border-top-color: #2F75B5;
  background-color: #DDEBF7;
}
.alert.alert-danger {
  border-top-color: #C00000;
  background-color: #FFCCCC;
}
.alert.off {
  position: absolute;
  top: -1000px;
}

.pointer-none, .btn-event-none {
  pointer-events: none;
}

select.btn-event-none {
  background-color: var(--gray300);
}

button.btn-event-none {
  background-color: var(--gray500);
}

.ivr-form-flex-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.ivr-form-item-wrap {
  position: relative;
}
.ivr-form-item-wrap-sub-wrap {
  width: 50%;
}
@media screen and (max-width: 992px) {
  .ivr-form-item-wrap-sub-wrap {
    width: 100%;
    margin-bottom: 1.5rem;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.ivr-form-item-wrap-sub-wrap .ivr-form-item-inner {
  white-space: nowrap;
  width: 100px;
}
.ivr-form-business-area .ivr-form-business-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 .75rem 1rem;
}
.ivr-form-business-area .ivr-form-business-inner.last {
  margin-bottom: 0;
}
.ivr-form-business-area .ivr-form-business-inner.is-invalid ~ .invalid-feedback {
  margin: -1em 0 1em 1rem;
}
.ivr-form-business-area .ivr-form-business-title {
  width: 5rem;
}
.ivr-form-business-area .ivr-form-business-time-inner, .ivr-form-business-area .ivr-form-business-time-holiday {
  display: none;
}
.ivr-form-business-area .ivr-form-business-time-inner.active, .ivr-form-business-area .ivr-form-business-time-holiday.active {
  display: block;
}
.ivr-form-business-area .ivr-form-business-time-inner span {
  margin-right: 1rem;
}
.ivr-form-business-area .ivr-form-business-button {
  position: absolute;
  bottom: .5rem;
  right: 2rem;
}
.ivr-form-business-area .ivr-form-business-button span {
  width: 80px;
}
.ivr-form-guide-area .ivr-form-guide-title {
  margin-bottom: 8px;
}
.ivr-form-guide-area .ivr-form-guide-title:nth-child(even) {
  margin-top: 24px;
}
.ivr-form-guide-area textarea {
  height: 7rem;
  resize: none;
}
.ivr-form-business-area, .ivr-form-guide-area, .ivr-form-cti-area {
  display: none;
  position: relative;
  border: 1px solid var(--gray300);
  border-radius: .5rem;
  padding: .5rem;
  margin: .75rem 0 0 .5rem;
  font-size: .75rem;
  min-height: 3rem;
}
.ivr-form-business-area.active, .ivr-form-guide-area.active, .ivr-form-cti-area.active {
  display: block;
}
.ivr-modal-business-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  font-size: .9rem;
}
.ivr-modal-business-wrap.is-invalid {
  border: none;
  background: none;
}
.ivr-modal-business-wrap.is-invalid .ivr-modal-business-inner-timer-input {
  border-color: var(--appendBtn);
  background-color: var(--pink50);
}
.ivr-modal-business-wrap.is-invalid .ivr-modal-business-inner-timer-input input {
  background-color: var(--pink50);
}
.ivr-modal-business-wrap.is-invalid + .ivr-modal-business-error {
  display: block;
}
.ivr-modal-business-error {
  display: none;
  color: var(--error);
  font-size: .8rem;
}
.ivr-modal-business-error span {
  margin-left: 9rem;
}
.ivr-modal-business-inner-title {
  width: 9rem;
}
.ivr-modal-business-inner-title span {
  border: 1px solid var(--gray600);
  border-radius: 5px;
  padding: .5rem 1rem;
  color: #ffffff;
  background: #4B5B69;
  cursor: pointer;
}
.ivr-modal-business-inner-title span.active {
  background: #32cd32;
}
.ivr-modal-business-inner-title input[type="checkbox"] {
  display: none;
}
.ivr-modal-business-inner-timer .ivr-modal-business-inner-timer-input {
  width: 80px;
  height: 44px;
  background: var(--white);
  border: 1px solid var(--gray400);
  border-radius: 4px;
  padding: 0 16px;
  display: inline-block;
  position: relative;
}
.ivr-modal-business-inner-timer .ivr-modal-business-inner-timer-input input {
  border: none;
  height: 100%;
  width: 100%;
  text-align: center;
}
.ivr-modal-business-inner-timer .ivr-modal-business-inner-timer-input em {
  position: absolute;
  top: calc(50% - .5rem);
  right: 2px;
  font-size: 1rem;
  color: var(--gray400);
}
.ivr-modal-business-inner-timer .ivr-modal-business-inner-timer-input.disabled {
  background-color: rgba(136, 136, 136, 0.4);
  pointer-events: none;
}
.ivr-modal-business-inner-timer .ivr-modal-business-inner-timer-input.disabled input {
  background: none;
}
.ivr-modal-business-inner-timer .ivr-modal-business-inner-is-all {
  position: relative;
  display: inline-block;
  line-height: 2.5;
}
.ivr-modal-business-inner-timer .ivr-modal-business-inner-is-all .is-check {
  padding-left: 2rem;
}
.ivr-modal-business-inner-timer .ivr-modal-business-inner-is-all .is-check::before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 1.25rem;
  height: 1.25rem;
  border: 2px solid #C00000;
  top: calc(50% - .625rem);
  left: 5px;
}
.ivr-modal-business-inner-timer .ivr-modal-business-inner-is-all [type=checkbox] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 3;
}
.ivr-modal-business-inner-timer .ivr-modal-business-inner-is-all [type=checkbox]:checked + .is-check::after {
  content: "";
  position: absolute;
  display: inline-block;
  top: calc(50% - .6rem);
  left: .75rem;
  height: .85rem;
  width: .5rem;
  transform: rotate(25deg);
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
}
.ivr-modal-business-inner-timer .ivr-modal-business-clear {
  border-radius: 8px;
  padding: 4px;
  margin-left: .25rem;
  background: rgba(136, 136, 136, 0.5);
  color: #fff;
  font-size: .75rem;
  cursor: pointer;
  display: inline-block;
}
.ivr-modal-business-inner-timer .separeter {
  margin: 2rem;
}

.popover.clockpicker-popover {
  top: calc(50vh - 128px);
  left: calc(50vw - 100px);
}
.popover.clockpicker-popover .popover-title {
  line-height: 60px !important;
  font-size: 36px !important;
}
.popover.clockpicker-popover .popover-title span.text-primary {
  color: var(--primaryLight) !important;
}
.popover.clockpicker-popover .popover-content {
  background-color: var(--pink50);
}
.popover.clockpicker-popover .popover-content .clockpicker-canvas-fg, .popover.clockpicker-popover .popover-content .clockpicker-canvas-bearing {
  fill: var(--primaryHover);
}
.popover.clockpicker-popover .popover-content .clockpicker-canvas line {
  stroke: var(--primaryHover);
}
.popover.clockpicker-popover .popover-content .clockpicker-canvas-bg {
  fill: var(--pink50);
}
.popover.clockpicker-popover .popover-content .clockpicker-canvas-bg-trans {
  fill: #e52d7741;
}
.popover.clockpicker-popover .popover-content .clockpicker-tick.active, .popover.clockpicker-popover .popover-content .clockpicker-tick:hover {
  background-color: var(--pink50);
}

.__clock-outer {
  z-index: 1059;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #6666;
}

#preview_dialog .modal-dialog {
  max-width: 800px;
}
#preview_dialog .modal-dialog .modal-content .preview_tag {
  border: 1px solid #8888;
  border-radius: 8px;
  padding: 16px;
}

.ivr-form-checklist {
  display: flex;
}
.ivr-form-checklist .ivr-form-checkbutton {
  border: 1px solid #ccc;
  border-radius: 10px;
  padding: 5px 10px;
  line-height: 150%;
  margin-right: 1rem;
  margin-bottom: 0;
  min-width: 150px;
  text-align: center;
  font-size: 14px;
  cursor: pointer;
}
.ivr-form-checklist .ivr-form-checkbutton input[type=checkbox] {
  display: none;
}
.ivr-form-checklist .ivr-form-checkbutton.active {
  background: var(--openNavi2);
  color: var(--white);
}
.ivr-modal-item-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  margin: .5rem;
}
.ivr-modal-item-wrap__vertical {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.ivr-modal-item-wrap__vertical .ivr-modal-item-wrap-in {
  margin-bottom: .5rem;
}
.ivr-modal-item-wrap__3column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
.ivr-modal-item-wrap-in {
  margin-right: .5rem;
}
.ivr-modal-item-input {
  visibility: hidden;
}
.ivr-modal-item-input.active {
  visibility: visible;
}
.ivr-modal-input {
  width: 4rem;
  text-align: right;
  height: 44px;
  background: var(--white);
  border: solid 1px var(--gray400);
  color: var(--gray800);
  padding: 0 8px;
  position: relative;
  border-radius: 4px;
}
.ivr-modal-select {
  height: 44px;
  background: var(--white);
  color: var(--gray800);
  border: 1px solid var(--gray400);
  border-radius: 4px;
}
.ivr-modal-radio-btn {
  display: block;
  border: 1px solid var(--gray400);
  border-radius: 8px;
  padding: 0 10px;
  line-height: 44px;
  background: var(--gray600);
  color: var(--white);
  font-weight: bold;
  cursor: pointer;
}

input[type=radio]:checked + .ivr-modal-radio-btn {
  background: #32cd32;
}

.holiday-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
.holiday-list-in {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: flex-start;
  -moz-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  border: 1px solid var(--gray400);
  border-radius: 10px;
  padding: 8px;
  width: 400px;
  font-size: 12px;
  margin-left: 0.5rem;
}
.holiday-list-in dt {
  font-weight: normal;
  width: 100px;
}
.holiday-list-in dd {
  width: 280px;
}
.holiday-list-year {
  width: 100%;
  font-weight: bold;
}

.upload-view {
  border: 1px dotted var(--gray500);
  border-radius: 5px;
  margin-top: 1rem;
  padding: 10px;
  height: auto;
  width: 450px;
  display: none;
}
.upload-view.active {
  display: block;
}
.upload-view-bar {
  width: 0;
  height: 20px;
  border-radius: 4px;
  background: #0ba1b5;
}
.upload-view-bar-wrap {
  margin: 10px 0;
  padding: 1px;
  border: 1px solid var(--gray300);
  border-radius: 4px;
  overflow: hidden;
}

#upload-hidden {
  display: none;
}

em[class*=js-] {
  cursor: pointer;
}

.clip {
  border: none;
  width: 100%;
}

.generate-label {
  font-size: .8rem;
  display: none;
}
.generate-label.on {
  display: block;
  margin-bottom: -1rem;
}
.generate-label::before {
  content: "( ";
}
.generate-label::after {
  content: " 生成)";
}

.schedule-label {
  font-size: .8rem;
  display: none;
}
.schedule-label.on {
  display: block;
  margin-bottom: -1rem;
}
.schedule-label::before {
  content: "( ";
}
.schedule-label::after {
  content: " 生成予定)";
}

.dropify-wrapper .dropify-message span.file-icon p {
  font-size: 1rem;
}

#ui-datepicker-div {
  z-index: 10 !important;
}

/*====================
front
元front.css
====================*/
#pages body {
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  height: 100%;
}
#pages .ivr-pages {
  width: 100%;
}
#pages .ivr-pages-header, #pages .ivr-pages-footer, #pages .ivr-pages-header-footer {
  width: 100%;
  height: auto;
}
#pages .ivr-pages-header .ivr-template-link, #pages .ivr-pages-footer .ivr-template-link, #pages .ivr-pages-header-footer .ivr-template-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#pages .ivr-pages-header {
  font-size: 1.25em;
  font-weight: bold;
}
#pages .ivr-pages-body {
  width: calc(100% - 2em);
  height: auto;
  margin: 0 auto;
}
#pages .ivr-pages-footer .ivr-area-button-body {
  margin-bottom: 30px;
}
#pages .forms .ivr-pages-body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 80%;
  margin-top: 10px;
}
#pages .forms .ivr-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  border: 1px solid var(--gray400);
  border-top: none;
  border-bottom: none;
  padding: 0 1.5rem;
  background-color: var(--white);
  word-break: break-all;
}
#pages .forms .ivr-form-body-header, #pages .forms .ivr-form-body-footer {
  width: 100%;
  padding: 1.5rem;
  border: 1px solid var(--gray400);
  background-color: var(--white);
  word-break: break-all;
}
#pages .forms .ivr-form-body-header {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom: none;
}
#pages .forms .ivr-form-body-footer {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  border-top: none;
}
#pages .forms input, #pages .forms select, #pages .forms textarea {
  width: 100%;
  padding: 8px;
  border: 1px solid var(--gray500);
  border-radius: 5px;
}
#pages .forms [type=checkbox], #pages .forms [type=radio] {
  display: none;
}
#pages .forms .ivr-parts {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  margin-bottom: 1rem;
  border-bottom: 1px solid var(--gray400);
  padding: .5rem;
}
#pages .forms .ivr-parts.ivr-parts-label {
  border-bottom: 3px double var(--gray400);
}
#pages .forms .ivr-parts.ivr-parts-label .label {
  font-weight: bold;
  width: 100%;
  max-width: 100%;
}
#pages .forms .ivr-parts:last-of-type {
  border: none;
}
#pages .forms .ivr-parts-input.req .label:after {
  content: "※必須";
  color: #f00;
  font-size: .75em;
  margin: auto 10px;
  white-space: nowrap;
}
#pages .forms .ivr-parts-date.date-year {
  width: 6rem;
}
#pages .forms .ivr-parts-date.date-month, #pages .forms .ivr-parts-date.date-day {
  width: 4rem;
  height: 42px;
  text-align: center;
}
#pages .forms .ivr-parts-phone {
  width: 300px;
  max-width: 100%;
}
#pages .forms .ivr-parts-dropdown {
  width: auto;
  max-width: 100%;
}
#pages .forms .ivr-parts-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
#pages .forms .ivr-parts-list label {
  border: 1px solid var(--gray600);
  border-radius: 10px;
  padding: 5px;
  position: relative;
}
#pages .forms .ivr-parts-list .is-check {
  margin-right: 30px;
}
#pages .forms .ivr-parts-list .is-check:before {
  display: inline-block;
  position: absolute;
  top: 8px;
  content: '';
  width: 13px;
  height: 13px;
  border: 3px solid #25AF01;
}
#pages .forms .ivr-parts-list [type=radio] + .is-check:before {
  border-radius: 50%;
}
#pages .forms .ivr-parts-list [type=radio]:checked + .is-check:after {
  display: inline-block;
  position: absolute;
  content: '';
  border-radius: 50%;
  background: #25AF01;
  width: 11px;
  height: 11px;
  top: 12px;
  left: 9px;
}
#pages .forms .ivr-parts-list [type=checkbox]:checked + .is-check:after {
  display: inline-block;
  position: absolute;
  left: 9px;
  top: 6px;
  content: '';
  width: 17px;
  height: 7px;
  border-left: 4px solid #25AF01;
  border-bottom: 4px solid #25AF01;
  transform: rotate(-45deg);
}
#pages .forms .ivr-parts .label {
  font-size: 1rem;
  width: 30%;
  max-width: 300px;
  padding-top: 5px;
}
#pages .forms .ivr-parts .input, #pages .forms .ivr-parts .confirm {
  width: 100%;
  max-width: calc(100% - 350px);
}
#pages .forms .ivr-parts .caption {
  font-size: 0.75em;
  color: var(--gray600);
}
#pages .forms .invalid-feedback {
  display: none;
}
#pages .forms .is-invalid {
  border-color: #dd0000 !important;
  background-color: #eedddd;
  color: #ff0000;
}
#pages .forms .is-invalid + .invalid-feedback {
  display: block;
}
#pages .forms .is-invalid.is-invalid-none {
  border: none;
  background-color: initial;
}
#pages .forms .ivr-pages-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  padding: 2rem;
}
#pages .forms .ivr-button-next, #pages .forms .ivr-button-back {
  padding: 10px 50px;
  border-radius: 12px;
}
#pages .forms .ivr-button-back {
  background-color: #dddddd;
}
#pages .forms .ivr-button-next {
  background-color: #E96060;
}
#pages .forms .js-submit {
  margin: 0px 5px;
}
#pages .ivr-parts-area {
  font-size: 1rem;
  font-weight: initial;
}
#pages .ivr-parts-area ol.ivr-list, #pages .ivr-parts-area ul.ivr-list, #pages .ivr-parts-area li.ivr-list, #pages .ivr-parts-area dl.ivr-list, #pages .ivr-parts-area dt.ivr-list, #pages .ivr-parts-area dd.ivr-list, #pages .ivr-form-body-header ol.ivr-list, #pages .ivr-form-body-header ul.ivr-list, #pages .ivr-form-body-header li.ivr-list, #pages .ivr-form-body-header dl.ivr-list, #pages .ivr-form-body-header dt.ivr-list, #pages .ivr-form-body-header dd.ivr-list, #pages .ivr-area-body-header ol.ivr-list, #pages .ivr-area-body-header ul.ivr-list, #pages .ivr-area-body-header li.ivr-list, #pages .ivr-area-body-header dl.ivr-list, #pages .ivr-area-body-header dt.ivr-list, #pages .ivr-area-body-header dd.ivr-list, #pages .ivr-area-body-footer ol.ivr-list, #pages .ivr-area-body-footer ul.ivr-list, #pages .ivr-area-body-footer li.ivr-list, #pages .ivr-area-body-footer dl.ivr-list, #pages .ivr-area-body-footer dt.ivr-list, #pages .ivr-area-body-footer dd.ivr-list, #pages .ivr-area-guide ol.ivr-list, #pages .ivr-area-guide ul.ivr-list, #pages .ivr-area-guide li.ivr-list, #pages .ivr-area-guide dl.ivr-list, #pages .ivr-area-guide dt.ivr-list, #pages .ivr-area-guide dd.ivr-list, #pages .ivr-dialog-body__info ol.ivr-list, #pages .ivr-dialog-body__info ul.ivr-list, #pages .ivr-dialog-body__info li.ivr-list, #pages .ivr-dialog-body__info dl.ivr-list, #pages .ivr-dialog-body__info dt.ivr-list, #pages .ivr-dialog-body__info dd.ivr-list, #pages .ivr-pages-body.complete .ivr-form ol.ivr-list, #pages .ivr-pages-body.complete .ivr-form ul.ivr-list, #pages .ivr-pages-body.complete .ivr-form li.ivr-list, #pages .ivr-pages-body.complete .ivr-form dl.ivr-list, #pages .ivr-pages-body.complete .ivr-form dt.ivr-list, #pages .ivr-pages-body.complete .ivr-form dd.ivr-list {
  margin: inherit;
  padding: 0 24px;
}
#pages .ivr-parts-area strong, #pages .ivr-parts-area b, #pages .ivr-parts-area th, #pages .ivr-form-body-header strong, #pages .ivr-form-body-header b, #pages .ivr-form-body-header th, #pages .ivr-area-body-header strong, #pages .ivr-area-body-header b, #pages .ivr-area-body-header th, #pages .ivr-area-body-footer strong, #pages .ivr-area-body-footer b, #pages .ivr-area-body-footer th, #pages .ivr-area-guide strong, #pages .ivr-area-guide b, #pages .ivr-area-guide th, #pages .ivr-dialog-body__info strong, #pages .ivr-dialog-body__info b, #pages .ivr-dialog-body__info th, #pages .ivr-pages-body.complete .ivr-form strong, #pages .ivr-pages-body.complete .ivr-form b, #pages .ivr-pages-body.complete .ivr-form th {
  font-weight: bold;
}
#pages .ivr-parts-area a.ivr-anchor, #pages .ivr-form-body-header a.ivr-anchor, #pages .ivr-area-body-header a.ivr-anchor, #pages .ivr-area-body-footer a.ivr-anchor, #pages .ivr-area-guide a.ivr-anchor, #pages .ivr-dialog-body__info a.ivr-anchor, #pages .ivr-pages-body.complete .ivr-form a.ivr-anchor {
  cursor: inherit;
}
#pages .ivr-area-body-header, #pages .ivr-area-body-footer {
  padding: 1em 0;
}
#pages .ivr-breadcrumb-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#pages .ivr-breadcrumb-item {
  word-break: break-word;
}
#pages .ivr-breadcrumb-sep {
  margin: 0px 10px 0px 5px;
}
#pages .ivr-breadcrumb-sep:last-child {
  display: none;
}
#pages .ivr-dialog {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
#pages .ivr-dialog.active {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  z-index: 1;
}
#pages .ivr-dialog-curtain {
  position: absolute;
  top: 0;
  left: 0;
  background: #000000;
  height: 100%;
  width: 100%;
  opacity: .7;
}
#pages .ivr-dialog-body {
  border-radius: 10px;
  background: #ffffff;
  width: auto;
  min-width: 200px;
  max-width: 80%;
  padding: 10px;
  z-index: 100;
  overflow-x: hidden;
  overflow-y: auto;
  max-height: 100vh;
}
#pages .ivr-dialog-body__header {
  text-align: center;
  font-weight: bold;
}
#pages .ivr-dialog-body__header-in {
  display: inline-block;
  word-break: break-all;
  text-align: left;
  margin: 1em 10px;
}
#pages .ivr-dialog-body__content {
  text-align: center;
  margin-bottom: 1em;
}
#pages .ivr-dialog-body__content input[name=_cti_number] {
  text-align: center;
}
#pages .ivr-dialog-body__content input[name=_cti_number].lock {
  background: var(--gray500);
  pointer-events: none;
}
#pages .ivr-dialog-body__btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  margin-bottom: 1em;
}
#pages .ivr-dialog-body__btn-in {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  border: 1px solid #ddd;
  border-radius: 5px;
  padding: 5px;
  text-align: center;
  font-size: .9em;
  position: relative;
  min-width: 200px;
  opacity: .5;
  pointer-events: none;
}
#pages .ivr-dialog-body__btn-in.active {
  opacity: 1;
  pointer-events: inherit;
  cursor: pointer;
}
#pages .ivr-dialog-body__btn-in.active label {
  cursor: pointer;
}
#pages .ivr-dialog-body__btn-in.lock {
  opacity: .5;
  pointer-events: none;
}
#pages .ivr-dialog-body__info {
  margin: 0 10px 1em;
}
#pages .ivr-dialog-body .ivr-area-button-decoration {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  text-align: center;
  position: relative;
  height: 100%;
  width: 100%;
  border: none;
  padding: 0;
}
#pages .ivr-dialog-body .ivr-area-button-decoration label {
  padding: 0;
  margin: 0;
}
#pages .ivr-dialog-body .ivr-area-button-decoration > span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
#pages .ivr-dialog-body .ivr-area-button-decoration.deco-align-left {
  justify-content: flex-start;
}
#pages .ivr-dialog-body .ivr-area-button-decoration.deco-align-center {
  justify-content: center;
}
#pages .ivr-dialog-body .ivr-area-button-decoration.deco-align-right {
  justify-content: flex-end;
}
#pages .ivr-dialog-body .ivr-area-button-decoration.deco-valign-top {
  align-items: flex-start;
}
#pages .ivr-dialog-body .ivr-area-button-decoration.deco-valign-middle {
  align-items: center;
}
#pages .ivr-dialog-body .ivr-area-button-decoration.deco-valign-bottom {
  align-items: flex-end;
}
#pages .ivr-dialog-body .ivr-area-button-decoration.deco-bold {
  font-weight: bold;
}
#pages .ivr-dialog-body .ivr-area-button-decoration .ivr-area-button-flex-top {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
#pages .ivr-dialog-body .ivr-area-button-decoration .ivr-area-button-flex-bottom {
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  align-items: flex-end;
}
#pages .ivr-dialog-body .ivr-area-button-decoration .ivr-area-button-flex-left {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-align: left;
}
#pages .ivr-dialog-body .ivr-area-button-decoration .ivr-area-button-flex-right {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
  text-align: right;
}
#pages .ivr-dialog-body .ivr-area-button-decoration .ivr-area-button-label, #pages .ivr-dialog-body .ivr-area-button-decoration .ivr-area-button-icon {
  display: block;
}
#pages .ivr-dialog-body .ivr-area-button-decoration .ivr-area-button-label.ivr-area-button-deploy-left, #pages .ivr-dialog-body .ivr-area-button-decoration .ivr-area-button-icon.ivr-area-button-deploy-left {
  position: absolute;
  left: 0;
  text-align: left;
}
#pages .ivr-dialog-body .ivr-area-button-decoration .ivr-area-button-label.ivr-area-button-deploy-right, #pages .ivr-dialog-body .ivr-area-button-decoration .ivr-area-button-icon.ivr-area-button-deploy-right {
  position: absolute;
  right: 0;
  text-align: right;
}
#pages .ivr-dialog-body .ivr-area-button-decoration .ivr-area-button-label.ivr-area-button-deploy-top, #pages .ivr-dialog-body .ivr-area-button-decoration .ivr-area-button-icon.ivr-area-button-deploy-top {
  position: absolute;
  top: 0;
}
#pages .ivr-dialog-body .ivr-area-button-decoration .ivr-area-button-label.ivr-area-button-deploy-bottom, #pages .ivr-dialog-body .ivr-area-button-decoration .ivr-area-button-icon.ivr-area-button-deploy-bottom {
  position: absolute;
  bottom: 0;
}
@media screen and (max-width: 768px) {
  #pages .forms .ivr-pages-body {
    width: 98%;
  }
  #pages .forms .ivr-parts {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #pages .forms .ivr-parts .label {
    margin-bottom: .5rem;
    width: 100%;
    max-width: 100%;
  }
  #pages .forms .ivr-parts .input, #pages .forms .ivr-parts .confirm {
    width: 100%;
    max-width: 100%;
  }
  #pages .forms .ivr-form-body-header, #pages .forms .ivr-form-body-footer {
    padding-right: .5rem;
    padding-left: .5rem;
  }
  #pages .forms .ivr-form {
    padding-right: .5rem;
    padding-left: .5rem;
  }
}

.year-sep::after, .month-sep::after, .day-sep::after {
  display: inline-block;
  width: 15px;
  text-align: center;
}

.year-sep::after {
  content: "年";
}

.month-sep::after {
  content: "月";
}

.day-sep::after {
  content: "日";
}

#pages .ivr-area {
  position: relative;
}
#pages .ivr-area.ivr-area-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  text-align: center;
}
#pages .ivr-area.ivr-area-flex.ivr-area-flex-top, #pages .ivr-area.ivr-area-flex.ivr-area-flex-top div {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
#pages .ivr-area.ivr-area-flex.ivr-area-flex-bottom, #pages .ivr-area.ivr-area-flex.ivr-area-flex-bottom div {
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  align-items: flex-end;
}
#pages .ivr-area.ivr-area-flex.ivr-area-flex-left, #pages .ivr-area.ivr-area-flex.ivr-area-flex-left div {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-align: left;
}
#pages .ivr-area.ivr-area-flex.ivr-area-flex-right, #pages .ivr-area.ivr-area-flex.ivr-area-flex-right div {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
  text-align: right;
}
#pages .ivr-area.ivr-area-flex > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
#pages .ivr-area .ivr-area-title, #pages .ivr-area .ivr-area-logo {
  display: block;
  position: relative;
}
#pages .ivr-area .ivr-area-title.ivr-area-deploy-top, #pages .ivr-area .ivr-area-logo.ivr-area-deploy-top {
  top: 0;
  position: absolute;
}
#pages .ivr-area .ivr-area-title.ivr-area-deploy-bottom, #pages .ivr-area .ivr-area-logo.ivr-area-deploy-bottom {
  bottom: 0;
  position: absolute;
}
#pages .ivr-area .ivr-area-title.ivr-area-deploy-left, #pages .ivr-area .ivr-area-logo.ivr-area-deploy-left {
  left: 0;
  position: absolute;
}
#pages .ivr-area .ivr-area-title.ivr-area-deploy-right, #pages .ivr-area .ivr-area-logo.ivr-area-deploy-right {
  right: 0;
  position: absolute;
}
#pages .ivr-area .ivr-area-title.ivr-area-title-bold {
  font-weight: bold;
}
#pages .ivr-area-center {
  padding: 1em;
  text-align: center;
}
#pages .ivr-area-left {
  padding: 1em;
  text-align: left;
}
#pages .ivr-area-right {
  padding: 1em;
  text-align: right;
}
#pages .ivr-area-logo-image {
  display: inline-block;
  max-width: 100%;
}
#pages .ivr-area-button-area {
  margin-bottom: 1em;
}
#pages .ivr-area-button-header {
  padding: 0.25em 0;
}
#pages .ivr-area-button-title {
  padding: .5em;
  font-weight: bold;
}
#pages .ivr-area-button-guide {
  margin: 0.5%;
  overflow: hidden;
}
#pages .ivr-area-button-body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#pages .ivr-area-button-body .ivr-area-button-body-in-1 {
  width: 99%;
}
#pages .ivr-area-button-body .ivr-area-button-body-in-2 {
  width: 49%;
}
#pages .ivr-area-button-body .ivr-area-button-body-in-3 {
  width: 32%;
}
#pages .ivr-area-button-body .ivr-area-button-body-in-4 {
  width: 24%;
}
#pages .ivr-area-button-body .ivr-area-button-body-in-1, #pages .ivr-area-button-body .ivr-area-button-body-in-2, #pages .ivr-area-button-body .ivr-area-button-body-in-3, #pages .ivr-area-button-body .ivr-area-button-body-in-4 {
  margin: 0.5%;
}
#pages .ivr-area-button-body .ivr-area-button-body-in-1 > div, #pages .ivr-area-button-body .ivr-area-button-body-in-2 > div, #pages .ivr-area-button-body .ivr-area-button-body-in-3 > div, #pages .ivr-area-button-body .ivr-area-button-body-in-4 > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  border: 1px solid #ddd;
  border-radius: 5px;
  padding: 5px;
  text-align: center;
  font-size: 0.9em;
  position: relative;
  overflow: hidden;
}
#pages .ivr-area-button-decoration {
  position: relative;
  display: flex;
  height: 100%;
  width: 100%;
  border: none;
  padding: 0;
}
#pages .ivr-area-button-decoration.deco-align-left {
  justify-content: flex-start;
}
#pages .ivr-area-button-decoration.deco-align-center {
  justify-content: center;
}
#pages .ivr-area-button-decoration.deco-align-right {
  justify-content: flex-end;
}
#pages .ivr-area-button-decoration.deco-valign-top {
  align-items: flex-start;
}
#pages .ivr-area-button-decoration.deco-valign-middle {
  align-items: center;
}
#pages .ivr-area-button-decoration.deco-valign-bottom {
  align-items: flex-end;
}
#pages .ivr-area-button-decoration.deco-bold {
  font-weight: bold;
}
#pages .ivr-area-button-decoration .ivr-jump, #pages .ivr-area-button-decoration .ivr-cti {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  cursor: pointer;
}
#pages .ivr-area-button-decoration .ivr-area-button-icon-left {
  margin-right: .25em;
}
#pages .ivr-area-button-decoration .ivr-area-button-icon-right {
  margin-left: .25em;
}
#pages .ivr-area-button-decoration .ivr-area-button-icon img {
  height: 1em;
  width: 1em;
}

#pages .ivr-area-button-body div.ivr-area-button-decoration {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  text-align: center;
}
#pages .ivr-area-button-body div.ivr-area-button-decoration.ivr-area-button-flex-top {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
#pages .ivr-area-button-body div.ivr-area-button-decoration.ivr-area-button-flex-bottom {
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  align-items: flex-end;
}
#pages .ivr-area-button-body div.ivr-area-button-decoration.ivr-area-button-flex-left {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-align: left;
}
#pages .ivr-area-button-body div.ivr-area-button-decoration.ivr-area-button-flex-right {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
  text-align: right;
}
#pages .ivr-area-button-body div.ivr-area-button-decoration > span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
#pages .ivr-area-button-body div.ivr-area-button-decoration > span.ivr-referrer {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  cursor: pointer;
}
#pages .ivr-area-button-body .ivr-area-button-label, #pages .ivr-area-button-body .ivr-area-button-icon {
  display: block;
}
#pages .ivr-area-button-body .ivr-area-button-label.ivr-area-button-deploy, #pages .ivr-area-button-body .ivr-area-button-icon.ivr-area-button-deploy {
  position: inherit;
}
#pages .ivr-area-button-body .ivr-area-button-label.ivr-area-button-deploy-top, #pages .ivr-area-button-body .ivr-area-button-icon.ivr-area-button-deploy-top {
  position: absolute;
  top: 0;
}
#pages .ivr-area-button-body .ivr-area-button-label.ivr-area-button-deploy-bottom, #pages .ivr-area-button-body .ivr-area-button-icon.ivr-area-button-deploy-bottom {
  position: absolute;
  bottom: 0;
}
#pages .ivr-area-button-body .ivr-area-button-label.ivr-area-button-deploy-left, #pages .ivr-area-button-body .ivr-area-button-icon.ivr-area-button-deploy-left {
  position: absolute;
  left: 0;
  text-align: left;
}
#pages .ivr-area-button-body .ivr-area-button-label.ivr-area-button-deploy-right, #pages .ivr-area-button-body .ivr-area-button-icon.ivr-area-button-deploy-right {
  position: absolute;
  right: 0;
  text-align: right;
}
#pages .ivr-area-button-body label {
  margin: 0;
}
#pages .ivr-area-button-body a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#pages body.preview a {
  pointer-events: none;
}
#pages .is-out-hours {
  pointer-events: none;
}
#pages .is-out-hours::after {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #000000;
  opacity: .5;
  filter: brightness(50%);
}
#pages .w-outsite, #pages .w-link, #pages .w-phone, #pages .w-cti {
  cursor: pointer;
}
#pages .w-outsite img, #pages .w-link img, #pages .w-phone img, #pages .w-cti img {
  pointer-events: none;
}
#pages .w-outsite label, #pages .w-link label, #pages .w-phone label, #pages .w-cti label {
  cursor: pointer;
}
#pages .w-cti > span {
  pointer-events: none;
}

/*====================
統計
====================*/
.analyze-wrap {
  width: 100%;
  padding: 24px;
}
.analyze-wrap .ttl-wrap-flex {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.analyze-wrap .ttl-wrap-flex .heading3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  height: 42px;
}
.analyze-wrap .ttl-wrap-flex .btn-area {
  margin-left: auto;
}
.analyze-wrap .ttl-wrap-flex .btn-area .btn {
  white-space: nowrap;
  width: 150px;
}
.analyze-wrap .ttl-wrap-flex .btn-area + .btn-area {
  margin-left: 1rem;
}
.analyze-page .subTitle1 .ttl-main {
  display: inline-block;
  vertical-align: middle;
}
.analyze-page .subTitle1 .ttl-sub {
  margin-left: 5px;
  padding: 0 7px;
  border-radius: 5px;
  background: #8C0032;
  font-size: 12px;
  color: #ffffff;
  display: inline-block;
  vertical-align: middle;
}
.analyze-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.analyze-inner .content-wrap {
  height: 100%;
  padding-bottom: 0;
}
.analyze-inner .content-wrap .content-inner {
  padding: 24px;
  height: 100%;
}
.analyze-inner .content-wrap .content-inner .ivr-form-item-wrap {
  height: calc(100% - 24px);
}
.analyze-inner-in-wrap, .analyze-inner-in-wrap1, .analyze-inner-in-wrap2, .analyze-inner-in-wrap3, .analyze-inner-in-wrap4, .analyze-inner-in-wrap5, .analyze-inner-in-wrap6, .analyze-inner-in-wrap7, .analyze-inner-in-wrap8, .analyze-inner-in-wrap9, .analyze-inner-in-wrap10, .analyze-inner-in-wrap11 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 10px 10px 0;
}
.analyze-inner-in-wrap-in, .analyze-inner-in-wrap1-in, .analyze-inner-in-wrap2-in, .analyze-inner-in-wrap3-in, .analyze-inner-in-wrap4-in, .analyze-inner-in-wrap5-in, .analyze-inner-in-wrap6-in, .analyze-inner-in-wrap7-in, .analyze-inner-in-wrap8-in, .analyze-inner-in-wrap9-in, .analyze-inner-in-wrap10-in, .analyze-inner-in-wrap11-in {
  width: 100%;
}
.analyze-inner-in-wrap-in:not(:last-of-type), .analyze-inner-in-wrap1-in:not(:last-of-type), .analyze-inner-in-wrap2-in:not(:last-of-type), .analyze-inner-in-wrap3-in:not(:last-of-type), .analyze-inner-in-wrap4-in:not(:last-of-type), .analyze-inner-in-wrap5-in:not(:last-of-type), .analyze-inner-in-wrap6-in:not(:last-of-type), .analyze-inner-in-wrap7-in:not(:last-of-type), .analyze-inner-in-wrap8-in:not(:last-of-type), .analyze-inner-in-wrap9-in:not(:last-of-type), .analyze-inner-in-wrap10-in:not(:last-of-type), .analyze-inner-in-wrap11-in:not(:last-of-type) {
  margin-bottom: 10px;
}
.analyze-inner-in-wrap-in .content-inner, .analyze-inner-in-wrap1-in .content-inner, .analyze-inner-in-wrap2-in .content-inner, .analyze-inner-in-wrap3-in .content-inner, .analyze-inner-in-wrap4-in .content-inner, .analyze-inner-in-wrap5-in .content-inner, .analyze-inner-in-wrap6-in .content-inner, .analyze-inner-in-wrap7-in .content-inner, .analyze-inner-in-wrap8-in .content-inner, .analyze-inner-in-wrap9-in .content-inner, .analyze-inner-in-wrap10-in .content-inner, .analyze-inner-in-wrap11-in .content-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
.analyze-inner-in-wrap {
  width: calc(100% - 10px);
}
.analyze-inner-in-wrap1 {
  width: calc((100% / 12) - 10px);
}
.analyze-inner-in-wrap2 {
  width: calc((100% / 12 * 2) - 10px);
}
.analyze-inner-in-wrap3 {
  width: calc((100% / 12 * 3) - 10px);
}
.analyze-inner-in-wrap4 {
  width: calc((100% / 12 * 4) - 10px);
}
.analyze-inner-in-wrap5 {
  width: calc((100% / 12 * 5) - 10px);
}
.analyze-inner-in-wrap6 {
  width: calc((100% / 12 * 6) - 10px);
}
.analyze-inner-in-wrap7 {
  width: calc((100% / 12 * 7) - 10px);
}
.analyze-inner-in-wrap8 {
  width: calc((100% / 12 * 8) - 10px);
}
.analyze-inner-in-wrap9 {
  width: calc((100% / 12 * 9) - 10px);
}
.analyze-inner-in-wrap10 {
  width: calc((100% / 12 * 10) - 10px);
}
.analyze-inner-in-wrap11 {
  width: calc((100% / 12 * 11) - 10px);
}
.analyze-main {
  width: calc(100% - 530px);
  height: 100%;
  padding: 0 1.5rem 0 0;
}
.analyze-sub {
  width: 530px;
  padding-left: 24px;
  height: 100%;
}
.analyze-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 10px;
}
.analyze-nav__item {
  list-style: none;
  padding-left: 10px;
}
.analyze-nav__item .link {
  display: block;
  border: 2px solid #959595;
  background: #ffffff;
  color: #959595;
  border-radius: 10px;
  padding: 7px 15px;
  font-size: 15px;
  width: 100%;
  min-width: 180px;
  text-align: center;
}
.analyze-nav__item.active .link {
  border: 2px solid var(--primary);
  background: var(--primary);
  color: #ffffff;
  font-weight: bold;
}
.analyze-table .analyze-tr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
.analyze-table .analyze-tr:nth-child(odd) {
  background: #efefef;
}
.analyze-table .no {
  width: 50px;
}
.analyze-table .name {
  width: calc(100% - 150px);
  text-align: left !important;
  display: block;
}
.analyze-table .name span {
  display: block;
  width: 100%;
  word-wrap: break-word;
}
.analyze-table .name .name-sub {
  margin-top: 5px;
  font-size: 90%;
  color: #666666;
}
.analyze-table .access {
  width: 100px;
}
.analyze-table .analyze-table-contents {
  max-height: calc(100vh - 345px);
  overflow: auto;
}
.analyze-table .analyze-th {
  background: #959595;
  color: #ffffff;
  padding: 5px 10px;
  text-align: center;
  font-size: 14px;
  border-left: 1px solid #ffffff;
}
.analyze-table .analyze-th:first-of-type {
  border-left: none;
}
.analyze-table .analyze-td {
  padding: 5px 10px;
  text-align: center;
  font-size: 14px;
}
.analyze-table .analyze-td a {
  text-decoration: underline;
}
.analyze-table .analyze-td.domain {
  color: #007bbb;
}
.analyze-table .analyze-td.domain.none {
  color: inherit;
}
.analyze-timescale {
  position: relative;
  text-align: right;
}
.analyze-timescale-btn {
  text-align: center;
  display: inline-block;
  border: 2px solid #888888;
  padding: 5px;
  color: #888888;
  font-weight: bold;
  margin-left: 5px;
  font-size: 14px;
  border-radius: 5px;
  max-width: 85px;
  width: 100%;
  background-color: #fff;
  transition: .3s;
  cursor: pointer;
}
.analyze-timescale-btn:hover {
  opacity: .7;
}
.analyze-timescale-btn:first-of-type {
  margin-left: 5px;
}
.analyze-timescale-btn.active {
  border-color: #C2185B;
  color: #C2185B;
}
.analyze-timescale-btn.disabled {
  display: none;
}
.analyze-timescale-date {
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  padding: 5px 10px;
  border: 2px solid #C2185B;
  border-radius: 5px;
  background: #ffffff;
  position: absolute;
  top: -35px;
  right: 0;
  box-shadow: 3px 3px 0px 0px rgba(0, 0, 0, 0.2);
  opacity: 0;
  z-index: 5;
}
.analyze-timescale-date::before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #C2185B transparent transparent transparent;
  position: absolute;
  bottom: -10px;
  right: 10px;
}
.analyze-timescale-date.show {
  -moz-animation: date-btn 0.5s ease-in forwards;
  -webkit-animation: date-btn 0.5s ease-in forwards;
  animation: date-btn 0.5s ease-in forwards;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
.analyze-timescale-date .date-input {
  border: none;
  padding: 0 5px;
  cursor: pointer;
  max-width: 150px;
  text-align: center;
}
.analyze-timescale-date .date-btn {
  background: #C2185B;
  border-radius: 5px;
  color: #ffffff;
  font-weight: bold;
  font-size: 12px;
  letter-spacing: 2px;
  padding: 5px 10px;
  cursor: pointer;
  transition: .3s;
  white-space: nowrap;
}
.analyze-timescale-date .date-btn:hover {
  background: #8C0032;
}
.analyze-timescale-date .in {
  padding: 5px;
}
.analyze-timescale-summary {
  position: relative;
  border: 2px solid var(--gray500);
  color: var(--gray500);
  font-weight: bold;
  border-radius: 4px;
  margin-top: 10px;
  padding: 8px;
  font-size: 14px;
  width: 280px;
  margin-left: auto;
  text-align: center;
}
.analyze-timescale-summary-label {
  margin-right: 8px;
}
.analyze-timescale-summary-display {
  width: 180px;
}
.analyze-timescale-summary-display::before {
  display: inline-block;
  content: "( ";
  width: 1.5rem;
}
.analyze-timescale-summary-display::after {
  display: inline-block;
  content: " )";
  width: 1.5rem;
}
.analyze-timescale-summary-select {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.analyze-timescale-summary.active {
  border-color: #C2185B;
  color: #C2185B;
}
.analyze-contents {
  margin-top: 20px;
  width: 100%;
  display: none;
}
.analyze-contents canvas {
  max-height: calc(100vh - 410px);
}
.analyze-contents.active {
  display: block;
}
.analyze-label {
  padding-top: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.analyze-label__item {
  font-size: 10px;
  line-height: 1.6;
  list-style: none;
  margin-left: 15px;
  display: none;
}
.analyze-label__item.active {
  display: inline-block;
}
.analyze-label__item:first-of-type {
  margin-left: 0;
}
.analyze-label .label-color {
  background: #000000;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 13px;
}
.analyze-label .label-title {
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
  padding-left: 3px;
}
.analyze-roots-head {
  position: relative;
  width: 94vw;
}
.analyze-roots-head .analyze-timescale {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
}
.analyze-roots-head .analyze-timescale .analyze-timescale-in {
  width: 100%;
}
.analyze-roots-head .analyze-help {
  padding-left: 20px;
  width: calc(100% - 380px);
}
.analyze-roots-head .analyze-help__item {
  font-size: 10px;
  line-height: 1.6;
}

.chart-area {
  height: 50% !important;
}
.chart-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  justify-content: space-around;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 12px;
}
.chart-info-rate {
  margin-left: 1em;
}
.chart-info .tip {
  display: inline-block;
  width: 10px;
  height: 10px;
  background: #f6ad49;
}
.chart-info .tip.total {
  background: #8c0032;
}
.chart-info .tip.secession {
  background: #3eb370;
}
.chart-info .tip.pc {
  background: #8c0032;
}
.chart-info .tip.smartphone {
  background: #3eb370;
}
.chart-info .tip.tablet {
  background: #1e50a2;
}

.heat-map2 {
  font-size: 12px;
}
.heat-map2__row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  height: 1.5rem;
}
.heat-map2__time {
  width: 20px;
  padding-right: 5px;
  text-align: right;
  font-weight: bold;
}
.heat-map2__data {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  width: calc((100% - 20px) / 7);
  text-align: center;
  height: 100%;
}
.heat-map2__data.very-many {
  background: #35359d;
  color: #FFF;
}
.heat-map2__data.many {
  background: #4a4aa9;
  color: #FFF;
}
.heat-map2__data.normal {
  background: #9a9ad5;
  color: #000;
}
.heat-map2__data.few {
  background: #d9d9f8;
  color: #000;
}
.heat-map2__data.very-few {
  background: #e5e5ff;
  color: #000;
}

.ui-widget-header .ui-icon {
  background-image: url("../img/ui-icons.png") !important;
}

@-moz-keyframes date-btn {
  0% {
    opacity: 0;
    top: -80px;
  }
  100% {
    opacity: 1;
    top: -57px;
  }
}
@-webkit-keyframes date-btn {
  0% {
    opacity: 0;
    top: -80px;
  }
  100% {
    opacity: 1;
    top: -57px;
  }
}
@keyframes date-btn {
  0% {
    opacity: 0;
    top: -80px;
  }
  100% {
    opacity: 1;
    top: -57px;
  }
}
.dashbord .analyze-table .analyze-th, .dashbord .analyze-table .analyze-td {
  font-size: 12px;
}
.dashbord .analyze-table .analyze-td.align-left {
  text-align: left;
  padding-left: 1em;
}
.dashbord .analyze-table .name {
  width: calc(100% - 210px);
}
.dashbord .analyze-table .click {
  width: 85px;
}
.dashbord .analyze-table .rate {
  width: 85px;
}
.dashbord .analyze-table .domain {
  width: calc(100% - 20% - 50px);
}
.dashbord .analyze-table .referrer-count, .dashbord .analyze-table .referrer-rate {
  width: 10%;
}
.dashbord .analyze-timescale-btn {
  min-width: 100px;
}

#chartjs-tooltip {
  opacity: 0;
  position: absolute;
  padding: 8px;
  border-radius: 10px;
  background-color: #666666;
  color: #ffffff;
  font-size: 10px;
  pointer-events: none;
}
#chartjs-tooltip.active {
  opacity: 1;
}
#chartjs-tooltip::after {
  content: '';
  position: absolute;
  top: 100%;
  left: 6px;
  margin-top: -3px;
  border: 10px solid transparent;
  border-top: 10px solid #666;
}

.referrer-table .domain {
  width: calc(100% - (25px + 180px));
  text-align: left;
  padding: 5px 10px;
}
.referrer-table .access {
  width: 180px;
}
.referrer-table .analyze-table-contents {
  max-height: calc(100vh - 400px);
}

.roots .content-wrap {
  width: auto;
}
.roots-in-contents {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 170px;
  background: #F2F6F9;
  border: 1px solid #74a1af;
  min-height: 120px;
  border-top-right-radius: 10px;
  margin-right: 1rem;
  padding: 10px;
  padding-bottom: 40px;
}
.roots-in-contents:not(.first):before {
  position: absolute;
  top: 5px;
  left: -1.25rem;
  content: "";
  width: 1rem;
  border-style: solid;
  border-width: 10px 0 10px 15px;
  border-color: transparent transparent transparent #74a1af;
}
.roots-contents .title {
  display: block;
  font-weight: bold;
  font-size: 14px;
  line-height: 1.6;
  word-break: break-all;
  overflow: hidden;
  max-height: 3rem;
  text-align: center;
}
.roots-contents .data {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  font-size: 15px;
  color: #8C0032;
  font-weight: bold;
}
.roots-contents .top-data {
  position: absolute;
  bottom: 0;
  width: 100%;
  font-size: 13px;
  font-weight: bold;
  color: #ffffff;
  background: #74a1af;
  text-align: center;
}
.roots-contents .top-data .data {
  color: #ffffff;
}
.roots-contents .count {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  white-space: nowrap;
}
.roots-contents .count::after {
  content: '/';
  display: block;
  margin-left: 5px;
}
.roots-contents .access {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  white-space: nowrap;
  margin-left: 5px;
}
.roots-contents .access::after {
  content: ' %';
  display: block;
}
.roots-contents .child {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.roots-area {
  margin-bottom: 25px;
}
.roots-area:last-of-type {
  margin-bottom: 0;
}
.roots-area > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  margin-left: 5px;
}
.roots-change {
  border-color: #A1BF77;
  background-color: #DDE8CE;
}
.roots-back {
  border-color: #E68395;
  background-color: #F4C7CF;
}

.ivr-log-chg-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  width: 600px;
}
.ivr-log-chg-btn {
  display: block;
  color: #959595;
  background: #ffffff;
  border: 2px solid #959595;
  border-radius: 10px;
  padding: 2px 10px;
  font-size: 15px;
  font-weight: normal;
  text-align: center;
  min-width: 180px;
  margin-right: 2rem;
  white-space: nowrap;
  cursor: pointer;
}
.ivr-log-chg-btn.active {
  border: 2px solid var(--primary);
  background: var(--primary);
  color: #ffffff;
  font-weight: bold;
}
.ivr-log-list-wrap {
  position: relative;
  font-size: .9rem;
}
.ivr-log-list-wrap.ivr-log-chg-area {
  display: none;
}
.ivr-log-list-wrap.ivr-log-chg-area.active {
  display: block;
}
.ivr-log-list-status {
  font-weight: bold;
  margin-right: 3rem;
  display: inline-block;
  width: 6rem;
}
.ivr-log-list-status.status--reserve {
  color: var(--highlightAttribute);
}
.ivr-log-list-status.status--runing {
  color: var(--highlightLine);
}
.ivr-log-list-status.status--complete {
  color: var(--highlightLine);
}
.ivr-log-list-status.status--failed {
  color: var(--primary);
}
.ivr-log-list-filename {
  margin-left: 2rem;
  font-weight: bold;
}
.ivr-log-list-content {
  margin: .5rem;
  display: none;
}
.ivr-log-list-result {
  margin-top: 1rem;
  border: 1px solid #cccccc;
  padding: .5rem 1rem;
  max-height: 10rem;
  overflow-y: auto;
  overflow-x: hidden;
}
.ivr-log-list-result div {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: .75rem;
  line-height: 225%;
}

.iver-log-list-inner {
  border: 1px solid #dddddd;
  border-radius: 10px;
  padding: 10px;
  margin-top: 1rem;
}

.map-outer-container {
  width: 4000px;
  height: 10000px;
  overflow: hidden;
}
.map-inner-wrap {
  width: 4000px;
  height: 10102px;
  background: #add8e6;
  position: relative;
  margin-top: -102px;
  padding-top: 102px;
}
.map-inner-wrap > div {
  width: 100%;
  height: 100%;
}
.map-card-wrap {
  width: 280px;
  display: block;
  border: 2px solid #ddd;
  border-radius: 8px;
  z-index: 2;
}
.map-card-wrap.active {
  border: 2px solid var(--primary);
}
.map-card-wrap .title {
  overflow: hidden;
  text-overflow: ellipsis;
}
.map-card-wrap .title span {
  white-space: nowrap;
}
.map-card-wrap.warning .map-card-main-head {
  border-color: var(--gray500);
}
.map-card-wrap.warning .map-card-content .map-card-button .map-card-button-inner {
  border-color: var(--gray500);
  background-color: var(--gray500);
}
.map-card-wrap.warning.active {
  border-color: var(--gray500);
}
.map-card-inner {
  background: var(--white);
  box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.12), 0px 1px 4px rgba(0, 0, 0, 0.12);
}
.map-card-main-head {
  width: 100%;
  border-top: solid 4px var(--primary);
  border-bottom: 1px solid var(--gray200);
  border-radius: 2px 2px 0 0;
  padding: 0 8px;
  height: 4px;
}
.map-card-header {
  display: flex;
  align-items: center;
  padding: .25rem 1rem;
  height: 2.5rem;
}
.map-card-header .icon {
  margin-right: .5rem;
}
.map-card-header .icon .fa-eye {
  color: var(--primary);
}
.map-card-header .icon .fa-eye-slash {
  color: var(--gray500);
}
.map-card-header .title {
  width: calc(280px - (20px + 1.5rem));
}
.map-card-header .title span {
  font-weight: bold;
}
.map-card-header .title span.input {
  display: none;
}
.map-card-header .title input {
  width: 100%;
  border: #ddd;
  font-weight: bold;
}
.map-card-header .link {
  margin-left: auto;
}
.map-card-header.link_active .title {
  color: var(--primary);
}
.map-card-content {
  border-top: 1px solid #dddddd;
}
.map-card-content input {
  border: none;
  width: 100%;
}
.map-card-content .map-card-area {
  padding: .25rem 1rem;
  position: relative;
  height: 2.5rem;
}
.map-card-content .map-card-area span {
  position: absolute;
  width: calc(100% - 40px);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  min-height: 1rem;
}
.map-card-content .map-card-area span.input {
  display: none;
}
.map-card-content .map-card-area input {
  border: inherit;
}
.map-card-content .map-card-stage {
  border-top: 1px dotted var(--gray500);
  padding: 5px 0;
}
.map-card-content .map-card-button {
  padding: 0 1rem .25rem 1rem;
  width: 275px;
}
.map-card-content .map-card-button .map-card-button-inner {
  display: flex;
  align-items: center;
  border: 1px solid #c2185b;
  border-radius: 1em;
  padding: 3px 5px 3px 10px;
  background-color: #c2185b;
  color: var(--white);
  position: relative;
}
.map-card-content .map-card-button .map-card-button-inner .icon {
  border: 1px solid var(--white);
  border-radius: 50%;
  margin-left: -0.4rem;
  height: 24px;
  width: 24px;
  line-height: 135%;
  background-color: var(--white);
  text-align: center;
  cursor: pointer;
}
.map-card-content .map-card-button .map-card-button-inner .icon em {
  font-size: .9rem;
  color: var(--primary);
}
.map-card-content .map-card-button .map-card-button-inner .icon em.internet {
  margin: .25rem 0 0 .25rem;
}
.map-card-content .map-card-button .map-card-button-inner .icon em.forms {
  font-size: 21px;
  padding-left: 2px;
}
.map-card-content .map-card-button .map-card-button-inner .label {
  position: absolute;
  top: 0;
  left: 2rem;
  width: calc(100% - 2rem);
}
.map-card-content .map-card-button .map-card-button-inner .label span {
  width: 100%;
  line-height: 250%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.map-card-content .map-card-button .map-card-button-inner .label span.input {
  display: none;
}
.map-card-content .map-card-button .map-card-button-inner .label input[type=text] {
  line-height: 220%;
  background: #ffe8f1;
  color: #000;
  width: 90%;
  margin-top: 1px;
}
.map-card-content .map-card-button.link_active .map-card-button-inner {
  background-color: #e46899;
}

.internet {
  background-image: url("/img/internet.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 14px;
  height: 14px;
  display: block;
}

.fixed-btn-wrap03.opaque {
  background: #e8e8e8;
}
.fixed-btn-wrap03.opaque .footer-info {
  font-size: .75rem;
  padding: 5px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.fixed-btn-wrap03.opaque .footer-info div {
  position: relative;
  height: 1.5rem;
}
.fixed-btn-wrap03.opaque .footer-info div em {
  position: absolute;
  top: -0.175rem;
  font-size: 1.25rem;
}
.fixed-btn-wrap03.opaque .footer-info div span {
  margin-left: 1.35rem;
}

.form-list {
  padding: 10px 0;
}
.form-list .label {
  margin-bottom: 8px;
}

.ivr-form-item-wrap input[type=password]::-ms-reveal {
  display: none;
}
.ivr-form-parts-wrap {
  position: relative;
  border: 1px solid var(--gray400);
  border-radius: 10px;
  background-color: var(--white);
  padding: 10px;
  min-height: 56px;
  margin-bottom: 8px;
}
.ivr-form-parts-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.ivr-form-parts-header.active {
  margin-bottom: 10px;
  border-bottom: 1px solid var(--gray400);
  padding-bottom: 10px;
  min-height: 46px;
}
.ivr-form-parts-header.active + .ivr-form-parts-item {
  display: block;
}
.ivr-form-parts-header.active .toggle-btn {
  top: 8px;
  right: 10px;
}
.ivr-form-parts-header.active .btn-menu {
  display: none;
}
.ivr-form-parts-header .title {
  font-size: 12px;
  line-height: 100%;
  margin-top: 2px;
  margin-left: 10px;
}
.ivr-form-parts-header .toggle-btn {
  top: 14px;
  right: 55px;
}
.ivr-form-parts-header .btn-menu {
  position: absolute;
  top: 16px;
  right: 10px;
}
.ivr-form-parts-header .btn-menu .fa-equals {
  position: relative;
  top: -6px;
}
.ivr-form-parts-item {
  display: none;
}
.ivr-form-parts-item.active {
  display: block;
}
.ivr-form-parts-item-wrap {
  margin-bottom: 8px;
}
.ivr-form-parts-item .btn-group {
  margin-top: -6px;
}

#parts_dialog .modal-body .body-title {
  font-size: 12px;
  margin-bottom: 5px;
}
#parts_dialog .modal-body .parts-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
#parts_dialog .modal-body .parts-list label {
  position: relative;
  padding: 5px 0;
  margin: 0;
}
#parts_dialog .modal-body .parts-list label:first-of-type {
  margin-top: 0.5rem;
}
#parts_dialog .modal-body .parts-list .radio-label {
  display: block;
  padding: 5px 10px 20px 10px;
  border: 1px solid var(--gray400);
  border-radius: 8px;
  font-size: 14px;
}
#parts_dialog .modal-body .parts-list .caption {
  position: absolute;
  left: 0.75rem;
  bottom: 8px;
  font-size: 11px;
}
#parts_dialog .modal-body .parts-list [type=radio], #parts_dialog .modal-body .parts-list [type=checkbox] {
  display: none;
}
#parts_dialog .modal-body .parts-list [type=radio]:checked + .radio-label, #parts_dialog .modal-body .parts-list [type=radio]:hover + .radio-label, #parts_dialog .modal-body .parts-list [type=checkbox]:checked + .radio-label, #parts_dialog .modal-body .parts-list [type=checkbox]:hover + .radio-label {
  background-color: var(--openBtn1);
  color: var(--white);
}
#parts_dialog .modal-body .parts-list [type=radio]:checked + .radio-label + .caption, #parts_dialog .modal-body .parts-list [type=radio]:hover + .radio-label + .caption, #parts_dialog .modal-body .parts-list [type=checkbox]:checked + .radio-label + .caption, #parts_dialog .modal-body .parts-list [type=checkbox]:hover + .radio-label + .caption {
  color: var(--white);
}

#user-dialog .ivr-form-item-list {
  position: relative;
  padding: 8px;
  border: 1px solid #ddd;
  border-radius: 4px;
  max-height: 100px;
  min-height: 60px;
  height: 100%;
  overflow-y: auto;
}
#user-dialog .ivr-form-item-list__row {
  font-size: 14px;
  line-height: 36px;
  border-bottom: 1px solid #ddd;
  position: relative;
  padding-left: 10px;
  overflow-x: hidden;
  text-overflow: ellipsis;
}
#user-dialog .ivr-form-item-list__row.on {
  background-color: var(--openNavi1);
}
#user-dialog .ivr-form-item-list__row:last-child {
  border: none;
}
#user-dialog .ivr-form-item-list__row input[type=checkbox] {
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#user-dialog .ivr-menu-title {
  white-space: nowrap;
}

.ajax-file-upload-error {
  margin: 0.25rem 0;
  font-size: 80%;
  color: #dc3545;
}

.form-hosting-wrap {
  position: relative;
}
.form-hosting-wrap form {
  position: relative;
  border: 1px solid #ddd;
  border-radius: 4px;
  width: calc(100% - 150px - 1rem);
}
.form-hosting-wrap form input {
  border: 0;
  width: 90%;
}
.form-hosting-wrap form input:focus {
  border: none;
  box-shadow: none;
}
.form-hosting-wrap form .clear {
  position: absolute;
  top: calc(50% - 12px);
  right: 10px;
  cursor: pointer;
}
.form-hosting-wrap .search-btn {
  cursor: pointer;
  margin-left: 1rem;
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 4px 8px;
  font-size: 12px;
  background: var(--primary);
  color: #FFF;
}
.form-hosting-wrap .ivr-nav-icon {
  cursor: pointer;
}
.form-hosting-wrap #suggestContainer {
  width: calc(100% - 105px);
  margin-left: 105px;
}

.logger .main-wrap {
  padding-top: 64px;
}
.logger .js-toggle2 {
  cursor: pointer;
}
.logger .js-toggle2::before {
  display: block;
  position: absolute;
  box-sizing: border-box;
  content: "";
  top: 1.6rem;
  left: 196px;
  border: 8px solid transparent;
  border-left: 10px solid #000;
  transition: all .5s ease-out;
  transform-origin: 3px 6px;
  transform: rotate(270deg);
}
.logger .js-toggle2 + .logger-info-param-area {
  opacity: 1;
  max-height: 100%;
  height: 100%;
  transition: all .5s ease-out;
}
.logger .hidden .js-toggle2::before {
  top: 1.2rem;
  left: 200px;
  transform: rotate(90deg);
}
.logger .hidden .js-toggle2 + .logger-info-param-area {
  opacity: 0;
  padding: 0;
  border: none;
  height: 0;
  max-height: 0;
  overflow: hidden;
}
.logger-wrap {
  padding: 24px;
  padding-bottom: 0;
  height: 100%;
}
.logger-wrap .main-content-inner {
  padding-bottom: 24px;
}
.logger-wrap .pagenation-wrap {
  margin-bottom: 24px;
}
.logger-inner {
  background-color: #ffffff;
}
.logger-search {
  border-bottom: 1px solid var(--gray400);
  border-radius: 2px;
  padding: 16px;
  background-color: #ffffff;
}
.logger-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.logger-form-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  width: 100%;
  padding-bottom: 16px;
}
.logger-form-row .logger-form-row {
  padding-bottom: 0;
}
.logger-form-row-half {
  width: 50%;
  max-width: 600px;
  min-width: 500px;
}
.logger-form-row-half:nth-child(odd) {
  margin-right: 20px;
}
.logger-form-title {
  width: 120px;
}
.logger-form-data {
  width: calc(100% - 160px);
}
.logger-form-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: end;
  -moz-justify-content: end;
  justify-content: end;
  width: 100%;
}
.logger-info {
  position: relative;
  padding: 2rem;
  padding-bottom: 0;
  min-height: calc(100vh - 250px);
  font-size: 0.9rem;
}
.logger-info-param-row {
  margin-bottom: 5px;
}
.logger-info-param-row dd {
  width: calc(100% - 2rem);
  padding-left: .8rem;
}
.logger-info-param-row-sub {
  margin-left: 1rem;
}
.logger-info-param-action {
  margin-left: 10px;
  font-weight: bold;
}
.logger-info-param-title {
  padding: .5rem 0;
}
.logger-info-param-title-design {
  position: relative;
}
.logger-info-param-area {
  border-top: 1px solid #ddd;
  padding: .5rem 0 0 .5rem;
}
.logger-info-param-area > div {
  padding: .5rem 0;
}
.logger-info-param-design {
  position: relative;
}
.logger-info-param-design .js-toggle2::before {
  top: 1rem;
}
.logger-info-param-design.hidden .js-toggle2::before {
  top: .8rem;
}
.logger-info-param .title::before {
  content: "●";
  margin-right: .25rem;
}
.logger-info-param .diff {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: start;
  -moz-align-items: start;
  align-items: start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: start;
  -moz-justify-content: start;
  justify-content: start;
  margin-left: 1rem;
}
.logger-info-param .diff .item, .logger-info-param .diff .before, .logger-info-param .diff .after {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.logger-info-param .diff .item {
  width: 120px;
  font-weight: bold;
}
.logger-info-param .diff .before, .logger-info-param .diff .after {
  width: 180px;
}
.logger-info-param .diff .sep {
  display: block;
  width: 50px;
  margin: auto 25px;
  line-height: 1.5rem;
}
.logger-info .logger-table-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  border: 1.5px solid var(--gray600);
  padding: 8px;
  min-height: 2rem;
}
.logger-info .logger-table-row:first-of-type {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.logger-info .logger-table-row:last-of-type {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.logger-info .logger-table-row:not(:first-of-type) {
  border-top: none;
}
.logger-info .logger-table-title {
  width: 160px;
}
.logger-info .logger-table-data {
  width: calc(100% - 180px);
}
.logger-info .logger-table-data.title .url::before, .logger-info .logger-table-data.title .url::after {
  display: inline-block;
  margin: 0 1rem;
}
.logger-info .logger-table-data.title .url::before {
  content: "( ";
}
.logger-info .logger-table-data.title .url::after {
  content: " )";
}
.logger-info .logger-list-title {
  display: none;
}
.logger-btn-area {
  position: relative;
  bottom: 20px;
  margin-top: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  width: calc(100% - 48px);
}
.logger-list .logger-info-param {
  width: 100%;
  margin-top: 5px;
}
.logger-list .logger-info-param-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  width: 100%;
}
.logger-list .logger-info-param-row dt {
  width: 20%;
}
.logger-list .logger-info-param-row dd {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.logger-list .logger-info-param-row dd::before {
  content: "(";
  margin: 0 .5rem;
}
.logger-list .logger-info-param-row dd::after {
  content: ")";
  margin: 0 .5rem;
}
.logger-list .logger-info-param-row .diff {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.logger-list .logger-info-param-row .diff span {
  width: auto;
}
.logger-list .logger-info-param-row:nth-child(n+2) {
  display: none;
}
.logger-list .logger-info-title {
  display: none;
}

iframe.cke_dialog_ui_input_file {
  height: auto;
}

[name=upload] .cke_dialog_ui_vbox_child {
  height: 50px;
}

.js-num-wrap {
  display: inline-block;
  position: relative;
  border: none;
}
.js-num-wrap:hover .js-num-before, .js-num-wrap:hover .js-num-after {
  display: block;
}
.js-num-before, .js-num-after {
  position: absolute;
  right: 5px;
  font-size: .5rem;
  cursor: pointer;
  z-index: 100;
  display: none;
}
.js-num-before {
  top: .25rem;
}
.js-num-after {
  bottom: .25rem;
}
.js-download {
  cursor: pointer;
  background-color: #c2185b;
}
.js-download.lock {
  pointer-events: none;
  background-color: var(--gray500);
}
.js-download.running {
  background-color: #404040;
  pointer-events: none;
}
.js-download.completed {
  background-color: #70ad47;
  pointer-events: auto;
}
.js-checker {
  background-color: var(--openBtn2);
}
.js-checker.running {
  background-color: #404040;
  cursor: initial;
}
.js-sortable-item .caption {
  display: inline;
  position: absolute;
  font-size: 10px;
}
.js-sortable-item .title {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  line-height: 100%;
}
.js-sortable-item:not(.stop-area, .stop-stage, .stop-button, .content-area):hover {
  filter: brightness(0.925);
}
.js-sortable-item:not(.stop-area, .stop-stage, .stop-button) > div:hover {
  box-shadow: 5px 5px 10px 0px #7b7b7b;
}
.js-sortable-item:not(.stop-area, .stop-stage, .stop-button) .btn-menu {
  display: block;
  cursor: pointer;
}
