/* お問い合わせフォーム用スタイル */

* {
    margin: 0;
}

body {
    font-family: sans-serif,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック';
    color: #666;
    margin: 0px auto auto auto;
    background-repeat: repeat-x;
}

h3 {
    text-align: center;
    color: fuchsia;
    font-size: 1.2em;
    margin: 30px;
}

li {
    list-style-type: none;
    font-size: 0.75em;
}

form {
  padding: 0 20px 0 20px;
}

form div + div {
  margin-top: 1em;
}

label {
  display: inline-block;
  width: 150px;
  text-align: left;
}

textarea {
  height: 10em;
  width: 40em;
}

select, input, textarea {
  box-sizing: border-box;
  border: 1px solid #999;
  margin: 2px;
}

/* お名前 */
#family-name, #name, #family-name-kana, #name-kana {
    width: 100pt;
}

p#message {
    padding: 1px 10px 1px 10px;
}

a:link {
    color: #008b8b; 
    text-decoration: underline;
}

a:visited {
    color: #008b8b; 
    text-decoration: underline;
}

#wrapper {
    min-height: 100%;
    height: auto !important;
    margin: 0 auto -124px;
}

#head {
    height: 190px;
    width: 900px;
    margin: auto;
    position: relative;
    z-index: 100;
}

#logo {
    position: absolute;
    top: 24px;
    left: 33px;
}

#kuzu {
    position: absolute;
    top: 155px;
    left: 0px;
    padding: 0px 0px 0px 10px;
    width: 890px;
    height: 27px;
    background-repeat: no-repeat;
}

#kuzu li {
    padding: 7px 0px 0px 0px;
    float: left;
    color: #999;
}

#kuzu a {
    color: #999;
    margin: 0px 8px;
    text-decoration: none;
}

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

.header {
    position: relative;
    height: 200px;
    background-image: url(../images/header.jpg);
}

.header p {
    width: 870px;
    margin: auto;
    position: relative;
    top: 45%;
    font-size: 30px;
    font-weight: bold;
    color: black;
}

.top-message {
    padding-bottom: 10px;
}

.contact {
    width: 898px;
    float: none;
    margin: 0px auto 50px auto;
    background-repeat: repeat-x;
    background-position: top;
    padding-bottom: 20px;
}

.guide, .message, .button {
    text-align: center;
}

.separate {
    background-color: #008b8b;
    padding-top: 3px;
    padding-bottom: 3px;
}

.section-title {
    margin-top: 1px;
    color: #008b8b;
}

.section {
    padding-left: 60px;
    padding-bottom: 30px;
}

.font-blue {
    display: inline-block;
    color: blue;
}

.font-red {
    color: red;
}

.text-indent3 {
    padding-left: 3em;
    text-indent: -3em;
}

.privacy-policy-checkbox {
    text-align: center;
}

.privacy-policy-agree-label {
    width: auto;
}

#pagetop {
    width: 900px;
    height: 30px;
    margin: auto;
}

#pagetop p {
    text-align: right;
    height: 29px;
    margin: 0px 0px 12px 0px;
}

#footer {
    background-color: #f7f7f7;
    height: 150px;
    padding: 15px;
}

#foot {
    width: 900px;
    margin: auto;
}

#navi_foot {
    width: 550px;
    padding: 0px 0px 0px 10px;
    float: left;
}

#navi_foot li {
    float: left;
    padding: 6px 12px 6px 12px;
    font-size: 0.95em;
    line-height: 1em;
    background-image: url(../images/foot_separate.gif);
    background-position: left;
    background-repeat: no-repeat;
}

#navi_foot a {
    color: #666;
    text-decoration: none;
}

#foot address {
    font-size: 1em;
    float: left;
    width: 260px;
    padding: 0px 0px 4px 22px;
    margin: 0px 0px 0px 57px;
    font-style: normal;
}

#foot address span.title {
    font-size: 1em;
    line-height: 1em;
    display: block;
    padding: 11px 0px 4px 0px;
}

#foot address span.info {
    font-size: 1em;
}

#loader-bg {
    display: none;
    position: fixed;
    z-index: 1000;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    background: rgba(255, 255, 255, 0.4);
    background-repeat: no-repeat;
}

#loader-bg.show {
    display: table;
}

#loader-bg #loader {
    display: none;
    text-align: center;
    vertical-align: middle;
}

#loader-bg #loader.show {
    display: table-cell;
}

#loader #sending {
    display: block;
    text-align: center;
    font-size: x-large;
    font-weight: bold;
    color:#333;
}

#result {
    display: none;
    padding: 10px;
    margin: 10px;
    text-align: center;
    font-size: 1.3em;
    color:#666;
    background-color: #f3f3f3;
    border: solid 2px cadetblue;
    border-radius: 10px;
}

#result.show {
    display: block;
}