@charset "UTF-8";
/* Scss Document */
/* CSS Document */
#sec_message .blk_img{
	width: 66.6%;
    margin: 0 auto;
}
iframe{
	height: calc(100% + 150px + 150px);
	top: 50%;
    transform: translateY(-50%);}

dt{
	color: #747686;}
dd{
	border-bottom: 1px solid #C1C2CC;
	padding-bottom: 1em;
    margin-bottom: 1em;}
/*===============================================
●smart.css  画面の横幅が480pxまで
===============================================*/
@media screen and (max-width: 480px) {
}
