@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
*/
/*投稿ページ↓のカテゴリー表示をけす*/
div.p-articleFoot {
	display: none;
}
.home #content{
	margin-bottom:0;
}
.home h2.is-style-section_ttl{
	font-size:2rem;
	border-bottom:2px solid var(--color_main);
	display:inline-block;
	padding:0 0.8rem;
}
/*投稿一覧の日付表示*/
.p-postList__body {
    display: grid;
    grid-template-columns: auto 1fr;
}

@media screen and (max-width:600px) {
    .p-postList__body {
        display: grid;
        grid-template-columns: 1fr;
        grid-auto-rows: auto auto;
        gap: 0.5em;
    }
}

.p-postList__body .p-postList__meta {
    font-size: 1em !important;
    color: var(--color_text) !important;
    line-height: 24px;
    margin: 0;
    align-self: flex-start;
}

.p-postList__body .p-postList__meta * {
    padding: 0;
}

.p-postList__meta .u-thin {
    opacity: 1;
}

.icon-posted:before {
    display: none;
}

.p-postList__body .p-postList__cat {
    background-color: var(--color_main);
    color: white;
    padding: 0 5px;
    font-weight: 400;
    border-radius: 4px;
    font-size: 0.875em;
    line-height: 1.5;
}

.p-postList.-type-simple .p-postList__cat:before {
    display: none;
}

.p-postList.-type-simple .p-postList__title {
    padding-left: 1em;
}
/* newマーク */
/*news newマーク */
.new-mark .p-postList__title::before {
	content: "New";
	display: inline-block;
	background-color: #e60033;
	color: #fff;
	line-height: 1;
	margin-right: .5rem;
	padding: .3em .5em;
	font-size: .7em;
	vertical-align: text-bottom;
}

/*ページヘッダー*/
@media (min-width:600px){
	.l-topTitleArea{
		min-height:300px;
	}
	.l-topTitleArea .c-pageTitle{
		font-size:2.5em;		
		width:fit-content;
		padding:0 0.5em;
	} 
}  
.l-header__inner.l-container{
	padding-bottom:5px;
}
/* フォーム全体の枠 */
.contact-box {
  max-width: 800px;
  margin: 2em auto;
  padding: 2em;
  background: #f9f9f9;
  border: 1px solid #ddd;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  font-family: 'Helvetica Neue', sans-serif;
}

/* ラベル部分の余白を少し詰める */
.contact-box p {
  margin-bottom: 0.8em;
  font-size: 1rem;
  color: #333;
}

/* 入力フィールド全般 */
.contact-box input[type="text"],
.contact-box input[type="email"],
.contact-box select,
.contact-box textarea {
  width: 100%;
  padding: 0.6em 0.8em;
  font-size: 1rem;
  border: 1px solid #ccc;
  border-radius: 6px;
  background: #fff;
  box-sizing: border-box;
  transition: border-color 0.3s, box-shadow 0.3s;
  line-height: 1.4;
}

/* テキストエリアの高さもややコンパクトに */
.contact-box textarea {
  min-height: 140px;
}

/* フォーカス時のスタイル */
.contact-box input:focus,
.contact-box textarea:focus,
.contact-box select:focus {
  border-color: #4e9cd2;
  box-shadow: 0 0 0 3px rgba(78, 156, 210, 0.2);
  outline: none;
}

/* 送信ボタン */
.contact-box input[type="submit"] {
  background-color: #4e9cd2;
  color: #fff;
  padding: 0.7em 1.4em;
  font-size: 1rem;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  transition: background-color 0.3s;
}

.contact-box input[type="submit"]:hover {
  background-color: #357ca5;
}

/* メッセージの余白調整 */
.contact-box .wpcf7-response-output {
  margin-top: 1em;
}
/* 同意チェック全体のスタイル */
.wpcf7-acceptance {
display:inline-block;
 margin:1em 0;
  padding: 1em;
  background: #f8f8f8;
  border: 1px solid #ddd;
  border-radius: 6px;
  font-size: 0.95rem;
  color: #333;
}

/* チェックボックスとラベルの整列 */
.wpcf7-acceptance label {
  display: flex;
  align-items: center;
  gap: 0.5em;
  cursor: pointer;
}

/* チェックボックスのサイズ調整 */
.wpcf7-acceptance input[type="checkbox"] {
  width: 1.1em;
  height: 1.1em;
}

/* プライバシーポリシーリンクのスタイル */
.wpcf7-acceptance a {
  color: #4e9cd2;
  text-decoration: underline;
}

.wpcf7-acceptance a:hover {
  text-decoration: none;
}
.grecaptcha-badge {
  transform: scale(0.5);
  opacity: 0.7;
bottom: 0px !important;
}
.top_about-text{
	font-size:clamp(2rem, 1.812rem + 0.86vw, 2.5rem)!important;
	font-weight:600;
}
.top_rec .c-bannerLink__title .swl-fz.u-fz-xl{
	font-size:clamp(1.6rem, 1.034rem + 1.51vw, 2.24rem) !important;
}
@media screen and (max-width:600px){
	.top_rec .c-bannerLink__text{
		padding:0.8em;
	}
	.top_rec .c-bannerLink__title,.top_rec .c-bannerLink__description{
		line-height:1;
	}
	.top_rec .c-bannerLink__title .swl-fz.u-fz-xl{
	font-size:1.1rem !important;
}
	.top_rec .c-bannerLink__description{
		font-size:0.725rem;
	}
}