@charset "utf-8";



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

 * common

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

/* title */
.o-title1{
	margin-bottom: 1.5em;
	
	text-align: center;
	
	font-size: 1.5em;
	font-weight: normal;
	line-height: 2em;
}
.o-title1:before{
	content: "";
	display: block;
	margin-left: auto;
	margin-right: auto;
	
	width: 100%;
	max-width: 128px;
	margin-bottom: 1.5em;
	border-top: 5px solid;
}
.o-title1--skin1:before{ color: #BB895C; }
.o-title1--skin2:before{ color: #081D61; }
.o-title1--skin3:before{ color: #E5AE80; }
.o-title1--skin4:before{ color: #CFC2B2; }
.o-title1--skin5:before{ color: #5E5249; }







/* button */
.o-button1{
	display: flex;
	align-items: center;
	justify-content: center;
	
	padding: .5em 1em;
	
	color: inherit;
	text-decoration: inherit;
	
	border: 1px solid;
	border-radius: 3px;
}

.o-button1:after{
	content: "→";
	display: block;
	
	flex: 0 0 auto;
	margin-left: .5em;
	
	transition: transform 64ms ease-out;
}
.o-button1:hover:after{
	transform: translateX(.25em);
}






/* nav */
.o-nav1{
	margin: 0;
	padding: 0;
	list-style: none;
	
	margin-left: -1em;
	margin-bottom: -1em;
	
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.o-nav1--left{
	justify-content: flex-start;
}
.o-nav1--right{
	justify-content: flex-end;
}
.o-nav1__item{
	margin-left: 1em;
	margin-bottom: 1em;
}





/* list */
.o-list1{
	margin: 0;
	padding: 0;
	list-style: none;
}
.o-list1__item{
	padding: .5em 1em;
	border-radius: 3px;
	
	color: #fff;
	background-color: #369;
	
	text-align: center;
}

@media (min-width: 769px){
	.o-list1{
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		
		margin-left: -1em;
		margin-bottom: -1em;
	}
	.o-list1__item{
		margin-left: 1em;
		margin-bottom: 1em;
	}
}
@media (max-width: 768px){
	.o-list1__item:not(:last-child){
		margin-bottom: .5em;
	}
}






/* table */
.o-table1{
	min-width: 100%;
	border-collapse: collapse;
}
.o-table1__cell{
	padding: 1em;
	border: 1px solid #ccc;
}
.o-table1__cell--head{
	color: #fff;
	background-color: #000;
}
.o-table1__cell--body{}




/* column */
.o-column1{
	padding: 2.25em;
	background-color: #F1F1F1;
}
.o-column1__header{
	text-align: center;
	margin-bottom: 2em;
}
.o-column1__icon{
	margin-top: -2.25em;
	margin-top: calc(-2.25em - 7px);
}
.o-column1__title{
	margin-bottom: 1.75em;
	
	color: #5E5249;
	font-size: 1.5em;
	font-weight: bold;
	line-height: 2em;
}
.o-column1__icon + .o-column1__title{
	margin-top: 1.75em;
}
.o-column1__body{}




/* advice */
.o-advice{
	border-color: #ccc;
	border-style: solid;
	border-width: 1px 0;
	
	padding: .5em 1em;
	
	display: inline-flex;
	align-items: center;
}
.o-advice__icon{
	margin-right: 1em;
}
.o-advice__icondata{}
.o-advice__note{}






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





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

 * contents

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

.g-main{
	overflow: hidden;
}

/* content navi */
.content-nav{}
.content-nav__items{
	margin: 0;
	padding: 0;
	list-style: none;
	
	margin-left: -2px;
	margin-bottom: -2px;
	
	display: flex;
	/*flex-wrap: wrap;*/
	justify-content: center;
}
.content-nav__item{
	margin-left: 2px;
	margin-bottom: 2px;
}
.content-nav__link{
	display: flex;
	flex-direction: column;
	align-items: center;
	
	position: relative;
	/*z-index: 0;*/
	
	color: inherit;
	text-decoration: inherit;
}
.content-nav__link:after{
	content: attr(title);
	
	display: block;
	position: absolute;
	z-index: 1;
	top: 100%;
	
	font-size: .75em;
	line-height: 2em;
	white-space: nowrap;
	
	transition-duration: 64ms;
	transition-timing-function: ease-out;
	transition-property: visibility opacity;
	text-shadow: 0 1px 0 #fff;
}
.content-nav__link:not(:hover):after{
	visibility: hidden;
	opacity: 0;
}
.content-nav__link--active{
	pointer-events: none;
	opacity: .22;
}
.content-nav__icon{
	max-width: 100%;
}





/*  */
.o-page-title{}
.o-page-title__inner{
	display: grid;
	background-color: #000;
}
.o-page-title__bg{
	grid-row: 1;
	grid-column: 1;
}
.o-page-title__bgdata{
	width: 100%;
	/*
	height: 100%;
	object-fit: cover;
	border: 3px solid red;
	*/
}
.o-page-title__body{
	grid-row: 1;
	grid-column: 1;
	
	align-self: center;
	
	padding: 3.75em;
}
.o-page-title__logo{}
.o-page-title__heading{
	color: #fff;
	
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	
	font-size: 1em;
	line-height: 2em;
}
.o-page-title__title{
	font-size: 2.5em;
	font-weight: bold;
	line-height: 1.25em;
}
.o-page-title__ruby{
	order: -1;
	margin-right: 1em;
	
	font-size: 1.25em;
	font-weight: bold;
	line-height: 2em;
}

@media (max-width: 768px){
	.o-page-title__logo > img{
		width: 104.5px;
		height: 16px;
	}
}







/* intro */
.o-intro{
	text-align: center;
}
.o-intro__title1{
	font-size: 1.5em;
	font-weight: normal;
	line-height: 2em;
}













/* 基本 */
@media (min-width: 769px){}
@media (max-width: 768px){}

/* Advanced */
@media (max-width: 1024px) and (min-width: 768px){}