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

/* ------------------------------------------------------------
	Initialize
------------------------------------------------------------ */
html, body, div, span, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,abbr, address, cite, code,del, dfn, em, img, ins, kbd, q, samp,small, strong, sub, sup, var,b, i,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td,article, aside, canvas, details, figcaption, figure,footer, header, hgroup, menu, nav, section, summary,time, mark, audio, video {margin:0;padding:0;border:0;outline:0;font-size:100%;font-style: normal;font-weight: normal;vertical-align:baseline;background:transparent;}
body {line-height:1;-webkit-text-size-adjust: 100%;}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {display:block;}
ul,ol {list-style:none;}
img {border: 0;}
a {margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent;}
table {border-collapse:collapse;border-spacing:0;}
input, select {vertical-align:middle;}
textarea {resize: vertical;}


/* ------------------------------------------------------------
	Default
------------------------------------------------------------ */
html {
	overflow-y: scroll;
}
body {
	color: #333;
	font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
	font-size: clamp(0.8rem, 0.5rem + 1.6vw, 0.9rem);
	position: relative;
	text-align: center;
	width: 100%;
/*	width: min(100%, 750px);*/
	margin: auto;
/*	overflow-x: hidden;*/
}
h1,h2,h3,h4,h5,h6,p,ul,dl {
	line-height: 1;
}
p {
	line-height: 2;
	font-feature-settings:'palt';
}
a {
    color: #333;
	outline: none;
	text-decoration: none;
}
img {
	width: 100%;
	max-width: 100%;
	vertical-align: bottom;
	-webkit-backface-visibility: hidden;
}


/* ------------------------------------------------------------
	Layout
------------------------------------------------------------ */
header {
	padding: 5% 5% 10%;
}
header h1 {
	width: min(100%, 600px);
	margin: auto;
}
header h1 span {
	display: block;
	width: 60%;
	margin: 0 auto 10%;
}

main section {
	margin-bottom: calc(3em + 5%);
}
main section h2 {
	margin-bottom: 2em;
	padding: 1em 0;
	position: relative;
	color: #ccc;
/*	background: #1F2744;
	color: #FFF;*/
}
main section h2 span {
	display: block;
	font-size: 4em;
	color: #1F2744;
	margin-bottom: 0.4em;
}
main section h2::after {
	content: "";
	position: absolute;
	display: block;
	width: 10em;
	height: 2px;
	background: #1F2744;
	left: calc(50% - 5em);
	top: 5.5em;
}
main section p {
	margin-bottom: 1em;
}
main section:nth-of-type(2) p:first-of-type {
	text-align: center;
}
main section:nth-of-type(2) p:first-of-type span {
	display: inline-block;
}

main section:nth-of-type(2) dl:nth-of-type(1) {
	background: url(../img/bgicon01.png) no-repeat 50% 0;
}
main section:nth-of-type(2) dl:nth-of-type(2) {
	background: url(../img/bgicon02.png) no-repeat 50% 0;
}
main section:nth-of-type(2) dl:nth-of-type(3) {
	background: url(../img/bgicon03.png) no-repeat 50% 0;
}
main section:nth-of-type(2) dl:nth-of-type(4) {
	background: url(../img/bgicon04.png) no-repeat 50% 0;
}

main section:nth-of-type(2) dl {
	background-size: auto 60% !important;
	margin: 1em 0 3em;
}

main section:nth-of-type(2) dl:nth-of-type(n + 2) {
	margin-left: 2%;
}
main section:nth-of-type(2) dt {
	text-align: center;
	color: #1F2744;
	font-size: 1.4em;
	font-weight: bold;
	padding: 5em 0 0.5em;
}
main section:nth-of-type(2) dd {
	padding: 0.5em 0 1em;
	line-height: 1.6;
}

figure {
	clear: both;
	width: min(90%, 600px);
	margin: auto;
}

.inner {
	width: min(94%, 1000px);
	padding: 0 3%;
	margin: auto;
	text-align: left;
}

.lead {
	text-align: center;
	font-size: 1.3em;
	color: #1F2744;
	letter-spacing: 0.3em;
	margin-bottom: 2em;
}
.lead span {
	display: inline-block;
}

.sec_c_tbl {
	width: 100%;
}
.sec_c_tbl th,
.sec_c_tbl td {
	padding: 1em 0;
	vertical-align: top;
	border-bottom: 1px solid #CCC;
	line-height: 1.6;
}
.sec_c_tbl th {
	width: 27%;
	padding-left: 3%;
}
.sec_c_tbl td span {
	display: inline-block;
}
.sec_c_tbl img {
	width: 1em;
	vertical-align: text-bottom;
	margin: 0 0 -0.1em 0.5em;
}
.sec_c_tbl tr:nth-of-type(2) td span:nth-child(3) {
	margin-right: 1em;
}




footer {
	background: #1F2744;
	padding: 1em 0;
}
footer small {
	color: #FFF;
	font-size: 0.8em;
	vertical-align: middle;
}




.clearfix::after,
.inner::after {
	content: "";
	display: block;
	clear: both;
}
.clearfix::before,
.inner::before {
	content: "";
	display: block;
	clear: both;
}
.clearfix,
.inner {
	display: block;
}

/*	form
============================*/
.form {
	padding-bottom: 0;
}
.form .header__nav {
	display: none;
}
.form section {
	padding-top: 10px;
}
.form .inner {
	text-align: left;
}
.form section p {
	margin: 1em 0;
}
.form section figure {
	margin: 1em auto;
	width: 84%;
	max-width: 400px;
}
/*
.form__tbl {
	width: 100%;
	margin: 1em 0 1.5em;
}
.form__tbl caption  {
	width: 70%;
	margin: 1em auto 30px;
	background: #C49976;
	color: #FFF;
	font-weight: bold;
	padding: 0.5em 0;
	border-radius: 1em;
	font-size: 1.1em;
}
.form__tbl th,
.form__tbl td {
	display: block;
	line-height: 1.6;
}
.form__tbl th {
	position: relative;
	padding: 1em 0 0 45px;
    border-top: 1px solid #ccc;
}
.form__tbl td {
	padding: 5px 0 1.2em 0;
}
*/
.form__tbl th {
	position: relative;
	padding-left: 3.6em;
}
.form__tbl td {
	padding-top: 0.3em;
}
.form__tbl th span {
    display: inline-block;
}
.form__tbl th span.required {
    background-color: #C00;
    width: 40px;
    height: 21px;
    font-size: 11px;
    text-align: center;
    line-height: 21px;
    color: #fff;
    vertical-align: middle;
	position: absolute;
	left: 0;
	top: 1.4em;
}
.form__tbl th span.any {
    background-color: #808080;
    width: 40px;
    height: 21px;
    font-size: 11px;
    text-align: center;
    line-height: 21px;
    color: #fff;
    vertical-align: middle;
	position: absolute;
	left: 0;
	top: 1.4em;
}

.form__tbl input[type="text"],
.form__tbl input[type="number"],
.form__tbl input[type="tel"],
.form__tbl input[type="email"],
.form__tbl select,
.form__tbl textarea {
	border: solid 1px #CCC;
	border-radius: 3px;
	padding: 0.6em 0.6em;
	margin: 5px 0;
	vertical-align: middle;
	font-size: 16px;
    -webkit-appearance: none;
	font-family: sans-serif;
}
.form__tbl input[type="number"] {
	width: 4.5em;
}
.form__tbl input[type="text"],
.form__tbl input[type="email"] {
	width: 90%;
}
.form__tbl input[type="tel"] {
	width: 50%;
}
.form__tbl input[type="checkbox"] {
	vertical-align: middle;
	line-height: 1;
	margin: 0;
	width: 1em;
	height: 1em;
}
.form__tbl ::placeholder {
	color: #ccc;
}
.form__tbl textarea {
	width: 90% !important;
	height: 5em !important;
}
.form__tbl label {
	display: block;
	border: none !important;
	padding: 0 !important;
	margin: 0.2em 20px 0.1em 0 !important;
}
.form__btn {
	text-align: center;
	margin: 0 auto;
}
.form__btn input,
.form__btn input:hover,
.form__btn a,
.form__btn a:hover {
	display: inline-block;
	border: none;
	border-radius: 5px; 
	background: #1F2744;
	color: #fff;
	margin: 20px auto;
	padding: 1em 40px;
	outline: none;
	cursor: pointer;
	text-decoration: none;
	font-size: 1em;
    -webkit-appearance: none;
}

@media screen and (max-width : 767px) {
.form .contact {
	display: none;
}
.sec_c_tbl.form__tbl th {
	display: block;
	width: calc(100% - 3.6em);
	border-bottom: none;
	padding-bottom: 0.3em;
}
.sec_c_tbl.form__tbl td {
	display: block;
	width: 100%;
}
}


@media screen and (min-width : 768px) {

main section:nth-of-type(2) dl {
	width: 23.5%;
	float: left;
	margin: 2em 0 3em;
}


.form .contact__reserve,
.form .contact__mail {
	display: none;
}
}

/* default customize */
.mfp_ok {
    background-color: #FFF;
}
div.mfp_ok {
	display: none !important;
}
:focus {
	outline-color: #000;
}
form#mailformpro label.mfp_checked {
    padding: 0 !important;
    border: none !important;
    background-color: #FFF !important;
    box-shadow: none !important;
}
.mfp_element_submit {
	text-shadow: none;
}
</pre></body></html>