@charset "utf-8";
/* ------------------------------------------------------
    ページ共通
------------------------------------------------------- */
/* Color and Font Settings */
*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
body {
    color: #333333;
    font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
    letter-spacing: 0;
}
textarea, input[type="text"]{
    color: #333333;
    font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
    letter-spacing: 0;
    border: 1px solid #999999;
}
textarea:focus, input[type="text"]:focus{
//    background-color: #dff6fe;
//    border: 1px solid #005fed;
    outline-style: none;
}
button {
    font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
}
a {
    color: #1A5FFF;
//    -webkit-tap-highlight-color: rgba(204,0,0,0.25);
}
a:hover {
    color: #7FA6FF;
}


/* Reset list */
ul,
ul>li {
    list-style-type: none;
}

/* SVG COLOR */
#footer-sns-area>li svg {
    fill: currentColor;
}

/* PDFアイコン 共通 */
.fa-file-pdf-o {
    color: #A70000;
}

/* お知らせ系バッチ 共通 */
#news-list>dl>dt>.marks>.new,
#news-list>dl>dt>.marks>.category,
#news-detail>.marks>.new,
#news-detail>.marks>.category,
#case-study-list>dl>dt>.marks>.new,
#case-study-list>dl>dt>.marks>.category,
#case-study>.marks>.new,
#case-study>.marks>.category {
    margin-right: 0.75rem;
    padding: 0.25rem 0.5rem;
    border-radius: 0.25rem;
    letter-spacing: 0.1rem
}
#news-list>dl>dt>.marks>.new,
#news-detail>.marks>.new,
#case-study-list>dl>dt>.marks>.new,
#case-study>.marks>.new {
    color: #ff0000;
    background-color: #ffff66;
    border: 1px solid #ff0000;
}
#news-list>dl>dt>.marks>.category,
#news-detail>.marks>.category,
#case-study-list>dl>dt>.marks>.category,
#case-study>.marks>.category {
    border: 1px solid #cccccc;
    background-color: #f0f0f0;
}
#news-list>dl>dt>.marks>.category.cat01,
#news-detail>.marks>.category.cat01 {
    border: 1px solid #ff931e;
    background-color: #ffe3ae;
}
#news-list>dl>dt>.marks>.category.cat02,
#news-list>dl>dt>.marks>.category.cat03,
#news-detail>.marks>.category.cat02,
#news-detail>.marks>.category.cat03 {
    color: #ff0000;
    background-color: #ffeeee;
    border: 1px solid #ff0000;
}
#news-list>dl>dt>.marks>.category.cat11,
#news-list>dl>dt>.marks>.category.cat12,
#news-detail>.marks>.category.cat11,
#news-detail>.marks>.category.cat12 {
    background-color: #d1afff;
    border: 1px solid #510fad;
}
#news-list>dl>dt>.marks>.category.container-only,
#news-detail>.marks>.category.container-only,
#case-study-list>dl>dt>.marks>.category.container-only,
#case-study>.marks>.category.container-only {
    color: #0f79c5;
    border: 1px solid #3fa9f5;
}
#news-list>dl>dt>.marks>.category.truck-only,
#news-detail>.marks>.category.truck-only,
#case-study-list>dl>dt>.marks>.category.truck-only,
#case-study>.marks>.category.truck-only {
    color: #5aaf23;
    border: 1px solid #5aaf23;
}
#news-list>dl>dt>.marks>.category.course,
#news-detail>.marks>.category.course,
#case-study-list>dl>dt>.marks>.category.course,
#case-study>.marks>.category.course {
    color: #510fad;
    border: 1px solid #510fad;
}
/* お知らせ共通レイアウト */
#news-list>dl>dd,
#news-detail>.contents {
    line-height: 2em;
}
#news-list>dl>dd>.more,
#news-detail>.contents>.more,
#case-study-list>dl>dd>.more,
#case-study>.contents>.more {
    text-align: right;
}
/* External Link */
a.external-link:after {
    display: inline-block;
    font-family: 'Font Awesome 5 Free';
    content: "\f35d";
    font-weight: 700;
    font-size: 80%;
    vertical-align: top;
    position: relative;
    padding: 0.2em 0 0 0.75em;
}

/* GOTO TOP */
#gototop {
    display: none;
    position: fixed;
    box-sizing: border-box;
}
#gototop>a {
    display: block;
    text-decoration: none;
    box-sizing: border-box;
    text-align: right;
    color: #002C91;
}
#gototop>a:hover {
    color: #1A5FFF;
}
