@charset "UTF-8";
@import url("global.css");
.intro {
  margin-bottom: 50px;
  text-align: center;
}
.intro br {
  display: none;
}

ul.list li {
  background-color: #eee;
  padding: 10px;
  margin-bottom: 40px;
  text-align: center;
}
ul.list li .title {
  background-color: #002F68;
  color: #fff;
  font-size: 21px;
  height: 60px;
  line-height: 60px;
}
ul.list li .box {
  padding: 0 20px;
}
ul.list li dl.question {
  padding: 20px 10px;
  text-align: justify;
}
ul.list li dl.question dt {
  font-weight: bold;
  position: relative;
  padding: 5px 0 0 45px;
  margin-bottom: 10px;
}
ul.list li dl.question dt::before {
  content: "Q.";
  font-family: "Barlow Condensed", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "游ゴシック Medium", "Yu Gothic Medium", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "Meiryo", "メイリオ", Helvetica, sans-serif;
  color: #002F68;
  font-size: 32px;
  line-height: 1;
  position: absolute;
  font-weight: 400;
  top: 0;
  left: 10px;
}
ul.list li dl.question dd {
  position: relative;
  padding: 5px 0 0 45px;
}
ul.list li dl.question dd::before {
  content: "A.";
  font-family: "Barlow Condensed", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "游ゴシック Medium", "Yu Gothic Medium", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "Meiryo", "メイリオ", Helvetica, sans-serif;
  color: rgba(0, 47, 104, 0.5);
  font-size: 32px;
  line-height: 1;
  position: absolute;
  top: 0;
  left: 10px;
}
ul.list li .subblock {
  padding-bottom: 10px;
}
ul.list li .subblock dl.question {
  border-top: #C8C8C8 1px dashed;
}
ul.list li .more {
  min-width: 300px;
  margin: 0 auto 10px;
  text-align: center;
  border-radius: 4px;
  background-color: #fff;
  box-sizing: border-box;
  color: #002F68;
  padding: 5px 0 16px;
  position: relative;
  cursor: pointer;
  display: inline-block;
}
ul.list li .more::before {
  content: "もっと見る";
}
ul.list li .more::after {
  content: "\f107";
  color: rgba(0, 47, 104, 0.5);
  line-height: 1;
  font-size: 30px;
  font-weight: 900;
  font-family: "Font Awesome 5 free";
  position: absolute;
  bottom: -2px;
  left: 50%;
  width: 40px;
  margin-left: -20px;
}
ul.list li .more.openheader {
  padding: 16px 0 5px;
}
ul.list li .more.openheader::before {
  content: "閉じる";
}
ul.list li .more.openheader::after {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  bottom: auto;
  top: -2px;
}
ul.list li .pdf {
  margin: 20px 0 30px;
}
ul.list li .pdf a {
  display: block;
  border: #002F68 1px solid;
  border-radius: 2px;
  background-color: #fff;
  padding: 10px 20px;
  line-height: 1.5;
}
ul.list li .pdf a strong {
  display: inline-block;
  position: relative;
  color: #002F68;
  font-size: 17px;
  font-weight: bold;
  padding: 0 30px;
}
ul.list li .pdf a strong::after {
  content: "\f1c1";
  color: #002F68;
  line-height: 1;
  font-size: 24px;
  font-weight: 400;
  font-family: "Font Awesome 5 free";
  position: absolute;
  right: 0;
  top: 0;
}
ul.list li .pdf a span {
  font-size: 14px;
  letter-spacing: 1px;
  display: block;
}

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

 Responsive-Breakpoint-1 (1400px)
 
------------------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------------------

 Responsive-Breakpoint-2 ( 960px )
 
------------------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------------------

 Responsive-Breakpoint-3 ( 644px )
 
------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 644px) {
  .intro {
    margin-bottom: 30px;
  }
  .intro p {
    margin-bottom: 10px;
  }
  .intro br {
    display: inline;
  }

  ul.list li {
    margin-bottom: 30px;
  }
  ul.list li .title {
    font-size: 19px;
    height: 50px;
    line-height: 50px;
  }
  ul.list li .box {
    padding: 0 10px;
  }
  ul.list li dl.question {
    padding: 20px 10px;
    letter-spacing: 1px;
  }
  ul.list li dl.question dt {
    padding: 0;
  }
  ul.list li dl.question dt::before {
    position: static;
    display: block;
    text-align: center;
    margin-bottom: 10px;
    padding-left: 5px;
  }
  ul.list li dl.question dd {
    padding: 0;
  }
  ul.list li dl.question dd::before {
    position: static;
    display: block;
    text-align: center;
    margin-bottom: 10px;
    padding-left: 5px;
  }
  ul.list li .more {
    min-width: inherit;
    display: block;
  }
}

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