.justify {
  text-align: justify;
  word-break: break-all;
  text-justify: inter-ideograph;
  text-justify: inter-character;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.txt_bold {
  font-weight: 600;
}

.nobori_new_sec .nobori_new_h2 {
  color: #fff;
  font-size: 17px;
  font-weight: bold;
  margin: 0 0 2rem;
  padding: 15px 10px 13px;
  line-height: 1.4;
  background-color: #FF501B;
  ;
  border-bottom: 4px solid #FF912B;
}

.nobori_new_sec i {
  padding-right: 10px;
}

.nobori_new_lead_block {
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  justify-content: space-between;
  margin-bottom: 2rem;
}

.nobori_new_lead_block .nobori_new_lead_box {
  width: 50%;
}

@media screen and (max-width: 767px) {
  .nobori_new_lead_block .nobori_new_lead_box {
    width: 100%;
    margin-bottom: 15px;
  }
}

.nobori_new_lead_block .nobori_new_lead_box .nobori_new_txt {
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 15px;
}

.nobori_new_lead_figure {
  width: 47%;
  margin: 0;
}

@media screen and (max-width: 767px) {
  .nobori_new_lead_figure {
    width: 100%;
  }
}

.nobori_new_sec .nobori_new_h3 {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 2em;
  padding: 10px 10px;
  line-height: 1.4;
  background-color: #FF501B;
  border-bottom: 4px solid #FF912B;
  margin: 48px 0 24px;
}

.nobori_new_sec .nobori_new_h3_mokuji {
  background-color: #555;
  border-bottom: 4px solid #111;
  margin: 24px 0 24px;
  padding: 10px;
}

.nobori_new_sec .nobori_new_h3_dt {
  background-color: #009944;
  border-bottom: 4px solid #06cb60;
}

.nobori_new_sec .nobori_new_h3_c {
  background-color: #f39800;
  border-bottom: 4px solid #ffc895;
}

.nobori_new_sec .nobori_new_h3_o {
  background-color: #00a1e9;
  border-bottom: 4px solid #2bbaff;
}

.nobori_new_mokuji_list {
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
  margin-bottom: 30px;
}

.nobori_new_mokuji_list .nobori_new_mokuji_item {
  width: 31.5%;
  border: 1px solid #1b51ab;
  margin-bottom: 10px;
  text-align: center;
  padding: 15px 0;
  line-height: 1;
  background-color: #f9f9f9;
  border-radius: 2px;
}

.nobori_new_mokuji_list .nobori_new_mokuji_item:hover {
  background-color: #1b51ab;
}

.nobori_new_mokuji_list .nobori_new_mokuji_item:hover a {
  color: #fff;
}

.nobori_new_mokuji_list .nobori_new_mokuji_item:hover i {
  color: #fff;
}

.nobori_new_mokuji_list .nobori_new_mokuji_item a {
  color: #1b51ab;
  font-size: 16px;
}

.nobori_new_mokuji_list .nobori_new_mokuji_item a i {
  padding-left: 10px;
  padding-right: 0;
  color: #1b51ab;
}

@media only screen and (max-width: 767px) {
  .nobori_new_mokuji_list .nobori_new_mokuji_item {
    width: 48.5%;
  }

  .nobori_new_mokuji_list .nobori_new_mokuji_item a {
    font-size: 13px;
  }
}

.nobori_new_order_txt {
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 2rem;
}

.nobori_new_order_list {
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  justify-content: space-between;
  margin-top: 1.5rem;
  margin-bottom: 2rem;
}

@media screen and (max-width: 550px) {
  .nobori_new_order_list {
    margin-bottom: 0;
  }

  .nobori_new_order_list:nth-of-type(3) {
    margin-bottom: 2rem;
  }
}

.nobori_new_order_list .nobori_new_order_item {
  width: 32%;
  margin-bottom: 2rem;
}

@media screen and (max-width: 550px) {
  .nobori_new_order_list .nobori_new_order_item {
    width: 48%;
  }
}

.nobori_new_order_list .nobori_new_order_item a {
  transition: 1s;
}

.nobori_new_order_list .nobori_new_order_item a:hover {
  opacity: 0.6;
}

.txt_color_red {
  color: #d63a18;
}

.all-items-list__txt {
  font-size: 13px;
  font-weight: 400;
  text-align: left;
  width: 80%;
  margin: 0 auto 1rem;
}

@media screen and (max-width: 1000px) {
  .all-items-list__txt {
    width: 90%;
  }
}

@media screen and (max-width: 767px) {
  .all-items-list__txt {
    width: 100%;
  }
}


.nobori_new_contact_block {
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.1em;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
  margin-bottom: 40px;
  margin-top: 6rem;
}

.nobori_new_contact_block .btn_complete-data {
  font-weight: 700;
  line-height: 1;
  position: relative;
  display: inline-block;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  border-radius: 0.5rem;
  font-size: 24px;
  padding: 4rem 0 3rem 0;
  color: #fff;
  background: #ff5235;
  -webkit-box-shadow: 0 5px 0 #b64b00;
  box-shadow: 0 5px 0 #b64b00;
  width: 48%;
}

.nobori_new_contact_block .btn_complete-data:hover {
  -webkit-transform: translate(0, 3px);
  transform: translate(0, 3px);
  color: #fff;
  background: #eb6100;
  -webkit-box-shadow: 0 2px 0 #d25600;
  box-shadow: 0 2px 0 #d25600;
}

.nobori_new_contact_block .btn_complete-data span {
  font-size: 13px;
  position: absolute;
  top: -1.25rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  display: block;
  width: 80%;
  padding: 0.5rem 0;
  color: #d44114;
  border: 2px solid #d44114;
  border-radius: 100vh;
  background: #fff;
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
}

.nobori_new_contact_block .btn_complete-data span:before {
  position: absolute;
  left: calc(50% - 10px);
  content: "";
  bottom: -10px;
  border-width: 10px 10px 0 10px;
  border-style: solid;
  border-color: #d44114 transparent transparent transparent;
}

.nobori_new_contact_block .btn_complete-data span:after {
  position: absolute;
  left: calc(50% - 10px);
  content: "";
  bottom: -7px;
  border-width: 10px 10px 0 10px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
}


.nobori_new_contact_block .btn_template_download {
  font-weight: 700;
  line-height: 1;
  position: relative;
  display: inline-block;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  border-radius: 0.5rem;
  font-size: 20px;
  padding: 4rem 0 3rem 0;
  color: #fff;
  background: #15c02c;
  -webkit-box-shadow: 0 5px 0 #2c9d60;
  box-shadow: 0 5px 0 #2c9d60;
  width: 49%;
}

@media only screen and (max-width: 767px) {
  .nobori_new_contact_block .btn_complete-data {
    width: 100%;
    margin-bottom: 40px;
    font-size: 22px;
  }

  .nobori_new_contact_block .btn_template_download {
    width: 100%;
    font-size: 20px;
  }
}

.nobori_new_contact_block .btn_template_download:hover {
  -webkit-transform: translate(0, 3px);
  transform: translate(0, 3px);
  color: #fff;
  background: #32b16c;
  -webkit-box-shadow: 0 2px 0 #2c9d60;
  box-shadow: 0 2px 0 #2c9d60;
}

.nobori_new_contact_block .btn_template_download span {
  font-size: 13px;
  position: absolute;
  top: -1.25rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  display: block;
  width: 80%;
  padding: 0.5rem 0;
  color: #32b16c;
  border: 2px solid #32b16c;
  border-radius: 100vh;
  background: #fff;
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
}

.nobori_new_contact_block .btn_template_download span:before {
  position: absolute;
  left: calc(50% - 10px);
  content: "";
  bottom: -10px;
  border-width: 10px 10px 0 10px;
  border-style: solid;
  border-color: #32b16c transparent transparent transparent;
}

.nobori_new_contact_block .btn_template_download span:after {
  position: absolute;
  left: calc(50% - 10px);
  content: "";
  bottom: -7px;
  border-width: 10px 10px 0 10px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
}

.nobori_new_order_tl {
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 2rem;
}

.nobori_new_col2_block {
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  justify-content: space-between;
  margin-bottom: 2rem;
}

@media screen and (max-width: 550px) {
  .nobori_new_col2_block {
    -webkit-box-align: center;
    align-items: center;
  }
}

.nobori_new_col2_box {
  width: 50%;
  text-align: center;
}

@media screen and (max-width: 550px) {
  .nobori_new_col2_box {
    width: 100%;
    margin-bottom: 1rem;
  }
}

.nobori_new_btn-wrap {
  text-align: center;
  margin-top: 5rem;
  margin-bottom: 5rem;
}

.nobori_new_btn-wrap a {
  transition: 1s;
}

.nobori_new_btn-wrap a:hover img {
  opacity: 0.6;
}

.nobori_new_sub_tl {
  font-size: 16px;
  padding-bottom: 5px;
  border-bottom: 1px solid #333;
  margin-bottom: 2rem;
  font-weight: 600;
}

.nobori_new_size_block {
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  justify-content: space-between;
  margin-bottom: 2rem;
}

.nobori_new_size_figure {
  width: 63%;
  margin: 0;
}

@media screen and (max-width: 767px) {
  .nobori_new_size_figure {
    width: 100%;
  }
}

.nobori_new_size_block .nobori_new_size_box {
  width: 35%;
}

@media screen and (max-width: 767px) {
  .nobori_new_size_block .nobori_new_size_box {
    width: 100%;
    margin-bottom: 15px;
  }
}

.nobori_new_size_list {
  margin-top: 2rem;
}

.nobori_new_size_item {
  font-size: 13px;
  line-height: 1.6;
}

.nobori_new_size_block .nobori_new_size_box .nobori_new_txt {
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 15px;
}