
body{
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}

/* --- Header（index.html） --- */
header{
	width:100%;
	position: fixed;
	z-index: 999;
}
header .inner{
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding:10px 0;
}
header .inner > h1{
	width:20%;
  padding: 20px 0px 20px 20px;
}
header .inner > nav{
	width:75%;
}

.box02{
  /* margin-top: -180px; */
  position: relative;
  z-index: -1;
}

/* --- Header（お問い合わせ） --- */
header.contact .inner > nav ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}
header.contact .inner > nav ul li{
	width:50%;
}


/* --------------- */

header .inner nav ul {
	display: flex;
}

header .inner nav .hd_line a{
	display:block;
	max-width:92%;
	margin:0 auto;
}
header .inner nav .hd_line a img{
	display:block;
	width:100%;
}

@media (max-width:780px){
	
	header .inner > h1{
    width: 30%;
    padding: 0px 0px 0 10px;
	}
	header .inner > nav{
		width:50%;
	}
	
}

/* --- Main --- */
main{
	margin-top:176px;
}

@media (max-width:1649px){
	
	main{
		margin-top:130px;
	}
	main.page__main{
		margin-top:176px;
	}
	
}

@media (max-width:780px){
	
	main{
		margin-top:75px;
	}

}

picture{
  line-height: 0;
}
div {
  line-height: 0;
}
.mv {
  background-image: url();
  line-height: 0;
}
.from {
  text-align: center;
  background-image: url(../img/form_bk.png);
  background-size: cover;
}
.from img {
  width: 75%;
  margin: 60px auto;
  text-align: center;
}

.from img.new_img {
  width: 100%;
  margin: 30px auto;
  text-align: center;
}
.panel {
  margin:0px auto;
  padding: 160px 0;
  text-align: left;
  width: 80%;
  position:relative;
}
.panel .point_text{
	position: absolute;
	top:60px;
}

@media (max-width:780px){

	.panel {
	  margin:60px auto 0;
    padding: 60px 0px;
	}
	.panel .point_text{
		max-width:160px;
		top:-60px;
	}

}

.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;
}

.panel th,.panel td {
  padding: 1em;
  color: #4b4b4b;
}
.panel th{
  font-size: 24px;
  font-weight: bold;
  width: 40%;
  vertical-align: top;
}
.panel tr {
  padding: 1em 0;
  border-bottom: 3px solid #4b4b4b;
}

.panel table.tbl-form tr:first-child{
	border-top: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%;
  background-color: #fff;
}
input{
  height: 40px;
  background-color: #b3b3b3;
  padding: 5px;
  width: 100%;
}
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;
}

input[type=radio]{
	width:20px;
	margin:0 10px 0 0;
}
input[type=radio]:checked{
	margin:0 10px 0 0;
}

.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: #ffb517;
  color: #fff;
}

select {
    height: 40px;
    background-color: #b3b3b3;
    padding: 5px;
    width: 30%;
    margin-top: 20px;
    margin-bottom: 30px;
}


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: 70%;
  }
  nav ul li{
    padding: 0 10px;
}
  header {
  /* background-image: url(../img/hd_bk.jpg); */
  background-repeat: no-repeat;
  background-color: #fff;
}
.ttl_box{
	/* background: rgb(0, 202, 242); */
	text-align: center;
  background-image: url(../img/formbk.png);
  background-size: cover;
}

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



table {
  margin: 60px auto;
  width: 80%;
}
.tbl-r02 th {
  background: rgb(70, 183, 91);
  border: 1px solid rgb(0, 0, 0);
  color: rgb(255, 255, 255);
  padding: 10px;
  width: 30%;
  font-size: 24px;
  font-weight: bold;
}
.tbl-r02 td {
  padding: 30px 10px;
  text-align: left;
  border: 1px solid;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
  background-color: #fff;
}
.tbl-r02 td span.red{
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
  color: #ff3d3d;
}
.page__main .contact .inner{
  margin: 6em 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;
  padding: 20px 0 0;
}
.copy a{
  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;
}
.panel_wapper{
  background-image: url(../img/form_bk.png);
  background-size: cover;
}
@media screen and (max-width: 1024px) {
  .panel th, .panel td {
    display: block;
    width: 100%;
}
input {
  font-size: 16px;
  height: 60px;
}
.flex {

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

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


}

@media screen and (max-width: 767px) {
	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%;
}
.check_box {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px;
  flex-direction: column;
}
.check_box p .must {
  padding: 5px 8px;
  font-size: 10px;
  font-weight: bold;
  margin: 0px 10px;
}
.check_box input[type="checkbox"] {
  width: 15px;
  font-size: 16px;
  height: 15px;
}
.check_box p  {
  font-size: 12px;
}
input[type="submit"] {
  width: 260px;
  font-size: 24px;
  font-weight: bold;
  padding: 15px;
  height: auto;
  margin-bottom: 3em;
}


}



@media screen and (max-width: 640px) {
  .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;
}
.box02{
  margin-top: -50px;
}
.hd_line{
  display: none;
}
.box02{
  margin-top: 0px;
}
}

/* --- プライバシーポリシー追加 --- */
.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;
}

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