@charset "UTF-8";
@import url(//fonts.googleapis.com/css?family=Open+Sans:400,400italic,600,600italic,700,700italic);
@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);
@import url("ress_custom.min.css");
body {
  font-family: Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 300;
  font-size: calc((20 / 1100) * 100vw);
  position: relative;
}

@media all and (-ms-high-contrast: none) {
  body {
    font-family: 'メイリオ', 'Meiryo', sans-serif;
  }
}

@media (min-width: 1100px) {
  body {
    font-size: 20px;
  }
}

.clearfix:after {
  content: " ";
  display: block;
  clear: both;
}

p.ta_right {
  text-align: right !important;
}

img {
  vertical-align: bottom;
}

a {
  color: #000;
  text-decoration: underline;
}

a.emph {
  color: #000;
  font-weight: 700;
  text-decoration: underline;
}

a:hover {
  text-decoration: underline;
}

a > img:hover {
  opacity: 0.75;
}

li {
  list-style-type: none;
  list-style-position: inside;
}

.red {
  color: #e66;
}

.pc {
  display: block;
}

.pcil {
  display: inline;
}

.sp {
  display: none;
}

.spil {
  display: none;
}

@media (max-width: 750px) {
  .sp {
    display: block;
  }
  .spil {
    display: inline;
  }
  .pc {
    display: none;
  }
  .pcil {
    display: none;
  }
}

header {
  width: 100%;
  max-width: 1100px;
  height: auto;
  margin: 3% auto 0;
}

header h1 {
  font-size: calc((36/20)*1em);
}

div.frame {
  width: 100%;
  max-width: 1100px;
  height: auto;
  margin: 3% auto 0;
  border: 1px solid #ccc;
  padding: 2%;
}

.wrap {
  width: 100%;
  max-width: 1100px;
  height: auto;
  margin: 3% auto;
  background: #fff;
  box-shadow: 5px 5px 20px 5px rgba(0, 0, 0, 0.2);
  padding-bottom: 200px;
  position: relative;
}

.wrap h2 {
  width: 90%;
  margin: 0 auto;
  padding: 2% 0 0;
}

.wrap .list {
  width: 100%;
  height: 50vh;
  position: relative;
}

.wrap .list li.item {
  width: 90%;
  height: 90%;
  border: 1px solid #999;
  border-radius: 5px;
  background: #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  position: absolute;
}

.wrap .list li.item .body {
  width: 80%;
  height: auto;
  padding: 0 2%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.wrap .list li.item .body .text {
  font-size: calc((30/20)*1em);
  line-height: 1.8em;
  font-weight: 500;
  width: 100%;
  margin: 2px 0;
}

.wrap .list li.item .body .option {
  font-size: calc((22/20)*1em);
  line-height: 1.4em;
  margin: 2px 0;
  width: 100%;
  text-align: right;
}

footer {
  width: 100%;
  position: fixed;
  height: 140px;
  bottom: 0;
  left: 0;
  background: #fff;
  box-shadow: 0px -5px 20px 5px rgba(0, 0, 0, 0.2);
}

footer .contents {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 2% 4%;
  display: flex;
  justify-content: space-between;
}

footer .contents label {
  display: block;
}

footer .contents input {
  border: 1px solid #999;
  padding: 2px;
  width: 30%;
}

footer .contents button {
  display: block;
  width: 40%;
  padding: 2% 0;
  border-radius: 5px;
  background: #e66;
  color: #fff;
  font-weight: 500;
  font-size: calc((24/20)*1em);
  cursor: pointer;
}

footer .contents button.blue {
  background: #66e;
}

@media (max-width: 750px) {
  body {
    font-size: calc((24 / 750) * 100vw);
  }
  header {
    width: 92%;
  }
  div.frame {
    width: 92%;
  }
  .wrap {
    padding-bottom: 100px;
  }
  .wrap .list li.item .header {
    width: 15%;
  }
  .wrap .list li.item .body {
    width: 75%;
  }
  .wrap .list li.item .check {
    width: 10%;
  }
  .wrap .list li.item .check input {
    width: 1em;
    height: 1em;
  }
  .wrap .list li.item .showanswer p {
    text-align: center;
    width: 100%;
    line-height: 4em;
    font-size: calc((30/20)*1em);
    font-weight: 700;
    color: #F66;
  }
  footer {
    height: 80px;
    box-shadow: 0px -2px 10px 2px rgba(0, 0, 0, 0.2);
  }
  footer .contents input {
    width: 35%;
  }
  footer .contents button {
    display: block;
    padding: 4% 0;
    border-radius: 5px;
    background: #e66;
    color: #fff;
    font-weight: 500;
    font-size: 1.4em;
    cursor: pointer;
  }
}
