@charset "utf-8";

.base {
	margin-bottom: 40px;
	padding-top: 20px;
	border-top: 1px solid rgba(0,0,0,0.1);
}

.base-inner {
	display: flex;
	flex-direction: column;
}

.base-header {
	
}

.base-header-ttl {
	display: flex;
	flex-direction: column;
	font-weight: 500;
}
.base-header-ttl .en {
	display: block;
	color: rgba(0,0,0,0.75);
	font-size: 1.5rem;
}
.base-header-ttl .ja {
	display: block;
	color: rgba(0,0,0,0.4);
	font-size: 1.05rem;
}

.lang--ja .base-header-ttl .en {
	color: rgba(0,0,0,0.4);
	font-size: 1.05rem;
	order: 2;
}
.lang--ja .base-header-ttl .ja {
	color: rgba(0,0,0,0.75);
	font-size: 1.5rem;
}

.base:not(.base--extra) {
	width: 100% !important;
}


.subsection-ttl {
	display: flex;
	flex-direction: column;
	margin-bottom: 10px;
	padding-left: 20px;
	font-weight: 500;
}
.lang--ja .subsection-ttl .en {
	order: 2;
}


.base-body-list {
	display: flex;
	flex-direction: column;
	margin: 0 0 10px;
	padding-left: 0px;
	box-sizing: border-box;
	font-size: 1.3rem;
	line-height: 1.5;
}

.base-body-list li {
	position: relative;
	display: flex;
	flex-direction: column;
	width: 100%;
	margin-bottom: 10px;
	padding-left: 20px;
	list-style: none;
}
.base-body-list li:before {
	position: absolute;
	left: 0;
	right: auto;
	top: 0.75em;
	bottom: auto;
	margin: auto;
	display: block;
	width: 5px;
	height: 1px;
	background: rgba(0,0,0,0.5);
	content: "";
}
.subsection-ttl .en,
.base-body-list .en {
	display: block;
	font-size: 1.3rem;
}

.subsection-ttl .ja,
.base-body-list .ja {
	display: block;
	color: rgba(0,0,0,0.4);
	font-size: 1.05rem;
}

.lang--ja .subsection-ttl .en,
.lang--ja .base-body-list .en {
	color: rgba(0,0,0,0.4);
	font-size: 1.05rem;
	order: 2;
}

.lang--ja .subsection-ttl .ja,
.lang--ja .base-body-list .ja {
	color: rgba(0,0,0,0.75);
	font-size: 1.3rem;
}

.base-body-list-outer {
	width: 100%;
}




.Pickup {
	margin: 0;
}

.Pickup .base {
	border-top: none;
	background: rgb(248, 240, 237);
	padding: 25px;
	box-sizing: border-box;
}

.pickup-header {
	margin-bottom: 40px;
}

.pickup-figure {
	position: relative;
	width: 100%;
	margin-bottom: 20%;
}

.pickup-body-ttl {
	margin: 0 0 1em;
	text-align: center;
}

.pickup-body-ttl small {
	font-size: 1.2rem;
}

.pickup-body-txt {
	margin-top: 0;
	font-size: 1.4rem;
}

.pickup-body .lang-inner {
	margin-bottom: 40px;
}

.pickup-footer {
	order: 10;
	font-size: 1.3rem;
}



.youtube {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}
.youtube iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}



/* ---------------------------------------------------------------------------------------------- */
/* SmartPhone                                                                                     */

/* iPhone 6 over */
@media screen and (min-width: 374px) {
	
}

/* ---------------------------------------------------------------------------------------------- */
/* Tablet                                                                                         */

@media screen and (min-width: 541px) {
	
}


/* iPad */
@media screen and (min-width: 768px) {
	
	.base-inner {
		flex-direction: row;
	}
	
	.base-header {
		width: 30%;
	}
	
	.base-body-list {
		width: 70%;
	}
	
	.base-body-list-outer {
		width: 70%;
	}
	
	.base-body-list-outer .base-body-list {
		width: 100%;
	}
	
	.base-body-list li {
		flex-direction: row;
	}
	.base-body-list .en {
		width: 50%;
	}
	.base-body-list .ja {
		width: 50%;
	}
	
	
	
	.pickup-body {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.pickup-body-ttl {
		text-align: left;
	}
	.pickup-figure {
		flex-shrink: 0;
		margin-bottom: 80px;
	}
	.pickup-body .lang-container {
		width: 100%;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.pickup-body .lang-inner {
		width: calc(50% - 20px);
	}
}

/* ---------------------------------------------------------------------------------------------- */
/* Desktop                                                                                        */

@media screen and (min-width: 1024px) {
	
	.Pickup .base {
		padding: 50px;
	}
	
}

@media screen and (min-width: 1281px) {
	
}
