@charset "UTF-8";


.flow-area {
	margin-bottom: 30px;
}
.flow-area ul {
	font-size: 0;
}
.flow-area ul li {
	display: inline-block;
	font-size: 14px;
	font-size: 1.4rem;
	background: #eee;
	padding: 0 10px;
	min-height: 65px;
	text-align: center;
	border: 1px solid #ccc;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	vertical-align: middle;
	position: relative;
}
.flow-area.type-5 ul li {
	width: calc(20% - 8px);
	margin-right: 10px;
}
.flow-area.type-4 ul li {
	width: calc(25% - 8px);
	margin-right: 10px;
}
.flow-area ul li dl {
	margin-top: 8px;
}
.flow-area ul li:last-child {
	margin-right: 0;
}
.flow-area ul li.single {
	line-height: 65px;
}
.flow-area ul li::after {
	border-left: 8px solid #999;
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
	content: "";
	position: absolute;
	right: 0;
	top: 50%;
	margin-right: -8px;
	margin-top: -8px;
}
.flow-area.type-4 ul li::after {
	margin-left: 115px;
}
.flow-area ul li:last-child::after {
	content: none;
}
.flow-area ul li.current {
	background: #af0000;
	color: #fff;
	border: none;
}
@media screen and (max-width: 767px) {
  /*フロー図*/
.flow-area ul li {
	min-height: inherit;
	padding: 0;
	margin-bottom: 20px;
}
.flow-area.type-5 ul li,
.flow-area.type-4 ul li {
	width: 100%;
}
.flow-area ul li.single {
	line-height: 1.7em;
	padding: 8px;
}
.flow-area.type-4 ul li::after {
	margin-left: 0;
}
.flow-area ul li dl {
	display: table;
	width: 100%;
	margin: 8px;
}
.flow-area ul li dt {
	display: table-cell;
	width: 25%;
	border-right: 1px solid #ccc;
}
.flow-area ul li dd {
	display: table-cell;
	width: 75%;
	text-align: left;
	padding-left: 20px;
}
.flow-area ul li::after {
	border-top: 12px solid #999;
	border-left: 12px solid transparent;
	border-right: 12px solid transparent;
	content: "";
	position: absolute;
	top: 100%;
	right: 50%;
	margin-top: 0;
	margin-left: -7px;
}
}


.container {
	padding-bottom: 50px;
}
.flow-area.type-3 ul li {
	width: calc(50% - 10px);
	margin-right: 10px;
}
.flow-area ul li.current {
	background: #4169e1;
	font-weight: bold;
}
.pageNav li {
  height: 5px;
  font-size: 0px;
  overflow: hidden;
}
.lead {
	font-size: 16px;
	font-size: 1.6rem;
}
.disabled td {
	background: #eee;
}
.error th,
.error td {
	background: #DCDCDC;
}
td.error {
	color: #e00000;
	background: #FDE5E5;
}
@media only screen and (max-width:767px) {
.container {
	padding-bottom: 0;
}
.flow-area {
	margin-bottom: 0;
}
.flow-area.type-3 ul li {
	width: 100%;
}
}

/* 汎用 */
table.type-2 th,
table.type-2 td {
	padding: 17px;
}
table .space::before {
	display: block;
	float: left;
	height: 23px;
	content: "";
}
@media only screen and (max-width:767px) {
table.type-2 td {
	padding: 7px 17px;
}
}

/* 制御 */
input.error {
	background: #ffe5e5;
}

.flow-success {
  color: green;
  border: 1px solid;
  max-width: 600px;
  width: 100%;
  padding: 10px;
  margin: 0 auto 20px;
  text-align: center;
}
.flow-success-icon {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 6px;
  background: green;
  border-radius: 50px;
  vertical-align: text-top;
}
.flow-success-icon::before {
  content: "";
  position: absolute;
  top: 48%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  display: block;
  width: 9px;
  height: 6px;
  border-left: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
}

strong.content-none::before{content: none !important;}
