@charset "UTF-8";
/* CSS Document */
/*
Theme Name: FILARE 公式サイト
Author: 株式会社ジャンプス

*/
:root {
  --color-navy: #1e2e53;
  --color-lightgray: #f0f0f0;
  --color-orange: #ed6f00;
}

/* サイドカラム ------------------------------------------- */
.widget {
  padding-bottom: 3em;
}

.widget ul {
  list-style: none inside;
  width: 100%;
  position: relative;
}

.widget ul li {
  width: 100%;
  position: relative;
  margin-top: 1em;
  line-height: 1.5em;
}

.widget_recent_entries ul li {
  padding-top: 1.5em;
}

/* 見出し */
.widget-title {
  /*	font-family: 'Lato', sans-serif;*/
  font-size: 1.5em;
  font-weight: normal;
  letter-spacing: 0.2em;
  line-height: 1.5em;
}

/* 日付 */
.post-date {
  position: absolute;
  top: 0;
  left: 0;
  color: #959595;
}

/* =============================== 投稿ページ ========================================================== */
/* -------------------------- ページヘッダー ------------------------------------------- */
.category-news .page-title .subtitle {
  display: none;
}

/* -------------------------- エントリーヘッダー ------------------------------------------- */
.entry-header {
  width: 100%;
  position: relative;
  display: flex;
  /*追加*/
  align-items: center;
  min-width: auto;
}

/* 日付 ------------------------------------------- */
.datebox {
  width: 6.5em;
  max-height: 6.5em;
  box-sizing: border-box;
  background: #ddd;
  padding: 1.5em 1em;
}

.date_y, .date_md {
  display: block;
  width: 100%;
  position: relative;
  text-align: center;
}

/* 年 */
.date_y {
  letter-spacing: 0.2em;
  line-height: 1em;
  padding-bottom: 1em;
}

/* 月日 */
.date_md {
  font-size: 1.5em;
  letter-spacing: 0;
  line-height: 1em;
}

/* エントリータイトル ------------------------------------------- */
.entry-title {
  font-size: 1.5em;
  font-weight: bold;
  line-height: 1.5em;
  box-sizing: border-box;
  padding-left: 1em;
}

/* -------------------------- 記事本文 ------------------------------------------- */
.img {
  max-width: 100%;
  height: auto;
}

/* -------------------------- ナビゲーション ------------------------------------------- */
.screen-reader-text, .nav-subtitle, .nav-links svg {
  display: none;
}

.nav-next {
  text-align: right;
}

/* 矢印 ------------------------------------------- */
.nav-previous a::before {
  font-family: "Font Awesome 5 Free";
  content: "\f053";
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: bold;
  text-rendering: auto;
  line-height: 1;
  position: absolute;
  left: 0;
  top: 0;
}

.nav-next a::after {
  font-family: "Font Awesome 5 Free";
  content: "\f054";
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: bold;
  text-rendering: auto;
  line-height: 1;
  position: absolute;
  right: 0;
  top: 0;
}

/* 前後タイトル ------------------------------------------- */
.nav-previous {
  margin: 2em auto 0 0;
}

.nav-next {
  margin: 2em 0 0 auto;
}

/* あふれた文字･･･表示 */
.nav-title {
  display: block;
  line-height: 1em;
  width: 100%;
  box-sizing: border-box;
  padding-left: 1em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis; /* Opera9,10対応 */
}

.nav-next .nav-title {
  padding-left: 0;
  padding-right: 1em;
}

/* =============================== カテゴリーページ ========================================================== */
.archive article, .page-template-page-blogs article {
  width: 100%;
  box-sizing: border-box;
  padding: 1em;
  margin-bottom: 2em;
  background: #e5e5e5;
}

.archive article .post-thumbnail, .page-template-page-blogs article .post-thumbnail {
  width: 25%;
  box-sizing: border-box;
  padding-right: 1em;
}

.archive article .post-area, .page-template-page-blogs article .post-area {
  flex: 1;
}

@media screen and (max-width: 700px) {
  .archive article .post-thumbnail, .archive article .post-area, .page-template-page-blogs article .post-thumbnail, .page-template-page-blogs article .post-area {
    width: 100%;
  }
  .archive article .post-thumbnail, .page-template-page-blogs article .post-thumbnail {
    padding-right: 0;
    padding-bottom: 1em;
  }
}
/* サムネイル画像 */
.archive article .post-thumbnail img, .page-template-page-blogs article .post-thumbnail img {
  width: 100%;
  height: auto;
}

/* エントリーヘッダー */
.archive .entry-header, .page-template-page-blogs .entry-header {
  border-bottom: #1e2e53 solid 1px;
}

/* 日付 */
.archive .datebox, .page-template-page-blogs .datebox {
  font-size: 0.8em;
  background: #1e2e53;
  color: #fff;
}

@media screen and (max-width: 1050px) {
  .archive .datebox, .page-template-page-blogs .datebox {
    font-size: 0.6em;
  }
}
/* 記事タイトル */
.archive .entry-title, .page-template-page-blogs .entry-title {
  font-size: 1.2em;
  line-height: 1.5em;
}

.archive .entry-title a, .page-template-page-blogs .entry-title a {
  color: #1e2e53;
}

/* 本文抜粋表示 */
.archive .entry-content,
.page-template-page-blogs .entry-content,
#primary .entry-content {
  padding: 1em 0 1em 0;
  line-height: 1.75em;
}

/* ページネーション ------------------------------------------- */
.pagination .nav-links {
  display: block;
  text-align: center;
  /*	font-family: 'Lato', sans-serif;*/
  color: #aaa;
}

.pagination .nav-links a, .pagination .nav-links span {
  display: inline-block;
  padding: 0.5em;
}

.pagination .nav-links span.screen-reader-text {
  display: none;
}

.pagination .nav-links a {
  color: #1e2e53;
}

/* 矢印 */
.page-numbers::before {
  font-family: "Font Awesome 5 Free";
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: bold;
  text-rendering: auto;
  line-height: 1;
}

.prev.page-numbers::before {
  content: "\f053";
}

.next.page-numbers::before {
  content: "\f054";
}

/* =============================== フリーページ（カスタムフィールド） ========================================================== */
.sec {
  width: 100%;
  padding: 8.33em 0;
}

/* お問い合わせフォームの余白変更 */
.sec.webcontact {
  padding: 4em 0;
}

/* 最大幅1500px */
.max1500px {
  max-width: 1500px;
  margin: 0 auto;
}

/* 左寄せ・幅指定中央配置テキスト */
.centerbox {
  max-width: 800px;
  margin: 0 auto;
}

/* ランキング */
.ranking {
  list-style: none inside;
  background: #fff;
  padding: 2em;
  box-sizing: border-box;
}

.ranking li {
  padding-bottom: 1em;
}

.ranking li:last-child {
  padding-bottom: 0;
}

.ranknmb {
  display: inline-block;
  font-size: 2em;
  color: rgba(0, 0, 0, 0.3);
  padding-right: 0.5em;
}

/* ------------ 見出し -------------------------------- */
.parts-h4 {
  font-size: 1.5em;
  font-weight: 500;
  line-height: 1.5em;
  padding-top: 3em;
  padding-bottom: 1em;
}

@media screen and (max-width: 750px) {
  .parts-h3 {
    font-size: 1.8em;
  }
  .parts-h4 {
    font-size: 1.3em;
  }
}
/* やや小さめ強調 */
.strong {
  font-size: 1.3em;
  font-weight: 700;
  line-height: 2em;
}

@media screen and (max-width: 750px) {
  .freepage-ctt p.parts-copy {
    font-size: 1.5em;
  }
}
/* 注釈 -------------------------------- */
p.note {
  opacity: 0.6;
  font-size: 0.9em;
  line-height: 1.7em;
  padding-bottom: 4em;
  padding-left: 1.2em;
  width: 100%;
  max-width: 1500px;
  box-sizing: border-box;
  margin: 0 auto;
}

.freepage-ctt .sec p.note:last-child {
  padding-bottom: 0;
}

p.note::before {
  display: inline-block;
  content: "※";
  padding-right: 0.2em;
  text-indent: -1em;
}

/* ------------ 画像 -------------------------------- */
.parts-100img {
  width: 100%;
  position: relative;
  padding-bottom: 4em;
}

.parts-100img img {
  /*	max-width: 100%;*/
  height: auto;
}

.freepage-ctt .sec .parts-100img:last-child {
  padding-bottom: 0;
}

/* ------------ 3つ並びテキストボックス -------------------------------- */
.txt3box {
  list-style: none inside;
  width: 100%;
  padding-bottom: 4em;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}

.txt3box li {
  width: 30%;
  box-sizing: border-box;
  padding: 1.5em;
  background: #fff;
}

.freepage-ctt .sec .txt3box:last-child {
  padding-bottom: 0;
}

@media screen and (max-width: 700px) {
  .txt3box li {
    width: 100%;
    margin-bottom: 4em;
  }
  .txt3box li:last-child {
    margin-bottom: 0;
  }
}
/* 見出し -------------------------------- */
.txt3box h3 {
  font-size: 1.3em;
  font-weight: 700;
  line-height: 1.3em;
  padding-bottom: 0.5em;
  border-bottom: #1e2e53 solid 1px;
  margin-bottom: 0.5em;
}

@media screen and (max-width: 2000px) {
  .txt3box h3 {
    font-size: 1.2em;
  }
}
@media screen and (max-width: 700px) {
  .txt3box h3 {
    font-size: 1.1em;
  }
}
/* 文章 -------------------------------- */
.freepage-ctt .txt3box p {
  padding-bottom: 0;
}

@media screen and (max-width: 2000px) {
  .freepage-ctt .txt3box p {
    font-size: 1em;
  }
}
/* ------------ 背景色つきテキストボックス -------------------------------- */
.bbox {
  width: 100%;
  box-sizing: border-box;
  padding: 0 0 3.57em 0;
}

.bbox a {
  color: #fff;
}

.bbox h3 {
  font-size: 2em;
  font-weight: 700;
  line-height: 1.5em;
  padding-bottom: 1em;
}

.freepage-ctt .bbox p {
  padding-bottom: 0;
}

@media screen and (max-width: 750px) {
  .bbox {
    padding: 1.5em;
  }
}
/* ------------ リストボックス -------------------------------- */
/* 注釈マークつき -------------------------------- */
.note_list {
  width: 100%;
  box-sizing: border-box;
  margin: 0 auto;
  margin-bottom: 4em;
  max-width: 1500px;
  position: relative;
  opacity: 0.6;
  padding: 3.57em;
  background: #ececec;
}

.freepage-ctt .sec .note_list:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 700px) {
  .note_list {
    padding: 1.5em;
  }
}
/* 見出し */
.note_list h3 {
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1.5em;
  padding-bottom: 1em;
}

@media screen and (max-width: 700px) {
  .note_list h3 {
    font-size: 1.3em;
    font-weight: 500;
  }
}
/* リスト */
.note_list ul {
  width: 100%;
  box-sizing: border-box;
  list-style: none inside;
}

.note_list li {
  width: 100%;
  box-sizing: border-box;
  font-size: 0.9em;
  line-height: 1.7em;
  padding-bottom: 1.5em;
  text-indent: -1.2em;
  padding-left: 1.2em;
}

/*
.note_list li::before{
	display: inline-block;
	padding-left: 1em;
	padding-right: 0.2em;
	content: "※";
}
*/
.note_list li::before {
  font-family: FontAwesome;
  content: "\f00c";
  font-size: 2em;
  display: inline-block;
  padding-left: 1em;
  padding-right: 0.2em;
  color: #ed6f00;
}

.note_list li:last-child {
  padding-bottom: 0;
}

/* ------------ 画像＋テキスト -------------------------------- */
.box_imglefttxt, .box_imgrighttxt {
  width: 100%;
  position: relative;
  overflow: hidden;
  zoom: 1;
  padding-bottom: 4em;
}

.freepage-ctt .sec .box_imglefttxt:last-child, .freepage-ctt .sec .box_imgrighttxt:last-child, .companypage-ctt .sec .innerbox .box_imglefttxt:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}

.imgtxt_imgbox {
  width: 40%;
  position: relative;
  padding-bottom: 1em;
}

@media screen and (max-width: 1300px) {
  .imgtxt_imgbox {
    width: 45%;
  }
}
@media screen and (max-width: 700px) {
  .imgtxt_imgbox {
    width: 50%;
  }
}
@media screen and (max-width: 480px) {
  .imgtxt_imgbox {
    width: 100%;
    padding-bottom: 2.5em;
  }
}
/* 画像 */
.imgtxt_imgbox img {
  width: 100%;
  height: auto;
}

/* 画像左 -------------------------------- */
.box_imglefttxt .imgtxt_imgbox {
  float: left;
  padding-right: 3%;
}

/* 画像右 -------------------------------- */
.box_imgrighttxt .imgtxt_imgbox {
  float: right;
  padding-left: 3%;
}

@media screen and (max-width: 480px) {
  .box_imglefttxt .imgtxt_imgbox, .box_imgrighttxt .imgtxt_imgbox {
    float: none;
    padding-right: 0;
    padding-left: 0;
  }
}
/* テキスト -------------------------------- */
/* 見出し */
.imgtxt_txtbox h3 {
  font-size: 2em;
  line-height: 1.5em;
  font-weight: normal;
  padding-bottom: 1em;
}

@media screen and (max-width: 700px) {
  .imgtxt_txtbox h3 {
    font-size: 1.8em;
  }
}
@media screen and (max-width: 480px) {
  .imgtxt_txtbox h3 {
    font-size: 1.5em;
    padding-bottom: 0.67em;
  }
}
/* ------------ 画像ボックス -------------------------------- */
/* ------------ 2～4つ並び画像テキストボックス -------------------------------- */
/* テキスト */
.imgbox_txtarea {
  display: block;
  width: 100%;
  z-index: 1;
  position: relative;
  box-sizing: border-box;
}

.imgbox_txtarea h3,
.imgbox_txtarea h4 {
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1.5em;
  padding-top: 0.25em;
  margin-bottom: 0.5em;
}

.imgbox_txtarea p {
  padding-bottom: 0;
  line-height: 1.5em;
}

/* 横並び画像テキストボックス共通設定 -------------------------------- */
.img2box,
.img3txtbox,
.img4txtbox,
.img5txtbox,
.img6txtbox {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  padding-bottom: 5em;
  /* リスト */
}

.img2box ul,
.img3txtbox ul,
.img4txtbox ul,
.img5txtbox ul,
.img6txtbox ul {
  list-style: none inside;
  width: 100%;
  position: relative;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  margin-top: -2em;
}

@media screen and (max-width: 750px) {
  .img2box ul,
  .img3txtbox ul,
  .img4txtbox ul,
  .img5txtbox ul,
  .img6txtbox ul {
    margin-top: -3em;
  }
}
.img2box ul li,
.img3txtbox ul li,
.img4txtbox ul li,
.img5txtbox ul li,
.img6txtbox ul li {
  position: relative;
  box-sizing: border-box;
  margin-top: 2em;
  /* 画像 */
}

@media screen and (max-width: 750px) {
  .img2box ul li,
  .img3txtbox ul li,
  .img4txtbox ul li,
  .img5txtbox ul li,
  .img6txtbox ul li {
    margin-top: 3em;
  }
}
.img2box ul li img,
.img3txtbox ul li img,
.img4txtbox ul li img,
.img5txtbox ul li img,
.img6txtbox ul li img {
  width: 100%;
  height: auto;
  margin-bottom: 1em;
}

/* 2つ並び画像テキストボックス -------------------------------- */
.img2box {
  /* リスト */
}

@media screen and (min-width: 751px) {
  .img2box ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
  }
}
.img2box ul li {
  width: 47%;
}

.img2box.imghbox ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}

@media screen and (max-width: 480px) {
  .img2box.imghbox ul li {
    width: 47%;
  }
}
/* 3つ並び画像テキストボックス -------------------------------- */
.img3txtbox {
  /* リスト */
}

.img3txtbox ul {
  margin-top: -3em;
}

.img3txtbox ul li {
  width: 31%;
  margin-right: 3.5%;
  margin-top: 3em;
}

@media screen and (min-width: 751px) {
  .img3txtbox ul li:nth-child(3n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 750px) {
  .img3txtbox.imghbox ul li {
    width: 31%;
    margin-right: 3.5%;
  }
  .img3txtbox.imghbox ul li:nth-child(3n) {
    margin-right: 0;
  }
}
/* 4つ並び画像テキストボックス -------------------------------- */
.img4txtbox {
  /* リスト */
}

.img4txtbox ul li {
  width: 23.5%;
  margin-right: 2%;
}

@media screen and (min-width: 751px) {
  .img4txtbox ul li:nth-child(4n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 1000px) and (min-width: 481px) {
  .img4txtbox.imghbox ul li {
    width: 23.5%;
  }
  .img4txtbox.imghbox ul li:nth-child(2n) {
    margin-right: 2%;
  }
  .img4txtbox.imghbox ul li:nth-child(4n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 480px) {
  .img4txtbox.imghbox ul li {
    width: 23.5%;
  }
  .img4txtbox.imghbox ul li:nth-child(4n) {
    margin-right: 0;
  }
}
/* 5つ並び画像テキストボックス -------------------------------- */
.img5txtbox {
  /* リスト */
}

.img5txtbox ul li {
  width: 18.4%;
  margin-right: 2%;
}

@media screen and (min-width: 751px) {
  .img5txtbox ul li:nth-child(5n) {
    margin-right: 0;
  }
}
/* 6つ並び画像テキストボックス -------------------------------- */
.img6txtbox {
  /* リスト */
}

.img6txtbox ul li {
  width: 15%;
  margin-right: 2%;
}

@media screen and (min-width: 751px) {
  .img6txtbox ul li:nth-child(6n) {
    margin-right: 0;
  }
}
/* タブレットの時 -------------------------------- */
@media screen and (max-width: 750px) {
  /* 1つ並び */
  .img1txt_tb {
    /* リスト */
  }
  .img1txt_tb ul li {
    width: 100%;
    margin-right: 0;
  }
  /* 2つ並び */
  .img2txt_tb {
    /* リスト */
  }
  .img2txt_tb ul li {
    margin-right: 2%;
  }
}
@media screen and (max-width: 750px) and (min-width: 481px) {
  .img2txt_tb ul li {
    width: 49%;
  }
  .img2txt_tb ul li:nth-child(2n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 750px) {
  /* 3つ並び */
  .img3txt_tb {
    /* リスト */
  }
  .img3txt_tb ul li {
    margin-right: 2%;
  }
}
@media screen and (max-width: 750px) and (min-width: 481px) {
  .img3txt_tb ul li {
    width: 32%;
  }
  .img3txt_tb ul li:nth-child(3n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 750px) {
  /* 4つ並び */
  .img4txt_tb {
    /* リスト */
  }
  .img4txt_tb ul li {
    margin-right: 2%;
  }
}
@media screen and (max-width: 750px) and (min-width: 481px) {
  .img4txt_tb ul li {
    width: 23.5%;
  }
  .img4txt_tb ul li:nth-child(4n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 750px) {
  /* 5つ並び */
  .img5txt_tb {
    /* リスト */
  }
  .img5txt_tb ul li {
    margin-right: 2%;
  }
}
@media screen and (max-width: 750px) and (min-width: 481px) {
  .img5txt_tb ul li {
    width: 18.4%;
  }
  .img5txt_tb ul li:nth-child(5n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 750px) {
  /* 6つ並び */
  .img6txt_tb {
    /* リスト */
  }
  .img6txt_tb ul li {
    margin-right: 2%;
  }
}
@media screen and (max-width: 750px) and (min-width: 481px) {
  .img6txt_tb ul li {
    width: 15%;
  }
  .img6txt_tb ul li:nth-child(6n) {
    margin-right: 0;
  }
}
/* スマートフォンの時 -------------------------------- */
@media screen and (max-width: 480px) {
  /* 1つ並び */
  .img1txt_sp {
    /* リスト */
  }
  .img1txt_sp ul li {
    width: 100%;
    margin-right: 0;
  }
  /* 2つ並び */
  .img2txt_sp {
    /* リスト */
  }
  .img2txt_sp ul li {
    margin-right: 2%;
    width: 49%;
  }
  .img2txt_sp ul li:nth-child(2n) {
    margin-right: 0;
  }
  /* 3つ並び */
  .img3txt_sp {
    /* リスト */
  }
  .img3txt_sp ul li {
    margin-right: 2%;
    width: 32%;
  }
  .img3txt_sp ul li:nth-child(3n) {
    margin-right: 0;
  }
  /* 4つ並び */
  .img4txt_sp {
    /* リスト */
  }
  .img4txt_sp ul li {
    margin-right: 2%;
    width: 23.5%;
  }
  .img4txt_sp ul li:nth-child(4n) {
    margin-right: 0;
  }
  /* 5つ並び */
  .img5txt_sp {
    /* リスト */
  }
  .img5txt_sp ul li {
    margin-right: 2%;
    width: 18.4%;
  }
  .img5txt_sp ul li:nth-child(5n) {
    margin-right: 0;
  }
  /* 6つ並び */
  .img6txt_sp {
    /* リスト */
  }
  .img6txt_sp ul li {
    margin-right: 2%;
    width: 15%;
  }
  .img6txt_sp ul li:nth-child(6n) {
    margin-right: 0;
  }
}
/* Youtube動画 -------------------------------- */
.videobox .imgtxt_imgbox {
  width: 60%;
}

.youtube_box {
  width: 100%;
}

.img2box .youtube_box, .img3txtbox .youtube_box {
  padding-bottom: 1.5em;
}

.youtube_box span {
  display: block;
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.youtube_box span iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

/* =============================== メニューページ ========================================================== */
.menu-ctt, .page-template-page-menu .wrap {
  padding-top: 0;
}

.page-template-page-menu .wrap .sec:nth-child(2n) {
  background: #ececec;
}

/* メニューカテゴリー -------------------------------- */
.menuct_ttl {
  font-size: 0.8em;
  line-height: 2em;
  font-weight: normal;
  text-align: center;
  padding-bottom: 2em;
}

/* スラッグ */
.menuct_ttl .egfont {
  display: block;
  font-size: 2em;
  text-transform: uppercase;
}

/* -------------------------- メニュー一覧 ------------------------------------------- */
.menulist {
  width: 100%;
  list-style: none inside;
  position: relative;
}

.menulist li {
  width: 100%;
  position: relative;
  border-bottom: #1e2e53 solid 1px;
  padding-bottom: 0.5em;
  margin-bottom: 2em;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}

.menulist li:last-child {
  margin-bottom: 0;
}

.menuname {
  width: 80%;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}

.menu_price {
  width: 20%;
  position: relative;
}

/* メニュータイトル -------------------------------- */
.menu_ttl {
  font-size: 1em;
  font-weight: normal;
}

/* メニュー説明文 -------------------------------- */
.freepage-ctt p.menu_dtl {
  font-size: 0.8em;
  padding-left: 1em;
  padding-bottom: 0;
  color: #666;
}

/* 価格 -------------------------------- */
.freepage-ctt p.menu_price {
  font-size: 1.4em;
  padding-bottom: 0;
  letter-spacing: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
}

.freepage-ctt p.menu_price em {
  width: 100%;
  text-align: right;
}

/* Youtube動画 -------------------------------- */
.videobox .imgtxt_imgbox {
  width: 60%;
}

.youtube_box {
  width: 100%;
}

.img2box .youtube_box, .img3txtbox .youtube_box {
  padding-bottom: 1.5em;
}

.youtube_box span {
  display: block;
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.youtube_box span iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

/* =============================== スタッフorお客様の声 ========================================================== */
/* -------------------------- 一覧ページ ------------------------------------------- */
.voicelist {
  width: 100%;
  list-style: none inside;
  position: relative;
  display: flex;
  flex-wrap: wrap;
}

.voicelist li {
  width: 25%;
  box-sizing: border-box;
  padding: 0 2em 2em 2em;
}

.voicelist a:hover {
  text-decoration: none;
}

@media screen and (max-width: 1050px) {
  .voicelist li {
    width: 33.33%;
    padding: 0 1.5em 1.5em 1.5em;
  }
}
@media screen and (max-width: 700px) {
  .voicelist li {
    width: 50%;
  }
}
@media screen and (max-width: 480px) {
  .voicelist li {
    width: 100%;
    padding: 0 0 2em 0;
  }
}
/* サムネイル -------------------------------- */
.psn_thumbnail {
  width: 100%;
  position: relative;
  background: #111;
  z-index: 1;
}

/* アイキャッチ画像 */
.vthmbimg img {
  width: 100%;
  height: auto;
}

/* ボタン */
.morebtn {
  width: 100%;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background: rgba(0, 0, 0, 0.2);
}

.morebtn span {
  display: block;
  width: 100%;
  text-align: center;
  box-sizing: border-box;
  padding: 0 2em 3em 2em;
  position: absolute;
  left: 0;
  bottom: 0;
}

.morebtn img {
  max-width: 100%;
  height: auto;
}

a:hover .morebtn img {
  opacity: 1;
  filter: alpha(opacity=100);
}

@media screen and (max-width: 480px) {
  .morebtn img {
    width: 100%;
    max-width: 173px;
  }
}
/* テキスト -------------------------------- */
.psn_txt {
  width: 90%;
  position: relative;
  box-sizing: border-box;
  margin: 0 auto;
  margin-top: -2em;
  padding: 1em;
  background: #fff;
  z-index: 2;
}

/* アルファベット表記 */
.voicelist .vname_eg {
  width: 100%;
  text-align: center;
  font-size: 0.8em;
  line-height: 1em;
  font-weight: normal;
  padding-bottom: 0.5em;
  margin-bottom: 0.5em;
  border-bottom: #1e2e53 solid 1px;
}

/* コピー */
.voicelist p.voice_ttl {
  line-height: 1.5em;
  padding-bottom: 0;
  font-size: 0.8em;
}

@media screen and (max-width: 480px) {
  .voicelist .vname_eg, .voicelist p.voice_ttl {
    font-size: 1em;
  }
}
/* -------------------------- 詳細ページ ------------------------------------------- */
.voice_info {
  width: 100%;
  padding-bottom: 4em;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  position: relative;
}

/* 画像 ------------------------------------------- */
.vinfoimg {
  width: 33.34%;
  position: relative;
}

.vinfoimg img {
  max-width: 100%;
  height: auto;
}

@media screen and (max-width: 480px) {
  .vinfoimg {
    width: 100%;
    padding-bottom: 1em;
    text-align: center;
  }
}
/* テキスト ------------------------------------------- */
.vinfotxt {
  width: 64%;
  position: relative;
  display: flex;
  align-items: center;
}

.vinfotxt div {
  width: 100%;
}

@media screen and (max-width: 480px) {
  .vinfotxt {
    width: 100%;
  }
}
/* 見出し */
.voice_ttl {
  font-size: 1.5em;
  font-weight: 300;
  line-height: 1.4em;
  padding-bottom: 1em;
  width: 100%;
}

@media screen and (max-width: 480px) {
  .voice_ttl {
    padding-top: 1em;
    line-height: 1.4em;
  }
}
/* 名前 */
.freepage-ctt p.vname {
  letter-spacing: 0.4em;
  font-size: 1.2em;
  font-weight: 500;
  line-height: 1em;
  padding-bottom: 0.5em;
  border-bottom: #1e2e53 solid 1px;
  color: #1e2e53;
  margin-bottom: 0.5em;
  width: 100%;
}

/* アルファベット */
.freepage-ctt p.vname .egfont {
  display: inline-block;
  font-size: 2em;
  line-height: 1em;
  padding-right: 0.5em;
  padding-bottom: 0.2em;
  position: relative;
}

/* プロフィール・説明など */
.freepage-ctt p.vinfo {
  font-weight: 700;
  line-height: 1.5em;
  padding-bottom: 0.5em;
  color: #666;
  width: 100%;
}

/* サブ情報 */
.freepage-ctt p.voice_subinfo {
  line-height: 1.5em;
  padding-bottom: 0;
  color: #666;
  width: 100%;
}

/* =============================== 会社概要 ========================================================== */
.company-template .wrap, .companypage-ctt {
  padding-top: 0;
  padding-bottom: 0;
}

/* メイン画像 */
.companypage-ctt .parts-100img {
  padding-bottom: 0;
}

/* -------------------------- あいさつ ------------------------------------------- */
/* キャッチコピー ------------------------------------------- */
.companypage-ctt p.parts-copy {
  font-size: 1.5em;
  font-weight: 500;
  line-height: 1.5em;
  padding-bottom: 1em;
}

@media screen and (max-width: 750px) {
  .companypage-ctt p.parts-copy {
    font-size: 1.3em;
  }
}
/* 名前 ------------------------------------------- */
.words_name {
  width: 100%;
  font-weight: 700;
  line-height: 1.5em;
  text-align: right;
  padding-top: 2em;
  padding-bottom: 0;
}

/* -------------------------- 会社概要 ------------------------------------------- */
.compinfo {
  width: 100%;
  max-width: 1500px;
  margin: 0 auto;
  box-sizing: border-box;
}

/* リスト */
.compinfo ul {
  width: 100%;
  position: relative;
  border: #1e2e53 solid 2px;
  background: #fff;
  color: #1e2e53;
}

.compinfo li {
  list-style: none inside;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  border-bottom: #1e2e53 solid 1px;
}

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

.infottl, .infoctt {
  padding: 1em;
  font-size: 1em;
  box-sizing: border-box;
}

.infottl {
  width: 30%;
  font-weight: 400;
  color: #fff;
  background: #9fca39;
}

.infoctt {
  width: 70%;
}

.infoctt a {
  text-decoration: underline;
}

@media screen and (max-width: 700px) {
  .compinfo li {
    padding: 0 0.5em;
  }
  .infottl, .infoctt {
    padding: 1em;
    display: block;
    font-size: 1em;
    width: 100%;
    text-align: left;
  }
  .infottl {
    font-weight: bold;
    border-right: none;
    border-bottom: #1e2e53 solid 1px;
  }
}
/* -------------------------- Googleマップ ------------------------------------------- */
.gmap {
  margin: 1em auto 4em auto;
}

#googlemaps, #googlemaps2, #googlemaps3 {
  width: 100%;
  height: 750px;
  height: 50vw;
  max-height: 750px;
}

/* =============================== お問い合わせ =================================================================== */
.contact-template .wrap, .contactpage-ctt {
  padding-top: 0;
  padding-bottom: 0;
}

.contactpage-ctt .sec {
  width: 100%;
}

.contactpage-ctt .sec p {
  padding-bottom: 2em;
}

/* 見出し */
.contactpage-ctt h3 {
  font-size: 2em;
  font-weight: normal;
  line-height: 1.4em;
  padding-bottom: 0.5em;
  text-align: center;
}

/* -------------------------- 電話 ------------------------------------------- */
.contactpage-ctt .sec p.contacttel_tel {
  font-size: 3em;
  line-height: 1em;
  padding-bottom: 0.1em;
  color: #1e2e53;
}

.contactpage-ctt .sec p.contacttel_tel strong {
  font-weight: normal;
}

.contacttel_tel::before {
  display: inline-block;
  padding-right: 0.2em;
  font-family: FontAwesome;
  content: "\f095";
}

/* 時間 */
.contactpage-ctt .sec p.contacttel_time {
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1.3em;
  padding-bottom: 0;
  color: #1e2e53;
}

@media screen and (max-width: 700px) {
  .contact_tel p.center {
    text-align: left;
  }
  .contact_tel p.contacttel_tel.center, .contact_tel p.contacttel_time.center {
    text-align: center;
  }
}
/* -------------------------- コンタクトフォーム（全ページ共通） ------------------------------------------- */
.webcontact {
  background: #f0f0f0;
}

.formbox {
  width: 100%;
  max-width: 1500px;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 3.57em 0;
}

.formbox h3 {
  font-size: 2em;
  line-height: 1.7em;
  padding-bottom: 0.5em;
}

.formbox p {
  padding-bottom: 2em;
}

@media screen and (max-width: 700px) {
  .formbox {
    padding: 1.5em 0;
  }
  .webcontact p.center {
    text-align: left;
  }
}
/* contact form 7 ------------------------------------------- */
div.wpcf7 {
  text-align: left;
}

.wpcf7-form input[type=text], .wpcf7-form input[type=email] {
  width: 100% !important;
  border: none;
  box-sizing: border-box;
  padding: 1.5em;
  line-height: 1em;
  line-height: 1.7em;
}

.wpcf7-form .yubin input[type=text] {
  max-width: 180px;
}

label.yubin {
  position: relative;
  top: 1em;
}

label.yubin br {
  display: none;
}

.wpcf7-form input[type=tel] {
  width: 100% !important;
  border: none;
  border-radius: 0.31em;
  box-sizing: border-box;
  padding: 1.5em;
  line-height: 1.7em;
}

.wpcf7-form input[type=date] {
  border-radius: 0.31em;
  box-sizing: border-box;
  padding: 1.5em;
  line-height: 1em;
  border: #313131 solid 1px;
  line-height: 1.7em;
  font-family: "YuMincho", "Yu Mincho", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
}

.wpcf7-form p {
  padding: 0 0 2em 0;
}

/*本文*/
.wpcf7-form textarea {
  width: 100% !important;
  border: none;
  box-sizing: border-box;
  padding: 1.5em;
  line-height: 1.7em;
}

@media screen and (max-width: 1500px) {
  .wpcf7-form input[type=text],
  .wpcf7-form input[type=email],
  .wpcf7-form input[type=tel],
  .wpcf7-form input[type=date],
  .wpcf7-form textarea {
    padding: 0.5em 1em;
  }
}
/* チェックボックス */
span.wpcf7-list-item {
  display: block;
}

/* 送信済メッセージ */
div.wpcf7-mail-sent-ok {
  border: 2px solid #1e2e53;
}

/* コンタクトフォーム */
.contact-form .form-group p {
  color: #000;
  font-weight: bold;
}

/* ファイル選択欄 */
span.file-box {
  display: block;
  width: 100%;
  background-color: #fff;
  padding: 1.5em;
  box-sizing: border-box;
  font-weight: 400;
}

span.file-box .wpcf7-form-control-wrap {
  display: block;
  margin-bottom: 40px;
}

/* =============================== 個人情報 =================================================================== */
.privacy-template .h3 {
  padding-top: 3.57em;
  font-size: 1.5em;
  font-weight: normal;
  line-height: 1.5em;
  padding-bottom: 0.5em;
  margin-bottom: 0.5em;
  border-bottom: #1e2e53 solid 1px;
}

.privacy-template .h3:first-child {
  padding-top: 0;
}

/* 問い合わせ窓口 */
.privacyinfo {
  display: inline-block;
  box-sizing: border-box;
  padding: 1em 2em;
  border: #1e2e53 solid 1px;
}

.privacyinfo p {
  padding-bottom: 0;
}

/* =============================== 独自調整 =================================================================== */
.egtxt {
  /*	font-family: 'Lato', sans-serif;*/
  font-weight: bold;
}

#intro h2, #descript h2 {
  font-size: 1.3em;
  line-height: 1.5em;
  text-align: center;
  padding-bottom: 0.5em;
  padding-top: 1em;
}

#intro h2:first-child, #descript h2:first-child {
  padding-top: 0;
}

#intro h2.egtxt, #descript h2.egtxt {
  font-size: 1.5em;
  line-height: 1.5em;
}

#post-8 .sec_bg2 .imgbox_txtarea h3.left {
  text-align: center;
}

/*追加*/
.question {
  font-size: 1.2em;
  font-weight: bold;
  color: #000;
}

p.right.width100 {
  text-align: right;
}

/*社長メッセージ*/
.message_tit_bg {
  background: url(/images/company/message/message_bg.png) 0 0 no-repeat;
  background-position: center center;
  background-size: 140px;
  padding: 0 0 60px 0;
}

.message_tit {
  font-size: 35px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
  font-weight: normal;
  color: #3c3c3c;
  line-height: 1.5;
  margin: 0 auto;
  text-align: center;
}

/*社長プロフィール*/
.president_bg {
  background: url(/images/company/message/img03.jpg) 0 0 no-repeat;
  height: 380px;
  padding: 50px 500px 50px 50px;
  margin-top: 50px;
  background-size: 100%;
}

.pre_tit {
  font-size: 25px;
  color: #fff;
  margin-bottom: 30px;
}

.pre_txt {
  color: #fff;
  line-height: 35px;
}

@media screen and (max-width: 768px) {
  .president_bg {
    background: url(/images/company/message/img03_sp.jpg) 0 0 no-repeat;
    height: 600px;
    background-size: cover;
    margin-top: 50px;
    background-position: right;
    padding: 50px;
  }
  .pre_tit {
    font-size: 18px;
    color: #fff;
    margin-bottom: 30px;
  }
  .pre_txt {
    color: #fff;
    margin-bottom: 30px;
  }
}
/*全面昇華プリント*/
@media print, screen and (min-width: 769px) {
  .hed {
    background: url(/images/print/hed_img.jpg) 0 0 no-repeat;
    width: 100%;
    background-size: cover;
    height: 340px;
  }
  .pri_bg {
    background: url(/images/print/print_bg.jpg) 0 0 no-repeat;
    padding: 0px 0 0px 0px;
    margin: 70px auto 50px;
    background-size: cover;
    width: 100%;
  }
  .pri_titimg {
    width: 600px;
    float: right;
    margin-top: 20px;
  }
  .pri_titimg img {
    width: 100%;
    height: auto;
  }
  .pri_tit {
    width: 550px;
    float: left;
  }
  .pri_tit h3 {
    color: #fff;
    margin-top: 30px;
    font-size: 1.7em;
  }
  .pri_tit h3 span {
    font-size: 3em;
    background: linear-gradient(transparent 70%, rgba(221, 97, 5, 0.6) 0%);
    text-align: center;
    margin-right: 10px;
    padding-left: 10px;
  }
  .light_bg {
    width: 100%;
    background: url(/images/print/solution_bg.gif) 50%/19px repeat;
    padding: 20px 0;
  }
  p.light {
    font-size: 2em;
    color: #ffea00;
    float: left;
    margin-right: 25px;
    margin-left: 25px;
  }
  .point {
    width: 90%;
    margin: 0 auto;
  }
  .point li {
    position: relative;
    margin-bottom: 15px;
    font-size: 1.3em;
  }
  .point li span {
    background: linear-gradient(transparent 70%, rgba(221, 97, 5, 0.8) 0%);
  }
  .pri_subtit {
    width: 570px;
    font-size: 2em;
    color: #fff;
    float: left;
  }
  .pri_list {
    width: 600px;
    float: right;
  }
  .pri_list li {
    font-size: 1.5em;
    font-weight: bold;
    color: #fff;
    position: relative;
  }
  .pri_list li::after {
    font-family: FontAwesome;
    content: "\f078";
    position: absolute;
    font-size: 1em;
    line-height: 2.5em;
    margin-left: 20px;
    font-weight: normal;
  }
  .pri_list li a {
    color: #fff;
    transition: all 0.3s ease-out;
  }
  .pri_list li a span {
    color: #ff7200;
    font-style: italic;
    margin-right: 15px;
    font-size: 1.2em;
  }
  .pri_list li a:hover {
    transition: all 0.3s ease-out;
    opacity: 0.6;
  }
  .pri02_list {
    width: 100%;
  }
  .pri02_list li span {
    font-size: 1.5em;
    margin-right: 10px;
    color: #ff7200;
    font-weight: bold;
  }
  .pri03_list {
    width: 100%;
    margin: 30px auto;
    list-style-type: disc;
    margin-left: 20px;
    color: #fff;
    font-size: 1.3em;
  }
  .pri03_bg {
    background: url(/images/print/pri03_bg.jpg) 0 0 no-repeat;
    padding: 50px;
    background-size: 100%;
    height: 300px;
    margin: 50px auto;
  }
  .pri03_txt {
    color: #fff;
  }
  .pri_step {
    width: 100%;
    margin: 0 auto 30px;
  }
  .pri_step li {
    width: 190px;
    display: block;
    float: left;
    margin-right: 30px;
    margin-bottom: 20px;
    padding: 10px 0px;
    text-align: center;
    position: relative;
  }
  .pri_step li::after {
    font-family: FontAwesome;
    content: "\f061";
    position: absolute;
    right: -25px;
    font-size: 2em;
    display: block;
    top: 25%;
    font-weight: normal;
  }
  .step_txt {
    color: #fff;
  }
  .pri_step li:nth-child(2n+1) {
    background: #595959;
  }
  .pri_step li:nth-child(2n) {
    background: #999999;
  }
  .pri_step li:nth-child(5n) {
    margin-right: 0px;
  }
  .pri_step li:nth-child(9n)::after {
    display: none;
  }
  .num {
    text-align: center;
    color: #fff;
    font-size: 1.8em;
    font-weight: bold;
  }
  .bg_red {
    background: #595959 !important;
  }
  .bg_pink {
    background: #999999 !important;
  }
}
/*sp*/
@media only screen and (max-width: 768px) {
  .hed {
    background: url(/images/print/hed_img.jpg) 0 0 no-repeat;
    width: 100%;
    background-size: cover;
    height: 200px;
  }
  .pri_bg {
    background: url(/images/print/print_bg.jpg) 0 0 no-repeat;
    padding: 50px 30px;
    margin: 70px auto 50px;
    background-size: cover;
  }
  .pri_titimg {
    width: 100%;
    margin: 0 auto;
  }
  .pri_titimg img {
    width: 100%;
    height: auto;
  }
  .pri_tit {
    width: 98%;
    margin-bottom: 30px;
  }
  .pri_tit h3 {
    color: #fff;
    margin-top: 30px;
    font-size: 1.3em;
  }
  .pri_tit h3 span {
    font-size: 2em;
    background: linear-gradient(transparent 70%, rgba(221, 97, 5, 0.6) 0%);
    text-align: center;
    margin-right: 10px;
    padding-left: 10px;
  }
  .light_bg {
    width: 100%;
    background: url(/images/print/solution_bg.gif) 50%/19px repeat;
    padding: 20px 0;
  }
  p.light {
    font-size: 2.5em;
    color: #ffea00;
    text-align: center;
  }
  .point {
    width: 90%;
    margin: 0 auto;
  }
  .point li {
    position: relative;
    margin-bottom: 15px;
    font-size: 1.1em;
  }
  .point li span {
    background: linear-gradient(transparent 70%, rgba(221, 97, 5, 0.8) 0%);
  }
  .pri_subtit {
    width: 98%;
    font-size: 1.5em;
    color: #fff;
    float: left;
    margin-bottom: 30px;
  }
  .pri_list {
    width: 98%;
  }
  .pri_list li {
    font-size: 1.5em;
    font-weight: bold;
    color: #fff;
  }
  .pri_list li::after {
    font-family: FontAwesome;
    content: "\f078";
    position: absolute;
    font-size: 1em;
    line-height: 2.5em;
    margin-left: 20px;
    font-weight: normal;
  }
  .pri_list li a {
    color: #fff;
    transition: all 0.3s ease-out;
  }
  .pri_list li a span {
    color: #ff7200;
    font-style: italic;
    margin-right: 15px;
    font-size: 1.2em;
  }
  .pri_list li a:hover {
    transition: all 0.3s ease-out;
    opacity: 0.6;
  }
  .pri02_list {
    width: 100%;
  }
  .pri02_list li span {
    font-size: 1.5em;
    margin-right: 10px;
    color: #ff7200;
    font-weight: bold;
  }
  .pri03_list {
    width: 100%;
    margin: 30px auto;
    list-style-type: disc;
    margin-left: 20px;
    color: #fff;
    font-size: 1.3em;
  }
  .pri03_bg {
    background: url(/images/print/pri03_bg.jpg) 0 0 no-repeat;
    padding: 30px;
    background-size: cover;
    background-position: center;
    height: 500px;
    margin: 50px auto;
  }
  .pri03_txt {
    color: #fff;
  }
  .pri_step {
    width: 80%;
    margin: 0 auto 30px;
  }
  .pri_step li {
    width: 100%;
    margin: 0 auto;
    display: block;
    float: left;
    margin-right: 30px;
    margin-bottom: 50px;
    padding: 10px 0px;
    text-align: center;
    position: relative;
  }
  .pri_step li::after {
    font-family: FontAwesome;
    content: "\f063";
    position: absolute;
    right: 0;
    left: 0;
    font-size: 2em;
    display: block;
    bottom: -50px;
    font-weight: normal;
  }
  .step_txt {
    color: #fff;
  }
  .pri_step li:nth-child(2n+1) {
    background: #595959;
  }
  .pri_step li:nth-child(2n) {
    background: #999999;
  }
  .pri_step li:nth-child(5n) {
    margin-right: 0px;
  }
  .pri_step li:nth-child(9n)::after {
    display: none;
  }
  .num {
    text-align: center;
    color: #fff;
    font-size: 1.8em;
    font-weight: bold;
  }
  .bg_red {
    background: #595959 !important;
  }
  .bg_pink {
    background: #999999 !important;
  }
  .step_img img {
    width: 100%;
    height: auto;
  }
}
/*全面昇華プリント　ここまで*/
/*padding消す*/
.bbox:has(.padnon) {
  padding: 0;
}

strong.print_copy {
  font-size: 3vw;
  line-height: 1.5;
}

@media screen and (max-width: 1200px) {
  strong.print_copy {
    font-size: 4vw;
  }
}
/*=========================================================
最新のSASSデータ
==========================================================*/
/* =======================================================================================================================
	色設定
======================================================================================================================= */
/* =======================================================================================================================
	背景色と文字色
======================================================================================================================= */
.sec_bg1 {
  background: #fff;
  color: #000;
}
.sec_bg1:first-child {
  padding-top: 0;
}

.sec_bg2 {
  background: #1e2e53;
  color: #fff;
}

.sec_bg3 {
  background: #f0f0f0;
  color: #000;
}

.sec_bg1 + .sec_bg1,
.sec_bg2 + .sec_bg2,
.sec_bg3 + .sec_bg3 {
  padding-top: 0;
}

/* 欧文フォント */
.eg {
  font-family: korolev-rounded, sans-serif;
  font-weight: 900;
  font-style: normal;
}

/* 日本語フォント */
.jp {
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
}

/* 文字寄せ */
.center {
  text-align: center;
}

.right {
  text-align: right;
}

/* ノートパソコン改行 */
@media screen and (max-width: 1350px) {
  .npbr {
    display: block;
  }
}

/* タブレット改行 */
@media screen and (max-width: 768px) {
  .tbbr {
    display: block;
  }
}

/* スマホ改行 */
@media screen and (max-width: 480px) {
  .spbr {
    display: block;
  }
}

/* スマホ非表示 */
@media screen and (max-width: 480px) {
  .spnone {
    display: none;
  }
}

/* 見出し */
/* 段落 */
p {
  padding-bottom: 2em;
}

/* 注釈 */
.note {
  padding-left: 1em;
  text-indent: -1em;
  color: #fff;
  font-size: 0.85em;
  line-height: 1.25em;
}
.note::before {
  content: "※";
}

/* セクションタイトル */
.freepage-ctt .imgtxt_txtbox p:last-child {
  padding-bottom: 0;
}
.freepage-ctt p.btmmin {
  padding-bottom: 2em;
}
.freepage-ctt p.parts-copy {
  font-size: 2em;
  font-weight: bold;
  padding-bottom: 0;
  position: relative;
  margin-bottom: 1em;
  line-height: 1.5;
}
.freepage-ctt p.parts-copy:last-child {
  padding-bottom: 0;
}

/* 画像 */
img {
  vertical-align: bottom;
}
img.img100 {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  width: 100%;
  height: 100%;
}

.imgbox {
  line-height: 0;
}

/* =======================================================================================================================
　　　　　　　　　SVG
======================================================================================================================= */
/* 読み込み遅延 */
img {
  transition: 1s ease;
  backface-visibility: hidden;
}
img.lazyload {
  opacity: 0;
  filter: alpha(opacity=0);
}
img.lazyloaded {
  opacity: 1;
  filter: alpha(opacity=100);
}

/* 読み込み遅延 */
.lazyload0, .lazyload1, .lazyload2, .lazyload3, .lazyload4 {
  transition: 1s ease;
  backface-visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
}
.lazyload0.lazyloaded, .lazyload1.lazyloaded, .lazyload2.lazyloaded, .lazyload3.lazyloaded, .lazyload4.lazyloaded {
  transition: 1s ease;
  backface-visibility: hidden;
  opacity: 1;
  filter: alpha(opacity=100);
}

.lazyload1 {
  transform: translate(0, 2.5em);
}
.lazyload1.lazyloaded {
  transform: translate(0, 0);
}

.lazyload2 {
  transform: translate(-2.5em, 0);
}
.lazyload2.lazyloaded {
  transform: translate(0, 0);
}

.lazyload3 {
  transform: translate(2.5em, 0);
}
.lazyload3.lazyloaded {
  transform: translate(0, 0);
}

.lazyload4 {
  transform: translate(0, -2.5em);
}
.lazyload4.lazyloaded {
  transform: translate(0, 0);
}

/* トップページ内コンテンツの場合 */
#front-page section .lazyload0.lazyloaded, #front-page section .lazyload1.lazyloaded, #front-page section .lazyload2.lazyloaded, #front-page section .lazyload3.lazyloaded, #front-page section .lazyload4.lazyloaded {
  opacity: 0;
  filter: alpha(opacity=0);
}
#front-page section .lazyload1.lazyloaded {
  transform: translate(0, 2.5em);
}
#front-page section .lazyload2.lazyloaded {
  transform: translate(-2.5em, 0);
}
#front-page section .lazyload3.lazyloaded {
  transform: translate(2.5em, 0);
}
#front-page section .lazyload4.lazyloaded {
  transform: translate(0, -2.5em);
}
#front-page section.on .lazyload0.lazyloaded, #front-page section.on .lazyload1.lazyloaded, #front-page section.on .lazyload2.lazyloaded, #front-page section.on .lazyload3.lazyloaded, #front-page section.on .lazyload4.lazyloaded {
  opacity: 1;
  filter: alpha(opacity=100);
}
#front-page section.on .lazyload1.lazyloaded {
  transform: translate(0, 0);
}
#front-page section.on .lazyload2.lazyloaded {
  transform: translate(0, 0);
}
#front-page section.on .lazyload3.lazyloaded {
  transform: translate(0, 0);
}
#front-page section.on .lazyload4.lazyloaded {
  transform: translate(0, 0);
}
@media screen and (min-width: 1921px) and (max-aspect-ratio: 100/53) {
  #front-page section.onsp .lazyload0.lazyloaded, #front-page section.onsp .lazyload1.lazyloaded, #front-page section.onsp .lazyload2.lazyloaded, #front-page section.onsp .lazyload3.lazyloaded, #front-page section.onsp .lazyload4.lazyloaded {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  #front-page section.onsp .lazyload1.lazyloaded {
    transform: translate(0, 0);
  }
  #front-page section.onsp .lazyload2.lazyloaded {
    transform: translate(0, 0);
  }
  #front-page section.onsp .lazyload3.lazyloaded {
    transform: translate(0, 0);
  }
  #front-page section.onsp .lazyload4.lazyloaded {
    transform: translate(0, 0);
  }
}
@media screen and (max-width: 1920px) and (min-width: 1351px) and (max-aspect-ratio: 2/1) {
  #front-page section.onsp .lazyload0.lazyloaded, #front-page section.onsp .lazyload1.lazyloaded, #front-page section.onsp .lazyload2.lazyloaded, #front-page section.onsp .lazyload3.lazyloaded, #front-page section.onsp .lazyload4.lazyloaded {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  #front-page section.onsp .lazyload1.lazyloaded {
    transform: translate(0, 0);
  }
  #front-page section.onsp .lazyload2.lazyloaded {
    transform: translate(0, 0);
  }
  #front-page section.onsp .lazyload3.lazyloaded {
    transform: translate(0, 0);
  }
  #front-page section.onsp .lazyload4.lazyloaded {
    transform: translate(0, 0);
  }
}
@media screen and (max-width: 1350px) and (min-width: 769px) and (max-aspect-ratio: 25/13) {
  #front-page section.onsp .lazyload0.lazyloaded, #front-page section.onsp .lazyload1.lazyloaded, #front-page section.onsp .lazyload2.lazyloaded, #front-page section.onsp .lazyload3.lazyloaded, #front-page section.onsp .lazyload4.lazyloaded {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  #front-page section.onsp .lazyload1.lazyloaded {
    transform: translate(0, 0);
  }
  #front-page section.onsp .lazyload2.lazyloaded {
    transform: translate(0, 0);
  }
  #front-page section.onsp .lazyload3.lazyloaded {
    transform: translate(0, 0);
  }
  #front-page section.onsp .lazyload4.lazyloaded {
    transform: translate(0, 0);
  }
}
@media screen and (max-width: 768px) and (min-width: 481px) and (max-aspect-ratio: 25/37) {
  #front-page section.onsp .lazyload0.lazyloaded, #front-page section.onsp .lazyload1.lazyloaded, #front-page section.onsp .lazyload2.lazyloaded, #front-page section.onsp .lazyload3.lazyloaded, #front-page section.onsp .lazyload4.lazyloaded {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  #front-page section.onsp .lazyload1.lazyloaded {
    transform: translate(0, 0);
  }
  #front-page section.onsp .lazyload2.lazyloaded {
    transform: translate(0, 0);
  }
  #front-page section.onsp .lazyload3.lazyloaded {
    transform: translate(0, 0);
  }
  #front-page section.onsp .lazyload4.lazyloaded {
    transform: translate(0, 0);
  }
}
@media screen and (max-width: 480px) and (max-aspect-ratio: 35/68) {
  #front-page section.onsp .lazyload0.lazyloaded, #front-page section.onsp .lazyload1.lazyloaded, #front-page section.onsp .lazyload2.lazyloaded, #front-page section.onsp .lazyload3.lazyloaded, #front-page section.onsp .lazyload4.lazyloaded {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  #front-page section.onsp .lazyload1.lazyloaded {
    transform: translate(0, 0);
  }
  #front-page section.onsp .lazyload2.lazyloaded {
    transform: translate(0, 0);
  }
  #front-page section.onsp .lazyload3.lazyloaded {
    transform: translate(0, 0);
  }
  #front-page section.onsp .lazyload4.lazyloaded {
    transform: translate(0, 0);
  }
}

/* リンク */
a {
  text-decoration: none;
  color: #fff;
  transition: 0.3s ease;
  backface-visibility: hidden;
}
a img {
  transition: 0.3s ease;
  backface-visibility: hidden;
}
a:hover {
  color: #1e2e53;
}
a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
}

/* ================= 新着記事 ============================================================ */
* {
  margin: 0;
  padding: 0;
}

body, html {
  scroll-behavior: smooth;
}

/* =======================================================================================================================
　　　　　　　　　全体
======================================================================================================================= */
body {
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  font-size: 1vw;
  font-weight: bold;
  line-height: 2em;
  letter-spacing: 0.05em;
  background: #fff;
  color: #000;
}
@media screen and (max-width: 1350px) {
  body {
    font-size: 1.5vw;
  }
}
@media screen and (max-width: 768px) {
  body {
    font-size: 2vw;
  }
}
@media screen and (max-width: 480px) {
  body {
    font-size: 3vw;
  }
}

/* =======================================================================================================================
　　　　　　　　　レイアウト
======================================================================================================================= */
.sec {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  padding: 5em 0;
}
@media screen and (max-width: 480px) {
  .sec {
    padding: 2.5em 0;
  }
}

.innerbox {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  padding: 0 7.5em;
}
@media screen and (max-width: 1350px) {
  .innerbox {
    padding: 0 5em;
  }
}
@media screen and (max-width: 768px) {
  .innerbox {
    padding: 0 2.5em;
  }
}
@media screen and (max-width: 480px) {
  .innerbox {
    padding: 0 1.5em;
  }
}

.page-header {
  width: 100%;
  padding: 0;
  position: relative;
  padding: 5em 0;
}

/* =======================================================================================================================
　　　　　　　　　ヘッダー
======================================================================================================================= */
#header {
  background: #fff;
}

/* =======================================================================================================================
　　　　　　　　　スマートフォンナビゲーション
======================================================================================================================= */
/* ================= 格納ナビゲーション ============================================================ */
.hm_btn, .hm_menu_wrap {
  display: none;
}
@media screen and (max-width: 768px) {
  .hm_btn, .hm_menu_wrap {
    display: block;
  }
}

.hm_menu_check { /* チェックボックスを隠す */
  display: none;
}

/* -------------------------- メニューボタン ------------------------------------------- */
.hm_btn {
  width: 1.33em;
  height: 1.2em;
  cursor: pointer;
  border-left: transparent solid 1.8em;
  border-right: transparent solid 1.8em;
  border-top: transparent solid 1.5em;
  border-bottom: transparent solid 1.5em;
  position: fixed;
  top: auto;
  left: 0;
  right: auto;
  bottom: 0;
  background: transparent;
  cursor: pointer;
  z-index: 99999;
}
.hm_btn::before, .hm_btn::after {
  width: 1.33em;
  height: 0.13em;
  background: #fff;
  display: block;
  content: "";
  position: absolute;
  transition: background 0.2s linear, box-shadow 0.2s linear, transform 0.2s 0.2s;
}
.hm_btn::before {
  box-shadow: #fff 0 0.532em 0;
}
.hm_btn::after {
  bottom: 0;
}

/* 開閉時のアニメーション */
.hm_menu_check:checked ~ .hm_btn::before {
  background: rgba(0, 0, 0, 0);
  box-shadow: #fff 0 0.532em 0;
  transform: rotate(45deg) translate3d(0.5em, -0.25em, 0);
}
.hm_menu_check:checked ~ .hm_btn::after {
  background: #fff;
  transform: rotate(-45deg) translate3d(0.5em, -0.25em, 0);
}

/* -------------------------- 格納領域 ------------------------------------------- */
.hm_menu_wrap {
  width: 100%;
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  transition: 0.7s;
  box-sizing: border-box;
  overflow: hidden;
  visibility: hidden;
  z-index: 9999;
}
.hm_menu_wrap .hm_inner {
  position: absolute;
  top: 0;
  left: 0;
  right: -19px;
  bottom: 0;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
.hm_menu_wrap .hm_inner .menucontent {
  box-sizing: border-box;
  padding: 3em 1em;
  width: 100%;
  min-height: 100vh;
  position: absolute;
  top: 0;
  left: -100%;
  right: 0;
  bottom: auto;
  transition: left 1s;
  border: none;
  background: #1e2e53;
  /* 中身デザイン */
}

/* 開閉時のアニメーション */
.hm_menu_check:checked ~ .hm_menu_wrap {
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
}
.hm_menu_check:checked ~ .hm_menu_wrap .menucontent {
  opacity: 1;
  filter: alpha(opacity=100);
  left: 0;
  height: auto;
}

/* =============================== サイドバー（フッター上に表示） =================================================================== */
#secondary {
  width: 100%;
  padding: 100px 0;
  position: relative;
}
#secondary a {
  color: #000;
}
.category #secondary a, .single-post #secondary a {
  color: #000;
}
#secondary a:hover {
  color: #ed6f00;
}
.category #secondary a:hover, .single-post #secondary a:hover {
  color: #ed6f00;
}

@media screen and (max-width: 480px) {
  #secondary {
    padding: 50px 0;
  }
}
/* 見出し */
.widget-title {
  font-size: 1.5em;
  line-height: 1em;
  font-family: korolev-rounded, sans-serif;
  font-weight: 900;
  font-style: normal;
  font-weight: 900;
  letter-spacing: 0;
  color: #000;
  padding-bottom: 0.5em;
}

@media screen and (max-width: 768px) {
  .widget-title {
    font-size: 2em;
    line-height: 1em;
    padding-bottom: 0.8em;
  }
}
/* リスト */
.widget ul {
  list-style: none inside;
}
.widget ul li {
  list-style: none inside;
  margin-bottom: 0.5em;
  line-height: 1.5em;
}
.widget ul li:last-child {
  padding-bottom: 0;
}
.widget ul li.cat-item-none {
  color: #ed6f00;
}

/* -------------------------- レイアウト ------------------------------------------- */
/* 全体（グリッド） ------------------------------------------- */
.widget-area {
  width: 100%;
  position: relative;
  display: grid;
  -ms-grid-rows: auto auto auto;
  -ms-grid-columns: 1fr 30%;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 30%;
}

.widget-area .widget {
  position: relative;
  box-sizing: border-box;
  padding-bottom: 2em;
}

/* 各アイテム */
.widget-area .widget:nth-child(1) {
  grid-row: 1/4;
  grid-column: 1/2;
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-row-span: 3;
  padding-right: 2.08em;
  border-right: #1e2e53 solid 1px;
  padding-bottom: 0;
}

.widget-area .widget:nth-child(2) {
  grid-row: 1/2;
  grid-column: 2/3;
  -ms-grid-row: 1;
  -ms-grid-column: 2;
  padding-left: 2.08em;
}

.widget-area .widget:nth-child(3) {
  grid-row: 2/3;
  grid-column: 2/3;
  -ms-grid-row: 2;
  -ms-grid-column: 2;
  padding-left: 2.08em;
}

.widget-area .widget:nth-child(4) {
  grid-row: 3/4;
  grid-column: 2/3;
  -ms-grid-row: 3;
  -ms-grid-column: 2;
  padding-left: 2.08em;
  padding-bottom: 0;
}

/* グリッド→フレキシブルボックス */
@media screen and (max-width: 768px) {
  .widget-area {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    /* 高さを揃える */
    align-items: stretch;
  }
  /* 各アイテム */
  .widget-area .widget:nth-child(1) {
    width: 100%;
    padding-right: 0;
    border-right: none;
    border-bottom: #1e2e53 solid 1px;
    padding-bottom: 4em;
  }
  .widget-area .widget:nth-child(2), .widget-area .widget:nth-child(3), .widget-area .widget:nth-child(4) {
    padding-left: 0;
    padding-bottom: 0;
    padding-top: 4em;
  }
}
@media screen and (max-width: 480px) {
  .widget-area .widget:nth-child(2), .widget-area .widget:nth-child(3), .widget-area .widget:nth-child(4) {
    width: 100%;
  }
}
/* 新着記事（フレキシブルボックス） ------------------------------------------- */
.newlist {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  /* 高さを揃える */
  align-items: stretch;
}
.newlist li {
  width: 19%;
  margin-right: 1.25%;
  padding-bottom: 0;
  position: relative;
  overflow: hidden;
  /* リンク */
}
.newlist li:nth-child(5) {
  margin-right: 0;
}
.newlist li:nth-child(n+6) {
  display: none;
}
@media screen and (max-width: 480px) {
  .newlist li {
    width: 100%;
    margin-right: 0;
    padding-bottom: 1em;
  }
}
.newlist li a {
  text-decoration: none;
  color: #000;
  /* アイキャッチ画像 */
  /* 日付 */
  /* 記事タイトル */
  /* 日付・記事タイトル */
}
@media screen and (max-width: 480px) {
  .newlist li a {
    width: 100%;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    /* 高さを揃える */
    align-items: stretch;
  }
}
@media screen and (max-width: 480px) {
  .newlist li a figure {
    width: 100%;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    /* 高さを揃える */
    align-items: stretch;
  }
}
.newlist li a .newlistimg,
.newlist li a .nmpostimg {
  display: block;
  width: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 1em;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 480px) {
  .newlist li a .newlistimg,
  .newlist li a .nmpostimg {
    width: 30%;
    float: left;
    box-sizing: border-box;
    margin-bottom: 0;
  }
}
.newlist li a .newlistimg::before,
.newlist li a .nmpostimg::before {
  display: block;
  content: "";
  padding-top: 100%;
}
.newlist li a .newlistimg span,
.newlist li a .nmpostimg span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.newlist li a .date {
  display: block;
  width: 100%;
  color: #fff;
  font-family: korolev-rounded, sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 1.2em;
  font-weight: 600;
  line-height: 1.2em;
  padding: 0 0 0.25em 0;
}
.category .newlist li a .date, .single-post .newlist li a .date {
  color: #ed6f00;
}
.newlist li a .date .year {
  font-size: 0.7em;
  font-weight: 500;
  padding-right: 0.25em;
}
.report-template-default .newlist li a .date {
  font-family: korolev-rounded, sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 1.2em;
  padding-bottom: 0.25em;
}
.newlist li a .title,
.newlist li a .nmpost_ttl {
  font-size: 0.9em;
  font-weight: 900;
  width: 100%;
  display: block;
  line-height: 1.5em;
  color: #000;
  height: auto;
  transition: 0.3s ease;
  backface-visibility: hidden;
}
@media screen and (max-width: 480px) {
  .newlist li a .title,
  .newlist li a .nmpost_ttl {
    font-size: 1em;
    line-height: 1.5em;
  }
}
.newlist li a .title.subttl,
.newlist li a .nmpost_ttl.subttl {
  font-size: 0.8em;
  font-weight: 400;
}
@media screen and (max-width: 480px) {
  .newlist li a figcaption,
  .newlist li a .newlisttxt {
    width: 66%;
    display: flex;
    align-items: center;
  }
}
.newlist li a:hover {
  /* アイキャッチ画像 */
  /* 日付 */
  /* 記事タイトル */
}
.newlist li a:hover .newlistimg span img,
.newlist li a:hover .nmpostimg span img {
  opacity: 1;
  filter: alpha(opacity=100);
  transform: scale(1.1);
}
.newlist li a:hover .date {
  color: #000;
}
.newlist li a:hover .title,
.newlist li a:hover .nmpost_ttl {
  font-weight: 500;
  color: #000;
}
.post-type-archive-works .newlist li a:hover .title,
.post-type-archive-works .newlist li a:hover .nmpost_ttl {
  color: #fff;
}

/* -------------------------- 検索バー ------------------------------------------- */
.searcharea {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .searcharea {
    justify-content: space-between;
  }
}
/* フォーム ------------------------------------------- */
.search-form {
  width: 25em;
  background: #fff;
  border-radius: 2em;
  overflow: hidden;
}

@media screen and (max-width: 1350px) {
  .search-form {
    width: 20em;
  }
}
@media screen and (max-width: 768px) {
  .search-form {
    width: 19em;
  }
}
@media screen and (max-width: 480px) {
  .search-form {
    width: 25em;
  }
}
@media screen and (max-width: 480px) {
  #search-2 {
    width: 100%;
  }
  .search-form {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
/* 検索文字 */
.search-form label .screen-reader-text {
  display: none;
}

/* 文字入力エリア */
.search-form input.search-field {
  font-family: "Noto Sans Japanese", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  width: 20em;
  font-size: 1em;
  line-height: 2em;
  padding: 0.5em 1em;
  border: none;
}

@media screen and (max-width: 1350px) {
  .search-form input.search-field {
    width: 15em;
  }
}
@media screen and (max-width: 768px) {
  .search-form input.search-field {
    width: 14em;
  }
}
@media screen and (max-width: 480px) {
  .search-form input.search-field {
    width: 25em;
  }
}
@media screen and (max-width: 480px) {
  .search-form input.search-field {
    width: auto;
    flex: 1;
  }
}
/* ボタン */
.search-submit {
  display: inline-block;
  font-size: 1em;
  padding: 1em;
  margin-left: 0.5em;
  border: none;
  cursor: pointer;
  transition: 0.3s ease;
  backface-visibility: hidden;
}
.search-submit svg {
  width: 1em;
  height: 1em;
  fill: #000;
}
.search-submit .screen-reader-text {
  display: none;
}

/* -------------------------- 検索結果ページ ------------------------------------------- */
.search .aclist p, .search .aclist .sr_searchbox {
  width: 100%;
  position: relative;
}

.sr_searchbox .search-form {
  margin: 0 auto;
}

/* -------------------------- アーカイブ ------------------------------------------- */
.widget select {
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  font-size: 1em;
  line-height: 1em;
  padding: 0.5em 1em;
  border: none;
  border-radius: 2em;
  cursor: pointer;
  padding-right: 2em;
  color: #000;
  background: #fff url(../../../images/bg_sbtn.svg) no-repeat right 0.5em top 50%;
  background-size: 1em auto;
}

.widget select option[selected] {
  background: #fff;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  .widget select {
    width: 100%;
    box-sizing: border-box;
  }
}
/* 矢印非表示 */
.widget select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.widget select::-ms-expand {
  display: none;
}

/* =======================================================================================================================
　　　　　　　　　フッター
======================================================================================================================= */
/* =======================================================================================================================
	下層ページ共通部
======================================================================================================================= */
#main {
  font-size: 1vw;
  /* 大見出し */
  /* セクション */
}
@media screen and (max-width: 1350px) {
  #main {
    font-size: 1.5vw;
  }
}
@media screen and (max-width: 768px) {
  #main {
    font-size: 2vw;
  }
}
@media screen and (max-width: 480px) {
  #main {
    font-size: 3vw;
  }
}
#main h2.page-title {
  font-family: "Times New Roman", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 5em;
  font-weight: bold;
  line-height: 1em;
  width: 100%;
  position: relative;
}
#main h2.page-title .subtitle {
  display: block;
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  font-size: 0.3em;
  line-height: 1.5;
}
#main .sec h3.parts-h3 {
  font-size: 2em;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 2em;
  padding-left: 20px;
  position: relative;
  /* 大きな数字 */
}
#main .sec h3.parts-h3::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 100%;
  background: #ed6f00;
  position: absolute;
  left: 0;
  top: 0;
}
#main .sec h3.parts-h3 .lnmb {
  font-family: "Times New Roman", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 0.75em;
  display: block;
  line-height: 1.5;
}
#main .sec p:not(.parts-copy) {
  margin-bottom: 2em;
}

.check_list,
.order_list,
.no_list {
  width: 100%;
  box-sizing: border-box;
  padding: 3.57em;
  margin: 0 auto;
  margin-bottom: 4em;
  max-width: 1500px;
  background: #f0f0f0;
  color: #000;
}
.sec_bg3 .check_list,
.sec_bg3 .order_list,
.sec_bg3 .no_list {
  background: #fff;
}
@media screen and (max-width: 768px) {
  .check_list,
  .order_list,
  .no_list {
    padding: 1.5em;
  }
}
.check_list:last-child,
.order_list:last-child,
.no_list:last-child {
  margin-bottom: 0;
}
.check_list h3,
.order_list h3,
.no_list h3 {
  font-size: 2em;
  font-weight: bold;
  line-height: 1.5em;
  padding-bottom: 1em;
}
@media screen and (max-width: 768px) {
  .check_list h3,
  .order_list h3,
  .no_list h3 {
    font-size: 1.5em;
  }
}
.check_list h3.center + ul,
.order_list h3.center + ul,
.no_list h3.center + ul {
  text-align: center;
}
.check_list h3.center + ol,
.order_list h3.center + ol,
.no_list h3.center + ol {
  text-align: center;
}
.check_list ol,
.check_list ul,
.order_list ol,
.order_list ul,
.no_list ol,
.no_list ul {
  width: 100%;
  box-sizing: border-box;
  list-style-position: inside;
}
.check_list ol li,
.check_list ul li,
.order_list ol li,
.order_list ul li,
.no_list ol li,
.no_list ul li {
  width: 100%;
  box-sizing: border-box;
  font-size: 1.2em;
  line-height: 1.7em;
  text-indent: -1em;
  padding-left: 1em;
  padding-bottom: 1em;
}
@media screen and (max-width: 768px) {
  .check_list ol li,
  .check_list ul li,
  .order_list ol li,
  .order_list ul li,
  .no_list ol li,
  .no_list ul li {
    font-size: 1.2em;
  }
}
.check_list ol li:nth-child(n+10),
.check_list ul li:nth-child(n+10),
.order_list ol li:nth-child(n+10),
.order_list ul li:nth-child(n+10),
.no_list ol li:nth-child(n+10),
.no_list ul li:nth-child(n+10) {
  text-indent: -1.5em;
  padding-left: 1.5em;
}
.check_list ol li:last-child,
.check_list ul li:last-child,
.order_list ol li:last-child,
.order_list ul li:last-child,
.no_list ol li:last-child,
.no_list ul li:last-child {
  padding-bottom: 0;
}

.table_list {
  width: 100%;
  max-width: 1500px;
  margin: 0 auto;
  box-sizing: border-box;
  padding-bottom: 4em;
}
.table_list:last-child {
  padding-bottom: 0;
}
.table_list h3 {
  font-size: 2em;
  font-weight: bold;
  line-height: 1.5em;
  padding-bottom: 0.5em;
}
@media screen and (max-width: 768px) {
  .table_list h3 {
    font-size: 1.5em;
  }
}
.table_list ul {
  width: 100%;
  position: relative;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}
.table_list ul li {
  list-style: none inside;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  border-bottom: 1px solid #000;
  padding: 0.5em;
}
.table_list ul li:last-child {
  border-bottom: none;
}
@media screen and (max-width: 768px) {
  .table_list ul li {
    padding: 0 0.5em;
  }
}
.table_list ul li .tablelist_th,
.table_list ul li .tablelist_td {
  padding: 1em;
  font-size: 1.2em;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .table_list ul li .tablelist_th,
  .table_list ul li .tablelist_td {
    padding: 1em;
    display: block;
    font-size: 1em;
    width: 100%;
    text-align: left;
  }
}
.table_list ul li .tablelist_th {
  width: 30%;
  font-weight: bold;
  border-right: 1px solid #000;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .table_list ul li .tablelist_th {
    font-weight: bold;
    border-right: none;
    border-bottom: 1px solid #ededed;
  }
}
.table_list ul li .tablelist_td {
  width: 70%;
}

/* =======================================================================================================================
	リスト、番号、チェックスタイル
======================================================================================================================= */
.no_list li::before {
  display: inline-block;
  padding-left: 1em;
  padding-right: 0.2em;
  font-family: FontAwesome;
  content: "\f111";
  color: #ed6f00;
}

.order_list {
  counter-reset: list-counter 0;
}
.order_list li {
  counter-increment: list-counter;
}
.order_list li:before {
  content: counter(list-counter, decimal-leading-zero);
  display: inline-block;
  padding-left: 1em;
  padding-right: 0.2em;
  color: #ed6f00;
}

.check_list li::before {
  display: inline-block;
  padding-left: 1em;
  padding-right: 0.2em;
  font-family: FontAwesome;
  content: "\f00c";
  color: #ed6f00;
}

/* =======================================================================================================================
	紺色背景の時、ボーダー色を白に変更
======================================================================================================================= */
#main .sec_bg2 .table_list ul {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
#main .sec_bg2 .table_list ul li {
  border-bottom: 1px solid #fff;
}
#main .sec_bg2 .table_list ul li .tablelist_th {
  border-right: 1px solid #fff;
}

/* ====================================================================================================
制作実績共通
=================================================================================================== */
ul.ourworks_lists {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 40px 0;
}
ul.ourworks_lists li {
  width: 48%;
}
@media screen and (max-width: 768px) {
  ul.ourworks_lists li {
    width: 100%;
  }
}
ul.ourworks_lists li a {
  display: block;
  position: relative;
}
ul.ourworks_lists li a img {
  max-width: 100%;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
}
ul.ourworks_lists li a p {
  font-size: 1vw;
  display: inline-block;
  box-sizing: border-box;
  text-align: right;
  padding: 8px 16px;
  background: #1e2e53;
  color: #fff;
  position: absolute;
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 1350px) {
  ul.ourworks_lists li a p {
    font-size: 1.5vw;
  }
}
@media screen and (max-width: 768px) {
  ul.ourworks_lists li a p {
    font-size: 2vw;
  }
}
@media screen and (max-width: 480px) {
  ul.ourworks_lists li a p {
    font-size: 3vw;
  }
}

/* ====================================================================================================
トップページ　制作実績一覧
==================================================================================================== */
#new_works .nmpost_list {
  padding: 0;
}
#new_works .nmpost_list .nmpostbox {
  padding-top: 0;
  padding-bottom: 0;
}

/* ====================================================================================================
制作実績一覧ページ
==================================================================================================== */
.nmpost_list .nmpostbox {
  padding-top: 60px;
  padding-bottom: 60px;
}

/* ====================================================================================================
制作実績詳細ページ
==================================================================================================== */
.singlebox {
  margin: 7.5em auto;
}
.singlebox .innerbox .flexbox {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  margin: 7.5em auto;
}
@media screen and (max-width: 768px) {
  .singlebox .innerbox .flexbox {
    flex-direction: column;
  }
}
.singlebox .innerbox .flexbox span {
  width: 46%;
}
@media screen and (max-width: 768px) {
  .singlebox .innerbox .flexbox span {
    width: 100%;
  }
}
.singlebox .innerbox .flexbox span img {
  max-width: 100%;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
}
.singlebox .innerbox .flexbox .textbox {
  width: 46%;
}
@media screen and (max-width: 768px) {
  .singlebox .innerbox .flexbox .textbox {
    width: 100%;
  }
}
.singlebox .innerbox .flexbox .textbox h3 {
  font-size: 2em;
}
.singlebox .innerbox .flexbox .textbox span {
  display: inline-block;
  color: #888;
  padding-bottom: 2.5em;
}
/* =======================================================================================================================
　　　　　　　　　投稿記事
======================================================================================================================= */
/* =============== 記事ページ ========================================================= */
.singlebox {
  margin: 0 auto;
}

/* 投稿記事領域 ------------------------------------------- */
/* 見出し */
.singlebox .entry-title {
  font-size: 1.7em;
  line-height: 1.5em;
  padding-bottom: 0.5em;
  margin-bottom: 0.5em;
  border-bottom: #000 solid 2px;
}

/* 日付 */
.singlebox .date {
  font-family: korolev-rounded, sans-serif;
  font-weight: 900;
  font-style: normal;
  width: 100%;
  font-size: 1.2em;
  font-weight: 600;
  color: #000;
  opacity: 0.35;
  filter: alpha(opacity=35);
  text-align: right;
}

/* 開催日時 */
.event_date {
  font-size: 1.4em;
  font-weight: 400;
  line-height: 1.25em;
  padding-bottom: 0.5em;
}

/* 横並び強調文字・日付 */
.strong_date {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}
.strong_date .strongtxt {
  position: relative;
  box-sizing: border-box;
  flex: 1;
  line-height: 1.5em;
  padding-right: 2em;
  padding-left: 5em;
  text-indent: -5em;
}
@media screen and (max-width: 480px) {
  .strong_date .strongtxt {
    font-size: 0.8em;
  }
}
.strong_date .date {
  width: auto;
  line-height: 1.5em;
}

/* 投稿記事領域 ------------------------------------------- */
/* 見出し */
.singlebox h4, .singlebox h5, .singlebox h6 {
  color: #fff;
  padding-bottom: 1em;
}

.singlebox h4 {
  font-weight: 700;
  font-size: 1.5em;
  line-height: 1.5em;
  padding-bottom: 0.5em;
  padding-top: 2em;
}

.singlebox h5 {
  font-weight: 700;
  font-size: 1.3em;
  line-height: 1.5em;
  padding-bottom: 0.5em;
  padding-top: 1.6em;
}

.singlebox h6 {
  font-weight: 500;
  font-size: 1.2em;
  line-height: 1.5em;
  padding-bottom: 0.5em;
  padding-top: 1.4em;
}

/* 画像 */
.singlebox img {
  max-width: 100%;
  height: auto;
}

/* ページネーション ------------------------------------------- */
.single .nav-subtitle, .nav-title-icon-wrapper {
  display: none;
}

.single .nav-links {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.single .nav-title {
  display: inline-block;
  width: 20em;
  line-height: 1.5em;
  height: 1.4em;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis; /* Opera9,10対応 */
}

.single a:hover .nav-title {
  text-decoration: underline;
  color: #000;
}

.single .nav-previous {
  text-align: left;
}

.single .nav-next {
  text-align: right;
}

@media screen and (max-width: 750px) {
  .single .nav-title {
    width: 10em;
  }
}
/* 矢印 */
.single .nav-previous a::before {
  display: inline-block;
  font-family: FontAwesome;
  font-weight: 900;
  content: "\f060";
  padding-right: 0.5em;
  position: relative;
  top: -0.3em;
}

.single .nav-next a::after {
  display: inline-block;
  font-family: FontAwesome;
  font-weight: 900;
  content: "\f061";
  padding-left: 0.5em;
  position: relative;
  top: -0.3em;
}

.single .nav-previous a:hover::before, .single .nav-next a:hover::after {
  color: #000;
}

/* 申し込みフォーム ------------------------------------------- */
.singlebox .webcontact .formbox {
  padding-top: 0;
}
.singlebox .webcontact ul.form_ctt {
  background: #fff;
  padding: 0;
  padding-left: 0;
}

/* -------------------------- ブログ一覧ページ ------------------------------------------- */
@media screen and (min-width: 751px) {
  .nmpost_list .nmpostbox li {
    margin-bottom: 3em;
  }
}
/* ================= フォーム ============================================================ */
/* ブラウザスタイル解除 */
@keyframes onAutoFillStart {}
input:-webkit-autofill {
  animation-name: onAutoFillStart;
  -webkit-transition: background-color 50000s ease-in-out 0s;
  transition: background-color 50000s ease-in-out 0s;
}

input:-webkit-autofill-selected {
  animation-name: onAutoFillStart;
  -webkit-transition: background-color 50000s ease-in-out 0s;
  transition: background-color 50000s ease-in-out 0s;
}

input:-internal-autofill-selected {
  background-color: rgba(232, 240, 254, 0) !important;
}

.formbox {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0;
  color: #000;
  /* -------------------------- Contact Form 7 ------------------------------------------- */
}
@media screen and (max-width: 768px) {
  .formbox {
    padding: 1.5em 0;
  }
}
.formbox h3 {
  font-size: 2em;
  line-height: 1.7em;
  padding-bottom: 0.5em;
}
.formbox p {
  padding-bottom: 2em;
}
.formbox .wpcf7-form {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  /* 項目名（共通） */
  /* 必須項目 */
  /* ラベルで挟まれた項目 */
  /* fieldsetで挟まれた項目 */
  /* チェックボックス・ラジオボタン */
  /* 承認確認 */
  /*送信ボタン*/
  /* ボタン修正 */
  /* エラーメッセージ */
  /* レピアチャーム制作 注意事項 */
}
.formbox .wpcf7-form .formname {
  width: 13em;
}
@media screen and (max-width: 480px) {
  .formbox .wpcf7-form .formname {
    width: 100%;
  }
}
.formbox .wpcf7-form .formname.req::after {
  content: "必須";
  color: #fff;
  background: #ed6f00;
  padding: 0.2em 0.8em;
  margin-left: 0.5em;
}
.formbox .wpcf7-form label.formctt {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  /* 項目名 */
  /* フォーム内容 */
}
@media screen and (max-width: 480px) {
  .formbox .wpcf7-form label.formctt {
    display: block;
  }
}
.formbox .wpcf7-form label.formctt .formname {
  line-height: 1.7em;
  padding-top: 0.75em;
}
.formbox .wpcf7-form label.formctt .wpcf7-form-control-wrap {
  flex: 1;
}
@media screen and (max-width: 480px) {
  .formbox .wpcf7-form label.formctt .wpcf7-form-control-wrap {
    flex: none;
  }
}
.formbox .wpcf7-form fieldset.formctt {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  border: none;
  padding-left: 13em;
  /* 項目名 */
  /* フォーム内容 */
  /* 改行 */
}
@media screen and (max-width: 480px) {
  .formbox .wpcf7-form fieldset.formctt {
    padding-left: 0;
  }
}
.formbox .wpcf7-form fieldset.formctt .formname {
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
  bottom: auto;
}
@media screen and (max-width: 480px) {
  .formbox .wpcf7-form fieldset.formctt .formname {
    position: relative;
  }
}
.formbox .wpcf7-form fieldset.formctt .wpcf7-form-control-wrap {
  width: 100%;
  position: relative;
  box-sizing: border-box;
}
.formbox .wpcf7-form fieldset.formctt br {
  display: none;
}
.formbox .wpcf7-form p {
  padding: 0 0 2em 0;
}
.formbox .wpcf7-form input[type=text],
.formbox .wpcf7-form input[type=email],
.formbox .wpcf7-form input[type=tel],
.formbox .wpcf7-form input[type=date],
.formbox .wpcf7-form select,
.formbox .wpcf7-form textarea {
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.7em;
  box-sizing: border-box;
  padding: 0.75em 1.5em;
  border-radius: 0.25em;
  margin-bottom: 1.5em;
}
.formbox .wpcf7-form input[type=text],
.formbox .wpcf7-form input[type=email],
.formbox .wpcf7-form input[type=tel],
.formbox .wpcf7-form select,
.formbox .wpcf7-form textarea {
  width: 100% !important;
}
.formbox .wpcf7-form .wpcf7-radio .wpcf7-list-item,
.formbox .wpcf7-form .wpcf7-checkbox .wpcf7-list-item {
  margin: 0;
}
.formbox .wpcf7-form .wpcf7-radio .wpcf7-list-item label,
.formbox .wpcf7-form .wpcf7-checkbox .wpcf7-list-item label {
  cursor: pointer;
  font-weight: 400;
}
.formbox .wpcf7-form .wpcf7-acceptance .wpcf7-list-item {
  text-align: center;
}
.formbox .wpcf7-form .wpcf7-acceptance label {
  cursor: pointer;
}
.formbox .wpcf7-form input[type=submit] {
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  font-size: 1.25em;
  font-weight: bold;
  line-height: 1em;
  letter-spacing: 0.1em;
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  height: 3em;
  min-width: 13em;
  position: relative;
  padding: 1em 3em;
  border: none;
  background: #ed6f00 url("images/ya_w.svg") no-repeat right 1em top 50%;
  background-size: auto 1em;
  color: #fff;
  transition: 0.3s ease;
  backface-visibility: hidden;
  cursor: pointer;
  text-align: center;
}
.formbox .wpcf7-form input[type=submit]:hover {
  opacity: 0.75;
}
.formbox .wpcf7-form input[type=submit]:disabled {
  opacity: 0.15;
  filter: alpha(opacity=15);
  color: #000;
}
.formbox .wpcf7-form input[type=submit]:disabled:hover {
  background: transparent;
}
.formbox .wpcf7-form .btn_box p {
  text-align: center;
}
.formbox .wpcf7-form .btn_box p .wpcf7-spinner {
  display: none;
}
.formbox .wpcf7-form .wpcf7-not-valid-tip {
  color: #ed6f00;
}
.formbox .wpcf7-form .wpcf7-response-output {
  border: none !important;
  padding: 0;
  padding-left: 1em;
  text-indent: -1em;
  color: #ed6f00;
}
.formbox .wpcf7-form .wpcf7-response-output::before {
  content: "※";
}
.formbox .wpcf7-form .form-info {
  background-color: #fff;
  margin: 2.2em auto;
  padding: 2em;
}
.formbox .wpcf7-form .form-info h3 {
  font-weight: bold;
  color: #ed6f00;
  padding-bottom: 1.5em;
}
.formbox .wpcf7-form .form-info p {
  text-align: center;
}
.formbox .wpcf7-form .form-info p img {
  max-width: 100%;
}
.formbox .wpcf7-form .toggle_btn p {
  display: flex;
  justify-content: space-around;
  max-width: 1500px;
  text-align: center;
  margin: 0 auto;
  flex-wrap: wrap;
  gap: 2em;
}
.formbox .wpcf7-form .toggle_btn .toggle_btn_c01 {
  font-size: 20px;
  display: block;
  width: 36%;
  padding: 1em 1em 2em;
  font-weight: bold;
  transition: 0.3s ease-in-out;
  position: relative;
}
@media screen and (max-width: 768px) {
  .formbox .wpcf7-form .toggle_btn .toggle_btn_c01 {
    font-size: 18px;
    width: 100%;
  }
}
.formbox .wpcf7-form .toggle_btn .toggle_btn_c01.orange {
  background-color: #ed6f00;
  color: #fff;
}
.formbox .wpcf7-form .toggle_btn .toggle_btn_c01.orange::after {
  color: #fff;
}
.formbox .wpcf7-form .toggle_btn .toggle_btn_c01.white {
  background-color: #fff;
  color: #ed6f00;
}
.formbox .wpcf7-form .toggle_btn .toggle_btn_c01.white::after {
  color: #ed6f00;
}
.formbox .wpcf7-form .toggle_btn .toggle_btn_c01:hover {
  background-color: #ed6f00;
  color: #fff;
  opacity: 1;
}
.formbox .wpcf7-form .toggle_btn .toggle_btn_c01:hover::after {
  color: #fff;
}
.formbox .wpcf7-form .toggle_btn .toggle_btn_c01::after {
  font-family: "Font Awesome 5 Free"; /* または "Font Awesome 5 Brands" など、適切なフォントファミリーを指定 */
  content: "\f078"; /* ここにFontAwesomeのUnicodeコードを追加 */
  /* 追加のスタイル */
  font-size: 1.2em; /* アイコンのサイズ */
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  transition: 0.3s ease-in-out;
}

/* 個人情報保護方針リンク */
p.privacy {
  text-align: center;
}

a.privacy_link {
  color: #ed6f00;
}
a.privacy_link:hover {
  color: #ed6f00;
  text-decoration: underline;
}

/* ================= フォーム確認画面 ============================================================ */
div#wpcf7cpcnf {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  padding: 2em;
  background-color: #fff !important;
  border-radius: 1em;
  position: static;
  /* 入力内容 */
  /* ボタン */
}
div#wpcf7cpcnf table {
  width: 100%;
  position: relative;
  box-sizing: border-box;
}
div#wpcf7cpcnf table tr th,
div#wpcf7cpcnf table tr td {
  border-bottom: #ececec dashed 1px;
}
@media screen and (max-width: 480px) {
  div#wpcf7cpcnf table tr th,
  div#wpcf7cpcnf table tr td {
    display: block;
  }
}
.contactpage-ctt .sec div#wpcf7cpcnf table tr th p,
.contactpage-ctt .sec div#wpcf7cpcnf table tr td p {
  padding-top: 1em;
  padding-bottom: 1em;
}
div#wpcf7cpcnf table tr th {
  width: 15em;
  font-weight: normal !important;
}
@media screen and (max-width: 480px) {
  div#wpcf7cpcnf table tr th {
    width: 100%;
    border-bottom: none;
  }
}
@media screen and (max-width: 480px) {
  .contactpage-ctt .sec div#wpcf7cpcnf table tr th p {
    padding-bottom: 0;
  }
}
div#wpcf7cpcnf table tr th p::after {
  content: "：";
}
div#wpcf7cpcnf .wpcf7cp-btns {
  text-align: center;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2em;
  flex-wrap: wrap;
}
div#wpcf7cpcnf .wpcf7cp-btns button {
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  font-size: 1.25em;
  font-weight: bold;
  line-height: 1em;
  letter-spacing: 0.1em;
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  height: 3em;
  min-width: 13em;
  position: relative;
  padding: 1em 3em;
  border: none;
  background: #ed6f00 url("images/ya_w.svg") no-repeat right 1em top 50%;
  background-size: auto 1em;
  color: #fff;
  transition: 0.3s ease;
  backface-visibility: hidden;
  cursor: pointer;
  text-align: center;
  width: 10em !important;
  /* 修正ボタン */
  /* 送信ボタン */
}
div#wpcf7cpcnf .wpcf7cp-btns button:hover {
  opacity: 0.75;
}
@media screen and (max-width: 480px) {
  div#wpcf7cpcnf .wpcf7cp-btns button {
    width: auto !important;
    padding: 0.5em 1em;
    letter-spacing: 0.5em;
    text-indent: 0.5em;
  }
}
div#wpcf7cpcnf .wpcf7cp-btns button.wpcf7cp-cfm-edit-btn {
  background: #1e2e53;
  border: #1e2e53 solid 2px;
  color: #fff;
  margin-right: 0;
  margin-bottom: 0;
}
div#wpcf7cpcnf .wpcf7cp-btns button.wpcf7cp-cfm-submit-btn {
  margin-bottom: 0;
}
div#wpcf7cpcnf .wpcf7cp-btns button.wpcf7-submit {
  width: auto !important;
  letter-spacing: 0;
  text-indent: 0;
}

/* 非表示コンテンツの高さ */
.wpcf7cp-form-hide {
  height: 0;
}/*# sourceMappingURL=style.css.map */