@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/


/* Contact Form7スマホ・タブレット用カスタマイズ */
@media(max-width:850px){
/* テーブルの見出しとフォーム */
table.inquiry th,table.inquiry td {
   display:block;
   padding:1em 0!important;
   width:100%;
   border:0;
}

/* 送信ボタン */
input.wpcf7-submit{
   margin-bottom:30px;
   width:100%;
}
}

/* 日付タグ上のテキストをPCとスマホで変更 */
@media(max-width:900px){
.pcdate{
   display: none;
}
}
@media(min-width:1000px){
.spdate{
   display: none;
}
/* 日付タグの幅を調整 */
.wpcf7-date.dateform{
   width: 25%;
}
}

/* Contact Form7全体カスタマイズ */

/* 自動入力されるPタグを無効にする */
.inquiry p {
   display: inline;
}

/*テーブル下に余白.枠線・テキストの行間 */
table.inquiry {
   margin-bottom: 30px;
   border: 1px solid #949495;
	border-color:#949495 !important;
   line-height:1.2;
   vertical-align:middle;
}

/* テーブルの行 */
.inquiry tr {
   border:0!important;
}

/* テーブルの見出し側 */
.inquiry th{
   text-align:left;
   font-size:14px;
   padding: 1em 1.5em;
    width: 15%;
   background:#ffff;
	border-color:#DCDCDC;
   white-space: nowrap;
   vertical-align: middle;
}

/* 必須と任意タグ */
.haveto,.any{
   font-size:13px;
   padding:5px;
   background:#ff9393;
   color:#fff;
   border-radius:2px;
   margin-right:5px;
   font-weight:normal;
}

/* 任意タグの背景カラー */
.any{
   background:#93c9ff;
}

/* テーブルフォーム側 */
.inquiry td{
   font-size:13px;
	border-color:#DCDCDC;
		 background:#fff;
padding-left:1.5em;
	padding-right:1.5em;
}

/* 入力エリア幅最大 */
.wpcf7-form-control {
   width: 100%;
}

/* フォーム入力欄の余白・背景カラー・枠線消す指定 */
.inquiry input,.inquiry select,.inquiry textarea {
   margin: 5px 0;
   background:#eff1f5;
   border: none;
   padding:0.7em;
}
.inquiry textarea {
   padding-bottom:10em;
}

/* チェックボックスとラジオボタンの位置調整 */
.wpcf7-list-item-label,.wpcf7-checkbox,input[type=checkbox],input[type=radio]{
   vertical-align:middle;
}
.wpcf7-list-item-label{
   padding:0 5px 0 2px;
}
/*ラジオボタンを縦並び指定*/
.verticallist{
   display:inline-grid;
}
/* 送信ボタンセンター */
.p-center1{
text-align: center;	
margin-bottom: 5em;	
}
.p-center2{
text-align: center;	
display:flex;
margin-bottom: 5em;	
}
/* 送信ボタンのデザイン */
.wpcf7-submit {
    display: bloc;
    margin: 10px 40px !important;
    padding: 1em 0 !important;
    width: 60% !important;
    background: #f7a438 !important;
    color: #fff !important;
    font-size: 18px !important;
    font-weight: bold !important;
    border-radius: 4px !important;
    border: none !important;
}

/* 送信ボタンマウスホバー時 */
.wpcf7-submit:hover{
   opacity: 0.6 !important;
   transition: 0.3s !important;
}

/* 送信ボタンスピナー非表示 */
.wpcf7-spinner {
    display: none;
}
/* フォーム上部に表示されるエラーメッセージを非表示 */
.screen-reader-response {
    display: none;
}
/* 確認ボタンのデザイン */
.wpcf7-previous {
    margin: 10px 40px !important;
    padding: 1em 0 !important;
    width: 60% !important;
    background: #aaaaaa !important;
    color: #fff !important;
    font-size: 18px !important;
    font-weight: bold !important;
    border-radius: 4px !important;
    border: none !important;
}
/* 確認ボタンマウスホバー時 */
.wpcf7-previous:hover{
   opacity: 0.6 !important;
   transition: 0.3s !important;
}
/* フォーム内エラーメッセージを赤色に指定 */
.wpcf7-not-valid-tip {
    color: #e92323;
}
/* スクロールボックス */
.box-scroll {
width:100%;
  height:200px;
  overflow-y: scroll;
  border: 1px solid #DCDCDC;
  padding: 30px;
}
.box-scroll p {
	margin-bottom:1em;
	font-size:16px;
}
.box-scroll .p1 {
	margin-bottom:1em;
	font-size:20px;
}
.grecaptcha-badge { 
	visibility: hidden;
}
/* zipaddr-jp ハイフンなしで入力 非表示*/

#autozip {
   display: none !important;
}

/* Contact Form7全体カスタマイズ-end */
/*reCAPTCHAのロゴを非表示にする*/
.grecaptcha-badge { visibility: hidden; 
}

/*フッター*/
.w-footer__box {
        flex: 1;
        padding: 0;
	padding-bottom: 0.8em;
    }
.l-footer__widgetArea {
     text-align: center;
   }
    .w-footer {
 border-bottom: 1px solid #88a8d440;
    }

/* TOPページ白背景上ボーダー非表示 */
.is-style-emboss_box {
    border-top: none;
}


/* テーブル */
.wp-block-table>table tr>:first-child:not(.-no1) {
    height: 5em;
    border-color: #1A1A7C;
	font-weight:normal;
}
.swl-inline-list[data-icon=dot]:before {
    height: 4px;
    left: .5em;
    position: absolute;
    top: calc(.75em - 1px);
    width: 4px;
    color: #1A1A7C;
}

/* パンくずBG */
.p-breadcrumb.-bg-on {
    background: #f4f8f9;
}

/* h1非表示 */
.c-pageTitle {
  display: none;
}
.l-mainContent__inner>.post_content {
  margin-top: 0;
}

/* h2カスタマイズ */
.post_content h2 {
position: relative;
padding: 1.5rem 1rem;
text-align:center;
font-size: 2.0em;
}

.post_content h2:after {
content: '';
position: absolute;
display: inline-block;
transform: translateX(-50%);
bottom: 0;
width: 30%;
height: 10px;
left: 50%;
  background-image: -webkit-repeating-linear-gradient(135deg, #1A1A7C, #1A1A7C 1px, transparent 2px, transparent 5px);
  background-image: repeating-linear-gradient(-45deg, #1A1A7C, #1A1A7C 1px, transparent 2px, transparent 5px);
  background-size: 7px 7px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* お知らせ一覧日付とカテゴリー並べ替え */
.top-newslist .p-postList__cat {
order: 1;
}
.top-newslist .p-postList__times.c-postTimes.u-thin {
order: 2;
}

.c-tabBody .p-postList__cat {
order: 1;
}
.c-tabBody .p-postList__times.c-postTimes.u-thin {
order: 2;
}



/* カテゴリーの文字色 */
.p-postList__cat {
color: #fff;
}
/* カテゴリーの装飾 */
.p-postList__cat {
    background-color: #ff5c5c;
border-radius: 1px;
    display: block;
    line-height: 1;
    padding: 4px .5em;
    text-decoration: none;
}
/* お知らせ一覧タイトル左寄せ */
.-type-simple .p-postList__title {
    text-align: left;
}
/* 更新日付非表示 */
.c-postTimes__modified.icon-modified{
	display:none;
}
/* 日付とカテゴリーマージン */
.p-articleMetas.-top {
    margin-bottom: 3em;
}
/* カテゴリーのアイコン非表示 */
.c-categoryList:before {
display:none;
}
.icon-folder:before {
display:none;
}

/* カテゴリー記事ページコンテンツ下アイコン非表示 */
.p-articleMetas.-bottom {
	display:none;
}
/* カテゴリー記事ページ日時非表示 */
.c-postTitle__date.u-thin {
	display:none;
}

/* カテゴリーの背景色 */
/*.c-postThumb__cat[data-cat-id="1"] {
  background-color: #ff5c5c;
}*/

/* NEWS色 */
.c-categoryList__link.hov-flash-up[data-cat-id="7"] {
  background-color: #ff5c5c;
}
/* 電気工事色 */
.c-postThumb__cat[data-cat-id="11"] {
  background-color: #f99e00;
}
.c-categoryList__link.hov-flash-up[data-cat-id="11"]{
  background-color: #f99e00;
}
.c-categoryList__link.hov-flash-up[data-category-id="11"]{
  background-color: #f99e00;
}
.c-categoryList__link.-current[data-cat-id="11"] {
  background-color: #f99e00;
}

/* 空調工事色 */
.c-postThumb__cat[data-cat-id="12"] {
  background-color: #028fd3;
}
.c-categoryList__link.hov-flash-up[data-cat-id="12"]{
  background-color: #028fd3;
}
.c-categoryList__link.hov-flash-up[data-category-id="12"]{
  background-color: #028fd3;
}

/* 建築工事色 */
.c-postThumb__cat[data-cat-id="14"] {
  background-color: #3fa402;
}
.c-categoryList__link.hov-flash-up[data-cat-id="14"]{
  background-color: #3fa402;
}
.c-categoryList__link.hov-flash-up[data-category-id="14"]{
  background-color: #3fa402;
}

/* 土木工事色 */
.c-postThumb__cat[data-cat-id="15"] {
  background-color: #b78734;
}
.c-categoryList__link.hov-flash-up[data-cat-id="15"]{
  background-color: #b78734;
}
.c-categoryList__link.hov-flash-up[data-category-id="15"]{
  background-color: #b78734;
}

/* 太陽光色 */
.c-postThumb__cat[data-cat-id="16"] {
  background-color: #f95f00;
}
.c-categoryList__link.hov-flash-up[data-cat-id="16"]{
  background-color: #f95f00;
}
.c-categoryList__link.hov-flash-up[data-category-id="16"]{
  background-color: #f95f00;
}

/* 蓄電池色 */
.c-postThumb__cat[data-cat-id="17"] {
  background-color: #00b7ad;
}
.c-categoryList__link.hov-flash-up[data-cat-id="17"]{
  background-color: #00b7ad;
}
.c-categoryList__link.hov-flash-up[data-category-id="17"]{
  background-color: #00b7ad;
}

/* CTAbg/色 */
.is-style-clmn-shadow>.swell-block-columns__inner>.swell-block-column {
    background-color: #ffffffc7;
}
.l-content{
	margin-bottom:0;
}
.w-beforeFooter {
    margin-top: 0;
}

/* CTAbg/マージン */
.c-pagination {
margin-bottom:5em;
}

/* main-img-text */
.p-mainVisual__slideTitle {
    font-size: 5.5vw;
    line-height: 1.4;
}

.p-mainVisual__slideText {
    font-size: 3.0vw;
    margin-top: .75em;
}