@charset "utf-8";

.siteFlow_wrapper {
    width: 980px;
    margin: 50px auto 0;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 16px;
    line-height: 1.5;
}

.siteFlow_title {
    color: #003894;
    font-size: 24px;
    font-weight: bold;
}

.siteFlow_catagory {
    margin: 20px 0 0;
}

.siteFlow_subtitle {
    color: #003894;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 0.5em;
    display: inline-block;
    position:relative;
    padding-right:16px
}

.siteFlow_subtitle::before, .siteFlow_subtitle::after{
    content:"";
    display:block;
    position:absolute;
}
.siteFlow_subtitle::before {
    background: #003894;
    width: 12px;
    height: 12px;
    border-radius: 50px;
    right:0;
    top: 50%;
    transform:translateY(-50%)
}
.siteFlow_subtitle::after {
    right: 2px;
    top: 50%;
    width: 4px;
    height: 4px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(-45deg) translate(0.5px,-3px);
}

.siteFlow_subtitle a,
.siteFlow_subtitle a:link {
    text-decoration: none;
    color: #003894;

}

.siteFlow_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    padding: 0;
}

.siteFlow_item {
    display: block;
    margin-bottom: 30px;
    margin-right: 17px;
    border: 1px solid #b4b4b4;
    border-radius: 10px;
    overflow: hidden;
    position:relative;
}

.siteFlow_item::before {
    position: absolute;
    bottom: 10px;
    right: 10px;
    display:block;
    content:"";
    border-bottom: 1px solid #003894;
    height: 1px;
    width: 57px;
}

.siteFlow_item::after {
    position: absolute;
    bottom: 13px;
    right: 10px;
    display:block;
    content:"";
    border-bottom: 1px solid #003894;
    height: 1px;
    width: 12px;
    transform: rotate(30deg);
}

.siteFlow_item:nth-child(5n) {
    margin-right: 0;
}

.siteFlow_item a {
    display: block;
    text-decoration: none;
}

.siteFlow_card {
    width: 180px;
}

.siteFlow_card_image {
    width: 180px;
    height: auto;
    overflow: hidden;
}

.siteFlow_card_image img {
    width: 180px;
    height: 108px;
    object-fit: cover;
}

.siteFlow_card_text_wrapper {
    padding: 10px;
    min-height: 5em;
}

.siteFlow_card_area {
    display: inline-block;
    color: #fff;
    background-color: #003894;
    font-size: 12px;
    padding: 0 2px;
}

.siteFlow_card_text {
    color: #333;
    font-size: 14px;
}