@charset "Shift_JIS";

/* title */
#title{
	border-bottom: none;
}

/*step_box*/
.step_box {
	list-style: none;
	padding: 0;
	margin-bottom: 50px;
	display: flex;
	justify-content: space-around;
	text-align: center;
	position: relative;
}
.step_box::before {
	display: block;
	content: "";
	width: 11px;
	height: 22px;
	background: url('../../img2025/sp/arrow_right.svg') no-repeat center/ 1.2rem;
	position: absolute;
	top: 0;
	right: 30%;
	bottom: 0;
	left: 0;
	margin: auto;
}
.step_box::after {
	display: block;
	content: "";
	width: 11px;
	height: 22px;
	background: url('../../img2025/sp/arrow_right.svg') no-repeat center/ 1.2rem;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 30%;
	margin: auto;
}
.step_box li {
	width: 33.3%;
}
.step_box li img {
	width: 60%;
	margin-bottom: 10px;
}
.step_box li span {
	display: block;
	color: #197f4a;
	font-weight: bold;
}
.step_box li span.subtitle {
	color: #333;
	font-weight: normal;
}


/* list */
#contents ul.list {
	margin: 0;
}


/* dl */
#contents .list dl {
	width: 100%;
	overflow: hidden;
	display: block;
	margin: 0;
}
#contents .list dl dt {
	width: 100%;
}

#contents .list dl dd {
	width: calc(100% - 1.6rem);
	padding-left: 1.6rem;
}

#contents .list dt {
	width: 3.7em;
}
#contents .list dd {
	width: calc(100% - 3.7em);
	margin: 0;
}
#contents .form-note a {
	text-decoration: underline;
}


/* print */
.print {
	margin-bottom: 60px;
}
.print ul {
	list-style: none;
	padding: 0;
	display: flex;
	justify-content: space-around;
	margin-bottom: 30px;
}
.print ul li {
	line-height: 1.8;
	text-align: center;
}
.print ul li a {
	text-decoration: underline;
}


/* browser */
#contents .browser {
	margin-bottom: 60px;
}


/* modal-link */
.dialog-main img{
	margin: 30px auto;
	display: block;
	width: 100%;
	max-width: 365px;
}

#contents .margin-top_0 {
    margin-top: 0px !important;
}
