@charset "UTF-8";
@media print, screen and (min-width: 641px) {
  body.win #terasu-contents {
    font-family: "Noto Sans JP", "游ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    font-weight: 500;
  }
}
@media print, screen and (min-width: 641px) {
  body.win #terasu-contents a * {
    font-family: "Noto Sans JP", "游ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  }
}

.section {
  width: 960px;
}
@media screen and (max-width: 640px) {
  .section {
    width: 100%;
  }
}

.clr {
  *zoom: 1;
}

.clr::after {
  content: "";
  display: block;
  clear: both;
  height: 0;
}

.disnon {
  display: none;
}

@media screen and (max-width: 640px) {
  .pc {
    display: none !important;
  }
}

@media print, screen and (min-width: 641px) {
  .sp {
    display: none !important;
  }
}

/* ------------------------------------------------------------------

  2024-06_作成
  /jp/terasu/trend/css//trend.css (trend.scss) から複製したもの

------------------------------------------------------------------ */
/* ------------------------- ↓↓↓ ここから ↓↓↓ --------------------- */
.trendnews h1 {
  margin-top: 30px;
  margin-bottom: 25px;
}
@media screen and (max-width: 640px) {
  .trendnews h1 {
    padding: 0 10px;
    margin-top: 15px;
  }
}
.trendnews h1 span {
  font-size: 15px;
  display: block;
}
.trendnews h1 b {
  line-height: 1.3;
  margin-top: 10px;
  display: block;
}
@media screen and (max-width: 640px) {
  .trendnews h1 b {
    font-size: 23px;
  }
}
.trendnews h1 b span {
  font-size: 25px;
  margin-bottom: 5px;
}
@media screen and (max-width: 640px) {
  .trendnews h1 b span {
    font-size: 18px;
  }
}
.trendnews h1 sup {
  font-size: 50%;
}
.trendnews .trendnews__ttl--01 {
  font-size: 25px;
  margin-bottom: 25px;
}
@media screen and (max-width: 640px) {
  .trendnews .trendnews__ttl--01 {
    font-size: 20px;
  }
}
.trendnews .trendnews__ttl--02 {
  font-size: 25px;
  margin-bottom: 25px;
  border-bottom: 1px solid #000;
  padding-bottom: 15px;
}
@media screen and (max-width: 640px) {
  .trendnews .trendnews__ttl--02 {
    font-size: 20px;
    margin-bottom: 15px;
    padding-bottom: 10px;
  }
}
.trendnews .trendnews__ttl--03 {
  background: #e58B00;
  color: #fff;
  padding: 10px 20px;
  font-size: 18px;
  margin-bottom: 16px;
}
@media screen and (max-width: 640px) {
  .trendnews .trendnews__ttl--03 {
    padding: 8px 15px;
  }
}
.trendnews .trendnews__ttl--04 {
  color: #073061;
  font-size: 21px;
  margin: 30px 0 20px;
}
.trendnews .trendnews__ttl--05 {
  background: #000;
  padding: 23px 30px 20px;
  font-size: 24px;
  color: #fff;
  margin: 0 0 30px;
}
@media screen and (max-width: 640px) {
  .trendnews .trendnews__ttl--05 {
    font-size: 20px;
    margin: 0 0 20px;
    padding: 15px 20px;
  }
}
.trendnews .trendnews__ttl--06 {
  font-size: 21px;
  margin: 30px 0 20px;
}
.trendnews .trendnews-profile {
  background: #eee;
  margin: 30px 0 60px;
  padding: 20px;
}
@media screen and (max-width: 640px) {
  .trendnews .trendnews-profile {
    margin: 0 0 30px;
    padding: 10px;
  }
}
.trendnews .trendnews-profile__ttl {
  margin: 0 0 15px !important;
}
.trendnews .trendnews-profile__ttl span {
  font-size: 18px;
  font-weight: bold;
}
@media print, screen and (min-width: 641px) {
  .trendnews .trendnews-profile__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media print, screen and (min-width: 641px) {
  .trendnews .trendnews-profile__list.more li {
    width: 48%;
  }
}
.trendnews .trendnews-profile__list + .trendnews-profile__ttl {
  margin-top: 35px !important;
}
.trendnews .trendnews-profile__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.trendnews .trendnews-profile__item:nth-child(n+3) {
  margin-top: 25px;
}
@media screen and (max-width: 640px) {
  .trendnews .trendnews-profile__item:nth-child(n+2) {
    margin-top: 20px;
  }
}
@media screen and (max-width: 640px) {
  .trendnews .trendnews-profile__item figure {
    width: 100px;
  }
}
.trendnews .trendnews-profile__item figure img {
  width: 140px;
}
@media screen and (max-width: 640px) {
  .trendnews .trendnews-profile__item figure img {
    width: 100px;
  }
}
.trendnews .trendnews-profile__item figure {
  margin-top: 0 !important;
}
.trendnews .trendnews-profile__item p {
  margin-left: 20px;
  margin-top: 0 !important;
  line-height: 1.6 !important;
}
@media screen and (max-width: 640px) {
  .trendnews .trendnews-profile__item p {
    margin-left: 12px;
    width: calc(100% - 100px);
  }
}
.trendnews .trendnews-profile__item p span {
  font-weight: bold;
  font-size: 18px;
}
.trendnews .trendnews-profile > p {
  margin-top: 20px;
}
.trendnews .c-list__product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media print, screen and (min-width: 641px) {
  .trendnews .c-list__product {
    margin: 0 -20px;
  }
}
@media screen and (max-width: 640px) {
  .trendnews .c-list__product {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.trendnews .c-list__product li {
  width: calc((100% - 160px) / 4);
  margin: 20px 20px 0;
}
@media screen and (max-width: 640px) {
  .trendnews .c-list__product li {
    width: 45%;
    margin: 10px 0;
  }
}
.trendnews .c-list__product li img {
  width: 100%;
}
.trendnews .c-list__product li span {
  font-size: 12px;
  display: block;
  margin-top: 3px;
}
.trendnews .c-list--number {
  margin-top: 30px;
}
.trendnews .c-list--number li {
  display: table-row;
  counter-increment: table-ol;
}
.trendnews .c-list--number li::before {
  content: "" counter(table-ol);
  display: table-cell;
  padding-right: 0.4em;
}
.trendnews .c-list--number li + li {
  margin-top: 10px;
}
.trendnews .c-list--normal {
  margin-top: 30px;
}
.trendnews .c-list--normal li + li {
  margin-top: 10px;
}
@media print, screen and (min-width: 641px) {
  .trendnews .u-image--small {
    max-width: 450px;
  }
}
.trendnews .trend-point {
  margin: 60px 0;
}
@media screen and (max-width: 640px) {
  .trendnews .trend-point {
    margin: 40px 0;
  }
}
.trendnews .trend-point dt {
  background: #073061;
  color: #fff;
  text-align: center;
  padding: 10px;
  font-size: 18px;
  font-weight: bold;
  position: relative;
}
.trendnews .trend-point dt:after {
  content: "";
  width: 50px;
  height: 50px;
  position: absolute;
  top: -15px;
  left: 50%;
  background: url(/jp/terasu/hint/img/ico_point.png) center no-repeat #fff;
  background-size: 28px;
  border: 3px solid #073061;
  border-radius: 100px;
  margin-left: -138px;
}
.trendnews .trend-point dd {
  border: 1px solid #073061;
  padding: 35px;
}
@media screen and (max-width: 640px) {
  .trendnews .trend-point dd {
    padding: 20px;
  }
}
.trendnews .trend-point dd .trendnews-point__ttl {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 25px;
  color: #073061;
  line-height: 1.5;
}
@media print, screen and (min-width: 641px) {
  .trendnews .trend-point dd .trendnews-point__ttl {
    text-align: center;
    font-size: 18px;
  }
}
.trendnews .trend-point dd ul li {
  position: relative;
  padding-left: 14px;
  font-size: 15px;
  font-weight: bold;
}
.trendnews .trend-point dd ul li + li {
  margin-top: 15px;
}
.trendnews .trend-point dd ul li::after {
  content: "";
  width: 7px;
  height: 7px;
  background: #073061;
  position: absolute;
  top: 8px;
  left: 0;
  border-radius: 10px;
}
.trendnews .trend-point__example dt::after {
  margin-left: -108px;
}
.trendnews .trendnews-voice {
  background: #f7f7f7;
  padding: 30px 50px 50px;
  margin-top: 50px;
}
@media screen and (max-width: 640px) {
  .trendnews .trendnews-voice {
    padding: 10px 20px 20px;
  }
}
.trendnews .trendnews-voice h3 {
  font-size: 23px;
  border-bottom: 1px solid #073061;
  margin-bottom: 30px;
  padding: 20px 0 20px 48px;
  background: url(/jp/terasu/hint/img/ico_voice.png) left center no-repeat;
  background-size: 35px;
}
@media screen and (max-width: 640px) {
  .trendnews .trendnews-voice h3 {
    font-size: 21px;
    padding: 15px 0 15px 48px;
  }
}
.trendnews .trendnews-voice__profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}
.trendnews .trendnews-voice__profile figure img {
  width: 140px;
}
.trendnews .trendnews-voice__profile p {
  margin-left: 15px;
}
.trendnews .trendnews-voice__profile p span {
  font-weight: bold;
  font-size: 18px;
}
.trendnews .trendnews-voice > figure {
  margin-top: 40px;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .trendnews .trendnews-voice > figure {
    margin-top: 20px;
  }
}
.trendnews .trendnews-voice > figure figcaption {
  margin-top: 10px;
}
.trendnews .c-sect p {
  font-size: 15px;
  line-height: 2.2;
}
.trendnews .c-sect p + p,
.trendnews .c-sect p + ul {
  margin-top: 30px;
}
.trendnews .c-sect figure {
  margin-top: 50px;
}
@media screen and (max-width: 640px) {
  .trendnews .c-sect figure {
    margin-top: 35px;
  }
}
.trendnews .c-sect figure figcaption {
  margin-top: 15px;
  font-size: 13px;
}
.trendnews .c-sect figure + p {
  margin-top: 50px;
}
.trendnews .c-sect figure .fig-ttl {
  font-weight: bold;
  font-size: 18px;
  margin: 0 0 10px;
}
.trendnews .c-sect ul + p {
  margin-top: 30px;
}
.trendnews .c-sect + .c-sect {
  margin-top: 80px;
}
@media screen and (max-width: 640px) {
  .trendnews .c-sect + .c-sect {
    margin-top: 60px;
  }
}
.trendnews .c-sect__inner {
  padding: 50px;
}
@media screen and (max-width: 640px) {
  .trendnews .c-sect__inner {
    padding: 20px;
  }
}
.trendnews .p-contact {
  padding: 30px 0;
}
@media print, screen and (min-width: 641px) {
  .trendnews .p-contact ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.trendnews .p-contact ul li {
  margin: 0 20px;
}
@media screen and (max-width: 640px) {
  .trendnews .p-contact ul li + li {
    margin-top: 15px;
  }
}
.trendnews .p-contact ul li a {
  color: #fff;
}
@media print, screen and (min-width: 641px) {
  .trendnews .p-contact ul li a {
    width: 370px;
  }
}
.trendnews .p-contact ul li a b {
  font-size: 20px;
  font-weight: 500;
  margin-right: 6px;
}
.trendnews .p-contact ul li a .c-btn__inner {
  font-size: 15px;
}
@media print, screen and (min-width: 641px) {
  .trendnews .p-btn__back {
    text-align: right;
  }
}
@media screen and (max-width: 640px) {
  .trendnews .p-btn__back {
    padding: 0 20px;
  }
}
.trendnews .p-btn__back a {
  background: #000;
}
@media print, screen and (min-width: 641px) {
  .trendnews .p-btn__back a {
    height: 50px;
    width: 270px;
  }
}
.trendnews .p-btn__back a .c-btn__inner {
  font-size: 18px;
}
.trendnews .trendnews-lead,
.trendnews .trendnews-lead--02 {
  font-size: 16px;
  font-weight: bold;
  line-height: 2.2;
  margin-bottom: 60px;
  padding-bottom: 60px;
  position: relative;
}
@media screen and (max-width: 640px) {
  .trendnews .trendnews-lead,
  .trendnews .trendnews-lead--02 {
    margin-bottom: 40px;
    padding-bottom: 30px;
  }
}
.trendnews .trendnews-lead::after,
.trendnews .trendnews-lead--02::after {
  content: "";
  width: 130px;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 50%;
  background: #ccc;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 640px) {
  .trendnews .trendnews-lead::after,
  .trendnews .trendnews-lead--02::after {
    width: 70px;
  }
}
.trendnews .trendnews-lead--02::after {
  content: none;
}
.trendnews .c-link__site {
  margin-top: 40px;
}
.trendnews .c-link__site dt {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 5px;
}
.trendnews .c-link__site dd a {
  text-decoration: none;
}
@media print, screen and (min-width: 641px) {
  .trendnews .c-link__site dd a:hover {
    text-decoration: underline;
  }
}
.trendnews .c-link__txt {
  text-decoration: underline;
}
.trendnews .c-link__txt:hover {
  text-decoration: none;
}
@media screen and (max-width: 640px) {
  .trendnews .p-movie > div {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
  }
  .trendnews .p-movie > div iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
  }
}
.trendnews .trendnews-attention {
  margin-top: 50px;
}
.trendnews .trendnews-attention ul li {
  color: #596272;
  display: table-row;
  counter-increment: table-ol;
}
.trendnews .trendnews-attention ul li::before {
  content: "※" counter(table-ol);
  display: table-cell;
  padding-right: 0.4em;
}
.trendnews .trendnews-figure__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 640px) {
  .trendnews .trendnews-figure__list {
    display: block;
  }
}
.trendnews .trendnews-figure__list li {
  width: calc(50% - 10px);
}
@media screen and (max-width: 640px) {
  .trendnews .trendnews-figure__list li {
    width: 100%;
    margin: 0 0 10px;
  }
}
.trendnews .trendnews-figure__list li figure {
  margin-top: 0;
}
@media screen and (max-width: 640px) {
  .trendnews .trendnews-figure__list li figure {
    margin-bottom: 30px;
  }
}
.trendnews .trendnews-figure__list li img {
  width: 100%;
  height: auto;
}
.trendnews .trendnews-contact {
  display: table;
  width: 100%;
}
@media screen and (max-width: 640px) {
  .trendnews .trendnews-contact {
    display: block;
  }
}
.trendnews .trendnews-contact dt {
  background: #E58B00;
  color: #fff !important;
  font-size: 15px !important;
  width: 150px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  padding: 10px;
}
@media screen and (max-width: 640px) {
  .trendnews .trendnews-contact dt {
    display: block;
    width: 100%;
  }
}
.trendnews .trendnews-contact dd {
  display: table-cell;
  padding: 10px;
}
@media screen and (max-width: 640px) {
  .trendnews .trendnews-contact dd {
    display: block;
  }
}
.trendnews .trendnews-box {
  margin-top: 50px;
}
.trendnews .trendnews-box dl {
  margin-bottom: 40px;
}
.trendnews .trendnews-box dl dt {
  color: #E58B00;
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 10px;
}
.trendnews .trendnews-box dl:last-child {
  margin-bottom: 0;
}
.trendnews .trendnews-box dl dd {
  margin-bottom: 20px;
}
.trendnews .trendnews-box figure {
  margin-bottom: 50px;
}
.trendnews .trendnews-box__note {
  font-size: 12px !important;
  margin-top: 30px;
  text-indent: -1em;
  padding-left: 1em;
}
@media screen and (max-width: 640px) {
  .trendnews .trendnews-box__note {
    margin-top: 15px;
  }
}
.trendnews .catch {
  text-align: center;
  margin-top: 50px;
}
@media screen and (max-width: 640px) {
  .trendnews .catch {
    margin-top: 30px;
  }
}
.trendnews .catch dt {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 14px;
}
.trendnews .catch dt span {
  display: block;
  font-size: 33px;
}
@media screen and (max-width: 640px) {
  .trendnews .catch dt span {
    font-size: 26px;
  }
}
.trendnews .catch dd {
  font-size: 18px;
  margin-bottom: 40px;
  line-height: 2;
  font-weight: bold;
}
@media screen and (max-width: 640px) {
  .trendnews .catch dd {
    font-size: 16px;
  }
}
.trendnews.arakawa .zehr ul li + li {
  margin-top: 15px;
}
.trendnews.arakawa .zehr ul li b {
  font-size: 18px;
}
.trendnews.arakawa .zehr ul li span {
  display: block;
}
.trendnews.arakawa .zehr dl {
  margin: 30px 0;
}
.trendnews.arakawa .zehr dl dt {
  font-weight: bold;
  margin-top: 20px;
}
.trendnews.arakawa .zeh {
  margin-top: 50px;
}
.trendnews.arakawa .zeh dl {
  margin-bottom: 40px;
}
.trendnews.arakawa .zeh dl dt {
  color: #E58B00;
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 10px;
}
.trendnews.arakawa .zeh dl:last-child {
  margin-bottom: 0;
}
.trendnews.local5g .trendnews-box .figure01 {
  display: block;
  text-align: center;
}
.trendnews.local5g .trendnews-box .figure01 img {
  width: 100%;
  max-width: 500px;
}
.trendnews.local5g .trendnews-box .feature {
  position: relative;
  margin-top: 40px;
}
@media screen and (max-width: 640px) {
  .trendnews.local5g .trendnews-box .feature {
    margin-top: 30px;
  }
}
.trendnews.local5g .trendnews-box .feature .feature-list li {
  text-indent: -1em;
  padding-left: 1em;
}
.trendnews.local5g .trendnews-box .feature dt {
  margin-top: 20px;
}
.trendnews.local5g .trendnews-box .feature .figure02 {
  position: absolute;
  top: 0;
  right: 0;
  text-align: center;
  margin: 0;
}
@media screen and (max-width: 640px) {
  .trendnews.local5g .trendnews-box .feature .figure02 {
    position: relative;
  }
}
.trendnews.local5g .trendnews-box .feature .figure02 img {
  width: 180px;
}
@media screen and (max-width: 640px) {
  .trendnews.local5g .trendnews-box .feature .figure02 img {
    width: 120px;
  }
}
.trendnews.vr .vr-image-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 640px) {
  .trendnews.vr .vr-image-list {
    display: block;
  }
}
.trendnews.vr .vr-image-list + .vr-image-list {
  margin: 40px 0 0;
}
.trendnews.vr .vr-image-list .vr-image__img {
  width: 260px;
  padding-top: 30px;
  margin-top: 0;
  position: relative;
}
@media screen and (max-width: 640px) {
  .trendnews.vr .vr-image-list .vr-image__img {
    width: 100%;
    padding: 0 0 60px;
  }
}
.trendnews.vr .vr-image-list .vr-image__img::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 0 30px 25px;
  border-color: transparent transparent transparent #666;
  position: absolute;
  top: 50%;
  right: -65px;
  margin-top: -30px;
}
@media screen and (max-width: 640px) {
  .trendnews.vr .vr-image-list .vr-image__img::after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 20px 0 20px;
    border-color: #666 transparent transparent transparent;
    top: inherit;
    right: inherit;
    bottom: 20px;
    left: 50%;
    margin-left: -20px;
  }
}
.trendnews.vr .vr-image-list .vr-image__img img {
  width: 100%;
  height: auto;
}
.trendnews.vr .vr-image-list ul {
  width: calc(100% - 360px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border: 1px solid #000;
  padding: 30px;
}
@media screen and (max-width: 640px) {
  .trendnews.vr .vr-image-list ul {
    display: block;
    width: 100%;
    padding: 20px;
  }
}
.trendnews.vr .vr-image-list ul li {
  width: calc(50% - 10px);
}
@media screen and (max-width: 640px) {
  .trendnews.vr .vr-image-list ul li {
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  .trendnews.vr .vr-image-list ul li + li {
    margin-top: 25px;
  }
}
.trendnews.vr .vr-image-list ul li figure {
  margin-top: 0;
}
.trendnews.vr .vr-image-list ul li img {
  width: 100%;
  height: auto;
}
.trendnews.vr .trendnews-lead--02 {
  margin-bottom: 30px;
  padding-bottom: 0;
  position: relative;
}
@media screen and (max-width: 640px) {
  .trendnews.vr .trendnews-lead--02 {
    margin-bottom: 20px;
    padding-bottom: 0px;
  }
}
.trendnews.vr .vr-btn {
  text-align: center;
  margin-bottom: 60px;
}
.trendnews.vr .vr-btn .c-btn {
  width: 300px;
}
.trendnews.vr .vr-btn .c-btn__inner {
  font-size: 16px;
}
@media screen and (max-width: 640px) {
  .trendnews.vr .vr-btn .c-btn__inner {
    font-size: 14px;
  }
}

.seminar .seminar__ttl {
  background: #000;
  color: #fff;
  font-size: 38px;
  padding: 15px 0 23px;
  margin-bottom: 40px;
}
@media screen and (max-width: 640px) {
  .seminar .seminar__ttl {
    font-size: 25px;
    padding: 11px 20px 19px;
    margin-bottom: 30px;
  }
}
.seminar .seminar__ttl p {
  margin: 0 auto;
}
.seminar .seminar__ttl p span {
  display: block;
  font-size: 22px;
  line-height: 1;
}

@media screen and (max-width: 640px) {
  .seminar-about__info .c-bg {
    padding-top: 0;
  }
}
@media print, screen and (min-width: 641px) {
  .seminar-about__info--box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media print, screen and (min-width: 641px) {
  .seminar-about__info--movie {
    width: 640px;
    margin-right: 30px;
  }
}
@media screen and (max-width: 640px) {
  .seminar-about__info--movie {
    margin-bottom: 20px;
  }
}
@media print, screen and (min-width: 641px) {
  .seminar-about__info--movie a[data-movie] div[class$=__media]::before {
    content: "";
    width: 80px;
    height: 80px;
  }
}
@media print, screen and (min-width: 641px) {
  .seminar-about__info--movie a[data-movie] div[class$=__media]::after {
    border-width: 15px 0 15px 25px;
  }
}
.seminar-about__info--movie a.data-movie .seminar-about__media {
  position: relative;
}
.seminar-about__info--movie a.data-movie .seminar-about__media::before {
  content: "";
  width: 80px;
  height: 80px;
  background: rgba(0, 0, 0, 0.8);
  border-radius: 80px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 640px) {
  .seminar-about__info--movie a.data-movie .seminar-about__media::before {
    width: 60px;
    height: 60px;
  }
}
.seminar-about__info--movie a.data-movie .seminar-about__media::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 0 15px 25px;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  margin-left: 3px;
}
@media screen and (max-width: 640px) {
  .seminar-about__info--movie a.data-movie .seminar-about__media::after {
    border-width: 11px 0 11px 18px;
  }
}
@media print, screen and (min-width: 641px) {
  .seminar-about__info--movie + div {
    width: 290px;
  }
}
.seminar-about__info--ttl {
  line-height: 1.3;
  margin-bottom: 10px;
  font-size: 28px;
}
@media screen and (max-width: 640px) {
  .seminar-about__info--ttl {
    font-size: 24px;
  }
}
.seminar-about__info--writer {
  font-weight: bold;
  line-height: 1.4;
  font-size: 15px;
}
.seminar-about__info--txt {
  line-height: 1.6;
  font-weight: bold;
  margin-top: 15px;
  font-size: 15px;
}
.seminar-about__info--btn {
  margin-top: 15px;
}
.seminar-about__info--btn a {
  height: 50px;
}
.seminar-about__info--btn a span {
  font-size: 16px !important;
}
.seminar-about__info-note {
  font-size: 13px;
  margin-top: 10px;
}
.seminar-about .seminar-btn--back {
  text-align: center;
  margin: 120px auto 0;
}
@media screen and (max-width: 640px) {
  .seminar-about .seminar-btn--back {
    margin: 90px auto 0;
  }
}
.seminar-about .seminar-btn--back a {
  height: 50px;
  width: 270px;
  background: #000;
}
.seminar-about .seminar-btn--back span {
  font-size: 18px;
}

.seminar-article h1 {
  background: #073061;
  color: #fff;
  padding: 15px 30px 15px 50px;
  position: relative;
  left: -50px;
  width: calc(100% + 40px);
  font-size: 28px;
  margin-bottom: 35px;
}
@media screen and (max-width: 640px) {
  .seminar-article h1 {
    font-size: 22px;
    left: -20px;
    padding: 15px 20px 15px 20px;
    top: 0px;
    margin: 0 0 30px;
  }
}
.seminar-article .seminar-lead {
  margin-bottom: 50px;
  background: #eee;
  padding: 40px;
}
@media print, screen and (min-width: 641px) {
  .seminar-article .seminar-lead {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (max-width: 640px) {
  .seminar-article .seminar-lead {
    padding: 0 20px 20px;
    margin-top: -30px;
  }
}
@media print, screen and (min-width: 641px) {
  .seminar-article .seminar-profile {
    margin-left: 50px;
  }
}
@media screen and (max-width: 640px) {
  .seminar-article .seminar-profile {
    margin-top: 20px;
  }
}
.seminar-article .seminar-profile figure {
  margin-top: 0 !important;
}
.seminar-article .seminar-profile figure img {
  width: 250px;
}
@media screen and (max-width: 640px) {
  .seminar-article .seminar-profile figure img {
    width: 50%;
    margin: 0 auto;
    display: block;
  }
}
.seminar-article .seminar-profile p {
  margin: 20px 0 0 !important;
  line-height: 1.6 !important;
  font-weight: bold;
}
.seminar-article .seminar-profile p span {
  font-size: 18px;
  margin-right: 4px;
}
.seminar-article .seminar-movie {
  max-width: 640px;
  margin: 0 auto 40px;
}
.seminar-article .seminar-movie .seminar-about__info-note {
  font-size: 12px;
}
.seminar-article .seminar-btn--back {
  text-align: center;
  margin: 120px auto 0;
}
@media screen and (max-width: 640px) {
  .seminar-article .seminar-btn--back {
    margin: 90px auto 0;
  }
}

/* Component */
/* button */
.p-btn__link {
  text-align: center;
  margin: 40px auto;
  padding: 15px;
  line-height: 1.6 !important;
}
.p-btn__link .c-btn {
  display: inline;
  padding: 20px;
}
.p-btn__link .c-btn__inner {
  font-size: 18px;
}

@media screen and (max-width: 640px) {
  .p-btn__link {
    padding: 0;
    margin: 40px auto 0;
    text-align: left;
  }
  .p-btn__link .c-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding: 40px 20px;
  }
  .p-btn__link .c-btn__inner {
    font-size: 16px;
  }
}
/* link */
.c-link-txt {
  color: #1a3dab;
  text-decoration: underline;
}

.c-link-post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #ddd;
  margin-bottom: 40px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.c-link-post.bg_blue {
  background: #073061;
  color: #fff;
}
.c-link-post:hover {
  opacity: 0.7;
}
.c-link-post.bg_blue:hover p, .c-link-post.bg_blue:hover span {
  color: #fff !important;
}
.c-link-post .c-link-post__box {
  padding: 30px;
  width: 560px;
}
.c-link-post .c-link-post__box .c-link-post__ttl {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
  line-height: 1.6;
}
.c-link-post .c-link-post__box .c-link-post__sub {
  font-size: 16px;
}
.c-link-post .c-link-post__box .c-link-post__sub span {
  font-size: 20px;
  font-weight: bold;
}

@media screen and (max-width: 640px) {
  .c-link-post {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .c-link-post .c-link-post__img img {
    width: 100%;
  }
  .c-link-post .c-link-post__box {
    width: 100%;
    padding: 20px;
  }
  .c-link-post .c-link-post__box .c-link-post__ttl {
    font-size: 18px;
  }
  .c-link-post .c-link-post__box .c-link-post__sub {
    font-size: 14px;
  }
  .c-link-post .c-link-post__box .c-link-post__sub span {
    font-size: 18px;
  }
}
/* ------------------------- ↑↑↑ ここまで ↑↑↑ --------------------- */