﻿@charset "utf-8";

/* ==========================================
	Last Up Date 2019/07/12
 --------------------------------------------
	INDEX
 --------------------------------------------
 
	1.00.00 PC_media screen
		1.01.00 #main
        1.02.00 #report_box
	2.00.00 TB_media screen
		2.01.00 #main
        2.02.00 #report_box
	3.00.00 SP_media screen
		3.01.00 #main
        3.02.00 #report_box

========================================== */
/* ==========================================
1.00.00 PC_media screen
========================================== */
@media screen and (min-width:1024px),print{
/* ==========================================
	1.01.00 #main
========================================== */
body#report div#main {
    padding: 100px 0;
    background: #fbfbfb;
}
body#report div#main div.in_box {
    max-width: 1024px;
    padding: 0 35px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    flex-flow: column;
}
body#report div#main h3 {
    display: inline-block;
    position: relative;
    font:300 1.8rem futura-pt, sans-serif;
    line-height: 1.0;
	letter-spacing: 0.2rem;
    padding: 0 0 15px;
}
body#report div#main h3::after {
    content: "";
    position: absolute;
    width: 50px;
    height: 2px;
    bottom: 0;
    left: calc(50% - 25px);
    background: #000000;
}
body#report div#main h4 {
    display: inline-block;
    position: relative;
    margin: 40px 0 0;
    font: 400 1.5rem ten-mincho-text, serif;
    letter-spacing: 0.3rem;
    line-height: 1.0;
    padding: 0 0 3px;
    z-index: 1;
}
body#report div#main h4::after {
    content: "";
    position: absolute;
    left: -2px;
    bottom: 0;
    width: calc(100% + 4px);
    height: 9px;
    background: rgba(215,236,250,0.5);
    z-index: -1;
}
body#report div#main p {
    display: block;
    text-align: center;
    margin: 30px auto 0;
    font-size: 1.3rem;
    line-height: 2.0;
}

/* ==========================================
	1.02.00 #report_box
========================================== */
body#report div#report_box {
    background: #fbfbfb;
    padding: 0 0 80px;
}

body#report div#report_box div.in_box {
    max-width: 1200px;
    padding: 50px 35px;
    margin: 0 auto;
    background: #fff;
} 
body#report div#report_box ul#report_list {
    max-width: 850px;
    margin: 0 auto;
    display: flex;
    flex-flow: column;
    gap: 25px;
} 
body#report div#report_box ul#report_list li {
    background: #fbfbfb;
    position: relative;
    width: 100%;
    background: #f9f9f9;
    border-radius: 5px;
    box-sizing: border-box;
    display: block;
    a {
        display: flex;
        padding: 25px 30px;
        box-sizing: border-box;
        color: #000;
        align-items: center;
        justify-content: space-between;
        transition: all 0.5s ease;
        div {
            display: flex;
            align-items: center;
        }
        div.box01 {
            p.date {
                color: #b3b3b3;
                font:300 13px futura-pt, sans-serif;
                margin-right: 37px;
                line-height: 1;
            }
            h4.title {
                font-size: 16px;
            }
        }
        div.box02 {
            p.kb {
                color: #fff;
                background: #71c7d5;
                padding: 5px;
                box-sizing: border-box;
                border-radius: 100px;
                font:300 12px futura-pt, sans-serif;
                display: flex;
                line-height: 1;
                align-items: center;
                justify-content: center;
                min-width: 80px;
            }
            p.date {
                display: none;
             }
            p.icon {
                margin-left: 15px;
            }
        }
        &:hover  {
            h4.title {
                color: #71c7d5;
                transition: all 0.5s ease;
            }
        }
    }
} 
}
/* ==========================================
2.00.00 TB_media screen
========================================== */
@media screen and (max-width: 1023px) and (min-width:569px) {
    body#report div#main {
        padding: 70px 0;
        background: #fbfbfb;
    }
    body#report div#main div.in_box {
        padding: 0 35px;
        margin: 0 auto;
        display: flex;
        align-items: center;
        flex-flow: column;
    }
    body#report div#main h3 {
        display: inline-block;
        position: relative;
        font:300 1.8rem futura-pt, sans-serif;
        line-height: 1.0;
        letter-spacing: 0.2rem;
        padding: 0 0 15px;
    }
    body#report div#main h3::after {
        content: "";
        position: absolute;
        width: 50px;
        height: 2px;
        bottom: 0;
        left: calc(50% - 25px);
        background: #000000;
    }
    body#report div#main h4 {
        display: inline-block;
        position: relative;
        margin: 40px 0 0;
        font: 400 1.5rem ten-mincho-text, serif;
        letter-spacing: 0.3rem;
        line-height: 1.0;
        padding: 0 0 3px;
        z-index: 1;
    }
    body#report div#main h4::after {
        content: "";
        position: absolute;
        left: -2px;
        bottom: 0;
        width: calc(100% + 4px);
        height: 9px;
        background: rgba(215,236,250,0.5);
        z-index: -1;
    }
    body#report div#main p {
        display: block;
        text-align: center;
        margin: 30px auto 0;
        font-size: 1.3rem;
        line-height: 2.0;
    }
    
    /* ==========================================
        1.02.00 #report_box
    ========================================== */
    body#report div#report_box {
        background: #fbfbfb;
        padding: 0 0 80px;
    }
    
    body#report div#report_box div.in_box {
        padding: 50px 20px;
        margin: 0 auto;
        background: #fff;
    } 
    body#report div#report_box ul#report_list {
        max-width: 720px;
        margin: 0 auto;
        display: flex;
        flex-flow: column;
        gap: 25px;
    } 
    body#report div#report_box ul#report_list li {
        background: #fbfbfb;
        position: relative;
        width: 100%;
        background: #f9f9f9;
        border-radius: 5px;
        box-sizing: border-box;
        transition: all .5s ease;
        display: block;
        a {
            display: flex;
            padding: 25px 20px;
            box-sizing: border-box;
            color: #000;
            align-items: center;
            justify-content: space-between;
            transition: all 0.5s ease;
            div {
                display: flex;
                align-items: center;
            }
            div.box01 {
                p.date {
                    color: #b3b3b3;
                    font:300 13px futura-pt, sans-serif;
                    margin-right: 37px;
                    line-height: 1;
                }
                h4.title {
                    font-size: 16px;
                }
            }
            div.box02 {
                p.kb {
                    color: #fff;
                    background: #71c7d5;
                    padding: 5px;
                    box-sizing: border-box;
                    border-radius: 100px;
                    font:300 12px futura-pt, sans-serif;
                    display: flex;
                    line-height: 1;
                    align-items: center;
                    justify-content: center;
                    margin-left: 15px;
                    min-width: 50px;
                }
                p.date {
                   display: none;
                }
                p.icon {
                    margin-left: 15px;
                }
            }
            &:hover  {
                h4.title {
                    color: #71c7d5;
                }
            }
        }
    }
}

/* ==========================================
3.00.00 SP_media screen
========================================== */
@media screen and (max-width: 568px) {
    body#report div#main {
        padding: 70px 0;
        background: #fbfbfb;
    }
    body#report div#main div.in_box {
        padding: 0 35px;
        margin: 0 auto;
        display: flex;
        align-items: center;
        flex-flow: column;
    }
    body#report div#main h3 {
        display: inline-block;
        position: relative;
        font:300 1.8rem futura-pt, sans-serif;
        line-height: 1.0;
        letter-spacing: 0.2rem;
        padding: 0 0 15px;
    }
    body#report div#main h3::after {
        content: "";
        position: absolute;
        width: 50px;
        height: 2px;
        bottom: 0;
        left: calc(50% - 25px);
        background: #000000;
    }
    body#report div#main h4 {
        display: inline-block;
        position: relative;
        margin: 40px 0 0;
        font: 400 1.5rem ten-mincho-text, serif;
        letter-spacing: 0.3rem;
        line-height: 1.0;
        padding: 0 0 3px;
        z-index: 1;
    }
    body#report div#main h4::after {
        content: "";
        position: absolute;
        left: -2px;
        bottom: 0;
        width: calc(100% + 4px);
        height: 9px;
        background: rgba(215,236,250,0.5);
        z-index: -1;
    }
    body#report div#main p {
        display: block;
        text-align: center;
        margin: 30px auto 0;
        font-size: 1.3rem;
        line-height: 2.0;
    }
    
    /* ==========================================
        1.02.00 #report_box
    ========================================== */
    body#report div#report_box {
        background: #fbfbfb;
        padding: 0 0 80px;
    }
    
    body#report div#report_box div.in_box {
        padding: 50px 20px;
        margin: 0 auto;
        background: #fff;
    } 
    body#report div#report_box ul#report_list {
        max-width: 980px;
        margin: 0 auto;
        display: flex;
        flex-flow: column;
        gap: 25px;
    } 
    body#report div#report_box ul#report_list li {
        background: #fbfbfb;
        position: relative;
        width: 100%;
        background: #f9f9f9;
        border-radius: 5px;
        box-sizing: border-box;
        transition: all .5s ease;
        display: block;
        a {
            display: flex;
            padding: 25px 20px;
            box-sizing: border-box;
            color: #000;                
            flex-flow: column;
            align-items: flex-start;
            gap: 10px;
            flex-flow: column-reverse;
            div {
                display: flex;
                align-items: center;
            }
            div.box01 {
                p.date {
                    display: none;
                }
                h4.title {
                    font-size: 16px;
                }
            }
            div.box02 {
                p.date {
                    color: #b3b3b3;
                    font:300 16px futura-pt, sans-serif;
                    line-height: 1;
                }
                p.kb {
                    color: #fff;
                    background: #71c7d5;
                    padding: 5px;
                    box-sizing: border-box;
                    border-radius: 100px;
                    font:300 12px futura-pt, sans-serif;
                    display: flex;
                    line-height: 1;
                    align-items: center;
                    justify-content: center;
                    margin-left: 15px;
                    min-width: 50px;
                }
                p.icon {
                    margin-left: 15px;
                    width:25px;
                }
            }
        }
    }
}