/* --------------------------------
	2021 calendar
-------------------------------- */
#mainimg {
  position: relative;
}
.calendar-wrapper {
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  z-index: 1;
  width: 100%;
  max-width: 880px;
  margin: 0 auto;
  padding: 0 10px;
}
#mainimg #calendar {
  flex-wrap: wrap;
  max-width: 350px;
  padding: 14px 12px;
  border-radius: 10px;
  background: #fff;
  margin: 0 0 0 auto;
}
#mainimg #calendar .calendar_title {
  width: 100%;
  color: #00a53b;
  line-height: 1.2;
  font-size: 18px;
  text-align: center;
}
#mainimg #calendar .memo {
  text-align: right;
  font-size: 12px;
  font-weight: bold;
}
#mainimg #calendar span {
  display: inline-block;
  padding: 2px 5px;
}
#mainimg #calendar .contents {
  display: flex;
  justify-content: space-between;
}
#mainimg #calendar .contents table {
  width: 45.45%;
  margin-top: 0;
  font-size: 13px;
  border-collapse: separate;
  border-spacing: 2px;
  margin-right: 5px;
}
#mainimg #calendar .contents table caption {
  border-bottom: 3px solid #000;
  font-weight: bold;
  font-size: 16px;
}
#mainimg #calendar .contents table th {
  font-weight: bold;
  text-align: center;
}
#mainimg #calendar .contents table td {
  border-bottom: 0;
  font-weight: bold;
  text-align: right;
}
#mainimg #calendar .holiday {
  background: #ffe5e5;
  color: #ff0224;
}
#mainimg #calendar th#saturday {
  background: #ffe5e5;
  color: #3d3d3d;
}
#mainimg #calendar th#sunday {
  background: #ffe5e5;
  color: #3d3d3d;
}
@media screen and (max-width: 959px) {
  .calendar-wrapper {
    position: relative;
    top: 0;
    bottom: auto;
    max-width: 520px;
  }
  #mainimg #calendar {
    max-width: 520px;
  }
}
@media screen and (max-width: 519px) {
  .calendar-wrapper {
    max-width: 320px;
  }
}

/*  2023-04-11  */
.attention {
  border: 1px solid #d61518;
  text-align: left;
  padding: 0.5em;
  box-sizing: border-box;
  font-size: 1.4rem;
  color: #d61518;
  margin-bottom: 1em;
}

html {
  font-size: 62.5%;
}
.header_nav {
  width: min(100%, 860px);
  margin: 3em auto 1em;
  display: flex;
  /*   justify-content: space-between; */
  align-items: flex-end;
}
.header_nav #gnav {
  background: transparent;
}
#gnav li {
}
#gnav li a {
  color: #000;
  display: inline-block;
  border-left: 1px solid #000;
  padding: 0.3em 0.5em 0.2em;
  height: auto;
  font-size: 1rem;
  font-weight: bold;
  text-decoration: none;
}
#gnav li a:hover {
  text-decoration: underline;
}
#gnav li:last-child a {
  border-right: 1px solid #000;
}

#mainimg {
  background: none;
  position: relative;
}
#mainimg .mainimg_inner {
  position: relative;
}
#mainimg .imaiimg_parts01 {
  position: absolute;
  width: 196px;
  height: 196px;
  left: calc(50% - 88px);
  top: calc(50% - 88px);
}
#mainimg .imaiimg_parts02 {
  position: absolute;
  width: 112px;
  height: 112px;
  left: calc(50% - 430px);
  top: 38px;
}

#mainimg #calendar {
  max-width: 275px;
  margin: 0 0 10px auto;
}
#mainimg #calendar .calendar_title {
  font-size: 14px;
}
#mainimg #calendar .memo {
  font-size: 12px;
}
#mainimg #calendar .contents table caption {
  font-size: 14px;
}
#mainimg #calendar .contents table {
  font-size: 10px;
}

.page-sample .heading {
  background: none;
}
.page-sample .heading {
  /* width: min(100%, 675px); */
}

.main-contents {
  position: relative;
}
.contents_amounts {
  position: absolute;
  right: 0;
  top: 0.5em;
}
.contents_amounts {
  border-radius: 16px;
  padding: 4px;
  overflow: hidden;
}
.contents_amounts::after {
  content: "";
  position: absolute;
  top: -2px;
  right: -2px;
  bottom: -2px;
  left: -2px;
  background: linear-gradient(to bottom, #b2b2b2 0%, #e6e6e6 100%);
  border-radius: 16px;
  z-index: -1;
}
.contents_amounts .inner {
  background-color: #fff;
  border-radius: 14px;
  overflow: hidden;
}
.contents_amounts .contents_amounts_head {
  background-image: linear-gradient(to bottom, #00a1e4 0%, #00c7ec 100%);
  box-shadow: 0px 0px 6px 4px rgba(0, 0, 0, 0.2) inset;
  color: #fff;
  padding: 0.4em 1em;
  font-weight: bold;
}
.contents_amounts .contents_amounts_content {
  box-shadow: 0px -4px 4px 3px rgba(0, 0, 0, 0.3) inset;
  padding: 0.5em 1em;
  background-image: linear-gradient(to bottom, #f5f5f5 0%, #f5f5f5 80%, #d9d9d9 100%);
  font-weight: bold;
  line-height: 1;
  text-align: center;
  font-size: 24px;
}
.contents_amounts .contents_amounts_content span {
  font-size: 32px;
  padding-right: 0.2em;
}

.main-contents .contents.col3 {
  /*  justify-content: space-between; */
  padding: 0;
  margin: 0;
}
.main-contents .contents.col3 .block {
  margin-bottom: 1em;
}

/*.user_infomations*/

.user_infomations {
  border-radius: 20px;
  width: 100%;
  position: relative;
  padding: 8px;
  overflow: hidden;
  margin: 0;
  margin-bottom: 20px;
}
.last_month_points {
  margin-bottom: 50px;
  padding-left: 30px;
  display: flex;
  font-size: 20px;
  font-weight: bold;
}
.last_month_points p:nth-child(1) {
}
.last_month_points p:nth-child(2) span {
  font-size: 22px;
}
.last_month_points p:nth-child(2) {
  color: #ff6e3d;
  font-size: 16px;
}
.user_infomations::after {
  content: "";
  position: absolute;
  top: -4px;
  right: -4px;
  bottom: -4px;
  left: -4px;
  background: linear-gradient(to bottom, #b2b2b2 0%, #e6e6e6 100%);
  border-radius: 20px;
  z-index: -1;
}
.user_infomations .inner {
  background-color: #fff;
  border-radius: 16px;
  overflow: hidden;
}

.user_infomations .user_infomations-head {
  background-image: linear-gradient(to bottom, #005ef0 0%, #0089ff 100%);
  box-shadow: 0px 0px 6px 4px rgba(0, 0, 0, 0.2) inset;
  display: flex;
  color: #fff;
  padding: 1.1em 1em 1em;
  justify-content: space-between;
}

.user_infomations .user_infomations-head .user_names {
  width: 48%;
}
.user_infomations .user_infomations-head .name {
  font-weight: bold;
  font-size: 18px;
}
.user_infomations .user_infomations-head .store_format {
  margin-top: 5px;
  display: flex;
}
.user_infomations .user_infomations-head .store_format p {
  padding: 0 5px;
  margin-right: 1.5%;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  font-size: 14px;
  font-weight: bold;
  color: #00c8c8;
  text-align: center;
}
.user_infomations .user_infomations-head .store_format ul {
  display: flex;
  gap: 1%;
}

.user_infomations .user_infomations-head .course_option {
  font-weight: bold;
  font-size: 20px;
  width: 50%;
  line-height: 1;
}
.user_infomations .user_infomations-head .course_option .course,
.user_infomations .user_infomations-head .course_option .option {
  border-bottom: 1px solid #fff;
  display: flex;
  margin-bottom: 0.4em;
  align-items: center;
}
.user_infomations .user_infomations-head .course_option .course > span,
.user_infomations .user_infomations-head .course_option .option > span {
  background: #fff;
  color: #00a0e9;
  font-size: 1em;
  display: inline-block;
  padding: 0.8em 0 0.8em;
  text-align: center;
  width: 31%;
}
.user_infomations .user_infomations-head .course_option .course > em {
  width: 69%;
  text-align: center;
  font-size: 1.1em;
  font-weight: bold;
}
.user_infomations .user_infomations-head .course_option .option ul {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 69%;
}
.user_infomations .user_infomations-head .course_option .option ul li {
  display: inline-block;
}
.user_infomations .user_infomations-head .course_option .option ul li p {
  border: 1px solid #fff;
  padding: 0.06em 0.45em;
  margin: 0 3px;
}
.user_infomations .user_infomations-head .course_option .opt_detail {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 2%;
}

.user_infomations .user_infomations-head .course_option .opt_detail li {
  width: 48%;
}
.user_infomations .user_infomations-head .course_option .opt_detail li:nth-child(n + 3) {
  margin-top: 10px;
}
.user_infomations .user_infomations-head .course_option .opt_detail li a {
  transition: all 0.5s ease-out;
  display: block;
}
.user_infomations .user_infomations-head .course_option .opt_detail li a:hover {
  opacity: 0.6;
}

.user_infomations .user_infomations-content {
  box-shadow: 0px -4px 4px 3px rgba(0, 0, 0, 0.3) inset;
  padding: 1em 1em;
  background-image: linear-gradient(to bottom, #f5f5f5 0%, #f5f5f5 80%, #d9d9d9 100%);
  display: flex;
  justify-content: space-between;
  align-items: end;
}
.user_infomations .user_infomations-content dl {
  width: 55%;
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}
.user_infomations .user_infomations-content dl dt {
  width: 60%;
  font-size: 20px;
}
.user_infomations .user_infomations-content dl dd {
  font-size: 16px;
  text-align: right;
}
.user_infomations .user_infomations-content dl dd span {
  font-size: 1.6em;
  font-weight: bold;
}
.user_infomations .user_infomations-content dl dd .small {
  font-size: 18px;
  font-weight: normal;
  display: block;
}
.user_infomations .user_infomations-content dl dt:nth-of-type(1),
.user_infomations .user_infomations-content dl dd:nth-of-type(1) {
  font-weight: bold;
}
.user_infomations .user_infomations-content dl dt:nth-of-type(1) {
  font-size: 24px;
}
.user_infomations .user_infomations-content dl dd:nth-last-of-type(1) {
  line-height: 1;
}
.user_infomations .user_infomations-content .now_point {
  font-size: 25px;
  font-weight: bold;
  color: #ff6e3d;
  line-height: 1;
  text-align: right;
}
.user_infomations .user_infomations-content .now_point span {
  font-size: 64px;
}
.user_infomations .user_infomations-content .now_point .small {
  font-size: 36px;
}

/*.user_infomations 店舗形態*/
.user_infomations .store_kinds {
  display: flex;
  margin-top: 10px;
}
.user_infomations .store_kinds p {
  margin-right: 1.5%;
  width: 60px;
  height: 65px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  background-color: #fff;
  color: #00a0e9;
  font-size: 1.3em;
  padding: 0.3em;
  text-align: center;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: 0.1em;
}
.user_infomations .store_kinds ul {
  display: flex;
  gap: 2%;
  flex-wrap: wrap;
  width: 100%;
}
.user_infomations .store_kinds ul li {
  width: 15%;
}
.user_infomations .store_kinds ul li:nth-child(n + 7) {
  margin-top: 2%;
}

/*.user_infomations*/

#detail_cart_box__insert_button.upper {
  padding: 0;
}
#detail_cart_box__insert_button.upper li {
  margin-bottom: 1em;
}
#detail_cart_box__insert_button.upper li .btn-block-md {
  width: 100%;
}

#footer {
  border-top: 4px solid #0064c8;
  border-image: linear-gradient(to right, #0064c8 0%, #408bd6 100%);
  border-image-slice: 1;
  background: #fff;
}

@media screen and (max-width: 519px) {
  .header_nav {
    margin: 2vw auto 1vw;
  }
  .header_nav .logo {
    width: 20vw;
    margin-left: 9vw;
  }

  #gnav li {
    border: none;
    border-bottom: 1px solid #666;
  }
  #gnav li a {
    border: none;
    padding: 2.5vw 0;
  }
  #gnav li:last-child a {
    border: none;
  }

  #mainimg .imaiimg_parts01 {
    width: 20.5vw;
    height: 20.5vw;
    left: calc(50% - 10vw);
    top: calc(50% - 10vw);
  }
  #mainimg .imaiimg_parts02 {
    width: 10vw;
    height: 10vw;
    left: 8vw;
    top: 2.5vw;
  }

  #main .main-inner {
    padding: 0;
  }
  .main-contents .heading h1 {
    letter-spacing: 0;
  }
  .main-contents .heading .text {
    letter-spacing: 0;
    transform: scale(0.8);
    transform-origin: left top;
  }
  .contents_amounts {
    transform: scale(0.45);
    transform-origin: right top;
    top: -5px;
  }

  .main-contents .heading {
    margin-bottom: 1em;
  }
  .main-contents .contents.col3 .block {
    width: 48%;
  }

  /*.user_infomations*/

  .user_infomations {
    border-radius: 3vw;
    padding: 1vw;
    margin-bottom: 8vw;
  }
  .user_infomations::after {
    top: -2vw;
    right: -2vw;
    bottom: -2vw;
    left: -2vw;
    border-radius: 3vw;
    z-index: -1;
  }
  .user_infomations .inner {
    border-radius: 2vw;
  }
  .user_infomations .user_infomations-head {
    padding: 1vw 2vw;
    display: block;
  }

  .user_infomations .user_infomations-head .user_names {
    width: 100%;
    margin-bottom: 10px;
  }
  .user_infomations .user_infomations-head .name {
    font-size: 15px;
  }

  .user_infomations .user_infomations-head .course_option {
    width: 100%;
    font-size: 3.8vw;
  }
  .user_infomations .user_infomations-head .course_option .course,
  .user_infomations .user_infomations-head .course_option .option {
  }

  .user_infomations .user_infomations-content {
    padding: 1vw 1.5vw;
    display: block;
  }
  .user_infomations .user_infomations-content dl {
    width: 100%;
  }
  .user_infomations .user_infomations-content dl dt {
    font-size: 14px;
    width: 60%;
  }
  .user_infomations .user_infomations-content dl dd {
    font-size: 13px;
    width: 40%;
  }
  .user_infomations .user_infomations-content dl dd span {
  }
  .user_infomations .user_infomations-content dl dd .small {
    font-size: 0.8em;
    display: block;
  }
  .user_infomations .user_infomations-content dl dt:nth-of-type(1) {
    font-size: 17px;
  }
  .user_infomations .user_infomations-content dl dd:nth-of-type(1) {
    font-size: 14px;
  }

  .user_infomations .user_infomations-head .course_option .course > span,
  .user_infomations .user_infomations-head .course_option .option > span {
    font-size: 13px;
  }
  .user_infomations .user_infomations-head .course_option .course > em {
    font-size: 0.8em;
  }

  .user_infomations .user_infomations-content .now_point {
    font-size: 14px;
    line-height: 1.4;
    display: flex;
    justify-content: space-between;
  }
  .user_infomations .user_infomations-content .now_point br {
    display: none;
  }
  .user_infomations .user_infomations-content .now_point span {
    margin-top: 12px;
    width: 32%;
    text-align: right;
    font-size: 30px;
  }
  .user_infomations .user_infomations-content .now_point .small {
    margin-bottom: 7px;
    font-size: 14px;
    width: auto;
    align-self: flex-end;
  }

  .user_infomations .user_infomations-head .course_option .opt_detail li:nth-child(n + 3) {
    margin-top: 5px;
  }

  /*.user_infomations 店舗形態*/
  .user_infomations .store_kinds p {
    width: 45px;
    height: 50px;
    font-size: 1em;
  }

  /*.user_infomations*/
}

/*************2024追加分**************/

/*アピアランスツール　SNS広告ページ用*/

/*見出し画像 heading_bnr_Area*/
.heading_bnr_Area {
  margin-bottom: 80px;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}
.heading_bnr_Area img {
  width: 100%;
}

/*横並びメニュー heading_bnr_col3*/
.main-contents .contents.col3.heading_bnr_col3 {
  gap: 0 6%;
}
.main-contents .contents.col3.heading_bnr_col3 .block.col2_half {
  width: 47%;
}

/*アピアランスツール　SNS お問い合わせフォーム*/
.contactform {
  margin-bottom: 70px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}
.contactform h3 {
  margin-bottom: 50px;
  padding-bottom: 5px;
  font-size: 24px;
  font-weight: 500;
  color: #29abe2;
  border-bottom: solid 2px #29abe2;
}
.contactform table {
  width: 100%;
  line-height: 1.7142857143;
}
.contactform table th,
.contactform table td {
  padding: 10px 0;
}

/*質問側*/
.contactform table th {
  font-size: 18px;
  color: #29abe2;
  font-weight: 500;
  white-space: nowrap;
}
.contactform table th .required {
  margin-left: 3px;
  font-size: 14px;

  color: #e60012;
}

/*回答側*/
.contactform table td {
  padding-left: 40px;
  font-size: 16px;
  font-weight: 500;
}
.contactform table td a {
  text-decoration: none;
  color: #e01e80;
}

.contactform input[type="text"],
.contactform input[type="tel"],
.contactform input[type="number"],
.contactform input[type="email"],
.contactform textarea,
.contactform select {
  outline: none;
  padding: 5px;
  width: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 15px;
  border: solid 1px #898989;
  border-radius: 3px;
}
.contactform table td.form_check label {
  font-weight: 500;
  font-size: 20px;
}
.contactform table td.form_check label:not(:last-child) {
  margin-right: 20px;
}
.contactform table td.form_check label input {
  position: relative;
  top: 2px;
  width: 20px;
  height: 20px;
}

/*送信ボタン側*/
.contactform .btns {
  margin-top: 60px;
  display: flex;
  gap: 20px;
  justify-content: center;
}
.contactform .btns .btn {
  width: 100%;
  max-width: 400px;
}
.contactform .btns input,
.contactform .btns a {
  cursor: pointer;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 80px;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  background-color: #0250ff;
  border-radius: 10px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}
.contactform .btns input[disabled] {
  background-color: #ccc !important;
  cursor: not-allowed !important;
}
.contactform .btns .btn.return input {
  background-color: #efefef;
  color: #333;
}
/*アピアランスツール送信ボタン*/
.contactform.appearance .btns input{
  height: 60px;
  background-color: #0000fe;
}





/*確認画面・サンクス*/

/*アピアランスツール確認画面*/
.contactform.confilm h3 {
  padding-bottom: 0;
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 360px;
  height: 60px;
  font-size: 30px;
  background-color: #717171;
  color: #fff;
  border-bottom: none;
}
.contactform.confilm .txtset {
  margin-bottom: 20px;
}
.contactform.confilm table {
  border-bottom: solid 1px #a7b0b4;
}
.contactform.confilm table th,
.contactform.confilm table td {
  padding: 15px 20px;  
  border-top: solid 1px #a7b0b4;
}

.contactform.confilm table th {
  background-color: #d3eefe;
}
.contactform.confilm .btns input,
.contactform.confilm .btns a {
  background-color: #ff0011;
  letter-spacing: 0.2em;
}
.contactform.confilm .btns .btn.return input {
  background-color: #c9c9c9;
  color: #fff;
}

/*アピアランスツール確認画面ここまで*/



.contactform .txtset {
  font-size: 16px;
  margin-bottom: 50px;
}

.contactform_thanks {
  margin-bottom: 70px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}

.contactform_thanks h3 {
  text-align: center;
  margin-bottom: 30px;
  font-size: 28px;
  font-weight: 700;
}
.contactform_thanks .txtset {
  font-size: 18px;
  margin-bottom: 40px;
}
.contactform_thanks .btns {
  text-align: center;
}
.contactform_thanks .btns a {
  cursor: pointer;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  font-weight: 700;
  color: #0250ff;
}

/*アピアランスツール申し込み　商品注文*/
#orderContainer {
  margin-top: 60px;
}
.appearance_item_form {
  position: relative;
  margin-bottom: 30px;
  border-radius: 10px;
  border: solid 1px #898989;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}
.appearance_item_form .title {
  display: flex;
  align-items: center;
  gap: 3px;
  padding: 10px 20px;

  font-size: 22px;
  color: #fff;
  font-weight: 700;
  border-bottom: solid 1px #00913a;
  background-color: #ffbc1f;
  border-radius: 10px 10px 0 0;
}
.appearance_item_form .title span {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  line-height: 1;
  width: 26px;
  height: 26px;
  background-color: #fff;
  color: #ffbc1f;
  border-radius: 50%;
}
.appearance_item_form .inner {
  padding: 10px 20px 20px 20px;
}
.appearance_item_form .contactform table th {
  width: 200px;
}
.appearance_item_form input,
.appearance_item_form select {
  background-color: #efefef;
}

.appearance_item_form .closebtn {
  position: absolute;
  top: -15px;
  right: -15px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 20px;
  border: solid 1px #898989;
  border-radius: 50%;
  background-color: #efefef;
  cursor: pointer;
}

/*商品を追加ボタン*/
.contactform #addButton {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 220px;
  height: 70px;
  border-radius: 10px;
  border: solid 1px #898989;
  background-color: #fafafa;
  cursor: pointer;
  font-size: 30px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  color: #898989;
}
.contactform #addButton span {
  margin-top: 5px;
  margin-right: 3px;
  display: block;
}

/*TAB*/
@media screen and (max-width: 959px) {
  /*アピアランスツール　SNS お問い合わせフォーム*/
  .contactform h3 {
    font-size: 20px;
    margin-bottom: 40px;
  }
  .contactform table th,
  .contactform table td {
    padding: 5px 0;
  }
  .contactform table th {
    font-size: 14px;
  }
  .contactform table th .required {
    font-size: 11px;
  }
  .contactform input[type="text"],
  .contactform input[type="tel"],
  .contactform input[type="number"],
  .contactform input[type="email"],
  .contactform textarea,
  .contactform select {
    font-size: 12px;
  }
  .contactform table td.form_check label {
    font-size: 12px;
  }
  .contactform table td.form_check label:not(:last-child) {
    margin-right: 5px;
  }
  .contactform table td.form_check label input {
    top: 1px;
    width: 12px;
    height: 12px;
  }
  .contactform table td {
    padding-left: 20px;
    font-size: 14px;
  }
  .contactform table tr:last-child th {
    white-space: inherit;
  }

  .contactform .btns .btn {
    max-width: 300px;
  }
  .contactform .btns input,
  .contactform .btns a {
    height: 60px;
    font-size: 18px;
  }

  /*確認画面・サンクス*/
  .contactform .txtset {
    font-size: 15px;
    margin-bottom: 40px;
  }

  .contactform_thanks h3 {
    margin-bottom: 20px;
    font-size: 22px;
  }
  .contactform_thanks .txtset {
    font-size: 15px;
    margin-bottom: 30px;
  }

  .contactform_thanks .btns a {
    font-size: 20px;
  }

  /*アピアランスツール申し込み　商品注文*/
  /*商品を追加ボタン*/
  .contactform #addButton {
    width: 180px;
    height: 60px;

    font-size: 26px;
  }
}

/*SP*/
@media screen and (max-width: 519px) {
  /*見出し画像 heading_bnr_Area*/
  .heading_bnr_Area {
    margin-bottom: 40px;
  }

  /*アピアランスツール　SNS お問い合わせフォーム*/
  .contactform h3 {
    font-size: 16px;
    margin-bottom: 30px;
    border-width: 1px;
  }
  .contactform table th,
  .contactform table td {
    display: block;
  }
  .contactform table th {
    padding: 0px 0 0 0;
  }
  .contactform table td {
    padding: 5px 0 15px 0;
  }

  .contactform table td.form_check label:not(:last-child) {
    margin-right: 5px;
  }

  .contactform .btns .btn {
    max-width: 240px;
  }
  .contactform .btns input,
  .contactform .btns a {
    height: 50px;
    font-size: 16px;
  }
  /*アピアランスツール送信ボタン*/
.contactform.appearance .btns input{
  height: 50px;

}



  /*確認画面・サンクス*/
  .contactform .txtset {
    font-size: 14px;
    margin-bottom: 30px;
  }

  .contactform_thanks h3 {
    font-size: 16px;
  }
  .contactform_thanks .txtset {
    font-size: 14px;
  }

  .contactform_thanks .btns a {
    font-size: 18px;
  }

  /*アピアランスツール申し込み　商品注文*/
  #orderContainer {
    margin-top: 40px;
  }
  .appearance_item_form {
    border-radius: 5px;
    padding-bottom: 15px;
  }
  .appearance_item_form .title {
    padding: 5px 15px;
    font-size: 18px;
    border-radius: 5px 5px 0 0;
  }
  .appearance_item_form .title span {
    font-size: 16px;
    width: 22px;
    height: 22px;
  }
  .appearance_item_form .inner {
    padding: 10px 15px 15px 15px;
  }
  .appearance_item_form .closebtn {
    width: 40px;
    height: 40px;
    top: -10px;
    right: -10px;
  }
  /*商品を追加ボタン*/
  .contactform #addButton {
    width: 160px;
    height: 50px;
    border-radius: 5px;
    font-size: 20px;
  }


/*アピアランスツール確認画面*/
.contactform.confilm h3 {
  margin-bottom: 15px;
  width: 200px;
  height: 50px;
  font-size: 20px;
}
.contactform.confilm table th,
.contactform.confilm table td {
  padding: 5px 10px;
  
}
.contactform.confilm table td  {
  border-top: none;
}

/*アピアランスツール確認画面ここまで*/



}
