@charset "utf-8";

html {
  font-size: 62.5%;
}
body {
  font-family: "Hiragino Kaku Gothic Pro", "Helvetica Neue", Arial, Arial monospace, sans-serif;
  margin: 0;
  padding: 0;
  font-size: 1.4rem;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  line-height: 28px;
}
ul,ol {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
a {
  text-decoration: none;
}
a:visited {

}
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
h1,h2,h3,h4,h5,h6 {
  margin: 0;
}

.josefin {
  font-family: 'Josefin Sans', sans-serif;
}

.relative {
  position: relative;
}

.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.flex-wrap {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.justify-center {
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
.items-center {
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.space-between {
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}

.w-full,
.col-1,
.col_1 { width: 100%; }
.col-2,
.col_2 { width: 50%; }
.col-3,
.col_3 { width: 33.333333333%; }
.col-4,
.col_4 { width: 25%; }

@media only screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }

  .sp-block { display: block; }

  .sp-grid-columns1 {
    grid-template-columns: 1fr;
  }
  .sp-grid-columns2 {
    grid-template-columns: 1fr 1fr;
  }
  .flex-change, .flex-change-reverse {
    flex-direction: column;
  }
  .sp-justify-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .col-2,
  .col_2,
  .col-3,
  .col_3,
  .col-4,
  .col_4 { width: 100%; }
  .sp-col_2 {
    width: 50%;
  }
  .sp-col_3 {
    width: 33.333333333%;
  }
  .sp-w-25 {
    width: 25%;
    margin: auto;
  }
  .sp-gap05 {
    gap: 0.5rem;
  }
  .sp-gap1 {
    gap: 1rem;
  }
  .sp-gap2 {
    gap: 2rem;
  }
}



#audio-marketing #foot_nav {
  background-color: #111;
  color: #aaa;
  padding: 0;
}
#audio-marketing #foot_nav li a:before { background-color: #aaa; }
#audio-marketing #foot_nav a { color: #aaa; }
#audio-marketing #foot_nav li.spotify img {
  background-color: white;
  padding: 1rem;
  border-radius: 1rem;
}
#audio-marketing #foot_nav .wrap_box { border-color: #aaa; }
#audio-marketing .yarpp-related { display: none!important; }
#audio-marketing .archive_header {
  position: static!important;
  top: 0;
  display: inline-block;
  box-shadow: 0px 5px 5px -5px rgba(0, 0, 0, 0.15);
}
#audio-marketing header {
  width: 100%;
  position: static!important;
}
#audio-marketing.archive .main { margin-top: 0; }
.audio-marketing { position: relative; }
.audio-marketing #slide { display: none; }
#audio-marketing .inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 4rem 0;
}
#audio-marketing .head_top .inner {
  position: relative;
  padding: 0;
  height: 90px;
}
#audio-marketing .head_top .head_title {
  color: #111;
  margin: 0 auto;
  text-align: center;
}
#audio-marketing .head_top .head_title span{
  display: block;
  font-size: 1.4rem;
  margin-bottom: 0.25rem;
}
#audio-marketing .head_top .head_title a {
  color: #111;
  font-size: 3.5rem;
}
#audio-marketing .single_header .head_top .head_title a { font-size: 3rem; }
#audio-marketing .head_top .left_wrap {
  position: absolute;
  left: 0;
}
#audio-marketing .head_top .right_wrap {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transition: all .15s;
}
#audio-marketing .head_top .right_wrap .head__cv { padding: 0; }
#audio-marketing .head_top .right_wrap .radio_icon {
  display: flex;
  flex-direction: column;
  transition: all .15s;
}
#audio-marketing .head_top .right_wrap .radio_icon img {
  display: block;
  width: 40px;
  height: 40px;
  object-fit: contain;
  margin: 0 auto;
}
#audio-marketing .head_top .right_wrap .radio_icon:hover {
  box-shadow: rgba(0,0,0,.3);
  -webkit-transform: translateY(-5px) scale(1.05);
  transform: translateY(-5px) scale(1.05);
}
#audio-marketing .head_top .right_wrap .radio_icon span {
  color: #aaa;
  font-size: 0.9rem;
  display: inline-block;
  text-align: center;
  line-height: 1;
}
#audio-marketing .head_top .head__btn {
  -webkit-display: flex;
  display: flex;
  border: 1px solid #2095a2;
  border-radius: 20px;
  color: #2095a2;
  padding: 0 12px 0 6px;
  font-size: 1.2rem;
}
#audio-marketing .g_navi_wrap {
  background-color: #111;
/*  border-top: 1px solid #3d3f5229;
  border-bottom: 1px solid #3d3f5229;*/
}
#audio-marketing .g_navi {
  display: grid;
  grid-template-columns: repeat(6, auto);
  margin: 0 auto;
  max-width: 1200px;
}
#audio-marketing .g_navi .navi_inner {
  display: contents;
}
#audio-marketing .g_navi li { 
  text-align: center;
  position: relative;
  transition: all .2s;
}
#audio-marketing .g_navi li a {
  display: block;
  font-weight: bold;
  padding: 4px;
  transition: all 0.2s;
  color: white;
}
#audio-marketing .g_navi li.current-cat::before,
#audio-marketing .g_navi li a:hover {
  color: white;
  background-color: #FF5722;
}

#audio-marketing.page .inner,
#audio-marketing.single .g_navi,
#audio-marketing.single .inner { max-width: 1080px; }
#audio-marketing .single_audio-marketing .bread {
  background-color: transparent;
  border: none;
  margin-top: 3rem;
}
#audio-marketing .single_audio-marketing .bread .inner {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0;
}
#audio-marketing .single_audio-marketing .bread a {
  border: none;
  padding: 0;
  display: inline-block;
  margin-left: 2rem;
  color: #777;
}
#audio-marketing .single_audio-marketing .bread a:first-child {
  margin: 0;
}
#audio-marketing .single_audio-marketing .bread a:last-child {
  max-width: 100%;
  overflow: unset;
  white-space: unset;
  text-overflow: unset;;
}
#audio-marketing .single_audio-marketing .bread a:after {
  color: #ddd;
  content: '>';
  margin-left: 20px;
}
#audio-marketing .single_audio-marketing .bread a:last-child:after {
  display: none;
  margin-right: 0;
}
#audio-marketing .single_audio-marketing .post_title {
  padding: 0;
  margin-bottom: 3rem;
}
#audio-marketing .single_audio-marketing .post_title .post_info {
  margin: 1rem 0;
}
#audio-marketing .single_audio-marketing .time,
#audio-marketing .single_audio-marketing .last_time {
  font-size: 14px;
  color: #aaa;
  margin: 0;
}
#audio-marketing .single_audio-marketing .category_tag_wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-bottom: 1.5rem;
}
#audio-marketing .single_audio-marketing .category_tag_wrap li {
  display: inline-block;
}
#audio-marketing .single_audio-marketing .category_tag_wrap li a {
  display: inline;
  font-size: 13px;
  color: white;
  background-color: #FF5722;
  background-image: linear-gradient(to right, #FF5722 0%, #FFC107 100%);
  padding: 4px 1rem;
  border-radius: 0.25rem;
  transition: all 0.2s;
}
#audio-marketing .single_audio-marketing .category_tag_wrap li a:hover,
.archive_pickup_list .archive_pickup_list_txt .meta_wrap li.cat-item a:hover,
#audio-marketing .archive_list .archive_list_content .meta_wrap li.cat-item a:hover,
#audio-marketing .single_audio-marketing .category_tag_wrap .category_tag:hover {
  color: white;
  background-color: #FF5722;
  background: linear-gradient(to right, #FFC107 0%, #FF5722 100%);
}
#audio-marketing .single_audio-marketing .author {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin: 0;
  color: #3d3f52;
}
#audio-marketing .single_audio-marketing .author .author_name {
  font-size: 1.2rem;
}
#audio-marketing .single_audio-marketing .author img {
  width: 40px!important;
  height: 40px!important;
  border-radius: 50%;
  object-fit: cover;
}
#audio-marketing .single_audio-marketing .content {
  max-width: 640px;
  margin-right: auto;
  margin-left: auto;
}

#audio-marketing .single_audio-marketing cite {
  display: block;
  padding: 0rem 1.25rem;
  font-size: 1.1rem;
  border-right: dotted 4px #9E9E9E;
  text-align: right;
}
#audio-marketing #menu-btn-check { display: none; }
#audio-marketing .menu-btn {
  position: relative;
  display: flex;
  justify-content: center;
  height: 31px;
  width: 31px;
  z-index: 90;
}
#audio-marketing .menu-btn span {
  content: '';
  display: block;
  height: 2px;
  width: 25px;
  border-radius: 3px;
  background-color: #aaa;
  position: absolute;
  transition: all 0.3s;
}
#audio-marketing .menu-btn span:first-child { top: 7px; }
#audio-marketing .menu-btn span:nth-child(2) { top: 14px; }
#audio-marketing .menu-btn span:last-child { top: 21px; }
#audio-marketing #menu-btn-check:checked ~ .menu-btn {
  /*background-color: #2095a2;*/
  border-radius: 50%;
}
#audio-marketing #menu-btn-check:checked ~ .menu-btn span { background-color: white; }
#audio-marketing #menu-btn-check:checked ~ .menu-btn span:nth-child(2) { background-color: rgba(255, 255, 255, 0); }
#audio-marketing #menu-btn-check:checked ~ .menu-btn span:last-child {
  top: 15px;
  transform: rotate(45deg);
}
#audio-marketing #menu-btn-check:checked ~ .menu-btn span:first-child {
  top: 15px;
  transform: rotate(-45deg);
}
#audio-marketing .menu-content {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: -100%;
  z-index: 80;
  background-color: rgb(0, 0, 0, 0.9);
  transition: all 0.4s;
}
#audio-marketing .menu-content ul:first-child {
  max-width: 1000px;
  padding: 12.5rem 1.5rem 0;
  margin: 0 auto;
}
#audio-marketing .menu-content ul li {
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid white;
  font-family: 'Josefin Sans', sans-serif;
}
#audio-marketing .menu-content ul li a {
  font-size: 2rem;
  font-weight: bold;
  color: white;
}
#audio-marketing .menu-content ul li a span{
  margin-left: 10px;
  font-size: 12px;
}
#audio-marketing .menu-content ul li a:hover{
  text-decoration: underline;: 
}
#audio-marketing .menu-content ul li a i {
  width: 30px;
}
#audio-marketing .menu-content ul li ul {
  margin-top: 1rem;
  margin-left: 0;
}
#audio-marketing .menu-content ul li ul li {
  margin-bottom: 0;
  padding-bottom: 0;
  border: 0;
}
#audio-marketing .menu-content ul li ul li a {
  position: relative;
  display: inline-block;
  padding-left: 2.5rem;
  line-height: 1.5;
}
#audio-marketing .menu-content ul li ul li a:before {
  content: '';
  position: absolute;
  top: 45%;
  display: inline-block;
  width: 8px;
  height: 1px;
  background: white;
  left: 0;
}
#audio-marketing #menu-btn-check:checked ~ .menu-content { left: 0; }
#audio-marketing .front_title { padding: 1.5rem 1rem; }
#audio-marketing .front_title h1 { font-size: 4rem; }
#audio-marketing .cat_menu_wrap {
  border-top: 1px solid #d0d0ce;
  border-bottom: 1px solid #d0d0ce;
}
#audio-marketing .childcat_menu_wrap { background-color: #eaffff; }
.childcat_title {
  background-color: #222;
  padding: 0rem 1rem; 
}
.childcat_title .inner {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  padding: 0;
}
.childcat_title h1 {
  font-size: 3rem;
  color: white;
  text-align: left;
  margin-top: 2rem;
}
.childcat_title h1 i {
  margin-right: 0.5rem;
}
.cat_bread a {
  color: white;
  padding-left: 2rem; 
}
.cat_bread a:first-child { padding-left: 0; }
.cat_bread a:after {
  content: '>';
  color: white;
  margin-left: 2rem;
}
.cat_bread a:last-child:after { display: none; }




/* 特集 */
.special_edition {
  background-color: #eee;
}
.special_edition_inner {
  position: relative;
}
/*.special_edition .special-swiper-container {
  width: 100%;
  overflow: visible;
}*/
#audio-marketing .special_edition .special_edition_inner {
  padding: 2rem 0;
}
#audio-marketing .special_edition h2 {
  color: #111;
  margin-bottom: 1rem;
}
.special_edition .special_slide {
  display: flex;
  flex-direction: row;
  gap: 2rem;
}
.special_edition .special_slide .special_thumbnail {
  width: 150px;
  height: 84px;
}
.special_edition .special_slide .special_thumbnail img {
  aspect-ratio: 16 / 9;
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 0.5rem;
}
.special_edition .special_slide .special_txt {
  width: 62%;
}
.special_edition .special_slide .special_txt .meta li {
  display: none;
}
.special_edition .special_slide .special_txt .meta li:first-child {
  display: inline-block;
  line-height: 1.4;
}
.special_edition .special_slide .special_txt .meta li:first-child a {
  color: #484848;
}
.special_edition .special_slide .special_txt h3 {
  width: 100%;
  color: #333;
  font-size: 1.45rem;
  text-align: left;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1.46;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.special_edition .swiper-button-wrap {
  position: absolute;
  right: 0;
  top: 0;
  display: flex;
  width: 60px;
}
.special_edition .swiper-button-next,
.special_edition .swiper-button-prev {
  background-image: none;
  height: auto;
  width: auto;
  margin: 0;
  transition: all 0.2s;
}
.special_edition .swiper-button-next {
  right: 0;
}
.special_edition .swiper-button-prev {
  left: 0;
}
.special_edition .swiper-button-prev::after,
.special_edition .swiper-button-next::after {
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  content: "";
  height: 27px;
  width: 27px;
  margin: auto;
  display: block;
  background-color: #222;
  transition: all 0.2s;
}
.special_edition .swiper-button-next::after {
  /* background-image: url(../images/icon/special-arrow_right.svg); */
  -webkit-mask-image: url(../images/icon/special-arrow_right.svg);
  mask-image: url(../images/icon/special-arrow_right.svg);
}
.special_edition .swiper-button-prev::after {
  /* background-image: url(../images/icon/special-arrow_left.svg); */
  -webkit-mask-image: url(../images/icon/special-arrow_left.svg);
  mask-image: url(../images/icon/special-arrow_left.svg);
}
.special_edition .swiper-button-next.swiper-button-disabled,
.special_edition .swiper-button-prev.swiper-button-disabled {
  opacity: 0.5;
  cursor: auto;
  pointer-events: none;
}

@media (max-width: 1320px) {
  #audio-marketing .special_edition .special-swiper-container {
    width: 95%;
  }
}
@media (max-width: 767px) {
  #audio-marketing .special_edition .special_edition_inner {
    padding: 1rem 0;
  }
  .special_edition .special_slide .special_txt h3 {
    font-size: 1.4rem;
  }
  .special_edition .special_slide .special_thumbnail {
    width: 113px;
    height: 64px;
    min-width: 113px;
  }
  .special_edition .swiper-button-wrap {
    width: 55px;
  }
  .special_edition .swiper-button-prev::after, 
  .special_edition .swiper-button-next::after {
    width: 25px;
    height: 25px;
  }
}


#audio-marketing .archive_top {
  padding: 4rem 0;
  position: relative;
}
#audio-marketing .archive_top .archive_top_container {
  display: flex;
  max-width: 1200px;
  width: calc(100% - 3rem);
  margin: 0 auto;
}
#audio-marketing .archive_slide_wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}
#audio-marketing .archive_slide_wrap .archive_slide.archive_slide_01 {
  width: calc(50% - 1rem);
}
#audio-marketing .archive_slide_wrap .archive_slide.archive_slide_02 {
  width: calc(33.3333333333% - 1.3333333333rem);
}
#audio-marketing .archive_slide_wrap .archive_slide_box .archive_slide_link {
  display: flex;
  flex-direction: column;
}
#audio-marketing .archive_slide_wrap .archive_slide:last-child .archive_slide_box .archive_slide_link { margin-bottom: 0; }
#audio-marketing .archive_slide_wrap .archive_slide .archive_slide_box img {
  aspect-ratio: 16 / 9;
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 0.5rem;
  box-shadow: 5px 5px 0px #111;
  transition: all .1s;
}
#audio-marketing .archive_slide_wrap .archive_slide_box .archive_slide_txt {
  padding: 1.5rem 0 0;
}
#audio-marketing .archive_top .archive_slide_box {
  position: relative;
  transition: .15s;
  z-index: 0;
}
#audio-marketing .archive_top .archive_slide_wrap .archive_slide_box .archive_slide_txt h2 {
  color: #111;
  font-size: 1.5rem;
  line-height: 1.46;
}
#audio-marketing .archive_top .archive_slide_box .archive_slide_txt .meta_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.5rem;
}
#audio-marketing .archive_top .archive_slide_box .archive_slide_txt .meta_wrap li.cat-item a {
  color: white;
  background-color: #e9fd01;
  background-image: linear-gradient(to right, #FF5722 0%, #FFC107 100%);
  font-size: 1.3rem;
  font-weight: bold;
  padding: 4px 1rem;
  border-radius: 0.25rem;
}
#audio-marketing .archive_top .archive_slide_box .archive_slide_txt .meta_wrap li.cat-item:last-child a { margin-right: 0; }
#audio-marketing .archive_top .archive_slide_box .archive_slide_txt .meta_wrap li.cat-item a i {
  display: none;
  margin-right: 0.5rem;
}
#audio-marketing .archive_top .archive_slide_wrap .archive_slide_box .archive_slide_posttxt {
  color: #444;
  margin-top: 1.5rem;
  margin-bottom: 0;
}
#audio-marketing .archive_top .archive_slide_box .archive_slide_txt .meta_wrap .meta {
  display: flex;
  flex-wrap: wrap;
  justify-items: center;
  gap: 0.5rem;
}
#audio-marketing .archive_top .archive_slide_box .archive_slide_txt .meta_wrap .date {
  font-size: 1.2rem;
  text-align: right;
}
#audio-marketing .archive_top .archive_slide_box .archive_slide_txt .pickup_date {
  background-color: #FF5722;
  background-image: linear-gradient(to right, #f77062 0%, #fe5196 100%);
  color: white;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
  padding: 0.3rem 0.75rem 0;
  margin-left: auto;
  border-radius: 0.25rem;
}

@media (min-width: 768px) {
  #audio-marketing .front_post_list .front_post:hover,
  #audio-marketing .archive_top .archive_slide_wrap .archive_slide_box:hover {
    -webkit-transform: translateY(-5px) scale(1.05);
    transform: translateY(-5px) scale(1.05);
  }
  #audio-marketing .front_post_list .front_post:hover img,
  #audio-marketing .archive_top .archive_slide_wrap .archive_slide_box:hover img {
    box-shadow: 5px 5px 0px #FFC107;
  }
}

@media (max-width: 980px) {
  #audio-marketing .archive_top {
    padding: 2rem 0;
  }
  #audio-marketing .archive_top .archive_slide_wrap .archive_slide_box .archive_slide_txt {
    padding: 1.5rem 0 0;
  }
}


/* Archive FRONT */
#audio-marketing .front_post_box .front_box_inner {
  max-width: 1200px;
  width: 95%;
  margin: 0 auto;
  padding-bottom: 6rem;
}
#audio-marketing .front_post_box .front_box_inner .vertical_border {
  width: 1px;
  border-left: 1px solid #ccc;
}
#audio-marketing .front_post_box .front_cat_title_wrap {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  white-space: nowrap;
  gap: 2rem;
  margin-bottom: 2rem;
}
#audio-marketing .front_post_box .front_cat_title_wrap .front_cat_title {
  font-family: 'Josefin Sans', sans-serif;
  color: #111;
  font-size: 2.4rem;
}
#audio-marketing .front_post_box .front_cat_title_wrap .front_cat_title br.sp {
  display: none!important;
}
#audio-marketing .front_post_box .front_cat_title_wrap .front_cat_title span {
  font-size: 1.6rem;
  color: #777;
  display: inline-block;
  margin-left: 10px;
  margin-bottom: -1px;
}
#audio-marketing .front_post_box.front_post_column .front_cat_title_wrap .front_cat_title span {
  margin-left: 0;
}
#audio-marketing .front_post_box .front_cat_title_wrap .title_border {
  width: 100%;
  height: 1px;
  background: #ccc;
}
#audio-marketing .front_post_box .front_cat_title_wrap .post_more_btn {
  position: relative;
  display: flex;
  align-items: center;
  color: #111;
  padding-right: 1.5rem;
}
#audio-marketing .front_post_box .front_cat_title_wrap .post_more_btn .more_arrow {
  display: inline-block;
  position: absolute;
  right: 0;
  height: 14px;
  transition: all .15s;
/*  display: inline-block;
  background-image: url(../images/ami/icon_more-arrow_black.png);
  background-size: contain;
  background-repeat: no-repeat, no-repeat;
  width: 10px;
  height: 14px;
  position: absolute;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  transition: all .15s;*/
}
#audio-marketing .front_post_box .front_cat_title_wrap .post_more_btn .more_arrow::before,
#audio-marketing .front_post_box .front_cat_title_wrap .post_more_btn .more_arrow::after {
  content: "";
  border-radius: 1px;
  background: #111;
  height: 2px;
  width: 8px;
  position: absolute;
  right: 0;
  transition: all .15s;
}
#audio-marketing .front_post_box .front_cat_title_wrap .post_more_btn .more_arrow::before {
  top: 8px;
  transform: rotate(-45deg);
}
#audio-marketing .front_post_box .front_cat_title_wrap .post_more_btn .more_arrow::after {
  top: 4px;
  transform: rotate(45deg);
}
#audio-marketing .front_post_box .front_cat_title_wrap .post_more_btn:hover .more_arrow {
  right: -1rem;
}
#audio-marketing .front_post_list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 3rem;
  padding: 0;
  margin: 0;
}
#audio-marketing .front_post_list .front_post {
  display: block;
  margin: 0;
  transition: .15s;
}
#audio-marketing .front_post_list .front_post .post_list_content {
  width: 100%;
}
#audio-marketing .front_post_list .front_post figure {
  width: 100%;
  margin-top: 0;
  margin-bottom: 2rem;
}
#audio-marketing .front_post_list .front_post figure a {
  display: block;
}
#audio-marketing .front_post_list .front_post figure img {
  aspect-ratio: 16 / 9;
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 0.5rem;
  box-shadow: 5px 5px 0px #111;
  transition: all .1s;
}
#audio-marketing .front_post_list .front_post .post_list_title {
  font-size: 1.5rem;
  text-align: left;
  line-height: 1.46;
  color: #333;
  margin: 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
#audio-marketing .front_post_column .front_box_inner {
  display: flex;
  flex-direction: row;
  gap: 4rem;
  padding-bottom: 6rem;
}
#audio-marketing .front_post_column .front_post_list {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  padding: 0;
  margin: 0;
}
#audio-marketing .front_post_column .front_post_list .front_post .post_list_content {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 2rem;
}
#audio-marketing .front_post_column .front_post_list figure {
  width: 30%;
  margin: 0;
}
#audio-marketing .front_post_column .front_post_list figure img {
  box-shadow: 5px 5px 0px #111;
}
#audio-marketing .front_post_column .front_post_list .post_list_title_wrap {
  width: 70%;
}

#audio-marketing .front_podcaster .front_post_list {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 2rem;
}
#audio-marketing .front_podcaster .front_post_list .front_post .post_list_title_wrap {
  display: none;
}
#audio-marketing .front_ej .front_post_list {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

@media (max-width: 1200px) {
  #audio-marketing .front_post_box .front_cat_title_wrap .front_cat_title br.sp {
    display: block!important;
  }
}

@media (max-width: 980px) {
  #audio-marketing .sp_front_post_column .front_box_inner {
    width: 90%;
  }
  #audio-marketing .front_post_column .front_box_inner {
    flex-direction: column;
    width: 90%;
  }
  #audio-marketing .front_post_column .front_box_inner .col_2 {
    width: 100%;
  }
  #audio-marketing .front_post_box .front_cat_title_wrap .front_cat_title span {
    display: block;
    margin-left: 0;
  }
}

@media (max-width: 767px) {
  #audio-marketing .front_post_box .front_cat_title_wrap .front_cat_title {
    font-size: 2rem;
  }
  #audio-marketing .front_post_box .front_cat_title_wrap .front_cat_title span {
    font-size: 1.2rem;
  }
  #audio-marketing .front_post_list {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: scroll;
    padding-right: 7px;
  }
  #audio-marketing .front_post_list .front_post {
    min-width: 60%;
  }
  #audio-marketing .front_post_list .front_post figure img {
    height: auto;
    box-shadow: 5px 5px 0px #111;
  }
  #audio-marketing .sp_front_post_column .front_box_inner {
    display: flex;
    flex-direction: column;
    gap: 0rem;
    padding-bottom: 6rem;
  }
  #audio-marketing .sp_front_post_column .front_post_list {
    display: flex;
    flex-direction: column;
    gap: 2rem;
  }
  #audio-marketing .sp_front_post_column .front_post_list .front_post .post_list_content {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 2rem;
  }
  #audio-marketing .front_post_column .front_post_list,
  #audio-marketing .sp_front_post_column .front_post_list {
    padding-bottom: 10px;
  }
  #audio-marketing .front_post_column .front_post_list figure,
  #audio-marketing .sp_front_post_column .front_post_list figure {
    width: 30%;
    margin: 0;
  }
  #audio-marketing .sp_front_post_column .front_post_list figure img {
    box-shadow: 5px 5px 0px #111;
  }
  #audio-marketing .front_post_column .front_post_list .post_list_title_wrap,
  #audio-marketing .sp_front_post_column .front_post_list .post_list_title_wrap {
    width: 70%;
  }
  #audio-marketing .front_post_column .front_box_inner {
    flex-direction: column;
    gap: 3rem;
  }
  #audio-marketing .sp_front_post_column .front_post_list,
  #audio-marketing .front_post_column .front_post_list {
    padding-right: 0;
  }
  #audio-marketing .front_podcaster .front_post_list .front_post .post_list_title_wrap {
    display: block;
  }
  #audio-marketing .front_post_box .front_cat_title_wrap .post_more_btn {
    font-size: 1.2rem;
  }
}
/*@media (max-width: 580px) {
  #audio-marketing .front_post_box .front_cat_title_wrap .front_cat_title {
    font-size: 1.6rem;
  }
}*/
@media (max-width: 374px) {
  #audio-marketing .front_post_box .front_cat_title_wrap .front_cat_title {
    font-size: 1.5rem;
    line-height: 1.2;
  }
  #audio-marketing .front_post_box .front_cat_title_wrap .front_cat_title span {
    font-size: 1rem;
  }
  #audio-marketing .front_post_list .front_post .post_list_title {
    font-size: 1.4rem;
  }
}


.archive_pickup_wrap {
  position: relative;
  background: repeating-linear-gradient(-45deg,var(--wp--preset--color--luminous-vivid-amber),var(--wp--preset--color--luminous-vivid-amber) 1px,#fff 0,#fff 5px);
  padding: 3rem 1rem 1rem;
  border-radius: 0.5rem;
  margin-bottom: 3rem;
  overflow: unset;
  position: relative;
}
.archive_pickup_wrap_sp { margin: 3rem 0 0; }
.archive_pickup_wrap_sp .archive_pickup_inner {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}
.archive_pickup {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 1rem;
}
.pickup_title {
  font-size: 3rem;
  font-family: 'Josefin Sans', sans-serif;
  color: #FF5722;
  text-align: left;
  padding-left: 0;
  margin-bottom: 2rem;
  position: absolute;
  left: 1rem;
  top: -1rem;
}
.archive_pickup_wrap_sp .pickup_title {
  left: 0;
  top: -4rem;
}
.pickup_title span {
  font-size: 1.9rem;
  color: #FF5722;
  display: inline-block;
  margin-left: 10px;
}
.archive_pickup_list {
  display: flex;
  flex-wrap: wrap;
  background-color: white;
  border-radius: 0.5rem;
  overflow: hidden;
  box-shadow: 0 2px 2px rgb(0 0 0 / 5%), 0 2px 3px -2px rgb(0 0 0 / 10%);
}
.archive_pickup_list img {
  height: 150px;
  object-fit: cover;
  transition: all 0.2s;
}
.archive_pickup_list img:hover { opacity: 0.7; }
.archive_pickup_list .archive_pickup_list_txt {
  width: 100%;
  padding: 1rem;
}
.archive_pickup_wrap_sp .archive_pickup_list .archive_pickup_list_txt { width: calc(100% - 320px); }
.archive_pickup_list .archive_pickup_list_txt .meta_wrap { margin-bottom: 1rem; }
.archive_pickup_list .archive_pickup_list_txt .meta_wrap .meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.archive_pickup_list .archive_pickup_list_txt .meta_wrap li.cat-item a {
  display: inline;
  font-size: 1.3rem;
  color: #FF5722;
  border: #FF5722 1px solid;
  padding: 0.25rem 0.5rem;
  border-radius: 0.25rem;
}
.archive_pickup_list .archive_pickup_title {
  font-size: 1.7rem;
  color: #333;
  text-align: left;
  transition: all 0.2s;
}
.archive_pickup_list .archive_pickup_title:hover {
  color: #FF5722;
}
.archive_pickup-container .swiper-pagination {
  width: 100%;
  bottom: -0.25rem;
}
.archive_pickup-container .swiper-pagination-bullet-active {
  background-color: #FF5722;
  background-image: linear-gradient(to right, #f77062 0%, #fe5196 100%);
}
.archive_pickup-container .swiper-pagination-clickable .swiper-pagination-bullet { margin: 0 0.5rem; }

.archive_pickup_wrap_sp .archive_pickup {
  display: grid;
  grid-template-columns: 1fr;
}
/*.archive_pickup_wrap_sp .archive_pickup_list .archive_pickup_list_txt,
.archive_pickup_list img,
.archive_pickup_list a { width: 100%; }*/
.archive_pickup_wrap_sp.archive_pickup_wrap_sp .archive_pickup_list .archive_pickup_list_txt {
  width: calc(100% - 120px);
}
.archive_pickup_wrap_sp .archive_pickup_list {
  align-items: center;
  justify-content: space-between;
  padding: 1rem;
}
.archive_pickup_wrap_sp .archive_pickup_list img {
  height: 100px;
  width: 100px;
  border-radius: 0.5rem;
}
.archive_pickup_wrap_sp .archive_pickup_list .archive_pickup_list_txt { padding: 0; }
.archive_pickup_wrap_sp .archive_pickup_list:last-child { margin-bottom: 0; }

#audio-marketing .archive_title {
  font-size: 2.2rem;
  margin-bottom: 2rem;
}
#audio-marketing .archive_left { margin-bottom: auto; }
#audio-marketing .archive_left .title_ami {
  display: flex;
  justify-content: space-between;
  align-items: end;
  border-bottom: 2px solid #FA709A;
  margin: 0 auto 3rem;
  color: #3d3f52;
  font-size: 3rem;
  border-image: linear-gradient(170deg, #FEE140 0%, #FA709A 100%)1;
}
#audio-marketing .archive_left .archive_title {
  font-family: 'Josefin Sans', sans-serif;
  color: #333;
  font-size: 3rem;
  padding-bottom: 1rem;
  margin-bottom: 0;
}
#audio-marketing .archive_left .archive_title span {
  font-size: 1.9rem;
  color: #777;
  display: inline-block;
  margin-left: 10px;
  margin-bottom: -1px;
}
#audio-marketing .archive_right {
  width: 30%;
}
#audio-marketing .archive_list {
  margin-bottom: 4rem;
  display: flex;
  justify-content: space-between;
}
#audio-marketing .archive_list:last-child { margin-bottom: 0; }
#audio-marketing .archive_list figure {
  width: 270px;
  margin: 0;
  transition: all 0.2s;
}
#audio-marketing .archive_list figure:hover {
  opacity: 0.8;
}
#audio-marketing .archive_list figure img {
  border-radius: 0.5rem;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}
#audio-marketing .archive_list .archive_list_content {
  width: calc(100% - 300px);
  position: relative;
}

#audio-marketing .archive_top .archive_slide_box .archive_slide_txt .date,
#audio-marketing .archive_list .archive_list_content .date {
  color: #777;
  margin: 0 0 -4px 0;
}
#audio-marketing .archive_list .archive_list_content .meta_wrap { margin-bottom: 1.5rem; }
#audio-marketing .archive_list .archive_list_content .meta_wrap .meta {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
#audio-marketing .archive_list .archive_list_content .meta_wrap li:first-child {
  font-size: 13px;
  color: #FF5722;
}
#audio-marketing .archive_list .archive_list_content .meta_wrap li.cat-item a {
  display: inline;
  font-size: 13px;
  color: white;
  background-color: #FF5722;
  background: linear-gradient(to right, #FF5722 0%, #FFC107 100%);
  padding: 4px 1rem;
  border-radius: 0.25rem;
  transition: all .2s;
}
#audio-marketing .archive_list .archive_list_content .archive_list_title {
  font-size: 2rem;
  color: #333;
  text-align: left;
  line-height: 1.46;
  margin-bottom: 1.5rem;
  transition: all 0.2s;
}
#audio-marketing .archive_list .archive_list_content .archive_list_title:hover {
  opacity: 0.7;
}
#audio-marketing .archive_list .archive_list_content .archive_list_txt {
  color: #777;
  font-size: 14px;
  margin-bottom: 1.75rem;
}
#audio-marketing .archive_top .archive_slide_box .archive_slide_txt .archive_list_author,
#audio-marketing .archive_top .archive_slide_box .archive_slide_txt .archive_list_author .author_img,
#audio-marketing .archive_list .archive_list_content .archive_list_author .author_img,
#audio-marketing .archive_list .archive_list_content .archive_list_author {
  display: flex;
  align-items: center;
  margin: 0;
}
#audio-marketing .archive_top .archive_slide_box .archive_slide_txt .archive_list_author {
  justify-content: left;
  margin-top: 1rem;
}
#audio-marketing .archive_list .archive_list_content .archive_list_author a span {
  color: #484848;
}
#audio-marketing .archive_list .archive_list_content .archive_list_author .author_img {
  color: #3d3f52;
  font-size: 13px;
}
#audio-marketing .archive_top .archive_slide_box .archive_slide_txt .archive_list_author img,
#audio-marketing .archive_list .archive_list_content .archive_list_author img {
  width: 30px !important;
  height: 30px !important;
  border-radius: 50%;
  object-fit: cover;
  margin-right: 0.75rem;
  box-shadow: none;
}
#audio-marketing .archive_top .archive_slide_box .archive_slide_txt .archive_list_author img {
  width: 25px !important;
  height: 25px !important;
}
#audio-marketing .archive_top .archive_slide_box .archive_slide_txt .archive_list_author .author_name {
  font-size: 1rem;
  line-height: 1.46;
}
#audio-marketing .archive_top .archive_slide_box .archive_slide_txt .archive_list_author .date,
#audio-marketing .archive_list .archive_list_content .date {
  color: #777;
  font-size: 12px;
  font-weight: bold;
  margin-left: 1rem;
  padding-left: 1rem;
  border-left: 1px solid;
}
#audio-marketing .archive_top .archive_slide_box .archive_slide_txt .archive_list_author .date { line-height: 1; }
#audio-marketing .archive_top.archive_top_sp .archive_slide_wrap .archive_slide_box .archive_slide_txt {
  position: absolute;
  bottom: 0;
  background-color: rgba(0,0,0,0.6);
  padding: 1rem;
}
#audio-marketing .archive_top.archive_top_sp .archive_slide_box .archive_slide_txt .archive_list_author .author_img,
#audio-marketing .archive_top.archive_top_sp .archive_slide_wrap_ .archive_slide_first .archive_slide_box .archive_slide_txt .archive_list_author .author_img {
  display: none;
}
#audio-marketing .archive_top.archive_top_sp .archive_slide_box .archive_slide_txt .archive_list_author .date,
#audio-marketing .archive_top.archive_top_sp .archive_slide_wrap .archive_slide_box .archive_slide_txt .archive_list_author .date {
  border-left: 0;
  margin-left: 0;
  padding-left: 0;
}
#audio-marketing .archive_top.archive_top_sp .archive_slide_wrap .archive_slide_box .archive_slide_txt .archive_list_author .date { color: white; }
#audio-marketing .archive_top.archive_top_sp .archive_slide_wrap .archive_slide_box .archive_slide_txt .meta_wrap { margin-bottom: 0; }
#audio-marketing .archive_top.archive_top_sp .archive_slide_wrap .archive_slide.archive_slide_01 .archive_slide_box .archive_slide_txt .meta_wrap li.cat-item a,
#audio-marketing .archive_top.archive_top_sp .archive_slide_wrap .archive_slide.archive_slide_01 .archive_slide_box .archive_slide_txt h2 {
  color: white;
  line-height: 1.46;
}
#audio-marketing .archive_top.archive_top_sp .archive_slide_wrap .archive_slide_box .archive_slide_txt .archive_list_author { margin-top: 0; }
#audio-marketing .archive_top.archive_top_sp .archive_slide_box .archive_slide_txt .meta_wrap li {
  margin-right: 1.25rem;
}
#audio-marketing .archive_top.archive_top_sp .archive_slide_box .archive_slide_txt .meta_wrap li.cat-item a,
#audio-marketing .archive_top.archive_top_sp .archive_slide_box .archive_slide_txt .meta_wrap li:last-child {
  margin-right: 0rem;
}
.archive_slide_more_btn {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  max-width: 300px;
  width: 100%;
  margin: 4rem auto 2rem;
  color: white;
  line-height: 30px;
  background-color: #111;
  border: 2px solid #111;
  border-radius: 9999px;
  transition: all .15s;
}
.archive_slide_more_btn .more_arrow {
  display: inline-block;
  position: absolute;
  right: 2.5rem;
  height: 14px;
  transition: all .15s;
}
.archive_slide_more_btn .more_arrow::before,
.archive_slide_more_btn .more_arrow::after {
  content: "";
  border-radius: 1px;
  background: white;
  height: 2px;
  width: 8px;
  position: absolute;
  right: 0;
  transition: all .15s;
}
.archive_slide_more_btn .more_arrow::before {
  top: 8px;
  transform: rotate(-45deg);
}
.archive_slide_more_btn .more_arrow::after {
  top: 4px;
  transform: rotate(45deg);
}
.archive_slide_more_btn:hover {
  background-color: transparent;
  color: #111;
}
.archive_slide_more_btn:hover .more_arrow {
  right: 1.5rem;
}
.archive_slide_more_btn:hover .more_arrow::before,
.archive_slide_more_btn:hover .more_arrow::after {
  background: #111;
}

@media screen and (max-width: 980px) {
  .archive_slide_more_btn {
    max-width: 500px;
    margin: 4rem auto;
  }
}

#audio-marketing .pagenation {
  margin-top: 5rem;
}
#audio-marketing .pagenation ul {
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem;
  justify-content: center;
  align-items: center;
}
#audio-marketing .pagenation li {
  margin: 0;
}
#audio-marketing .pagenation li.active,
#audio-marketing .pagenation li .current,
#audio-marketing .pagenation li a {
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50%;
  text-align: center;
  box-sizing: border-box;
  color: white;
  background-color: #aaa;
  border-radius: .5rem;
  transition: all .2s;
  margin: 0;
  padding: 0;
}
#audio-marketing .pagenation li .current,
#audio-marketing .pagenation li.active {
  background-color: #111;
  border-radius: .5rem;
}
#audio-marketing .pagenation li a.prev,
#audio-marketing .pagenation li a.next {
  font-size: 1.2rem;
}

@media screen and (max-width: 767px) {
  #audio-marketing .pagenation li .current,
  #audio-marketing .pagenation li a {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
  #audio-marketing .pagenation li a.prev,
  #audio-marketing .pagenation li a.next {
    font-size: 1.1rem;
  }
}


.wp_social_bookmarking_light,
.wp_social_bookmarking_light_clear { display: none!important; }
.ami_sns .wp_social_bookmarking_light,
.ami_sns .wp_social_bookmarking_light_clear { display: block!important; }
#audio-marketing .single_audio-marketing .single_post_inner {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  align-items: flex-end;
  padding: 4rem 0;
  max-width: 1080px;
}

#single_blog.single_audio-marketing .single_post .post_left { margin-bottom: auto; }
#audio-marketing .single_audio-marketing .single_post_inner aside {
  top: auto;
  bottom: 0;
}

@media screen and (max-width: 980px) {
  #single_blog.single_audio-marketing .single_post .post_left {
    width: 100%;
  }
}


@media screen and (max-width: 767px) {
  #single_blog.single_audio-marketing .single_post .post_left iframe { width: 100%; }
}

#audio-marketing .single_audio-marketing .content a {
  color: #111;
  text-decoration: underline;
  background:linear-gradient(transparent 60%, #eee 60%);
}
#audio-marketing .single_audio-marketing .content .wp-caption-text {
  text-align: center;
  font-size: 1.1rem;
  color: #aaa;
}
#audio-marketing .single_audio-marketing .content li,
#audio-marketing .single_audio-marketing .content blockquote li,
#audio-marketing .single_audio-marketing .content p,
#audio-marketing .single_audio-marketing .content blockquote {
  font-size: 1.6rem;
  font-weight: normal;
  color: #333;
  line-height: 2;
}
#audio-marketing .single_audio-marketing .content p {
  font-size: 1.7rem;
  margin-bottom: 2rem;
  color: #08131A;
  word-wrap: break-word;
}
#audio-marketing .single_audio-marketing#single_blog .content ol {
  list-style-type: none;
  position: relative;
  margin: 0;
  padding: 0.5rem 0.5rem 0.5rem 4rem;
  border: 0!important;
  background-color: transparent;
  box-shadow: none;
  counter-reset: number1;
  font-weight: bold;
}
#audio-marketing .single_audio-marketing#single_blog .content ol li {
  padding: 0.5rem 0;
  line-height: 1.8;
}
#audio-marketing .single_audio-marketing#single_blog .content ol li:before {
  display: inline-block;
  position: absolute;
  left: 8px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #5c5d6d;
  color: white;
  font-family: "Quicksand",sans-serif;
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  line-height: 27px;
  content: counter(number1);
  counter-increment: number1;
}
#audio-marketing .single_audio-marketing#single_blog .content ul:not(.toc_list) {
  position: relative;
  top: 0;
  margin: 0;
  padding: 0.5rem 2rem;
  border: none;
  font-weight: bold;
}
#audio-marketing .single_audio-marketing#single_blog .content ul:not(.toc_list) li {
  list-style-type: circle;
  font-size: 1.6rem;
  margin-left: 2rem;
}
#audio-marketing .single_audio-marketing#single_blog .content ul.ami_single_tags {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  padding: 0;
}
#audio-marketing .single_audio-marketing#single_blog .content ul.ami_single_tags li {
  list-style: none;
  line-height: 1;
  margin: 0;
}
#audio-marketing .single_audio-marketing#single_blog .content img {
  border-radius: 0.5rem;
}
#audio-marketing .single_audio-marketing .content table,
#audio-marketing .single_audio-marketing .content table tr,
#audio-marketing .single_audio-marketing .content table th,
#audio-marketing .single_audio-marketing .content table td {
  color: #333;
  border-color: #777;
}
#audio-marketing .single_audio-marketing .content table th { color: white; }
#audio-marketing .single_audio-marketing .content tbody th,
#audio-marketing .single_audio-marketing .content thead th {
  background-color: #5c5e6e;
}
#audio-marketing .single_audio-marketing .content table.tbl--03 tr td:first-child {
  color: #3d3f52;
}
#audio-marketing .single_audio-marketing#single_blog h1 {
  text-align: left;
  font-size: 3rem;
  color: #333;
  line-height: 1.2;
  margin-bottom: 3rem;
}
#audio-marketing .single_audio-marketing#single_blog .content h2 {
  font-size: 2.6rem;
  font-weight: bold;
  color: #333;
  position: relative;
  margin: 3rem 0;
  border-bottom: none;
  padding: 1rem 0.5rem 2rem;
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
#audio-marketing .single_audio-marketing#single_blog .content h2:before {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 20%;
  height: 5px;
  border-bottom: 4px solid #FF5722;
  border-image: linear-gradient(170deg, #FF5722 0%, #FFC107 100%) 1;
  background: none;
}
#audio-marketing .single_audio-marketing .content h3 {
  display: inline-block;
  width: calc(100% - 22px);
  color: #111;
  background-color: #eee;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: left;
  margin-bottom: 3rem;
  margin-top: 1rem;
  border-left: 8px solid #333;
  border-bottom-right-radius: 15px;
  padding: 4px 3px 4px 11px;
}
#audio-marketing .single_audio-marketing .content .marker {
  background: linear-gradient(transparent 60%, #FFF700 60%);
}
#audio-marketing .single_audio-marketing .content .box__gray {
  display: block;
  background-color: #f1f1f1;
  color: #464646;
  font-weight: bold;
  padding: 20px;
  margin-bottom: 25px;
}
#audio-marketing .single_audio-marketing .point__box {
  border-color: #333;
}
#audio-marketing .single_audio-marketing .content .point__box h3 {
  background-color: #333;
  color: white;
  margin: 0 0 3rem 0;
  padding: 0.25rem 1rem;
  border: none;
  border-radius: 0;
}
#audio-marketing .single_audio-marketing .content h4 {
  display: inline-block;
  border-bottom: 1px solid #333333;
  font-size: 1.6rem;
  text-align: left;
  margin-top: 10px;
  margin-bottom: 20px;
}
#audio-marketing .single_audio-marketing .point__box p:last-child { margin-bottom: 0; }
.single_audio-marketing .related_posts {
  margin-top: 8rem;
}
.single_audio-marketing .related_posts h2 {
  border-bottom: 2px solid #FA709A;
  margin: 0 auto 3rem;
  font-family: 'Josefin Sans', sans-serif;
  color: #333;
  font-size:3rem;
  border-image: linear-gradient(170deg, #FEE140 0%, #FA709A 100%)1;
}
.single_audio-marketing .related_posts h2 span {
  font-size: 1.9rem;
  color: #777;
  display: inline-block;
  padding-bottom: 1.25rem;
  margin-left: 10px;
  margin-bottom: -1px;
}

.ami_thumbnail {
  margin-bottom: 3rem;
}
.sidebar_audio-marketing {
  position: sticky;
  display: block;
  margin: 0 0 0 auto;
  top: 0;
  height: 100%;
  max-width: 300px;
}
.sidebar_audio-marketing .side_txt_link {
  display: block;
  margin-top: 1rem;
  text-align: right;
  text-decoration: underline;
  color: #333;
}
.sidebar_audio-marketing .dcmads {
  display: block !important;
  margin: 0 auto;
}
.sidebar_audio-marketing .dcmads img {
  display: block;
  margin: 0 auto;
}
.sidebar_audio-marketing .side_txt_link i { margin-left: 0.5rem; }
.sidebar_audio-marketing .side_box { margin-bottom: 3rem; }
.sidebar_audio-marketing .side_title {
  font-size: 2.5rem;
  position: relative;
  font-family: 'Josefin Sans', sans-serif;
  color: #333;
  text-align: left;
  padding-left: 0;
  margin-bottom: 2rem;
}
.sidebar_audio-marketing .side_title::before {
  content: "";
  width: 2px;
  height: 30px;
  background: #FF5722;
  display: inline-block;
  vertical-align: text-bottom;
  margin-right: 1rem;
}
.sidebar_audio-marketing .side_title span {
  color: #777;
  font-size: 1.4rem;
  margin-left: 6px;
}
.sidebar_audio-marketing .side_article_list { margin-bottom: 1rem; }
.sidebar_audio-marketing .side_article_list:last-child { margin-bottom: 0; }
.sidebar_audio-marketing .side_article .side_article_box,
.sidebar_audio-marketing .side_article_list a {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
.sidebar_audio-marketing .side_article_list a img {
  width: 80px!important;
  height: 80px;
  object-fit: cover;
  border-radius: 0.25rem;
  transition: color 0.5s ease 0s;
}
.sidebar_audio-marketing .side_article .side_article_box .side_article_txt,
.sidebar_audio-marketing .side_article_list a .side_article_title {
  width: calc(100% - 90px);
  margin-bottom: auto;
  font-weight: normal;
}
.sidebar_audio-marketing .side_article_list a:hover .side_article_title {
  color: #FF5722;
  transition: color 0.5s ease 0s;
}
.sidebar_audio-marketing .side_article_list a:hover img { opacity: 0.8; }

.sidebar_audio-marketing .side_series {
  position: relative;
  background-color: #fafafa;
  background: repeating-linear-gradient(-45deg, #eeeeee, #aaaaaa 1px, #fff 0, #fff 5px);
  padding: 3rem 1rem 1rem;
  border-radius: 0.5rem;
}
.sidebar_audio-marketing .side_series .side_title {
  position: absolute;
  top: -10px;
  color: #111;
}
.sidebar_audio-marketing .side_series .side_title::before {
  display: none;
}
.sidebar_audio-marketing .side_series .side_title span {
  color: #333;
}
.sidebar_audio-marketing .side_series .side_article_box {
  align-items: center;
}
.sidebar_audio-marketing .side_series .side_article_list {
  background-color: white;
  border-radius: 0.5rem;
  box-shadow: 0 2px 2px rgb(0 0 0 / 5%), 0 2px 3px -2px rgb(0 0 0 / 10%);
}
.sidebar_audio-marketing .side_series .side_article_list a img {
  width: 100px!important;
  height: auto;
  aspect-ratio: 16 / 9;
}
.sidebar_audio-marketing .side_series .side_article_box .side_article_txt {
  width: calc(100% - 110px);
  margin: 0;
}
.sidebar_audio-marketing .side_series .side_article_box .side_article_txt a .side_article_title {
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.46;
}

.sidebar_audio-marketing a { text-decoration: none; }
.sidebar_audio-marketing .side_article .ranking_number {
  width: 20px;
  color: #aaa;
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
}
.sidebar_audio-marketing .side_article .side_article_right {
  display: inline-block;
  width: calc(100% - 30px);
}
.sidebar_audio-marketing .side_article .side_article_right .side_article_title { width: 100%; }
.sidebar_audio-marketing .side_article .side_article_right .pageview {
  display: block;
  font-size: 1.4rem;
  font-weight: normal;
  color: #ccc;
  text-align: right;
  margin-top: 0.25rem;
}
.sidebar_audio-marketing .side_article .side_article_title {
  color: #333;
  font-size: 1.4rem;
  text-align: left;
  line-height: 1.46;
}
.sidebar_audio-marketing .side_article .side_article_box .side_article_txt a .side_article_title {
  width: 100%;
}
.sidebar_audio-marketing .side_article .side_article_box .side_article_txt .side_article_cat {
  display: none;
  font-size: 13px;
  font-weight: bold;
  color: #ff8e6a;
  margin-bottom: 0.5rem;
}
.sidebar_audio-marketing .side_category h4 {
  font-size: 1.4rem;
  text-align: left;
  margin-bottom: 1rem;
}
.sidebar_audio-marketing .side_category h4 a {
  text-decoration: none;
}
.sidebar_audio-marketing .side_category ul {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.sidebar_audio-marketing .side_category ul li { 
  padding: 0;
}
.sidebar_audio-marketing .side_category ul li:last-child { 
  border-bottom: 0;
}
.sidebar_audio-marketing .side_category ul li a {
  color: white;
/*  border: 1px solid #FF5722;*/
  background-color: #FF5722;
  background-image: linear-gradient(to right, #FF5722 0%, #FFC107 100%);
  text-decoration: none;
  display: flex;
  align-items: center;
  transition: all 0.2s;
  border-radius: 0.25rem;
  padding: 0 1rem;
}
.sidebar_audio-marketing .side_category ul li a:hover {
  background-image: linear-gradient(to right, #FFC107 0%, #FF5722 100%);
}
.sidebar_audio-marketing .side_category ul li a i {
  display: none;
  color: #aaa;
  fill: #aaa;
  transition: all 0.2s;
}
.sidebar_audio-marketing .side_category ul li a:hover i {
  color: #FF5722;
  fill: #FF5722;
}
#audio-marketing .single_audio-marketing .content .tag_list {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
}
.sidebar_audio-marketing .side_tag {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
#audio-marketing .single_audio-marketing .content .ami_single_tags .ami_single_tag a,
#audio-marketing .single_audio-marketing .content .tag_list a,
.sidebar_audio-marketing .side_tag a {
  display: inline-block;
  font-size: 12px;
  text-decoration: none;
  color: #FF5722;
  background: transparent;
  border: 1px solid #FF5722;
  border-radius: 30px;
  padding: 0 1rem;
  transition: all .2s;
  line-height: 1.8;
}
#audio-marketing .single_audio-marketing .content .ami_single_tags .ami_single_tag a:hover,
#audio-marketing .single_audio-marketing .content .tag_list a:hover,
.sidebar_audio-marketing .side_tag a:hover {
  color: white;
  background-image: linear-gradient(to right, #FFC107 0%, #FF5722 100%);
}
.sidebar_audio-marketing .side_tag a i {
  margin-right: 0.25rem;
}

.admin-bar#audio-marketing .archive_header { top: 32px; }

#audio-marketing .comments_wrap {
  position: relative;
  display: flex;
  align-items: flex-start;
}
#audio-marketing .comments_app {
  display: flex;
  position: relative;
  width: 70%;
  min-height: 65px;
  margin-top: 1rem;
  background-color: #eee;
  line-height: 1.5;
  border-radius: 1rem;
}
#audio-marketing .comments_app:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 98%;
  margin-top: -10px;
  border: 10px solid transparent;
  border-left: 20px solid #eee;
}
#audio-marketing .ami_img {
  max-width: 30%;
}
#audio-marketing .single_audio-marketing .single_comments_wrap {
  height: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 5rem auto;
  width: 65%;
}
#audio-marketing .single_audio-marketing .single_comments_app {
  position: relative;
  width: calc(100% - 140px);
  margin: 0;
  line-height: 1.8;
  display: inline-flex;
  background-color: #eee;
  border-radius: 1rem;
}
#audio-marketing .single_audio-marketing .single_comments_app:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 98%;
  left: auto;
  margin-top: -15px;
  border: 15px solid transparent;
  border-right: 30px solid #eee;
}
#audio-marketing .single_audio-marketing .single_ami_img {
  position: static;
  max-width: 130px;
  border-radius: 0!important;
}
/*タイピング*/
.typing {
  font-size: 1.1rem;
  font-weight: bold;
  letter-spacing: 0;
  word-break : break-all;
  color: #333;
  padding: 0.75rem 1.25rem;
}
#audio-marketing .single_audio-marketing .single_typing {
  font-size: 1.3rem;
  font-weight: bold;
  letter-spacing: 0;
  word-break : break-all;
  color: #333;
  padding: 0.75rem 1.25rem;
}
/*jsで生成されるspanタグ*/
.typing span {
    display: none;
}
/*|カーソルを表示*/
.typing:after {
  display: inline-block;
  content: "";
  animation: typingCursor .8s ease infinite;
  color: #777;
  height: 12px;
  width: 1px;
  background: #777;
  margin-bottom: -2px;
  margin-left: 0.25rem;
}

@keyframes typingCursor {
  from　{
    opacity:0;
  }
  to{
    opacity:1
  }
}

#audio-marketing .archive_inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 4rem 0;
}

#AmiSearch {
  box-sizing: border-box;
  position: relative;
  border: 1px solid #777;
  padding: 0;
  border-radius: 0.25rem;
  overflow: hidden;
}
#AmiSearch input[type="text"]{
  border: none;
  height: 2.0em;
}
#AmiSearch input[type="text"]:focus {
  outline: 0;
}
#AmiSearch input[type="submit"]{
  cursor: pointer;
  font-family: FontAwesome;
  border: none;
  background-color: #FF5722;
  background-image: linear-gradient(to right, #FF5722 0%, #FFC107 100%);
  color: white;
  position: absolute;
  height: 100%;
  right: 0;
  top: 0;
  outline : none;
}
#AmiSearch #AmiSearchInput {
  width: calc(100% - 70px);
  padding: 0.25rem 1rem;
  color: #333;
}
#AmiSearch #AmiSubmit {
  width: 50px;
}

.hbspt-form .hs-form-required {
  font-size: 0 !important;
}
.sidebar_audio-marketing .hbspt-form form {
  /*display: flex;
  justify-content: center;
  align-items: end;*/
  display: block;
  border: 1px solid #3d3f5229;
  border-radius: 0.5rem;
  padding: 1.25rem 1.5rem;
  margin-bottom: 3rem;
}
.sidebar_audio-marketing .hbspt-form form .hs_email {
  display: block;
  width: 100% !important;
  margin: 0 0 1rem !important;
}
.sidebar_audio-marketing .hbspt-form form .hs_email label {
  font-size: 1.67rem;
  font-weight: bold !important;
  width: auto !important;
}
.sidebar_audio-marketing .hbspt-form form .hs_email legend {
  font-size: 1.25rem;
  margin: 0 0 0.75rem;
  padding: 0;
  line-height: 1.5;
}
.sidebar_audio-marketing .hbspt-form form .hs_email input {
  display: inline-block;
  font-size: 14px;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #ccc;
  background-color: #f5f5f5;
  border-radius: 0.5rem;
  height: 4rem;
  padding: 0.5rem 1rem;
}
.sidebar_audio-marketing .hbspt-form form input[type=submit],
.sidebar_audio-marketing .hbspt-form form .hs-button {
  display: block;
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 10px 16px;
  font-size: 1.3rem;
  color: white;
  background: black;
/*  background: linear-gradient(to right, #FFC107 0%, #FF5722 100%);*/
  border: 0;
  border-radius: 50px;
  transition: all .3s;
}
.sidebar_audio-marketing .hbspt-form form .hs-button:hover {
  color: white;
  opacity: 0.7;
}
.sidebar_audio-marketing .hbspt-form form .hs_email .hs-error-msgs,
.sidebar_audio-marketing .hbspt-form form .hs_email .hs-error-msg,
.sidebar_audio-marketing .hbspt-form form .hs_email .hs-form-required::before {
  display: none !important;
  padding: 0 !important;
  margin: 0 !important;
}
#audio-marketing .social_icon {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  list-style-type: none;
  -webkit-padding-start: 0;/* user agent stylesheet の無効化 */
  padding: 0;
  margin: 0;
}
#audio-marketing .social_icon li {
  padding: 0;
  margin: 0;
  list-style-type: none;
  width: 100%;
}
#audio-marketing .social_icon li a {
  display: block;
  line-height: 4rem;
  font-size: 1.6rem;
  color: #fff;
  background-color: black;
  text-align:center;
  text-decoration: none;
  border-radius: 30rem;
  max-width: 200px;
  margin: 0 auto;
}
#audio-marketing .social_icon li a i {
  font-size: 1.8rem;
  margin-right: 0.5rem;
}
/* この記事が気に入ったらバナー */
#audio-marketing .follow_ami {
  width: 70px!important;
  height: 70px;
  object-fit: cover;
  border-radius: 50%;
  background-color: white;
}
#audio-marketing .follow_push {
  padding: 2rem 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  border-radius: 0.5rem;
  overflow: hidden;
  background: #f5f5f5;
}
#audio-marketing .follow_pushThumb {
  display: table-cell;
  min-width: 240px;
  background-position: center;
  background-size: cover;
}
#audio-marketing .follow_pushLike {
  margin-left: 1rem;
}
#audio-marketing .follow_pushLike p {
  color: #333;
  text-align: center;
  vertical-align: middle;
  line-height: 1.4;
  font-size: 1.4rem;
  margin-bottom: 1rem;
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  #audio-marketing .follow_push {
    margin-right: auto;
    margin-left: auto;
  }
  #audio-marketing .follow_pushThumb {
    display: block;
    height: 140px;
  }
  #audio-marketing .follow_pushLike {
    display: block;
  }
  #audio-marketing .social_icon li a { max-width:100%; }
  #audio-marketing .follow_pushLike p {
    font-size: 1.4rem;
  }
}



#audio-marketing .single_audio-marketing .report {
  margin-bottom: 1rem;
}
#audio-marketing .single_audio-marketing .report_box {
  width: 100%;
}
#audio-marketing .single_audio-marketing .report_box .report_img {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 1rem;
  padding: 2.5rem 1rem 1rem;
  background-color: transparent;
  background: transparent;
}
#audio-marketing .single_audio-marketing .report_box .report_img img {
  width: 100% !important;
  object-fit: contain;
  border-radius: 0 !important;
  filter: drop-shadow(2px 2px 3px #ccc);
  transition: all 0.2s;
}
#audio-marketing .single_audio-marketing .report_box .report_img img:hover { opacity: 0.7; }
#audio-marketing .single_audio-marketing .report_box .report_img .report_img01 {
  width: 35% !important;
}
#audio-marketing .single_audio-marketing .report_box .report_img .report_img03,
#audio-marketing .single_audio-marketing .report_box .report_img .report_img02 {
  width: 25% !important;
}
#audio-marketing .single_audio-marketing .report_box .report_dl_btn {
  display: block;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  color: white;
  background: #FF5722;
  background: linear-gradient(to right, #FFC107 0%, #FF5722 100%);
  padding: 0.5rem 0;
  margin: 0.5rem 1rem 1.5rem;
  border-radius: 99rem;
  transition: all 0.3s;
}
#audio-marketing .single_audio-marketing .report_box .report_dl_btn:hover {
  background: #999;
  background: linear-gradient(to right, #999 0%, #999 100%);
}
#audio-marketing .single_audio-marketing .report_box_inner {
  display: inline-block;
}
#audio-marketing .single_audio-marketing .report_box .report_txt {
  position: relative;
  background-color: #111;
  padding: 1rem 1.5rem;
  border-radius: 0.5rem 0.5rem 0 0;
}
/*#audio-marketing .single_audio-marketing .report_box .report_txt:before {
  content: "";
  position: absolute;
  top: 99%;
  left: 50%;
  margin-left: -20px;
  border: 20px solid transparent;
  border-top: 17px solid #3d3f52;
}*/
#audio-marketing .single_audio-marketing .report_box .report_box_foot {
  border: 1px solid #3d3f5229;
  border-radius: 0 0 0.5rem 0.5rem;
}
#audio-marketing .single_audio-marketing .report_box h3 {
  font-size: 2rem;
  color: white;
  text-align: left;
  margin: 0;
  padding: 0;
  background-color: transparent;
  border: none;
  line-height: 1.6;
}
#audio-marketing .single_audio-marketing .report_box h3 span.maintit {
  font-size: 2.75rem;
}
#audio-marketing .single_audio-marketing .report_box h3 span.subtit {
  font-size: 2rem;
}
#audio-marketing .single_audio-marketing .report_opan .report_box h3 span.maintit {
  font-size: 2.6rem;
}
#audio-marketing .single_audio-marketing .report_box .report_dl_btn img {
  width: 30px!important;
  padding-left: 0.5rem;
}
#audio-marketing .single_audio-marketing .report_box p {
  color: #3d3f52;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  margin: 0 auto;
}

@media only screen and (max-width: 980px){
  #audio-marketing .single_audio-marketing .report_box:last-child { margin-bottom: 0; }
}
@media only screen and (max-width: 767px){
  #audio-marketing .single_audio-marketing .report_box h3 {
    font-size: 1.2rem;
    line-height: 1.5;
    text-align: center;
  }
  #audio-marketing .single_audio-marketing .report_opan .report_box h3 span.maintit,
  #audio-marketing .single_audio-marketing .report_box h3 span.maintit {
    font-size: 1.4rem;
    display: block;
    margin: 0 auto;
  }
  #audio-marketing .single_audio-marketing .report_box h3 span.subtit {
    font-size: 1.2rem;
  }
  #audio-marketing .single_audio-marketing .report_box .report_dl_btn {
    font-size: 1.2rem;
    padding: 0.25rem 0;
    max-width: 100%;
  }
}


@media only screen and (min-width: 981px){
  #audio-marketing .archive_top_left,
  #audio-marketing .archive_left,
  #single_blog.single_audio-marketing .single_post .post_left { width:  calc(100% - 400px); }
}

@media only screen and (max-width: 1330px){
  #audio-marketing .inner {
    width: 95%;
  }
}

@media only screen and (max-width: 1230px){
  #audio-marketing .archive_inner { width: 95%; }
}

@media only screen and (max-width: 1079px){
  #audio-marketing .head_top .inner { height: 70px; }
  #audio-marketing .head_top .head_title a { font-size: 3rem; }
  #audio-marketing .g_navi_wrap { display: none; }
  #audio-marketing .single_audio-marketing .bread .inner {
    display:flex;
    overflow-x: scroll;
    word-break: keep-all;
    white-space: nowrap;
  }
  /* .admin-bar#audio-marketing.archive .sidebar_audio-marketing { top: 102px; } */
  #audio-marketing .comments_wrap {
    align-items: center;
  }
  #audio-marketing .comments_app {
    margin: 0;
    align-items: center;
  }
}

@media only screen and (max-width: 980px){
  #audio-marketing .inner {
    width: 90%;
  }
  #audio-marketing.single header {
    position: fixed!important;
  }
  .admin-bar#audio-marketing.single header {
    top: 32px;
  }
  #audio-marketing.single .main { margin-top: 90px; }
  .single_audio-marketing .related_posts { margin-bottom: 3rem; }
  #audio-marketing .archive_top .archive_top_container {
    flex-flow: column;
    padding: 0;
    width: 90%;
  }
  #audio-marketing .archive_left { margin-bottom: 3rem; }
  .sidebar_audio-marketing {
    position: static;
    bottom: auto;
    height: auto;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
  }
  .sidebar_audio-marketing .side_article_list a img {
    width: 100px!important;
    height: 100px;
  }
  .sidebar_audio-marketing .side_article_list a .side_article_title { width: calc(100% - 110px); }
}
@media screen and (max-width: 782px){
  .admin-bar#audio-marketing .archive_header,
  .admin-bar#audio-marketing.single header {
    top: 46px;
  }
}
@media only screen and (max-width: 767px){
  #audio-marketing .archive_slide_wrap .archive_slide.archive_slide_01,
  #audio-marketing .archive_slide_wrap .archive_slide.archive_slide_02 {
    width: 100%;
  }
  #audio-marketing .archive_slide_wrap .archive_slide,
  #audio-marketing .archive_top .archive_slide_wrap,
  #audio-marketing .archive_slide_wrap {
    width: 100%;
    margin: 0;
  }
  #audio-marketing .archive_slide_wrap .archive_slide .archive_slide_box img {
    border-radius: 0.5rem;
    box-shadow: 5px 5px 0px #111;
  }
  #audio-marketing .archive_slide_wrap .archive_slide_02 .archive_slide_box .archive_slide_link {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
  #audio-marketing .archive_top .archive_slide_wrap .archive_slide_box .archive_slide_txt h2 {
    font-size: 1.4rem;
  }
  #audio-marketing .archive_slide_wrap .archive_slide_box .img_wrap img {
    width: 100%;
    height: auto;
    min-width: 120px;
    max-width: 120px;
    border-radius: 0.5rem;
  }
  #audio-marketing .archive_slide_wrap .archive_slide_01 .archive_slide_box .img_wrap img {
    width: 100%;
    height: 100%;
    min-width: 100%;
    max-width: 100%;
  }
  #audio-marketing .archive_top .archive_slide_box .archive_slide_txt .meta_wrap .meta {
    width: 100%;
  }
  #audio-marketing .archive_slide_wrap .archive_slide_02 .archive_slide_box .archive_slide_txt {
    display: flex;
    flex-direction: column;
    width: calc(100% - 140px);
    padding: 0;
  }

  #audio-marketing .head_top .head_title a { font-size: 2.6rem; }
  #audio-marketing .head_top .right_wrap .radio_icon img {
    height: 30px;
    width: 30px;
  }
  #audio-marketing .head_top .right_wrap .radio_icon span { font-size: 0.8rem; }
  #audio-marketing .menu-content ul li a { font-size: 1.8rem; }
  #audio-marketing .archive_top .archive_slide_box .archive_slide_txt h2,
  #audio-marketing .archive_slide_wrap .archive_slide_box .archive_slide_txt h2 {
    font-size: 1.6rem;
    line-height: 1.46;
  }
  #audio-marketing .archive_list figure {
    width: 120px;
    height: 100px;
  }
  #audio-marketing .archive_list figure img { object-position: center; }
  #audio-marketing .archive_list .archive_list_content { width: calc(100% - 130px); }
  #audio-marketing .archive_list .archive_list_content .archive_list_title { font-size: 1.4rem; }
  #audio-marketing .archive_list .archive_list_content .archive_list_txt { display: none; }
  #audio-marketing .archive_top .archive_slide_box .archive_slide_txt .date, #audio-marketing .archive_list .archive_list_content .date {
    font-size: 1.2rem;
  }
  #audio-marketing .single_audio-marketing#single_blog h1 { font-size: 2.4rem; }
  #audio-marketing .single_audio-marketing#single_blog .content h2 { font-size: 2rem; }
  #audio-marketing .single_audio-marketing#single_blog .content ul:not(.toc_list) li,
  #audio-marketing .single_audio-marketing .content li,
  #audio-marketing .single_audio-marketing .content blockquote li,
  #audio-marketing .single_audio-marketing .content p,
  #audio-marketing .single_audio-marketing .content blockquote {
    font-size: 1.4rem;
  }
  #audio-marketing .single_audio-marketing .content h3 {
    font-size: 1.6rem;
  }
  #audio-marketing .single_audio-marketing .single_comments_app { width: calc(100% - 130px); }
  #audio-marketing .archive_left .title_ami {
    border-image: none;
    border: none;
  }
  #audio-marketing .comments_wrap { width: 100%; }
  #audio-marketing .archive_left .archive_title {
    border-bottom: 2px solid #FA709A;
    margin: 0 auto 3rem;
    border-image: linear-gradient(170deg, #FEE140 0%, #FA709A 100%)1;
  }
  .single_audio-marketing .hbspt-form form {
    flex-direction: column;
    gap: 1rem;
  }
  .single_audio-marketing .hbspt-form form .hs_email input { max-width: 100%; }
  .single_audio-marketing .hbspt-form form .hs_submit,
  .single_audio-marketing .hbspt-form form .hs_email {
    width: 100% !important;
  }
}
@media only screen and (max-width: 580px){ 
  #audio-marketing .head_top .inner { height: 60px; }
  #audio-marketing .head_top .head_title { margin-top: 1rem; }
  #audio-marketing .head_top .head_title span {
    font-size: 0.85rem;
    line-height: 1;
    margin: 0;
  }
  #audio-marketing .single_header .head_top .head_title a,
  #audio-marketing .head_top .head_title a { font-size: 1.5rem; }
  #audio-marketing .menu-btn span { width: 20px; }
  #audio-marketing .single_audio-marketing .single_comments_wrap { width: 100%; }
}

@media screen and (max-width: 600px) {
  #wpadminbar {
      position: fixed;
  }
}

#audio-marketing #foot_serial {
  position: relative;
  background-color: #fafafa;
  background: repeating-linear-gradient(-45deg, #eeeeee, #aaaaaa 1px, #fff 0, #fff 5px);
  margin-top: 4rem;
}
#audio-marketing #foot_serial .inner {
  padding: 40px 0;
}
#audio-marketing #foot_serial h2 {
  text-align: center;
  font-family: 'Josefin Sans', sans-serif;
  color: #111;
  font-size: 3rem;
  position: absolute;
  top: -10px;
  left: 0;
  right: 0;
  margin: auto;
}
#audio-marketing #foot_serial h2 span {
  font-size: 1.9rem;
  color: #333;
  display: inline-block;
  margin-left: 10px;
  margin-bottom: -1px;
}
#audio-marketing .serial_box_wrap {
  display: flex;
  flex-direction: row;
  gap: 2rem;
}
#audio-marketing .serial_box_wrap h3 {
  font-size: 1.4rem;
  color: #111;
  text-align: center;
  line-height: 1.46;
  margin-top: 1rem;
  transition: all .2s;
}
#audio-marketing .serial_box_wrap .serial_box {
  position: relative;
  width: 20%;
  background-color: white;
  padding-bottom: 1.25rem;
  border-radius: 0.5rem;
  box-shadow: 0 2px 2px rgb(0 0 0 / 5%), 0 2px 3px -2px rgb(0 0 0 / 10%);
}
#audio-marketing .serial_box_wrap .serial_box img {
  display: block;
  object-fit: cover;
  margin: 0 auto;
  border-radius: 0.5rem;
  transition: all .2s;
}
#audio-marketing .serial_box_wrap a {
  transition: all .2s;
}
#audio-marketing .serial_box_wrap a img:hover {
  opacity: 0.6;
}
#audio-marketing .serial_box_wrap a:hover h3 {
  text-decoration: underline;
}

@media only screen and (max-width: 980px){
  #audio-marketing #foot_serial .inner {
    padding-top: 4rem;
  }
  #audio-marketing .serial_box_wrap {
    flex-direction: column;
    gap: 1.5rem;
  }
  #audio-marketing .serial_box_wrap .serial_box {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    padding: 0;
    width: 100%;
  }
  #audio-marketing .serial_box_wrap .serial_box img {
    margin: 0;
    height: auto;
    width: 30%;
  }
  #audio-marketing .serial_box_wrap h3 {
    text-align: left;
    margin: 0;
  }
}
@media only screen and (max-width: 580px){
  #audio-marketing .serial_box_wrap h3 {
    font-size: 3.6vw;
  }
}



footer .wrap_box {
  overflow:hidden;
  border-bottom:solid 1px #484848;
  display: flex;
  flex-wrap: wrap;
  gap: 2em;
}
footer .wrap_box .link_box {
  max-width: 500px;
  text-align:left;
  font-size:14px;
  margin: 1.5em 0;
}
footer .wrap_box .link_box dt {
  font-weight:600;
  margin-top:1rem;
  margin-bottom:1rem;
}
footer .wrap_box .link_box dt:first-child { margin-top: 0; }
footer .wrap_box .link_box dd ul,
footer .wrap_box .link_box dd ul li,
footer .wrap_box .link_box dd { margin:0!important; width:100%!important; }
footer .wrap_box .link_box dd ul li a { font-size: 11.9px; }
footer small {
  display: block;
  margin-top: 1.25rem;
  text-align: center;
}

#foot_nav li {
  list-style: none;
  margin: 0 10px;
  font-size: 1rem; 
}
#foot_nav li.spotify img { margin-top: 10px; }
#foot_nav li.spotify p { font-size: 12px; }
#foot_nav li a {
  position: relative;
  display: inline-block;
  padding-left: 15px;
  line-height: 2;
}
#foot_nav li a:before {
  content: '';
  position: absolute;
  top: 45%;
  display: inline-block;
  width: 8px;
  height: 1px;
  background-color: black;
  left: 0;
}
.foot_logo {
  margin: 1.5rem auto 0;
  text-align: center;
}

@media only screen and (max-width: 980px){
  footer .wrap_box .link_box { float: none; margin:2em auto; }
  footer .wrap_box {
    display: block;
    padding: 0 1em;
  }
  footer .wrap_box .link_box:last-child { width: 100%; }
  #foot_nav ul { width: 76%; }
  #foot_nav li.spotify { text-align: center; }
}

#ami_footer {
  background-color: white;
}
#ami_footer .inner {
  padding: 20px 0;
}
.ami_foot_links {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#ami_footer .site_title {
/*  border: 1px solid;
  border-radius: 0.5rem;
  padding: 1rem 1.25rem;*/
}
#ami_footer .site_title a {
  display: flex;
  align-items: center;
}
#ami_footer .site_title img {
  height: 50px;
  object-fit: contain;
  padding-left: 1.25rem;
}
#ami_footer .site_title span {
  color: #262733;
}
#ami_footer .site_title .subtit {
  display: block;
  font-size: 1rem;
}
#ami_footer .site_title .maintit {
  font-size: 1.73rem;
}
.ami_foot_link dt {
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 1rem;
}
.ami_foot_link dd {
  margin: 0;
}
.ami_foot_link dt,
.ami_foot_link li a {
  position: relative;
  color: #333;
  transition: all .2s;
}
.ami_foot_link li a {
  font-size: 1.2rem;
  padding-left: 10px;
}
.ami_foot_link li a:before {
  content: "";
  position: absolute;
  top: 45%;
  display: inline-block;
  width: 8px;
  height: 1px;
  background-color: #262733;
  left: 0;
}
.ami_foot_link li a:hover {
  text-decoration: underline;
  background: linear-gradient(transparent 60%, #eee 60%);
}
#ami_footer #page_top {
  text-align: center;
  margin: 0;
  padding: 1rem 0;
  border-top: 1px solid #ccc;
}
#ami_footer #page_top a {
  font-size: 1.6rem;
  color: #262733;
  transition: all .2s;
}
#ami_footer #page_top a:hover {
  opacity: 0.7;
}
#ami_footer #page_top a span {
  font-size: 1.2rem;
}
#ami_footer #page_top img {
  padding-left: .5rem;
  width: 20px;
  vertical-align: middle;
}

@media only screen and (max-width: 767px){
  .ami_foot_links {
    flex-direction: column;
    gap: 1rem;
  }
  .ami_foot_link {
    padding-top: 2rem;
  }
  .ami_foot_link dt {
    text-align: center;
  }
}
@media only screen and (max-width: 580px){
  #ami_footer .site_title img {
    height: 10vw;
  }
  .ami_foot_link dt {
    font-size: 3.5vw;
  }
  .ami_foot_link li a {
    font-size: 3vw;
  }
}
