@charset "UTF-8";

#history{
    padding-bottom: 160px;
}

#history .history_content{
    padding: 80px 0 120px;
}

#history .history_content .img img{
    max-width: 220px;
    margin-bottom: 30px;
}

#history .history_content p{
    text-align: center;
    font-size: 16px;
    line-height: 2em;
}

#history .history_content p.title{
    text-align: center;
    font-size: 34px;
    line-height: 2em;
    margin-bottom: 30px;
}

#history .youtubefix{
    max-width: 980px;
    margin: 0 auto;
}

.history_btn{
    padding-top: 120px;
    max-width: 750px;
    margin: 0 auto;
}

.history_btn a{
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 16px;
    color: #000;
    border: 1px solid #ddd;
    padding: 50px;
    border-radius: 10px;
}

.history_btn a:hover{
    background:#0F9A27;
    color: #fff;
    opacity: 1;
}
.history_btn a span:nth-of-type(1){
    font-size: 22px;
}

.history_btn a span:nth-of-type(2){
    position: relative;
    padding-right: 60px;
}

.history_btn a span:nth-of-type(2)::after{
    content: "";
    width: 42px;
    height: 42px;
    background-image: url(../img/common/arrow_green.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);

}

@media screen and (max-width: 768px){
#history{
    padding-bottom: 60px;
}

#history .history_content{
    padding: 40px 0 60px;
}

#history .history_content .img img{
    max-width: 150px;
    margin-bottom: 10px;
}

#history .history_content p{
    text-align: left;
    font-size: 14px;
    line-height: 2em;
}

#history .history_content p.title{
    text-align: center;
    font-size: 24px;
    line-height: 1.8em;
    margin-bottom: 20px;
}

#history .youtubefix{
    max-width: 980px;
    margin: 0 auto;
}


.history_btn{
    max-width: 750px;
    margin: 0 auto;
    padding-top: 80px;
}

.history_btn a{
    display: block;
    text-align: left;
    color: #000;
    border: 1px solid #ddd;
    padding: 30px;
    border-radius: 10px;
}

.history_btn a span:nth-of-type(1){
    display: block;
    position: relative;
    font-size: 16px;
}

.history_btn a span:nth-of-type(2){
    display: none;
}

.history_btn a span:nth-of-type(1)::after{
    content: "";
    width: 30px;
    height: 30px;
    background-image: url(../img/common/arrow_green.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    right: -10px;
    transform: translateY(-50%);
}


}
