@charset "UTF-8";
body {
  font-family: Century Gothic, 'メイリオ', 'Meiryo', sans-serif;
}

p, li {
  line-height: 1.6;
}

a {
  -webkit-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
  cursor: pointer;
}

a:hover {
  -webkit-filter: brightness(1.2);
          filter: brightness(1.2);
}

@media screen and (max-width: 1024px) {
  a:hover {
    -webkit-filter: initial;
            filter: initial;
  }
}

@media screen and (max-width: 640px) {
  a:hover {
    -webkit-filter: initial;
            filter: initial;
  }
}

b {
  font-weight: bold;
}

.red {
  color: #ed1c24 !important;
  font-weight: bold !important;
  font-size: 100% !important;
  display: inline-block !important;
  margin: 0 !important;
}

.modal {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  background: rgba(0, 0, 0, 0.8);
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
}

.modal img {
  width: 60% !important;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media screen and (max-width: 1024px) {
  .modal img {
    width: 80% !important;
  }
}

@media screen and (max-width: 640px) {
  .modal img {
    width: 90% !important;
  }
}

.return {
  position: fixed;
  bottom: 3%;
  right: 3%;
  padding: 14px;
  border-radius: 5px;
  background: #00aaf2;
}

@media screen and (max-width: 640px) {
  .return {
    padding: 3%;
  }
}

.return span {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-bottom: 16px solid #ffffff;
  border-top: 0;
}

@media screen and (max-width: 640px) {
  .return span {
    border-right: 3vw solid transparent;
    border-left: 3vw solid transparent;
    border-bottom: 4vw solid #ffffff;
  }
}

#include_back {
  background: none;
  position: fixed;
  z-index: 1;
}

.link_parts {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 640px) {
  .link_parts {
    margin-top: 3vw;
  }
}

.link_parts p {
  margin-right: 2%;
  margin-bottom: 0;
}

.link_parts p a {
  color: #29abe2;
}

.link_parts div {
  width: 10%;
}

.link_parts div img {
  display: block;
  width: 100%;
}

.contents_inner_cover {
  border-top: solid 10px #d72317;
}

h1 {
  background: url(../img/speech/back.gif);
  padding: 10px 0;
}

@media screen and (max-width: 640px) {
  h1 {
    padding: 0 0 4vw;
  }
}

h1 span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 640px) {
  h1 span {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
}

h1 span img {
  display: block;
  width: 14%;
}

@media screen and (max-width: 640px) {
  h1 span img {
    width: 40%;
  }
}

h1 span span {
  width: 82%;
  font-size: 200%;
  font-weight: bold;
  color: #ffffff;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 640px) {
  h1 span span {
    width: 90%;
  }
}

h1 span span a {
  font-size: 50%;
  background: #fff;
  padding: 0.8% 5% 1% 4%;
  border-radius: 100px;
  text-decoration: none;
  color: #df68d2;
  position: relative;
  cursor: default;
}

h1 span span a:hover {
  -webkit-filter: initial;
          filter: initial;
}

@media screen and (max-width: 640px) {
  h1 span span a {
    padding: 2% 10% 2% 6%;
  }
}

h2 {
  color: #df68d2;
  border: none;
  padding: 0;
}

.english_lead {
  margin-top: 0;
}

.speech_lead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 50px;
}

@media screen and (max-width: 640px) {
  .speech_lead {
    margin-bottom: 5vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.speech_lead p {
  width: 80%;
  font-size: 120%;
  line-height: 1.8;
}

@media screen and (max-width: 640px) {
  .speech_lead p {
    font-size: 4.5vw;
    width: 100%;
  }
}

.speech_lead div {
  display: block;
  width: 16%;
}

@media screen and (max-width: 640px) {
  .speech_lead div {
    width: auto;
    margin-bottom: 3vw;
  }
}

.speech_lead div img {
  display: block;
  width: 100%;
}

.speech_anchor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto 60px;
}

@media screen and (max-width: 640px) {
  .speech_anchor {
    margin: 0 auto 12vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.speech_anchor a {
  display: block;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0 2% 0 0;
  text-align: center;
  font-size: 110%;
  text-decoration: none;
  background: #ffffff;
  color: #ffffff;
  font-weight: bold;
  padding: 1.5% 4% 1.5% 3%;
  border-radius: 5px;
  position: relative;
}

@media screen and (max-width: 640px) {
  .speech_anchor a {
    margin: 0 0% 2vw 0;
    font-size: 4.2vw;
    padding: 3% 4% 3% 3%;
  }
}

.speech_anchor a::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 6%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  border-top: 8px solid #ffffff;
  border-bottom: 0;
}

@media screen and (max-width: 640px) {
  .speech_anchor a::before {
    border-right: 1.6vw solid transparent;
    border-left: 1.6vw solid transparent;
    border-top: 1.6vw solid #ffffff;
  }
}

.speech_anchor a:nth-child(1) {
  background: #ff7878;
}

.speech_anchor a:nth-child(2) {
  background: #28b34b;
}

.speech_anchor a:nth-child(3) {
  background: #257edb;
}

.speech_anchor a:last-child {
  background: #df68d2;
  margin: 0;
}

.ex_box {
  margin-bottom: 60px;
}

@media screen and (max-width: 640px) {
  .ex_box {
    margin-bottom: 10vw;
  }
}

.ex_box h5 {
  font-size: 28px;
  width: 20%;
  top: -30px;
  padding: 10px 0;
}

@media screen and (max-width: 640px) {
  .ex_box h5 {
    font-size: 6vw;
    width: 50%;
    top: -6vw;
    padding: 3vw 0 2.5vw;
  }
}

.ex_box .ex_box_body {
  width: 904px;
  padding: 30px 20px 20px;
  background: #ffffff;
  margin-left: 20px;
  border: solid 1px #cccccc;
  border-radius: 5px;
}

@media screen and (max-width: 640px) {
  .ex_box .ex_box_body {
    width: calc(100% - 16%);
    padding: 8% 8% 8%;
    margin-left: 0;
  }
}

.ex_box .ex_box_body ol {
  margin-bottom: 40px;
}

@media screen and (max-width: 640px) {
  .ex_box .ex_box_body ol {
    margin-bottom: 8vw;
  }
}

.ex_box .ex_box_body ol li:nth-child(1) {
  font-size: 150% !important;
  margin-bottom: 10px;
  font-weight: bold;
}

.ex_box .ex_box_body ol li:nth-child(1)::before {
  content: "【テーマ】";
  display: block;
}

@media screen and (max-width: 640px) {
  .ex_box .ex_box_body ol li:nth-child(1) {
    font-size: 6vw !important;
    margin-bottom: 2vw;
  }
}

.ex_box .ex_box_body ol li.standard {
  margin-top: 20px;
  padding-top: 20px;
  border-top: solid 1px;
}

@media screen and (max-width: 640px) {
  .ex_box .ex_box_body ol li.standard {
    margin-top: 4vw;
    padding-top: 4vw;
  }
}

.ex_box .ex_box_body ol li.standard span {
  font-size: 120%;
  font-weight: bold;
  display: block;
  margin-bottom: 10px;
}

@media screen and (max-width: 640px) {
  .ex_box .ex_box_body ol li.standard span {
    margin-bottom: 2vw;
  }
}

.ex_box .ex_box_body .speech_part {
  margin-bottom: 40px;
}

.ex_box .ex_box_body .speech_part:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 640px) {
  .ex_box .ex_box_body .speech_part {
    margin-bottom: 8vw;
  }
}

.ex_box .ex_box_body .speech_part .speech_part_box {
  padding-top: 40px;
  margin-bottom: 40px;
  border-top: dotted 4px #d4d4d4;
}

@media screen and (max-width: 640px) {
  .ex_box .ex_box_body .speech_part .speech_part_box {
    padding-top: 8vw;
    margin-bottom: 8vw;
  }
}

.ex_box .ex_box_body .speech_part .speech_part_box:nth-child(1) h3::before {
  content: "1.";
}

.ex_box .ex_box_body .speech_part .speech_part_box:nth-child(2) h3::before {
  content: "2.";
}

.ex_box .ex_box_body .speech_part .speech_part_box:nth-child(3) h3::before {
  content: "3.";
}

.ex_box .ex_box_body .speech_part .speech_part_box:nth-child(4) h3::before {
  content: "4.";
}

.ex_box .ex_box_body .speech_part .speech_part_box:nth-child(5) h3::before {
  content: "5.";
}

.ex_box .ex_box_body .speech_part .speech_part_box:nth-child(6) h3::before {
  content: "6.";
}

.ex_box .ex_box_body .speech_part .speech_part_box:last-child {
  margin: 0;
}

.ex_box .ex_box_body .speech_part .speech_part_box h3 {
  font-size: 140%;
  border: none;
  padding: 0;
  margin: 0 0 20px 0;
}

@media screen and (max-width: 640px) {
  .ex_box .ex_box_body .speech_part .speech_part_box h3 {
    font-size: 5.5vw;
    margin: 0 0 4vw 0;
    text-indent: initial;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
}

.ex_box .ex_box_body .speech_part .speech_part_box h3 span {
  font-size: 100%;
  display: inline;
  margin: 0;
  text-indent: initial;
}

.ex_box .ex_box_body .speech_part .speech_part_box h3::before {
  content: "";
  display: inline-block;
  width: 2.5rem;
}

@media screen and (max-width: 640px) {
  .ex_box .ex_box_body .speech_part .speech_part_box h3::before {
    width: 12%;
  }
}

.ex_box .ex_box_body .speech_part .speech_part_box h4 {
  cursor: pointer;
  font-size: 130%;
  padding: 2% 4% 1.6%;
  text-align: center;
  margin: 0;
  color: #ffffff;
  position: relative;
  line-height: 1.6;
}

@media screen and (max-width: 640px) {
  .ex_box .ex_box_body .speech_part .speech_part_box h4 {
    font-size: 4.5vw;
    padding: 6% 20% 5% 6%;
  }
}

.ex_box .ex_box_body .speech_part .speech_part_box h4::before {
  content: "";
  display: block;
  width: 1.5rem;
  height: 0.2rem;
  background: #ffffff;
  position: absolute;
  right: 2rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (max-width: 640px) {
  .ex_box .ex_box_body .speech_part .speech_part_box h4::before {
    width: 6vw;
    height: 1vw;
    right: 5vw;
  }
}

.ex_box .ex_box_body .speech_part .speech_part_box h4::after {
  content: "";
  display: block;
  width: 0.2rem;
  height: 1.5rem;
  background: #ffffff;
  position: absolute;
  right: 2.6rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (max-width: 640px) {
  .ex_box .ex_box_body .speech_part .speech_part_box h4::after {
    width: 1vw;
    height: 6vw;
    right: 7.5vw;
  }
}

.ex_box .ex_box_body .speech_part .speech_part_box h4.open::after {
  display: none;
}

.ex_box .ex_box_body .speech_part .speech_part_box h6 {
  font-weight: bold;
  font-size: 130%;
  margin-bottom: 20px;
  text-indent: -1rem;
  margin-left: 1rem;
  line-height: 1.6;
}

@media screen and (max-width: 640px) {
  .ex_box .ex_box_body .speech_part .speech_part_box h6 {
    font-size: 5.3vw;
    margin-bottom: 4vw;
  }
}

.ex_box .ex_box_body .speech_part .speech_part_box .speech_part_box_cont {
  margin: 0 0 30px 2.5rem;
}

@media screen and (max-width: 640px) {
  .ex_box .ex_box_body .speech_part .speech_part_box .speech_part_box_cont {
    margin: 0 0 5vw 0;
  }
}

.ex_box .ex_box_body .speech_part .speech_part_box .speech_part_box_cont:last-child {
  margin-bottom: 0;
}

.ex_box .ex_box_body .speech_part .speech_part_box .speech_part_box_cont p, .ex_box .ex_box_body .speech_part .speech_part_box .speech_part_box_cont div {
  margin-bottom: 20px;
}

@media screen and (max-width: 640px) {
  .ex_box .ex_box_body .speech_part .speech_part_box .speech_part_box_cont p, .ex_box .ex_box_body .speech_part .speech_part_box .speech_part_box_cont div {
    margin-bottom: 4vw;
  }
}

.ex_box .ex_box_body .speech_part .speech_part_box .speech_part_box_cont p:last-child, .ex_box .ex_box_body .speech_part .speech_part_box .speech_part_box_cont div:last-child {
  margin-bottom: 0;
}

.ex_box .ex_box_body .speech_part .speech_part_box .speech_part_box_cont .speech_img .caption {
  font-size: 80%;
  text-indent: -1rem;
  margin-left: 1rem;
  margin-bottom: 5px;
}

@media screen and (max-width: 640px) {
  .ex_box .ex_box_body .speech_part .speech_part_box .speech_part_box_cont .speech_img .caption {
    font-size: 3.5vw;
    margin-bottom: 1vw;
  }
}

.ex_box .ex_box_body .speech_part .speech_part_box .speech_part_box_cont .speech_img .caption::before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  border-top: 8px solid #333333;
  border-bottom: 0;
}

@media screen and (max-width: 640px) {
  .ex_box .ex_box_body .speech_part .speech_part_box .speech_part_box_cont .speech_img .caption::before {
    border-right: 1.6vw solid transparent;
    border-left: 1.6vw solid transparent;
    border-top: 2vw solid #333333;
  }
}

.ex_box .ex_box_body .speech_part .speech_part_box .speech_part_box_cont .speech_img a {
  display: inline-block;
  font-size: 80%;
}

@media screen and (max-width: 640px) {
  .ex_box .ex_box_body .speech_part .speech_part_box .speech_part_box_cont .speech_img a {
    font-size: 3.5vw;
  }
}

.ex_box .ex_box_body .speech_part .speech_part_box .speech_part_box_cont .speech_img a:hover {
  -webkit-filter: initial;
          filter: initial;
  opacity: 0.5;
}

@media screen and (max-width: 1024px) {
  .ex_box .ex_box_body .speech_part .speech_part_box .speech_part_box_cont .speech_img a:hover {
    -webkit-filter: initial;
            filter: initial;
    opacity: 1;
  }
}

@media screen and (max-width: 640px) {
  .ex_box .ex_box_body .speech_part .speech_part_box .speech_part_box_cont .speech_img a:hover {
    -webkit-filter: initial;
            filter: initial;
    opacity: 1;
  }
}

.ex_box .ex_box_body .speech_part .speech_part_box .speech_part_box_cont .speech_img a img {
  display: block;
  width: calc(100% - 2px);
  border: solid 1px #d4d4d4;
}

.ex_box .ex_box_body .speech_part .speech_part_box .speech_part_box_cont .speech_img a.link_txt {
  line-height: 1.4;
  text-align: center;
  text-decoration: none;
  color: #ffffff;
  font-weight: bold;
  font-size: 80%;
  border-radius: 5px;
  padding: 10px 40px 8px 20px;
  background: #df68d2;
  position: relative;
}

@media screen and (max-width: 640px) {
  .ex_box .ex_box_body .speech_part .speech_part_box .speech_part_box_cont .speech_img a.link_txt {
    margin-bottom: 2vw;
    margin-left: 0;
    text-indent: initial;
    font-size: 3.5vw;
    padding: 2vw 10vw 1.6vw 4vw;
    width: calc(100% - 14vw);
  }
}

.ex_box .ex_box_body .speech_part .speech_part_box .speech_part_box_cont .speech_img a.link_txt span {
  display: inline-block;
  width: 12px;
  height: 14px;
  background: url(../img/dl_icon.png);
  background-size: cover;
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (max-width: 640px) {
  .ex_box .ex_box_body .speech_part .speech_part_box .speech_part_box_cont .speech_img a.link_txt span {
    width: 4vw;
    height: 5vw;
    background: url(../img/dl_icon.png) no-repeat;
    background-size: 100%;
    right: 2.5vw;
  }
}

.ex_box .ex_box_body .speech_part .speech_part_box .speech_part_box_cont .speech_img a.modal_btn {
  position: relative;
}

.ex_box .ex_box_body .speech_part .speech_part_box .speech_part_box_cont .speech_img a.modal_btn::before {
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  background: url(../img/speech/modal_icon.png);
  background-size: 100%;
  position: absolute;
  top: -5%;
  right: 2%;
}

@media screen and (max-width: 640px) {
  .ex_box .ex_box_body .speech_part .speech_part_box .speech_part_box_cont .speech_img a.modal_btn::before {
    width: 12vw;
    height: 12vw;
    top: -10%;
  }
}

.ex_box .ex_box_body .speech_part .speech_part_box .speech_part_box_cont .speech_img img {
  display: block;
  width: 100%;
}

.ex_box .ex_box_body .speech_part .speech_part_box .speech_part_box_cont .speech_img.multi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 640px) {
  .ex_box .ex_box_body .speech_part .speech_part_box .speech_part_box_cont .speech_img.multi {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.ex_box .ex_box_body .speech_part .speech_part_box .speech_part_box_cont .speech_img.multi div {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0 2% 0 0;
}

@media screen and (max-width: 640px) {
  .ex_box .ex_box_body .speech_part .speech_part_box .speech_part_box_cont .speech_img.multi div {
    margin: 0 0 5% 0;
  }
}

.ex_box .ex_box_body .speech_part .speech_part_box .speech_part_box_cont .speech_img.multi div:last-child {
  margin: 0;
}

@media screen and (max-width: 640px) {
  .ex_box .ex_box_body .speech_part .speech_part_box .speech_part_box_cont .speech_table {
    overflow-x: auto;
  }
}

.ex_box .ex_box_body .speech_part .speech_part_box .speech_part_box_cont .speech_table table {
  width: 864px;
}

.ex_box .ex_box_body .speech_part .speech_part_box .speech_part_box_cont .speech_table table th, .ex_box .ex_box_body .speech_part .speech_part_box .speech_part_box_cont .speech_table table td {
  padding: 1.5%;
  font-size: 90%;
  text-align: left;
  line-height: 1.4;
  border: solid 1px;
}

.ex_box .ex_box_body .speech_part .speech_part_box .speech_part_box_cont .speech_table table th {
  font-weight: bold;
  color: #ffffff;
}

.ex_box .ex_box_body .speech_part .speech_part_box .speech_part_box_cont .speech_table table .left {
  width: 13%;
}

.ex_box .ex_box_body .speech_part .speech_part_box .speech_part_box_cont .speech_table table .head {
  width: 29%;
}

.ex_box .ex_box_body .speech_part .speech_part_box .speech_part_box_cont .speech_table table .en, .ex_box .ex_box_body .speech_part .speech_part_box .speech_part_box_cont .speech_table table .ja {
  display: block;
}

.ex_box .ex_box_body .speech_part .speech_part_box .speech_part_box_cont .speech_table table .en span, .ex_box .ex_box_body .speech_part .speech_part_box .speech_part_box_cont .speech_table table .ja span {
  color: #ed1c24;
  font-weight: bold;
  text-decoration: underline;
}

.ex_box .ex_box_body .speech_part .speech_part_box .speech_part_box_cont .speech_table table .en {
  margin-bottom: 6px;
  font-weight: bold;
}

.ex_box .ex_box_body .speech_part .speech_part_box .speech_part_box_cont .speech_table table .en:last-child {
  margin-bottom: 0;
}

.ex_box .ex_box_body .speech_part .speech_part_box .speech_part_box_cont .speech_table table .ja {
  margin-bottom: 12px;
  font-size: 90%;
}

.ex_box .ex_box_body .speech_part .speech_part_box .speech_part_box_cont .speech_table table .ja:last-child {
  margin-bottom: 0;
}

.ex_box .ex_box_body .speech_part .speech_part_box .speech_part_box_cont .parents span {
  display: block;
  font-size: 120%;
  font-weight: bold;
  color: #ed1c24;
}

.ex_box .ex_box_body .speech_part .speech_part_box .speech_part_box_cont .link_txt {
  line-height: 1.4;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  color: #ffffff;
  font-weight: bold;
  font-size: 80%;
  border-radius: 5px;
  padding: 10px 20px 8px 20px;
  background: #df68d2;
  position: relative;
  margin-bottom: 20px;
}

@media screen and (max-width: 640px) {
  .ex_box .ex_box_body .speech_part .speech_part_box .speech_part_box_cont .link_txt {
    margin-bottom: 4vw;
    margin-left: 0;
    text-indent: initial;
    font-size: 4vw;
    padding: 2vw 4vw 1.6vw 4vw;
    width: calc(100% - 14vw);
  }
}

.ex_box .ex_box_body .speech_part .speech_part_box .speech_part_box_cont .link_txt span {
  display: inline-block;
  width: 12px;
  height: 14px;
  background: url(../img/dl_icon.png);
  background-size: cover;
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (max-width: 640px) {
  .ex_box .ex_box_body .speech_part .speech_part_box .speech_part_box_cont .link_txt span {
    width: 4vw;
    height: 5vw;
    background: url(../img/dl_icon.png) no-repeat;
    background-size: 100%;
    right: 2.5vw;
  }
}

.ex_box .ex_box_body .speech_part .speech_part_box .speech_part_box_cont .accordion {
  border-radius: 5px;
  overflow: hidden;
}

.ex_box .ex_box_body .speech_part .speech_part_box .speech_part_box_cont .accordion .ac_body {
  width: 90%;
  -webkit-transition: .2s;
  transition: .2s;
  height: 0;
  margin: 0 auto;
}

.ex_box .ex_box_body .speech_part .speech_part_box .speech_part_box_cont .accordion .ac_body.open {
  margin: 10px auto 0;
  height: auto;
}

@media screen and (max-width: 640px) {
  .ex_box .ex_box_body .speech_part .speech_part_box .speech_part_box_cont .accordion .ac_body.open {
    margin: 3vw auto 0;
  }
}

.ex_box .ex_box_body .speech_part .speech_part_box .speech_part_box_cont .accordion .ac_body .lead {
  text-align: center;
  margin: 0 auto 20px;
}

@media screen and (max-width: 640px) {
  .ex_box .ex_box_body .speech_part .speech_part_box .speech_part_box_cont .accordion .ac_body .lead {
    margin: 0 auto 4vw;
  }
}

.ex_box .ex_box_body .speech_part .speech_part_box .speech_part_box_cont .accordion .ac_body .ac_box {
  margin-bottom: 30px;
}

@media screen and (max-width: 640px) {
  .ex_box .ex_box_body .speech_part .speech_part_box .speech_part_box_cont .accordion .ac_body .ac_box {
    margin-bottom: 5vw;
  }
}

.ex_box .ex_box_body .speech_part .speech_part_box .speech_part_box_cont .accordion .ac_body .ac_box p {
  margin-bottom: 10px;
}

@media screen and (max-width: 640px) {
  .ex_box .ex_box_body .speech_part .speech_part_box .speech_part_box_cont .accordion .ac_body .ac_box p {
    margin-bottom: 2vw;
  }
}

.ex_box .ex_box_body .speech_part .speech_part_box .speech_part_box_cont .accordion .ac_body .ac_box p:last-child {
  margin-bottom: 0;
}

.ex_box .ex_box_body .speech_part .speech_part_box .speech_part_box_cont .accordion .ac_body .ac_box p span {
  font-weight: bold;
  color: #ed1c24;
}

.ex_box .ex_box_body .speech_part .speech_part_box .speech_part_box_cont .accordion .ac_body .ac_box .small {
  font-size: 90%;
  text-indent: -1rem;
  margin-left: 1rem;
}

@media screen and (max-width: 640px) {
  .ex_box .ex_box_body .speech_part .speech_part_box .speech_part_box_cont .accordion .ac_body .ac_box .small {
    font-size: 3.8vw;
  }
}

.ex_box .ex_box_body .speech_part .speech_part_box .speech_part_box_cont .accordion .ac_body .ac_box .inbox {
  padding: 2% 3%;
  background: #ffffff;
  border-radius: 5px;
  margin-bottom: 10px;
}

@media screen and (max-width: 640px) {
  .ex_box .ex_box_body .speech_part .speech_part_box .speech_part_box_cont .accordion .ac_body .ac_box .inbox {
    padding: 6% 8%;
    margin-bottom: 2vw;
  }
}

.ex_box .ex_box_body .speech_part .speech_part_box .speech_part_box_cont .accordion .ac_body .ac_box .inbox li {
  margin-bottom: 10px;
}

.ex_box .ex_box_body .speech_part .speech_part_box .speech_part_box_cont .accordion .ac_body .ac_box .inbox li span {
  font-weight: bold;
  color: #ed1c24;
}

@media screen and (max-width: 640px) {
  .ex_box .ex_box_body .speech_part .speech_part_box .speech_part_box_cont .accordion .ac_body .ac_box .inbox li {
    margin-bottom: 2vw;
  }
}

.ex_box .ex_box_body .speech_part .speech_part_box .speech_part_box_cont .accordion .ac_body .ac_box .inbox li:last-child {
  margin-bottom: 0;
}

.ex_box .ex_box_body .speech_part .speech_part_box .speech_part_box_cont .accordion .ac_body .ac_box .small_lead {
  font-weight: bold;
  font-size: 110%;
  margin-top: 20px;
}

@media screen and (max-width: 640px) {
  .ex_box .ex_box_body .speech_part .speech_part_box .speech_part_box_cont .accordion .ac_body .ac_box .small_lead {
    font-size: 4.5vw;
    margin-top: 4vw;
  }
}

@media screen and (max-width: 640px) {
  .ex_box .ex_box_body .speech_part .speech_part_box .speech_part_box_cont .accordion .ac_body .ac_table .ac_table_body {
    overflow-x: auto;
  }
}

.ex_box .ex_box_body .speech_part .speech_part_box .speech_part_box_cont .accordion .ac_body .ac_table p {
  margin-bottom: 6px;
  font-weight: bold;
}

@media screen and (max-width: 640px) {
  .ex_box .ex_box_body .speech_part .speech_part_box .speech_part_box_cont .accordion .ac_body .ac_table p {
    margin-bottom: 1vw;
  }
}

.ex_box .ex_box_body .speech_part .speech_part_box .speech_part_box_cont .accordion .ac_body .ac_table table {
  background: #ffffff;
  width: 100%;
}

@media screen and (max-width: 640px) {
  .ex_box .ex_box_body .speech_part .speech_part_box .speech_part_box_cont .accordion .ac_body .ac_table table {
    width: 864px;
  }
}

.ex_box .ex_box_body .speech_part .speech_part_box .speech_part_box_cont .accordion .ac_body .ac_table table span {
  font-weight: bold;
  color: #ed1c24;
}

.ex_box .ex_box_body .speech_part .speech_part_box .speech_part_box_cont .accordion .ac_body .ac_table table th, .ex_box .ex_box_body .speech_part .speech_part_box .speech_part_box_cont .accordion .ac_body .ac_table table td {
  padding: 1.5%;
  font-size: 90%;
  text-align: left;
  line-height: 1.4;
  border: solid 1px;
}

.ex_box .ex_box_body .speech_part .speech_part_box .speech_part_box_cont .accordion .ac_body .ac_table table th {
  font-weight: bold;
  width: 40%;
}

.ex_box .ex_box_body .speech_part .speech_part_box .speech_part_box_cont .accordion .ac_body .ac_table table td {
  width: 60%;
}

.ex_box .ex_box_body .speech_part .speech_part_box .speech_part_box_cont .accordion .ac_body .ac_table table.style2 th {
  font-weight: bold;
  width: 20%;
  vertical-align: middle;
  background: #e7e7e7;
}

.ex_box .ex_box_body .speech_part .speech_part_box .speech_part_box_cont .accordion .ac_body .ac_table table.style2 td {
  width: 40%;
}

.ex_box .ex_box_body .speech_part .speech_part_box .speech_part_box_cont .accordion .ac_body .ac_table table.style2 td:nth-of-type(1) {
  font-weight: bold;
}

.ex_box .ex_box_body .speech_part .speech_part_box .speech_part_box_cont .accordion .ac_body .ac_table table.style3 th {
  font-weight: bold;
  width: 50%;
  vertical-align: middle;
  background: #e7e7e7;
}

.ex_box .ex_box_body .speech_part .speech_part_box .speech_part_box_cont .accordion .ac_body .ac_table table.style3 td {
  width: 25%;
}

.ex_box .ex_box_body .speech_part .speech_part_box .speech_part_box_cont .accordion .ac_body .ac_table table.style3 td:nth-of-type(1), .ex_box .ex_box_body .speech_part .speech_part_box .speech_part_box_cont .accordion .ac_body .ac_table table.style3 td:nth-of-type(3) {
  font-weight: bold;
}

.ex_box .ex_box_body .speech_part .speech_part_box .speech_part_box_cont .accordion .ac_body .ac_table table.style4 th {
  font-weight: bold;
  vertical-align: middle;
  background: #e7e7e7;
}

.ex_box .ex_box_body .speech_part .speech_part_box .speech_part_box_cont .accordion .ac_body .ac_table table.style4 th:nth-child(1) {
  width: 20%;
}

.ex_box .ex_box_body .speech_part .speech_part_box .speech_part_box_cont .accordion .ac_body .ac_table table.style4 th:nth-child(2), .ex_box .ex_box_body .speech_part .speech_part_box .speech_part_box_cont .accordion .ac_body .ac_table table.style4 th:nth-child(3) {
  width: 40%;
}

.ex_box .ex_box_body .speech_part .speech_part_box .speech_part_box_cont .accordion .ac_body .ac_table table.style4 td {
  width: 20%;
}

.ex_box .ex_box_body .speech_part .speech_part_box .speech_part_box_cont .accordion .ac_body .ac_table table.style4 td:nth-of-type(2), .ex_box .ex_box_body .speech_part .speech_part_box .speech_part_box_cont .accordion .ac_body .ac_table table.style4 td:nth-of-type(3) {
  width: 40%;
  font-weight: bold;
}

.ex_box:nth-of-type(1) h5 {
  background: #ff7878;
}

.ex_box:nth-of-type(1) .ex_box_body ol li:nth-child(1) {
  color: #ff7878;
}

.ex_box:nth-of-type(1) .ex_box_body .speech_part .speech_part_box h3, .ex_box:nth-of-type(1) .ex_box_body .speech_part .speech_part_box h6 {
  color: #ff7878;
}

.ex_box:nth-of-type(1) .ex_box_body .speech_part .speech_part_box h4 {
  background: #ff7878;
}

.ex_box:nth-of-type(1) .ex_box_body .speech_part .speech_part_box .accordion {
  background: #fff3f3;
}

.ex_box:nth-of-type(1) .ex_box_body .speech_part .speech_part_box .ac_table p {
  color: #ff7878;
}

.ex_box:nth-of-type(1) .ex_box_body .speech_table table th, .ex_box:nth-of-type(1) .ex_box_body .speech_table table td {
  border: solid 1px #d52c2c !important;
}

.ex_box:nth-of-type(1) .ex_box_body .speech_table table th {
  background: #ff7878;
}

.ex_box:nth-of-type(2) h5 {
  background: #28b34b;
}

.ex_box:nth-of-type(2) .ex_box_body ol li:nth-child(1) {
  color: #28b34b;
}

.ex_box:nth-of-type(2) .ex_box_body .speech_part .speech_part_box h3, .ex_box:nth-of-type(2) .ex_box_body .speech_part .speech_part_box h6 {
  color: #28b34b;
}

.ex_box:nth-of-type(2) .ex_box_body .speech_part .speech_part_box h4 {
  background: #28b34b;
}

.ex_box:nth-of-type(2) .ex_box_body .speech_part .speech_part_box .accordion {
  background: #f4fff7;
}

.ex_box:nth-of-type(2) .ex_box_body .speech_part .speech_part_box .ac_table p {
  color: #28b34b;
}

.ex_box:nth-of-type(2) .ex_box_body .speech_table table th, .ex_box:nth-of-type(2) .ex_box_body .speech_table table td {
  border: solid 1px #048825 !important;
}

.ex_box:nth-of-type(2) .ex_box_body .speech_table table th {
  background: #28b34b;
}

.ex_box:nth-of-type(3) h5 {
  background: #257edb;
}

.ex_box:nth-of-type(3) .ex_box_body ol li:nth-child(1) {
  color: #257edb;
}

.ex_box:nth-of-type(3) .ex_box_body .speech_part .speech_part_box h3, .ex_box:nth-of-type(3) .ex_box_body .speech_part .speech_part_box h6 {
  color: #257edb;
}

.ex_box:nth-of-type(3) .ex_box_body .speech_part .speech_part_box h4 {
  background: #257edb;
}

.ex_box:nth-of-type(3) .ex_box_body .speech_part .speech_part_box .accordion {
  background: #f6faff;
}

.ex_box:nth-of-type(3) .ex_box_body .speech_part .speech_part_box .ac_table p {
  color: #257edb;
}

.ex_box:nth-of-type(3) .ex_box_body .speech_table table th, .ex_box:nth-of-type(3) .ex_box_body .speech_table table td {
  border: solid 1px #0861bf !important;
}

.ex_box:nth-of-type(3) .ex_box_body .speech_table table th {
  background: #257edb;
}

.ex_box:nth-of-type(4) h5 {
  background: #df68d2;
}

.ex_box:nth-of-type(4) .ex_box_body {
  border-top: solid 10px #df68d2;
}

@media screen and (max-width: 640px) {
  .ex_box:nth-of-type(4) .ex_box_body {
    border-top: solid 2vw #df68d2;
  }
}

.ex_box:nth-of-type(4) .ex_box_body ol li:nth-child(1) {
  color: #df68d2;
  font-size: 180% !important;
}

@media screen and (max-width: 640px) {
  .ex_box:nth-of-type(4) .ex_box_body ol li:nth-child(1) {
    font-size: 7vw !important;
  }
}

.ex_box:nth-of-type(4) .ex_box_body ol li:nth-child(1)::before {
  display: none;
}

.ex_box:nth-of-type(4) .ex_box_body ol li.standard {
  border-top: solid 2px #df68d2;
}

.ex_box:nth-of-type(4) .ex_box_body .speech_part .speech_part_box h3 {
  color: #df68d2;
}

.ex_box:nth-of-type(4) .ex_box_body .speech_part .speech_part_box h3::before {
  display: none;
}

.ex_box:nth-of-type(4) .ex_box_body .speech_part .speech_part_box h3 .number {
  display: inline-block;
  width: 2.5rem;
}

@media screen and (max-width: 640px) {
  .ex_box:nth-of-type(4) .ex_box_body .speech_part .speech_part_box h3 .number {
    width: 12%;
  }
}

.ex_box:nth-of-type(4) .ex_box_body .speech_part .speech_part_box .point_box .yellow {
  background: #fff000;
}

.ex_box:nth-of-type(4) .ex_box_body .speech_part .speech_part_box .point_box span span {
  color: #ed1c24;
  font-weight: bold;
  text-decoration: underline;
}

.ex_box:nth-of-type(4) .ex_box_body .speech_part .speech_part_box .point_box span span.r_txt {
  text-decoration: none;
}

.ex_box:nth-of-type(4) .ex_box_body .speech_part .speech_part_box .point_box .en {
  font-size: 160%;
  font-weight: bold;
}

.ex_box:nth-of-type(4) .ex_box_body .speech_part .speech_part_box .point_box .point_part {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 640px) {
  .ex_box:nth-of-type(4) .ex_box_body .speech_part .speech_part_box .point_box .point_part {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.ex_box:nth-of-type(4) .ex_box_body .speech_part .speech_part_box .point_box .point_part p {
  margin-right: 1%;
}

.ex_box:nth-of-type(4) .ex_box_body .speech_part .speech_part_box .point_box .point_part p:last-child {
  margin-right: 0;
}

@media screen and (max-width: 640px) {
  .ex_box:nth-of-type(4) .ex_box_body .speech_part .speech_part_box .point_box .point_part p {
    margin-right: 0;
  }
}

.ex_box:nth-of-type(4) .ex_box_body .speech_part .speech_part_box .audio_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 4%;
  background: #ff68ee;
  padding: 2% 4%;
  border-radius: 5px;
}

@media screen and (max-width: 640px) {
  .ex_box:nth-of-type(4) .ex_box_body .speech_part .speech_part_box .audio_btn {
    padding: 6% 8%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.ex_box:nth-of-type(4) .ex_box_body .speech_part .speech_part_box .audio_btn span {
  color: #ffffff;
  font-size: 130%;
  font-weight: bold;
  margin-right: 2%;
  display: block;
}

@media screen and (max-width: 640px) {
  .ex_box:nth-of-type(4) .ex_box_body .speech_part .speech_part_box .audio_btn span {
    font-size: 5.5vw;
    margin-right: 0;
    margin-bottom: 3%;
    width: 100%;
    text-align: left;
  }
}

.ex_box:nth-of-type(4) .ex_box_body .speech_part .speech_part_box .audio_btn audio {
  width: 80%;
}

@media screen and (max-width: 640px) {
  .ex_box:nth-of-type(4) .ex_box_body .speech_part .speech_part_box .audio_btn audio {
    width: 100%;
  }
}

.ex_box:nth-of-type(4) .ex_box_body .speech_part .speech_part_box.parents p {
  margin-bottom: 14px;
}

@media screen and (max-width: 640px) {
  .ex_box:nth-of-type(4) .ex_box_body .speech_part .speech_part_box.parents p {
    margin-bottom: 3vw;
  }
}

.ex_box:nth-of-type(4) .ex_box_body .speech_part .speech_part_box.parents p span {
  display: block;
  font-size: 120%;
  font-weight: bold;
  color: #ed1c24;
}

.ex_box:nth-of-type(4) .ex_box_body .speech_part .speech_part_box.parents a {
  margin-bottom: 14px;
  display: inline-block;
  text-indent: -1rem;
  margin-left: 1rem;
  line-height: 1.4;
}

@media screen and (max-width: 640px) {
  .ex_box:nth-of-type(4) .ex_box_body .speech_part .speech_part_box.parents a {
    margin-bottom: 3vw;
    font-size: 4vw;
  }
}

.ex_box:nth-of-type(4) .ex_box_body .speech_table table th, .ex_box:nth-of-type(4) .ex_box_body .speech_table table td {
  border: solid 1px #d52c2c !important;
}

.ex_box:nth-of-type(4) .ex_box_body .speech_table table th {
  background: #df68d2;
}

.ex_box:nth-of-type(4) .ex_box_body .point_lead {
  margin-bottom: 20px;
  font-size: 120%;
  font-weight: bold;
}

@media screen and (max-width: 640px) {
  .ex_box:nth-of-type(4) .ex_box_body .point_lead {
    margin-bottom: 4vw;
    font-size: 4.5vw;
  }
}

.audio_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 4%;
  padding: 2% 4%;
  border-radius: 5px;
}

.audio_btn.s1-2 {
  background: #ff7878;
}

.audio_btn.s3-4 {
  background: #28b34b;
}

.audio_btn.s5-6 {
  background: #257edb;
}

@media screen and (max-width: 640px) {
  .audio_btn {
    padding: 6% 8%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.audio_btn span {
  color: #ffffff;
  font-size: 130%;
  font-weight: bold;
  margin-right: 2%;
  display: block;
}

@media screen and (max-width: 640px) {
  .audio_btn span {
    font-size: 5.5vw;
    margin-right: 0;
    margin-bottom: 3%;
    width: 100%;
    text-align: left;
  }
}

.audio_btn audio {
  width: 80%;
}

@media screen and (max-width: 640px) {
  .audio_btn audio {
    width: 100%;
  }
}

.date_end {
  font-size: 140%;
  font-weight: bold;
  text-align: center;
  line-height: 1.6;
  margin-bottom: 60px;
  padding: 30px;
  background: #fcee21;
  border-radius: 10px;
  color: #0071bc;
}

@media screen and (max-width: 640px) {
  .date_end {
    font-size: 4vw;
    margin-bottom: 6vw;
    padding: 4vw 2vw;
  }
}

.english_lead_box .e_box:nth-child(1).close {
  position: relative;
}

.english_lead_box .e_box:nth-child(1).close::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  background: rgba(0, 0, 0, 0.8);
  z-index: 1;
  top: 0;
  left: 0;
  border-radius: 8px;
}

.english_lead_box .e_box:nth-child(1).close::after {
  content: "応募受付は\A終了しました";
  white-space: pre;
  display: block;
  width: 80%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
  color: #ffffff;
  font-weight: bold;
}
/*# sourceMappingURL=speech.css.map */