@charset "UTF-8";
/* CSS Document */


/* ------------- 共有 CSS ------------- */
.disable{
  pointer-events: none; /* aタグのリンクを無効にする */
  cursor: default;  /* マウスオーバー時のカーソルをdefaultに固定 */
  color : #888888;
}



/* ------------- スマホ用(縦)  CSS ------------- */
/*@media (max-width: 768px) {/* 画面サイズが768px以下の時、{　}内のCSSを追加するメディアクエリ */
.work_title{
  margin-top:100px;
  margin-bottom:50px;	
}

.work_title h2{
  font-family : Arial Black;
  font-size : 17px;
  line-height : 20.45px;
  letter-spacing : 1.6px;
  color : #49BCED;	
}


.profile_text{
	margin-bottom:40px;
}


.profile_text h3{
  font-family : Noto Sans JP;
  font-size : 13px;
  font-weight:300;
  line-height : 35px;
  color : #888888;
 }  
  
  
.profile_name{
	margin-top:40px;
	margin-bottom:100px;
}

  
.profile_name h2{
  font-family : Noto Sans JP;
  font-size : 14px;
  font-weight:400;
  color : #EC6C00; 
 }  


.profile_name p{
  font-family : Noto Sans JP;
  font-size : 12px;
  font-weight:300;
  line-height : 1.2rem;
  color : #888888;
  text-align:center;
}


.profile_name a{
  text-decoration:none;
  color : #EC6C00; 
}


.profile_name a:hover{
   opacity:0.5;
   transition:all 0.3s 0s ease;
}



/* ------------- タブレット用  CSS ------------- */ 
@media (min-width: 768px) {/* 画面サイズが768px以上の時、{　}内のCSSを追加するメディアクエリ */
 

.profile_text h3{
  font-size : 13px;
  line-height : 35px;
}
  

.profile_name h2{
  font-size : 15px;
 }  


.profile_name p{
  font-size : 13px;
  line-height : 1.5rem;
  text-align:start;
}
  
}
