.sec01 {
  width: 100%;
  padding-top: 100px;
  padding-bottom: 20px;
}

.sec01 .sec-tit {
  text-align: center;
  font-family: 'Josefin Sans', sans-serif;
  width: 90%;
  margin: 0 auto;
  font-size: 24px;
  line-height: 36px;
}

.sec01 .sec-tit .sec-blue {
  color: #0354e8;
}

.sec02 input {
  display: none;
}

.sec02 label {
  cursor: pointer;
  text-align: center;
  margin: 10px auto 0 auto;
  font-family: 'Josefin Sans', sans-serif;
  font-size: 18px;
  line-height: 54px;
  display: block;
  width: 85%;
  height: 50px;
  background: #ffffff;
  border: 1px solid #dbdbdb;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.sec02 .epnc-con {
  display: none;
}

.sec02 .embedded-con {
  display: none;
}

.sec02 .secun-con {
  display: none;
}

.sec02 .tit {
  font-size: 22px;
  line-height: 40px;
  width: 90%;
  margin: 50px auto 40px auto;
}

.sec02 .txt {
  font-size: 14px;
  line-height: 26px;
  width: 90%;
  margin: 40px auto;
}

.sec02 .link {
  display: block;
  width: 90%;
  height: 50px;
  text-align: center;
  line-height: 50px;
  font-weight: 700;
  color: #ffffff;
  margin: 0 auto;
}

.sec02 .epnc-link {
  background: #0060f6;
}

.sec02 .embedded-link {
  background: #ffb40f;
}

.sec02 .secun-link {
  background: #be0a14;
}

.sec02 .epnc-img {
  width: 100%;
  height: 200px;
  background: url("../img/epnc_img_m.jpg") no-repeat top center;
}

.sec02 .embedded-img {
  width: 100%;
  height: 200px;
  background: url("../img/embedded_img_m.jpg") no-repeat top center;
}

.sec02 .secun-img {
  width: 100%;
  height: 200px;
  background: url("../img/secun_img_m.jpg") no-repeat top center;
}

.sec02 #epnc-input:checked ~ .epnc-con {
  display: block;
  -webkit-animation: mfade 1s forwards;
          animation: mfade 1s forwards;
}

.sec02 #embedded-input:checked ~ .embedded-con {
  display: block;
  -webkit-animation: mfade 1s forwards;
          animation: mfade 1s forwards;
}

.sec02 #secun-input:checked ~ .secun-con {
  display: block;
  -webkit-animation: mfade 1s forwards;
          animation: mfade 1s forwards;
}

.sec02 #epnc-input:checked ~ .epnc-label {
  border: none;
  background: #0060f6;
  color: #ffffff;
  border: 1px solid #0060f6;
}

.sec02 #embedded-input:checked ~ .embedded-label {
  border: none;
  background: #ffb40f;
  color: #ffffff;
  border: 1px solid #ffb40f;
}

.sec02 #secun-input:checked ~ .secun-label {
  border: none;
  background: #be0a14;
  color: #ffffff;
  border: 1px solid #be0a14;
}
/*# sourceMappingURL=journal_m.css.map */