/** top */
@charset "utf-8";

body {
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  color: #333333;
  font-size: 28px;
  line-height: 32px;
}

.container {
  position: relative;
  width: 1000px;
  margin: 0 auto;
}

header {
  width: 100%;
  margin: 0 auto;
}

footer {
  width: 100%;
  background-color: #ffffff;
  margin: 0 auto;
  padding-bottom: 16px;
}

footer div {
  padding-left: 30px;
  padding-right: 30px;
}

footer .attention {
  padding-top: 30px;
  padding-bottom: 30px;
}

footer .copyright {
  padding-top: 12px;
}

.top footer, .conf footer, footer,
footer .copyright {
  border-top: 1px solid #cbcbcb;
}


footer .copyright p {
  margin: 8px 0;
}

.bg-green {
  background-color: #e2f4ee;
}

.bg-blue {
  background-color: rgb(93, 150, 226, 0.1);
}

.green {
  color: #3CA97E;
}

.pink {
  color: #FF6080;
}

.errors {
  color: #721c24;
  border: 1px solid #f5c6cb;
  background-color: #f8d7da;
  padding: 12px 20px;
  border-radius: .25rem;
  margin-bottom: 20px;
}

.form input {
  margin-bottom: 20px;
}

input[type=text],
input[type=password],
select,
textarea {
  margin: 10px 0;
  padding:20px 12px;
  border: 3px solid #cbcbcb;
  border-radius: 4px;
}

.form-item {
  margin-bottom: 1rem;
}

.form-item label {
  display: block;
  margin-bottom: 0.25rem;
  padding: 4px 0;
}

.form-item h3 {
  font-weight: normal;
  font-size: 1.1em;
}

.form-item .require:after {
  content: '必須';
  background-color: #FF6080;
  color: #ffffff;
  border-radius: 4px;
  padding: 4px 20px;
  display: inline-block;
  margin-left: 1rem;
}



.form-item input[type=text],
.form-item select,
.form-item textarea {
  width: 80%;
}

.form-item .w-50 input[type=text],
.form-item .w-50 select {
  width: 90%;
}

.form-item-unit {
  margin-left: 4px;
}

.form-inline-radio {
  margin: 10px 0 30px;
}
.form-inline-radio label {
  display: inline;
  margin-right: 50px;
  margin-left: 10px;
  vertical-align: middle;
}

.form-inline-checkbox label {
  display: inline;
  padding-left: 10px;
  margin-right: 12px;
  vertical-align: middle;
}

.form-inline-checkbox p {
  padding-left: 13px;
  font-size: 22px;
  margin-top: 0px;
}

.form-inline-radio input[type=radio] {
  margin-right: 4px;
  transform:scale(2);
}

.form-inline-checkbox input[type=checkbox] {
  margin-right: 4px;
  transform:scale(2);
}

.form-action {
  text-align: center;
  margin: 100px auto;
}
.conf .form-action {
  height: 180px;
  margin: 100px 25px 0px;
}

.conf .top-form {
  margin: 0 auto;
}

.back-button {
  margin-right: 20px;
  display: inline-block;
}

.top h2 {
  font-weight: normal;
  font-size: 1.25rem;
  text-align: center;
}

.top .top-form {
  margin-bottom: 0;
}

.main-container {
  width: 95%;
  margin-left: auto;
  margin-right: auto;
}

.btn-apply {
  display: block;
  text-align: center;
  margin: 60px auto  160px;
}

a:hover img,
.btn:hover {
  cursor: pointer;
  filter: alpha(opacity=60);
  -ms-filter: "alpha(opacity=60)";
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  opacity: 0.6;
}

.frame {
  font-size: 26px;
  border-radius: 10px;
  border: none;
  background-color: #fff;
  padding: 20px 24px;
}

.sub-content {
  margin-right: 20px;
  margin-left: 20px;
  padding-bottom: 60px;
}

.form .sub-content {
  border: solid 3px #cbcbcb;
  border-radius: 10px;
  margin-right: 20px;
  margin-left: 20px;
  padding-bottom: 0px;
}


.conf .form .sub-content {
  border: none;
  border-radius: 10px;
  margin-right: 20px;
  margin-left: 20px;
  padding-bottom: 0px;
}

.form p {
  margin-right: 20px;
  margin-left: 20px;
}

.condition {
  background-color: rgb(93, 150, 226, 0.1);
}

.condition .frame li{
  line-height: 50px;
}


.qa-item {
  background-color: #fff;
  padding: 12px 20px;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 60px;
  position: relative;
}

.qa-item .btn-close {
  display: none;
}
.qa-item .btn-open{
  display: block;
}
.qa-item .qa-item-answer{
  display: none;
}

.qa-item.open .btn-close {
  display: block;
}
.qa-item.open .btn-open {
  display: none;
}
.qa-item.open .qa-item-answer{
  display: block;
}

.qa-item-icon {
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
  transition-property: display;
  transition-duration:1s;
}
.qa-item-icon:hover {
  cursor: pointer;
}

.qa-item-title {
  margin-bottom: 20px;
}

.qa-item-title:before {
  content: '';
  display: inline-block;
  width: 60px;
  height: 60px;
  background-image: url("../images/pc/q_icon.png");
  background-size: contain;
  vertical-align: middle;
  margin-right: 12px;
}

.qa-item-answer:before {
  content: '';
  display: inline-block;
  float: left;
  width: 60px;
  height: 60px;
  background-image: url("../images/pc/a_icon.png");
  background-size: contain;
  vertical-align: middle;
  margin-right: 12px;
}

.confirm-message {
  background-color: #FFD6E4;
  color: #D4145A;
  border: 2px solid #D4145A;
  text-align: center;
  padding: 16px 0;
  margin-top: 0;
  font-weight: bold;
}

.map {
  width: 95%;
  margin: 0 auto;
  padding-bottom: 40px;
}
.map iframe {
  width: 100%;
  height: 350px;
}

/** policy */
.policy {
  padding: 0 20px 100px;
}

.policy-content {
  font-size: 22px;
  line-height: 40px;
}

.policy-content h3 {
  font-size: 1.4em;
}

.policy-content h4 {
  margin-top: 30px;
  margin-bottom: 0;
  font-size: 1.2em;
}

.policy-content dl {
  margin-top: 8px;
  margin-bottom: 30px;
}

.policy-content dt {
  font-weight: bold;
}

.policy-content dd {
  margin-left: 0;
  margin-bottom: 20px;
}

/** place */
.place-desc {
  background-color: white;
  padding: 20px;
}
.place-desc h3 {
  margin-top: 0;
  margin-bottom: 12px;
}

#back-button {
  width: 48%;
  margin-right: 25px;
}

#apply-button {
  width: 48%;
  margin-right: 5px;
}
