@charset "utf-8";

#contents_w .container_in {
  width:800px;
  margin:0 auto;
}
@media screen and (max-width:820px) {
  #contents_w .container_in {
    width:100%;
    padding-left:20px;
    padding-right:20px;
  }
}

#logo_rg img {
  display:block;
  margin:30px auto 40px;
}
#rg_w h1 {
  font-size:28px;
  text-align:center;
  border-bottom:1px solid #333;
  padding-bottom:15px;
  margin-bottom:0;
}
#rg_w h2 {
  font-size:24px;
  margin-top:30px;
  margin-bottom:30px;
}
#rg_w h3 {
  font-size:20px;
}
#rg_w h4 {
  border-bottom:1px solid #292929;
  margin-top:40px;
  padding-bottom:5px;
  margin-bottom:15px;
}
hr {
  margin-top:30px;
  margin-bottom:30px;
}
#yakkan {
  margin-top:20px;
  margin-bottom:20px;
}
#yakkan a {
  text-decoration:underline;
}
#yakkan a:hover {
  text-decoration:none;
}
.hissu {
  color:#f00;
  font-weight:bold;
  background-color:transparent;
  padding: 0;
  font-size: 16px;
  margin-left:0;
}
.contact_form_tbl {
  margin-bottom:20px;
}
.contact_form_tbl th {
  width:30%;
  background-color:#efefef;
  font-size:16px;
  border:1px solid #ccc;
  padding:10px !important;
}
.contact_form_tbl td {
  width:70%;
  border:1px solid #ccc;
  padding:10px !important;
}
.contact_form_tbl input[type="text"],
.contact_form_tbl input[type="email"] {
  width:100%;
}
.contact_form_tbl input.w30 {
  width:30% !important;
}
.contact_form_tbl input.w50 {
  width:50% !important;
}
.contact_form_tbl input.w70 {
  width:70% !important;
}
input.submitbtn {
  max-width:300px;
  width:100%;
  margin: 0 auto;
  display: block;
  color: #fff;

  font-weight: bold;
  background-color: #292929;
  border: 1px solid #292929;
  border-radius: 30px;
  padding: 10px 0;
  position: relative;
  -webkit-transition: all .5s;
  transition: all .5s;
  cursor:pointer;
}
input.submitbtn:hover {
  opacity:0.7;
}
input.backbtn {
  max-width: 300px;
  width: 100%;
  margin: 0 auto 25px;
  display: block;
  color: #292929;
  font-weight: bold;
  background-color: #fff;
  border: 1px solid #292929;
  border-radius: 30px;
  padding: 10px 0;
  position: relative;
  -webkit-transition: all .5s;
  transition: all .5s;
  cursor: pointer;
}
input.backbtn:hover {
  opacity:0.7;
}

.hyo_tbl,
.hyo_tbl th,
.hyo_tbl td {
  border:1px solid #ccc;
}
.hyo_tbl {
  width:100%;
  margin-bottom:15px;
}
.hyo_tbl th,
.hyo_tbl td {
  padding:10px;
}
.hyo_tbl th {
  background-color:#efefef;
}
.sign_w {
  display:none;
}
.mw_wp_form_preview .chui_txt {
  display:none;
}
.mw_wp_form_preview .sign_w {
  display:table-row;
}
p.chui_txt {
  margin-bottom:40px;
}

#send {
  margin-top:20px;
  margin-bottom:20px;
}

#copyright {
  text-align:center;
}

@media screen and (max-width:768px) {
  .contact_form_tbl th {
    line-height:1.5 !important;
    padding:5px !important;
  }
  .contact_form_tbl td {
    padding:5px !important;
  }
  .contact_form_tbl select {
    width:100%;
  }
  h1 {
    font-size:24px;
  }
}
