@charset "UTF-8";
/**
 * _component.scss
 */
/* mixin
--------------------------------------------------*/
/**
 * competition.scss
 */
#competition {
  /* #header */
  /* PC
  --------------------------------------------------*/
  /* #competitionArea */
  /* TB
  --------------------------------------------------*/
  /* SP
  --------------------------------------------------*/
}
#competition .gNav > ul > li.competition a,
#competition .gNav > ul > li.competition .label {
  border-bottom-color: #ffe73f;
}
#competition #competitionArea .title01 {
  margin-bottom: 10px;
}
#competition #competitionArea .title01 .en_bold {
  display: block;
  margin-top: 10px;
  font-size: 32px;
  font-weight: normal;
}
#competition #competitionArea .lead {
  text-align: center;
}
#competition #competitionArea .lead .caption {
  font-size: 16px;
}
#competition #competitionArea .links {
  display: table;
  margin: 40px auto 0;
}
#competition #competitionArea .links li {
  display: table-cell;
  text-align: center;
  vertical-align: top;
}
#competition #competitionArea .links li + li {
  padding-left: 40px;
}
#competition #competitionArea .links li .en {
  margin-top: 10px;
  font-size: 16px;
}
#competition #competitionArea #finished {
  margin-top: 60px;
  padding: 55px 0;
  border-top: #ffe73f solid 4px;
  border-bottom: #ffe73f solid 4px;
}
#competition #competitionArea #finished .title02 {
  margin-bottom: 0;
}
#competition #competitionArea #finished .title02 .en_bold {
  margin-top: 10px;
  display: block;
  font-size: 22px;
  font-weight: normal;
}
#competition #competitionArea #message {
  margin: 60px 0;
  padding: 40px 60px;
  background: #ffffff;
}
#competition #competitionArea #message .title02 .en_bold {
  margin-top: 10px;
  display: block;
  font-size: 22px;
  font-weight: normal;
}
#competition #competitionArea #message .text .en {
  margin-top: 30px;
  font-size: 16px;
  line-height: 1.5;
}
#competition #competitionArea #message .text .moreBtn {
  display: none;
}
#competition #competitionArea #location .title02 .en_bold {
  margin-top: 10px;
  display: block;
  font-size: 22px;
  font-weight: normal;
}
#competition #competitionArea #location .caption {
  margin-top: 20px;
  text-align: center;
}
#competition #competitionArea #location > .text {
  max-width: 880px;
  margin: 40px auto 0;
  font-size: 20px;
  line-height: 1.7;
  text-align: center;
}
#competition #competitionArea #location > .text .en {
  margin-top: 30px;
  font-size: 16px;
  line-height: 1.5;
}
#competition #competitionArea #location .ttl {
  margin-top: 40px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.7;
  text-align: center;
}
#competition #competitionArea #location .ttl .en {
  display: block;
  margin-top: 5px;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.5;
}
#competition #competitionArea #information {
  margin-top: 60px;
  border-bottom: #ffe73f solid 4px;
  background: #ffffff;
}
#competition #competitionArea #information > dt {
  overflow: hidden;
  position: relative;
  padding: 20px 96px;
  border-top: #ffe73f solid 4px;
  font-weight: bold;
  line-height: 1.34;
  text-align: center;
  cursor: pointer;
}
.msie #competition #competitionArea #information > dt {
  padding-top: 24px;
  padding-bottom: 16px;
}
#competition #competitionArea #information > dt:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 94px;
  height: 100%;
  background: url(../imgs/arw-01_2.svg) no-repeat center center;
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
#competition #competitionArea #information > dt.opened:after {
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
#competition #competitionArea #information > dd {
  display: none;
  padding: 20px 60px 40px;
}
#competition #competitionArea #information > dd .title02 {
  margin-top: 40px;
  margin-bottom: 20px;
  padding-top: 40px;
  border-top: #ffe73f solid 2px;
}
#competition #competitionArea #information > dd .caption {
  font-size: 14px;
}
#competition #competitionArea #information > dd .text {
  text-align: center;
  font-size: 20px;
  line-height: 1.7;
}
#competition #competitionArea #information > dd .outline {
  width: 100%;
  font-size: 20px;
  line-height: 1.7;
}
#competition #competitionArea #information > dd .outline tr + tr th, #competition #competitionArea #information > dd .outline tr + tr td {
  border-top: rgba(0, 0, 0, 0.2) solid 1px;
}
#competition #competitionArea #information > dd .outline th,
#competition #competitionArea #information > dd .outline td {
  padding: 8px 34px 7px;
  vertical-align: middle;
}
#competition #competitionArea #information > dd .outline th {
  width: 5.5em;
  border-right: rgba(0, 0, 0, 0.2) solid 1px;
}
#competition #competitionArea #information > dd .detail {
  margin: 0 40px;
  font-size: 14px;
  line-height: 1.72;
}
#competition #competitionArea #information > dd .detail li {
  margin-bottom: 10px;
}
#competition #competitionArea #information > dd .detail li + li {
  margin-top: 40px;
}
#competition #competitionArea #information > dd .detail li .ttl {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.34;
}
#competition #competitionArea #information > dd .detail li .ttl .num {
  display: inline-block;
  width: 35px;
  font-family: "UniversLT-CondensedBold", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 46px;
  line-height: 1;
  vertical-align: middle;
  letter-spacing: 0;
}
#competition #competitionArea #information > dd .schedule {
  margin-top: 25px;
  padding: 40px;
  background: rgba(0, 0, 0, 0.02);
  font-size: 20px;
  line-height: 1.7;
}
#competition #competitionArea #information > dd .schedule ol {
  position: relative;
}
#competition #competitionArea #information > dd .schedule ol:before {
  content: '';
  display: block;
  position: absolute;
  top: 30px;
  bottom: 30px;
  left: 112px;
  z-index: 0;
  border-left: #ffe73f solid 2px;
}
#competition #competitionArea #information > dd .schedule ol li {
  display: table;
  position: relative;
  z-index: 1;
  min-height: 60px;
  padding-left: 250px;
}
#competition #competitionArea #information > dd .schedule ol li:after {
  content: '';
  display: table-cell;
  height: 60px;
}
#competition #competitionArea #information > dd .schedule ol li + li {
  margin-top: 60px;
}
#competition #competitionArea #information > dd .schedule ol li.circle:before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 113px;
  z-index: 1;
  width: 16px;
  height: 16px;
  margin: -10px 0 0 -10px;
  border-radius: 10px;
  border: #ffe73f solid 2px;
  background: #ffffff;
}
#competition #competitionArea #information > dd .schedule ol li .status {
  box-sizing: border-box;
  display: table;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 230px;
  height: 60px;
  border: #ffe73f solid 2px;
  background: #ffffff;
  font-size: 17px;
  font-weight: bold;
  line-height: 1.34;
}
#competition #competitionArea #information > dd .schedule ol li .status > span {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.msie #competition #competitionArea #information > dd .schedule ol li .status > span {
  padding-top: 4px;
}
#competition #competitionArea #information > dd .schedule ol li .txt {
  display: table-cell;
  min-height: 60px;
  vertical-align: middle;
}
#competition #competitionArea #information > dd .schedule ol li.tour {
  margin: 30px 0 -30px;
}
#competition #competitionArea #information > dd .schedule ol li.tour .pdf {
  margin-top: 5px;
  font-size: 16px;
}
#competition #competitionArea #information > dd .payment {
  margin-top: 40px;
  padding: 40px;
  border: #ffe73f dotted 2px;
  text-align: center;
}
#competition #competitionArea #information > dd .payment .title02 {
  margin-top: 0;
  margin-bottom: 10px;
  padding-top: 0;
  border-top: none;
}
#competition #competitionArea #information > dd .payment .txt {
  font-size: 20px;
  line-height: 1.7;
}
#competition #competitionArea #information > dd .payment .kind {
  margin-top: 30px;
}
#competition #competitionArea #information > dd .payment .kind > dt {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.34;
  margin: 20px 0 10px;
}
#competition #competitionArea #information > dd .payment .kind > dt:first-child {
  margin-top: 0;
}
#competition #competitionArea #information > dd .payment .kind > dd .plan {
  position: relative;
  z-index: 1;
  margin-top: 20px;
}
#competition #competitionArea #information > dd .payment .kind > dd .plan .select {
  display: inline-block;
  position: relative;
  margin-left: 5px;
  font-size: 13px;
  font-weight: bold;
  line-height: 1;
  vertical-align: middle;
}
#competition #competitionArea #information > dd .payment .kind > dd .plan .select .label {
  display: inline-block;
  position: relative;
  width: 68px;
  padding: 5px 14px 5px 0;
  border: #000000 solid 2px;
  text-align: center;
  cursor: pointer;
}
#competition #competitionArea #information > dd .payment .kind > dd .plan .select .label:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: 8px;
  margin-top: -3px;
  border-top: #000000 solid 6px;
  border-right: transparent solid 3px;
  border-left: transparent solid 3px;
}
#competition #competitionArea #information > dd .payment .kind > dd .plan .select .list {
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 27px;
  left: 0;
  width: 100%;
  padding: 5px 0;
  border: #000000 solid 2px;
  border-top: none;
  background: #ffffff;
  line-height: 1.85;
}
#competition #competitionArea #information > dd .payment .kind > dd .plan .select .list li {
  cursor: pointer;
  padding-right: 14px;
  text-align: center;
  -webkit-transition: all 0.3s ease-in 0s;
  -moz-transition: all 0.3s ease-in 0s;
  -o-transition: all 0.3s ease-in 0s;
  -ms-transition: all 0.3s ease-in 0s;
  transition: all 0.3s ease-in 0s;
}
.noTouch #competition #competitionArea #information > dd .payment .kind > dd .plan .select .list li:hover {
  background: #ffe73f;
  color: #ffffff;
}
#competition #competitionArea #information > dd .payment .kind > dd .plan .select.opened .label {
  color: rgba(0, 0, 0, 0.5);
}
#competition #competitionArea #information > dd .payment .kind > dd .submit {
  position: relative;
  z-index: 0;
  margin-top: 20px;
}
#competition #competitionArea #information > dd .payment .kind > dd .submit .btn01 {
  opacity: 0.5;
}
#competition #competitionArea #information > dd .payment .kind > dd .submit .caption {
  margin-top: 10px;
  font-size: 13px;
}
#competition #competitionArea #information > dd .contactBlock01 {
  background: rgba(0, 0, 0, 0.02);
}
#competition #competitionArea #information > dd .contactBlock01 .mail {
  margin-top: 5px;
}
#competition #competitionArea #information > dd .contactBlock01 .mail a {
  display: inline-block;
  position: relative;
  padding-left: 28px;
}
#competition #competitionArea #information > dd .contactBlock01 .mail a:before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 20px;
  height: 16px;
  margin-top: -8px;
  background: url(../imgs/mail.svg) no-repeat center center;
}
#competition #competitionArea #information > dd .contact {
  text-align: center;
  margin-top: 30px;
}
#competition #competitionArea #information > dd .contact .btn01 {
  margin: 30px 0 10px;
}
#competition #competitionArea #information > dd.en .title02 {
  font-family: "UniversLT-CondensedBold", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 34px;
  font-weight: normal;
}
#competition #competitionArea #information > dd.en .btn01 a {
  font-family: "UniversLT-CondensedBold", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 18px;
  font-weight: normal;
}
#competition #competitionArea #information > dd.en .btn01 a .inside {
  padding-top: 2px;
}
#competition #competitionArea #information > dd.en .btn02 a {
  padding-top: 3px;
  font-family: "UniversLT-CondensedBold", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 18px;
  font-weight: normal;
}
#competition #competitionArea #information > dd.en .caption {
  font-size: 18px;
}
#competition #competitionArea #information > dd.en .text {
  font-size: 22px;
  line-height: 1.46;
}
#competition #competitionArea #information > dd.en .outline {
  font-size: 22px;
  line-height: 1.46;
}
#competition #competitionArea #information > dd.en .outline th {
  width: 8.5em;
  font-family: "UniversLT-CondensedBold", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: normal;
}
#competition #competitionArea #information > dd.en .detail {
  font-size: 18px;
  line-height: 1.45;
}
#competition #competitionArea #information > dd.en .detail li .ttl {
  font-family: "UniversLT-CondensedBold", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 22px;
  font-weight: normal;
}
#competition #competitionArea #information > dd.en .schedule {
  font-size: 22px;
  line-height: 1.46;
}
#competition #competitionArea #information > dd.en .schedule ol li .status {
  font-family: "UniversLT-CondensedBold", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: normal;
  line-height: 1.12;
}
#competition #competitionArea #information > dd.en .schedule ol li .status > span {
  padding-top: 4px;
}
#competition #competitionArea #information > dd.en .schedule ol li strong.en_bold {
  font-weight: normal;
}
#competition #competitionArea #information > dd.en .schedule ol li.tour .pdf {
  font-size: 18px;
}
#competition #competitionArea #information > dd.en .payment {
  font-size: 18px;
  line-height: 1.45;
}
#competition #competitionArea #information > dd.en .payment .txt {
  font-size: 22px;
  line-height: 1.46;
}
#competition #competitionArea #information > dd.en .payment .kind > dt {
  font-family: "UniversLT-CondensedBold", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 22px;
  font-weight: normal;
}
#competition #competitionArea #information > dd.en .payment .kind > dt:first-child {
  margin-top: 0;
}
#competition #competitionArea #information > dd.en .payment .kind > dd .caption {
  font-size: 16px;
}
#competition #competitionArea #information > dd.en .payment .kind > dd .plan .select {
  font-size: 15px;
}
#competition #competitionArea #information > dd.en .payment .kind > dd .plan .select .label {
  display: inline-block;
  position: relative;
  width: 35px;
  padding: 5px 14px 3px 0;
}
#competition #competitionArea #information > dd.en .payment .kind > dd .plan .select .list {
  line-height: 1.6;
}
#competition #competitionArea #information > dd.en .payment .kind > dd .submit .caption {
  font-size: 16px;
}
#competition #competitionArea #information > dd.en .contactBlock01 {
  font-size: 18px;
  line-height: 1.45;
}
#competition #competitionArea #information > dd.en .contactBlock01 > dt {
  font-family: "UniversLT-CondensedBold", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 34px;
  font-weight: normal;
}
#competition #competitionArea #information > dd.en .contactBlock01 > dd .destination {
  font-size: 22px;
}
#competition #competitionArea #information > dd.en .contact .update {
  font-family: "UniversLT-CondensedBold", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 18px;
  font-weight: normal;
}
@media only screen and (max-width: 1023px) {
  #competition {
    /* #competitionArea */
  }
  #competition #competitionArea #information > dd .links {
    display: block;
  }
  #competition #competitionArea #information > dd .links li {
    display: block;
  }
  #competition #competitionArea #information > dd .links li + li {
    margin-top: 20px;
    padding-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  #competition {
    /* #competitionArea */
  }
  #competition #competitionArea .title01 .en_bold {
    margin-top: 5px;
    font-size: 18px;
  }
  #competition #competitionArea .lead {
    font-size: 15px;
    line-height: 1.6;
  }
  #competition #competitionArea .lead .en {
    line-height: 1.38;
  }
  #competition #competitionArea .links {
    display: block;
    margin-top: 20px;
  }
  #competition #competitionArea .links li {
    display: block;
  }
  #competition #competitionArea .links li + li {
    margin-top: 20px;
    padding-left: 0;
  }
  #competition #competitionArea .links li .en {
    margin-top: 5px;
    font-size: 14px;
    text-align: center;
  }
  #competition #competitionArea #finished {
    margin-top: 30px;
    padding: 30px 0;
    border-top-width: 3px;
    border-bottom-width: 3px;
  }
  #competition #competitionArea #finished .title02 .en_bold {
    margin-top: 5px;
    font-size: 15px;
  }
  #competition #competitionArea #message {
    margin: 30px 0;
    padding: 20px 20px 30px;
  }
  #competition #competitionArea #message .title02 .en_bold {
    margin-top: 5px;
    font-size: 14px;
  }
  #competition #competitionArea #message .text {
    font-size: 15px;
    line-height: 1.6;
  }
  #competition #competitionArea #message .text .en {
    margin-top: 20px;
    font-size: 17px;
    line-height: 1.42;
  }
  #competition #competitionArea #message .text .moreInner {
    overflow: hidden;
    position: relative;
    height: 325px;
  }
  #competition #competitionArea #message .text .moreInner:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 105px;
    background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
    background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, #ffffff));
    background: -moz-linear-gradient(rgba(255, 255, 255, 0), #ffffff);
    background: -webkit-linear-gradient(rgba(255, 255, 255, 0), #ffffff);
    background: linear-gradient(rgba(255, 255, 255, 0), #ffffff);
  }
  #competition #competitionArea #message .text .moreBtn {
    display: block;
    overflow: hidden;
    text-indent: -5260px;
    position: relative;
    width: 40px;
    height: 40px;
    margin: 10px auto 0;
  }
  #competition #competitionArea #message .text .moreBtn:before, #competition #competitionArea #message .text .moreBtn:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    width: 36px;
    height: 36px;
    margin-left: -20px;
    border: #ffe73f solid 2px;
    border-radius: 20px;
    background-repeat: no-repeat;
    background-position: center center;
    -moz-background-size: auto 24px;
    -o-background-size: auto 24px;
    -webkit-background-size: auto 24px;
    background-size: auto 24px;
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  #competition #competitionArea #message .text .moreBtn:before {
    background-color: #ffffff;
    background-image: url(../imgs/arw-01_2.svg);
  }
  #competition #competitionArea #message .text .moreBtn:after {
    background-color: #ffe73f;
    background-image: url(../imgs/arw-01_2_white.svg);
    opacity: 0;
  }
  .noTouch #competition #competitionArea #message .text .moreBtn:hover:before {
    opacity: 0;
  }
  .noTouch #competition #competitionArea #message .text .moreBtn:hover:after {
    opacity: 1;
  }
  #competition #competitionArea #message .text.opened .moreInner {
    height: auto;
  }
  #competition #competitionArea #message .text.opened .moreInner:after {
    display: none;
  }
  #competition #competitionArea #message .text.opened .moreBtn {
    display: none;
  }
  #competition #competitionArea #location .title02 .en_bold {
    margin-top: 5px;
    font-size: 15px;
  }
  #competition #competitionArea #location .caption {
    margin-top: 10px;
    font-size: 12px;
  }
  #competition #competitionArea #location > .text {
    margin-top: 20px;
    font-size: 15px;
    line-height: 1.6;
  }
  #competition #competitionArea #location > .text .en {
    margin-top: 20px;
    line-height: 1.38;
  }
  #competition #competitionArea #location .ttl {
    margin-top: 20px;
    font-size: 15px;
    line-height: 1.6;
  }
  #competition #competitionArea #location .ttl .en {
    font-size: 14px;
    line-height: 1.43;
  }
  #competition #competitionArea #information {
    margin-top: 30px;
    border-bottom-width: 3px;
  }
  #competition #competitionArea #information > dt {
    box-sizing: border-box;
    display: table;
    width: 100%;
    height: 65px;
    padding: 0 50px 0 20px;
    border-top-width: 3px;
    font-size: 14px;
    line-height: 1.34;
    text-align: left;
  }
  .msie #competition #competitionArea #information > dt {
    padding-top: 0;
    padding-bottom: 0;
  }
  #competition #competitionArea #information > dt:after {
    width: 70px;
  }
  #competition #competitionArea #information > dt .inside {
    display: table-cell;
    vertical-align: middle;
  }
  .msie #competition #competitionArea #information > dt .inside {
    padding-top: 7px;
  }
  #competition #competitionArea #information > dd {
    padding: 5px 20px 40px;
  }
  #competition #competitionArea #information > dd .title02 {
    margin-top: 30px;
    margin-bottom: 15px;
    padding-top: 30px;
  }
  #competition #competitionArea #information > dd .caption {
    font-size: 12px;
  }
  #competition #competitionArea #information > dd .text {
    font-size: 15px;
    line-height: 1.6;
  }
  #competition #competitionArea #information > dd .outline {
    display: block;
    font-size: 15px;
    line-height: 1.6;
  }
  #competition #competitionArea #information > dd .outline tr {
    display: block;
  }
  #competition #competitionArea #information > dd .outline tr + tr {
    margin-top: 10px;
  }
  #competition #competitionArea #information > dd .outline tr + tr th, #competition #competitionArea #information > dd .outline tr + tr td {
    border-top: none;
  }
  #competition #competitionArea #information > dd .outline th,
  #competition #competitionArea #information > dd .outline td {
    display: block;
    padding: 0;
  }
  #competition #competitionArea #information > dd .outline th {
    width: auto !important;
    margin-bottom: 3px;
    padding-bottom: 3px;
    border-right: none;
    border-bottom: rgba(0, 0, 0, 0.2) solid 1px;
  }
  #competition #competitionArea #information > dd .detail {
    margin: 0;
    font-size: 15px;
    line-height: 1.6;
  }
  #competition #competitionArea #information > dd .detail li + li {
    margin-top: 20px;
  }
  #competition #competitionArea #information > dd .detail li .ttl {
    font-size: 15px;
  }
  #competition #competitionArea #information > dd .detail li .ttl .num {
    width: 20px;
    font-size: 27px;
  }
  #competition #competitionArea #information > dd .schedule {
    margin-top: 20px;
    padding: 30px 15px;
    font-size: 15px;
    line-height: 1.6;
  }
  #competition #competitionArea #information > dd .schedule ol {
    position: relative;
  }
  #competition #competitionArea #information > dd .schedule ol:before {
    display: none;
  }
  #competition #competitionArea #information > dd .schedule ol li {
    display: block;
    min-height: 0;
    padding-left: 0;
  }
  #competition #competitionArea #information > dd .schedule ol li + li {
    margin-top: 30px;
  }
  #competition #competitionArea #information > dd .schedule ol li.circle:before {
    left: 0;
    width: 26px;
    height: 26px;
    margin: -15px 0 0;
    border-radius: 15px;
  }
  #competition #competitionArea #information > dd .schedule ol li:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: -30px;
    left: 14px;
    z-index: 0;
    height: auto;
    border-left: #ffe73f solid 2px;
  }
  #competition #competitionArea #information > dd .schedule ol li:last-child:after {
    display: none;
  }
  #competition #competitionArea #information > dd .schedule ol li .status {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 65px;
    margin-bottom: 10px;
  }
  #competition #competitionArea #information > dd .schedule ol li .txt {
    display: block;
    min-height: 0;
    padding-left: 45px;
  }
  #competition #competitionArea #information > dd .schedule ol li.tour {
    margin: 10px 0 -10px;
  }
  #competition #competitionArea #information > dd .schedule ol li.tour .pdf {
    font-size: 13px;
  }
  #competition #competitionArea #information > dd .payment {
    margin-top: 30px;
    padding: 25px 15px;
  }
  #competition #competitionArea #information > dd .payment .txt {
    font-size: 15px;
    line-height: 1.6;
  }
  #competition #competitionArea #information > dd .payment .kind {
    margin-top: 20px;
  }
  #competition #competitionArea #information > dd .payment .kind > dt {
    font-size: 15px;
    margin-bottom: 5px;
  }
  #competition #competitionArea #information > dd .payment .kind > dd {
    font-size: 14px;
    line-height: 1.72;
  }
  #competition #competitionArea #information > dd .payment .kind > dd .caption {
    font-size: 12px;
  }
  #competition #competitionArea #information > dd .payment .kind > dd .plan {
    font-size: 14px;
  }
  #competition #competitionArea #information > dd .payment .kind > dd .plan .select {
    margin-left: 2px;
    font-size: 15px;
  }
  #competition #competitionArea #information > dd .payment .kind > dd .plan .select .label {
    width: 74px;
    padding: 10px 14px 9px 0;
    border-width: 1px;
  }
  #competition #competitionArea #information > dd .payment .kind > dd .plan .select .list {
    top: 36px;
    left: 0;
    border-width: 1px;
    line-height: 2.27;
  }
  #competition #competitionArea #information > dd .payment .kind > dd .submit .caption {
    margin-top: 5px;
    font-size: 12px;
  }
  #competition #competitionArea #information > dd .contact {
    margin-top: 20px;
  }
  #competition #competitionArea #information > dd .contact .btn01 {
    margin: 20px 0 5px;
  }
  #competition #competitionArea #information > dd.en .title02 {
    font-size: 20px;
  }
  #competition #competitionArea #information > dd.en .btn02 a {
    padding-top: 2px;
    font-size: 17px;
  }
  #competition #competitionArea #information > dd.en .caption {
    font-size: 14px;
  }
  #competition #competitionArea #information > dd.en .text {
    font-size: 17px;
    line-height: 1.42;
  }
  #competition #competitionArea #information > dd.en .outline {
    font-size: 17px;
  }
  #competition #competitionArea #information > dd.en .detail {
    font-size: 17px;
  }
  #competition #competitionArea #information > dd.en .detail li .ttl {
    font-size: 17px;
  }
  #competition #competitionArea #information > dd.en .schedule {
    font-size: 17px;
  }
  #competition #competitionArea #information > dd.en .schedule ol li .status {
    font-size: 18px;
  }
  #competition #competitionArea #information > dd.en .schedule ol li.tour .pdf {
    font-size: 14px;
  }
  #competition #competitionArea #information > dd.en .payment {
    font-size: 17px;
    line-height: 1.42;
  }
  #competition #competitionArea #information > dd.en .payment .txt {
    font-size: 17px;
    line-height: 1.42;
  }
  #competition #competitionArea #information > dd.en .payment .kind > dt {
    font-size: 19px;
  }
  #competition #competitionArea #information > dd.en .payment .kind > dd .caption {
    font-size: 14px;
  }
  #competition #competitionArea #information > dd.en .payment .kind > dd .plan {
    font-size: 12px;
  }
  #competition #competitionArea #information > dd.en .payment .kind > dd .plan .select {
    font-size: 17px;
  }
  #competition #competitionArea #information > dd.en .payment .kind > dd .plan .select .label {
    width: 36px;
    padding: 10px 14px 7px 0;
  }
  #competition #competitionArea #information > dd.en .payment .kind > dd .plan .select .list {
    line-height: 2;
  }
  #competition #competitionArea #information > dd.en .payment .kind > dd .submit .caption {
    font-size: 14px;
  }
  #competition #competitionArea #information > dd.en .contactBlock01 {
    font-size: 17px;
  }
  #competition #competitionArea #information > dd.en .contactBlock01 > dt {
    font-size: 19px;
  }
  #competition #competitionArea #information > dd.en .contactBlock01 > dd .destination {
    font-size: 17px;
  }
}
