@charset "utf-8";
/*
Theme Name: 複合機NAVI
Theme URL: /
Author: Kotsuka Ryuichi
*/
body.home {
  background-image: url(/wp-content/themes/copybiz/common/images/header/navi_bg_top.gif);
  background-repeat: repeat-x;
}
.grecaptcha-badge {
  visibility: hidden;
}
#header #logo {
  position: relative;
  left: 1px;
}
.h2_Headline {
  font-size: 120%;
  padding: 14px 0 0 35px;
}
#p_emphasis h2 {
  font-size: 30px;
}
#p_emphasis h2 .br_sp {
  display: none;
}
#top_online_consultation input[type="checkbox"] {
  transform: scale(1.5);
  margin-right: 5px;
}
#contact_fbox input[type="checkbox"]#online_consultation-1 {
  transform: scale(1.5);
  vertical-align: middle;
  margin-left: 3px;
}
@media screen and (max-width: 480px) {
  #contact_fbox input[type="checkbox"]#online_consultation-1 + span {
    margin-top: 12px;
  }
}
#contact_fbox input[type="checkbox"]#campaign-1 {
  transform: scale(1.5);
  vertical-align: middle;
  margin-left: 3px;
}
#contact_fbox #pref {
  border-radius: 5px;
  border: 1px solid #ddd;
  padding: 5px 10px;
  background-color: #ebf4ff;
}
.imgpc {
  display: block !important;
}
.imgsp {
  display: none !important;
}
#telbtn_sp {
  display: none;
}
#mailbtn_sp {
  display: none;
}
#navigation {
  clear: both;
  position: relative;
  width: 983px;
  height: auto;
  margin-left: 0px;
  margin-right: 0px;
  left: 1px;
  top: -14.5px;
  overflow: hidden;
}
#navigation ul {
  overflow: hidden;
}
#navigation ul li a img {
  display: block;
}
#HeaderNews {
  position: relative;
  left: 4px;
  top: -5px;
  font-size: 1em;
  font-weight: normal;
}
#keyVisual {
  margin-top: 0;
}
#breadcrumbs {
  font-size: 12px;
  margin-bottom: 7px;
  margin-top: -4px;
}
#wrapper ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
}
#breadcrumbs li:not(:last-of-type)::after {
  content: "»";
  margin: 0 0.6em;
  color: #777;
}
#contentsArea {
  padding-top: 5px;
}
section#contentsArea.product_list_wrap,
section#contentsArea.product_list_wrap section {
  font-size: 14px;
}
section {
  margin-top: 0;
}
.navi_07_menu {
  top: 237px;
}
.post-type-archive-blog section .column_base {
  overflow: hidden;
}
.readmore {
  float: right;
}
.blog_title_list {
  border-bottom: 3px solid #ddd;
}
.wp-pagenavi {
  text-align: center;
}
.wp-pagenavi a,
.wp-pagenavi span {
  text-decoration: none;
  border: 1px solid #bfbfbf;
  padding: 10px 15px;
  margin: 7px;
}
.wp-pagenavi a:hover,
.wp-pagenavi span.current {
  border-color: #bfbfbf;
}
.wp-pagenavi span.current {
  background: #09338b;
  border: 1px solid #1051a1;
  color: #fff;
  font-weight: normal;
}
#wrapper {
  margin: 0 auto;
}
.case_detail.icon_red {
  background-image: url(./common/images/h3_linkIcon_r.png);
}
section .caseLine {
  overflow: hidden;
}
section .caseLine .caseBox {
  margin-right: 0;
}
section .caseBox img.case_new_ico {
  float: none;
  padding: 0 5px;
}

#contentsArea section .column_base {
  font-size: 14px;
  line-height: 160%;
  overflow: hidden;
}
#contentsArea section .column_base h2 {
  padding: 40px 0;
  color: #364e96; /*文字色*/
  padding: 0.5em 0; /*上下の余白*/
  border-top: solid 3px #364e96; /*上線*/
  border-bottom: solid 3px #364e96; /*下線*/
}
#contact_simple .top_online_consultation_text {
  color: #444444;
  font-size: 14px;
  text-align: center;
  margin-bottom: 8px;
}
.column_base table {
  border-collapse: collapse;
  width: 100%;
}
.column_base tr,
.column_base td {
  border: 1px solid gray;
  padding: 5px;
}
.bgc1 {
  background-color: #9eccfe;
}

.bgc2 {
  background-color: #c2e0ff;
}
#contentsArea section .column_base p {
  margin-bottom: 25px;
  line-height: 170%;
}
#eyecatch_column img {
  width: 195px;
  height: 145px;
}
#eyecatch_column {
  width: 100%;
  max-width: 185px;
  float: left;
}
#details_column {
  width: 430px;
  float: left;
  margin-left: 30px;
}
#news dd {
  padding-left: 1em;
}
.blogbox {
  padding: 0 0 10px;
}
.wp-pagenavi {
  margin-top: 30px;
}

#barVoicearea {
  margin-bottom: 20px;
}
#barVoicearea a {
  text-decoration: none;
  color: #ffffff;
}
#barVoice a {
  text-decoration: none;
  color: #ffffff;
}
#banner_voice_img {
  margin-bottom: 10px;
}

.h1_Headline1 {
  margin: 0; /* デフォルトCSS打ち消し */
  font-size: 26px; /* 文字サイズ指定 */
  border-bottom: solid 3px; /* 線指定 */
  padding-bottom: 5px; /* 余白指定 */
  margin-bottom: 20px; /* 周りの余白指定 */
  position: relative; /* 位置調整 */
  font-weight: bold; /* 文字の太さ調整 */
  color: #003399;
}
.h1_Headline1:before {
  content: ""; /* 空白の要素を作る */
  width: 50px; /* 幅指定 */
  height: 3px; /* 高さ指定 */
  background-color: #fc9438; /* 背景色指定 */
  display: block; /* ブロック要素にする */
  position: absolute; /* 位置調整 */
  left: 0; /* 位置調整 */
  bottom: -3px; /* 位置調整 */
}

.h2_Headline_base {
  background-image: url(/wp-content/themes/copybiz/common/images/h3_bar_short.gif);
  background-repeat: no-repeat;
  width: 710px;
  height: 51px;
  position: relative;
  margin-bottom: 15px;
}
.h2_Headline_base_text {
  font-size: 120%;
  padding: 14px 0 0 35px;
}

/*お問い合わせボタンエリア*/
.contactbuttonarea {
  background-image: url("/wp-content/themes/copybiz/images/top/contactareabg.png");
  margin-bottom: 30px;
  overflow: hidden;
  margin-top: 20px;
}

.contactbuttonarea a {
  text-decoration: none;
  color: #ffffff;
}

.top_video_box {
  width: 100%;
  height: 0;
  position: relative;
  padding-top: 56.25%;
  overflow: hidden;
  margin-bottom: 20px;
}

.top_video_box iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

/*お問い合わせボタンエリア　サブ*/
.contactarea_voice {
  background-image: url("/wp-content/themes/copybiz/images/top/contactareabg_voice.png");
  margin-bottom: 30px;
  overflow: hidden;
  margin-top: 20px;
}

.contactarea_voice a {
  text-decoration: none;
  color: #ffffff;
}

#cbox_r {
  text-align: center;
  font-size: 18px;
  margin-bottom: 15px;
}

#point_contactlink {
  margin-bottom: 30px;
  margin-top: -20px;
}
#point_contactlink h4 {
  color: #000;
  font-size: 16px;
  margin-bottom: 20px;
}

#point_contactlink h4 strong {
  margin-right: 12px;
  color: #003399;
  font-size: 20px;
}

.bcc_sub {
  font-size: 16px;
}
.contactareabottom {
  float: left;
  margin-bottom: 30px;
  margin-left: 3%;
}
.contactareabottom img {
  vertical-align: middle;
}

.contactareabottom2 {
  text-align: center;
  margin-bottom: 10px;
}
.contactareabottom2 img {
  vertical-align: middle;
}

.mt6 {
  margin-top: 6px;
}
.bcc {
  max-width: 980px;
  width: 85%;
  overflow: hidden;
  margin: 0 auto;
}

.btn_box {
  text-align: center;
  margin-bottom: 20px;
  height: 82px;
}

.square_btn {
  position: relative;
  display: inline-block;
  text-align: center;
  max-width: 470px;
  width: 100%;
  padding: 15px;
  color: #fff;
  border-radius: 4px;
  font-size: 18px;
  background: #1140a0;
  border-bottom: solid 5px #0b2762;
}

.square_btn:active {
  border-bottom: solid 2px #003399;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
}
.square_btn:hover {
  background-color: #436ec4;
  border-bottom: solid 2px #2e54a0; /*少し濃い目の色に*/
  margin-bottom: 3px;
}
#p_emphasis {
  font-size: 30px;
  letter-spacing: 2px;
  text-align: center;
  font-weight: bold;
  padding-top: 30px;
  margin-bottom: 20px;
}

#p_emphasis_sub {
  font-size: 30px;
  letter-spacing: 2px;
  text-align: center;
  font-weight: bold;
  padding-top: 15px;
  margin-bottom: 15px;
}

.contactbuttonare a {
  font-size: 20px;
}
.strp {
  color: #444444;
}
.strp2 {
  font-size: 29px;
}

#tuuwa {
  border: solid 1px;
  padding: 5px;
  margin-left: 20px;
}
.bcc img {
  vertical-align: middle;
  margin-right: 5px;
}

.square_btn2 {
  display: inline-block;
  max-width: 300px;
  width: 100%;
  padding: 0.5em 1em;
  line-height: 50px;
  text-decoration: none;
  background: #56c7fb; /*ボタン色*/
  color: #fff;
  border-bottom: solid 4px #33a7dd;
  border-radius: 3px;
}
.square_btn2:active {
  /*ボタンを押したとき*/
  -ms-transform: translateY(4px);
  -webkit-transform: translateY(4px);
  transform: translateY(4px); /*下に動く*/
  border-bottom: none; /*線を消す*/
}
.square_btn2:hover {
  background-color: #92dcff;
  border-bottom: solid 2px #6dbadf; /*少し濃い目の色に*/
}

.square_btn2_1 {
  display: inline-block;
  max-width: 300px;
  width: 100%;
  padding: 0.5em 1em;
  line-height: 50px;
  text-decoration: none;
  background: #fd5e60; /*ボタン色*/
  color: #fff;
  border-bottom: solid 4px #eb5456;
  border-radius: 3px;
}
.square_btn2_1:active {
  /*ボタンを押したとき*/
  -ms-transform: translateY(4px);
  -webkit-transform: translateY(4px);
  transform: translateY(4px); /*下に動く*/
  border-bottom: none; /*線を消す*/
}
.square_btn2_1:hover {
  background-color: #ff8384;
  border-bottom: solid 2px #ec9394; /*少し濃い目の色に*/
  margin-bottom: 2px;
}
.square_btn4 {
  position: relative;
  display: inline-block;
  text-align: center;
  max-width: 710px;
  width: 100%;
  line-height: 50px;
  text-decoration: none;
  color: #fff;
  background: #fd9535; /*背景色*/
  border-bottom: solid 2px #d27d00; /*少し濃い目の色に*/
  border-radius: 4px; /*角の丸み*/
  box-shadow: inset 0 2px 0 rgba(255, 255, 255, 0.2),
    0 2px 2px rgba(0, 0, 0, 0.19);
  font-size: 18px;
}

.square_btn4:active {
  border-bottom: solid 2px #fd9535;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
}
.square_btn4:hover {
  background-color: #ffbb7e;
  border-bottom: solid 2px #e18a39; /*少し濃い目の色に*/
}

/*leasearea*/
#top_leasepack {
  overflow: hidden;
  margin-bottom: 20px;
}
#top_leasepack strong {
  color: #eb0003;
}
#top_leasepack a {
  text-decoration: none;
  color: #ffffff;
}

.leftpbox {
  max-width: 526px;
  width: 100%;
  float: left;
}
#top_leasepack_img {
  float: left;
}

#top_point {
  overflow: hidden;
  margin-bottom: 20px;
}
#top_point strong {
  color: #eb0003;
}
#top_point a {
  text-decoration: none;
  color: #ffffff;
}
#top_point_img {
  float: left;
}
.mb45 {
  margin-bottom: 20px;
}

.tac {
  text-align: center;
}
.mb20 {
  margin-bottom: 20px;
}
.stp {
  font-weight: bold;
}

/*choicearea*/
#choicearea {
  margin-bottom: 30px;
}

.choicearea_link .mr8 {
  margin-right: 8px;
}

#choicearea img:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
}

.choicearea_btn {
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}

.choicearea_btn a {
  margin-right: 16px;
}

.choicearea_btn a:last-child {
  margin-right: 0px;
}

#contact_bottom {
  overflow: hidden;
  margin-bottom: 15px;
  padding: 5px;
}
.choicearea_maker {
  display: flex;
  justify-content: space-between;
  padding-right: 7px;
  background-color: #e2f2ff;
  padding: 8px 8px 0px 8px;
  margin-bottom: 20px;
}
.choicearea_maker p {
  width: 20%;
  padding-left: 8px;
  color: #0d399a;
  font-size: 18px;
  font-weight: bold;
}
.choicearea_maker ul {
  width: 76%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.choicearea_maker li {
  width: 30%;
  height: 54px;
  border: 1px solid #d3d3d3;
  margin-bottom: 8px;
  background-color: #fff;
}
.choicearea_maker li img {
  width: 100%;
}

.NewTopUlStyle {
  display: flex;
  padding-bottom: 15px;
}
.SpNewTopListStyle {
  padding: 0 0 10px 0;
}
.NewTopListStyle {
  padding-left: 25px;
}

/* =================================
   video
==================================== */
#video_list_box table img {
  max-width: 200px;
}

/* =================================
   case
==================================== */
section.case_detaile_page_pickup_9 .caseBox dl dd {
  width: 115px;
  line-height: 120%;
  min-height: 28px;
}

/* =================================
   news
==================================== */
#news dl {
  padding-bottom: 20px;
}

.NewNewsH1Style {
  display: block;
  font-size: 1.5em;
  margin-block-start: 0.83em;
  margin-block-end: 0.83em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  font-weight: bold;
}

/* =================================
   footer
==================================== */
#footer .col_02 #footer_navi table {
  display: inline-block;
  vertical-align: top;
  margin: 10px;
  width: 230px;
  margin-left: 0;
  text-align: left;
}

#footer .col_02 #footer_navi table .blue {
  margin: 10px 10px 0 0;
  top: -2px;
  position: relative;
}

#footer .col_02 {
  height: initial;
}
.ssl_mark_area.clearFix {
  margin: auto;
  float: right;
  margin-bottom: 20px;
}
div#footer_navi {
  overflow: hidden;
  text-align: center;
}

.link_service {
  background-color: #efefef;
  padding-bottom: 20px;
}

.slider_link_service {
  width: 100%;
  max-width: 980px;
}

.slider_link_service a {
  width: 100%;
  max-width: 230px;
  text-decoration: none;
  margin: 0px 8px;
}

.slider_link_service img {
  height: auto;
  max-width: 100% !important;
}

/*slick setting*/
.slick-prev:before,
.slick-next:before {
  color: #000;
}

.relation-menu {
  display: block;
  background: #efefef;
  padding: 20px 30px;
}
@media screen and (max-width: 480px) {
  .relation-menu {
    display: none;
  }
}

.relation-menu_inner {
  width: 980px;
  margin: 0 auto;
}

.relation-menu__logo {
  display: inline-block;
  margin-right: 18px;
  margin-bottom: 7px;
}
.relation-menu__title {
  font-size: 24px;
  font-weight: bold;
  display: inline-block;
  margin-bottom: 7px;
  transform: translateY(-9px);
}
.relation-menu__list {
  display: flex;
  list-style: none;
  flex-wrap: wrap;
}
.relation-menu__item {
  margin-right: 18px;
  display: inline-block;
  margin-bottom: 8px;
  text-decoration: underline;
}
.relation-menu__item a {
  color: #333333;
  font-size: 13px;
  text-decoration: none;
}

.sp_relation-menu {
  display: none;
  background: #ffffff;
  padding: 3vw 2vw;
}
@media screen and (max-width: 480px) {
  .sp_relation-menu {
    display: block;
  }
}
.sp_relation-menu__title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}
.sp_relation-menu__list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.sp_relation-menu__item {
  width: 50%;
  position: relative;
  padding-left: 20px;
  font-size: 13px;
  box-sizing: border-box;
  margin-bottom: 10px;
}
.sp_relation-menu__item a {
  color: #333333;
  text-decoration: none;
}
.sp_relation-menu__item:before {
  display: block;
  content: "";
  position: absolute;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 50%;
  left: 0px;
  width: 10px;
  height: 10px;
  margin-top: -5px;
  background-color: #354e9f;
}
.sp_relation-menu__item:after {
  display: block;
  content: "";
  position: absolute;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 50%;
  left: -4px;
  width: 10px;
  height: 10px;
  margin-top: -5px;
  background-color: #ffffff;
}

/* =================================
   form
==================================== */
#form input {
  max-width: 300px;
}
select.input_contact_simple {
  font-size: 14px;
  border-radius: 5px;
  border: 1px solid #ddd;
  padding: 5px 10px;
  width: 241px;
  height: 50px;
}
textarea,
input[type="text"],
input[type="email"] {
  font-size: 14px;
  margin-bottom: 10px;
  border-radius: 5px;
  border: 1px solid #ddd;
  padding: 5px 10px;
  background-color: #ebf4ff;
}
input#mono,
input#color,
input#pc_connection {
  width: 100px;
}
.mwform-checkbox-field {
  display: inline-block;
}
#form input[type="submit"] {
  background-color: #5b87c8;
  padding: 20px;
  font-size: 25px;
  width: 86%;
  border: 1px solid #ddd;
  border-radius: 5px;
  color: #fff;
  max-width: 100%;
  border-bottom: solid 5px #385b8f;
  cursor: pointer;
}

#form input[type="submit"]:hover {
  background-color: #6d99db;
  border-bottom: none;
}

#form .error {
  background-color: #ffdddd;
  font-weight: bold;
  font-size: 14px;
  padding-left: 10px;
  box-sizing: border-box;
}
#zip,
#pref {
  width: 150px;
}

#footer {
  clear: both;
}
.pc_hidden {
  display: none;
}

#form table .label_black span {
  color: #333;
}
.mw_wp_form #form table .horizontal-item {
  margin-left: 0;
  margin-right: 10px;
  display: inline-block;
  padding-right: 10px;
}
.maker_name_wrap,
.product_name_wrap {
  display: none;
}
/*table#maker_product_name{
    display: none;
}*/
/*table#maker_product_name input {
    display: none!important;
}*/
table#maker_product_name td {
  width: 483px;
  box-sizing: border-box;
}
table#open {
  display: none;
  margin-bottom: 30px;
}
#form table .horizontal-item span {
  color: #333;
}
.mw_wp_form .horizontal-item + .horizontal-item {
  margin-right: 10px;
  margin-left: 0;
}
#form table span#display_maker_name,
#form table span#display_product_name {
  color: #333;
}
.text_online {
  margin-top: 8px;
}

/* =================================
   side
==================================== */
#sidemenu .voicebox dl {
  width: 150px;
}
#sidemenu .voicebox dl dt {
  width: 150px;
  margin: 2px 0px 5px 0;
}
#sidemenu .voicebox p {
  width: 150px;
}
span.sidebar_voice_date {
  display: block;
  margin-top: -8px;
}
.home .ninkiranking {
  display: none;
}

/* =================================
   xerox header
==================================== */
body.page-template-page_xerox {
  background-image: url("/wp-content/themes/copybiz/common/images/xerox/header/navi_bg.png");
  background-repeat: repeat-x;
}
#header.xerox_header {
  margin-top: 15px;
}
#header.xerox_header h1 {
  width: auto;
  height: auto;
  padding-top: 0;
}
#header.xerox_header img {
  display: block;
}
.page-template-page_xerox #navigation,
.post-type-archive-xerox #navigation,
.post-type-archive-xerox_video #navigation,
.single-xerox_video #navigation,
.post-type-archive-xerox_voice #navigation,
.single-xerox_voice #navigation,
.single-product_xerox #navigation,
.post-type-archive-product_xerox #navigation {
  width: 980px;
  height: 49px;
  margin: 0 auto;
  margin-top: 0px;
  margin-top: 16px;
  position: initial;
  top: 0;
  left: 0;
}

.page-template-page_xerox #telcontact img {
  display: block;
}
.page-template-page_xerox #telcontact ol li {
  padding-top: 29px;
}

.xerox .xerox_key_image {
  padding: 20px 0px;
}

/* =================================
   xerox footer
==================================== */

#footer.xerox {
  margin-top: 80px;
  background-size: 100%;
  background-image: -webkit-gradient(
    linear,
    50% 0%,
    50% 100%,
    color-stop(0%, #e3e3e3),
    color-stop(60%, #ffffff),
    color-stop(100%, #ffffff)
  );
  background-image: -webkit-linear-gradient(#e3e3e3, #ffffff 60%, #ffffff);
  background-image: -moz-linear-gradient(#e3e3e3, #ffffff 60%, #ffffff);
  background-image: -o-linear-gradient(#e3e3e3, #ffffff 60%, #ffffff);
  background-image: linear-gradient(#e3e3e3, #ffffff 60%, #ffffff);
  background-color: #e3e3e3;
  font-size: 75%;
}
#footer.xerox .lyt-footer {
  margin: 0 auto;
  padding: 20px 0 40px;
  color: #999;
  width: 940px;
}
#footer.xerox .lyt-footer a {
  color: #999;
  text-decoration: none;
}
#footer.xerox > .lyt-footer a:hover,
#footer.xerox > .lyt-footer a:focus,
#footer.xerox > .lyt-footer a:active {
  color: #2895d5;
  text-decoration: underline;
}
#footer.xerox .utility {
  margin-bottom: 6px;
}
#footer.xerox .utility li {
  margin: 0 10px 10px 0;
  padding-left: 12px;
  border-left: 1px #ccc solid;
  display: inline-block;
}
#footer.xerox .utility li.hide {
  margin: 0 10px 10px 0;
  padding-left: 12px;
  border-style: none;
  display: inline-block;
}
#footer.xerox .utility li:first-child {
  padding-left: 0;
  border: none;
}

#footer.xerox .footer-nav {
  margin: 5px 0 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ccc;
  font-size: 116.7%;
}
#footer.xerox .footer-nav > .col {
  margin-right: 0;
  padding: 0 1.06382978%;
  border-left: 1px solid #ccc;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#footer.xerox .footer-nav .link-list {
  margin-bottom: 0;
}
#footer.xerox .footer-nav .link-list li a {
  padding-left: 0;
  color: #666;
}
#footer.xerox .footer-nav .link-list li a:hover,
#footer.xerox .footer-nav .link-list li a:focus,
#footer.xerox .footer-nav .link-list li a:active {
  color: #2895d5;
  text-decoration: underline;
}
#footer.xerox .footer-nav .link-list li a:before {
  display: none;
}
#footer.xerox .footer-nav h6 {
  color: #333;
}
#footer.xerox .footer-nav.col-3 > .col {
  width: 33.333%;
}
#footer.xerox .footer-nav.col-4 > .col {
  width: 25%;
}
#footer.xerox .footer-nav.col-5 > .col {
  width: 20%;
}
#footer.xerox .col_02 {
  height: auto;
  overflow: hidden;
}

.wp-pagenavi span.pages,
.wp-pagenavi .last,
.wp-pagenavi .first {
  display: none;
}
.post-type-archive-xerox_video .blog_title_list {
  margin-bottom: 10px;
  border-bottom: 2px #bcbec0 solid;
  font-size: 18px;
}
.xerox_video_list_wrap .inline_block {
  display: inline-block;
  vertical-align: top;
}
.xerox_video_list_wrap .inline_block.xerox_video_list {
  width: 400px;
  padding-left: 1em;
}
#xerox_voiceTopics #voiceTopics {
  border-bottom: 1px dashed #bbb;
}
#xerox_voiceTopics #voiceTopics table {
  margin-bottom: 40px;
}
.float_left {
  float: left;
}
.mr40 {
  margin-right: 40px;
}
.xerox_voice_wrap .comment dl {
  width: 100%;
  float: none;
  margin-right: 0;
}
.xerox_voice_wrap strong {
  color: #333;
}
.product_01.sidebar_xerox_voice {
  margin: 5px 0;
  border: 1px solid #ddd;
  padding: 5px;
}
.product_01.sidebar_xerox_voice img {
  width: 100%;
}
.product_01.sidebar_xerox_voice a {
  display: block;
  color: #333;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
}
.product_01.sidebar_xerox_voice span {
  font-size: 12px;
  line-height: 14px;
  display: block;
}
.xerox_product_list_wrap table p {
  font-size: 14px;
}
.xerox_product_list_wrap table p b {
  font-size: 15px;
}
.product_list_shubetsu {
  font-size: 22px;
  font-weight: lighter;
  padding: 10px 20px;
  margin-bottom: 20px;
  border-radius: 5px;
  margin-top: 0;
}
.product_list_shubetsu.a3 {
  background-color: #bedff2;
}
.product_list_shubetsu.a4 {
  background-color: #d9ec7b;
}
.product_list_shubetsu.a2 {
  background-color: #b6e3e6;
}
.product_list_shubetsu.a0 {
  background-color: #b7b6e6;
}
.product_list_shubetsu.a3-2 {
  background-color: #e6b6d7;
}

/* =================================
   xerox list sidebar
==================================== */
.xerox_product_list_sidebar_table img {
  max-height: 100px;
}
#sidemenu .xerox_product_list_sidebar_table h4 {
  margin: 0;
  color: #333;
  border-left: none;
  font-size: 12px;
  padding: 0;
}
#sidemenu .xerox_product_list_sidebar_table p {
  font-size: 12px;
}
#sidemenu .xerox_product_list_sidebar_table p b {
  font-size: 12px;
}
.xerox_product_list_sidebar_wrap a {
  text-decoration: none;
  color: #333;
}
#sidemenu.xerox_sidebar h4 {
  color: #333;
  border-left: none;
  margin: 0;
  box-sizing: border-box;
  width: 100%;
}
#sidemenu.xerox_sidebar .sidebar_product_discription h4 {
  color: #007dda;
  text-decoration: underline;
  font-weight: lighter;
}
.sidebar_xerox_img {
  width: 59px;
}
.sidebar_xerox_img img {
  max-width: 100%;
}
#side_product.xerox_sidebar_box {
  padding: 0;
}
#side_product.xerox_sidebar_box h3 {
  margin: 0;
}
.xerox_product_list_sidebar_wrap {
  border-bottom: 1px solid #ddd;
  margin-bottom: 0;
}
table.xerox_product_list_sidebar_table {
  margin: 0;
  font-feature-settings: "palt";
}
.sidebar_product_discription {
  padding-left: 10px;
}
/* =================================
   xerox list
==================================== */
.xerox_product_list_wrap .box-02 {
  border: 1px solid #2895d5;
  margin-bottom: 15px;
  padding: 10px;
  border-radius: 5px;
  background-clip: padding-box;
  background-color: #fff;
}
.xerox_product_list_wrap .box-02 img {
  max-height: 240px;
}
.xerox_product_list_wrap .box-02 .text_center {
  text-align: center;
}
.xerox_product_list_wrap table {
  width: 100%;
  margin-top: 0;
}
.xerox_product_list_wrap h4 {
  margin-bottom: 10px;
  border-bottom: 2px #bcbec0 solid;
  font-size: 123.077%;
  border-left: none;
  color: #333;
  padding-left: 0;
  margin-top: 0;
}
/* =================================
   xerox single
==================================== */
.xerox_single_img {
  width: 240px;
  float: left;
  font-size: 13px;
}
.xerox_single_img img {
  max-width: 100%;
}
.single-product_xerox .h3_short h3 {
  width: 100%;
  height: auto;
  margin-bottom: 7px;
  border-bottom: 2px #bcbec0 solid;
  font-size: 20px;
}
.single-product_xerox table {
  font-size: 13px;
}
.single-product_xerox .detailBox {
  width: 460px;
  margin-left: 0;
}
.single-product_xerox .detailBox table {
  margin-left: 40px;
}
.single-product_xerox .h3_short {
  margin-bottom: 40px;
}

/* =================================
   product
==================================== */
.h2_Headline_product {
  background-image: url(/wp-content/themes/copybiz/common/images/h3_bar_bg.gif);
  background-repeat: repeat-x;
  background-position: center center;
  background-color: #fafafa;
  width: 710px;
  min-height: 49px;
  border: 1px solid #d6d6d6;
  position: relative;
  margin-bottom: 15px;
  overflow: hidden;
}
.h2_Headline_product::before {
  content: "";
  width: 7px;
  /*height:31px;*/
  border: 1px solid #004e92;
  position: absolute;
  top: 9px;
  left: 10px;
  bottom: 9px;
  background-image: url(/wp-content/themes/copybiz/common/images/h3_bar_mark.gif);
  background-repeat: repeat-x;
  background-position: center center;
}
.h2_Headline_product_text {
  font-size: 120%;
  padding: 12px 0 12px 35px;
  margin-bottom: 0;
}
.h3_short {
  background-image: url(/wp-content/themes/copybiz/common/images/h3_bar_short.gif);
  background-repeat: no-repeat;
  width: 710px;
  height: 51px;
  position: relative;
  margin-bottom: 15px;
}
.h3_short .h3_txt {
  font-size: 120%;
  padding: 14px 0 0 35px;
}
#wrapper.xerox .h3_short h2,
#wrapper.xerox .h3_short h3 {
  padding: 10px 0 0 35px;
  border-bottom: none;
}

.NewUnderLine {
  font-weight: 600;
  background: linear-gradient(transparent 70%, rgba(247, 206, 25, 0.3));
}

.NewPadding_15 {
  padding-top: 15px;
}

.NewPadding_30 {
  padding-top: 30px;
}

.NewPadding_60 {
  padding-top: 60px;
}

.NewMargin {
  margin-top: 30px;
}

/* =================================
   words
==================================== */
ul#tab li {
  display: block;
  padding: 10px 20px;
  text-decoration: none;
  color: #222;
  cursor: pointer;
}
ul#tab li.selected {
  background: #003399;
  color: #ffffff;
}

/* =================================
   ranking
==================================== */
img#ranking_sharp {
  margin-top: 77px;
}

.flowbox {
  margin-bottom: 8px;
  overflow: hidden;
}
.flowbox p {
  margin-bottom: 10px;
}
.flowbox p span {
  color: #eb0003;
}
.flow_list {
  width: 230px;
  float: left;
  margin-right: 10px;
}
.flow_list p:last-child {
  color: #ffffff;
  padding-top: 5px;
  padding-bottom: 5px;
  text-align: center;
}
.flowbox div.flow_list:last-child {
  margin-right: 0px;
}
.flow_top {
  margin-bottom: 5px;
}
.flow_top p {
  padding: 0px 10px 10px 10px;
  font-weight: bold;
}
.flow_top img {
  display: block;
  margin: 0 auto;
}
.flow_step1 {
  background: #7ac5ea;
}
.flow_step2 {
  background-color: #4489ca;
}
.flow_step3 {
  background-color: #1162ae;
}
.s1 {
  color: #ffffff;
  display: flex;
  align-items: center;
}
.s1:before,
.s1:after {
  content: "";
  flex-grow: 1;
  height: 1px;
  background: #ffffff;
  display: block;
}
.s1:before {
  margin-right: 0.5em;
}
.s1:after {
  margin-left: 0.5em;
}

/* #lease_top_contents h3 {
  font-size: 16px;
  padding: 10px;
  background-color: #f4f4f4;
  margin-bottom: 20px;
} */
.merit_box h3 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 15px;
  color: #2895d5;
  padding-left: 0px;
}
.merit_box h4 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 15px;
  color: #2895d5;
  padding: 14px 0 0 0px;
}
#lease_top_contents hr {
  border-top: 1px dashed #bbb;
  border-bottom: none;
  margin: 15px 0px;
}
.lease_contrivance {
  margin-bottom: 20px;
}
.merit_contents {
  display: flex;
  align-items: center;
  padding: 0px 20px;
}
.merit_contents .textbox {
  padding-left: 20px;
}
#form_toggle_button {
  width: 100%;
  padding: 15px 0px;
  margin: 35px 0px;
  border: 1px solid #d2d1d1;
  background: #add8e6;
  color: #003399;
  text-align: center;
}
.sp_display {
  display: none;
}
.text_special_price {
  font-size: 100% !important;
  font-weight: 100 !important;
  color: #eb0003 !important;
  text-decoration: line-through;
}
.add_text_special_price {
  color: #eb0003 !important;
  font-size: 150% !important;
}
.single_add_text_special_price {
  color: #eb0003 !important;
  font-size: 150% !important;
  font-weight: bold;
}
.text_productBox {
  color: #444444 !important;
  font-size: 100% !important;
  font-weight: 100 !important;
}

.mb10 {
  margin-bottom: 10px;
}
.mb16 {
  margin-bottom: 16px;
}
#lease_top_contents h4.mb0 {
  text-align: initial;
  margin-bottom: 0px;
}
#lease_top_contents span {
  color: #eb0003;
}

.lease_top_contents_maintenance_contract_img {
  margin-bottom: 16px;
  text-align: center;
}
#maintenance h3 {
  font-size: 16px;
  font-weight: 700;
  color: #2895d5;
  padding-left: 0px;
}
#maintenance #lease_top_contents_maintenance_contract {
  font-size: 120%;
  padding: 14px 0 0 35px;
  color: #444;
}
#lease_top_contents_merit {
  margin-top: 30px;
}
#maintenance h4 {
  font-size: 16px;
  font-weight: 700;
  color: #2895d5;
  padding: 14px 0 0 0px;
}
.NewTopColumnListStyle {
  padding-top: 15px;
}
.faq_top .Q {
  background-color: #f4f4f4;
  padding: 10px;
}
.faq_top .Q img {
  margin-right: 15px;
  float: left;
}
.faq_top .Q p {
  margin-top: 5px;
  font-size: 1.2em;
  font-weight: 700;
}
.faq_top .A {
  padding: 10px 10px 40px;
}
.faq_top .A img {
  float: left;
}
.faq_top .A p {
  color: #393939;
  margin-left: 50px;
}
.faq_top span.A {
  color: #e5093b;
  font-weight: 700;
  padding: 0;
}
@media screen and (max-width: 480px) {
  .NewTopColumnSpListStyle {
    font-size: 13px;
  }
  .NewTopColumnListStyle {
    padding-top: 10px;
    font-size: 13px;
  }

  .faq_top {
    font-feature-settings: "palt";
  }
  .faq_top p {
    font-size: 13px;
  }
  .faq_top .Q p {
    font-size: 16px !important;
  }
}

/* 動画タイトル用 */
.movie_title {
  font-size: 120%;
  padding: 14px 0 0 35px;
}
@media screen and (max-width: 480px) {
  .movie_title {
    display: block;
    padding: 0 0 0 12px;
    border-left: 8px solid #0065cc;
    text-align: left !important;
    font-size: 14px;
    letter-spacing: -1.5px;
  }
}
/* ===================================================================================================
   mobile
====================================================================================================== */
@media screen and (max-width: 480px) {
  body {
    padding: 0 !important;
    background: none;
  }
  .sp_display {
    display: block;
  }

  .h1_Headline1 {
    font-size: 18px;
  }
  .h2_Headline {
    font-size: 14px;
    margin-bottom: initial;
    display: block;
    padding: 0 0 0 12px;
    border-left: 8px solid #0065cc;
    text-align: left !important;
  }

  .h2_Headline_base,
  .h2_Headline_product {
    width: 100%;
    border: 1px solid #ddd;
    height: auto;
    box-sizing: border-box;
    padding: 8px;
    background: none;
    min-height: 0;
  }
  .h2_Headline_product::before {
    content: none;
  }
  .h2_Headline_base_text,
  .h2_Headline_product_text {
    font-size: 14px;
    margin-bottom: initial;
    display: block;
    padding: 0 0 0 12px;
    border-left: 8px solid #0065cc;
    text-align: left !important;
  }
  .imgpc {
    display: none !important;
  }
  .imgsp {
    display: block !important;
  }
  .anchor_link_position {
    padding-top: 55px;
    margin-top: -55px;
  }
  #wrapper {
    padding: 0 10px;
    box-sizing: border-box;
  }
  #wrapper {
    padding-top: 75px;
  }

  #header,
  #wrapper,
  #contentsArea {
    width: 100%;
  }
  #header {
    position: fixed;
    top: 0;
    height: 65px;
    background-color: #fff;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  }

  #breadcrumbs {
    font-size: 12px;
    margin-bottom: 7px;
    margin-top: -4px;
  }
  #wrapper ol {
    list-style: none;
    display: inline;
  }
  /* #wrapper li {
    display: block;
  } */

  #breadcrumbs li {
    display: inline;
  }

  #mailbtn_sp {
    display: initial;
    position: absolute;
    width: 47px;
    height: 47px;
    border: none;
    top: 10px;
    right: 115px;
  }

  #telbtn_sp {
    display: initial;
    position: absolute;
    width: 47px;
    height: 47px;
    border: none;
    top: 10px;
    right: 60px;
  }
  #contentsArea,
  #sidemenu {
    float: none;
    overflow: hidden;
  }
  #contentsArea {
    font-feature-settings: "palt";
  }
  .pc_hidden {
    display: initial;
  }
  .m_hidden {
    display: none;
  }
  #header #logo p.home_logo.m_hidden {
    display: none;
  }
  #p_emphasis {
    font-size: 26px;
    padding-top: 0px;
    margin-bottom: 20px;
  }

  #p_emphasis h2 {
    font-size: 5vw;
  }
  #p_emphasis h2 .br_sp {
    display: block;
  }
  .strp2 {
    font-size: 19px;
  }
  .square_btn {
    max-width: 330px;
  }
  .contactareabottom img {
    margin-bottom: 10px;
  }
  .dpnone {
    display: none !important;
  }

  #p_emphasis_sub {
    font-size: 24px;
  }
  .contactareabottom2 img {
    margin-bottom: 10px;
  }

  .maker_name_wrap {
    display: none;
  }

  .product_name_wrap {
    display: none;
  }

  #leasepackzero p {
    float: initial;
  }

  #leasepackzero_strong {
    padding: 10px;
    margin-left: initial;
    margin-top: initial;
  }
  #leasepackzero img {
    margin-left: initial;
  }
  #leasepackzero_img {
    margin-left: initial;
    text-align: center;
  }
  #btn_leasepackzero {
    margin-left: initial;
    margin-top: initial;
  }
  #btn_leasepackzero .square_btn2 {
    padding: initial;
    font-size: 16px;
  }
  #btn_leasepackzero .square_btn2:hover {
    padding: initial;
  }

  #btn_leasepackzero .square_btn2_1 {
    padding: initial;
    font-size: 16px;
  }
  #btn_leasepackzero .square_btn2_1:hover {
    padding: initial;
  }

  .btn_productlist_link .square_btn2 {
    padding: initial;
    font-size: 16px;
  }
  .btn_productlist_link .square_btn2:hover {
    padding: initial;
  }

  .btn_productlist_link .square_btn2_1 {
    padding: initial;
    font-size: 16px;
  }
  .btn_productlist_link .square_btn2_1:hover {
    padding: initial;
  }

  .btn_productlist_linka:link {
    color: #ffffff;
  }
  .btn_productlist_link {
    margin-left: initial;
  }

  #maintenance #lease_top_contents_maintenance_contract {
    display: block;
    padding: 0 0 0 12px;
    border-left: 8px solid #0065cc;
    text-align: left !important;
    font-size: 14px;
    color: #444;
  }

  #lease_top_contents_merit {
    margin-top: 30px;
  }

  /*お問い合わせボタン*/

  #tuuwa {
    display: block;
    margin-left: initial;
    width: 30%;
    margin: 0 auto;
  }

  /* =================================
   mobile nav
==================================== */
  #header {
    z-index: 10;
    background-color: #fff;
  }
  #mobile_navigation_menu ul {
    display: none;
    z-index: 10;
    background-color: #fff;
  }
  #mobile_menu {
    position: absolute;
    width: 50px;
    height: 46px;
    border: none;
    top: 4px;
    right: 8px;
  }
  #mobile_menu {
    display: block;
    background-color: #fff;
    cursor: pointer;
  }
  #mobile_menu span:nth-of-type(1) {
    top: 14px;
  }
  #mobile_menu span:nth-of-type(2) {
    top: 22px;
  }
  #mobile_menu span:nth-of-type(3) {
    bottom: 14px;
  }
  #mobile_menu span.mobile_menu_text {
    font-size: 10px;
    bottom: 8px;
  }
  #mobile_menu span {
    position: absolute;
    left: 0;
    width: 50%;
    height: 2px;
    background: #354e9f;
    border-radius: 4px;
    right: 0;
    margin: auto;
  }
  #mobile_menu span.mobile_menu_text {
    font-size: 10px;
    bottom: 6px;
    left: -4px;
    background: #fff;
    color: #354e9f;
    font-weight: bold;
  }
  #mobile_menu,
  #mobile_menu span {
    display: inline-block;
    transition: all 0.4s;
    box-sizing: border-box;
  }
  #mobile_menu {
    cursor: pointer;
  }

  #mobile_menu.active span:nth-of-type(1) {
    -webkit-transform: translateY(20px) rotate(-45deg);
    transform: translateY(20px) rotate(-45deg);
    top: 2px;
  }
  #mobile_menu.active span {
    left: -4px;
  }
  #mobile_menu.active span:nth-of-type(2) {
    opacity: 0;
  }
  #mobile_menu.active span:nth-of-type(3) {
    -webkit-transform: translateY(-20px) rotate(45deg);
    transform: translateY(-20px) rotate(45deg);
    bottom: 2px;
  }
  #mobile_menu.active span.mobile_menu_text {
  }
  #cover_mask {
    display: none;
  }
  #cover_mask.active {
    display: block;
    width: 100%;
    height: 100%;
    position: fixed;
    background-color: #000;
    opacity: 0.5;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
  }
  /* =================================
   header
==================================== */
  #navigation {
    display: none;
  }
  #header h1 {
    width: auto;
    text-align: center;
  }
  .header_p {
    display: none;
  }
  #header #logo {
    position: initial;
    top: initial;
    left: initial;
    height: 65px;
    /*display: table-cell;*/
  }
  #header #logo img {
    height: 44px;
    width: auto;
    padding-left: 8px;
    padding-top: 8px;
  }
  #header #medal {
    display: none;
    /*    display: table-cell;*/
  }
  #header #medal img {
    width: 100%;
    height: auto;
  }
  #headerMenu {
    display: none;
  }
  #header #addresss_tel {
    display: none;
  }
  #header #addresss_tel_form {
    display: none;
  }
  body.home {
    background-image: url("/wp-content/themes/copybiz/common/images/header/navi_bg_top_m.gif");
    background-repeat: repeat-x;
    background-position-y: 64px;
  }
  #header > h1 {
    display: none;
  }
  /* =================================
   top
==================================== */
  #keyVisual,
  #keyVisual #slide_m {
    width: 100%;
    height: 115vw;
    position: relative;
  }
  #keyVisual #slide_m li {
    width: 100% !important;
    height: initial !important;
  }
  #keyVisual #slide_m li img {
    width: 100%;
    height: auto;
  }
  #wrapper_top {
    width: 100%;
  }
  /*.home #contentsArea .detail {
    display: none;
}*/
  .home #contentsArea .detail {
    display: block;
    margin-right: 10px;
    margin-top: -36px;
    font-size: 11px;
    background: none;
    top: 47px;
    right: -2px;
  }
  .home #contentsArea .detail a {
    display: block;
  }
  .home #campagn ul li {
    float: none;
    text-align: center;
    margin: auto;
  }
  #ranking .rankingTOP3,
  #ranking .rankingTOP3_last {
    float: none;
    margin: auto;
  }
  #ranking .rankingTOP3 {
    width: 100%;
  }
  #ranking .rankingTOP3 h3 {
    text-align: center;
  }
  #ranking .rankingTOP3 table {
    width: 100%;
  }
  #ranking .rankingTOP3 p {
    text-align: center;
  }

  #rankingbottom {
    margin-bottom: 30px;
  }
  h3 {
    font-size: 15px;
  }
  #strength section h3 {
    font-size: 14px;
  }
  #HeaderNews {
    font-size: 13px;
    font-feature-settings: "palt";
    line-height: 100%;
    padding-top: 3px;
  }
  p {
    font-size: 13px;
  }
  img {
    max-width: 100%;
    height: auto;
  }
  #strength .aboutStrength_text {
    width: auto;
  }
  /* #strength .strength_03_box {
    background: none;
    background-color: rgba(0, 0, 0, 0);
    width: 100%;
    height: auto;
    background-color: #fffbe2;
    border: 1px solid #d4c30f;
    padding: 10px;
    box-sizing: border-box;
  } */
  #strength .strength_03_inner {
    position: initial;
    top: initial;
    left: initial;
  }
  #strength .strength_03_inner h4 {
    font-size: 15px;
    font-weight: bolder;
    color: #0063a2;
  }
  #strength .strength_03_inner li {
    font-size: 13px;
    margin-left: 0;
    font-weight: bold;
  }
  #strength section h3 {
    font-size: 14px;
  }

  #ranking .rankingTOP3 h3 {
    text-align: center;
  }
  #news {
    margin-top: -7px;
  }
  #news dl {
    width: initial;
    padding-bottom: 20px;
  }
  #news dd {
    line-height: initial;
    padding-right: 1em;
    font-size: 13px;
    padding-top: 0px;
    padding-bottom: 10px;
    padding-left: 0;
    margin-left: 0;
  }
  #news dt {
    line-height: initial;
    font-size: 13px;
    border-bottom: none;
    padding-top: 10px;
    float: none;
  }
  #barVoice {
    width: 100%;
    height: auto;
  }
  .home #barVoice {
    width: 100%;
    height: 115vw;
    background-image: url(/wp-content/themes/copybiz/images/top/bar_voice_back.png);
    background-repeat: no-repeat;
    background-size: 100%;
    margin-bottom: 30px;
    position: relative;
  }
  #barVoice .bar_voice_btn2 {
    position: initial;
  }
  #barVoice .bar_voice_btn1 {
    position: absolute;
    left: 0;
  }
  .home #barVoice .top_m_voice img {
    visibility: hidden;
  }
  .home #barVoice .top_m_voice {
    background-image: url(/wp-content/themes/copybiz/images/top/bar_voice_off.png);
    background-repeat: no-repeat;
    background-size: 100%;
    display: block;
    width: 100%;
    height: 65vw;
  }
  .home #barVoice a.top_m_contact {
    display: block;
    width: 90%;
    text-align: center;
    padding-top: 32vw;
    margin: auto;
  }
  #header h1 img {
    height: 40px;
    width: auto;
  }
  #header p img {
    height: 40px;
    width: auto;
  }
  #mobile_navigation_menu ul {
    padding: 10px;
  }
  /*#mobile_navigation_menu ul li {
    margin: 5px;
    border-bottom: 1px dotted #DDD;
}*/
  #mobile_navigation_menu ul li {
    margin: 5px;
    border-bottom: 1px dotted #ddd;
    display: inline-block;
    width: 49%;
    box-sizing: border-box;
    margin: 0;
    padding: 7px 0px;
    font-size: 12px;
    vertical-align: baseline;
    line-height: 100%;
  }
  #mobile_navigation_menu ul li a {
    text-decoration: none;
  }
  #mobile_navigation_menu ul li.mobile_nav_tel,
  #mobile_navigation_menu ul li.mobile_nav_contact {
    width: 75%;
    margin: auto;
    display: block;
  }
  #wrapper_top #strength section#strength01 img,
  #wrapper_top #strength section#strength02 img,
  #wrapper_top #strength section#strength03 img {
    margin: auto;
    display: block;
  }
  #wrapper_top #strength section#strength01 p,
  #wrapper_top #strength section#strength02 p,
  #wrapper_top #strength section#strength03 p {
    float: none;
    margin: 0;
  }
  .home #campagn li a img {
    width: 100%;
  }
  .home #ranking .rankingTOP3 img {
    width: 100%;
  }
  #ranking .rankingTOP3_last {
    width: 100%;
  }
  #ranking .rankingTOP3_last img {
    width: 100%;
  }
  #ranking .rankingTOP3_last table {
    width: 100%;
  }

  #choicearea img {
    width: 100%;
  }

  .choicearea_btn {
    display: block;
  }

  .choicearea_link_box {
    width: 295px;
    margin: 0 auto;
  }
  .choicearea_link {
    display: flex;
    margin-bottom: 8px;
  }
  @media (max-width: 480px) {
    .choicearea_link,
    .choicearea_link2 {
      display: flex;
      flex-direction: column;
    }
    .choicearea_link_box {
      width: 100%;
    }
  }
  #top_leasepack_img {
    float: none;
    text-align: center;
  }
  #top_point_img {
    float: none;
    text-align: center;
  }
  .square_btn {
    padding: initial;
  }
  .square_btn2 {
    padding: initial;
  }
  .square_btn3 {
    padding: initial;
  }
  .contactbuttonarea img {
    width: 80%;
  }
  .contactareabottom {
    float: none;
    margin-left: initial;
    text-align: center;
    margin-bottom: 20px;
  }
  .bcc {
    width: 85%;
  }
  #top_leasepack p.mb45 {
    margin-bottom: 20px;
  }
  .home #voicesTopics td {
    display: block;
    width: 100%;
  }
  .home #voicesTopics td .voice_list_custmer_img {
    width: 100%;
    max-width: initial;
    float: none;
  }
  .home #voicesTopics .arrow_box {
    border: none;
    padding-bottom: 0;
  }
  .home #voicesTopics .arrow_box:after,
  .home #voicesTopics .arrow_box:before {
    display: none;
  }
  .home #voicesTopics .voice_list_voice_detail a.pc_hidden {
    background: linear-gradient(
      to bottom,
      #56c7fb 0%,
      #56c7fb 50%,
      #1eb7fd 51%,
      #1eb7fd 100%
    );
    color: #fff;
    text-align: center;
    font-size: 15px;
    padding: 8px;
    box-sizing: border-box;
    width: 95%;
    margin: 0 auto 10px;
    display: block;
    text-decoration: none;
  }
  .home #voicesTopics td.voice_list_comment p {
    padding: 10px 18px;
    box-sizing: border-box;
  }
  .home #voicesTopics .arrow_box + br {
    display: none;
  }
  .home #voicesTopics table {
    border: 1px solid #ddd;
    width: 100%;
  }
  .home #voicesTopics td b {
    padding: 14px;
  }
  .home #voicesTopics table + hr {
    display: none;
  }
  .home #voicesTopics td.voice_comment p {
    padding: 10px 18px;
  }
  /* .home #strength .strength_03_box {
    background-image: url(/wp-content/themes/copybiz/common/images/strength/bnr_strength03_01.jpg);
    width: 100%;
    height: 63vw;
    position: relative;
    background-size: 100%;
    background-repeat: no-repeat;
  } */
  /* .home #strength .strength_03_box .strength_03_inner {
    display: none;
  } */
  /* =================================
   blog
==================================== */
  .h3_short {
    width: 100%;
    border: 1px solid #ddd;
    height: 46px;
    background-position: left center;
    box-sizing: border-box;
  }

  .h3_short h3 {
    padding: 10px 30px;
  }

  section .column_base {
    padding: 20px;
  }
  .contact_bar_img {
    width: 100%;
    height: auto;
  }
  .keikou {
    background: linear-gradient(transparent 60%, #ffff66 60%);
  }
  .blog-template-default #contentsArea > p,
  .column-template-default #contentsArea > p {
    display: flex;
  }
  #contentsArea section .column_base　table.view_table {
    width: 100%;
  }
  pre {
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    white-space: pre-wrap;
    word-wrap: break-word;
  }

  #eyecatch_column img {
    width: initial;
    height: initial;
  }

  #eyecatch_column {
    max-width: initial;
    margin-bottom: 20px;
  }

  #details_column {
    margin-left: initial;
    width: initial;
  }
  .flow_list {
    width: initial;
    float: initial;
    margin-right: initial;
    margin-bottom: 15px;
  }
  .flow_list img {
    display: block;
    width: 90%;
    margin: 0 auto 10px auto;
  }

  /* =================================
   sidemanu
==================================== */
  #sidemenu {
    margin: 20px auto;
    overflow: hidden;
  }
  #sidemenu img {
    width: 100%;
    height: auto;
  }
  .sp_none,
  .menu_inner01,
  .menu_inner02,
  .menu_inner03,
  .m_hidden {
    display: none;
  }
  #sidemenu .voicebox img {
    width: 80px;
  }
  #sidemenu .voicebox img {
    float: none;
    padding: 10px 0 0 0;
    width: 80px;
  }
  #sidemenu .voicebox dl {
    float: none;
    overflow: initial;
    display: table-cell;
    width: auto;
    padding-left: 10px;
  }
  #sidemenu .voicebox > a {
    display: table-cell;
    vertical-align: top;
  }
  #sidemenu .voicebox dl dt {
    margin: initial;
    width: auto;
  }
  #sidemenu .voicebox p {
    width: auto;
  }
  #sidemenu .voicebox {
    height: auto;
    display: table;
  }
  /* =================================
   voice
==================================== */
  section .voice_info {
    height: auto;
  }
  .voice_product_image {
    vertical-align: top;
    padding-top: 30px;
  }
  .home .voice_product_image {
    padding-top: 0;
  }
  .voice_info img {
    float: none !important;
  }
  .voiceAbout th,
  .voiceAbout td {
    width: auto;
  }

  section .comment dl {
    float: none;
    width: 100%;
  }
  section .comment dd {
    float: none;
    width: 100%;
    font-size: 13px;
  }
  .single-voice #voice_pager td {
    vertical-align: top;
  }
  .single-voice #voice_pager td.peger_left,
  .single-voice #voice_pager td.peger_right {
    width: 69px;
  }
  table.archive_voice_list td {
    display: block;
    width: 100%;
  }
  table.archive_voice_list td .voice_list_custmer_img {
    width: 100%;
    max-width: initial;
    float: none;
  }
  .archive_voice_list .voice_list_comment .arrow_box {
    border: none;
    padding-bottom: 0;
  }
  .archive_voice_list .voice_list_comment .arrow_box:after,
  .archive_voice_list .voice_list_comment .arrow_box:before {
    display: none;
  }
  table.archive_voice_list .voice_list_voice_detail a.pc_hidden {
    background: linear-gradient(
      to bottom,
      #56c7fb 0%,
      #56c7fb 50%,
      #1eb7fd 51%,
      #1eb7fd 100%
    );
    color: #fff;
    text-align: center;
    font-size: 15px;
    padding: 8px;
    box-sizing: border-box;
    width: 95%;
    margin: 0 auto 10px;
    display: block;
    text-decoration: none;
  }
  table.archive_voice_list td.voice_list_comment p {
    padding: 10px 18px;
    box-sizing: border-box;
  }
  .archive_voice_list .voice_list_comment .arrow_box + br {
    display: none;
  }
  table.archive_voice_list {
    border: 1px solid #ddd;
    width: 100%;
  }
  table.archive_voice_list td b {
    padding: 14px;
  }
  table.archive_voice_list + hr {
    display: none;
  }
  .lineUP.voice_detaile_page_pickup_6 tr {
    display: flex;
    height: auto;
  }
  .lineUP.voice_detaile_page_pickup_6 td {
    display: block;
    width: 33%;
    padding: 3px;
  }
  section.lineUP.voice_detaile_page_pickup_6 table {
    width: 100%;
  }
  section.lineUP.voice_detaile_page_pickup_6 table tr dl {
    width: auto;
  }
  section.lineUP table tr img {
    width: 100%;
  }
  /* =================================
   case
==================================== */
  section .caseLine .caseBox {
    width: 100%;
    float: none;
  }
  section .caseLine .caseBox {
    width: 100%;
    float: none;
    border: 1px solid #ddd;
    box-sizing: border-box;
    margin-bottom: 10px;
  }
  section .caseBox a > img {
    width: 50%;
  }
  #contentsArea .caseAbout {
    width: 100%;
  }
  .case_info img {
    margin: auto !important;
    display: block;
    float: none !important;
  }
  .post-type-archive-case section .caseBox a > img {
    width: 100%;
    display: block;
    float: none !important;
  }
  .post-type-archive-case section .caseBox p.mobile_voice_list_company_name {
    display: block;
    margin: 10px;
    font-size: 14px;
    font-weight: bold;
  }
  .post-type-archive-case
    section
    .caseBox
    p.mobile_voice_list_company_name:before {
    content: "";
    display: inline-block;
    position: relative;
    width: 13px;
    height: 13px;
    background-color: #09348a;
    vertical-align: text-bottom;
    margin-right: 6px;
  }
  .post-type-archive-case section .caseBox dt br {
    display: none;
  }
  .post-type-archive-case section .caseBox dt img {
    float: none;
    padding-left: 10px;
  }
  .caseBox .case_detail {
    background: linear-gradient(
      to bottom,
      #56c7fb 0%,
      #56c7fb 50%,
      #1eb7fd 51%,
      #1eb7fd 100%
    );
    color: #fff;
    text-align: center;
    font-size: 15px;
    padding: 8px;
    box-sizing: border-box;
    width: 95%;
    margin: 10px auto;
  }
  .caseBox .case_detail.icon_red {
    background: linear-gradient(
      to bottom,
      #de4242 0%,
      #de4242 50%,
      #c71919 51%,
      #c71919 100%
    );
    color: #fff;
    text-align: center;
    font-size: 15px;
    padding: 8px;
    box-sizing: border-box;
    width: 95%;
    margin: 8px auto 10px;
  }
  section .caseBox dl dd {
    line-height: 150%;
  }
  section .caseBox a {
    color: #fff;
  }
  .wp-pagenavi .pages,
  .wp-pagenavi .first,
  .wp-pagenavi .last {
    display: none;
  }

  /* =================================
   campagn
==================================== */
  section .campagn_mainvisual {
    background-size: contain;
    width: 100%;
    padding-top: 130px;
    height: auto;
  }
  section .campagn_mainvisual + br,
  section .campagn_mainvisual + br + br {
    display: none;
  }
  section .campagn_mainvisual .campaign01_btn,
  section .campagn_mainvisual .campaign02_btn,
  section .campagn_mainvisual .campaign03_btn {
    position: initial;
    top: initial;
    left: initial;
  }
  section .campagn_mainvisual {
    background-image: url("/wp-content/themes/copybiz/images/campagn/bg_strength01.png");
    background-size: 100%;
    padding-top: 90px;
  }
  section .campagn_mainvisual a {
    padding: 0 10px 0;
    box-sizing: border-box;
    display: block;
  }
  /* =================================
   product
==================================== */
  section .productMaker {
    width: 100%;
    height: auto;
  }
  section .productMaker .productMaker_text {
    width: auto;
    position: initial;
    left: initial;
    top: initial;
    height: auto;
  }
  section .productMaker .productMaker_img {
    position: initial;
    top: initial;
    left: initial;
    display: block;
    margin: auto;
  }
  .productMaker .productMaker_text dl dd.maisu_select a {
    width: 32%;
    display: inline-block;
  }
  dd.btn_productd {
    text-align: center;
  }

  .pointService .pointService_text {
    width: 100%;
    margin: 0;
  }
  section#list .productBox .productImage {
    position: initial;
  }
  section#list .productBox table {
    position: initial;
  }

  .productBox::before {
    content: none;
  }
  .h3_short p a {
    display: none;
  }
  section .detailBox {
    width: 100%;
    margin: 0;
  }
  section .detailBox table.functionBox {
    width: 100%;
    margin: 0;
    font-size: 12px;
  }
  section .imgBox {
    width: 100%;
    margin: 0;
  }
  section .imgBox .itemImg {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
  section .comment {
    width: 100%;
    box-sizing: border-box;
  }
  section .functionBtn {
    float: none;
    margin-left: 0;
    text-align: center;
  }
  section .maisu_direction {
    font-size: 13px;
  }
  section .pointService img {
    float: none;
    display: block;
    margin: 0 auto 10px;
  }
  .pointService .pointService_text h4 {
    font-size: 14px;
  }
  #list .productBox td {
    display: block;
  }
  #list .productBox td a img {
    width: 100%;
  }
  img.f_l.itemImg {
    margin: auto;
    display: block;
    float: none;
  }
  /* =================================
   beginner
==================================== */
  .h3_short h3,
  .h3_short .h3_txt {
    padding: 10px 0 0 30px;
    font-size: 14px;
    letter-spacing: -1.5px;
  }
  .h3_short,
  #video_list_box h4 {
    width: 100%;
    border: 1px solid #ddd;
    height: auto;
    box-sizing: border-box;
    padding: 8px;
    background: none;
  }
  .h3_short h3,
  .h3_short .h3_txt,
  #video_list_box h4 a {
    display: block;
    padding: 0 0 0 12px;
    border-left: 8px solid #0065cc;
    text-align: left !important;
  }
  #contentsArea .sec_wrap .tab_list1 {
    height: initial;
    margin-bottom: 10px;
  }
  .page-id-18 #contentsArea .sec_wrap .tab_list li {
    float: none;
    display: table-cell;
    vertical-align: top;
    font-size: 13px;
    width: 25%;
  }
  .page-id-18 .sec_wrap .tab_list li div span {
    display: table-cell;
    vertical-align: middle;
    font-size: 13px;
    font-weight: lighter;
  }
  .page-id-18 .sec_wrap .tab_list li div span br {
    display: none;
  }
  #contentsArea .sec_wrap .tab_list1 li.current div::after,
  #contentsArea .sec_wrap .tab_list2 li.current div::after {
    display: none;
  }

  /* =================================
   video
==================================== */
  #video_list_box table {
    width: 100%;
  }
  #video_list_box td {
    display: block;
    width: 100%;
    height: auto;
  }
  #video_list_box td br {
    height: 0;
    display: block;
  }
  #video_list_box table img {
    width: 100%;
  }
  #video_list_box table a {
    display: block;
    width: 100%;
    text-align: center;
    box-sizing: border-box;
  }
  #video_list_box {
    padding-bottom: 30px;
  }
  video {
    width: 100%;
    height: auto;
  }
  /* =================================
   monthly
==================================== */
  #contentsArea section .monthly {
    background: none;
    width: 100%;
    text-align: center;
    height: auto;
  }

  #contentsArea section .monthly .monthly3000,
  #contentsArea section .monthly .monthly6000,
  #contentsArea section .monthly .monthly8000,
  #contentsArea section .monthly .monthly10000,
  #contentsArea section .monthly .monthlyover10000,
  #contentsArea section .monthly .monthly7500,
  #contentsArea section .monthly .monthly10700,
  #contentsArea section .monthly .monthly15000,
  #contentsArea section .monthly .monthly19000 {
    position: initial;
    width: 31%;
  }
  section .productBox {
    width: 100%;
    height: auto;
    background-image: none;
    border: 1px solid #ddd;
    padding: 5px;
    box-sizing: border-box;
  }
  section .productBox table {
    width: 100%;
    box-sizing: border-box;
    margin: 0;
  }
  .sec_wrap .product {
    width: 100%;
  }
  .sec_wrap .product .wrap .right {
    float: none;
    width: 100%;
  }
  .sec_wrap .product .btn_wrap a:nth-child(1) {
    margin: 0;
  }
  .sec_wrap .product .customers_voice {
    width: 100%;
    overflow: hidden;
  }
  .product .customers_voice .head_img {
    width: 100%;
    height: auto;
    max-width: initial;
  }
  .product .customers_voice .head_img.price_head_img {
    max-width: initial;
    width: initial;
  }
  .sec_wrap .product .wrap .right table tr td span {
    padding: 5px;
  }
  .sec_wrap .product .wrap .right table tr th span {
    padding: 5px;
  }
  .sec_wrap .product .wrap .right .ttl {
    padding: 0 5px;
  }
  .sec_wrap .product .wrap .right table {
    margin: 5px 0 0;
  }
  #contentsArea .product .wrap .right .top_head .tag {
    float: left;
  }
  .tag {
    margin-left: 5px;
  }
  #monthly3000 .productBox .customers_voice,
  #monthly6000 .productBox .customers_voice,
  #monthly8000 .productBox .customers_voice,
  #monthly10000 .productBox .customers_voice,
  #monthlyover10000 .productBox .customers_voice {
    width: 100%;
    overflow: hidden;
  }
  #monthly3000 .productBox .customers_voice img,
  #monthly6000 .productBox .customers_voice img,
  #monthly8000 .productBox .customers_voice img,
  #monthly10000 .productBox .customers_voice img,
  #monthlyover10000 .productBox .customers_voice img {
    max-width: initial;
  }
  .customers_voice .txt_wrap .txt {
    font-size: 13px;
  }

  /* =================================
   お得なキャンペーン
==================================== */
  .setItem {
    text-align: center;
  }

  /* =================================
   ranking
==================================== */
  #no1 table,
  #no2 table,
  #no3 table {
    width: 100%;
  }
  .ranking .functionBtn {
    float: none;
    margin-left: 0;
    text-align: center;
  }
  section .rankingOther {
    width: 100%;
    padding: 0;
    text-align: center;
    background: none;
    height: auto;
  }
  section .rankingOther dl {
    float: none;
    display: inline-block;
  }
  img#ranking_sharp {
    margin-top: initial;
  }

  /* =================================
   leasepack
==================================== */
  section.leasepack .direction_text {
    width: 100%;
    font-size: 14px;
  }
  section.leasepack .set0 {
    position: initial;
  }
  section.leasepack a img {
    width: 30%;
  }
  section.leasepack .leaseBtn {
    text-align: center;
  }
  section#desk table {
    width: 100%;
  }
  section table.productList {
    width: 100%;
  }
  section .productList .name td,
  section .productList .price td {
    font-size: 12px !important;
  }
  #wrapper .product .wrap .img_wrap {
    float: none;
    width: 100%;
    min-height: initial;
  }
  #wrapper .product .wrap .img_wrap .img,
  #contentsArea .productBox .productImage {
    position: static;
    padding: 10px;
    margin: auto;
    display: block;
    float: none;
  }
  #wrapper .product .wrap .img_wrap .img {
    width: 100%;
    max-width: initial;
    box-sizing: border-box;
  }
  #wrapper .product .wrap .right {
    margin: 0;
  }
  .product .wrap .right .top_head .name {
    float: none;
    font-size: 13px;
    padding: 5px;
    text-align: center;
  }

  /* =================================
   word
==================================== */
  section.word ul#tab {
    width: auto;
  }
  section.word #detail {
    width: 100%;
  }
  section.word ul#tab {
    display: flex;
    flex-wrap: wrap;
  }
  section.word ul#tab li {
    width: 20%;
    box-sizing: border-box;
    padding: 10px;
    margin-bottom: 1px;
  }
  /* =================================
   staff
==================================== */
  .staff_info table {
    width: 100%;
  }
  .staff_info table th,
  .staff_info table td {
    display: block;
    width: 100%;
  }
  .staff_info img {
    display: block;
    margin: auto;
  }
  .staff_info table table {
    width: 60%;
    margin: auto;
  }
  /* =================================
   blog
==================================== */
  .page_nav_blog a {
    display: block;
  }
  iframe {
    width: 100%;
    height: auto;
  }
  /* =================================
   flow
==================================== */
  #contentsArea section #flow {
    background: none;
    width: 100%;
    height: auto;
    position: initial;
  }
  section #flow .step1,
  section #flow .step2,
  section #flow .step3 {
    position: initial;
    top: initial;
    left: initial;
  }
  section #flow .step1 {
    background-image: url(/wp-content/themes/copybiz/images/flow/bg_flow01.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 100%;
    padding: 31vw 15vw 18vw 22vw;
    box-sizing: border-box;
    height: auto;
    font-size: 11px;
    line-height: 100%;
  }
  section #flow .step2 {
    background-image: url(/wp-content/themes/copybiz/images/flow/bg_flow02.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 100%;
    padding: 24vw 15vw 19vw 22vw;
    box-sizing: border-box;
    height: auto;
    font-size: 11px;
    line-height: 100%;
  }
  section #flow .step3 {
    background-image: url(/wp-content/themes/copybiz/images/flow/bg_flow03.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 100%;
    padding: 16vw 15vw 24vw 22vw;
    box-sizing: border-box;
    height: auto;
    font-size: 11px;
    line-height: 100%;
  }
  #contentsArea section #flow {
    background-image: url(/wp-content/themes/copybiz/images/flow/bg_flow04.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 100%;
    box-sizing: border-box;
    height: auto;
  }
  .flow_Intro {
    padding: 0 10px;
  }
  /* =================================
   form
==================================== */
  #form .h3_long {
    width: 100%;
    border: 1px solid #ddd;
    height: auto;
    background-position-y: center;
    background-position-x: -3px;
  }
  #form .h3_long h3 {
    padding: 8px 37px 6px;
  }
  #form div#form-wrap {
    width: 100%;
    box-sizing: border-box;
    font-size: 13px;
  }
  #form div#form-wrap div {
    max-width: 100%;
  }
  #form div#form-wrap div p strong {
    font-size: 13px !important;
  }
  #form .ssl_mark_area.clearFix p {
    width: 100% !important;
    box-sizing: border-box;
  }
  #form form table {
    width: 100%;
  }
  #form form table th,
  #form form table td {
    display: block;
    width: 100%;
    box-sizing: border-box;
    line-height: initial;
  }
  #form form table th br {
    display: none;
  }
  #prefectures {
    float: none;
  }
  #top_online_consultation {
    float: none;
    padding-top: 10px;
  }
  select.input_contact_simple {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    /* 左の三角, 右の三角 */
    background-image: linear-gradient(
        45deg,
        transparent 50%,
        rgba(0, 0, 0, 0.4) 50%
      ),
      linear-gradient(135deg, rgba(0, 0, 0, 0.4) 50%, transparent 50%);
    /* 左の三角のサイズ, 右の三角のサイズ */
    background-size: 5px 5px, 5px 5px;
    /* 左の三角の位置, 右の三角の位置 */
    background-position: calc(100% - 15px) 50%, calc(100% - 10px) 50%;
    /* リピートしない */
    background-repeat: no-repeat;
    font-size: 16px;
    width: 100%;
    box-sizing: border-box;
  }

  textarea,
  input[type="text"],
  input[type="email"] {
    font-size: 16px;
    width: 100%;
    box-sizing: border-box;
  }
  #form_toggle_button {
    width: 100% !important;
    box-sizing: border-box;
    margin: 20px 0 !important;
    padding: 3px !important;
  }
  #form table span {
    display: inline-block;
    margin: 0;
  }
  #siteseal_wrap p {
    width: 100% !important;
    box-sizing: border-box;
    margin: 0 !important;
  }
  #maker_product_name,
  #maker_product_name th,
  #maker_product_name td {
    width: 100%;
  }
  #maker_product_name tbody,
  #maker_product_name tr {
    width: 100%;
    /*display: block;*/
  }
  table#open {
    display: none;
  }
  /* =================================
   footer
==================================== */
  #footer .inner {
    width: 100%;
  }

  #footer .inner table {
    width: 100%;
    margin: 0;
    padding: 0;
  }
  #footer .inner table th,
  #footer .inner table td {
    display: block;
    width: 100%;
    padding: 5px 0;
  }
  #footer .col_02 {
    height: auto;
    background-color: #fff;
    margin-bottom: 20px;
  }

  #footer .inner table td.ssl_mark {
    padding-top: 30px;
  }
  #footer .col_03 {
    height: auto;
  }
  #footer .col_03 .inner div.footer_gray_area {
    height: auto !important;
    text-align: center;
  }
  #footer .col_03 .inner div.footer_gray_area img {
    position: relative !important;
    top: initial !important;
    left: initial !important;
  }
  #footer .col_03 .inner div.footer_gray_area .megaLink {
    position: initial !important;
  }
  #footer .col_04 {
    background: none;
  }
  #footer .col_04 table {
    text-align: center;
  }
  #footer .col_04 table a {
    display: inline-block;
    padding: 3px;
  }
  #footer .col_04 address {
    text-align: center;
  }
  .ssl_mark > div {
    width: 95% !important;
    margin: auto;
    box-sizing: border-box;
  }
  .ssl_mark_area.clearFix {
    margin: auto;
    width: auto !important;
    margin-bottom: 10px;
  }
  .wp-pagenavi a,
  .wp-pagenavi span {
    padding: 5px;
    margin: 4px;
    font-size: 12px;
  }
  .single_voice img {
    float: none !important;
    margin: auto !important;
    display: block;
  }
  .single_voice .voiceAbout {
    width: 100%;
    text-align: left;
  }
  #footer img {
    max-width: 70%;
  }
  section .comment img {
    display: block;
    margin: auto;
    float: none !important;
  }
  #page-top {
    bottom: 6px !important;
    right: 6px !important;
    width: 35px;
  }
  #footer .col_02 .inner #footer_navi table {
    box-sizing: border-box;
    padding: 0;
    border-collapse: collapse;
    margin: 0;
    display: inline;
  }
  #footer .inner table * {
    display: block;
  }
  #footer .inner table th,
  #footer .inner table td {
    padding: 0px;
    box-sizing: border-box;
    height: auto;
    font-size: 12px;
    height: 65px;
  }
  #footer .col_02 .inner #footer_navi table th,
  #footer .col_02 .inner #footer_navi table td {
    float: left;
    width: 50%;
    border: none;
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
  }

  #footer .inner table th a,
  #footer .inner table td a {
    text-decoration: none;
  }
  #footer .inner table th span,
  #footer .inner table td span {
    display: none;
  }
  #footer .inner table th span.footernavlink,
  #footer .inner table td span.footernavlink {
    display: block;
    padding: 20px 10px;
    box-sizing: border-box;
    font-size: 12px;
    font-feature-settings: "palt";
    font-weight: lighter;
    position: relative;
    vertical-align: middle;
    text-decoration: none;
  }
  .ssl_mark_area.clearFix {
    margin: 14px auto;
    float: none;
  }

  #footer .inner table th span.footernavlink:after,
  #footer .inner table td span.footernavlink:after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 10px;
    margin: auto;
    content: "";
    vertical-align: middle;
    width: 12px;
    height: 12px;
    border-top: 2px solid #ddd;
    border-right: 2px solid #ddd;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  span.footernavlink.hajimetenofukugouki {
    top: -6px;
  }

  .link_service {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .slider_link_service {
    width: 100%;
    max-width: 980px;
    padding: 0px 10px;
  }

  .slider_link_service a {
    width: 100%;
    max-width: 230px;
    text-decoration: none;
    margin: 0px 8px;
  }

  .slider_link_service img {
    height: auto;
    max-width: 100% !important;
  }

  /* =================================
   xerox header
==================================== */
  #header.xerox_header {
    display: none;
  }

  /* =================================
   xerox header fixed
==================================== */
  .page-template-page_xerox #telcontact {
    display: block !important;
    opacity: 1 !important;
    z-index: 10;
  }
  .page-template-page_xerox #telcontact #scrTel {
    display: none;
  }
  .page-template-page_xerox #telcontact #scrLogo {
    float: none;
  }
  .page-template-page_xerox #telcontact #scrarea {
    width: 100%;
  }
  .page-template-page_xerox #telcontact ol {
    margin-left: 0;
    height: initial;
  }
  .page-template-page_xerox #telcontact ol li {
    float: none;
    display: block;
    border-top: 1px dotted #ddd;
    padding-bottom: 5px;
    padding-top: 5px;
  }
  .page-template-page_xerox #telcontact ol li a {
    display: block;
    padding: 5px 50px;
    position: relative;
  }
  .page-template-page_xerox #telcontact ol li a::before {
    content: "›";
    position: absolute;
    display: block;
    left: 25px;
    top: 4px;
  }

  .page-template-page_xerox #mobile_menu {
    display: block;
    background: #354e9f;
    cursor: pointer;
  }
  /*-------*/
  .page-template-page_xerox #mobile_menu,
  .page-template-page_xerox #mobile_menu span {
    display: inline-block;
    transition: all 0.4s;
    box-sizing: border-box;
  }
  .page-template-page_xerox #mobile_menu {
    position: absolute;
    width: 50px;
    height: 46px;
    border: none;
    top: 0;
    right: 0;
  }
  .page-template-page_xerox #mobile_menu span {
    position: absolute;
    left: 0;
    width: 50%;
    height: 2px;
    background-color: #fff;
    border-radius: 4px;
    right: 0;
    margin: auto;
  }
  .page-template-page_xerox #mobile_menu span:nth-of-type(1) {
    top: 14px;
  }
  .page-template-page_xerox #mobile_menu span:nth-of-type(2) {
    top: 22px;
  }
  .page-template-page_xerox #mobile_menu span:nth-of-type(3) {
    bottom: 14px;
  }

  .page-template-page_xerox #mobile_menu.active span {
    left: -1px;
  }
  .page-template-page_xerox #mobile_menu.active span:nth-of-type(1) {
    -webkit-transform: translateY(20px) rotate(-45deg);
    transform: translateY(20px) rotate(-45deg);
    top: 2px;
  }
  .page-template-page_xerox #mobile_menu.active span:nth-of-type(2) {
    opacity: 0;
  }
  .page-template-page_xerox #mobile_menu.active span:nth-of-type(3) {
    -webkit-transform: translateY(-20px) rotate(45deg);
    transform: translateY(-20px) rotate(45deg);
    bottom: 3px;
  }

  /*-------

#telcontact{
    z-index: 10;
}
#telcontact #scrarea #scrLogo {
    float: none;
    text-align: center;
}
#telcontact ol li {
    float: none;
    padding: 0;
}
#telcontact #scrTel {
    float: none;
    text-align: center;
    margin-right: initial;
}

#telcontact ol {
    width: initial;
    float: none;
    text-align: center;
    height: inherit;
    margin: 0;
    padding: 0;
}

#telcontact ol li a {
    display: block;
    padding: 10px;
    box-sizing: border-box;
    margin: 5px;
}
#telcontact ol li span {
    display: none;
}
#telcontact #scrarea{
    width: 100%;
}
#fixed_nav,
#scrTel {
    display: none;
}
#cover_mask{
    display: none;
}
#cover_mask.active {
    display: block;
    width: 100%;
    height: 100%;
    position: fixed;
    background-color: #000;
    opacity: 0.5;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
}
#telcontact ol li span.pc_hidden {
    display: inline;
    color: #345AA3;
}
#telcontact{
    display: block!important;
}
*/

  /* =================================
   xerox footer
==================================== */
  #footer.xerox .lyt-footer {
    width: 100%;
  }
  #footer.xerox .utility li.hide {
    float: none !important;
    width: 100%;
  }
  #footer.xerox {
    text-align: center;
  }
  #lease_top_contents h4 {
    text-align: center;
  }
  .icon {
    text-align: center;
    margin-bottom: 15px;
  }
  .merit_contents {
    display: block;
  }
  .merit_contents .textbox {
    padding-left: 0px;
  }
  #contact_fbox th.title_online {
    display: none;
  }
}
.hissu {
  color: #cc0c0c;
}
@media screen and (max-width: 360px) {
  #header #logo img {
    padding-top: 16px;
    height: 30px;
  }
}

/**monthlyリース料金で比較する**/
#price_area {
  margin-top: 15px;
}

#price_area section .monthly {
  background-image: url(../images/price/monthly_bg.jpg);
  background-repeat: no-repeat;
  background-position-y: 3px;
  width: 710px;
  height: 420px;
  position: relative;
}

#price_area section .monthly .monthly5000 {
  position: absolute;
  left: 35px;
  bottom: 30px;
}

#price_area section .monthly .monthly8000 {
  position: absolute;
  left: 165px;
  bottom: 30px;
}

#price_area section .monthly .monthly11000 {
  position: absolute;
  left: 296px;
  bottom: 30px;
}

#price_area section .monthly .monthly14000 {
  position: absolute;
  left: 428px;
  bottom: 30px;
}

#price_area section .monthly .monthly19000 {
  position: absolute;
  right: 35px;
  bottom: 30px;
}
@media (max-width: 480px) {
  #price_area #contentsArea section .monthly {
    background: none;
    width: 100%;
    text-align: center;
    height: auto;
  }

  #price_area #contentsArea section .monthly .monthly5000,
  #price_area #contentsArea section .monthly .monthly8000,
  #price_area #contentsArea section .monthly .monthly11000,
  #price_area #contentsArea section .monthly .monthly14000,
  #price_area #contentsArea section .monthly .monthly19000 {
    position: initial;
    width: 31%;
  }
}
/**priceリードエリア**/
#price_area .price_lead_area {
}
#price_area .price_lead_area .detailtext {
  margin: 15px 0;
}
#price_area .price_lead_area .h3_cattitle {
  margin-bottom: 10px;
}
#price_area .price_lead_area .h3_cattitle + .detailtext {
  margin-top: 10px;
}
#price_area .price_lead_area .num_title {
  color: #003399;
  font-size: 110%;
  font-weight: bold;
  display: block;
  margin-bottom: 3px;
  font-size: 16px;
}
/* 20230911追加ここから */
#price_area .price_lead_area .NewPriceColumnPStyle {
  margin-top: 30px;
}
#price_area .price_lead_area .NewPriceColumnDivStyle {
  background: #fff;
  border: 2px solid #0065cc;
  border-radius: 4px;
  padding: 20px;
  margin: 30px 0 50px 0;
}
#price_area .price_lead_area .NewPriceColumnH3Style {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #444;
  padding: 0;
}
/* 20230911追加ここまで */
#price_area .price_lead_area .NewTopH3Style {
  text-align: initial;
  /* padding-top: 14px; */
}
#price_area .price_lead_area h3.detailtext {
  padding-left: 0;
}
/* 20230911追加 */
#price_area .price_lead_area h4.detailtext {
  padding: 14px 0 0 0px;
}
#price_area .price_lead_area .tbl_wrapper {
}
#price_area .price_lead_area .tbl_wrapper_note {
  display: none;
}
@media (max-width: 480px) {
  #price_area .price_lead_area .tbl_wrapper {
    overflow-x: scroll;
    width: 100%;
  }
  #price_area .price_lead_area .tbl_wrapper::-webkit-scrollbar {
    width: 15px;
  }
  #price_area .price_lead_area .tbl_wrapper::-webkit-scrollbar-thumb {
    background: #003399;
  }
  #price_area
    .price_lead_area
    .tbl_wrapper::-webkit-scrollbar-track-piece:start {
    background: #ccc;
  }
  #price_area .price_lead_area .tbl_wrapper::-webkit-scrollbar-track-piece:end {
    background: #ccc;
  }
  #price_area .price_lead_area .tbl_wrapper > table {
    width: 200%;
    margin-top: 0;
    margin-bottom: 0;
  }
  #price_area .price_lead_area .tbl_wrapper_note {
    display: block;
    margin-bottom: 0.3em;
    background-color: #003399;
    color: #fff;
    display: inline-block;
    padding: 0 0.5rem;
  }
  #price_area .price_lead_area .tbl_wrapper_note::before {
    content: "\02193";
  }
}
#price_area .price_data_table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 20px;
  line-height: 1.5;
  table-layout: fixed;
}
#price_area .price_data_table th {
  padding: 0.5em 0.5em;
  vertical-align: middle;
  text-align: center;
  font-weight: bold;
  border: 1px solid #ddd;
  background-color: #f5f5f5;
}
#price_area .price_data_table td {
  padding: 0.5em 0.5em;
  vertical-align: middle;
  border: 1px solid #ddd;
  text-align: center;
}
@media (max-width: 480px) {
  #price_area .price_data_table th {
    white-space: normal;
    height: auto;
    padding: 0.5em;
  }
  #price_area .price_data_table td {
    font-size: 0.857rem;
    height: auto;
    padding: 0.5em;
  }
}
#price_area .price_lead_area .price_data_table {
  margin: 30px 0;
}

/**price使用リース料タブメニュー**/
#price_area #monthly_tab {
  margin: 30px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 3px solid #003399;
  list-style: none;
  padding: 0;
}
#price_area #monthly_tab > li {
  width: 100%;
  text-align: center;
  border-right: 2px solid #ffffff;
  list-style: none;
  background: rgba(204, 203, 203, 0.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#price_area #monthly_tab > li.selected {
  background: #003399;
}
#price_area #monthly_tab > li:last-child {
  border-right: none;
}
#price_area #monthly_tab > li a {
  display: block;
  padding: 10px;
  text-decoration: none;
  color: #222;
  cursor: pointer;
}
#price_area #monthly_tab > li.selected a {
  color: #ffffff;
}
@media (max-width: 480px) {
  #price_area #monthly_tab {
    font-size: 90%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  #price_area #monthly_tab > li {
    width: calc(50% - 2px);
    border-top: 2px solid #fff;
  }
}
/**月間使用リース料別エリア**/
#price_area .monthly_sheets {
}
#price_area .monthly_sheets .detailtext {
  margin: 15px 0;
}
#price_area #monthly_tab_contents .monthly_sheets {
  display: none;
}
#price_area #monthly_tab_contents .monthly_sheets:first-child {
  display: block;
}
#price_area .monthly_sheets .price_data_table {
  width: 50%;
  table-layout: auto;
}
@media (max-width: 480px) {
  #price_area .monthly_sheets .price_data_table {
    width: 100%;
    table-layout: auto;
  }
}

#price_area .h2_Headline {
  font-size: 120%;
  padding: 14px 0 0 35px;
}
#price_area h3 span {
  color: #003399;
}
#price_area h3.h3_cattitle {
  margin: 0 0 20px;
  padding: 0;
  font-size: 120%;
  font-weight: bold;
  color: #000;
  background-color: transparent;
}
#price_area section {
  margin-bottom: 40px;
}

/**メーカの特徴**/
#price_area section hr {
  border-top: 1px dashed #bbb;
  border-bottom: none;
  margin-bottom: 20px;
}

/**メーカー紹介内商品一覧**/
#price_area .productBox {
  background-image: url(./images/product/product_bg_l.gif);
  background-repeat: no-repeat;
  background-position: left bottom;
  width: 710px;
  min-height: 216px;
  padding: 1px 0;
  position: relative;
}

#price_area .productBox::before {
  content: "";
  position: absolute;
  width: 709px;
  height: 1px;
  background-color: #cecece;
  top: 0;
  left: 0;
}

#price_area .productBox .productImage {
  position: absolute;
  left: 9px;
  top: 13px;
}

#price_area .productBox table {
  position: relative;
  width: 530px;
  margin: 20px 0 21px 170px;
}
#price_area .productBox table tr td span {
  font-size: 110%;
  color: #003399;
  font-weight: bold;
}

#price_area .productBox table tr.price td {
  padding: 5px 10px 5px 0;
}
#price_area .productBox .priceTitle {
  border-bottom: 1px solid #cecece;
  font-size: 100%;
  padding: 0.3em 0;
  margin-bottom: 0.3em;
}

#price_area .productBox span.priceTxt {
  color: #444444;
  font-weight: bold;
}

#price_area .productBox table tr.priceComment td {
  padding: 0 0 5px 0;
  color: #eb0003;
}
.productBox-textLink {
  display: block;
  margin-top: 6px;
  padding-right: 10px;
  text-align: right;
  font-size: 14px;
}

/**メーカー紹介内商品一覧 お客様の声**/
#price_area #list .voices_topics + .h3_number {
  margin-top: 1em;
}

/**商品詳細ページ**/
#price_area .comment {
  float: left;
  width: 440px;
}

#price_area .comment strong {
  font-size: 120%;
}

#price_area .comment p {
  padding: 0 10px 0 10px;
}

#price_area .count_voice {
  margin-bottom: 10px;
  font-size: 16px;
}

#price_area .mb10 {
  margin-bottom: 10px;
}
#price_area .mb20 {
  margin-bottom: 20px;
}

@media screen and (max-width: 480px) {
  #price_area .h2_Headline {
    font-size: 14px;
    margin-bottom: initial;
    display: block;
    padding: 0 0 0 12px;
    border-left: 8px solid #0065cc;
    text-align: left !important;
  }
  #price_area h3.h3_cattitle {
    font-size: 110%;
  }
  #price_area .product_btn_area {
    overflow: hidden;
  }
  #price_area .product_btn_area img {
    width: 48% !important;
    float: left;
    margin: 1%;
  }
  #price_area .comment {
    float: none;
    width: 100%;
  }
  #price_area .productBox::before {
    content: none;
  }
  #price_area .productBox td {
    display: block;
  }
  #price_area .productBox td a img {
    width: 100%;
  }
  #price_area section .productBox {
    width: 100%;
    height: auto;
    background-image: none;
    border: 1px solid #ddd;
    padding: 5px;
    box-sizing: border-box;
  }
  #wrapper #price_area .product .wrap .img_wrap .img,
  #contentsArea #price_area .productBox .productImage {
    position: static;
    padding: 10px;
    margin: auto;
    display: block;
    float: none;
  }
  #price_area section .productBox table {
    width: 100%;
    box-sizing: border-box;
    margin: 0;
  }
  #price_area .productBox td {
    display: block;
  }
  .choicearea_maker {
    flex-direction: column;
  }
  .choicearea_maker p {
    width: 100%;
    padding-left: 8px;
    color: #0d399a;
    font-size: 18px;
  }
  .choicearea_maker ul {
    width: 100%;
  }
  .choicearea_maker ul li {
    height: auto;
  }
  .NewTopUlStyle {
    display: block;
    padding: 0px;
  }
  .SpNewTopListStyle {
    padding: 0 0 10px 0;
  }
}
/* コラムのお問い合わせinc */
.column_base .contactarea_voice.column_inc {
  background-image: none;
  border: 6px solid #a2c1e9;
  padding: 25px 25px 0;
}
.contactarea_voice.column_inc .br-sp {
  display: none;
}
@media screen and (max-width: 480px) {
  .column_base .contactarea_voice .br-sp {
    display: block;
  }
  .column_base .contactarea_voice.column_inc {
    padding: 10px 10px 0;
  }
  .column_inc #p_emphasis_sub {
    font-size: 17px;
  }
  .column_base .contactarea_voice.column_inc #tuuwa {
    width: 40%;
  }
  .column_inc .square_btn,
  .column_inc .strp2 {
    font-size: 15px;
  }
}
/* 選ばれる理由 */
#strength .strength_title-wrap {
  display: flex;
}
#strength .strength-number {
  font-size: 50px;
  color: #04225a;
  font-family: "Roboto Condensed", sans-serif;
}
#strength .strength_title-wrap h3 {
  width: 100%;
  color: #04225a;
  font-size: 26px;
  background-image: url(./common/images/strength/strength_title_bk.png);
  background-repeat: no-repeat;
  padding-left: 18px;
  padding-top: 2px;
  background-position: bottom left;
}
#strength .strength-em {
  color: #d40304;
}
#strength .strength-text {
  margin-left: 74px;
}
#strength #strength01 .strength-text {
  position: relative;
}
#strength #strength01 .strength-text p {
  max-width: 450px;
  width: 90%;
}
#strength #strength01 .strength-text p.present {
  text-align: right;
  margin-bottom: 94px;
  font-weight: bold;
  font-size: 16px;
  margin-top: 15px;
}
#strength #strength01 .strength-text p.present::after {
  content: "";
  width: 10px;
  height: 10px;
  background-image: url(./common/images/strength/present-arrow.png);
  background-repeat: no-repeat;
  display: inline-block;
}
#strength #strength01 .strength-text img {
  width: 168px;
  position: absolute;
  right: 0;
  top: 0;
}
#strength #strength02 {
  padding-bottom: 30px;
}

.strength_03_box {
  position: relative;
  background-image: url(./common/images/strength/trength_03_confetti.png);
  background-repeat: no-repeat;
  background-position: top right;
  padding-bottom: 100px;
}
.strength_03_box img {
  position: absolute;
  top: 50px;
  right: 38px;
}

.strength_03_maintenanceTitle {
  background-image: url(./common/images/strength/strength_maintenanceTitle_bk.png);
  background-repeat: no-repeat;
  padding: 13px 0 14px 23px;
  margin-top: 30px;
}
.strength_03_maintenanceTitle h4 {
  color: #fff;
  font-size: 16px;
  margin-bottom: 20px;
}
.strength_03_box .maintenanceList > li {
  position: relative;
  padding-left: 24px;
}
.strength_03_box .maintenanceList > li::before {
  content: "";
  background-image: url(./common/images/strength/strength_03_checkBox.svg);
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  display: inline-block;
  margin-right: 6px;
  position: absolute;
  left: 0px;
  top: 2px;
}
.strength_03_box li {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 6px;
}
.strength_03_box .counter {
  margin-top: 6px;
  margin-left: 15px;
}

.strength_voiceArea {
  padding-top: 80px;
  background-image: url(./common/images/strength/strength_voiceArea_bk.png);
  background-repeat: no-repeat;
  background-color: #f6f5f7;
  text-align: center;
  padding-bottom: 30px;
}
.strength_voice_reason {
  text-align: center;
  color: #04225a;
  font-size: 18px;
  font-weight: bold;
}
#strength .strength_voicetitle_wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}
#strength .strength_voiceArea .strength_voicetitle_wrap h3 {
  color: #04225a;
  font-size: 28px;
  text-align: center;
  font-weight: bold;
  line-height: 1;
  background: linear-gradient(transparent 70%, #ffa700 70%);
  display: inline;
  padding: 0 10px;
  /* background: -webkit-linear-gradient(transparent 60%, #f6fd37 60%);
    background: linear-gradient(transparent 60%, #f6fd37 60%); */
}
#strength .strength_voicetitle_wrap h3 .voice-em {
  font-size: 48px;
  font-family: "Roboto Condensed", sans-serif;
}

#strength .strength_voicetitle_wrap h3 .voice-em span {
  font-size: 40px;
}
#strength .banner_voice_img img {
  display: block;
  margin: 0 auto;
}
#strength .strength_staffArea h3 {
  font-size: 18px;
  color: #04225a;
  margin: 40px auto 0px;
  text-align: center;
}
#strength .strength_stafftitle_wrap h3::before {
  content: "";
  width: 28px;
  height: 20px;
  background-image: url(./common/images/strength/strength_stafftitle-left.svg);
  display: inline-block;
  margin-right: 6px;
}
#strength .strength_stafftitle_wrap h3::after {
  content: "";
  width: 28px;
  height: 20px;
  background-image: url(./common/images/strength/strength_stafftitle-right.svg);
  display: inline-block;
}
p.strength_link_btn {
  text-align: left;
  margin-top: 8px;
}
.strength_link_btn a::before {
  content: "";
  width: 20px;
  height: 20px;
  background-image: url(./common/images/strength/link-icon.png);
  background-repeat: no-repeat;
  display: inline-block;
  position: relative;
  top: 4px;
  margin-left: 6px;
  margin-right: 4px;
}
#strength .br-sp {
  display: none;
}
@media screen and (max-width: 480px) {
  #strength .strength-number {
    font-size: 40px;
  }
  #strength .strength_title-wrap h3 {
    font-size: 18px;
    line-height: 1.3;
    padding-bottom: 14px;
  }
  #strength .br-sp {
    display: block;
  }
  #strength .strength-text {
    margin-left: 0;
  }
  #strength #strength01 .strength-text p {
    margin: 0 auto;
  }
  #strength #strength01 .strength-text p.present {
    text-align: left;
  }
  #strength #strength01 .strength-text p.present::after {
    transform: rotate(90deg);
  }

  #strength #strength01 .strength-text img {
    position: relative;
  }
  .strength_03_maintenanceTitle {
    padding: 20px 0 2px 5px;
    background-position: center;
  }
  .strength_03_box img {
    position: relative;
    top: 0;
    right: 0;
  }
  .strength_03_box {
    background-position: top 12px right -40px;
    padding-bottom: 0;
  }
  .strength_voiceArea {
    background-position: top;
  }
}
@media screen and (max-width: 375px) {
  #strength .strength_stafftitle_wrap h3 {
    font-size: 16px;
  }
  #strength .strength_stafftitle_wrap h3::before {
    content: "";
    width: 20px;
    height: 20px;
    background-image: url(./common/images/strength/strength_stafftitle-left.svg);
    display: inline-block;
    margin-right: 6px;
    background-position: right bottom;
  }
  #strength .strength_stafftitle_wrap h3::after {
    content: "";
    width: 20px;
    height: 20px;
    background-image: url(./common/images/strength/strength_stafftitle-right.svg);
    display: inline-block;
    background-position: left bottom;
  }
}
/*ブログに使用 */
/* blog47*/
.blog47 {
  margin-bottom: 20px;
}
.blog47 .blog47__title {
  background-color: #8c8c8c;
  color: #fff;
  border: 1px solid gray;
  padding: 8px;
}
.blog47__categoryTitle {
  text-align: left;
  padding-left: 8px;
}
.blog47__categoryTitle span {
  font-size: 0.8em;
  padding-left: 8px;
}

.blog47 tbody tr:nth-of-type(odd) {
  background-color: #d8d8d8;
}
.blog47 tbody tr:nth-of-type(even) {
  background-color: #ededed;
}
.blog47 tbody td {
  text-align: center;
  padding: 2px;
}
@media screen and (max-width: 480px) {
  .blog47__categoryTitle span {
    display: block;
    padding-left: 0px;
  }
}
