﻿/* ===================================
	File Name   : top.css
	Description : Top Layout CSS
	Editor      : Bface Otake
	Last Editor : Bface Otake
	
	Update Description :
	[2024/09/02] 新規作成
====================================== */

/*========== Style Contents ==========

	1. Individual Redefinition
	2. Share Elements
	3. Section [sec02] Setting
	
====================================== */

/*===== ■1. Individual Redefinition =====*/


/*===== ■2. Share Elements =====*/


/*===== ■3. Section [sec02] Setting =====*/
#sec02 .area01 {
  padding: 5% 12%;
  min-height: 30vh;
}
#sec03 .area01 {
  padding: 8% 12%;
  min-height: 50vh;
}


@media screen and (max-width: 768px){
  #sec02 .area01 {
    padding: 40px 20px 26px;
    min-height: inherit;
  }
  #sec03 .area01 {
    padding: 40px 20px 0;
    min-height: inherit;
  }
}
