﻿@charset "UTF-8";

/* ▼▼▼ 旅行業登録票
=====================================*/
table.info {
	width: 100%;
	border-top: 1px solid #939393;
	margin-bottom: 50px;
	}
	table.info th,
	table.info td {
		border-bottom: 1px solid #939393;
		padding: 20px;
		}
	table.info th {
		width: 20%;
		background: #D2E9FF;
		color: #0C65B8;
		}
table.info .kome{
	display: block;
	font-size: 13px;
	margin: 2px 0 0 1em;
	text-indent: -1em;
}

h2 {
	margin-bottom: 30px;
	font-size: 22px;
	font-weight: 550;
	letter-spacing: 1.5px;
}
.map,
.txt {
	margin-bottom: 50px;
}

table.info ul li i.link {
	display: inline-block;
	width: 10px;
	height: 10px;
	background: url(img/arrow01.png) no-repeat center center;
	background-size: contain;
	margin-right: .2em;
}

table.info ul li a {
	position: relative;
	display: inline-block;
	color: #0C65B8;
	text-decoration: underline;
	padding-right: 1.2em;
}
table.info ul li a:before {
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	width: 16px;
	height: 16px;
	background: url(../common/img/pdf_icon.png) no-repeat center center;
	background-size: contain;
	top: 50%;
	transform: translateY(-50%);
}



				
/* ▼▼▼ 480px〜768px
=====================================*/
@media screen and (max-width: 768px) {	

table.info {
	margin-bottom: 30px;
	}
	table.info th,
	table.info td {
		display: block;
		padding: 10px;
		}
	table.info th {
		width: 100%;
		}
	table.info .kome{
		font-size: 11px;
	}

	.map, .txt {
		margin-bottom: 25px;
	}
		
}	

