@charset "UTF-8";
/* util */
.u-text-bold { font-weight: 600; }
.u-text-18 { font-size: 18px; }
.u-text-22 { font-size: 22px; }
.u-text-orange { color: #FF8D00; }
.u-mb-8  { margin-bottom: 8px; }
.u-mb-16 { margin-bottom: 16px; }
.u-mb-20 { margin-bottom: 20px; }
.u-mb-24 { margin-bottom: 24px; }
.u-mb-32 { margin-bottom: 32px; }
.u-mb-40 { margin-bottom: 40px; }
.u-mb-80 { margin-bottom: 80px; }
.u-ta-center { text-align: center; }

/* --------------------------------
全体
-------------------------------- */
h1, h2, h3, h4, h5, h6, em, strong {
  font-weight: 600;
}

.feature_footer_wrap {
  display: none;
}

.contentfix960N2014 .headerN2015 .hdCateOuter {
  margin-bottom: 0;
}

.contentfix960N2014 .headerN2015 .lowInfoOuter {
  margin-bottom: 0 !important;
}

#special .specialContentBody {
  margin-top: 0;
  font-size: 14px;
  font-weight: 300;
  color: #30201a;
  background-color: #ffffff;
  line-height: 1.5;
}

body .contentfix960N2014 .mainArea {
  min-width: 1060px;
  width: 100% !important;
  margin-top: 0 !important;
}

.imageLink:hover {
  opacity: 0.5;
}

/* heading */
.heading_lead {
  display: block;
  font-weight: normal;
}
.heading_lead_number {
  position: relative;
  padding-bottom: 16px;
}
.heading_lead_number::before {
  content: "";
  display: inline-block;
  width: 32px;
  height: 32px;
  margin-right: 4px;
  margin-bottom: -2px;
  background-image: url(/resource/club_com/campaign/askul30thpresent/images/icon_cracker_white.png);
  background-size: contain;
}
.heading_lead_number::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 4px;
  width: 100%;
  height: 7px;
  background-image: url(/resource/club_com/campaign/askul30thpresent/images/img_heading_line_white.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.heading_lead_term {
  margin-left: 16px;
  padding: 8px 24px;
  background-color: #F06100;
  border-radius: 16px;
  font-size: 12px;
}
.heading_title {
  display: block;
  font-size: 24px;
  font-weight: 600;
}


/* btn */
.mainArea .specialContentBody .btn {
  text-align: center;
  margin: 0 auto;
  width: 316px;
  display: block;
  padding: 14px;
  background-color: #3CB3F3;
  border-radius: 4px;
  color: #ffffff;
  font-weight: 600;
  box-sizing: border-box;
}
.mainArea .specialContentBody .btn.-disabled {
  background-color: #999999;
  border: none;
}

.mainArea .specialContentBody .btn:hover {
  text-decoration: none;
  opacity: 0.5;
}

.btnBefore {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 4px;
}

.btnBefore:before {
  position: absolute;
  right: calc(50% + 110px);
  top: 2px;
  content: "";
  width: 1px;
  height: 16px;
  background: #30201A;
  border-radius: 3px;
  transform: rotate(-25deg);
}

.btnBefore:after {
  position: absolute;
  content: "";
  left: calc(50% + 110px);
  top: 2px;
  width: 1px;
  height: 16px;
  background: #30201A;
  border-radius: 3px;
  transform: rotate(25deg);
}

.btnBefore_text {
  color: #30201A;
}

/* wrapper */
.wrapper {
  max-width: 976px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 24px;
  padding-right: 24px;
}


/* section */
.section {
  position: relative;
}

.section.-space {
  padding-top: 40px;
  padding-bottom: 40px;
}

.section.-lightblue {
  background-color: #F1F5F9;
}
.section.-bg {
  padding-top: 40px;
  padding-bottom: 40px;
  background-image: url(/resource/club_com/campaign/askul30thpresent/images/img_bg.png);
  background-size: 15px 15px;
}
.section.-blue {
  background-color: #183D9F;
}

/* ----------------------------------------------------
.breadcrumbs
既存のものを持ってきた。一部改変
---------------------------------------------------- */
.breadcrumbs {
  margin-bottom: 20px;
  padding-top: 10px;
  padding-left: 20px;
  font-size: 120%;
  line-height: 1.1;
}

.breadcrumbs ol li {
  display: inline;
  margin-left: 8px;
  padding-left: 16px;
  background: url(/resource/images/detail/2014new_arrow-topicpath-bg-02.gif) no-repeat 0 4px;
  line-height: 1.4;
}

.breadcrumbs ol li.first {
  margin-left: 0;
  padding-left: 0;
  background: none;
}

.breadcrumbs ol a:link,
.breadcrumbs ol a:visited {
  text-decoration: none;
}

.breadcrumbs ol a:hover,
.breadcrumbs ol a:active {
  text-decoration: underline;
}


/* --------------------------------
メインビジュアル
-------------------------------- */
.mainVisual {
  text-align: center;
}
.mainVisual_image {
  display: block;
  width: 100%;
  height: 300px;
  object-fit: cover;
}


/* --------------------------------
アンカーボックス
-------------------------------- */
.anchorList {
  display: flex;
  align-items: center;
}

.anchorList_item {
  position: relative;
  width: calc(100% / 3);
  padding: 0 12px;
}

.anchorList_item:first-child {
  padding-left: 0;
}
.anchorList_item:last-child {
  padding-right: 0;
}

.anchorList_item_link {
  display: flex;
  align-items: center;
  padding: 16px 40px;
  background-color: #183D9F;
  border-radius: 46px;
}
/* 上書きする用 */
.mainArea .specialContentBody .anchorList_item_link {
  color: #ffffff;
}
.mainArea .specialContentBody .-disabled .anchorList_item_link {
  color: #999999;
  background-color: #EDEFF0;
}
.mainArea .specialContentBody .-end .anchorList_item_link {
  color: #30201A;
}
.anchorList_item_link:hover {
  text-decoration: none;
}

.anchorlink_balloon {
  width: 60px;
  height: 60px;
  padding: 18px 10px;
  color: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 50%;
  box-sizing: border-box;
  white-space: nowrap;
}

.-disabled .anchorlink_balloon {
  border-color: #999999;
  color: #999999;
}
.-end .anchorlink_balloon {
  color: #30201A;
  border-color: #30201A;
}
.anchorlink_text {
  padding-left: 12px;
  white-space: nowrap;
  text-align: left;
}

/* borderBox */
.borderBox {
  padding: 24px;
  text-align: center;
  border: 2px solid #183D9F;
  border-radius: 4px;
}
.borderBox_title {
  display: block;
  margin: -38px auto 20px;
  width: 200px;
  font-size: 18px;
  color: #183D9F;
  background-color: #ffffff;
}

/* --------------------------------
各パーツ
-------------------------------- */
/* imageBox */
#content3 {
  overflow: hidden;
  background-image: url(/resource/club_com/campaign/askul30thpresent/images/img_03.png);
  background-repeat: no-repeat;
    background-position: 49vw 0;
    background-size: 1200px;
}
#content3::before {
  content: "";
  display: block;
  position: absolute;
  transform: rotate(10deg);
  top: -100px;
  left: calc(50vw - 190px);
  width: 200px;
  height: 600px;
  background-color: #183D9F;
}

.imageBox_content {
  position: relative;
  color: #ffffff;
  padding-top: 40px;
  padding-bottom: 48px;
  width: 460px;
}

/* snsBox */
.snsBox {
  position: relative;
  padding: 24px;
  border-radius: 4px;
  background-color: #ffffff;
}
.snsBox::after {
  content: "";
  position: absolute;
  display: block;
  width: 32px;
  height: 20px;
  left: 0;
  right: 0;
  bottom: -8px;
  margin-inline: auto;
  background-image: url(/resource/club_com/campaign/askul30thpresent/images/icon_delta.png);
}
.snsList {
  display: flex;
  align-items: center;
}

.snsList_item {
  position: relative;
  width: calc(100% / 3);
  padding: 0 8px;
}

.snsList_item:first-child {
  padding-left: 0;
}
.snsList_item:last-child {
  padding-right: 0;
}
/* 上書きする用 */
.mainArea .specialContentBody .snsList_item_link {
  color: #30201A;
}
.snsList_item_link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 16px;
  border: 1px solid #837976;
  border-radius: 4px;
  font-size: 12px;
}

.snsList_item_link:hover {
  text-decoration: none;
  opacity: 0.5;
}


/* colBox */
.colBox {
  display: flex;
  justify-content: space-between;
  position: relative;
}
.colBox_lead {
  position: relative;
}
.colBox_title {
  white-space: nowrap;
}
.colBox_content {
  background-color: #ffffff;
  border-radius: 4px;
  padding: 20px 10px 24px;
  text-align: center;
  max-width: 468px;
  box-sizing: border-box;
}
.colBox_content.-disabled {
  filter: grayscale();
  color: #999999;
  background-color: #EDEFF0;
}
.-disabled .colBox_lead_number {
  color: #999999;
}
.-disabled .colBox_lead_number::before {
  opacity: 0.7;
}
.-disabled .colBox_lead::after {
  opacity: 0.7;
}
.-disabled .colBox_lead_term {
  background-color: #999999;
}
.-disabled .colBox_term {
  background-color: #999999;
}
.colBox_lead_number {
  font-size: 16px;
  color:#183D9F;
}
.colBox_lead_number::before {
  content: "";
  display: inline-block;
  width: 32px;
  height: 32px;
  margin-right: 4px;
  margin-bottom: -4px;
  background-image: url(/resource/club_com/campaign/askul30thpresent/images/icon_cracker.png);
  background-size: contain;
}
.colBox_lead::after {
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  right: 0;
  bottom: -12px;
  margin-inline: auto;
  width: 176px;
  height: 7px;
  background-image: url(/resource/club_com/campaign/askul30thpresent/images/img_heading_line.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.colBox_lead_term {
  display: inline-block;
  position: relative;
  margin-left: 8px;
  padding: 2px 8px;
  background-color: #F06100;
  border-radius: 4px;
  color: #ffffff;
  font-size: 12px;
}
.colBox_term {
  display: inline-block;
  position: relative;
  margin: -24px auto 0;
  padding: 8px 24px;
  background-color: #183D9F;
  border-radius: 16px;
  color: #ffffff;
  font-size: 12px;
}
.colBox_image {
  border-radius: 4px;
  max-width: 388px;
}

/* --------------------------------
notes
-------------------------------- */
.notes {
  margin-top: 40px;
}
.notesBox {
  padding: 24px;
  padding-left: 52px;
  background-color: #EEEEEE;
  border-radius: 4px;
}
.notesBox_title {
  margin-left: -28px;
  margin-right: 8px;
  margin-bottom: 16px;
  font-weight: 600;
}
.notesBox_title::before {
  content: '';
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-right: 4px;
  background-image: url(/resource/club_com/campaign/askul30th/images/icon_notes.png);
  vertical-align: middle;
  transform: translateY(-2px);
}
.description {
  display: flex;
}
.description_title {
  width: 100px;
  flex-shrink: 0;
}
.description_content {
  padding-left: 20px;
}
.description .noticeList {
  font-size: 14px;
}
.description .noticeList_item.-small {
  font-size: 12px;
}
.noticeList_item {
  padding-left: 12px;
  text-indent: -12px;
  line-height: 1.6;
}
