@charset utf-8

/***********************************************************
** Reset
***********************************************************/
*, *::before, *::after {
	box-sizing:border-box;
}
ul[class], ol[class] {
	padding:0;
}
body, h1, h2, h3, h4, p, ul[class], ol[class], figure, blockquote, dl, dd {
	margin:0;
}
html {
	scroll-behavior:smooth;
}
body {
	min-height:100vh;
	text-rendering:optimizeSpeed;
	line-height:1.5;
}
ul[class], ol[class] {
	list-style:none;
}
a:not([class]) {
	text-decoration-skip-ink:auto;
}
img, picture {
	max-width:100%;
	display:block;
}
article > * + * {
	margin-top:1em
}
input, button, textarea, select {
	font:inherit;
}
img:not([alt]) {
	filter:blur(10px);
}
@media(prefers-reduced-motion:reduce) {
	* {
		animation-duration:.01ms !important;
		animation-iteration-count:1 !important;
		transition-duration:.01ms !important;
		scroll-behavior:auto !important
	}
}


/***********************************************************
** Wrapper
***********************************************************/
.site-wrap {
	margin:0 auto;
	width:100%;
	max-width:768px;
}


/***********************************************************
** Header
***********************************************************/
.site-header {
	position:relative;
	padding:20px;
	background-color:#005ead;
}
.site-header::after {
	content:"";
	z-index:2;
	position:absolute;
	bottom:-20px;
	left:50%;
	margin-left:-30px;
	width:0;
	height:0;
	border-style:solid;
	border-width:20px 30px 0 30px;
	border-color:#005fad transparent transparent transparent;
}
.site-title {
	color:#fff;
	font-size:110%;
	text-align:center;
}

@media screen and (min-width:480px) {
	.site-main {
		padding:40px 30px;
	}
	.site-title {
		font-size:130%;
	}
}

@media screen and (min-width:768px) {
	.site-main {
		padding:40px;
	}
	.site-title {
		font-size:160%;
	}
}


/***********************************************************
** Main
***********************************************************/
.site-main {
	padding:40px 20px;
	border-top:10px solid #f39700;
}
.page-intro {
	margin-bottom:1.5em;
	font-size:95%;
	line-height:1.6;
}
.form-list {
	margin-bottom:40px;
}
.form-list dt {
	margin-bottom:.3em;
	color:#005ead;
	font-size:100%;
	font-weight:bold;
}
.form-list dd {
	margin-bottom:1em;
}
.form-list dd input[type="text"] {
	display:inline-block;
	padding:5px;
	width:calc(100% - 12px);
	border:1px solid #005ead;
	border-radius:5px;
}
.form-list dd input[type="text"].form-text-half {
	width:calc(50% - 20px);
}
.form-list dd input[type="text"].form-text-half:first-child {
	margin-right:10px;
}
.form-sentense {
	margin-bottom:1em;
	font-size:95%;
	line-height:1.6;
}
.form-error {
	margin-bottom:.3em;
	color:#f00;
	font-weight:bold;
}
.form-sentense strong {
	display:block;
	margin:1.5em 0 .3em;
}
.form-submit-block {
	margin-top:40px;
	text-align:center;
}
.form-submit-half {
	display:inline-block;
	margin:0 5px;
	width:calc(calc(100% - 50px) / 2);
	max-width:200px;
}
input[type="submit"] {
	cursor:pointer;
	width:100%;
	max-width:300px;
	color:#fff;
	fonr-size:110%;
	font-weight:bold;
	line-height:40px;
	letter-spacing:.1em;
	border:3px solid #ed6c00;
	border-radius:20px;
	background-color:#ed6c00;
	transition:0.5s;
	-webkit-appearance:none;
}
input[type="submit"]:hover {
	border-color:rgba(237, 108, 0, 0.5);
	background-color:rgba(237, 108, 0, 0.5);
}
input[type="submit"].form-btn-return,
input[type="submit"].form-btn-send {
	display:inline-block;
	max-width:100%;
}
input[type="submit"].form-btn-return {
	color:#ed6c00;
	background-color:#fff;
}
input[type="submit"].form-btn-return:hover {
	border-color:rgba(237, 108, 0, 0.5);
	background-color:rgba(237, 108, 0, 0.5);
}

@media screen and (min-width:480px) {
	.page-intro {
		font-size:100%;
	}
	.form-list dt {
		font-size:110%;
	}
	.form-sentense {
		font-size:100%;
	}
}

@media screen and (min-width:768px) {
	.site-main {
		min-height:calc(100vh - 280px);
	}
}

.enq-list dt {
	position:relative;
	margin-bottom:.5em;
	padding:5px 5px 5px 3em;
	font-weight:bold;
	background-color:#e6e6fa;
}
.enq-list dt span {
	display:blick;
	position:absolute;
	top:5px;
	left:10px;
}
.enq-list dt span::after {
	content:".";
}
.enq-list dd {
	margin-bottom:2em;
}
.enq-form-ttl {
	margin:1em 0 .5em;
	font-weight:bold;
}
.enq-list dd input[type="text"],
.enq-list dd input[type="number"] {
	display:inline-block;
	padding:5px;
	width:calc(100% - 12px);
	border:1px solid #005ead;
	border-radius:5px;
}
.enq-list dd input[type="number"] {
	width:calc(100% - 50px);
}
.enq-list dd textarea {
	padding:5px;
	width:calc(100% - 12px);
	height:200px;
	border:1px solid #005ead;
	border-radius:5px;
}
.enq-list dd input[type="radio"],
.enq-list dd input[type="checkbox"] {
	display:none;
}
.enq-list dd label {
	display:block;
	margin-bottom:5px;
	width:calc(100% - 2px);
	height:45px;
	color:#555;
	font-weight:bold;
	line-height:45px;
	text-align:center;
	border:1px solid #005ead;
	border-radius:5px;
	background-color:#e2edf9;
}
.enq-list dd input[type="radio"]:checked + label,
.enq-list dd input[type="checkbox"]:checked + label {
	color:#fff;
	background-color:#005ead;
}
.form-readonly {
	background-color:#eee;
}

@media screen and (min-width:768px) {
	.enq-list dd .enq-btn-box-wrap {
		letter-spacing:-.5em;
	}
	.enq-list dd .enq-btn-box {
		display:inline-block;
		margin-right:6px;
		width:calc(calc(100% - 6px) / 2);
		text-align:left;
		letter-spacing:normal;
	}
	.enq-list dd .enq-btn-box:nth-of-type(2n) {
		margin-right:0;
	}
	.enq-list dd label {
		letter-spacing:normal;
	}
}


/***********************************************************
** Login
***********************************************************/
.login-wrap {
	margin:0 auto;
	width:100%;
	max-width:300px;
}
.login-form {
	font-size:100%;
	text-align:center;
}
.login-form dt {
	margin-bottom:5px;
	font-weight:bold;
}
.login-form dd {
	margin-bottom:20px;
}
.login-form dd input[type="text"],
.login-form dd input[type="password"] {
	display:inline-block;
	padding:5px;
	width:calc(100% - 12px);
	border:1px solid #005ead;
	border-radius:5px;
}
.login-sentense {
	margin-bottom:2em;
	font-size:100%;
	line-height:1.6;
}
.login-alert {
	color:#f00;
	font-weight:bold;
}


/***********************************************************
** Login
***********************************************************/
.site-header .manage-wrap {
	position:relative;
}
.site-header .manage-wrap .manage-logout {
	position:absolute;
	bottom:0;
	right:20px;
	color:#fff;
	font-weight:bold;
	text-decoration:none;
}
.manage-wrap {
	margin:0 auto;
	width:100%;
	max-width:1500px;
}
.manage-tab {
	letter-spacing:-1em;
	border-bottom:5px solid #f39700;
}
.manage-tab li {
	display:inline-block;
	width:50%;
}
.manage-tab li .manage-tab-btn {
	display:block;
	color:#fff;
	font-size:120%;
	font-weight:bold;
	line-height:50px;
	letter-spacing:normal;
	text-align:center;
	text-decoration:none;
	background-color:#005ead;
}
.manage-tab li a.manage-tab-btn {
	color:#005ead;
	background-color:rgba(0, 94, 173, 0.3);
	transition:0.5s;
}
.manage-tab li a.manage-tab-btn:hover {
	color:#fff;
	background-color:rgba(0, 94, 173, 1);
}
.manage-tab li span.manage-tab-btn {
	position:relative;
}
.manage-tab li span.manage-tab-btn::after {
	content:"";
	z-index:2;
	position:absolute;
	bottom:-10px;
	left:50%;
	margin-left:-15px;
	width:0;
	height:0;
	border-style:solid;
	border-width:10px 15px 0 15px;
	border-color:#005fad transparent transparent transparent;
}
ul.manage-service-btn {
	margin-top:40px;
	text-align:right;
}
ul.manage-service-btn li {
	display:inline-block;
}
ul.manage-service-btn li a {
	display:block;
	padding:0 20px;
	color:#fff;
	line-height:40px;
	text-decoration:none;
	background-color:rgba(243, 151, 0, 1);
}
.manage-table {
	margin-top:40px;
	width:100%;
	border-collapse:collapse;
}
.manage-table th,
.manage-table td {
	padding:10px;
	width:20%;
	border:1px solid #005ead;
}
.manage-table th {
	color:#005ead;
	background-color:rgba(0, 94, 173, 0.1);
}
.manage-table th.manage-cell-20p,
.manage-table td.manage-cell-20p {
	width:20%;
}
.manage-table th.manage-cell-80p,
.manage-table td.manage-cell-80p {
	width:80%;
}
.manage-table td input[type="text"] {
	display:inline-block;
	padding:5px;
	width:calc(100% - 12px);
	border:1px solid #005ead;
	border-radius:5px;
}
.manage-table td textarea {
	display:inline-block;
	padding:5px;
	width:calc(100% - 12px);
	height:400px;
	border:1px solid #005ead;
	border-radius:5px;
}
.manage-sentense {
	margin-bottom:1em;
}
.manage-submit {
	margin-top:40px;
	text-align:center;
}
.manage-sentense-box {
	margin-top:40px;
}


/***********************************************************
** Footer
***********************************************************/
.site-footer {
	padding:20px;
	background-color:#333;
}
.site-copyrights {
	color:#fff;
	font-size:90%;
	line-height:1.6;
	text-align:center;
}
