

/* intro-page(index.html)*/

.side_content{
	width: 25%;
	background: #0703031A;
	margin-top: 170px;
	height: 1700px;
}

.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;
}

.content-wrapper{
	margin-top: 30px;
}

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

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

.intro1{
	margin-top: 30px;
}

.intro{
	margin-top: 60px;
}

.pro-image{
	width: 100%;
	display: block;
}

@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: 100px 0px 30px 40px;
	}

}

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

	.side_content{
	display: none;
}

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

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


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

.intro-title span{
    font-size: 20px;
}

}

@media screen and (max-width: 376px) {
	.contents{
		padding: 80px 10px;
    }
}
/* intro-page ここまで */

dl{
	margin: 80px 200px;
	padding-top: 100px;
	font-size: 12px;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
	font-weight: 300;
	color: #5f5f5f;
	line-height: 45px;
	text-align: center;
	text-align: justify;
}

dt{
	margin: 80px 200px;
	padding-top: 100px;
	font-size: 12px;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
	font-weight: 300;
	color: #5f5f5f;
	line-height: 45px;
	text-align: center;
	text-align: justify;
}