@charset "UTF-8";
/*** THEME ***/
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 100;
}

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 200;
}

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 300;
}

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400;
}

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Bold");
  font-weight: bold;
}

@font-face {
  font-family: "Helvetica Neue";
  src: local("Helvetica Neue Regular");
  font-weight: 100;
}

@font-face {
  font-family: "Helvetica Neue";
  src: local("Helvetica Neue Regular");
  font-weight: 200;
}

@font-face {
  font-family: 'FuturaHeavyBT';
  /* フォント名 */
  /* フォーマットごとにパスを指定 */
  src: url("/common/css/fonts/FuturaHeavyBT.ttf");
}

* {
  margin: 0;
  padding: 0;
}

body {
  background: repeating-linear-gradient(-45deg, #feb280, #feb280 8px, #fed0b2 4px, #fed0b2 10px);
  background-size: 14px 14px;
}

/* content */
#contents {
  width: 100%;
}

#contents .sub_imgarea .m_c {
  width: 100%;
  max-width: 100rem;
  padding: 3%;
  padding-top: 100px;
  padding-bottom: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
}

#contents .sub-contents {
  width: 100%;
  max-width: 100rem;
  padding: 3%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
  background-color: #fff;
}

#contents h1 {
  color: #ff6600;
}

#contents .sub_txt {
  border-bottom: 0.14286rem dotted #ff6600;
  padding-bottom: 1.42857rem;
  margin-bottom: 2.85714rem;
}

#contents .h1_ttl {
  font-size: 2.57143rem;
  color: #ff6600;
  margin-bottom: 0;
  line-height: 1.5;
}

@media screen and (max-width: 736px) {
  #contents .h1_ttl {
    font-size: 1.42857rem;
  }
}

#contents .page_ttl {
  padding: 0.35714rem 0.71429rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fed0b2;
  margin-bottom: 1.42857rem;
}

#contents .page_ttl h2 {
  font-size: 1.5rem;
  color: #323232;
}

@media screen and (max-width: 736px) {
  #contents .page_ttl h2 {
    font-size: 1.14286rem;
  }
}

#contents .h3_ttl {
  text-align: left;
  font-size: 1.14286rem;
  color: #323232;
  position: relative;
  padding-left: 1.78571rem;
  margin-bottom: 1.42857rem;
  line-height: 1;
}

#contents .h3_ttl::before {
  content: "";
  position: absolute;
  width: 1.14286rem;
  height: 1.14286rem;
  background-color: #323232;
  border-radius: 50%;
  left: 0;
  top: 0;
}

@media screen and (max-width: 736px) {
  #contents .h3_ttl {
    font-size: 1.07143rem;
  }
}

#contents .part {
  padding-bottom: 5.71429rem;
  font-size: 1rem;
  line-height: 1.8;
}

#contents .part ul li {
  margin-bottom: 0.71429rem;
}

/* common */
.page_link {
  display: inline-block;
  padding: 0.21429rem 0.71429rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #323232;
  border-radius: 0.35714rem;
  color: #fff;
  padding-right: 2.14286rem;
  background-image: url("../img/arrow_white.svg");
  background-repeat: no-repeat;
  background-position: right 0.85714rem center;
  background-size: auto 1.07143rem;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.page_link:hover {
  color: #fff;
  opacity: 0.8;
}

.mb10 {
  margin-bottom: 0.71429rem;
}

.main_txt {
  margin-bottom: 2.85714rem;
}

.about_list .flex_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 1.42857rem;
}

@media screen and (max-width: 736px) {
  .about_list .flex_box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.about_list .flex_box .can {
  width: 65%;
}

@media screen and (max-width: 736px) {
  .about_list .flex_box .can {
    width: 100%;
  }
}

.about_list .flex_box .can dl {
  margin-bottom: 2.14286rem;
}

.about_list .flex_box .can dl dt {
  font-weight: 600;
  font-size: 1.14286rem;
  margin-bottom: 0.35714rem;
}

.about_list .flex_box .can dl dd {
  margin-left: 1.42857rem;
}

.about_list .flex_box .e_img_area {
  width: 30%;
}

@media screen and (max-width: 736px) {
  .about_list .flex_box .e_img_area {
    width: 100%;
  }
}

.about_list .e_img_area {
  border: 0.14286rem solid #555;
  padding: 0.71429rem;
  height: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.about_list .e_img_area img {
  display: block;
  margin: 0 auto;
}

/* egistration.html */
.format_info {
  margin-top: 2.85714rem;
}

.flow_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 2.14286rem;
}

@media screen and (max-width: 736px) {
  .flow_list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.flow_list .flow_box {
  width: 12.14286rem;
  margin-right: 3.57143rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}

@media screen and (max-width: 736px) {
  .flow_list .flow_box {
    width: 100%;
    margin: 0.71429rem auto 2.85714rem;
  }
  .flow_list .flow_box::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 1.07143rem 0.71429rem 0 0.71429rem;
    border-color: #323232 transparent transparent transparent;
    left: 50%;
    margin-left: -0.71429rem;
    bottom: -2.14286rem;
  }
  .flow_list .flow_box:last-child::after {
    display: none;
  }
}

.flow_list .flow_box .step {
  text-align: center;
  font-size: 1.14286rem;
  color: #ff6600;
}

.flow_list .flow_box .step .step_no {
  font-size: 130%;
}

.flow_list .flow_box .box_base {
  padding: 0.71429rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 0.71429rem;
  height: 12.14286rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  margin-bottom: 0.71429rem;
}

@media screen and (max-width: 736px) {
  .flow_list .flow_box .box_base {
    height: auto;
  }
}

.flow_list .flow_box .box_base::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 1.07143rem 0 1.07143rem 1.42857rem;
  border-color: transparent transparent transparent #323232;
  right: -2.5rem;
  top: 50%;
  margin-top: -1.07143rem;
}

@media screen and (max-width: 736px) {
  .flow_list .flow_box .box_base::after {
    display: none;
  }
}

.flow_list .flow_box .box_base p {
  color: #fff;
  text-align: center;
  font-size: 1rem;
  line-height: 1.7;
}

.flow_list .flow_box .box_base p .small_text {
  font-size: 1rem;
}

@media screen and (max-width: 736px) {
  .flow_list .flow_box .box_base p {
    font-size: 1.07143rem;
  }
}

.flow_list .flow_box .orange {
  background-color: #ff6600;
}

.flow_list .flow_box .purple {
  background-color: #c30463;
}

.flow_list .flow_box .gray {
  background-color: #999;
}

.flow_list .flow_box .memo {
  font-size: 0.85714rem;
  line-height: 1.7;
}

.flow_list .flow_box:last-child {
  margin-right: 0;
}

.flow_list .flow_box:last-child .box_base::after {
  display: none;
}

/* embed_site.html */
.step_content {
  width: auto;
  margin: 2.14286rem 3.57143rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0.21429rem 0.21429rem 0.71429rem #999;
          box-shadow: 0.21429rem 0.21429rem 0.71429rem #999;
  border-radius: 0.71429rem;
}

@media screen and (max-width: 736px) {
  .step_content {
    margin: 2.14286rem 0;
  }
}

.step_content .step_ttl {
  background: #ff6600;
  padding: 0.71429rem 0;
  border-radius: 0.71429rem 0.71429rem 0 0;
}

.step_content .step_ttl h3 {
  color: #fff;
}

.step_content .step_ttl .arrows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.step_content .step_ttl .arrows span {
  width: 0;
  height: 0;
  border-left: 0.57143rem solid transparent;
  border-right: 0.57143rem solid transparent;
  border-top: 0.92857rem solid #fff;
  margin: 0.71429rem 1.42857rem 0;
}

.step_content .em_content {
  padding: 1.42857rem 0.71429rem;
}

.step_content .em_content > p {
  margin-bottom: 2.14286rem;
}

.step_content .em_content .flex_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 1.42857rem;
}

@media screen and (max-width: 736px) {
  .step_content .em_content .flex_box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.step_content .em_content .flex_box p,
.step_content .em_content .flex_box ul {
  width: 50%;
}

@media screen and (max-width: 736px) {
  .step_content .em_content .flex_box p,
  .step_content .em_content .flex_box ul {
    width: 100%;
  }
}

.step_content .em_content .flex_box .txt_box {
  width: 50%;
}

@media screen and (max-width: 736px) {
  .step_content .em_content .flex_box .txt_box {
    width: 100%;
  }
}

.step_content .em_content .flex_box .txt_box p,
.step_content .em_content .flex_box .txt_box ul {
  width: 100%;
}

@media screen and (max-width: 736px) {
  .step_content .em_content .flex_box .txt_box ul {
    width: auto;
  }
}

.step_content .em_content .flex_box .txt_box p {
  margin-bottom: 0.71429rem;
}

.step_content .em_content .flex_box ul {
  padding-left: 1.78571rem;
}

.step_content .em_content .flex_box .e_img_area {
  width: 45%;
}

@media screen and (max-width: 736px) {
  .step_content .em_content .flex_box .e_img_area {
    width: 100%;
  }
}

.step_content .em_content .e_img_area {
  border: 0.14286rem solid #555;
  padding: 0.71429rem;
  height: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.step_content .em_content .e_img_area img {
  display: block;
  margin: 0 auto;
}

.step_content .em_content .center {
  text-align: center;
}

.step_content .em_content .e_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 736px) {
  .step_content .em_content .e_flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.step_content .em_content .e_flex .e_link_area {
  margin: 0.71429rem 1.42857rem;
  width: 50%;
}

@media screen and (max-width: 736px) {
  .step_content .em_content .e_flex .e_link_area {
    width: 100%;
    margin: 0;
    margin-bottom: 2.85714rem;
  }
}

.step_content .em_content .e_flex .e_link_area .e_link_ttl {
  position: relative;
  margin-left: 1.42857rem;
}

.step_content .em_content .e_flex .e_link_area .e_link_ttl::before {
  content: '';
  width: 0.71429rem;
  height: 0.71429rem;
  border-radius: 50%;
  background: #333;
  position: absolute;
  left: -1.42857rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.step_content .em_content .e_flex .e_link_area .demo_txt_link {
  margin-top: 1.42857rem;
  font-size: 1.14286rem;
}

.step_content .em_content .e_flex .e_link_area .demo_txt_link a {
  font-weight: 600;
  color: blue;
}

.step_content .em_content .e_flex .e_link_area .demo_btn_link {
  margin-top: 1.42857rem;
  width: 21.42857rem;
  background: #ff6600;
  height: 2.85714rem;
  border-radius: 0.71429rem;
}

.step_content .em_content .e_flex .e_link_area .demo_btn_link:hover {
  opacity: 0.6;
  cursor: pointer;
}

.step_content .em_content .e_flex .e_link_area .demo_btn_link a {
  font-size: 1.14286rem;
  color: #fff;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
}

.step_content .em_content .iframe_wrap {
  width: 45%;
  border: 0.14286rem solid #555;
  padding: 0.71429rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 736px) {
  .step_content .em_content .iframe_wrap {
    width: 100%;
  }
}

.step_content .em_content .iframe_area {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
}

.step_content .em_content .iframe_area iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.hatena {
  width: 18px;
  height: 18px;
  background-image: url("../img/question_icon2.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  display: inline-block;
  vertical-align: text-top;
  cursor: pointer;
}

.hetana_black {
  background-image: url("../img/hatena_black.svg");
}

.plan_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 30px;
}

.plan_box div {
  width: 50%;
  padding: 14px 3%;
  border-right: 1px solid #999;
  border-bottom: 1px solid #999;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.plan_box div:nth-child(2n) {
  border-right: none;
}

.plan_box div:nth-child(n + 3) {
  border-bottom: none;
}

.plan_box div .h3_ttl {
  margin-bottom: 10px !important;
}

.plan_box div p {
  margin-left: 25px;
  font-size: 15px;
}

@media screen and (max-width: 736px) {
  .plan_box {
    display: block;
  }
  .plan_box div {
    width: 100%;
    padding: 10px 5%;
    border-right: none;
    border-bottom: 1px solid #999;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .plan_box div:nth-child(n + 3) {
    border-bottom: 1px solid #999;
  }
  .plan_box div .h3_ttl {
    margin-bottom: 10px !important;
  }
  .plan_box div p {
    margin-left: 25px;
    font-size: 14px;
  }
}

.border {
  padding: 10px;
  border: 2px solid #323232;
  display: inline-block;
  width: auto;
  margin: 10px 0;
}

.circle {
  position: relative;
  padding-left: 26px;
  font-size: 16px;
}

.circle::before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  background-color: #323232;
  border-radius: 50%;
  left: 0;
  top: 7px;
}

.indent {
  text-indent: 1.5em;
}

@media screen and (max-width: 736px) {
  .indent {
    text-indent: 0;
  }
}

.to_modeler {
  display: inline-block;
  background-color: #fff;
  text-decoration: none;
  padding: 3px 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 5px;
  margin-top: 10px;
  padding-right: 30px;
  background-image: url(../img/arrow2.svg);
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: auto 15px;
}

.gray_link {
  background-color: #c8c8c8;
}

.image {
  width: 100%;
  margin: 20px 0;
}

.image img {
  width: 100%;
}

.rieki_img {
  max-width: 1000px;
}

.card_img {
  max-width: 297px;
}

.license_table {
  width: 100%;
  margin: 30px 0;
  overflow-x: auto;
  padding-bottom: 30px;
}

.license_table table {
  border-collapse: collapse;
}

.license_table table td {
  border: 1px solid #000;
  padding: 10px;
  vertical-align: middle;
  font-size: 14px;
}

.license_table table td img {
  min-width: 80px;
}

.license_table table .left_head {
  white-space: nowrap;
}

.license_table table .right_text {
  min-width: 400px;
}

/* form */
#form_area {
  width: 100%;
  max-width: 700px;
  margin: 60px auto;
  background-color: #f2f2f2;
  border-radius: 30px;
  padding: 50px 3%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* checkbox */
  /*password*/
  /*radio*/
  /*data upload*/
  /* login */
  /*done*/
}

#form_area h1 {
  text-align: center;
  font-size: 26px;
  margin-bottom: 1.2em;
}

#form_area h2 {
  text-align: center;
  font-size: 18px;
  margin-bottom: 1.2em;
}

#form_area form {
  width: 100%;
  margin: 0 auto 50px;
  -webkit-appearance: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#form_area .set_form_top {
  border-bottom: 2px dotted #ccc;
  padding-bottom: 20px;
  margin-bottom: 50px;
}

#form_area .form_item {
  margin: 0 auto 30px;
  width: 100%;
}

#form_area .form_item p {
  font-size: 16px;
  margin: 0 0 5px 0;
  width: 100%;
}

#form_area .form_item p.required:after {
  content: "【必須】";
  color: #ff0000;
  font-size: 12px;
}

#form_area p.attention {
  font-size: 12px;
}

#form_area .red_attention {
  color: #ff0000;
  line-height: 1.4em;
  font-size: 12px;
  margin-top: 30px;
  margin-bottom: 30px;
  text-align: center;
}

#form_area input,
#form_area textarea,
#form_area select {
  padding: 10px;
  font-size: 14px;
  width: 100%;
  border: 2px solid #999;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#form_area textarea {
  height: 180px;
}

#form_area .button {
  background-color: #000;
  border-radius: 30px;
  padding: 15px 10px;
  text-align: center;
  color: #fff;
  width: 80%;
  display: block;
  max-width: 200px;
  text-decoration: none;
  font-weight: bold;
  margin: 40px auto 0;
  border: none;
  outline: none;
  cursor: pointer;
  font-size: 16px;
  letter-spacing: 1.5px;
}

#form_area .submit_button {
  opacity: 0.6;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: not-allowed;
}

#form_area .submit_active {
  opacity: 1;
  cursor: pointer;
}

#form_area .check_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#form_area .check_label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 48%;
  margin-bottom: 5px;
}

#form_area .checkbox {
  display: none;
}

#form_area .checkbox:checked + .check_btn {
  background: #333;
  border: 2px solid #333;
  background-image: url("../img/checked.png");
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}

#form_area .check_btn {
  position: relative;
  top: -1px;
  left: 0;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 15px;
  height: 15px;
  min-width: 15px;
  border: 2px solid #999;
  background: #fff;
  border-radius: 4px;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}

#form_area .checkText {
  margin-left: 10px;
  font-size: 14px;
}

#form_area .type_pass {
  position: relative;
}

#form_area .type_pass input[type="password"] {
  padding-right: 30px;
}

#form_area .type_pass #btn_passview,
#form_area .type_pass #btn_passview2 {
  position: absolute;
  width: 20px;
  height: 20px;
  right: 10px;
  bottom: 11px;
  margin-top: -10px;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
  background-image: url("../img/eye.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 16px auto;
}

#form_area .type_pass .pass_visible:before {
  content: "";
  position: absolute;
  left: 2px;
  top: 9px;
  width: 16px;
  height: 2px;
  background-color: #333;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

#form_area .type_pass .pass_hidden:before {
  display: none;
}

#form_area .radio-label {
  display: inline-block;
  margin-bottom: 8px;
}

#form_area input[type="radio"] {
  display: none;
}

#form_area input[type="radio"] + span {
  position: relative;
  padding-left: 25px;
  margin-right: 20px;
  font-size: 14px;
}

#form_area input[type="radio"] + span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 2px solid #999;
}

#form_area input[type="radio"] + span::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 7px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #333;
  -webkit-transform: scale(0);
          transform: scale(0);
}

#form_area input[type="radio"]:checked + span::before {
  border: 2px solid #333;
}

#form_area input[type="radio"]:checked + span::after {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#form_area #inputFile {
  border: 1px dashed;
  padding: 10% 5%;
  border-radius: 5px;
  background-color: #fff;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#form_area .select {
  padding: 10px;
  font-size: 14px;
  border: 2px solid #000;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 10px;
}

#form_area .link_button {
  text-align: center;
  width: 100%;
  max-width: 350px;
  margin: 0 auto;
}

#form_area .link_button a {
  background-color: #000;
  border-radius: 30px;
  padding: 10px;
  text-align: center;
  color: #fff;
  width: 100%;
  text-decoration: none;
  display: block;
  font-weight: bold;
  margin: 10px auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 16px;
  letter-spacing: 1.5px;
}

#form_area .resister {
  text-align: center;
  width: 100%;
  max-width: 350px;
  margin: 0 auto;
}

#form_area .resister p {
  font-weight: bold;
  font-size: 16px;
}

#form_area .resister a {
  background-color: #f15a24;
  border-radius: 30px;
  padding: 10px;
  text-align: center;
  color: #fff;
  width: 80%;
  max-width: 200px;
  text-decoration: none;
  display: block;
  font-weight: bold;
  margin: 10px auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 16px;
  letter-spacing: 1.5px;
}

#form_area .login_text {
  padding-top: 50px;
  border-top: 2px dotted #ccc;
}

#form_area p.your_id {
  margin-top: 30px;
  font-size: 16px;
}

#form_area .account {
  margin-bottom: 50px;
  background-color: #fff;
  padding: 5px 10px;
  border-radius: 5px;
}

#form_area .account p {
  font-size: 14px;
}

/* user_info */
.user_info .info {
  margin-bottom: 50px;
}

.user_info .first_dl {
  border-top: 2px dotted #ccc;
}

.user_info dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 0;
  border-bottom: 2px dotted #ccc;
  margin: 0;
}

@media screen and (max-width: 539px) {
  .user_info dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.user_info dl dt {
  width: 35%;
  font-size: 16px;
}

@media screen and (max-width: 539px) {
  .user_info dl dt {
    width: 100%;
  }
}

.user_info dl dd {
  width: 60%;
  font-size: 14px;
  margin-left: 0;
}

.user_info dl dd span {
  font-size: 14px;
}

@media screen and (max-width: 539px) {
  .user_info dl dd {
    width: 100%;
  }
}

/* product resist */
.help_table_area {
  width: 100%;
  height: 100%;
  overflow: scroll;
}

.help_table_area .help_table {
  border-collapse: collapse;
  width: 100%;
  height: 100%;
  font-size: 14px;
  line-height: 1.7em;
}

.help_table_area .help_table th {
  background-color: #f0f0f0;
  border: 1px solid #000;
  padding: 5px;
  text-align: left;
  vertical-align: middle;
}

.help_table_area .help_table td {
  border: 1px solid #000;
  padding: 5px;
  vertical-align: middle;
}

#tag_form {
  width: 100%;
}

#tag_form input[type="text"] {
  display: inline-block;
  width: 80%;
  margin-right: 5px;
  margin-bottom: 10px;
}

#tag_form button {
  display: inline-block;
  width: 35px;
  height: 35px;
  border: 2px solid #999;
  -weblit-appearance: none;
  border-radius: 5px;
  font-size: 12px;
}

#tag_form button#del_0 {
  display: none;
}

/* history_list */
table {
  width: 100%;
}

table tr {
  width: 100%;
}

.top_head {
  text-align: left;
  white-space: nowrap;
}

.history_list {
  border-bottom: 2px solid #323232;
}

.history_list td {
  vertical-align: middle;
  line-height: 1.5em;
  padding: 20px;
  padding-left: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.history_list td .table_tag {
  color: #fff;
  padding: 2px 5px;
}

.history_list td .orange_tag {
  background-color: #ff6600;
}

.history_list td .gray_tag {
  background-color: #c8c8c8;
}

.history_list .thumbnail {
  width: 250px;
}

.history_list .red_text {
  color: #ff0000;
  font-size: 12px;
}

.download_btn {
  background-image: none;
  padding-right: 10px;
  cursor: pointer;
  display: inline-block;
  margin: 0 auto 5px;
}

/* modal */
.remodal {
  width: 100%;
  max-width: 720px;
  margin: 0 auto;
}

@media only screen and (min-width: 641px) {
  .remodal {
    max-width: 720px !important;
  }
}

@media only screen and (max-width: 640px) {
  .remodal {
    padding: 5% !important;
  }
}

.remodal .modal_ttl {
  font-size: 18px;
  font-weight: bold;
  border-bottom: 2px dotted #000;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.remodal p {
  margin-bottom: 20px;
  text-align: left;
}

.remodal .sub_text {
  font-weight: bold;
  font-size: 16px;
  background-color: #f0f0f0;
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.remodal button {
  padding: 5px 10px;
  border: none;
  -webkit-appearance: none;
  border-radius: 10px;
}

.help_area {
  position: fixed;
  right: 10%;
  top: 10%;
}

.help_area .help_btn {
  display: block;
  width: 70px;
  height: 70px;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #323232;
  cursor: pointer;
  border-radius: 5px;
  padding: 10px 0;
}

.help_area .help_btn img {
  width: 30px;
  margin-bottom: 3px;
}

.help_area .help_btn p {
  color: #fff;
  font-size: 14px;
  line-height: 1em;
}

/* modal */
.modal_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 50px auto;
}

.modal_area .view_modal,
.modal_area .tag_modal {
  width: 45%;
  max-width: 180px;
  margin: 0 10px;
}

.modal_area .modal_button {
  display: block;
}

.modal_area .modal_button button:disabled {
  opacity: 0.3;
  cursor: not-allowed;
}

.modal_area .modal_button button {
  background-color: #000;
  border-radius: 20px;
  padding: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: none;
  width: 100%;
  cursor: pointer;
}

.modal_area .modal_button button .modal_img {
  width: 40px;
  margin: 10px auto;
}

.modal_area .modal_button button .modal_img img {
  width: 100%;
}

.modal_area .modal_button button p {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  letter-spacing: 1px;
  margin-bottom: 0.8em;
}

@media screen and (max-width: 739px) {
  .modal_area .modal_button button p {
    font-size: 14px;
    letter-spacing: 0.5px;
  }
}

.resist_btn .button:disabled {
  opacity: 0.3;
  cursor: not-allowed;
}

.resist_btn p {
  text-align: center;
}

a#return_button {
  color: #000;
  text-align: center;
}

/* products_list */
ul.products_list {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

ul.products_list a {
  text-decoration: none;
}

ul.products_list li {
  width: 23%;
  margin: 20px 10px;
  border-radius: 10px;
  -webkit-box-shadow: 3px 3px 10px #ccc;
          box-shadow: 3px 3px 10px #ccc;
}

ul.products_list li .product_img {
  width: 100%;
  position: relative;
  background-color: #ffd8bf;
}

ul.products_list li .product_img img {
  width: 100%;
  vertical-align: bottom;
  border-radius: 10px 10px 0 0;
}

ul.products_list li .product_img .favorite {
  position: absolute;
  right: 10px;
  bottom: 10px;
  width: 25px;
  height: 25px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  cursor: pointer;
}

ul.products_list li .product_img .is_no_pushed {
  background-image: url("../img/star_border.svg");
}

ul.products_list li .product_img .is_pushed {
  background-image: url("../img/star.svg");
}

ul.products_list li .product_text {
  background-color: #fff;
  border-radius: 0 0 10px 10px;
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

ul.products_list li .product_text .product_name {
  line-height: 1.7em;
}

ul.products_list li .view_open {
  width: 80%;
  margin: 0 auto 20px;
  background-color: #323232;
  border-radius: 5px;
  color: #fff;
  text-align: center;
  cursor: pointer;
}

ul.products_list li .view_open:hover {
  opacity: 0.8;
}

/* modal */
.modal_bg {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.modal_bg .demo_view {
  width: 90%;
  height: 90%;
  padding: 3%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 30px;
  max-width: 1600px;
  position: relative;
  background-color: #fff;
}

.modal_bg .small_modal {
  width: auto;
  height: auto;
  max-width: 90%;
  margin: 0 auto;
}

.modal_bg .small_modal .modal_ttl {
  font-size: 18px;
  border-bottom: 2px dotted #323232;
  padding-bottom: 5px;
  margin-bottom: 10px;
}

.modal_bg .small_modal p {
  font-size: 14px;
}

.modal_bg .close_btn {
  width: 30px;
  height: 30px;
  background-image: url("../img/close1.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  right: 3%;
  top: 5%;
  cursor: pointer;
}

.modal_active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

/* 個人情報保護方針 */
.p_policy {
  height: 200px;
  overflow-y: auto;
  border: 2px solid #999;
  background-color: #fff;
  padding: 5px;
  border-radius: 5px;
}

.p_policy p {
  font-size: 14px !important;
}

.p_policy ul.list-disc {
  list-style-type: disc;
  padding-left: 20px;
  font-size: 14px;
}

/* ご契約プランについて */
.plan_table {
  margin-bottom: 60px;
}

.plan_table dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #999;
  width: 90%;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 14px;
}

.plan_table dl dt {
  width: 24%;
  border-right: 1px solid #999;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: right;
  padding: 10px;
}

.plan_table dl dd {
  width: 19%;
  border-right: 1px solid #999;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
}

.plan_table dl dd:last-child {
  border-right: none;
}

.plan_table dl.p_menu dt {
  text-align: left;
  font-size: 16px;
}

.plan_table dl.p_menu dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.plan_table dl.p_menu dd div:first-child {
  margin-bottom: 20px;
}

.plan_table dl.p_menu dd div .font_L {
  font-size: 20px;
  font-weight: bold;
}

.plan_table dl.p_menu dd div .font_L:first-child {
  margin-bottom: 10px;
  font-size: 16px;
}

.plan_table dl.p_menu dd div span {
  font-size: 13px;
  font-weight: 400;
}

.plan_table dl.p_menu dd div button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.plan_table dl.p_menu dd div button {
  width: 100%;
  border-radius: 5px;
  padding: 5px 0;
  text-align: center;
  margin-top: 15px;
  background: #323232;
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.plan_table dl.p_menu dd div button.orange {
  background: #fe934e;
}

.plan_table dl.p_menu dd div button a {
  color: #fff;
}

.plan_table dl.p_menu dd div button:hover {
  opacity: 0.8;
}

@media screen and (max-width: 739px) {
  .plan_table {
    width: 100%;
    overflow-x: scroll;
    word-break: break-word;
  }
  .plan_table dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #999;
    width: 230%;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-size: 12px;
  }
  .plan_table dl dt {
    width: 30%;
    border-right: 1px solid #999;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: left;
    padding: 10px 5px;
  }
  .plan_table dl dd {
    width: 50%;
    border-right: 1px solid #999;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 10px 5px;
  }
  .plan_table dl dd:last-child {
    border-right: none;
  }
  .plan_table dl.p_menu dt {
    text-align: left;
    font-size: 12px;
  }
  .plan_table dl.p_menu dt .sp_none {
    display: none;
  }
  .plan_table dl.p_menu dd {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .plan_table dl.p_menu dd div:first-child {
    margin-bottom: 10px;
  }
  .plan_table dl.p_menu dd div .font_L {
    font-size: 16px;
    font-weight: bold;
  }
  .plan_table dl.p_menu dd div .font_L:first-child {
    margin-bottom: 10px;
    font-size: 16px;
  }
  .plan_table dl.p_menu dd div span {
    font-size: 10px;
    font-weight: 400;
  }
  .plan_table dl.p_menu dd div button {
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }
  .plan_table dl.p_menu dd div button {
    width: 100%;
    border-radius: 5px;
    padding: 5px 0;
    text-align: center;
    margin-top: 15px;
    background: #323232;
    color: #fff;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .plan_table dl.p_menu dd div button.orange {
    background: #fe934e;
  }
  .plan_table dl.p_menu dd div button a {
    color: #fff;
  }
  .plan_table dl.p_menu dd div button:hover {
    opacity: 0.8;
  }
}

.about {
  width: 634px;
  margin: 0 auto;
  padding-bottom: 30px;
}

.about h2 {
  font-size: 2.2rem;
  line-height: 1.8;
  margin-bottom: 20px;
}

.about h2 span {
  font-size: 3.8rem;
  margin-right: 5px;
  color: #ff6600;
}

.about p {
  font-size: 1.4rem;
  line-height: 1.8;
}

.shot_img {
  border: 0.14286rem solid #555;
  padding: 0.71429rem;
  margin: 0.71429rem auto;
  width: 60%;
  height: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 736px) {
  .shot_img {
    width: 100%;
  }
}

.shot_img img {
  width: 100%;
  height: auto;
  display: block;
}
