@charset "UTF-8";
.clearfix {
  zoom: 1;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}
.col_group,
.col_single {
  margin-bottom: 20px;
}
.col_1,
.col_2,
.col_3,
.col_4,
.col_5,
.col_6,
.col_7,
.col_8,
.col_9,
.col_10,
.col_11,
.col_12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
/* group column */
.col_group {
  zoom: 1;
  margin-left: -15px;
  margin-right: -15px;
}
.col_group:after {
  content: "";
  display: block;
  clear: both;
}
.col_1,
.col_2,
.col_3,
.col_4,
.col_5,
.col_6,
.col_7,
.col_8,
.col_9,
.col_10,
.col_11,
.col_12 {
  float: left;
}
/* single column */
.col_single .col_1,
.col_single .col_2,
.col_single .col_3,
.col_single .col_4,
.col_single .col_5,
.col_single .col_6,
.col_single .col_7,
.col_single .col_8,
.col_single .col_9,
.col_single .col_10,
.col_single .col_11,
.col_single .col_12 {
  float: none;
  margin: 0 auto;
}
/* each column */
.col_1 {
  width: 8.33333333%;
}
.col_2 {
  width: 16.66666667%;
}
.col_3 {
  width: 25%;
}
.col_4 {
  width: 33.33333333%;
}
.col_5 {
  width: 41.66666667%;
}
.col_6 {
  width: 50%;
}
.col_7 {
  width: 58.33333333%;
}
.col_8 {
  width: 66.66666667%;
}
.col_9 {
  width: 75%;
}
.col_10 {
  width: 83.33333333%;
}
.col_11 {
  width: 91.66666667%;
}
.col_12 {
  width: 100%;
}
/**
 * ////////////////////////////////////////////////////////////////////////////////////
 * 1.Layout
 * ////////////////////////////////////////////////////////////////////////////////////
 */
body {
  position: relative;
  color: #34362f;
  font-size: 14px;
  text-align: center;
  padding-top: 40px;
  background: #f5f5f5;
}
ul,
ol {
  list-style: none;
}
img {
  vertical-align: middle;
  border: 0;
}
a img {
  vertical-align: middle;
  border: 0;
  text-decoration: none;
}
mark {
  font-weight: 700;
}
small {
  font-size: 10px;
}
.ja body {
  font-family: -apple-system, BlinkMacSystemFont, '.SFNSDisplay-Regular', 'Segoe UI', 'Helvetica Neue', 'Hiragino Sans', 'ヒラギノ角ゴシック', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, 'メイリオ', 'MS PGothic', 'ＭＳ Ｐゴシック', sans-serif;
  line-height: 1.5;
}
.en body,
.es body,
.vi body {
  font-family: arial, sans-serif;
  line-height: 1.2;
}
.th body {
  font-family: arial, sans-serif;
  line-height: 1.5;
}
.zh-tw body {
  font-family: 'PMingLiU', 'Apple LiSung', Arial, Helvetica, sans-serif !important;
}
.wrapper {
  position: static;
  text-align: left;
  min-width: 100%;
}
.content {
  zoom: 1;
  position: static;
  margin: 0 auto;
}
.content:after {
  content: "";
  display: block;
  clear: both;
}
.main {
  float: none;
}
.main .service_page_description {
  margin-bottom: 20px;
}
@media (min-width: 620px) {
  .content {
    width: 960px;
  }
  .main {
    width: 918px;
  }
}
@media (max-width: 619px) {
  .content {
    width: 100%;
  }
  .content.two {
    width: 918px;
  }
  .content.two .main {
    padding: 30px 20px 10px;
    border-right: 1px solid #b8b9b6;
    border-left: 1px solid #e1e1e0;
  }
  .content.two .sidebar {
    float: none;
    width: 178px;
  }
  .main {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.section {
  padding-bottom: 20px;
}
.sectionSingleColumn {
  width: 85%;
  margin: 0 auto;
}
.section p,
.section ul,
.section ol,
.section dl,
.section table {
  margin-bottom: 20px;
}
.section p.independentModule,
.section ul.independentModule,
.section ol.independentModule,
.section dl.independentModule,
.section table.independentModule {
  margin-bottom: 0;
}
.section .alert p:last-child,
.section .attention p:last-child,
.section .alert ul:last-child,
.section .attention ul:last-child,
.section .alert dl:last-child,
.section .attention dl:last-child {
  margin-bottom: 0;
}
.section .attention.interOrganizationalTransferCaution p {
  margin-bottom: 5px;
}
.section .marginBottomControl20 {
  margin-bottom: 20px;
}
.section .table td p {
  margin-bottom: 0;
}
.section .table table {
  margin-bottom: 0;
}
.section .table table tr:last-child th,
.section .table table tr:last-child td {
  border-bottom: 0;
}
.section .buttonSpaceBottom {
  margin-bottom: 20px;
}
/**
 * ////////////////////////////////////////////////////////////////////////////////////
 * 2.Header
 * ////////////////////////////////////////////////////////////////////////////////////
 */
.globalHeader {
  position: fixed;
  top: 0;
  left: 0;
}
/**
 * ////////////////////////////////////////////////////////////////////////////////////
 * 4.Main
 * ////////////////////////////////////////////////////////////////////////////////////
 */
.main {
  background: #fff;
  float: none;
}
@media (min-width: 620px) {
  .main {
    border-right: 1px solid #b8b9b6;
    border-left: 1px solid #e1e1e0;
    padding: 30px 20px 10px;
  }
}
@media (max-width: 619px) {
  .main {
    border: none;
    padding: 40px;
  }
}
.two {
  background: #f5f5f5;
  border-left: 1px solid #b8b9b6;
}
.two .main {
  float: right;
  width: 740px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 1;
}
/* sidebar ------------------------------------------ */
.sidebar {
  float: left;
  width: 220px;
}
.sidebar h1 {
  font-size: 14px;
  font-weight: 700;
  padding: 10px 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
}
.sidebar h1:before {
  content: "";
  display: inline-block;
  width: 3px;
  height: 1em;
  background-color: #f9423a;
  margin-right: 8px;
  border-radius: 3px;
}
.moreMenu {
  border-bottom: 1px solid #e1e1e0;
}
.sidebar ul > li a {
  display: block;
  color: #34362f;
  text-decoration: none;
  padding: 8px 10px;
}
.sidebar ul > li > ul li {
  position: relative;
  border-top: 1px solid #e1e1e0;
}
.sidebar ul > li > ul li:last-child {
  border-bottom: none;
}
.sidebar ul > li > ul li a {
  padding: 7px 10px 7px 20px;
}
.sidebar ul > li > ul li:after {
  display: none;
  position: absolute;
  top: 7px;
  left: 7px;
  content: " ";
  border: 4px;
  border-bottom: 0;
  border-color: #34362f transparent transparent;
  border-style: solid;
  height: 0;
  width: 0;
  margin-top: 7px;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.sidebar ul > li > ul li:hover:after {
  display: block;
}
.sidebar ul > li > ul li.active:after {
  display: block;
}
.sidebar ul > li > a:hover {
  background: #fff;
}
.sidebar ul > li.active > a {
  background-color: #e1e1e0;
  font-weight: 700;
}
/* serviceIntegration ------------------------------------------ */
.serviceIntegration {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.serviceIntegration .serviceIntegration__item {
  width: 340px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: solid 1px #e1e1e0;
  border-radius: 4px;
  padding: 15px;
  margin: 0 0 20px;
}
.serviceIntegration .serviceIntegration__item .serviceContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.serviceIntegration .serviceIntegration__item .serviceContainer .serviceDescription {
  padding-left: 20px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.serviceIntegration .serviceIntegration__item .serviceContainer .serviceDescription .serviceName {
  font-size: 16px;
  line-height: 1.4;
  font-weight: 700;
  margin: 0 0 10px;
}
.serviceIntegration .serviceIntegration__item .serviceContainer .serviceDescription .serviceInformation {
  font-size: 13px;
  line-height: 1.6;
  margin-bottom: 0;
}
.serviceIntegration .serviceIntegration__item .serviceContainer .serviceDescription .integrationError {
  font-size: 12px;
  line-height: 1.4;
  color: #eb0800;
  margin: 10px 0 0;
}
.serviceIntegration .serviceIntegration__item .serviceContainer .serviceStatus {
  height: 100%;
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100px;
          flex: 0 0 100px;
}
.serviceIntegration .serviceIntegration__item .serviceContainer .serviceStatus .serviceLogo {
  width: 100px;
  height: 100px;
  background: #fff;
  border-radius: 2px;
  border: solid 1px #f5f5f5;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.serviceIntegration .serviceIntegration__item .serviceContainer .serviceStatus .serviceLogo #serviceLogo--box {
  width: 55px;
  height: 55px;
  margin: calc((100% - 55px) / 2);
}
.serviceIntegration .serviceIntegration__item .serviceContainer .serviceStatus .serviceLogo #serviceLogo--zoom {
  width: 100px;
  height: 100px;
  margin: calc((100% - 100px) / 2);
}
.toggleRadio {
  margin: 15px 0 0;
  width: 100px;
}
/**
 * ////////////////////////////////////////////////////////////////////////////////////
 * 5.Typography
 * ////////////////////////////////////////////////////////////////////////////////////
 */
.globalHeader h1,
.headerTitle {
  display: inline-block;
  vertical-align: middle;
}
.headerTitle {
  color: #fff;
  font-size: 16px;
  margin: 0 0 0 20px;
}
.main > h1 {
  font-size: 20px;
  color: #34362f;
  padding: 0.3em 0;
  border-top: 1px solid #484a44;
  border-bottom: 1px solid #484a44;
  margin-bottom: 20px;
}
.main > h1.mainHeaderTitleCentered {
  text-align: center;
}
.section h1 {
  font-weight: 700;
  padding: 0 5px 5px;
  border-bottom: 1px solid #e1e1e0;
  margin-bottom: 20px;
}
.section h2 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 10px;
}
.section h2.multipleHeader {
  border-bottom: 1px solid #e1e1e0;
  padding: 0 5px 5px;
  margin-bottom: 20px;
}
.section p.sectionDescription {
  margin-bottom: 20px;
}
.section h3 {
  margin-bottom: 0.5rem;
  font-size: 14px;
  font-weight: 700;
}
.brandingLogoBase {
  display: block;
  width: 144px;
}
.svg .svgLogo_chatwork {
  display: block;
  width: 144px;
  height: 29.538432px;
}
.svg .svgLogo_kddi {
  display: block;
  width: 144px;
  height: 17.731296px;
}
.svg .nosvgLogo_chatwork {
  display: none;
}
.svg .nosvgLogo_kddi {
  display: none;
}
.no-svg .svgLogo_chatwork {
  display: none;
}
.no-svg .svgLogo_kddi {
  display: none;
}
.no-svg .nosvgLogo_chatwork {
  display: block;
}
.no-svg .nosvgLogo_kddi {
  display: block;
}
strong {
  color: #BC3731;
}
.formSubmit {
  text-align: center;
}
.contentHidden {
  display: none;
}
/* content align */
.contentLeft {
  float: left;
}
.contentRight {
  float: right;
}
/* control group */
.controlGroup {
  zoom: 1;
}
.controlGroup:after {
  content: "";
  display: block;
  clear: both;
}
/* ************************ heading ************************ */
.headline {
  border-bottom: 1px solid #e1e1e0;
  padding-bottom: 0.5em;
}
/* ************************ list ************************ */
.serviceDl dt,
.serviceDl dd {
  display: block;
}
.serviceDl dt {
  font-weight: 700;
  margin-bottom: 0.5em;
  padding-bottom: 0.5em;
  border-bottom: 1px dotted #b8b9b6;
}
.serviceDl dd {
  margin: 0 0 0.7em 0;
}
.serviceDl dd:before {
  content: "・";
}
/* ************************ button ************************ */
.btnSuccess a,
.btnDanger a {
  color: #fff;
}
.btnSuccess a:hover,
.btnDanger a:hover {
  color: #fff;
}
.btnDisable a {
  cursor: default;
  color: #b8b9b6;
}
.btnDisable a:hover {
  color: #b8b9b6;
}
.btnGroup {
  text-align: center;
}
.btnGroup input,
.btnGroup p {
  margin-bottom: 0;
}
.btnGroup .submitButton .button {
  margin-left: 10px;
}
.btnGroup input.button + span {
  margin-left: 10px;
}
.button {
  padding: 1px 12px;
}
.button.btnLarge {
  height: auto;
}
@media (min-width: 620px) {
  .button.btnLarge {
    padding: 0 18px;
  }
}
@media (max-width: 619px) {
  .button.btnLarge {
    line-height: 1.2;
    min-height: 44px;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0.5rem 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
/* ************************ pager ************************ */
.listPager p {
  display: inline-block;
  margin-right: 5px;
}
.listPager ul {
  display: inline-block;
}
.listPager ul li {
  min-width: 24px;
  padding: 0;
}
/* ************************ text ************************ */
.textSmall {
  font-size: 12px;
}
.textBold {
  font-weight: 700;
}
.textSpaceTopMinus10 {
  margin-top: -10px;
}
.textSupplementary {
  text-indent: -1em;
  padding-left: 1em;
}
.textFold {
  word-break: break-all;
}
/* ************************ table ************************ */
.table tbody th {
  font-weight: 500;
  background: #fff;
}
.require {
  float: right;
  color: #962C28;
  font-size: 10px;
  vertical-align: middle;
  display: inline-block;
  padding: 2px 6px;
  background: #F2DEDE;
  border: 1px solid #962C28;
  margin-left: 15px;
}
.optional {
  float: right;
  color: #34362F;
  font-size: 10px;
  vertical-align: middle;
  display: inline-block;
  padding: 2px 6px;
  background: #D6D6D6;
  border: 1px solid #D6D6D6;
  border-radius: 2px;
  margin-left: 15px;
}
.itemLong {
  width: 300px;
}
.itemMedium {
  width: 185px;
}
.itemShort {
  width: 150px;
}
.itemHeightLong {
  height: 300px;
}
.itemHeightMedium {
  height: 185px;
}
.itemHeightShort {
  height: 150px;
}
.itemNowrap {
  white-space: nowrap;
}
.itemInner {
  margin-left: 20px;
}
.table .itemNull {
  vertical-align: middle;
  background: #f5f5f5;
}
/* ************************ list ************************ */
.listTypeDisc {
  margin-left: 1.5em;
}
.listTypeDisc li {
  list-style-type: disc;
}
.listTypeDecimal {
  margin-left: 1.5em;
}
.listTypeDecimal li {
  list-style-type: decimal;
}
.listNavigation li {
  display: inline;
  padding-right: 20px;
}
.listSpaceBottom05 li {
  padding-bottom: 0.5em;
}
.listSpaceBottom1 li {
  padding-bottom: 1em;
}
.listSpaceLeft1 li {
  padding-left: 1em;
}
/* ************************ attention ************************ */
.attention {
  padding: 20px;
  background: #f5f5f5;
  border: 1px solid #e1e1e0;
  border-radius: 3px;
  margin-bottom: 20px;
}
.attention ul li {
  line-height: 1.8;
}
.attention .attentionNote {
  background: #fff;
  position: relative;
  left: -35px;
  width: 816px;
  padding: 30px 35px 10px;
}
.attention .attentionNote .attentionNote__title {
  color: #2C3F49;
  font-size: 16px;
  margin-bottom: 20px;
}
.attention .attentionNote p {
  margin: 0;
}
.attention .attentionNote p :last-child {
  margin-bottom: 20px;
}
.attention .attentionNote .attentionNote__list li {
  margin-bottom: 10px;
}
.attention .attentionNote .attentionNote__list li :last-child {
  margin-bottom: 0;
}
.attention .attentionNote .attentionNote__image {
  margin: 30px 0;
}
.attentionPrimary,
.attentionSuccess,
.attentionWarning,
.attentionDanger {
  padding-left: 50px;
}
.attentionPrimary {
  background: #f5f5f5 url(../imagenew/common/alert/bg_alert_primary.png) no-repeat 15px 20px;
}
.attentionSuccess {
  background: #f5f5f5 url(../imagenew/common/alert/bg_alert_success.png) no-repeat 15px 20px;
}
.attentionWarning {
  background: #f5f5f5 url(../imagenew/common/alert/bg_alert_warning.png) no-repeat 15px 20px;
}
.attentionDanger {
  background: #f5f5f5 url(../imagenew/common/alert/bg_alert_danger.png) no-repeat 15px 20px;
}
.attentionWhite {
  background: #fff;
}
.noteMark,
.noteContent {
  display: inline-block;
  float: left;
}
.noteMark {
  margin-right: 5px;
}
.noteContent {
  width: 640px;
}
/* ************************ paidConfirmation ************************ */
.paidConfirmation {
  padding-bottom: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
  background: #f5f5f5;
  border: 1px solid #e1e1e0;
  border-radius: 3px;
}
.paidConfirmation ul {
  margin-bottom: 0;
}
.paidConfirmation ul li {
  line-height: 1.8;
}
.paidConfirmation .confirmationMessages {
  padding: 20px 20px 20px 50px;
  border-radius: 3px;
  background: #f5f5f5 url(../imagenew/common/alert/bg_alert_primary.png) no-repeat 15px 20px;
}
/* ************************ form style ************************ */
.registerContent {
  width: 780px;
  margin: 0 auto;
}
.formParts {
  margin-bottom: 30px;
}
.main .section .formNote {
  font-size: 12px;
  text-align: right;
  padding-bottom: 5px;
}
.safety {
  vertical-align: middle;
  padding-left: 20px;
  background: url(../../../app/image/chatwork/ico_ssl.png) no-repeat left top;
}
/* ************************ dialog ************************ */
.dialogContent table {
  background: #fff;
}
/* ************************ transitionNotice ************************ */
.backToRequest {
  margin: 0 0 30px;
}
.backToRequest .backToRequest__icon {
  margin-right: 5px;
  vertical-align: middle;
}
.notice .listTypeDisc {
  padding: 0 0 0 15px;
}
.notice .listTypeDisc li {
  margin-bottom: 10px;
}
.notice .listTypeDisc li :last-child {
  margin-bottom: 0;
}
/* ************************ survey ************************ */
.surveySection {
  margin-bottom: 40px;
}
.surveySection .surveyBody {
  padding: 0 20px;
}
.surveySection .surveyTitleOption {
  font-size: 13px;
  font-weight: 300;
}
.surveySection .surveyTitleRequire {
  float: none;
  margin-left: 0;
}
.surveySection .surveyTitleOptional {
  float: none;
  margin-left: 0;
}
.surveySection .surveyBodyNotice {
  margin-bottom: 5px;
}
.surveySection .surveySelectionItem {
  margin-bottom: 5px;
}
.surveySection .surveySelectionInputContainer {
  width: 480px;
}
.surveySection .surveySelectionInput {
  width: 480px;
}
.surveySection .surveyTextarea {
  width: 480px;
}
@media (max-width: 619px) {
  .surveySection .surveyBody {
    padding: 0 15px 0 0;
  }
  .surveySection .surveySelectionInputContainer {
    width: 100%;
  }
  .surveySection .surveySelectionInput {
    width: 100%;
  }
  .surveySection .surveyTextarea {
    width: 100%;
  }
}
/* ************************ space / padding ************************ */
.marginTop10 {
  margin-top: 10px;
}
.marginBottom40 {
  margin-bottom: 40px;
}
/* ************************ tooltip ************************ */
.help-link {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 28px;
  height: 28px;
  padding: 4px;
  border-radius: 3px;
  vertical-align: top;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.help-link .help-link-img {
  width: 20px;
  height: 20px;
}
.help-link:hover {
  background-color: rgba(0, 132, 178, 0.1);
}
/* https://chatwork.atlassian.net/wiki/spaces/InviteUser/pages/3576366209/-+-+URL */
.announceContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.announceContainer__child {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.inviteUrlInfo {
  padding: 20px;
  margin-top: 20px;
  background: #f5f5f5;
  border: 1px solid #e1e1e0;
  border-radius: 3px;
  position: relative;
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.inviteUrlInfo:before {
  content: '';
  position: absolute;
  top: -40px;
  left: 90px;
  width: 0;
  height: 0;
  margin: auto;
  border: solid 20px;
  border-color: transparent transparent #e1e1e0 transparent;
}
.inviteUrlInfo:after {
  content: '';
  position: absolute;
  top: -39px;
  left: 90px;
  width: 0;
  height: 0;
  margin: auto;
  border: solid 20px;
  border-color: transparent transparent #f5f5f5 transparent;
}
.inviteUrlInfo__title {
  font-weight: bold;
  font-size: 14px;
  border-bottom: 1px solid #cccccc;
  margin-bottom: 10px;
}
.inviteUrlInfo__content {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 15px;
}
.inviteUrlInfo__content--text {
  font-weight: normal;
  font-size: 14px;
  margin-top: 5px;
}
.inviteUrlInfo__content--button {
  border-color: #b8b9b6;
  color: #676863;
  background: #fff;
}
.inviteUrlInfo__content--button:hover {
  border-color: #8f908d;
  color: #34362f;
}
.inviteUrlInfo__content--button:hover:active {
  border-color: #b8b9b6;
  color: #676863;
  background: none;
}
.globalHeader {
  height: 40px;
  width: 100%;
  background: #13202F;
  z-index: 2;
}
.globalHeader .inner {
  position: relative;
  margin: 5px auto 0;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.globalHeader__logout {
  color: #e6e6e6;
  font-size: 12px;
  display: inline-block;
  padding: 2px 8px;
  border-radius: 2px;
}
.globalHeader__logout:hover {
  color: #fff;
  text-decoration: none;
  background: #4e5147;
}
.globalHeader__logout:hover:active {
  color: #b3b3b3;
  background: none;
}
@media (min-width: 620px) {
  .globalHeader .inner {
    width: 960px;
  }
}
@media (max-width: 619px) {
  .globalHeader .inner {
    padding: 0 40px;
  }
}
.sidebar__buttonLink {
  display: block;
  font-size: 13px;
  width: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  margin: 16px;
  padding: 5px 10px;
  border: 1px solid;
  border-radius: 3px;
}
.sidebar__buttonLink:hover {
  text-decoration: none;
}
.sidebar__buttonLink:hover:active {
  -webkit-box-shadow: inset 0 0 0 0;
          box-shadow: inset 0 0 0 0;
}
.sidebar__buttonLink--backToCW {
  border-color: #b8b9b6;
  color: #676863;
  background: #fff;
}
.sidebar__buttonLink--backToCW:hover {
  border-color: #8f908d;
  color: #34362f;
}
.sidebar__buttonLink--backToCW:hover:active {
  border-color: #b8b9b6;
  color: #676863;
  background: none;
}
.adminGuideLink {
  display: inline-block;
  font-size: 13px;
  width: 188px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  margin: 0 16px;
}
.listTable {
  width: 100%;
}
.listTable thead tr {
  border-width: 1px 0 1px 0;
  border-style: solid;
  border-color: #b8b9b6;
  background-color: #f5f5f5;
  font-weight: 700;
  line-height: 16px;
}
.listTable tbody tr {
  border-width: 0 0 1px 0;
  border-style: dotted;
  border-color: #b8b9b6;
  background-color: #fff;
  line-height: 28px;
}
.listTable td {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px 0;
  text-align: left;
}
.listTable td.listTableActionLink {
  padding-right: 10px;
}
.listTable.isLock td:first-child {
  width: 430px;
  padding-left: 40px;
}
.listTable.isLock td:last-child {
  width: 100px;
  text-align: right;
}
.listTable.isUnlock td:first-child {
  padding-left: 40px;
}
.listTable .listTableItem {
  margin-bottom: 0;
  padding-right: 20px;
  line-height: 1.5;
}
.listTable .button {
  margin-bottom: 0;
}
.listTable td.isLock {
  background: url("../imagenew/common/icon/ico_lock.svg");
  background-position: 10px 16px;
  background-repeat: no-repeat;
  background-size: 16px 16px;
}
.listTable td.isUnLock {
  background: url("../imagenew/common/icon/ico_unlock.svg");
  background-position: 10px 13px;
  background-repeat: no-repeat;
  background-size: 16px 16px;
}
span.suspendedUserLabel {
  display: table;
  font-size: 0.75rem;
  background: #ccc;
  border-radius: 4px;
  padding: 0 0.75rem;
  color: #000;
  margin-bottom: 0.5rem;
}
.transitionOrganizationTable tbody tr td {
  font-size: 12px;
  vertical-align: middle;
}
.transitionOrganizationTable tbody tr td.organization,
.transitionOrganizationTable tbody tr td.transitionUser {
  max-width: 250px;
}
.sectionJaJpyFreeAdmin {
  position: relative;
}
.recommendedFrame {
  pointer-events: none;
  position: absolute;
  top: -29px;
  left: 232px;
  z-index: 1;
  width: 227px;
  height: 605px;
  border: 4px solid #0c884a;
  border-radius: 5px;
  background-color: transparent;
}
.recommendedFrame .recommendedFrameHeader {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 26px;
  background-color: #0c884a;
}
.recommendedFrame .recommendedFrameHeader:after {
  content: "";
  position: absolute;
  left: 50%;
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-top: 10px solid #0c884a;
  margin-left: -10px;
}
.recommendedFrame .recommendedFrameHeader:after {
  bottom: -20px;
}
.recommendedFrame .recommendedFrameHeader .recommendedFrameHeading {
  margin-bottom: 0;
  padding-bottom: 1px;
  color: #fff;
  font-weight: 700;
  font-size: 10px;
  text-align: center;
}
.recommendedFrame.forVi {
  height: 665px;
}
.recommendedFrame.forZh-tw {
  height: 590px;
}
.compareTable {
  table-layout: fixed;
  border: 1px solid #e1e1e0;
  border-radius: 3px;
  border-collapse: separate;
}
.compareTableJaJpyFreeAdmin {
  margin: 40px 0 16px 0 !important;
  height: 487px;
}
.compareTable th,
.compareTable td {
  border-left: 1px solid #e1e1e0;
  border-bottom: none;
}
.compareTable th:first-child,
.compareTable td:first-child {
  border-left: none;
}
.compareTable thead th {
  position: relative;
  padding: 20px 5px;
  border-bottom: 1px solid #e1e1e0;
  background-color: #f5f5f5;
  color: #000;
  text-align: center;
}
.compareTable thead th:before,
.compareTable thead th:after {
  content: "";
  position: absolute;
  left: 50%;
  width: 0;
  height: 0;
  border: 8px solid transparent;
  border-top: 8px solid #f5f5f5;
  margin-left: -8px;
}
.compareTable thead th:before {
  bottom: -17px;
  border-top-color: #e1e1e0;
}
.compareTable thead th:after {
  bottom: -16px;
}
.compareTable thead th.enterpriseplan > .compareTableTitle {
  letter-spacing: -0.5px;
}
.compareTableJaJpyFreeAdmin thead th:before,
.compareTableJaJpyFreeAdmin thead th:after {
  content: none;
}
.compareTable td {
  padding: 10px;
}
.compareTableJaJpyFreeAdmin td {
  padding-top: 0;
  padding-bottom: 0;
}
.compareTable tbody tr:first-child td {
  padding-top: 20px;
}
.compareTableJaJpyFreeAdmin tbody tr:first-child td {
  padding-top: 16px;
}
.compareTableJaJpyFreeAdmin tbody tr:nth-child(2) td {
  padding-bottom: 16px;
}
.compareTableJaJpyFreeAdmin tbody tr:nth-child(3) td {
  padding-bottom: 16px;
}
.compareTableTitle {
  font-size: 14px;
}
.compareTableLead {
  display: block;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.2;
}
.compareTablePrice {
  vertical-align: top;
  text-align: center;
}
.compareTablePrice.compareTablePriceFreeJaJpyFreeAdmin {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.compareTablePriceSingle {
  margin-top: 0;
  margin-bottom: 4px;
  font-size: 12px;
}
.compareTablePriceValue {
  line-height: 1;
}
.compareTablePriceValue.compareTablePriceValueFreeJaJpyFreeAdmin {
  padding-top: 17px;
}
.compareTablePriceValueNum {
  font-size: 50px;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 300;
}
.compareTablePriceValueNum.compareTablePriceValueNumJaJpyFreeAdmin {
  display: inline-block;
  margin-bottom: 8px;
}
.compareTablePriceValueCurrencyMark,
.compareTablePriceValueCurrencyCode {
  position: relative;
  font-size: 20px;
}
.compareTablePriceValueCurrencyMark {
  top: 5px;
  vertical-align: top;
}
.compareTablePriceValueCurrencyCode {
  top: -6px;
  left: -2px;
  vertical-align: bottom;
}
.compareTableAnnualLabelCommon {
  width: auto;
  height: auto;
  line-height: 20px;
  margin-bottom: 16px;
  padding: 4px 8px 4px 8px;
  border: 1px solid #f9423a;
  border-radius: 20px;
  font-size: 12px;
  color: #f9423a;
}
.compareTableAnnualLabelCommon > span {
  font-weight: bold;
}
.compareTableAnnualLabelCommon.JaJpyFree {
  width: 140px;
  height: 20px;
}
.compareTablePriceNote {
  margin: 4px -4px;
  font-size: 12px;
}
.compareTablePriceNote > em {
  font-weight: 700;
  font-style: normal;
}
.compareTablePriceNote > a {
  color: inherit;
  text-decoration: underline;
}
.compareTablePriceNoteYearFreeJaJpyFreeAdmin {
  font-size: 12px;
  margin: 0 0 4px;
}
.compareTablePriceNoteMonthFreeJaJpyFreeAdmin {
  margin: 0 0 16px;
}
.compareTablePriceYearlyMerit {
  display: inline-block;
  padding: 2px 8px;
  border-radius: 20px;
  border: 1px solid #f9423a;
  font-size: 10px;
  font-weight: bold;
  color: #f9423a;
  line-height: 1.2;
}
.compareTableButton {
  display: block;
  padding: 0 14px;
}
.compareTableNotUsage {
  color: #b8b9b6;
  text-align: center;
  height: 30px;
  line-height: 30px;
}
.compareTableListContainerJaJpyFreeAdmin {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.compareTableListHeadingJaJpyFreeAdmin {
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 8px;
}
.compareTableList {
  list-style-type: none;
  font-size: 12px;
  padding-left: 12px;
}
.compareTableList li {
  position: relative;
}
.compareTableList li + li {
  margin-top: 8px;
}
.compareTableList li:before {
  content: "";
  position: absolute;
  top: 6px;
  left: -12px;
  display: block;
  width: 4px;
  height: 4px;
  border: 1px solid #676863;
  border-radius: 50%;
}
.compareTableListNoteJaJpyFreeAdmin {
  margin-top: auto;
  font-size: 12px;
  text-align: center;
}
.boxTable.boxTableLarge > tbody > tr > td {
  padding: 20px 10px;
}
.boxTable.boxTableLarge > tbody > tr > td:last-child {
  padding-left: 15px;
  padding-right: 15px;
}
.boxTable.boxTableLarge .itemShort {
  width: 120px;
}
.attentionPrimaryJaJpyFreeAdmin {
  margin-bottom: 32px;
}
tr.suspendedUser {
  background: #f5f5f5;
  color: #666;
}
.boxTable .tableTitleVertical > tr > td:first-child {
  vertical-align: middle;
}
.boxTable .tableTitleVertical > tr > td.tableCellNoColor {
  background: #fff;
}
.boxTable.boxTableTheadNone .tableTitleVertical > tr:first-child > td {
  border-top: 1px solid #e1e1e0;
}
.detailPlanName {
  font-size: 12px;
  margin-bottom: 5px;
}
.dialogBusinessPrice {
  position: relative;
}
.businessPlanNameHeight th {
  height: 50px;
}
.businessPrice td {
  height: 24px;
}
.businessPriceYearly td p {
  margin-top: 30px;
}
.priceDialogCaption {
  float: left;
  width: 350px;
}
.approvalDoc img,
.approvalDoc .approvalDocContent {
  float: left;
}
.approvalDoc .approvalDocContent {
  margin-left: 20px;
}
.approvalDoc .approvalDocContent p {
  margin-bottom: 0;
  line-height: 1.6;
}
.approvalDoc .approvalDocContent .approvalDocTitle {
  font-weight: 700;
}
.approvalDoc .button {
  float: right;
}
.kcwApplyCellWidth {
  width: 201px;
}
.dialogKcwStorage .section > img {
  margin-bottom: 20px;
}
.tabListMenu {
  border-bottom: 1px solid #b8b9b6;
}
.tabListMenu li {
  display: inline-block;
  padding: 5px 15px;
  margin: 0 0 -1px 5px;
}
.tabListMenu .isActive {
  background: #FFF;
  border-top: solid 1px #b8b9b6;
  border-right: solid 1px #b8b9b6;
  border-left: solid 1px #b8b9b6;
  border-radius: 3px 3px 0 0;
}
.userListTable {
  position: relative;
}
.toolTip > ul li > p.csvExportList {
  text-align: left;
  width: 100% ;
}
.serviceDlNote {
  margin-left: 1rem;
  font-size: 12px;
}
.profileSettingTable tbody tr td:last-child {
  vertical-align: middle;
  width: 125px;
}
.profileSettingTable tbody .hideOptionalProfile {
  display: none;
}
.payHistoryTable tbody tr td {
  font-size: 12px;
  vertical-align: middle;
}
.settingCheckboxArea,
.settingInputArea {
  margin-bottom: 10px;
}
.settingCheckboxArea label {
  font-size: 14px;
  font-weight: 700;
}
.userGuideContainer {
  text-align: justify;
  -moz-text-align-last: justify;
       text-align-last: justify;
}
.userGuideContainer .userGuideBox {
  display: inline-block;
  position: relative;
  width: 342px;
  height: 150px;
  margin-bottom: 28px;
  background-color: #FFFFFF;
  border: 1px solid #E1E1E0;
  border-radius: 4px;
  -moz-text-align-last: left;
       text-align-last: left;
}
.userGuideContainer .userGuideBox .userPlanLabel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100px;
  height: 28px;
  padding: 0 10px;
  background-color: #E1E1E0;
  border-radius: 0 4px 0 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: bold;
  font-size: 12px;
  line-height: 18px;
}
.userGuideContainer .userGuideBox .userGuideContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 25px 20px 20px 20px;
}
.userGuideContainer .userGuideBox .userGuideContent .textArea {
  margin-right: 30px;
  text-align: left;
  color: #1A1A1A;
}
.userGuideContainer .userGuideBox .userGuideContent .textArea .title {
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 18px;
  line-height: 18px;
  white-space: pre-line;
}
.userGuideContainer .userGuideBox .userGuideContent .textArea .text {
  font-size: 14px;
  line-height: 22px;
}
.userGuideContainer .userGuideBox .userGuideContent .imageArea {
  margin-top: 30px;
}
.userGuideContainer .userGuideBox .userGuideContent .imageArea img {
  width: 74px;
  height: 74px;
}
.userGuideContainer .userGuideBox .userGuideContent .imageArea .imageArea__icon {
  width: 74px;
  height: 74px;
  fill: #898470;
}
.userGuideContainer .userGuideBox a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.userGuideContainer .userGuideBox:hover {
  border: 1px solid #808080;
}
.userGuideContainer .userGuideBox:hover .userPlanLabel {
  background-color: #808080;
  color: #FFFFFF;
}
.requestApi {
  margin-top: 20px;
  margin-bottom: 30px;
}
.requestApiDescription {
  text-align: center;
}
.requestApiSubmit {
  margin: 20px 0;
}
.requestApiSubmitAgreement {
  margin-bottom: 5px;
}
.groupSetting td {
  padding: 10px 20px;
}
.groupSetting fieldset {
  border: 1px solid #b8b9b6;
  border-radius: 4px;
}
.groupSetting legend {
  margin-bottom: 5px;
  padding: 0 5px;
}
.groupSetting dl {
  margin: 0 20px 10px;
}
.groupSetting dt,
.groupSetting dd {
  display: block;
  padding-bottom: 5px;
}
h3.settingInput {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, #f5f5f5));
  background: linear-gradient(transparent 50%, #f5f5f5 50%);
}
input[type="text"].inputUrlCopy {
  width: 70%;
  color: #999999;
}
.settingTable textarea,
.settingTable input,
.settingTable button {
  margin-bottom: 10px;
}
.settingTable input.orgkey {
  margin: 0 5px 0;
}
.section .settingTable td p.settingInput {
  margin-bottom: 10px;
}
.section .settingTable td p.settingInput strong {
  color: #34362f;
}
.settingNote {
  border: 1px solid #b8b9b6;
  padding: 5px 10px;
  border-radius: 3px;
  margin-bottom: 10px;
}
.settingInputLabel {
  display: inline-block;
  color: #676863;
  font-size: 12px;
  font-weight: 700;
  vertical-align: top;
  margin-top: 4px;
}
.orgkeyLoginurl {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px dotted #b8b9b6;
}
.samlSettingArea {
  border: 1px solid #e1e1e0;
  margin-top: 10px;
  border-radius: 3px;
}
.samlSettingArea input,
.samlSettingArea textarea {
  margin-bottom: 0;
}
.samlSettingArea .controlLabel {
  width: 30%;
}
.samlSettingArea .controlContent {
  margin-left: 31%;
}
.samlLogoutUrl {
  margin-top: 10px;
}
.samlSettingTitle {
  background: #f5f5f5;
  padding: 10px;
}
.samlSettingDetailArea {
  border-top: 1px dotted #e1e1e0;
  padding: 0 10px;
}
.samlInputWidth {
  width: 98%;
}
.samlInputHeight300 {
  height: 300px;
}
.samlSettingArea .controlGroup .inputUrlCopy {
  margin-bottom: 10px;
}
.section .samlSettingRadio {
  margin-bottom: 0;
}
.controlGroup .controlContent .samlSettingRadio li {
  display: inline-block;
  margin: 0 10px 0 0;
}
input.bntDownload {
  padding: 1px 17px;
}
.scrollTable div::-webkit-scrollbar {
  background: transparent;
  height: 7px;
  overflow: visible;
  width: 13px;
}
.scrollTable div::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.2);
  border: solid 2px #F8F8F8;
  border-radius: 8px;
}
.scrollTable {
  padding: 0px !important;
}
.scrollTable div {
  width: 698px;
  overflow: auto !important;
}
.scrollTable table {
  height: 100% !important;
}
.innerSection {
  padding-left: 5px;
}
.surveyInput {
  width: 96%;
}
.kcwPriceTable tbody tr td {
  vertical-align: middle;
}
.kcwPriceAttention li + li {
  margin-top: 0.7em;
}
.logExport {
  margin: 20px 0;
  text-align: center;
}
ul.logExportFormatGroup {
  margin: 20px 0;
}
ul.logExportFormatGroup .logExportFormatGroupItem {
  display: inline-block;
}
ul.logExportFormatGroup .logExportFormatGroupItem:first-child {
  margin-right: 40px;
}
.logExportButton {
  display: block;
  margin: 10px auto;
}
.section .latestLogExportTable {
  margin-bottom: 10px;
}
.section .latestLogExportTable thead > tr > th.latestLogExportTableHeaderColumn {
  border-radius: 0;
  font-weight: 500;
  text-align: center;
  vertical-align: middle;
  border-right: none;
}
.section .latestLogExportTable thead > tr > th.latestLogExportTableHeaderColumn:last-child {
  border-right: 1px solid #e1e1e0;
}
.section .latestLogExportTable tbody td {
  vertical-align: middle;
}
.logExportAlert .alert {
  margin-bottom: 10px;
}
.historyTable {
  table-layout: fixed;
  word-wrap: break-word;
}
.historyTable tbody tr:first-child td {
  font-size: 13px;
}
.historyTable tbody tr td {
  font-size: 12px;
}
input.formEmail[type="email"] {
  font-size: 16px;
  height: 23px;
  line-height: 23px;
}
.formEmailExample {
  margin-top: 10px;
}
.formReigsterItem {
  width: 220px;
}
.mailWord {
  display: block;
  border-top: 1px dotted #b8b9b6;
  border-bottom: 1px dotted #b8b9b6;
  padding: 30px 0;
  text-align: center;
}
.settingBodyblock {
  margin-bottom: 15px;
}
.settingBodyblock:last-child {
  margin-bottom: 0;
}
.settingBodyblockNext {
  padding-top: 40px;
  background: url("../imagenew/common/icon/ico_arrow_down.png");
  background-position: 50% 0;
  background-repeat: no-repeat;
}
.settingBodyblockTitle {
  margin-bottom: 20px;
  padding: 0 5px 10px;
  border-bottom: 1px solid #b8b9b6;
  font-weight: 700;
  line-height: 1;
}
.borderTable {
  table-layout: fixed;
}
.section .borderTable {
  margin: 40px 0;
}
.borderTable .borderTableCaption {
  font-weight: 700;
  text-align: left;
}
.borderTable .borderTableCaptionNote {
  font-weight: normal;
}
.borderTable thead th {
  color: #676863;
  border-bottom: 1px solid #b8b9b6;
}
.borderTable td {
  border-bottom: none;
}
.borderTable .borderTableStrong {
  font-weight: 700;
}
.borderTable tfoot td {
  border-top: 1px dotted #b8b9b6;
}
.borderTableFooterNote {
  text-align: left;
  font-size: 0.9em;
  margin: -35px 0 40px 0;
}
.section .borderTable + .borderTableFooterNote {
  margin-top: -35px;
}
.administratorBlock {
  margin-bottom: 50px;
  padding: 25px;
  border: 1px solid #676863;
  border-radius: 3px;
  background: #fff;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}
.administratorBlockBody {
  text-align: center;
}
.administratorBlockBody .administratorBlockIdentification {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
}
.administratorBlockBody .administratorBlockIdentification:last-child {
  margin-bottom: 0;
}
.administratorBlockBody .administratorBlockDate {
  margin-bottom: 0;
}
.statusBoard {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  word-wrap: break-word;
}
.statusBoard + .controlGroup {
  border-top: none;
}
.statusBoardBox {
  display: table-cell;
  border: 1px solid #e1e1e0;
  border-radius: 4px;
  width: 220px;
  -ms-flex-item-align: stretch;
      align-self: stretch;
}
.statusBoardBox:last-child {
  padding-right: 0;
}
.statusBoardBox3columns {
  display: table-cell;
  border: 1px solid #e1e1e0;
  border-radius: 4px;
  width: 220px;
  -ms-flex-item-align: stretch;
      align-self: stretch;
}
.statusBoardBox3columns:last-child {
  padding-right: 0;
}
.statusBoardBox2columns {
  display: table-cell;
  border: 1px solid #e1e1e0;
  border-radius: 4px;
  width: calc(50% - 8px);
  -ms-flex-item-align: stretch;
      align-self: stretch;
}
.statusBoardBox2columns:last-child {
  padding-right: 0;
}
.statusBoardBoxInner {
  padding: 32px 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.statusBoardBoxLabel,
.statusBoardBoxNum,
.statusBoardBoxNote,
.statusBoardBoxUpgrade {
  line-height: 1;
  text-align: center;
}
.statusBoardBoxLabel {
  margin-bottom: 16px;
  color: #676863;
}
.statusBoardBoxNum {
  margin-bottom: 16px;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 40px;
  font-weight: 300;
}
.statusBoardBoxNote {
  margin-bottom: 8px;
}
.statusBoardBoxUpgrade {
  display: block;
}
.statusBoardBoxNum + .statusBoardBoxUpgrade {
  margin-top: 54px;
}
.statusBoardBoxUpgrade.no_exist_note {
  margin-top: 0;
  margin-bottom: 16px;
}
.pay_term_select {
  display: inline-block;
  font-size: 14px;
  margin: 0.2em;
  vertical-align: top;
}
.pay_term_select:first-child {
  margin-right: 0.2em;
}
.pay_term_select.disable {
  color: #b8b9b6;
}
.pay_term_select.disable .pay_term_select_header {
  background-color: #f5f5f5;
}
.pay_term_select.disable .pay_term_select_header,
.pay_term_select.disable .pay_term_select_body {
  border-color: #b8b9b6;
}
.pay_term_select.disable .pay_term_select_price_note {
  color: #b8b9b6;
}
.pay_term_select_header {
  border: 1px solid #b8b9b6;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  padding: 0.375em 1.53846154em;
  background-color: #f5f5f5;
}
.pay_term_select_body {
  border: 1px solid #b8b9b6;
  border-top-width: 0;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  padding: 0.76923077em 1.53846154em;
  background-color: #fff;
  min-width: 100px;
  min-height: 54px;
}
input[type="radio"].pay_term_select_radio {
  -webkit-appearance: radio;
  margin-right: 0.38461538em;
}
input[type="radio"].pay_term_select_radio:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.pay_term_select_header > label {
  font-size: 100%;
  vertical-align: middle;
}
.pay_term_select_yearly_merit {
  margin-left: 0.38461538em;
  padding: 0.2em 0.76923077em;
  border-radius: 20px;
  border: 1px solid #f9423a;
  font-size: 0.76923077em;
  font-weight: bold;
  color: #f9423a;
}
.pay_term_select_price {
  font-size: 1.06666667em;
}
.pay_term_select_price > .pay_term_select_price_em {
  font-size: 1.25em;
  font-weight: 700;
}
.pay_term_select_price_note {
  font-size: 0.875em;
  font-weight: 700;
  color: #8f908d;
}
.changeLicenseNum {
  font-size: 16px;
}
.changeLicenseNumCurrent {
  vertical-align: middle;
}
.changeLicenseNumArrow {
  margin: 0 10px;
}
input[type="text"].changeLicenseNumNext {
  padding: 8px;
  border: 1px solid #b8b9b6;
  border-radius: 3px;
  font-size: 16px;
  width: 54px;
}
input[type="text"].changeLicenseNumNext:focus {
  border-color: #0084b2;
}
.changeLicenseNumUser {
  margin-left: 10px;
  font-size: 14px;
  vertical-align: middle;
}
.changeLicenseNote {
  margin-top: 8px;
  font-size: 12px;
  color: #d0021b;
}
.paymentMethodSelect {
  display: inline-block;
  margin: 0.2em;
  vertical-align: top;
}
.paymentMethodSelectItem {
  display: inline-block;
  margin-right: 30px;
}
.paymentMethodSelectItem > label {
  font-size: 100%;
}
.paymentMethodSelectItem--withMargin {
  margin-top: 15px;
}
.paymentMethodSelectItemRadio {
  position: relative;
  top: -2px;
  vertical-align: middle;
}
.paymentMethodSelectItemCard {
  display: block;
  margin-top: 5px;
  margin-left: 20px;
  width: 138px;
}
.paymentMethodSelectItem.disable {
  color: #b8b9b6;
}
.selectboxCardPeriod .selectboxCardPeriodItem {
  display: inline-block;
}
.selectboxCardPeriod .selectboxCardPeriodItem + .selectboxCardPeriodItem:before {
  content: "/";
  display: inline-block;
  margin: 0 10px;
}
.selectboxCardPeriod .selectboxCardPeriodItem .selectbox .selectboxDefault {
  display: inline-block;
}
.selectboxCardPeriod .selectboxCardPeriodItem .selectboxCardPeriodItemUnit {
  margin-left: 5px;
}
.controlList {
  margin: 20px 0;
}
.controlListItem {
  zoom: 1;
  padding: 20px 0;
  border-top: 1px dotted #b8b9b6;
  border-bottom: 1px dotted #b8b9b6;
}
.controlListItem:after {
  content: "";
  display: block;
  clear: both;
}
.controlListItem + .controlListItem {
  border-top: none;
}
.controlListItemIcon,
.controlListItemInfo {
  float: left;
}
.controlListItemIcon {
  margin-right: 10px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #b8b9b6;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.controlListItemIcon > img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.controlListItemInfo {
  max-width: 600px;
}
.controlListItemInfoName {
  font-weight: 700;
}
.controlListItemInfoMeta {
  font-size: 12px;
  color: #676863;
}
.controlListItemInfoMeta li {
  display: inline-block;
  margin-right: 10px;
}
.section .controlListItemInfoMeta {
  margin-bottom: 0;
}
.section .controlListItemInfoStatusEnabled {
  color: #0c884a;
}
.controlListItemAction {
  float: right;
  height: 40px;
  line-height: 40px;
  vertical-align: middle;
}
.actionLinkEdit {
  display: inline-block;
  padding-left: 16px;
  background: url(../imagenew/common/icon/ico_edit.svg);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 12px 12px;
  line-height: 1;
}
.actionLinkDelete {
  display: inline-block;
  padding-left: 16px;
  background: url(../imagenew/common/icon/ico_delete.svg);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 10px 10px;
  line-height: 1;
}
.formUrlList li + li {
  margin-top: 5px;
}
.section .formUrlList {
  margin-bottom: 0;
}
.noteUnderForm {
  font-size: 12px;
  margin-top: 5px;
}
.radioSwitchContentsSelect {
  margin-bottom: 8px;
  padding-bottom: 8px;
  border-bottom: 1px solid #e1e1e0;
}
.radioSwitchContentsSelectItem {
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 5px 8px;
  border: 1px solid #b8b9b6;
  border-radius: 3px;
  background-color: #f5f5f5;
  color: #34362f;
}
.radioSwitchContentsSelectItem + .radioSwitchContentsSelectItem {
  margin-left: 5px;
}
input[type="radio"].radioSwitchContentsSelectItemRadio {
  margin-right: 5px;
}
.radioSwitchContentsDisplayItem {
  display: none;
}
.radioSwitchContentsDisplayItem.radioSwitchContentsDisplayItemShow {
  display: block;
}
.section .radioSwitchContentsDisplayList {
  margin-bottom: 8px;
}
.labeledInput {
  display: table;
}
.labeledInputLabel,
.labeledInputData {
  display: table-cell;
}
.labeledInputLabel {
  font-size: 13px;
}
.labeledInputLabel:after {
  content: ":";
}
.radioGroupItem {
  display: inline-block;
  margin-right: 8px;
}
.radioGroupItem input[type="radio"] {
  margin-right: 5px;
}
.settingTable .radioGroupItem input[type="radio"] {
  margin-bottom: 0;
}
.displayApiToken {
  margin: 20px 0;
}
.displayApiTokenButton {
  margin-left: 3px;
}
.password-reset-container--margin-top {
  margin-top: 12px;
}
.password-reset-container--center {
  text-align: center;
}
.displayPasswordReset {
  display: inline-block;
  margin-top: 5px;
}
.apiTokenRegenarateAttention {
  text-align: center;
}
.section .checkGroup,
.section .checkGroupList {
  margin-bottom: 0;
}
.checkGroup > li + li {
  margin-top: 20px;
}
.checkGroupTitle > label {
  font-weight: 700;
}
.checkGroupList {
  margin-left: 20px;
  margin-bottom: 0;
}
.checkGroupList > li {
  margin-top: 3px;
  margin-bottom: 3px;
}
.teamInfo {
  padding: 36px 0;
  width: 100%;
}
.teamInfo .teamLabel,
.teamInfo .teamName {
  font-size: 14px;
  display: inline-block;
}
.teamInfo .teamLabel {
  padding: 0 1em;
}
.teamInfo .teamName .teamInput {
  height: 32px;
  padding: 0 0.5em;
  width: 520px;
  font-size: 14px;
}
.teamNote {
  text-align: right;
  font-size: 12px;
  margin-bottom: 10px;
}
.boxTable.teamMembersTable thead th {
  border-right: none;
  padding: 0.5em 0;
  border-radius: 0;
  font-size: 12px;
}
.boxTable.teamMembersTable thead th:first-child {
  border-radius: 3px 0 0 0;
}
.boxTable.teamMembersTable thead th:last-child {
  border-radius: 0 3px 0 0;
  border-right: 1px solid #e1e1e0;
}
.boxTable.teamMembersTable .checkLane {
  min-width: 3em;
  max-width: 6em;
  vertical-align: middle;
  padding: 0;
  text-align: center;
  font-size: 14px;
  line-height: 1.5;
}
.boxTable.teamMembersTable .teamMemberName {
  padding: 0.5em 1em;
  vertical-align: middle;
}
.boxTable.teamMembersTable .teamMemberName .teamMemberEmail {
  font-size: 13px;
}
.boxTable.teamMembersTable .teamMemberOrgnameDepartment {
  text-align: center;
  font-size: 13px;
  line-height: 1.4;
  vertical-align: middle;
}
.teamStatusBoard {
  padding: 8px 16px;
  border: 1px solid #e1e1e0;
  border-radius: 4px;
}
.teamStatusBoard .teamStatusBoardInner {
  width: 100%;
  margin: 0;
}
.teamStatusBoard .teamStatusBoardInner .teamStatusLabel,
.teamStatusBoard .teamStatusBoardInner .teamStatusDetail,
.teamStatusBoard .teamStatusBoardInner .teamStatusEdit {
  padding: 1em 0.5em;
  font-weight: normal;
  vertical-align: middle;
}
.teamStatusBoard .teamStatusBoardInner .teamStatusLabel {
  width: 25%;
  font-size: 14px;
}
.teamStatusBoard .teamStatusBoardInner .teamStatusDetail {
  font-size: 14px;
}
.teamStatusBoard .teamStatusBoardInner .teamStatusEdit {
  text-align: right;
  font-size: 13px;
  word-break: keep-all;
}
.teamStatusBoard .teamStatusBoardInner .teamStatusItems {
  border-bottom: 1px dotted #b8b9b6;
}
.teamStatusBoard .teamStatusBoardInner .teamStatusItems:last-child {
  border-bottom: none;
}
.teamStatusBoard .teamStatusBoardInner .teamStatusItems .teamInput {
  height: 32px;
  padding: 0 0.5em;
  width: 360px;
  font-size: 14px;
}
.removeTeam {
  text-align: right;
  margin-top: 1em;
  font-size: 13px;
}
.scopeListItemNote {
  display: block;
  font-size: inherit;
  color: #8f908d;
}
.mfaRecoveryCodeList {
  margin-bottom: 20px;
  border-top: 1px dotted #b8b9b6;
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
  -webkit-column-gap: 0;
     -moz-column-gap: 0;
          column-gap: 0;
}
.mfaRecoveryCodeList .mfaRecoveryCodeListItem {
  display: block;
  width: 348px;
  padding: 16px 0;
  text-align: center;
  border-right: 1px dotted #b8b9b6;
  border-bottom: 1px dotted #b8b9b6;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 8px;
  line-height: 22px;
  min-height: 22px;
}
.mfaRecoveryCodeList .mfaRecoveryCodeListItem:nth-child(n+6) {
  border-right: none;
}
.mfaRecoveryCodeActionArea {
  text-align: center;
}
.mfaRecoveryCodeActionArea .actionButtons {
  margin-bottom: 20px;
}
.mfaRecoveryCodeActionArea .actionButtons button {
  min-width: 210px;
  margin-right: 12px;
}
.mfaRecoveryCodeActionArea .actionButtons button:last-child {
  margin-right: 0;
}
.mfaRecoveryCodeActionArea .generateRecoveryCodeLink p {
  line-height: 2;
}
.mfaSubHeader {
  display: block;
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 20px;
  padding-bottom: 5px;
}
.mfaSettingStep {
  margin-top: 40px;
}
.mfaSettingStep .stepNumber {
  display: inline-block;
  width: 24px;
  height: 24px;
  color: #ffffff;
  border-radius: 12px 12px 2px 12px;
  background-color: #33455B;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
}
.mfaSettingStep h3 {
  font-size: 14px;
  margin-bottom: 10px;
}
.mfaSettingStep .stepDescription {
  height: 30px;
  margin-bottom: 10px;
}
.mfaSettingStep .authenticatorApplication {
  margin-bottom: 40px;
  border: 1px solid #e1e1e0;
  border-radius: 4px;
}
.mfaSettingStep .authenticatorApplication .appDownloadNavigator:after {
  clear: both;
  display: block;
  content: " ";
}
.mfaSettingStep .authenticatorApplication .appDownloadNavigator .appTitle {
  display: inline-block;
  margin-top: 16px;
  margin-left: 16px;
}
.mfaSettingStep .authenticatorApplication .appDownloadNavigator .appLogo {
  width: 40px;
  height: 40px;
  margin-right: 16px;
}
.mfaSettingStep .authenticatorApplication .appDownloadNavigator .appPlatforms {
  float: right;
  margin-top: 5px;
  margin-right: 5px;
}
.mfaSettingStep .authenticatorApplication .appDownloadNavigator .appPlatforms a {
  display: inline-block;
}
.mfaSettingStep .authenticatorApplication .appDownloadNavigator .appPlatforms .appleBadge {
  height: 40.8px;
}
.mfaSettingStep .authenticatorApplication .appDownloadNavigator .appPlatforms .googleBadge {
  height: 60px;
}
.mfaSettingStep .authenticatorApplication .brand_trademark {
  display: block;
  text-align: right;
  margin: 6px 16px;
  font-size: 12px;
}
.mfaSettingStep .totpSetting .secretKeyPlaceholder {
  text-decoration: underline;
  color: #0084b2;
  cursor: pointer;
}
.mfaSettingStep .totpSetting .secretKey {
  color: #000;
  background-color: #f2f2f2;
  border-radius: 2px;
  font-weight: bold;
  padding: 0.5em;
  letter-spacing: 4px;
  display: inline-block;
}
.mfaSettingStep .totpQr {
  display: inline-block;
  border: 8px solid #f2f2f2;
  margin-top: 20px;
  margin-bottom: 20px;
}
.mfaSettingStep .verificationCodeInput {
  padding: 8px;
  border: 1px solid #b8b9b6;
  border-radius: 3px;
  font-size: 16px;
  width: 160px;
  background: url(./images/mfa/icon_2factor_lock.svg) no-repeat 12px center;
  background-size: 16px;
  padding-left: 40px;
  letter-spacing: 4px;
}
.mfaSettingStep .verificationCodeInput:focus {
  border-color: #0084b2;
}
.mfaSettingStep .verificationCodeInput:placeholder-shown {
  letter-spacing: normal;
}
.mfaSettingStep .countryCodeList {
  max-width: 300px;
}
.mfaSettingStep .countryCodeList > div {
  padding: 6px 20px 6px 5px;
  font-size: 14px;
  line-height: 21px;
}
.mfaSettingStep .countryCodeList.disabled > div {
  background-color: #f5f5f5;
  cursor: not-allowed;
}
.mfaSettingStep .countryCodeList.disabled > div:focus {
  border-color: #b3b3b3;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.mfaSettingStep .phoneNumberInput {
  padding: 8px;
  border: 1px solid #b8b9b6;
  border-radius: 3px;
  font-size: 16px;
  width: 300px;
}
.mfaSettingStep .phoneNumberInput:focus {
  border-color: #0084b2;
}
.mfaMainOptionList {
  margin-bottom: 20px;
  letter-spacing: -0.3em;
}
.mfaMainOptionList .mfaMainOption {
  display: inline-block;
  letter-spacing: normal;
  width: 346px;
  background-color: #f5f5f5;
  border: 1px solid #f5f5f5;
}
.mfaMainOptionList .mfaMainOption:first-child {
  border-radius: 3px 0 0 3px;
}
.mfaMainOptionList .mfaMainOption:last-child {
  border-radius: 0 3px 3px 0;
}
.mfaMainOptionList .mfaMainOption.mainOptionChecked {
  background-color: #ffffff;
  border: 1px solid #3C7B3E;
  -webkit-box-shadow: 6px 6px #DBECDB inset, -6px -6px #DBECDB inset;
          box-shadow: 6px 6px #DBECDB inset, -6px -6px #DBECDB inset;
}
.mfaMainOptionList .mfaMainOption .mfaMainOptionLabel {
  display: block;
  padding: 23px 16px;
  font-size: 14px;
  line-height: 22px;
}
.mfaMainSettingButton {
  min-width: 65px;
}
.mfaCurrentSettingBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 23px 20px;
  border-radius: 4px;
  margin-top: 23px;
  margin-bottom: 23px;
  border: 1px solid #e1e1e0;
}
.mfaCurrentSettingBox > .mfaCurrentSetting {
  width: 560px;
}
.mfaCurrentSettingBox > .mfaSettingToggle {
  width: 90px;
}
.mfaSettingList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px dotted #b8b9b6;
}
.mfaSettingList:last-child {
  border-bottom: none;
}
.mfaSettingList .mfaSettingContent {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  margin: 16px auto 16px 20px;
}
.mfaSettingList .mfaSettingContent .mfaSettingContentLabel {
  font-weight: bold;
  display: block;
  line-height: 34px;
}
.mfaSettingList .mfaMainType {
  font-weight: bold;
}
.mfaSettingList .mfaSettingEditSwitch {
  width: 80px;
  text-align: right;
  margin-right: 20px;
}
.howToReceiveMail {
  margin: -10px 0 30px 0;
}
.verifyMailAddressContent .changedBox {
  margin-bottom: 60px;
}
.verifyMailAddressContent .changedBox .title {
  margin-bottom: 10px;
}
.verifyMailAddressContent .changedBox .title strong {
  color: #045C81;
}
.verifyMailAddressContent h2 {
  font-weight: normal;
  border-bottom: 1px solid #e1e1e0;
  padding: 0.3em 0;
  margin-bottom: 20px;
}
.verifyMailAddressContent .attention {
  margin-bottom: 30px;
}
.verifyMailAddressContent .passwordForm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.verifyMailAddressContent .passwordForm .btnGroup {
  margin-bottom: 16px;
}
@media (min-width: 620px) {
  .verifyMailAddressContent .passwordForm {
    margin-bottom: 16px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .verifyMailAddressContent .passwordForm .inputLong {
    margin-left: 0.5rem;
  }
  .verifyMailAddressContent .passwordForm .btnGroup {
    margin-left: 0.5rem;
  }
  .verifyMailAddressContent .passwordFormDescription {
    text-align: left;
    padding-top: 24px;
  }
  .verifyMailAddressContent .btnGroup {
    margin-bottom: 20px;
  }
}
@media (max-width: 619px) {
  .verifyMailAddressContent .passwordForm {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 20px;
  }
  .verifyMailAddressContent .passwordForm .inputLong {
    width: 100%;
    height: 44px;
    margin: 0.5rem 0 0;
    padding: 0 0.5rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .verifyMailAddressContent .passwordForm .btnGroup {
    width: 100%;
    margin: 0.5rem 0 0;
  }
  .verifyMailAddressContent .passwordFormDescription {
    text-align: left;
    padding-top: 24px;
  }
}
.verifyMailAddressSucceedContent .changedBox {
  margin-bottom: 16px;
}
.verifyMailAddressSucceedContent .changedBox .title {
  margin-bottom: 10px;
}
.verifyMailAddressSucceedContent .changedBox .title strong {
  color: #3C7B3E;
}
.verifyMailAddressSucceedContent .changedBox .description {
  margin-bottom: 40px;
}
.verifyMailAddressFailedContent .changedBox {
  margin-bottom: 40px;
}
.profileTable {
  border-top: 1px solid #e1e1e0;
}
.profileTable tr td:nth-child(2) .currentValue {
  width: 85%;
  display: inline-block;
}
.profileTable tr td:nth-child(2) .changeValue {
  display: inline-block;
}
.profileTable .withPasswordNotice {
  padding-bottom: 5px;
}
.profileTable .passwordNotice {
  display: block;
  text-align: left;
  font-size: 12px;
  margin-top: 5px;
}
.user_agreement_checklist {
  padding: 1rem 1rem 0;
  margin-bottom: 1rem;
  border: solid 4px #F2DEDE;
}
.user_agreement_checklist ul {
  padding: 0 1rem;
}
.user_agreement_checklist ul li {
  padding: 0.25rem 0;
}
.user_agreement_checklist ul li label {
  font-size: 14px;
}
.user_provisioning_img {
  width: 100%;
}
.user_provisioning_checklist {
  padding: 1rem 1rem 0;
  margin-bottom: 1rem;
  border: solid 4px #F2DEDE;
}
.user_provisioning_checklist ul {
  padding: 0 1rem;
}
.user_provisioning_checklist ul li {
  padding: 0.25rem 0;
}
.user_provisioning_checklist ul li label {
  font-size: 14px;
}
.invite_register_verify_section_checklist {
  padding: 1rem 1rem 0;
  margin-bottom: 1rem;
  border: solid 4px #F2DEDE;
}
.invite_register_verify_section_checklist ul {
  padding: 0 1rem;
}
.invite_register_verify_section_checklist ul li {
  padding: 0.25rem 0;
}
.invite_register_verify_section_checklist ul li label {
  font-size: 14px;
}
.apply_trial_verify_section_checklist {
  padding: 1rem 1rem 0;
  margin-bottom: 1rem;
  border: solid 4px #F2DEDE;
}
.apply_trial_verify_section_checklist ul {
  padding: 0 1rem;
}
.apply_trial_verify_section_checklist ul li {
  padding: 0.25rem 0;
}
.apply_trial_verify_section_checklist ul li label {
  font-size: 14px;
}
.service_content_title_help_link {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 28px;
  height: 28px;
  padding: 4px;
  border-radius: 3px;
  vertical-align: top;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.service_content_title_help_link .service_content_title_help_link_img {
  width: 20px;
  height: 20px;
}
.service_content_title_help_link:hover {
  background-color: rgba(0, 132, 178, 0.1);
}
.toggleRadio input[type="radio"] {
  display: none;
}
.toggleRadio .toggleRadio__mfa,
.toggleRadio .toggleRadio__services {
  position: relative;
}
.toggleRadio .toggleRadio__mfa .toggleRadio--on,
.toggleRadio .toggleRadio__services .toggleRadio--on,
.toggleRadio .toggleRadio__mfa .toggleRadio--off,
.toggleRadio .toggleRadio__services .toggleRadio--off {
  height: 24px;
  width: 24px;
  display: inline-block;
  margin: 0;
}
.toggleRadio .toggleRadio__mfa .toggleRadio--on label,
.toggleRadio .toggleRadio__services .toggleRadio--on label,
.toggleRadio .toggleRadio__mfa .toggleRadio--off label,
.toggleRadio .toggleRadio__services .toggleRadio--off label {
  cursor: pointer;
  height: 24px;
  width: 24px;
  display: inline-block;
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
  color: #fff;
  margin: 0;
  padding: 0;
  text-align: center;
  border: solid 2px #000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 24px;
}
.toggleRadio .toggleRadio__mfa .toggleRadio--on,
.toggleRadio .toggleRadio__services .toggleRadio--on {
  background: #ccc;
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
}
.toggleRadio .toggleRadio__mfa .toggleRadio--on label,
.toggleRadio .toggleRadio__services .toggleRadio--on label {
  border-color: #ccc;
}
.toggleRadio .toggleRadio__mfa .toggleRadio--off,
.toggleRadio .toggleRadio__services .toggleRadio--off {
  background: #00846C;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  position: absolute;
  right: 0px;
}
.toggleRadio .toggleRadio__mfa .toggleRadio--off label,
.toggleRadio .toggleRadio__services .toggleRadio--off label {
  border-color: #00846C;
}
/* 項目ごと個別設定の必要なもの
   親のidに依存するため個別指定が必要なだけなので、classを追加したら
   style以外のclass名だけ追加をしていくこと */
#setting-mfa-on:checked ~ .toggleRadio__mfa .toggleRadio--on label,
#setting-mfa-off:checked ~ .toggleRadio__mfa .toggleRadio--off label,
#integration-box-on:checked ~ .toggleRadio__services .toggleRadio--on label,
#integration-box-off:checked ~ .toggleRadio__services .toggleRadio--off label,
#integration-zoom-on:checked ~ .toggleRadio__services .toggleRadio--on label,
#integration-zoom-off:checked ~ .toggleRadio__services .toggleRadio--off label {
  height: 24px;
  margin: 0;
  text-transform: uppercase;
}
#setting-mfa-on:checked ~ .toggleRadio__mfa .toggleRadio--on label,
#setting-mfa-off:checked ~ .toggleRadio__mfa .toggleRadio--off label {
  width: 64px;
  font-size: 13px;
  line-height: 24px;
}
#integration-box-on:checked ~ .toggleRadio__services .toggleRadio--on label,
#integration-box-off:checked ~ .toggleRadio__services .toggleRadio--off label,
#integration-zoom-on:checked ~ .toggleRadio__services .toggleRadio--on label,
#integration-zoom-off:checked ~ .toggleRadio__services .toggleRadio--off label {
  width: 76px;
  font-size: 12px;
  line-height: 22px;
}
#setting-mfa-on:checked ~ .toggleRadio__mfa .toggleRadio--on label,
#integration-box-on:checked ~ .toggleRadio__services .toggleRadio--on label,
#integration-zoom-on:checked ~ .toggleRadio__services .toggleRadio--on label {
  background: #00846C;
  color: #fff;
  font-weight: 700;
  border-color: #00846C;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  padding: 0 0 0 12px;
}
#setting-mfa-off:checked ~ .toggleRadio__mfa .toggleRadio--off label,
#integration-box-off:checked ~ .toggleRadio__services .toggleRadio--off label,
#integration-zoom-off:checked ~ .toggleRadio__services .toggleRadio--off label {
  background: #ccc;
  color: #000;
  border-color: #ccc;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  padding: 0 12px 0 0;
}
#setting-mfa-off:checked ~ .toggleRadio__mfa .toggleRadio--off,
#integration-box-off:checked ~ .toggleRadio__services .toggleRadio--off,
#integration-zoom-off:checked ~ .toggleRadio__services .toggleRadio--off {
  left: 24px;
}
