@charset "utf-8";
/* -------------------------------------------------- */
/* .contents_wrap_r{
    border: none;
} */

.section_block{
    margin: 40px 0 0;
}

/* -------------------------------------------------- */
.text-img-block01{
    display: flex;
    flex-wrap: wrap;
    gap: 50px;
    margin: 0 0 45px;
}
.text-img-block01-l{
    flex: 1;
}
.text-img-block01-l h3{
    font-size: 1.8em;
    margin: 0 0 15px;
}
.text-img-block01-l p{
    line-height: 1.8;
}
.text-img-block01-r{
    width: 235px;
}
/* -------------------------------------------------- */
.check_list{
    margin: 10px 0;
}
.check_list li{
    /* font-size: 1.1em; */
    font-weight: bold;
    padding: 5px 0 5px 30px;
    background-image: url(/assets/about/image/check.png);
    background-repeat: no-repeat;
    background-size: 25px auto;
    background-position: center left;
}
.check_list li:not(:last-child){
    margin: 0 0 5px;
}
/* -------------------------------------------------- */
.three_support_survices{
    margin: 40px 0 0 ;
}
/* -------------------------------------------------- */












/* -------------------------------------------------- */
.w750_line_wrap{
    width: 750px;
    max-width: 100%;
    margin: 0 auto;
}
.w750_line{
    border-top: 1px #282828 solid;
    border-bottom: 1px #282828 solid;
    /* margin: 35px 0 0; */
    padding: 18px 0 25px;
}
.text_b35{
    margin: 0 0 35px;
}
.w750_line>p{
    text-align: center;
}
/* -------------------------------------------------- */

.w840_block{
    width: 840px;
    max-width: 95%;
    margin: 50px auto 50px;
}
/* .trial_h2{
    font-size: 1.9em;
    border-left: 6px #fd7635 solid;
    padding-left: 12px;
} */
.trial_h2{
    position: relative;
    padding-left: 12px;
    font-size: 1.9em;
    padding-left: 18px;
    margin: 0 0 45px;
}
.trial_h2::before{
    content: "";
    display: block;
    width: 6px;
    height: 30px;
    background-color: #fd7635;
    position: absolute;
    top: 0.3em;
    left: 0;
    transform: translate(0, 0);
}

/* -------------------------------------------------- */
.trial_h3{
    color: #fd7635;
    margin: 30px 0 15px;
}
.t_list_normal li{
    line-height: 2;
}
/* -------------------------------------------------- */
.bg_01{
    background-color: #ffefdf;
    padding: 35px 20px 35px;
}
/* -------------------------------------------------- */
.list_img_set{
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    align-items: center;
}
.list_img_set_r{
    width: 290px;
}
.list_img_set_l{
    flex: 1;
}
.list_img_set_l ul{

}
.list_img_set_l li{
    display: flex;
    flex-wrap: wrap;
    /* align-items: center; */
}
.list_img_set_l li>div:nth-child(1){
    font-size: 1.4em;
    font-weight: bold;
    background-color: #fd7635;
    color: #fff;
    width: 25px;
    height: 25px;
    border-radius: 5px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.7em;
    margin-right: 10px;
    margin-top: 0.5em;
}
.list_img_set_l li>div:nth-child(2){
    flex: 1;
}
.list_img_set_l li>div:nth-child(2) h3{
    font-size: 1.4em;
    font-weight: bold;
        margin: 0 0 0.3em;
}
.list_img_set_l li>div:nth-child(2) span{}
.list_img_set_l li:not(:last-child){
    margin: 0 0 12px;
}
/* -------------------------------------------------- */
.col2_label_box_wrap{
display: flex;
gap: 60px;
flex-wrap: wrap;
margin: 60px 0 0;
}
.col2_label_box{
    width: calc(50% - 60px / 2);
    border: 2px #fd7635 solid;
}
.col2_label_box>h3{
    color: #fff;
    font-size: 1.4em;
    background-color: #fd7635;
    padding: 10px;
    text-align: center;
    letter-spacing: 0.05em;
}
.col2_label_box_text {
    
    padding: 20px;
}
.col2_label_box_text h4{
    color: #fd7635;
    margin-bottom: 5px;
    margin-top: 15px;
}
.col2_label_box_text h4:first-child{
    margin-top: 0;
}
/* -------------------------------------------------- */
.support_box_list_wrap{
    margin: -40px auto 40px;
}
/* -------------------------------------------------- */















/* SP--------------------------------------------------
-------------------------------------------------- */
@media (width <= 767px) {
/* -------------------------------------------------- */
.section_block{
    margin: 20px 0 0 ;
}
/* -------------------------------------------------- */
.text-img-block01{
    display: block;
}
.text-img-block01-r{
    margin: 0 auto;
}

.check_list li{
    background-size: 30px auto;
        padding: 5px 0 5px 40px;
}
/* -------------------------------------------------- */






/* -------------------------------------------------- */
.trial_h2{
    font-size: 1.6em;
}
.trial_h2::before{
    top: 0.1em;
}
/* -------------------------------------------------- */
.list_img_set_l ul{
    font-size: 1.2em;
}
.list_img_set_l li{
    align-items: flex-start;
}
.list_img_set{
    display: block;
}
.list_img_set_r{
    margin: 20px auto 0;
}
.list_img_set_l li span:nth-child(1){
    font-size: 1em;
}
/* -------------------------------------------------- */
.col2_label_box>h3{
    font-size: 1.2em;
}
.col2_label_box_wrap{
    display: block;
}
.col2_label_box{
    width: auto;
}
.col2_label_box:not(:last-child){
    margin: 0 0 40px;
}
/* -------------------------------------------------- */
.support_box_list_wrap{
    margin: -60px auto 40px;
}
/* -------------------------------------------------- */
}