@charset "UTF-8";
/* CSS基本設定 */

/* 一括初期化
＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿*/

/*マージン及びパディング*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,blockquote,table,th,td{
	margin: 0;
	padding: 0;
}

/*テーブル*/
table{
	border-collapse: collapse;
	border-spacing: 0;
}

/*イメージ設定*/
img{
	border: 0;
	height: auto;
}

/*ヘッディング*/
h1,h2,h3,h4{
	font-style: normal;
	font-weight: normal;
}

/*パラグラフ*/
p{
	margin: 0;
	padding: 0 0 1em 0;
}

/*　水平線　*/
hr{
	clear: both;
	border-width: 1px 0 0 0;
	border-style: dotted;
	border-color: #ccc;
	height: 1px;
	margin: 20px 0 30px 0;
}

/* ボディ設定
＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿*/

html{
	font-size: 70%;
}
body{
	font-size: 1.4rem;
	font-family: "メイリオ", sans-serif;
	font-family: 'Chivo', sans-serif;
	line-height: 1.5;
	color: #333;
	background: #8cc63f;
	margin: 0 auto;
}

a:link{
	text-decoration: none;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
	color: #666;
}
a:visited{
}
a:hover{
	opacity: .6;
}




/* ページ設定
＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿*/

#container{
	width: auto;
	background: #fff;
}
#container:after{
	content: ".";  /* 新しい要素を作る */
	display: block;  /* ブロックレベル要素に */
	clear: both;
	height: 0;
	visibility: hidden;
}

h1{
	width: auto;
	text-align: center;
	line-height: 0;
	padding: 2% 0;
}
h1 img{
	width: 90%;
}

h2{
	clear: both;
	text-align: center;
	font-size: 1.1em;
	font-weight: bold;
	background-image: url(../../images/common/back_h2.png);
	padding: .3em;
}

/*　ゲートインフォメーション用　*/
.topInfo{
	 color: #2c3e50;
}
.topInfo h1{
	padding: 1em 0;
}
.section{
	display: block;
	width: 600px;
	background: #f7fafb;
	border-bottom: 4px solid #ecf0f1;
	padding: 1em 25px .5em;
	margin: 0 auto 1.5em;
}
.topInfo h2{
	width: 640px;
	color: #f4f8f9;
	border-radius: 3px 3px 0 0;
	background: #17a6b6;
	border-bottom: 4px solid #1497a6;
	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: #4d6a79;
	text-align: center;
	margin: .3em auto 1em;
}
#gate{
	text-align: center;
}
#gate img{
	width: 90%;
	border: 1px solid #ccc;
}
#sticker{
	text-align: center;
	list-style: none;
	padding: 1em 0;
}
#sticker li{
	float: left;
	width: 48%;
}
#sticker li:last-child{
	float: right;
}
#sticker:after{
	content: ".";  /* 新しい要素を作る */
	display: block;  /* ブロックレベル要素に */
	clear: both;
	height: 0;
	visibility: hidden;
}
#sticker img{
	width: 80%;
}


/* フッター用
＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿*/

footer{
	clear: both;
	font-size: .8em;
	text-align: center;
	background-image: url(../../images/common/back_footer.png);
	background-position: bottom;
	background-repeat: repeat-x;
	padding: 0 0 5em;
}


/* 回り込み解除
＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿*/

.clearfix:after{
	content: ".";  /* 新しい要素を作る */
	display: block;  /* ブロックレベル要素に */
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix {
	min-height: 1px;
}
.clearBoth{
	clear: both;
}

/*　レスポンシブ対応（ブレークポイント 640px）
＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿*/
@media screen and (max-width: 640px) {

html{
	font-size: 120%;
	width: auto;
	background-image: none;
	background: #fff;
}
.topInfo{
	padding: 0 10px;
}
.section{
	width: auto;
}
footer{
	background: none;
	padding: 0;
}
.topInfo h2{
	width: auto;
}
#sticker{
	display: flex;
	justify-content: space-between;
	text-align: center;
	list-style: none;
	padding: 1em 0;
}

}
/*　ここまで　*/