@charset "utf-8";

@media screen and (min-width: 768px) {
    .siteFlow_wrapper {
        width: 980px;
        margin: 0 auto;
        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;
        margin: 0;
        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;
        margin-bottom: 0;
    }
}

@media screen and (max-width: 767px) {
    .siteFlow_wrapper {
        margin: 10% 2%;
        font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
        font-size: 14px;
        line-height: 1.5 !important;
    }
    
    .siteFlow_title {
        color: #003894;
        font-size: 20px;
        font-weight: bold;
    }
    
    .siteFlow_catagory {
        margin: 20px 0 0;
    }
    
    .siteFlow_subtitle {
        color: #003894;
        font-size: 18px;
        font-weight: bold;
        margin-bottom: 0.5em;
        position: relative;
        display: inline-block;
        padding-right:20px;
    }
    
    .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 {
        font-weight: bold;
        text-decoration: none;
    }
    
    .siteFlow_list {
        padding: 0;
    }
    
    /*.siteFlow_item {
        display: block;
        margin-bottom: 1em;
    }*/
    
    .siteFlow_item {
        display: display;
        margin-bottom: 1em;
        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 a {
        display: block;
        text-decoration: none;
    }
    
    .siteFlow_card {
        display: flex;
        /* width: 100%; */
    }
    
    .siteFlow_card_image {
        width:40%;
        overflow: hidden;
        min-height: 5em;
    }
    
    .siteFlow_card_image img {
        height: 5em;
        min-height: 100%;
        object-fit: cover;
        width: 100%;
    }
    
    .siteFlow_card_text_wrapper {
        position: relative;
        padding: 10px 10px 25px;
        line-height: 1.5;
        width:60%
    }
    
    
    
    .siteFlow_card_area {
        display: inline-block;
        color: #fff;
        background-color: #003894;
        font-size: 12px;
        padding: 0 2px;
        line-height: 1.5;
    }
    
    .siteFlow_card_text {
        color: #333;
        font-size: 16px;
        line-height: 1.5;
    }
}