@charset "UTF-8";
/*-------------reset//------------------*/
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
fieldset,
img {
  border: 0;
}
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}
ol,
ul {
  margin: 0px;
  padding: 0px;
}
li {
  margin: 0px;
  padding: 0px;
}
caption,
th {
  text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}
q:before,
q:after {
  content: "";
}
abbr,
acronym {
  border: 0;
}
img {
  vertical-align: bottom;
  border: none;
}
sup,
sub {
  height: 0;
  line-height: 1;
  vertical-align: baseline;
  _vertical-align: bottom;
  position: relative;
}
sup {
  bottom: 1ex;
}
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}
/*-------------//reset------------------*/
body {
  font-family: "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",
    "ＭＳ Ｐゴシック", Verdana, Geneva, Arial, Helvetica, sans-serif;
  /*transform: rotate(.03deg);*/
  font-size: 16px;
  line-height: 2.3;
  color: #222;
  /*color: #010f1e;*/
  font-feature-settings: "palt";
}
a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}
h2 {
  font-size: 217%;
  line-height: 1.4;
  margin-bottom: 1.2em;
  text-align: center;
  font-weight: bolder;
}
.body-contents-wrapper {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
span {
  display: block;
}
.sp {
  display: none;
}
.tb {
  display: none;
}
/*---//base---*/
.button {
  font-family: "Lato", "YuGothic", "Yu Gothic", "游ゴシック",
    "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo",
    sans-serif;
  display: block;
  width: 50%;
  padding: 1em 0;
  line-height: 1;
  font-size: 138%;
  font-weight: bold;
  letter-spacing: 0.8px;
  text-align: center;
  color: #fff;
  background: #d52929;
  text-decoration: none;
  text-shadow: none !important;
  margin: 0.5em auto;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
}
.buttonueki {
  font-family: "Lato", "YuGothic", "Yu Gothic", "游ゴシック",
    "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo",
    sans-serif;
  display: block;
  width: 50%;
  padding: 1em 0;
  line-height: 1;
  font-size: 138%;
  font-weight: bold;
  letter-spacing: 0.8px;
  text-align: center;
  color: #fff;
  background: #f39710;
  text-decoration: none;
  text-shadow: none !important;
  margin: 0.5em auto;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
}
.buttonueki02 {
  font-family: "Lato", "YuGothic", "Yu Gothic", "游ゴシック",
    "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo",
    sans-serif;
  display: block;
  width: 50%;
  padding: 1em 0;
  line-height: 1;
  font-size: 138%;
  font-weight: bold;
  letter-spacing: 0.8px;
  text-align: center;
  color: rgb(128, 134, 139);
  background: #f1f3f4;
  text-decoration: none;
  text-shadow: none !important;
  margin: 0.5em auto;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
}
/*---//ボタン用スタイル---*/
.q-contents-wrapper {
  width: 100%;
  margin-top: 0px;
  z-index: 100;
}
.align-center {
  text-align: center;
}
.q-title {
  font-size: 150%;
  font-weight: bold;
  line-height: 1;
  margin-top: 2em;
}
.q-catch {
  color: #ff6600;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 1em;
}
.q-businesshours {
  font-size: 30px;
}
.q-telfax {
  font-size: 36px;
  font-weight: bold;
}
.q-description {
  font-size: 18px;
}
h2 {
  position: relative;
  padding: 0.5em;
  background: #a6d3c8;
  color: white;
}
.privacypolicy {
  width: 100%;
  height: 180px;
  text-align: left;
  overflow: auto;
  padding: 5px;
  border: 1px #ccc solid;
  box-sizing: border-box;
  margin-bottom: 4em;
  font-size: 88%;
  line-height: 2;
}
header {
  text-align: left;
  background: rgba(1, 15, 30, 0.9);
  width: 100%;
  top: 0;
  left: 0;
  padding-top: 0px;
  box-sizing: border-box;
  padding: 5px 0 5px 0;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
  margin-bottom: 2em;
}
header.ueki {
  text-align: left;
  background: #307f1b;
  width: 100%;
  top: 0;
  left: 0;
  padding-top: 0px;
  box-sizing: border-box;
  padding: 5px 0 5px 0;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
  margin-bottom: 2em;
}
header.canus {
  text-align: left;
  background: #1a3c52;
  width: 100%;
  top: 0;
  left: 0;
  padding-top: 0px;
  box-sizing: border-box;
  padding: 5px 0 5px 0;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
  margin-bottom: 2em;
}
header.akasaka {
  text-align: left;
  background: #69026f;
  width: 100%;
  top: 0;
  left: 0;
  padding-top: 0px;
  box-sizing: border-box;
  padding: 5px 0 5px 0;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
  margin-bottom: 2em;
}
.body-contents-wrapper-header {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
.body-contents-wrapper-header p {
  color: #fff;
  font-weight: bold;
  font-size: 150%;
  text-align: center;
  margin-left: auto;
  margin-left: auto;
}
footer {
  width: 100%;
  margin-top: -20px;
  bottom: 0;
  left: 0;
  text-align: left;
  background-color: #010f1e;
}
footer.ueki {
  width: 100%;
  margin-top: -20px;
  bottom: 0;
  left: 0;
  text-align: left;
  background-color: #307f1b;
}
footer.canus {
  width: 100%;
  margin-top: -20px;
  bottom: 0;
  left: 0;
  text-align: left;
  background-color: #1a3c52;
}
footer.akasaka {
  width: 100%;
  margin-top: -20px;
  bottom: 0;
  left: 0;
  text-align: left;
  background-color: #69026f;
}
.fooda-contents-wrapper {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding: 24px 0;
}
.fooda-contents-wrapper p {
  color: #fff;
  text-align: center;
  display: block;
  font-size: 72%;
  line-height: 1.4;
}
.tel-title {
  width: 100%;
  background-color: #f2f2f2;
  padding: 0.5em 0;
  font-size: 175%;
  font-weight: bold;
  text-align: center;
  color: #222;
}
.tel-wrapper {
  width: 100%;
  box-sizing: border-box;
  text-align: center;
  padding: 1em 1em;
  margin-bottom: 1em;
  background-color: #fff;
  border-left: 4px solid #f2f2f2;
  border-right: 4px solid #f2f2f2;
  border-bottom: 4px solid #f2f2f2;
}
.tel-wrapper p.font01 {
  font-size: 113%;
  /*font-weight:bold;*/
  line-height: 1.2;
  margin-top: 1em;
  width: 70%;
  margin-right: auto;
  margin-left: auto;
}
.tel-wrapper p.font02 {
  font-size: 88%;
  padding-top: 0.25em;
}
.tel-contents-title {
  border-radius: 50px;
  width: 60%;
  background-color: #f2f2f2;
  color: #fff;
  font-size: 200%;
  padding: 0.25em 0;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  font-weight: bold;
  color: #222;
}
.tel-contents-title02 {
  border-radius: 50px;
  width: 60%;
  margin-top: 0.5em;
  background-color: #f2f2f2;
  color: #fff;
  font-size: 200%;
  padding: 0.25em 0;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  font-weight: bold;
  color: #222;
}
.campaign-contents {
  font-weight: bold;
  font-size: 175%;
  padding: 0.25em 0;
}
.tel-contents {
  font-size: 20px;
  line-height: 1.2;
  padding: 1em 0;
}
/*
.campaign-title,.campaign-wrapper{
display:none;
}*/
/* -------//contents----- */
input {
  padding: 1em;
  border: 1px solid #ccc;
  box-sizing: border-box;
  width: 100%;
  font-size: 16px;
}
textarea {
  padding: 1em;
  font-size: 16px;
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #ccc;
}
select {
  padding: 1em;
  font-size: 16px;
  width: 50%;
  box-sizing: border-box;
  border: 1px solid #ccc;
}
input.wpcf7c-conf {
  border: none !important;
  background-color: #efefef !important;
  -webkit-box-shadow: 0 0 0px 999px #efefef inset !important;
  font-weight: bold;
  box-sizing: border-box;
  width: 100%;
}
select.wpcf7c-conf {
  border: none !important;
  background-color: #efefef !important;
  font-weight: bold;
  box-sizing: border-box;
  width: 100%;
}
textarea.wpcf7c-conf {
  border: none !important;
  background-color: #efefef !important;
  font-weight: bold;
  box-sizing: border-box;
  width: 100%;
}
textarea.wpcf7-form-control-wrap {
  font-weight: bold;
  box-sizing: border-box;
}
input:-webkit-autofill {
  box-shadow: 0 0 0px 999px #fff inset;
}
/* -------//フォーム周り----- */
@media screen and (max-width: 1000px) {
  .sp {
    display: inherit;
  }
  .pc {
    display: none;
  }
  .tb {
    display: none;
  }
  body {
    font-size: 15px;
    line-height: 2.3;
    color: #222;
    /*color: #010f1e;*/
    font-feature-settings: "palt";
  }
  .body-contents-wrapper,
  .body-contents-wrapper-header,
  .fooda-contents-wrapper,
  .contents-wrapper-width {
    width: 98%;
    margin-left: 1%;
    margin-right: 1%;
    box-sizing: border-box;
  }
  header {
    text-align: left;
    background: rgba(1, 15, 30, 0.9);
    /*height: 49px;*/
    height: auto-flow;
    width: 100%;
    top: 0;
    left: 0;
    padding-top: 0px;
    box-sizing: border-box;
    padding: 15px 0 15px 0;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
    margin-bottom: 2em;
  }
  .body-contents-wrapper-header p {
    color: #fff;
    font-weight: bold;
    font-size: 113%;
    text-align: center;
    margin-left: auto;
    margin-left: auto;
    line-height: 1.4;
  }
  .btn-cv {
    width: 70%;
    font-size: 100%;
  }
  .cv {
    width: 80%;
    font-size: 125%;
  }
  .cv-down {
    width: 70%;
    font-size: 125%;
  }
  .tel-title {
    width: 98%;
    background-color: #f2f2f2;
    padding: 1em 0;
    font-size: 145%;
    font-weight: bold;
    text-align: center;
    box-sizing: border-box;
    margin-left: 1%;
    margin-right: 1%;
    color: #222;
    line-height: 1.1;
  }
  .tel-wrapper {
    width: 98%;
    box-sizing: border-box;
    text-align: center;
    padding: 1em 0.5em;
    margin-bottom: 1em;
    background-color: #fff;
    border-left: 4px solid #f2f2f2;
    border-right: 4px solid #f2f2f2;
    border-bottom: 4px solid #f2f2f2;
    margin-left: 1%;
    margin-right: 1%;
  }
  .tel-contents-title {
    border-radius: 50px;
    width: 90%;
    background-color: #f2f2f2;
    font-size: 145%;
    padding: 0.25em 0;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    font-weight: bold;
  }
  .tel-contents-title02 {
    border-radius: 50px;
    width: 90%;
    background-color: #f2f2f2;
    font-size: 145%;
    padding: 0.25em 0;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    font-weight: bold;
  }
  .tel-contents {
    line-height: 1.2;
  }
  .tel-wrapper p.font01 {
    font-size: 100%;
    /*font-weight:bold;*/
    line-height: 1.2;
    margin-top: 1em;
    width: 90%;
    margin-right: auto;
    margin-left: auto;
  }
  .tel-wrapper p.font02 {
    font-size: 78%;
    padding-top: 0.25em;
  }
  .buttonueki {
    font-family: "Lato", "YuGothic", "Yu Gothic", "游ゴシック",
      "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo",
      sans-serif;
    display: block;
    width: 50%;
    padding: 1em 0;
    line-height: 1;
    font-size: 100%;
    font-weight: bold;
    letter-spacing: 0.8px;
    text-align: center;
    color: #fff;
    background: #f39710;
    text-decoration: none;
    text-shadow: none !important;
    margin: 0.5em auto;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
  }
  .buttonueki02 {
    font-family: "Lato", "YuGothic", "Yu Gothic", "游ゴシック",
      "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo",
      sans-serif;
    display: block;
    width: 50%;
    padding: 1em 0;
    line-height: 1;
    font-size: 100%;
    font-weight: bold;
    letter-spacing: 0.8px;
    text-align: center;
    color: rgb(128, 134, 139);
    background: #f1f3f4;
    text-decoration: none;
    text-shadow: none !important;
    margin: 0.5em auto;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
  }
}
/*--------------------------------------------------------------------------
◆キャンペーン用スタイル
--------------------------------------------------------------------------*/
.campaign-title {
  width: 100%;
  background-color: #ff9a05;
  padding: 0.25em 0;
  color: #fff;
  font-size: 175%;
  font-weight: bold;
  text-align: center;
  line-height: 1.8;
}
.campaign-contents-title {
  width: 95%;
  border-top: 1px solid #ffffff;
  color: #ffffff;
  font-size: 113%;
  padding: 0.25em 0;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  font-weight: bold;
}
.campaign-wrapper {
  width: 100%;
  box-sizing: border-box;
  text-align: center;
  padding: 1em 0 0;
  margin-bottom: 1em;
  background-color: #ff9a05;
  border: 4px solid #ffffff;
  box-shadow: 0px 0px 6px 3px #efefef;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.campaign-contents {
  font-weight: bold;
  font-size: 175%;
  padding: 0.5em 0;
  line-height: 1;
  color: #fff;
}
.campaign-annotation {
  font-size: 100%;
  padding: 0 0 0.5em;
  line-height: 1.2;
  color: #fff;
}
div.wpcf7-response-output {
  margin: 2em 0.5em 1em;
  padding: 0.2em 1em;
  border: 2px solid red;
  box-sizing: border-box;
}
/*
.campaign-title,.campaign-wrapper{
display:none;
}*/
@media screen and (max-width: 480px) {
  .campaign-title {
    width: 98%;
    background-color: #ff9a05;
    padding: 0.25em 0;
    color: #fff;
    font-size: 113%;
    font-weight: bold;
    text-align: center;
    box-sizing: border-box;
    margin-left: 1%;
    margin-right: 1%;
  }
  .campaign-wrapper {
    width: 98%;
    box-sizing: border-box;
    text-align: center;
    padding: 1em 1em 0.5em;
    margin-bottom: 1em;
    background-color: #fff;
    margin-left: 1%;
    margin-right: 1%;
    background-color: #ff9a05;
    border: 4px solid #ffffff;
    box-shadow: 0px 0px 6px 3px #efefef;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
  }
  .campaign-contents-title {
    width: 90%;
    border-top: 1px solid #ffffff;
    color: #ffffff;
    font-size: 113%;
    padding: 0.25em 0 0;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    font-weight: bold;
  }
  .campaign-contents {
    line-height: 1.2;
    font-size: 138%;
  }
  .campaign-annotation {
    font-size: 100%;
    padding: 0 0 0.5em;
    line-height: 1.2;
    color: #fff;
  }
  select {
    padding: 1em !important;
    font-size: 16px !important;
    width: 100% !important;
    box-sizing: border-box;
    border: 1px solid #ccc;
  }
}
/*-- clearfix--*/
.clearfix:after {
  content: "."; /* 新しい要素を作る */
  display: block; /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}
.clearfix {
  min-height: 1px;
}
* html .clearfix {
  height: 1px;
  /*\*/ /*/
	height: auto;
	overflow: hidden;
	/**/
}
/* End Hack */
/*--clearfix--*/
/*--テキスト色--*/
.tred {
  color: red;
  display: inline;
}
/*--------------------------------------------------------------------------
◆特商ページ
--------------------------------------------------------------------------*/
.law > table {
  width: 100%;
  line-height: 160%;
  margin: 0 auto 2rem auto;
}
.law > table th,
.law > table td {
  border: 1px solid #e6e6e6;
  padding: 7px 10px;
}
.law > table th {
  background: #efefef;
  color: #333333;
  font-weight: bold;
  width: 23%;
}
.law > table td {
  text-align: left;
  background: #ffffff;
}
.law > table tbody th {
  text-align: left;
}
.law > table td * {
  margin-bottom: 1em !important;
}
.law > table td ul.catch {
  margin-bottom: 0em !important;
}
.law > table td ul.catch li {
  margin-bottom: 0.4em !important;
}
.law > table td ul.catch li:last-of-type {
  margin-bottom: 0em !important;
}
.law > table td ul.catch br {
  display: none !important;
}
.law > table td *:last-of-type {
  margin-bottom: 0 !important;
}
@media screen and (max-width: 480px) {
  .law > table {
    width: 100%;
    text-align: left;
  }
  .law > table tr {
    display: block;
    padding: 0;
  }
  .law > table th {
    display: block;
    background: #e5e5e5;
    width: auto;
    border: none;
    padding: 4px 16px;
  }
  .law > table td {
    display: block;
    border: 1px solid #e5e5e5;
    background: #fff;
    line-height: 160%;
    padding: 16px;
  }
}
/*--------------------------------------------------------------------------
◆全体幅を縮める＆背景イメージ
--------------------------------------------------------------------------*/
body {
  background-image: url(https://company-site.biz/wp-content/uploads/uekiya-q-bg2.jpg);
}
header.ueki {
  width: 60%;
  margin: 0 auto;
}
.body-contents-wrapper-header {
  width: 100%;
}
.q-contents-wrapper {
  width: 60%;
  margin: 0 auto;
}
.body-contents-wrapper {
  background: #fff;
  padding: 2rem;
  width: auto;
}
input[type="submit"] {
  width: 400px !important;
  background-position: 48px;
  text-indent: 1.4em;
}
footer.ueki {
  width: 60%;
  margin: 0 auto;
}
.fooda-contents-wrapper {
  width: auto;
  padding: 1.8rem;
}
::placeholder {
  color: #aaaaaa !important;
}
@media screen and (max-width: 1024px) {
  header.ueki {
    width: 100%;
  }
  .q-contents-wrapper {
    width: 100%;
    margin: 0 auto;
  }
  footer.ueki {
    width: 100%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 480px) {
  .body-contents-wrapper {
    padding: 0.2rem;
  }
  .body-contents-wrapper-header p {
    padding: 0 0.4rem;
  }
  input[type="submit"] {
    width: 100% !important;
  }
  .body-contents-wrapper,
  .body-contents-wrapper-header,
  .fooda-contents-wrapper,
  .contents-wrapper-width {
    margin: 0;
  }
}
/*--------------------------------------------------------------------------
◆「♪お客さま専用ダイヤル♪」の下にスマホのみ「電話番号をタップ！」
--------------------------------------------------------------------------*/
span#content-tel_sp-tap {
  display: none;
}
@media screen and (max-width: 480px) {
  span#content-tel_sp-tap {
    display: inline;
  }
}
/*--------------------------------------------------------------------------
◆背景・余白等微調整 20210816
--------------------------------------------------------------------------*/
body {
  background-image: url(https://company-site.biz/wp-content/uploads/bg-tsuta.jpg);
}
.content-tel-cath {
  font-weight: 600;
  margin-top: -1rem;
  line-height: 1.6;
  margin-bottom: 12px;
}
.content-tel-cath span.tred {
  font-size: 80%;
  font-weight: 100;
}
.content-tel-tel,
.content-tel-tel-050 {
  width: 80% !important;
  margin: 0px auto;
  padding: 0px 20px;
}
.content-tel-note {
  width: 80% !important;
}
.q-title {
  margin-top: 1.6rem !important;
}
p#reCAPTCHA {
  font-size: 0.8rem !important;
  margin: 100px 0 20px !important;
}
.privacypolicy {
  font-size: 0.7rem;
}
.content-tel-note {
  font-size: 1rem !important;
}
@media screen and (max-width: 1030px) {
  .content-tel-tel,
  .content-tel-tel-050 {
    width: 90% !important;
  }
}
@media screen and (max-width: 480px) {
  .content-tel-cath {
    margin-top: 0;
    line-height: initial;
    margin-bottom: initial;
  }
  .content-tel-note {
    font-size: 12px;
  }
}
/*------------------------------------------------------------------------
◆ページ内リンク 代表写真レイアウト調整
------------------------------------------------------------------------*/
.jigyousya img {
  margin: 0 auto 1rem auto;
  display: block;
  width: auto;
}
