@charset "UTF-8";
body {
    counter-reset: number 0;           /* number のカウンタを 0 にセット */
}
 
.qa-1 {
    margin-bottom: 15px;
    border: 1px solid #d6dde3;
}

.qa-1 summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 1em 2em 1em 4.5em;
    color: #333333;
    font-weight: 600;
    cursor: pointer;
    line-height: 1.8;
}

.qa-1 summary::before,
.qa-1 p::before {
    position: absolute;
    left: 1em;
    font-weight: 600;
    font-size: 1.3em;
}

.qa-1 summary::before {
    color: #1f64b4;
    counter-increment: number 1;
    content: "Q" counter(number) ".";
}

.qa-1 summary::after {
    transform: rotate(90deg);
    margin-left: 10px;
    content: '>';
    transition: 0.5s;
    transform-origin: center;
}

.qa-1[open] summary::after {
    transform: translateX(-15%) rotate(270deg);
}

.qa-1 .qa-1-text {
    position: relative;
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    padding: .3em 3em 1em 4.5em;
    color: #333;
    line-height: 2;
}

.qa-1[open] .qa-1-text {
    opacity: 1;
}

.qa-1 .qa-1-text::before {
    color: #FF9933;
    line-height: 1.5;
    content: "A" counter(number) ".";
}

.qa-1-wrap {
    margin: 40px 0;
}

.contact-required {
    margin-left: 8px;
    background: #FF9933;
    color: #FFF;
    padding: 3px 10px;
    font-size: 12px;
    font-weight: 800;
    border-radius: 8px;
}

.contact-optional {
    margin-left: 8px;
    background: #1f64b4;
    color: #FFF;
    padding: 3px 10px;
    font-size: 12px;
    font-weight: 800;
    border-radius: 8px;
}

.icoLogo {
    max-width: 50px;
    margin: 0 auto 20px;
}

.icoLogo img {
    max-width: 100%;
}

.p-footer-nav a {
  transition: 0.3s;
}

.p-footer-nav a:hover {
  opacity: 0.6!important;
}

.wpcf7-radio {
  display: flex;
}

@media screen and (max-width: 991px) {
  .wpcf7-radio {
    display: block;
  }
}

.p-flow-wrap {
  width: 100%;
  overflow: hidden;
  line-height: 180%;
  margin-bottom: 20px;
  margin-bottom: 10px;
  background: #f2f2f2;
  padding: 20px 20px 20px 10px;
}

.p-flow-number-wrap {
  width: 12%;
  text-align: center;
  float: left;
}

.p-flow-number {
  width: 80px;
  display: inline-block;
  border-radius: 50%;
  background: #0070c9;
  color: #fff;
  height: 80px;
  line-height: 80px;
  text-align: center;
  vertical-align: middle;
  font-weight: bold;
  font-size: 20px;
}

.p-flow-title {
  width: 32%;
  font-weight: bold;
  font-size: 1.3rem;
  float: left;
  padding: 25px 0 0 0;
}

.p-flow-txt {
  width: 50%;
  margin-left: 6%;
  float: left;
  padding: 25px 0 0 0;
}

.p-flow-mark-wrap {
  text-align: center;
  margin: 30px 0!important;
}

.p-flow-mark {
  color: #0070c9;
  font-weight: 900;
  font-size: 3em;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.p-flow-mark:before {
    content: "▼";
}

@media screen and (max-width: 991px) {
  .p-flow-number {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }

  .p-flow-title {
    padding-top: 35px;
    font-size: .9rem;
  }

  .p-flow-txt {
      padding: 33px 0 20px 0;
      font-size: 13px;
  }
}

.p-article06__content {
  border-left: 4px solid #194a93!important;
}

.p-entry__body h2 {
  background-image: url(https://shiodome-soumu.com/wp-content/themes/nano_tcd065/assets/images/ico_logo.png);
  background-repeat: no-repeat;
  background-size: 40px;
  background-position: top center;
  color: #2f7bcf;
  padding: 50px 0 0px;
  text-align: center;
  font-size: 20px;
  margin-top: 30px;
}
@media screen and (min-width: 992px) {
  .p-entry__body h2 {
    font-size: 28px;
    padding: 50px 0 0px;
    margin-top: 100px;
  }
}

.p-entry__body h3 {
  transition: color 0.2s ease;
  border-left: 5px solid #2f7bcf;
  color: #102d61;
  background-image: -moz-linear-gradient(0deg, rgba(31, 100, 180, 0.99608) 0%, rgb(78, 147, 225) 100%);
  background-image: -webkit-linear-gradient(0deg, rgba(31, 100, 180, 0.99608) 0%, rgb(78, 147, 225) 100%);
  background-image: -ms-linear-gradient(0deg, rgba(31, 100, 180, 0.99608) 0%, rgb(78, 147, 225) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 16px;
  padding-left: 15px;
  margin-top: 40px;
}
@media screen and (min-width: 992px) {
  .p-entry__body h3 {
    font-size: 20px;
  }
}