/* base */
.lp_content{
    width: 100%;
}
.lp_content a{
    transition:all 0.2s;
}
.lp_content a:hover{
    opacity: 0.7;
}
.summary-text{
    margin: 20px 0 25px;
    font-size: 1.5rem;
    background: #efefef;
    padding: 15px;
    border-left: 7px solid #0063c1;
}
.main-title{
    margin-top: 20px;
    font-size: 2rem;
}
.main-introduction{
    padding-top: 20px;
    font-size: 1.5rem;
    font-weight: bold;
}
.sp-title{
    position: relative;
    padding: 15px 15px;
    outline: 2px solid #333;
    background-image: linear-gradient(45deg, transparent 0 30px, #fff 30px), repeating-linear-gradient(135deg, #0063c1 0 3px, transparent 3px 6px);
    color: #333;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.4;
}
.button__more a{
    color: #005cb4 !important;
}

.mv_inner{
    margin-bottom: 30px;
}

@media (min-width: 768px){
    .main-introduction{
        text-align: center;
        font-size: 1.7rem;
    }
    .sp-title{
        padding: 20px 15px;
        font-size: 2.3rem;
        text-align: center;
    }
}

/* メインタイトル */
@media screen and (max-width: 767px){
        .main-title{
            font-size: 17px;
    }
}

/* 全体マージンと装飾 */
.main_content_all span{
    font-weight: bold;
}

.main_content_all h2{
        margin-bottom: 20px;
        position: relative;
        padding: 15px 15px;
        outline: 2px solid #4a4646;
        background-image: linear-gradient(45deg, transparent 0 30px, #fff 30px), repeating-linear-gradient(135deg, #22a0fe 0 3px, transparent 3px 6px);
        color: #4a4646;
        font-size: 2.8rem;
        font-weight: bold;
        line-height: 1.4;
        text-align: center;
}

.main_content_all h3{
        margin-bottom: 20px;
        font-weight: bold;
        font-size: 20px;
        padding: 1rem 2rem;
        border-left: 5px solid #22a0fe;
        background: #f4f4f4;
}

.main_content_all h4{
    margin-top: 50px;
    border-bottom: 2px solid #22a0fe;
    font-size: 2rem;
}


.fnt-size_item a, .standaed_items_goods p a, .rank_ranking_items h3, .standard_h3_group p a, .site_production_sct a, .fnt-size_item_link a{
    text-decoration: underline;
}

.small_lot_sct, .site_production_sct, .booth_impression_sct, .deta_ranking_sct{
    margin: 100px auto 100px auto;
    padding-top: 100px;
}


/* h2の次のｐフォントサイズ */
    .fnt-size_item p{
        font-size: 1.7rem;
        margin: .6rem 0;
    }

/* h3の次のフォントサイズ */
    .standard_h3_group p{
        font-size: 1.7rem;
    }

    .standard_h3_group{
        margin: 20px 0 30px 0;
    }

/* h4の次のフォントサイズ */
    .standaed_items_goods p{
        font-size: 1.5rem;
        margin-top: 10px;
    }

/* オープンキャンパスとは */
@media (max-width: 767px){
    .role_sct h2{
        font-size: 14px;
    }

    .fnt-size_item p{
        font-size: 12px;
    }

    .role_sct_img{
        width: 100%;
    }

    .main_content_all h2 {
        font-size: 2rem;
    }
}

/* 役割 */
    .role_sct {  
        margin-bottom: 70px;
    }

    .role_sct_img{
        margin: auto;
        width: 700px;
    }

    @media (max-width: 767px){
    .role_sct_img{
        width: 100%;
    }
}



/* 定番・夏のオープンキャンパス向け */

    .standard_sct span, .summer-open-campus_sct span, .impact_sct span, .deta_ranking_sct span{
        font-weight: bold;
    }

    /* 商品一覧を見るボタン */
    .standard-goods_btn a, .role_sct a{
        border: 4px solid #22a0fe;
        border-radius: 50px;
        background-color: #FFF;
        color: #222;
        display: flex;
        padding: 20px 1px;
        position: relative;
        align-items: center;
        font-size: 15px;
        font-weight: bold;
        justify-content: center;
    }

    .role_sct a::after{
        content: "";
        border-bottom: 2px solid #22a0fe;
        border-right: 2px solid #22a0fe;
        transform: rotate(45deg);
        width: 6px;
        height: 6px;
        position: absolute;
        right: 20px;
    }


    .standard-goods_btn a::after{
        content: "";
        border-bottom: 2px solid #22a0fe;
        border-right: 2px solid #22a0fe;
        transform: rotate(-45deg);
        width: 6px;
        height: 6px;
        position: absolute;
        right: 20px;
    }

    .standard-goods_btn a:hover::after, .role_sct a:hover::after{
        border-bottom: 2px solid #ffffff;
        border-right: 2px solid #ffffff;
    }

    .standard-goods_btn a:hover, .role_sct a:hover{
        background-color: #22a0fe;
        color: #FFF;
    }

    .standard-goods_btn, .open-campus_ranking_btn{
        margin: 20px auto 50px auto;
        width: 500px;
    }



@media screen and (max-width: 767px){
    .standard-goods_btn, .open-campus_ranking_btn {
        width: 100%;
    }

    .open-campus_ranking_btn a{
        font-size: 10px;
    }
}

/* 迷ったら */
.standard_sct_item{
    margin-bottom: 40px;
}

.standaed_items_goods{
    margin-bottom: 70px;
}


/* 商品の並び */
.featured_list{
    margin-top: 20px;
}
@media screen and (min-width: 1024px) {
    .product-list__inr {
        gap: 20px !important;
    }
}

@media screen and (min-width: 1024px) {
    .product-list__item {
        width: 232px;
        max-width: calc((100% - 100px) / 4) !important;
    }
}
    

/* ランキング */
.deta_ranking_item{
    margin-bottom: 40px;
}

.product-comment{
    display: none !important;
}

.class_rank .product-list ul li{
    width: calc((100% - 120px) / 5);
}

.class_rank{
    margin-bottom: 20px;
}

.deta_ranking_sct_img{
    width: 700px;
    margin: auto;
}


.school_sct_img{
    width: 700px;
    margin: auto;
}

.rank_ranking_items p{
    font-size: 1.5rem;
}

@media (max-width: 767px){
    .deta_ranking_sct_img {
        width: 100%;
    }
}


/* 学校らしさ */
@media (max-width: 767px){
    .school_sct_img {
        width: 100%;
    }
}

/* 担当者コメント */
.production_comment img{
    width: 100px;
    margin: auto;
}


/* 製作したノベルティの学校名とブースのリンク先 */
.production_top{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.production_comment{
    display: flex;
    align-items: center;
    margin: auto;
    font-size: 1.5rem;
}

.production_comment p{
    position: relative;
    display: inline-block;
    margin: 1.5em 0 1.5em 15px;
    padding: 7px 10px;
    min-width: 120px;
    max-width: 100%;
    color: #555;
    font-size: 16px;
    background: #e0edff;
}

.production_comment p:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -30px;
  margin-top: -15px;
  border: 15px solid transparent;
  border-right: 15px solid #e0edff;
}

.site_production_sct a, .fnt-size_item_link{
    font-size: 15px;
}

.fnt-size_item_link p{
    font-weight: bold;
    font-size: 1.8rem;
    margin-top: 20px;
}

.max-line_2 {
        height: auto !important;
}

@media (max-width: 767px) {
    .production_comment p{
        font-size: 14px;
    }

}


    /* 質問 */
@media (min-width: 768px) {
    .section-navi {
        margin-top: -100px;
        padding-top: 110px;
    }
}

.sp-title {
    margin-bottom: 20px;
    padding: 10px 0;
    font-size: 2.6rem;
    font-weight: bold;
}

@media (min-width: 768px) {
    .sp-title {
        padding-right: 100px;
    }
}

.mB50 {
    margin-bottom: 50px;
}

.q_and_a {
    margin-bottom: 5px;
    border-bottom: 2px solid #eee;
}

.q_and_a summary {
    position: relative;
    display: flex
;
    justify-content: space-between;
    align-items: center;
    padding: 0.8em 1.5em 0.8em 2.3em;
    color: #222;
    cursor: pointer;
    line-height: 1.4;
    font-size: 1.4rem;
    font-weight: 600;
}

@media screen and (min-width: 1024px) {
    .q_and_a summary, .q_and_a p {
        list-style: 1.5;
        font-size: 1.5rem;
    }
}

.q_and_a summary::before, .q_and_a p::before {
    position: absolute;
    left: 0em;
    font-size: 1.3em;
    font-weight: 600;
}

.q_and_a summary::before {
    content: "Q";
    position: absolute;
    display: flex
;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    width: 25px;
    height: 25px;
    border-radius: 15px;
    background-color: #9d010f;
    color: #fff;
    line-height: 1.4;
    font-size: 1.6rem;
    font-weight: bold;
}

@media screen and (min-width: 1024px) {
    .q_and_a summary, .q_and_a p {
        list-style: 1.5;
        font-size: 1.5rem;
    }
}

.q_and_a summary::after {
    position: absolute;
    transform: translateY(-25%) rotate(45deg);
    width: 7px;
    height: 7px;
    right: 2px;
    margin-left: 10px;
    border-bottom: 3px solid #222;
    border-right: 3px solid #222;
    content: '';
    transition: transform .5s;
}

.q_and_a p {
    position: relative;
    transform: translateY(-10px);
    margin: 0;
    padding: 0.8em 1.5em 0.8em 2.3em;
    color: #333;
    transition: transform .5s, opacity .5s;
    list-style: 1.4;
    font-size: 1.4rem;
}

@media screen and (min-width: 1024px) {
    .q_and_a summary, .q_and_a p {
        list-style: 1.5;
        font-size: 1.5rem;
    }
}

/* table of contents */
/* .block-toc__wrap{
    margin: 50px 0 60px;
}
.block-toc__title{
    margin-bottom: 10px;
    color: #0063c1;
    text-align: center;
    font-weight: bold;
    font-size: 2rem;
}
.block-toc__list{
    display: flex;
    flex-wrap: wrap;
    margin: auto;
    gap:10px;
}
.block-toc__list > li{
    width: calc((100% - 10px) / 2);
}
.block-toc__list > li a{
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid;
    border-color: #0063c1;
    border-radius: 5px;
    padding: 15px 10px;
    height: 100%;
    box-sizing: border-box;
    color: #222;
    transition: all 0.2s;
    height: 9vh;
    font-size: 1.4rem;
    font-weight: bold;
}
.block-toc__list > li a:hover{
    background: #efefef;
}
@media (min-width: 768px){
    .block-toc__list > li{
        width: calc((100% - 40px) / 5);
    }
    .block-toc__list > li a{
        font-size: 1.5rem;
    }
} */

/* product__list */
/* .block-product__list{
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    padding-bottom: 100px;
}
.block-product__list > li{
    display: flex;
    flex-direction: column;
    background: #fff;
    overflow: hidden;
    border-top: 1px solid #ccc;
    border: 1px solid #ccc;
}
.block-items__item__link{
    display: flex;
    flex-wrap: wrap;
    gap:10px;
    height: 100%;
    padding: 10px;
    transition:all 0.2s;
}
.block-items__item__link:hover{
    opacity: 0.7;
}
.block-items__item__img{
    width: 125px;
    margin: auto;
    padding: 0;
}
.block-items__item__img img{
    position: relative;
    vertical-align: bottom;
}
.block-items__item__info{
    display: flex;
    flex-direction: column;
    width: calc(100% - 135px);
}
.block-items__item__name{
    margin-top: 0;
    line-height: 1.4;
    text-decoration: none;
    font-size:1.4rem;
    font-weight: bold;
}
.block-items__item__price{
    display: flex;
    align-items: baseline;
    justify-content: start;
    gap: 10px;
    margin: 0;
}
.block-items__item__price--unit{
    font-size: 1.8rem;
}
.block-items__item__price--count{
    font-size: 1.2rem;
}
.block-product__list > li .block-items__item__tags {
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    gap: 5px;
}
.block-product__list > li .block-items__item__tag{
    font-size: 1.1rem;
    color: #222;
    border-radius: 50px;
    padding: 5px 10px 5px 21px;
    align-items: center;
    line-height: 1;
    border: 1px solid #ccc;
    margin: 0;
}
.block-product__list > li .block-items__item__tag:before{
    width: 13px;
    height: 11px;
    left: 8px;
}
.block-product__desc{
    color: #888888;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    line-height: 1.5;
    font-size: 1.2rem;
    margin-top: auto;
    margin-bottom: 5px;
}
.block-product__link-btn{
    display: none;
}
.pc{
    display: none;
}
@media (min-width: 768px) {
    .block-product__list{
        gap: 30px 15px;
    }
    .block-product__list > li{
        width: calc((100% - 40px) / 3);
        padding: 0;
    }
    .block-items__item__link{
        flex-direction: column;
        padding: 10px 10px 20px;
    }
    .block-items__item__img{
        width: 300px;
        max-width: 100%;
    }
    .block-items__item__info{
        width: 100%;
    }
    .block-items__item__name{
        display: block;
        height: 42px;
        word-break: break-word;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        font-size: 1.5rem;
    }
    .block-items__item__price{
        display: flex;
        gap: 10px;
    }
    .block-items__item__price--unit{
        font-size: 1.7rem;
    }
    .block-items__item__price--count{
        font-size: 1.3rem;
    }
    .block-product__desc{
        -webkit-line-clamp: 4;
    }
    .block-product__link-btn{
        width: 85%;
        display: block;
        position: relative;
        background: #0063c1;
        margin: auto auto 0;
        padding: 5px 10px;
        text-align: center;
        border-radius: 50px;
        color: #fff;
        font-size: 1.4rem;
    }
    .block-product__link-btn:after {
        content: "";
        position: absolute;
        top: 46%;
        right: 15px;
        width: 7px;
        height: 7px;
        border-bottom: 2px solid;
        border-right: 2px solid;
        border-color: #fff;
        transform: rotate(-45deg) translate(0, -50%);
    }
    .pc{
        display: block;
    }
}
@media (min-width: 1024px) {
    .block-product__list > li{
        width: calc((100% - 45px) / 4);
        padding: 0;
    }
    .block-product__list > li.col-2{
        width: calc((100% - 15px) / 2);
        padding: 0;
    }
}

@media (min-width: 1024px) {
    .button__more a{
        width: max-content;
        min-width: 500px;
        max-width: 100%;
    }
}

.item_cate{
    margin-bottom: 50px;
} */
