@charset "UTF-8";
/*
 * index.css
 *
 */


/*==================================
          title Font Style
===================================*/

.page_ttl {
	padding:60px 0 37px;
	background-image:url(../img/til_history.png);
	background-position:50% 60%;
	background-repeat:no-repeat;
	background-size:100% auto;
	box-shadow: 1px 6px 11px;
}
.page_ttl::before {
  content: '';
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0) 55%, #088424 76%);
}

.sectionLv0 {
    margin-top:84px;
    position: relative;
    width:100%;
}
.sectionLv0 h2 {
	position:relative;
	font-size:1.7vw;
	font-weight:bold;
	color:#fff;
	line-height:3em;
	text-align: left;
}
.ttl_en {
	margin:0 0 20px;
    font-size: 3vw;
    color: #FFFFFF;
    letter-spacing: 15px;
    vertical-align: middle;
    font-weight: bolder;
	border-bottom:#fff solid 2px;
}

@media screen and (max-width: 600px) {

.page_ttl {
	padding:5vw 0 20px;
	
	
}
.sectionLv0 h2 {
padding:0px;
}
.ttl_en {
    letter-spacing: 2vw;
	font-size: 5vw;

}
.sectionLv0 h2 {
	font-size:3vw;
}
}


/*==================================
          Font Style End
===================================*/
.sectionLv01{
	margin-top:120px;
    position: relative;
	width:1100px;
	margin-bottom:80px;
}
.sectionLv01 h3{
	color:black;
}
.sectionLv01 h2{
	text-align:center;
	margin-bottom:9%;
	color:#000000;
}
.sectionLv01 p{
	text-align:left;
}


/*==================================
          Title-font
===================================*/

.t-title{
	background:#0066FF;
	font-size: 1.5em;/* �t�H���g�T�C�Y */
	font-weight: bold;/* �t�H���g���� */   
	padding-top: .4em;
	padding-bottom: .4em;
	border-bottom: solid 4px #0000CC;/* �� */
	padding:8px 180px;
	/*mask-image: radial-gradient(circle at 79% 1025%, transparent 87% 68%, black 88%);*/
	box-shadow: 1px 6px 11px;
	

}
.font-big{	
	font-size:50px;
	color:#FFFFFF;
	letter-spacing:20px;
    vertical-align:  middle;
	font-weight: bolder;
} 
.font {
	color:#000000;
    vertical-align:  middle;            /* ������ */
	font-weight: bolder;                /* �O���̗]���w�� */
	font-size:22px;
}
/*==================================
		  Title-font End
===================================*/

/*==================================
		  Table Style start
===================================*/
.history-section {
  background: linear-gradient(135deg, #f4fdfb, #ffffff);
  font-family: "Helvetica Neue", sans-serif;
}

.history-title {
  text-align: center;
  font-size: 2.8rem;
  margin-bottom: 10px;
  color: #1a4d3e;
  font-weight: 700;
}

.history-subtitle {
  text-align: center;
  font-size: 1.2rem;
  margin-bottom: 50px;
  color: #555;
}

.history-timeline {
  max-width: 850px;
  margin: 0 auto;
}

.history-entry {
  background: #ffffff;
  padding: 24px;
  margin-bottom: 20px;
  border-left: 6px solid #1a4d3e;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.05);
  transition: transform 0.3s ease;
}

.history-entry:hover {
  transform: translateY(-3px);
}

.history-entry h3 {
  font-size: 1.5rem;
  margin-bottom: 12px;
  color: #088424;
  border-bottom: 1px solid #ccc;
  padding-bottom: 4px;
}

.event {
  display: flex;
  align-items: baseline;
  margin: 8px 0;
  font-size: 1rem;
  line-height: 1.7;
  color: #333;
}

.event-month {
  display: inline-block;
  min-width: 60px;
  margin-right: 12px;
  padding: 4px 10px;
  background: #088424;
  color: #fff;
  font-weight: bold;
  border-radius: 4px;
  font-size: 0.95rem;
  text-align: center;
}
/*==================================
		  Table Style End
===================================*/

