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

詳細設定用

 ----------------------------------------*/
html {
    color: #000;
}
body {
    background: #fff;
}
/* =========================================================
form
========================================================= */
form {
    width: 600px;
    line-height: 1.5em;
    letter-spacing: 0.1em;
    margin: 0 auto 20px;
}
form ul li {
    clear: both;
    margin: 10px 0 0 0;
    padding: 0 0 10px 10px;
    border-bottom: dotted 1px #999999;
    list-style: none;
}
form ul li span {
    float: left;
    text-align: left;
    font-weight: bold;
    display: block;
}
form ul li span:first-child {
    float: left;
    text-align: left;
    width: 150px;
    padding: 5px 0 0 0;
}
form ul li span:last-child {
    float: left;
    text-align: left;
    width: 430px;
}

form ul li span.question:first-child,
form ul li span.question:last-child {
	clear:both;
	width:100%;
	float:none;
}

form ul li span.question:first-child{
    padding: 5px 0 15px 0;
}

form ul li span:last-child img {
    padding: 0 0 0 5px;
}
form .enq{
	clear:both;
	width:auto;
	margin:10px 0 0 0;
	padding:2px 10px;
	color:#a2374e;
	background:#f5e2e4;
}


form ul li em {
    color: #bc4750;
}
form p {
    text-align: center;
}

form p.txt {
    color: #bc4750;
	text-align:left;
}

form p em {
    color: #bc4750;
}
.message .thanks {
    text-align: center;
    padding: 80px 0;
    font-size: 120%;
    font-weight: bold;
}
.message .error {
    text-align: center;
    font-size: 120%;
    font-weight: bold;
    padding: 40px 0 0 0;
}
/* =========================================================
cation
========================================================= */
form .cation {
    width: 95%;
    line-height: 1.4em;
    margin: 0 auto 20px;
}

form .cation dt{
    margin: 20px 0 10px 0;
    color: #b7424b;
    font-size:93%;
}
form .cation dd {
	padding: 0 0 20px 15px;
    font-size:93%;
	background:url(../img/icon-list.png) no-repeat 0 5px;
}
form .cation a {
    color: #000;
    text-decoration: underline;
}
/* =========================================================
link設定
========================================================= */
a:link {
    color: #000;
    text-decoration: none;
}
a:visited {
    color: #000;
    text-decoration: none;
}
a:hover {
    color: #000;
    text-decoration: underline;
}
a:active {
    color: #000;
    text-decoration: underline;
}
object, a:focus {
    outline: none;
}
/* =========================================================
clearfix
========================================================= */
.clearfix:after {
    content: " ";
    display: block;
    clear: both;
}
ul li:after {
    content: " ";
    display: block;
    clear: both;
}
/* =========================================================
form整形
========================================================= */
/*RadioとText*/
label.radio-text {
    cursor: pointer;
    position: relative;
    padding-top: 3px;
    padding-left: 5px;
    margin-right: 5px;
    overflow: hidden;
    padding-left: 20px;
    display: inline-block;
}
label.radio-text:before {
    position: absolute;
    width: 15px;
    height: 15px;
    border: 1px solid #666;
    border-radius: 50%;
    left: 0px;
    top: 4px;
    content: '';
    z-index: 3;
}
label.error:before {
    border: 1px solid #f03;
}
label.radio-text:after {
    content: '';
    position: absolute;
    width: 11px;
    height: 11px;
    border-radius: 100%;
    left: 3px;
    top: 7px;
    background-color: #444;
    z-index: 1;
}
label.radio-text input[type="radio"] {
    -moz-appearance: none;
    -webkit-appearance: none;
    position: absolute;
    z-index: 2;
    width: 20px;
    height: 20px;
    left: -23px;
    top: 1px;
    margin: 0px;
    box-shadow: 20px -1px #fff;
}
label.radio-text input[type="radio"]:checked {
    box-shadow: none;
}
label.radio-text input[type="radio"]:focus {
    opacity: 0;
    box-shadow: 20px -1px #fff;
}
/*CheckBoxとText */
label.checkbox-text {
    cursor: pointer;
    position: relative;
    padding: 2px 5px 2px 27px;
    margin-right: 5px;
    overflow: hidden;
    position: relative;
    display: inline-block;
    box-sizing: border-box;
}
label.error {
    background: #f8e2e2;
}
label.checkbox-text:before {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    left: 0px;
    top: 0;
    border: 1px solid #ccc;
    z-index: 3;
}
label.error:before {
    border: 1px solid #f03;
}
label.checkbox-text:after {
    content: '';
    position: absolute;
    top: 40%;
    left: 6px;
    display: block;
    margin-top: -8px;
    width: 8px;
    height: 12px;
    border-right: 3px solid #444;
    border-bottom: 3px solid #444;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    z-index: 1;
}
label.checkbox-text input[type="checkbox"] {
    -moz-appearance: none;
    -webkit-appearance: none;
    position: absolute;
    left: -40px;
    width: 22px;
    height: 22px;
    display: block;
    box-shadow: 41px 0px #fff;
    z-index: 2;
    margin: 0px;
    padding: 0px;
}
label.checkbox-text input[type="checkbox"]:checked {
    box-shadow: none;
}
label.checkbox-text input[type="checkbox"]:checked:focus {
    box-shadow: 40px 0px #666;
    opacity: 0;
}
label.checkbox-text input[type="checkbox"]:focus {
    box-shadow: 41px 0px #fff;
}
/*input*/
input[type="text"], input[type="email"], input[type="tel"], input[type="number"], input[type="url"], textarea {
    width: 90%;
    border: 0;
    padding: 5px;
    font-size: 1.3em;
    font-family: Arial, sans-serif;
    outline: none;
    border: solid 1px #ccc;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
input[type="text"].error, input[type="email"].error, input[type="tel"].error, input[type="number"].error, input[type="url"].error, textarea.error {
    border: 1px solid #f03;
    background: #f8e2e2;
}
input:focus, textarea:focus {
    border: solid 1px #8a8a8a;
    background: #eee;
}

input.error:focus, textarea.error:focus {
    border: 1px solid #f03;
    background: #f8e2e2;
}
input[type="text"], textarea {
    ime-mode: active;
}
input[type="email"], input[type="tel"], input[type="number"], input[type="url"] {
    ime-mode: inactive;
}
input.zip, input.tel,
input.age {
    width: 50px;
}
input[type="image"] {
    width: 409px;
    height: auto;
    margin: 10px 0;
}
input[type="submit"] {
    width: 70%;
    padding: 15px 40px;
    font-size: 1.2em;
    background-color: #444;
    color: #fff;
    border-style: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    cursor: pointer;
}


/*select*/
select {
    width: 93%;
    padding: 5px;
    margin: 0 5px 0px 0px;
    outline: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    text-overflow: "";
}
select.error {
    background: #f8e2e2;
    border: 1px solid #f03;
}
select:focus {
    background: #eee;
    border: solid 1px #8a8a8a;
}
select.error:focus {
    background: #f8e2e2;
    border: 1px solid #f03;
}
input[type="file"].error {
    background: #f8e2e2;
}

</pre></body></html>