* {
    box-sizing: border-box;
}

a {
    text-decoration: none;
    cursor: pointer;
    color: #493b32
}

li {
    list-style: none;
}

html {
    height: 100%;
}

body {
    margin: auto;
    height: 100%;
    position: relative;
    font-size: 16px;
    color: #493b32;
    line-height: 1.4em;
    font-family: \\30E1\30A4\30EA\30AA, Meiryo, \\30D2\30E9\30AE\30CE\89D2\30B4 Pro W3, HiraKakuProN-W3, Hiragino Kaku Gothic Pro, NanumGothic, Malgun Gothic, sans-serif;
}

h2 {
    font-size: 2.5em;
    line-height: 1.4em;
    font-weight: bold;
    text-align: center;
}

h3 {
    font-size: 2em;
    line-height: 1.4em;
    font-weight: bold;
    text-align: center;
}

h4 {
    font-size: 1.2em;
    line-height: 1.4em;
    font-weight: bold;
    background: url('../img/yellow_bg.jpg') repeat;
    padding: .2em 1.9em;
}

.report-header {
    height: 540px;
    background: url('../img/report_banner.jpg') no-repeat;
    background-position: center;
    background-size: cover;
}

.report-header2 {
    height: 540px;
    background: url('../img/ict/report-2-banner.jpg') no-repeat;
    background-position: center;
    background-size: cover;
}

.report-info-group {
    max-width: 740px;
    padding-left: 40px;
}

.report-info {
    padding-bottom: 40px;
}

.report-info h3 div {
    height: 1.4em;
    width: .4em;
    background: #fddc3e;
    margin-right: 1em;
}

.report-info h3 {
    display: flex;
}

.report-detail {
    display: flex;
    padding-top: 80px;
    width: 100%;
}

.report-info p {
    padding-top: 24px;
    line-height: 32px;
}

.report-info-part {
    padding-bottom: 80px;
}

.report-info .report-info-part div {
    padding-top: 24px;
}

.report-info .report-info-part div img {
    width: 100%;
}

.report-menu {
    width: 240px;
    height: 800px;
    border-radius: 8px;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1);
    padding: 1em;
}

.report-menu ul li {
    display: flex;
    width: 220px;
    margin: 0.4em 0;
}

.report-menu-group, h5 {
    font-weight: bold;
    padding: 0.8em 0;
}

.right_triangle {
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-left: 16px solid #fddc3e;
    border-bottom: 10px solid transparent;
    margin: .8em 8px .8em 0;
}

.menu_circle {
    width: 8px;
    height: 8px;
    border-radius: 4px;
    border: 2px solid #fddc3e;
    margin: .5em .5em .5em 2em;
}

footer {
    padding-top: 2em;
    font-size: 0.8em;
}

footer .comiru-ad {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 40px;
}

footer .btn-border {
    background: none;
    width: 240px;
}

.sp {
    display: none
}

.flex {
    display: flex;
}

.link-group {
    display: flex;
    justify-content: space-between;
    max-width: 960px;
}

.registration {
    background-color: #493b32;
    color: #fff;
    text-align: center;
    padding: 1em;
}

.btn-border {
    width: 80%;
    border: 2px solid #493A33;
    background-color: #fff;
    padding: 1em 1em;
    transition: .3s all;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 24px;
}

.btn-border:hover {
    background: #493A33;
    color: #fff;
}

.fixed-width-block {
    text-align: center;
    max-width: 960px;
    margin: 20px auto;
}

.text-white {
    color: #FFF !important;
}

.text-red {
    color: #e9754e !important;
}

.text-yellow {
    color: #fddc3e !important;
}

.yellow {
    background: url('../img/yellow_bg.jpg') repeat;
}

.white {
    background: #ffffff;
}

.text-default {
    color: #000 !important;
}

.function-intro, .report-detail {
    max-width: 980px;
    margin: 0px auto;
}

.function-intro {
    padding: 40px 0;
}

.function-intro p {
    padding: 8px 0;
}

.text-title {
    font-weight: bold;
    margin-bottom: 1em;
}

.sub-text {
    padding-left: 2em;
}

.dividing-line {
    border-top: 2px solid #f4f4f4;
    padding-left: 7em;
}


@media only screen and (max-width: 800px) {

    .content {
        padding: 80px 16px;
    }

    .report-header, .report-header2 {
        height: 210px;
    }

    .function-intro, .report-detail {
        padding: 24px;
        margin: 0px auto;
    }

    .report-info-group {
        padding: 0;
    }

    body {
        font-size: 13px;
    }

    .fixed-width-block {
        margin: 24px;
    }

    .sp {
        display: block;
    }

    .pc {
        display: none
    }

    h2 {
        margin: 0 24px;
    }

    h3 {
        font-size: 1.4em;
    }

    h4 {
        font-size: 1em;
        padding-top: 1em;
        padding-bottom: 1em;
    }

    a {
        font-size: 1.2em;
    }

    .link-group {
        display: block;
    }

    .circle {
        line-height: 2em;
        width: 2em;
        border-radius: 1em;
        margin-bottom: 1em;
        margin-top: 2em;
    }

    .content-info, .content-img {
        width: 100%;
    }

    .btn-border {
        width: 100%;
        font-size: 1em;
    }

    footer .comiru-ad {
        justify-content: center;
    }

    footer .btn-border {
        width: 100%;
    }
}
