@charset "UTF-8";
/*
Theme Name: 宮城県建築住宅センター
Theme URI: https://www.mkj.or.jp/
Description: 宮城県建築住宅センター WordPress Theme
Author: 宮城県建築住宅センター
Version: 2020_03
*/
/* html5,body,font-size(h1-h6 p li dt dd),table. basic style setting in normalize.css */
/*---------------------------------------------------------------------
 共通レイアウト
---------------------------------------------------------------------*/
/* ヘッダーまわり */
header {
  width: 100%;
}

header .row {
  max-width: 1200px;
}

header .columns {
  margin-bottom: 0;
}

header .head_top {
  margin: 24px auto;
}

header .head_link li {
  margin: 14px 8px 8px;
  border: 2px solid #33a160;
  padding: 2px 10px;
  background: white;
}

header .head_link a {
  font-size: 1.2rem;
  letter-spacing: 0;
  background: url(img/common/foot_arrow.svg) no-repeat 0 3px;
  padding-left: 15px;
}

header .head_link li:hover {
  background: #33a160;
  color: white;
}

header .search_pc .search_box {
  display: flex;
  justify-content: flex-end;
  margin-top: 10px;
}

header .search_pc .search_box form {
  width: 282px;
}

header .search_pc .search_box .search_text {
  width: 250px;
  height: 32px;
  padding: 0px 10px;
  font-size: 1.4rem;
  margin-bottom: 5px;
}

header .search_pc input[type="text"] {
  border-top: 1px solid #33a160;
  border-right: 1px solid white;
  border-bottom: 1px solid #33a160;
  border-left: 1px solid #33a160;
}

header .search_pc input[type="text"]:focus {
  background: #33a160;
  outline: 0;
  color: white;
}

header .search_pc .search_box input {
  float: left;
  margin-bottom: 0px;
}

/* header ui dropdown pc
----------------------------------------------- */
#header_nav {
  clear: both;
  width: 100%;
  background: #33a160;
}

#header_nav {
  /* current */
}

#header_nav #menu-mkj {
  display: flex;
  justify-content: space-around;
}

#header_nav #menu-mkj > li {
  text-align: center;
  border-left: 1px solid white;
  position: relative;
  /*z-indexの指定や子要素の基準とするために指定*/
  z-index: 1;
  /*ドロップダウンしたメニューが隠れないように*/
  margin-bottom: 0;
  width: 16.6%;
}

#header_nav #menu-mkj > li:last-child {
  border-right: 1px solid white;
}

#header_nav #menu-mkj > li a {
  color: white;
  font-weight: 500;
  padding: 20px 10px 20px;
  display: block;
}

#header_nav #menu-mkj > li a:hover {
  background: #277a49;
  opacity: 1;
}

#header_nav .sub-menu {
  display: none;
  /*サブメニューは最初は非表示にしておく*/
  position: absolute;
  /*絶対配置にしておかないとうまくいかない*/
  top: 62px;
  background: #33a160;
  width: 100%;
}

#header_nav #menu-mkj .sub-menu > li a {
  font-size: 1.2rem;
  text-align: center;
  background: #2f9458;
  display: block;
  line-height: 1.5;
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
  padding: 15px 10px 15px;
}

#header_nav #menu-mkj .sub-menu > li a:hover {
  background: #277a49;
  opacity: 1;
}

#header_nav #menu-mkj .sub-menu > li:last-child a {
  border-bottom: none;
}

#header_nav ul li:hover ul.sub-menu {
  display: block;
  /*マウスオーバー時にサブメニューを表示する*/
}

#header_nav .sub-menu a {
  padding: 0 10px;
  color: #000000;
  text-align: center;
  padding: 15px;
  font-size: 1rem;
  line-height: 1.6;
  display: inline-block;
}

#header_nav #menu-mkj .current-menu-item a,
#header_nav #menu-mkj .current-menu-parent a,
#header_nav #menu-mkj .sub-menu .current-menu-item a {
  background: #277a49;
}

/* レイアウト */
#main {
  width: 100%;
  margin-bottom: 100px;
}

/* パンくず */
#breadcrumb {
  font-size: 1.1rem;
  color: gray;
  padding: 0 10px;
  margin-bottom: 50px;
}

#breadcrumb .row {
  max-width: 1120px;
}

#breadcrumb span {
  color: gray;
}

#breadcrumb a {
  color: gray;
}

#breadcrumb a:hover {
  text-decoration: underline;
}

/* UI */
.to_list {
  text-align: center;
}

/* 一覧のスタイル */
.post_line_horizontal {
  padding-left: 1em;
  padding-right: 1em;
}

.post_line_horizontal .inner .each {
  border-bottom: 1px dotted #e2e2e2;
  margin-bottom: 0;
}

.post_line_horizontal .inner .each:first-child {
  border-top: 1px solid #e2e2e2;
}

.post_line_horizontal .inner .each:last-child {
  border-bottom: 1px solid #e2e2e2;
}

.post_line_horizontal .inner .each dl {
  margin-bottom: 0;
  position: relative;
}

.post_line_horizontal .inner .each dl:after {
  content: "";
  clear: both;
  display: block;
}

.post_line_horizontal .inner .each dt {
  font-weight: normal;
  padding-top: 1em;
  font-size: 1.2rem;
}

.post_line_horizontal .inner .each dd {
  display: block;
  padding: 0.5em;
  font-size: 1.2rem;
}

.post_line_horizontal .inner .each a {
  display: block;
}

.post_line_horizontal .inner .each a:hover {
  color: black;
  background: rgba(57, 180, 108, 0.1);
}

.post_line_horizontal .inner .each .columns {
  margin-bottom: 0;
  line-height: 1.5;
}

/* 「前の記事」「次の記事」固定ページ、投稿ページ共通 */
#page_nav {
  clear: both;
  margin-bottom: 20px;
}

#page_nav #previous {
  float: left;
}

#page_nav #next {
  float: right;
}

/* WP埋め込みコンテンツのレスポンシブ */
iframe.wp-embedded-content {
  max-width: 100%;
}

/*---------------------------------------------------------------------
 トップページ
---------------------------------------------------------------------*/
.home #slide {
  margin-bottom: 50px;
}

.home #main {
  margin-bottom: 70px;
}

.home #main .row {
  max-width: 1200px;
}

.home h2 {
  font-size: 2rem;
  font-weight: 500;
  text-align: center;
}

.home h2 span {
  border-bottom: 2px solid #33a160;
  padding: 0 25px 15px;
}

.home #notice_news .inner {
  max-width: 1480px;
}

.home #notice {
  margin-bottom: 60px;
}

.home #notice .wrap {
  margin-bottom: 10px;
  border: 2px solid red;
}

.home #notice h2 {
  color: white;
  background: red;
  padding: 10px;
  font-size: 1.8rem;
  line-height: 1.6;
}

.home #notice ul {
  padding: 20px;
}

.home #notice .note {
  text-align: center;
  font-size: 1.2rem;
  margin-bottom: 10px;
  line-height: 1.6;
}

.home #news {
  margin-bottom: 70px;
}

.home #news h2 {
  background: url(img/home/news_mark.svg) no-repeat 4px 2px;
  padding-left: 40px;
  margin-bottom: 10px;
  text-align: left;
}

.home #guide {
  background: #fef5e9;
  padding-top: 50px;
  padding-bottom: 50px;
  margin-bottom: 70px;
  clear: both;
}

.home #guide h2 {
  padding-bottom: 45px;
}

.home #guide li {
  margin-bottom: 20px;
}

.home #guide li a {
  text-align: center;
  display: block;
  padding: 16px 10px;
  background: white;
  border: 1px solid #33a160;
}

.home #guide li a:hover {
  background: #33a160;
  color: white;
  opacity: 1;
}

.home #guide li a span {
  background: url(img/home/often_arrow.svg) no-repeat 0 5px;
  padding-left: 18px;
}

.home #service h2 {
  padding-bottom: 45px;
  font-size: 1.4rem;
}

.home #service .inner li a {
  text-align: center;
  display: block;
  padding: 5px;
}

.home #service .inner dl {
  border: 4px solid #33a160;
}

.home #service .inner dt {
  padding-top: 10px;
  padding-bottom: 10px;
}

.home #service .inner dd {
  background: #33a160;
}

.home #service .inner dd h3 {
  font-size: 1.4rem;
  color: white;
  border-bottom: 1px solid white;
  padding: .8em;
  font-weight: 500;
}

.home #service .inner dd p {
  font-size: 1rem;
  color: white;
  margin-bottom: 0;
  padding: 1em;
}

/* ニューマーク（共通） */
.new_mark {
  position: absolute;
  top: 12px;
  right: 3px;
  width: 20px;
  height: 20px;
  background: url(img/common/bg_new.svg) no-repeat;
}

/*---------------------------------------------------------------------
 固定ページ共通
---------------------------------------------------------------------*/
.page h1.page_title {
  display: none;
}

#title_head {
  width: 100%;
  background-color: #fef5e9;
  padding: 48px 10px;
  margin-bottom: 16px;
}

#title_head h2 {
  text-align: center;
  letter-spacing: 0.1em;
  line-height: 1;
  font-size: 1.8rem;
  font-weight: normal;
}

#title_head h2 span {
  border-bottom: 2px solid #33a160;
  padding: 0 0.5em 0;
  line-height: 2;
}

.page {
  /* 各業務のトップ：子ページへのリンク */
  /* ニュース一覧 */
  /* エレメンタリー内の内容
------------------------------------------------*/
  /* ページ内リンク */
  /* 基本リンクスタイル */
  /* h2 */
  /* h3 */
  /* h3 の調整 */
  /* h4 */
  /* 本文 */
  /* 補足文 */
  /* ボタン */
  /* ○リスト */
  /* 番号リスト */
  /* テーブル */
  /* よくある質問 */
  /* お問合せフォーム */
}

.page .sub_link li {
  margin-bottom: 20px;
}

.page .sub_link li a {
  text-align: center;
  color: #33a160;
  border: 1px solid #33a160;
  padding: 10px;
  display: block;
}

.page .sub_link li a span {
  background: url(img/common/foot_arrow.svg) no-repeat 0 5px;
  padding-left: 15px;
}

.page .sub_link li a:hover {
  background: #33a160;
  color: white;
  opacity: 1;
}

.page .post_line_horizontal h2 {
  font-size: 1.4rem;
  margin-bottom: 10px;
  font-weight: normal;
}

.page .post_line_horizontal {
  margin-bottom: 50px;
}

.page .post_line_horizontal .to_list {
  margin-top: 20px;
}

.page .post_line_horizontal .to_list a {
  font-size: 1.6rem;
}

.page .elementor-section-boxed {
  margin-bottom: 50px;
}

.page .page_link ul {
  margin-bottom: 40px;
}

.page .page_link a {
  letter-spacing: 0;
  color: #222;
  border-bottom: 2px solid #33a160;
  padding: 0 1.2em 0.3em 1.2em;
  letter-spacing: .1em;
}

.page .elementor-text-editor p a,
.page .elementor-text-editor li a,
.page .elementor-text-editor table a,
.page #faq a {
  color: #33a160;
  font-weight: bold;
  text-decoration: underline;
}

.page section h2.elementor-heading-title {
  border-left: 8px solid #33a160;
  padding: 0.6em 0.5em 0.4em 0.8em;
  background: #f2f2f2;
  color: #222 !important;
  font-weight: 400;
  letter-spacing: .1em;
  line-height: 1.2;
  margin-bottom: .5em;
}

.page section h3.elementor-heading-title {
  background: url(img/page/bg_h3.svg) no-repeat 0 0;
  padding: 0 0 0.6em 1.6em;
  color: #222 !important;
  font-size: 1.6rem;
  border-bottom: 1px solid silver;
  letter-spacing: .1em;
  margin-top: 20px;
  line-height: 1.2;
}

.page .elementor-widget:not(:last-child) {
  margin-bottom: 12px !important;
}

.page section h4.elementor-heading-title {
  color: white !important;
  background: #33a160;
  padding: 15px;
  letter-spacing: .1em;
  text-align: center !important;
  line-height: 1.3;
}

.page .elementor-widget-text-editor {
  color: #2f2f2f !important;
  line-height: 1.8;
}

.page .note .elementor-text-editor p {
  font-size: 1.2rem !important;
}

.page .elementor-widget-button a.elementor-button, .page .elementor-widget-button .elementor-button {
  border: 2px solid #33a160;
  color: #33a160;
  background: white;
  line-height: 1.4;
}

.page .elementor-widget-button a.elementor-button:hover, .page .elementor-widget-button:hover .elementor-button:hover {
  background: #33a160;
  color: white;
  opacity: 1;
}

.page .elementor-button.elementor-size-sm {
  padding: 16px 24px 12px;
}

.page .elementor-text-editor ul {
  list-style: none;
  padding-left: 0;
  display: table;
}

.page .elementor-text-editor ul li:after {
  content: "";
  display: block;
  margin-bottom: 0.3em;
}

.page .elementor-text-editor ul li {
  display: table-row;
}

.page .elementor-text-editor ul li:before {
  content: "•";
  display: table-cell;
  padding-right: 0.4em;
}

.page .elementor-text-editor ol {
  list-style: none;
  padding-left: 0;
  display: table;
}

.page .elementor-text-editor ol li:after {
  content: "";
  display: block;
  margin-bottom: 0.3em;
}

.page .elementor-text-editor ol li {
  display: table-row;
  counter-increment: table-ol;
}

.page .elementor-text-editor ol li:before {
  content: counter(table-ol) ".";
  display: table-cell;
  padding-right: 0.4em;
  text-align: right;
}

.page table thead th {
  text-align: center;
  background: #33a160;
  color: white;
}

.page table tbody th {
  text-align: left;
}

.page table caption {
  font-size: 1.2rem;
  font-weight: 500;
  margin-bottom: 10px;
}

.page #faq {
  margin-bottom: 50px;
}

.page #faq .row {
  max-width: 1140px;
  padding-left: 10px;
  padding-right: 10px;
}

.page #faq h2 {
  border-left: 8px solid #33a160;
  padding: 0.6em 0.5em 0.4em 0.8em;
  background: #f2f2f2;
  color: #222 !important;
  font-weight: 300;
  letter-spacing: .1em;
  line-height: 1;
  margin-bottom: 1.2em;
  line-height: 1.2;
}

.page #faq dl {
  border-bottom: 1px dotted silver;
  padding-bottom: 20px;
}

.page #faq .question {
  background: url(img/page/faq_question.svg) no-repeat 0 0px;
  padding: 6px 10px 10px 40px;
  font-size: 1.6rem;
  margin-bottom: 10px;
}

.page #faq .answer {
  background: url(img/page/faq_answer.svg) no-repeat 0 0px;
  padding: 0 10px 10px 40px;
  font-size: 1.5rem;
  line-height: 1.7;
}

.page #contact .row {
  max-width: 1140px;
  padding-left: 10px;
  padding-right: 10px;
}

.page #contact h2 {
  border-left: 8px solid #33a160;
  padding: 0.6em 0.5em 0.4em 0.8em;
  background: #f2f2f2;
  color: #222 !important;
  font-weight: 300;
  letter-spacing: .1em;
  line-height: 1;
  margin-bottom: 1.2em;
  line-height: 1.2;
}

.page #contact .lead {
  margin-bottom: 40px;
  line-height: 1.6;
}

.page #contact dl {
  margin-bottom: 20px;
  border-bottom: 1px dotted silver;
  padding-bottom: 20px;
}

.page #contact dt {
  font-weight: bold;
}

.page #contact dt span {
  color: red;
  font-size: 1.2rem;
}

.page #contact .note {
  display: block;
}

.page #contact .note dt {
  width: 100%;
  font-size: 1.2rem;
}

.page #contact .note dd {
  width: 100%;
  font-size: 1.2rem;
  color: gray;
  line-height: 1.6;
}

.page #contact .memo {
  display: none;
}

/*---------------------------------------------------------------------
 その他の個別ページ
---------------------------------------------------------------------*/
/* 各種ダウンロード（各業務）、手数料・料金表　共通 */
.download_wrap .inner {
  margin-bottom: 30px;
}

.download_wrap h3 {
  background: url(img/page/bg_h3.svg) no-repeat 0 5px;
  padding: 0.2em 0 0.5em 1.6em;
  color: #222;
  font-size: 1.6rem;
  letter-spacing: .1em;
}

.download_wrap thead th {
  background: #33a160;
  font-weight: 400;
  font-size: 1rem;
}

.download_wrap tbody th {
  width: 60%;
}

.download_wrap tbody th a {
  color: #33a160;
  text-decoration: underline;
}

.download_wrap tbody td {
  width: 40%;
}

.download_wrap td {
  text-align: center;
}

.download_wrap th b {
  color: red;
  font-size: 1.2rem;
}

.download_wrap td a {
  display: inline-block;
  height: 45px;
}

.download_wrap td a[href$=".pdf"] {
  display: inline-block;
  padding-left: 40px;
  background: url(img/post/icon_pdf_36.svg) no-repeat left center;
}

.download_wrap td a[href$=".doc"] {
  display: inline-block;
  padding-left: 40px;
  background: url(img/post/icon_doc_36.svg) no-repeat left center;
}

.download_wrap td a[href$=".docx"] {
  display: inline-block;
  padding-left: 40px;
  background: url(img/post/icon_doc_36.svg) no-repeat left center;
}

.download_wrap td a[href$=".xls"] {
  display: inline-block;
  padding-left: 40px;
  background: url(img/post/icon_xls_36.svg) no-repeat left center;
}

.download_wrap td a[href$=".xlsx"] {
  display: inline-block;
  padding-left: 40px;
  background: url(img/post/icon_xls_36.svg) no-repeat left center;
}

/* 各種ダウンロード一覧 */
/* 各種ダウンロード（各業務） */
.page-template-page-download #main .row {
  max-width: 960px;
  padding-left: 1em;
  padding-right: 1em;
}

.page-template-page-download #title_head h2 b {
  font-weight: 400;
}

/* 手数料・料金表 */
.page-template-page-fee #main .row {
  max-width: 960px;
  padding-left: 1em;
  padding-right: 1em;
}

.page-template-page-fee .download_wrap .inner {
  margin-bottom: 50px;
}

/* 公開情報 */
.page-template-page-public-information #main .row {
  max-width: 960px;
  padding-left: 1em;
  padding-right: 1em;
}

.page-template-page-public-information .download_wrap .inner {
  margin-bottom: 50px;
}

/* よくある質問 */
.page-id-218 {
  /* -- clearfix --*/
}

.page-id-218 #main {
  margin-bottom: 0;
}

.page-id-218 #faq .inner {
  margin-bottom: 100px;
}

.page-id-218 #faq .inner:after {
  content: "";
  clear: both;
  display: block;
}

.page-id-218 #faq .inner h2 {
  border-left: 8px solid #33a160;
  padding: 0.6em 0.5em 0.4em 0.8em;
  background: #f2f2f2;
  color: #222 !important;
  font-weight: 400;
  letter-spacing: .1em;
  line-height: 1;
  margin-bottom: 20px;
  line-height: 1.2;
}

/* リンク */
.page-id-234 #main .row {
  max-width: 960px;
}

.page-id-234 .download_wrap tbody th {
  width: 50%;
}

.page-id-234 .download_wrap tbody td {
  text-align: left;
  width: 50%;
  padding: 12px 10px;
}

.page-id-234 .download_wrap tbody td a {
  color: #33a160;
  text-decoration: underline;
  margin: 0;
  height: auto;
  padding: 0;
  display: block;
}

/* みやすまパブリック電子証明書 */
.page-id-1149 .page_link .summary_link,
.page-id-1149 #faq h2 {
  display: none;
}

/* フォーラム・セミナー */
.page-id-547 #faq h2 {
  display: none;
}

/*---------------------------------------------------------------------
 フォーム
---------------------------------------------------------------------*/
.mw_wp_form {
  /* -- clearfix --*/
}

.mw_wp_form .columns {
  margin-bottom: 0;
}

.mw_wp_form dl {
  margin-bottom: 15px;
}

.mw_wp_form dl:after {
  content: "";
  clear: both;
  display: block;
}

.mw_wp_form dt {
  margin-bottom: 10px !important;
  letter-spacing: 0;
}

.mw_wp_form .mwform-radio-field {
  max-height: 23px;
}

.mw_wp_form .mwform-radio-field-text {
  font-weight: bold;
}

.mw_wp_form .questions dt {
  padding-top: 14px;
  padding-left: .7em;
  padding-right: .7em;
}

.mw_wp_form .questions dd {
  padding-left: .7em;
  padding-right: .7em;
}

.mw_wp_form p.note {
  text-align: center;
  color: gray;
  margin-top: 20px;
  font-size: 1.2rem;
}

.mw_wp_form label {
  display: inline-block;
  margin-right: 20px;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1;
}

.mw_wp_form label input {
  margin-right: 3px;
  font-weight: bold;
}

.mw_wp_form dd input, .mw_wp_form dd textarea {
  font-size: 1.6rem !important;
  padding: 8px;
  width: 100%;
}

.mw_wp_form .horizontal-item input {
  width: auto;
}

.iPhone .mw_wp_form input[type="radio"], input[type="checkbox"] {
  position: relative;
  top: 10px;
}

.iPad .mw_wp_form input[type="radio"], input[type="checkbox"] {
  position: relative;
  top: 10px;
}

/* 送信ボタン */
.mw_wp_form #submit {
  clear: both;
  text-align: center;
  padding-top: 25px;
  font-size: 1.8rem;
  line-height: 1;
  margin-bottom: 30px;
}

.mw_wp_form #submit input {
  padding: 15px 50px;
  border: 1px solid gray;
  background: white;
  border-radius: 30px;
  font-size: 1.6rem;
  transition: all 0.3s ease;
  font-weight: bold;
}

.mw_wp_form #submit input:hover {
  background: gray;
  color: white;
}

.mw_wp_form b {
  font-size: 1rem;
  background: red;
  color: white;
  padding: 4px 4px;
  margin-right: 5px;
  border-radius: 4px;
}

/* 必須項目 */
/* エラー */
.mw_wp_form dd {
  position: relative;
}

.mw_wp_form span.error {
  color: white;
  background-color: red;
  font-weight: normal;
  font-style: normal;
  font-size: 0.65rem;
  position: absolute;
  top: -24px;
  right: 0;
  line-height: 1;
  display: inline;
  padding: 0.5em 0.2em 0.5em 1em;
  border-radius: 10px;
}

/* 確認画面 */
.mw_wp_form_preview dl {
  border-bottom: 1px solid silver;
}

.mw_wp_form_preview dt {
  margin-bottom: 0.3em;
  padding-bottom: 0.2em;
}

.mw_wp_form_preview dd {
  font-size: 1.6rem;
}

.mw_wp_form_preview .detail dd {
  line-height: 1.6;
}

.mw_wp_form_preview #submit input {
  background: #33a160;
  border: none;
  color: white;
}

.mw_wp_form_preview #submit input:hover {
  opacity: .8;
  background: #33a160;
}

.mw_wp_form_preview #submit input:first-child {
  background: silver !important;
  color: white;
  border-color: silver;
}

/* 送信後画面 */
.mw_wp_form_complete {
  text-align: center;
  margin: 60px auto 80px;
  font-size: 2rem;
  line-height: 2;
}

/*---------------------------------------------------------------------
 アーカイブ カテゴリ ニュース共通
---------------------------------------------------------------------*/
/* ニュース（全て）一覧 */
.page-id-222 #main {
  margin-bottom: 30px;
}

/* アーカイブ */
.archive #title_head h2 {
  font-size: 2.4rem;
}

/* 一覧のページナビ */
.wp-pagenavi {
  clear: both;
  text-align: center;
  margin: 50px 0 50px;
}

.wp-pagenavi a {
  background: #f2f2f2;
  color: #7f7f7f;
}

.wp-pagenavi span.current {
  font-weight: bold;
  color: #ffffff;
  background: #33a160;
  border: none;
}

.wp-pagenavi .pages {
  display: none !important;
}

#main .wp-pagenavi a, #main .wp-pagenavi span {
  border: none;
  font-size: 1.5rem;
  padding: 0.8em 1.15em;
  margin: 5px;
  border-radius: 70px;
  transition: all 0.3s ease;
  display: inline-block;
}

#main .wp-pagenavi a:hover {
  background: #bdbdbd;
  color: white;
}

/*---------------------------------------------------------------------
 投稿ページ共通
---------------------------------------------------------------------*/
.single #main {
  word-wrap: break-word;
  margin-bottom: 50px;
}

/* 文字折り返し */
.single #main .entry_content a img {
  pointer-events: none;
}

/* もしリンクがついてもリンク解除 */
.single #main .wp-embedded-content {
  max-width: 100%;
}

/* Embedの記事埋め込みをレスポンシブ */
.single #breadcrumb {
  margin-bottom: 70px;
}

.single #main .row {
  max-width: 820px;
  padding: 0 1em;
}

.single #main h1 {
  font-size: 2.4rem;
  font-weight: 400;
  border-left: 4px solid #33a160;
  padding: 0.3em 0 0.3em 0.7em;
  margin-bottom: .7em;
}

/* 日付 メタ情報 */
.single .entry_meta {
  display: flex;
  flex-direction: column;
  border-top: 1px solid silver;
  margin-bottom: 30px;
}

.single .entry_meta li:first-child {
  font-size: 1.3rem;
  padding-top: 14px;
  margin-bottom: 5px;
  color: #555555;
}

.single .entry_meta li.category_list a {
  margin-right: 24px;
  background: url(img/post/icon_cat.svg) no-repeat 0 3px;
  padding-left: 18px;
  font-size: 1.3rem;
}

.single .entry_meta li.category_list a:hover {
  text-decoration: underline;
}

/* 投稿コンテンツ内 */
.single .entry_content {
  margin-bottom: 60px;
}

.single .entry_content p {
  clear: both;
  margin-bottom: 1.2em;
  line-height: 2;
}

.single .entry_content p a {
  text-decoration: underline;
  color: #33a160;
  font-weight: 500;
}

.single .entry_content img {
  margin-bottom: 1.3em;
  display: inline-block;
  margin-right: 10px;
}

.single .entry_content p a[href$=".pdf"] {
  display: inline-block;
  padding-left: 24px;
  margin-left: 5px;
  background: url(img/post/icon_pdf_18.svg) no-repeat left center;
}

.single .entry_content p a[href$=".doc"] {
  display: inline-block;
  padding-left: 24px;
  margin-left: 5px;
  background: url(img/post/icon_doc_18.svg) no-repeat left center;
}

.single .entry_content p a[href$=".docx"] {
  display: inline-block;
  padding-left: 24px;
  margin-left: 5px;
  background: url(img/post/icon_doc_18.svg) no-repeat left center;
}

.single .entry_content p a[href$=".xls"] {
  display: inline-block;
  padding-left: 24px;
  margin-left: 5px;
  background: url(img/post/icon_xls_18.svg) no-repeat left center;
}

.single .entry_content p a[href$=".xlsx"] {
  display: inline-block;
  padding-left: 24px;
  margin-left: 5px;
  background: url(img/post/icon_xls_18.svg) no-repeat left center;
}

/* キャプション */
.single .wp-caption {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 20px;
}

.single .wp-caption img {
  margin-bottom: 3px;
}

.single .wp-caption p {
  font-size: 1.1rem;
  color: #323232;
}

/* ページナビゲーション */
.single #page_nav li {
  margin-bottom: 20px;
}

.single #page_nav li a {
  display: inline-block;
  padding: 12px 25px;
  font-size: 1.2rem;
}

.single #page_nav li#previous {
  margin-left: 6px;
}

/*---------------------------------------------------------------------
 検索窓
---------------------------------------------------------------------*/
.search_box .search_page_box .search_text {
  width: 500px;
  height: 40px;
  padding: 0px 5px;
  font-size: 1.2rem;
  margin-bottom: 5px;
  margin-right: auto;
  margin-left: auto;
}

.search_box input {
  float: left;
  margin-bottom: 0px;
}

.search_box #search_word {
  clear: both;
}

/*---------------------------------------------------------------------
 検索結果ページ
---------------------------------------------------------------------*/
.search #main .row {
  max-width: 800px;
  padding-left: 1em;
  paddinsg-right: 1em;
}

.search #breadcrumb {
  display: none;
}

.search #title_head {
  margin-bottom: 60px;
}

.search #title_head h2 {
  font-size: 2rem;
  margin-bottom: 20px;
}

.search #title_head h2 span {
  border: none;
}

.search .search-box ul {
  display: flex;
  justify-content: center;
}

.search .search-box input.search_text {
  height: 38px;
  padding: 10px 10px;
  font-size: 2rem;
}

.search .search_list {
  border-top: 1px solid silver;
  border-bottom: 1px solid silver;
}

.search .search_list li:last-child {
  border-bottom: none;
}

.search .search_list li a {
  display: block;
  padding: 17px 6px 15px 6px;
  border-bottom: 1px dotted silver;
}

.search .search_list li a:hover {
  background: rgba(57, 180, 108, 0.1);
  color: #222;
}

/*---------------------------------------------------------------------
 Not 404
---------------------------------------------------------------------*/
.error404 #breadcrumb {
  display: none;
}

.error404 #title_head {
  display: none;
}

.error404 #main .error404 p {
  text-align: center;
  margin: 250px auto 250px;
  padding-left: 1em;
  padding-right: 1em;
}

/*---------------------------------------------------------------------
 footer
---------------------------------------------------------------------*/
footer {
  width: 100%;
  padding: 42px 0 28px;
  background: #f7f7f7;
}

footer {
  /* ページトップへ */
}

footer .link dt {
  font-size: 1.4rem;
  border-bottom: 1px solid silver;
  margin-bottom: 12px;
  padding-bottom: 8px;
  font-weight: 500;
}

footer .link li {
  background: url(img/common/foot_arrow.svg) no-repeat 0 5px;
  padding-left: 15px;
  margin-bottom: 8px;
}

footer .link li a {
  display: block;
}

footer .link li a:hover {
  color: #33a160;
}

footer h3 {
  margin-bottom: 14px;
}

footer .address {
  line-height: 1.6;
  margin-bottom: 12px;
  margin-bottom: 6px;
}

footer .map a {
  color: white;
  padding: 5px;
  background: #33a160;
  border-radius: 5px;
  display: block;
  text-align: center;
  margin-bottom: 12px;
  font-size: 1.3rem;
}

footer .note {
  font-size: 1.2rem;
  line-height: 1.6;
}

footer .note a {
  color: #33a160;
  text-decoration: underline;
  font-weight: 500;
}

footer .copy {
  clear: both;
  text-align: center;
}

footer small {
  font-size: 1.1rem;
  letter-spacing: .1em;
}

footer .pagetop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  opacity: 0;
  transform: scale(1.5);
  transition: all 0.5s;
}

footer .pagetop a {
  display: block;
}

footer .pagetop.show {
  opacity: 1;
  transform: scale(1);
}

/*---------------------------------------------------------------------
 メディアクエリー Foundation 6 に準拠
---------------------------------------------------------------------*/
@media only screen and (min-device-width: 320px) and (max-device-width: 639px) {
  .no_br_sp br {
    display: none;
  }
  .plr_1 {
    padding-left: 1em;
    padding-right: 1em;
  }
  .plr_2 {
    padding-left: 2em;
    padding-right: 2em;
  }
  .single .wp-caption {
    max-width: 100%;
  }
  .social-btn {
    padding: 0;
    width: 290px;
  }
  .social-btn .facebook {
    margin-left: 0;
  }
  .post_line h2 {
    width: 100%;
    overflow: hidden;
  }
  .post_line h2 a {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  footer small {
    font-size: 1rem;
  }
  .wrap .row .columns {
    padding-left: 2em;
    padding-right: 2em;
  }
  .wrap .row .block_grid {
    padding-left: 1.6em;
    padding-right: 1.6em;
  }
  .mw_wp_form .columns {
    margin-bottom: 8px;
  }
  .home #service h2 {
    font-size: 1.4rem;
  }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 1023px) {
  .no_br br {
    display: none;
  }
  .post_line_horizontal .inner .each a {
    padding-bottom: 10px;
  }
}

@media only screen and (max-device-width: 320px) {
  a.move_arrow {
    padding: 16px 60px;
    font-size: 1.3rem !important;
  }
}

@media only screen and (min-device-width: 320px) {
  table tr th, table tr td {
    padding: 0.4em 0.8em;
    font-size: 1rem;
  }
}

@media only screen and (min-device-width: 640px) and (max-device-width: 1023px) {
  .no-br-tb br {
    display: none;
  }
}

@media only screen and (min-width: 640px) {
  table tr th, table tr td {
    font-size: 1.4rem;
  }
  .post_line_horizontal .inner .each dd {
    display: block;
    padding: 1em 0.9rem 1em;
    font-size: 1.2rem;
  }
  #header_nav #menu-mkj > li a {
    font-size: 1.2rem;
  }
  #title_head h2 {
    font-size: 2.2rem;
  }
  footer h3 {
    margin-top: 30px;
  }
}

@media only screen and (min-width: 1024px) {
  .mw_wp_form .no_requir dt {
    padding-left: 42px;
  }
  #title_head h2 {
    font-size: 2.6rem;
  }
  .home #service h2 {
    font-size: 2rem;
  }
  .home #service .inner li {
    margin-bottom: 10px;
  }
  .home #service .inner li a {
    padding: 20px;
  }
  .home #service .inner dd h3 {
    font-size: 1.8rem;
  }
  .home #service .inner dd p {
    font-size: 1.3rem;
    color: white;
    padding: 1.5em;
  }
  #header_nav #menu-mkj > li a {
    font-size: 1.6rem;
  }
  .page #contact dl {
    width: 100%;
    display: flex;
  }
  .page #contact dt {
    width: 20%;
  }
  .page #contact dd {
    width: 80%;
  }
}

@media only screen and (min-width: 1025px) {
  .download_wrap td a {
    margin-left: 3em;
    padding-right: 3rem;
  }
}

/*---------------------------------------------------------------------
 IE 11 hack
---------------------------------------------------------------------*/
@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, .elementor-widget-button a.elementor-button {
    display: inline-flex;
  }
  /* 文字列の長いボタンの改行 */
}

/*---------------------------------------------------------------------
 Edge hack
---------------------------------------------------------------------*/
/*---------------------------------------------------------------------
 print
---------------------------------------------------------------------*/
@media print {
  a[href]:after {
    content: "";
  }
  .show-for-small-only {
    display: none !important;
  }
  .pagetop.show {
    display: none !important;
  }
  body, h1, h2, h3, h4, h5, h6, li, dt, dd, p, th, td, .mincho {
    font-family: serif !important;
  }
  /* Chrome印刷で日本語が表示されない対応 */
  .head_top li a {
    font-size: 1rem;
  }
  .head_link {
    display: none;
  }
  .header .search_pc .search_box form {
    display: none;
  }
  #title_head {
    background: #fef5e9 !important;
  }
  #header_nav {
    background: #33a160 !important;
  }
  #header_nav #menu-mkj > li a {
    color: white !important;
  }
  .post_line_horizontal .inner .each dt {
    font-size: 1rem;
  }
  .post_line_horizontal .inner .each dd {
    font-size: 1rem;
    padding-left: 30px;
    padding-top: 10px;
  }
  a.move_arrow {
    background: #33a160 !important;
    color: white !important;
  }
  .home #guide {
    background: #fef5e9 !important;
  }
  .home #guide li a {
    background: white !important;
    font-size: 1rem;
  }
  .home #guide li a span {
    background: url(img/common/foot_arrow.svg) no-repeat 0 0 !important;
    font-size: .8rem;
  }
  .home #service .inner dd {
    background: #33a160 !important;
  }
  .home #service .inner dd h3,
  .home #service .inner dd p {
    color: white !important;
  }
  .page .sub_link li a span {
    background: url(img/common/foot_arrow.svg) no-repeat 0 5px !important;
  }
  .page section h2.elementor-heading-title {
    background: #f2f2f2 !important;
  }
  .page section h3.elementor-heading-title {
    background: url(img/page/bg_h3.svg) no-repeat 0 0 !important;
  }
  .elementor-button span {
    color: #33a160 !important;
  }
  .elementor-button .elementor-align-icon-left i {
    color: #33a160 !important;
  }
  .page section h4.elementor-heading-title {
    background: #33a160 !important;
  }
  .page table thead th {
    background: #33a160 !important;
    color: white !important;
  }
  .page #faq .question {
    background: url(img/page/faq_question.svg) no-repeat 0 0px !important;
  }
  .page #faq .answer {
    background: url(img/page/faq_answer.svg) no-repeat 0 0px !important;
  }
  .page #contact {
    display: none;
  }
  .download_wrap td a[href$=".pdf"] {
    display: inline-block;
    padding-left: 40px;
    background: url(img/post/icon_pdf_36.svg) no-repeat left center !important;
  }
  .download_wrap td a[href$=".doc"] {
    display: inline-block;
    padding-left: 40px;
    background: url(img/post/icon_doc_36.svg) no-repeat left center !important;
  }
  .download_wrap td a[href$=".xlsx"] {
    display: inline-block;
    padding-left: 40px;
    background: url(img/post/icon_xls_36.svg) no-repeat left center !important;
  }
  footer {
    background: #f7f7f7;
  }
  footer .link li {
    background: url(img/common/foot_arrow.svg) no-repeat 0 5px !important;
    font-size: .8rem;
  }
  footer .map a {
    background: #33a160 !important;
    color: white !important;
  }
  footer .note a {
    color: #33a160 !important;
    text-decoration: underline;
  }
  footer .address,
  footer .note {
    font-size: 1rem;
  }
  /*---------------------------------------------------------------------
 FireFox hack
---------------------------------------------------------------------*/
  @-moz-document url-prefix() {
    .elementor-section {
      position: static !important;
      display: block !important;
      width: 100% !important;
    }
    .elementor-element {
      position: static !important;
      display: block !important;
      width: 100% !important;
    }
    .elementor-container {
      position: static !important;
      display: block !important;
      width: 100% !important;
    }
    .elementor-widget-wrap {
      position: static !important;
      display: block !important;
      width: 100% !important;
    }
    .elementor-widget {
      position: static !important;
      display: block !important;
      width: 100% !important;
    }
  }
}

/*---------------------------------------------------------------------
 jquery js 関連 css
---------------------------------------------------------------------*/
/* ハンバーガーメニュー
----------------------------------------------- */
.button_container {
  position: fixed;
  top: 22px;
  right: 16px;
  height: 27px;
  width: 35px;
  cursor: pointer;
  z-index: 100;
  transition: opacity 0.25s ease;
  z-index: 200;
}

.button_container:after {
  content: "";
  position: absolute;
  left: -13px;
  top: -18px;
  z-index: -1;
  width: 60px;
  height: 60px;
  background: #33a160;
}

.logged-in .button_container {
  margin-top: 32px;
}

/* ログインバー対応 */
.logged-in .overlay-menu {
  margin-top: 32px;
}

/* ログインバー対応 */
.button_container:hover {
  opacity: .7;
}

.button_container.active .top {
  transform: translateY(11px) translateX(0) rotate(45deg);
  background: white;
  z-index: 200;
}

.button_container.active .middle {
  opacity: 0;
  background: white;
}

.button_container.active .bottom {
  transform: translateY(-11px) translateX(0) rotate(-45deg);
  background: white;
  z-index: 200;
}

.button_container span {
  background: white;
  border: none;
  height: 1px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.35s ease;
  cursor: pointer;
}

.button_container span:nth-of-type(2) {
  top: 11px;
}

.button_container span:nth-of-type(3) {
  top: 22px;
}

.overlay {
  position: fixed;
  background: rgba(51, 161, 97, 0.97);
  top: 0;
  left: 0;
  width: 100%;
  height: 0%;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.35s, visibility 0.35s, height 0.35s;
  overflow: auto;
  z-index: 99;
}

.overlay.open {
  opacity: 1;
  visibility: visible;
  height: 100%;
}

.overlay nav {
  position: relative;
  height: 150px;
  top: 100px;
  transform: translateY(-50%);
  font-size: 50px;
  font-weight: 400;
  text-align: center;
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    left: 20%;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}

.overlay h2 {
  border-bottom: 1px solid white;
  padding-bottom: 12px;
  width: 95%;
  margin: 0 auto 30px;
  text-align: left;
}

.overlay h2 a img {
  width: 74%;
}

.overlay .link_wrap {
  padding-left: .2em;
  padding-right: .2em;
  margin-bottom: 15px;
}

.overlay .link_wrap dt {
  margin-bottom: 7px;
}

.overlay .link_wrap .title {
  font-size: 1.2rem;
  margin-bottom: 5px;
  color: white;
  letter-spacing: 0;
}

.overlay .sub_link {
  margin-bottom: 30px;
  padding-left: .2em;
  padding-right: .2em;
}

.overlay .sub_link li a {
  font-size: 1rem;
  background: white;
  display: block;
  padding: 8px 5px;
}

.overlay .search_box {
  width: 300px;
  margin: auto;
}

.overlay .search-box ul {
  display: flex;
  justify-content: center;
}

.overlay .search-box input.search_text {
  height: 38px;
  padding: 10px 10px;
  font-size: 1.4rem;
}
