@charset "utf-8";
/*----------------------------------------------------------------------------
outline  
------------------------------------------------------------------------------*/
.pg-title-img{
	background-repeat: no-repeat;
	background-position: top center;
	background-image: url("../image/title.jpg");
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  border: 0;
  width: 100%;
}

td,
th {
  padding: 0;
}

#after .table-contents{
	max-width: 900px;
	margin-left:auto;
	margin-right: auto;
	margin-bottom: 90px;
	    background-color: #FFFEFC;
}

#after .table-contents th{
	font-size: 110%;
}

#after .table-contents td{
padding: 20px;
}

#after .table-contents tr:first-child th,
#after .table-contents tr:first-child td{
border-top:1px solid #666;
}
#after .table-contents th,
#after .table-contents td{
border-bottom:1px solid #666;
}
.table-box{
		max-width: 900px;
	margin-left:auto;
	margin-right: auto;
}
.top-head{
	vertical-align: top;
	padding-top: 24px;
}

.business-content{
	display: flex;
}

.business-content:first-child{
	border-bottom:1px solid #D5D5D5;
}

.business-content:nth-child(1){
	padding-bottom :20px;
}

.business-content:nth-child(2){
	padding-top: 20px;
}

.business-content dt{
	font-weight: bold;
	
}
.business-content dt{
	width: 120px;
	padding: 5px 0;
}
.business-content dd{
	margin-left: 40px;
}

.content-list{
	list-style: disc;
	margin-left: 20px;
} 

.content-list li{
	padding-bottom: 2px;
} 
.content-list li:first-child{
	padding-top: 2px;
}

.gmap{
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 60px;
}

.gmap iframe{
	vertical-align: bottom;
}

@media screen and (min-width:641px) {
	.pg-title-img{
height: 200px;
}
	
#after .table-contents th{
	width: 120px;
}
	
.business-content dt{
	margin-left: 40px;
}
}

@media screen and (max-width:640px) {
		.pg-title-img{
height: 160px;
			background-size: cover;
			background-position: 50%;
			
}
	
#after .table-contents th{
	width: 150px;
}
	
	.business-content dt{
	margin-left: 20px;
}
}

.disclaimer{
	font-size: 0.88em;
	display: block;
}

.item-title{
font-size: 22px;
	font-weight: bold;
	
	border: 2px solid #8EB809;
    box-sizing: border-box;
    margin: 0;
    padding: 5px 10px;
    display: inline-block;
	margin-bottom: 20px;
    color: #8EB809;
}

.disclaimer-box-ttl{
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 10px;
}

.disclaimer-box{
  max-width: 900px;
  margin-left:auto;
  margin-right: auto;
  margin-bottom: 90px;
  padding: 20px 30px 30px;
  background-color: #ededed;
  box-sizing: border-box;
}

@media screen and (max-width:640px) {
.item-title{
font-size: 28px;

}

.disclaimer-box-ttl{

    font-size: 28px;

}		
}
