﻿@charset "UTF-8";
.txt_s{font-size:90%;}

.wrap_2023_customer{
   display: none;
}
.wrap_coupon{
/*      display: none;*/
width: 600px;
    margin: 0 auto;
}

/*============================================================
商品コメント3下　よくある質問
============================================================*/
    .wrap_prod_faq {
        margin: 40px auto;
    }

    .wrap_prod_faq>section {
        border: 2px solid #FDD101;
        border-radius: 10px;
        background-color: #FEFBEE;
        padding: 20px 20px;
        margin: 20px auto;
    }

    .wrap_prod_faq>section .wrap_q {
        position: relative;
        font-size: 1.8rem;
        font-weight: 600;
        letter-spacing: .1em;
        cursor: pointer;
        padding-left: 60px;
        padding-right:60px ;
    }


    .wrap_prod_faq>section .wrap_q::before {
        font-size: 3rem;
        content: 'Q.';
        top: 50%;
        transform: translateY(-50%);
        color: #0F61AD;
        font-weight: bold;
        position: absolute;
        left: 20px;
    }

    .wrap_prod_faq>section .wrap_q .nav_slidedown {
        display: block;
        position: absolute;
        top: 50%;
        right: 20px;
        width: 30px;
        height: 30px;
        margin-top: -15px;
        border-radius: 30px;
        background-color: #FDD101;
    }

    .wrap_prod_faq>section .wrap_q .nav_slidedown::before {
        content: '';
            display: block;
            position: absolute;
            top: 50%;
            left: 50%;
            width: 12px;
            height: 2px;
            margin: -1px 0 0 -6px;
            background-color: #222222;
    }

    .wrap_prod_faq>section .wrap_q .nav_slidedown::after {
        content: '';
            display: block;
            position: absolute;
            top: 50%;
            left: 50%;
            width: 12px;
            height: 2px;
            margin: -1px 0 0 -6px;
            background-color: #222222;
            transform: rotate(90deg);
                transition: transform .15s;
                transform: rotate(90deg);
            }

    .wrap_prod_faq>section .wrap_q.q_down .nav_slidedown::after {
        transform: rotate(0deg);
        transition: transform .15s;
    }



    .wrap_prod_faq>section .wrap_a {
        display: none;
        position: relative;
        font-size: 1.6rem;
        letter-spacing: .1em;
        cursor: pointer;
        padding-left: 60px;
        margin-top:30px;
    }

    .wrap_prod_faq>section .wrap_a::before {
        content: 'A.';
        top: 0px;
        left:20px;
        color: #DC0016;
        position: absolute;
        width: 50px;
        height: 50px;
        font-size: 3rem;
        font-weight: bold;
    }
    .wrap_prod_faq>section .wrap_a .wrap_a_img{
margin: 20px 0 0 0;
    text-align: center;
    }

/* デザイン適用 */
.block-questionnaire .fieldset .constraint {
  width: 100px;
}

.questionnaire_radio {
  display: flex;
  align-items: center;
  margin: 15px 0px
}

.questionnaire_radio_img {
  padding-right: 5px;
}

.block-questionnaire--freespace-top {
  margin: 0px;
  padding: 0px;
  border-bottom: 0px;
}

.block-questionnaire h2 {
  border: none;
  font-size: 2.0rem;
}

.block-questionnaire--header,
.block-questionnaire-completed--header {
  background: #0f61ad;
  color: #fff;
  padding: 20px 0 20px 60px;
  margin-top: 30px;
}

.exhibition--header {
  background: #e6821e;
}

.mailmag--header {
  background: #0f61ad;
}

.catalog--header {
  background: #18942e;
}

.block-questionnaire--header span,
.block-questionnaire-completed--header span {
  display: block;
  font-size: 38px;
  width: 1200px;
  margin: 0 auto;
}

.block-questionnaire--header h1,
.block-questionnaire-completed--header h1 {
  display: block;
  font-size: 38px;
  width: 1200px;
  margin: 0 auto;
  font-weight: normal;
  line-height: 1.5;
}

.block-questionnaire--form {
  background-color: #ffffff;
  padding: 30px 100px 30px 100px;
  border-radius: 10px;
  border: 1px solid #7d7d7d;
}

.block-questionnaire--confirmation-form {
  background-color: #ffffff;
  padding: 30px 100px 30px 100px;
  border-radius: 10px;
  border: 1px solid #7d7d7d;
}

.block-questionnaire--complete-form {
  background-color: #ffffff;
  padding: 30px 100px 30px 100px;
  border-radius: 10px;
  border: 1px solid #7d7d7d;
}

.exhibition_complete {
  padding: 100px 0;
}

.no_dot {
  background-image: none;
}

.explanation_txt {
  padding: 50px 0 0px 0;
  line-height: 30px;
  text-align: center;
  font-size: 18px;
}

.explanation_txt_on_circle {
  padding: 20px 0 100px 0;
  line-height: 30px;
  text-align: center;
  font-size: 18px;
}

.catalog_special_item_img {
  height: 250px;
  object-fit: contain;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.background_dot {
  max-width: 100%;
  background-image: url(../../img/usr/questionnaire/bk_fit-paleyellow.webp);
  background-repeat: repeat;
}

/* 文字の上に点 */
.dots {
  -webkit-text-emphasis: filled;
  text-emphasis: filled;
}

/* メルマガ登録ボタン */
.btn_mailmaga {
  width: 397px;
  margin: 70px auto;
}

.btn_mailmaga a {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  height: 60px;
  border-radius: 10px;
  background-color: #265BAB;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  text-decoration: none;
  box-shadow: 0 5px 0 0 #114E7B;
  transition: .14s;
}

.btn_mailmaga a::after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  width: 22px;
  height: 22px;
  margin-top: -11px;
  background-image: url(../../img/usr/questionnaire/icon_arrow_blue.png);
  border-radius: 22px;
  background-position: center;
  background-repeat: no-repeat;
}

#block-questionnaire .required:after {
  padding: 6px 18px;
  display: inline-block;
  vertical-align: top;
  border-radius: 6px;
  color: #fff;
  background-color: #d81523;
  margin-left: 10px;
  font-size: 14px;
  font-weight: normal;
  content: '\5FC5\9808';
  letter-spacing: 3px;
  height: 30px;
  border: none;
  content: "必須";
}

#block-questionnaire .container {
  display: grid;
  grid-template-columns: 0px 1fr;
  grid-template-rows: auto 1fr;
  gap: 0px 0px;
  grid-template-areas:
    "pane-left-menu pane-main"
    "pane-right-menu pane-right-menu";
  position: relative;
  padding-bottom: 80px;
  margin-top: 0px;
}

#block-questionnaire .pane-main {
  margin-top: 20px;
}

#block-questionnaire .container-bg {
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  width: calc(100vw - 40px);
  min-width: 1240px;
  height: 100%;
  border-radius: 10px;
  background-color: transparent;
}

#wrap_index_intro .sub_text {
  font-size: 22px;
}

.wrap_index_intro_head {
  background: #F7D21A;
}

.mlmg_sub_img {
  padding: 25px 0px 5px 0px;
  width: 90%;
}

.margin_top_40 {
  margin-top: 40px;
}

/* 移植 */
/*============================================================
メインバナー
============================================================*/

/*パンくず調整*/

.breadlink {
  max-width: 1200px;
}

/*冒頭の緑の帯*/
.form-content-ttl {
  background: #18942e;
  color: #fff;
  padding: 20px 0 20px 60px;
}

.form-content-ttl span {
  display: block;
  font-size: 38px;
  width: 1200px;
  margin: 0 auto;
}

main#catalog_input,
main#catalog_confirm,
main#catalog_success {
  width: 100%;
  max-width: 100%;
}

#wrap_index_main_banner {
  width: 100%;
  position: relative;
}

#img_index_main {
  text-align: center;
}

#img_index_main img {
  width: 100%;
  height: auto;
}

#bnr_uketsuke_main {
  top: 50px;
  left: 0;
  right: 0;
  text-align: center;
  position: absolute;
}

#txt_no1_description {
  font-size: 12px;
  color: #fff;
  width: 730px;
  margin: auto;
  left: 0;
  right: 0;
  position: absolute;
  bottom: 30px;
  text-align: right;
}

/*============================================================
フィットちゃんランドセルをご検討中の皆さまへ
============================================================*/
#wrap_index_intro {
  width: 100%;
  max-width: 1200px;
  text-align: center;
  position: relative;
  margin: 100px auto 60px auto;
}

#wrap_index_intro h2 {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  padding: 0 0 20px 0;
  margin: 0px;
}

#wrap_index_intro h2 br {
  display: none;
}

#wrap_index_intro h2+p {
  font-size: 22px;
  line-height: 210%;
  margin: 36px auto;
}

#wrap_index_intro a[href="#wrap_form"] {
  margin: 40px auto;
  display: block;
}

.wrap_index_bk {
  width: 100%;
  background-color: #FBF8E7;
  margin: 0;
  display: inline-block;
}

#wrap_index_intro_txt {
  width: 1200px;
  background: #FAD41A;
  padding: 30px 0 0 0;
  text-align: center;
  margin: 160px 0 0 0;
  position: relative;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

#wrap_index_intro_txt2 {
  width: 1200px;
  background: #FFFFFF;
  text-align: center;
  position: relative;
  padding: 0 0 30px 0;
  margin: -10px 0 0 0;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

#wrap_index_intro_txt2 p {
  font-size: 22px;
  line-height: 210%;
  padding: 36px;
}

#wrap_index_intro_txt::before {
  content: '';
  display: block;
  position: absolute;
  top: -100px;
  left: 46%;
  width: 177px;
  height: 110px;
  margin-left: -39px;
  background-image: url(../../img/usr/questionnaire/img_icon-fitred.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.wrap_index_intro_btn {
  margin: 40px 0 0 0;
}

.wrap_index_intro_btn picture {
  display: block;
  margin: 0 0 20px 0;
}

.wrap_index_intro_btn p {
  font-size: 20px;
}

#wrap_index_intro_txt3 {
  width: 1200px;
  background: #ffb300;
  padding: 30px 0 30px 0;
  text-align: center;
  margin: 0 0 0 0;
  position: relative;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

#wrap_index_intro_txt3 .title,
#wrap_index_intro_txt .title {
  font-size: 22px;
  font-weight: bold;
}

#wrap_index_intro_txt3 p {
  font-size: 18px;
  line-height: 30px;
}

/* フィットちゃんのタイトル部分*/
#wrap_mailmag_title {
  position: relative;
}

#wrap_mailmag_title img {
  width: 60%;
}

#wrap_mailmag_title .title {
  position: absolute;
  left: 50%;
  top: 60%;
  transform: translate(-50%, -50%);
  width: 100%;
  font-size: 2.6rem;
  font-weight: bold;
  color: #FFF;
        border-bottom: none;
        margin: 0;
    padding: 0;
}

#wrap_mailmag_title h3.title {
background-color: transparent;
}

.fitchan_title {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.fitchan_title::before {
  content: '';
  display: block;
  position: absolute;
  top: -125px;
  left: 50%;
  width: 177px;
  height: 110px;
  margin-left: -85px;
  background-image: url(../../img/usr/questionnaire/img_icon-fitred.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

/* フィットちゃんのカタログの見どころ */
#wrap_catalog_midokoro_title {
  padding: 30px 0 0 0;
  text-align: center;
  margin: 160px 0 0 0;
  position: relative;
}

/* メルマガ登録特典 */
#wrap_mailmag_title {
  padding: 30px 0 0 0;
  text-align: center;
  margin: 100px 0 0 0;
  position: relative;
}

/****資料請求フォームへのスクロールボタン*****/

.btn_form_scroll_wrap {
  width: 900px;
  display: block;
  margin: 0 auto;
  position: relative;
}

.btn_form_scroll {
  background: #fdd201;
  width: 900px;
  display: block;
  margin: 0 auto 20px;
  padding: 25px 0;
  border-radius: 100px;
}

.btn_form_scroll_fukidashi {
  position: absolute;
  z-index: 999;
  right: 80px;
  top: -60px;
}

.yajirushi {
  margin: 10px 0 0 0;
}

.btn_form_scroll h2 img {
  margin-right: 15px;
  width: 60px;
}

.btn_form_scroll h2 p span {
  -webkit-text-emphasis: filled;
  text-emphasis: filled;
  font-size: 28px;
}

/****資料請求フォームへのスクロールボタン*****/
#img_intro {
  position: absolute;
  bottom: 0;
  left: 740px;
  display: none;
}

#nav_prev_year {
  text-align: center;
  margin: 30px auto 50px auto;
}


/*============================================================
スライダーのようなイメージ
============================================================*/
#wrap_img_w100 {
  width: 100%;
  text-align: center;
  margin: 70px auto 70px auto;
}

#wrap_img_w100 img {
  width: 100%;
  max-width: 100%;
}

/*============================================================
カタログの見どころ
============================================================*/
#wrap_catalog_deatures {
  margin: 60px auto 60px auto;
  position: relative;
  max-width: 1200px;
}

#wrap_catalog_deatures h2 {
  text-align: center;
  margin: 0px auto 50px auto;
  font-size: 30px;
}

#wrap_catalog_catch {
  position: absolute;
  top: -90px;
  left: 0;
  right: 0;
  text-align: center;
  transform: translateX(-340px);
  width: 190px;
  margin: auto;
}

#wrap_catalog_detail {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  counter-reset: my_catalog_detail_counter;
  margin: 40px 0 0 0;
}

#wrap_catalog_detail>section {
  width: calc(100% / 2 - 10px);
  position: relative;
  background-color: #FDF9EE;
  padding: 15px 0;
  margin: 10px 0 0 0;
}

#wrap_catalog_detail>section>p>img {
  display: block;
  text-align: center;
  margin: auto;
}

#wrap_catalog_detail h3 {
  margin: 20px auto;
  text-align: center;
  padding: 0px 0px 10px 0px;
  /*		border-bottom: dashed 2px #FFCB77;
		position: relative;*/
  font-size: 20px;
  border-bottom: 1px solid #000;
  background-color: transparent;
}

.wrap_catalog_detail_txt {
  font-size: 18px;
  line-height: 160%;
}

#wrap_catalog_detail h3:before {
  /*		content: counter(my_catalog_detail_counter);
		counter-increment: my_catalog_detail_counter;
		background-color: #FFCB77;
		color: #40220F;
		display: block;
		line-height: 50px;
		margin-left: 0px;
		text-align: center;
		height: 50px;
		width: 50px;
		border-radius: 50%;
		position: absolute;
		top: 0px;
		left: 0px;
		font-weight: normal;
		font-size: 22px;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";*/
}

#wrap_catalog_detail>section:first-of-type>div:first-of-type {
  position: absolute;
  top: -66px;
  left: 0;
  right: 0;
  text-align: center;
  margin: 0 auto;
}

#wrap_catalog_detail>section:last-of-type>div:first-of-type {
  position: absolute;
  bottom: 0;
  right: -83px;
}


/* 黄色のボタン */

.wrap_schedule_btn {
  margin: 50px auto;
    background: #fff;
}

.wrap_btn {
  border: 3px solid #F7D21A;
  border-radius: 10px;
}

.wrap_schedule_btn .sb_title {
  background: #F7D21A;
  display: flex;
  align-items: center;
  position: relative;
  height: 80px;
  padding: 0 20px;
  font-size: 2rem!important;
  font-weight: 600;
  cursor: pointer;
  justify-content: center;
  letter-spacing: .04em;
    margin: 0!important;
    border-bottom: none;
}

.wrap_schedule_btn .sb_title .icon-plus {
  position: absolute;
  top: 50%;
  right: 19px;
  width: 30px;
  height: 30px;
  margin-top: -15px;
  border-radius: 30px;
  background-color: #fff;
}

.wrap_schedule_btn .sb_title .icon-plus::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 8px;
  margin-top: -1px;
  width: 14px;
  height: 2px;
  background-color: #222;
  transition: .14s;
}

.wrap_schedule_btn .sb_title .icon-plus::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 8px;
  margin-top: -1px;
  width: 14px;
  height: 2px;
  background-color: #222;
  transition: .14s;
  transform: rotate(90deg);
}

.wrap_schedule_btn .js-detail_select-target {
  background: #fff;
  border-radius: 0 0 10px 10px;
}


.ran-start2025_season {
  /*max-width: 400px;*/
  padding: 30px;
}

.ran-start2025_season_item {
  margin-bottom: 20px;
  display: flex;
}

.ran-start2025_season_ttl {}

.ran-start2025_season_circle+p {
  font-size: 16px;
  font-weight: bold;
  padding: 46px 0 0 36px;
}


.ran-start2025_season_circle span.f_size01 {
  font-size: 20px;
}

.ran-start2025_season_circle span.f_size02 {
  font-size: 22px;
}

.ran-start2025_season_circle {
  background: #FDD101;
  border-radius: 10px 0 0 10px;
  ;
  text-align: left;
  color: #000;
  width: 160px;
  height: 116px;
  font-weight: bold;
  font-size: 16px;
  padding: 24px;
}

.ran-start2025_season_list {
  text-align: left;
  padding: 24px;
  margin: 0;
  line-height: 200%;
  background-color: #FFFCF2;
  width: calc(100% - 160px);
  height: 116px;
  border-radius: 0 10px 10px 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.ran-start2025_season_list p {
  width: 100%;
}

.ran-start2025_season_list a {
  text-decoration: underline;
  position: relative;
  padding: 0 20px 0 0;
}

.ran-start2025_season_list a::after {
  position: absolute;
  content: "";
  top: calc(50% - 4px);
  right: 0;
  width: 8px;
  height: 8px;
  vertical-align: middle;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  transform: rotate(45deg);
}

.ran-start2025_season_list p strong,
.ran-start2025_season_list_off p strong {
  font-size: 20px;
  font-weight: bold;
}

.ran-start2025_season_list p,
.ran-start2025_season_list_off p {
  font-size: 18px;
}

.ran-start2025_season_list_off {
  text-align: left;
  padding: 0 0 50px 90px;
  margin: -110px 0 0 56px;
  line-height: 200%;
}



/*============================================================
メルマガ登録特典
============================================================*/

#wrap_catalog_special {
  margin: 10px auto 40px auto;
  position: relative;
  max-width: 1200px;
}

#wrap_catalog_special h2 {
  text-align: center;
  margin: 0px auto 30px auto;
  font-size: 30px;
}

#wrap_catalog_special h2 img {
  height: 30px;
  display: inline-block;
  margin: 0 10px 10px 0;
}

#wrap_catalog_special .wrap_catalog_special_list {
  display: flex;
  justify-content: space-between;
}

#wrap_catalog_special .list_type_2 {
  display: flex;
  justify-content: center;
	margin: 30px 0 0 0;
}
#wrap_catalog_special .list_type_2 .catalog_special_item:first-child {
	margin: 0 20px 0 0;
}


#wrap_catalog_special .catalog_special_item {
  background: #fff;
  border: #e9e9e6 3px solid;
  border-radius: 10px;
  padding: 60px 30px 30px 30px;
  width: 32%;
  position: relative;
}

#wrap_catalog_special .catalog_special_item h3 {
  margin: 19px auto;
  text-align: center;
  padding: 0px 0px 10px 0px;
  font-size: 19px;
  background-color: transparent;
}


#wrap_catalog_special .catalog_special_item h3 span {
  font-size: 15px;
}

#wrap_catalog_special .catalog_special_item2 {
  background: #fff;
  border: #e9e9e6 3px solid;
  border-radius: 10px;
  width: 32%;
  position: relative;
}

#wrap_catalog_special .catalog_special_item2 h3 {
  margin: 25px auto;
  text-align: center;
  padding: 0px 30px 10px 30px;
  font-size: 19px;
  background-color: transparent;
}


#wrap_catalog_special .catalog_special_item2 h3 span {
  font-size: 15px;
}

#wrap_catalog_special .catalog_special_item2 h3+p {
  padding: 0px 30px 10px 30px;
}

.wrap_catalog_detail_txt {
  font-size: 18px;
  line-height: 160%;
}

.catalog_special_circle {
  background: #265BAB;
  border-radius: 50%;
  text-align: center;
  color: #fff;
  width: 100px;
  height: 100px;
  margin: 0 auto;
  position: absolute;
  top: -50px;
  left: 40%;
}

.catalog_special_circle span:first-child {
  display: block;
  padding: 18px 8px 3px 8px;
  font-weight: bold;
  font-size: 18px;
  display: table;
  margin: 0 auto;
}

.catalog_special_circle span:nth-child(2) {
  font-size: 26px;
  font-weight: bold;
  display: table;
  margin: 0 auto;
}



/*============================================================
フォーム直前のフィットちゃんたち
============================================================*/
#wrap_fit_img_before_form {
  margin: 0px auto 0px auto;
  text-align: center;
}

/*============================================================
フォームouter
============================================================*/
#wrap_form_outer {
  max-width: 100%;
  background-image: url(../../img/usr/questionnaire/bk_fit-paleyellow.webp);
  background-repeat: repeat;
  padding: 1px 0px 1px 0px;
  margin: 0px auto 60px auto;
}

main#catalog_confirm #wrap_form_outer {
  padding-top: 20px;
  background-color: #FCF8E8;
}

/*============================================================
ナビゲーション（ステップフロー）
============================================================*/
#wrap_form_outer>h2:first-child {
  margin: 40px auto 60px auto;
  text-align: center;
  font-size: 30px;
}

#wrap_flow {
  margin: 0px auto 60px auto;
  max-width: 1200px;
}

main#catalog_confirm #wrap_flow {
  margin-top: 20px;
}

#wrap_flow ul {
  width: 100%;
  /* ステップフロー全体の横幅を指定 */
  display: flex;
  /* flexboxで横並びにする */
  justify-content: space-between;
  /* 横並びにしたものを等間隔で並べる */
}

#wrap_flow li {
  width: calc(100% / 3);
  /* 横幅を三等分した1つの大きさに指定 */
  background: #DBDBDB;
  line-height: 60px;
  /* 行間(高さの代わり)を指定 */
  text-align: center;
  /* 文字を中央寄せにする */
  position: relative;
  /* 基準位置とする */
  font-size: 20px;
  font-weight: bold;
}

#wrap_flow li:not(:first-child) {
  margin: 0 0 0 10px;
  /* 最初と最後以外には左に適度な余白を指定 */
}

#wrap_flow li::before,
#wrap_flow li::after {
  content: "";
  /* 疑似要素では必須 */
  width: 0;
  /* 横幅を0に指定 */
  height: 0;
  /* 高さを0に指定 */
  display: block;
  /* ブロック要素にする */
  position: absolute;
  /* 相対位置に指定 */
}

#wrap_flow li::before {
  border: solid 30px transparent;
  border-right: solid 30px transparent;
  border-left: solid 30px #fbf8e7;
  top: 0px;
  left: 0px;
  z-index: 1;
}

#wrap_flow li::after {
  border: solid 30px transparent;
  border-left: solid 30px #DBDBDB;
  border-right: solid 30px transparent;
  top: 0;
  right: -60px;
  z-index: 2;
}

#wrap_flow li:first-child::before,
#wrap_flow li:last-child::after {
  content: none;
  /* 最初のliの左と最後のliの右は作らない */
}

/* 以下.flow_activeだけ色を変えるCSS */
#wrap_flow li.flow_active {
  color: #292928 !important;
  background: #FAD41A !important;
  font-size: 20px;
  font-weight: bold;
}

#wrap_flow li.flow_active::after {
  border-left-color: #FAD41A !important;
}

/*確認画面と完了画面は色が違う*/
main#catalog_confirm #wrap_flow li,
main#catalog_success #wrap_flow li {
  background-color: #DCDCDC;
}

main#catalog_confirm #wrap_flow li::before,
main#catalog_success #wrap_flow li::before {
  border-left-color: #fcf8e8;
}

main#catalog_confirm #wrap_flow li::after,
main#catalog_success #wrap_flow li::after {
  border-left-color: #DCDCDC;
}

main#catalog_success #wrap_flow {
  margin-bottom: 0;
}

/*============================================================
フォーム
============================================================*/
#wrap_form {
  margin: 0px auto;
  max-width: 1200px;
}

#wrap_form h2 {
  font-size: 26px;
  text-align: center;
  padding-bottom: 10px;
  < !--border-bottom: solid 2px #222222;
  -->
}

/*============================================================
ジャイロンボタン
============================================================*/
#input_button {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 20px auto 70px auto;
}

#input_button>div {
  width: calc(100% / 3 - 10px);
  font-size: 14px;
}

.sfs-message .sfs-button {
  width: auto !important;
  text-align: center;
}

/*============================================================
メルマガ特典
============================================================*/
#wrap_early_bird {
  counter-reset: my_earlybird_counter;
}

#wrap_early_bird>p:first-child {
  margin-top: 0px;
}

#wrap_early_bird ol {}

#wrap_early_bird ol li {
  position: relative;
  margin: 20px 0px;
  padding-left: 24px;
}

#wrap_early_bird ol li:before {
  content: counter(my_earlybird_counter);
  counter-increment: my_earlybird_counter;
  background-color: #FFCB77;
  color: #fff;
  display: block;
  line-height: 20px;
  margin-left: 0px;
  text-align: center;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  position: absolute;
  top: 0px;
  left: 0px;
  font-weight: normal;
  font-size: 12px;
}

#wrap_early_bird p {
  margin: 40px 0px;
}

#wrap_caution_delivery_date {
  text-align: center;
}

/*==================================================
Common
==================================================*/
#ft_inner_banner,
#ft_bnr_related,
#ft_calendar {
  display: none;
}


/*============================================================
よくある質問
============================================================*/

#wrap_index_qaf .is-open,
#wrap_index_qaf .js-detail_select-switch {
  background-color: #FEFBEE;
}

#wrap_index_qaf {
  margin: 150px 0;
}

#wrap_index_qaf .block-top-event--detail_select-content-item {
  border: 3px solid #F7D21A;
}

#wrap_index_qaf>div>div>div>div.item-ttl.js-detail_select-switch>span {
  background-color: #F7D21A;
}

#wrap_index_qaf .wrap {
  width: 1200px;
  margin: 20px auto;
}

#wrap_index_qaf>div>div>div>div.item-ttl.js-detail_select-switch .qaf_q {
  background-color: transparent;
  padding: 20px;
  color: #265BAB;
  font-size: 2.6rem;
  font-weight: bold;
}
.qaf_a {
  background-color: transparent;
  padding: 20px;
  color: #d81523;
  font-size: 2.6rem;
  font-weight: bold;
}



/*============================================================
冒頭分・アコーディオン
============================================================*/

#catalog_intro_ac {
  padding: 150px 0 80px 0;
        position: relative;
}

#catalog_intro_ac::before {
    content: '';
    display: block;
    position: absolute;
    top: 66px;
    left: 46%;
    width: 177px;
    height: 110px;
    margin-left: -39px;
    background-image: url(../../img/usr/questionnaire/img_icon-fitred.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 10;
}

#catalog_intro_ac .is-open,
#catalog_intro_ac .js-detail_select-switch {
  background-color: #fad41a;
}


#catalog_intro_ac .block-top-event--detail_select-content-item {
  border: 3px solid #F7D21A;
}

#catalog_intro_ac>div>div>div>div.item-ttl.js-detail_select-switch>span {
  background-color: #F7D21A;
}

#catalog_intro_ac .wrap {
  width: 1200px;
  margin: 20px auto;
}
#catalog_intro_ac h2{
        margin: 0;
    border: none;
    padding: 0;
    text-align: center;
}
#catalog_intro_ac .item-ttl div{
        text-align: center;
    width: 100%;
}
#catalog_intro_ac .item-content.js-detail_select-target p{
    font-size: 22px;
    line-height: 210%;
    padding: 36px;
        text-align: center;
}


/*============================================================
確認画面
============================================================*/

#catalog_confirm .form-content-ttl {
  margin: 0 0 90px 0;
}

#catalog_confirm .form-group {
  border-top: 1px solid #7d7d7d;
  border-left: 1px solid #7d7d7d;
  border-right: 1px solid #7d7d7d;
  background: #fff;
  padding: 0px 0px 0px 30px;
}

/*============================================================
完了画面
============================================================*/
#catalog_success .form-content-ttl {
  margin: 0 0 90px 0;
}

/* success.cssより移植 */
/*=======================================================================
PC
=======================================================================*/

#catalog_success {
  background-color: #FBF8E7;
  color: #282829;
}

#wrap_suucess_main,
.wrap_inner,
#wrap_sns_start {
  max-width: 1200px;
  margin: 0 auto;
}

/*============================================================
	
============================================================*/
#wrap_suucess_main {
  text-align: center;
  padding: 70px 0 140px 0;
}

/*============================================================
	
============================================================*/
#wrap_thanks {
  border: 2px solid #fdd101;
  border-radius: 16px;
  background-image: url("../../img/usr/questionnaire/img_thanks_bg.webp");
  position: relative;
  min-height: 210px;
  padding: 70px;
}

#wrap_thanks::before {
  content: '';
  background-image: url("../../img/usr/questionnaire/img_thanks01_pc.webp");
  position: absolute;
  width: 165px;
  height: 314px;
  left: 50px;
  bottom: 0;
}

#wrap_thanks::after {
  content: '';
  background-image: url("../../img/usr/questionnaire/img_thanks02_pc.webp");
  position: absolute;
  width: 273px;
  height: 340px;
  top: 30px;
  right: 35px;
}

#wrap_thanks h2 {
  color: #18942e;
  font-size: 42px;
  font-weight: bold;
  margin: 0 0 20px 0;
  text-align: center;
  border-bottom: none;
}

#wrap_thanks p {
  font-size: 20px;
  line-height: 2;
  position: relative;
  z-index: 5;
}

/*============================================================
	
============================================================*/

#wrap_lets_rankatsu {
  background-image: url("../../img/usr/questionnaire/bk_fit-paleyellow.webp");
  background-repeat: repeat;
  padding: 70px 0;
  position: relative;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
}

#wrap_lets_rankatsu .wrap_intro {
  text-align: center;
}

#wrap_lets_rankatsu .wrap_intro h2 {
  font-size: 48px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  position: relative;
  margin: 0 0 2px 0;
  border-bottom: none;
}

#wrap_lets_rankatsu .wrap_intro .speech_bubble {
  font-size: 30px;
}

/*
#wrap_lets_rankatsu .wrap_intro h2::before {
  content: '';
  background-image: url("../../img/usr/questionnaire/img_fit_rankatsu.webp");
  position: absolute;
  width: 120px;
  height: 137px;
  top: 0px;
  left: 170px;
}

#wrap_lets_rankatsu .wrap_intro h2::after {
  content: '';
  background-image: url("../../img/usr/questionnaire/img_bg_02.webp");
  position: absolute;
  width: 125px;
  height: 79px;
  top: 0px;
  right: 130px;
}
*/
#wrap_lets_rankatsu .wrap_intro p {
  font-size: 22px;
  line-height: 1.8;
}

/*============================================================
	スケジュール
============================================================*/

#wrap_schedule_check {
  padding: 50px 30px;
}

#wrap_schedule_check h2 {
  padding: 20px 20px;
  border: none;
  font-size: 22px;
  text-align: center;
}

#wrap_schedule_check h2:not(:first-child),
#wrap_sns_start h2:not(:first-child) {
  margin-top: 20px;
}

.catalog_check_circle {
  background: #FAD41A;
  border-radius: 50%;
  text-align: center;
  width: 100px;
  height: 100px;
  margin: 0 auto;
}

.catalog_check_circle span:first-child {
  display: block;
  padding: 18px 8px 3px 8px;
  font-weight: bold;
  font-size: 18px;
  display: table;
  margin: 0 auto;
}

.catalog_check_circle span:nth-child(2) {
  font-size: 26px;
  font-weight: bold;
  display: table;
  margin: 0 auto;
}

/*============================================================
	SNS
============================================================*/

#wrap_sns_start {
  padding: 50px 30px;
}

#wrap_sns_start h2 {
  padding: 20px 20px;
  border: none;
  font-size: 22px;
  text-align: center;
}

#wrap_sns_start .txt-center {
  text-align: center;
  font-size: 22px;
}

#wrap_sns_start #wrap_sns {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#wrap_sns_start #wrap_sns .sns_box {
  width: 31%;
  background-color: #fff;
  border-radius: 8px;
  text-align: center;
  position: relative;
  padding: 20px;
}

#wrap_sns_start .sns_box_img {
  width: 85px;
  height: 85px;
  position: absolute;
  top: 20px;
  left: calc(50% - 43px);
  display: flex;
  align-items: center;
  justify-content: center;
}

#wrap_sns_start .sns_box_circle {
  border-radius: 20%;
  width: 85px;
  height: 85px;
  position: absolute;
  top: 20px;
  left: calc(50% - 43px);
  display: flex;
  align-items: center;
  justify-content: center;
}

#wrap_sns_start .sns_box h3 {
  margin: 90px 0 0 0;
  font-size: 24px;
  background-color: transparent;
}

#wrap_sns_start .sns_box p {
  font-size: 18px;
  line-height: 1.8;
  padding-bottom: 10px;
}

#wrap_sns_start .btn_sns {
  border-radius: 10px;
  font-weight: bold;
}

#wrap_sns_start .btn_sns a {
  margin: 0;
  display: block;
  color: #fff;
  padding: 10px;
  font-size: 20px;
  text-decoration: none;
  position: relative;
}

#wrap_sns_start .btn_sns a:visited {
  color: #fff;
}

#wrap_sns_start .btn_sns a::before {
  content: '';
  display: block;
  position: absolute;
  width: 35px;
  height: 35px;
  left: calc(50% - 6em);
  top: calc(50% - 15px);
}

/*
#wrap_sns_start .btn_sns.green a::before {
  background: url("../../img/usr/questionnaire/icon_line.webp") no-repeat;
  background-size: 100%;
  top: calc(50% - 15px);
}

#wrap_sns_start .btn_sns.purple a::before {
  background: url("../../img/usr/questionnaire/icon_insta.webp") no-repeat;
  background-size: 75%;
  top: calc(50% - 12px);
}

#wrap_sns_start .btn_sns.black a::before {
  background: url("../../img/usr/questionnaire/icon_x.webp") no-repeat;
  background-size: 60%;
  top: calc(50% - 10px);
}
*/
/* SNS */
#wrap_sns_start .sns_box.green {
  border: 3px solid #33b157;
}

#wrap_sns_start .sns_box.purple {
  border: 3px solid #c62f9c;
}

#wrap_sns_start .sns_box.black {
  border: 3px solid #000;
}

/* SNS */
#wrap_sns_start .sns_box_circle.green,
#wrap_sns_start .btn_sns.green {
  background-color: #33b157;
}

#wrap_sns_start .sns_box_circle.green img {
  width: 80%;
}

#wrap_sns_start .sns_box_circle.purple,
#wrap_sns_start .btn_sns.purple {
  background-color: #c1338f;
}

#wrap_sns_start .sns_box_circle.purple img {
  width: 55%;
}

#wrap_sns_start .sns_box_circle.purple {
  background-image: url("../../img/usr/questionnaire/icon_insta_bg.webp");
}

#wrap_sns_start .sns_box_circle.black,
#wrap_sns_start .btn_sns.black {
  background-color: #000;
}

#wrap_sns_start .sns_box_circle.black img {
  width: 50%;
}

/* SNS */
#wrap_sns_start .btn_sns.green {
  background-color: #33b157;
  box-shadow: 3px 5px #2d944a;
}

#wrap_sns_start .btn_sns.purple {
  /*background-color: #c1338f;*/
  background-image: url("../../img/usr/questionnaire/btn_insta_bg.webp");
  background-size: 105%;
  background-position: center;
  box-shadow: 3px 5px #9a2276;
}

#wrap_sns_start .btn_sns.black {
  background-color: #000;
  box-shadow: 3px 5px #444;
}

#wrap_sns_start #wrap_sns .sns_box:last-child {
  margin-bottom: 0;
}

/*============================================================
	
============================================================*/
#wrap_mailmaga .txt_blue {
  color: #265BAB;
  text-align: center;
  font-weight: bold;
  font-size: 28px;
  margin: 100px auto 0 auto;
}

#wrap_mailmaga_special {
  border: 2px solid #265BAB;
  border-radius: 16px;
  background-color: #f2fbff;
  margin-top: 140px;
  padding: 50px 30px;
  position: relative;
}

#wrap_mailmaga_special h2 {
  display: inline-block;
  position: relative;
  margin: 0;
  padding: 20px 50px;
  background-color: #265BAB;
  border-radius: 40px;
  font-size: 22px;
  color: #fff;
  top: -80px;
  left: 34%;
  line-height: 1;
}

#wrap_mailmaga_special h2::before {
  content: '';
  position: absolute;
  background-image: url("../../img/usr/questionnaire/img_icon-fitred.webp");
  background-size: 100%;
  width: 139px;
  height: 105px;
  top: -99px;
  left: 32%;
}

#wrap_mailmaga_special h2::after {
  content: '';
  position: absolute;
  margin: 0;
  bottom: -25px;
  right: 50%;
  width: 0;
  height: 0;
  border-top: 40px solid #265BAB;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  transform: rotate(40deg);
}

#wrap_mailmaga_special .wrap_special {
  display: flex;
  justify-content: space-between;
  margin: 80px 0 0 0;
}

#wrap_mailmaga_special .wrap_special .special_box {
  width: 31%;
  background-color: #fff;
  border-radius: 8px;
  text-align: center;
  position: relative;
  padding: 20px;
}

#wrap_mailmaga_special .txt-center {
  text-align: center;
  margin: 0 0 50px 0;
  font-size: 22px;
}

#wrap_mailmaga_special .wrap_special .special_circle {
  background: #265BAB;
  border-radius: 50%;
  text-align: center;
  color: #fff;
  width: 100px;
  height: 100px;
  margin: 0 auto;
  position: absolute;
  top: -50px;
  left: 36%;
}

#wrap_mailmaga_special .wrap_special .special_circle span:first-child {
  border-bottom: #fff 1px solid;
  padding: 18px 8px 3px 8px;
  font-size: 18px;
  display: table;
  margin: 0 auto;
}

#wrap_mailmaga_special .wrap_special .special_circle span:nth-child(2) {
  font-size: 26px;
  font-weight: bold;
  display: table;
  margin: 0 auto;
}

#wrap_mailmaga_special .wrap_special h3 {
  margin: 45px auto 15px auto;
  font-size: 28px;
}

#wrap_mailmaga_special .wrap_special p {
  font-size: 20px;
}

#wrap_mailmaga_special .btn_mailmaga {
  text-align: center;
  margin: 80px auto 0 auto;
}