@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+1:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200..1000;1,200..1000&family=Prompt:wght@400;700&family=Roboto:wght@900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
.c-content {
  width: 90%;
  margin: 0 auto;
}

.c-std-14n-6 {
  font-size: 1.4rem;
  line-height: 160%;
}

.c-std-16n-5 {
  line-height: 150%;
}

.c-std-16b-5 {
  font-weight: bold;
}

.c-h2-heading {
  padding: 20px 0 32px 0;
  font-size: 1.8rem;
  background: #f2f2f2;
  text-align: center;
  color: #666666;
}

.c-h2-heading span {
  border-bottom: 2px solid #ee6479;
  padding-bottom: 4px;
}

.c-h2-heading--present {
  background: rgb(219, 199, 126);
  background: linear-gradient(315deg, rgb(219, 199, 126) 0%, rgb(225, 207, 147) 30%, rgb(255, 240, 188) 55%, rgb(213, 188, 125) 100%);
  color: #604e1c !important;
}

#contents_sub h2 {
  padding: 20px 0px 32px 0;
  border-style: dotted none;
  font-size: 1.75rem;
  background-color: #f2f2f2;
  margin: 0 auto;
  text-align: center;
}

#contents_sub h2 span {
  border-bottom: 2px solid #EE6479;
  color: #666;
  padding-bottom: 2px;
}

.section_box h3 {
  font-size: 1.7rem;
  font-weight: bold;
  margin-bottom: 1rem;
}

.c-h3-heading {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 0;
  letter-spacing: -0.1rem;
}

#contents_sub h3 {
  background-color: #f2f2f2;
  color: #1a1a1a;
  padding: 8px 4%;
  font-size: 1.6rem;
  margin: 20px auto;
}

.c-btn-signup-l a {
  background-color: #dd6c7b;
  color: #ffffff;
  border-radius: 30px;
  height: 50px;
  line-height: 35px;
  padding: 8px 12px;
  box-sizing: border-box;
  font-weight: bold;
  font-size: 2rem;
  width: 70%;
  text-align: center;
  text-decoration: none;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.c-primary-card-btn {
  text-align: center;
}
.c-primary-card-btn a {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  vertical-align: middle;
  background: #ee6479;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
  border-radius: 4px;
  text-decoration: none;
  padding: 0 20px;
}
.c-primary-card-btn a:before {
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 1.4rem;
  content: "\f138";
  margin-right: 4px;
}

.c-xs-btn {
  background: #7bd1b9;
  color: #ffffff;
  font-weight: bold;
  font-size: 1rem;
  line-height: 100%;
  letter-spacing: -0.1rem;
  text-align: center;
  border-radius: 4px;
  padding: 8px;
  display: inline-block;
  cursor: pointer;
}

.c-theme1-l-btn {
  color: #ffffff;
  background-color: #EE6479;
  background: -webkit-linear-gradient(left, #EE6479, #F1BCA5);
  background: -moz-linear-gradient(left, #EE6479, #F1BCA5);
  background: linear-gradient(to right, #EE6479, #F1BCA5);
  font-weight: bold;
  padding: 12px 20px;
  border-radius: 9999px;
  display: inline-block;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  letter-spacing: -0.1rem;
}
.c-theme1-l-btn--secondary {
  background: #ffffff;
  color: #ee6479;
  border: solid 1px #ee6479;
}

.c-theme1-l-btn span {
  display: block;
  font-size: 1rem;
}

.c-limited-label {
  font-size: 1rem;
  font-weight: bold;
  line-height: 100%;
  letter-spacing: -0.1rem;
  color: #604e1c;
  text-align: center;
  border-radius: 2px;
  padding: 4px;
  background: rgb(219, 199, 126);
  background: linear-gradient(315deg, rgb(219, 199, 126) 0%, rgb(225, 207, 147) 30%, rgb(238, 220, 160) 55%, rgb(213, 188, 125) 100%);
  display: inline-block;
}

.u-margin-bottom0 {
  margin-bottom: 0;
}

.u-margin-bottom12 {
  margin-bottom: 12px;
}

.u-margin-bottom20 {
  margin-bottom: 20px;
}

.c-plan-card {
  border: solid 1px #ee6479;
  width: 90%;
  margin: 0 auto 40px auto;
  border-radius: 8px;
}
.c-plan-card__heading-img img {
  border-radius: 8px 8px 0 0;
}
.c-plan-card__detail {
  width: 90%;
  margin: 0 auto;
  padding-top: 20px;
  padding-bottom: 20px;
}
.c-plan-card__heading-txt {
  background: #ee6479;
  text-align: center;
  padding: 12px 20px;
  color: #ffffff;
  font-weight: bold;
  letter-spacing: -0.1rem;
  font-size: 1.4rem;
  line-height: 100%;
}
.c-plan-card__heading-txt span {
  display: inline-block;
  padding-top: 8px;
  font-size: 3.2rem;
  line-height: 3.2rem;
}
.c-plan-card__catch {
  text-align: center;
  color: #ee6479;
  letter-spacing: -0.1rem;
  font-weight: bold;
  margin-bottom: 20px;
}
.c-plan-card__service-list {
  margin-bottom: 32px;
}
.c-plan-card__list-item {
  background: #f3f3f3;
  margin-bottom: 8px;
  padding: 12px;
  border-radius: 8px;
}
.c-plan-card__list-item:last-child {
  margin-bottom: 0;
}
.c-plan-card__item-inner {
  padding-left: 6px;
  position: relative;
}
.c-plan-card__item-inner:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  height: 100%;
  border-radius: 2px;
  background: #ee6479;
}
.c-plan-card__item-subtitle {
  font-size: 1.2rem;
}
.c-plan-card__item-title {
  font-weight: bold;
  font-size: 1.4rem;
}
.c-plan-card__item-title span, .c-plan-card__item-subtitle span {
  color: #ee6479;
}
.c-plan-card__item-note {
  font-size: 1rem;
  line-height: 130%;
  text-indent: -1rem;
  padding-left: 1rem;
  padding-top: 4px;
}
.c-plan-card__price {
  color: #ee6479;
  font-size: 2.6rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
  vertical-align: bottom;
}
.c-plan-card__price-digit {
  font-family: "Avenir Next";
  font-size: 5rem;
  letter-spacing: -0.2rem;
  padding: 0 4px;
}
.c-plan-card__tax-in {
  font-size: 1.2rem;
  font-weight: normal;
  color: #444444;
  padding-top: 12px;
  line-height: 1.2rem;
}
.c-plan-card__course {
  background: #ee6479;
  text-align: center;
  padding: 12px 20px;
  color: #ffffff;
  font-weight: bold;
  letter-spacing: -0.1rem;
  font-size: 1.4rem;
  line-height: 100%;
  border-radius: 6px 6px 0 0;
}
.c-plan-card__course-digit {
  font-size: 3.2rem;
  font-family: "Avenir Next";
  display: inline-block;
  padding: 0 4px;
  line-height: 100%;
}
.c-plan-card__course-tax {
  font-size: 1.2rem;
  color: #ffffff;
  line-height: 100%;
  font-weight: normal;
  padding-top: 8px;
  display: block;
  letter-spacing: normal;
}
.c-plan-card__payment-txt {
  font-size: 1.4rem;
  line-height: 100%;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}
.c-plan-card__payment-btn {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  gap: 12px 2%;
  text-align: center;
}
.c-plan-card__payment-img {
  width: 48%;
  max-width: 250px;
}
.c-plan-card__payment-img img {
  width: 100%;
}

.c-member-header__category {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  gap: 0 36px;
  border-top: solid 1px #eee;
  padding-top: 8px;
}
.c-member-header__category a {
  display: block;
  background: none;
  text-align: center;
  text-decoration: none;
  font-size: 1.1rem;
  line-height: 120%;
  font-weight: bold;
  letter-spacing: -0.1rem;
  white-space: nowrap;
}
.c-member-header__category-icn {
  display: block;
  margin: 0 auto 8px;
}
.c-member-header__coupon {
  color: #ee6479;
}
.c-member-header__warranty {
  color: #7bd1b9;
}
.c-member-header__recipe {
  color: #ffca48;
}
.c-member-header__augury {
  color: #b77cd0;
}
.c-member-header__category .selected {
  color: #999999;
}
.selected .c-member-header__category-icn {
  filter: invert(65%) sepia(10%) saturate(12%) hue-rotate(352deg) brightness(92%) contrast(93%);
}

.c-security-feature-list__feature-list {
  width: 90%;
  margin: 0 auto 20px auto;
}
.c-security-feature-list__feature-item {
  background: #e9f7f4;
  border-radius: 8px;
  padding: 12px 12px 4px 12px;
}
.c-security-feature-list__feature-item:last-child {
  margin-bottom: 0;
}
.c-security-feature-list__feature-title {
  text-align: center;
  color: #22b097;
  font-weight: 900;
  font-size: 1.2rem;
  line-height: 100%;
  margin-bottom: 8px;
  letter-spacing: -0.1rem;
}
.c-security-feature-list__inner-list {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.c-security-feature-list__inner-item {
  width: 49%;
  background: #ffffff;
  color: #22b097;
  border: solid 1px #22b097;
  border-radius: 4px;
  padding: 4px 8px;
  margin-bottom: 8px;
  font-size: 1rem;
  font-weight: 900;
  line-height: 120%;
  text-align: center;
  letter-spacing: -0.1rem;
}

body {
  font-family: "M PLUS 1p", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif, "Avenir Next", "Avenir";
}

.div_header {
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: saturate(180%) blur(20px);
  -webkit-backdrop-filter: saturate(180%) blur(20px);
}

.header_fade {
  animation-name: fadeInAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0;
  animation-timing-function: ease-out-quad;
  animation-delay: 0.3s;
}

@keyframes fadeInAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.header_no_member_btn #btn_regist a {
  background: #dd6c7b;
}

.header_no_member .header_login_btn a {
  border: solid 1px #dd6c7b;
  color: #dd6c7b;
}

/* ary
-----------------------------------------------------------------------------------------------------------*/
p {
  margin: 0;
  padding: 0;
}

ul {
  list-style: none;
}

html {
  background-color: #f2f2f2;
}

@media screen and (min-width: 600px) {
  html, body, div, dl, dt, dd, ul, ol, li, code, form, fieldset, input, textarea, p, blockquote, th, td, h1, h2, h3, h4, h5, h6, a {
    font-size: 14px;
  }
  /*上記で基準を14pxにしてしまったのでmenuサイズ調整*/
  .navbar-offcanvas .drawer-dropdown-menu-item {
    line-height: 40px;
    font-size: 16px;
  }
  .navbar-offcanvas .li_link .fa-caret-right, .navbar-offcanvas .li_link .drawer-caret {
    line-height: 4rem;
  }
}
/* ---- 下層ページ --------------------------------*/
#contents_sub {
  background-color: #f2f2f2;
  max-width: 768px;
  margin: 0 auto;
}

.contents_sub {
  background-color: #FFF !important;
  max-width: 768px;
  margin: 0 auto;
  font-size: 1.4rem;
}

.contents_sub a, .contents_sub a:visited {
  text-shadow: 0 0 0;
  color: #809DEF;
  font-size: 1.3rem;
}

.contents_sub a:hover, .contents_sub a:active {
  color: #809DEF;
  text-shadow: 0 0 0;
}

#contents_sub p {
  padding: 10px 4%;
  text-align: left;
  color: #1a1a1a;
  font-size: 1.3rem;
}

#contents_sub .img_linenone, #contents .img_linenone {
  line-height: 0;
  padding: 0;
  margin: 0 auto;
  display: block;
}

#contents_sub h5 { /* --救出用-- */
  background-color: #f2f2f2;
  color: #1a1a1a;
  padding: 8px 4%;
  font-size: 1.4rem;
  margin: 25px auto;
}

#contents_sub h6.otameshi {
  padding: 0.5em 0.75em;
  margin: 20px auto;
  background: -webkit-linear-gradient(top, #8fc0d9 0%, #8fc0d9 100%);
  background: -moz-linear-gradient(top, #8fc0d9 0%, #8fc0d9 100%);
  background: linear-gradient(to bottom, #8fc0d9 0%, #8fc0d9 100%);
  color: #fff;
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
  /*text-shadow: 1px 2px 2px rgba(0, 0, 0, .5);*/
}

#contents_sub h6.otameshi span.kiiro {
  color: #ffff99;
}

#contents_sub h6.otameshi span.chui {
  font-size: 1.6rem;
}

#contents_sub ol {
  margin-left: 48px;
  margin-right: 4%;
  font-size: 1.4rem;
}

#contents_sub ol li {
  font-size: 1.3rem;
}

#contents_sub .top_back, #contents .top_back {
  padding: 15px 4% !important;
  font-size: 1.5rem;
  background-color: #f2f2f2;
  color: #EE6479;
  text-align: left !important;
}

#contents_sub .top_back a, #contents .top_back a {
  color: #EE6479 !important;
  font-size: 1.5rem;
  text-decoration: none;
  text-shadow: none;
}

#contents_sub .top_back a:visited, #contents .top_back a:visited {
  color: #fff;
}

html, body, div, dl, dt, dd, ul, ol, li, code, form, fieldset, input, textarea, p, blockquote, th, td, h1, h2, h3, h4, h5, h6, a {
  letter-spacing: normal;
}

.div_header {
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: saturate(180%) blur(20px);
  -webkit-backdrop-filter: saturate(180%) blur(20px);
}

.header_fade {
  animation-name: fadeInAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0;
  animation-timing-function: ease-out-quad;
  animation-delay: 0.3s;
}

@keyframes fadeInAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.header_no_member_btn #btn_regist a {
  background: #dd6c7b;
}

.header_no_member .header_login_btn a {
  border: solid 1px #dd6c7b;
  color: #dd6c7b;
}

/* Android 7未満の標準ブラウザ */
.browserLess7 .header_fade {
  opacity: 1;
}
.browserLess7 .course_box .course_price .price_digit {
  font-size: 4.8rem;
}
.browserLess7 .catch_ribbon {
  font-size: 1.4rem;
}
.browserLess7 .fv_tokuten .tokuten_def dt {
  font-size: 2rem;
}
.browserLess7 .service_icn_list li div {
  width: 70px;
  height: 70px;
  border-radius: 70px;
  line-height: 70px;
}
.browserLess7 .service_icn_list li div img {
  height: 30px;
  vertical-align: middle;
}
.browserLess7 .service_icn_list li span {
  font-size: 1.1rem;
  line-height: 1.1rem;
}

/* ---- contact --------------------------------*/
.contact_text {
  padding: 0 4%;
}

.contact_text p {
  font-size: 0.75rem;
  font-size: 1.3rem;
  margin-bottom: 2rem;
}

.contact_text h4 {
  position: relative;
  border: 1px solid #666;
  border-radius: 8px;
  padding: 10px 4%;
  margin-bottom: 10px;
  font-size: 1.5rem;
  background-color: #fff;
}

.contact_text h4::before, .contact_text h4::after {
  position: absolute;
  top: 100%;
  left: 30px;
  content: "";
  height: 0;
  width: 0;
  border: 9px solid transparent;
}

.contact_text h4::before {
  border-top: 11px solid #666;
}

.contact_text h4::after {
  margin-top: -2px;
  border-top: 11px solid #fff;
}

.contact_text h5 {
  border-bottom: 1px solid #888;
  border-top: 1px solid #888;
  padding: 3px 4px !important;
  margin: 0 5px !important;
  font-size: 1.4rem !important;
  font-weight: normal !important;
}

.contact_text .red {
  color: #EC4F82;
  border: 1px dashed #EC4F82;
  padding: 10px 4% !important;
  margin: 20px auto;
  line-height: 160%;
  text-align: left;
}

.contact_text .box {
  border: #EE6479 1px solid;
  padding: 20px !important;
  margin: 30px auto;
  color: #1a1a1a;
  font-size: 1.3rem;
}

/* ---- regist --------------------------------*/
.regist_page {
  width: 100%;
  padding: 10px 20px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.regist_page .regist_img_list {
  width: 31%;
  height: auto;
  margin-right: 3%;
  display: block;
}

.regist_page .regist_img_list:last-child {
  margin-right: 0;
}

.regist_box {
  padding: 0;
  margin: 0 auto 3rem auto;
}

#contents_sub .regist_category {
  background: #7f9dee;
  font-weight: bold;
  color: #fff;
  text-align: center;
  letter-spacing: normal;
  font-size: 20px;
  margin: 0 0 20px 0;
  line-height: 20px;
  padding: 10px 0 !important;
}

#contents_sub .regist_category span {
  font-weight: normal;
  font-size: 12px;
  line-height: 12px;
}

.regist_box .regist_about {
  color: #EE6479 !important;
  font-weight: bold !important;
  padding: 0 4% !important;
}

.regist_box .regist_about .regist_about_mark {
  background-color: #FCF8AE;
  background: -webkit-linear-gradient(top, transparent 60%, #FCF8AE 60%);
  background: -moz-linear-gradient(top, transparent 60%, #FCF8AE 60%);
  background: linear-gradient(to bottom, transparent 60%, #FCF8AE 60%);
}

.regist_box .regist_about .regist_about_sub {
  color: #888;
  font-size: 1.1rem;
}

@media screen and (min-width: 768px) {
  .regist_box h3.regist_category {
    padding: 15px 40px !important;
    font-size: 1.5rem !important;
  }
}
.regist_box .regist_img {
  width: 95%;
  margin: 0.5rem auto 2rem auto;
}

.regist_box .regist_img img {
  /*width:24%;
    margin:0.5%;*/
  width: 30%;
  margin: 1.6666666%;
  float: left;
  height: auto;
}

.regist_box .regist_img.point1200 img, .regist_box .regist_img.point2400 img {
  width: 30%;
  margin: 1.6666666%;
  float: left;
  height: auto;
}

.regist_box .regist_img.point1200 img, .regist_box .regist_img.point2400 img {
  width: 30%;
  margin: 1.6666666%;
  float: left;
  height: auto;
}

.regist_box li.regist_box_list .regist_img .login_paybtn img {
  width: 100%;
}

.regist_box sup {
  font-size: 1.1rem;
  text-align: left;
  line-height: 1.8rem;
  display: block;
  margin-top: 15px;
  color: #aaa;
}

.regist_info {
  padding: 1.5rem 5%;
  font-size: 0.8rem;
  line-height: 160%;
  color: #888;
  background-color: #eee;
  margin-bottom: 4rem;
}

.regist_info span {
  color: rgb(219, 17, 20);
  font-size: 1.3rem;
}

.regist_info a {
  display: block;
  padding: 0.3rem;
  text-align: center;
  position: relative;
  border-radius: 6px;
  text-decoration: none;
  font-size: 0.9rem;
}

.regist_info a.docomo {
  color: #CC0033 !important;
  border: 1px solid #CC0033;
  margin: 1rem auto;
}

.regist_info a.au {
  color: #eb5505 !important;
  border: 1px solid #eb5505;
  margin: 1rem auto;
}

.regist_info a.sb {
  color: #888 !important;
  border: 1px solid #888;
  margin: 1rem auto;
}

.regist_info a.yb {
  color: #888 !important;
  border: 1px solid #888;
  margin: 0 auto;
}

.regist_info a::after {
  position: absolute;
  content: "〉";
  right: 1rem;
}

.regist_payment_btn {
  margin: 0 0 20px 0;
}

/* ---- ログインページ --------------------------------*/
.login_btn {
  text-align: center;
}

.login_btn a {
  display: block;
}

.login_btn img {
  margin: 5px auto 0 auto;
  width: 250px;
  height: auto;
  cursor: pointer;
}

/* ---- 退会完了ページ --------------------------------*/
.exit_top {
  display: inline-block;
  background-color: rgba(238, 100, 121, 0.8);
  border-bottom: solid 4px rgb(238, 100, 121);
  border-radius: 6px;
  padding: 8px 20px;
  color: #fff !important;
  margin: 20px auto;
  cursor: pointer;
  font-size: 1.4rem !important;
  text-decoration: none;
  font-weight: normal;
}

/* ---- SB決済ログインボタン --------------------------------*/
.regist_link {
  display: inline-block;
  background-color: rgba(238, 100, 121, 0.8);
  border-bottom: solid 4px rgb(238, 100, 121);
  border-radius: 6px;
  padding: 8px 20px;
  color: #fff !important;
  margin: 20px auto;
  cursor: pointer;
  font-size: 1.4rem !important;
  text-decoration: none;
  font-weight: normal;
  width: 250px;
}

/*sb 20200803 re*/
.login_panel {
  display: none;
}

.login_paybtn {
  margin: 0 auto;
  padding: 0;
}

.login_paybtn li {
  width: 100%;
  height: auto;
  text-align: center;
  margin: 0 0 10px 0;
}

.login_paybtn li a {
  padding: 0;
}

.login_paybtn li a:hover {
  padding: 0;
}

.login_paybtn li img {
  border: none !important;
  padding: 0 !important;
  border-radius: 0px !important;
  width: 100%;
  height: auto;
}

/* メールフォーム　ポップアップ */
#dialogContainer_mail_form_panel .dialog-dialog p {
  padding: 10px 0 !important;
  font-size: 1.3rem;
}

#mail_form_panel.mail_form_regist .ui-btn {
  margin-top: 1.3em;
}

#mail_form_panel label, #mail_remind_form_panel label {
  margin-bottom: 0;
  line-height: 150%;
  font-size: 1.2rem;
}

#mail_form_panel input, #mail_remind_form_panel input, #account-edit_mail_panel input {
  background-color: #eee;
  border-radius: 0px;
  margin: 0;
  min-height: 2.2em;
  text-align: left;
  border: 0;
  -webkit-appearance: none;
  -webkit-border-radius: inherit;
  border-radius: inherit;
  padding: 0.4em;
  line-height: 1.4em;
  display: block;
  width: 100%;
  outline: 0;
  font-size: 1.4rem;
  margin-bottom: 0.7rem;
}

#mail_form_panel input#mail_regist_button, #mail_form_panel input#mail_button, #mail_remind_form_panel input#remind_button, #account-edit_mail_panel input#account-edit_mail_submit {
  padding: 10px;
  color: #fff !important;
  text-shadow: none !important;
  box-shadow: none !important;
  text-align: center;
  background-color: #EE6479 !important;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border: 1px solid #EE6479 !important;
  margin-top: 1.8rem;
  font-size: 1.6rem;
  border-radius: 3px;
}

#mail_form_panel #mail_error, #mail_form_panel #mail_regist_error, #mail_remind_form_panel #mail_error2 {
  font-size: 1.2rem;
  line-height: 150%;
  color: #B82629;
  margin: 10px auto;
}

#mail_form_panel .ui-input-text {
  margin-top: 0px;
}

#mail_form_panel.dialog-dialog {
  padding-top: 80px;
}

#mail_form_remind {
  line-height: 150%;
  font-size: 1.2rem;
  cursor: pointer;
}

#mail_remind_form_panel {
  line-height: 150%;
  padding-top: 80px;
}

.login_panel, #mail_remind_form_panel, #mail_regist_successful {
  width: 300px;
}

#mail_form_panel {
  width: 310px;
}

#mail_remind_form_panel, #mail_remind_complete {
  width: 320px;
}

@media screen and (min-width: 768px) {
  .login_panel, #mail_remind_form_panel, #mail_regist_successful {
    width: 380px;
  }
  #mail_form_panel {
    width: 390px;
  }
  #mail_remind_form_panel, #mail_remind_complete {
    width: 400px;
  }
}
/*remind*/
.mail_form_pass {
  padding: 0 20px;
}

.mail_form_pass.remind {
  margin: 20px auto 50px auto;
}

.mail_form_pass.remind h3 {
  background-color: rgba(255, 255, 255, 0) !important;
  border-left: 5px solid #EE6479;
  border-bottom: 1px solid #EE6479;
}

.mail_form_pass.remind input[type=submit] {
  display: inline-block !important;
  background-color: rgba(238, 100, 121, 0.8) !important;
  border-bottom: solid 4px rgb(238, 100, 121) !important;
  border-radius: 6px !important;
  padding: 8px 20px !important;
  color: #fff !important;
  margin: 20px auto !important;
  cursor: pointer !important;
  font-size: 1.6rem !important;
  text-decoration: none;
  font-weight: normal;
  text-align: center !important;
}

.mail_form_pass #mail_form_panel label {
  font-size: 1.3rem;
  margin-top: 20px;
}

.mail_form_pass #mail_form_panel .ui-btn {
  margin-top: 1.3em;
}

.mail_form_pass.remind #mail_form_panel {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .mail_form_pass.remind {
    width: 70%;
  }
}
/* ---- login complete --------------------------------*/
ul.niretsu {
  width: 80%;
  margin: 0 auto;
  list-style: none;
  padding: 0.3em 0 1em 0;
}

ul.niretsu li {
  width: 46%;
  float: left;
  margin-left: 8%;
}

ul.niretsu li:nth-last-child(2n) {
  margin-left: 0%;
}

ul.niretsu li img {
  width: 100%;
  height: auto;
}

/* ---- メンテナンス --------------------------------*/
.maintenance {
  height: 100vh;
  text-align: center;
  color: #666;
}

.maintenance h2 {
  padding: 10px 0px;
  border: #ffdada 3px;
  border-style: dotted none;
  font-size: 1.1rem;
  background-color: #fff;
  margin: 40px auto;
  text-align: center;
}

/* ---- about --------------------------------*/
.about_cont {
  width: 90%;
  margin: 0 auto;
}

.about_cont .waku {
  background-color: #fceee9;
  border-radius: 3rem;
  padding: 5rem 3rem 3rem 3rem;
  margin: -8rem auto 3rem auto;
  width: 80%;
}

.about_cont h4 {
  color: #EE6479;
  border-bottom: 1px solid #EE6479;
  padding-bottom: 0.2rem;
  font-size: 1.5rem;
  margin-bottom: 1.5rem;
}

.about_cont p.txt {
  font-size: 1.15rem;
  text-align: left;
  line-height: 2.7rem;
  margin: 0 auto;
}

.about_cont p.txt a {
  color: #EE6479;
  font-size: 1.3rem;
  text-decoration: none;
}

.about_cont p.txt a i {
  padding-left: 0.3rem;
}

.about_intro {
  text-align: center;
  margin: 0 auto;
}

.about_intro img {
  max-width: 70%;
  height: auto;
  margin: 1rem auto;
}

.about_intro h3 {
  font-size: 1.8rem;
  text-align: center;
  margin-bottom: 0.7rem;
}

.about_intro p {
  font-size: 1.3rem;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .about_cont .waku {
    margin: -9.5rem auto 3rem auto;
  }
  .about_wrap h2.ttl {
    font-size: 30px;
    padding: 18px 0 10px 0;
  }
  .about_cont h4 {
    font-size: 1.9rem;
    margin-bottom: 2rem;
  }
  .about_cont p.txt {
    font-size: 1.5rem;
    line-height: 3rem;
  }
  .about_cont p.txt a {
    font-size: 1.5rem;
  }
  .about_cont p.txt a i {
    padding-left: 0.5rem;
  }
  .about_intro {
    margin: 0 auto 4rem auto;
  }
  .about_intro img {
    margin: 0 auto 1.5rem auto;
  }
  .about_intro h3 {
    font-size: 2rem;
    margin-bottom: 1.2rem;
  }
  .about_intro p {
    font-size: 1.35rem;
  }
}
/* ---- 調整 --------------------------------*/
#contents {
  padding-bottom: 0 !important;
}

.view_btn {
  width: 80%;
  margin: 15px auto;
  display: block;
  padding: 5px 0;
  text-align: center;
  font-size: 1.8rem;
  text-decoration: none;
  background-color: #EE6479;
  border: 1px solid #EE6479;
  color: #fff !important;
  border-radius: 3px;
}

@media screen and (min-width: 768px) {
  .view_btn {
    padding: 15px 0;
    font-size: 2.2rem;
  }
}
.view_btn:hover {
  background-color: #fff;
  color: #EE6479 !important;
}

.accordion-area {
  list-style: none;
  width: 96%;
  max-width: 900px;
  margin: 0 auto;
}

.accordion-area li {
  margin: 10px 0;
}

/*アコーディオンタイトル*/
#contents_sub div.choose_btn {
  position: relative; /*+マークの位置基準とするためrelative指定*/
  cursor: pointer;
  transition: all 0.5s ease;
  background: #7f9dee;
  width: 40%;
  margin: 0 auto;
  color: #ffffff;
  text-align: center;
  font-weight: bold;
  letter-spacing: normal;
  font-size: 16px;
  border-radius: 30px;
  height: 54px;
  line-height: 54px;
  opacity: 1;
  animation: fadeInBtn 0.3s ease-in 0s forwards;
}

@media screen and (max-width: 480px) {
  #contents_sub div.choose_btn {
    width: 65%;
  }
}
.choose_btn.close {
  display: none;
  transition: all 0.5s ease;
  display: none;
  opacity: 0;
}

@keyframes fadeInBtn {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
#contents_sub p.toggle_close {
  width: 150px;
  height: 30px;
  line-height: 20px;
  vertical-align: middle;
  border-radius: 4px;
  border: solid 1px #7f9dee;
  margin: 0 auto 20px auto;
  font-size: 14px;
  text-align: center;
  color: #7f9dee;
  padding: 0;
  cursor: pointer;
}

/* 2018ary
-----------------------------------------------------------------------------------------------------------*/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

html, body, div, dl, dt, dd, ul, ol, li, code, form, fieldset, input, textarea, p, blockquote, th, td, h1, h2, h3, h4, h5, h6, a {
  border: 0;
  margin: 0;
  padding: 0;
}

html, body {
  background-color: #eee;
  color: #444;
}

body {
  font-size: 1.6rem;
  font-family: "M PLUS 1p", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif, "Avenir Next", "Avenir";
  font-weight: normal;
  line-height: 2.3rem;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
}

ul {
  list-style-type: none;
}

a {
  cursor: pointer;
  transition: opacity 0.3s;
  color: #809DEF;
  font-weight: bold;
  font-size: auto;
  text-decoration: underline;
}

a:hover {
  opacity: 0.8;
}

a.btn {
  background-color: #809def;
  color: #fff !important;
  border-radius: 5px;
  text-align: center;
  text-decoration: none;
  display: block;
  padding: 8px 12px;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: normal;
  line-height: 1.42857143;
  white-space: nowrap;
  vertical-align: middle;
  /*-ms-touch-action: manipulation;
    touch-action: manipulation;*/
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
}

.fa, .fas {
  font-weight: 900 !important;
}

img {
  max-width: 100%;
  height: auto;
}

.pc {
  display: inline !important;
}

.mb {
  display: none !important;
}

@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
  .mb {
    display: inline !important;
  }
}
#wrap {
  max-width: 768px;
  height: auto;
  margin: 0 auto;
  padding-top: 55px;
  overflow: hidden;
  background-color: #fff;
}

#wrap.is_member {
  padding-top: 115px;
}

@media screen and (max-width: 320px) {
  #wrap {
    padding-top: 47px;
    min-width: 280px;
  }
  #wrap.is_member {
    padding-top: 81px;
  }
}
@media screen and (min-width: 480px) {
  #wrap {
    padding-top: 71px;
  }
  #wrap.is_member {
    padding-top: 175px;
  }
}
@media screen and (min-width: 768px) {
  #wrap {
    padding-top: 97px;
  }
  #wrap.is_member {
    padding-top: 170px;
  }
}
#contents {
  width: 100%;
}

/* ---- header-new --------------------------------*/
.div_header {
  max-width: 768px;
  width: 100%;
  padding: 10px 12px;
  box-sizing: border-box;
  position: fixed !important;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  z-index: 4;
  height: auto;
}

.header_no_member {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}

.div_header.members {
  height: auto;
}

.p-header__logo__wrapper {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}

.div_header h1 {
  width: 45%;
}

.div_header h1 img {
  max-width: 100%;
  height: auto;
}

.header_no_member_btn {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}

.header_no_member_btn li a {
  display: block;
  font-size: 14px;
  font-weight: bold;
  line-height: 35px;
  height: 35px;
  text-align: center;
  vertical-align: middle;
  padding: 0 15px;
  border-radius: 30px;
  text-decoration: none;
  letter-spacing: normal;
}

@media screen and (max-width: 480px) {
  .header_no_member_btn li a {
    font-size: 1.2rem;
    height: 30px;
    line-height: 30px;
  }
}
.header_login_btn a {
  border: solid 1px #7f9dee;
}

#btn_setting, #btn_home {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0;
  width: 15%;
  height: auto;
  text-align: right;
}

#btn_regist {
  margin: 0 10px 0 0;
}

#btn_regist a {
  background-color: #7f9dee;
  color: #fff;
  text-decoration: none;
}

#btn_setting img, #btn_home img, #btn_fav img {
  width: auto;
  height: auto;
  line-height: 100%;
  display: block;
}

/*humberger*/
.div_header.members .navbar-header {
  position: relative;
  width: 90%;
  margin: 0 auto;
}

.div_header.members #btn_setting {
  height: 100%;
}

.div_header_menu {
  position: relative;
  width: 38%;
  height: 70%;
  margin-top: 15%;
  cursor: pointer;
}

.div_header_menu span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #666;
  border-radius: 2px;
}

.div_header_menu, .div_header_menu span {
  display: inline-block;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  box-sizing: border-box;
}

.div_header_menu span:nth-of-type(1) {
  top: 0;
}

.div_header_menu span:nth-of-type(2) {
  top: 25%;
}

.div_header_menu span:nth-of-type(3) {
  top: 50%;
}

.div_header_menu.btn_menu_on span:nth-of-type(1) {
  top: 20%;
  -webkit-transform: translateY(25%) rotate(45deg);
  -moz-transform: translateY(25%) rotate(45deg);
  -ms-transform: translateY(25%) rotate(45deg);
  -o-transform: translateY(25%) rotate(45deg);
  transform: translateY(25%) rotate(45deg);
}

.div_header_menu.btn_menu_on span:nth-of-type(2) {
  opacity: 0;
}

.div_header_menu.btn_menu_on span:nth-of-type(3) {
  top: 23%;
  -webkit-transform: translateY(-25%) rotate(-45deg);
  -moz-transform: translateY(-25%) rotate(-45deg);
  -ms-transform: translateY(-25%) rotate(-45deg);
  -o-transform: translateY(-25%) rotate(-45deg);
  transform: translateY(-25%) rotate(-45deg);
}

@media screen and (min-width: 768px) {
  .div_header_menu {
    width: 35%;
    margin-top: 23%;
  }
}
.menu_in {
  position: fixed;
  width: 100%;
  max-width: 768px;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  pointer-events: none;
}

.navbar-offcanvas {
  width: 100%;
  max-width: 768px;
  height: 100%;
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
  -webkit-transition: all 0.15s ease-in;
  transition: all 0.15s ease-in;
  background-color: rgba(255, 255, 255, 0.95);
  color: #666;
  font-size: 0.7em;
  font-weight: normal;
  overflow-x: hidden;
  overflow-y: auto;
  z-index: -2;
  display: none;
  opacity: 0;
}

.navbar-offcanvas::-webkit-scrollbar {
  width: 5px;
}

.navbar-offcanvas::-webkit-scrollbar-thumb {
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 3px;
}

.navbar-offcanvas::-webkit-scrollbar-track {
  background-color: transparent;
}

.navbar-offcanvas.offcanvas-transform.in {
  z-index: 2;
  display: block;
  opacity: 1;
  position: fixed;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  animation: menu-fadeIn 0.2s ease;
  -moz-animation: menu-fadeIn 0.2s ease;
  -webkit-animation: menu-fadeIn 0.2s ease;
  padding: 130px 0 0 0;
}

@keyframes menu-fadeIn {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@-moz-keyframes menu-fadeIn {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@-webkit-keyframes menu-fadeIn {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
.offcanvas-stop-scrolling {
  height: 100% !important;
  overflow: hidden !important;
}

.offcanvas-stop-scrolling:after {
  margin: auto;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
}

/*nav*/
.navbar-offcanvas.offcanvas-transform.js-offcanvas-done {
  height: 100% !important;
}

.header_menu_waku {
  width: 100%;
  margin: 0 auto 2.8rem auto;
}

.header_menu_waku a {
  display: block;
  text-decoration: none;
  font-weight: normal;
  color: #666;
}

.header_menu_waku .header_menu_main a.menu, .header_menu_waku .header_menu_cat {
  padding: 1rem 5% 1rem 20%;
  font-size: 1.8rem;
  position: relative;
  width: 100%;
  cursor: pointer;
}

.header_menu_waku .header_menu_main a.menu:before, .header_menu_waku .header_menu_cat:before {
  position: absolute;
  content: "";
  border-top: 2px solid rgba(238, 100, 121, 0.7);
  top: 2rem;
  left: 0;
  width: 15%;
}

.header_menu_waku .header_menu_main {
  margin: 1.5rem auto;
}

.header_menu_waku .header_menu_sub {
  margin: 1rem auto 50px auto;
}

.header_menu_waku .header_menu_sub ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 90%;
  margin: 0 auto;
}

.header_menu_waku .header_menu_sub ul li {
  width: 48%;
  display: block;
}

.header_menu_waku .header_menu_sub ul li:nth-child(odd) {
  margin-right: 4%;
}

.header_menu_waku .header_menu_sub ul li a {
  padding: 10px 10px 10px 0;
  font-size: 11px;
  color: #666;
  letter-spacing: 0;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  text-decoration: none;
  position: relative;
  line-height: 200%;
  border-bottom: 1px solid #ddd;
  font-weight: normal;
}

.header_menu_waku .header_menu_sub ul li a:after {
  content: "";
  width: 6px;
  height: 6px;
  border: 0px;
  border-top: solid 1px #ccc;
  border-right: solid 1px #ccc;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 6px;
  margin-top: -4px;
}

.header_menu_waku .header_menu_sub .ttl {
  padding: 5px 5%;
  line-height: 200%;
  font-size: 12px;
  background-color: rgba(238, 100, 121, 0.7);
  text-align: left;
  color: #fff;
  font-weight: 500;
}

.header_menu_waku .header_menu_course {
  padding: 5% 2.5%;
  background-color: #f2f5fe;
  width: 95%;
  margin: 1rem auto;
  text-align: center;
  font-size: 1.6rem;
}

.header_menu_waku .header_menu_course h4 {
  margin-bottom: 0.8rem;
}

.header_menu_waku .header_menu_course h4 span {
  font-size: 1.3rem;
  text-align: center;
  font-weight: bold;
  color: #809def;
  border-bottom: 2px solid #809def;
  padding-bottom: 1px;
}

.header_menu_course p {
  letter-spacing: normal;
}

/* ---- footer --------------------------------*/
footer {
  position: fixed;
  max-width: 768px;
  width: 100%;
  bottom: 0;
  z-index: 100;
  line-height: 100%;
  left: 50% !important;
  transform: translate(-50%) !important;
  -ms-transform: translate(-50%);
  -webkit-transform: translate(-50%);
  -moz-transform: translate(-50%);
  background-color: rgb(255, 255, 255);
  border-top: 1px solid #eee;
}

footer ul {
  width: 90%;
  margin: 0 auto;
}

footer ul li {
  width: 18%;
  margin: 5px 3.5%;
  float: left;
  text-align: center;
  line-height: 100%;
}

footer ul li img {
  width: auto;
  height: auto;
  max-height: 55px;
}

footer ul li a {
  display: inline-block;
  line-height: 100%;
}

footer ul li a:hover {
  opacity: 0.8;
}

/* ---- ad --------------------------------*/
.ad {
  margin: 20px auto;
  text-align: center;
  width: 90%;
}

/* ---- フッターリンクinfomation --------------------------------*/
.top_menu {
  margin: 0 auto;
  padding: 0;
  border-top: 1px solid #ccc;
}

.top_menu .ttl {
  padding: 0.5em 1.143em;
  font-size: 1.4rem;
  font-weight: 700;
  cursor: default;
  background-color: rgba(238, 100, 121, 0.8);
  text-align: left;
  color: #fff;
}

.top_menu li {
  border: 0;
  border-bottom: 1px solid #ccc;
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.top_menu li a {
  margin: 0;
  display: block;
  position: relative;
  text-align: left;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  font-size: 1.4rem;
  font-weight: normal;
  color: #666 !important;
  padding: 0.7em 1em;
  text-decoration: none;
}

.top_menu li a:after {
  background-position: center;
  background-image: url(/image/site/x_arrow_right.png);
  background-repeat: no-repeat;
  top: 50%;
  margin-top: -11px;
  right: 0.5625em;
  content: "";
  position: absolute;
  display: block;
  width: 22px;
  height: 22px;
}

/* ---- copyright --------------------------------*/
copyright {
  display: block;
  text-align: center;
  font-size: 1.4rem;
  font-weight: normal;
  color: #666;
  padding: 30px 0;
  margin: 0 auto;
}

/* ---- popup dialog style -------*/
div.dialog-dialog {
  background-color: #fff;
  box-sizing: border-box;
  padding: 35px 20px 25px 20px !important;
  max-width: 95%;
  color: #000;
}

div.dialog-dialog * {
  font-weight: normal;
}

.dialog-container {
  background-color: rgba(227, 234, 255, 0.9);
  z-index: 5;
}

.dialog-dialog {
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 8px #999;
}

div.diglog-closeButton:hover {
  background-color: #fff !important;
}

div.dialog-dialog h3 {
  font-size: 1.5rem !important;
  line-height: 1.5rem;
  color: #1a1a1a !important;
  font-weight: normal !important;
  background: none !important;
  padding: 0 !important;
  margin: 0 auto 10px auto !important;
  text-align: center !important;
}

div.dialog-dialog h4 {
  text-align: center;
  margin: 0 auto 10px auto;
}

div.dialog-dialog .desc {
  background: #fff;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  padding: 10px 0;
  font-size: 1.4rem;
  border-radius: 5px;
}

div.dialog-dialog .ui-input-text input {
  background-color: #eee;
  border-radius: 0px;
}

div.dialog-dialog .ui-input-text {
  border-width: 0px;
}

div.dialog-dialog .ui-shadow-inset {
  box-shadow: 0 0 0;
}

div.dialog-dialog .ui-btn {
  width: auto;
  padding: 10px;
  color: #fff !important;
  text-shadow: none !important;
  box-shadow: none !important;
  text-align: center;
  background-color: #EE6479 !important;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border: 1px solid #EE6479 !important;
}

div.dialog-dialog .ui-btn.no {
  background-color: #fff !important;
  color: #EE6479 !important;
}

div.dialog-dialog .ui-btn:hover {
  background-color: #EE6479;
  color: #fff !important;
}

div.dialog-closeButton {
  width: 25px;
  height: 25px;
  position: absolute;
  top: 0;
  right: 0;
  text-align: center;
  cursor: pointer;
}

.dialog-closeButton:before, .dialog-closeButton:after {
  background-color: #EE6479;
  width: 100%;
  height: 2px;
  display: block;
  content: "";
  position: absolute;
  top: 18px;
  right: 3px;
}

.dialog-closeButton:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.dialog-closeButton:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* ---- category_common -----------------------*/
.section {
  min-height: 85vh;
  padding: 2rem 0 3rem 0;
}

.section img {
  display: block;
}

.section_box {
  width: 90%;
  margin: 2rem auto;
  padding: 5%;
  background-color: #fff;
}

.category_ttl {
  width: 100%;
}

.category_ttl h2 {
  font-size: 1.8rem;
  color: #fff;
  padding: 2px 5%;
  line-height: 3rem;
  border-radius: 0 3rem 3rem 0;
  display: inline-block;
  font-weight: bold;
}

.category_ttl h2.coupon {
  background-color: #EE6479;
}

.category_ttl h2.warranty {
  background-color: #7BD1B9;
  margin: 0 0 20px 0;
}

.category_ttl h2.recipe {
  background-color: #FFCA48;
}

.category_ttl h2.augury {
  background-color: #B77CD0;
}

@media screen and (min-width: 480px) {
  .section_box p, .section_box a {
    font-size: 1.25rem;
  }
}
/* ---- coupon --------------------------------*/
.coupon {
  background-color: #FFF4F5;
}

.coupon_monthly {
  width: 90%;
  margin: 0 auto;
}

.coupon_monthly h3 {
  margin: 1rem auto;
}

.coupon_monthly ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 96%;
  margin: 0 auto;
}

.coupon_monthly li {
  background-color: #fff;
  box-shadow: 0 0 1.3rem rgba(0, 0, 0, 0.3);
  width: 46%;
  margin: 0 8% 8% 0;
  line-height: 100%;
}

.coupon_monthly li:nth-child(even) {
  margin: 0 0 8% 0;
}

.coupon_monthly li a {
  display: block;
  text-decoration: none;
  color: #4d4d4d;
}

.coupon_monthly li img {
  display: block;
  line-heihgt: 100%;
}

.coupon_monthly li p {
  width: 92%;
  margin: 0.5rem auto;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 1.3rem;
  font-weight: normal;
}

.coupon_comingsoon {
  background-color: rgba(232, 78, 98, 0.3);
  background: -webkit-linear-gradient(left, rgba(232, 78, 98, 0.3) 40%, rgba(75, 148, 255, 0.3));
  background: -moz-linear-gradient(left, rgba(232, 78, 98, 0.3) 40%, rgba(75, 148, 255, 0.3));
  background: linear-gradient(to right, rgba(232, 78, 98, 0.3) 40%, rgba(75, 148, 255, 0.3));
  padding: 6% 0;
  margin: 1rem auto;
}

.coupon_comingsoon h3 {
  color: #fff;
  font-weight: bold;
  text-shadow: 0 0 1rem rgba(0, 0, 0, 0.4);
  font-size: 1.6rem;
  margin-bottom: 6%;
  padding: 0 6%;
}

.coupon_comingsoon li {
  background-color: rgba(255, 255, 255, 0.4);
}

.coupon_comingsoon li p {
  width: 92%;
  margin: 0.3rem auto;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 1.15rem;
}

/* ---- warranty --------------------------------*/
div.warranty_legal_detail-wrap {
  padding: 0;
}
div.warranty_legal_detail-wrap .warranty_detail-warranty-ttl_wrap {
  margin: 0 0 13% 0;
  padding: 30px 0 0 0;
}

.section.warranty {
  /* font-size: 1.15rem; */
}
.section.warranty .warranty_legal_detail-desc_card {
  margin: -10% auto 20px auto;
  width: 94%;
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: saturate(180%) blur(20px);
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  padding: 20px;
  box-sizing: border-box;
  border-radius: 6px;
  border: solid 1px #f2f2f2;
  box-shadow: 0px 0px 10px 0px #ffffff;
  position: relative;
}
.section.warranty .warranty_legal_detail-heading3 {
  text-align: center;
  font-weight: bold;
  margin: 0 0 20px 0;
  font-size: 1.6rem;
}
.section.warranty .warranty_legal_detail-heading3 .warranty_legal_detail-heading_eng {
  color: #7bd1b9;
  margin: 0 0 10px 0;
  display: block;
  line-height: 1.4rem;
}
.section.warranty .warranty_legal_detail-heading4 {
  font-weight: bold;
  font-size: 1.6rem;
  margin: 0 0 10px 0;
  letter-spacing: -0.05rem;
}

.warranty {
  background-color: #F2FAF8;
}

.warranty_detail {
  background-color: #fff;
  width: 90%;
  margin: 0 auto;
  padding: 2rem;
}

.warranty_detail h4 {
  color: #7BD1B9;
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
  font-weight: 600;
}

.warranty_id, .warranty_id a {
  color: #EE6479;
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
  font-weight: 600;
  pointer-events: none;
  text-decoration: none;
}

.warranty_detail .warranty_date {
  font-size: 1.2rem;
}

.warranty_detail .warranty_attn {
  font-size: 1rem;
}

.warranty_legal_detail-lawyers {
  position: relative;
}
.warranty_legal_detail-lawyers::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(180deg, transparent 0 80%, #F2FAF8 100%);
}

.warranty_legal_detail-space {
  padding: 0 4%;
  margin: 0 0 50px 0;
}

.warranty_legal_detail-full .warranty_legal_detail-content {
  background: #cef1e7;
  padding: 30px 4%;
  margin: 0 0 50px 0;
}

h2.warranty_legal_detail-heading2 {
  text-align: center;
  color: #444444;
  font-size: 1.8rem;
  font-weight: bold;
  margin: 0 auto 30px auto;
}
h2.warranty_legal_detail-heading2 span {
  padding: 0 5px;
  background: linear-gradient(transparent 70%, #7bd1b9 60%);
}

.warranty_legal_detail-txt {
  margin: 0 0 20px 0;
}

/* 保険詳細画面の画像付きのsection */
.warranty_legal_detail-img_box {
  position: relative;
}

.warranty_legal_detail-trouble {
  margin: 0 auto 20px auto;
}

.warranty_legal_detail-troubles .warranty_legal_detail-bubble {
  position: relative;
  display: block;
  margin: 0 auto 10px auto;
  padding: 20px;
  color: #ffffff;
  font-size: 1.6rem;
  font-weight: bold;
  background: #7bd1b9;
  border-radius: 10px;
  text-align: center;
  box-sizing: border-box;
}
.warranty_legal_detail-troubles .warranty_legal_detail-bubble::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -8px;
  border: 8px solid transparent;
  border-top: 8px solid #7bd1b9;
}
.warranty_legal_detail-troubles .warranty_legal_detail-bubble .warranty_legal_detail-bubble_txt {
  margin: 0;
  padding: 0;
}
.warranty_legal_detail-troubles .warranty_legal_detail-trouble_list {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px 2%;
  margin: 0 0 20px 0;
}
.warranty_legal_detail-troubles .warranty_legal_detail-trouble_list .warranty_legal_detail-list_item {
  width: 32%;
  font-size: 1rem;
  line-height: 1rem;
  letter-spacing: -0.1rem;
  padding: 10px 0;
  font-weight: bold;
  color: #7bd1b9;
  text-align: center;
  border: solid 1px #7bd1b9;
  border-radius: 6px;
  box-sizing: border-box;
  background: #ffffff;
}

.c-insurance_max {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin: 0 0 20px 0;
}

.c-insurance_list {
  background: #ffffff;
  border-radius: 10px;
  padding: 20px 1%;
  text-align: center;
  width: 48%;
  border: solid 1px #7bd1b9;
}

dt.c-dl_title {
  margin: 0 0 10px 0;
  line-height: 1.15rem;
  font-weight: bold;
}

dd.c-sum {
  font-weight: bold;
  margin: 0 0 5px 0;
}
dd.c-sum span {
  font-size: 3rem;
  color: #7bd1b9;
  padding: 0 3px;
  letter-spacing: -0.1rem;
  font-weight: bold;
}

#sakura_info_pop .warranty_personal .c-supplement {
  font-size: 1rem;
  line-height: 1rem;
  letter-spacing: -0.1rem;
  margin: 5px auto 0 auto;
}

.warranty_legal_detail-course_table {
  width: 100%;
}

.warranty_legal_detail-course_thead {
  background: #7bd1b9;
  color: #ffffff;
}
.warranty_legal_detail-course_thead th {
  text-align: center;
  font-weight: bold;
  padding: 10px;
  border: solid 1px #dddddd;
  border-collapse: collapse;
}

.warranty_legal_detail-course_tbody th {
  font-weight: bold;
  text-align: center;
  padding: 10px;
  border: solid 1px #dddddd;
  background: #eeeeee;
  line-height: 1.6rem;
  vertical-align: middle;
  border-collapse: collapse;
}
.warranty_legal_detail-course_tbody th span {
  font-weight: normal;
  display: block;
}
.warranty_legal_detail-course_tbody td {
  background: #ffffff;
  text-align: center;
  font-weight: bold;
  padding: 10px 1%;
  border: solid 1px #dddddd;
  vertical-align: middle;
  border-collapse: collapse;
}
.warranty_legal_detail-course_tbody .warranty_detail-insurance_note {
  font-weight: normal;
  font-size: 1rem;
  line-height: 1rem;
  letter-spacing: -0.05rem;
}

/* 保険範囲、支払い不能のsection共通 */
.warranty_legal_detail-insured_list {
  list-style: decimal;
  width: 92%;
  margin: 0 auto 30px auto;
}

.warranty_legal_detail-insured_sub_list {
  list-style: none;
  counter-reset: number;
}
.warranty_legal_detail-insured_sub_list li {
  position: relative;
  padding-left: 35px;
}
.warranty_legal_detail-insured_sub_list li::before {
  counter-increment: number;
  content: "（" counter(number) "）";
  position: absolute;
  left: 0;
}

@media screen and (min-width: 491px) {
  .warranty_legal_detail-insured_sub_list li::before {
    left: -1.2%;
  }
}
.warranty_legal_detail-insured_exp {
  list-style: none;
  counter-reset: number;
}
.warranty_legal_detail-insured_exp li {
  position: relative;
  padding-left: 20px;
}
.warranty_legal_detail-insured_exp li::before {
  counter-increment: number;
  content: "*" counter(number) "";
  position: absolute;
  left: 0;
}

.warranty_legal_detail-insured_3_layer {
  list-style: none;
  counter-reset: number;
}
.warranty_legal_detail-insured_3_layer li {
  position: relative;
  padding-left: 20px;
}
.warranty_legal_detail-insured_3_layer li::before {
  counter-increment: number;
  content: "" counter(number) ")";
  position: absolute;
  left: 0;
}
.warranty_legal_detail-insured_3_layer.note_list li::before {
  content: "※" counter(number) "";
  left: -5px;
}

/* 保険相談の流れsection共通 */
.c-step-card_wrap .c-step-card {
  background: #ffffff;
  border: solid 1px #7bd1b9;
  border-radius: 10px;
  padding: 20px;
  box-sizing: border-box;
  position: relative;
  margin: 0 0 7% 0;
}
.c-step-card_wrap .c-step-card::after {
  content: "";
  position: absolute;
  top: 105%;
  left: 50%;
  margin-left: -10px;
  border: 10px solid transparent;
  border-top: 10px solid #7bd1b9;
}
.c-step-card_wrap .c-step-card:last-child::after {
  display: none;
}
.c-step-card_wrap .c-step-card .c-step-eng_heading {
  font-size: 1.4rem;
  text-align: center;
  font-weight: bold;
  color: #7bd1b9;
  margin: 0 0 10px 0;
}
.c-step-card_wrap .c-step-card .c-step-eng_heading::before {
  display: inline-block;
  font-family: "Material Icons";
  font-size: 1.4rem;
  line-height: 1.4rem;
  height: 14px;
  vertical-align: middle;
  margin: 0 3px 0 0;
}
.c-step-card_wrap .c-step-card:nth-child(1) .c-step-eng_heading::before {
  content: "\e0b0";
}
.c-step-card_wrap .c-step-card:nth-child(2) .c-step-eng_heading::before {
  content: "\e876";
}
.c-step-card_wrap .c-step-card:nth-child(3) .c-step-eng_heading::before {
  content: "\f233";
}
.c-step-card_wrap .c-step-card:nth-child(4) .c-step-eng_heading::before {
  content: "\e90e";
}
.c-step-card_wrap .c-step-card:nth-child(5) .c-step-eng_heading::before {
  content: "\e873";
}
.c-step-card_wrap .c-step-card:nth-child(6) .c-step-eng_heading::before {
  content: "\ef63";
}
.c-step-card_wrap .c-step-dl dt {
  font-weight: bold;
  font-size: 1.6rem;
  color: #7bd1b9;
  margin: 0 0 10px 0;
}
.c-step-card_wrap .c-step-dl dd {
  margin: 0 0 10px 0;
}
.c-step-card_wrap .c-step-tel {
  font-weight: bold;
}
.c-step-card_wrap .c-step-btn {
  width: 100%;
  padding: 5px 20px;
  background: #7bd1b9;
  border-radius: 5px;
}
.c-step-card_wrap .c-step-btn a {
  display: inline-block;
  color: #ffffff;
  line-height: 30px;
  width: 100%;
  height: 30px;
  vertical-align: middle;
  text-align: center;
  font-weight: bold;
  font-size: 1.4rem;
  text-decoration: none;
}
.c-step-card_wrap .c-step-btn a::before {
  display: inline-block;
  font-family: "Material Icons";
  font-size: 1.4rem;
  line-height: 1.4rem;
  height: 14px;
  vertical-align: middle;
  margin: 0 3px 0 0;
  content: "\e0b0";
}

/* ---- recipe --------------------------------*/
.recipe {
  background-color: #FFFAEC;
}

.recipe .recipe_list {
  width: 90%;
  margin: 3rem auto;
}

.recipe .recipe_list a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  padding: 1rem;
  text-decoration: none;
  color: #666;
}

.recipe .recipe_list li {
  margin-bottom: 5%;
  background-color: #fff;
  box-shadow: 0 0 0.8rem rgba(0, 0, 0, 0.15);
}

.recipe .recipe_list li .recipe_image {
  width: 25%;
  margin-right: 1rem;
  text-align: center;
}

.recipe .recipe_list li .recipe_image img {
  max-width: 100%;
  max-height: 5rem;
  display: inline;
  line-height: 100%;
  vertical-align: middle;
}

.recipe .recipe_list li p {
  width: 100%;
  letter-spacing: 1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
}

.recipe .recipe_list li p .recipe_ttl {
  font-size: 1.4rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  margin-bottom: 1rem;
  width: 100%;
}

.recipe .recipe_list li p .recipe_detail {
  font-size: 0.9rem;
  text-align: right;
  display: block;
  line-height: 120%;
  width: 100%;
}

@media screen and (min-width: 480px) {
  .recipe .recipe_list li .recipe_image {
    max-width: 35%;
  }
  .recipe .recipe_list li .recipe_image img {
    max-height: 8rem;
  }
}
.home .insurance_table td:nth-child(odd) {
  width: 26%;
}

/* HOMEのお知らせリンク */
.topInfoLink {
  width: 94%;
  margin: 0 auto 20px auto;
  background: #ffffff;
  display: -webkit-flex;
  display: flex;
  border-radius: 6px;
  border: solid 1px #f38494;
  box-sizing: border-box;
}

@media screen and (max-width: 480px) {
  .topInfoLink {
    margin: 0 auto 10px auto;
  }
}
.topInfoLink a {
  font-weight: normal;
  font-size: 14px;
}

.topInfoLink dt {
  background: #f38494;
  color: #ffffff;
  border-radius: 4px 0 0 4px;
  font-size: 1.2rem;
  padding: 5px 2%;
}

.topInfoLink dd {
  padding: 5px 2%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.infoListLink {
  text-align: center;
}

.infoListLink a {
  font-size: 14px;
  font-weight: normal;
}

@media screen and (max-width: 480px) {
  .infoListLink a {
    font-size: 12px;
  }
}
/* お知らせ一覧ページ */
.infoLink {
  width: 94%;
  margin: 0 auto 20px auto;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.infoLink:after {
  background-image: linear-gradient(to right, #5c5c5c, #5c5c5c 1px, transparent 2px, transparent 8px);
  background-size: 8px 2px;
  background-position: left bottom;
  background-repeat: repeat-x;
  display: block;
  content: "";
  width: 100%;
  height: 2px;
  margin: 20px auto 0 auto;
}

.infoLink a {
  font-weight: normal;
  font-size: 14px;
}

.infoLink dt {
  background: #f38494;
  color: #ffffff;
  border-radius: 4px;
  font-size: 1.2rem;
  width: 25%;
  text-align: center;
}

.infoLink dd {
  padding: 0 2%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 69%;
}

.single_btn a {
  display: block;
  height: 50px;
  line-height: 50px;
  vertical-align: middle;
  margin: 0 auto 30px auto;
  text-align: center;
  width: 70%;
  border-radius: 30px;
  font-weight: bold;
  font-size: 1.8rem;
  text-decoration: none;
}

.common_btn a {
  border: solid 1px #dd6c7b;
  color: #dd6c7b;
  background: #ffffff;
}

.common_btn a:after {
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f138";
  padding: 0 0 0 5px;
}

.warranty_personal {
  width: 100%;
  margin: 10px auto 20px auto;
  background: #ffffff;
  padding: 0 0 10px 0;
}

.warranty_personal .customer_title {
  background: #8fceba;
  color: #ffffff;
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 2rem;
  padding: 5px 0;
  margin: 0 0 20px 0;
  text-align: center;
}

.warranty_personal .personal_info {
  width: 90%;
  margin: 0 auto;
}

.warranty_personal .personal_info li {
  margin: 0 0 10px 0;
  font-size: 1.2rem;
  line-height: 1.6rem;
}

.insurance_table {
  width: 100%;
  border: solid 1px #dddddd;
  margin: 0 auto 20px auto;
}

.legal_fee_table td:nth-child(odd) {
  padding: 10px 5px;
}
.legal_fee_table td:nth-child(even).amount_def {
  text-align: left;
  padding: 10px;
  color: #7bd1b9;
}
.legal_fee_table .warranty-section_box-insurance_note {
  font-weight: normal;
  color: #222222;
}

.insurance_table td {
  font-weight: bold;
  vertical-align: middle;
  padding: 10px 2% 10px 0;
  letter-spacing: normal;
  border-bottom: solid 1px #dddddd;
  border-collapse: collapse;
}

.insurance_table td:nth-child(odd) {
  background: #8fceba;
  text-align: center;
  font-size: 1.2rem;
  width: 34%;
  color: #ffffff;
  letter-spacing: -1px;
}

.insurance_table td:nth-child(odd) span {
  display: block;
  font-size: 1rem;
  line-height: 1rem;
  font-weight: normal;
}

.insurance_invoice_table {
  width: 100%;
  border: solid 1px #dddddd;
  margin: 0 auto 20px auto;
  border-collapse: collapse;
}
.insurance_invoice_table tr:nth-child(1) {
  background: #7bd1b9;
  color: #ffffff;
  font-size: 1.4rem;
}
.insurance_invoice_table td {
  font-weight: bold;
  vertical-align: middle;
  padding: 10px;
  letter-spacing: normal;
  border-bottom: solid 1px #dddddd;
}
.insurance_invoice_table td span {
  color: #7bd1b9;
}

.course_standard_title li {
  margin: 0 0 10px 0;
}

.course_standard_title li span {
  display: block;
  font-weight: normal;
  font-size: 1rem;
  line-height: 1rem;
}

.insurance_table td:nth-child(odd) ul li {
  font-weight: bold;
  letter-spacing: normal;
}

.insurance_table td:nth-child(even) {
  text-align: right;
}

.insurance_table td:nth-child(even) p {
  text-align: left;
  font-size: 1.2rem;
}

.insurance_table .personal_course {
  text-align: center;
  font-weight: bold;
}

.insurance_table .personal_course dt,
.insurance_table .personal_course dd {
  font-weight: bold;
}

.insurance_table .personal_course dt {
  color: #444444;
}

.insurance_table .personal_course dd {
  color: #8fceba;
}

.highlight_txt {
  color: #d81114;
}

.warranty_personal a {
  text-decoration: none;
}

.warranty_personal .insurance_table {
  width: 90%;
  margin: 0 auto 20px auto;
}

/* クレカフォーム DGFTクレジット決済 */
.dgft_list #btnSubmit {
  display: block;
  background-color: rgba(238, 100, 121, 0.8);
  border-bottom: solid 4px rgb(238, 100, 121);
  border-radius: 6px;
  padding: 8px 20px;
  color: #fff !important;
  margin: 20px auto 60px auto;
  cursor: pointer;
  font-size: 1.4rem;
  text-decoration: none;
  font-weight: normal;
  text-align: center;
}

.dgft_list select#from_month,
.dgft_list select#from_year {
  font-size: 1.4rem;
  appearance: menulist !important;
  -webkit-appearance: menulist !important;
  border: solid 1px #999;
  display: inline-block;
  margin: 0 5px 0 0;
  outline: none;
}

.dgft_regist h2 span {
  border-bottom: 2px solid #EE6479 !important;
  color: #666 !important;
  font-size: 1.75rem !important;
}

.highlight {
  color: #ee6479;
  font-weight: bold;
}

.note_txt {
  padding-left: 1em;
  text-indent: -1em;
}

.highlight_txt_1 {
  font-weight: bold;
}

.highlight_txt_2 {
  font-weight: bold;
  font-size: 1.4rem !important;
}

/* ID連携 */
.div_header .p-service__name {
  font-size: 1rem;
  line-height: 1rem;
  color: #dd6c7b;
  /* overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; */
  border: solid 1px #dd6c7b;
  border-radius: 2px;
  padding: 5px;
  display: block;
  text-align: center;
  margin: 0 0 0 10px;
  letter-spacing: -1px;
}

.p-insurance__btn--modal {
  margin: 0 auto 30px auto;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}

.p-insurance__btn__list {
  width: 48%;
}
.p-insurance__btn__list a {
  display: block;
  color: #ffffff;
  text-decoration: none;
  font-weight: bold;
  font-size: 16px;
  height: 55px;
  line-height: 55px;
  vertical-align: middle;
  text-align: center;
  padding: 0 15px;
  border-radius: 6px;
  letter-spacing: normal;
}
.p-insurance__btn__list a:before {
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  padding: 0 5px 0 0;
  font-size: 1.4rem;
}
.p-insurance__btn__list:nth-child(1) {
  margin: 0 2% 0 0;
}
.p-insurance__btn__list:nth-child(1) a {
  background: #63a5e5;
}
.p-insurance__btn__list:nth-child(1) a:before {
  content: "\f1c1";
}
.p-insurance__btn__list:nth-child(2) a {
  background: #65cfa7;
}
.p-insurance__btn__list:nth-child(2) a:before {
  content: "\f138";
}

/* ==========================
  モーダル（ポップアップ）
========================== */
.js_modalWrap {
  display: none;
  z-index: 1000;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.js_modalBG {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.95);
}

.js_modalContInner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 720px;
  max-width: 100%;
  background-color: #fff;
  max-height: 600px;
  padding: 40px;
}

.js_modalCont {
  border: solid 1px #dddddd;
  border-radius: 10px;
  padding: 20px 20px 0 20px;
  box-sizing: border-box;
}

.js_modalContInner > .js_modalClose + * {
  margin-top: 0;
}

.js_modalClose {
  display: block;
  position: absolute;
  top: 10.5px;
  right: 10.5px;
  width: 20px;
  height: 20px;
  overflow: hidden;
  cursor: pointer;
  z-index: 1001;
}

.js_modalClose::before,
.js_modalClose::after {
  content: "";
  background-color: #222;
  position: absolute;
  top: -5px;
  right: 10px;
  width: 1px;
  height: 30px;
}

.js_modalClose::before {
  transform: rotate(45deg);
}

.js_modalClose::after {
  transform: rotate(-45deg);
}

/* ==========================
  コンテンツの中身
========================== */
.md_linkBtnWrap {
  width: 300px;
  max-width: 100%;
  margin: 10px auto 0;
  text-align: center;
}

.md_linkBtnCont {
  display: block;
  color: #222;
  border: 1px solid #222;
  padding: 15px 5px;
  transition: 0.3s;
}

.md_linkBtnCont:hover,
.md_linkBtnCont:focus {
  color: #fff;
  background-color: #222;
}

/* PC幅に適用 */
@media (min-width: 768px) {
  .hp_sp {
    display: none !important;
  }
}
/* スマホ幅に適用 */
@media (max-width: 767px) {
  .hp_pc {
    display: none !important;
  }
  .js_modalContInner {
    padding: 20px;
  }
  .js_modalClose {
    top: -30px;
  }
}
/* 保険申請同意チェック */
input[type=checkbox] {
  margin: 15px 5px;
}

input[type=submit] {
  width: 200px;
  font-size: 18px;
}

.insurance_btn li a {
  pointer-events: none;
}

.p-btn--disabled li a {
  background: #bbbbbb !important;
}

.p-insurance__btn--plan1,
.p-insurance__btn--plan2 {
  display: none !important;
}

.p-check--confirmed {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  margin: 20px 0;
}
.p-check--confirmed #consent-chk {
  display: block;
  transform: scale(1.3);
  margin: 0 7px 0;
}
.p-check--confirmed .c-label--confirmed {
  margin: 0;
  font-size: 1.6rem;
  line-height: 1.6rem;
}

@media screen and (min-width: 769px) {
  .section.warranty .warranty_legal_detail-desc_card {
    width: 74%;
  }
}
.js-mask-text {
  position: relative;
  overflow: hidden; /* 内容がはみ出した場合に隠す */
  opacity: 0; /* 初期状態でテキストを透明にする */
  transition: opacity 0.4s ease-in 0.4s; /* 不透明度のアニメーションに遅延を追加 */
}

/* マスク用の要素をテキストの上に重ねる */
.js-mask-text::before {
  content: ""; /* マスク用の空の要素 */
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: white; /* マスクの色を設定 */
  z-index: 1;
  transform: translateX(-100%); /* 初期状態でマスクを完全に隠す */
  transition: transform 0.7s cubic-bezier(0.4, 0, 1, 1); /* 徐々に早くなるアニメーション */
}

/* アニメーションが開始された時のスタイル */
.js-mask-text.animated {
  opacity: 1; /* アニメーション後にテキストが表示される */
}

.js-mask-text.animated::before {
  transform: translateX(150%); /* マスクが右に移動して外れる */
}

.js-fade-in {
  aspect-ratio: 16/9;
  opacity: 0;
  visibility: hidden;
}

.is-active {
  visibility: visible;
  animation: fadeIn 1s cubic-bezier(0.33, 1, 0.68, 1) forwards;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.login-notes__list {
  font-size: 1.2rem;
  text-indent: -0.6rem;
  padding-left: 0.6rem;
}
.login-notes__list:before {
  content: "※";
  display: inline-block;
}

.c-primary-heading {
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  margin: 0 auto 32px auto;
  width: 90%;
}
.c-primary-heading__txt {
  display: block;
}

.btn-signup-l--fixed {
  width: 100%;
  max-width: 768px;
  position: fixed;
  z-index: 3;
  bottom: 0px;
  text-align: center;
  left: 50% !important;
  transform: translate(-50%) !important;
  -webkit-transform: translate(-50%);
  -moz-transform: translate(-50%);
  /*
  opacity: 0;
  transition: all 0.65s;
  */
}
.btn-signup-l--fixed a {
  font-size: 2rem;
  background-color: #dd6c7b;
  color: #fff;
  display: block;
  width: 100%;
  height: 100%;
  padding: 20px 0;
  text-decoration: none;
  vertical-align: middle;
}
.btn-signup-l--fixed.isBtnActive {
  opacity: 1;
  transition: all 0.65s;
}

.login-wrap {
  position: relative;
}

.login-fv {
  text-align: center;
  margin-bottom: 40px;
}
.login-fv__catch-ribbon {
  line-height: 40px;
  position: relative;
  height: 40px;
  margin: -12% auto 10px auto;
  padding: 0 10px;
  text-align: center;
  color: #ffffff;
  background: #dd6c7b;
  max-width: 65%;
  font-weight: bold;
  position: relative;
}
.login-fv__catch-ribbon:before, .login-fv__catch-ribbon:after {
  position: absolute;
  top: 0;
  display: block;
  height: 28px;
  content: "";
  border: 20px solid #dd6c7b;
}
.login-fv__catch-ribbon:before {
  left: -32px;
  border-left-width: 15px;
  border-left-color: transparent;
}
.login-fv__catch-ribbon:after {
  right: -32px;
  border-right-width: 15px;
  border-right-color: transparent;
}
.login-fv__catch-ribbon span {
  position: relative;
  display: block;
  white-space: nowrap;
  z-index: 2;
  letter-spacing: -0.05rem;
}

.fv-catch {
  font-weight: bold;
  text-align: center;
  color: #dd6c7b;
  font-size: 3.4rem;
  line-height: 120%;
  margin: 0 auto 24px auto;
  width: 90%;
  padding: 0;
}
.fv-catch__inner1 {
  color: #222222;
  font-size: 1.8rem;
  line-height: 100%;
  display: inline-block;
}
.fv-catch__inner2 {
  font-size: 2.4rem;
}

.coupon-section {
  background: #ffdee1;
  padding: 32px 5%;
  margin-bottom: 40px;
}

.p-l_coupon_random {
  width: 90%;
  margin: 0 auto 30px auto;
}

.p-l_coupon {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-align-content: flex-start;
  align-content: flex-start;
  margin: 0 auto;
}
.p-l_coupon__img {
  width: 21%;
  box-sizing: border-box;
  margin: 0 2% 10px 2%;
}
.p-l_coupon__img:nth-child(2), .p-l_coupon__img:nth-child(4) {
  padding: 5% 0 0 0;
}
.p-l_coupon__img:nth-child(2n+5) {
  margin: -5% 2% 10px 2%;
}

.band-catch {
  font-weight: bold;
  font-size: 3rem;
  text-align: center;
  letter-spacing: -0.2rem;
  margin-bottom: 16px;
}
.band-catch__sub, .band-catch__main {
  background: #ffffff;
  display: inline-block;
  margin-bottom: 8px;
  padding: 12px;
}
.band-catch__sub {
  font-size: 1.8rem;
}
.band-catch__main {
  color: #dd6c7b;
  font-size: 3rem;
}
.band-catch__main:last-child {
  margin-bottom: 0;
}

.c-std-16n-5 {
  margin-bottom: 16px;
}

.p-l_txt {
  width: 90%;
}
.p-l_txt--main {
  margin: 0 auto 10px auto;
}
.p-l_txt--note {
  font-size: 1.2rem;
  margin: 0 auto 20px auto;
}

.p-l_course_title {
  text-align: center;
}
.p-l_course_title__img {
  width: 280px;
  height: auto;
  display: block;
  margin: 0 auto;
}
.p-l_course_title__text {
  display: block;
  font-weight: bold;
  font-size: 2rem;
  padding: 10px 0 0 0;
}

.plan-catch {
  text-align: center;
  color: #ee6479;
  letter-spacing: -0.1rem;
  font-weight: bold;
  margin-bottom: 20px;
}

.p-l_box_coupon {
  margin: 0 auto 20px auto;
}

.login-course-legal {
  margin: 20px 0 0 0;
}

.login-course-title {
  font-weight: bold;
  color: #7bd1b9;
  font-size: 1.8rem;
  line-height: 1.8rem;
  margin: 0 0 10px 0;
  letter-spacing: -0.05rem;
}
.login-course-title .login-course-special_icn {
  font-size: 1.2rem;
  line-height: 1.2rem;
  vertical-align: middle;
  display: inline-block;
}

.login-course-insurance {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  width: 100%;
  margin: 0 auto 20px auto;
  gap: 0 20px;
}
.login-course-insurance .login-course-legal_fee {
  -webkit-text-stroke: 0.07rem #222222;
  text-stroke: 0.07rem #222222;
  display: inline-block;
  line-height: 100%;
  white-space: nowrap;
  font-size: 1.2rem;
}
.login-course-insurance .login-course-fee_digit {
  font-size: 5rem;
  line-height: 5rem;
  font-style: normal;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  color: transparent; /*文字色を透明*/
  background: #ffffff; /*背景色を設定*/
  text-shadow: 0 0 1px rgba(221, 108, 123, 0.1), 1px 2px 0 #7bd1b9; /*テキストの内側にシャドウを付ける*/
  -webkit-background-clip: text; /*背景を前景のテキストの中に表示*/
  letter-spacing: -0.2rem;
}
.login-course-insurance .login-course-fee_unit {
  color: #7bd1b9;
  -webkit-text-stroke: 0.02rem #222222;
  text-stroke: 0.02rem #222222;
  font-size: 1.6rem;
  font-weight: bold;
}

.login-course-insurance_title {
  font-size: 1.2rem;
  line-height: 1.2rem;
  font-weight: bold;
  margin: 0 0 5px 0;
}

.p-l_course_box {
  border: solid 1px #444444;
  border-radius: 20px;
  box-shadow: 8px 9px 15px 0px rgba(0, 0, 0, 0.16);
  box-sizing: border-box;
  width: 90%;
  margin: 60px auto 40px auto;
  text-align: center;
}
.p-l_course_box:last-child {
  margin: 60px auto 50px auto;
}
.p-l_course_box__ribbon {
  position: relative;
  margin: -6% auto 30px auto;
  text-align: center;
  width: 70%;
  font-weight: bold;
}
.p-l_course_box__ribbon:before, .p-l_course_box__ribbon:after {
  position: absolute;
  z-index: 0;
  bottom: -10px;
  display: block;
  content: "";
  border: 1em solid #d64e4e;
}
.p-l_course_box__ribbon:before {
  left: -21px;
  border-left-width: 15px;
  border-left-color: transparent;
}
.p-l_course_box__ribbon:after {
  right: -21px;
  border-right-width: 15px;
  border-right-color: transparent;
}
.p-l_course_box__price {
  position: relative;
  z-index: 1;
  display: block;
  padding: 1rem 1.5rem 0.5rem 1.5rem;
  color: #fff;
  background: #d64e4e;
}
.p-l_course_box__price:before, .p-l_course_box__price:after {
  position: absolute;
  bottom: -10px;
  display: block;
  width: 10px;
  height: 10px;
  content: "";
  border-style: solid;
  border-color: #b70505 transparent transparent transparent;
}
.p-l_course_box__price:before {
  left: 0;
  border-width: 10px 0 0 10px;
}
.p-l_course_box__price:after {
  right: 0;
  border-width: 10px 10px 0 0;
}
.p-l_course_box__price em {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 3rem;
  display: inline-block;
  padding: 0 3px 0 0;
}
.p-l_course_box__tax {
  font-size: 1rem;
  line-height: 1rem;
  padding: 2px 0 0 0;
  display: block;
}
@media screen and (min-width: 768px) {
  .p-l_course_box__tax {
    display: inline;
  }
}
.p-l_course_box .login-courses-note {
  font-size: 1.1rem;
  letter-spacing: -0.05rem;
  margin: 0 0 20px 0;
}

.plans {
  width: 92.31%;
  max-width: 500px;
  margin: 0 auto 40px auto;
}

.p-l_box_coupon__title {
  font-weight: bold;
  font-size: 1.8rem;
  color: #dd6c7b;
  margin: 0 0 15px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-l_box_coupon__img {
  width: 10%;
}
.p-l_box_coupon__price {
  font-weight: bold;
  font-size: 2rem;
  white-space: nowrap;
}
.p-l_box_coupon__price_det {
  -webkit-text-stroke: 0.07rem #222222;
  text-stroke: 0.07rem #222222;
  display: inline-block;
}
.p-l_box_coupon__price_digit {
  font-size: 5.4rem;
  font-style: normal;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  color: transparent; /*文字色を透明*/
  background: #ffffff; /*背景色を設定*/
  text-shadow: 0 0 1px rgba(221, 108, 123, 0.1), 1px 2px 0 #dd6c7b; /*テキストの内側にシャドウを付ける*/
  -webkit-background-clip: text; /*背景を前景のテキストの中に表示*/
}
.p-l_box_coupon__price_unit {
  color: #dd6c7b;
  -webkit-text-stroke: 0.02rem #222222;
  text-stroke: 0.02rem #222222;
  font-size: 2rem;
  font-weight: bold;
}
.p-l_box_coupon__desc {
  font-size: 1.2rem;
  line-height: 1.2rem;
  padding: 10px 0 10px 0;
  font-weight: bold;
  white-space: nowrap;
}
.p-l_box_coupon__o-contents {
  background: #f4f4f4;
  border-radius: 0px 0px 20px 20px;
  padding: 20px 3%;
}
.p-l_box_coupon__o-c_title {
  font-weight: bold;
  margin: 0 0 10px 0;
}

.p-l_box_oc_item {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}
.p-l_box_oc_item__item {
  font-size: 1rem;
  line-height: 1rem;
  font-weight: bold;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  text-align: left;
  width: 48%;
}
.p-l_box_oc_item__img {
  width: 15%;
  display: inline-block;
  margin: 0 5px 0 0;
}
.p-l_box_oc_item__title {
  font-weight: bold;
}
.p-l_box_oc_item__main {
  font-size: 1.8rem;
  line-height: 1.8rem;
  padding: 5px 0 0 0;
  width: 79%;
}
.p-l_box_oc_item__main--recipe {
  color: #e8b159;
}
.p-l_box_oc_item__main--uranai {
  color: #b781e5;
}

.p-l_h3 {
  text-align: center;
  font-weight: bold;
  margin: 0 0 30px 0;
  font-size: 2.4rem;
}
.p-l_h3__message {
  font-size: 3.4rem;
  color: #dd6c7b;
  padding: 20px 0 0 0;
  display: inline-block;
}

.p-l_service_def {
  margin: 0 0 30px 0;
}
.p-l_service_def__img {
  margin: 0 0 2rem 0;
}
.p-l_service_def__text {
  margin: 0 auto 3rem auto;
  width: 90%;
}

.p-l_service {
  margin: 0 auto 30px auto;
  width: 86%;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.p-l_service__item {
  text-align: center;
  margin: 0 2%;
}
.p-l_service__img {
  border: solid 1px #444444;
  border-radius: 80px;
  width: 80px;
  height: 80px;
  text-align: center;
  line-height: 80px;
  vertical-align: middle;
  margin: 0 auto 10px auto;
}
.p-l_service__img img {
  height: 36px;
  width: auto;
  vertical-align: middle;
}
.p-l_service__text {
  display: block;
  border-radius: 6px;
  padding: 5px 10px;
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 1.4rem;
  color: #ffffff;
}
.p-l_service__text--recipe {
  background-color: #e8b159;
}
.p-l_service__text--coupon {
  background-color: #dd6c7b;
}
.p-l_service__text--uranai {
  background-color: #b781e5;
}

.p-l_ft-logo {
  text-align: center;
  margin: 0 0 10px 0;
}
.p-l_ft-logo img {
  max-width: 300px;
}

.login-foot {
  text-align: center;
}

.login-security {
  background: #e9f7f4;
  padding: 32px 5%;
  margin-bottom: 40px;
}
.login-security__image {
  margin-bottom: 16px;
}

/* ---- category_common -----------------------*/
.home .section {
  padding: 3rem 0;
  min-height: auto;
}

.home .section .more_btn {
  line-height: 3.2rem;
  border-radius: 3.2rem;
  font-size: 1.4rem;
  font-weight: 600;
  padding: 0.2rem 0;
  background-color: #fff;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.3);
  width: 90%;
  margin: 3rem auto 0 auto;
  text-align: center;
  display: block;
  text-decoration: none;
}

.home .section .more_btn:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f138";
}

.home-info {
  padding: 12px 0;
}

.home-coupon__about {
  width: 90%;
  margin: 20px auto;
}
.home-coupon__expiry {
  color: #ee6479;
}

.home .section.coupon {
  padding: 2rem 0 3rem 0;
}

.home .coupon_comingsoon ul {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  white-space: nowrap;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.home .coupon_comingsoon ul::-webkit-scrollbar {
  display: none;
}

.home .section.coupon .more_btn {
  color: #EE6479;
}

/* ---- warranty ------------------------------*/
.home-warranty__copy-btn {
  -webkit-flex: 0 1 35%;
  flex: 0 1 35%;
}

.home .section.warranty .more_btn {
  color: #7BD1B9;
}

/* ---- recipe ------------------------------*/
.home .section.recipe .more_btn {
  color: #FFCA48;
}

/* ---- augury ------------------------------*/
.augury {
  background-color: #F8F2FA;
}

.home .section.augury {
  padding: 3rem 0 0 0;
}

.home .augury .augury_bg {
  padding: 1rem 1rem 3rem 1rem;
  text-align: center;
  background-image: url(/image/site/a_home_augury_bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom center;
}

.home .augury p {
  font-size: 1rem;
  line-height: 160%;
}

/* ---- popup ------------------------------*/
#dialogContainer_sakura_info_pop {
  background-color: rgba(255, 255, 255, 0.97);
  background-image: url(/image/site/sakura_popup_bg.png);
  background-repeat: no-repeat;
  background-size: contain;
}

#dialogContainer_sakura_info_pop div.dialog-dialog {
  width: 90%;
  max-width: 600px;
  border-radius: 0.5rem;
  box-shadow: none;
  background: none;
  padding: 0px !important;
  top: 7% !important;
  transform: translateY(0%) translateX(-50%) !important;
}

#dialogContainer_sakura_info_pop .txt {
  /* overflow-y:auto; */
}

#dialogContainer_sakura_info_pop .dialog-closeButton {
  width: 100%;
  background: none;
  color: #fff;
  text-align: center;
  cursor: default;
  position: relative;
}

#dialogContainer_sakura_info_pop .dialog-closeButton:after {
  background-color: #4BD1B9;
  content: "とじる";
  border-radius: 3px;
  padding: 0.8rem 4rem;
  font-size: 1.3rem;
  line-height: 100%;
  letter-spacing: 2px;
  position: absolute;
  top: 0;
  right: auto;
  left: 50%;
  -webkit-transform: translate(-50%, 0%) rotate(0deg);
  -moz-transform: translate(-50%, 0%) rotate(0deg);
  -ms-transform: translate(-50%, 0%) rotate(0deg);
  -o-transform: translate(-50%, 0%) rotate(0deg);
  transform: translate(-50%, 0%) rotate(0deg);
  cursor: pointer;
  width: auto;
  height: auto;
  display: inline-block;
}

#dialogContainer_sakura_info_pop .dialog-closeButton:before {
  display: none;
}

#dialogContainer_sakura_info_pop h3 {
  color: #EE6479 !important;
  font-weight: 600 !important;
  text-shadow: 2px 2px 0 #FFF, -2px -2px 0 #FFF, -2px 2px 0 #FFF, 2px -2px 0 #FFF, 0px 2px 0 #FFF, 0 -2px 0 #FFF, -2px 0 0 #FFF, 2px 0 0 #FFF;
}

#dialogContainer_sakura_info_pop h4 {
  color: #4BD1B9 !important;
  font-weight: 600 !important;
  margin: 0;
  text-shadow: 2px 2px 0 #FFF, -2px -2px 0 #FFF, -2px 2px 0 #FFF, 2px -2px 0 #FFF, 0px 2px 0 #FFF, 0 -2px 0 #FFF, -2px 0 0 #FFF, 2px 0 0 #FFF;
}

#dialogContainer_sakura_info_pop .attn {
  text-align: center;
  font-size: 1rem;
  margin-bottom: 1rem;
  line-height: 150%;
}

#dialogContainer_sakura_info_pop .attn .br {
  display: none;
}

#dialogContainer_sakura_info_pop .warranty_detail {
  background-color: #f2f2f2;
}

#dialogContainer_sakura_info_pop .warranty_detail .warranty_id {
  color: #EE6479 !important;
  font-size: 1.5rem !important;
  margin-bottom: 0.5rem !important;
  font-weight: 600 !important;
  text-align: left !important;
}

#dialogContainer_sakura_info_pop .warranty_detail .warranty_date {
  font-size: 1.2rem !important;
  text-align: left !important;
}

#dialogContainer_sakura_info_pop .warranty_detail .warranty_attn {
  font-size: 0.8rem !important;
  letter-spacing: 1px !important;
  text-align: left !important;
}

@media screen and (max-width: 320px) {
  #dialogContainer_sakura_info_pop h3 {
    font-size: 1.4rem !important;
  }
  #dialogContainer_sakura_info_pop h4 {
    font-size: 1.3rem !important;
  }
  #dialogContainer_sakura_info_pop .attn .br {
    display: block;
  }
}
/* ----------------------------------*/
#sakura_info_pop .warranty_personal {
  border: solid 1px #dddddd;
  box-sizing: border-box;
  letter-spacing: normal;
}

#sakura_info_pop .warranty_personal dd {
  width: 90%;
  font-size: 1.2rem;
  line-height: 1.4rem;
  margin: 0 auto 10px auto;
  letter-spacing: normal;
}
#sakura_info_pop .warranty_personal dd.c-sum {
  margin: 0 auto;
}

#sakura_info_pop .amount_wrap {
  text-align: center;
  margin: 0 0 10px 0;
}

div#sakura_info_pop p.warrantly_amount_max {
  color: #8fceba;
  font-weight: bold;
  background: linear-gradient(transparent 70%, #fff686 60%);
  display: inline-block;
  padding: 0 5px !important;
}

#sakura_info_pop .warrantly_amount_max span {
  font-size: 3rem;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
}

#sakura_info_pop .warrantly_amount_max2 {
  text-align: center;
  font-size: 1.4rem;
  line-height: 1.4rem;
  font-weight: bold;
  letter-spacing: normal;
}

#sakura_info_pop .warrantly_amount_max2 span {
  color: #8fceba;
  font-weight: bold;
}

.customer-info__key {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.customer-info__keycode {
  padding-right: 12px;
}

.present-coupon-card {
  cursor: pointer;
}
.present-coupon-card:hover {
  opacity: 0.8;
  transition: 0.3s;
}

#contents div.dialog-container {
  background-color: rgba(255, 255, 255, 0.9);
}

.dialog-container .present-coupon-pop {
  width: 90% !important;
  padding: 20px !important;
  box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.3);
  height: auto;
  max-height: 85%;
  overflow-y: auto;
}
.dialog-container .present-coupon-pop__img {
  margin-bottom: 12px;
}
.dialog-container .present-coupon-pop__name {
  font-weight: bold;
  font-size: 1.4rem;
  color: #444444;
  line-height: 130%;
  margin-bottom: 12px;
}
.dialog-container .present-coupon-pop__choice-btn, .dialog-container .present-coupon-pop__close-btn {
  margin: 0 auto 12px auto;
  width: 85%;
  display: block;
}
.dialog-container .present-coupon-pop__info {
  white-space: pre-wrap;
  max-width: 100%;
  overflow-wrap: break-word;
  color: #444444;
}
.dialog-container .present-coupon-pop__info span {
  white-space: pre-wrap;
  max-width: 100%;
  display: block;
}

div.dialog-closeButton {
  display: none;
}

.login_panel div.dialog-closeButton {
  display: block;
}

/* ---- mypage ------------------------------------*/
/* ---- common ------------------------------------*/
a.btn.mypage {
  width: 96%;
  margin: 10px auto;
  font-size: 1.4rem;
}

.contents {
  width: 98%;
  margin: 0 auto;
}

h2 {
  font-size: 1.3rem;
  padding: 6px 15px;
  color: #fff;
  font-weight: normal;
}

/* ---- 絞り込み項目表 order_type ------------------------------------*/
.order_type_ul {
  color: white;
  width: 100%;
  margin: 0px auto;
  text-align: center;
  list-style-type: none;
  border-bottom: 1px solid white;
  border-top: 1px solid white;
}

.order_type {
  float: left;
  background-color: black;
  padding: 10px 0;
  width: 25%;
  text-align: center;
  color: #ffffff;
  border-left: 1px solid white;
  margin: 0;
  font-size: 1.7em;
  font-family: "Sawarabi Mincho", "Georgia", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.order_type:first-child {
  border-left: 0px solid white;
}

@media screen and (min-width: 768px) {
  .order_type {
    font-size: 2.3em;
    padding: 20px 0;
  }
  h2 {
    font-size: 1.6rem;
    padding: 10px 20px;
  }
}
.section {
  padding: 2rem 0 0 0;
}

.section_box {
  margin: 2.3rem auto;
}

.section_box.align {
  margin: 0 auto 2.3rem auto;
}

.warranty .margin {
  margin: 2rem auto;
}

.warranty .warranty_detail {
  border: 1px solid #7BD1B9;
  margin: 2rem auto;
}

.warranty .section_box p {
  text-align: left !important;
  font-size: 1.15rem;
}

.warranty .section_box img {
  margin: 1.5rem auto;
}

.warranty .section_box h4 {
  font-weight: bold;
  border-bottom: solid 3px #6cdeba;
  position: relative;
  margin: 0 0 20px 0;
}

.warranty .section_box h4:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #33b189;
  bottom: -3px;
  width: 20%;
}

@media screen and (max-width: 350px) {
  .warranty .section_box h4 {
    font-size: 1.15rem;
    letter-spacing: 1px;
  }
}
@media screen and (max-width: 300px) {
  .warranty .section_box h4 {
    text-align: left;
  }
}
.warranty .detail_btn {
  line-height: 3.2rem;
  border-radius: 5px;
  font-size: 1.4rem;
  font-weight: 600;
  padding: 0.2rem 0;
  border: 1px solid #7BD1B9;
  width: 100%;
  margin: 1.5rem auto 0 auto;
  text-align: center;
  display: block;
  text-decoration: none;
  color: #7BD1B9;
}

.warranty .detail_btn:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f138";
  margin-left: 5px;
}

.warranty .btn {
  width: 100%;
}

.warranty .btn a {
  width: 47%;
  float: left;
}

.warranty .btn a:first-of-type {
  margin-right: 6%;
}

.warranty .warranty_list li {
  padding-left: 1.5rem;
  position: relative;
  font-size: 1.15rem;
}

.warranty .warranty_list li:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f111";
  color: #7BD1B9;
  font-weight: bold;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 0.5rem;
}

.warranty .warranty_step h5 {
  font-weight: bold;
  font-size: 2.2rem;
  margin: 2.3rem auto 1rem auto;
  letter-spacing: 0.4rem;
}

.warranty .warranty_step h5.step1 {
  color: #95dac4;
}

.warranty .warranty_step h5.step2 {
  color: #69d7c4;
}

.warranty .warranty_step h5.step3 {
  color: #39c5b2;
}

.warranty .warranty_step i {
  margin-right: 0.5rem;
  color: #7BD1B9;
}

.warranty .warranty_step h6 {
  font-size: 1.7rem;
  font-weight: bold;
  color: #4d4d4d;
  margin-bottom: 2rem;
}

.warranty .warranty_step .warranty_detail {
  width: 100%;
  border: none;
  background-color: rgba(123, 209, 185, 0.1);
  padding: 1rem 2rem;
  margin: 1rem auto 4rem auto;
}

.warranty .warranty_step .warranty_detail .warranty_id {
  margin-bottom: 0;
}

.warranty .top_menu li a {
  background-color: #fff;
}

.highlight_title {
  background-color: #5d91f6;
  background: -webkit-linear-gradient(left, rgba(93, 145, 246, 0.8) 10%, rgba(113, 174, 133, 0.8));
  background: -moz-linear-gradient(left, rgba(93, 145, 246, 0.8) 10%, rgba(113, 174, 133, 0.8));
  background: linear-gradient(to right, rgba(93, 145, 246, 0.8) 10%, rgba(113, 174, 133, 0.8));
  color: #fff;
  font-size: 1.35rem;
  text-align: center;
  margin: 1rem auto;
  font-weight: 500;
}

.amount_def dt {
  font-weight: bold;
  color: #8fceba;
  letter-spacing: normal;
  background: linear-gradient(transparent 60%, #ff6 60%);
  display: inline-block;
  margin: 0 0 10px 0;
  white-space: nowrap;
}

.amount_def dt span {
  font-size: 2.6rem;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  letter-spacing: -1px;
}

.amount_def dd {
  font-weight: bold;
  letter-spacing: -0.03rem;
  font-size: 1.1rem;
  line-height: 1.4rem;
  white-space: nowrap;
}

.amount_def dd span {
  color: #8fceba;
  letter-spacing: -1px;
}

.insurance_note_list {
  margin: 0 0 20px 0;
}

.insurance_note_list li {
  list-style: square inside;
  font-size: 1.1rem;
  line-height: 1.6rem;
  padding-left: 1rem;
  text-indent: -1rem;
  margin: 0 0 5px 0;
}

.insurance_btn {
  margin: 0 auto 30px auto;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}

.insurance_btn li {
  width: 48%;
}

.insurance_btn li:first-child {
  margin: 0 2% 0 0;
}

.insurance_btn a {
  display: block;
  color: #ffffff;
  text-decoration: none;
  font-weight: bold;
  font-size: 16px;
  height: 55px;
  line-height: 55px;
  vertical-align: middle;
  text-align: center;
  padding: 0 15px;
  border-radius: 6px;
  letter-spacing: normal;
}

.insurance_btn li a:before {
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  padding: 0 5px 0 0;
  font-size: 1.4rem;
}

.insurance_btn li:nth-child(1) a:before {
  content: "\f1c1";
}

.insurance_btn li:nth-child(2) a:before {
  content: "\f138";
}

.insurance_btn li:nth-child(1) a {
  background: #63a5e5;
}

.insurance_btn li:nth-child(2) a {
  background: #65cfa7;
}

.download_txt {
  margin: 0 0 20px 0;
}

/* Android 7未満の標準ブラウザ */
.browserLess7 .amount_def dt span {
  font-size: 2.6rem;
}

div.info_box__contents h2 {
  color: #666666;
}
div.info_box__contents h2 span {
  border-bottom: 2px solid #ee6479;
}

.two-fact label {
  font-weight: normal;
}
.two-fact input {
  text-align: left;
}
.two-fact__skip-check input {
  display: inline;
  text-align: left;
}

.p-page-content {
  width: 90%;
  margin: 0 auto;
}

.p-search .p-page-title {
  font-weight: bold;
  font-size: 1.75rem;
  text-align: center;
  color: #ffffff;
  margin-bottom: 1rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  background: -moz-linear-gradient(left, #90B4FF, #D29EDF);
  background: -webkit-linear-gradient(left, #90B4FF, #D29EDF);
  background: linear-gradient(to right, #90B4FF, #D29EDF);
}
.p-search--lesson__fv {
  position: relative;
  margin-top: 5%;
}
.p-search--lesson .p-page-title {
  color: #222222;
  position: absolute;
  bottom: 0.5rem;
  left: 1.5rem;
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 1.2;
  padding-bottom: 0;
  background: none;
}
.p-search--lesson .p-page-title__lesson {
  position: absolute;
  bottom: 2.5rem;
  left: 0.5rem;
  z-index: 2;
}
.p-search--lesson .p-page-title__name {
  display: block;
  font-size: 1.8rem;
  margin: -0.5rem 0 0 -0.5rem;
  padding: 0.5rem 1rem;
  background: #E1FF00;
  opacity: 0.9;
}
.p-search--program {
  margin-bottom: 5%;
}
.p-search--instructor {
  margin-bottom: 5%;
}
.p-search--instructor__fv {
  position: relative;
}
.p-search--instructor .p-page-title {
  color: #222222;
  position: absolute;
  bottom: 0.5rem;
  left: 1rem;
  font-weight: bold;
  font-size: 2rem;
  line-height: 1.2;
  text-align: left;
  padding: 0;
  background: none;
}
.p-search--instructor .p-page-title span {
  display: block;
  font-size: 1.2rem;
  padding: 0.5rem 1rem;
  background: #E1FF00;
  opacity: 0.9;
}
.p-search .p-lesson,
.p-search .p-program,
.p-search .p-instructor {
  padding: 0;
  background: none;
}
.p-search .p-lesson__title {
  position: relative;
  width: 100%;
}
.p-search .p-lesson__title span {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 5%;
  width: 90%;
  font-size: 1.8rem;
}
.p-search .p-lesson__category {
  width: 100%;
  margin-bottom: 10%;
}
.p-search .p-program {
  width: 100%;
}
.p-search .p-program__category {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-top: 5% !important;
}
.p-search .p-program__category li {
  width: 48%;
  margin-bottom: 4%;
}
.p-search .p-instructor {
  margin: 0 auto;
}
.p-search .p-instructor .p-sub-instructor {
  width: 100%;
  margin: 0 auto;
}
.p-search .p-hashtag {
  width: 100%;
}
.p-search .p-hashtag__tagname {
  float: left;
  text-align: center;
  line-height: 1.2;
  font-size: 1.2rem;
  color: #fff;
  margin: 0 2% 2% 0;
  padding: 0.5rem;
  border-radius: 5px;
  background: #90B4FF;
}
.p-search .p-hashtag__tagname a {
  display: block;
  color: #fff;
}

.p-search-tabcontainer {
  overflow-x: auto;
  margin-bottom: 1rem;
}
.p-search-tabcontainer::-webkit-scrollbar {
  height: 5px;
}
.p-search-tabcontainer::-webkit-scrollbar-track {
  background: #222;
}
.p-search-tabcontainer::-webkit-scrollbar-thumb {
  background: #222;
}
.p-search-tabcontainer .p-search-tab {
  display: flex;
  justify-content: space-between;
}
.p-search-tabcontainer .p-search-tab__button {
  display: table-cell;
  min-width: 25%;
  color: #222;
  text-align: center;
  vertical-align: middle;
  background: #F7F5F2;
  border-bottom: 4px solid #E1FF00;
}
.p-search-tabcontainer .p-search-tab__button a {
  padding: 0.5rem;
  color: #222;
  display: block;
  text-decoration: none;
  font-size: 1.2rem;
}
.p-search-tabcontainer .p-search-tab__button.active {
  background: #E1FF00;
}

.login_info_panel {
  padding: 0;
}

.login_info_panel i {
  margin-right: 10px;
}

.login_info_panel a {
  font-size: 1.4rem !important;
  padding: 8px !important;
  margin: 10px auto;
  border: 1px solid #EE6479;
}

.login_info_panel p {
  font-size: 1.4rem !important;
}

.login_info_panel p.login_id {
  padding-top: 0px !important;
}

.login_info_panel input.editbtn {
  font-size: 1.4rem !important;
  padding: 8px !important;
  margin: 10px auto;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.7);
  text-shadow: 0 0 4px #fff;
  border: 1px solid #EE6479;
  color: #EE6479 !important;
  border-radius: 5px;
  text-align: center;
  text-decoration: none;
  font-weight: 400;
  line-height: 1.42857143;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-appearance: none;
}

#contents_sub p.mail_panel_p {
  color: #EE6479 !important;
  font-weight: bold;
  padding: 10px 0 !important;
}

#contents_sub p#account-edit_mail_error {
  font-size: 1.2rem !important;
  line-height: 150% !important;
  color: #B82629 !important;
  padding: 0px !important;
}

#contents_sub h3 {
  margin-bottom: 10px !important;
  padding: 8px 5% !important;
}

#contents_sub p {
  padding: 5px 5% !important;
}

a.btn {
  font-size: 1.4rem !important;
  border: 1px solid #EE6479;
  color: #EE6479 !important;
  background-color: rgba(255, 255, 255, 0.7);
  text-shadow: 0 0 4px #fff !important;
}

.ok_close {
  display: inline-block;
  background-color: rgb(238, 100, 122);
  border-bottom: solid 4px rgb(238, 100, 121);
  border-radius: 6px;
  padding: 8px 20px;
  color: #fff !important;
  margin: 20px auto;
  cursor: pointer;
  font-size: 1.4rem;
  text-decoration: none;
  font-weight: normal;
}

.div_header {
  z-index: 4 !important;
}

.navbar-offcanvas.offcanvas-transform.js-offcanvas-done.in {
  z-index: 3;
}

.mail_panel_p {
  color: #EE6479 !important;
  font-weight: bold;
}

#account-edit_mail_error {
  font-size: 1.2rem !important;
  line-height: 150% !important;
  color: #EE6479 !important;
  padding: 0px !important;
}

@media screen and (min-width: 768px) {
  #account-edit_mail_panel {
    width: 45% !important;
    max-width: 550px;
  }
}
@media screen and (min-width: 640px) {
  #account-edit_mail_panel {
    width: 55% !important;
  }
}
.lp-course-other-content {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  margin: 0 0 24px 0;
}
.lp-course-other-content__img {
  width: 28px;
  height: auto;
  margin: 0 4px 0 0;
}
.lp-course-other-content__recipe {
  font-weight: bold;
  letter-spacing: -1px;
  font-size: 1.4rem;
  color: #ffbe41;
  margin: 0 20px 0 0;
  line-height: 28px;
  vertical-align: middle;
}
.lp-course-other-content__uranai {
  font-weight: bold;
  letter-spacing: -1px;
  font-size: 1.4rem;
  color: #c87ae3;
  margin: 0 20px 0 0;
  line-height: 28px;
  vertical-align: middle;
}

.lp-course-footer {
  background: #e9f7f4;
  padding: 20px 12px;
  border-radius: 0px 0px 6px 6px;
}
.lp-course-footer__note {
  font-size: 1rem;
  line-height: 130%;
  margin-bottom: 20px;
}
.lp-course-footer__btn {
  text-align: center;
}
.lp-course-footer__btn-link {
  display: inline-block;
  padding: 20px 40px;
  border-radius: 30px;
  color: #ffffff;
  letter-spacing: -1px;
  line-height: 1.6rem;
  font-size: 1.6rem;
  text-decoration: none;
  background: #ee6479;
}
.lp-course-footer__btn-link--lawyer-500 {
  background: #ffbd15;
}
.lp-course-footer__btn-link--lawyer-900 {
  background: #46d6a8;
}
.lp-course-footer__btn-link--security {
  background: #22b097;
}
.lp-course-footer__btn-icn {
  line-height: 1.6rem;
  font-size: 1.6rem;
  vertical-align: top;
  display: inline-block;
  margin: 0 0 0 8px;
}

.h2-txt {
  text-align: center;
  font-family: "M PLUS 1", sans-serif;
  font-weight: 800;
  font-size: 2rem;
  line-height: 2.6rem;
  margin: 0 auto 32px auto;
  padding: 0;
  width: 92.31%;
  color: #222222;
}

.common-desc {
  margin: 0 auto 32px auto;
  width: 82.31%;
  font-size: 1.6rem;
  line-height: 2.6rem;
}

.lp-notes {
  margin-bottom: 60px;
}
.lp-notes__list {
  width: 90%;
  margin: 0 auto;
  font-size: 1.2rem;
  line-height: 130%;
}
.lp-notes__item {
  list-style: decimal inside;
  text-indent: -1rem;
  padding-left: 1rem;
}
.lp-notes__inner-list {
  margin-top: 12px;
}
.lp-notes__inner-list:nth-child(n+2) {
  margin-top: 8px;
}
.lp-notes__inner-list li {
  list-style: decimal inside;
  text-indent: -1rem;
  padding-left: 1rem;
}
.lp-notes__inner-list li:nth-child(n+2) {
  margin-top: 8px;
}

.other-section {
  margin-bottom: 60px;
}

.lp-fixed-footer-btn {
  position: fixed;
  bottom: 0;
  text-align: center;
  z-index: 10;
  width: 100%;
  max-width: 768px;
}
.lp-fixed-footer-btn__link {
  display: block;
  width: 100%;
  background: #ee6479;
  color: #ffffff;
  text-decoration: none;
  font-weight: bold;
  text-align: center;
  padding: 16px 40px;
  font-size: 1.8rem;
  line-height: 1.8rem;
  letter-spacing: -1px;
  box-shadow: 4px 4px 5px 0px rgba(0, 0, 0, 0.1);
}
.lp-fixed-footer-btn__link:after {
  display: inline-block;
  font-family: "Material Icons";
  content: "\e5df";
  margin: 0 0 0 8px;
  line-height: 1.8rem;
  vertical-align: top;
}
.lp-fixed-footer-btn--security a {
  background: #fff500;
  color: #22b097;
}

.other-section .recipe-cont {
  margin: 0 0 40px 0;
}
.other-section .recipe-cont .h2-txt__highlight {
  color: #fdca47;
}
.other-section .recipe-cont .recipe-cont__photo {
  position: relative;
  text-align: center;
  margin: 0 0 20px 0;
}
.other-section .recipe-cont .recipe-cont__photo::after {
  background-size: auto auto;
  background-color: rgb(255, 190, 65);
  background-image: repeating-linear-gradient(-45deg, transparent, transparent 5px, rgb(255, 223, 160) 5px, rgb(255, 223, 160) 6px);
  padding: 20px;
  position: absolute;
  z-index: 1;
  width: 76.92%;
  height: 90%;
  display: block;
  content: "";
  top: 0;
  right: 0;
}
.other-section .recipe-cont .recipe-cont__photo--img {
  position: relative;
  z-index: 2;
  margin: 10% auto 0 auto;
  width: 76.92%;
}
.other-section .recipe-cont .p-item_recipe__item-cat {
  background: #fdca47;
  font-weight: bold;
  font-size: 1.2rem;
  line-height: 1.2rem;
  letter-spacing: -1px;
  padding: 4px 8px;
  border-radius: 4px;
  display: inline-block;
}
.other-section .h2-txt .other-content__img {
  display: block;
  width: 40px;
  height: auto;
  margin: 0 auto 8px auto;
}
.other-section .uranai-cont .h2-txt__highlight {
  color: #c87ae3;
}
.other-section .uranai-cont .uranai-cont__photo {
  position: relative;
  text-align: center;
  margin: 0 0 20px 0;
}
.other-section .uranai-cont .uranai-cont__photo::after {
  background-size: auto auto;
  background-color: rgb(200, 122, 227);
  background-image: repeating-linear-gradient(-45deg, transparent, transparent 5px, rgb(241, 221, 248) 5px, rgb(241, 221, 248) 6px);
  padding: 20px;
  position: absolute;
  z-index: 1;
  width: 76.92%;
  height: 90%;
  display: block;
  content: "";
  top: 0;
  right: 0;
}
.other-section .uranai-cont .uranai-cont__photo--img {
  position: relative;
  z-index: 2;
  margin: 10% auto 0 auto;
  width: 76.92%;
}
.other-section .uranai-cont .p-item_recipe__item-cat {
  background: #fdca47;
  font-weight: bold;
  font-size: 1.2rem;
  line-height: 1.2rem;
  letter-spacing: -1px;
  padding: 4px 8px;
  border-radius: 4px;
  display: inline-block;
}
.other-section .h2-txt .other-content__img {
  display: block;
  width: 40px;
  height: auto;
  margin: 0 auto 8px auto;
}

.p-course__h2 {
  color: #dd6c7b;
}

html {
  scroll-padding-top: 70px;
}

.p-nlp_space {
  padding-bottom: 4rem;
}

.p-nlp_fv {
  background-image: url(../image/lp/fv.png);
  background-size: 100%;
  background-repeat: no-repeat;
}
.p-nlp_fv__wrapper {
  padding-top: 5rem;
  padding-bottom: 2rem;
  padding-left: 3%;
}
.p-nlp_fv__catch {
  width: 50%;
}
.p-nlp_fv__tagline {
  width: 55%;
}
.p-nlp_fv__body {
  padding: 1rem 2rem;
  margin: 2rem auto;
  border-radius: 1rem;
  font-size: 1.2rem;
  background-color: rgba(255, 255, 255, 0.9);
  width: 82%;
  border: 3px solid #DD6C7B;
  font-size: 1.4rem;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .p-nlp_fv__body {
    font-size: 1.6rem;
  }
}
.p-nlp_fv__course--type {
  width: 47%;
}

.p-sec1 {
  background-image: url(../image/lp/section1_bg.png);
  background-size: contain;
  background-position: 0 center;
  background-repeat: no-repeat;
}
.p-sec1__h2 {
  margin-bottom: 2rem;
}
.p-sec1__copy {
  font-size: 1.4rem;
  padding: 1rem 2rem;
}
@media screen and (min-width: 768px) {
  .p-sec1__copy {
    font-size: 1.8rem;
  }
}

.p-what {
  margin-bottom: 3rem;
}

.p-fv_btn {
  width: 100%;
  margin-bottom: 4rem;
}

.p-coupon__text {
  width: 85%;
  margin: 2rem auto;
  font-size: 1.4rem;
}

.p-coupons {
  width: 95%;
  margin: 2rem auto;
  display: flex;
  flex-wrap: wrap;
}
.p-coupons__item {
  width: 20%;
  margin: 0rem 2.5%;
}
.p-coupons__item:nth-child(even) {
  padding-top: 1.5rem;
}

.p-repair {
  background-image: url(../image/lp/repair_bg.png);
  background-size: 100%;
  background-position: 0 0;
  background-repeat: no-repeat;
}
.p-repair__img {
  padding: 2rem 0;
}
@media screen and (min-width: 768px) {
  .p-repair__img {
    padding: 6rem 0;
  }
}

.p-repair-tbl {
  width: 100%;
  font-size: 1.2rem;
}
@media screen and (min-width: 768px) {
  .p-repair-tbl {
    font-size: 1.6rem;
  }
}
.p-repair-tbl tbody {
  display: block;
  width: 100%;
}
.p-repair-tbl__tr {
  display: flex;
  justify-content: space-around;
  margin-bottom: 0.5rem;
}
.p-repair-tbl__title {
  background-color: #193773;
  color: #ffffff;
  text-align: center;
  width: 32%;
  display: block;
  font-weight: bold;
  font-size: 1.2rem;
}
@media screen and (min-width: 768px) {
  .p-repair-tbl__title {
    font-size: 1.6rem;
    padding: 0.5rem 0;
  }
}
.p-repair-tbl__td {
  text-align: center;
  width: 32%;
  display: block;
  font-weight: bold;
  letter-spacing: -0.8px;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .p-repair-tbl__td {
    font-size: 1.4rem;
    padding: 0.5rem 0;
  }
}
.p-repair-tbl__td--title {
  background-color: #F2F2F2;
}
.p-repair-tbl__price {
  color: #C30D23;
  font-size: 1.2rem;
}
@media screen and (min-width: 768px) {
  .p-repair-tbl__price {
    font-size: 1.6rem;
  }
}

.p-course {
  background-image: url(../image/lp/course_bg.jpg);
  background-size: contain;
  background-color: #fff;
  background-position: 0 0;
  background-repeat: no-repeat;
  margin-bottom: 0rem;
  padding-bottom: 5rem;
}
.p-course__item {
  display: block;
  width: 95%;
  margin: 0 auto 3rem auto;
  background-color: #fff;
  border: 1px solid #8B8D8D;
  border-radius: 5px;
  padding: 2rem 1rem;
  text-align: center;
}
.p-course__h2 {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 2rem;
  color: #444;
  padding: 0 !important;
}
.p-course__price {
  font-weight: bold;
  font-size: 2rem;
  margin-right: 0.5rem;
}
.p-course__price--c800, .p-course__price--base {
  color: #DD6C7B;
}
.p-course__price--c600 {
  color: #FFBE41;
}
.p-course__price--c1000 {
  color: #46D6A8;
}
.p-course__tax {
  font-weight: bold;
  font-size: 1.4rem;
}
.p-course__cat {
  margin-bottom: 2rem;
}
.p-course__cat-title {
  margin-bottom: 1rem;
}
.p-course__cat-det {
  font-weight: bold;
}
.p-course__cat-point {
  font-weight: bold;
  font-size: 3rem;
  color: #dd6c7b;
}
.p-course__cat-point--c800, .p-course__cat-point--base {
  color: #DD6C7B;
}
.p-course__cat-point--c600 {
  color: #FFBE41;
}
.p-course__cat-point--c1000 {
  color: #46D6A8;
}
.p-course__content {
  display: flex;
  justify-content: space-around;
  width: 90%;
  margin: 0 auto;
  font-weight: bold;
}
.p-course__c-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 3rem;
}
.p-course__c-item-img {
  width: 20%;
  margin-right: 0.5rem;
}
.p-course__c-item-text {
  width: 60%;
  display: block;
  font-size: 1.3rem;
  text-align: left;
  margin-right: 0.5rem;
}

.p-couse_box {
  margin-top: -6rem;
  margin-bottom: 5rem;
}

.p-lp_btn {
  color: #fff;
  text-decoration: none !important;
  text-align: center;
  width: 80%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  border-radius: 10rem;
  padding: 2rem 2rem;
  background: #dd6c7b;
}
@media screen and (min-width: 768px) {
  .p-lp_btn {
    font-size: 1.8rem;
  }
}
.p-lp_btn__img {
  width: 3%;
  max-width: 7px;
  vertical-align: middle;
  display: inline-block;
  margin-left: 0.5rem;
}
.p-lp_btn__img img {
  vertical-align: middle;
}
.p-lp_btn--c800 {
  background-color: #DD6C7B;
}
.p-lp_btn--base {
  background-color: #DD6C7B;
}
.p-lp_btn--c600 {
  background-color: #FFBE41;
}
.p-lp_btn--c1000 {
  background-color: #46D6A8;
}

.p-device {
  margin-bottom: 5rem;
}
.p-device__img {
  margin-bottom: 2rem;
}
.p-device__title {
  text-align: center;
}
.p-device__title p {
  display: inline-block;
  background-color: #193773;
  color: #fff;
  font-weight: bold;
  padding: 0.5rem 1rem;
}
.p-device__items {
  width: 95%;
  margin: 1rem auto;
  font-weight: bold;
}

.p-caption_text {
  width: 95%;
  margin: 1rem auto;
  font-size: 1.2rem;
}

.p-device_point__item {
  display: flex;
  align-items: flex-start;
  width: 95%;
  margin: 1rem auto 2rem auto;
}
.p-device_point__img {
  width: 15%;
  margin-right: 1rem;
}
.p-device_point__title {
  font-weight: bold;
  font-size: 1.8rem;
  margin-bottom: 0.5rem;
}
.p-device_point__text {
  width: 80%;
  font-size: 1.4rem;
}

.p-device_link {
  text-align: center;
  margin-bottom: 3rem;
}
.p-device_link__item {
  display: inline-block;
  align-items: center;
  background-color: #46D6A8;
  padding: 0.5rem 1rem;
  color: #fff;
  text-decoration: none;
}
.p-device_link__img {
  display: inline-block;
  width: 5%;
}
.p-device_link__img img {
  vertical-align: middle;
}

.p-faq {
  width: 95%;
  margin: 0 auto 5rem auto;
}
.p-faq__item {
  border: 1px solid #E8E8E8;
  border-radius: 1rem;
  box-shadow: 0px 4px 4px rgba(160, 160, 160, 0.25);
  margin-bottom: 2rem;
}
.p-faq__qes {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.p-faq__qes .p-faq__arrow {
  background-image: url(../image/lp/faq_icon_off.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.p-faq__qes.isOpen .p-faq__arrow {
  background-image: url(../image/lp/faq_icon_on.png);
}
.p-faq__q-img {
  width: 10%;
  max-width: 40px;
  border-right: 1px solid #E8E8E8;
  padding: 1rem;
  text-align: center;
}
.p-faq__q-text {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 1rem;
  width: 90%;
  font-size: 1.4rem;
}
@media screen and (min-width: 768px) {
  .p-faq__q-text {
    width: 100%;
  }
}
.p-faq__arrow {
  width: 8%;
}
.p-faq__q-det {
  width: 90%;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .p-faq__q-det {
    font-size: 1.6rem;
  }
}
.p-faq__ans {
  display: none;
  padding: 1rem;
  background-color: #F0F8F5;
  border-radius: 1rem;
}
.p-faq__ans-det {
  display: flex;
  justify-content: space-around;
}
.p-faq__ans-icon {
  width: 20%;
}
@media screen and (min-width: 768px) {
  .p-faq__ans-icon {
    width: 10%;
  }
}
.p-faq__ans-text {
  width: 78%;
  font-size: 1.2rem;
}
@media screen and (min-width: 768px) {
  .p-faq__ans-text {
    font-size: 1.6rem;
    line-height: 2;
  }
}

.p-voice {
  margin-bottom: 5rem;
}
.p-voice__h2 {
  color: #46D6A8;
  font-weight: bold;
  font-size: 3.2rem;
  text-align: center;
}
.p-voice__item {
  display: flex;
  width: 95%;
  margin: 2rem auto;
}
.p-voice__item:nth-child(odd) {
  flex-direction: row-reverse;
}
.p-voice__img {
  width: 20%;
}
@media screen and (min-width: 768px) {
  .p-voice__img {
    width: 15%;
  }
}
.p-voice__text {
  width: 78%;
  position: relative;
  display: inline-block;
  padding: 7px 10px;
  max-width: 100%;
  background: #F8F8F8;
  border: solid 1px #E8E8E8;
  box-sizing: border-box;
  border-radius: 1rem;
  margin: 0 1.5rem;
  font-size: 1.2rem;
}
@media screen and (min-width: 768px) {
  .p-voice__text {
    font-size: 1.6rem;
    line-height: 2;
  }
}
.p-voice__text::before {
  content: "";
  position: absolute;
  top: 10%;
  margin-top: -5px;
  border: 5px solid transparent;
  z-index: 2;
}
.p-voice__text::after {
  content: "";
  position: absolute;
  top: 10%;
  margin-top: -6px;
  border: 6px solid transparent;
  z-index: 1;
}
.p-voice__text--right:before {
  right: -10px;
  border-left: 5px solid #F8F8F8;
}
.p-voice__text--right::after {
  right: -12px;
  border-left: 6px solid #E8E8E8;
}
.p-voice__text--left:before {
  left: -10px;
  border-right: 5px solid #F8F8F8;
}
.p-voice__text--left::after {
  left: -12px;
  border-right: 6px solid #E8E8E8;
}

.p-cou_text {
  margin: 0 auto;
  width: 95%;
  font-size: 1.2rem;
}

.p-item_coupons {
  background-image: url(../image/lp/contents_item02.png??20230427);
  background-repeat: no-repeat;
  background-size: 100%;
  margin-bottom: 3rem;
}

.p-cou_img {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  width: 95%;
  margin: 0 auto;
}
.p-cou_img__item {
  width: 22%;
  margin-bottom: 1rem;
}

.p-item_recipe {
  margin-bottom: 3rem;
}
.p-item_recipe__text {
  width: 95%;
  margin: 2rem auto;
  font-size: 1.4rem;
}
.p-item_recipe__img {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.p-item_recipe__item {
  width: 27%;
  text-align: center;
  font-size: 1.4rem;
  margin-bottom: 1rem;
}
.p-item_recipe__item-img {
  margin-bottom: 0.5rem;
}

.p-recipe-img {
  display: flex;
}

.p-fot_contents {
  background-image: url(../image/lp/footer_img.png);
  background-repeat: no-repeat;
  background-size: 100%;
  margin-bottom: 3rem;
  padding: 5rem 0;
}
.p-fot_contents__text {
  margin-bottom: 3rem;
}

.lp-security {
  font-family: "Noto Sans JP", system-ui;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
.lp-security-txt span {
  color: #22b097;
}
.lp-security-img {
  width: 60%;
  margin: 0 auto 20px auto;
}
.lp-security-primary-heading {
  font-size: 2.8rem;
  font-weight: 900;
  line-height: 130%;
  text-align: center;
  letter-spacing: -0.2rem;
  padding: 40px 16px;
  position: relative;
  z-index: 1;
  color: #444444;
}
.lp-security-primary-heading:after {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background: rgb(216, 249, 243);
  background: linear-gradient(145deg, rgb(216, 249, 243) 0%, rgb(216, 249, 243) 25%, rgb(185, 243, 233) 25%, rgb(255, 255, 255) 40%);
}
.lp-security-primary-heading__highlight {
  color: #22b097;
}
.lp-security-primary-heading__eng {
  font-size: 1.4rem;
  line-height: 100%;
  font-family: "Avenir Next";
  letter-spacing: normal;
  color: #22b097;
  display: block;
  margin-top: 20px;
}
.lp-security-secondary-heading {
  text-align: center;
  line-height: 100%;
  font-size: 2rem;
  color: #22b097;
  font-weight: 900;
  letter-spacing: -0.1rem;
  margin-bottom: 16px;
}
.lp-security-fv {
  position: relative;
  margin-bottom: 60px;
}
.lp-security-fv__hero-img {
  position: relative;
}
.lp-security-fv__inner {
  position: relative;
  z-index: 2;
  bottom: 0;
  margin-top: -45%;
  padding: 40px 0 100px 0;
}
.lp-security-fv__inner:after {
  display: block;
  position: absolute;
  z-index: -1;
  bottom: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: #22b097;
  clip-path: polygon(0 20%, 100% 0, 100% 80%, 0 100%);
}
.lp-security-fv__heading-wrap {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  margin-bottom: 32px;
}
.lp-security-fv__heading {
  background: #ffffff;
  color: #444444;
  letter-spacing: -0.2rem;
  font-weight: 900;
  line-height: 100%;
  padding: 8px 20px;
}
.lp-security-fv__heading1 {
  margin-bottom: 12px;
  font-size: 1.4rem;
}
.lp-security-fv__heading2 span {
  font-size: 3.2rem;
  line-height: 3.2rem;
  display: block;
  color: #22b097;
  margin-bottom: 8px;
}
.lp-security-fv__feature {
  width: 90%;
  margin: 0 auto;
}
.lp-security-fv__feature-title {
  margin-bottom: 12px;
}
.lp-security-fv__feature-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 8px;
  grid-row-gap: 8px;
}
.lp-security-fv__feature-list--2col {
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
}
.lp-security-fv__feature-item {
  background: #ffffff;
  border-radius: 4px;
  color: #22b097;
  font-weight: 900;
  letter-spacing: -0.1rem;
  text-align: center;
  font-size: 1rem;
  line-height: 120%;
  padding: 4px 8px;
  border: solid 1px #22b097;
  box-sizing: border-box;
}
.lp-security-fv__note {
  text-align: center;
  color: #ffffff;
  font-size: 1rem;
  line-height: 100%;
  margin-top: 12px;
}
.lp-security-fv__award {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 5%;
  text-align: center;
  background: rgb(219, 199, 126);
  background: linear-gradient(0deg, rgb(219, 199, 126) 0%, rgb(225, 207, 147) 17%, rgb(238, 220, 160) 45%, rgb(213, 188, 125) 77%);
  padding-bottom: 4px;
  box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.1);
}
.lp-security-fv__award:after {
  content: "";
  position: absolute;
  left: 0;
  top: 100%;
  height: 0;
  width: 0;
  border-left: 34px solid #DBC77E;
  border-right: 34px solid #DBC77E;
  border-bottom: 10px solid transparent;
  display: block;
  width: 100%;
}
.lp-security-fv__award-star {
  font-size: 1rem;
  letter-spacing: -0.35rem;
  line-height: 100%;
  color: #ffffff;
}
.lp-security-fv__passmark {
  font-size: 1rem;
  display: block;
  line-height: 110%;
  font-weight: 900;
  color: #604e1c;
  margin-bottom: 4px;
}
.lp-security-fv__award-rank {
  display: block;
  font-weight: 900;
  color: #604e1c;
  letter-spacing: -0.3rem;
}
.lp-security-fv__award-rank span {
  font-family: "Avenir Next";
  display: inline-block;
  font-size: 4.2rem;
  font-weight: 500;
  line-height: 100%;
}
.lp-security-about {
  width: 90%;
  margin: 0 auto 60px;
}
.lp-security-about__heading {
  width: 66%;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  margin: 0 auto 24px;
}
.lp-security-about__heading span {
  font-weight: 700;
  white-space: nowrap;
}
.lp-security-threat {
  margin-bottom: 60px;
}
.lp-security-threat__inner {
  width: 90%;
  margin: 0 auto;
}
.lp-security-threat__warning {
  position: relative;
  margin-bottom: 20px;
}
.lp-security-threat__warning-txt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  color: #ffffff;
  font-size: 2rem;
  font-weight: 700;
  line-height: 160%;
  text-align: center;
  display: block;
  width: 100%;
}
.lp-security-threat__warning-txt span {
  color: #fff500;
}
.lp-security-threat__bubble {
  background: #22b097;
  text-align: center;
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 48px;
  position: relative;
  border-radius: 8px;
  padding: 16px 20px;
}
.lp-security-threat__bubble:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -10px;
  border: 10px solid transparent;
  border-top: 10px solid #22b097;
}
.lp-security-threat__ratio {
  text-align: center;
}
.lp-security-threat__ratio-digit {
  color: #22b097;
  font-family: "Avenir Next";
  font-weight: bold;
  text-align: center;
  font-size: 6rem;
  margin-bottom: 20px;
}
.lp-security-threat__ratio-digit span {
  font-size: 10rem;
  display: inline-block;
  letter-spacing: -0.6rem;
  margin-right: 4px;
}
.lp-security-threat__ratio-txt {
  font-size: 1.8rem;
  line-height: 100%;
  font-weight: bold;
  margin-bottom: 12px;
}
.lp-security-threat__ratio-txt span {
  color: #22b097;
}
.lp-security-threat__ratio-note {
  font-size: 1rem;
  line-height: 100%;
}
.lp-security-software {
  margin-bottom: 60px;
}
.lp-security-software__inner {
  width: 90%;
  margin: 0 auto;
}
.lp-security-software__feature-list {
  margin-bottom: 32px;
}
.lp-security-software__feature-item {
  background: #e9f7f4;
  margin-bottom: 8px;
  padding: 12px;
  border-radius: 8px;
  font-weight: 700;
}
.lp-security-software__feature-item:last-child {
  margin-bottom: 0;
}
.lp-security-software__item-inner {
  padding-left: 6px;
  position: relative;
}
.lp-security-software__item-inner:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  height: 100%;
  border-radius: 2px;
  background: #22b097;
}
.lp-security-software__cloud-list {
  margin-top: 20px;
}
.lp-security-software__cloud-item {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  border: solid 1px #22b097;
  border-radius: 8px;
  padding: 12px;
  margin-bottom: 12px;
  font-weight: 900;
  font-size: 2rem;
  color: #22b097;
  letter-spacing: -0.1rem;
}
.lp-security-software__cloud-item:last-child {
  margin-bottom: 0;
}
.lp-security-software__cloud-item img {
  width: auto;
  height: 6vh;
  margin-right: 12px;
}

.lp-security-fishing {
  margin-bottom: 60px;
}
.lp-security-fishing__inner {
  width: 90%;
  margin: 0 auto;
}
.lp-security-fishing__bubble {
  background: #22b097;
  color: #ffffff;
  position: relative;
  border-radius: 8px;
  padding: 16px 20px;
  font-size: 1.4rem;
  line-height: 140%;
  margin-top: 20px;
}
.lp-security-fishing__bubble:before {
  content: "";
  position: absolute;
  top: -20px;
  left: 50%;
  margin-left: -10px;
  border: 10px solid transparent;
  border-bottom: 10px solid #22b097;
}
.lp-security-fishing__bubble span {
  color: #fff500;
}

.lp-security-running {
  margin-bottom: 60px;
}
.lp-security-running__inner {
  width: 90%;
  margin: 0 auto;
}
.lp-security-running__img {
  width: 60%;
  margin: 0 auto 20px auto;
}
.lp-security-running__measure-wrap {
  display: -webkit-flex;
  display: flex;
}
.lp-security-running__measure {
  width: 50%;
  text-align: center;
  margin-bottom: 40px;
}
.lp-security-running__measure:first-child {
  border-right: solid 1px #ddd;
}
.lp-security-running__measure-title {
  letter-spacing: -0.1rem;
  margin-bottom: 16px;
}
.lp-security-running__measure-title span {
  color: #22b097;
}
.lp-security-running__measure-digit {
  font-weight: bold;
  letter-spacing: -0.1rem;
}
.lp-security-running__measure-digit span {
  color: #22b097;
  font-size: 4rem;
  display: inline-block;
  margin-right: 4px;
}
.lp-security-running__award-img {
  margin-bottom: 20px;
}
.lp-security-running__award-list {
  background: #fdf8e5;
  border-radius: 8px;
  padding: 20px;
}
.lp-security-running__award-item {
  font-weight: 700;
  letter-spacing: -0.1rem;
  position: relative;
  padding-left: 12px;
  margin-bottom: 12px;
  line-height: 100%;
}
.lp-security-running__award-item:before {
  border-radius: 50%;
  width: 6px;
  height: 6px;
  display: block;
  position: absolute;
  left: 0;
  top: 0.4em;
  content: "";
  background: #c8b45a;
}
.lp-security-running__award-item:last-child {
  margin-bottom: 0;
}

.lp-security-course {
  margin-bottom: 60px;
}
.lp-security-course__inner {
  width: 90%;
  margin: 0 auto;
}
.lp-security-course__card {
  border: solid 2px #22b097;
  border-radius: 10px;
}
.lp-security-course__card:nth-child(n+2) {
  margin-top: 40px;
}
.lp-security-course__course {
  background: #22b097;
  text-align: center;
  border-radius: 6px 6px 0px 0px;
  padding: 16px;
  margin-bottom: 20px;
  color: #ffffff;
  font-weight: 900;
  letter-spacing: -0.1rem;
  font-size: 2rem;
  line-height: 100%;
}
.lp-security-course__digit {
  font-family: "Avenir Next";
  font-size: 4.6rem;
  display: inline-block;
  font-weight: bold;
  padding: 4px;
}
.lp-security-course__tax {
  font-size: 1.2rem;
  font-weight: normal;
  letter-spacing: normal;
  margin-top: 12px;
  line-height: 100%;
}
.lp-security-course__heading {
  font-weight: 900;
  color: #22b097;
  text-align: center;
  letter-spacing: -0.1rem;
  margin-bottom: 16px;
}
.lp-security-course__heading span {
  display: block;
  color: #444444;
  line-height: 100%;
  margin-top: 4px;
}
.lp-security-course .c-security-feature-list {
  width: 90%;
  margin: 0 auto 20px auto;
}
.lp-security-course .c-security-feature-list__feature-item:nth-child(n+2) {
  margin-top: 12px;
}

.other-section__txt {
  font-weight: 700;
}

/* ここから弁護士保険 */
.lp-lawyer {
  position: relative;
  /* トラブル事例のアコーディオン */
  /* inputのチェックボックスを非表示 */
  /* 見出しボタン部分 */
  /* ボタン */
  /* アコーディオンが開いたらーに */
  /* アコーディオン中身部分 */
  /* チェックボックスにチェックが入ったら中身部分を表示する */
  /* ↑ここまで共通 */
  /* 中にいろいろ入れたいとき */
}
.lp-lawyer .h2-txt {
  text-align: center;
  font-family: "M PLUS 1", sans-serif;
  font-weight: 800;
  font-size: 2rem;
  line-height: 2.6rem;
  margin: 0 auto 32px auto;
  padding: 0;
  width: 92.31%;
  color: #222222;
}
.lp-lawyer .common-desc {
  margin: 0 auto 32px auto;
  width: 82.31%;
  font-size: 1.6rem;
  line-height: 2.6rem;
}
.lp-lawyer .h2-txt__highlight {
  color: #dd6c7b;
}
.lp-lawyer .note-txt {
  width: 92.31%;
  margin: 0 auto;
  font-size: 1.2rem;
}
.lp-lawyer .lawyer-hero {
  position: relative;
  margin: 0 0 20px 0;
}
.lp-lawyer .lawyer-hero .lawyer-hero__compensation {
  position: relative;
  z-index: 1;
}
.lp-lawyer .lawyer-hero .lawyer-hero__catch {
  position: relative;
  z-index: 2;
  margin: -15% 16px 0 16px;
  bottom: 0;
  width: 60%;
}
.lp-lawyer .fv-coupon {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  margin: 0 0 40px 0;
}
.lp-lawyer .fv-coupon .fv-coupon__img {
  max-width: 60%;
  position: relative;
  z-index: 1;
}
.lp-lawyer .fv-coupon .fv-coupon__catch {
  position: absolute;
  z-index: 2;
  right: 0;
  font-weight: bold;
  font-size: 1rem;
  letter-spacing: -1px;
  text-align: right;
}
.lp-lawyer .fv-coupon .fv-coupon__catch__sub {
  padding: 0 8px 0 0;
}
.lp-lawyer .fv-coupon .fv-coupon__catch__bg {
  color: #ffffff;
  font-size: 2.4rem;
  line-height: 2.4rem;
  display: block;
}
.lp-lawyer .fv-coupon .fv-coupon__catch__bg span {
  display: inline-block;
  background: #E97A89;
  padding: 4px 20px;
}
.lp-lawyer .fv-coupon .fv-coupon__catch__bg:nth-child(2) {
  margin: 0 0 8px 0;
}
.lp-lawyer .coupon-section {
  background: #f4d2d7;
  padding: 40px 0;
}
.lp-lawyer .coupon-section .h2-img {
  margin: 0 auto 20px auto;
}
.lp-lawyer .coupon-section .coupon-catch {
  position: relative;
  margin: 0 0 32px 0;
}
.lp-lawyer .coupon-section .coupon-catch__img {
  position: relative;
  z-index: 1;
}
.lp-lawyer .coupon-section .coupon-catch__catch {
  position: relative;
  z-index: 2;
  margin: -8% auto 0 auto;
  background: rgba(255, 255, 255, 0.95);
  border-radius: 10px;
  padding: 40px 12px;
  text-align: center;
  font-weight: bold;
  width: 80%;
}
@media screen and (max-width: 480px) {
  .lp-lawyer .coupon-section .coupon-catch__catch {
    width: 92.31%;
    padding: 20px 12px;
  }
}
.lp-lawyer .coupon-section .coupon-catch__catch span:nth-child(2) {
  margin: 0 0 12px 0;
}
.lp-lawyer .coupon-section .coupon-catch__catch--sub {
  font-size: 1.4rem;
  line-height: 1.4rem;
  margin: 0 0 12px 0;
  letter-spacing: -1px;
  display: block;
}
.lp-lawyer .coupon-section .coupon-catch__catch--bg {
  color: #ffffff;
  font-size: 1.8rem;
  line-height: 1.8rem;
  display: block;
}
.lp-lawyer .coupon-section .coupon-catch__catch--bg span {
  display: inline-block;
  background: #E97A89;
  padding: 4px 20px;
}
.lp-lawyer .lawyer-section .h2-img {
  padding: 0;
  margin: 0 0 32px 0;
}
.lp-lawyer .lawyer-section .trouble-case {
  background: #bbe1d5;
  padding: 40px 0;
}
.lp-lawyer .lawyer-section .trouble-case .h2-txt__highlight {
  color: #16BB8C;
}
.lp-lawyer .lawyer-section .trouble-case__study {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin: 0 0 32px 0;
}
.lp-lawyer .lawyer-section .trouble-case__study--img-wrap {
  text-align: right;
  position: relative;
  z-index: 1;
  width: 100%;
}
.lp-lawyer .lawyer-section .trouble-case__study--img {
  width: 82.56%;
}
.lp-lawyer .lawyer-section .trouble-case__study--desc {
  background: #ffffff;
  width: 70%;
  padding: 40px;
  position: relative;
  margin: -15% 0 0 0;
  z-index: 2;
}
@media screen and (max-width: 480px) {
  .lp-lawyer .lawyer-section .trouble-case__study--desc {
    width: 89.74%;
    padding: 20px;
  }
}
.lp-lawyer .lawyer-section .case-desc__title {
  font-family: "M PLUS 1", sans-serif;
  font-weight: 800;
  font-size: 2rem;
  margin: 0 0 16px 0;
}
.lp-lawyer .lawyer-section .case-desc__exp {
  font-size: 1.6rem;
  line-height: 2.6rem;
}
.lp-lawyer .lawyer-section .case-desc__title--digit {
  color: #7bd1b9;
}
.lp-lawyer .h2-txt__highlight {
  color: #7bd1b9;
}
.lp-lawyer .compensation-amount {
  text-align: center;
  width: 92.31%;
  margin: 0 auto 32px auto;
}
.lp-lawyer .compensation-amount .compensation-amount__def,
.lp-lawyer .compensation-amount .compensation-amount__desc {
  font-family: "M PLUS 1", sans-serif;
  font-weight: 800;
}
.lp-lawyer .compensation-amount .compensation-amount__def {
  font-size: 2rem;
  line-height: 2rem;
  margin: 0 0 8px 0;
}
.lp-lawyer .compensation-amount .compensation-amount__desc--digit,
.lp-lawyer .compensation-amount .compensation-amount__desc--yen {
  color: #7bd1b9;
}
.lp-lawyer .compensation-amount .compensation-amount__consult {
  font-weight: bold;
  letter-spacing: -1px;
}
.lp-lawyer .compensation-amount .compensation-amount__consult--amount {
  color: #7bd1b9;
}
.lp-lawyer .compensation-amount__desc {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  margin: 0 0 8px 0;
}
.lp-lawyer .compensation-amount__desc--max {
  font-size: 2rem;
  line-height: 2rem;
  padding: 0 2px 0 0;
}
.lp-lawyer .compensation-amount__desc--digit {
  font-size: 6.4rem;
  line-height: 6.4rem;
  letter-spacing: -2px;
  vertical-align: bottom;
}
.lp-lawyer .compensation-amount__desc--tilde {
  font-size: 2.8rem;
  line-height: 2.8rem;
  vertical-align: middle;
}
.lp-lawyer .compensation-amount__desc--yen {
  font-size: 2.2rem;
  line-height: 3.4rem;
  padding: 0 0 0 2px;
  letter-spacing: -1px;
}
.lp-lawyer .trouble-catch {
  text-align: center;
  font-weight: bold;
  width: 92.31%;
  margin: 0 auto 32px auto;
  color: #ffffff;
  font-size: 1.8rem;
  line-height: 1.8rem;
  letter-spacing: -1px;
}
.lp-lawyer .trouble-catch__bg {
  background: #7bd1b9;
  display: inline-block;
  padding: 8px 12px;
}
.lp-lawyer .trouble-catch__bg:nth-child(1) {
  margin: 0 0 16px 0;
}
.lp-lawyer .case-accordions {
  width: 92.31%;
  margin: 0 auto;
}
.lp-lawyer .case-accordions__accordion {
  background: #ffffff;
  border: solid 2px #7bd1b9;
  border-radius: 20px;
  padding: 20px;
  margin: 0 0 32px 0;
}
.lp-lawyer .accordion-hidden {
  display: none;
}
.lp-lawyer .accordion-open {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  cursor: pointer;
  margin: 0 auto;
  position: relative;
}
.lp-lawyer .case-title {
  font-family: "M PLUS 1", sans-serif;
  font-weight: 800;
  font-size: 1.8rem;
  margin: 0 10px 0 0;
}
.lp-lawyer .case-title__eng {
  display: block;
  font-size: 1.6rem;
  line-height: 1.6rem;
  color: #7bd1b9;
  margin: 0 0 4px 0;
}
.lp-lawyer .accordion-open::before,
.lp-lawyer .accordion-open::after {
  background: #7bd1b9;
  border-radius: 4px;
  color: #ffffff;
  padding: 8px 12px;
  text-align: center;
  font-weight: 800;
  font-size: 1.4rem;
  line-height: 1.4rem;
  display: block;
}
.lp-lawyer .accordion-open::after {
  content: "開く";
}
.lp-lawyer .accordion-hidden:checked + .accordion-open:after {
  content: "閉じる";
}
.lp-lawyer .accordion-inner {
  display: block;
  height: 0;
  overflow: hidden;
  padding: 0;
  opacity: 0;
  transition: 0.5s;
  /* 表示速度の設定 */
  cursor: pointer;
}
.lp-lawyer .accordion-hidden:checked + .accordion-open + .accordion-inner {
  height: auto;
  opacity: 1;
  padding: 10px;
}
.lp-lawyer .accordion-box {
  display: block;
  height: 0;
  overflow: hidden;
  padding: 0;
  opacity: 0;
  transition: 1s;
}
.lp-lawyer .accordion-hidden:checked + .accordion-open + .accordion-box {
  height: auto;
  opacity: 1;
}
.lp-lawyer .accordion-box__img {
  margin: 28px 0 20px 0;
}
.lp-lawyer .accordion-box__desc {
  font-size: 1.6rem;
  line-height: 2.6rem;
}
.lp-lawyer .bubble-catch {
  position: relative;
  display: block;
  margin: 0 auto 20px auto;
  padding: 20px;
  color: #ffffff;
  font-size: 1.6rem;
  font-weight: bold;
  background: #16bb8c;
  border-radius: 10px;
  text-align: center;
  box-sizing: border-box;
  width: 70%;
}
@media screen and (max-width: 480px) {
  .lp-lawyer .bubble-catch {
    width: 92.31%;
  }
}
.lp-lawyer .bubble-catch::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -8px;
  border: 8px solid transparent;
  border-top: 8px solid #16bb8c;
}
.lp-lawyer .bubble-catch .bubble-catch__txt {
  font-size: 1.6rem;
}
.lp-lawyer .more-btn {
  text-align: center;
}
.lp-lawyer .more-btn__link {
  display: inline-block;
  margin: 0 auto;
  text-align: center;
  background: #ffffff;
  border-radius: 20px;
  border: solid 1px #1a1a1a;
  font-weight: bold;
  color: #1a1a1a;
  text-decoration: none;
  line-height: 36px;
  vertical-align: top;
  padding: 0 20px;
  letter-spacing: -1px;
}
.lp-lawyer .more-btn__link::after {
  display: inline-block;
  font-family: "Material Icons";
  font-variation-settings: "FILL" 1, "wght" 400, "GRAD" 0, "opsz" 24;
  content: "\eaaa";
  margin: 0 0 0 8px;
  vertical-align: top;
  line-height: 36px;
}
.lp-lawyer .course-section {
  padding: 40px 0;
}
.lp-lawyer .course-section .course-content {
  width: 92.31%;
  margin: 0 auto 32px auto;
  border-radius: 10px;
  background: #ffffff;
  padding: 32px 0 0 0;
}
.lp-lawyer .course-section .course-content__name {
  text-align: center;
  font-weight: bold;
  letter-spacing: -1px;
  font-size: 2.6rem;
  margin: 0 0 20px 0;
}
.lp-lawyer .course-section .course-content__name--digit {
  font-size: 5rem;
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  letter-spacing: -0.2rem;
  padding: 0 2px 0 0;
}
.lp-lawyer .course-section .course-content__name--tax {
  font-size: 1.4rem;
  line-height: 1.4rem;
  color: #222222;
  display: block;
  font-weight: normal;
  padding: 12px 0 0 0;
}
.lp-lawyer .course-section .coupon-amount {
  border-radius: 10px;
  padding: 20px;
  margin: 0 auto 20px auto;
  width: 88.89%;
  text-align: center;
}
.lp-lawyer .course-section .coupon-amount__def {
  font-weight: bold;
  font-size: 1.4rem;
  letter-spacing: -1px;
  margin: 0 auto 12px auto;
}
.lp-lawyer .course-section .coupon-amount__desc {
  font-weight: bold;
  font-size: 2.2rem;
  letter-spacing: -1px;
}
.lp-lawyer .course-section .coupon-amount__desc--digit {
  font-size: 4rem;
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  letter-spacing: -0.2rem;
  padding: 0 2px 0 0;
}
.lp-lawyer .course-section .course500 {
  border: solid 1px #ffbd15;
}
.lp-lawyer .course-section .course500 .course-content__name {
  color: #ffbd15;
}
.lp-lawyer .course-section .course500 .coupon-amount,
.lp-lawyer .course-section .course500 .lawyer-amount {
  border: solid 1px #ffbd15;
}
.lp-lawyer .course-section .course500 .coupon-amount__desc {
  color: #ffbd15;
}
.lp-lawyer .course-section .course500 .course-footer {
  background: #fff5db;
}
.lp-lawyer .course-section .course500 .course-btn__link {
  background: #ffbd15;
}
.lp-lawyer .course-section .course500 .amount-list__title {
  background: #ffbd15;
}
.lp-lawyer .course-section .course500 .amount-list__amount {
  color: #ffbd15;
}
.lp-lawyer .course-section .course700 {
  border: solid 1px #dd6c7b;
}
.lp-lawyer .course-section .course700 .course-content__name {
  color: #dd6c7b;
}
.lp-lawyer .course-section .course700 .coupon-amount,
.lp-lawyer .course-section .course700 .lawyer-amount {
  border: solid 1px #dd6c7b;
}
.lp-lawyer .course-section .course700 .coupon-amount__desc {
  color: #dd6c7b;
}
.lp-lawyer .course-section .course700 .course-footer {
  background: #fff2f4;
}
.lp-lawyer .course-section .course700 .course-btn__link {
  background: #dd6c7b;
}
.lp-lawyer .course-section .course700 .amount-list__title {
  background: #dd6c7b;
}
.lp-lawyer .course-section .course700 .amount-list__amount {
  color: #dd6c7b;
}
.lp-lawyer .course-section .course900 {
  border: solid 1px #46d6a8;
}
.lp-lawyer .course-section .course900 .course-content__name {
  color: #46d6a8;
}
.lp-lawyer .course-section .course900 .coupon-amount,
.lp-lawyer .course-section .course900 .lawyer-amount {
  border: solid 1px #46d6a8;
}
.lp-lawyer .course-section .course900 .coupon-amount__desc {
  color: #46d6a8;
}
.lp-lawyer .course-section .course900 .course-footer {
  background: #e8f9f3;
}
.lp-lawyer .course-section .course900 .course-btn__link {
  background: #46d6a8;
}
.lp-lawyer .course-section .course900 .amount-list__title {
  background: #46d6a8;
}
.lp-lawyer .course-section .course900 .amount-list__amount {
  color: #46d6a8;
}
.lp-lawyer .course-section .lawyer-amount {
  border-radius: 10px;
  padding: 20px;
  margin: 0 auto 20px auto;
  width: 88.89%;
  text-align: center;
}
.lp-lawyer .course-section .lawyer-amount__def {
  font-weight: bold;
  font-size: 1.4rem;
  letter-spacing: -1px;
  margin: 0 auto 12px auto;
}
.lp-lawyer .course-section .amount-list:nth-child(1) {
  margin: 0 12px 0 0;
}
.lp-lawyer .course-section .amount-list__title {
  color: #ffffff;
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 1.4rem;
  letter-spacing: -1px;
  padding: 4px 12px;
  border-radius: 4px;
  margin: 0 0 8px 0;
}
.lp-lawyer .course-section .amount-list__amount {
  font-weight: bold;
  letter-spacing: -1px;
  font-size: 1.2rem;
}
.lp-lawyer .course-section .amount-list__amount--digit {
  font-size: 3.8rem;
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  letter-spacing: -0.2rem;
  padding: 0 2px 0 0;
}
.lp-lawyer .course-section .lawyer-amount__desc {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.lp-lawyer .course-section .lawyer-amount__desc--digit {
  font-size: 4rem;
}
.lp-lawyer .course-section .course-note {
  font-size: 1.2rem;
  letter-spacing: -1px;
  text-align: center;
  width: 88.89%;
  margin: 0 auto 20px auto;
}
.lp-lawyer .course-section .course-footer {
  padding: 32px 2%;
  text-align: center;
  border-radius: 0 0 10px 10px;
}
.lp-lawyer .course-section .course-footer__def {
  font-weight: bold;
  letter-spacing: -1px;
  margin: 0 0 20px 0;
}

/*ここまで弁護士保険*/
.recipe .recipe_search {
  position: relative;
  width: 90%;
  margin: 2rem auto 1.5rem auto;
}

.recipe .recipe_search input[type=search] {
  display: block;
  padding: 0.5rem 4rem 0.5rem 2rem;
  font-size: 1.2rem;
  line-height: 2rem;
  border-radius: 2rem;
  width: 100%;
  color: #888;
  background-color: #fff;
  border: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.recipe .recipe_search input[type=search]:focus {
  outline: 0;
}

.recipe .recipe_search button[type=submit] {
  position: absolute;
  right: 2rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: #888;
}

.recipe .recipe_search button[type=submit]:hover {
  color: #FFCA48;
}

.recipe .recipe_select {
  position: relative;
  border-radius: 5px;
  border: 1px solid #FFCA48;
  background: #ffffff;
  width: 90%;
  margin: 0 auto 2rem auto;
}

.recipe .recipe_select:before {
  position: absolute;
  right: 1.5rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 0;
  height: 0;
  padding: 0;
  content: "";
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #FFCA48;
}

.recipe .recipe_select select {
  width: 100%;
  padding: 0.5rem 2rem;
  font-size: 1.2rem;
  display: block;
  cursor: pointer;
  text-overflow: ellipsis;
  border: none;
  outline: none;
  background: transparent;
  background-image: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: #4d4d4d;
}

.recipe .recipe_select select::-ms-expand {
  display: none;
}

.recipe .recipe_count {
  text-align: right;
  width: 90%;
  margin: 0 auto;
}

.recipe .recipe_list li {
  margin-bottom: 8%;
}

.recipe .recipe_pager ul {
  text-align: center;
}

.recipe .recipe_pager ul li {
  display: inline-block;
  text-align: center;
}

.recipe .recipe_pager ul li a {
  font-size: 1.2rem;
  letter-spacing: 0;
  line-height: 100%;
  text-align: center;
  text-decoration: none;
  color: #666;
  padding: 1rem;
}

.recipe .recipe_pager ul li.active a {
  background-color: #FFCA48;
  color: #fff;
  border-radius: 50%;
  width: 4rem;
  height: 4rem;
  padding: 0;
  text-align: center;
  line-height: 4rem;
  display: inline-block;
  padding: 0;
}

.recipe .recipe_detail_image {
  background-color: rgba(246, 203, 97, 0.45);
  width: 90%;
  margin: 2rem auto;
  padding: 5%;
  text-align: center;
  line-height: 100%;
}

.recipe .recipe_detail_image img {
  display: inline;
  vertical-align: middle;
}

.recipe .recipe_detail li {
  font-size: 1.2rem;
}

.recipe .recipe_detail_list li {
  border-bottom: 1px solid #ddd;
  padding: 0.6rem 0;
  line-height: 180%;
}

.recipe .recipe_detail_list li:first-child {
  border-top: 1px solid #ddd;
}

.recipe .recipe_detail_list li span {
  color: #aaa;
  margin: 0 3px 0 3px;
}

.recipe .back_btn {
  line-height: 3.2rem;
  border-radius: 3.2rem;
  font-size: 1.4rem;
  font-weight: 600;
  padding: 0.2rem 0;
  background-color: #fff;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.3);
  width: 90%;
  margin: 3rem auto 0 auto;
  text-align: center;
  display: block;
  text-decoration: none;
  color: #FFCA48;
}

.recipe .back_btn:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f137";
}

.regist-primary-heading {
  background: #ee6479;
  color: #ffffff;
  font-weight: bold;
  padding: 8px 20px;
}

.regist__content {
  padding: 20px 0;
}
div {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.dialog-container {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}

.dialog-dialog {
  position: fixed;
  text-align: left;
  padding: 20px;
  border: 0px solid gray;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 20px gray;
}

.dialog-title {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 10%;
  background-color: #006699;
  color: white;
  font-weight: bold;
  font-size: large;
  padding: 5px;
}

.dialog-content {
  position: absolute;
  top: 40px;
  left: 0;
  width: 100%;
  height: 75%;
  background-color: rgb(255, 255, 255);
  color: black;
  padding: 10px;
  overflow: auto;
}

.dialog-closeButton {
  position: absolute;
  top: 0;
  right: 10px;
  width: 20px;
  height: 20px;
  background-position: center;
  cursor: pointer;
  /*	background-color: #3385AD;*/
}

.dialog-closeButton:HOVER {
  /*    background-color: #66A3C2;*/
}

.dialog-controls {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 15%;
  background-color: #E0EBEB;
  color: black;
  font-weight: bold;
  font-size: medium;
  padding: 5px;
  text-align: right;
}

.coupon_got p.attn {
  font-size: 1.2rem;
  line-height: 150%;
  margin-bottom: 1rem;
}

.coupon_got ul {
  width: 100%;
  margin: 2rem auto 0 auto;
}

.coupon_got li {
  margin-bottom: 5%;
  background-color: #eea19d;
  box-shadow: 0 0 0.8rem rgba(0, 0, 0, 0.15);
}

.coupon_got li:last-child {
  margin-bottom: 1%;
}

.coupon_got li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  padding: 0.7rem;
  text-decoration: none;
  color: #666;
}

.coupon_got li img {
  width: 28%;
  max-width: 28%;
  height: 100%;
  margin-right: 1rem;
}

.coupon_got li p {
  width: 100%;
  color: #fff;
  letter-spacing: 1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
}

.coupon_got li p .coupon_ttl {
  font-size: 1.4rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  margin-bottom: 1rem;
  width: 100%;
  font-weight: 600;
}

.coupon_got li p .coupon_detail {
  font-size: 1rem;
  text-align: right;
  display: block;
  line-height: 120%;
  width: 100%;
}

.coupon_got li.limit a {
  pointer-events: none;
}

.coupon_got li.limit {
  position: relative;
  box-shadow: 0 0 0 #fff;
}

.coupon_got li.limit:before {
  content: "";
  background-color: rgba(153, 134, 117, 0.8);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.coupon_got li.limit:after {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  content: "期限切れ";
  color: #fff;
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
  text-shadow: 0 0 0.8rem rgba(0, 0, 0, 0.15);
}

/*comingsoon*/
.coupon_comingsoon ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 88%;
  margin: 0 auto;
}

.coupon_comingsoon li {
  width: 28%;
  margin: 0 8% 10px 0;
}

.coupon_comingsoon li:nth-child(3n) {
  margin-right: 0;
}

/*coupon_detail&coupon_get*/
.coupon-detail__coupon-img {
  margin-bottom: 12px;
}
.coupon-detail__generate-btn {
  margin-bottom: 36px !important;
  width: 85% !important;
}

.coupon_detail h4.coupon_ttl,
.coupon_get h4.coupon_ttl {
  border: 1px solid #EE6479;
  padding: 1rem;
  font-size: 1.5rem;
  margin-bottom: 20px;
  color: #444444;
}

t img.get {
  width: 100%;
  max-width: 400px;
  margin: 1rem auto;
  display: block;
}

/*coupon_get 発行画面 */
.generate-coupon__generate {
  background: #fff4f5;
  padding: 20px;
  margin-bottom: 20px;
}
.generate-coupon__warning {
  margin-bottom: 16px;
}
.generate-coupon__warning dt {
  font-weight: bold;
  line-height: 100%;
  color: #ee6479;
  text-align: center;
  margin-bottom: 16px;
}
.generate-coupon__warning dt:before {
  display: inline-block;
  font-family: "Material Symbols Outlined";
  content: "\f654";
  font-weight: 400;
  font-size: 1.6rem;
  vertical-align: top;
  line-height: 100%;
  margin-right: 4px;
}
.generate-coupon__warning dd span {
  font-weight: bold;
  color: #ee6479;
}
.generate-coupon__generate-btn {
  margin-bottom: 16px !important;
  width: 100%;
}

.coupon_get h4 {
  color: #EE6479;
  font-size: 1.4rem;
}

.coupon_get p {
  font-size: 1.4rem;
}

.coupon_get h4.font_adjust_1,
.coupon_get p.font_adjust_1 {
  font-size: 1.6rem;
}

.coupon_get .coupon_select {
  border: 1px solid #EE6479;
  padding: 1rem;
  margin: 2rem auto;
}

.coupon_get .coupon_select h5 {
  text-align: center;
  color: #EE6479;
  font-size: 1.5rem;
}

.coupon_get .coupon_select .this {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  padding: 0.7rem;
  text-decoration: none;
  color: #666;
}

.coupon_get .coupon_select a {
  text-decoration: none;
  display: block;
}

.coupon_get .coupon_select .this img {
  width: 28%;
  max-width: 28%;
  height: 100%;
  margin-right: 1rem;
}

.coupon_get .coupon_select .this p {
  width: 100%;
  letter-spacing: 1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  font-size: 1.4rem;
  word-break: break-all;
}

.coupon_get .coupon_select.end {
  background-color: #eea19d;
  border: none;
}

.coupon_get .coupon_select.end h5 {
  color: #fff;
  font-weight: bold;
}

.coupon_get .coupon_select.end .this p {
  color: #fff;
}

.coupon_get .coupon_end {
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  margin: 2rem auto;
}

.coupon_get .coupon_end i {
  color: #f5a58e;
  padding: 0.2rem;
  font-size: 1.8rem;
}

/*btn*/
.coupon .coupon_btn {
  color: #ffffff;
  background-color: #EE6479;
  background: -webkit-linear-gradient(left, #EE6479, #F1BCA5);
  background: -moz-linear-gradient(left, #EE6479, #F1BCA5);
  background: linear-gradient(to right, #EE6479, #F1BCA5);
  font-weight: bold;
  padding: 12px 20px;
  margin: 0 auto;
  border-radius: 9999px;
  display: block;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
}

.coupon_btn span {
  display: block;
  font-weight: normal;
  font-size: 1rem;
  letter-spacing: -0.05rem;
  line-height: 100%;
  margin-top: 4px;
}

.coupon .coupon_btn.back {
  margin-top: 1.5rem;
  background: none;
  border: 1px solid #EE6479;
  color: #EE6479;
}

.coupon-secondary-btn {
  color: #ee6479;
  background: #ffffff;
  font-weight: bold;
  padding: 12px 20px;
  border-radius: 9999px;
  display: block;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  width: 100%;
  border: solid 1px #ee6479;
}

/* クーポン利用不可店舗の説明 */
.coupon_notice_ttl {
  text-align: center;
  font-weight: bold;
  margin: 0 0 10px 0;
  font-size: 1.3rem;
  line-height: 1.3rem;
  letter-spacing: normal;
}

.notice_accordion *, .notice_accordion *:before, .notice_accordion *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.notice_accordion {
  position: relative;
}

.notice_accordion label {
  position: absolute;
  z-index: 1;
  bottom: 0;
  width: 100%;
  height: 100%; /* グラデーションの高さ */
  cursor: pointer;
  text-align: center;
  /* 以下グラデーションは背景を自身のサイトに合わせて設定してください */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 40%);
  margin-bottom: 0;
}

.notice_accordion input:checked + label {
  background: inherit; /* 開いた時にグラデーションを消す */
}

.notice_accordion label:after {
  line-height: 35px;
  height: 35px;
  vertical-align: middle;
  position: absolute;
  z-index: 2;
  bottom: 20px;
  left: 50%;
  width: 150px;
  font-family: "Font Awesome 5 Free", "M PLUS 1p";
  font-size: 1.4rem;
  letter-spacing: -0.05rem;
  font-weight: 900;
  content: "続きをよむ " "\f13a";
  transform: translate(-50%, 0);
  color: #dd6c7b;
  border-radius: 20px;
  border: solid 1px #dd6c7b;
  background: #ffffff;
}

.notice_accordion input {
  display: none;
}

.notice_accordion .accordion_content {
  overflow: hidden;
  height: 105px; /* 開く前に見えている部分の高さ */
  transition: all 0.5s;
}

.notice_txt {
  font-size: 1.3rem;
  line-height: 2.3rem;
  letter-spacing: normal;
}

.notice_accordion input:checked + label:after {
  font-family: "Font Awesome 5 Free", "M PLUS 1p";
  font-weight: 900;
  content: "続きを隠す " "\f139";
  letter-spacing: -0.05rem;
}

.notice_accordion input:checked ~ .accordion_content {
  height: auto;
  padding-bottom: 70px; /* 閉じるボタンのbottomからの位置 */
  transition: all 0.5s;
}

.attn {
  width: 92%;
  margin: 1.5rem auto;
  border: 1px solid #EE6479;
  padding: 1rem;
  font-size: 1.2rem;
}

.attn b {
  color: #EE6479;
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
  font-size: 1.4rem;
}

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

.radio {
  width: 92%;
  display: block;
  position: relative;
  background-color: rgba(100, 100, 100, 0.1);
  border-radius: 6px;
  margin: 8px auto;
  padding: 10px 10px 10px 45px;
  vertical-align: middle;
  cursor: pointer;
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
}

.radio:hover {
  background-color: rgba(238, 100, 121, 0.1);
}

.radio:hover:after {
  border-color: rgba(238, 100, 121, 0.7);
}

.radio:after {
  display: block;
  position: absolute;
  border: 2px solid #bbb;
  border-radius: 6px;
  top: 10px;
  left: 15px;
  width: 18px;
  height: 18px;
  content: "";
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
}

.radio:before {
  display: block;
  position: absolute;
  background-color: rgba(238, 100, 121, 0.7);
  border-radius: 50%;
  top: 13px;
  left: 18px;
  width: 12px;
  height: 12px;
  content: "";
  opacity: 0;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

input[type=radio]:checked + .radio:before {
  opacity: 1;
}

.textarea {
  width: 92%;
  display: block;
  border-radius: 6px;
  margin: 0 auto;
  background-color: #eee;
  padding: 10px;
  font-size: 1.4rem;
}

p.submit {
  text-align: center !important;
}

input[type=submit] {
  -webkit-appearance: none;
}

input[type=submit],
p.submit a,
#delete_form #delete_button_submit {
  display: inline-block;
  background-color: rgba(238, 100, 121, 0.8);
  border-radius: 6px;
  padding: 8px 20px;
  color: #fff !important;
  margin: 20px auto 60px auto;
  cursor: pointer;
  font-size: 1.4rem;
  text-decoration: none;
  font-weight: normal;
}

.c-h3-heading {
  margin-bottom: 20px;
}

.warranty-h4 {
  font-weight: bold;
  border-bottom: solid 3px #6cdeba;
  position: relative;
  margin: 0 0 20px 0;
}
.warranty-h4:after {
  position: absolute;
  content: "";
  display: block;
  border-bottom: solid 3px #33b189;
  bottom: -3px;
  width: 20%;
}

.warranty-btn {
  text-align: center;
}
.warranty-btn a {
  display: inline-block;
  text-align: center;
  border-radius: 4px;
  padding: 8px 20px;
  font-weight: bold;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: -0.1rem;
}

.warranty-user-info__copy-btn {
  -webkit-flex: 0 1 35%;
  flex: 0 1 35%;
}
.warranty-software-intro__app-btn {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: stretch;
  align-items: stretch;
  gap: 0 20px;
  margin-bottom: 20px;
}
.warranty-software-intro__pc-link li {
  margin-bottom: 20px;
}
.warranty-software-intro__app-link td {
  padding-bottom: 20px;
}
.warranty-software-intro__guide {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  gap: 12px 2%;
}
.warranty-software-intro__guide li {
  width: 48%;
}
.warranty-software-intro__guide li a {
  background: #7bd1b9;
  color: #ffffff;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
  height: 40px;
  line-height: 40px;
  vertical-align: middle;
  text-decoration: none;
  border-radius: 4px;
  font-size: 1.4rem;
}
.warranty-software-intro__guide li a:before {
  display: block;
  font-family: "Material Icons";
  content: "\e415";
  font-size: 2rem;
  margin-right: 4px;
}

.warranty-section {
  width: 90%;
  margin: 0 auto 20px auto;
  padding: 20px;
  background: #ffffff;
}

.software-feature__up-to {
  font-size: 1rem;
  font-weight: bold;
  line-height: 100%;
  color: #8fceba;
  border: solid 1px #8fceba;
  padding: 4px 8px;
  display: inline-block;
  margin-bottom: 20px;
}
.software-feature .c-security-feature-list {
  margin-bottom: 20px;
}
.software-feature .c-security-feature-list__feature-item:nth-child(n+2) {
  margin-top: 12px;
}

.support__title {
  font-weight: bold;
}

.info-list {
  margin-top: 20px;
}

.info-contet {
  width: 90%;
  margin: 20px auto;
}
.info-contet dl {
  margin: 0 0 20px 0;
}
.info-contet dl dt {
  background: #f38494;
  color: #ffffff;
  border-radius: 4px;
  font-size: 12px;
  margin: 0 0 10px 0;
  text-align: center;
  padding: 0 10px;
  display: inline-block;
}
.info-contet dl dd {
  font-size: 16px;
}
.info-contet dl dd span {
  color: #ee6479;
}

.infoTitle {
  text-align: left;
  font-size: 18px;
  line-height: 2.4rem;
  margin: 0 0 20px 0;
  font-weight: bold;
}

/*# sourceMappingURL=site.css.map */
