@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Template:   cocoon-master
Version:    1.0.6
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/

/* ヘッダー非表示 */
.header-container {
  display: none;
}

/*ヘッダーフォント指定*/
.header-container {
  font-size: 8px;
  font-family: 'Helvetica Neue', sans-serif !important;
}

/*ヘッダータイトル*/
.header-container-in.hlt-top-menu.hlt-tm-small .site-name-text {
    font-size: 18px;
    font-weight: bold;
}

/*ヘッダーリンク*/
.navi-in a {
    color: #333;
    text-decoration: none;
    display: block;
    font-size: 14px;
    transition: all 0.7s ease;
}

/*グローバルナビゲーション横組*/
.navi-in li a:hover,
.navi-inli a:focus {
color: #e6e6e6; /*文字の色*/
opacity: 0.5; /*全体の透明度50%*/
background-color: transparent;
}

/*グローバルナビゲーション横組の現在位置*/
.navi-in .current-page-ancestor a,
.navi-in .current-post-parent a,
.navi-in .current-post-ancestor a,
.navi-in .current-menu-item a {
color: #FF0000;
}

/*グローバルナビゲーション縦組*/
.menu-main_navi-container li a:hover,
.menu-main_navi-container a:focus {
color: #e6e6e6; /*文字の色*/
opacity: 0.5; /*全体の透明度50%*/
background-color: transparent;
}

/*グローバルナビゲーション縦組の現在位置*/
.menu-main_navi-container .current-page-ancestor a,
.menu-main_navi-container .current-post-parent a,
.menu-main_navi-container .current-post-ancestor a,
.menu-main_navi-container .current-menu-item a {
color: #FF0000;
background-color: transparent;
}

/*グローバルナビゲーション縦組の現在位置*/
.menu-main_navi-container {
color: #FF0000;
background-color: transparent;
}

.widget_nav_menu ul li a:hover {
background-color: transparent;
transition: all 0.7s ease;
color: #333;
}

/* サイト全体上部 */
.content {
margin-top: 0px;
}

/* サイト全体幅 */
.wrap {
    width: 1366px;
    margin: 0 auto;
}

/* メイン横幅 */
.main {
    width: 1100px;
    margin-right: auto;
    margin-left : auto;
}

/* ホームのみ */
.home .wrap {
    width: auto;
    margin-right: 50px;
    margin-left: 50px;
}

/* 横幅とマージン */
.wrap {
    width: auto;
    margin-right: 50px;
    margin-left: 50px;
}

/* サイドバー横幅指定 */
.sidebar {
    z-index: 1;
    width: 180px;
    padding-top: 30px;
}

/* サイドバーウイジェット */
.widget {
    margin-bottom: 20px;
}

/* サイドバーフォント指定 */
.widget_recent_entries ul li a, .widget_categories ul li a, .widget_archive ul li a, .widget_pages ul li a, .widget_meta ul li a, .widget_rss ul li a, .widget_nav_menu ul li a {
    color: #333;
    text-decoration: none;
    padding: 10px 0;
    display: block;
    padding-right: 4px;
    padding-left: 4px;
    font-size: 14px;
    font-family: 'Helvetica Neue', sans-serif !important;
}

/* タイトル修正 */
.entry-title, .archive-title {
    font-size: 18px;
    margin: 16px 0;
    padding-left: 0;
    line-height: 1.3;
}

/* コンタクトタイトル修正 */
.post-699 .entry-title {
  display: none;
}

/* INFOのタイトル非表示 */
.post-107 .entry-title {
  display: none;
}

/* PHOTOのタイトル非表示 */
.post-204 .entry-title {
  display: none;
}


/* h1見出し */
.article h1 {
  font-family: 'Helvetica Neue', sans-serif !important;
  font-size: 20px;
  font-weight: 400;
  padding: 0px;
  background-color: transparent;
  border-radius: 0px;
}

/* h2見出し */
.article h2 {
  font-family: 'Helvetica Neue', sans-serif !important;
  font-size: 16px;
  font-weight: 400;
  padding: 0px;
  background-color: transparent;
  border-radius: 0px;
}

/* h3見出し */
.article h3 {
    font-size: 18px;
    border-left: 0px solid #777;
    border-right: 0px solid #ccc;
    border-top: 0px solid #ccc;
    border-bottom: 0px solid #ccc;
    background-color: transparent;
    padding: 0px 0px;
}

/* h5キャッチコピー */
.article h5 {
  font-family: 'Helvetica Neue', sans-serif !important;
  font-size: 36px;
  font-weight: 700;
  padding-bottom: 50px;
  border-bottom: none;
  padding-left: 0px;
}

/* ホームのみ非表示 */
.post-86 {
  display: none;
}

/* ホームのみコピーライト */
.home .copyright {
    font-size: 11px;
    font-family: 'Helvetica Neue', sans-serif !important;
    position: fixed;
    bottom: 18px;
    color: #000;
    z-index: 9999;
}

/* ホームのみフッターコピーライト右揃え */
.home .footer-bottom-content {
    float: right;
    padding-right: 155px;
  }

/* カテゴリータイトル非表示 */
.archive-title {
    display: none;
}

/* カテゴリーラベル非表示 */
.cat-label {
  display: none;
}

/* カテゴリーリンクラベル */
.cat-link {
    color: #fff;
    text-decoration: none;
    display: inline-block;
    margin-right: 5px;
    padding: 2px 6px;
    font-size: 10px;
    background-color: #999;
    border-radius: 2px;
    word-break: break-all;
}

/* タグラベル */
.tag-link, .comment-reply-link {
    font-size: 10px;
}

/* 一覧タイトル非表示 */
.entry-card-title, .entry-card-content {
display: none;
}

/* 一覧タイトル下のスペース修正 */
.ect-vertical-card .entry-card-wrap {
    margin-bottom: -10px;
}

/* 関連記事非表示 */
.related-entry-card-title {
    display: none;
}

/* 関連記事非表示 */
.a-wrap {
    text-decoration: none;
    display: block;
    color: #333;
    padding: 1.5%;
    margin-bottom: 0;
    transition: all 0.7s ease;
}

/* 関連記事タイトルのスペース非表示 */
.related-entry-card-content {
    padding-bottom: 0;
}

/* 更新日非表示 */
.date-tags {
  display: none;
}

/* 著作者非表示 */
.author-info {
  display: none;
}

/* フッター背景無し */
.footer {
  background-color: transparent;
}

/* フッターサイトテキスト非表示 */
.footer .site-name-text {
  display: none;
}

/* フッターコピーライトテキスト */
.copyright {
  font-size: 10px;
  font-family: 'Helvetica Neue', sans-serif !important;
  color: #777;
  margin-bottom: -10px;
}

/* フッターコピーライト右揃え */
.footer-bottom-content {
      float: right;
      padding-right: 95px;
      margin-bottom: 10px;
}

/* パンくずリストアイコン非表示 */
.fa-file-o {
    display: none;
}

/* 背景透明 */
.main, .sidebar, .footer {
  background-color: transparent;
}

/* サーチボックス */
.search-edit, input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], textarea, select {
    padding: 8px;
    border: 1px solid #555;
    border-radius: 4px;
    font-size: 12px;
    width: 100%;
    background-color: transparent;
    font-family: 'Helvetica Neue', sans-serif !important;
}

/* サーチボックス内のボタン */
.search-submit {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 15px;
    cursor: pointer;
    line-height: 30px;
    border: none;
    color: #ccc;
    margin-bottom: 5px;
    background-color: rgba(255, 255, 255, 0);
}

/* SNSボタン */
.sns-buttons a {
    background-color: #999;
}

/* フォローボタン左右スペース調製 */
.sns-follow-buttons {
  margin-right: 7px;
  margin-left: 7px;
}

/* フォローボタン */
.sns-follow-buttons a {
    font-size: 25px;
}

.sub-caption {
    font-size: 0.60em;
}

/* インデックス3列左揃え */
.ect-3-columns {
  justify-content: flex-start;
}

/* 関連記事揃え */
.rect-vartical-card .related-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

/* 関連記事タイトル */
.related-entry-heading, .comment-title {
    margin-top: 30px;
    margin-bottom: 10px;
    margin-left: 5px;
    font-size: 16px;
}

.page .article-footer {
  display: none;
}

/* 3コラム */
.column-wrap {
  margin-top: 50px;
}

/* Design a Smile */
div#n2-ss-5 .n2-ss-layer .n2-font-9d333b41e96ec2c9016b9bfa459825cc-hover {
    font-family:  'Helvetica Neue', sans-serif !important;
    color: #ffffff;
    font-size: 300%;
    text-shadow: none;
    line-height: 1.3;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    text-align: center;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    font-weight: 700;
}

/* Award */
div#n2-ss-7 .n2-ss-layer .n2-font-9d333b41e96ec2c9016b9bfa459825cc-hover {
    font-family: 'Helvetica Neue', sans-serif !important;
    color: #ffffff;
    font-size: 300%;
    text-shadow: none;
    line-height: 1.3;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    text-align: center;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    font-weight: 700;
}

/* 段落フォント */
.elementor-widget-text-editor {
    font-family: "游ゴシック体", "Yu Gothic", "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif !important;
    font-size: 15px !important;
    color: #333 !important;
    line-height: 1.8 !important;
}

/* デザインコンセプトのレイアウト調整 */
.column-2-3-1-2 .column-left {
    width: 25%;
}

.column-2-3-1-2 .column-right {
    width: 75%;
}

/*Contact Form 7カスタマイズ*/

.inquiry tr:first-child th{
 border-top:1px solid #d7d7d7!important;
}
/* 必須・任意のサイズ調整 */
.inquiry .haveto,.inquiry .any {
font-size:10px;
}
/*見出し欄*/
.inquiry th{
 text-align:left;
 font-size:14px;
 color:#444;
 padding-right:5px;
 width:30%;
 background:#f7f7f7;
 border:solid 1px #d7d7d7;
}
/*通常欄*/
.inquiry td{
 font-size:13px;
 border:solid 1px #d7d7d7;
}

/*テキストエリア*/
.search-edit, input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], textarea, select {
    padding: 12px;
    border: 1px solid #d7d7d7;
    border-radius: 4px;
    font-size: 12px;
    width: 100%;
    background-color: transparent;
    font-family: 'Helvetica Neue', sans-serif !important;
}

/*横の行とテーブル全体*/
.entry-content .inquiry tr,.entry-content table{
 border:solid 0px #d7d7d7;
}
/*必須の調整*/
.haveto{
 font-size:7px;
 padding:5px;
 background:#ff9393;
 color:#fff;
 border-radius:2px;
 margin-right:5px;
 position:relative;
 bottom:1px;
}
/*任意の調整*/
.any{
 font-size:7px;
 padding:5px;
 background:#93c9ff;
 color:#fff;
 border-radius:2px;
 margin-right:5px;
 position:relative;
 bottom:1px;
}
/*ラジオボタンを縦並び指定*/
.verticallist .wpcf7-list-item{
 display:block;
}
/*送信ボタンのデザイン変更*/
#formbtn{
 display: block;
 padding:15px;
 width:260px;
 background:#999;
 color:#fff;
 font-size:14px;
 font-weight:bold;
 border-radius:2px;
 margin:50px auto 0;
}
/*送信ボタンマウスホバー時*/
#formbtn:hover{
 background:#fff;
 color:#888;
 border:2px solid #999;
}

/*reCAPTCHAのバナーの非表示*/
.grecaptcha-badge { visibility: hidden; }


/*--------------------------------------
 cf7の上部に出る「ありがとうございます。メッセージは送信されました。」を非表示
--------------------------------------*/
.screen-reader-response {
	display:none;
}

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/

/*1440px以下*/
@media screen and (max-width: 1440px){

}

/*1380px以下*/
@media screen and (max-width: 1380px){

/* ホームのみフッターコピーライトテキスト */
  .home .copyright {
      margin-bottom: -12px;
}

/*サイドバーナビゲーションの位置調整*/
.content-in {
  flex-wrap: nowrap;
}

}

/*1240px以下*/
@media screen and (max-width: 1240px){

.home .wrap {
  width: auto;
  margin-right: 0px;
  margin-left: 0px;
}

.wrap {
      width: auto;
      margin: 0 auto;
}

/*横幅指定*/
.main {
      width: 100%;
}

/*ヘッダーを表示*/
.header-container {
    display: block;
    font-family: 'Helvetica Neue', sans-serif !important;
    margin-top: 10px;
    margin-bottom: 20px;
    margin-right: 20px;
    margin-left: 20px;
    background: transparent;
}

/*ヘッダーメニューを表示にして背景透明*/
.navi {
    background-color: transparent;
}

/*ヘッダーメニューサイト名の上部スペース修正*/
.header-container {
  padding-top: 0px;
  padding-left: 0px;
  padding-right: 0px;

}

/* ヘッダーホームのみ */
.home .header-container{
      background-color: #fff;
      margin-top: 0px;
      margin-left: 0px;
      margin-right: 0px;
}

/* ヘッダー｜デザインカテゴリーのみ */
.category-2 .header-container{
      margin-top: 10px;
      margin-bottom: -20px;
}

/* メイン上部スペース｜デザインカテゴリーのみ */
.categoryid-2 .main {
  margin-top: -35px;
}

/* サイトタイトルテキスト左揃え */
.site-name-text {
      padding: 0px;
      display: flex;
      align-items: left;
      align-content: left;
      margin-left: 0px;
  }

/*サイドバー非表示*/
.sidebar {
    display: none;
}

.home .copyright {
  margin-bottom: -15px;
}

.copyright {
  margin-bottom: 5px;
}

}

/*1030px以下*/
@media screen and (max-width: 1030px){

.home .wrap {
      width: auto;
      margin-right: 0px;
      margin-left: 0px;
}

/* ヘッダーホームのみ */
.home .header-container{
      background-color: #fff;
      margin-top: 0px;
      margin-left: 0px;
      margin-right: 0px;
}

/* スライダースペース */
.n2-ss-margin {
  margin: -50px 0px 50px 0px !important;
}

/*一覧表示左右スペース調製*/
.list {
      margin-right: -15px;
      margin-left: -5px;
}

/* ヘッダー */
.header-container{
      background-color: transparent;
      margin-top: 10px;
      margin-bottom: 20px;
}

/* サイドバー非表示 */
div.sidebar {
    display: none;
  }

/* 下部モバイル用ボタン非表示 */
.mobile-menu-buttons {
    display: none;
}

/* フッターコピーライト左揃え */
.footer-bottom-content {
        float: left;
        text-align: left;
        padding-left: 30px;
}

}

@media screen and (max-width: 834px) {

/* ヘッダー */
.header-container{
      background-color: transparent;
      margin-top: 0px;
      margin-bottom: 35px;
}

/* 上部ナビゲーション表示 */
.navi-in > .menu-header {
            display: flex;
            margin-top: -38px;
            padding-top: 10px;
            margin-bottom: -30px;
}

/* ホームのみ上部ナビゲーション表示 */
.home .navi-in > .menu-header {
            padding-top: 0px;
}

/* ヘッダー｜デザインカテゴリーのみ */
.category-2 .header-container{
      margin-top: 0px;
      margin-bottom: -40px;
}

/* メイン上部スペース｜デザインカテゴリーのみ */
.categoryid-2 .main {
  margin-top: -55px;
}

/* 関連記事3列表示 */
.rect-vartical-card .related-entry-card-wrap {
    width: 33%;
}

/* 一覧3列表示 */
.ect-vertical-card-3 .entry-card-wrap {
    width: 33%;
}

/* メイン横スペース調製 */
main.main, div.sidebar {
  padding: 25px;
  margin: 10px 0;
  border-width: 0;
}

/* サイトタイトルテキスト左揃え */
.site-name-text {
      padding: 0px;
      display: flex;
      align-items: left;
      align-content: left;
      margin-left: -10px;
      margin-bottom: -10px;
}

/* ホームのみサイトタイトルテキスト下部スペース */
.home .site-name-text {
        margin-bottom: 0px;
        margin-left: 0px;
    }

/* 下部モバイル用ボタン非表示 */
.mobile-menu-buttons {
  display: none;
}

/* フッターコピーライト左揃え */
.home .footer-bottom-content {
        float: right;
        margin-right: -80px;
}

}

/*768px以下*/
@media screen and (max-width: 768px){

/* ホーム上部ナビゲーション表示 */
.home .navi-in > .menu-header {
            display: flex;
            margin-top: -38px;
            margin-bottom: -25px;
}

/* 上部ナビゲーション表示 */
.navi-in > .menu-header {
          display: flex;
          margin-top: -38px;
          margin-bottom: -25px;
}

/* スライダーマージン */
.n2-ss-margin {
  margin: -50px 0px 40px 0px !important;
}

/* 関連記事3列表示 */
.rect-vartical-card .related-entry-card-wrap {
      width: 33%;
}

/* 一覧3列表示 */
.ect-vertical-card-3 .entry-card-wrap {
      width: 33%;
}

/* サイトタイトルテキストスペース調製 homeのみ*/
.home .header-container {
        padding-left: 15px;
}

.main.main, .div.sidebar {
      padding: 20px;
      /* margin: 10px 0; */
      border-width: 0;
  }

/* タイトルスペース修正 */
.entry-title, .archive-title {
      font-size: 21px;
      margin: 0 0;
      padding-left: 0px;
      line-height: 1.3;
      padding-bottom: 0;
      padding-top: 10px;
}

.related-entry-heading, .comment-title {
    padding-left: 10px;
    margin-bottom: 0px;
}

/* タグスペース修正 */
.entry-categories-tags {
  margin-bottom: 0;
  padding-bottom: 0;
  margin-left: 5px
}

/* ホームのみコピーライト */
.home .copyright {
  margin-bottom: -12px;
  margin-left: 80px;
}

/* モバイル用ボタン */
.mobile-menu-buttons .menu-icon{
    font-size: 18px;
    margin-top: 6px;
}

/* モバイル用ボタンキャプション */
.menu-caption {
    font-size: 16px;
    text-align: center;
    display: block;
}

/* ラベルスペース上部修正 */
.entry-categories-tags {
      margin-top: -25px;
      margin-bottom: 0px;
  }

/* 検索窓修正 */
.search-menu-content {
    transition: .3s ease-in-out;
    position: fixed;
    top: 55%;
    z-index: 9999;
    width: 90%;
    left: 5%;
    right: 5%;
}

/* モバイルサイドバー修正 */
.menu-content .sidebar {
    width: 85%;
    display: block;
    margin-top: 25px;
    margin-left: 20px;
    margin-right: 20px;
}

/* ヘッダーホームのみ */
.home .header-container{
    background-color: #fff;
    margin-top: 0px;
    margin-left: -10px;
}

/* ヘッダー */
.header-container{
    background-color: transparent;
    margin-top: 0px;
    margin-bottom: 35px;
}

/* パンくずリスト */
.breadcrumb {
    margin-top: 20px;
    margin-bottom: 1em;
    color: #777;
    font-size: 12px;
    padding-left: 5px;
}

/* モバイルナビのメニューボタン */
.mobile-menu-buttons {
  display: none;
}

/* h2見出し */
.article h2 {
  font-size: 16px;
  padding-bottom: 15px;
}

/* h3見出し */
.article h3 {
font-size: 16px;
}

/* 本文サイズ修正 */
.entry-content p {
  font-size: 14px;
}

/* フッターコピーライト左揃え */
.home .footer-bottom-content {
        float: right;
        margin-right: 0px;
}

/*480px以下*/
@media screen and (max-width: 480px){

/*ナビゲーション非表示*/
.navi-in > .menu-header {
            display: none;
}

/* ヘッダー｜デザインカテゴリーのみ */
.category-2 .header-container{
      margin-top: 0px;
      margin-bottom: -25px;
}

/* メイン上部スペース｜デザインカテゴリーのみ */
.categoryid-2 .main {
  margin-top: -30px;
}

/* スライダーマージン */
.n2-ss-margin {
  margin: -50px 0px 20px 0px !important;
}

/*一覧表示左右スペース調製*/
.list {
  margin-right: -15px;
  margin-left: -10px;
}

.entry-card, .related-entry-card, .e-card-title {
line-height: 2;
}

/* 関連記事3列表示 */
.rect-vartical-card .related-entry-card-wrap {
        width: 49%;
}

/* 一覧3列表示 */
.ect-vertical-card-3 .entry-card-wrap {
        width: 49%;
}

/* タイトルサイズ修正 */
.entry-title, .archive-title {
      font-size: 18px;
}

/* モバイルメニューのみボタン非表示 */
.navi {
    display: none;
}

/* 上部ナビゲーション非表示 */
.menu-main_navi {
    display: none;
}

/* ホームのみサイトタイトル左側スペース */
.header-container-in.hlt-top-menu .logo-header {
    max-height: none;
    margin-left: -15px;
}

/* ホームのみサイトタイトルテキスト左揃え */
.home .site-name-text {
      margin-left: 5px;
      margin-bottom: 3px;
}

/* サイトタイトルテキスト左揃え */
.site-name-text {
        padding: 0px;
        display: flex;
        align-items: left;
        align-content: left;
        margin-left: 20px;
        margin-bottom: -10px;
}

/* ヘッダー */
.header-container{
    background-color: transparent;
    margin-top: 0px;
    margin-bottom: 20px;
    margin-left: 0px;
}

/* 本文サイズ修正 */
.entry-content p {
  font-size: 13px;
}

/* ラベルスペース上部修正 */
.entry-categories-tags {
      margin-top: -25px;
      margin-bottom: 0px;
  }

/* SNSボタン修正 */
.sns-share-buttons a {
      font-size: 10px;
      display: block;
      background-color: #999;
      text-align: center;
      color: #fff;
      text-decoration: none;
      border-radius: 4px;
      height: 25px;
      padding-top: 1px;
}

/* SNSフォローボタン修正 */
.sns-follow-buttons a {
      font-size: 20px;
      line-height: 1.4em;
      display: block;
      background-color: #999;
      text-align: center;
      color: #fff;
      text-decoration: none;
      border-radius: 4px;
      height: 25px;
}

/* 関連記事下スペース */
.pager-post-navi {
    margin-bottom: 0;
    margin-top: 0;
    display: flex;
    flex-direction: column;
}

/* モバイルナビ メニューボタン */
.mobile-menu-buttons {
  display: flex;
}

/* モバイル用ボタン */
.mobile-menu-buttons .menu-icon{
    font-size: 16px;
    margin-top: 6px;

}

/* モバイル用ボタンキャプション */
.menu-caption {
    font-size: 14px;
    text-align: center;
    display: block;
}

/* モバイル用ボタンからのサーチボックス */
.search-edit, input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], textarea, select {
    background-color: #ffffff;
}

.navi-menu-button {
  display: none;
}

/* 2段コラム組み */
.container .column-wrap > div {
    width: 100%;
    padding-top: 0px;
    padding-bottom: 0;
}

/* コラム組み上部スペース */
.column-wrap {
    margin-top: 0px;
}

/* h2見出し */
.article h2 {
  font-family: 'Helvetica Neue', sans-serif !important;
  font-size: 12px;
  font-weight: 400;
  padding-top: 0px;
  padding-left: 0px;
  padding-bottom: 15px;
  margin-bottom: 0px;
  background-color: transparent;
  border-radius: 0px;
}

/* フッター上下スペース */
.footer {
    margin-top: -60px;
    padding-top: 0px;
}

/* ホームのみコピーライト */
.home .copyright {
  display: none;
}

/* コピーライト */
.footer-bottom-content {
  padding-left: 18px;
}

}

/*Contact Form 7カスタマイズ*/
/*スマホContact Form 7カスタマイズ*/
@media(max-width:500px){
.inquiry th,.inquiry td {
 display:block!important;
 width:100%!important;
 border-top:none!important;
 -webkit-box-sizing:border-box!important;
 -moz-box-sizing:border-box!important;
 box-sizing:border-box!important;
}
.inquiry tr:first-child th{
 border-top:1px solid #d7d7d7!important;
}
/* 必須・任意のサイズ調整 */
.inquiry .haveto,.inquiry .any {
font-size:10px;
}}
/*見出し欄*/
.inquiry th{
 text-align:left;
 font-size:14px;
 color:#444;
 padding-right:5px;
 width:30%;
 background:#f7f7f7;
 border:solid 1px #d7d7d7;
}
/*通常欄*/
.inquiry td{
 font-size:13px;
 border:solid 1px #d7d7d7;
}
/*横の行とテーブル全体*/
.entry-content .inquiry tr,.entry-content table{
 border:solid 1px #d7d7d7;
}
/*必須の調整*/
.haveto{
 font-size:7px;
 padding:5px;
 background:#ff9393;
 color:#fff;
 border-radius:2px;
 margin-right:5px;
 position:relative;
 bottom:1px;
}
/*任意の調整*/
.any{
 font-size:7px;
 padding:5px;
 background:#93c9ff;
 color:#fff;
 border-radius:2px;
 margin-right:5px;
 position:relative;
 bottom:1px;
}
/*ラジオボタンを縦並び指定*/
.verticallist .wpcf7-list-item{
 display:block;
}
/*送信ボタンのデザイン変更*/
#formbtn{
 display: block;
 padding:15px;
 width:280px;
 background:#888;
 color:#fff;
 font-size:16px;
 font-weight:bold;
 border-radius:2px;
 margin:25px auto 0;
}
/*送信ボタンマウスホバー時*/
#formbtn:hover{
 background:#fff;
 color:#888;
 border:2px solid #888;
}