@charset "UTF-8";
.p_seminar #contents .inner,
.p_news #contents .inner {
    max-width: 1024px;
    background: white;
    padding: calc(45 / 1024 * 100%) calc(50 / 1024 * 100%) calc(20 / 1024 * 100%);
  /*.news_block {
      width: 100%;
      @include mq-tab {
          width: 46%;
      }
      h3 {
          text-align: left;
          margin-bottom: 1em;
          border-bottom: 1px solid $darkGray;
      }
      h4 {
          font-size: 3rem;
          @include mq-tab {
              font-size: 2rem;
          }
      }
  }*/
}

@media screen and (max-width: 767px) {
  /*タブ切り替え全体のスタイル*/
  .news_tab {
        margin: auto;
        max-width: 1024px;
        background: white;
  }

  /*タブのスタイル*/
  .tab_item {
        width: calc(100%/2);
        height: 8rem;
        border-bottom: 8px solid #b40000;
        background: #d9d9d9;
        line-height: 7rem;
        font-size: 2.7rem;
        text-align: center;
        color: #565656;
        display: block;
        float: left;
        text-align: center;
        font-weight: bold;
        transition: all 0.2s ease;
  }

  .tab_item:hover {
        opacity: 0.75;
  }

  /*ラジオボタンを全て消す*/
  input[name="tab_item"] {
        display: none;
  }

  /*タブ切り替えの中身のスタイル*/
  .tab_content {
        display: none;
        padding: calc(45 / 1024 * 100%) calc(50 / 1024 * 100%) calc(20 / 1024 * 100%);
        clear: both;
        overflow: hidden;
  }

  .tab_content_description h3 {
        display: none;
  }
  .tab_content_description h4 {
        font-size: 3rem;
  }

  /*選択されているタブのコンテンツのみを表示*/
  #news:checked ~ #news_content,
  #seminar:checked ~ #seminar_content {
        display: block;
  }

  /*選択されているタブのスタイルを変える*/
  .news_tab input:checked + .tab_item {
        background-color: #b40000;
        color: #fff;
  }
}
@media screen and (min-width: 768px) {
  .news_tab {
        max-width: 1024px;
        background: white;
        padding: calc(45 / 1024 * 100%) calc(50 / 1024 * 100%) calc(20 / 1024 * 100%);
        margin: auto;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
  }

  .tab_content {
        width: 46%;
  }

  .news_tab input,
  .news_tab .tab_item {
        display: none;
  }

  .tab_content_description h3 {
        display: block;
        text-align: left;
        margin-bottom: 1em;
        border-bottom: 1px solid #333;
  }
  .tab_content_description .news_list h4 {
        font-size: 2rem;
  }
}
.poster {
    max-width: 700px;
    margin: auto;
}

.btn_box {
    margin-top: 3rem;
}

a.btn {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    background: #b40000;
    color: white;
    padding: 1.5rem;
    width: 100%;
    margin-bottom: 2rem;
    line-height: 1;
    min-height: 80px;
    font-weight: bold;
    border-radius: 5px;
    transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  a.btn {
        font-size: 2.8rem;
        line-height: 1.3;
  }
}
@media screen and (min-width: 768px) {
  a.btn {
        width: 48%;
  }
}
a.btn:hover {
    background: #de0000;
}
a.btn span.icon {
    font-size: 2.2em;
    vertical-align: text-top;
    margin-right: 0.3em;
}
@media screen and (min-width: 768px) {
  a.btn span.icon {
        font-size: 1.5em;
  }
}
a.btn span.number {
    display: none;
}
@media screen and (min-width: 768px) {
  a.btn span.number {
        display: block;
        width: 100%;
  }
}

/*---------------------------------------------------------------
    seminar contents
---------------------------------------------------------------*/
#contents.second .fontL {
    font-size: 1.05em;
}
@media screen and (min-width: 768px) {
  #contents.second .fontL {
        font-size: 1.2em;
  }
}
#contents.second h2 {
    font-size: 3.4rem;
    text-align: left;
    border-bottom: 2px solid #b40000;
    margin-bottom: 2rem;
    line-height: 1.2;
    padding-bottom: 0.5em;
}
@media screen and (min-width: 768px) {
  #contents.second h2 {
        font-size: 2.2rem;
  }
}
#contents.second h2 span {
    font-size: 2.2rem;
    display: inline-block;
    padding-left: 1em;
}
@media screen and (min-width: 768px) {
  #contents.second h2 span {
        font-size: 1.8rem;
  }
}
#contents.second h3 {
    font-size: 1.8rem;
    text-align: left;
    margin-bottom: 2rem;
}
#contents.second h3.join {
    font-size: 3.4rem;
    width: 100%;
    text-align: center;
    border-bottom: 2px solid #333;
}
@media screen and (min-width: 768px) {
  #contents.second h3.join {
        font-size: 2.4rem;
  }
}
#contents.second p {
    padding: 0;
    margin-bottom: 2rem;
}
#contents.second p.right {
    text-align: right;
}
#contents.second ul {
    text-align: left;
}
#contents.second ul li {
    position: relative;
}
#contents.second ul li:before {
    content: "●";
    font-size: 0.4em;
    color: #b40000;
    display: inline-block;
    padding-right: 1em;
    vertical-align: top;
    margin-top: 1em;
}
#contents.second ul.check li {
    position: relative;
    padding-left: 4rem;
}
@media screen and (min-width: 768px) {
  #contents.second ul.check li {
        padding-left: 2.5rem;
  }
}
#contents.second ul.check li:before {
    content: "";
    display: block;
    width: 2.2rem;
    height: 2.2rem;
    border: 1px solid black;
    position: absolute;
    top: 0.5em;
    left: 0.2em;
    z-index: 0;
    padding: 0;
}
@media screen and (min-width: 768px) {
  #contents.second ul.check li:before {
        width: 1.2rem;
        height: 1.2rem;
  }
}
#contents.second ul.check li::after {
    content: "\e908";
    font-family: 'icomoon';
    color: #bc0000;
    position: absolute;
    top: -0.1em;
    left: 0;
    z-index: 1;
    font-size: 3.5rem;
}
@media screen and (min-width: 768px) {
  #contents.second ul.check li::after {
        font-size: 2rem;
  }
}
#contents.second dl {
    margin: 3rem auto;
}
#contents.second dl dt, #contents.second dl dd {
    padding: 0.8em 2em;
    line-height: 1.6;
}
#contents.second dl dt {
    width: 100%;
    border-bottom: 2px solid #b40000;
    font-weight: bold;
    text-align: left;
}
@media screen and (max-width: 767px) {
  #contents.second dl dt {
        padding-left: 0;
        padding-bottom: 0.5em;
        color: #b40000;
  }
}
@media screen and (min-width: 768px) {
  #contents.second dl dt {
        width: 17rem;
        text-align-last: justify;
  }
}
#contents.second dl dd {
    width: 100%;
    text-align: left;
}
@media screen and (max-width: 767px) {
  #contents.second dl dd {
        padding: 0.5em 1em 1.6em;
  }
}
@media screen and (min-width: 768px) {
  #contents.second dl dd {
        width: calc(100% - 17rem);
        border-bottom: 1px solid #b5b5b5;
  }
}
#contents.second dl dd span.small {
    display: block;
    font-size: 0.85em;
}
#contents.second .moushikomi {
    margin: 8rem 0;
}
@media screen and (min-width: 768px) {
  #contents.second .moushikomi {
        margin: 3rem 0;
  }
}
#contents.second .member_box {
    background: #f2f2f2;
    padding: 3rem;
    margin-bottom: 6rem;
}
@media screen and (min-width: 768px) {
  #contents.second .member_box {
        margin-bottom: 3rem;
  }
}
@media screen and (max-width: 767px) {
  #contents.second .member_box .half {
        flex-wrap: wrap;
  }
}
#contents.second .member_box .half .photo {
    width: 16rem;
    height: 16rem;
    border-radius: 8rem;
    overflow: hidden;
}
@media screen and (max-width: 767px) {
  #contents.second .member_box .half .photo {
        margin: auto;
  }
}
#contents.second .member_box .half .name_box {
    width: 100%;
}
@media screen and (min-width: 768px) {
  #contents.second .member_box .half .name_box {
        width: calc(100% - 18rem);
        text-align: left;
  }
}
#contents.second .member_box .half .name_box .add {
    margin: 0 0 1em;
    display: inline-block;
    background: #333;
    color: white;
    padding: 0 1.5em;
}
@media screen and (max-width: 767px) {
  #contents.second .member_box .half .name_box .add {
        font-size: 0.8em;
        text-align: center;
        margin-top: 1em;
  }
}
#contents.second .member_box .half .name_box p.campany_name {
    border-bottom: 2px solid #b40000;
    margin-bottom: 0;
    font-family: "Noto Serif JP", serif;
    line-height: 1.5;
    padding-bottom: 0.5em;
}
@media screen and (max-width: 767px) {
  #contents.second .member_box .half .name_box p.campany_name {
        font-size: 0.8em;
        text-align: center;
  }
}
#contents.second .member_box .half .name_box p.name {
    font-family: "Noto Serif JP", serif;
}
@media screen and (max-width: 767px) {
  #contents.second .member_box .half .name_box p.name {
        font-size: 0.8em;
        text-align: center;
  }
}
#contents.second .member_box .half .name_box p.name span {
    font-size: 3.6rem;
}
@media screen and (min-width: 768px) {
  #contents.second .member_box .half .name_box p.name span {
        font-size: 2.6rem;
  }
}
@media screen and (max-width: 767px) {
  #contents.second .member_box .half .name_box p.keireki {
        font-size: 0.8em;
  }
}
#contents.second .flame_txt {
    font-size: 1.8rem;
    text-align: left;
}
@media screen and (min-width: 768px) {
  #contents.second .flame_txt {
        font-size: 1.4rem;
  }
}

/*# sourceMappingURL=news.css.map */
