@charset "UTF-8";

h1 {
  font-size: 32px;
}
h2 {
  font-size: 28px;
  border-bottom: 1px solid #aaa;
  padding-bottom: 5px;
  padding-left: 5px;
}
h2.page-title {
  text-align: left;
}
h3 {
  font-size: 20px;
  color: black;
}
h3 i {
  color: #ff408e;
}
.receipt_menu {
  font-size: 16px;
}
.receipt_category {
  background-color: #F72B7E;
  color: #fff;
  padding: 5px 0;
}
.receipt_category span {
  padding: 0 15px;
}

.m_sec_user {
  padding: 10px 0;
  width: 976px;
  margin: 0 auto;
}

.m_page_menu {
  padding-left: 0;
}
.m_page_menu .user_menu {
  background-color: #fafafa;
}
.m_page_menu .user_menu a {
  padding-left: 30px;
  color: #333;
}
.m_page_menu .user_menu a:hover,
.m_page_menu .user_menu .active a,
.m_page_menu .user_menu .active a:hover {
  color: #337ab7;
  background-color: unset;
}
.m_page_menu .user_menu .menu_home a {
  padding-left: 15px;  
}

.plan_select_data {
    width: 100%;
    margin-bottom: 15px;
}

.campaign_desc {
    margin-bottom: 15px;
    width: 100%;
}

.arrow {
    margin-top: -10px;
    margin-bottom: 5px;
    margin-left: 10px;
}

.plan_select_btn {
    width: 80%;
    text-align: center;
    margin-bottom: 20px;
    clear: both;
}

.plan_disable {
  text-decoration: line-through;
}

.btn-close {
    color: white;
    background-color: #bbb;
    width: 150px;
    margin-left: 20px;
}

.btn-select-confirm {
    width: 150px;
}
.m_sec_inner:after {
    content: '';
    display: block;
    clear: both;
}
.campaign {
    color: red;
}

.lesson_term {
    font-size: 14px;
    font-weight: normal;
    padding-bottom: 20px;
}

.plan_select_price_notice {
    color: #999;
    width: 80%;
    text-align: right;
    padding-top: 15px;
    padding-right: 10px;
    padding-bottom: 15px;
}

.plan_select_confirm {
    margin-left: 30px;
    margin-top: 30px;
    width: 600px;
    border-collapse: collapse;
    font-size: 18px;
    font-weight: bold;
}

.plan_select_confirm th {
    padding: 10px;
    border: 1px solid;
    text-align: center;
    width: 20%;
}

.plan_select_confirm td {
    padding: 10px;
    border: 1px solid;
}

.plan_select_confirm_agree {
    font-size: 16px;
}

.plan_select_confirm_btn {
    margin-top: 30px;
    text-align: center;
}

.btn-receipt {
    color: white;
    background-color: #27D2A2;
    font-size: 18px;
    width: 180px;
}

#receipt {
    margin-top: 20px;
}

.btn-close-receipt {
    color: white;
    background-color: #bbb;
    font-size: 18px;
    width: 180px;
    margin-right: 20px;
}

p.required::after {
    content: '*';
    color: red;
    margin-top: 10px;
    padding-top: 4px;
    padding-left: 5px;
}

.lp_form_error {
  background-color: #ffdfec;
}

.plan_select_label {
  width: 100%;
  position: relative;
}

.plan_select_form {
  float: left;
  text-align: right;
  padding: 0 20px;
  margin-top: -4px;
}

.discount_img {
  position: absolute;
  top: -10px;
  left: 540px;
  transform: rotate( 35deg );
}

.plan_select_lesson_term {
  margin-bottom: 15px;
}
.user_policy_link a {
  color: #27d2a2;
}
.user_policy_link a:hover {
  text-decoration: underline;
  color: #27d2a2;
}

.user_policy_link a:visited {
  text-decoration: none;
  color: #27d2a2;
}

.user_policy a:active {
  text-decoration: none;
  color: #27d2a2;
}

.select_confirm_notice {
  margin-left: 85px;
  margin-top: 10px;
  color: red;
  font-weight: bold;
}

.update_plan_notice {
  margin-left: 10px;
  color: red;
  font-weight: bold;
}

#news {
  background-color: #eee;
  border-radius: 10px;
  padding-top: 20px;
  padding-bottom: 15px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 14px;
}
#news label {
  border: 2px solid white;
  border-radius: 5px;
}
#news table tr {
  font-size: 14px;
  margin-bottom: 5px;
}
#news table tr td {
  padding-top: 3px;
  padding-bottom: 3px;
}
#news table tr td:not(:first-child) {
  padding-left: 5px;
}
#news table tr a {
  color: black;
  text-decoration: none;
}
#news table tr a:hover {
  color: black;
  text-decoration: underline;
}

.banners {
  display: flex;
  flex-wrap: wrap;
  column-gap: 2%;
}
.banners div {
  width: 49%;
}

.download-application-wrapper {
  background-color: #e2f0d9;
  padding: 20px;
  position: relative;
}

.download-application-wrapper .lt-ribbon,
.download-application-wrapper .rt-ribbon,
.download-application-wrapper .lb-ribbon,
.download-application-wrapper .rb-ribbon {
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
}
.download-application-wrapper .lt-ribbon {
  top: 0;
  left: 0;
  border-width: 30px 30px 0 0;
  border-color: #26D2A2 transparent transparent;
}
.download-application-wrapper .rt-ribbon {
  top: 0;
  right: 0;
  border-width: 0 30px 30px 0 ;
  border-color: transparent #26D2A2 transparent transparent;
}
.download-application-wrapper .lb-ribbon {
  bottom: 0;
  left: 0;
  border-width: 30px 0 0 30px;
  border-color: transparent transparent transparent #26D2A2;
}
.download-application-wrapper .rb-ribbon {
  bottom: 0;
  right: 0;
  border-width: 0 0 30px 30px;
  border-color: transparent transparent #26D2A2;
}
.download-application {
  text-align: center;
}
.app-store-download-title {
  display: flex;
  justify-content: center;
  align-items: center;
}
.app-store-download-title .icon {
  width: 80px;
  height: 80px;
}
.app-store-download-banners {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  column-gap: 5%;
}
.app-store-download-banners div {
  margin-top: 10px;
}
.app-store-download-banners .qrcode {
  margin-left: 10px;
  width: 80px;
  height: 80px;
}
.app-store-download-banners .store-image {
  width: 160px;
  margin: 10px;
}
.app-store-download-banners .store-image-android {
  width: 180px;
}
p.disclaimer span {
  display: block;
  float: left;
}
p.disclaimer:after {
  clear: both;
}
p.disclaimer:before {
  display: block;
  float: left;
  content: '*';
  margin-right: 5px;
}
.hyphen-tail:after {
  content: '-';
  position: absolute;
  right: -3px;
  top: 10px;
  margin-left: 3px;
}

.legal-info {
  border:1px solid #a94442;
  padding: 16px;
}

.legal-info a {
  color: black;
  text-decoration: underline;
}

.now-plan {
  display: flex;
  border: 1px solid #a94442;
  margin-top: 8px;
  padding: 16px;
}
.now-plan-title {
  width: 40%;
}
.now-plan-value {
  width: 50%;
}

.price-infomation {
  border: 2px solid red;
  padding: 10px 20px;
  margin: 10px 0;
}
.price-infomation span {
  font-weight: bold;
}

.payment-term {
  height: 200px;
  border:1px solid #333;
  margin: 20px 0;
  padding: 5px;
  overflow-y: scroll;
}

.free-lesson-reservation-alert {
  margin-top: 10px;
  font-weight: bold;
  font-size:16px;
  line-height: 1.5;
}
.free-lesson-reservation-alert_sp {
  display: none;
}

.day-select-tbl {
  width: 98%;
  margin: auto;
  border: 1px solid #aaa;
}
.day-select-tbl th, td {
  text-align: center;
  border-bottom: 1px solid #ccc;
  padding: 3px;
}
.day-select-tbl td.time {
  width: 30%;
}
.day-select-tbl th.day-bg, td.day-bg {
  background-color: #eee;
}
.day-select-tbl tr:nth-child(2n) td.time {
  font-weight: bold;  
}
.day-select-tbl td.day-open:hover {
  background-color: #3ee;
}
.day-select-tbl td.day-open label {
  display:block;
  width:100%;
  height:100%;
  margin: 0;
  cursor: pointer;
}
.day-select-tbl td.day-open input {
  cursor: pointer;
}