@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+Antique:wght@300;400;500;700;900&family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&family=Zen+Maru+Gothic:wght@300;400;500;700;900&display=swap');
/*
.zen-kaku-gothic-new-light {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.zen-kaku-gothic-new-regular {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.zen-kaku-gothic-new-medium {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.zen-kaku-gothic-new-bold {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.zen-kaku-gothic-new-black {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 900;
  font-style: normal;
}

■Zen Kaku Gothic Antique: CSS classes

.zen-kaku-gothic-antique-light {
  font-family: "Zen Kaku Gothic Antique", serif;
  font-weight: 300;
  font-style: normal;
}

.zen-kaku-gothic-antique-regular {
  font-family: "Zen Kaku Gothic Antique", serif;
  font-weight: 400;
  font-style: normal;
}

.zen-kaku-gothic-antique-medium {
  font-family: "Zen Kaku Gothic Antique", serif;
  font-weight: 500;
  font-style: normal;
}

.zen-kaku-gothic-antique-bold {
  font-family: "Zen Kaku Gothic Antique", serif;
  font-weight: 700;
  font-style: normal;
}

.zen-kaku-gothic-antique-black {
  font-family: "Zen Kaku Gothic Antique", serif;
  font-weight: 900;
  font-style: normal;
}

■Zen Maru Gothic: CSS classes
.zen-maru-gothic-light {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 300;
  font-style: normal;
}

.zen-maru-gothic-regular {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 400;
  font-style: normal;
}

.zen-maru-gothic-medium {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 500;
  font-style: normal;
}

.zen-maru-gothic-bold {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
  font-style: normal;
}

.zen-maru-gothic-black {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 900;
  font-style: normal;
}
*/


body {
  /* 「BIZ UDPゴシック」をWindowsで指定 */
  /*font-family: "Meiryo UI", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic UI", "MS PGothic", sans-serif;
  font-feature-settings: "palt";*/

  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #000033;

}


/*
bootstrap 5　調整
**********************************************/
:root {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #5533ff;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-black: #000;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  /*--bs-primary: #5533ff;*/
  --bs-primary: rgb(0, 0, 51);
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 0, 0, 51;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-bg: #fff;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.375rem;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-2xl: 2rem;
  --bs-border-radius-pill: 50rem;
  /*--bs-link-color: #5533ff;*/
  --bs-link-color: #212529;
  /*--bs-link-hover-color: #4429cc;*/
  --bs-link-hover-color: #213243;
  --bs-code-color: #d63384;
  --bs-highlight-bg: #fff3cd;
}



body {}

.container {
  max-width: 1024px;
}


h1 {
  font-size: 1.5rem;
}

h2 {
  font-size: 1.35rem;
}

h3 {
  font-size: 1.1rem;
}

h4 {
  font-size: 1.1rem;
}

h5 {
  font-size: 1.1rem;
}

h6 {
  font-size: 1.1rem;
}

a {
  text-decoration: none;
}

.wpcf7-form a:link,
#main p a:link {
  /*font-weight: 500;*/
  text-decoration: none;
  border-bottom: solid 1px;
  /*padding-bottom: 0.1em;*/
}

.wpcf7-form a:hover,
#main p a:hover {
  font-weight: 500;
}

.form-control:focus,
.wpcf7 .wpcf7-validation-errors:focus,
.wpcf7 input[type=color]:focus,
.wpcf7 input[type=date]:focus,
.wpcf7 input[type=datetime-local]:focus,
.wpcf7 input[type=datetime]:focus,
.wpcf7 input[type=email]:focus,
.wpcf7 input[type=file]:focus,
.wpcf7 input[type=month]:focus,
.wpcf7 input[type=number]:focus,
.wpcf7 input[type=range]:focus,
.wpcf7 input[type=search]:focus,
.wpcf7 input[type=submit]:focus,
.wpcf7 input[type=tel]:focus,
.wpcf7 input[type=text]:focus,
.wpcf7 input[type=time]:focus,
.wpcf7 input[type=url]:focus,
.wpcf7 input[type=week]:focus,
.wpcf7 select:focus,
.wpcf7 textarea:focus {
  color: #212529;
  background-color: #fff;
  border-color: unset;
  outline: 0;
  box-shadow: unset;
}

/**/
#main div.pdfemb-viewer {
  border: none;
  background-color: unset;
}

#main div.pdfemb-viewer .pdfemb-pagescontainer {
  background-color: unset;
}

.figure-img,
.wp-block-image>figure img,
figure.wp-block-image img {
  margin-bottom: 0;

}

.navbar,
.navbar-brand {
  padding: 0;
}

.site-main h2 {
  border-bottom: solid 1px #000033;
  position: relative;
  padding: 0.5rem;
  margin-bottom: 1rem;
}

.site-main h2:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #000033;
  left: 0;
  bottom: -1px;
  width: 30%;
}

.home .site-main h2 {
  border-bottom: none;
  position: unset;
  padding: unset;
  margin-bottom: 1rem;
}

.home .site-main h2:after {
  position: unset;
  content: none;
}

/*
header
********************************************************/
/**ドロップダウン：hover　オープン**/
.dropdown:hover>.dropdown-menu {
  display: block;
}

#wrapper-navbar nav.bg-color {
  background-color: #CCF400;
}

#wrapper-navbar nav .navbar-brand span {
  font-size: 0.625rem;
  font-weight: 400;
}

#wrapper-navbar nav .navbar-brand {
  line-height: 1rem;
  font-weight: 500;
}

#wrapper-navbar nav .nav-item {
  margin-left: 8px;
}

#wrapper-navbar nav .nav-item .nav-link {
  background-color: #000000;
  color: #fff;
  font-size: 1rem;
  font-weight: 500;
  padding: 3px 10px 5px;
  border-radius: 20px;

}

#wrapper-navbar nav .dropdown-menu {
  padding: 0 8px 0 0;
}

#wrapper-navbar nav .dropdown-menu .nav-item {
  text-align: left;
}

.offcanvas-header .btn-close {
  color: #000;
}

.dropdown-item.active,
.dropdown-item:active {
  color: var(--bs-dropdown-link-active-color);
  text-decoration: none;
  background-color: #00005c;
}


nav .navbar-brand {
  width: 488px;
}

.navbar-toggler-icon {
  width: 2rem;
  height: 2rem;
}

.offcanvas-header .btn-close {
  border-color: #000 !important;
  color: #000 !important;
}

.navbar-toggler {
  border: unset;
  border-color: #000 !important;
  color: #000;
}

.navbar-toggler:focus {
  box-shadow: none;
}

#wrapper-navbar .offcanvas {
  background-color: #ccf500cc;
}

#wrapper-navbar .offcanvas-body .nav-item {
  margin-bottom: 0.5rem;

}

#wrapper-navbar .offcanvas-body .nav-item .nav-link {

  border-radius: 35px;
}

@media (max-width: 767.98px) {
  nav .navbar-brand {
    width: 480px;
  }
}

@media (max-width: 575.98px) {
  nav .navbar-brand {
    width: 70vw;
  }
}


#page-wrapper {
  padding-top: 0;
  padding-bottom: 5rem;
}

.page-title {
  margin: 0 calc(50% - 50vw);
  max-width: 100vw;
  width: 100vw;
  background-color: #f4f4f4;
  margin-bottom: 2rem;
}

.page-title .entry-header {
  display: flex;
  align-items: center;
  height: 80px;

}

.page-title .entry-header h1 {
  margin-bottom: 0;
  margin-left: .5rem;
}

/*各ページ header-text*/
.header-text {
  border-width: 2px;
  border-radius: 10px;
  line-height: 2rem;
  padding: 2rem;
}

.header-text p {
  margin-bottom: 0;
}

/*
footer
********************************************************/
#wrapper-footer {
  font-family: "Zen Kaku Gothic Antique", serif;
  font-weight: 400;
  font-style: normal;
  background-color: #4D4D4D;
  color: #fff;
  padding-bottom: 0.5rem;
  margin-top: 5rem;
}

#wrapper-footer .nav {
  margin-top: 1rem;
  margin-bottom: 2rem;
}

#wrapper-footer .nav li a {
  color: #fff;
}

#wrapper-footer .nav li {
  padding-left: 1rem;
  padding-right: 1rem;
  line-height: 1rem;
}

#wrapper-footer .nav li+li {
  border-left: solid 1px #fff;
}

/*
ContactForm7
*****************************************************************************/
.wp-block-contact-form-7-contact-form-selector .col-form-label {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  background-color: #F8F8F8;
}

.wp-block-contact-form-7-contact-form-selector .row {
  margin-bottom: 0.4rem;
}

.wp-block-contact-form-7-contact-form-selector .row p,
.wp-block-contact-form-7-contact-form-selector .row .col-form-label p {
  margin-bottom: 0;
}

.wpcf7 input[type=submit]:disabled,
.wpcf7-submit {
  color: #000033;
  border-color: #000033;
}

.wpcf7 input[type=submit] {
  --bs-btn-color: #000033;
  --bs-btn-border-color: #000033;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #000033;
  --bs-btn-hover-border-color: #000033;
  --bs-btn-focus-shadow-rgb: 85, 51, 255;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #000033;
  --bs-btn-active-border-color: #000033;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000033;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #000033;
  --bs-gradient: none;
}

.form-control:focus,
.wpcf7 .wpcf7-validation-errors:focus,
.wpcf7 input[type=color]:focus,
.wpcf7 input[type=date]:focus,
.wpcf7 input[type=datetime-local]:focus,
.wpcf7 input[type=datetime]:focus,
.wpcf7 input[type=email]:focus,
.wpcf7 input[type=file]:focus,
.wpcf7 input[type=month]:focus,
.wpcf7 input[type=number]:focus,
.wpcf7 input[type=range]:focus,
.wpcf7 input[type=search]:focus,
.wpcf7 input[type=submit]:focus,
.wpcf7 input[type=tel]:focus,
.wpcf7 input[type=text]:focus,
.wpcf7 input[type=time]:focus,
.wpcf7 input[type=url]:focus,
.wpcf7 input[type=week]:focus,
.wpcf7 select:focus,
.wpcf7 textarea:focuss {
  color: #212529;
  background-color: #fff;
  border-color: #00004a;
  border-color: rgba(0, 0, 143, 0.25);

  outline: 0;
  box-shadow: 0 0 0 .25rem rgba(0, 0, 51, 0.25);
}

/*
トップページ
********************************************************/
.home .banner-design,
.home .banner-yoshida,
.home .banner-shimaneken,
.home .banner-zousatsu {
  padding: 2rem 1rem;
  border: none;
}

.home .entry-content figure {
  margin-bottom: 0;
}

.home .banner-design {
  background: url(/wp-content/uploads/bg-img01.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 20px;
  padding-bottom: 1rem;
}

.home .banner-design .box-left {
  text-align: center;
  font-size: 1.562rem;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

.home .banner-design .box-left h2 {
  font-size: 2.625rem;
  font-weight: 400;
}

.home .banner-design .box-right {
  width: 609px;
}

.card.banner-yoshida {
  text-align: center;
  background: url(/wp-content/uploads/bg-img02.png);
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 20px;

}

.card.banner-yoshida,
.card.banner-shimaneken {
  position: relative;
  display: flex;
  align-items: center;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
  font-style: normal;

}

.card.banner-yoshida h2,
.card.banner-shimaneken h2 {
  font-size: 1.5rem;
  margin-bottom: 0.75rem;
}


.card.banner-yoshida .card-body,
.card.banner-shimaneken .card-body {
  width: 100%;
  padding-bottom: 1.5rem;
}

.card.banner-shimaneken,
.card.banner-yoshida {
  padding-top: 2.5rem;
  padding-bottom: 0rem;
  display: flex;
  justify-content: center;

}

.card.banner-yoshida img,
.card.banner-shimaneken img {
  width: 83%;

}

.card.banner-shimaneken {
  background-color: #F2F2EA;
  text-align: center;
  border-radius: 20px;
  color: #1F554B;

}

.card.banner-yoshida .btn,
.card.banner-shimaneken .btn {
  background-color: #ffffff;
  width: 85%;
  font-size: 1.678rem;
  font-weight: 500;
  border-radius: 10px;
}

.card.banner-yoshida .btn:hover {
  background-color: #1F554B;
  color: #fff;
  border: none;
}

.card.banner-shimaneken .btn:hover {
  background-color: #1F554B;
  color: #fff;
  border: none;
}

.card.banner-yoshida .btn span,
.card.banner-shimaneken .btn span {
  letter-spacing: -2px;
}

.card.banner-shimaneken .btn {
  text-align: center;
  color: #1F554B;

}

.card.banner-shimaneken img {
  /*max-width: 251px;*/
}

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

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

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


.home .banner-zousatsu {
  background-color: #E6E6E6;
  border-radius: 20px;
  padding-top: 1rem;
  padding-left: 2rem;
  padding-bottom: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 500;
  font-style: normal;
  padding-bottom: 0;
}

.banner-zousatsu .box-left {}

.banner-zousatsu .box-left h2 {
  font-size: 3.25rem;
  letter-spacing: -2px;
}

.banner-zousatsu .box-left p {
  font-size: 1.625rem;
}

.banner-zousatsu .box-right {}

.banner-zousatsu .box-right img {
  width: 252px;
  padding-right: 3rem;
}

@media (max-width: 991.98px) {
  .banner-zousatsu .box-left h2 {
    font-size: 5vw;
  }

  .banner-zousatsu .box-left p {
    font-size: 2.6vw;
  }
}

@media (max-width: 767.98px) {
  .banner-zousatsu .box-right img {
    width: 27vw;
    padding-right: 1rem;
  }
}

@media (max-width: 575.98px) {

  .card.banner-shimaneken,
  .card.banner-yoshida {
    height: 434px;
  }
}



/*
名刺注文フォーム
********************************************************/

/*　ラジオボタン　画像選択　*/
.wpcf7 {
  max-width: 980px;
}


span.design .wpcf7-list-item {
  /*width: 30%;*/
  /*height: 100px;*/
}

/*　共通　*/
span.design .wpcf7-list-item .wpcf7-list-item-label {
  position: relative;
  width: 290px;
  display: block;
  height: 220px;
}

/*いいけん、島根県 名刺*/
#wpcf7-f64-p17-o1 span.design .wpcf7-list-item:nth-of-type(4) .wpcf7-list-item-label,
#wpcf7-f64-p17-o1 span.design .wpcf7-list-item:nth-of-type(5) .wpcf7-list-item-label,
#wpcf7-f64-p17-o1 span.design .wpcf7-list-item:nth-of-type(6) .wpcf7-list-item-label {
  position: relative;
  width: 200px;
  display: block;
  height: 350px;
}

/* 選択肢1の画像 */
span.design .wpcf7-list-item .wpcf7-list-item-label::before {
  position: absolute;
  /*padding-bottom: 90px;
  display: block;*/
  display: block;
  top: 0;
  left: 0;

}

/*共通 名刺*/
span.design .wpcf7-list-item .wpcf7-list-item-label::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  background-size: contain;
  vertical-align: middle;
  background-repeat: no-repeat;
  width: 100%;
  height: 180px;
}

/*いいけん、島根県 名刺*/
#wpcf7-f64-p17-o1 span.design .wpcf7-list-item:nth-of-type(1) .wpcf7-list-item-label::after,
#wpcf7-f64-p17-o1 span.design .wpcf7-list-item:nth-of-type(2) .wpcf7-list-item-label::after,
#wpcf7-f64-p17-o1 span.design .wpcf7-list-item:nth-of-type(3) .wpcf7-list-item-label::after {
  height: 180px;
}

#wpcf7-f64-p17-o1 span.design .wpcf7-list-item:nth-of-type(4) .wpcf7-list-item-label::after,
#wpcf7-f64-p17-o1 span.design .wpcf7-list-item:nth-of-type(5) .wpcf7-list-item-label::after,
#wpcf7-f64-p17-o1 span.design .wpcf7-list-item:nth-of-type(6) .wpcf7-list-item-label::after {
  height: 300px;
}

/*いいけん、島根県 名刺*/
#wpcf7-f64-p17-o1 span.design .wpcf7-list-item:nth-of-type(1) .wpcf7-list-item-label::after {
  background-image: url(/wp-content/uploads/meishi-iiken1-d.png);
  margin-top: 1.5rem;
}

/* 選択肢2の画像 */
#wpcf7-f64-p17-o1 span.design .wpcf7-list-item:nth-of-type(2) .wpcf7-list-item-label:after {
  background-image: url(/wp-content/uploads/meishi-iiken2-c.png);
  margin-top: 1.5rem;
}

#wpcf7-f64-p17-o1 span.design .wpcf7-list-item:nth-of-type(3) .wpcf7-list-item-label:after {
  background-image: url(/wp-content/uploads/meishi-iiken3-d.png);
  margin-top: 1.5rem;
}

#wpcf7-f64-p17-o1 span.design .wpcf7-list-item:nth-of-type(4) .wpcf7-list-item-label:after {
  background-image: url(/wp-content/uploads/meishi-iiken4-e.png);
  margin-top: 1.5rem;
}

#wpcf7-f64-p17-o1 span.design .wpcf7-list-item:nth-of-type(5) .wpcf7-list-item-label:after {
  background-image: url(/wp-content/uploads/meishi-iiken5-a.png);
  margin-top: 1.5rem;
}

#wpcf7-f64-p17-o1 span.design .wpcf7-list-item:nth-of-type(6) .wpcf7-list-item-label:after {
  background-image: url(/wp-content/uploads/meishi-iiken5-b.png);
  margin-top: 1.5rem;
}

/* 未チェックの選択肢を薄く表示 */
span.design .wpcf7-list-item input+.wpcf7-list-item-label:after,
.course span .wpcf7-list-item input+.wpcf7-list-item-label:after {
  opacity: 0.2;
}

/* チェックされた選択肢を濃く表示 */
span.design .wpcf7-list-item input:checked+.wpcf7-list-item-label:after,
.course span .wpcf7-list-item input:checked+.wpcf7-list-item-label:after {
  opacity: 1;

}

span.design .wpcf7-list-item input:checked+.wpcf7-list-item-label,
.course span .wpcf7-list-item input:checked+.wpcf7-list-item-label {
  font-weight: 900;
}

/*しまねsuper大使吉田くん 名刺　画像指定*/
#wpcf7-f71-p19-o1 span.design .wpcf7-list-item:nth-of-type(1) .wpcf7-list-item-label::after {
  background-image: url(/wp-content/uploads/yoshida_design1.jpg);
  margin-top: 1.5rem;
}

#wpcf7-f71-p19-o1 span.design .wpcf7-list-item:nth-of-type(2) .wpcf7-list-item-label:after {
  background-image: url(/wp-content/uploads/yoshida_design2.jpg);
  margin-top: 1.5rem;
}

#wpcf7-f71-p19-o1 span.design .wpcf7-list-item:nth-of-type(3) .wpcf7-list-item-label:after {
  background-image: url(/wp-content/uploads/yoshida_design3.jpg);
  margin-top: 1.5rem;
}

#wpcf7-f71-p19-o1 span.design .wpcf7-list-item:nth-of-type(4) .wpcf7-list-item-label:after {
  background-image: url(/wp-content/uploads/yoshida_design4.jpg);
  margin-top: 1.5rem;
}

#wpcf7-f71-p19-o1 span.design .wpcf7-list-item:nth-of-type(5) .wpcf7-list-item-label:after {
  background-image: url(/wp-content/uploads/yoshida_design5.jpg);
  margin-top: 1.5rem;
}

#wpcf7-f71-p19-o1 span.design .wpcf7-list-item:nth-of-type(6) .wpcf7-list-item-label:after {
  background-image: url(/wp-content/uploads/yoshida_design6.jpg);
  margin-top: 1.5rem;
}



/*基本カラー
******************************/

.course span.d-color1 .wpcf7-list-item:nth-of-type(1) .wpcf7-list-item-label,
.course span.d-color1 .wpcf7-list-item:nth-of-type(2) .wpcf7-list-item-label,
.course span.d-color1 .wpcf7-list-item:nth-of-type(3) .wpcf7-list-item-label,
.course span.d-color1 .wpcf7-list-item:nth-of-type(4) .wpcf7-list-item-label,
.course span.d-color2 .wpcf7-list-item:nth-of-type(1) .wpcf7-list-item-label,
.course span.d-color2 .wpcf7-list-item:nth-of-type(2) .wpcf7-list-item-label,
.course span.d-color2 .wpcf7-list-item:nth-of-type(3) .wpcf7-list-item-label,
.course span.d-color2 .wpcf7-list-item:nth-of-type(4) .wpcf7-list-item-label,
.course span.d-color3 .wpcf7-list-item:nth-of-type(1) .wpcf7-list-item-label,
.course span.d-color3 .wpcf7-list-item:nth-of-type(2) .wpcf7-list-item-label,
.course span.d-color3 .wpcf7-list-item:nth-of-type(3) .wpcf7-list-item-label,
.course span.d-color3 .wpcf7-list-item:nth-of-type(4) .wpcf7-list-item-label,
.course span.d-color4 .wpcf7-list-item:nth-of-type(1) .wpcf7-list-item-label,
.course span.d-color4 .wpcf7-list-item:nth-of-type(2) .wpcf7-list-item-label,
.course span.d-color4 .wpcf7-list-item:nth-of-type(3) .wpcf7-list-item-label,
.course span.d-color4 .wpcf7-list-item:nth-of-type(4) .wpcf7-list-item-label,
.course span.d-color5 .wpcf7-list-item:nth-of-type(1) .wpcf7-list-item-label,
.course span.d-color5 .wpcf7-list-item:nth-of-type(2) .wpcf7-list-item-label,
.course span.d-color5 .wpcf7-list-item:nth-of-type(3) .wpcf7-list-item-label,
.course span.d-color5 .wpcf7-list-item:nth-of-type(4) .wpcf7-list-item-label,
.course span.d-color6 .wpcf7-list-item:nth-of-type(1) .wpcf7-list-item-label,
.course span.d-color6 .wpcf7-list-item:nth-of-type(2) .wpcf7-list-item-label,
.course span.d-color6 .wpcf7-list-item:nth-of-type(3) .wpcf7-list-item-label,
.course span.d-color6 .wpcf7-list-item:nth-of-type(4) .wpcf7-list-item-label {
  position: relative;
  width: 225px;
  display: block;
  height: 195px;
}

.course span.d-color1 .wpcf7-list-item .wpcf7-list-item-label::before,
.course span.d-color2 .wpcf7-list-item .wpcf7-list-item-label::before,
.course span.d-color3 .wpcf7-list-item .wpcf7-list-item-label::before,
.course span.d-color4 .wpcf7-list-item .wpcf7-list-item-label::before,
.course span.d-color5 .wpcf7-list-item .wpcf7-list-item-label::before,
.course span.d-color6 .wpcf7-list-item .wpcf7-list-item-label::before {
  position: absolute;
  /*padding-bottom: 90px;
  display: block;*/
  display: block;
  top: 0;
  left: 0;

}

.course span.d-color1 .wpcf7-list-item .wpcf7-list-item-label::after,
.course span.d-color2 .wpcf7-list-item .wpcf7-list-item-label::after,
.course span.d-color3 .wpcf7-list-item .wpcf7-list-item-label::after,
.course span.d-color4 .wpcf7-list-item .wpcf7-list-item-label::after,
.course span.d-color5 .wpcf7-list-item .wpcf7-list-item-label::after,
.course span.d-color6 .wpcf7-list-item .wpcf7-list-item-label::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  background-size: contain;
  vertical-align: middle;
  background-repeat: no-repeat;
  width: 100%;
  height: 150px;
}

/*①ヨコ型明朝体*/
.course span.d-color1 .wpcf7-list-item:nth-of-type(1) .wpcf7-list-item-label::after {
  background-image: url(/wp-content/uploads/keyphrase_design1-1.jpg);
  margin-top: 1.5rem;
}

.course span.d-color1 .wpcf7-list-item:nth-of-type(2) .wpcf7-list-item-label::after {
  background-image: url(/wp-content/uploads/keyphrase_design1-2.jpg);
  margin-top: 1.5rem;
}

.course span.d-color1 .wpcf7-list-item:nth-of-type(3) .wpcf7-list-item-label::after {
  background-image: url(/wp-content/uploads/keyphrase_design1-3.jpg);
  margin-top: 1.5rem;
}

.course span.d-color1 .wpcf7-list-item:nth-of-type(4) .wpcf7-list-item-label::after {
  background-image: url(/wp-content/uploads/keyphrase_design1-4.jpg);
  margin-top: 1.5rem;
}

/*②ヨコ型ゴシック体*/
.course span.d-color2 .wpcf7-list-item:nth-of-type(1) .wpcf7-list-item-label::after {
  background-image: url(/wp-content/uploads/keyphrase_design2-1.jpg);
  margin-top: 1.5rem;
}

.course span.d-color2 .wpcf7-list-item:nth-of-type(2) .wpcf7-list-item-label::after {
  background-image: url(/wp-content/uploads/keyphrase_design2-2.jpg);
  margin-top: 1.5rem;
}

.course span.d-color2 .wpcf7-list-item:nth-of-type(3) .wpcf7-list-item-label::after {
  background-image: url(/wp-content/uploads/keyphrase_design2-3.jpg);
  margin-top: 1.5rem;
}

.course span.d-color2 .wpcf7-list-item:nth-of-type(4) .wpcf7-list-item-label::after {
  background-image: url(/wp-content/uploads/keyphrase_design2-4.jpg);
  margin-top: 1.5rem;
}


/*
③ヨコ型丸ゴシック体*/
.course span.d-color3 .wpcf7-list-item:nth-of-type(1) .wpcf7-list-item-label::after {
  background-image: url(/wp-content/uploads/keyphrase_design3-1.jpg);
  margin-top: 1.5rem;
}

.course span.d-color3 .wpcf7-list-item:nth-of-type(2) .wpcf7-list-item-label::after {
  background-image: url(/wp-content/uploads/keyphrase_design3-2.jpg);
  margin-top: 1.5rem;
}

.course span.d-color3 .wpcf7-list-item:nth-of-type(3) .wpcf7-list-item-label::after {
  background-image: url(/wp-content/uploads/keyphrase_design3-3.jpg);
  margin-top: 1.5rem;
}

.course span.d-color3 .wpcf7-list-item:nth-of-type(4) .wpcf7-list-item-label::after {
  background-image: url(/wp-content/uploads/keyphrase_design3-4.jpg);
  margin-top: 1.5rem;
}


/*④タテ型明朝体*/
.course span.d-color4 .wpcf7-list-item:nth-of-type(1) .wpcf7-list-item-label::after {
  background-image: url(/wp-content/uploads/keyphrase_design2-1.jpg);
  margin-top: 1.5rem;
}

.course span.d-color4 .wpcf7-list-item:nth-of-type(2) .wpcf7-list-item-label::after {
  background-image: url(/wp-content/uploads/keyphrase_design2-2.jpg);
  margin-top: 1.5rem;
}

.course span.d-color4 .wpcf7-list-item:nth-of-type(3) .wpcf7-list-item-label::after {
  background-image: url(/wp-content/uploads/keyphrase_design2-3.jpg);
  margin-top: 1.5rem;
}

.course span.d-color4 .wpcf7-list-item:nth-of-type(4) .wpcf7-list-item-label::after {
  background-image: url(/wp-content/uploads/keyphrase_design2-4.jpg);
  margin-top: 1.5rem;
}


/*⑤タテ型ゴシック体*/
.course span.d-color5 .wpcf7-list-item:nth-of-type(1) .wpcf7-list-item-label::after {
  background-image: url(/wp-content/uploads/keyphrase_design2-1.jpg);
  margin-top: 1.5rem;
}

.course span.d-color5 .wpcf7-list-item:nth-of-type(2) .wpcf7-list-item-label::after {
  background-image: url(/wp-content/uploads/keyphrase_design2-2.jpg);
  margin-top: 1.5rem;
}

.course span.d-color5 .wpcf7-list-item:nth-of-type(3) .wpcf7-list-item-label::after {
  background-image: url(/wp-content/uploads/keyphrase_design2-3.jpg);
  margin-top: 1.5rem;
}

.course span.d-color5 .wpcf7-list-item:nth-of-type(4) .wpcf7-list-item-label::after {
  background-image: url(/wp-content/uploads/keyphrase_design2-4.jpg);
  margin-top: 1.5rem;
}


/*⑥タテ型丸ゴシック体*/
.course span.d-color6 .wpcf7-list-item:nth-of-type(1) .wpcf7-list-item-label::after {
  background-image: url(/wp-content/uploads/keyphrase_design2-1.jpg);
  margin-top: 1.5rem;
}

.course span.d-color6 .wpcf7-list-item:nth-of-type(2) .wpcf7-list-item-label::after {
  background-image: url(/wp-content/uploads/keyphrase_design2-2.jpg);
  margin-top: 1.5rem;
}

.course span.d-color6 .wpcf7-list-item:nth-of-type(3) .wpcf7-list-item-label::after {
  background-image: url(/wp-content/uploads/keyphrase_design2-3.jpg);
  margin-top: 1.5rem;
}

.course span.d-color6 .wpcf7-list-item:nth-of-type(4) .wpcf7-list-item-label::after {
  background-image: url(/wp-content/uploads/keyphrase_design2-4.jpg);
  margin-top: 1.5rem;
}


/* ラジオボタンを消す */
span.design .wpcf7-list-item input,
.course span.d-color1 input,
.course span.d-color2 input,
.course span.d-color3 input,
.course span.d-color4 input,
.course span.d-color5 input,
.course span.d-color6 input {
  /*display: none;*/
  position: absolute;
  left: -99999px;
}



/*
申込フォーム　確認画面　Confirm Plus Contact Form 7
*****************************************************************************/
/* テーブル */
#wpcf7cpcnf table p {
  margin-bottom: 0;
}

#wpcf7cpcnf table {
  border: none;
  width: 100%;
}

#wpcf7cpcnf table th {
  /*background-color: #00008B;
  border: 1px solid #ccc;
  color: #fff;*/
  /*background-color: #00003357;*/
  border: 1px solid #000000;
  color: #444444;
  text-align: center;
  width: 40%;
}

#wpcf7cpcnf table td {
  border: 1px solid #ccc;
}

#wpcf7cpcnf table th,
#wpcf7cpcnf table td {
  text-align: left;
  padding: 0.3rem 1rem;
}

/*いいけん、島根県 名刺*/
.page-id-17 #wpcf7cpcnf table tr:nth-child(3) th,
.page-id-17 #wpcf7cpcnf table tr:nth-child(n+7):nth-child(-n+17) th,
.page-id-17 #wpcf7cpcnf table tr:nth-child(n+18):nth-child(-n+25) th,
.page-id-17 #wpcf7cpcnf table tr:nth-child(n+27):nth-child(-n+33) th {
  padding-left: 2.2rem;
}

/*吉田くん 名刺*/
.parent-pageid-19 dt.col-sm-4 {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}


/* ボタン */
#wpcf7cpcnf button {
  background-color: #c2c2c2;
  border: 4px solid #000;
  color: #000;
  border-radius: 5px;

  padding: 3px 35px;
}

/*
申込フォーム　サンクスページ thanks
*****************************************************************************/
#thanks-box h2 {
  border-bottom: 5px #000033;
  border-bottom-style: double;
  position: unset;
  padding: 0.5rem;
}

#thanks-box h2::after {
  content: unset;
}

/*
お問い合わせ
*****************************************************************************/





/*
デザイン　一覧
*****************************************************************************/
.page-id-54 div.pdfemb-inner-div {
  background-color: transparent;
}

.page-id-54 .pdfemb-toolbar {
  display: flex;
  justify-content: center;
}



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

/* `sm` は極小デバイス（縦向きモバイル, 576px未満）に適用 */
@media (max-width: 575.98px) {}

/* `md` は小デバイス（横向きモバイル, 768px 未満）に適用 */
@media (max-width: 767.98px) {}

/* `lg` は中デバイス（タブレット, 992px 未満）に適用 */
@media (max-width: 991.98px) {}

/* `xl` は大デバイス（デスクトップ, 1200px 未満）に適用 */
@media (max-width: 1199.98px) {}

/* `xxl` は特大デバイス（ワイド・デスクトップ, 1400px 未満）に適用 */
@media (max-width: 1399.98px) {}