@charset "UTF-8";
/*===============================
色設定
================================*/
.gray1 {
  color: rgb(245, 245, 245);
}

.bg_gray1 {
  background-color: rgb(245, 245, 245);
}

.bd_gray1 {
  border-color: rgb(245, 245, 245);
}

.nav_pc.gray1 {
  border-bottom: 10px solid rgb(245, 245, 245);
}

.nav_sp.gray1 {
  border-bottom: 10px solid rgb(245, 245, 245);
}

.gray2 {
  color: rgb(220, 220, 220);
}

.bg_gray2 {
  background-color: rgb(220, 220, 220);
}

.bd_gray2 {
  border-color: rgb(220, 220, 220);
}

.nav_pc.gray2 {
  border-bottom: 10px solid rgb(220, 220, 220);
}

.nav_sp.gray2 {
  border-bottom: 10px solid rgb(220, 220, 220);
}

.gray3 {
  color: rgb(100, 100, 100);
}

.bg_gray3 {
  background-color: rgb(100, 100, 100);
}

.bd_gray3 {
  border-color: rgb(100, 100, 100);
}

.nav_pc.gray3 {
  border-bottom: 10px solid rgb(100, 100, 100);
}

.nav_sp.gray3 {
  border-bottom: 10px solid rgb(100, 100, 100);
}

.gray4 {
  color: rgb(50, 50, 50);
}

.bg_gray4 {
  background-color: rgb(50, 50, 50);
}

.bd_gray4 {
  border-color: rgb(50, 50, 50);
}

.nav_pc.gray4 {
  border-bottom: 10px solid rgb(50, 50, 50);
}

.nav_sp.gray4 {
  border-bottom: 10px solid rgb(50, 50, 50);
}

.blue1 {
  color: rgb(209, 222, 235);
}

.bg_blue1 {
  background-color: rgb(209, 222, 235);
}

.bd_blue1 {
  border-color: rgb(209, 222, 235);
}

.nav_pc.blue1 {
  border-bottom: 10px solid rgb(209, 222, 235);
}

.nav_sp.blue1 {
  border-bottom: 10px solid rgb(209, 222, 235);
}

.blue2 {
  color: rgb(147, 195, 231);
}

.bg_blue2 {
  background-color: rgb(147, 195, 231);
}

.bd_blue2 {
  border-color: rgb(147, 195, 231);
}

.nav_pc.blue2 {
  border-bottom: 10px solid rgb(147, 195, 231);
}

.nav_sp.blue2 {
  border-bottom: 10px solid rgb(147, 195, 231);
}

.blue3 {
  color: rgb(84, 163, 213);
}

.bg_blue3 {
  background-color: rgb(84, 163, 213);
}

.bd_blue3 {
  border-color: rgb(84, 163, 213);
}

.nav_pc.blue3 {
  border-bottom: 10px solid rgb(84, 163, 213);
}

.nav_sp.blue3 {
  border-bottom: 10px solid rgb(84, 163, 213);
}

.blue4 {
  color: rgb(0, 140, 201);
}

.bg_blue4 {
  background-color: rgb(0, 140, 201);
}

.bd_blue4 {
  border-color: rgb(0, 140, 201);
}

.nav_pc.blue4 {
  border-bottom: 10px solid rgb(0, 140, 201);
}

.nav_sp.blue4 {
  border-bottom: 10px solid rgb(0, 140, 201);
}

.blue4a {
  color: rgba(0, 140, 201, 0.7);
}

.bg_blue4a {
  background-color: rgba(0, 140, 201, 0.7);
}

.bd_blue4a {
  border-color: rgba(0, 140, 201, 0.7);
}

.nav_pc.blue4a {
  border-bottom: 10px solid rgba(0, 140, 201, 0.7);
}

.nav_sp.blue4a {
  border-bottom: 10px solid rgba(0, 140, 201, 0.7);
}

.blue5 {
  color: rgb(18, 120, 187);
}

.bg_blue5 {
  background-color: rgb(18, 120, 187);
}

.bd_blue5 {
  border-color: rgb(18, 120, 187);
}

.nav_pc.blue5 {
  border-bottom: 10px solid rgb(18, 120, 187);
}

.nav_sp.blue5 {
  border-bottom: 10px solid rgb(18, 120, 187);
}

.pink1 {
  color: rgb(240, 210, 220);
}

.bg_pink1 {
  background-color: rgb(240, 210, 220);
}

.bd_pink1 {
  border-color: rgb(240, 210, 220);
}

.nav_pc.pink1 {
  border-bottom: 10px solid rgb(240, 210, 220);
}

.nav_sp.pink1 {
  border-bottom: 10px solid rgb(240, 210, 220);
}

.pink2 {
  color: rgb(230, 140, 160);
}

.bg_pink2 {
  background-color: rgb(230, 140, 160);
}

.bd_pink2 {
  border-color: rgb(230, 140, 160);
}

.nav_pc.pink2 {
  border-bottom: 10px solid rgb(230, 140, 160);
}

.nav_sp.pink2 {
  border-bottom: 10px solid rgb(230, 140, 160);
}

.pink2a {
  color: rgba(230, 140, 160, 0.7);
}

.bg_pink2a {
  background-color: rgba(230, 140, 160, 0.7);
}

.bd_pink2a {
  border-color: rgba(230, 140, 160, 0.7);
}

.nav_pc.pink2a {
  border-bottom: 10px solid rgba(230, 140, 160, 0.7);
}

.nav_sp.pink2a {
  border-bottom: 10px solid rgba(230, 140, 160, 0.7);
}

.yellow1 {
  color: rgb(235, 225, 135);
}

.bg_yellow1 {
  background-color: rgb(235, 225, 135);
}

.bd_yellow1 {
  border-color: rgb(235, 225, 135);
}

.nav_pc.yellow1 {
  border-bottom: 10px solid rgb(235, 225, 135);
}

.nav_sp.yellow1 {
  border-bottom: 10px solid rgb(235, 225, 135);
}

.yellow2 {
  color: rgb(220, 170, 0);
}

.bg_yellow2 {
  background-color: rgb(220, 170, 0);
}

.bd_yellow2 {
  border-color: rgb(220, 170, 0);
}

.nav_pc.yellow2 {
  border-bottom: 10px solid rgb(220, 170, 0);
}

.nav_sp.yellow2 {
  border-bottom: 10px solid rgb(220, 170, 0);
}

.yellow2a {
  color: rgba(220, 170, 0, 0.7);
}

.bg_yellow2a {
  background-color: rgba(220, 170, 0, 0.7);
}

.bd_yellow2a {
  border-color: rgba(220, 170, 0, 0.7);
}

.nav_pc.yellow2a {
  border-bottom: 10px solid rgba(220, 170, 0, 0.7);
}

.nav_sp.yellow2a {
  border-bottom: 10px solid rgba(220, 170, 0, 0.7);
}

.bg_art1 {
  background-color: mediumseagreen;
}

.bga_art1 {
  background-color: rgba(60, 179, 113, 0.8);
}

.bg_art2 {
  background-color: royalblue;
}

.bga_art2 {
  background-color: rgba(65, 105, 225, 0.8);
}

.bg_hit1 {
  background-color: orange;
}

.bga_hit1 {
  background-color: rgba(255, 165, 0, 0.8);
}

.bg_hit2 {
  background-color: mediumorchid;
}

.bga_hit2 {
  background-color: rgba(186, 85, 211, 0.8);
}

.bg_life1 {
  background-color: cadetblue;
}

.bga_life1 {
  background-color: rgba(95, 158, 160, 0.8);
}

.bg_life2 {
  background-color: yellowgreen;
}

.bga_life2 {
  background-color: rgba(154, 205, 50, 0.8);
}

.bg_para1 {
  background-color: crimson;
}

.bga_para1 {
  background-color: rgba(220, 20, 60, 0.8);
}

.bg_para2 {
  background-color: deepskyblue;
}

.bga_para2 {
  background-color: rgba(0, 191, 255, 0.8);
}

.bg_work1 {
  background-color: goldenrod;
}

.bga_work1 {
  background-color: rgba(218, 165, 32, 0.8);
}

.bg_work2 {
  background-color: tomato;
}

.bga_work2 {
  background-color: rgba(255, 99, 71, 0.8);
}

.bg_work3 {
  background-color: mediumturquoise;
}

.bga_work3 {
  background-color: rgba(72, 209, 204, 0.8);
}

.bg_work4 {
  background-color: firebrick;
}

.bga_work4 {
  background-color: rgba(178, 34, 34, 0.8);
}

.bg_work5 {
  background-color: peru;
}

.bga_work5 {
  background-color: rgba(205, 133, 63, 0.8);
}

.bg_para3 {
  background-color: dodgerblue;
}

.bga_para3 {
  background-color: rgba(30, 144, 255, 0.8);
}

.bg_life3 {
  background-color: mediumseagreen;
}

.bga_life3 {
  background-color: rgba(60, 179, 113, 0.8);
}

.bg_hit3 {
  background-color: saddlebrown;
}

.bga_hit3 {
  background-color: rgba(139, 69, 19, 0.8);
}

.bg_work6 {
  background-color: midnightblue;
}

.bga_work6 {
  background-color: rgba(25, 25, 112, 0.8);
}

.bg_life4 {
  background-color: teal;
}

.bga_life4 {
  background-color: rgba(0, 128, 128, 0.8);
}

.bg_hit4 {
  background-color: plum;
}

.bga_hit4 {
  background-color: rgba(221, 160, 221, 0.8);
}

.bg_work7 {
  background-color: indigo;
}

.bga_work7 {
  background-color: rgba(75, 0, 130, 0.8);
}

.bg_para4 {
  background-color: navy;
}

.bga_para4 {
  background-color: rgba(0, 0, 128, 0.8);
}

.bg_life5 {
  background-color: #0c5b97;
}

.bga_life5 {
  background-color: rgba(12, 91, 151, 0.8);
}

.bg_para5 {
  background-color: darkkhaki;
}

.bga_para5 {
  background-color: rgba(189, 183, 107, 0.8);
}

.bg_work8 {
  background-color: seagreen;
}

.bga_work8 {
  background-color: rgba(46, 139, 87, 0.8);
}

.bg_life6 {
  background-color: #333333;
}

.bga_life6 {
  background-color: rgba(51, 51, 51, 0.8);
}

.bg_life7 {
  background-color: forestgreen;
}

.bga_life7 {
  background-color: rgba(34, 139, 34, 0.8);
}

.bg_work9 {
  background-color: goldenrod;
}

.bga_work9 {
  background-color: rgba(218, 165, 32, 0.8);
}

.bg_work10 {
  background-color: darkturquoise;
}

.bga_work10 {
  background-color: rgba(0, 206, 209, 0.8);
}

.bg_life8 {
  background-color: steelblue;
}

.bga_life8 {
  background-color: rgba(70, 130, 180, 0.8);
}

/*===============================
メディアクエリ
================================*/
/*===============================
入力省略
================================*/
.contents_event article .foods {
  background-color: rgb(233, 48, 48);
  border-radius: 4px;
  padding: 2px;
  margin-left: 2px;
  color: #fff;
  font-size: 0.8em;
}

.contents_event article .goods {
  background-color: rgb(9, 159, 84);
  border-radius: 4px;
  padding: 2px;
  margin-left: 2px;
  color: #fff;
  font-size: 0.8em;
}

.contents_event article .art {
  background-color: rgb(132, 57, 190);
  border-radius: 4px;
  padding: 2px;
  margin-left: 2px;
  color: #fff;
  font-size: 0.8em;
}

.contents_event article .sports {
  background-color: rgb(48, 139, 224);
  border-radius: 4px;
  padding: 2px;
  margin-left: 2px;
  color: #fff;
  font-size: 0.8em;
}

.contents_event article .other {
  background-color: rgb(160, 160, 160);
  border-radius: 4px;
  padding: 2px;
  margin-left: 2px;
  color: #fff;
  font-size: 0.8em;
}

/* ============
 イベントレポート
========================= */
.contents_event {
  max-width: 1000px;
  width: 90%;
  margin: 0 auto;
}
.contents_event article {
  margin-bottom: 50px;
  position: relative;
}
.contents_event article figure {
  width: 40%;
}
.contents_event article figure img {
  border-radius: 10px;
}
.contents_event article a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.contents_event article a {
  bottom: 15px;
  right: 15px;
  top: auto;
  left: auto;
  margin: 0;
  font-size: 0.8em;
  background-color: rgb(0, 140, 201);
  color: #fff;
  border-radius: 5px;
  padding: 4px 5px;
}
.contents_event article .texts {
  width: 60%;
  flex-direction: column;
  align-items: stretch;
  position: relative;
}
.contents_event article .texts a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.contents_event article .texts h2 {
  margin: auto 0;
  color: rgb(100, 100, 100);
  font-size: 1.7em;
  line-height: 1.3;
  font-weight: bold;
}
.contents_event article .texts p {
  border-radius: 10px;
  background-color: rgb(220, 220, 220);
  padding: 10px;
  margin: 1em 5%;
  line-height: 1.5;
  font-size: 0.9em;
  text-align: justify;
}
.contents_event article .texts h3 {
  color: rgb(100, 100, 100);
  margin-bottom: 0.5em;
  font-weight: bold;
  border-bottom: 1px solid rgb(100, 100, 100);
}
.contents_event article .texts ul li {
  font-size: 0.8em;
  line-height: 1.5;
  padding-left: 3em;
  text-indent: -3em;
}
.contents_event article .texts li:nth-last-child(1) {
  padding-right: 8em;
}
.contents_event .latest article {
  width: 100%;
}
.contents_event .latest article figure img {
  height: 100%;
  object-fit: cover;
  font-family: "object-fit: cover;";
}
.contents_event .latest article .texts {
  padding-left: 20px;
}
.contents_event .latest article a {
  font-size: 0.9em;
}
.contents_event .flex article:nth-child(-n+6) {
  width: 48%;
}
.contents_event .flex article:nth-child(-n+6) figure {
  width: 100%;
  max-height: 200px;
}
.contents_event .flex article:nth-child(-n+6) figure img {
  height: 100%;
  object-fit: cover;
  object-position: 50% 20%;
  font-family: "object-fit: cover;";
}
.contents_event .flex article:nth-child(-n+6) .texts {
  width: 100%;
}
.contents_event .flex article:nth-child(-n+6) .texts h2 {
  font-size: 1.4em;
  min-height: 3em;
  line-height: 1.2;
  display: inline-grid;
}
.contents_event .flex article:nth-child(-n+6) .texts p {
  display: none;
}
.contents_event .flex.contents_past_event article,
.contents_event .flex article:nth-child(n+7) {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: -5px;
  padding: 10px;
  border-radius: 0;
}
.contents_event .flex.contents_past_event article figure,
.contents_event .flex article:nth-child(n+7) figure {
  display: none;
}
.contents_event .flex.contents_past_event article .texts,
.contents_event .flex article:nth-child(n+7) .texts {
  width: 100%;
}
.contents_event .flex.contents_past_event article .texts h2,
.contents_event .flex article:nth-child(n+7) .texts h2 {
  font-size: 1.2em;
  padding-top: initial;
  padding-bottom: 10px;
}
.contents_event .flex.contents_past_event article .texts p,
.contents_event .flex article:nth-child(n+7) .texts p {
  display: none;
}
.contents_event .flex.contents_past_event article .texts h3,
.contents_event .flex article:nth-child(n+7) .texts h3 {
  font-size: 0.8em;
  padding-left: 1em;
  font-weight: normal;
  border: none;
}
.contents_event .flex.contents_past_event article .texts ul,
.contents_event .flex article:nth-child(n+7) .texts ul {
  padding-left: 1em;
}
.contents_event .flex.contents_past_event article .texts ul li:not(:last-child),
.contents_event .flex article:nth-child(n+7) .texts ul li:not(:last-child) {
  display: none;
}
.contents_event .flex.contents_past_event article .texts ul li,
.contents_event .flex article:nth-child(n+7) .texts ul li {
  padding-right: 9em;
  line-height: 1.2;
  font-size: 0.7em;
  min-height: 1.5em;
}
.contents_event .flex.contents_past_event article a,
.contents_event .flex article:nth-child(n+7) a {
  bottom: 10px;
  right: 10px;
}
.contents_event .flex.contents_past_event article a::before,
.contents_event .flex article:nth-child(n+7) a::before {
  font-size: 0.8em;
}
.contents_event .flex.contents_past_event article .icon,
.contents_event .flex article:nth-child(n+7) .icon {
  position: relative;
}
.contents_event .flex.contents_past_event article .icon ul,
.contents_event .flex article:nth-child(n+7) .icon ul {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.contents_event .flex.contents_past_event article .icon ul,
.contents_event .flex article:nth-child(n+7) .icon ul {
  width: 100px;
}
.contents_event .flex.contents_past_event article .icon ul li,
.contents_event .flex article:nth-child(n+7) .icon ul li {
  width: 100px;
  background-color: red;
  color: #fff;
  display: inline-block;
}
.contents_event .area_title {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
  color: rgb(0, 140, 201);
  font-size: 1.3em;
  font-weight: bold;
  border-left: 3px solid rgb(0, 140, 201);
  padding-left: 0.25em;
  margin-top: 20px;
  margin-bottom: 10px;
  letter-spacing: 0.25em;
}

@media screen and (max-width: 560px) {
  .contents_event .latest article figure,
  .contents_event .latest article .texts {
    width: 100%;
  }
  .contents_event .latest article .texts {
    padding-left: 0;
  }
  .contents_event .latest article .texts h2 {
    font-size: 1.5em;
  }
  .contents_event .latest article .texts ul {
    margin-bottom: 2em;
  }
  .contents_event .latest article .texts ul li:nth-last-child(1) {
    padding-right: 0;
  }
  .contents_event .flex article {
    width: 100% !important;
  }
  .contents_event .flex article > .flex {
    height: auto;
  }
}
/* ============
 過去のイベント
========================= */
.past_event {
  max-width: 600px;
  width: 90%;
  margin: 0 auto;
  text-align: center;
}
.past_event h2 {
  font-size: 3em;
  color: rgb(100, 100, 100);
  font-weight: normal;
}
.past_event p {
  padding: 10px 0;
}
.past_event a {
  display: block;
  color: #fff;
  font-size: 1.1em;
  width: 100%;
  padding: 10px;
  margin: 10px 0;
}

/* ============
 特集
========================= */
.contents_feature {
  max-width: 1000px;
  width: 90%;
  margin: 0 auto;
}
.contents_feature article {
  width: 100%;
  padding: 0;
  margin-bottom: 50px;
  border: none;
  position: relative;
  position: relative;
}
.contents_feature article a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.contents_feature article a::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.contents_feature article figure {
  width: 45%;
  position: relative;
}
.contents_feature article figure figcaption {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.contents_feature article figure figcaption {
  color: #fff;
  opacity: 0.8;
  top: auto;
}
.contents_feature article figure .logo_1line {
  font-size: 5em;
}
.contents_feature article figure .logo_2line {
  font-size: 3.5em;
}
.contents_feature article figure img {
  border-radius: 10px 0 0 10px;
  object-fit: cover;
  font-family: "object-fit: cover;";
  height: 100%;
}
.contents_feature article .texts {
  padding: 20px;
  width: 55%;
  flex-direction: column;
  align-items: stretch;
  border-radius: 0 10px 10px 0;
}
.contents_feature article .texts h2 {
  color: #fff;
  font-size: 1.7em;
  margin: auto 0;
  padding-bottom: 20px;
  line-height: 1.3;
}
.contents_feature article .texts p {
  width: 100%;
  border-radius: 10px;
  background-color: rgb(220, 220, 220);
  padding: 10px;
  line-height: 1.5;
  font-size: 0.9em;
  margin-bottom: 20px;
  text-align: justify;
}
.contents_feature article .texts h3 {
  color: #fff;
  font-weight: normal;
  line-height: 1.2;
  margin-right: 8.5em;
}
.contents_feature article .texts ul li {
  line-height: 1.2;
}
.contents_feature article a {
  font-size: 0em;
}
.contents_feature article a::after {
  font-size: 2rem;
}
.contents_feature .latest article figure figcaption {
  top: auto;
}
.contents_feature .latest article figure .logo_1line {
  font-size: 6.5em;
}
.contents_feature .latest article figure .logo_2line {
  font-size: 4.25em;
}
.contents_feature .latest article .button_arrow_rev::after {
  display: none;
}
.contents_feature .latest a {
  top: auto;
  left: auto;
  right: 20px;
  bottom: 20px;
  margin: 0;
  font-size: 0.9em;
  background-color: #fff;
  color: rgb(0, 140, 201);
  border-radius: 5px;
  padding: 5px;
}
.contents_feature .flex a::after {
  top: auto;
  right: 10px;
  bottom: 10px;
}
.contents_feature .flex article:nth-child(-n+6) {
  width: 48%;
  position: relative;
}
.contents_feature .flex article:nth-child(-n+6) .texts {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.contents_feature .flex article:nth-child(-n+6) figure {
  width: 100%;
  height: 300px;
}
.contents_feature .flex article:nth-child(-n+6) figure img {
  object-fit: cover;
  font-family: "object-fit: cover;";
  border-radius: 10px;
}
.contents_feature .flex article:nth-child(-n+6) figcaption {
  top: 0;
}
.contents_feature .flex article:nth-child(-n+6) .texts {
  width: 100%;
  padding: 10px;
  top: auto;
  border-radius: 0 0 10px 10px;
}
.contents_feature .flex article:nth-child(-n+6) .texts h2 {
  padding-bottom: 5px;
  font-size: 1.2em;
}
.contents_feature .flex article:nth-child(-n+6) .texts p {
  display: none;
}
.contents_feature .flex article:nth-child(-n+6) .texts h3 {
  padding-right: 2em;
  margin: 0;
  margin-top: auto;
  font-size: 0.9em;
}
.contents_feature .flex article:nth-child(-n+6) .texts ul {
  display: none;
}
.contents_feature .flex article:nth-child(n+7) {
  width: 48%;
  margin-bottom: 30px;
}
.contents_feature .flex article:nth-child(n+7) > .flex {
  height: 100%;
}
.contents_feature .flex article:nth-child(n+7) figure {
  width: 30%;
  min-height: 100px;
}
.contents_feature .flex article:nth-child(n+7) figure img {
  object-fit: cover;
  font-family: "object-fit: cover;";
}
.contents_feature .flex article:nth-child(n+7) .logo_1line {
  font-size: 3em;
}
.contents_feature .flex article:nth-child(n+7) .logo_2line {
  font-size: 2em;
}
.contents_feature .flex article:nth-child(n+7) .texts {
  width: 70%;
  padding: 10px;
  display: flex;
  flex-direction: column;
}
.contents_feature .flex article:nth-child(n+7) .texts h2 {
  padding-bottom: 5px;
  font-size: 1em;
}
.contents_feature .flex article:nth-child(n+7) .texts p {
  display: none;
}
.contents_feature .flex article:nth-child(n+7) .texts h3 {
  padding-right: 2.5em;
  margin-right: 0;
  font-size: 0.8em;
}
.contents_feature .flex article:nth-child(n+7) .texts ul {
  display: none;
}

@media screen and (max-width: 560px) {
  .contents_feature .flex {
    flex-direction: column;
  }
  .contents_feature .flex article {
    width: 100% !important;
  }
  .contents_feature .flex article:nth-child(n+7) > .flex {
    flex-direction: initial;
  }
  .contents_feature article a::before {
    right: 10px;
    bottom: 10px;
  }
  .contents_feature .latest article figure,
  .contents_feature .latest article .texts {
    width: 100%;
  }
  .contents_feature .latest article figure img {
    border-radius: 10px 10px 0 0;
  }
  .contents_feature .latest article .texts {
    padding: 10px;
    border-radius: 0 0 10px 10px;
  }
  .contents_feature .latest article .texts h2 {
    padding-bottom: 10px;
    font-size: 1.5em;
  }
  .contents_feature .latest article .texts h3 {
    font-size: 0.9em;
    margin-right: 0;
    margin-bottom: 2.5em;
  }
}
/* ============
 イベントレポート
========================= */
.new_event {
  max-width: 600px;
  width: 90%;
  margin: 0 auto;
}
.new_event h2 {
  color: rgb(0, 140, 201);
  font-size: 1.2em;
}
.new_event a {
  color: rgb(50, 50, 50);
}
.new_event dt,
.new_event dd {
  float: none;
  line-height: 1.5em;
}
.new_event li:last-of-type .bnr dl {
  border-bottom: none;
}
.new_event .bnr dl {
  padding: 10px;
  border-bottom: solid 1px rgb(220, 220, 220);
}
.new_event .bnr dl dt {
  font-size: 1.2em;
  font-weight: bold;
  color: rgb(100, 100, 100);
}
.new_event .modal-window .modal-inner {
  border: 10px solid rgb(240, 210, 220);
}
.new_event .texts {
  text-align: justify;
}
.new_event .texts dt {
  font-size: 1.2em;
  font-weight: bold;
  background-color: rgb(240, 210, 220);
  padding: 5px;
  margin-bottom: 5px;
}
.new_event .texts dd {
  padding-top: 0.5em;
}