/*打ち消し*/
h3.catTit {
  display: none;
}
.editContent {
  margin: 0;
}
section {
  margin-bottom: 50px;
}
/*****/
.questions_inner a {
  color: #0000ff;
  text-decoration: blink;
}
.questions_inner p {
  margin-bottom: 0;
  line-height: 24px;
}
.beginning a:visited {
  color: blue;
  text-decoration: underline;
}
.order-question-3d .color_red {
  color: #e60010;
}
.order-question-3d .box1 {
  display: flex;
  text-align: center;
}
.order-question-3d .box1 img {
  padding: 3%;
  width: 100%;
}
.beginning {
  margin: 0 0 40px 0;
}
.beginning h2 {
  margin: 0 0 10px 0;
  font-size: 20px;
}
.beginning p {
  text-align: left;
}
.rightContents {
  width: 100%;
  min-width: 850px;
}
h1.ttl-user-guide {
  font-size: 1.8em;
  letter-spacing: 0.06em;
  margin-bottom: 20px;
  font-weight: bold;
}
section .order-question-3d-title {
  font-size: 1.3em;
  font-weight: bold;
  line-height: 1.6em;
  margin: 2em auto 1em;
}
section .ttl-user-guide {
  font-size: 26px;
  color: white;
  letter-spacing: 0.06em;
  padding: 1% 0 1% 2%;
  background-color: #e60010;
  margin-bottom: 40px;
  font-weight: bold;
}
h1,
h2 {
  text-align: left;
}
h2 {
  font-size: 24px;
  font-weight: bold;
  border-bottom: 3px solid #e60010;
  padding: 10px;
}
.nav-guide-question {
  margin: 30px auto 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start; /* justify-content: flex-start; */
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.nav-guide-question li .btn-user {
  background: #ededed;
  height: 50px;
  color: #252525;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none; /* letter-spacing: 0.1em; */
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.rightContents .head-there {
  padding-top: 20px;
  margin-top: -20px;
}
.btn-user {
  position: relative;
  z-index: 2;
}
.btn-user {
  width: 100%;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
  position: relative;
}
.nav-guide-question li {
  width: 22.5%;
  margin: 0 5px 14px;
}
.btn-wrap {
  position: relative;
}
.btn-wrap:after {
  content: "";
  display: block;
  position: absolute;
  width: 96.25%;
  height: 100%;
  -webkit-box-shadow: 0px 3px 4px 0px rgb(0 0 0 / 30%);
  box-shadow: 0px 3px 4px 0px rgb(0 0 0 / 30%);
  bottom: 0;
  z-index: 1;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}
.nav-guide-question li {
  list-style-type: none;
}
.countermeasure-title {
  margin-top: 3%;
  font-weight: bold;
}

@media (max-width: 767px) {
  .beginning {
    margin: 5%;
  }
  .beginning h2 {
    margin: 0 0 10px 0;
    font-size: 20px;
  }
  section h3 {
    background: #e60010;
    color: #fff;
    font-size: 18px;
    text-align: left;
    padding: 8px 20px 8px;
    margin-bottom: 30px;
  }
  .beginning p {
    text-align: left;
  }
  .rightContents {
    min-width: 100%;
  }
  .ttl-user-guide {
    font-size: 1.8em;
  }
  h1.ttl-user-guide {
    font-size: 1.4em;
    line-height: 1.2em;
  }
  section .ttl-user-guide {
    font-size: 1.8em;
    margin-bottom: 2em;
  }
  h1,
  h2 {
    text-align: left;
  }
  .questions_inner {
    margin: 5%;
  }
  .beginning {
    margin: 0 0 40px 0;
  }
  .beginning h2 {
    margin: 0 0 10px 0;
    font-size: 20px;
  }
  .beginning p {
    text-align: left;
  }
  .nav-guide-question {
    margin: 5% auto 10%;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start; /* justify-content: flex-start; */
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .nav-guide-question li .btn-user {
    background: #ededed;
    height: 50px;
    color: #252525;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none; /* letter-spacing: 0.1em; */
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .rightContents .head-there {
    padding-top: 25%;
    margin-top: -25%;
  }
  .btn-user {
    position: relative;
    z-index: 2;
  }
  .btn-user {
    width: 100%;
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 4px;
    position: relative;
  }
  .nav-guide-question li {
    width: 45%;
    margin: 0 5px 14px;
    list-style-type: none;
  }
  .btn-wrap {
    position: relative;
  }
  .btn-wrap:after {
    content: "";
    display: block;
    position: absolute; /* width: 96.25%; */
    height: 100%;
    -webkit-box-shadow: 0px 3px 4px 0px rgb(0 0 0 / 30%);
    box-shadow: 0px 3px 4px 0px rgb(0 0 0 / 30%);
    bottom: 0; /* z-index: 1; */
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
  }
  /*section　共通*/
  section {
    margin-top: 43px;
    margin-bottom: 10%;
  }
  .questions_inner a {
    color: #0000ff;
  }
  section h2 {
    background: #e60010;
    color: #fff;
    font-size: 18px;
    text-align: left;
    padding: 8px 20px 8px;
    margin-bottom: 30px;
  }
  section p {
    text-align: left;
    font-size: 16px;
    line-height: 1.6;
  }
  .order-question-3d .box1 {
    display: block;
  }
  .order-question-3d .box1 p {
    text-align: center;
  }
}
