@charset "UTF-8";

/*-- layout reset ------------------------------
------------------------------------------*/
#container {
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}

#main_column.colnum1 {
  width: 100% !important;
  margin: 0 !important;
}

#main_column h2 {
  margin: 0;
  padding: 0;
  border: none;
}

.plg_Raku2_LC_Page_Entry_Lp_New #container #wrapper {
  max-width: 100% !important;
}

.sec_form .wrap_form {
  background: none !important;
}

#no_login_disp .order-in {
  padding: 0 !important;
}

.inner-scroll {
  max-width: 750px;
  width: 100%;
  position: relative;
  overflow: hidden;
  margin: 0 auto;
}

.inner-scroll:before {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: url(../images/lp_260806/bg.jpg) no-repeat center top;
  z-index: -1;
  background-size: cover;
}

/*-- LPのヘッダー -----------------------------------
	------------------------------------------*/
#header_wrap #header {
  max-width: 85%;
}
#header_login_area .clearfix {
  margin-top: 40px;
}
#header_login_area .clearfix .layout_left {
  float: right;
}
#header_login_area .clearfix .layout_left .logout_btn {
  font-size: 13px;
}

/*-- lp_260806 ------------------------------
------------------------------------------*/
.lp_260806_mv {
  margin: 0;
  line-height: 0;
}

.lp_260806_mv img {
  display: block;
  width: 100%;
  height: auto;
}

.lp_260806 {
  position: relative;
  z-index: 2;
}

.lp_260806_img {
  margin: 0;
  line-height: 0;
}

.lp_260806_img img {
  display: block;
  width: 100%;
  height: auto;
}

.lp_260806_notes {
  background: linear-gradient(to bottom, #f9f9f9, #f6f8fb);
  padding: 50px 30px 150px;
}

.lp_260806_notes .txt02 {
  margin: 0;
  background: #d1d9e4;
  padding: 1.5em 1em;
}

.lp_260806_notes .txt02 p {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-between;
  font-size: 15px;
  margin-bottom: 0;
  line-height: 1.5;
}

.lp_260806_notes .txt02 p .dot {
  width: 20px;
}

.lp_260806_notes .txt02 p span {
  width: calc(100% - 20px);
}

/*-- sec_payment / sec_form -----------------
------------------------------------------*/
.sec_payment h2 {
  line-height: 0;
  text-align: center;
}

.sec_form {
  padding: 0 30px 60px;
  background: #f6f8fb;
}

.sec_payment h2,
.sec_payment .payment_box,
.sec_form h2 {
  display: flex;
  justify-content: center;
}

.sec_payment h2 img,
.sec_payment .payment_box img,
.sec_form h2 img {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
}

.sec_form h2 {
  line-height: 0;
  text-align: center;
  margin-bottom: 40px;
}

/*-- Q&A ------------------------------------
------------------------------------------*/
.lp_260806_qa {
  background: #f1f1f1;
  /* font-family: "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Yu Mincho", "YuMincho", "Noto Serif JP", "MS PMincho", serif; */
  color: #0e1773;
  interpolate-size: allow-keywords;
}

.lp_260806_qa_ttl {
  margin: 0;
  line-height: 0;
}

.lp_260806_qa_ttl img {
  display: block;
  width: 100%;
  height: auto;
}

.lp_260806_qa_list {
  padding: 28px 20px 48px;
}

.lp_260806_qa_item {
  background: #fff;
  border-radius: 12px;
  margin-bottom: 14px;
  overflow: clip;
  box-shadow: 0 1px 2px rgba(26, 53, 87, 0.06);
}

.lp_260806_qa_item:last-child {
  margin-bottom: 0;
}

.lp_260806_qa_item::details-content {
  display: block;
  block-size: 0;
  overflow: hidden;
  transition: block-size 0.4s ease, content-visibility 0.4s allow-discrete;
}

.lp_260806_qa_item[open]::details-content {
  block-size: auto;
}

.lp_260806_qa_q {
  display: flex;
  align-items: flex-start;
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 22px 48px 22px 20px;
  border: none;
  background: transparent;
  color: inherit;
  font: inherit;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.8;
  text-align: left;
  cursor: pointer;
  list-style: none;
  position: relative;
}

.lp_260806_qa_q::-webkit-details-marker {
  display: none;
}

.lp_260806_qa_q::marker {
  content: "";
}

.lp_260806_qa_q .lp_260806_qa_label {
  flex-shrink: 0;
  margin-right: 0.35em;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}

.lp_260806_qa_q .lp_260806_qa_txt {
  flex: 1;
  min-width: 0;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}

/* + / − アイコン（Qの1行目中央に配置） */
.lp_260806_qa_q::before,
.lp_260806_qa_q::after {
  position: absolute;
  top: calc(22px + 0.9em);
  right: 20px;
  background: #0e1773;
  content: "";
  pointer-events: none;
}

.lp_260806_qa_q::before {
  width: 14px;
  height: 2px;
  margin-top: -1px;
}

.lp_260806_qa_q::after {
  width: 2px;
  height: 14px;
  right: 26px;
  margin-top: -7px;
  transition: transform 0.25s ease, opacity 0.25s ease;
}

.lp_260806_qa_item[open] > .lp_260806_qa_q::after {
  opacity: 0;
  transform: scaleY(0);
}

.lp_260806_qa_a {
  display: flex;
  align-items: flex-start;
  padding: 0 20px 24px;
  font-size: 16px;
  line-height: 1.8;
}

.lp_260806_qa_a .lp_260806_qa_label {
  flex-shrink: 0;
  margin-right: 0.35em;
  font-size: inherit;
  font-weight: 700;
  line-height: inherit;
}

.lp_260806_qa_a .lp_260806_qa_txt {
  flex: 1;
  min-width: 0;
  font-size: inherit;
  line-height: inherit;
}

.lp_260806_qa_a .lp_260806_qa_txt p {
  margin: 0 0 1em;
}

.lp_260806_qa_a .lp_260806_qa_txt p:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .lp_260806_qa_list {
    padding: 20px 14px 36px;
  }

  .lp_260806_qa_q,
  .lp_260806_qa_a {
    padding-left: 14px;
    padding-right: 14px;
  }

  .lp_260806_qa_q {
    padding-top: 18px;
    padding-bottom: 18px;
    padding-right: 42px;
  }

  .lp_260806_qa_q::before,
  .lp_260806_qa_q::after {
    top: calc(18px + 0.9em);
  }

  .lp_260806_qa_q::before {
    right: 14px;
  }

  .lp_260806_qa_q::after {
    right: 20px;
  }
}

/*-- /lp_260806 -----------------------------
------------------------------------------*/
