@charset "UTF-8";
@font-face {
  font-family: "Montserrat-Light";
  src: url("../fonts/Montserrat-Light.eot"); /*IE9+:EOT*/
  src: url("../fonts/Montserrat-Light.eot?#iefix") format("embedded-opentype"),
    /* IE6-IE8 */ url("../fonts/Montserrat-Light.woff") format("woff"),
    /* chrome、firefox */ url("../fonts/Montserrat-Light.ttf")
      format("truetype"),
    /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
      url("../fonts/Montserrat-Light.svg#svgFontName") format("svg"); /* iOS 4.1- */
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat-Regular";
  src: url("../fonts/Montserrat-Regular.eot"); /*IE9+:EOT*/
  src: url("../fonts/Montserrat-Regular.eot?#iefix") format("embedded-opentype"),
    /* IE6-IE8 */ url("../fonts/Montserrat-Regular.woff") format("woff"),
    /* chrome、firefox */ url("../fonts/Montserrat-Regular.ttf")
      format("truetype"),
    /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
      url("../fonts/Montserrat-Regular.svg#svgFontName") format("svg"); /* iOS 4.1- */
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat-Bold";
  src: url("../fonts/Montserrat-Bold.eot"); /*IE9+:EOT*/
  src: url("../fonts/Montserrat-Bold.eot?#iefix") format("embedded-opentype"),
    /* IE6-IE8 */ url("../fonts/Montserrat-Bold.woff") format("woff"),
    /* chrome、firefox */ url("../fonts/Montserrat-Bold.ttf") format("truetype"),
    /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
      url("../fonts/Montserrat-Bold.svg#svgFontName") format("svg"); /* iOS 4.1- */
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat-Medium";
  src: url("../fonts/Montserrat-Medium.eot"); /*IE9+:EOT*/
  src: url("../fonts/Montserrat-Medium.eot?#iefix") format("embedded-opentype"),
    /* IE6-IE8 */ url("../fonts/Montserrat-Medium.woff") format("woff"),
    /* chrome、firefox */ url("../fonts/Montserrat-Medium.ttf")
      format("truetype"),
    /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
      url("../fonts/Montserrat-Medium.svg#svgFontName") format("svg"); /* iOS 4.1- */
  font-weight: normal;
  font-style: normal;
}
body {
  margin: 0px;
  padding: 0px;
}
.cslb .Mon-R {
  font-family: "Montserrat-Regular" !important;
}
.cslb .Mon-L {
  font-family: "Montserrat-Light" !important;
}
/* base css */
.cslb {
  margin: 0;
  padding: 0;
  font-family: "Montserrat-Light";
}
.cslb h2,
.cslb h3,
.cslb h4,
.cslb p {
  margin: 0;
  padding: 0;
  font-weight: normal;
}
.cslb * {
  box-sizing: border-box;
}
.cslb img {
  max-width: 100%;
  display: block;
}
.cslb a {
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
}
.cslb ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cslb .df {
  display: flex !important;
}
.cslb .jc-sb {
  justify-content: space-between !important;
}
.cslb .jc-fs {
  justify-content: flex-start !important;
}
.cslb .jc-c {
  justify-content: center !important;
}
.cslb .jc-fe {
  justify-content: flex-end !important;
}
.cslb .ai-fs {
  align-items: flex-start !important;
}
.cslb .ai-fe {
  align-items: flex-end !important;
}
.cslb .ai-c {
  align-items: center !important;
}
.cslb .pc-block {
  display: block !important;
}
.cslb .sp-block {
  display: none !important;
}
.cslb .container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  max-width: 1180px;
}
.cslb .header {
  display: flex;
  justify-content: space-between;
  padding: 40px 0px;
}
.cslb .header .header__title {
  font-size: 18px;
  line-height: 1.2em;
  font-family: "Montserrat-Light";
  margin-left: 20px;
}
.cslb .header .header__logo {
  width: 130px;
  margin-right: 20px;
}
.cslb .detail .header .header__logo {
  margin-right: 0px;
}
.cslb .header .header__back {
  font-size: 18px;
  line-height: 1.2em;
  color: #f32224;
  cursor: pointer;
}
.cslb .p1_content {
  display: flex;
  flex-wrap: wrap;
  margin: 0px -10px 20px;
}
.cslb .p1_card {
  background: #fc1921;
  padding: 30px;
  color: #ffffff;
  text-align: center;
  width: calc(50% - 20px);
  margin: 0px 10px 20px;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  row-gap: 10px;
  align-items: center;
  justify-content: center;
}
.cslb .p1_card.p1_card--grey {
  background-color: #808285;
}
.cslb .p1_card.p1_card--grey .p1_card__title {
  color: #ffffff;
}
.cslb .p1_card__title {
  color: #e2dfda;
  font-family: "Montserrat-Light";
  font-size: 18px;
  letter-spacing: 1.62px;
}
.cslb .p1_card__msg {
  font-family: "Montserrat-Bold";
  font-size: 14px;
  line-height: 1.4;
}
.cslb .p1_card__pa {
  font-size: 14px;
  font-family: "Montserrat-Light";
  line-height: 1.2;
}
.cslb .footer {
  font-size: 11px;
  line-height: 1.2;
  font-family: "Montserrat-Light";
  color: #000000;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-bottom: 50px;
}
.cslb .footer .footer__msg {
  width: 70%;
  padding-right: 20px;
}
.cslb .footer .footer__date {
  width: 30%;
  text-align: right;
}
.detail_content {
  margin-bottom: 40px;
}
.cslb .detail_card__title_01 {
  font-size: 16px;
  line-height: 1.2;
  color: #000000;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 50px;
}
.cslb .detail_card__title_02 {
  font-size: 18px;
  line-height: 1.2;
  color: #f32224;
  margin-bottom: 10px;
}
.cslb .detail_card__title_03 {
  font-size: 16px;
  line-height: 1.2;
  color: #3d4b5f;
  font-family: "Montserrat-Bold";
  margin-bottom: 10px;
}
.cslb .detail_card__copy {
  font-size: 16px;
  line-height: 1.2;
  color: #000000;
  margin-bottom: 10px;
}
.cslb .detail_card__copy strong {
  color: #f32224;
  font-weight: normal;
}
.cslb .detail_card__pa {
  font-size: 14px;
  line-height: 1.2;
  color: #000000;
  margin-bottom: 5px;
}
.cslb .detail_card__btn {
  text-align: center;
  width: 100%;
  display: none;
}
.cslb .detail_card__btn a {
  font-size: 18px;
  line-height: 1.2;
  color: #ffffff;
  background: #f32224;
  padding: 15px 30px;
  display: inline-block;
  margin-right: 30px;
  min-width: 260px;
  text-align: center;
  margin-top: 15px;
}
@media (max-width: 768px) {
  .cslb .container {
    width: 752px;
  }
}
@media (min-width: 1024px) {
  .cslb .container {
    width: 1008px;
  }
}
@media (min-width: 1200px) {
  .cslb .container {
    width: 1180px;
  }
}
@media (max-width: 768px) {
  .cslb .container {
    width: 100%;
  }
  .cslb .p1_content {
    margin: 0px 0px 20px;
  }
  .cslb .p1_card {
    width: 100%;
    margin: 0px 0px 20px;
    padding: 20px 10px;
  }
  .cslb .footer .footer__msg {
    width: 100%;
    padding-right: 0px;
    margin-bottom: 10px;
  }
  .cslb .footer .footer__date {
    width: 100%;
  }
  .cslb .detail_card__btn a {
    width: 100%;
    margin-right: 0px;
  }
}
