.special-box {
    text-align: center;
}

.special-box_tit {
    position: relative;
}

.special-box_headline {
    font-weight: bold;
    font-size: 28px;
    position: absolute;
    top: 31px;
    left: 291px;
}

.special-box_content {
    border: 2px solid crimson;
    padding: 20px 0;
    width: 90%;
    margin: 0 auto;
    margin-top: 30px;
}

.special-box_content_title {
    font-size: 28px;
    font-weight: bold;
    color: crimson;
}

.special-box_content_txt {
    line-height: 2;
    padding: 10px 0;
    font-size: 17px;
    font-weight: bold;
}


/* マップ */
.map {
    margin: 30px 0 0;
}
.map--box {
    margin: 0 auto;
}

.map--img {
    text-align: center;
}

.map--list {
    display: flex;
    justify-content: center;
    /* width: 700px; */
    margin: 0 auto;
    flex-wrap: wrap;
}

.map--item {
    margin-top: 8px;
    width: 200px; 
    padding-right: 10px;
}

/* .map--item:nth-child(3n) {
    padding-right: 0;
} */

.map--link {
    align-items: center;
    background-color: #023886;
    border-radius: 4px;
    color: #fff !important;
    display: flex;
    flex-direction: column;
    font-size: 18px;
    font-weight: bold;
    height: 60px;
    justify-content: center;
    line-height: 19px;
    position: relative;
    text-decoration: none;
    width: 100%;
}

.map--link::after {
    content: "";
    width: 6px;
    height: 6px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    transform: rotate(135deg);
    position: absolute;
    right: 15px;
    top: 23px;
}

.map--item:hover {
    opacity: .8;
}
.map--item.none:hover {
    opacity: unset;
}

/* プラン一覧 */
.plan_area_tit {
    align-items: center;
    background-color: #023886;
    border-radius: 4px;
    color: #fff !important;
    display: flex;
    flex-direction: column;
    font-size: 18px;
    font-weight: bold;
    height: 40px;
    justify-content: center;
    line-height: 19px;
    position: relative;
    text-decoration: none;
    width: 100%;
    margin-top: 40px;
}

.ac-plan__headline a,
.ac-plan__more a {
    color: #003894;
}
.ac-plan__headline a:hover,
.ac-plan__more a:hover {
    color: #5088ED;
}

.evaluation__list {
    display: inline-block;
    width: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    width: 150px;
}

.ac-plan__evaluation__bbs {
    text-align: center;
}

.island-link-list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 20px;
}

.island-link-item {
    width: 300px;
    margin: 0 10px 20px;
}

.island-link-item a {
    align-items: center;
    background-color: #FF7A08;
    border-radius: 4px;
    color: #fff;
    display: flex;
    font-size: 22px;
    font-weight: bold;
    height: 100%;
    justify-content: space-around;
    line-height: 24px;
    position: relative;
    text-decoration: none;
    padding: 5px;
}

.island-link-item a:hover {
    opacity: .8;
}

.island-link-item .nolink {
    align-items: center;
    background-color: #999;
    border-radius: 4px;
    color: #fff;
    display: flex;
    font-size: 22px;
    font-weight: bold;
    height: 100%;
    justify-content: space-around;
    line-height: 24px;
    position: relative;
    text-decoration: none;
    padding: 5px;
}

.island-link-item a::after,
.island-link-item .nolink::after {
    border-right: 3px solid #fff;
    border-top: 3px solid #fff;
    content: "";
    display: block;
    height: 9px;
    position: relative;
    transform: rotate(45deg);
    width: 9px;
}

.island-link-item a span span,
.island-link-item .nolink span span {
    font-size: 14px;
    line-height: 16px;
}