@charset "UTF-8";
/*--- import -------------------------------------*/
/*------------------------------------- import ---*/
.box_in {
  max-width: 960px; }

.txt, .txt_area {
  line-height: 2.2;
  letter-spacing: 0.1rem; }

.mv {
  background: url(../images/business2/mv_img.jpg) no-repeat;
  background-size: cover; }

@media screen and (max-width: 750px) {
  .mv {
    background: url(../images/business2/mv_img.jpg) no-repeat;
    background-size: cover; } }
#intro .box_in .feature .txt ul li {
  text-indent: -1.5em;
  padding-left: 1.5em;
  line-height: 1.8; }
  #intro .box_in .feature .txt ul li:before {
    content: '■';
    color: #e6000f; }
  #intro .box_in .feature .txt ul li:nth-child(2) {
    margin-top: 10px; }
