﻿@charset "UTF-8";

/* ▼▼▼ 業務内容
=====================================*/
#main{
	font-size: 18px;
	}
		
#title_area{
	background: url(../img/business/main.jpg) no-repeat center/cover;
	}

#inpage_nav{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 100px;
	font-size: 16px;
	}
	#inpage_nav li{
		display: table;
		border: 1px solid #707070;
		width: 32%;
		height: 80px;
		text-align: center;
		}
	#inpage_nav li:not(:nth-child(-n + 3)){
		margin-top: 20px;
		}
	#inpage_nav li a{
		display: table-cell;
		vertical-align: middle;
		color: #000;
		text-decoration: none;
		position: relative;
		}
	#inpage_nav li a:after{
		font-family: "FontAwesome";
		content: "\f107";
		padding-left: 5px;
		color: #959EA7;
		position: absolute;
		top: 50%;
		right: 20px;
		transform: translate(-0%,-50%);
		-webkit-transform: translate(-0%,-50%);
		}

section:not(:last-of-type){
	margin-bottom: 60px;
	}
.inner{
	padding-left: 50px;
	}
.square{
	position: relative;
	}
	.square:before{
		content: "■";
		color: #3069B1;
		padding-right: .5em;
		position: absolute;
		top: 0;
		left: -20px;
		}
.inner ul{
	margin-top: 30px;
	}
	.inner ul li{
		padding-left: 1em;
		text-indent: -1em;
		}

#list_06 .inner ul li:not(:last-child){
	margin-bottom: 30px;
	}

/* ▼▼▼ 768px
=====================================*/
@media screen and (max-width: 768px) {
#main{
	font-size: 16px;
	}

#inpage_nav{
	margin-bottom: 50px;
	font-size: 12px;
	}
	#inpage_nav li{
		width: 48%;
		height: 65px;
		}
	#inpage_nav li:not(:nth-child(-n + 3)){
		margin-top: 0;
		}
	#inpage_nav li:not(:nth-child(-n + 2)){
		margin-top: 10px;
		}
	#inpage_nav li a:after{
		font-size: 16px;
		top: auto;
		bottom: -3px;
		left: 50%;
		transform: translate(-50%,-0%);
		-webkit-transform: translate(-50%,-0%);
		}

section:not(:last-of-type){
	margin-bottom: 50px;
	}
.inner{
	padding-left: 20px;
	}
.square:before{
	content: "■";
	color: #3069B1;
	padding-right: .5em;
	position: absolute;
	top: 0;
	left: -20px;
	}
.inner ul{
	margin-top: 30px;
	}
	.inner ul li{
		padding-left: 1em;
		text-indent: -1em;
		}

#list_06 .inner ul li:not(:last-child){
	margin-bottom: 30px;
	}

}
.pdf_area  {
	padding-left: 0;
  text-indent: 0;

}		
.pdf_area a {
	color: #000;
	border-bottom: solid 1px #000;
word-break: break-all;
}		
.pdf_area a:hover {
	text-decoration: none;
}

.pdf_area a::after {
	content: "";
	width:18px;
	height: 18px;
	display: inline-block;
	background: url("../img/business/icon_pdf.svg");
	background-size: contain;
	background-repeat: norepeat;
	margin-left: .5rem;
	transform: translateY(2px);
}

@media screen and (max-width: 380px) {
	.pdf_area a {
	font-size: 15px;
	}	
}