html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	color: #424242;
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI","Noto Sans Japanese","ヒラギノ角ゴ ProN W3", Meiryo, sans-serif;
	min-height: 100vh;
}
ol, ul {
	list-style: none;
}
img {
    max-width: 100%;
}
/*
 *    Header
 */
header {
/*
    max-width: 1024px;
*/
    text-align: center;
    margin: 0 auto 2rem;
}
#blup {
    margin-bottom: 2rem;
}
#concept_en {
    text-align: center;
    font: 42px/1.5 "Times New Roman", serif;
}
#concept_ja {
    text-align: center;
    font-size: 14px;
}
#comsoon {
    text-align: center;
}
/*
 *    TOP LIST
 */
.top_ul {
    margin: 48px 16px;
	padding: 0;
}
.top_ul li {
    border-top: 1px solid #757575;
    padding: 16px 8px;
}
.top_ul li:last-child {
    border-bottom: 1px solid #757575;
}
.top_ul a {
    position: relative;
    display: block;
    text-decoration: none;
    color: inherit;
}
.top_ul a::after {
    position: absolute;
    right: 11px;
    top: 50%;
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    border-top: 1px solid #757575;
    border-right: 1px solid #757575;
    transform: translateY(-50%) rotate(45deg);
}
.dept_en {
    font: 36px/1 "Times New Roman", serif;
}
.dept_ja {
    font-size: 16px;
}
.dept_no {
    margin-top: 6px;
    font: 36px/1 "Times New Roman", serif;
}
.dept_no span {
    font-size: 20px;
}
@media(min-width:768px) {
	#main {
		display: flex;
	}
	.top_ul {
		box-sizing: border-box;
		width: 50%;
	    margin: 0;
		padding: 48px 16px;
	}
}
@media(min-width:1024px) {
	#main {
		width: 1024px;
		margin: 0 auto;
	}
}
/*
 *    footer
 */
footer {
    text-align: center;
    margin-bottom: 8px;
    color: #757575;
}
/*
 *    PAPER MAIN
 */
h2 {
    font: 36px/1 "Times New Roman", serif;
	margin: 0 16px 48px;
	padding-bottom: 8px;
	border-bottom: 1px solid #9e9e9e;
}
h2 span {
	display: block;
	font-size: 16px;
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI","Noto Sans Japanese","ヒラギノ角ゴ ProN W3", Meiryo, sans-serif;
}
/*
 *    PAPER LIST
 */
.cul li {
	margin-bottom: 32px;
}
h3 {
	margin: 0 16px;
}
.cno {
    font: 36px/1 "Times New Roman", serif;
}
.cno span {
    font-size: 20px;
}
.cno span.cname {
    font-size: 30px;
}
.csalon {
    font-size: 20px;
}
.cpaper {
	text-align: center;
}
@media(min-width:1024px) {
	#cmain {
		width: 1024px;
		margin: 0 auto;
	}
}
/*
 *    YouTube
 */
aside {
	margin: 5rem auto 3rem;
	max-width: 1024px;
}
h2.advice {
	font-size: 24px;
}
.youtube {
	position:relative;
	width:100%;
	padding-top:56.25%;
}
.youtube iframe {
	position:absolute;
	top:0;
	right:0;
	width:100%;
	height:100%;
}
