/* greeting-page(index.html)*/
.side_content{
	width: 25%;
	background: #0703031A;
	margin-top: 95px;
	height: 1600px;
}

.main-logo-wrapper{
	margin-top: 30px;
	margin-bottom: 20px;
}


.header-center-text{
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.menu2{
	color:#000000;
	font-family: "Hiragino Sans";
	font-size: 20px;
	text-decoration: none;
	border-right: 1px solid #707070;
	padding: 0px 50px;
}

.menu2-contact{
	color:white;
	font-family: "Hiragino Sans";
	font-weight: bold;
	font-size: 20px;
	text-decoration: none;
	border-radius: 4px;
	background-color: #CC0000;
	padding: 5.35px 10px 5.65px 10px;
	margin-left: 20px;
}

.main-logo-wrapper{
	text-align: center;
}

.contact-title{
	font-family: "Hiragino Sans";
	color:#000000;
	font-size: 16px;
	margin-top: 30px;
	font-weight: 300;
}

.contact-title span{
	font-family: "Hiragino Sans";
	color:#000000;
	font-size: 24px;
	font-weight: 300;
	margin-top: 30px;
}

.content-title{
	border-bottom: 2px solid #CC0000;
	padding-bottom: 8px;
	color:#CC0000;
	font-family: "Hiragino Sans";
	font-weight: 500;
	font-size: 24px;
}

.privacy-texts{
    font-family: "Hiragino Sans";
	color:#000000;
	font-size: 20px;
    font-weight: 300;
    line-height: 34px;
	margin-top: 30px;
}

footer{
	margin-top: 50px;
}

@media screen and (max-width: 1020px) {
.header-center-text{
	display: flex;
	justify-content: space-around;
	padding: 0px 20px;
}

.menu2{
	border-right: none;
	padding: 0px;
}

.contents{
	padding: 0px 25px;
}

.main-contents{
	padding: 0px 0px 30px 40px;
}

}

@media screen and (max-width: 767px) {
	.contents{
		padding: 0px 30px;
	}

	.side_content{
	display: none;
}

.main-logo-wrapper{
	display: none;
}

.header-center-text{
	display: none;
}

.main-contents{
	padding-left: 0px;
	margin-top: 70px;
}

.privacy-texts{
	font-size: 18px;
    line-height: 32px;
}
}

@media screen and (max-width: 367px) {
.contents{
	padding: 0px 20px;
}

.tab_item {
	width: calc(100%/4);
	font-size: 14px;
}

.content-title{
	font-size: 20px;
}
.privacy-texts{
    font-size: 16px;
    line-height: 30px;
}
}