@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;
}

.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: 9em;
	margin: 0 auto;
}
.btn a.close:before,
.btn.wClose a:before {
  display: none;
}
.btn a.close,
.btn.wClose a {
	position: relative;
	display: block;
	padding: 0px 6px;
	background-color: #E99C15;
	text-align: center;
	text-decoration: none;
	line-height: 40px;
	font-weight: bold;
	font-size: 1.1em;
	color: #fff;
	border-bottom: none;

	box-shadow: 0px 0px 4px 1px #b5b3b0;
	-webkit-box-shadow: 0px 0px 4px 1px #b5b3b0;

	-webkit-border-radius: 6px;
	border-radius: 6px;
	
	-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 {
	display: none;
}
.btn.wClose {
    margin-bottom: 0%;
}

#contents .inner h2 {
	position: relative;
	margin: 0 auto;
	text-align: center;
}

#contents .inner .txtArea {
	position: absolute;
	left: 5%;
	right: 5%;
	top: 58%;
	line-height: calc(40 / 24);
	font-size: clamp(0.75rem, 0.212rem + 2.69vw, 1.375rem);
}
#contents .inner .txtArea .txtBox {
	width: 100%;
}
#contents .inner .txtArea .txtBox p {
	color: #492F0D;
}
#contents .inner .txtArea .txtBox .mb8 {
	display: block;
	margin-bottom: 8px;
}
#contents .inner .txtArea .txtBox span strong {
	padding-right: 16px;
	font-weight: 600;
	position: relative;
}
#contents .inner .txtArea .txtBox span strong::after {
	content: "▼";
	width: 14px;
	height: 14px;
	position: absolute;
	right: 5px;
	top: 50%;
	transform: rotate(-90deg) translateX(50%);
}

#contents .inner .btnArea {
	/* position:absolute;
	bottom:1.6em;
	left:0;
	right: 0; */
	text-align: center;
	margin-top: 2em;
	margin-bottom: 4px;
}


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

@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;
	}

	/* 追加 */
	.one_column #contents .btnWrap .btn a{
		width: 11.5em;
		font-size: 1.6em;
		padding: 0.1em 6px;
	}

	#contents .inner .txtArea {
		left: 6%;
		right: 6%;
		top: 60%;
	}
	#contents .inner .txtArea .txtBox span strong {
		padding-right: 22px;
	}
	#contents .inner .txtArea .txtBox span strong::after {
		width: 16px;
		height: 16px;
		right: 10px;
	}

}

@media screen and (min-width: 640px) {
	#contents .inner .txtArea {
		left: 0;
		right: 0;
	}
	#contents .inner .txtArea .txtBox {
		max-width: 640px;
		margin: 0 auto;
	}

	#contents .inner .txtArea .txtBox p {
		padding: 0 38px;
	}
}


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

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

	.one_column #contents {
		width: 100%;
		max-width: 1100px;
		/* width: 1100px; */
	}

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

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

	.sp {
		display: none;
	}

	/* 追加 */
	.one_column #contents .btnWrap .btn a{
		font-size: 1.4em;
		width: 9em;
	}

	#contents .inner .txtArea {
		left: 0;
		right: 0;
		top: 640px;
		font-size: 1.375rem;
		line-height: calc(30 / 20);
	}
	#contents .inner .txtArea .txtBox {
		max-width: 692px;
		margin: 0 auto;
	}

	#contents .inner .txtArea .txtBox p {
		padding: 0 48px;
	}

	#contents .inner .txtArea .txtBox span strong {
		padding-right: 22px;
	}

	#contents .inner .txtArea .txtBox span strong::after {
		width: 18px;
		height: 18px;
		right: 6px;
		font-size: 1.125rem;
	}
}

