@charset "UTF-8";
/* CSS Document */
html,
body {
  height: 100%;
}
body {
  display: flex;
  flex-flow: column;
}
main {
  flex: 1;
}

.entry__inner {
  max-width: 1000px;
  margin: 80px auto;
  background: #fff;
  border-radius: 8px;
  width: 94%;
  padding: 40px 10px;
}
.aC {
  text-align: center;
}
.mb10 {
  margin-bottom: 10px;
}
.mb20 {
  margin-bottom: 20px;
}
.mb40 {
  margin-bottom: 40px;
}
.mb80 {
  margin-bottom: 80px;
}

/* form */
.c-form {
  max-width: 600px;
  margin: 0 auto;
}
.c-form__item {
  display: flex;
  flex-wrap: wrap;
  /*	justify-content: space-evenly;*/
  justify-content: space-between;
  margin-bottom: 20px;
}
.c-form__label,
.c-form__input,
.c-form__select {
  padding: 10px;
}

.c-form__select {
  width: 60%;
  font-size: 16px;
  border: solid 1px #333;
  border-radius: 4px;
}

.c-form__label {
  width: 90%;
}
.c-form__input {
  width: 100% !important;
  font-size: 16px;
  border: solid 1px #333;
  border-radius: 4px;
}
.c-form__input:focus-visible {
  outline: green auto 1px;
}
.c-form__required {
  color: #fff;
  background-color: darkred;
  border-radius: 4px;
  padding: 5px 5px;
  margin: 0 10px 0 0;
  font-size: 10px;
}
textarea.c-form__input {
  height: 160px;
}
.c-form__submit {
  text-align: center;
}
.c-form__submit button {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  background-color: darkred;
  border: solid 1px darkred;
  border-radius: 4px;
  padding: 5px 32px;
  transition: 0.4s;
  cursor: pointer;
}
.c-form__submit button:hover {
  color: darkred;
  background-color: transparent;
}

@media (min-width: 640px) {
  .c-form__item {
    flex-wrap: nowrap;
  }
  .c-form__label {
    width: 40%;
  }
  .c-form__input {
    width: 55%;
  }
}

/* .entry__wrap {
  display: flex;
  justify-content: center;
} */
.entry__tab {
  margin-bottom: 30px;
}
.entry__tab dt {
  margin-bottom: 10px;
  border-bottom: 1px solid #ccc;
}
.entry__tab dt p {
  margin-top: 10px;
}
.entry__tab dd {
  margin-bottom: 40px;
}
.aka {
  color: red;
}

.aC {
  text-align: center;
}
.mb10 {
  margin-bottom: 10px;
}
.mb20 {
  margin-bottom: 20px;
}
.mb40 {
  margin-bottom: 40px;
}
.mb80 {
  margin-bottom: 80px;
}

.sp_lft {
  text-align: center;
}
.hyd {
  display: block;
}
.plcy-box {
  width: 100%;
  height: 200px;
  border: 1px solid #333;
  border-radius: 4px;
  overflow-y: scroll;
  padding: 20px;
  margin: 20px 0;
}
@media screen and (max-width: 600px) {
  /*
	.gcs {
		padding:0 40px;
	}
*/
  .gcs_btn {
    width: 90% !important;
  }
  /*
	.glion .gcs_btn{
		width:90% !important;
	}
*/
  .sp_lft {
    text-align: center;
  }
  .hyd {
    display: none;
  }
  /*
	.links {
  font-weight: normal;
  font-size: 14px;;
  display: flex;
flex-flow: row wrap;
  justify-content: space-between;
  width: 100%;
  margin: 0 auto;
} style.cssから 
*/
  /*
	.links li {
		width:50%;
		margin-bottom: 20px;
		text-align: center;
	}
	.links li:nth-child(2),
	.links li:nth-child(4),
	.links li:nth-child(6){
		display: none;
	}
	.links li:nth-child(1),
	.links li:nth-child(5){
		border-right: 1px solid #ccc;
	}
*/
}
