@charset "utf-8";
.sp_only {
  display: none;
}
/* 固定ページ共通 */
#page_content {
  padding: 40px 120px 110px;
}
.post_content ul {
  list-style: none;
}
/* コンタクトフォーム */
.wpcf7 {
  border: none;
  margin: 0 !important;
  background: none;
}
.wpcf7 form {
  margin: 0;
}
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 textarea {
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 2px;
  box-shadow: none;
}
.wpcf7 label,
.wpcf7 p {
  font-size: 14px;
  margin-bottom: 10px !important;
}

/* ======================
    全ページ共通 
========================= */

/* 暫定 */
#footer_service {
  display: none;
}
/* CSSカスタマイズ */
#body {
  background: #fff;
  color: #032d41;
}
a {
  color: #032d41;
}
a:hover {
  color: #f35092;
}
.line_pink {
  background: linear-gradient(transparent 45%, #ffd6e7 0);
  font-weight: bold;
  padding: 0 0 2px;
}
.txt_bold {
  font-weight: bold;
}
.txt_blue {
  color: #3c6d98;
  font-weight: bold;
}
.txt_pink {
  color: #ed588c;
  font-weight: bold;
}
#body.home #header.active #header_logo .logo a,
#global_menu > ul > li > a,
#body.home #header.active #global_menu > ul > li > a {
  color: #032d41;
}
#index_box_content .box_item1 .title,
#index_box_content .box_item2 .title,
#index_box_content .box_item3 .title {
  background: #f35092 !important;
}
.index_content_slider.num1 .link_button a,
.link_button a {
  font-family: "Work Sans", sans-serif;
  border-radius: 2px;
  background: #f35092 !important;
}
.link_button a:hover {
  background: #ff76ad !important;
}
.cb_contents .cb_headline {
  margin-bottom: 60px;
  color: #032d41 !important;
}
.cb_contents .cb_catch {
  margin-bottom: 15px;
  color: #f35092 !important;
  font-size: 38px;
}
.index_message.num3 .content .catch {
  color: #f35092;
}
.index_message.num4 .content .catch {
  color: #f35092;
}
.index_post_slider .category a {
  background: #f35092 !important;
}
.index_post_slider .category a:hover {
  background: #ff76ad !important;
}
#footer_top {
  display: none;
}
#return_top a {
  background: #f35092 !important;
}

.wpcf7-response-output {
  margin: 20px 0;
}

/* フッター */
#footer {
  background: url(/wp/wp-content/uploads/2021/03/bg_footer-scaled.jpg) no-repeat
    top / cover;
}
#footer_bottom,
#copyright {
  background: unset !important;
  color: #eff8fe;
}
#footer .footer_wrapper:first-of-type {
  /* 	background: #fff; */
}
#footer .footer_wrapper:last-of-type {
  width: 950px;
  max-width: 100%;
  margin: 0 auto;
}
#footer_banner {
  max-width: 950px;
  padding: 40px 0;
  margin: 0 auto;
}
#footer_banner .item {
  border-radius: 2px;
  -webkit-box-shadow: 11px 13px 27px 6px rgb(0 0 0 / 8%);
  box-shadow: 11px 13px 27px 6px rgb(0 0 0 / 8%);
  transition: transform 0.25s;
}
#footer_banner .item:hover {
  transform: translateY(2px);
}
#footer_banner .item + .item {
  margin-left: 30px;
}
#footer_banner .image_wrap {
  border-radius: 3px;
  background: #fff;
}
#footer_banner .title {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 20px;
  color: #032d41 !important;
  box-sizing: border-box;
}
#footer_banner .title .txt {
  flex: 1;
  margin-left: 15px;
}
#footer_banner .title .txt h4 {
  font-size: 16px;
}
#footer_banner .title .txt p {
  margin-top: 10px;
  font-size: 12px;
  line-height: 1.6;
}
#footer_banner .title .txt p span {
  display: inline-block;
}
#footer_banner .title .pic {
  width: 25%;
  box-sizing: border-box;
  transition: opacity 0.25s;
}
#footer_banner .item:hover .title .pic {
  opacity: 0.85;
}
#footer_banner .title .pic.icon {
  display: table;
  width: 85px;
  height: 85px;
  margin: 0 10px;
  background: #3d6d97;
  border-radius: 50%;
  color: #fff;
  font-size: 45px;
  text-align: center;
}
#footer_banner .item:hover .title .pic.icon {
  /* background: #EFF8FE; */
}
#footer_banner .title .pic.icon i {
  display: table-cell;
  vertical-align: middle;
}
#footer_banner .title .pic img {
  width: 100%;
}
#footer_banner .overlay {
  border-radius: 2px !important;
}
#footer_logo img {
  max-width: 320px;
  height: auto;
}
#footer_sns {
  margin: 10px 0 20px;
}
#footer_sns li a {
  width: 25px;
  height: 25px;
  line-height: 25px;
}
#footer_sns li a:before {
  color: #eff8fd;
  font-size: 18px;
}
#footer_sns li:hover a:before {
  color: #f35092;
}
#footer_service {
  margin: 0 auto 40px;
  text-align: left;
}
#footer_service h4 {
  margin: 20px 0;
}
#footer_service h4 .title_en {
  display: inline-block;
  font-family: "Work Sans", sans-serif;
  font-size: 20px;
}
#footer_service h4 {
  /* 	border-bottom: 1px solid; */
  line-height: 1.6;
}
#footer_service h4 .title_ja {
  display: inline-block;
  font-size: 12px;
}
#footer_service h4 .title_ja::before {
  content: "";
  display: inline-block;
  width: 50px;
  height: 1px;
  margin: 0 15px;
  background: #eff8fd;
  vertical-align: 4px;
}
#footer_service li + li {
  margin-top: 10px;
}
#footer_service li a {
  color: #eff8fd;
}
#footer_menu {
  background: unset !important;
}
#footer_menu li {
  margin: 0;
}
#footer_menu li + li::before {
  content: "|";
  color: aliceblue;
  margin: 0 15px;
}
#footer_menu li a {
  color: #eff8fe;
}
#footer_bottom {
  padding: 0;
}

/* トップページレイアウト */
#body.home #header_logo .logo a,
#body.home #global_menu > ul > li > a {
  color: #ffffff;
  font-size: 16px;
  font-weight: bold;
}
/* ロゴ */
.title_slider {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 60%;
  max-width: 480px;
  z-index: 10;
  transform: translate(-50%, -50%);
}
.title_slider img {
  width: 100%;
}
#header_slider .catch {
  font-weight: bold !important;
  letter-spacing: 2px;
}

/* フォント変更 */
#header_logo .logo a,
#global_menu > ul > li > a {
  font-family: "Work Sans", sans-serif;
  font-weight: bold;
}
.index_service_list .service_list .item .title .title_en {
  font-family: "Work Sans", sans-serif;
}
.cb_contents .cb_catch {
  font-family: "Work Sans", sans-serif;
}
#footer_menu li a {
  font-family: "Work Sans", sans-serif;
}
#copyright {
  font-family: "Work Sans", sans-serif;
}

/* ドロワーメニュー */
#drawer_menu {
  background: #3d6d97;
}
#mobile_menu a,
.mobile #lang_button a {
  border-bottom: 1px solid #fff;
  background: #3d6d97;
  font-family: "Work Sans", sans-serif;
  font-size: 16px;
}
#mobile_menu a:hover,
.mobile #lang_button a:hover {
  background: #235480;
}

/* 下層ページスタイル */
#page_header .sub_title {
  font-family: "Work Sans", sans-serif;
  background: #f45092;
  font-weight: bold;
}
.post_content th {
  background: #eff8fe;
  word-break: keep-all;
}
.post_content ul {
  margin: 0;
}
.post_content a {
  color: #032d41;
}
.rich_font_type2.top_headline {
  border-top: 3px solid #f35092;
  padding-top: 20px;
  display: table;
  margin: 0 auto 60px;
  font-weight: 500;
  font-size: 24px;
}
#access_page {
  padding: 20px 0 100px;
}
/* Blog */
#post_title_area .category a,
.item .category a {
  color: #ffffff !important;
  background: #f45092 !important;
}
/* Contact */
.wpcf7 {
  color: #032d41;
}
.wpcf7 .wpcf7-submit {
  font-family: "Work Sans", sans-serif;
  font-weight: bold;
  border-radius: 2px;
  background: #f35092 !important;
}
.wpcf7 .wpcf7-submit:hover {
  background: #ff76ad !important;
}
/* Service */
.single-service #main_contents {
  width: 100%;
}
.index_service_list {
  padding-bottom: 0;
  background: #fff;
}
.index_service_list .service_list .item {
  min-height: unset;
}
.index_service_list .service_list .item .title {
  box-sizing: border-box;
}
.index_service_list .service_list .item:nth-of-type(2) .title,
.index_service_list .service_list .item:nth-of-type(8) .title {
  min-height: 132px;
}
.index_service_list .service_list .item .title .title_en {
  display: block;
  margin-bottom: 10px;
  color: #f35092;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 1px;
}
.index_service_list .service_list .item .title .title_ja {
  display: block;
  color: #032d41;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0;
}
.index_service_list .service_list .item {
  -webkit-box-shadow: 11px 13px 27px 6px rgb(0 0 0 / 4%);
  box-shadow: 11px 13px 27px 6px rgb(0 0 0 / 4%);
}
.index_message .message_area {
  -webkit-box-shadow: 11px 13px 27px 6px rgb(0 0 0 / 8%);
  box-shadow: 11px 13px 27px 6px rgb(0 0 0 / 8%);
}
.index_message .content {
  border: none;
}
.index_service_list .service_list .item {
  padding-bottom: 30px;
  border-radius: 2px;
}
.index_service_list .service_list .item a {
  border-radius: 2px;
  color: #032d41;
}
.index_service_list .service_list .item:hover a {
  color: #f45092;
}
.index_service_list .service_list .item .desc {
  max-height: none;
  margin-bottom: 0;
  line-height: 1.8;
}
.index_service_list .service_list .item .icon {
  font-size: 60px;
}
.index_service_list .service_list .item .icon i {
  transition: 0.5s transform;
  transform: rotateY(0deg);
}
.index_service_list .service_list .item:hover i {
  transform: rotateY(180deg);
}
.index_service_list .service_list .item .title {
  padding: 28px 30px 22px;
}

/* 制作実績 */
.index_post_slider {
  background: #d9f2ff !important;
}
.index_post_slider .item {
  height: 280px;
}

.service_highlight {
  padding: 60px 0 !important;
  background: #eff8fe;
}
.service_highlight_item {
  position: relative;
  display: flex;
  margin: 60px 0;
  border-radius: 2px;
  background: #fff;
  -webkit-box-shadow: 11px 13px 27px 6px rgb(0 0 0 / 8%);
  box-shadow: 11px 13px 27px 6px rgb(0 0 0 / 8%);
  counter-increment: service_highlight_item;
}
.service_highlight_item::before {
  content: "Strength0" counter(service_highlight_item);
  position: absolute;
  top: -32px;
  right: 5px;
  font-size: 46px;
  font-family: "Work Sans", sans-serif;
  color: #ffd6e7;
}
.service_highlight_item:nth-of-type(even) {
  flex-direction: row-reverse;
}
.service_highlight_item:nth-of-type(even)::before {
  right: auto;
  left: 5px;
}
.service_highlight_item .title_en {
  display: block;
  margin-bottom: 5px;
  font-size: 34px;
  font-family: "Work Sans", sans-serif;
  color: #3c6d98;
  line-height: 1;
}
.service_highlight_item .title_ja {
  font-size: 16px;
}
.service_highlight_item .catch {
  margin: 20px 0;
  font-size: 18px;
  line-height: 1.5;
  font-weight: bold;
}
.service_highlight_item .text {
  line-height: 1.6;
}
.service_highlight_item .link_button {
  margin: 20px 0 0;
  text-align: left;
}
.service_highlight_item .link_button a {
  height: 45px;
  color: #fff;
  font-weight: bold;
  line-height: 45px;
  text-align: center;
  overflow: hidden;
}
.service_highlight_item .link_button a:hover {
  color: #fff;
}

.service_highlight_item_content {
  flex: 1;
  padding: 40px;
}
.service_highlight_item_pic {
  width: 40%;
}
.service_highlight_item_pic img {
  vertical-align: bottom;
}

/* 実績 */
.works_highlight {
  padding: 60px 0 120px;
  background: #fff;
}
.works_highlight .post_content {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.works_highlight_item {
  box-sizing: border-box;
  display: flex;
  flex-direction: column-reverse;
  justify-content: flex-end;
  width: calc((100% - 60px) / 3);
  padding: 20px;
  border-radius: 2px;
  margin-bottom: 30px;
  background: #fff;
  -webkit-box-shadow: 11px 13px 27px 6px rgb(0 0 0 / 8%);
  box-shadow: 11px 13px 27px 6px rgb(0 0 0 / 8%);
}
.works_highlight_item:not(:nth-child(3n)) {
  margin-right: 30px;
}
.works_highlight_item .title {
  margin: 0;
  font-size: 17px;
  letter-spacing: -0.5px;
}
.works_highlight_item .title span {
  display: block;
  margin-bottom: 5px;
  color: #3d6d97;
  font-size: 13px;
}
.works_highlight_item .supplement {
  padding: 3px 10px 2px;
  border-radius: 2px;
  margin: 5px 0 15px;
  background: #3d6d97;
  font-size: 13px;
  color: #fff;
  text-align: center;
  line-height: 1.4;
  vertical-align: text-bottom;
}
.works_highlight_item .desc {
  font-size: 13px;
  line-height: 1.6;
}
.works_highlight_item_pic {
  margin-bottom: 15px;
  border: 1px solid #e7eaea;
}
.works_highlight_item_pic img {
  vertical-align: bottom;
}

/* ヘッダーロゴ */
#body.home #header #header_logo {
  display: none;
}
#body.home #header.active #header_logo {
  display: block;
}
/* 追加 */
#header_logo .logo {
    position: relative !important;
    top: 50%;
    left: 20px;
    /* transform: translateY(-50%); */
}
#header_logo .mobile_logo_image {
    width: 200px;
    height: auto;
}

/* ヘッダーボックス */
#index_box_content .link {
  background: #eff8fd;
  color: #3d6d97;
  font-weight: bold;
}
#index_box_content .link::before {
  content: "▶︎";
  font-size: 12px;
  vertical-align: 1px;
  display: inline-block;
  padding-right: 5px;
}
#index_box_content .link:hover {
  background: #eff8fd;
  color: #3d6d97;
  text-decoration: underline;
}

/* 見出しマークアップ 修正 */
.cb_contents .cb_catch {
  margin-bottom: 60px;
}
.cb_contents .cb_headline {
  display: block;
  margin-top: 15px;
  color: #032d41 !important;
  font-size: 14px;
}

/* コンタクトフォーム7 */
.wpcf7 {
  border: none;
  margin: 0 !important;
  background: none;
}
.wpcf7 form {
  margin: 0;
}
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 input[type="url"],
.wpcf7 textarea {
  width: 100%;
  margin: 0;
  border: 1px solid #ccc;
  border-radius: 2px;
  box-shadow: none;
}
.wpcf7 input[type="submit"] {
  width: 380px;
  padding: 15px;
  border-radius: 2px;
  background: #ed588c;
  color: #fff;
  font-weight: bold;
  line-height: 1;
}
.wpcf7 input[type="submit"]:hover {
  background: #f78eb2;
}
.wpcf7 label,
.wpcf7 p {
  width: 100%;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 2;
}
.wpcf7 .required::after {
  content: "必須";
  display: inline-block;
  padding: 3px 10px;
  border-radius: 2px;
  margin-left: 10px;
  background: #f45092;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  vertical-align: 2px;
}

@media screen and (min-width: 1252px) {
  #header {
    margin-bottom: 0;
  }
  /* Service */
  .index_service_list .service_list .item {
    width: calc(100% / 3 - 8px);
  }
  .index_service_list .service_list .item:nth-child(4n) {
    margin-right: 12px;
  }
  .index_service_list .service_list .item:nth-child(3n) {
    margin-right: 0;
  }
  .index_service_list .service_list .item:nth-of-type(2) .title,
  .index_service_list .service_list .item:nth-of-type(8) .title {
    min-height: 132px;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 1251px) {
  .single-service #main_contents {
    padding: 0;
  }
}
@media screen and (max-width: 950px) {
  .index_service_list .service_list .item .desc {
    padding: 0 1em;
  }
  .index_service_list .service_list .item .title {
    padding: 28px 20px 22px;
  }
  .index_service_list .service_list .item .title .title_en {
    font-size: 22px;
  }
  .works_highlight {
    padding: 60px 0;
  }
  .works_highlight .post_content {
    flex-direction: column;
  }
  .works_highlight_item {
    width: 100%;
    padding: 20px;
  }
  .works_highlight_item .title {
    min-height: unset;
    margin-bottom: 10px;
    font-size: 15px;
  }
  .works_highlight_item .title span {
    font-size: 12px;
  }
  .works_highlight_item .desc {
    font-size: 12px;
  }
  /* 下層ページ */
  #access_page {
    padding: 20px 0 50px;
  }
  #footer {
    padding: 0 15px;
    box-sizing: border-box;
  }
  #footer_banner {
    padding: 40px 0 20px;
  }
  #footer_banner .item {
    flex: 1;
  }
  #footer_banner .item + .item {
    /* margin-left: 0; */
  }
  #footer_banner .title {
    padding: 10px 20px;
    font-size: 12px;
  }
  #footer_banner .title .txt p {
    margin-top: 5px;
  }
  #footer_banner .title .pic.icon {
    width: 45px;
    height: 45px;
    margin: 0;
    font-size: 24px;
  }
  #footer_menu {
    padding: 15px 0;
  }
  #footer_menu li + li::before {
    content: unset;
  }
  #footer_logo .mobile_logo_image {
    width: 100%;
    max-width: 240px;
  }
  #footer_service li a {
    line-height: 2;
  }
}
@media screen and (max-width: 950px) and (min-width: 640px){
  .service_highlight_item_content {
    padding: 2em;
  }
  .works_highlight .post_content {
      flex-direction: row;
  }
  .works_highlight_item {
      width: calc((100% - 30px) / 2);
  }
  .works_highlight_item:not(:nth-child(3n)) {
      margin-right: 0;
  }
  .works_highlight_item:not(:nth-child(even)) {
      margin-right: 30px;
  }
}
@media screen and (max-width: 767px) {
  .pc_only {
    display: none;
  }
  .sp_only {
    display: block;
  }
  #page_header .title {
    font-weight: bold;
  }
  /* contact */
  #page_content {
    padding: 40px 0;
  }
  /* コンタクトフォーム7 */
  .wpcf7 input[type="submit"] {
    width: 100%;
  }
  .wpcf7 textarea {
    height: 150px;
  }
  .wpcf7 label,
  .wpcf7 p {
    font-size: 14px;
    line-height: 1.8;
  }
  .wpcf7 .required::after {
    padding: 3px 8px;
    font-size: 10px;
    vertical-align: 1px;
  }

  .index_service_list.num2 .cb_headline,
  .cb_contents .cb_headline {
    margin: 0;
    font-size: 14px;
  }
  .index_service_list.num2 .cb_catch,
  .cb_contents .cb_catch {
    margin-bottom: 40px;
    font-size: 28px;
  }

  .index_service_list .service_list .item .icon {
    font-size: 45px;
  }
  .index_service_list .service_list .item {
    padding-bottom: 20px;
  }
  .index_service_list .service_list .item .title {
    padding: 20px 10px;
  }
  .index_service_list .service_list .item:nth-of-type(2) .title,
  .index_service_list .service_list .item:nth-of-type(4) .title {
    min-height: 106px;
  }
  .index_service_list .service_list .item:nth-of-type(8) .title {
    min-height: 129px;
  }
  .index_service_list .service_list .item .title .title_en {
    font-size: 18px;
    word-break: keep-all;
  }
  .index_service_list .service_list .item .title .title_ja {
    font-size: 12px;
    word-break: keep-all;
  }
  .index_service_list .service_list .item .desc {
    margin: 20px 0 0;
    font-size: 11px;
    line-height: 1.6;
    letter-spacing: -0.5px;
  }

  .service_highlight {
    padding: 30px 0 !important;
  }
  .service_highlight_item_content {
    padding: 20px;
  }
  .service_highlight_item:nth-of-type(odd) {
    flex-direction: column-reverse;
  }
  .service_highlight_item:nth-of-type(even) {
    flex-direction: column-reverse;
  }
  .service_highlight_item_pic {
    width: 100%;
  }
  .service_highlight_item:nth-of-type(odd) .service_highlight_item_pic {
    margin-right: 0;
    margin-left: auto;
  }
  .service_highlight_item:nth-of-type(even) .service_highlight_item_pic {
    margin-left: 0;
    margin-right: auto;
  }
  .service_highlight_item::before {
    top: -26px;
    font-size: 38px;
  }
  .service_highlight_item .title {
    margin: 0;
  }
  .service_highlight_item .title_en {
    font-size: 24px;
  }
  .service_highlight_item .title_ja {
    font-size: 14px;
  }
  .service_highlight_item .catch {
    font-size: 14px;
    margin: 10px 0;
  }
  .service_highlight_item .text {
    margin-bottom: 1em;
    font-size: 12px;
  }
  .service_highlight_item .link_button a {
    width: 100%;
    text-align: center;
  }
  .works_highlight_item .title {
    font-size: 14px;
  }
  .works_highlight_item .supplement {
    font-size: 12px;
  }

  #footer_banner .item {
    height: 90px;
    -ms-flex: 1 1 100%;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
  }
  #footer_banner .item + .item {
    margin-top: 15px;
    margin-left: 0;
  }
  #footer_banner a {
    height: 90px;
  }
  #footer_banner .image_wrap {
    height: 90px;
  }
  #footer_banner .title {
    padding: 15px 5px 15px 20px;
  }
  #footer_banner .title .txt h4 {
    margin-bottom: 5px;
  }
  #footer_banner .title .txt p {
    font-size: 10px;
  }
}
@media screen and (max-width: 550px) {
  #footer_banner .title .txt h4 {
    font-size: 4vw;
  }
  #page_header .sub_title {
    width: 90px;
    height: 90px;
    font-size: 3vw;
    letter-spacing: -0.5px;
  }
}

/* ======================
    データ移行サービス
========================= */

/* データ移行サービス */
.design1_content .top_headline {
  margin: 0 auto 40px;
}
#service_single .post_content,
#next_prev_post {
  font-family: Arial, "Hiragino Sans", "ヒラギノ角ゴ ProN",
    "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo,
    sans-serif;
}
#service_single p {
  margin: 0 auto;
}
/* #service_single .post_content p:last-child {
  margin: 0 auto;
} */
#service_single .post_content :not(h2):not(h3):not(h4):not(h5):not(h6) + h2,
#service_single .post_content :not(h2):not(h3):not(h4):not(h5):not(h6) + h3,
#service_single .post_content :not(h2):not(h3):not(h4):not(h5):not(h6) + h4,
#service_single .post_content :not(h2):not(h3):not(h4):not(h5):not(h6) + h5,
#service_single .post_content :not(h2):not(h3):not(h4):not(h5):not(h6) + h6 {
  margin-top: 80px !important;
}
#service_single .service_content4.num0 {
  margin: 0;
}
#service_single .top_headline {
  border-top: 5px double #f35092;
  border-bottom: 5px double #f35092;
  padding: 5px 20px;
  margin: 0 auto 60px;
  font-weight: bold;
  font-size: 24px;
}
#service_single .service_list {
  display: none;
}
#service_single .notice {
  color: #d3577d;
  font-size: 14px;
}
#service_single .option {
  padding: 30px;
  background: #fbe8b7;
}
#service_single .option p:last-of-type {
  margin: 0;
}
#service_single .highlight {
  font-weight: bold;
}
#service_single .file_download {
  text-decoration: underline;
}

#service_single .content_header .headline {
  padding: 45px 0 50px;
  background: url(/wp/wp-content/themes/cure_tcd082/img/services/bg_data_migration_dark.jpg)
    no-repeat bottom right / cover;
}
#service_single .content_header .logo {
  display: block;
  padding: 0;
  margin: 20px 0;
}
#service_single .content_header .logo img {
  width: 260px;
}
#service_single .content_header .catch {
  padding: 0;
  margin: 0 0 30px;
  color: #fff;
  font-size: 40px;
  font-weight: bold;
  line-height: 1.4;
}
#service_single .content_header .catch .txt_blue {
  color: #8ed2ff;
}
#service_single .content_header .headline > .txt {
  max-width: unset;
  color: #fff;
  font-weight: bold;
  text-align: center;
}
#service_single .content_header .button {
  display: inline-block;
  width: 540px;
  max-width: 100%;
  margin: 30px 0 0;
  line-height: 1;
}
#service_single .content_header .button a:hover {
  background: #ff76ad;
}
#service_single .content_header .button a {
  display: block;
  padding: 20px;
  background: #f35092;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
}

#service_single {
  text-align: center;
}
#service_single .inner {
  box-sizing: border-box;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 15px;
}
#service_single .section .inner {
  padding: 0 50px;
}
#service_single .section {
  margin: 80px 0;
}
#service_single .title {
  margin: 0 0 50px;
  font-size: 30px;
  font-weight: bold;
  color: #3c6d98;
}
#service_single .title::before {
  content: "";
  display: block;
  width: 80px;
  margin: 0 auto 20px;
  border-top: 3px solid #3c6d98;
}
#service_single .txt {
  max-width: 640px;
  width: 100%;
  margin: 0 auto;
  font-size: 16px;
  line-height: 1.8;
  text-align: left;
}
#service_single .txt + .txt {
  margin-top: 20px;
}
#service_single .notice {
  box-sizing: border-box;
  padding: 15px;
  border: 1px solid;
  color: #3c6d98;
}
#service_single figure {
  max-width: 640px;
  width: 100%;
  margin: 0 auto;
}
#service_single .sec01 {
  position: relative;
  padding: 40px 0;
  margin-top: 0;
  background: #3c6d98;
  color: #fff;
}
#service_single .sec01::after {
  content: "";
  position: absolute;
  left: calc(50% - 40px);
  bottom: -80px;
  display: inline-block;
  border: 40px solid transparent;
  border-top: 40px solid #3c6d98;
}
#service_single .sec01 .catch {
  display: inline-block;
  margin: 0 0 20px;
  border-bottom: 2px solid;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.5;
}
#service_single .sec01 .list {
  width: 52%;
  min-width: 420px;
  padding: 0;
  margin: 0 auto;
  list-style: none;
  font-size: 22px;
  font-weight: bold;
  text-align: left;
}
#service_single .sec01 .list li {
  display: inline-block;
  line-height: 1.5;
}
#service_single .sec01 .list li::before {
  content: "\f14a";
  padding-right: 15px;
  font-size: 42px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  vertical-align: -7px;
}
#service_single .sec01 .list li:not(:last-child) {
  margin-bottom: 10px;
}
#service_single .about {
  box-sizing: border-box;
  display: inline-block;
  width: auto;
  max-width: 100%;
  padding: 30px;
  border: 1px solid;
  margin: 30px auto 0;
}
#service_single .about h4 {
  display: inline-block;
  margin-bottom: 20px;
  color: #3c6d98;
  font-size: 22px;
  font-weight: bold;
  border-bottom: 2px solid;
}
#service_single .highlight {
  margin: 40px 0;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.6;
}
#service_single .highlight .txt_pink {
  display: block;
  margin-top: 10px;
  color: #ed588c;
  font-size: 20px;
  line-height: 1.4;
}
#service_single .available_cart {
  box-sizing: border-box;
  padding: 20px;
  margin: 30px auto 40px;
  text-align: center;
  background: #eff8fe;
}
#service_single .available_cart_logo {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}
#service_single .available_cart_logo li {
  padding: 10px 20px;
}
#service_single .available_cart_logo li img {
  max-width: 100%;
  height: 40px;
  vertical-align: bottom;
}
#service_single .available_cart_logo li.ec-cube img {
  height: 60px;
}
#service_single .available_cart_logo li.w2 img {
  height: 60px;
}

#service_single .order_list {
  display: inline-block;
  padding: 0;
  margin: 0;
  margin-bottom: 40px;
  font-size: 20px;
  font-weight: bold;
  text-align: left;
  list-style: none;
  counter-reset: counter;
}
#service_single .order_list li {
  margin-bottom: 15px;
  text-indent: -50px;
  padding-left: 50px;
}
#service_single .order_list li:not(:last-child) {
  margin-bottom: 15px;
}
#service_single .order_list li::before {
  content: counter(counter);
  counter-increment: counter;
  display: inline-block;
  width: 50px;
  margin-right: 15px;
  border-radius: 2px;
  background: #ee588c;
  color: #fff;
  text-align: center;
  text-indent: 0;
  vertical-align: 1px;
}
#service_single .sec06 .txt,
#service_single .data_type .txt {
  text-align: center;
}
#service_single .data_type .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0;
  margin: 40px 0;
  font-size: 18px;
  font-weight: bold;
  list-style: none;
}
#service_single .data_type .list li:not(:last-child) {
  margin-bottom: 15px;
}
#service_single .data_type .list li {
  width: calc((100% - 40px) / 3);
  padding: 15px;
  border: 1px solid #3c6d98;
  background: #eff8fe;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.5;
}
#service_single .data_type .option {
  box-sizing: border-box;
  width: 80%;
  margin: 0 auto;
  background: #ffdbea;
  padding: 30px;
  text-align: center;
}
#service_single .data_type .option h4 {
  display: inline;
  border-bottom: 3px solid #f45092;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.8;
  text-align: center;
}
#service_single .data_type h4 + .option_list {
  margin-top: 20px;
}
#service_single .data_type .option_list {
  display: block;
  width: 68%;
  padding: 0;
  margin: 0 auto 15px;
  list-style: none;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.8;
  text-align: left;
}
#service_single .data_type .option_list li {
  text-indent: -1em;
  padding-left: 1em;
  line-height: 2;
}
#service_single .data_type .option .list li:not(:last-child) {
  margin-bottom: 5px;
}
#service_single .data_type .option_list li::before {
  content: "・";
}
#service_single .data_type .option .txt {
  font-size: 14px;
  max-width: 100%;
}

/* コンタクトフォーム */
#service_single .form_migration {
  width: 80%;
  padding: 40px 100px;
  margin: 0 auto;
  border-radius: 2px;
  box-sizing: border-box;
  background: #eff8fe;
  text-align: left;
}
#service_single .form_migration .notice {
  margin: 20px 0;
  color: #000;
  font-size: 14px;
  text-align: left;
}
#service_single .form_migration .excelsheet {
  margin: 15px 0 30px;
  font-size: 14px;
}
#service_single .form_migration .excelsheet input {
  display: inline-block;
  width: 100%;
  padding: 10px;
  border: 1px solid;
  border-radius: 2px;
}

/* カート選定サービス */
#service_single .select-cart .sec01 {
  margin-bottom: 120px; /* 変更済み */
}
#service_single .select-cart .sec01 .list {
  width: 62%; /* 変更済み */
}
/* #service_single .select-cart .data_type .option {
  width: 440px;
  max-width: 100%;
  margin-top: 40px;
}
#service_single .select-cart .data_type .option_list {
  width: 100%;
  margin-bottom: 0;
} */
#service_single .select-cart .order_list span {
  display: inline-block;
  padding-left: 15px;
  color: #3c6d98;
  font-size: 16px;
  line-height: 1.6;
  text-indent: 0;
}
#service_single .select-cart .price {
    font-size: 20px;
    font-weight: bold;
    color: #3d6d97;
}

#service_single .select-cart .cost .option {
  box-sizing: border-box;
  width: 100%;
  max-width: 520px;
  margin: 40px auto 0;
  background: #ffdbea;
  padding: 30px;
  text-align: center;
}
#service_single .select-cart .cost .option h4 {
  display: inline;
  border-bottom: 3px solid #f45092;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.8;
  text-align: center;
}
#service_single .select-cart .cost h4 + .option_list {
  margin-top: 20px;
}
#service_single .select-cart .cost .option_list {
  display: block;
  max-width: 380px;
  padding: 0;
  margin: 0 auto 15px;
  list-style: none;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.8;
  text-align: left;
}
#service_single .select-cart .cost .option_list li {
  text-indent: -1em;
  padding-left: 1em;
  line-height: 2;
}
#service_single .select-cart .cost .option .list li:not(:last-child) {
  margin-bottom: 5px;
}
#service_single .select-cart .cost .option_list li::before {
  content: "・";
}
#service_single .select-cart .cost .option .txt {
  font-size: 14px;
  max-width: 100%;
}

@media (max-width: 768px) { 
  #service_single .select-cart .sec01 .list {
    width: 100%;
  }
  #service_single .select-cart .sec01 .list li {
    padding-left: 32px;
    text-indent: -32px;
  }
  #service_single .select-cart .order_list span {
    padding-left: 0;
    font-size: 14px;
  }
  #service_single .select-cart .data_type .txt {
    text-align: justify;
  }
  /* #service_single .select-cart .data_type .option {
    width: 100%;
  } */
  #service_single .select-cart .cost .option {
    width: 100%;
    padding: 20px;
  }
  #service_single .select-cart .cost .option_list {
    width: 100%;
    max-width: unset;
    font-size: 15px;
    word-break: keep-all;
    letter-spacing: -1px;
  }
  #service_single .select-cart .cost .option .txt {
    font-size: 13px;
  }

}

/* Shopifyサポート */
#service_single .shopify_headline {
  /* background: #3d6d97; */
  background: url(/wp/wp-content/themes/cure_tcd082/img/services/bg_shopify_support02.jpg)
    no-repeat center left / cover;
}
#service_single .shopify_headline .inner {
  display: flex;
  flex-wrap: wrap;
}
#service_single .shopify_headline_left {
  width: 60%;
  text-align: left;
}
#service_single .shopify_headline_right {
  width: 40%;
}
#service_single .shopify_headline .catch {
  margin-bottom: 20px;
  font-size: 44px;
}
#service_single .shopify_headline .limited {
  width: 250px;
  height: 250px;
  margin: 50px auto 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  background: #ffe586;
  border-radius: 50%;
}
#service_single .shopify_headline .limited p {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
}
#service_single .shopify_headline .development-store {
  margin-top: -50px;
  padding: 30px 20px;
  background: #eff8fd;
}
#service_single .shopify_headline .development-store h3 {
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: bold;
}
#service_single .shopify_headline .development-store p {
  text-align: justify;
  line-height: 1.6;
}
#service_single .logo_service {
  margin-top: 50px;
}
#service_single .logo_service img {
  width: 300px;
  height: auto;
  margin-bottom: 20px;
  vertical-align: bottom;
}
#service_single .txt_small {
  display: none;
}
#service_single .example {
  margin-bottom: 50px;
}
#service_single .example_ttl {
  margin-bottom: 40px;
  color: #fff;
  letter-spacing: 0.05em;
}
#service_single .example_list {
  width: 480px;
  display: flex;
  flex-direction: column;
  padding: 20px;
  border: 2px solid #fff;
  box-sizing: border-box;
  background: rgb(29 51 63 / 74%);
  /* box-shadow: 0 0 15px 5px rgb(0 0 0 / 5%); */
}
#service_single .example_list li {
  font-weight: bold;
  font-size: 19px;
  line-height: 1.6;
  text-indent: -1em;
  padding-left: 1em;
  color: #fff;
  letter-spacing: 0.05em;
}
#service_single .example_list li:before {
  content: "・";
}
#service_single .example_list li + li {
  margin-top: 15px;
}
#service_single .example_list li span {
  /* text-decoration: underline; */
  display: inline-block;
  text-indent: 0;
  border-bottom: 1px solid;
}
#service_single .shopify_headline .button {
  margin: 50px auto 0;
}

#service_single .shopify .sec01 .catch {
  border: none;
  margin-bottom: 40px;
}
#service_single .shopify .problem {
  width: 70%;
}
#service_single .shopify .problem li {
  padding-left: 55px;
  position: relative;
}
#service_single .shopify .problem li:not(:last-child) {
  margin-bottom: 30px;
}
#service_single .shopify .problem li::before {
  position: absolute;
  left: 0;
  line-height: 1;
}
#service_single .shopify .problem h4 {
  display: inline-block;
  font-size: 22px;
  font-weight: bold;
  vertical-align: sub;
}
#service_single .shopify .problem p {
  font-size: 18px;
  font-weight: normal;
  line-height: 1.6;
}

/* 補助金 */
#service_single .it-hojo .shopify_headline .limited {
  display: none;
}
#service_single .it-hojo .shopify_headline .development-store {
  display: none;
}
#service_single .it-hojo .shopify_headline_left {
  width: 75%;
}
#service_single .it-hojo .shopify_headline .button {
  margin: 0 0 50px;
}
#service_single .it-hojo .example_ttl {
  margin-bottom: 0;
}
#service_single .it-hojo .example {
  margin-bottom: 30px;
}
#service_single .it-hojo .shopify_headline .catch {
  line-height: 1.6;
}
#service_single .it-hojo .shopify_headline .catch .txt_blue {
  color: #d1ecff;
}
#service_single .it-hojo .shopify_headline .txt_price {
  display: inline-block;
  padding: 0 12px 0 15px;
  background: #fff;
  color: #096799;
  line-height: 1;
}
#service_single .it-hojo .shopify_headline .txt_price::after {
  content: "※";
  font-size: 14px;
  vertical-align: 32px;
  display: inline-block;
  margin-left: -12px;
}
#service_single .it-hojo .shopify_headline .txt_price_num {
  font-size: 65px;
  padding-right: 4px;
  vertical-align: -3px;
}
#service_single .it-hojo .shopify_headline .button {
  position: relative;
}
#service_single .it-hojo .shopify_headline .button::after {
  content: "";
  position: absolute;
  top: 32px;
  right: 20px;
  width: 12px;
  height: 12px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  display: inline-block;
  transform: rotate(45deg);
}
#service_single .it-hojo .shopify_headline .button a {
  padding: 25px;
  font-size: 28px;
  letter-spacing: 0.05em;
}
#service_single .it-hojo .sec01 .catch {
  margin-bottom: 20px;
  font-size: 26px;
  letter-spacing: 0.05em;
}
#service_single .it-hojo .sec01 .ttl {
  display: inline-block;
  padding: 15px 25px;
  border: 2px solid #fff;
  font-size: 28px;
  line-height: 1.5;
}

@media (max-width: 768px) {
  #service_single .top_headline {
    margin: 0 auto 40px;
    font-size: 20px;
  }
  #service_single .content_header .logo {
    margin-bottom: 15px;
  }
  #service_single .content_header .logo img {
    width: 200px;
  }
  #service_single .content_header .headline {
    padding: 35px 20px 40px;
    background-position: bottom right -50px;
    font-size: 5vw;
  }
  #service_single .content_header .catch {
    padding: 0;
    margin-bottom: 20px;
    font-size: 5.8vw;
  }
  #service_single .content_header .headline > .txt {
    font-size: 14px;
  }
  #service_single .content_header .button a {
    padding: 20px 15px;
    font-size: 18px;
  }
  #service_single .section:not(.sec01) {
    margin: 60px 0;
  }
  #service_single .inner {
    width: 100%;
    padding: 0 15px;
  }
  #service_single .title {
    font-size: 6vw;
  }
  #service_single .txt {
    font-size: 16px;
    text-align: justify;
  }
  #service_single .notice {
    font-size: 14px;
    text-align: left;
  }
  #service_single .sec01::after {
    left: calc(50% - 30px);
    bottom: -60px;
    border: 30px solid transparent;
    border-top: 30px solid #3c6d98;
  }
  #service_single .section:not(.sec01) .inner {
    padding: 0 20px;
  }
  #service_single .sec01 .inner {
    padding: 0 15px;
  }
  #service_single .sec01 .catch {
    font-size: 6vw;
  }
  #service_single .sec01 .list {
    width: 100%;
    min-width: unset;
    font-size: 5vw;
    letter-spacing: -1px;
  }
  #service_single .sec01 .list li {
    display: block;
    font-size: 18px;
    line-height: 1.4;
  }
  #service_single .sec01 .list li::before {
    font-size: 26px;
    vertical-align: -3px;
    padding-right: 10px;
  }
  #service_single .sec01 .list li span {
    display: block;
    text-align: right;
    font-size: 6vw;
    letter-spacing: 2px;
  }
  #service_single .about {
    padding: 25px 20px;
    margin: 0;
  }
  #service_single .about h4 {
    width: 100%;
    padding-bottom: 0.25em;
    font-size: 20px;
  }
  #service_single .highlight {
    font-size: 4.8vw;
  }
  #service_single .highlight .txt_pink {
    font-size: 4vw;
  }
  #service_single .available_cart {
    text-align: center;
  }
  #service_single .available_cart_logo li {
    padding: 10px 15px;
  }
  #service_single .available_cart_logo li img {
    height: 25px;
  }
  #service_single .available_cart_logo li.ec-cube img {
    height: 45px;
  }
  #service_single .available_cart_logo li.w2 img {
    height: 45px;
  }
  #service_single .order_list {
    font-size: 4.8vw;
  }
  #service_single .order_list li::before {
    width: 35px;
  }
  #service_single .data_type .list {
    justify-content: center;
    font-size: 16px;
  }
  #service_single .data_type .list li {
    width: calc((100% - 15px) / 2);
  }
  /* #service_single .data_type .list li:last-child {
    width: auto;
  } */
  #service_single .data_type .list li:nth-child(even) {
    margin-left: 15px;
  }
  #service_single .data_type .option {
    width: 100%;
    padding: 20px;
  }
  #service_single .data_type .option_list {
    width: 100%;
    max-width: 340px;
    font-size: 15px;
    word-break: keep-all;
    letter-spacing: -1px;
  }
  #service_single .data_type .option .txt {
    font-size: 13px;
  }
  #service_single .form_migration {
    width: 100%;
    padding: 30px 15px;
  }
  #service_single .form_migration .excelsheet input {
    padding: 5px;
  }
  #service_single .form_migration .file_download {
    display: inline-block;
    margin-top: 10px;
    text-align: left;
  }

  /* Shopify */
  #service_single .shopify_headline .inner {
    flex-direction: column;
  }
  #service_single .shopify_headline_left,
  #service_single .shopify_headline_right {
    width: 100%;
    text-align: center;
  }
  #service_single .shopify_headline_right {
    display: flex;
    flex-direction: column;
    padding-bottom: 50px;
  }
  #service_single .example_list {
    width: 100%;
    text-align: left;
  }
  #service_single .shopify_headline .catch {
    font-size: 26px;
  }
  #service_single .example_ttl {
    font-size: 16px;
  }
  #service_single .example_list li {
    font-size: 17px;
  }
  #service_single .shopify_headline .limited {
    margin: 0;
    width: 180px;
    height: 180px;
  }
  #service_single .shopify_headline .limited p {
    font-size: 22px;
    padding-bottom: 10px;
  }
  #service_single .shopify_headline .development-store {
    width: 75%;
    margin: -40px 0 0 auto;
    padding: 20px 15px;
  }
  #service_single .shopify_headline .development-store h3 {
    margin-bottom: 5px;
    font-size: 22px;
  }
  #service_single .shopify_headline .button {
    order: -1;
    margin: 0 0 40px;
  }
  #service_single .shopify .problem li {
    padding-left: 35px;
  }
  #service_single .shopify .problem h4 {
    margin-bottom: 10px;
    font-size: 19px;
  }
  #service_single .shopify .problem p {
    font-size: 15px;
  }
}

/* 20230307追加 */
#page_header .sub_title {
  background: #3c6d97 !important;
}
#post_title_area .category-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px 15px;
}
#post_title_area .category-list .category {
  margin: 5px;
}
#post_title_area .category-list .category a {
  position: relative;
  top: 0;
  margin: 0;
}
@media screen and (max-width: 750px){
  #post_title_area .category-list {
    padding: 0 20px;
    margin-top: 20px;
  }
  #post_title_area .category-list .category a {
    min-width: 60px;
    height: 25px;
    line-height: 25px;
  }
  #post_title_area {
    /* margin-bottom: 0; */
    margin-bottom: 30px;
  }
  /* .share-type1 ul {
    text-align: right;
  } */
}

#blog_list .image_wrap {
  border-right: 1px solid #ddd;
  box-sizing: border-box;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
#blog_list .item:nth-child(3n + 1) .image_wrap {
  border-left: 1px solid #ddd;
}
#related_post .image_wrap {
  border-right: 1px solid #ddd;
  box-sizing: border-box;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
#related_post .item:nth-child(3n + 1) .image_wrap {
  border-left: 1px solid #ddd;
}
#related_post .title_area {
  padding: 10px;
}
@media screen and (max-width:950px){
  #blog_list .item:nth-child(3n + 1) .image_wrap {
    border-left: none;
  }
  #blog_list .item:nth-child(2n + 1) .image_wrap {
    border-left: 1px solid #ddd;
  }
}
@media screen and (max-width: 750px){
  #blog_list {
    margin: 20px 0 0;
  }
  #blog_list .title_area {
    padding: 10px;
  }
}
@media screen and (max-width: 650px){
  #related_post .item:nth-child(3n + 1) .image_wrap {
    border-left: none;
  }
  #related_post .item:nth-child(2n + 1) .image_wrap {
    border-left: 1px solid #ddd;
  }
  #related_post .item:nth-child(2n + 1) .title_area {
    border-left: 1px solid #ddd;
  }
  #related_post .post_list {
    margin: 0;
  }
  #related_post .item .title_area {
    padding: 10px;
  }
}

/* ブログ */
.post_content, #next_prev_post {
  font-family: Arial, "Hiragino Sans", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif !important;
}
#article .pb-widget-headline .pb_headline {
  background: #3c6d97;
  padding: 0.5em;
  color: #fff;
}
#article .pb-widget-catchcopy .pb_catchcopy {
  color: #3c6d97;
  font-size: 16px;
  line-height: 2;
  background: aliceblue;
  padding: 1em;
}
#article .pb-widget-editor ol {
  color: #3c6d97;
  font-size: 16px;
  line-height: 2;
  background: aliceblue;
  padding: 1em;
  padding-left: 2.5em;
  margin: 0;
  font-weight: bold;
}
#article .post_content a {
  color: #f35092;
  text-decoration: underline;
}
#article .post_content a::after {
  content: "\f08e";
  font-family: "FontAwesome";
  font-weight: 400;
  padding: 0 5px;
  font-size: 12px;
}
#article a {
  transition: .4s;
}
#article a:hover {
  opacity: 0.7;
}
#article .cv-button {
  display: block !important;
  width: 540px;
  max-width: 100%;
  margin: 0 auto !important;
  line-height: 1;
}
#article .cv-button a {
  display: block;
  padding: 20px;
  background: #f35092;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  text-decoration: none;
}
#article .cv-button a::after {
  content: none;
}
#article .pb-widget-image a::after {
  content: none;
}
@media screen and (max-width: 650px){
  #article .cv-button a {
    font-size: 20px;
  }
}

/* 20230905 追加 */
.post_content .case_list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 2rem;
  justify-content: flex-start;
}
.post_content .case_list_item {
  width: calc((100% - 2rem) / 2);
  padding: 1.5rem 1rem;
  margin-bottom: 2rem;
  border: 1px solid #3c6d98;
  background: #eff8fe;
  box-sizing: border-box;
}
.post_content .case_list_item:nth-child(even) {
  margin-left: 2rem;
}
.post_content .case_title {
  margin-bottom: 0.5em;
}
.post_content .case_price {
  margin-bottom: 0.25em;
  color: #3c6d98;
  font-weight: bold;
  font-size: 18px;
}
.post_content .case_detail p {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  line-height: 1.75;
}
.post_content .case_detail p span {
  display: inline-block;
}
.post_content .case_detail p span:not(:last-of-type)::after {
  content: "/";
  padding: 0 0.5em;
}
@media (max-width: 768px){
  .post_content .case_list_item {
      width: 100%;
      margin-left: 0 !important;
      margin-bottom: 1rem;
  }
  .post_content .case_price {
      font-size: 16px;
  }
  .post_content .case_detail {
      font-size: 14px;
  }
}