@charset "utf-8";

/*--------------------------------------------------

 * base

--------------------------------------------------*/
@media (min-width: 769px){
.cnavi{}
.cnavi__items{
	width: 100%;
	display: table;
	table-layout: fixed;
	
	/*----- for legacy -----*/
	display: -webkit-box;
	-webkit-box-pack: justify;
	/*----- for legacy -----*/
	display: flex;
	display: -o-flex;
	display: -ms-flex;
	display: -moz-flex;
	display: -webkit-flex;
	
	flex-wrap: wrap;
	-o-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}
.cnavi__item{
	list-style: none;
	width: 50%;
}
.cnavi__item_inner{
	display: table;
	width: 100%;
	height: 100%;
}
.cnavi__link{
	position: relative;
	display: table-cell;
	vertical-align: middle;
	text-decoration: none;
	
	color: #fff;
	padding-top: 60px;
	padding-bottom: 60px;
	
	text-align: center;
	vertical-align: middle;
	font-size: 140%;
	line-height: 1.5em;
	
	background-size: 100% auto;
	
	transition: 			background-size 0.15s ease-out;
	-o-transition: 			background-size 0.15s ease-out;
	-ms-transition: 		background-size 0.15s ease-out;
	-moz-transition: 		background-size 0.15s ease-out;
	-webkit-transition: 	background-size 0.15s ease-out;
}
.cnavi__link:hover,
.cnavi__link.is--active{
	color: #fff;
	background-size: 150% auto;
}
.cnavi__link:after{
	content: "";
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, .4);
	
	transition: 			background-color 0.15s ease-out;
	-o-transition: 			background-color 0.15s ease-out;
	-ms-transition: 		background-color 0.15s ease-out;
	-moz-transition: 		background-color 0.15s ease-out;
	-webkit-transition: 	background-color 0.15s ease-out;
}
.cnavi__link:hover:after,
.cnavi__link.is--active:after{
	background-color: rgba(24, 87, 132, .8);
}
.cnavi__photo{
	display: block;
	position: fixed;
	left: 110%;
}
.cnavi__logo,
.cnavi__label{
	position: relative;
	z-index: 1;
}
.cnavi__logo{
	margin-bottom: 5px;
}
.cnavi__label{}
}
@media (max-width: 768px){
.cnavi{}
.cnavi__items{}
.cnavi__item{
	list-style: none;
	margin-bottom: 10px;
}
.cnavi__item_inner{}
.cnavi__link{
	position: relative;
	display: block;
	color: #fff;
	text-align: center;
	text-decoration: none;
	
	padding-top: 20px;
	padding-bottom: 20px;
}
.cnavi__link:hover{
	color: #fff;
}
.cnavi__link:after{
	content: "";
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, .4);
}
.cnavi__link.is--active:after{
	background-color: rgba(24, 87, 132, .8);
}
.cnavi__photo{
	position: fixed;
	left: 110%;
}
.cnavi__logo,
.cnavi__label{
	position: relative;
	z-index: 1;
}
.cnavi__logo{
	margin-bottom: 5px;
}
.cnavi__label{}
}







/*--------------------------------------------------

 * index.php

--------------------------------------------------*/

@media (min-width: 769px){
.summary{}
.summary__tab{
	margin-bottom: 60px;
	border-bottom: 2px solid #F39800;
}
.summary__content{}
.summary__item{}
}
@media (max-width: 768px){
.summary{}
.summary__tab{}
.summary__content{}
.summary__item{}
.summary_tab__items{
	position: fixed;
	left: 110%;
}
}









/*--------------------------------------------------

 * history.php

--------------------------------------------------*/

@media (min-width: 769px){
.history{}
.history__cell--photo{
	width: 81px;
	text-align: right;
}
}
@media (max-width: 768px){
.history{}
.history__cell--photo{
	width: 64px;
	text-align: right;
	
	
	padding-left: 5px;
}
.history__cell--photo img{
	width: 100%;
}
}















@media (min-width: 769px){}
@media (max-width: 768px){}
