@charset "utf-8";
/* デザイン全般設定 ------------------------------*/
* body {
  font-size: 90%;
  line-height: 2;
  text-align: center;
  color: #3c3c3c;
  background-color: #ffffff;
  word-break: nomal;
  background-image: url(../../001/image/bg_00.gif);
  background-repeat: repeat;
  font-style: normal;
  margin: 0px;
  padding: 0px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
hr {
  display: none;
}
ol, ul, li {
  list-style: none;
  font-size: 100%;
  font-style: normal;
  font-weight: normal;
}
table {
  font-size: 100%;
  font-style: normal;
  font-weight: normal;
}
td {
  padding: 10px;
}
div.EasyBgMiddle {
  background-image: url(../../001/image/main_bg_middle.gif);
  background-repeat: repeat-y;
  text-align: left;
  width: 800px;
  margin-right: auto;
  margin-left: auto;
}
div.EasyBgFoot {
  background-image: url(../../001/image/footer_bg.gif);
  background-repeat: no-repeat;
  background-position: 0px bottom;
  width: 800px;
}
div.EasyBgSp {
  padding: 20px;
}

p.EasyCopyright {
  font-size: 1em;
  padding: 1em 0;
  text-align: center;
}
.EasyRed {
  color: #ff0000;
}
.EasyBold {
  font-weight: bold;
}
/* メールフォーム設定 ------------------------------*/
table.EasyTable {
  margin: 20px auto;
}
table.EasyTable td {
  background-color: #fff;
  padding: 10px;
}
input[type=text] {
  height: 25px;
}
table.EasyTable td.EasyLeftTd {
  padding: 10px;
  background-color: #E0F6F8;
}
/* ボタン用 */
.EasySubmit {
  width: 100%;
}
.EasySubmit td,
.EasySubmit {
  margin-top: 10px
}
.EasySubmit .EasyInputLeft {
  width: 50%;
  text-align: center;
  height: 100%;
}
.EasySubmit .EasyInputRight {
  width: 50%;
  text-align: left;
}
.EasySubmit .EasyInputLeft input {
  padding: 0 1.5em;
  margin-right: 0px;
}
.EasySubmit .EasyInputRight input {
  margin-left: 40px;
}
.EasyCheckButton {
  background: #f16272;
  color: #fff;
  cursor: pointer;
  height: 50px;
  font-family: 'Open Sans', sans-serif;
  font-size: 1.2em;
  letter-spacing: 0.05em;
  text-align: center;
  text-transform: uppercase;
  transition: background 0.3s ease-in-out;
  width: 50%;
}
.EasySendButton, .EasyReturnButton {
  background: #f16272;
  color: #fff;
  cursor: pointer;
  height: 50px;
  font-family: 'Open Sans', sans-serif;
  font-size: 1.2em;
  letter-spacing: 0.05em;
  text-align: center;
  text-transform: uppercase;
  transition: background 0.3s ease-in-out;
  width: 45%;
  font-size: 1.2em;
}
.EasyCheckButton:hover, .EasySendButton:hover, .EasyReturnButton:hover {
  background: #ee3e52;
}
.EasyReturnButtonDiv {
  margin-top: 10px
}
.EasyCheckButtonDiv {
  margin-top: 10px
}
@media screen and (max-width: 480px) {
  table.EasyTable {
    width: 100%;
  }
  table.EasyTable td {
    border-bottom: none;
    display: block;
  }
  input[type=text] {
    height: 25px;
  }
  table.EasyTable td.EasyLeftTd {
    border-bottom: none;
    display: block;
  }
  .form-wrapper {
    background: #fafafa;
    margin: 3em auto;
    padding-top: 0;
    padding-right: 1em;
    padding-left: 1em;
    padding-bottom: 0;
    max-width: 100%;
  }
  table.EasyTable td, table.EasyTable td.EasyLeftTd {
    display: block;
    width: 100%;
  }
  .EasySubmit .EasyInputRight {
    width: 100%;
    text-align: left;
  }
  .EasySubmit .EasyInputLeft input {
    padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    margin-right: 10px;
  }
}
input[type="submit"] {
   -webkit-appearance: none;
   border-radius: 0;
}
/* Form Layout */
.form-wrapper {
    background-color: #FFFFFF;
    margin: 3em auto;
    padding-top: 1em;
    padding-right: 1.5em;
    padding-left: 1.5em;
    padding-bottom: 0;
    max-width: 700px;
}
h1 {
    text-align: center;
    padding: 1em 0;
    line-height: 1.3em;
    background-color: #F8647B;
    margin-bottom: 1em;
    -webkit-box-shadow: 0px 0px;
    box-shadow: 0px 0px;
    color: #FFFFFF;
    font-size: 24px;
}
.form-footer {
  font-size: 0.8em;
  padding-top: 2em;
  padding-right: 0;
  padding-left: 0;
  padding-bottom: 2em;
  text-align: center;
}
.form-footer a {
  color: #8c8c8c;
  text-decoration: none;
}
.form-footer a:hover {}
