@charset "UTF-8";
p:empty{
  display:none;
}
.page-content {
  color: #333333;
  letter-spacing: 0.06em;
  padding: 60px 40px 0;
}

.page-content .section-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.article {
  width: 68.5%;
}

.article-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: solid 1px #d4d4d4;
  padding-bottom: 10px;
  margin-bottom: 54px;
}

.article-head_r {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 20px;
  margin-bottom: 12px;
}

.article-tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.article-tags .tag {
  height: 34px;
  padding: 0 12px;
  font-size: 16px;
  margin-bottom: 12px;
  margin-right: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.article-tags .tag img {
  width: 22px;
  height: auto;
  margin-right: 4px;
}

.article-date {
  font-size: 16px;
  margin-right: 20px;
}

.article-good {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 34px;
  padding: 0 14px;
  background-color: #f18b00;
  border-radius: 17px;
  color: #fff;
}

.article-good img {
  width: 18px;
  margin-left: 13px;
}

.article-title {
  font-size: 36px;
  line-height: 48px;
  margin-bottom: 48px;
  border-left: solid 9px #f18b00;
  padding-left: 22px;
}

.article-thumb {
  width: 100%;
  height: calc(821px * 0.5625);
  margin-bottom: 46px;
}

.article-thumb img {
  width: 100%;
  height: 100%;
  border-radius: 22px;
  -o-object-fit: cover;
     object-fit: cover;
}

.article-content{
  margin-bottom:50px;
}

.article-content .index_wrap {
  width: 100%;
  border: solid 1px #f18b00;
  padding: 40px 60px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.article-content .index_wrap .index-title {
  font-size: 24px;
  display: block;
  font-weight: bold;
  color: #f18b00;
  margin-bottom: 40px;
}

.article-content .index_wrap ul {
  margin-left: 0;
}

.article-content .index_wrap ul li {
  font-size: 14px;
  line-height: 36px;
  font-weight: bold;
}

.article-content .index_wrap ul li a {
  color: #333333;
}

.article-content .index_wrap ul .h3list li {
  font-weight: normal;
}

.article-content p {
  font-size: 16px;
  line-height: 36px;
}

.article-content h2 {
  padding-bottom: 6px;
  border-bottom: #f18b00 solid 2px;
  font-size: 24px;
  line-height: 1.6em;
  margin-bottom: 40px;
  margin-top: 40px;
  position: relative;
}

.article-content h2::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #f18b00;
  bottom: -9px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.article-content h3 {
  font-size: 20px;
  margin-bottom: 32px;
  margin-top: 40px;
}

.article-content img{
  display:block;
}

.article-content h3::before {
  content: "";
  background-image: url("../../img/subpage/check-solid.png");
  display: inline-block;
  width: 27px;
  height: 27px;
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 12px;
  vertical-align: middle;
}

.article-content ol li {
  list-style-type: decimal;
  margin-left: 40px;
}

.article-content ul li {
  list-style-type: disc;
  margin-left: 40px;
}

.article-content blockquote {
  background-color: #f7f7f7;
  padding: 40px 80px;
  margin: 20px 0;
  position: relative;
}

.article-content blockquote:before {
  content: "";
  width: 44px;
  height: 44px;
  background-image: url("../../img/subpage/quote1.png");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 17px;
  left: 30px;
}

.article-content blockquote:after {
  content: "";
  width: 44px;
  height: 44px;
  background-image: url("../../img/subpage/quote2.png");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 17px;
  right: 30px;
}

.article-content figure {
  float: left;
  margin: 0 30px 20px 0;
}

.article-content figure figcaption {
  text-align: center;
}

.article-content table tr:first-child td {
  text-align: center;
  background-color: #e4e4e4;
  font-size: 14px;
  font-weight: bold;
}

.article-content table td {
  border: solid 2px #c2c2c2;
  padding: 20px;
  font-size: 12px;
}

.article-content table td:first-child {
  text-align: center;
  font-size: 14px;
  font-weight: bold;
}

.post-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
}

.previous-link, .next-link {
  width: 50%;
  position:relative;
}

.previous-link a, .next-link a {
  position: relative;
  width:100%;
  font-weight: bold;
  font-size: 17px;
  text-align: center;
  color: #f18b00;
}

.previous-link {
  text-align: center;
}

.previous-link a:before {
  content: "〈";
  display: inline-block;
  width: 17px;
  height: 17px;
  font-size: 17px;
  line-height: 1em;
  color: #f18b00;
  position: absolute;
  left:-2em;
  top: 50%;
  transform: translateY(-38%);
  -webkit-transform: translateY(-38%);
  -ms-transform: translateY(-38%);
}

.next-link {
  text-align: center;
}

.next-link a:after {
  content: "〉";
  display: inline-block;
  width: 17px;
  height: 17px;
  font-size: 17px;
  line-height: 1em;
  color: #f18b00;
  position: absolute;
  right:-2em;
  top: 50%;
  transform: translateY(-38%);
  -webkit-transform: translateY(-38%);
  -ms-transform: translateY(-38%);
}

.article-side {
  width: 27.4%;
}

.article-side .side-button {
  width: 100%;
  height: 70px;
  margin-bottom: 14px;
  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;
  font-size: 15px;
  font-weight: bold;
}

.article-side .side-button img {
  width: 22px;
  height: auto;
  margin-right: 13px;
}

.article-side .side-button:nth-child(1) {
  border: solid 1px #f18b00;
  color: #f18b00;
}

.article-side .side-button:nth-child(2) {
  background-color: #f18b00;
  color: #fff;
}

.article-side .side-button:nth-child(3) {
  background-color: #00b900;
  color: #fff;
}

.article-side .side-button a {
  color: #fff;
}

.article-side .blog-archive {
  width: 100%;
  margin-top: 52px;
}

.article-side .blog-archive h3 {
  font-size: 20px;
  line-height: 1em;
  margin-bottom: 17px;
  padding-bottom: 14px;
  color: #f18b00;
  border-bottom: double 7px #f18b00;
}

.article-side .blog-archive .blog-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 22px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  color: #333;
}

.article-side .blog-archive .blog-item:last-child {
  margin-bottom: 0;
}

.article-side .blog-archive .blog-item img {
  width: 120px;
  height: 65px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-right: 7px;
}

.article-side .blog-archive .blog-item p {
  font-size: 14px;
  line-height: 24px;
  width: calc(100% - 127px);
  margin: 12px 0;
}

.section-head {
  font-size: 40px;
  text-align: center;
  position: relative;
  padding-bottom: 26px;
  margin-bottom: 50px;
}

.section-head span {
  color: #ff834f;
  margin-right: 0.5em;
}

.section-head::after {
  content: "";
  position: absolute;
  width: 100px;
  height: 6px;
  background-color: #f18b00;
  bottom: 0px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.section-head_l {
  text-align: left;
}

.section-head_l::after {
  left: 0;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.know-pickup {
  background-color: #f7f7f7;
  padding: 0 40px;
  margin-bottom: 72px;
}

.know-pickup .section-inner {
  padding: 60px 0 72px;
}

.section-inner {
  width: auto;
  margin: auto;
  max-width: 1200px;
}

.know-category {
  padding: 0 40px;
}

.card-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.card-box.display-none {
  display: none;
}

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

.card {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 12px;
  background-color: #fff;
  padding: 35px 22px;
  width: 23.33%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-right: calc(6.68% / 3);
}

.card:nth-child(4n) {
  margin-right: 0;
}

.card a {
  color: #333;
}

.card h2 {
  font-size: 17px;
  font-weight: bold;
  margin-bottom: 16px;
}

.card h3:hover {
  opacity: 0.6;
}

.card .article-title-sp{
  display:none;
}

.card .article-tags-sp {
  display: none;
}

.card .article-tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 10px;
}

.card .article-tags .tag {
  height: 20px;
  padding: 0 8px;
  font-size: 9.5px;
  margin-right: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.card .article-tags .tag img {
  width: 14px;
  height: auto;
  margin-right: 4px;
}

.card .article-thumb {
  width: 100%;
  height: 140px;
  display:block;
  margin-bottom: 6px;
}

.card .article-thumb img {
  width: 100%;
  height: 140px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 11px;
}

.card .article-date {
  font-size: 10px;
  margin-bottom: 6px;
}

.card .article-text {
  font-size: 12px;
  line-height: 18px;
  margin-bottom: 20px;
}

.card .link-button {
  margin-top: auto;
  font-size: 14px;
  position: relative;
  line-height: 34px;
  border-radius: 19px;
  width: 100%;
  font-weight: bold;
  background-color: #fff;
  text-align: center;
  display: block;
  color: #f18b00;
  border: solid 2px #f18b00;
}

.card .link-button::after {
  position: absolute;
  content: "";
  right: 18px;
  top: 50%;
  width: 7px;
  height: 7px;
  border-top: 2px solid #f18b00;
  border-right: 2px solid #f18b00;
  -webkit-transform: rotate(45deg) translateY(-56%);
  transform: rotate(45deg) translateY(-56%);
}

.article-subtext {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 40px;
  text-align: center;
}

.article-category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 40px;
}

.category-item {
  height: 43px;
  width: 12%;
  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;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 14px;
  color: #f18b00;
  border: solid 2px #f0b667;
}

.category-item br {
  display: none;
}

.blog-archive-sp {
  display: none;
}

.breadcrumbs {
  padding: 0 40px;
  padding-right:90px;
}

.breadcrumbs p {
  width: auto;
  max-width: 1200px;
  margin: auto;
}

.breadcrumbs p br {
  display: none;
}

@media screen and (max-width: 1000px) {
  .page-content .section-inner {
    display: block;
  }
  .article {
    width: auto;
    max-width: 800px;
    margin: auto;
  }
  .article-head {
    padding-bottom: 4px;
    margin-bottom: 20px;
  }
  .article-tags .tag {
    height: 26px;
    padding: 0 12px;
    font-size: 10px;
    margin-right: 8px;
  }
  .article-tags .tag img {
    width: 18px;
  }
  .article-date {
    font-size: 14px;
  }
  .article-title {
    font-size: 28px;
    line-height: 40px;
    margin-bottom: 20px;
    padding-left: 12px;
  }
  .article-thumb {
    height: calc((100vw - 80px)  * 0.5625);
  }
  .article-thumb img {
    height: calc((100vw - 80px)  * 0.5625);
  }
  .article-side {
    width: 100%;
  }
  .article-side .blog-archive {
    width: auto;
  }
  .article-side .blog-archive .blog-articles {
    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;
  }
  .article-side .blog-archive .blog-item {
    width: 46%;
  }
  .section-head {
    font-size: 32px;
  }
  .card {
    width: 46%;
    margin-bottom: 40px;
  }
  .article-category {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .category-item {
    height: 43px;
    width: 24%;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 480px) {
  .page-content {
    padding: 20px 12.5px;
  }
  .article-head {
    display: block;
  }
  .article-head_r {
    margin-left: 0;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .article-title {
    font-size: 18px;
    line-height:1.5;
  }

  .article-content img{
    margin-left: auto;
    margin-right: auto;
  }

  .article-side {
    display: none;
  }
  .article-side .blog-archive {
    width: auto;
  }
  .article-side .blog-archive .blog-articles {
    display: block;
  }
  .article-side .blog-archive .blog-item {
    width: 100%;
  }
  .article-content h3 {
    font-size: 17px;
    margin-bottom: 15px;
    margin-top: 15px;
  }
  .article-content h2 {
    font-size: 17px;
    line-height: 1.5;
    margin-bottom: 15px;
    margin-top: 15px;
  }
  .article-thumb {
    height: calc((100vw - 25px)  * 0.5625);
  }
  .article-thumb img {
    height: calc((100vw - 25px)  * 0.5625);
  }
  .section-head {
    font-size: 20px;
    padding-bottom: 12px;
    margin-bottom: 20px;
  }
  .section-head::after {
    width: 50px;
    height: 3px;
  }
  .know-pickup {
    background-color: #fff;
    padding: 0 12.5px;
    margin-bottom: 50px;
  }
  .know-pickup .section-inner {
    padding: 0;
  }
  .know-category {
    padding: 0 12.5px;
  }
  .card-box {
    margin-bottom: 20px;
  }
  .card {
    width: 100%;
    margin-bottom: 0;
    padding: 0;
    padding: 14px;
    border-bottom: solid 1px #e0e0e0;
  }
  .card h2 {
    font-size: 15px;
    margin-bottom: 10px;
  }
  .card__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .card__text {
    width: 73%;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }

  .card .article-title-pc{
    display:none;
  }
  .card .article-title-sp{
    display:block;
  }

  .card .article-tags {
    display: none;
  }
  .card .article-tags-sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-bottom: 0;
  }
  .card .article-tags-sp .tag {
    padding: 2px 4px;
    font-size: 8px;
    margin-right: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .card .article-tags-sp .tag p {
    margin: 0px;
  }
  .card .article-date {
    color: #959595;
    margin-bottom: 0;
    line-height: 1em;
    margin-top:4px;
    margin-bottom:6px;
    text-align:left;
  }
  .card .article-thumb {
    width: 27%;
    height: 86px;
  }
  .card .article-thumb img {
    width: 100%;
    height: 86px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .card .link-button {
    display: none;
  }
  .article-subtext {
    font-size: 12px;
    margin-bottom: 20px;
  }
  .category-item {
    height: 50px;
    font-size: 12px;
    margin-bottom: 4px;
  }
  .category-item br {
    display: block;
  }
  .blog-archive-sp {
    padding: 0 12.5px;
    display: block;
  }
  .blog-archive-sp h3 {
    font-size: 20px;
    line-height: 1em;
    margin-bottom: 17px;
    padding-bottom: 14px;
    color: #f18b00;
    border-bottom: double 7px #f18b00;
  }
  .blog-archive-sp .blog-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 22px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    color: #333;
  }
  .blog-archive-sp .blog-item:last-child {
    margin-bottom: 0;
  }
  .blog-archive-sp .blog-item img {
    width: 120px;
    height: 80px;
    -o-object-fit: cover;
       object-fit: cover;
    margin-right: 7px;
  }
  .blog-archive-sp .blog-item p {
    font-size: 14px;
    line-height: 24px;
    width: calc(100% - 127px);
  }
  .breadcrumbs {
    padding: 0 12.5px;
    padding-right:66px;
  }
}
/*# sourceMappingURL=single.css.map */



/* マイページ */

.article-mypage {
  width: 100%;
}

.article-mypage .article-content {
  width: 900px;
  margin: 0 auto;
}

#wpmem_login,.maypage-data {
  background-color: #f4f4f4;
  padding: 40px 80px;
  margin-top: 30px;
}

#wpmem_login fieldset {
  margin: 0;
}

#wpmem_login legend, .maypage-data .maypage-data-title {
  font-size: 24px;
  font-weight: bold;
  color: #333333;
  text-align: center;
  margin-bottom: 24px;
}

.maypage-data .div_text,.maypage-data label {
  margin-bottom: 14px;
}

#wpmem_login label, .maypage-data label {
  font-size: 18px;
  color: #333333;
  display: inline-block;
  width: 220px;
}

#wpmem_login .div_text, .maypage-data .div_text {
  display: inline-block;
  width: 474px;
  margin-left: auto;
  font-size: 16px;
  position: relative;
}

.div_text span {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 12px;
}

.div_text span i {
  color: blue;
}

#wpmem_login .div_text input {
  width: 100%;
  border-radius: 2px;
  background-color: #ffffff;
  font-size: 16px;
  padding: 0 24px 0 12px;
  height: 44px;
  box-sizing: border-box;
}

#wpmem_login .button_div {
  width: 375px;
  margin: 30px auto 0;
  text-align: center;
}

#wpmem_login .button_div input {
  width: 100%;
  border-radius: 10px;
  background-color: #f18b00;
  color: #ffffff;
  border: none;
  font-size: 18px;
  line-height: 52px;
}

.maypage-point {
  display: flex;
}

.article-content .maypage-point-label {
  font-size: 24px;
  font-weight: bold;
  color: #f18b00;
  margin-right: 50px;
}

.article-content .maypage-point-label span {
  display: block;
  font-size: 12px;
  font-weight: normal;
  color: #333333;
}

.article-content .maypage-point-data {
  font-size: 18px;
  font-weight: bold;
  color: #333333;
}

.article-content .mypage-annotation {
  margin-top: 32px;
  font-size: 16px;
  color: #333333;
}

.article-content .mypage-annotation a {
  color: #333333;
  text-decoration: underline;
}

.wpmem_msg {
  margin-top: 30px;
  width: 100%;
  background: unset;
  border: unset;
  padding: 40px 0;
  background-color: #f4f4f4;
  color: #f10000;
}

.article-content .caution {
  padding-left: 220px;
  padding-right: 36px;
}

@media screen and (max-width: 480px) {
  .article-mypage .article-content {
    width: 100%;
  }

  #wpmem_login,.maypage-data  {
    padding: 12.5px;
    box-sizing: border-box;
  }

  #wpmem_login fieldset {
    box-sizing: border-box;
    min-width: unset;
  }

  #wpmem_login legend, .maypage-data .maypage-data-title {
    font-size: 5.6vw;
  }

  #wpmem_login label, .maypage-data label {
    width: 100%;
    font-size: 4vw;
  }

  #wpmem_login .div_text, .maypage-data .div_text {
    width: 100%;
    font-size: 4vw;
  }

  #wpmem_login .button_div {
    width: 100%;
  }

  #wpmem_login .button_div input {
    font-size: 4vw;
    line-height: 12vw;
  }

  .article-content .mypage-annotation {
    margin-top: 4vw;
    line-height: 1.4;
    font-size: 3.2vw;
  }

  .article-content .caution {
    padding: 0;
  }
}

/*フォーム*/
.mw_wp_form{
  background-color:#f4f4f4;
  padding:60px 50px;
}

.form-content{
  display:flex;
  align-items:flex-start;
  margin-bottom:25px;
}
.form-content-label{
  display:flex;
  width:312px;
  justify-content: space-between;
  align-items: center;
  margin-right:12px;
}

.form-content-label p:first-child{
  line-height:44px;
  font-weight:bold;
}

.required{
  width:42px;
  height:22px;
  background-color:#ff0000;
  color:#fff;
  font-size:12px;
  display:flex;
  align-items:center;
  justify-content: center;
}

.form-content-input,.form-content-checkbox{
  width:calc(100% - 312px);
}

input[type="text"],input[type="email"],select{
  height:44px;
  box-sizing:border-box;
  padding:2px 10px;
  border:none;
  border-radius:10px;
  max-width:100%;
  font-size:17px;
}

.mw_wp_form select{
  -webkit-appearance: none;
  -moz-appearance: none;
	appearance: none;
  background-color:#fff;
  border-radius:10px;
  padding-right:30px;
  height:44px;
  position:relative;
  background-image: url('../../img/subpage/arrow-bottom.png');
  background-repeat: no-repeat;
	background-size: 15px 7px;
	background-position: right 10px center;
}


.form-content-input-flex{
  display:flex;
  align-items:center;
  flex-wrap:wrap;
}

.form-content-input-flex-item{
  margin-right:14px;
} 

.form-content-checkbox{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  max-width:568px;
}

p.example{
  font-size:14px;
  color:#333333;
  margin-top:10px;
}

p.example .notel{
  pointer-events: none;
}

span.example-red{
  color:#ff0000;
}

textarea{
  width:100%;
  height:110px;
  border:none;
  border-radius:10px;
  font-size:15px;
  box-sizing:border-box;
  padding:10px;
}

.content-submit{
  display:flex;
  width:480px;
  justify-content: space-between;
  align-items:center;
  margin:auto;
  margin-top:48px;
}

.content-submit button{
  width:232px;
  height:52px;
  border-radius:10px;
  border:none;
  letter-spacing: 0.08em;
  color:#fff;
  font-size:24px;
  -webkit-appearance: none;
-webkit-text-size-adjust: 100%;
}

.content-submit button[value="send"],.content-submit button[value="confirm"], .content-submit input[type="submit"]{
  background-color:#f18b00;
}

.content-submit button[value="back"]{
  background-color:#c4c4c4;
}


.content-submit input{
  width:232px;
  height:52px;
  border-radius:10px;
  background-color:#c4c4c4;
  border:none;
  letter-spacing: 0.08em;
  color:#fff;
  font-size:24px;
  -webkit-appearance: none;
-webkit-text-size-adjust: 100%;
}

.form-content-input,.form-conetnt-checkbox{
  line-height:44px;
}

.form-content-input .mwform-tel-field .input-tel {
  width: 100px;
}

@media screen and (max-width:1000px){
  .mw_wp_form{
    background-color:#f4f4f4;
    padding:40px 20px;
  }

  .form-content-label{
    width:250px;
  }
  .form-content-input,.form-content-checkbox{
    width:calc(100% - 250px);
  }
}

@media screen and (max-width:480px){
  .form-content{
    display:block;
    margin-bottom:15px;
  }
  .form-content-label{
    width: unset;
    margin-bottom:6px;
    justify-content: flex-start;
  }
  .form-content-input,.form-content-checkbox{
    width:100%;
  }

  .form-content-input-flex{
    align-items: flex-start;
  }

  .required {
    margin-left: 20px;
  }

  .form-content-input-flex-item.form-content-select{
    margin-right:0;
    width:calc(100% - 178px);
  } 

  input[type="text"],input[type="email"],select{
    font-size:3.6vw;
  }

  input#datepicker{
    width:160px;
    box-sizing:border-box;
    margin-bottom:10px;
  }

  .content-submit{
    width:100%;
  }

  .content-submit input{
    width:100%;
  }

  .content-submit button,.content-submit p,input[type="reset"]{
    width:48.3%;
  }
}

/*ステップ表示の部分*/
.step-text{
  font-size:16px;
  margin-bottom:36px;
  text-align:center;
}
.form-step{
  width:480px;
  height:9px;
  background-color:#e4e4e4;
  margin:auto;
  position:relative;
  margin-bottom:100px;
}

.form-step-item{
  position:absolute;
  top:-23.5px;
  transform:translateX(-50%);
  text-align:center;
}

.form-step-item span{
  width:56px;
  height:56px;
  border-radius:28px;
  display:flex;
  align-items: center;
  justify-content:center;
  background-color:#e4e4e4;
  margin:auto;
}

.form-step-item.current span{
  background-color:#f18b00;
}

.form-step-item span img{
  width:32px;
  height:auto;
  display:block;
}

.form-step-item:nth-child(1){
  left:0;
}

.form-step-item:nth-child(2){
  left:50%;
}

.form-step-item:nth-child(3){
  left:100%;
}

@media screen and (max-width:480px){
  .form-step{
    width:70%;
  }
  .form-step-item p{
    font-size:13px;
  }

  .form-content-input .mwform-tel-field .input-tel {
    width: 29%;
  } 
}