@charset "utf-8";
/* CSS Document */

.link_txt .title {
    text-align: center;
    padding: 15px 0;
}
.link_txt .title .title_ch span {
    font-size: 165%;
    font-weight: bold;
    padding: 0 10px;
    border-right: 1px #b0b0b0 solid;
    color: #35073e;
}

.link_txt .title .title_ch span:nth-child(2n+2) {
    color: #773683;
}
.link_txt .title .title_en{
    color: #187096;
    position: relative;
    padding: 10px 0;
    text-transform: uppercase;
}
.link_txt .title p {
  margin: 0;
    display: block;
    padding: 10px 0 0 0;
    text-align: center;
}
.link_txt .more {
    text-align: center;
}
.link_txt .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_txt .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_txt .more a:hover {
    color: #773683;
}

.link_txt .more a:hover::after {content: "";width: 100%;}

.link_txt .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_txt .more a:hover::before {border-color: transparent transparent transparent #773683;}

.link_txt .list ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.link_txt .list ul {
    display: -ms-flexbox;
    -ms-flex-wrap: wrap;
    -ms-flex-direction: column;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    display: -webkit-box;
    display: flex;
    -webkit-justify-content: center;
    justify-content:center;
}

.link_txt .list ul li {
    -webkit-box-flex: auto;
    -ms-flex: auto;
    flex: auto;
    padding: 5px;
}

.link_txt.B .list ul li {
    width: 220px;
    max-width: 220px;
}

.link_txt .list ul li p {
    margin: 0;
}

.link_txt.B .list ul li p {
    width: 60%;
}

.link_txt.A .list ul li p {
    width: 100%;
    clear: both;
}

.link_txt.A .list ul li {
    text-align: center;
    max-width: 220px;
}

.link_txt.A .list ul li a {padding: 15px;}

.link_txt.A .list ul li img {
    width: 100%;
    display: block;
    margin: auto;
    padding: 15px;
}

.link_txt.B .list ul li img {
    width: 100%;
}

.link_txt .list ul li a {
    padding: 8px;
    color: #000;
    font-size: 110%;
    letter-spacing: 2px;
    height: 100%;
    display: block;
    border: 1px #d9d9d9 solid;
}

.link_txt .list ul li a:hover {
    text-decoration: none;
    border: 1px #753581 solid;
}

.link_txt.B .list ul li a {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-align-content: center;
    align-content: center;
}

.link_txt.B .list ul li .l_pic {
    display: inline-block;
    width: 40%;
}

