<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";

/* =========================================================
form
========================================================= */

body{
	background:url(https://www.tfm.co.jp/murakamiradio/img/bg_houserule.jpg) repeat 0 0;		
}
#message{
	text-align:center;
}
.message_wrap{
	max-width:1000px;
	margin:0 auto;
	padding:0 10px;
}
.message_wrap h1{
	width:80%;
	height:auto;
	margin:0 auto;
	padding:10px 0;
}
@media screen and (max-width: 480px) {

.message_wrap h1{
	width:80%;
	height:auto;
	margin:0 auto;
	padding:5px 0;
}
}
.tps textarea{
	min-height:200px;	
}
.lead{
	margin:30px 0 20px;
	text-align:center;	
}
#formArea p{
	text-align:left;
	font-weight:bold;
	margin:50px 0 30px 10px;
}
form {
    width: 100%;
    line-height: 1.5em;
    letter-spacing: 0.1em;
    margin: 20px auto;
}
form ul li {
    clear: both;
    margin: 10px 0 0 0;
    padding: 0 0 10px 10px;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    box-shadow: 0 1px 0 rgba(255,255,255,1);
    list-style: none;
}
form ul li span {
    float: left;
    text-align: left;
    font-weight: bold;
    display: block;
}
form ul li small {
	margin:5px 0;
	font-size:12px;
	font-weight:normal;
	line-height:1.5em;
}
@media screen and (max-width: 480px) {

form ul li small {
	margin:5px 0;
	font-size:10px;
	font-weight:normal;
	line-height:1.5em;
}
}
form ul li span:first-child {
    float: left;
    text-align: left;
    width: 35%;
    padding: 5px 0 0 0;
}
form ul li span:last-child {
    float: left;
    text-align: left;
    width: 65%;
}
form ul li span:last-child img {
    padding: 0 0 0 5px;
}
form p {
    text-align: center;
}
form p span{
	display:block;
}
form ul li em {
	font-size: 80%;
	background-color: #3599b4;
	color: #fff;
	padding: 2px 5px;
	border-radius: 5px;
	-webkit-border-radius: 2px;
	margin-left: 7px !important;
}
.completion .thanks {
    text-align: center;
    padding: 70px 0 70px;
    font-size: 170%;
    font-weight: bold;
    color: #3599b4;
}
@media screen and (max-width: 480px) {
.lead{
	margin:0 0 20px;
	text-align:center;
}
}
@media screen and (max-width: 480px) {
.completion .thanks {
    text-align: center;
    padding: 40px 0 40px;
    font-size: 120%;
    font-weight: bold;
    color: #3599b4;
}
}
.completion .word {
	margin:0 auto;
	width:800px;
    padding: 0 0 80px;
}
@media screen and (max-width: 480px) {
.completion .word {
	margin:0 auto 30px;
	width:95%;
	font-size:90%;
}
}
.completion .error {
    text-align: center;
    font-size: 120%;
    font-weight: bold;
    padding: 40px 0;
}
.completion .jump {
    text-align: center;
    font-size: 100%;
    font-weight: bold;
    padding: 10px 0;
	border:2px solid #000;
    border-radius: 25px; 
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
	width:300px;
	margin:0 auto 80px;
}
@media screen and (max-width: 480px) {
.completion .jump {
    text-align: center;
    font-size: 100%;
    font-weight: bold;
    padding: 10px 0;
	border:2px solid #000;
    border-radius: 25px; 
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
	width:85%;
	margin:0 auto 80px;
}
}
.completion .jump a{
	text-decoration:none;
}

/* =========================================================
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: 95%;
    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: #ec008c;
}
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{
    width: 70px;
}
input.cord{
    width: 70px;
	ime-mode:disabled;
}
#form-btn {
	margin:40px 0;
	text-align: center;
}
#form-btn input{
	max-width:400px;
	width:80%;
	margin-bottom:20px;
	text-align: center;
}
input[type="button"],,input[type="text"]input[type="submit"] {
   -webkit-appearance: none;
   border-radius: 0;
}
input[type="submit"] {
	width:490px;
    background-color: #3599b4;
    color: #fff;
    border-style: none;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    cursor: pointer;
	font-size:120%;
	padding:15px 0;
}
@media screen and (max-width: 480px) {
input[type="submit"] {
	width:80%;
    background-color: #3599b4;
    color: #fff;
    border-style: none;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    cursor: pointer;
	font-size:100%;
   -webkit-appearance: none;
   padding:15px 0;
}
}
/*select*/
select {
    width: 96%;
    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;
}
#formArea p{
	text-align:center;
	font-weight:bold;
	margin:10px 0 20px 10px;
}
#formArea p em{
	display:block;
	padding:5px 0;
	font-size:70%;
}
#formArea{
	width:100%;	
}
form ul li b{
	display:block;
	font-weight:normal;
	font-size: 80%;
	margin:0 0 0 -3px;
}
form .cation {
    line-height:1.2em;
    margin: 60px auto 40px;
	padding:0 10px;
}
form .cation dt{
    margin: 20px 0 20px 0;
    color: #000;
    font-size:90%;
	font-weight:bold;
}
form .cation dd {
	padding: 0 0 10px 15px;
    font-size:85%;
	background:url(../../img/icon-list.gif) no-repeat 0 5px;
}
form .cation dd.red{
    color: #ec008c;
}
form .cation a {
    color: #000;
    text-decoration: underline;
}
.messBox{
	height:100%;
	min-height:150px;	
}
#footer address{
	font-size:80%;
	margin:10px;	
}
.subBox{
	margin-bottom:60px;	
}
form ul li span:first-child {
    text-align: left;
    width: 100%;
    padding: 5px 0;
}
form ul li span:last-child {
    text-align: left;
    width: 100%;
}


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