/*
-------------------------------- */
.p-wrapper {
  line-height: 1.75;
  font-size: 16px;
}

@media only screen and (max-width: 768px) {
  .p-wrapper {
    padding: 0 18px 40px;
    font-size: inherit;
  }
}

.p-wrapper img {
  vertical-align: bottom;
}

/*
-------------------------------- */
.p-heading01 {
  margin-bottom: 80px;
}

.p-heading01 img {
  width: 100%;
}

@media only screen and (max-width: 768px) {
  .p-heading01 {
    margin-bottom: 30px;
  }
}

.p-heading02 {
  margin-top: 2.5em;
  margin-bottom: 1.6em;
  padding: 10px 20px;
  border-left: 6px solid #d70d3b;
  background-color: #ececec;
  font-size: 1.5em;
  font-weight: bold;
}

@media only screen and (max-width: 768px) {
  .p-heading02 {
    margin-top: 1.5em;
    margin-bottom: 1.25em;
  }
}

.p-heading03 {
  color: #fff;
  font-weight: bold;
  font-size: 1.375em;
  background-color: #6a6a6a;
  padding: 10px 20px;
  margin-bottom: 30px;
}

.p-lead {
  font-size: 1.125em;
  margin-bottom: 30px;
}

.p-iconLink__item {
  display: inline-block;
  padding: 0 0 0 20px;
  background-image: url(/common/images/com_icn01.png);
  background-repeat: no-repeat;
  background-position: 4px calc((1.125em - 4px)/2);
}

.p-iconLink .p-iconLink__item {
  display: block;
}

.p-iconLink__item:nth-of-type(n+2) {
  margin-top: 10px;
}

.p-iconLink__item a {
  display: inline-block;
  text-decoration: underline;
}

.p-iconLink__item a:not(:hover) {
  color: inherit;
}

.p-iconLink__item a[target="_blank"] {
  padding-right: 17px;
  background: url(/common/images/com_icn05.png);
  background-repeat: no-repeat;
  background-position: right calc((1.75em - 10px)/2);
}

/*
-------------------------------- */
.p-grid {
  margin-top: 45px;
  margin-bottom: 30px;
}

@media print, screen and (min-width: 769px) {
  .p-grid {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: normal;
    flex-wrap: wrap;
  }
}

@media print, screen and (min-width: 769px) {
  .p-grid__item {
    width: 370px;
  }
}

@media only screen and (max-width: 768px) {
  .p-grid__item:not(:first-child) {
    margin-top: 30px;
  }
}

.p-pr__ttl01 {
  margin-bottom: 1.3636363636363635em;
  padding: 20px 0 30px;
  font-size: 1.375em;
  text-align: center;
  font-weight: bold;
  line-height: 1.27;
  border-bottom: 2px dotted #6a6a6a;
}

@media print, screen and (min-width: 769px) {
  .p-pr__ttl01 {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    height: 80px;
  }
}

.p-pr__pic {
  text-align: center;
  height: 70px;
}

.p-pr__pic img {
  height: 100%;
}

/*
-------------------------------- */
.p-table {
  font-size: 1.125em;
  border-top: 2px solid #ececec;
  border-left: 2px solid #ececec;
  line-height: 1.5;
  border-collapse: collapse;
  border-spacing: 0;
}

.p-table colgroup col:first-child {
  width: 20%;
}

@media print, screen and (min-width: 769px) {
  .p-table {
    width: 100% !important;
  }
}

.p-table th {
  padding-left: 20px;
  padding-right: 20px;
  background-color: #dbdbdb;
  vertical-align: middle;
  border-right: 2px solid #ececec;
  border-bottom: 2px solid #ececec;
}

.p-table td {
  padding-left: 20px;
  padding-right: 20px;
  border-right: 2px solid #ececec;
  border-bottom: 2px solid #ececec;
}

/*
-------------------------------- */
.p-contact {
  margin-top: 60px;
  margin-bottom: 60px;
  padding: 40px;
  border: 4px solid #ececec;
}

.p-contact--noborder {
  border: 0;
  padding: 0;
}

@media only screen and (max-width: 768px) {
  .p-contact {
    margin-top: 20px;
    padding: 20px 16px;
  }
}

.p-contact__ttl {
  margin-top: -0.375em;
  margin-bottom: 1.2916666666666667em;
  font-size: 1.5em;
  font-weight: bold;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .p-contact__ttl {
    font-size: 1.3333333333333333em;
  }
}

.p-contact__btn {
  text-align: center;
}

.p-contact__btn a {
  display: inline-block;
}

@media only screen and (max-width: 768px) {
  .p-contact__btn a {
    display: block;
  }
}

.p-contact__btn a span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 455px;
  height: 82px;
  border-radius: 4px;
  background-image: linear-gradient(180deg, #d70d3b 0%, #c2061a 100%);
  color: #ffffff;
  font-size: 1.375em;
  font-weight: bold;
}

@media only screen and (max-width: 768px) {
  .p-contact__btn a span {
    width: auto;
    height: 60px;
    font-size: 1.3333333333333333em;
  }
}

.p-contact__btn a:hover {
  opacity: 0.7;
}

.p-localnav {
  margin-bottom: 30px;
}

.p-localnav__item {
  position: relative;
  margin-bottom: 10px;
}

.p-localnav__link {
  display: block;
  position: relative;
  color: #215180;
  font-size: 1.125em;
  padding-left: 25px;
}

.p-localnav__link::before {
  position: absolute;
  left: 0;
  top: 10px;
  content: '';
  width: 11px;
  height: 10px;
  background: url(/svcsol/security-education/images/ico_arrow.svg) no-repeat left top;
  background-size: 11px 10px;
}

.p-list__item, .p-payment__list__item {
  position: relative;
  line-height: 1.5;
  padding-left: 1.125em;
}

.p-list__item::before, .p-payment__list__item::before {
  line-height: 1.5;
  position: absolute;
  left: 0;
  top: 0;
  content: '\0030fb';
}

.p-payment {
  border: 4px solid #ececec;
}

.p-payment__ttl {
  padding: 7px 0 11px;
  font-size: 1.5em;
  text-align: center;
  font-weight: bold;
  background-color: #ececec;
}

@media print, screen and (min-width: 769px) {
  .p-payment__ttl br {
    display: none;
  }
}

.p-payment__inner {
  padding: 40px 70px;
}

@media only screen and (max-width: 768px) {
  .p-payment__inner {
    padding: 20px;
  }
}

.p-payment__item:not(:last-child) {
  margin-bottom: 35px;
}

.p-payment__txt {
  font-weight: bold;
  font-size: 1.125em;
  margin-bottom: 18px;
}

@media only screen and (max-width: 768px) {
  .p-payment__list {
    padding-right: 10px;
  }
}

.p-payment__list__item {
  font-size: 1.125em;
  line-height: 1.75;
}

.p-payment__list__item::before {
  line-height: 1.75;
}

.col-round02 {
  border-color: #666;
}

/* add 20211208 start
-------------------------------- */
.p-section {
  margin-bottom: 60px;
  border: 4px solid #ececec;
}

.p-section__ttl {
  padding: 7px 0 11px;
  font-size: 1.5em;
  text-align: center;
  font-weight: bold;
  background-color: #ececec;
}

@media print, screen and (min-width: 769px) {
  .p-section__ttl br {
    display: none;
  }
}

.p-section__inner {
  padding: 40px 70px;
}

@media only screen and (max-width: 768px) {
  .p-section__inner {
    padding: 20px;
  }
}

.p-section__item:not(:last-child) {
  margin-bottom: 35px;
}

.p-section__txt {
  font-weight: bold;
  font-size: 1.125em;
  margin-bottom: 18px;
}

@media only screen and (max-width: 768px) {
  .p-section__list {
    padding-right: 10px;
  }
}

.p-section__list__item {
  position: relative;
  padding-left: 1.125em;
  font-size: 1.125em;
  line-height: 1.75;
}

.p-section__list__item::before {
  position: absolute;
  left: 0;
  top: 0;
  content: '\0030fb';
  line-height: 1.75;
}

.p-section__faq {
  font-size: 1.125em;
  line-height: 1.75;
}
.p-section__faq__q,
.p-section__faq__a {
  padding-left: 1.5rem;
  text-indent: -1.5rem;
}
.p-section__faq__q:not(:first-of-type) {
  margin-top: 40px;
}
.p-section__faq__a {
  margin-top: 20px;
}
.p-section__faq__q::before {
  content: "Q. ";
}
.p-section__faq__a::before {
  content: "A. ";
}

.pdf-link img {
  vertical-align: middle;
}

.p-contact {
  padding: 0;
}

@media only screen and (max-width: 768px) {
  .p-contact {
    padding: 0;
  }
}

.p-contact__ttl {
  margin: 0;
  padding: 7px 0 11px;
  background-color: #ececec;
}

.p-contact__ttl span {
  font-size: 1.3rem;
}

.p-contact__inner {
  margin: auto;
  padding: 40px 70px;
}

@media only screen and (max-width: 768px) {
  .p-contact__inner {
    padding: 20px;
  }
}

.p-contact > .p-contact__inner:not(:last-child) {
  border-bottom: 4px solid #ececec;
}

.p-contact__title {
  margin-bottom: 5px;
  font-size: 1.375rem;
  font-weight: bold;
  text-align: center;
}

.p-contact__txt {
  margin-bottom: 12px;
  text-align: center;
  line-height: 1.5;
}

@media only screen and (max-width: 768px) {
  .p-contact__txt {
    font-size: 1.125em;
  }
}

.p-contact__list > .p-contact__btn {
  margin-bottom: 20px;
}

.p-contact__btn a {
  position: relative;
}

.p-contact__btn a span {
  height: 72px;
  line-height: 1.3;
  font-weight: 500;
}

@media only screen and (max-width: 768px) {
  .p-contact__btn a span {
    height: 60px;
  }
}

.p-contact__btn a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 2.5vw;
  transform: translateY(-50%);
  width: 16px;
  height: 14px;
  background: url("/svcsol/common/images/icon_externallink_w.png") no-repeat;
  background-size: contain;
}

@media only screen and (min-width: 1280px) {
  .p-contact__btn a:after {
    right: 32px;
  }
}

.p-contact__btn a.disabled {
  pointer-events:none;
  opacity: 0.7;
  filter: grayscale(100%) opacity(70%);
}

.p-contact__btn a.disabled:after {
  content: none;
}

/* add 20211208 end */

/* add 20230601 start */
.p-date{
	display: flex;
	justify-content: center;
	margin-top:10px;
}
.p-date__list {
	font-size:1.25em;

.p-date__list__item {
	position: relative;
    line-height: 1.75;
    padding-left: 1.125em;
}
.p-date__list__item::before {
    line-height: 1.75;
    position: absolute;
    left: 0;
    top: 0;
    content: '\0030fb';
}
@media only screen and (max-width: 768px) {
}
}
/* add 20230601 end */