@charset "UTF-8";
/****** Custom css sheet ******/
/********************************

		common setting

********************************/
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

/*.add {
	opacity: 1!important;
	transform: translate3d(0,0,0);
}*/
/********* home ********/
.home {
  /****Blog****/
}
.home .box_list_headline {
  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;
  font-size: 22px;
}
.home #blog {
  background-color: #000;
}
.home .type-post {
  width: 25%;
  position: relative;
}
.home .type-post::before {
  content: "";
  display: block;
  padding-top: 100%;
}
.home .type-post .inner-box {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.home .type-post .inner-box .post_thumbnail img {
  display: block;
  width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden;
  opacity: 1;
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, transform 0.5s;
  transition: opacity 0.5s, transform 0.5s, -webkit-transform 0.5s;
}
.home .type-post .inner-box .post_thumbnail img:hover {
  opacity: 0.3;
}
.home .type-post .inner-box .caption {
  padding: 0 30px;
  width: 100%;
  position: absolute;
  height: 100%;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.home .type-post .inner-box .blog_meta,
.home .type-post .inner-box .blog_title,
.home .type-post .inner-box .blog_desc,
.home .type-post .inner-box .post-categories {
  width: 100%;
  -webkit-transition: opacity 0.2s, -webkit-transform 0.35s;
  transition: opacity 0.2s, -webkit-transform 0.35s;
  transition: opacity 0.2s, transform 0.35s;
  transition: opacity 0.2s, transform 0.35s, -webkit-transform 0.35s;
}
.home .type-post .inner-box .blog_meta a,
.home .type-post .inner-box .blog_title a,
.home .type-post .inner-box .blog_desc a,
.home .type-post .inner-box .post-categories a {
  color: #fff;
}
.home .type-post .inner-box .blog_time {
  width: 100%;
  display: block;
  -webkit-transition: opacity 0.2s, -webkit-transform 0.35s;
  transition: opacity 0.2s, -webkit-transform 0.35s;
  transition: opacity 0.2s, transform 0.35s;
  transition: opacity 0.2s, transform 0.35s, -webkit-transform 0.35s;
}
.home .type-post .inner-box .blog_time a {
  color: #fff;
}

/****page template custom****/
.page-template-default {
  /******/
}
.page-template-default .page_title {
  width: 80%;
  text-align: center;
  margin: 20px auto;
  font-size: 24px;
}

/********About page css*********/
.l-main {
  max-width: 1024px;
  width: 100%;
  margin: auto;
  padding: 0 1%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/**フレックス設定**/
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.page-template-page-about {
  /***********************************************/
}
.page-template-page-about #first-v {
  width: 100%;
}
.page-template-page-about #first-v .l-main__inner {
  margin: 0;
}
.page-template-page-about #first-v .l-main__inner-catch {
  width: 30%;
  margin: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 36px;
  background-color: #474747;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.page-template-page-about #first-v .l-main__inner-catch span {
  display: block;
  border-top: 1px #fff solid;
  border-left: 1px #fff solid;
  color: #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px 15px 0;
}
.page-template-page-about #first-v .l-main__inner-image {
  width: 70%;
}
.page-template-page-about #first-v .l-main__inner-image img {
  height: 100%;
}
.page-template-page-about .l-main_inner {
  width: 100%;
  margin: auto;
  margin-top: 50px;
  /*******order*******/
  /*****************/
  /********************************************/
  /********list1 list2 共通*************************/
  /********************************/
  /***space 調整***/
  /*****************/
}
.page-template-page-about .l-main_inner__scg-image {
  width: 50%;
  margin: 0;
}
.page-template-page-about .l-main_inner__scg-content {
  max-width: 490px;
  width: 100%;
  margin: 0;
  margin-left: 20px;
  padding-right: 2%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.page-template-page-about .l-main_inner__scg-catch {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 24px;
  margin-bottom: 20px;
  padding: 5px;
  border-top: 1px #474747 solid;
  border-left: 1px #474747 solid;
}
.page-template-page-about .l-main_inner__scg-text {
  line-height: 1.5;
}
.page-template-page-about .l-main_inner__order {
  max-width: 1024px;
  width: 100%;
  margin: auto;
  margin-top: 50px;
  padding: 0 2%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.page-template-page-about .l-main_inner__order-catch {
  width: 280px;
  margin: 0 auto;
  font-size: 22px;
  margin-bottom: 20px;
  color: #474747;
  text-align: justify;
  padding-bottom: 7px;
  border-bottom: 2px #68bed5 solid;
  position: relative;
}
.page-template-page-about .l-main_inner__order-catch span {
  display: inline-block;
  width: 15px;
  margin: 0;
  margin-right: 10px;
}
.page-template-page-about .l-main_inner__order-catch::after {
  display: block;
  content: "";
  width: 1px;
  height: 24px;
  border-left: 2px solid #68bed5;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  position: absolute;
  right: 7px;
  top: 13px;
}
.page-template-page-about .l-main_inner__order-image {
  width: 100%;
  margin: 30px auto;
  display: block;
}
.page-template-page-about .l-main_inner__order-list {
  width: 100%;
  margin: auto;
}
.page-template-page-about .l-main_inner__order_list-item {
  width: 100%;
  margin: 50px auto;
}
.page-template-page-about .l-main_inner__order_list-item:nth-child(1) .order_list-item__catch, .page-template-page-about .l-main_inner__order_list-item:nth-child(2) .order_list-item__catch, .page-template-page-about .l-main_inner__order_list-item:nth-child(3) .order_list-item__catch {
  color: #68bed5;
  border-color: #68bed5;
}
.page-template-page-about .l-main_inner__order_list-item:nth-child(1) .order_list-item__catch::after, .page-template-page-about .l-main_inner__order_list-item:nth-child(2) .order_list-item__catch::after, .page-template-page-about .l-main_inner__order_list-item:nth-child(3) .order_list-item__catch::after {
  display: block;
  content: "";
  width: 1px;
  height: 24px;
  border-left: 2px solid #68bed5;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  position: absolute;
  right: 7px;
  top: 10px;
}
.page-template-page-about .l-main_inner__order_list-item:nth-child(4) .order_list-item__catch {
  color: #64a6d8;
  border-color: #64a6d8;
}
.page-template-page-about .l-main_inner__order_list-item:nth-child(4) .order_list-item__catch::after {
  display: block;
  content: "";
  width: 1px;
  height: 24px;
  border-left: 2px solid #64a6d8;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  position: absolute;
  right: 6px;
  top: 10px;
}
.page-template-page-about .l-main_inner__order_list-item:nth-child(5) .order_list-item__catch {
  color: #a4d5b8;
  border-color: #a4d5b8;
}
.page-template-page-about .l-main_inner__order_list-item:nth-child(5) .order_list-item__catch::after {
  display: block;
  content: "";
  width: 1px;
  height: 24px;
  border-left: 2px solid #a4d5b8;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  position: absolute;
  right: 6px;
  top: 10px;
}
.page-template-page-about .l-main_inner__order_list-item .order_list-item__catch {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 20px;
  margin: 20px auto 20px 0;
  padding: 5px;
  padding-right: 50px;
  border-bottom: 2px solid;
}
.page-template-page-about .l-main_inner__order_list-item .order_list-item__catch::after {
  display: block;
  content: "";
  width: 1px;
  height: 24px;
  border-left: 2px solid #68bed5;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  position: absolute;
  right: 6px;
  top: 10px;
}
.page-template-page-about .l-main_inner__order_list-item p {
  line-height: 1.5;
}
.page-template-page-about .l-main_inner .order_list-item__anchor {
  color: #68bed5;
  text-decoration: inherit;
}
.page-template-page-about .l-main_inner__profile {
  width: 100%;
  margin: 70px auto;
}
.page-template-page-about .l-main_inner__profile_content {
  width: 100%;
  max-width: 490px;
  margin: 0px 22px 0 auto;
  padding-left: 2%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  /*********bottom link btn*******************/
}
.page-template-page-about .l-main_inner__profile_content .link_btn {
  position: relative;
  bottom: 0;
  left: 0;
  margin: 20px 0;
  width: 100px;
  background-color: #474747;
  text-align: center;
}
.page-template-page-about .l-main_inner__profile_content .link_btn a {
  display: block;
  color: #fff;
  padding: 7px 5px;
}
.page-template-page-about .l-main_inner__profile_content .link_btn a:hover {
  text-decoration: none;
  opacity: 0.8;
}
.page-template-page-about .l-main_inner__profile_catch {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 24px;
  margin-bottom: 20px;
  padding: 5px;
  border-top: 1px #474747 solid;
  border-left: 1px #474747 solid;
}
.page-template-page-about .l-main_inner__profile_list1 {
  width: 100%;
  margin: 20px auto;
}
.page-template-page-about .l-main_inner__profile_list2 {
  width: 100%;
  margin: 20px auto 0px;
}
.page-template-page-about .l-main_inner__profile_list3 {
  width: 100%;
  margin: 20px auto;
}
.page-template-page-about .l-main_inner__profile_list3-item {
  width: 40px;
  margin: 20px 5px;
}
.page-template-page-about .l-main_inner__profile_list1-item, .page-template-page-about .l-main_inner__profile_list2-item {
  margin: 8px auto;
}
.page-template-page-about .l-main_inner__profile_catch__title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-right: 50px;
  color: #68bed5;
  padding-bottom: 3px;
  border-bottom: 2px #68bed5 solid;
  position: relative;
}
.page-template-page-about .l-main_inner__profile_catch__title::after {
  display: block;
  content: "";
  width: 1px;
  height: 24px;
  border-left: 2px solid #68bed5;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  position: absolute;
  right: 6px;
  top: -1px;
}
.page-template-page-about .l-main_inner__profile_text {
  margin-top: 15px;
  width: 100%;
}
.page-template-page-about .l-main_inner .space {
  display: inline-block;
  width: 15px;
  height: 10px;
  margin-right: 40px;
}
.page-template-page-about .l-main_inner__scg_image {
  width: 50%;
  margin-right: 0;
}

/**フレックス設定**/
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.page-template-page-products {
  /***********************************************/
}
.page-template-page-products #first-v {
  width: 100%;
}
.page-template-page-products #first-v .l-main_inner {
  margin: 0;
}
.page-template-page-products #first-v .l-main_inner-catch {
  width: 30%;
  margin: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 36px;
  background-color: #474747;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.page-template-page-products #first-v .l-main_inner-catch span {
  display: block;
  border-top: 1px #fff solid;
  border-left: 1px #fff solid;
  color: #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px 15px 0;
}
.page-template-page-products #first-v .l-main_inner-image {
  width: 70%;
}
.page-template-page-products #first-v .l-main_inner-image img {
  height: 100%;
}
.page-template-page-products .l-main_inner {
  padding-bottom: 5%;
  /***********web**********/
  /***********logo**********/
  /***********banner**********/
  /***********coding**********/
  /*****************/
}
.page-template-page-products .l-main_inner__web {
  width: 100%;
  margin: 0;
}
.page-template-page-products .l-main_inner__web_catch {
  width: 80%;
  margin: 50px auto;
  text-align: center;
}
.page-template-page-products .l-main_inner__web_catch span {
  border-left: 1px solid #474747;
  border-top: 1px solid #474747;
  padding: 10px 10px 0;
  font-size: 24px;
  color: #474747;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.page-template-page-products .l-main_inner__weblist {
  width: 100%;
  margin: 0;
}
.page-template-page-products .l-main_inner__weblist-item {
  width: 25%;
  margin: 0;
}
.page-template-page-products .l-main_inner__logo {
  max-width: 1024px;
  width: 100%;
  margin: auto;
  padding: 0 1%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.page-template-page-products .l-main_inner__logo_catch {
  width: 80%;
  text-align: center;
  margin: 50px auto;
}
.page-template-page-products .l-main_inner__logo_catch span {
  border-left: 1px solid #474747;
  border-top: 1px solid #474747;
  padding: 10px 10px 0;
  font-size: 24px;
  color: #474747;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.page-template-page-products .l-main_inner__logo_list {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
.page-template-page-products .l-main_inner__logo_list-item {
  width: 32%;
  margin: 20px auto;
}
.page-template-page-products .l-main_inner__logo_list-item figure {
  position: relative;
  width: 100%;
}
.page-template-page-products .l-main_inner__logo_list-item figure figcaption {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  margin: auto;
  opacity: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-color: rgba(71, 71, 71, 0.8);
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  padding: 10%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 1.5;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  cursor: pointer;
}
.page-template-page-products .l-main_inner__logo_list-item figure figcaption span {
  display: inline-block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  padding: 10px 10px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.page-template-page-products .l-main_inner__logo_list-item figure figcaption:hover {
  opacity: 1;
}
.page-template-page-products .l-main_inner__banner {
  max-width: 1024px;
  width: 100%;
  margin: auto;
  padding: 0 1%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.page-template-page-products .l-main_inner__banner_catch {
  width: 80%;
  text-align: center;
  margin: 50px auto;
}
.page-template-page-products .l-main_inner__banner_catch span {
  border-left: 1px solid #474747;
  border-top: 1px solid #474747;
  padding: 10px 10px 0;
  font-size: 24px;
  color: #474747;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.page-template-page-products .l-main_inner__banner_list {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
.page-template-page-products .l-main_inner__banner_list-item {
  width: 30%;
  margin: 20px auto;
}
.page-template-page-products .l-main_inner__coding {
  width: 100%;
  margin: auto;
  padding-bottom: 5%;
}
.page-template-page-products .l-main_inner__coding_catch {
  width: 80%;
  text-align: center;
  margin: 50px auto;
}
.page-template-page-products .l-main_inner__coding_catch span {
  border-left: 1px solid #474747;
  border-top: 1px solid #474747;
  padding: 10px 10px 0;
  font-size: 24px;
  color: #474747;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.page-template-page-products .l-main_inner__coding-box {
  width: 100%;
  margin: auto;
}
.page-template-page-products .l-main_inner__coding-image {
  width: 50%;
  margin: 0;
  position: relative;
  z-index: 20;
}
.page-template-page-products .l-main_inner__coding-image::after {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  margin: auto;
  background-image: url("../img/coding2.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 40px;
  right: -600px;
  z-index: -1;
}
.page-template-page-products .l-main_inner__coding-text {
  max-width: 490px;
  width: 100%;
  position: relative;
  z-index: 20;
}
.page-template-page-products .l-main_inner__coding-text-catch {
  text-align: center;
  color: #fff;
  font-size: 20px;
  width: 80%;
  padding: 50px 30px;
  background-color: rgba(71, 71, 71, 0.7);
  margin: auto;
  position: relative;
  font-weight: 100;
}
.page-template-page-products .l-main_inner__coding-text-catch::after {
  content: "";
  display: block;
  height: 70%;
  width: 90%;
  border: 1px solid #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.page-template-page-products .l-main_inner__coding-text-sub {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 30px auto 30px 25px;
  padding-right: 50px;
  font-size: 18px;
  padding-bottom: 10px;
  border-bottom: 2px solid #474747;
  position: relative;
  color: #474747;
}
.page-template-page-products .l-main_inner__coding-text-sub::before {
  content: "";
  display: inline-block;
  height: 20px;
  width: 20px;
  background-image: url("../img/coding-icon.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  vertical-align: middle;
  margin-right: 10px;
}
.page-template-page-products .l-main_inner__coding-text-sub::after {
  content: "";
  display: block;
  height: 20px;
  width: 2px;
  position: absolute;
  background-color: #474747;
  -webkit-transform: rotate(-35deg);
          transform: rotate(-35deg);
  bottom: -3px;
  right: 5px;
}
.page-template-page-products .l-main_inner__coding-icon-list {
  width: 90%;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: auto;
}
.page-template-page-products .l-main_inner__coding-list-item {
  width: 27%;
  margin: 10px auto;
}
.page-template-page-products .l-main_inner__plan {
  max-width: 1024px;
  width: 100%;
  margin: auto;
}
.page-template-page-products .l-main_inner__plan_catch {
  width: 80%;
  text-align: center;
  margin: 50px auto;
}
.page-template-page-products .l-main_inner__plan_catch span {
  border-left: 1px solid #474747;
  border-top: 1px solid #474747;
  padding: 10px 10px 0;
  font-size: 24px;
  color: #474747;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.page-template-page-products .l-main_inner__plan-box {
  width: 100%;
  margin: auto;
  padding: 0 1%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.page-template-page-products .l-main_inner__plan-image {
  width: 32%;
  margin: auto;
}

.page-template-page-blog {
  /******/
}
.page-template-page-blog .page_title {
  width: 80%;
  margin: 25px auto;
  text-align: center;
  font-size: 24px;
}
.page-template-page-blog .l-blog {
  width: 100%;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.page-template-page-blog .l-blog #blog {
  width: 70%;
  margin: 20px auto;
  padding: 0 1%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.page-template-page-blog .l-blog .col-12 {
  width: 27%;
  margin: 20px auto;
  padding: 0 1%;
  margin-bottom: 50px;
}
.page-template-page-blog .l-blog .col-12 .archive_title {
  width: 100%;
  background-color: #454545;
  padding: 15px 20px;
  text-align: center;
  color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 20px;
  font-weight: 100;
  margin: auto;
}
.page-template-page-blog .l-blog .col-12 .archive_list {
  margin: 15px auto;
  width: 100%;
  padding-left: 67px;
  font-size: 18px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.page-template-page-blog .l-blog .col-12 .archive_list li {
  margin: 12px auto;
  width: 100%;
}

/******Single page css********/
.single-post .l-single {
  max-width: 1024px;
  width: 100%;
  margin: auto;
  padding: 0 1% 2%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.single-post .l-single .format-standard {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 30px auto;
}
.single-post .l-single__title {
  width: 80%;
  margin: 25px auto;
  text-align: center;
  font-size: 24px;
}
.single-post .l-single__left {
  width: 70%;
  margin: auto;
  padding: 2% 1%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
}
.single-post .l-single__meta {
  background: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
}
.single-post .l-single__meta .post-categories {
  background-color: #B20000;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 2%;
  margin-bottom: 10px;
}
.single-post .l-single__meta .post-categories a {
  color: #fff;
}
.single-post .l-single__meta .post-categories a:hover {
  color: #fff;
  text-decoration: none;
}
.single-post .l-single__meta time {
  font-weight: 600;
}
.single-post .l-single__meta .meta-tag {
  width: 100%;
  margin: 10px 0;
  font-size: 12px;
}
.single-post .l-single__meta .meta-tag img {
  display: inline-block;
  width: 6px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin: 0 5px -3px 0;
}
.single-post .l-single__body_content {
  width: 100%;
  background-color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 1.5;
}
.single-post .l-single__body_content .wp-block-image img {
  max-width: 100%;
  height: auto;
}
.single-post .l-single .col-12 {
  width: 27%;
  margin: 0 auto;
  padding: 0 1%;
  margin-bottom: 50px;
}
.single-post .l-single .col-12 .archive_title {
  width: 100%;
  background-color: #454545;
  padding: 15px 20px;
  text-align: center;
  color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 20px;
  font-weight: 100;
  margin: auto;
}
.single-post .l-single .col-12 .archive_list {
  margin: 15px auto;
  width: 100%;
  padding-left: 67px;
  font-size: 18px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.single-post .l-single .col-12 .archive_list li {
  margin: 12px auto;
  width: 100%;
}

.archive .l-main__title {
  width: 80%;
  margin: 25px auto;
  text-align: center;
  font-size: 24px;
}
.archive .l-container {
  width: 100%;
  margin: auto;
}
.archive .l-container__inner {
  width: 70%;
  margin: 20px auto;
  padding: 0 1%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.archive .l-container .col-12 {
  width: 27%;
  margin: 20px auto;
  padding: 0 1%;
  margin-bottom: 50px;
}
.archive .l-container .col-12 .archive_title {
  width: 100%;
  background-color: #454545;
  padding: 15px 20px;
  text-align: center;
  color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 20px;
  font-weight: 100;
  margin: auto;
}
.archive .l-container .col-12 .archive_list {
  margin: 15px auto;
  width: 100%;
  padding-left: 67px;
  font-size: 18px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.archive .l-container .col-12 .archive_list li {
  margin: 12px auto;
  width: 100%;
}
.archive .col-md-4 {
  width: 100%;
  height: 100%;
  max-width: 215px;
  max-height: 215px;
}
.archive .col-md-4 article {
  width: 100%;
  overflow: hidden;
  margin: 0;
  position: relative;
}
.archive .col-md-4 article::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 100%;
}

/*****************************

       ipad size pro(1024px) 以下

*****************************/
/*****************************/
@media only screen and (min-width: 1025px) and (max-width: 1200px) {
  .page-template-page-products .l-main_inner__coding-image::after {
    right: -510px;
  }
}
@media screen and (max-width: 1024px) {
  #footer_social_link.clearfix::after {
    display: none;
  }

  /*************About***************/
  .page-template-page-about #first-v {
    width: 100%;
  }
  .page-template-page-about #first-v .l-main__inner-catch {
    font-size: 26px;
  }
  .page-template-page-about .l-main_inner__profile_content .link_btn {
    left: 0%;
  }

  /*************products***************/
  .page-template-page-products #first-v {
    width: 100%;
  }
  .page-template-page-products #first-v .l-main_inner-catch {
    font-size: 26px;
  }
  .page-template-page-products .l-main_inner__coding-image {
    width: 100%;
  }
  .page-template-page-products .l-main_inner__coding-image::after {
    position: static;
  }
  .page-template-page-products .l-main_inner__coding-text {
    max-width: unset;
    margin: 30px auto;
  }
  .page-template-page-products .l-main_inner__coding-list-item {
    width: 15%;
  }

  /****/
}
@media screen and (max-width: 768px) {
  /*************Home***************/
  .home .type-post {
    width: 50%;
  }

  /*************About***************/
  .page-template-page-about #first-v {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .page-template-page-about #first-v .l-main__inner-catch {
    width: 100%;
    height: 100px;
    margin: 0;
    margin-top: -2px;
  }
  .page-template-page-about #first-v .l-main__inner-image {
    width: 100%;
    margin: 0;
  }
  .page-template-page-about .l-main_inner__scg-image {
    width: 100%;
    margin: 0;
  }
  .page-template-page-about .l-main_inner__scg-content {
    max-width: unset;
    width: 100%;
    margin: 50px auto;
    padding: 0 2%;
  }
  .page-template-page-about .l-main_inner__order {
    margin-top: 0px;
  }
  .page-template-page-about .l-main_inner__profile {
    margin: 50px auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .page-template-page-about .l-main_inner__scg_image {
    width: 100%;
  }
  .page-template-page-about .l-main_inner__scg-catch {
    margin: 0px auto 30px;
  }
  .page-template-page-about .l-main_inner__profile_content {
    width: 100%;
    max-width: unset;
    margin: 50px auto 0;
    padding: 0 2%;
  }
  .page-template-page-about .l-main_inner__profile_catch {
    margin: 0 auto 30px;
  }
  .page-template-page-about .l-main_inner__profile_list3 {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .page-template-page-about .l-main_inner__profile_content .link_btn {
    margin: 50px auto 0;
  }

  /*************products***************/
  .page-template-page-products #first-v {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .page-template-page-products #first-v .l-main_inner-catch {
    width: 100%;
    height: 100px;
    margin: 0;
    margin-top: -2px;
  }
  .page-template-page-products #first-v .l-main_inner-image {
    width: 100%;
    margin: 0;
  }
  .page-template-page-products .l-main_inner__weblist-item {
    width: 50%;
  }
  .page-template-page-products .l-main_inner__banner_list-item {
    width: 47%;
    margin: 10px;
  }
  .page-template-page-products .l-main_inner__coding-image {
    width: 100%;
  }
  .page-template-page-products .l-main_inner__coding-image::after {
    display: none;
  }
  .page-template-page-products .l-main_inner__coding-text {
    max-width: unset;
    margin: 30px auto;
  }
  .page-template-page-products .l-main_inner__coding-list-item {
    width: 15%;
  }

  /*************Blog***************/
  .page-template-page-blog .l-blog #blog {
    width: 100%;
  }
  .page-template-page-blog .type-post {
    max-width: 368px;
    max-height: 368px;
  }

  .single-post .l-single .col-12 {
    margin: 20px auto;
    margin-bottom: 50px;
  }

  /*************Archive***************/
  .archive .l-container__inner {
    width: 100%;
  }
  .archive .col-md-4 {
    max-width: 368px;
    max-height: 368px;
  }

  /**********Single page************/
  .single-post .l-single__left {
    width: 100%;
  }
  .single-post .l-single__body_content {
    margin-bottom: 20px;
  }

  /****/
}
@media screen and (max-width: 480px) {
  /*************About***************/
  .home .type-post {
    width: 100%;
  }

  /*************About***************/
  .page-template-page-about .l-main_inner .space {
    display: none;
  }
  .page-template-page-about .l-main_inner__order-image {
    width: 50%;
  }

  /*************products***************/
  .page-template-page-products .l-main_inner__web_catch, .page-template-page-products .l-main_inner__logo_catch, .page-template-page-products .l-main_inner__banner_catch, .page-template-page-products .l-main_inner__coding_catch, .page-template-page-products .l-main_inner__plan_catch {
    margin: 35px auto;
  }
  .page-template-page-products .l-main_inner__web {
    width: 100%;
    margin: 0;
    padding: 0 1%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .page-template-page-products .l-main_inner__weblist-item {
    width: 100%;
  }
  .page-template-page-products .l-main_inner__logo_list-item {
    width: 50%;
  }
  .page-template-page-products .l-main_inner__logo_list-item figure figcaption {
    font-size: 12.5px;
  }
  .page-template-page-products .l-main_inner__banner_list-item {
    width: 100%;
    margin: 10px auto;
  }
  .page-template-page-products .l-main_inner__coding-box {
    position: relative;
  }
  .page-template-page-products .l-main_inner__coding-text-catch {
    width: 100%;
    padding: 20% 15%;
    background-color: rgba(71, 71, 71, 0.9);
    margin: auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: center;
  }
  .page-template-page-products .l-main_inner__coding-text {
    max-width: unset;
    margin: 0px auto;
    position: absolute;
  }
  .page-template-page-products .l-main_inner__coding-list-item {
    width: 28%;
  }
  .page-template-page-products .l-main_inner__plan {
    margin-top: 360px;
  }
  .page-template-page-products .l-main_inner__plan-image {
    width: 100%;
    margin: 20px auto;
  }

  /*************Blog***************/
  .page-template-page-blog .l-blog #blog {
    width: 100%;
    padding-bottom: 15%;
  }

  .page-template-page-blog .type-post {
    max-width: 380px;
    max-height: 380px;
    margin: 10px auto;
  }

  .page-template-page-blog .l-blog .col-12 {
    width: 70%;
  }

  /*************Archive***************/
  .archive .l-container__inner {
    width: 100%;
  }
  .archive .col-md-4 {
    max-width: 380px;
    max-height: 380px;
    margin: 10px auto;
  }
  .archive .l-container .col-12 {
    width: 70%;
  }

  /*************single page***************/
  .single-post .l-single .col-12 {
    width: 70%;
  }

  /******/
}