@charset "UTF-8";
@media screen and (min-width: 768px), print {
  /* PC用 共通して使える -------------------------------------*/
  .dl-list {
    font-family: Meiryo;
    color: #010000;
    font-size: 16px;
    line-height: 1.8;
  }
  .dl-list dl {
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.05em;
    color: #4c5c31;
  }
  .dl-list dl dt {
    float: left;
    padding: 5px 0;
    width: 5.5em;
  }
  .dl-list dl dd {
    padding: 5px 0 5px 6.5em;
  }

  .opp a:hover .system-category {
    -ms-filter: "alpha( opacity=80 )";
    filter: alpha(opacity=80);
    opacity: 0.8;
  }

  /* event -------------------------------------*/
  #event .Box {
    width: 1100px;
    margin-left: auto;
    margin-right: auto;
    background: url(../images/event/event-bg01.jpg) repeat top;
    padding: 20px 40px 25px;
  }
  #event .system-list li {
    padding: 25px 20px;
    background-color: #fff;
    margin-bottom: 23px;
  }
  #event .system-list li:last-child {
    margin-bottom: 0px;
  }
  #event .system-list a:hover {
    text-decoration: none;
  }
  #event .system-list .system-ttl {
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック","Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro",  Verdana, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    color: #010000;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.8;
    margin-bottom: 8px;
  }
  #event .system-list .rel-Box {
    position: relative;
  }
  #event .system-list .system-pic-Box {
    width: 230px;
    margin-right: 25px;
  }
  #event .system-list .system-pic-Box .system-pic {
    text-align: center;
  }
  #event .system-list .system-pic-Box .system-pic img {
    max-width: 100%;
    max-height: 154px;
  }
  #event .system-list .txt-Box {
    width: 700px;
    color: #010000;
  }
  #event .system-list .txt-Box .date {
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.05em;
    color: #fff;
    background-color: #9c3535;
    padding: 12px 13px;
    margin-bottom: 18px;
  }
  #event .system-list .txt-Box .date::before {
    content: "■";
    margin-right: .3em;
  }
  #event .system-list .txt-Box .system-ttl {
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.05em;
    color: #000;
    margin-bottom: 18px;
  }

  #event .system-list a:hover .system-list-comment, #event .system-list a:hover .system-ttl {
    text-decoration: underline;
  }

  /* event-dl(詳細)	 -------------------------------------*/
  #event-dl {
    margin-bottom: 50px;
  }
  #event-dl .Box {
    width: 1100px;
    margin-left: auto;
    margin-right: auto;
    background: url(../images/event/event-bg01.jpg) repeat top;
    padding: 28px 21px;
  }
  #event-dl .Box .color-Box {
    padding: 40px 30px 1px;
    background-color: #fff;
    position: relative;
  }
  #event-dl .Box .date {
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.05em;
    color: #fff;
    background-color: #9c3535;
    padding: 13px 12px;
    margin-bottom: 25px;
  }
  #event-dl .Box .date::before {
    content: "■";
    margin-right: .3em;
  }
  #event-dl .Box .ttl {
    font-size: 22px;
    font-weight: bold;
    line-height: 1.5;
    letter-spacing: 0.05em;
    color: #010101;
    padding-bottom: 15px;
    border-bottom: 1px solid #898989;
    margin-bottom: 18px;
  }
  #event-dl .Box .dl-list dl {
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: 0.11em;
    color: #4c5c31;
    margin-bottom: 25px;
  }
  #event-dl .Box .dl-list dl dt {
    width: 6.5em;
  }
  #event-dl .Box .sis-pic {
    margin-bottom: 45px;
  }
  #event-dl .Box .sis-pic img {
    max-width: 100%;
    max-height: 650px;
  }
  #event-dl .wysiwyg {
    margin-bottom: 40px;
  }
  #event-dl .pdf {
    text-align: center;
  }
  #event-dl .pdf::before {
    content: url(../images/common/btn-icon.jpg);
    margin-right: .3em;
  }

#event .system-list li .category{ display: inline-block; color: #fff; font-size: 14px; font-weight: 700; line-height: 30px; letter-spacing: 0.8px; position: absolute; top: -10px;left: -10px; }
#event .system-list li .category a{ color: #fff; }
#event .system-list li .category .icon01{ background: #577754; padding: 4px 14px; }
#event .system-list li .category .icon02{ background: #7D2B23; padding: 4px 14px; }
#event .system-list li .category .icon03{ background: #2B8290; padding: 4px 14px; }

  	/* form-box
  -------------------------------------*/
}
@media screen and (max-width: 767px) {
  /* SP用 共通して使える -------------------------------------*/
  .dl-list {
    font-family: Meiryo;
    color: #010000;
    font-size: 1.6rem;
    line-height: 1.8;
  }
  .dl-list dl {
    font-size: 1.3rem;
    line-height: 1.5;
    letter-spacing: 0.05em;
    color: #4c5c31;
  }
  .dl-list dl dt {
    padding: 5px 0;
    width: 5.5em;
  }

  .opp a:hover .system-category {
    -ms-filter: "alpha( opacity=80 )";
    filter: alpha(opacity=80);
    opacity: 0.8;
  }

  /* event -------------------------------------*/
  #event .ttl {
    padding: 0 12%;
  }
  #event .Box {
    background: url(../images/event/event-bg01.jpg) repeat top;
    padding: 6% 3% 1%;
  }
  #event .system-list li {
    padding: 4% 3%;
    background-color: #fff;
    margin-bottom: 6%;
    width: 48%;
    margin-right: 4%;
  }
  #event .system-list li:nth-child(2n) {
    margin-right: 0px;
  }
  #event .system-list a:hover {
    text-decoration: none;
  }
  #event .system-list .system-ttl {
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック","Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro",  Verdana, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    color: #010000;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.8;
  }
  #event .system-list .rel-Box {
    position: relative;
  }
  #event .system-list .system-pic-Box {
    margin-bottom: 5%;
  }
  #event .system-list .system-pic-Box .system-pic {
    text-align: center;
    max-width: 100%;
    height: 98px;

  }
  #event .system-list .system-pic-Box .system-pic img {
    max-width: 100%;
    height: 98px;
  }
  #event .system-list .txt-Box {
    color: #010000;
  }
  #event .system-list .txt-Box .date {
    font-size: 1.3rem;
    line-height: 1.5;
    letter-spacing: 0.05em;
    color: #fff;
    background-color: #9c3535;
    padding: 2% 3%;
    margin-bottom: 4%;
  }
  #event .system-list .txt-Box .date::before {
    content: "■";
    margin-right: .3em;
  }
  #event .system-list .txt-Box .system-ttl {
    font-size: 1.6rem;
    line-height: 1.5;
    letter-spacing: 0.05em;
    color: #000;
  }


  /* event-dl(詳細)	 -------------------------------------*/
  #event-dl {
    margin-bottom: 10%;
  }
  #event-dl .Box {
    background: url(../images/event/event-bg01.jpg) repeat top;
    padding: 6% 3%;
  }
  #event-dl .Box .color-Box {
    padding: 6% 3%;
    background-color: #fff;
    position: relative;
  }
  #event-dl .Box .date {
    font-size: 1.4rem;
    line-height: 1.5;
    letter-spacing: 0.05em;
    color: #fff;
    background-color: #9c3535;
    padding: 2% 3%;
    margin-bottom: 2%;
  }
  #event-dl .Box .date::before {
    content: "■";
    margin-right: .3em;
  }
  #event-dl .Box .ttl {
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.5;
    letter-spacing: 0.05em;
    color: #010101;
    padding-bottom: 3%;
    border-bottom: 1px solid #898989;
    margin-bottom: 3%;
  }
  #event-dl .Box .dl-list {
    margin-bottom: 5%;
  }
  #event-dl .Box .dl-list dl {
    font-size: 1.8rem;
    line-height: 1.5;
    letter-spacing: 0.11em;
    color: #4c5c31;
  }
  #event-dl .Box .dl-list dl dt {
    width: 6.5em;
  }
  #event-dl .Box .sis-pic {
    margin-bottom: 5%;
  }
  #event-dl .Box .sis-pic img {
    max-width: 100%;
    max-height: 288px;
  }
  #event-dl .wysiwyg {
    margin-bottom: 3%;
  }
  #event-dl .pdf {
    text-align: center;
  }
  #event-dl .pdf::before {
    content: url(../images/common/btn-icon.jpg);
    margin-right: .3em;
  }

#event .system-list li .category{ display: inline-block; color: #fff; font-size: 3.2vw; font-weight: 700; line-height: 1.6; letter-spacing: 0.2vw; position: absolute; top: -3.7vw;left: -2.7vw; }
#event .system-list li .category a{ color: #fff; }
#event .system-list li .category .icon01{ background: #577754; padding: 0.8vw 1.6vw; }
#event .system-list li .category .icon02{ background: #7D2B23; padding: 0.8vw 1.6vw; }
#event .system-list li .category .icon03{ background: #2B8290; padding: 0.8vw 1.6vw; }

}
