@charset "UTF-8";
/*------------------------------------------------------------------

スマホ記述がベース

★ブレイクポイント★
タブレット: 650px以上
パソコン小: 1024px以上
パソコン中: 1300px以上
パソコン大: 1920px以上

------------------------------------------------------------------*/
/* media query
------------------------------------------------------------------*/
/* base */
body {
  font-size: 14px;
  font-feature-settings: "palt";
}
@media screen and (min-width: 650px) {
  body {
    font-size: 16px;
  }
}

/* 黄色リンクボタン */
/* 基本テーブル */
.scroll {
  overflow-x: auto;
}

table {
  width: 100%;
  margin: 0;
  border-top: 1px solid #969696;
  border-right: 1px solid #969696;
}

table th,
table td {
  padding: 5px 8px;
  border-bottom: 1px solid #969696;
  border-left: 1px solid #969696;
  text-align: center;
  min-width: unset;
}

table th {
  background-color: #dae2e6;
}

table th p,
table td p {
  margin: 0;
  padding: 0;
}

/* table01 */
.table01 {
  white-space: nowrap;
}

.table01 th,
.table01 td {
  font-size: 0.9rem;
  text-align: center;
}

/* table02 */
.table02 th {
  text-align: center;
  padding: 10px;
  width: 40%;
}

.table02 td {
  text-align: left;
  padding: 10px 20px;
  width: 60%;
}

/* table03 */
.table03 th {
  text-align: center;
  padding: 10px;
  width: 25%;
}

.table03 td {
  text-align: left;
  padding: 10px 20px;
  width: 75%;
}

/* table04 */
.table04 th {
  font-size: 1rem;
  text-align: left;
  padding: 10px 20px;
  width: 25%;
}
.table04 td {
  background-color: #fff;
  font-size: 1rem;
  text-align: left;
  padding: 10px 20px;
  width: 75%;
}

/* いつか邪魔することあるかも */
main#page {
  overflow: hidden;
  margin-bottom: 2vw;
  word-break: break-all;
}

/*-----------------------------------------------------

メインイメージが無いページのヘッダー

-----------------------------------------------------*/
.page_mini_header {
  width: 100%;
  background-color: #005485;
  margin-bottom: 30px;
  padding: 20px 0;
}
@media screen and (min-width: 650px) {
  .page_mini_header {
    font-size: 26px;
    margin-bottom: 40px;
    padding: 40px 0;
  }
}
@media screen and (min-width: 1024px) {
  .page_mini_header {
    font-size: 30px;
    margin-bottom: 60px;
    padding: 50px 0;
  }
}
.page_mini_header h1 {
  color: #fff;
  font-size: 22px;
  font-weight: normal;
  margin: 0;
}
@media screen and (min-width: 650px) {
  .page_mini_header h1 {
    font-size: 26px;
  }
}
@media screen and (min-width: 1024px) {
  .page_mini_header h1 {
    font-size: 30px;
  }
}

/*-----------------------------------------------------

footer

-----------------------------------------------------*/
#g_footer {
  padding: 30px 30px 10px;
}
#g_footer .f_nav_box {
  display: flex;
  gap: 1px;
  width: 100%;
}
@media screen and (min-width: 650px) {
  #g_footer .f_nav_box {
    gap: 50px;
    margin: auto;
    width: -moz-fit-content;
    width: fit-content;
  }
}
#g_footer .f_nav_box a {
  color: #fff;
  font-size: 14px;
  text-align: left;
  width: 50%;
  transition: 0.2s;
  position: relative;
  padding-left: 13px;
}
@media screen and (min-width: 650px) {
  #g_footer .f_nav_box a {
    font-size: 16px;
    padding-left: 15px;
    width: -moz-fit-content;
    width: fit-content;
  }
}
#g_footer .f_nav_box a::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 9px solid #fff;
  position: absolute;
  top: 5px;
  left: 0;
}
@media screen and (min-width: 650px) {
  #g_footer .f_nav_box a::before {
    top: 7px;
  }
}
#g_footer .f_nav_box a:link {
  text-decoration: none;
}
#g_footer .f_nav_box a:visited {
  text-decoration: none;
}
#g_footer .f_nav_box a:hover {
  text-decoration: underline;
}
#g_footer .f_nav_box a:active {
  text-decoration: none;
}
#g_footer .copyright {
  padding: 25px 0 0;
}

/*-----------------------------------------------------

ページトップの子リンクボックス

-----------------------------------------------------*/
.page_toplink_flex {
  margin-bottom: 2rem;
}
.page_toplink_flex > div {
  display: flex;
  flex-direction: column;
  gap: 30px;
  width: 100%;
  margin: auto;
}
@media screen and (min-width: 650px) {
  .page_toplink_flex > div {
    flex-direction: row;
  }
}
.page_toplink_flex > div .page_toplink_flex_left {
  position: relative;
  width: 100%;
}
@media screen and (min-width: 650px) {
  .page_toplink_flex > div .page_toplink_flex_left {
    width: 50%;
  }
}
.page_toplink_flex > div .page_toplink_flex_right {
  position: relative;
  width: 100%;
}
@media screen and (min-width: 650px) {
  .page_toplink_flex > div .page_toplink_flex_right {
    width: 50%;
  }
}
.page_toplink_flex > div figure {
  margin: 0;
}
.page_toplink_flex > div h2 {
  padding: 10px 40px 10px 15px;
  background: rgba(0, 84, 133, 0.8);
  font-size: 1.6rem;
  color: #fff;
  position: absolute;
  top: 1em;
  left: 0;
  z-index: 10;
}
.page_toplink_flex > div p {
  width: auto;
  margin: 0;
  padding: 15px 0;
}
.page_toplink_flex > div .technology_top_link {
  padding-top: 0;
}
.page_toplink_flex > div .technology_top_link a {
  background: url(../image/gray_arrow.svg) no-repeat #edd60c;
  background-size: 8px 14px;
  background-position: 20px center;
  font-size: 16px;
  display: block;
  text-decoration: none;
  padding: 15px 0;
  text-align: center;
  transition: 0.2s;
}
.page_toplink_flex > div .technology_top_link a:link {
  color: #2d2d2d;
}
.page_toplink_flex > div .technology_top_link a:visited {
  color: #2d2d2d;
}
.page_toplink_flex > div .technology_top_link a:hover {
  color: #2d2d2d;
}
@media (hover: hover) {
  .page_toplink_flex > div .technology_top_link a:hover {
    background: url(../image/gray_arrow.svg) no-repeat #fff06b;
    background-size: 8px 14px;
    background-position: 25px center;
  }
}
.page_toplink_flex > div .technology_top_link a:active {
  color: #2d2d2d;
}
@media screen and (min-width: 1024px) {
  .page_toplink_flex > div .technology_top_link a {
    font-size: 18px;
  }
}
@media (min-width: 650px) {
  .page_toplink_flex.single .page_toplink_flex_left, .page_toplink_flex.single .page_toplink_flex_right {
    width: calc(50% - 20px);
  }
}

/*-----------------------------------------------------

東亜電化の新技術ページ

-----------------------------------------------------*/
.technology_header_bg {
  background: url(../../assets/image/technology_top_image.jpg) no-repeat center;
}

.page_summary {
  background-color: #2087ca;
  color: #fff;
  margin: 0 auto;
  padding: 2em;
  width: 100vw;
  margin: 0 calc(50% - 50vw);
}
.page_summary > div {
  width: 100%;
  margin: 0 auto;
}
.page_summary .p01 {
  margin-bottom: 1.5rem;
  font-size: 1.6rem;
}
.page_summary .p02 {
  font-size: 1rem;
}
.page_summary > * {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
}

/* 東亜電化の新技術　子ページ */
@media screen and (min-width: 650px) {
  .tri .page_summary,
  .gt .page_summary {
    text-align: center;
  }
}
.tri .page_title_v_wrapper,
.gt .page_title_v_wrapper {
  padding-bottom: 0;
}
.tri .technology_tri_header_bg,
.gt .technology_tri_header_bg {
  background: url(../../assets/image/technology_tri_top_image.jpg) no-repeat center;
  background-size: cover;
}
.tri .technology_gt_header_bg,
.gt .technology_gt_header_bg {
  background: url(../../assets/image/technology_gt_top_image.jpg) no-repeat center;
  background-size: cover;
}
.tri .page_toplink_flex,
.gt .page_toplink_flex {
  margin: auto;
  width: 90%;
  max-width: 600px;
}
.tri .page_toplink_flex > div,
.gt .page_toplink_flex > div {
  flex-direction: row;
  gap: 20px;
}
.tri .page_toplink_flex > div p,
.gt .page_toplink_flex > div p {
  margin: 0;
}
.tri .page_toplink_flex > div p a,
.gt .page_toplink_flex > div p a {
  background: #edd60c;
}
@media screen and (min-width: 1024px) {
  .tri .page_toplink_flex > div p a,
  .gt .page_toplink_flex > div p a {
    background: url(../image/gray_arrow.svg) no-repeat #edd60c;
    background-size: 8px 14px;
    background-position: 20px center;
  }
}
@media (hover: hover) {
  .tri .page_toplink_flex > div p a:hover,
  .gt .page_toplink_flex > div p a:hover {
    background: #fff9c2;
  }
}
@media screen and (hover: hover) and (min-width: 1024px) {
  .tri .page_toplink_flex > div p a:hover,
  .gt .page_toplink_flex > div p a:hover {
    background: url(../image/gray_arrow.svg) no-repeat #fff9c2;
    background-size: 8px 14px;
    background-position: 25px center;
  }
}

/*-----------------------------------------------------

めっき技術表面処理

-----------------------------------------------------*/
.plating .technology_plating_header_bg,
.products_02 .technology_plating_header_bg,
.products_03 .technology_plating_header_bg,
.products_04 .technology_plating_header_bg {
  background: url(../../assets/image/technology_plating_top_image.jpg) no-repeat center;
  background-size: cover;
}

/*-----------------------------------------------------

会社概要

-----------------------------------------------------*/
.company_header_bg {
  background: url(../../assets/image/company_top_image.jpg) no-repeat center;
}

/*-----------------------------------------------------

めっき技術表面処理

-----------------------------------------------------*/
.recruit_header_bg {
  background: url(../../assets/image/recruit_top_image.webp) no-repeat center;
}

/*-----------------------------------------------------

採用情報

-----------------------------------------------------*/
.recruit_post01 {
  margin-bottom: 0;
}

.recruit_youkou_midashi {
  font-size: 26px;
  background: transparent;
  color: #2d2d2d;
  text-align: center;
  margin: 0;
  padding: 40px 0;
}
@media screen and (min-width: 650px) {
  .recruit_youkou_midashi {
    font-size: 28px;
    padding: 60px 0 50px;
  }
}
@media screen and (min-width: 1300px) {
  .recruit_youkou_midashi {
    font-size: 32px;
    padding: 100px 0 50px;
  }
}
.recruit_youkou_midashi span {
  position: relative;
}
.recruit_youkou_midashi span::before, .recruit_youkou_midashi span::after {
  content: "";
  width: 50px;
  height: 1px;
  background: #2d2d2d;
  position: absolute;
  top: 20px;
}
.recruit_youkou_midashi span::before {
  left: -70px;
}
.recruit_youkou_midashi span::after {
  right: -70px;
}

/* 採用ポスト */
.recruit_post02 {
  margin-bottom: 40px;
}

.recruit_posts_wrapper {
  background: #f3f3f3;
  width: 100%;
  max-width: 1200px;
  margin: auto;
  padding: 20px;
}
.recruit_posts_wrapper ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media screen and (min-width: 650px) {
  .recruit_posts_wrapper ul {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.recruit_posts_wrapper ul li {
  background: #fff;
  margin: 0;
}
@media screen and (min-width: 650px) {
  .recruit_posts_wrapper ul li {
    width: calc((100% - 20px) / 2);
  }
}
@media screen and (min-width: 1024px) {
  .recruit_posts_wrapper ul li {
    width: calc((100% - 40px) / 3);
  }
}
.recruit_posts_wrapper ul li a {
  font-size: 16px;
  text-decoration: none;
  display: block;
  padding: 20px;
  height: 100%;
}
.recruit_posts_wrapper ul li a:link {
  color: #2d2d2d;
}
.recruit_posts_wrapper ul li a:visited {
  color: #2d2d2d;
}
.recruit_posts_wrapper ul li a:hover {
  color: #2d2d2d;
}
.recruit_posts_wrapper ul li a:active {
  color: #2d2d2d;
}
.recruit_posts_wrapper ul li img {
  width: 100%;
}
.recruit_posts_wrapper ul li time {
  display: block;
  margin: 10px 0 5px;
}
.recruit_posts_wrapper ul li p {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 0;
  line-height: 1.3;
}

/* エントリー */
#recruit_entry_wrapper {
  max-width: 800px;
  margin: 40px auto 0;
  padding: 0 2em;
}
@media screen and (min-width: 1024px) {
  #recruit_entry_wrapper {
    padding: 0;
    margin: 50px auto 0;
  }
}
@media screen and (min-width: 650px) {
  #recruit_entry_wrapper .attention {
    text-align: center;
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 1024px) {
  #recruit_entry_wrapper .attention {
    margin-bottom: 20px;
  }
}
#recruit_entry_wrapper .recruit_entry_box {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 40px;
}
@media screen and (min-width: 650px) {
  #recruit_entry_wrapper .recruit_entry_box {
    flex-direction: row;
    gap: 20px;
  }
}
@media screen and (min-width: 650px) {
  #recruit_entry_wrapper .recruit_entry_box > div {
    width: calc((100% - 20px) / 2);
  }
}
#recruit_entry_wrapper .recruit_entry_box > div a {
  color: #2d2d2d;
  display: block;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
  transition: 0.2s;
  padding: 20px 20px 20px 75px;
}
@media screen and (min-width: 1024px) {
  #recruit_entry_wrapper .recruit_entry_box > div a {
    font-size: 20px;
    padding: 30px 20px 30px 90px;
  }
}
@media (hover: hover) {
  #recruit_entry_wrapper .recruit_entry_box > div a:hover {
    opacity: 0.6;
  }
}
#recruit_entry_wrapper .recruit_entry_box .recruit_entry_pdf a {
  background: url("../image/recruit_entry_pdf.svg") no-repeat 10px center #fae232;
  background-size: 50px;
}
@media screen and (min-width: 1024px) {
  #recruit_entry_wrapper .recruit_entry_box .recruit_entry_pdf a {
    background: url("../image/recruit_entry_pdf.svg") no-repeat 15px center #fae232;
    background-size: 60px;
  }
}
#recruit_entry_wrapper .recruit_entry_box .recruit_entry_mail a {
  background: url("../image/recruit_entry_mail.svg") no-repeat 10px center #d8ebf7;
  background-size: 50px;
}
@media screen and (min-width: 1024px) {
  #recruit_entry_wrapper .recruit_entry_box .recruit_entry_mail a {
    background: url("../image/recruit_entry_mail.svg") no-repeat 15px center #d8ebf7;
    background-size: 60px;
  }
}

/*-----------------------------------------------------

最新情報（post）

-----------------------------------------------------*/
/* 青色背景部分 */
.post_header {
  width: 100%;
  background-color: #005485;
  font-size: 20px;
  padding: 20px 0;
}
@media screen and (min-width: 650px) {
  .post_header {
    font-size: 26px;
    padding: 40px 0;
  }
}
@media screen and (min-width: 1024px) {
  .post_header {
    font-size: 30px;
    padding: 50px 0;
  }
}
.post_header p {
  margin: 0;
  text-align: center;
  color: #fff;
}

/* カテゴリーリンク */
.post_info_cat {
  width: 100%;
  margin: 0 0 20px;
  padding: 20px 0;
  background-color: #dae2e6;
}
@media screen and (min-width: 650px) {
  .post_info_cat {
    font-size: 16px;
  }
}
@media screen and (min-width: 1024px) {
  .post_info_cat {
    margin-bottom: 45px;
  }
}
.post_info_cat .post_info_cat_box {
  max-width: 980px;
  margin: auto;
  padding: 0 15px;
  display: flex;
  gap: 10px;
  justify-content: flex-start;
  flex-wrap: wrap;
}
@media screen and (min-width: 650px) {
  .post_info_cat .post_info_cat_box {
    gap: 15px;
  }
}
@media screen and (min-width: 1024px) {
  .post_info_cat .post_info_cat_box {
    padding: 0;
  }
}
.post_info_cat .post_info_cat_box li {
  list-style: none;
  margin: 0;
  width: calc((100% - 10px) / 2);
}
@media screen and (min-width: 650px) {
  .post_info_cat .post_info_cat_box li {
    width: -moz-fit-content;
    width: fit-content;
  }
}
.post_info_cat .post_info_cat_box li a {
  background: #fff;
  font-size: 12px;
  padding: 10px 20px;
  border-radius: 4px;
  display: block;
  transition: 0.2s;
}
@media screen and (min-width: 650px) {
  .post_info_cat .post_info_cat_box li a {
    font-size: 14px;
  }
}
@media (hover: hover) {
  .post_info_cat .post_info_cat_box li a:hover {
    background: #2087ca;
    color: #fff;
  }
}

/* アーカイブのタイル設定 */
#single .wrapper_colum {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 1024px) {
  #single .wrapper_colum {
    flex-direction: row;
    gap: 50px;
  }
}
@media screen and (min-width: 1024px) {
  #single .wrapper_colum .colum2_l {
    flex: 1;
  }
}
#single .wrapper_colum .colum2_l .post_data_box time {
  font-size: 14px;
  margin-right: 10px;
}
@media screen and (min-width: 650px) {
  #single .wrapper_colum .colum2_l .post_data_box time {
    font-size: 16px;
  }
}
#single .wrapper_colum .colum2_l .post_data_box span strong {
  background: #666;
  border-radius: 4px;
  color: #fff;
  font-size: 13px;
  text-decoration: none;
  padding: 3px 8px;
}
@media screen and (min-width: 650px) {
  #single .wrapper_colum .colum2_l .post_data_box span strong {
    font-size: 16px;
    padding: 5px 12px;
  }
}
#single .wrapper_colum .colum2_l h1 {
  text-align: left;
  line-height: 1.4;
  margin: 0;
  padding: 20px 0;
}
@media screen and (min-width: 650px) {
  #single .wrapper_colum .colum2_l h1 {
    font-size: 24px;
    padding: 40px 0;
  }
}
#single .wrapper_colum .colum2_l .post_content p {
  font-size: 14px;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 650px) {
  #single .wrapper_colum .colum2_l .post_content p {
    font-size: 16px;
  }
}
#single .wrapper_colum .colum2_r {
  background: #dae2e6;
}
@media screen and (min-width: 1024px) {
  #single .wrapper_colum .colum2_r {
    width: 270px;
  }
}
#single .wrapper_colum .colum2_r .sub_nav {
  padding: 40px 25px 50px;
  background-color: #dae2e6;
}
@media screen and (min-width: 1024px) {
  #single .wrapper_colum .colum2_r .sub_nav {
    padding: 20px 20px 40px;
  }
}
#single .wrapper_colum .colum2_r .sub_nav h2 {
  background-color: transparent;
  color: #000;
  font-size: 22px;
  margin-bottom: 30px;
  padding: 0;
}
@media screen and (min-width: 1024px) {
  #single .wrapper_colum .colum2_r .sub_nav h2 {
    margin-bottom: 20px;
  }
}
#single .wrapper_colum .colum2_r .sub_nav ul {
  margin: 0;
  padding: 0;
}
#single .wrapper_colum .colum2_r .sub_nav ul li {
  border-bottom: 1px solid #bbb;
  font-size: 14px;
  list-style: none;
  margin: 0 0 20px;
  padding: 0 0 20px;
  line-height: 1.6;
}
#single .wrapper_colum .colum2_r .sub_nav ul li:last-of-type {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
#single .wrapper_colum .colum2_r .sub_nav ul li > div {
  display: flex;
  gap: 20px;
}
@media screen and (min-width: 1024px) {
  #single .wrapper_colum .colum2_r .sub_nav ul li > div {
    gap: 10px;
  }
}
@media screen and (min-width: 1024px) {
  #single .wrapper_colum .colum2_r .sub_nav ul li > div time {
    margin-bottom: 5px;
  }
}
#single .wrapper_colum .colum2_r .sub_nav ul li > div span {
  background: #005485;
  border-radius: 5px;
  color: #fff;
  font-size: 0.8em;
  padding: 2px 7px 3px;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (min-width: 1024px) {
  #single .wrapper_colum .colum2_r .sub_nav ul li > div span {
    margin-bottom: 3px;
    padding: 3px 7px;
  }
}

/* 前の投稿・次の投稿 */
.post_nav {
  display: flex;
  flex-direction: column;
  gap: 5px;
  font-size: 14px;
  padding: 20px 0 50px;
}
@media screen and (min-width: 650px) {
  .post_nav {
    padding: 40px 0 70px;
  }
}
@media screen and (min-width: 1024px) {
  .post_nav {
    flex-direction: row;
    justify-content: space-between;
    gap: 30px;
  }
}
.post_nav .prev_post a {
  background: url(../image/link_arrow_left.svg) no-repeat left center;
  background-size: 6px;
  padding-left: 12px;
}
@media screen and (min-width: 1024px) {
  .post_nav .prev_post a {
    padding-left: 17px;
  }
}
.post_nav .next_post a {
  background: url(../image/link_arrow_right.svg) no-repeat right center;
  background-size: 6px;
  padding-right: 12px;
}
@media screen and (min-width: 1024px) {
  .post_nav .next_post a {
    padding-right: 17px;
  }
}

/* アーカイブページネーション */
.pagination_box {
  font-size: 14px;
  margin: 0;
  padding: 20px 0 50px;
}
@media screen and (min-width: 650px) {
  .pagination_box {
    padding: 30px 0 50px;
  }
}
@media screen and (min-width: 1024px) {
  .pagination_box {
    padding: 40px 0 50px;
  }
}
.pagination_box h2 {
  display: none;
}
.pagination_box .nav-links {
  display: flex;
  gap: 2px;
  justify-content: center;
}
@media screen and (min-width: 650px) {
  .pagination_box .nav-links {
    font-size: 16px;
  }
}
.pagination_box .nav-links a {
  text-decoration: none;
}
.pagination_box .nav-links a.page-numbers {
  background: #005485;
  border: 1px solid #005485;
  color: #fff;
  padding: 3px 10px;
}
.pagination_box .nav-links a.prev.page-numbers, .pagination_box .nav-links a.next.page-numbers {
  background: transparent;
  border: none;
  color: #005485;
}
.pagination_box .nav-links .page-numbers.current {
  background: #fff;
  border: 1px solid #005485;
  color: #005485;
  padding: 3px 10px;
}

/* カテゴリ名を表示 */
.category_box p {
  font-size: 16px;
  font-weight: bold;
  margin: 0;
  padding: 10px 0 30px;
}
@media screen and (min-width: 1024px) {
  .category_box p {
    font-size: 18px;
    padding: 0 0 40px;
  }
}

/*-----------------------------------------------------

お問い合わせ

-----------------------------------------------------*/
.smf-progress-tracker {
  margin: 25px 0 40px;
}
@media screen and (min-width: 650px) {
  .smf-progress-tracker {
    margin: 30px 0 50px;
  }
}

.smf-form {
  background: #e9e9e9;
  margin: 0 auto 20px;
  padding-top: 20px;
  max-width: 800px;
}
.smf-form .wp-block-snow-monkey-forms-item {
  border-bottom: 1px solid #fff;
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 15px;
  padding: 0 20px 15px;
}
@media screen and (min-width: 650px) {
  .smf-form .wp-block-snow-monkey-forms-item {
    flex-direction: row;
    margin-bottom: 25px;
  }
}
.smf-form .wp-block-snow-monkey-forms-item .smf-item__col--label {
  font-weight: bold;
  text-align: center;
}
@media screen and (min-width: 650px) {
  .smf-form .wp-block-snow-monkey-forms-item .smf-item__col--label {
    align-self: center;
    width: 200px;
  }
}
@media screen and (min-width: 650px) {
  .smf-form .wp-block-snow-monkey-forms-item .smf-item__col--label {
    text-align: left;
    width: 220px;
  }
}
@media screen and (min-width: 650px) {
  .smf-form .wp-block-snow-monkey-forms-item .smf-item__col--controls {
    flex: 1;
  }
}
.smf-form .wp-block-snow-monkey-forms-item input[type=text],
.smf-form .wp-block-snow-monkey-forms-item input[type=email],
.smf-form .wp-block-snow-monkey-forms-item input[type=tel] {
  width: 100%;
}

.snow-monkey-form .smf-action {
  text-align: center;
  margin-bottom: 40px;
}
.snow-monkey-form .smf-action .smf-button-control__control {
  background-color: #005485;
  background-image: unset;
  color: #fff;
  padding: 12px 35px;
}

/* 必須マーク */
.wp-block-snow-monkey-forms-item.hissu .smf-item__label__text {
  position: relative;
}
.wp-block-snow-monkey-forms-item.hissu .smf-item__label__text::after {
  content: "必須";
  background: #ff5a5a;
  border-radius: 5px;
  color: #fff;
  font-size: 12px;
  font-weight: normal;
  padding: 1px 6px 2px;
  position: absolute;
  right: -45px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.smf-system-error-content,
.smf-complete-content {
  padding: 0 30px 20px;
}
.smf-system-error-content p,
.smf-complete-content p {
  margin: 0;
}

/* Cloudflare Turnstile */
.snow-monkey-forms-turnstile {
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}

/*-----------------------------------------------------

アーカイブ

-----------------------------------------------------*/
.archive_box {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 30px;
}
@media screen and (min-width: 650px) {
  .archive_box {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.archive_box .item {
  background: #dae2e6;
  position: relative;
  padding-bottom: 35px;
}
@media screen and (min-width: 650px) {
  .archive_box .item {
    width: calc((100% - 20px) / 2);
  }
}
@media screen and (min-width: 1024px) {
  .archive_box .item {
    width: calc((100% - 40px) / 3);
  }
}
.archive_box .item a {
  display: block;
  text-decoration: none;
  transition: 0.3s;
}
.archive_box .item a img {
  aspect-ratio: 16/11;
  max-width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.archive_box .item a h2 {
  background-color: transparent;
  color: #2d2d2d;
  font-size: 22px;
  margin: 0;
  padding: 20px;
  line-height: 1.3;
}
.archive_box .item a span {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #005485;
  color: #fff;
  font-size: 14px;
  padding: 7px 17px;
}
.archive_box .item a time {
  position: absolute;
  bottom: 0;
  right: 0;
  color: #2d2d2d;
  font-size: 14px;
  padding: 7px 17px;
}
@media (hover: hover) {
  .archive_box .item a:hover {
    opacity: 0.6;
  }
}

/*-----------------------------------------------------

404 not found

-----------------------------------------------------*/
@media screen and (min-width: 650px) {
  .not_found {
    text-align: center;
  }
}
.not_found .inner {
  text-align: center;
  margin-bottom: 30px;
}
.not_found .inner strong {
  display: block;
  font-size: 70px;
  line-height: 1;
}
.not_found .inner span {
  font-size: 21px;
}
.not_found .link {
  padding: 10px 0 30px;
}
@media screen and (min-width: 650px) {
  .not_found .link {
    padding: 20px 0 50px;
  }
}
.not_found .link a {
  background: url(../image/gray_arrow.svg) no-repeat #edd60c;
  background-size: 8px 14px;
  background-position: 20px center;
  font-size: 16px;
  display: block;
  text-decoration: none;
  padding: 15px 0;
  text-align: center;
  transition: 0.2s;
}
.not_found .link a:link {
  color: #2d2d2d;
}
.not_found .link a:visited {
  color: #2d2d2d;
}
.not_found .link a:hover {
  color: #2d2d2d;
}
@media (hover: hover) {
  .not_found .link a:hover {
    background: url(../image/gray_arrow.svg) no-repeat #fff06b;
    background-size: 8px 14px;
    background-position: 25px center;
  }
}
.not_found .link a:active {
  color: #2d2d2d;
}
@media screen and (min-width: 1024px) {
  .not_found .link a {
    font-size: 18px;
  }
}
@media screen and (min-width: 650px) {
  .not_found .link a {
    max-width: 400px;
    margin: auto;
  }
}
.not_found br {
  display: none;
}
@media screen and (min-width: 650px) {
  .not_found br {
    display: unset;
  }
}

/*-----------------------------------------------------

ブロックエディタ「カラム」

-----------------------------------------------------*/
.page_flex01 {
  gap: 10px;
}
@media (min-width: 768px) {
  .page_flex01 {
    gap: 30px;
  }
}
.page_flex01 figure {
  margin: 0;
}

@media (min-width: 768px) {
  .wp-block-columns.page_flex01:not(.is-not-stacked-on-mobile) > .wp-block-column {
    flex-basis: calc((100% - 30px) / 2) !important;
  }
}
.page_flex_3clm {
  gap: 15px;
}
.page_flex_3clm figure,
.page_flex_3clm p {
  margin: 0;
}
.page_flex_3clm figcaption {
  background-color: #e9e9e9;
  text-align: center;
  margin: 0;
  padding: 10px 0;
}

@media (min-width: 768px) {
  .wp-block-columns.page_flex_3clm:not(.is-not-stacked-on-mobile) > .wp-block-column {
    flex-basis: calc((100% - 45px) / 3) !important;
  }
}
/*-----------------------------------------------------

ブロックエディタ「ファイルブロック」

-----------------------------------------------------*/
.wp-block-file a:nth-child(1) {
  font-size: 14px;
}
@media screen and (min-width: 650px) {
  .wp-block-file a:nth-child(1) {
    font-size: 16px;
  }
}
.wp-block-file a:nth-child(2) {
  background: #005485;
  color: #fff;
  font-size: 14px;
  margin-left: 1rem;
}
@media screen and (min-width: 650px) {
  .wp-block-file a:nth-child(2) {
    font-size: 16px;
  }
}

/*-----------------------------------------------------

ブロックエディタ「ボタン」

-----------------------------------------------------*/
.wp-block-button__link {
  background-color: #005485 !important;
  color: #fff !important;
}

/*-----------------------------------------------------

ブロックエディタ「画像」

-----------------------------------------------------*/
.wp-block-image figcaption {
  margin: 0;
  padding: 10px 0;
  text-align: center;
  background: #efefef;
}/*# sourceMappingURL=new_style.css.map */