@charset "utf-8";



#subsidy {
	padding: 65px 0 80px;
}

.contInner {
	width: 1085px;
	margin: 0 auto;
}

.pcStyle {
}

.spStyle {
	display: none;
}

#subsMain {
	padding: 55px 0 80px;
	text-align: center;	
}

#subsMain .mainTitle {
	font-size: 48px;
	line-height: 1.2;
	margin-bottom: 20px;
	font-weight: bold;
	letter-spacing: .05em;
}

#subsMain .times {
	text-align: right;
	font-size: 16px;
	line-height: 1.0;
	margin-bottom: 40px;
	font-weight: bold;
	letter-spacing: .05em;
}

#subsMain .subsLead {
	font-size: 16px;
	line-height: 1.8;
	font-weight: bold;
	letter-spacing: .05em;
}

.orangeTitle {
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 1.0;
	margin-bottom: 80px;
}


.orangeTitle .orTxt {
	font-size: 36px;
	color: #f29600;
	font-weight: bold;
	letter-spacing: .05em;
	margin-left: 20px;
}


.prefecture {
	line-height: 1.0;
}


.prefecture .prefOrange {
	display: inline-block;
	width: 38%;
	line-height: 1.0;
	text-align: center;
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	padding: 20px 0 15px;
	background: #f29600;
	letter-spacing: .05em;
}

.prefecture .prefOrange.mini {
	width: 18.5%;
}


.subsFlex {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}


.subsFlex .subsSame {
	width: 48.5%;
}

.subsFlex .subsSame:nth-child(n + 3) {
	margin-top: 10px;
}


.grayFlex {
	display: flex;
	align-items: center;
	background: #f2f2f2;
	font-size: 18px;
	line-height: 1.0;
	letter-spacing: .05em;
}

.grayFlex dt {
	width: 38%;
	text-align: center;
	font-weight: bold;
	position: relative;
	padding: 25px 0 20px;
}


.grayFlex dt::after {
	position: absolute;
	top: 15%;
	right: 0;
	width: 2px;
	height: 70%;
	background: #aeaeae;
	content: '';
}

.grayFlex dd {
	width: 62%;
	text-align: center;
}

.grayFlex dd.telBox {
	text-align: center;
	font-size: 14px;
	line-height: 1.2;
}

.grayFlex dd.telBox span {
	display: inline-block;
	text-align: left;
}

.grayFlex dd a {
	display: inline-block;
	color: #036ec8;
	font-weight: bold;
}

.grayFlex dd.telBox a {
	font-weight: normal;
	color: #333;
}


.grayFlex dd a::after {
	content: '＞';
	margin-left: 5px;
}

.grayFlex dd.telBox a::after {
	display: none;
}


.mb60 {
	margin-bottom: 60px !important;
}

.mb80 {
	margin-bottom: 80px !important;
}

.mb150 {
	margin-bottom: 150px !important;
}


.pgTop {
	margin: 40px 0 0;
	text-align: right;
}

.pgTop a {
	display: inline-block;
	text-indent: -9999px;
	position: relative;
	width: 55px;
	height: 55px;
	background: #f29600;
	border-radius: 50%;
}

.pgTop a::after {
	border-style: solid;
	border-width: 0 4px 8px 4px;
	border-color: transparent transparent #fff transparent;
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}

@media screen and (max-width: 1085px){
	
	.contInner {
		width: 94%;
	}
	
}


@media screen and (max-width: 767px){
	
	img {
		max-width: 100%;
		width: auto;
	}
	
	#subsidy {
		padding: 85px 0 40px;
	}
	
	.pcStyle {
		display: none;
	}

	.spStyle {
		display: block;
	}
	
	.contInner {
		width: 90%;
	}
	
	
	#subsMain {
		padding: 40px 0 60px;
		text-align: center;	
	}

	#subsMain .mainTitle {
		font-size: 28px;
		line-height: 1.4;
		margin-bottom: 40px;
	}


	#subsMain .subsLead {
		font-size: 14px;
		line-height: 1.8;
		font-weight: bold;
		letter-spacing: .05em;
	}

	.orangeTitle {
		display: block;
		line-height: 1.4;
		margin-bottom: 60px;
	}
	
	.orangeTitle span {
		display: block;
		width: 20%;
		text-align: center;
		margin: 0 auto 5px;
	}


	.orangeTitle .orTxt {
		font-size: 26px;
		color: #f29600;
		font-weight: bold;
		letter-spacing: .05em;
		margin:0;
		width: auto;
	}

	.prefecture .prefOrange {
		width: 38%;
		font-size: 20px;
	}
	
	.prefecture .prefOrange.mini {
		width: 38%;
	}
	
	.subsFlex {
		display: block;
	}

	.subsFlex .subsSame {
		width: auto;
	}

	.subsFlex .subsSame:nth-child(n + 2) {
		margin-top: 10px;
	}
	
	.mb40 {
		margin-bottom: 40px !important;
	}
	
	
	.mb60 {
		margin-bottom: 40px !important;
	}

	.mb80 {
		margin-bottom: 50px !important;
	}

	.mb150 {
		margin-bottom: 80px !important;
	}
	
	.grayFlex dd.telBox a {
		color: #036ec8;
		font-weight: bold;
	}
	
}

/* tel */
@media(min-width: 1024px){
  
	a[href^="tel:"]{
    pointer-events: none;
		text-decoration: none !important;
	}
}
