/* ==============================================
   業界ニュース共通
   ============================================== */

/* footer_wrap内のmenu_updateは背景透過 */
#footer_wrap .menu_update {
    background: transparent;
}

/* PC向けレイアウト調整 */
@media (min-width: 835px) {
    main .industryinfo {
        width: 100%;
        margin: 10px 0 0;
        border-radius: 8px;
        padding: 10px;
    }
}

/* ==============================================
   一覧ページ（/news）
   ============================================== */

.industryinfo {
    width: 100%;
    margin-top: 10px;
    padding: 10px;
    background-color: white;
    border-radius: 8px;
    box-sizing: border-box;
}

.industryinfo > p {
    padding: 10px 4px;
    color: rgb(255, 136, 0);
    font-size: 14px;
    line-height: 1.4;
}

.industryinfo h1 {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-bottom: 1%;
    font-size: 1rem;
    font-weight: bold;
    border-bottom: 2px solid rgb(8, 77, 143);
}

.industryinfo h1 img {
    width: 24px;
    margin: 0 4px 0 0;
}

.industryinfo_list {
    margin-bottom: 10px;
}

.industryinfo_list li:first-child a {
    border-top: 1px dotted rgb(51, 51, 51);
}

.industryinfo_list li a {
    display: block;
    width: 100%;
    color: rgb(51, 51, 51);
    font-size: 14px;
    line-height: 2.5;
    text-decoration: none;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-bottom: 1px dotted rgb(51, 51, 51);
}

/* ページネーション */
#navi.clearfix {
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#navi.clearfix::after {
    content: none;
}

#navi.clearfix li {
    display: block;
    width: 48%;
    color: rgb(202, 202, 202);
    font-size: 14px;
    line-height: 2.9285;
    text-align: center;
    border: 1px solid rgb(153, 153, 153);
    box-shadow: rgba(0, 0, 0, 0.3) 1px 1px 3px;
    box-sizing: border-box;
}

#navi.clearfix li a {
    display: block;
    width: 100%;
    height: 100%;
    color: rgb(51, 51, 51);
    text-align: center;
    text-decoration: none;
}

/* ==============================================
   詳細ページ（/news/{sid}）
   ============================================== */

.hs--2026__content:has(#mainContents) {
    background-color: #fff;
}

body {
    background: #fff;
}

.sectionex {
    border-top: solid 1px #666;
    margin-bottom: 15px;
}

#mainContents {
    padding: 0;
    box-sizing: border-box;
    color: #111;
    font-size: 16px;
    line-height: 150%;
}

#mainContents .news-content-wrapper {
    padding: 0 2.6667%;
}

@media (min-width: 835px) {
    #mainContents .news-content-wrapper {
        padding: 0 15px;
    }
}

#mainContents a:link,
#mainContents a:visited {
    color: #000;
}

#pageTitle {
    width: 100%;
    overflow: hidden;
    position: relative;
}

#NewsTitle {
    border: 1px solid #111;
    box-sizing: border-box;
    padding: 5px 5px;
    margin-bottom: -30px;
    color: #fff;
    font-size: 1.2em;
    font-weight: bold;
    text-align: center;
    text-shadow: 0px -1px 1px #000;
    width: 100%;
    overflow: hidden;
    position: relative;
    background-color: #000;

    /* 共通 css のデータをリバート */
    display: block;
    justify-content: initial;
    align-items: initial;
    -webkit-box-pack: initial;
    -ms-flex-pack: initial;
    -webkit-box-align: initial;
    -ms-flex-align: initial;
}

#mainContents h1 span {
    font-size: 10px;
    color: #f00;
}

#mainContents .sectionex {
    border-top: solid 1px #666;
    margin-bottom: 15px;
}

#mainContents .ph {
    text-align: center;
    font-size: 8px;
    color: #808080;
    line-height: 10px;
}

#mainContents .title-area {
    text-align: center;
    margin: 20px 0;
}

#mainContents .title-area h2 {
    font-weight: bold;
    color: #f00;
    font-size: 16px;
}

#mainContents .title-area p {
    display: block;
    font-size: 8px;
    color: #f00;
    line-height: 10px;
}

#mainContents .text {
    margin: 20px 0 16px;
}

#mainContents .lead {
    border-left: 10px solid #000;
    border-bottom: 2px solid #000;
    margin: 30px 0 10px;
    padding: 0 0 2px 10px;
    text-align: left;
    font-weight: bold;
    font-size: 16px;
}

#mainContents .photo {
    text-align: center;
    font-size: 8px;
    color: #808080;
    line-height: 10px;
    margin-top: 40px;
}

#mainContents .section {
    border-left: 10px solid #000;
    border-bottom: 2px solid #000;
    margin: 30px 0 -30px;
    padding: 0 0 2px 10px;
    text-align: left;
    font-weight: bold;
    font-size: 16px;
}

#mainContents h3 {
    padding-left: 0;
    font-size: 1em;
    font-weight: bold;
    color: #dc143c;
}

#mainContents h3::before {
    content: '\25CF';
}

/* 機種ページへのリンク */
#mainContents .morelink a {
    background: #000;
    color: #fff;
    display: block;
    width: 90%;
    margin: 0 auto;
    text-align: center;
    border-radius: 10px;
    font-weight: bold;
    padding: 5px 0;
    box-shadow: 0px 1px 1px 1px #838681;
    text-decoration: none;
}

#mainContents .icon_yellow {
    color: #ffeb3b;
}

/* 外部ページへのリンクボタン */
#mainContents .newslink {
    display: block;
    text-decoration: none;
    text-align: center;
    padding: 6px 0 5px;
    margin: 7px auto 4px;
    font-size: 20px;
    border-radius: 8px;
    border-top: none;
    color: #fff;
    font-weight: bold;
    box-sizing: border-box;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
    margin-bottom: 15px;
}

#mainContents .newsblue {
    border: solid 1px #3f51b5;
    background-color: #03a9f4;
    box-shadow: 0px 3px 0px #3f51b5;
}

#mainContents .newspink {
    border: solid 1px #ff1493;
    background-color: #ff69b4;
    box-shadow: 0px 3px 0px #ff1493;
}

#mainContents .newsgreen {
    border: solid 1px #009944;
    background-color: #6fba2c;
    box-shadow: 0px 3px 0px #009944;
}

/* YouTube埋め込み動画 */
#mainContents div.iframeWrap {
    position: relative;
}

#mainContents div.iframeWrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}
