@charset "utf-8";
/* CSS Document */
.header-top-g-nav-li:nth-child(5) .header-top-g-nav-a::before {
  content: "";
  transition: all .2s;
  position: absolute;
  left: 30%;
  margin-left: -10px;
  border: 40px solid transparent;
  border-top-width: 40px;
  border-top-style: solid;
  border-top: 12px solid transparent;
  top: 43px;
  z-index: 1000;
  border-top-color: var(--sky-blue);
}
.btn-type-detail {
  color: var(--white);
  background: var(--sky-blue);
  position: relative;
  z-index: 1;
  display: inline-block;
  padding: 15px 50px 15px 20px;
  overflow: hidden;
  border-radius: 8px;
  box-sizing: border-box;
  text-align: center;
}
.btn-type-detail::before {
  content: "";
  position: absolute;
  top: 0;
  right: 100%;
  z-index: -1;
  width: 100%;
  height: 100%;
  transition: right 0.3s;
}
.btn-type-detail:hover::before {
  right: 0;
}
.btn-type-detail::after {
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 10px;
  height: 10px;
  right: 15px;
  border-top: 2px solid var(--white);
  border-right: 2px solid var(--white);
  transform: rotate(45deg);
}
.btn-type-detail:hover::after {
  right: 12px;
  transition: right 0.3s;
}
@media screen and (max-width:1024px) {
  .btn-type-detail {
    min-width: 400px;
  }
}
@media screen and (max-width:768px) {
  .btn-type-detail {
    min-width: 100%;
    margin: 10px 0;
  }
}
.box-2-column {
  clear: both;
  width: 90%;
  margin: 0 auto 2em;
  overflow: hidden;
}
@media screen and (max-width:1024px) {
  .box-2-column {
    margin: 2em 0 1em 0;
    width: 98%;
  }
}
.column-2-60-right {
  float: right;
  padding: 0 1%;
  width: 58%;
  text-align: left;
}
.column-2-40-left {
  float: left;
  padding: 0 1%;
  width: 38%;
}
.column-2-60-left {
  float: left;
  padding: 0 1%;
  width: 58%;
  text-align: left;
}
.column-2-40-right {
  float: left;
  padding: 0 1%;
  width: 38%;
}
@media screen and (max-width:768px) {
  .col {
    flex: none;
    width: 100%;
  }
}
.responsive-img {
  margin: 1em 0;
}
@media screen and (max-width:1024px) {
  .column-2-60-right, .column-2-40-left, .column-2-60-left, .column-2-40-right {
    float: none;
    width: 100%;
  }
  .responsive-img {
    width: 70% !important;
  }
}
.h5-cp-ttl {
  font-size: 1rem;
  font-weight: 700;
  color: var(--txt-pink);
  margin: 0 0 0.5em 0;
}
.h3-bk-pink {
  color: var(--white);
  font-size: 0.9rem;
  text-align: center;
  background: var(--txt-pink);
  padding: 0.2em 0.5em;
  margin: 0 0 0.5em 0;
}
@media screen and (max-width:1024px) {
  .h3-bk-pink {
    font-size: 0.8rem;
  }
}
.campaign-thumbnail {
  background: var(--white);
  padding: 1em;
  flex-direction: row;
  display: flex;
  flex-wrap: wrap;
  margin: 0.4em;
  border-radius: 4px;
  -bs-gutter-y: 0;
  -bs-gutter-x: 0;
  overflow: hidden;
  box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075);
  position: relative;
}
.updated-on {
  font-size: 0.8rem;
  margin: 0 0 0.5em 0;
  color: var(--gray-999);
}
.campaign-detail-p {
  font-size: 0.9rem;
  margin: 0 0 0.5em 0;
}
.font-small {
  font-size: 80%;
  padding-right: 1em;
}
.h5-detail {
  color: var(--gray-333);
  margin: 1em 0.5em 2em 0.5em;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.6;
}
@media screen and (max-width:1024px) {
  .h5-detail {
    font-size: 1rem;
  }
}
.h6-ttl {
  color: var(--gray-333);
  font-size: 1rem;
  font-weight: 700;
  background: var(--gray-eee);
  margin: 0.5em 0;
  padding: 0.3em 0.5em;
}
.h6-number-ttl {
  counter-increment: blue-numbers;
  color: var(--gray-333);
  font-size: 1rem;
  font-weight: 700;
  background: var(--gray-eee);
  margin: 0.5em 0;
  padding: 0.3em 0.5em;
  text-indent: -1.2em;
}
.h6-number-ttl:before {
  content: counter(blue-numbers);
  background: var(--bk-pink);
  font-size: 1.1em;
  margin-right: 5px;
  padding: 0.35em 0.5em;
}
.kome {
  margin: 0.5em;
  padding-left: 1em;
  text-align: left;
  text-indent: -1.3em;
  font-size: 0.8rem;
}
.kome::before {
  content: "※ ";
}
.maru {
  margin: 0.5em;
  padding-left: 1em;
  text-align: left;
  text-indent: -1.3em;
  font-size: 0.8rem;
}
.maru::before {
  content: "〇 ";
}
.circle-number {
  list-style-type: none;
  counter-reset: number;
  margin: 0.2em 0;
  padding: 0;
}
.circle-number-li {
  position: relative;
  font-size: 0.8rem;
  padding: 0 0 0.5em 1.8em;
}
.circle-number-li::before {
  content: counter(number);
  counter-increment: number;
  padding: 0 0.8em 0 0.3em;
  position: absolute;
  top: 0;
  left: 1px;
}
.circle-number-li::after {
  content: '';
  position: absolute;
  display: block;
  top: 9px;
  left: 0px;
  transform: translateY(-50%);
  width: 1em;
  height: 1em;
  border: 1px solid var(--gray-333);
  border-radius: 50%;
  font-size: 1rem;
}
.txt-deco-none {
  text-decoration: none;
}
.btnTypePdf {
  color: var(--white);
  position: relative;
  z-index: 1;
  display: inline-block;
  width: 90%;
  padding: 10px 50px 10px 20px;
  overflow: hidden;
  text-align: left;
  border-radius: 10px;
  background: var(--sky-blue);
  box-sizing: border-box;
  text-decoration: none;
}
@media screen and (max-width:1024px) {
  .btnTypePdf {
    height: 65px;
    padding-right: 20%;
  }
}
.btnTypePdf::before {
  content: "";
  position: absolute;
  top: 0;
  right: 100%;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: var(--navy-blue);
  transition: right 0.3s;
}
.btnTypePdf:hover {
  color: var(--white);
}
.btnTypePdf:hover::before {
  right: 0;
}
.btnTypePdf::after {
  content: " ";
  display: inline-block;
  width: 30px;
  height: 40px;
  background: url("/smart-eki/common/img/icon_pdf.png") no-repeat;
  position: absolute;
  top: 20%;
  right: 10%;
}