@charset "utf-8";

/* 基本設定 */
html,
body {
  background: url(../images/b_content.gif) repeat;
  color: #1A1A1A;
  font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", Osaka, sans-serif;
  letter-spacing: 0.06em;
  cursor: default;
}
#container,
#content,
.s_content,
#sidebar,
#footer,
.main {
  font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", Osaka, sans-serif;
}
a:link,
a:visited {
  color: #1A1A1A;
  text-decoration: none;
  outline: none;
}
a:hover {}
h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0px;
  margin: 0px;
}
/* -------------------------------------------------- */
/* -------------------------------------------------- */
/* リセット */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  border: 0;
  font-weight: normal;
  outline: 0;
  padding: 0;
  margin: 0;
}
body,
li {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
img {
  max-width: 100%;
}
.clear {
  clear: both;
}
/* クリアフィクス */
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.clearfix {
  min-height: 1px;
}
* html .clearfix {
  height: 1px;
}

.su {
  float: left;
}
.re {
  float: right;
}


/* registration
-------------------------------------------------------------- */
.registration {
  margin: 100px auto;
  padding: 50px;
  background: #fff;
  max-width: 800px;
  width: 90%;
  text-align: center;
  box-sizing: border-box;
}
.registration h2 {
  font-size: 20px;
  font-weight: normal;
}
.registration h2::before {
  display: inline-block;
  margin-right: 10px;
  background: url(../images/icon_02.gif) no-repeat center / contain;
  width: 38px;
  height: 34px;
  content: "";
}
.registration h3 {
	height:30px;
	border-bottom:3px solid #B3B3B3;
	font-size:18px;
	font-weight:normal;
	text-indent:12px;
	margin:30px 0px 20px;
}
.registration .flow {
  padding: 20px 0;
}
.registration .flow p {
  font-size: 14px;
}
.registration .contact_table {
  width: 100%;
  background-color: #E9E9E9;
  margin: 0px auto;
  text-align: left;
}
.registration .contact_table th {
  width: 160px;
  border: 1px solid #FFFFFF;
  font-size: 13px;
  text-align: left;
  box-sizing: border-box;
  padding: 14px 15px;
}
.registration .contact_table td {
  width: calc(100% - 160px);
  border: 1px solid #FFFFFF;
  box-sizing: border-box;
  font-size: 13px;
  padding: 14px 15px;
}
.registration .contact_button {
  width: 400px;
  margin: 20px auto 0px;
}
.registration .submit {
  width: 180px;
  height: 42px;
  background: url(../images/ok.gif) no-repeat center;
  border-radius: 6px;
  cursor: pointer;
}
.registration .reset {
  float: right;
  width: 180px;
  height: 42px;
  background: url(../images/reset.gif) no-repeat center;
  border-radius: 6px;
  cursor: pointer;
}
::placeholder {
  color: #bcbec0;
}
.registration input[type="text"],
.registration input[type="number"],
.registration input[type="email"],
.registration input[type="tel"] {
  padding: 5px 10px;
  width: 100%;
  box-sizing: border-box;
  border: none;
}
.registration input[type="date"] {
  padding: 5px 10px;
  box-sizing: border-box;
  margin-right: 20px;
}
.registration select {
  padding: 5px 10px;
  width: 100%;
  box-sizing: border-box;
}
.registration textarea {
  padding: 5px 10px;
  width: 100%;
  box-sizing: border-box;
}
.registration input[type="radio"] {
  width: 20px;
  height: 20px;
  vertical-align: -.3rem;
}
.registration input[type="checkbox"] {
  width: 20px;
  height: 20px;
  vertical-align: -.3rem;
}
.wpcf7-list-item {
  width: 100%;
  margin: 0 0 10px!important;
  font-weight: 700;
}
.wpcf7-list-item:last-child {
  margin: 0!important;
}
.registration input.age[type="text"] {
  margin-right: 5px;
  width: 50px;
}
@media (max-width: 767px) {
  .registration {
    padding: 20px;
  }
  .registration table {
    margin: 20px auto 0;
  }
  .registration th,
  .registration td {
    width: 100% !important;
    display: list-item;
    list-style: none;
  }
  .registration th {
    padding: 10px 20px;
    border: none;
  }
  .wpcf7-list-item,
  .wpcf7-list-item.first {
    margin: 0 0 10px !important;
    width: 100%;
  }
  .registration input[type="radio"] {
    width: 15px;
    height: 15px;
    vertical-align: -.2rem;
  }
  .registration input[type="checkbox"] {
    width: 15px;
    height: 15px;
    vertical-align: -.2rem;
  }
  .registration .contact_button {
    max-width: 100%;
    width: 240px;
    margin: 20px auto 0px;
  }
  .registration .submit,
  .registration .reset {
    width: 100px;
  }
}