@charset "utf-8";
.enterprise_custom-list {
  margin: 12px auto;
  text-align: center;
}
.enterprise_custom-item {
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  color: #455a64;
}
.enterprise_custom-item:before {
  content: "■";
  color: #26a69a;
}
.enterprise_custom-item:not(:last-child) {
  margin-right: 1em;
}
section.start_flow {
  border-bottom: solid 1px #cfd8dc;
}
section.start_flow.option_flow {
  border-top: solid 1px #cfd8dc;
  border-bottom: none;
  padding-bottom: 126px;
}
@media screen and (max-width: 720px) {
  section.start_flow.option_flow {
    padding-bottom: 88px;
  }
}
section.start_flow .contents h2 {
  margin: 52px auto 20px;
}
@media screen and (max-width: 720px) {
  section.start_flow .contents {
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    width: 95%;
    max-width: 512px;
    margin: auto;
  }
  section.start_flow .contents h2 {
    width: 19em;
  }
}
.start_flow-list {
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  max-width: 960px;
  height: 100px;
  margin: auto;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
@media screen and (min-width: 721px) and (max-width: 1200px) {
  .start_flow-list.en {
    height: 140px;
  }
}
@media screen and (max-width: 720px) {
  .start_flow-list {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: calc(25.625vw + 46px);
    max-width: 210px;
    height: auto;
    margin-left: 0;
    margin-right: 10px;
    margin-bottom: 40px;
  }
  .start_flow-list.option_flow-list {
    width: 100%;
    margin: auto;
  }
  .start_flow-list.option_flow-list .start_flow-step {
    width: 208px;
  }
}
@media screen and (max-width: 640px) {
  .start_flow-list {
    margin-right: calc(1.875vw - 2px);
  }
}
.start_flow-step {
  width: calc(100% * 208 / 960);
  height: 98px;
}
@media screen and (min-width: 721px) and (max-width: 1200px) {
  .start_flow-step.en {
    height: 149px;
  }
}
@media screen and (min-width: 320px) and (max-width: 530px) {
  .start_flow-step.en {
    height: 115px;
  }
}
.start_flow-step span {
  display: block;
}
@media screen and (max-width: 720px) {
  .start_flow-step {
    width: calc(25.625vw + 44px);
    max-width: 208px;
  }
}
.start_flow-customer {
  border: solid 1px #ff6d00;
}
.start_flow-gc {
  border: solid 1px #26a69a;
}
.start_step-name {
  height: 39px;
  line-height: 40px;
  font-size: 24px;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 480px) {
  .start_step-name.en {
    height: 25px;
    line-height: 30px;
  }
}
.start_step-name.step_name-customer {
  background-color: #ff6d00;
}
.start_step-name.step_name-gc {
  background-color: #26a69a;
}
.start_step-description {
  color: #607d8b;
  text-align: left;
  padding: 6px 10px;
}
.start_step-description.step_description-gc {
  padding-right: 0;
}
@media screen and (max-width: 640px) {
  .start_step-description:not(.option_step) {
    font-size: calc(0.625vw + 12px);
    padding: calc(-1.25vw + 14px) calc(2.5vw - 6px);
    letter-spacing: calc(0.15625vw - 1px);
  }
}
.start_step-final {
  color: #fff;
  background-color: #ff6d00;
  font-size: 32px;
  line-height: 1.25;
  text-align: center;
  padding: 10px 0;
}
@media screen and (max-width: 640px) {
  .start_step-final {
    letter-spacing: calc(0.15625vw - 1px);
  }
}
@media screen and (min-width: 721px) and (max-width: 1200px) {
  .start_step-final.en {
    height: initial;
  }
}
.start_flow-term {
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  width: calc(80% - 210px);
  height: 52px;
  max-width: 750px;
  margin: 10px auto;
  position: relative;
}
@media screen and (max-width: 720px) {
  .start_flow-term {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: calc(36.5625vw + 51px);
    max-width: 285px;
    height: auto;
    margin: 50px 0 90px 0;
  }
}
@media screen and (min-width: 721px) and (max-width: 1200px) {
  .start_flow-term.en {
    width: calc(100% - 210px);
  }
}
.flow_term-empty_en {
  width: calc(50% - 240px);
  height: 32px;
  border-bottom: dashed 1px #90a4ae;
}
@media screen and (max-width: 720px) {
  .flow_term-empty_en {
    width: calc(100% - 150px);
  }
}
.flow_term-empty_en.empty-left {
  border-left: dashed 1px #90a4ae;
}
@media screen and (max-width: 720px) {
  .flow_term-empty_en.empty-left {
    border-bottom: none;
    border-left: none;
    border-right: dashed 1px #90a4ae;
    border-top: dashed 1px #90a4ae;
  }
}
.flow_term-empty_en.empty-right {
  border-right: dashed 1px #90a4ae;
}
@media screen and (max-width: 720px) {
  .flow_term-empty_en.empty-right {
    border-bottom: dashed 1px #90a4ae;
  }
}
.flow_term-empty {
  width: calc(50% - 119px);
  height: 32px;
  border-bottom: dashed 1px #90a4ae;
}
.flow_term-empty.empty-left {
  border-left: dashed 1px #90a4ae;
}
.flow_term-empty.empty-right {
  border-right: dashed 1px #90a4ae;
}
@media screen and (max-width: 720px) {
  .flow_term-empty {
    width: 50%;
    height: 124px;
  }
  .flow_term-empty.empty-left {
    border-left: none;
    border-bottom: none;
    border-top: dashed 1px #90a4ae;
    border-right: dashed 1px #90a4ae;
  }
}
.flow_term-day {
  text-align: center;
  color: #ff6d00;
  font-size: 24px;
  font-weight: bold;
  line-height: 40px;
  -webkit-align-self: flex-end;
  -ms-align-self: flex-end;
  align-self: flex-end;
}
@media screen and (max-width: 720px) {
  .flow_term-day {
    -webkit-align-self: center;
    -ms-align-self: center;
    align-self: center;
  }
}
@media screen and (max-width: 640px) {
  .flow_term-day {
    font-size: calc(1.875vw + 12px);
  }
}
@media screen and (min-width: 1024px) and (max-width: 783px) {
  .flow_term-day.en {
    line-height: 22px;
  }
}
.start_flow-description {
  margin-bottom: 74px;
}
.start_flow-caption {
  text-align: center;
}
@media screen and (max-width: 720px) {
  .start_flow-caption {
    display: none;
  }
}
.start_flow-caption-sp {
  text-align: center;
  -webkit-align-self: center;
  -ms-align-self: center;
  align-self: center;
}
@media screen and (min-width: 721px) {
  .start_flow-caption-sp {
    display: none;
  }
}
@media screen and (max-width: 640px) {
  .start_flow-caption-sp {
    font-size: calc(0.625vw + 12px);
  }
}
.start_flow-arrow {
  font-family: "FontAwesome Regular";
  font-size: 32px;
  color: #607d8b;
}
@media screen and (max-width: 720px) {
  .start_flow-arrow {
    transform: rotate(90deg);
  }
}
.start_option-caption {
  margin-top: 4px;
}
body > h1 {
  display: none;
}
body article {
  margin-top: 0;
  font-size: 16px;
}
body article section.first_view {
  height: 320px;
  background-image: url("/images/plan/fv_bg_plan.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  box-sizing: border-box;
  z-index: 2;
}
body article section.first_view .first_wrapper {
  position: relative;
  top: 140px;
}
body article section.first_view .first_wrapper .btn {
  text-align: center;
  padding: 31px 0 39px;
}
@media screen and (max-width: 720px) {
  body article section.first_view .first_wrapper .btn {
    padding: 22px 0;
    border-right: none;
  }
}
body article section.first_view .first_wrapper .btn a {
  width: 90%;
  max-width: 468px;
  margin: 0 auto;
  font-size: 24px;
  font-weight: bold;
  color: #455a64;
  display: block;
  border-radius: 32px;
  background-color: #ffd600;
  box-shadow: 0 3px 0 #fbc02d;
  padding: 10px 0;
}
body article section.first_view .first_wrapper .btn a:hover {
  background-color: #ffea00;
}
body article section.first_view .first_wrapper .btn a:active {
  box-shadow: none;
  background-color: #ffd600;
  position: relative;
  top: 3px;
}
@media screen and (max-width: 720px) {
  body article section.first_view .first_wrapper .btn a {
    font-size: 16px;
    max-width: 207px;
  }
}
body article section.plan_table {
  border-bottom: solid 1px #cfd8dc;
  overflow-x: auto;
}
@media screen and (max-width: 720px) {
  body article section.plan_table {
    padding: 0;
  }
}
body article section.plan_table .ttl {
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  color: #fff;
  background-color: #00a59a;
  padding: 10px 0;
  margin-bottom: 32px;
  position: sticky;
  top: 0;
  left: 0;
}
@media screen and (max-width: 720px) {
  body article section.plan_table .ttl .ttl {
    margin-bottom: 24px;
  }
  body article section.plan_table .ttl .ttl span {
    font-size: 14px;
  }
}
body article section.plan_table .contents {
  width: 960px;
  margin: 80px auto;
  letter-spacing: -0.4em;
  padding: 0 20px;
}
@media screen and (max-width: 720px) {
  body article section.plan_table .contents {
    width: 100%;
    margin: 40px auto;
    padding: 0;
  }
}
body article section.plan_table .contents .third {
  border: 1px solid #26a69a;
}
@media screen and (max-width: 720px) {
  body article section.plan_table .contents .third {
    border: none;
  }
}
body article section.plan_table .contents .content {
  display: inline-block;
  vertical-align: top;
  letter-spacing: normal;
}
body article section.plan_table .contents .content.standard {
  width: 100%;
  color: #607d8b;
}
body article section.plan_table .contents .content.standard.flex_center {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 720px) {
  body article section.plan_table .contents .content.standard.flex_center {
    flex-direction: column;
  }
}
body article section.plan_table .contents .content.standard .left {
  width: 50%;
}
@media screen and (max-width: 720px) {
  body article section.plan_table .contents .content.standard .left {
    width: 80%;
    margin: 0 auto 40px;
    border: 1px solid #26a69a;
  }
}
body article section.plan_table .contents .content.standard .left .title {
  padding: 16px 0;
  text-align: center;
  background-color: #26a69a;
  border-right: 1px solid #fff;
}
@media screen and (max-width: 720px) {
  body article section.plan_table .contents .content.standard .left .title {
    border-right: 0;
  }
}
body article section.plan_table .contents .content.standard .left .title .des {
  font-weight: bold;
  color: #fff;
  margin-bottom: 18px;
}
body article section.plan_table .contents .content.standard .left .title .subttl {
  font-size: 32px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  margin-bottom: 16px;
}
body article section.plan_table .contents .content.standard .left .title .attention {
  font-size: 14px;
  color: #fff;
}
@media screen and (max-width: 720px) {
  body article section.plan_table .contents .content.standard .left .title .attention {
    margin-bottom: 18px;
  }
}
@media screen and (max-width: 720px) {
  body article section.plan_table .contents .content.standard .left .title .subttl {
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 720px) {
  body article section.plan_table .contents .content.standard .left #content_open1 {
    display: none;
  }
  body article section.plan_table .contents .content.standard .left .detail .des {
    color: #dbf0ef;
  }
  body article section.plan_table .contents .content.standard .left .detail .img {
    margin-top: -20px;
  }
  body article section.plan_table .contents .content.standard .left .detail .img img {
    width: 48px;
  }
  body article section.plan_table .contents .content.standard .left .detail .img .rev {
    transform: rotate(180deg);
  }
}
body article section.plan_table .contents .content.standard .left .content {
  height: 655px;
  overflow: scroll;
  overflow-x: hidden;
  border-right: 1px solid #26a69a;
}
@media screen and (max-width: 720px) {
  body article section.plan_table .contents .content.standard .left .content {
    height: auto;
    border-right: none;
    overflow: initial;
  }
}
body article section.plan_table .contents .content.standard .left .content .plan {
  text-align: center;
}
body article section.plan_table .contents .content.standard .left .content .plan li {
  padding: 12px 0;
}
body article section.plan_table .contents .content.standard .left .content .plan li:nth-child(even) {
  background-color: #e0f2f1;
}
body article section.plan_table .contents .content.standard .left .content .plan li .bold_plan {
  font-weight: bold;
}
body article section.plan_table .contents .content.standard .left .content .plan li .caution_plan {
  font-size: 11px;
  display: block;
}
body article section.plan_table .contents .content.standard .left .content .subttl {
  font-size: 24px;
  font-weight: bold;
  background-color: #26a69a;
  color: #fff;
  text-align: center;
  margin-bottom: 20px;
}
body article section.plan_table .contents .content.standard .left .content .box {
  padding: 0 20px 44px 64px;
}
@media screen and (max-width: 720px) {
  body article section.plan_table .contents .content.standard .left .content .box {
    padding: 0 0 30px 20px;
  }
}
body article section.plan_table .contents .content.standard .left .content .box .box_ttl {
  font-size: 24px;
  font-weight: bold;
  color: #455a64;
  border-bottom: 1px solid #00a59a;
  margin-bottom: 5px;
}
@media screen and (max-width: 720px) {
  body article section.plan_table .contents .content.standard .left .content .box .box_ttl {
    font-size: 16px;
  }
}
body article section.plan_table .contents .content.standard .left .content .box .detail li a {
  color: #00a59a;
  padding: 3px 0 0 0;
  text-decoration: underline;
}
body article section.plan_table .contents .content.standard .left .content .box .detail li a:hover {
  color: #00c9ba;
}
body article section.plan_table .contents .content.standard .left .btn {
  text-align: center;
  padding: 38px 0 39px;
  border-right: 1px solid #26a69a;
}
@media screen and (max-width: 720px) {
  body article section.plan_table .contents .content.standard .left .btn {
    padding: 22px 0;
    border-right: none;
  }
}
body article section.plan_table .contents .content.standard .left .btn a {
  width: 90%;
  margin: 0 auto;
  font-size: 24px;
  font-weight: bold;
  color: #455a64;
  display: block;
  border-radius: 32px;
  background-color: #ffd600;
  box-shadow: 0 3px 0 #fbc02d;
  padding: 10px 0;
}
body article section.plan_table .contents .content.standard .left .btn a:hover {
  background-color: #ffea00;
}
body article section.plan_table .contents .content.standard .left .btn a:active {
  box-shadow: none;
  background-color: #ffd600;
  position: relative;
  top: 3px;
}
@media screen and (max-width: 720px) {
  body article section.plan_table .contents .content.standard .left .btn a {
    font-size: 18px;
  }
}
body article section.plan_table .contents .content.standard .right {
  width: 50%;
}
@media screen and (max-width: 720px) {
  body article section.plan_table .contents .content.standard .right {
    width: 80%;
    margin: 0 auto;
    border: 1px solid #26a69a;
  }
}
body article section.plan_table .contents .content.standard .right .title {
  padding: 16px 0;
  text-align: center;
  background-color: #26a69a;
}
body article section.plan_table .contents .content.standard .right .title .des {
  font-weight: bold;
  color: #fff;
  margin-bottom: 6px;
}
@media screen and (max-width: 720px) {
  body article section.plan_table .contents .content.standard .right .title .detail .des {
    color: #dbf0ef;
    margin-bottom: 18px;
  }
}
body article section.plan_table .contents .content.standard .right .title .subttl {
  font-family: Oswald;
  font-size: 49px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 8px;
}
@media screen and (max-width: 720px) {
  body article section.plan_table .contents .content.standard .right #content_open2 {
    display: none;
  }
  body article section.plan_table .contents .content.standard .right .img {
    margin-top: -20px;
  }
  body article section.plan_table .contents .content.standard .right .img img {
    width: 48px;
  }
  body article section.plan_table .contents .content.standard .right .img .rev {
    transform: rotate(180deg);
  }
}
body article section.plan_table .contents .content.standard .right .content {
  padding: 14px 18px;
}
@media screen and (max-width: 720px) {
  body article section.plan_table .contents .content.standard .right .content {
    padding: 14px 18px 0;
  }
}
body article section.plan_table .contents .content.standard .right .content p {
  margin-bottom: 16px;
}
body article section.plan_table .contents .content.standard .right .content .element {
  margin-bottom: 16px;
}
body article section.plan_table .contents .content.standard .right .content .element.flex_center {
  display: flex;
  justify-content: center;
}
body article section.plan_table .contents .content.standard .right .content .element li {
  font-weight: bold;
  margin-right: 16px;
}
body article section.plan_table .contents .content.standard .right .content .element li:last-child {
  margin-right: 0;
}
body article section.plan_table .contents .content.standard .right .content .element li::before {
  content: "■";
  color: #26a69a;
}
body article section.plan_table .contents .content.standard .right .content .form-area input[type='text'],
body article section.plan_table .contents .content.standard .right .content .form-area input[type='email'],
body article section.plan_table .contents .content.standard .right .content .form-area input[type='tel'] {
  width: calc(100% - 4px);
  height: 28px;
  border-radius: 4px;
  border: solid 2px #cfd8dc;
}
body article section.plan_table .contents .content.standard .right .content .form-area input[type='text'].valid,
body article section.plan_table .contents .content.standard .right .content .form-area input[type='email'].valid,
body article section.plan_table .contents .content.standard .right .content .form-area input[type='tel'].valid {
  border: solid 2px #26a69a;
  background-color: #e0f2f1;
}
body article section.plan_table .contents .content.standard .right .content .form-area input[type='text'].error,
body article section.plan_table .contents .content.standard .right .content .form-area input[type='email'].error,
body article section.plan_table .contents .content.standard .right .content .form-area input[type='tel'].error {
  border: solid 2px #ff8a80;
  background-color: #ffebee;
}
body article section.plan_table .contents .content.standard .right .content .form-area .input_area >div {
  margin-bottom: 24px;
  position: relative;
}
body article section.plan_table .contents .content.standard .right .content .form-area .input_area label.error {
  position: absolute;
  right: 0;
  bottom: -24px;
  white-space: nowrap;
  color: #ff5252;
}
body article section.plan_table .contents .content.standard .right .content .form-area .input_area .form-register-name {
  display: flex;
}
body article section.plan_table .contents .content.standard .right .content .form-area .input_area .form-register-name .f_item_name_last {
  width: 48%;
  margin-right: 4%;
}
body article section.plan_table .contents .content.standard .right .content .form-area .input_area .form-register-name .f_item_name_first {
  width: 48%;
}
body article section.plan_table .contents .content.standard .right .content .form-area .input_textarea {
  position: relative;
}
body article section.plan_table .contents .content.standard .right .content .form-area .input_textarea textarea {
  width: calc(100% - 4px);
  border: solid 2px #cfd8dc;
  border-radius: 4px;
}
body article section.plan_table .contents .content.standard .right .content .form-area .input_textarea textarea.valid {
  border: solid 2px #26a69a;
  background-color: #e0f2f1;
}
body article section.plan_table .contents .content.standard .right .content .form-area .input_textarea textarea.error {
  border: solid 2px #ff8a80;
  background-color: #ffebee;
}
body article section.plan_table .contents .content.standard .right .content .form-area .input_textarea label.error {
  position: absolute;
  right: 0;
  bottom: -18px;
  white-space: nowrap;
  color: #ff5252;
}
body article section.plan_table .contents .content.standard .right .content .form-area .input_checkbox {
  display: flex;
  gap: 8px;
  color: #607d8b;
  height: 46px;
  margin-top: 28px;
  margin-bottom: 8px;
  position: relative;
  align-items: center;
}
body article section.plan_table .contents .content.standard .right .content .form-area .input_checkbox input[type='checkbox'] {
  position: relative;
  width: 15px;
  height: 13px;
  border: solid 2px #becad0;
  border-radius: 3px;
  appearance: none;
}
body article section.plan_table .contents .content.standard .right .content .form-area .input_checkbox input[type='checkbox'].error {
  border: solid 2px #ff8a80;
  background-color: #ffebee;
}
body article section.plan_table .contents .content.standard .right .content .form-area .input_checkbox input[type='checkbox']:checked {
  background-color: #1e90ff;
  border: 0;
}
body article section.plan_table .contents .content.standard .right .content .form-area .input_checkbox input[type='checkbox']:checked:before {
  position: absolute;
  top: 1px;
  left: 4px;
  transform: rotate(36deg);
  width: 2.5px;
  height: 6.5px;
  border-right: 2.5px solid #fff;
  border-bottom: 2.5px solid #fff;
  content: '';
}
body article section.plan_table .contents .content.standard .right .content .form-area .input_checkbox input[type='checkbox']:hover {
  border-color: #4c5f69;
}
body article section.plan_table .contents .content.standard .right .content .form-area .input_checkbox input[type='checkbox']:checked:hover {
  background-color: #1568b9;
}
body article section.plan_table .contents .content.standard .right .content .form-area .input_checkbox p {
  margin-bottom: 0;
}
body article section.plan_table .contents .content.standard .right .content .form-area .input_checkbox p a {
  text-decoration: underline;
  color: #00a59a;
}
body article section.plan_table .contents .content.standard .right .content .form-area .input_checkbox p a:hover {
  color: #4db6ac;
}
body article section.plan_table .contents .content.standard .right .content .form-area .input_checkbox label.error {
  position: absolute;
  right: 0;
  bottom: -18px;
  color: #ff5252;
}
@media screen and (max-width: 720px) {
  body article section.plan_table .contents .content.standard .right .content .form-area .input_checkbox input[type='checkbox'] {
    width: 16px;
  }
}
@media screen and (max-width: 480px) {
  body article section.plan_table .contents .content.standard .right .content .form-area .input_checkbox input[type='checkbox'] {
    width: 20px;
  }
  body article section.plan_table .contents .content.standard .right .content .form-area .input_checkbox label.error {
    bottom: -25px;
  }
}
body article section.plan_table .contents .content.standard .right .content .form-area .btn {
  text-align: center;
}
body article section.plan_table .contents .content.standard .right .content .form-area .submit {
  width: 100%;
  border: none;
  border-radius: 32px;
  background-color: #ffd600;
  box-shadow: 0 3px 0 #fbc02d;
  cursor: pointer;
  margin: 26px 0 24px;
  font-size: 24px;
  font-weight: bold;
  padding: 10px 0;
}
body article section.plan_table .contents .content.standard .right .content .form-area .submit:hover {
  background-color: #ffea00;
}
body article section.plan_table .contents .content.standard .right .content .form-area .submit:active {
  box-shadow: none;
  background-color: #ffd600;
  position: relative;
  top: 3px;
}
body article section.plan_table .contents .content.standard .right .content .form-area .submit:disabled {
  background-color: #b0bec5;
  box-shadow: 0 0 0;
  cursor: default;
}
@media screen and (max-width: 720px) {
  body article section.plan_table .contents .content.standard .right .content .form-area .submit {
    font-size: 22px;
    -webkit-appearance: none;
  }
}
@media screen and (max-width: 720px) {
  body article section.plan_table .contents .content.standard {
    display: none;
  }
}
body article section.plan_table .contents .content.standard table {
  border-collapse: collapse;
  table-layout: fixed;
}
body article section.plan_table .contents .content.standard table th,
body article section.plan_table .contents .content.standard table td {
  border: solid 1px #26a69a;
}
body article section.plan_table .contents .content.standard table thead th {
  padding: 16px 0 10px;
  background-color: #26a69a;
}
body article section.plan_table .contents .content.standard table thead th.free {
  border-right: solid 1px #fff;
}
body article section.plan_table .contents .content.standard table thead th .price_text-rank {
  margin-top: 16px;
  font-size: 32px;
}
body article section.plan_table .contents .content.standard table thead th .price_text-ask {
  font-family: "Oswald";
  font-size: 48px;
  font-weight: normal;
  line-height: 1;
}
body article section.plan_table .contents .content.standard table thead th.alpha {
  width: 632px;
}
body article section.plan_table .contents .content.standard table thead th.alpha div {
  font-weight: bold;
}
body article section.plan_table .contents .content.standard table thead th.blank {
  width: 24px;
  background-color: #fff;
  border-top: none;
  border-bottom: none;
  border-left: 2px #00a59a solid;
}
body article section.plan_table .contents .content.standard table thead th.beta {
  width: 304px;
}
body article section.plan_table .contents .content.standard table thead th.beta div {
  font-weight: bold;
}
body article section.plan_table .contents .content.standard table thead th.beta .price_overview_s {
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 12px;
  color: #fff;
  line-height: 1.5em;
}
body article section.plan_table .contents .content.standard table thead th .sitest_logo {
  margin: 18px 0 0px 0;
}
body article section.plan_table .contents .content.standard table thead th .sitest {
  width: 191px;
}
body article section.plan_table .contents .content.standard table thead th .sitest_logo_lite {
  margin: 12px 0 0px 0;
}
body article section.plan_table .contents .content.standard table thead th .sitest_lite {
  width: 242px;
}
body article section.plan_table .contents .content.standard table tbody tr.reg_btn-row {
  border-bottom: solid 1px #26a69a;
}
body article section.plan_table .contents .content.standard table tbody td.free {
  position: relative;
  padding: 0;
  height: 520px;
}
body article section.plan_table .contents .content.standard table tbody td.free .scrollable {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 519px;
  overflow-y: scroll;
}
body article section.plan_table .contents .content.standard table tbody td.free .scrollable table {
  width: 100%;
  height: 100%;
}
body article section.plan_table .contents .content.standard table tbody td.free .scrollable table td {
  border: none;
}
body article section.plan_table .contents .content.standard table tbody td.free .scrollable table tbody tr td {
  padding: 20px;
}
body article section.plan_table .contents .content.standard table tbody td.free .scrollable table tbody tr td span.second-line {
  margin-left: calc(1em + 8px);
}
body article section.plan_table .contents .content.standard table tbody td.free .scrollable table tbody tr td .can_title {
  font-size: 24px;
  color: #455a64;
  font-weight: bold;
  border-bottom: 1px #00a59a solid;
  margin-bottom: 5px;
}
body article section.plan_table .contents .content.standard table tbody td.free .scrollable table tbody tr td ul.can_skill {
  margin-bottom: 44px;
}
body article section.plan_table .contents .content.standard table tbody td.free .scrollable table tbody tr td .can_skill li .can_soon {
  color: #455a64;
  text-decoration: none;
}
body article section.plan_table .contents .content.standard table tbody td.free .scrollable table tbody tr td .can_skill li a {
  padding: 3px 0 0 0;
  color: #00a59a;
  text-decoration: underline;
}
body article section.plan_table .contents .content.standard table tbody td.free .scrollable table tbody tr td .can_skill li a:hover {
  color: #00c9ba;
}
body article section.plan_table .contents .content.standard table tbody td.free .scrollable table tbody tr td >br {
  line-height: 2em;
}
body article section.plan_table .contents .content.standard table tbody td.free .scrollable table tbody tr td.can_td {
  padding-left: 64px;
}
body article section.plan_table .contents .content.standard table tbody td.free .scrollable table tbody tr td.function {
  padding-left: 160px;
}
body article section.plan_table .contents .content.standard table tbody td.free .scrollable table tbody tr td.price {
  font-size: 32px;
  text-align: center;
}
body article section.plan_table .contents .content.standard table tbody td.free .scrollable table tbody tr td.long-sentence {
  padding: 20px 15px;
}
body article section.plan_table .contents .content.standard table tbody td.free .scrollable table tbody tr td.plantable_header-1 {
  color: #fff;
  height: 32px;
  line-height: 32px;
  font-size: 24px;
  font-weight: bold;
  padding: 10px 0 4px 0;
}
body article section.plan_table .contents .content.standard table tbody td.free .scrollable table tbody tr td.can_table {
  padding-left: 64px;
}
body article section.plan_table .contents .content.standard table tbody td.free .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;
}
body article section.plan_table .contents .content.standard table tbody td.free .scrollable table tbody tr td.free-plan {
  padding: 16px;
  display: flex;
  align-items: center;
  height: 64px;
  box-sizing: border-box;
  line-height: 20px;
}
body article section.plan_table .contents .content.standard table tbody td.free .scrollable table tbody tr td.free-plan .item {
  text-align: right;
  font-weight: bold;
  width: 190px;
  margin-right: 24px;
  display: inline-block;
}
body article section.plan_table .contents .content.standard table tbody td.free .scrollable table tbody tr td.free-plan .item_s {
  font-weight: normal;
  font-size: 11px;
}
body article section.plan_table .contents .content.standard table tbody td.free .scrollable table tbody tr.white_row td,
body article section.plan_table .contents .content.standard table tbody td.free .scrollable table tbody tr.green_row td {
  border-top: none;
  border-bottom: none;
}
body article section.plan_table .contents .content.standard table tbody td.free .scrollable table tbody tr.white_row td >br,
body article section.plan_table .contents .content.standard table tbody td.free .scrollable table tbody tr.green_row td >br {
  line-height: normal;
}
body article section.plan_table .contents .content.standard table tbody td.free .scrollable table tbody tr.green_row td {
  background-color: #e0f2f1;
}
body article section.plan_table .contents .content.standard table tbody td.free .scrollable table tbody tr.center td {
  text-align: center;
}
body article section.plan_table .contents .content.standard table tbody td.free .scrollable table tbody tr:last-child td {
  border-bottom: none;
}
body article section.plan_table .contents .content.standard table tbody td.free .scrollable table tbody tr .long_text {
  letter-spacing: -1.5px;
}
body article section.plan_table .contents .content.standard table tbody td.enterprise .not_scrollable {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
body article section.plan_table .contents .content.standard table tbody td.enterprise .not_scrollable table {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
body article section.plan_table .contents .content.standard table tbody td.enterprise .not_scrollable table tbody tr.green_row td {
  background-color: #e0f2f1;
}
body article section.plan_table .contents .content.standard table tbody td.enterprise .not_scrollable table tbody tr td.free-plan {
  padding-left: 16px;
  border: none;
  height: 64px;
  box-sizing: border-box;
  line-height: 20px;
}
body article section.plan_table .contents .content.standard table tbody td.enterprise .not_scrollable table tbody tr td.border_none {
  border: none;
}
body article section.plan_table .contents .content.standard table tbody td.enterprise .not_scrollable table tbody tr td .item_k {
  text-align: right;
  font-weight: bold;
  width: 96px;
  margin-right: 24px;
  display: inline-block;
}
body article section.plan_table .contents .content.standard table tbody td.enterprise .not_scrollable table tbody tr td.free-plan {
  padding: 16px;
  display: flex;
  align-items: center;
  height: 64px;
  box-sizing: border-box;
  line-height: 20px;
}
body article section.plan_table .contents .content.standard table tbody td.enterprise .not_scrollable table tbody tr td.free-plan .item_k {
  text-align: right;
  font-weight: bold;
  width: 96px;
  margin-right: 24px;
  display: inline-block;
}
body article section.plan_table .contents .content.standard table tbody td.enterprise .not_scrollable table tbody tr td.plantable_header-1 {
  color: #fff;
  height: 32px;
  line-height: 32px;
  font-size: 24px;
  font-weight: bold;
  padding: 10px 0 4px 0;
}
body article section.plan_table .contents .content.standard table tbody td.enterprise .not_scrollable table tbody tr td ul.can_skill_k {
  margin: 20px 0 20px;
}
body article section.plan_table .contents .content.standard table tbody td.enterprise .not_scrollable table tbody tr td .can_skill_k li {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  margin-bottom: 10px;
}
body article section.plan_table .contents .content.standard table tbody td.enterprise .not_scrollable table tbody tr td .can_skill_k li > span {
  font-size: 16px;
  font-weight: bold;
}
body article section.plan_table .contents .content.standard table tbody td.enterprise .not_scrollable table tbody tr td .detail_k {
  border-top: 1px #00a59a solid;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 108px;
}
body article section.plan_table .contents .content.standard table tbody td.enterprise .not_scrollable table tbody tr td .detail_k a {
  font-size: 24px;
  font-weight: bold;
  color: #00a59a;
  text-decoration: underline;
}
body article section.plan_table .contents .content.standard table tbody td.enterprise .not_scrollable table tbody tr td .detail_k a:hover {
  color: #00c9ba;
}
body article section.plan_table .contents .content.standard table tbody td.enterprise {
  padding: 16px 20px 0;
  position: relative;
}
body article section.plan_table .contents .content.standard table tbody td.enterprise form {
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 0;
}
body article section.plan_table .contents .content.standard table tbody td.enterprise form >div {
  position: relative;
}
body article section.plan_table .contents .content.standard table tbody td.enterprise form label.error {
  position: absolute;
  right: 0;
  top: 5px;
  font-size: 12px;
  color: #f44336;
}
body article section.plan_table .contents .content.standard table tbody td.enterprise form input[type="text"],
body article section.plan_table .contents .content.standard table tbody td.enterprise form input[type="email"],
body article section.plan_table .contents .content.standard table tbody td.enterprise form input[type="tel"],
body article section.plan_table .contents .content.standard table tbody td.enterprise form textarea {
  margin: 0;
  padding: 0;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: inset 0 2px 2px 0 rgba(0,0,0,0.3);
  border: solid 2px #becad0;
  position: relative;
}
body article section.plan_table .contents .content.standard table tbody td.enterprise form input[type="text"]:focus,
body article section.plan_table .contents .content.standard table tbody td.enterprise form input[type="email"]:focus,
body article section.plan_table .contents .content.standard table tbody td.enterprise form input[type="tel"]:focus,
body article section.plan_table .contents .content.standard table tbody td.enterprise form textarea:focus {
  background-color: #fffde7;
}
body article section.plan_table .contents .content.standard table tbody td.enterprise form input[type="text"].error,
body article section.plan_table .contents .content.standard table tbody td.enterprise form input[type="email"].error,
body article section.plan_table .contents .content.standard table tbody td.enterprise form input[type="tel"].error,
body article section.plan_table .contents .content.standard table tbody td.enterprise form textarea.error {
  border: solid 2px #ff8a80;
  background-color: #ffebee;
}
body article section.plan_table .contents .content.standard table tbody td.enterprise form input[type="text"].valid,
body article section.plan_table .contents .content.standard table tbody td.enterprise form input[type="email"].valid,
body article section.plan_table .contents .content.standard table tbody td.enterprise form input[type="tel"].valid,
body article section.plan_table .contents .content.standard table tbody td.enterprise form textarea.valid {
  border: solid 2px #26a69a;
  background-color: #e0f2f1;
}
body article section.plan_table .contents .content.standard table tbody td.enterprise form input[type="text"],
body article section.plan_table .contents .content.standard table tbody td.enterprise form input[type="email"],
body article section.plan_table .contents .content.standard table tbody td.enterprise form input[type="tel"] {
  height: 28px;
  width: calc(100% - 4px);
}
body article section.plan_table .contents .content.standard table tbody td.enterprise form .input_custname,
body article section.plan_table .contents .content.standard table tbody td.enterprise form .input_email,
body article section.plan_table .contents .content.standard table tbody td.enterprise form .input_phone {
  margin-top: 14px;
}
body article section.plan_table .contents .content.standard table tbody td.enterprise form .input_comment {
  margin-top: 14px;
}
body article section.plan_table .contents .content.standard table tbody td.enterprise form .input_comment textarea {
  width: calc(100% - 4px);
  height: 98px;
}
body article section.plan_table .contents .content.standard table tbody td.enterprise form .input_comment_en {
  margin-top: 14px;
}
body article section.plan_table .contents .content.standard table tbody td.enterprise form .input_comment_en textarea {
  width: calc(100% - 4px);
  height: 50px;
}
body article section.plan_table .contents .content.standard table tbody td.enterprise form .input_submit {
  height: 103px;
  position: relative;
  top: 2px;
}
body article section.plan_table .contents .content.standard table tbody td.enterprise form .input_submit .submit {
  display: block;
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 67px;
  width: 100%;
  font-size: 24px;
  border: none;
  border-radius: 32px;
  background-color: #ffd600;
  box-shadow: 0 3px 0 #fbc02d;
  cursor: pointer;
}
body article section.plan_table .contents .content.standard table tbody td.enterprise form .input_submit .submit:hover {
  background-color: #ffea60;
}
body article section.plan_table .contents .content.standard table tbody td.enterprise form .input_submit .submit:active {
  background-color: #fbc02d;
  box-shadow: 0 0 0;
  transform: translateY(3px);
}
body article section.plan_table .contents .content.standard table tbody td.enterprise form .input_submit .submit:disabled {
  background-color: #b0bec5;
  box-shadow: 0 0 0;
  cursor: default;
}
body article section.plan_table .contents .content.standard table tbody td.register {
  height: 99px;
  display: block;
  border-top: none;
  border-right: none;
  border-bottom: none;
  position: relative;
  height: 180px;
  border-top: none;
  border-bottom: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
body article section.plan_table .contents .content.standard table tbody td.register a {
  width: 568px;
  height: 56px;
  display: block;
  position: static;
  margin: 10px;
  font-size: 24px;
  font-weight: bold;
  line-height: calc(56 / 24);
  text-align: center;
  color: #455a64;
  border: none;
  border-radius: 32px;
  background-color: #ffd600;
  box-shadow: 0 3px 0 #fbc02d;
}
body article section.plan_table .contents .content.standard table tbody td.register a:hover {
  background-color: #ffea00;
}
body article section.plan_table .contents .content.standard table tbody td.register a:active {
  box-shadow: none;
  background-color: #ffd600;
  transform: translateY(3px);
}
body article section.plan_table .contents .content.standard table tbody td.blank {
  border-top: none;
  border-bottom: none;
}
body article section.plan_table .contents .content.standard_mobile {
  width: 80%;
  max-width: 512px;
  margin: 40px auto;
  display: block;
  border: solid 1px #26a69a;
}
@media screen and (min-width: 721px) {
  body article section.plan_table .contents .content.standard_mobile {
    width: 0;
    margin: 0;
    padding: 0;
    border: none;
  }
  body article section.plan_table .contents .content.standard_mobile * {
    display: none;
  }
}
body article section.plan_table .contents .content.standard_mobile .plan_container#sp_free2 .plan_name {
  height: 217px;
}
body article section.plan_table .contents .content.standard_mobile .plan_container {
  width: 100%;
  margin: auto;
}
body article section.plan_table .contents .content.standard_mobile .plan_container .plan_name {
  height: 318px;
  background-color: #26a69a;
  text-align: center;
  cursor: pointer;
}
body article section.plan_table .contents .content.standard_mobile .plan_container .plan_name span {
  display: inline-block;
  line-height: 1em;
  margin-bottom: 8px;
}
body article section.plan_table .contents .content.standard_mobile .plan_container .plan_name span.price_overview {
  margin-top: 24px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  line-height: 1.5em;
}
body article section.plan_table .contents .content.standard_mobile .plan_container .plan_name span.price_overview_s {
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 12px;
  color: #fff;
  line-height: 1.5em;
}
body article section.plan_table .contents .content.standard_mobile .plan_container .plan_name span.price_text-rank {
  margin-top: 26px;
  font-size: 32px;
}
body article section.plan_table .contents .content.standard_mobile .plan_container .plan_name img {
  width: 48px;
}
body article section.plan_table .contents .content.standard_mobile .plan_container .plan_name img.rev {
  transform: rotate(180deg);
}
body article section.plan_table .contents .content.standard_mobile .plan_container .plan_name img.sitest {
  margin-top: 20px;
  width: 181px;
  transform: rotate(0deg);
}
body article section.plan_table .contents .content.standard_mobile .plan_container .plan_name img.sitest_lite {
  margin-top: 12px;
  width: 202px;
  transform: rotate(0deg);
}
body article section.plan_table .contents .content.standard_mobile .plan_container .plan_name img.op {
  margin-top: -20px;
}
body article section.plan_table .contents .content.standard_mobile .plan_container .plan_detail {
  display: none;
}
body article section.plan_table .contents .content.standard_mobile .plan_container .plan_detail span {
  display: inline-block;
  line-height: 1em;
  margin-bottom: 8px;
}
body article section.plan_table .contents .content.standard_mobile .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;
}
body article section.plan_table .contents .content.standard_mobile .plan_container .plan_detail p {
  border-top: solid 1px #26a69a;
  padding: 16px;
}
body article section.plan_table .contents .content.standard_mobile .plan_container .plan_detail p:not(.detail_title) {
  color: #607d8b;
}
body article section.plan_table .contents .content.standard_mobile .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;
}
body article section.plan_table .contents .content.standard_mobile .plan_container .plan_detail p.white_row,
body article section.plan_table .contents .content.standard_mobile .plan_container .plan_detail p.green_row {
  border-top: none;
}
body article section.plan_table .contents .content.standard_mobile .plan_container .plan_detail p.white_row.price {
  font-family: Hiragino Kaku Gothic Pro W6;
  font-size: 32px;
  text-align: center;
}
body article section.plan_table .contents .content.standard_mobile .plan_container .plan_detail p.green_row {
  background-color: #f2f2f2;
}
body article section.plan_table .contents .content.standard_mobile .plan_container .plan_detail p.center {
  text-align: center;
}
body article section.plan_table .contents .content.standard_mobile .plan_container .plan_detail p.detail_function {
  padding: 20px calc(50% - 108px);
}
body article section.plan_table .contents .content.standard_mobile .plan_container .plan_detail p.detail_function >br {
  line-height: 2em;
}
body article section.plan_table .contents .content.standard_mobile .plan_container .plan_detail p.detail_function span.second-line {
  margin-left: calc(1em + 8px);
}
body article section.plan_table .contents .content.standard_mobile .plan_container .plan_detail p.detail_function span.long_text {
  letter-spacing: -1.5px;
}
body article section.plan_table .contents .content.standard_mobile .plan_container .plan_detail p .plan_domain-caption {
  display: inline-block;
  margin-left: 1em;
  text-align: left;
  text-indent: -1em;
}
body article section.plan_table .contents .content.standard_mobile .plan_container .plan_detail p .item_t {
  display: inline-block;
  margin-bottom: 7px;
  font-size: 16px;
  line-height: 20px;
  font-weight: bold;
}
body article section.plan_table .contents .content.standard_mobile .plan_container .plan_detail p .item_c {
  font-size: 16px;
  line-height: 20px;
}
body article section.plan_table .contents .content.standard_mobile .plan_container .plan_detail p .item_s {
  font-size: 11px;
}
body article section.plan_table .contents .content.standard_mobile .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;
}
body article section.plan_table .contents .content.standard_mobile .plan_container .plan_detail p .item_f.report {
  margin: 6px 0 0;
  line-height: 1.2;
}
body article section.plan_table .contents .content.standard_mobile .plan_container .plan_detail p .item_f.report > span {
  font-size: 12px;
  font-weight: bold;
  display: inline;
}
body article section.plan_table .contents .content.standard_mobile .plan_container .plan_detail .can_title {
  font-size: 16px;
  color: #455a64;
  font-weight: bold;
  border-bottom: 1px #00a59a solid;
  margin: 20px 0 10px 20px;
}
body article section.plan_table .contents .content.standard_mobile .plan_container .plan_detail .can_title_s {
  font-size: 12px;
  color: #455a64;
  font-weight: bold;
}
body article section.plan_table .contents .content.standard_mobile .plan_container .plan_detail ul.can_skill {
  margin-bottom: 30px;
}
body article section.plan_table .contents .content.standard_mobile .plan_container .plan_detail .can_skill li {
  color: #455a64;
  text-decoration: none;
  font-size: 16px;
  margin: 0 0 2px 20px;
}
body article section.plan_table .contents .content.standard_mobile .plan_container .plan_detail .can_skill li a {
  padding: 3px 0 0 0;
  color: #00a59a;
  text-decoration: underline;
  font-size: 16px;
}
body article section.plan_table .contents .content.standard_mobile .plan_container .plan_detail .can_skill li a:hover {
  color: #00c9ba;
}
body article section.plan_table .contents .content.standard_mobile .plan_container .detail_k {
  border-top: 1px #00a59a solid;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 48px;
}
body article section.plan_table .contents .content.standard_mobile .plan_container .detail_k a {
  font-size: 24px;
  font-weight: bold;
  color: #00a59a;
  text-decoration: underline;
}
body article section.plan_table .contents .content.standard_mobile .plan_container .detail_k a:hover {
  color: #00c9ba;
}
body article section.plan_table .contents .content.standard_mobile .plan_container .register {
  width: 100%;
  height: 129px;
  position: relative;
  height: 180px;
  border-top: none;
  border-bottom: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-top: solid 1px #26a69a;
  margin: auto;
}
body article section.plan_table .contents .content.standard_mobile .plan_container .register a {
  width: 568px;
  height: 56px;
  display: block;
  position: static;
  margin: 10px;
  font-size: 24px;
  font-weight: bold;
  line-height: calc(56 / 24);
  text-align: center;
  color: #455a64;
  border: none;
  border-radius: 32px;
  background-color: #ffd600;
  box-shadow: 0 3px 0 #fbc02d;
}
body article section.plan_table .contents .content.standard_mobile .plan_container .register a:hover {
  background-color: #ffea00;
}
body article section.plan_table .contents .content.standard_mobile .plan_container .register a:active {
  box-shadow: none;
  background-color: #ffd600;
  transform: translateY(3px);
}
body article section.plan_table .contents .content.standard_mobile .plan_container .register a {
  width: 100%;
  max-width: 464px;
  height: 56px;
  border-radius: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 3px;
}
body article section.plan_table .contents .content.standard_mobile .plan_container .register a.demo {
  font-size: 16px;
  line-height: 20px;
}
body article section.plan_table .contents .content.standard_mobile .plan_container .register a.freet {
  font-size: 24px;
}
@media screen and (max-width: 480px) {
  body article section.plan_table .contents .content.standard_mobile {
    font-size: 12px;
  }
  body article section.plan_table .contents .content.standard_mobile .plan_container .plan_name span.price_overview {
    font-size: 16px;
  }
  body article section.plan_table .contents .content.standard_mobile .plan_container .plan_name span.price_overview_g {
    display: block;
    color: #dbf0ef;
    font-size: 16px;
  }
  body article section.plan_table .contents .content.standard_mobile .plan_container .plan_name .price_text-rank {
    font-size: 20px;
  }
  body article section.plan_table .contents .content.standard_mobile .plan_container .register a {
    width: calc(100% - 48px);
    min-width: 240px;
    font-size: calc(1.25vw + 14px);
  }
}
body article section.plan_table .contents .content.enterprise_mobile {
  display: block;
  width: 80%;
  max-width: 512px;
  margin: 40px auto;
}
@media screen and (min-width: 721px) {
  body article section.plan_table .contents .content.enterprise_mobile {
    width: 0;
    margin: 0;
    padding: 0;
    border: none;
  }
  body article section.plan_table .contents .content.enterprise_mobile * {
    display: none;
  }
}
body article section.plan_table .contents .content.enterprise_mobile table {
  table-layout: fixed;
  width: 100%;
  border: solid 1px #26a69a;
  border-collapse: collapse;
}
body article section.plan_table .contents .content.enterprise_mobile table th,
body article section.plan_table .contents .content.enterprise_mobile table td {
  border: solid 1px #26a69a;
}
body article section.plan_table .contents .content.enterprise_mobile table thead tr th {
  margin: 0;
  padding: 20px 0 0;
  background-color: #26a69a;
  vertical-align: middle;
  color: #fff;
  line-height: 1em;
}
body article section.plan_table .contents .content.enterprise_mobile table thead tr th .price_overview {
  font-family: Hiragino Kaku Gothic Pro W6;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.5em;
}
body article section.plan_table .contents .content.enterprise_mobile table thead tr th .price_text-rank {
  margin: 28px auto 33px;
  font-family: Hiragino Kaku Gothic Pro W6;
  font-size: 32px;
  line-height: 1em;
}
body article section.plan_table .contents .content.enterprise_mobile table thead tr th .price_text-ask {
  font-family: "Oswald";
  font-size: 48px;
  font-weight: normal;
  line-height: 1;
}
body article section.plan_table .contents .content.enterprise_mobile table tbody tr td {
  color: #607d8b;
  height: 545px;
  padding: 24px;
}
body article section.plan_table .contents .content.enterprise_mobile table tbody tr td p {
  font-size: 16px;
  margin-bottom: 26px;
}
body article section.plan_table .contents .content.enterprise_mobile table tbody tr td form {
  line-height: 1;
  margin-top: 30px;
}
body article section.plan_table .contents .content.enterprise_mobile table tbody tr td form >div {
  position: relative;
}
body article section.plan_table .contents .content.enterprise_mobile table tbody tr td form label.error {
  position: absolute;
  right: 0;
  top: 5px;
  font-size: 12px;
  color: #f44336;
}
body article section.plan_table .contents .content.enterprise_mobile table tbody tr td form input[type="text"],
body article section.plan_table .contents .content.enterprise_mobile table tbody tr td form input[type="email"],
body article section.plan_table .contents .content.enterprise_mobile table tbody tr td form input[type="tel"],
body article section.plan_table .contents .content.enterprise_mobile table tbody tr td form textarea {
  margin: 0;
  padding: 0;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: inset 0 2px 2px 0 rgba(0,0,0,0.3);
  border: solid 2px #becad0;
  position: relative;
}
body article section.plan_table .contents .content.enterprise_mobile table tbody tr td form input[type="text"]:focus,
body article section.plan_table .contents .content.enterprise_mobile table tbody tr td form input[type="email"]:focus,
body article section.plan_table .contents .content.enterprise_mobile table tbody tr td form input[type="tel"]:focus,
body article section.plan_table .contents .content.enterprise_mobile table tbody tr td form textarea:focus {
  background-color: #fffde7;
}
body article section.plan_table .contents .content.enterprise_mobile table tbody tr td form input[type="text"].error,
body article section.plan_table .contents .content.enterprise_mobile table tbody tr td form input[type="email"].error,
body article section.plan_table .contents .content.enterprise_mobile table tbody tr td form input[type="tel"].error,
body article section.plan_table .contents .content.enterprise_mobile table tbody tr td form textarea.error {
  border: solid 2px #ff8a80;
  background-color: #ffebee;
}
body article section.plan_table .contents .content.enterprise_mobile table tbody tr td form input[type="text"].valid,
body article section.plan_table .contents .content.enterprise_mobile table tbody tr td form input[type="email"].valid,
body article section.plan_table .contents .content.enterprise_mobile table tbody tr td form input[type="tel"].valid,
body article section.plan_table .contents .content.enterprise_mobile table tbody tr td form textarea.valid {
  border: solid 2px #26a69a;
  background-color: #e0f2f1;
}
body article section.plan_table .contents .content.enterprise_mobile table tbody tr td form input[type="text"],
body article section.plan_table .contents .content.enterprise_mobile table tbody tr td form input[type="email"],
body article section.plan_table .contents .content.enterprise_mobile table tbody tr td form input[type="tel"] {
  height: 28px;
  width: calc(100% - 4px);
}
body article section.plan_table .contents .content.enterprise_mobile table tbody tr td form .input_custname,
body article section.plan_table .contents .content.enterprise_mobile table tbody tr td form .input_email,
body article section.plan_table .contents .content.enterprise_mobile table tbody tr td form .input_phone {
  margin-top: 14px;
}
body article section.plan_table .contents .content.enterprise_mobile table tbody tr td form .input_comment {
  margin-top: 14px;
}
body article section.plan_table .contents .content.enterprise_mobile table tbody tr td form .input_comment textarea {
  width: calc(100% - 4px);
  height: 98px;
}
body article section.plan_table .contents .content.enterprise_mobile table tbody tr td form .input_comment_en {
  margin-top: 14px;
}
body article section.plan_table .contents .content.enterprise_mobile table tbody tr td form .input_comment_en textarea {
  width: calc(100% - 4px);
  height: 50px;
}
body article section.plan_table .contents .content.enterprise_mobile table tbody tr td form .input_submit {
  height: 103px;
  position: relative;
  top: 2px;
}
body article section.plan_table .contents .content.enterprise_mobile table tbody tr td form .input_submit .submit {
  display: block;
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 67px;
  width: 100%;
  font-size: 24px;
  border: none;
  border-radius: 32px;
  background-color: #ffd600;
  box-shadow: 0 3px 0 #fbc02d;
  cursor: pointer;
}
body article section.plan_table .contents .content.enterprise_mobile table tbody tr td form .input_submit .submit:hover {
  background-color: #ffea60;
}
body article section.plan_table .contents .content.enterprise_mobile table tbody tr td form .input_submit .submit:active {
  background-color: #fbc02d;
  box-shadow: 0 0 0;
  transform: translateY(3px);
}
body article section.plan_table .contents .content.enterprise_mobile table tbody tr td form .input_submit .submit:disabled {
  background-color: #b0bec5;
  box-shadow: 0 0 0;
  cursor: default;
}
body article section.plan_table .contents .content.enterprise_mobile table tbody tr td form input[type="text"],
body article section.plan_table .contents .content.enterprise_mobile table tbody tr td form input[type="email"],
body article section.plan_table .contents .content.enterprise_mobile table tbody tr td form input[type="tel"] {
  height: 64px;
  font-size: 28px;
  line-height: 36px;
  margin-bottom: 24px;
}
body article section.plan_table .contents .content.enterprise_mobile table tbody tr td form textarea {
  height: 288px;
  font-size: 28px;
  line-height: 36px;
}
body article section.plan_table .contents .content.enterprise_mobile table tbody tr td form label.error {
  display: block !important;
  position: absolute;
  bottom: 0;
  right: 0;
  top: 88px;
  white-space: nowrap;
  font-size: 16px;
  color: #ff5252;
}
body article section.plan_table .contents .content.enterprise_mobile table tbody tr td form .input_custname {
  margin-top: 24px;
}
body article section.plan_table .contents .content.enterprise_mobile table tbody tr td form .input_email,
body article section.plan_table .contents .content.enterprise_mobile table tbody tr td form .input_phone,
body article section.plan_table .contents .content.enterprise_mobile table tbody tr td form .input_comment {
  margin-top: 3px;
}
body article section.plan_table .contents .content.enterprise_mobile table tbody tr td form .input_comment label.error {
  top: 122px;
}
body article section.plan_table .contents .content.enterprise_mobile table tbody tr td form .input_submit {
  margin-top: 30px;
}
body article section.plan_table .contents .content.enterprise_mobile table tbody tr td form .input_submit .submit {
  width: 100%;
  max-width: 464px;
  height: 91px;
  line-height: 91px;
  border-radius: 44px;
  font-size: 24px;
}
@media screen and (min-width: 481px) and (max-width: 640px) {
  body article section.plan_table .contents .content.enterprise_mobile table tbody tr td form .input_submit .submit.en {
    font-size: calc(4.4vw - 5.18px);
  }
}
body article section.plan_table .contents .content.enterprise_mobile table tbody tr td form .input_submit .submit br {
  display: none;
}
@media screen and (max-width: 480px) {
  body article section.plan_table .contents .content.enterprise_mobile {
    font-size: 12px;
  }
  body article section.plan_table .contents .content.enterprise_mobile table thead tr th .price_overview {
    font-size: 12px;
  }
  body article section.plan_table .contents .content.enterprise_mobile table tbody tr td {
    padding: 24px 0;
  }
  body article section.plan_table .contents .content.enterprise_mobile table tbody tr td p {
    padding: 0 24px;
  }
  body article section.plan_table .contents .content.enterprise_mobile table tbody tr td form >div,
  body article section.plan_table .contents .content.enterprise_mobile table tbody tr td form >.form_title {
    margin: 0 24px;
  }
  body article section.plan_table .contents .content.enterprise_mobile table tbody tr td form >textarea,
  body article section.plan_table .contents .content.enterprise_mobile table tbody tr td form >.selection {
    margin-left: 24px;
    margin-right: 24px;
    width: calc(100% - 48px);
  }
  body article section.plan_table .contents .content.enterprise_mobile table tbody tr td form .submit {
    display: block;
    width: 95%;
    max-width: 320px;
    margin: auto;
    font-size: 20px;
  }
  body article section.plan_table .contents .content.enterprise_mobile table tbody tr td form input[type="text"],
  body article section.plan_table .contents .content.enterprise_mobile table tbody tr td form input[type="email"],
  body article section.plan_table .contents .content.enterprise_mobile table tbody tr td form input[type="tel"] {
    height: 48px;
    font-size: 16px;
    line-height: normal;
    margin-bottom: 24px;
  }
  body article section.plan_table .contents .content.enterprise_mobile table tbody tr td form textarea {
    height: 176px;
    font-size: 16px;
    line-height: normal;
  }
  body article section.plan_table .contents .content.enterprise_mobile table tbody tr td form .input_submit {
    width: calc(100% - 48px);
    min-width: 240px;
    margin-left: auto;
    margin-right: auto;
  }
  body article section.plan_table .contents .content.enterprise_mobile table tbody tr td form .input_submit .submit {
    line-height: 1.5;
    font-size: 20px;
  }
  body article section.plan_table .contents .content.enterprise_mobile table tbody tr td form .input_submit .submit br {
    display: inline;
  }
  body article section.plan_table .contents .content.enterprise_mobile table tbody tr td form label.error {
    top: 72px;
    font-size: 14px;
  }
}
body article section.support-plans .contents {
  padding-bottom: 64px;
}
body article section.support-plans .contents h2 {
  margin: 30px auto 26px;
}
body article section.support-plans .contents .content .overview {
  max-width: 462px;
  margin: 29px auto 41px;
  font-size: 16px;
  color: #607d8b;
}
body article section.support-plans .contents .content .inquiry_button {
  position: absolute;
  bottom: 24px;
  left: 0;
  right: 0;
  margin: auto;
  width: 229px;
  height: 67px;
}
body article section.support-plans .contents .content .inquiry_button a {
  display: inline-block;
  width: 100%;
  height: 100%;
  line-height: 64px;
  border-radius: 32px;
  background-color: #ffd600;
  box-shadow: 0 3px 0 #fbc02d;
  text-decoration: none;
  text-align: center;
  font-size: 16px;
}
body article section.support-plans .contents .content .inquiry_button a:hover {
  background-color: #ffea00;
}
body article section.support-plans .contents .content .inquiry_button a:active {
  box-shadow: none;
  background-color: #ffd600;
  position: relative;
  top: 3px;
}
body article section.support-plans .contents .content .inquiry_button a br {
  display: none;
}
body article section.support-plans .contents .content.option {
  border: solid 1px #26a69a;
  width: 80%;
  margin: 40px auto 0px;
  max-width: 960px;
}
body article section.support-plans .contents .content.option .proposal {
  margin: auto;
  max-width: 960px;
  height: 92px;
  background-color: #26a69a;
  font-size: 32px;
  color: #fff;
  text-align: center;
  line-height: 92px;
}
body article section.support-plans .contents .content.option .plan_table {
  margin: auto;
  letter-spacing: -0.4em;
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
body article section.support-plans .contents .content.option .plan_table >* {
  letter-spacing: normal;
}
body article section.support-plans .contents .content.option .plan_table .plan {
  position: relative;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  vertical-align: top;
  border-left: solid 1px #26a69a;
}
body article section.support-plans .contents .content.option .plan_table .plan:first-child {
  border: none;
}
body article section.support-plans .contents .content.option .plan_table .plan .consulplan_proposal {
  background-color: #26a69a;
  padding: 22px 0;
}
body article section.support-plans .contents .content.option .plan_table .plan .consulplan_name {
  background-color: #e0f2f1;
  padding-top: 40px;
  width: 100%;
  height: 88px;
  text-align: center;
}
body article section.support-plans .contents .content.option .plan_table .plan .consulplan_name.dual {
  padding-top: 20px;
  height: 108px;
}
body article section.support-plans .contents .content.option .plan_table .plan .plan_detail p {
  margin: 21px 23px 120px;
  text-align: left;
  font-size: 16px;
}
body article section.support-plans .contents .content.option .plan_table .plan .plan_detail p.on-image {
  margin: 20px 10px;
}
body article section.support-plans .contents .content.option .plan_table .plan .plan_detail p.in-image {
  margin: 0 10px;
  text-align: center;
  line-height: 0;
}
body article section.support-plans .contents .content.option .plan_table .plan .plan_detail p.in-image img {
  width: auto;
  max-width: 95%;
}
@media screen and (max-width: 960px) {
  body article section.support-plans .contents .content .overview {
    max-width: 512px;
  }
  body article section.support-plans .contents .content.option {
    width: 80%;
    max-width: 512px;
    margin: 40px auto;
    border: solid 1px #26a69a;
  }
  body article section.support-plans .contents .content.option .proposal {
    width: 100%;
  }
  body article section.support-plans .contents .content.option .proposal.long-value br {
    display: none;
  }
  body article section.support-plans .contents .content.option .plan_table {
    display: block;
    width: 100%;
  }
  body article section.support-plans .contents .content.option .plan_table .plan {
    position: relative;
    padding-bottom: 120px;
    width: 100%;
    border: none;
    margin: 0;
  }
  body article section.support-plans .contents .content.option .plan_table .plan .consulplan_name {
    padding: 40px 0;
    height: auto;
    border-top: solid 1px #26a69a;
  }
  body article section.support-plans .contents .content.option .plan_table .plan .consulplan_name.dual {
    padding: 20px 0;
    height: auto;
  }
  body article section.support-plans .contents .content.option .plan_table .plan .plan_detail {
    min-height: 100px;
  }
  body article section.support-plans .contents .content.option .plan_table .plan .plan_detail .consulplan_description {
    margin: 20px 10px;
  }
  body article section.support-plans .contents .content.option .inquiry_button {
    width: 95%;
    max-width: 320px;
    height: 88px;
  }
  body article section.support-plans .contents .content.option .inquiry_button a {
    border-radius: 44px;
    line-height: 88px;
  }
}
@media screen and (min-width: 721px) and (max-width: 960px) {
  body article section.support-plans .contents .content.option .inquiry_button a span {
    font-size: 24px;
  }
}
@media screen and (max-width: 720px) {
  body article section.support-plans .contents .content .overview {
    width: 80%;
    max-width: 512px;
    margin-left: auto;
    margin-right: auto;
  }
  body article section.support-plans .contents .content.option .proposal {
    font-size: 24px;
  }
  body article section.support-plans .contents .content.option .plan_table {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  body article section.support-plans .contents .content.option .proposal {
    height: auto;
    padding: 35px 0;
    line-height: 1.5em;
    font-size: 20px;
    font-weight: bold;
  }
  body article section.support-plans .contents .content.option .proposal.long-value {
    padding: 20px 0;
  }
  body article section.support-plans .contents .content.option .proposal.long-value br {
    display: inline;
  }
  body article section.support-plans .contents .content.option .inquiry_button a {
    line-height: 30px;
  }
  body article section.support-plans .contents .content.option .inquiry_button a span {
    display: inline-block;
  }
  body article section.support-plans .contents .content.option .inquiry_button a span.upper {
    margin-top: 15px;
  }
  body article section.support-plans .contents .content.option .inquiry_button a br {
    display: inline;
  }
}
body article section.faq {
  padding: 64px 0 80px;
  background-color: #e0f2f1;
}
body article section.faq .contents h2 {
  margin: 0 auto 32px;
}
body article section.faq .contents .content .q-and-a {
  width: 100%;
  max-width: 960px;
  letter-spacing: -0.4em;
  margin: 0 auto 20px;
}
body article section.faq .contents .content .q-and-a .faq_block {
  display: table-row;
}
body article section.faq .contents .content .q-and-a .faq_block >div {
  display: table-cell;
  width: 50%;
  vertical-align: middle;
  letter-spacing: -0.4em;
}
body article section.faq .contents .content .q-and-a .faq_block >div >* {
  letter-spacing: normal;
}
body article section.faq .contents .content .q-and-a .faq_block >div.question_block {
  background-color: #26a69a;
}
body article section.faq .contents .content .q-and-a .faq_block >div.answer_block {
  position: relative;
  height: 105px;
  background-color: #fff;
}
body article section.faq .contents .content .q-and-a .faq_block >div >div {
  display: table-cell;
  vertical-align: middle;
}
body article section.faq .contents .content .q-and-a .faq_block >div >div.faq_label-Q,
body article section.faq .contents .content .q-and-a .faq_block >div >div.faq_label-A {
  padding: 10px 20px 15px;
  line-height: 1em;
}
body article section.faq .contents .content .q-and-a .faq_block >div >div.question,
body article section.faq .contents .content .q-and-a .faq_block >div >div.answer {
  position: relative;
}
body article section.faq .contents .content .q-and-a .faq_block >div >div.question >p,
body article section.faq .contents .content .q-and-a .faq_block >div >div.answer >p {
  margin-bottom: 0;
}
body article section.faq .contents .content .q-and-a .faq_block >div >div.question {
  padding-right: 20px;
}
body article section.faq .contents .content .q-and-a .faq_block >div >div.answer {
  width: 520px;
  padding: 16px 0 16px 20px;
}
body article section.faq .contents .content .q-and-a .faq_block >div >div.answer >p {
  font-size: 16px;
  color: #607d8b;
}
@media screen and (min-width: 721px) and (max-width: 960px) {
  body article section.faq .contents .content .q-and-a .faq_block >div >div.question >p >br {
    display: none;
  }
}
@media screen and (max-width: 720px) {
  body article section.faq .contents .content .q-and-a .faq_block {
    display: block;
  }
  body article section.faq .contents .content .q-and-a .faq_block >div {
    display: block;
    width: 100%;
  }
  body article section.faq .contents .content .q-and-a .faq_block >div.answer_block {
    display: table-row;
  }
  body article section.faq .contents .content .q-and-a .faq_block >div >div.question {
    width: 100%;
    padding: 1em 4% 1em 0;
  }
  body article section.faq .contents .content .q-and-a .faq_block >div >div.answer {
    padding: 1em 0 1em 4%;
  }
}
@media screen and (max-width: 480px) {
  body article section.faq .contents .content .q-and-a .faq_block >div >div.question >p {
    font-size: 20px;
  }
  body article section.faq .contents .content .q-and-a .faq_block >div >div.question >p >br {
    display: none;
  }
}
@media screen and (max-width: 720px) {
  body article section.faq .contents .content {
    margin: auto;
    width: 80%;
  }
}
body article section.contact .contents {
  width: 100%;
}
body article section.contact .contents .content {
  width: 100%;
  height: 320px;
  background: #444;
}
body article section.contact .contents .content ul.links {
  display: table;
  width: 100%;
  height: 100%;
  margin: auto;
}
body article section.contact .contents .content ul.links li {
  width: 50%;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  color: #fff;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
}
body article section.contact .contents .content ul.links li.inquiry {
  background-image: url("/images/common/common_support_image.png");
}
body article section.contact .contents .content ul.links li.inquiry:hover {
  background-image: url("/images/common/common_support_image_ovr.png");
}
body article section.contact .contents .content ul.links li.inquiry .dummy {
  background-image: url("/images/common/common_support_image_ovr.png");
}
body article section.contact .contents .content ul.links li.consul {
  background-image: url("/images/common/common_consulting_image.png");
}
body article section.contact .contents .content ul.links li.consul:hover {
  background-image: url("/images/common/common_consulting_image_ovr.png");
}
body article section.contact .contents .content ul.links li.consul .dummy {
  background-image: url("/images/common/common_consulting_image_ovr.png");
}
body article section.contact .contents .content ul.links li >h3 {
  margin-bottom: 20px;
}
@media screen and (max-width: 720px) {
  body article section.contact .contents .content {
    height: 640px;
  }
  body article section.contact .contents .content ul.links li {
    display: inline-block;
    height: 320px;
    width: 100%;
  }
  body article section.contact .contents .content ul.links li >h3 {
    margin-top: 72px;
  }
}
.flex_center {
  display: flex;
  justify-content: center;
}
.solution_service .ttl,
.sitest_patner .ttl {
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  color: #fff;
  background-color: #00a59a;
  padding: 10px 0;
  margin-bottom: 32px;
}
.solution_service .desc,
.sitest_patner .desc {
  width: 468px;
  margin: 0 auto;
  color: #607d8b;
  margin-bottom: 32px;
}
.solution_service .subttl,
.sitest_patner .subttl {
  font-size: 32px;
  color: #566d77;
  text-align: center;
  margin-bottom: 24px;
}
.solution_service .btn,
.sitest_patner .btn {
  width: 468px;
  border-radius: 28px;
  background-color: #ffd600;
  box-shadow: 0 3px 0 0 #fdca39;
  text-align: center;
  margin: 0 auto 80px;
}
.solution_service .btn:hover,
.sitest_patner .btn:hover {
  background-color: #ffea00;
}
.solution_service .btn:active,
.sitest_patner .btn:active {
  position: relative;
  top: 3px;
  box-shadow: none;
}
.solution_service .btn a,
.sitest_patner .btn a {
  display: block;
  font-size: 24px;
  font-weight: 600;
  color: #455a64;
  padding: 10px 0;
}
@media screen and (max-width: 720px) {
  .column {
    flex-direction: column;
  }
  .reverse {
    flex-direction: column-reverse;
  }
  .sp_wrapper {
    width: 80%;
    margin: 0 auto;
  }
  .solution_service .ttl,
  .sitest_patner .ttl {
    margin-bottom: 24px;
  }
  .solution_service .ttl span,
  .sitest_patner .ttl span {
    font-size: 14px;
  }
  .solution_service .subttl,
  .sitest_patner .subttl {
    font-size: 20px;
    margin-bottom: 16px;
  }
  .solution_service .desc,
  .sitest_patner .desc {
    width: 100%;
    margin-bottom: 24px;
  }
  .solution_service .btn,
  .sitest_patner .btn {
    width: 100%;
    margin-bottom: 40px;
  }
  .solution_service .btn a,
  .sitest_patner .btn a {
    font-size: 16px;
  }
  .sitest_patner .ttl {
    line-height: 1.1;
    padding: 13px 0;
  }
}
.plan-list .plan-list__title {
  margin-top: 20px;
  color: #707070;
}
.plan-list .plan-list__description {
  margin: 0 auto 30px auto;
  color: #707070;
  font-size: 18px;
  text-align: center;
}
.plan-list .plan-list__freeplan-title {
  margin: 0 auto 20px;
  text-align: center;
}
.plan-list .plan-list__freeplan-title span {
  display: inline-block;
  padding-bottom: 3px;
  color: #f56b62;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  background: linear-gradient(transparent calc(100% - 15px), #fee8db 15px);
}
@media screen and (max-width: 720px) {
  .plan-list .plan-list__freeplan-title span {
    padding-bottom: 0;
    font-size: 16px;
    background: linear-gradient(transparent calc(100% - 8px), #fee8db 8px);
  }
}
.plan-list .plan-list__freeplan-description {
  margin: 0 auto 30px auto;
  color: #607d8b;
  font-size: 16px;
  text-align: center;
}
@media screen and (max-width: 720px) {
  .plan-list .plan-list__freeplan-description {
    padding: 0 32px;
    text-align: left;
  }
}
.plan-list .plan-list__wrapper {
  display: flex;
  overflow-x: scroll;
  width: 100%;
  max-width: 960px;
  box-sizing: border-box;
  margin: 0 auto 80px auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.plan-list .plan-list__wrapper::-webkit-scrollbar {
  display: none;
}
.plan-list .plan-list__wrapper .plan-list__item {
  box-sizing: border-box;
  width: 25%;
  min-width: 310px;
  margin-right: 10px;
}
.plan-list .plan-list__wrapper .plan-list__item--free {
  border: 1px solid #607d8b;
}
.plan-list .plan-list__wrapper .plan-list__item--enterprize {
  border: 1px solid #26a69a;
}
.plan-list .plan-list__wrapper .plan-list__item--consulting {
  border: 1px solid #ff5252;
  margin-right: 0;
}
@media screen and (max-width: 1000px) {
  .plan-list .plan-list__wrapper {
    padding: 0 20px;
  }
}
@media screen and (max-width: 720px) {
  .plan-list .plan-list__title {
    margin-top: 40px;
    margin-bottom: 20px;
  }
  .plan-list .plan-list__description {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .plan-list .plan-list__wrapper {
    flex-direction: column;
    padding: 0 32px;
  }
  .plan-list .plan-list__wrapper .plan-list__item {
    width: auto;
    min-width: auto;
    margin-right: 0;
    margin-bottom: 16px;
  }
}
.plan-card .plan-card__description {
  font-size: 21px;
  font-weight: bold;
  color: #fff;
  padding-top: 20px;
  padding-bottom: 29px;
  text-align: center;
  clip-path: polygon(0% 0%, 100% 0%, 100% 70%, 50% 100%, 0% 70%);
}
.plan-card .plan-card__body .plan-card__title {
  margin: 0 auto;
  min-height: 95px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.plan-card .plan-card__body .plan-card__title .plan-card__image-wrapper {
  width: 70%;
  display: flex;
  justify-content: center;
}
.plan-card .plan-card__body .plan-card__title >p {
  color: #607d8b;
  text-align: center;
}
.plan-card .plan-card__body .plan-card__list .plan-card__list-item {
  padding: 0 10px 0 30px;
  text-indent: -10px;
  color: #607d8b;
  min-height: 85px;
  display: flex;
  align-items: center;
}
.plan-card .plan-card__body .plan-card__list .plan-card__list-item .fa-check-circle {
  margin-right: 4px;
}
.plan-card .plan-card__body .plan-card__btn {
  text-align: center;
  padding: 31px 0 39px;
}
.plan-card .plan-card__body .plan-card__btn >a {
  width: 90%;
  margin: 0 auto;
  font-size: 16px;
  font-weight: bold;
  color: #455a64;
  display: block;
  border-radius: 32px;
  background-color: #ffd600;
  box-shadow: 0 3px 0 #fbc02d;
  padding: 10px 0;
}
.plan-card .plan-card__body .plan-card__btn >a:hover {
  background-color: #ffea00;
}
.plan-card .plan-card__body .plan-card__btn >a:active {
  box-shadow: none;
  background-color: #ffd600;
  position: relative;
  top: 3px;
}
@media screen and (max-width: 720px) {
  .plan-card .plan-card__description {
    font-size: 18px;
    margin-bottom: 15px;
  }
  .plan-card .plan-card__body .plan-card__title {
    min-height: auto;
  }
  .plan-card .plan-card__body .plan-card__list .plan-card__list-item {
    font-size: 14px;
    min-height: 70px;
  }
  .plan-card .plan-card__body .plan-card__btn {
    padding: 20px 0;
  }
  .plan-card .plan-card__body .plan-card__btn > a {
    font-size: 14px;
    width: 80%;
    max-width: 197px;
  }
}
.plan-card.plan-card--free .plan-card__description {
  background-color: #607d8b;
  color: #f8ffff;
}
.plan-card.plan-card--free .plan-card__body .plan-card__title > p {
  font-size: 21px;
  font-weight: bold;
}
@media screen and (max-width: 720px) {
  .plan-card.plan-card--free .plan-card__body .plan-card__title > p {
    font-size: 20px;
  }
}
.plan-card.plan-card--free .plan-card__body .plan-card__list .plan-card__list-item:nth-child(odd) {
  background-color: #f2f2f2;
}
.plan-card.plan-card--free .plan-card__body .plan-card__list .plan-card__list-item:nth-child(even) {
  background-color: #fff;
}
.plan-card.plan-card--free .plan-card__body .plan-card__list .plan-card__list-item .fa-check-circle {
  color: #607d8b;
}
.plan-card.plan-card--enterprize .plan-card__description {
  background-color: #26a69a;
}
.plan-card.plan-card--enterprize .plan-card__body .plan-card__title > p {
  color: #26a69a;
  font-size: 21px;
  font-weight: bold;
}
@media screen and (max-width: 720px) {
  .plan-card.plan-card--enterprize .plan-card__body .plan-card__title > p {
    font-size: 20px;
  }
}
.plan-card.plan-card--enterprize .plan-card__body .plan-card__list .plan-card__list-item:nth-child(odd) {
  background-color: #dbf0ef;
}
.plan-card.plan-card--enterprize .plan-card__body .plan-card__list .plan-card__list-item:nth-child(even) {
  background-color: #fff;
}
.plan-card.plan-card--enterprize .plan-card__body .plan-card__list .plan-card__list-item .fa-check-circle {
  color: #26a69a;
}
.plan-card.plan-card--consulting .plan-card__description {
  background-color: #ff5252;
}
.plan-card.plan-card--consulting .plan-card__body .plan-card__title > p {
  color: #ff5252;
  font-size: 21px;
  font-weight: bold;
}
@media screen and (max-width: 720px) {
  .plan-card.plan-card--consulting .plan-card__body .plan-card__title > p {
    font-size: 20px;
  }
}
.plan-card.plan-card--consulting .plan-card__body .plan-card__list .plan-card__list-item:nth-child(odd) {
  background-color: #feeaec;
}
.plan-card.plan-card--consulting .plan-card__body .plan-card__list .plan-card__list-item:nth-child(even) {
  background-color: #fff;
}
.plan-card.plan-card--consulting .plan-card__body .plan-card__list .plan-card__list-item .fa-check-circle {
  color: #ff5252;
}
.accordion-button__wrapper {
  text-align: center;
  width: 22.9px;
  margin: 0 auto;
  display: none;
}
.accordion-button__wrapper .accordion-button {
  width: 100%;
  vertical-align: middle;
}
.accordion-button__wrapper .accordion-button.rev {
  transform: rotate(180deg);
}
@media screen and (max-width: 720px) {
  .accordion-button__wrapper {
    display: block;
  }
}
.shown_sp {
  display: none;
}
.shown_tab {
  display: none;
}
@media screen and (max-width: 720px) {
  .shown_tab {
    display: inline;
  }
  .hidden_tab {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .shown_sp {
    display: inline;
  }
  .hidden_sp {
    display: none;
  }
  .shown_pc {
    display: none;
  }
}
@media screen and (min-width: 481px) {
  .shown_pc {
    display: inline;
  }
}
