*{
	margin: 0%;
	padding: 0%;
}
body{
	width: 100%;
	height: 100%;
	position: absolute;
	font-family: system-ui;
}
a{
	text-decoration: none;
	color: unset;
}
/********************/
header{
	width: 100%;
	float: left;
}
header .header-1{
	width: 90%;
	padding: 0.5% 5%;
	float: left;
	box-shadow: -3px 3px 3px rgba(0, 0, 0, 0.5);
	position: relative;
	z-index: 1;
}
header .header-1 section{
	width: 20%;
	float: left;
	display: grid;
	grid-template-columns: 35% 60%;
	grid-column-gap: 5%;
}
header .header-1 section img{
	width: 100%;
	height: 5vw;
	margin: auto;
}
header .header-1 section h1{
	width: 100%;
	margin: auto;
}
header .header-1 section h1 span{
	width: 100%;
	float: left;
	font-family: system-ui;
	font-size: 1.1vw;
	letter-spacing: 0.4vw;
	font-weight: lighter;
	color: ;
}
header .header-1 section h1 strong{
	width: 100%;
	float: left;
	line-height: 2.5vw;
	font-family: system-ui;
	font-size: 3vw;
	color: ;
}
header .header-1 .ul-1{
	width: 10%;
	margin-top: 2%;
	float: right;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-column-gap: 5%;
}
header .header-1 .ul-1 li{
	width: 100%;
	list-style: none;
	text-align: right;
	cursor: pointer;
}
header .header-1 .ul-2{
	width: 15%;
	height: 100%;
	padding: 5%;
	background-color: rgba(255, 255, 255, 1.0);
	position: fixed;
	top: 0;
	right: 0;
	box-shadow: -3px 3px 3px rgba(0, 0, 0, 0.5);
	display: none;
	z-index: 1;
}
header .header-1 .ul-2 li{
	width: 100%;
	padding-bottom: 12%;
	margin-bottom: 12%;
	float: left;
	border-bottom: 1px solid gray;
	list-style: none;
	text-align: center;
	font-family: system-ui;
	font-size: 1.3vw;
	font-weight: lighter;
}
header .header-1 .ul-2 li:hover{
	font-weight: bold;
}
header .header-1 .ul-2 li:last-child{
	border-bottom: none;
}
header .header-1 .ul-2 i{
	width: auto;
	margin-top: 25%;
	margin-left: calc((100% - 3vw) / 2);
	float: left;
	font-size: 3vw;
}

/**********journal**********/
.journal{
	width: 80%;
	margin-top: 2%;
	margin-left: 10%;
	float: left;
}
.journal h3{
	width: 100%;
	padding-bottom: 1%;
	margin-bottom: 1%;
	float: left;
	border-bottom: 1px solid darkred;
	font-size: 5vw;
	font-weight: lighter;
}
.journal .main{
	width: 70%;
	height: 50vw;
	float: left;
}
.journal .main section{
	height: 100%;
	height: 100%;
	float: left;
}
.journal .main section img{
	width: 100%;
	height: 65%;
	float: left;
	object-fit: cover;
}
.journal .main section h4{
	width: 100%;
	margin-top: 2%;
	float: left;
	text-align: justify;
	font-size: 1.3vw;
}
.journal .main section p{
	width: 100%;
	margin-top: 1%;
	float: left;
	text-align: justify;
	font-size: 1vw;
}
.journal .main section time{
	width: 100%;
	margin-top: 1%;
	float: left;
	text-align: right;
	font-size: 1.2vw;
}
.journal .sub{
	width: 28%;
	height: 50vw;
	float: right;
	overflow-y: scroll;
}
.journal .sub section{
	height: 100%;
	height: 17%;
	padding-bottom: 3%;
	margin-bottom: 3%;
	float: left;
	border-bottom: 1px solid gray;
}
.journal .sub section:last-child{
	border-bottom: none;
}
.journal .sub section img{
	width: 40%;
	height: 100%;
	float: left;
	object-fit: cover;
}
.journal .sub section h4{
	width: 57%;
	float: right;
	font-size: 1vw;
	font-weight: ;
}



































/***************650px***************/
@media only screen and (max-width: 650px) {

header{
	width: 100%;
	float: left;
}
header .header-1{
	width: 90%;
	padding: 0.5% 5%;
	float: left;
	box-shadow: -3px 3px 3px rgba(0, 0, 0, 0.5);
	position: relative;
	z-index: 1;
}
header .header-1 section{
	width: 35%;
	padding-bottom: 1%;
	float: left;
	display: grid;
	grid-template-columns: 35% 60%;
	grid-column-gap: 5%;
}
header .header-1 section img{
	width: 100%;
}
header .header-1 section h1{
	width: 100%;
	margin: auto;
}
header .header-1 section h1 span{
	width: 100%;
	float: left;
	font-family: system-ui;
	font-size: 3vw;
	letter-spacing: 0.45vw;
	font-weight: lighter;
	color: ;
}
header .header-1 section h1 strong{
	width: 100%;
	float: left;
	line-height: 2.5vw;
	font-family: system-ui;
	font-size: 6vw;
	letter-spacing: 0.3vw;
	color: ;
}
header .header-1 .ul-1{
	width: 10%;
	margin-top: 2%;
	float: right;
}
header .header-1 .ul-1 li{
	width: 100%;
	float: right;
	list-style: none;
	text-align: right;
	cursor: pointer;
	font-size: 6vw;
}
header .header-1 .ul-1 li:nth-child(1){
	display: none;
}
header .header-1 .ul-1 li:nth-child(2){
	display: none;
}
header .header-1 .ul-2{
	width: 70%;
	height: 100%;
	padding: 7%;
	background-color: rgba(255, 255, 255, 1.0);
	position: fixed;
	top: 0;
	right: 0;
	box-shadow: -3px 3px 3px rgba(0, 0, 0, 0.5);
	display: none;
	z-index: 1;
}
header .header-1 .ul-2 li{
	width: 100%;
	padding-bottom: 7%;
	margin-bottom: 7%;
	float: left;
	border-bottom: 1px solid gray;
	list-style: none;
	text-align: center;
	font-family: system-ui;
	font-size: 5vw;
	font-weight: lighter;
}
header .header-1 .ul-2 li:hover{
	font-weight: bold;
}
header .header-1 .ul-2 li:last-child{
	border-bottom: none;
}
header .header-1 .ul-2 i{
	width: auto;
	margin-top: 25%;
	margin-left: calc((100% - 3vw) / 2);
	float: left;
	font-size: 7vw;
}

/**********journal**********/
.journal{
	width: 90%;
	margin-top: 2%;
	margin-left: 5%;
	float: left;
}
.journal h3{
	width: 100%;
	padding-bottom: 1%;
	margin-bottom: 1%;
	float: left;
	border-bottom: 1px solid darkred;
	font-size: 6vw;
	font-weight: lighter;
}
.journal .main{
	width: 100%;
	height: auto;
	float: left;
}
.journal .main section{
	height: 100%;
	height: 100%;
	float: left;
}
.journal .main section img{
	width: 100%;
	height: 65%;
	float: left;
	object-fit: cover;
}
.journal .main section h4{
	width: 100%;
	margin-top: 2%;
	float: left;
	text-align: justify;
	font-size: 3.5vw;
}
.journal .main section p{
	width: 100%;
	margin-top: 1%;
	float: left;
	text-align: justify;
	font-size: 2.5vw;
}
.journal .main section time{
	width: 100%;
	margin-top: 1%;
	float: left;
	text-align: right;
	font-size: 1.2vw;
}
.journal .sub{
	width: 100%;
	height: auto;
	margin-top: 5%;
	float: left;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-column-gap: 7%;
}
.journal .sub section{
	height: 100%;
	height: auto;
	padding-bottom: 3%;
	margin-bottom: 3%;
	float: left;
	border-bottom: 1px solid gray;
}
.journal .sub section:last-child{
	border-bottom: none;
}
.journal .sub section img{
	width: 100%;
	height: 20vw;
	float: left;
	object-fit: cover;
}
.journal .sub section h4{
	width: 100%;
	margin-top: 3%;
	float: left;
	font-size: 3vw;
	font-weight: ;
}








}





