@charset "utf-8";
/* CSS Document */
/*　jc　*/
* {
    font-family: "Open Sans", "Helvetica Neue", Helvetica, "Arial", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}
body {
    background: #FFF;
}
h1 {
    text-align: center;
    line-height: 1.7rem;
    font-size: 0.7rem;
    letter-spacing: 0.1rem;
    color: #000;
}
h1 font {
    font-size: 2rem;
    padding: 10px 0 0 0;
    display: block;
}
#outerBox {
    display: table;
    vertical-align: middle;
    margin: 0 auto;
    height: 100%;
}
#formBox {
	padding: 1.5em;
    color: #FFF;
    width: 800px;
    margin: 0 auto;
    display: table-cell;
    vertical-align: middle;
}
.repair {
    display: block;
    color: #000;
    padding: 40px 0 20px;
    text-align: center;
    font-size: 0.8rem;
    line-height: 1.7;
    letter-spacing: 0.05rem;
    border-bottom: 1px dotted #444;
}
.repair a {
    padding: 15px 50px;
    display: inline-block;
    margin: 20px auto 20px;
    width: auto;
    background-color: #000;
    color: #fff;
    font-size: 1.2em;
    text-decoration: none;
}
.necessary {
    color: #C33;
    font-size: 0.8rem;
}
p.necessary {
    display: block;
    color: #C33;
    font-size: 0.8rem;
    padding: 40px 0;
    text-align: center;
    border-bottom: 1px dotted #444;
    margin: 0 0 40px;
}
.attention {
    color: #C33;
    padding: 20px 0 50px;
}
.attention dt {
    line-height: 2rem;
    text-align: center;
    border-bottom: 1px dotted;
    margin-bottom: 20px;
}
.attention dd {
    font-size: 0.8rem;
    line-height: 1.7;
    letter-spacing: 0.05rem;
}
.attention dd:before {
    content: "・";
}
*, *:before, *:after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}
textarea, input {
	font-family: -webkit-body;
    background: rgba(51, 51, 51, 0.11);
    box-shadow: 0px 0px 0.5px 1px rgba(171, 171, 171, 0.5) inset;
    border: none;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    width: 100%;
    margin: 0 0 20px;
    padding: 1rem;
    color: #000;
    letter-spacing: 0.05em;
}
hr {
    border-bottom: 1px solid #ccc;
    margin: 30px 0;
    background: none;
    display: none;
    position: relative;
}
hr:after {
    display: block;
    border-bottom: 1px solid rgba(255,255,255,0.1);
    width: 100%;
    content: "";
    position: absolute;
    bottom: 0;
}
.title {
    color: #1F1F1F;
    padding: 0 0 5px;
    font-size: 0.8rem;
}
input::-webkit-input-placeholder {
 color:#aaa;
}
input:-ms-input-placeholder {
 color:#aaa;
}
input::-moz-placeholder {
 color:#aaa;
}
input.submitBtn {
    color: #FFF;
    font-weight: 900;
    background: rgb(0, 0, 0);
    padding: 20px 0;
    font-size: 13px;
}
.mailAddress {
    margin: 0 0 10px 0;
}
.nameBox {
    display: -ms-flexbox;/*--- IE10 ---*/
    display: -webkit-flex;/*--- safari（PC）用 ---*/
    display: flex;
    -ms-flex-wrap: wrap;/*--- IE10用 ---*/
    -webkit-flex-wrap: wrap;/*--- safari（PC）用 ---*/
    flex-wrap: wrap;
    webkit-justify-content: space-between;
    justify-content: space-between;
}
.nameBox input {
    display: table-cell;
    width: 49%;
    margin-right: 2%;
}
.nameBox input:last-child {
    margin-right: 0;
}

/* iOSでのデフォルトスタイルをリセット */
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}
