<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: #171717;
}

body {
    font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", "Osaka", sans-serif;
}

.pcDetail {
    display: block;
}

.pctbDetail {
    display: block;
}

.tbDetail {
    display: none;
}

.spDetail {
    display: none;
}

@media screen and (max-width:767px) {
    .pcDetail {
        display: none;
    }

    .pctbDetail {
        display: none;
    }

    .tbDetail {
        display: none;
    }

    .spDetail {
        display: block;
    }
}

@media screen and (max-width:999px) and (min-width:768px) {
    .pcDetail {
        display: none;
    }

    .pctbDetail {
        display: block;
    }

    .tbDetail {
        display: block;
    }

    .spDetail {
        display: none;
    }
}

/* =========================================================
form
========================================================= */
form {
    width: 100%;
    font-size: 14px;
    line-height: 1.5em;
    letter-spacing: 0.1em;
    margin: 0 auto;
}

form ul li {
    clear: both;
    margin: 15px 0 0 0;
    padding: 0 0 15px 0px;
    list-style: none;
}

form ul li span {
    float: left;
    text-align: left;
    display: block;
}

form ul li span:first-child {
    float: left;
    text-align: left;
    width: 30%;
    padding: 5px 0 0 0;
    margin-right: 5%;
}

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 ul li em {
    display: inline-block;
    padding: 0 0.5em;
    margin-left: 0.5em;
    color: #fff;
    font-size: 10px;
    line-height: 1.5;
    background: #ff9900;
    border-radius: 0.25em;
}

form p {
    padding-top: 20px;
}

form p em {
    display: inline-block;
    padding: 0 0.5em;
    margin-right: 0.5em;
    color: #fff;
    font-size: 10px;
    line-height: 1.5;
    background: #ff9900;
    border-radius: 0.25em;
}

.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;
}

.message .returnTop {
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    padding: 40px 0 0 0;
}

/* =========================================================
cation
========================================================= */
form .cation {
    width: 100%;
    line-height: 1.2em;
    margin: 0 auto 20px;
    padding: 20px;
    background: #eaf4e4;
    border-radius: 3px;
    box-sizing: border-box;
}

form .cation dt {
    margin: 0 0 10px 0;
    color: #181818;
    font-size: 93%;
    font-weight: bold;
}

form .cation dd {
    padding: 0 0 10px 15px;
    font-size: 87%;
    background: url(/moving/form/img/icon-list.gif) no-repeat 0 5px;
}

form .cation a {
    color: #da1983;
    text-decoration: underline;
}

/* =========================================================
link設定
========================================================= */
a:link {
    color: #fff;
    text-decoration: none;
}

a:visited {
    color: #fff;
    text-decoration: none;
}

a:hover {
    color: #ccc;
    text-decoration: underline;
}

a:active {
    color: #fff;
    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: 5px;
    padding-left: 5px;
    margin-right: 5px;
    overflow: hidden;
    padding-left: 20px;
    display: inline-block;
}

label.radio-text:before {
    position: absolute;
    width: 12px;
    height: 12px;
    border: 2px solid #ccc;
    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: 8px;
    height: 8px;
    border-radius: 100%;
    left: 4px;
    top: 8px;
    background-color: #fff;
    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 #000;
}*/

/*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 {
    box-sizing: border-box;
    width: 100%;
    border: 0;
    padding: 5px;
    font-size: 1.3em;
    font-family: Arial, sans-serif;
    outline: none;
    border: solid 1px #ccc;
    background: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-appearance: none
}

textarea {
    height: 100px;
}


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 {
    width: 80px;
}

input[type="image"] {
    width: 250px;
    height: auto;
    margin: 10px 0;
}

input[type="submit"] {
    width: 40%;
    display: block;
    margin: auto;
    padding: 15px 0px;
    font-size: 1.2em;
    background-color: #ff9900;
    color: #FFF;
    border-style: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    cursor: pointer;
    -webkit-appearance: none;
}

input[type="submit"]:hover {
    opacity: 0.7;
}

/*select*/
select {
    padding: 5px;
    margin: 0 5px 0px 0px;
    outline: none;
    background: #fff;
    border-radius: 3px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    text-overflow: "";
    border: 1px solid #ccc;
}

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


.mb40 {
    margin-bottom: 40px;
}

.mb20 {
    margin-bottom: 20px;
}


.rname,
.name,
.addr,
.request,
.message {
    ime-mode: active;
}


.zip,
.tel {
    ime-mode: inactive;
}

/*------------------------------------------------------------------------------------------------------------
	スマートフォン
------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:767px) {

    form {
        font-size: 11px;
    }

    form ul li {
        clear: both;
        margin: 10px 0 0 0;
        padding: 0 0 10px 0px;
        list-style: none;
    }

    form ul li span {
        float: left;
        text-align: left;
        display: block;
    }

    form ul li span:first-child {
        float: none;
        text-align: left;
        width: 100%;
        padding: 0 0 5px 0;
        margin-right: 5%;
    }

    form ul li span:last-child {
        float: none;
        text-align: left;
        width: 100%;
    }

    input[type="submit"] {
        width: 100%;
    }
}</pre></body></html>