@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;
	margin: 0;
}
.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;
}

.one_column .pcInner{
	position: relative;
	border: 1px solid #949494;
	margin-bottom: 20px;
}

/* .one_column .pcInner .btn, */
.one_column .pcInner a.txtLink{ position: absolute; }

.one_column .pcInner .btn.pcBottom{
	bottom: 25px;
	left: 215px;
}
.txtWrap{
	position: absolute;
	bottom: 50px;
	left: 260px;
	text-align: center;
}

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

	-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;
}
.btn.wClose {
    margin-bottom: 0;
}

#contents .inner h2{
	margin:0;
}

a#topcontrol{
	border-bottom:0;
}

.btnArea .btnWrap a{
    width: 260px;
    line-height: 1;
    height: auto;
    padding: 6px 14px 6px 0;
    margin-top: 20px;
}

.btnArea .btnWrap a::before{
	content: '×';
	display: inline-block;
}



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

@media screen and (max-width: 768px) {

	.one_column #contents {
		width: 100%;
	}
	.pc {
		display: none;
	}

	.sp {
		display: block;
		text-align: center;
	}
	.btnArea .btnWrap a{
		width: 50vw;
		line-height: 1;
		height: auto;
		padding: 2vw 3vw 2vw 0vw;
		margin-top: 5vw;
		font-size: 3.8vw;
		font-weight: 400;
	}
	.btnArea .btnWrap a::before{
		content: '×';
		display: inline-block;
		margin-right: 3vw;
		font-size: 3.8vw;	
	}

}



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

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

	.one_column #contents {
		width: 1100px;
	}

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

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

	.pc {
		display: block;
        max-width: 850px;
        margin: 0 auto;
	}

	.sp {
		display: none;
	}

}



