@charset "utf-8";
body {
  background: #f5f5f5;
}
body h1 {
  display: none;
}
br.hidden {
  display: none;
}
article section >.contents {
  position: relative;
}
article section >.contents >.content {
  width: 90%;
  max-width: 1080px;
  margin: auto;
  position: absolute;
  top: 50px;
  left: 0;
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 720px) {
  article section >.contents >.content {
    top: 40px;
  }
}
article section >.contents >.content >.logo {
  text-align: center;
  margin: 0 auto 36px;
}
article section >.contents >.content >.logo >img {
  max-width: 268px;
}
@media screen and (max-width: 720px) {
  article section >.contents >.content >.logo {
    margin-bottom: 28px;
  }
  article section >.contents >.content >.logo >img {
    width: 134px;
  }
}
article section >.contents >.content >.form-area {
  background-color: #fff;
  overflow: hidden;
  border: #e0e0e0 1px solid;
  text-align: center;
  padding: 32px 0 44px;
}
@media screen and (max-width: 720px) {
  article section >.contents >.content >.form-area {
    padding: 20px 0 0;
    display: block;
  }
}
article section >.contents >.content >.form-area >.alpha {
  width: 480px;
  margin: 0 40px 0 40px;
  display: inline-block;
}
@media screen and (max-width: 720px) {
  article section >.contents >.content >.form-area >.alpha {
    width: 100%;
    margin: 0;
  }
}
article section >.contents >.content >.form-area >.alpha >form {
  text-align: center;
}
article section >.contents >.content >.form-area >.alpha >form >p.mail-regist {
  margin: 32px auto 8px;
}
article section >.contents >.content >.form-area >.alpha >form >div {
  margin: auto;
  position: relative;
}
article section >.contents >.content >.form-area >.alpha >form .regist_br {
  display: none;
}
article section >.contents >.content >.form-area >.alpha >form .form_inline-maintext {
  font-size: 32px;
  color: #455a64;
}
article section >.contents >.content >.form-area >.alpha >form .form_inline-subtext {
  margin-top: 6px;
  color: #607d8b;
}
article section >.contents >.content >.form-area >.alpha >form .form_subtext-strong {
  font-weight: bold;
}
article section >.contents >.content >.form-area >.alpha >form .regist_form-input {
  width: 360px;
  position: relative;
  text-align: left;
  margin-top: 14px;
}
article section >.contents >.content >.form-area >.alpha >form .regist_form-input.regist_input-mail:has(.error)+ .regist_input-phone {
  margin-top: 24px;
}
article section >.contents >.content >.form-area >.alpha >form .regist_form-input.regist_input-mail:has(.error[style="display: none;"])+ .regist_input-phone {
  margin-top: 0;
}
article section >.contents >.content >.form-area >.alpha >form .regist_form-input.regist_input-phone {
  margin-top: 0;
}
article section >.contents >.content >.form-area >.alpha >form .regist_form-input .regist_form-deny-free-address {
  display: inline-block;
  width: 100%;
  margin-top: 2px;
  font-size: 12px;
  color: #607d8b;
  text-align: right;
}
article section >.contents >.content >.form-area >.alpha >form .regist_form-title {
  color: #607d8b;
}
article section >.contents >.content >.form-area >.alpha >form .regist_form-required {
  color: #ff5252;
  font-weight: bold;
}
article section >.contents >.content >.form-area >.alpha >form .form-register-name {
  display: flex;
}
article section >.contents >.content >.form-area >.alpha >form .form-register-name .f_item_name_last {
  width: 48%;
  margin-right: 4%;
}
article section >.contents >.content >.form-area >.alpha >form .form-register-name .f_item_name_first {
  width: 48%;
}
article section >.contents >.content >.form-area >.alpha >form .regist_input-text {
  width: 356px;
  height: 36px;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: inset 0 2px 2px 0 rgba(0,0,0,0.3);
  border: solid 2px #becad0;
  margin-top: 1px;
}
article section >.contents >.content >.form-area >.alpha >form .regist_input-text:focus {
  background-color: #fffde7;
}
article section >.contents >.content >.form-area >.alpha >form .regist_input-text.error {
  border: solid 2px #ff8a80;
  background-color: #ffebee;
}
article section >.contents >.content >.form-area >.alpha >form .regist_input-text.valid {
  border: solid 2px #26a69a;
  background-color: #e0f2f1;
}
article section >.contents >.content >.form-area >.alpha >form .regist_caption-treaty {
  color: #607d8b;
  margin-bottom: 26px;
}
article section >.contents >.content >.form-area >.alpha >form .regist_link-treaty {
  text-decoration: underline;
  color: #009688;
}
article section >.contents >.content >.form-area >.alpha >form .regist_link-treaty:hover {
  color: #4db6ac;
}
article section >.contents >.content >.form-area >.alpha >form label.error {
  position: absolute;
  bottom: -20px;
  right: -0.5em;
  color: #ff5252;
  font-size: 12px;
}
article section >.contents >.content >.form-area >.alpha >form label.error+ .regist_form-deny-free-address {
  display: none;
}
article section >.contents >.content >.form-area >.alpha >form label.error[style="display: none;"]+ .regist_form-deny-free-address {
  display: inline-block;
}
article section >.contents >.content >.form-area >.alpha >form .regist_input-checkbox {
  display: flex;
  gap: 8px;
  color: #607d8b;
  height: 46px;
  position: relative;
  align-items: center;
}
article section >.contents >.content >.form-area >.alpha >form .regist_input-checkbox input[type='checkbox'] {
  position: relative;
  margin: 0;
  width: 14px;
  height: 13px;
  border: solid 2px #becad0;
  border-radius: 3px;
  appearance: none;
}
article section >.contents >.content >.form-area >.alpha >form .regist_input-checkbox input[type='checkbox'].error {
  border: solid 2px #ff8a80;
  background-color: #ffebee;
}
article section >.contents >.content >.form-area >.alpha >form .regist_input-checkbox input[type='checkbox']:checked {
  background-color: #1e90ff;
  border: solid 2px transparent;
}
article section >.contents >.content >.form-area >.alpha >form .regist_input-checkbox input[type='checkbox']:checked:before {
  position: absolute;
  top: -1px;
  left: 3px;
  transform: rotate(36deg);
  width: 2.5px;
  height: 6.5px;
  border-right: 2.5px solid #fff;
  border-bottom: 2.5px solid #fff;
  content: '';
}
article section >.contents >.content >.form-area >.alpha >form .regist_input-checkbox input[type='checkbox']:hover {
  border-color: #4c5f69;
}
article section >.contents >.content >.form-area >.alpha >form .regist_input-checkbox input[type='checkbox']:checked:hover {
  background-color: #1568b9;
}
article section >.contents >.content >.form-area >.alpha >form .regist_input-checkbox p {
  font-size: 12px;
  margin-bottom: 0;
}
article section >.contents >.content >.form-area >.alpha >form .regist_input-checkbox p a {
  text-decoration: underline;
  color: #00a59a;
}
article section >.contents >.content >.form-area >.alpha >form .regist_input-checkbox p a:hover {
  color: #4db6ac;
}
article section >.contents >.content >.form-area >.alpha >form .regist_input-checkbox label.error {
  position: absolute;
  right: -0.5em;
  bottom: -18px;
  color: #ff5252;
}
@media screen and (max-width: 720px) {
  article section >.contents >.content >.form-area >.alpha >form .regist_input-checkbox label.error {
    top: auto;
    bottom: -10px;
  }
}
article section >.contents >.content >.form-area >.alpha >form >button.form_button {
  font-size: 24px;
  font-weight: bold;
  width: 360px;
  height: 56px;
  border: none;
  border-radius: 28px;
  margin: 23px auto 16px;
  background-color: #ffd600;
  box-shadow: 0 3px 0 #fbc02d;
  cursor: pointer;
}
article section >.contents >.content >.form-area >.alpha >form >button.form_button.en {
  height: 68px;
}
@media screen and (max-width: 720px) {
  article section >.contents >.content >.form-area >.alpha >form >button.form_button.en {
    height: 87px;
  }
}
article section >.contents >.content >.form-area >.alpha >form >button.form_button:hover {
  background-color: #ffea60;
}
article section >.contents >.content >.form-area >.alpha >form >button.form_button:active {
  background-color: #fbc02d;
  box-shadow: 0 0 0;
  position: relative;
  top: 3px;
}
article section >.contents >.content >.form-area >.alpha >form >button.form_button:disabled {
  background-color: #b0bec5;
  box-shadow: 0 0 0;
  cursor: default;
}
@media screen and (max-width: 720px) {
  article section >.contents >.content >.form-area >.alpha >form >p.mail-regist {
    margin-top: 38px;
    margin-bottom: 20px;
  }
  article section >.contents >.content >.form-area >.alpha >form .regist_br {
    display: inline;
  }
  article section >.contents >.content >.form-area >.alpha >form .form_inline-maintext {
    font-size: 24px;
    line-height: 1.25;
  }
  article section >.contents >.content >.form-area >.alpha >form .form_inline-subtext {
    margin-top: 20px;
    margin-bottom: 18px;
    line-height: 1.25;
  }
  article section >.contents >.content >.form-area >.alpha >form .regist_form-input {
    width: 80vw;
    max-width: 360px;
    margin-top: 8px;
    margin-bottom: 29px;
  }
  article section >.contents >.content >.form-area >.alpha >form .regist_input-text {
    width: calc(80vw - 4px);
    max-width: 356px;
    height: 36px;
  }
  article section >.contents >.content >.form-area >.alpha >form .regist_caption-treaty {
    margin-bottom: 10px;
  }
  article section >.contents >.content >.form-area >.alpha >form label.error {
    top: 72px;
  }
  article section >.contents >.content >.form-area >.alpha >form >button.form_button {
    width: 80vw;
    max-width: 360px;
    height: 88px;
    border-radius: 44px;
    line-height: 1.25;
    margin-top: 12px;
    margin-bottom: 22px;
  }
}
@media screen and (max-width: 720px) {
  article section >.contents >.content >.form-area >.alpha >.registed_login {
    display: none;
  }
}
article section >.contents >.content >.form-area >.alpha >.isms {
  max-width: 475px;
  width: 100%;
  margin: 0 auto;
  padding-top: 64px;
}
@media screen and (max-width: 720px) {
  article section >.contents >.content >.form-area >.alpha >.isms {
    width: 80%;
    max-width: 347px;
    padding: 40px 0 16px;
  }
}
article section >.contents >.content >.form-area >.alpha >.isms h3 {
  text-align: center;
  color: #566d77;
  font-weight: bold;
  margin-bottom: 8px;
}
article section >.contents >.content >.form-area >.alpha >.isms p {
  text-align: left;
  font-size: 10px;
  color: #455a64;
}
article section >.contents >.content >.form-area >.alpha >.isms .isms_left,
article section >.contents >.content >.form-area >.alpha >.isms .isms_right {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 10px;
}
@media screen and (max-width: 720px) {
  article section >.contents >.content >.form-area >.alpha >.isms .isms_left,
  article section >.contents >.content >.form-area >.alpha >.isms .isms_right {
    display: block;
  }
}
article section >.contents >.content >.form-area >.alpha >.isms .isms_left img,
article section >.contents >.content >.form-area >.alpha >.isms .isms_right img {
  max-width: 128px;
  width: 100%;
}
@media screen and (max-width: 720px) {
  article section >.contents >.content >.form-area >.alpha >.isms .isms_left {
    text-align: center;
  }
}
article section >.contents >.content >.form-area >.alpha >.isms .isms_right {
  margin-left: 16px;
}
@media screen and (max-width: 720px) {
  article section >.contents >.content >.form-area >.alpha >.isms .isms_right {
    margin: 0 0 8px 0;
  }
}
article section >.contents >.content >.form-area >.alpha >.isms .isms_right p {
  font-size: 12px;
  line-height: 1.2;
}
article section >.contents >.content >.form-area >.beta {
  border: 1px #00a59a solid;
}
@media screen and (max-width: 720px) {
  article section >.contents >.content >.form-area >.beta {
    display: none;
  }
}
article section >.contents >.content >.form-area >.beta .trial {
  padding: 32px 0;
  font-size: 32px;
  font-weight: bold;
  color: #fff;
  background-color: #00a59a;
}
article section >.contents >.content >.form-area >.beta .scrollable {
  width: 480px;
  height: 562px;
  overflow-y: scroll;
}
article section >.contents >.content >.form-area >.beta .scrollable table {
  width: 100%;
  height: 100%;
}
article section >.contents >.content >.form-area >.beta .scrollable table td {
  border: none;
}
article section >.contents >.content >.form-area >.beta .scrollable table tbody tr td {
  padding: 20px;
}
article section >.contents >.content >.form-area >.beta .scrollable table tbody tr td span.second-line {
  margin-left: calc(1em + 8px);
}
article section >.contents >.content >.form-area >.beta .scrollable table tbody tr td .can_title {
  font-size: 24px;
  color: #455a64;
  font-weight: bold;
  border-bottom: 1px #00a59a solid;
  margin-bottom: 5px;
  text-align: left;
}
article section >.contents >.content >.form-area >.beta .scrollable table tbody tr td ul.can_skill {
  margin-bottom: 44px;
}
article section >.contents >.content >.form-area >.beta .scrollable table tbody tr td ul.can_skill >li {
  color: #455a64;
  text-decoration: none;
  text-align: left;
}
article section >.contents >.content >.form-area >.beta .scrollable table tbody tr td ul.can_skill li a {
  padding: 3px 0 0 0;
  color: #00a59a;
  text-decoration: underline;
}
article section >.contents >.content >.form-area >.beta .scrollable table tbody tr td >br {
  line-height: 2em;
}
article section >.contents >.content >.form-area >.beta .scrollable table tbody tr td.can_td {
  padding-left: 20px;
}
article section >.contents >.content >.form-area >.beta .scrollable table tbody tr td.function {
  padding-left: 160px;
}
article section >.contents >.content >.form-area >.beta .scrollable table tbody tr td.price {
  font-size: 32px;
  text-align: center;
}
article section >.contents >.content >.form-area >.beta .scrollable table tbody tr td.long-sentence {
  padding: 20px 15px;
}
article section >.contents >.content >.form-area >.beta .scrollable table tbody tr td.plantable_header-1 {
  color: #fff;
  height: 32px;
  line-height: 32px;
  font-size: 24px;
  font-weight: bold;
  padding: 14px 0 7px 0;
}
article section >.contents >.content >.form-area >.beta .scrollable table tbody tr td.can_table {
  padding-left: 64px;
}
article section >.contents >.content >.form-area >.beta .scrollable table tbody tr td.plantable_header-2 {
  border-top: solid 1px #26a69a;
  border-bottom: solid 1px #26a69a;
  height: 32px;
  line-height: 32px;
  padding: 0;
}
article section >.contents >.content >.form-area >.beta .scrollable table tbody tr td.free-plan {
  padding: 16px;
  display: flex;
  align-items: center;
  height: 64px;
  box-sizing: border-box;
  line-height: 20px;
  color: #455a64;
}
article section >.contents >.content >.form-area >.beta .scrollable table tbody tr td.free-plan .item {
  text-align: right;
  font-weight: bold;
  width: 224px;
  margin-right: 24px;
  display: inline-block;
}
article section >.contents >.content >.form-area >.beta .scrollable table tbody tr td.free-plan .item_s {
  font-weight: normal;
  font-size: 11px;
  line-height: 14px;
}
article section >.contents >.content >.form-area >.beta .scrollable table tbody tr td.free-plan .desc {
  text-align: left;
  width: 180px;
}
article section >.contents >.content >.form-area >.beta .scrollable table tbody tr td.free-plan_only {
  padding: 15px;
  box-sizing: border-box;
  line-height: 20px;
  text-align: left;
  color: #455a64;
  font-size: 16px;
}
article section >.contents >.content >.form-area >.beta .scrollable table tbody tr td.free-plan_only .desc_only {
  text-align: left;
  width: 100%;
}
article section >.contents >.content >.form-area >.beta .scrollable table tbody tr td.free-plan_only .desc_only .help {
  color: #00a59a;
  text-decoration: underline;
}
article section >.contents >.content >.form-area >.beta .scrollable table tbody tr td.free-plan_only .desc_only .help:hover {
  color: #00c9ba;
}
article section >.contents >.content >.form-area >.beta .scrollable table tbody tr.white_row td,
article section >.contents >.content >.form-area >.beta .scrollable table tbody tr.green_row td {
  border-top: none;
  border-bottom: none;
}
article section >.contents >.content >.form-area >.beta .scrollable table tbody tr.white_row td >br,
article section >.contents >.content >.form-area >.beta .scrollable table tbody tr.green_row td >br {
  line-height: normal;
}
article section >.contents >.content >.form-area >.beta .scrollable table tbody tr.green_row td {
  background-color: #f2f2f2;
}
article section >.contents >.content >.form-area >.beta .scrollable table tbody tr.center td {
  text-align: center;
}
article section >.contents >.content >.form-area >.beta .scrollable table tbody tr:last-child td {
  border-bottom: none;
}
article section >.contents >.content >.form-area >.beta .scrollable table tbody tr .long_text {
  letter-spacing: -1.5px;
}
article section >.contents >.content >.form-area >.delta {
  display: none;
  margin: 20px 15px 15px 15px;
}
@media screen and (max-width: 720px) {
  article section >.contents >.content >.form-area >.delta {
    display: block;
  }
  article section >.contents >.content >.form-area >.delta .plan_container#sp_free2 .plan_name {
    height: 217px;
  }
  article section >.contents >.content >.form-area >.delta .plan_container {
    width: 100%;
    margin: auto;
    border: 1px #00a59a solid;
  }
  article section >.contents >.content >.form-area >.delta .plan_container .plan_name {
    height: 125px;
    background-color: #26a69a;
    text-align: center;
    cursor: pointer;
  }
  article section >.contents >.content >.form-area >.delta .plan_container .plan_name span {
    display: inline-block;
    line-height: 1em;
    margin-bottom: 8px;
  }
  article section >.contents >.content >.form-area >.delta .plan_container .plan_name span.price_overview {
    margin-top: 15px;
    margin-bottom: 0px;
    font-size: 32px;
    font-weight: bold;
    color: #fff;
    line-height: 1.5em;
  }
  article section >.contents >.content >.form-area >.delta .plan_container .plan_name span.price_overview_s {
    margin-top: 0px;
    margin-bottom: 5px;
    font-size: 16px;
    color: #fff;
    line-height: 1.5em;
  }
  article section >.contents >.content >.form-area >.delta .plan_container .plan_name span.price_text-rank {
    margin-top: 26px;
    font-size: 32px;
  }
  article section >.contents >.content >.form-area >.delta .plan_container .plan_name img {
    width: 48px;
  }
  article section >.contents >.content >.form-area >.delta .plan_container .plan_name img.rev {
    transform: rotate(180deg);
  }
  article section >.contents >.content >.form-area >.delta .plan_container .plan_name img.sitest {
    margin-top: 20px;
    width: 181px;
    transform: rotate(0deg);
  }
  article section >.contents >.content >.form-area >.delta .plan_container .plan_name img.sitest_lite {
    margin-top: 12px;
    width: 202px;
    transform: rotate(0deg);
  }
  article section >.contents >.content >.form-area >.delta .plan_container .plan_name img.op {
    margin-top: -13px;
  }
  article section >.contents >.content >.form-area >.delta .plan_container .plan_detail {
    display: none;
  }
  article section >.contents >.content >.form-area >.delta .plan_container .plan_detail span {
    display: inline-block;
    line-height: 1em;
    margin-bottom: 0px;
  }
  article section >.contents >.content >.form-area >.delta .plan_container .plan_detail span.function {
    margin-top: -10px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 6px;
    height: 48px;
    font-size: 24px;
    font-weight: bold;
    background-color: #00a59a;
    color: #fff;
    line-height: 1.5em;
  }
  article section >.contents >.content >.form-area >.delta .plan_container .plan_detail p {
    border-top: solid 1px #26a69a;
    padding: 16px;
  }
  article section >.contents >.content >.form-area >.delta .plan_container .plan_detail p:not(.detail_title) {
    color: #607d8b;
  }
  article section >.contents >.content >.form-area >.delta .plan_container .plan_detail p.detail_title {
    height: 48px;
    font-weight: bold;
    font-size: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px;
  }
  article section >.contents >.content >.form-area >.delta .plan_container .plan_detail p.white_row,
  article section >.contents >.content >.form-area >.delta .plan_container .plan_detail p.green_row {
    border-top: none;
  }
  article section >.contents >.content >.form-area >.delta .plan_container .plan_detail p.white_row.price {
    font-family: Hiragino Kaku Gothic Pro W6;
    font-size: 32px;
    text-align: center;
  }
  article section >.contents >.content >.form-area >.delta .plan_container .plan_detail p.green_row {
    background-color: #f2f2f2;
  }
  article section >.contents >.content >.form-area >.delta .plan_container .plan_detail p.center {
    text-align: center;
  }
  article section >.contents >.content >.form-area >.delta .plan_container .plan_detail p.detail_function {
    padding: 20px calc(50% - 108px);
  }
  article section >.contents >.content >.form-area >.delta .plan_container .plan_detail p.detail_function >br {
    line-height: 2em;
  }
  article section >.contents >.content >.form-area >.delta .plan_container .plan_detail p.detail_function span.second-line {
    margin-left: calc(1em + 8px);
  }
  article section >.contents >.content >.form-area >.delta .plan_container .plan_detail p.detail_function span.long_text {
    letter-spacing: -1.5px;
  }
  article section >.contents >.content >.form-area >.delta .plan_container .plan_detail p .plan_domain-caption {
    display: inline-block;
    margin-left: 1em;
    text-align: left;
    text-indent: -1em;
  }
  article section >.contents >.content >.form-area >.delta .plan_container .plan_detail p .item_t {
    display: inline-block;
    margin-bottom: 0px;
    font-size: 16px;
    line-height: 20px;
    font-weight: bold;
  }
  article section >.contents >.content >.form-area >.delta .plan_container .plan_detail p .item_c {
    font-size: 16px;
    line-height: 20px;
  }
  article section >.contents >.content >.form-area >.delta .plan_container .plan_detail p .item_s {
    font-size: 11px;
    line-height: 14px;
  }
  article section >.contents >.content >.form-area >.delta .plan_container .plan_detail p .item_f {
    display: inline-block;
    margin-top: -5px;
    margin-bottom: -2px;
    font-size: 16px;
    line-height: 26px;
    font-weight: bold;
  }
  article section >.contents >.content >.form-area >.delta .plan_container .plan_detail p.green_row_l {
    background-color: #f2f2f2;
    text-align: left;
    border: none;
  }
  article section >.contents >.content >.form-area >.delta .plan_container .plan_detail p .help {
    color: #00a59a;
    text-decoration: underline;
  }
  article section >.contents >.content >.form-area >.delta .plan_container .plan_detail p .help:hover {
    color: #00c9ba;
  }
  article section >.contents >.content >.form-area >.delta .plan_container .plan_detail .can_title {
    font-size: 16px;
    color: #455a64;
    font-weight: bold;
    border-bottom: 1px #00a59a solid;
    margin: 20px 0 10px 20px;
    text-align: left;
  }
  article section >.contents >.content >.form-area >.delta .plan_container .plan_detail .can_title_s {
    font-size: 12px;
    color: #455a64;
    font-weight: bold;
    text-align: left;
  }
  article section >.contents >.content >.form-area >.delta .plan_container .plan_detail ul.can_skill {
    margin-bottom: 30px;
  }
  article section >.contents >.content >.form-area >.delta .plan_container .plan_detail .can_skill li {
    color: #455a64;
    text-decoration: none;
    font-size: 16px;
    margin: 0 0 2px 20px;
    text-align: left;
  }
  article section >.contents >.content >.form-area >.delta .plan_container .plan_detail .can_skill li a {
    padding: 3px 0 0 0;
    color: #00a59a;
    text-decoration: underline;
    font-size: 16px;
  }
  article section >.contents >.content >.form-area >.delta .plan_container .plan_detail .can_skill li a:hover {
    color: #00c9ba;
  }
  article section >.contents >.content >.form-area >.delta .plan_container .detail_k {
    border-top: 1px #00a59a solid;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 48px;
  }
  article section >.contents >.content >.form-area >.delta .plan_container .detail_k a {
    font-size: 24px;
    font-weight: bold;
    color: #00a59a;
    text-decoration: underline;
  }
  article section >.contents >.content >.form-area >.delta .plan_container .detail_k a:hover {
    color: #00c9ba;
  }
}
article section >.contents >.content >.links {
  margin-top: 16px;
  margin-bottom: 50px;
  text-align: left;
}
article section >.contents >.content >.links >span {
  float: right;
}
article section >.contents >.content >.links >span .hidden_pc {
  display: none;
}
@media screen and (max-width: 720px) {
  article section >.contents >.content >.links {
    text-align: center;
    margin-top: 14px;
    margin-bottom: 34px;
  }
  article section >.contents >.content >.links >a {
    display: inline-block;
    font-size: 16px;
    margin: auto;
  }
  article section >.contents >.content >.links >span {
    display: block;
    float: none;
    margin: 4px auto;
    text-align: center;
  }
  article section >.contents >.content >.links >span .hidden_pc {
    display: inline;
    line-height: 1;
  }
  article section >.contents >.content >.links >span .hidden_mobile {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .hidden_sp {
    display: none;
  }
}
