﻿@charset "utf-8";

ul.link_list{
display: flex;
    justify-content: space-between;
margin: 60px 0;
}

ul.link_list li{
width:23%;
}

ul.link_list li a.btn_link span.img_1{
width:10%;
}

ul.link_list li a.btn_link span.text{
padding:0 10px;
color:#;
}

ul.link_list li a.btn_link span.img_2{
width:8%;
}

ul.link_list li a.btn_link{
width: 100%;
    font-weight: bold;
    display: block;
    text-align: center;
    border: 1px solid #d80b24;
    padding: 20px 0;
    text-decoration: none;
    color: #d80b24;
font-size: 16px;
display: flex;
    align-items: center;
    border-radius: 10px;
    justify-content: center;
    box-shadow: 0 4px 0 #a3081b;
    transition: .3s;
}



ul.link_list li a.btn_link:hover{
  transform: translateY(4px);
  box-shadow: 0 0 0 #d80b24;
}

.sectionColumnTriple h2{
margin-bottom: 30px;
    font-size: 24px;
    background: #d80b24;
    color: #fff;
    padding: 10px 0;
    text-align: center;
}

ul.img_list{
    display: flex;
    flex-wrap: wrap;
}

ul.img_list li{
width:20%;
text-align: center;
    margin-bottom: 30px;
}

ul.img_list li span{
display: block;
font-size: 14px;
font-weight: bold;
}
 
ul.img_list li a{
    text-decoration: none;
 color: #666666;
}

 
ul.img_list li img:hover{
opacity:.7;
}

ul.img_list li a:hover{
text-decoration: underline;
}

div.sectionColumnTriple{
    margin-bottom: 30px;
margin-right:0 !important;
}

.brand_name{
    margin-bottom: 30px;
font-size: 16px;
}

.listArrow{
margin:0;
}

.listArrow li a{
font-size: 16px;
    color: #666666;
    text-decoration: none;
}

.listArrow li a:hover{
text-decoration: underline;
}

.listArrow li{
background: none;
    margin-left: 0;
    padding-left: 0;
}

@media screen and (max-width: 767px){
ul.link_list{
display:block;
}

ul.link_list li {
    width: 90%;
    margin: auto;
    margin-bottom: 30px;
}

ul.img_list li{
    width: 50%;
}

div.sectionColumnTriple{
    margin-bottom: 30px;
}

.listArrow li:before{
display:none;
}

.listArrow li{
text-align:center;
}

}