<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

/* 要素設定*/

body {
	background: #FFF;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #333;
	font-size: 14px;
	line-height: 1.6;
}

a {
	color: inherit;
}

a:hover {
	text-decoration: none;
}

a img {
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

a:hover img {
	opacity: 0.7;
}

img {}

a[href^="tel:"] {
	cursor: default;
	text-decoration: none;
	color: inherit;
	pointer-events: none;
}

textarea,
input[type="email"],
input[type="number"],
input[type="password"],
input[type="text"] {
	color: #444;
	font-size: 120%;
	padding: 2px 5px;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 1px 0;
	width: 100%;
}

label input[type="checkbox"],
label input[type="radio"] {
	margin: 0 5px 0 0;
}

label {
	display: inline-block;
	vertical-align: middle;
	margin: 0 1em 0 0;
}


/* 汎用ルール */

.u-inner {
	width: 1000px;
	position: relative;
	z-index: 1;
	margin: 0 auto;
}

.u-inner:after {
	content: "";
	display: block;
	clear: both;
}


/* 汎用見出し */

.u-headline01 {
	margin-bottom: 1em;
	/* color: #FAF; */
	position: relative;
	z-index: 1;
	border-bottom: 1px solid #f5b721;
	padding: 0 0 6px 19px;
	font-size: 18px;
	font-weight: normal;
}

.u-headline01-green {
	border-bottom-color:#9eb441;
}

.u-headline01-purple {
	border-bottom-color:#C38FBF;
}

.u-headline01-skyblue {
	border-bottom-color:#43C1CB;
}

.u-headline01:before {
	content: "";
	height: 30px;
	width: 8px;
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 0;
	left: 0;
	background: #f5b721;
}

.u-headline01-green:before {
background-color:#9eb441;
}


.u-headline01-purple:before {
background-color:#C38FBF;
}

.u-headline01-skyblue:before {
background-color:#43C1CB;
}

.u-headline02 {
	text-align: center;
	border-top: 2px solid #f5b721;
	background: url(../img/bg-headline02.png) center 0 no-repeat;
	padding: 41px 0 0;
	margin-bottom: 47px;
}

.u-headline02-green {
	background-image: url(../img/bg-headline02-green.png);
	border-top-color: #486900;
}

.u-headline02:before {
	content: "";
}

.u-headline03 {
	margin-bottom: 1em;
	border-bottom: 3px solid #f5b721;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 7px;
}

.u-headline03:before {
	content: "";
}


/* 汎用テーブル */

.u-table01 {
	width: 100%;
}

.u-table01 &gt; thead &gt; tr &gt; th {
	padding: 7px 10px;
	border: 1px solid #ddd;
	white-space: nowrap;
	background: #efefef;
	font-weight: normal;
	vertical-align: middle;
}

.u-table01 &gt; tbody &gt; tr &gt; th {
	padding: 9px 10px;
	border-top: 1px solid #ddd;
	white-space: nowrap;
	background: #f8e9cf;
	font-weight: normal;
	text-align: left;
	width: 140px;
	vertical-align: top;
	border-bottom: 1px solid #ddd;
}

.u-table01 &gt; tbody &gt; tr &gt; td {
	padding: 9px 10px;
	border-top: 1px solid #ddd;
	vertical-align: top;
	border-bottom]: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

.u-spBreakTable {}

.u-spBreakTable &gt; tbody {}

.u-spBreakTable &gt; tbody &gt; tr {}

.u-spBreakTable &gt; tbody &gt; tr &gt; th {}

.u-spBreakTable &gt; tbody &gt; tr &gt; td {}

.u-serif {
	font-family: "ヒラギノ明朝 Pr6 W6", "Hiragino Mincho Pro", "游明朝", YuMincho, "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.u-tableWrap {
	overflow: auto;
}

.u-tableWrap_caution {
	display: none;
}

.u-tableWrap_caution &gt; .icon {}


/* 汎用リスト */

.u-listCircle {
	list-style: none;
	line-height: 1.3;
	margin-bottom: 1em;
}

.u-listCircle &gt; li {
	margin-top: 5px;
	position: relative;
	z-index: 1;
	padding-left: 14px;
}

.u-listCircle &gt; li:first-child {
	margin-top: 0px;
}

.u-listCircle &gt; li:before {
	content: "";
	display: block;
	position: absolute;
	z-index: 1;
	width: 8px;
	height: 8px;
	background-color: #f5b721;
	border-radius: 50%;
	top: 50%;
	left: 0;
	margin-top: -4px;
}


/* 汎用セクション */

.u-section {
	margin-bottom: 50px;
}

.u-sectionSmall {
	margin-bottom: 25px;
}


/* 汎用ボタン */

.u-button {
	line-height: 40px;
	display: block;
	background: #f5b721;
	text-decoration: none;
	text-align: center;
	border-radius: 5px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 10px;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
	width: 100%;
	/* border: 1px solid #999; */
}

.u-button:hover {
	opacity: 0.7;
}

.u-button-cancel {
	background: #666;
	color: #fff;
}


/* 汎用テキスト */

.u-text {
	margin-bottom: 1em;
}


/* wysiwygエディタの出力先 */

.u-wysiwyg:after {
	content: "";
	display: block;
	clear: both;
}

.u-wysiwyg div {
	max-width: 100%;
}

.u-wysiwyg img {
	max-width: 100%;
	height: auto;
}

.u-wysiwyg ol,
.u-wysiwyg ul {
	padding-left: 1.5em;
}

.u-wysiwyg blockquote {
	background-color: #f6f6f6;
	padding: 30px;
	position: relative;
	z-index: 1;
}

.u-wysiwyg blockquote:before {
	content: "“";
	font-size: 50px;
	color: #999;
	position: absolute;
	left: 5px;
	top: 5px;
	line-height: 1;
}

.u-wysiwyg blockquote:after {
	content: "”";
	font-size: 50px;
	color: #999;
	position: absolute;
	right: 5px;
	bottom: -15px;
	line-height: 1;
}


/* アイコン */

[class^="icon"] {
	vertical-align: middle;
	display: inline-block;
	margin: 0 3px;
}

[class^="icon"]:before {
	display: block;
}
</pre></body></html>