@charset "utf-8";
/*----------------------------------
MAIN AREA
------------------------------------*/
#mainArea {
	position: relative;
}
#mainArea .pic {
	text-align: center;
	overflow: hidden;
}
#mainArea .pic img {
	min-width: 1200px;
	margin: 0 -100%;
}
#mainArea .contBox {
	position:absolute;
	left: 60px;
	top: 110px;
	padding: 0 0 0 15px;
}
#mainArea .contBox .txt {
}
#mainArea .contBox .txt h1 {
	font-size: 50px;
	font-size: 5.0rem;
	text-shadow: 0 0 2px rgba(255,255,255,1),0 0 2px rgba(255,255,255,1),0 0 2px rgba(255,255,255,1);
}
#mainArea .contBox .txt h1 small {
	display: block;
	font-size: 18px;
	font-size: 1.8rem;
}
#mainArea .contBox .txt p {
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.8;
	margin-top: 30px;
	width: 360px;
	text-shadow: 0 0 2px rgba(255,255,255,1),0 0 2px rgba(255,255,255,1),0 0 2px rgba(255,255,255,1);
}
/*----------------------------------
SECONDARY AREA
------------------------------------*/
#secondaryArea {
	position: relative;
	padding: 40px 0 60px;
}
#secondaryArea .chronology {
	padding: 0 150px;
}
#secondaryArea .chronology table {
	table-layout: fixed;
	width: 100%;
}
#secondaryArea .chronology table tr td:first-child {
	width: 20%;
	text-align: center;
	vertical-align: top;
}
#secondaryArea .chronology table tr td:nth-child(2) {
	width: 10%;
	background: url(../images/bg_chronology01.png) repeat-y left center;
	background-size: contain;
	text-align: center;
}
#secondaryArea .chronology table tr td:last-child {
	width: 70%;
}
#secondaryArea .chronology table tr td:first-child img {
	width: 100%;
}
#secondaryArea .chronology table tr.age td span {
	display: inline-block;
	background-color: #5BB7E8;
	width: 80%;
	height: 0;
	padding: 15% 0 65%;
	border-radius: 50%;
	color: #fff;
	font-size: 23px;
	font-size: 2.3rem;
	text-align: center;
	white-space: nowrap;
	margin-top: -3px;
	line-height: 1.3;
}
#secondaryArea .chronology table tr.age td span small {
	font-size: 14px;
	font-size: 1.4rem;
	display: block;
	font-family: "ゴシックMB101 M",Gothic MB101 Medium;
}
#secondaryArea .chronology table tr.tit td {
	font-size: 28px;
	font-size: 2.8rem;
}
#secondaryArea .chronology table tr.year td:nth-child(2) {
	text-align: left;
	font-size: 15px;
	font-size: 1.5rem;
	color: #43BBED;
	position: relative;
	text-indent: -1.5rem;
}
#secondaryArea .chronology table tr.year td:nth-child(2)::before {
    content: "";
    display: block;
    border-top: 1px solid #0B0605;
    width: 50%;
    height: 1px;
    position: absolute;
    top: 50%;
	right: 0;
    z-index: 1;
}
#secondaryArea .chronology table tr.year td:nth-child(2)::after {
	content: "";
	display: block;
    width: 16%;
	height: 0;
	padding-bottom: 16%;
    border-radius: 50%;
	background-color: #0B0605;
	position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -8%;
    margin-top: -8%;
}
#secondaryArea .chronology table tr.year td:last-child {
	position: relative;
}
#secondaryArea .chronology table tr.year td:last-child::before {
    content: "";
    display: block;
    border-top: 1px solid #0B0605;
    width: 100%;
    height: 1px;
    position: absolute;
    top: 50%;
	right: 0;
    z-index: 1;
}
#secondaryArea .chronology table tr.event td:last-child {
	text-align: left;
	padding-bottom: 20px;
}
#secondaryArea .chronology table tr.event td:last-child p {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.8;
	margin-top: 20px;
	margin-bottom: 80px;
}
#secondaryArea .chronology table tr.event td:last-child p a {
	color: #4C99D1;
}
#secondaryArea .chronology table tr.event td:last-child p.subtit {
	font-size: 20px;
	font-size: 2.0rem;
	line-height: 1.6;
	margin-top: 0px;
	margin-bottom: 0px;
}
#secondaryArea .chronology table tr.event td:last-child figure {
	width: 240px;
	max-width: 100%;
	text-align: center;
	display: inline-block;
	margin-right: 25px;
	margin-bottom: 50px;
}
#secondaryArea .chronology table tr.event td:last-child figure img {
	width: 100%;
}
#secondaryArea .chronology table tr.event td:last-child figure figcaption {
	font-size: 14px;
	font-size: 1.4rem;
	margin-top: 5px;
}

#secondaryArea .smallTxt{
	font-size: 13px;
}

@media screen and (max-width: 1199px){
#secondaryArea .chronology {
	padding: 0 30px;
}
}
@media screen and (max-width: 867px){
#secondaryArea .chronology table tr.age td span {
	font-size: 2rem;
	vertical-align: middle;
}
#secondaryArea .chronology table tr.age td span::before {
	content: "";
	display: inline-block;
	height: 0;
	padding-bottom: 100%;
	margin-top: -16px;
	vertical-align: middle;
}
#secondaryArea .chronology table tr.age td span small {
	display: none;
}
}
@media screen and (max-width: 767px){
/*----------------------------------
MAIN AREA
------------------------------------*/
#mainArea .pic img {
	min-width: 100%;
	margin: 0;
}
#mainArea .contBox {
	position: relative;
	left: 0;
	top: 0;
	padding: 30px;
}
#mainArea .contBox .txt {
}
#mainArea .contBox .txt h1 {
	font-size: 2.8rem;
}
#mainArea .contBox .txt h1 small {
	display: block;
	font-size: 1.6rem;
}
#mainArea .contBox .txt p {
	font-size: 1.4rem;
	line-height: 1.8;
	margin-top: 15px;
	width: 100%;
}
#secondaryArea .chronology table tr.year td:nth-child(2) {
	text-indent: -1.5em;
}
}
@media screen and (max-width: 677px){
#secondaryArea .chronology table tr.age td span {
	font-size: 1.3rem;
}
#secondaryArea .chronology table tr.year td:nth-child(2) {
	text-indent: -1.8em;
}
}
@media screen and (max-width: 585px){
#secondaryArea .chronology table tr.year td:nth-child(2) {
	text-indent: -2em;
}
}
@media screen and (max-width: 495px){
#secondaryArea .chronology table tr.age td span {
	text-indent: -9999px;
}
#secondaryArea .chronology table tr.year td:nth-child(2) {
	text-indent: -2.3em;
}
}
@media screen and (max-width: 425px){
#secondaryArea .chronology table tr.year td:nth-child(2) {
	text-indent: -2.5em;
}
}
@media screen and (max-width: 363px){
#secondaryArea .chronology table tr.year td:nth-child(2) {
	text-indent: -2.7em;
}
}
@media screen and (max-width: 320px){
#secondaryArea .chronology table tr.year td:nth-child(2) {
	text-indent: -3em;
}
}
