@charset "utf-8";
/* ================================================================= 
 License : e-TRUST Inc.
 File name : style.css
 Style : style
================================================================= */
/*----------------------------------------------------------------------------制作*/
.title-03 {
  padding:20px;
}
.title-03 h3 {
    font-size: 20px;
}
.flex2 .box {
    width: calc(100% / 2 - 2%);
    margin-bottom: 4%;
}
.text-left2 img {
	width: 20% !important;
}
.text-left2 .box {
   flex-direction: row-reverse;
}
.text-left2 .box div {
	width: 74% !important;
}
.text-left2 .box, .text-right .box {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

/*----------------------------------------------------------------------------ディレクター*/
/*----------------------------------------------------------------------------cs*/
@media screen and (max-width: 834px){
/*----------------------------------------------------------------------------制作*/
.flex2 .box {
    width: calc(100% / 2 - 2%);
    margin-bottom: 4%;
}
/*----------------------------------------------------------------------------ディレクター*/
/*----------------------------------------------------------------------------cs*/
}
@media screen and (max-width: 640px){
/*----------------------------------------------------------------------------制作*/
._spwidth1 .box {
    width: 100%;
}
/*----------------------------------------------------------------------------ディレクター*/
/*----------------------------------------------------------------------------cs*/
}