@charset "utf-8";

.content {
    margin-bottom: -180px;
}

.arrow {
    border: solid;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 7px;
}

.page-title{
    margin-top: 10px;
    margin-bottom: 35px;
}
.right {
    transform: rotate(-45deg);
}

.down {
    transform: translateY(-30%) rotate(45deg);
}

.header-img {
    background-image: url(img/header.png);
}

.content-list-color {
    margin-top: 60px;
    display: flex;
}

.content-color-item {
    display: flex;
}

.content-link {
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 35px;
}

.content-color {
    width: 45px;
    height: 45px;
    display: inline-block;
}

.content-color-text {
    font-size: 30px;
    display: inline-block;
    margin-left: 20px;
    font-weight: bold;
}

.content-color-item+.content-color-item {
    margin-left: 25%;
}

.content-link a, .content-link {
    color: #acacac;
}

.content-title {
    font-size: 40px;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 70px;
    font-weight: bold;
}

.play i {
    padding-right: 10px;
    color: #CC283B;
}

.content-topic {
    border-bottom: 3px solid #cfcfcf;
    position: relative;
    padding-bottom: 5px;
    width: 100%;
    margin-top: 50px;
    font-weight: bolder;
    display: flex;
    align-items: center;
}

.content-topic--big {
    font-size: 30px;
    position: relative;
    padding-bottom: 5px;
    font-weight: bolder;
}

.border-left {
    border-left: 4px solid #CC283B;
    padding-left: 10px;
}

.border--full::after {
    content: "";
    width: 100%;
    height: 3px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #CC283B;
}

.border--small::after {
    content: "";
    width: 50px;
    height: 3px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #CC283B;
}

.content-topic--small {
    border-bottom: 3px solid #cfcfcf;
    position: relative;
    padding-bottom: 5px;
    width: 100%;
    margin-top: 20px;
    font-weight: bolder;
}

.content-desc {
    padding: 35px 0px 35px 20px;
}

.content-desc--small {
    padding: 15px 0 15px 0px;
}

.content-topic--small::after {
    content: "";
    width: 25px;
    height: 3px;
    position: absolute;
    bottom: -3px;
    left: 0;
    background-color: #CC283B;
}

.content-list-topic {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.content-list-topic-item {
    width: calc(33.33% - 36.67px);
}

.topic-center {
    text-align: center;
    margin-top: 0.2vw;
    padding-bottom: 10px;
    position: relative;
    font-size: 35px;
}

.topic-center::after {
    content: "";
    position: absolute;
    width: 30px;
    height: 3px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #CC283B;
}

.center {
    text-align: center;
    padding-right: 20px;
}

.button {
    width: 98%;
}

.button--small {
    width: 40%;
}

.list-button-left,
.list-button-right {
    width: 50%;
}

.list-button-left .button,
.list-button-right .button {
    margin-bottom: 35px;
}

.list-button-left p,
.list-button-right p {
    font-size: 16px;
    margin-bottom: 60px;
}

.list-button {
    display: flex;
    margin-top: 45px;
}

.list-button-top {
    display: flex;
    justify-content: space-between;
}

.list-button-bottom {
    text-align: center;
    margin-top: 45px;
}

.content-topic--small {
    border-bottom: 3px solid #cfcfcf;
    position: relative;
    padding-bottom: 5px;
    width: 100%;
    margin-top: 20px;
    font-weight: bolder;
}

.content-topic--small::after {
    content: "";
    width: 25px;
    height: 3px;
    position: absolute;
    bottom: -3px;
    left: 0;
    background-color: #CC283B;
}

.table-container { 
    display: table; 
    border:1px solid #707070;
    border-collapse: collapse;
    margin: 0 auto;    
    margin-top: 0.5vw;
}

.row, .cell{
    padding: 1.04vw 0.78vw;
}

.row { 
    display: table-row; 
    border-bottom:1px solid #707070;
    width: 25.5vw;
    justify-content: center;
}
.cell { 
    display: table-cell;
    border-right: 1px solid #707070;
    width: 25.5vw;
}

.cell-header { 
    text-align: center;
    font-weight: bold;
    background-color: #FFE3E6;
}

.content-bottom {
    padding: 3.7vw 0 0 0;
    text-align: right;
}

.link-download {
    color: #CC283B; 
}

.content-desc--sub {
    padding: 1.8vw 0 1.56vw 1.8vw;
}

.sp {
    display: none;
}

.cell-list{
    display: flex;
}

.cell-list :nth-child(2){
    padding-left: -2vw;
}

.content-desc--small br :nth-child(2){
    display: none;
}
.phone__sp{
    display: none;
}
.ward__sp{
    display: none;
}
@media only screen and (max-width: 768px) {
    .header-img {
        height: 100px;
    }
    .content {
        width: 93%;
        padding: 0;
        top: -100px;
    }
    .content-title {
        font-weight: bolder;
        margin-bottom: 57px;
        padding-top: 15px;
        font-size: 22px;
        position: relative;
        padding-bottom: 10px;
    }
    .content-title::after {
        content: "";
        width: 25px;
        height: 3px;
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translate(-50%, -50%);
        background-color: #CC283B;
    }
    .content-desc {
        padding: 45px 0 10px 0px;
    }
    .content-desc--small {
        padding: 15px 0 15px 0px;
    }
    .list-button {
        display: flex;
        flex-direction: column-reverse;
        margin-top: 80px;
    }
    .content-topic--small {
        font-size: 16px;
        margin-top: 15px;
    }
    .content-topic--big {
        font-size: 22px;
        margin-top: 35px;
    }
    .list-button-top {
        margin-top: 35px;
    }
    .button-item {
        width: 47%;
    }
    .topic-center {
        font-size: 30px;
    }
    .list-button-left {
        width: 100%;
    }
    .play {
        margin-bottom: 70px;
    }
    .border-left {
        font-size: 22px;
    }
    .button {
        width: 100%;
    }

}


@media only screen and (max-width: 768px) {
    .button {
        font-size: 4vw;
    }

    .page-title{
        margin-top: 3vw;
        margin-bottom: 9.3vw;
        padding-top: 4vw;
        font-size: 30px;
    }
    .content-topic {
        margin-top: 16vw;
    }
}

@media only screen and (max-width: 768px) {
    .cell{
        width: 92.2vw;
        padding: 20px 5px;
    }
    .content-bottom{
        padding: 4vw 0 32vw 0;
    } 
    .content-desc--sub{
        padding:2.7vw 0 8vw 8vw;
    }
    .sp{
        display: block;
    }
    .pc{
        display: none;
    }
    .content-desc--small br :nth-child(2){
        display: block;
    }
}
@media only screen and (max-width: 397px) {
    .ward__sp{
        display: block;
    }
}

@media only screen and (max-width: 321px) {
    .phone__sp{
        display: block;
    }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .cell-list{
        display: inline-flex;
    }
}
