@charset "UTF-8";
/* CSS Document */

.txt-center {
  text-align: center;
}
.txt-green {
  color: #94C242;
}
.bg-gray {
  background-color: #f2f5fe;
}
.mgt2 {
  margin-top: 2%;
}
.mgt5 {
  margin-top: 5%;
}
.mgb5 {
  margin-bottom: 5%;
}
.flex1 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

/* sec1 status */
.status-box {
  width: 48%;
}
.status-box img{
  width: 100%;
}

/* sec2 CDR */
.whycdr {
  width: 48%;
}
.whycdr-img {
  text-align: center;
}
.whycdr p.title {
  font-size: 1.45em;
  font-weight: bold;
}
.defense p.title {
  font-size: 1.45em;
}
.defense-box {
  text-align: center;
  position: relative;
  width: 19%;
}
.defense-box-2 {
  text-align: center;
  width: 30%;
}
.defense-img img{
  width: 100%;
}
.arrow-step::after {
  position: absolute;
  content: "";
  margin-left: 10px;
  top: 50%;
  right: -35px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 50px 0 50px 30px;
  border-color: transparent transparent transparent #a8a7a7;
}

/* sec3 feature */

.feature-contents {
  width: 39.5%;
  background-color: #fff;
  -webkit-box-shadow: 0 10px 20px 0 rgba(0,0,0,.1);
  box-shadow: 0 10px 20px 0 rgba(0,0,0,.1);
  display: flex;
  flex-direction: column;
  padding: 3% 4%;
  text-align: left;
  margin-bottom:5%;
}
.feature-contents:last-child {
  margin-right: 0;
}
.feature-contents img{
  max-width: 250px;
}

.feature-contents p.title {
  font-size: 1.3em;
  font-weight: bold;
}

.compare-box h6 {
  text-align: center;
  font-size: 1.45em;
  margin-bottom: 0;
}
.compare-box h6 span {
  font-size: 60%;
  letter-spacing: .3rem;
  opacity: 0.5;
}

.compare-box {
  display: flex;
  flex-direction: column;
  width: 28.5%;
  border: 1px solid #000;
  padding: 1%;
}
.compare-grand-child ul li {
  position: relative;
  margin-bottom: 2em;
  padding-left: 10%;
}
.compare-grand-child ul li ul{
  margin: 0;
  padding-left: 5%;
}
.compare-grand-child ul li ul li{
  margin-bottom: 0;
}
.compare-grand-child li::before {
  position: absolute;
  content: "";
  left: 0;
  margin-top: -15px;
}
.compare-grand-child ul li.log-yellow::before {
  background: url(../../images/alliance/odix/log-yellow.png);
  background-size: cover;
  width: 25px;
  height: 25px;
  top: 0;
  margin-top: 0;
}
.compare-grand-child ul li.log-black::before {
  background: url(../../images/alliance/odix/log-black.png);
  background-size: cover;
  width: 20px;
  height: 20px;
  top: 0;
  margin-top: 2%;
}
/*.compare-grand-child ul li.log-red::before {
  
  background: url(../../images/alliance/odix/log-red.png);
  background-size: cover;
  width: 20px;
  height: 20px;
  top: 19px;
  left: 8px;
}
.compare-grand-child ul li.log-green::before {
  
  background: url(../../images/alliance/odix/log-green.png);
  background-size: cover;
  width: 25px;
  height: 25px;
  top: 16px;
  left: 4px;
}*/

.compare-grand-child ul li.subtxt{
    padding: 0;
    text-indent: -1rem;
    /* padding-left: 13%; */
    font-size: 90%;
}

/* sec5 app */
.app-box {
  width: 25%;
  text-align: center;
  display: flex;
  flex-direction: column;
  display: inline-block;
  padding: 3% 3%;
  margin: 1%;
  border: 1px solid #000;
  background-color: #fff;
}
.app-logo-box {
  width: 80px;
  margin: 0 auto;
}
.app-title {
  font-size: 1.5rem;
  font-weight: bold;
}
.app-txt {
  text-align: left;
}

.status_01{
margin-bottom: 9%;
}

.info-back {
    background: url(../../images/alliance/odix/bg_odix.jpg) no-repeat bottom center scroll;
}

@media screen and (max-width: 1000px) {
.info-back {
    background: url(../../images/alliance/odix/bg_odix_sp.jpg) no-repeat bottom center scroll;
    height: 800px !important;
}
  .mgb5-sp {
    margin-bottom: 13%;
  }
/* sec1 */
  .status-box {
    width: 100%;
    text-align: center;
  }
  .status-box p{
    text-align: left;
  }
  /* sec2 CDR */
  .whycdr, .defense-box, .defense-box-2 {
    width: 100%;
  } 
  .whycdr p.title {
    font-size: 1.5em;
    text-align: center;
  }
  .arrow-step::after {
    border-width: 0;
  }
  .defense p.title {
    font-size: 130%;
  }
  .defense-img img {
    width: 60%;
  }
 /* sec3 */ 
 .feature-contents {
   width: 100%;
 }
 .feature-contents p.title {
  font-size: 130%;
  text-align: center;
 }
 /* sec4 */ 
 .compare-box h6 {
 font-size: 130% !important;
}
 .compare-box {
  width: 100%;
  margin-bottom: 15px;
  padding: 3% 6%;
 }
 .compare-box ul li{
   padding-left: 3rem;
 }
 .compare-grand-child ul li.log-yellow::before {
  top: 4px;
  width: 45px;
  height: 45px;
}
.compare-grand-child ul li.log-black::before {
  top: 8px;
  left: 5px;
  width: 35px;
  height: 35px;
  margin-top: 0;
}
.compare-grand-child ul li.log-red::before {
  top: 27px;
  left: 8px;
  width: 30px;
  height: 30px;
}
.compare-grand-child ul li.log-green::before {
  top: 22px;
  left: 8px;
  width: 35px;
  height: 35px;
}
 /* sec5 */ 
 .app-box {
  width: 100%;
 }
 .app-title {
  font-size: 130%;
 }

.feature-contents img {
    max-width: 100%;
}

.compare-grand-child ul li.subtxt{
    padding-left: 1%;
    margin-bottom: 0;
}

.compare-grand-child ul li ul{
    padding-left: 0;
}
}

