
.GridSet {
    width: 100%;
    max-width: 1275px;
    margin: 0 auto;
}
.GridSet .Grid3 + .Grid1 {
    margin-left: 25px;
}
.GridSet .Grid4 + .Grid1 {
    display: none;
}
.show {
    display: block;
}
.hide {
    display: none;
}
#TopicPath {
    padding-bottom: 15px;
}
.PageTitleStyle1,
.PageTitleStyle2,
.Section {
    width: 100%;
    max-width: 1275px;
    margin: 0 auto;
    box-sizing: border-box;
}
.PageTitleStyle1,
.PageTitleStyle2 {
    margin: 0 auto 15px;
}
.PageTitleStyle1 h1,
.PageTitleStyle2 h1 {
    margin: 0 auto;
}
.wideSection {
    margin-bottom: 30px;
    max-width: 100%;
    padding: 30px 0;
}




#leaders_td .text_box p {
    text-align: left;
}
.OptionWide #MegaMenu {
    width: 100%;
    max-width: 1275px;
}
.MMBannerLinkStyle img {
    width: 100%;
    max-width: 300px;
}

.Section .Head2Title.chinaTitle {
    background-color: transparent;
    margin-bottom: 0;
}
.GridSet .Grid4 .Section.chinaBorder{
    margin: 0 auto;
    width: 70%;
    border: 3px solid #e60026;
    padding: 10px 40px;
}
.GridSet .Grid4 .Section.chinaBorder p.TextStyle1{
    margin-bottom: 60px;
}
.GridSet .Grid4 .Section.chinaBgcRed{
    margin: 0 auto;
    width: 50%;
    background-color: #e60026;
    padding: 10px;
    margin-top: -28px;
    margin-bottom: 60px;
    border: 3px solid #e60026;

}
.GridSet .Grid4 .Section.chinaBgcRed p.ButtonStyle1{
    text-align: center;
    margin: 0 auto;
    font-size: 120%;
    font-weight: 500;
    color: #fff;
}
.GridSet .Grid4 .Section.chinaBgcRed p.ButtonStyle1 a{
    display: inline;
    margin: 0 auto;
    color: #fff;
    text-align: center;
    line-height: 120%;
}
.GridSet .Grid4 .Section.chinaBgcRed:hover  {
    background-color: #b1000e;
}
.GridSet .Grid4 .Section.chinaBgcRed:hover .ButtonStyle1 a  {
    background-color: #b1000e;
}

.chinaQr {
    border-top: 1px solid #dddddd;
    margin-top: 20px;
}

.chinaRecruit #leaders_mg .member_box {
    background-color: transparent;
    margin: 0 auto 60px;
    padding: 0;
    width: auto;
    max-width: 965px;
}

.FlexBox {
    display: flex;
    justify-content:space-between;
    box-sizing: border-box;
    margin-bottom: 40px;
}
.FlexBox .item {
    font-size: 83%;
    margin: 0 15px 30px;
}
.FlexBox.half .item {
    width: 50%;
}

.FlexBox.half .item img {
    width: 100%;
}
.ColumnSet.CenterAdjust {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
}
.Grid4 .Column2 {
    width: calc(50% - 25px);
}
.ColumnSet .Column1-3 {
    width: calc(33.3% - 25px);
    padding-left: 25px;
}
.ColumnSet .Column1-3:first-child {
    padding: 0;
}
.ColumnSet .Column1-3 p.ImgOnlyStyle {
    text-align: center;
}
.Section.imgList .ColumnSet p.ImgOnlyStyle img {
    max-height: 200px;
}

@media screen and (max-width: 1304px) and (min-width: 995px){
    .OptionWideRWD .FMGrid1 .FMTopColumnMenu1 {
        width: 100%;
    }
    .FMGrid3 .FMColumnMenuArea .FMGrid1 {
        width: 33.333%;
    }
    .OptionWideRWD .Grid4 .Column2 {
        width: calc(50% - 25px);
    }
}

@media screen and (max-width: 994px) {
    .OptionWideRWD .FMGrid1 .FMTopColumnMenu1 {
        width: 100%;
    }
    .FMGrid3 .FMColumnMenuArea .FMGrid1 {
        width: 33.333%;
    }
    .Section.imgList .ColumnSet p.ImgOnlyStyle img {
        max-height: 150px;
    }
}
@media screen and (max-width: 994px) {

.GridSet .Grid4 .Section.chinaBgcRed{
    width: 60%;
}}

@media screen and (max-width: 767px) {
    .ColumnSet.CenterAdjust {
        display: block;
        margin: 0;
    }
    .Grid4 .Column1-3 {
        width: 100%;
        padding-left: 0;
        float: none;
    }
    .Section.imgList .ColumnSet p.ImgOnlyStyle img {
        max-height: none;
    }
}

@media screen and (max-width: 579px) {
    .GridSet .Grid4 .Section.chinaBgcRed{
        width: 70%;
        padding: 10px 40px;
    }

    .FlexBox {
        display: block;
    }
    .FlexBox.half .item,
    .FlexBox .item {
        width: 100%;
        display: block;
        margin: 0 0 30px;
    }
    .FlexBox .item img {
        width: 100%;
    }
}

#Title {
    position: relative;
    background: url(/hcrd/sc/ai-analytics/image/TopBanner_WithBlueBar.jpg) center center no-repeat;
  -webkit-background-size: 100% auto;
    background-size: 100% auto;
    background-position:50% 50%;
  
    max-height: 500px;
    margin-bottom: 30px;
  }
  #Title:before {
      content:"";
      display: block;
      padding-top:20%;	/*画像の縦横比を指定*/
  }
  
  #Title div.title {
    position: absolute;
    width: 620px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    left: 100%;
    margin-left: -645px;
    font-size: 300%;
    font-weight: bold;
    color: white;
  }
  
  @media screen and (max-width: 1304px) {
    #Title div.title {
    width: 88%;
    left: 0;
    margin-left: 6%;
    font-size: 205%;
      }
  }
  @media screen and (max-width: 965px) {
    #Title div.title {
    width: 88%;
    margin-left: 6%;
    font-size: 140%;
    }
  }
  @media screen and (max-width: 579px) {
    #Title div.title {
      font-size: 100%;
    }
  }
  .RdStorycontent {
      padding-top: 30px;
  }



  #Title1 {
    position: relative;
    background: url(/hcrd/sc/aiblog/image/title.png) center center no-repeat;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    background-position:50% 50%;
    max-height: 330px;
    margin-bottom: 30px;
}
#Title1:before {
    content:"";
    display: block;
    padding-top:14%;	
    /* 画像の縦横比を指定 */
}

#Title1 .inner1 {
    position: absolute;
    width: 54%;
    height: 70%;
    left: 0;
    bottom: 15%;
    text-align:left;
    background-color:rgba(181,160,46,0.9);
}
#Title1 div.title1 {
    position: absolute;
    width: 620px;
    top: 10%;
    left: 100%;
    margin-left: -645px;
    font-size: 250%;
    font-weight: bold;
    color: white;
}
#Title1 div.text1 {
    position: absolute;
    width: 580px;
    left: 100%;
    top: 48%;
    margin-left: -640px;
    font-size: 105%;
    color: white;
    line-height: 1.3;
}
@media screen and (max-width: 1304px) {
    #Title1 div.title1 {
        width: 88%;
        top: 30%;
        left: 0;
        margin-left: 6%;
        font-size: 109%;
    }
    #Title1 div.text1 {
        width: 88%;
        left: 0;
        top: 45%;
        margin-left: 7%;
        font-size: 96%;
        line-height: 1.4;
    }
}
@media screen and (max-width: 965px) {
    #Title1 div.title1 {
        width: 88%;
        top: 7%;
        left: 0;
        margin-left: 6%;
        font-size: 140%;
    }
    #Title1 div.text1 {
        width: 88%;
        left: 0;
        top: 38%;
        margin-left: 7%;
        font-size: 83%;
        line-height: 1.2;
    }
}
@media screen and (max-width: 767px) {
    #Title1 .inner1 {
        height: 40%;
        bottom: 30%;
    }
    #Title1 div.title1 {
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        font-size: 140%;
    }
}
@media screen and (max-width: 579px) {
    #Title1 div.title1 {
        font-size: 75%;
    }
}



#Title2 {
    position: relative;
    background: url(/hcrd/sc/ai-analytics/elder-care_en/image/ArticleBanner_Ma-San-blue.jpg) center center no-repeat;
  -webkit-background-size: 100% auto;
    background-size: 100% auto;
    background-position:50% 50%;
  
    max-height: 500px;
    margin-bottom: 30px;
  }
  #Title2:before {
      content:"";
      display: block;
      padding-top:20%;	/*画像の縦横比を指定*/
  }
  
  #Title2 div.title2 {
    position: absolute;
    width: 620px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    left: 100%;
    margin-left: -645px;
    font-size: 300%;
    font-weight: bold;
    color: white;
  }
  
  @media screen and (max-width: 1304px) {
    #Title2 div.title2 {
    width: 88%;
    left: 0;
    margin-left: 6%;
    font-size: 205%;
      }
  }
  @media screen and (max-width: 965px) {
    #Title2 div.title2 {
    width: 88%;
    margin-left: 6%;
    font-size: 140%;
    }
  }
  @media screen and (max-width: 579px) {
    #Title2 div.title2 {
      font-size: 100%;
    }
  }
  .RdStorycontent {
      padding-top: 30px;
  }


  #Title3 {
    position: relative;
    background: url(/hcrd/sc/ai-analytics/elder-care_cn/image/ArticleBanner_Ma-San.jpg) center center no-repeat;
  -webkit-background-size: 100% auto;
    background-size: 100% auto;
    background-position:50% 50%;
    max-height: 500px;
    margin-bottom: 30px;
  }
  #Title3:before {
      content:"";
      display: block;
      padding-top:20%;	/*画像の縦横比を指定*/
  }
  
  #Title3 div.title3 {
    position: absolute;
    width: 620px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    left: 100%;
    margin-left: -645px;
    font-size: 300%;
    font-weight: bold;
    color: white;
  }
  
  @media screen and (max-width: 1304px) {
    #Title3 div.title3 {
    width: 88%;
    left: 0;
    margin-left: 6%;
    font-size: 205%;
      }
  }
  @media screen and (max-width: 965px) {
    #Title3 div.title3 {
    width: 88%;
    margin-left: 6%;
    font-size: 140%;
    }
  }
  @media screen and (max-width: 579px) {
    #Title3 div.title3 {
      font-size: 100%;
    }
  }
  
  .RdStorycontent {
      padding-top: 30px;
  }



  div.AIBlogNavi ul li.top {
    background-image: url(/image/cn/r1/icon/icon_link_left_hd.gif);
    background-repeat: no-repeat;
    -webkit-background-size: 16px 16px;
    -ms-background-size: 16px 16px;
    background-size: 16px 16px;
    background-position: 0% 50%;
    text-indent: 20px;
}

 .feature_list ul.LinkListStyle6 li {
      padding: 0 0 10px 15px;
  }



 .feature_list ul.LinkListStyle6 li a {
	 color: darkred;
  }
