@charset 'utf-8';

:root {
  --button-border: solid 2px;
  --button-disable-color: #ffffff80;

  --cli1-background: #607e9f;
  --cli1-button-border: #4682b4;
  --cli1-disable-button-background: #9baec7;
  --cli1-disable-button-border-color: #849cb6;
  --cli1-header-background-color: #b1b3b6;

  --cli2-background: #062b5b;
  --cli2-button-border: #074a8f;
  --cli2-disable-button-background: #374d6a;
  --cli2-disable-button-border-color: #376089;
  --cli2-header-background-color: #83ccd6;

  --aquos-background: #036eb8;
  --aquos-button-border: #025a96;
  --aquos-disable-button-background: #a9c9dd;
  --aquos-disable-button-border-color: #9bb3c1;
  --aquos-header-background-color: #dfeaf1;
}

body {
  background: #ffffff;
  font-family: 'Noto Sans JP', sans-serif;
  box-sizing: border-box;
  margin: 0 0 0 0;
  -webkit-text-size-adjust: 100%;
}

article {
  margin: 0 auto 0 auto;
  max-width: 1200px;
}

article form,
article .confirm_block,
.readability_padding,
.auth_wrapper {
  padding: 0 30px;
}

/* --- お客様情報入力フォームのレイアウト --- */

dl.form input,
div#email_display {
  border: solid 1px;
  border-color: rgb(118, 118, 118);
  border-radius: 3px;
  padding-left: 0.5em;
}

div#email_display {
  width: 90%;
  min-height: 30px;
  font-size: 1.0em;
  margin: 10px 0 10px 0;
  padding-block: 0.25em;
  overflow-wrap: anywhere;
}

.form_label {
  display: grid;
  grid-template-columns: 1.3em 1fr;
  align-items: start;
  font-size: 1.23em;
  width: 80%;
  padding-bottom: 20px;
}

.form_label .label_icon {
  grid-column: 1;
  align-self: start;
}

.form_label .label_text {
  grid-column: 2;
}

.label_required {
  color: red;
  white-space: nowrap;
}

.input_readonly {
  background-color: #d9dde2;
  color: #111827;
  cursor: not-allowed;
  pointer-events: none;
}

.input_readonly:focus {
  outline: none;
  box-shadow: none;
}

/* --------------------------------------- */


.is-hidden {
  display: none;
}

ul li {
  list-style: none;
  margin: 8px 0;
}

ul li.info {
  position: relative;
  padding-left: 1.5rem;
}

ul li.note {
  position: relative;
  padding-left: 1.5rem;
  margin: 0;
}


ul li.list_now {
  color: #FF0000;
}

ul li.info::before {
  content: '●';
  position: absolute;
  padding: 0.23em 0;
  left: 0;
  color: black;
  font-size: 0.77em;
}

ul li.note::before {
  content: '※';
  position: absolute;
  left: 0;
  color: black;
}

ul li.sub_info {
  position: relative;
  padding-left: 1.5rem;
}

ul li.sub_info::before {
  content: '・';
  padding: 0.23em 0;
  position: absolute;
  left: 0;
  color: black;
  font-size: 0.77em;
}

ul li.link {
  margin: 0.25rem 0 0 0.5rem;
}

ul li.link::before {
  content: '→';
}

ul.cocoro_members li.info::before {
  content: '▼';
}

dd.half_w {
  padding: 0 0 0 0;
  margin: 0 10px 0 0;
  display: flex;
  justify-content: stretch;
  align-items: center;
}

div.members_intro {
  margin: 0 0 1em 1em;
}

.auth_wrapper {
  max-width: 500px;
  margin: 0 auto 32px;
}

.auth_wrapper>.button_wrapper {
  margin-bottom: 1em;
}

.auth_wrapper a {
  text-decoration: none;
}

.auth_label {
  display: grid;
  grid-template-columns: 1.3rem 1fr;
  column-gap: 0.3rem;
  align-items: start;
  font-size: 1.23rem;
  margin-bottom: 0.5em;
}

.auth_label .label_icon {
  grid-column: 1;
  align-self: start;
}

.auth_label .label_text {
  grid-column: 2;
  font-weight: bold;
}

.auth_label .label_note {
  grid-column: 2;
  font-size: 1rem;
}

.profile_appl_course {
  font-size: 1.1em;
  color: #0066FF;
  font-weight: bold;
  width: 100%
}

.profile_appl_normal {
  font-size: 0.8em;
  color: #000000;
  font-weight: bold;
  width: 100%
}

.profile_appl_total {
  font-size: 1.1em;
  color: #FF0000;
  font-weight: bold;
  width: 100%
}

.course_text {
  margin: auto;
  font-size: 0.8rem;
}

.course_text ul {
  padding-left: 1em;
}

.campaign_region {
  max-width: 1200px;
  border: 2px solid #000000;
  margin: 0 auto 10px;
  padding: 0.2em;
  box-sizing: border-box;
}

.cmm_region {
  border: 3px solid #000000;
  margin: 1.2em;
  padding: 0.2em;
}

.purchase_text {
  margin-left: 0.5em;
}

.purchase_text_l {
  font-size: 1.1em;
  font-weight: bold;
  display: inline;
}

.purchase_text_s {
  font-size: 0.9em;
  font-weight: bold;
  display: inline;
}

.img_center {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

text.set {
  padding-left: 15px;
}

.text1 {
  font-size: 1.0em;
  font-weight: bold;
  width: 100%
}

.text2 {
  font-size: 1.0em;
  width: 80%
}

.text3 {
  padding: 10px 0 10px 0;
  text-align: center;
  font-size: 1.0em;
  background: #244558;
  color: #fff;
}

.tvscreen_title {
  padding: 10px 0 10px 0;
  font-size: 1.0em;
  background: #efe5f7;
}

.caption {
  font-size: 1.0em;
  width: 20%;
  text-align: right;
  margin-right: 15px;
}

.error {
  font-size: 1.0em;
  color: #FF0000;
  font-weight: normal;
  max-height: 100%;
}

.error_list {
  margin-bottom: 1.5em;
}

.text4 {
  font-size: 1.23em;
  padding: 0 0 20px 0;
  width: 80%;
  word-wrap: break-word;
  max-height: 100%;
}

.text5 {
  font-size: 0.93rem;
  margin: 10px 0 0 0;
}

.text6 {
  font-size: 1.08rem;
}

.text7 {
  font-size: 0.5em;
}

.text8 {
  font-size: 1.0em;
  font-weight: bold;
}

.text8_margin {
  font-size: 1.0em;
  font-weight: bold;
  margin: 0 0 0 15px;
}

.confirm_title {
  font-size: 1.0em;
  font-weight: bold;
  margin-left: auto;
  margin-right: auto;
  width: 90%;
}

.text9 {
  font-size: 0.9rem;
}

.text10 {
  font-size: 1.0rem;
}

.text11 {
  font-size: 1.0rem;
  text-align: center;
}

.text12 {
  margin: 30px;
}

.text13 {
  font-size: 1.0em;
  width: 100%;
}

.text_red {
  color: #FF0000;
}

.text_bold_red {
  font-size: 1.0em;
  font-weight: bold;
  color: #FF0000;
}

.text_attention {
  font-size: 1.08rem;
  font-weight: bold;
  color: #FF0000;
}

.text_bold_red_margin {
  font-size: 1.0em;
  font-weight: bold;
  color: #FF0000;
  margin: 0 0 0 15px;
}

.text_underline {
  text-decoration: underline;
  text-underline-offset: 0.15rem;
}

.alerttext {
  color: #FF0000;
  text-align: center;
  white-space: pre-wrap;
}

.ng {
  text-align: center;
  color: #FF0000;
  font-size: 2.0em;
}

.core_message {
  font-size: 1.23rem;
  font-weight: bold;
  margin-bottom: 10px;
}

.foot_all {
  max-width: 1200px;
  margin: 0 auto 0 auto;
}

.sharp_corporation {
  text-align: center;
  font-size: 0.5em;
  padding: 15px;
  margin: 0;
  color: #c3c2bb;
}

.footer_bottom {
  background-color: #403d33;
  padding: 0 0 0 0;
}



input.mail {
  width: 100%;
  margin: 10px 0 10px 0;
}

input.postcode {
  width: 80px;
  margin: 10px 0 10px 0;
}

input.input1 {
  width: 90%;
  height: 30px;
  font-size: 1.0em;
  margin: 10px 0 10px 0;
}

select.address {
  width: 150px;
  height: 30px;
  font-weight: bold;
  background: #FFFFFF;
  font-size: 1.0em;
  margin: 10px 0;
}

select.model {
  width: 150px;
  height: 30px;
  font-weight: bold;
  background: #FFFFFF;
  font-size: 1.0em;
  margin: 10px 0;
}

select.select1 {
  width: 80%;
  height: 30px;
  font-weight: bold;
  background: #FFFFFF;
  font-size: 1.0em;
}

.text14 {
  font-size: 1.0em;
  margin: 0 5%;
}

/* PC（タブレット）で見た場合 */
.pc_pic {
  display: block !important;
  width: 100%;
}

.logo_wrapper .pc_pic {
  max-width: 1200px;
  text-align: center;
  margin: 0 auto 0 auto;
}

.sp_pic {
  display: none !important;
}

/* スマートフォンで見た場合 */
@media only screen and (max-width: 750px) {
  .pc_pic {
    display: block !important;
  }

  .sp_pic {
    display: block !important;
    width: 100%;
  }
}

.binfo_pic {
  width: 80%;
}

footer {
  width: 100%;
  background: #FFF;
}

p.text1 {
  text-align: center;
  float: right;
}

.footer_top {
  text-align: center;
}

.footer_title {
  background-color: #dce3e5;
  padding: 10px;
  font-size: 1.0rem;
  color: #222;
}

.footer_sub_title {
  font-size: 1.16rem;
  font-weight: bold;
}

.footer_text {
  font-size: 0.6em;
  padding: 0 0 0 0;
  margin: 0;
  line-height: 0px;
}

.foot_mid.inquiry {
  font-size: 1.31rem;
  font-weight: bold;
  margin: 20px 0 0 0;
}

.foot_mid a {
  font-weight: bold;
}



.personal_link {
  font-size: 0.5em;
  padding: 0 0 0 15px;
  margin: 0;
  line-height: 0px;
}

img.tel {
  width: 200px;
  margin: 0px;
}

.center {
  text-align: center;

}


/* ボタンについて*/

.button_wrapper {
  text-align: center;
}

.button:focus-visible {
  outline: none;
  /* デフォルトのアウトラインを無効化 */
}

.button,
.button:hover,
.button:focus {
  background: #f3981d;
  color: #fff;
  border-radius: 10px;
  width: 200px;
  height: 50px;
  font-size: 1.0em;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  cursor: hand;
  text-decoration: none;
  font-weight: bold;
  border: solid 2px #ff9e1f;
}

.button_a {
  background: #f3981d;
  color: #fff;
  border-radius: 10px;
  width: 200px;
  height: 50px;
  font-size: 1.0em;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  border: solid 2px #ff9e1f;

  display: flex;
  margin-left: auto;
  margin-right: auto;
}

.button:active,
.button_a:active {
  transform: translateY(2px);
}

.button_aquos,
.button_aquos:hover,
.button_aquos:focus {
  background: var(--aquos-background);
  border: var(--button-border) var(--aquos-button-border);
}

.button_cli,
.button_cli:hover,
.button_cli:focus {
  background: var(--cli1-background);
  border: var(--button-border) var(--cli1-button-border);
}

.button_cli2,
.button_cli2:hover,
.button_cli2:focus {
  background: var(--cli2-background);
  border: var(--button-border) var(--cli2-button-border);
}

.button_cli3,
.button_cli3:hover,
.button_cli3:focus {
  background: #6b421c;
  border: solid 2px #a2611d;
}

.button_cli3:active {
  background: #6b421c;
  border-color: #a2611d;
  transform: translateY(2px);
}

button[type="button"][disabled] {
  background: rgba(243, 152, 29, 0.5);
  color: rgba(255, 255, 255, 0.5);
  border: solid 2px rgba(255, 158, 31, 0.5);
  cursor: not-allowed;
}

button.button_aquos[type="button"][disabled] {
  background: var(--aquos-disable-button-background);
  border: var(--button-border) var(--aquos-disable-button-border-color);
  color: var(--button-disable-color);
}

button.button_cli[type="button"][disabled] {
  background: var(--cli1-disable-button-background);
  border: var(--button-border) var(--cli1-disable-button-border-color);
  color: var(--button-disable-color);
  cursor: not-allowed;
}

button.button_cli2[type="button"][disabled] {
  background: var(--cli2-disable-button-background);
  border: var(--button-border) var(--cli2-disable-button-border-color);
  color: var(--button-disable-color);
  cursor: not-allowed;
}

button.button_cli3[type="button"][disabled] {
  background: rgba(107, 66, 28, 0.5);
  border: solid 2px rgba(166, 97, 29, 0.5);
  color: rgba(255, 255, 255, 0.5);
  cursor: not-allowed;
}

.logo_wrapper {
  position: relative;
  margin-bottom: 5px;
  background-color: #f8f5ec;
}

.logo_wrapper_aquos {
  background-color: var(--aquos-header-background-color);
}

.logo_wrapper_cli1 {
  background-color: var(--cli1-header-background-color);
}

.logo_wrapper_cli2 {
  background-color: var(--cli2-header-background-color);
}

.logo_wrapper_cli3 {
  background: linear-gradient(180deg, #ca9f5f, #d5be85);
}

img.logo {
  text-align: center;
  height: 33px;
  width: 96px;
  margin: 0 0 0 0;
  position: absolute;
  left: 0;
}

.deli_pic {
  width: 100%;
}

a {
  color: #2c8ed2;
}


a.info:link {
  text-decoration: none;
  color: #ffffff;
}

a.info:visited {
  text-decoration: none;
  color: #ffffff;
}

a.info:active {
  text-decoration: none;
  color: #ffffff;
}

a.info:hover {
  text-decoration: underline;
}

ul {
  margin: 0 0 0 0;
  padding-left: 0;
}

.title {
  margin: 0 auto 5px auto;
  max-width: 1200px;
  background: #244558;
  padding: 10px 0 10px 0;
}

.title_tv_bd,
.sub_title {
  background: #244558;
  margin: 0 0 20px 0;
  padding: 5px 15px 5px 5px;
  font-size: 1.23rem;
  font-weight: bold;
  color: #ffffff;
}

.title_aquos {
  background: var(--aquos-background);
}

.title_cli {
  background: var(--cli1-background);
}

.title_cli2 {
  background: var(--cli2-background);
}

.title_cli3 {
  background: #6b421c;
}

.title_text {
  padding-left: 15px;
  font-size: 1.3rem;
  font-weight: bold;
  color: #fff;
}

figure.sample {
  margin-block: unset;
  margin-inline: unset;
  max-width: fit-content;
  height: auto;
  text-align: center;
}

img.sample1 {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
}

img.sample2 {
  width: 60%;
}

img.sample3 {
  width: 20%;
  margin-top: 10px;
  margin-bottom: 10px;
}

img.sample4 {
  width: 40%;
  margin-top: 10px;
  margin-bottom: 10px;
}

img.sample5 {
  width: 40%;
  margin-top: 10px;
  margin-bottom: 10px;
}

img.sample6 {
  width: 55%;
  margin-top: 10px;
  margin-bottom: 10px;
}

img.receipt_pair {
  width: 60%;
  margin-top: 10px;
  margin-bottom: 10px;
}

@media only screen and (max-width: 768px) {
  img.sample6 {
    width: 100%;
  }
}

img.slc109thCP {
  display: block;
  width: 100%;
  max-width: max-content;
}

table {
  margin-left: auto;
  margin-right: auto;
  border-collapse: collapse;
  width: 90%;
}

table.ng_example {
  background: #ffffff;
  border-style: none;
}

th {
  border: solid 1px;
  padding: 0.5rem;
  width: 35%;
  font-size: 0.8em;
  text-align: left;
  background: #d3dade;
  font-weight: normal;
}

th.ng_example {
  background: #ffffff;
  width: 50%;
  border-style: none;

}

td {
  border: solid 1px;
  padding: 0.5rem;
  font-size: 1.0rem;
  word-break: break-all;
}

td.ng_example {
  border-style: none;
}

.check {
  font-size: 0.8em;
  margin: auto;
  background: #d3dade;
  line-height: 50px;
  padding: 5px;
}

.check:link {
  background: #d3dade;
}

.check:visited {
  background: #d3dade;
}

.check:active {
  background: #d3dade;
}

.check_inner {
  line-height: 15px;
}

.check_inner_split {
  display: flex;
  align-items: flex-start;
  gap: 0.5em;
}

.a_information {
  font-size: 0.75rem;
}

#last_name {
  width: 60%;
  height: 30px;
  font-size: 1.0em;
  margin: 10px 0 10px 0;
}

#last_name_kana {
  width: 60%;
  height: 30px;
  font-size: 1.0em;
  margin: 10px 0 10px 0;
}

#first_name {
  width: 60%;
  height: 30px;
  font-size: 1.0em;
  margin: 10px 0 10px 0;
}

#first_name_kana {
  width: 60%;
  height: 30px;
  font-size: 1.0em;
  margin: 10px 0 10px 0;

}

#email {
  width: 90%;
  height: 30px;
  font-size: 1.0em;
  margin: 10px 0 10px 0;

}

#email_check {
  width: 90%;
  height: 30px;
  font-size: 1.0em;
  margin: 10px 0 10px 0;

}

#shop_detail {
  width: 60%;
  height: 30px;
  font-size: 1.0em;
  margin: 10px 0 10px 0;
}

.postcode {
  width: 150px;

  background: #FFFFFF;
  font-size: 1.0em;
  margin: 10px 0 10px 0;
}

#number {
  width: 90%;
  height: 30px;
  font-size: 1.0em;
  margin: 10px 0 10px 0;
}

#customer_number {
  width: 90%;
  height: 30px;
  font-size: 1.0em;
  margin: 10px 0 10px 0;
}

#buy_day_main {
  height: 30px;
  font-size: 1.0em;
  font-weight: bold;
  margin: 10px 0 10px 0;
}

#buy_day_option1 {
  height: 30px;
  font-size: 1.0em;
  font-weight: bold;
  margin: 10px 0 10px 0;

}

#buy_day_option2 {
  height: 30px;
  font-size: 1.0em;
  font-weight: bold;
  margin: 10px 0 10px 0;

}

#product_tv {
  width: 90%;
  height: 30px;
  font-size: 1.0em;
  margin: 15px 0 15px 0;
}

#product_bd {
  width: 90%;
  height: 30px;
  font-size: 1.0em;
  margin: 15px 0 15px 0;
}

#check1,
#check2,
#check3 {
  width: 15px;
  height: 15px;
  background: #FFFFFF;
}

div.confirm_course {
  padding: 10px;
  border: 4px solid #333333;
}

div.upload {
  max-width: 1200px;
}

div.photo_area {
  position: relative;
  display: block;
  width: 100%;
  max-width: 500px;
  padding: 250px 0 0;
  margin: 0 auto;
  z-index: 0;
  background: url(../pic/camera.png) no-repeat center / 98%, #ffd399;
  overflow: hidden;
}

div .photo_area_aquos {
  background: url(../pic/camera.png) no-repeat center / 98%, var(--aquos-background);
}

div .photo_area_cli {
  background: url(../pic/camera.png) no-repeat center / 98%, var(--cli1-background);
}

div .photo_area_cli2 {
  background: url(../pic/camera.png) no-repeat center / 98%, var(--cli2-background);
}

div .photo_area_cli3 {
  background: url(../pic/camera.png) no-repeat center / 98%, #6b421c;
}

#pre_img div.photo_area {
  background: none;
}

div.photo_area.preview {
  background: none;
}

div.photo_area.loadingnow::before {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 450px;
  background: url(../pic/loading.gif) no-repeat center / 60%;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
}

input#imageSelect+label {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  overflow: hidden;
  cursor: pointer;
}

p.button_upload {
  display: none;
  opacity: 0;
  margin: 60px auto 30px;
  transition: 0.5s;
}

p.message_upload {
  display: none;
}

p.message_upload.uploadnow {
  display: inherit;
}

p.dotted {
  padding: 10px;
  margin-bottom: 10px;
  border: 2px dotted #333333;
}

p.upload_confirm {
  text-align: center;
  font-size: 16px;
  margin: 0 auto 30px;
}

p.button_upload.uploadnow {
  opacity: 1;
  display: inherit;
}

p.button_upload button span::before {
  display: inline-block;
  content: "";
  width: 1em;
  height: 1em;
  margin: 0 0.5em 0 0;
  vertical-align: middle;
}

#p.button_upload:hover button span::before {
  background: url(../pic/bg_upload_hover.png) no-repeat center / auto 100%;
}

#canvas {
  box-sizing: border-box;
  position: absolute;
  margin: auto;
  top: -100%;
  bottom: -100%;
  left: -100%;
  right: -100%;
  overflow: hidden;
  z-index: 1;
  max-width: 100%;
  max-height: 100%;
}

#preview {
  box-sizing: border-box;
  position: absolute;
  display: block;
  width: auto;
  height: auto;
  margin: auto;
  top: -100%;
  bottom: -100%;
  left: -100%;
  right: -100%;
  z-index: 2;
  max-width: 100%;
  max-height: 100%;
}

preview {
  background: #efe5f7;
}

.confirm {
  text-align: center;
  border: 1px solid #ff0000;
  border-width: 3px;
  padding: 10px;
  color: #ff0000;
  margin-bottom: 10px;
}

/*
.confirm_block {
  width: 98%;
  margin: 0 auto;
}*/

.confirm_block .sub_title {
  margin: 0;
}

#wt_preview {
  width: 100%;
  max-width: 70vw;
  height: auto;
  display: block;
  margin: auto;
}

#wb_preview {
  width: 100%;
  max-width: 70vw;
  height: auto;
  display: block;
  margin: auto;
}

#ws_preview {
  width: 100%;
  max-width: 70vw;
  height: auto;
  display: block;
  margin: auto;
}

#r_preview {
  width: 100%;
  max-width: 70vw;
  height: auto;
  display: block;
  margin: auto;
}

#b_preview {
  width: 100%;
  max-width: 70vw;
  height: auto;
  display: block;
  margin: auto;
}

.btn_gift {
  width: 200px;
}

.btn_present {
  width: 200px;
}

red {
  color: red;
}


.course_image_text_container {
  overflow: hidden;
  margin-left: 0.8em;
  height: inherit;
  display: inline-flex;
  width: 100%;
  max-width: 800px;
}

.course_info_text_container {
  width: 40%;
  float: left;
  display: flex;
  height: inherit;
  align-items: center;
}

.course_image_container {
  width: 60%;
  display: flex;
  justify-content: flex-end;
  height: inherit;
  margin-right: 0.8em;
  align-items: flex-start;
}

.course_big_text {
  font-weight: bold;
  font-size: 1.0em;
  white-space: nowrap;
}

.course_big_text_2line {
  font-weight: bold;
  font-size: 1.0em;
  white-space: nowrap;
}

.course_big_text_nonvisible {
  font-weight: bold;
  font-size: 1.0em;
  visibility: hidden;
}

.course_normal_text {
  font-size: 0.9em;
  margin-left: 1.1em;
}

.course_arrow_image {
  width: 18%;
  height: auto;
  max-width: fit-content;
}

.course_arrow_image_nonvisible {
  visibility: hidden;
  width: 18%;
  height: auto;
  max-width: fit-content;
}

.course_button {
  width: 100%;
  max-width: 500px;
  height: auto;
  font-weight: bold;
  font-size: 1.0em;
  border-width: 7px;
  border: solid;
  box-shadow: 0 0 8px gray;
  padding: 0.5em;
  margin-bottom: 0.5em;
  /*文字周りの余白*/
  color: white;
  /*文字を白に*/
  border-radius: 0.5em;
  /*角の丸み*/
  cursor: pointer;
  /*マウスカーソルをポインタに*/
}

.course_button:active {
  transform: scale(0.95);
}

.course_button_aquos {
  background: var(--aquos-background);
  border-color: white;
}

.course_button_image {
  margin-top: 0.5em;
  width: 100%;
  height: auto;
  max-width: fit-content;
}

.course_button_note,
.photo_area_note {
  max-width: 500px;
  margin: 0 auto;
}

.tv_course_background {
  background: linear-gradient(to right, #d4d8ec, #ffffff);
  line-height: 0.9;
  padding-bottom: 0.2em;
  margin-bottom: 0.2em;
}

.set_course_background {
  background: linear-gradient(to right, #cce1f4, #ffffff);
  line-height: 0.9;
  padding-bottom: 0.3em;
  margin-bottom: 0.3em;
}

.recorder_course_background {
  background: linear-gradient(to right, #c0e2d5, #ffffff);
  line-height: 0.9;
  padding-bottom: 0.2em;
  margin-bottom: 0.2em;
}

.course_title {
  width: 40%;
  height: auto;
  max-width: fit-content;
}

.buy_early_ms {
  display: none;
}

.border_red {
  border: 3px solid #ff0000;
  padding: 10px;
}

input[type="date"] {
  width: 150px;
  position: relative;
}

/* input=numberの上下矢印を非表示(firefox) */
input[type="number"] {
  -moz-appearance: textfield;
}

/* input=dateの上下矢印を非表示 */
input[type="date"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

/* input=numberの上下矢印を非表示(Chrome, Safari, Edge) */
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}


/* input=dateの削除ボタンを非表示 */
input[type="date"]::-webkit-clear-button {
  -webkit-appearance: none;
}

/* input=dateのカレンダーボタンを全体に広げて、どこを押してもカレンダーが表示されるようにする */
input[type=date]::-webkit-calendar-picker-indicator {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
}