@charset "UTF-8";

.m-banner img
{
    width: 100%;
}
.m-banner-01
{
    display: block;
    margin: 62px auto 60px;
    width: 800px;
}

.layout .catalog .catalog-title
{
    display: flex;
    justify-content: space-between;
}

.layout .catalog .column
{
    display: flex;
    justify-content: space-between;
    margin-top: 26px;
}

.layout .catalog .column .name
{
    margin-top: -2px;
}

.layout .catalog .flex-left
{
    width: 353px;
}

.layout .catalog .flex-right
{
    width: 609px;
    box-sizing: border-box;
}

.layout .catalog .image
{
    border: 1px solid #cfcfcf;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 20px;
    width: 100%;
}

.layout .catalog .image img
{
    width: 100%;
}

.layout .catalog .information
{
    font-size: 16px;
}

.layout .catalog .information a
{
    font-size: 16px;
}

.layout .catalog .introduction
{
    font-weight: bold;
    line-height: 23px;
    opacity: 0;
    position: relative;
    word-break: break-all;
}

.layout .catalog .introduction.cover
{
    height: 320px;
    letter-spacing: 0.035em;
    opacity: 1;
    overflow: hidden;
}

.layout .catalog .introduction.cover::after
{
    background: -webkit-linear-gradient(to top, #ffffff, rgba(255,255,255,0));
    background: -o-linear-gradient(to top, #ffffff,  rgba(255,255,255,0));
    background: linear-gradient(to top, #ffffff,  rgba(255,255,255,0));
    content: "";
    height: 20px;
    left: 0;
    position: absolute;
    bottom: 0;
    width: 100%;
}

/*.layout .catalog .introduction.cover + .detail-button
{
    display: block !important;
}*/

.layout .catalog .introduction.no-cover
{
    opacity: 1;
}

.layout .catalog .name
{
    margin: 4px 0 0 0;
    text-align: left;
    width: 750px;
}

.layout .catalog .name h3
{
    font-size: 20px;
    margin: 0;
    word-break: break-all;
}

.layout .catalog .name a ul
{
    display: table;
    list-style: none;
    margin: 0 auto;
    padding: 0;
}

.layout .catalog .name a ul li
{
    display: table-cell;
    vertical-align: middle;
}

.layout .catalog .name a ul li.icon div
{
    background-color: #4e64ad;
    background-image: url('/img/pc/common/catalog-download.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 16px 16px;
    border-radius: 50em;
    box-sizing: border-box;
    height: 24px;
    margin: 0 0 0 10px;
    padding: 4px;
    width: 24px;
}

.layout .catalog .share
{
    height: 30px;
    /*margin: 0 auto;*/
    margin-top: 6px;
    min-width: 186px;
}

.layout .catalog .share .left
{
    margin: 0 10px 0 0;
}

.layout .catalog .title h3
{
    border-bottom: 2px solid #4e64ad;
    color: #4e64ad;
    font-size: 20px;
    margin-bottom: 10px;
    margin-top: 34px;
    padding-bottom: 5px;
}

.detail-button
{
    border: 1px solid #4e64ad;
    box-sizing: border-box;
    display: block;
    font-feature-settings: "palt" 1;
    font-size: 14px;
    font-weight: bold;
    /*letter-spacing: -0.01em;*/
    line-height: 35px;
    margin: 20px 0 0 auto;
    padding-left: 17px;
    position: relative;
    width: 239px;
}

.detail-button::after
{
    content: "";
    border-bottom: 7px solid transparent;
    border-left: 10px solid #4e64ad;
    border-top: 7px solid transparent;
    height: 0;
    position: absolute;
    right: 17px;
    top: 10px;
    width: 0;
}

.download-button
{
    margin: 40px auto;
    width: 400px;
}

.user-only
{
    margin: 40px auto 0 auto;
}
