@charset "utf-8";

#contents {
  margin-bottom: 80px;
}

#regular_purchases {
  margin-top: 20px;
}

/* お知らせエリア追加 20210602 */
#regular_purchases .infoTextarea {
    padding: 14px;
    border: solid 2px #cd1929;
    box-sizing: border-box;
    margin-bottom: 20px;
    font-size: 1.4em;
    line-height: 1.5em;
	color: #c90606;
}

#regular_purchases .box_container {
  display: flex;
  align-items: flex-start;
  margin-bottom: 60px;
  padding: 12px;
  background: #fadfe1;
  border-radius: 4px;
  line-height: 24px;
}

#regular_purchases .box_title {
  position: relative;
  padding-left: 28px;
  padding-bottom: 0;
  margin-bottom: 0;
  margin-right: 24px;
  white-space: nowrap;
  font-size: 13px;
  line-height: normal;
  color: #d90916;
  border: none;
}

#regular_purchases .box_title::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin-block: auto;
  content: '';
  background: url(https://www.askul.co.jp/resource/images/shared/2015new_sprite_md01.png);
  background-repeat: no-repeat;
  background-position:  -170px -150px;
  width: 22px;
  height: 22px;
  }

  #regular_purchases .box_txtLink {
    display: inline-block;
    font-size: 13px;
  }

/**/
/* 終了商品グレーアウト追加 20221220 */
#regular_purchases #graybk {
    position: relative;
}
#regular_purchases #graybk::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(200, 200, 200, .6);
    top: 0;
    left: 0;
}
#regular_purchases #graybk .graybkTxt {
    position: absolute;
    color: red;
    font-size: 16px;
    font-weight: 700;
    top: 45%;
    left: 19%;
    z-index: 9999;
}
/**/

#regular_purchases h2 {
  border-bottom: 2px solid #f3f3f3;
  display: flex;
  align-items: center;
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 20px;
  padding-bottom: 5px;
}
#regular_purchases h2::before {
  content: url('/resource/club_com/services/regular_purchases/images/icon_h2_title.png');
  display: inline-block;
}
#regular_purchases h3 {
  font-size: 22px;
  font-weight: bold;
}
#regular_purchases .overview {
  font-size: 17px;
  margin-bottom: 30px;
}
#regular_purchases .overview a {
  color: #0073d9;
}
#regular_purchases .notice_list {
  font-size: 14px;
}
#regular_purchases .notice_list li {
  display: flex;
  margin-bottom: 5px;
}
#regular_purchases .notice_list li:last-child {
  margin-bottom: 0;
}
#regular_purchases .notice_list li::before {
  content: '※';
  display: block;
}

#regular_purchases .header_area {
  margin-bottom: 20px;
}

#regular_purchases .nav_area {
  margin-bottom: 30px;
}
#regular_purchases .nav_area .link_list {
  display: flex;
  justify-content: space-between;
}
#regular_purchases .nav_area .link_list li {
  background-color: #f5f5f5;
  font-size: 13px;
  text-align: center;
  width: 155px;
}
#regular_purchases .nav_area .link_list li a {
  color: #000000;
  display: block;
  height: 100%;
}
#regular_purchases .nav_area .link_list li a:hover {
  opacity: 0.3;
  text-decoration: none;
}
#regular_purchases .nav_area .link_list li .anchor_link {
  padding: 15px 0 5px;
}
#regular_purchases .nav_area .link_list li .anchor_link::after {
  content: url('/resource/club_com/services/regular_purchases/images/icon_anchor_link.png');
  display: block;
}
#regular_purchases .nav_area .link_list li .external_link {
  padding: 15px 0 5px;
}
#regular_purchases .nav_area .link_list li .external_link::before {
  content: url('/resource/club_com/services/regular_purchases/images/icon_external_link.png');
  display: inline-block;
  margin-right: 5px;
}

#regular_purchases .change_registration {
  margin-bottom: 35px;
}
#regular_purchases .change_registration .btn {
  padding: 16px 20px 0;
  display: flex;
  align-items: center;
}
#regular_purchases .change_registration .btn::after {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#regular_purchases .change_registration .speech_bubble {
  background: url('/resource/club_com/services/regular_purchases/images/bg_speech_bubble.png') no-repeat;
  color: #ff993e;
  font-size: 16px;
  font-weight: bold;
  width: 163px;
  height: 30px;
  display: flex;
  align-items: center;
  margin-right: 3px;
  padding-left: 7px;
}
#regular_purchases .change_registration .btn_text {
  text-align: left;
  width: 315px;
}
#regular_purchases .change_registration a {
  background: url('/resource/club_com/services/regular_purchases/images/btn_change_registration.png');
  color: #ffffff;
  display: block;
  font-size: 21px;
  width: 538px;
  height: 66px;
  margin: 0 auto;
  text-align: center;
}
#regular_purchases .change_registration a:hover {
  opacity: 0.7;
  text-decoration: none;
}


#regular_purchases #shipping {
  margin-bottom: 60px;
}
#regular_purchases #shipping .shipping_list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 60px;
}
#regular_purchases #shipping .shipping_list li {
  background-color: #f5f5f5;
  border: 1px solid #6880ba;
  box-sizing: border-box;
  width: 310px;
  margin-right: 15px;
}
#regular_purchases #shipping .shipping_list li:nth-child(3n) {
  margin-right: 0;
}
#regular_purchases #shipping .shipping_list li:nth-child(n + 4) {
  margin-top: 15px;
}
#regular_purchases #shipping .shipping_list li a {
  color: #000000;
  display: block;
  height: 100%;
}
#regular_purchases #shipping .shipping_list li a:hover {
  text-decoration: none;
  opacity: 0.5;
}
#regular_purchases #shipping .shipping_list .shipping_list_contents {
  background-color: #ffffff;
  display: flex;
  align-items: center;
  padding: 15px 15px 10px;
}
#regular_purchases #shipping .shipping_list .shipping_list_contents::after {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  border-top: 2px solid #000000;
  border-right: 2px solid #000000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#regular_purchases #shipping .shipping_list .shipping_image {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  width: 132px;
  height: 110px;
}
#regular_purchases #shipping .shipping_list .shipping_text {
  display: flex;
  align-items: center;
  font-size: 18px;
  font-weight: bold;
  position: relative;
  width: 121px;
}
#regular_purchases #shipping .shipping_list .shipping_description {
  padding: 10px;
  font-size: 14px;
}
#regular_purchases #shipping .shipping_list .shipping_description .notice_text {
  color: #ff0000;
}

#regular_purchases #what_is {
  margin-bottom: 60px;
}
#regular_purchases #what_is .merit_box {
  border: 1px solid #cccccc;
  display: flex;
  margin-bottom: 20px;
}
#regular_purchases #what_is .merit_box:last-child {
  margin-bottom: 0;
}
#regular_purchases #what_is .merit_box .merit_box_left {
  padding: 20px 15px;
  width: 268px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#regular_purchases #what_is .merit_box .merit_box_left .flex_wrapper {
  text-align: center;
}
#regular_purchases #what_is .merit_box .merit_box_left .flex_wrapper img {
  margin-bottom: 15px;
}
#regular_purchases #what_is .merit_box .merit_box_right {
  display: flex;
  align-items: center;
  background-color: #f5f5f5;
  font-size: 16px;
  padding: 30px;
  width: 600px;
}
#regular_purchases #what_is .merit_box .merit_box_right .notice {
  font-size: 14px;
  letter-spacing: -1px;
}
#regular_purchases #what_is .merit_box .merit_box_right .notice::before {
  content: '※';
}
#regular_purchases #what_is .merit_box .merit_box_right .notice_list {
  width: 600px;
}
#regular_purchases #what_is .graet_value .merit_box_right p,
#regular_purchases #what_is .payment .merit_box_right p {
  margin-bottom: 20px;
}
#regular_purchases #what_is .example {
  display: flex;
}
#regular_purchases #what_is .example .example_before {
  width: 205px;
  margin-right: 26px;
  position: relative;
}
#regular_purchases #what_is .example .example_before .example_text {
  margin-bottom: 10px;
}
#regular_purchases #what_is .example .example_before .emphasis {
  display: block;
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 10px;
}
#regular_purchases #what_is .example .example_before .if_case {
  font-size: 14px;
  letter-spacing: -1.3px;
  margin-bottom: 10px;
}
#regular_purchases #what_is .example .example_before::after {
  content: url('/resource/club_com/services/regular_purchases/images/before_after_arrow.png');
  position: absolute;
  z-index: 5;
  bottom: 45px;
  left: 205px;
}
#regular_purchases #what_is .example .example_after {
  position: relative;
}
#regular_purchases #what_is .example .example_after img {
  position: absolute;
  bottom: 0;
}

#regular_purchases #delivery_date {
  margin-bottom: 60px;
}
#regular_purchases #delivery_date .delivery_cycle {
  margin-bottom: 40px;
}
#regular_purchases #delivery_date .deatil_table {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
#regular_purchases #delivery_date .deatil_table .cycle,
#regular_purchases #delivery_date .deatil_table .deadline {
  width: 460px;
}
#regular_purchases #delivery_date table {
  border-left: 1px solid #cccccc;
  border-top: 1px solid #cccccc;
  width: 100%;
}
#regular_purchases #delivery_date .table_title {
  background-color: #dbe2f4;
  border-right: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  font-size: 20px;
  font-weight: normal;
  padding: 10px 0;
}
#regular_purchases #delivery_date th {
  border-right: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  box-sizing: border-box;
  width: 108px;
}
#regular_purchases #delivery_date td {
  border-right: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  box-sizing: border-box;
  font-size: 16px;
  padding: 0 20px;
  vertical-align: middle;
}
#regular_purchases #delivery_date .item_name_first {
  background-color: #efefef;
  font-size: 16px;
  padding: 30px 10px;
}
#regular_purchases #delivery_date .item_name_second {
  background-color: #efefef;
  font-size: 16px;
  padding: 45px 10px;
}
#regular_purchases #delivery_date .font_small {
  font-size: 12px;
}
#regular_purchases #delivery_date .cycle_example {
  background-color: #f3f9fe;
  border-radius: 20px;
  padding: 30px 0;
}
#regular_purchases #delivery_date .cycle_example h3 {
  margin: 0;
  text-align: center;
  margin-bottom: 5px;
}
#regular_purchases #delivery_date .cycle_example h4 {
  font-size: 20px;
  font-weight: normal;
  letter-spacing: -1.5px;
}
#regular_purchases #delivery_date .cycle_example .example_case {
  display: flex;
  align-items: center;
  padding: 20px 40px;
  margin: 0 25px;
  background: url('/resource/club_com/services/regular_purchases/images/border_dotted.png') repeat-x;
  background-position: bottom;
}
#regular_purchases #delivery_date .cycle_example .example_case:last-child {
  background: none;
  padding-bottom: 0;
}
#regular_purchases #delivery_date .cycle_example .example_case .cycle_title {
  width: 282px;
  margin-right: 20px;
}
#regular_purchases #delivery_date .cycle_example .example_case .cycle_image {
  width: 330px;
  margin-right: 35px;
  text-align: center;
}

#regular_purchases #application {
  margin-bottom: 60px;
}
#regular_purchases #application h3 {
  margin: 0;
  text-align: center;
  padding: 20px 0;
}
#regular_purchases #application .step_list {
  display: flex;
  background: url('/resource/club_com/services/regular_purchases/images/bg_step_arrow.png') no-repeat;
  width: 960px;
  height: 440px;
}
#regular_purchases #application .step_list .step1,
#regular_purchases #application .step_list .step2,
#regular_purchases #application .step_list .step3 {
  font-size: 19px;
  padding-top: 40px;
  text-align: center;
}
#regular_purchases #application .step_list .step1 {
  width: 300px;
  margin-right: 35px;
}
#regular_purchases #application .step_list .step2 {
  width: 320px;
  margin-right: 35px;
}
#regular_purchases #application .step_list .step3 {
  width: 270px;
}

#regular_purchases #application .step_list .step_number {
  margin-bottom: 25px;
}
#regular_purchases #application .step_list .step_image {
  height: 138px;
  margin-bottom: 20px;
}
#regular_purchases #application .step_list .step_title {
  font-size: 20px;
  margin-bottom: 20px;
  letter-spacing: -0.5px;
}
#regular_purchases #application .step_list .step_text {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: -1.0px;
  padding: 0 10px;
}
#regular_purchases #application .step_list .font_bold {
  font-weight: bold;
}
#regular_purchases #faq {
  margin-bottom: 50px;
}
#regular_purchases #faq_contents .qa {
  cursor: pointer;
}
#regular_purchases #faq_contents .qa .off {
  display: none;
}
#regular_purchases #faq_contents .qa .q {
  border-bottom: 1px solid #f3f3f3;
  font-size: 16px;
  padding: 20px 0;
  position: relative;
}
#regular_purchases #faq_contents .qa .q::before {
  content: url('/resource/club_com/services/regular_purchases/images/icon_question.png');
  display: table-cell;
  padding: 0 10px;
}
#regular_purchases #faq_contents .qa .q::after {
  background-color: #cccccc;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 22px;
  right: 0;
}
#regular_purchases #faq_contents .qa .plus::after {
  color: #ffffff;
  content: '＋';
  font-weight: bold;
}
#regular_purchases #faq_contents .qa .minus::after {
  color: #ffffff;
  content: '－';
  font-weight: bold;
}
#regular_purchases #faq_contents .qa .a {
  font-size: 16px;
  padding: 20px 0 30px;
}
#regular_purchases #faq_contents .qa .a::before {
  content: url('/resource/club_com/services/regular_purchases/images/icon_answer.png');
  display: table-cell;
  padding: 0 10px;
}
#regular_purchases #faq_contents .qa_text {
  display: table-cell;
  padding: 5px 20px 0 0;
  vertical-align: top;
  width: 864px;
}
#regular_purchases #faq_contents .notice_list {
  width: 864px;
  font-size: 16px;
}

#regular_purchases .footer_bnr {
  text-align: center;
  margin-bottom: 75px;
}
#regular_purchases .footer_bnr p {
  font-size: 16px;
  margin-bottom: 10px;
}