/*
Theme Name: Lightning Child Theme
Theme URI:
Template: lightning
Description: できすぎさん
Author: tuna
Tags: 
Version: 0.5.1
*/
/*変数定義*/
:root {
  --h2fontsize: 3.5rem; /*pcコンテンツタイトル*/
  --h2fontsize_sp: 2.2rem; /*SPコンテンツタイトル*/
  --fontsize_title: 2.2rem;
  --fontsize_subtitle: 1.8rem;
  --color_dark: rgba(0, 44, 106, 1); /*NAVY*/
  --color_orange: rgba(245, 147, 34, 1); /*ORANGE*/
  --color_blue: rgba(36, 98, 255, 1); /*青ＣＶボタン*/
  --color_gray: rgba(242, 240, 240, 1); /*gray背景*/
  --color_darkgray: rgba(68, 68, 68, 1); /*QAアイコン*/
}
/*G3 　bug FIX 20220103*/
.admin-bar .vk-mobile-nav.vk-mobile-nav-drop-in,
.vk-mobile-nav.vk-mobile-nav-drop-in {
  opacity: 0.97;
}
.alignfull div[class*="__inner-container"],
.alignwide div[class*="__inner-container"] {
  max-width: initial;
  margin-left: initial;
}
a {
  color: var(--color_blue);
}
.nav li a {
  color: rgba(255, 255, 255, 1);
}
/* レイアウト

====================================================*/
body,
html {
  font-family: "Noto Sans JP", sans-serif;
}
html {
  font-size: 62.5%;
}
body {
  font-size: 1.6em;
}
.site-body {
  padding-top: 0;
}
.container,
.container-lg,
.container-md,
.container-sm,
.container-xl {
  max-width: 1140px;
}
/* ヘッダー

====================================================*/
.site-header-container {
  max-width: 1440px;
}
.site-header {
  background: rgba(248, 148, 24, 1); /*ヘッダーカラー*/
  box-shadow: initial; /*シャドウリセット*/
}
/* ページメニュー*/
.nav li a {
  position: relative;
  display: inline-block;
  text-decoration: none;
  padding-left: 0;
  color: rgba(255, 255, 255, 1);
}
.nav li a:after {
  position: absolute;
  bottom: 1px;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.8);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
.nav li a:hover::after {
  bottom: 6px;
  opacity: 1;
  visibility: visible;
}
/* フッタ―

====================================================*/
.wrapcontainer {
  /*フッター固定用*/
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
footer {
  /*フッター固定用*/
  margin-top: auto;
}
.site-footer {
  font-size: 1.4rem;
  background: var(--color_dark);
  color: rgba(255, 255, 255, 1);
}
.site-footer ul#menu-sub li a {
  position: relative;
  display: inline-block;
  text-decoration: none;
  padding-left: 0;
  color: rgba(255, 255, 255, 1);
}
.site-footer ul#menu-sub li a::after {
  position: absolute;
  bottom: 1px;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.8);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
.site-footer ul#menu-sub li a:hover::after {
  bottom: 3px;
  opacity: 1;
  visibility: visible;
}
.site-footer-copyright {
  text-align: center;
}
.site-footer dl {
  font-size: 1.4rem;
  margin-left: 1%;
}
.site-footer dl dt {
  width: 35%;
  float: left;
  padding: 0.3em 0.3em 0.3em 0.3em;
  font-weight: normal;
  text-align: right;
}
.site-footer dl dd {
  margin-left: 40%;
  padding: 0.3em 0.3em 0.3em 0;
  text-align: left;
}
.site-footer dl dd a {
  color: rgba(255, 255, 255, 1);
  text-decoration: underline;
}
.site-footer dl dd:nth-of-type(1) a:after {
  font-family: "Font Awesome 5 Free";
  content: "\f35d";
  font-weight: 900;
  color: rgba(255, 255, 255, 1);
  padding-left: 0.5em;
}
.site-footer dl dd::after {
  content: "";
  display: block;
  clear: both;
}
.site-footer .row {
  align-items: end;
}
.wp-block-group.p_mark {
  margin-bottom: 0;
}
.wp-block-group.p_mark img {
  max-width: 50px;
  height: auto;
  margin: auto;
  text-align: center;
  display: block;
}
.site-footer .widget {
  margin-bottom: 0;
  text-align: center;
}
/*カバー

====================================================*/
.wp-block-group.cover {
  background: #f79518;
  position: relative;
  overflow: hidden; /**/
}
.wp-block-group.cover .readtxt {
  position: absolute;
  top: 0;
  width: 100%;
  padding: 0 1em;
}
.wp-block-group.cover h1 {
  font-size: 2.4em;
  margin-left: 20%;
  line-height: 1.6;
  text-shadow: 1px 2px 3px rgba(75, 49, 0, 0.6);
  color: rgba(255, 255, 255, 1);
}
.wp-block-group.cover p {
  text-align: left;
  font-size: var(--fontsize_title);
  margin-left: 40%;
  color: rgba(255, 255, 255, 1);
}
img.wp-block-cover__image-background {
  visibility: hidden;
}
.wp-block-cover {
  background-image: url(https://dekisugisan.com/wp-dekisugisan/wp-content/uploads/sldier01SP.png);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: contain;
}
.wp-block-group.cover img.wp-block-cover__image-background {
  visibility: visible;
  top: initial;
  bottom: 0;
}
.wp-block-group.cover .wp-block-cover {
  background-image: none;
  max-width: 1440px;
  left: 50%;
  transform: translateX(-50%);
}
.wp-block-cover img {
  width: 100%;
  height: auto !important;
  display: block;
}
/*-----------
カバー内ボタン
-----------*/
.wp-block-group.cover .wp-block-buttons {
  position: relative;
  bottom: 0;
  right: 3em;
  position: absolute;
  bottom: 10%;
  right: 10%;
}
.wp-block-group.cover .wp-block-buttons div a {
  min-width: 176px;
  border: initial;
  font-size: 1.8rem;
}
/*資料請求ボタン*/
.wp-block-group.cover .wp-block-buttons div:first-child a {
  color: var(--color_blue);
  border-color: var(--color_blue);
  border-width: 2px;
  border-style: solid;
}
.wp-block-group.cover .wp-block-buttons div:first-child a:hover {
  background-color: var(--color_blue) !important;
  color: rgba(255, 255, 255, 1);
  border-color: var(--color_blue);
  transition: 0.4s;
}
.wp-block-button__link {
  font-size: 1.6rem;
  background: var(--color_blue);
}
/*お問い合わせボタン*/
.wp-block-group.cover .wp-block-buttons div:last-child a {
  border-color: var(--color_blue);
  border-width: 2px;
  border-style: solid;
}
.wp-block-group.cover .wp-block-buttons div:last-child a:hover {
  background-color: rgba(255, 255, 255, 1);
  color: var(--color_blue);
  transition: 0.4s;
}
/* コンテンツ共通

====================================================*/
.breadcrumb {
  margin-bottom: 1em;
}
.vk_heading {
  margin-bottom: 1em;
}
.vk_heading_subtext {
  margin-top: -2rem;
  text-align: center;
}
.bg {
  /*background: rgba(249, 249, 249, 1.00);*/
  background: var(--color_gray);
  margin: 0 calc(50% - 50vw);
  padding: 2em calc(50vw - 50%);
  width: 100vw;
}
.wp-block-group {
  margin-bottom: 3em;
}
.page_top_btn {
  width: 60px;
  height: 60px;
  box-shadow: initial;
  background-color: var(--color_orange);
  bottom: 4%;
}
/*kVK　ブロックパターン　ボタン*/
.common_cvbtns {
  margin-top: 5em;
  padding: 3em;
  background: var(--color_dark);
  margin-bottom: -2em;
}
.common_cvbtns p {
  padding-bottom: 2em;
  color: #fff;
}
.common_cvbtns a {
  display: inline-block;
  text-decoration: none;
  padding: 1em;
  width: 100%;
  position: relative;
  overflow: hidden;
  background: rgba(255, 255, 255, 1) !important;
  font-size: var(--fontsize_subtitle);
  border-radius: initial;
}
.common_cvbtns .vk_button a.vk_button_link.btn {
  color: var(--color_dark);
}
.common_cvbtns .vk_button a.vk_button_link.btn:hover {
  color: rgba(255, 255, 255, 1);
}
.common_cvbtns a::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1; /**/
  content: "";
  background: var(--color_dark);
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform 0.3s;
}
.common_cvbtns a:hover::before {
  transform-origin: left top;
  transform: scale(1, 1);
}
/*資料請求・お問い合わせ ボタン*/
@keyframes shiny {
  0% {
    left: -20%;
  }
  10% {
    left: 120%;
  }
  100% {
    left: 120%;
  }
}
.btn_block_cv {
  position: relative;
  margin: 6em auto;
}
.btn_block_cv .wp-block-buttons {
  column-gap: 1em;
  column-gap: 1em;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.btn_block_cv .wp-block-buttons .wp-block-button {
  margin-bottom: 1em;
}
.btn_block_cv p {
  font-size: 1.4rem;
  position: absolute;
  top: -3.6rem;
  left: calc(50% - 160px);
  display: block;
  width: 320px;
  color: #3e3e3e;
  border: 2px solid #3e3e3e;
  border-radius: 100vh;
  background: #fff;
  box-shadow: 0 2px 0px rgb(119, 119, 119);
  z-index: 1;
}
.btn_block_cv p:before,
.btn_block_cv p:after {
  position: absolute;
  left: calc(50% - 10px);
  content: "";
}
.btn_block_cv p:before {
  bottom: -10px;
  border-width: 10px 10px 0 10px;
  border-style: solid;
  border-color: #3e3e3e transparent transparent transparent;
}
.btn_block_cv p:after {
  bottom: -7px;
  border-width: 10px 10px 0 10px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
}
.btn_block_cv .wp-block-button {
  min-width: 300px;
  line-height: 2;
  padding: 0;
  background-color: transparent;
}
.btn_block_cv a.wp-block-button__link {
  position: relative;
  display: block;
  width: 100%;
  text-align: center;
  text-decoration: none;
  color: #fff;
  background-color: rgba(36, 98, 255, 1);
  cursor: pointer;
  overflow: hidden;
  border-radius: 0.5em;
  box-shadow: 0px 5px 0px rgb(0, 74, 115);
  border: solid 2px var(--color_blue);
}
.btn_block_cv .wp-block-buttons div:first-child a {
  background: #ffffff;
  color: var(--color_blue);
  border: solid 2px var(--color_blue);
}
.btn_block_cv .wp-block-buttons div:first-child a:hover {
  background: var(--color_blue) !important;
  color: rgba(255, 255, 255, 1) !important;
  border: solid 2px var(--color_blue);
}
.btn_block_cv
  .wp-block-buttons
  div:first-child
  a.wp-block-button__link::before {
  font-family: "Font Awesome 5 Free";
  content: "\f15c";
  padding-right: 0.5em;
}
.btn_block_cv .wp-block-buttons div:last-child a.wp-block-button__link::before {
  font-family: "Font Awesome 5 Free";
  content: "\f0e0";
  padding-right: 0.5em;
}
.btn_block_cv .wp-block-buttons div a.wp-block-button__link:hover {
  box-shadow: none !important;
  background: rgba(255, 255, 255, 1);
  color: var(--color_blue);
  border: solid 2px var(--color_blue);
}
.btn_block_cv a.wp-block-button__link::after {
  content: "";
  position: absolute;
  top: -10%;
  left: -20%;
  width: 40px;
  height: 100%;
  transform: scale(2) rotate(20deg);
  background-image: linear-gradient(
    100deg,
    rgba(255, 255, 255, 0) 10%,
    rgba(255, 255, 255, 0.5) 100%,
    rgba(255, 255, 255, 0) 0%
  );
  animation-name: shiny;
  animation-duration: 3s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
}
/* お悩み
====================================================*/
.wp-block-group.nayami h2 {
  font-size: 3rem;
  margin-top: 2em;
}
/**/
.wp-block-group.nayami .wp-block-columns {
  justify-content: space-between;
  flex-direction: row;
}
.wp-block-group.nayami .wp-block-column {
  width: calc((100% - 6em) / 3);
  background: var(--color_gray);
  margin: 0;
}
.wp-block-group.nayami .wp-block-column:not(:first-child) {
  margin-left: 2em;
}
.wp-block-group.nayami .wp-block-column h3 {
  font-size: 1.8rem;
  color: var(--color_dark);
  text-align: center;
}
.wp-block-group.nayami .wp-block-column h3::after {
  width: 40px;
  height: 3px;
  margin: 0.5em auto 1em;
  content: "";
  display: block;
  background: var(--color_orange);
}
.wp-block-group.nayami .wp-block-image {
  background: rgba(255, 255, 255, 1);
}
.wp-block-group.nayami .wp-block-image img {
  width: 100%;
  width: auto;
  display: block;
  margin: auto;
}
.wp-block-group.nayami .wp-block-group p {
  padding: 0 1em;
}
/* できすぎさんが実現します
====================================================*/
.readtxt00 h3 {
  color: var(--color_orange);
  border: 2px solid var(--color_orange);
  border-radius: 10px;
  font-size: 2rem;
  box-shadow: 0 0 0.2em var(--color_orange);
  padding: 0.5em;
}
/* できすぎさんとは
====================================================*/
.wp-block-group.about {
  width: 100vw;
  margin: auto calc(50% - 50vw);
  padding: auto calc(50vw - 50%);
}
.wp-block-group.about h2 {
  font-size: var(--h2fontsize);
  text-align: center;
}
.wp-block-group.about .vk_heading {
  margin-bottom: 1em;
}
.wp-block-group.about figure img {
  max-height: 700px;
  width: auto;
}
/* できすぎさん導入のメリット

====================================================*/
.wp-block-group.merit h2 {
  font-size: var(--h2fontsize);
  margin-top: 0.88889em;
}
.wp-block-group.merit .wp-block-columns {
  flex-direction: row;
  justify-content: space-between;
}
.wp-block-group.merit .wp-block-column {
  background: var(--color_dark);
  color: rgba(255, 255, 255, 1);
  width: 100%;
  margin: 0;
  width: calc((100% - 6em) / 3);
}
.wp-block-group.merit .wp-block-column:not(:first-child) {
  margin-left: 2em;
}
.wp-block-group.merit .wp-block-image {
  background: rgba(255, 255, 255, 1);
  padding-bottom: 1.5em;
}
.wp-block-group.merit .wp-block-image img {
  max-height: 160px;
  width: auto;
  display: block;
  margin: auto;
}
.wp-block-group.merit .wp-block-column {
  position: relative;
}
.wp-block-group.merit .merit_tit {
  position: absolute;
  background: #fff;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  color: var(--color_dark);
  right: 50%;
  padding: 0;
  margin: 0;
  transform: translateX(50%) translateY(-50%);
  border: 3px solid var(--color_dark);
}
.wp-block-group.merit .merit_tit p {
  white-space: nowrap;
  position: absolute;
  display: inline-block; /**/
  left: 50%;
}
.wp-block-group.merit .merit_tit p:first-child {
  top: 30%;
  transform: translateX(-50%) translateY(-50%);
  font-size: 1.2rem;
}
.wp-block-group.merit .merit_tit p:last-child {
  top: 60%;
  transform: translateX(-50%) translateY(-50%);
  font-size: 2.2rem;
}
/**/
.wp-block-group.merit .merit_txt {
  padding: 0 1em 1em 1em;
  padding-top: 70px;
}
.wp-block-group.merit .merit_txt h3 {
  text-align: center;
  font-size: 2rem;
}
.wp-block-group.merit .merit_txt p {
  text-align: left;
}
/* できすぎさんにできること

====================================================*/
.wp-block-group.result h2 {
  font-size: var(--h2fontsize);
}
.wp-block-group.result h3 {
  font-size: 2rem;
  text-align: center;
  color: var(--color_orange);
}
.wp-block-group.result .wp-block-columns {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
}
.wp-block-group.result .wp-block-column {
  flex-basis: auto;
  width: calc((100% - 6em) / 3);
  margin-right: 1em;
  margin-left: 1em;
  margin-bottom: 1em;
  padding: 0.6em 0.8em 0.3em;
  background: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
}
.wp-block-group.result
  .wp-block-columns:not(.is-not-stacked-on-mobile)
  > .wp-block-column:not(:first-child) {
  margin-left: initial;
}
.wp-block-group.result figure img {
  border-radius: 50%;
  margin: auto;
}
/* できすぎさんがえらばれる理由

====================================================*/
.wp-block-group.reason {
  margin: 0 calc(50% - 50vw);
}
.wp-block-group.reason h2 {
  font-size: var(--h2fontsize);
  margin-top: 0.88889em;
}
.wp-block-group.reason h3.vk_prContent_colTxt_title {
  font-size: 2.6rem;
  color: var(--color_orange);
}
.wp-block-group.reason .unit_reason_left {
  box-shadow: 0px 3px 10px #00000029;
  border-radius: 0 10em 10em 0;
  width: calc(100% - (50% - (1140px / 2)));
  padding-left: calc(50% - (1140px / 2));
  margin-left: 0;
  margin-bottom: 4.5em;
  padding-top: 2em;
  padding-bottom: 2em;
}
.wp-block-group.reason .unit_reason_right {
  box-shadow: 0px 3px 10px #00000029;
  border-radius: 10em 0 0 10em;
  width: calc(100% - (50% - (1140px / 2)));
  padding-right: calc(50% - (1140px / 2));
  margin-right: 0;
  margin-left: auto;
  margin-bottom: 4.5em;
  padding-top: 2em;
  padding-bottom: 2em;
}
.wp-block-group.reason .vk_prContent img {
  max-height: 270px;
  width: auto;
  display: block;
  padding: 0 25%;
}
/* ご利⽤までの流れ

====================================================*/
.wp-block-group.flow h2 {
  font-size: var(--h2fontsize);
  margin-top: 0.88889em;
}
.wp-block-group.flow .wp-block-columns {
  margin-left: -2em;
}
.wp-block-group.flow .wp-block-column {
  background: var(--color_orange);
  color: rgba(255, 255, 255, 1);
  border: initial;
  border-radius: 0.5em;
  position: relative;
  padding: 1em;
  width: calc((100% - 6em) / 3);
  margin-left: 2em;
}
.wp-block-group.flow .wp-block-column:not(:last-child):after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-left: 15px solid var(--color_orange);
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  top: 50%;
  transform: translateY(-50%);
  right: -25px;
}
.wp-block-group.flow .wp-block-column ul {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-sizing: border-box;
  padding: 1em;
  list-style: none;
  margin: 0;
  padding: 0;
}
.wp-block-group.flow .wp-block-column li:first-child {
  font-size: var(--fontsize_title);
}
.wp-block-group.flow .wp-block-column li:nth-child(2) {
  font-size: var(--fontsize_subtitle);
  font-weight: bold;
}
.wp-block-group.flow .wp-block-column li:not(:last-child) {
  text-align: center;
}
/* 料金表

====================================================*/
.wp-block-group.price h2 {
  font-size: var(--h2fontsize);
  margin-top: 0.88889em;
}
.wp-block-group.price .price_unit {
  border: 6px solid var(--color_dark);
  max-width: 900px;
  margin: auto;
}
.wp-block-group.price .price_unit h3 {
  text-align: center;
  font-size: var(--fontsize_title);
  margin: 1em 0;
}
.wp-block-group.price .price_unit p.head {
  background: var(--color_dark);
  padding: 1em;
  color: rgba(255, 255, 255, 1);
  font-size: var(--fontsize_title);
  margin-bottom: 0;
  position: relative;
  text-align: center;
}
.wp-block-group.price .price_unit p.head:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 5px; /*線の上下位置*/
  display: inline-block;
  width: 800px; /*線の長さ*/
  height: 1px; /*線の太さ*/
  transform: translateX(-50%);
  background-color: white;
  border-radius: 0.5em;
}
.wp-block-group.price .price_unit p.read {
  background: var(--color_dark);
  padding: 1em;
  color: rgba(255, 255, 255, 1);
  font-size: 1.6rem;
  line-height: 3em;
  text-align: center;
}
.wp-block-group.price .wp-block-columns {
  margin-left: 2em;
  margin-right: 2em;
}
.wp-block-group.price .wp-block-columns div:first-child {
  flex-basis: 35%;
  flex-grow: 0;
}
.wp-block-group.price .wp-block-columns div:last-child {
  flex: 1;
}
.wp-block-group.price .wp-block-column p {
  text-align: center;
}
.wp-block-group.price .price_unit h4 {
  text-align: center;
  font-size: var(--fontsize_title);
  color: rgba(255, 255, 255, 1);
  background: var(--color_dark);
  font-weight: normal;
  padding: 0.5em 0;
}
.wp-block-group.price .wp-block-column {
  border: 6px solid var(--color_dark);
}
.wp-block-group.price ul {
  margin: 0 0 2em 2em;
  list-style: none;
  line-height: 1;
}
.wp-block-group.price ul li::before {
  content: "※";
}
/* キャンペーン

====================================================*/
.wp-block-group.campaign h2 {
  font-size: var(--h2fontsize);
  margin-top: 0.88889em;
}
/* セキュリティ

====================================================*/
.wp-block-group.security h2 {
  font-size: var(--h2fontsize);
  margin-top: 0.88889em;
}
.wp-block-group.security h3 {
  font-size: var(--h2fontsize);
  margin-top: 0.88889em;
}
.wp-block-group.security .wp-block-vk-blocks-heading,
.wp-block-group.security p {
  max-width: 500px;
  margin: auto;
  text-align: left;
}
/* よくある質問

====================================================*/
.wp-block-group.qa h2 {
  font-size: var(--h2fontsize);
  margin-top: 0.88889em;
}
/* アコーディオンメニュー*/
.accordion {
}
.accordion.vk_faq {
  border-bottom: none;
  padding: 0;
  margin: 0;
}
.accordion .vk_faq-body {
  padding: 0;
  margin: 0;
}
.accordion .vk_faq_title {
  position: relative;
  z-index: +1;
  cursor: pointer;
  transition-duration: 0.2s;
  border-bottom: none;
  padding: 1em 1em 1em 1em;
  background: #ffffff;
  border: 1px solid #ddd;
  border-bottom: none;
  font-size: initial;
}
.accordion .vk_faq_title.open {
  border-bottom: 1px solid #ddd;
}
.accordion .vk_faq_title:before {
  position: absolute;
  left: initial;
  top: initial;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-family: "areal";
  background: var(--color_darkgray);
}
.accordion .vk_faq_title p {
  margin-left: 4rem;
  margin-right: 1em;
}
.accordion .vk_faq_title::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-top: var(--color_darkgray) 2px solid;
  border-right: var(--color_darkgray) 2px solid;
  transform: translateY(50%) rotate(135deg);
  position: absolute;
  right: 3%;
  top: 0;
  bottom: 15%;
  margin: auto;
}
.accordion .vk_faq_title.open::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-top: var(--color_dark) 2px solid;
  border-right: var(--color_dark) 2px solid;
  transform: translateY(50%) rotate(-45deg);
  position: absolute;
  right: 3%;
  top: 0;
  bottom: 0;
  margin: auto;
}
.accordion .vk_faq_content {
  display: none;
  box-sizing: border-box;
  padding: 1em 1em 1em 1em;
  border: 1px solid #ddd;
  border-top: none;
  border-bottom: none;
}
.accordion .vk_faq_content:last-child {
  border-bottom: 1px solid #ddd;
  background: #f7f7f7;
}
.accordion .vk_faq_content::before {
  top: initial;
  left: initial;
  width: 30px;
  height: 30px;
  line-height: 30px;
  background: var(--color_orange);
}
.accordion .vk_faq_content p {
  margin-left: 4rem;
  line-height: 30px;
}
.vk_faq .vk_faq_content {
  transition: initial;
}
/* 
固定ーーーお問い合わせ

====================================================*/
.wp-block-group.contact h2 {
  font-size: var(--h2fontsize);
  margin-top: 0.88889em;
}
/*ブラウザが自動付与するフォーカス時の枠線を消す*/
dl.wp-contactform input:focus,
dl.wp-contactform textarea:focus {
  outline: none;
}
dl.wp-contactform,
dl.wp-contactform dt,
dl.wp-contactform dd {
  box-sizing: border-box;
}
dl.wp-contactform {
  background: rgba(232, 232, 232, 0);
  border-right: 0px solid #ddd;
  border-bottom: 0px solid #ddd;
  border-left: 0px solid #ddd;
}
dl.wp-contactform dt,
dl.wp-contactform dd {
  /*! padding: 0.8em; */
  border-top: 1px solid #ddd;
}
dl.wp-contactform dt {
  width: 30%;
  float: left;
  padding-top: 1.4em;
  font-weight: normal;
}
dl.wp-contactform dd {
  background: #fff;
  margin-left: 30%;
  /*! padding-bottom: 0.5em; */
  border-left: 0px solid #ddd;
  padding: 1em 0.5em 1em 2em;
}
dl.wp-contactform dd:after {
  content: "";
  display: block;
  clear: both;
}
.wp-contactform .nini {
  font-size: 0.8em;
  color: #fff;
  display: inline-block;
  padding: 0.1em 0.4em;
  background: rgba(0, 0, 0, 1);
  border-radius: 3px;
  margin-left: 3%;
  float: right;
}
/*「必須」部分のスタイリング*/
.wp-contactform .requied {
  font-size: 0.8em;
  color: #fff;
  display: inline-block;
  padding: 0.1em 0.4em;
  background: rgba(254, 111, 111, 1);
  border-radius: 3px;
  margin-left: 3%;
  float: right;
}
input[type="submit"] {
  background: rgba(197, 197, 197, 1);
  border: 0;
  border-radius: 10px;
  color: #fff;
  font-size: 1.3rem;
  font-weight: bold;
  -webkit-appearance: none;
  width: 30%;
}
input[type="date"] {
  -moz-appearance: none;
  -webkit-appearance: none;
  display: block;
}
input[type="date"]::after {
  /* content: "\f078";   
font-family: 'FontAwesome';   
font-weight : 900;*/
  content: "\f078";
  font-family: FontAwesome;
}
/*チェックボックス*/
input[type="radio"],
input[type="checkbox"] {
  position: relative;
  top: 2px;
}
input label {
  font-size: 1rem;
}
input[type="checkbox"] {
  display: none;
}
input[type="checkbox"] + span {
  display: inline-block;
  position: relative;
  padding: 0 0 0 1.4em;
  margin: 0;
  cursor: pointer;
}
input[type="checkbox"] + span::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  width: 1em;
  height: 1em;
  display: block;
}
input[type="checkbox"]:checked + span::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  transform: translateY(-50%) rotate(-45deg);
  width: 1em;
  height: 0.6em;
  margin-top: -0.2em;
  display: block;
  border-left: 3px solid #f44336;
  border-bottom: 3px solid #f44336;
}
.search-edit,
input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
textarea,
select {
  font-size: 1.6rem;
  color: #666;
  background: rgba(255, 255, 255, 1);
  height: 3em;
}
textarea {
  height: initial;
  height: calc(1.6em * 5);
  line-height: 1.6;
}
/*ラジオボタン*/
input[type="radio"] {
  display: none;
}
input[type="radio"] + span {
  position: relative;
  padding-left: 1.5em;
}
input[type="radio"] + span::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  border: 1px solid #999;
  border-radius: 50%;
}
input[type="radio"]:checked + span {
  color: #009a9a;
}
input[type="radio"]:checked + span::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 5px;
  width: 10px;
  height: 10px;
  background: #009a9a;
  border-radius: 50%;
  transform: translateY(-50%);
}
/*plugin contact form overwhite*/
div.wpcf7-mail-sent-ok,
div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
  border: 0px solid rgba(218, 88, 127, 1) !important;
}
.wp-contactform th,
.wp-contactform td {
  padding: 0.5em;
  font-weight: normal;
}
.wp-contactform th.empty {
  display: none;
}
span.wpcf7-list-item {
  display: block !important;
}
input:placeholder,
input:-moz-placeholder {
  color: #000 !important;
  font-size: 1rem;
  font-style: normal;
}
span.wpcf7-list-item {
  margin: 0 0 1em 0;
}
.submitwrap {
  margin: 0 auto;
  padding: 1em;
  text-align: center;
  position: relative;
}
.submitwrap input[type="submit"] {
  background: var(--color_blue);
  border-radius: initial;
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  -webkit-appearance: none;
  width: 50%;
  padding: 1em;
  border: 2px solid var(--color_blue);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.submitwrap input[type="submit"]:hover {
  background-color: transparent;
  border: 2px solid var(--color_blue);
  color: var(--color_blue) !important;
}
.wpcf7-spinner {
  visibility: hidden;
  display: block;
  background-color: #23282d;
  opacity: 0.75;
  width: 24px;
  height: 24px;
  border: none;
  border-radius: 100%;
  padding: 0;
  margin: 1em 0 0 0;
  margin-top: 1em;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
/* */
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  background: rgba(254, 232, 234, 1);
  border: 1px solid rgba(154, 16, 30, 1);
  color: rgba(154, 16, 30, 1);
  padding: 1em;
}
/* 送信ボタン - 押せないとき */
input[type="submit"][disabled],
input[type="submit"][disabled] a:hover,
input[type="submit"][disabled]:hover {
  background-color: #ccc;
  color: rgba(37, 37, 37, 1) !important;
  cursor: default;
  border: 2px solid #ccc;
}
.smaller {
  font-size: 1.4rem;
}
.bold {
  font-weight: bold;
}
/* 
固定ーーープライバシーポリシ
固定ーーー利用規約
固定ーーー404
固定ーーーお問い合わせ
固定ーーー資料請求
固定ーーー送信完了
====================================================*/
.privacy-policy h1,
.terms h1,
.error404 h1,
.contact h1,
.resources h1,
.thanks h1 {
  margin: 0.6em auto 1em;
  font-size: var(--h2fontsize);
}
.privacy-policy #main,
.terms #main,
.error404 #main,
.contact #main,
.resources #main,
.thanks #main {
  margin: auto;
  max-width: 1000px;
}
.privacy-policy h2,
.terms h2 {
  margin-bottom: 1.5em;
  border-left: 0.3em solid var(--color_orange);
  padding: 0.7em 1.3em;
  font-size: 2.1rem;
  background: var(--color_gray);
}
/* 固定ーーー送信完了

====================================================*/
.thanks .entry-body {
  text-align: center;
  background: var(--color_gray);
  padding: 1em;
}
.thanks h2 {
  margin-bottom: 1.5em;
  padding: 0.7em 1.3em;
  font-size: 3rem;
  color: var(--color_orange);
}
/* 固定ーーー404

====================================================*/
.error404 .main-section-no-posts {
  text-align: center;
}
.error404 h2 {
  font-size: 8rem;
  margin-bottom: 0.5em;
  color: var(--color_gray);
}
.error404 .main-section-no-posts div:last-child {
  margin-top: 1em;
}
/* 固定ーーー資料請求

====================================================*/
.resources .resources_unit {
  margin-top: 5em;
}
.resources .resources_unit .wp-block-column:first-child {
  border: 1px solid var(--color_gray);
  border-radius: 0.5em;
  padding: 2em 1em;
}
.resources .resources_unit h3 {
  font-size: var(--fontsize_title);
  position: relative;
}
.resources .resources_unit h3::before {
  display: inline-block;
  position: absolute;
  content: "";
  bottom: -5px;
  left: 50%;
  width: 3em;
  height: 2px;
  transform: translate(-50%);
  background-color: var(--color_orange);
}
.resources figure img {
  width: 90%;
  text-align: center;
  margin: auto;
}
.resources .reccomend,
.resources .detail {
  display: block;
  position: relative;
  margin: 1.5em auto;
  padding: 1em 0;
  background: #fffaf7;
  box-shadow: 0px 5px 5px -5px rgba(0, 0, 0, 0.3);
  margin-top: 0;
}
.resources .reccomend ol,
.resources .detail ol {
  margin: 2em 2em 1em 2em;
}
.resources .reccomend li,
.resources .detail li {
  margin-bottom: 1em;
  font-weight: 600;
}
.resources .reccomend h2,
.resources .detail h2 {
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  padding: 0.3em 0.3em 0.3em 1em;
  margin: 0 0 0 -20px;
  width: calc(100% + 20px);
  font-size: 22px;
  color: white;
  background: var(--color_orange);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
}
.resources .reccomend h2:before,
.resources .detail h2:before {
  position: absolute;
  content: "";
  top: 100%;
  left: 0;
  border: none;
  border-bottom: solid 15px transparent;
  border-right: solid 20px #934300;
}
/* モバイル表示

====================================================*/
.vk-mobile-nav-menu-btn {
  border: none;
  left: initial;
  right: 5px;
}
.sp_nav {
  text-align: center;
}
.sp_nav.wp-block-buttons > .wp-block-button .wp-block-button__link {
  border-radius: 10px !important;
  min-width: 140px;
}

@media (max-width: 1200px) {
  /* 1200px以下の場合に適用  */
  /*
カバー

====================================================*/
  .wp-block-group.cover .readtxt {
    width: 100% !important;
    right: 0;
  }
  /* レイアウト

====================================================*/
  .container,
  .container-sm {
    max-width: initial;
  }
  /*
できすぎさんが選ばれる理由

====================================================*/
  .wp-block-group.reason {
    margin: initial;
  }
  .wp-block-group.reason .unit_reason_left {
    width: initial;
    /*box-shadow: initial;*/
    /*border-radius: initial;*/
    padding-left: initial;
    padding-left: 2em;
    margin-left: -2em;
  }
  .wp-block-group.reason .unit_reason_right {
    width: initial;
    /*box-shadow: initial;*/
    /*border-radius: initial;*/
    padding-left: initial;
    padding-right: 2em;
    margin-right: -2em;
  }
}

@media (max-width: 991.98px) {
  /*991.98px以下の場合に適用 */
  /*
ヘッダー
====================================================*/
  .site-header-logo img {
    max-height: 40px;
    margin-left: initial;
  }
  /*  レイアウト

====================================================*/
  .wp-block-column:not(:only-child) {
    flex-basis: initial !important;
  }
  /*
カバー
	
====================================================*/

  .wp-block-group.cover .readtxt .wp-block-group__inner-container {
    max-width: 96%;
    margin: auto;
  }
  .wp-block-group.cover img.wp-block-cover__image-background {
    display: none;
  }
  .wp-block-group.cover .wp-block-cover {
    background-image: url(https://dekisugisan.com/wp-dekisugisan/wp-content/uploads/sldier01SP.png);
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: contain;
  }
  .wp-block-group.cover h1 {
    margin-left: 0;
    margin-bottom: 0.5em;
  }
  .wp-block-group.cover p {
    margin-left: 20%;
  }
  /* 悩み

====================================================*/
  .wp-block-group.nayami {
  }
  /* 料金表	

====================================================*/
  .wp-block-group.price .wp-block-column {
    width: 100%;
  }
  .wp-block-group.price .wp-block-column:nth-child(2n) {
    margin-left: 0;
  }
  /*
できすぎさんが選ばれる理由
====================================================*/
  .wp-block-group.reason .unit_reason_left img {
    padding: 0 10% 0 0;
  }
  .wp-block-group.reason .unit_reason_right img {
    padding: 0 0 0 10%;
  }
  /*	
固定---資料請求
====================================================*/
  .resources .wp-block-column {
    flex-basis: initial !important;
    width: 100%;
    margin-left: 1em;
    margin-right: 1em;
  }
}

@media (min-width: 600px) and (max-width: 781px) {
  .wp-block-columns:not(.is-not-stacked-on-mobile)
    > .wp-block-column:not(:only-child) {
    flex-basis: calc((100% - 6em) / 3) !important;
    margin-right: 1em;
    margin-left: 1em;
    margin-bottom: 1em;
  }
}

@media (max-width: 574px) {
  /* 574px以下の場合に適用   */
  /*
ヘッダー
====================================================*/
  .site-header {
    background: rgba(248, 148, 24, 1); /*ヘッダーカラー !important */
    box-shadow: initial; /*シャドウリセット*/
    position: fixed;
    top: 0;
    right: 0px;
    width: 100%;
    height: 50px;
    z-index: 1000;
  }
  .page-header {
    z-index: 1;
    padding-top: 50px;
  }
  .site-body {
    padding-top: 50px !important;
  }

  .site-header-logo {
    display: block !important;
  }
  /* レイアウト

====================================================*/
  .container,
  .container-sm {
    max-width: initial; /*overwhite*/
  }
  .site-body {
    padding: 0rem 0 2rem;
  }
  /* フッター

====================================================*/
  .site-footer .widget {
    text-align: left;
  }
  .site-footer dl {
    margin-bottom: 1em;
    border-bottom: 1px solid var(--color_gray);
  }
  .site-footer dl dt {
    text-align: left;
    width: 25%;
  }
  .site-footer dl dd {
    margin-left: 30%;
  }
  .wp-block-group.p_mark img {
    margin: initial;
  }
  .site-footer ul#menu-sub {
    padding-left: 1em;
  }
  .site-footer .widget img {
    display: block;
    margin: auto;
    text-align: center;
  }
  .site-footer-content p {
    text-align: center;
  }
  /* コンテンツ共通

====================================================*/
  .vk_heading_subtext {
    text-align: left;
    margin-top: -1rem;
  }
  /* カバー

====================================================*/
  .wp-block-group.cover h1 {
    font-size: 2.2rem;
    margin: 0;
  }
  .wp-block-group.cover h1 br {
    display: none;
  }
  .wp-block-group.cover .wp-block-cover {
    min-height: 300px;
  }
  .wp-block-group.cover p {
    margin-left: 0;
    font-size: 1.4rem;
  }
  /*-----------
ボタン
-----------*/
  .wp-block-group.cover .wp-block-buttons {
    flex-direction: column;
    bottom: 2%;
    right: 2%;
    display: flex;
  }
  .wp-block-group.cover .wp-block-buttons div :first-child {
    margin-bottom: 0.5em;
  }
  /* お悩み

====================================================*/
  .wp-block-group.nayami .wp-block-columns {
    flex-direction: column;
  }
  .wp-block-group.nayami .wp-block-column {
    width: 100%;
  }
  .wp-block-group.nayami .wp-block-column:not(:first-child) {
    margin-left: 0em;
  }
  .wp-block-group.nayami h2 {
    font-size: var(--h2fontsize_sp);
  }
  .wp-block-group.nayami .vk_prBlocks_item {
    width: 100%;
  }
  .wp-block-group.nayami .wp-block-image img {
    max-height: 250px;
  }
  /* できすぎさんとは

====================================================*/
  .wp-block-group.about h2 {
    font-size: var(--h2fontsize_sp);
  }
  /* できすぎさん導入のメリット

====================================================*/
  .wp-block-group.merit h2 {
    font-size: var(--h2fontsize_sp);
  }
  .wp-block-group.merit .wp-block-column {
    margin-top: 2em;
    width: 100%;
  }
  .wp-block-group.merit .wp-block-column:not(:first-child) {
    margin-left: 0em;
  }
  /* できすぎさんできること

====================================================*/
  .wp-block-group.result h2 {
    font-size: var(--h2fontsize_sp);
  }
  .wp-block-group.result .wp-block-columns {
    flex-wrap: nowrap;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;

    justify-content: initial;
  }
  .wp-block-group.result .wp-block-column {
    flex: 0 0 70% !important;
    margin-left: initial !important;
    width: 80% !important;
  }
  /**/
  .scroll_list {
    margin: 0 auto;
    padding: 0;
    width: 90%; /* コンテンツが見切れて見えるようにする */
    overflow-x: auto; /* 横スクロールの指定 */
    white-space: nowrap; /* 横スクロールの指定 */
    overflow-scrolling: touch; /* スクロールを滑らかにする */
    -webkit-overflow-scrolling: touch; /* スクロールを滑らかにする */
  }
  .scroll_list li {
    display: inline-block; /* 横並びにする指定 */
    list-style: none;
    height: 450px; /* 横スクロールする範囲の高さを指定 */
  }
  .list1 {
    margin-left: 0;
  }
  .list2,
  .list3 {
    margin-left: 30px;
  }
  /* できすぎさんが選ばれる理由

====================================================*/
  .wp-block-group.reason h2 {
    font-size: var(--h2fontsize_sp);
  }
  .wp-block-group.reason .unit_reason_left,
  .wp-block-group.reason .unit_reason_right {
    margin-bottom: 1em;
    box-shadow: initial;
    border-radius: initial;
    margin-right: initial;
    padding-right: initial;
    margin-left: initial;
    padding-left: initial;
  }
  .wp-block-group.reason img {
    display: block;
    margin: auto;
    text-align: center;
  }
  .wp-block-group.reason .unit_reason_left img,
  .wp-block-group.reason .unit_reason_right img {
    padding: 0;
  }
  .wp-block-group.reason .wp-block-group {
    border-bottom: 1px solid var(--color_dark);
  }
  /* ご利⽤までの流れ

====================================================*/
  .wp-block-group.flow h2 {
    font-size: var(--h2fontsize_sp);
  }
  .wp-block-group.flow .wp-block-column {
    flex-direction: column;
    width: 100%;
    margin-bottom: 2em;
  }
  .wp-block-group.flow .wp-block-column:not(:last-child):after {
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid var(--color_orange);
    top: initial;
    bottom: -2.5em;
    right: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(0);
  }
  .wp-block-group.flow .wp-block-column ul {
    flex-direction: column;
  }
  .wp-block-group.flow .wp-block-column li:first-child {
    font-size: var(--fontsize_title);
  }
  .wp-block-group.flow .wp-block-column li:nth-child(2) {
    font-size: var(--fontsize_subtitle);
    font-weight: bold;
  }
  .wp-block-group.flow .wp-block-column li:not(:last-child) {
    text-align: center;
  }
  /* 料金表

====================================================*/
  .wp-block-group.price h2 {
    font-size: var(--h2fontsize_sp);
  }
  .wp-block-group.price .price_unit p.head {
    text-align: left;
  }
  .wp-block-group.price .price_unit p.read {
    text-align: left;
  }
  .wp-block-group.price .price_unit p.read br {
    display: none;
  }
  .wp-block-group.price .wp-block-columns div:first-child {
    flex-grow: 1;
  }
  .wp-block-group.price ul {
    margin-left: 0;
  }
  /* キャンペーン

====================================================*/
  .wp-block-group.campaign h2 {
    font-size: var(--h2fontsize_sp);
  }
  /* よくある質問

====================================================*/
  .wp-block-group.qa h2 {
    font-size: var(--h2fontsize_sp);
  }
  .accordion .vk_faq_title {
    font-weight: normal;
  }
  /* セキュリティ

====================================================*/
  .wp-block-group.security h2 {
    font-size: var(--h2fontsize_sp);
  }
  /* お申込み

====================================================*/
  .wp-block-group.contact h2 {
    font-size: var(--h2fontsize_sp);
  }
  /*_____________プラグイン_[contactform7] */
  dl.wp-contactform {
    margin-top: 0;
  }
  dl.wp-contactform dt {
    width: 100%;
    float: none;
    /*margin-bottom: 0.5em; */
    /*background: #f0f0f0; */
    padding: 0.9em 0.5em 0.5em 0.5em;
    border-top: 0px solid #ddd;
  }
  dl.wp-contactform dd {
    width: 100%;
    background: #fff;
    margin-left: 0;
    padding: 0.5em;
    border-left: 0px solid #ddd;
    border-top: 1px solid #ddd;
  }
  dl.wp-contactform dd:after {
    content: "";
    display: block;
    clear: both;
  }
  /* 
固定ーーープライバシーポリシ
固定ーーー利用規約
固定ーーー404
固定ーーー資料請求
====================================================*/
  .privacy-policy h1,
  .terms h1,
  .error404 h1,
  .contact h1,
  .resources h1,
  .thanks h1 {
    font-size: var(--h2fontsize_sp);
  }
  /* 固定ーーー送信完了

====================================================*/
  .thanks .entry-body p {
    text-align: left;
  }
}
