/* === アコーディオンメニュー === */
.accordion-menu {
    width: 750px;
    margin: 0px 0px 0px 0px;
    float: left;
    list-style: none;
    font-size: 35px;
}
.accordion-menu li.open .dropdownlink {
    color: #FFFFFF;
}
.accordion-menu li:last-child .dropdownlink {
}
.dropdownlink, .ddnlink {
    cursor: pointer;
    display: block;
    padding: 25px 0px 25px 25px;
    position: relative;
    color: #FFFFFF;
    background-position: right 15px center;
    background-size: 30px auto;
    background-repeat: no-repeat;
    background-color: #F50363;
    margin-top: 10px;
    text-align: left;
    border-top: 2px solid #ffeaf1;
    border-bottom: 2px solid #ffeaf1;
    margin-top: -2px;
}
.dropdownlink {
    background-image: url(../imgs/spm_plus.svg);
}
.submenuItems {
    width: 750px;
    display: none;
    background: #ff7dac;
    list-style: none;
}
.submenuItems li {
    border-bottom: 2px solid #ffeaf1;
    background-position: right 15px center;
    background-size: 30px auto;
    background-repeat: no-repeat;
    background-image: url(../imgs/spm_arrow.svg);
}
.submenuItems a {
    display: block;
    color: #fff;
    padding: 25px 0px 25px 25px;
    transition: all 0.4s ease-out;
    text-align: left;
}
.submenuItems a:hover {
    background-color: #F50363;
    color: #fff;
}

.ddnlink {
    background-image: url(../imgs/spm_arrow.svg);
    width: 725px;
    margin: -2px 0px 0px 0px;
    float: left;
    font-size: 35px;
}
.ddnlink a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-indent:-999px;
    z-index: 2; /* 必要であればリンク要素の重なりのベース順序指定 */
}
.ddnlink:hover {
    filter:alpha(opacity=70);/* IE 6,7*/
    -ms-filter: "alpha(opacity=70)";/* IE 8,9 */
    -moz-opacity:0.7;/* FF , Netscape */
    -khtml-opacity: 0.7;/* Safari 1.x */
    opacity:0.7;
    zoom:1;/*IE*/
}
.menu_top {
    width: 100%;
    float: left;
}