@charset "UTF-8";
.intro {
    margin-bottom: 48px;
}
.intro-cols {
    display: flex;
    justify-content: space-between;
}
.intro-col01 {
    width: 610px;
}
.intro-col02 {
    width: 360px;
}
.intro-txt {
    line-height: 1.625;
}

.type-topics {
    margin-bottom: 62px;
}
.dl-catch {
    display: flex;
    margin-bottom: 20px;
}

.dl-catch dt {
    align-items: center;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    width: 102px;
    background-color: #062580;
    color: #FFF;
    font-weight: 600;
    padding: 3px 10px;
}
.dl-catch dd {
    width: calc(100% - 102px);
    background-color: #0A54CC;
    box-sizing: border-box;
    color: #FFF;
    padding: 12px 6px 12px 28px;
}
.dl-catch dd ul {
    display: flex;
    flex-wrap: wrap;
}
.dl-catch dd ul li {
    font-weight: 500;
    list-style-type: none;
    margin-right: 18px;
    padding: 4px;
}
.dl-catch dd ul li i {
    font-size: 1.2em;
    margin-right: 4px;
    position: relative;
    top: -1px;
}
.type-desc {
    margin-bottom: 46px;
}


.daily-cols {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    margin-bottom: 45px;
}
.daily-col01 {
    width: 290px;
}
.daily-col02 {
    width: 686px;
}
.daily-lists li {
    list-style-type: none;
    padding-left: 28px;
    position: relative;
}
.daily-lists li + li {
    margin-top: 8px;
}
.daily-lists li i {
    color: #8AB3E6;
    display: block;
    font-size: 1.25em;
    font-style: normal;
    font-weight: 500;
    left: 0;
    line-height: 1;
    margin-right: 6px;
    position: absolute;
    top: 4px;
}
.point-lists {
    margin-bottom: 32px;
}
.point-lists li {
    list-style-type: none;
    padding-left: 24px;
    position: relative;
}
.point-lists li + li {
    margin-top: 8px;
}
.point-lists li::before {
    background-color: #8AB3E6;
    border-radius: .375em;
    content: "";
    display: block;
    height: .75em;
    left: 0;
    position: absolute;
    top: .6em;
    width: .75em;
}
.yearly-box {
    border: 1px solid #E6E6E6;
    padding: 20px 32px 32px;
}
.u-pointBox {
    background-color: #F7FBFF;
    padding: 32px;
}
.u-pointBox-cols {
    display: flex;
    justify-content: space-between;
}
.u-pointBox-col01 {
    width: 160px;
}
.u-pointBox-col02 {
    padding-top: 8px;
    width: 748px;
}
.u-pointBox-hdr {
    align-items: center;
    background-color: #FFF;
    box-shadow: 4px 4px 0 0 #DEEBFC;
    display: flex;
    font-size: 18px;
    height: 160px;
    justify-content: center;
    width: 160px;
}
.u-pointBox-pic {
    margin-bottom: 22px;
}


@media screen and (min-width:1000px) {
}
@media screen and (max-width:999px) {
.intro-col01 {
    width: calc(100% - 296px);
}
.intro-col02 {
    width: 280px;
}
.u-pointBox-hdr {
    font-size: 16px;
    height: 140px;
    width: 140px;
}
.u-pointBox-col01 {
    width: 140px;
}
.u-pointBox-col02 {
    width: calc(100% - 156px);
}
.u-pointBox {
    padding: 20px;
}
.yearly-box {
    padding: 16px 20px 20px;
}
.daily-col01 {
    width: 224px;
}
.daily-col02 {
    width: calc(100% - 240px);
}
.machine_lists li {
    margin-top: 20px;
    width: 49%;
}
.machine_list_headline {
    font-size: 15px;
    padding: 6px 0;
    text-align: center;
}
.women_topics_cols01 {
    flex-direction: column;
}
.women_topics_cols01 .topics_col-no1 {
    width: auto;
}
.women_topics_cols01 .topics_col-no2 {
    margin-top: 10px;
    text-align: right;
    width: auto;
}
.women_topics_cols01 .topics_col-no2 img {
    width: 220px;
}
.intro_text {
    margin: 0 auto 10px;
}
}
@media screen and (max-width:767px) {
    .intro-cols {
        display: block;
    }
    .intro-col01 {
        width: 100%;
    }
    .intro-col02 {
        width: 100%;
    }
    .intro-pic {
        margin: 0 auto;
        max-width: 260px;
    }
    .daily-cols {
        display: block;
    }
    .daily-col01 {
        margin-bottom: 10px;
        width: 100%;
    }
    .daily-img {
        margin: 0 auto;
        max-width: 290px;
    }
    .daily-col02 {
        width: 100%;
    }
    .daily-lists li {
        padding-left: 22px;
    }
    .daily-lists li i {
        top: 3px;
    }
    .point-lists li::before {
        top: .55em;
    }
    .point-lists li {
        padding-left: 22px;
    }
    .u-pointBox-cols {
        display: block;
    }
    .u-pointBox-col01 {
        width: 100%;
    }
    .u-pointBox-hdr {
        box-sizing: border-box;
        height: 40px;
        justify-content: flex-start;
        margin-bottom: 10px;
        padding: 0 14px;
        width: 100%;
    }
    .u-pointBox-col02 {
        width: 100%;
    }
    .u-pointBox {
        padding: 12px;
    }
    .type-topics {
        margin-bottom: 48px;
    }
    .machine_topics .u-topicsBox_title small {
        display: block;
    }
    .machine_topics_cols01 {
        flex-direction: column;
    }
    .machine_topics_cols01 .topics_col-no1 {
        display: none;
        width: auto;
    }
    .machine_topics_cols01 .topics_col-no2 {
        width: auto;
    }
    .machine_lists li {
        margin-top: 16px;
        width: 100%;
    }
    .women_linkBox dd:nth-of-type(2) {
        display: none;
    }
    .women_topics_cols01 .topics_col-no2 img {
        width: 170px;
    }
    .women_topics_cols01 .topics_col-no2 {
        text-align: center;
    }
    .women_innerBox {
        padding: 20px 12px 12px;
    }
    .innerBox_headline {
        font-size: 19px;
    }
    .innerBox_name {
        font-size: 12px;
    }
    .innerBox_cols {
        flex-direction: column;
    }
    .innerBox_col-no1 {
        width: auto;
    }
    .innerBox_col-no2 {
        width: auto;
    }
    .women_topics {
        margin-bottom: 50px;
    }
    .yearly-graph {
        overflow-x: scroll;
    }
    .yearly-graph img {
        max-width: 626px;
    }
}
