@charset "UTF-8";
/* Base ================================================================== */
body {
  font-family: Meiryo;
  background-color: #fff;
  font-size: 15px;
  line-height: 1.5;
  color: #333;
}

.center {
  text-align: center;
}

.leftcol {
  float: left;
  margin-bottom:1em;
}

.rightcol {
  float: right;
  margin-bottom:1em;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}
.container2 a {
  color:#666;
}
/* h1 {
  font-size: 36.4px;
  color: #000000;
  margin-left: 25%;
} */

/* a {
  color: #666666;
  text-decoration: none;
  outline: none;
}
a:hover {
  text-decoration: underline;
}
a:active {
  color: #000000;
}

body {
  display: grid;
}
*/

/* --------------------------------
* smart phone
* -------------------------------- */
@media (max-width: 769px) {
  .container {
    font-size: 100%;
    line-height: 165%;
    padding-bottom: 50px;
    word-wrap: break-word;
  }
}

@media (max-width: 769px) {
  .v4kpro-contentsWrap {
    width: 100%;
    font-size: 100%;
    line-height: 165%;
    padding-bottom: 0;
    overflow: hidden;
    word-wrap: break-word;
  }
}

@media (max-width: 769px) {
  /* body {
    margin: 0 2%;
  } */
}

@media (max-width: 769px) {
  .container2 {
    display: block;
    font-size: 100%;
    line-height: 165%;
    padding-bottom: 20px;
    margin: 0 auto;
    word-wrap: break-word;
  }
}

@media (max-width: 769px) {
  .faq-contentsWrap {
    display: block;
    max-width: 96%;
  }
}

@media (max-width: 769px) {
  .post-6 {
    width: 100%;
    box-sizing: border-box;
  }
}

@media (max-width: 769px) {
  .container2 h1:first-of-type {
    font-size: 2.5rem;
    max-width: 350px;
    margin:auto;
  }
}

@media (max-width: 769px) {
  .container2 h3 {
    font-size: 2rem;
  }
}

@media (max-width: 769px) {
  .container2 p {
    font-size: 14px;
  }
}

@media (max-width: 769px) {
  .post-654 {
    box-sizing: border-box;
    margin-left: 0;
  }
}

/* Header =================================================================== */
header {
  text-align: center;
  border-bottom: 1px solid #f1efea;
  width: 100%;
  z-index: 2;
}

#logo img {
  max-width: 44.34px;
  /* 横幅を割合で指定 */
  float: left;
  margin-left: 8%;
  margin-top: 15px;
}

.logo-text p {
  font-family: Meiryo;
  font-size: 25px;
  color: #000000;
  float: left;
  margin-left: 10px;
  margin-top: 20px;
}

.nav-tabs {
  position: relative;
  margin-top: 31px;
  z-index: 2;
}
.nav-tabs ul {
  margin: auto auto;
}
.nav-tabs li {
  float: left;
  width: 131px;
  height: 20px;
  display: block;
  border-bottom: 5px solid #fff;
  padding-bottom: 1px;
}
.nav-tabs ul li a {
  display: inline-block;
  width: 100%;
  height: 25px;
}

.dropdown li {
  width: 145px;
}

.dropdown a {
  text-align: left;
  background-color: #fff;
}

.news a {
  text-align: left;
  background-color: #fff;
}

.btn-menu {
  position: absolute;
  top: 65px;
  right: 12px;
  border: 1px solid #333;
  color: #333;
  padding: 0.5rem 1rem;
}

/* 以下、ドロップダウン */
li.dropdown ul {
  visibility: hidden;
  opacity: 0;
  width: 100%;
  transition: all 0.2s ease;
}
li.dropdown:hover ul {
  visibility: visible;
  opacity: 1;
}

li.news ul {
  visibility: hidden;
  opacity: 0;
  width: 100%;
  transition: all 0.2s ease;
}
li.news:hover ul {
  visibility: visible;
  opacity: 1;
}

/* --------------------------------
* smart phone
* -------------------------------- */
@media (max-width: 769px) {
  header {
    box-sizing: border-box;
  }
}

@media (max-width: 769px) {
  #logo img {
    max-width: 10%;
    margin-left: 2%;
    margin-top: 15px;
  }
}

@media (max-width: 769px) {
  .nav-tabs {
    display: none;
  }
}

@media (max-width: 769px) {
  .nav-phone a {
    font-size: 1.2rem;
  }
}

@media (max-width: 769px) {
  .nav-phone li {
    list-style: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    clear: both;
    position: relative;
    line-height: 2.5rem;
  }
}

@media (max-width: 769px) {
  .down {
    float: right;
    margin-right: 20px;
    margin-top: 5px;
  }
}

@media (max-width: 769px) {
  .drop-phone ul {
    display: none;
  }
}

@media (max-width: 769px) {
  .drop-phone2 ul {
    display: none;
  }
}

@media (max-width: 769px) {
  .drop-phone3 ul {
    display: none;
  }
}

@media (max-width: 769px) {
  .drop-phone4 ul {
    display: none;
  }
}

@media (max-width: 769px) {
  .nav-phone li {
    display: none;
  }
}

@media (max-width: 769px) {
  .btn-menu {
    position: absolute;
    top: 15px;
    background-color: #ffffff;
    border: none;
    cursor: pointer;
  }
}

@media (max-width: 769px) {
  .btn-menu img {
    width: 35px;
    height: 35px;
  }
}

/* --------------------------------
* desktop
* -------------------------------- */
@media (min-width: 770px) {
  .btn-menu {
    display: none;
  }
}

@media (min-width: 770px) {
  .nav-phone {
    display: none;
  }
}

/* Footer =================================================================== */
footer {
  background-color: #dededd;
}

#footer-logo img {
  width: 2.5%;
  /* 横幅を割合で指定 */
  float: left;
  margin-left: 12%;
  margin-top: 30px;
}

.footer-logo p {
  font-family: Meiryo;
  font-size: 25px;
  color: #000000;
  float: left;
  margin-left: 10px;
  margin-top: 35px;
}

.company-name a {
  color: #000000;
}

.row {
  float: right;
  margin-top: 33px;
  margin-right: 20%;
}

.column-auto-width {
  display: table-cell;
  padding-right: 40px;
}

.column-auto-width p {
  color: #000000;
}

.column-auto-width a {
  color: #000000;
}

.column-auto-width ul {
  list-style: none;
  padding-left: 0;
}

.copyright {
  display: block;
  clear: right;
  text-align: center;
}

.copyright {
  color: #a3a3a3;
  margin: 15px auto;
}

/* --------------------------------
* smart phone
* -------------------------------- */
@media (max-width: 769px) {
  .row {
    display: none;
  }
}

@media (max-width: 769px) {
  .btn-footer {
    float: right;
    right: 15px;
    background-color: #dededd;
    border: none;
    cursor: pointer;
  }
}

@media (max-width: 769px) {
  .btn-footer img {
    width: 35px;
    height: 35px;
    background-color: #dededd;
    margin-top: 15px;
    margin-right: 20px;
  }
}

@media (max-width: 769px) {
  .nav-footer a {
    font-size: 1.2rem;
  }
}

@media (max-width: 769px) {
  .nav-footer li {
    display: none;
    list-style: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    clear: both;
    position: relative;
    line-height: 2.5rem;
  }
}

@media (max-width: 769px) {
  .copyright {
    float: left;
    margin-left: 20%;
  }
}

@media (max-width: 769px) {
  #footer-logo img {
    width: 10%;
    /* 横幅を割合で指定 */
  }
}

/* --------------------------------
* desktop
* -------------------------------- */
@media (min-width: 770px) {
  .btn-footer {
    display: none;
  }
}

@media (min-width: 770px) {
  .nav-footer {
    display: none;
  }
}

/*
Theme Name: アビコジャパン
Thema URI: http://abicojapancom.local
Author: Katsumi
Description: アビコジャパンがおすすめする書画カメラのご紹介
Version: 1.0
*/
/* Content
   ========================================================================== */
.container2 {
  padding-top: 20px;
}

#cover {
  background-position: center;
  text-align: center;
  background-color: #f1efea;
  margin: 0 auto;
}

#pagecover {
  background-position: center;
  text-align: center;
  background-color: #f1efea;
  margin: 0 auto;
  position: relative;
  bottom: 25px;
  margin-left: 8%;
  margin-right: 8%;
}

.slide {
  text-align: center;
}

.slide {
  /*親div*/
  position: relative;
}

.slide h2 {
  position: absolute;
  top: 12%;
  left: 20%;
  font-size: 26px;
  text-align: left;
}

.slide img {
  margin: 0 auto;
  max-width: 80%;
}

/* ウィンドウ幅が560px以上の場合に適用するCSS */
@media screen and (min-width: 560px) {
  .wp-block-video {
    display: none;
  }
}
.container h1 {
  font-size: 2.8rem;;
}

.container h2 {
  font-size: 2.2rem;;
}

.container p {
  font-size: 15.4px;
}

.article-top {
  margin: auto;
  max-width: 30%;
  padding-bottom: 75px;
}

.article-top p {
  color: #666666;
}

.faq-contentsWrap {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.side-box {
  padding: 0.5em 1em;
  margin: 2em auto;
  font-weight: bold;
  border: solid 3px #ececec;
}

.side-box_ttl {
  padding: 10px;
  background: #ececec;
}

.searchform {
  padding: 15px 0;
  text-align: center;
}

.side-search_input {
  padding: 5px;
  background: #f7f7f7;
  border: 1px solid #ddd;
  border-radius: 3px;
  box-shadow: inset 1px 1px 0 0 rgba(0, 0, 0, 0.05);
  width: 100%;
  margin: 0 0 10px;
  font-size: 12px;
}

.side-box_ttl::before {
  content: "";
  position: relative;
  top: 0;
  left: 0;
  display: inline-block;
  width: 5px;
  height: 15px;
  margin: 0 5px 0 0;
  background: linear-gradient(to bottom, #5c94ca 0, #1a6bb5 100%);
  border: 1px solid #fff;
}

.btn_gray {
  padding: 8px 12px;
}

.btn_gray .fas {
  color: #1b63a7;
}

.about-us2 {
  max-width: 1000px;
  padding: 25px 20px;
  margin: 0 auto 5em auto;
  text-align: left;
}

article-span p {
  color: #666666;
  font-size: 1.5rem;
  line-height: 1.6;
}

.blog-body {
  margin: 1rem auto;
  background: linear-gradient(#f1efea, #fefefe);
  padding: 3% 3% !important;
  max-width: 1446px;
}
.blog-title-article, .blog-body h1 {
    text-align: center;
    margin: 2% auto;
    color: #000;
}
.sales2 a{
  font-size: 40px;
}
/* .blog-body p {
  margin:0;
} */
.blog-header * {
  line-height: 1.2;
}

.blog-category {
  display: inline-block;
  border: 1px solid #1b70e0;
    color: #1b70e0;
    padding: 6px;
    border-radius: 50px;
    text-align: center;
  }

.topics img {
  -o-object-fit: cover;
     object-fit: cover;
  max-width: 100%;
}

.container2 .entry {
  display: inline-block;
  max-width: 48%;
  padding-left: 1%;
  vertical-align: top;
}

.thumb {
  max-width: 100%;
  text-align: center;
}

.topics a {
  color: #0174a1;
  font-size: 14px;
}

.text {
  margin-top: 5px;
  padding-bottom: 1px;
}

.products-area {
  background-color: #f1efea;
  margin-left: 7%;
  margin-right: 7%;
}

.products {
  padding-top: 2%;
}

.products-area h2 {
  font-size: 36.4px;
}

.wrap-product {
  display: flex;
  /* フレックスボックスにする */
  justify-content: center;
}

.product {
  position: relative;
  width: 14%;
  padding-bottom: 10px;
  margin: 0 3px 0px 3px;
  text-align: center;
}

.product img {
  max-width: 93%;
  height: 170px;
  -o-object-fit: cover;
     object-fit: cover;
}

.entry-btn {
  text-align: center;
  margin-top: 1rem;
}
.entry-btn a {
  font-size: 36px;
  color: #fff;
  padding: 10px 20px;
  background: #d7302e;
  box-shadow: 0 0 0 5px #d7302e;
  border: 2px dashed #fff;
  border-radius: 5px;
  text-decoration: none;
  display: inline-block;
}
.entry-btn a:hover {
  color: #fff;
  background: #e38787;
  box-shadow: 0 0 0 5px #e38787;
  border: 2px dashed #eda1a1;
}

.vertical-entry {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
.vertical-entry a {
  font-size: 20px;
}

.vertical-banner {
  position: absolute;
  top: 70%;
  right: 0.5%;
}

.amazon-content {
  margin-left: 15px;
}

.new {
  font-size: 12px;
  line-height: 1em;
  color: #fff;
  background-color: #d7302e;
  height: 33px;
  line-height: 33px;
  text-align: center;
  border-radius: 50%;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 3px;
  right: 3px;
}

.icon-box {
  display: flex;
  /* フレックスボックスにする */
  justify-content: space-between;
  position: absolute;
  bottom: -33px;
  margin: 0 auto;
  padding: 1px 3px;
}
.icon-box img {
  max-width: 80%;
  height: auto;
}

.btn-phone-amazon {
  background-color: #d7302e;
  border: 1px solid #d7302e;
  font-size: 11.5px;
  font-weight: normal;
  color: #fff;
  text-decoration: none;
  text-align: center;
  display: inline-block;
  white-space: nowrap;
  border-radius: 50px;
  line-height: 35px;
  cursor: pointer;
  box-sizing: border-box;
  max-width: 93%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  bottom: -18px;
  right: 13%;
  margin: 0 auto;
  padding: 0 3px;
  display: none;
}

.btn-mobile {
  background-color: #d7302e;
  border: 1px solid #d7302e;
  font-size: 15px;
  font-weight: normal;
  color: #fff;
  text-decoration: none;
  text-align: center;
  display: inline-block;
  white-space: nowrap;
  border-radius: 50px;
  line-height: 35px;
  cursor: pointer;
  box-sizing: border-box;
  max-width: 95%;
  -o-object-fit: cover;
  object-fit: cover;
  margin: 0 auto 9px;
  padding: 0 3px;
  display: none;
}

.btn-book {
  font-size: 15px;
  font-weight: normal;
  color: #fff;
  text-decoration: none;
  background-color: #333;
  text-align: center;
  display: inline-block;
  white-space: nowrap;
  padding: 0 3px;
  border-radius: 50px;
  border: 1px solid #333;
  transition: all 0.15s ease-in-out;
  -webkit-transition: all 0.15s ease-in-out;
  margin-top: 10px;
  cursor: pointer;
  box-sizing: border-box;
}

.btn-book {
  display: none;
}

.about-us2 h1 {
  font-size: 36.4px;
  color: #000000;
}

.article-span h1 {
  font-size: 36.4px;
  color: #000000;
  text-align: center;
  margin: 20px auto;
}

.about-business {
  width: 670px;
  margin-left: 7%;
  margin-right: 0;
}

.about-business p {
  color: #666666;
  line-height: 1.6;
}

.post-6 {
  max-width: 1000px;
  padding: 25px 20px;
  margin: 0 auto 0px auto;
  text-align: left;
  background: linear-gradient(#f1efea, #fefefe);
}

.sales {
  padding-bottom: 20px;
}

.sales2 {
  margin-left: 15%;
  margin-top: 60px;
  line-height: 1.4;
  margin-bottom:1em;
  font-size: 2.3rem;
}

.sales3 {
  margin-left: 15%;
  margin-bottom: 1em;
}

.sales3 h2 {
  line-height: 1.4;
  font-size: 2.3rem !important;
}

.thumbnail {
  margin-left: 5%;
  margin-right: 5%;
  float: left;
}

.blog-wrap {
  margin: 0 auto;
  width: 93%;
  max-width: 100%;
}

.blog-footer a {
  color: #0174a1;
  font-size: 1.5rem;
}

.blog-footer {
  margin-left: 23%;
}

.company {
  margin-left: 20%;
  margin-bottom: 30px;
  margin-top: 20px;
}

.company a {
  color: #0174a1;
  font-size: 14px;
}

.mgl-20 {
  margin: 46px;
}

.entryInfo {
  margin-left: 12%;
  margin-bottom: 30px;
}

.content {
  margin-left: 4%;
  margin-right: 4%;
}

.postNavi {
  margin-left: 12%;
}

.next {
  float: right;
  margin-right: 20%;
}

.copy {
  padding-left: 30px;
  padding-right: 20px;
}

.container2 .privacy {
  margin-left: 24%;
  margin-right: 24%;
  margin-bottom: 6em;
}

.page .container2 {
  margin: 0 auto;
  max-width: 1146px;
  width: 90%;
}

.post-43 {
  margin-left: 25%;
  margin-right: 25%;
  margin-bottom: 50px;
}

.contactus {
  margin-left: 25%;
  margin-right: 25%;
  margin-bottom: 25px;
}

.fc {
  margin-left: 15%;
  margin-right: 15%;
  margin-bottom: 35px;
}

.blog-header {
  margin-left: 18%;
}

.header-blog {
  margin-left: 70%;
}

.post-252 {
  max-width: 100vw;
  background-color: #f1efea;
}

.post-252 h1 {
  padding-top: 28px;
}

.alignnone wp-image-28 {
  -o-object-fit: cover;
     object-fit: cover;
}

/*----------------------------------------
	Card
----------------------------------------*/
.card {
	display: block;
	border: 1px solid #e7e7e7;
	border-radius: 5px;
	color: inherit;
	text-decoration: none;
	transition: color .3s;
}
.card__thumb {
	overflow: hidden;
}
.card__thumb img {
	max-width: none;
	width: 100%;
	border-radius: 5px 5px 0 0;
	transition: transform .3s;
}
.card__txt {
	width:100%;
  flex-grow:1;/*空きスペースの伸びる倍率を指定*/
  text-align: center;
}
}
.card:hover .card__thumb img {
	transform: scale(1.1);
}

/*----------------------------------------
	CardList03
----------------------------------------*/
.cardList03 {
	display: flex;
	flex-direction: column;
}
.cardList03__item {
	margin-top: 20px;
  list-style: none;
  display:flex;/*子要素に追加*/
  flex-direction:column;/*子要素に追加*/
  margin-bottom: 40px;
}
.cardList03__item img{
	display:block;/*画像下の余白を消す*/
  width:100%;
  height:300px;/*高さを指定*/
  object-fit:cover;/*画像をコンテナいっぱいに表示*/
}
@media screen and (max-width: 767px),print {
	.cardList03__item {
		margin-left: -40px;
	}
}
@media screen and (min-width: 768px),print {
	.cardList03 {
		flex-direction: row;
		flex-wrap: wrap;
		margin-left: -20px; /*左端列の左マージンを相殺*/
    margin-right: 40px;
	}
	.cardList03__item {
		margin-left: 20px;
		width: calc((100% - 40px) / 2); /*各列の左マージン分合計を除いて1/2*/
	}
}
@media screen and (min-width: 992px),print {
	.cardList03__item {
		width: calc((100% - 60px) / 3); /*各列の左マージン分合計を除いて1/3*/
	}
}

.image-aspectRatio {
  background-color: #fff;
  margin: 30px;
  width: 33.33%;
}

.image-aspectRatio img {
  -o-object-fit: cover;
     object-fit: cover;
  max-width: 100%;
  z-index: 2;
}

.catalog-box {
  max-width: 100%;
  margin: 0;
}

.btn-primary {
  display: inline-block;
  padding: 7px 20px;
  border-radius: 25px;
  text-decoration: none;
  color: #FFF!important;
  background-image: linear-gradient(45deg, #f5b0b1 0%, #d71719 100%);
  transition: 0.4s;
}

.btn-primary:hover {
  background-image: linear-gradient(45deg, #b6dbfa 0%, #037ee2 100%);
}

.btn-uplift {
  display: inline-block;
  padding: 7px 20px;
  border-radius: 25px;
  text-decoration: none;
  color: #FFF!important;
  background: #0071e3;
  transition: 0.4s;
}
.btn-uplift.btn-uplift:hover {
  background-image: linear-gradient(45deg, #b6dbfa 0%, #037ee2 100%);
}

.intro-content {
  text-align: center;
  margin: 10px auto;
}

.simplemap {
  margin-left: 20%;
  margin-bottom: 25px;
}

#metaslider-id-340 {
  float: left;
}

.your-message {
  width: 327px;
}
textarea#your-message {
  height:2.2em;
  height:30px;
  width:422px;
  max-width:100%;
}
.your-payment-check .wpcf7-list-item {
  width:100%;
  display: block;
}
.your-payment-check .wpcf7-list-item label {
  margin:1em 0;
  display: block;
}

.contact-p {
  margin-left: 10%;
  margin-bottom: 40px;
}

.abico-form {
  margin-left: 10%;
}

div.emd-container .row {
  width: 100%;
}

.videoBlock {
  width: 100%;
  height: auto;
  padding-top: 20px;
  padding-bottom: 15px;
  margin: 20px auto 20px 2%;
}

/* .videos {
  display: grid;
  grid-template-columns: 33% 33% 33%;
  grid-template-rows: 26% 26% 26% 26%;
} */

/* .video:nth-child(1) {
  grid-column: 1/2;
  grid-row: 1/2;
} */

/* .video:nth-child(1) img {
  width: 224%;
  height: auto;
}

.video:nth-child(1) .name {
  width: 220%;
}

.video:nth-child(2) {
  grid-column: 3;
  grid-row: 1;
} */

.video img {
  width: 98%;
  height: auto;
  transition-duration: 0.5s;
  /*変化の時間*/
}

.video img:hover {
  transform: scale(1.02, 1.02);
  /*画像の拡大*/
  　cursor: pointer;
  /*カーソルをポインターにする*/
}



.video .date {
  margin-left: 8%;
}

.video .name {
  margin: auto 8% 25px 8%;
}

.edu-tittle {
  max-width: 400px;
  font-weight: bold;
  padding: 8px 0 10px;
  color: #fff;
  background-color: #d71719;
  border-radius: 25px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
}

.edu-taiwan img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.entrance-content {
  display: flex;
  /* フレックスボックスにする */
  align-items: flex-start;
}

.entranceLink-box {
  width: 33.3%;
  /* 幅指定 */
  margin: 20px 7px;
  position: relative;
}

.entranceLink-box img {
  width: 100%;
}

.decorator {
  background-color: rgba(0, 0, 0, 0.4);
}

.entranceLink-box figcaption {
  color: #d71719;
  font-size: 41px;
  font-weight: bold;
  position: absolute;
  top: 0;
  display: flex;
  width: 100%;
  height: 100%;
  margin: 0;
  align-items: center;
  justify-content: center;
  transition-duration: 0.5s;
  /*変化の時間*/
}

.entranceLink-box figcaption:hover {
  transform: scale(1.02, 1.02);
  /*画像の拡大*/
  　cursor: pointer;
  /*カーソルをポインターにする*/
}

.school-slide {
  margin-top:2rem!important;
  float: none!important;
}

.post-654 {
  max-width: 1000px;
  padding: 0 20px;
  margin: 0 auto 50px auto;
}

.school-tittle {
  max-width: 400px;
  font-weight: bold;
  padding: 8px 10px 10px;
  color: #fff;
  background-color: #d71719;
  border-radius: 25px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
}

.post-654 h1 {
  text-align: center;
  margin: 0 auto;
  color: #d71719;
}

.preparation-lesson img {
  -o-object-fit: cover;
     object-fit: cover;
}

.point-finger {
  width: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}

.point-school {
  float: left;
  width: 90px;
  font-weight: bold;
  padding: 8px 5px;
  color: #fff;
  background-color: #d71719;
  border-radius: 50px;
  margin-top: 20px;
  text-align: center;
}

.batsugun {
  margin: 45px 0 30px 110px;
}

.point-txt {
  padding: 0.5em 1em;
  margin: 2em 0;
  border: dashed 2px #d71719;
  /*点線*/
}

.preparation {
  background-color: #f1efea;
}

.post-706 {
  max-width: 1000px;
  padding: 0 20px;
  margin: 0 auto 50px auto;
}

.post-706 h1 {
  text-align: center;
  margin: 0 auto;
  color: #d71719;
}

.post-735 {
  max-width: 1000px;
  padding: 0 20px;
  margin: 0 auto 50px auto;
}

.post-735 h1 {
  text-align: center;
  margin: 0 auto;
  color: #d71719;
}

.programing-tittle {
  max-width: 360px;
  font-weight: bold;
  padding: 8px 8px 10px;
  border: solid 3px #d71719;
  border-radius: 25px;
  margin-left: auto;
  margin-right: auto;
}

.steam-tittle {
  margin-top: 45px;
}

.examples {
  display: flex;
  /* フレックスボックスにする */
  flex-wrap: wrap;
  /* 折り返し指定 */
}

.examples {
  display: grid;
  grid-template-columns: 33.3% 33.3% 33.3%;
  grid-template-rows: 33.3% 33.3% 33.3%;
}

.text-footer a {
  color: #0174a1;
}

.example img {
  width: 105%;
  height: auto;
  flex-wrap: wrap;
  /* 折り返し指定 */
  transition-duration: 0.5s;
}

.example img:hover {
  transform: scale(1.02, 1.02);
  /*画像の拡大*/
  　cursor: pointer;
  /*カーソルをポインターにする*/
}

.text {
  margin: 0 15px 20px 30px;
}

.contents-box {
  display: flex;
  max-width: 100%;
}

.content-left {
  position: relative;
  left: 8vw;
  bottom: 20vw;
}

.content-right {
  position: relative;
  left: 4vw;
  bottom: 20vw;
}

.contents-box h1 {
  font-size: 46px;
}

.contentsLink-box img {
  width: 100%;
  transition-duration: 0.5s;
}

.contentsLink-box img:hover {
  transform: scale(1.02, 1.02);
  /*画像の拡大*/
}

.contentsLink-box {
  width: 49%;
  margin: auto 15px;
}

.contentsLink-box a {
  color: #fff;
}

.topic-area {
  margin-left: 0;
  margin-right: 0;
  padding: 40px 0 75px 0;
}
.topics {
  display: flex;
  justify-content: space-between;
}
.topics section.entry {
  width:48%;
}

.topic-text {
  text-align: center;
  margin-right: 25%;
}

.topic-text a {
  color: #0174a1;
  font-size: 20px;
}

.icon-q {
  content: url("../../image/icons8-q-50.png");
  /*アイコン画像を挿入*/
  width: 20px;
  margin-right: 18px;
}

.icon-a {
  content: url("../../image/icons8-a-50.png");
  /*アイコン画像を挿入*/
  width: 20px;
  position: relative;
  right: 48px;
}

.accshow p {
  position: relative;
  right: 8px;
  bottom: 38px;
}

/*ボックス全体*/
.faq-section_body {
  padding: 0;
  max-width: 725px;
  /*最大幅*/
}

.thumbnail img {
  width: 100%;
   height: 180px;
   object-fit: cover;
}

/*チェックは隠す*/
.faq-section_body input {
  display: none;
}

/*中身を非表示にしておく*/
.faq-section_body .accshow {
  height: 0;
  padding: 0;
  overflow: hidden;
  opacity: 0;
  transition: 0.3s;
}

.accshow a {
  color: #0174a1;
}

.cssacc:checked + .accshow {
  height: auto;
  padding: 20px 18px 0 48px;
  opacity: 1;
}

.faq-section_body {
  margin: 1em 0;
  border: solid 3px #ececec;
}
.faq-section_list a {
  color:#666;
}

.accshow {
  border-top: solid 3px #ececec;
}

.faq-label {
  line-height: 3em;
}

.help-content {
  display: block;
  width: 1010px;
  margin: 0 auto;
  padding: 20px 0;
  background: #f1efea;
  text-align: center;
}

.help_content_ttl {
  width: 500px;
  margin: 0 auto;
  padding: 8px 10px;
}

.faq-section_list li {
  list-style: none;
  -webkit-margin-before: 0;
          margin-block-start: 0;
}

.faq-section_list ul {
  margin-left: 0;
}

.alC {
  text-align: center !important;
}

.btnStyle02 a {
  width:290px;
  max-width:100%;
  font-size: 14px;
  font-weight: bold;
  display: inline-block;
  background: #d71719;
  color: #FFF;
  padding: 7px;
  cursor: pointer;
  position: relative;
  line-height: 1.3;
  text-decoration: none;
  border-bottom: 2px solid #d71719;
}

.btnStyle02 input {
  font-size: 17px;
  font-weight: bold;
  display: flex;
  justify-content: center;
  background: #d71719;
  color: #FFF;
  padding: 7px 1em;
  cursor: pointer;
  position: relative;
  line-height: 1.3;
  text-decoration: none;
  border-bottom: 2px solid #d71719;
  margin:auto;
}
.btnStyle02,
.btnStyle01 {
margin:1em auto;
}

.btnStyle02 a span {
  padding-top: 10px;
  padding-bottom: 8px;
  display: inline-block;
}

.btnStyle01 a {
  display: inline-block;
  color: #333333;
  position: relative;
  line-height: 1.3;
  text-decoration: none;
}

.btnStyle01 a span {
  display: inline-block;
  padding: 13px 35px 12px 20px;
  border: 1px solid #cacaca;
  border-bottom: 2px solid #cacaca;
  background: #f9f9f9;
  font-size: 14px;
}

.thanks-mainContents {
  float: right;
  width: 725px;
}

.catalog-esolution img {
  text-align: center;
  width: 50%;
}

.catalog-download {
  margin-left: 25%;
  margin-bottom: 40px;
}

.submit-send {
  margin-left: 25%;
}

.hogo-agreement {
  width: 70px;
  margin-left: 50px;
}

.downloadpp {
  margin-top: 45px;
}

.hogolink a {
  color: #0174a1;
  font-size: 16px;
}

.post-970 {
  max-width: 1280px;
  margin: 0 auto;
  padding: 36px 0 64px;
}

.agreement-contents {
  margin-top: 60px;
}

.wpcf7-form init {
  margin: 0 0;
  width: 1200px;
}

.agreement-contents2 {
  margin-bottom: 50px;
  background: linear-gradient(#f1efea, #fefefe);
}

.requiredtext {
  color: #d71719;
}

.agreetext {
  color: #d71719;
}

.link a {
  color: #0174a1;
}
/*
.v4kpro {
  display: none;
  height: 0;
} */

/*
COLORS
================================================ */
:root {
  --light-blue: #4db1ec;
  --blue: #1665cc;
  --purple: #b473bf;
  --pink: #ffb2c1;
  --orange: #ff9f67;
  --yellow: #ffd673;
  --light-green: #a2e29b;
  --green: #00a2af;
  --grey: #333;
  --white: #fff;
}

#hero {
  /* ↓ 省略形だとブラウザーによってうまく表示されない
  background: var(--light-blue) url('../../images/hero.jpg') no-repeat center / cover; */
  background-color: var(--light-blue);
  background-image: url("https://abicojapan.com/wp-content/uploads/2021/07/product-v4kpro-overview_cover_large.jpeg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-blend-mode: screen;
  -webkit-animation: bg-color 24s infinite;
          animation: bg-color 24s infinite;
  height: 100vh;
  align-items: center;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
  position: relative;
  top: -0.95%;
}

@-webkit-keyframes bg-color {
  0% {
    background-color: var(--light-blue);
  }
  25% {
    background-color: var(--blue);
  }
  50% {
    background-color: var(--purple);
  }
  75% {
    background-color: var(--green);
  }
  100% {
    background-color: var(--light-blue);
  }
}

@keyframes bg-color {
  0% {
    background-color: var(--light-blue);
  }
  25% {
    background-color: var(--blue);
  }
  50% {
    background-color: var(--purple);
  }
  75% {
    background-color: var(--green);
  }
  100% {
    background-color: var(--light-blue);
  }
}
.color {
  color: #FF7600;
}

#hero background-image {
  width: 100%;
  max-height: 100%;
}

#hero .ttl-h1 {
  font-size: 4.6rem;
  margin-bottom: 1.5rem;
  margin-left: 10%;
}

#hero h2 {
  font-size: 2.3rem;
  margin-bottom: 1.5rem;
  text-align: center;
}
/* product-box★ */
.mv-product-box {
  float: left;
  text-align: center;
}
.mv-product-box p {
  font-size: 1.4rem;
}

.wave-image img {
  max-width: 35px;
}

.intelligo-image img {
  max-width: 35%;
}

.content {
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
}

.home-image {
  width: 50%;
}
.home-image img {
  width: 100%;
}

.brown-bg .home-image {
  width: 50% !important;
}
.brown-bg .home-image img {
  width: 100%;
}

.home-image2 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  width: 50%;
}
.home-image2 img {
  width: 100%;
}

.div1 {
  grid-area: 1/2/2/3;
}

.div2 {
  grid-area: 1/3/2/4;
}

.div3 {
  grid-area: 2/2/3/3;
}

.div4 {
  grid-area: 2/3/3/4;
}

.div5 {
  grid-area: 1/1/2/2;
}

.div6 {
  grid-area: 2/1/3/2;
}

.flex-reverse {
  flex-direction: row-reverse;
}

.home-text {
  width: 50%;
  height: 100%;
  margin: 0 3%;
  flex-direction: column;
  justify-content: space-around;
  align-items: stretch;
}
.home-text h2 {
  font-size: 2.65em;
}
.home-text h3 {
  font-size: 1.5em;
}
.home-text h4 {
  font-size: 1.1em;
}
.home-text p {
  font-size: 1em;
}

.main {
  max-width: 960px;
  width: auto;
  margin: 60px auto;
  text-align: center;
}
.main h2 {
  font-size: 2.1em;
  margin-top: 60px;
}
.main p {
  font-size: 1em;
}

.icon-app img {
  width: 100%;
  height: auto;
}

.specifications {
  width: 65%;
  margin: 0 auto;
}
.specifications h3 {
  width: 25%;
}

.prod-content {
  width: 65%;
  margin: 0 auto;
}

.specifications-border {
  display: flex;
  align-items: center;
}

.pc-product-banner {
  margin: 0 auto;
  margin: 0 auto;
  box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: space-between;
  padding: 7px 3%;
  color: #000;
  background-color: #fff;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1;
}

.pc-prodBar-shop {
  display: flex;
  height: 30px;
}

.pc-content-name h3 {
  padding-top: 0;
  padding-left: 20%;
}

.banner-amazon {
  background-color: #d7302e;
  border: 1px solid #d7302e;
  font-size: 11.5px;
  font-weight: normal;
  color: #fff;
  text-decoration: none;
  text-align: center;
  display: inline-block;
  white-space: nowrap;
  border-radius: 50px;
  line-height: 35px;
  cursor: pointer;
  box-sizing: border-box;
  max-width: 93%;
  -o-object-fit: cover;
  object-fit: cover;
  margin: 0 auto;
  padding: 0 12px;
}

.pc-banner-amazon {
  background-color: #d7302e;
  border: 1px solid #d7302e;
  font-size: 11.5px;
  font-weight: normal;
  color: #fff;
  text-decoration: none;
  text-align: center;
  display: inline-block;
  white-space: nowrap;
  border-radius: 50px;
  line-height: 27px;
  cursor: pointer;
  box-sizing: border-box;
  max-width: 93%;
  -o-object-fit: cover;
  object-fit: cover;
  margin: 3px 6px;
  padding: 0 12px;
}

.color-button {
  display: flex;
  height: 35px;
}

.color-button-m {
  display: flex;
  height: 35px;
  margin-top: -18px;
}

.buy-button {
  position: relative;
  top: 12px;
}

.gray-button {
  background-color: #525356;
  border: double 1.5px #d7302e;
  position: relative;
  display: inline-block;
  font-weight: bold;
  padding: 0.25em 0.5em;
  margin-left: 15px;
  height: 14px;
  width: 38px;
}

.gray-button-no {
  background-color: #525356;
  position: relative;
  display: inline-block;
  font-weight: bold;
  padding: 0.25em 0.5em;
  margin-left: 15px;
  height: 14px;
  width: 38px;
}

.yellow-button {
  background-color: #fbbe3d;
  position: relative;
  display: inline-block;
  font-weight: bold;
  padding: 0.25em 0.5em;
  margin-left: 20px;
  height: 14px;
  width: 38px;
}

.yellow-button-true {
  background-color: #fbbe3d;
  border: double 1.5px #d7302e;
  position: relative;
  display: inline-block;
  font-weight: bold;
  padding: 0.25em 0.5em;
  margin-left: 20px;
  height: 14px;
  width: 38px;
}

.v4kpro-pc img {
  width: 75%;
}

.v4kpro-mobile img {
  max-width: 80%;
  margin-top: 20px;
}

.v4kpro-banner {
  text-align: center;
}

.specifications-border:before,
.specifications-border:after {
  content: "";
  height: 1px;
  flex-grow: 1;
  background-color: #666;
}

.specifications-border:before {
  margin-right: 1rem;
}

.specifications-border:after {
  margin-left: 1rem;
}

.specifications-border-2 {
  border-top: solid 1px #666;
}

.prodFeature_box {
  display: flex;
}

.btn-video {
  color: #fff;
  font-size: 1.5rem;
  border-radius: 5px;
  text-decoration: none;
  background: #e7302e;
  box-shadow: 0 3px #881d1b;
  position: relative;
  display: inline-block;
  top: -2px;
  padding: 10px 20px;
}

.btn-video:hover {
  box-shadow: 0 1px #881d1b;
  top: 1px;
}

#vk4-demo {
  font-family: Arial, "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", "STHeiti", "WenQuanYi Micro Hei", SimSun, sans-serif;
  font-weight: 300 !important;
}
#vk4-demo .section--scenario {
  padding-bottom: 3rem;
}
#vk4-demo .switch--ai {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}
#vk4-demo .switch--ai .switch--button {
  position: relative;
  width: 85px;
  height: 46px;
  border-radius: 99px;
  background: #C9C9C9;
  border: 2px solid #C9C9C9;
}
#vk4-demo .wave {
  position: relative;
  width: 100%;
  height: 90px;
  overflow: hidden;
}
#vk4-demo .function {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 95px;
  padding: 0 1rem;
}
#vk4-demo .panel---scenario {
  width: 100%;
  border-radius: 1rem;
  max-width: 680px;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1);
  background: #ffffff;
  position: relative;
  padding-top: 1rem;
  margin: 0 auto;
  margin-bottom: -95px;
  text-align: center;
}
#vk4-demo .panel---scenario .subtitle {
  font-size: 18px;
  color: #333333;
}
#vk4-demo .panel---scenario .title {
  font-size: 24px;
  color: #FF7600;
  margin-bottom: 0.5rem;
}

.sprite img {
  max-width: 15%;
}

.v4kpro-container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.brown-bg {
  background: #f1efea;
}
.brown-bg2 {
  background: #f1efea;
  margin-top: 80px;
}

.common_row {
  display: flex;
  flex-wrap: wrap;
}
.common_row_item {
  margin: 5px 20px;
}

.first-last-child td {
  padding: 5px 3px;
  vertical-align: top;
}

.amazon-mobile {
  width: 16em;
  margin: 0 auto;
  position: -webkit-sticky;
  position: sticky;
  top: 1rem;
  z-index: 1;
}

.container-a {
  display: block;
  width: 100%;
  box-sizing: border-box;
}
.container-a h1 {
  font-size: 24px;
  margin-left: auto;
  margin-right: auto;
  width: 98%;
}
.container-a p {
  margin-left: 4%;
}

.container-faq {
  display: block;
  margin: 0 3%;
  box-sizing: border-box;
}
.container-faq h1 {
  font-size: 28px;
  margin-left: auto;
  margin-right: auto;
  width: 98%;
}

aside-a .side-box {
  margin-left: 18%;
}

.amazon-bottom {
  display: block;
  background: #f1efea;
  text-align: center;
  padding:5px 0 10px 0;
}
.amazon-bottom h2 span {
  font-size:2.2rem;
}
.amazon-bottom .amazon-ttl {
  margin-bottom:0;
}
p.amazon-q {
  margin-top:0.5em;
}
.post-home {
  margin-bottom: 3rem;
  box-sizing: border-box;
}

.post-title h1 {
  font-size: 23px;
  text-align: center;
  margin: 0 auto;
}

.wp-block-amazon {
  margin-bottom: 0;
}

.wp-amazon iframe {
  margin-left: 7%;
  max-height: 100%;
}

* {
  float: none;
  position: static;
}

.input-box {
  margin: 10px 10px;
}
.input-box .input-area {
  margin: auto 7px;
}

.action-box {
  margin-top: 4%;
  text-align: center;
  padding: 17px 8px;
}

.post-1238 h1 {
  display: none;
}

.do-cam-name h3 {
  font-size: 20px !important;
}

.js-tablist {
  margin-left: -20px;
  margin-top: -10px;
}

.js-tabs.switch-color ul.js-tablist li.js-tabtitle {
  position: relative;
  top: auto;
  width: auto;
  margin-top: 4px;
}

.js-tabs.switch-color ul.js-tablist li.js-tabtitle {
  font-size: 14px;
  line-height: 1em;
  list-style: none;
}

.js-tabs.switch-color ul.js-tablist li {
  float: left;
  padding: 0 3px;
  list-style: none;
}

.js-tabs.switch-color ul.js-tablist li a .switchColor.gray {
  background-color: #525356;
  border: double 1.5px #d7302e;
}

.js-tabs.switch-color ul.js-tablist li a .switchColor {
  width: 40px;
  height: 18px;
  margin: 1px;
  display: inline-block;
  float: left;
}

.js-tabs.switch-color ul.js-tablist li a .switchColor.yellow {
  background-color: #fbbe3d;
}

.modelNO {
  margin: 0 0 0 20px;
}

.do-cam-amazon {
  background-color: #d7302e;
  border: 1px solid #d7302e;
  font-size: 11.5px;
  font-weight: normal;
  color: #fff;
  text-decoration: none;
  text-align: center;
  display: inline-block;
  white-space: nowrap;
  border-radius: 50px;
  cursor: pointer;
  box-sizing: border-box;
  max-width: 93%;
  -o-object-fit: cover;
  object-fit: cover;
  margin-right: 10px;
  padding: 0 2px;
}

.prodBar-do {
  display: flex;
  margin-top: -5px;
  position: -webkit-sticky;
  position: sticky;
  top: 90px;
  z-index: 2;
}

.modelNO {
  font-size: 12px;
  background-color: #fff;
  position: -webkit-sticky;
  position: sticky;
  top: 30px;
  z-index: 1;
}

.js-tabs {
  background-color: #fff;
  position: -webkit-sticky;
  position: sticky;
  top: 50px;
  z-index: 2;
}

.js-tabtitle {
  background-color: #fff;
  position: -webkit-sticky;
  position: sticky;
  top: 50px;
  z-index: 2;
}

.sec-1 {
  height: 450px;
  background-size: cover;
  background-image: url(https://abicojapan.com/wp-content/uploads/2021/10/product-learnMore-intro-docamYellow-01-a.jpeg);
}
.sec-1 h2 {
  color: #fff;
  text-align: center;
  padding-top: 5vh;
}
.sec-1 p {
  color: #fff;
  text-align: center;
  margin-top: -10px;
}

.sec-2 {
  height: 450px;
  background-size: cover;
  background-image: url(https://abicojapan.com/wp-content/uploads/2021/10/product-learnMore-intro-docamYellow-01-b.jpeg);
}
.sec-2 h2 {
  color: #fff;
  text-align: center;
  padding-top: 97%;
}
.sec-2 p {
  color: #fff;
  text-align: center;
  margin-top: -10px;
}

.sec-3 {
  background-size: cover;
  background-image: url(https://abicojapan.com/wp-content/uploads/2022/03/スクリーンショット-2022-03-04-17.02.15.png);
}
.sec-3 h2 {
  color: #fff;
  text-align: center;
  padding-top: 18%;
}
.sec-3 h3 {
  color: #fff;
  font-size: 1.4em;
  text-align: center;
  margin-top: -10px;
}

/* --------------------------------
 * smart phone
 * -------------------------------- */
@media (max-width: 769px) {
  .slide img {
    margin: 0 auto;
    max-width: 100%;
  }
}

@media (max-width: 769px) {
  .slide h2 {
    color: #fff;
  }
}

@media (max-width: 769px) {
  .article-span h1 {
    font-size: 22px;
    line-height: 1.3;
  }
}

@media (max-width: 769px) {
  .article-top {
    max-width: 95%;
    font-size: 20px;
    padding-bottom: 5px;
  }
}

@media (max-width: 769px) {
  .wrap {
    display: block;
  }
}

@media (max-width: 769px) {
  .wrap-product {
    display: block;
  }
}

@media (max-width: 769px) {
  .product {
    width: 98%;
    height: 400px;
  }
  .product img {
    max-width: 70%;
  }
}

@media (max-width: 769px) {
  .icon-box {
    margin-bottom: 85px;
    position: static;
  }
  .icon-box a {
    width: 90%;
  }
}

@media (max-width: 769px) {
  .entry {
    display: block;
    max-width: 100%;
    min-width: 98%;
  }
}

@media (max-width: 769px) {
  .products-area h2 {
    font-size: 19px;
    line-height: 1.3;
  }
}

@media (max-width: 769px) {
  .contents-box {
    display: none;
  }
}

@media (max-width: 769px) {
  .topic-area {
    padding: 0;
  }
}

@media (max-width: 769px) {
  .entrance-content {
    display: none;
  }
}

@media (max-width: 769px) {
  .edu-tittle {
    width: 90%;
  }
}

@media (max-width: 769px) {
  .wp-block-image img {
    -o-object-fit: cover;
       object-fit: cover;
  }
}

@media (max-width: 769px) {
  .entry-btn a {
    font-size: 18px;
  }
}

@media (max-width: 769px) {
  .examples {
    display: block;
  }
}

@media (max-width: 769px) {
  .videos {
    display: block;
  }
}

@media (max-width: 769px) {
  .video:nth-child(1) img {
    max-width: 100%;
  }
}

@media (max-width: 769px) {
  .post-970 {
    display: block;
    margin: 0;
  }
}

@media (max-width: 769px) {
  .wpcf7-form-control-wrap input {
    max-width: 95%;
    padding: 1.8px 4px;
  }
  .wpcf7-form-control-wrap textarea#your-message {
      max-width: 95%;
      padding: 1.8px 4px;
      height: 20px;
  }
}

@media (max-width: 769px) {
  .post-1100 {
    display: block;
    max-width: 98%;
  }
}

@media (max-width: 769px) {
  .wpcf7 .wpcf7-submit:disabled {
    max-width: 100%;
  }
}

@media (max-width: 769px) {
}

@media (max-width: 769px) {
  .blog-footer a {
    font-size: 14px;
  }
  .sales2 a{
    font-size: 2.5rem !important;
    line-height: 1.4;
  }
  .about-us2 .thumbnail {
    margin-left:0;
  }

}

@media (max-width: 769px) {
  .blog-body {
    margin: 1em 0 0;
    font-size: 17px;
    padding:1em;
  }
  .news .thumbnail {
    margin-left: 0;
  }
  .sales2 {
    margin-left: 0;
  }
}

@media (max-width: 769px) {
  .topics {
    font-size: 17px;
  }
}

@media (max-width: 769px) {
  .topics a {
    font-size: 17px;
  }
}

@media (max-width: 769px) {
  .btn-phone-amazon {
    display: none;
  }
}

@media (max-width: 769px) {
  .v4kpro-pc img {
    display: none;
  }
}

@media (max-width: 769px) {
  #hero background-image {
    display: none;
  }
}

@media (max-width: 769px) {
  .product-banner {
    width: 90%;
    margin: 10px auto;
    height: 180px;
    display: flex;
    justify-content: space-between;
    padding-left: 10px;
    color: #000;
    background-color: #fff;
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
    z-index: 1;
  }
}

@media (max-width: 769px) {
  .do-cam-banner {
    margin: 10px auto;
    width: 100%;
    display: flex;
    justify-content: space-between;
    color: #000;
    background-color: #fff;
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
    z-index: 1;
  }
}

@media (max-width: 769px) {
  .prodBar-shop {
    padding-top: 20px;
    width: 65%;
  }
}

@media (max-width: 769px) {
  .do-cam-bar {
    width: 65%;
  }
}

@media (max-width: 769px) {
  .banner-content {
    width: 100%;
  }
}

@media (max-width: 769px) {
  .content-name {
    height: 60px;
    width: 80%;
    background-color: #fff;
    z-index: 1;
  }
}

@media (max-width: 769px) {
  .do-cam-name {
    background-color: #fff;
    z-index: 1;
  }
}

/* @media (max-width: 769px) {
  .product-box {
    display: none;
  }
} */

@media (max-width: 769px) {
  #hero h1 {
    font-size: 2rem;
    margin: 6.5rem 0 1rem 0!important;
    line-height: 3rem;
  }
}

@media (max-width: 769px) {
  #hero h2 {
    font-size: 1.3rem;
    margin-top: 2rem;
    text-align: center;
  }
}

@media (max-width: 769px) {
  #hero {
    height: 2.5%;
    width: 100%;
  }
}

@media (max-width: 769px) {
  .brown-bg {
    width: 90%;
  }
}

@media (max-width: 769px) {
  .content {
    display: block;
    width: 90%;
  }
}

@media (max-width: 769px) {
  .home-text {
    width: 90%;
  }
  .home-text h2 {
    line-height: 2.5rem;
    font-size: 1.6rem;
  }
}

@media (max-width: 769px) {
  .home-image img {
    width: 90% !important;
  }
}

@media (max-width: 769px) {
  .brown-bg .home-image {
    width: 100% !important;
  }
}

@media (max-width: 769px) {
  .home-image2 {
    width: 100%;
  }
}

@media (max-width: 769px) {
  .main {
    width: 85%;
  }
}

@media (max-width: 769px) {
  .main h2 {
    /* line-height: 2.3rem; */
    font-size: 1.6rem;
  }
}

@media (max-width: 769px) {
  .home-text p {
    font-size: 1.3em;
  }
}

@media (max-width: 769px) {
  .main p {
    font-size: 1.3em;
  }
}

@media (max-width: 769px) {
  #v4k-demo {
    width: 90% !important;
  }
}

@media (max-width: 769px) {
  .brown-bg2 {
    width: 90%;
  }
}

@media (max-width: 769px) {
  .compatible {
    width: 90%;
  }
}

@media (max-width: 769px) {
  .specifications {
    width: 90%;
  }
}

@media (max-width: 769px) {
  .prod-content {
    width: 90%;
  }
}

@media (max-width: 769px) {
  .home-text h4 {
    font-size: 1.3em;
  }
}

@media (max-width: 769px) {
  .home-image {
    width: 100%;
  }
}

@media (max-width: 769px) {
  .banner-amazon {
    font-size: 14.5px;
    color: #fff;
    max-width: 100%;
  }
}

@media (max-width: 769px) {
  .specifications {
    width: 94%;
    display: block;
  }
  .specifications h3 {
    width: 100%;
    margin-left: 20px;
  }
}

@media (max-width: 769px) {
  .prodFeature_box {
    display: block;
  }
}

@media (max-width: 769px) {
  .prod-content {
    width: 94%;
  }
}

@media (max-width: 769px) {
  .prodBar-model {
    display: none;
  }
}

@media (max-width: 769px) {
  .nowrap {
    display: none;
  }
}

@media (max-width: 769px) {
  .pc-product-banner {
    display: none;
  }
}

@media (max-width: 769px) {
  .vertical-banner {
    display: none;
  }
}

@media (max-width: 769px) {
  .amazon-mobile {
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
  }
}

@media (max-width: 769px) {
  .wp-amazon-pc {
    display: none;
  }
}

@media (max-width: 769px) {
  aside-a .side-box {
    margin: 0 3%;
  }
}

@media (max-width: 769px) {
  .registration-img {
    max-width: 97% !important;
    height: 150px !important;
  }
}

@media (max-width: 769px) {
  .post-1206 h1 {
    font-size: 24px;
    text-align: center;
  }
}

@media (max-width: 769px) {
  .flex_catalog-box {
    display: block;
  }
  .flex_catalog-box .image-aspectRatio {
    width: 82%;
  }
}

@media (max-width: 769px) {
  .flex_catalog-box2 {
    display: block;
  }
  .flex_catalog-box2 .image-aspectRatio {
    width: 82%;
  }
}

@media (max-width: 769px) {
  .productBar-info img {
    display: none;
  }
}

/* --------------------------------
 * desktop
 * -------------------------------- */
@media (min-width: 770px) {
  .btn-mobile {
    display: none;
  }
}

@media (min-width: 770px) {
  .v4kpro-mobile img {
    display: none;
  }
}

@media (min-width: 770px) {
  .product-banner {
    display: none;
  }
}

@media (min-width: 770px) {
  .user-entry {
    display: none;
  }
}

@media (min-width: 770px) {
  .amazon-mobile {
    display: none;
  }
}

@media (min-width: 770px) {
  .container-a {
    display: flex;
    justify-content: space-between;
    margin-bottom:6rem;
  }
}

@media (min-width: 770px) {
  main-a {
    width: 68%;
    display: block;
    overflow: hidden;
    margin-left: 15%;
    overflow: visible;
  }
  main-a h1 {
    text-align: center;
  }
}

@media (min-width: 770px) {
  .wp-amazon-pc iframe {
    margin-left: 2%;
    max-width: 100%;
  }
}

@media (min-width: 770px) {
  aside-a {
    width: 26%;
    margin-right: 7%;
    margin-left: 0;
  }
}

@media (min-width: 770px) {
  .wp-amazon {
    display: none;
  }
}

@media (min-width: 770px) {
  .container-faq {
    display: flex;
    justify-content: space-between;
    margin-bottom:6rem;
  }
}

@media (min-width: 770px) {
  .post-1206 {
    max-width: 960px;
    margin: 0 auto 5%;
  }
}

@media (min-width: 770px) {
  #pg-contact .form-inner {
    margin: 5% auto 3%;
    width: 75%;
  }
  #pg-contact .form-inner .contact-form .input-box {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    text-align: left;
    margin: 25px 10px;
  }
  #pg-contact .form-inner .contact-form .input-box .label-area {
    padding: 6px 0;
    width: 34%;
  }
}

@media (min-width: 770px) {
  .intro-box {
    display: flex;
  }
}

@media (min-width: 770px) {
  .sec-1 {
    width: 50%;
    height: 1000px;
  }
}

@media (min-width: 770px) {
  .sec-2 {
    width: 50%;
    height: 1000px;
  }
}

@media (min-width: 770px) {
  .modelNO {
    display: none;
  }
}

@media (min-width: 770px) {
  .js-tabs {
    display: none;
  }
}

@media (min-width: 770px) {
  .prodBar-do {
    display: none;
  }
}

@media (min-width: 770px) {
  .do-cam-banner {
    display: none;
  }
}

@media (min-width: 770px) {
  .sec-3 h2 {
    font-size: 64px;
  }
}

@media (min-width: 770px) {
  .introduction-main h2 {
    font-size: 64px;
    text-align: center;
  }
}

@media (min-width: 770px) {
  .flex-video {
    display: flex;
    width: 70%;
    margin: 0 auto;
  }
}

@media (min-width: 770px) {
  .introduction-wapper {
    width: 80%;
    margin: 30px auto;
    display: flex;
    flex-direction: row;
    align-items: center;
  }
}

@media (min-width: 770px) {
  .introduction-wapper2 {
    width: 80%;
    margin: 30px auto;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
  }
}

@media (min-width: 770px) {
  .introduction-content {
    width: 80%;
    margin: 0 2%;
  }
  .introduction-content h3 {
    text-align: center;
    font-size: 40px;
  }
}

@media (min-width: 770px) {
  .introduction-photo {
    width: 80%;
    margin: 0 2%;
  }
}

@media (min-width: 770px) {
  .introduction-photo {
    width: 80%;
    margin: 0 2%;
  }
}

@media (min-width: 770px) {
  .wrap-product2 {
    display: flex;
    /* フレックスボックスにする */
    justify-content: center;
    margin-top: 4%;
  }
}

@media (min-width: 770px) {
  .wrap-tool {
    display: flex;
    /* フレックスボックスにする */
    justify-content: center;
    margin-top: 4%;
  }
}

@media (min-width: 770px) {
  .products {
    text-align: center;
  }
}

@media (min-width: 770px) {
  .topic-tittle {
    text-align: center;
  }
}
/*# sourceMappingURL=style.css.map */

/* -----------------------------------------------------------
	2022style
------------------------------------------------------------*/
#hero {
  padding:3rem 0 0;
  clip-path: none;
  /* margin-bottom:1.5rem; */
}
#hero p.ttl-h1 {
    font-size: 7.3rem;
    margin-bottom:2rem;
    font-weight: bold;
}
#hero h2,
#hero h2 span {
  font-size:3.6rem;
  line-height: 1;
}
.btn-video span {
  color:inherit!important;
}
.home-text h2,
.home-text h3,
.home-text h4 {
  margin-bottom: 2rem;
}
section.main h2 {
  margin-bottom:3rem;
}
/* .main p {
    font-size: 1.5rem;
} */
.main h2 {
    font-size: 3.5rem;
}
.home-text h2 {
  font-size:3.6rem;
}
.compatible h2 {
  margin-bottom:2rem;
}
.main p,
.home-text p {
  font-size:1.6rem;
}
.main picture .lazyload {
  margin:1rem 0 2rem;
}
.main-wrap {
  margin-bottom:12rem;
}

/* ----------------------------------------------
追加
---------------------------------------------- */
.upliftmagnetic-style .introduction-content h3 {
  margin:1em 0;
}
.upliftmagnetic-style .introduction-main h2 {
  margin:5rem 0 5rem;
}
.upliftmagnetic-style .flex-video {
  margin-bottom: 5rem;;
}
.uplift-intro h2 {
  margin-bottom:0.5em;
}
.uplift-intro h3 {
  margin:0;
  padding-bottom:0.5em;
}
/*  */
.utility-yellow-style h1 {
    font-size: 36.4px;
    color: #000000;
    text-align: center;
    max-width:1100px;
    width:90%;
    margin:4rem auto;
    padding-left:1em;
}
a.pc-banner-amazon {
  line-height: inherit;
  color:#fff;
}
a.pc-banner-amazon:hover {
  text-decoration: underline;
}
.utility-yellow-style .sec-1 h2 {
  padding-bottom:2rem;
}
.utility-yellow-style .sec-2 h2 {
  padding-top:90%;
  margin-bottom:2rem;
}
.utility-yellow-style .post-1423 p {
  margin:0;
}
.utility-yellow-style .post-1423 h2 {
  margin-bottom:1rem;
}
.utility-yellow-style p {
  font-size: 1.6rem;
  font-weight: 400;
}
.utility-yellow-style figure {
  margin-left:0;
  margin-right:0;
}
.utility-yellow-style .wp-block-button__link {
    color: #fff;
    background-color: #32373c;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    font-size:14px;
    padding: 0.8em 1.5em;
    text-align: center;
    text-decoration: none;
    word-break: break-word;
    box-sizing: border-box;
    margin:1em 0;
}
.color-button a {
  width:56px;
  height:24px;
}
/*  */
.upliftmagnetic-style h1 {
    font-size: 36.4px;
    color: #000000;
    text-align: center;
    max-width: 1100px;
    width: 90%;
    margin: 4rem auto;
    padding-left: 1em;
}
/* ----------------------------------------------
追加
---------------------------------------------- */
.utility-yellow-style {
  max-width:95%;
  margin:auto;
}
.utility-yellow-style .sec-1 {
  margin-bottom:2rem;
}
.utility-yellow-style .sec-1 h2 {
  padding-bottom:0;
}
.utility-yellow-style p {
  font-size:14px;
}

/* uplift-magnetic */

.upliftmagnetic-style{
  max-width:95%;
  margin:auto;
}
.upliftmagnetic-style h1 {
  padding-left:0;
}


/* v4kpro */
.v4kpro-contentsWrap section.main,
.v4kpro-contentsWrap .compatible .main {
  max-width:90%;
  width:100%;
  margin:auto;
}
.v4kpro-contentsWrap #vk4-demo .section--scenario {
    padding: 3rem 0 0;
}
.v4kpro-contentsWrap #vk4-demo .panel---scenario {
  margin-bottom:0;
}
.v4kpro-contentsWrap h2.pt {
  padding-top:2rem;
}


@media (max-width: 980px){
.v4kpro-contentsWrap .home-text h2 {
    font-size: 2.6rem;
    line-height: 1.2;
}
.v4kpro-contentsWrap .sec1 .home-text h2,
.v4kpro-contentsWrap .sec1 .home-text h3 {
  margin-bottom:0;
  margin-top:0;
}
}



@media (min-width: 770px){
  .sec-3 h2 {
    font-size: 6.4rem;
  }
.introduction-main h2 {
    font-size: 6rem;

  }
}


@media (max-width: 767px){
.upliftmagnetic-style h1 {
  font-size:3.2rem;
}
.upliftmagnetic-style h2,
.upliftmagnetic-style h3 {
  font-size:2.1rem;
}
.upliftmagnetic-style .uplift-intro h2 {
  font-size: 3rem;
  line-height: 1;
}
.upliftmagnetic-style .uplift-intro h3 {
  font-size: 1.8rem;
  line-height: 1;
}
.upliftmagnetic-style .introduction-main h2 {
  margin:2rem 0;
}

h2.v4kpro-sub, h2.v4kpro-sub * {
  line-height: 1!important;
}
.v4kpro-contentsWrap #hero {
    padding: 2rem 1rem 3rem;
  }
.v4kpro-contentsWrap .home-text h2 {
    padding-top:2rem;
  }
.v4kpro-contentsWrap .main p,
.v4kpro-contentsWrap .home-text p {
    font-size: 14px;
}
.v4kpro-contentsWrap .home-image img {
    width: 100% !important;
}
.v4kpro-contentsWrap .main h2 {
    font-size: 2.6rem;
}
.v4kpro-contentsWrap .brown-bg2 {
    width: 100%;
}
.v4kpro-contentsWrap .compatible {
    width: 100%;
}


}


/* 追加 */
.contentsWrap a {
  color:#666;
  text-decoration: none;
}
.contentsWrap a:hover {
  text-decoration: underline;
  opacity: 1;
}
.contentsWrap p {
  color:#333;
}

h1.type-A {
  margin-left: 25%;
  margin-left:0;
  font-size: 3.6rem;
  color: #1b1b1b;
}
.exampletop .name a {
  color:#666666;
  text-decoration: none;
}
.exampletop .name a:hover {
  color:#000;
  opacity: 1;
  text-decoration: underline;
}
.contentsWrap p {
  color:#333;
}
.contentsWrap h2 {
  margin-top:0.85rem;
  margin-bottom:0.85rem;
  line-height: 1.4;
}
.example .text-body {
}
.example .text-body p {
  color:#333;
  font-size:1.5rem;
  margin:0 0 0.5em;
  line-height: 1.6;
}
.example .text-footer a {
    font-size:1.5rem;
}
.videos {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin:0 2.5%;
}
.videos section {
  width:28.3333%;
  margin:0 2.5%;
}
.videoBlock {
  margin: 0 auto 20px;
}
.videos figure {
  margin:0;
}
.videos .name,
.video .date {
  margin:0;
}
.videos .text {
  padding:1rem 1rem 8rem;
  margin:0;
}

@media (max-width: 767px){
.videos {
margin:0 auto;
max-width:95%;
}
.videos section {
  width:48%;
  margin:0 1%;
}
.videos .text {
    margin: 10px 0;
}
.video .name {
  font-size: 1.6rem;
}
h1.type-A {
    margin-left: auto;
    text-align: center;
    font-size: 2.6rem;
}
.blog-wrap {
    margin-left: 0;
    width: 100%;
}
.blog-title-article, .blog-body h1 {
    margin-left:auto;
    text-align: center;
}
.container h1 {
  line-height: 1.2;
}
.header-blog {
  margin-left: 60%;
}
}



/* ----------------------------------------------
2021 style.css
---------------------------------------------- */
.container2 h1:first-of-type {
  text-align: center;
  font-size:3.6rem;
  margin-top:0;
  line-height: 1.4;
}
#metaslider-id-319 {
    margin-bottom: 6rem!important;
}
.agreement-contents h2 {
  color:#333;
}
.agreement-contentsWrap {
  margin:0 0 8rem;
}
.page-h1 {
  margin-left: 25%;
  margin-right: 25%;
}
.agreement .privacy {
    margin-left: 25%;
    margin-right: 25%;
    margin-bottom: 50px;
}
.privacy .container2 {
  margin-top:2rem;
}
.online-slide {
  float:none!important;
}
/* i-direct, c-direct */
.page-ttl-area {
  padding:0.5rem 0;
}
.container2 h1.page-ttl-h1 {
  font-size:3.6rem;
  line-height: 1.4;
  text-align: left;
  margin:0;
}
p.page-ttl-sub {

}

.wp-pagenavi {
  margin-top: 50px;
}

@media (max-width: 769px) {
#hero p.ttl-h1 {
    font-size: 2.6rem;
}
.v4kpro #hero p.ttl-h1 {
  font-size: 3.2rem;
  margin: 6.5rem 0 1rem 0;
  line-height: 3rem;
}
.v4kpro .mv-product-box {
  display: none;
}
.container2 h1:first-of-type {
  font-size: 2.5rem;
}
.container2 h1.page-ttl-h1:first-of-type {
    font-size: 2.5rem;
}
.agreement .privacy,
.container2 .privacy {
    margin-left: 0;
    margin-right: 0;
    margin: 0 auto 5rem;
    max-width: 90%;
}
h1.page-h1, .container2 h1.page-h1 {
    margin-left: 5%;
  }
  .topics {
    flex-wrap: wrap;
  }
  .topics section.entry {
    width:100%;
  }
  .container2,
  .container-a,
  .container-faq {
    padding-top: 80px;
  }
  .about .container2,
  .online .container2 {
    padding-top:0;
  }
  .school .container2,
  .steam .container2,
    .contentsWrap,
    .blog-title-article  {
    padding-top:4rem;
  }
  .about .education,
  .school-slide,
  .online-slide,
  .about-us .ml-slider {
    margin-top:50px!important;
  }
  .post-970 {
    padding-top:0;
    padding-bottom:0;
  }

}
