@charset "Shift_JIS";

/*---------------------------------------
2022.04  products/marking/ijp/ux2_fitlive2
----------------------------------------*/


#Contents{
overflow-x: hidden;
}

.line{
display: inline-block;
border-bottom: double 5px #00a6e4;
line-height: 1;
margin: 0 1px;
}

h2 span{
border-left: solid 10px #00a6e4;
}

.catchcopy{
font-weight: 700;
color: #292929;
margin-bottom: 30px;
}

.catchcopy:first-letter{
font-size: 140%;
}

.txt{
width: 100%;
font-size: 110%;
line-height: 170%;
}

.mb30{margin-bottom: 30px !important}
.mb50{margin-bottom: 50px !important}

.note{font-size: 76% !important}

.NW{
z-index: 300;
}

.NW a{
margin: 0 3px;
}

.NW a::after{
content: "";
display: inline-block;
width: 16px;
height: 16px;
background-image: url(/cmn_doc/image/jp/r1/icon/icon_new_window.gif);
background-repeat: no-repeat;
}

/*----------------------------
Branding
----------------------------*/

#Branding {
position: relative;
overflow: hidden;
width: 100%;
min-height: 300px;
background-image: url(/products/marking/ijp/ux2_fitlive2/image/brandingimg_ux2_fitlive2.jpg);
background-repeat: no-repeat;
background-size: cover;
background-position: center top;
z-index: 0;
}

#Branding .Img{
position: absolute;
top: 50px;
left: calc(50% - 15px);
max-width: 100%;
z-index: 10;
}

#Branding .Img img{
width: 500px;
height: auto;
}

.Branding_after{
position: absolute;
left: calc(50% - 200px);
width: 100%;
height: 150px;
background-repeat: no-repeat;
background-size: 100% auto;
content: '';
width: 0;
height: 0;
border-style: solid;
border-width: 50px 200px 0 200px;
border-color: #dfe9e0 rgba(0, 0, 0,0) rgba(0, 0, 0,0) rgba(0, 0, 0,0);
}


/*----------------------------
Information
----------------------------*/

#Information{
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
font-size: 100%;
line-height: 170%;
padding-top: 70px;
padding-bottom: 80px;
}

#Information .img{
width: 100%;
min-width: 49%;
min-height: 0%;
text-align: center;
margin: 0 50px 0 0;
}

#Information img{
margin: auto;
}

#Information .txt{
width: 100%;
margin: 0;
}



/*----------------------------
Monitor
----------------------------*/

#Monitor{
margin-bottom: 80px;
}

.inner{
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
width: 100%;
}

#Monitor .txt{
width: 100%;
max-width: 640px;
margin: 0 30px 0 0;
}

#Monitor .img{
width: 100%;
max-width: 600px;
min-height: 0%;
text-align: center;
margin: auto;
}


/*----------------------------
ContactCenter
----------------------------*/

#ContactCenter{
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin: 0 -200%;
padding: 70px 200%;
background-size: auto auto;
background-color: #BEC5CA;
background: linear-gradient(320deg, #ADBDCC 0%,#BEC5CA 100%);
margin-bottom: 80px;
}

#ContactCenter h2{
width: 100%;
}

#ContactCenter .txt{
width: 100%;
max-width: 640px;
text-align: left;
margin: 0 30px 0 0;
}

#ContactCenter .img{
width: 100%;
max-width: 600px;
min-height: 0%;
margin: auto;
}



/*----------------------------
Plan
----------------------------*/

#Plan{
line-height: 170%;
padding-bottom: 80px;
}

#Plan h3{
    border-left: 5px solid #c00000;
    font-size: 120%;
    margin: 0 0 20px 0;
    padding: 5px 10px;
}


/*----------------------------
Attention
----------------------------*/

#Attention {
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
align-items: center;
justify-content: center;
margin: 0 -200% 100px;
padding: 50px 200%;
background-color: #6fbdd5
}

#Attention p {
position: relative;
display: inline-block;
box-sizing: border-box;
width: calc(100% - 400px);
font-size: 140%;
font-weight: 700;
text-align: center;
padding: 30px 20px;
margin: auto;
background-color: #fff;
border-radius: 30px;
}

#Attention .button_inq:after {
left: 99.8%;
top: 50%;
border: solid rgba(255, 255, 255, 0);
content: " ";
height: 0;
width: 0;
position: absolute;
pointer-events: none;
border-color: rgba(255, 255, 255, 0);
border-left-color: #fff;
border-width: 30px;
margin-top: -30px;
}

#Attention .img {
width: 300px;
height: 200px;
padding: 20px;
}

#Attention .img img {
height: 100%;
}

#Attention .button_inq a {
display: inline-block;
width: 100%;
max-width: 350px;
color: #ffffff;
font-size: 90%;
text-decoration: none;
background-color: rgba(30,136,229 ,1)!important;
text-align: center;
margin: 20px;
padding: 20px;
box-shadow: 4px 4px 4px #f2f2f2;
border-radius: 10px;
background-image: url(/cmn_doc/image/jp/r1/icon/icon_link_right_white_hd.gif) !important;
background-repeat: no-repeat;
background-position: right center;
}

.button_inq a:hover {
opacity: 0.8;
box-shadow: 4px 4px 4px #f2f2f2;
border-radius: 10px;
}

.btn.inquiry img {
margin: 8px;
}


/*----------------------------
UX
----------------------------*/

#UX{
margin-bottom: 80px;
z-index: 200;
}

#UX h2{
margin-bottom: 30px;
}

.feature_box{
display:-webkit-box;
display:-ms-flexbox;
display:flex;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
width: 100%;
}

.feature_box .img{
box-sizing: border-box;
width: 300px;
min-width: 250px;
min-height: 0%;
margin: 60px 50px 0 30px;
}

.feature_box .img img{
width: 100%;
max-width: 100%;
height: auto;
}

.feature_box .txt{
display:-webkit-box;
display:-ms-flexbox;
display:flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
width: calc(100% - 300px);
}

.feature_box .txt .CatchCopy{
font-size: 110%;
font-weight: 700;
margin-bottom: 30px;
}

.feature_box .txt h3:before{
content: "";
border-left: solid 10px rgba(0,172,193 ,1);
margin-right: 8px;
}

.feature_box .txt .TextStyle1{
margin-bottom: 30px;
}


/*----------------------------
Inquiry
----------------------------*/

#Inquiry{
margin-bottom: 50px;
}

#Inquiry .button_inq2{
display:-webkit-box;
display:-ms-flexbox;
display:flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
width: 100%;
margin-bottom: 50px;
}

#Inquiry .button_inq2 li{
display:-webkit-box;
display:-ms-flexbox;
display:flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
width: 45%;
margin: auto;
}

#Inquiry .button_inq2 a{
display:-webkit-box;
display:-ms-flexbox;
display:flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
width: 100%;
max-width: 350px;
height: 75px;
justify-content: center;
background-image: url(/cmn_doc/image/jp/r1/icon/icon_link_right_white_hd.gif) !important;
background-repeat: no-repeat;
background-position: right center;
color: #ffffff;
font-size: 100%;
font-weight: 700;
text-decoration: none;
text-align: center;
padding: 20px;
box-shadow: 4px 4px 4px #f2f2f2;
border-radius: 10px;
margin-bottom: 40px;
}

.button_inq2 a:hover{
opacity: 0.8;
box-shadow: 4px 4px 4px #f2f2f2;
border-radius: 10px;
}

.button_inq2 .products a{
background-color: #00a6e4;!important;
}

.button_inq2 .quote a{
background-color: rgba(30,136,229 ,1)!important;
}


/*----------------------------
fot responsive
----------------------------*/

.only-pc{display: block}
.only-tab{display: none}
.only-bsp{display: none}
.only-sp{display: none}
.only-sps{display: none}


@media screen and (max-width: 1024px){
.txt{
width: 100%;
font-size: 100%;
line-height: 170%;
}
#Branding .Img2{
top: 140px;
left: calc(50% + 35px);
max-width: 100%;
}
#Information .img{
width: 100%;
margin: 0 20px 0 0;
}
}

@media screen and (max-width: 965px) {
#Branding {
min-height: 250px;
background-position: left -554px top -30px;
background-size: auto;
}
#Branding .Img{
top: 45px;
left: calc(50% - 0px);
max-width: 100%;
}
#Branding .Img img{
width: 400px;
}
#BrandingImgStyle2{
top: 50px;
max-width: 410px;
font-size: 1.5rem;
left: calc(50% - 30px);
}
#BrandingImgStyle2 .sub{
font-size: 70%;
}
.centerimg_and_feautures2 h3{
font-size: 110%;
}
#Attention p {
width: calc(100% - 300px);
font-size: 100%;
font-weight: 700;
text-align: center;
padding: 30px 15px;
margin: auto;
background-color: #fff;
border-radius: 30px;
}
#Attention .img {
-ms-flex-preferred-size: 200px;
flex-basis: 200px;
width: 200px;
height: 150px;
padding: 20px;
}
#Attention .button_inq a {
display: inline-block;
max-width: 250px;
color: #ffffff;
margin: 20px 0;
}
.only-pc{display: none}
.only-tab{display: block}
}

@media screen and (max-width: 768px) {
#Branding {
position: relative;
width: 100%;
min-height: 500px;
background-image: url(/products/marking/ijp/ux2_fitlive2/image/brandingimg_ux2_fitlive2sp.jpg);
background-repeat: no-repeat;
background-size: cover;
background-position: center top;
z-index: 0;
}
#Branding .Img{
top: 270px;
left: calc(50% - 250px);
max-width: 500px;
}
#Branding .Img img{
width: 100%;
}
.Branding_after{
height: 100px;
margin-top: 0;
}
#Information{
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
#Information .img{
margin: 0 0 70px 0
}
.inner{
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
width: 100%;
}
#Monitor .txt,
#ContactCenter .txt{
width: 100%;
max-width: 100%;
margin: 0 0 30px 0;
}
#ContactCenter h2{
width: 100vw;
}
#ContactCenter .txt .ope{
text-align: center;
}

.only-tab{display: block}
}


@media screen and (max-width: 767px) {
#Attention {
-webkit-box-orient: vertical;
-webkit-box-direction: reverse;
-ms-flex-direction: column-reverse;
flex-direction: column-reverse;
}
#Attention p {
width: calc(100% - 40px);
font-size: 100%;
}
#Attention .button_inq:after {
top: -8.5%;
left: 50%;
border: solid rgba(255, 255, 255, 0);
content: " ";
height: 0;
width: 0;
position: absolute;
pointer-events: none;
border-color: rgba(255, 255, 255, 0);
border-bottom-color: #fff;
border-width: 30px;
margin-left: -30px;
}
#Attention .img {
width: calc(100% - 40px);
height: 200px;
text-align: center;
padding: 0 10px 40px;
}
.feature_box{
display:-webkit-box;
display:-ms-flexbox;
display:flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
width: 100%;
}
.feature_box .img{
max-width: 300px;
margin: 0 auto 30px auto;
}
.feature_box .txt{
width: 100%;
}
.feature_box .txt .CatchCopy{
font-size: 110%;
font-weight: 700;
margin-bottom: 50px;
}
#Inquiry .button_inq2{
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
#Inquiry .button_inq2 li{
width: 90%;
}
#Inquiry .button_inq2 a{
width: 100%;
max-width: 280px;
min-height: 50px;
font-size: 90%;
padding: 20px;
}
.only-bsp{display: none}
.only-sps{display: none}
}


@media screen and (max-width: 579px){
.ResponsiveBrandingImgStyle{
width: calc(100% - 30px);
top: 30px;
color: #363434 !important;
background-color: rgba(255,0,0,0)!important;
margin: 0 auto;
}
#Branding {
position: relative;
width: 100%;
min-height: 400px;
background-repeat: no-repeat;
background-size: cover;
background-color: #fff;
background-position: center top;
}
#Branding .Img{
top: 210px;
left: calc(50% - 200px);
max-width: 100%;
}
#Branding .Img img{
width: 400px;
}
#BrandingImgStyle2{
top: 180px;
left: 25px;
min-width: 100%;
font-size: 1.5rem;
padding: 0px !important;
text-align: center;
}
#Information{
padding: 30px 0 60px;
}
#Information .img{
width: 100%;
min-width: 100%;
margin-bottom: 50px;
}
#Attention p {
width: calc(100% - 20px);
font-size: 100%;
}
#Attention .button_inq a {
display: inline-block;
max-width: 80%;
}
.only-pc{display: none}
.only-tab{display: none}
.only-bsp{display: block}
}


@media screen and (max-width: 430px) {
#Branding .Img{
top: 210px;
left: calc(50% - 171px);
max-width: 100%;
}
#Branding .Img img{
width: 340px;
}
#BrandingImgStyle2{
left: 30px;
font-size: 1.3rem;
}
.feature_box .img img{
width: 90%;
height: auto;
}
.only-sp{display: block}
.only-sps{display: none}
}


@media screen and (max-width: 340px) {
#Branding .Img{
top: 210px;
left: calc(50% - 151px);
max-width: 100%;
}
#Branding .Img img{
width: 300px;
}
#BrandingImgStyle2{
left: 25px;
font-size: 1.5rem;
}
#Information{
font-size: 83%;
}
#Attention .text p{
font-size: 110%;
margin: 260px 0 0px;
}
#Inquiry .button_inq2 a{
width: 100%;
max-width: 280px;
height: 50px;
font-size: 83%;
padding: 20px;
}
.only-sps{display: block}
}

