.ns_labels .ns_label_cat{
  margin-right: 5px;
}

#lkv.manual_single_lkv {
  min-height: 0;
}

#sc_searcharea {
  margin-bottom: 0;
  position: relative;
  z-index: 1;
}

#sc_links {
  padding-top: 200px;
  margin-top: -70px;
  margin-bottom: 275px;
}

.sc_lowbasic.add_searcharea {
  padding-top: 200px;
  margin-top: -70px;
  margin-bottom: 275px;
}
@media screen and (max-width: 767px) {
  #sc_links {
    padding-top: 130px;
    margin-bottom: 130px;
  }

  .sc_lowbasic.add_searcharea {
    padding-top: 130px;
    margin-bottom: 130px;
  }

  .sc_lowbasic.add_searcharea.add_searcharea_case {
    padding-top: 100px;
  }
}

.manual_links a::after {
  display: none;
}

.manual_links__icon {
  display: block;
  content: "";
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  left: 25px;
  background-size: 24px;
  background-repeat: no-repeat;
  margin: -15px 0 0 15px;
}

@media screen and (max-width: 767px) {
  .manual_links__icon {
    left: 0;
  }
}

.manual_links__base .manual_links__icon {
  background-size: 30px;
  margin: -20px 0 0 12px;
}
.manual_links__project .manual_links__icon {
  background-size: 24px;
  margin: -15px 0 0 15px;
}
.manual_links__plan .manual_links__icon {
  background-size: 20px;
  margin: -20px 0 0 13px;
}
.manual_links__release .manual_links__icon {
  background-size: 26px;
  margin: -18px 0 0 19px;
}
.manual_links__list .manual_links__icon {
  background-size: 27px;
  margin: -18px 0 0 13px;
}
.manual_links__delivery .manual_links__icon {
  background-size: 24px;
  margin: -14px 0 0 13px;
}
.manual_links__approach .manual_links__icon {
  background-size: 27px;
  margin: -23px 0 0 18px;
}
.manual_links__analysis .manual_links__icon {
  background-size: 27px;
  margin: -20px 0 0 10px;
}
.manual_links__reporter .manual_links__icon {
  background-size: 27px;
  margin: -21px 0 0 11px;
}
.manual_links__phrase .manual_links__icon {
  background-size: 22px;
  margin: -21px 0 0 18px;
}
.manual_links__fax .manual_links__icon {
  background-size: 32px;
  margin: -21px 0 0 9px;
}
.manual_links__other .manual_links__icon {
  background-size: 5px;
  margin: -19px 0 0 21px;
}

#dkv .dkv_tls {
  text-align: center;
}

#dkv.news_dkv .dkv_tls {
  text-align: left;
}

@media screen and (max-width: 767px){
  #dkv .dkv_tls {
    padding: 80px 0 148px;
  }

  #dkv.news_dkv .dkv_tls {
    padding: 20px 0 148px;
  }
}

#dkv .dkv_tls__btl {
  text-align: left;
}

.manual_single_title {
  position: relative;
  display: inline-block;
  font-size: 2.8rem;
  font-weight: 600;
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .manual_single_title {
    font-size: 2rem;
  }
}

.manual_single_title::before {
  display: block;
  content: "";
  width: 40px;
  height: 40px;
  border-radius: 100px;
  background-color: #EFF5FD;
  position: absolute;
  top: -55px;
  left: 50%;
  transform: translateX(-50%);
}

.manual_single_title .manual_links__icon {
  top: -35px;
  left: 50%;
  transform: translateX(-50%);
}

/* マニュアル詳細ページcss */

.manual_singleContent h2 {
  font-size: 2.6rem;
  line-height: 48px;
  position: relative;
  margin-bottom: 25px;
  padding-left: 30px;
  font-weight: 600;
}
.manual_singleContent h2::before {
  display: block;
  content: "";
  position: absolute;
  top: 11px;
  left: 0;
  width: 5px;
  height: 28px;
  background-color: #41D587;
  border-radius: 10px;
}
.manual_singleContent h3 {
  font-size: 2.2rem;
  line-height: 40px;
  font-weight: 600;
}
.manual_singleContent h4 {
  font-size: 2rem;
  line-height: 38px;
  font-weight: 600;
}
.manual_singleContent h5 {
  font-size: 1.8rem;
  line-height: 34px;
  font-weight: 600;
}
.manual_singleContent h6 {
  font-size: 1.8rem;
  line-height: 34px;
  font-weight: 600;
}
.manual_singleContent p {
  margin-bottom: 40px;
}
.manual_singleContent p > a {
  padding-right: 0;
  color: #009FEF;
  background: url(../images/icon_blank.png) no-repeat;
  background-position: 100% 55%;
  background-size: 0;
}
.manual_singleContent p > a:hover {
  color: #59C9FF;
}
.manual_singleContent ul {
  margin-bottom: 40px;
  padding-left: 22px;
}
.manual_singleContent ul li {
  list-style: disc;
}
.manual_singleContent ol {
  margin-bottom: 40px;
  padding-left: 22px;
}
.manual_singleContent ol li {
  list-style: decimal;
}
.manual_singleContent > figure {
  width: 100%;
  margin-bottom: 40px;
}
.manual_singleContent > figure img {
  width: 100%;
}
.manual_singleContent .wp-block-columns {
  margin-bottom: 40px;
}
.manual_singleContent .wp-block-columns img {
  width: 100%;
}
.manual_singleContent .mb0 {
  margin-bottom: 0;
}
.manual_singleContent table tr {
  border-bottom: solid 1px #DFE6F0;
}

.manual_singleContent table tr td:first-child {
  width: 160px;
  padding-bottom: 25px;
  padding-top: 25px;
  padding-left: 20px;
  padding-right: 20px;
  color: #8193B2;
}

.manual_singleContent table tr td:last-child {
  width: calc(100% - 160px);
  padding-bottom: 25px;
  padding-top: 25px;
}

.manual_singleContent table tr td a {
  padding-right: 0;
  color: #009FEF;
  background: url(../images/icon_blank.png) no-repeat;
  background-position: 100% 55%;
  background-size: 0;
}
.manual_singleContent table tr td a:hover {
  color: #59C9FF;
}
.paging__manual a:hover {
  opacity: .65;
}
.paging__manual a:first-child span {
  padding: 3px 0 3px 46px;
  background: url(../images/icon_prev.png) no-repeat;
  background-size: 10px;
  background-position: 0 2px;
}
.paging__manual a:last-child span {
  padding: 3px 46px 3px 0;
  background: url(../images/icon_next.png) no-repeat;
  background-size: 10px;
  background-position: right 2px;
}

@media screen and (max-width: 767px){
  .manual_singleContent h2 {
    font-size: 2rem;
    line-height: 38px;
    padding-left: 20px;
    margin-bottom: 20px;
  }
  .manual_singleContent h2::before {
    top: 8px;
    height: 26px;
  }
  .manual_singleContent h3 {
    font-size: 1.8rem;
    line-height: 34px;
  }
  .manual_singleContent h4 {
    font-size: 1.6rem;
    line-height: 30px;
  }
  .manual_singleContent h5 {
    font-size: 1.6rem;
    line-height: 30px;
  }
  .manual_singleContent h6 {
    font-size: 1.6rem;
    line-height: 30px;
  }
  .manual_singleContent ul {
    margin-bottom: 20px;
  }
  .manual_singleContent ol {
    margin-bottom: 20px;
  }
  .manual_singleContent > figure {
    margin-bottom: 20px;
  }
  .manual_singleContent .wp-block-columns {
    margin-bottom: 20px;
  }
  .manual_singleContent table tr td:first-child {
    padding-left: 0;
    width: 120px;
  }
  .manual_singleContent table tr td:last-child {
    width: calc(100% - 120px);
  }
  .paging__manual a {
    font-size: 1.4rem;
    line-height: 26px;
  }
  .paging__manual a:first-child span {
    padding: 3px 0 3px 26px;
    background-size: 9px;
  }
  .paging__manual a:last-child span {
    padding: 3px 26px 3px 0;
    background-size: 9px;
  }
}

/* ニュース詳細ページcss */

.news_singleContent h2 {
  font-size: 2.6rem;
  line-height: 48px;
  position: relative;
  margin-bottom: 25px;
  padding-left: 30px;
  font-weight: 600;
}
.news_singleContent h2::before {
  display: block;
  content: "";
  position: absolute;
  top: 15%;
  left: 0;
  width: 6px;
  height: 70%;
  background-color: #41D587;
  border-radius: 10px;
}
.news_singleContent h3 {
  font-size: 2.2rem;
  line-height: 40px;
  font-weight: 600;
  margin-bottom: 5px;
}
.news_singleContent h4 {
  font-size: 2rem;
  line-height: 38px;
  font-weight: 600;
  margin-bottom: 5px;
}
.news_singleContent h5 {
  font-size: 1.8rem;
  line-height: 34px;
  font-weight: 600;
  margin-bottom: 5px;
}
.news_singleContent h6 {
  font-size: 1.8rem;
  line-height: 34px;
  font-weight: 600;
  margin-bottom: 5px;
}
.news_singleContent p {
  margin-bottom: 40px;
}
.news_singleContent p > a {
  padding-right: 0;
  color: #009FEF;
  background: url(../images/icon_blank.png) no-repeat;
  background-position: 100% 55%;
  background-size: 0;
}
.news_singleContent p > a:hover {
  color: #59C9FF;
}
.news_singleContent ul {
  margin-bottom: 40px;
  padding-left: 22px;
}
.news_singleContent ul li {
  list-style: disc;
}
.news_singleContent ol {
  margin-bottom: 40px;
  padding-left: 22px;
}
.news_singleContent ol li {
  list-style: decimal;
}
.news_singleContent > figure {
  width: 100%;
  margin-bottom: 50px;
}
.news_singleContent > figure img {
  width: 100%;
}
.news_singleContent .wp-block-columns {
  margin-bottom: 50px;
}
.news_singleContent .wp-block-columns img {
  width: 100%;
}
.news_singleContent .mb0 {
  margin-bottom: 0;
}
.paging__news a:hover {
  opacity: .65;
}
.paging__news a:first-child span {
  padding: 3px 0 3px 46px;
  background: url(../images/icon_prev.png) no-repeat;
  background-size: 10px;
  background-position: 0 2px;
}
.paging__news a:last-child span {
  padding: 3px 46px 3px 0;
  background: url(../images/icon_next.png) no-repeat;
  background-size: 10px;
  background-position: right 2px;
}

@media screen and (max-width: 767px){
  .news_singleContent h2 {
    font-size: 2rem;
    line-height: 38px;
    padding-left: 20px;
    margin-bottom: 20px;
  }
  .news_singleContent h2::before {
    top: 8px;
    height: 26px;
  }
  .news_singleContent h3 {
    font-size: 1.8rem;
    line-height: 34px;
  }
  .news_singleContent h4 {
    font-size: 1.6rem;
    line-height: 30px;
  }
  .news_singleContent h5 {
    font-size: 1.6rem;
    line-height: 30px;
  }
  .news_singleContent h6 {
    font-size: 1.6rem;
    line-height: 30px;
  }
  .news_singleContent p {
    margin-bottom: 20px;
  }
  .news_singleContent ul {
    margin-bottom: 20px;
  }
  .news_singleContent ol {
    margin-bottom: 20px;
  }
  .news_singleContent > figure {
    margin-bottom: 20px;
  }
  .news_singleContent .wp-block-columns {
    margin-bottom: 20px;
  }
  .paging__news a {
    font-size: 1.4rem;
    line-height: 26px;
  }
  .paging__news a:first-child span {
    padding: 3px 0 3px 26px;
    background-size: 9px;
  }
  .paging__news a:last-child span {
    padding: 3px 26px 3px 0;
    background-size: 9px;
  }
}

/* セミナー詳細ページcss */
.news_singleContent p.has-background{
  padding: 40px 45px;
}

.news_singleContent .wp-block-columns.idset_s {
  margin-bottom: 28px;
}

.news_singleContent .tl_container table tr {
  border-bottom: solid 1px #DFE6F0;
}

.news_singleContent .tl_container table tr td:first-child {
  width: 160px;
  padding-bottom: 25px;
  padding-top: 25px;
  padding-left: 20px;
  padding-right: 20px;
  color: #8193B2;
}

.news_singleContent .tl_container table tr td:last-child {
  width: calc(100% - 160px);
  padding-bottom: 25px;
  padding-top: 25px;
}

.news_singleContent .tl_container table tr td a {
  padding-right: 0;
  color: #009FEF;
  background: url(../images/icon_blank.png) no-repeat;
  background-position: 100% 55%;
  background-size: 0;
}
.news_singleContent .tl_container table tr td a:hover {
  color: #59C9FF;
}

@media screen and (max-width: 767px){
  .news_singleContent p.has-background {
    padding: 25px 30px;
  }

  .news_singleContent .tl_container table tr td:first-child {
    padding-left: 0;
    width: 120px;
  }

  .news_singleContent .tl_container table tr td:last-child {
    width: calc(100% - 120px);
  }
}

/* 導入事例詳細ページCSS */
.case_singleContent h2 {
  font-size: 2.6rem;
  line-height: 48px;
  position: relative;
  margin-bottom: 25px;
  padding-left: 30px;
  font-weight: 600;
}
.case_singleContent h2::before {
  display: block;
  content: "";
  position: absolute;
  top: 15%;
  left: 0;
  width: 6px;
  height: 70%;
  background-color: #41D587;
  border-radius: 10px;
}
.case_singleContent h3 {
  font-size: 2.2rem;
  line-height: 40px;
  font-weight: 600;
  margin-bottom: 5px;
}
.case_singleContent h4 {
  font-size: 2rem;
  line-height: 38px;
  font-weight: 600;
  margin-bottom: 5px;
}
.case_singleContent h5 {
  font-size: 1.8rem;
  line-height: 34px;
  font-weight: 600;
  margin-bottom: 5px;
}
.case_singleContent h6 {
  font-size: 1.8rem;
  line-height: 34px;
  font-weight: 600;
  margin-bottom: 5px;
}
.case_singleContent p {
  margin-bottom: 40px;
}
.case_singleContent p > a {
  padding-right: 0;
  color: #009FEF;
  background: url(../images/icon_blank.png) no-repeat;
  background-position: 100% 55%;
  background-size: 0;
}
.case_singleContent p > a:hover {
  color: #59C9FF;
}
.case_singleContent ul {
  margin-bottom: 40px;
  padding-left: 22px;
}
.case_singleContent ul li {
  list-style: disc;
}
.case_singleContent ol {
  margin-bottom: 40px;
  padding-left: 22px;
}
.case_singleContent ol li {
  list-style: decimal;
}
.case_singleContent > figure {
  width: 100%;
  margin-bottom: 50px;
}
.case_singleContent > figure img {
  width: 100%;
}
.case_singleContent .wp-block-columns {
  margin-bottom: 50px;
}
.case_singleContent .wp-block-columns img {
  width: 100%;
}
.case_singleContent .mb0 {
  margin-bottom: 0;
}

.case_singleContent table tr {
  border-bottom: solid 1px #DFE6F0;
}

.case_singleContent table tr td:first-child {
  width: 160px;
  padding-bottom: 25px;
  padding-top: 25px;
  padding-left: 20px;
  padding-right: 20px;
  color: #8193B2;
}

.case_singleContent table tr td:last-child {
  width: calc(100% - 160px);
  padding-bottom: 25px;
  padding-top: 25px;
}

.case_singleContent table tr td a {
  padding: 0 25px 0 0;
  color: #009FEF;
  background: url(../images/icon_blank.png) no-repeat;
  background-position: 100% 55%;
  background-size: 12px;
}
.case_singleContent table tr td a:hover {
  color: #59C9FF;
}

.paging__case a:hover {
  opacity: .65;
}

.paging__case a:first-child span {
  padding: 3px 0 3px 46px;
  background: url(../images/icon_prev.png) no-repeat;
  background-size: 10px;
  background-position: 0 2px;
}
.paging__case a:last-child span {
  padding: 3px 46px 3px 0;
  background: url(../images/icon_next.png) no-repeat;
  background-size: 10px;
  background-position: right 2px;
}

@media screen and (max-width: 767px){
  #dkv.case_dkv .dkv_tls {
    padding: 20px 0 148px;
  }

  .case_singleContent h2 {
    font-size: 2rem;
    line-height: 38px;
    padding-left: 20px;
    margin-bottom: 20px;
  }
  .case_singleContent h2::before {
    top: 8px;
    height: 26px;
  }
  .case_singleContent h3 {
    font-size: 1.8rem;
    line-height: 34px;
  }
  .case_singleContent h4 {
    font-size: 1.6rem;
    line-height: 30px;
  }
  .case_singleContent h5 {
    font-size: 1.6rem;
    line-height: 30px;
  }
  .case_singleContent h6 {
    font-size: 1.6rem;
    line-height: 30px;
  }
  .case_singleContent p {
    margin-bottom: 20px;
  }
  .case_singleContent ul {
    margin-bottom: 20px;
  }
  .case_singleContent ol {
    margin-bottom: 20px;
  }
  .case_singleContent > figure {
    margin-bottom: 20px;
  }
  .case_singleContent .wp-block-columns {
    margin-bottom: 20px;
  }
  .case_singleContent table tr td:first-child {
    padding-left: 0;
    width: 120px;
  }
  .case_singleContent table tr td:last-child {
    width: calc(100% - 120px);
  }
  .paging__case a:first-child span {
    padding: 3px 0 3px 26px;
    background-size: 9px;
  }
  .paging__case a:last-child span {
    padding: 3px 26px 3px 0;
    background-size: 9px;
  }
}

/* フォーム関係 */
.fm_flxcontainer__r {
  flex: 0 1 auto;
  width: 500px;
}

@media screen and (max-width: 767px){
  .fm_flxcontainer__r {
    width: 100%;
  }
}

.seminarEntryHidden {
  height: 0;
}

.seminar-agree-check label {
  display: table;
  margin: 0 auto;
}

.seminar-agree-check .cb_parts {
  margin-right: 0;
  display: none;
  position: relative;
}

.seminar-agree-check label span {
  position: relative;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  width: auto;
  padding-left: 30px;
  font-weight: normal;
}

.seminar-agree-check .cb_parts:checked + span {
  color: #000;
}

.seminar-agree-check label span::before {
  content: "";
  display: block;
  position: absolute;
  top: 8px;
  left: 0;
  width: 16px;
  height: 16px;
  border: solid 1px #2B3039;
  box-sizing: border-box;
}

.seminar-agree-check .cb_parts:checked + span::after {
  content: "";
  display: block;
  position: absolute;
  top: 10px;
  left: 6px;
  width: 3px;
  height: 8px;
  transform: rotate(40deg);
  border-bottom: 2px solid #2B3039;
  border-right: 2px solid #2B3039;
}

.formBtn button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
  color: #fff;
  height: 100%;
}

.mw_wp_form .error {
  font-size: 1.4rem!important;
  line-height: 26px;
  color: #F2276D!important;
  margin: 10px 0 -10px;
}

.mwform-radio-field input {
  display: none;
}

.mwform-radio-field input + span::before,
.mwform-radio-field input + span::after {
  position: absolute;
  content: '';
  top: 50%;
  border-radius: 100%;
}

.mwform-radio-field input + span::before {
  left: 0;
  width: 16px;
  height: 16px;
  background-color: #fff;
  border: 1px solid #d8d8d8;
  margin-top: -9px;
}

.mwform-radio-field input + span::after {
  opacity: 0;
  left: 4px;
  width: 10px;
  height: 10px;
  margin-top: -5px;
  background-color: #666;
}

.mwform-radio-field input:checked + span::after {
  opacity: 1;
}

.mw_wp_form .horizontal-item + .horizontal-item {
  margin-left: 0!important;
}

.selectBox-people .mwform-radio-field label {
  display: inline-block;
  position: relative;
  padding-left: 26px;
  margin-right: 60px;
  margin-bottom: 20px;
  cursor: pointer;
}

.selectBox-agency .mwform-radio-field label {
  position: relative;
  padding-left: 26px;
  margin-bottom: 5px;
  cursor: pointer;
}

.confirmationContainer .agreeBlock {
  display: none;
}

.confirmationContainer.fm_flxcontainer {
  display: block;
}

.ConfirmButton {
  transition: ease-out 0.2s;
}

.ConfirmButton button {
  width: 100%;
  background: linear-gradient(90deg, #009FEF, #46D78B);
  border: none;
  border-radius: 100px;
  position: relative;
  overflow: hidden;
}

.ConfirmButton.disabled {
  pointer-events: none;
}

.ConfirmButton button::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #009FEF;
  opacity: 0;
  z-index: 0;
  border-radius: 100px;
  transition: ease-out 0.2s;
}

.ConfirmButton:hover button::before {
  opacity: 1;
}

.ConfirmButton button span {
  position: relative;
  display: block;
  transition: ease-out 0.2s;
  z-index: 1;
  padding: 15px 20px 16px;
  color: #fff;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
}

.form_buttons {
  display: flex;
  justify-content: center;
}

.backButton {
  display: table;
  margin-right: 16px;
  max-width: 120px;
  width: 100%;
  text-align: center;
  position: relative;
  transition: ease-out 0.2s;
}

@media screen and (max-width: 767px) {
  .backButton {
    width: 60%;
  }
}

.backButton button {
  width: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  border: none;
  border-radius: 100px;
  position: relative;
  overflow: hidden;
}

.backButton button::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #009FEF;
  opacity: 0;
  z-index: 0;
  border-radius: 100px;
  transition: ease-out 0.2s;
}

.backButton:hover button::before {
  opacity: 1;
}

.backButton button span {
  position: relative;
  display: block;
  transition: ease-out 0.2s;
  z-index: 1;
  padding: 15px 20px 16px;
  color: #fff;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
}

.sendButton {
  display: table;
  max-width: 241px;
  width: 100%;
  text-align: center;
  position: relative;
  transition: ease-out 0.2s;
}

.sendButton button {
  width: 100%;
  background: linear-gradient(90deg, #009FEF, #46D78B);
  border: none;
  border-radius: 100px;
  position: relative;
  overflow: hidden;
}

.sendButton button::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #009FEF;
  opacity: 0;
  z-index: 0;
  border-radius: 100px;
  transition: ease-out 0.2s;
}

.sendButton:hover button::before {
  opacity: 1;
}

.sendButton button span {
  position: relative;
  display: block;
  transition: ease-out 0.2s;
  z-index: 1;
  padding: 15px 20px 16px;
  color: #fff;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
}

.seminar-confirmation-block .tac {
  display: none;
}

#documentRequest {
  display: none;
}

.contact-confirmation-block .fm_flxcontainer__r {
  width: 100%;
}

/* ページネーション  */
.wp-pagenavi {
  text-align: center;
}

.wp-pagenavi .page {
  color: #253038;
  text-decoration: none;
  transition: ease-out .1s;
  position: relative;
  display: inline-block;
  width: 40px;
  margin: 0 2px;
  text-align: center;
}

.wp-pagenavi .page:hover {
  opacity: .65;
}

.wp-pagenavi .previouspostslink {
  padding: 3px 0 3px 46px;
  background: url(../images/icon_prev.png) no-repeat;
  background-size: 10px;
  background-position: 0 2px;
}

.wp-pagenavi .previouspostslink:hover {
  opacity: .65;
}

.wp-pagenavi .previouspostslink::after {
  position: relative;
  content: "";
  width: 1px;
  height: 20px;
  background-color: #8193B2;
  margin: 5px 50px 0;
  display: inline-block;
  top: 5px;
}

.wp-pagenavi .nextpostslink {
  padding: 3px 46px 3px 0;
  background: url(../images/icon_next.png) no-repeat;
  background-size: 10px;
  background-position: right 2px;
}

.wp-pagenavi .nextpostslink::before {
  position: relative;
  content: "";
  width: 1px;
  height: 20px;
  background-color: #8193B2;
  margin: 5px 50px 0;
  display: inline-block;
  top: 5px;
}

.wp-pagenavi .nextpostslink:hover {
  opacity: .65;
}

.wp-pagenavi .current {
  color: #8193B2;
  position: relative;
  display: inline-block;
  width: 40px;
  margin: 0 2px;
  text-align: center;
}

.wp-pagenavi .current::before {
  display: block;
  content: "";
  position: absolute;
  top: -4px;
  left: 0;
  width: 40px;
  height: 40px;
  background-color: #EFF5FD;
  border-radius: 100px;
  z-index: -1;
}

.wp-pagenavi .extend {
  color: #8193B2;
  position: relative;
  display: inline-block;
  width: 40px;
  margin: 0 2px;
  text-align: center;
}

@media screen and (max-width: 767px){
  .wp-pagenavi .page {
    font-size: 1.4rem;
    line-height: 26px;
    width: 25px;
    margin: 0 1px;
  }

  .wp-pagenavi .previouspostslink {
    font-size: 1.4rem;
    line-height: 26px;
    padding: 3px 0 3px 26px;
    background-size: 9px;
  }

  .wp-pagenavi .previouspostslink::after {
    margin: 5px 15px 0;
  }

  .wp-pagenavi .nextpostslink {
    font-size: 1.4rem;
    line-height: 26px;
    padding: 3px 26px 3px 0;
    background-size: 9px;
  }

  .wp-pagenavi .nextpostslink::before {
    margin: 5px 15px 0;
  }

  .wp-pagenavi .current {
    font-size: 1.4rem;
    line-height: 26px;
    width: 30px;
    margin: 0 1px;
  }

  .wp-pagenavi .current::before {
    width: 30px;
    height: 30px;
  }

  .wp-pagenavi .extend {
    font-size: 1.4rem;
    line-height: 26px;
    width: 30px;
  }
}

/* フッターロゴ調整 */
@media screen and (max-width: 767px) {
  footer #f_topcontainer #ft_logo {
    padding-top: 20px;
  }
}


/* 共通 */
.border-radius-10 img {
  border-radius: 10px;
}




/* 料金ページ「電話によるサポート」の修正 */
.pricing_tell {
  height: 164px;
}
.pricing_tell p{
  line-height: 164px;
}
.pricing_sell {
  height: 164px;
}
.pricing_sell p{
  line-height: 164px;
}
.pricing_mark p{
  margin-left: 67px;
}
.pricing_text{
  text-align: center;
}
.pricing_sell p.icon_checked01{
  margin: 67px 0 0 67px;
}

@media screen and (max-width: 767px) {
  
  .pricing_tell p{
    line-height: 26px;
  }
  .pricing_tell {
    height: 183px;
  }
  .pricing_sell {
    height: 183px;
  }
  .pricing_mark p{
    margin-top: 10px;
    margin-left: 73px;
  }
  .pricing_sell p.icon_checked01{
    margin-top: 67px;
    margin-left: 73px;
  }

}

@media screen and (min-width: 768px){
  .newspaper-text {
    font-size: 1.4rem;
    padding-right: 0px !important;
}

}

