@charset "utf-8";

/* ===================================================================
　CSS information

　file name  :footer-guide.css
　style info :国内行き先から探す共通用
=================================================================== */
.dom-fg{
	padding: 60px 0;
	background: #fff;
}
.dom-fg__section{
	display: -webkit-flex;
	display: flex;
	margin: 30px auto 0;
    padding: 0 5px;
	max-width: 1130px;
}
.dom-fg__section:first-child{
	margin-top: 0;
}
.dom-fg__section h2,
.dom-fg__section h4{
	width: 150px;
	line-height: 1.2;
	font-size: 1.4rem;
	font-weight: bold;
}
.dom-fg__section .dom-fg__innter{
	width: calc(100% - 150px);
}

.dom-fg__list{
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.dom-fg__list > li{
	margin: 0 0 15px;
	padding: 0 1.5em;
	line-height: 1.2;
	border-left: solid 1px #ccc;
}
.dom-fg__list > li:last-child{
	border-right: solid 1px #ccc;
}
.dom-fg__list > li .icon_window {
	width: 11px;
	height: auto;
	margin-left: 5px;
	vertical-align: middle;
	image-rendering: -webkit-optimize-contrast;
}
.dom-fg__list > li a:hover{
	color: #cc0d21;
	text-decoration: underline;
}
.dom-dp__bn{
	margin: 50px auto;
	max-width: 1130px;
    min-width: 970px;
    padding: 0 5px;
	text-align: center;
}
.dom-dp__bn a:hover{
	opacity: .8;
}
.dom-dp__bn img{
    width: 100%;
    height: auto;
}

