/*コンテンツボックス群 */

.co-name {
    font-size: 22px;
    text-align: center;
    color: tomato;
    line-height: 1.2;
    -webkit-box-reflect: below -10px -webkit-linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,0) 10%,rgba(0,0,0,.6));
    margin-bottom: calc(1em + 20px);
    font-weight: bold;
    margin-top: 50px;
}

.co-inner-box {
    /* background-color: lightcyan;  */
    width: 28%;  
}

.co-inner-box a {
    overflow: hidden;
}

.co-inner-box img:hover {
    transform: scale(1.1);
    transition: 0.5s;
} 
.co-inner-box img {
    width: 100%;
}

.co-inner-box p {
    padding: 5px;
    /* background-color: lightgreen; */
}

/* 各中隊のページ */
.youbou {
    display: flex;
    width: 100%;
}

.youbou img {
    width: 45%;
}

.co-setumei {
    line-height: 40px;
    padding-top: 150px;
    margin-right: auto;
    margin-left: auto;
}
.co-yaku {
    width: 100%;
    font-size: 24px;
    margin-bottom: 10px;
    font-weight: bold;
}

.co-shikaikyu {
    width: 100%;
    font-size: 40px;
    border-bottom: solid 3px #ffcccc;
    position: relative;
    margin-bottom: 40px;
    font-weight: bold;
}

.co-shikaikyu::after {
    position: absolute;
    content: "";
    display: block;
    border-bottom: solid 3px #cd5454;
    bottom: -3px;
    width: 20%;
}

.youboujiko-komoku {
    width: 100%;
    font-weight: bold;
    font-size: 20px;
}

.youboujiko-naiyou {
    font-size: 20px;
}

/* 本管　各小隊の箱 */

.pt-outer-box {
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-between;
    display: flex;

}
.pt-inner-box {
    border: solid 3px #cd5454;
    border-radius: 3px;
    margin: 10px 0;
    padding: 12px;
    display: flex;
    justify-content: space-between;
    width: 33%;
}

.pt-image {
    width: 58%;
    display: block;
}

.pt-image img {
    width: 100%;
}
.pt-name {
    font-size: 18px;
    font-weight: bold;
    padding: 10px;
}
.pt-setumei {
    width: 40%;
    background-color: rgb(238, 207, 178);
    padding-right: 4px;
}



.pt-naiyou {
    margin-left: 10px;
    padding: 5px 0;
    font-size: 14px;
}

/* 各中隊の特性 */
.tokusei {
    font-size: 22px;
    margin-top: 30px;
}

.tokusei-img {
    display: flex;
    justify-content: space-between;
}

.tokusei-inner-box {
    width: 46%;
    font-size: 20px;
    text-align: center;
    margin-top: 10px;
}

.tokusei-inner-box p {
    margin-top: 5px;
}
.tokusei-inner-box img {
    width: 100%;
}