@charset "UTF-8";
/* CSS Document */

/* ############################################## */

.contents_title {
	width:100%;
	margin:0px 0px 10px 0px;
}
.sub_title {
	width:100%;
	margin:0px 0px 10px 0px;
}

/* ############################################## */

.contents_001 {
	width:100%;
	height:195px;
	margin:0px auto 20px auto;
	position:relative;
}
.contents_001 h4 {
	margin:0px 0px 10px 0px;
}
.contents_001 .ttl_h4_company{
	font-family: 'Noto Serif JP', serif;
    font-size: 18px;
    display: flex;
    align-items: center;
	border-bottom: 1px dashed #333;
	margin: 0.5em;
	padding-bottom: .3em;
}
.contents_001 p {
	margin:0px 0px 10px 10px;
	font-size:12px;
	line-height:18px;
}
.contents_002_img {
	position:absolute;
	top:0px;
	right:0px;
}
.contents_002 {
	width:695px;
	margin:0px auto 0px auto;
	background:url(../img/studiare_italia/index/contents_decoration_001_top.jpg) no-repeat top center #fcfaeb;
	padding:30px 0px 15px 0px;
}
.contents_002 ul {
	margin:0px 25px;
}
.contents_002 li {
	font-size:12px;
	line-height:18px;
}
.contents_003 {
	width:695px;
	margin:0px auto 20px auto;
}

.index_menu {
	width:327px;
	margin:0px 0px 10px 0px;
}
.index_menu p {
	min-height:88px;
	
}
.index_menu h5 a:link {
	background:url(../img/common/index_menu_back_001.gif) no-repeat;
	width:257px;
	height:32px;
	padding:0px 35px;
	font-size:14px;
	line-height:30px;
	color:#fff;
	display:block;
	text-decoration:none;
}
.index_menu h5 a:visited {
	background:url(../img/common/index_menu_back_001.gif) no-repeat;
	width:257px;
	height:32px;
	padding:0px 35px;
	font-size:14px;
	line-height:30px;
	color:#fff;
	display:block;
	text-decoration:none;
}
.index_menu h5 a:hover {
	background:url(../img/common/index_menu_back_001.gif) no-repeat;
	width:257px;
	height:32px;
	padding:0px 35px;
	font-size:14px;
	line-height:30px;
	color:#fff;
	display:block;
	text-decoration:underline;
}
.index_menu h5 a:active {
	background:url(../img/common/index_menu_back_001.gif) no-repeat;
	width:257px;
	height:32px;
	padding:0px 35px;
	font-size:14px;
	line-height:30px;
	color:#fff;
	display:block;
	text-decoration:none;
}
@media screen and (min-width:768px) {
	.contents_001 {
		width:693px;
	}
	.index_menu_left {
		width: 100%;
		display: flex;
		align-items: flex-start;
		justify-content: flex-start;
		flex-flow: wrap;
	}
	.link_box{
		margin-right: 15px;
		margin-bottom: 15px;
	}
	.contents_title {
		width:695px;
		margin:0 0 10px 0;
	}
	.ttl_h4_company br{
		display: none;
	}
	.sub_title {
		width:695px;
		margin:0px 0px 10px 0px;
	}

}
@media screen and (max-width:767px) {

	.contents_002_img img{
		width:40%;
		float: right;
		height: auto;
	}
	.contents_001 p{
		margin: 1em;
		font-size: 12px;
		line-height: 18px;
		padding-top: 10px;
	}
	.sub_title h4 img {
		width: 100%;
	}
	.index_menu{
		width: calc(100% - 10px);
	}
	.index_menu h5 a:link{
		width: 100%;
		height: 32px;
		color: #fff;
		font-family: 'Noto Serif JP', serif;
		font-size: 16px;
		display: flex;
		align-items: center;
		padding-left: 15px;
		background: linear-gradient(0deg, #010000, #443329);
		border-bottom: 3px solid #a28c41;
		box-sizing: border-box;
	}
	.index_menu_left {
		max-width: calc(100% - 25px);
	}
	.index_menu_left_002 a:link{
		box-sizing: border-box;
	}
	.index_menu_left li{
		box-sizing: border-box;
	}
}