@charset "utf-8";

/* 20230912 */

#contents h3{
	font-size: 1.231rem;
	margin-bottom: 0.5em;
}

#contents .converterArea{
	margin-bottom: 4em;
}

#contents .notice_gray > ul.disc {
	margin-top: 0.5em;
	margin-left: 1.5em;
}
#contents .converterArea ul.disc > li{
	margin-bottom: 2em;
}

@media (min-width: 641px){
	#contents .imgArea .flex{
		align-items: center;
	}
	#contents .imgArea .flex p.right_text{
		width: calc(100% - 380px);
		margin-left: 2em;
		padding-bottom: 40px;
	}
	#contents .converterArea ul.disc{
		margin-left: 1.5em;
	}
	
	#contents .converterArea ul.disc > li .imgArea.flex{
		justify-content: space-between;
		padding-right: 1.5em;
	}
	
}


@media (max-width: 640px){
	#contents .converterArea .flex.imgArea .zoomBtn.w_250 figcaption{
		margin-bottom: 10px;
	}
	#contents .lensinfoArea > .flex.two_lens{
		flex-direction: column;
	}
	#contents .lensinfoArea > .flex.two_lens > div{
		margin-bottom: 1.5em;
	}
	#contents .imgArea .flex p.right_text{
		width: 100%;
		margin: 1em 0 0 0;
	}
}
