
#primary .article-content-wysiwyg .bnr div::after,
#primary .article-content-wysiwyg .bnr div::before,
#primary .article-content-wysiwyg .bnr2 div::after,
#primary .article-content-wysiwyg .bnr2 div::before {
  display: none;
}

/* バナー01ここから */

#primary .article-content-wysiwyg .bnr {
  width: 100%;
  box-sizing: border-box;
  padding: 18px 6px 6px;
  background-color: #37b6bd;
}

#primary .article-content-wysiwyg .bnr .ttl {
  display: block;
  width: 100%;
  margin: 0 0 16px;
  padding: 0;
  color: #fff;
  text-align: center;
  border-bottom: 0;
  font-size: 16px;
  font-weight: normal;
}

#primary .article-content-wysiwyg .bnr .ttl > strong {
  display: block;
  margin: 0 0 4px;
  font-size: 24px;
  font-weight: bold;
}
@media screen and (max-width:568px){
  #primary .article-content-wysiwyg .bnr .ttl {
    font-size: 14px;
  }
  #primary .article-content-wysiwyg .bnr .ttl > strong {
    font-size: 16px;
  }
}

#primary .article-content-wysiwyg .bnr .body {
  padding: 16px 40px;
  background-color: #fff;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width:568px){
  #primary .article-content-wysiwyg .bnr .body {
    padding: 16px 16px;
    flex-direction: column;
  }
}

#primary .article-content-wysiwyg .bnr img {
  width: 200px;
  height: 200px;
  margin: 0;
}
@media screen and (max-width:568px){
  #primary .article-content-wysiwyg .bnr img {
    margin: 0 auto;
  }
}

#primary .article-content-wysiwyg .bnr .details {
  width: 304px;
  padding: 10px 0 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (max-width:568px){
  #primary .article-content-wysiwyg .bnr .details {
    width: 100%;
  }
}

#primary .article-content-wysiwyg .bnr .txt {
  margin: 0;
  font-size: 16px;
  line-height: 1.56;
  text-align: justify;
}
@media screen and (max-width:568px){
  #primary .article-content-wysiwyg .bnr .txt {
    margin-bottom: 16px;
    font-size: 14px;
  }
}

#primary .article-content-wysiwyg .bnr .btn {
  width: 100%;
  background-color: transparent;
  display: block;
  margin: 0;
  border-radius: 0;
  font-size: 100%;
}

#primary .article-content-wysiwyg .bnr .btn .link {
  position: relative;
  z-index: 2;
  display: block;
  box-sizing: border-box;
  width: 100%;
  padding: 8px 0;
  border: 2px solid #ff9623;
  background-color: #ff9623;
  font-size: 14px;
  color: #fff;
  font-weight: bold;
  line-height: 1.429;
  text-align: center;
}

#primary .article-content-wysiwyg .bnr .btn .link:before,
#primary .article-content-wysiwyg .bnr .btn .link:after {
  position: absolute;
  content: '';
  z-index: -1;
  display: block;
  top: -1px;
  width: 50%;
  height: 102%;
  background-color: #ff9623;
  transition: all .3s;
}

#primary .article-content-wysiwyg .bnr .btn .link:before {
  right: 0;
}

#primary .article-content-wysiwyg .bnr .btn .link:after {
  left: 0;
}

#primary .article-content-wysiwyg .bnr .btn .link:hover {
  background-color: #fff;
  border-color: #37b6bd;
  color: #37b6bd;
  text-decoration: none;
  transition: all .3s;
}

#primary .article-content-wysiwyg .bnr .btn .link:hover:before,
#primary .article-content-wysiwyg .bnr .btn .link:hover:after {
  width: 0;
  background-color: #37b6bd;
}

/* バナー01ここまで */


#primary .article-content-wysiwyg .adj {
  margin: 0 0 50px;
}


/* バナー02ここから */

#primary .article-content-wysiwyg .bnr2 {
  width: 100%;
  box-sizing: border-box;
  padding: 8px;
  background-color: #37b6bd;
}

#primary .article-content-wysiwyg .bnr2 .inner {
  padding: 14px 40px 16px;
  background-color: #fff;
}
@media screen and (max-width:568px){
  #primary .article-content-wysiwyg .bnr2 .inner {
    padding: 14px 16px 16px;
  }
}

#primary .article-content-wysiwyg .bnr2 .ttl {
  display: block;
  width: 100%;
  margin: 0 0 16px;
  text-align: center;
  border-bottom: 0;
  font-size: 16px;
  color: #37b6bd;
  font-weight: normal;
}

#primary .article-content-wysiwyg .bnr2 .ttl > strong {
  display: block;
  margin: 0 0 4px;
  font-size: 24px;
  color: #000;
}
@media screen and (max-width:568px){
  #primary .article-content-wysiwyg .bnr2 .ttl {
    font-size: 14px;
  }
  #primary .article-content-wysiwyg .bnr2 .ttl > strong {
    font-size: 16px;
  }
}

#primary .article-content-wysiwyg .bnr2 .body {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width:568px){
  #primary .article-content-wysiwyg .bnr2 .body {
    flex-direction: column;
  }
}

#primary .article-content-wysiwyg .bnr2 img {
  width: 200px;
  height: 200px;
  margin: 0;
}
@media screen and (max-width:568px){
  #primary .article-content-wysiwyg .bnr2 img {
    margin: 0 auto;
  }
}

#primary .article-content-wysiwyg .bnr2 .details {
  width: 304px;
  padding: 10px 0 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (max-width:568px){
  #primary .article-content-wysiwyg .bnr2 .details {
    width: 100%;
  }
}

#primary .article-content-wysiwyg .bnr2 .txt {
  font-size: 16px;
  line-height: 1.56;
  text-align: justify;
}
@media screen and (max-width:568px){
  #primary .article-content-wysiwyg .bnr2 .txt {
    margin-bottom: 16px;
    font-size: 14px;
  }
}

#primary .article-content-wysiwyg .bnr2 .btn {
  width: 100%;
  background-color: transparent;
  display: block;
  margin: 0;
  border-radius: 0;
  font-size: 100%;
}

#primary .article-content-wysiwyg .bnr2 .btn .link {
  position: relative;
  z-index: 2;
  display: block;
  box-sizing: border-box;
  width: 100%;
  padding: 8px 0;
  border: 2px solid #ff9623;
  background-color: #ff9623;
  font-size: 14px;
  color: #fff;
  font-weight: bold;
  line-height: 1.429;
  text-align: center;
}

#primary .article-content-wysiwyg .bnr2 .btn .link:before,
#primary .article-content-wysiwyg .bnr2 .btn .link:after {
  position: absolute;
  content: '';
  z-index: -1;
  display: block;
  top: -1px;
  width: 50%;
  height: 102%;
  background-color: #ff9623;
  transition: all .3s;
}

#primary .article-content-wysiwyg .bnr2 .btn .link:before {
  right: 0;
}

#primary .article-content-wysiwyg .bnr2 .btn .link:after {
  left: 0;
}

#primary .article-content-wysiwyg .bnr2 .btn .link:hover {
  background-color: #fff;
  border-color: #37b6bd;
  color: #37b6bd;
  text-decoration: none;
  transition: all .3s;
}

#primary .article-content-wysiwyg .bnr2 .btn .link:hover:before,
#primary .article-content-wysiwyg .bnr2 .btn .link:hover:after {
  width: 0;
  background-color: #37b6bd;
}

#primary .article-content-wysiwyg .adj {
  margin: 0 0 50px;
}

/* バナー02ここまｄ */
