/*
***************************************記事紹介カード***************************************
***************************************記事紹介カード***************************************
***************************************記事紹介カード***************************************
*/

/* ***************************************次の特集記事紹介カード*************************************** */
.next_special_card_area{
    height: auto;
    }
    .special_card_main {
    display : flex;
    width : 99.5%;
    padding : 15px 10px 0 0;
    align-items : flex-end;
    box-shadow: 0 3px 7px -1px rgb(0 0 0 / 0.5);
    position:relative;
    width : -webkit-calc(100% - 6px);	
    width : calc(100% - 6px);
    padding : 5px 0px;
    margin : 8px 5px 1px;
    border-radius : 10px;
    transition: all 0.3s 0s ease;
    transform: translateY(0);
    background-color: #fffefb;
    }
    .special_card_main a{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    border-radius: 10px;
    transition: all 0.3s 0s ease;
    box-shadow : 0.5px 2px 6px rgb(0, 0, 0, 0) inset;
    }
    .special_card_main:active {
    transform: translateY(1px);
    box-shadow: 0 3px 7px -1px rgb(0 0 0 / 0);
    transition: all 0.3s 0s ease;
    }
    .guide_text{
    position: absolute;
    top: -5px;
    left: -5px;
    z-index: 10;
    padding: 4px 5px;
    background-color: #cf2600c7;
    border-radius: 5px;
    }
    .guide_next_color{
    background-color: #3c9aa3b5;
    padding: 4px 15px;
    }
    .guide_text p{
    font-size: 13px;
    line-height: 1.3;
    margin: 0;
    color: #fff;
    }
    .special_img_area {
    position : relative;
    background-size : cover;
    flex-basis : 40%;
    text-align : center;
    flex-direction : row;
    margin : 0 5px;
    }
    .special_img_area img {
    width : 100%;
    max-width : 200px;
    min-width : 110px;
    margin : auto;
    text-align : center;
    border-radius : 5px;
    }
    .special_description_area {
    min-height : 120px;
    position : relative;
    background-size : cover;
    flex-basis : 100%;
    padding : 5px 10px 0;
    border-radius : 10px;
    overflow : hidden;
    border : #ababab solid 1px;
    margin-right:5px;
    }
    .special_description_area h4 {
    font-size : 17px;
    line-height : 1.5;
    margin : 5px 0;
    white-space : nowrap;
    overflow : hidden;
    text-overflow : ellipsis;
    color: #1a3c8d;
    }
    .special_description_area h5 {
    text-transform : uppercase;
    font-size : 12px;
    font-weight : 300;
    color : #a2a2a2;
    margin : 5px 0 0;
    white-space : nowrap;
    overflow : hidden;
    text-overflow : ellipsis;
    }
    .special_description_area h5:after {
    content : "";
    position : absolute;
    height : 1px;
    background-color: #a8d3d2;
    width: 99%;
    top : 60px;
    left : 8px;
    }
    .special_description_area p {
    position: relative;
    margin: 10px 0 7px;
    overflow: hidden;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.4;
    height: auto;
    min-height: 84px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    }
    .special_archive_title_area, .search_hit_title_area {
    text-align : center;
    margin : auto;
    color: #7a7a7a;
    }
    .special_archive_title_area h1, .search_hit_title_area h1 {
    display : inline-block;
    margin: 12px auto 5px;
    }
    .title_img {
    display:none;
    }
    @media screen and (min-width: 650px) {
    .next_special_card_area{
    height: 180px;
    }
    .sp_dropdown {
    width : 40%;
    width : -webkit-calc(41% - 5px);
    width : calc(41% - 5px);
    }
    .special_search_foorm_area {
    margin-bottom : 15px;
    }
    .special_card_main {
    margin : 8px 5px 1px;
    }
    .special_card_main_first{
    width : 98%;
    width : -webkit-calc(100% - 10px);	
    width : calc(100% - 10px);
    padding : 15px;
    background-repeat: repeat;
    background-size: 100%;
    background-position: center;
    background-blend-mode: lighten;
    }
    .special_card_main_sub {
    float : left;
    width : 48%;
    width : -webkit-calc(50% - 10px);
    width : calc(50% - 10px);
    padding : 5px 1px;
    }
    .special_card_main:hover {
    transform: translateY(1px);
    box-shadow: 0 3px 7px -1px rgb(0 0 0 / 0);
    transition: all 0.3s 0s ease;
    }
    .special_card_main:active a{
    transition: all 0.3s 0s ease;
    box-shadow : 0.5px 2px 6px rgb(0, 0, 0, 0.6) inset;
    }
    .special_card_main_first .special_img_area img {
    transform: rotate(2deg);
    -moz-transform: rotate(2deg);
    -webkit-transform: rotate(2deg);
    }
    .special_card_main_first .special_description_area {
    padding : 15px;
    background-color:rgba(249 249 249 / 95%)
    }
    .special_card_main_first .special_description_area h4 {
    font-size: 20px;
    line-height: 1.2;
    margin: -5px 0 5px;
    }
    .special_archive_title_area h1, .search_hit_title_area h1 {
    margin : 0 0 18px 30px;
    }
    .title_img {
    width: 55px;
    margin: 5px 3px 6px;
    display: inline-block;
    }
    .special_card_main_first .special_description_area h5:after {
    top : 57px;
    left : 13px;
    }
    .special_card_main_first::before {
    content: '';
    position: absolute;
    top: 5px;
    bottom: 5px;
    left: 5px;
    right: 5px;
    background: inherit;
    filter: blur(5px);
    z-index: -1;
    }
    }
    
    /* ***************************************次の特集記事紹介カード*************************************** */
    
    
    /* ***************************************記事内での別記事紹介カード表示エリア*************************************** */
    
    .sp_next_special_card_area {
    height: auto;
    width: 110%;
    width: calc(100% + 20px);
    max-width: 750px;
    margin: 10px -10px;
    padding: 15px 0 30px;
    background-color: #a8a8a825;
    }
    .sp_special_card_main {
    height: auto;
    float: none;
    margin: 10px auto;
    width: 98%;
    }
    @media screen and (min-width: 400px) {
    .sp_next_special_card_area{
    width: 100%;
    margin: 10px auto;
    padding: 15px 2px 30px;
    }
    .sp_special_card_main {
    width: 95%;
    }
    }
    
    @media screen and (min-width: 650px) {
    .text_section .special_description_area h4,
    .text_section2 .special_description_area h4,
    .text_section3 .special_description_area h4{
    font-size: 23px;
    line-height: 1.2;
    margin: -5px 0 5px;
    }
    .text_section .special_description_area p,
    .text_section2 .special_description_area p,
    .text_section3 .special_description_area p{
    height: auto;
    font-size: 17px;
    font-size: 1.7rem;
    margin: 10px 0 0;
    }
    .text_section .special_description_area,
    .text_section2 .special_description_area, 
    .text_section3 .special_description_area{
    min-height: 180px;
    padding: 15px 10px 0;
    }
    }
    /* ***************************************記事内での別記事紹介カード表示エリア*************************************** */
    
    
    /*
    ***************************************記事紹介カード***************************************
    ***************************************記事紹介カード***************************************
    ***************************************記事紹介カード***************************************
    */
    