@charset "utf-8";
/* CSS Document */
#demo_menu {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: space-around;
  margin-top: 5rem;
}
@media (max-width:1000px) {
  #demo_menu {
    width: 94%;
  }
}
@media (max-width:650px) {
  #demo_menu {
    flex-direction: column;
  }
}
#demo_menu div {
  width: calc(96% / 2);
  padding: 0;
  margin: 0;
  color: #666666;
  position: relative;
}
@media (max-width:650px) {
  #demo_menu div {
    width: 100%;
    margin-bottom: 3rem;
  }
}
#demo_menu div h2 {
  padding: 0;
  margin-top: 20px;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 15px;
  text-align: center;
  color: var(--main_color);
  font-size: 1.5rem;
  font-family: "fot-udmarugo-large-pr6n", sans-serif;
}
#demo_menu div img {
  margin-left: auto;
  margin-right: auto;
  display: block;
  width: 100%;
  height: auto;
  s
}
#demo_menu div {
  font-size: 1rem;
  line-height: 1.5;
}
#demo_menu div div {
  background-color: #FFFFFF;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0;
  padding-right: 2rem;
  padding-left: 2rem;
  padding-bottom: 2rem;
  display: block;
  width: 90%;
  height: auto;
  margin-top: -5rem;
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.20);
  border-top: 4px solid var(--main_color);
}
.txt {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin-top: 3rem;
  color: #666;
}
@media (max-width:650px) {
  .txt {
    width: 94%;
    margin-bottom: 3rem;
    margin-right: auto;
    margin-left: auto;
    text-align: left;
    margin-top: 0rem;
  }
}
.txt2 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  margin-top: 10rem;
  color: #666;
}
.txt2 h2 {
  text-align: center;
  display: block;
  width: 100%;
  color: var(--main_color);
}
.txt2 p {
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  border: 1px solid var(--main_color);
  padding: 2rem;
  border-radius: 4px;
  background-color: #F0F4FA;
}
@media (max-width:1000px) {
  .txt2 {
    width: 94%;
    margin-top: 10rem;
    margin-bottom: 0rem;
    margin-right: auto;
    margin-left: auto;
    text-align: left;
  }
  .txt2 p {
    width: 94%;
  }
}
#form_box {
  max-width: 1000px;
  margin-right: auto;
  padding: 2rem;
  margin-left: auto;
  background-color: #FFFFFF;
}
.original-button {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  text-decoration: none;
  color: #ffffff;
  font-size: 1.5rem;
  border-radius: 5px;
  width: 50%;
  height: auto;
  font-weight: bold;
  border-bottom: 4px solid #cf6c1d;
  transition: 0.3s;
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.4);
  background-color: #ff9800;
  margin-right: auto;
  margin-left: auto;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.original-button:hover {
  box-shadow: 0 0 rgba(0, 0, 0, 0.4);
  border-bottom-width: 2px;
  transform: translateY(2px);
}
.box_type5 {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1000px;
  padding: 0;
  margin-left: auto;
  margin-right: auto;
  height: auto;
  justify-content: space-between;
}
@media (max-width:730px) {
  .box_type5 {
    /*margin-bottom: 20rem;*/
  }
}
.box_type5 div {
  height: auto;
  width: calc(99% / 3);
  word-break: break-all;
  margin-top: 0;
  font-size: 1.4rem;
  margin-bottom: 5px;
  display: flex;
}
.box_type5 div:nth-child(3n) {
  margin-right: 0%;
}
.box_type5 div a {
  text-decoration: none;
  display: block;
  border: 1px solid #CCCCCC;
  border-radius: 3px;
  background-color: #FFFFFF;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.box_type5 div a:hover {
  border: 1px dotted #BC4042;
  background-color: #F9EFEF;
}
.box_type5 div span {
  font-weight: bold;
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  text-align: center;
  font-size: 1.5rem;
  color: #555555;
  margin-bottom: 0.6rem;
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
}
.box_type5 div img {
  width: 100%;
  height: auto;
  display: block;
  max-width: 100px;
  margin-left: auto;
  margin-right: auto;
}
.box_type5 div p {
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-size: 1rem;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  color: #333333;
}
@media (max-width:730px) {
  .box_type5 {
    display: flex;
    width: 100%;
    flex-flow: column;
  }
  .box_type5 div {
    width: 90%;
    margin-top: auto;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 2rem;
    display: block;
  }
  .box_type5 div:nth-child(3n) {
    width: 90%;
    margin-top: auto;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 2rem;
  }
}
.margin-top5 {
  margin-top: 5rem;
}
.demo_box {
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
}
.demo_box h1 {
  color: var(--main_color);
  font-size: 2rem;
  font-family: "fot-udmarugo-large-pr6n", sans-serif;
  text-align: center;
  margin-top: 6rem;
  margin-bottom: 2rem;
}
.demo_box p {
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-size: 1.2rem;
  line-height: 1.6;
  color: #333;
}
.marker {
  background: linear-gradient(transparent 60%, rgba(255, 255, 0, 0.7) 60%);
}
.demo_box h3 {
  margin-top: 5rem;
  color: var(--main_color);
  font-size: 1.8rem;
  font-family: "fot-udmarugo-large-pr6n", sans-serif;
  text-align: center;
  width: 100%;
  padding: 0;
  height: auto;
  margin-bottom: 10px;
}
.demo_box ul {
  background-color: #FBF5F6;
  margin: 0;
  padding-top: 2rem;
  padding-right: 2rem;
  padding-left: 2rem;
  padding-bottom: 1rem;
  display: block;
  width: 100%;
  height: auto;
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.20);
  list-style-type: none;
}
.demo_box ul li {
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-size: 1.2rem;
  font-style: normal;
  margin-bottom: 1.2rem;
  color: #333;
}
.demo_box ul li i {
  color: #D70B0F;
  margin-right: 0.5rem;
}
.demo_box ol {
  background-color: #FBF5F6;
  margin: 0;
  padding-top: 2rem;
  padding-right: 2rem;
  padding-left: 2rem;
  padding-bottom: 1rem;
  display: block;
  width: 100%;
  height: auto;
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.20);
  list-style-type: none;
}
.demo_box ol li {
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-size: 1.2rem;
  font-style: normal;
  margin-bottom: 1.2rem;
  color: #333;
}












/*

.container {
    max-width: 1000px;
    margin: 30px auto;
    background: #fff;
    padding-top: 3rem;
    padding-right: 8%;
    padding-left: 8%;
    padding-bottom: 5rem;
    box-sizing: border-box;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.container h2 {
    color: #1976CC;
    padding-bottom: 5rem;
    text-align: center;
}
.step {
  display: none;
}
.step.active {
  display: block;
}
label {
  display: block;
  margin-top: 10px;
}
input[type="text"], input[type="email"], input[type="date"], select, textarea {
  width: 100%;
  padding: 8px;
  margin: 5px 0 15px 0;
  box-sizing: border-box;
}
.flex-row {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.flex-row input[type="text"] {
  flex: 1;
  min-width: 100px;
}
button {
  background: #1976CC;
  color: #fff;
  border: none;
  padding: 10px 20px;
  margin: 5px;
  cursor: pointer;
  border-radius: 4px;
}
button:hover {
  background: #125a9c;
}
.progress-container {
  width: 100%;
  background: #e0e0e0;
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 20px;
}
.progress-bar {
  height: 8px;
  width: 0%;
  background: #1976CC;
  transition: width 0.3s ease;
}
.required {
  color: red;
  margin-left: 5px;
}
@media screen and (max-width: 600px) {
  .flex-row {
    flex-direction: column;
  }
}

*/



    .container {
      max-width: 1000px;
      margin: 30px auto;
      background: #fff;
      padding: 3rem 8%;
      box-sizing: border-box;
      border-radius: 8px;
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    }




    .step-nav {
      display: flex;
      justify-content: space-between;
      list-style: none;
      padding: 0;
      margin-bottom: 20px;
    }
    .step-nav li {
      flex: 1;
      text-align: center;
      padding: 10px 0;
      background: #e0e0e0;
      border-radius: 4px;
      margin: 0 3px;
      font-weight: bold;
    }
    .step-nav li.active {
      background: #1976CC;
      color: #fff;
    }
    .progress-container {
    width: 100%;
    background: #e0e0e0;
    border-radius: 4px;
    overflow: hidden;
    margin-bottom: 20px;
    }
    .progress-bar {
      height: 8px;
      width: 0%;
      background: #1976CC;
      transition: width 0.3s ease;
    }
    .step { display: none; }
    .step.active { display: block; }
    label { display: block; margin-top: 10px; }
    input[type="text"], input[type="email"], input[type="date"], input[type="tel"], select, textarea {
      width: 100%;
      padding: 8px;
      margin: 5px 0 15px 0;
      box-sizing: border-box;
      border: 1px solid #ccc;
      border-radius: 4px;
    }
    input:focus, select:focus, textarea:focus {
      border: 2px solid #1976CC;
      outline: none;
    }
    .flex-row {
      display: flex;
      gap: 10px;
      flex-wrap: wrap;
    }
    .flex-row input {
      flex: 1;
      min-width: 100px;
    }
    .checkbox-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 0px;
    margin-bottom: 1rem;
    }
    button, input[type="submit"] {
      background: #1976CC;
      color: #fff;
      border: none;
      padding: 10px 20px;
      margin: 5px;
      cursor: pointer;
      border-radius: 4px;
      font-size: 16px;
    }
    button:hover, input[type="submit"]:hover {
      background: #125a9c;
    }
    .required {
      color: red;
      margin-left: 5px;
    }
    @media screen and (max-width: 600px) {
      .flex-row { flex-direction: column; }
    }



.checkboxItem {
  display: flex;
  align-items: center;
  column-gap: 10px;
  width: fit-content;
  line-height: 1;
  cursor: pointer;
}

.checkboxItem:not(:last-of-type) {
  margin-bottom: 0px;
}

.checkbox {
  appearance: none;
  position: relative;
  width: 20px;
  height: 20px;
  border: 1px solid #1976cc;
  border-radius: 4px;
  cursor: pointer;
}

.checkbox:checked {
  background-color: #1976cc;
}

.checkbox:checked::after {
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  width: 12px;
  height: 6px;
  border-bottom: 2px solid #ffffff;
  border-left: 2px solid #ffffff;
  transform: rotate(-45deg);
}


.flatpickr-calendar {
  font-size: 1.2rem;
  transform: scale(1.3);
  transform-origin: top left;
}

.step h3{
    margin-bottom: 3rem;	
}


.sub_titler{
    font-size: 1.1rem;
    font-weight: bold;
	color:#333;
}

.b_type1{
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-top: 3rem;
    padding-top: 10px;
    padding-bottom: 10px;
}

.b_box{
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    height: auto;
    text-align: center;
}
.b_type2{
    width: 48%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 3rem;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #999999;
}
.b_type3{
    width: 48%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 3rem;
    padding-top: 10px;
    padding-bottom: 10px;
}


input[type="text"]:hover,
input[type="email"]:hover,
input[type="tel"]:hover,
textarea:hover,
select:hover {
  outline: none;
  border: 2px solid #1976CC;
  background-color: #f0f8ff; /* 薄いブルーで背景も強調（任意） */
  box-shadow: 0 0 0 2px rgba(25, 118, 204, 0.3);
}




