/*=============================================================
 techno top Layout
=============================================================*/
.directoryTop .cotegoryTop #contents {
    background: none;
    float: none;
    width: 100%;
    padding-bottom: 50px;
}

.directoryTop #contents header#contentsHdr #categoryTitle h1 {
    background: none;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    font-size: 24px;
    text-align: left;
    width: auto;
    height: auto;
    position: absolute;
    top: 28%;
    left: 10%;
    transform: translate(-28%, -9%);
    color: #fff;
}


/* front-menuPickup
-------------------------------------------------------------*/
.directoryTop #contents .front-menuPickup {
    display: flex;
    justify-content: space-between;
}

.directoryTop #contents .front-menuPickup li {
    width: 32.5%;
    box-shadow: 2px 1px 6px 2px rgba(0, 0, 0, 0.1);
}

.directoryTop #contents .front-menuPickup li a img {
    width: 100%;
}

.directoryTop #contents .front-menuPickup li a:hover img {
    opacity: 0.7;
}

.directoryTop #contents .front-menuPickup li a p {
    position: relative;
    display: block;
    height: 50px;
    font-size: 16px;
    overflow: hidden;
    text-decoration: none;
    background: linear-gradient(90deg, #00a9a3 0%, #00a9a3 7%, #ffffff 7%, #ffffff 100%);
}

.directoryTop #contents .front-menuPickup li a p span {
    position: absolute;
    z-index: 1;
    transition: .3s;
    color: #333;
    top: 50%;
    left: 12%;
    transform: translateY(-50%);
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
    line-height: 1;
    padding-right: 0.5em;
}

#contents .front-menuPickup li a:hover p span {
    color: #fff;
}

/* 疑似要素 */
#contents .front-menuPickup li a p:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    background: #00a9a3;
    transform: translate3d(-100%, 0, 0);
    transition: .3s;
}

/* 疑似要素(hover) */
#contents .front-menuPickup li a:hover p:before {
    transform: translate3d(0, 0, 0);
}

/* box-menuList
-------------------------------------------------------------*/
.directoryTop #contents .box-clm3 > .boxLeft,
.directoryTop #contents .box-clm3 > .boxRight {
    width: 31%;
    margin-right: 0;
}

.directoryTop #contents .box-clm3 > .boxLeft:nth-of-type(2) {
    margin: 0 3.5%;
}

.directoryTop #contents .box-menuList {
    border: none;
}

.directoryTop #contents .box-menuList dt {
    border-bottom: 2px solid #9abeca;
}

.directoryTop #contents .index-toggleSet .index-toggleIcon {
    display: none;
}

.directoryTop #contents .box-menuList dt a:after {
    display: block;
    content: '';
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    width: 35px;
    height: 27px;
}

.directoryTop #contents .box-menuList:nth-of-type(1) dt a:after {
    background: url("../image/index_menu_icon011.png") no-repeat;
    background-size: contain;
}

.directoryTop #contents .box-menuList:nth-of-type(2) dt a:after {
    background: url("../image/index_menu_icon021.png") no-repeat;
    background-size: contain;
}


/* 3列目　バナー2つ */
.front-bgWhite .boxRight#index-bnr li {
    margin-bottom: 10px;
}

.front-bgWhite .boxRight#index-bnr li a {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    background: #003280;
}

.front-bgWhite .boxRight#index-bnr li a:hover {
    opacity: 0.5;
}

.front-bgWhite .boxRight#index-bnr li a p {
    width: 66%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column; /* 子要素をflexboxにより縦方向に揃える */
    justify-content: center; /* 子要素をflexboxにより中央に配置する */
    align-items: left; /* 子要素をflexboxにより中央に配置する */
    text-align: left;
    vertical-align: middle;
    padding-left: 4%;
    line-height: 1;
}

.front-bgWhite .boxRight#index-bnr li a p span {
    display: inline-block;
}

.front-bgWhite .boxRight#index-bnr li img {
    width: 30%;
}

.front-bgWhite .boxRight#index-bnr li span img.iconWin {
    display: inline;
    width: 20px;
    height: 16px;
    vertical-align: -2px;
    margin-left: 5px;
}


/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 Tablet (portrait)
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
@media only screen and (min-width: 768px) and (max-width: 1023px) {
    .directoryTop #contents header#contentsHdr #categoryTitle h1 {
        font-size: 21px;
        top: 35%;
        left: 5%;
        transform: translate(-5%, -35%);
    }

}

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 Smartphones
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
@media only screen and (max-width: 767px) {
    .directoryTop #contents header#contentsHdr #categoryTitle p img {
        width: 100%;
        height: auto;
    }

    .directoryTop #contents header#contentsHdr #categoryTitle h1 {
        font-size: 24px;
        width: auto;
        height: auto;
        padding: 0;
        position: absolute;
        top: 40%;
        left: 13%;
        transform: translate(-13%, -40%);
    }

    /* front-menuPickup
    -------------------------------------------------------------*/
    .directoryTop #contents .front-menuPickup {
        display: block;
    }

    .directoryTop #contents .front-menuPickup li {
        width: 100%;
        margin-bottom: 4%;
    }

    .directoryTop #contents .front-menuPickup li a p {
        height: 60px;
    }


    /* box-menuList
    -------------------------------------------------------------*/
    .directoryTop #contents .box-clm3 > .boxLeft:nth-of-type(2) {
        margin: 0;
    }

    .directoryTop #contents .box-menuList {
        margin-bottom: 1em !important;
    }

    .directoryTop #contents .box-menuList > dt {
        position: relative;
        cursor: pointer;
    }

    .directoryTop #contents .box-menuList dt a {
        pointer-events: none;
        padding: 16px 0 10px 10px;
        display: inline-block;
    }

    .directoryTop #contents .index-toggleSet .index-toggleBtn a:before {
        border: none;
    }

    .directoryTop #contents .index-toggleSet .index-toggleIcon {
        position: absolute;
        top: 50%;
        right: 0;
        transform: translateY(-50%);
        display: block;
        width: 24px;
        height: 24px;
        text-indent: 100%;
        white-space: nowrap;
        overflow: hidden;
        background: #0083a7;
        border: 1px solid #fff;
    }

    .directoryTop #contents .index-toggleSet .index-toggleIcon:before,
    .directoryTop #contents .index-toggleSet .index-toggleIcon:after {
        display: block;
        content: '';
        background-color: #fff;
        position: absolute;
        width: 18px;
        height: 2px;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .directoryTop #contents .index-toggleSet .index-toggleIcon:before {
        width: 2px;
        height: 18px;
    }

    .directoryTop #contents .index-toggleSet .index-toggleBtn.selected .index-toggleIcon:before {
        content: normal;
    }

    .directoryTop #contents .index-toggleSet .index-toggleBtn.selected .index-toggleIcon {
        background: #fff;
        border: 1px solid #0083a7;
    }

    .directoryTop #contents .index-toggleSet .index-toggleBtn.selected .index-toggleIcon:before,
    .directoryTop #contents .index-toggleSet .index-toggleBtn.selected .index-toggleIcon:after {
        background-color: #0083a7;
    }

    .directoryTop #contents .index-toggleSet dd {
        display: none;
        padding-bottom: 30px;
    }

    .directoryTop #contents .box-menuList:nth-of-type(1) dt a:after {
        right: -50px;
    }

    .directoryTop #contents .box-menuList:nth-of-type(2) dt a:after {
        right: -42px;
    }


}