@charset "UTF-8";
/*----------------------------------------
 *        Drill
 *---------------------------------------- */
.illust-top {
  position: relative;
  width: 90%;
  margin: 0 auto;
}
@media print, screen and (min-width: 769px) {
  .illust-top {
    width: 1200px;
  }
}
.illust-top.border {
  padding-bottom: 50px;
}
.illust-top.border::before {
  position: absolute;
  bottom: 0;
  left: -1500px;
  display: block;
  content: "";
  width: 3000px;
  height: 3px;
  background: #F18714;
}

.illust-top .ttl_txt {
  font-size: 25px;
  font-weight: bold;
  line-height: 1.8;
  text-align: center;
  font-family: "HGÁÏ±Ñ³ÑŽÎŽßŽ¯ŽÌŽßÂÎ";
}
@media print, screen and (min-width: 769px) {
  .illust-top .ttl_txt {
    font-size: 40px;
    text-align: left;
    font-family: "HGÁÏ±Ñ³ÑŽÎŽßŽ¯ŽÌŽßÂÎ";
  }
}

.illust-top .ttl_year {
  width: 80%;
  margin: 0 auto 30px;
  padding: 10px;
  border: #FF8714 5px solid;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.1;
  text-align: center;
}
@media print, screen and (min-width: 769px) {
  .illust-top .ttl_year {
    width: 60%;
    margin-bottom: 50px;
    font-size: 50px;
  }
}

.illust-top .ttl_txt2 {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.6;
}
@media print, screen and (min-width: 769px) {
  .illust-top .ttl_txt2 {
    font-size: 20px;
  }
}

.archive {
  margin: 50px auto 0;
}

.archive dl > dt {
  color: #FF8714;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
@media print, screen and (min-width: 769px) {
  .archive dl > dt {
    font-size: 22px;
    text-align: left;
  }
}

.archive ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap : wrap;
  -moz-flex-wrap : wrap;
  -ms-flex-wrap : wrap;
  flex-wrap: wrap;
}
@media print, screen and (min-width: 769px) {
  .archive ul {
    width: 100%;
    margin-left: -5px;
  }
  .top .archive ul {
    width: 55%;
  }
}

.archive ul > li {
  width: 25%;
  padding: 3px;
  box-sizing: border-box;
}
@media print, screen and (min-width: 769px) {
  .archive ul > li {
    width: 11.11111%;
    padding: 5px;
  }
  .top .archive ul > li {
    width: 20%;
  }
}

.archive ul > li a {
  display: block;
  border: #FF8714 1px solid;
  border-radius: 5px;
  padding: 7px 0;
  color: #FF8714;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
}
@media print, screen and (min-width: 769px) {
  .archive ul > li a {
    background: #FFF;
    padding: 10px 0;
    font-size: 20px;
    background: #FFF;
    -webkit-transition: background 0.5s ease-in-out;
    -moz-transition: background 0.5s ease-in-out;
    transition: background 0.5s ease-in-out;
  }
  .archive ul > li a:hover {
    background: #FFDBB8;
  }
}


/*----------*/
.illust-content {
  width: 90%;
  margin: 0 auto;
  padding-top: 30px;
}
@media print, screen and (min-width: 769px) {
  .illust-content {
    width: 1200px;
  }
}

.illust-content p,
.illust-content li,
.illust-content dd {
  font-size: 15px;
  line-height: 1.6;
}
@media print, screen and (min-width: 769px) {
  .illust-content p,
  .illust-content li,
  .illust-content dd {
    font-size: 20px;
  }
}

.illust-content .top_ttl {
  margin-bottom: 10px;
  color: #FF8714;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.2;
}
@media print, screen and (min-width: 769px) {
  .illust-content .top_ttl {
    font-size: 24px;
  }
}

@media print, screen and (min-width: 769px) {
  .boxWrap.column2.app_info .columnBox {
    width: 40%;
  }
}

.illust-content .result_ttl {
  width: 115%;
  background: #FF8714;
  margin: 30px 0 0 -7%;
  padding: 15px 20px;
  color: #FFF;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.2;
}
@media print, screen and (min-width: 769px) {
  .illust-content .result_ttl {
    width: 100%;
    margin: 50px 0 0;
    font-size: 26px;
  }
  .illust-content .result_ttl.left_ttl {
    border-right: #FFF 20px solid;
  }
  .illust-content .result_ttl.right_ttl {
    border-left: #FFF 20px solid;
  }
}

.illust_box {
  margin-top: 30px;
  padding: 0 20px;
}
@media print, screen and (min-width: 769px) {
  .illust_box {
    margin-top: 40px;
    padding: 0 40px;
  }
}

.illust_box figure {
  text-align: center;
}

.illust_box figure img {
  border: #FCC821 3px solid;
}
.illust_box figure.tate img {
  max-width: none;
  width: auto;
  height: 240px;
}
.illust_box figure.yoko img {
  max-width: none;
  width: 240px;
  height: auto;
}
@media print, screen and (min-width: 769px) {
  .illust_box figure.tate img {height: 400px;}
  .illust_box figure.yoko img {width: 400px;}

  .illust_box figure.imgh320 img {
    max-width: none;
    width: auto;
    height: 320px;
  }
}

.illust_box .profile {
  margin-top: 10px;
}
@media print, screen and (min-width: 769px) {
  .illust_box .profile {
    margin-top: 20px;
  }
}

.illust_box .illust-title {
  font-weight:bolder;
}
@media print, screen and (min-width: 769px) {
  .illust_box .illust-title {
    font-weight:bolder;
  }
}


/*----------*/
.illust-message {
  width: 90%;
  margin: 0 auto;
  padding-top: 50px;
}
@media print, screen and (min-width: 769px) {
  .illust-message {
    width: 1200px;
    padding-top: 100px;
  }
}

.illust-message p,
.illust-message li,
.illust-message dd {
  font-size: 13px;
  line-height: 1.6;
}
@media print, screen and (min-width: 769px) {
  .illust-message p,
  .illust-message li,
  .illust-message dd {
    font-size: 20px;
  }
}

.illust-message p {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4;
}
@media print, screen and (min-width: 769px) {
  .illust-message p {
    font-size: 24px;
  }
}
.drill_img img {
  margin: 10px;
}
