﻿@charset "utf-8";
/****************************共通******************************/
html {
  height: 100%;
}
body {
  height: 100%;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro",
    HGS明朝E, メイリオ, Meiryo, serif;
}

ul,
li {
  list-style: none;
}
a {
  display: inline-block;
  text-decoration: none;
}
a:hover {
  opacity: 0.6;
}
span.text-min {
  font-size: 88%;
  padding: 0 0 0 17px;
}
section.page-content-block {
  margin: 50px 0 100px;
  position: relative;
}
.text-right {
  text-align: right;
}
.width1200 {
  width: 96%;
  max-width: 1200px;
  margin: 0 auto;
}
.width1000 {
  width: 1000px;
  margin: 0 auto;
}
.width500 {
  width: 95%;
  max-width: 500px;
  margin: 0 auto;
}
.width700 {
  width: 700px;
  margin: 0 auto;
}
.width800 {
  width: 800px;
  margin: 0 auto;
}
.width-fix {
  width: 500px !important;
  margin: 0 auto;
}

.block-break {
  display: inline-block;
}
.mtem-1 {
  margin-top: 1em;
}
.mtem-2 {
  margin-top: 2em;
}
.mt-st {
  margin-top: clamp(40px, 7vw, 100px);
}
.mt-half {
  margin-top: clamp(28px, 4vw, 40px);
}
.mbem-1 {
  margin-bottom: 1em;
}
.mbem-2 {
  margin-bottom: 2em;
}
.mb-st {
  margin-bottom: clamp(40px, 7vw, 100px);
}
.mb-half {
  margin-bottom: clamp(28px, 4vw, 40px);
}
.mlem-1 {
  margin-left: 1em;
}
.mlem-2 {
  margin-left: 2em;
}
.mrem-1 {
  margin-right: 1em;
}
.mrem-2 {
  margin-right: 2em;
}

.ptem-1 {
  padding-top: 1em;
}
.ptem-2 {
  padding-top: 2em;
}
.pbem-1 {
  padding-bottom: 1em;
}
.pbem-2 {
  padding-bottom: 2em;
}
.plem-1 {
  padding-left: 1em;
}
.plem-2 {
  padding-left: 2em;
}
.prem-1 {
  padding-right: 1em;
}
.prem-2 {
  padding-right: 2em;
}

.text-bold {
  font-weight: bold;
}

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

.border-text {
  box-sizing: border-box;
  padding: 0.5em 1em;
  border: 1px solid black;
}
.border-dashed {
  border: 1px dashed black;
}
ul.disc-list li {
    list-style: disc;
  }

/****************************TOP********************************/
#main {
  background-image: url(img/top/main.png);
  background-size: cover;
  width: 100%;
  height: 85%;
  position: relative;
  background-position: center 0;
}
header {
  display: block;
  /* width: 1200px; */
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
  padding: 0 4%;
}
#logo {
  width: 20%;
  height: auto;
  margin: 10px 0;
  display: inline-block;
  max-width: 300px;
}
nav {
  width: 75%;
  display: inline-block;
  vertical-align: top;
  margin: 21px 0 0 0px;
  text-align: right;
}
ul.gnavi li {
  display: inline-block;
  margin: 10px 6px;
}
ul.gnavi a {
  color: #121212;
  font-size: 80%;
  font-weight: bold;
}
div#gloval-nav {
  display: none;
}
div#main-text {
  width: 40%;
  position: absolute;
  top: 65%;
  right: 15%;
}

h2.img-tittle {
  width: 150px;
  margin: 0 auto;
}
.text-box {
  text-align: center;
  line-height: 200%;
  margin: 30px 0;
}
.split {
  display: inline-block;
  width: 49%;
  vertical-align: top;
}

h2.normal-title {
  text-align: center;
  margin: 20px auto;
  font-size: 120%;
  font-weight: bold;
  width: 1000px;
}
.normal-title {
  display: flex;
  align-items: center;
}
.normal-title:before,
.normal-title:after {
  content: "";
  flex-grow: 1;
  height: 2px;
  background: #000;
  margin: 0 0.4em;
}

table.company-info {
  width: 100%;
}
.company-info th {
  width: 20%;
  text-align: left;
  padding: 15px 5px;
}

ul.orange {
  width: 1000px;
  margin: 0 auto;
  text-align: center;
}
.orange li {
  width: 200px;
  /*padding: 20px 0;*/
  background-color: #de602d;
  text-align: center;
  display: inline-block;
  margin: 0 15px;
}
.orange.long li {
  width: fit-content;
  box-sizing: border-box;
  padding: 0 20px;
  max-width: 92%;
  line-height: 160%;
}
.orange li a {
  color: #fff;
  font-weight: bold;
  letter-spacing: 2px;
  height: auto;
  font-size: 90%;
  width: 100%;
  padding: 20px 0;
  display: inline-block;
  vertical-align: middle;
}

/***************************footer*********************************/
footer {
  background-image: url(img/common/fback.png);
  background-size: cover;
  background-position: center 0;
  margin: 100px 0 0;
  padding: 50px 0 0;
}
div#footer-image {
  width: 300px;
  margin: 0px auto;
  padding: 20px 0 0;
}
#footer-nav {
  text-align: center;
  margin: 0 auto;
  width: 1200px;
}
#footer-nav li {
  display: inline-block;
  margin: 10px 20px;
}
#footer-nav li a {
  display: inline-block;
  color: #000;
  font-size: 80%;
  font-weight: bold;
}
p.copy {
  background-color: #666;
  text-align: center;
  padding: 5px;
  font-size: 75%;
  color: #fff;
  margin: 50px 0 0;
}

/**************************会社概要***************************/
h1.midashi,
h2.midashi {
  text-align: center;
  margin: 20px auto;
  font-size: 200%;
  font-weight: bold;
  width: 95%;
}
.midashi {
  display: flex;
  align-items: center;
}
.midashi:before,
.midashi:after {
  content: "";
  flex-grow: 1;
  height: 4px;
  background: #000;
  margin: 0 0.4em;
}
table.company-info2 {
  width: 100%;
}
.company-info2 th {
  width: 30%;
  text-align: left;
  padding: 15px 5px;
}

.center-fix {
  text-align: center;
}
section.lineup {
  width: 40%;
  display: inline-block;
  vertical-align: text-bottom;
}
section.lineup2 {
  width: 40%;
  display: inline-block;
  vertical-align: text-bottom;
  margin: 70px 0 0 0;
}
h2.komidashi {
  text-align: center;
  font-size: 150%;
  margin: 60px 0 30px;
}
p.text800 {
  width: 800px;
  line-height: 150%;
  display: block;
  margin: 30px auto;
}
ul.list-dotted li {
  list-style-type: disc;
  margin: 20px 0;
  line-height: 150%;
}
ul.list-dotted {
  width: 800px;
  margin: 10px auto 30px;
}
.list-tittle {
  font-size: 110%;
  letter-spacing: 1px;
  font-weight: bold;
  border-bottom: 2px solid;
  width: fit-content;
  margin: 0 0 5px 0;
}
/***************************投稿（info）********************************/
section.page-info {
  min-height: 60vh;
}
div#info_box {
  width: 90%;
  max-width: 1000px;
  margin: 80px auto;
}
.ichiran_info {
  margin: 0 0 50px 0;
  padding: 0 0 10px;
  border-bottom: 2px dotted #565656;
}
.ichiran_info span.cat-name {
  margin: 0 0 2px 0;
  display: inline-block;
}
.fixed-right {
  text-align: right;
}
.fixed-right a {
  color: #121212;
  border-bottom: 1px solid #121212;
}
a.prof {
  font-size: 120%;
  color: #121212;
}

section.top-content.post-body {
  max-width: 1200px;
  margin: 10vh auto;
  width: 95%;
}

.news-box-out {
  min-height: 40vh;
}

.pro-post {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
.pro-img {
  flex: 0 0 60%;
}
.pro-text {
  flex: 0 0 35%;
  padding: 3vh 0 0 0;
}
h3.post-main-image {
  font-size: 150%;
  margin: 0 0 3vh 0;
}
ul.pro-text-list {
  margin: 10px 0 30px;
}
ul.pro-text-list li {
  margin: 0 0 10px;
}
table.job-form {
  max-width: 800px;
  margin: 0 auto;
  width: 95%;
}
span.wpcf7-list-item {
  display: block !important;
}
section.pro-contact {
  margin: 20vh 0 0;
}
a.for-contact {
  margin: 30px 0 0;
  color: #000;
  border-bottom: 2px solid;
  padding: 0 0 4px 0;
}
h2.marugo {
  text-align: center;
  font-size: 150%;
  margin: 0 0 20px 0;
}
.info-post {
  width: 95%;
  margin: 0 auto;
  max-width: 800px;
}
.nav-links {
  width: 95%;
  max-width: 800px;
  margin: 60px auto;
}
.info-post {
  width: 95%;
  margin: 0 auto;
  max-width: 800px;
  min-height: 55vh;
}
@media screen and (min-width: 2000px) {
  .info-post {
    width: 95%;
    margin: 0 auto;
    max-width: 1000px;
    min-height: 62vh;
  }
}
.info-post p {
  margin: 40px 0;
}
.nav-previous {
  width: 40%;
  display: inline-block;
  float: left;
}
.nav-next {
  display: inline-block;
  width: 40%;
  float: right;
}
.navigation.cf {
  max-width: 300px;
  margin: auto;
  width: 95%;
  text-align: center;
}
.alignleft {
  display: inline-block;
  width: 45%;
}
.alignright {
  display: inline-block;
  width: 45%;
}
/* ol.job-slide li {
    margin: 0 5vw 0 5vw;
} */

.post-content.info-post ol {
  list-style: unset;
  width: 90%;
  margin: auto;
}
.post-content.info-post ul {
  list-style: unset;
  width: 90%;
  margin: auto;
}
.post-content.info-post li {
  list-style: decimal;
  line-height: 150%;
  margin: 0px 0 20px 0;
  font-size: 95%;
}
hr.sen {
  margin: 100px 0 0 0;
}
.post-content.info-post h3 {
  letter-spacing: 1px;
  font-size: 120%;
  border-left: 10px solid #008ec8;
  padding: 0 0 0 10px;
  margin: 100px 0 30px 0;
}
.post-content.info-post h4 {
  margin: 60px 0px 30px;
  border-top: 2px solid #fcb900;
  border-bottom: 2px solid #fcb900;
  padding: 10px 0px 10px 20px;
}
figure.wp-block-table table {
  border: 1px solid #121212;
}
figure.wp-block-table th {
  border: 1px solid #121212;
}
figure.wp-block-table td {
  border: 1px solid #121212;
  padding: 20px;
}
.nav-links a {
  display: inline-block;
  width: 90%;
  vertical-align: top;
  font-size: 80%;
}
#knw_box {
  width: 95%;
  max-width: 1200px;
  margin: 80px auto;
}
.ichiran_knw {
  position: relative;
  margin: 0 0 50px 0;
  width: 100%;
}
.knw-img {
  width: 45%;
  display: inline-block;
  height: 23vw;
}
.knw-img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.knw-text {
  width: 60%;
  height: 55%;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  display: block;
  padding: 50px 30px 50px 30px;
  background-color: #fff;
}
.knw-cat {
  position: absolute;
  top: 15px;
  left: 10px;
}
.knw-explain {
  display: inline-block;
  width: 80%;
  vertical-align: middle;
}
a.knw-tittle {
  font-size: 150%;
  line-height: 180%;
  letter-spacing: 2px;
  margin: 0 0 10px;
  font-weight: bold;
}
p.knw-con {
  font-size: 100%;
  line-height: 200%;
  letter-spacing: 1px;
}
.knw-link {
  display: inline-block;
  width: 5%;
  vertical-align: middle;
}
span.cat-name {
  padding: 5px 10px;
  color: #fff;
  letter-spacing: 3px;
  background-color: #f8b62b;
}
.info .cat-name {
  font-size: 80%;
  display: inline-block;
  width: fit-content;
}
span.cat-info {
  background-color: #f8b62b;
}
span.list-date {
  margin: 0 30px 0 10px;
}
span.cat-news {
  background-color: #f8b62b;
}
.blogcard-area {
  margin: clamp(60px, 7vw, 100px) auto 0;

  width: 92%;
  max-width: 1200px;
}

.blog-list {
  display: flex;
  justify-content: space-evenly;
  flex-flow: row wrap;
  align-items: flex-start;
  column-gap: 28px;
  row-gap: 40px;
}
.blog-item {
  flex: 1;
  box-sizing: border-box;
  min-width: 280px;
  max-width: 320px;
  padding: 1%;
  border: 2px solid #ccc;
}
.blog-item-img img {
  width: 100%;
  max-height: 220px;
  object-fit: cover;
  object-position: top;
}
.blog-item-img a,
.blog-item-img img {
  display: block;
  object-position: center;
  width: 100%;
}
nav.pagination {
  display: block;
  margin: 1em auto 0;
}
.post-nav {
  width: 100%;
}
.post-nav .nav-links {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.3em;
}
.nav-links .page-numbers {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  padding: 0.2em;
  border: 1px solid #ccc;
  border-radius: 5px;
  width: 2em;
  aspect-ratio: 1 / 1;
}
.page-numbers.current {
  pointer-events: none;
  opacity: 0.6;
}
.page-numbers a:hover {
  opacity: 1;
  background-color: #efefef;
}

a.title {
  font-size: 110%;
  color: #121212;
  margin: 5px 0;
  font-weight: bold;
}
a.title + p {
  font-size: 90%;
  height: calc(1.5em * 3);
  line-height: 1.5;
}
.date {
  border-bottom: 1px solid #707070;
  margin: 20px 0 5px 0;
  color: #707070;
  text-align: right;
}
.link {
  text-align: right;
  padding: 0 1%;
}
a.eng {
  color: #121212;
  font-weight: bold;
}
p.midashi {
  font-size: 150%;
  margin: 50px auto;
  font-weight: bold;
}
.post-content-text {
  line-height: 180%;
}
.post-content-text p {
  margin: 0 0 30px 0;
}
img.post-main-img {
  max-width: 400px;
  margin: auto;
  display: block;
}
/***************お問い合わせ*******************/
.contact-box table,
.contact-box td,
.contact-box th {
  border: 1px solid #595959 !important;
  border-collapse: collapse !important;
}
.contact-box th,
.contact-box table thead th {
  background-color: #f5f5f5 !important;
  white-space: normal !important;
}
.contact-box table {
  width: 100% !important;
  margin: 0 0 0 0 !important;
}
tr {
  width: 100%;
}
.contact-box td {
  vertical-align: middle;
  padding: 10px 0;
}
.contact-box td.fix01 {
  padding: 10px 0 10px 20px;
}
textarea.wpcf7-form-control.wpcf7-textarea {
  width: 95%;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  padding: 10px 5px;
  outline: 0;
  margin: 5px 5px 5px 0;
  -webkit-appearance: none;
  font-size: 100%;
}
/*.contact-box table {
    width: 600px!important;
}*/
/*span.wpcf7-form-control-wrap.content {
    width: 100%!important;
    margin: 0 0 0 0!important;
    padding: 0 0 0 0 !important;
}*/
th.c0001 {
  width: 180px !important;
  padding: 20px 10px;
  vertical-align: middle;
}
.c0001 {
  font-size: 100%;
  /*display: block;*/
  margin-top: 5px;
}
input.wpcf7-form-control.wpcf7-text {
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  padding: 10px 5px;
  outline: 0;
  margin: 5px 5px 5px 0;
  -webkit-appearance: none;
}
span.wpcf7-form-control-wrap.your-name,
span.wpcf7-form-control-wrap.your-name02,
span.wpcf7-form-control-wrap.input-name {
  display: inline-block;
  vertical-align: middle;
}
span.wpcf7-form-control-wrap.input-name02 {
  display: inline-block;
  vertical-align: middle;
}
p#confirm {
  text-align: center;
  margin: 30px 0;
}
input.wpcf7-form-control.wpcf7-confirm.wpcf7c-elm-step1.wpcf7c-btn-confirm {
  background-color: #ff6900;
  border: none;
  color: #fff;
  width: 150px;
  padding: 10px 0;
  font-size: 120%;
  letter-spacing: 5px;
  text-align: center;
  font-weight: bold;
}
input.wpcf7-form-control.wpcf7-submit.wpcf7c-elm-step2 {
  background-color: #cf2e2e;
  border: none;
  color: #fff;
  width: 150px;
  padding: 10px 0;
  margin: 0 20px;
  font-size: 120%;
  letter-spacing: 5px;
  text-align: center;
  font-weight: bold;
}
input.wpcf7-form-control.wpcf7-back.wpcf7c-elm-step2.wpcf7c-btn-back {
  background-color: #00b9eb;
  border: none;
  color: #fff;
  width: 150px;
  padding: 10px 0;
  margin: 0 20px;
  font-size: 120%;
  letter-spacing: 5px;
  text-align: center;
  font-weight: bold;
}

/********************ハンバーガーメニュー***********************/
@media screen and (min-width: 1200px) {
  #nav-toggle {
    display: none;
  }
}
@media screen and (max-width: 1200px) {
  .pc-nav {
    display: none;
  }
  #nav-toggle {
    position: fixed;
    top: 25px;
    right: 25px;
    height: 32px;
    cursor: pointer;
  }
  #nav-toggle div {
    position: relative;
    width: 36px;
  }
  #nav-toggle span {
    width: 100%;
    height: 1px;
    left: 0;
    display: block;
    background: #333;
    position: absolute;
    transition:
      transform 0.6s ease-in-out,
      top 0.5s ease;
  }

  #nav-toggle span:nth-child(1) {
    top: 0;
  }
  #nav-toggle span:nth-child(2) {
    top: 14px;
  }
  #nav-toggle span:nth-child(3) {
    top: 28px;
  }

  #nav-toggle span:hover span:nth-child(1) {
    top: 4px;
  }
  #nav-toggle span:hover span:nth-child(3) {
    top: 23px;
  }

  .open #nav-toggle span {
    background: #fff;
  }
  .open #nav-toggle span:nth-child(1) {
    top: 15px;
    transform: rotate(45deg);
  }
  .open #nav-toggle span:nth-child(2) {
    top: 15px;
    width: 0;
    left: 50%;
  }
  .open #nav-toggle span:nth-child(3) {
    top: 15px;
    transform: rotate(-45deg);
  }

  /* z-index */
  #nav-toggle {
    z-index: 1000;
  }
  #container {
    z-index: 900;
  }

  div#gloval-nav {
    background: rgba(108, 119, 129, 0.7);
    color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 990;
    text-align: center;
    display: flex !important;
    visibility: hidden;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 100%;
    opacity: 0;
    transition:
      opacity 0.6s ease,
      visibility 0.6s ease;
  }

  #gloval-nav a {
    display: block;
    color: #fff;
    text-decoration: none;
    padding: 10px 0;
    transition: color 0.6s ease;
  }

  #gloval-nav a:hover {
    color: #666;
  }

  #gloval-nav ul {
    list-style: none;
  }
  #gloval-nav li {
    opacity: 0;
    transform: translateX(200px);
    transition:
      transform 0.6s ease,
      opacity 0.2s ease;
  }
  #gloval-nav li:nth-child(2) {
    transition-delay: 0.15s;
  }
  #gloval-nav li:nth-child(3) {
    transition-delay: 0.3s;
  }
  #gloval-nav li:nth-child(4) {
    transition-delay: 0.45s;
  }
  #gloval-nav li:nth-child(5) {
    transition-delay: 0.6s;
  }
  #gloval-nav li:nth-child(6) {
    transition-delay: 0.75s;
  }
  #gloval-nav li:nth-child(7) {
    transition-delay: 0.9s;
  }
  .open {
    overflow: hidden;
  }
  .open #gloval-nav {
    visibility: visible !important;
    opacity: 1 !important;
  }

  .open #gloval-nav li {
    opacity: 1 !important;
    transform: translateX(0) !important;
    transition:
      transform 1s ease,
      opacity 0.9s ease !important;
  }
  #footer-nav {
    text-align: center;
    margin: 0 auto;
    width: 95%;
  }
}
@media screen and (max-width: 1100px) {
  .width1000 {
    width: 100%;
    margin: 0 auto;
  }
  ul.orange {
    width: 100%;
    margin: 0 auto;
    max-width: 500px;
  }
  ul.orange li {
    margin-bottom: 30px;
  }
}
/********************レスポンシブ***********************/
@media screen and (max-width: 1400px) {
  /*
    知恵袋
    */
  a.knw-tittle {
    font-size: 1.5vw;
  }
  p.knw-con {
    font-size: 1.1vw;
  }
}
@media screen and (max-width: 1400px) {
}
@media screen and (max-width: 1140px) {
  /*
    知恵袋
    */
  p.knw-con {
    font-size: 13px;
  }
  a.knw-tittle {
    font-size: 16px;
  }
}
/********************SP***********************/
@media screen and (max-width: 800px) {
  header {
    display: block;
    width: 100%;
    margin: 0 auto;
  }
  .width800 {
    width: 95%;
    margin: 0 auto;
  }
  .width700 {
    width: 95%;
    margin: 0 auto;
  }
  p.text800 {
    width: 95%;
    line-height: 130%;
    display: block;
    margin: 0 auto;
  }
  h2.normal-title {
    text-align: center;
    margin: 20px auto;
    font-size: 120%;
    font-weight: bold;
    width: 95%;
  }
  ul.orange {
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }
  .orange li {
    width: 200px;
    /* padding: 20px 0; */
    background-color: #de602d;
    text-align: center;
    display: inline-block;
    margin: 0 15px;
  }
  .orange li a {
    color: #fff;
    font-weight: bold;
    letter-spacing: 3.2px;
    height: auto;
    width: 100%;
    padding: 20px 0;
    display: inline-block;
    vertical-align: middle;
    font-size: 84%;
  }
  #footer-nav {
    text-align: center;
    margin: 0 auto;
    width: 95%;
  }
  ul.list-dotted {
    width: 90%;
    margin: 10px auto 30px;
  }
  /*
        知恵袋800
        */
  .select-knw li {
    display: inline-block;
    width: 20%;
    margin: 0 4% 20px;
  }
  .knw-img {
    width: 60%;
    display: inline-block;
    height: 35vw;
  }
  .knw-text {
    position: relative;
    width: 70%;
    height: 60%;
    padding: 35px 30px 35px 30px;
    background-color: #fff;
    margin: -20vw 0 0 30%;
  }
  .knw-text span {
    font-size: 70%;
  }
  p.knw-con {
    font-size: 85%;
    line-height: 180%;
    letter-spacing: 1px;
  }
  a.knw-tittle {
    font-size: 100%;
  }
}

@media screen and (max-width: 500px) {
  .width-fix {
    width: 95% !important;
    margin: 0 auto;
  }
  div#main-text {
    width: 80%;
    position: absolute;
    top: 65%;
    right: 1%;
  }
  #logo {
    width: 75%;
    height: auto;
    margin: 5px auto;
    display: inline-block;
  }
  .split {
    display: block;
    width: 95%;
    margin: 0 auto;
    vertical-align: top;
  }
  .company-info th {
    width: 27%;
    text-align: left;
    padding: 15px 5px;
  }
  ul.orange li {
    margin: 15px 0;
  }
  section.lineup {
    width: 95%;
    display: inline-block;
    vertical-align: text-bottom;
    margin: 50px 0 0 0;
  }
  section.lineup2 {
    width: 95%;
    display: inline-block;
    vertical-align: text-bottom;
    margin: 50px 0 0 0;
  }
  th.c0001 {
    width: 100% !important;
    display: block;
    padding: 20px 0px;
    vertical-align: middle;
  }
  .contact-box td {
    width: 100% !important;
    display: block;
    vertical-align: middle;
    padding: 10px 0;
  }
  .contact-box table,
  .contact-box th,
  .contact-box td {
    border: none !important;
    border-collapse: collapse !important;
  }
  input#jusho {
    width: 84%;
  }
  textarea.wpcf7-form-control.wpcf7-textarea {
    width: 84%;
  }
  /*
    知恵袋500
    */
  .knw-text span {
    font-size: 60%;
    top: 5px;
  }
  .knw-img {
    width: 80%;
    display: inline-block;
  }
  .knw-explain {
    display: inline-block;
    width: 100%;
    vertical-align: middle;
  }
  .knw-text {
    width: 85%;
    height: 55%;
    position: relative;
    margin: -20vw auto 0;
    display: block;
    padding: 30px 10px 30px 10px;
    background-color: #fff;
  }
  a.knw-tittle {
    font-size: 100%;
    line-height: 150%;
    letter-spacing: 2px;
    margin: 0 0 10px;
    font-weight: bold;
    height: calc(1.5rem * 2);
  }
  p.knw-con {
    font-size: 85%;
    line-height: 160%;
    letter-spacing: 1px;
  }
}

.grecaptcha-badge {
  visibility: hidden;
}
