@charset "UTF-8";
body {
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  color: #fff;
  font-size: 1.4em;
}

.container-fluid {
  margin: 20px auto;
  max-width: 960px;
}

h3 {
  color: #ffffff;
  border-left: 10px solid #262629;
  padding: 16px 0 16px 5px;
  background: #262629;
}


li {
  font-size: 18px;
  margin-bottom: 6px;
}

.text_1 {
  font-size: 30px;
  font-weight: bold;
  margin: 3px 0 3px 0;
}

.text_2 {
  font-size: 22px;
  font-weight: bold;
}

.img-container {
  display: flex;
  /* flexbox */
  justify-content: center;
  /* 水平方向 */
  align-items: center;
  /* 垂直方向 */
}
.bg-color {
 background-color: #024ea8;
}

.kv_text img{
  width: 100%;
}

.nas{
  background-color: black;
  color: white;
  padding: 23px;
}

.obi{
  font-size: 28px;
  font-weight: bold;
  border-bottom: solid 3px black;
}

.syno_bg {
  background-color: #E8EDF3;

}

.pake_text {
  font-size: 20px;
}

.pake_line {
border-width:3px 0 0 0;
border-style: solid;
border-color: #262629;
margin: 10px 0 10px 0;
}