@charset "UTF-8";
/* ボックス設定 */

.alignCenter{
	text-align: center;
}

#language{
	width: 800px;
	font-size: .9em;
	line-height: 1;
	padding: 3px 0;
	margin: 0 auto;
}
#language:after{
	content: ".";  /* 新しい要素を作る */
	display: block;  /* ブロックレベル要素に */
	clear: both;
	height: 0;
	visibility: hidden;
}
#language ul{
	float: right;
	width: auto;
}
#language li{
	float: left;
	width: auto;
	list-style: none;
}
#language li:not(:first-child) a:before{
	content: "｜";
	color: #e5f7f1;
	padding: 0 5px 0;
}
#language a{
	color: #fff;
}
#language a:hover{
	opacity: 1;
	color: #2d502c;
}
h1{
	clear: both;
}

/*無属性　全部センター*/
.tableNormal_center{
	width: 100%;
	line-height: 140%;
	border: 1px solid #ddd;
	text-align: center;
	padding: 1em 0;
	margin: 0 0 1em;
}
.tableNormal_center th{
	width: 50%;
	color: #fff;
	border-left: 1px solid #fff;
	background-color: #e74c3c;
	padding: 3px 5px;
}
.tableNormal_center td{
	background: #fff;
	border: 1px solid #ddd;
	padding: 3px 5px;
}
.tableNormal_center th:last-child{
	border-right: none;
}


/*　GoogleMap　*/
iframe{
	border: none;
}
#googleMap{
	width: auto;
	line-height: 0;
	padding: 0;
	margin: 0;
}
#googleMap img{
	width: 100%;
}
#service p{
	padding: .5em 0;
}
#service li{
	float: left;
	width: auto;
	list-style: none;
	font-size: .8em;
	padding: .5em 1em 1em 0;
}
#service span{
	display: none;
}
#service li:first-child:before{
	content: url("../icon_red.png");
}
#service li:nth-child(2):before{
	content: url("../icon_yellow.png");
}
#service li:nth-child(3):before{
	content: url("../icon_blue.png");
}

/*　ご利用手順の流れ　*/
#useFlow img{
	border: 1px solid #ccc;
	border-bottom: none;
}
#useFlow .imgLeft img{
	border: 1px solid #ccc;
}
.useImage{
	clear: both;
	width: 500px;
	text-align: center;
	margin: 0 auto;
}
.useList{
	width: 430px;
	padding: 1em 0;
	margin: 0 auto;
}
.useList:after{
	content: "";
	display: block;
	clear: both;
}
.useList li{
	float: left;
	width: auto;
	list-style: none;
}
.useList li:last-child{
	float: right;
}
#useFlow p:not(:last-child){
	text-align: center;
}
#useFlow h4{
	font-size: 1em;
	font-weight: bold;
	color: #404048;
	line-height: 140%;
	background-color: #fbcf62;
	border-radius: 4px;	
	border-bottom: 2px solid #e3a711;
	background-repeat: no-repeat;
	background-position: left center;
	padding: 6px 0 4px 80px;
	margin: 1em auto .5em;
}

.ttl_flow{
	display: flex;
	align-items: center;
	font-size: 1em;
	font-weight: bold;
	color: #404048;
	line-height: 1;
	background-color: #fbcf62;
	border-radius: 4px;	
	border-bottom: 2px solid #e3a711;
	padding: 0;
	margin: 1em auto;
}
.ttl_flow span{
	display: inline-block;
	font-weight: bold;
	background-color: #ecf0f1;
	padding: 10px 20px;
	margin: 0 20px 0 0;
}

#flow_1{
	background-image: url(../gate_images/back_h4_1.png);
}
#flow_2{
	background-image: url(../gate_images/back_h4_2.png);
}
#flow_3{
	background-image: url(../gate_images/back_h4_3.png);
}
#flow_4{
	background-image: url(../gate_images/back_h4_4.png);
}
#flow_5{
	background-image: url(../gate_images/back_h4_5.png);
}

/*　ゲートインフォメーション用　*/
.topInfo{
	 color: #2c3e50;
}
.topInfo h1{
	padding: 1em 0;
}
.section{
	display: block;
	width: 800px;
	background: #f7fafb;
	border-bottom: 4px solid #ecf0f1;
	padding: 1em 25px .5em;
	margin: 0 auto 1.5em;
}
.section:after{
	content: "";
	display: block;
	clear: both;
}
h1+.section{
	border-bottom: none;
	padding: 1em 25px 0;
	margin: 0 auto;
}
.topInfo h2{
	width: 810px;
	color: #f4f8f9;
	text-align: left;
	border-radius: 3px 3px 0 0;
	background: #17a6b6;
	border-bottom: 4px solid #1497a6;
	padding: 5px 20px;
	margin: 0 auto;
}

#leadH2{
	color: #fff;
	background: #e74c3c;
	border-bottom: 4px solid #c0392b;
}
.fa-file-pdf-o{
	border-radius: 100%;
	color: #fff;
	background: #e74c3c;
	padding: 10px;
	margin: 0 .3em 0 0;
}
.section h3{
	width: auto;
	font-size: 1em;
	font-weight: bold;
	color: #333;
	margin: .3em auto .8em;
}
.section h3:before{
	content: "●";
	color: #17a6b6;
	padding: 0 5px 0 0;
}
.section h3 span{
	padding: 0 0 0 1.4em;
}
#gate{
	text-align: center;
}
#gate img{
	width: 90%;
	border: 1px solid #ccc;
}
#sticker{
	width: 80%;
	text-align: center;
	list-style: none;
	padding: .5em 0;
	margin: 0 auto;
}
#sticker li{
	float: left;
	width: 50%;
}
#sticker li:last-child{
	float: right;
}
#sticker:after{
	content: ".";  /* 新しい要素を作る */
	display: block;  /* ブロックレベル要素に */
	clear: both;
	height: 0;
	visibility: hidden;
}
#sticker img{
	width: 80%;
}

#contact div{
	float: left;
	width: 48%;
}
#contact div:last-child{
	float: right;
}
#contact h3{
	padding: 0;
	margin: 0 0 .5em;
}
#contact h3:before{
	content: "";
	padding: 0;
}
#contact h3 span{
	font-size: .8em;
}

/*　注意用リスト　*/
.cautionList{
	font-size: .8em;
	padding: 0 0 1em;
}

.cautionList li{
	list-style-type: none;
	background-image: url(../ap/images/common/icon_caution.gif);
	background-position: 0 0.4em;
	background-repeat: no-repeat;
	padding-left: 15px;
}