
/* Style for PCs */
@media screen and (min-width: 1025px) {

.line01 {
  width:100%;
  height: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.line01_cc {
  width:50%;
  height: auto;
  display: block;
}
.line01_img {
  width:40%;
  height: auto;
  display: block;
  box-shadow: 0px 10px 20px rgba(70,71,81,0.3);
}

.line02 {
  width:100%;
  height: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.line02_cc {
  width:50%;
  height: auto;
  display: block;
  order:2;
}
.line02_img {
  width:40%;
  height: auto;
  display: block;
  box-shadow: 0px 10px 20px rgba(70,71,81,0.3);
  order:1;
}

.line03 {
  width:100%;
  height: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.line03_cc {
  width:50%;
  height: auto;
  display: block;
}
.line03_img {
  width:40%;
  height: auto;
  display: block;
  box-shadow: 0px 10px 20px rgba(70,71,81,0.3);
}

.line04 {
  width:100%;
  height: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 50px;
}
.line04_cc {
  width:50%;
  height: auto;
  display: block;
  order:2;
}
.line04_img {
  width:40%;
  height: auto;
  display: block;
  box-shadow: 0px 10px 20px rgba(70,71,81,0.3);
  order:1;
}

}


/* Style for iPad Pro */
@media screen and (min-width: 769px) and (max-width: 1024px) {

.line01 {
  width:100%;
  height: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.line01_cc {
  width:50%;
  height: auto;
  display: block;
}
.line01_img {
  width:40%;
  height: auto;
  display: block;
  box-shadow: 0px 10px 20px rgba(70,71,81,0.3);
}

.line02 {
  width:100%;
  height: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.line02_cc {
  width:50%;
  height: auto;
  display: block;
  order:2;
}
.line02_img {
  width:40%;
  height: auto;
  display: block;
  box-shadow: 0px 10px 20px rgba(70,71,81,0.3);
  order:1;
}

.line03 {
  width:100%;
  height: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.line03_cc {
  width:50%;
  height: auto;
  display: block;
}
.line03_img {
  width:40%;
  height: auto;
  display: block;
  box-shadow: 0px 10px 20px rgba(70,71,81,0.3);
}

.line04 {
  width:100%;
  height: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 50px;
}
.line04_cc {
  width:50%;
  height: auto;
  display: block;
  order:2;
}
.line04_img {
  width:40%;
  height: auto;
  display: block;
  box-shadow: 0px 10px 20px rgba(70,71,81,0.3);
  order:1;
}


}

/* Style for Smartphone */
@media screen and (max-width: 768px) {

.line01 {
  width:100%;
  height: auto;
  display: flex;
  flex-direction: column;
}
.line01_cc {
  width:100%;
  height: auto;
  display: block;
}
.line01_img {
  width:100%;
  height: auto;
  display: block;
  box-shadow: 0px 10px 20px rgba(70,71,81,0.3);
}

.line02 {
  width:100%;
  height: auto;
  display: flex;
  flex-direction: column;
}
.line02_cc {
  width:100%;
  height: auto;
  display: block;
}
.line02_img {
  width:100%;
  height: auto;
  display: block;
  box-shadow: 0px 10px 20px rgba(70,71,81,0.3);
}

.line03 {
  width:100%;
  height: auto;
  display: flex;
  flex-direction: column;
}
.line03_cc {
  width:100%;
  height: auto;
  display: block;
}
.line03_img {
  width:100%;
  height: auto;
  display: block;
  box-shadow: 0px 10px 20px rgba(70,71,81,0.3);
}

.line04 {
  width:100%;
  height: auto;
  display: flex;
  flex-direction: column;
  margin-bottom: 50px;
}
.line04_cc {
  width:100%;
  height: auto;
  display: block;
}
.line04_img {
  width:100%;
  height: auto;
  display: block;
  box-shadow: 0px 10px 20px rgba(70,71,81,0.3);
}

}
