@charset "utf-8";

/***************************************************
  strategy.css
***************************************************/

.txt-01{
  text-align: right;
  margin: 10px 0;
}
.txt-02{
  margin-top: 30px;
  font-size: 17px;
  display: inline-block;
  background-color: #e10000;
  color: #fff;
  font-weight: bold;
  padding: 2px 7px 3px;
  margin-bottom: 5px;
}
.txt-03{
  font-size: 18px;
  font-weight: bold;
}
.txt-04{
  margin: 10px 0 30px;
}
.txt-05{
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 30px;
}
.txt-06{
  margin: 10px 0 0;
}
.txt-07{
  font-size: 16px;
}
.img-01{
  margin: 50px 0 30px;
}
.txt-06{
  font-size: 18px;
  margin: 30px 0;
  color: #e10000;
}
.txt-08{
  font-size: 18px;
  margin: 30px 0 0;
  color: #e10000;
}
.txt-09 {
  font-weight: bold;
  color: #e10000;
  font-size: 17px;
  margin-top: 1em;
}

.txt-08 + p {
  margin-top: 5px;
  margin-bottom: 30px;
}
.text-right {
  text-align: right;
  margin-bottom: 1em;
}
ul.list-effort li{
  padding-left: 1.3em;
  text-indent: -1.3em;
  margin-bottom: 10px;
}
ul.list-effort li span{
  font-size: 16px;
  font-weight: bold;
}
.box-planning{
  width: 100%;
}
.box-planning th,.box-planning td{
  border-top: 1px solid #e4e1da;
  border-left: 1px solid #e4e1da;
  padding: 10px;
}
.box-planning{
  border-bottom: 1px solid #e4e1da;
  border-right: 1px solid #e4e1da;
}
.box-planning th{
  background-color: #eeede9;
  color: #000;
}
.box-planning td{
  text-align: right;
}
.box-planning tr:first-child td{
  text-align: left;
  border: none;
}
@media only screen and (max-width: 640px) {
  .txt-02{
    margin-top: 20px;
  }
  .txt-04{
    margin: 10px 0 20px;
  }
  .txt-05{
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 30px;
  }
  .txt-06 {
    font-size: 17px;
    margin: 20px 0;
  }
  .txt-08 {
    font-size: 17px;
    margin: 20px 0 0;
  }
  .txt-08 + p {
    margin-bottom: 20px;
  }
  .box-planning th,.box-planning td{
    padding: 5px;
  }
  .area-planning::-webkit-scrollbar{
    width: 20px;
    background: #999;
  }
  .area-planning::-webkit-scrollbar:horizontal{
    height: 10px;
    background: #eee;
    border-radius: 5px;
  }
  .area-planning::-webkit-scrollbar-thumb{
    background: #999;
    border-radius: 5px;
  }
  .area-planning::-webkit-scrollbar-thumb:horizontal{
    background: #999;
    border-radius: 5px;
  }
  .area-planning{
    width: 100%;
    overflow: auto;
    margin-bottom: 60px;
  }
  .area-planning table{
    width: 900px;
    overflow-x: auto;
    border-collapse: collapse;
    margin-bottom: 10px;
  }
  .table-slide-arrow{
    position: relative;
    border: solid 1px #e4e1da;
  }
  .table-slide-arrow.after:after{
    content: "";
    width: 126px;
    height: 80px;
    background: url("/shared/img/svg/icon_cr03.svg")no-repeat;
    opacity: 0.4;
    position: absolute;
    top: 30px;
    left: 0;
    right: 0;
    margin: auto;
  }
}
@media print {
  ul.list-effort li br.no-print {
    display: none;
  }
}