@charset "utf-8";
/* CSS Document */
#Contents {
    padding-bottom: 0;
}
.Section {
    padding: 0;
}
/** BrandigArea **/
#BrandingArea {
    background: url(/products/it/dip/images/branding.jpg) no-repeat center center;
    background-size: cover;
    height: 540px;
    width: 100%;
    overflow: hidden;

}
#BrandingArea h1 {
    font-size: 0;
}
.HorizontalInnerLinks {
    background-color: #000;
    margin-bottom: 0;
}
.HorizontalInnerLinks ul {
    display: flex;
    font-size: 95%;
    margin: 0 auto;
    max-width: 1275px;
    width: 100%;
    justify-content: center;
    flex-wrap: wrap;
}
.HorizontalInnerLinks ul li {
    color: #fff;
    display: flex;
    align-items: center;
    min-width: 210px;
    justify-content: center;
    margin: 0;
}
.HorizontalInnerLinks ul li:hover {
    background-color: #b1000e;
}
.HorizontalInnerLinks li a {
    background-image: none;
    box-sizing: border-box;
    height: 60px;
    display: flex;
    align-items: center;
    padding: 5px;
}
.HorizontalInnerLinks li a span {
    background-image: url(/products/it/dip/images/icon_arrowunder.png);
    background-size: 18px 12px;
    background-repeat: no-repeat;
    background-position: center right;
    padding-right: 35px;
}
.HorizontalInnerLinks ul li a:link, .HorizontalInnerLinks ul li a:visited, .HorizontalInnerLinks ul li a:active, .HorizontalInnerLinks ul li a:hover {
    color: #fff;
    text-decoration: none;
}
.Inner {
    margin: 0 auto;
    max-width: 996px;
    width: 100%;
}
#future, #usecase {
    background-image: url(/products/it/dip/images/bg01.jpg);
    background-position: top;
    background-repeat: repeat-x;
    background-size: auto 100%;
    position: relative;
    padding-bottom: 200px;
    overflow: hidden;
}
#usecase {
    background-image: url(/products/it/dip/images/bg02.jpg);
}
#future:after, #usecase:after {
    content: '';
    background-image: url(/products/it/dip/images/round_top.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 122px;
    left: 50%;
    transform: translateX(-50%);
}
#about:after, #event:after {
    content: '';
    background-image: url(/products/it/dip/images/round_bottom.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    bottom: -120px;
    width: 100%;
    height: 123px;
    z-index: 20;
    left: 50%;
    transform: translateX(-50%);
}
#usecase, #news {
    padding-top: 130px;
    z-index: 19;
}
#about {
    background-color: #F4F8FF;
    padding-bottom: 10px;
    position: relative;
    z-index: 20;
}
#event {
    background-color: #F4F8FF;
    padding-bottom: 10px;
    position: relative;
    z-index: 20;
}
#future:before {
    content: '';
    background-image: url(/products/it/dip/images/bg_img01.png);
    background-repeat: no-repeat;
    background-position: calc(50% - 600px) 260px;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: inline-block;
    z-index: 1;
    overflow: hidden;
}
h2 {
    background: none;
    font-size: 250%;
    font-weight: bold;
    padding-top: 230px;
    text-align: center;
    position: relative;
    letter-spacing: 0.12em;
    margin-bottom: 50px;
}
h2:after, h3:after {
    content: '';
    background: #FF62A4;
    bottom: 0;
    height: 1px;
    width: 15%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
h3 {
    font-size: 175%;
    font-weight: bold;
    text-align: center;
    padding-top: 120px;
    margin-bottom: 60px;
    position: relative;
    letter-spacing: 0.12em;
}
h3:after {
    bottom: -20px;
}
#future h2, #future h3, #event h2 {
    color: #002A79;
}
h2:before {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 120px;
    z-index: 2;
    width: 100%;
    height: 73px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
#future h2:before {
    background-image: url(/products/it/dip/images/title01.png);
}
#about h2:before {
    background-image: url(/products/it/dip/images/title02.png);
}
#usecase h2:before {
    background-image: url(/products/it/dip/images/title03.png);
}
#event h2:before {
    background-image: url(/products/it/dip/images/title04.png);
}
#news h2:before {
    background-image: url(/products/it/dip/images/title05.png);
}
.TextBox {
    position: relative;
    width: 100vw;
    left: 50%;
    transform: translateX(-50%);
    margin-bottom: 80px;
    margin-left: -10px;
}
#future .TextBox {
    padding-bottom: 150px;
}
.TextBox:before, .TextBox:after {
    content: '';
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: inline-block;
    z-index: 1;
    overflow: hidden;
    position: absolute;
}
#future .TextBox:after {
    background-image: url(/products/it/dip/images/bg_img02.png);
    background-position: calc(50% + 600px) 0;
    top: -270px;
}
#about .TextBox:before {
    background-image: url(/products/it/dip/images/bg_img06.png);
    background-position: calc(50% + 550px) 0;
    height: 338px;
    top: -90px;
}
#about .TextBox:after {
    background-image: url(/products/it/dip/images/bg_img05.png);
    background-position: calc(50% - 550px) 0;
    height: 338px;
    top: -90px;
}
.TextBox p {
    max-width: 486px;
    width: 100%;
    line-height: 180%;
    margin: 0 auto 20px;
}
#future .TextBox p, #usecase .TextBox p {
    color: #002A79;
}

.ParatnerList {
    display: flex;
    justify-content: space-between;
    margin-bottom: 25px;
    position: relative;
    flex-wrap: wrap;
    z-index: 25;
}
.ParatnerList.small {
    justify-content: center;
}
.ParatnerList li {
    background-color: #fff;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    /*cursor: pointer;*/
    height: 194px;
}
/*.ParatnerList li:hover {
    opacity: .7;
}*/
.ParatnerList.two li {
    width: calc((100% - 25px) / 2);
}
.ParatnerList.small li {
    width: calc((100% - 75px) / 4);
    margin-right: 25px;
    height: 160px;
}
.ParatnerList.small li:last-child {
    margin-right: 0;
}
.MovieArea {
    position: relative;
    width: 100vw;
    left: 50%;
    transform: translateX(-50%);
    margin-left: -10px;
    z-index: 20;
}
.MovieArea .ImgOnlyStyle {
    position: relative;
    z-index: 2;
}
.MovieArea:after, .MovieArea:before {
    content: '';
    background-image: url(/products/it/dip/images/bg_img03.png);
    background-repeat: no-repeat;
    background-position: calc(50% + 500px) 0;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: -210px;
    display: inline-block;
    z-index: 1;
    overflow: hidden;
}
.MovieArea:after {
    background-image: url(/products/it/dip/images/bg_img04.png);
    background-position: calc(50% - 530px) 0;
    top: 70%;
}

#about span, #event span, #usecase span {
    color: #002A79;
    display: inline-block;
    background-color: transparent;
    padding: 0;
}
#usecase span {
    color: #204EA3;
}
#about dl {
    padding: 30px 0;
    border-top: 1px solid #B7C7D5;
    border-bottom: 1px solid #B7C7D5;
    margin-top: 70px;
}
#about dl dt {
    font-size: 175%;
    font-weight: bold;
    width: 50%;
}
#about dl dd {
    width: 50%;
    margin-top: -5em;
    margin-left: auto;
}
#usecase h2 {
    color: #002A79;
    letter-spacing: normal;
}
#case01, #case02 {
    margin-top: 70px;
}
#usecase .CatchCopy {
    color: #002A79;
    font-size: 175%;
    font-weight: bold;
    text-align: center;
    margin-top: 60px;
}
.FlexBox {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 50px;
}
.FlexBox .Img {
    position: relative;
    height: 270px;
}
.FlexBox .Img img {
    max-width: 100%;
    height: 100%;
    width: auto;
    border-radius: 8px;
}
.FlexBox .Img .Note {
    color: #fff;
    padding: 9px 15px 7px;
    position: absolute;
    bottom: 0;
    background: rgba(0,0,0,.7);
    font-size: 87%;
    display: block;
    width: 100%;
    box-sizing: border-box;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}
.FlexBox > div {
    width: calc((100% - 40px) / 2);
}
.FlexBox .Txt {
    padding: 0 15px;
}
.FlexBox .Txt p {
    color: #002A79;
    line-height: 1.87;
}
.FlexBox .Txt ul {
    background-color: #fff;
    border-radius: 12px;
    padding: 0 15px;
    margin-top: 40px;
}
.FlexBox .Txt ul li {
    color: #313131;
    font-size: 87%;
    padding: 10px 15px 10px 30px;
    position: relative;
    border-bottom: 1px solid #B7C7D5;
}
.FlexBox .Txt ul li:last-child {
    border-bottom: none;
}
.FlexBox .Txt ul li:before {
    content: '';
    background-color: #6697EF;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
}
#event .MovieBox {
    background-color: #fff;
    margin-top: 70px;
    margin: 0 0 20px;
}
#event .MovieBox .Movie {
	display: inline-block;
	width: 66.66666666%;
	overflow: hidden;
	vertical-align: middle;
	font-size: 1px;
	line-height: 0;
}

#event .MovieBox .Inner {
	display: inline-block;
	width: 33.33333333%;
	padding: 15px 0 5px;
	vertical-align: middle;
}
#event .MovieBox .Inner h2 {
    color: #000;
    text-align: left;
    letter-spacing: normal;
    padding-top: 0;
    font-size: 110%;
    line-height: 1.4;
}
#event .MovieBox .Inner h2::before, #event .MovieBox .Inner h2::after {
    content: none;
}
.MovieBox .Inner .TextStyle1, .MovieBox .Inner .TextStyle2 {
    color: #313131;
}

#news h2 {
    font-size: 0;
    margin-bottom: 0;
}
#news h2:after {
    content: none;
}
#news .NewsArea {
    padding-bottom: 170px;
    padding-top: 30px;
}
#news .NewsArea .list {
    color: #204EA3;
    font-weight: bold;
    font-size: 112%;
    background: url(/products/it/dip/images/icon_blue_arrow.svg) no-repeat;
    background-position: top 2px right;
    background-size: 24px 24px;
    text-align: right;
    padding-right: 30px;
    margin-bottom: 35px;
}
#news .NewsArea .list a:link, #news .NewsArea .list a:visited, #news .NewsArea .list a:active {
    color: #204EA3;
    text-decoration: none;
}
#news .NewsArea .list a:hover {
    text-decoration: underline;
}
#news .DateListStyle2 dt {
    display: flex;
    width: 235px;
    justify-content: space-between;
    border-top: 1px solid #E8E8E8;
    padding: 24px 24px 24px 0;
    align-items: center;
}
#news .DateListStyle2 dt:nth-child(1) {
    border-top-style: none;
}
#news .DateListStyle2 dt span {
    background-color: #204EA3;
    color: #fff;
    font-size: 75%;
    padding: 2px 5px;
    min-width: 100px;
    text-align: center;
}
#news .DateListStyle2 dd {
    margin: 0px 0 0 18em;
    border-top: 1px solid #E8E8E8;
}
#news .DateListStyle2 dd:first-of-type {
   border-top-style: none;
}
#news .DateListStyle2 dd .LinkListStyle1 {
    min-height: 5em;
    display: flex;
    align-items: center;
}
#news .DateListStyle2 dd .LinkListStyle1 li a:link, #news .DateListStyle2 dd .LinkListStyle1 li a:visited, #news .DateListStyle2 dd .LinkListStyle1 li a:active {
    color: #333;
}
#news .NewsArea .ImgOnlyStyle a:hover img {
    opacity: .6;
}
p.illust {
    width: 100%;
}
p.illust img {
    max-width: 100%;
}
.spImg {
    width: 100%;
    display: none;
    justify-content: space-between;
    padding-top: 30px;
}
.MovieBox .Inner h2 {
    margin: 0 0 15px;
}

.ImgOnlyStyle.pc {
    display: block;
}
.ImgOnlyStyle.w768, .ImgOnlyStyle.w580, .ImgOnlyStyle.w400 {
    display: none;
}
p.ImgOnlyStyle.subtitle {
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: center;
}
p.ImgOnlyStyle.subtitle img {
    height: 120px!important;
    width: 995px!important;
    max-width: 995px!important;
}

.ShowTablet {
    display: none;
}
.HideTablet {
    display: inline;
}

/** FloatingContact **/
#Contacts {
	position: relative;
	width: 100%;
	height: 80px;
    z-index: 100!important;
}
#Contacts ul {
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 10;
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
	align-items: stretch;
	width: 100%;
	height: 80px;
	background-color: rgba(170, 170, 170, 0.4);
}
#Contacts ul li {
	width: 420px;
	margin-top: 15px;
	margin-bottom: 15px;
	text-align: center;
}
#Contacts ul li a {
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	padding: 5px 5px 2px;
	text-decoration: none;
	box-sizing: border-box;
}
#Contacts ul li a:hover,
#Contacts ul li a:active {
	opacity: 0.8;
}
#Contacts ul li a span {
	color: #fff;
	text-decoration: none;
	font-size: 120%;
    line-height: 120%;
}
#Contacts ul li.inquiry {
	margin-right: 15px;
}
#Contacts ul li.inquiry a {
	background-image: url(/products/it/dip/images/icon_mail_w.svg);
    background-repeat: no-repeat;
	background-position: right 12px center;
    background-size: 30px;
    background-color: #204EA3;
}
#Contacts ul li.sakulala a {
	background-color: #E5016E;
}
.Show399 {
    display: none;
}

@media screen and (max-width: 1304px) {
    .JS #Contents {
        padding: 0!important;
    }
    /*.Section {
        margin-left: -15px;
        margin-right: -15px;
        padding-left: 15px;
        padding-right: 15px;
    }*/
    #future:after, #usecase:after, #about:after, #event:after {
        background-position: center;
    }
    .JS .MovieBox .Inner {
        padding: 15px 15px 5px;
        box-sizing: border-box;
    }
}
@media screen and (max-width: 994px) {
    .JS #Contents {
        overflow: hidden;
    }
    .JS #BrandingArea {
        height: 350px;
    }
    .JS .HorizontalInnerLinks ul li {
        min-width: auto;
        padding: 0 20px;
    }
    .JS #BrandingArea {
        background: url(/products/it/dip/images/branding768.jpg) no-repeat center center;
        background-size: cover;
    }
    .JS #future:after, .JS #usecase:after {
        height: 80px;
    }
    .JS #about:after, .JS #event:after {
        background-size: 100% auto;
        bottom: -96px;
    }
    .JS .Inner {
        padding-left: 15px;
        padding-right: 15px;
        box-sizing: border-box;
    }
    .JS h2:before {
        height: 54px;
    }
    .JS h2:after, .JS h3:after {
        width: 20%;
    }
    .JS #future, .JS #usecase, .JS #about {
        padding-bottom: 150px;
    }
    .JS .spImg {
        display: flex;
        position: relative;
    }
    .JS .spImg img.sp2 {
        display: none;
    }
    .JS .spImg img:first-of-type {
        margin-left: -7%;
    }
    .JS .spImg img:last-of-type {
        margin-right: -7%;
    }
    .JS #future:before, #future .TextBox:after,#about .TextBox:before,#about .TextBox:after {
        content: none;
    }
    .JS .MovieArea:before {
        background-image: url(/products/it/dip/images/bg_img03_sp.png);
        background-position: calc(50% + 270px) 0;
        top: -90px;
    }
    .JS .MovieArea {
        margin-left: 0;
        padding-top: 68px;
    }
    .JS .MovieArea p.ImgOnlyStyle {
        padding-left: 15px;
        padding-right: 15px;
    }
    .JS .MovieArea:after {
        background-image: url(/products/it/dip/images/bg_img04_sp.png);
        background-position: calc(50% - 270px) 0;
        top: 95%;
    }
    .JS #future h2, .JS #about h2, .JS #event h2, .JS #usecase h2 {
        padding-top: 180px;
    }
    .JS #future h2:before, .JS #about h2:before, .JS #event h2:before, .JS #usecase h2:before {
        top: 80px;
    }
    .JS .TextBox {
        width: 100%;
        margin-left: 0;
    }
    .JS #future .TextBox {
        padding-bottom: 50px;
    }
    .JS .TextBox p {
        max-width: 738px;
    }
    .JS #about dl {
        padding: 40px 0;
    }
    .JS #about dl dt {
        width: 100%;
        text-align: center;
    }
    .JS #about dl dd {
        width: 100%;
        text-align: center;
        margin-right: auto;
        margin-top: 20px;
        line-height: 2;
        font-size: 87%;
    }
    .JS #usecase, .JS #news {
        padding-top: 80px;
    }
    .JS #event {
        padding-top: 40px;
    }
    .JS #usecase .CatchCopy {
        margin-top: 30px;
    }
    .JS .FlexBox .Txt {
        padding: 15px 0;
    }
    .JS .FlexBox > div {
        width:100%;
    }
    .JS #event .MovieBox {
        background-color: transparent;
        text-align: center;
    }
    /*.OptionRWD.JS .MovieBox .Movie {
        padding-bottom: 54%;
    }*/
    .JS #event .MovieBox .Inner {
        max-width: 640px;
        text-align: left;
    }
    .JS #event .MovieBox .Movie, .JS #event .MovieBox .Inner {
        width: 100%;
    }
    
    .JS #event .MovieBox .Inner h2 {
        padding-top: 20px;
    }
    .JS .ParatnerList li {
        height: 160px;
    }
    .JS .ParatnerList li img {
        max-height: 100%;
        /*width: 80%;*/
        display: table;
        margin: 0 auto;
    }
    .JS .ParatnerList.small li {
        width: calc((100% - 50px) / 3);
    }
    .JS #news .DateListStyle2 dt {
        padding: 10px 24px 24px 0;
    }
    .JS .FlexBox .Img {
        height: auto;
    }

    .JS .ShowTablet {
        display: inline;
    }
    .JS .HideTablet {
        display: none;
    }

	.JS #Contacts ul {
		/*width: 95%;*/
		padding: 0 15px;
		box-sizing: border-box;
	}
    .JS .ImgOnlyStyle.w768 {
        display: block;
    }
    .JS .ImgOnlyStyle.pc, .JS .ImgOnlyStyle.w580, .JS .ImgOnlyStyle.w400 {
        display: none;
    }
}
@media screen and (max-width: 767px) {
    .JS #BrandingArea {
        background: url(/products/it/dip/images/branding580.jpg) no-repeat center center;
        background-size: cover;
    }
    .JS .HorizontalInnerLinks ul li {
        padding: 0 10px;
    }
    .JS .spImg {
        height: 220px;
    }
    .JS .spImg img {
        position: absolute;
    }
    .JS .spImg img:first-child {
        left: -10%;
    }
    .JS .spImg img.sp {
        right: -10%;
    }
    .JS #about:after, .JS #event:after {
        bottom: -87px;
    }
    .JS #future:after, .JS #usecase:after {
        height: 50px;
    }
    .JS h2 {
        font-size: 200%;
        margin-bottom: 40px;
        letter-spacing: normal;
    }
    .JS #future h2:before {
        background-image: url(/products/it/dip/images/title01_sp.png);
        width: 370px;
        height: 96px;
    }
    .JS #about {
        padding-bottom: 120px;
    }
    .JS #event {
        padding-top: 70px;
    }
    .JS #usecase {
        padding-top: 120px;
    }
    .JS #about h2:after {
        bottom: -15px;
    }
    .JS #news h2:before {
        background-image: url(/products/it/dip/images/title05_sp.png);
        width: 237px;
        height: 96px;
    }
    /*.JS #about h2:before, .JS #usecase h2:before, .JS #event h2:before {
        background-size: 50%;
        width: 80%;
    }*/

    .JS #future h2 {
        padding-top: 150px;
    }
    .JS #about h2 {
        padding-top: 130px;
        line-height: 0.8;
    }
    .JS #usecase h2 {
        line-height: 1.2;
    }
    .JS #usecase h2, .JS #event h2, .JS #news h2 {
        padding-top: 100px;
    }
    .JS #usecase h2:before, .JS #event h2::before {
        top: 0;
    }
    .JS #future h2:before, .JS #about h2:before, .JS #news h2:before {
        top: 20px;
    }
    .JS h3 {
        padding-top: 160px;
    }
    .JS .MovieArea:after {
        background-position: calc(50% - 200px) 0;
    }
    .JS .MovieArea:before {
        background-position: calc(50% + 200px) 0;
    }
    .JS .ParatnerList.two li {
        width: 100%;
        height: 160px;
    }
    .JS .ParatnerList.two li:first-of-type {
        margin-bottom: 25px;
    }
    .JS .ParatnerList.small li {
        width: calc((100% - 25px) / 2);
    }
    .JS .ResponsiveLinkListStyle {
        margin: 0;
    }
    .JS #usecase .CatchCopy {
        font-size: 137%;
    }
    .JS #news .DateListStyle2 dt {
        float: none;
        padding: 24px 24px 10px 0;
        border-top: none;
    }
    .JS #news .DateListStyle2 dd {
        margin: 0;
        border-bottom: 1px solid #E8E8E8;
        border-top: none;
    }
    .JS #news .DateListStyle2 dd:last-of-type {
        border-bottom: none;
    }
    .JS #event .MovieBox .Inner h2 {
        padding-top: 10px;
    }
    .JS #news .NewsArea {
        margin-top: 50px;
    }
    .JS .ImgOnlyStyle.w580 {
        display: block;
    }
    .JS .ImgOnlyStyle.pc, .JS .ImgOnlyStyle.w768, .JS .ImgOnlyStyle.w400 {
        display: none;
    }

}
@media screen and (max-width: 579px) {
    .JS #BrandingArea {
        background: url(/products/it/dip/images/branding400.jpg) no-repeat center center;
        background-size: cover;
        height: 330px;
    }
    .JS .HorizontalInnerLinks ul li {
        width: 100%;
    }
    .JS .HorizontalInnerLinks ul li a {
        height: 40px;
    }
    .JS .HorizontalInnerLinks ul li:first-of-type {
        padding-top: 10px;
    }
    .JS .HorizontalInnerLinks ul li:last-of-type {
        padding-bottom: 10px;
    }
    .JS .spImg {
        height: 158px;
    }
    .JS .spImg img:first-child {
        left: -20%;
        width: 60%;
    }
    .JS .spImg img.sp {
        right: -20%;
        width: 60%;
    }
    .JS #about h2 {
        padding-top: 100px;
    }
    .JS h2:before {
        height: 42px;
    }
    .JS h2:after, .JS h3:after {
        width: 30%;
    }
    .JS .MovieArea:after {
        background-position: calc(50% - 150px) 0;
    }
    .JS .MovieArea:before {
        background-position: calc(50% + 150px) 0;
    }
    .JS .TextBox {
        margin-bottom: 100px;
    }
    .JS #future h3 {
        padding-top: 170px;
    }
    .JS #about dl dt, .JS #about dl dd {
        text-align: left;
    }
    .JS .ParatnerList.two li {
        height: 200px;
    }
    .JS #about:after, .JS #event:after {
        background-size: 100% auto;
        bottom: -78px;
    }
    .JS #future:after, .JS #usecase:after {
        background-size: 100% auto;
        height: 38px;
    }
    .JS p.ImgOnlyStyle.subtitle img {
        height: 96px!important;
    }
    .JS .ParatnerList.small li {
        height: 120px;
    }
    .JS #news .NewsArea {
        padding-bottom: 100px;
    }
    .JS .ImgOnlyStyle.w400 {
        display: block;
    }
    .JS .ImgOnlyStyle.pc, .JS .ImgOnlyStyle.w768, .JS .ImgOnlyStyle.w580 {
        display: none;
    }
    .JS #Contacts ul li a span {
		font-size: 95%;
	}
    .JS #Contacts ul li.inquiry a {
        background-image: none;
    }
}
@media screen and (max-width: 399px) {
    .JS #news .NewsArea {
        padding-bottom: 120px;
    }
    .JS #future:after, .JS #usecase:after {
        height: 30px;
    }
    .JS #about:after, .JS #event:after {
        bottom: -77px;
    }
    .JS .spImg {
        height: 158px;
    }
    .JS .spImg img:first-child {
        left: -10%;
    }
    .JS .spImg img:last-child {
        right: -10%;
    }
    .JS .spImg img.sp {
        display: none;
    }
    .JS .spImg img.sp2,.JS #future .spImg img.sp {
        display: block;
    }
    .JS #about h2:before, .JS #usecase h2:before {
        background-size: contain;
        width: 100%;
    }
    .JS #about h2 {
        padding-top: 100px;
    }
    .JS .ParatnerList.small li {
        height: 120px;
    }
    .JS #event .MovieBox .Inner h2 {
        font-size: 137%;
        margin: 0 0 30px 0;
    }
    .JS #event .MovieBox .Inner {
        padding: 20px 0 5px;
    }
    .JS #usecase .CatchCopy {
        font-size: 130%;
    }
    .JS #case01, .JS #case02 {
        margin-top: 40px;
    }
    .JS .TextBox {
        margin-bottom: 30px;
    }
    .JS .Show399 {
        display: block;
    }
}