@media screen and (max-width: 767px) {
	#l-content .content-inner {
		padding-top : 0;
	}
}

.u-box-history-anc {
	display : none;
}
@media print, screen and (min-width: 1025px) {
	.u-box-history-anc > [data-gs='12'] > [data-gs-col='12']:nth-child(n+2) {
		margin-top : 30px;
	}
}
@media print, screen and (min-width: 1025px) {
	.u-box-history-anc > [data-gs='12'] > [data-gs-col='6']:nth-child(n+3) {
		margin-top : 30px;
	}
}
@media print, screen and (min-width: 1025px) {
	.u-box-history-anc > [data-gs='12'] > [data-gs-col='4']:nth-child(n+4) {
		margin-top : 30px;
	}
}
@media print, screen and (min-width: 1025px) {
	.u-box-history-anc > [data-gs='12'] > [data-gs-col='3']:nth-child(n+5) {
		margin-top : 30px;
	}
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
	.u-box-history-anc > [data-gs-Tab='2'] > [data-gs-col]:nth-child(n+3) {
		margin-top : 30px;
	}
	.u-box-history-anc > [data-gs-Tab='2'] > [data-gs-col][data-gs-col='12']:nth-child(n+2) {
		margin-top : 30px;
	}
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
	.u-box-history-anc > [data-gs-Tab='1'] > [data-gs-col]:nth-child(n+2) {
		margin-top : 30px;
	}
}
@media screen and (max-width: 767px) {
	.u-box-history-anc > [data-gs-sp='2'] > [data-gs-col]:nth-child(n+3) {
		margin-top : 15px;
	}
}
@media screen and (max-width: 767px) {
	.u-box-history-anc > [data-gs-sp='1'] > [data-gs-col]:nth-child(n+2) {
		margin-top : 15px;
	}
}
@media print, screen and (min-width: 768px) {
	.u-box-history-anc {
		display : block;
		border-top : solid 1px #dde3e9;
		padding-top : 20px;
	}
}
.u-box-history-anc > ul > li .anc-inner {
	display : block;
}
.u-box-history-anc > ul > li .anc-inner .anc-ttl {
	display : block;
	position : relative;
	padding-left : 38px;
}
.u-box-history-anc > ul > li .anc-inner .anc-ttl:before {
	content : '';
	background : url(../../svg/i_arrow_key.svg) center no-repeat;
	background-size : 100% auto;
	width : 26px;
	height : 26px;
	display : block;
	position : absolute;
	top : 0;
	bottom : 0;
	left : 0;
	margin : auto;
	-webkit-transform : rotateZ(90deg);
	        transform : rotateZ(90deg);
}
.u-box-history-anc > ul > li .anc-inner .anc-desc {
	display : block;
	font-size : 22.4px;
	font-size : 1.4rem;
	color : #555963;
	padding-left : 38px;
}
@media print, screen and (min-width: 1025px) {
	.u-box-history-anc > ul > li .anc-inner:hover {
		text-decoration : none;
	}
	.u-box-history-anc > ul > li .anc-inner:hover .anc-ttl {
		text-decoration : underline;
	}
}

.u-box-history {
	margin-left : -15px;
	margin-right : -15px;
}
@media print, screen and (min-width: 768px) {
	.u-box-history {
		margin : 40px 0 0;
	}
}
.u-box-history .history-accordion {
	position : relative;
}
.u-box-history .history-accordion .accordion-head {
	border : none;
	border-top : solid 1px #dde3e9;
	padding : 20px 15px;
	background-color : transparent;
	width : 100%;
	text-align : left;
}
@media print, screen and (min-width: 768px) {
	.u-box-history .history-accordion .accordion-head {
		display : none;
		border : none;
	}
}
.u-box-history .history-accordion .accordion-head .head-ttl {
	color : #0296e5;
	font-size : 38.4px;
	font-size : 2.4rem;
	display : block;
	line-height : 1.5;
	padding-left : 30px;
	position : relative;
}
.u-box-history .history-accordion .accordion-head .head-ttl:before {
	content : '';
	background : url(../../svg/i_arrow_key.svg) center no-repeat;
	background-size : 100% auto;
	width : 20px;
	height : 20px;
	display : block;
	position : absolute;
	top : 0;
	bottom : 0;
	left : 0;
	margin : auto;
	-webkit-transform : rotateZ(90deg);
	        transform : rotateZ(90deg);
}
.u-box-history .history-accordion .accordion-head .head-desc {
	font-size : 19.2px;
	font-size : 1.2rem;
	display : block;
	padding-left : 30px;
}
.u-box-history .history-accordion .accordion-body {
	border-top : solid 1px #dde3e9;
	display : none;
	overflow : hidden;
	position : relative;
	padding-top : 12.5px;
}
@media print, screen and (min-width: 768px) {
	.u-box-history .history-accordion .accordion-body {
		display : block;
		border : none;
		padding-top : 0;
	}
}
.u-box-history .history-accordion .accordion-body:before {
	content : '';
	width : 2px;
	height : 100%;
	display : block;
	background-color : #0296e5;
	position : absolute;
	top : 0;
	left : 68px;
}
@media print, screen and (min-width: 768px) {
	.u-box-history .history-accordion .accordion-body:before {
		left : 116px;
	}
}
.u-box-history .history-accordion .accordion-body .body-list {
	position : relative;
}
.u-box-history .history-accordion .accordion-body .body-list:before {
	content : '';
	position : absolute;
	background-color : #fff;
	width : 2px;
	height : calc(28px + 0.9em);
	top : -13px;
	left : 68px;
}
@media print, screen and (min-width: 768px) {
	.u-box-history .history-accordion .accordion-body .body-list:before {
		left : 116px;
		height : calc(25px + 1em);
		top : 0;
		display : none;
	}
}
.u-box-history .history-accordion .accordion-body .body-list .list-item {
	padding : 12.5px 15px;
	display : -webkit-flex;
	display : -ms-flexbox;
	display :         flex;
	position : relative;
}
@media print, screen and (min-width: 768px) {
	.u-box-history .history-accordion .accordion-body .body-list .list-item {
		padding : 25px 0;
	}
}
.u-box-history .history-accordion .accordion-body .body-list .list-item .item-year {
	font-family : 'Roboto Condensed', sans-serif;
	font-weight : 400;
	letter-spacing : 0.05em;
	font-size : 32px;
	font-size : 2.0rem;
	font-weight : bold;
	color : #0296e5;
	width : 70px;
	-webkit-transform : translateY(0.25em);
	        transform : translateY(0.25em);
	position : relative;
	line-height : 1.25;
}
@media print, screen and (min-width: 768px) {
	.u-box-history .history-accordion .accordion-body .body-list .list-item .item-year {
		font-size : 4.0rem;
		width : 152px;
		-webkit-transform : translateY(-0.05em);
		        transform : translateY(-0.05em);
	}
}
.u-box-history .history-accordion .accordion-body .body-list .list-item .item-year:before {
	content : '';
	width : 8px;
	height : 8px;
	background-color : #0296e5;
	border-radius : 50%;
	position : absolute;
	top : calc(5px + 0.20em);
	right : 12px;
	margin : auto;
}
@media print, screen and (min-width: 768px) {
	.u-box-history .history-accordion .accordion-body .body-list .list-item .item-year:before {
		right : 30px;
		width : 10px;
		height : 10px;
		top : calc(10px + 0.2em);
	}
}
.u-box-history .history-accordion .accordion-body .body-list .list-item .item-desc {
	-webkit-flex : 1;
	    -ms-flex : 1;
	        flex : 1;
}
@media print, screen and (min-width: 768px) {
	.u-box-history .history-accordion .accordion-body .body-list .list-item .item-desc .desc-inner {
		display : -webkit-flex;
		display : -ms-flexbox;
		display :         flex;
	}
}
.u-box-history .history-accordion .accordion-body .body-list .list-item .item-desc .desc-inner.desc-inner {
	margin-top : 5px;
}
.u-box-history .history-accordion .accordion-body .body-list .list-item .item-desc .desc-inner .desc-month {
	font-size : 19.2px;
	font-size : 1.2rem;
	font-weight : bold;
}
@media print, screen and (min-width: 768px) {
	.u-box-history .history-accordion .accordion-body .body-list .list-item .item-desc .desc-inner .desc-month {
		font-size : 1.6rem;
		width : 60px;
	}
}
.u-box-history .history-accordion .accordion-body .body-list .list-item .item-desc .desc-inner .desc-info {
	font-size : 19.2px;
	font-size : 1.2rem;
}
.u-box-history .history-accordion .accordion-body .body-list .list-item .item-desc .desc-inner .desc-info > *:first-child, .u-box-history .history-accordion .accordion-body .body-list .list-item .item-desc .desc-inner .desc-info > .image-position-left:first-child + *, .u-box-history .history-accordion .accordion-body .body-list .list-item .item-desc .desc-inner .desc-info > .image-position-right:first-child + * {
	margin-top : 0 !important;
}
.u-box-history .history-accordion .accordion-body .body-list .list-item .item-desc .desc-inner .desc-info > *:first-child.m-box-section, .u-box-history .history-accordion .accordion-body .body-list .list-item .item-desc .desc-inner .desc-info > .image-position-left:first-child + *.m-box-section, .u-box-history .history-accordion .accordion-body .body-list .list-item .item-desc .desc-inner .desc-info > .image-position-right:first-child + *.m-box-section {
	padding-top : 0;
}
@media screen and (max-width: 767px) {
	.u-box-history .history-accordion .accordion-body .body-list .list-item .item-desc .desc-inner .desc-info > [data-gs]:first-child [data-gs-col]:first-child > *:first-child {
		margin-top : 0 !important;
	}
}
@media print, screen and (min-width: 1025px) {
	.u-box-history .history-accordion .accordion-body .body-list .list-item .item-desc .desc-inner .desc-info > [data-gs]:first-child > [data-gs-col='12']:nth-child(-n+1) > *:first-child {
		margin-top : 0 !important;
	}
}
@media print, screen and (min-width: 1025px) {
	.u-box-history .history-accordion .accordion-body .body-list .list-item .item-desc .desc-inner .desc-info > [data-gs]:first-child > [data-gs-col='12']:nth-child(-n+1) > [data-gs]:first-child > [data-gs-col='12']:nth-child(-n+1) > *:first-child {
		margin-top : 0 !important;
	}
}
@media print, screen and (min-width: 1025px) {
	.u-box-history .history-accordion .accordion-body .body-list .list-item .item-desc .desc-inner .desc-info > [data-gs]:first-child > [data-gs-col='12']:nth-child(-n+1) > [data-gs]:first-child > [data-gs-col='6']:nth-child(-n+2) > *:first-child {
		margin-top : 0 !important;
	}
}
@media print, screen and (min-width: 1025px) {
	.u-box-history .history-accordion .accordion-body .body-list .list-item .item-desc .desc-inner .desc-info > [data-gs]:first-child > [data-gs-col='6']:nth-child(-n+2) > *:first-child {
		margin-top : 0 !important;
	}
}
@media print, screen and (min-width: 1025px) {
	.u-box-history .history-accordion .accordion-body .body-list .list-item .item-desc .desc-inner .desc-info > [data-gs]:first-child > [data-gs-col='6']:nth-child(-n+2) > [data-gs]:first-child > [data-gs-col='12']:nth-child(-n+1) > *:first-child {
		margin-top : 0 !important;
	}
}
@media print, screen and (min-width: 1025px) {
	.u-box-history .history-accordion .accordion-body .body-list .list-item .item-desc .desc-inner .desc-info > [data-gs]:first-child > [data-gs-col='6']:nth-child(-n+2) > [data-gs]:first-child > [data-gs-col='6']:nth-child(-n+2) > *:first-child {
		margin-top : 0 !important;
	}
}
@media print, screen and (min-width: 1025px) {
	.u-box-history .history-accordion .accordion-body .body-list .list-item .item-desc .desc-inner .desc-info > [data-gs]:first-child > [data-gs-col='4']:nth-child(-n+3) > *:first-child {
		margin-top : 0 !important;
	}
}
@media print, screen and (min-width: 1025px) {
	.u-box-history .history-accordion .accordion-body .body-list .list-item .item-desc .desc-inner .desc-info > [data-gs]:first-child > [data-gs-col='4']:nth-child(-n+3) > [data-gs]:first-child > [data-gs-col='12']:nth-child(-n+1) > *:first-child {
		margin-top : 0 !important;
	}
}
@media print, screen and (min-width: 1025px) {
	.u-box-history .history-accordion .accordion-body .body-list .list-item .item-desc .desc-inner .desc-info > [data-gs]:first-child > [data-gs-col='4']:nth-child(-n+3) > [data-gs]:first-child > [data-gs-col='6']:nth-child(-n+2) > *:first-child {
		margin-top : 0 !important;
	}
}
@media print, screen and (min-width: 1025px) {
	.u-box-history .history-accordion .accordion-body .body-list .list-item .item-desc .desc-inner .desc-info > [data-gs]:first-child > [data-gs-col='3']:nth-child(-n+4) > *:first-child {
		margin-top : 0 !important;
	}
}
@media print, screen and (min-width: 1025px) {
	.u-box-history .history-accordion .accordion-body .body-list .list-item .item-desc .desc-inner .desc-info > [data-gs]:first-child > [data-gs-col='3']:nth-child(-n+4) > [data-gs]:first-child > [data-gs-col='12']:nth-child(-n+1) > *:first-child {
		margin-top : 0 !important;
	}
}
@media print, screen and (min-width: 1025px) {
	.u-box-history .history-accordion .accordion-body .body-list .list-item .item-desc .desc-inner .desc-info > [data-gs]:first-child > [data-gs-col='3']:nth-child(-n+4) > [data-gs]:first-child > [data-gs-col='6']:nth-child(-n+2) > *:first-child {
		margin-top : 0 !important;
	}
}
@media print, screen and (min-width: 1025px) {
	.u-box-history .history-accordion .accordion-body .body-list .list-item .item-desc .desc-inner .desc-info > [data-gs-group]:first-child > [data-gs-col] > *:first-child {
		margin-top : 0 !important;
	}
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
	.u-box-history .history-accordion .accordion-body .body-list .list-item .item-desc .desc-inner .desc-info > [data-gs-group]:first-child[data-gs-tab='1'] > [data-gs-col]:first-child > *:first-child {
		margin-top : 0 !important;
	}
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
	.u-box-history .history-accordion .accordion-body .body-list .list-item .item-desc .desc-inner .desc-info > [data-gs-group]:first-child[data-gs-tab='2'] > [data-gs-col]:nth-child(-n+2) > *:first-child {
		margin-top : 0 !important;
	}
}
.u-box-history .history-accordion .accordion-body .body-list .list-item .item-desc .desc-inner .desc-info .fzs {
	font-size : 16px;
	font-size : 1rem;
}
@media print, screen and (min-width: 768px) {
	.u-box-history .history-accordion .accordion-body .body-list .list-item .item-desc .desc-inner .desc-info .fzs {
		font-size : 1.2rem;
	}
}
.u-box-history .history-accordion .accordion-body .body-list .list-item .item-desc .desc-inner .desc-info .fzm {
	font-size : 19.2px;
	font-size : 1.2rem;
}
@media print, screen and (min-width: 768px) {
	.u-box-history .history-accordion .accordion-body .body-list .list-item .item-desc .desc-inner .desc-info .fzm {
		font-size : 1.4rem;
	}
}
.u-box-history .history-accordion .accordion-body .body-list .list-item .item-desc .desc-inner .desc-info .fzl {
	font-size : 22.4px;
	font-size : 1.4rem;
}
@media print, screen and (min-width: 768px) {
	.u-box-history .history-accordion .accordion-body .body-list .list-item .item-desc .desc-inner .desc-info .fzl {
		font-size : 1.6rem;
	}
}
@media print, screen and (min-width: 768px) {
	.u-box-history .history-accordion .accordion-body .body-list .list-item .item-desc .desc-inner .desc-info {
		font-size : 1.6rem;
		-webkit-flex : 1;
		    -ms-flex : 1;
		        flex : 1;
	}
}
@media print, screen and (min-width: 768px) {
	.u-box-history .history-accordion .accordion-body .body-list .list-item .item-desc .desc-inner .desc-info .m-list-image {
		margin-top : 20px;
	}
}
@media print, screen and (min-width: 768px) {
	.u-box-history .history-accordion:first-child .accordion-body .body-list:before {
		display : block;
	}
}
.u-box-history .history-accordion:last-child {
	border-bottom : solid 1px #dde3e9;
}
@media print, screen and (min-width: 768px) {
	.u-box-history .history-accordion:last-child {
		border : none;
	}
}
.u-box-history .history-accordion:last-child .accordion-body .body-list {
	position : relative;
}
.u-box-history .history-accordion:last-child .accordion-body .body-list:after {
	content : '';
	position : absolute;
	background-color : #fff;
	width : 2px;
	height : 15px;
	bottom : 0;
	left : 68px;
}
@media print, screen and (min-width: 768px) {
	.u-box-history .history-accordion:last-child .accordion-body .body-list:after {
		border : none;
	}
}
.u-box-history .history-accordion:last-child .accordion-body .body-list .list-item:last-child {
	position : relative;
}
.u-box-history .history-accordion:last-child .accordion-body .body-list .list-item:last-child:before, .u-box-history .history-accordion:last-child .accordion-body .body-list .list-item:last-child:after {
	content : '';
	width : 10px;
	height : 2px;
	display : block;
	background-color : #0296e5;
	position : absolute;
	bottom : 15px;
}
@media print, screen and (min-width: 768px) {
	.u-box-history .history-accordion:last-child .accordion-body .body-list .list-item:last-child:before, .u-box-history .history-accordion:last-child .accordion-body .body-list .list-item:last-child:after {
		bottom : 0;
	}
}
.u-box-history .history-accordion:last-child .accordion-body .body-list .list-item:last-child:before {
	left : 58px;
	-webkit-transform : rotateZ(45deg);
	        transform : rotateZ(45deg);
	-webkit-transform-origin : right bottom;
	        transform-origin : right bottom;
}
@media print, screen and (min-width: 768px) {
	.u-box-history .history-accordion:last-child .accordion-body .body-list .list-item:last-child:before {
		left : 106px;
	}
}
.u-box-history .history-accordion:last-child .accordion-body .body-list .list-item:last-child:after {
	left : 70px;
	-webkit-transform : rotateZ(-45deg);
	        transform : rotateZ(-45deg);
	-webkit-transform-origin : left bottom;
	        transform-origin : left bottom;
}
@media print, screen and (min-width: 768px) {
	.u-box-history .history-accordion:last-child .accordion-body .body-list .list-item:last-child:after {
		left : 118px;
	}
}
.u-box-history .history-accordion.is-active .accordion-head .head-ttl:before {
	-webkit-transform : rotateZ(-90deg);
	        transform : rotateZ(-90deg);
}
.u-box-history .history-accordion.is-active:last-child {
	border-bottom : solid 1px #dde3e9;
}
