.kv_img {
    width: 100%;
}

.main_title {
    font-size: 26px;
    line-height: 26px;
    font-weight: bold;
    padding: 20px;
    display: block;
    letter-spacing: 0.1em;
    margin: 0 0 20px;
    text-align: center;
}

.sub_title {
    display: block;
    letter-spacing: 0.1em;
    margin: 40px 0 20px;
    text-align: center;
}

.grid_area {
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
    border: 2.5px solid #FF5A00;
    border-radius: 20px;
    padding: 30px 20px;
    margin: 0 auto 30px;
}
.grid_area:last-of-type {
    margin-bottom: 0;
}

.noflex_area {
    display: block;
    padding: 30px 0;
}

.fig_caption {
    width: 340px;
}

.figure_title {
    font-size: 26px;
    margin-bottom: 20px;
    font-weight: 700;
    color: #FF5A00;
    letter-spacing: 0.1em;
    text-align: center;
    line-height: 1.6;
    padding: 0 0 10px;
    border-bottom: 2.5px solid #FF5A00;
}

.figure_text {
    font-size: 14px;
    letter-spacing: 0.1em;
    text-align: left;
}

.appeal_image {
    width: 240px;
}

.appeal_image img {
    display: block;
    margin: auto;
}

.feature_area .appeal_image img {
    width: 220px;
    height: auto;
}

.otoku_area .appeal_image img {
    width: 240px;
    height: auto;
}

.purchase_area .appeal_image img {
    width: 157px;
    height: auto;
}

.logo_img {
    width: calc(110px * 2 + 16px);
    transform: scale(.9);
}
#container .logo_img .list_btn_item.list_logo_item {
    box-sizing: border-box;
    width: 110px;
    height: 46px;
    border: 1px solid #DDDDDD;
    padding: 4px;
    margin: 0 4px 8px;
}
#container .logo_img .list_btn_item.list_logo_item a {
    display: block;
    width: 100%;
    height: 100%;
}

.keisai_logos {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    margin: auto;
    background-size: 100% auto;
    background-repeat: no-repeat;
}
.keisai_logos.comic_logo {
    background-image: url("/resources/a/common/images/publisher_logo/publisher_logo_comic.png?date=231004");
}
.keisai_logos.comicf_logo {
    background-image: url("/resources/a/common/images/publisher_logo/publisher_logo_fcomic.png?date=240117");
}
.keisai_logos.lightnovel_logo {
    background-image: url("/resources/a/common/images/publisher_logo/publisher_logo_lightnovel.png?date=231004");
}
.keisai_logos.magazine_logo {
    background-image: url("/resources/a/common/images/publisher_logo/publisher_logo_magazine.png?date=240807");
}

.figure_button {
    width: 270px;
    margin: 30px auto 0;
    letter-spacing: 0.1em;
    text-align: center;
}

.beginner_button {
    margin: 30px auto 0;
    letter-spacing: 0.1em;
    text-align: center;
}

.big_button {
    margin: 0 auto;
    width: 520px;
}

.beginner_register {
    margin: 40px auto;
}

#container .beginner_button .btn_module,
#container .app_button .btn_module {
    font-size: 20px;
}

.noflex_area .fig_caption {
    width: 363px;
    margin: 0 auto 30px;
}

.noflex_area .slider_area > * > * > div {
    width: 620px;
    height: 252px;
}

.noflex_area .slider_area ul > li[data-media=pc] {
    width: 95px;
}

.noflex_area .slider_area > * > * > * > div {
    margin-left: 38px;
}

.sub_area {
    max-width: 520px;
    padding: 0 20px;
    margin: 0 auto;
}

.sub_title {
    font-size: 28px;
    font-weight: bold;
    margin: 40px 0 30px;
}

.sub_text {
    font-size: 14px;
    line-height: 1.5;
}

.sub_button_text {
    font-size: 20px;
    line-height: 20px;
    font-weight: bold;
    margin: 20px 0 10px;
    color: #FF5A00;
    letter-spacing: 0.1em;
    text-align: center;
}
.blcomp-partition .sub_button_text {
    font-size: 18px;
}

#container .list_btns_sh.round_corner {
    padding: 0 0 20px 0;
}

.step_title {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    margin: 0 0 20px;
    line-height: 1.5;
}

#container .btn_module.step_button {
    display: flex;
    padding-left: 40px;
}

.step_button span {
    line-height: 30px;
    font-size: 18px;
    color: #FF5A00;
}

.payment_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.payment_type {
    width: 45%;
    margin: 15px auto;
}

.payment_type img {
    display: block;
    width: 100%;
    height: auto;
}

.payment_text {
    display: block;
    width: 200px;
    border-radius: 50px;
    padding-top: 2px;
    margin: 4px auto;
    background-color: #F1F1F1;
    text-align: center;
}

/* よくある質問トーグル */
#container .toggle_btn {
    padding: 5px 30px;
    border: none;
    border-radius: 6px;
    display: block;
    margin-bottom: 0;
    box-sizing: border-box;
}

#container .on.toggle_btn {
    border: solid 2px #CCCCCC;
}

#container .on.toggle_btn:hover {
    opacity: .7;
}

#container a.toggle_btn {
    color: #333333;
    font-size: 15px;
    line-height: 30px;
    font-weight: bold;
    letter-spacing: 0.1em;
    text-decoration: none;
    position: relative;
}

#container a.toggle_btn:hover {
    background: none;
}

#container a.toggle_btn i {
    position: absolute;
    top: 15px;
    right: 20px;
    float: none;
}

.toggle_box {
    margin: 0 0 20px;
}

.toggle_box:last-child {
    margin: 0;
}

.toggle_box.on {
    border: solid 2px #CCCCCC;
    border-radius: 6px;
    padding-bottom: 10px;
    box-sizing: border-box;
}

.toggle_Q {
    font-size: 24px;
    color: #FF5A00;
    padding-right: 20px;
}

.toggle_ans {
    font-size: 15px;
    display: flex;
    align-items: center;
    width: 460px;
    padding: 30px 0 0;
    margin: 0 20px 20px 30px;
    border-top: 2px dotted #CCCCCC;
}

.toggle_A {
    font-size: 24px;
    color: #848484;
    padding-right: 20px;
    font-weight: bold;
}

.toggle_ans a {
    text-decoration: underline;
}

/* ステップスライダー */
:root {
  --swiper-preloader-color: #FF5A00;
}

.step-banner.swiper {
    background: #FFFFFF;
    height: auto;
}

.step-banner.swiper .swiper-slide {
    padding: 0 0 30px 0;
    height: 450px;
}

.step-banner .swiper-slide img {
    width: 350px;
    height: auto;
}

.step-banner__img {
    display: block;
    margin: auto;
}

.step-banner .figure_button img {
    height: 30px;
    width: auto;
}

.step-banner .swiper-button-prev,
.step-banner .swiper-button-next {
    position: absolute;
    top: 50%;
    width: 30px;
    height: 30px;
    border: none;
}

.step-banner .swiper-button-prev {
    background: url("/resources/a/sp/v2/images/beginner/arrow_orange.png") no-repeat center center / contain;
    background-size: 30px 56px;
    background-position: 10px -26px;
}

.step-banner .swiper-button-next {
    background: url("/resources/a/sp/v2/images/beginner/arrow_orange.png") no-repeat center center / contain;
    background-size: 30px 56px;
    background-position: -10px 0;
}

.step-banner .swiper-button-next:after, .step-banner .swiper-button-prev:after {
    font-size: 22px;
    color: #FF5A00;
    opacity: 0;
}

.step-banner.swiper-container-horizontal>.step-banner .swiper-pagination-bullets {
    bottom: 13px;
}

.step-banner.swiper-container-horizontal>.step-banner .swiper-pagination-bullets .step-banner .swiper-pagination-bullet {
    margin: 0 6px;
}

.step-banner .swiper-pagination-bullet-active {
    background: #FF5A00;
}

.step-banner .step6_slide p img {
    width: 25px;
    height: auto;
}
