
body{
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}
header .inner {
  display: flex;
  justify-content: space-between;
}
header .inner nav ul {
  display: flex;
}
picture{
  line-height: 0;
}
div {
  line-height: 0;
}
.mv {
  background-image: url();
  line-height: 0;
  padding-top: 6vw;
}
.from {
  text-align: center;
}
.from img {
  width: 75%;
  margin: 60px auto;
  text-align: center;
}
.panel {
  margin: 0 auto;
  text-align: left;
  width: 80%;
}
.panel th,.panel td {
  padding: 1em;
  color: #4b4b4b;
}
.panel th{
  font-size: 20px;
  font-weight: bold;
  width: 40%;
  vertical-align: top;
}
.panel tr {
  padding: 1em 0;
  border-bottom: 3px solid #4b4b4b;
}
.must{
  background-color: #ff0000;
  color: #fff;
  padding: 5px 10px;
  font-size: 18px;
  font-weight: bold;
  margin: 0 20px;
}
.nini{
  background-color: #4b4b4b;
  color: #fff;
  padding: 5px 10px;
  font-size: 18px;
  font-weight: bold;
  margin: 0 20px;
}
table {
  width: 100%;
}
input{
  height: 40px;
  background-color: #b3b3b3;
  padding: 5px;
  width: 100%;
}
select{
  height: 40px;
  background-color: #b3b3b3;
  padding: 5px;
  width: 30%;
  margin-top: 20px;
  margin-bottom: 30px;
}
textarea{
  resize: none;
  width: 100%;
  height: 200px;
  background-color: rgba(238, 238, 238, 0.933);
  border: none;
}
:checked {
  margin-left: 25px;
  border: 1px solid blue;
}
input[type=checkbox]{
  width: 15px;
}
.check_box {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px;
}

input[type=submit] {
  width: 360px;
  font-size: 24px;
  font-weight: bold;
  padding: 30px;
  height: auto;
  margin-bottom: 3em;
  background-color: #2f69d1;
  color: #fff;
}


header .inner{
    display: flex;
    justify-content: space-between;
    
    }
    nav  {
      display: flex;
      justify-content: end;
  }
nav ul{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0 0 0;
  width: 60%;
  }
  header {
  background-image: url(../img/hd_bk.jpg);
  background-repeat: no-repeat;
  position: fixed;
  width: 100%;
  z-index: 9999999;
}


table {
  margin: 20px auto;
  width: 80%;
}
.tbl-r02 th {
  background:#2f69d1;
  border: 1px solid rgb(204, 204, 204);
  color: rgb(255, 255, 255);
  padding: 10px;
  width: 30%;
  font-size: 20px;
  font-weight: bold;
  vertical-align: middle;
}
.tbl-r02 td {
  padding: 30px 10px;
  text-align: left;
  border: 1px solid;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
}
.page__main .contact .inner{
  margin: 10em auto;
}
.page__main .contact .inner h2{
  text-align: center;
  font-size: 18px;
  line-height: 1;
}
.page__main .contact .inner h2 span{
  text-align: center;
  display: block;
  font-size: 24px;
}

.page__main .contact .inner p{
  text-align: center;
  margin: 2em 0;
}
.jc-center {
  justify-content: center;
  flex-direction: column-reverse;
  align-items: center;
}
.copy {
  text-align: center;
  color: #fff;
}
footer {
  padding: 0 0 20px;
  text-align: center;
}
footer img {
  width: 20%;
  padding: 30px;
}

.ttl_box img{
  width: 45%;
  margin: 60px auto;
  text-align: center;
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
  border: 1px solid #dad55e;
  background: #fffa90;
  color: #777620;
  padding: 10px 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
  border: 1px solid #c5c5c5;
  background: #f6f6f6;
  font-weight: normal;
  color: #454545;
  padding: 10px 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .panel th, .panel td {
    display: block;
    width: 100%;
}
input {
  font-size: 16px;
  height: 60px;
}
.flex {

  text-align: center;
}
h1 {
  width: 100%;
}
nav ul {
  width: 100%;
}
header {

  background-position: left 40% bottom 0px;
}


}

@media screen and (max-width: 767px) {
  nav {
    display: flex;
    justify-content: end;
    width: 100%;
}
.from img {
  width: 95%;
  margin: 60px auto;
  text-align: center;
}
.panel {
  margin: 0px auto;
  text-align: left;
  width: 90%;
}
.check_box {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px;
  flex-direction: column;
}
.check_box p {
  display: flex;
  font-size: 12px;
}
.check_box p .must {
  padding: 5px 5px;
  font-size: 12px;
  font-weight: bold;
  display: block;
  margin: 0px 0;
}
input[type="submit"] {
  width: 260px;
  font-size: 24px;
  font-weight: bold;
  padding: 15px;
  height: auto;
  margin-bottom: 3em;
  background-color: rgb(47, 105, 209);
  color: rgb(255, 255, 255);
}

h1 {
  width: 100%;
  margin: 0;
}
h1 img {
width: 100%;
}
header .inner {
display: flex;
justify-content: space-between;
align-items: center;
}

nav {
display: flex;
width: 100%;
justify-content: end;
}
nav ul li {
padding: 0px 5px;
}
.panel {
width: 100%;
}
table {
margin: 20px auto;
width: 90%;
}




}

/* 個人情報 */
.privacy__txt {
  font-size: 1.4rem;
  max-width: 700px;
  margin: 0 auto 10px;
}

.form__privacywrap {
  overflow: hidden;
  overflow-y: scroll;
  height: 140px;
  background: #fff;
  margin: 0 auto 15px;
  max-width: 100%;
  padding: 10px 3%;
  border: solid 1px #ccc;
}

.form__privacy {
  font-size: 1.4rem;
  line-height: 2;
  color: #111;
}


@media screen and (max-width: 640px) {
  .mv {
    background-image: url();
    line-height: 0;
    padding-top: 14vw;
  }
  .last td:last-child {
    border-bottom: solid 1px #ccc;
    width: 100%;
  }
  .tbl-r02 {
    width: 90%;
  }
  .tbl-r02 th, .tbl-r02 td {
    border-bottom: none;
    display: block;
    width: 100%;
    padding: 30px 15px;
}
.tbl-r02 td {
  font-size: 16px;
}

}

/*# sourceMappingURL=style.css.map */