@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;
    padding-bottom: 14px;
    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;
}
.contact a{
    font-size: 40px;
    color: #383838;
    font-weight: bold;
    letter-spacing: 2px;
}
.contact a:hover{
    text-decoration: underline;
    cursor: pointer;
}
.contact img {
    width: 43px;
    margin-bottom: -5px;
}
.contact p, .contact span {
    font-size: 16px;
}
.contact p {
    margin-top: -5px;
}
.contact span {
    position: relative;
    margin-left: -10px;
    bottom: -3px;
}
.enactment__date{
    margin-top: 15px;
    text-align: right;
    padding: 10px;
}
@media only screen and (max-width: 768px) {
    .contact a{
        font-size: 28px;
    }
    .contact img {
        width: 32px;
    }
}
@media only screen and (max-width: 320px) {
    .contact a{
        font-size: 26px;
        letter-spacing: 0;
    }
}
@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%;
    }
}

.contactinfo{
    color:#CC283B ;
    text-align: center;
    margin-top: 53px;
    margin-bottom: 11px;
}

.contact{
    width: 543px;
    height: auto;
    border: 1px solid #CFCFCF;
    margin: 0 auto;
    margin-top: 50px;
    text-align: center;
    padding-bottom: 4vw;
}

@media only screen and (max-width: 768px) {
    .button {
        font-size: 4vw;
    }

    .contact{
        width: 84vw;
        margin-top: 5.3vw;
        padding-bottom: 5vw;
    }

    .contactinfo{
        margin-top: 5.3vw;
    }

    .page-title{
        margin-top: 3vw;
        margin-bottom: 9.3vw;
        padding-top: 4vw;
        font-size: 30px;
    }
    .content-topic {
        margin-top: 16vw;
    }
}