@charset "UTF-8";
body {
  margin: 0;
  padding: 0;
  background-color: #fff;
  color: #555;
  text-align: left;
  font-size: 16px;
  font-weight: normal;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI","Noto Sans Japanese","ヒラギノ角ゴ ProN W3", Meiryo, sans-serif;
  line-height: 150%;
  word-wrap: break-word;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 150%;
  font-feature-settings: "palt";
}

.global_head {
  margin: 0 0 0 0;
}

.wrap {
  background: url("https://mandarake.co.jp/dir/itaku/img/topBannerBlue_toka.png") repeat-x;
}
.wrap h1 {
  text-align: center;
  padding-bottom: 10px;
  color: #555;
  border-bottom: #ccc dotted 2px;
  font-feature-settings: "palt";
}
@media only screen and (max-width: 768px) {
  .wrap h1 {
    font-size: 18px;
  }
}
@media only screen and (min-width: 769px) {
  .wrap h1 {
    font-size: 20px;
  }
}

@media only screen and (max-width: 768px) {
  .content {
    margin: 0;
    padding: 0 10px 30px;
  }
}
@media only screen and (min-width: 769px) {
  .content {
    max-width: 1200px;
    margin: 0 auto 50px;
  }
}

.local_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin: 0 auto 20px;
  padding: 45px 0 0 0;
  max-width: 1200px;
}
@media only screen and (max-width: 768px) {
  .local_nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
@media only screen and (min-width: 769px) {
  .local_nav {
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: stretch;
    align-items: stretch;
    -webkit-align-content: flex-start;
    align-content: flex-start;
  }
}
@media only screen and (max-width: 768px) {
  .local_nav .local_logo {
    width: 100%;
    margin: 0 0 5px 0;
    text-align: center;
  }
}
@media only screen and (min-width: 769px) {
  .local_nav .local_logo {
    width: 350px;
  }
}
@media only screen and (max-width: 768px) {
  .local_nav .local_guide {
    width: 100%;
  }
}
@media only screen and (min-width: 769px) {
  .local_nav .local_guide {
    width: calc(100% - 370px);
  }
}
.local_nav .local_guide ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-align-content: flex-start;
  align-content: flex-start;
}
.local_nav .local_guide ul li {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-align-content: center;
  align-content: center;
  background-color: #cc0000;
}
@media only screen and (min-width: 769px) {
  .local_nav .local_guide ul li {
    height: 48px;
  }
}
.local_nav .local_guide ul li:nth-of-type(1) {
  width: 20%;
}
.local_nav .local_guide ul li:nth-of-type(2) {
  width: 20%;
}
.local_nav .local_guide ul li:nth-of-type(3) {
  width: 23%;
}
.local_nav .local_guide ul li:nth-of-type(4) {
  width: 36%;
  letter-spacing: -1px;
}
.local_nav .local_guide ul a {
  display: block;
  width: 100%;
  color: #fff;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
  font-size: 18px;
  font-weight: bold;
  line-height: 100%;
  padding: 5px 0 4px;
  font-feature-settings: "palt";
  text-decoration: none;
}

@media only screen and (min-width: 769px) {
  .moushikomi form {
    width: 100%;
    text-align: center;
    margin: 40px 0 0;
  }
}
@media only screen and (max-width: 768px) {
  .moushikomi .table {
    text-align: center;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 769px) {
  .moushikomi .table {
    margin: 0 auto;
  }
}
@media only screen and (max-width: 768px) {
  .moushikomi .tr {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
  }
}
@media only screen and (min-width: 769px) {
  .moushikomi .tr {
    margin: 0 0 30px;
  }
}
.moushikomi .th {
  color: #424242;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .moushikomi .th {
    padding: 0;
    font-size: 15px;
    text-align: left;
    vertical-align: middle;
    margin-bottom: 5px;
    border: none;
  }
}
@media only screen and (min-width: 769px) {
  .moushikomi .th {
    font-size: 16px;
    text-align: left;
    vertical-align: middle;
    line-height: 20px;
    margin: 10px 0 10px;
  }
}
.moushikomi .td {
  text-align: left;
  color: #424242;
}
@media only screen and (max-width: 768px) {
  .moushikomi .td {
    padding: 5px 0 10px;
    margin: 0;
    font-size: 14px;
    border: none;
  }
}
@media only screen and (min-width: 769px) {
  .moushikomi .td {
    background: #fff;
    line-height: 26px;
    font-size: 14px;
    margin: 10px 0;
  }
}

@media only screen and (max-width: 768px) {
  #circle_name {
    width: 98%;
    height: 29px;
  }
}
@media only screen and (min-width: 769px) {
  #circle_name {
    width: 50%;
    height: 23px;
  }
}

@media only screen and (max-width: 768px) {
  #space_name {
    width: 98%;
    height: 29px;
  }
}
@media only screen and (min-width: 769px) {
  #space_name {
    width: 50%;
    height: 23px;
  }
}

@media only screen and (max-width: 768px) {
  #space_no {
    width: 98%;
    height: 29px;
  }
}
@media only screen and (min-width: 769px) {
  #space_no {
    width: 50%;
    height: 23px;
  }
}

@media only screen and (max-width: 768px) {
  #title {
    width: 98%;
    height: 29px;
  }
}
@media only screen and (min-width: 769px) {
  #title {
    width: 50%;
    height: 23px;
  }
}

@media only screen and (max-width: 768px) {
  #title2 {
    width: 98%;
    height: 29px;
  }
}
@media only screen and (min-width: 769px) {
  #title2 {
    width: 50%;
    height: 23px;
  }
}

@media only screen and (max-width: 768px) {
  #title3 {
    width: 98%;
    height: 29px;
  }
}
@media only screen and (min-width: 769px) {
  #title3 {
    width: 50%;
    height: 23px;
  }
}

@media only screen and (max-width: 768px) {
  #mail {
    width: 98%;
    height: 29px;
  }
}
@media only screen and (min-width: 769px) {
  #mail {
    width: 50%;
    height: 23px;
  }
}

@media only screen and (max-width: 768px) {
  #phone {
    width: 98%;
    height: 29px;
  }
}
@media only screen and (min-width: 769px) {
  #phone {
    width: 50%;
    height: 23px;
  }
}

@media only screen and (max-width: 768px) {
  #space_name {
    width: 98%;
    height: 29px;
  }
}
@media only screen and (min-width: 769px) {
  #space_name {
    width: 50%;
    height: 23px;
  }
}

.hissu {
  color: #000;
}
@media only screen and (max-width: 768px) {
  .hissu {
    margin-left: 5px;
    padding: 2px 0 0;
    font-size: 13px;
  }
}
@media only screen and (min-width: 769px) {
  .hissu {
    margin-left: 10px;
    padding: 1px 6px;
    font-size: 15px;
  }
}

@media only screen and (max-width: 768px) {
  .hissu_sp {
    color: #000;
    margin-left: 5px;
    padding: 2px 0 0;
    font-size: 13px;
  }
}
@media only screen and (min-width: 769px) {
  .hissu_sp {
    display: none;
  }
}

@media only screen and (max-width: 768px) {
  .hissu_pc {
    display: none;
  }
}
@media only screen and (min-width: 769px) {
  .hissu_pc {
    color: #000;
    margin-left: 10px;
    padding: 1px 6px;
    font-size: 15px;
  }
}

.button {
  text-align: left;
  line-height: 25px;
  color: #000;
}
@media only screen and (max-width: 768px) {
  .button {
    margin: 20px 0 0;
  }
}
@media only screen and (min-width: 769px) {
  .button {
    margin: 20px 0;
  }
}
.button h2 {
  color: #424242;
  font-size: 16px;
  font-weight: normal;
  margin: 0 0 5px;
  padding: 0;
  font-weight: bold;
}

.soushin_button {
  font-feature-settings: "palt";
  display: flex;
}
@media only screen and (max-width: 768px) {
  .soushin_button {
    margin-top: 30px;
    text-align: center;
  }
}
@media only screen and (min-width: 769px) {
  .soushin_button {
    margin-top: 25px;
    text-align: left;
  }
}
.soushin_button input[type="submit"] {
  font-size: 16px;
  color: #fff;
  padding: 5px 18px;
  margin: 0 10px 0 0;
  background-color: #002398;
  border-radius: 2px;
  cursor: pointer;
  border: none;
  text-shadow: none;
  box-shadow: none;
}
.soushin_button input[type="submit"]:hover {
  opacity: 0.7;
}

input[type="submit"].reset {
  background-color: #ccc;
}

.attention {
  padding: 0;
  font-size: 14px;
}
@media only screen and (max-width: 768px) {
  .attention {
    padding: 0;
    margin: 30px 0 0;
  }
}
@media only screen and (min-width: 769px) {
  .attention {
    margin: 40px 0 0;
  }
}
.attention p {
  text-align: left;
  line-height: 30px;
}
.attention p a {
  text-decoration: none;
  color: #5B8190;
}
.attention p a:hover {
  color: #946349;
  text-decoration: underline;
}

.kakunin {
  color: red;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .kakunin {
    margin: 20px 0 0;
    font-size: 14px;
  }
}

.global_head {
  margin: 0;
}

.complete {
  text-align: center;
  font-size: 15px;
}
@media only screen and (min-width: 769px) {
  .complete {
    margin: 30px 0 0;
  }
}

@media only screen and (max-width: 768px) {
  .back {
	  font-size: 15px;
	  color: #fff;
	  padding: 0 30px;
	  margin: 0 auto;
	  background-color: #002398;
	  border-radius: 2px;
	  cursor: pointer;
	  border: none;
	  text-shadow: none;
	  box-shadow: none;
	  text-align: center;
	  border-radius: 5px;
	  width: 5%;
	  position:relative;
	  height:35px;
	}
}

@media only screen and (min-width: 769px) {
  .back {
	  font-size: 15px;
	  color: #fff;
	  padding: 0 18px;
	  margin: 0 auto;
	  background-color: #002398;
	  border-radius: 2px;
	  cursor: pointer;
	  border: none;
	  text-shadow: none;
	  box-shadow: none;
	  text-align: center;
	  border-radius: 5px;
	  width: 5%;
	  position:relative;
	  height:30px;
	}
}

@media only screen and (max-width: 768px) {
  .back a {
	  color: #fff;
	  text-decoration: none;
	  position:absolute;
	  top:0;
	  right:0;
	  bottom:0;
	  left:0;
	  text-align:center;
	  line-height:35px;
	}
}
@media only screen and (min-width: 769px) {
  .back a {
	  color: #fff;
	  text-decoration: none;
	  position:absolute;
	  top:0;
	  right:0;
	  bottom:0;
	  left:0;
	  text-align:center;
	  line-height:30px;
	}
}

.back:hover {
  opacity: 0.7;
}
