@charset "UTF-8";

.contents {
	margin-bottom: 52px;
}

.mainVisual {
	background-image: url(../guide/img/first-examination/pt-main-visual.jpg);
}

.mainVisual > img {
}

.first {
}

.first_inner {
}

.intro {
}

.intro_title {
}

.intro_text {
	margin: 35px 0 0;
	text-align: center;
}

.out {
	border-color: #45c16f;
}

.out_title b {
	border-bottom-color: #45c16f;
}

.flow {
	margin: 36px 0 0;
	padding: 17px 10px;
	border: 1px solid #9ed229;
}

.flow_title {
}

.flow_txt {
	text-align: center;
}

.flow_list {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 25px 50px;
	list-style: none;
	width: 840px;
	margin: 30px auto 0;
}

.flow_list > li {
	width: 100%;
}

.flow_list > li:first-child {
	grid-column: 1 / 3;
}

.flow_sect {
	min-height: 172px;
	padding: 17px 15px;
	border: 1px solid #dddddd;
}

.flow_list > li:first-child .flow_sect {
	display: flex;
}

.flow_sect_wrap {
	width: 330px;
	height: 100%;
	padding-right: 25px;
	border-right: #dddddd 1px solid;
}

.flow_sect_number {
	color: #9ed228;
	font-size: 43px;
	line-height: 1;
}

.flow_sect_title {
	margin: 18px 0 14px;
	font-weight: normal;
	font-size: 24px;
	line-height: 1.3;
}

.flow_sect_text {
	line-height: 2;
}

.flow_sect_pdf {
	padding-top: 18px;
	padding-left: 35px;
}

.flow_sect_pdf p {
}

.flow_sect_pdf ul {
	list-style: none;
	margin-top: 10.5px;
}

.flow_sect_pdf ul li {
	margin-bottom: 20px;
}

.flow_sect_pdf ul li:last-child {
	margin-bottom: 0;
}

.flow_sect_pdf ul li::marker {
}

.flow_sect_pdf ul li a {
	display: flex;
	align-items: center;
	gap: 13px;
	padding: 8px 19px 8px 14px;
	border-radius: 7px;
	color: #ffffff;
	font-size: 16px;
	text-decoration: none;
}

.flow_sect_pdf ul li:nth-of-type(4n+1)  a {
	background: #71c335;
}

.flow_sect_pdf ul li:nth-of-type(4n+2) a {
	background: #f09199;
}

.flow_sect_pdf ul li:nth-of-type(4n+3)  a {
	background: #4472c4;
}

.flow_sect_pdf ul li:nth-of-type(4n+4) a {
	background: #ed7d31;
}

.flow_sect_pdf ul li a span {
	display: flex;
	flex-shrink: 0;
	justify-content: center;
	align-items: center;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	background: #ffffff;
}

.flow_cautionList {
	width: 840px;
	margin: 20px auto 0;
}

.flow_cautionList > li {
}

.flow_cautionList > li > b {
}

/* タブレット以下設定 */
@media screen and (max-width:940px) {
	.contents {
		margin-bottom: 40px;
	}

	.mainVisual {
	}

	.mainVisual > img {
	}

	.first {
	}

	.first_inner {
	}

	.intro {
	}

	.intro_title {
	}

	.intro_text {
		margin-top: 25px;
		text-align: left;
	}

	.out {
	}

	.out_title b {
	}

	.flow {
	}

	.flow_title {
	}

	.flow_list {
		width: 100%;
		max-width: 840px;
		margin-top: 25px;
	}

	.flow_list > li:first-child {
	}

	.flow_sect {
		padding: 10px;
	}

	.flow_sect_number {
		font-size: 30px;
	}

	.flow_sect_title {
		margin: 5px 0 10px;
		font-size: 20px;
	}

	.flow_sect_text {
		white-space: normal;
	}

	.flow_cautionList {
		margin: 10px 0 0;
	}

	.flow_cautionList > li {
	}

	.flow_cautionList > li > b {
	}
}

/* スマホ設定 */
@media screen and (max-width:639px) {
	.contents {
	}

	.mainVisual {
	}

	.mainVisual > img {
	}

	.first {
	}

	.first_inner {
	}

	.intro {
	}

	.intro_title {
	}

	.intro_text {
		margin-top: 15px;
	}

	.out {
		padding: 0;
		border: none;
	}

	.out_title b {
	}

	.flow {
	}

	.flow_title {
	}

	.flow_txt {
		text-align: start;
	}

	.flow_list {
		grid-template-columns: 1fr;
		gap: 20px;
		margin-top: 20px;
	}

	.flow_list > li {
		float: none;
		width: 100%;
		margin: 0 0 5px;
	}

	.flow_list > li:first-child {
		grid-column: unset;
	}

	.flow_sect {
		min-height: 0;
	}

	.flow_sect_number {
		display: inline-block;
		margin: 0 5px 0 0;
		font-size: 20px;
		vertical-align: middle;
	}

	.flow_sect_title {
		display: inline-block;
		margin: 0;
		font-size: 16px;
		vertical-align: middle;
	}

	.flow_sect_text {
		margin: 5px 0 0;
	}

	.flow_cautionList {
		width: 100%;
	}

	.flow_cautionList > li {
	}

	.flow_cautionList > li > b {
	}

	.flow_list > li:first-child .flow_sect {
		flex-flow: column;
		align-items: start;
		gap: 15px;
	}

	.flow_sect_wrap {
		width: 100%;
		padding-right: 0;
		border-right: none;
	}

	.flow_sect_pdf {
		padding-left: 0;
	}

	.flow_sect_pdf p {
	}

	.flow_sect_pdf ul {
	}

	.flow_sect_pdf ul li {
		margin-bottom: 5px;
	}

	.flow_sect_pdf ul li::marker {
	}

	.flow_sect_pdf ul li a {
	}

	.flow_sect_pdf ul li a span {
	}
}
