@charset "utf-8";

/*-----------------------------------------------
	index
-----------------------------------------------*/
/* bgStripe */
.bgStripe01{
	background: repeating-linear-gradient(-45deg, #FFA399, #FFA399 24.8px, #EB6652 24.8px, #EB6652 49.6px);
	background-color: #EB6652;
}
.bgStripe02{
	background: repeating-linear-gradient(-45deg, #85B000, #85B000 24.8px, #378000 24.8px, #378000 49.6px);
	background-color: #378000;
}
.bgStripe03{
	background: repeating-linear-gradient(-45deg, #6385CC, #6385CC 24.8px, #0A4D94 24.8px, #0A4D94 49.6px);
	background-color: #0A4D94;
}
.bgStripe04{
	background: repeating-linear-gradient(-45deg, #339998, #339998 24.8px, #026476 24.8px, #026476 49.6px);
	background-color: #026476;
}
.bgStripe05{
	background: repeating-linear-gradient(-45deg, #FFAD66, #FFAD66 24.8px, #DF6C20 24.8px, #DF6C20 49.6px);
	background-color: #DF6C20;
}
.bgStripe06{
	background: repeating-linear-gradient(-45deg, #FFACE5, #FFACE5 24.8px, #A15067 24.8px, #A15067 49.6px);
	background-color: #A15067;
}
.bgStripe07{
	background: repeating-linear-gradient(-45deg, #FAF89B, #FAF89B 24.8px, #D2B02B 24.8px, #D2B02B 49.6px);
	background-color: #D2B02B;
}
.bgStripe08{
	background: repeating-linear-gradient(-45deg, #7DCC78, #7DCC78 24.8px, #3E8036 24.8px, #3E8036 49.6px);
	background-color: #3E8036;
}

/* bgPoint */
.bgPoint01{
	background: #EB6652;
	border: 1px solid #E0331B;
}
.bgPoint02{
	background: #378000;
	border: 1px solid #1C4000;
}
.bgPoint03{
	background: #0A4D94;
	border: 1px solid #042346;
}
.bgPoint04{
	background: #026476;
	border: 1px solid #012830;
}
.bgPoint05{
	background: #DF6C20;
	border: 1px solid #7C3D12;
}
.bgPoint06{
	background: #A15067;
	border: 1px solid #572B37;
}
.bgPoint07{
	background: #D2B02B;
	border: 1px solid #85701B;
}
.bgPoint08{
	background: #3E8036;
	border: 1px solid #275223;
}

/* stepWrapper */
.stepWrapper{
	width: 1000px;
	margin: 0 auto;
}
@media only screen and (max-width:767px){
	.stepWrapper{
		width: 93.75%;
		margin: 0 auto;
	}
}

/* titCmnStep */
.titCmnStep{
	height: 180px;
	text-align: center;
	color: #FFF;
	font-size: 0;
	padding-top: 54px;
	text-shadow: 1px 1px 5px rgba(0,0,0,0.75);
}

.titCmnStep .boxTxt{
	display: inline-block;
	width: 72px;
	height: 72px;
	border-radius: 36px;
	border: 1px solid #FFF;
	vertical-align: -6px;
	box-shadow: 1px 1px 5px rgba(0,0,0,0.75);
}
.titCmnStep .boxTxt .txt01{
	font-size: 18px;
	margin: 15px 0 2px;
	letter-spacing: 1px;
}
.titCmnStep .boxTxt .txt02{
	font-size: 24px;
}
.titCmnStep .tit{
	display: inline-block;
	font-size: 36px;
	font-weight: bold;
	margin-left: 27px;
	letter-spacing: 6px;
}
@media only screen and (max-width:767px){
	.titCmnStep{
		height: auto;
		padding: 15px 0;
	}
	.titCmnStep .boxTxt{
		display: block;
		width: 40px;
		height: 40px;
		border-radius: 20px;
		margin: 0 auto;
	}
	.titCmnStep .boxTxt .txt01{
		font-size: 11px;
		margin: 7px 0 0;
		letter-spacing: 0.5px;
	}
	.titCmnStep .boxTxt .txt02{
		font-size: 18px;
	}
	.titCmnStep .tit{
		display: block;
		font-size: 15px;
		margin-left: 0;
		letter-spacing: 0.5px;
		margin-top: 10px;
	}
}

/* txtCmnPoint */
.txtCmnPoint{
	height: 80px;
	line-height: 80px;
	position: relative;
	color: #FFF;
	text-align: center;
	font-weight: bold;
	font-size: 18px;
	letter-spacing: 2.5px;
	margin-top: 37px;
	padding-right: 110px;
}
.txtCmnPoint.multiRow{
	height: auto;
	line-height: 30px;
	padding: 23px 0;
}
.txtCmnPoint::before{
	content: "";
	display: inline-block;
	background: url(../img/guide/imgCmnPoint01.png) center top / cover no-repeat;
	width: 82px;
	height: 117px;
	margin: -42px 38px 0 0;
	vertical-align: middle;
}
.txtCmnPoint.multiRow::before{
	background: url(../img/guide/imgCmnPoint02.png) center top / cover no-repeat;
	height: 143px;
	position: absolute;
	left: 101px;
	bottom: 0;
	margin: 0;
}
@media only screen and (max-width:767px){
	.txtCmnPoint{
		height: auto;
		line-height: 1.5;
		font-size: 15px;
		letter-spacing: 0.5px;
		margin-top: 20px;
		padding: 10px 0;
	}
	.txtCmnPoint.multiRow{
		line-height: 1.5;
		padding: 10px 0;
	}
	.txtCmnPoint::before{
		display: none;
	}
}

/* titBase */
.titBase{
	color: #000;
	font-size: 22px;
	font-weight: bold;
	letter-spacing: 2px;
}
@media only screen and (max-width:767px){
	.titBase{
		font-size: 15px;
		letter-spacing: 0.5px;
	}
}

/* txtBase */
.txtBase{
	color: #000;
	font-size: 14px;
	line-height: 30px;
	letter-spacing: 1.25px;
}
@media only screen and (max-width:767px){
	.txtBase{
		font-size: 13px;
		line-height: 1.5;
		letter-spacing: 0.5px;
	}
}

/* secTop */
.secTop .cmnTit{
	margin-bottom: 30px;
}
.secTop .txtTop{
	font-size: 15px;
	line-height: 32px;
	color: #000;
	text-align: center;
	letter-spacing: 1.25px;
	margin-bottom: 42px;
}
.secTop .boxStep{
	background: url(../img/guide/bgStep.jpg) center top no-repeat;
}
.secTop .boxStep .boxList{
	width: 1005px;
	margin: 0 auto;
	padding: 79px 0 77px;
	position: relative;
	font-size: 0;
}
.secTop .boxStep .boxList li{
	display: inline-block;
	position: relative;
	margin-right: 35px;
}
.secTop .boxStep .boxList li::after{
	content: "";
	display: block;
	width: 16px;
	height: 26px;
	background: url(../img/guide/imgStepArrow.png) center top / cover no-repeat;
	position: absolute;
	top: 58px;
	right: -25px;
}
.secTop .boxStep .boxList li a{
	display:block;
}
.secTop .boxStep .boxList li .txtStart,
.secTop .boxStep .boxList li .txtGoal{
	content: "";
	display: block;
	position: absolute;
	top: -12px;
	left: -12px;
	z-index: 10;
}
.secTop .boxStep .boxList li:nth-child(-n+4){
	margin-bottom: 34px;
}
.secTop .boxStep .boxList li:nth-child(4n){
	margin-right: 0;
}
.secTop .boxStep .boxList li:nth-child(4n)::after{
	display: none;
}
@media only screen and (max-width:767px){
	.secTop .cmnTit{
		margin-bottom: 15px;
	}
	.secTop .txtTop{
		width: 93.75%;
		font-size: 13px;
		line-height: 1.5;
		text-align: left;
		letter-spacing: 0.5px;
		margin: 0 auto 20px;
	}
	.secTop .boxStep{
		background-size: cover;
	}
	.secTop .boxStep .boxList{
		width: 93.75%;
		margin: 0 auto;
		padding: 25px 0 10px;
	}
	.secTop .boxStep .boxList li{
		width: 45%;
		margin: 0 5% 15px 0 !important;
	}
	.secTop .boxStep .boxList li::after{
		width: 8px;
		height: 13px;
		position: absolute;
		top: calc(50% - 6.5px);
		right: -15%;
	}
	.secTop .boxStep .boxList li:nth-child(2n){
		margin: 0 0 15px 5% !important;
	}
	.secTop .boxStep .boxList li .txtStart,
	.secTop .boxStep .boxList li .txtGoal{
		width: 25%;
		height: auto;
		top: -10%;
		left: -5%;
	}
}

/* secStep01 */
.secStep01 .boxAbout{
	margin-top: 50px;
	border-bottom: 1px dotted #C6C6C6;
}
.secStep01 .boxAbout .wrapper{
	padding-bottom: 2px;
}
.secStep01 .boxAbout .boxLeft{
	width: 680px;
	float: left;
}
.secStep01 .boxAbout .boxLeft .tit{
	margin-top: 48px;
}
.secStep01 .boxAbout .boxLeft .txt{
	margin-top: 18px;
}
.secStep01 .boxAbout .boxRight{
	width: 280px;
	float: right;
}
.secStep01 .boxAbout .txtCmnPoint{
	margin-bottom: 70px;
}
.secStep01 .boxBudget{
	padding-bottom: 70px;
	border-bottom: 1px dotted #C6C6C6;
}
.secStep01 .boxBudget .titBudget{
	margin: 70px 0 31px;
}
.secStep01 .boxBudget .boxItem .tit{
	height: 56px;
	border: 1px solid #707E7E;
	color: #000;
	line-height: 54px;
	font-size: 14px;
	padding-left: 29px;
	font-weight: bold;
	letter-spacing: 1.25px;
}
.secStep01 .boxBudget .boxItem .txt{
	padding: 15px 0 30px 29px;
}
.secStep01 .boxBudget .boxExample .titExample{
	height: 60px;
	line-height: 60px;
	text-align: center;
	background: #FFA399;
	color: #1C0300;
	border: 1px solid #EB6652;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 2.75px;
	margin-top: 3px;
}
.secStep01 .boxBudget .boxExample .boxDetails{
	background: #F8F8F8;
	padding: 0 40px;
}
.secStep01 .boxBudget .boxExample .boxList{
	padding: 29px 0 18px;
	border-bottom: 1px solid #C7C7C7;
}
.secStep01 .boxBudget .boxExample .boxList li{
	display: table;
	color: #000;
	font-size: 14px;
	line-height: 34px;
	width: 100%;
}
.secStep01 .boxBudget .boxExample .boxList li .tit{
	display: table-cell;
	width: 88px;
	font-weight: bold;
	letter-spacing: 3px;
}
.secStep01 .boxBudget .boxExample .boxList li .txt01{
	display: table-cell;
	width: 92px;
	text-align: right;
	font-weight: bold;
	letter-spacing: 2.75px;
}
.secStep01 .boxBudget .boxExample .boxList li .txt02{
	display: table-cell;
	width: 430px;
	padding-left: 17px;
	letter-spacing: 3px;
}
.secStep01 .boxBudget .boxExample .txtTotal{
	display: table;
	color: #000;
	font-size: 16px;
	line-height: 34px;
	font-weight: bold;
	padding: 16px 0 25px;
}
.secStep01 .boxBudget .boxExample .txtTotal .tit{
	display: table-cell;
	width: 169px;
	letter-spacing: 3px;
}
.secStep01 .boxBudget .boxExample .txtTotal .txt{
	display: table-cell;
	width: 122px;
	letter-spacing: 3.25px;
}
.secStep01 .boxBudget .txtBudget{
	padding: 31px 0 34px;
}
.secStep01 .boxHope .tit{
	margin: 70px 0 18px;
}
.secStep01 .boxHope .txt01{
	margin-bottom: 22px;
}
.secStep01 .boxHope .boxList{
	font-size: 0;
}
.secStep01 .boxHope .boxList li:nth-child(-n+9){
	display: inline-block;
	width: 190px;
	height: 50px;
	line-height: 50px;
	background: #4E7664;
	margin: 0 12px 12px 0;
	font-size: 13px;
	color: #FFF;
	text-align: center;
	font-weight: bold;
	letter-spacing: 1.25px;
}
.secStep01 .boxHope .boxList li:nth-child(5n){
	margin-right: 0;
}
.secStep01 .boxHope .boxList li:last-child{
	display: inline-block;
	font-size: 13px;
	color: #000;
	font-weight: bold;
	letter-spacing: 1.25px;
	vertical-align: -5px;
}
.secStep01 .boxHope .txt02{
	padding: 10px 0 35px;
}
.secStep01 .boxHope .txtCmnPoint{
	margin-bottom: 100px;
}
@media only screen and (max-width:767px){
	.secStep01 .boxAbout{
		margin-top: 25px;
	}
	.secStep01 .boxAbout .wrapper{
		padding-bottom: 0;
	}
	.secStep01 .boxAbout .boxLeft{
		width: 100%;
		float: none;
	}
	.secStep01 .boxAbout .boxLeft .tit{
		margin-top: 0;
	}
	.secStep01 .boxAbout .boxLeft .txt{
		margin-top: 10px;
	}
	.secStep01 .boxAbout .boxRight{
		width: 66.67%;
		float: none;
		margin: 15px auto 0;
	}
	.secStep01 .boxAbout .txtCmnPoint{
		margin-bottom: 25px;
	}
	.secStep01 .boxBudget{
		padding-bottom: 25px;
	}
	.secStep01 .boxBudget .titBudget{
		margin: 25px 0 15px;
	}
	.secStep01 .boxBudget .boxItem .tit{
		height: 46px;
		line-height: 44px;
		font-size: 13px;
		padding-left: 15px;
		letter-spacing: 0.5px;
	}
	.secStep01 .boxBudget .boxItem .txt{
		padding: 7px 0 15px 15px;
	}
	.secStep01 .boxBudget .boxExample .titExample{
		height: 50px;
		line-height: 50px;
		font-size: 15px;
		letter-spacing: 0.5px;
		margin-top: 0;
	}
	.secStep01 .boxBudget .boxExample .boxDetails{
		padding: 0 20px;
	}
	.secStep01 .boxBudget .boxExample .boxList{
		padding: 15px 0 10px;
	}
	.secStep01 .boxBudget .boxExample .boxList li{
		display: block;
		font-size: 0;
		line-height: 1.5;
		margin-bottom: 10px;
	}
	.secStep01 .boxBudget .boxExample .boxList li .tit{
		display: inline-block;
		width: 50%;
		letter-spacing: 0.5px;
		font-size: 13px;
	}
	.secStep01 .boxBudget .boxExample .boxList li .txt01{
		display: inline-block;
		width: 50%;
		text-align: right;
		letter-spacing: 0.5px;
		font-size: 13px;
	}
	.secStep01 .boxBudget .boxExample .boxList li .txt02{
		display: block;
		width: 100%;
		padding-left: 0;
		font-size: 12px;
		letter-spacing: 0.5px;
	}
	.secStep01 .boxBudget .boxExample .txtTotal{
		width: 100%;
		font-size: 15px;
		line-height: 2;
		padding: 8px 0 10px;
	}
	.secStep01 .boxBudget .boxExample .txtTotal .tit{
		width: 50%;
		letter-spacing: 0.5px;
	}
	.secStep01 .boxBudget .boxExample .txtTotal .txt{
		width: 50%;
		letter-spacing: 0.5px;
		text-align: right;
	}
	.secStep01 .boxBudget .txtBudget{
		padding: 15px 0 0;
	}
	.secStep01 .boxHope .tit{
		margin: 25px 0 10px;
	}
	.secStep01 .boxHope .txt01{
		margin-bottom: 10px;
	}
	.secStep01 .boxHope .boxList li:nth-child(-n+9){
		vertical-align: top;
		width: 49%;
		height: 30px;
		line-height: 30px;
		margin: 0 1% 10px 0;
		font-size: 12px;
		letter-spacing: 0.5px;
	}
	.secStep01 .boxHope .boxList li:nth-child(2n){
		margin: 0 0 10px 1%;
	}
	.secStep01 .boxHope .boxList li:last-child{
		font-size: 12px;
		letter-spacing: 0.5px;
		margin-top: 14px;
	}
	.secStep01 .boxHope .txt02{
		padding: 5px 0 0;
	}
	.secStep01 .boxHope .txtCmnPoint{
		margin-bottom: 30px;
	}
}

/* secStep02 */
.secStep02 .wrapper{
	margin: 43px 0 81px;
	display: table;
}
.secStep02 .txt{
	width: 680px;
	display: table-cell;
	vertical-align: middle;
}
.secStep02 .img{
	width: 280px;
	display: table-cell;
	padding-left: 40px;
}
.secStep02 .btn a{
	display: block;
	width: 340px;
	height: 80px;
	background: #F60;
	border-radius: 40px;
	color: #FFF;
	line-height: 80px;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 3px;
	margin: 40px auto 100px;
}
@media only screen and (max-width:767px){
	.secStep02 .wrapper{
		margin: 20px 0 0;
		display: block;
	}
	.secStep02 .txt{
		display: block;
		width: 100%;
		margin-top: 0;
	}
	.secStep02 .img{
		display: block;
		width: 66.67%;
		margin: 15px auto 0;
		padding-left: 0;
	}
	.secStep02 .btn a{
		width: 175px;
		height: 50px;
		border-radius: 25px;
		line-height: 50px;
		font-size: 13px;
		letter-spacing: 0.5px;
		margin: 20px auto 30px;
	}
}

/* secStep03 */
.secStep03 .wrapper{
	margin: 40px 0 50px;
}
.secStep03 .txt{
	margin-top: 19px;
}
@media only screen and (max-width:767px){
	.secStep03 .wrapper{
		margin: 20px 0 0;
	}
	.secStep03 .txt{
		margin-top: 0;
	}
}

/* secStep04 */
.secStep04 .wrapper{
	margin: 40px 0 31px;
}
.secStep04 .boxItem{
	padding-bottom: 23px;
}
.secStep04 .boxItem .tit{
	height: 60px;
	line-height: 60px;
	color: #FFF;
	text-align: center;
	background: #339998;
	border: 1px solid #026476;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 2.75px;
}
.secStep04 .boxItem .boxList{
	background: #F8F8F8;
	padding: 30px 26px;
}
.secStep04 .boxItem .boxList .boxLeft{
	float: left;
}
.secStep04 .boxItem .boxList .boxRight{
	float: left;
	margin-left: 26px;
}
.secStep04 .boxItem .boxList li{
	font-size: 13px;
	letter-spacing: 1px;
}
.secStep04 .boxItem .boxList li:first-child{
	margin-bottom: 17px;
}
.secStep04 .txtCmnPoint{
	margin-bottom: 100px;
}
@media only screen and (max-width:767px){
	.secStep04 .wrapper{
		margin: 20px 0 0;
	}
	.secStep04 .txtCmnPoint{
		margin-bottom: 30px;
	}
	.secStep04 .boxItem{
		margin-top: 20px;
		padding-bottom: 0;
	}
	.secStep04 .boxItem .tit{
		height: auto;
		font-size: 15px;
		letter-spacing: 0.5px;
		line-height: 1.5;
        padding: 10px 0;
	}
	.secStep04 .boxItem .boxList{
		padding: 10px;
	}
	.secStep04 .boxItem .boxList .boxLeft{
		float: none;
		margin-bottom: 10px;
	}
	.secStep04 .boxItem .boxList .boxRight{
		float: none;
		margin-left: 0;
	}
	.secStep04 .boxItem .boxList li{
		line-height: 1.5;
		letter-spacing: 0.5px;
	}
	.secStep04 .boxItem .boxList li:first-child{
		margin-bottom: 5px;
	}
	.secStep04 .txtCmnPoint{
		margin-bottom: 30px;
	}
}

/* secStep05 */
.secStep05 .txtTop{
	margin: 30px auto 34px;
}
.secStep05 .boxList{
	background: #F5F3F0;
	padding: 40px 0 20px;
}
.secStep05 .boxList li{
	width: 1000px;
	margin: 0 auto;
	background: #FFF;
	border: 1px solid #E4E4E4;
	margin-bottom: 30px;
	padding: 49px;
}
.secStep05 .boxList li .boxTable{
	display: table;
}
.secStep05 .boxList li .boxTable .boxTxt{
	display: table-cell;
	width: 660px;
	vertical-align: middle;
	padding-right: 50px;
	color: #000;
}
.secStep05 .boxList li .boxTable .boxTxt .txt{
	font-size: 13px;
	line-height: 24px;
	letter-spacing: 1.75px;
}
.secStep05 .boxList li .boxTable .boxTxt .txt + .txt{
	margin-top: 13px;
}
.secStep05 .boxList li .boxTable .boxTxt .txtNote01{
	font-size: 12px;
	line-height: 30px;
	letter-spacing: 1px;
}
.secStep05 .boxList li .boxTable .img{
	display: table-cell;
	width: 240px;
}
.secStep05 .boxList li .txtNote02{
	color: #000;
	font-size: 12px;
	line-height: 20px;
	margin-top: 18px;
	letter-spacing: 1.5px;
}
.secStep05 .txtBottom{
	color: #E06C21;
	font-size: 25px;
	font-weight: bold;
	text-align: center;
	line-height: 50px;
	letter-spacing: 2.5px;
	padding: 31px 0 16px;
}
.secStep05 .txtCmnPoint{
	margin-bottom: 100px;
}
@media only screen and (max-width:767px){
	.secStep05 .txtTop{
		margin: 15px auto;
	}
	.secStep05 .boxList{
		padding: 20px 0 5px;
	}
	.secStep05 .boxList li{
		width: 93.75%;
		margin-bottom: 15px;
		padding: 15px 10px;
	}
	.secStep05 .boxList li .boxTable{
		display: block;
	}
	.secStep05 .boxList li .boxTable .boxTxt{
		display: block;
		width: 100%;
		padding-right: 0;
	}
	.secStep05 .boxList li .boxTable .boxTxt .txt{
		line-height: 1.5;
		letter-spacing: 0.5px;
	}
	.secStep05 .boxList li .boxTable .boxTxt .txt + .txt{
		margin-top: 5px;
	}
	.secStep05 .boxList li .boxTable .boxTxt .txtNote01{
		line-height: 1.5;
		letter-spacing: 0.5px;
		margin-top: 5px;
	}
	.secStep05 .boxList li .boxTable .img,
	.secStep05 .boxList li .img.spOnly{
		display: block;
		width: 66.67%;
		margin: 15px auto 0;
	}
	.secStep05 .boxList li .boxTable .img.spNone{
		display: none;
	}
	.secStep05 .boxList li .txtNote02{
		line-height: 1.5;
		margin-top: 5px;
		letter-spacing: 0.5px;
	}
	.secStep05 .txtBottom{
		font-size: 15px;
		text-align: left;
		line-height: 1.5;
		letter-spacing: 0.5px;
		padding: 15px 0 0;
	}
	.secStep05 .txtCmnPoint{
		margin-bottom: 30px;
	}
}

/* secStep06 */
.secStep06 .txtCmnPoint{
	margin-top: 60px;
}
.secStep06 .txtCmnPoint::before{
	left: 86px;
}
@media only screen and (max-width:767px){
	.secStep06 .txtCmnPoint{
		margin-top: 20px;
	}
}

/* secStep07 */
.secStep07 .boxItem01{
	padding-top: 40px;
}
.secStep07 .boxItem02{
	padding: 63px 0 20px;
}
.secStep07 .boxItem01 .txt,
.secStep07 .boxItem02 .txt{
	width: 720px;
	display: table-cell;
	vertical-align: middle;
}
.secStep07 .boxItem01 .txt{
	padding-right: 40px;
}
.secStep07 .boxItem02 .txt{
	padding-left: 40px;
}
.secStep07 .boxItem01 .img,
.secStep07 .boxItem02 .img{
	width: 280px;
	display: table-cell;
}
.secStep07 .txtCmnPoint{
	margin-bottom: 100px;
}
@media only screen and (max-width:767px){
	.secStep07 .boxItem01{
		padding-top: 20px;
		display:-webkit-flex;
		display:flex;
		-webkit-flex-direction:column;
		flex-direction:column;
	}
	.secStep07 .boxItem02{
		padding: 20px 0 0;
	}
	.secStep07 .boxItem01 .txt,
	.secStep07 .boxItem02 .txt{
		width: 100%;
		display: block;
		padding: 0;
		order: 2;
	}
	.secStep07 .boxItem01 .img,
	.secStep07 .boxItem02 .img{
		width: 66.67%;
		display: block;
		margin: 0 auto 15px;
		order: 1;
	}
	.secStep07 .txtCmnPoint{
		margin-bottom: 30px;
	}
}

/* secStep08 */
.secStep08 .boxItem .tit{
	width: 654px;
	margin: 44px auto 0;
}
.secStep08 .boxItem .txt01{
	font-size: 18px;
	line-height: 34px;
	color: #000;
	text-align: center;
	letter-spacing: 2px;
	margin-top: 20px;
}
.secStep08 .boxItem .txt02{
	font-size: 14px;
	color: #000;
	text-align: center;
	margin: 24px 0 48px;
	letter-spacing: 1.75px;
}
.secStep08 .boxItem .img{
	padding-bottom: 23px;
}
.secStep08 .boxItem .txtCmnPoint{
	margin-bottom: 128px;
}
@media only screen and (max-width:767px){
	.secStep08 .boxItem .tit{
		width: 83.33%;
		margin: 20px auto 0;
	}
	.secStep08 .boxItem .txt01{
		font-size: 15px;
		line-height: 1.5;
		letter-spacing: 0.5px;
		margin-top: 10px;
		text-align: left;
	}
	.secStep08 .boxItem .txt02{
		font-size: 13px;
		line-height: 1.5;
		text-align: left;
		margin: 10px 0 20px;
		letter-spacing: 0.5px;
	}
	.secStep08 .boxItem .img{
		padding-bottom: 10px;
	}
	.secStep08 .boxItem .txtCmnPoint{
		margin-bottom: 30px;
	}
	.secStep08 .boxItem .img{
		padding-bottom: 0;
	}
	.secStep08 .boxItem .txtCmnPoint{
		margin-bottom: 30px;
	}
}
/* ▼20250930追加 */
.linkBtn {
    width: 100%;
    margin: 0 auto;
}
.linkBtn .linkCta {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 350px;
    height: 82px;
    border: 1px solid #999999;
    border-radius: 5px;
    background: #fff;
    color: #181818;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    box-shadow: inset 0px -5px 0px 0px rgba(217, 217, 217, 0.8);
    transition: all 0.3s ease;
    margin: 40px auto 0;
    padding-bottom: 5px;
    position: relative;
    letter-spacing: 1.2px;
    padding-right: 14px;
}
.linkBtn .linkCta::before {
	content: "";
    position: absolute;
    display: inline-block;
    width: 14px;
    height: 14px;
    background: url(../img/agreement/icoCta.png) center center no-repeat;
    top: 33%;
    left: 90.5%;
    transform: translateY(-50%);
}
@media only screen and (max-width: 767px) {
.linkBtn .linkCta.big {
	width: 80%;
	height: 67px;
	border-radius: 5px;
	font-size: 13px;
	margin: 20px auto 0;
	position: relative;
}
	.secStep05 .btn .link::before {
    content: "";
    position: absolute;
    display: inline-block;
    width: 12px;
    height: 12px;
    background: url(../img/guide/bgLink.png) center center /cover no-repeat;
	top: 50%;
	right: 8%;
}
}