@charset "utf-8";

/* BASE */
#FieldImageWrap {
    position: relative;
    height: 490px;
    overflow: hidden;
}

.FieldImageInner {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
    #FieldImageWrap {
        height: 330px;
    }
    .FieldImageInner {
        height: auto;
    }
}


ul.slide-contents li img {
    height: 100%;
    width: auto;
}
@media screen and (min-width: 995px) and (max-width: 1304px){
    .OptionWideRWD #Contents ul.slide-contents li img {
        max-width: none;
    }
}
@media screen and (max-width: 994px) {
    .OptionWideRWD #Contents ul.slide-contents li img {
        max-width: none;
    }
}
@media screen and (max-width: 767px) {
    .OptionWideRWD #Contents ul.slide-contents li img {
        height: 330px;
    }
}

ul.slide-contents li {
    list-style: none;
}
ul.slide-contents {
    margin: 0;
    padding: 0;
}
.slide-animation {
    display: flex;
    overflow: hidden;
}
.slide-animation li {
    width: auto;
}
.slide-contents {
    display: flex;
    animation: loopAnimation 50s linear infinite;
}
@keyframes loopAnimation {
    0% {
    transform: translate(0%);
    }
    100% {
    transform: translate(-100%);
    }
}

.ContentNaviWrap {
    margin-top: -50px;
    position: relative;
    z-index: 5;
    background: rgba(7, 46, 140, 0.9);
    height: 50px;
}


#Contents .ContentsWrap {
    padding: 50px 0 100px;
}
#Contents .ContentsWrap .TopicsWrap {
    max-width: 1130px;
    padding: 30px;
    box-shadow: 0 0 20px rgba(25, 73, 157, 0.45);
    margin: 0 auto 80px auto;
}
#Contents .ContentsWrap .TopicsWrap h2 {
    font-size: 180%;
}
#Contents .ContentsWrap .TopicsWrap .TopicsFlex {
    display: flex;
    justify-content: space-between;
    max-width: 970px;
    margin: auto;
}
#Contents .ContentsWrap .TopicsWrap .TopicsFlex .TopicsContent {
    width: calc( (100% - 50px) / 2 );
    max-width: 430px;
    position: relative;
}
#Contents .ContentsWrap .TopicsWrap .TopicsFlex .TopicsContent a {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
}
#Contents .ContentsWrap .TopicsWrap .TopicsFlex .TopicsContent a:hover {
    opacity: 0.7;
}
#Contents .ContentsWrap .TopicsWrap .TopicsFlex .TopicsContent .NewRibbon {
	position: absolute;
	font-weight: bold;
	top: 10px;
	left: -10px;
	z-index: 1;
	font-size: 12px;
	display: inline-block;
	width: 60px;
	text-align: center;
	color: #072e8c;
	border: solid 1px #072e8c;
	background-color: #fff;
	line-height: 180%;
	box-sizing: border-box!important;
}
#Contents .ContentsWrap .TopicsWrap .TopicsFlex .TopicsContent .NewRibbon:before {
	position: absolute;
	bottom: -10px;
	left: 0;
	width: 0;
	height: 0;
	content: '';
	border-top: 10px solid #072e8c;
	border-left: 10px solid transparent;
}
#Contents .ContentsWrap .TopicsWrap .TopicsFlex .TopicsContent .ImageBlock {
    overflow: hidden;
}
#Contents .ContentsWrap .TopicsWrap .TopicsFlex .TopicsContent .ImageBlock .ImageBox {
    width: 100%;
    height: 260px;
    -webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
    transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
    background-size: cover !important;
}
#Contents .ContentsWrap .TopicsWrap .TopicsFlex .TopicsContent h3 {
    position: static;
    text-align: left;
    font-size: 112.5%;
    margin-top: 15px;
    margin-bottom: 10px;
    color: #072e8c;
}
#Contents .ContentsWrap .TopicsWrap .TopicsFlex .TopicsContent h3:after {
    position: static;
    bottom: 3px;
    content: "";
    display: inline-block;
    width: 20px;
    height: 18px;
    vertical-align: middle;
    background-image: url(/products/infrastructure/connective-industries/image/arw_link_blue.png);
    background-repeat: no-repeat;
    background-position: right top;
    background-size: 10px auto;
}
#Contents .ContentsWrap .TopicsWrap .TopicsFlex .TopicsContent p {
    color: #333;
}

@media screen and (max-width: 768px) {
    #Contents .ContentsWrap .TopicsWrap .TopicsFlex {
        flex-direction: column;
        align-items: center;
    }
    #Contents .ContentsWrap .TopicsWrap .TopicsFlex .TopicsContent {
        width: 100%;
    }
    #Contents .ContentsWrap .TopicsWrap .TopicsFlex .TopicsContent + .TopicsContent {
        margin-top: 30px;
    }
    #Contents .ContentsWrap .TopicsWrap .TopicsFlex .TopicsContent .ImageBlock .ImageBox {
        height: 220px;
    }
}

#Contents .ContentsWrap .CaseFlex {
    display: flex;
    justify-content: flex-start;
    width: 100%;
    flex-wrap: wrap;
    clear: both;
}
@media screen and (max-width: 1000px) {
    #Contents .ContentsWrap .CaseFlex {
        width: 100%;
        margin: 0; }
}



#Contents .ContentsWrap .CaseFlex .CaseContent {
    width: calc((100% / 3) - 32px);
    background-color: rgba(0, 0, 0, 0.8);
    margin-bottom: 30px;
    position: relative;
    margin-right: 32px;
}
#Contents .ContentsWrap .CaseFlex .CaseContent:nth-child(4n),
#Contents .ContentsWrap .CaseFlex .CaseContent:last-child {
    margin-right: 0;
}
@media screen and (max-width: 1000px) {
    #Contents .ContentsWrap .CaseFlex .CaseContent {
        width: calc(50% - 15px);
        margin-right: 30px;
    }
    #Contents .ContentsWrap .CaseFlex .CaseContent:nth-child(2n),
    #Contents .ContentsWrap .CaseFlex .CaseContent:last-child {
        margin-right: 0;
    }
}

#Contents h2{
    color: #fff;
    margin-top: 0.8em;
}

#Contents .ContentsWrap .CaseFlex .CaseContent .NewRibbon {
	position: absolute;
	font-weight: bold;
	top: 10px;
	left: -10px;
	z-index: 1;
	font-size: 12px;
	display: inline-block;
	width: 60px;
	text-align: center;
	color: #072e8c;
	border: solid 1px #072e8c;
	background-color: #fff;
	line-height: 180%;
	box-sizing: border-box!important;
}
#Contents .ContentsWrap .CaseFlex .CaseContent .NewRibbon:before {
	position: absolute;
	bottom: -10px;
	left: 0;
	width: 0;
	height: 0;
	content: '';
	border-top: 10px solid #072e8c;
	border-left: 10px solid transparent;
}


#Contents .ContentsWrap .CaseFlex .CaseContent .ImageBlock {
    overflow: hidden;
}
#Contents .ContentsWrap .CaseFlex .CaseContent .ImageBlock .ImageBox {
    width: 100%;
    height: 200px;
    padding: 8px 15px;
    -webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
    transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
    background-size: cover !important;
}
#Contents .ContentsWrap .CaseFlex .CaseContent .CaseText_ttl {
    display: block;
    width: 100%;
    color: #fff;
    padding: 8px;
}
#Contents .ContentsWrap .CaseFlex .CaseContent .CaseText_ttl h2 {
    position: relative;
    padding: 0;
    font-size: 100%;
    font-weight: bold;
    text-align: left;
    background: 0;
    overflow: hidden;
    margin: 8px;
}
#Contents .ContentsWrap .CaseFlex .CaseContent .CaseText {
    display: block;
    width: auto;
    color: #fff;
    padding: 8px;
    margin: 0 15px;
    font-size: 95%;
}


#Contents .ContentsWrap .CaseFlex2 {
    display: flex;
    justify-content: flex-start;
    width: 100%;
    flex-wrap: wrap;
}
#Contents .ContentsWrap .CaseFlex2 a{
    text-decoration: none;
    color: none;
}
@media screen and (max-width: 1000px) {
    #Contents .ContentsWrap .CaseFlex2 {
        width: 100%;
        margin: 0; }
}



#Contents .ContentsWrap .CaseFlex2 .CaseContent {
    width: calc((100% / 3) - 32px);
    margin-bottom: 30px;
    position: relative;
    margin-right: 32px;
    box-shadow: 0 0 10px #ccc;
    background-color: #000;
}

#Contents .ContentsWrap ul.CaseFlex2 li.CaseContent a{
	display:block;
	height:100%;
	box-sizing:border-box;
	text-decoration:none;
	position:relative;
}
/*
#Contents .ContentsWrap ul.CaseFlex2 li.CaseContent:hover{
	opacity:0.7;
}
*/
#Contents .ContentsWrap ul.CaseFlex2 li.CaseContent .ImageBlock:after{
	content:"";
	display:inline-block;
	background:url('/products/infrastructure/connective-industries/image/hmax-industry/mes_arrow_.png') no-repeat center;
	width:24px;
	height:24px;
	position:absolute;
	bottom:10px;
	right:10px;
}

#Contents .ContentsWrap .CaseFlex2 .CaseContent:nth-child(4n),
#Contents .ContentsWrap .CaseFlex2 .CaseContent:last-child {
}
@media screen and (max-width: 1000px) {
    #Contents .ContentsWrap .CaseFlex2 .CaseContent {
        width: calc(50% - 15px);
        margin-right: 30px;
    }
    #Contents .ContentsWrap .CaseFlex2 .CaseContent:nth-child(2n),
    #Contents .ContentsWrap .CaseFlex2 .CaseContent:last-child {
        margin-right: 0;
    }
}

#Contents h2{
    color: #fff;
    margin-top: 0.8em;
    font-size: 135%;
}

#Contents .ContentsWrap .CaseFlex2 .CaseContent .NewRibbon {
	position: absolute;
	font-weight: bold;
	top: 10px;
	left: -10px;
	z-index: 1;
	font-size: 12px;
	display: inline-block;
	width: 60px;
	text-align: center;
	color: #072e8c;
	border: solid 1px #072e8c;
	background-color: #fff;
	line-height: 180%;
	box-sizing: border-box!important;
}
#Contents .ContentsWrap .CaseFlex2 .CaseContent .NewRibbon:before {
	position: absolute;
	bottom: -10px;
	left: 0;
	width: 0;
	height: 0;
	content: '';
	border-top: 10px solid #072e8c;
	border-left: 10px solid transparent;
}


#Contents .ContentsWrap .CaseFlex2 .CaseContent .ImageBlock {
    overflow: hidden;
}
#Contents .ContentsWrap .CaseFlex2 .CaseContent .ImageBlock .ImageBox {
    width: 100%;
    height: 200px;
    padding: 8px 15px;
    -webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
    transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
    background-size: cover !important;
}
#Contents .ContentsWrap .CaseFlex2 .CaseContent .CaseText_ttl {
    display: block;
    width: 100%;
    color: #fff;
    padding: 8px;
    background-color: rgba(0, 0, 0, 0.8);
    min-height: 83px;
}
#Contents .ContentsWrap .CaseFlex2 .CaseContent .CaseText_ttl h2 {
    position: relative;
    padding: 0;
    font-size: 100%;
    font-weight: bold;
    text-align: left;
    background: 0;
    overflow: hidden;
    margin: 8px;
}
#Contents .ContentsWrap .CaseFlex2 .CaseContent .CaseText .left .red,
#Contents .ContentsWrap .CaseFlex2 .CaseContent .CaseText .right .red{
    color: #c00;
}
#Contents .ContentsWrap .CaseFlex2 .CaseContent .CaseText .left .st,
#Contents .ContentsWrap .CaseFlex2 .CaseContent .CaseText .right .st{
    font-size: 155%;
}
#Contents .ContentsWrap .CaseFlex2 .CaseContent .CaseText {
display: grid;
    width: auto;
    color: #fff;
    padding: 8px 8px 0;
    margin: 0 8px;
}

#Contents .ContentsWrap .CaseFlex2 .CaseContent .CaseText p {
    height:105px;
}

#Contents .ContentsWrap .CaseFlex2 .CaseContent .CaseText .left{
    float: left;
    background-color: #f3f3f3;
    width: 50%;
    padding: 15px;
    margin: 10px 0 1em;
    text-align: center;
    border-right: #ccc 1px solid;
    height: 80%;
}
#Contents .ContentsWrap .CaseFlex2 .CaseContent .CaseText .right{
    float: right;
    background-color: #f3f3f3;
    width: 50%;
    padding: 15px;
    margin: 10px 0 1em;
    text-align: center;
}
#Contents .ContentsWrap .CaseFlex2 .CaseContent .CaseText .wrap {
    background: #f3f3f3;
    clear: both;
    margin: 8px 0 16px;
    color: #000;
}
#Contents .ContentsWrap .CaseFlex .CaseContent .CaseText ul li{
    list-style-type: disc;
    margin-left: 1em;
}
#Contents .ContentsWrap .CaseFlex .CaseContent .CaseText .Label {
    display: inline-block;
    border: solid 1px #fff;
    color: #fff;
    padding: 2px 5px 0px 5px;
    font-size: 72.5%;
    margin-bottom: 10px;
    line-height: 150%;
}

#Contents .ContentsWrap .CaseFlex .CaseContent .CaseText h2 {
    position: static;
    text-align: left;
    font-size: 112.5%;
    color: #fff;
    padding-bottom: 10px;
}
#Contents .ContentsWrap .CaseFlex .CaseContent .CaseText h2:after {
    position: static;
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    background: url(/image/jp/r1/icon/icon_link_right_l_white_hd.gif) no-repeat right 4px bottom 1px;
    background-size: cover;
}

#Contents .ContentsWrap .CaseFlex a {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
}
@media screen and (min-width: 768px) {
    #Contents .ContentsWrap .CaseFlex a:hover .ImageBox,
    #Contents .ContentsWrap .CaseFlex2 a:hover .ImageBox {
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
        -webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
        transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
    }
}

@media screen and (max-width: 1000px) {
    #Contents .ContentsWrap .CaseFlex .CaseContent .CaseText {
        padding: 22px 14px;
    }
    #Contents .ContentsWrap .CaseFlex .CaseContent .CaseText h2 {
        font-size: 106.25%;
    }
    #Contents .ContentsWrap .CaseFlex .CaseContent .CaseText p {
        font-size: 87.5%;
    }
}
@media screen and (max-width: 768px) {
    #Contents .ContentsWrap {
        padding: 30px 0 100px;
    }
    #Contents .ContentsWrap .CaseFlex {
        display: block;
    }
    #Contents .ContentsWrap .CaseFlex .CaseContent {
        width: 100%;
        margin: 0 0 30px 0;
    }
    #Contents .ContentsWrap .CaseFlex .CaseContent:last-child {
        margin-bottom: 0;
    }
    #Contents .ContentsWrap .CaseFlex .CaseContent .ImageBlock .ImageBox {
        height: 220px;
    }
    #Contents .ContentsWrap .CaseFlex .CaseContent .CaseText {
        padding: 16px 14px;
    }
    #Contents .ContentsWrap .CaseFlex .CaseContent .CaseText h2 {
        padding-bottom: 6px;
    }
    #Contents .ContentsWrap ul.CaseFlex2 li.CaseContent a:after{
	content:"";
	display:inline-block;
	background:url('/products/infrastructure/connective-industries/image/hmax-industry/mes_arrow_.png') no-repeat center;
	width:24px;
	height:24px;
	position:absolute;
	bottom:10px;
	right:10px;
    }
}

#Contents .CaseList {
    width: 100%;
    background: #ebebe8;
    padding: 50px 0 140px;
}
#Contents .CaseList .CaseListFlex {
    width: 1200px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 auto;
}
#Contents .CaseList .CaseListFlex .CaseListContent {
    width: 580px;
    height: 200px;
    margin-bottom: 40px;
}
#Contents .CaseList .CaseListFlex .CaseListContent a {
    background: #fff;
    display: flex;
    width: 100%;
    height: 100%;
    text-decoration: none;
}
#Contents .CaseList .CaseListFlex .CaseListContent a .ImageBlock {
    overflow: hidden;
    width: 230px;
    height: 200px;
}
#Contents .CaseList .CaseListFlex .CaseListContent a .ImageBlock .ImageBox {
    width: 100%;
    height: 100%;
    background: #aaa;
    background-size: cover !important;
    -webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
    transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
}
@media screen and (min-width: 768px) {
    #Contents .CaseList .CaseListFlex .CaseListContent a:hover .ImageBox {
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
        -webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
        transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
    }
}
#Contents .CaseList .CaseListFlex .CaseListContent a .CaseListContentText {
    width: 350px;
    padding: 20px 30px;
}
#Contents .CaseList .CaseListFlex .CaseListContent a .CaseListContentText h2 {
    text-align: left;
    font-size: 112.5%;
    color: #b1000e;
    padding-bottom: 0;
    margin-bottom: 8px;
}
#Contents .CaseList .CaseListFlex .CaseListContent a .CaseListContentText h2:after {
    position: static;
    content: "";
    display: inline-block;
    width: 20px;
    height: 24px;
    vertical-align: middle;
    background: url(/image/jp/r1/icon/icon_link_right_hd.gif) no-repeat right 4px bottom;
    background-size: cover;
}
#Contents .CaseList .CaseListFlex .CaseListContent a .CaseListContentText p {
    font-size: 87.5%;
    color: #4d4d4d;
}
@media screen and (max-width: 1275px) {
    #Contents .CaseList .CaseListFlex {
        width: 100%;
    }
    #Contents .CaseList .CaseListFlex .CaseListContent {
        width: 48%;
    }
    #Contents .CaseList .CaseListFlex .CaseListContent a .CaseListContentText {
        padding: 14px 10px;
    }
    #Contents .CaseList .CaseListFlex .CaseListContent a .CaseListContentText p {
        font-size: 81.25%;
    }
    
#Contents .ContentsWrap .TopicsWrap .TopicsFlex {
    max-width: 1125px;
    display: flex;
    justify-content: flex-start;
    margin: 0 1em;
}
    
}
@media screen and (max-width: 900px) {
    #Contents br.l {
        display: none;
    }
    #Contents br.m {
        display: block;
    }
    #Contents .CaseList .CaseListFlex .CaseListContent a .CaseListContentText {
        padding: 10px;
    }
    #Contents .CaseList .CaseListFlex .CaseListContent a .CaseListContentText h2 {
        margin-bottom: 0;
    }

    #Contents .ContentsWrap .TopicsWrap .TopicsFlex .TopicsContent {
    width: auto;
    min-width: 665px;
    }
}
@media screen and (max-width: 768px) {
    #Contents br.m {
        display: none;
    }
    #Contents .CaseList {
        padding: 40px 0 70px;
    }
    #Contents .CaseList .CaseListFlex .CaseListContent {
        width: 100%;
        height: 176px;
        margin-bottom: 20px;
    }
    #Contents .CaseList .CaseListFlex .CaseListContent a .ImageBlock {
        width: 40%;
        height: 100%;
        overflow: hidden;
    }
    #Contents .CaseList .CaseListFlex .CaseListContent a .ImageBlock .ImageBox {
        width: 100%;
        height: 100%;
    }
    #Contents .CaseList .CaseListFlex .CaseListContent a .CaseListContentText {
        width: 60%;
        padding: 14px 10px 0 10px;
    }
    #Contents .CaseList .CaseListFlex .CaseListContent a .CaseListContentText h2 {
        font-size: 87.5%;
        margin-bottom: 6px;
    }
    #Contents .CaseList .CaseListFlex .CaseListContent a .CaseListContentText p {
        font-size: 81.25%;
        line-height: 1.4;
    }
    #Contents .ContentsWrap .TopicsWrap .TopicsFlex .TopicsContent {
    width: auto;
    min-width: 525px;
    }
    #Contents .ContentsWrap .CaseFlex2 .CaseContent {
        width: 100%;
        margin-right: 0;
    }
    img.CenterAdjust.BlueBorder {
        width: 100%;
    }
    #Contents h2 {
        padding-top: 15px; 
    }
    .JS .HideRWD {
        display: block;
    }
    .JS .ShowRWD,
    .JS span.ShowRWD{
        display: none;
    }
    #Contents .ContentsWrap .CaseFlex2 .CaseContent .ImageBlock .ImageBox {
        height: 300px;
    }
}
@media screen and (max-width: 500px) {
    #Contents br.ms {
        display: block;
    }
}
@media screen and (max-width: 400px) {
    #Contents br.s {
        display: block; }
    #Contents .ContentsWrap .TopicsWrap .TopicsFlex {
        padding: 0 15px;
    }
    #Contents .ContentsWrap .TopicsWrap .TopicsFlex .TopicsContent {
        width: auto;
        max-width: 100%;
        padding: 0;
        min-width: 100%;
        padding-right: 15px !important;
    }
    #Contents .ContentsWrap .TopicsWrap .TopicsFlex .TopicsContent.sp {
        padding-right: 0 !important;
    }
}
@media screen and (max-width: 375px) {
    #Contents br.ms {
        display: none;
    }
    #Contents .CaseList .CaseListFlex .CaseListContent {
        height: 240px;
    }
    #Contents .CaseList .CaseListFlex .CaseListContent a {
        display: block;
    }
    #Contents .CaseList .CaseListFlex .CaseListContent a .ImageBlock {
        width: 100%;
        height: 50%;
        padding: 0;
    }
    #Contents .CaseList .CaseListFlex .CaseListContent a .ImageBlock .ImageBox {
        width: 100%;
        height: 100%;
    }
    #Contents .CaseList .CaseListFlex .CaseListContent a .CaseListContentText {
        width: 100%;
        padding: 10px 10px 14px 10px;
    }
    #Contents .CaseList .CaseListFlex .CaseListContent a .CaseListContentText h2 {
        margin-bottom: 0;
    }
    #Contents .CaseList .CaseListFlex .CaseListContent a .CaseListContentText p {
        line-height: 1.4;
    }
}

/* HAMX */

#FieldImageWrap {
    position: relative;
    height: 490px;
    overflow: hidden;
    background-image: url(/products/infrastructure/connective-industries/image/hmax-industry/hmax_industry_ttl.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

#Contents .ContentsWrap {
    padding: 0 0 100px;
}

#Contents .ContentInner_bl {
    width: auto;
    background: #000;
    margin: auto;
    padding-bottom: 1em;
}

.TopicsFlex p.ex{
    margin-top: -3em;
}

#Contents .ContentsWrap .TopicsWrap {
    max-width: 1275px;
    padding: 30px 0;
    box-shadow: none;
    margin: 0 auto;
}

#Contents .ContentsWrap .TopicsWrap .TopicsFlex{
    max-width: 1275px;;
    display: flex;
    margin: 0;
}

#Contents .ContentsWrap .TopicsWrap h2 {
    font-size: 180%;
    text-align: left;
    color: #fff;
}

#Contents .ContentsWrap .TopicsWrap .TopicsFlex .TopicsContent p {
    color: #fff;
    margin-bottom: 1em;
}

#Contents .ContentsWrap .TopicsWrap .TopicsFlex .TopicsContent {
    width: auto;
    max-width: 1075px;
    padding-right: 3em;
}

#Contents .ContentsWrap .TopicsWrap .TopicsFlex .TopicsContent_img{
    max-width: 200px;
    width: 200px;
    height: auto;
    min-width: 120px;
    margin-top: 2em;
}

#Contents h2.red{
    font-size: 180%;
    text-align: left;
    color: #c00;
    margin-top: 3em;
}

#Contents .ContentsWrap .TopicsWrap .TopicsFlex .TopicsContent a.BrandingImageHdBtn{
  display: inline-block;
  width: fit-content;
  margin: 15px 0 0;
  align-content: center;
  background-color: #c00;
  background-image: url(/products/infrastructure/connective-industries/image/hmax-industry/arw_link_white.png);
  background-size: 10px auto;
  background-position: right 13px center;
  background-repeat: no-repeat;
  padding: 10px 30px 10px 15px;
  border: none;
  border: 2px solid #C00;
  transition: 0.3s;
  color: #fff;
  text-decoration: none !important;
  font-size: 1rem;
  font-weight: bold;
  height: auto;
}

#Contents .ContentsWrap .TopicsWrap .TopicsFlex .TopicsContent.sp{
    display: none;
}

#Contents .ContentsWrap .CaseFlex2 .CaseContent .CaseText_ttl h2 a.BrandingImageHdBtn {
    display: inline-block;
    width: fit-content;
    align-content: center;
    background-color: #c00;
    background-image: url(/products/infrastructure/connective-industries/image/hmax-industry/arw_link_white.png);
    background-size: 10px auto;
    background-position: right 16px center;
    background-repeat: no-repeat;
    border: 2px solid #C00;
    transition: 0.3s;
    color: #fff;
    text-decoration: none !important;
    font-size: 1rem;
    font-weight: bold;
    padding: 20px 0 20px 45px;
}

 #Contents .ContentsWrap .TopicsWrap .TopicsFlex .TopicsContent a.BrandingImageHdBtn:hover,
 #Contents .ContentsWrap .TopicsWrap .TopicsFlex .TopicsContent a.BrandingImageHdBtn:active,
 #Contents .ContentsWrap .CaseFlex2 .CaseContent .CaseText_ttl h2 a.BrandingImageHdBtn:hover,
 #Contents .ContentsWrap .CaseFlex2 .CaseContent .CaseText_ttl h2 a.BrandingImageHdBtn:active{
  background-color: #fff;
  color: #c00;
  background-image: url(/products/infrastructure/connective-industries/image/hmax-industry/arw_link_red.png);
}

#Contents h3 {
    text-align: left;
}

#Hmax .HmaxWrap .TopicsWrap {
    max-width: 1130px;
    padding: 30px;
    box-shadow: 0 0 20px rgba(25, 73, 157, 0.45);
    margin: 0 auto 80px auto;
}
    
.FieldImageInner {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}


.ContentNaviWrap {
    margin-top: -50px;
    position: relative;
    z-index: 5;
    background: rgba(7, 46, 140, 0.9);
    height: 50px;
}


#Hmax .HmaxWrap {
    padding: 0 0 100px 0;
}

#Hmax .HmaxWrap .FacilityFlex {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
    margin-bottom: 40px;
}


#Hmax .HmaxWrap .FacilityFlex .FacilityContent {
    width: calc( (100% - 70px) / 3 );
    margin-bottom: 40px;
    position: relative;
}

#Hmax .HmaxWrap .FacilityFlex .FacilityContent a {
    position: relative;
    display: inline-block;
    width: 100%;
    text-decoration: none;
    margin-bottom: 15px;
}

#Hmax .HmaxWrap .FacilityFlex .FacilityContent a .ImageBlock {
    overflow: hidden;
}
#Hmax .HmaxWrap .FacilityFlex .FacilityContent a .ImageBlock .ImageBox {
    width: 100%;
    height: 300px;
    -webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
    transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
    background-size: cover !important;
}
#Hmax .HmaxWrap .FacilityFlex .FacilityContent a .TextBlock {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    color: #fff;
    background-color: rgba(7, 46, 140, 0.9);
    padding: 5px 15px;
}

#Hmax .HmaxWrap .FacilityFlex .FacilityContent a .TextBlock h2 {
    position: static;
    text-align: left;
    font-size: 112.5%;
    color: #fff;
    padding: 0px;
    margin: 0;
}
#Hmax .HmaxWrap .FacilityFlex .FacilityContent a .TextBlock h2:after {
    position: static;
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    background: url(/image/jp/r1/icon/icon_link_right_l_white_hd.gif) no-repeat right 4px bottom 1px;
    background-size: cover;
}


#Hmax .HmaxWrap .FacilityWide {
    background-color: #072e8c;
    width: 100%;
    max-width: 1100px;
    margin: auto;
}

#Hmax .HmaxWrap .FacilityWide a {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    text-decoration: none;
    color: #fff;
    padding: 20px 25px;
}

#Hmax .HmaxWrap .FacilityWide a .ImageBlock {
    overflow: hidden;
    margin-right: 15px;
    flex: 0 0 320px;
}

#Hmax .HmaxWrap .FacilityWide a .ImageBlock .ImageBox {
    width: 320px;
    height: 162px;
    -webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
    transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
    background-size: cover !important;
}

#Hmax .HmaxWrap .FacilityWide a .TextBlock h2 {
    position: static;
    text-align: left;
    font-size: 112.5%;
    color: #fff;
    padding: 0;
    margin-bottom: 15px;
}
#Hmax .HmaxWrap .FacilityWide a .TextBlock h2:after {
    position: static;
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    background: url(/image/jp/r1/icon/icon_link_right_l_white_hd.gif) no-repeat right 4px bottom 1px;
    background-size: cover;
}

@media screen and (max-width: 1305px) {
    .FieldImageInner .bgLayer {
        max-width: 100%;
        width: 640px;
    }
    #Contents .ContentsWrap .TopicsWrap .TopicsFlex {
        padding-left: 20px;
    }
}

@media screen and (max-width: 1000px) {
    
    #Hmax .HmaxWrap .FacilityFlex {
        width: 100%;
    }
    #Hmax .HmaxWrap .FacilityFlex .FacilityContent {
        width: calc(50% - 15px);
    }
    #Hmax .HmaxWrap .FacilityFlex .FacilityContent .TextBlock {
        padding: 22px 14px;
    }
    #Hmax .HmaxWrap .FacilityFlex .FacilityContent .TextBlock h2,
    #Hmax .HmaxWrap .FacilityWide a .TextBlock h2 {
        font-size: 106.25%;
    }
}

@media screen and (max-width: 768px) {
    #Hmax .HmaxWrap {
        padding: 30px 0 100px;
    }
    #Hmax .HmaxWrap .FacilityFlex {
        display: block;
    }
    #Hmax .HmaxWrap .FacilityFlex .FacilityContent {
        width: 100%;
        margin: 0 0 40px 0;
    }
    #Hmax .HmaxWrap .FacilityFlex .FacilityContent .ImageBlock .ImageBox {
        height: 260px;
    }
    #Hmax .HmaxWrap .FacilityFlex .FacilityContent .TextBlock {
        padding: 16px 14px;
    }
    #Hmax .HmaxWrap .FacilityFlex .FacilityContent .TextBlock h2,
    #Hmax .HmaxWrap .FacilityWide a .TextBlock h2 {
        padding-bottom: 6px;
    }
    #Contents .ContentsWrap .TopicsWrap .TopicsFlex .TopicsContent a.BrandingImageHdBtn {
        display: none;
    }
    #Contents .ContentsWrap .TopicsWrap .TopicsFlex .TopicsContent.sp {
        display: block;
    }
}

@media screen and (min-width: 768px) {
    #Hmax .HmaxWrap .FacilityFlex a:hover .ImageBox,
    #Hmax .HmaxWrap .FacilityWide a:hover .ImageBox {
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
        -webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
        transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
    }
}

@media screen and (max-width: 767px) {
    #FieldImageWrap {
        height: 330px;
    }
    .FieldImageInner {
        height: auto;
    }
    #Hmax .HmaxWrap .FacilityWide a {
        flex-direction: column;
    }
    
    #Hmax .HmaxWrap .FacilityWide a .ImageBlock {
        margin-right: 0;
        margin-bottom: 25px;
        flex: auto;
    }
}

