@charset "utf-8";
.ptForms input,
.ptForms textarea {
  padding: 2px 5px;
}

.ptForms label {
  cursor: pointer;
}

.ptForms .announcementBlock {
  background-color: #ededed;
  margin-top: 1em;
  padding: 28px;
}

.ptForms .announcementBlock h2 {
  padding: 5px;
  border: 2px solid #004697;
  background: #fff;
}

.ptForms .announcementBlock h2::after {
  display: none;
}

/* stepList */
.ptForms #contentsArea .stepList {
  background-color: #c8c8c8;
  border-radius: 4px;
  position: relative;
  display: flex;
  list-style-position: inside;
  margin: 2em auto;
  text-align: center;
  overflow: hidden;
  width: 90%;
}

.ptForms #contentsArea .stepList li {
  background-color: #c8c8c8;
  box-sizing: border-box;
  position: relative;
  font-size: 1.2em;
  margin-left: 0;
  width: 100%;
  padding: 10px 15px 10px 0;
}

.ptForms #contentsArea .stepList li::before,
.ptForms #contentsArea .stepList li::after {
  position: absolute;
  left: -15px;
  display: block;
  content: '';
  border-left: 4px solid #fff;
  width: 20px;
  height: 50%;
}

.ptForms #contentsArea .stepList .current + li::before,
.ptForms #contentsArea .stepList .current + li::after {
  background-color: #c8c8c8;
}

.ptForms #contentsArea .stepList li::after {
  top: 0;
  transform: skew(30deg);
}

.ptForms #contentsArea .stepList li::before {
  bottom: 0;
  transform: skew(-30deg);
}

.ptForms #contentsArea .stepList li:first-child {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.ptForms #contentsArea .stepList li:first-child::before,
.ptForms #contentsArea .stepList li:first-child::after {
  content: none;
}

.ptForms #contentsArea .stepList li:last-child {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  margin-bottom: 0;
}

.ptForms #contentsArea .stepList .current {
  color: #fff;
  background-color: #004697;
}

.ptForms #contentsArea .stepList li.current::before,
.ptForms #contentsArea .stepList li.current::after {
  background-color: transparent;
}

.ptForms .tableBaseForms {
  border-top: 1px solid #c8c8c8;
  box-shadow: 0 2px #fff inset, 0 -2px #fff inset;
  padding-bottom: 5px;
}

.ptForms .tableBaseForms th,
.ptForms .tableBaseForms td {
  padding: 10px;
  text-align: left;
  border-bottom: 1px solid #c8c8c8;
}

.ptForms .tableBaseForms th {
  background-color: #f1f0d5;
  color: #4d4d4d;
  width: 25%;
  box-shadow: 0 2px #fff inset, 0 -2px #fff inset;
}

.ptForms #contentsArea .tableBaseForms ul {
  list-style-type: none;
  margin: 0;
}

.ptForms #contentsArea .tableBaseForms li {
  float: left;
  margin-right: 20px;
  margin-left: 0;
}

.ptForms #contentsArea .tableBaseForms li:first-child {
  margin-left: 0;
}

.ptForms .tableBaseForms .must {
  background-color: #cc0000;
  color: #ffffff;
  display: inline-block;
  font-weight: normal;
  font-size: 86%;
  padding: 3px 8px;
}

.ptForms .tableBaseForms .count {
  color: #666666;
}

.ptForms .tableBaseForms th {
}

.ptForms .btnList,
.ptForms .btnList li {
  list-style-type: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.ptForms .btnList {
  text-align: center;
  margin-top: 2em !important;
  margin-bottom: 2em !important;
}

.ptForms .btnList li {
  display: inline-block;
  margin-left: 15px !important;
  margin-right: 15px !important;
}

.ptForms .imgBlock {
  margin: 2em auto;
  text-align: center;
}

/* h30 add */
.ptForms #headerArea,
.ptForms #headerBlock {
  margin-bottom: 0;
}

.ptForms #headerBlock {
  border-top: 40px solid #004697;
  padding-top: 0;
}

.ptForms #topicPathBlock {
  margin: 20px auto 15px;
}

/* for nopiconvertion.html */
.ptForms #contentsArea .tableBase ul {
  margin: 0;
}

.btnList li {
	vertical-align: top;
}

.alert {
	color:red;
}

/* 20220828 add min-width to th */
@media screen and (min-width: 960px) {
	.ptForms .tableBaseForms th {
		min-width: 150px;
	}
	.ptForms .tableBaseForms select {
		max-width: 80% !important;
	}
}