/*
========================================
	btm-link-area
========================================
*/
.btm-link-area {
  background: #fff;
  border: 1px solid #cfd7e5;
  -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
  margin-top: 45px;
  padding: 20px;
  position: relative;
}

.btm-link-area p {
  margin: 0;
}

.btm-link-area > .title {
  background-color: #eef5f9;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  margin: 0 auto 1em;
  padding: 0.5em 0.75em;
}

.btm-link-area > .bla-in {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1.25rem;
}

@media screen and (max-width: 768px) {
  .btm-link-area > .bla-in {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.btm-link-area > .bla-in .bla-movie-photo {
  height: 100%;
  margin: 0 30px 0 0;
  min-width: 250px;
  position: relative;
  width: 250px;
}

.btm-link-area > .bla-in .bla-movie-photo img {
  max-width: 100%;
}

@media screen and (max-width: 768px) {
  .btm-link-area > .bla-in .bla-movie-photo {
    margin: 0 0 15px 0;
    min-width: auto;
    width: 100%;
  }
}

.btm-link-area > .bla-in .bla-in-text .bla-in-title {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 1.0rem;
}

.btm-link-area > .bla-in .bla-in-text p:not(.bla-in-title):not(.bla-in-link) {
  font-size: 14px;
  font-size: 1.4rem;
  margin-bottom: 1.0rem;
}

.btm-link-area > .bla-in .bla-in-text .bla-in-link {
  text-align: right;
}

.btm-link-area > .bla-in .bla-in-text .bla-in-link > a {
  color: #0e367d;
  font-size: 14px;
  font-size: 1.4rem;
  text-decoration: none;
}

.btm-link-area > .bla-in .bla-in-text .bla-in-link > a:hover {
  text-decoration: underline;
}

.btm-link-area > .bla-in .bla-in-text .bla-in-link > a::after {
  border-bottom: 1px solid #0e367d;
  border-left: 1px solid #0e367d;
  content: "";
  display: inline-block;
  height: 7px;
  margin-left: 0.75em;
  -webkit-transform: rotate(225deg) translateY(2px);
          transform: rotate(225deg) translateY(2px);
  width: 7px;
}

.btm-link-area > .bla-btm-btn {
  text-align: center;
}

.btm-link-area > .bla-btm-btn a {
  background-color: #0e367d;
  color: #fff;
  display: inline-block;
  letter-spacing: 0.05em;
  padding: 0.5em 0.75em;
  text-decoration: none;
}

#ict-sect .article-common .article-contents .btm-link-area > .bla-btm-btn a {
  color: #fff;
  text-decoration: none;
}

#ict-sect .article-common .article-contents .bla-in-link a {
  text-decoration: none;
}

#ict-sect .article-common .article-contents .bla-in-link a:hover {
  text-decoration: underline;
}

#ict-sect .article-common .article-contents .bla-in-text p + p {
  margin-top: 0;
}

#ict-sect .article-common .article-contents .bla-btm-btn {
  margin-bottom: 20px;
}