/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jan 14 2026 | 23:28:59 */
/* ここにCSSコードを追加

例:
.example {
    color: red;
}

CSS の知識に磨きをかけるためにご覧ください。
http://www.w3schools.com/css/css_syntax.asp

コメント終わり */ 

/*------------------------------------------------------
全ページ共通
------------------------------------------------------*/
/*----- ヘッダーメニュー -----*/
#header {
	background: #ffb71c; /* #ed6e4e; */
}
@media screen and (max-width: 1800px) {
	#header #header_inner {
		background: #ffb71c;
	}
}
#global_menu_wrap {
	border-top: 1px solid #051b33;
	border-bottom: 1px solid #051b33;
}

/*----- フッター -----*/
#footer_bottom {
	background: #ffb71c;
}

/*------------------------------------------------------
カスタム投稿「イラスト素材（illust）」
------------------------------------------------------*/
/*----- TOPページ：イラスト一覧 -----*/
#cpt_list article.item .title a {
	border-radius: 7px 7px 0 0;
}
#cpt_list article.item .link_button a {
	border-radius: 0 0 7px 7px;
}

/*----- 記事ページ：段落 -----*/
.post_content p {
	font-family: "M PLUS Rounded 1c", sans-serif;
	font-weight: 300;
	font-style: normal;
	font-size: 1.05rem;
}

/*------------------------------------------------------
404ページ
------------------------------------------------------*/
#header_image_for_404 {
}
#header_image_for_404 p {
	font-family: "M PLUS Rounded 1c", sans-serif;
	font-weight: 400;
	font-style: normal;
}


/*------------------------------------------------------
固定ページ共通：ボタン（BUTTON）
------------------------------------------------------*/
/*----- リンクボタン -----*/
.btn-base {
	width: 100%;
	display:block;
}
.btn-base a {
	margin-bottom:15px;
	text-decoration: none;
}
.btn-base .btn-common {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 300px;
	height: 61px;
	position: relative;
	background: #ed6e4e;
	border: 1px solid #ed6e4e;
	border-radius: 35px;
	box-sizing: border-box;
	padding: 0 37px 0 17px;
	font-weight: 500;
	color: #fff;
	line-height: 1.3;
	text-align: left;
	text-decoration: none;
	transition-duration: 0.3s;
	margin:35px auto;
}
a.btn-common:after {
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	font-family: "Font Awesome 5 Free"; 
	font-weight: 900;
	content: '\f105';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 21px;
}
a.btn-common:hover {
	background: #fff;
	color: #ed6e4e !important;
	text-decoration: none;
}
a.btn-common:hover:after {
	color: #ed6e4e;
}
a.btn-common:before {
	content: '';
	width: 1px;
	height: 30px;
	border: 0;
	border-right: 1px dotted #fff;
	position: absolute;
	top: 50%;
	right: 46px;
	margin-top: -15px;
}
a.btn-common:hover:before {
	border-right: 1px solid #ed6e4e;
}

/*----- ダウンロードボタン -----*/
.btn-base .btn-dl {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 300px;
	height: 61px;
	position: relative;
	background: #ed6e4e;
	border: 1px solid #ed6e4e;
	border-radius: 35px;
	box-sizing: border-box;
	padding: 0 37px 0 17px;
	font-weight: 500;
	color: #ffffff;
	line-height: 1.3;
	text-align: left;
	text-decoration: none;
	transition-duration: 0.3s;
	margin:35px auto;
}
a.btn-dl:after {
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	font-family: "Font Awesome 5 Free"; 
	font-weight: 900;
	content: '\f56d';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 21px;
}
a.btn-dl:hover {
	background: #fff;
	color: #ed6e4e !important;
	text-decoration: none;
}
a.btn-dl:hover:after {
	color: #ed6e4e;
}
a.btn-dl:before {
	content: '';
	width: 1px;
	height: 30px;
	border: 0;
	border-right: 1px dotted #fff;
	position: absolute;
	top: 50%;
	right: 46px;
	margin-top: -15px;
}
a.btn-dl:hover:before {
	border-right: 1px solid #ed6e4e;
}

/*------------------------------------------------------
ページ共通設定：Hタイトル設定（HEADING）
------------------------------------------------------*/
/*----- H2タイトル：ページキャッチコピー -----*/
.post_content h2.heading-catch {
	font-family: "M PLUS Rounded 1c", sans-serif;
	font-weight: 500; /* 100, 300, 400, 500, 700, 800, 900 */
	font-style: normal;
	color: #051b33;
	font-size: 2rem;
	text-align: center;
	position: relative;
	margin: 2em 0 1em 0;
	padding-bottom: 1em;
	border-bottom: 1px solid #051b33;
}
.post_content h2.heading-catch::before {
	content: attr(data-en);
	display: block;
	color: #818a96;
	font-size: 1rem;
	text-transform: uppercase;
	opacity: 100%;
	margin-bottom: 1em;
}
@media screen and (max-width: 900px) {
.post_content h2.heading-catch {
	font-size: 1.75rem;
}}

/*----- H2タイトル：通常 -----*/
h2.heading {
	font-family: "M PLUS Rounded 1c", sans-serif !important;
	font-weight: 500;
	font-style: normal;
	color: #051b33;
	text-align: left;
	align-items: center;
	font-size: 1.5rem !important;
	margin: 3em 0 1.5em 0 !important;
	padding: 1em 1.5em !important;
	background-color: #fff7eb;
	border-radius: 7px;
}

/*----- H3タイトル：通常 -----*/
h3.heading {
	font-family: "M PLUS Rounded 1c", sans-serif !important;
	font-weight: 400;
	font-style: normal;
	color: #051b33;
	text-align: left;
	align-items: center;
	font-size: 1.25rem !important;
	margin: 3em 0 1.5em 0 !important;
	padding: 1em 0 !important;
	border-bottom: 1px solid #051b33;
}

/*------------------------------------------------------
固定ページ共通：ボタン（BUTTON）
------------------------------------------------------*/
/*----- リスト：矢印アイコン -----*/
ul.list-common {
	margin: 0 !important;
	padding: 0 !important;
	position: relative;
}
ul.list-common li {
	line-height: 1.5;
	padding: 0.5em 0 0.5em 1.5em;
	list-style-type: none !important;
}
ul.list-common li:before {
	color: #ffb71c; /*アイコン色*/
	font-family: "Font Awesome 5 Free";
	font-weight: 900; /*アイコン表示に必要なウエイト*/
	content: "\f152"; /*アイコンの種類（f138）*/
	position: absolute;
	left : 0; /*左端からのアイコンまでの距離*/
}
/*----- リスト：PDFアイコン -----*/
ul.list-pdf {
	margin: 0 !important;
	padding: 0 !important;
	position: relative;
}
ul.list-pdf li {
	line-height: 1.5;
	padding: 0.5em 0 0.5em 1.5em;
	list-style-type: none !important;
}
ul.list-pdf li:before {
	color: #ffb71c; /*アイコン色*/
	font-family: "Font Awesome 5 Free";
	font-weight: 900; /*アイコン表示に必要なウエイト*/
	content: "\f1c1"; /*アイコンの種類*/
	position: absolute;
	left : 0; /*左端からのアイコンまでの距離*/
}

/*------------------------------------------------------
お問い合わせ（CONTACT）：フォーム（FORM）
------------------------------------------------------*/
/*----- コンタクトフォーム -----*/
/* コンタクトフォーム：デフォルトclass設定 */
div.wpcf7 {
	border: none;
	margin: 0px;
	padding: 0px;
}
form.wpcf7-form {
	margin: 0px !important;
	padding: 0px !important;
	background: #F5F7FA;
}
/* コンタクトフォーム：追加class設定（フォーム・項目） */
.table-contactform7 input,
.table-contactform7 textarea {
	width: 100%;
	margin: 0;
	padding: 11px !important;
	border: #cfd5e6 1px solid !important;
	border-radius: 5px;
	background: #F5F7FA;
}
.table-contactform7 select {
	font-size: 1rem;
	padding: 11px !important;
	border: #cfd5e6 1px solid !important;
	border-radius: 5px;
	background: #F5F7FA;
}
.table-contactform7 p {
	margin: 0 !important;
	padding: 0;
}
.table-contactform7 td .user-zipcode3 {
	width: 100px;
	margin: 0;
}
.table-contactform7 td .user-zipcode4 {
	width: 150px;
	margin: 0;
}
.table-contactform7 td .user-email {
	font-size: 1.2em;
}
.table-contactform7 td .user-time {
	width: 250px;
}
.table-contactform7 td .user-message {
	height: 150px;
}
/* コンタクトフォーム：フォームデザイン（https://inthecom.net/635） */
.table-contactform7 {
	overflow: hidden;
	table-layout: fixed;
	margin: 0px;
	padding: 0px;
}
.required-contactform7 {
	font-size: 0.7em;
	color: #FFFFFF;
	padding: 5px 7px;
	background: #39464D;
	border-radius: 3px;
	margin-right: 11px;
}
.unrequired-contactform7 {
	font-size: 0.7em;
	color: #39464D;
	padding: 5px 7px;
	background: #FFFFFF;
	border: #39464D 1px solid;
	border-radius: 3px;
	margin-right: 11px;
}
#article .table-contactform7 th {
	color: #39464D;
	font-weight: bold;
	text-align: left;
	vertical-align: middle;
	background: #FFFFFF;
	border: #FFFFFF 1px solid;
	padding: 0 0 20px 0 !important;
}
#article .table-contactform7 td {
	background: #FFFFFF;
	border: #FFFFFF 1px solid;
	padding: 0 0 20px 0 !important;
}
@media screen and (min-width: 900px) {
  #article .table-contactform7 th {
	width: 31%;
}
}
@media screen and (max-width: 900px) {
.table-contactform7 {
	display: block;
}    
#article .table-contactform7 tbody,
#article .table-contactform7 tr {
	display: block;
	width: 100%;
}
#article .table-contactform7 th {
	width: 100%;
	display: block;
	margin: 0 auto;
	padding: 0 0 13px 0 !important;
	border: none;
	background: #fff;
	border-radius: 0
}
#article .table-contactform7 td {
	display: list-item;
	list-style-type: none;
	margin: 0;
	padding: 0 0 19px 0 !important;
	width: 100%;
	border: none !important;
}
}
/* コンタクトフォーム：デフォルトclass設定（レスポンスメッセージ） */
/* 共通デザイン */
.wpcf7 .wpcf7-response-output {
	font-size: 1.1rem;
	text-align: center;
	border-radius: 5px;
	transition: all 0.3s ease; /* アニメーションで自然に */
	width: 80%;
	max-width: 720px;               /* 任意：幅の上限をつけると整う */
	display: block;                 /* 念のためブロックに */
	float: none !important;         /* 念のためフロート解除 */
	margin-left: auto !important;
	margin-right: auto !important;
	padding: 20px !important;
}
/* 成功（送信完了） */
.wpcf7 form.sent .wpcf7-response-output,
.wpcf7 form.accepted .wpcf7-response-output {       /* まれに accepted を使う拡張も */
	color: #0058E6;
	background: #FFFFFF;
	border: 1px solid #0058E6 !important;
}
/* 入力不備（バリデーションエラー） */
.wpcf7 form.invalid .wpcf7-response-output {
	color: #721c24;
	background: #f8d7da;
	border-color: #f5c6cb;
}
/* 送信失敗（メール送信NG） */
.wpcf7 form.failed .wpcf7-response-output {
	color: #721c24;
	background: #f8d7da;
	border-color: #f5c6cb;
}
/* 中断（aborted） */
.wpcf7 form.aborted .wpcf7-response-output {
	color: #856404;
	background: #fff3cd;
	border-color: #ffeeba;
}
/* スパム判定（spam） */
.wpcf7 form.spam .wpcf7-response-output {
	color: #0c5460;
	background: #d1ecf1;
	border-color: #bee5eb;
}


/*----- コンタクトフォーム：デフォルトclass設定（送信ボタン） -----*/
/* 既定の最適化 */
input[type="submit"] {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
}
span.wpcf7-spinner { display: none; }

/* ラッパー（親） */
.btn-submit-base { text-align: center; }

.btn-submit {
	display: inline-block;
	position: relative; /* ::after の基準 */
}

/* ボタン本体 */
.btn-submit input[type="submit"] {
	font-size: 1rem;
	width: 300px;
	height: 61px;
	padding: 0px 40px 0px 10px; /* 右アイコンのための余白 */
	border-radius: 7px;
	background-color: #0F181C;   /* 背景 */
	border: 1px solid #0F181C;   /* 枠線 */
	color: #FFFFFF;              /* テキスト */
	cursor: pointer;
	transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
}

/* 親:hover で色反転（=ボタン全体にホバーで発火） */
.btn-submit:hover input[type="submit"],
.btn-submit:has(input[type="submit"]:hover) input[type="submit"] { /* :has()は保険 */
	background-color: #FFFFFF;
	color: #0F181C;
	border: 1px solid #0F181C !important; /* ← border一括指定にする */
}

/* アイコン（親の疑似要素として描画） */
.btn-submit::after {
	content: "\f0e0";                 /* Font Awesome: angle-right */
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
	color: #FFFFFF;                   /* 通常：白 */
	pointer-events: none;             /* クリック妨げない */
	transition: color 0.3s ease;
}

/* 親:hover でアイコンも反転 */
.btn-submit:hover::after,
.btn-submit:has(input[type="submit"]:hover)::after { /* :has()は保険 */
	color: #0F181C;
}

/* キーボード操作でも反転させたい場合（推奨） */
.btn-submit input[type="submit"]:focus-visible {
	outline: 2px solid #0F181C;
	outline-offset: 2px;
	background-color: #FFFFFF;
	color: #0F181C;
	border: 1px solid #0F181C !important; /* ← border一括指定にする */
}

/*-----
メモ：コンタクトフォーム：submitに::before使用できない
-----*/