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

/* --------------------
	共通
   -------------------- */
/* コピーライト表記 */
.l-footer .copyright {
	display: none;
}
.l-footer .copyright-auto {
	font-size: 12px;
	text-align: center;
}

/* ヘッダーSNSアイコン　※インスタガイドライン対応 */
.w-header__item .c-iconList__item .u-fz-16 {
	font-size: 29px;
}

/* フッターSNSアイコン */
.l-footer__foot .c-iconList__item a {
	font-size: 2em;
}

/* 固定ページタイトル中央寄せ */
.c-pageTitle,
.c-pageTitle__inner {
	float: none!important;
	text-align: center;
	font-size: 1.9em;
}

/* メインエリアの上部余白削除 */
.l-content {
	padding-top: 0;
}

/* パンくずリストエリアの背景色 */
.p-breadcrumb.-bg-on {
	background-color: #fff4df !important;
}

/* リッチカラム 左右中央寄せ */
.swell-block-columns__inner {
	justify-content: center;
}

/* メディアとテキストのテキストエリア　角丸 */
.wp-block-media-text__content p {
	border-radius: 20px;
}

/* --------------------
	追加CSS
   -------------------- */
/* フッター直前 - 追尾ボタン（お問い合わせ） */
.contact-floating-btn {
	width: 180px;
	display: block;
	position: fixed;
	z-index: 9999;
	top: 65px;
	margin-bottom: 0;
	right: 2%;
}
@media screen and (max-width: 600px) {
	.contact-floating-btn {
		display: none;
	}
}

/* フルワイド - 背景画像 縦横100%表示 */
.fullwidth-bg {
	background-size: 100% 100% !important;
}

/* リッチカラム+キャプションボックス - 高さ統一 */
.lc-capbox-height .swell-block-column {
	display: flex;
}
.lc-capbox-height .swell-block-column>.swell-block-capbox {
	flex-grow: 1;
	display: flex;
	flex-direction: column;
}
.lc-capbox-height .swell-block-column>.swell-block-capbox>.cap_box_content {
	flex-grow: 1;
	display: flex;
	flex-direction: column;
}
.lc-capbox-height .swell-block-column>.swell-block-capbox>.cap_box_content p {
	flex-grow: 1;
}

/* リッチカラム内のキャプションボックス-コンテンツエリア */
.lc-captionbox-bg .cap_box_content {
	background-color: #fdfdfd;
}

/* リッチカラム内のキャプションボックス　デザイン */
.lc-captionbox-br .cap_box_ttl { /* タイトルエリア */
	border-radius: 50px !important; /* 角丸 */
}
.lc-captionbox-br .cap_box_content { /* コンテンツエリア */
	border-radius: 20px !important; /* 角丸 */
	border: none !important; /* ボーダー打消し */
}

/* キャプションボックス　タイトル背景色とボーダーカラー */
.cb-ttl-bg-green {
	.cap_box_ttl {
		background-color: #5dc6a9;
	}
}
.cb-ttl-bg-lightblue {
	.cap_box_ttl {
		background-color: #14b8d5;
	}
}
.cb-ttl-bg-pink {
	.cap_box_ttl {
		background-color: #f08d9e;
	}
	.cap_box_content {
		border: 1px solid #f08d9e;
	}
}
.cb-ttl-bg-orange {
	.cap_box_ttl {
		background-color: #f5a644;
	}
}
.cb-ttl-bg-blue {
	.cap_box_ttl {
		background-color: #036eb8;
	}
	.cap_box_content {
		border: 1px solid #036eb8;
	}
}
.cb-ttl-bg-lightgreen {
	.cap_box_ttl {
		background-color: #73dec5;
	}
	.cap_box_content {
		border: 1px solid #73dec5;
	}
}
.cb-ttl-bg-emeraldgreen {
	.cap_box_ttl {
		background-color: #32b8b5;
	}
	.cap_box_content {
		border: 1px solid #32b8b5;
	}
}
.cb-ttl-bg-lightpink {
	.cap_box_ttl {
		background-color: #f3afb0;
	}
	.cap_box_content {
		border: 1px solid #f3afb0;
	}
}
.cb-ttl-bg-yellow {
	.cap_box_ttl {
		background-color: #faee00;
	}
	.cap_box_content {
		border: 1px solid #faee00;
	}
}

@media (min-width: 600px) { /* PC */
	/* リッチカラム内のメディアとテキスト　テキスト背面 */
	.lc-mt .is-style-broken .wp-block-media-text__content {
		z-index: -1;
	}

	/* リッチカラム内のキャプションボックス　デザイン */
	.lc-captionbox-br .cap_box_ttl { /* タイトルエリア */
		left: 3em;
	}
	.lc-captionbox-br .cap_box_content { /* コンテンツエリア */
		padding-left: 3em;
	}
	/* 支援内容＞プログラム下イラスト表示位置調整 */
	.lc-position-top {
		top: -130px;
	}
}

/* --------------------
	コンタクトフォーム7
   -------------------- */
.cf7 {
	margin: 0 auto;
}

.cf7__list {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 40px;
}

.cf7__list dt:nth-of-type(n + 2),
.cf7__list dd:nth-of-type(n + 2) {
	margin-top: 30px;
}

.cf7__list dt {
	width: 30%;
	padding-top: 10px;
}

.cf7__list dd {
	width: 70%;
}

/* 必須・任意 */
.cf7__required,
.cf7__optional {
	margin-left: 15px;
	padding: 1px 8px 3px;
	color: #fff;
	font-size: 12px;
	vertical-align: 1px;
}

.cf7__required {
	background: #B1221A;
	border-radius: 10px;
}

.cf7__optional {
	background: #878D8E;
	border-radius: 10px;
}

/* input・textarea */
.cf7__list dd input[type="text"],
.cf7__list dd input[type="tel"],
.cf7__list dd input[type="email"],
.cf7__list dd textarea {
	width: 100%;
	padding: 12px 20px;
	background: #F4F4F4;
}

/* ドロップダウンメニュー */
.cf7__select {
	position: relative;
}

.cf7__select:before {
	position: absolute;
	top: 50%;
	right: 20px;
	z-index: 10;
	transform: translateY(-50%);
	width: 0;
	height: 0;
	border-top: 8px solid #000;
	border-right: 6px solid transparent;
	border-left: 6px solid transparent;
	pointer-events: none;
	content: '';
}

.cf7__select select {
	width: 100%;
	padding: 15px 20px;
	background: #F4F4F4;
	color: #a5a5a5;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

/* チェックボックス・ラジオボタン */
.cf7__list dd .wpcf7-checkbox,
.cf7__list dd .wpcf7-radio {
	display: block;
	padding: 15px 0 10px;
}

/* 縦並び（チェックボックス・ラジオボタン） */
.cf7__list dd .wpcf7-list-item {
	display: block;
	margin: 0;
}

.cf7__list dd .wpcf7-list-item:nth-child(n + 2) {
	margin-top: 18px;
}

/* マウスカーソル（チェックボックス・ラジオボタン） */
.cf7__list dd .wpcf7-list-item label {
	cursor: pointer;
}

/* チェックボックス・ラジオボタン */
input[type="checkbox"],
input[type="radio"] {
	position: relative;
	width: 18px;
	height: 18px;
	margin-right: 8px;
	border: 1px solid #bcbcbc;
	vertical-align: -3px;
	cursor: pointer;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

/* チェックボックス */
input[type="checkbox"]:checked {
	border: 1px solid #000;
	background: #000;
}

input[type="checkbox"]:checked:before {
	position: absolute;
	top: 2px;
	left: 5px;
	transform: rotate(50deg);
	width: 6px;
	height: 10px;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	content: '';
}

/* ラジオボタン */
input[type="radio"] {
	border-radius: 50%;
}

input[type="radio"]:checked:before {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 9px;
	height: 9px;
	border-radius: 50%;
	background: #000;
	content: '';
}

/* プレースホルダー */
/* Google Chrome / Safari / Mozilla Firefox / Opera */
.cf7__list dd input[type="text"]::placeholder,
.cf7__list dd input[type="tel"]::placeholder,
.cf7__list dd input[type="email"]::placeholder,
.cf7__list dd textarea::placeholder {
	color: #a5a5a5;
}

/* Microsoft Edge */
.cf7__list dd input[type="text"]::-ms-input-placeholder,
.cf7__list dd input[type="tel"]::-ms-input-placeholder,
.cf7__list dd input[type="email"]::-ms-input-placeholder,
.cf7__list dd textarea::-ms-input-placeholder {
	color: #a5a5a5;
}

/* Internet Explorer */
.cf7__list dd input[type="text"]:-ms-input-placeholder,
.cf7__list dd input[type="tel"]:-ms-input-placeholder,
.cf7__list dd input[type="email"]:-ms-input-placeholder,
.cf7__list dd textarea:-ms-input-placeholder {
	color: #a5a5a5;
}

/* 送信ボタン */
.cf7__button {
	padding-left: 72px;
	text-align: center;
}

input[type="submit"] {
	width: 260px;
	height: 50px;
	background: #eb6b94;
	color: #fff;
	transition: opacity .6s;
	border-radius: 30px;
}

input[type="submit"]:hover {
	opacity: .6;
}

/* ajax-loader */
.wpcf7-spinner {
	vertical-align: middle;
}

.cf7__privacy {
	text-align: center;
}

.cf7__privacy2 {
	text-align: center;
	margin: 0 0 30px 0;
}

@media screen and (max-width: 767px) {
	.cf7__list dt {
		width: 100%;
		margin-bottom: 15px;
		padding-top: 0;
	}

	.cf7__list dd {
		width: 100%;
	}

	.cf7__list dd:nth-of-type(n + 2) {
		margin-top: 0;
	}

	.cf7__list dd .wpcf7-checkbox,
	.cf7__list dd .wpcf7-radio {
		padding: 15px 0 0;
	}

	/* 送信ボタン */
	input[type="submit"] {
		width: 180px;
		height: 56px;
	}
}

@media screen and (max-width: 1200px) {/* 1200px以下*/
	.cf7 {
		width: 100%;
	}
}
/* コンタクトフォーム7（END） */