@charset "UTF-8";
/*
Theme Name: senobi
Theme URI: www.sunloftweb.jp
Description: 2017年版の WordPress テーマ「コーポレート」は、企業サイト制作により最適なレスポンシブテーマです。カスタム投稿、ヘッダの余計なタグを無効化、カスタムメニュー利用可能、パンくずリスト自動生成、「続きを読む」リンクの#を無効化、トップページ新着情報のNEWマーク表示（デフォルト7日間）、トップページでのRSS取得（複数ブログ可能）、投稿カテゴリ毎の月別表示（プラグイン使用）、コメント非表示、固定ページのコーナータイトルを自動表示、固定ページのサイドメニューを自動表示（階層無制限）、管理者以外にワードプレスアップデートのお知らせ非表示、管理画面の「ダッシュボード」「投稿」「ページ」の不要なコンテンツを非表示、ビジュアルエディタの最適化に対応しています。
Author: 株式会社サンロフト
Version: 1.0
License: GNU General Public License
License URI: license.txt
*/
body {
  background-color: #fff;
  color: #000000;
}

.bokun-widgets-cart-wrapper {
  visibility: hidden !important;
}

/* --------------------------------------------------------------------------------
 Global Elements
-------------------------------------------------------------------------------- */
body,
input,
textarea,
#content {
  font-size: max(16px, 0.8vw);
  font-style: normal;
  line-height: 1.5;
  font-family: "Quicksand", "Noto Sans JP", sans-serif;
  font-weight: 500;
}

hr {
  clear: both;
  height: 1px;
  margin-bottom: 1.5em;
  border: 0;
  background-color: #e7e7e7;
}

/* youtube埋め込み */
.wp-block-embed-youtube {
  margin-top: 3em;
  margin-bottom: 3em;
}

@media print, screen and (min-width: 1081px) {
  .wp-block-file__embed {
    display: block !important;
    visibility: visible !important;
    hidden: none;
  }
}

/* lightbox */
.wp-block-image-lightbox {
  background-color: rgba(0, 0, 0, 0.9); /* 背景色の調整 */
}

.wp-block-image-lightbox img {
  max-height: 90vh; /* 最大高さの調整 */
  margin: auto;
}

.wp-block-image-lightbox-close {
  color: #fff;
  background-color: transparent;
}

/* --------------------------------------------------------------------------------
 custom color / functionに記述
-------------------------------------------------------------------------------- */
/* テキストカラー */
.has-purple-color {
  color: #996bb8;
}

.has-blue-color {
  color: #6ca9e5;
}

.has-green-color {
  color: #5ab66e;
}

.has-pink-color {
  color: #f39ac1;
}

.has-red-color {
  color: #d65a65;
}

.has-orange-color {
  color: #f4a261;
}

.has-gray-color {
  color: #cfcfcf;
}

/* 背景色 */
.has-purple-background-color {
  background-color: #996bb8;
}

.has-blue-background-color {
  background-color: #6ca9e5;
}

.has-green-background-color {
  background-color: #5ab66e;
}

.has-pink-background-color {
  background-color: #f39ac1;
}

.has-red-background-color {
  background-color: #d65a65;
}

.has-orange-background-color {
  background-color: #f4a261;
}

.has-gray-background-color {
  background-color: #cfcfcf;
}

/* --------------------------------------------------------------------------------
 Text elements
-------------------------------------------------------------------------------- */
p {
  margin: 0 0 1em 0;
}

ul {
  margin-bottom: 1em;
  margin-left: 0;
  padding-left: 1.5em;
  list-style: square;
}

ol {
  margin-left: 0;
  margin-bottom: 1em;
  padding-left: 1.5em;
  list-style: decimal;
}
ol li {
  margin-bottom: 0.5em;
}
ol ol {
  list-style: upper-alpha;
}
ol ol ol {
  list-style: lower-roman;
}
ol ol ol ol {
  list-style: lower-alpha;
}

ol ol ol ul ul,
ol ol,
ul ol,
ol ul {
  margin-bottom: 0;
}

dl {
  margin: 0 0 1.5em 0;
}

dt {
  font-weight: bold;
}

dd {
  margin-bottom: 1em;
}

strong {
  font-weight: bold;
}

cite,
em,
i {
  font-style: italic;
}

big {
  font-size: 131.25%;
}

ins {
  text-decoration: none;
  background: #ffc;
}

blockquote {
  font-style: italic;
  background: #f5f5f5;
  border: 1px solid #ddd;
  padding: 1em !important;
  margin: 1em 0 !important;
}

blockquote cite,
blockquote em,
blockquote i {
  font-style: normal;
}

pre {
  line-height: 1.2;
  margin-bottom: 1em;
  padding: 1.5em;
  color: #222;
  background: #f7f7f7;
}

abbr,
acronym {
  cursor: help;
  border-bottom: 1px dotted #666;
}

sup,
sub {
  line-height: 1;
  position: relative;
  height: 0;
  vertical-align: baseline;
}

sup {
  bottom: 1ex;
}

sub {
  top: 0.5ex;
}

/* --------------------------------------------------------------------------------
 Images
-------------------------------------------------------------------------------- */
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img {
  width: auto;
  max-width: 100%;
  height: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.alignleft,
img.alignleft {
  display: inline;
  float: left;
  margin-top: 4px;
  margin-right: 1em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.alignright,
img.alignright {
  display: inline;
  float: right;
  margin-top: 4px;
  margin-left: 1em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.aligncenter,
img.aligncenter {
  display: block;
  clear: both;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

img.alignleft,
img.alignright,
img.aligncenter {
  margin-bottom: 1.5em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* hr */
hr.wp-block-separator {
  clear: both;
}

/* --------------------------------------------------------------------------------
 キャプション機能用
-------------------------------------------------------------------------------- */
.wp-caption {
  line-height: 1;
  max-width: 100% !important;
  margin-bottom: 1em;
  padding: 0.5rem;
  text-align: center;
  background: #f1f1f1;
}

.wp-caption p.wp-caption-text {
  font-size: 0.7em;
  margin: 5px;
  margin-bottom: 0 !important;
  color: #888;
}

/* --------------------------------------------------------------------------------
 ボタン機能用
-------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------
 ギャラリー用
-------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------
 カラム毎のサイズ
-------------------------------------------------------------------------------- */
.gallery-columns-1 .gallery-item {
  width: 25%;
}

.gallery-columns-2 .gallery-item {
  width: 50%;
}

.gallery-columns-3 .gallery-item {
  width: 33%;
}

.gallery-columns-4 .gallery-item {
  width: 25%;
}

.gallery-columns-5 .gallery-item {
  width: 20%;
}

.gallery-columns-6 .gallery-item {
  width: 16%;
}

.gallery-columns-7 .gallery-item {
  width: 14%;
}

.gallery-columns-8 .gallery-item {
  width: 12%;
}

.gallery-columns-9 .gallery-item {
  width: 11%;
}

.entry-content dl.gallery-item {
  margin: 0;
}

.gallery-item a,
.gallery-caption {
  width: 90%;
}

.gallery-item a {
  display: block;
}

.gallery-caption a {
  display: inline;
}

.gallery-columns-1 .gallery-item a {
  width: auto;
  max-width: 100%;
}

.gallery .gallery-icon img {
  max-width: 90%;
  height: auto;
  padding: 5%;
}

.gallery-columns-1 .gallery-icon img {
  padding: 3%;
}

/* --------------------------------------------------------------------------------
 Original CSS Library
-------------------------------------------------------------------------------- */
/* フォント
----------------------------- */
.bold {
  font-weight: bold;
}

.font-large {
  font-size: 1.25em !important;
}

.font-small {
  font-size: 0.85em !important;
}

.font-ssmall {
  font-size: 0.65em !important;
}

.fcol-red {
  color: #a30b1a !important;
}

/* 画像
----------------------------- */
img.f_left {
  margin: 0 20px 20px 0;
}

img.f_right {
  margin: 0 0 20px 20px;
}

img.border {
  padding: 3px;
  border: 1px solid #e8e8e8;
  background: #fff;
}

/* 配置
----------------------------- */
.center {
  text-align: center !important;
}

.left {
  text-align: left !important;
}

.right {
  text-align: right !important;
}

.top {
  vertical-align: top !important;
}

.middle {
  vertical-align: middle !important;
}

.bottom {
  vertical-align: bottom !important;
}

.width_auto {
  width: auto !important;
}

.block {
  display: block;
}

.inline {
  display: inline;
}

.hidden {
  display: none;
}

.overflow {
  overflow: hidden !important;
}

.f_left {
  float: left;
}

.f_right {
  float: right;
}

.f_none {
  float: none !important;
}

.clear {
  clear: both;
}

.clear_none {
  clear: none;
}

.clear_left {
  clear: left;
}

.clear_right {
  clear: right;
}

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

.nowrap {
  white-space: nowrap;
}

/* 余白
----------------------------- */
.m_v0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.m_v1em {
  margin-top: 1em !important;
  margin-bottom: 1em !important;
}

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

.m_v3em {
  margin-top: 3em !important;
  margin-bottom: 3em !important;
}

.m_top1em {
  margin-top: 1em !important;
}

.m_btm1em {
  margin-bottom: 1em !important;
}

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

.m_btm2em {
  margin-bottom: 2em !important;
}

.m_top3em {
  margin-top: 3em !important;
}

.m_btm3em {
  margin-bottom: 3em !important;
}

.m_auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.m_top0 {
  margin-top: 0 !important;
}

.m_right0 {
  margin-right: 0 !important;
}

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

.m_left0 {
  margin-left: 0 !important;
}

.m_top10 {
  margin-top: 10px !important;
}

.m_right10 {
  margin-right: 10px !important;
}

.m_bottom10 {
  margin-bottom: 10px !important;
}

.m_left10 {
  margin-left: 10px !important;
}

.m_top15 {
  margin-top: 15px !important;
}

.m_right15 {
  margin-right: 15px !important;
}

.m_bottom15 {
  margin-bottom: 15px !important;
}

.m_left15 {
  margin-left: 15px !important;
}

.m_top20 {
  margin-top: 20px !important;
}

.m_right20 {
  margin-right: 20px !important;
}

.m_bottom20 {
  margin-bottom: 20px !important;
}

.m_left20 {
  margin-left: 20px !important;
}

.m_top30 {
  margin-top: 30px !important;
}

.m_right30 {
  margin-right: 30px !important;
}

.m_bottom30 {
  margin-bottom: 30px !important;
}

.m_left30 {
  margin-left: 30px !important;
}

.m_top40 {
  margin-top: 40px !important;
}

.m_right40 {
  margin-right: 40px !important;
}

.m_bottom40 {
  margin-bottom: 40px !important;
}

.m_left40 {
  margin-left: 40px !important;
}

.m_top50 {
  margin-top: 50px !important;
}

.m_right50 {
  margin-right: 50px !important;
}

.m_bottom50 {
  margin-bottom: 50px !important;
}

.m_left50 {
  margin-left: 50px !important;
}

.m_top100 {
  margin-top: 100px !important;
}

.m_right100 {
  margin-right: 100px !important;
}

.m_bottom100 {
  margin-bottom: 100px !important;
}

.m_left100 {
  margin-left: 100px !important;
}

.p_top0 {
  padding-top: 0 !important;
}

.p_right0 {
  padding-right: 0 !important;
}

.p_bottom0 {
  padding-bottom: 0 !important;
}

.p_left0 {
  padding-left: 0 !important;
}

.p_top10 {
  padding-top: 10px !important;
}

.p_right10 {
  padding-right: 10px !important;
}

.p_bottom10 {
  padding-bottom: 10px !important;
}

.p_left10 {
  padding-left: 10px !important;
}

.p_top20 {
  padding-top: 20px !important;
}

.p_right20 {
  padding-right: 20px !important;
}

.p_bottom20 {
  padding-bottom: 20px !important;
}

.p_left20 {
  padding-left: 20px !important;
}

.p_top30 {
  padding-top: 30px !important;
}

.p_right30 {
  padding-right: 30px !important;
}

.p_bottom30 {
  padding-bottom: 30px !important;
}

.p_left30 {
  padding-left: 30px !important;
}

.p_top40 {
  padding-top: 40px !important;
}

.p_right40 {
  padding-right: 40px !important;
}

.p_bottom40 {
  padding-bottom: 40px !important;
}

.p_left40 {
  padding-left: 40px !important;
}

.p_top50 {
  padding-top: 50px !important;
}

.p_right50 {
  padding-right: 50px !important;
}

.p_bottom50 {
  padding-bottom: 50px !important;
}

.p_left50 {
  padding-left: 50px !important;
}

/* 表
----------------------------- */
body.page #content .simpleTBL th {
  width: auto;
  color: #000;
}
@media screen and (max-width: 768px) {
  body.page #content .simpleTBL th {
    display: block;
    padding-right: 0;
  }
  body.page #content .simpleTBL td {
    display: block;
    border-top: none;
    padding: 0 0 1.2em 0;
  }
}

/* ソーシャルプラグイン
----------------------------- */
.entry-social {
  clear: both;
  text-align: left;
}
.entry-social iframe {
  border: 0 !important;
}
.entry-social .twitter {
  float: left;
  width: 100px;
}
.entry-social .facebook {
  float: left;
  width: 110px;
}
.entry-social .googleplus {
  float: left;
}

.single .entry-social {
  min-height: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 20px;
  clear: both;
  background: #f2f3f7;
  padding: 10px 10px 10px 10px;
}

/* ============================
content
/* ============================ */
ul,
p,
ol,
dd,
pre,
hr {
  margin-bottom: 1.5em;
}

#content pre,
#content kbd,
#content tt,
#content var {
  font-size: 1em;
  line-height: 1.2em;
}

#content code {
  font-size: 0.8em;
}

/* ============================
サイド
/* ============================ */
/* コンテンツページ
----------------------------- */
.entry-cate {
  text-align: right;
  margin-bottom: 5px;
}
.entry-cate > *:last-child {
  margin-right: 0;
}

.entry-meta {
  font-size: 100%;
  margin-bottom: 10px;
  text-align: right;
}

.entry-meta abbr,
.entry-utility abbr {
  border: none;
}

.entry-meta abbr:hover,
.entry-utility abbr:hover {
  border-bottom: 1px dotted #666;
}

.entry-content p a {
  overflow-wrap: anywhere;
  word-break: keep-all;
}

.entry-content,
.entry-summary {
  clear: both;
  padding: 0;
}

#content .entry-summary p:last-child {
  margin-bottom: 12px;
}

.edit-link {
  display: block;
  clear: both;
  padding-top: 15px;
}

#entry-author-info {
  font-size: 14px;
  line-height: 20px;
  clear: both;
  overflow: hidden;
  margin: 24px 0;
  padding: 1em 20px;
  border-top: 4px solid #000;
  background: #f2f7fc;
}

#entry-author-info #author-avatar {
  float: left;
  height: 60px;
  margin: 0 -104px 0 0;
  padding: 11px;
  border: 1px solid #e7e7e7;
  background: #fff;
}

#entry-author-info #author-description {
  float: left;
  margin: 0 0 0 104px;
}

#entry-author-info h2 {
  font-size: 100%;
  font-weight: bold;
  margin-bottom: 0;
  color: #000;
}

.entry-utility {
  font-size: 0.8em;
  line-height: 1.5;
  clear: both;
  color: #888;
}

.entry-meta a,
.entry-utility a {
  color: #888;
}

#content .video-player {
  padding: 0;
}

/*子ページ間のリンク*/
ul#page_link {
  overflow: hidden;
  margin: 0;
  padding: 0;
  list-style: none;
}

ul#page_link li {
  width: 48%;
  text-align: center;
}

ul#page_link li.prev_link {
  float: left;
}

ul#page_link li.next_link {
  float: right;
}

ul#page_link li a {
  display: block;
  padding: 10px 20px;
  text-decoration: none;
  color: #333;
  background: #d7d7d6;
}

ul#page_link li a:hover {
  text-decoration: underline;
}

/* 新着情報・ニュース
----------------------------- */
.entry-list {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px dotted #ccc;
}

.entry-list span {
  margin-right: 10px;
}

/* お問い合わせ
----------------------------- */
.grecaptcha-badge {
  visibility: hidden;
}

.loading {
  margin-left: 16px;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.wpcf7 table tr th {
  vertical-align: top;
}
.wpcf7 table tr td {
  vertical-align: top;
}
.wpcf7 table input {
  max-width: 100%;
  padding: 0.3em 0.5em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 0.1em solid #eeeeee;
}
.wpcf7 table input.text_short {
  width: 40%;
}
.wpcf7 table input.text_short_post {
  width: 100px;
}
.wpcf7 table textarea {
  width: 100%;
  height: 8em;
  padding: 0.5em 0.8em;
}
@media screen and (max-width: 768px) {
  .wpcf7 table textarea {
    width: 100%;
    margin: 0;
  }
}

span.wpcf7-list-item {
  white-space: nowrap;
  margin: 0;
}

.wpcf7-form-control.wpcf7-radio {
  display: block;
  width: 100%;
}

.wpcf7-form-control-wrap.your-occupation, .wpcf7-form-control-wrap.your-subject {
  display: block;
  width: 100%;
}

.wpcf7-form-control.wpcf7-checkbox.wpcf7-validates-as-required {
  display: block;
  width: 100%;
}

.wpcf7-form-control.wpcf7-radio,
.wpcf7-form-control-wrap.your-occupation,
.wpcf7-form-control-wrap.your-subject,
.wpcf7-form-control.wpcf7-checkbox.wpcf7-validates-as-required {
  display: block;
  width: 100%;
}

.wpcf7 form .wpcf7-response-output {
  max-width: 1000px;
  text-align: center;
  margin: 0 auto 1em auto !important;
  padding: 0.8em 0.8em;
  font-size: 80%;
  line-height: 1.3;
}

.wpcf7-response-output {
  display: none;
}

span.wpcf7-list-item {
  display: inline;
  padding: 0 0 0 0 !important;
  white-space: nowrap;
  margin: 0;
}
span.wpcf7-list-item label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5em;
}
span.wpcf7-list-item label input {
  padding: 0 0.5em 0 0 !important;
  vertical-align: middle;
}

/* 通常のフォーム用 */
input[type=text],
input[type=password],
input[type=tel],
input[type=email],
input[type=radio],
select,
textarea {
  padding: 0.5em 0.8em;
  border-radius: 0.3em;
  background-color: #f8f8f8;
  color: #000000;
  border: 0.1em solid #eeeeee;
}
input[type=text]::-webkit-input-placeholder, input[type=password]::-webkit-input-placeholder, input[type=tel]::-webkit-input-placeholder, input[type=email]::-webkit-input-placeholder, input[type=radio]::-webkit-input-placeholder, select::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #c4c4c4;
}
input[type=text]::-moz-placeholder, input[type=password]::-moz-placeholder, input[type=tel]::-moz-placeholder, input[type=email]::-moz-placeholder, input[type=radio]::-moz-placeholder, select::-moz-placeholder, textarea::-moz-placeholder {
  color: #c4c4c4;
}
input[type=text]:-ms-input-placeholder, input[type=password]:-ms-input-placeholder, input[type=tel]:-ms-input-placeholder, input[type=email]:-ms-input-placeholder, input[type=radio]:-ms-input-placeholder, select:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #c4c4c4;
}
input[type=text]::-ms-input-placeholder, input[type=password]::-ms-input-placeholder, input[type=tel]::-ms-input-placeholder, input[type=email]::-ms-input-placeholder, input[type=radio]::-ms-input-placeholder, select::-ms-input-placeholder, textarea::-ms-input-placeholder {
  color: #c4c4c4;
}
input[type=text]::placeholder,
input[type=password]::placeholder,
input[type=tel]::placeholder,
input[type=email]::placeholder,
input[type=radio]::placeholder,
select::placeholder,
textarea::placeholder {
  color: #c4c4c4;
}

button[type=submit] {
  border: 0.1em solid #eeeeee;
}

input[type=radio] {
  background-color: #f8f8f8; /* 常に固定した背景色 */
  border: 0.1em solid #eeeeee; /* カスタム変数でボーダーを指定 */
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  width: 1em; /* フォントサイズに依存 */
  height: 1em;
  border-radius: 50%; /* 円形 */
  display: inline-block;
  vertical-align: middle;
}

/* チェック時のスタイル */
input[type=radio]:checked {
  background-color: #333; /* チェック時の色 */
}

/* ダークモードを無効化 */
@media (prefers-color-scheme: dark) {
  input[type=radio] {
    background-color: #f8f8f8 !important; /* ダークモードで固定 */
    border: 0.1em solid #eeeeee !important; /* ボーダーも固定 */
  }
  input[type=radio]:checked {
    background-color: #333 !important; /* チェック時の背景色も固定 */
  }
}
select {
  font-size: 1em;
  width: 100%; /* selectの幅をコンテナに合わせる */
  white-space: nowrap; /* テキストを1行に */
  overflow: hidden; /* はみ出した部分を隠す */
  text-overflow: ellipsis; /* はみ出した部分を...で表示 */
  color: #000000;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  background-image: url("img/chevron-down-solid.svg");
  background-repeat: no-repeat;
  background-size: 0.9em auto; /* 画像のサイズ（幅 高さ）*/
  background-position: right 0.7em center; /* 画像の位置 */
  padding: 0.5em 2em 0.5em 0.8em;
}

.selectWrap {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.selectWrap select {
  min-width: 12em;
  padding: 0.8em 1.2em;
  -webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1);
          box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1);
  border: none;
}

input[type=checkbox] {
  border-radius: 0.3em;
  background-color: #f8f8f8;
  color: #000000;
  border: 0.1em solid #dddddd;
  padding: 0.3em;
  width: 1.3em;
  height: 1.3em;
  margin-left: 0.6em;
  cursor: pointer;
  accent-color: #FB9C6D;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  position: relative;
}
input[type=checkbox]:checked {
  background-color: #FB9C6D !important; /* チェック時の背景色 */
  border-color: #FB9C6D !important; /* チェック時のボーダー */
}
input[type=checkbox]:checked::after {
  content: "\f00c";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: white; /* アイコンの色 */
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); /* アイコンを中央に配置 */
}

.btn.submit input[type=submit] {
  font-weight: bold;
  cursor: pointer;
  border: 0.1em solid #FB9C6D;
  background-color: #FB9C6D;
  color: #fff;
  letter-spacing: 0.05em;
  border-radius: 3em;
  line-height: 1;
  vertical-align: middle;
  padding: 1.3em 2em 1.3em 2em;
}
@media screen and (max-width: 768px) {
  .btn.submit input[type=submit] {
    padding: 1.2em 2em 1.5em 2em;
  }
}
.btn.submit input[type=submit]:hover {
  color: #FB9C6D;
  background-color: #fff;
  border-color: #FB9C6D;
}

.btn.faded input[type=reset] {
  cursor: pointer;
  letter-spacing: 0.05em;
  border-radius: 3em;
  line-height: 1;
  vertical-align: middle;
  color: #999999;
  background-color: #eeeeee;
  border: 0.1em solid #eeeeee;
  padding: 1.3em 2em 1.3em 2em;
}
@media screen and (max-width: 768px) {
  .btn.faded input[type=reset] {
    padding: 1.2em 2em 1.5em 2em;
  }
}
.btn.faded input[type=reset]:hover {
  color: #999999;
  background-color: #fff;
  border-color: #999999;
}

.checkbox-group {
  position: relative;
}
.checkbox-group input[type=checkbox] {
  vertical-align: middle;
}

/* 任意・必須マーク*/
#content .wpcf7 table tr th {
  text-align: left;
}

#content .wpcf7 table tr th .ie-relative {
  position: relative;
}
#content .wpcf7 table tr th .ie-relative::after {
  position: absolute;
  top: 0.25em;
  letter-spacing: 0.1em;
  right: 0.5em;
  line-height: 1.5em;
  padding: 0.2em 1em;
  font-size: 0.7em;
  content: "任意";
  color: #fff;
  background-color: #808080;
  border-radius: 1em;
}

#content .wpcf7 table tr th.need .ie-relative::after {
  content: "必須";
  background-color: #d40000;
  border-radius: 1em;
}

/* 送信・確認ボタン */
.btn_submit input,
.wpcf7-submit {
  font-size: 1.2em !important;
  font-weight: bold;
  display: inline-block;
  width: 100%;
  cursor: pointer;
  -webkit-transition: none;
  transition: none;
  text-align: center;
  text-decoration: none;
  color: #fff;
  border: none;
}

img.ajax-loader {
  display: inline-block;
}

/*記入に関してのお願い*/
.referencemark {
  font-size: 0.8em;
  line-height: 1.5;
  width: 100%;
  max-width: 1000px;
  margin: auto;
  padding: 8px 12px;
  border: 1px dotted #ccc;
  background: #ffe5e8;
}

.referencemark strong {
  line-height: 2.5;
  color: #d40000;
}

/* 404
----------------------------- */
/* Widget Areas
----------------------------- */
.widget-area ul {
  margin-left: 0;
  list-style: none;
}

.widget-area ul ul {
  margin-left: 1.3em;
  list-style: square;
}

.widget-area select {
  max-width: 100%;
}

.widget_search #s {
  width: 60%;
}

.widget_search label {
  display: none;
}

.widget-title {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.3em;
  margin-bottom: 15px;
  padding: 0 10px;
  border-left: 5px solid #000;
}

.widget-area a:link,
.widget-area a:visited {
  text-decoration: none;
}

.widget-area a:active,
.widget-area a:hover {
  text-decoration: underline;
}

.widget-area .entry-meta {
  font-size: 11px;
}

#wp_tag_cloud div {
  line-height: 1.6em;
}

#wp-calendar {
  width: 100%;
}

#wp-calendar caption {
  font-size: 14px;
  font-weight: bold;
  padding-bottom: 4px;
  text-align: left;
  color: #222;
}

#wp-calendar thead {
  font-size: 11px;
}

#wp-calendar tbody {
  color: #aaa;
}

#wp-calendar tbody td {
  padding: 3px 0 2px;
  text-align: center;
  border: 1px solid #fff;
  background: #f5f5f5;
}

#wp-calendar tbody .pad {
  background: none;
}

#wp-calendar tfoot #next {
  text-align: right;
}

.widget_rss a.rsswidget {
  color: #000;
}

.widget_rss a.rsswidget:hover {
  color: #ff4b33;
}

.widget_rss .widget-title img {
  width: 11px;
  height: 11px;
}

#secondary {
  margin-bottom: 30px;
}

#secondary ul {
  margin: 0;
  list-style: none;
}

/*トップへ戻るボタン*/
#wrapper {
  position: relative;
}

.topBtn {
  position: fixed;
  z-index: 50;
  bottom: 2em;
  right: 2em;
  display: none;
  width: 60px;
  height: 135px;
  font-size: 85%;
  text-align: center;
  text-decoration: none;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  line-height: 60px;
  text-align: left;
  color: #FB9C6D;
}
@media screen and (max-width: 768px) {
  .topBtn {
    right: 1em;
  }
}
@media print, screen and (min-width: 1300px) {
  .topBtn {
    bottom: 3em;
    right: 3em;
  }
}
.topBtn::after {
  position: absolute;
  content: "";
  display: block;
  width: 60px;
  height: 60px;
  bottom: 0;
  left: 0;
  margin: auto;
  background: url("img/arrow_up.svg") center center no-repeat;
  background-size: contain;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.topBtn:hover {
  opacity: 0.7;
  cursor: pointer;
}

/* ============================
Mobile Safari ( iPad, iPhone and iPod Touch )
/* ============================ */
pre {
  -webkit-text-size-adjust: 140%;
}

code {
  -webkit-text-size-adjust: 160%;
}

#access,
.entry-meta,
.entry-utility,
.navigation,
.widget-area {
  -webkit-text-size-adjust: 120%;
}

/* ============================
レスポンシブ
/* ============================ */
body,
div,
dl,
dt,
dd,
ul,
pre,
form,
fieldset,
input,
p,
blockquote,
th,
td,
tbody {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
}

/* 12カラム ---------------------- */
.col_12 {
  width: 100%;
}

.col_11 {
  width: 91.66666667%;
}

.col_10 {
  width: 83.33333333%;
}

.col_09 {
  width: 75%;
}

.col_08 {
  width: 66.66666667%;
}

.col_07 {
  width: 58.33333333%;
}

.col_06 {
  width: 50%;
}

.col_05 {
  width: 41.66666667%;
}

.col_04 {
  width: 33.33333333%;
}

.col_03 {
  width: 25%;
}

.col_02 {
  width: 16.66666667%;
}

.col_01 {
  width: 8.33333333%;
}

/* 12,16,24カラム共通 ---------------------- */
.col_01,
.col_02,
.col_03,
.col_04,
.col_05,
.col_06,
.col_07,
.col_08,
.col_09,
.col_10,
.col_11,
.col_12,
.col_13,
.col_14,
.col_15,
.col_16,
.col_17,
.col_18,
.col_19,
.col_20,
.col_21,
.col_22,
.col_23,
.col_24 {
  position: relative;
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}

/*箱*/
html {
  overflow: auto;
}

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

.width100 {
  width: 100%;
  padding: 0;
}

/*画像*/
img,
canvas,
video,
svg {
  max-width: 100%;
  height: auto;
}

iframe {
  max-width: 100%;
}

.width100 img {
  width: 100%;
  padding: 0;
}

/*テキスト*/
p {
  margin: 0 0 0.5em 0;
}

/*テーブルをPCと同じ表示にする場合、「table_scrollbox」クラスをつけたdivで囲む*/
#content .table_scrollbox table {
  width: 96%;
}

#content .table_scrollbox table tr th,
#content .table_scrollbox table tr td {
  display: table-cell;
}

#content .table_scrollbox table {
  margin-bottom: 10px !important;
}

#content .table_scrollbox table tbody {
  display: block;
  width: auto !important;
  white-space: nowrap;
}

.table_scrollbox {
  overflow-x: auto;
  margin-bottom: 24px;
}

.table_scrollbox::-webkit-scrollbar {
  height: 5px;
}

.table_scrollbox::-webkit-scrollbar-track {
  border-radius: 5px;
  background: #eee;
}

.table_scrollbox::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: #666;
}

/*文字サイズ指定*/
/*ボタンiOS装飾削除*/
input[type=submit],
input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
}

input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}

input[type=submit]::focus,
input[type=button]::focus {
  outline-offset: -2px;
}