/* ---------------------------------------------------
	sec01
------------------------------------------------------ */
#sec01{
  padding-bottom: 120px;
}
#sec02 {
  padding-bottom: 100px;
}
#sec01 .table th {
  width: 17%;
}
#sec01 .table td {
  padding-left: 40px;
}
#sec01 h4{
  margin-bottom: 15px;
}
#sec01 .attention {
  padding: 0.5em 1em;
  margin-bottom: 10px;
  border: 2px solid;
  font-size: 24px;
  font-weight: bold;
  display: inline-block;
  /* color: #3d5cbe; */
  color: #E31A1A;
  line-height: 1.5;
}
#sec01 table{
  margin-bottom: 40px;
}

/* 220315 */
#sec01 h5 {
  text-align: center;
  margin-top: 60px;
}
#sec01 .mynavi-banner {
  text-align: center;
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  h3 {
    font-size: 32px;
  }

  #sec01 {
    padding-bottom: 100px;
  }
  #sec01 .container {
    padding: 0 10px;
  }
  #sec01 .table {
    margin-bottom: 60px;
  }
  #sec01 .table th,
  #sec01 .table td {
    display: block;
    width: 100%;
  }
  #sec01 .table th {
    text-align: left;
  }
  #sec01 .table td {
    padding: 10px 20px 14px;
  }

  #sec01 .mynavi-banner {
    margin-bottom: 60px;
  }
  /* 220927 */
  #sec01 h5 {
    font-size: 20px;
  }
}

/*221220*/
#sec01 .btn_wrap {
  text-align: center;
}
#sec01 .btn_wrap a {
  display: inline-block;
  margin: 0 auto;
  padding: 10px 30px;
	border: solid #e57300;
	color: #e57300;
	background-color: #FFFFFF;
}
#sec01 .btn_wrap a:hover {
  opacity: .7;
}

/* ---------------------------------------------------
	sec02
------------------------------------------------------ */
#sec02 {
  padding-bottom: 120px;
}
#sec02 h3{
  margin-bottom: 20px;
  color: #e57300;
}
#sec02 .movie-flex {
  display: flex;
  -ms-flex-wrap: wrap;
	flex-wrap: wrap;
  -webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
#sec02 .movie-flex .movie-group {
  width: 48%;
}
#sec02 .movie-flex .movie-group .movie-wrap {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
#sec02 .movie-flex .movie-group .movie-wrap iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

@media screen and (max-width: 767px) {
  #sec02 {
    padding-bottom: 100px;
  }
  #sec02 .container {
    padding: 0 10px;
  }
  #sec02 .movie-flex .movie-group {
    width: 100%;
  }
  #sec02 .movie-flex .movie-group + .movie-group {
    margin-top: 40px;
  }
  #sec02 h5 {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) and (orientation: landscape) {
  #sec02 .movie-flex .movie-group {
    width: 48%;
  }
  #sec02 .movie-flex .movie-group + .movie-group {
    margin-top: 0;
  }
}

/* ---------------------------------------------------
	sec03
------------------------------------------------------ */
#sec03 {
  padding-bottom: 40px;
}
#sec03 h3{
  margin-bottom: 20px;
  color: #e57300;
}
#sec03 table th {
  width: 28%;
  font-weight: bold;
  text-align: left;
}
#sec03 table th, table td {
  padding: 10px 20px;
  vertical-align: middle;
}
#sec03 .btn_wrap{
  text-align: center;
  margin: 40px 0;
}
.thanks{
  margin-bottom: 100px;
}

@media screen and (max-width: 767px) {
  #sec03 .container {
    padding: 0 10px;
  }
  #sec03 table th,
  #sec03 table td {
    display: block;
    width: 100%;
  }
  #sec03 table th {
    text-align: left;
    display: flex;
  }
  #sec03 table th .must {
    float: none;
    margin-left: 10px;
  }
  #sec03 form#mailformpro label {
    white-space: normal;
  }

  .container.thanks{
    padding: 0 10px;
    margin-bottom: 60px;
  }
}

/* mailforpro */
#mfp_overlay_inner h4 {
  padding-left: 0;
}
#mfp_overlay_inner h4::before {
  content: none;
}
table#mfp_confirm_table tr th, table#mfp_confirm_table tr td {
  font-size: 16px !important;
}

@media screen and (max-width: 767px) {
  #mfp_overlay_inner h4 {
    font-size: 22px;
  }
  table#mfp_confirm_table tr.mfp_colored {
    background: none !important;
  }
  table#mfp_confirm_table tr th, table#mfp_confirm_table tr td {
    display: block;
    padding: 8px 10px !important;
    border-bottom: none;
  }
  table#mfp_confirm_table tr th {
    white-space: normal;
    width: 100% !important;
    background: #F6F7F9;
  }
  div.mfp_buttons button#mfp_button_cancel {
    margin-top: 20px;
  }
}
