@charset "UTF-8";
/* CSS Document */
.credit-container .info-foot h4 {
    text-align: center;
    font-size: 18px;
    margin: 10px auto 10px;
}
.credit-container .credit-article .buttonarea {
    display: block;
    float: left;
    width: 100%;
    overflow: hidden;
    position: relative;
}
.credit-container .credit-article .button {
    width: 65%;
    height: auto;
    background-color: #FA0004;
    margin: 0 auto;
    transform: skewX(-30deg);
    float: left;
    position: absolute;
    left: 40%;
	border-left: 2px solid #fff;
}
.credit-container .credit-article .button01 {
    width: 50%;
    height: auto;
    background-color: #ff7bac;
    margin: 0 auto;
    transform: skewX(-30deg)translateX(-10%);
    float: left;
    position: relative;
    left: 0;
}
.credit-container .credit-article .button a {
    float: left;
    width: 100%;
    height: auto;
    margin: 0 auto;
    text-align: center;
    color: #fff;
    text-decoration: none;
    font-size: 4vw;
    font-weight: bold;
    line-height: 2;
    transform: skewX(30deg);
}
.credit-container .credit-article .button a::before {
    content: "\f138";
    color: #fff;
    margin-right: 5px;
    font-family: "Font Awesome 5 Free";
}
.credit-container .credit-article .button img {
    width: auto;
    height: auto;
    margin-top: 0;
	display: none;
}
/*-------------------------------------------------------------------------
---------------------------------------------------------------------------
　　　　　　　　　　　　　　　　480px〜599px：SP横
---------------------------------------------------------------------------
-------------------------------------------------------------------------*/
@media screen and (min-width:480px) {
	
}
/*---------------------------------------------------------------------------
-----------------------------------------------------------------------------
　　　　　　　　　　　　　　　　600px〜959px：タブレット
-----------------------------------------------------------------------------
-------------------------------------------------------------------------- */
@media screen and (min-width:600px) {
.credit-container .credit-article .button a {
    font-size: 2vw;
}
}
/*---------------------------------------------------------------------------
------------------------------------960--------------------------------------
-------------------------------------------------------------------------- */
@media screen and (min-width: 960px) {
.credit-container .credit-article .button a {
    font-size: 18px;
}
}