@charset "utf-8";

.defaultPageTitle {
	display: none;
}

#guidanceContainer {
	background-color: transparent;
	padding: 0;
	margin: inherit;
	border-radius: inherit;
}

#guidanceContainer ul {
	font-size: 16px;
	font-weight: bold;
	display: flex;
	flex-direction: column;
	gap: 1rem;
	justify-content: space-between;
}

.step {
	display: flex;
	flex-direction: column;
	gap: 0.8rem;
	justify-content: flex-start;
}
.step figure figcaption {
	text-align: right;
}
.step figure img {
	border: 1px dotted #aaa;
}

.guidance {
	display: flex;
	flex-direction: column;
	gap: 1rem;
}
.guidance .two-columns {
	display: flex;
	gap: 1rem;
}
.guidance .two-columns > dl {
	flex: 1;
}
.guidance .two-columns > figure {
	flex: 1;
}

.guidance .two-columns img {
	border: 1px dotted #aaa;
	width: 100%;
	object-fit: contain;
	object-position: center;
}

.groupButton {
	margin: 2rem 0;
	display: flex;
	gap: 1rem;
	justify-content: flex-start;
}
.groupButton button {
	border: 1px solid #ccc;
	border-radius: 5px;
	cursor: pointer;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	letter-spacing: 3px;
	line-height: 2rem;
	padding: 0.4rem 0;
	position: relative;
}
.groupButton a:first-child {
	width: 100%;
}
.groupButton #btnCancelInput {
	background-color: #ddd;
	color: #666;
	background: #f2f5f6; /* Old browsers */
	background: -moz-linear-gradient(top,  #f2f5f6 0%, #e3eaed 37%, #c8d7dc 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f2f5f6), color-stop(37%,#e3eaed), color-stop(100%,#c8d7dc)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f2f5f6 0%,#e3eaed 37%,#c8d7dc 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f2f5f6 0%,#e3eaed 37%,#c8d7dc 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f2f5f6 0%,#e3eaed 37%,#c8d7dc 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #f2f5f6 0%,#e3eaed 37%,#c8d7dc 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f5f6', endColorstr='#c8d7dc',GradientType=0 ); /* IE6-9 */
	width: 12rem;
}
.groupButton #btnCancelInput:hover {
	background: #f9fafb; /* Old browsers */
	background: -moz-linear-gradient(top,  #f9fafb 0%, #f4f7f8 37%, #e9eff1 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f9fafb), color-stop(37%,#f4f7f8), color-stop(100%,#e9eff1)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f9fafb 0%,#f4f7f8 37%,#e9eff1 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f9fafb 0%,#f4f7f8 37%,#e9eff1 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f9fafb 0%,#f4f7f8 37%,#e9eff1 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #f9fafb 0%,#f4f7f8 37%,#e9eff1 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9fafb', endColorstr='#e9eff1',GradientType=0 ); /* IE6-9 */
}

/**
 * h2 サブタイトル
 */
h2.subTitle2 {
	background: transparent linear-gradient(to bottom, #fff 0%, #F3F3F3 50%, #fff 100%) repeat scroll 0% 0%;
	border: 1px solid #ECECEC;
	padding: 5px 0 5px 0;
	font-size: 1.6em;
	width: 100%;
	position: relative;
	box-sizing: border-box;
	font-weight: 500;
	line-height: 1.1em;
	margin-top: 30px;
}

/**
 * h3 サブタイトル
 */
h3.subTitle {
	background: transparent linear-gradient(to bottom, #fff 0%, #F3F3F3 50%, #fff 100%) repeat scroll 0% 0%;
	border: 1px solid #ECECEC;
	padding: 10px 0;
	font-size: 1.4em;
	width: 100%;
	position: relative;
	box-sizing: border-box;
	font-weight: 500;
	line-height: 1.1em;
	margin-top: 20px;
}

h3.subTitle .subTitleIcon {
	position: absolute;
	bottom: 0;
}

h3.subTitle span {
	line-height: 38px;
	padding-left: 100px;
}

/**
 * h4
 */
h4 {
	padding: 0 0 0 10px; /* [上][右][下][左] */
	margin: 35px 0px 10px 0;
	line-height: 38px;
	background-image: none;
	border-left: 3px solid #666;
	border-bottom: 1px dotted #aaa;
}

/**
 * dl dt, dd
 */
dl dt {
	background-color: #F5F5F5;
	border: solid 1px #E3E3E3;
	padding: 10px;
}

dl dd {
	background-color: #fff;
	border: solid 1px #E3E3E3;
	padding: 10px;
}

dl dt:nth-child(n+2) {
	margin-top: 10px;
}

/**
 * ガイダンス
 */
.guidance {
	background-color: #E3EFFD;
	padding: 10px;
	margin: 10px 0;
	border-radius: 5px;
}

/**
 * 赤色
 */
.red {
	color: #ff0000;
}

/**
 * 青色
 */
.blue {
	color: #0000ff;
}
