@charset "utf-8";
/* CSS Document */
.link_pic{
    padding: 0 0 20px 0;
}
.link_pic .title {
    text-align: center;
    padding: 15px 0;
}
.link_pic .title .title_ch span {
    font-size: 165%;
    font-weight: bold;
    padding: 0 10px;
    border-right: 1px #b0b0b0 solid;
    color: #35073e;
}

.link_pic .title .title_ch span:nth-child(2n+2) {
    color: #773683;
}
.link_pic .title .title_en{
    color: #187096;
    position: relative;
    padding: 10px 0;
    text-transform: uppercase;
}
.link_pic .title p {
  margin: 0;
    display: block;
    padding: 10px 0 0 0;
    text-align: center;
}
.link_pic .more {
    text-align: center;
}
.link_pic .more a::before {content: "";width: 0;height: 0;border-style: solid;border-width: 5px 0 5px 9px;border-color: transparent transparent transparent #6b6b6b;position: absolute;right: 15px;top: 50%;}

.link_pic .more a {
    color: #6c6c6c;
    padding: 20px 40px 10px 40px;
    display: inline-block;
    border-bottom: 1px #b9b9b9 solid;
    position: relative;
    letter-spacing: 2px;
    text-decoration: none;
}

.link_pic .more a:hover {
    color: #773683;
}

.link_pic .more a:hover::after {content: "";width: 100%;}

.link_pic .more a::after {
    content: "";
    position: absolute;
    height: 1px;
    background-color: #773683;
    display: block;
    right: 0;
    bottom: -1px;
    width: 0;
    transition: all 200ms ease-out;
}
.link_pic .more a:hover::before {border-color: transparent transparent transparent #773683;}

.link_pic .piclist{
    display:-webkit-flex;
    display:flex;
    -webkit-flex-wrap:wrap;
    flex-wrap:wrap;
    -webkit-justify-content:center;
    justify-content:center;
    -webkit-align-content:space-around;
    align-content:space-around;
    padding: 10px 0;
}

.link_pic .piclist img {
    max-width: 100%;
    width: 100%;
}

.link_pic .piclist div {
    padding: 5px 10px;
}

.link_pic .piclist a:hover {
    -moz-transform: scale(0.95);
    -webkit-transform: scale(0.95);
    -o-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95);
}

.link_pic .piclist a {
    display: block;
}
