<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";


/*===============================================
●smart.css  画面の横幅が640pxまで
===============================================*/
/*@media screen and (max-width:640px)*/
@media screen and (max-width:640px){

.works .caption {
  height: 30px;
  padding: 1px;
}
.works .caption h4{
  font-size: 9px;
}
.works .caption p{
  font-size: 8px;
}

.cv table td p {
  font-size: 10px;
}

.w_image iframe {
  height: 150px;
  margin: 10px 0;
}

.w_image .w_video iframe {
	transform: rotate(270deg);
	width: 370px;
    height: 220px;
    margin: 120px auto;

.arrow {
  padding-top: 20px;
}

～以下、画面の横幅が640pxまでの場合のスタイル記入～
}



</pre></body></html>