@charset "utf-8";
/* **************************************************
Name: EN hri.css
Description: CSS for Additional Common Modules
Copyright 2024 Hitachi Research Institute.
***************************************************** */

/* --------------------------------------------------------------------------

 Common Module

-------------------------------------------------------------------------- */

/* ---------------------------------------------------- プリント範囲設定 ---- */

body {
	 -webkit-print-color-adjust: exact;
   print-color-adjust: exact;
}

#GlobalNaviMenu > li > a,
#GlobalNaviMenu > li > button > span {
    font-size: 75%;
    padding: 0 10px;
}

.AdditionalNotesStyle2 {
    overflow-wrap: anywhere;
}

/* --------------------------------------------------------------------------
 Wrapper
-------------------------------------------------------------------------- */

/* --------------------------------------------------------- 横幅100％ ---- */

.FullGridSet {
	width: 100%;
}
@media screen and (max-width: 994px) {
    .FullGridSet {
        margin: 0 -15px;
    	width: auto;
    }
}

.ContentsWrapper {
    margin: 75px 0 0;
}
@media screen and (max-width: 579px) {
    .ContentsWrapper {
        margin: 45px 0 0;
    }
}

.UpContentsWrapper {
    box-sizing: border-box;
    background-color: #fff;
    position: relative;
    margin: -125px auto 0;
    width: 1025px;
}
@media screen and (max-width: 994px) {
    .UpContentsWrapper {
        width: 100%;
    }
}
@media screen and (max-width: 579px) {
    .UpContentsWrapper {
        margin: -65px auto 0;
    }
}

/* --------------------------------------------------------------------------
 PageTitle
-------------------------------------------------------------------------- */
/* ------------------------------ 第二階層（機関誌、経済予測）ページタイトル ---- */
.PegeTitleWrapper {
    box-sizing: border-box;
    padding: 75px 30px 55px;
    text-align: center;
}
@media screen and (max-width: 579px) {
    .PegeTitleWrapper {
        padding: 30px 15px 15px;
    }
}
.PegeTitleWrapper h1.TitleStyle1 {
    font-size: 237.5%;
    font-weight: bold;
    background: none;
    padding: 0;
    line-height: 1.2;
    margin: 0 0 10px;
}
@media screen and (max-width: 769px) {
    .PegeTitleWrapper h1.TitleStyle1 {
        font-size: 225%;
    }
}
@media screen and (max-width: 579px) {
    .PegeTitleWrapper h1.TitleStyle1 {
        font-size: 200%;
    }
}
@media screen and (max-width: 399px) {
    .PegeTitleWrapper h1.TitleStyle1 {
        font-size: 150%;
    }
}

.PegeTitleWrapper .TextStyle1 {
    font-size: 100%;
}
@media screen and (max-width: 579px) {
    .PegeTitleWrapper .TextStyle1 {
        font-size: 90%;
    }
}

.SubeTitleSutyleRed {
    font-size: 150%;
    color: #cc0022;
    margin: 0 0 10px;
}
@media screen and (max-width: 579px) {
    .SubeTitleSutyleRed {
        font-size: 125%;
    }
}

/* ----------------------------------------------- 第二階層ページタイトル ---- */
.Layer2PageTitleArea {
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
    background-color: #333;
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    height: 300px;
    width: auto;
}
@media screen and (max-width: 579px) {
    .Layer2PageTitleArea {
        height: 150px;
    }
}

/* ----------------------------------------------- 第三階層ページタイトル ---- */
.Layer3PageTitleArea {
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
    background-color: #333;
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    height: 230px;
    width: auto;
}
@media screen and (max-width: 579px) {
    .Layer3PageTitleArea {
        height: 150px;
    }
}

.LayerInner {
    box-sizing: border-box;
    margin: 0 auto;
    text-align: center;
    width: 965px;
}
@media screen and (max-width: 994px) {
    .LayerInner {
        width: 100%;
    }
}

h1.LayerTitleStyle {
    font-size: 300%;
    font-weight: normal;
    color: #fff;
    text-shadow: 2px 2px 10px #333;
}
@media screen and (max-width: 769px) {
    h1.LayerTitleStyle {
        font-size: 262.5%;
    }
}
@media screen and (max-width: 579px) {
    h1.LayerTitleStyle {
        font-size: 200%;
    }
}
@media screen and (max-width: 399px) {
    h1.LayerTitleStyle {
        font-size: 162%;
    }
}

.LayerSubTitleStyle {
    font-size: 320%;
    font-weight: bold;
    color: #fff;
    text-shadow: 2px 2px 10px #333;
}
@media screen and (max-width: 769px) {
    .LayerSubTitleStyle {
        font-size: 280%;
        line-height: 1.2;
    }
}
@media screen and (max-width: 579px) {
    .LayerSubTitleStyle {
        font-size: 250%;
    }
}
@media screen and (max-width: 399px) {
    .LayerSubTitleStyle {
        font-size: 200%;
    }
}

/* -------------------------------------------- 記事ページ用ページタイトル ---- */

.LowerPageTitleStyle1 {
    padding: 45px 0 15px;
}
@media screen and (max-width: 579px) {
    .LowerPageTitleStyle1 {
        padding: 35px 0 15px;
    }
}
.LowerPageTitleStyle1 h1 {
    font-size: 200%;
    font-weight: bold;
    color: #333;
}
@media screen and (max-width: 579px) {
    .LowerPageTitleStyle1 h1 {
        font-size: 150%;
    }
}
.LowerPageTitleStyle1 p {
    font-size: 100%;
    font-weight: bold;
    color: #333;
    margin: 0;
}
.LowerPageTitleStyle1 p.SubTitle {
    font-size: 137%;
    font-weight: bold;
    color: #333;
    margin: 5px 0 0;
}
@media screen and (max-width: 579px) {
    .LowerPageTitleStyle1 p.SubTitle {
        font-size: 112.5%;
    }
}
@media screen and (max-width: 399px) {
    .LowerPageTitleStyle1 p.SubTitle {
        font-size: 100%;
    }
}

/* --------------------------------- 日立ガイドライン共通ページタイトル 変更 ---- */
.PageTitleStyle1 {
    padding: 5px 0 0;
}

/* ----------------------------------------------------------- 背景画像 ---- */

.CompanyStyle {
    background-image: url("../../../company/image/company-column_bk.png");
    background-position: 66% 35%;
}
.PhilosophyStyle {
    background-image: url("../../../company/philosophy/image/philosophy_bk.png");
}
.FieldsStyle {
    background-image: url("../../../company/fields/image/fields_bk.png");
}
.MessageStyle {
     background-image: url("../../../company/message/image/message_bk.png");
}
.InterviewColumnStyle {
    background-image: url("../../../interview-column/image/interview-column_bk.png");
}
.ReciprocalStyle {
    background-image: url("../../../interview-column/reciprocal/image/reciprocal_bk.png");
    background-position: 50% 10%;
}
.ColumnStyle {
    background-image: url("../../../interview-column/column/image/column_bk.png");
    background-position: 92% 0;
}
.FrontierStyle {
    background-image: url("../../../interview-column/frontier/image/frontier_bk.png");
    background-position: 50% 0%;
}
.ResearchStyle {
    background-image: url("../../../research/image/research_bk.png");
}
.ResearchreportStyle {
    background-image: url("../../../research/researchreport/image/researchreport_bk.png");
}
.ContributionStyle {
    background-image: url("../../../research/contribution/image/contribution_bk.png");
    background-position: 50% 50%;
}
.JournalStyle {
    background-image: url("../../../journal/image/journal_bk.png");
    background-position: 50% 95%;
}
.OutlookStyle {
    background-image: url("../../../outlook/image/outlook_bk.png");
    background-position: 50% 50%;
}

/* Journal */
.vol20_01Style {background-image: url("../../../journal/image/Vol20_01_bk.png");}
.Vol19_02Style {background-image: url("../../../journal/image/vol19_02_bk.png");}
.Vol19_01Style {background-image: url("../../../journal/image/vol19_01_bk.png");}
.Vol18_02Style {background-image: url("../../../journal/image/vol18_02_bk.png");}
.Vol18_01Style {background-image: url("../../../journal/image/vol18_01_bk.png");}
.Vol17_02Style {background-image: url("../../../journal/image/vol17_02_bk.png");}
.Vol17_01Style {background-image: url("../../../journal/image/vol17_01_bk.png");}
.Vol16_02Style {background-image: url("../../../journal/image/vol16_02_bk.png");}
.Vol16_01Style {background-image: url("../../../journal/image/vol16_01_bk.png");}
.Vol16_01Style {background-image: url("../../../journal/image/vol16_01_bk.png");}

/* --------------------------------------------------------------------------
 Title
-------------------------------------------------------------------------- */
/* --------------------------------------------------- タイトル＋背景Set ---- */
.TitleWrapper {
    box-sizing: border-box;
    margin: 75px 0 45px;
    padding: 30px;
    border: 1px solid #e0e3e5;
}
@media screen and (max-width: 579px) {
    .TitleWrapper {
        margin: 45px 0 15px;
        padding: 30px 15px;
    }
}

.JS h2.TitleStyle1 {
    font-size: 200%;
    font-weight: normal;
    background: none;
    padding: 0;
    margin: 0;
    line-height: 1.2;
}
@media screen and (max-width: 579px) {
    .JS h2.TitleStyle1 {
        font-size: 162%;
    }
}
/* ----------------------------------------------------- タイトル背景なし ---- */
.TitleWrapperNoBorder {
    box-sizing: border-box;
    padding: 75px 30px 55px;
    text-align: center;
}

.JS .TitleWrapperNoBorder h2.TitleStyle1 {
    font-size: 225%;
    font-weight: normal;
    background: none;
    padding: 0;
    line-height: 1.2;
}
@media screen and (max-width: 769px) {
    .JS .TitleWrapperNoBorder h2.TitleStyle1 {
        font-size: 225%;
        margin: 0;
    }
}
@media screen and (max-width: 579px) {
    .JS .TitleWrapperNoBorder h2.TitleStyle1 {
        font-size: 200%;
    }
}

/* --------------------------------------------------- Setで使用する付属 ---- */
.SubTitleStyle1 {
    font-size: 100%;
    color: #737373;
    line-height: 1.2;
}

/* -- 余白調整Ver　必要に応じて付与 -- */
.First {
    margin-top: 15px;
}

/* ------------------------------------------------------ Title背景画像 ---- */
/* -- 機関誌 -- */
.TitleWrapperJournal {
    background: url("../../../journal/image/journal_title-wrapper.png") no-repeat 100% 50%;
    background-size: cover;
}
@media screen and (max-width: 579px) {
    .TitleWrapperJournal {
        background-position: 60% 50%;
    }
}

/* -- 対談 -- */
.TitleWrapperReciprocal {
    background: url("../../../interview-column/image/reciprocal_title-wrapper.png") no-repeat 100% 50%;
    background-size: cover;
}
@media screen and (max-width: 579px) {
    .TitleWrapperReciprocal {
        background-position: 72% 50%;
    }
}

/* -- コラム -- */
.TitleWrapperColumn {
    background: url("../../../interview-column/image/column_title-wrapper.png") no-repeat 100% 50%;
    background-color: #012636;
    background-size: cover;
}
@media screen and (max-width: 579px) {
    .TitleWrapperColumn {
        background-position: 92% 50%;
    }
}

/* -- コラム 個別設定 -- */
.TitleWrapperColumn h2.TitleStyle1 {
    font-size: 250%;
    font-weight: normal;
    color: #fff;
    background: none;
    padding: 0;
    line-height: 1.2;
}
@media screen and (max-width: 769px) {
    .TitleWrapperColumn h2.TitleStyle1 {
        font-size: 225%;
    }
}
.TitleWrapperColumn .SubTitleStyle1 {
    font-size: 100%;
    color: #fff;
    line-height: 1.2;
}

/* -- Voice -- */
.TitleWrapperFrontier {
    background: url("../../../interview-column/image/frontier_title-wrapper.png") no-repeat 100% 50%;
    background-size: cover;
}
@media screen and (max-width: 579px) {
    .TitleWrapperFrontier {
        background-position: 72% 50%;
    }
}

.Column {
    border: 2px solid #f2f5f7;
    border-radius: 5px;
    margin-bottom: 30px;
    padding: 0px 30px;
    
    @media screen and (min-width: 770px) {
    .LineTitleBox {
        font-size: 90%;
    }
    .FrontierArticleColumnWrapper .LowerColumnSet2 {
        align-items: center;
    }
    .FrontierArticleColumnWrapper .FirstItem {
        width: 28.5%;
    }
    .FrontierArticleColumnWrapper .LastItem {
        width: 68.5%;
        font-size: 90%;
    }
    }

        @media screen and (max-width: 769px) {
    .FrontierArticleColumnWrapper .LowerColumnSet2 {
        align-items: center;
        flex-wrap: nowrap;
        justify-content: space-between;
    }
    .FrontierArticleColumnWrapper .FirstItem {
        width: 43.5%;
    }
    .FrontierArticleColumnWrapper .LastItem {
        width: 53.5%;
        font-size: 85%;
    }
    .FrontierArticleColumnWrapper .NameLabel {
        margin: 0;
    }
    .FrontierArticleColumnWrapper .PositionLabel {
        line-height: 1.3;
    }
    }
}

@media screen and (max-width: 769px) {
    .Column {    
        padding: 0px 15px;
    }
}

/* -- 研究員レポート -- */
.TitleWrapperResearcher {
    background: url("../../../research/image/researcher_title-wrapper.png") no-repeat 100% 50%;
    background-size: cover;
}
@media screen and (max-width: 579px) {
    .TitleWrapperResearcher {
        background-position: 60% 50%;
    }
}

/* -- 外部寄稿 -- */
.TitleWrapperContributions {
    background: url("../../../research/image/contributions_title-wrapper.png") no-repeat 100% 50%;
    background-size: cover;
}
@media screen and (max-width: 579px) {
    .TitleWrapperContributions {
        background-position: 60% 50%;
    }
}

/* ------------------------------------------------------- 新デザイン見出し h2 ---- */
h2.LowerTitleLevel1 {
	background: none;
    color: #333;
    font-size: 190%;
    font-weight: normal;
    text-align: left;
    margin: 60px 0 30px;
    padding: 0;
    line-height: 1.3;
	position: relative;
}
@media screen and (max-width: 579px) {
	h2.LowerTitleLevel1 {
		margin: 40px 0 15px;
		font-size: 150%;
	}
}

/* -- 余白無しVer　必要に応じて付与 -- */
h2.First {
	margin: 20px 0 30px;
}
@media screen and (max-width: 399px) {
	h2.First {
		margin: 0 0 15px;
	}
}

/* ------------------------------------------------------- 新デザイン見出し h3 ---- */
h3.LowerTitleLevel2 {
	color: #737373;
    font-weight: normal;
    border-bottom: 1px solid #f2f5f7;
    font-size: 160%;
    margin: 40px 0 15px;
    padding: 0 0 15px;
}
@media screen and (max-width: 579px) {
	h3.LowerTitleLevel2 {
        margin: 30px 0 15px;
    	font-size: 140%;
	}
}

/* ------------------------------------------------------- 新デザイン見出し h4 ---- */
h4.LowerTitleLevel3 {
	color: #333;
    font-weight: bold;
    font-size: 100%;
    margin: 20px 0 15px;
}

/* -------------------------------------------------- 新デザインリンク見出し h2 ---- */
h2.LowerTitleLevel1 a {
    background-image: none;
    text-decoration: none;
    color: #cc0022;
}
h2.LowerTitleLevel1 a::after {
    background: url("../../../image/jp/r1/icon/icon_link_right_hd.gif") no-repeat 0% 50%;
    background-size: 27px;
    box-sizing: border-box;
    content: "";
    display: inline-block;
    height: 29px;
    margin-left: 3px;
    vertical-align: middle;
    width: 29px;
}
h2.LowerTitleLevel1 a:hover {
    text-decoration: none;
}
h2.LowerTitleLevel1 a:hover::after {
	background-position: 100% 50%;
}
/* -------------------------------------------------- 新デザインリンク見出し h3 ---- */
h3.LowerTitleLevel2 a {
    background-image: none;
    text-decoration: none;
    color: #cc0022;
}
h3.LowerTitleLevel2 a::after {
    background: url("../../../image/jp/r1/icon/icon_link_right_hd.gif") no-repeat 0% 50%;
    background-size: 27px;
    box-sizing: border-box;
    content: "";
    display: inline-block;
    height: 29px;
    margin-left: 3px;
    vertical-align: middle;
    width: 29px;
}
h3.LowerTitleLevel2 a:hover {
    text-decoration: none;
}
h3.LowerTitleLevel2 a:hover::after {
	background-position: 100% 50%;
}

/* --------------------------------------------------------------------------
 Box
-------------------------------------------------------------------------- */
/* --------------------------------------------------------- リンクBox ---- */

a.LinkArea {
    display: block;
    text-decoration: none;
    color: #333;
}

a.LinkArea .LinkTextStyle1::after {
    background: url("../../../image/jp/r1/icon/icon_link_right_hd.gif") no-repeat 0% 50%;
    background-size: 27px;
    box-sizing: border-box;
    content: "";
    display: inline-block;
    height: 29px;
    margin-left: 3px;
    vertical-align: middle;
    width: 29px;
}
@media screen and (max-width: 769px) {
    a.LinkArea .LinkTextStyle1::after {
        background-size: 24px;
        height: 26px;
        width: 26px;
    }
}

a.LinkArea:hover .LinkTextStyle1::after {
	background-position: 100% 50%;
}
a.LinkArea:hover .ImgStyleRounded {
    opacity: 0.8;
}

/* --------------------------------------------------------- 最新号紹介 ---- */

ul.LatestArea {
    display: flex;    
    width: 100%;
}

ul.LatestArea li {
    box-sizing: border-box;
    margin: 0 0 30px 0;
    overflow: hidden;
    width: 100%;
    border-radius: 5px;
    border: 1px solid #e0e3e5;
    padding: 30px;
}
@media screen and (max-width: 579px) {
    ul.LatestArea li {
        margin: 0;
        padding: 30px 15px;
        border: 2px solid #e0e3e5;
    }
}

ul.LatestArea li a {
    display: table;
    justify-content: space-between;
    color: #333;
    text-decoration: none;
}

ul.LatestArea li a:hover .LatestText .ArticleTitle::after {
    background-position: 100% 50%;
}
ul.LatestArea li a:hover .LatestImg img {
    opacity: 0.8;
}

.LatestImg {
    display: table-cell;
    width: 440px;
}
@media screen and (max-width: 994px) {
    .LatestImg {
         width: 50%;
    }
}
@media screen and (max-width: 579px) {
    .LatestImg {
        width: 120px;
    }
}
.LatestImg img {
    border-radius: 5px;
    max-width: 100%;
    height: auto;
    margin-top: 0;
}
.UpContentsWrapper .LatestImg img {
    border-radius: 5px;
    max-width: 100%;
    height: auto;
    margin-top: 0;
}

.LatestText {
    display: table-cell;
    box-sizing: border-box;
    padding: 0 0 0 30px;
    vertical-align: middle;
}
@media screen and (max-width: 579px) {
    .LatestText {
        padding: 0 0 0 15px;
    }
}

.LatestText .ArticleData {
    font-size: 125%;
    font-weight: bold;
}
@media screen and (max-width: 769px) {
    .LatestText .ArticleData {
        font-size: 112.5%;
    }
}
@media screen and (max-width: 579px) {
    .LatestText .ArticleData {
        font-size: 75%;
    }
}

.LatestText .ArticleTitle {
    box-sizing: border-box;
    font-size: 137.5%;
    line-height: 1.3;
    color: #cc0022;
    padding: 5px 0 0;
}

@media screen and (max-width: 769px) {
    .LatestText .ArticleTitle {
        font-size: 112.5%;
    }
}
@media screen and (max-width: 579px) {
    .LatestText .ArticleTitle {
        font-size: 87%;
        line-height: 1.2;
    }
}
.LatestText .ArticleTitle::after {
    background: url("../../../image/jp/r1/icon/icon_link_right_hd.gif") no-repeat 0% 50%;
    background-size: 24px;
    box-sizing: border-box;
    content: "";
    display: inline-block;
    height: 26px;
    margin-left: 0;
    vertical-align: middle;
    width: 26px;
}
@media screen and (max-width: 579px) {
    .LatestText .ArticleTitle::after {
        background-size: 15px;
        height: 17px;
        width: 17px;
    }
}


/* ------------------------------------------------------ アーカイブ紹介 ---- */

ul.ArchiveArea {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}

ul.ArchiveArea li {
    box-sizing: border-box;
    margin: 0 0 30px 0;
    overflow: hidden;
    width: 48.5%;
    border-radius: 5px;
    border: 1px solid #e0e3e5;
    padding: 15px;
    display: flex;
    align-items: center;
}
@media screen and (max-width: 769px) {
    ul.ArchiveArea li:last-child {
        margin: 0;
    }
}

@media screen and (max-width: 769px) {
    ul.ArchiveArea li {
        width: 100%;
    }
}
@media screen and (max-width: 579px) {
    ul.ArchiveArea li {
        margin: 0 0 20px 0;
    }
}

ul.ArchiveArea li a {
    display: table;
    justify-content: space-between;
    color: #333;
    text-decoration: none;
}
ul.ArchiveArea li a:hover .ArticleTitle::after {
    background-position: 100% 50%;
}
ul.ArchiveArea li a:hover .ArchiveImg img {
    opacity: 0.8;
}

.ArchiveImg {
    display: table-cell;
    width: 165px;
    vertical-align: middle;
}
@media screen and (max-width: 579px) {
    .ArchiveImg {
        width: 120px;
    }
}
.ArchiveImg img {
    border-radius: 5px;
    max-width: 100%;
    height: auto;
}

.ArchiveText {
    display: table-cell;
    box-sizing: border-box;
    padding: 0 0 0 15px;
    vertical-align: middle;
}

.ArticleData {
    font-size: 100%;
    font-weight: bold;
}
@media screen and (max-width: 579px) {
    .ArticleData {
        font-size: 75%;
    }
}

.ArticleTitle {
    box-sizing: border-box;
    font-size: 100%;
    line-height: 1.2;
    color: #cc0022;
    padding: 5px 0 0;
}
@media screen and (max-width: 579px) {
    .ArticleTitle {
        font-size: 87%;
    }
}
.ArticleTitle::after {
    background: url("../../../image/jp/r1/icon/icon_link_right_hd.gif") no-repeat 0% 50%;
    background-size: 17px;
    box-sizing: border-box;
    content: "";
    display: inline-block;
    height: 19px;
    margin-left: 0;
    vertical-align: middle;
    width: 19px;
}
@media screen and (max-width: 579px) {
    .ArticleTitle::after {
        background-size: 15px;
        height: 17px;
        width: 17px;
    }
}

/* --------------------------------------------------- 3:1 記事作者紹介 ---- */
.Grid1Wrapper {
    box-sizing: border-box;
    background-color: #f2f5f7;
    padding: 30px 15px 15px;
    margin: 0 0 15px;
}

.Grid1Title {
    font-size: 112.5%;
    margin: 0 0 15px;
    text-align: center;
}
.Grid1Title a {
    color: #cc0022;
    text-decoration: none;
    transition: all 0.3s ease;
}
.Grid1Title a::after {
    background: url(../../../image/jp/r1/icon/icon_link_right_hd.gif) no-repeat 0% 50%;
    background-size: 22px;
    box-sizing: border-box;
    content: "";
    display: inline-block;
    height: 24px;
    margin-left: 3px;
    vertical-align: middle;
    width: 24px;
}

.Grid1Title a:hover::after {
    background-position: 100% 50%;
}

.WriterInfo {
    display: flex;
    justify-content: space-between;
    margin: 15px 0;
    width: 100%;
}

.WriterImg {
    width: 50%;
}
@media screen and (max-width: 769px) {
    .WriterImg {
        width: 120px;
    }
}
.WriterImg img {
    width: 100%;
}

.WriterName {
    box-sizing: border-box;
    padding: 0 0 0 15px;
    width: 100%;
}

.WriterLabelBold {
    font-size: 100%;
    font-weight: bold;
}
.WriterLabelNormal {
    font-size: 87%;
}
.WriterLabelMiddle {
    font-size: 100%;
    margin: 0 0 10px;
}


dl.LinkMenu {
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%; 
}

dl.LinkMenu dt {
    font-size: 100%;
    font-weight: bold;
    width: 100%;
    margin: 5px 0 0;
}
dl.LinkMenu dd {
    font-size: 87%;
    width: 100%;
    margin: 3px 0;
}
dl.LinkMenu dd a{
    color: #cc0022;
    text-decoration: none;
    transition: all 0.3s ease;
}
dl.LinkMenu dd a::after {
    background: url(../../../image/jp/r1/icon/icon_link_right_hd.gif) no-repeat 0% 50%;
    background-size: 18px;
    box-sizing: border-box;
    content: "";
    display: inline-block;
    height: 20px;
    margin-left: 0;
    vertical-align: middle;
    width: 20px;
}

dl.LinkMenu dd a:hover::after {
    background-position: 100% 50%;
}

/* ------------------------------------------------------ 枠囲Box線あり ---- */
.BorderBoxSet {
    box-sizing: border-box;
    padding: 30px 15px 15px;
    border: 2px solid #f2f5f7;
    border-radius: 5px;
    margin: 30px 0;
}

/* ------------------------------------------------------ 枠囲Box線なし ---- */
.GrayBoxSet {
    box-sizing: border-box;
    background-color:#f2f5f7;
    padding: 30px 15px 15px;
    border-radius: 5px;
    margin: 30px 0;
}

.WhiteBoxSet {
    box-sizing: border-box;
    background-color:#fff;
    padding: 30px 15px 15px;
    border-radius: 5px;
    margin: 30px 0;
}
/* --------------------------------------------------------------------------
 Text
-------------------------------------------------------------------------- */
/* ----------------------------------------------------- FontSIze100% ---- */
.AddTextStyle1 {
    font-size: 100%;
}

ul.AddLinkListStyle1,
ol.AddLinkListStyle1 {
    font-size: 100%;
}

table.AddTableStyle {
    font-size: 112.5%;
}

/* --------------------------------------------------------------- 強調 ---- */
.TextBold {
    font-size: 125%;
    font-weight: bold;
}

/* ------------------------------------------------------ キャッチコピー ---- */
.CatchText {
    font-size: 150%;
    font-weight: normal;
    margin: 0 0 30px;
}
@media screen and (max-width: 579px) {
    .CatchText {
        font-size: 112.5%;
        font-weight: bold;
        margin: 0 0 20px;
    }
}
/* ---------------------------------------------------  Link Color Red ---- */
.LinkTextStyle1 {
    box-sizing: border-box;
    font-size: 150%;
    line-height: 1.2;
    color: #cc0022;
    padding: 5px 0 10px;
}
@media screen and (max-width: 769px) {
    .LinkTextStyle1 {
        font-size: 125%;
    }
}
@media screen and (max-width: 579px) {
    .LinkTextStyle1 {
        height: auto;
        font-size: 137.5%;
    }
}

.LinkTextStyle1 a {
    color: #cc0022;
    text-decoration: none;
    transition: all 0.3s ease; 
}

.LinkTextStyle1 a::after {
    background: url("../../../image/jp/r1/icon/icon_link_right_hd.gif") no-repeat 0% 50%;
    background-size: 27px;
    box-sizing: border-box;
    content: "";
    display: inline-block;
    height: 29px;
    margin-left: 3px;
    vertical-align: middle;
    width: 29px;
}
@media screen and (max-width: 769px) {
    .LinkTextStyle1 a::after {
        background-size: 24px;
        height: 26px;
        width: 26px;
    }
}
.LinkTextStyle1 a:hover::after {
	background-position: 100% 50%;
}

.TextStyleRed {
    color: #cc0022;
}

.TextStyleUnderLine {
    box-sizing: border-box;
    font-size: 100%;
    line-height: 1.5;
    color: #333;
    padding: 0 0 5px;
    border-bottom: 1px solid #e0e3e5;
    margin: 0 0 10px 0;
}

.NewIcon {
    display: inline-block;
    margin: 0 8px 0 0;
    color: #CD2533;
    font-weight: bold;
}

/* --------------------------------------------------------------------------
 Img
-------------------------------------------------------------------------- */
/* -------------------------------------------------------------- 角丸 ---- */

.ImgStyleRounded {
    border-radius: 5px;
    max-width: 100%;
    height: auto;
}
@media screen and (max-width: 579px) {
    .ImgStyleRounded {
        width: 100%;
    }
}

/* ----------------------------------------------------- ビジュアル配置 ---- */
.ColumnVisual {
    width: 100%;
}
.ColumnVisual img {
    width: 100%;
}

/* ------------------------------------------------ Img装飾 カテゴリタグ ---- */
.CategorySet {
    position: relative;
}

.CategoryLabel {
    box-sizing: border-box;
    background-color: #f2f5f7;
    border: 1px solid #e0e3e5;
    border-radius: 5px;
    color: #333;
    display: inline-block;
    padding: 5px 10px;
    position: absolute;
    top: 0;
    left: 0;
}

/* ------------------------------------------------------------ Img Sp ---- */
@media screen and (max-width: 769px) {
    img.Sp100 {
        width: 100% !important;
    }
}


/* --------------------------------------------------------------------------
 Table
-------------------------------------------------------------------------- */
/* ------------------------------------------------------- Tabel Gray ---- */
table.DataTableStyleBlue {
    width: 100%;
    margin: 5px 0 0;
}

table.DataTableStyleBlue th {
    background-color: #156082;
    border: solid 2px #fff;
    color: #fff;
}
    
table.DataTableStyleBlue td {
    border: solid 2px #fff;
}

figcaption {
    font-size: 83%;
    text-align: center;
}

/* ----------------------------------------------------- Tabel Scroll ---- */

@media screen and (max-width: 769px) {
    .ResponsiveTableScroll {
        overflow-x: scroll;
        margin:0 0 25px; 
    }

}

/* --------------------------------------------------------------------------
 DL/UL/OL
-------------------------------------------------------------------------- */
/* --------------------------------------------------------- DataList ---- */

.NotificationItem {
    box-sizing: border-box;
    border-bottom: 1px dashed #f2f2f2;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 5px;
    padding: 8px 0;
    width: 100%;
}

.NotificationItem dt {
	font-size: 90%;
	font-weight: bold;
    width: 15%;
}
@media screen and (max-width: 994px)  {
    .NotificationItem dt {
        width: 18%;
    }
}
@media screen and (max-width: 769px)  {
    .NotificationItem dt {
        width: 100%;
    }
}

.NotificationItem dd {
	font-size: 90%;
    width: 85%;
}
@media screen and (max-width: 994px)  {
    .NotificationItem dd {
        width: 82%;
    }
}
@media screen and (max-width: 769px)  {
    .NotificationItem dd {
        width: 100%;
    }
}


/* ---------------------------------------------------- DataList Wide ---- */
.NotificationItem dt.Wide {
	font-size: 90%;
	font-weight: bold;
    width: 20%;
}
@media screen and (max-width: 994px)  {
    .NotificationItem dt.Wide {
        width: 25%;
    }
}
@media screen and (max-width: 769px)  {
    .NotificationItem dt.Wide {
        width: 100%;
    }
}

.NotificationItem dd.Wide {
	font-size: 90%;
    width: 80%;
}
@media screen and (max-width: 994px)  {
    .NotificationItem dd.Wide {
        width: 75%;
    }
}
@media screen and (max-width: 769px)  {
    .NotificationItem dd.Wide {
        width: 100%;
    }
}

.NotificationItem dd a {
    display: block;
    text-decoration: none;
    transition: all 0.3s ease;
}

a.LinkIcon::after {
	background: url(../../../image/jp/r1/icon/icon_link_right_hd.gif) no-repeat 0% 50%;
    background-size: 20px;
    box-sizing: border-box;
    content: "";
    display: inline-block;
    height: 20px;
    margin-left: 0;
    vertical-align: middle;
    width: 22px;
}
a.PdfIcon::after {
	background: url(../../../image/jp/r1/icon/icon_pdf_hd.gif) no-repeat 0% 50%;
    background-size: 19px;
    box-sizing: border-box;
    content: "";
    display: inline-block;
    height: 20px;
    margin-left: 5px;
    vertical-align: middle;
    width: 22px;
}
a.NewWinIcon::after {
	background: url("../../../image/jp/r1/icon/icon_new_window_hd.gif") no-repeat 0% 50%;
	background-size: 20px;
	box-sizing: border-box;
	content: "";
	display: inline-block;
	height: 20px;
	margin-left: 5px;
	vertical-align: middle;
	width: 22px;
}

/* -- hover -- */
.NotificationItem dd a:hover{
	text-decoration: underline;
}
.NotificationItem dd a:hover::after{
	background-position: 100% 50%;
}


/* --------------------------------------------------------------------------
 Column
-------------------------------------------------------------------------- */
/* ----------------------------------------------------------- 1カラム ---- */
.LowerColumnSet1 {
    margin: 0 auto;
    width: 80%;
}
@media screen and (max-width: 579px) {
    .LowerColumnSet1 {
        width: 100%;
    }
}
/* ----------------------------------------------------------- 2カラム ---- */
.LowerColumnSet2 {
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}
.LowerColumn {
	box-sizing: border-box;
    border: none;
    color: #333;
    margin: 0 0 30px 0;
    overflow: hidden;
    width: 48.5%;
}
@media screen and (max-width: 579px) {
	.LowerColumn {
		width: 100%;
	}
}

/* ------------------------------------- 2カラム(レスポンシブ時：2カラム) ---- */
.LowerColumnSet2All {
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}
.LowerColumnSet2All .LowerColumn2All {
	box-sizing: border-box;
    color: #333;
    margin: 0 0 15px 0;
    width: 48.5%;
}

/* --------------------------------------------------------- 3カラム ---- */
.LowerColumnSet3 {
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}

.LowerColumnSet3 .LowerColumn {
    box-sizing: border-box;
    border: none;
    color: #333;
    margin: 0 0 30px 0;
    overflow: hidden;
    width: 31.5%;
}
@media screen and (max-width: 579px) {
	.LowerColumnSet3 .LowerColumn {
		width: 100%;
	}
}

/* ------------------------------------------------------- 4カラム ---- */
.LowerColumnSet4 {
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}

.LowerColumnSet4 .LowerColumn {
    box-sizing: border-box;
    border: none;
    color: #333;
    margin: 0 0 30px 0;
    overflow: hidden;
    width: 23%;
}
@media screen and (max-width: 767px) {
	.LowerColumnSet4 .LowerColumn {
		width: 48.5%;
	}
}
@media screen and (max-width: 579px) {
	.LowerColumnSet4 .LowerColumn {
		width: 100%;
	}
}

/* ---------------------------------------------------- 3：1カラム ---- */
.LowerColumnSet4 .LowerColumn1 {
	box-sizing: border-box;
    border: none;
    color: #333;
    margin: 0 0 30px 0;
    overflow: hidden;
    width: 23%;
}
.LowerColumnSet4 .LowerColumn2 {
	box-sizing: border-box;
    border: none;
    color: #333;
    margin: 0 0 30px 0;
    overflow: hidden;
    width: 74.5%;
}
@media screen and (max-width: 769px) {
	.LowerColumnSet4 .LowerColumn2,
	.LowerColumnSet4 .LowerColumn1 {
		width: 100%;
	}
}

/* ---------------------------------------------------- 2：1カラム ---- */
.LowerColumnSet {
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}
.LowerColumnSet .LowerColumn2 {
	box-sizing: border-box;
    border: none;
    color: #333;
    margin: 0 0 30px 0;
    overflow: hidden;
    width: 65.5%;
}
.LowerColumnSet .LowerColumn1 {
	box-sizing: border-box;
    border: none;
    color: #333;
    margin: 0 0 30px 0;
    overflow: hidden;
    width: 31.5%;
}
@media screen and (max-width: 579px) {
	.LowerColumnSet .LowerColumn2,
	.LowerColumnSet .LowerColumn1 {
		width: 100%;
	}
}

/* ------------------------------------------------------- LinK設定 ---- */
a.LowerColumn,
.LowerColumnSet3 a.LowerColumn {
	text-decoration: none;
	color: #333;
	transition: all 0.3s ease;
}

a.LowerColumn:hover,
.LowerColumnSet3 a.LowerColumn:hover {
	color: #c02;
	text-decoration: underline;
}

/* --------------------------------------------------- パネルユニット ---- */
.PanelUnit {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}

.PanelUnitText {
    width: 66.5%;
}
@media screen and (max-width: 579px) {
    .PanelUnitText {
        width: 100%;
        order: 1;
    }
}

.PanelUnitImg {
    width: 30.5%;
}
@media screen and (max-width: 579px) {
    .PanelUnitImg {
        width: 100%;
        order: 0;
    }
}

.LowerColumnSet2 .PanelUnitText {
    width: 50.5%;
}
.LowerColumnSet2 .PanelUnitImg {
    width: 47.5%;
}
@media screen and (max-width: 579px) {
    .LowerColumnSet2 .PanelUnitText,
    .LowerColumnSet2 .PanelUnitImg {
        width: 100%;
    }
}
/* --------------------------------------------------------------------------
 Btn
-------------------------------------------------------------------------- */
/* ------------------------------------------------------- グレーボタン ---- */

.MoreBtnSet {
    box-sizing: border-box;
    background-color: #f2f5f7;
    border-radius: 5px;
    color: #333;
    padding: 5px 10px 5px 25px;
    display: inline-block;
    margin: 0 0 15px;
}

a.MoreBtn {
    color: #333;
    font-size: 88%;
    text-decoration: none;
    transition: all 0.3s ease; 
}

a.MoreBtn ::after {
    background: url("../../../image/jp/r1/icon/icon_link_right_hd.gif") no-repeat 0% 50%;
    background-size: 20px;
    box-sizing: border-box;
    content: "";
    display: inline-block;
    height: 20px;
    margin-left: 5px;
    vertical-align: middle;
    width: 22px;
}

.MoreBtnSet a:hover ::after {
	background-position: 100% 50%;
}
.MoreBtnSet:hover {
    background-color: #e0e3e5;
}

/* ------------------------------------------------------- レッドボタン ---- */
.MoreBtnWrapper {
    text-align: center;
}
.MoreBtnWrapper .MoreBtnSet {
    box-sizing: border-box;
    background-color: #CD2835;
    border-radius: 5px;
    color: #fff;
    padding: 15px 15px 15px 30px;
    display: inline-block;
    margin: 0 0 15px;
}
.MoreBtnWrapper a.MoreBtn {
    color: #fff;
    font-size: 90%;
    text-decoration: none;
    transition: all 0.3s ease;
}
.MoreBtnWrapper a.MoreBtn ::after {
    background: url("../../../image/jp/r1/icon/icon_link_right_white_hd.gif") no-repeat 0% 50%;
    background-size: 20px;
    box-sizing: border-box;
    content: "";
    display: inline-block;
    height: 22px;
    margin-left: 5px;
    vertical-align: middle;
    width: 22px;
}

.MoreBtnWrapper .MoreBtnSet a:hover ::after {
	background-position: 100% 50%;
}
.MoreBtnWrapper .MoreBtnSet:hover {
    background-color: #AF232E;
}

.Return {
    text-align: left;
}
/* --------------------------------------------------- さらに記事を表示するボタン ---- */
#load-more {
  background: none;
  border: 1px solid #ddd;
  text-align: center;
  width: 100%;
  max-width: 935px;
  margin: auto;
  font-size: 112.5%;/*18px*/
  cursor: pointer;
  margin-top: 32px;
  padding: 16px 0;
  position: relative;
  font-family: 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', Arial, Helvetica, sans-serif;
}
#load-more span::after {
  background: url(/image/jp/r1/icon/icon_link_right_hd.gif) no-repeat;
  background-size: cover;
  background-position: center 2px;
  content: '';
  width: 24px;
  height: 24px;
  position: absolute;
  transform: rotate(90deg);
  margin-left: 8px;
}
#load-more:hover {
  background: #f3f3f3;
}
#load-more:hover span::after {
  transform: rotate(90deg) translateX(3px);
}

    

/* --------------------------------------------------------------------------
 Footer_Contact
-------------------------------------------------------------------------- */

.ContactWrapper {
    width: 100%;
}

.ContactArea {
    box-sizing: border-box;
    background-color: #333;
    padding: 75px 0;
    margin: 0 auto;
    width: 965px;
}
@media screen and (max-width: 994px) {
    .ContactArea {
        width:100%;
    }
}
@media screen and (max-width: 579px) {
    .ContactArea {
        padding: 45px 0;
    }
}

.ContactColumnSet {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.ContactColumn2 {
    box-sizing: border-box;
    width: 48.5%;
    text-align: center;
    padding: 0 15px;
}

.BtnSet {
    box-sizing: border-box;
    background-color: #fff;
    border-radius: 5px;
    color: #333;
    padding: 5px 45px;
    display: inline-block;
    margin: 0 0 15px;
    width: 315px;
}
@media screen and (max-width: 768px) {
    .BtnSet {
        padding: 5px 10px;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 70px;
    }
}
@media screen and (max-width: 579px) {
    .BtnSet {
        padding: 45px 15px 15px;
        height: 135px;
    }
}
@media screen and (max-width: 399px) {
    .BtnSet {
        padding: 45px 20px 15px;
    }
}

a.Btn {
    color: #333;
    font-size: 88%;
    text-decoration: none;
    transition: all 0.3s ease;
}
@media screen and (max-width: 579px) {
    a.Btn {
        position: relative;
    }
}

a.Btn ::before {
    box-sizing: border-box;
    content: "";
    display: inline-block;
    height: 42px;
    margin-right: 0;
    vertical-align: middle;
    width: 42px;
}
@media screen and (max-width: 579px) {
    a.Btn ::before {
        height: 50px;
        width: 50px;
        position: absolute;
    }
}

a.IconMagazin ::before {
    background: url(../../../image/jp/r1/common2/icon_form.png) no-repeat 50% 0%;
    background-size: cover;
}
@media screen and (max-width: 579px) {
    a.IconMagazin ::before {
        top: -45px;
        left: 30%;
    }
}
a.IconForm ::before {
    background: url(../../../image/jp/r1/common2/icon_mail.png) no-repeat 50% 0%;
    background-size: cover;
}
@media screen and (max-width: 579px) {
    a.IconForm ::before {
        top: -45px;
        left: 21%;
    }
}

a.Btn ::after {
    background: url("../../../image/jp/r1/icon/icon_link_right_hd.gif") no-repeat 0% 50%;
    background-size: 20px;
    box-sizing: border-box;
    content: "";
    display: inline-block;
    height: 20px;
    margin-left: 5px;
    vertical-align: middle;
    width: 22px;
}

.BtnSet a:hover ::after {
	background-position: 100% 50%;
}
.BtnSet:hover {
    background-color: #f2f5f7;
}

.SmallTextStyle1 {
    color: #fff;
    font-size: 88%;
}
@media screen and (max-width: 769px) {
    .SmallTextStyle1 {
        font-size: 79%;
    }
}

/* --------------------------------------------------------------------------
 pagetop_btn
-------------------------------------------------------------------------- */
.PageTopSet {
	position: relative;
}

a.PageTop {
	display: block;
	width: 45px;
	height: 45px;
	background-color: #e92e3c;
	border-radius: 50%;
	text-decoration: none;
	z-index: 1000;
}
@media screen and (max-width: 1304px) {
    a.PageTop {
		width: 40px;
		height: 40px;
	}
}
a.IsFixed {
    position: fixed;
    top: 87%;
    right: 75px;
    z-index: 999;
}
@media screen and (max-width: 1304px) {
    a.IsFixed {
		right: 1%;
	}
}
a.PageTop span {
	color: transparent;
	width: 0;
	height: 0;
}
a.PageTop span:after {
	position: absolute;
	top: 7px;
	bottom: 0;
	margin: auto;
	content: "";
	left: 16px;
	width: 12px;
	height: 12px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	-webkit-transform: rotate(315deg);
	transform: rotate(315deg);
}
@media screen and (max-width: 1304px) {
    a.PageTop span:after {
		left: 14px;
		width: 10px;
		height: 10px;
	}
}

#PageTopBottom {
	display: none !important
}

/* --------------------------------------------------------------------------
 SNS シェアBtn
-------------------------------------------------------------------------- */
.Grid3 .ShareButtonSet, 
.Grid4 .ShareButtonSet {
    text-align: left;
    display: flex;
}

.Grid3 .ShareButtonSet .SbFacebook,
.Grid4 .ShareButtonSet .SbFacebook {
    display: none;
}

.Grid3 .ShareButtonSet .SbTwitter,
.Grid4 .ShareButtonSet .SbTwitter {
    margin: 5px;
}

/* --------------------------------------------------------------------------


Individual Module
 Company 


-------------------------------------------------------------------------- */
/* -------------------------------------------------------------- Nav ---- */
ul.MenuList {
    display: flex;
    justify-content: flex-start;
    margin: 30px 0;
    width: 100%;
}
@media screen and (max-width: 579px) {
    ul.MenuList {
        flex-wrap: wrap;
        justify-content: space-between;
    }
}

ul.MenuList li {
    width: 230px;
    margin: 0 15px 0 0;
}
ul.MenuList li:last-child {
    margin: 0;
}
@media screen and (max-width: 994px) {
    ul.MenuList li {
        width: 23%;
    }
}
@media screen and (max-width: 579px) {
    ul.MenuList li {
        width: 47%;
        margin: 0 0 15px;
    }
    ul.MenuList li:last-child {
        margin: 0 0 15px;
    }
}

ul.MenuList li p {
    margin: 0;
}

ul.MenuList li a {
    color: #cc0022;
    text-decoration: none;
    transition: all 0.3s ease;
}
ul.MenuList li a span {
    font-size: 100%;
    font-weight: bold;
}
@media screen and (max-width: 769px) {
    ul.MenuList li a span {
        font-size: 100%;
    }
}
@media screen and (max-width: 579px) {
    ul.MenuList li a span {
        font-size: 87%;
    }
}

ul.MenuList li a::after {
    background: url(../../../image/jp/r1/icon/icon_link_right_hd.gif) no-repeat 0% 50%;
    background-size: 22px;
    box-sizing: border-box;
    content: "";
    display: inline-block;
    height: 24px;
    margin-left: 0;
    margin-bottom: 3px;
    vertical-align: text-top;
    width: 24px;
}
@media screen and (max-width: 769px) {
    ul.MenuList li a::after {
        background-size: 20px;
        height: 22px;
        width: 22px ;
        margin-bottom: 0;
    }
}
@media screen and (max-width: 579px) {
    ul.MenuList li a::after {
        background-size: 18px;
        height: 20px;
        width: 20px ;
    }
}

ul.MenuList li a:hover::after {
    background-position: 100% 50%;
}
ul.MenuList li a:hover img {
    opacity: 0.8;
}
/* --------------------------------------------------------------------------


Individual Module
 Message


-------------------------------------------------------------------------- */
/* ----------------------------------------------------------- Column ---- */
.MessageColumnSet {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    margin: 60px 0 0;
}
@media screen and (max-width: 579px) {
    .MessageColumnSet {
        margin: 45px 0 0;
    }
}

.MessageColumn1 {
    box-sizing: border-box;
    border: none;
    color: #333;
    margin: 0;
    overflow: hidden;
    width: 23%;
}
@media screen and (max-width: 769px) {
    .MessageColumn1 {
         width: 32%;
    }
}
@media screen and (max-width: 579px) {
    .MessageColumn1 {
         width: 100%;
    }
}

.MessageColumn2 {
    box-sizing: border-box;
    border: none;
    color: #333;
    margin: 0 0 30px 0;
    overflow: hidden;
    width: 70.5%;
}
@media screen and (max-width: 769px) {
    .MessageColumn2 {
        margin: 0;
        width: 65.5%;
    }
}
@media screen and (max-width: 579px) {
    .MessageColumn2 {
        width: 100%;
    }
}

.MessageColumn1 img {
    width: 100%;
    height: auto;
}

/* --------------------------------------------------------------------------


Individual Module
 Research Fields


-------------------------------------------------------------------------- */
/* ----------------------------------------------------------- Column ---- */
.FilesColumnSet {
    box-sizing: border-box;
    border-bottom: 2px solid #f2f5f7;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 30px 0;
    margin: 15px 0;
}
@media screen and (max-width: 579px) {
    .FilesColumnSet {
        margin: 0;
    }
}

.FilesColumn {
    box-sizing: border-box;
    border: none;
    color: #333;
    margin: 0;
    overflow: hidden;
    width: 48.5%;
}
@media screen and (max-width: 769px) {
    .FilesColumn {
         width: 100%;
    }
}

.FilesColumnSet .Number1 {
    order: 1;
}
.FilesColumnSet .Number2 {
    order: 2;
}
@media screen and (max-width: 769px) {
   .FilesColumnSet .Number1 {
        order: 1;
    }
.FilesColumnSet .Number2 {
        order: 1;
    } 
}


.FilesColumn img {
    border-radius: 5px;
    width: 100%;
    height: auto;
}

.FilesColumnTitle {
    color: #333;
    font-size: 137.5%;
    margin: 0 0 20px;
}

ul.AnchorList {
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin: 60px 0 0;
}
@media screen and (max-width: 994px) {
    ul.AnchorList {
        flex-wrap: wrap;
    }
}
@media screen and (max-width: 579px) {
    ul.AnchorList {
        display: none;
    }
}

ul.AnchorList li {
    box-sizing: border-box;
    background-color: #f2f5f7;
    padding: 10px 10px 40px;
    border-radius: 5px;
    width: 110px;
    height: 110px;
}
@media screen and (max-width: 994px) {
    ul.AnchorList li {
        width: 23%;
        margin: 0 0 15px;
    }
}
@media screen and (max-width: 769px) {
    ul.AnchorList li {
        height: auto;
        padding: 15px;
    }
}

ul.AnchorList li a {
    text-align: center;
    text-decoration: none;
    color: #cc0022;
    font-size: 87%;
    line-height: 1.0;
}
ul.AnchorList li a img {
    display: block;
    margin: 0 auto 10px;
}

ul.AnchorList li a span {
    display: block;
    margin: 0 auto;
}

ul.AnchorList li a span::after {
    background: url(../../../image/jp/r1/icon/icon_down_l.gif) no-repeat 0% 50%;
    background-size: 13px;
    box-sizing: border-box;
    content: "";
    display: inline-block;
    height: 16px;
    margin-left: 3px;
    vertical-align: middle;
    width: 16px;
}

ul.AnchorList li a:hover span::after {
    background-position: 0 100%;
}
ul.AnchorList li:hover {
    background-color: #ebeff1;
}

/* --------------------------------------------------------------------------


Individual Module
 Reciprocal


-------------------------------------------------------------------------- */
/* ---------------------------------------------------- Contents Back ---- */
.ReciprocalSectionOdd {
    background-color: #f2f5f7;
    box-sizing: border-box;
    padding: 15px 0 45px;
}

.ReciprocalSectionEven {
    background-color: #fff;
    box-sizing: border-box;
    padding: 15px 0 45px;
}

@media screen and (max-width: 994px) {
    .ReciprocalSectionOdd,
    .ReciprocalSectionEven {
        min-width: 290px;
        padding-right: 15px;
        padding-left: 15px;
    }
}

.PostScriptSection {
    background-color: #fff;
    box-sizing: border-box;
    padding: 15px 0 45px;
}
@media screen and (max-width: 994px) {
    .PostScriptSection {
        min-width: 290px;
        padding: 0 15px;
    }
}


/* ---------------------------------------------------------- 枠囲Box ---- */
.ReciprocalSectionEven .BorderBoxSet,
.ReciprocalSectionOdd .BorderBoxSet,
.PostScriptSection .BorderBoxSet {
    box-sizing: border-box;
    padding: 30px 15px 15px;
    border: 2px solid #f2f5f7;
    border-radius: 5px;
    margin: 30px 0;
}

.ReciprocalSectionEven .BorderBoxSet h2,
.ReciprocalSectionOdd .BorderBoxSet h2,
.PostScriptSection .BorderBoxSet h2 {
    text-align: center;
    margin: 30px 0;
}
@media screen and (max-width: 579px) {
    .ReciprocalSectionEven .BorderBoxSet h2,
    .ReciprocalSectionOdd .BorderBoxSet h2,
    .PostScriptSection .BorderBoxSet h2 {
        margin: 15px 0;
    }
}

/* ---------------------------------------------------- Contents Text ---- */

p span.Interviewer {
    display: inline-block;
    padding:0 8px 0 0;
    font-weight: bold;
    color: #3A5BA8;
}

p span.Guest {
    display: inline-block;
    padding:0 8px 0 0;
    font-weight: bold;
    color: #a83a47;
}

/* ---------------------------------------------------- Contents Info ---- */
.ContentsInfo {
    box-sizing: border-box;
    padding: 30px 30px 15px;
    border: 2px solid #f2f5f7;
    border-radius: 5px;
    margin: 30px 0;
}

.ContentsInfo p {
    font-size: 137.5%;
    margin: 0 0 15px;
}

.ContentsInfo ul li {
    box-sizing: border-box;
    padding: 0 0 15px;
}

.ContentsInfo ul li a {
    text-decoration: none;
    color: #737373;
    font-size: 100%;
}

.ContentsInfo ul li a span::after{
    background: url(../../../image/jp/r1/icon/icon_link_bottom_hd.gif) no-repeat 0% 50%;
    background-size: 20px;
    box-sizing: border-box;
    content: "";
    display: inline-block;
    height: 22px;
    margin-left: 3px;
    vertical-align: text-top;
    width: 22px;
}

.ContentsInfo ul li a:hover span::after {
    background-position: 0 100%;
}

/* ----------------------------------------------------------- Column ---- */
.InfoColumnSet {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    margin: 60px 0 0;
}
@media screen and (max-width: 579px) {
    .InfoColumnSet {
        margin: 45px 0 0;
    }
}

.InfoColumn1 {
    box-sizing: border-box;
    border: none;
    color: #333;
    margin: 0;
    overflow: hidden;
    width: 23%;
}
@media screen and (max-width: 769px) {
    .InfoColumn1 {
         width: 32%;
    }
}
@media screen and (max-width: 579px) {
    .InfoColumn1 {
         width: 100%;
    }
}

.InfoColumn2 {
    box-sizing: border-box;
    border: none;
    color: #333;
    margin: 0 0 30px 0;
    overflow: hidden;
    width: 70.5%;
}
@media screen and (max-width: 769px) {
    .InfoColumn2 {
        margin: 0;
        width: 65.5%;
    }
}
@media screen and (max-width: 579px) {
    .InfoColumn2 {
        width: 100%;
    }
}

.InfoColumn1 img {
    width: 100%;
    height: auto;
    border-radius: 5px;
}

.InfoColumnSet p.NameLabel {
    font-size: 137.5%;
    font-weight: bold;
    margin: 0 0 10px; 
}

.InfoColumnSet p.PositionLabel {
    font-size: 125%;
    font-weight: normal;
    margin: 0 0 10px;
    line-height: 1.5; 
}
@media screen and (max-width: 399px) {
    .InfoColumnSet p.PositionLabel {
        font-size: 112.5%;
    }
}

/* --------------------------------------------------------------------------


Individual Module
 Reciprocal


-------------------------------------------------------------------------- */
/* ---------------------------------------------------- Contents Back ---- */
.ReciprocalSectionOdd {
    background-color: #f2f5f7;
    box-sizing: border-box;
    padding: 15px 0 45px;
}

.ReciprocalSectionEven {
    background-color: #fff;
    box-sizing: border-box;
    padding: 15px 0 45px;
}

@media screen and (max-width: 994px) {
    .ReciprocalSectionOdd,
    .ReciprocalSectionEven {
        min-width: 290px;
        padding-right: 15px;
        padding-left: 15px;
    }
}

.PostScriptSection {
    background-color: #fff;
    box-sizing: border-box;
    padding: 15px 0 45px;
}
@media screen and (max-width: 994px) {
    .PostScriptSection {
        min-width: 290px;
        padding: 0 15px;
    }
}

/* ---------------------------------------------------------- 枠囲Box ---- */
.ReciprocalSectionEven .BorderBoxSet,
.ReciprocalSectionOdd .BorderBoxSet,
.PostScriptSection .BorderBoxSet {
    box-sizing: border-box;
    padding: 15px;
    border: 2px solid #f2f5f7;
    border-radius: 5px;
    margin: 30px 0;
}

.ReciprocalSectionEven .BorderBoxSet h2,
.ReciprocalSectionOdd .BorderBoxSet h2,
.PostScriptSection .BorderBoxSet h2 {
    text-align: center;
    margin: 30px 0;
}
@media screen and (max-width: 579px) {
    .ReciprocalSectionEven .BorderBoxSet h2,
    .ReciprocalSectionOdd .BorderBoxSet h2,
    .PostScriptSection .BorderBoxSet h2 {
        margin: 15px 0;
    }
}

/* ---------------------------------------------------- Contents Text ---- */

p span.Interviewer {
    display: inline-block;
    padding:0 8px 0 0;
    font-weight: bold;
    color: #3A5BA8;
}

p span.Guest {
    display: inline-block;
    padding:0 8px 0 0;
    font-weight: bold;
    color: #a83a47;
}

/* ---------------------------------------------------- Contents Info ---- */
.ContentsInfo {
    box-sizing: border-box;
    padding: 30px 30px 15px;
    border: 2px solid #f2f5f7;
    border-radius: 5px;
    margin: 30px 0;
}

.ContentsInfo p {
    font-size: 137.5%;
    margin: 0 0 15px;
}

.ContentsInfo ul li {
    box-sizing: border-box;
    padding: 0 0 15px;
}
@media screen and (max-width: 579px) {
    .ContentsInfo ul li {
        padding: 0 0 10px;
    }
}

.ContentsInfo ul li a {
    text-decoration: none;
    color: #737373;
    font-size: 100%;
}

.ContentsInfo ul li a span::after{
    background: url(../../../image/jp/r1/icon/icon_link_bottom_hd.gif) no-repeat 0% 50%;
    background-size: 20px;
    box-sizing: border-box;
    content: "";
    display: inline-block;
    height: 22px;
    margin-left: 3px;
    vertical-align: text-top;
    width: 22px;
}

.ContentsInfo ul li a:hover span::after {
    background-position: 0 100%;
}

/* ----------------------------------------------------------- Column ---- */
.InfoColumnSet {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    margin: 60px 0 0;
}
@media screen and (max-width: 579px) {
    .InfoColumnSet {
        margin: 45px 0 0;
    }
}

.InfoColumn1 {
    box-sizing: border-box;
    border: none;
    color: #333;
    margin: 0;
    overflow: hidden;
    width: 23%;
}
@media screen and (max-width: 769px) {
    .InfoColumn1 {
         width: 32%;
    }
}
@media screen and (max-width: 579px) {
    .InfoColumn1 {
         width: 100%;
    }
}

.InfoColumn2 {
    box-sizing: border-box;
    border: none;
    color: #333;
    margin: 0 0 30px 0;
    overflow: hidden;
    width: 70.5%;
}
@media screen and (max-width: 769px) {
    .InfoColumn2 {
        width: 65.5%;
    }
}
@media screen and (max-width: 579px) {
    .InfoColumn2 {
        width: 100%;
    }
}

.InfoColumn1 img {
    width: 100%;
    height: auto;
    border-radius: 5px;
}

.InfoColumnSet p.NameLabel {
    font-size: 137.5%;
    font-weight: bold;
    margin: 0 0 10px; 
}

.InfoColumnSet p.PositionLabel {
    font-size: 125%;
    font-weight: normal;
    margin: 0 0 10px;
    line-height: 1.5; 
}
@media screen and (max-width: 399px) {
    .InfoColumnSet p.PositionLabel {
        font-size: 112.5%;
    }
}

/* --------------------------------------------------------------------------



Individual Module
 Researcher Reports 


-------------------------------------------------------------------------- */
/* ----------------------------------------------------------- Column ---- */
/* ------------------------------------------------------------- Sort ---- */
.SortBtnWrapper {
    box-sizing: border-box;
    background-color: #f2f5f7;
    padding: 30px;
    margin: 60px 0;
    width: 100%;
}
@media screen and (max-width: 767px) {
  .SortBtnWrapper {
    padding: 30px 15px;
  }
}
.SortBtnWrapper h2 {
    font-size: 137.5%;
    background: none;
}

.SortBtn ul {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  padding-left: 100px;
  padding-bottom: 5px;
  position: relative;
  border-bottom: 2px solid #EAEAEA;
  box-sizing: border-box;
}
.SortBtn ul.alltype {
  border: none;
}
@media screen and (max-width: 767px) {
  .SortBtn ul {
    padding-left: 0;
  }
}
.SortBtn ul.alltype {
  padding: 0;
  justify-content: center;
}
.with-title {
  margin-bottom: 15px;
}
.SortBtn ul.with-title::before {
  content: '';
  display: block;
  position: absolute;
  width: 100px;
  text-align: center;
  margin-left: -100px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .SortBtn ul.with-title::before {
    margin-left: 0;
    position: unset;
    margin-bottom: 16px;
    width: 100%;
  }
}
.SortBtn ul.type::before {
  content: 'Category';
}
.SortBtn ul.keywords::before {
  content: 'Keyword';
}
.SortBtn ul::after {
  position: absolute;
  content: '';
  width: 2%;
  right: 0;
  bottom: -2px;
  border-bottom: 3px solid #B1000E;
}
.SortBtn ul.alltype::after {
  content: none;
}
.SortBtn ul li {
  box-sizing: border-box;
  border: 1px solid #7F7F7F;
  color: #333;
  display: flex;
  align-items: center;
  font-size: 85%;
  padding: 10px 20px;
  position: relative;
  margin: 0 0 10px 15px;
  cursor: pointer;
  border-radius: 9999px;
}
.SortBtn ul.alltype li {
  background: #d9d9d9;
  border-color: #d9d9d9;
}
.SortBtn ul li.SortActive,
.SortBtn ul li:hover {
  background-color: #B1000E;
  color: #fff;
  border-color: #B1000E;
}
@media screen and (max-width: 767px) {
  .SortBtn ul li {
    padding: 5px 15px;
    margin: 0 10px 10px 0;
  }
}


@media screen and (max-width: 579px) {
    .SortBtn ul li {
        font-size: 75%;
        padding: 8px 16px;
    }
}

.LowerColumnSet4 .LinkTextStyle1,
.LowerColumnSet3 .LinkTextStyle1 {
    font-size: 100%;
    padding: 0;
}

.LowerColumnSet4 .LinkTextStyle1 a::after,
.LowerColumnSet3 .LinkTextStyle1 a::after {
    background: url(../../../image/jp/r1/icon/icon_link_right_hd.gif) no-repeat 0% 50%;
    background-size: 18px;
    box-sizing: border-box;
    content: "";
    display: inline-block;
    height: 20px;
    margin-left: 3px;
    vertical-align: middle;
    width: 20px;
}

.LowerColumnSet4 .LinkTextStyle1 a:hover::after,
.LowerColumnSet3 .LinkTextStyle1 a:hover::after {
    background-position: 100% 50%;
}

.KeywordItem span {
    display: inline-block;
    box-sizing: border-box;
    color: #737373;
    font-size: 85%;
    line-height: 1.0;
    padding: 0 3px;
}

.SortArea .LowerColumn {
  display: none;
}
.SortArea .LowerColumn.visible {
  display: block;
}

.DataItem {
    color: #333;
    font-size: 87%;
}

.AuthorInfo {
    color: #333;
    font-size: 87%;
    margin: 5px 0;
}
/* ---------------------------------------------------------- Column4 ---- */
.SortArea .LowerColumnSet4 {
    box-sizing: border-box;
    justify-content: flex-start;
    padding: 0 0 0 15px;
}
@media screen and (max-width: 994px) {
    .SortArea .LowerColumnSet4 {
        padding: 0 0 0 2%;
    }
}
@media screen and (max-width: 579px) {
    .SortArea .LowerColumnSet4 {
        padding: 0;
    }
}

.SortArea .LowerColumnSet4 .LowerColumn {
    width: 222px;
    margin: 0 15px 15px 0;
}
@media screen and (max-width: 994px) {
    .SortArea .LowerColumnSet4 .LowerColumn {
        width: 23%;
        margin: 0 2% 15px 0;
    }
}
@media screen and (max-width: 769px) {
    .SortArea .LowerColumnSet4 .LowerColumn {
        width: 48%;
        margin: 0 2% 15px 0;
    }
}
@media screen and (max-width: 579px) {
    .SortArea .LowerColumnSet4 .LowerColumn {
        width: 100%;
        margin: 0 0 15px 0;
    }
}

/* ---------------------------------------------------------- Column3 ---- */
.SortArea .LowerColumnSet3 {
    box-sizing: border-box;
    justify-content: flex-start;
    padding: 0 0 0 15px;
}
@media screen and (max-width: 994px) {
    .SortArea .LowerColumnSet3 {
        padding: 0 0 0 2.2%;
    }
}
@media screen and (max-width: 769px) {
    .SortArea .LowerColumnSet3 {
        padding: 0 0 0 2%;
    }
}
@media screen and (max-width: 579px) {
    .SortArea .LowerColumnSet3 {
        padding: 0;
    }
}

.SortArea .LowerColumnSet3 .LowerColumn {
    width: 301px;
    margin: 0 15px 15px 0;
}
@media screen and (max-width: 994px) {
    .SortArea .LowerColumnSet3 .LowerColumn {
        width: 31%;
        margin: 0 2.3% 15px 0;
    }
}
@media screen and (max-width: 769px) {
    .SortArea .LowerColumnSet3 .LowerColumn {
        width: 48%;
        margin: 0 2% 15px 0;
    }
}
@media screen and (max-width: 579px) {
    .SortArea .LowerColumnSet3 .LowerColumn {
        width: 100%;
        margin: 0 0 15px 0;
    }
}

/* -------------------汎用ボックス：PC時画像等のボックスを横に並べる ---- */
.flexbox {
  display: flex;
  justify-content: space-around;
}
@media screen and (max-width: 767px) {
  .flexbox {
    flex-wrap: wrap;
  }
  .flexbox .ImgOnlyStyle {
    margin-bottom: 30px;
  }
}


/* --------------------------------------------------------------------------


Individual Module
 Guest Contributions 


-------------------------------------------------------------------------- */
/* -------------------------------------------------------- PageTitle ---- */
.ContributionsArticleTitleArea {
    background-color: #f2f5f7;
    background-image: url("../../../research/contribution/image/contribution-article_bk.png");
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
    height: 150px;
    width: auto;
    margin-bottom: 15px;
}

@media screen and (max-width: 994px) {
    .AdjustHeight {
        height: 220px;
    }
}


.ContributionsArticleTitleInner {
    margin: 0 auto;
    width: 965px;
}
@media screen and (max-width: 994px) {
    .ContributionsArticleTitleInner {
        box-sizing: border-box;
        padding: 0 15px;
        width: 100%;
    }
}

.ContributionsArticleTitleInner h1 {
    font-weight: bold;
    font-size: 200%;
}
@media screen and (max-width: 579px) {
    .ContributionsArticleTitleInner h1 {
        font-size: 150%;
    }
}
@media screen and (max-width: 399px) {
    .ContributionsArticleTitleInner h1 {
        font-size: 137.5%;
    }
}

.ContributionsArticleTitleInner p {
    font-weight: bold;
    font-size: 100%;
    margin: 0;
}

/* ------------------------------------------------------------- Text ---- */
.ContributionsArticleColumnWrapper .NameLabel {
    font-size: 137.5%;
    font-weight: bold;
    margin: 0 0 10px;
}

.ContributionsArticleColumnWrapper .PositionLabel {
    font-size: 137.5%;
    font-weight: normal;
    margin: 0 0 5px;
    line-height: 1.5;
}
@media screen and (max-width: 994px) {
    .ContributionsArticleColumnWrapper .PositionLabel {
        font-size: 125%;
    }
}
@media screen and (max-width: 399px) {
    .ContributionsArticleColumnWrapper .PositionLabel {
        font-size: 112.5%;
        margin: 0;
    }
} 

/* ----------------------------------------------------------- Column ---- */
.ContributionsArticleColumnWrapper {
    background-color: #f2f5f7;
    box-sizing: border-box;
    padding: 30px 30px 0;
    margin: 45px 0 0; 
}
@media screen and (max-width: 579px) {
    .ContributionsArticleColumnWrapper {
        padding: 15px 15px 0;
    }
}

.ContributionsArticleColumnWrapper .LowerColumnSet2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}
@media screen and (max-width: 769px) {
    .ContributionsArticleColumnWrapper .LowerColumnSet2 {
        justify-content: center;
    }
}

.ContributionsArticleColumnWrapper .LowerColumn {
    box-sizing: border-box;
    border: none;
    color: #333;
    margin: 0 0 30px 0;
    overflow: hidden;
    width: 48.5%;
}

.ContributionsArticleColumnWrapper .FirstItem {
    width: 35%;
}
.ContributionsArticleColumnWrapper .LastItem {
    width: 62%;
}

@media screen and (max-width: 994px) {
    .ContributionsArticleColumnWrapper .LowerColumn {
        margin: 0;
    }
}
@media screen and (max-width: 769px) {
    .ContributionsArticleColumnWrapper .LowerColumn {
       width: 100%;
    }
}

/* --------------------------------------------------------------------------


Individual Module
 Voice from the Business Frontier 


-------------------------------------------------------------------------- */
/* -------------------------------------------------------- PageTitle ---- */
.FrontierArticleTitleArea {
    background-color: #f2f5f7;
    background-image: url("../../../interview-column/frontier/image/frontier-article_bk.png");
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
    height: 150px;
    width: auto;
    margin-bottom: 15px;
}
.FrontierArticleTitleInner {
    margin: 0 auto;
    width: 965px;
}
@media screen and (max-width: 994px) {
    .FrontierArticleTitleInner {
        box-sizing: border-box;
        padding: 0 15px;
        width: 100%;
    }
}

.FrontierArticleTitleInner h1 {
    font-weight: bold;
    font-size: 200%;
}
@media screen and (max-width: 579px) {
    .FrontierArticleTitleInner h1 {
        font-size: 150%;
    }
}
@media screen and (max-width: 399px) {
    .FrontierArticleTitleInner h1 {
        font-size: 137.5%;
    }
}

.FrontierArticleTitleInner p {
    font-weight: bold;
    font-size: 100%;
    margin: 0;
}

/* --------------------------------------------------------- Title h2 ---- */
.LineTitleBox {
    margin: 45px 0 30px;
    border-left: 8px solid #cc0022;
}
@media screen and (max-width: 579px) {
    .LineTitleBox {
        margin: 30px 0 15px;
    }
}
.LineTitleBox h2 {
    background: none;
    color: #333;
    font-size: 150%;
    font-weight: bold;
    text-align: left;
    margin: 0;
    padding: 0 8px;
    line-height: 1.5;
}
@media screen and (max-width: 579px) {
    .LineTitleBox h2 {
         font-size: 100%;
    }
}

/* ------------------------------------------------------------- Text ---- */
.FrontierArticleColumnWrapper .NameLabel {
    font-size: 162.5%;
    font-weight: bold;
    margin: 0 0 15px;
}
@media screen and (max-width: 994px) {
    .FrontierArticleColumnWrapper .NameLabel {
        font-size: 150%;
    }
}
@media screen and (max-width: 399px) {
    .FrontierArticleColumnWrapper .NameLabel {
        font-size: 137.5%;
        margin: 0;
    }
}

.FrontierArticleColumnWrapper .PositionLabel {
    font-size: 137.5%;
    font-weight: normal;
    margin: 0 0 15px;
    line-height: 1.5;
}
@media screen and (max-width: 994px) {
    .FrontierArticleColumnWrapper .PositionLabel {
        font-size: 125%;
    }
}
@media screen and (max-width: 399px) {
    .FrontierArticleColumnWrapper .PositionLabel {
        font-size: 112.5%;
    }
}

/* ----------------------------------------------------------- Column ---- */
.FrontierArticleColumnWrapper {
    margin: 60px 0 0;
}
@media screen and (max-width: 579px) {
    .FrontierArticleColumnWrapper {
        margin: 15px 0 0;
    }
}

.FrontierArticleColumnWrapper .LowerColumnSet2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}
@media screen and (max-width: 769px) {
    .FrontierArticleColumnWrapper .LowerColumnSet2 {
        justify-content: center;
    }
}

.FrontierArticleColumnWrapper .LowerColumn {
    box-sizing: border-box;
    border: none;
    color: #333;
    margin: 0 0 30px 0;
    overflow: hidden;
    width: 48.5%;
}
@media screen and (max-width: 994px) {
    .FrontierArticleColumnWrapper .LowerColumn {
        margin: 0;
    }
}
@media screen and (max-width: 769px) {
    .FrontierArticleColumnWrapper .LowerColumn {
       width: 100%;
    }
}


/* --------------------------------------------------------------------------
 Adjust
-------------------------------------------------------------------------- */
/* ------------------------------------------------------------ 上余白 ---- */

.AdjustMt30 {
	margin-top: 30px !important;
}
.AdjustMt60 {
	margin-top: 60px !important;
}
@media screen and (max-width: 579px) {
    .AdjustMt60 {
	    margin-top: 45px !important;
    }
}
.AdjustMt90 {
	margin-top: 90px !important;
}

/* ------------------------------------------------------------ 下余白 ---- */

.AdjustMb30 {
	margin-bottom: 30px !important;
}
.AdjustMb60 {
	margin-bottom: 60px !important;
}
.AdjustMb90 {
	margin-bottom: 90px !important;
}


/* ---------------------------------------------------- カラム左右余白 ---- */
.AdjustColumn30 {
    box-sizing: border-box;
    padding: 0 30px;
}
@media screen and (max-width: 579px) {
    .AdjustColumn30 {
        padding: 0 15px;
    }
}

/* ------------------------------------------------------------ 改行 ---- */
.AdjustPcBlock {
    display: block;
}
@media screen and (max-width: 994px) {
    .AdjustPcBlock {
        display: inline;
    }
}

.AdjustPcInline {
    display: inline;
}
@media screen and (max-width: 579px) {
    .AdjustPcInline {
        display: block;
    }
}

/* -- <br>要素で使用 --*/
.AdjustSpBlock {
    display: none;
}
@media screen and (max-width: 579px) {
    .AdjustSpBlock {
        display: block;
    }
}


/* ------------------------------------------------------- 表示/非表示 ---- */
.HiddenPc {
    display: none;
}
@media screen and (max-width: 767px) {
    .HiddenPc {
        display: block;
    }
}
@media screen and (max-width: 767px) {
    .Hidden767 {
        display: none !important;
    }
}

@media screen and (max-width: 579px) {
    .Hidden579 {
        display: none !important;
    }
}

@media screen and (max-width: 579px) {
    .Display579 {
        display: block !important;
    }
}

/* ---------------------------------------------------- 画像表示/非表示 ---- */

@media screen and (max-width: 579px) {
    .JS #Contents img.PcImg {
        display: none !important;
    }
}
@media screen and (max-width: 579px) {
    .JS #Contents imgimg.SpImg {
         display: block !important;
    }
}


/* ---------------------------------------------------------- フォント ---- */

.TextIndentStyle1 {
    text-indent: 1rem;
}
.TextStyleBold {
    font-weight: bold;
}

.Adjustindent {
    box-sizing: border-box;
    padding: 0 0 0 15px;
}

/* -- dt 45px -- */
dl.IndentStyle1 {
    font-size: 90%;
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 10px;
}
dl.IndentStyle1 dt {
    box-sizing: border-box;
    width: 45px;
    padding-left: 3px;
}
dl.IndentStyle1 dd {
    box-sizing: border-box;
    width: calc(100% - 45px);
}
dl.IndentStyle1 dd.InnerIndent {
    padding-left: 45px;
}

/* -- dt 65px -- */
dl.IndentStyle2 {
    font-size: 90%;
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 10px 2rem;
}
dl.IndentStyle2 dt {
    box-sizing: border-box;
    width: 65px;
}
dl.IndentStyle2 dd {
    box-sizing: border-box;
    width: calc(100% - 65px);
}
/* ----------------------------------------------------------- 背景色 ---- */
.BackgroundStyleBK {
    background-color: #333;
}
.BackgroundStyleRed {
    background-color: #CD2835;
}
.BackgroundStyleGray {
    background-color: #f2f5f7;
}

