/* --------------------------------------------- */
/* ▼モバイルファースト (全環境に共通のデザイン) */
/* --------------------------------------------- */
.exp_list_child_marker_ast{
    list-style: none;
    position: relative;
}
.exp_list_child_marker_ast::before{
    position: absolute;
    content: '※';
    left: -20px;
}
.exp_list_child_marker{
    list-style-type: disc;
}
.exp_list_child{
    margin-left: 30px;
}
section{
    font-size: clamp(14px,1.1713030747vw,16px);
    font-weight: 400;
    letter-spacing: 0;
    line-height: clamp(25px,2.196193265vw,30px);
}
.top_camp_name{
    background-color: #00ABEB;
    color: #fff;
    font-weight: bold;
    padding: 40px 0;
    text-align: center;
    margin-bottom: 50px;
    line-height: 2.5rem;
    font-size: 14px;
}
.top_camp_img {
    text-align: center;
}
.top_camp_img img{
    width:90%;
    max-width: 500px;
}
.section_box{
    width: 90%;
    margin: 0 auto;
    margin-top: 35px;
}
.section_title{
    font-weight: bold;
    position: relative;
    text-align: center;
    font-size: clamp(20px,1.756954612vw,24px);
    font-weight: 700;
    letter-spacing: 0;
    line-height: clamp(28px,2.3426061493vw,32px);
}
.section_title::after{
    position: absolute;
    content: '';
    width: 20px;
    height: 2px;
    bottom: -14px;
    left: 47%;
    background-color: #00abeb;
}
.camp_line_section{
    margin-top:30px;
}
.camp_step_box{
    margin:30px 0;
    display: flex;
    flex-direction: column;
}
.camp_text{
    display: flex;
    margin-bottom: 10px;
}
.flex_text_column{
    display: flex;
    flex-direction: column;
}
.step_img{
    text-align: center;
    margin-top: auto;
}
.step_img_size{
    width:50%;
    min-width:200px;
}
.text_inast{
    display: flex;
}
.ast{
    margin-right: 10px;
}
.exp_list_box_big{
    font-size: 15px;
    font-weight: bold;
    line-height: 3rem;
}
.exp_list_box{
    list-style:  none;      /* デフォルトのアイコンを消す */
    margin: 10px 0 0 0;            /* デフォルト指定上書き */
    padding: 0;             /* デフォルト指定上書き */
    list-style: none;
    text-indent: -1em;
    padding-left: 1em;
}
.exp_list_box:before {
    content:  "";     /* 空の要素作成 */
    width:  10px;               /* 幅指定 */
    height:  10px;              /* 高さ指定 */
    display:  inline-block;     /* インラインブロックにする */
    background-color: #00abeb;  /* 背景色指定 */
    position:  relative;        /* 位置調整 */
    top: -1px;                  /* 位置調整 */
    margin-right: 5px;          /* 余白指定 */
}
.qa_box{
    width:100%;
    margin: 30px 0;
}
.type_q{
    font-weight: bold;
    background-image: url(../images/type_q.png);
    border-radius: 10px 10px 0 0;
    color: #002A37;
    background-repeat: no-repeat;
    background-size: 30px;
    background-position: 12px;
    padding: 17px 20px 17px 55px;
    background-color: #00abeb;
}
.type_a{
    background-image: url(../images/type_a.png);
    border-radius: 0 0 10px 10px;
    border: 1px solid #00ABEB;
    background-repeat: no-repeat;
    background-size: 30px;
    background-position: 12px;
    padding: 17px 20px 17px 55px;
}
.button_qa{
    background-color: #ee7800;
    padding: 20px 0;
    text-align: center;
    border-radius: 40px;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    margin: 10px 0;
    position: relative;
}
.button_qa::after{
    content: '';
    width: 8px;
    height: 8px;
    border: 0;
    border-top: solid 3px #fff;
    border-right: solid 3px #fff;
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    right: 23%;
    bottom: 0;
    margin: auto;
}
.button_app{
    background-color: #ee7800;
    padding: 20px 0;
    text-align: center;
    border-radius: 40px;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    margin: 10px 0;
    position: relative;
}
.button_app::after{
    content: '';
    width: 8px;
    height: 8px;
    border: 0;
    border-top: solid 3px #fff;
    border-right: solid 3px #fff;
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    right: 20%;
    bottom: 0;
    margin: auto;
}
/* -------------------------------------------- */
/* ▼タブレット用デザインとして付け足すデザイン */
/* -------------------------------------------- */
@media (min-width: 768px) {
    .camp_step_box {
        max-width: 400px;
    }
    .camp_line_section {
        margin-top: 30px;
        justify-content: space-around;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }
    .section_title {
        margin-bottom: 50px;
    }
    .section_title::after {
        left: 49%;
    }
    .section_box {
        margin-top: 75px;
    }
    .button_qa,.button_app{
        max-width: 480px;
        margin: 15px auto;
    }
    .button_app::after{
        right: 23%;
        bottom: 0;
        margin: auto;
    }
    .button_qa::after{
        right: 23%;
        bottom: 0;
        margin: auto;
    }
    .qa_box {
        margin: 30px auto;
        max-width: 800px;
    }
    .exp_list_box_big {
        font-size: 20px;
        line-height: 5rem;
    }
}
/* ------------------------------------ */
/* ▼PC用デザインとして付け足すデザイン */
/* ------------------------------------ */
@media (min-width: 1024px) {
    .section_box {
        max-width: 1170px;
    }
    .camp_step_box {
        max-width: 350px;
    }
    .top_camp_name {
        line-height: 3rem;
        font-size: 18px;
    }
}