@charset "shift-jis";

/* kyouyousemi/index.html */
.mv{
  width: 100% !important;
  height: 120vh;
  background: url(/event/ambassador/img/kyouyousemi/mv.png) center center/cover no-repeat;
  position: relative;
}
.mv .box_txt::before{
  content: "";
  background: #1c2569;
  position: absolute;
  width: 100%;
  height: 40vh;
  bottom: -30vh;
}
.mv .box_txt{
  color: #fff;
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: wrap;
  position: absolute;
  bottom: 23vh;
  -webkit-transform: rotate(-7deg) translate3d(0, 0, 0);
  transform: rotate(-7deg) translate3d(0, 0, 0);
  width: 150%;
  margin-left: -25%;
}
.mv .box_txt .inner{
  width: 49%;
  background: #091250;
  -webkit-transform: rotate(7deg) translate3d(0, 0, 0) skewY(-7deg);
  transform: rotate(7deg) translate3d(0, 0, 0) skewY(-7deg);
  margin: 0 auto;
  padding: 70px 18% 0 3%;
}
.mv .box_txt .inner.name{
  margin-bottom: 0;
  background: #070D36;
  padding: 30px 3% 30px 18%;
}
.mv .box_txt h1,
.mv .box_txt .name p{
  -webkit-transform: skewY(7deg);
  transform: skewY(7deg);
  text-align: center;
  line-height: 1.5;
}
.mv .box_txt .name p > span{ display: block;}
.mv .box_txt h1 .main{
  display: block;
  font-size: 46px;
}
.mv .box_txt h1 .sub{
  font-size: 30px;
  text-align: center;
  display: block;
}
.mv .box_txt .name{ font-size: 32px;}
.mv .box_txt .name .position{
  font-size: 16px;
  line-height: 1.5;
  display: block;
}
.mv + section .inner{ padding-top: 150px;}
.movie{ position: relative;}
.movie::before{
  content: "";
  width: 312px;
  height: 610px;
  background: #080808;
  opacity: .3;
  transform: skew(-7deg);
  position: absolute;
  left: 90vw;
  top: -80px;
}
.movie::after{
  content: "";
  width: 228px;
  height: 443px;
  background: #141C5D;
  opacity: .3;
  transform: skew(-7deg);
  position: absolute;
  right: 90vw;
  bottom: -110px;
}
h2{
  text-align: center;
  font-weight: 400;
  margin-bottom: 60px;
  line-height: 1.6;
}
ol.canlearn{
  counter-reset: canlearn;
  list-style: none;
}
ol.canlearn li{
  border-left: 1px solid #fff;
  padding-left: 10px;
  line-height: 1.5;
  position: relative;
}
ol.canlearn li::before{
  font-family: garamond-premier-pro, serif;
  font-weight: 400;
  font-style: normal;
  counter-increment: canlearn;
  content: counter(canlearn, decimal-leading-zero) ".";
  font-size: 48px;
  position: absolute;
  left: -1.5em;
  top: -.25em;
}
ol.canlearn li h3{
  line-height: 1.3;
  margin-bottom: .75em;
  font-size: 24px;
}
ol.canlearn li p{ font-size: 18px;}
.chart figcaption{
  color: #333;
  font-size: 20px;
}
.chart figcaption .gramond{
  color: #1b2469;
  line-height: 1;
  font-size: 140px;
}
.chart figcaption .gramond .txt_s{ font-size: 48px !important;}
.people{
  list-style: none;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 auto;
}
.people li{
  font-family: "Noto Sans JP", sans-serif;
  width: 21.5%;
  font-size: 16px;
  line-height: 1.3;
  border: 1px solid;
  padding: 1em 1.25em;
  text-align: center;
  margin-top: 185px;
  position: relative;
}
.people li::before{
  content: "";
  padding: 90px;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 115px;
}
.people li:first-child::before{ background-image: url(/event/ambassador/img/people01.svg);}
.people li:nth-child(2)::before{ background-image: url(/event/ambassador/img/people02.svg);}
.people li:nth-child(3)::before{ background-image: url(/event/ambassador/img/people03.svg);}
.people li:nth-child(4)::before{ background-image: url(/event/ambassador/img/people04.svg);}
.ad{
  list-style: none;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 50px;
}
.ad li{
  width: 22.5%;
  font-size: 13px;
}
.ad li .photo{ border-radius: 100%;}
.ad li h3{
  font-size: 20px;
  margin-top: 1.5em;
}
.ad li .position{
  margin-top: 1em;
  min-height: 5em;
}
.media dt{
  font-size: 18px;
  text-align: center;
  color: #000;
}
.media dd{ margin-bottom: 30px;}
.books{
  max-width: 736px;
  margin: 0 auto;
  list-style: none;
  display: flex;
  justify-content: space-between;
}
.books li{ width: 18.6%;}
#app .inner{ padding-top: 160px;}
#app .line.section.top{ top: -12px;}
.caution{ font-size: 12px;}
@media screen and (min-width: 600px) {
  .mv .box_txt .inner{ margin-bottom: 40px;}
  .mv .box_txt .inner.name{
    margin-top: 200px;
    margin-bottom: 0;
  }
  ol.canlearn{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: flex-start;
    width: 92%;
    margin: 0 auto;
  }
  ol.canlearn li{
    width: 25.5%;
    margin-left: 6.5%;
  }
  ol.canlearn li:nth-child(3n-1){ margin-top: 60px;}
  ol.canlearn li:nth-child(3n){ margin-top: 120px;}
  .chart{
    display: flex;
    align-items: center;
    margin-bottom: 90px;
  }
  .chart img{ margin-left: 5.5%;}
  .chart figcaption{ padding: 0 80px;}
}
@media screen and (max-width: 599px){
  h2{
    font-size: 32px;
    margin-bottom: 45px;
  }
  .bg .inner{ padding: 250px 6.5%;}
  .mv{ background-image: url(/event/ambassador/img/kyouyousemi/mv_sp.png);}
  .mv p{
    left: 0;
    right: 0;
    margin: auto;
    top: 90px;
    bottom: 0;
    transform: inherit;
  }
  .mv .box_txt{
    width: 110%;
    margin-left: 0;
  }
  .mv .box_txt::before {
    bottom: -40vh;
    left: -5%;
  }
  .mv .box_txt .inner{
    background: rgba(9, 18, 80, .8);
    width: 100%;
    padding: 55px 5% 40px;
  }
  .mv .box_txt .inner.name{
    background: rgba(7, 13, 54, .8);
    margin-top: -3px;
    width: 80%;
    padding: 30px 6%;
  }
  .mv .box_txt h1 .main{ font-size: 27px;}
  .mv .box_txt h1 .sub{ font-size: 20px;}
  .bg.movie .inner{
    padding-left: 0;
    padding-right: 0;
  }
  .box_movie h3 { margin-top: -5em;}
  ol.canlearn li{
    width: 79%;
    margin-left: auto;
    margin-right: 0;
    margin: 0 0 70px auto;
  }
  ol.canlearn li:last-child{ margin-bottom: 0;}
  .chart{ margin-bottom: 80px;}
  .chart figcaption{
    margin-top: 45px;
    text-align: center;
  }
  .people li{
    width: 47%;
    font-size: 12px;
    margin-top: 16em;
  }
  .people li::before{
    padding: 70px;
    bottom: 7em;
  }
  .ad li{
    width: 46.5%;
    padding: 20px 0;
  }
}

/* ------------------------------
entry
------------------------------ */
.entry ul,
.entry li {
  list-style: none;
}
.entry ul {
  margin-left: 0;
}
.entry .entry_inner {
  width: 100%;
  margin: 0 auto 30px;
  padding: 40px 0 30px;
  background: #fff;
}
.entry .entry_body {
  max-width: 665px;
  margin: 0 auto;
}
.entry .entry_ttl {
  position: relative;
  padding: 1.5em 1em;
  background: #1c2569;
  color: #fff;
  font-size: 36px;
  font-weight: normal;
  text-align: center;
  letter-spacing: normal;
}
.entry .entry_ttl::after {
  content: none;
}
.entry .ico_free {
  position: absolute;
  top: 50%;
  left: calc(50% + 280px);
  transform: translateY(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 115px;
  height: 115px;
  background: #d7ba41;
  border-radius: 50%;
  color: #fff;
  font-size: 24px;
  line-height: 1.3;
  text-align: center;
}
.entry h3 {
  margin-bottom: 40px;
  padding-left: calc(125px + 4.5%);
  text-indent: calc(-125px - 4.5%);
  color: #1c2569;
  font-size: 20px;
  font-weight: normal;
  text-align: left;
  line-height: 1.4;
}
.entry h3 span {
  display: inline-block;
  width: 95px;
  margin-right: 4.5%;
  padding: 0.5em;
  text-indent: initial;
  background: #1c2569;
  border-radius: 9999px;
  color: #f8b500;
  font-size: 20px;
  text-align: center;
  line-height: 1;
}
.entry .step_arrow {
  position: relative;
  width: 60px;
  height: 30px;
  margin: 0 auto 30px;
}
.entry .step_arrow::after {
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
  width: 40px;
  height: 40px;
  border-right: 2px solid #1c2569;
  border-bottom: 2px solid #1c2569;
  content: '';
}
.entry .seminar_type_list {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}
.entry .seminar_type_list li {
  width: 48.5%;
  border: 1px solid #1c2569;
  border-radius: 10px;
  box-shadow: 0 3px 0 rgba(0, 0, 0, 0.2);
  cursor: pointer;
  overflow: hidden;
}
.entry .seminar_type_list li .seminar_type_ttl {
  position: relative;
  padding: 0.9em 0.7em 0.7em 45px;
  border-bottom: 1px solid #1c2569;
  color: #1c2569;
  font-size: 26px;
  text-align: center;
  line-height: 1.2;
}
.entry .seminar_type_list li .seminar_type_ttl::before {
  position: absolute;
  top: 50%;
  left: 19px;
  transform: translateY(-50%);
  width: 26px;
  height: 26px;
  background: #fff;
  border: 1px solid #1c2569;
  border-radius: 50%;
  box-sizing: content-box;
  content: '';
}
.entry .seminar_type_list li .seminar_type_ttl::after {
  position: absolute;
  top: 50%;
  left: 24px;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  background: rgba(28, 37, 105, 0.1);
  border-radius: 50%;
  content: '';
}
.entry .seminar_type_list li:hover .seminar_type_ttl {
  background: rgba(28, 37, 105, 0.1);
}
.entry .seminar_type_list li.active .seminar_type_ttl {
  color: #f8b500;
}
.entry .seminar_type_list li.active .seminar_type_ttl,
.entry .seminar_type_list li.active .seminar_type_ttl::after {
  background: #1c2569;
}
.entry .seminar_type_list li .seminar_type_ttl span {
  display: inline-block;
  margin-bottom: 0.5em;
  font-size: 14px;
}
.entry .seminar_place {
  margin-top: 15px;
  border: 1px solid #1c2569;
}
.entry .seminar_place dt {
  padding: 0.5em 2em;
  background: rgba(28, 37, 105, 0.1);
  color: #1c2569;
  font-size: 16px;
  text-align: center;
}
.entry .seminar_place dd {
  padding: 0.5em 2em;
  font-size: 16px;
}
.entry .web_seminar_img {
  margin: 0 auto;
}
.entry .seminar_detail_table {
  width: 100%;
  margin: 30px auto 0;
  border-collapse: collapse;
}
.entry .seminar_detail_table th,
.entry .seminar_detail_table td {
  padding: 0.8em 1em;
  border: 1px solid #1c2569;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.6;
  vertical-align: middle;
}
.entry .seminar_detail_table th {
  width: 25%;
  background: rgba(28, 37, 105, 0.1);
  color: #1c2569;
  text-align: center;
}
.entry .seminar_detail_table .txt_free {
  color: #ea5413;
}
.entry .btn_area {
  margin: 20px 0 30px;
  text-align: center;
}
.entry .entry_btn_txt {
  display: inline-block;
  position: relative;
  padding: 0.5em 3em 0.1em;
  color: #ea5520;
  font-size: 16px;
  line-height: 1;
}
.entry .entry_btn_txt::before,
.entry .entry_btn_txt::after {
  position: absolute;
  bottom: 10px;
  width: 25px;
  border-top: 1px dashed #ea5520;
  content: '';
}
.entry .entry_btn_txt::before {
  left: 0;
  transform: rotate(45deg);
}
.entry .entry_btn_txt::after {
  right: 0;
  transform: rotate(-45deg);
}
.entry .btn_entry {
  display: block;
  position: relative;
  width: 100%;
  max-width: 324px;
  margin: 10px auto 0;
  padding: 1.2em 40px 1.2em 60px;
  background-color: #f8b500;
  background-repeat: no-repeat;
  background-position: 20px 19px;
  border-radius: 10px;
  box-shadow: 0 3px 0 #bd8a00;
  color: #1c2569;
  font-size: 16px;
  line-height: 1.4;
}
.entry .btn_entry::after {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%) rotate(45deg);
  width: 10px;
  height: 10px;
  border-top: 1px solid #1c2569;
  border-right: 1px solid #1c2569;
  content: '';
}
.entry .btn_entry:hover {
  opacity: 0.8;
  text-decoration: none;
}
.entry .room_seminar,
.entry .web_seminar {
  display: none;
}
.entry .room_seminar.active,
.entry .web_seminar.active {
  display: block;
}
.entry .label_note {
  margin-top: 1.5em;
  font-size: 14px;
  text-align: left;
  line-height: 2.2;
}
.entry .label_note .type_label {
  display: inline-block;
  margin: 0 0.5em;
  padding: 0.6em 1em;
  border-radius: 5px;
  font-size: 12px;
  line-height: 1.0;
}
.entry .label_note .type_label.label_plus {
  background: rgba(111, 176, 191, 0.3);
}
.entry .label_note .type_label.label_basic {
  background: rgba(44, 65, 152, 0.2);
}
.entry .label_note .type_label.label_workshop {
  background: rgba(218, 95, 52, 0.1);
}
@media screen and (min-width: 600px) {
  .entry .seminar_place {
    display: flex;
  }
  .entry .seminar_place dt {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 25%;
    padding: 0.5em;
  }
}
@media screen and (max-width: 899px) {
  .entry .entry_inner {
    padding: 60px 4% 50px;
  }
}
@media screen and (max-width: 799px) {
  .entry .ico_free {
    left: auto;
    right: 10px;
  }
}
@media screen and (max-width: 739px) {
  .entry .ico_free {
    width: 80px;
    height: 80px;
    font-size: 18px;
  }
}
@media screen and (max-width: 659px) {
  .entry .ico_free {
    top: 57%;
  }
}
@media screen and (min-width: 600px) and (max-width: 649px) {
  .entry .seminar_type_list li .seminar_type_ttl span.txt_shorten {
    letter-spacing: -0.02em;
  }
}
@media screen and (max-width: 599px) {
  .entry .inner {
    padding-left: 4%;
    padding-right: 4%;
  }
  .entry .entry_inner {
    padding: 40px 3% 20px;
  }
  .entry .entry_ttl {
    padding: 95px 1em 1.5em;
    font-size: 22px;
  }
  .entry .ico_free {
    top: 25px;
    right: 20px;
    transform: translateY(0);
    width: 60px;
    height: 60px;
    font-size: 13px;
    line-height: 1.2;
  }
  .entry h3 {
    padding-left: 0;
    text-indent: 0;
    font-size: 16px;
    text-align: center;
    line-height: 1.4;
  }
  .entry h3 span {
    display: block;
    width: 94px;
    margin: 0 auto 20px;
    font-size: 18px;
    text-align: center;
    line-height: 1;
  }
  .entry .step_arrow {
    margin-bottom: 45px;
  }
  .entry .seminar_type_list {
    margin-bottom: 35px;
  }
  .entry .seminar_type_list li {
    width: 49%;
  }
  .entry .seminar_type_list li .seminar_type_ttl {
    padding: 38px 0.5em 0.5em;
    font-size: 20px;
  }
  .entry .seminar_type_list li .seminar_type_ttl::before {
    top: 8px;
    left: 50%;
    transform: translateX(-50%);
    width: 20px;
    height: 20px;
  }
  .entry .seminar_type_list li .seminar_type_ttl::after {
    top: 13px;
    left: 50%;
    transform: translateX(-50%);
    width: 12px;
    height: 12px;
  }
  .entry .seminar_type_list li .seminar_type_ttl span {
    font-size: 10px;
  }
  .entry .seminar_place {
    margin-top: 30px;
  }
  .entry .seminar_place dd {
    font-size: 14px;
  }
  .entry .seminar_detail_table th,
  .entry .seminar_detail_table td {
    font-size: 15px;
  }
  .entry .btn_entry {
    max-width: none;
    font-size: 17px;
  }
}

/* ------------------------------
seminar_apply
------------------------------ */
.seminar_apply {
  margin-top: 20px;
}
.seminar_apply .date_list li a:hover {
  background: rgba(234, 85, 32, 0.1);
  opacity: 1;
}
.seminar_apply .date_list .txt_date {
  font-weight: bold;
}
.seminar_apply .date_list .txt_place {
  font-size: 12px;
}
.seminar_apply .date_list .availability {
  font-size: 12px;
  font-weight: bold;
}
.seminar_apply .date_list .btn {
  width: 110px;
  padding: 0.8em 20px 0.8em 0.8em;
  background: #e60012;
  box-shadow: 0 3px 0 #d7d7d7;
  font-size: 14px;
}
.seminar_apply .date_list .btn span {
  padding-right: 0;
}
.seminar_apply .date_list .btn span::before {
  right: -13px;
}
.seminar_apply .date_list .btn span::after {
  right: -10px;
  border-left-color: #e60012;
}
.seminar_apply .date_list .txt_place {
  width: calc(100% - 110px);
}

/* ------------------------------
.textbook
------------------------------ */
.entry .textbook{
  border: 1px solid #1c2569;
  border-radius: 10px;
  letter-spacing: .05em;
  padding: 1.5em;
  margin: 30px auto;
}
.entry .textbook .ttl{
  width: fit-content;
  border-bottom: 1px dashed #1c2569;
  color: #1c2569;
  font-size: 16px;
  font-weight: normal;
  margin: auto;
}
.entry .textbook p{
  font-size: 16px;
}
@media screen and (min-width: 600px) {
  .entry .textbook{
    display: grid;
    gap: 1em 1em;
    padding: 1.2em 1.2em 1em;
  }
  .entry .textbook .ttl{
    grid-column: 1/3;
  }
  .entry .textbook .img{
    grid-column: 1/2;
    grid-row: 2/3;
  }
  .entry .textbook p{
    grid-column: 2/3;
    grid-row: 2/3;
    display: flex;
    align-items: center;
  }
}
@media screen and (max-width: 599px) {
  .entry .textbook{
    font-size: 15px;
    letter-spacing: 0;
    padding: 1.5em 12px;
    margin-bottom: 1.5em;
  }
  .entry .textbook p{
    text-align: center;
    margin: 26px 0;
    font-size: 14px;
  }
}

/* ------------------------------
corona_emg
------------------------------ */
.corona_emg .ttl {
  font-size: 14px;
}

/* ------------------------------
webseminar_note_box
------------------------------ */
.entry .webseminar_note_box {
  border: 1px solid #1c2569;
  border-radius: 10px;
  padding: 1.5em 3%;
  margin: 40px auto 0;
}
.entry .webseminar_note_box .ttl {
  width: fit-content;
  margin: 0 auto 1.2em;
  padding-bottom: 0.2em;
  border-bottom: 1px dashed #1c2569;
  color: #1c2569;
  font-size: 16px;
  font-weight: normal;
}
.entry .webseminar_note_box .img img {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.entry .webseminar_note_box p {
  font-size: 16px;
}
@media screen and (min-width: 600px) {
  .entry .webseminar_note_box .note_box_body {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
  }
  .entry .webseminar_note_box .img {
    width: 27%;
    max-width: 200px;
  }
  .entry .webseminar_note_box p {
    width: 70%;
  }
}
@media screen and (max-width: 599px) {
  .entry .webseminar_note_box {
    padding: 1.5em 4%;
  }
  .entry .webseminar_note_box .ttl {
    font-size: 14px;
  }
  .entry .webseminar_note_box .img {
    text-align: center;
  }
  .entry .webseminar_note_box p {
    margin-bottom: 1em;
    font-size: 14px;
  }
}

/* ------------------------------
.accordion_webseminar
------------------------------ */
.entry .accordion_webseminar{
  margin: 15px auto 30px;
}
.entry .accordion_webseminar .btn{
  display: block;
  width: 100%;
  background-color: #fffdeb;
  border: 1px solid #1c2569;
  font-family: inherit;
  color: #1c2569;
  font-weight: normal;
  cursor: pointer;
  font-size: 16px;
  padding: 1em;
  position: relative;
}
.entry .accordion_webseminar .btn::after{
  content: "";
  display: inline-block;
  width: 22px;
  height: 22px;
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2222%22%20height%3D%2222%22%20viewBox%3D%220%200%2022%2022%22%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_3514%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%203514%22%20transform%3D%22translate(-262.206%20-427.206)%22%3E%20%3Cg%20id%3D%22%E6%A5%95%E5%86%86%E5%BD%A2_26%22%20data-name%3D%22%E6%A5%95%E5%86%86%E5%BD%A2%2026%22%20transform%3D%22translate(262.206%20427.206)%22%20fill%3D%22%23fff%22%20stroke%3D%22%235E76A7%22%20stroke-width%3D%221%22%3E%20%3Ccircle%20cx%3D%2211%22%20cy%3D%2211%22%20r%3D%2211%22%20stroke%3D%22none%22%2F%3E%20%3Ccircle%20cx%3D%2211%22%20cy%3D%2211%22%20r%3D%2210.5%22%20fill%3D%22none%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_710%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%20710%22%20transform%3D%22translate(273.318%20433.034)%20rotate(45)%22%3E%20%3Cline%20id%3D%22%E7%B7%9A_14%22%20data-name%3D%22%E7%B7%9A%2014%22%20x2%3D%227.473%22%20y2%3D%227.473%22%20transform%3D%22translate(0.029%200)%22%20fill%3D%22none%22%20stroke%3D%22%235E76A7%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%221%22%2F%3E%20%3Cline%20id%3D%22%E7%B7%9A_15%22%20data-name%3D%22%E7%B7%9A%2015%22%20x1%3D%227.473%22%20y2%3D%227.473%22%20transform%3D%22translate(0%200)%22%20fill%3D%22none%22%20stroke%3D%22%235E76A7%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%221%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%3C%2Fsvg%3E');
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 40px;
  vertical-align: bottom;
}
.entry .accordion_webseminar .btn.open{
  border-bottom: 0;
  border-radius: 5px 5px 0 0;
}
.entry .accordion_webseminar .btn.open::after{
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2222%22%20height%3D%2222%22%20viewBox%3D%220%200%2022%2022%22%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_3514%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%203514%22%20transform%3D%22translate(-262.206%20-427.206)%22%3E%20%3Cg%20id%3D%22%E6%A5%95%E5%86%86%E5%BD%A2_26%22%20data-name%3D%22%E6%A5%95%E5%86%86%E5%BD%A2%2026%22%20transform%3D%22translate(262.206%20427.206)%22%20fill%3D%22%23fff%22%20stroke%3D%22%235E76A7%22%20stroke-width%3D%221%22%3E%20%3Ccircle%20cx%3D%2211%22%20cy%3D%2211%22%20r%3D%2211%22%20stroke%3D%22none%22%2F%3E%20%3Ccircle%20cx%3D%2211%22%20cy%3D%2211%22%20r%3D%2210.5%22%20fill%3D%22none%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_710%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%20710%22%20transform%3D%22translate(273.318%20433.034)%20rotate(45)%22%3E%20%3Cline%20id%3D%22%E7%B7%9A_15%22%20data-name%3D%22%E7%B7%9A%2015%22%20x1%3D%227.473%22%20y2%3D%227.473%22%20transform%3D%22translate(0%200)%22%20fill%3D%22none%22%20stroke%3D%22%235E76A7%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%221%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%3C%2Fsvg%3E');
}
.entry .accordion_webseminar .contents{
  display: none;
  border: 1px solid #1c2569;
  border-top: 0;
  border-radius: 0 0 5px 5px;
  padding: 28px 3%;
}
.entry .accordion_webseminar .contents h3.ttl{
  color: #1c2569;
  font-size: 25px;
  letter-spacing: .05em;
  text-align: center;
  padding: 0;
  margin-bottom: 1em;
}
.entry .accordion_webseminar .contents .ttl .catch{
  display: block;
  width: auto;
  background-color: transparent;
  color: inherit;
  margin: auto;
  font-size: 14px;
}
.entry .accordion_webseminar .txt_close{
  display: block;
  background-color: transparent;
  border: 0;
  color: #1C236D;
  cursor: pointer;
  font-size: 14px;
  margin: auto;
}
.entry .accordion_webseminar .txt_close::before{
  content: "";
  display: inline-block;
  width: .75em;
  height: .75em;
  border-top: 1px solid #1C236D;
  border-left: 1px solid #1c236D;
  transform: rotate(45deg) translateY(.25em);
  margin-right: .5em;
}
@media screen and (max-width: 599px) {
  .entry .accordion_webseminar {
    margin-top: 30px;
  }
  .entry .accordion_webseminar .btn::after{
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
  }
  .entry .accordion_webseminar .contents .ttl .catch{
    font-size: 14px;
  }  
}
