@charset "UTF-8";


@import url(font-awesome.min.css);
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,500,900|Open+Sans:400,600,800&display=swap&subset=japanese');


/* ==================================================================================
  全デバイス/画面サイズに共通かつ 480：スマートフォン縦
================================================================================== */

h1, h2, h3, h4, h5, h6 {
	font-weight: 800;
}
.mt1em {
	margin-top: 1em !important;
}
.mt2em {
	margin-top: 2em !important;
}
.mb1em {
	margin-bottom: 1em !important;
}
a:link,
a:visited {
	-moz-transition: color 0.2s ease, border-bottom-color 0.2s ease;
	-webkit-transition: color 0.2s ease, border-bottom-color 0.2s ease;
	-ms-transition: color 0.2s ease, border-bottom-color 0.2s ease;
	transition: color 0.2s ease, border-bottom-color 0.2s ease;
	text-decoration: none;
	border-bottom: 1px dotted #454545;
}
a:hover,
a:active {
	border-bottom-color: transparent;
}
footer #fNav ul.mini li a:hover {
	text-decoration:  none;
	color: inherit;
}
.icon.fa-right:before {
	display: none;
}
.icon.fa-right:after {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-transform: none !important;
	color: #454545;
	position: absolute;
	top: 0;
	right: 8px;
}

.one_column #contents {
	margin: 2em auto 2em;
	width: 100%;
	max-width: 1100px;
	min-width: 320px;
	position: relative;
	overflow: hidden;
}
.one_column #contents #content{
	width: 100%;
	margin: 0;
	background: #FFFFFF;
}
.one_column #contents #content #mainContent{
	width: 782px;
	margin: 0 auto;
}

.txtWrap{
	position: absolute;
	bottom: 50px;
	left: 260px;
	text-align: center;
}

.one_column .btnWrap a{
	width: 200px;
	margin: 0 auto;
}
.btn a {
	position: relative;
	display: block;
	padding: 3px 24px 3px 6px;
	background-color: #E99C15;
	text-align: center;
	text-decoration: none;
	line-height: 18px;
	font-weight: bold;
	font-size: 14px;
	color: #fff;

	-webkit-border-radius: 3px;
	border-radius: 3px;
	
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.btn a:hover,
.btn a:active {
	color: #fff;
	opacity: 0.6;
	filter: alpha(opacity=60);
	-ms-filter: "alpha(opacity=60)";
}
.btn a:after {
	position: absolute;
	right: 6px;
	top: 50%;
	content: url(../images/btn_cancel.png);
	display: block;
	margin-top: -6px;
	vertical-align: middle;
}
#contents .inner h2 {
	margin: 0 5%;
}




/* ==================================================================================
  タブレット縦 /スマートフォン横
================================================================================== */

@media screen and (min-width: 481px) {

	.one_column #contents {
		width: 100%;
		min-width: 480px;
	}

}
@media screen and (min-width: 481px) and (max-width: 1100px) {

	.one_column #contents {
		width: 100%;
		min-width: 480px;
	}

}



/* ==================================================================================
  デスクトップ/タブレット横
================================================================================== */

@media screen and (min-width: 769px) {

	.one_column #contents {
		width: 1100px;
	}

	#contents .pc-left {
		float: left;
	}

	#contents .pc-right {
		float: right;
	}

	.sp {
		display: none;
	}
	#contents .inner h2 {
		margin: 0;
		text-align: center;
	}


}

