@charset "UTF-8";

/* ================================================ */

html,
body {
  height: 100%;
}
#wrapper {
  position: relative;
  min-height: 100%;
}

@media (max-width: 768px) {
  #desktopApp,
  #infoFriend,
  #campaign,
  .courseArea .status p {
    display: none !important;
  }
}

/* ヘッダーの起動ボタン非表示 */
#head-area #launch-button {
  display: none !important;
}

#alert {
  margin: 0 auto;
  width: 100%;
  max-width: 1100px;
  /*min-width: 960px;*/
}
#alert .message {
  margin: 16px;
  padding: 16px 24px;
  background-color: #fff;
  border: 1px solid;
  border-radius: 4px;
  box-sizing: border-box;
}
/* #alert .message::before {
  content: "\e605";
  font-family: 'icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;

  display: block;
  float: left;
  font-size: 3.2em;
  color: #c00;
} */
/* #alert .message p {
  margin-left: 4.6em;
} */
#alert .message p em {
  color: inherit;
}
#alert .message a {
  text-decoration: underline;
}


/* ================================================ */

#dashboard {
  margin: 0 auto;
  width: 100%;
  max-width: 1100px;
  /*min-width: 960px;*/
}
#dashboard .banner {
  margin: 16px;
}
#dashboard .banner img {
  width: 100%;
  height: auto;
}
#dashboard .section {
  overflow: auto;
  margin: 16px;
  padding: 24px;
  border-radius: 4px;
  box-sizing: border-box;
  box-shadow: 0 0 6px rgba(0,0,0,.25);
  background-color: #fff;
}
#dashboard .section h2 {
  margin: -24px -24px 24px;
  padding: 8px 16px;
  border-bottom: 1px solid rgba(0,0,0,.15);
  font-weight: bold;
}
/* #dashboard .section h2::before {
  content: "\e60a";
  font-family: 'icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;

  padding-right: 6px;
  font-size: 1.7em;
  vertical-align: -.2em;
  color: inherit;
} */
#dashboard #campaign h2 {
  background: #0bc8c0;
  color: #fff;
  border-bottom-color: transparent;
}
/* #dashboard #campaign h2::before {
  content: "\e624";
} */
#dashboard #desktopApp h2,
#dashboard #course h2 {
  background: rgba(11,200,192,.15);
  background: #ebf5f5;
  border-bottom-color: transparent;
}
/* #dashboard #desktopApp h2::before {
  content: "\e603";
} */
/* #dashboard #course h2::before {
  content: "\e61f";
} */
/* #dashboard #infoDS h2::before {
  content: "\e604";
} */
/* #dashboard #infoFriend h2::before {
  content: "\e623";
} */
/* #dashboard #infoServer h2::before {
  content: "\e605";
} */
/* #dashboard #mailmag h2::before {
  content: "\e607";
} */
.sectionBody {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.sectionBody > *:not(:first-child) {
  padding-left: 8px;
}
.sectionBody > *:not(:last-child) {
  padding-right: 8px;
}
.sectionBody > *:not(:first-child):not(:last-child) {
  flex-grow:  1;
}
.sectionBody h3 {
  margin-bottom: .25em;
  font-weight: bolder;
}
.section .btnBox {
  text-align: right;
}
.section .note {
  margin-top: 2em;
  font-size: .85em;
  color: rgba(0,0,0,.6);
}
.sectionBody_pickup {
  justify-content: start;
}

noscript p {
  margin: 16px;
  padding: 24px;
  border-radius: 4px;
  box-shadow: 0 0 6px rgba(0,0,0,.25);
  background-color: #fff;
  font-size: 1.167em;
  font-weight: bold;
  color: #c00;
  text-align: center;
}

@media (max-width: 768px) {
  #dashboard .section {
    padding: 24px 12px 12px;
  }
  #dashboard .section h2 {
    margin-bottom: 12px;
    margin-left: -12px;
    margin-right: -12px;
  }
  .sectionBody {
    flex-wrap: wrap;
  }
  .sectionBody > * {
    width: 100%;
    text-align: center;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .sectionBody > div + div {
    margin-top: 8px;
  }
  .sectionBody h3,
  .sectionBody p {
    text-align: left;
  }
}




/* ================================================ */

a[class^=button],
input[class^=button],
button {
  display: inline-block;
  margin: 4px 0;
  padding: .5em .75em;
  height: auto;
  border-radius: 4px;
  font-size: 14px;
  line-height: 1.2;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  text-align: center;
  vertical-align: bottom;
  cursor: pointer;
  white-space: nowrap;
  transition: all .3s;

  background: #0bc8c0;
  border: 1px solid transparent;
}

@media (max-width: 768px) {
  a[class^=button],
  input[class^=button],
  button {
    font-size: 12px;
  }
}

a[class^=button] + a[class^=button],
input[class^=button] + input[class^=button],
button + button {
  margin-left: 8px;
}
a[class^=button]:hover,
a[class^=button]:focus,
a[class^=button]:active,
input[class^=button]:hover,
input[class^=button]:focus,
input[class^=button]:active,
button:hover,
button:focus,
button:active {
  background: #09a09a;
}
a[class^=button]::before,
input[class^=button]::before,
button::before {
  /* icon */
  content: "";
  font-family: 'icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;

  padding-right: 4px;
}
a[class^=button].disabled,
input[class^=button][disabled],
button[disabled] {
  border: none !important;
  background: #ccc !important;
  box-shadow: none !important;
  text-shadow: none !important;
  color: #f0f0f0;
  cursor: default;
  top: 0 !important;
}
a.buttonM,
input.buttonM,
button.buttonM {
  padding: .5em .75em;
}
a.buttonM::before,
input.buttonM::before,
button.buttonM::before {
  font-size: 1.2em;
  vertical-align: -.1em;
}
a.buttonL,
input.buttonL,
button.buttonL {
  padding: .75em;
}
a.buttonL::before,
input.buttonL::before,
button.buttonL::before {
  font-size: 1.2em;
  vertical-align: -.1em;
}
a.buttonLL,
input.buttonLL,
button.buttonLL {
  padding: 12px 24px;
  width: 9em;
  font-size: 1.167em;
}
a.buttonLL::before,
input.buttonLL::before,
button.buttonLL::before {
  display: block;
  margin-bottom: .1em;
  font-size: 2.4em;
}

/* ゴースト */
a.btnGhost,
input.btnGhost,
button.btnGhost {
  border: 1px solid #0bc8c0;
  color: #0bc8c0;
  box-shadow: none;
  text-shadow: none;
  background: rgba(255,255,255,.8);
}
a.btnGhost:hover,
a.btnGhost:focus,
a.btnGhost:active,
input.btnGhost:hover,
input.btnGhost:focus,
input.btnGhost:active,
button.btnGhost:hover,
button.btnGhost:focus,
button.btnGhost:active {
  border: 1px solid #0bc8c0;
  background: rgba(45,170,150,.2);
}

/* cloud起動 */
a.btnLaunch::before {
  content: "\e600";
}

/* 青：各種設定 */
a.btnSetting {
  background-color: #444;
}
a.btnSetting:hover,
a.btnSetting:focus,
a.btnSetting:active {
  background: #222;
}
a.btnSetting::before {
  content: "\e601";
}

/* 赤：アップグレード・再契約 */
a.btnResign,
a.btnUpgrade {
  background: #c00;
  background-color: rgba(205,69,51,1);
}
a.btnResign:hover,
a.btnResign:focus,
a.btnResign:active,
a.btnUpgrade:hover,
a.btnUpgrade:focus,
a.btnUpgrade:active {
  background: #900;
  background: rgba(154,18,0,1);
}
a.btnUpgrade {
  margin-top: 4px;
}

/* 新規契約 */
a.btnAdd {}
a.btnAdd:hover,
a.btnAdd:focus,
a.btnAdd:active {}

a.btnCampaign::before,
a.btnUpgrade::before {
  content: "\e602";
}
a.btnResign::before {
  content: "\e609";
}
a.btnAdd::before {
  content: "\e60e";
}
a.btnDelete::before {
  content: "\e60f";
}
a.buttonS.btnUpgrade::before ,
a.buttonS.btnResign::before,
/*a.buttonS.btnAdd::before*/ {
  font-size: 1.2em;
  vertical-align: -.2em;
}

/* 追加 */
a.button.ghost {
  background: none;
  box-shadow: none;
  text-shadow: none;
  border-color: rgba(0,0,0,.6);
  color: rgba(0,0,0,.6);
  font-size: 12px;
}
a.button.ghost:hover {
  color: rgba(0,0,0,.8);
  border-color: rgba(0,0,0,.8);
}
.update {
  color: #c00;
  font-weight: bold;
}

a.button-r {
  background: #c00;
}
a.button-r:hover, a.button-r:focus, a.button-r:active {
  background: #900;
}

/* ================================================ */

input[type=text],
input[type=email],
input[type=url],
input[type=password],
textarea {
  display: inline-block;
  box-sizing: border-box;
  margin: 4px auto;
  padding: .5em .75em;
  background-color: #fff;
  border: 1px solid rgba(0,0,0,.3);
  color: inherit;
  font-size: 14px;
  line-height: 1.2;
  font-family: inherit;
  vertical-align: middle;
  text-align: left;
  transition: .3s linear;
}
input[type=text][disabled],
input[type=email][disabled],
input[type=url][disabled],
input[type=password][disabled],
textarea[disabled] {
  background: rgba(0,0,0,.25);
  border-color: transparent;
  box-shadow: none;
  opacity: .6;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
textarea:not([readonly]):focus {
  border-color: #0bc8c0;
  background-color: #e6f9f9;
  box-shadow: none;
  outline: none;
}
input::placeholder {
  color: rgba(0,0,0,.35);
}
input:focus::placeholder {
  color: rgba(0,0,0,.2);
}
textarea {
  height: 8em;
  font-size: 0.9em;
  line-height: 1.5;
}
select {
  display: inline-block;
  margin: 4px auto;
  padding: .5em 1.75rem .5em .75em;
  background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 4'%3E%3Cpolygon fill='%23363636' points='4,4 0,0 8,0 '/%3E%3C/svg%3E") no-repeat right .75rem center;
  background-size: auto auto;
  background-size: 8px 4px;
  border: 1px solid rgba(0,0,0,.3);
  border-radius: 0;
  color: inherit;
  font-size: inherit;
  line-height: 1.2;
  font-family: inherit;
  vertical-align: middle;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* ================================================ */
/* 利用コース */

#course {
  padding: 0 0 24px;
}
#course h2 {
  margin: 0;
}
.courseTitle + hr {
  margin: 0;
  padding: 0;
  border: none;
}

.courseList {
  table-layout: auto;
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 16px;
}
.courseList {
  table-layout: auto;
  border-collapse: collapse;
  width: 100%;
}
.courseList > tbody > tr {
  border-top: 1px solid rgba(0,0,0,.2);
  border-bottom: 1px solid rgba(0,0,0,.2);
}
.courseList > tbody > tr > td {
  padding: 24px 0;
}
.courseList td > div:nth-child(even) {
  background-color: rgba(0,0,0,.03);
}
hr + .courseList > tbody > tr {
  border: none;
}
hr + .courseList > tbody > tr > td {
  padding: 0;
}
.courseList .courseArea {
  padding: 24px 0;
  border-top: 1px solid rgba(0,0,0,.2);
  box-sizing: border-box;
}
.courseList .courseArea:last-child {
  border-bottom: 1px solid rgba(0,0,0,.2);
}
.courseList .courseArea > table {
  width: 100%;
}



/* コース情報 */
.courseList .status {
 width: 50%;
  vertical-align: top;
}
.courseList h3 {
  margin-bottom: 8px;
  padding-bottom: .25em;
  border-bottom: 1px solid;
  font-size: 1.142rem;
  font-weight: bold;
  position: relative;
}
.courseList h3::before,
.courseList h3::after {
  content: "";
  display: table;
}
.courseList h3::after {
  clear: both;
}

.courseList [class^="contract-"] {
  padding: .5em;
  color: #444;
  line-height: 1;
  font-size: 10px;
  border: 1px solid #444;
  background-color: #fff;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.courseList .contract-long {
  color: #594409;
  border-color: #594409;
  background-color: #FFE100;
}

.courseList [class^=tag-] {
  float: right;
  display: block;
  margin: 4px 2px;
  padding: 1px .5em 0;
  border-radius: 1px;
  background-color: #666;
  line-height: 15px;
  font-size: 11px;
  font-weight: normal;
  color: #fff;
}
.courseList .tag-wls {
  background-color: #34578a;
}
.courseList .tag-canceled {}
.courseList .status li {
  vertical-align: middle;
}
.courseList .status li::before {
  content: "-";
  display: inline-block;
  padding-right: .4em;
}
.courseList .status .liTit {
  display: inline-block;
  width: 10em;
  color: rgba(0,0,0,.6);
}

/* 各ボタン */
.courseList .controls {
  padding-left: 0;
  vertical-align: middle;
  text-align: right;
  white-space: nowrap;
}

/* 解約済 */
.courseList tr.disabled {
  color: #777;
}
.courseList tr.disabled h3 {
  border-bottom-color: #bbb;
  color: rgba(0,0,0,.6);
}

/* グループ参加コース表示 */
.courseTitle {
  display: inline-block;
  margin-bottom: 16px;
  padding: 2px 8px 0;
  border: 1px solid;
  font-size: .85em;
  color: rgba(0,0,0,.6);
}
.courseTitle:nth-of-type(n+2) {
  margin-top: 32px;
}
.courseList .ownerCaption {
  color: rgba(0,0,0,.6);
}

@media (max-width: 768px) {
  
  .courseList table,
  .courseList tbody,
  .courseList tr,
  .courseList th,
  .courseList td {
    display: block;
  }
  .courseList .status {
    width: 100%;
  }
  .courseList .controls {
    text-align: center;
    font-size: 0;
  }
  .courseList a.buttonLL,
  .courseList input.buttonLL,
  .courseList button.buttonLL {
    padding: .5em .75em;
    font-size: 1rem;
    width: calc(50% - 4px);
    box-sizing: border-box;
  }
}

/* ================================================ */
/* お知らせ */

.infoList th,
.infoList td {
  vertical-align: top;
  padding: 0 .5em;
}
.infoList tr :first-child {
  padding-left: 0;
}
.infoList tr :last-child {
  padding-right: 0;
}
.infoList a {
  display: inline-block;
  color: inherit;
}
.infoList span[class^=tag-] {
  display: block;
  margin-top: 3px;
  padding-top: 1px;
  width: 6.5em;
  border-radius: 1px;
  background: #363636;
  line-height: 15px;
  font-size: 11px;
  color: #fff;
  white-space: nowrap;
  text-align: center;
}
.infoList span.tag-new {}
.infoList span.tag-campaign {
  background-color: #0bc8c0;
}
.infoList span.tag-release {
  background-color: #c00;
}
.infoList td.date {
  color: rgba(0,0,0,.6);
}

@media (max-width: 768px) {
  .infoList,
  .infoList tbody,
  .infoList tr,
  .infoList td {
    display: block;
  }
  .infoList th,
  .infoList td.date {
    padding: 0;
    display: inline-block;
  }
  .infoList td.date {
    padding-left: .5em;
  }
  .infoList tr :last-child {
    padding-top: .1em;
    padding-left: 0;
    padding-bottom: .25em;
  }
  .infoList span[class^=tag-] {
    margin-top: 0;
  }
}


/* ================================================ */
/* メルマガ設定 */

#mailmag form > p {
  display: inline-block;
  margin-right: 2em;
}
#mailmag form > p:last-child {
  margin-right: 0;
}
.mailmagList {
  width: 100%;
}
.mailmagList th,
.mailmagList td {
  padding: 1em 0;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.mailmagList td {
  text-align: right;
}
.dsmailStatus {
  display: inline-block;
  margin-left: .5em;
  width: 8em;
  text-align: left;
}

/*
 * Main stylesheet for Switchery.
 * http://abpetkov.github.io/switchery/
 */
.switchery {
  position: relative;
  display: inline-block;
  box-sizing: content-box;
  width: 40px;
  height: 16px;
  border: 1px solid rgba(0,0,0,.2) !important;
  border-radius: 16px;
  background-color: #fff;
  box-shadow: 0 0 1px rgba(0,0,0,.4) inset !important;
  cursor: pointer;
  vertical-align: middle;
}
.switchery > small {
  position: absolute;
  top: 0;
  width: 16px;
  height: 16px;
  border-radius: 100%;
  background: #fff;
  box-shadow: 0 0 3px rgba(0,0,0,.4);
}

/* ================================================ */
/* ログイン */

.loginBox {
  padding: 30px 10px 1rem;
}
.loginBox .section {
  overflow: auto;
  margin: 0 auto;
  padding: 40px;
  max-width: 640px;
  border-radius: 4px;
  box-sizing: border-box;
  box-shadow: 0 0 6px rgba(0,0,0,.25);
  background-color: #fff;
}
.loginBox .section h1 {
  overflow: hidden;
  text-indent: -4000px;
  margin: 8px auto 12px;
  max-width: 280px;
  height: 40px;
  background: url(../img/login_logo.png) center/50% no-repeat;
}
.loginBox .section p {
  position: relative;
  margin: 18px auto 0;
}
.loginBox .section p:last-child {
  margin-bottom: 0;
}
.loginBox .section label {
  display: block;
}
.loginBox .section input[type=text],
.loginBox .section input[type=email],
.loginBox .section input[type=url],
.loginBox .section input[type=password],
.loginBox .section textarea {
  width: 100%;
}
.loginBox .section .btnBox {
  text-align: center;
}
.loginBox .section .errorMsg {
  color: #c00;
}

.btnLogin {
  margin: 0;
  box-sizing: border-box;
  width: 100%;
  font-size: 14px;
}
/* .btnLogin::before {
  content: "";
  font-size: 14px;
} */

a.lnkBack::before {
  /* icon */
  content: "\e615";
  font-family: 'icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;

  padding-right: 2px;
  font-size: .8em;
}

#entryLogin.loginBox {
  padding-top: 100px;
}
#wls {
  box-sizing: border-box;
  margin: 8px auto 0;
  padding: 20px 40px;
  max-width: 640px;
  background-color: #fff;
  text-align: center;
}
#wls p:not(:first-child) {
  margin-top: 10px;
}
#wls a[class^=button] {
  margin: 0;
  background-color: #3079ea;
  color: #fff;
  border-color: none;
}
#wls a[class^=button]:hover,
#wls a[class^=button]:focus,
#wls a[class^=button]:active {
  background-color: #205fbf;
}

#wls a[class^=button]::before {
  content: "";
}

.confirmTable {
  width: 100%;
}
.confirmTable th,
.confirmTable td {
  padding: 8px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  text-align: left;
}
.confirmTable th {
  background-color: #f0f0f0;
}

@media (max-width: 768px) {
  #entryLogin.loginBox {
    padding-top: 80px;
  }
  .loginBox .section {
    padding: 15px;
  }
  .section .btnBox {
    text-align: center;
  }
}

/* ================================================ */
/* 新規登録 */

.loginBox .section {
  overflow: visible;
}
.loginBox .section .loginLead {
  margin: 0;
  text-align: center;
}
.loginBox .section .loginLeadTxt {
  display: inline-block;
  border-bottom: 2px solid #0bc8c0;
  text-align: center;
  font-weight: bold;
  font-size: 1.14rem;
  color: #0bc8c0;
}
.loginBox .inputBox {
  clear: both;
  position: relative;
  margin: 0 auto;
  padding-top: 16px;
}
.loginBox .inputBox p {
  margin: 0;
}
.loginBox .inputBox h2 label {
  font-size: .85em;
  color: rgba(0,0,0,.6);
}
.loginBox .inputBox label a {
  color: inherit;
  text-decoration: underline;
}
.loginBox .inputBox label a:hover {
  color: #0bc8c0;
}
.loginBox .btnBox {
  padding-top: 4px;
}
.loginBox #entryName1 {
  display: block;
  float: left;
  width: 49%;
}
.loginBox #entryName2 {
  display: block;
  float: right;
  width: 49%;
}
.loginBox #siteCode {
  width: 60%;
}
.loginBox .hints {
  position: absolute;
  top: 0;
  left: 100%;
  margin-top: 2px;
  margin-left: 4px;
  display: none;
  padding: .75em;
  width: 13.5em;
  box-sizing: border-box;
  border-radius: 4px;
  background-color: #222;
  background-color: rgba(0,0,0,.8);
  color: #fff;
  font-size: .85em;
}
.loginBox .hints::after {
  content: "";
  position: absolute;
  top: 5px;
  left: -4px;
  display: block;
  width: 0;
  height: 0;
  border-right: 4px solid #222;
  border-right-color: rgba(0,0,0,.8);
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
}
.loginBox input.error {
  background-color: #fdd;
}
.loginBox .errorMsg {
  clear: both;
}
.registBox {
  margin-top: 16px;
  padding: 20px;
  border-radius: 4px;
  background-color: #ebf5f5;
}
.registTitle {
  font-size:1.07rem;
  font-weight: bold;
  text-align: center;
  color:rgba(0,0,0,.6);
  border-bottom: 2px solid #b1dddd;
}
/* CSSアコーディオン */
.accbox {
  margin-top: 24px;
}
.accbox .accTitle {
  display: block;
  margin: 1.5px 0;
  padding: .75em;
  background-color: transparent;
  border:1px solid;
  border-radius: 4px;
  text-align: center;
  transition: all 0.5s;
  cursor: pointer;
  color: #0bc8c0;
  font-weight: normal;
  line-height: 1.2;
}
.accbox .accTitle:hover {
  background: #ebf5f5;
}
.accToggle {
  display: none;
}
.accbox .accshow {
  height: 0;
  padding: 0;
  overflow: hidden;
  opacity: 0;
  transition: 0.8s;
}
.cssacc:checked + .accshow {
  height: auto;
  padding-top: 5px;
  opacity: 1;
}

/* または */
.dividingText {
  color: rgba(0,0,0,.5);
  font-size: 12px;
  display: flex;
  align-items: center;
  margin: 24px 0;
}
.dividingText::before,.dividingText::after {
  content: "";
  flex-grow: 1;
  height: 1px;
  background: rgba(0,0,0,.1);
  display: block;
}
.dividingText::before {
  margin-right: .4em;
}
.dividingText::after {
  margin-left:  .4em;
}

/* ================================================ */
/* アンケート */

#entryQues .section {
  max-width: 640px;
}
.ques-table {
  width: 100%;
  border-bottom: 1px solid #ccc;
}
.ques-table th {
  padding-top: 20px;
  vertical-align: top;
}
.ques-table td {
  vertical-align: top;
}
.ques-table .ques_cell {
  border-top: 1px solid #ccc;
  text-align: left;
}
.ques-table .ques {
  margin-right: .5em;
  padding: .2em .5em .1em;
  background-color: #333;
  color: #fff;
}
.ques-table .list_col {
  float: left;
  width: 50%;
  padding: 20px;
  box-sizing: border-box;
}
.ques-table .list_col:first-child {
  padding-left: 0;
}
.ques-table .list_col:last-child {
  padding-right: 0;
}
.ques-table .check_label {
  display: block;
  margin-top: .2em;
}
.ques-table .check_input {
  margin-right: .3em;
}
.ques-table .textarea {
  width: 100%;
  height: 5em;
}

/* ================================================ */

.status li.alert {
  padding-left: 10.6em;
  margin-bottom: 1em;
}
.status li.alert::before {
  /* icon */
  content: "\e604";
  font-family: 'icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;

  padding-right: 6px;
  font-size: 1.333em;
  vertical-align: -.15em;
  color: #c00;
  border: none;
  width: auto;
  height: auto;
  margin: auto;
}

/* ================================================ */

/* クーポン表示 */
.coupon {
  margin: 16px 24px 0;
  /* border: 1px solid rgba(0,0,0,.2); */
  background-color: #fff;
  box-shadow: 0 0 6px rgba(0,0,0,.25);
  position: relative;
  box-sizing: border-box;
  overflow: hidden;
}

.couponOffer {
  position: relative;
  padding: 24px 24px 24px 56px;
  box-shadow: 32px 0 0 #0bc8c0 inset;
}
.couponOffer::before {
  content: "coupon";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  transform: rotate(90deg) translate(0,-100%);
  transform-origin: top left;
  padding-left: 1em;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  line-height: 2;
  text-transform: uppercase;
}
.couponRow {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.couponOffer h4 {
  /* display: inline-block; */
  color: #0bc8c0;
  font-size: 1.2em;
  font-weight: bold;
  border-bottom: 2px solid;
}
.couponInfo {
  padding-right: 24px;
}
.couponInfo p {
  margin-top: 1em;
}
.couponInfo table {
  margin-top: 0.5em;
  width: 100%;
}
.couponInfo table tr {
  border-top: 1px solid rgba(0,0,0,.2);
}
.couponInfo table tr:last-child {
  border-bottom: 1px solid rgba(0,0,0,.2);
}
.couponInfo table th,
.couponInfo table td {
  padding: .25em 1em .25em 0;
  vertical-align: top;
}
.couponInfo table th:last-child,
.couponInfo table td:last-child {
  padding-right: 0;
}
.couponPrise {
  font-size: 110%;
  font-weight: bold;
}

.couponBtn {
  text-align: right;
}

/* クーポン折畳トリガー */
.couponOffer .tgl {
  cursor: pointer;
}
.couponOffer .tgl::after {
  /* icon */
  content: "\e613";
  font-family: 'icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* クーポン折畳 */
.couponTgl {
  clear: both;
  display: none;
  padding: 24px;
  border-top: 1px dashed rgba(0,0,0,.2);
  font-size: .85em;
  line-height: 1.5;
}
.couponTgl h5 {
  font-weight: bold;
}
.couponTgl li {
  margin-top: 0.25em;
  margin-left: 1.5em;
  padding-left: 0;
  list-style: disc outside;
  color: rgba(0,0,0,.6);
}
.couponTgl li em {
  font-weight: normal;
}

/* ================================================ */

/* 登録情報更新ポップアップ */
#profile-form {
  /* display: none; */
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0,0,0,.7);
}
#profile-form > div {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 840px;
  height: 910px;
  max-width: 90%;
  max-height: 90vh;
  border-radius: 4px;
  overflow: hidden;
}
#profile-form > div > iframe {
  width: 100%;
  height: 100%;
}
