.pc_none {
  display: none;
}
body {
  background-image: url(/images/congesting/bg_header_pb.png);
  padding: 20px 3vw;
}
body::-webkit-scrollbar {
  display:none;
}
h1 {
  color: #f2F4F9;
  font-size: 4vw;
}
.content_box h2 {
  font-size: 1.5vw;
  line-height: 1.5;
  margin-bottom: 20px;
  color: #4F3B25;
  text-align: center;
  font-family: 'ヒラギノ角ゴ ProN W6', 'メイリオ';
  font-weight: 600;
  margin-bottom: 5px;
}
.content_box2 h2 {
  margin-bottom: 7px;
  font-size: 1.4vw;
  font-weight: bold;
  color: #4f3b25;
  text-align: center;
}
.header_box {
  display: flex;
  align-items: center;
  margin-bottom: 13px;
}
.header_logo_box {
  margin-right: 4vw;
}
.header_logo {
  width: 11vw;
  margin-bottom: 10px;
}
.header_logo_subttl {
  text-align: center;
  color: #fff;
}
.main_section {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  margin-bottom: 13px;
}
.content_box {
  width: calc(100% / 8 * 3);
  background: #f2f4e9;
  border:  1px solid #707070;
  border-radius: 15px;
  padding: 10px 15px;
}
.content_box:nth-child(2) {
  margin: 0 2vw;
}
.content_box2 {
  width: 100%;
  box-sizing: border-box;
  background: #f2f4e9;
  border:  1px solid #707070;
  border-radius: 15px;
  padding: 10px 15px;
}
.content_box2 h2 {
  font-size: 22px;
}
.content_box3 {
  width: 100%;
  background: #f2f4e9;
  border:  1px solid #707070;
  border-radius: 15px;
  margin-top: 24px;
}
.content_text {
  font-size: 1.2vw;
  line-height: 1.6;
  color: #4F3B25;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack: justify;
	-ms-flex-pack: justify;
  justify-content: space-between;
  flex-wrap: wrap;
}
.content_text > p {
  width: 48%;
  margin-bottom: 4px;
}
.notice_box {
  position: relative;
}
.notice_text {
  position: absolute;
  bottom: 0px;
}
.bold{
  font-weight: bold;
}

/*画像周り*/
.spring_box {
  border: solid 5px #5390CB;
  position: relative;
  text-align: center;
  color: #5390CB;
}

.spring_box img{
  width: 100%;

}

.txt_box {
  padding: 3%;
  font-size: 2vw;
  font-weight: bold;
}

/*　使用中　*/
.spring_box.use{
  border-top: solid 5px #6f6f6f;
  border-bottom: solid 5px #6f6f6f;
  border-right: solid 5px #6f6f6f;
  border-left: solid 5px #6f6f6f;
}
.spring_box.use img{
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  filter: grayscale(100%);
}
.spring_box.use .name_hot{
  color: #000;
}
.spring_box.use .txt_box{
  color: #cc2e39;
}
/* メンテ */
.spring_box.mente img{
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  filter: grayscale(100%);
}

.spring_box.mente{
  border-top: solid 5px #6f6f6f;
  border-bottom: solid 5px #6f6f6f;
  border-right: solid 5px #6f6f6f;
  border-left: solid 5px #6f6f6f;
}
.spring_box.mente .name_hot{
  color: #000;
}
.spring_box.mente .txt_box{
  color: #CCC32E;
}


/* スマホ */

@media screen and (max-width:767px) {
  .pc_none {
    display: block;
  }
  body {
    padding: 12px;
  }
  h1 {
    font-size: 1.5em;
    line-height: 1.3em;
    text-align: center;
    margin: 14px 0;
  }
  .content_box h2 {
    font-size: 1.6em;
    line-height: 1.2em;
  }
  .content_box h2::before {
    width: 31px;
    height: 42px;
    margin-right: 10px;
  }
  .header_box{
    display: initial;
  }
  .header_logo_box {
    margin: 0 0 10px 0;
    display: initial;
    width: initial;
  }
  .header_logo {
    width: 150px;
    margin: 0 auto 10px;

  }
  .main_section {
    flex-wrap: wrap;
  }
  .content_box {
    width: 100%;
    margin-bottom: 24px;
    padding: 21px 0;
  }
  .content_box:nth-child(2) {
    margin: 0 0 24px 0;
  }
  .content_box2 {
    width: 100%;
    margin-bottom: 24px;
  }
  .content_text {
    display: block;
    font-size: 1em;
    line-height: 20px;
  }
  .content_text > p {
    width: 100%;
  }
  .notice_text {
    margin-top: 20px;
    display: block;
    position: initial;
  }
  /* 順番入れ替え */
  .flex_item1 {
    order: 2;
  }
  .flex_item2 {
    order: 3;
  }
  .flex_item3 {
    order: 1;
  }
  /* end-順番入れ替え */

  /*画像周り*/
.spring_box {
  border: solid 5px #5390CB;
  position: relative;
  text-align: center;
  color: #5390CB;
}

.spring_box img{
  width: 100%;

}

}
