@charset "utf-8";
/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
}

/*Mobile Global View*/

body {
	background-color: #dfe67d;
}

main {
	display: flex;
	padding: 0px 0px; /*padding: 0px 40px;*/
	position: relative;
	/*flex: 1;*/ /*.page-wrapper*/
}

.T-wrapper1 {
	display: none;
}

.col-wrapper {
	display: none;
}

/*UPLOAD 1*/
.UPLOAD1-line1,
.UPLOAD1-line2,
.UPLOAD1-line3,
.UPLOAD1-line4,
.UPLOAD1-line5,
.UPLOAD1-line6,
.UPLOAD1-line7 {
	font-family: 'Yrsa', serif;
	font-size: 16px;
	font-weight: 400;
	padding: 4px 4px 4px 18px;
}

.UPLOAD1-line1 {
	margin-top: 56.16px;
}

.UPLOAD1-line2 {
	padding-left: 42px;
	margin-top: 0.75px;
}

.UPLOAD1-line3,
.UPLOAD1-line4,
.UPLOAD1-line5,
.UPLOAD1-line6,
.UPLOAD1-line7 {
	padding-left: 178px;
}

.UPLOAD1-line3 a,
.UPLOAD1-line4 a,
.UPLOAD1-line5 a,
.UPLOAD1-line6 a,
.UPLOAD1-line7 a {
	color: black;
	text-decoration: none;
	padding: 0px 32px;
}

.UPLOAD1-line3 a::after,
.UPLOAD1-line4 a::after,
.UPLOAD1-line5 a::after,
.UPLOAD1-line6 a::after,
.UPLOAD1-line7 a::after {
	content: '\f1c1';
	font-family: 'Font Awesome 5 Free';
	font-size: 14px;
	font-weight: 300;
	margin-left: 4px;
}
/*UPLOAD 1*/

/*31Aug2015*/
.yellow-box {
	background-color: #E4C079;
	margin-top: 28.08px;
	padding: 8px 12px;
	width: 82.5%;
	margin-left: auto;
	margin-right: auto;
}

.para1 {
	font-family: 'Noto Serif JP', serif;
	font-size: 13.25px;
}

.link {
	font-family: 'Nixie One', cursive;
	font-size: 13px;
	font-weight: 600;
	margin-top: 16px;
	display: flex;
	justify-content: flex-end;
}

.link a {
	text-decoration: none;
	color: black;
	background-color: #dfe67d;
	padding: 0px 4px;
}

.link a:hover {
	cursor: pointer;
}

.link a::after {
	content: '\f1c1';
	font-family: 'Font Awesome 5 Free';
	font-size: 14px;
	font-weight: 300;
	margin-left: 4px;
}
/*31Aug2015*/

/*10Feb2016*/
.yellow-title {
	font-family: 'DM Serif Display', serif;
	font-size: 16px;
	font-weight: 400;
}

.heading1,
.heading2,
.heading3,
.heading4,
.heading5,
.heading6 {
	font-family: 'Quattrocento', serif;
	font-size: 14px;
	font-weight: 600;
}

.para1, 
.para2, 
.para3,
.para4,
.para5,
.para6,
.para7,
.para8,
.para9,
.para10,
.para11,
.para12,
.para13 {
	font-family: 'Noto Serif JP', serif;
	font-size: 13.25px;
}

.para1,
.para7,
.para11,
.para12,
.para13, 
.heading1,
.heading2,
.heading3,
.heading4,
.heading5,
.heading6 {
	margin-top: 16px;
}
/*10Feb2016*/

/*Tablet View-1*/

@media (min-width: 501px) {
	.M-wrapper {
		display: none;
	}
	
	.T-wrapper1 {
		display: block;
	}
		
	/*UPLOAD 1*/
	.T-wrapper1 .UPLOAD1-line3,
	.T-wrapper1 .UPLOAD1-line4,
	.T-wrapper1 .UPLOAD1-line5,
	.T-wrapper1 .UPLOAD1-line6,
	.T-wrapper1 .UPLOAD1-line7 {
		padding-left: 206px;
	}
	
	.T-wrapper1 .UPLOAD1-line1 {
		margin-top: 60.5px;
	}
	
	.T-wrapper1 .UPLOAD1-line2 {
		margin-top: 0.3px;
	}	
	/*UPLOAD 1*/
}

/*Desktop View*/

@media (min-width: 1193px) {
	.T-wrapper1 {
		display: none;
	}
	
	.col-wrapper {
		display: block;
	}
	
	main {
		padding: 9px 40px;
	}
	
	.col-wrapper {
		display: flex;
		width: 100%;
		margin: 0px auto;
	}
	
	.col1 {
		flex-basis: 25%;
		top: 0%;
	}

	.col1 h3 {
		text-align: left;
	}

	.col2 {
		flex-basis: 75%;
	}

	.col2 h3 {
		text-align: left;
	}
	
	/*UPLOAD 1*/
	.col1 .UPLOAD1-line1 {
		margin-top: 59px;
		padding-left: 4px;
	}
	
	.col2 .UPLOAD1-line2 {
		margin-top: 90px;	
		padding: 4px;
		margin: 89px 0px 8px 0px;
	}
	
	.col2 .UPLOAD1-line3,
	.col2 .UPLOAD1-line4,
	.col2 .UPLOAD1-line5,
	.col2 .UPLOAD1-line6,
	.col2 .UPLOAD1-line7 {
		padding-left: 100px;
	}
	/*UPLOAD 1*/
}
