@charset "utf-8";

/*------------------------------------------------------------------------
◆設定リスト
--------------------------------------------------------------------------
共通
コンテナ
ラッパー
セクション
ヘッダー
キービジュアル
カラム
	2カラム
	3カラム
	2/3カラム
	4カラム
	5カラム
	2/5カラム
	3/5カラム
コンテンツ
	固定ページ　共通レイアウト
テーブル
ページ上部下部へ
フッター
ボトム固定
検索フォーム
検索結果
404
WordPressデフォルト
記事更新用
YouTube軽量化（20210120追加）
ユーティリティ
ie8
ie9
ie10 ie11
キャンペーン用スタイル
特商
ページ内リンク 代表写真レイアウト調整
お問い合わせの流れ
------------------------------------------------------------------------*/
/*------------------------------------------------------------------------
◆共通
------------------------------------------------------------------------*/
@font-face {
  font-family: "font name";
  font-weight: 400;
  font-style: normal;
  src: url("fonFile.woff2") format("woff2");
  font-display: swap;
}

* {
  margin: 0;
  padding: 0;
  font-size: 100%;
  color: #333333;
}

html {
  background: #ffffff;
  -webkit-text-size-adjust: 100%;
  height: 100%;
}

body {
  width: auto;
  font: 100%/1.618 "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",
    "MS Pゴシック", Verdana, Geneva, Arial, Helvetica, sans-serif;
  margin: 0 auto;
  z-index: 0;
  zoom: 1;
  background: url(images/landing/ueki_res/back.jpg) repeat;
  word-break: break-all;
}

a {
  color: #0084ff;
  outline: none;
  text-decoration: none;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

a * {
  color: #0084ff;
}

a:hover {
  text-decoration: underline;
}

img {
  border: none;
  width: 100%;
}

article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
  display: block;
}

ol li {
  margin-left: 21px;
  margin-bottom: 0;
}

ul li {
  list-style-type: none;
}

table {
  border-collapse: collapse;
  text-align: center;
}

small {
  display: block;
  text-align: center;
}

input,
select,
textarea {
  font: 90%/1.618 Verdana, sans-serif;
  border: 1px solid #ddd;
  color: #333333;
  outline: 0;
  font-size: 100%;
}

input {
  padding: 2px;
  box-sizing: border-box;
}

select,
textarea {
  padding: 5px;
  box-sizing: border-box;
}

input:focus,
textarea:focus,
select:focus {
  border: 1px solid #0073b6;
  margin: 0;
}

input[type="submit"],
input[type="radio"],
input[type="range"] {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
  -ms-box-shadow: none;
  margin: 1px;
}

input[type="submit"]:focus,
input[type="radio"]:focus,
input[type="range"]:focus {
  border: 1px solid #efefef;
}

input[type="file"] {
  border: none !important;
}

@media screen and (max-width: 480px) {
  input,
  select,
  textarea {
    font-size: 16px !important;
  }
}

strong {
  font-weight: bold;
}

abbr {
  color: inherit;
  font-weight: bold;
}

hr {
  border: none;
  border-bottom-style: dotted;
  border-bottom-width: 1px;
  border-color: #999999;
  height: 2em;
  margin-bottom: 4em;
}

i {
  color: #ffffff;
}

.lead {
  margin-top: 2em !important;
}

.endelement {
  margin-bottom: 0 !important;
}

::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #999;
}

:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #999;
}

::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #999;
}

:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #999;
}

/*------------------------------------------------------------------------
◆コンテナ
------------------------------------------------------------------------*/
#header_container {
  width: 100%;
  border-top: 4px solid #307f1b;
  position: relative;
  z-index: 99999;
}

#header_container:after {
  content: "";
  display: block;
  clear: both;
}

#footer_container {
  clear: both;
  overflow: hidden;
  margin-top: 40px;
  background: url(images/landing/ueki_res/footer_back.jpg) repeat;
}

/*------------------------------------------------------------------------
◆ラッパー
------------------------------------------------------------------------*/
#contents_wrap {
  clear: both;
  width: 960px;
  min-height: 400px;
  margin: 0 auto;
  padding-top: 1.618em;
  overflow: hidden;
  font-size: 110%;
}

#contents_wrap h2 {
  font-size: 140%;
  line-height: 120%;
  font-weight: bold;
  margin-bottom: 24px;
}

#contents_wrap h3 {
  font-size: 100%;
  line-height: 130%;
  font-weight: bold;
  color: #333;
}

#contents_wrap h4 {
  font-size: 110%;
  line-height: 130%;
  margin-top: 0.81em;
  margin-bottom: 0.81em;
  font-weight: bold;
  color: #333 !important;
  background: none !important;
  padding: 5px 0 0 0 !important;
}

#contents_wrap h5,
#contents_wrap h6 {
  font-size: 105%;
  margin-bottom: 0.5em;
  font-weight: bold !important;
}

#contents_wrap p,
#contents_wrap ul,
#contents_wrap ol,
#contents_wrap dl,
#contents_wrap table {
  margin-bottom: 1.618em;
}

#contents_wrap dd {
  margin-bottom: 1em;
}

#contents_wrap a.box:hover {
  background: #f4f4f4 !important;
}

#contents_wrap a.box:hover img {
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  opacity: 0.8;
}

#contents_wrap h1 + .columnwrap {
  margin-bottom: 1.618em;
}

#contents_wrap h2 + .columnwrap {
  margin-top: 1em;
}

#contents_wrap h3 + .columnwrap {
  margin-top: 1em;
}

#contents_wrap h1 + h2 {
  margin-top: 1.618em;
}

#contents_wrap h2 + h3 {
  margin-top: 1.618em;
}

#contents_wrap h1 + table {
  margin-top: 2.3em;
}

#contents_wrap table + h2 {
  margin-top: 2.3em;
}

#article_wrap {
  width: 100%;
  z-index: 999999;
  font-size: 95%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

#article_wrap > p,
#article_wrap > ul,
#article_wrap > ol,
#article_wrap > dl,
#article_wrap > table {
  padding-left: 24px;
  padding-right: 24px;
}

#article_wrap ifreme {
  z-index: 3;
  width: 100%;
}

#article_wrap .section {
  overflow: hidden;
}

@media screen and (min-width: 769px) and (max-width: 1000px) {
  #contents_wrap {
    width: 100%;
  }
}

@media screen and (min-width: 481px) and (max-width: 768px) {
  #contents_wrap {
    width: 100%;
  }
}

@media screen and (max-width: 480px) {
  #contents_wrap {
    width: 100%;
  }

  #article_wrap > p,
  #article_wrap > ul,
  #article_wrap > ol,
  #article_wrap > dl,
  #article_wrap > table {
    padding-left: 4%;
    padding-right: 4%;
  }
}

/*--------------------------------------------------------------------------
◆セクション
--------------------------------------------------------------------------*/
section {
  clear: both;
  padding-top: 2em;
}

/*------------------------------------------------------------------------
◆ヘッダー
------------------------------------------------------------------------*/
#header_wrap {
  margin: 0 auto;
  width: 960px;
  overflow: hidden;
  padding: 0;
  box-sizing: border-box;
}

#header_wrap .desc {
  font-size: 72%;
  margin-top: 4px;
}

#header_wrap h1 {
  float: left;
  margin: 16px 0;
  font-size: 144%;
}

#header_wrap h1 a {
  text-decoration: none;
}

#header_wrap h1 img {
  width: auto !important;
}

#header_wrap .contact {
  float: right;
  text-align: center;
  margin: 16px 0;
}

#header_wrap .contact a {
  display: block;
  width: 173px;
  height: 32px;
  padding-top: 0.4em;
  border-radius: 2px;
  box-shadow: 0px 1px 1px 1px rgba(145, 145, 145, 0.2);
  color: #fff;
  font-size: 80%;
  font-weight: bold;
  box-sizing: border-box;
  background: #ff9a05;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ff9a05 0%, #e4931d 100%);
  /* FF3.6+ */
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #ff9a05),
    color-stop(100%, #e4931d)
  );
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ff9a05 0%, #e4931d 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ff9a05 0%, #e4931d 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ff9a05 0%, #e4931d 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #ff9a05 0%, #e4931d 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff9a05', endColorstr='#e4931d', GradientType=0);
  /* IE6-9 */
}

#header_wrap .contact a:before {
  content: url(images/landing/ueki_res/catch_white.png);
  margin-right: 8px;
  vertical-align: 2px;
}

#header_wrap .contact a:hover {
  text-decoration: none;
  opacity: 0.7;
}

@media screen and (min-width: 769px) and (max-width: 1000px) {
  #header_wrap {
    width: 100%;
    padding: 0 4%;
  }
}

@media screen and (min-width: 481px) and (max-width: 768px) {
  #header_wrap {
    width: 100%;
    padding: 0 4%;
  }
}

@media screen and (max-width: 480px) {
  #header_wrap {
    width: 100%;
    padding: 0 4%;
  }
}

/*------------------------------------------------------------------------
◆キービジュアル
------------------------------------------------------------------------*/
#keyvisual_wrap {
  text-align: center;
  line-height: 0;
  position: relative;
  width: 980px;
  margin: 0 auto;
}

#keyvisual_wrap img {
  width: auto;
  max-width: 100%;
}

#keyvisual_wrap img.pc {
  display: block;
}

#keyvisual_wrap img.sp {
  display: none;
}

#mainimage_text {
  line-height: 140%;
  font-size: 300%;
  color: #333;
  font-weight: bold;
  width: 980px;
  padding-top: 40px;
  padding-bottom: 40px;
  background: url(images/landing/ueki_res/key_white.png) repeat;
}

@media screen and (min-width: 769px) and (max-width: 1000px) {
  #keyvisual_wrap {
    width: 100%;
  }

  #mainimage_text {
    width: 100%;
    font-size: 1rem !important;
  }
}

@media screen and (min-width: 481px) and (max-width: 768px) {
  #keyvisual_wrap {
    width: 100%;
  }

  #mainimage_text {
    width: 100%;
    font-size: 1rem !important;
  }
}

@media screen and (max-width: 480px) {
  #keyvisual_wrap {
    width: 100%;
  }

  #mainimage_text {
    width: 100%;
    font-size: 1rem !important;
  }

  #keyvisual_wrap img.pc {
    display: none;
  }

  #keyvisual_wrap img.sp {
    display: block;
  }
}

/*--------------------------------------------------------------------------
◆カラム
--------------------------------------------------------------------------*/
.section_wrap p.column2 {
  width: 100%;
  column-count: 2;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-gap: 60px;
  -moz-column-gap: 60px;
  -webkit-column-gap: 60px;
}

.columnwrap {
  clear: both;
  margin-top: 2em;
  margin: 2em 24px;
}

.columnwrap + .columnwrap {
  margin-top: 0em;
}

.columnwrap:first-of-type {
  margin-top: 0em;
}

.columnwrap:after {
  content: "";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  /*visibility: hidden;*/
}

p + .columnwrap {
  margin-top: 2em !important;
}

.columnwrap img {
  width: 100%;
}

.columnwrap h1 {
  clear: both;
}

.columnwrap h3 {
  clear: both;
  margin-top: 0 !important;
}

.columnwrap + hr {
  height: 0;
}

.columnwrap .box {
  background: #ffffff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  padding: 1.5%;
  border: none !important;
}

.columnwrap .box p {
  margin-bottom: 0 !important;
}

.columnwrap .column_left {
  float: left;
}

.columnwrap .column_center {
  float: left;
}

.columnwrap .column_right {
  float: right;
}

@media screen and (min-width: 951px) and (max-width: 960px) {
  /* グローバルメニュー表示 */
  .columnwrap {
    width: 100%;
  }
}

@media screen and (min-width: 481px) and (max-width: 950px) {
  /* 可変＋サイドメニュー */
  .columnwrap {
    width: 100%;
  }
}

@media screen and (max-width: 480px) {
  .columnwrap {
    width: 100%;
  }

  .columnwrap .box {
    padding: 0.7em 0.7em 0.7em 0.7em;
  }
}

/* 2カラム
----------------------------------------------------------------*/
.column2 {
  width: 47.5%;
}

.column2.box {
  width: 49%;
}

.column2_left h1,
.column2_right h1 {
  font-size: 140%;
}

.column2_left h2,
.column2_right h2 {
  font-size: 100%;
}

.column2_left h3,
.column2_right h3 {
  font-size: 100%;
}

@media screen and (max-width: 480px) {
  .column2 {
    width: 100%;
  }

  .column2.box {
    width: 100%;
    margin-bottom: 1em;
  }

  .column2.column_left,
  .column2.column_right {
    float: none;
  }

  .column2 img {
    width: 49% !important;
    float: left;
    margin-right: 2%;
  }

  .column2.column_right img {
    margin-right: 0;
  }
}

/* 3カラム
----------------------------------------------------------------*/
.column3 {
  width: 31.3333333333333%;
}

.column3.column_center {
  margin: 0 3%;
}

.column3.box {
  width: 32.6666666666666%;
}

.column3.column_center.box {
  margin: 0 1%;
}

.column3 h1 {
  font-size: 140%;
}

.column3 h2 {
  font-size: 100%;
}

.column3 h3 {
  font-size: 100%;
  margin-bottom: 0.81em !important;
}

@media screen and (max-width: 768px) {
  .column3.box {
    width: 32.6666666666666%;
  }

  .column3.column_center.box {
    margin: 0 1%;
  }
}

@media screen and (max-width: 480px) {
  .column3 {
    width: 100%;
  }

  .column3.box {
    width: 100%;
  }

  .column3 img {
    width: 32% !important;
    float: left;
    margin-right: 2%;
  }

  .column3 img + p {
    padding-left: 3%;
    overflow: hidden;
  }

  .column3.column_right img {
    margin-right: 0%;
  }

  .column3 h3 {
    overflow: hidden;
    clear: none;
  }

  .column3.box p {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }

  .column3.column_left {
    float: none;
  }

  .column3.column_center {
    float: none;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .column3.column_right {
    float: none;
    margin-right: 5%;
  }
}

/* 2/3カラム
----------------------------------------------------------------*/
.column3_2 {
  width: 65.6%;
}

.column3_2.box {
  width: 65.5%;
}

.column3_2:last-of-type {
  margin-bottom: 0 !important;
}

@media screen and (max-width: 480px) {
  .column3_2.column_left,
  .column3_2.column_right {
    float: none;
    width: 100%;
  }
}

/* 4カラム
----------------------------------------------------------------*/
.column4 {
  width: 22.75%;
}

.column4.column_center_left {
  float: left;
  margin: 0 0 0 3%;
}

.column4.column_center_right {
  float: left;
  margin: 0 3%;
}

@media screen and (max-width: 480px) {
  .column4 img {
    width: 100% !important;
    margin-right: 1em;
  }

  .column4 h3 {
    overflow: hidden;
    clear: none;
  }

  .column4.box p {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }

  .column4.column_left {
    float: left;
    width: 25%;
  }

  .column4.column_center_left {
    float: left;
    width: 25%;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .column4.column_center_right {
    clear: none;
    float: left;
    width: 25%;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .column4.column_right {
    float: left;
    width: 25%;
  }
}

/* 3/4カラム
----------------------------------------------------------------*/
.column4_3 {
  width: 73%;
}

.column4_3 .columnwrap {
  width: 100%;
}

@media screen and (max-width: 480px) {
  .column4_3 * {
    float: left;
    width: 73%;
  }
}

/* 5カラム
----------------------------------------------------------------*/
.column5 {
  width: 18%;
  margin-left: 2.5%;
}

.column5 * {
  font-size: 95%;
}

.column5.column_left {
  margin-left: 0;
}

.column5.column_center_left {
  float: left;
}

.column5.column_center {
  float: left;
}

.column5.column_center_right {
  float: left;
}

@media screen and (max-width: 480px) {
  .column5 {
    width: 100%;
  }

  .column5 img {
    width: 33% !important;
    float: left;
    margin-right: 1em;
  }

  .column5.column_center_left {
    float: left;
    margin: 0;
  }

  .column5.column_center {
    float: left;
    margin: 0;
  }

  .column5.column_center_right {
    float: left;
    margin: 0;
  }
}

/* 2/5カラム
----------------------------------------------------------------*/
.column5_2 {
  width: 37%;
}

@media screen and (max-width: 480px) {
  .column5_2 * {
    float: left;
    width: 48%;
  }
}

/* 3/5カラム
----------------------------------------------------------------*/
.column5_3 {
  width: 56.5%;
}

.column5_3 .column3 {
  width: 32%;
}

.column5_3 .column3.column_center {
  margin: 0 2%;
}

@media screen and (max-width: 480px) {
  .column5_3 * {
    float: left;
    width: 48%;
  }
}

/*--------------------------------------------------------------------------
◆コンテンツ
--------------------------------------------------------------------------*/
#article_wrap img {
  width: auto;
  height: auto;
}

#article_wrap ul.catch li {
  background: url(images/common/catch_gray.png) no-repeat 0.2em 0.6em;
  padding-left: 14px;
}

#article_wrap .notes {
  clear: both;
  font-size: 85%;
}

#article_wrap ul.notes li {
  margin-left: 1.5em;
  text-indent: -1.3em;
}

#article_wrap strong {
  font-size: 100%;
}

/* 固定ページ　共通レイアウト
------------------------------------------------------------------------*/
.page .check {
  font-size: 120%;
}

.page ul.check li:before {
  content: url(images/landing/ueki_res/check.png);
  vertical-align: -4px;
  margin-right: 8px;
}

.page dt.check {
  font-weight: bold;
}

.page dt.check:before {
  content: url(images/landing/ueki_res/check.png);
  vertical-align: -4px;
  margin-right: 8px;
}

.page .embox {
  background: url(images/landing/ueki_res/em_back.jpg) repeat;
  font-size: 152%;
  line-height: 1.44;
  font-weight: bold;
  text-align: center;
  padding: 40px;
}

.page a.button {
  display: inline-block;
  border-radius: 4px;
  box-shadow: 0px 1px 1px 1px rgba(145, 145, 145, 0.2);
  min-width: 208px;
  padding: 16px 40px;
  font-size: 20px;
  line-height: 140%;
  color: #fff;
  font-weight: bold;
  text-align: center;
  background: #ff9a05;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ff9a05 0%, #e4931d 100%);
  /* FF3.6+ */
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #ff9a05),
    color-stop(100%, #e4931d)
  );
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ff9a05 0%, #e4931d 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ff9a05 0%, #e4931d 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ff9a05 0%, #e4931d 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #ff9a05 0%, #e4931d 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff9a05', endColorstr='#e4931d', GradientType=0);
  /* IE6-9 */
}

.page .button:before {
  /*content: url(images/landing/ueki_res/catch_white_l.png);*/
  margin-right: 12px;
  vertical-align: 3px;
}

.page a.button:hover {
  text-decoration: none;
  opacity: 0.7;
}

.page .box a.button {
  display: block;
  width: 100%;
  padding: 3px 0;
  margin-top: 16px;
  font-size: 80%;
  border-radius: 0;
  box-shadow: none;
}

.page .box .button:before {
  content: url(images/landing/ueki_res/catch_white.png);
  margin-right: 12px;
  vertical-align: 3px;
}

.page h2 {
  display: block;
  padding: 12px 24px;
  margin-top: 40px;
  color: #fff;
  font-size: 140% !important;
  font-weight: bold;
  box-shadow: 0px 1px 1px 1px rgba(145, 145, 145, 0.2);
  background: #4b8823;
  /* Old browsers */
  background: -moz-linear-gradient(top, #4b8823 0%, #3f751b 100%);
  /* FF3.6+ */
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #4b8823),
    color-stop(100%, #3f751b)
  );
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #4b8823 0%, #3f751b 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #4b8823 0%, #3f751b 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #4b8823 0%, #3f751b 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #4b8823 0%, #3f751b 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4b8823', endColorstr='#3f751b', GradientType=0);
  /* IE6-9 */
}

.page h2:before {
  display: block;
  float: left;
  content: url(images/landing/ueki_res/h_catch.png);
  width: 15px;
  height: 21px;
  margin-top: 2px;
  margin-left: 0;
  margin-right: 16px;
}

.page h3 {
  margin: 0 24px 8px;
  border-bottom: 1px solid #aaa;
  padding-bottom: 4px;
}

.page .font_large_most {
  font-size: 224%;
  font-weight: bold;
}

.page div.box {
  background: url(images/landing/ueki_res/box_back.jpg) repeat;
  padding: 32px;
  overflow: hidden;
}

.page .wlist {
  clear: both;
}

.page .wlist li:before {
  content: url(images/landing/ueki_res/catch02.png);
  margin-right: 16px;
}

.page dl.tablelayout {
  background: url(images/landing/ueki_res/box_back.jpg) repeat;
  font-size: 86%;
  padding: 16px 24px;
  margin-left: 24px;
  margin-right: 24px;
}

.page dl.tablelayout dt {
  float: left;
  font-weight: bold;
  padding: 1em 0;
  white-space: nowrap;
}

.page dl.tablelayout dd {
  border-bottom: 1px solid #aaa;
  padding: 1em 0 1em 26%;
  margin-bottom: 0 !important;
}

.page dl.tablelayout dd * {
  margin-bottom: 0 !important;
}

.page dt.question:before {
  content: "Q.";
  margin-right: 16px;
  font-weight: bold;
  color: #4b8823;
}

.page dd.answer:before {
  content: "A.";
  margin-right: 16px;
  font-weight: bold;
  color: #b22626;
}

.page .voice:before {
  content: url(images/landing/ueki_res/catch01.png);
  margin-right: 16px;
}

.page hr {
  margin-left: 24px;
  margin-right: 24px;
  height: 0;
  margin-bottom: 2em;
}

.page .area dt:before {
  content: "◆";
  color: #4b8823;
}

.page .area li {
  display: inline;
  margin-left: 8px;
}

.page .area li:first-child {
  margin-left: 0;
}

@media screen and (max-width: 480px) {
  .page a.button {
    padding: 16px;
    min-width: 294.41px;
    box-sizing: border-box;
  }

  .page dl.tablelayout {
    margin-left: 4%;
    margin-right: 4%;
  }

  .page dl.tablelayout dt {
    float: none;
    padding: 1em 0 0;
  }

  .page dl.tablelayout dd {
    padding: 0 0 1em;
  }
}

/*空き家問題に取り組んでいます*/
.newspaper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 10px;
}

.newspaper_inner {
  position: relative;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .newspaper_inner {
    position: relative;
    margin: 1rem auto 0 auto;
  }

  .newspaper_inner img {
    max-width: 92%;
    margin: 1rem auto 0 auto;
    display: block;
  }
}

/*--------------------------------------------------------------------------
◆テーブル
--------------------------------------------------------------------------*/
table {
  width: 100%;
  line-height: 160%;
  margin: 0 auto;
}

table th,
table td {
  border: 1px solid #e6e6e6;
  padding: 7px 10px;
}

table th {
  background: #efefef;
  color: #333333;
  font-weight: bold;
  width: 23%;
}

table td {
  text-align: left;
  background: #ffffff;
}

table tbody th {
  text-align: left;
}

table td * {
  margin-bottom: 1em !important;
}

table td ul.catch {
  margin-bottom: 0em !important;
}

table td ul.catch li {
  margin-bottom: 0.4em !important;
}

table td ul.catch li:last-of-type {
  margin-bottom: 0em !important;
}

table td ul.catch br {
  display: none !important;
}

table td *:last-of-type {
  margin-bottom: 0 !important;
}

@media screen and (max-width: 480px) {
  table {
    width: 100%;
    text-align: left;
  }

  table tr {
    display: block;
    padding: 0;
  }

  table th {
    display: block;
    background: #e5e5e5;
    width: auto;
    border: none;
    padding: 4px 16px;
  }

  table td {
    display: block;
    border: 1px solid #e5e5e5;
    background: #fff;
    border: none;
    line-height: 160%;
    padding: 16px;
  }
}

/*--------------------------------------------------------------------------
◆ページ上部下部へ
--------------------------------------------------------------------------*/
#pagenavi {
  display: none;
  position: fixed;
  bottom: 3%;
  right: 6%;
  margin-bottom: 0;
  z-index: 9999;
}

#pagenavi li {
  background: none;
  padding-left: 0 !important;
}

#pagenavi a {
  display: block;
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  opacity: 0.5;
}

#pagenavi a:hover {
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
}

#pagenavi a img {
  width: auto;
}

@media screen and (min-width: 769px) and (max-width: 1000px) {
  #pagenavi {
    height: 40px;
    width: 40px;
    bottom: 8px;
    right: 8px;
  }

  #pagenavi a {
    height: 40px;
    width: 40px;
  }
}

@media screen and (min-width: 481px) and (max-width: 768px) {
  #pagenavi {
    height: 40px;
    width: 40px;
    bottom: 8px;
    right: 8px;
  }

  #pagenavi a {
    height: 40px;
    width: 40px;
  }
}

@media screen and (max-width: 480px) {
  #pagenavi {
    height: 40px;
    width: 40px;
    bottom: 8px;
    right: 8px;
  }

  #pagenavi a {
    height: 40px;
    width: 40px;
  }
}

/*--------------------------------------------------------------------------
◆フッター
--------------------------------------------------------------------------*/
#footer_wrap {
  margin: 0px auto;
  padding: 24px 0;
  overflow: hidden;
  font-size: 72%;
  text-align: center;
}

#footer_wrap * {
  color: #fff;
}

@media screen and (max-width: 768px) {
  #footer_wrap {
    padding: 24px 24px 70px;
  }
}

/*--------------------------------------------------------------------------
◆ボトム固定
--------------------------------------------------------------------------*/
#bottom_fix_container {
  display: none;
}

@media screen and (max-width: 768px) {
  #bottom_fix_container {
    display: block;
    position: fixed;
    z-index: 999;
    bottom: 0;
    width: 100%;
  }

  #bottom_fix_wrap {
    width: 100%;
    height: 56px;
    text-align: center;
    background: #f4f4f4;
    padding: 8px 0;
    box-sizing: border-box;
    opacity: 0.95;
  }

  #bottom_fix_wrap a {
    font-weight: bold;
  }

  #bottom_fix_wrap a:before {
    content: url(images/landing/ueki_s/smartphone.png);
    vertical-align: -13px;
    margin-right: 8px;
  }
}

/*--------------------------------------------------------------------------
◆検索フォーム
--------------------------------------------------------------------------*/
#searchform input[type="submit"] {
  color: #ffffff;
  cursor: pointer;
  -webkit-appearance: none;
  padding: 3px 30px !important;
  font-weight: bold;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  position: relative;
  top: 27px;
  left: 6px;
}

#searchform input[type="submit"]:hover {
  background: #0084ff;
}

#header_wrap #searchform input[type="text"] {
  width: 30%;
}

#sub_wrap #searchform input[type="text"] {
  width: 70%;
}

/*--------------------------------------------------------------------------
◆検索結果
--------------------------------------------------------------------------*/
.search strong.query {
  font-weight: bold;
}

.search .query span.category,
.search .query span.device,
.search .query span.keyword {
  display: inline-block;
  font-size: 86%;
  background: #a8a8a8;
  color: #fff;
  padding: 2px 8px;
  margin-right: 8px;
  margin-bottom: 2px;
}

.search strong.query .query_str {
  margin-right: 8px;
  white-space: nowrap;
}

.search .count {
  color: #d52626;
}

.search .search_result {
  margin: 24px 16px 0;
}

.search .search_result li {
  margin: 8px 0px;
  padding-left: 24px;
  background: url(images/common/catch.png) no-repeat 0 0.28em;
}

.search .pagination {
  margin-bottom: 2em;
}

.search .pagination_top {
  display: none;
}

.search aside {
  margin-top: 24px;
}

.search aside h1 {
  line-height: 1.4;
}

.search aside p,
.search aside li {
  padding-left: 24px;
  background: url(images/common/catch.png) no-repeat 0 0.28em;
}

.search aside .menu li {
  display: inline;
  padding-left: 0px;
  background: none;
}

.search aside .menu {
  margin-top: 24px;
  text-align: center;
  margin-bottom: 0 !important;
}

.search aside .menu li {
  display: inline;
}

.search aside .menu a {
  display: inline-block;
  min-width: 184px;
  padding: 4px 32px;
  border: 1px solid #0084ff;
  font-size: 90%;
}

.search aside .menu a:hover {
  background: #dbeeff;
  text-decoration: none;
}

.search aside .menu a:before {
  content: url(images/common/catch_link.png);
  vertical-align: 1px;
  margin-right: 6px;
}

/*--------------------------------------------------------------------------
◆404
--------------------------------------------------------------------------*/
.error404 #article_wrap .section {
  margin-top: 24px;
}

.error404 .section li {
  margin: 8px 0px;
  padding-left: 24px;
  background: url(images/common/catch.png) no-repeat 0 0.28em;
}

/*--------------------------------------------------------------------------
◆WordPressデフォルト
--------------------------------------------------------------------------*/
/* 画像設定 */
.alignleft,
.alignright,
.aligncenter {
  width: auto !important;
}

.alignleft {
  margin-right: 4%;
  float: left;
}

.alignright {
  margin-left: 4%;
  float: right;
}

.aligncenter {
  display: block;
  margin: 0 auto;
}

.wp-caption-text {
  margin-top: -0.3em;
  font-size: 90%;
}

/* ギャラリー設定 */
.gallery-item {
  margin-top: 0 !important;
}

dl.gallery-item {
  margin-top: -0.5em;
  margin-bottom: 0 !important;
}

.gallery {
  clear: both;
  margin-bottom: 1.618em !important;
}

.gallery + * {
  clear: both;
}

.gallery img {
  border: 1px solid #f2f2f2 !important;
}

.gallery-caption {
  font-size: 90%;
}

.gallery-columns-2 .gallery-item {
  float: left;
  margin-top: 10px;
  margin-left: 4.5%;
  text-align: center;
  width: 47.7% !important;
}

.gallery-columns-2 dl:first-child {
  margin-left: 0 !important;
}

.gallery-columns-3 .gallery-item {
  float: left;
  margin-top: 10px;
  margin-left: 3.05%;
  text-align: center;
  width: 31.3% !important;
}

.gallery-columns-3 dl:first-child {
  margin-left: 0 !important;
}

/* カレンダーー設定 */
#wp-calendar th,
#wp-calendar td {
  width: 14.2857%;
  vertical-align: top;
}

#wp-calendar tfoot td#prev {
  border-right: none;
}

#wp-calendar tfoot td:nth-child(2) {
  border-left: none;
  border-right: none;
}

#wp-calendar tfoot td#next {
  border-left: none;
}

@media screen and (max-width: 480px) {
  .alignleft {
    float: none;
    margin-right: 0px;
  }

  .alignright {
    float: none;
    margin-left: 0px;
  }

  img.alignleft {
    width: 100% !important;
  }

  img.aligncenter {
    width: auto !important;
    max-width: 100% !important;
  }

  img.alignright {
    width: 100% !important;
  }

  .wp-caption {
    width: 100% !important;
  }

  .gallery-columns-3 .gallery-item {
    float: left;
    margin-top: 10px;
    margin-left: 2%;
    text-align: center;
    width: 32% !important;
  }
}

/*--------------------------------------------------------------------------
◆記事更新用
--------------------------------------------------------------------------*/
#article_wrap p.category {
  padding-bottom: 1em;
}

#article_wrap .category a {
  background: #0a67aa;
  color: #fff;
  padding: 2px 10px;
  font-size: 85%;

  text-decoration: none;
  border-bottom: none;
}

#article_wrap .category a:hover {
  color: #0a67aa;
  background: #efefef;
  border-bottom: none;
}

#article_wrap .tag {
  background: #efefef;
  color: #333333;
  padding: 2px 10px;
  font-size: 80%;
  text-decoration: none;
  border-bottom: none;
  margin-right: 5px;
}

#article_wrap .update {
  font-size: 90%;
}

@media screen and (max-width: 480px) {
  /* スマートフォン */
  #article_wrap .update {
    white-space: nowrap;
  }
}

/*--------------------------------------------------------------------------
◆YouTube軽量化
--------------------------------------------------------------------------*/
.youtubewrap {
  text-align: center;
  margin-bottom: 1.2em;
}

.youtube {
  display: inline-block;
  position: relative;
  overflow: hidden;
  width: 320px;
  height: 180px;
}

.youtube::before {
  position: absolute;
  content: "クリックして視聴";
  color: #fff;
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  line-height: 180px;
  background: rgba(0, 0, 0, 0.6);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  transition: all 0.3s;
}

.youtube:hover::before {
  background: rgba(0, 0, 0, 0.7);
  cursor: pointer;
  transition: all 0.3s;
}

@media screen and (max-width: 480px) {
  /* スマートフォン */
  .youtubewrap {
    padding-left: 4%;
    padding-right: 4%;
  }
}

/*--------------------------------------------------------------------------
◆ユーティリティ
--------------------------------------------------------------------------*/
@media screen and (max-width: 1024px) {
  /* 動画レスポンシブ */
  .video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    margin-bottom: 10px;
    overflow: hidden;
  }

  .video-container iframe,
  .video-container object,
  .video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}

.space {
  margin-top: 5em !important;
}

.require,
.required {
  color: #c82128;
}

.ex {
  margin-left: 10px;
  font-size: 85%;
}

.sma_pc {
  clear: both;
  text-align: center;
  margin: 0 auto;
}

span.catch {
  color: #e27f68;
}

.boxlink a:hover {
  text-decoration: none !important;
}

.hover {
  cursor: pointer;
  background-color: #ededed !important;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.hover img {
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  opacity: 0.8;
  background: #ffffff;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.accent {
  background: #fff;
  padding: 20px;
  border: 1px solid #dddddd;
}

p.center {
  text-align: center;
}

.caption {
  font-size: 90% !important;
}

p + p.caption {
  font-size: 90% !important;
  text-align: center;
  margin-top: -1.5em;
}

.fax {
  margin-left: 2em;
}

.date {
  margin-left: 1em;
  white-space: nowrap;
}

.newmark {
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif !important;
  background: #bc0300;
  color: #fff;
  font-size: 70%;
  padding: 0.2em 1.5em;
  margin-left: 1em;
  vertical-align: 2px;
  white-space: nowrap;
}

.limit {
  background: #bc0300;
  color: #fff;
  font-size: 80%;
  padding: 0.2em 1em;
  margin-left: 1em;
  white-space: nowrap;
}

.pdf {
  background: url(images/common/pdficon_small.png) no-repeat left 50%;
  padding-left: 25px;
}

@media screen and (min-width: 481px) and (max-width: 768px) {
  iframe {
    max-width: 100%;
  }
}

@media screen and (max-width: 480px) {
  iframe {
    max-width: 100%;
  }

  #header_wrap h1 {
    margin: 10px 0px 0px;
    line-height: 1.3;
  }

  #header_wrap .contact {
    margin: 5px 0px 10px;
  }
}

/*--------------------------------------------------------------------------
◆ie8
--------------------------------------------------------------------------*/
html.ie8 .page h2 {
  border-bottom: 1px solid #999;
}

/*--------------------------------------------------------------------------
◆ie8 ie9 CSS3
--------------------------------------------------------------------------*/
#header_wrap .contact a,
.page a.button {
  position: relative;
  behavior: url(/wp-content/themes/aoisouken/lib/pie/PIE.htc);
}

/*--------------------------------------------------------------------------
◆キャンペーン用スタイル
--------------------------------------------------------------------------*/
.campaign-title {
  width: 100%;
  background-image: linear-gradient(135deg, #fd6e6a 10%, #ffc600 100%);
  padding: 0.25em 0;
  color: #fff;
  font-size: 175%;
  font-weight: bold;
  text-align: center;
}

.campaign-wrapper {
  width: 100%;
  box-sizing: border-box;
  text-align: center;
  padding: 1em 0;
  margin-bottom: 1em;
  background-color: #fff;
  border-left: 4px solid #ff9a05;
  border-right: 4px solid #ff9a05;
  border-bottom: 4px solid #ff9a05;
}

.campaign-contents-title {
  border-radius: 50px;
  width: 60%;
  background-color: #ff9a05;
  color: #fff;
  font-size: 138%;
  padding: 0.25em 0;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  font-weight: bold;
}

.campaign-contents {
  font-weight: bold;
  font-size: 175%;
  padding: 0.25em 0;
}

/*
.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: 138%;
    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 0;
    margin-bottom: 1em;
    background-color: #fff;
    border-left: 4px solid #ff9a05;
    border-right: 4px solid #ff9a05;
    border-bottom: 4px solid #ff9a05;
    margin-left: 1%;
    margin-right: 1%;
  }

  .campaign-contents-title {
    border-radius: 50px;
    width: 90%;
    background-color: #ff9a05;
    color: #fff;
    font-size: 113%;
    padding: 0.25em 0;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    font-weight: bold;
  }

  .campaign-contents {
    line-height: 1.2;
  }
}

/*--------------------------------------------------------------------------
◆特商
--------------------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  p#tokusyo-link {
    margin-bottom: 60px;
  }
}


/*------------------------------------------------------------------------
◆ページ内リンク 代表写真レイアウト調整
------------------------------------------------------------------------*/
/*代表写真*/
.jigyousya img {
  margin: 0 auto 1rem auto;
  display: block;
  width: auto;
}

/*ページ内リンク*/
div#internal-link-wrap {
  margin: 0 auto;
  width: 960px;
  overflow: hidden;
  padding: 0;
  box-sizing: border-box;
  display: flex;
  margin-bottom: -0.6rem;
}

div#keyvisual_wrap {
  margin-top: 1rem;
}

.internal-link a {
  margin: 0.4rem 1.4rem 0.6rem 0;
  color: #447e1f;
  display: inline-block;
  text-decoration: none;
  font-weight: 600;
}

.internal-link a:hover {
  color: #88bb68;
}

.internal-link a:before {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  color: #447e1f;
  margin-right: 0.2rem;
  font-weight: 900;
}

@media screen and (max-width: 768px) {
  div#internal-link-wrap {
    width: auto;
    max-width: 100%;
    margin-left: 10px;
  }
}

@media screen and (max-width: 480px) {
  div#internal-link-wrap {
    width: auto;
    max-width: 100%;
    justify-content: space-around;
  }

  .internal-link a {
    margin: 0.4rem 0.6rem 0.6rem 0;
    color: #447e1f;
    display: inline-block;
    text-decoration: none;
    font-weight: 600;
  }
}

/*------------------------------------------------------------------------
◆お問い合わせの流れ
------------------------------------------------------------------------*/
#flow-content dl {
  display: flex;
  margin: 3rem 0;
}

#flow-content dt {
  margin-left: 2rem;
}

#flow-content dd {
  padding-left: 2rem;
  display: block;
  width: 100%;
}

#flow-content dd p {
  margin: 0 20px;
}

#flow-content h3 {
  margin: 10px 20px;
}

#flow-content img {
  max-width: 200px;
  border: 3px solid #ebe9e9;
}

div#flow-content > dl > dd > p img {
  border: none;
  display: block;
  width: 40px;
  margin: 0 auto;
  padding-top: 1rem;
}

#flow-content #flow_cancel > dt {
  margin-left: 2rem;
  width: 360px;
  max-width: 200px;
}

div#flow-content > p {
  padding: 10px;
}

dl#flow_cancel {
  margin-top: -1rem;
}

#flow-content #flow_pay p.flow_pay_howto {
  padding-top: 1rem;
}

p.strong {
  font-size: 140%;
  color: #ff0000;
}

span.fred {
  color: #ff0000;
}

/* タイトル直下画像のみスタイルクリア */
#flow-content > p > img:nth-child(1) {
  max-width: 100%;
  border: none;
}

div#flow-content > p > img:nth-child(1) {
  display: block;
  margin: 0 auto;
}

/* クレカアイコン */
div.flow-content_creditcard-tbl {
  text-align: center;
}

div.flow-content_creditcard-tbl div.flow-content_creditcard-tbl_icon {
  display: inline-block;
  padding: 4px;
  margin-bottom: 20px;
}

#article_wrap div.flow-content_creditcard-tbl_icon img {
  border: none;
  height: 60px;
  display: block;
}

#article_wrap
  div.flow-content_creditcard-tbl
  div.flow-content_creditcard-tbl_icon
  img.visa {
  height: 30px !important;
  margin-bottom: 16px;
}

div.flow-content_creditcard-tbl p:nth-child(1) {
  background: #ccc;
  padding: 3px;
  margin-left: -1px;
  font-weight: 600;
  margin-top: -1px;
  margin-right: -1px;
}

div.flow-content_creditcard-tbl {
  text-align: center;
  width: 60%;
  margin: 0 auto 30px auto;
  border: 2px solid #ccc;
  background: #fff;
}

/* レスポンシブ スマホ480px以下 */
@media screen and (max-width: 480px) {
  #flow-content dl {
    margin: 3rem 10px;
    display: block;
  }

  #flow-content dt {
    margin: 10px auto;
  }

  #flow-content dd {
    padding-left: 0;
  }

  div#flow-content img {
    display: none;
  }

  div.flow-content_creditcard-tbl {
    margin: 0 auto 10px;
  }

  div.flow-content_creditcard-tbl div.flow-content_creditcard-tbl_icon img {
    display: inline-block;
  }

  dl#flow_cancel {
    margin-bottom: 3rem;
  }

  div#flow-content > dl > dd > p img {
    padding-bottom: 1rem;
  }

  div.flow-content_creditcard-tbl {
    width: 90%;
  }
}

/*------------------------------------------------------------------------
◆中太字 センタリング 2023-03-16
------------------------------------------------------------------------*/
.guest-wrap-tx-bi {
  text-align: center;
}
