﻿
@import url("about.css");
#section1 h5{
	font-weight:400;
}
#section1 li:last-child{
	margin-bottom:0;
}
#section1 dl{
	display:flex;
	flex-wrap:wrap;
}
#section1 dt,#section1 dd{
	border-width:0 0 1px;
	border-style:solid;
}
#section1 dt,#section1 dd{
	box-sizing:border-box;
}
#section1 dt{
	border-color:#94c5e1;
	font-weight:400;
}
#section1 dd{
	border-color:#dddddd;
}
#section1 h5 span{
	font-size:0.8em;
}
#section2 .pdf{
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#section2 .pdf li a{
	display:block;
	position:relative;
	line-height:0;
	font-size:1.471em;
}
#section2 .pdf li i{
	position:absolute;
	bottom:0;
	right:0;
	width:1.5em;
	height:1.5em;
	background:#94c5e1;
	color:#ffffff;
}
#section2 .pdf li i:before{
	width:1em;
	height:1em;
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	margin:auto;
}
#section2 .pdf p{
	text-align:center;
	font-weight:400;
	font-size:1.176em;
}

/*PC
----------------------------------------------------*/
@media screen and (min-width:1081px),print{
	#section1 ul{
		margin-top:40px;
		margin-bottom:80px;
	}
	#section1 li{
		margin-bottom:50px;
	}
	#section1 h5{
		margin-bottom:35px;
	}
	#section1 .image{
		width:400px;
	}
	#section1 .textbox{
		width:600px;
	}
	#section1 dt{
		width:250px;
		padding-top:10px;
		padding-bottom:10px;
	}
	#section1 dd{
		font-size:0.941em;
		width:calc(100% - 250px);
		padding-top:10px;
		padding-left:30px;
		padding-bottom:10px;
	}
	#section2 .pdf p{
		margin-top:10px;
	}

}
/*PC and Tablet
----------------------------------------------------*/
@media screen and (min-width:751px),print{
	#section1 h4{
		font-size:1.647em;
	}
	#section1 h5{
		font-size:1.176em;
	}
	#section1 li{
		display:flex;
		justify-content: space-between;
	}
}
/*Tablet
----------------------------------------------------*/
@media screen and (min-width:751px) and (max-width:1080px){
	#section1 .image{
		width:40%;
	}
	#section1 .textbox{
		width:58%;
	}
	#section1 dt,#section1 dd{
		padding-top:2%;
		padding-bottom:2%;
	}
	#section1 dt{
		width:35%;
	}
	#section1 dd{
		width:calc(100% - 35%);
		padding-left:1em;
	}
	#section2 .pdf li{
		width:30.3%;
	}
}
/*Tablet und Phone
----------------------------------------------------*/
@media screen and (max-width:1080px){
	#section1{
		margin-top:7%;
	}
	#section1 ul{
		margin-top:5%
	}
	#section1 li{
		margin-bottom:5%;
	}
	#section1 dl{
		width:100%;
		margin-top:3%;
	}
}
/*Phone
----------------------------------------------------*/
@media screen and (max-width:750px){
	#section1 h4{
		font-size:1.4em;
	}
	#section1 h5{
		font-size:1.176em;
	}
	#section1 .image{
		margin-bottom:2%;
		text-align:center;
	}
	#section1 dt{
		width:100%;
		padding-bottom:2%;
		margin-bottom:2%;
	}
	#section1 dd{
		width:100%;
		padding-bottom:2%;
		margin-bottom:3%;
	}
	#section2 .pdf li{
		width:48%;
		margin-bottom:2%;
	}
	#section2 .pdf li a{
		font-size:calc((1rem + ((1vw - 3.2px) * 3.125)) * 0.426666666666667);
	}
	#section2 .pdf li i{
		font-size:2.5em;
	}

}