@charset "UTF-8";
/* =================================================================================================

　お知らせ・セミナー情報

================================================================================================= */
/* CSS Document */
#detail {
  width: 960px;
  margin: 0 auto;
  padding-top: 3rem;
}
@media screen and (max-width: 1040px) {
  #detail {
    width: 95%;
  }
}
@media screen and (max-width: 592px) {
  #detail {
    width: 90%;
  }
}
#detail a {
  color: #005396;
}

/* ----------------------------------------------------------------------------
　タイトルエリア
---------------------------------------------------------------------------- */
#detail_title_area {
  margin-bottom: 3rem;
  background: linear-gradient(to bottom, #e9f8ff 0%, #e9f8ff 100%);
}

#detail_title_area .inner {
  width: 960px;
  margin: 0 auto;
  padding: 5rem 0;
}
@media screen and (max-width: 1040px) {
  #detail_title_area .inner {
    width: 95%;
  }
}

#detail_title_area h1 {
  font-weight: 600;
  text-align: center;
  font-size: 3rem;
  color: #005396;
}
@media screen and (max-width: 592px) {
  #detail_title_area h1 {
    font-size: 2rem;
  }
}

#detail_title_area .sub {
  text-align: center;
  margin-top: 2rem;
  font-size: 1.8rem;
}
@media screen and (max-width: 592px) {
  #detail_title_area .sub {
    font-size: 1.6rem;
  }
}

/* ----------------------------------------------------------------------------
　本文
---------------------------------------------------------------------------- */
#detail .credit {
  text-align: right;
  margin-bottom: 3rem;
}
@media screen and (max-width: 592px) {
  #detail .credit {
    font-size: 1.3rem;
  }
}

#detail > .text {
  line-height: 180%;
  margin-bottom: 4rem;
}
#detail > .text strong {
  font-weight: 600;
}

#detail .photo {
  margin: 0 auto 5rem;
}
#detail .photo img {
  width: 100%;
}

#detail .photo .cap {
  text-align: center;
  font-size: 1.4rem;
  margin-top: 1rem;
  word-break: break-all;
}

#detail .photo100 {
  width: 100%;
}

#detail .photo90 {
  width: 90%;
}

#detail .photo80 {
  width: 80%;
}

#detail .photo70 {
  width: 70%;
}

#detail .photo60 {
  width: 60%;
}

#detail .photo50 {
  width: 50%;
}

.detail_title_style01 {
  margin-bottom: 3rem;
  font-size: 2.5rem;
  font-weight: 600;
  border-left: 5px solid #005396;
  padding-left: 1rem;
}
@media screen and (max-width: 592px) {
  .detail_title_style01 {
    font-size: 2rem;
  }
}

.detail_title_style02 {
  margin-bottom: 3rem;
  font-size: 1.8rem;
  font-weight: 600;
  border-bottom: 1px solid #005396;
  padding-bottom: 1rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 592px) {
  .detail_title_style02 {
    font-size: 1.6rem;
  }
}

.detail_title_style03 {
  margin-bottom: 1rem;
  font-size: 1.6rem;
  font-weight: 600;
}

/* 表組 */
#detail table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 2rem;
}

#detail table tr th {
  border: 1px solid #ccc;
  padding: 1rem;
  background-color: #e8f4fd;
  white-space: nowrap;
  vertical-align: top;
}
@media screen and (max-width: 592px) {
  #detail table tr th {
    padding: 0.5rem;
    font-size: 1.3rem;
  }
}

#detail table tr td {
  border: 1px solid #ccc;
  padding: 1rem;
  vertical-align: top;
}
@media screen and (max-width: 592px) {
  #detail table tr td {
    padding: 0.5rem;
    font-size: 1.3rem;
  }
}

#detail table tr td table {
  width: auto;
}

#detail table tr td table td {
  border: none;
  padding: 0.2rem;
}

#detail .attention li {
  font-size: 1.4rem;
  line-height: 160%;
  padding-left: 1em;
  text-indent: -1em;
  margin-bottom: 0.5rem;
  word-break: break-all;
}

#detail .list {
  margin-bottom: 3rem;
}

#detail .list li {
  padding-left: 2rem;
  margin-bottom: 1rem;
  line-height: 180%;
  position: relative;
}
#detail .list li strong {
  font-weight: 600;
}
#detail .list li:after {
  content: "●";
  color: #005396;
  position: absolute;
  top: 0rem;
  left: 0rem;
}

/* 写真+コピー */
#detail .copy_photo {
  display: flex;
  justify-content: space-between;
  margin-bottom: 2rem;
}
@media screen and (max-width: 592px) {
  #detail .copy_photo {
    display: block;
  }
}

#detail .copy_photo .copy {
  width: 65%;
}
@media screen and (max-width: 592px) {
  #detail .copy_photo .copy {
    width: 100%;
    margin-bottom: 2rem;
  }
}

#detail .copy_photo .copy .text {
  line-height: 180%;
}

#detail .copy_photo .photo {
  width: 30%;
}
@media screen and (max-width: 592px) {
  #detail .copy_photo .photo {
    width: 100%;
  }
}
#detail .copy_photo .photo img {
  width: 100%;
}

#detail .btn_application a {
  box-sizing: border-box;
  display: block;
  width: 500px;
  margin: 0 auto 3rem;
  background: linear-gradient(to bottom, #eb8014 0%, #a95501 100%);
  color: #fff;
  padding: 2.5rem 0;
  text-align: center;
  font-size: 2.5rem;
}
@media screen and (max-width: 580px) {
  #detail .btn_application a {
    width: 95%;
    font-size: 1.8rem;
  }
}

#detail .btn_application.off {
  box-sizing: border-box;
  display: block;
  width: 500px;
  margin: 0 auto 3rem;
  background-color: #ccc;
  color: #fff;
  padding: 2rem 0;
  text-align: center;
  font-size: 2.5rem;
}
@media screen and (max-width: 580px) {
  #detail .btn_application.off {
    width: 95%;
    font-size: 1.8rem;
  }
}

/* マージン */
.spc_btm1 {
  margin-bottom: 1rem !important;
}

.spc_btm2 {
  margin-bottom: 2rem !important;
}

.spc_btm3 {
  margin-bottom: 3rem !important;
}

.spc_btm4 {
  margin-bottom: 4rem !important;
}

.spc_btm5 {
  margin-bottom: 5rem !important;
}

.spc_btm6 {
  margin-bottom: 6rem !important;
}