@charset "utf-8";

/* ページタイトル
============================================================================= */
.ttlPage-svg{
	fill: #d1232a;
}


/* sect
============================================================================= */
.sect:not(:first-of-type){
	border-top: solid 1px #ccc;
}

/* about
============================================================================= */
.aboutWp{
	margin-top: 30px;
}
.abouttxt{
	line-height: 1.8;
}
.abouttxt:not(:first-child){
	margin-top: 10px;
}
@media screen and (max-width: 959px){
	.abouttxt br{
		display: none;
	}
}

.aboutMov{
	margin-top: 30px;
}
.aboutMovBox{
    position: relative;
    width: 100%;
    padding-top: 56.25%;
}
.aboutMov iframe{
	position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}



.aboutbox{
	display: flex;
	flex-wrap: wrap;
	margin-top: 20px;
	border-bottom: dashed 1px #ccc;
}
.aboutbox dt{
	width: 120px;
	font-weight: bold;
	background: #f5f5f5;
}
.aboutbox dd{
	width: calc(100% - 120px);
}
.aboutbox dt, .aboutbox dd{
	padding: 20px 10px;
	border-top: dashed 1px #ccc;
}
.historybox{
	margin: 30px 0 0 15px;
	border-left: dashed 2px #ccc;
}
.historybox dt{
	position: relative;
	padding-left: 30px;
	width: 200px;
	font-size: 1.6rem;
}
.historybox dt:not(:first-of-type){
	margin-top: 50px;
}
.historybox dt:before {
    position: absolute;
    left: -18px;
    top: -4	px;
    content: "";
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 50vw;
    border: solid 2px #000;
    background: #fff;
}
.historybox dd{
	margin: 10px 0 0 30px;
	font-size: 1.6rem;
}

@media screen and (min-width: 960px){
	.aboutWp{
		display: flex;
		justify-content: space-between;
		flex-direction: row-reverse;
		margin-top: 50px;
	}
	.aboutBd{
		flex: 1;
	}
	.abouttxt:not(:first-child){
		margin-top: 30px;
	}	.aboutMov{
		margin-top: 0;
		margin-right: 30px;
		width: calc(50% - 30px);
	}
	.aboutbox{
		display: flex;
		flex-wrap: wrap;
		margin-top: 30px;
		border-bottom: dashed 1px #ccc;
	}
	.aboutbox dt{
		width: 200px;
		font-weight: bold;
		background: #f5f5f5;
	}
	.aboutbox dd{
		width: calc(100% - 200px);
	}
	.aboutbox dt, .aboutbox dd{
		padding: 20px 15px;
		border-top: dashed 1px #ccc;
	}
	
	.historybox{
		display: flex;
		flex-wrap: wrap;
		margin: 30px 0 0 20px;
	}
	.historybox dt{
		padding-left: 50px;
		font-size: 2.0rem;
	}
	.historybox dt:not(:first-of-type), .historybox dd:not(:first-of-type){
		margin-top: 80px;
	}
	.historybox dt:before {
		left: -24px;
		top: -5px;
		width: 40px;
		height: 40px;
	}
	.historybox dd{
		margin: 0;
		width: calc(100% - 200px);
		font-size: 2.0rem;
	}
}


