@charset "UTF-8";
@media screen and (min-width: 768px) {}
@media screen and (max-width: 767px) {}
/* =====================================
	content
===================================== */



@media screen and (min-width: 768px) {
	/*
#mv .img {
	position: absolute;
	right: 0;
	top: 0;
	width: calc(50% + 500px);
	height: 480px;
	background: url(../images/tech/mv01.png) center center no-repeat;
	background-size: cover;
	border-radius: 32px 0 0 32px;
}
*/
.txt01 {
	margin-bottom: 25px;
}
.txt02 {
	margin-bottom: 10px;
}
.txt03 {
	margin-bottom: 40px;
}

.cont01 {
	margin-bottom: 50px;
}
.cont02 {
	margin-bottom: 50px;
}
.cont03 {
	margin-bottom: 50px;
}
.cont04 {
	margin-bottom: 50px;
}
.flexbox {
	display: flex;
	flex-wrap: wrap;
}
.consul .flexbox {
	display: flex;
	flex-wrap: wrap;
}
.consul .flexbox li {
	margin-right: 20px;
}
.consul .flexbox li:last-child {
	margin-right: 0;
}
.flexbox.sb {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.flexbox.sb dl {
	margin-bottom: 30px;
}
.flexbox.sb dl dt {
	margin-bottom: 5px;
	
}


.flexbox.sb dl dd {
	text-align: center;
	
}
ul.flexbox.sb {
	margin-bottom: 10px;
}
.flexbox.sb li {
	margin-bottom: 30px;
}

.pamphlet .flexbox.sb dl {
	width: 50%;
	text-align: center;
}
.pamphlet .flexbox.sb dl dt {
	margin-bottom: 5px;
	
}
.other li {
	margin-bottom: 10px;
}
.other li ol {
	margin-bottom: 10px;
	padding: 15px 0 0 1em;
}

.other a {
	text-decoration: underline;
}
.other a[target="_blank"] {
	background: url(../images/common/icon_blank.png) right center no-repeat;
	background-size: 13px auto;
	margin-right: 5px;
	padding-right: 18px;
}
.other a.pdf {
	background: url(../images/common/icon_pdf32.png) right center no-repeat;
	background-size: 20px auto;
	margin-right: 5px;
	padding-right: 25px;
}

.other.sitemap ul li {
	margin-bottom: 10px;
	list-style-type: disc;
}
.other.sitemap li ol {
	margin-bottom: 25px;
	padding: 15px 0 0 2em;
}
.other.sitemap li ol li {
	margin-bottom: 5px;
	list-style-type: disc;
}

}
@media screen and (max-width: 767px) {
	.txt01 {
		margin-bottom: calc(30/750*100vw);
	}
	.txt02 {
		margin-bottom: calc(15/750*100vw);
	}
	.txt03 {
		margin-bottom: calc(30/750*100vw);
	}
	.cont01 {
		margin-bottom: calc(70/750*100vw);
	}
	.cont02 {
		margin-bottom: calc(70/750*100vw);
	}
	.cont03 {
		margin-bottom: calc(70/750*100vw);
	}
	.cont04 {
		margin-bottom: calc(70/750*100vw);
	}
	
	.flexbox {
	}
	.flexbox dl {
		margin-bottom: calc(30/750*100vw);
	}
	.flexbox dl dt {
		margin-bottom: calc(10/750*100vw);
		
	}
	.flexbox dl dd {
		
	}
	.flexbox li {
		margin-bottom: calc(30/750*100vw);
	}
	
	.arrow {
		width: calc(136/750*100vw);
		margin: calc(30/750*100vw) auto calc(30/750*100vw);
	}
	
	.img01 {
		margin-bottom: calc(10/750*100vw);
		
	}
	.img01sp {
		width: calc(290/750*100vw);
		margin: 0 auto calc(10/750*100vw);
		
	}
	.cont02 {
		margin-bottom: calc(70/750*100vw);
	}
	
	.other ul li {
		font-feature-settings: normal;
		margin-bottom: calc(15/750*100vw);
		padding-left: 1em;
		text-indent: -1em;
	}
	.other a {
		text-decoration: underline;
	}
	.other a[target="_blank"] {
		background: url(../images/common/icon_blank.png) right center no-repeat;
		background-size: calc(24/750*100vw) auto;
		margin-right: calc(10/750*100vw);
		padding-right: calc(35/750*100vw);
	}
	.other a.pdf {
		background: url(../images/common/icon_pdf32.png) right center no-repeat;
		background-size: calc(30/750*100vw) auto;
		margin-right: calc(10/750*100vw);
		padding-right: calc(40/750*100vw);
	}
	.pamphlet .flexbox.sb dl dt {
		width: calc(290/750*100vw);
		margin: 0 auto calc(10/750*100vw);
		
	}
	.pamphlet .flexbox.sb dl dd {
		text-align: center;
		
	}
	.other.sitemap ul {
		padding-left: 1em;
	}
	.other.sitemap ul li {
		margin-bottom: calc(15/750*100vw);
		list-style-type: disc;
	}
	.other.sitemap li ol {
		margin-bottom: calc(25/750*100vw);
		padding: calc(15/750*100vw) 0 0 2em;
	}
	.other.sitemap li ol li {
		margin-bottom: calc(5/750*100vw);
		list-style-type: disc;
	}
	
}

