@charset "UTF-8";
@import "/include/css/common.pc.css";

/* ---------------------------------------------------------
	CSS Document guide
--------------------------------------------------------- */

#guide {
	margin-bottom: 70px;
	padding-top: 50px;
}

#guide p {
	margin-bottom: 40px;
}

#guide .caption {
	display: block;
	width: 190px;
	height: 50px;
	background: #ae86b0;
	font-size: 18px;
	line-height: 48px;
	color: #fff;
}

#guide .section {
	padding: 30px;
	background: #f1f1f1;
	box-shadow: 0 0 0 1px #d9d9d9 inset;
	text-align: left;
	position: relative;
}

#guide .dt:before {
	display: inline-block;
	vertical-align: 0.2em;
	content: '●';
	width: 18px;
	font-size: 10px;
	color: #99516d;
}

#guide ul + .dt {
	margin-top: 2em;
}

#guide ul {
	margin-left: 18px;
}

#guide li:before {
	display: inline-block;
	vertical-align: top;
	content: '-';
	margin-right: 0.5em;
}

#guide .section a {
	text-decoration: none;
	color: #222;
}

#guide .section a:hover {
	text-decoration: underline;
	color: #1391af;
}

#guide .section figure {
	width: 152px;
	height: 300px;
	position: absolute;
	bottom: 0;
	right: 75px;
}

/* ---------------------------------------------------------
	CSS Document flow
--------------------------------------------------------- */

#flow h3 {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 30px;
	font-family: "Noto Serif JP", serif;
	font-weight: 600;
	font-size: 26px;
	letter-spacing: -0.03em;
	line-height: 1;
	color: #323232;
}

#flow h3 .icon {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 60px;
	height: 60px;
	margin-right: 20px;
	border-radius: 100%;
	background: #f1f1f1;
	box-shadow: 0 0 0 1px #323232 inset;
}

#flow h3 .icon img {
	height: 36px;
}

#flow h4 {
	margin-bottom: 30px;
	padding: 10px 20px;
	background: #f1efea;
	text-align: left;
	font-weight: 400;
	font-size: 20px;
	color: #99516d;
}

#flow h5 {
	margin-bottom: 0.5em;
	text-align: left;
	font-weight: 500;
	font-size: 18px;
	line-height: 28px;
}

#flow h5:before {
	display: inline-block;
	vertical-align: top;
	content: '';
	width: 22px;
	height: 30px;
	background: url(../images/flow_15.svg) no-repeat left;
	margin-right: 0.5em;
}

#flow p {
	margin-bottom: 30px;
	text-align: justify;
}

#flow ol {
	margin-bottom: 30px;
	text-align: justify;
}

#flow ol li {
	margin-left: 1.3em;
	text-indent: -1.3em;
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
	letter-spacing: 0.05em;
}

#flow .section {
	margin-bottom: 80px;
}

#flow .section2 {
	margin-bottom: 40px;
}

#flow .midashi {
	margin-bottom: 0.5em;
	text-align: left;
	font-weight: 500;
	font-size: 18px;
	color: #99516d;
}

#flow .result {
	margin-top: 1em;
	text-align: left;
	font-weight: 600;
	color: #99516d;
}

/* situation */
#flow .situation {
	padding: 20px 30px;
	background: #f3eaed;
	text-align: left;
}

#flow .situation li {
	padding-left: 18px;
	line-height: 1.7;
	position: relative;
}

#flow .situation li:not(:last-of-type) {
	margin-bottom: 1.5em;
}

#flow .situation.situation_02 li {
	margin-bottom: 0;
}

#flow .situation li:before {
	content: '●';
	font-size: 10px;
	color: #99516d;
	position: absolute;
	top: 0.5em;
	left: 0;
}

#flow .situation p {
	margin-bottom: 0;
}

#flow .situation.situation_03 {
	width: 710px;
	height: 190px;
	margin: 0 auto 20px;
	position: relative;
}

#flow .situation.situation_04 {
	width: 710px;
	height: 170px;
	margin: 0 auto 50px;
	padding-left: 175px;
	position: relative;
}

#flow .situation.situation_05 {
	padding: 0;
	background: transparent;
}

#flow .situation.situation_05 a {
	transition: opacity .4s;
}

#flow .situation.situation_05 a:hover {
	opacity: 0.6;
}

/* link */
#flow .link a {
	display: inline-block;
	vertical-align: top;
	height: 52px;
	padding: 0 2em;
	border-radius: 52px;
	border: solid 1px #d9d9d9;
	text-decoration: none;
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
	font-size: 16px;
	line-height: 48px;
	transition: opacity .4s;
}

#flow .link a:hover {
	opacity: 0.6;
}

/* figure */
#flow .figure_01 {
	margin-bottom: 30px;
	height: 376px;
}

#flow .figure_02 {
	margin-bottom: 30px;
}

#flow .figure_02 figcaption {
	margin-bottom: 30px;
	font-weight: 500;
	font-size: 22px;
}

#flow .figure_02 img {
	height: 485px;
}

#flow .figure_03 img {
	height: 413px;
	margin-bottom: 20px;
}

#flow .figure_04 {
	height: 160px;
	position: absolute;
	bottom: -10px;
	right: 30px;
}

#flow .figure_05 {
	height: 160px;
	position: absolute;
	bottom: -12px;
	left: 12px;
}

#flow .figure_06 {
	margin-bottom: 40px;
}

#flow .figure_06 img {
	height: 507px;
	margin-bottom: 10px;
}

/* check */
#flow .check {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 30px;
	padding: 30px;
	background: #f1f1f1;
	text-align: left;
}

#flow .check img {
	height: 68px;
}

#flow .check p {
	width: 740px;
	margin-bottom: 0;
}

/* step */
#flow .step {
	width: 630px;
	margin: 70px auto 0;
}

#flow .step .step_row {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 90px;
	margin-bottom: 65px;
	border-radius: 5px;
	background: #fdf0e8;
	position: relative;
}

#flow .step .step_row:after {
	content: '';
	width: 100%;
	height: 34px;
	background: url(../images/flow_07.svg) no-repeat center;
	position: absolute;
	left: 0;
	bottom: -50px;
}

#flow .step .step_row img {
	width: 100px;
	height: 100px;
	transform: translateY(-50%);
	position: absolute;
	top: 50%;
	right: -50px;
}

#flow .step .step_last {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 50px;
	background: #ea4019;
	font-weight: 600;
	color: #fff;
}

/* table */
#flow .table_01 {
	display: table;
	width: 100%;
	margin-top: 0.8em;
}

#flow .table_01 dl {
	display: table-row;
}

#flow .table_01 dt {
	display: table-cell;
	vertical-align: top;
	width: 220px;
	padding: 15px 30px;
	border: solid 1px #d9d9d9;
	background: #f3ecf3;
	text-align: left;
}

#flow .table_01 dd {
	display: table-cell;
	vertical-align: top;
	padding: 15px 30px;
	border: solid 1px #d9d9d9;
	text-align: left;
}

/* law */
#flow .law {
	display: table;
	width: 100%;
}

#flow .law .tr {
	display: table-row;
}

#flow .law .num {
	display: table-cell;
	vertical-align: middle;
	width: 60px;
	padding: 15px 0;
	border: solid 1px #d9d9d9;
	background: #f4bb71;
	text-align: center;
	font-size: 18px;
	color: #fff;
}

#flow .law .th {
	display: table-cell;
	vertical-align: middle;
	width: 200px;
	padding: 15px 20px;
	border: solid 1px #d9d9d9;
	background: #fceedc;
	text-align: justify;
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
}

#flow .law .td {
	display: table-cell;
	vertical-align: middle;
	padding: 15px 20px;
	border: solid 1px #d9d9d9;
	text-align: left;
}

/* ---------------------------------------------------------
	CSS Document book
--------------------------------------------------------- */

#book {
	margin-bottom: 120px;
}

#book .container {
	padding: 20px 30px;
	background: #f1f1f1;
	text-align: left;
	position: relative;
}

#book h3 {
	margin-bottom: 0.5em;
	font-weight: 500;
	font-size: 18px;
}

#book ul {
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
	font-size: 13px;
	letter-spacing: 0.05em;
	line-height: 1.8;
}

#book figure {
	width: 152px;
	height: 220px;
	overflow: hidden;
	position: absolute;
	bottom: 0;
	right: 50px;
}
