
a.linkArrow{
    color: #ff6d2b;
}
a.linkArrow span img{
        margin-top: 0;
}
.list{
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    padding: 0 40px;
}
.list .title{
    padding: 0;
    flex-direction: column;
    margin-bottom: 80px;
}
.list .title .subttl{
    font-size: 14px;
    font-weight: 400;
    opacity: .6;
    margin-bottom: 32px;
}
.list .title h1{
    font-size: 48px;
    margin-bottom: 40px;
    font-weight: 600;
    padding-bottom: 32px;
    position: relative;
}
.list .title h1::after{
    content: "";
    width: 32px;
    height: 2px;
    background: #fd9237;
    position: absolute;
    left: calc(50% - 16px);
    bottom: 0;
}


.list .category{
    margin-top: 80px;
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}
.list .category li a{
    background: #f0f0f0;
    color: #181616;
    padding: 8px 16px;
    box-sizing: border-box;
    border-radius: 500px;
    display: inline-block;
}
.list .category li.active a{
    cursor: default;
    background: #ff6d2b;
    color: #fff;
    pointer-events: none;
}
.list .category li.active a:hover{
    opacity: 1;
}


.list .ulList{
    margin-top: 40px;
    margin-bottom: 180px;
}
.list .ulList li a{
    color: #181616;
    padding: 32px 8px;
    box-sizing: border-box;
    display: flex;
    gap: 8px 24px;
    flex-wrap: wrap;
    border-bottom: 1px solid #ccc;
}
.list .ulList li:first-child a{
    border-top: 1px solid #ccc;
}
.infoBox{
    display: flex;
    align-items: center;
    gap: 16px;
}
.infoBox .date{
    opacity: .6;
    font-size: 13px;
    font-weight: 600;
}
.infoBox .tag{
    color: #ff6d2b;
    padding: 0 8px;
    box-sizing: border-box;
    border-radius: 4px;
    font-size: 13px;
    border: 2px solid #ff6d2b;
    font-weight: 600;
    width: 86px;
    text-align: center;
}


.detail{
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 80px;
    padding: 0 40px;
}

.detail h1{
    font-size: 48px;
    margin-bottom: 40px;
    font-weight: 600;
    padding-bottom: 32px;
    position: relative;
}
.detail h1::after{
    content: "";
    width: 32px;
    height: 2px;
    background: #ff6d2b;
    position: absolute;
    left: 0;
    bottom: 0;
}
.detail p{
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 80px;
}
.detail h2{
    font-weight: 600;
    margin-bottom: 24px;
    font-size: 20px;
}
.detail h3{
    font-weight: 600;
    margin-bottom: 16px;
    font-size: 17px;
}
.detail .imgBox{
    margin-bottom: 80px;
    overflow: hidden;
    border-radius: 24px;
    max-width: 864px;
    width: 100%;
}
.detail .imgBox img{
    width: 100%;
}
.detail .btnBox{
    margin-bottom: 80px;
    text-align: center;
    margin-top: 200px;
}
.detail .infoBox{
    margin-bottom: 10px;
}

.detail table{
    border-spacing: 20px;
    border-collapse: collapse;
}
.detail th,
.detail td{
    padding: 4px;
}
.detail th{
    text-align: left;
    padding-right: 20px;
        white-space: nowrap;

}



/** contact **/
.contact h2{
    font-size: 32px;
    text-align: center;
    margin-bottom: 56px;
    font-weight: 800;
    color: #181616;
}

.taR{
    text-align: right;
}
.taC{
    text-align: center;
}

iframe{
    min-width:600px;
    min-height:450px;
}
.detail img{
    width: 100%;
    max-width: 500px;
    margin-top: 24px;
}




@media screen and (max-width: 1092px) {

}

@media screen and (max-width: 876px) {

}

@media screen and (max-width: 720px) {
    .title {
        align-items: center;
    }
}


@media screen and (max-width: 500px) {
.detail p{
    margin-bottom: 80px;
}
.detail h1 {
    font-size: 32px;
}
.list,
.detail{
    padding: 0 20px;
}
.list .ulList li a{
    flex-direction: column;
}
iframe{
    min-width:unset;
    width: 100%;
}
.detail img{
    width: 100%;
}
}