@charset "UTF-8";
/* CSS Document */

.client_custom{
    width: 1000px;
    margin: 0 auto;
    font-size: 18px;
    font-weight: 400;
    padding: 0px 0 100px 0;
}
.client_custom *{
    line-height: 1.5;
}
.client_custom .pankuzu {
    margin-bottom: 20px;
    width: 100%;
}
.client_custom img{
    width: 100%;
    line-height: 1px;
}
.client_custom h1{
    font-size: 27px;
    font-weight: 600;
    padding: 15px 0 0 0;
}
.client_custom h2{
    font-size: 24px;
    font-weight: 600;
    padding: 0 0 35px 0;
}
.client_custom h2.thumbnail_list_pagettl{
}
.client_custom h3{
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px;
}
.client_custom .t-layout_1 h3{
    margin-top: 20px;
}
.client_custom p{
    font-size: 18px;
}
.client_custom .t-day{
    font-size: 16px;
}
.client_custom .t_golist{
    font-size: 16px;
    padding: 150px 0 0 0;
}
.client_custom .t_golist a{
    color: #5E5E5E;
    text-decoration: none;
}
.client_custom .center{
    text-align: center;
}
.client_custom .left{
    text-align: left;
}
.client_custom .right{
    text-align: right;
}
.client_custom .t-blue{
    color: #99CED9;
}
.client_custom .t-gray{
    color: #5E5E5E;
}
.client_custom .t-red{
    color: #E02514;
}
.client_custom .t-layout_1{
    width: 100%;
    margin: 0 0 100px 0;
}
.client_custom .t-layout_2{
    display: flex;
    align-items: center;
    justify-content: space-around;
    column-gap: 30px;
    margin: 0 0 100px 0;
}
.client_custom .t-layout_2 div{
    width: 100%;
}
.client_custom .t-layout_3{
    display: flex;
    align-items: center;
    justify-content: space-around;
    column-gap: 30px;
    margin: 0 0 100px 0;
}
.client_custom .t-layout_3 div{
    width: 100%;
}
.client_custom .align-items_center{
    align-items: center;
}
.client_custom .align-items_top{
    align-items: flex-start;
}
.client_custom .align-items_bottom{
    align-items: flex-end;
}
.client_custom .t-button_gray{
    width: 380px;
    height: 59px;
    margin: 40px auto 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.client_custom .t-button_gray a{
    display: block;
    text-align: center;
    width: 100%;
    line-height: 59px;
    border: 2px solid #5E5E5E;
    background-color: #5E5E5E;
    color: #fff;
    font-weight: 600;
    text-decoration: none;
    border-radius: 10px;
}
.client_custom .t-button_blue{
    width: 380px;
    height: 59px;
    margin: 40px auto 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.client_custom .t-button_blue a{
    display: block;
    text-align: center;
    width: 100%;
    line-height: 59px;
    border: 2px solid #99CDD9;
    background-color: #ffffff;
    color: #99CDD9;
    font-weight: 600;
    text-decoration: none;
    border-radius: 10px;
}
.client_custom .t-button_red{
    width: 380px;
    height: 59px;
    margin: 40px auto 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.client_custom .t-button_red a{
    display: block;
    text-align: center;
    width: 100%;
    line-height: 59px;
    border: 2px solid #F78DA8;
    background-color: #ffffff;
    color: #F78DA8;
    font-weight: 600;
    text-decoration: none;
    border-radius: 10px;
}
.client_custom .thumbnail_list{
}
.client_custom .thumbnail_list ul{
    display: flex;
    flex-wrap: wrap;
    column-gap: 20px;
    row-gap: 30px;
}
.client_custom .thumbnail_list li{
    list-style-type: none;
    width: calc((100% - 40px) / 3);
}
.client_custom .thumbnail_list_img{
    padding-bottom: 6px;
}
.client_custom .thumbnail_list_ttl{
    padding-bottom: 3px;
    font-size: 14px;
}
.client_custom .thumbnail_list_day{
    font-size: 12px;
}


.client_custom_sample{
}
.client_custom_sample .t_sample_ttl{
    width: 100%;
    text-align: center;
    background-color: #000;
    color: #fff;
    padding: 6px;
    margin: 40px 0 0 0;
}
.client_custom_sample .t_wight500{
    font-weight: 500;
    padding: 40px 0 4px 0;
    font-size: 18px;
}
.client_custom_sample h2{
    padding: 0 0 0 0;
}
.client_custom_sample .t-layout_1,
.client_custom_sample .t-layout_2,
.client_custom_sample .t-layout_3{
    margin: 0 0 0px 0;
}
.client_custom_sample .t-layout_1 div,
.client_custom_sample .t-layout_2 div,
.client_custom_sample .t-layout_3 div{
    background-color: #CBCBCB;
    min-height: 230px;
}



@media screen and (max-width: 780px) {
    .client_custom{
        width: 92%;
        font-size: 12px;
        padding: 0px 0 70px 0;
    }
    .client_custom .pankuzu {
        margin-bottom: 20px;
        width: 100%;
    }
    .client_custom h1{
        font-size: 16px;
        padding: 5px 0 0px 0;
    }
    .client_custom h2{
        font-size: 14px;
        padding: 0 0 15px 0;
    }
    .client_custom h2.thumbnail_list_pagettl{
        font-size: 18px;
    }
    .client_custom h3{
        font-size: 12px;
        margin-bottom: 5px;
    }
    .client_custom .t-layout_1 h3{
        margin-top: 10px;
    }
    .client_custom p{
        font-size: 12px;
    }
    .client_custom .t-day{
        font-size: 12px;
    }
    .client_custom .t_golist{
        font-size: 11px;
        padding: 100px 0 0 0;
    }
    .client_custom .t-layout_1{
        margin: 0 0 60px 0;
    }
    .client_custom .t-layout_2{
        column-gap: 10px;
        margin: 0 0 60px 0;
    }
    .client_custom .t-layout_3{
        column-gap: 10px;
        margin: 0 0 60px 0;
    }
    .client_custom .t-button_gray{
        width: 65%;
        height: 45px;
        margin: 20px auto 0;
    }
    .client_custom .t-button_gray a{
        line-height: 45px;
    }
    .client_custom .t-button_blue{
        width: 65%;
        height: 45px;
        margin: 20px auto 0;
    }
    .client_custom .t-button_blue a{
        line-height: 45px;
    }
    .client_custom .t-button_red{
        width: 65%;
        height: 45px;
        margin: 20px auto 0;
    }
    .client_custom .t-button_red a{
        line-height: 45px;
    }


    .client_custom .t-layout_2 .t-button_gray,
    .client_custom .t-layout_2 .t-button_blue,
    .client_custom .t-layout_2 .t-button_red{
        width: 65%;
        height: 25px;
    }
    .client_custom .t-layout_2 .t-button_gray a,
    .client_custom .t-layout_2 .t-button_blue a,
    .client_custom .t-layout_2 .t-button_red a{
        line-height: 25px;
        border-radius: 4px;
    }
    .client_custom .t-layout_3 .t-button_gray,
    .client_custom .t-layout_3 .t-button_blue,
    .client_custom .t-layout_3 .t-button_red{
        width: 90%;
        height: 25px;
        margin: 10px auto 0;
    }
    .client_custom .t-layout_3 .t-button_gray a,
    .client_custom .t-layout_3 .t-button_blue a,
    .client_custom .t-layout_3 .t-button_red a{
        line-height: 25px;
        border-radius: 4px;
    }

    .client_custom .thumbnail_list{
    }
    .client_custom .thumbnail_list ul{
        column-gap: 10px;
        row-gap: 20px;
    }
    .client_custom .thumbnail_list li{
        width: calc((100% - 10px) / 2);
    }
    .client_custom .thumbnail_list_img{
        padding-bottom: 0px;
    }
    .client_custom .thumbnail_list_ttl{
        padding-bottom: 3px;
        font-size: 12px;
    }
    .client_custom .thumbnail_list_day{
        font-size: 10px;
    }



    .client_custom_sample .t_sample_ttl{
        padding: 4px;
        margin: 30px 0 0 0;
    }
    .client_custom_sample .t_wight500{
        padding: 30px 0 4px 0;
    }
    .client_custom_sample .t-layout_1,
    .client_custom_sample .t-layout_2,
    .client_custom_sample .t-layout_3{
        margin: 0 0 0px 0;
    }
    .client_custom_sample .t-layout_1 div,
    .client_custom_sample .t-layout_2 div,
    .client_custom_sample .t-layout_3 div{
        min-height: 30vw;
    }

}