@charset "UTF-8";

/* Customize
-------------------------------------------------- */
.ttl_bdr_blue .txt_main {
    color: #222;
}

.thum_text_link_wrap .thum_text_link .thum_text_link_thum {
    margin-bottom: 0px; 
}

.sec2.more_links .thum_text_link_wrap .thum_text_link a:after {
    display: none;
}

.sec2.more_links .thum_text_link_wrap .thum_text_link a .thum_text_link_ttl {
    transition: color .2s;
    text-align: center;
}

.bg_light_gray_sec .thum_text_link_wrap._col2 .thum_text_link_txtarea, .bg_light_gray_sec .thum_text_link_wrap._col3 .thum_text_link_txtarea {
    padding: 5px 30px;
}

@media print, screen and (min-width: 768px) {

.ttl_bdr_blue {
    margin-bottom: 40px !important;
}

.thum_text_link_wrap._col2 .thum_text_link {
    width: calc((100% - 50px) / 2);
    margin: 0 auto !important;
}

.sec2.more_links .thum_text_link_wrap .thum_text_link a .thum_text_link_txtarea {
    position: relative;
    z-index: 0;
}

.sec2.more_links .thum_text_link_wrap .thum_text_link a .thum_text_link_txtarea:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    background-color: #ff0a14;
    transform: scale(0, 1);
    transform-origin: right top;
    transition: transform .2s cubic-bezier(0.8, 0, 0.2, 1) 0s;
    z-index: -2;
}
.sec2.more_links .thum_text_link_wrap .thum_text_link a:hover .thum_text_link_txtarea {
    color: #fff;
}
.sec2.more_links .thum_text_link_wrap .thum_text_link a:hover .thum_text_link_txtarea:after {
    transform: scale(1, 1);
    transform-origin: left top;
    visibility: visible;
}
}

@media screen and (max-width: 767px) {
.bg_light_gray_sec .thum_text_link_wrap .thum_text_link a .thum_text_link_txtarea {
    padding: 10px 30px;
}
	}