@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
*/

/* 
================================
共通
================================
*/
@import url('https://fonts.googleapis.com/css2?family=Kosugi+Maru&display=swap');

body{
	font-family: "Kosugi Maru", sans-serif;
	font-weight: 400;
}

.-body-solid .p-breadcrumb.-bg-on{
	background-color: #3192CB;
}
.p-breadcrumb__text{
	color: #fff;
}
.c-categoryList__separation:after, .p-breadcrumb__item:after{
	color: #fff;
}

/* セクションタイトル */
.c-secTitle {
	position: relative;
	font-family: "Kosugi Maru", sans-serif;
	font-weight: 600;
	font-style: normal;
	font-size: 24px;
	border-left: none;
	padding-left: 0;
}

.c-secTitle span::before {
	margin-right: 8px;
	position: initial;
	font-family: "Font Awesome 6 Free";
}

/* 人気記事ランキング */
.widget_swell_popular_posts .c-secTitle span::before {
	content: "\e561";
	color: #3192CB;
}

/* キーワードで探す */
.widget_tag_cloud .c-secTitle span::before {
	content: "\23";
	color: #3192CB;
}

/* 業態別 */
.businesstype .c-secTitle span::before {
	content: "\f002";
	color: #fff;
}

#sidebar .-type-list .p-postList__title, .-type-card .p-postList__excerpt{
	color: #999;
}



/* タグクラウド */
.tagcloud,
.wp-block-tag-cloud {
	gap: 16px !important;
}

.tag-cloud-link.tag-cloud-link {
	/* width:18% ; */
	text-align: center;
	background-color: #3192CB;
	border-radius: 50px;
	color: #fff !important;
	font-size: 15px !important;
	letter-spacing: .12em;
	padding: 10px 24px !important;
}

.tag-cloud-link.tag-cloud-link::before {
	content: "#";
}

.tag-link-count {
	color: #fff !important;
}

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

	/* タグクラウド */
	.tagcloud,
	.wp-block-tag-cloud {
		gap: 8px !important;
	}

	.tag-cloud-link.tag-cloud-link {
		font-size: 13px !important;
		padding: 7.5px 12px !important;
	}

	.tag-cloud-link.tag-cloud-link::before {
		content: "#";
	}

	.tag-link-count {
		color: #fff !important;
	}
}

/* 
================================
トップページ
================================
*/
.-type-card .p-postList__link{
	background-color:#fff;
}

/* 
================================
サイドバー
================================
*/

.c-widget__title.-side {
	display: block;
	position: relative;
	text-align: center;
	font-family: "Kosugi Maru", sans-serif;
	font-weight: 600;
	font-size: 18px;
	font-style: normal;
}

/* 人気記事ランキング */
.c-widget__title.-side::before {
	content: "\e561";
	color: #3192CB;
}

/* キーワードで探す */
#tag_cloud-4 .c-widget__title.-side::before {
	content: "\23";
	color: #3192CB;
}

/* 業態別 */
.c-widget__title.-side::before {
	content: "\f002";
	color: #fff;
}

.c-widget__title.-side::before,
.c-widget__title.-side::after {
	display: none;
}

aside .tagcloud {
	border-radius: 20px;
	padding: 24px;
	/* border: solid 1px  #cdcdcd;; */
	gap: 6px !important;
	background-color: #fff;
}

aside .tag-cloud-link.tag-cloud-link {
	font-size: 12px !important;
	padding: 7px 16px !important;
}

@media screen and (max-width:750px) {
	.c-widget__title.-side {
		font-size: 16px;
	}

	aside .tagcloud {
		border-radius: 10px;
		padding: 24px 16px;
		/* border: solid 1px  #cdcdcd;; */
		gap: 6px !important;

		aside .tag-cloud-link.tag-cloud-link {
			font-size: 11px !important;
			padding: 7px 12px !important;
		}
	}
}
	/* 
================================
ヘッダー
================================
*/
/* サブメニュー */
.c-gnav .sub-menu {
	background-color: #13315C !important;
}

.c-gnav .sub-menu a {
	color: #fff !important;
}
@media screen and (max-width:750px) {
	.l-header__inner{
		height: 56px;
	}
	.w-header{
		display: block !important;
	}
}

	/* 
================================
トップページ
================================
*/
	.p-postSlider .swiper {
		padding-top: 24px;
		padding-bottom: 24px;
	}

	/* スライダー */
	.p-postList__link {
		box-shadow: 0 13px 10px 1px rgba(0, 0, 0, .6);
		border-radius: 10px;
		overflow: hidden;
	}

	.p-postList__body {
		padding: 0 24px 8px;
	}

	.c-postThumb__cat {
		background-image: initial;
	}

	@media screen and (max-width:750px) {
		.p-postSlider .swiper {
			padding-top: 0px;
			padding-bottom: 16px;
		}

		/* スライダー */
		.p-postList__link {
			box-shadow: 0 4px 5px 1px rgba(0, 0, 0, .6);
		}

		.p-postList__body {
			padding: 0 12px 8px;
		}

	}

	/* 
================================
フッター
================================
*/

	/* 業態別 */
	.businesstype {
		background-color: #13315C;
		padding: 0px 0 0.1px;
		/* margin: 40px 0; */
	}

	.businesstype__heading {
		position: relative;

	}

	.businesstype__heading h2 {
		border-left-color: #fff;
		color: #fff;
		letter-spacing: .1em;
	}

	.businesstype__list ul {
		display: flex;
		flex-wrap: wrap;
		gap: 24px 2%;
	}

	.businesstype__list ul li {
		width: 31%;
	}

	.businesstype__list ul li a {
		position: relative;
		display: block;
		border: solid 1px #fff;
		border-radius: 10px;
		padding: 16px 8px;
		font-size: 16px;
		color: #fff;
		text-align: center;
		display: flex;
		justify-content: center;
		align-items: center;

	}

	.businesstype__list ul li a i {
		position: absolute;
		left: 16px;
		top: 50%;
		width: 32px;
		height: 32px;
		transform: translateY(-50%);
	}

	#categories-6 .c-widget__title.-footer,
	#pages-2 .c-widget__title.-footer {
		display: none;
	}

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

		/* 業態別 */
		.businesstype {
			padding-bottom: 2.4em;
		}

		.businesstype__inner {
			margin-bottom: 0;
		}

		.businesstype__list ul {
			gap: 12px 0;
			justify-content: space-between;
		}

		.businesstype__list ul li {
			width: 48.75%;

		}

		.businesstype__list ul li a {
			padding: 8px 8px;
			font-size: 13px;
			justify-content: left;
			align-items: center;

		}

		.businesstype__list ul li a i {
			margin-right: 8px;
			position: initial;
			left: 16px;
			width: 16px;
			height: 16px;
			transform: translateY(10%);
		}
	}

	/* 
================================
記事ページ
================================
*/
/* 記事背景 */
.post-template-default {
	background-color: #EBEBEB;
}

.post-template-default .l-mainContent {
	border-radius: 20px;
	padding: 40px 56px;
	background-color: #fff;
}

/* カテゴリリスト */
.post-template-default .c-categoryList {
	margin-top: 16px;
}

.post-template-default .c-categoryList__link {
	font-size: 14px;
	display: inline-block;
	padding: 8px 8px;
}

.post-template-default .c-categoryList:before {
	display: none;
}

.post-template-default .c-tagList {
	margin-top: 8px;
}

.post-template-default .c-tagList__link {
	background-color: #3192CB;
	border-radius: 50px;
	color: #fff !important;
	font-size: 12px !important;
	letter-spacing: .12em;
	padding: 4px 12px !important;
}

.c-tagList:before {
	display: none;
}
@media screen and (max-width:750px) {
	.post-template-default .l-mainContent {
		border-radius: 10px;
		padding: 24px 16px;
	}

	/* カテゴリリスト */
	.post-template-default .c-categoryList {
		margin-top: 8px;
	}

	.post-template-default .c-categoryList__link {
		font-size: 12px;
		padding: 5px 6px;
	}

	.post-template-default .c-tagList {
		margin-top: 4px;
	}

	.post-template-default .c-tagList__link {
		font-size: 11px !important;
		padding: 4px 8px !important;
	}
	
}

/* 
================================
資料ダウンロードページ(ユーザー入力時)
================================
*/
.post_content .mw_wp_form  strong{
    padding: 0  !important;;
    border-bottom: none !important;
    color: #dd0000 !important;
}
.post_content .mw_wp_form input, select, textarea{
margin-bottom:16px;
}
.post_content .mw_wp_form button{
margin-bottom:32px;;
border-radius: 50px;
padding: 8px 24px;
color:#fff;
background-color:#ED6E19 !important;
}

@media screen and (max-width:750px){
.post_content .mw_wp_form input{
width:100%;
}
}


/* 
================================
無料診断フォーム
================================
*/

/* フォーム全体 */
.wpcf7 {
  background-color: #f0f0f0;
  padding: 20px;
  border-radius: 10px;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto; /* 左右中央寄せ */
  box-sizing: border-box;
}

.wpcf7-form p{
	display: block;
    margin-bottom: 10px;
    font-size: 16px;
    color: #333333;
}

/* ラベルのスタイル */
.wpcf7-form label {
display: block;
margin-bottom: 10px;
font-size: 16px;
color: #333333; /* ダークグレー */
}

/* 必須フィールドのラベルスタイル */
.wpcf7-form .required {
background-color: #ff0000; /* レッド */
color: white;
padding: 2px 5px;
border-radius: 3px;
margin-left: 10px;
font-size: 12px;
}
/* テキストエリア（共通） */
.wpcf7-form textarea {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box; /* padding・borderを内包 */
  padding: 10px;
  border: 1px solid #cccccc;
  border-radius: 5px;
  margin-bottom: 20px;
  font-size: 16px;
  background-color: #ffffff;
  height: 150px;
  resize: vertical;
  display: block; /* 横スクロール防止に役立つことも */
}

.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="tel"],
.wpcf7-form input[type="url"] {
		width:800px;
	}

/* 送信ボタンのスタイル */
.wpcf7-form input[type="submit"] {
background-color: #007BFF; /* ブルー */
color: white;
cursor: pointer;
transition: background-color 0.3s ease;
border: none;
  width: 100%;        /* 親要素いっぱいに広げる */
  max-width: 300px;   /* PC時は最大300pxまで */
  display: block;
  margin: 0 auto;
}
.wpcf7-form input[type="submit"]:hover {
background-color: #0056b3; /* 濃いブルー */
}
/* エラーメッセージと成功メッセージのスタイル */
.wpcf7-form .wpcf7-not-valid-tip {
color: red;
font-size: 14px;
}
.wpcf7-form .wpcf7-mail-sent-ok {
color: green;
font-size: 16px;
margin-bottom: 20px;
}

/* スマホ */
@media screen and (max-width: 750px) {
  .wpcf7-form textarea {
    font-size: 16px; /* 拡大防止 */
  }
.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="tel"],
.wpcf7-form input[type="url"] {
		max-width:300px;
	}

}