@charset "UTF-8";
/* CSS Document */
/*
    基本設定_共通処理
-------------------------*/
/* line 7, app/assets/stylesheets/common.scss */
html, body {
  width: 100%;
  height: 100%;
}

/* line 11, app/assets/stylesheets/common.scss */
body {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 13px;
  color: #333333;
  font-weight: 500;
}

/* line 17, app/assets/stylesheets/common.scss */
a {
  text-decoration: none;
  cursor: pointer;
}

/* line 21, app/assets/stylesheets/common.scss */
ul {
  list-style: none;
}

/* line 24, app/assets/stylesheets/common.scss */
img {
  max-width: 100%;
  height: auto;
}

/*
        見出し
-------------------------*/
/* line 31, app/assets/stylesheets/common.scss */
h2, h3 {
  font-weight: bold;
}

/* line 34, app/assets/stylesheets/common.scss */
h2.page-title, h2.page-title-thin {
  color: #009899;
  font-size: 1.5em;
  padding: 0.5em 1em;
  letter-spacing: 0.25em;
  border-left: 3px solid #009899;
  border-bottom: 1px solid #999999;
  margin-bottom: 3em;
}

/* line 43, app/assets/stylesheets/common.scss */
h2.page-title-thin {
  margin-bottom: 0.5em;
}

/* line 46, app/assets/stylesheets/common.scss */
h3.sec-title {
  background: #eae4e4;
  font-size: 1.2em;
  padding: 0.5em 1.5em;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
}

/* line 53, app/assets/stylesheets/common.scss */
h3.group-title {
  background: #79d8b4;
  font-size: 1.2em;
  padding: 0.5em 1.5em;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
}

/* line 60, app/assets/stylesheets/common.scss */
h3.ac_matter_title {
  color: #fff;
  margin: 0;
  padding: 0.75em 3em 0.75em 1.5em;
  background: right 1em center no-repeat, #23b5b0;
}

/*エラー見出し*/
/* line 67, app/assets/stylesheets/common.scss */
h2.err-page-title {
  color: #009899;
  font-size: 5.0em;
  letter-spacing: 0.25em;
  margin-bottom: 0.1em;
  text-align: center;
}

/* line 74, app/assets/stylesheets/common.scss */
p.err-page-text {
  font-size: 1.5em;
  text-align: center;
}

/* line 78, app/assets/stylesheets/common.scss */
a.err-link {
  color: #009899;
}

/*
     フォーム        
-------------------------*/
/* line 84, app/assets/stylesheets/common.scss */
.form-area {
  max-width: 950px;
  margin: 0 auto;
}

/* line 89, app/assets/stylesheets/common.scss */
.form-uketsuke {
  width: 780px;
  height: 1169px;
  padding-top: 20px;
}

/* line 95, app/assets/stylesheets/common.scss */
.form-uketsuke h2 {
  font-size: 40px;
  margin-bottom: 20px;
  user-select: none;
}

/* line 101, app/assets/stylesheets/common.scss */
.form-uketsuke .list-box {
  width: 810px;
  height: 850px;
  text-align: center;
  overflow-y: scroll;
  margin-top: 30px;
  margin-bottom: 30px;
}

/* line 110, app/assets/stylesheets/common.scss */
.form-uketsuke .btn_area {
  margin-top: 10px;
}

/* line 114, app/assets/stylesheets/common.scss */
.form-uketsuke .call_panel {
  padding: 0.5em 1em;
  margin: 2em 0;
  color: #072529;
  background: #e4fcff;
  /*背景色*/
  border-top: solid 15px #27c5c0;
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.32);
  /*影*/
  height: 370px;
  width: 550px;
  position: absolute;
  z-index: 110;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

/* line 132, app/assets/stylesheets/common.scss */
.form-uketsuke .call_panel > div {
  height: 120px;
}

/* line 135, app/assets/stylesheets/common.scss */
.form-uketsuke .call_panel p {
  margin: 30px;
  display: flex;
  text-align: center;
  font-size: 40px;
  height: 100%;
  align-items: center;
  justify-content: center;
  user-select: none;
}

/* line 146, app/assets/stylesheets/common.scss */
.form-uketsuke .call_panel a {
  text-align: center;
  display: inline-block;
  border-radius: 10px;
  /* 角丸       */
  cursor: pointer;
  /* カーソル   */
  background-color: #23b5b0;
  /* 背景色     */
  background-image: url(/assets/tel_on-042809dd42c757b34de5131bdbc7ba20f8a3d57ea653059b7358a31e63365917.png);
  background-size: 50px;
  background-repeat: no-repeat;
  background-position: right 30px bottom 15px;
  color: #ffffff;
  /* 文字色     */
  line-height: 35px;
  /* 1行の高さ  */
  border: 2px solid #23b5b0;
  /* 枠の指定 */
  padding: 20px;
  width: 350px;
  margin-left: 90px;
  margin-top: 10px;
  box-shadow: 0px 2px 4px #575;
  transition: box-shadow .3s;
  font-size: 40px;
  user-select: none;
}

/* line 170, app/assets/stylesheets/common.scss */
.form-uketsuke .call_panel .call_message {
  display: block;
  font-size: 30px;
  height: 80px;
  text-align: center;
  user-select: none;
}

/* line 179, app/assets/stylesheets/common.scss */
.form-uketsuke .information {
  width: 100%;
  text-align: center;
  font-size: 36px;
  padding: 10px;
  user-select: none;
}

/* line 187, app/assets/stylesheets/common.scss */
.form-uketsuke .tap {
  width: 100%;
  height: 500px;
  text-align: center;
  padding: 10px;
  user-select: none;
  background: url(/assets/tap-820c062d319d0fbc4c5810eb1ff95847df65ade39cb8dc404de464410f29fa0b.png) center center no-repeat;
}

/* line 196, app/assets/stylesheets/common.scss */
#call-name {
  text-align: center;
  font-size: 50px;
  color: #333333;
  position: relative;
  padding: 30px 0;
}

/* line 204, app/assets/stylesheets/common.scss */
#call-name:after {
  content: "";
  display: block;
  height: 4px;
  background: -webkit-linear-gradient(to right, #e65a5a, transparent);
  background: linear-gradient(to right, #e65a5a, transparent);
}

/* line 213, app/assets/stylesheets/common.scss */
.form-uketuske-header {
  width: 100%;
  height: 30px;
  background: url(/assets/bg_footer-5e79cc30f0ab61a66f3b211bffddcb24d1688eab358f8db865bfc17372ef06ed.jpg) center top no-repeat;
  background-size: cover;
  position: absolute;
  z-index: 100;
  top: 0;
  left: 0;
}

/* line 224, app/assets/stylesheets/common.scss */
.form-area .form-block {
  height: 5em;
}

/* line 227, app/assets/stylesheets/common.scss */
.form-area .form-parts {
  display: flex;
  align-items: center;
  /*margin-bottom: 1.5em;*/
}

/* line 232, app/assets/stylesheets/common.scss */
.form-area input[type=text] {
  border: 1px solid #666666;
  color: #333333;
  height: 3em;
  width: calc(100% - 125px);
  max-width: 450px;
  padding: 0 1em;
  background: #fff;
  outline-offset: -1px;
  outline: 0;
}

/* line 243, app/assets/stylesheets/common.scss */
.form-area input[type=text]:focus, .form-area input[type=text]:active {
  border: 2px solid #77dad4;
  outline-offset: -2px;
  outline: 0;
}

/* line 248, app/assets/stylesheets/common.scss */
.form-area select.select-list {
  border: 1px solid #666666;
  color: #333333;
  height: 3em;
  width: calc(100% - 125px);
  max-width: 450px;
  padding: 0 3em 0 1em;
  position: relative;
  z-index: 1;
  cursor: pointer;
  background: url(/assets/icon_arrow-list-50485e68a549043b2aa165efd15661b80830f8b45605e299a182be99e1177dcc.png) right center no-repeat #fff;
  background-size: auto 100%;
}

/* line 261, app/assets/stylesheets/common.scss */
.form-area select.select-list:focus, .form-area select.select-list:active {
  border: 2px solid #77dad4;
  outline-offset: -2px;
  outline: 0;
  line-height: calc(3em - 6px);
}

/* line 267, app/assets/stylesheets/common.scss */
.form-area label.title {
  line-height: 3em;
  background: #f1ebeb;
  padding: 0 1em;
  border: 1px solid #f1ebeb;
  width: 125px;
  font-weight: bold;
  text-align: center;
}

/* line 296, app/assets/stylesheets/common.scss */
.form-area input[type=password] {
  border: 1px solid #666666;
  color: #333333;
  height: 3em;
  width: calc(100% - 125px);
  max-width: 450px;
  padding: 0 1em;
  background: #fff;
  outline-offset: -1px;
  outline: 0;
}

/* line 307, app/assets/stylesheets/common.scss */
.form-area input[type=password]:focus, .form-area input[type=text]:active {
  border: 2px solid #77dad4;
  outline-offset: -2px;
  outline: 0;
}

/*ラジオボタン*/
/* line 313, app/assets/stylesheets/common.scss */
.form-area .radio-group {
  padding: 0 1em;
  width: 100%;
}

/* line 317, app/assets/stylesheets/common.scss */
.edit-page1 .form-area .radio-group {
  padding: 0 1em;
  width: 100%;
  white-space: normal;
}

/* line 322, app/assets/stylesheets/common.scss */
.radio-group-with-label {
  width: calc(100% - 160px) !important;
}

/* line 325, app/assets/stylesheets/common.scss */
.form-area .radio-group label {
  position: relative;
  cursor: pointer;
  padding-left: 1.5em;
  line-height: 1.5;
  font-weight: bold;
  color: #666666;
}

/* line 333, app/assets/stylesheets/common.scss */
.form-area .radio-group label:hover {
  transition: 0.2s;
  color: #333333;
}

/* line 337, app/assets/stylesheets/common.scss */
.form-area .radio-group label:not(:last-of-type) {
  margin-right: 2em;
  margin-bottom: 0.5em;
}

/* line 341, app/assets/stylesheets/common.scss */
.form-area input[type=radio] {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

/* line 347, app/assets/stylesheets/common.scss */
.form-area input[type=radio] + span::before {
  position: absolute;
  display: inline-block;
  content: '';
  box-sizing: border-box;
  border-radius: 50%;
  z-index: 0;
  top: 0;
  left: 0;
  background-color: #fff;
  width: 1.2em;
  height: 1.2em;
  border: 1px #7b7b7b solid;
}

/* line 361, app/assets/stylesheets/common.scss */
.form-area input[type=radio]:checked + span::before {
  position: absolute;
  display: inline-block;
  content: '';
  box-sizing: border-box;
  border-radius: 50%;
  z-index: 0;
  top: 0;
  left: 0;
  background-color: #fff;
  width: 1.2em;
  height: 1.2em;
  border: 1px #22b4b1 solid;
}

/* line 375, app/assets/stylesheets/common.scss */
.form-area .radio-group label:hover input[type=radio] + span::after {
  position: absolute;
  content: '';
  top: 0.25em;
  left: 0.25em;
  width: 0.7em;
  height: 0.7em;
  background: #666666;
  border-radius: 50%;
}

/* line 385, app/assets/stylesheets/common.scss */
.form-area .radio-group label:hover input[type=radio]:checked + span::after, .form-area input[type=radio]:checked + span::after {
  position: absolute;
  content: '';
  top: 0.25em;
  left: 0.25em;
  width: 0.7em;
  height: 0.7em;
  background: #22b4b1;
  border-radius: 50%;
}

/* line 395, app/assets/stylesheets/common.scss */
.talk-script-text {
  font-size: 18px;
  height: 450px !important;
  max-width: none !important;
  width: 100% !important;
}

/*チェックボタン*/
/* line 403, app/assets/stylesheets/common.scss */
.form-area .check-group {
  padding: 0 1em;
  width: 100%;
}

/* line 407, app/assets/stylesheets/common.scss */
.edit-page1 .form-area .check-group {
  padding: 0 1em;
  width: calc(100% - 125px);
}

/* line 411, app/assets/stylesheets/common.scss */
.form-area .check-group label {
  position: relative;
  cursor: pointer;
  padding-left: 1.5em;
  line-height: 1.5;
  font-weight: bold;
  color: #666666;
}

/* line 419, app/assets/stylesheets/common.scss */
.form-area .check-group label:hover {
  transition: 0.2s;
  color: #333333;
}

/* line 423, app/assets/stylesheets/common.scss */
.form-area .check-group label:not(:last-of-type) {
  margin-right: 2em;
}

/* line 426, app/assets/stylesheets/common.scss */
.form-area input[type=checkbox] {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

/* line 432, app/assets/stylesheets/common.scss */
.form-area input[type=checkbox] + span::before {
  position: absolute;
  display: inline-block;
  content: '';
  border-radius: 1%;
  z-index: 0;
  top: 0;
  left: 0;
  background-color: #fff;
  width: 1.2em;
  height: 1.2em;
  border: 1px #666666 solid;
}

/* line 445, app/assets/stylesheets/common.scss */
.form-area input[type=checkbox]:checked + span::before {
  position: absolute;
  display: inline-block;
  content: '';
  border-radius: 1%;
  z-index: 0;
  top: 0;
  left: 0;
  background-color: #fff;
  width: 1.2em;
  height: 1.2em;
  border: 1px #22b4b1 solid;
}

/* line 458, app/assets/stylesheets/common.scss */
.form-area input[type=checkbox]:checked + span::after, .form-area label:hover input[type=checkbox]:checked + span::after {
  position: absolute;
  content: '';
  top: 0.2em;
  left: 0.2em;
  width: 0.8em;
  height: 0.8em;
  background: #22b4b1;
  border-radius: 1%;
}

/* line 468, app/assets/stylesheets/common.scss */
.form-area label:hover input[type=checkbox] + span::after {
  position: absolute;
  content: '';
  top: 0.2em;
  left: 0.2em;
  width: 0.8em;
  height: 0.8em;
  background: #666666;
  border-radius: 1%;
}

/*　スイッチ　（あり・なし）*/
/* line 479, app/assets/stylesheets/common.scss */
.switch-area {
  padding: 0 1em;
  display: flex;
  max-width: calc(100% - 125px);
  border-radius: 10px;
}

/* line 486, app/assets/stylesheets/common.scss */
.switch-area label:hover {
  font-weight: bold;
  transition: 0.2s;
}

/* line 490, app/assets/stylesheets/common.scss */
.switch-area input[type=radio] {
  display: none;
}

/* line 494, app/assets/stylesheets/common.scss */
.switch-area label {
  display: block;
  float: left;
  cursor: pointer;
  position: relative;
  letter-spacing: 0.25em;
  margin: 0;
  padding: 0.5em 1em;
  background: #fff;
  color: #a5a4a4;
  text-align: center;
  line-height: 2em;
  transition: .2s;
  border: 1px solid #d3d1d1;
  font-size: 9px;
}

/* line 510, app/assets/stylesheets/common.scss */
.switch-area label:first-of-type {
  border-radius: 10px 0 0 10px;
}

/* line 513, app/assets/stylesheets/common.scss */
.switch-area label:last-of-type {
  border-left: 0px;
  border-radius: 0 10px 10px 0;
}

/* line 517, app/assets/stylesheets/common.scss */
.switch-area input[type=radio]:checked + label {
  background-color: #00a2a2;
  color: #fff;
  border: 1px solid #016464;
}

/* line 522, app/assets/stylesheets/common.scss */
.form-parts.text-area {
  align-items: flex-start;
}

/* line 525, app/assets/stylesheets/common.scss */
.form-parts.text-area div {
  display: flex;
  align-items: center;
  height: 6em;
  background: #f1ebeb;
}

/* line 531, app/assets/stylesheets/common.scss */
textarea {
  border: 1px solid #666666;
  color: #333333;
  line-height: 1.2em;
  width: calc(100% - 125px);
  max-width: 560px;
  padding: 0.5em 1em;
  height: 6em;
  background: #fff;
}

/* line 541, app/assets/stylesheets/common.scss */
textarea:focus, textarea:active {
  border: 2px solid #77dad4;
  outline-offset: -2px;
  outline: 0;
}

/* line 546, app/assets/stylesheets/common.scss */
.form-area div.data {
  padding: 0 1em;
  height: 3em;
  line-height: 3em;
  border: 1px solid #f1ebeb;
  width: calc(100% - 125px);
  max-width: 450px;
}

/* line 555, app/assets/stylesheets/common.scss */
a.uketsuke {
  text-align: center;
  font-size: 40px;
  user-select: none;
  display: flex;
  border-radius: 10px;
  /* 角丸       */
  cursor: pointer;
  /* カーソル   */
  background-color: #23b5b0;
  /* 背景色     */
  color: #ffffff;
  /* 文字色     */
  line-height: 35px;
  /* 1行の高さ  */
  border: 2px solid #23b5b0;
  /* 枠の指定 */
  width: 660px;
  height: 120px;
  margin-top: 40px;
  margin-left: 60px;
  margin-bottom: 40px;
  box-shadow: 0px 2px 4px #575;
  transition: box-shadow .3s;
  align-items: center;
  justify-content: center;
  line-height: 50px;
}

/* line 580, app/assets/stylesheets/common.scss */
a.uketsuke:hover {
  background-color: #27c5c0;
  /* 背景色     */
  color: #ffffff;
  /* 背景色     */
  box-shadow: 0px 4px 8px #575;
  border: 2px solid #27c5c0;
  /* 枠の指定 */
}

/* line 587, app/assets/stylesheets/common.scss */
#ccp_uketsuke iframe {
  display: none;
}

/* line 591, app/assets/stylesheets/common.scss */
.form-area img.checkmark {
  display: block;
  margin: 4px auto 0 0;
  width: 30px;
}

/* line 596, app/assets/stylesheets/common.scss */
table.form-wrap {
  width: 100%;
  margin-bottom: 90px;
  transition: 0.5s;
  border-right: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
}

/* line 604, app/assets/stylesheets/common.scss */
table.group_autority {
  margin-bottom: 50px;
}

/* line 608, app/assets/stylesheets/common.scss */
table.form-wrap:last-of-type {
  margin-bottom: 30px;
}

/* line 611, app/assets/stylesheets/common.scss */
table.form-wrap th, table.form-wrap td {
  padding: 2.3em;
}

/* line 614, app/assets/stylesheets/common.scss */
table.form-wrap th {
  padding: 1em;
  text-align: center;
  vertical-align: middle;
  background: #e7f8f7;
  font-size: 1.15em;
  color: #23b5b0;
  width: 180px;
  border-right: 1px solid #cccccc;
}

/* line 625, app/assets/stylesheets/common.scss */
table.group_autority th {
  width: 200px;
}

/* line 629, app/assets/stylesheets/common.scss */
table.group_autority th, table.group_autority td {
  padding: 1.3em;
}

/* line 633, app/assets/stylesheets/common.scss */
table.form-wrap tr {
  border-bottom: 1px solid #cccccc;
}

/* line 637, app/assets/stylesheets/common.scss */
div.scrollbox {
  overflow-y: scroll;
  overflow-x: hidden;
}

/* line 642, app/assets/stylesheets/common.scss */
div.scrollbox table {
  text-align: left;
  position: relative;
  border-collapse: collapse;
}

/* line 648, app/assets/stylesheets/common.scss */
div.scrollbox table th, div.scrollbox table td {
  padding: 1rem;
  border: solid 1px #ddd;
}

/* line 653, app/assets/stylesheets/common.scss */
div.scrollbox table th {
  background: white;
  position: sticky;
  top: 0;
}

/* line 659, app/assets/stylesheets/common.scss */
div.scrollbox table:last-of-type {
  margin-bottom: 0px;
}

/* 必須 */
/* line 664, app/assets/stylesheets/common.scss */
.required:after {
  content: " *";
  color: #E00;
}

/* 共通　ボタン　*/
/* line 670, app/assets/stylesheets/common.scss */
.btn-area {
  text-align: center;
  margin: 30px auto;
}

/* line 674, app/assets/stylesheets/common.scss */
.btn-area .btn {
  text-align: center;
  color: #666666;
  min-width: 130px;
  height: 40px;
  font-size: 1.1rem;
  line-height: 40px;
  border: 1px solid #c2b4b4;
  border-radius: 5px;
  background: linear-gradient(#eae4e4 0%, #fff 100%);
  padding: 0 0.5em;
  margin: 10px 20px;
}

/* line 687, app/assets/stylesheets/common.scss */
.btn-area .btn:hover {
  background: linear-gradient(#fff 0%, #d5f4f4 100%);
}

/* line 690, app/assets/stylesheets/common.scss */
.btn-area .btn_return {
  text-align: center;
  color: #666666;
  font-size: 1.2em;
  width: 140px;
  height: 45px;
  line-height: 45px;
  border: 1px solid #666666;
  border-radius: 5px;
  background: linear-gradient(#e4e7e7 0%, #fff 100%);
  margin: 0.25em 1em;
  transition: 0.2s;
}

/* line 703, app/assets/stylesheets/common.scss */
.btn-area .btn_return :hover {
  background: linear-gradient(#fff 0%, #e4e7e7 100%);
  transition: 0.2s;
}

/* line 707, app/assets/stylesheets/common.scss */
.btn-area .btn_update, .btn-area .btn_create, .btn-area .btn_confirm {
  text-align: center;
  font-size: 1.3em;
  font-weight: bold;
  color: #23b5b0;
  width: 140px;
  height: 45px;
  line-height: 45px;
  border: 1px solid #23b5b0;
  border-radius: 5px;
  background: linear-gradient(#d5f4f4 0%, #fff 100%);
  margin: 0.25em 1em;
  letter-spacing: 0.2em;
}

/* line 721, app/assets/stylesheets/common.scss */
.btn-area .btn_update:hover, .btn-area .btn_create:hover, .btn-area .btn_confirm:hover {
  background: linear-gradient(#fff 0%, #d5f4f4 100%);
  transition: 0.2s;
}

/* line 726, app/assets/stylesheets/common.scss */
.btn_new, .btn_edit, .btn_delete, .btn_import {
  width: 140px;
  display: block;
  margin: 0 0 0 auto;
  text-align: center;
  padding: 10px 1em;
  letter-spacing: 0.2em;
  font-weight: bold;
  font-size: 1.3em;
  color: #23b5b0;
  height: 40px;
  border: 1px solid #23b5b0;
  border-radius: 5px;
  background: linear-gradient(#d5f4f4 0%, #fff 100%);
  transition: 0.2s;
}

/* line 742, app/assets/stylesheets/common.scss */
.btn_new:hover, .btn_edit:hover, .btn_delete:hover, .btn_import:hover {
  background: linear-gradient(#fff 0%, #d5f4f4 100%);
  transition: 0.2s;
}

/* line 746, app/assets/stylesheets/common.scss */
.btn_return {
  text-align: center;
  color: #666666;
  font-size: 1.1rem;
  width: 140px;
  height: 40px;
  border: 1px solid #c2b4b4;
  border-radius: 5px;
  background: linear-gradient(#e4e7e7 0%, #fff 100%);
  transition: 0.2s;
  display: block;
  margin: 0 0 0 auto;
}

/* line 759, app/assets/stylesheets/common.scss */
.btn_return:hover {
  background: linear-gradient(#fff 0%, #d5f4f4 100%);
  transition: 0.2s;
}

/* line 764, app/assets/stylesheets/common.scss */
.btn_matter {
  width: 150px;
  display: block;
  margin: 0 0 0 10px;
  text-align: center;
  padding: 10px 1em;
  letter-spacing: 0.2em;
  font-weight: bold;
  font-size: 1.0em;
  color: #23b5b0;
  height: 40px;
  border: 1px solid #23b5b0;
  border-radius: 5px;
  background: linear-gradient(#d5f4f4 0%, #fff 100%);
  transition: 0.2s;
}

/* line 780, app/assets/stylesheets/common.scss */
.btn_matter:hover {
  background: linear-gradient(#fff 0%, #d5f4f4 100%);
  transition: 0.2s;
}

/*　フォーム　エラー表示*/
/* line 785, app/assets/stylesheets/common.scss */
.error-text {
  width: 100%;
  color: #ff0000;
}

/* line 789, app/assets/stylesheets/common.scss */
.error-text p {
  padding: 0.5em;
}

/* line 793, app/assets/stylesheets/common.scss */
.edit-page1 .form-content .error-text {
  padding-left: 125px;
}

/* line 796, app/assets/stylesheets/common.scss */
.edit-page1 .form-content .non-label .error-text {
  padding-left: 0px;
}

/*
@media screen and (min-width:768px) and (max-width:1239px) {

  table.form-wrap th {
    width: 17%;
    padding: 2vw 1vw;
  }
  table.form-wrap td {
    padding: 2vw;
  }
  .form-area .radio-group label:not(:last-of-type) {
    margin-right: 2vw;
  }
  .form-area .check-group label:not(:last-of-type) {
    margin-right: 2vw;
  }
}
@media screen and (min-width:768px) and (max-width:959px) {
  .form-area .form-parts {
    display: flex;
    align-items: flex-start;
  }
}
*/
/* レイアウト　*/
/* line 826, app/assets/stylesheets/common.scss */
.wrapper {
  width: 100%;
  max-width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
}

/* line 833, app/assets/stylesheets/common.scss */
header {
  width: 100%;
  min-height: 130px;
}

/* line 837, app/assets/stylesheets/common.scss */
.small-panel .side-panel {
  width: 190px;
}

/* line 840, app/assets/stylesheets/common.scss */
.open-panel .side-panel {
  width: 100px;
}

/* line 843, app/assets/stylesheets/common.scss */
.container {
  flex: 1;
  padding: 50px 20px 20px;
}

/* line 847, app/assets/stylesheets/common.scss */
.small-panel .container {
  flex: 1;
  padding-top: 50px;
}

/* line 851, app/assets/stylesheets/common.scss */
.open-panel .container {
  flex: 1;
}

/* line 855, app/assets/stylesheets/common.scss */
.container_inner, .edit-form {
  height: 100%;
}

/* line 859, app/assets/stylesheets/common.scss */
footer {
  width: 100%;
}

/*
@media screen and (min-width:768px) and (max-width:1239px) {
  header {
    min-height: 10vw;
  }
}
*/
/*
        ヘッダー
-------------------------*/
/* line 874, app/assets/stylesheets/common.scss */
#site-header {
  display: flex;
  color: #fff;
  background: #00a3a2;
}

/* line 879, app/assets/stylesheets/common.scss */
#site-header .logo {
  width: 100px;
  background: #e5f7f4;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  padding: 20px;
}

/* line 887, app/assets/stylesheets/common.scss */
.login #site-header .logo {
  width: 190px;
  height: 100%;
  text-align: right;
  padding: 35px 20px 20px;
}

/* line 893, app/assets/stylesheets/common.scss */
.open-panel #site-header .logo {
  width: 190px;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  padding: 20px;
}

/* line 900, app/assets/stylesheets/common.scss */
#site-header .header-inner {
  flex: 1;
  background: url(/assets/bg_header-f7a689fb779731a1bd4128be6bd8ec472e477daafeb01b1dcfdd4c310c6a66c1.jpg) left top no-repeat;
  background-size: cover;
  padding-top: 2em;
  padding-bottom: 0.5em;
}

/* line 907, app/assets/stylesheets/common.scss */
#site-header .header-inner .header-menu {
  max-width: 1050px;
  margin: 0 auto;
  position: relative;
  padding-right: 100px;
}

/* line 913, app/assets/stylesheets/common.scss */
#site-header .header-link ul {
  max-width: 930px;
  display: flex;
  margin: 0 auto;
  list-style: none;
}

/* line 919, app/assets/stylesheets/common.scss */
#site-header .header-link ul li a {
  padding: 0.75em 0.5em;
  width: 175px;
  text-align: center;
  display: block;
  border: 1px solid #fff;
  margin: 0.4em;
  position: relative;
}

/* line 928, app/assets/stylesheets/common.scss */
#site-header .header-link ul li a::before {
  position: absolute;
  content: "";
  top: 2px;
  left: 2px;
  width: 10px;
  height: 10px;
  border-top: 10px solid #fff;
  border-right: 10px solid transparent;
}

/* line 938, app/assets/stylesheets/common.scss */
#site-header .header-link ul li a::after {
  position: absolute;
  content: "";
  bottom: 2px;
  right: 2px;
  width: 10px;
  height: 10px;
  border-bottom: 10px solid #fff;
  border-left: 10px solid transparent;
}

/* line 948, app/assets/stylesheets/common.scss */
#site-header .header-link ul li a:hover {
  color: #009999;
  background: #a6e2e0;
}

/* line 952, app/assets/stylesheets/common.scss */
#site-header .header-link ul li a:hover::before {
  border-top: 10px solid #01999a;
  border-right: 10px solid transparent;
}

/* line 956, app/assets/stylesheets/common.scss */
#site-header .header-link ul li a:hover::after {
  border-bottom: 10px solid #01999a;
  border-left: 10px solid transparent;
}

/* line 960, app/assets/stylesheets/common.scss */
#profile {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 100px;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  text-align: center;
  font-size: 0.92em;
}

/* line 974, app/assets/stylesheets/common.scss */
#profile .prof-image {
  width: 60px;
  height: 60px;
  margin: 0 auto 0.25em;
}

/* line 979, app/assets/stylesheets/common.scss */
#profile .prof-image img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
}

/* line 984, app/assets/stylesheets/common.scss */
#profile p {
  text-align: left;
  white-space: normal;
  width: 100px;
  word-break: break-all;
  line-height: 18px;
}

/* line 992, app/assets/stylesheets/common.scss */
.prof-link:hover {
  color: #009999;
  background: #a6e2e0;
}

/*
@media screen and (min-width:768px) and (max-width:1239px) {
  #site-header .logo {
    width: 60px;
    padding: 2vw 0.5vw;
  }
  .login #site-header .logo {
    max-width: 125px;
    height: 10vw;
  }
  .open-panel #site-header .logo {
    max-width: 15vw;
    padding: 1vw;
  }
  #site-header .header-inner .header-menu {
    padding-right: 7.7vw;
  }

  #site-header .header-link ul li {
    width: 19.5%;
    margin: 0.25%;
  }

  #site-header .header-link ul li a {
    font-size: 1vw;
    width: 100%;
  }
  #site-header .header-link ul li a::before {
    width: 0.75vw;
    height: 0.75vw;
    border-top: 0.75vw solid #fff;
    border-right: 0.75vw solid transparent;
  }
  #site-header .header-link ul li a::after {
    width: 0.75vw;
    height: 0.75vw;
    border-bottom: 0.75vw solid #fff;
    border-left: 0.75vw solid transparent;
  }
  #site-header .header-link ul li a:hover::before {
    border-top: 0.75vw solid #01999a;
    border-right: 0.75vw solid transparent;
  }
  #site-header .header-link ul li a:hover::after {
    border-bottom: 0.75vw solid #01999a;
    border-left: 0.75vw solid transparent;
  }
  #profile {
    width: 7.6vw;
    height: 7.6vw;
    font-size: 0.92vw;
  }
  #profile .prof-image {
    width: 4.6vw;
    height: 4.6vw;
    margin: 0 auto 0.25em;
  }
  #profile .prof-image img {
    width: 3.8vw;
    height: 3.8vw;
  }
}
@media screen and (min-width:768px) and (max-width:767px) {
  #site-header {
    flex-wrap: wrap;
    position: relative;
  }
  #site-header .header-inner .header-menu {
    max-width: 100%;
    margin: 0 auto;
    position: static;
    padding-right: 0;
  }
  #site-header .logo {
    width: 100%;
    height: 16vw;
    padding: 2vw 18vw;
    align-items: center;
    justify-content: center;
  }
  #profile {
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 16vw;
    height: 16vw;
    top: 0;
    transform: translateY(0);
    right: 0;
    text-align: center;
    font-size: 2.6vw;
    color: #20b1ac;
  }
  #profile .prof-image {
    width: 7vw;
    height: 7vw;
    margin: 0 auto 0.25em;
  }
  #profile .prof-image img {
    width: 7vw;
    height: 7vw;
  }
}
*/
/*
   グローバルナビ
-------------------------*/
/* line 1107, app/assets/stylesheets/common.scss */
nav#main-navigation ul {
  max-width: 930px;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
}

/* line 1113, app/assets/stylesheets/common.scss */
nav#main-navigation ul li.has-child-manu {
  position: relative;
}

/* line 1116, app/assets/stylesheets/common.scss */
nav#main-navigation ul li {
  display: block;
  transition: 0.2s;
  margin: 0.5em;
  position: relative;
}

/* line 1123, app/assets/stylesheets/common.scss */
nav#main-navigation ul li::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  content: '';
  width: 0;
  height: 2px;
  background-color: #fff;
  transition: 0.5s;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

/* line 1135, app/assets/stylesheets/common.scss */
nav#main-navigation ul li:hover::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 50%;
  width: 100%;
  height: 2px;
  background: #fff;
  transition: 0.5s;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

/* line 1147, app/assets/stylesheets/common.scss */
nav#main-navigation ul.child-menu li::after, nav#main-navigation ul.child-menu li:hover::after {
  content: none;
}

/* line 1150, app/assets/stylesheets/common.scss */
nav#main-navigation ul li a {
  display: inline-block;
  padding: 0.5em 0;
}

/* 2階層目 */
/* line 1155, app/assets/stylesheets/common.scss */
nav#main-navigation ul li.has-child-manu {
  cursor: pointer;
}

/* line 1158, app/assets/stylesheets/common.scss */
nav#main-navigation ul li.has-child-manu ul {
  display: none;
  position: absolute;
  top: 0;
  padding-top: 4em;
  width: 160px;
  left: 0;
  transition: 0.5s;
}

/* line 1167, app/assets/stylesheets/common.scss */
nav#main-navigation ul li.has-child-manu ul li a {
  padding: 1em;
  color: #009999;
  width: 100%;
  display: block;
  background: url(/assets/icon_arrow-e911fc0f0345c1e02f84ab362903864d0f05add0370560156225906d86161d37.png) right 1em center no-repeat;
}

/* line 1174, app/assets/stylesheets/common.scss */
nav#main-navigation ul li.has-child-manu ul li a:hover {
  background: url(/assets/icon_arrow-e911fc0f0345c1e02f84ab362903864d0f05add0370560156225906d86161d37.png) right 1em center no-repeat, #e8f8f7;
}

/* line 1177, app/assets/stylesheets/common.scss */
nav#main-navigation ul li.has-child-manu ul li a.popup {
  padding: 1em;
  color: #009999;
  width: 100%;
  display: block;
  background: url(/assets/icon_popup3-5f787645c4a7105e63504ddd45f058f8bbe59b7d7708bc685bafb34852630364.png) right 1em center no-repeat;
}

/* line 1184, app/assets/stylesheets/common.scss */
nav#main-navigation ul li.has-child-manu ul li a.popup:hover {
  background: url(/assets/icon_popup3-5f787645c4a7105e63504ddd45f058f8bbe59b7d7708bc685bafb34852630364.png) right 1em center no-repeat, #e8f8f7;
}

/* line 1187, app/assets/stylesheets/common.scss */
nav#main-navigation ul li.has-child-manu ul li {
  background: #cff1f0;
  border-bottom: none;
  margin: 0;
}

/* line 1192, app/assets/stylesheets/common.scss */
nav#main-navigation ul li.has-child-manu ul li:not(:last-of-type) {
  border-bottom: 1px dashed #009999;
}

/*
   プロフィール配下メニュー
-------------------------*/
/* line 1199, app/assets/stylesheets/common.scss */
div#profile ul {
  margin: 0 auto;
}

/* line 1202, app/assets/stylesheets/common.scss */
div#profile ul li.has-child-manu {
  position: relative;
}

/* line 1205, app/assets/stylesheets/common.scss */
div#profile ul li {
  display: block;
  transition: 0.2s;
  margin: 0.5em;
  position: relative;
}

/* line 1211, app/assets/stylesheets/common.scss */
div#profile p {
  text-decoration: underline;
  text-underline-offset: 0.3em;
}

/* line 1215, app/assets/stylesheets/common.scss */
div#profile ul.child-menu li::after, div#profile ul.child-menu li:hover::after {
  content: none;
}

/* line 1218, app/assets/stylesheets/common.scss */
div#profile ul li a {
  display: inline-block;
  padding: 0.5em 0;
}

/* 2階層目 */
/* line 1223, app/assets/stylesheets/common.scss */
div#profile ul li.has-child-manu {
  cursor: pointer;
}

/* line 1226, app/assets/stylesheets/common.scss */
div#profile ul li.has-child-manu ul {
  display: none;
  position: absolute;
  top: 0;
  padding-top: 8.3em;
  width: 160px;
  left: 0;
  transition: 0.5s;
}

/* line 1235, app/assets/stylesheets/common.scss */
div#profile ul li.has-child-manu ul li a {
  font-size: 13px;
  text-align: left;
  padding: 1em;
  color: #009999;
  width: 100%;
  display: block;
  background: url(/assets/icon_arrow-e911fc0f0345c1e02f84ab362903864d0f05add0370560156225906d86161d37.png) right 1em center no-repeat;
}

/* line 1244, app/assets/stylesheets/common.scss */
div#profile ul li.has-child-manu ul li a:hover {
  background: url(/assets/icon_arrow-e911fc0f0345c1e02f84ab362903864d0f05add0370560156225906d86161d37.png) right 1em center no-repeat, #e8f8f7;
}

/* line 1247, app/assets/stylesheets/common.scss */
div#profile ul li.has-child-manu ul li {
  background: #cff1f0;
  border-bottom: none;
  margin: 0;
}

/* line 1252, app/assets/stylesheets/common.scss */
div#profile ul li.has-child-manu ul li:not(:last-of-type) {
  border-bottom: 1px dashed #009999;
}

/*
@media screen and (min-width:768px) and (max-width:1239px) {
  nav#main-navigation ul li.has-child-manu ul {
    padding-top: 4vw;
    width: 12.3vw;
  }
  nav#main-navigation ul li a {
    font-size: 1.2vw;
  }
  nav#main-navigation ul li.has-child-manu ul li a {
    background: image-url(/assets/icon_arrow-e911fc0f0345c1e02f84ab362903864d0f05add0370560156225906d86161d37.png) right 1em center no-repeat;
    background-size: 0.76vw 1.52vw;
  }
  nav#main-navigation ul li.has-child-manu ul li a:hover {
    background: image-url(/assets/icon_arrow-e911fc0f0345c1e02f84ab362903864d0f05add0370560156225906d86161d37.png) right 1em center no-repeat, #e8f8f7;
    background-size: 0.76vw 1.52vw;
  }
}
*/
/*
        サイドパネル　メニュー
-------------------------*/
/* line 1280, app/assets/stylesheets/common.scss */
#side-panel {
  width: 100px;
  position: relative;
  background: linear-gradient(-90deg, rgba(238, 232, 232, 0.5) 0%, rgba(255, 255, 255, 0) 20%);
}

/* line 1285, app/assets/stylesheets/common.scss */
#side-panel::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}

/* line 1294, app/assets/stylesheets/common.scss */
#side-panel .saide-panel_inner {
  width: 100%;
}

/* line 1297, app/assets/stylesheets/common.scss */
.open-panel #side-panel {
  width: 190px;
}

/* メニューボタン　*/
/* line 1301, app/assets/stylesheets/common.scss */
#side-panel .menu-btn {
  padding: 1em;
  width: 50px;
  height: 50px;
  margin: 10px auto 20px;
  cursor: pointer;
}

/* line 1308, app/assets/stylesheets/common.scss */
.small-panel #side-panel .menu-btn {
  background: url(/assets/btn_menu_open-4477151c946c4e9470054a5b2bc083bb9926c1eeb20ffa9e3796a61710863e87.png) no-repeat;
  background-size: cover;
}

/* line 1312, app/assets/stylesheets/common.scss */
.open-panel #side-panel .menu-btn {
  background: url(/assets/btn_menu_close-027e7508e1928a690d71ab07b33581a6443cf960bb10c13da60c0cb57d7f5051.png) no-repeat;
  background-size: cover;
  margin: 10px auto 20px 20px;
}

/* line 1317, app/assets/stylesheets/common.scss */
#side-panel .hide-item {
  display: none;
}

/* line 1320, app/assets/stylesheets/common.scss */
.open-panel #side-panel .hide-item {
  display: inline-block;
  transition-duration: 0.5s;
  transition-timing-function: ease;
  line-height: 50px;
}

/* line 1326, app/assets/stylesheets/common.scss */
#side-navigation ul {
  width: 100%;
}

/* line 1329, app/assets/stylesheets/common.scss */
#side-navigation li {
  border-bottom: 1px solid #e9e4e4;
}

/* line 1332, app/assets/stylesheets/common.scss */
#side-navigation li a {
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
}

/* line 1339, app/assets/stylesheets/common.scss */
.open-panel #side-navigation li a {
  justify-content: flex-start;
}

/* line 1343, app/assets/stylesheets/common.scss */
.open-panel #side-navigation li:hover a {
  background: #84d6d6;
  color: #fff;
}

/* line 1347, app/assets/stylesheets/common.scss */
#side-navigation .has-child-manu .child-menu {
  display: block;
  transition-duration: 0.5s;
  transition-timing-function: ease;
  line-height: 50px;
}

/* line 1354, app/assets/stylesheets/common.scss */
#side-navigation .has-child-manu .display-none {
  display: none;
}

/* line 1357, app/assets/stylesheets/common.scss */
#side-navigation .has-child-manu .child-menu li a {
  color: #666666;
  padding: 0 2em 0 1em;
  background: url(/assets/icon_arrow2-048263d045a76b1dc5ee1c01ccecd151f2a9602d1b702d461ea71fecc7eec6c4.png) right 1em center no-repeat;
}

/* line 1362, app/assets/stylesheets/common.scss */
#side-navigation .has-child-manu .child-menu li a:hover {
  background: url(/assets/icon_arrow2-048263d045a76b1dc5ee1c01ccecd151f2a9602d1b702d461ea71fecc7eec6c4.png) right 1em center no-repeat #e6dfdf;
}

/* line 1366, app/assets/stylesheets/common.scss */
.side-menu .side-menu-icon {
  width: 50px;
  height: 50px;
  display: inline-block;
}

/* line 1371, app/assets/stylesheets/common.scss */
.small-panel #side-navigation .side-menu a {
  position: relative;
}

/* line 1374, app/assets/stylesheets/common.scss */
.small-panel #side-navigation .side-menu a:hover::after {
  position: absolute;
  content: "";
  right: -30px;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  border: 15px solid transparent;
  border-left: 15px solid rgba(238, 232, 232, 0.5);
}

/* メニューアイコン */
/* line 1386, app/assets/stylesheets/common.scss */
.side-menu .side-menu-icon {
  width: 50px;
  height: 50px;
}

/* line 1390, app/assets/stylesheets/common.scss */
.side-menu01 .side-menu-icon {
  background: url(/assets/side-menu01_off-924e6b890e653f13306fd4340a0e9d31f30d123fa69c616629a84604fed33e4a.png) center center no-repeat;
}

/* line 1393, app/assets/stylesheets/common.scss */
.side-menu01:hover .side-menu-icon, .open-panel .side-menu01 .side-menu-icon {
  background: url(/assets/side-menu01_on-08295101c50a0419e1c50f3e1d595e52a9548d268b2896b503d690c4aca7e343.png) center center no-repeat;
}

/* line 1396, app/assets/stylesheets/common.scss */
.open-panel .side-menu01:hover .side-menu-icon {
  background: url(/assets/side-menu01_hover-be1043bfede1fee902b81c25b3215e4976b494a4ded145e5a27a567b0df76de0.png) center center no-repeat;
}

/* line 1399, app/assets/stylesheets/common.scss */
.side-menu02 .side-menu-icon {
  background: url(/assets/side-menu02_off-8f971fa6b2963c94552b61a83ea269439b66e38a2004fb8afc8468e0f844cfad.png) center center no-repeat;
}

/* line 1402, app/assets/stylesheets/common.scss */
.side-menu02:hover .side-menu-icon, .open-panel .side-menu02 .side-menu-icon {
  background: url(/assets/side-menu02_on-9a925a3cff7ba4012e1e5f1c2676db7ff93c470546780b122a486c45178ca7bd.png) center center no-repeat;
}

/* line 1405, app/assets/stylesheets/common.scss */
.open-panel .side-menu02:hover .side-menu-icon {
  background: url(/assets/side-menu02_hover-7ba50dee96af36049ac81b84ef9f58ed4626183e484984ae4bbb42f982547b67.png) center center no-repeat;
}

/* line 1408, app/assets/stylesheets/common.scss */
.side-menu03 .side-menu-icon {
  background: url(/assets/side-menu03_off-d6734bfb1e1fd679e17a42fda3de5ec61bc3a735d1403a6e8e9e340c063cec79.png) center center no-repeat;
}

/* line 1411, app/assets/stylesheets/common.scss */
.side-menu03:hover .side-menu-icon, .open-panel .side-menu03 .side-menu-icon {
  background: url(/assets/side-menu03_on-9ed359156212d629f55c47ed7987f92aa666470a62ae89cccdc5dc80b2bf8c0f.png) center center no-repeat;
}

/* line 1414, app/assets/stylesheets/common.scss */
.open-panel .side-menu03:hover .side-menu-icon {
  background: url(/assets/side-menu03_hover-918d36a66caa37186462be9a49417fb6dfff45e3d285e7092bad7c08277f4876.png) center center no-repeat;
}

/* line 1417, app/assets/stylesheets/common.scss */
.side-menu04 .side-menu-icon {
  background: url(/assets/side-menu04_off-703bc81596985cda06c6cdf4f859859e72ab889d4bc2191a4cbc6851b050b140.png) center center no-repeat;
}

/* line 1420, app/assets/stylesheets/common.scss */
.side-menu04:hover .side-menu-icon, .open-panel .side-menu04 .side-menu-icon {
  background: url(/assets/side-menu04_on-e41884382ccfc4ba55013d398f4cd6459d87e777183443c742c4167899d29ee5.png) center center no-repeat;
}

/* line 1423, app/assets/stylesheets/common.scss */
.open-panel .side-menu04:hover .side-menu-icon {
  background: url(/assets/side-menu04_hover-3772be7a12949320ce90379041bf2e4ea8d273536459b24b2731154c6e381c83.png) center center no-repeat;
}

/* line 1426, app/assets/stylesheets/common.scss */
.side-menu05 .side-menu-icon {
  background: url(/assets/side-menu05_off-125fc548427f8105efaa9f945c6080f86781197d42968ee67e3a9dedae2493b4.png) center center no-repeat;
}

/* line 1429, app/assets/stylesheets/common.scss */
.side-menu05:hover .side-menu-icon, .open-panel .side-menu05 .side-menu-icon {
  background: url(/assets/side-menu05_on-2b1e14409f38ef09db8b8af2a41443b261b975419becc1d1c15c0b4cf70a8430.png) center center no-repeat;
}

/* line 1432, app/assets/stylesheets/common.scss */
.open-panel .side-menu05:hover .side-menu-icon {
  background: url(/assets/side-menu05_hover-a36384d254051651fb47956b694e53f7c7b325434217469dea801406da8065d4.png) center center no-repeat;
}

/* line 1435, app/assets/stylesheets/common.scss */
.side-menu06 .side-menu-icon {
  background: url(/assets/side-menu06_off-5dcfb1341d55c3fde8a9ddafda2754441fae8f8bb46088bb7a313b5365d871ee.png) center center no-repeat;
}

/* line 1438, app/assets/stylesheets/common.scss */
.side-menu06:hover .side-menu-icon, .open-panel .side-menu06 .side-menu-icon {
  background: url(/assets/side-menu06_on-7124e3ee70e4ff2d2ccf7cf18c748f44d0121a3980387bf754cf7cc5b15c1517.png) center center no-repeat;
}

/* line 1441, app/assets/stylesheets/common.scss */
.open-panel .side-menu06:hover .side-menu-icon {
  background: url(/assets/side-menu06_hover-425d9eaec2671b02d1423a5587f0ba9fbafb2772199dbd7c70c9770430630a8d.png) center center no-repeat;
}

/* line 1444, app/assets/stylesheets/common.scss */
.side-menu07 .side-menu-icon {
  background: url(/assets/side-menu07_off-9b4c9473c0ec677e37c04152455f328e9af955c9ebf8def006fbefd327cad99f.png) center center no-repeat;
}

/* line 1447, app/assets/stylesheets/common.scss */
.side-menu07:hover .side-menu-icon, .open-panel .side-menu07 .side-menu-icon {
  background: url(/assets/side-menu07_on-1103068f058f1354a4660cc15f783e8bf2eb39dc5b5025b748147dad998be4ef.png) center center no-repeat;
}

/* line 1450, app/assets/stylesheets/common.scss */
.open-panel .side-menu07:hover .side-menu-icon {
  background: url(/assets/side-menu07_hover-185b45b7662fd1fd7fd2c92bba5f330b94828426b332c6c2a0c0189ef8317a18.png) center center no-repeat;
}

/* line 1453, app/assets/stylesheets/common.scss */
.side-menu08 .side-menu-icon {
  background: url(/assets/side-menu08_off-44aa7b7ae1d282e8d046eb62045caed8c0eb06e2c8c396f7628f657e7c6fbab7.png) center center no-repeat;
}

/* line 1456, app/assets/stylesheets/common.scss */
.side-menu08:hover .side-menu-icon, .open-panel .side-menu08 .side-menu-icon {
  background: url(/assets/side-menu08_on-b473bf45e102dd2bad9a2f37ec0dc086e468b9aa463b43b27ae5fc3ae1c5b2bb.png) center center no-repeat;
}

/* line 1459, app/assets/stylesheets/common.scss */
.open-panel .side-menu08:hover .side-menu-icon {
  background: url(/assets/side-menu08_hover-cf82b645336b095b798ecbe9d09c434bc2ff9484a0b523e0b6d6e4f69a021dd8.png) center center no-repeat;
}

/* パネルオープン時　*/
/* line 1463, app/assets/stylesheets/common.scss */
.open-panel #side-navigation .side-menu {
  background: linear-gradient(-90deg, rgba(238, 232, 232, 0.5) 0%, rgba(255, 255, 255, 0) 20%), #e7f8f7;
  font-weight: bold;
}

/* line 1467, app/assets/stylesheets/common.scss */
.open-panel #side-navigation .side-menu, .open-panel #side-navigation .side-menu.has-child-manu {
  border-bottom: 1px solid #fff;
}

/* line 1470, app/assets/stylesheets/common.scss */
.open-panel #side-navigation .side-menu ul {
  background: linear-gradient(-90deg, #eee8e8 0%, #fff 20px);
  font-weight: normal;
}

/* line 1474, app/assets/stylesheets/common.scss */
.open-panel #side-navigation .child-menu li:last-of-type {
  border-bottom: none;
}

/* line 1477, app/assets/stylesheets/common.scss */
.open-panel #side-navigation {
  border-top: 3px solid #fff;
}

/* line 1480, app/assets/stylesheets/common.scss */
.open-panel #side-navigation .side-menu a.nav-link {
  background: url(/assets/icon_arrow3-1221254f9c3163a1866136a9f71de33477844e4c18259c06155c68e54aa418a7.png) right 0.5em center no-repeat;
}

/* line 1483, app/assets/stylesheets/common.scss */
.open-panel #side-navigation .side-menu:hover a.nav-link {
  background: url(/assets/icon_arrow5-6a5be1031250d46f2e367e594c97815bddb7947c4ac04cf91bee07b0e7b511dd.png) right 0.5em center no-repeat, #84d6d6;
}

/* line 1486, app/assets/stylesheets/common.scss */
.open-panel #side-navigation .side-menu a.nav-link.open {
  background: url(/assets/icon_arrow4-c7bfd717873efe99d8c423d4cd2584339592e6c5f789f81bc83bc9f1a3dcead3.png) right 0.5em center no-repeat;
}

/* line 1489, app/assets/stylesheets/common.scss */
.open-panel #side-navigation .side-menu:hover a.nav-link.open {
  background: url(/assets/icon_arrow6-813189f20dcc51354d84e2bda1505c1fc03a844513a8186e7653b4726994973a.png) right 0.5em center no-repeat, #84d6d6;
}

/* line 1492, app/assets/stylesheets/common.scss */
.open-panel #side-navigation .side-menu a.popup-icon {
  background: url(/assets/icon_popup-cafd2d75196a66eeb9b55ac25d10426cc5e41cffe8bf1443fa6d3141e5b79670.png) right 0.5em center no-repeat;
}

/* line 1495, app/assets/stylesheets/common.scss */
.open-panel #side-navigation .side-menu:hover a.popup-icon {
  background: url(/assets/icon_popup2-1fa16c2938ab5870ae76d9f077d652575be87df79bc9be1847d1739ca5023f41.png) right 0.5em center no-repeat, #84d6d6;
}

/*
@media screen and (min-width:768px) and (max-width:1239px) {
  #side-panel {
    width: 60px;
  }
  .open-panel #side-panel {
    width: 15vw;
  }
  #side-panel .menu-btn {
    padding: 1em;
    width: 50px;
    height: 50px;
    margin: 0.7vw auto 1.5vw;
  }
  .open-panel #side-panel .menu-btn {
    margin: 0.7vw auto 1.5vw 1.5vw;
  }
  .open-panel #side-panel .hide-item {
    font-size: 1.1vw;
  }
  #side-navigation .has-child-manu .child-menu li a {
    padding: 0 2em 0 1em;
    font-size: 1.1vw;
    background: image-url(/assets/icon_arrow2-048263d045a76b1dc5ee1c01ccecd151f2a9602d1b702d461ea71fecc7eec6c4.png) right 1em center no-repeat;
  }
  #side-navigation .has-child-manu .child-menu li a:hover {
    background: image-url(/assets/icon_arrow2-048263d045a76b1dc5ee1c01ccecd151f2a9602d1b702d461ea71fecc7eec6c4.png) right 1em center no-repeat #e6e0e0;
  }
  .side-menu .side-menu-icon, .side-menu:hover .side-menu-icon {
    width: 30px;
    margin-right: 0.2vw;
    background-size: contain;
  }
  .open-panel .side-menu .side-menu-icon, .open-panel .side-menu:hover .side-menu-icon {
    width: 20px;
    margin-right: 0.2vw;
    background-size: contain;
  }
  .small-panel #side-navigation .side-menu a:hover::after {
    right: -2.3vw;
    width: 2.3vw;
    height: 2.3vw;
    border: 1.15vw solid transparent;
    border-left: 1.15vw solid rgba(238, 232, 232, 0.5);
  }
}
*/
/*
        フッター
-------------------------*/
/* line 1550, app/assets/stylesheets/common.scss */
#site-footer {
  padding: 1em;
  background: url(/assets/bg_footer-5e79cc30f0ab61a66f3b211bffddcb24d1688eab358f8db865bfc17372ef06ed.jpg) center top no-repeat;
  background-size: cover;
  z-index: 500;
  position: relative;
  color: #fff;
}

/* line 1558, app/assets/stylesheets/common.scss */
#site-footer #footer-navigation {
  margin: 1em auto;
}

/* line 1561, app/assets/stylesheets/common.scss */
#site-footer #footer-navigation ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

/* line 1566, app/assets/stylesheets/common.scss */
#site-footer #footer-navigation ul a {
  padding: 0 1em;
  line-height: 2;
  position: relative;
}

/* line 1571, app/assets/stylesheets/common.scss */
#site-footer #footer-navigation ul a::after {
  position: absolute;
  bottom: -0.2em;
  left: 50%;
  content: '';
  width: 0;
  height: 1px;
  background-color: #fff;
  transition: 0.5s;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

/* line 1583, app/assets/stylesheets/common.scss */
#site-footer #footer-navigation ul a:hover::after {
  position: absolute;
  bottom: -0.2em;
  left: 50%;
  content: '';
  width: 80%;
  height: 1px;
  background-color: #fff;
  transition: 0.5s;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

/* line 1595, app/assets/stylesheets/common.scss */
#site-footer #footer-navigation ul li:not(:last-of-type)::after {
  position: absolute;
  content: "/";
  display: inline-block;
  line-height: 2;
}

/* line 1601, app/assets/stylesheets/common.scss */
p.copyright {
  text-align: center;
}

/*
        ログイン画面
-------------------------*/
/* line 1607, app/assets/stylesheets/common.scss */
.login-form {
  margin: 0 auto;
  padding: 50px 0 0;
  width: 100%;
  max-width: 405px;
}

/* line 1613, app/assets/stylesheets/common.scss */
.login-form-area {
  margin: 0 auto;
}

/* line 1616, app/assets/stylesheets/common.scss */
.tabs {
  margin: 0 auto;
  width: 700px;
}

/* line 1620, app/assets/stylesheets/common.scss */
.login-form-item {
  display: inline-block;
  width: 350px;
  height: 70px;
  background-color: #fff;
  box-sizing: border-box;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  line-height: 70px;
  transition: all 0.2s ease;
  border-top: 3px solid #f27a04;
  border-left: 3px solid #f27a04;
  border-right: 3px solid #f27a04;
  box-shadow: 0px 1px 3px 0px rgba(151, 151, 151, 0.48);
}

/* line 1636, app/assets/stylesheets/common.scss */
.login-form-item:not(:last-of-type) {
  margin-right: 2%;
}

/* line 1639, app/assets/stylesheets/common.scss */
.login-form-content {
  margin-top: 14px;
  overflow: hidden;
}

/* line 1643, app/assets/stylesheets/common.scss */
.login-form-area .login-title {
  margin-top: 50px;
  font-size: 24px;
}

/* line 1647, app/assets/stylesheets/common.scss */
.login-form-content p:not(:last-of-type) {
  margin-bottom: 1em;
}

/* line 1650, app/assets/stylesheets/common.scss */
.login-form-content .input-label {
  font-size: 1.2em;
}

/* line 1653, app/assets/stylesheets/common.scss */
.login-form-content .input-form {
  padding: 1em;
  box-sizing: border-box;
  width: 100%;
  height: 60px;
  border: 1px solid #666666;
  background-color: #fff;
  font-size: 24px;
  color: #444;
}

/* line 1663, app/assets/stylesheets/common.scss */
.login-form-content .input-form:focus, .login-form-content .input-form:active {
  border: 3px solid #77dad4;
  outline-offset: -3px;
  outline: 0;
}

/* チェックボックス */
/* line 1669, app/assets/stylesheets/common.scss */
.login-form .memory {
  display: block;
  font-weight: bold;
  margin-top: 1em;
  text-align: center;
}

/* line 1675, app/assets/stylesheets/common.scss */
.login-form .memory:hover {
  cursor: pointer;
  font-size: 1.02em;
  transition: 0.2s;
}

/* line 1680, app/assets/stylesheets/common.scss */
.login-form .memory-checkbox {
  display: none;
}

/* line 1683, app/assets/stylesheets/common.scss */
.login-form .checkbox-label {
  padding-left: 1.5em;
  position: relative;
}

/* line 1687, app/assets/stylesheets/common.scss */
.login-form .checkbox-label::before {
  content: "";
  display: block;
  position: absolute;
  top: 0.15em;
  left: 0;
  width: 1em;
  height: 1em;
  border: 1px solid #666666;
  background-color: #fff;
}

/* line 1698, app/assets/stylesheets/common.scss */
.memory-checkbox:checked + .checkbox-label::after {
  content: "";
  display: block;
  position: absolute;
  top: 0.3em;
  left: 0.1em;
  width: 0.75em;
  height: 0.7em;
  background-color: #009899;
}

/* line 1708, app/assets/stylesheets/common.scss */
#login-button {
  width: 180px;
  height: 50px;
  text-align: center;
  font-size: 1.3em;
  font-weight: bold;
  color: #23b5b0;
  line-height: 45px;
  border: 1px solid #23b5b0;
  border-radius: 5px;
  background: linear-gradient(#d5f4f4 0%, #fff 100%);
  margin: 2em auto 0.5em;
  display: block;
}

/* line 1722, app/assets/stylesheets/common.scss */
#login-button:hover {
  background: linear-gradient(#fff 0%, #d5f4f4 100%);
  transition: 0.2s;
}

/* line 1726, app/assets/stylesheets/common.scss */
.login-bottom-link {
  margin: 2em auto;
  text-align: center;
}

/* line 1730, app/assets/stylesheets/common.scss */
.login-bottom-link p {
  margin-bottom: 1em;
  text-align: center;
}

/* line 1734, app/assets/stylesheets/common.scss */
.login-bottom-link a:hover {
  font-size: 1.1em;
  font-weight: bold;
  transition: 0.2s;
}

/* line 1739, app/assets/stylesheets/common.scss */
.arrow {
  position: relative;
  padding-right: 2em;
}

/* line 1743, app/assets/stylesheets/common.scss */
.arrow::before {
  content: "";
  width: 0.8em;
  height: 0.6em;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -0.05em;
  margin: auto;
  box-sizing: border-box;
  border: 0.3em solid transparent;
  border-left: 0.4em solid #fff;
  /* 好みで色を変えてください */
  z-index: 2;
}

/* line 1757, app/assets/stylesheets/common.scss */
.arrow::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  content: "";
  width: 1.2em;
  height: 1.2em;
  border: 1px solid #fff;
  /* 好みで色を変えてください */
  border-radius: 50%;
  background: #7fd1cf;
  z-index: 1;
}

/*
      編集画面1  
-------------------------*/
/*　表示・非表示切り替え　*/
/* line 1775, app/assets/stylesheets/common.scss */
h3.panel-title, h3.btn_panel-swich {
  color: #fff;
  margin: 0;
  padding: 0.75em 3em 0.75em 1.5em;
  background-color: #23b5b0;
}

/* line 1782, app/assets/stylesheets/common.scss */
h3.btn_panel-swich {
  background: url(/assets/icon_arrow6-813189f20dcc51354d84e2bda1505c1fc03a844513a8186e7653b4726994973a.png) right 1em center no-repeat, #23b5b0;
  cursor: pointer;
}

/* line 1786, app/assets/stylesheets/common.scss */
h3.btn_panel-swich.close {
  background: url(/assets/icon_arrow5-6a5be1031250d46f2e367e594c97815bddb7947c4ac04cf91bee07b0e7b511dd.png) right 1em center no-repeat, #23b5b0;
  margin-bottom: 1em;
}

/* line 1790, app/assets/stylesheets/common.scss */
.btn_panel-swich.close + table.form-wrap {
  display: none;
  transition: 0.5;
}

/* line 1795, app/assets/stylesheets/common.scss */
.btn_panel-swich.close + div.sub_panel {
  display: none;
  transition: 0.5;
}

/*
      編集画面２  
-------------------------*/
/* line 1802, app/assets/stylesheets/common.scss */
.edit-page2 .form-content {
  max-width: 850px;
  margin: 0 auto;
}

/* line 1806, app/assets/stylesheets/common.scss */
h3.tab-title {
  width: 100%;
  border-bottom: 2px solid #23b5b0;
  margin: 0;
}

/* line 1811, app/assets/stylesheets/common.scss */
h3.tab-title span {
  min-width: 200px;
  text-align: center;
  color: #fff;
  padding: 1em;
  background: #23b5b0;
  border-radius: 5px 5px 0 0;
  display: inline-block;
}

/* line 1820, app/assets/stylesheets/common.scss */
table.form-wrap2 {
  width: 100%;
}

/* line 1823, app/assets/stylesheets/common.scss */
table.form-wrap2 td {
  padding: 1.25em;
  background: #fbfafa;
}

/* line 1827, app/assets/stylesheets/common.scss */
table.form-wrap2 th {
  padding: 1em;
  text-align: center;
  vertical-align: middle;
  background: #e7f8f7;
  color: #23b5b0;
  width: 200px;
}

/* line 1835, app/assets/stylesheets/common.scss */
table.form-wrap2 tr {
  border-bottom: 1px solid #cccccc;
}

/* line 1838, app/assets/stylesheets/common.scss */
.form-area table.form-wrap2 .form-parts {
  margin-bottom: 0;
}

/* line 1841, app/assets/stylesheets/common.scss */
.edit-page2 .form-area input[type=text] {
  width: 100%;
  max-width: 580px;
}

/* line 1845, app/assets/stylesheets/common.scss */
.edit-page2 .form-area select.select-list {
  width: 100%;
  max-width: 580px;
}

/* line 1849, app/assets/stylesheets/common.scss */
.edit-page2 .form-area textarea {
  width: 100%;
  max-width: 580px;
}

/*
@media screen and (min-width:768px) and (max-width:1024px) {
  h3.tab-title span {
    min-width: 170px;
  }
  table.form-wrap2 th {
    width: 170px;
    padding: 1em 0.5em;
  }
}
*/
/*
       一覧画面 
-------------------------*/
/* line 1869, app/assets/stylesheets/common.scss */
.btn_sign-up {
  width: 150px;
  display: block;
  margin: 0 0 0 auto;
  text-align: center;
  padding: 10px 1em;
  letter-spacing: 0.2em;
  font-size: 1.2em;
  font-weight: bold;
  color: #23b5b0;
  border: 1px solid #339999;
  border-radius: 5px;
  background: linear-gradient(#d5f4f4 0%, #fff 100%);
  transition: 0.2s;
}

/* line 1884, app/assets/stylesheets/common.scss */
.btn_sign-up:hover {
  background: linear-gradient(#fff 0%, #d5f4f4 100%);
  transition: 0.2s;
}

/* line 1888, app/assets/stylesheets/common.scss */
.search-box {
  max-width: 790px;
  margin: 0 auto 60px;
  border: 1px solid #666666;
  border-radius: 5px;
  overflow: hidden;
}

/* line 1895, app/assets/stylesheets/common.scss */
.search-box h3.search-title {
  margin: 0;
  padding: 1em 1em 1em 3em;
  width: 100%;
  font-size: 1.15em;
  letter-spacing: 0.15em;
  background: url(/assets/icon_search-b080563b70a81c94c0a1e993e0591e0e31fdda9100e8258a3f434f638ab50d15.png) left 1em center no-repeat, url(/assets/icon_arrow4-c7bfd717873efe99d8c423d4cd2584339592e6c5f789f81bc83bc9f1a3dcead3.png) right 1em center no-repeat, #f7f4f4;
  cursor: pointer;
}

/* line 1904, app/assets/stylesheets/common.scss */
.search-box.close h3.search-title {
  background: url(/assets/icon_search-b080563b70a81c94c0a1e993e0591e0e31fdda9100e8258a3f434f638ab50d15.png) left 1em center no-repeat, url(/assets/icon_arrow3-1221254f9c3163a1866136a9f71de33477844e4c18259c06155c68e54aa418a7.png) right 1em center no-repeat, #f7f4f4;
}

/* line 1907, app/assets/stylesheets/common.scss */
.search-box .search-panel {
  padding: 1em;
  margin: 0 auto;
  max-width: 560px;
  transition: 0.5s;
}

/* line 1914, app/assets/stylesheets/common.scss */
.search-box.close .search-panel {
  display: none;
  transition: 0.5s;
}

/* line 1919, app/assets/stylesheets/common.scss */
.search-box .search-panel .form-control {
  display: flex;
  align-items: center;
}

/* line 1923, app/assets/stylesheets/common.scss */
.search-box .search-panel .form-control p.title {
  width: 100px;
  font-weight: bold;
}

/* line 1927, app/assets/stylesheets/common.scss */
.search-box .search-panel .form-control .form-parts {
  flex: 1;
  margin: 1em 0;
  display: block;
}

/* line 1932, app/assets/stylesheets/common.scss */
.search-box .search-panel .form-control .form-parts input[type=text] {
  line-height: 2.2em;
  width: 100%;
  max-width: 100%;
}

/* line 1937, app/assets/stylesheets/common.scss */
.search-box .search-panel .form-control .form-parts select.select-list {
  line-height: 2.2em;
  width: 100%;
  max-width: 100%;
  background: url(/assets/icon_arrow-list2-18a440b9fb0d241dc6735c4063eff068f2ebe555eaa4a74859a96cd140263428.png) right center no-repeat #fff;
  background-size: auto 100%;
}

/* line 1944, app/assets/stylesheets/common.scss */
.search-box .check-group {
  padding-left: 0;
  width: 100%;
  max-width: 100%;
}

/* line 1949, app/assets/stylesheets/common.scss */
.search-box .check-group label {
  display: inline-block;
}

/* line 1952, app/assets/stylesheets/common.scss */
.search-box .btn-area {
  text-align: center;
  margin: 2em auto 1.5em;
}

/* line 1956, app/assets/stylesheets/common.scss */
.search-box .btn-area .btn_clear {
  text-align: center;
  color: #666666;
  font-size: 1.2em;
  letter-spacing: 0.2em;
  width: 140px;
  height: 45px;
  line-height: 45px;
  border: 1px solid #666666;
  border-radius: 5px;
  background: linear-gradient(#e4e7e7 0%, #fff 100%);
  margin: 5px;
  transition: 0.2s;
}

/* line 1970, app/assets/stylesheets/common.scss */
.search-box .btn-area .btn_clear:hover {
  background: linear-gradient(#fff 0%, #e4e7e7 100%);
  transition: 0.2s;
}

/* line 1974, app/assets/stylesheets/common.scss */
.search-box .btn-area .btn_search {
  text-align: center;
  font-size: 1.3em;
  font-weight: bold;
  color: #23b5b0;
  letter-spacing: 0.5em;
  width: 140px;
  height: 45px;
  line-height: 45px;
  border: 1px solid #23b5b0;
  border-radius: 5px;
  background: linear-gradient(#d5f4f4 0%, #fff 100%);
  margin: 5px;
}

/* line 1988, app/assets/stylesheets/common.scss */
.search-box .btn-area .btn_search:hover {
  background: linear-gradient(#fff 0%, #d5f4f4 100%);
  transition: 0.2s;
}

/* line 1992, app/assets/stylesheets/common.scss */
.search-box .btn-area .btn_search img {
  vertical-align: middle;
  margin-right: 0.2em;
}

/* line 1997, app/assets/stylesheets/common.scss */
.add-box {
  max-width: 60%;
  margin: 0 auto 60px;
  border: 1px solid #666666;
  border-radius: 5px;
  overflow: hidden;
}

/* 一覧表　*/
/* line 2014, app/assets/stylesheets/common.scss */
.list-box {
  width: 100%;
  margin: 0 auto 100px;
}

/* line 2018, app/assets/stylesheets/common.scss */
.list-box table {
  width: 100%;
  border: 1px solid #999999;
}

/* line 2022, app/assets/stylesheets/common.scss */
.list-box table th {
  background: #23b5b0;
  color: #fff;
  padding: 1em 0.5em;
}

/* line 2027, app/assets/stylesheets/common.scss */
.list-box table td {
  background: #fff;
  padding: 0.5em;
  vertical-align: middle;
  color: #333333;
  font-weight: 600;
}

/* line 2034, app/assets/stylesheets/common.scss */
.list-box table td.data .title {
  display: none;
}

/* line 2037, app/assets/stylesheets/common.scss */
.list-box table .userImage {
  width: 80px;
  text-align: center;
  max-width: 80px;
  min-width: 80px;
}

/* line 2043, app/assets/stylesheets/common.scss */
.list-box table .userImage .user-name {
  display: none;
}

/* line 2046, app/assets/stylesheets/common.scss */
.list-box table .userImage img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
}

/* line 2051, app/assets/stylesheets/common.scss */
.list-box table .btn-area1 {
  width: 100px;
  text-align: center;
  white-space: nowrap;
}

/* line 2056, app/assets/stylesheets/common.scss */
.list-box table .btn-area2 {
  width: 140px;
  text-align: center;
}

/* line 2060, app/assets/stylesheets/common.scss */
.list-box table tr:not(:last-of-type) td {
  border-bottom: 1px solid #999999;
}

/* line 2063, app/assets/stylesheets/common.scss */
.list-box table tr:nth-child(odd) td {
  background: #f4f5f5;
}

/* line 2066, app/assets/stylesheets/common.scss */
.list-box table tr:hover td {
  background: #dbeded;
}

/* line 2069, app/assets/stylesheets/common.scss */
.list-box table tr.selected_number td {
  background: #c5fd71;
}

/* line 2072, app/assets/stylesheets/common.scss */
.list-box table tr.selected_number .radio-group label {
  color: #333333;
}

/* line 2075, app/assets/stylesheets/common.scss */
.btn-edit, .btn-detail, .btn-add {
  padding: 0.6em 0.5em 0.4em 0.75em;
  border: 1px solid #999999;
  letter-spacing: 0.25em;
  border-radius: 5px;
  background: #fff;
  margin: 3px;
}

/* line 2083, app/assets/stylesheets/common.scss */
.btn-preview {
  padding: 0.6em 0.5em 0.4em 0.75em;
  background: linear-gradient(#fff 0%, rgba(0, 0, 0, 0.1) 100%);
  border: 1px solid #999999;
  letter-spacing: 0.25em;
  border-radius: 5px;
  margin: 3px;
}

/* line 2091, app/assets/stylesheets/common.scss */
.btn-edit:hover, .btn-preview:hover, .btn-detail:hover, .btn-add:hover {
  border: 2px solid #999999;
  font-weight: bold;
  margin: 2px;
  transition: 0.2s;
}

/* line 2097, app/assets/stylesheets/common.scss */
.list-box img.checkmark {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 20px;
  height: 20px;
}

/* line 2105, app/assets/stylesheets/common.scss */
.list-box img.arrow-order {
  width: 30px;
}

/* line 2109, app/assets/stylesheets/common.scss */
.arrow-disp {
  position: relative;
  left: 43%;
  bottom: 10px;
  float: left;
}

/* line 2116, app/assets/stylesheets/common.scss */
.arrow-disp img.arrow-order {
  width: 45px;
}

/* line 2124, app/assets/stylesheets/common.scss */
.list-box table th, .list-box table td {
  text-align: left;
  word-break: break-all;
  white-space: pre-wrap;
  overflow-wrap: break-word;
}

/* line 2131, app/assets/stylesheets/common.scss */
.list-box table th.nospace, .list-box table td.nospace {
  white-space: nowrap;
}

/* line 2135, app/assets/stylesheets/common.scss */
.list-box table th.login_id {
  width: 150px;
  max-width: 100%;
  min-width: 30%;
}

/* line 2141, app/assets/stylesheets/common.scss */
.list-box table th.last_name {
  width: 150px;
  max-width: 100%;
  min-width: 30%;
}

/* line 2147, app/assets/stylesheets/common.scss */
.list-box table th.first_name {
  width: 150px;
  max-width: 100%;
  min-width: 30%;
}

/* line 2153, app/assets/stylesheets/common.scss */
.list-box table th.email_address {
  width: 270px;
  max-width: 100%;
  min-width: 30%;
}

/* line 2159, app/assets/stylesheets/common.scss */
.list-box table th.check_mark {
  width: 80px;
  max-width: 100%;
  min-width: 50%;
}

/* line 2165, app/assets/stylesheets/common.scss */
.list-box table th.order {
  width: 80px;
  max-width: 100%;
  min-width: 50%;
}

/* line 2171, app/assets/stylesheets/common.scss */
.customer_infos th.customer_name {
  width: 500px;
  max-width: 100%;
  min-width: 50%;
}

/* line 2179, app/assets/stylesheets/common.scss */
.pager .pagination {
  text-align: center;
}

/* line 2183, app/assets/stylesheets/common.scss */
.pager .pagination li {
  display: inline;
  margin: 0 2px;
  padding: 0;
  display: inline-block;
  width: 50px;
  height: 50px;
  text-align: center;
  position: relative;
  border-radius: 10px;
}

/* line 2196, app/assets/stylesheets/common.scss */
.pager .pagination li a, .pager .pagination li > div {
  vertical-align: middle;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  display: table;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all  0.3s ease;
}

/* line 2212, app/assets/stylesheets/common.scss */
.pager .pagination li a span, .pager .pagination div > span {
  display: table-cell;
  vertical-align: middle;
}

/* line 2217, app/assets/stylesheets/common.scss */
.pager .pagination li a:hover,
.pager .pagination li a.active {
  color: #fff;
  background: #23b5b0;
}

/*
@media screen and (min-width:768px) and (max-width:1239px) {
  .list-box table {
    font-size: 12px;
  }
  .list-box table .userImage {
    width: 60px;
  }
  .list-box table .userImage img {
    width: 40px;
    height: 40px;
  }
  .list-box table .btn-area {
    width: 80px;
    text-align: center;
  }
}
*/
/*
       エラーメッセージ
       スタイル崩れ防止用
-------------------------*/
/* line 2249, app/assets/stylesheets/common.scss */
.field_with_errors {
  display: contents;
}

/*　flashメッセージ表示*/
/* line 2254, app/assets/stylesheets/common.scss */
.flash-text {
  width: 100%;
  padding: 0.5em;
}

/* 項目追加ボタン（大項目） */
/* line 2260, app/assets/stylesheets/common.scss */
.btn_item_add {
  display: block;
  margin: 0 0 0.5em auto;
}

/* line 2265, app/assets/stylesheets/common.scss */
.btn_item_add:hover {
  display: block;
  margin: 0 0 0.3em auto;
  border: 2px solid #999999;
  font-weight: bold;
}

/* line 2272, app/assets/stylesheets/common.scss */
.categorys_child input[type=text], .categorys_parent input[type=text], .customer_infos input[type=text] {
  width: calc(100% - 55px);
  max-width: 850px;
}

/* line 2278, app/assets/stylesheets/common.scss */
.categorys_child {
  border-collapse: separate;
}

/* line 2282, app/assets/stylesheets/common.scss */
.list-box table th.catergory_parent {
  background: #79d8b4;
  color: #474444;
  padding: 5px;
}

/* line 2288, app/assets/stylesheets/common.scss */
table.sub_table {
  width: 100%;
}

/* line 2292, app/assets/stylesheets/common.scss */
.groups input[type=text] {
  width: calc(100% - 55px);
  max-width: 850px;
}

/* line 2296, app/assets/stylesheets/common.scss */
table.groups th {
  width: 90%;
  /*firefox用*/
}

/*　スクロールバーの実装 */
/* line 2301, app/assets/stylesheets/common.scss */
.table_scroll {
  display: block;
  overflow-y: auto;
  min-height: 0;
  max-height: 30em;
  border: 1px solid;
  border-collapse: collapse;
}

/* line 2309, app/assets/stylesheets/common.scss */
.table_scroll thead th {
  position: sticky;
  top: 0;
  z-index: 1;
}

/* line 2314, app/assets/stylesheets/common.scss */
.table_scroll thead th:nth-child(1),
.table_scroll tbody td:nth-child(1) {
  width: 92%;
}

/* line 2318, app/assets/stylesheets/common.scss */
.table_scroll thead th,
.table_scroll tbody td {
  width: 100%;
}

/* line 2322, app/assets/stylesheets/common.scss */
.pd-sl {
  padding: 11px 11px 11px 0;
}

/* line 2325, app/assets/stylesheets/common.scss */
.ht-sl {
  height: 2em;
}

/* line 2328, app/assets/stylesheets/common.scss */
h2.page-title-group {
  color: #009899;
  font-size: 1.5em;
  padding: 0.5em 1em;
  letter-spacing: 0.25em;
  border-left: 3px solid #009899;
  border-bottom: 1px solid #999999;
  margin-bottom: 1em;
}

/* line 2337, app/assets/stylesheets/common.scss */
.sub-ttl {
  font-size: 16px;
  margin-bottom: 1em;
}

/* line 2342, app/assets/stylesheets/common.scss */
#loader-bg {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  background: #6a7e72;
  z-index: 100;
  opacity: 0.7;
}

/* line 2351, app/assets/stylesheets/common.scss */
#loader {
  color: #fff;
  text-align: center;
  position: absolute;
  top: calc(50% - 80px);
  left: calc(50% - 80px);
}

/* line 2359, app/assets/stylesheets/common.scss */
#logout-frame {
  display: none;
}

/* line 2363, app/assets/stylesheets/common.scss */
#ac_hidden_body {
  visibility: hidden;
}

/* line 2368, app/assets/stylesheets/common.scss */
.welcome_information a {
  color: blue;
  text-decoration: underline;
  padding-left: 1em;
}

/* line 2375, app/assets/stylesheets/common.scss */
.form-area label.user_title {
  line-height: 3em;
  background: #f1ebeb;
  padding: 0 1em;
  border: 1px solid #f1ebeb;
  width: 160px;
  font-weight: bold;
  text-align: center;
}

/* line 2386, app/assets/stylesheets/common.scss */
.edit-page1 .form-block .error-text {
  padding-left: 160px;
}

/* line 2391, app/assets/stylesheets/common.scss */
.categorys_child td {
  white-space: nowrap !important;
}

/* line 2396, app/assets/stylesheets/common.scss */
.cost-box {
  width: 100%;
  max-width: 890px;
  margin: 0 auto 1em;
  border-bottom: 1px solid #666666;
}

/* line 2403, app/assets/stylesheets/common.scss */
.cost-box th {
  padding: 0.5em;
  word-break: break-all;
  vertical-align: bottom;
}

/* line 2408, app/assets/stylesheets/common.scss */
.cost-box th:nth-child(1) {
  width: 100px;
  text-align: center;
  background-color: #f1ebeb;
}

/* line 2413, app/assets/stylesheets/common.scss */
.cost-box th:nth-child(2) {
  max-width: 500px;
}

/* line 2416, app/assets/stylesheets/common.scss */
.cost-box th:nth-child(3) {
  width: 100px;
  text-align: center;
  background-color: #f1ebeb;
}

/* line 2421, app/assets/stylesheets/common.scss */
.cost-box th:nth-child(4) {
  width: 130px;
  text-align: center;
}

/* line 2425, app/assets/stylesheets/common.scss */
.ml-2 {
  margin-left: 2em;
}

/* line 2428, app/assets/stylesheets/common.scss */
.mt-2 {
  margin-top: 2em;
}

/*　AC顧客別費用一覧 */
/* line 2432, app/assets/stylesheets/common.scss */
.search-box .search-panel .form-control .form-parts-ac-dates {
  margin: 1em 0;
  display: flex;
  padding: 0.5em;
  margin: 0.5em;
  align-items: center;
}

/* line 2439, app/assets/stylesheets/common.scss */
.form-parts-ac-dates label {
  text-align: left;
  padding: 0.5em 1.2em 0.5em 0.5em;
  background-color: #f1ebeb;
  border: 1px solid #f1ebeb;
  white-space: nowrap;
}

/* line 2446, app/assets/stylesheets/common.scss */
.form-parts-ac-dates select {
  text-align: left;
  border: 1px solid #bbbbbb;
  padding: 0.5em 3em 0.5em 0.5em;
  background: url(/assets/icon_arrow-list-50485e68a549043b2aa165efd15661b80830f8b45605e299a182be99e1177dcc.png) right center no-repeat #fff;
  width: 150px;
}

/* line 2453, app/assets/stylesheets/common.scss */
.search-box .search-panel .form-control .form-parts-ac-customers {
  margin: 1em 0;
  display: flex;
  padding: 0.5em;
  margin: 0.5em;
  align-items: center;
}

/* line 2460, app/assets/stylesheets/common.scss */
.form-parts-ac-customers label {
  text-align: left;
  padding: 0.5em 1.2em 0.5em 0.5em;
  background-color: #f1ebeb;
  border: 1px solid #f1ebeb;
  white-space: nowrap;
}

/* line 2467, app/assets/stylesheets/common.scss */
.form-parts-ac-customers select {
  text-align: left;
  border: 1px solid #bbbbbb;
  padding: 0.5em 3em 0.5em 0.5em;
  background: url(/assets/icon_arrow-list-50485e68a549043b2aa165efd15661b80830f8b45605e299a182be99e1177dcc.png) right center no-repeat #fff;
  width: 400px;
}

/* line 2474, app/assets/stylesheets/common.scss */
.cost-list-chart table th {
  text-align: center;
  vertical-align: middle;
}

/* line 2478, app/assets/stylesheets/common.scss */
.cost-list-chart table tr th {
  position: sticky;
  top: 0;
  left: 0;
}

/* 1:No, 2:案件名, 3:金額($), 4:詳細ボタン */
/* line 2484, app/assets/stylesheets/common.scss */
.cost-list-chart table th:nth-child(1) {
  text-align: center;
  width: 5%;
}

/* line 2488, app/assets/stylesheets/common.scss */
.cost-list-chart table th:nth-child(2) {
  text-align: center;
  width: 700px;
}

/* line 2492, app/assets/stylesheets/common.scss */
.cost-list-chart table th:nth-child(3) {
  text-align: right;
  width: 15%;
}

/* line 2496, app/assets/stylesheets/common.scss */
.cost-list-chart table th:nth-child(4) {
  text-align: center;
  width: 15%;
}

/* line 2500, app/assets/stylesheets/common.scss */
.cost-list-chart table td:nth-child(1) {
  text-align: center;
}

/* line 2503, app/assets/stylesheets/common.scss */
.cost-list-chart table td:nth-child(2) {
  text-align: left;
}

/* line 2506, app/assets/stylesheets/common.scss */
.cost-list-chart table td:nth-child(3) {
  text-align: right;
}

/* line 2509, app/assets/stylesheets/common.scss */
.cost-list-chart table td:nth-child(4) {
  text-align: center;
}

/*　スクロールバーの実装 */
/* line 2513, app/assets/stylesheets/common.scss */
.cost-table_scroll {
  display: block;
  overflow-y: auto;
  min-height: 0;
  max-height: 35em;
  border: 1px solid;
  border-collapse: collapse;
}

/* line 2522, app/assets/stylesheets/common.scss */
.cost-chart table th {
  text-align: center;
  vertical-align: middle;
}

/* line 2526, app/assets/stylesheets/common.scss */
.cost-chart table th:not(:last-child),
.cost-chart table td:not(:last-child) {
  border-right: 1px solid #ebe7e7;
}

/* line 2530, app/assets/stylesheets/common.scss */
.cost-chart table td:nth-child(1) {
  text-align: center;
  width: 4.5%;
}

/* line 2534, app/assets/stylesheets/common.scss */
.cost-chart table td:nth-child(2) {
  text-align: center;
  width: 6%;
}

/* line 2538, app/assets/stylesheets/common.scss */
.cost-chart table td:nth-child(3) {
  text-align: center;
  width: 16%;
}

/* line 2542, app/assets/stylesheets/common.scss */
.cost-chart table td:nth-child(4) {
  text-align: center;
  width: 14.5%;
}

/* line 2546, app/assets/stylesheets/common.scss */
.cost-chart table td:nth-child(5),
.cost-chart table td:nth-child(6),
.cost-chart table td:nth-child(7) {
  text-align: right;
  width: 8.4%;
}

/* line 2552, app/assets/stylesheets/common.scss */
.cost-chart table td:nth-child(8),
.cost-chart table td:nth-child(9) {
  text-align: right;
  width: 13%;
}

/* line 2557, app/assets/stylesheets/common.scss */
.cost-chart table td:nth-child(10) {
  text-align: right;
}

/* line 2561, app/assets/stylesheets/common.scss */
.cost-caution {
  max-width: 620px;
  margin: 0 auto 1em;
  font-size: 11px;
  text-align: left;
}

/* line 2568, app/assets/stylesheets/common.scss */
#ac_costs_list_form_search_id {
  width: 350px;
}

/* line 2571, app/assets/stylesheets/common.scss */
.box-lg {
  width: 100%;
  max-width: 700px !important;
}

/* line 2575, app/assets/stylesheets/common.scss */
.user-info {
  text-align: right;
  margin-top: 2em;
}

/* line 2579, app/assets/stylesheets/common.scss */
.group_user {
  margin-bottom: 10px;
}

/* line 2662, app/assets/stylesheets/common.scss */
.quick_connects_info {
  font-size: larger;
  text-align: right;
  margin-bottom: 0.5em;
}

/* line 2667, app/assets/stylesheets/common.scss */
.quick-connects-list {
  margin: 0 auto 20px;
}

/* line 2670, app/assets/stylesheets/common.scss */
.quick-connects-list table th {
  text-align: center;
  vertical-align: middle;
}

/* line 2674, app/assets/stylesheets/common.scss */
.quick-connects-list table tr th {
  position: sticky;
  top: 0;
  left: 0;
}

/* 1:名前 2:タイプ, 3:送信先, 4:ボタン */
/* line 2680, app/assets/stylesheets/common.scss */
.quick-connects-list table th:nth-child(1) {
  text-align: left;
  width: 700px;
}

/* line 2684, app/assets/stylesheets/common.scss */
.quick-connects-list table th:nth-child(2) {
  text-align: left;
  width: 20%;
}

/* line 2688, app/assets/stylesheets/common.scss */
.quick-connects-list table th:nth-child(3) {
  text-align: left;
  width: 20%;
}

/* line 2692, app/assets/stylesheets/common.scss */
.quick-connects-list table th:nth-child(4) {
  text-align: center;
  width: 15%;
}

/* line 2696, app/assets/stylesheets/common.scss */
.quick-connects-list table td:nth-child(1) {
  text-align: center;
}

/* line 2699, app/assets/stylesheets/common.scss */
.quick-connects-list table td:nth-child(2) {
  text-align: left;
}

/* line 2702, app/assets/stylesheets/common.scss */
.quick-connects-list table td:nth-child(3) {
  text-align: right;
}

/* line 2705, app/assets/stylesheets/common.scss */
.quick-connects-list table td:nth-child(4) {
  text-align: center;
}

/*　スクロールバーの実装 */
/* line 2709, app/assets/stylesheets/common.scss */
.quick-connects-table_scroll {
  display: block;
  overflow-y: auto;
  min-height: 0;
  max-height: 35em;
  border: 1px solid;
  border-collapse: collapse;
}

/* line 2717, app/assets/stylesheets/common.scss */
.quick-connects-table_scroll input[type=text] {
  width: 100%;
}

/* line 2720, app/assets/stylesheets/common.scss */
.list-box.quick-connects-list table th.nospace .data,
.list-box.quick-connects-list table td.nospace .data,
.list-box.quick-connects-list table td.nospace .data-in {
  border-style: none;
  padding: 0;
  text-align: left;
  height: initial;
  line-height: initial;
}

/* line 2729, app/assets/stylesheets/common.scss */
.list-box.quick-connects-list table td.nospace .data .height {
  height: 3em;
  line-height: 3em;
}

/* line 2733, app/assets/stylesheets/common.scss */
.list-box.quick-connects-list table td.nospace .data .error-text p {
  padding: 0;
}

/* line 2737, app/assets/stylesheets/common.scss */
.quick_connects_list_title,
.quick_connects_update_title {
  background: #79d8b4;
  font-size: 1.2em;
  padding: 0.5em 0.5em;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
}

/* line 2751, app/assets/stylesheets/common.scss */
.clear {
  clear: both;
}

/* line 2757, app/assets/stylesheets/common.scss */
.avatar {
  width: 60px;
  /*幅*/
  height: 60px;
  /*高さ*/
  border-radius: 50%;
  /*角丸*/
  margin: 0 auto 0.25em;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  overflow: hidden;
}

/* line 2769, app/assets/stylesheets/common.scss */
.avatar span {
  text-align: center;
  letter-spacing: 3px;
  overflow: hidden;
  padding: 6px 3px;
  font-size: 15px;
  font-weight: 600;
}
@charset "UTF-8";
/* CSS Document */
@media screen and (max-width: 0px) {
  /*
    基本設定_共通処理
-------------------------*/
  /* line 9, app/assets/stylesheets/common_sp.scss */
  html, body {
    width: 100%;
    height: 100%;
  }
  /* line 13, app/assets/stylesheets/common_sp.scss */
  body {
    font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    font-size: 2.6vw;
    color: #333333;
    font-weight: 500;
    max-width: 100%;
    overflow-x: hidden;
  }
  /* line 21, app/assets/stylesheets/common_sp.scss */
  a {
    text-decoration: none;
    cursor: pointer;
  }
  /* line 25, app/assets/stylesheets/common_sp.scss */
  ul {
    list-style: none;
  }
  /* line 28, app/assets/stylesheets/common_sp.scss */
  img {
    max-width: 100%;
    height: auto;
  }
  /*
        見出し
-------------------------*/
  /* line 35, app/assets/stylesheets/common_sp.scss */
  h2.page-title {
    color: #009899;
    font-size: 4.5vw;
    padding: 0.5em 1em;
    letter-spacing: 0.25em;
    border-left: 3px solid #009899;
    border-bottom: 1px solid #999999;
    margin-bottom: 1em;
  }
  /* line 44, app/assets/stylesheets/common_sp.scss */
  h3.sec-title {
    background: #eae4e4;
    font-size: 4vw;
    padding: 0.5em 1.5em;
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
  }
  /*
     フォーム        
-------------------------*/
  /* line 54, app/assets/stylesheets/common_sp.scss */
  .form-area {
    max-width: 100%;
    margin: 0 auto;
  }
  /* line 58, app/assets/stylesheets/common_sp.scss */
  .form-area .form-parts {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 1.5em;
  }
  /* line 64, app/assets/stylesheets/common_sp.scss */
  .form-area input[type=text] {
    border: 1px solid #666666;
    height: 3em;
    width: 100%;
    max-width: 100%;
    padding: 0 1em;
    color: #333333;
    background: #fff;
    outline-offset: -1px;
    outline: 0;
  }
  /* line 75, app/assets/stylesheets/common_sp.scss */
  .form-area input[type=text]:focus, .form-area input[type=text]:active {
    border: 2px solid #77dad4;
    outline-offset: -2px;
    outline: 0;
  }
  /* line 80, app/assets/stylesheets/common_sp.scss */
  .form-area select.select-list {
    border: 1px solid #666666;
    color: #333333;
    height: 3em;
    width: 100%;
    max-width: 100%;
    padding: 0 3em 0 1em;
    position: relative;
    z-index: 1;
    cursor: pointer;
    background: url(/assets/icon_arrow-list-50485e68a549043b2aa165efd15661b80830f8b45605e299a182be99e1177dcc.png) right center no-repeat #fff;
    background-size: auto 100%;
  }
  /* line 93, app/assets/stylesheets/common_sp.scss */
  .form-area select.select-list:focus, .form-area select.select-list:active {
    border: 2px solid #77dad4;
    outline-offset: -2px;
    outline: 0;
    line-height: calc(3em - 6px);
  }
  /* line 99, app/assets/stylesheets/common_sp.scss */
  .form-area label.title {
    line-height: 3em;
    background: #f1ebeb;
    padding: 0 1em;
    margin-bottom: 1em;
    border: 1px solid #f1ebeb;
    width: 100%;
    font-weight: bold;
  }
  /*ラジオボタン*/
  /* line 109, app/assets/stylesheets/common_sp.scss */
  .form-area .radio-group {
    padding: 0 1em;
    width: 100%;
  }
  /* line 113, app/assets/stylesheets/common_sp.scss */
  .edit-page1 .form-area .radio-group {
    padding: 0 1em;
    width: 100%;
  }
  /* line 117, app/assets/stylesheets/common_sp.scss */
  .form-area .radio-group label {
    position: relative;
    cursor: pointer;
    padding-left: 1.5em;
    line-height: 1.5;
    font-weight: bold;
    color: #666666;
  }
  /* line 125, app/assets/stylesheets/common_sp.scss */
  .form-area .radio-group label:hover {
    transform: 0.2s;
    color: #333333;
  }
  /* line 129, app/assets/stylesheets/common_sp.scss */
  .form-area .radio-group label:not(:last-of-type) {
    margin-right: 2em;
    margin-bottom: 0.5em;
  }
  /* line 133, app/assets/stylesheets/common_sp.scss */
  .form-area input[type=radio] {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
  }
  /* line 139, app/assets/stylesheets/common_sp.scss */
  .form-area input[type=radio] + span::before {
    position: absolute;
    display: inline-block;
    content: '';
    box-sizing: border-box;
    border-radius: 50%;
    z-index: 0;
    top: 0;
    left: 0;
    background-color: #fff;
    width: 1.2em;
    height: 1.2em;
    border: 1px #666666 solid;
  }
  /* line 153, app/assets/stylesheets/common_sp.scss */
  .form-area input[type=radio]:checked + span::before {
    position: absolute;
    display: inline-block;
    content: '';
    box-sizing: border-box;
    border-radius: 50%;
    z-index: 0;
    top: 0;
    left: 0;
    background-color: #fff;
    width: 1.2em;
    height: 1.2em;
    border: 1px #22b4b1 solid;
  }
  /* line 167, app/assets/stylesheets/common_sp.scss */
  .form-area input[type=radio]:checked + span::after {
    position: absolute;
    content: '';
    top: 0.25em;
    left: 0.25em;
    width: 0.7em;
    height: 0.7em;
    background: #22b4b1;
    border-radius: 50%;
  }
  /* line 177, app/assets/stylesheets/common_sp.scss */
  .form-area .radio-group label:hover input[type=radio] + span::after {
    position: absolute;
    content: '';
    top: 0.25em;
    left: 0.25em;
    width: 0.7em;
    height: 0.7em;
    background: #666666;
    border-radius: 50%;
  }
  /* line 187, app/assets/stylesheets/common_sp.scss */
  .form-area .radio-group label:hover input[type=radio]:checked + span::after, .form-area input[type=radio]:checked + span::after {
    position: absolute;
    content: '';
    top: 0.25em;
    left: 0.25em;
    width: 0.7em;
    height: 0.7em;
    background: #22b4b1;
    border-radius: 50%;
  }
  /*チェックボタン*/
  /* line 198, app/assets/stylesheets/common_sp.scss */
  .form-area .check-group {
    padding: 0 1em;
    width: 100%;
  }
  /* line 202, app/assets/stylesheets/common_sp.scss */
  .edit-page1 .form-area .check-group {
    padding: 0 1em;
    width: 100%;
  }
  /* line 206, app/assets/stylesheets/common_sp.scss */
  .form-area .check-group label {
    position: relative;
    cursor: pointer;
    padding-left: 1.5em;
    font-weight: bold;
    line-height: 1.5;
    color: #666666;
  }
  /* line 214, app/assets/stylesheets/common_sp.scss */
  .form-area .check-group label:hover {
    transition: 0.2s;
    color: #333333;
  }
  /* line 218, app/assets/stylesheets/common_sp.scss */
  .form-area .check-group label:not(:last-of-type) {
    margin-right: 2em;
    margin-bottom: 0.5em;
  }
  /* line 222, app/assets/stylesheets/common_sp.scss */
  .form-area input[type=checkbox] {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
  }
  /* line 228, app/assets/stylesheets/common_sp.scss */
  .form-area input[type=checkbox] + span::before {
    position: absolute;
    display: inline-block;
    content: '';
    border-radius: 1%;
    z-index: 0;
    top: 0;
    left: 0;
    background-color: #fff;
    width: 1.2em;
    height: 1.2em;
    border: 1px #666666 solid;
  }
  /* line 241, app/assets/stylesheets/common_sp.scss */
  .form-area input[type=checkbox]:checked + span::before {
    position: absolute;
    display: inline-block;
    content: '';
    border-radius: 1%;
    z-index: 0;
    top: 0;
    left: 0;
    background-color: #fff;
    width: 1.2em;
    height: 1.2em;
    border: 1px #22b4b1 solid;
  }
  /* line 254, app/assets/stylesheets/common_sp.scss */
  .form-area input[type=checkbox]:checked + span::after, .form-area label:hover input[type=checkbox]:checked + span::after {
    position: absolute;
    content: '';
    top: 0.2em;
    left: 0.2em;
    width: 0.8em;
    height: 0.8em;
    background: #22b4b1;
    border-radius: 1%;
  }
  /* line 264, app/assets/stylesheets/common_sp.scss */
  .form-area label:hover input[type=checkbox] + span::after {
    position: absolute;
    content: '';
    top: 0.2em;
    left: 0.2em;
    width: 0.8em;
    height: 0.8em;
    background: #7b7b7b;
    border-radius: 1%;
  }
  /*　スイッチ　（あり・なし）*/
  /* line 275, app/assets/stylesheets/common_sp.scss */
  .form-area .switch-area {
    padding: 0 1em;
    display: flex;
    width: 100%;
    border-radius: 10px;
  }
  /* line 281, app/assets/stylesheets/common_sp.scss */
  .form-area .switch-area label {
    cursor: pointer;
    padding: 0.5em 2em;
    line-height: 2em;
    margin: 0;
    position: relative;
  }
  /* line 288, app/assets/stylesheets/common_sp.scss */
  .form-area .switch-area label:hover {
    font-weight: bold;
    transition: 0.2s;
  }
  /* line 292, app/assets/stylesheets/common_sp.scss */
  .form-area .switch-area input[type=radio] {
    display: none;
  }
  /* line 295, app/assets/stylesheets/common_sp.scss */
  .form-area .switch-area label {
    display: block;
    float: left;
    cursor: pointer;
    letter-spacing: 0.25em;
    margin: 0;
    padding: 0.5em 2em;
    background: #fff;
    color: #666666;
    text-align: center;
    line-height: 2em;
    transition: .2s;
    border: 1px solid #666666;
  }
  /* line 309, app/assets/stylesheets/common_sp.scss */
  .form-area .switch-area label:first-of-type {
    border-radius: 10px 0 0 10px;
  }
  /* line 312, app/assets/stylesheets/common_sp.scss */
  .form-area .switch-area label:last-of-type {
    border-left: 0px;
    border-radius: 0 10px 10px 0;
  }
  /* line 316, app/assets/stylesheets/common_sp.scss */
  .form-area .switch-area input[type=radio]:checked + label {
    background-color: #00a2a2;
    color: #fff;
  }
  /* line 320, app/assets/stylesheets/common_sp.scss */
  .form-parts.text-area {
    align-items: flex-start;
  }
  /* line 323, app/assets/stylesheets/common_sp.scss */
  .form-parts.text-area div {
    background: #f1ebeb;
    width: 100%;
    margin-bottom: 1em;
  }
  /* line 328, app/assets/stylesheets/common_sp.scss */
  textarea {
    border: 1px solid #666666;
    color: #333333;
    line-height: 1.2em;
    width: 100%;
    max-width: 100%;
    padding: 0.5em 1em;
    height: 6em;
    background: #fff;
  }
  /* line 338, app/assets/stylesheets/common_sp.scss */
  textarea:focus, textarea:active {
    border: 2px solid #77dad4;
    outline-offset: -2px;
    outline: 0;
  }
  /* line 343, app/assets/stylesheets/common_sp.scss */
  table.form-wrap {
    width: 100%;
    margin-bottom: 8vw;
  }
  /* line 347, app/assets/stylesheets/common_sp.scss */
  table.form-wrap:last-of-type {
    margin-bottom: 6.6vw;
  }
  /* line 350, app/assets/stylesheets/common_sp.scss */
  table.form-wrap th, table.form-wrap td {
    padding: 1em;
  }
  /* line 353, app/assets/stylesheets/common_sp.scss */
  table.form-wrap th {
    font-size: 3.2vw;
    padding: 1em;
    text-align: left;
    vertical-align: middle;
    background: #e7f8f7;
    color: #23b5b0;
    width: 100%;
    display: block;
    border-bottom: 1px solid #cccccc;
  }
  /* line 364, app/assets/stylesheets/common_sp.scss */
  table.form-wrap td {
    display: block;
    text-align: left;
    width: 100%;
    border-bottom: 1px solid #cccccc;
  }
  /* 共通　ボタン　*/
  /* line 371, app/assets/stylesheets/common_sp.scss */
  .btn-area {
    text-align: center;
    margin: 4vw auto;
  }
  /* line 375, app/assets/stylesheets/common_sp.scss */
  .btn-area .btn {
    text-align: center;
    color: #666666;
    width: 20vw;
    height: 8vw;
    font-size: 3.2vw;
    line-height: 8vw;
    border: 1px solid #c2b4b4;
    border-radius: 5px;
    background: linear-gradient(#eae4e4 0%, #fff 100%);
    margin: 1.3vw 3vw;
  }
  /* line 387, app/assets/stylesheets/common_sp.scss */
  .btn-area .btn:hover {
    background: linear-gradient(#fff 0%, #d5f4f4 100%);
  }
  /* line 390, app/assets/stylesheets/common_sp.scss */
  .btn-area .btn_cancel {
    text-align: center;
    color: #666666;
    font-size: 1.2em;
    width: 24vw;
    height: 8vw;
    line-height: 8vw;
    border: 1px solid #999999;
    border-radius: 5px;
    background: linear-gradient(#e4e7e7 0%, #fff 100%);
    margin: 1.3vw 3vw;
    transition: 0.2s;
  }
  /* line 403, app/assets/stylesheets/common_sp.scss */
  .btn-area .btn_cancel:hover {
    background: linear-gradient(#fff 0%, #e4e7e7 100%);
    transition: 0.2s;
  }
  /* line 407, app/assets/stylesheets/common_sp.scss */
  .btn-area .btn_update {
    text-align: center;
    font-size: 1.3em;
    font-weight: bold;
    color: #23b5b0;
    width: 24vw;
    height: 8vw;
    line-height: 8vw;
    border: 1px solid #23b5b0;
    border-radius: 5px;
    background: linear-gradient(#d5f4f4 0%, #fff 100%);
    margin: 1.3vw 3vw;
  }
  /* line 420, app/assets/stylesheets/common_sp.scss */
  .btn-area .btn_update:hover {
    background: linear-gradient(#fff 0%, #d5f4f4 100%);
    transition: 0.2s;
  }
  /*　フォーム　エラー表示*/
  /* line 425, app/assets/stylesheets/common_sp.scss */
  .error-text {
    width: 100%;
    color: #ff0000;
    padding: 1em;
  }
  /* line 430, app/assets/stylesheets/common_sp.scss */
  .edit-page1 .form-content .error-text {
    margin-top: -1.5em;
  }
  /* レイアウト　*/
  /* line 434, app/assets/stylesheets/common_sp.scss */
  .wrapper {
    width: 100%;
    max-width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
  }
  /* line 441, app/assets/stylesheets/common_sp.scss */
  header {
    width: 100%;
    min-height: 16vw;
  }
  /* line 445, app/assets/stylesheets/common_sp.scss */
  .small-panel .side-panel, .open-panel .side-panel {
    width: 100%;
  }
  /* line 448, app/assets/stylesheets/common_sp.scss */
  .container {
    width: 100%;
    padding: 6.6vw 4vw 4vw;
  }
  /* line 452, app/assets/stylesheets/common_sp.scss */
  .small-panel .container {
    width: 100%;
    padding-top: 6.6vw;
  }
  /* line 456, app/assets/stylesheets/common_sp.scss */
  .open-panel .container {
    flex: 1;
  }
  /* line 459, app/assets/stylesheets/common_sp.scss */
  footer {
    width: 100%;
  }
  /*
        ヘッダー
-------------------------*/
  /* line 465, app/assets/stylesheets/common_sp.scss */
  #site-header {
    color: #fff;
    background: #00a3a2;
    position: relative;
  }
  /* line 470, app/assets/stylesheets/common_sp.scss */
  #site-header .logo {
    background: #e5f7f4;
    display: flex;
    width: 100%;
    height: 16vw;
    padding: 2vw 18vw;
    align-items: center;
    justify-content: center;
  }
  /* line 479, app/assets/stylesheets/common_sp.scss */
  .login #site-header .logo {
    max-width: 100%;
    height: 16vw;
    padding: 2.6vw 1.5vw 1.5vw;
  }
  /* line 484, app/assets/stylesheets/common_sp.scss */
  #site-header .logo img {
    max-height: 12vw;
  }
  /* line 487, app/assets/stylesheets/common_sp.scss */
  #site-header .header-inner {
    flex: auto;
    width: 100%;
    background: url(/assets/bg_header-f7a689fb779731a1bd4128be6bd8ec472e477daafeb01b1dcfdd4c310c6a66c1.jpg) left top no-repeat;
    background-size: cover;
    padding-top: 0;
    padding-bottom: 0;
  }
  /* line 495, app/assets/stylesheets/common_sp.scss */
  #site-header .header-inner .header-menu {
    max-width: 100%;
    margin: 0 auto;
  }
  /* line 499, app/assets/stylesheets/common_sp.scss */
  #site-header .header-link ul {
    max-width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
  }
  /* line 505, app/assets/stylesheets/common_sp.scss */
  #site-header .header-link ul li {
    text-align: center;
    display: block;
    border: none;
    margin: 0;
    position: relative;
  }
  /* line 512, app/assets/stylesheets/common_sp.scss */
  #site-header .header-link ul li:nth-of-type(-n + 3) {
    width: calc(100% / 3);
  }
  /* line 515, app/assets/stylesheets/common_sp.scss */
  #site-header .header-link ul li:nth-of-type(n + 4) {
    width: 50%;
  }
  /* line 518, app/assets/stylesheets/common_sp.scss */
  #site-header .header-link ul li a {
    padding: 0.75em 0.25em;
    font-size: 2.9vw;
    font-weight: bold;
    width: 100%;
    text-align: center;
    display: block;
    border: 1px solid #fff;
    outline: 0;
    outline-offset: -1px;
    margin: 0;
    position: relative;
  }
  /* line 531, app/assets/stylesheets/common_sp.scss */
  #site-header .header-link ul li a::before {
    position: absolute;
    content: "";
    top: 2px;
    left: 2px;
    width: 1.3vw;
    height: 1.3vw;
    border-top: 1.3vw solid #fff;
    border-right: 1.3vw solid transparent;
  }
  /* line 541, app/assets/stylesheets/common_sp.scss */
  #site-header .header-link ul li a::after {
    content: none;
  }
  /* line 544, app/assets/stylesheets/common_sp.scss */
  #site-header .header-link ul li a:hover {
    color: #fff;
    background: #a6e2e0;
  }
  /* line 548, app/assets/stylesheets/common_sp.scss */
  #site-header .header-link ul li a:hover::before {
    border-top: 1.3vw solid #fff;
    border-right: 1.3vw solid transparent;
  }
  /* line 552, app/assets/stylesheets/common_sp.scss */
  #site-header .header-link ul li a:hover::after {
    content: none;
  }
  /* line 555, app/assets/stylesheets/common_sp.scss */
  #profile {
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 16vw;
    height: 16vw;
    top: 0;
    transform: translateY(0);
    right: 0;
    text-align: center;
    font-size: 2.6vw;
    color: #20b1ac;
  }
  /* line 570, app/assets/stylesheets/common_sp.scss */
  #profile .prof-image {
    width: 7vw;
    height: 7vw;
    margin: 0 auto 0.25em;
  }
  /* line 575, app/assets/stylesheets/common_sp.scss */
  #profile .prof-image img {
    width: 7vw;
    height: 7vw;
    border-radius: 50%;
  }
  /*
   グローバルナビ
-------------------------*/
  /* line 583, app/assets/stylesheets/common_sp.scss */
  #main-navigation {
    background: #ccffff;
    color: #17a7a2;
    max-width: 100%;
  }
  /* line 588, app/assets/stylesheets/common_sp.scss */
  nav#main-navigation ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 1em;
  }
  /* line 595, app/assets/stylesheets/common_sp.scss */
  nav#main-navigation ul li {
    display: block;
    text-align: center;
    width: calc(100% / 3);
    transition: 0.2s;
    margin: 0;
    position: relative;
  }
  /* line 603, app/assets/stylesheets/common_sp.scss */
  nav#main-navigation ul li a::after {
    position: absolute;
    bottom: 0.5em;
    left: 50%;
    content: '';
    width: 0;
    height: 2px;
    background-color: #77dad4;
    transition: 0.5s;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  /* line 615, app/assets/stylesheets/common_sp.scss */
  nav#main-navigation ul li:hover a::after {
    position: absolute;
    content: "";
    bottom: 0.5em;
    left: 50%;
    width: 70%;
    height: 2px;
    background: #77dad4;
    transition: 0.5s;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  /* line 627, app/assets/stylesheets/common_sp.scss */
  nav#main-navigation ul.child-menu li::after, nav#main-navigation ul.child-menu li:hover::after {
    content: none;
  }
  /* line 630, app/assets/stylesheets/common_sp.scss */
  nav#main-navigation ul li a {
    display: inline-block;
    padding: 1em 1em 1em 1.5em;
    font-size: 2.6vw;
  }
  /* line 635, app/assets/stylesheets/common_sp.scss */
  nav#main-navigation ul li a::before {
    content: "▶";
    position: absolute;
    left: 0.5em;
  }
  /* 2階層目 */
  /* line 641, app/assets/stylesheets/common_sp.scss */
  nav#main-navigation ul li.has-child-manu {
    cursor: pointer;
    position: relative;
  }
  /* line 645, app/assets/stylesheets/common_sp.scss */
  nav#main-navigation ul li.has-child-manu ul {
    display: none;
    position: absolute;
    top: 3em;
    width: 100%;
    left: 0;
    transition: 0.5s;
    z-index: 999;
    margin: 0;
  }
  /* line 655, app/assets/stylesheets/common_sp.scss */
  nav#main-navigation ul li.has-child-manu ul li {
    width: 100%;
  }
  /* line 658, app/assets/stylesheets/common_sp.scss */
  nav#main-navigation ul li.has-child-manu ul li a {
    padding: 1em;
    color: #009999;
    width: 100%;
    display: block;
    background: url(/assets/icon_arrow-e911fc0f0345c1e02f84ab362903864d0f05add0370560156225906d86161d37.png) right 1em center no-repeat;
  }
  /* line 665, app/assets/stylesheets/common_sp.scss */
  nav#main-navigation ul li.has-child-manu ul li a::after {
    content: none;
  }
  /* line 668, app/assets/stylesheets/common_sp.scss */
  nav#main-navigation ul li.has-child-manu ul li a::before {
    content: none;
  }
  /* line 671, app/assets/stylesheets/common_sp.scss */
  nav#main-navigation ul li.has-child-manu ul li a:hover {
    background: url(/assets/icon_arrow-e911fc0f0345c1e02f84ab362903864d0f05add0370560156225906d86161d37.png) right 1em center no-repeat, #e8f8f7;
  }
  /* line 674, app/assets/stylesheets/common_sp.scss */
  nav#main-navigation ul li.has-child-manu ul li a.popup {
    padding: 1em;
    color: #009999;
    width: 100%;
    display: block;
    background: url(/assets/icon_popup3-5f787645c4a7105e63504ddd45f058f8bbe59b7d7708bc685bafb34852630364.png) right 1em center no-repeat;
  }
  /* line 681, app/assets/stylesheets/common_sp.scss */
  nav#main-navigation ul li.has-child-manu ul li a.popup:hover {
    background: url(/assets/icon_popup3-5f787645c4a7105e63504ddd45f058f8bbe59b7d7708bc685bafb34852630364.png) right 1em center no-repeat, #e8f8f7;
  }
  /* line 684, app/assets/stylesheets/common_sp.scss */
  nav#main-navigation ul li.has-child-manu ul li {
    background: #cff1f0;
    border-bottom: none;
    margin: 0;
  }
  /* line 689, app/assets/stylesheets/common_sp.scss */
  nav#main-navigation ul li.has-child-manu ul li:not(:last-of-type) {
    border-bottom: 1px dashed #009999;
  }
  /*
   プロフィール配下メニュー
-------------------------*/
  /* line 696, app/assets/stylesheets/common_sp.scss */
  div#profile ul {
    margin: 0 1em;
  }
  /* line 699, app/assets/stylesheets/common_sp.scss */
  div#profile ul li {
    display: block;
    text-align: center;
    width: calc(100% / 3);
    transition: 0.2s;
    margin: 0;
    position: relative;
  }
  /* line 707, app/assets/stylesheets/common_sp.scss */
  div#profile ul.child-menu li::after, div#profile ul.child-menu li:hover::after {
    content: none;
  }
  /* line 710, app/assets/stylesheets/common_sp.scss */
  div#profile ul li a {
    display: inline-block;
    padding: 1em 1em 1em 1.5em;
    font-size: 2.6vw;
  }
  /* line 715, app/assets/stylesheets/common_sp.scss */
  div#profile ul li a::before {
    content: "▶";
    position: absolute;
    left: 0.5em;
  }
  /* 2階層目 */
  /* line 721, app/assets/stylesheets/common_sp.scss */
  div#profile ul li.has-child-manu {
    cursor: pointer;
    position: relative;
  }
  /* line 725, app/assets/stylesheets/common_sp.scss */
  div#profile ul li.has-child-manu ul {
    display: none;
    position: absolute;
    top: 3em;
    width: 100%;
    left: 0;
    transition: 0.5s;
    z-index: 999;
    margin: 0;
  }
  /* line 735, app/assets/stylesheets/common_sp.scss */
  div#profile ul li.has-child-manu ul li {
    width: 100%;
  }
  /* line 738, app/assets/stylesheets/common_sp.scss */
  div#profile ul li.has-child-manu ul li a {
    padding: 1em;
    color: #009999;
    width: 100%;
    display: block;
    background: url(/assets/icon_arrow-e911fc0f0345c1e02f84ab362903864d0f05add0370560156225906d86161d37.png) right 1em center no-repeat;
  }
  /* line 745, app/assets/stylesheets/common_sp.scss */
  div#profile ul li.has-child-manu ul li a::after {
    content: none;
  }
  /* line 748, app/assets/stylesheets/common_sp.scss */
  div#profile ul li.has-child-manu ul li a::before {
    content: none;
  }
  /* line 751, app/assets/stylesheets/common_sp.scss */
  div#profile ul li.has-child-manu ul li a:hover {
    background: url(/assets/icon_arrow-e911fc0f0345c1e02f84ab362903864d0f05add0370560156225906d86161d37.png) right 1em center no-repeat, #e8f8f7;
  }
  /* line 754, app/assets/stylesheets/common_sp.scss */
  div#profile ul li.has-child-manu ul li {
    background: #cff1f0;
    border-bottom: none;
    margin: 0;
  }
  /* line 759, app/assets/stylesheets/common_sp.scss */
  div#profile ul li.has-child-manu ul li:not(:last-of-type) {
    border-bottom: 1px dashed #009999;
  }
  /*
    サイドパネル　メニュー
-------------------------*/
  /* line 766, app/assets/stylesheets/common_sp.scss */
  #side-panel {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
  }
  /* line 773, app/assets/stylesheets/common_sp.scss */
  #side-panel::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
  }
  /* line 782, app/assets/stylesheets/common_sp.scss */
  #side-panel .saide-panel_inner {
    width: 100%;
  }
  /* line 785, app/assets/stylesheets/common_sp.scss */
  .open-panel #side-panel {
    width: 100%;
  }
  /* メニューボタン　*/
  /* line 789, app/assets/stylesheets/common_sp.scss */
  #side-panel .menu-btn {
    padding: 1em;
    height: 16vw;
    width: 16vw;
    margin: 0;
    cursor: pointer;
  }
  /* line 796, app/assets/stylesheets/common_sp.scss */
  .small-panel #side-panel .menu-btn {
    background: url(/assets/btn_menu_open-4477151c946c4e9470054a5b2bc083bb9926c1eeb20ffa9e3796a61710863e87.png) center center no-repeat;
    background-size: 10.8vw 10.8vw;
    height: 16vw;
    width: 16vw;
    margin: 0;
  }
  /* line 803, app/assets/stylesheets/common_sp.scss */
  .open-panel #side-panel .menu-btn {
    background: url(/assets/btn_menu_close-027e7508e1928a690d71ab07b33581a6443cf960bb10c13da60c0cb57d7f5051.png) center center no-repeat;
    background-size: 10.8vw 10.8vw;
    height: 16vw;
    width: 16vw;
    margin: 0;
  }
  /* line 810, app/assets/stylesheets/common_sp.scss */
  #side-panel .hide-item {
    display: none;
  }
  /* line 813, app/assets/stylesheets/common_sp.scss */
  .open-panel #side-panel .hide-item {
    display: inline-block;
    transition: 0.5s;
    line-height: 50px;
  }
  /* line 818, app/assets/stylesheets/common_sp.scss */
  #side-navigation ul {
    display: none;
    width: 100%;
  }
  /* line 822, app/assets/stylesheets/common_sp.scss */
  #side-navigation li {
    border-bottom: 1px solid #e9e4e4;
  }
  /* line 825, app/assets/stylesheets/common_sp.scss */
  #side-navigation li a {
    font-size: 4.8vw;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0.5em 1em;
  }
  /* line 832, app/assets/stylesheets/common_sp.scss */
  .open-panel #side-navigation ul {
    display: block;
    padding: 4vw;
    background: #fff;
    box-shadow: 0 1.3vw 1.3vw 0 rgba(0, 0, 0, 0.2);
  }
  /* line 838, app/assets/stylesheets/common_sp.scss */
  .open-panel #side-navigation li:hover a {
    background: #84d6d6;
    color: #fff;
  }
  /* line 842, app/assets/stylesheets/common_sp.scss */
  #side-navigation .has-child-manu .child-menu {
    display: none;
    transition-duration: 0.5s;
    transition-timing-function: ease;
    line-height: 50px;
    padding: 0;
  }
  /* line 849, app/assets/stylesheets/common_sp.scss */
  #side-navigation .has-child-manu .child-menu li a {
    color: #666666;
    padding: 0.5em 2em 0.5em 4em;
    background: url(/assets/icon_arrow2-048263d045a76b1dc5ee1c01ccecd151f2a9602d1b702d461ea71fecc7eec6c4.png) right 1em center no-repeat;
  }
  /* line 854, app/assets/stylesheets/common_sp.scss */
  #side-navigation .has-child-manu .child-menu li a:hover {
    background: url(/assets/icon_arrow2-048263d045a76b1dc5ee1c01ccecd151f2a9602d1b702d461ea71fecc7eec6c4.png) right 1em center no-repeat #e6dfdf;
  }
  /* line 859, app/assets/stylesheets/common_sp.scss */
  .side-menu .side-menu-icon {
    width: 50px;
    height: 50px;
    display: inline-block;
  }
  /* line 864, app/assets/stylesheets/common_sp.scss */
  .small-panel #side-navigation .side-menu a {
    position: relative;
  }
  /* メニューアイコン */
  /* line 868, app/assets/stylesheets/common_sp.scss */
  .side-menu .side-menu-icon {
    width: 6.6vw;
    height: 6.6vw;
  }
  /* line 872, app/assets/stylesheets/common_sp.scss */
  .side-menu01 .side-menu-icon {
    background: url(/assets/side-menu01_off-924e6b890e653f13306fd4340a0e9d31f30d123fa69c616629a84604fed33e4a.png) center center no-repeat;
  }
  /* line 875, app/assets/stylesheets/common_sp.scss */
  .side-menu01:hover .side-menu-icon, .open-panel .side-menu01 .side-menu-icon {
    background: url(/assets/side-menu01_on-08295101c50a0419e1c50f3e1d595e52a9548d268b2896b503d690c4aca7e343.png) center center no-repeat;
  }
  /* line 878, app/assets/stylesheets/common_sp.scss */
  .open-panel .side-menu01:hover .side-menu-icon {
    background: url(/assets/side-menu01_hover-be1043bfede1fee902b81c25b3215e4976b494a4ded145e5a27a567b0df76de0.png) center center no-repeat;
  }
  /* line 881, app/assets/stylesheets/common_sp.scss */
  .side-menu02 .side-menu-icon {
    background: url(/assets/side-menu02_off-8f971fa6b2963c94552b61a83ea269439b66e38a2004fb8afc8468e0f844cfad.png) center center no-repeat;
  }
  /* line 884, app/assets/stylesheets/common_sp.scss */
  .side-menu02:hover .side-menu-icon, .open-panel .side-menu02 .side-menu-icon {
    background: url(/assets/side-menu02_on-9a925a3cff7ba4012e1e5f1c2676db7ff93c470546780b122a486c45178ca7bd.png) center center no-repeat;
  }
  /* line 887, app/assets/stylesheets/common_sp.scss */
  .open-panel .side-menu02:hover .side-menu-icon {
    background: url(/assets/side-menu02_hover-7ba50dee96af36049ac81b84ef9f58ed4626183e484984ae4bbb42f982547b67.png) center center no-repeat;
  }
  /* line 890, app/assets/stylesheets/common_sp.scss */
  .side-menu03 .side-menu-icon {
    background: url(/assets/side-menu03_off-d6734bfb1e1fd679e17a42fda3de5ec61bc3a735d1403a6e8e9e340c063cec79.png) center center no-repeat;
  }
  /* line 893, app/assets/stylesheets/common_sp.scss */
  .side-menu03:hover .side-menu-icon, .open-panel .side-menu03 .side-menu-icon {
    background: url(/assets/side-menu03_on-9ed359156212d629f55c47ed7987f92aa666470a62ae89cccdc5dc80b2bf8c0f.png) center center no-repeat;
  }
  /* line 896, app/assets/stylesheets/common_sp.scss */
  .open-panel .side-menu03:hover .side-menu-icon {
    background: url(/assets/side-menu03_hover-918d36a66caa37186462be9a49417fb6dfff45e3d285e7092bad7c08277f4876.png) center center no-repeat;
  }
  /* line 899, app/assets/stylesheets/common_sp.scss */
  .side-menu04 .side-menu-icon {
    background: url(/assets/side-menu04_off-703bc81596985cda06c6cdf4f859859e72ab889d4bc2191a4cbc6851b050b140.png) center center no-repeat;
  }
  /* line 902, app/assets/stylesheets/common_sp.scss */
  .side-menu04:hover .side-menu-icon, .open-panel .side-menu04 .side-menu-icon {
    background: url(/assets/side-menu04_on-e41884382ccfc4ba55013d398f4cd6459d87e777183443c742c4167899d29ee5.png) center center no-repeat;
  }
  /* line 905, app/assets/stylesheets/common_sp.scss */
  .open-panel .side-menu04:hover .side-menu-icon {
    background: url(/assets/side-menu04_hover-3772be7a12949320ce90379041bf2e4ea8d273536459b24b2731154c6e381c83.png) center center no-repeat;
  }
  /* line 908, app/assets/stylesheets/common_sp.scss */
  .side-menu05 .side-menu-icon {
    background: url(/assets/side-menu05_off-125fc548427f8105efaa9f945c6080f86781197d42968ee67e3a9dedae2493b4.png) center center no-repeat;
  }
  /* line 911, app/assets/stylesheets/common_sp.scss */
  .side-menu05:hover .side-menu-icon, .open-panel .side-menu05 .side-menu-icon {
    background: url(/assets/side-menu05_on-2b1e14409f38ef09db8b8af2a41443b261b975419becc1d1c15c0b4cf70a8430.png) center center no-repeat;
  }
  /* line 914, app/assets/stylesheets/common_sp.scss */
  .open-panel .side-menu05:hover .side-menu-icon {
    background: url(/assets/side-menu05_hover-a36384d254051651fb47956b694e53f7c7b325434217469dea801406da8065d4.png) center center no-repeat;
  }
  /* line 917, app/assets/stylesheets/common_sp.scss */
  .side-menu06 .side-menu-icon {
    background: url(/assets/side-menu06_off-5dcfb1341d55c3fde8a9ddafda2754441fae8f8bb46088bb7a313b5365d871ee.png) center center no-repeat;
  }
  /* line 920, app/assets/stylesheets/common_sp.scss */
  .side-menu06:hover .side-menu-icon, .open-panel .side-menu06 .side-menu-icon {
    background: url(/assets/side-menu06_on-7124e3ee70e4ff2d2ccf7cf18c748f44d0121a3980387bf754cf7cc5b15c1517.png) center center no-repeat;
  }
  /* line 923, app/assets/stylesheets/common_sp.scss */
  .open-panel .side-menu06:hover .side-menu-icon {
    background: url(/assets/side-menu06_hover-425d9eaec2671b02d1423a5587f0ba9fbafb2772199dbd7c70c9770430630a8d.png) center center no-repeat;
  }
  /* パネルオープン時　*/
  /* line 927, app/assets/stylesheets/common_sp.scss */
  .open-panel #side-navigation .side-menu {
    background: #e7f8f7;
    font-weight: bold;
  }
  /* line 931, app/assets/stylesheets/common_sp.scss */
  .open-panel #side-navigation .side-menu, .open-panel #side-navigation .side-menu.has-child-manu {
    border-bottom: 1px solid #fff;
  }
  /* line 934, app/assets/stylesheets/common_sp.scss */
  .open-panel #side-navigation .side-menu ul {
    box-shadow: none;
    font-weight: normal;
  }
  /* line 938, app/assets/stylesheets/common_sp.scss */
  .open-panel #side-navigation .child-menu li:last-of-type {
    border-bottom: none;
  }
  /*
        フッター
-------------------------*/
  /* line 944, app/assets/stylesheets/common_sp.scss */
  #site-footer {
    padding: 1em;
    background: url(/assets/bg_footer-5e79cc30f0ab61a66f3b211bffddcb24d1688eab358f8db865bfc17372ef06ed.jpg) center top no-repeat;
    background-size: cover;
    z-index: 500;
    position: relative;
    color: #fff;
  }
  /* line 952, app/assets/stylesheets/common_sp.scss */
  #site-footer #footer-navigation {
    margin: 1em auto;
  }
  /* line 955, app/assets/stylesheets/common_sp.scss */
  #site-footer #footer-navigation ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  /* line 960, app/assets/stylesheets/common_sp.scss */
  #site-footer #footer-navigation ul a {
    padding: 0 1em;
    line-height: 2;
    position: relative;
    font-size: 3.4vw;
  }
  /* line 966, app/assets/stylesheets/common_sp.scss */
  #site-footer #footer-navigation ul a::after {
    position: absolute;
    bottom: -0.2em;
    left: 50%;
    content: '';
    width: 0;
    height: 1px;
    background-color: #fff;
    transition: 0.5s;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  /* line 978, app/assets/stylesheets/common_sp.scss */
  #site-footer #footer-navigation ul a:hover::after {
    position: absolute;
    bottom: -0.2em;
    left: 50%;
    content: '';
    width: 80%;
    height: 1px;
    background-color: #fff;
    transition: 0.5s;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  /* line 990, app/assets/stylesheets/common_sp.scss */
  #site-footer #footer-navigation ul li:nth-of-type(odd)::after {
    position: absolute;
    content: "/";
    display: inline-block;
    line-height: 2;
  }
  /* line 996, app/assets/stylesheets/common_sp.scss */
  p.copyright {
    text-align: center;
  }
  /*
        ログイン画面
-------------------------*/
  /* line 1002, app/assets/stylesheets/common_sp.scss */
  .login-form {
    margin: 0 auto;
    padding: 50px 0 0;
    width: 100%;
    max-width: 405px;
  }
  /* line 1008, app/assets/stylesheets/common_sp.scss */
  .login-form-area {
    margin: 0 auto;
  }
  /* line 1011, app/assets/stylesheets/common_sp.scss */
  .tabs {
    margin: 0 auto;
    width: 700px;
  }
  /* line 1015, app/assets/stylesheets/common_sp.scss */
  .login-form-item {
    display: inline-block;
    width: 350px;
    height: 70px;
    background-color: #fff;
    box-sizing: border-box;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    line-height: 70px;
    transition: all 0.2s ease;
    border-top: 3px solid #f27a04;
    border-left: 3px solid #f27a04;
    border-right: 3px solid #f27a04;
    box-shadow: 0px 1px 3px 0px rgba(151, 151, 151, 0.48);
  }
  /* line 1031, app/assets/stylesheets/common_sp.scss */
  .login-form-item:not(:last-of-type) {
    margin-right: 2%;
  }
  /* line 1034, app/assets/stylesheets/common_sp.scss */
  .login-form-content {
    margin-top: 14px;
    overflow: hidden;
  }
  /* line 1038, app/assets/stylesheets/common_sp.scss */
  .login-form-area .login-title {
    margin-top: 50px;
    font-size: 24px;
  }
  /* line 1042, app/assets/stylesheets/common_sp.scss */
  .login-form-content p:not(:last-of-type) {
    margin-bottom: 1em;
  }
  /* line 1045, app/assets/stylesheets/common_sp.scss */
  .login-form-content .input-label {
    font-size: 1.2em;
  }
  /* line 1048, app/assets/stylesheets/common_sp.scss */
  .login-form-content .input-form {
    padding: 1em;
    box-sizing: border-box;
    width: 100%;
    height: 8vw;
    border: 1px solid #666666;
    background-color: #fff;
    color: #444;
  }
  /* line 1057, app/assets/stylesheets/common_sp.scss */
  .login-form-content .input-form:focus, .login-form-content .input-form:active {
    border: 3px solid #77dad4;
    outline-offset: -3px;
    outline: 0;
  }
  /* line 1062, app/assets/stylesheets/common_sp.scss */
  #login-button {
    width: 24vw;
    height: 6.6vw;
    line-height: 6.6vw;
    background: #009899;
    text-align: center;
    color: #fff;
    font-size: 3.2vw;
    margin: 4vw auto 1.3vw;
    display: block;
    border-radius: 3px;
    border: 3px outset #8ad0d0;
  }
  /* チェックボックス */
  /* line 1076, app/assets/stylesheets/common_sp.scss */
  .login-form .memory {
    display: block;
    font-weight: bold;
    margin-top: 1em;
    text-align: center;
  }
  /* line 1082, app/assets/stylesheets/common_sp.scss */
  .login-form .memory:hover {
    cursor: pointer;
    font-size: 1.02em;
    transition: 0.2s;
  }
  /* line 1087, app/assets/stylesheets/common_sp.scss */
  .login-form .memory-checkbox {
    display: none;
  }
  /* line 1090, app/assets/stylesheets/common_sp.scss */
  .login-form .checkbox-label {
    padding-left: 1.5em;
    position: relative;
  }
  /* line 1094, app/assets/stylesheets/common_sp.scss */
  .login-form .checkbox-label::before {
    content: "";
    display: block;
    position: absolute;
    top: 0.15em;
    left: 0;
    width: 1em;
    height: 1em;
    border: 1px solid #666666;
    background-color: #fff;
  }
  /* line 1105, app/assets/stylesheets/common_sp.scss */
  .memory-checkbox:checked + .checkbox-label::after {
    content: "";
    display: block;
    position: absolute;
    top: 0.3em;
    left: 0.1em;
    width: 0.75em;
    height: 0.7em;
    background-color: #009899;
  }
  /* line 1115, app/assets/stylesheets/common_sp.scss */
  #login-button {
    width: 180px;
    height: 50px;
    background: #009899;
    text-align: center;
    color: #fff;
    font-size: 1.2em;
    margin: 30px auto 10px;
    display: block;
    border-radius: 3px;
    border: 3px outset #8ad0d0;
  }
  /* line 1127, app/assets/stylesheets/common_sp.scss */
  #login-button:hover {
    opacity: 0.8;
  }
  /* line 1130, app/assets/stylesheets/common_sp.scss */
  .login-bottom-link {
    margin: 2em auto;
    text-align: center;
  }
  /* line 1134, app/assets/stylesheets/common_sp.scss */
  .login-bottom-link p {
    margin-bottom: 0.5em;
    text-align: center;
  }
  /* line 1138, app/assets/stylesheets/common_sp.scss */
  .login-bottom-link a:hover {
    font-size: 1.1em;
    font-weight: bold;
    transition: 0.2s;
  }
  /* line 1143, app/assets/stylesheets/common_sp.scss */
  .arrow {
    position: relative;
    padding-right: 2em;
  }
  /* line 1147, app/assets/stylesheets/common_sp.scss */
  .arrow::before {
    content: "";
    width: 0.8em;
    height: 0.6em;
    position: absolute;
    top: 0;
    bottom: 0;
    right: -0.05em;
    margin: auto;
    box-sizing: border-box;
    border: 0.3em solid transparent;
    border-left: 0.4em solid #fff;
    /* 好みで色を変えてください */
    z-index: 2;
  }
  /* line 1161, app/assets/stylesheets/common_sp.scss */
  .arrow::after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    content: "";
    width: 1.2em;
    height: 1.2em;
    border: 1px solid #fff;
    /* 好みで色を変えてください */
    border-radius: 50%;
    background: #7fd1cf;
    z-index: 1;
  }
  /*
      編集画面1  
-------------------------*/
  /*　表示・非表示切り替え　*/
  /* line 1179, app/assets/stylesheets/common_sp.scss */
  h3.btn_panel-swich {
    margin: 0;
    color: #fff;
    padding: 0.5em 3em 0.5em 1em;
    background: url(/assets/icon_arrow6-813189f20dcc51354d84e2bda1505c1fc03a844513a8186e7653b4726994973a.png) right 1em center no-repeat, #23b5b0;
    cursor: pointer;
  }
  /* line 1186, app/assets/stylesheets/common_sp.scss */
  h3.btn_panel-swich.close {
    background: url(/assets/icon_arrow5-6a5be1031250d46f2e367e594c97815bddb7947c4ac04cf91bee07b0e7b511dd.png) right 1em center no-repeat, #23b5b0;
    margin-bottom: 1em;
  }
  /* line 1190, app/assets/stylesheets/common_sp.scss */
  .btn_panel-swich.close + table.form-wrap {
    display: none;
    transition: 0.5;
  }
  /*
      編集画面２  
-------------------------*/
  /* line 1197, app/assets/stylesheets/common_sp.scss */
  .edit-page2 .form-content {
    max-width: 850px;
    margin: 0 auto;
  }
  /* line 1201, app/assets/stylesheets/common_sp.scss */
  h3.tab-title {
    width: 100%;
    border-bottom: 2px solid #23b5b0;
    margin: 0;
  }
  /* line 1206, app/assets/stylesheets/common_sp.scss */
  h3.tab-title span {
    min-width: 200px;
    text-align: center;
    color: #fff;
    padding: 1em;
    background: #23b5b0;
    border-radius: 5px 5px 0 0;
    display: inline-block;
  }
  /* line 1215, app/assets/stylesheets/common_sp.scss */
  table.form-wrap2 {
    width: 100%;
  }
  /* line 1218, app/assets/stylesheets/common_sp.scss */
  table.form-wrap2 td {
    padding: 1.25em;
    background: #fbfafa;
    display: block;
    width: 100%;
  }
  /* line 1224, app/assets/stylesheets/common_sp.scss */
  table.form-wrap2 th {
    padding: 1em;
    text-align: left;
    vertical-align: middle;
    background: #e7f8f7;
    color: #23b5b0;
    width: 100%;
    display: block;
  }
  /* line 1233, app/assets/stylesheets/common_sp.scss */
  .form-area table.form-wrap2 .form-parts {
    margin-bottom: 0;
  }
  /* line 1236, app/assets/stylesheets/common_sp.scss */
  .edit-page2 .form-area input[type=text] {
    width: 100%;
    max-width: 100%;
  }
  /* line 1240, app/assets/stylesheets/common_sp.scss */
  .edit-page2 .form-area select.select-list {
    width: 100%;
    max-width: 100%;
  }
  /* line 1244, app/assets/stylesheets/common_sp.scss */
  .edit-page2 .form-area textarea {
    width: 100%;
    max-width: 100%;
  }
  /*
       一覧画面 
-------------------------*/
  /* line 1251, app/assets/stylesheets/common_sp.scss */
  .btn_sign-up {
    width: 60vw;
    display: block;
    margin: 0 auto 6.6vw;
    text-align: center;
    padding: 0.5em 1em;
    letter-spacing: 0.2em;
    font-size: 4.2vw;
    color: #23b5b0;
    font-weight: bold;
    border: 1px solid #339999;
    border-radius: 1.3vw;
    background: linear-gradient(#d5f4f4 0%, #fff 100%);
    transition: 0.2s;
  }
  /* line 1266, app/assets/stylesheets/common_sp.scss */
  .btn_sign-up:hover {
    background: linear-gradient(#fff 0%, #d5f4f4 100%);
    transition: 0.2s;
  }
  /* line 1270, app/assets/stylesheets/common_sp.scss */
  .search-box {
    max-width: 650px;
    margin: 0 auto 8vw;
    border: 1px solid #666666;
    border-radius: 5px;
    overflow: hidden;
  }
  /* line 1277, app/assets/stylesheets/common_sp.scss */
  .search-box h3.search-title {
    margin: 0;
    padding: 1em 1em 1em 3em;
    width: 100%;
    font-size: 1.15em;
    letter-spacing: 0.15em;
    background: url(/assets/icon_search-b080563b70a81c94c0a1e993e0591e0e31fdda9100e8258a3f434f638ab50d15.png) left 1em center no-repeat, url(/assets/icon_arrow4-c7bfd717873efe99d8c423d4cd2584339592e6c5f789f81bc83bc9f1a3dcead3.png) right 1em center no-repeat, #f7f4f4;
    cursor: pointer;
  }
  /* line 1286, app/assets/stylesheets/common_sp.scss */
  .search-box.close h3.search-title {
    background: url(/assets/icon_search-b080563b70a81c94c0a1e993e0591e0e31fdda9100e8258a3f434f638ab50d15.png) left 1em center no-repeat, url(/assets/icon_arrow3-1221254f9c3163a1866136a9f71de33477844e4c18259c06155c68e54aa418a7.png) right 1em center no-repeat, #f7f4f4;
  }
  /* line 1289, app/assets/stylesheets/common_sp.scss */
  .search-box .search-panel {
    padding: 1em;
    margin: 0 auto;
    max-width: 100%;
    transition: 0.5s;
  }
  /* line 1295, app/assets/stylesheets/common_sp.scss */
  .search-box.close .search-panel {
    display: none;
    transition: 0.5s;
  }
  /* line 1299, app/assets/stylesheets/common_sp.scss */
  .search-box .search-panel .form-control {
    display: flex;
    flex-direction: column;
  }
  /* line 1303, app/assets/stylesheets/common_sp.scss */
  .search-box .search-panel .form-control p.title {
    width: 100%;
    font-weight: bold;
  }
  /* line 1307, app/assets/stylesheets/common_sp.scss */
  .search-box .search-panel .form-control .form-parts {
    flex: 1;
    margin: 1em 0;
    display: block;
  }
  /* line 1312, app/assets/stylesheets/common_sp.scss */
  .search-box .search-panel .form-control .form-parts input[type=text] {
    line-height: 2.2em;
    width: 100%;
    max-width: 100%;
  }
  /* line 1317, app/assets/stylesheets/common_sp.scss */
  .search-box .search-panel .form-control .form-parts select.select-list {
    line-height: 2.2em;
    width: 100%;
    max-width: 100%;
    background: url(/assets/icon_arrow-list2-18a440b9fb0d241dc6735c4063eff068f2ebe555eaa4a74859a96cd140263428.png) right center no-repeat #fff;
    background-size: auto 100%;
  }
  /* line 1324, app/assets/stylesheets/common_sp.scss */
  .search-box .check-group {
    padding-left: 0;
    width: 100%;
    max-width: 100%;
  }
  /* line 1329, app/assets/stylesheets/common_sp.scss */
  .search-box .check-group label {
    display: inline-block;
  }
  /* line 1332, app/assets/stylesheets/common_sp.scss */
  .search-box .btn-area {
    text-align: center;
    margin: 2em auto 1.5em;
  }
  /* line 1336, app/assets/stylesheets/common_sp.scss */
  .search-box .btn-area .btn_clear {
    text-align: center;
    color: #666666;
    font-size: 1.2em;
    letter-spacing: 0.2em;
    width: 24vw;
    height: 8vw;
    line-height: 8vw;
    border: 1px solid #999999;
    border-radius: 5px;
    background: linear-gradient(#e4e7e7 0%, #fff 100%);
    margin: 1.3vw;
    transition: 0.2s;
  }
  /* line 1350, app/assets/stylesheets/common_sp.scss */
  .search-box .btn-area .btn_clear:hover {
    background: linear-gradient(#fff 0%, #e4e7e7 100%);
    transition: 0.2s;
  }
  /* line 1354, app/assets/stylesheets/common_sp.scss */
  .search-box .btn-area .btn_search {
    text-align: center;
    font-size: 1.3em;
    font-weight: bold;
    color: #23b5b0;
    letter-spacing: 0.5em;
    width: 24vw;
    height: 8vw;
    line-height: 8vw;
    border: 1px solid #23b5b0;
    border-radius: 5px;
    background: linear-gradient(#d5f4f4 0%, #fff 100%);
    margin: 1.3vw;
  }
  /* line 1368, app/assets/stylesheets/common_sp.scss */
  .search-box .btn-area .btn_search:hover {
    background: linear-gradient(#fff 0%, #d5f4f4 100%);
    transition: 0.2s;
  }
  /* line 1372, app/assets/stylesheets/common_sp.scss */
  .search-box .btn-area .btn_search img {
    width: 4vw;
    height: 4vw;
    vertical-align: middle;
    margin-right: 0.2em;
  }
  /* 一覧表　*/
  /* line 1379, app/assets/stylesheets/common_sp.scss */
  .list-box {
    width: 100%;
    margin: 0 auto 6.6vw;
  }
  /* line 1383, app/assets/stylesheets/common_sp.scss */
  .list-box table {
    width: 100%;
    font-size: 3.2vw;
  }
  /* line 1387, app/assets/stylesheets/common_sp.scss */
  .list-box table tr:first-child {
    display: none;
  }
  /* line 1390, app/assets/stylesheets/common_sp.scss */
  .list-box table tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 90vw;
    max-width: 100%;
    flex-wrap: wrap;
    margin: 0 auto 4vw;
    border: 1px solid #999999;
    border-radius: 1.3vw;
    overflow: hidden;
  }
  /* line 1402, app/assets/stylesheets/common_sp.scss */
  .list-box table th {
    background: #23b5b0;
    color: #fff;
    padding: 1em 0.5em;
  }
  /* line 1407, app/assets/stylesheets/common_sp.scss */
  .list-box table .userImage {
    width: 50%;
    display: flex;
    order: 1;
    align-items: center;
  }
  /* line 1413, app/assets/stylesheets/common_sp.scss */
  .list-box table .userImage .user-icon {
    border-radius: 50%;
  }
  /* line 1416, app/assets/stylesheets/common_sp.scss */
  .list-box table .userImage .user-icon img {
    width: 8.6vw;
    height: 8.6vw;
    border-radius: 50%;
    margin: 1.5vw;
  }
  /* line 1422, app/assets/stylesheets/common_sp.scss */
  .list-box table .userImage .user-name {
    padding: 0.5em;
  }
  /* line 1425, app/assets/stylesheets/common_sp.scss */
  .list-box table .btn-area {
    width: 50%;
    display: block;
    order: 2;
    text-align: center;
    margin: 0.5em auto;
  }
  /* line 1432, app/assets/stylesheets/common_sp.scss */
  .list-box table tr td.data {
    max-width: 100%;
    width: 100%;
    display: flex;
    border-top: 1px solid #999999;
  }
  /* line 1438, app/assets/stylesheets/common_sp.scss */
  .list-box table tr td.data .title {
    max-width: 40%;
    width: 40%;
    padding: 0.75em 0.5em;
    background: #23b5b0;
    color: #fff;
  }
  /* line 1445, app/assets/stylesheets/common_sp.scss */
  .list-box table tr td.data .data-in {
    max-width: 60%;
    width: 60%;
    padding: 0.75em 0.5em;
  }
  /* line 1450, app/assets/stylesheets/common_sp.scss */
  .list-box table tr td.data1 {
    order: 3;
  }
  /* line 1453, app/assets/stylesheets/common_sp.scss */
  .list-box table tr td.data2 {
    order: 4;
  }
  /* line 1456, app/assets/stylesheets/common_sp.scss */
  .list-box table tr td.data3 {
    order: 5;
  }
  /* line 1459, app/assets/stylesheets/common_sp.scss */
  .list-box table tr td.data4 {
    order: 6;
  }
  /* line 1462, app/assets/stylesheets/common_sp.scss */
  .list-box table tr td.data5 {
    order: 7;
  }
  /* line 1465, app/assets/stylesheets/common_sp.scss */
  .list-box table tr td.data6 {
    order: 8;
  }
  /* line 1468, app/assets/stylesheets/common_sp.scss */
  .list-box table tr td:hover .data-in {
    background: #e5f6f6;
  }
  /* line 1471, app/assets/stylesheets/common_sp.scss */
  .btn-edit {
    padding: 0.6em 1.5em 0.4em 1.5em;
    border: 1px solid #999999;
    letter-spacing: 0.25em;
    border-radius: 5px;
    background: #fff;
    margin: 3px;
  }
  /* line 1479, app/assets/stylesheets/common_sp.scss */
  .btn-preview {
    padding: 0.6em 1.5em 0.4em 1.5em;
    background: linear-gradient(#fff 0%, rgba(0, 0, 0, 0.1) 100%);
    border: 1px solid #999999;
    letter-spacing: 0.25em;
    border-radius: 5px;
    margin: 3px;
  }
  /* line 1487, app/assets/stylesheets/common_sp.scss */
  .btn-edit:hover, .btn-preview:hover {
    border: 2px solid #999999;
    font-weight: bold;
    margin: 2px;
    transition: 0.2s;
  }
}
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */

/* Reset box-model and set borders */
/* ============================================ */

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

/* Document */
/* ============================================ */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */

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

/* Lists (definition) */
/* ============================================ */

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content */
/* ============================================ */

/**
 * Prevent vertical alignment issues.
 */

img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */

/**
 * Reset form fields to make them styleable
 */

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */

[type="checkbox"] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

[type="radio"] {
  -webkit-appearance: radio;
  appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

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

button[disabled],
[type="button"][disabled],
[type="reset"][disabled],
[type="submit"][disabled] {
  cursor: default;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */

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

/**
 * Remove padding
 */

option {
  padding: 0;
}

/**
 * Reset to invisible
 */

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */

[type="search"] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Clickable labels
 */

label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */

[contenteditable] {
  outline: none;
}

/* Table */
/* ============================================ */

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

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/* Misc */
/* ============================================ */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}
/*! jQuery UI - v1.12.1 - 2016-09-14
* http://jqueryui.com
* Includes: core.css, accordion.css, autocomplete.css, menu.css, button.css, controlgroup.css, checkboxradio.css, datepicker.css, dialog.css, draggable.css, resizable.css, progressbar.css, selectable.css, selectmenu.css, slider.css, sortable.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Verdana%2CArial%2Csans-serif&fwDefault=normal&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=cccccc&bgTextureHeader=highlight_soft&bgImgOpacityHeader=75&borderColorHeader=aaaaaa&fcHeader=222222&iconColorHeader=222222&bgColorContent=ffffff&bgTextureContent=flat&bgImgOpacityContent=75&borderColorContent=aaaaaa&fcContent=222222&iconColorContent=222222&bgColorDefault=e6e6e6&bgTextureDefault=glass&bgImgOpacityDefault=75&borderColorDefault=d3d3d3&fcDefault=555555&iconColorDefault=888888&bgColorHover=dadada&bgTextureHover=glass&bgImgOpacityHover=75&borderColorHover=999999&fcHover=212121&iconColorHover=454545&bgColorActive=ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=aaaaaa&fcActive=212121&iconColorActive=454545&bgColorHighlight=fbf9ee&bgTextureHighlight=glass&bgImgOpacityHighlight=55&borderColorHighlight=fcefa1&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=fef1ec&bgTextureError=glass&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
* Copyright jQuery Foundation and other contributors; Licensed MIT */
/* Layout helpers
----------------------------------*/
/* line 9, app/assets/stylesheets/jquery-ui.scss */
.ui-helper-hidden {
  display: none;
}

/* line 12, app/assets/stylesheets/jquery-ui.scss */
.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/* line 22, app/assets/stylesheets/jquery-ui.scss */
.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}

/* line 32, app/assets/stylesheets/jquery-ui.scss */
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse;
}

/* line 38, app/assets/stylesheets/jquery-ui.scss */
.ui-helper-clearfix:after {
  clear: both;
}

/* line 41, app/assets/stylesheets/jquery-ui.scss */
.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0);
  /* support: IE8 */
}

/* line 51, app/assets/stylesheets/jquery-ui.scss */
.ui-front {
  z-index: 100;
}

/* Interaction Cues
----------------------------------*/
/* line 58, app/assets/stylesheets/jquery-ui.scss */
.ui-state-disabled {
  cursor: default !important;
  pointer-events: none;
}

/* Icons
----------------------------------*/
/* line 66, app/assets/stylesheets/jquery-ui.scss */
.ui-icon {
  display: inline-block;
  vertical-align: middle;
  margin-top: -.25em;
  position: relative;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}

/* line 76, app/assets/stylesheets/jquery-ui.scss */
.ui-widget-icon-block {
  left: 50%;
  margin-left: -8px;
  display: block;
}

/* Misc visuals
----------------------------------*/
/* Overlays */
/* line 86, app/assets/stylesheets/jquery-ui.scss */
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 93, app/assets/stylesheets/jquery-ui.scss */
.ui-accordion .ui-accordion-header {
  display: block;
  cursor: pointer;
  position: relative;
  margin: 2px 0 0 0;
  padding: .5em .5em .5em .7em;
  font-size: 100%;
}

/* line 101, app/assets/stylesheets/jquery-ui.scss */
.ui-accordion .ui-accordion-content {
  padding: 1em 2.2em;
  border-top: 0;
  overflow: auto;
}

/* line 106, app/assets/stylesheets/jquery-ui.scss */
.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default;
}

/* line 112, app/assets/stylesheets/jquery-ui.scss */
.ui-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  outline: 0;
}

/* line 119, app/assets/stylesheets/jquery-ui.scss */
.ui-menu .ui-menu {
  position: absolute;
}

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

/* line 128, app/assets/stylesheets/jquery-ui.scss */
.ui-menu .ui-menu-item-wrapper {
  position: relative;
  padding: 3px 1em 3px .4em;
}

/* line 132, app/assets/stylesheets/jquery-ui.scss */
.ui-menu .ui-menu-divider {
  margin: 5px 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-width: 1px 0 0 0;
}

/* line 139, app/assets/stylesheets/jquery-ui.scss */
.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
  margin: -1px;
}

/* icon support */
/* line 145, app/assets/stylesheets/jquery-ui.scss */
.ui-menu-icons {
  position: relative;
}

/* line 148, app/assets/stylesheets/jquery-ui.scss */
.ui-menu-icons .ui-menu-item-wrapper {
  padding-left: 2em;
}

/* left-aligned */
/* line 153, app/assets/stylesheets/jquery-ui.scss */
.ui-menu .ui-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: .2em;
  margin: auto 0;
}

/* right-aligned */
/* line 162, app/assets/stylesheets/jquery-ui.scss */
.ui-menu .ui-menu-icon {
  left: auto;
  right: 0;
}

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

/* line 184, app/assets/stylesheets/jquery-ui.scss */
.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
  text-decoration: none;
}

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

/* no icon support for input elements */
/* line 201, app/assets/stylesheets/jquery-ui.scss */
input.ui-button.ui-button-icon-only {
  text-indent: 0;
}

/* button icon element(s) */
/* line 206, app/assets/stylesheets/jquery-ui.scss */
.ui-button-icon-only .ui-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -8px;
  margin-left: -8px;
}

/* line 214, app/assets/stylesheets/jquery-ui.scss */
.ui-button.ui-icon-notext .ui-icon {
  padding: 0;
  width: 2.1em;
  height: 2.1em;
  text-indent: -9999px;
  white-space: nowrap;
}

/* line 223, app/assets/stylesheets/jquery-ui.scss */
input.ui-button.ui-icon-notext .ui-icon {
  width: auto;
  height: auto;
  text-indent: 0;
  white-space: normal;
  padding: .4em 1em;
}

/* workarounds */
/* Support: Firefox 5 - 40 */
/* line 233, app/assets/stylesheets/jquery-ui.scss */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/* line 238, app/assets/stylesheets/jquery-ui.scss */
.ui-controlgroup {
  vertical-align: middle;
  display: inline-block;
}

/* line 242, app/assets/stylesheets/jquery-ui.scss */
.ui-controlgroup > .ui-controlgroup-item {
  float: left;
  margin-left: 0;
  margin-right: 0;
}

/* line 247, app/assets/stylesheets/jquery-ui.scss */
.ui-controlgroup > .ui-controlgroup-item:focus,
.ui-controlgroup > .ui-controlgroup-item.ui-visual-focus {
  z-index: 9999;
}

/* line 251, app/assets/stylesheets/jquery-ui.scss */
.ui-controlgroup-vertical > .ui-controlgroup-item {
  display: block;
  float: none;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  text-align: left;
}

/* line 259, app/assets/stylesheets/jquery-ui.scss */
.ui-controlgroup-vertical .ui-controlgroup-item {
  box-sizing: border-box;
}

/* line 262, app/assets/stylesheets/jquery-ui.scss */
.ui-controlgroup .ui-controlgroup-label {
  padding: .4em 1em;
}

/* line 265, app/assets/stylesheets/jquery-ui.scss */
.ui-controlgroup .ui-controlgroup-label span {
  font-size: 80%;
}

/* line 268, app/assets/stylesheets/jquery-ui.scss */
.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item {
  border-left: none;
}

/* line 271, app/assets/stylesheets/jquery-ui.scss */
.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item {
  border-top: none;
}

/* line 274, app/assets/stylesheets/jquery-ui.scss */
.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
  border-right: none;
}

/* line 277, app/assets/stylesheets/jquery-ui.scss */
.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
  border-bottom: none;
}

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

/* line 288, app/assets/stylesheets/jquery-ui.scss */
.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
  border-top-style: solid;
}

/* line 292, app/assets/stylesheets/jquery-ui.scss */
.ui-checkboxradio-label .ui-icon-background {
  box-shadow: inset 1px 1px 1px #ccc;
  border-radius: .12em;
  border: none;
}

/* line 297, app/assets/stylesheets/jquery-ui.scss */
.ui-checkboxradio-radio-label .ui-icon-background {
  width: 16px;
  height: 16px;
  border-radius: 1em;
  overflow: visible;
  border: none;
}

/* line 304, app/assets/stylesheets/jquery-ui.scss */
.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,
.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
  background-image: none;
  width: 8px;
  height: 8px;
  border-width: 4px;
  border-style: solid;
}

/* line 312, app/assets/stylesheets/jquery-ui.scss */
.ui-checkboxradio-disabled {
  pointer-events: none;
}

/* line 315, app/assets/stylesheets/jquery-ui.scss */
.ui-datepicker {
  width: 17em;
  padding: .2em .2em 0;
  display: none;
}

/* line 320, app/assets/stylesheets/jquery-ui.scss */
.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: .2em 0;
}

/* line 324, app/assets/stylesheets/jquery-ui.scss */
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
}

/* line 331, app/assets/stylesheets/jquery-ui.scss */
.ui-datepicker a.ui-datepicker-prev,
.ui-datepicker a.ui-datepicker-next {
  color: #212121;
}

/* line 335, app/assets/stylesheets/jquery-ui.scss */
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
  top: 1px;
}

/* line 339, app/assets/stylesheets/jquery-ui.scss */
.ui-datepicker .ui-datepicker-prev {
  left: 2px;
}

/* line 342, app/assets/stylesheets/jquery-ui.scss */
.ui-datepicker .ui-datepicker-next {
  right: 2px;
}

/* line 345, app/assets/stylesheets/jquery-ui.scss */
.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px;
}

/* line 348, app/assets/stylesheets/jquery-ui.scss */
.ui-datepicker .ui-datepicker-next-hover {
  right: 1px;
}

/* line 351, app/assets/stylesheets/jquery-ui.scss */
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
}

/* line 360, app/assets/stylesheets/jquery-ui.scss */
.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}

/* line 365, app/assets/stylesheets/jquery-ui.scss */
.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}

/* line 369, app/assets/stylesheets/jquery-ui.scss */
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 45%;
}

/* line 373, app/assets/stylesheets/jquery-ui.scss */
.ui-datepicker table {
  width: 100%;
  font-size: .9em;
  border-collapse: collapse;
  margin: 0 0 .4em;
}

/* line 379, app/assets/stylesheets/jquery-ui.scss */
.ui-datepicker th {
  padding: .7em .3em;
  text-align: center;
  font-weight: bold;
  border: 0;
}

/* line 385, app/assets/stylesheets/jquery-ui.scss */
.ui-datepicker td {
  border: 0;
  padding: 1px;
}

/* line 389, app/assets/stylesheets/jquery-ui.scss */
.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: .2em;
  text-align: right;
  text-decoration: none;
}

/* line 396, app/assets/stylesheets/jquery-ui.scss */
.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: .7em 0 0 0;
  padding: 0 .2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}

/* line 404, app/assets/stylesheets/jquery-ui.scss */
.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: .5em .2em .4em;
  cursor: pointer;
  padding: .2em .6em .3em .6em;
  width: auto;
  overflow: visible;
}

/* line 412, app/assets/stylesheets/jquery-ui.scss */
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}

/* with multiple calendars */
/* line 417, app/assets/stylesheets/jquery-ui.scss */
.ui-datepicker.ui-datepicker-multi {
  width: auto;
}

/* line 420, app/assets/stylesheets/jquery-ui.scss */
.ui-datepicker-multi .ui-datepicker-group {
  float: left;
}

/* line 423, app/assets/stylesheets/jquery-ui.scss */
.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto .4em;
}

/* line 427, app/assets/stylesheets/jquery-ui.scss */
.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}

/* line 430, app/assets/stylesheets/jquery-ui.scss */
.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}

/* line 433, app/assets/stylesheets/jquery-ui.scss */
.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}

/* line 436, app/assets/stylesheets/jquery-ui.scss */
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}

/* line 440, app/assets/stylesheets/jquery-ui.scss */
.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}

/* line 443, app/assets/stylesheets/jquery-ui.scss */
.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0;
}

/* RTL support */
/* line 450, app/assets/stylesheets/jquery-ui.scss */
.ui-datepicker-rtl {
  direction: rtl;
}

/* line 453, app/assets/stylesheets/jquery-ui.scss */
.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto;
}

/* line 457, app/assets/stylesheets/jquery-ui.scss */
.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}

/* line 461, app/assets/stylesheets/jquery-ui.scss */
.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto;
}

/* line 465, app/assets/stylesheets/jquery-ui.scss */
.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto;
}

/* line 469, app/assets/stylesheets/jquery-ui.scss */
.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}

/* line 472, app/assets/stylesheets/jquery-ui.scss */
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}

/* line 475, app/assets/stylesheets/jquery-ui.scss */
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}

/* line 479, app/assets/stylesheets/jquery-ui.scss */
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}

/* Icons */
/* line 486, app/assets/stylesheets/jquery-ui.scss */
.ui-datepicker .ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
  left: .5em;
  top: .3em;
}

/* line 494, app/assets/stylesheets/jquery-ui.scss */
.ui-dialog {
  position: absolute;
  top: 0;
  left: 0;
  padding: .2em;
  outline: 0;
}

/* line 501, app/assets/stylesheets/jquery-ui.scss */
.ui-dialog .ui-dialog-titlebar {
  padding: .4em 1em;
  position: relative;
}

/* line 505, app/assets/stylesheets/jquery-ui.scss */
.ui-dialog .ui-dialog-title {
  float: left;
  margin: .1em 0;
  white-space: nowrap;
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 513, app/assets/stylesheets/jquery-ui.scss */
.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: .3em;
  top: 50%;
  width: 20px;
  margin: -10px 0 0 0;
  padding: 1px;
  height: 20px;
}

/* line 522, app/assets/stylesheets/jquery-ui.scss */
.ui-dialog .ui-dialog-content {
  position: relative;
  border: 0;
  padding: .5em 1em;
  background: none;
  overflow: auto;
}

/* line 529, app/assets/stylesheets/jquery-ui.scss */
.ui-dialog .ui-dialog-buttonpane {
  text-align: left;
  border-width: 1px 0 0 0;
  background-image: none;
  margin-top: .5em;
  padding: .3em 1em .5em .4em;
}

/* line 536, app/assets/stylesheets/jquery-ui.scss */
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: right;
}

/* line 539, app/assets/stylesheets/jquery-ui.scss */
.ui-dialog .ui-dialog-buttonpane button {
  margin: .5em .4em .5em 0;
  cursor: pointer;
}

/* line 543, app/assets/stylesheets/jquery-ui.scss */
.ui-dialog .ui-resizable-n {
  height: 2px;
  top: 0;
}

/* line 547, app/assets/stylesheets/jquery-ui.scss */
.ui-dialog .ui-resizable-e {
  width: 2px;
  right: 0;
}

/* line 551, app/assets/stylesheets/jquery-ui.scss */
.ui-dialog .ui-resizable-s {
  height: 2px;
  bottom: 0;
}

/* line 555, app/assets/stylesheets/jquery-ui.scss */
.ui-dialog .ui-resizable-w {
  width: 2px;
  left: 0;
}

/* line 559, app/assets/stylesheets/jquery-ui.scss */
.ui-dialog .ui-resizable-se,
.ui-dialog .ui-resizable-sw,
.ui-dialog .ui-resizable-ne,
.ui-dialog .ui-resizable-nw {
  width: 7px;
  height: 7px;
}

/* line 566, app/assets/stylesheets/jquery-ui.scss */
.ui-dialog .ui-resizable-se {
  right: 0;
  bottom: 0;
}

/* line 570, app/assets/stylesheets/jquery-ui.scss */
.ui-dialog .ui-resizable-sw {
  left: 0;
  bottom: 0;
}

/* line 574, app/assets/stylesheets/jquery-ui.scss */
.ui-dialog .ui-resizable-ne {
  right: 0;
  top: 0;
}

/* line 578, app/assets/stylesheets/jquery-ui.scss */
.ui-dialog .ui-resizable-nw {
  left: 0;
  top: 0;
}

/* line 582, app/assets/stylesheets/jquery-ui.scss */
.ui-draggable .ui-dialog-titlebar {
  cursor: move;
}

/* line 585, app/assets/stylesheets/jquery-ui.scss */
.ui-draggable-handle {
  -ms-touch-action: none;
  touch-action: none;
}

/* line 589, app/assets/stylesheets/jquery-ui.scss */
.ui-resizable {
  position: relative;
}

/* line 592, app/assets/stylesheets/jquery-ui.scss */
.ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  display: block;
  -ms-touch-action: none;
  touch-action: none;
}

/* line 599, app/assets/stylesheets/jquery-ui.scss */
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
  display: none;
}

/* line 603, app/assets/stylesheets/jquery-ui.scss */
.ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  width: 100%;
  top: -5px;
  left: 0;
}

/* line 610, app/assets/stylesheets/jquery-ui.scss */
.ui-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: -5px;
  left: 0;
}

/* line 617, app/assets/stylesheets/jquery-ui.scss */
.ui-resizable-e {
  cursor: e-resize;
  width: 7px;
  right: -5px;
  top: 0;
  height: 100%;
}

/* line 624, app/assets/stylesheets/jquery-ui.scss */
.ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0;
  height: 100%;
}

/* line 631, app/assets/stylesheets/jquery-ui.scss */
.ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px;
}

/* line 638, app/assets/stylesheets/jquery-ui.scss */
.ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px;
}

/* line 645, app/assets/stylesheets/jquery-ui.scss */
.ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px;
}

/* line 652, app/assets/stylesheets/jquery-ui.scss */
.ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px;
}

/* line 659, app/assets/stylesheets/jquery-ui.scss */
.ui-progressbar {
  height: 2em;
  text-align: left;
  overflow: hidden;
}

/* line 664, app/assets/stylesheets/jquery-ui.scss */
.ui-progressbar .ui-progressbar-value {
  margin: -1px;
  height: 100%;
}

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

/* line 674, app/assets/stylesheets/jquery-ui.scss */
.ui-progressbar-indeterminate .ui-progressbar-value {
  background-image: none;
}

/* line 677, app/assets/stylesheets/jquery-ui.scss */
.ui-selectable {
  -ms-touch-action: none;
  touch-action: none;
}

/* line 681, app/assets/stylesheets/jquery-ui.scss */
.ui-selectable-helper {
  position: absolute;
  z-index: 100;
  border: 1px dotted black;
}

/* line 686, app/assets/stylesheets/jquery-ui.scss */
.ui-selectmenu-menu {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}

/* line 694, app/assets/stylesheets/jquery-ui.scss */
.ui-selectmenu-menu .ui-menu {
  overflow: auto;
  overflow-x: hidden;
  padding-bottom: 1px;
}

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

/* line 708, app/assets/stylesheets/jquery-ui.scss */
.ui-selectmenu-open {
  display: block;
}

/* line 711, app/assets/stylesheets/jquery-ui.scss */
.ui-selectmenu-text {
  display: block;
  margin-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 717, app/assets/stylesheets/jquery-ui.scss */
.ui-selectmenu-button.ui-button {
  text-align: left;
  white-space: nowrap;
  width: 14em;
}

/* line 722, app/assets/stylesheets/jquery-ui.scss */
.ui-selectmenu-icon.ui-icon {
  float: right;
  margin-top: 0;
}

/* line 726, app/assets/stylesheets/jquery-ui.scss */
.ui-slider {
  position: relative;
  text-align: left;
}

/* line 730, app/assets/stylesheets/jquery-ui.scss */
.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default;
  -ms-touch-action: none;
  touch-action: none;
}

/* line 739, app/assets/stylesheets/jquery-ui.scss */
.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  background-position: 0 0;
}

/* support: IE8 - See #6727 */
/* line 749, app/assets/stylesheets/jquery-ui.scss */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
  filter: inherit;
}

/* line 754, app/assets/stylesheets/jquery-ui.scss */
.ui-slider-horizontal {
  height: .8em;
}

/* line 757, app/assets/stylesheets/jquery-ui.scss */
.ui-slider-horizontal .ui-slider-handle {
  top: -.3em;
  margin-left: -.6em;
}

/* line 761, app/assets/stylesheets/jquery-ui.scss */
.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}

/* line 765, app/assets/stylesheets/jquery-ui.scss */
.ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}

/* line 768, app/assets/stylesheets/jquery-ui.scss */
.ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}

/* line 772, app/assets/stylesheets/jquery-ui.scss */
.ui-slider-vertical {
  width: .8em;
  height: 100px;
}

/* line 776, app/assets/stylesheets/jquery-ui.scss */
.ui-slider-vertical .ui-slider-handle {
  left: -.3em;
  margin-left: 0;
  margin-bottom: -.6em;
}

/* line 781, app/assets/stylesheets/jquery-ui.scss */
.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%;
}

/* line 785, app/assets/stylesheets/jquery-ui.scss */
.ui-slider-vertical .ui-slider-range-min {
  bottom: 0;
}

/* line 788, app/assets/stylesheets/jquery-ui.scss */
.ui-slider-vertical .ui-slider-range-max {
  top: 0;
}

/* line 791, app/assets/stylesheets/jquery-ui.scss */
.ui-sortable-handle {
  -ms-touch-action: none;
  touch-action: none;
}

/* line 795, app/assets/stylesheets/jquery-ui.scss */
.ui-spinner {
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding: 0;
  vertical-align: middle;
}

/* line 802, app/assets/stylesheets/jquery-ui.scss */
.ui-spinner-input {
  border: none;
  background: none;
  color: inherit;
  padding: .222em 0;
  margin: .2em 0;
  vertical-align: middle;
  margin-left: .4em;
  margin-right: 2em;
}

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

/* more specificity required here to override default borders */
/* line 826, app/assets/stylesheets/jquery-ui.scss */
.ui-spinner a.ui-spinner-button {
  border-top-style: none;
  border-bottom-style: none;
  border-right-style: none;
}

/* line 831, app/assets/stylesheets/jquery-ui.scss */
.ui-spinner-up {
  top: 0;
}

/* line 834, app/assets/stylesheets/jquery-ui.scss */
.ui-spinner-down {
  bottom: 0;
}

/* line 837, app/assets/stylesheets/jquery-ui.scss */
.ui-tabs {
  position: relative;
  /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
  padding: .2em;
}

/* line 841, app/assets/stylesheets/jquery-ui.scss */
.ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: .2em .2em 0;
}

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

/* line 855, app/assets/stylesheets/jquery-ui.scss */
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  float: left;
  padding: .5em 1em;
  text-decoration: none;
}

/* line 860, app/assets/stylesheets/jquery-ui.scss */
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
  margin-bottom: -1px;
  padding-bottom: 1px;
}

/* line 864, app/assets/stylesheets/jquery-ui.scss */
.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
  cursor: text;
}

/* line 869, app/assets/stylesheets/jquery-ui.scss */
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
  cursor: pointer;
}

/* line 872, app/assets/stylesheets/jquery-ui.scss */
.ui-tabs .ui-tabs-panel {
  display: block;
  border-width: 0;
  padding: 1em 1.4em;
  background: none;
}

/* line 878, app/assets/stylesheets/jquery-ui.scss */
.ui-tooltip {
  padding: 8px;
  position: absolute;
  z-index: 9999;
  max-width: 300px;
}

/* line 884, app/assets/stylesheets/jquery-ui.scss */
body .ui-tooltip {
  border-width: 2px;
}

/* Component containers
----------------------------------*/
/* line 889, app/assets/stylesheets/jquery-ui.scss */
.ui-widget {
  font-family: Verdana,Arial,sans-serif;
  font-size: 1.1em;
}

/* line 893, app/assets/stylesheets/jquery-ui.scss */
.ui-widget .ui-widget {
  font-size: 1em;
}

/* line 896, app/assets/stylesheets/jquery-ui.scss */
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: Verdana,Arial,sans-serif;
  font-size: 1em;
}

/* line 903, app/assets/stylesheets/jquery-ui.scss */
.ui-widget.ui-widget-content {
  border: 1px solid #d3d3d3;
}

/* line 906, app/assets/stylesheets/jquery-ui.scss */
.ui-widget-content {
  border: 1px solid #aaaaaa;
  background: #ffffff;
  color: #222222;
}

/* line 911, app/assets/stylesheets/jquery-ui.scss */
.ui-widget-content a {
  color: #222222;
}

/* line 914, app/assets/stylesheets/jquery-ui.scss */
.ui-widget-header {
  border: 1px solid #aaaaaa;
  background: #cccccc url(/assets/ui-bg_highlight-soft_75_cccccc_1x100-2c7e22df8e71cc5c68809a6cbc5c40a7f81b03b09faae284651e967318caf7a1.png) 50% 50% repeat-x;
  color: #222222;
  font-weight: bold;
}

/* line 920, app/assets/stylesheets/jquery-ui.scss */
.ui-widget-header a {
  color: #222222;
}

/* Interaction states
----------------------------------*/
/* line 926, app/assets/stylesheets/jquery-ui.scss */
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  border: 1px solid #d3d3d3;
  background: #e6e6e6 url(/assets/ui-bg_glass_75_e6e6e6_1x400-bda3ffe761e3fdedec923bc74b03177728183e2a94959edeedaea39b0e5588b5.png) 50% 50% repeat-x;
  font-weight: normal;
  color: #555555;
}

/* line 940, app/assets/stylesheets/jquery-ui.scss */
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a.ui-button:link,
a.ui-button:visited,
.ui-button {
  color: #555555;
  text-decoration: none;
}

/* line 950, app/assets/stylesheets/jquery-ui.scss */
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
  border: 1px solid #999999;
  background: #dadada url(/assets/ui-bg_glass_75_dadada_1x400-872bd576b65c0756e3a73ae4791398a5311ec29e20809e4b37be780cd3c7f6fb.png) 50% 50% repeat-x;
  font-weight: normal;
  color: #212121;
}

/* line 963, app/assets/stylesheets/jquery-ui.scss */
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
  color: #212121;
  text-decoration: none;
}

/* line 977, app/assets/stylesheets/jquery-ui.scss */
.ui-visual-focus {
  box-shadow: 0 0 3px 1px #5e9ed6;
}

/* line 980, app/assets/stylesheets/jquery-ui.scss */
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
  border: 1px solid #aaaaaa;
  background: #ffffff url(/assets/ui-bg_glass_65_ffffff_1x400-dcfa2afd9c9db12f31c0f0216c2eaa7c4e866757416c363d37122cad70c719e0.png) 50% 50% repeat-x;
  font-weight: normal;
  color: #212121;
}

/* line 991, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-background,
.ui-state-active .ui-icon-background {
  border: #aaaaaa;
  background-color: #212121;
}

/* line 996, app/assets/stylesheets/jquery-ui.scss */
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #212121;
  text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
/* line 1005, app/assets/stylesheets/jquery-ui.scss */
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #fcefa1;
  background: #fbf9ee url(/assets/ui-bg_glass_55_fbf9ee_1x400-32ce63b11450d35ccaf3dc0ccd7cedcdeb42b234bfa8a6c98a9ef7644f578359.png) 50% 50% repeat-x;
  color: #363636;
}

/* line 1012, app/assets/stylesheets/jquery-ui.scss */
.ui-state-checked {
  border: 1px solid #fcefa1;
  background: #fbf9ee;
}

/* line 1016, app/assets/stylesheets/jquery-ui.scss */
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #363636;
}

/* line 1021, app/assets/stylesheets/jquery-ui.scss */
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #cd0a0a;
  background: #fef1ec url(/assets/ui-bg_glass_95_fef1ec_1x400-5f41df2ba2245ca35f4dd1f7c43ef5e81527f0e87c5b51a9239c08c2c2dc9959.png) 50% 50% repeat-x;
  color: #cd0a0a;
}

/* line 1028, app/assets/stylesheets/jquery-ui.scss */
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #cd0a0a;
}

/* line 1033, app/assets/stylesheets/jquery-ui.scss */
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #cd0a0a;
}

/* line 1038, app/assets/stylesheets/jquery-ui.scss */
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: bold;
}

/* line 1043, app/assets/stylesheets/jquery-ui.scss */
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: .7;
  filter: Alpha(Opacity=70);
  /* support: IE8 */
  font-weight: normal;
}

/* line 1050, app/assets/stylesheets/jquery-ui.scss */
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: .35;
  filter: Alpha(Opacity=35);
  /* support: IE8 */
  background-image: none;
}

/* line 1057, app/assets/stylesheets/jquery-ui.scss */
.ui-state-disabled .ui-icon {
  filter: Alpha(Opacity=35);
  /* support: IE8 - See #6059 */
}

/* Icons
----------------------------------*/
/* states and images */
/* line 1065, app/assets/stylesheets/jquery-ui.scss */
.ui-icon {
  width: 16px;
  height: 16px;
}

/* line 1069, app/assets/stylesheets/jquery-ui.scss */
.ui-icon,
.ui-widget-content .ui-icon {
  background-image: url(/assets/ui-icons_222222_256x240-5bd8d9070693d1bdbdfa21fcad9bcb733dba9f4b8b7d6060f15d016513663f2c.png);
}

/* line 1073, app/assets/stylesheets/jquery-ui.scss */
.ui-widget-header .ui-icon {
  background-image: url(/assets/ui-icons_222222_256x240-5bd8d9070693d1bdbdfa21fcad9bcb733dba9f4b8b7d6060f15d016513663f2c.png);
}

/* line 1076, app/assets/stylesheets/jquery-ui.scss */
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
  background-image: url(/assets/ui-icons_454545_256x240-b9b78baa4f00f71b9e7cf5086a8434c70b5a41c52f5a97c989806941f9f2fa16.png);
}

/* line 1082, app/assets/stylesheets/jquery-ui.scss */
.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
  background-image: url(/assets/ui-icons_454545_256x240-b9b78baa4f00f71b9e7cf5086a8434c70b5a41c52f5a97c989806941f9f2fa16.png);
}

/* line 1086, app/assets/stylesheets/jquery-ui.scss */
.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
  background-image: url(/assets/ui-icons_2e83ff_256x240-1901308b7ce8481bdb04377b644aa505178932c4880669e977ec4c9efc4d8163.png);
}

/* line 1090, app/assets/stylesheets/jquery-ui.scss */
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
  background-image: url(/assets/ui-icons_cd0a0a_256x240-ebf056cbd564d364fc1eb7668eaa60044cbad00ff4ba5e28f8830a17926aa247.png);
}

/* line 1094, app/assets/stylesheets/jquery-ui.scss */
.ui-button .ui-icon {
  background-image: url(/assets/ui-icons_888888_256x240-8456fef574cbc83a66fdefed41f175d8e5d8c828185efd7eaac9e9d73795a75a.png);
}

/* positioning */
/* line 1099, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-blank {
  background-position: 16px 16px;
}

/* line 1100, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-caret-1-n {
  background-position: 0 0;
}

/* line 1101, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-caret-1-ne {
  background-position: -16px 0;
}

/* line 1102, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-caret-1-e {
  background-position: -32px 0;
}

/* line 1103, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-caret-1-se {
  background-position: -48px 0;
}

/* line 1104, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-caret-1-s {
  background-position: -65px 0;
}

/* line 1105, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-caret-1-sw {
  background-position: -80px 0;
}

/* line 1106, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-caret-1-w {
  background-position: -96px 0;
}

/* line 1107, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-caret-1-nw {
  background-position: -112px 0;
}

/* line 1108, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-caret-2-n-s {
  background-position: -128px 0;
}

/* line 1109, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-caret-2-e-w {
  background-position: -144px 0;
}

/* line 1110, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-triangle-1-n {
  background-position: 0 -16px;
}

/* line 1111, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-triangle-1-ne {
  background-position: -16px -16px;
}

/* line 1112, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-triangle-1-e {
  background-position: -32px -16px;
}

/* line 1113, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-triangle-1-se {
  background-position: -48px -16px;
}

/* line 1114, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-triangle-1-s {
  background-position: -65px -16px;
}

/* line 1115, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-triangle-1-sw {
  background-position: -80px -16px;
}

/* line 1116, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-triangle-1-w {
  background-position: -96px -16px;
}

/* line 1117, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-triangle-1-nw {
  background-position: -112px -16px;
}

/* line 1118, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-triangle-2-n-s {
  background-position: -128px -16px;
}

/* line 1119, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-triangle-2-e-w {
  background-position: -144px -16px;
}

/* line 1120, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-arrow-1-n {
  background-position: 0 -32px;
}

/* line 1121, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-arrow-1-ne {
  background-position: -16px -32px;
}

/* line 1122, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-arrow-1-e {
  background-position: -32px -32px;
}

/* line 1123, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-arrow-1-se {
  background-position: -48px -32px;
}

/* line 1124, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-arrow-1-s {
  background-position: -65px -32px;
}

/* line 1125, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-arrow-1-sw {
  background-position: -80px -32px;
}

/* line 1126, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-arrow-1-w {
  background-position: -96px -32px;
}

/* line 1127, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-arrow-1-nw {
  background-position: -112px -32px;
}

/* line 1128, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-arrow-2-n-s {
  background-position: -128px -32px;
}

/* line 1129, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px;
}

/* line 1130, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-arrow-2-e-w {
  background-position: -160px -32px;
}

/* line 1131, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px;
}

/* line 1132, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-arrowstop-1-n {
  background-position: -192px -32px;
}

/* line 1133, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-arrowstop-1-e {
  background-position: -208px -32px;
}

/* line 1134, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-arrowstop-1-s {
  background-position: -224px -32px;
}

/* line 1135, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-arrowstop-1-w {
  background-position: -240px -32px;
}

/* line 1136, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-arrowthick-1-n {
  background-position: 1px -48px;
}

/* line 1137, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px;
}

/* line 1138, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-arrowthick-1-e {
  background-position: -32px -48px;
}

/* line 1139, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-arrowthick-1-se {
  background-position: -48px -48px;
}

/* line 1140, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-arrowthick-1-s {
  background-position: -64px -48px;
}

/* line 1141, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px;
}

/* line 1142, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-arrowthick-1-w {
  background-position: -96px -48px;
}

/* line 1143, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px;
}

/* line 1144, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px;
}

/* line 1145, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px;
}

/* line 1146, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px;
}

/* line 1147, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px;
}

/* line 1148, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px;
}

/* line 1149, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px;
}

/* line 1150, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px;
}

/* line 1151, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px;
}

/* line 1152, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px;
}

/* line 1153, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px;
}

/* line 1154, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px;
}

/* line 1155, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px;
}

/* line 1156, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px;
}

/* line 1157, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px;
}

/* line 1158, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px;
}

/* line 1159, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px;
}

/* line 1160, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px;
}

/* line 1161, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px;
}

/* line 1162, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px;
}

/* line 1163, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px;
}

/* line 1164, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-arrow-4 {
  background-position: 0 -80px;
}

/* line 1165, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-arrow-4-diag {
  background-position: -16px -80px;
}

/* line 1166, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-extlink {
  background-position: -32px -80px;
}

/* line 1167, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-newwin {
  background-position: -48px -80px;
}

/* line 1168, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-refresh {
  background-position: -64px -80px;
}

/* line 1169, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-shuffle {
  background-position: -80px -80px;
}

/* line 1170, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-transfer-e-w {
  background-position: -96px -80px;
}

/* line 1171, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-transferthick-e-w {
  background-position: -112px -80px;
}

/* line 1172, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-folder-collapsed {
  background-position: 0 -96px;
}

/* line 1173, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-folder-open {
  background-position: -16px -96px;
}

/* line 1174, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-document {
  background-position: -32px -96px;
}

/* line 1175, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-document-b {
  background-position: -48px -96px;
}

/* line 1176, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-note {
  background-position: -64px -96px;
}

/* line 1177, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-mail-closed {
  background-position: -80px -96px;
}

/* line 1178, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-mail-open {
  background-position: -96px -96px;
}

/* line 1179, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-suitcase {
  background-position: -112px -96px;
}

/* line 1180, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-comment {
  background-position: -128px -96px;
}

/* line 1181, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-person {
  background-position: -144px -96px;
}

/* line 1182, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-print {
  background-position: -160px -96px;
}

/* line 1183, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-trash {
  background-position: -176px -96px;
}

/* line 1184, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-locked {
  background-position: -192px -96px;
}

/* line 1185, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-unlocked {
  background-position: -208px -96px;
}

/* line 1186, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-bookmark {
  background-position: -224px -96px;
}

/* line 1187, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-tag {
  background-position: -240px -96px;
}

/* line 1188, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-home {
  background-position: 0 -112px;
}

/* line 1189, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-flag {
  background-position: -16px -112px;
}

/* line 1190, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-calendar {
  background-position: -32px -112px;
}

/* line 1191, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-cart {
  background-position: -48px -112px;
}

/* line 1192, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-pencil {
  background-position: -64px -112px;
}

/* line 1193, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-clock {
  background-position: -80px -112px;
}

/* line 1194, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-disk {
  background-position: -96px -112px;
}

/* line 1195, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-calculator {
  background-position: -112px -112px;
}

/* line 1196, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-zoomin {
  background-position: -128px -112px;
}

/* line 1197, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-zoomout {
  background-position: -144px -112px;
}

/* line 1198, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-search {
  background-position: -160px -112px;
}

/* line 1199, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-wrench {
  background-position: -176px -112px;
}

/* line 1200, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-gear {
  background-position: -192px -112px;
}

/* line 1201, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-heart {
  background-position: -208px -112px;
}

/* line 1202, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-star {
  background-position: -224px -112px;
}

/* line 1203, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-link {
  background-position: -240px -112px;
}

/* line 1204, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-cancel {
  background-position: 0 -128px;
}

/* line 1205, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-plus {
  background-position: -16px -128px;
}

/* line 1206, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-plusthick {
  background-position: -32px -128px;
}

/* line 1207, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-minus {
  background-position: -48px -128px;
}

/* line 1208, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-minusthick {
  background-position: -64px -128px;
}

/* line 1209, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-close {
  background-position: -80px -128px;
}

/* line 1210, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-closethick {
  background-position: -96px -128px;
}

/* line 1211, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-key {
  background-position: -112px -128px;
}

/* line 1212, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-lightbulb {
  background-position: -128px -128px;
}

/* line 1213, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-scissors {
  background-position: -144px -128px;
}

/* line 1214, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-clipboard {
  background-position: -160px -128px;
}

/* line 1215, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-copy {
  background-position: -176px -128px;
}

/* line 1216, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-contact {
  background-position: -192px -128px;
}

/* line 1217, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-image {
  background-position: -208px -128px;
}

/* line 1218, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-video {
  background-position: -224px -128px;
}

/* line 1219, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-script {
  background-position: -240px -128px;
}

/* line 1220, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-alert {
  background-position: 0 -144px;
}

/* line 1221, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-info {
  background-position: -16px -144px;
}

/* line 1222, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-notice {
  background-position: -32px -144px;
}

/* line 1223, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-help {
  background-position: -48px -144px;
}

/* line 1224, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-check {
  background-position: -64px -144px;
}

/* line 1225, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-bullet {
  background-position: -80px -144px;
}

/* line 1226, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-radio-on {
  background-position: -96px -144px;
}

/* line 1227, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-radio-off {
  background-position: -112px -144px;
}

/* line 1228, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-pin-w {
  background-position: -128px -144px;
}

/* line 1229, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-pin-s {
  background-position: -144px -144px;
}

/* line 1230, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-play {
  background-position: 0 -160px;
}

/* line 1231, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-pause {
  background-position: -16px -160px;
}

/* line 1232, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-seek-next {
  background-position: -32px -160px;
}

/* line 1233, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-seek-prev {
  background-position: -48px -160px;
}

/* line 1234, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-seek-end {
  background-position: -64px -160px;
}

/* line 1235, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-seek-start {
  background-position: -80px -160px;
}

/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
/* line 1237, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-seek-first {
  background-position: -80px -160px;
}

/* line 1238, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-stop {
  background-position: -96px -160px;
}

/* line 1239, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-eject {
  background-position: -112px -160px;
}

/* line 1240, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-volume-off {
  background-position: -128px -160px;
}

/* line 1241, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-volume-on {
  background-position: -144px -160px;
}

/* line 1242, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-power {
  background-position: 0 -176px;
}

/* line 1243, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-signal-diag {
  background-position: -16px -176px;
}

/* line 1244, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-signal {
  background-position: -32px -176px;
}

/* line 1245, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-battery-0 {
  background-position: -48px -176px;
}

/* line 1246, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-battery-1 {
  background-position: -64px -176px;
}

/* line 1247, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-battery-2 {
  background-position: -80px -176px;
}

/* line 1248, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-battery-3 {
  background-position: -96px -176px;
}

/* line 1249, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-circle-plus {
  background-position: 0 -192px;
}

/* line 1250, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-circle-minus {
  background-position: -16px -192px;
}

/* line 1251, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-circle-close {
  background-position: -32px -192px;
}

/* line 1252, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-circle-triangle-e {
  background-position: -48px -192px;
}

/* line 1253, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-circle-triangle-s {
  background-position: -64px -192px;
}

/* line 1254, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-circle-triangle-w {
  background-position: -80px -192px;
}

/* line 1255, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-circle-triangle-n {
  background-position: -96px -192px;
}

/* line 1256, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-circle-arrow-e {
  background-position: -112px -192px;
}

/* line 1257, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-circle-arrow-s {
  background-position: -128px -192px;
}

/* line 1258, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-circle-arrow-w {
  background-position: -144px -192px;
}

/* line 1259, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-circle-arrow-n {
  background-position: -160px -192px;
}

/* line 1260, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-circle-zoomin {
  background-position: -176px -192px;
}

/* line 1261, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-circle-zoomout {
  background-position: -192px -192px;
}

/* line 1262, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-circle-check {
  background-position: -208px -192px;
}

/* line 1263, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-circlesmall-plus {
  background-position: 0 -208px;
}

/* line 1264, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-circlesmall-minus {
  background-position: -16px -208px;
}

/* line 1265, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-circlesmall-close {
  background-position: -32px -208px;
}

/* line 1266, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-squaresmall-plus {
  background-position: -48px -208px;
}

/* line 1267, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-squaresmall-minus {
  background-position: -64px -208px;
}

/* line 1268, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-squaresmall-close {
  background-position: -80px -208px;
}

/* line 1269, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px;
}

/* line 1270, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px;
}

/* line 1271, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-grip-solid-vertical {
  background-position: -32px -224px;
}

/* line 1272, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px;
}

/* line 1273, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px;
}

/* line 1274, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-grip-diagonal-se {
  background-position: -80px -224px;
}

/* Misc visuals
----------------------------------*/
/* Corner radius */
/* line 1281, app/assets/stylesheets/jquery-ui.scss */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  border-top-left-radius: 4px;
}

/* line 1287, app/assets/stylesheets/jquery-ui.scss */
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  border-top-right-radius: 4px;
}

/* line 1293, app/assets/stylesheets/jquery-ui.scss */
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  border-bottom-left-radius: 4px;
}

/* line 1299, app/assets/stylesheets/jquery-ui.scss */
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  border-bottom-right-radius: 4px;
}

/* Overlays */
/* line 1307, app/assets/stylesheets/jquery-ui.scss */
.ui-widget-overlay {
  background: #aaaaaa;
  opacity: .3;
  filter: Alpha(Opacity=30);
  /* support: IE8 */
}

/* line 1312, app/assets/stylesheets/jquery-ui.scss */
.ui-widget-shadow {
  -webkit-box-shadow: -8px -8px 8px #aaaaaa;
  box-shadow: -8px -8px 8px #aaaaaa;
}
@charset "UTF-8";
/* line 2, app/assets/stylesheets/main/ac_ccp_tel.scss */
.ac_ccp_tel_info {
  max-width: 1280px;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
}

/* line 9, app/assets/stylesheets/main/ac_ccp_tel.scss */
.ac_ccp_tel_info #inbound {
  padding: 0 1em;
  padding-bottom: 5px;
  width: 100%;
  visibility: hidden;
  height: 40px;
}

/* line 16, app/assets/stylesheets/main/ac_ccp_tel.scss */
.ac_ccp_tel_info #inbound .title {
  width: 100px;
  background: #f0ff38;
}

/* line 20, app/assets/stylesheets/main/ac_ccp_tel.scss */
.ac_ccp_tel_info #inbound .number {
  line-height: 3em;
  background: #257CAF;
  padding: 0 1em;
  border: 1px solid #257CAF;
  width: calc(100% - 100px);
  font-weight: bold;
  color: #fff;
}

/* line 31, app/assets/stylesheets/main/ac_ccp_tel.scss */
.ac_ccp_tel_info div.ccp-parts {
  display: flex;
  flex-wrap: nowrap;
  height: 100%;
}

/* line 37, app/assets/stylesheets/main/ac_ccp_tel.scss */
.ac_ccp_tel_info div.ccpleft {
  padding: 0px 10px;
  padding: 0 1em;
  width: 300px;
  min-height: 450px;
  max-height: calc(100% - 80px);
  position: relative;
}

/* line 49, app/assets/stylesheets/main/ac_ccp_tel.scss */
.ac_ccp_tel_info div.ccpbody {
  height: calc(100% - 30px);
}

/* line 53, app/assets/stylesheets/main/ac_ccp_tel.scss */
.ac_ccp_tel_info div.button-area {
  height: 39px;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: 0;
  display: flex;
  justify-content: center;
}

/* line 62, app/assets/stylesheets/main/ac_ccp_tel.scss */
.ac_ccp_tel_info .btn_realtimemonitor {
  width: 250px;
  display: block;
  text-align: center;
  padding: 10px 1em;
  letter-spacing: 0.2em;
  font-weight: bold;
  font-size: 1.0em;
  color: #23b5b0;
  height: 40px;
  border: 1px solid #23b5b0;
  border-radius: 5px;
  background: linear-gradient(#d5f4f4 0%, #fff 100%);
  transition: 0.2s;
}

/* line 78, app/assets/stylesheets/main/ac_ccp_tel.scss */
.ac_ccp_tel_info .btn_realtimemonitor:hover {
  background: linear-gradient(#fff 0%, #d5f4f4 100%);
  transition: 0.2s;
}

/* line 93, app/assets/stylesheets/main/ac_ccp_tel.scss */
.ac_ccp_tel_info div.ccpright {
  padding: 0px;
  width: 900px;
  min-height: 390px;
}

/* line 100, app/assets/stylesheets/main/ac_ccp_tel.scss */
.ac_ccp_tel_info div.ccpright div.panel-parts {
  padding-bottom: 10px;
}

/* line 104, app/assets/stylesheets/main/ac_ccp_tel.scss */
.ac_ccp_tel_info div.ccpright .form-wrap {
  table-layout: fixed;
}

/* line 108, app/assets/stylesheets/main/ac_ccp_tel.scss */
.ac_ccp_tel_info div.ccpright .list-box {
  margin: 0;
}

/* line 112, app/assets/stylesheets/main/ac_ccp_tel.scss */
.ac_ccp_tel_info div.outbound_setting {
  width: 900px;
  margin: 0;
  display: flex;
}

/* line 117, app/assets/stylesheets/main/ac_ccp_tel.scss */
.ac_ccp_tel_info div.outbound_setting label {
  width: 80px;
  background-color: #026666;
  padding: 10px;
  color: #ffffff;
  border-radius: 5px 0 0 5px;
  font-weight: bold;
  white-space: nowrap;
  text-align: center;
}

/* line 127, app/assets/stylesheets/main/ac_ccp_tel.scss */
.ac_ccp_tel_info div.outbound_setting select {
  border: 1px solid #666666;
  color: #333333;
  height: 3em;
  min-width: 410px;
  max-width: 500px;
  padding: 0 3em 0 1em;
  position: relative;
  z-index: 1;
  cursor: pointer;
  background: url(/assets/icon_arrow-list-50485e68a549043b2aa165efd15661b80830f8b45605e299a182be99e1177dcc.png) right center no-repeat #fff;
  background-size: auto 100%;
}

/* line 140, app/assets/stylesheets/main/ac_ccp_tel.scss */
.ac_ccp_tel_info div.outbound_setting select option:nth-child(2n+1) {
  background: #ceffe1;
}

/* line 143, app/assets/stylesheets/main/ac_ccp_tel.scss */
.ac_ccp_tel_info div.outbound_setting input {
  width: 200px;
}

/* line 146, app/assets/stylesheets/main/ac_ccp_tel.scss */
.ac_ccp_tel_info div.outbound_setting div.outbound_arrow {
  width: 40px;
  background: url(/assets/arrow-right-a7db9f21587db6054e2e2545ad3d94553852b152e01f711913282f72013e7fa6.png) center center no-repeat;
}

/* line 151, app/assets/stylesheets/main/ac_ccp_tel.scss */
.ac_ccp_tel_info div.outbound_setting a.tel {
  display: inline-block;
  border-radius: 0 5px 5px 0;
  /* 角丸       */
  cursor: pointer;
  /* カーソル   */
  background-image: url(/assets/tel_on-042809dd42c757b34de5131bdbc7ba20f8a3d57ea653059b7358a31e63365917.png);
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: right 8px bottom 10px;
  background-color: #0e35e2;
  /* 背景色     */
  color: #ffffff;
  /* 文字色     */
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 0.4em;
  line-height: 35px;
  /* 1行の高さ  */
  transition: .3s;
  /* なめらか変化 */
  border: 2px solid #0e35e2;
  /* 枠の指定 */
  padding-left: 10px;
  width: 90px;
}

/* line 171, app/assets/stylesheets/main/ac_ccp_tel.scss */
.ac_ccp_tel_info div.outbound_setting a.tel:hover {
  background-image: url(/assets/tel_off-44e7e28d5872568f8c850eef037cb6273f61a08beacd3a098bf3097c342601ce.png);
  background-color: #ffffff;
  /* 背景色     */
  color: #0e35e2;
  /* 背景色     */
}

/* line 182, app/assets/stylesheets/main/ac_ccp_tel.scss */
.ac_ccp_tel_info .ccpright > table {
  width: 100%;
}

/* line 187, app/assets/stylesheets/main/ac_ccp_tel.scss */
.ac_ccp_tel_info div.outbound_list, .ac_ccp_tel_info div.history_call {
  border: solid 1px #c4c5c4;
}

/* line 191, app/assets/stylesheets/main/ac_ccp_tel.scss */
.ac_ccp_tel_info div.outbound_list td.data {
  border: none;
  padding: 4px 0;
}

/* line 196, app/assets/stylesheets/main/ac_ccp_tel.scss */
.ac_ccp_tel_info .list-box table#myNumberList {
  height: 40px;
}

/* line 200, app/assets/stylesheets/main/ac_ccp_tel.scss */
.ac_ccp_tel_info .list-box table th.ccp_queue {
  background: #79d8b4;
  color: #474444;
  padding: 5px;
  white-space: nowrap;
  z-index: 1;
}

/* line 207, app/assets/stylesheets/main/ac_ccp_tel.scss */
.ac_ccp_tel_info .list-box table th.queue_name {
  width: 430px;
  border-left: solid 0px;
}

/* line 211, app/assets/stylesheets/main/ac_ccp_tel.scss */
.ac_ccp_tel_info .list-box table th.contacts_in_queue {
  width: 170px;
}

/* line 214, app/assets/stylesheets/main/ac_ccp_tel.scss */
.ac_ccp_tel_info .list-box table th.priority {
  width: 100px;
}

/* line 217, app/assets/stylesheets/main/ac_ccp_tel.scss */
.ac_ccp_tel_info .list-box table td.contacts_in_queue {
  text-align: center;
}

/* line 220, app/assets/stylesheets/main/ac_ccp_tel.scss */
.ac_ccp_tel_info .list-box table td.priority {
  padding-left: 0.5em;
}

/* line 223, app/assets/stylesheets/main/ac_ccp_tel.scss */
.ac_ccp_tel_info .list-box table td.priority select {
  text-align: left;
  border: 1px solid #bbbbbb;
  padding: 0.5em 3em 0.5em 0.5em;
  background: url(/assets/icon_arrow-list-50485e68a549043b2aa165efd15661b80830f8b45605e299a182be99e1177dcc.png) right center no-repeat #fff;
}

/* line 229, app/assets/stylesheets/main/ac_ccp_tel.scss */
.ac_ccp_tel_info div.outbound_list td.receive_tel {
  width: 160px;
}

/* line 233, app/assets/stylesheets/main/ac_ccp_tel.scss */
.ac_ccp_tel_info .list-box table th.ccp_history {
  background: #79d8b4;
  color: #474444;
  padding: 5px;
}

/* line 239, app/assets/stylesheets/main/ac_ccp_tel.scss */
.ac_ccp_tel_info .history_list .date {
  width: 150px;
}

/* line 243, app/assets/stylesheets/main/ac_ccp_tel.scss */
.ac_ccp_tel_info .history_list .initiation_method {
  width: 60px;
}

/* line 247, app/assets/stylesheets/main/ac_ccp_tel.scss */
.ac_ccp_tel_info .history_list .matter_name {
  width: 330px;
}

/* line 251, app/assets/stylesheets/main/ac_ccp_tel.scss */
.ac_ccp_tel_info .history_list .phone_number {
  width: 120px;
}

/* line 255, app/assets/stylesheets/main/ac_ccp_tel.scss */
.ac_ccp_tel_info .history_list .direction {
  width: 40px;
}

/* line 259, app/assets/stylesheets/main/ac_ccp_tel.scss */
.ac_ccp_tel_info .history_list td.inbound_method {
  color: #9ba2fd;
}

/* line 263, app/assets/stylesheets/main/ac_ccp_tel.scss */
.ac_ccp_tel_info .history_list div.direction-inbound {
  background: url(/assets/arrow-right-a7db9f21587db6054e2e2545ad3d94553852b152e01f711913282f72013e7fa6.png) right center no-repeat;
  height: 16px;
  background-size: contain;
}

/* line 269, app/assets/stylesheets/main/ac_ccp_tel.scss */
.ac_ccp_tel_info .history_list td.outbound_method {
  color: #fc8185;
}

/* line 273, app/assets/stylesheets/main/ac_ccp_tel.scss */
.ac_ccp_tel_info .history_list div.direction-outbound {
  background: url(/assets/arrow-left-8f9930da58c5cb3dcbe75dd553b2b69b6f9a8e1f772e2266a4b2dbe884a0d428.png) right center no-repeat;
  height: 16px;
  background-size: contain;
}

/* line 279, app/assets/stylesheets/main/ac_ccp_tel.scss */
.ac_ccp_tel_info .history_list .status {
  width: 100px;
}

/* line 283, app/assets/stylesheets/main/ac_ccp_tel.scss */
.ac_ccp_tel_info .history_list .status_body {
  width: 80px;
}

/* line 287, app/assets/stylesheets/main/ac_ccp_tel.scss */
.ac_ccp_tel_info #history_data td {
  padding: 0.5rem;
}

/* line 291, app/assets/stylesheets/main/ac_ccp_tel.scss */
.ac_ccp_tel_info div.history_list tbody, .ac_ccp_tel_info div.history_list thead {
  display: block;
}

/* line 294, app/assets/stylesheets/main/ac_ccp_tel.scss */
.ac_ccp_tel_info div.history_list tbody {
  overflow-x: hidden;
  overflow-y: scroll;
}

/* line 299, app/assets/stylesheets/main/ac_ccp_tel.scss */
.ac_ccp_tel_info .ccpright td.outbound_call {
  height: 50px;
}

/* line 303, app/assets/stylesheets/main/ac_ccp_tel.scss */
.ac_ccp_tel_info .ccpright td.outbound_call {
  height: 39px;
  display: flex;
  margin-bottom: 5px;
}

/* line 309, app/assets/stylesheets/main/ac_ccp_tel.scss */
.ac_ccp_tel_info .ccpright td.outbound_call label.title {
  display: block;
}

/* line 313, app/assets/stylesheets/main/ac_ccp_tel.scss */
.ac_ccp_tel_info .ccpright td.outbound_call input {
  width: 200px;
}

/* line 317, app/assets/stylesheets/main/ac_ccp_tel.scss */
.ac_ccp_tel_info .tab-wrap {
  display: flex;
  flex-wrap: wrap;
  margin: 20px 0;
}

/* line 322, app/assets/stylesheets/main/ac_ccp_tel.scss */
.ac_ccp_tel_info .tab-wrap:after {
  content: '';
  width: 100%;
  height: 3px;
  background: #026666;
  display: block;
  order: -1;
}

/* line 330, app/assets/stylesheets/main/ac_ccp_tel.scss */
.ac_ccp_tel_info .tab-label {
  color: #6b6868;
  background: #9eeeee;
  font-weight: bold;
  white-space: nowrap;
  text-align: center;
  padding: 10px .5em;
  order: -1;
  position: relative;
  z-index: 1;
  cursor: pointer;
  border-radius: 5px 5px 0 0;
  flex: 1;
}

/* line 344, app/assets/stylesheets/main/ac_ccp_tel.scss */
.ac_ccp_tel_info .tab-label:not(:last-of-type) {
  margin-right: 5px;
}

/* line 347, app/assets/stylesheets/main/ac_ccp_tel.scss */
.ac_ccp_tel_info .tab-content {
  width: 100%;
  height: 0;
  overflow: hidden;
  opacity: 0;
}

/* line 353, app/assets/stylesheets/main/ac_ccp_tel.scss */
.ac_ccp_tel_info .tab-switch:checked + .tab-label {
  background: #026666;
  color: #ffffff;
}

/* line 357, app/assets/stylesheets/main/ac_ccp_tel.scss */
.ac_ccp_tel_info .tab-switch:checked + .tab-label + .tab-content {
  overflow: auto;
  opacity: 1;
  transition: opacity .5s;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}

/* line 365, app/assets/stylesheets/main/ac_ccp_tel.scss */
.ac_ccp_tel_info .tab-switch {
  display: none;
}

/* line 369, app/assets/stylesheets/main/ac_ccp_tel.scss */
.ac_ccp_tel_info table.form-wrap:last-of-type {
  margin-bottom: 0px;
}

/* line 373, app/assets/stylesheets/main/ac_ccp_tel.scss */
.ac_ccp_tel_info .btn_reload_contacts_in_queue {
  width: 70px;
  height: 30px;
  margin: 0 10px;
  text-align: center;
  letter-spacing: 0.1em;
  color: #23b5b0;
  border: 1px solid #23b5b0;
  border-radius: 5px;
  background: linear-gradient(#d5f4f4 0%, #fff 100%);
  transition: 0.2s;
}
/* line 4, app/assets/stylesheets/main/ac_customer_infos.scss */
.ac_customer_infos_edit .page-title {
  margin-bottom: 2em;
}

/* line 7, app/assets/stylesheets/main/ac_customer_infos.scss */
.ac_customer_infos_edit .ac_matter_opetime tr {
  border-top: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
}

/* line 11, app/assets/stylesheets/main/ac_customer_infos.scss */
.ac_customer_infos_edit .ac_matter_opetime th.week {
  width: 10%;
  text-align: center;
  padding: 1em;
}

/* line 17, app/assets/stylesheets/main/ac_customer_infos.scss */
.ac_customer_infos_edit .ac_matter_opetime th.op_time {
  width: 20%;
  text-align: center;
  padding: 1em;
}

/* line 23, app/assets/stylesheets/main/ac_customer_infos.scss */
.ac_customer_infos_edit .ac_matter_opetime th.ac_guidance {
  width: 50%;
  text-align: center;
  padding: 1em;
}

/* line 29, app/assets/stylesheets/main/ac_customer_infos.scss */
.ac_customer_infos_edit .ac_matter_opetime td.week {
  border: 1px solid #bbbbbb;
  text-align: center;
  vertical-align: middle;
  padding: 1em;
  font-weight: bold;
}

/* line 37, app/assets/stylesheets/main/ac_customer_infos.scss */
.ac_customer_infos_edit .ac_matter_opetime td.ope_time {
  text-align: center;
  vertical-align: middle;
  border: 1px solid #bbbbbb;
  padding: 1em;
}

/* line 45, app/assets/stylesheets/main/ac_customer_infos.scss */
.ac_customer_infos_edit .ac_matter_opetime td.ac_guidance {
  text-align: center;
  border: 1px solid #bbbbbb;
  padding: 1em;
}

/* line 52, app/assets/stylesheets/main/ac_customer_infos.scss */
.ac_customer_infos_edit .ac_matter_opetime .error-text {
  padding-left: 1px !important;
}

/* line 55, app/assets/stylesheets/main/ac_customer_infos.scss */
.ac_customer_infos_edit .guidance_area .error-text {
  padding-left: 5px !important;
}

/* line 58, app/assets/stylesheets/main/ac_customer_infos.scss */
.ac_customer_infos_edit .holiday_area .error-text {
  padding-left: 10px !important;
}

/* line 61, app/assets/stylesheets/main/ac_customer_infos.scss */
.ac_customer_infos_edit label.ac_matter_infos_title {
  line-height: 3em;
  background: #f1ebeb;
  padding: 0 1em;
  border: 1px solid #f1ebeb;
  width: 160px;
  font-weight: bold;
  text-align: center;
}

/* line 70, app/assets/stylesheets/main/ac_customer_infos.scss */
.ac_customer_infos_edit label.ac_guidance_title {
  line-height: 3em;
  background: #f1ebeb;
  padding: 0 1em;
  border: 1px solid #f1ebeb;
  width: 180px;
  font-weight: bold;
  text-align: center;
}

/* line 79, app/assets/stylesheets/main/ac_customer_infos.scss */
.ac_customer_infos_edit .ac_matter_format {
  margin-left: 5px;
}
@charset "UTF-8";
/* line 3, app/assets/stylesheets/main/ac_holidays.scss */
.ac_holidays div.search-list {
  display: flex;
}

/* line 7, app/assets/stylesheets/main/ac_holidays.scss */
.ac_holidays div.holiday-list {
  width: 300px;
  margin-right: 50px;
}

/* line 12, app/assets/stylesheets/main/ac_holidays.scss */
.ac_holidays .holiday-import {
  width: 600px;
}

/* line 16, app/assets/stylesheets/main/ac_holidays.scss */
.ac_holidays .holiday-arrow {
  display: flex;
  height: 300px;
}

/* line 22, app/assets/stylesheets/main/ac_holidays.scss */
.ac_holidays table th, .ac_holidays table td {
  white-space: normal;
}

/* line 26, app/assets/stylesheets/main/ac_holidays.scss */
.ac_holidays .holiday-import table tr:nth-child(odd) td {
  background: #fff;
}

/* line 30, app/assets/stylesheets/main/ac_holidays.scss */
.ac_holidays .btn-area .btn_import {
  margin-left: 200px;
}

/* line 34, app/assets/stylesheets/main/ac_holidays.scss */
.ac_holidays .description {
  position: relative;
  margin: 2em 0;
  padding: 1em 1em;
  border: dashed 2px #5b8bd0;
  /*点線*/
}

/* line 41, app/assets/stylesheets/main/ac_holidays.scss */
.ac_holidays .description .box-title {
  position: absolute;
  display: inline-block;
  top: -8px;
  left: 10px;
  padding: 0 9px;
  line-height: 1;
  background: #fff;
  font-weight: bold;
}

/* line 53, app/assets/stylesheets/main/ac_holidays.scss */
.ac_holidays .description p {
  margin: 0;
  padding: 0;
}

/* line 58, app/assets/stylesheets/main/ac_holidays.scss */
.ac_holidays .description .example {
  padding-left: 30px;
}

/* line 62, app/assets/stylesheets/main/ac_holidays.scss */
.ac_holidays h2.page-title {
  margin-bottom: 1em;
}

/* line 66, app/assets/stylesheets/main/ac_holidays.scss */
.ac_holidays .information {
  margin: 0.5em;
  font-size: 15px;
}

/* line 71, app/assets/stylesheets/main/ac_holidays.scss */
.ac_holidays .pd1 {
  padding-top: 5px;
}
/* line 4, app/assets/stylesheets/main/ac_matter_infos.scss */
.ac_matter_infos_talk_script_edit .sub-ttl_name {
  display: inline-block;
  margin-right: 5px;
}

/* line 8, app/assets/stylesheets/main/ac_matter_infos.scss */
.ac_matter_infos_talk_script_edit .page-title {
  margin-bottom: 2em;
}

/* line 11, app/assets/stylesheets/main/ac_matter_infos.scss */
.ac_matter_infos_talk_script_edit textarea {
  max-width: 100%;
  width: 100%;
  height: 40em;
  font-size: 1.2em;
}

/* line 18, app/assets/stylesheets/main/ac_matter_infos.scss */
.ac_matter_infos_talk_script_edit .form-area label.ac_matter_infos_title {
  line-height: 3em;
  background: #f1ebeb;
  padding: 0 1em;
  border: 1px solid #f1ebeb;
  width: 160px;
  font-weight: bold;
  text-align: center;
}

/* line 27, app/assets/stylesheets/main/ac_matter_infos.scss */
.ac_matter_infos_talk_script_edit .ac_matter_format {
  margin-left: 5px;
}

/* line 33, app/assets/stylesheets/main/ac_matter_infos.scss */
.ac_matter_infos_list td.matter_td {
  height: 48px;
}

/* line 36, app/assets/stylesheets/main/ac_matter_infos.scss */
.ac_matter_infos_list .ac_matter table th.matter_name {
  width: 250px;
  text-align: center;
}

/* line 41, app/assets/stylesheets/main/ac_matter_infos.scss */
.ac_matter_infos_list .ac_matter table td.matter_name {
  text-align: start;
}

/* line 45, app/assets/stylesheets/main/ac_matter_infos.scss */
.ac_matter_infos_list .ac_matter table th.phone_number {
  width: 100px;
  text-align: center;
}

/* line 50, app/assets/stylesheets/main/ac_matter_infos.scss */
.ac_matter_infos_list .ac_matter table td.phone_number {
  text-align: center;
  white-space: nowrap;
}

/* line 54, app/assets/stylesheets/main/ac_matter_infos.scss */
.ac_matter_infos_list .ac_matter table th.date {
  width: 100px;
  text-align: center;
}

/* line 59, app/assets/stylesheets/main/ac_matter_infos.scss */
.ac_matter_infos_list .ac_matter table td.date {
  text-align: center;
}

/* line 62, app/assets/stylesheets/main/ac_matter_infos.scss */
.ac_matter_infos_list .ac_matter_btn_area {
  padding-top: 20px;
  display: flex;
  justify-content: flex-end;
}

/* line 71, app/assets/stylesheets/main/ac_matter_infos.scss */
.ac_matter_infos_edit .ac_matter_info_date_area input[type=text] {
  border: 1px solid #666666;
  color: #333333;
  height: 3em;
  width: calc(100% - 125px);
  max-width: 135px;
  padding: 0 1em;
  background: #fff;
  outline-offset: -1px;
  outline: 0;
}

/* line 83, app/assets/stylesheets/main/ac_matter_infos.scss */
.ac_matter_infos_edit .ac_matter_info_end_date_area {
  display: flex;
  justify-content: flex-start;
  column-gap: 20px;
}

/* line 90, app/assets/stylesheets/main/ac_matter_infos.scss */
.ac_matter_infos_edit .ac_matter_info_end_time_area input[type=time] {
  border: 1px solid #666666;
  color: #333333;
  height: 3em;
  width: calc(100% - 125px);
  max-width: 135px;
  padding: 0 1em;
  background: #fff;
  outline-offset: -1px;
  outline: 0;
}

/* line 102, app/assets/stylesheets/main/ac_matter_infos.scss */
.ac_matter_infos_edit .ac_matter_address_area {
  display: flex;
  justify-content: flex-start;
}

/* line 105, app/assets/stylesheets/main/ac_matter_infos.scss */
.ac_matter_infos_edit .ac_matter_address_area .data {
  padding: 0 1em;
  height: 3em;
  line-height: 3em;
  border: 1px solid #f1ebeb;
  width: 180px;
}

/* line 112, app/assets/stylesheets/main/ac_matter_infos.scss */
.ac_matter_infos_edit .ac_matter_address_area .check-group {
  margin-top: 10px;
}

/* line 117, app/assets/stylesheets/main/ac_matter_infos.scss */
.ac_matter_infos_edit .ac_matter_info_phone_date_area {
  display: flex;
  justify-content: flex-start;
  column-gap: 20px;
}

/* line 121, app/assets/stylesheets/main/ac_matter_infos.scss */
.ac_matter_infos_edit .ac_matter_info_phone_date_area .data {
  padding: 0 1em;
  height: 3em;
  line-height: 3em;
  border: 1px solid #f1ebeb;
  width: 135px;
}

/* line 130, app/assets/stylesheets/main/ac_matter_infos.scss */
.ac_matter_infos_edit .old_matter_info {
  width: 100%;
  color: #ff0000;
  background-color: yellow;
  padding: 15px;
  font-size: 1.2em;
  margin-bottom: 20px;
}

/* line 138, app/assets/stylesheets/main/ac_matter_infos.scss */
.ac_matter_infos_edit .form-area .check-group .ac_matter_customer_info_kbn {
  width: 600px;
}

/* line 141, app/assets/stylesheets/main/ac_matter_infos.scss */
.ac_matter_infos_edit .ac_matter_select {
  text-align: left;
  border: 1px solid #666666;
  padding: 1em 3em 1em 0.5em;
  background: url(/assets/icon_arrow-list-50485e68a549043b2aa165efd15661b80830f8b45605e299a182be99e1177dcc.png) right center no-repeat #fff;
  max-width: 400px;
}

/* line 150, app/assets/stylesheets/main/ac_matter_infos.scss */
.ac_matter_infos_edit .matter_info_gray {
  filter: grayscale(60%) opacity(50%);
}

/* line 153, app/assets/stylesheets/main/ac_matter_infos.scss */
.ac_matter_infos_edit .ac_matter_opetime tr {
  border-top: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
}

/* line 157, app/assets/stylesheets/main/ac_matter_infos.scss */
.ac_matter_infos_edit .ac_matter_opetime th.week {
  width: 10%;
  text-align: center;
  padding: 1em;
}

/* line 163, app/assets/stylesheets/main/ac_matter_infos.scss */
.ac_matter_infos_edit .ac_matter_opetime th.op_time {
  width: 20%;
  text-align: center;
  padding: 1em;
}

/* line 169, app/assets/stylesheets/main/ac_matter_infos.scss */
.ac_matter_infos_edit .ac_matter_opetime th.ac_guidance {
  width: 50%;
  text-align: center;
  padding: 1em;
}

/* line 175, app/assets/stylesheets/main/ac_matter_infos.scss */
.ac_matter_infos_edit .ac_matter_opetime td.week {
  border: 1px solid #bbbbbb;
  text-align: center;
  vertical-align: middle;
  padding: 1em;
  font-weight: bold;
}

/* line 183, app/assets/stylesheets/main/ac_matter_infos.scss */
.ac_matter_infos_edit .ac_matter_opetime td.ope_time {
  text-align: center;
  vertical-align: middle;
  border: 1px solid #bbbbbb;
  padding: 1em;
}

/* line 191, app/assets/stylesheets/main/ac_matter_infos.scss */
.ac_matter_infos_edit .ac_matter_opetime td.ac_guidance {
  text-align: center;
  border: 1px solid #bbbbbb;
  padding: 1em;
}

/* line 198, app/assets/stylesheets/main/ac_matter_infos.scss */
.ac_matter_infos_edit .ac_matter_opetime .error-text {
  padding-left: 1px !important;
}

/* line 201, app/assets/stylesheets/main/ac_matter_infos.scss */
.ac_matter_infos_edit .guidance_area .error-text {
  padding-left: 5px !important;
}

/* line 204, app/assets/stylesheets/main/ac_matter_infos.scss */
.ac_matter_infos_edit .holiday_area .error-text {
  padding-left: 10px !important;
}

/* line 207, app/assets/stylesheets/main/ac_matter_infos.scss */
.ac_matter_infos_edit label.ac_matter_infos_title {
  line-height: 3em;
  background: #f1ebeb;
  padding: 0 1em;
  border: 1px solid #f1ebeb;
  width: 160px;
  font-weight: bold;
  text-align: center;
}

/* line 216, app/assets/stylesheets/main/ac_matter_infos.scss */
.ac_matter_infos_edit label.ac_guidance_title {
  line-height: 3em;
  background: #f1ebeb;
  padding: 0 1em;
  border: 1px solid #f1ebeb;
  width: 180px;
  font-weight: bold;
  text-align: center;
}

/* line 225, app/assets/stylesheets/main/ac_matter_infos.scss */
.ac_matter_infos_edit .ac_matter_format {
  margin-left: 5px;
}
/* line 4, app/assets/stylesheets/main/ac_users.scss */
.ac_users_routing_profile .page-title {
  margin-bottom: 2em;
}

/* line 8, app/assets/stylesheets/main/ac_users.scss */
.ac_users_routing_profile .sub-ttl {
  margin-bottom: 0em;
}

/* line 13, app/assets/stylesheets/main/ac_users.scss */
.ac_users_routing_profile .list-box table th, .ac_users_routing_profile .list-box table td {
  text-align: center;
}

/* line 16, app/assets/stylesheets/main/ac_users.scss */
.ac_users_routing_profile .list-box select {
  text-align: left;
  border: 1px solid #bbbbbb;
  padding: 0.5em 3em 0.5em 0.5em;
  background: url(/assets/icon_arrow-list-50485e68a549043b2aa165efd15661b80830f8b45605e299a182be99e1177dcc.png) right center no-repeat #fff;
}

/* line 23, app/assets/stylesheets/main/ac_users.scss */
.ac_users_routing_profile .list-box select.queue_name {
  width: 400px;
}

/* line 26, app/assets/stylesheets/main/ac_users.scss */
.ac_users_routing_profile .list-box select.priority {
  width: 180px;
}

/* line 29, app/assets/stylesheets/main/ac_users.scss */
.ac_users_routing_profile .list-box input.delay {
  width: 70px;
  text-align: right;
}

/* line 34, app/assets/stylesheets/main/ac_users.scss */
.ac_users_routing_profile .list-box th.no {
  width: 40px;
}

/* line 38, app/assets/stylesheets/main/ac_users.scss */
.ac_users_routing_profile .list-box th.queue_name {
  width: 430px;
}

/* line 41, app/assets/stylesheets/main/ac_users.scss */
.ac_users_routing_profile .list-box th.priority {
  width: 150px;
}

/* line 44, app/assets/stylesheets/main/ac_users.scss */
.ac_users_routing_profile .list-box th.delay {
  width: 130px;
}

/* line 47, app/assets/stylesheets/main/ac_users.scss */
.ac_users_routing_profile .list-box th.availabled {
  width: 300px;
}

/* line 50, app/assets/stylesheets/main/ac_users.scss */
.ac_users_routing_profile .list-box th.destroy {
  width: 150px;
  border-left-width: thin;
  border-left-color: #999999;
}

/* line 56, app/assets/stylesheets/main/ac_users.scss */
.ac_users_routing_profile .list-box td.destroy {
  border-left-width: thin;
  border-left-color: #999999;
}

/* line 61, app/assets/stylesheets/main/ac_users.scss */
.ac_users_routing_profile .list-box .check-group {
  padding: 0 1em;
  width: 100%;
}

/* line 69, app/assets/stylesheets/main/ac_users.scss */
.ac_users_list .list-box table th.login_id {
  width: 150px;
  max-width: 100%;
  min-width: 30%;
}

/* line 74, app/assets/stylesheets/main/ac_users.scss */
.ac_users_list .list-box table th.last_name {
  width: 150px;
  max-width: 100%;
  min-width: 30%;
}

/* line 79, app/assets/stylesheets/main/ac_users.scss */
.ac_users_list .list-box table th.first_name {
  width: 150px;
  max-width: 100%;
  min-width: 30%;
}

/* line 85, app/assets/stylesheets/main/ac_users.scss */
.ac_users_list .edit-page1 .form-block .error-text {
  padding-left: 160px;
}
/* line 3, app/assets/stylesheets/main/pms_groups.scss */
.pms_groups_users_select .ac_user_status_error {
  color: red;
  width: 70px;
}

/* line 7, app/assets/stylesheets/main/pms_groups.scss */
.pms_groups_users_select .ac_user_status {
  width: 70px;
}
/* line 4, app/assets/stylesheets/main/pms_users.scss */
.pms_users_show table.form-wrap:last-of-type {
  margin-bottom: 5px;
}

/* line 7, app/assets/stylesheets/main/pms_users.scss */
.pms_users_show .btn-area {
  text-align: right;
  margin: 0px auto;
}

/* line 11, app/assets/stylesheets/main/pms_users.scss */
.pms_users_show .btn-area .btn_release {
  text-align: center;
  font-size: 1.3em;
  font-weight: bold;
  color: #23b5b0;
  width: 140px;
  height: 45px;
  line-height: 45px;
  border: 1px solid #23b5b0;
  border-radius: 5px;
  background: linear-gradient(#d5f4f4 0%, #fff 100%);
  margin: 0.25em 1em;
  letter-spacing: 0.2em;
  margin: 0 0 0 auto;
}

/* line 26, app/assets/stylesheets/main/pms_users.scss */
.pms_users_show .btn_release:hover {
  background: linear-gradient(#fff 0%, #d5f4f4 100%);
  transition: 0.2s;
}

/* line 30, app/assets/stylesheets/main/pms_users.scss */
.pms_users_show .btn_chg_avatar {
  width: 200px;
}

/* line 33, app/assets/stylesheets/main/pms_users.scss */
.pms_users_show .btn_edit, .pms_users_show .btn_chg_avatar {
  text-align: center;
  display: inline-block;
  font-size: 1.3em;
  font-weight: bold;
  color: #23b5b0;
  height: 40px;
  border: 1px solid #23b5b0;
  border-radius: 5px;
  background: linear-gradient(#d5f4f4 0%, #fff 100%);
  margin: 0.25em 1em;
  letter-spacing: 0.2em;
  transition: 0.2s;
  margin-right: auto;
}

/* line 48, app/assets/stylesheets/main/pms_users.scss */
.pms_users_show .btn_edit:hover, .pms_users_show .btn_chg_avatar:hover {
  background: linear-gradient(#fff 0%, #d5f4f4 100%);
  transition: 0.2s;
}

/* line 52, app/assets/stylesheets/main/pms_users.scss */
.pms_users_show .label {
  line-height: 3em;
  padding: 0 1em;
  margin-bottom: 1em;
  width: 100%;
  font-weight: bold;
}
@charset "UTF-8";
/* パスワード初期化 */
/* line 5, app/assets/stylesheets/main/session.scss */
.session_password .lost_password {
  display: flex;
  justify-content: flex-end;
  padding-top: 0.5em;
  font-size: 16px;
  letter-spacing: 0px;
}

/* line 12, app/assets/stylesheets/main/session.scss */
.session_password .link {
  color: blue;
  transition: color 0.2s;
}

/* line 16, app/assets/stylesheets/main/session.scss */
.session_password .link:hover {
  color: orangered;
}

/* line 21, app/assets/stylesheets/main/session.scss */
.session_lost_password .page-title {
  margin-top: 2em;
  margin-bottom: 1em;
}

/* line 25, app/assets/stylesheets/main/session.scss */
.session_lost_password .process {
  padding-left: 1em;
  margin-bottom: 2em;
  font-size: 16px;
}

/* line 30, app/assets/stylesheets/main/session.scss */
.session_lost_password .input-label {
  padding: 1em;
  font-size: 1.2em;
}

/* line 34, app/assets/stylesheets/main/session.scss */
.session_lost_password .login-form-content .input-form {
  padding: 1em;
  box-sizing: border-box;
  width: 100%;
  height: 60px;
  border: 1px solid #666666;
  background-color: #fff;
  font-size: 24px;
  color: #444;
}

/* line 44, app/assets/stylesheets/main/session.scss */
.session_lost_password .btn-area {
  margin: 10px;
}

/* line 47, app/assets/stylesheets/main/session.scss */
.session_lost_password .message_area {
  position: relative;
  padding-left: 0.5em;
  font-size: 16px;
}

/* line 52, app/assets/stylesheets/main/session.scss */
.session_lost_password .link_back {
  display: block;
  padding-top: 1em;
  font-size: 16px;
  text-align: right;
  letter-spacing: 0px;
  color: blue;
  transition: color 0.2s;
}

/* line 61, app/assets/stylesheets/main/session.scss */
.session_lost_password .link_back:hover {
  color: orangered;
}

/* line 66, app/assets/stylesheets/main/session.scss */
.session_reset_password .page-title {
  margin-top: 2em;
  margin-bottom: 1em;
}

/* line 70, app/assets/stylesheets/main/session.scss */
.session_reset_password .error-text {
  padding-left: 160px;
}
/* line 3, app/assets/stylesheets/main/system_settings.scss */
.system_settings input[type=text] {
  width: 100%;
}

/* line 6, app/assets/stylesheets/main/system_settings.scss */
.system_settings .system-settings-name {
  width: 250px;
}

/* line 9, app/assets/stylesheets/main/system_settings.scss */
.system_settings .system-settings-text {
  width: 250px;
}
@charset "UTF-8";
/* line 4, app/assets/stylesheets/main/welcome.scss */
.welcome-edit-form .error-text {
  max-width: 950px;
  margin: 10px auto;
  height: 100%;
}

/* line 11, app/assets/stylesheets/main/welcome.scss */
.welcome_edit .page-title {
  margin-bottom: 2em;
}

/* line 14, app/assets/stylesheets/main/welcome.scss */
.welcome_edit .explain {
  font-size: 110%;
}

/* line 17, app/assets/stylesheets/main/welcome.scss */
.welcome_edit .explain-link {
  display: flex;
  letter-spacing: 0px;
}

/* line 21, app/assets/stylesheets/main/welcome.scss */
.welcome_edit .link {
  color: blue;
  transition: color 0.2s;
}

/* line 25, app/assets/stylesheets/main/welcome.scss */
.welcome_edit .link:hover {
  color: orangered;
}

/* line 28, app/assets/stylesheets/main/welcome.scss */
.welcome_edit textarea {
  max-width: 100%;
  width: 100%;
  height: 40em;
  padding: 1em;
}

/* line 34, app/assets/stylesheets/main/welcome.scss */
.welcome_edit .edit-area {
  padding-top: 1.5em;
}

/* line 40, app/assets/stylesheets/main/welcome.scss */
.confirm-form .error-text {
  max-width: 950px;
  margin: 10px auto;
}

/* line 44, app/assets/stylesheets/main/welcome.scss */
.confirm-form .flash-text {
  max-width: 950px;
  margin: 10px auto;
}

/* line 49, app/assets/stylesheets/main/welcome.scss */
.welcome_confirm {
  /*　スイッチ */
}

/* line 50, app/assets/stylesheets/main/welcome.scss */
.welcome_confirm .form-parts-info {
  padding: 0.5em;
  margin: 0.5em;
  max-width: 850px;
  font-size: 110%;
  line-height: 20px;
}

/* line 57, app/assets/stylesheets/main/welcome.scss */
.welcome_confirm .form-parts {
  display: flex;
  align-items: flex-start;
  margin-bottom: 5em;
}

/* line 62, app/assets/stylesheets/main/welcome.scss */
.welcome_confirm .form-block-select {
  padding: 0.5em;
  margin: 0.5em;
  align-items: center;
  width: calc(100% - 55px);
  max-width: 850px;
}

/* line 69, app/assets/stylesheets/main/welcome.scss */
.welcome_confirm .form-parts-select {
  display: flex;
  align-items: center;
  width: calc(100% - 55px);
  max-width: 850px;
}

/* line 75, app/assets/stylesheets/main/welcome.scss */
.welcome_confirm .form-parts-select label {
  text-align: left;
  padding: 0.5em 1.2em 0.5em 0.5em;
  background-color: #f1ebeb;
  border: 1px solid #f1ebeb;
  white-space: nowrap;
}

/* line 82, app/assets/stylesheets/main/welcome.scss */
.welcome_confirm .form-parts-select select {
  width: 100%;
  text-align: left;
  border: 1px solid #bbbbbb;
  padding: 0.5em 3em 0.5em 0.5em;
  background: url(/assets/icon_arrow-list-50485e68a549043b2aa165efd15661b80830f8b45605e299a182be99e1177dcc.png) right center no-repeat #fff;
}

/* line 89, app/assets/stylesheets/main/welcome.scss */
.welcome_confirm .form-parts-message {
  margin-left: 85px;
}

/* line 93, app/assets/stylesheets/main/welcome.scss */
.welcome_confirm .radio-wrap {
  padding: 0 1em;
  margin-top: 1em;
  display: flex;
  max-width: calc(100% - 125px);
  border-radius: 10px;
}

/* line 100, app/assets/stylesheets/main/welcome.scss */
.welcome_confirm .radio-wrap input[type=radio] {
  display: none;
  /* ラジオボタンを非表示 */
}

/* line 103, app/assets/stylesheets/main/welcome.scss */
.welcome_confirm .radio-wrap label {
  display: inline-block;
  width: 100px;
  padding: 0.5em 1em;
  /* ボックス内部の余白 */
  font-size: 9px;
  color: #a5a4a4;
  letter-spacing: 0.25em;
  text-align: center;
  line-height: 2em;
  /* 行の高さ */
  cursor: pointer;
  border: 1px solid #d3d1d1;
  transition: .2s;
}

/* line 116, app/assets/stylesheets/main/welcome.scss */
.welcome_confirm .radio-wrap label:hover {
  font-weight: bold;
  transition: 0.2s;
}

/* line 120, app/assets/stylesheets/main/welcome.scss */
.welcome_confirm .radio-wrap label:first-of-type {
  border-radius: 10px 0 0 10px;
}

/* line 123, app/assets/stylesheets/main/welcome.scss */
.welcome_confirm .radio-wrap label:last-of-type {
  border-left: 0px;
  border-radius: 0 10px 10px 0;
}

/* line 127, app/assets/stylesheets/main/welcome.scss */
.welcome_confirm .radio-wrap input[type=radio]:checked + label {
  background-color: #00a2a2;
  color: #fff;
  border: 1px solid #016464;
}

/* line 132, app/assets/stylesheets/main/welcome.scss */
.welcome_confirm .tinymce-content {
  max-width: 100%;
  width: 100%;
  padding: 2rem 2rem;
  border: #d3d1d1 solid 1px;
  box-shadow: rgba(0, 0, 0, 0.45) 0px 7px 15px 0px;
}

/* line 139, app/assets/stylesheets/main/welcome.scss */
.welcome_confirm .tinymce-content a {
  color: blue;
  text-decoration: underline;
  padding-left: 1em;
}

/* line 144, app/assets/stylesheets/main/welcome.scss */
.welcome_confirm .btn-area {
  text-align: center;
  margin: 40px auto;
}

body.mce-content-body {
    font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    font-size: 13px;
    color: #333333;
    font-weight: 500;
}

.mce-content-body h1 {
    font-size: 25px;
    line-height: inherit;
    font-weight: inherit;
    margin: 0;
}

.mce-content-body h2 {
    font-size: 23px;
    line-height: inherit;
    font-weight: inherit;
    margin: 0;
}

.mce-content-body h3 {
    font-size: 21px;
    line-height: inherit;
    font-weight: inherit;
    margin: 0;
}

.mce-content-body h4 {
    font-size: 19px;
    line-height: inherit;
    font-weight: inherit;
    margin: 0;
}

.mce-content-body h5 {
    font-size: 17px;
    line-height: inherit;
    font-weight: inherit;
    margin: 0;
}

.mce-content-body h6 {
    font-size: 15px;
    line-height: inherit;
    font-weight: inherit;
    margin: 0;
}

.mce-content-body p {
    display: block;
    margin-block-start: 0px;
    margin-block-end: 0px;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}

.mce-content-body pre {
    font-family: inherit;
    font-size: inherit;
    background-color: #f8f8f8;
    border: 1px solid #cccccc;
    line-height: 19px;
    overflow: auto;
    padding: 6px 10px;
    border-radius: 3px;
    margin: 6px 0px;
}
/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS and SCSS file within this directory, lib/assets/stylesheets, or any plugin's
 * vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS/SCSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *


 */
