@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/data/mv01.jpg) center center no-repeat;
	background-size: cover;
	border-radius: 32px 0 0 32px;
}

.txt01 {
	margin-bottom: 25px;
}
.cont01 {
	margin-bottom: 50px;
}

.flexbox {
	display: flex;
	flex-wrap: wrap;
}
.flexbox dl {
	
}
.flexbox dl dt {
	margin-bottom: 5px;
	
}
.flexbox dl dd {
	
}

.arrow {
	margin: 20px 0 20px 118px;
}

.img01 {
	margin-right: 15px;
	margin-bottom: 5px;
	
}
.cont02 {
	margin-bottom: 70px;
}

.various ul li {
	margin-bottom: 10px;
}
.data a {
	text-decoration: underline;
}
.data a[target="_blank"] {
	background: url(../images/common/icon_blank.png) right center no-repeat;
	background-size: 13px auto;
	margin-right: 5px;
	padding-right: 18px;
}
/*
.data a.pdf {
	background: url(../images/common/icon_pdf32.png) right center no-repeat;
	background-size: 20px auto;
	margin-right: 5px;
	padding-right: 25px;
}
*/
.data a[href$=".pdf"] {
	background: url(../images/common/icon_pdf32.png) right center no-repeat;
	background-size: 20px auto;
	margin-right: 5px;
	padding-right: 25px;
}

.flexbox.sb {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.flexbox.sb dl {
	margin-bottom: 30px;
}
.flexbox.sb dl dt {
	margin-bottom: 10px;
	
}
.flexbox.sb dl dd {
	text-align: center;
	
}
.movie .flexbox.sb dl {
	width: 410px;
}
.movie .flexbox.sb dl dt .resizeMovie {
	width: 100%;
	max-width:600px;
}

.glossary table {
	border-collapse: collapse;
	border: 1px solid #ccc;
}
.glossary table th{
	padding: 10px;
	border: 1px solid #ccc;
	text-align: center;
	background: #eee;
}
.glossary table td{
	padding: 10px;
	border: 1px solid #ccc;
}
.glossary .txt_C{
	text-align:center;
}

.glossary .li_N{
	list-style: none;
}

.glossary .img_qual {
	/*image-rendering: -webkit-optimize-contrast;
  	image-rendering: crisp-edges;*/
  	image-rendering : auto;
}
}
@media screen and (max-width: 767px) {
	.txt01 {
		margin-bottom: calc(30/750*100vw);
	}
	.cont01 {
		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 {
		
	}
	.movie .flexbox.sb dl {
		width: 100%;
	}
	.movie .flexbox.sb dl dt .resizeMovie {
		width: 100%;
		max-width:600px;
	}
	
	.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);
	}
	
	.data ul li {
		font-feature-settings: normal;
		margin-bottom: calc(15/750*100vw);
		padding-left: 1em;
		text-indent: -1em;
	}
	.data a {
		text-decoration: underline;
	}
	.data 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);
	}
	.data 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);
	}
	.data a[href$=".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);
	}
	.glossary .cont01 {
		display: none;
	}
	
}

