@charset "UTF-8";

/****** mv ******/
#mv_sub {
  background-image: url(../img/system/mv_bg.jpg);
  z-index: -1;
}

@media only screen and (max-width: 768px) {}


/****** system-training ******/
#system-training {
  margin: 6% auto 0;
  padding: 6% 0;
  background: url(../img/system/bg_system.jpg) center center no-repeat fixed;
  box-sizing: border-box;
}

#system-training h3 {
  margin-bottom: 32px;
  color: #fff;
}

#system-training .traning-box {
  max-width: 1080px;
  width: 100%;
  margin: 0 auto 4px;
  border: none;
  display: block;
  margin-bottom: 4px;
}

#system-training .traning-box th {
  width: 320px;
  vertical-align: middle;
  color: #0ca7ff;
  background: #fff;
}

#system-training .traning-box th,
#system-training .traning-box td .ttl {
  font-size: 20px;
  color: #0ca7ff;
  font-weight: 700;
}

#system-training .traning-box td .ttl {
  padding-bottom: 8px;
  margin-bottom: 12px;
  border-bottom: 1px solid #ccc;
}

#system-training .traning-box td .bg_w {
  padding: 32px;
  margin-left: 4px;
  margin-bottom: 4px;
  background: #fff;
}

#system-training .traning-box td .bg_w.last-child {
  margin-bottom: 0px;
}

@media only screen and (max-width: 768px) {
  #system-training {
    margin: 0% auto 0;
    padding: 12% 0;
    background: url(../img/system/bg_system.jpg) center center no-repeat fixed;
    box-sizing: border-box;
  }

  #system-training h3 {
    margin-bottom: 0;
  }

  #system-training .traning-box {
    max-width: 1080px;
    width: 100%;
    margin: 0 auto 4px;
    border: none;
    display: block;
    margin-bottom: 4px;
  }

  #system-training .traning-box th,
  #system-training .traning-box td {
    display: block;
  }

  #system-training .traning-box th {
    width: 100%;
    padding: 4%;
    margin-top: 8%;
    color: #fff;
    background: #0ca7ff;
  }

  #system-training .traning-box th,
  #system-training .traning-box td .ttl {
    font-size: 16px;
  }

  #system-training .traning-box td .ttl {
    padding-bottom: 8px;
    margin-bottom: 12px;
    border-bottom: 1px solid #ccc;
  }

  #system-training .traning-box td .bg_w {
    padding: 8%;
    margin-top: 4%;
    margin-left: 0px;
    margin-bottom: 4px;
    background: #fff;
  }

  #system-training .traning-box td .bg_w.last-child {
    margin-bottom: 0px;
  }
}



/****** system-welfare ******/
#system-welfare {
  margin-top: 6%;
  padding: 0 0 4% 0;
  background: url(../img/common/bg_wave02.svg) left bottom no-repeat fixed;
}

#system-welfare .ttl {
  margin: 0 auto 80px;
  padding: 6% 0;
  background: url(../img/system/bg_welfare.jpg) center center no-repeat;
  color: #fff;
  text-align: center;
  background-size: cover;
  box-sizing: border-box;
}
/*
#system-welfare .welfare-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
	margin: 0 -2.5em;
}

#system-welfare .welfare-box li {
  width: 32%;
  margin-bottom: 5%;
  padding: 3% 2%;
  border: 1px solid #ccedff;
  background: rgba(255, 255, 255, 0.96);
  box-sizing: border-box;
}
*/
#system-welfare .welfare-box {
  display: block;
  flex-wrap: wrap;
	margin: 0 -2.5em;
}

#system-welfare .welfare-box li {
	display: flex;
  width: 100%;
  margin-bottom: 5%;
  padding: 2%;
  border: 1px solid #ccedff;
  background: rgba(255, 255, 255, 0.96);
  box-sizing: border-box;
}

#system-welfare .welfare-box li figure {
  text-align: center;
	width: 30%;
	margin-top: 0.5em;
}

#system-welfare .welfare-box li figure img {
  width: 50%;
}

#system-welfare .welfare-box li .name {
	margin: 1em 0 0 0 ;
	padding: 0;
  font-size: 18px;
  color: #13aaff;
  text-align: center;
  line-height: 1.3em;
}

#system-welfare .welfare-box li .copy {
	width: 70%;
}

@media only screen and (max-width: 768px) {
  #system-welfare {}

  #system-welfare .ttl {
    margin: 0 auto 8%;
    padding: 6% 0;
  }

  #system-welfare .welfare-box {
    flex-direction: column;
  }

  #system-welfare .welfare-box li {
    width: 92%;
    padding: 3% 5%;
		display: block;
		margin: 2% auto 5%;
  }

  #system-welfare .welfare-box li figure {
    text-align: center;
		width: 100%;
		margin: 0.5em 0 0 0;
  }

  #system-welfare .welfare-box li figure img {
    width: 30%;
  }

  #system-welfare .welfare-box li .name {
    font-size: 16px;
    min-height: auto;
    margin-bottom: 3%;
		line-height: 1.2em;
  }

  #system-welfare .welfare-box li .copy {
	width: 100%;
}
}