@charset"utf-8";

/*==========================
一覧
==========================*/
body.blog .mv{
    background-image: none;
    background: #ffcc00;
}
main .articl_wrap .box{
    width: 31%;
    margin-bottom: 30px;
}
main .articl_wrap .box img{
    width: 100%;
}
body.blog.idx .articl_wrap:after{
    content: "";
    width: 31%;
    display: block;
}
main .date{
    margin-right: 30px;
    font-family: "Lexend", sans-serif;
}
main .label{
    background: #00A5B9;
    padding: 5px 10px;
    font-weight: 700;
    color: #fff;
}
main .articl_wrap .datelabel{
    align-items: center !important;
    display: flex !important;
    font-family: 'Noto Sans JP', "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
}
main .articl_wrap .box .ttl{
    font-weight: 800;
    font-size: 1.6rem;
    margin-bottom: 5px;
}
main .page_list{
    display: flex;
    justify-content: center;    
    align-items: center;
    margin-top: 30px;
}
main .page_list li{
    background: #f9f9f9;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 5px;
    font-family: "Lexend", sans-serif;
    font-weight: 300; 
}
main .page_list li.on{
    background: #FFF4C8;
}
main .page_list li a{
    font-family: "Lexend", sans-serif;
    font-weight: 400;
}
@media only screen and (max-width: 767px){
    main .articl_wrap .box {
        width: 100%;
        margin-bottom: 6%;
    }
    main .articl_wrap .label {
        background: #00A5B9;
        padding: 5px 10px;
        font-weight: 700;
        color: #fff;
    }
    main .articl_wrap .date {
        margin-right: 30px;
        font-family: "Lexend", sans-serif;
    }
    main .articl_wrap .box .ttl {
        font-size: 1.5rem;
    }
}/*sp-end*/


/*==========================
content_wrap
==========================*/
body.detail .content_wrap{
    margin-top: 60px;
}
body.detail h2{
    font-size: 2.3rem;
    background: #F4F4F4;
    border-radius: 10px;
    padding: 6px 10px;
    margin-bottom: 13px;
}
body.detail main p{
    margin-bottom: 20px;
}
body.detail main img{
    width: auto;
    max-width: 100%;
}
body.detail .content_wrap ul{
    list-style: disc;
    padding-left: 20px;
    margin-bottom: 20px;
}
body.detail main .content_wrap li{
    margin-bottom: 10px;
}
body.detail main .date{
    margin-bottom: 30px;
}
body.detail main .label{
    margin-left: 10px;
}
body.detail main .a_link{
    text-decoration: underline;
}
body.detail main a.index{
    margin: 0 auto;
    color: #494949;
    border: 2px solid #494949;
    width: 200px;
    padding: 10px 20px;
    border-radius: 90px;
    font-size: 1.5rem;
    margin-top: 60px;    
}
@media only screen and (max-width: 767px){
    body.detail h2{
        font-size: 2rem;
    }
    body.detail .content_wrap{
        margin-top: 10%;
    } 
}/*sp-end*/



/*==========================
セミナー情報
==========================*/
body.seminar.detail .content_wrap .event_date{
    font-size: 2.3rem;
    font-weight: 700;
    margin: 0;
    border-bottom: dotted 1.5px #d0d0d0;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
body.seminar.detail .content_wrap .event_time,
body.seminar.detail .content_wrap .place{
    font-size: 1.8rem;
    margin: 0;
}
body.seminar.detail .content_wrap .place{
    margin-bottom: 20px;
}
body.seminar.index .content_wrap dt{
    width: 110px;
}
body.seminar.index .content_wrap{
    margin-top: 60px;
}
@media only screen and (max-width: 767px){
    body.seminar.detail .content_wrap .event_time, body.seminar.detail .content_wrap .place {
        font-size: 1.6rem;
        margin: 0;
    }
    body.seminar.index .content_wrap{
        margin-top: 10%;
    }
}/*sp-end*/
























