.box .text{
  font-size: 16px;
  line-height: 2;
}
@media(max-width:800px){
  .box .text{
    text-align: left;    
  }
  .box .text br{
    display: none;
  }
}
.box .question {
  margin-top: 20px;
  font-size: 16px;
  font-weight: 700;
}
.box span.must {
  font-size: 12px;
  background: #E03268;
  color:#fff;
  padding: 2px 8px;
  border-radius: 4px;
  margin-right: 10px;
}
.box span.arbitrary {
  font-size: 12px;
  background: #80A8C3;
  color:#fff;
  padding: 2px 8px;
  border-radius: 4px;
  margin-right: 10px;
}
.box select, .box input, .box textarea {
  border: 1px solid #AFAFAF;
  border-radius: 8px;
  margin: 10px 0;
  padding: 10px;
  font-size: 16px;
  color: #002e4e;
  width: 100%;
  max-width: 600px;
  box-sizing: border-box;
}
.box .choice{
  display: flex;
  align-items: center;
  margin: 10px 0;
}
.choice:first-of-type{
  margin-top: 20px;
}
.box .candidate{
  margin: 10px 0 0;
}
.box form {
  margin-top: -10px;
}
.box input[type="radio"],.box input[type="checkbox"]{
  width: 20px;
  margin: 0 10px;
}
.box input[type="date"],.box input[type="time"]{
  width: 200px;
  margin: 0 0 10px;
}
.box input[type="date"]{
  margin-right: 10px;
  margin-bottom: 10px;
}
.box .alert{
  color: #E03268;
  margin-top: -8px;
}
.box textarea {
  height: 200px;
}
.box .note {
  color: #666;
}
.form_wrapper {
  width: 100%;
}
iframe {
  width: 100%;
  height: 100%;
}
#consent {
  width: 100%;
  margin: 0 auto;
  display: none;
}
#consent span {
  display: inline-block;
}
#consent .row {
  margin: 10px;
  display: flex;
}
@media(max-width: 800px){
  #consent .row {
    margin: 10px 0;
    font-size: 12px;
  }
}
.column1 {
  width: 240px;
  float: left;
}
@media(max-width: 800px){
  .column1 {
    width: 148px;
  }
}
.column2 {
  width: calc(100% - 240px);
  float: left;
}
@media(max-width: 800px){
  .column2 {
    width: calc(100% - 148px);
  }
}
#consent a {
  color: #326EE0;
}
#button {
  margin:0 auto;
  padding: 20px;
  width:240px;
  text-align: center;
  border-radius: 40px;
  display: none;
}
#button.enable {
  background: #326EE0;
  color:#fff;
  cursor: pointer;
}
#button.disabled {
  background: #f5f5f5;
  color: #ccc;
  cursor: default;
}
.explain {
  margin-top: 40px;
  text-align: center;
  font-weight: 700;
}
.link_button {
  background: #002e4e;
  color:#fff;
  border: 1px solid #002e4e;
  padding:20px;
  width:200px;
  height:20px;
  display:flex;
  align-items:center;
  justify-content:center;
  margin:40px auto 0;
  border-radius: 30px;
  cursor: pointer;
}


/* ダウンロードリンク 2024年2月26日 start */
.message {
    width: 600px;
    margin: 0 auto;
    text-align: center;
}

@media(max-width: 800px){
.message {
    width: 100%
  }
}

.dl_title {
    color: #002E4E;
    text-align: left;
    margin: 16px 0 8px;
    font-weight: 700;
}
.dl_box p {
    font-size: 14px;
    border: solid 0.5px #002E4E;
    margin: 0;
    text-align: left;
    padding: 13px;
}

.dl_box p:not(:first-child){
  border-top: solid 0;
}

.dl_box p a {
  color: #002E4E;
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  justify-content: space-between;
  width: 100%;
}

.dl_box p a img {
  height: 100%;
  margin-left: auto;
  margin-right: 5px;
}
/* ダウンロードリンク 2024年2月26日 end */