@media (min-width: 768px) {
.contact-form {
  width: 580px;
  margin: auto;
}
}

@media (max-width: 767px) {
.contact-form {
  width: 100%;
}
}

.contact-content {
  background: #f2f2f2;
  padding: 40px 50px;
  margin: 40px 0 0 0;
}

@media (max-width: 767px) {
.contact-content {
  padding: 20px;
}
}

.contact-content table {
  width: 100%;
}

.contact-content table th {
  display: block;
  font-size: 14px;
  font-weight: 400;
  padding-bottom: 10px;
  text-align: left;
}

.contact-content table th.contact-required::before {
  content: '*';
  color: #F00;
  font-size: 20px;
  line-height: 1;
  margin: 6px 6px 0 0;
  display: inline-table;
  vertical-align: middle;
}

.contact-content table td {
  display: block;
  padding-bottom: 30px
}

.contact-content input {
  padding: 5px 10px;
  width: 100%;
  height: 48px;
}

.contact-content textarea {
  padding: 5px 10px;
  width: 100%;
}

.contact-content .err {
  width: 100%;
  color: #f00;
  padding: 5px;
}

.contact-submit-area {
  display: flex;
  justify-content: center;
}

.contact-btn-wrap {
  position: relative;
  height: 50px;
  width: 360px;
  text-align: center;
  margin: 0 4px;
}

.contact-btn-wrap .contact-btn {
  background: #fff;
  border: 1px solid #c1c1c1;
  border-radius: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  cursor: pointer;
  transition: all .2s ease;
  position: relative;
}

.contact-btn-wrap .contact-btn:after {
  content: "";
  position: absolute;
  right: 10px;
  background: url("/riscon-tokyo2020/common/img/arrow01.png") no-repeat;
  width: 32px;
  height: 8px;
}


.contact-btn-wrap .contact-btn:hover {
  background: #3d88f2;
}

.contact-btn-wrap .contact-btn p {
  margin: 0;
  color: #222;
}

.contact-btn-wrap .contact-btn:hover p {
  color: #fff;
}

/*--  confirm --*/
.confirm-form table {
  width: 100%;
  background-color: #f0f2f4;
  margin-bottom: 30px;
  border-collapse: collapse;
}

@media (max-width: 991px) {
.confirm-form tr {
  display: flex;
  flex-wrap: wrap;
}
}

.confirm-form th {
  width: 30%;
  font-weight: 400;
  border: solid 1px #e2e4e6;
  padding: 10px;
}

@media (max-width: 991px) {
.confirm-form th {
  width: 100%;
}
}

.confirm-form td {
  border: solid 1px #e2e4e6;
  background: #FFF;
  padding: 10px;
}

@media (max-width: 991px) {
.confirm-form td {
  width: 100%;
}
}

.privacy-page {
  border: 1px solid #ccc;
  line-height: 1.8;
  padding: 20px!important;
  height: 200px;
  overflow-y: auto;
}

.privacy-page h4 {
  margin: 0;
}

.privacy-page h5 {
  margin: 0;
  font-size: 14px;
}

.privacy-page ul li {
  padding-left: 2em;
  text-indent: -2em;
}


.privacy-note {
  line-height: 1.8;
  padding: 20px 20px 0 20px!important;
}

.contact-content #chk01 {
  display: inline-block;
  padding: 30px 0;
  text-align: center;
  width: 100%;
}

.contact-content #chk01 input {
  width: 15px;
  height: 15px;
  margin-right: 10px;
  vertical-align: middle;
}

label, input[type='checkbox'] {
  cursor: pointer;
}

.contact-btn-wrap .contact-btn.contact-btn-confirm {
  pointer-events: none;
  background: #ccc;
}

.contact-btn-wrap .contact-btn.contact-btn-confirm.off {
  pointer-events: none;
}

.contact-btn-wrap .contact-btn.contact-btn-confirm.on {
  pointer-events: auto;
  background: #fff;
}

.contact-btn-wrap .contact-btn.contact-btn-confirm.on:hover {
  background: #3d88f2;
}

footer {
  margin: 30px 0;
  text-align: center;
}

@media (max-width: 640px) {
.col-3 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  padding: 15px;
}
}

.btn01-wrap {
  border: 2px solid #0d1629;
  padding: 30px;
}

.btn01 {
  background: #0d1629;
  width: 400px;
  padding: 20px;
}

.btn01:hover {
  background: #294480;
}

.btn01 a {
  color: #fff;
}

.catalog-area figure img:hover {
  opacity: 0.8;
}