/* h4 */

h4 {
	margin-bottom: 1em;
}


/* flowchart */

.flowchart {
	border-bottom: 1px solid #D6D6D6;
}

.flowchart dl {
	width: 100%;
	position: relative;
}

.flowchart dl dt {
	background: #C1976D;
	text-align: center;
}

.flowchart dl:first-child:after {
	position: absolute;
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 1.4rem 1rem 0 1rem;
	border-color: #c1976d transparent transparent transparent;
	margin-left: -.7rem;
}

.flowchart dl:first-child dd {
	margin-bottom: 3em;
}

.flowchart dl dd p {
	margin-bottom: 2em;
}

.flowchart dl dd p i {
	margin-right: 5px;
}


/* tableWrap */

.tableWrap {
	border-bottom: 1px solid #D6D6D6;
}

.table {
	width: 100%;
}

.table dl {
	background: #FFF;
}


/* flowWrap */

.flowWrap .box {
	display: flex;
	justify-content: space-between;
}

.flowWrap>p {
	margin-bottom: 1em;
}

.flowWrap .box.type3 {
	align-items: flex-start;
}

.flowWrap .box.type5 {
	align-items: flex-end;
}

.flowWrap .box.type4 {
	position: relative;
}

.flowWrap .box.type4:after {
	position: absolute;
	content: '';
	background-image: url(../img/use/arrow1.png);
	background-repeat: no-repeat;
	background-position: 50% 100%;
	right: 25%;
	top: -45px;
	width: 10px;
	height: 180px;
}

.flowWrap .box div {
	text-align: center;
	border: 1px solid;
	padding: 5px;
	background: #FFF;
}

.flowWrap .box div a {
	color: #FFF;
	background: #39B04A;
	display: block;
	margin: 0 auto;
	border-radius: .5em;
}

.flowWrap .box div:nth-child(odd) {
	color: #EC5A24;
	border-color: #EC5A24;
}

.flowWrap .box div:nth-child(even) {
	color: #39B04A;
	border-color: #39B04A;
}

.flowWrap .box.type1 div {
	color: #FFF;
}

.flowWrap .type1 div:nth-child(odd) {
	background: #EC5A24;
}

.flowWrap .type1 div:nth-child(even) {
	background: #39B04A;
}


/* arrow */

.arrowLeft,
.arrowRight {
	position: relative;
	margin-bottom: 80px;
}

.arrowLeft:after,
.arrowRight:after {
	content: '';
	position: absolute;
	height: 70px;
	width: 10px;
	bottom: -75px;
	left: 50%;
	margin-left: -5px;
	background-repeat: no-repeat;
	background-position: 50% 100%;
}

.arrowLeft:after {
	background-image: url(../img/use/arrow2.png);
}

.arrowRight:after {
	background-image: url(../img/use/arrow1.png);
}

.arrowDown {
	position: relative;
}

.arrowDown:after {
	position: absolute;
	content: '';
	background-image: url(../img/use/arrow3.png);
	background-repeat: no-repeat;
	background-position: 50%;
	-webkit-background-size: contain;
	background-size: contain;
	height: 77px;
	bottom: 0;
	left: 50%;
}


/* PC */

@media screen and (min-width: 980px) {
	/* h4 */
	h4 {
		font-size: 22px;
	}
	p.comment {
		margin-bottom: 40px;
	}
	/* flowchart */
	.flowchart {
		margin-bottom: 25px;
	}
	.flowchart dl:first-child:after {
		bottom: -1.8rem;
		left: 200px;
	}
	.flowchart dl dt {
		padding: 5px;
		width: 400px;
		font-size: 20px;
		margin-bottom: 5px;
	}
	/* tableWrap */
	.tableWrap {
		padding-bottom: 25px;
		margin-bottom: 25px;
	}
	.table {
		border: solid #603813;
		border-width: 0 0 1px 1px;
	}
	.table dl {
		display: flex;
	}
	.table dl dd,
	.table dl dt {
		border: solid #603813;
		border-width: 1px 1px 0 0;
	}
	.table dl dt {
		padding: 1em -0px;
		text-align: center;
		width: 290px;
	}
	.table dl dd {
		padding: 5px 25px;
		width: 910px;
	}
	/* flowWrap */
	.flowWrap {
		width: 900px;
		margin: 0 auto;
		padding-bottom: 100px;
	}
	.flowWrap .box {
		padding: 0 25px;
	}
	.flowWrap .box div {
		width: 400px;
		font-size: 20px;
	}
	.flowWrap .box div span {
		font-size: 11px;
	}
	.flowWrap .box div a {
		padding: .2em 2em;
		width: 12em;
	}
	.flowWrap .box.type5 {
		margin-top: -40px;
	}
	/* arrow */
	.arrowDown:after {
		width: 720px;
		margin-left: -360px;
	}
}


/*SP*/

@media screen and (max-width: 980px) {
	/* h4 */
	h4 {
		padding: 0 10px;
	}
	p.comment {
		padding: 0 10px;
	}
	/* flowchart */
	.flowchart {
		padding: 0 10px;
		margin-bottom: 1em;
	}
	.flowchart dl:first-child:after {
		bottom: -2.5rem;
		left: 50%;
		padding-bottom: 1em;
	}
	.flowchart dl dt {
		padding: 5px;
		margin-bottom: 10px;
	}
	/* tableWrap */
	.tableWrap {
		padding-bottom: 1em;
		margin-bottom: 1em;
	}
	.table {
		padding: 0 10px;
	}
	.table dl {
		border: 1px solid #603813;
		margin-bottom: 1em;
	}
	.table dl,
	.table dl dd,
	.table dl dt {
		width: 100%;
	}
	.table dl dt {
		padding: 5px;
		border-bottom: 1px solid #603813;
		text-align: center;
	}
	.table dl dd {
		padding: 5px;
	}
	/* flowWrap */
	.flowWrap {
		width: 100%;
		margin-bottom: 45px;
	}
	.flowWrap p {
		padding: 0 10px;
	}
	.flowWrap .box div {
		width: 48%;
	}
	.flowWrap .box.type5 {
		margin-top: -1.5em;
	}
	.flowWrap .box.type4:after {
		top: -1em;
		height: 14em;
	}
	/* arrow */
	.arrowDown:after {
		width: 50vw;
		margin-left: -25vw;
		background-image: url(../img/use/arrow4.png);
	}
}


/* 横長の場合 */

@media only screen and (max-width: 980px) and (orientation: landscape) {
	.flowWrap .box.type4:after {
		top: -3.5em;
	}
}