/* SP */
@media screen and (max-width: 767px) { }

/* PC */
@media screen and (min-width: 768px) { }

.p-techno-cat3-visual__inner {
    max-width: 1170px;
    margin-top: 99px;
    margin-bottom: 60px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 65px;
    padding-left: 65px;
}

@media screen and (max-width: 767px) { 
    .p-techno-cat3-visual__inner {
        margin-top: 60px;
        margin-bottom: 60px;
        padding-right: 20px;
        padding-left: 20px;

    }
}

.c-section-techno__detail {
    max-width: 1170px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 65px;
    padding-left: 65px;
    margin-top: 40px;
    margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
    .c-section-techno__detail {
        margin-top: 60px;
        margin-bottom: 60px;
        padding-right: 20px;
        padding-left: 20px;

    }
}

.c-section-techno .c-section-techno__detail .c-heading2{
    font-size: 18px;
}
@media screen and (max-width: 767px) {
    .c-section-techno .c-section-techno__detail .c-heading2{
        margin-bottom: 40px;
    }
}

.p-techno-list__top {
    display: flex;
    flex-wrap: wrap;
    gap: 30px calc(30 / 1169 * 100%);
}
@media screen and (max-width: 767px) {
    .p-techno-list__top {
        flex-direction: column;
    }
}

.p-techno-list__top .p-techno-list__item {
    width: calc(369 / 1170 * 100%);
    height: 90px;
}
@media screen and (max-width: 767px) {
    .p-techno-list__top .p-techno-list__item {
        width: 100%;
        height: auto;
    }
}

@media screen and (max-width: 767px) {
    .p-techno-list__top .p-techno-list__item {
        width: 100%;
        height: auto;
    }
}

.p-techno-list__item {
    width: 100%;
    position: relative;
}

.p-techno-list__item > a:before {
    content: "";
    width: 20px;
    height: 20px;
    display: inline-block;
    background-color: #fff;
    border-radius: 50%;
    flex-shrink: 0;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
    .p-techno-list__item > a:before {
        right: 8px;
    }
}

.p-techno-list__item > a:after {
    position: absolute;
    content: "";
    margin: auto;
    box-sizing: border-box;
    vertical-align: middle;
    top: 50%;
    right: 16px;
    transform: translate(0px, -5%) rotate(45deg);
    transform-origin: top right;
    border-top: 1px solid #004098;
    border-right: 1px solid #004098;
    width: 7px;
    height: 7px;
    transition-property: top, right, bottom, left;
    transition-duration: 0.3s;
}
@media screen and (max-width: 767px) {
    .p-techno-list__item > a:after {
        right: 14px;
    }
}

.p-techno-list__item > a,
.p-techno-list__item > span {
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: center;
    
}

@media screen and (min-width: 768px) {    
    .p-techno-list__item > a:hover{
        text-decoration: none;
}
}

.techno-category__tg {
    background-color: #E3F2F9;
}

.techno-category__tg-eng {
    background-color: #FFE5E5;
}

.techno-category__tg-net {
    background-color: #EDEEFA;
}

.p-techno-list__item__title {
    font-size: 16px;
    line-height: 150%;
    font-weight: 500;
    color: #333333;
    word-break: break-all;
    padding: 20px;
    padding-right: 44px;
}
@media screen and (max-width: 767px) {
    .p-techno-list__item__title {
        padding: 22px 45px 22px 10px;
    }
    .p-techno-list__item__title small{
        font-size: 10px;
    }
}

.p-techno-list__item__title .e-power_name {
    font-weight: bold;
    color: #004098;
}


.p-techno-cat3-visual__body {
    text-align: center;
}

.p-techno-cat3-visual__title {
    color: #004098;
    font-size: 50px;
}
@media screen and (max-width: 767px) {
    .p-techno-cat3-visual__title {
        font-size: 32px;
    }
}

/* 技術開発詳細リンク一覧全体 */
.p-techno-cat3__heading {
    background-color: #E3F2F9;
}
.p-techno-cat3__heading_inner {
    max-width: 1170px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 65px;
    padding-left: 65px;
    padding-top: 30px;
    padding-bottom: 30px;
}
@media screen and (max-width: 767px) {
    .p-techno-cat3__heading_inner {
        padding-right: 20px;
        padding-left: 20px;
    }
}

.p-techno-cat3__title {
    text-align: center;
    font-size: 32px;
    color: #004098;
}
@media screen and (max-width: 767px) {
    .p-techno-cat3__title {
        font-size: 24px;
    }
}


.p-techno-cat3__inner {
    max-width: 1170px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 65px;
    padding-left: 65px;
    margin-top: 60px;
    margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
    .p-techno-cat3__inner {
        margin-top: 40px;
        margin-bottom: 60px;
        padding-right: 20px;
        padding-left: 20px;
    }
}

/* 技術開発詳細リンクカード */
.p-techno-cat3__card_list {
    display: flex;
    gap: calc(20 / 1168 * 100%);
    justify-content: center;
}
@media screen and (max-width: 767px) {
    .p-techno-cat3__card_list {
        flex-direction: column;
        gap: 30px;
    }
}

.p-techno-cat3__card_item {
    width: calc(376/ 1170 * 100%);
    padding: 18px 20px 25px 20px;
    background-color: #fff;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 767px) {
    .p-techno-cat3__card_item {
        width: 100%;
        box-sizing: border-box;
        padding: 15px 20px 25px 20px;
    }
}

.p-techno-cat3__card_kinds {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.p-techno-cat3__card_kinds img {
    max-width: 95px;
    width: 100%;
}
@media screen and (max-width: 767px) {
    .p-techno-cat3__card_kinds img {
        max-width: 87px;
    }
}

.p-techno-cat3__card_kinds__name {
    font-size: 20px;
    font-weight: 500;
    margin-top: 5px;
    margin-bottom: 20px;
}

.p-techno-cat3__card_item .p-techno-list .p-techno-list__item{
    margin-bottom: 10px;
    min-height: 55px;
    height: 55px;
}
@media screen and (max-width: 767px) {
    .p-techno-cat3__card_item .p-techno-list .p-techno-list__item {
        height: auto;
    }
}

.p-techno-cat3__card_item .p-techno-list .p-techno-list__item .p-techno-list__item__title{
    font-size: 14px;
    padding: 10px 35px 10px 20px;
}
@media screen and (max-width: 767px) {
    .p-techno-cat3__card_item .p-techno-list .p-techno-list__item .p-techno-list__item__title {
        padding: 15px 35px 15px 10px;
    }
}


/* マップ */
.c-section-techno__column {
    display: flex;
    align-items: center;
}
@media screen and (max-width: 767px) {
    .c-section-techno__column {
        flex-direction: column;
        gap: 30px;
    }
}

.c-section-techno__column_left {
    max-width: 50%;
}
@media screen and (max-width: 767px) {
    .c-section-techno__column_left {
        max-width: 100%;
    }
}

.c-section-techno__column_right {
    max-width: 50%;
    margin-left: 40px;
}
@media screen and (max-width: 767px) {
    .c-section-techno__column_right {
        max-width: 100%;
        margin-left: 0;
    }
}

.c-section-techno__map-list {
    font-weight: 500;
    counter-reset: number;
}

.c-section-techno__map-list__item {
    display: flex;
    position: relative;
    padding-left: 40px;
    align-items: center;
    justify-content: space-between;
}
@media screen and (max-width: 767px) {
    .c-section-techno__map-list__item {
        padding-left: 25px;
    }
}

.c-section-techno__map-list__item:not(:first-child) {
    margin-top: 30px;
}

.c-section-techno__map-list__item::before {
    background-color: #004098;
    color: #fff;
    border-radius: 50%;
    counter-increment: number;
    content: counter(number);
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    border-radius: 50%;
    font-size: 20px;
    text-align: center;
    line-height: 1.5;
    font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
@media screen and (max-width: 767px) {
    .c-section-techno__map-list__item::before {
        font-size: 16px;
        width: 20px;
        height: 20px;
        line-height: 1.2;
    }
}

.map-list__item_title {
    font-size: 15px;
    margin-right: 30px;
}
@media screen and (max-width: 767px) {
    .map-list__item_title {
        font-size: 13px;
        letter-spacing: -0.65px;
        margin-right: 20px;
    }
}

.map-list__item_link {
    position: relative;
    min-width: 74px;
    height: 33px;
    background-color: #004098;
    border-radius: 3px;
}
@media screen and (max-width: 767px) {
    .map-list__item_link {
        min-width: 30px;
        height: 23px;
    }

}

.map-list__item_link img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}