@charset "UTF-8";

/***********************************
hタグ
***********************************/
section.content .topic h1 {
  padding: 0.5em 0;
  /*上下の余白*/
  border-top: solid 2px #92AF25;
  /*上線*/
  border-bottom: solid 2px #92AF25;
  /*下線*/
  margin: 0;
  text-align: center;
}

section.content .topic h1 span {
  font-size: 18px;
  color: #333;
}

section.content .topic h2 {
  position: relative;
  line-height: 1.4;
  padding: 0.25em 1em;
  display: block;
  top: 0;
  margin: 0 auto;
  font-size: 18px;
  text-align: center;
  font-size: 18px;
}

section.content .topic h2:before,
section.content .topic h2:after {
  position: absolute;
  top: 0;
  content: '';
  width: 8px;
  height: 100%;
  display: block;
  margin: 0 auto;
}

section.content .topic h2:before {
  border-left: solid 2px #92AF25;
  border-top: solid 2px #92AF25;
  border-bottom: solid 2px #92AF25;
  left: 0;
}

section.content .topic h2:after {
  content: '';
  border-top: solid 2px #92AF25;
  border-right: solid 2px #92AF25;
  border-bottom: solid 2px #92AF25;
  right: 0;
}

section.content .topic h3 {
  border-bottom: 2px solid #92AF25;
  width: 90%;
  margin: 20px auto 0;
  padding: 0 0 5px;
  font-size: 16px;
  text-align: center;
}

/***********************************
topic
***********************************/
.topic {
  margin-top: 40px;
}

.topic img {
  display: block;
  width: 70%;
  margin: 10px auto 0;
  border: 1px solid #dfdfdf;
}

.topic p {
  margin-top: 10px;
  font-size: 16px;
}

.topic_inner {
  margin-top: 20px;
}

/***********************************
ボタン・アンカーリンク
***********************************/
.btn {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}

.btn a {
  position: relative;
  display: inline-block;
  border-radius: 2px;
  width: 48%;
  background-color: #92AF25;
  padding: 10px;
  line-height: 1.3;
  text-align: left;
  font-size: 135%;
  font-weight: 100;
  color: #fff;
  vertical-align: middle;
  text-decoration: none;
}

.btn a:hover {
  opacity: 0.5;
}

.btn a:before,
.btn a:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}

.btn a:after {
  left: 85%;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.btn:after {
  display: none;
}

.btn_footer {
  position: -webkit-sticky;
  position: -moz-sticky;
  position: -ms-sticky;
  position: -o-sticky;
  position: sticky;
  bottom: 0;
  background: #fff;
  padding-top: 10px;
  z-index: 2;
}

.anchor {
  background-color: #FBF9F6;
  border-radius: 2px;
  margin-top: 20px;
  padding: 10px;
}

.anchor dt,
.anchor dd {
  font-size: 14px;
}

.anchor dd {
  text-decoration: underline;
  margin-top: 15px;
}

.anchor dd:first-of-type {
  margin-top: 0;
}

.topic .normalLink {
  display: block;
  margin-top: 20px;
  text-decoration: underline;
  color: #333;
  font-size: 16px;
}



/***********************************
利用者の声
***********************************/
.user_name {
  display: flex;
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -ms-flexbox;
  display: -o-flex;
  align-items: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  margin-top: 40px;
}

.user_name:first-of-type {
  margin-top: 20px;
}

.user_name img {
  width: 25%;
  margin: 0;
  border: none;
}

.user_name p {
  margin: 0;
  font-weight: 700;
  font-size: 16px;
  align-self: center;
}

.user_voice p {
  margin-top: 20px;
}

.user_voice p:first-of-type {
  margin-top: 10px;
}



@media screen and (min-width: 768px) {
  .topic a:hover {
    text-decoration: none;
  }

  section.content .topic h1 {
    font-size: 24px;
  }

  section.content .topic h2 {
    font-size: 20px;
  }

  section.content .topic h3 {
    font-size: 18px;
    margin: 40px auto 0;
  }

  .topic {
    margin-top: 80px;
  }

  .topic p {
    margin-top: 20px;
  }

  .topic_flex {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
  }

  .topic_flex img {
    width: 40%;
    margin: 0 20px 0 0;
    flex-shrink: 0;
  }

  .topic_flex p {
    margin: 0;
  }

  .btn {
    margin-top: 40px;
  }

  .anchor {
    margin-top: 40px;
    padding: 20px;
  }

  .anchor dt,
  .anchor dd {
    font-size: 16px;
  }

  .anchor a:hover {
    text-decoration: none;
  }

  .user_name img {
    width: 15%;
    border: none;
  }

  .user_name p {
    font-size: 18px;
  }
}