@charset "UTF-8";
/* ======================================================================
 style2
====================================================================== */
/* ------ White paper banner ------ */
.wp_bnr {
  margin: 30px 0 30px 0;
  text-decoration: none;
  border: solid 5px #4F8360;
  box-shadow: 0 5px 0 #0a4400;
  border-radius: 5px;
}
.wp_bnr:hover {
  opacity: 0.7;
}
.wp_bnr a {
  text-decoration: none !important;
}
.wp_bnr .wp_bnr_inner {
  display: flex;
  margin-top: 0px;
  margin-bottom: -33px;
}
@media only screen and (max-width: 768px) {
  .wp_bnr .wp_bnr_inner {
    display: initial;
  }
}
.wp_bnr .wp_bnr_inner .wp_bnr_img {
  max-width: 15%;
  padding: 0 0 0 25px;
}
@media only screen and (max-width: 768px) {
  .wp_bnr .wp_bnr_inner .wp_bnr_img {
    max-width: initial;
    padding: 0;
    margin-top: -40px;
  }
  .wp_bnr .wp_bnr_inner .wp_bnr_img img {
    width: 100%;
    height: 140px;
    object-fit: cover;
    object-position: 50% 50%;
  }
}
.wp_bnr .wp_bnr_inner .wp_bnr_txtAra {
  margin-left: 25px;
  width: 85%;
}
@media only screen and (max-width: 768px) {
  .wp_bnr .wp_bnr_inner .wp_bnr_txtAra {
    margin-left: initial;
    width: 92%;
    margin: 0 auto;
    padding: 0;
  }
}
.wp_bnr .wp_bnr_inner .wp_bnr_txtAra .wp_bnr_ttl {
  font-size: 1.0em;
  font-weight: bold;
  color: #0a4400;
  padding: 0 25px 0 0;
  margin-bottom: 7px;
}
@media only screen and (max-width: 768px) {
  .wp_bnr .wp_bnr_inner .wp_bnr_txtAra .wp_bnr_ttl {
    font-size: 15px;
    font-weight: bold;
    color: #0a4400;
    padding: 10px 0;
    margin-bottom: 0;
  }
}
.wp_bnr .wp_bnr_inner .wp_bnr_txtAra .wp_bnr_txt {
  line-height: 1.7;
  color: #333;
  padding-right: 25px;
  padding-left: 0;
  /*padding-bottom: 25px;*/
  text-decoration: none !important;
  font-size: 0.9em;
}
@media only screen and (max-width: 768px) {
  .wp_bnr .wp_bnr_inner .wp_bnr_txtAra .wp_bnr_txt {
    font-size: 14px;
    padding-bottom: 15px;
    padding-right: 0;
  }
}
.wp_bnr .download_logo {
  width: 15%;
  /*margin: -25px 0px 0px auto;*/
  margin: -40px 0px -10px auto;
  background-color: #4F8360;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
}
@media only screen and (max-width: 1020px) {
  .wp_bnr .download_logo {
    width: 20%;
  }
}
@media only screen and (max-width: 768px) {
  .wp_bnr .download_logo {
    width: 100%;
    padding: 5px 0 25px 0;
    /*margin-bottom: -26px;*/
    margin-bottom: -42px;
  }
}
.wp_bnr .download_logo p {
  font-size: 14px !important;
  letter-spacing: 1px;
  line-height: 1.8;
  color: #fff !important;
  text-align: center;
  position: absolute !important;
  top: 30%;
  text-decoration: none !important;
}
@media only screen and (max-width: 1020px) {
  .wp_bnr .download_logo p {
    font-size: 14px;
    padding: 0 5px;
  }
}
@media only screen and (max-width: 768px) {
  .wp_bnr .download_logo p {
    top: 0;
    position: static !important;
    margin-bottom: -25px !important;
  }
}
.wp_bnr .download_logo picture {
  width: 22px;
  height: auto;
  position: absolute;
  bottom: 20%;
}
/* @media only screen and (max-width: 768px) {
  .wp_bnr .download_logo picture {
    width: 20px;
    bottom: 0;
    position: static!important;
    padding-left: 10px;
      margin-top: 25px;
  }
} */
@media only screen and (max-width: 768px) {
  .wp_bnr .download_logo picture {
    width: 20px;
    bottom: 13px;
    padding-left: 10px;
    margin-top: 25px;
    right: 25%;
  }
}
.l_single .l_main .bubble1 {
  position: relative;
  display: inline-block;
  margin-top: -20px;
  margin-bottom: -30px;
  margin-left: 78%;
  padding: 0 5px;
  width: 90px;
  height: 90px;
  text-align: center;
  color: #FFF;
  font-size: 20px;
  font-weight: bold;
  background: #f8d95c;
  border-radius: 50%;
  box-sizing: border-box;
}
.l_single .l_main .bubble1:before {
  content: "";
  position: absolute;
  bottom: -25px;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #f8d95c;
  z-index: 99;
}
.l_single .l_main .bubble1 p {
  margin: 0;
  padding: 0;
  text-align: center;
  color: #000;
  line-height: 23px !important;
  margin-top: 21px;
}
/* ------ 関連コンテンツ ------ */
/*.relatedList li a img {
  height: 180px !important;
}
@media only screen and (max-width: 768px) {
  .relatedList li a img {
    height: auto !important;
  }
}
.relatedList {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.relatedList li a {
  min-height: 60px;
  margin-bottom: -40px;
  margin-top: -15px;
}
@media only screen and (max-width: 768px) {
  .relatedList li a {
    margin-bottom: -50px;
  }
}
.relatedList li h3 {
  font-size: 1.2rem;
}
.l_single .l_main h3 {
  padding: 0 10px;
  margin-bottom: 0;
}
.l_single .l_main .relatedList h3 {
  border-left: initial;
  border-bottom: initial;
  padding: 0;
  margin-bottom: -20px;
  margin-top: -20px;
}*/
.relatedList li {
  display: flex;
  width: 100%;
  flex-direction: column;
}
.l_single .l_main .relatedList h3 {
  font-size: 1.5rem;
  margin-top: -50px;
  padding: 0 20px !important;
  margin-bottom: 0 !important;
}
@media only screen and (max-width: 768px) {
  .l_single .l_main .relatedList h3 {
    font-size: 1.2rem;
  }
}
.relatedList li a {
  display: inline;
}
/*****************************************************************************
 transform 
 *****************************************************************************/
@media screen and (max-width: 1340px) {
  .sp-hide-1340 {
    display: none !important;
  }
}
.pc-hide-1340 {
  display: none;
}
@media screen and (max-width: 1340px) {
  .pc-hide-1340 {
    display: block !important;
  }
}
@media screen and (max-width: 900px) {
  .sp-hide {
    display: none !important;
  }
}
.pc-hide {
  display: none;
}
@media screen and (max-width: 900px) {
  .pc-hide {
    display: block !important;
  }
}
@media screen and (max-width: 800px) {
  .sp-hide-sp-800 {
    display: none !important;
  }
}
@media screen and (max-width: 500px) {
  .sp-hide-sp {
    display: none !important;
  }
}
.pc-hide-sp {
  display: none;
}
.pc-hide-sp-600 {
  display: none;
}
@media screen and (max-width: 600px) {
  .pc-hide-sp-600 {
    display: block !important;
  }
}
@media screen and (max-width: 500px) {
  .pc-hide-sp {
    display: block !important;
  }
}
/* ======================================================================
 CTAバナー
====================================================================== */
.c_bnr_01 {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 350px;
  padding: 30px 20px;
  border-top: 8px solid #0f3c3f;
  background: rgba(245, 245, 245, 0.902);
  z-index: 1000;
}
.c_bnr_01 .right .c_block_pc {
  display: block;
}
.c_bnr_01 .close_btn:hover {
  opacity: .8;
}
.c_bnr_01 .close_btn {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  position: absolute;
  top: -28px;
  right: 15px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #fff;
  cursor: pointer;
}
.c_bnr_01 .close_btn .img {
  width: 12px;
  height: 12px;
}
.c_bnr_01 .inner {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.c_bnr_01 .inner .left {
  width: 110px;
  margin: 0 20px 0 0;
}
.c_bnr_01 .inner .right {
  width: calc(100% - 110px);
}
.c_bnr_01 .inner .right .txt {
  padding: 0 0 6px;
  font-size: 14px;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  color: #333;
}
.c_bnr_01 .inner .right .ttl {
  padding: 0 0 12px;
  font-size: 22px;
  line-height: 1.4;
  letter-spacing: -1px;
  font-weight: bold;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  color: #0f3c3f;
}
.c_bnr_01 .inner .right .link:link, .c_bnr_01 .inner .right .link:active, .c_bnr_01 .inner .right .link:visited {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.c_bnr_01 .inner .right .link {
  display: block;
  padding: 6px;
  font-size: 15px;
  line-height: 1.4;
  text-align: center;
  border: 1px solid #ff9e2d;
  background: #ff9e2d;
  -webkit-transition: 0.3s cubic-bezier(1, 0, 0, 1);
  transition: 0.3s cubic-bezier(1, 0, 0, 1);
}
@media only screen and (max-width: 600px) {
  .c_bnr_01 {
    /*width: 100%;*/
    padding: 15px 15px;
  }
  .c_bnr_01 .right .c_block_pc {
    display: none;
  }
  .c_bnr_01 .inner .left {
    margin: 0 10px 0 0;
  }
  .c_bnr_01 .inner .right {
    width: calc(100% - 80px);
  }
  .c_bnr_01 .inner .right .ttl {
    font-size: 15px;
  }
  .c_bnr_01 .inner .right .txt {
    font-size: 13px;
  }
  .c_bnr_01 .inner .left {
    width: 65px;
  }
  .c_bnr_01 .inner .right .link {
    font-size: 13px;
  }
}
.price_banner {
  position: fixed;
  right: 0;
  top: 238px;
  z-index: 50;
  width: 45px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
  .price_banner {
    display: none;
  }
}
.price_banner a {
  display: block;
  color: #ffffff;
  font-size: 15px;
  font-weight: bold;
  line-height: 1;
  width: 45px;
  padding: 20px 15px 20px 15px;
  background: #f77719;
  border: 1px solid #f77719;
  -webkit-transition: 0.3s cubic-bezier(1, 0, 0, 1);
  transition: 0.3s cubic-bezier(1, 0, 0, 1);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.price_banner span {
  writing-mode: vertical-rl;
  text-orientation: upright;
}
.c_bnr_01 .bnr_img {
  width: 402px;
}
.c_bnr_01 .bnr_img:hover {
  filter: alpha(opacity=70);
  opacity: 0.7;
}
.c_bnr_01 .bnr_img .pc {
  display: block;
}
.c_bnr_01 .bnr_img .sp {
  display: none;
}
@media only screen and (max-width: 600px) {
  .c_bnr_01 .bnr_img {
    width: 100%;
  }
  .c_bnr_01 .bnr_img .pc {
    display: none;
  }
  .c_bnr_01 .bnr_img .sp {
    display: block;
  }
}
/* ======================================================================
 ホワイトペーパーバナー
====================================================================== */
/*バナー1*/
.relation {
  margin-top: 30px;
}
.relation .relation_list {}
.relation .relation_list .list_cont {
  margin-top: 25px;
  background-color: #f1f1f1;
  padding: 30px 30px;
}
.relation .relation_list .list_cont a {
  display: flex;
  flex-wrap: wrap;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .relation .relation_list .list_cont a {
    display: inline;
  }
}
.relation .relation_list .list_cont a:hover {
  filter: alpha(opacity=70);
  opacity: 0.7;
  color: #f1fafb;
}
.relation .relation_list .list_cont .cont_img {
  width: 30%;
}
@media screen and (max-width: 768px) {
  .relation .relation_list .list_cont .cont_img {
    width: 100%;
  }
}
.relation .relation_list .list_cont .cont_text {
  width: 65%;
  color: #333;
  margin-top: 20px;
  margin-left: 30px;
}
@media screen and (max-width: 768px) {
  .relation .relation_list .list_cont .cont_text {
    width: 100%;
    margin-top: 0px;
    margin-left: 0px;
  }
}
.relation .relation_list .list_cont .cont_text .ttl {
  font-size: 2.1rem;
  font-weight: bold;
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  .relation .relation_list .list_cont .cont_text .ttl {
    font-size: 1.7rem;
  }
}
.relation .relation_list .list_cont .cont_text time {
  font-size: 1.0rem;
  color: #aaa;
  text-align: right;
  display: block;
  margin-top: 25px;
}
/*バナー1*/
.wp-bnner01 {
  margin-top: 30px;
}
.wp-bnner01 .bnner_list {}
.wp-bnner01 .bnner_list .list_innner {
  margin-bottom: 30px;
  width: 100%;
  /*display: table;*/
  box-sizing: border-box;
  border-top: 6px solid #000;
  border-bottom: 6px solid #000;
  display: flex;
}
@media only screen and (max-width: 768px) {
  .wp-bnner01 .bnner_list .list_innner {
    display: inline;
  }
}
.wp-bnner01 .bnner_list .list_innner .list_cont {
  width: 50%;
  background-color: #ffffff;
  padding: 20px 20px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .wp-bnner01 .bnner_list .list_innner .list_cont {
    width: initial;
  }
}
.wp-bnner01 .bnner_list .list_innner .list_cont:first-child {
  border-right: 1px solid #bbb;
}
@media screen and (max-width: 768px) {
  .wp-bnner01 .bnner_list .list_innner .list_cont:first-child {
    border-right: none;
    border-bottom: 1px solid #bbb;
  }
}
@media only screen and (max-width: 768px) {
  .wp-bnner01 .bnner_list .list_innner .list_cont:first-child {
    border-top: 6px solid #000;
  }
  .wp-bnner01 .bnner_list .list_innner .list_cont {
    border-bottom: 6px solid #000;
  }
}
.wp-bnner01 .bnner_list .list_innner .list_cont a {
  display: flex;
  text-decoration: none;
}
.wp-bnner01 .bnner_list .list_innner .list_cont a:hover {
  filter: alpha(opacity=70);
  opacity: 0.7;
  color: #ffffff;
}
.wp-bnner01 .bnner_list .list_innner .list_cont .cont_img {
  width: 25%;
}
@media only screen and (max-width: 768px) {
  .wp-bnner01 .bnner_list .list_innner .list_cont .cont_img {
    width: 20%;
  }
}
.wp-bnner01 .bnner_list .list_innner .list_cont .cont_text {
  width: 69%;
  color: #333;
  margin-top: 10px;
  /*margin-left: 20px;*/
}
.wp-bnner01 .bnner_list .list_innner .list_cont .left {
  margin-left: 20px;
}
.wp-bnner01 .bnner_list .list_innner .list_cont .right {
  margin-right: 20px;
}
.wp-bnner01 .bnner_list .list_innner .list_cont .cont_text .ttl {
  font-size: 0.85rem;
  font-weight: bold;
  text-decoration: none;
  /*color: #113C3F;*/
  color: #ea6a36;
  /*color: #f05564;*/
  margin-bottom: 10px;
}
.wp-bnner01 .bnner_list .list_innner .list_cont .cont_text .txt {
  font-size: 0.8rem;
  text-decoration: none;
  color: #000000;
  margin-bottom: -45px;
}
.wp-bnner01 .bnner_list .list_innner .list_cont .iconL {
  position: absolute;
  top: 50%;
  left: 8px;
}
.wp-bnner01 .bnner_list .list_innner .list_cont .iconR {
  position: absolute;
  top: 50%;
  right: 8px;
}
.wp-bnner01 .bnner_list .list_innner .list_cont .gg-chevron-left {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 22px;
  height: 22px;
  border: 3px solid transparent;
  border-radius: 100px;
}
.wp-bnner01 .bnner_list .list_innner .list_cont .gg-chevron-left::after {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 10px;
  height: 10px;
  border-bottom: 2px solid;
  border-left: 2px solid;
  transform: rotate(45deg);
  left: 3px;
  top: 4px;
}
.wp-bnner01 .bnner_list .list_innner .list_cont .gg-chevron-right {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 22px;
  height: 22px;
  border: 3px solid transparent;
  border-radius: 100px;
}
.wp-bnner01 .bnner_list .list_innner .list_cont .gg-chevron-right::after {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 10px;
  height: 10px;
  border-bottom: 2px solid;
  border-right: 2px solid;
  transform: rotate(-45deg);
  right: 3px;
  top: 4px;
}
/*バナー2*/
.wp-bnner02 {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .wp-bnner02 {
    /*margin-bottom: -35px;*/
  }
}
.wp-bnner02 .wp-bnner_list {}
.wp-bnner02 .wp-bnner_list .list_cont {
  margin-top: 25px;
  background-color: #f1f1f1;
  padding: 15px 20px 20px 20px;
  border: 5px solid #000;
}
@media screen and (max-width: 768px) {
  .wp-bnner02 .wp-bnner_list .list_cont {
    padding: 10px 10px 20px 10px;
  }
}
.wp-bnner02 .wp-bnner_list .list_cont {
  display: flex;
  flex-wrap: wrap;
  text-decoration: none;
}
/*@media screen and (max-width: 768px) {
  .wp-bnner02 .wp-bnner_list .list_cont {
    display: inline;
  }
}*/
.wp-bnner02 .wp-bnner_list .list_cont .cont_img {
  width: 20%;
}
@media screen and (max-width: 768px) {
  .wp-bnner02 .wp-bnner_list .list_cont .cont_img {
    width: 25%;
  }
}
.wp-bnner02 .wp-bnner_list .list_cont .cont_text {
  width: 65%;
  color: #333;
  margin-top: 5px;
  margin-left: 30px;
}
/* @media screen and (max-width: 768px) {
  .wp-bnner02 .wp-bnner_list .list_cont .cont_text {
    width: 100%;
    margin-top: 0px;
    margin-left: 0px;
  }
} */
.wp-bnner02 .wp-bnner_list .list_cont .cont_text .ttl {
  font-size: 1.0rem;
  font-weight: bold;
  padding: 0.1rem 1rem;
  border-left: 4px solid #4c9da0;
  margin-bottom: 8px;
  line-height: 1.45;
}
@media screen and (max-width: 768px) {
  .wp-bnner02 .wp-bnner_list .list_cont .cont_text .ttl {
    font-size: 0.8rem;
    padding: 0.1rem 0.5rem 0.1rem 0.8rem;
  }
  .wp-bnner02 .wp-bnner_list .list_cont .cont_text {
    width: 70%;
    margin-top: 3px;
    margin-left: 10px;
  }
}
.wp-bnner02 .wp-bnner_list .list_cont .cont_text .c_block_pc {
  display: block;
}
@media screen and (max-width: 768px) {
  .wp-bnner02 .wp-bnner_list .list_cont .cont_text .c_block_pc {
    display: none;
  }
}
.wp-bnner02 .wp-bnner_list .list_cont .cont_text .txt {
  font-size: 0.9rem;
  line-height: 1.55;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .wp-bnner02 .wp-bnner_list .list_cont .cont_text .txt {
    font-size: 0.8rem;
    margin-bottom: 15px;
  }
}
.wp-bnner02 .wp-bnner_list .list_cont .cont_text .download {
  /*margin-top: 30px;
  margin-bottom: 30px;*/
}
.wp-bnner02 .wp-bnner_list .list_cont .cont_text .download a {
  color: #000;
  background-color: #f8d95c;
  padding: 7px 40px;
  font-size: 0.75rem;
  font-weight: bold;
  border-radius: 30px;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .wp-bnner02 .wp-bnner_list .list_cont .cont_text .download a {
    padding: 10px 20px;
    font-size: 0.8rem;
  }
}
.wp-bnner02 .wp-bnner_list .list_cont .cont_text .download a:hover {
  filter: alpha(opacity=70);
  opacity: 0.7;
}
/*バナー3*/
.wp-bnner03 {}
.wp-bnner03 a {
  display: block;
}
.wp-bnner03 a:hover {
  filter: alpha(opacity=70);
  opacity: 0.7;
}
.wp-bnner03 .pc {
  display: block !important;
}
.wp-bnner03 .sp {
  display: none !important;
}
@media only screen and (max-width: 600px) {
  .wp-bnner03 .pc {
    display: none !important;
  }
  .wp-bnner03 .sp {
    display: block !important;
  }
}
/* ======================================================================
 side_nav
====================================================================== */
.term_list .lists2 {}
.term_list .lists2 .cat-item2 {
  position: relative;
  /*width: 100%;*/
  padding: 10px 20px 10px 15px;
  background: #ff7043;
  margin: 0 0 10px;
  border-radius: 15px;
  box-sizing: content-box;
  border-bottom: 5px solid #f63b00;
}
.term_list .lists2 .cat-item2 a {
  display: flex;
  align-items: center;
  color: #fff;
  text-decoration: none;
  position: relative;
}
.term_list .lists2 .cat-item2 a::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  transform: rotate(45deg);
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  box-sizing: border-box;
  width: 10px;
  height: 10px;
  transition: 0.3s;
}
.term_list .lists2 .cat-item2 a img {
  margin-right: 10px;
}
/* ======================================================================
 202111トップキャンペーンバナー
====================================================================== */
.bnrAra {}
.bnrAra:hover {
  opacity: 0.85;
}
.campaign_bnr {
  width: 100%;
  /* height: 105px;
  background-image: url(/knowledge/wp-content/themes/freshvoice/assets/img/index/campaign_pc_202111-12.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover; */
  display: block;
}
.campaign_bnr img {
  display: block;
  width: 100%;
  height: auto;
}
.campaign_bnr .pc {
  display: none !important;
}
.campaign_bnr .tb {
  display: none !important;
}
.campaign_bnr .sp {
  display: none !important;
}
@media only screen and (max-width: 1200px) {
  .campaign_bnr {
    height: initial;
    background-image: initial;
    background-repeat: initial;
    background-position: initial;
    background-size: initial;
    display: initial;
  }
  .campaign_bnr .pc {
    display: block !important;
  }
  .campaign_bnr .tb {
    display: none !important;
  }
  .campaign_bnr .sp {
    display: none !important;
  }
}
@media only screen and (max-width: 800px) {
  .l_header_sp {
    z-index: 998 !important;
  }
  .bnrAra {
    padding-top: 74px;
    margin-bottom: -75px;
    position: relative;
    z-index: 9000 !important;
  }
  .campaign_bnr .pc {
    display: none !important;
  }
  .campaign_bnr .tb {
    display: block !important;
  }
  .campaign_bnr .sp {
    display: none !important;
  }
}
@media only screen and (max-width: 600px) {
  .campaign_bnr .pc {
    display: none !important;
  }
  .campaign_bnr .tb {
    display: none !important;
  }
  .campaign_bnr .sp {
    display: block !important;
  }
}
/* ======================================================================
 footer
====================================================================== */
footer .contents .l_footer_link_area {
  justify-content: space-between;
}
/* ======================================================================
 202111 WPバナー front-page.php 
====================================================================== */
.c_bnr_01 {
  padding: 20px 15px;
}
.c_bnr_01 .inner .left {
  width: 90px;
  margin: 0 10px 0 0;
}
.c_bnr_01 .inner .right .ttl {
  font-size: 19px;
}
@media only screen and (max-width: 600px) {
  .c_bnr_01 {
    padding: 15px 15px;
  }
  .c_bnr_01 .inner .left {
    width: 75px;
  }
  .c_bnr_01 .inner .right {
    width: calc(100% - 96px);
  }
  .c_bnr_01 .inner .right .ttl {
    font-size: 16px;
  }
}
/* ======================================================================
 202111 WPバナー 【無料ホワイトペーパー】Teams vs ZoomのWEB会議システムを徹底比較！！
====================================================================== */
/*.wp-bnner04 {
  margin: auto;
  border: 4px solid #ddd;
  width: 65%;
  background-color: #ffffff;
}
@media screen and (max-width: 768px) {
  .wp-bnner04 {
    width: 100%;
  }
}
.wp-bnner04 .bnner_wrapper {
  padding: 30px 30px 0 30px;
}
@media screen and (max-width: 768px) {
  .wp-bnner04 .bnner_wrapper {
    padding: 20px 20px 0 20px;
  }
}
.wp-bnner04 .bnner_wrapper h3 {
  border-left: solid 7px #56979C !important;
  padding: 10px;
  margin-bottom: 25px;
  font-size: 20px;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .wp-bnner04 .bnner_wrapper h3 {
    font-size: 18px;
  }
}
.wp-bnner04 .bnner_wrapper .wp-txt01 {}
.wp-bnner04 .bnner_wrapper .wp-txt01 .wp-img {}
.wp-bnner04 .bnner_wrapper .wp-txt01 p {
  font-size: 16px;
  line-height: 1.6;
  margin: 15px 0 20px;
  padding: 0 0;
}
@media screen and (max-width: 768px) {
  .wp-bnner04 .bnner_wrapper .wp-txt01 p {
    font-size: 15px;
  }
}
.wp-bnner04 .bnner_wrapper .wp-txt01 h4 {
  font-size: 17px;
  line-height: 1.4;
  margin-bottom: 15px;
  border-left: solid 7px #56979C;
}
@media screen and (max-width: 768px) {
  .wp-bnner04 .bnner_wrapper .wp-txt01 h4 {
    font-size: 16px;
  }
}
.wp-bnner04 .bnner_wrapper .wp-txt02 {
  background-color: #f7f7f7;
  padding: 15px;
  border: 1px solid #ddd;
}
.wp-bnner04 .bnner_wrapper .wp-txt02 .ttl {
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 0;
}
@media screen and (max-width: 768px) {
  .wp-bnner04 .bnner_wrapper .wp-txt02 .ttl {
    font-size: 15px;
  }
}
.wp-bnner04 .bnner_wrapper .wp-txt02 ul {
  margin-top: 5px;
  margin-bottom: 0;
  padding: 0 0 0 25px;
}
.wp-bnner04 .bnner_wrapper .wp-txt02 ul li {
  list-style: square;
  list-style-image: url(https://www.freshvoice.net/statics/img/common/check.png) !important;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .wp-bnner04 .bnner_wrapper .wp-txt02 ul li {
    font-size: 15px;
  }
}
.wp-bnner04 .bnner_wrapper .wp-txt02 ul li span {
  background: linear-gradient(transparent 80%, #f8d95c 80%);
}
.wp-bnner04 .bnner_wrapper .wp-txt03 p {
  font-size: 16px;
  line-height: 1.6;
  margin: 15px 0 0;
  padding: 0 0;
}
@media screen and (max-width: 768px) {
  .wp-bnner04 .bnner_wrapper .wp-txt03 p {
    font-size: 15px;
  }
}
.wp-bnner04 .bnner_wrapper .wp-link {
  margin-top: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #F77719;
  border-radius: 30px;
  padding: 20px 20px;
}
@media screen and (max-width: 768px) {
  .wp-bnner04 .bnner_wrapper .wp-link {
    padding: 15px 15px;
  }
}
.wp-bnner04 .bnner_wrapper .wp-link a {
  text-align: center;
  color: #ffffff;
  text-decoration: none;
}
.wp-bnner04 .bnner_wrapper .wp-link a:hover {
  text-decoration: none;
}*/
.wp-bnner04 {
  margin: auto;
  /*border: 4px solid #ddd;*/
  width: 95%;
  background-color: #ffffff;
}
.wp-bnner04 {
  border: 2px solid #0F3C3F;
  border-radius: 0;
  background: #ffffff;
  -webkit-box-shadow: 8px 8px 0 #0F3C3F;
  box-shadow: 8px 8px 0 #0F3C3F;
}
@media screen and (max-width: 768px) {
  .wp-bnner04 {
    width: 100%;
  }
}
.wp-bnner04 .bnner_wrapper {
  padding: 30px 30px 0 30px;
}
@media screen and (max-width: 768px) {
  .wp-bnner04 .bnner_wrapper {
    padding: 20px 20px 0 20px;
  }
}
.wp-bnner04 .bnner_wrapper h3 {
  border-left: solid 7px #56979C !important;
  padding: 10px;
  margin-bottom: 25px;
  font-size: 20px;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .wp-bnner04 .bnner_wrapper h3 {
    font-size: 18px;
  }
}
.wp-bnner04 .bnner_wrapper .wp-txt01 {
  display: flex;
  justify-content: space-between;
  align-self: stretch;
}
@media screen and (max-width: 768px) {
  .wp-bnner04 .bnner_wrapper .wp-txt01 {
    display: block;
  }
}
.wp-bnner04 .bnner_wrapper .wp-txt01 .wp-img {
  width: 120%;
  margin-right: 25px;
}
@media screen and (max-width: 768px) {
  .wp-bnner04 .bnner_wrapper .wp-txt01 .wp-img {
    width: 100%;
    margin-right: 0;
  }
}
.wp-bnner04 .bnner_wrapper .wp-txt01 .wp-img img {}
.wp-bnner04 .bnner_wrapper .wp-txt01 .txt {}
.wp-bnner04 .bnner_wrapper .wp-txt01 p {
  font-size: 16px;
  line-height: 1.6;
  margin: 15px 0 20px;
  padding: 0 0;
}
@media screen and (max-width: 768px) {
  .wp-bnner04 .bnner_wrapper .wp-txt01 p {
    font-size: 15px;
  }
}
.wp-bnner04 .bnner_wrapper .wp-txt02 {
  margin-top: 20px;
}
.wp-bnner04 .bnner_wrapper .wp-txt02 h4 {
  font-size: 16px;
  line-height: 1.4;
  margin-bottom: 15px;
  border-left: solid 7px #56979C;
  padding: 5px 0 5px 10px;
}
@media screen and (max-width: 768px) {
  .wp-bnner04 .bnner_wrapper .wp-txt02 h4 {
    font-size: 16px;
  }
}
.wp-bnner04 .bnner_wrapper .wp-txt02 p {
  font-size: 16px;
  line-height: 1.6;
  margin: 15px 0 20px;
  padding: 0 0;
}
@media screen and (max-width: 768px) {
  .wp-bnner04 .bnner_wrapper .wp-txt02 p {
    font-size: 15px;
  }
}
.wp-bnner04 .bnner_wrapper .wp-txt03 {
  background-color: #f7f7f7;
  padding: 15px;
  border: 1px solid #ddd;
}
.wp-bnner04 .bnner_wrapper .wp-txt03 .ttl {
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 0;
}
@media screen and (max-width: 768px) {
  .wp-bnner04 .bnner_wrapper .wp-txt03 .ttl {
    font-size: 15px;
  }
}
.wp-bnner04 .bnner_wrapper .wp-txt03 ul {
  margin-top: 5px;
  margin-bottom: 0;
  padding: 0 0 0 25px;
}
.wp-bnner04 .bnner_wrapper .wp-txt03 ul li {
  list-style: square;
  list-style-image: url(https://www.freshvoice.net/statics/img/common/check.png) !important;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .wp-bnner04 .bnner_wrapper .wp-txt03 ul li {
    font-size: 15px;
  }
}
.wp-bnner04 .bnner_wrapper .wp-txt03 ul li span {
  background: linear-gradient(transparent 80%, #f8d95c 80%);
}
.wp-bnner04 .bnner_wrapper .wp-txt04 p {
  font-size: 16px;
  line-height: 1.6;
  margin: 15px 0 0;
  padding: 0 0;
}
@media screen and (max-width: 768px) {
  .wp-bnner04 .bnner_wrapper .wp-txt04 p {
    font-size: 15px;
  }
}
.wp-bnner04 .bnner_wrapper .wp-link {
  margin-top: 20px;
  margin-bottom: -15px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #F77719;
  border-radius: 30px;
  padding: 20px 20px;
}
@media screen and (max-width: 768px) {
  .wp-bnner04 .bnner_wrapper .wp-link {
    padding: 15px 10px;
  }
}
.wp-bnner04 .bnner_wrapper .wp-link a {
  text-align: center;
  color: #ffffff;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .wp-bnner04 .bnner_wrapper .wp-link a {
    font-size: 15px;
  }
}
.wp-bnner04 .bnner_wrapper .wp-link a:hover {
  text-decoration: none;
}
/*バナーテスト2*/
.wp-bnner04_1 {
  margin: auto;
  /*border: 4px solid #ddd;*/
  width: 95%;
  background-color: #ffffff;
}
.wp-bnner04_1 {
  border: 2px solid #d06261;
  border-radius: 0;
  background: #ffffff;
  -webkit-box-shadow: 8px 8px 0 #d06261;
  box-shadow: 8px 8px 0 #d06261;
}
@media screen and (max-width: 768px) {
  .wp-bnner04_1 {
    width: 100%;
    -webkit-box-shadow: 4px 4px 0 #d06261;
    box-shadow: 4px 4px 0 #d06261;
  }
}
.wp-bnner04_1 .bnner_wrapper {
  padding: 30px 30px 0 30px;
}
@media screen and (max-width: 768px) {
  .wp-bnner04_1 .bnner_wrapper {
    padding: 20px 20px 0 20px;
  }
}
.l_single .l_main .wp-bnner04_1 .bnner_wrapper h3 {
  border-left: initial;
  border-bottom: initial;
  padding: initial;
  margin-bottom: initial;
}
.wp-bnner04_1 h3 {
  position: relative;
  display: inline-block;
  height: 39px;
  margin-left: 30px;
  padding: 25px 10px 0 10px !important;
  color: #fff;
  background: #d06261;
  width: 605px;
  font-size: 1.04rem;
  line-height: 1.2;
}
.wp-bnner04_1 h3:before {
  position: absolute;
  top: 0;
  left: -30px;
  content: '';
  border-width: 32px 30px 32px 0;
  border-style: solid;
  border-color: transparent #d06261 transparent transparent;
}
.wp-bnner04_1 h3:after {
  position: absolute;
  top: calc(50% - 7px);
  left: -10px;
  width: 14px;
  height: 14px;
  content: '';
  border-radius: 50%;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .wp-bnner04_1 h3 {
    padding: 15px 15px 30px 15px !important;
    letter-spacing: -1px;
    width: initial;
  }
  .wp-bnner04_1 h3:before {
    border-width: 42px 30px 42px 0;
  }
}
/*.wp-bnner04_1 .bnner_wrapper h3 {
  border-left: solid 7px #56979C !important;
  padding: 10px;
  margin-bottom: 25px;
  font-size: 20px;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .wp-bnner04_1 .bnner_wrapper h3 {
    font-size: 18px;
  }
}*/
.l_single .l_main .wp-bnner04_1 .bnner_wrapper .h3__ttl {
  border-left: initial;
  border-bottom: initial;
  padding: initial;
  margin-bottom: initial;
  font-weight: 700;
}
.wp-bnner04_1 .h3__ttl {
  position: relative;
  display: inline-block;
  height: 39px;
  margin-left: 30px !important;
  padding: 25px 10px 0 10px !important;
  color: #fff;
  background: #d06261;
  width: 605px;
  font-size: 0.975rem !important;
  line-height: 1.2 !important;
}
.wp-bnner04_1 .h3__ttl:before {
  position: absolute;
  top: 0;
  left: -30px;
  content: '';
  border-width: 32px 30px 32px 0;
  border-style: solid;
  border-color: transparent #d06261 transparent transparent;
}
.wp-bnner04_1 .h3__ttl:after {
  position: absolute;
  top: calc(50% - 7px);
  left: -10px;
  width: 14px;
  height: 14px;
  content: '';
  border-radius: 50%;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .wp-bnner04_1 .h3__ttl {
    font-size: 0.95rem !important;
    letter-spacing: -1px;
    line-height: 1.4 !important;
  }
  .wp-bnner04_1 .h3__ttl {
    padding: 15px 15px 15px 15px !important;
    letter-spacing: -1px !important;
    width: initial;
  }
  .wp-bnner04_1 .h3__ttl:before {
    border-width: 34px 30px 35px 0;
  }
}
@media screen and (max-width: 600px) {
  .wp-bnner04_1 .h3__ttl {
    font-size: 0.90rem !important;
  }
}
.wp-bnner04_1 .bnner_wrapper .wp-txt01 {
  display: flex;
  justify-content: space-between;
  align-self: stretch;
  margin-top: 30px;
  border: 2px solid #f9af93;
  padding: 20px 20px 0 20px;
  background-color: #fff7ed;
}
@media screen and (max-width: 768px) {
  .wp-bnner04_1 .bnner_wrapper .wp-txt01 {
    display: block;
  }
}
.wp-bnner04_1 .bnner_wrapper .wp-txt01 .wp-img {
  /*width: 120%;*/
  margin-right: 25px;
}
@media screen and (max-width: 768px) {
  .wp-bnner04_1 .bnner_wrapper .wp-txt01 .wp-img {
    width: 100%;
    margin-right: 0;
  }
}
.wp-bnner04_1 .bnner_wrapper .wp-txt01 .wp-img img {
  width: 100%;
}
.wp-bnner04_1 .bnner_wrapper .wp-txt01 .txt {}
.wp-bnner04_1 .bnner_wrapper .wp-txt01 p {
  font-size: 16px;
  line-height: 1.6;
  margin: 15px 0 20px;
  padding: 0 0;
}
@media screen and (max-width: 768px) {
  .wp-bnner04_1 .bnner_wrapper .wp-txt01 p {
    font-size: 15px;
  }
}
.wp-bnner04_1 .bnner_wrapper .wp-txt02 {
  margin-top: 20px;
}
.l_single .l_main .wp-bnner04_1 .bnner_wrapper .wp-txt01 h4 {
  border-left: initial;
  padding: initial;
  margin-bottom: initial;
  font-size: 17px;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .l_single .l_main .wp-bnner04_1 .bnner_wrapper .wp-txt01 h4 {
    margin-top: 20px;
  }
}
.wp-bnner04_1 .bnner_wrapper .wp-txt02 h4 {
  position: relative;
  padding: 10px;
  border-bottom: 6px solid #d4b7a4;
  font-size: 16px;
  line-height: 1.4;
  margin-bottom: 15px;
  border-left: initial;
}
.wp-bnner04_1 .bnner_wrapper .wp-txt02 h4:before {
  position: absolute;
  bottom: -6px;
  left: 0;
  width: 20%;
  height: 6px;
  content: '';
  background: #ffc98b;
}
@media screen and (max-width: 768px) {
  .wp-bnner04_1 .bnner_wrapper .wp-txt02 h4 {
    font-size: 16px;
  }
}
.l_single .l_main .wp-bnner04_1 .bnner_wrapper .wp-txt01 .h4__ttl {
  border-left: initial;
  padding: initial;
  margin-bottom: initial;
  font-size: 17px;
  line-height: 1.3;
  font-weight: 700;
  margin: 0 0 15px;
}
@media screen and (max-width: 768px) {
  .l_single .l_main .wp-bnner04_1 .bnner_wrapper .wp-txt01 .h4__ttl {
    margin-top: 20px;
  }
}
.wp-bnner04_1 .bnner_wrapper .wp-txt02 .h4__ttl {
  position: relative;
  padding: 10px;
  border-bottom: 6px solid #d4b7a4;
  font-size: 17px;
  line-height: 1.4;
  margin-bottom: 15px;
  border-left: initial;
  font-weight: 700;
}
.wp-bnner04_1 .bnner_wrapper .wp-txt02 .h4__ttl:before {
  position: absolute;
  bottom: -6px;
  left: 0;
  width: 20%;
  height: 6px;
  content: '';
  background: #ffc98b;
}
@media screen and (max-width: 768px) {
  .wp-bnner04_1 .bnner_wrapper .wp-txt02 .h4__ttl {
    font-size: 16px;
  }
}
.wp-bnner04_1 .bnner_wrapper .wp-txt02 p {
  font-size: 16px;
  line-height: 1.6;
  margin: 15px 0 20px;
  padding: 0 0;
}
@media screen and (max-width: 768px) {
  .wp-bnner04_1 .bnner_wrapper .wp-txt02 p {
    font-size: 15px;
  }
}
.wp-bnner04_1 .bnner_wrapper .wp-txt03 {
  background-color: #f7f7f7;
  padding: 15px;
  border: 1px solid #ddd;
}
.wp-bnner04_1 .bnner_wrapper .wp-txt03 .ttl {
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 0;
}
@media screen and (max-width: 768px) {
  .wp-bnner04_1 .bnner_wrapper .wp-txt03 .ttl {
    font-size: 15px;
  }
}
.wp-bnner04_1 .bnner_wrapper .wp-txt03 ul {
  margin-top: 5px;
  margin-bottom: 0;
  padding: 0 0 0 25px;
}
.wp-bnner04_1 .bnner_wrapper .wp-txt03 ul li {
  list-style: square;
  list-style-image: url(https://www.freshvoice.net/statics/img/common/check.png) !important;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .wp-bnner04_1 .bnner_wrapper .wp-txt03 ul li {
    font-size: 15px;
  }
}
.wp-bnner04_1 .bnner_wrapper .wp-txt03 ul li span {
  background: linear-gradient(transparent 80%, #ffc98b 80%);
}
.wp-bnner04_1 .bnner_wrapper .wp-txt04 p {
  font-size: 16px;
  line-height: 1.6;
  margin: 15px 0 0;
  padding: 0 0;
}
@media screen and (max-width: 768px) {
  .wp-bnner04_1 .bnner_wrapper .wp-txt04 p {
    font-size: 15px;
  }
}
.wp-bnner04_1 .bnner_wrapper .wp-link {
  margin-top: 20px;
  margin-bottom: -15px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f9af93;
  border-radius: 30px;
  padding: 20px 20px;
}
@media screen and (max-width: 768px) {
  .wp-bnner04_1 .bnner_wrapper .wp-link {
    padding: 15px 10px;
  }
}
.wp-bnner04_1 .bnner_wrapper .wp-link a {
  text-align: center;
  color: #ffffff;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .wp-bnner04_1 .bnner_wrapper .wp-link a {
    font-size: 15px;
  }
}
.wp-bnner04_1 .bnner_wrapper .wp-link a:hover {
  text-decoration: none;
}
/*バナーテスト3*/
.wp-bnner04_2 {
  margin: auto;
  /*border: 4px solid #ddd;*/
  width: 95%;
  background-color: #ffffff;
}
.wp-bnner04_2 {
  border: 2px solid #c34c3b;
  border-radius: 0;
  background: #ffffff;
  -webkit-box-shadow: 8px 8px 0 #c34c3b;
  box-shadow: 8px 8px 0 #c34c3b;
}
@media screen and (max-width: 768px) {
  .wp-bnner04_2 {
    width: 100%;
    -webkit-box-shadow: 4px 4px 0 #c34c3b;
    box-shadow: 4px 4px 0 #c34c3b;
  }
}
.wp-bnner04_2 .bnner_wrapper {
  padding: 30px 30px 0 30px;
}
@media screen and (max-width: 768px) {
  .wp-bnner04_2 .bnner_wrapper {
    padding: 20px 20px 0 20px;
  }
}
.l_single .l_main .wp-bnner04_2 .bnner_wrapper h3 {
  border-left: initial;
  border-bottom: initial;
  padding: initial;
  margin-bottom: initial;
}
.wp-bnner04_2 h3 {
  position: relative;
  display: inline-block;
  height: 39px;
  margin-left: 30px;
  padding: 25px 10px 0 10px !important;
  color: #fff;
  background: #c34c3b;
  width: 605px;
  font-size: 1.04rem;
  line-height: 1.2;
}
.wp-bnner04_2 h3:before {
  position: absolute;
  top: 0;
  left: -30px;
  content: '';
  border-width: 32px 30px 32px 0;
  border-style: solid;
  border-color: transparent #c34c3b transparent transparent;
}
.wp-bnner04_2 h3:after {
  position: absolute;
  top: calc(50% - 7px);
  left: -10px;
  width: 14px;
  height: 14px;
  content: '';
  border-radius: 50%;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .wp-bnner04_2 h3 {
    padding: 15px 15px 30px 15px !important;
    letter-spacing: -1px;
    width: initial;
  }
  .wp-bnner04_2 h3:before {
    border-width: 42px 30px 42px 0;
  }
}
.l_single .l_main .wp-bnner04_2 .bnner_wrapper .h3__ttl {
  border-left: initial;
  border-bottom: initial;
  padding: initial;
  margin-bottom: initial;
  font-weight: 700;
}
.wp-bnner04_2 .h3__ttl {
  position: relative;
  display: inline-block;
  height: 39px;
  margin-left: 30px !important;
  padding: 25px 10px 0 10px !important;
  color: #fff;
  background: #c34c3b;
  width: 605px;
  font-size: 0.975rem !important;
  line-height: 1.2 !important;
}
.wp-bnner04_2 .h3__ttl:before {
  position: absolute;
  top: 0;
  left: -30px;
  content: '';
  border-width: 32px 30px 32px 0;
  border-style: solid;
  border-color: transparent #c34c3b transparent transparent;
}
.wp-bnner04_2 .h3__ttl:after {
  position: absolute;
  top: calc(50% - 7px);
  left: -10px;
  width: 14px;
  height: 14px;
  content: '';
  border-radius: 50%;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .wp-bnner04_2 .h3__ttl {
    font-size: 0.95rem !important;
    letter-spacing: -1px;
    line-height: 1.4 !important;
  }
  .wp-bnner04_2 .h3__ttl {
    padding: 15px 15px 15px 15px !important;
    letter-spacing: -1px !important;
    width: initial;
  }
  .wp-bnner04_2 .h3__ttl:before {
    border-width: 34px 30px 35px 0;
  }
}
@media screen and (max-width: 600px) {
  .wp-bnner04_2 .h3__ttl {
    font-size: 0.90rem !important;
  }
}
.wp-bnner04_2 .bnner_wrapper .wp-txt01 {
  display: flex;
  justify-content: space-between;
  align-self: stretch;
  margin-top: 30px;
  border: 2px solid #f3c23d;
  padding: 20px 20px 0 20px;
  background-color: #fdf6e3;
}
@media screen and (max-width: 768px) {
  .wp-bnner04_2 .bnner_wrapper .wp-txt01 {
    display: block;
  }
}
.wp-bnner04_2 .bnner_wrapper .wp-txt01 .wp-img {
  /*width: 120%;*/
  margin-right: 25px;
}
@media screen and (max-width: 768px) {
  .wp-bnner04_2 .bnner_wrapper .wp-txt01 .wp-img {
    width: 100%;
    margin-right: 0;
  }
}
.wp-bnner04_2 .bnner_wrapper .wp-txt01 .wp-img img {
  width: 100%;
}
.wp-bnner04_2 .bnner_wrapper .wp-txt01 .txt {}
.wp-bnner04_2 .bnner_wrapper .wp-txt01 p {
  font-size: 16px;
  line-height: 1.6;
  margin: 15px 0 20px;
  padding: 0 0;
}
@media screen and (max-width: 768px) {
  .wp-bnner04_2 .bnner_wrapper .wp-txt01 p {
    font-size: 15px;
  }
}
.wp-bnner04_2 .bnner_wrapper .wp-txt02 {
  margin-top: 20px;
}
.l_single .l_main .wp-bnner04_2 .bnner_wrapper .wp-txt01 h4 {
  border-left: initial;
  padding: initial;
  margin-bottom: initial;
  font-size: 17px;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .l_single .l_main .wp-bnner04_2 .bnner_wrapper .wp-txt01 h4 {
    margin-top: 20px;
  }
}
.wp-bnner04_2 .bnner_wrapper .wp-txt02 h4 {
  position: relative;
  padding: 10px;
  border-bottom: 6px solid #fae2ab;
  font-size: 16px;
  line-height: 1.4;
  margin-bottom: 15px;
  border-left: initial;
}
.wp-bnner04_2 .bnner_wrapper .wp-txt02 h4:before {
  position: absolute;
  bottom: -6px;
  left: 0;
  width: 20%;
  height: 6px;
  content: '';
  background: #f3c23d;
}
@media screen and (max-width: 768px) {
  .wp-bnner04_2 .bnner_wrapper .wp-txt02 h4 {
    font-size: 16px;
  }
}
.l_single .l_main .wp-bnner04_2 .bnner_wrapper .wp-txt01 .h4__ttl {
  border-left: initial;
  padding: initial;
  margin-bottom: initial;
  font-size: 17px;
  line-height: 1.3;
  font-weight: 700;
  margin: 0 0 15px;
}
@media screen and (max-width: 768px) {
  .l_single .l_main .wp-bnner04_2 .bnner_wrapper .wp-txt01 .h4__ttl {
    margin-top: 20px;
  }
}
.wp-bnner04_2 .bnner_wrapper .wp-txt02 .h4__ttl {
  position: relative;
  padding: 10px;
  border-bottom: 6px solid #fae2ab;
  font-size: 17px;
  line-height: 1.4;
  margin-bottom: 15px;
  border-left: initial;
  font-weight: 700;
}
.wp-bnner04_2 .bnner_wrapper .wp-txt02 .h4__ttl:before {
  position: absolute;
  bottom: -6px;
  left: 0;
  width: 20%;
  height: 6px;
  content: '';
  background: #f3c23d;
}
@media screen and (max-width: 768px) {
  .wp-bnner04_2 .bnner_wrapper .wp-txt02 .h4__ttl {
    font-size: 16px;
  }
}
.wp-bnner04_2 .bnner_wrapper .wp-txt02 p {
  font-size: 16px;
  line-height: 1.6;
  margin: 15px 0 20px;
  padding: 0 0;
}
@media screen and (max-width: 768px) {
  .wp-bnner04_2 .bnner_wrapper .wp-txt02 p {
    font-size: 15px;
  }
}
.wp-bnner04_2 .bnner_wrapper .wp-txt03 {
  background-color: #f7f7f7;
  padding: 15px;
  border: 1px solid #ddd;
}
.wp-bnner04_2 .bnner_wrapper .wp-txt03 .ttl {
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 0;
}
@media screen and (max-width: 768px) {
  .wp-bnner04_2 .bnner_wrapper .wp-txt03 .ttl {
    font-size: 15px;
  }
}
.wp-bnner04_2 .bnner_wrapper .wp-txt03 ul {
  margin-top: 5px;
  margin-bottom: 0;
  padding: 0 0 0 25px;
}
.wp-bnner04_2 .bnner_wrapper .wp-txt03 ul li {
  list-style: square;
  list-style-image: url(https://www.freshvoice.net/statics/img/common/check.png) !important;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .wp-bnner04_2 .bnner_wrapper .wp-txt03 ul li {
    font-size: 15px;
  }
}
.wp-bnner04_2 .bnner_wrapper .wp-txt03 ul li span {
  background: linear-gradient(transparent 80%, #f3c23d 80%);
}
.wp-bnner04_2 .bnner_wrapper .wp-txt04 p {
  font-size: 16px;
  line-height: 1.6;
  margin: 15px 0 0;
  padding: 0 0;
}
@media screen and (max-width: 768px) {
  .wp-bnner04_2 .bnner_wrapper .wp-txt04 p {
    font-size: 15px;
  }
}
.wp-bnner04_2 .bnner_wrapper .wp-link {
  margin-top: 20px;
  margin-bottom: -15px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f49740;
  border-radius: 30px;
  padding: 20px 20px;
}
@media screen and (max-width: 768px) {
  .wp-bnner04_2 .bnner_wrapper .wp-link {
    padding: 15px 10px;
  }
}
.wp-bnner04_2 .bnner_wrapper .wp-link a {
  text-align: center;
  color: #ffffff;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .wp-bnner04_2 .bnner_wrapper .wp-link a {
    font-size: 15px;
  }
}
.wp-bnner04_2 .bnner_wrapper .wp-link a:hover {
  text-decoration: none;
}
.wp-bnner04_1 .bnner_wrapper .wp-txt01 .wp-img .pc, .wp-bnner04_2 .bnner_wrapper .wp-txt01 .wp-img .pc {
  width: 100% !important;
  display: block !important;
}
.wp-bnner04_1 .bnner_wrapper .wp-txt01 .wp-img .sp, .wp-bnner04_2 .bnner_wrapper .wp-txt01 .wp-img .sp {
  display: none !important;
}
@media only screen and (max-width: 768px) {
  .wp-bnner04_1 .bnner_wrapper .wp-txt01 .wp-img .pc, .wp-bnner04_2 .bnner_wrapper .wp-txt01 .wp-img .pc {
    display: none !important;
  }
  .wp-bnner04_1 .bnner_wrapper .wp-txt01 .wp-img .sp, .wp-bnner04_2 .bnner_wrapper .wp-txt01 .wp-img .sp {
    display: block !important;
    width: 100% !important;
  }
}
/* ======================================================================
 202112 トップページ小改訂 front-page.php 
====================================================================== */
.p_top .service_list_remarks {
  width: 100%;
  border: 3px solid #1B3A3D;
  box-sizing: border-box;
  background-color: #ffffff;
}
.p_top .service_list_remarks .remarks_wapper {
  padding: 30px;
}
.p_top .service_list_remarks .remarks_wapper p {
  font-size: 16px;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .p_top .service_list_remarks .remarks_wapper p {
    font-size: 14px;
    text-align: left;
  }
}
.p_top .service_list_remarks .remarks_wapper p a {
  color: #F77719;
  text-decoration: underline;
}
#topics {
  position: relative;
}
#topics .container {
  box-sizing: border-box;
  display: flex;
  margin: 0 auto;
  padding: 50px 0 70px;
}
@media screen and (max-width: 768px) {
  #topics .container {
    padding: 40px 0 50px 0;
    display: block;
  }
}
#topics .topics_ttl {
  width: 100%;
  max-width: 260px;
  margin-right: 50px;
}
@media screen and (max-width: 768px) {
  #topics .topics_ttl {
    max-width: initial;
  }
}
#topics .sub_ttl {
  text-align: left;
  margin-top: 15px;
  margin-bottom: 70px;
}
@media screen and (max-width: 768px) {
  #topics .sub_ttl {
    text-align: center;
    margin-top: 0;
    margin-bottom: 40px;
  }
}
#topics .sub_ttl::after {
  left: 20px;
}
@media screen and (max-width: 768px) {
  #topics .sub_ttl::after {
    left: 50%;
  }
}
#topics .topics_list {
  width: calc(100% - 250px);
}
@media screen and (max-width: 768px) {
  #topics .topics_list {
    width: 100%;
    margin: 50px 0 50px 0;
  }
}
#topics .topics_list a {
  color: #000000;
  font-size: 14px;
  line-height: 1.8;
  border-bottom: 1px solid #1B3A3D;
  display: block;
}
/*#topics .topics_list a:first-of-type {
  border-top: 1px solid #1B3A3D;
}*/
/*#topics .topics_list a:hover {
  text-decoration: underline;
}*/
#topics .topics_list dl {
  padding: 20px 20px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #topics .topics_list dl {
    padding: 20px 10px;
    display: block;
  }
}
#topics .topics_list dl dt {
  margin-right: 15px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #topics .topics_list dl dt {
    width: 100%;
  }
}
#topics .topics_list dl dt time {
  margin-right: 15px;
  display: block;
  width: 75px;
}
#topics .topics_list dl dt span {
  width: 120px;
  background: #fff;
  border: 1px solid #326C72;
  padding: 2px 0 0 0;
  text-align: center;
  font-size: 11px;
  line-height: 1.8;
  color: #326C72;
  display: block;
}
#topics .topics_list dl dd {
  width: 87%;
}
@media screen and (max-width: 768px) {
  #topics .topics_list dl dd {
    width: 100%;
  }
}
#topics .topics_list dl dd:hover {
  text-decoration: underline;
}
#topics .btn_pc {
  display: block !important;
}
#topics .btn_sp {
  display: none !important;
}
@media only screen and (max-width: 768px) {
  #topics .btn_pc {
    display: none !important;
  }
  #topics .btn_sp {
    display: block !important;
  }
}
#topics .btn01 {
  text-align: left;
}
@media only screen and (max-width: 768px) {
  #topics .btn01 {
    text-align: center;
  }
}
#topics .btn01 a {
  padding: 20px 0;
  width: 240px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  #topics .btn01 a {
    padding: 27px 0;
    width: 272px;
  }
}
/* ======================================================================
 202112 コンテンツ幅調整後 微調整
====================================================================== */
.l_single .l_main .l_contents .wp-bnner03 .cont_img img {
  width: 95% !important;
}
/*Pardotフォーム埋め込み型 バナー*/
.l_single .l_main .l_contents .pd_form01 img {
  width: 98% !important;
}
.pd_iframe {
  width: 48% !important;
}
@media (max-width: 768px) {
  .l_single .l_main .l_contents .pd_form01 img {
    width: 100% !important;
  }
  .pd_iframe {
    width: 100% !important;
  }
}
/* ======================================================================
 202201 キャンペーンバナー Contact Form 7埋め込み
====================================================================== */
input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea {
  color: #666;
  background: #fff;
  background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
  border: 1px solid #bbb;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  display: block;
  padding: 0.8em;
  width: 100%;
  font-size: 0.55rem;
  /*margin-bottom: 10px;*/
}
@media screen and (max-width: 865px) {
  input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea {
    width: 97%;
  }
}
input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="number"]:focus, input[type="tel"]:focus, input[type="range"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="time"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="color"]:focus, textarea:focus {
  color: #222;
  border-color: #333;
}
select {
  border: 1px solid #bbb;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  height: 3em;
  max-width: 100%;
}
input[type="radio"]:focus, input[type="checkbox"]:focus {
  outline: thin dotted #333;
}
input[type="radio"], input[type="checkbox"] {
  margin-right: 0.5em;
}
input[type="radio"] + label, input[type="checkbox"] + label {
  font-weight: 400;
}
button, input[type="button"], input[type="submit"] {
  background-color: #222;
  border: 0;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 800;
  line-height: 1;
  padding: 1em 2em;
  text-shadow: none;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
}
input + button, input + input[type="button"], input + input[type="submit"] {
  padding: 0.75em 2em;
}
button.secondary, input[type="reset"], input[type="button"].secondary, input[type="reset"].secondary, input[type="submit"].secondary {
  background-color: #ddd;
  color: #222;
}
:not(.mejs-button) > button:hover, :not(.mejs-button) > button:focus, input[type="button"]:hover, input[type="button"]:focus, input[type="submit"]:hover, input[type="submit"]:focus {
  background: #767676;
}
button.secondary:hover, button.secondary:focus, input[type="reset"]:hover, input[type="reset"]:focus, input[type="button"].secondary:hover, input[type="button"].secondary:focus, input[type="reset"].secondary:hover, input[type="reset"].secondary:focus, input[type="submit"].secondary:hover, input[type="submit"].secondary:focus {
  background: #bbb;
}
/* Placeholder text color -- selectors need to be separate to work. */ ::-webkit-input-placeholder {
  color: #333;
  font-family: "Libre Franklin", "Helvetica Neue", helvetica, arial, sans-serif;
}
:-moz-placeholder {
  color: #333;
  font-family: "Libre Franklin", "Helvetica Neue", helvetica, arial, sans-serif;
}
::-moz-placeholder {
  color: #333;
  font-family: "Libre Franklin", "Helvetica Neue", helvetica, arial, sans-serif;
  opacity: 1;
  /* Since FF19 lowers the opacity of the placeholder by default */
}
:-ms-input-placeholder {
  color: #333;
  font-family: "Libre Franklin", "Helvetica Neue", helvetica, arial, sans-serif;
}
.cam_bnr {
  background-image: url("https://www.freshvoice.net/statics/img/campaign/2022/01/campaign_bg.png");
  background-size: cover;
  padding: 20px 0;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .cam_bnr {
    margin-top: 74px;
    overflow: hidden;
  }
  .l_wrapper .cam_bnr {
    margin-top: 0;
  }
}
.cam_bnr .cam_wapper {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}
.cam_bnr .cam_wapper .cam_inner {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 865px) {
  .cam_bnr .cam_wapper .cam_inner {
    display: block;
  }
}
.cam_bnr .cam_wapper .cam_inner .l_cont {
  display: flex;
  /*max-width: 600px;*/
  margin-left: 20px;
  margin-right: 20px;
}
@media screen and (max-width: 865px) {
  .cam_bnr .cam_wapper .cam_inner .l_cont {
    margin-left: 0;
    margin-right: 0;
    padding: 0 20px;
  }
}
.cam_bnr .cam_wapper .cam_inner .l_cont .img {
  margin-right: 20px;
  margin-top: 30px;
}
.cam_bnr .cam_wapper .cam_inner .l_cont .txt {
  text-align: left;
}
.cam_bnr .cam_wapper .cam_inner .l_cont .txt .sub-ttl {
  color: #fde1a5;
  font-size: 16px;
  font-weight: bold;
}
@media screen and (max-width: 600px) {
  .cam_bnr .cam_wapper .cam_inner .l_cont .txt .sub-ttl {
    font-size: 15px;
  }
}
.cam_bnr .cam_wapper .cam_inner .l_cont .txt .ttl {
  color: #ffffff;
  font-size: 28px;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 10px;
  margin-top: 10px
}
@media screen and (max-width: 1100px) {
  .cam_bnr .cam_wapper .cam_inner .l_cont .txt .ttl {
    font-size: 25px;
  }
}
@media screen and (max-width: 1000px) {
  .cam_bnr .cam_wapper .cam_inner .l_cont .txt .ttl {
    font-size: 23px;
  }
}
@media screen and (max-width: 600px) {
  .cam_bnr .cam_wapper .cam_inner .l_cont .txt .ttl {
    font-size: 20px;
  }
}
.cam_bnr .cam_wapper .cam_inner .pc-hide-900 {
  display: block !important;
}
@media screen and (max-width: 920px) {
  .cam_bnr .cam_wapper .cam_inner .pc-hide-900 {
    display: none !important;
  }
}
/*.cam_bnr .cam_wapper .cam_inner .pc-hide-600 {
  display: block !important;
}
@media screen and (max-width: 600px) {
  .cam_bnr .cam_wapper .cam_inner .pc-hide-600 {
    display: none !important;
  }
}
.cam_bnr .cam_wapper .cam_inner .sp-hide-600 {
  display: none !important;
}
@media screen and (max-width: 600px) {
  .cam_bnr .cam_wapper .cam_inner .sp-hide-600 {
    display: block !important;
  }
}*/
.cam_bnr .cam_wapper .cam_inner .l_cont .txt .explanation {
  background-color: #fde1a5;
  padding: 10px 15px 10px 15px;
}
.cam_bnr .cam_wapper .cam_inner .l_cont .txt .explanation p {
  font-size: 13px;
  color: #111111;
  margin: 0 !important;
  line-height: 1.3;
}
.cam_bnr .cam_wapper .cam_inner .r_cont {
  max-width: 420px;
  background-color: #c41e1e;
  padding: 25px 25px 25px 25px;
  margin-top: -20px;
  margin-bottom: -20px;
}
@media screen and (max-width: 1000px) {
  .cam_bnr .cam_wapper .cam_inner .r_cont {
    max-width: 360px;
  }
}
@media screen and (max-width: 865px) {
  .cam_bnr .cam_wapper .cam_inner .r_cont {
    max-width: initial;
    width: 100%;
    margin-top: 10px;
    padding: 0;
    /*padding: 0 0 64px 0;
    margin-bottom: -95px;*/
  }
}
.cam_bnr .cam_wapper .cam_inner .r_cont .form {}
@media screen and (max-width: 865px) {
  .cam_bnr .cam_wapper .cam_inner .r_cont .form {
    padding: 20px 20px;
  }
}
.cam_bnr .cam_wapper .cam_inner .r_cont .form dl {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}
element.style {}
.cam_bnr .cam_wapper .cam_inner .r_cont .form dt {
  width: 34%;
  font-size: 14px;
  color: #ffffff;
  text-align: left;
  margin-top: 6px;
}
.cam_bnr .cam_wapper .cam_inner .r_cont .form dd {
  margin: 0;
  width: 64%;
  margin-bottom: 10px;
}
/*ネクストSFAの送信ボタンが崩れてしまうため非表示*/
/*button, input[type="button"], input[type="submit"] {
  width: 100%;
  background-color: #fde1a5 !important;
  color: #111111 !important;
  font-size: 14px !important;
  padding: 10px 20px !important;
  margin-top: 5px !important;
  display: grid !important;
  text-align: center !important;
  -webkit-appearance: none;
  border-radius: 0;
}*/
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
  display: none !important;
}
div.wpcf7 .ajax-loader {
  display: none !important;
}
.wpcf7-not-valid-tip {
  /*font-size: 12px !important;*/
  margin-top: -25px;
  display: none;
}
.wpcf7 .wpcf7-not-valid {
  background: #f6c9c9;
  font-size: 14px !important;
  padding: 5px 5px 5px 5px !important;
  margin-bottom: 24px;
  width: 100%;
}
div.wpcf7-mail-sent-ok {
  display: none !important;
}
.wpcf7 form.sent .wpcf7-response-output {
  border-color: #fbe6e6 !important;
  color: #fbe6e6 !important;
  font-size: 12px !important;
  margin: 15px 0 0 0 !important;
}
/* ======================================================================
  202202 top更新
====================================================================== */
#whitepaper .container .service_list_wrap .service_list .service {
  position: relative;
}
#whitepaper .container .service_list_wrap .service_list .service .bottom_box .detail {
  margin-bottom: 4em !important;
}
#whitepaper .container .service_list_wrap .service_list .service .bottom_box .detail_btn {
  position: absolute;
  bottom: 1.3em;
  left: 0;
  right: 0;
  margin: 0 auto;
}
@media screen and (max-width: 785px) {
  #whitepaper .container .service_list_wrap .service_list .service .bottom_box .detail_btn {
    position: initial;
  }
  #whitepaper .container .service_list_wrap .service_list .service .bottom_box .detail_btn .inner {
    font-size: 13px !important;
  }
}
@media screen and (max-width: 768px) {
  .p_top .slick-dots {
    bottom: -25px !important;
  }
  #series .container .service_list_wrap .service_list .slick-prev, #whitepaper .container .service_list_wrap .service_list .slick-prev, .p_top .slick-next {
    bottom: -30px !important;
  }
}
/* ======================================================================
 202202 ホワイトペーパーバナー 
====================================================================== */
.wp-bnner05 {
  margin: auto;
  width: 95%;
  border: 2px solid #a6d3c8;
  border-radius: 0;
  background-color: #ffffff;
  -webkit-box-shadow: 8px 8px 0 #a6d3c8;
  box-shadow: 8px 8px 0 #a6d3c8;
}
@media screen and (max-width: 768px) {
  .wp-bnner05 {
    width: 100%;
  }
}
.wp-bnner05 .bnner_wrapper {
  padding: 30px 30px 0 30px;
}
@media screen and (max-width: 768px) {
  .wp-bnner05 .bnner_wrapper {
    padding: 20px 20px 0 20px;
  }
}
.l_single .l_main .wp-bnner05 .bnner_wrapper h3 {
  border-left: initial;
  border-bottom: initial;
  padding: initial;
  margin-bottom: initial;
}
.wp-bnner05 h3 {
  /*font-family: "ヒラギノ角ゴ ProN W3", "HiraKakuProN-W3", "游ゴシック", "Yu Gothic", "メイリオ", "Meiryo", "Verdana", "Helvetica", "Arial", "sans-serif";*/
  font-family: 'Noto Serif JP', serif;
  font-size: 1.34rem;
  line-height: 1.3;
  position: relative;
  padding: 18px 10px 18px 20px !important;
  background: #a6d3c8;
  color: #ffffff;
  text-shadow: 1px 1px 0 #999, -1px -1px 0 #999, -1px 1px 0 #999, 1px -1px 0 #999, 0px 1px 0 #999, 0-1px 0 #999, -1px 0 0 #999, 1px 0 0 #999;
}
.wp-bnner05 h3::before {
  position: absolute;
  content: '';
  top: 100%;
  left: 0;
  border: none;
  border-bottom: solid 15px transparent;
  border-right: solid 20px rgb(149, 158, 155);
}
.wp-bnner05 h3 .tnr {
  font-family: "Times New Roman", 'Noto Serif JP', 'serif';
  font-size: 22px;
}
.l_single .l_main .wp-bnner05 .bnner_wrapper .h3__ttl {
  border-left: initial;
  border-bottom: initial;
  padding: initial;
  margin-bottom: initial;
  font-weight: 800;
}
.wp-bnner05 .h3__ttl {
  font-family: 'Noto Serif JP', serif;
  font-size: 1.29rem !important;
  line-height: 1.3 !important;
  position: relative;
  padding: 18px 10px 18px 20px !important;
  background: #a6d3c8;
  color: #ffffff;
  text-shadow: 1px 1px 0 #999, -1px -1px 0 #999, -1px 1px 0 #999, 1px -1px 0 #999, 0px 1px 0 #999, 0-1px 0 #999, -1px 0 0 #999, 1px 0 0 #999;
}
@media screen and (max-width: 600px) {
  .wp-bnner05 .h3__ttl {
    font-size: 1.1rem !important;
  }
}
.wp-bnner05 .h3__ttl::before {
  position: absolute;
  content: '';
  top: 100%;
  left: 0;
  border: none;
  border-bottom: solid 15px transparent;
  border-right: solid 20px rgb(149, 158, 155);
}
.wp-bnner05 .h3__ttl .tnr {
  font-family: "Times New Roman", 'Noto Serif JP', 'serif';
  font-size: 22px;
}
.wp-bnner05 .col_b {
  color: #333631 !important;
  text-shadow: initial;
}
.wp-bnner05 .shadow_w {
  text-shadow: #fdf6f8 1px 0px 1px, #fdf6f8 -1px 0px 1px, #fdf6f8 0px -1px 1px, #fdf6f8 0px 1px 1px, #fdf6f8 1px 1px 1px, #fdf6f8 -1px 1px 1px, #fdf6f8 1px -1px 1px, #fdf6f8 -1px -1px 1px, #fdf6f8 1px 1px 1px, #fdf6f8 -1px 1px 1px, #fdf6f8 1px -1px 1px, #fdf6f8 -1px -1px 1px, #fdf6f8 1px 1px 1px, #fdf6f8 -1px 1px 1px, #fdf6f8 1px -1px 1px, #fdf6f8 -1px -1px 1px;
  font-weight: 600;
}
.wp-bnner05 .bnner_wrapper .wp-txt01 {
  margin-top: 30px;
}
.wp-bnner05 .bnner_wrapper .wp-txt01 .movie {
  width: 100%;
}
.wp-bnner05 .bnner_wrapper .wp-txt01 .movie video {
  width: 100%;
}
.wp-bnner05 .bnner_wrapper .wp-txt01 .txt {
  width: 93%;
  margin: auto;
}
.wp-bnner05 .bnner_wrapper .wp-txt01 .txt p {
  font-size: 15px;
  line-height: 1.6;
  margin: 15px 0 20px;
  padding: 0 0;
}
.wp-bnner05 .bnner_wrapper .wp-txt01 .pc {
  width: 100% !important;
  display: block !important;
}
.wp-bnner05 .bnner_wrapper .wp-txt01 .sp {
  display: none !important;
}
@media only screen and (max-width: 600px) {
  .wp-bnner05 .bnner_wrapper .wp-txt01 .pc {
    display: none !important;
  }
  .wp-bnner05 .bnner_wrapper .wp-txt01 .sp {
    display: block !important;
    width: 100% !important;
  }
  .wp-bnner05 .bnner_wrapper .wp-txt01 .sp img {
    width: 100% !important;
  }
}
@media screen and (max-width: 768px) {
  .wp-bnner05 .bnner_wrapper .wp-txt01 .txt p {
    font-size: 15px;
  }
}
.l_single .l_main .wp-bnner05 .bnner_wrapper .wp-txt01 h4 {
  border-left: initial;
  padding: initial;
  margin-bottom: initial;
  font-size: 1.63rem;
  line-height: 1.2;
  color: #c82c56;
  text-align: center;
  margin-top: 20px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .l_single .l_main .wp-bnner05 .bnner_wrapper .wp-txt01 h4 {
    font-size: 1.4rem;
  }
}
.l_single .l_main .wp-bnner05 .bnner_wrapper .wp-txt01 h4:before {
  font-size: 24px;
  position: absolute;
  top: -0;
  left: -50px;
  height: 24px;
  padding: 0 1em;
  content: '★';
  color: #c82c56;
}
.l_single .l_main .wp-bnner05 .bnner_wrapper .wp-txt01 h4:after {
  font-size: 24px;
  position: absolute;
  top: 0;
  right: -50px;
  height: 24px;
  padding: 0 1em;
  content: '★';
  color: #c82c56;
}
@media screen and (max-width: 768px) {
  .l_single .l_main .wp-bnner05 .bnner_wrapper .wp-txt01 h4:before {
    font-size: 1.4rem;
    left: -41px;
  }
  .l_single .l_main .wp-bnner05 .bnner_wrapper .wp-txt01 h4:after {
    font-size: 1.4rem;
    right: -41px;
  }
}
@media screen and (max-width: 600px) {
  .l_single .l_main .wp-bnner05 .bnner_wrapper .wp-txt01 h4:before {
    left: -38px;
  }
  .l_single .l_main .wp-bnner05 .bnner_wrapper .wp-txt01 h4:after {
    right: -38px;
  }
}
@media screen and (max-width: 768px) {
  .l_single .l_main .wp-bnner05 .bnner_wrapper .wp-txt01 h4 {
    margin-top: 20px;
  }
}
@media screen and (max-width: 600px) {
  .l_single .l_main .wp-bnner05 .bnner_wrapper .wp-txt01 h4 {
    font-size: 20px;
  }
}
.l_single .l_main .wp-bnner05 .bnner_wrapper .wp-txt01 .h4__ttl {
  border-left: initial;
  padding: initial;
  margin-bottom: initial;
  font-size: 1.54rem;
  line-height: 1.2;
  color: #c82c56;
  text-align: center;
  margin-top: 20px;
  position: relative;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .l_single .l_main .wp-bnner05 .bnner_wrapper .wp-txt01 .h4__ttl {
    font-size: 1.35rem;
  }
}
.l_single .l_main .wp-bnner05 .bnner_wrapper .wp-txt01 .h4__ttl:before {
  font-size: 24px;
  position: absolute;
  top: -0;
  left: -50px;
  height: 24px;
  padding: 0 1em;
  content: '★';
  color: #c82c56;
}
.l_single .l_main .wp-bnner05 .bnner_wrapper .wp-txt01 .h4__ttl:after {
  font-size: 24px;
  position: absolute;
  top: 0;
  right: -50px;
  height: 24px;
  padding: 0 1em;
  content: '★';
  color: #c82c56;
}
@media screen and (max-width: 768px) {
  .l_single .l_main .wp-bnner05 .bnner_wrapper .wp-txt01 .h4__ttl:before {
    font-size: 1.4rem;
    left: -41px;
  }
  .l_single .l_main .wp-bnner05 .bnner_wrapper .wp-txt01 .h4__ttl:after {
    font-size: 1.4rem;
    right: -41px;
  }
}
@media screen and (max-width: 600px) {
  .l_single .l_main .wp-bnner05 .bnner_wrapper .wp-txt01 .h4__ttl:before {
    left: -38px;
  }
  .l_single .l_main .wp-bnner05 .bnner_wrapper .wp-txt01 .h4__ttl:after {
    right: -38px;
  }
}
@media screen and (max-width: 768px) {
  .l_single .l_main .wp-bnner05 .bnner_wrapper .wp-txt01 .h4__ttl {
    margin-top: 20px;
  }
}
@media screen and (max-width: 600px) {
  .l_single .l_main .wp-bnner05 .bnner_wrapper .wp-txt01 .h4__ttl {
    font-size: 20px;
  }
}
.wp-bnner05 .bnner_wrapper .wp-txt02 {
  margin-top: -10px;
}
.wp-bnner05 .bnner_wrapper .wp-txt02 dl {
  width: 67px;
  background-color: #bcbace;
  padding: 6px 15px;
  display: flex;
  justify-content: space-between;
  align-self: center;
}
.wp-bnner05 .bnner_wrapper .wp-txt02 dt {}
.wp-bnner05 .bnner_wrapper .wp-txt02 dt img {
  width: 17px !important;
}
.wp-bnner05 .bnner_wrapper .wp-txt02 dd {
  font-size: 15px;
  color: #ffffff;
  font-weight: 700;
  padding-top: 1px;
}
.wp-bnner05 .bnner_wrapper .wp-txt02 .check-list {
  padding: 12px 15px;
  text-align: center;
  border: 3px solid #bcbace;
  background-color: #f7f6fb;
}
.wp-bnner05 .bnner_wrapper .wp-txt02 ul {
  margin-top: 5px;
  margin-bottom: 0;
  padding: 0 0 0 25px;
  text-align: left;
  line-height: 2.1;
}
.wp-bnner05 .bnner_wrapper .wp-txt02 ul li {
  list-style: square;
  list-style-image: url(https://www.freshvoice.net/statics/img/common/check_r.png) !important;
  font-size: 16px;
  font-size: 15px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .wp-bnner05 .bnner_wrapper .wp-txt02 ul li {
    font-size: 15px;
  }
}
.wp-bnner05 .bnner_wrapper .wp-link {
  padding: 12px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: -20px;
  margin-bottom: 20px;
  /*margin-bottom: -20px;*/
}
@media screen and (max-width: 600px) {
  .wp-bnner05 .bnner_wrapper .wp-link {
    padding: 12px 0;
  }
}
/*
.wp-bnner05 .bnner_wrapper .wp-link .link-btn {
  position: relative;
  display: inline-block;
  font-weight: bold;
  padding: 10px 30px 10px 30px;
  text-decoration: none;
  color: #a6d3c8;
}
@media screen and (max-width: 600px) {
  .wp-bnner05 .bnner_wrapper .wp-link .link-btn {
    margin-left: 30px;
    text-align: center;
  }
}
.wp-bnner05 .bnner_wrapper .wp-link .link-btn:before {
  position: absolute;
  display: inline-block;
  content: '';
  width: 6px;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 3px;
  background: #a6d3c8;
}
.wp-bnner05 .bnner_wrapper .wp-link .link-btn:after {
  position: absolute;
  display: inline-block;
  content: '';
  width: 6px;
  height: 100%;
  top: 0;
  left: 100%;
  border-radius: 3px;
  background: #a6d3c8;
}
.wp-bnner05 .bnner_wrapper .wp-link .link-btn a {
  text-align: center;
  color: #333333;
  text-decoration: none;
  font-size: 18px;
}



@media screen and (max-width: 768px) {
  .wp-bnner05 .bnner_wrapper .wp-link .link-btn a {
    font-size: 15px;
  }
}
.wp-bnner05 .bnner_wrapper .wp-link .link-btn a:hover {
  text-decoration: none;
}*/
.wp-bnner05 .bnner_wrapper .wp-link .link-btn a {
  display: inline-block;
  padding: 1em 1em;
  text-decoration: none;
  border-radius: 4px;
  color: #ffffff;
  background-image: linear-gradient(#c82c56 0%, #c82c56 100%);
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
  border-bottom: solid 3px #891e3b;
}
.wp-bnner05 .bnner_wrapper .wp-link .link-btn a:active {
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);
  border-bottom: none;
}
/*wp-bnner05_yellow*/
.l_single .l_main .wp-bnner05.yellow {
  border: 2px solid #101b0c;
  -webkit-box-shadow: 8px 8px 0 #101b0c;
  box-shadow: 8px 8px 0 #101b0c;
}
.l_single .l_main .wp-bnner05.yellow.frame-brown {
  border: 2px solid #473102;
  -webkit-box-shadow: 8px 8px 0 #473102;
  box-shadow: 8px 8px 0 #473102;
}
.wp-bnner05 h3.yellow {
  background: #ffe200;
  color: #000000;
  text-shadow: initial;
  text-align: center;
  font-size: 23px;
  font-family: initial;
  padding: 18px 10px 13px 20px !important;
}
@media screen and (max-width: 768px) {
  .wp-bnner05 h3.yellow {
    text-align: left;
    font-size: 20px;
    padding: 18px 10px 18px 20px !important;
  }
}
.wp-bnner05 .h3__ttl.yellow {
  background: #ffe200;
  color: #000000;
  text-shadow: initial;
  text-align: center;
  font-size: 23px;
  font-family: initial;
  padding: 18px 10px 13px 20px !important;
}
@media screen and (max-width: 768px) {
  .wp-bnner05 .h3__ttl.yellow {
    text-align: left;
    font-size: 20px;
    padding: 18px 10px 18px 20px !important;
  }
}
.l_single .l_main .l_contents .wp-bnner05.yellow .wp-img img {
  width: 100% !important;
}
@media screen and (max-width: 768px) {
  .wp-bnner05.yellow .bnner_wrapper .wp-txt01 .txt {
    width: 87%;
  }
}
.l_single .l_main .wp-bnner05 .bnner_wrapper .wp-txt01 h4.orange {
  color: #ee7d50;
  font-size: 26px;
}
@media screen and (max-width: 768px) {
  .l_single .l_main .wp-bnner05 .bnner_wrapper .wp-txt01 h4.orange {
    font-size: 20px;
  }
}
.l_single .l_main .wp-bnner05 .bnner_wrapper .wp-txt01 h4.star2:before {
  font-size: 24px;
  position: absolute;
  top: -0;
  left: -50px;
  height: 24px;
  padding: 0 1em;
  content: '★★';
  color: #ee7d50;
}
@media screen and (max-width: 768px) {
  .l_single .l_main .wp-bnner05 .bnner_wrapper .wp-txt01 h4.star2:before {
    font-size: 13px;
    left: -47px;
  }
}
.l_single .l_main .wp-bnner05 .bnner_wrapper .wp-txt01 h4.star2:after {
  font-size: 24px;
  position: absolute;
  top: 0;
  right: -50px;
  height: 24px;
  padding: 0 1em;
  content: '★★';
  color: #ee7d50;
}
@media screen and (max-width: 768px) {
  .l_single .l_main .wp-bnner05 .bnner_wrapper .wp-txt01 h4.star2:after {
    font-size: 13px;
    right: -47px;
  }
}
.l_single .l_main .wp-bnner05 .bnner_wrapper .wp-txt01 .h4__ttl.orange {
  color: #ee7d50;
  font-size: 26px;
}
@media screen and (max-width: 768px) {
  .l_single .l_main .wp-bnner05 .bnner_wrapper .wp-txt01 .h4__ttl.orange {
    font-size: 20px;
  }
}
.l_single .l_main .wp-bnner05 .bnner_wrapper .wp-txt01 .h4__ttl.star2:before {
  font-size: 24px;
  position: absolute;
  top: -0;
  left: -50px;
  height: 24px;
  padding: 0 1em;
  content: '★★';
  color: #ee7d50;
}
@media screen and (max-width: 768px) {
  .l_single .l_main .wp-bnner05 .bnner_wrapper .wp-txt01 .h4__ttl.star2:before {
    font-size: 13px;
    left: -47px;
  }
}
.l_single .l_main .wp-bnner05 .bnner_wrapper .wp-txt01 .h4__ttl.star2:after {
  font-size: 24px;
  position: absolute;
  top: 0;
  right: -50px;
  height: 24px;
  padding: 0 1em;
  content: '★★';
  color: #ee7d50;
}
@media screen and (max-width: 768px) {
  .l_single .l_main .wp-bnner05 .bnner_wrapper .wp-txt01 .h4__ttl.star2:after {
    font-size: 13px;
    right: -47px;
  }
}
.wp-bnner05 .bnner_wrapper .wp-txt01 .txt .tb p {
  font-weight: bold;
}
.wp-bnner05 .bnner_wrapper .wp-txt01 .txt .w90 {
  width: 90%;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .wp-bnner05 .bnner_wrapper .wp-txt01 .txt .w90 {
    width: 100%;
  }
}
.wp-bnner05 .bnner_wrapper .wp-txt02 dl.yellow {
  background-color: #c3d82d;
}
.wp-bnner05 .bnner_wrapper .wp-txt02 .yellow {
  border: 3px solid #c3d82d;
  background-color: #f9fce3;
}
.wp-bnner05 .bnner_wrapper .wp-link .yellow a {
  color: #000000;
  font-weight: bold;
  background-image: linear-gradient(#ffe200 0%, #ffe200 100%);
  box-shadow: 0px 2px 2px rgb(0 0 0 / 29%);
  border-bottom: solid 3px #edae65;
  padding: 1em 3em;
}
#series .gray_box {
  background: #F7F7F7;
}
#series .gray_box .container {
  max-width: 1140px;
  padding: 40px 0;
  box-sizing: border-box;
  margin: 0 0 50px 0;
}
@media screen and (max-width: 1240px) {
  #series .gray_box .container {
    max-width: 1240px;
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media screen and (max-width: 768px) {
  #series .gray_box .container {
    padding: 17px 0;
    margin: 0;
    width: 100%;
  }
}
#series .gray_box .container .service_list {
  display: flex;
}
@media screen and (max-width: 1100px) {
  #series .gray_box .container .service_list {
    flex-wrap: wrap;
  }
}
#series .gray_box .container .service_list .service {
  width: calc((99.9% / 4) - (60px / 4));
  margin-right: 20px;
  border: 1px solid #1B3A3D;
}
@media screen and (max-width: 1100px) {
  #series .gray_box .container .service_list .service {
    width: calc((99.9% / 2) - (24px / 2));
  }
}
@media screen and (max-width: 768px) {
  #series .gray_box .container .service_list .service {
    width: calc((99.9% / 2) - (12px / 2));
    margin-right: 8px;
  }
}
#series .gray_box .container .service_list .service:first-of-type .bottom_block {
  background-image: url(https://www.freshvoice.net/knowledge/wp-content/themes/freshvoice/einet_assets/img/product_list/service01.jpg);
}
#series .gray_box .container .service_list .service:nth-of-type(2) .bottom_block {
  background-image: url(https://www.freshvoice.net/knowledge/wp-content/themes/freshvoice/einet_assets/img/product_list/service02.jpg);
}
#series .gray_box .container .service_list .service:nth-of-type(3) .bottom_block {
  background-image: url(https://www.freshvoice.net/knowledge/wp-content/themes/freshvoice/einet_assets/img/product_list/service03.jpg);
}
#series .gray_box .container .service_list .service:last-of-type {
  margin-right: 0;
}
#series .gray_box .container .service_list .service:last-of-type .bottom_block {
  background-image: url(https://www.freshvoice.net/knowledge/wp-content/themes/freshvoice/einet_assets/img/product_list/service04.jpg);
}
@media screen and (max-width: 1100px) {
  #series .gray_box .container .service_list .service:nth-of-type(2n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 1100px) {
  #series .gray_box .container .service_list .service:nth-of-type(-n + 2) {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  #series .gray_box .container .service_list .service:nth-of-type(-n + 2) {
    margin-bottom: 8px;
  }
}
#series .gray_box .container .service_list .service .top_block {
  background: #FFF;
  padding: 7px 0;
}
#series .gray_box .container .service_list .service .top_block .heading {
  font-weight: bold;
  font-size: 12px;
  line-height: 1.4;
  color: #1B3A3D;
  text-align: center;
}
@media screen and (max-width: 600px) {
  #series .gray_box .container .service_list .service .top_block .heading {
    font-size: 11px;
  }
}
@media screen and (max-width: 370px) {
  #series .gray_box .container .service_list .service .top_block .heading {
    font-size: 11px;
  }
}
#series .gray_box .container .service_list .service .bottom_block {
  background-position: bottom;
  padding: 17px 0 23px;
  position: relative;
}
@media screen and (max-width: 768px) {
  #series .gray_box .container .service_list .service .bottom_block {
    padding: 15px 0 15px;
  }
}
#series .gray_box .container .service_list .service .bottom_block::before {
  content: '';
  display: inline-block;
  width: 5.65px;
  height: 2px;
  background: #FFF;
  position: absolute;
  top: calc(50% - 2px);
  right: 15px;
  transform: translateY(-50%) rotate(45deg);
}
@media screen and (max-width: 768px) {
  #series .gray_box .container .service_list .service .bottom_block::before {
    right: 10px;
  }
}
#series .gray_box .container .service_list .service .bottom_block::after {
  content: '';
  display: inline-block;
  width: 5.65px;
  height: 2px;
  background: #FFF;
  position: absolute;
  top: calc(50% + 2px);
  right: 15px;
  transform: translateY(-50%) rotate(-45deg);
}
@media screen and (max-width: 768px) {
  #series .gray_box .container .service_list .service .bottom_block::after {
    right: 10px;
  }
}
#series .gray_box .container .service_list .service .bottom_block .num {
  font-weight: bold;
  font-size: 10px;
  color: #FFF;
  position: relative;
  margin-bottom: 16px;
  text-align: center;
}
#series .gray_box .container .service_list .service .bottom_block .num::after {
  content: '';
  display: inline-block;
  width: 15px;
  height: 1px;
  background: #FFF;
  position: absolute;
  bottom: -7.5px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  #series .gray_box .container .service_list .service .bottom_block .num::after {
    bottom: -9px;
  }
}
#series .gray_box .container .service_list .service .bottom_block .service_ttl {
  text-align: center;
}
#series .gray_box .container .service_list .service .bottom_block .service_ttl .en {
  font-weight: bold;
  font-size: 18px;
  color: #FFF;
  display: block;
  margin-bottom: 6px;
}
@media screen and (max-width: 600px) {
  #series .gray_box .container .service_list .service .bottom_block .service_ttl .en {
    font-size: 10px;
    margin-bottom: 0;
  }
}
#series .gray_box .container .service_list .service .bottom_block .service_ttl .jp {
  font-weight: bold;
  font-size: 10px;
  color: #FFF;
  display: block;
}
@media screen and (max-width: 600px) {
  #series .gray_box .container .service_list .service .bottom_block .service_ttl .jp {
    display: none;
  }
}
/* ======================================================================
 202203 コンテンツバナー
====================================================================== */
.wp-bnner06 {
  background: linear-gradient(90deg, #ecddce, #a7b8c0);
  margin: auto;
  width: 95%;
  border: 2px solid #444;
  border-radius: 0;
  -webkit-box-shadow: 8px 8px 0 #444;
  box-shadow: 8px 8px 0 #333;
}
.wp-bnner06 .bnner_wrapper {
  padding: 30px 30px 0 30px;
}
.wp-bnner06 .bnner_wrapper .sub__ttl {
  font-family: 'ヒラギノ角ゴ ProN';
  font-size: 18px;
  font-weight: 800;
  padding: 0;
  margin-bottom: 15px;
  transform: scale(0.99, 1.6);
  letter-spacing: 2px;
}
.wp-bnner06 .bnner_wrapper .sub__ttl.pc {
  transform: initial;
  width: 355px;
}
.wp-bnner06 .bnner_wrapper .sub__ttl.pc img {
  text-align: left;
  margin: initial;
}
.wp-bnner06 .bnner_wrapper .sub__ttl span {
  background: linear-gradient(transparent 90%, #ff1d25 90%);
}
.wp-bnner06 .bnner_wrapper .h3__ttl.pc {
  margin-top: 20px;
}
.wp-bnner06 .bnner_wrapper .h3__ttl {
  font-family: 'ヒラギノ角ゴ ProN';
  font-size: 29px;
  font-weight: 800;
  line-height: 1.4;
  margin-top: -15px
}
.l_single .l_main .l_contents .wp-bnner06 .bnner_wrapper .h3__ttl.pc img {
  width: 100% !important;
}
.wp-bnner06 .bnner_wrapper .bnner__img {
  margin-top: 20px;
}
.wp-bnner06 .bnner_wrapper .bnner__img img {
  width: 100% !important;
}
.wp-bnner06 .bnner_wrapper .wp-txt01 {
  margin-top: 40px;
}
.wp-bnner06 .bnner_wrapper .wp-txt01 .h4__ttl {
  font-family: 'ヒラギノ角ゴ ProN';
  font-size: 29px;
  font-weight: 800;
  line-height: 1.3;
  color: #d9333f;
  text-align: center;
  border-left: initial;
  padding: initial;
  margin-bottom: initial;
  transform: scale(0.9, 1.6);
  letter-spacing: 3px;
}
.wp-bnner06 .bnner_wrapper .wp-txt01 .h4__ttl.pc {
  transform: initial;
  margin-top: -15px;
  margin-bottom: -10px;
}
.wp-bnner06 .bnner_wrapper .wp-txt01 .h5__ttl {
  font-family: 'ＭＳ Ｐゴシック', '游ゴシック体';
  font-size: 28px;
  font-weight: 800;
  line-height: 1.4;
  text-align: center;
  border-bottom: initial;
  padding: initial;
  margin-bottom: initial;
  margin-left: initial;
  margin: 40px 0 0 0;
}
.wp-bnner06 .bnner_wrapper .wp-txt01 .point {
  width: 60%;
  margin: auto;
}
.wp-bnner06 .bnner_wrapper .wp-txt01 .point ul {
  margin: 5px 0 10px 0;
  padding: 10px 10px;
}
.wp-bnner06 .bnner_wrapper .wp-txt01 .point ul li {
  font-family: 'ＭＳ Ｐゴシック', '游ゴシック体';
  list-style: square;
  font-size: 22px;
  font-weight: 800;
  color: #000333;
  margin-bottom: 5px;
}
.wp-bnner06 .bnner_wrapper .wp-txt01 .txt__b {
  font-family: 'ヒラギノ角ゴ ProN';
  font-size: 22px;
  font-weight: 800;
  color: #000333;
  line-height: 1.4;
  text-align: center;
  margin: 20px 0 30px;
  transform: scale(0.9, 1.8);
  letter-spacing: 3px;
  padding: 0;
}
.wp-bnner06 .bnner_wrapper .wp-txt01 .txt__b.pc {
  transform: initial;
  margin-top: -5px;
  margin-bottom: 30px;
}
.l_single .l_main .l_contents .wp-bnner06 .bnner_wrapper .wp-txt01 .txt__b.pc img {
  width: 90% !important;
}
.wp-bnner06 .bnner_wrapper .wp-txt01 .wp-link {}
.wp-bnner06 .bnner_wrapper .wp-txt01 .wp-link .link-btn {
  width: 50%;
  margin: auto;
  padding: 15px 15px;
  border: 3px solid #2f96b8;
  background-color: #fef6f5;
  border-radius: 15px;
  text-align: center;
}
.wp-bnner06 .bnner_wrapper .wp-txt01 .wp-link .link-btn a {
  font-family: "游ゴシック", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", sans-serif;
  font-size: 25px;
  font-weight: 800;
  color: #d9333f;
  text-align: center;
  text-decoration: none;
}
.wp-bnner06 .bnner_wrapper .pc {
  display: block !important;
}
.wp-bnner06 .bnner_wrapper .sp {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .wp-bnner06 {
    width: 100%;
  }
  .wp-bnner06 .bnner_wrapper {
    padding: 20px 20px 0 20px;
  }
  .wp-bnner06 .bnner_wrapper .sub__ttl {
    font-size: 20px;
  }
  .wp-bnner06 .bnner_wrapper .sub__ttl.pc {
    width: 270px;
  }
  .wp-bnner06 .bnner_wrapper .h3__ttl {
    font-size: 25px;
  }
  .wp-bnner06 .bnner_wrapper .wp-txt01 .h4__ttl {
    font-size: 25px;
  }
  .wp-bnner06 .bnner_wrapper .wp-txt01 .h5__ttl {
    font-size: 22px;
    margin: 25px 0 0 0;
  }
  .wp-bnner06 .bnner_wrapper .wp-txt01 .point {
    width: 55%;
  }
  .wp-bnner06 .bnner_wrapper .wp-txt01 .point ul li {
    font-size: 20px;
  }
  .wp-bnner06 .bnner_wrapper .wp-txt01 .txt__b {
    font-size: 18px;
  }
  .wp-bnner06 .bnner_wrapper .wp-txt01 .wp-link .link-btn {
    width: 80%;
  }
}
@media screen and (max-width: 600px) {
  .wp-bnner06 .bnner_wrapper .sub__ttl {
    font-size: 12px;
  }
  .wp-bnner06 .bnner_wrapper .h3__ttl.sp {
    /*margin-top: 15px;*/
    transform: scale(0.99, 1.5);
    line-height: 1.2;
    margin: 25px 0;
    padding: 0;
  }
  .wp-bnner06 .bnner_wrapper .h3__ttl {
    font-family: 'ヒラギノ角ゴ ProN';
    font-size: 17px;
  }
  .wp-bnner06 .bnner_wrapper .bnner__img {
    margin-top: 15px;
  }
  .wp-bnner06 .bnner_wrapper .wp-txt01 {
    margin-top: 30px;
  }
  .wp-bnner06 .bnner_wrapper .wp-txt01 .h4__ttl {
    font-size: 15px;
    text-align: left;
    transform: scale(0.99, 1.6);
  }
  .wp-bnner06 .bnner_wrapper .wp-txt01 .h5__ttl {
    font-size: 16px;
  }
  .wp-bnner06 .bnner_wrapper .wp-txt01 .point {
    width: 88%;
    font-size: 16px;
    text-align: left;
    margin-top: 15px;
  }
  .wp-bnner06 .bnner_wrapper .wp-txt01 .point ul {
    margin: 0;
  }
  .wp-bnner06 .bnner_wrapper .wp-txt01 .point ul li {
    font-size: 16px;
  }
  .wp-bnner06 .bnner_wrapper .wp-txt01 .txt__b {
    font-size: 13.5px;
    line-height: 1.7;
    margin: 0 0 20px;
    transform: scale(0.99, 1.6);
    margin-top: 15px;
  }
  .wp-bnner06 .bnner_wrapper .wp-txt01 .wp-link .link-btn a {
    font-size: 16px;
  }
  .wp-bnner06 .bnner_wrapper .wp-txt01 .wp-link {
    margin-bottom: -15px;
  }
  .wp-bnner06 .bnner_wrapper .pc {
    display: none !important;
  }
  .wp-bnner06 .bnner_wrapper .sp {
    display: block !important;
  }
}
@media screen and (max-width: 380px) {
  .wp-bnner06 .bnner_wrapper .sub__ttl {
    font-size: 15px;
    margin-bottom: 15px;
  }
  .wp-bnner06 .bnner_wrapper .h3__ttl {
    font-size: 16px;
  }
  .wp-bnner06 .bnner_wrapper .wp-txt01 .h4__ttl {
    font-size: 16px;
  }
  .wp-bnner06 .bnner_wrapper .wp-txt01 .h5__ttl {
    font-size: 15px;
  }
  .wp-bnner06 .bnner_wrapper .wp-txt01 .point ul li {
    font-size: 15px;
  }
}
/* ======================================================================
 202203 コンテンツバナー3 
====================================================================== */
.wp-bnner04_3 {
  margin: auto;
  width: 95%;
  background-color: #ffffff;
}
.wp-bnner04_3 {
  border: 2px solid #003740 !important;
  border-radius: 0;
  background: #ffffff;
  -webkit-box-shadow: 8px 8px 0 #003740;
  box-shadow: 8px 8px 0 #003740;
}
@media screen and (max-width: 768px) {
  .wp-bnner04_3 {
    width: 100%;
    -webkit-box-shadow: 4px 4px 0 #003740;
    box-shadow: 4px 4px 0 #003740;
  }
}
.wp-bnner04_3 .bnner_wrapper {
  padding: 30px 30px 1px 30px;
}
@media screen and (max-width: 768px) {
  .wp-bnner04_3 .bnner_wrapper {
    padding: 20px 20px 0 20px;
  }
}
.l_single .l_main .wp-bnner04_3 .bnner_wrapper h3 {
  border-left: initial;
  border-bottom: initial;
  padding: initial;
  margin-bottom: initial;
}
.wp-bnner04_3 h3 {
  position: relative;
  display: inline-block;
  height: 39px;
  margin-left: 30px;
  padding: 25px 0 0 30px !important;
  color: #fff;
  background: #d4b527;
  width: 90%;
  font-size: 1.04rem;
  line-height: 1.2;
}
.wp-bnner04_3 h3:before {
  position: absolute;
  top: 0;
  left: -30px;
  content: '';
  border-width: 32px 30px 32px 0;
  border-style: solid;
  border-color: transparent #d4b527 transparent transparent;
}
.wp-bnner04_3 h3:after {
  position: absolute;
  top: calc(50% - 7px);
  left: -10px;
  width: 14px;
  height: 14px;
  content: '';
  border-radius: 50%;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .wp-bnner04_3 h3 {
    padding: 15px 10px 15px 10px !important;
    letter-spacing: -1px;
    width: 85%;
  }
  .wp-bnner04_3 h3:before {
    border-width: 35px 30px 35px 0;
  }
}
.wp-bnner04_3 .bnner_wrapper .wp-img {
  margin-top: 20px;
}
.wp-bnner04_3 .bnner_wrapper .wp-img img {
  width: 100% !important;
}
.wp-bnner04_3 .bnner_wrapper .wp-txt01 {
  margin-top: 20px;
}
.wp-bnner04_3 .bnner_wrapper .wp-txt01 h4 {
  position: relative;
  padding: 10px;
  border-bottom: 6px solid #dab1b3;
  font-size: 16px;
  line-height: 1.4;
  margin-bottom: 15px;
  border-left: initial;
}
.wp-bnner04_3 .bnner_wrapper .wp-txt01 h4:before {
  position: absolute;
  bottom: -6px;
  left: 0;
  width: 20%;
  height: 6px;
  content: '';
  background: #b15a5e;
}
@media screen and (max-width: 768px) {
  .wp-bnner04_3 .bnner_wrapper .wp-txt01 h4 {
    font-size: 16px;
  }
}
.wp-bnner04_3 .bnner_wrapper .wp-txt01 .h4__ttl {
  position: relative;
  border-bottom: 6px solid #dab1b3;
  /*padding: 10px;
  font-size: 16px;
  line-height: 1.4;*/
  margin-bottom: 15px;
  border-left: initial;
  font-size: 16px;
  line-height: 2.0;
  font-weight: 700;
}
.wp-bnner04_3 .bnner_wrapper .wp-txt01 .h4__ttl:before {
  position: absolute;
  bottom: -6px;
  left: 0;
  width: 20%;
  height: 6px;
  content: '';
  background: #b15a5e;
}
@media screen and (max-width: 768px) {
  .wp-bnner04_3 .bnner_wrapper .wp-txt01 .h4__ttl {
    font-size: 16px;
    line-height: 1.3;
  }
}
.wp-bnner04_3 .bnner_wrapper .wp-txt01 p {
  font-size: 16px;
  line-height: 1.6;
  margin: 15px 0 20px;
  padding: 0 0;
}
@media screen and (max-width: 768px) {
  .wp-bnner04_3 .bnner_wrapper .wp-txt01 p {
    font-size: 15px;
  }
}
.wp-bnner04_3 .bnner_wrapper .wp-txt02 {
  background-color: #f7f7f7;
  padding: 15px;
  border: 1px solid #ddd;
}
.wp-bnner04_3 .bnner_wrapper .wp-txt02 .ttl {
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 0;
}
@media screen and (max-width: 768px) {
  .wp-bnner04_3 .bnner_wrapper .wp-txt02 .ttl {
    font-size: 15px;
  }
}
.wp-bnner04_3 .bnner_wrapper .wp-txt02 ul {
  margin-top: 5px;
  margin-bottom: 0;
  padding: 0 0 0 25px;
}
.wp-bnner04_3 .bnner_wrapper .wp-txt02 ul li {
  list-style: square;
  list-style-image: url(https://www.freshvoice.net/statics/img/common/check_r2.png) !important;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .wp-bnner04_3 .bnner_wrapper .wp-txt02 ul li {
    font-size: 15px;
  }
}
.wp-bnner04_3 .bnner_wrapper .wp-txt02 ul li span {
  background: linear-gradient(transparent 80%, #d4b527 80%);
}
.wp-bnner04_3 .bnner_wrapper .wp-txt04 p {
  font-size: 16px;
  line-height: 1.6;
  margin: 15px 0 0;
  padding: 0 0;
}
@media screen and (max-width: 768px) {
  .wp-bnner04_3 .bnner_wrapper .wp-txt04 p {
    font-size: 15px;
  }
}
.wp-bnner04_3 .bnner_wrapper .link-url {
  text-decoration: none;
}
.wp-bnner04_3 .bnner_wrapper .link-url .wp-link {
  margin-top: -20px;
  margin-bottom: -15px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #d4b527;
  border-radius: 30px;
  padding: 20px 20px;
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  .wp-bnner04_3 .bnner_wrapper .link-url {
    font-size: 15px;
  }
  .wp-bnner04_3 .bnner_wrapper .link-url .wp-link {
    padding: 15px 10px;
  }
}
.wp-bnner04_3 .bnner_wrapper .link-url .wp-link:hover {
  opacity: 0.8;
}
.pc-hide-sp-768 {
  display: none;
}
@media screen and (max-width: 768px) {
  .pc-hide-sp-768 {
    display: block !important;
  }
}
.wp-bnner04_3 .bnner_wrapper {
  padding: 30px 20px 1px 20px;
}
.wp-bnner04_3 h3 {
  padding: 25px 0 0 20px !important;
}
.wp-bnner04_3 .bnner_wrapper .wp-txt01 {
  padding-top: 20px;
  width: 85.5%;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .wp-bnner04_3 .bnner_wrapper .wp-txt01 {
    padding-top: initial;
    width: initial;
  }
}
.l_single .l_main .wp-bnner04_3 .bnner_wrapper .wp-txt01 h4 {
  line-height: 2.0;
}
@media screen and (max-width: 768px) {
  .l_single .l_main .wp-bnner04_3 .bnner_wrapper .wp-txt01 h4 {
    line-height: 1.7;
  }
}
.l_single .l_main .wp-bnner04_3 .bnner_wrapper h3 {
  border: 1px solid #003740;
}
.wp-bnner04_3 .bnner_wrapper .wp-txt02 {
  background-color: rgba(0, 55, 64, 0.08);
  border: 1px solid #003740;
  width: 81%;
  margin: auto;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .wp-bnner04_3 .bnner_wrapper .wp-txt02 {
    width: initial;
    text-align: left;
  }
}
.wp-bnner04_3 .bnner_wrapper .wp-txt02 ul {
  width: 67%;
  margin: auto;
  margin-left: 70px;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .wp-bnner04_3 .bnner_wrapper .wp-txt02 ul {
    width: initial;
    margin-left: initial;
  }
}
.wp-bnner04_3 .bnner_wrapper .wp-txt04 {
  width: 85.5%;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .wp-bnner04_3 .bnner_wrapper .wp-txt04 {
    width: initial;
  }
}
.wp-bnner04_3 .bnner_wrapper .link-url {
  font-size: 17px;
  font-weight: 800;
}
@media screen and (max-width: 600px) {
  .wp-bnner04_3 .bnner_wrapper .link-url {
    font-size: 15px;
  }
}
.wp-bnner04_3 .bnner_wrapper .link-url .wp-link {
  border: 3px solid #003740;
  background-color: #a5200d;
}
.wp-bnner04_3 .bnner_wrapper h3 {
  margin-top: -40px;
}
.wp-bnner04_3 .bnner_wrapper .pc {
  display: block !important;
}
.wp-bnner04_3 .bnner_wrapper .tb {
  display: none !important;
}
.wp-bnner04_3 .bnner_wrapper .sp {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .wp-bnner04_3 .bnner_wrapper .pc {
    display: none !important;
  }
  .wp-bnner04_3 .bnner_wrapper .tb {
    display: block !important;
  }
  .wp-bnner04_3 .bnner_wrapper .sp {
    display: none !important;
  }
}
@media screen and (max-width: 600px) {
  .wp-bnner04_3 .bnner_wrapper .pc {
    display: none !important;
  }
  .wp-bnner04_3 .bnner_wrapper .tb {
    display: none !important;
  }
  .wp-bnner04_3 .bnner_wrapper .sp {
    display: block !important;
  }
}
.l_single .l_main .l_contents .wp-bnner04_3 .bnner_wrapper h3 img {
  width: 100% !important;
}
.l_single .l_main .wp-bnner04_3 .bnner_wrapper h3 {
  border: initial;
}
.wp-bnner04_3 h3:before {
  content: initial;
  ;
}
.wp-bnner04_3 h3:after {
  content: initial;
}
.wp-bnner04_3 h3 {
  display: initial;
  height: initial;
  margin-left: initial;
  padding: initial !important;
  background: initial;
  width: 100%;
}
.l_single .l_main .l_contents .wp-bnner04_3 .bnner_wrapper .h3__ttl img {
  width: 100% !important;
}
.l_single .l_main .wp-bnner04_3 .bnner_wrapper .h3__ttl {
  border: initial;
}
.wp-bnner04_3 .h3__ttl:before {
  content: initial;
  ;
}
.wp-bnner04_3 .h3__ttl:after {
  content: initial;
}
.wp-bnner04_3 .h3__ttl {
  display: initial;
  height: initial;
  margin-left: initial;
  padding: initial !important;
  background: initial;
  width: 100%;
}
.wp-bnner04_3 .bnner_wrapper .link___btn {
  margin-bottom: -50px;
}
.l_single .l_main .wp-bnner04_3 a p::before {
  content: initial;
}
/* ======================================================================
 202204 BIGバナー 片手間「情シス」さんへの業務革命 情シス代行サービス 
====================================================================== */
.wp-bnner07 {
  background-color: #0e3047;
  padding: 17px 10px 20px 10px;
}
.wp-bnner07 .bnner_wrapper {}
.wp-bnner07 .bnner_wrapper .img {}
.l_single .l_main .l_contents .wp-bnner07 .bnner_wrapper .img img {
  width: 100% !important;
}
.l_single .l_main .l_contents .wp-bnner07 .bnner_wrapper .img .pc {
  display: block !important;
}
@media screen and (max-width: 768px) {
  .l_single .l_main .l_contents .wp-bnner07 .bnner_wrapper .img .pc {
    display: none !important;
  }
}
.l_single .l_main .l_contents .wp-bnner07 .bnner_wrapper .img .sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .l_single .l_main .l_contents .wp-bnner07 .bnner_wrapper .img .sp {
    display: block !important;
  }
}
.wp-bnner07 .bnner_wrapper .pd_iframe {
  margin-top: 20px;
  width: 100% !important;
  display: flex;
  justify-content: center;
  align-items: center;
}
.wp-bnner07 .bnner_wrapper .pd_iframe #formArea {
  width: 95%;
  margin-bottom: -105px;
}
/* ======================================================================
 202206 コンテンツバナー
====================================================================== */
/*9割引でオンプレ版Web会議システムが導入できる方法*/
.wp-bnner08 {
  position: relative;
  background: url(https://www.freshvoice.net/knowledge/wp-content/uploads/2022/05/WP-on-pre_bg_pc.jpg) no-repeat center center;
  background-size: cover;
  margin: auto;
  width: 95%;
  border: 2px solid #0f5256;
  border-radius: 0;
  -webkit-box-shadow: 8px 8px 0 #0f5256;
  box-shadow: 8px 8px 0 #0f5256;
}
@media screen and (max-width: 768px) {
  .wp-bnner08 {
    background: url(https://www.freshvoice.net/knowledge/wp-content/uploads/2022/05/WP-on-pre_bg_sp.jpg) no-repeat center center;
    width: 100%;
    -webkit-box-shadow: 4px 4px 0 #0f5256;
    box-shadow: 4px 4px 0 #0f5256;
  }
}
.wp-bnner08 .bnner_wrapper {
  padding: 25px 25px;
}
@media screen and (max-width: 768px) {
  .wp-bnner08 .bnner_wrapper {
    padding: 15px 15px;
  }
}
.wp-bnner08 .bnner_wrapper .img {}
.wp-bnner08 .bnner_wrapper .img:last-child {
  margin-bottom: -25px;
}
.l_single .l_main .l_contents .wp-bnner08 .bnner_wrapper .img .pc {
  display: block !important;
}
@media screen and (max-width: 768px) {
  .l_single .l_main .l_contents .wp-bnner08 .bnner_wrapper .img .pc {
    display: none !important;
  }
}
.l_single .l_main .l_contents .wp-bnner08 .bnner_wrapper .img .sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .l_single .l_main .l_contents .wp-bnner08 .bnner_wrapper .img .sp {
    display: block !important;
  }
}
.l_single .l_main .l_contents .wp-bnner08 .bnner_wrapper .img img {
  width: 100% !important;
}
.wp-bnner08 .bnner_wrapper .wp-link {
  margin: 25px 0 -15px 0;
}
@media screen and (max-width: 768px) {
  .wp-bnner08 .bnner_wrapper .wp-link {
    margin: 15px 0 -25px 0;
  }
}
.wp-bnner08 .bnner_wrapper .wp-link .link-btn {
  color: #ffffff;
  background-image: linear-gradient(#d22d27 0%, #d22d27 100%);
  border-color: #000000;
  width: 99%;
  height: 44px;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 3px solid #000000;
}
@keyframes blink {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.wp-bnner08 .bnner_wrapper .wp-link .link-btn {
  animation: blink 1s ease-in-out infinite alternate;
}
.wp-bnner08 .bnner_wrapper .wp-link .link-btn a {
  width: 100%;
  font-size: 18px;
  font-weight: 800;
  color: #ffffff;
  text-align: center;
  display: block;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .wp-bnner08 .bnner_wrapper .wp-link .link-btn a {
    font-size: 15px;
  }
}
.wp-bnner08 .bnner_wrapper .mb {
  margin-bottom: -25px;
}
@media screen and (max-width: 768px) {
  .wp-bnner08 .bnner_wrapper .mb {
    margin-bottom: -35px;
  }
}
/*比較表付き！主要Web会議システム5選！*/
.wp-bnner09 {
  margin: auto;
  width: 95%;
  border: 2px solid #ff7c6b;
  border-radius: 0;
  background-color: #fff3e6;
  -webkit-box-shadow: 8px 8px 0 #ff7c6b;
  box-shadow: 8px 8px 0 #ff7c6b;
}
@media screen and (max-width: 768px) {
  .wp-bnner09 {
    width: 100%;
    -webkit-box-shadow: 4px 4px 0 #ff7c6b;
    box-shadow: 4px 4px 0 #ff7c6b;
  }
}
.wp-bnner09 .bnner_wrapper {
  padding: 25px 25px;
}
@media screen and (max-width: 768px) {
  .wp-bnner09 .bnner_wrapper {
    padding: 15px 15px;
  }
}
.wp-bnner08 .bnner_wrapper .img {}
.l_single .l_main .l_contents .wp-bnner09 .bnner_wrapper .img .pc {
  display: block !important;
}
@media screen and (max-width: 768px) {
  .l_single .l_main .l_contents .wp-bnner09 .bnner_wrapper .img .pc {
    display: none !important;
  }
}
.l_single .l_main .l_contents .wp-bnner09 .bnner_wrapper .img .sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .l_single .l_main .l_contents .wp-bnner09 .bnner_wrapper .img .sp {
    display: block !important;
  }
}
.l_single .l_main .l_contents .wp-bnner09 .bnner_wrapper .img img {
  width: 100% !important;
}
.wp-bnner09 .bnner_wrapper .wp-link {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .wp-bnner09 .bnner_wrapper .wp-link {
    margin-top: 20px;
  }
}
.btn-gradient-radius {
  display: inline-block;
  padding: 7px 20px;
  border-radius: 25px;
  text-decoration: none;
  color: #FFF;
  background-image: linear-gradient(45deg, #FFC107 0%, #ff8b5f 100%);
  transition: .4s;
}
.wp-bnner09 .bnner_wrapper .wp-link .link-btn {
  padding: 7px 20px;
  border-radius: 30px;
  background-image: linear-gradient(45deg, #FFC107 0%, #ff8b5f 100%);
  transition: .4s;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 44px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .wp-bnner09 .bnner_wrapper .wp-link .link-btn {
    width: 60%;
    height: 40px;
  }
}
.wp-bnner09 .bnner_wrapper .wp-link .link-btn:hover {
  background-image: linear-gradient(45deg, #FFC107 0%, #f76a35 100%);
}
.wp-bnner09 .bnner_wrapper .wp-link .link-btn a {
  width: 100%;
  font-size: 18px;
  font-weight: 800;
  color: #ffffff;
  text-align: center;
  display: block;
  text-decoration: none;
  opacity: 1.0;
}
@media screen and (max-width: 768px) {
  .wp-bnner09 .bnner_wrapper .wp-link .link-btn a {
    font-size: 15px;
  }
}
.wp-bnner09 .bnner_wrapper .mb {
  margin-bottom: -30px;
}
@media screen and (max-width: 768px) {
  .wp-bnner09 .bnner_wrapper .mb {
    margin-bottom: -30px;
  }
}
/*既存バナー調整／無料ホワイトペーパー【完全版】Web会議システムの比較表はこれでOK！*/
.wp-bnner04_3 .bnner_wrapper h3 {
  margin-top: 0 !important;
}
/* ======================================================================
 202204 トップ重要なお知らせ
====================================================================== */
#notice_sec {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  #notice_sec {
    margin-top: 30px;
    padding: 0 20px;
  }
}
#notice_sec .container {
  margin: 0 auto 10px !important;
}
/* ======================================================================
 202207 BIGバナー 受注が取れる遠隔相談システムとは？
====================================================================== */
.wp-bnner10 {
  margin: auto;
  width: 60%;
}
@media screen and (max-width: 768px) {
  .wp-bnner10 {
    width: 100%;
  }
}
.wp-bnner10:hover {
  opacity: 0.85;
}
.l_single .l_main .l_contents .wp-bnner10 img {
  width: initial !important;
}
@media screen and (max-width: 600px) {
  .l_single .l_main .l_contents .wp-bnner10 img {
    display: block;
  }
}
/* ======================================================================
 responsive
====================================================================== */
.sp-hide__768 {
  display: block !important;
}
@media screen and (max-width: 768px) {
  .sp-hide__768 {
    display: none !important;
  }
}
.pc-hide__768 {
  display: none;
}
@media screen and (max-width: 768px) {
  .pc-hide__768 {
    display: block !important;
  }
}
/* ======================================================================
 margin
====================================================================== */
.mA {
  margin: auto !important;
}
.mt10 {
  margin-top: 10px !important;
}
.mt20 {
  margin-top: 20px !important;
}
.mt30 {
  margin-top: 30px !important;
}
.mt40 {
  margin-top: 40px !important;
}
.mt50 {
  margin-top: 50px !important;
}
.mt60 {
  margin-top: 60px !important;
}
.mt70 {
  margin-top: 70px !important;
}
.mt80 {
  margin-top: 80px !important;
}
.mt90 {
  margin-top: 90px !important;
}
.mt100 {
  margin-top: 100px !important;
}
.mb10 {
  margin-bottom: 10px !important;
}
.mb20 {
  margin-bottom: 20px !important;
}
.mb30 {
  margin-bottom: 30px !important;
}
.mb40 {
  margin-bottom: 40px !important;
}
.mb50 {
  margin-bottom: 50px !important;
}
.mb60 {
  margin-bottom: 60px !important;
}
.mb70 {
  margin-bottom: 70px !important;
}
.mb80 {
  margin-bottom: 80px !important;
}
.mb90 {
  margin-bottom: 90px !important;
}
.mb100 {
  margin-bottom: 100px !important;
}
.webp_on .u_ttl {
  background: url(../img/common/bg_pc_fv.webp);
}
/* ======================================================================
  フォーム埋込型キャンペーンバナー ※キャンペーン終了後要コメントアウト
====================================================================== */
/*@media screen and (max-width: 768px) {
  #top_kv #slider.top_slider .slide .wrapper {
    margin: 0 0 0 !important;
  }
}*/
/*20220225背景画像差し替え*/
/*.cam_bnr {
  background-image: url(https://www.freshvoice.net/statics/img/campaign/2022/01/campaign_bg4_pc.jpg);
}
@media screen and (max-width: 768px) {
  .cam_bnr {
    background-image: url(https://www.freshvoice.net/statics/img/campaign/2022/01/campaign_bg4_sp.jpg);
  }
}
.cam_bnr .cam_wapper .cam_inner .l_cont .txt .ttl {
  color: #333;
  margin-top: 3px;
  text-shadow: #fff 1px 0px 2px, #fff -1px 0px 2px, #fff 0px -1px 2px, #fff 0px 1px 2px, #fff 1px 1px 2px, #fff -1px 1px 2px, #fff 1px -1px 2px, #fff -1px -1px 2px, #fff 1px 1px 2px, #fff -1px 1px 2px, #fff 1px -1px 2px, #fff -1px -1px 2px, #fff 1px 1px 2px, #fff -1px 1px 2px, #fff 1px -1px 2px, #fff -1px -1px 2px;
}
.cam_bnr .cam_wapper .cam_inner .r_cont {
  background: rgba(244, 132, 168, 0.8);
}
.cam_bnr .cam_wapper .cam_inner .l_cont .txt .sub-ttl {
  color: #f5739c;
  text-shadow: #fff 1px 0px 2px, #fff -1px 0px 2px, #fff 0px -1px 2px, #fff 0px 1px 2px, #fff 1px 1px 2px, #fff -1px 1px 2px, #fff 1px -1px 2px, #fff -1px -1px 2px, #fff 1px 1px 2px, #fff -1px 1px 2px, #fff 1px -1px 2px, #fff -1px -1px 2px, #fff 1px 1px 2px, #fff -1px 1px 2px, #fff 1px -1px 2px, #fff -1px -1px 2px;
}*/
.l_breadcrumbs {
  height: 30px;
  background: #1B3A3D;
  text-align: left;
  font-size: 12px;
  width: 100%;
  padding: 0;
}
.l_breadcrumbs .breadcrumbs {
  height: 100%;
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}
@media screen and (max-width: 1200px) {
  .l_breadcrumbs .breadcrumbs {
    max-width: 1200px;
    margin: 0;
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media screen and (max-width: 768px) {
  .l_breadcrumbs .breadcrumbs {
    padding-left: 0;
    padding-right: 0;
    margin: 0 auto;
    width: 92%;
    overflow-x: scroll;
  }
}
.l_breadcrumbs .breadcrumbs span {
  height: 100%;
}
.l_breadcrumbs .breadcrumbs span span {
  height: 100%;
  display: flex;
  align-items: center;
  font-size: 12px;
  color: #FFF;
}
.l_breadcrumbs .breadcrumbs span span a {
  font-size: 12px;
  color: #FFF;
  margin: 0 10px;
}
.l_breadcrumbs .breadcrumbs span span a:first-child {
  margin-left: 0;
}
.l_breadcrumbs .breadcrumbs span span span {
  font-size: 12px;
  color: #FFF;
  margin: 0 10px;
}
.l_breadcrumbs .breadcrumbs span span span:first-child {
  margin-left: 0;
}
/* ======================================================================
 202208 ネクストSFAフォーム埋込型バナー
====================================================================== */
/*バナー1*/
.next-sfa_form01 {
  display: flex;
  justify-content: space-between;
  border: 8px solid #ec3838;
  background: #ec3838;
  margin-bottom: 30px;
}
.next-sfa_form01 .img {
  width: 67%;
  background: #ec3838;
}
@media all and (max-width:768px) {
  .next-sfa_form01 {
    display: initial;
    border: 0px;
  }
  .next-sfa_form01 .img {
    width: 100%;
    padding: 0;
  }
}
.next-sfa_form01 .img .pc {
  display: block !important;
}
.next-sfa_form01 .img .sp {
  display: none !important;
}
@media only screen and (max-width: 768px) {
  .next-sfa_form01 .img .pc {
    display: none !important;
  }
  .next-sfa_form01 .img .sp {
    display: block !important;
  }
}
.next-sfa_bnr1 {
  width: 48%;
  padding: 5px;
}
@media (max-width: 768px) {
  .next-sfa_bnr1 {
    width: 100%;
    background: #ec3838;
    padding: 10px 0 8px 0;
  }
}
.next-sfa_bnr1 #SfaFormArea {
  margin-top: -15px;
  margin-bottom: -103px;
  margin-left: 10px;
}
@media (max-width: 768px) {
  .next-sfa_bnr1 #SfaFormArea {
    margin-left: 0;
  }
}
.next-sfa_bnr1 .form_preview_iptxt {
  width: 97%;
  margin: 20px auto 0;
}
.next-sfa_bnr1 .indis_mark {
  background: #f8d95c;
  padding: 5px 8px;
  color: #000000;
  margin-right: 10px;
  line-height: 10px;
  margin-top: 2px;
}
@media (max-width: 768px) {
  .next-sfa_bnr1 .indis_mark {
    line-height: 6px;
    margin-top: 5px;
  }
}
.l_single .l_main .next-sfa_bnr1 .form_preview h4 {
  display: none;
}
.l_single .l_main .next-sfa_bnr1 .form_preview p {
  font-size: 14px;
  letter-spacing: initial;
  line-height: 1.9;
  padding: 0;
  margin: 0;
  color: #ffffff;
  text-align: left;
}
.next-sfa_bnr1 .form_preview_iptxt input[type='text'], .next-sfa_bnr1 .form_preview_iptxt input[type='mail'] {
  padding: 4px 10px;
  margin-bottom: 10px;
}
.next-sfa_bnr1 .right-box_btn_area {
  margin: 10px auto 10px auto;
}
.next-sfa_bnr1 button.btn_preview {
  font-size: 16px;
  padding: 10px 10px;
}
.next-sfa_bnr1 .form_preview a {
  color: #f8d95c;
}
.next-sfa_bnr1 .form_preview a:hover {
  color: #f8d95c;
}
.next-sfa_bnr1 .form_preview a.privacy:link {
  color: #f8d95c;
}
.l_single .l_main .next-sfa_bnr1 .form_preview .btn_preview.submit {
  background-color: #f8d95c !important;
  border: 2px solid #000000;
  animation: blink 3s ease-in-out infinite alternate;
  border-radius: 6px;
}
.next-sfa_bnr1 #ButtonLabelName {
  color: #000000;
}
@media screen and (max-width: 768px) {
  .l_single .l_main .next-sfa_bnr1 .form_preview .form_preview_iptxt {
    width: 100%;
  }
}
/*バナー2*/
.wp-bnner07 .bnner_wrapper .next-sfa_bnr2 {
  margin-top: -20px;
  width: 100% !important;
}
.l_single .l_main .next-sfa_bnr2 #SfaFormArea {
  padding: 0 20px
}
@media (max-width: 768px) {
  .l_single .l_main .next-sfa_bnr2 #SfaFormArea {
    padding: 0 7px
  }
}
.l_single .l_main .next-sfa_bnr2 .form_preview {
  background: #f0f3f8;
  padding: 20px 0;
  margin-top: 30px;
  margin-bottom: -105px;
}
@media (max-width: 768px) {
  .l_single .l_main .next-sfa_bnr2 .form_preview {
    margin-bottom: -115px;
    padding: 20px 15px;
  }
}
.l_single .l_main .next-sfa_bnr2 .form_preview h4 {
  display: none;
}
.l_single .l_main .next-sfa_bnr2 .form_preview_iptxt {
  position: relative;
  width: 93%;
  margin: auto;
  text-align: left;
}
@media (max-width: 768px) {
  .l_single .l_main .next-sfa_bnr2 .form_preview_iptxt {
    width: 95%;
  }
}
.l_single .l_main .next-sfa_bnr2 .form_preview p {
  font-size: 16px;
  letter-spacing: 0;
  line-height: 1.9;
  padding: 0;
  margin: 0;
}
.next-sfa_bnr2 .form_preview a {
  color: #50a3a7;
}
.next-sfa_bnr2 .form_preview a:hover {
  color: #50a3a7;
}
.next-sfa_bnr2 .form_preview a.privacy:link {
  color: #50a3a7;
}
.l_single .l_main .next-sfa_bnr2 .form_preview_iptxt input[type='text'], .form_preview_iptxt input[type='mail'] {
  padding: 8px 10px;
  margin-bottom: 12px;
}
.l_single .l_main .next-sfa_bnr2 .right-box_btn_area {
  margin: 20px auto 10px auto;
}
@media (max-width: 768px) {
  .l_single .l_main .next-sfa_bnr2 .right-box_btn_area {
    margin: 20px auto 5px auto;
  }
}
.l_single .l_main .next-sfa_bnr2 .form_preview .btn_preview.submit {
  width: 640px;
  background-color: #f8d95c !important;
  border: 2px solid #000000;
  animation: blink 3s ease-in-out infinite alternate;
  border-radius: 6px;
}
@media (max-width: 768px) {
  .l_single .l_main .next-sfa_bnr2 .form_preview .btn_preview.submit {
    width: 250px;
  }
}
.next-sfa_bnr2 #ButtonLabelName {
  color: #000000;
}
.next-sfa_bnr2 button.btn_preview {
  font-size: 18px;
  padding: 15px 10px;
}
@media (max-width: 768px) {
  .next-sfa_bnr2 button.btn_preview {
    font-size: 17px;
    padding: 10px 10px;
  }
}
@media screen and (max-width: 600px) {
  .next-sfa_bnr2 .formError {
    left: 160px !important;
  }
}
/*@media screen and (max-width: 768px) {
  .next-sfa_bnr2 .right-box .message {
    padding: 0 20px 20px 0;
    background: #174d72;
    margin-top: 30px;
  }
}
@media screen and (max-width: 768px) {
  .wp-bnner07 .bnner_wrapper {
    margin-bottom: -100px;
  }
}*/
/*共通*/
.next-sfa_bnr1 .formP, .next-sfa_bnr2 .formP {
  margin-bottom: 0;
}
.next-sfa_bnr1 .formError .formErrorContent, .next-sfa_bnr2 .formError .formErrorContent {
  line-height: 1.4;
}
.next-sfa_form01 .right-box .message_box, .next-sfa_bnr2 .right-box .message_box {
  height: auto;
  color: #ffffff;
}
.next-sfa_form01 .right-box .message svg, .next-sfa_bnr2 .right-box .message svg {
  padding-top: 80px;
}
@media screen and (max-width: 768px) {
  .next-sfa_form01 .right-box .message svg, .next-sfa_bnr2 .right-box .message svg {
    padding-top: 40px;
  }
}
.l_single .l_main .next-sfa_form01 #SfaFormArea h4.message, .l_single .l_main .next-sfa_bnr2 #SfaFormArea h4.message {
  border-left: none;
  padding: 0;
}
.l_single .l_main .next-sfa_form01 #SfaFormArea .message p, .l_single .l_main .next-sfa_bnr2 #SfaFormArea .message p {
  padding: 0;
}
/* ======================================================================
 202208 front-page修正
====================================================================== */
.pc-display {
  display: block;
}
.sp-display {
  display: none;
}
@media screen and (max-width: 768px) {
  .pc-display {
    display: none;
  }
  .sp-display {
    display: block;
  }
}
.service_list_wrap .service_list .service a .service_ttl {
  font-size: 18px !important;
}
@media screen and (max-width: 768px) {
  .service_list_wrap .service_list .service a .service_ttl {
    font-size: 16px !important;
  }
}
.pc-display .service_list_wrap .service_list .service {
  width: 100%;
}
.pc-display .service_list_wrap .service_list .service .bottom_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
}
.pc-display .service_list_wrap .service_list .service a .bottom_box .img img {
  padding-left: 40px;
  width: 140px;
}
.pc-display .service_list_wrap .service_list .service .bottom_box .text_wrapper {
  width: 70%;
}
@media screen and (max-width: 800px) {
  .pc-display .service_list_wrap .service_list .service .bottom_box .text_wrapper {
    width: 65%;
  }
}
.pc-display .service_list_wrap .service_list .service a .bottom_box .service_heading {
  padding: 0 16px;
  text-align: left;
}
.pc-display .service_list_wrap .service_list .service .bottom_box .text_wrapper .detail {
  text-align: left !important;
  margin-bottom: 20px !important;
}
@media screen and (max-width: 768px) {
  .service_list .slick-dots {
    bottom: 0 !important;
  }
}
/* ======================================================================
 追従フォーム 202306追加
====================================================================== */
.application {
  width: 200px;
  background: #EFEFEF;
  border-radius: 10px 0 0 10px;
  padding: 25px 20px;
  position: fixed;
  right: 0;
  bottom: 20px;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity .4s ease-out;
}
.application-Title {
  margin-bottom: 15px;
  text-align: center;
  font-weight: 700;
  font-size: 15px;
  line-height: 1.4;
}
.application-Item {
  margin-bottom: 4px;
}
.application-Item-Title {
  font-size: 13px;
  display: flex;
  align-items: center;
  padding-bottom: 5px;
}
.application-Item-Title em {
  background: #0f3c3f;
  margin-right: 5px;
  padding: 5px 5px;
  line-height: 1;
  font-size: 11px;
  color: #FFFFFF;
  border-radius: 5px;
}
.application-Item-Box select {
  width: 100%;
  background: #FFFFFF;
  background-size: 30px auto;
  border: none;
  box-sizing: border-box;
  padding: 5px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 13px;
  cursor: pointer;
}
.application-Item-Box .itt {
  width: 100%;
  background: #FFFFFF;
  box-sizing: border-box;
  padding: 7px;
  border: 1px solid #dddddd;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 13px;
  margin-bottom: 10px;
}
.application-Submit button {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  cursor: pointer;
}
.application-Close {
  width: 30px;
  height: 30px;
  position: absolute;
  top: -15px;
  left: 5px;
  cursor: pointer;
  z-index: 1;
}
.application-Btn {
  width: 200px;
  position: fixed;
  right: 0;
  bottom: 0;
  cursor: pointer;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity .4s ease-out;
}
.application.state-application {
  opacity: 1;
  visibility: inherit;
  pointer-events: auto;
}
@media (max-width: 1024px) {
  .application.w1280 {
    display: none;
  }
}
.application-Btn.state-application {
  opacity: 1;
  visibility: inherit;
  pointer-events: auto;
}
.application-Btn.w1280 {
  display: none;
}
@media (max-width: 1024px) {
  .application-Btn.w1280 {
    display: block;
  }
}
.application .contact-Privacy {
  text-align: left;
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 15px;
}
.application .contact-Privacy a {
  color: #50a3a7;
}
.application .contact-Privacy a:hover {
  color: #50a3a7;
}
.form_preview a.privacy:link {
  color: #50a3a7;
}
#mail-form-submit {
  width: 100%;
  border-radius: 30px;
  background-color: #0f3c3f;
  padding: 1em 2em;
}
#mail-form-submit:hover {
  opacity: 0.9;
}
.application ::placeholder {
  color: #cccccc;
}
.application .input-error {
  font-size: 14px;
  text-align: left;
  color: #E85757;
  margin-top: -10px;
}
.application-thanks-message {
  display: block;
  text-align: left;
  font-size: 14px;
  line-height: 1.5;
}
/*各ページレイアウト調整*/
@media (max-width: 600px) {
  .c_bnr_01 {
    display: none !important;
  }
}
/*20230808トップ休業のお知らせ枠更新*/
#notice_sec {
  margin-top: 0;
  background-color: #f3f3f3;
  padding: 50px 0 20px;
}
@media screen and (max-width: 768px) {
  #notice_sec {
    margin-top: 0;
    padding: 50px 20px 10px;
  }
}
#notice_sec .container .contents {
  background-color: #ffffff;
}

