@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Lato:400,700,900');
/* CSS Document */
body {
    animation: fadeIn 2s ease 0s 1 normal;
    -webkit-animation: fadeIn 2s ease 0s 1 normal;
}

@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

#page_top {
	position: fixed;
	bottom: 0;
	right: 0;
	z-index: 100;
}
#page_top img {
	vertical-align: bottom;
}
#contents-wrap {
	padding-top: 100px;
}
h1 {
	width: 100%;
	height: 162px;
	background-color: #0071be;
	font-size: 2rem;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	color: #fff;
	text-align: center;
	line-height: 1.2;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
h1 span {
	font-size: 16px;
	font-family: 'Lato', sans-serif;
	color: #292929;
}
#business {
	margin-top: 55px;
	margin-bottom: 52px;
}
.links-wrap{
	margin: 0 auto;
	width: 1000px;
}
.links-wrap p{
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	color: #525659;
	font-size: 16px;
	font-weight: 500;
	text-align: justify;
	text-justify: inter-ideograph;
}
.links-wrap ul li{
	display: flex;
	margin-bottom: 35px;
}
.links-wrap ul li img{
	width: 140px;
	height: 140px;
}
.links-wrap .links-flex-right{
	margin-left: 49px;
}
.links-wrap .company-name{
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	color: #292929;
	font-size: 1rem;
	font-weight: 700;
	margin-bottom: 10px;
}
.links-wrap .links-txt{
	padding-left: 34px;
	line-height: 30px;
}
.links-wrap .url{
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	color: #0071be;
	font-size: 14px;
	font-weight: 500;
	margin-bottom: 23px;
}
.links-wrap .url a{
	color: #0071be;
}
.links-wrap a img{
	transition: all 0.3s;
}
.links-wrap a img:hover{
	opacity: 0.5;
}
@media screen and (max-width:1000px){
.links-wrap{
	width: 95%;
}
}
@media screen and (max-width:768px) {
	#contents-wrap{
		padding-top: 14.9333333vw;
	}
	h1{
		height: 22.13541666vw;
		font-size: 5.416666666vw;
		font-weight: 500;
	}
	h1 span{
		font-size: 2.708333333vw;
		margin-top: 0.911458333vw;
	}
#business {
	margin-top: 9.765625vw;
	margin-bottom: 6.770833333vw;
	text-align: center;
}

.links-wrap{
	width: 84.63541666vw;
}
	.links-wrap p{
		font-size: 3.385416666vw
	}
.links-wrap ul li{
	margin-bottom: 6.510416666vw;
}
.links-wrap ul li img{
	width: 22.13541666vw;
	height: 22.13541666vw;
}
.links-wrap .links-flex-right{
	margin-left: 5.208333333vw;
}
.links-wrap .company-name{
	font-size: 3.385416666vw;
	margin-bottom: 2.213541666vw;
}
.links-wrap .links-txt{
	padding-left: 0;
	line-height: 5.729166666vw;
}
.links-wrap .url{
	font-size: 2.864583333vw;
	margin-bottom: 3.90625vw;
}
}
