body[data-lang=ja] {
  font-size: 13px;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", sans-serif;
}
body[data-lang=en] {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  word-break: normal;
  font-size: 14px;
}
.highlight {
  color: #ee4545;
}
.orange {
  color: #ff7603;
}
.font-error {
  color: #e60044;
}
.bold {
  font-weight: bold;
}
.sans-serif {
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", sans-serif;
}
.serif {
  font-family: "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
}
.center {
  text-align: center;
}
.flat-link {
  border: 1px solid #ddd;
  padding: 0.5em 10px;
  font-size: 1em;
  line-height: 2.9em;
  box-shadow: -5px -5px 6px rgba(200,200,200,0.3) inset;
  border-radius: 6px;
}
.flat-link:hover {
  text-decoration: none;
  color: #fff;
  background-color: #ffa500;
}
.block {
  border: 1px solid #ddd;
  margin-bottom: 20px;
  border-radius: 0;
  background-color: #f9f9f9;
}
.block .block-header {
  margin: 0;
  padding: 0;
  border: 0;
  border-bottom: 1px solid #ddd;
  background-color: #ccc;
  border-radius: 0;
  color: #555;
  font-size: 1.2em;
  font-weight: bold;
  line-height: 1.8em;
  padding: 0 10px;
}
.block .block-list {
  margin: 0;
}
.block .block-list li {
  padding: 0 10px;
  border-bottom: 1px solid #ddd;
}
.block .block-list li a {
  display: block;
  width: 100%;
  line-height: 2.8em;
}
.block .block-list li a:hover {
  text-decoration: none;
}
.block .block-list li:hover {
  background-color: #eee;
}
.block .block-list li:last-child {
  border-bottom: none;
}
.section {
  margin-bottom: 50px;
}
.section-title {
  border: 1px solid #ddd;
  border-radius: 6px;
  box-shadow: 0 -10px 10px rgba(100,100,100,0.1) inset;
  padding-left: 10px;
  margin-bottom: 20px;
  line-height: 2em;
}
.section-title+table {
  margin-bottom: 0;
}
.table-colored thead tr th {
  color: #333;
  background-color: #ddd;
  border-left: 1px solid #eee;
}
.goto-top {
  text-align: right;
  margin-top: 5px;
  margin-bottom: 30px;
}
.info {
  margin-top: 20px;
}
.info label {
  font-weight: bold;
}
.thankyou {
  font-size: 24px;
  line-height: 3em;
}
.pagination {
  text-align: center;
}
input:focus,
select:focus {
  background-color: rgba(250,250,220,0.5);
}
.box {
  background-color: #fff;
  border-radius: 0;
  box-shadow: 3px 3px 5px rgba(0,0,0,0.5);
  padding: 5px;
  position: absolute;
  border: 1px solid #ddd;
}
.box .box-header {
  font-size: 0.9em;
  font-weight: bold;
  color: #215c81;
  cursor: move;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  background-color: #eee;
  border: 1px solid #ddd;
  margin-bottom: 5px;
  padding: 2px 5px;
}
.box .box-body {
  min-width: 200px;
  margin-bottom: 5px;
  border: 1px solid #ddd;
}
.box .box-footer:after {
  content: " ";
  display: block;
  clear: both;
}
.cms-help-tooltip {
  font-size: 13px;
  background-color: #16bab4;
  color: #fff;
  line-height: 1.6em;
  border: 0;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -o-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 5px 5px 5px rgba(0,0,0,0.2);
  -moz-box-shadow: 5px 5px 5px rgba(0,0,0,0.2);
  -o-box-shadow: 5px 5px 5px rgba(0,0,0,0.2);
  -ms-box-shadow: 5px 5px 5px rgba(0,0,0,0.2);
  box-shadow: 5px 5px 5px rgba(0,0,0,0.2);
}
html.lt-ie9 .cms-help-tooltip {
  filter: progid:DXImageTransform.Microsoft.Shadow(color=#888888,direction=135,strength=3,enabled=true);
}
.cms-wrap {
  word-break: break-all;
  word-wrap: break-word;
}
.form-horizontal .control-label {
  padding-top: 0;
}
.cms-confirm-area {
  margin: 5px 0;
  padding: 10px;
  border: 1px solid #eee;
  text-align: center;
}
.cms-confirm-area .cms-confirm-title {
  text-align: left;
  margin-bottom: 5px;
}
.cms-confirm-area .cms-confirm-message {
  margin-top: 5px;
  padding: 5px 0;
}
.cms-confirm-area .cms-confirm-controls {
  padding: 10px;
}
.icon-selected,
.icon-selected-color {
  position: absolute;
  top: -7px;
  right: -7px;
  margin: 0;
  padding: 0;
  z-index: 1;
}
.icon-selected-color {
  top: 0;
  left: 0;
}
.cms-page-area {
  margin: 0 auto;
  background-color: #f6f7f9;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  border: 1px solid #ddd;
}
.cms-page-control {
  text-align: center;
  margin-bottom: 40px;
}
.cms-page-control button {
  width: 240px;
  height: 60px;
  font-size: 18px;
  position: relative;
  overflow: visible;
}
.tooltip .tooltip-inner {
  background-color: #bd4460;
}
.tooltip.top .tooltip-arrow {
  border-top-color: #bd4460 !important;
}
.tooltip.bottom .tooltip-arrow {
  border-bottom-color: #bd4460 !important;
}
.tooltip.right .tooltip-arrow {
  border-right-color: #bd4460 !important;
}
.tooltip.left .tooltip-arrow {
  border-left-color: #bd4460 !important;
}
.site-title {
  font-size: 16px;
  font-weight: bold;
}
.cms-contents-title-area {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cms-contents-title {
  font-size: 20px;
  font-weight: bold;
}
.cms-contents-title .cms-link-text {
  margin-left: 12px;
  font-size: 14px;
  font-weight: normal;
}
.cms-contents-wrap {
  margin-bottom: 28px;
  padding: 16px 20px;
  border-radius: 4px;
  background-color: #fff;
  font-size: 16px;
}
.alert {
  font-size: 14px;
}
.cms-contents-section {
  font-weight: bold;
  font-size: 16px;
}
.cms-link-text {
  font-size: 16px;
  color: #086bce;
}
.cms-link-text:hover {
  color: #0bc;
  text-decoration: none;
}
.site-url {
  word-break: break-all;
}
.alert {
  border: none;
  padding: 12px 16px;
}
.number-text {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.number-text-summary {
  font-size: 32px;
  font-weight: bold;
}
dl {
  margin: 0;
}
.table-std {
  font-size: 14px;
}
.table-std th {
  background: #eee;
  font-weight: normal;
}
.table-std td {
  vertical-align: middle;
}
.table-std .received-date,
.table-std .contact-address,
.table-std .settlement-date {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.table-std .row-unread td:not(.cell-btn) {
  font-weight: bold;
}
.table-std .td-narrow {
  width: 12px;
  padding: 8px 4px;
}
.table-std .select-contact {
  padding-left: 12px;
}
.table-std .select-contact input {
  margin-top: -3px;
}
.table-std tr:last-of-type {
  border-bottom: 1px solid #ddd;
}
.table-std .right {
  text-align: right;
}
.contact-attachment .material-icons {
  font-size: 16px;
  padding-top: 2px;
}
.cms-contents-wrap-btn-area {
  text-align: right;
}
.cms-contents-wrap-btn-area .btn-std-m {
  padding: 8px 16px;
}
.badge-unread-s {
  width: 12px;
  height: 12px;
  border-radius: 100%;
  display: inline-block;
  background: #f44336;
}
.badge-notice-s {
  position: absolute;
  top: -4px;
  right: -4px;
  line-height: 20px;
}
.badge-max-s {
  padding: 0 4px;
}
.cms-radio-column .radio,
.cms-radio-row .radio,
.cms-radio-column .checkbox,
.cms-radio-row .checkbox {
  font-size: 16px;
  margin: 0 40px 8px 0;
}
.cms-radio-column {
  display: flex;
}
.contents-btn-wrap {
  display: flex;
  justify-content: space-between;
}
.cms-contactlist-wrap {
  background-color: #fff;
}
.cms-contactlist-wrap .pagination {
  text-align: left;
}
.cms-contactlist-wrap .cms-tab {
  margin-bottom: 16px;
}
.cms-tab li .badge-notice-s {
  top: 4px;
  right: 4px;
}
.cms-detail-wrap {
  padding: 20px 28px;
}
.cms-detail-wrap .table-std {
  font-size: 16px;
  margin-bottom: 24px;
}
.cms-detail-wrap .table-std:last-of-type {
  margin-bottom: 12px;
}
.cms-detail-wrap .table-std th {
  width: 33%;
}
.cms-detail-wrap .table-std th,
.cms-detail-wrap .table-std td {
  padding: 12px;
}
[id$="detail-file"] th {
  vertical-align: middle;
}
.cms-contents-section .support-link {
  font-weight: normal;
  margin-left: 12px;
}
body:not(.siteinit) #cms-menu {
  position: fixed;
  top: 60px;
  right: auto;
  left: 0;
  bottom: 0;
  z-index: 1;
  background-color: #fff;
}
body:not(.siteinit) #cms-menu div {
  height: 100%;
  overflow-y: overlay;
}
body:not(.siteinit) #cms-menu div::-webkit-scrollbar {
  width: 10px;
  background: transparent;
}
body:not(.siteinit) #cms-menu div::-webkit-scrollbar-thumb {
  width: 10px;
  background: #bbb;
  border-radius: 10px;
}
body:not(.siteinit) #cms-menu div::-webkit-scrollbar-button,
body:not(.siteinit) #cms-menu div::-webkit-scrollbar-track,
body:not(.siteinit) #cms-menu div::-webkit-scrollbar-track-piece,
body:not(.siteinit) #cms-menu div::-webkit-scrollbar-corner,
body:not(.siteinit) #cms-menu div::-webkit-resizer {
  display: none;
}
body:not(.siteinit) #cms-menu div {
  scrollbar-base-color: #aaa;
  scrollbar-track-color: #aaa;
  scrollbar-face-color: #bbb;
  scrollbar-track-color: #aaa;
  scrollbar-arrow-color: #aaa;
  scrollbar-highlight-color: #aaa;
  scrollbar-shadow-color: #aaa;
  scrollbar-3dlight-color: #aaa;
  scrollbar-darkshadow-color: #aaa;
}
body:not(.siteinit) #cms-menu .menu-site-name-area {
  width: 230px;
  padding: 12px 20px 12px 16px;
  box-sizing: border-box;
  border-bottom: 1px solid #ddd;
}
body:not(.siteinit) #cms-menu .gnavi {
  width: 230px;
  height: 100%;
  background-color: #fff;
}
body:not(.siteinit) #cms-menu .gnavi ul {
  margin: 0;
}
body:not(.siteinit) #cms-menu .gnavi ul li {
  list-style: none;
  position: relative;
}
body:not(.siteinit) #cms-menu .gnavi ul li a {
  display: inline-block;
  width: 230px;
  height: 48px;
  padding: 14px 16px;
  color: #333;
  text-decoration: none;
  box-sizing: border-box;
}
body:not(.siteinit) #cms-menu .gnavi ul li a:hover {
  background-color: #f5f5f5;
  color: #333;
}
body:not(.siteinit) #cms-menu .gnavi ul li .material-icons {
  position: absolute;
  top: 12px;
  right: 16px;
}
body:not(.siteinit) #cms-menu .gnavi ul li .page-back {
  position: static;
  margin: -2px 0 0 -6px;
}
body:not(.siteinit) #cms-menu .gnavi ul li .page-back + span {
  position: absolute;
  top: 14px;
}
body:not(.siteinit) #cms-menu .gnavi ul li .badge-notice-s {
  top: 14px;
  right: 20px;
  text-align: center;
}
body:not(.siteinit) #cms-menu .gnavi ul li.active {
  background-color: #c4f1f5;
  color: #0bc;
}
body:not(.siteinit) #cms-menu .gnavi ul li.active a {
  background-color: #c4f1f5;
  color: #0bc;
}
body:not(.siteinit) #cms-menu .gnavi ul li.menu-parent ul.menu-child a {
  background-color: #f9fbfc;
}
body:not(.siteinit) #cms-menu .gnavi ul li.menu-parent ul.menu-child a:hover {
  background-color: #f5f5f5;
}
body:not(.siteinit) #cms-menu .gnavi ul li.menu-parent ul.menu-child li.active a {
  background-color: #c4f1f5;
}
body:not(.siteinit) #cms-menu .gnavi ul li.menu-parent.open i:nth-of-type(1) {
  display: block;
}
body:not(.siteinit) #cms-menu .gnavi ul li.menu-parent.open i:nth-of-type(2) {
  display: none;
}
body:not(.siteinit) #cms-menu .gnavi ul li.menu-parent i:nth-of-type(1) {
  display: none;
}
body:not(.siteinit) #cms-menu .gnavi ul li.menu-parent i:nth-of-type(2) {
  display: block;
}
body:not(.siteinit) #cms-menu .gnavi ul li.menu-negative a {
  color: #dc3545;
}
#cms-menu.menu-first .menu-site-name-area {
  height: 68px;
}
#cms-menu.menu-second .menu-site-name-area {
  height: 98px;
}
#cms-menu.menu-second .cms-link-text {
  font-size: 14px;
}
