/* 动画效果 */
@import "animation.css";


/******* Change CS Logo, hide old logo *******/

.PageTitleStyle1 p.LogoStyle {
    display: none;
}



.JS .GridSet{
    margin: 0;
}
.JS .Grid3{
    padding-left: 0;
}

.MMGlobalNaviStyle.MMSetMenu a{
    padding: 12px 15px;
}
.MMGlobalNaviStyle.Current.MMSetMenu a.Strong strong{
    padding: 12px 15px;
}
.MMGlobalNaviStyle.Current.MMSetMenu a em{
    padding: 12px 15px;
}

#MegaMenu .MMSetArea{
    z-index:100;
}

.MMSet{
    /* display: block !important; */
    height: 400px;
}
.MMGlobalNaviStyle a * {
    line-height: 35px;
}
#MegaMenu .flexSet {
    margin-bottom: 20px;
}
#MegaMenu .flexSet li {
    margin-bottom: 20px;
}
#MegaMenu .flexSet li a {
    position: relative;
    padding: 0 0 15px;
    transition: all 300ms;
}

#MegaMenu .flexSet li a,
#MegaMenu .flexSet li a:hover
{
    text-decoration: none;
}
#MegaMenu .flexSet li a::after {
    content: "";
    bottom: 0;
    display: block;
    width: 0;
    height: 2px;
    background: #E60027;
    transition: all 300ms;
}

#MegaMenu .flexSet li a img {
    width: 100%;
    transition: all 600ms;
}
#MegaMenu .flexSet li a:hover::after {
    width: 100%;
}
#MegaMenu .flexSet li a:hover img {
    opacity: .6;
}
#MegaMenu .flexSet li a span {
    color: #FFF;
    display: inline-block;
    text-decoration: none;
    font-size: 90%;
    line-height: 1.5;
    margin: 10px 0;
}


.MMColumnArea{
    height: 80px;
    padding-left: 20px !important;
}





.swiper-pagination-bullet {
    background: #999;
    opacity: 1;
}
.swiper-pagination-bullet-active {
    background: rgba(230, 0, 39, 1);
}

/* #Contents {
    padding-bottom: 0;
} */
#Contents * {
    box-sizing: border-box;
}
.GridSet {
    display: flex;
    justify-content: center;
    width: 100%;
    margin: 0 auto;
}

.GridSet .Grid3 + .Grid1 {
    margin-left: 25px;
}
.GridSet .Grid4 + .Grid1 {
    display: none;
}
.show {
    display: block;
}
.hide {
    display: none;
}
.Grid4 h2 {
    background: none;
    font-size: 150%;
    text-align: center;
    font-weight: bold;
}
.Grid4 h2 span {
    background: none;
    border-bottom: 1px solid #ddd;
}
.Grid4 h3 {
    width: 100%;
    margin-bottom: 15px;
}
.Grid4 h3 span {
    display: block;
    line-height: 2;
    padding: 10px auto;
    border-bottom: 1px solid #ddd;
}

#TopicPath {
    padding-bottom: 15px;
    min-width: unset;
}

#TopicPath ul {
    width: 100%;
    max-width: 1275px;
}
#TopicPath ul li strong{
    word-wrap: break-word;
    word-break: normal;
}


.Section p.TextStyle1 a{
    word-wrap: break-word;
}
.PageTitleStyle1,
.Section {
    width: 100%;
    max-width: 1275px;
    margin: 0 auto;
    box-sizing: border-box;
}
.PageTitleStyle1 {
    margin: 0 auto 15px;
}
.PageTitleStyle1 h1 {
    margin: 0 auto;
}
.PageTitleStyle1.logo {
    margin: 0 auto;
}
    /* .PageTitleStyle1.logo h1 {
        background: url("/image/astemo/careers/logo_astemo.gif") right top no-repeat;
        background-size: 142px 42px;
    } */
        .PageTitleStyle1.logo h1 a {
            display: block;
            padding-bottom: 15px;
        }

.wideSection {
    margin-bottom: 0px;
    max-width: 100%;
    padding: 30px 0;
}
.grey {
    background-color: #EDEDED;
}
.Section.lastSection {
    padding: 0;
}

.w40p {
    width: 40%;
}

/* flexSet */
.flexSet {
    display: flex;
    flex-direction: row;
    justify-content: start;
    flex-wrap: wrap;
    margin-bottom: 60px;
}

.flexSet.Nowrap {
    flex-wrap: nowrap;
}
.flexSet > * {
    box-sizing: border-box;
    
}
.flexSet.Col2 > * { width: 50%;}
.flexSet.Col3 > * { width: 33.33%;}
.flexSet.Col4 > * { width: 25%;}
.flexSet.Col2.Gap > * { 
    width: calc((100% - 30px)/2);
    margin-left: 30px;
}
.flexSet.Col3.Gap > * { 
    width: calc((100% - 60px)/3);
    margin-left: 30px;
}
.flexSet.Col4.Gap > * { 
    width: calc((100% - 90px)/4);
    margin-left: 30px;
}
.flexSet.Col2.Gap > *:nth-child(2n+1),
.flexSet.Col3.Gap > *:nth-child(3n+1),
.flexSet.Col4.Gap > *:nth-child(4n+1) {
    margin-left: 0px;
}
.flexSet.Reverse {
    flex-direction: row-reverse;
}

.flexSet.Col2.Gap.Reverse > *:nth-child(2n+2),
.flexSet.Col3.Gap.Reverse > *:nth-child(3n+2),
.flexSet.Col4.Gap.Reverse > *:nth-child(4n+2) {
    margin-left: 0px;
}

.flexSet.Column,
.flexSet > .Column {
    display: flex;
    flex-direction: column;
}
.flexSet.MidAdjust,
.flexSet > .MidAdjust {
    display: flex;
    justify-content: center;
    align-items: center;
}


ul.iconList {
    display: block;
    margin: 0 0 10px;
}
ul.iconList.dark {
    background-color: none;
}
ul.iconList > li {
    display: block;
    font-size: 83%;
}
ul.iconList > li::before {
    display: inline-block;
    content: "";
    width: 12px;
    height: 12px;
    margin-right: 5px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}
ul.iconList > li.date::before {
    background-image: url("/image/astemo/icon/icon_calendar_light.svg");
}
ul.iconList.dark > li.date::before {
    background-image: url("/image/astemo/icon/icon_calendar_dark.svg");
}
ul.iconList > li.location::before {
    background-image: url("/image/astemo/icon/icon_location_light.svg");
}
ul.iconList.dark > li.location::before {
    background-image: url("/image/astemo/icon/icon_location_dark.svg");
}


ul.ListStyle5 {
    margin-bottom: 30px;
    font-size: 83%;
}
ul.ListStyle5 li {
    list-style-type: disc;
    margin-left: 45px;
}


@media screen and (max-width: 765px) 
{
    .flexSet.Col2.Gap > * {
        flex-direction: row;
        width: 100%;
        margin: 0 0 20px;
    }
    .flexSet.Col2.Gap > *:last-child {
        margin: 0;
    }
    .flexSet.Col3.Gap {
        flex-direction: row;
    }
    .flexSet.Col3.Gap > * {
        width: 100%;
        margin: 0;
        margin-bottom: 20px;
    }
    /* .flexSet.Col3.Gap > * {
        width: 49%;
        margin: 0 2% 20px 0;
    } */
    /* .flexSet.Col3.Gap > *:last-child {
        margin: 0;
    } */
    .flexSet.Col4.Gap > * {
        width: 50%;
        margin: 0;
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 480px) 
{
    .flexSet.Col3.Gap {
        flex-direction: column;
    }
    .flexSet.Col3.Gap > * {
        width: 100%;
        margin: 0 0 20px 0;
    }
}

div.hide {
    display: none;
}


/* footer */
.FMColumnMenuArea {
    overflow: hidden;
}




#BrandingArea {
    margin-bottom: 30px;
    max-width: 100%;
    height: 450px;
}
#BrandingArea .ImgSet {
    position: relative;
    height: 100%;
    overflow: hidden;
}
#BrandingArea .ImgSet p.ImgOnlyStyle img {
    position: relative;
    height: 100%;
    left: 50%;
    margin-left: calc(-1920px / 2);
}
#BrandingArea .ImgSet .TextSet {
    position: absolute;
    width: 100%;
    max-width: 1275px;
    height: 100%;
    margin-left: calc(-1275px / 2);
    top: 0;
    left: 50%;
    padding: 50px 25px;
}
#BrandingArea .ImgSet .TextSet.light {
    color: #FFF;
}
#BrandingArea .ImgSet .TextSet.shadow {
    text-shadow: 0 2px 25px rgba(0,0,0,.8), 0 1px 5px rgba(0,0,0,1);
}
#BrandingArea .TextSet h2 {
    font-size: 1.8em;
    font-weight: 900;
    text-align: left;
}
#BrandingArea .TextSet p.TextStyle1 {
    position:absolute;
    font-size: 1.3em;
    letter-spacing: 2px;
    top: 50%;
    margin: 0 20px;
}
#BrandingArea .TextSet p.TextStyle1.lightColor {
    color: #FFF;
    text-shadow: 0 0 20px rgba(0,0,0,1);
    font-weight: 900;
}

#productsBlock a h3::before {
    content: "";
    display: inline-block;
    width: 90px;
    height: 90px;
    flex-shrink: 0;
    margin-right: 30px;
    background-color: rgba(230, 0, 39, 1);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 70%;
    transition: all 300ms;
    opacity: 1;
}
#productsBlock .ps a h3::before {
    background-image: url(/image/astemo/icon/icon_ps.svg);
}
#productsBlock .chassis a h3::before {
    background-image: url(/image/astemo/icon/icon_chassis.svg);
}
#productsBlock .adas a h3::before {
    background-image: url(/image/astemo/icon/icon_adas.svg);
}
#productsBlock .motor a h3::before {
    background-image: url(/image/astemo/icon/icon_motor.svg);
}
#productsBlock .after a h3::before {
    background-image: url(/image/astemo/icon/icon_after.svg);
}
#productsBlock .rd a h3::before {
    background-image: url(/image/astemo/icon/icon_rd.svg);
}
#productsBlock .connect a h3::before {
    background-image: url(/image/astemo/icon/icon_connect.svg);
}
#productsBlock .brandList {
    margin-top: 40px;
    margin-bottom: 0;
}
#productsBlock .brandList a {
    border: 1px solid #FFF;
}
#productsBlock .brandList a span {
    margin: 0 50px 10px 0;
}
#productsBlock .brandList a:hover {
    border: 1px solid #eee;
    background-color: #fefefe;
}

/* brandList */
#brandList{
    padding: 60px 0;
}

#brandList .brandList {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-around;
    width: 80%;
    margin: 30px auto 0;
}

.brandList span {
    display: inline-block;
    height: 50px;
    min-width: 150px;
    margin: 0 0 20px;
    text-align: center;
    background-position: top center;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto 100%;
    border-left: 1px solid #666;
    box-sizing: border-box;
}

#brandList .brandList span:nth-child(-n + 4){
    width: 25%;
}

#brandList .brandList span:nth-child(n + 5){
    width: 33.33%;
}

#brandList .brandList span:nth-child(4),
#brandList .brandList span:last-child{
    border-right: 1px solid #666;
}


.brandList span.astemo {  background-image: url(/image/astemo/brand_logo/astemo.png); }
.brandList span.keihin {  background-image: url(/image/astemo/brand_logo/keihin.png); }
.brandList span.showa {  background-image: url(/image/astemo/brand_logo/showa.png); }
.brandList span.nissin {  background-image: url(/image/astemo/brand_logo/nissin.png); }
.brandList span.tokico {  background-image: url(/image/astemo/brand_logo/tokico.png); }
.brandList span.huco {  background-image: url(/image/astemo/brand_logo/huco.png); }
.brandList span.kitplus {  background-image: url(/image/astemo/brand_logo/kitplus.png); }


/* img block */
.imgBlock {
    display: inline-block;
    width: auto;
}
.imgBlock a {
    display: block;
    text-decoration: none;
    transition: all 300ms;
}
.imgBlock a > span,
.imgBlock > span {
    display: block;
    text-align: center;
    background-color: #B10005;
    padding: 3px 0 5px;
    color: #FFF;
    font-size: 90%;
}
.imgBlock p {
    position: relative;
}
.imgBlock p > span {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    color: #FFF;
    font-weight: 900;
    font-size: 150%;
    text-shadow: 0 0 25px rgba(0, 0, 0, .5), 0 2px 5px rgba(0, 0, 0, .9);
}
.imgBlock p img {
    width: 100%;
}
.imgBlock a:hover {
    box-shadow: 0 5px 30px rgba(0, 0, 0, .3);
    opacity: .8;
}
.imgBlock.border {
    border: 1px solid #eee;
}

.imgSetStyle {
    display: flex;
    margin-bottom: 15px;
    padding-right: 15px;
}
.imgSetStyle .Img {
    margin-right: 15px;
    width: 25%;
    min-width: 25%;
}
.imgSetStyle .Img img {
    width: 100%;
}

.newsLoader {
    margin-bottom: 30px;
}
dl.DateListStyle2 {
    width: 80%;
    margin: 0 auto 15px;
}
dl.DateListStyle2 dd {
    padding-left: 30px;
}
dl.DateListStyle2 dt {
    min-width: 200px;
}
dl.DateListStyle2 dt,
dl.DateListStyle2 dd {
    margin-bottom: 5px;
}
.DateListStyle2 dd, .DateListStyle4 dd {
    margin: 0 0 0 200px;
}



/********************************************************
QR Code
********************************************************/

ul#qrCode {
    display: flex;
    position: relative;
    z-index: 3;
    justify-content: center;
    text-align: center;
    gap: 10px;
    margin: 60px 0;

}
ul#qrCode li div {
    margin: 0;
    padding: 10px;
    color: #FFF;
    text-align: left;
    font-size: 12px;
    width: 150px;
    padding-left: 50px;
    border-radius: 5px;
    background: url(/image/astemo/icon/icon_qrcode_light.png) 10px center no-repeat;
    background-size: auto 60%;
    box-sizing: border-box;
    cursor: pointer;
}
ul#qrCode li.green div {
    background-color: #3f9227;
}
ul#qrCode li.deepgreen div {
    background-color: #286a16;
}
ul#qrCode li.yellow div {
    background-color: #f39d17;
}

ul#qrCode li.blue div {
    background-color: #05adec;
}

ul#qrCode li.deepblue div {
    background-color: #4a7fa7;
}
ul#qrCode li .tooltip strong {
    display: block;
    color: #FFF;
    font-size: 120%;
    text-decoration: none;
}


ul#qrCode .tooltip {
    position: relative;
    display: inline-block;
    line-height: 1.2;
}
    
ul#qrCode .tooltip .tooltiptext {
    visibility: hidden;
    width: 150px;
    min-height: 150px;
    background-color: #fff;
    color: #333;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0 10px;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -75px;
    opacity: 0;
    transition: opacity 0.3s;
    box-shadow: 0 0 10px #333;
}
ul#qrCode span.tooltiptext img {
    width: 100%;
}

ul#qrCode .tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #fff transparent transparent transparent;
}
ul#qrCode .tooltip:hover {
    opacity: 1;
}
ul#qrCode .tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
    text-align: center;
}
ul#qrCode .tooltip:hover .tooltiptext img {
    display: block;
    margin: 5px auto;
    width: 130px;
}



/*********************************** products ************************************/
#BrandingArea .ImgSet {
    background-color: #efefef;
    height: auto;
}
#BrandingArea .ImgSet p.ImgOnlyStyle {
    margin-bottom: 0;
    padding: 0;
}
#BrandingArea .ImgSet p.ImgOnlyStyle img {
    margin-bottom: 0;
}
#productsBlock .pdListPage {
    margin-top: -180px;
}
#productsBlock .pdListPage * { 
    transition: all 600ms;
}
#productsBlock .pdListPage > div {
    position: relative;
    width: auto;
    background: rgba(255, 255, 255, .9);
    box-shadow: 0 10px 80px rgba(0,0,0,.2);
    padding: 30px 30px 30px 360px;
    margin-bottom: 30px;
    margin-left: 90px;
}
#productsBlock .pdListPage > div > a {
    display: inline-block;
    position: absolute;
    width: 400px;
    left: -90px;
    text-decoration: none;
    background-color: hsla(353, 76%, 55%, 0.9);
}
#productsBlock .pdListPage > div > a > h3 {
    display: flex;
    align-items: center;
    color: #FFF;
    padding: 0 15px 0 0;
    margin: 0;
}

#productsBlock .pdListPage > div > p.TextStyle1 {
    padding: 30px 30px 30px 0;
}
#productsBlock .pdListPage > div:hover {
    box-shadow: 0 0 1px rgba(0,0,0,.5);
}
#productsBlock .pdListPage > div:hover > a {
    margin-top: -5px;
    box-shadow: 0 5px 20px rgba(255, 2, 2, 0.5), 0 10px 80px rgba(0,0,0,.3);
}
#productsBlock .pdListPage > div > ul.LinkListStyle1.split {
    display: flex;
    flex-wrap: wrap;
}
#productsBlock .pdListPage > div > ul.LinkListStyle1.split li {
    width: 50%;
}

#productsBlock .pdListPage .rd {
    border: 1px solid rgb(81, 143, 178, .5);
}
#productsBlock .pdListPage .rd > a {
    background-color: rgba(81, 143, 179, .9);
}
#productsBlock .pdListPage .rd:hover > a {
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.3);
}
#productsBlock .pdListPage .rd a h3::before {
    background-color: rgba(81, 143, 179, 1);
}
#productsBlock .pdListPage .brandList span{
    border: 0;
}
#productsBlock .brandList {
    width: 100%;
    justify-content: flex-start;
}

/************************************* product detail *******************************************/

 #productDetailv1 {
    display: block;
    width: 100%;
    background-color: #FFF;
    padding: 0;
    background-size: 100%;
    background-position: top center;
    background-repeat: no-repeat;
}
#productDetailv1 .titleArea{
    background-repeat: no-repeat;
    background-size: cover;
}
#productDetailv1.ps { background-image: url(/image/astemo/branding/brandimage_products_cata1.jpg);}
#productDetailv1.chassis { background-image: url(/image/astemo/branding/brandimage_products_cata2.jpg);}
#productDetailv1.adas { background-image: url(/image/astemo/branding/brandimage_products_cata3.jpg);}
#productDetailv1.motor { background-image: url(/image/astemo/branding/brandimage_products_cata4.jpg);}
#productDetailv1.rd .titleArea  { background-image: url(/products/rd/img/rd_title_bg.jpg);}
#productDetailv1.manufacturing .titleArea  { background-image: url(/products/rd/img/manufacturing_title_bg.jpg);}
#productDetailv1.general .titleArea  { background-image: url(/products/after/img/general_title_bg.jpg);}

#productDetailv1.connect .titleArea { 
    background-position: center center;
    background-image: url(/image/astemo/branding/brandimage_products_connect.jpg);
    background-size: cover;
}

#productDetailv1.after .flexSet li p,
#productDetailv1.after .flexSet li h3 {
    text-align: center;
}
#productDetailv1.after .flexSet li ul.LinkListStyle2 li {
    text-align: right;
}
#productDetailv1.after .flexSet li ul.LinkListStyle2 li a {
    text-align: right;
}

#productDetailv1 li.Bottom a {
    margin-right: 10px;
}
#productDetailv1 .wideSection.dark {
    background-color: #1B1B1B;
    margin: 0;
    color: #FFF;
    text-align: center;
}
#productDetailv1 .titleArea {
    display: flex;
    justify-content: center;
    align-items:flex-end;
    text-align: center;
    margin: 0 auto;
    padding: 0;
    min-height: 300px;
}
#productDetailv1 .titleArea .block {
    width: 100%;
    max-width: 1275px;
    background: rgba(255,255,255,.7);
    backdrop-filter: blur(10px);
    padding: 30px;
}
#productDetailv1 .titleArea h1 {
    display: block;
    font-size: 180%;
    color: #333;
    margin: 0;
    padding: 0;
}
#productDetailv1 .titleArea h1 strong {
    font-size: 150%;
}
#productDetailv1 .titleArea p {
    line-height: 2;
    color:#333;
}
#productDetailv1 .localNavArea {
    display: flex;
    justify-content: center;
    width: 100%;
    margin: 0 auto;
    padding: 30px;
    background: transparent;
}
#productDetailv1 .localNavArea ul {
    display: flex;
    justify-content: center;
    border: 2px solid #E60027;
    border-radius: 50px;
    max-width: 975px;
    width: 80%;
    background: #FFF;
}

#productDetailv1 .localNavArea.dark {
    background: #1B1B1B;
}

#productDetailv1 .localNavArea.dark ul {
    border: 2px solid #FFF;
}

#productDetailv1 .localNavArea ul li:first-child {
    border-radius: 50px 0 0 50px;
}
#productDetailv1 .localNavArea ul li:last-child {
    border-radius: 0 50px 50px 0;
}
#productDetailv1 .localNavArea ul li {
    display: flex;
    flex: 1;
    justify-content: center;
    align-items: center;
    text-align: center;
    transition: 300ms;
}
#productDetailv1 .localNavArea ul li.active {
    background-color: #E60027;
}
#productDetailv1 .localNavArea ul li:hover a {
    color: #E60027;
}
#productDetailv1 .localNavArea ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    line-height: 1.5;
    text-align: center;
    width: 100%;
    text-decoration: none;
    color: #333;
    padding: 10px 0;
}

#productDetailv1 .localNavArea ul li a br {
    display: none;
}
#productDetailv1 .localNavArea ul li.active a {
    color: #FFF;
}


#productDetailv1 .contentArea {
    background-color:rgba(255, 255, 255, 1);
    width: 100%;
    margin: 0 auto;
    padding: 40px 80px;
}
#productDetailv1 .contentArea.dark {
    background-color: #1B1B1B;
}
#productDetailv1 .contentArea .Section {
    width: 100%;
    max-width: 900px;
    margin-bottom: 30px;
}
#productDetailv1 .contentArea .subTitle {
    display: block;
    text-align: center;
    line-height: 3;
    font-size: 150%;
}
#productDetailv1 .contentArea h2 {
    text-align: left;
    padding: 0;
    margin: 0 0 20px;
    font-size: 120%;
    border-bottom: 1px solid #E0E0E0;
}
#productDetailv1 .contentArea h2 span {
    position: relative;
    display: inline-block;
    line-height: 2;
    padding: 0;
    margin: 0;
    border: none;
}
#productDetailv1 .contentArea h2 span::after {
    content: "";
    display: block;
    position: absolute;
    bottom: -1px;
    width: 100%;
    height: 1px;
    background: #E60027;
}
#productDetailv1 .contentArea.dark h2 span {
    color: #FFF;
}
#productDetailv1 .contentArea.dark h2 span::after {
    background: #555;
}
#productDetailv1 .contentArea.dark h3 {
    color: #eee;
}
#productDetailv1 .contentArea.dark p.TextStyle1,
#productDetailv1 .contentArea.dark p.TextStyle2 {
    color: #ddd;
}
p.ImgOnlyStyle.lightBgc {
    background-color: #FFF;
    padding: 15px;
}
p.ImgOnlyStyle.lightBgc img {
    width: 90%;
}

#productDetailv1 .contentArea h4.whiteText{
    color: #fff;
}

#productDetailv1 .contentArea h3 {
    margin: 0 0 20px;
}
#productDetailv1 .contentArea div.infoBox {
    display: flex;
    margin-bottom: 30px;
}
#productDetailv1 .contentArea div.infoBox span {
    font-size: 83%;
    color: #999;
}
#productDetailv1 .contentArea div.infoBox span + span {
    display: block;
    margin-left: 30px;
}
#productDetailv1 .contentArea div.infoBox p {
    width: 100%;
    font-size: 83%;
    color: #999;
}
.OptionWideRWD  #productDetailv1 .contentArea .Section {
    padding: 0;
}
#productDetailv1 .contentArea .ProductsBox {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-bottom: 30px;
}

#productDetailv1 .contentArea .ProductsBox.row4 ul,
#productDetailv1 .contentArea .ProductsBox ul {
    font-size: 83%;
    width: calc(25% - 10px);
    box-sizing: border-box;
    transition: 100ms;
    background: #FFF;
    border-radius: 15px;
    margin: 0 5px 10px;
}

#productDetailv1 .contentArea .ProductsBox.row2 ul {
    width: calc(50% - 10px);
}
#productDetailv1 .contentArea .ProductsBox.row4 ul.w2row {
    width: calc(50% - 10px);
}
#productDetailv1 .contentArea .ProductsBox.row2 ul.w2row {
    width: calc(50% - 10px);
}
#productDetailv1 .contentArea .ProductsBox ul li {
    margin: 5px 15px 5px 15px;
    text-align: center;
}

#productDetailv1 .contentArea .ProductsBox li img {
    display: block;
    text-align: center;
    margin: 0 auto;
}
#productDetailv1 .contentArea .ProductsBox ul:hover {
    box-shadow: 0 0 50px rgba(0,0,0,.3);
    z-index: 999;
} 
#productDetailv1 .contentArea .Section.part {
    clear: both;
}
#productDetailv1 .contentArea .Section.part.ClearFix {
    margin-bottom: 50px;
}
#productDetailv1 .ListStyle2 {
    display: inline-block
}
#productDetailv1 .contentArea.dark .ListStyle2 li,
#productDetailv1 .contentArea.dark .ImgOnlyStyle {
    color: #eee;
}
#productDetailv1 .contentArea .Section.part.ClearFix .ImgLeftAdjust h4{
    text-align: center;
    color: #FFF;
}

#productDetailv1 small {
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 9px;
    color: #999;
    line-height: 1.2;
    display: inline-block;
}



/******************* Connected Car **********************/

#productDetailv1.connect .description {
    text-align: center;
    padding: 80px;
}
#productDetailv1.connect h2 {
    color: #333;
    font-size: 170%;
    line-height: 1.5;
    border: 0;
}
#productDetailv1.connect .description p {
    text-align: left;
}
#productDetailv1.connect .description p sup {
    font-size: 83%;
    vertical-align: 0.43em;
}
#productDetailv1.connect .description .note {
    text-align: right;
    margin-top: 20px;
    font-size: 83%;
    color: #999;
}
#productDetailv1.connect hr {
    display: block;
    border: 0;
    border-top: 1px solid #ccc;
    height: 0;
    width: 100%;
    margin: 100px auto;
}
#productDetailv1.connect .description .titleBox {
    position: relative;
    padding: 40px 0;
}

#productDetailv1.connect .description .titleBox h3 {
    font-size: 150%;
    font-weight: 100;
    color: #111;
    line-height: 2;
}
#productDetailv1.connect .description .titleBox span {
    position: absolute;
    display: block;
    width: 150px;
    height: 180px;
    margin: 0 50px;
    background: #ccc;
}
#productDetailv1.connect .description .titleBox span.pic01 {
    left: 0;
    top: 0;
    background: url(/image/astemo/products/connect/cc_deco01.png) center center no-repeat;
    background-size: contain;
}
#productDetailv1.connect .description .titleBox span.pic02 {
    right: 0;
    top: 0;
    background: url(/image/astemo/products/connect/cc_deco02.png) center center no-repeat;
    background-size: contain;
}

#productDetailv1.connect .contentArea {
    position: relative;
    padding: 50px 0;
    clear: both;
}
#productDetailv1.connect .contentArea .Section {
    max-width: 965px;
}
#productDetailv1.connect .contentArea .Section.head {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    max-width: none;
    box-sizing: border-box;
    overflow: hidden;
}
#productDetailv1.connect .contentArea .Section.head h1 {
    font-size: 180%;
}
#productDetailv1.connect .contentArea .Section.head strong {
    font-size: 110%;
    font-weight: 900;
    line-height: 1.5;
}
#productDetailv1.connect .contentArea .Section > .img {
    position: relative;
    display: flex;
    justify-content: flex-end;
    width: 55%;
    aspect-ratio: 2.2/1;
}
#productDetailv1.connect .contentArea .Section > .img img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
}
#productDetailv1.connect .contentArea .Section > .word {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 45%;
    padding: 50px;
    margin-top: 100px;
    padding-bottom: 100px;
    background-color: #EDEDED;
    box-sizing: border-box;
}

#productDetailv1.connect .contentArea .Section .catchCopy {
    font-size: 150%;
    text-align: center;
    margin-bottom: 100px;
}

#productDetailv1.connect .imgSet {
    display: flex;
    margin-bottom: 80px;
}
#productDetailv1.connect .imgSet.styleA {
    flex-direction: column;
    text-align: center;
}

#productDetailv1.connect .imgSet.styleB {
    flex-direction: row;
    text-align: left;
    gap: 50px;
}
#productDetailv1.connect .imgSet.styleA > strong {
    display: block;
    text-align: center;
    margin-bottom: 20px;
}
#productDetailv1.connect .imgSet > .img {
    position: relative;
    width: 100%;
}
#productDetailv1.connect .imgSet.styleB > .img {
    flex-shrink: 0;
    width: 380px;
    text-align: right;
}

#productDetailv1.connect .imgSet > .img.sp01 a {
    display: inline-block;
    position: absolute;
    width: 100%;
    height: fit-content;
    margin-top: 25px;
    left: 0;
    cursor: pointer;
}
#productDetailv1.connect .imgSet > .img img {
    width: 100%;
}
#productDetailv1.connect .imgSet .note {
    display: flex;
    justify-content: flex-end;
    text-align: left;
    color: #666;
    gap: 50px;
}
#productDetailv1.connect .imgSet .note.spbt {
    justify-content: space-between;
}

#productDetailv1.connect .imgSet .note > p {
    margin-top: 20px;
    font-size: 73%;
    text-align: right;
}
#productDetailv1.connect .imgSet .note > p.TextStyle2 {
    padding-left: 0;
    width: 60%;
    text-align: left;
    color: #333;
}

#productDetailv1.connect p.TextStyle2.gap {
    margin-bottom: 100px;
}

#productDetailv1.connect .contentArea .Section .word h3 {
    border: 0;
    font-size: 180%;
    color: #111;
    margin-bottom: 40px;
}
#productDetailv1.connect .contentArea .Section .word h4 {
    font-size: 120%;
    color: #333;
}
#productDetailv1.connect .contentArea .Section .desc {
    background-color: #EDEDED;
    width: 100%;
    margin-left: calc((100% - 1065px)/2);
    box-sizing: border-box;
}
#productDetailv1.connect .contentArea .Section .desc p {
    width: 100%;
    max-width: 1275px;
    padding: 50px;
    box-sizing: border-box;
}


#productDetailv1.connect .contentArea .Section h1 {
    font-size: 150%;
    color: #111;
    font-weight: 900;
    margin-bottom: 30px;
}
#productDetailv1.connect .contentArea .Section section {
    margin-bottom: 100px;
}
#productDetailv1.connect .contentArea .Section section.ev p.TextStyle2 {
    margin-left: 100px;
}
#productDetailv1.connect .contentArea .Section h3 {
    position: relative;
    font-size: 120%;
    color: #111;
    font-weight: 900;
    margin-bottom: 30px;
    line-height: 2;
}

#productDetailv1.connect .contentArea .Section h3:has(i) {
    padding-left: 100px;
}
#productDetailv1.connect .contentArea .Section h3 i {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 75px;
    height: 120px;
}
#productDetailv1.connect .contentArea .Section h3 i.icon1 {
    background: url(/image/astemo/products/connect/ccmap_icon01.png) 0 0 no-repeat;
    background-size: contain;
}
#productDetailv1.connect .contentArea .Section h3 i.icon2 {
    background: url(/image/astemo/products/connect/ccmap_icon02.png) 0 0 no-repeat;
    background-size: contain;
}
#productDetailv1.connect .contentArea .Section h3 i.icon3 {
    background: url(/image/astemo/products/connect/ccmap_icon03.png) 0 0 no-repeat;
    background-size: contain;
}

/* ev */
#productDetailv1.connect .contentArea section.ev h3 {
    margin-bottom: 10px;
}
#productDetailv1.connect .contentArea section.ev h3 i.icon1 {
    background: url(/image/astemo/products/connect/ccev_icon01.png) 0 0 no-repeat;
    background-size: contain;
}
#productDetailv1.connect .contentArea section.ev h3 i.icon2 {
    background: url(/image/astemo/products/connect/ccev_icon02.png) 0 0 no-repeat;
    background-size: contain;
}
#productDetailv1.connect .contentArea section.ev h3 i.icon3 {
    background: url(/image/astemo/products/connect/ccev_icon03.png) 0 0 no-repeat;
    background-size: contain;
}
/* ev */


#productDetailv1.connect .button {
    display: flex;
    justify-content: center;
    padding: 20px 0;
}
#productDetailv1.connect .button a {
    background: #ba080e;
    display: inline-block;
    text-align: center;
    color: #FFF;
    font-weight: bold;
    padding: 15px 10px;
    width: 90%;
    margin: 0 auto;
    max-width: 400px;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
    text-decoration: none;
    letter-spacing: 2px;
    transition: opacity 200ms, background 200ms;
    cursor: pointer;
}

#productDetailv1.connect .button a:hover {
    background: #b1000e;
    opacity: 0.7;
    cursor: pointer;
}


#productDetailv1.connect .popup-modal {
    position:fixed;
    width: 100%;
    height: 100vh;
    inset: 0;
    padding: 50px;
    background: rgba(0, 0, 0, .6);
    z-index: 99;
    transition: 200ms;
}

#productDetailv1.connect .popup-modal {
    display: none;
}

#productDetailv1.connect .popup-modal.active {
    display: block;
}
#productDetailv1.connect .popup-modal .content {
    display: block;
    position: relative;
    background: rgba(255,255,255,1);
    width: 100%;
    max-width: 1275px;
    height: 100%;
    margin: 0 auto;
    border-radius: 10px;
    box-shadow: 0 0 50px rgba(0, 0, 0, .3);

}
#productDetailv1.connect .popup-modal .content span.close {
    content: "";
    display: block;
    position: absolute;
    top: -25px;
    right: -25px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #FFF url(/careers/add/image/icon/close.svg) center center no-repeat;
    background-size: 20px;
    max-width: none;
    margin-top: 0;
    cursor: pointer;
    transition: 200ms;
    box-shadow: 0 0 30px rgba(0, 0, 0, .3);
}
#productDetailv1.connect .popup-modal .content span.close:hover {
    top: -22px;
    right: -22px;
    width: 44px;
    height: 44px;
    box-shadow: 0 0 15px rgba(0, 0, 0, .6);
    background-size: 16px;
}

#productDetailv1.connect .popup-modal .content > div {
    display: block;
    width: 100%;
    height: 100%;
    background-color: #FFF;
    overflow-y: scroll;
}


#productDetailv1.connect .popup {
    box-sizing: border-box;
    padding: 20px;
}
#productDetailv1.connect .popup .diagram {
    margin-bottom: 40px;
}
#productDetailv1.connect .popup .diagram h2 {
    font-size: 130%;
    border-bottom: solid 3px #9f1f24;
    text-align: left;
    margin: 0 0 25px;
}
#productDetailv1.connect .popup .diagram h3 {
    text-align: center;
    margin-bottom: 15px;
}
#productDetailv1.connect .popup .diagram p.ImgSetStyle {
    text-align: center;
    margin: 50px auto;
}
#productDetailv1.connect .popup .diagram p.ImgSetStyle strong {
    display: block;
    font-size: 120%;
    margin-bottom: 15px;
}
#productDetailv1.connect .popup .diagram p.ImgSetStyle.CenterAdjust img {
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
}
#productDetailv1.connect .popup .diagram p.ImgSetStyle span.note {
    float: right;
    text-align: right;
    font-size: 12px;
}
#productDetailv1.connect .popup .diagram ul.detailList {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: space-between;
    margin-bottom: 50px;
    font-size: 90%;
}
#productDetailv1.connect .popup .diagram ul.detailList li {
    flex-grow: 1;
    max-width: calc(50% - 10px);
}
#productDetailv1.connect .popup .diagram ul.detailList.bg li {
    background:#efefef;
    padding: 20px 30px;
}

#productDetailv1.connect .popup .diagram ul.detailList li p.title {
    font-size: 130%;
    font-weight: bold;
    color: #193e72;
}
#productDetailv1.connect .popup .diagram .disclaimerblock {
    max-width: 1275px;
    border: 1px solid #999;
    padding: 20px 25px;
    margin-top: 30px;
}
#productDetailv1.connect .popup .diagram .disclaimerblock .title {
    font-size: 130%;
    font-weight: bold;
    color: #000;
}

@media screen and (min-width: 995px) and (max-width: 1304px){
    /* .GridSet{
        padding-left: 15px;
        padding-right: 15px;
        box-sizing: border-box;
    } */
    .OptionWideRWD .Grid4{
        padding: 0;
    }

    .OptionWideRWD .GridSet{
        margin: 0;
    }
    .GridSet .Grid3 + .Grid1 {
        margin-left: 0;
    }
}

@media screen and (max-width: 1065px) 
{
    
    #productDetailv1.connect .contentArea .Section .desc {
        margin: 0;
        width: 100%;
    }
    #productDetailv1.connect .contentArea .Section .desc p {
        padding: 20px;
    }
    #productDetailv1.connect .contentArea > .Section:not(.head) {
        padding-left: 20px;
        padding-right: 20px;
        box-sizing: border-box;
    }
}

@media screen and (max-width: 994px) {
    .JS .Grid4{
        padding: 0;
    }

    .GridSet .Grid3 + .Grid1 {
        margin-left: 0;
    }
}


@media screen and (max-width: 820px) {
    #productDetailv1 .localNavArea ul li a br {
        display: block;
    }
}

@media screen and (max-width: 765px) 
{
    #productDetailv1.connect h2 {
        font-size: 150%;
    }
    #productDetailv1.connect .description p,
    #productDetailv1.connect .contentArea .Section .desc p {
        font-size: 90%;
    }
    #productDetailv1.connect .localNavArea ul {
        min-width: 100%;
    }
    #productDetailv1 .contentArea h2,
    #productDetailv1.connect .contentArea .Section .catchCopy {
        font-size: 120%;
    }
    #productDetailv1.connect .contentArea .Section h3 {
        line-height: 1.5;
    }
    #productDetailv1.connect .contentArea .Section.head {
        flex-direction: column;
    }
    #productDetailv1.connect .contentArea .Section > .word {
        margin-top: 0;
        width: 100%;
        padding: 15px;
    }
    #productDetailv1.connect .contentArea .Section > .img {
        width: 100%;
    }

    #productDetailv1.connect .imgSet.styleA,
    #productDetailv1.connect .imgSet.styleB {
        flex-direction: column;
    }
    #productDetailv1.connect .imgSet.styleB > .img {
        width: 100%;
    }
}
@media screen and (max-width: 480px) {
    #productDetailv1.connect .localNavArea ul {
        flex-wrap: wrap;
        border: 0;
        border-radius: 0;
        background-color: #eee;
    }
    #productDetailv1.connect .localNavArea ul li {
        width: calc(50%);
        flex:auto;
        height: 50px;
        font-size: 14px;
        border-radius: 0;
    }
    #productDetailv1.connect .localNavArea ul li a br {
        display: none;
    }
    
    #productDetailv1.connect .popup-modal {
        padding: 0;
    }
    #productDetailv1.connect .popup-modal .content {
        animation: slidein 600ms;
        animation-fill-mode:forwards;
    }


    #productDetailv1.connect .popup-modal .content span.close {
        width: 50px;
        height: 50px;
        top: 0;
        right: 0;
        border-radius: 0;
    }
    #productDetailv1.connect .popup .diagram ul.detailList {
        flex-direction: column;
    }
    #productDetailv1.connect .popup .diagram ul.detailList li {
        max-width: 100%;
    }
    #productDetailv1.connect .description .titleBox h3 {
        font-size: 120%;
    }
    #productDetailv1.connect .description {
        padding: 50px;
    }
    #productDetailv1.connect .description .titleBox {
        padding: 120px 0 0;
    }
    #productDetailv1.connect .description .titleBox span {
        width: 100px;
        height: 100px;
        margin: 0 20px;
    }
}


.innerLinkSet ul li {
    display: block;
    position: relative;
    margin-bottom: 20px;
}
.innerLinkSet ul li a {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    position:absolute;
    width: 100%;
    height: 100%;
    text-align: right;
    padding:20px;
    color: #FFF;  text-decoration: none;
    font-weight: 900;
    transition: all 300ms;
    box-sizing: border-box;
}
.innerLinkSet ul li a span {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    text-align: right;
    width: 100%;
    height: 100%;
    padding-right: 20px;
    color: #333;
}

.innerLinkSet ul li a span::after {
    content: "";
    width: 10px;
    height: 10px;
    right: 25px;
    margin-top: 2px;
    border-top: 2px solid #E60027;
    border-right: 2px solid #E60027;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    transition: all 300ms;
}

.innerLinkSet ul li a:hover {
    background-position: 0 200% ;
    box-shadow: 0 0 30px rgba(0, 0, 0, .3);
}
.innerLinkSet ul li a:hover span::after {
    right: 22px;
}
.innerLinkSet ul li img {
    width: 100%;
}
/*********************************** about ************************************/

#information {
    display: block;
}
#information .headArticle {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;
    width: 100%;
    min-height: 220px;
    padding: 30px;
    margin-top: -160px;
    margin-bottom: 50px;
    background:rgba(255, 255, 255, .9);
    box-shadow: 0 0 50px rgba(0,0,0,.3);
}
#information .headArticle p {
    display: block;
    line-height: 2;
    width: 70%;
    height: 100%;
    margin: 30px auto;
}
.blockList {
    text-align: center;
    margin: 0;
}
.blockList li.sales {
    background: #7A90A8;
}
.blockList li.after {
    background: #809F7F;
}
.blockList li.check {
    background: #FFF;
    border: 1px solid #B60019;
}
.blockList li a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 210px;
    color: #FFF;
    text-align: center;
    text-decoration: none;
}
.blockList li a i {
    display: block;
    width: 90px;
    height: 90px;
    margin: 0 auto 10px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}
.blockList li.sales a i {
    background-image: url(/image/astemo/icon/icon_sales.png);
}
.blockList li.after a i {
    background-image: url(/image/astemo/icon/icon_after.png);
}
.blockList li.check a {
    color: #B60019;
}
.blockList li.check a i {
    background-image: url(/image/astemo/icon/icon_check.png);
}
.blockList li {
    transition: all 300ms;
}
.blockList li:hover {
    box-shadow: 0 5px 30px rgba(0, 0, 0, .3);
}
#information .newsList {
    margin-bottom: 30px;
}


#aboutAstemo .Section {
    margin-bottom: 30px;
}
#aboutAstemo .slim {
    /* width: 60%; */
    margin: 0 auto 30px;
    /* padding: 20px; */
    padding-top: 30px;
}
#aboutAstemo .gray {
    background-color:#eee;
}
#aboutAstemo h3 > span {
    color:#B60019
}
#aboutAstemo .nameSet {
    margin-bottom: 0px;
}
#aboutAstemo .nameSet .Col {
    padding: 30px 15px;
    background-color:#eee;
    border-radius: 15px;
}
#aboutAstemo .nameSet .Col h3 {
    font-size: 100%;
    line-height: 1.5;
}

#aboutGroup .headArticle {
    padding: 60px;
    font-size: 120%;
    margin-bottom: 30px;
}
#newsArea dl.DateListStyle2,
#expoArea dl.DateListStyle2 {
    width: 100%;
    margin-bottom: 0px;
}
#newsArea dl.DateListStyle2 dd {
    padding-left: 0;
}




/* #newsArea dl.DateListStyle2 dt{
    min-width: 150px;
}
#newsArea dl.DateListStyle2 dd{
    margin: 0 0 0 150px;
} */
#expoPage #BrandingArea {
    background: #eee;
    margin-bottom: 0;
}
#expoPage #BrandingArea h1 {
    font-size: 1.8em;
    font-weight: 900;
}
#expoPage #BrandingArea .ImgOnlyStyle {
    width: 100%;
    max-width: 1275px;
    margin: 0 auto;
}
#expoPage #BrandingArea .ImgOnlyStyle img {
    position: relative;
    margin: auto;
    left: auto;
}
#expoPage #BrandingArea .TextSet {
    display: flex;
    flex-direction: column;
    padding: 50px;
}
#expoPage #BrandingArea .TextSet p {
    font-size: 250%;
}
#expoPage p.subTitle {
    text-align: center;
    font-size: 2.2em;
    margin-bottom: 30px;
}
#expoPage section {
    margin-bottom: 50px;
}
#expoPage .mainEvent {
    margin-bottom: 50px;
    padding: 50px 10%;
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
}
#expoPage .mainEvent h2 {
    text-align: center;
    line-height: 2;
    margin: 30px auto;
    font-size: 1.8em;
}
#expoPage .info {
    margin: 30px auto 0;
}
#expoPage .info > div {
    padding: 25px;
    text-align: center;
    border: 1px solid #eee;
}
#expoPage .info > div h3 {
    font-size: 1.5em;
    color:rgba(230, 0, 39, 1)
}

#expoPage .history .flexSet {
    margin-bottom: 0;
}
#expoPage .history .flexSet .imgBlock {
    margin-bottom: 30px;
    margin-right: 0;
}

#Expo #BrandingArea {
    height: auto;
}
#Expo #BrandingArea .ImgSet p.ImgOnlyStyle img {
    width: auto;
}



@media screen and (max-width: 1304px) 
{
    #MegaMenu .flexSet {
        margin: 0;
        padding: 0 15px;
    }

    .PageTitleStyle1 {
        margin: 0 auto 15px;
        padding: 0 15px;
    }
    .PageTitleStyle1.logo h1 {
        margin: 0 15px;
    }
    .PageTitleStyle2 {
        margin: 0 auto 15px;
        padding: 0 15px;
    }
    .OptionWideRWD #Contents {
        min-width: 290px;
        padding-right: 0;
        padding-left: 0;
    }
    .OptionWideRWD #Contents .Section,
    .OptionWideRWD #Contents .wideSection {
        padding-right: 15px;
        padding-left: 15px;
    }

    #BrandingArea .ImgSet p.ImgOnlyStyle img {
        max-width: none;
    }
    
    #BrandingArea .ImgSet .TextSet {
        margin-left: auto;
        left: 0;
    }
    
    #productDetailv1{
        background-size: auto;
    }

    #expoPage .mainEvent {
        width: 80%;
    }

    .JS .Section .PageTop {
        padding: 0 15px;
    }
    .OptionWideRWD #Contents #newsArea .Section{
        padding-left: 0;
        padding-right: 0;
    }
}

@media screen and (max-width: 965px) 
{
    #BrandingArea .ImgOnlyStyle {
        height: 100%;
    }
    #BrandingArea .TextSet p.TextStyle1 {
        font-size: 1em;
    }
    #brandList .brandList{
        width: 100%;
    }

    #productsBlock .pdListPage > div {
        padding: 60px 30px 30px 30px;
        margin-bottom: 90px;
    }
    #productsBlock .pdListPage > div > a {
        top: -45px;
    }
    #productsBlock .pdListPage > div > p.TextStyle1 {
        padding: 0;
    }

    .imgSetStyle {
        display: flex;
        margin-bottom: 15px;
    }
    .imgSetStyle .Img {
        margin-right: 15px;
        width: 30%;
        min-width: 30%;
    }
    #expoPage #BrandingArea {
        height: 100%;
    }
    #expoPage #BrandingArea .ImgOnlyStyle img {
        width: 100%;
    }
    #expoPage dl.DateListStyle2 {
        width: 100%;
    }
    #expoPage .info > div {
        width: 100%;
    }

    #Expo #BrandingArea {
        width: 100%
    }
    #Expo #BrandingArea .ImgSet p.ImgOnlyStyle img {
        width: 100%;
    }
    #Expo #BrandingArea .ImgSet p.ImgOnlyStyle img {
        margin-left: auto;
        left: auto;
    }
}

@media screen and (max-width: 765px) 
{
    .JS .GridSet {
        display: block;
    }
    #Contents .Section > .Section {
        padding-left: 0;
        padding-right: 0;
    }
    .JS .GridSet .Grid3 .PageTitleStyle2 {
        padding: 0 15px;
    }
    .JS .GridSet .Grid1 {
        width: auto;
        margin: 0 0 0 15px;
        padding: 15px;
        margin-left: 0;
    }
    .JS h2, .JS .LV1LinkSet {
        margin: 0;
    }


    .imgBlock {
        width:100%;
    }
    .MegaMenuSpBtn {
        display: none;
    }

    dl.DateListStyle2 dd {
        padding-left: 0;
    }
    dl.DateListStyle2 dt, dl.DateListStyle2 dd {
        margin-bottom: auto;
    }
    #brandList .brandList span:nth-child(5){
        border-left: 0;
    }
    #brandList .brandList span:nth-child(-n + 4){
        width: 33.33%;
    }
    #brandList .brandList span:nth-child(3n),
    #brandList .brandList span:last-child {
        border-right: 1px solid #666;
    }

    #brandList .brandList { 
        width: 100%;
        margin: 0;
    }

    #productsBlock .pdListPage > div {
        margin-left: 0;
        padding: 30px;
    }
    #productsBlock .pdListPage > div > a {
        top: -55px;
        left: -15px;
        right: 0;
        width: calc(100% + 30px);
    }
    #productsBlock .pdListPage > div > a h3::before {
        width: 60px;
        height: 60px;
    }
    #productsBlock .pdListPage {
        margin-top: -30px;
    }


    #productDetailv1 .titleArea h2 {
        font-size: 140%;
        width: 100%;
        padding: 0;
    }
    #productDetailv1 .titleArea p {
        width: 100%;
        padding: 0 15px;
        font-size: 83%;
    }
    #productDetailv1 .titleArea ul li a {
        line-height: 1.5;
        font-size: 90%;
        padding: 10px 20px;
    }
    #productDetailv1 .localNavArea {
        position: sticky;
    }
    #productDetailv1 .localNavArea ul {
        width: 100%;
    }
    #productDetailv1 .contentArea {
        padding: 30px 15px;
    }
    #productDetailv1 .contentArea h2 {
        background-size: auto 100%;
        background-position: right center;
     }
    #productDetailv1 .contentArea .ProductsBox.row4 ul,
    #productDetailv1 .contentArea .ProductsBox.row2 ul {
        width: calc(50% - 10px);
    }
    #productDetailv1 .contentArea .ProductsBox.row4 ul.w2row
    #productDetailv1 .contentArea .ProductsBox ul.w2row {
        width: 100%;
    }
    #productDetailv1 .contentArea div.infoBox {
        display: flex;
        flex-direction: column;
    }
    #productDetailv1 .contentArea div.infoBox span + span {
        margin-left: 0;
    }


    .headArticle {
        width: 100%;
        padding: 15px;
        height: auto;
        min-height: auto;
    }
    #aboutGroup .headArticle {
        padding: 20px;
        font-size: 90%;
    }

    #information .headArticle {
        min-height: auto;
        padding: 30px;
    }
    #information .headArticle p {
        display: inline-block;
        width: 80%;
        font-size: 83%;
        margin: 20px;
    }
    
    #information #BrandingArea {
        height: auto;
    }
    #information #BrandingArea .ImgSet {
        display: flex;
        flex-direction: column;
        position: relative;
        height: auto;
    }
    #information #BrandingArea .ImgSet p.ImgOnlyStyle img {
        position: relative;
        width: 100%;
        height: auto;
        left: auto;
        margin: auto;
    }
    
    #information #BrandingArea .ImgSet .TextSet {

        position: relative;
        height: auto;
        text-shadow: none;
        color: #333;
        padding: 15px;
    }
    #information #BrandingArea .ImgSet .TextSet p br {
        display: none;
    }
    #information .headArticle {
        margin-top: auto
    }
    .blockList li a {
        flex-direction: row;
        height: auto;
        padding: 20px;
    }
    .blockList li a i {
        width: 70px;
        height: 70px;
        margin: 0 15px 0 0;
    }

    #aboutAstemo .slim {
        width: 100%;
        margin: 0 auto 30px;
        padding: 15px;
    }
    #expoPage .mainEvent {
        width: 100%;
    }

    ul#qrCode  {
        flex-wrap: wrap;
    }
    ul#qrCode li {
        box-sizing: border-box;
    }
    ul#qrCode li div {
        margin: 0;
        width: 150px;
        font-size: 72%;
    }
    br.brHide_Sp{
		display: none;
	}
    #brandList{
        padding: 30px 0;
    }
    
}


@media screen and (max-width: 541px) {
    #brandList .brandList{
        justify-content: space-between;
    }
    #brandList .brandList span:nth-child(-n + 4),
    #brandList .brandList span:nth-child(n + 5){
        width: 50%;
    }
    #brandList .brandList span:nth-child(5){
        border-left: 1px solid #666;
    }
    #brandList .brandList span:nth-child(2){
        border-right: 1px solid #666;
    }
    #brandList .brandList span:nth-child(4){
        border-left: 0;
    }
}