@charset "shift_jis";
/* Updated 2020/04/28,T */
#wrap #mainArea {
	width: 100%;
	margin: 0 auto;
}
#wrap #mainArea main {
	width: 100%;
}
#wrap #mainArea main > section > section {
	margin-top: 0;
}

/*-------------------------------------------
navArea
-------------------------------------------*/
.navArea {
	padding: 40px 0 50px;
}
.navArea .navInr {
	width: 1008px;
	margin: 0 auto;
}
.navArea .navList .navItem {
	float: left;
	width: 318px;
	margin: 0 0 0 27px;
}
.navArea .navList .navItem:first-child {
	margin-left: 0;
}
.navArea .navList .navItem a:hover {
	opacity: 0.7;
}
.navArea .textBlock01 {
	margin: 40px 0 25px;
	text-align: center;
}
/*-------------------------------------------
scArea
-------------------------------------------*/
.scArea .scInr {
	width: 1008px;
	margin: 0 auto;
}
.scArea .headTtl02 {
	padding: 20px 0;
	border-top: 2px solid #a0c81e;
	border-bottom: 2px solid #a0c81e;
	font-size: 28px;
	font-weight: bold;
	text-align: center;
}
.scArea .troubleList {
	margin-top: 20px;
}
.scArea .troubleList .trbItem{
	width: 100%;
	margin-top: 42px;
	padding: 18px 20px 32px;
	background: #ecf4d2;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.scArea .troubleList .trbItem:first-child {
	margin-top: 0;
}
.scArea .troubleList .trbTtl01 {
	position: relative;
	padding-left: 59px;
	font-size: 20px;
	font-weight: bold;
}
.scArea .troubleList .trbTtl01:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	display: block;
	width: 49px;
	height: 46px;
	margin-top: -23px;
	background: url("/kojin/special/furikomi-syotodoke/resources/images/index_ico_05.png") 0 0 no-repeat;
	background-size: 49px 46px;
}
.scArea .troubleList .trbTtl01 .linePtn01 {
	display: inline-block;
	margin-top: 15px;
}
.scArea .troubleList .trbCon {
	margin-top: 20px;
}
.scArea .troubleList .trbCon .trbImg01 {
	float: left;
	width: 446px;
}
.scArea .troubleList .trbCon .trbTxt01 {
	float: left;
	width: 485px;
	margin-left: 37px;
	font-size: 16px;
}
.scArea .troubleList .trbCon .trbTxt01 p {
	margin-top: 5px;
}
.scArea .troubleList .trbCon .trbTxt01 p:first-child {
	margin-top: 0;
}
.scArea .troubleList .trbBtnBlk {
	width: 726px;
	margin: 33px auto 0;
	font-size: 0;
	text-align: center;
}
.scArea .troubleList .trbBtn {
	display: inline-block;
	width: 348px;
	margin-left: 30px;
}
.scArea .troubleList .trbBtn:first-child {
	margin-left: 0;
}
.scArea .troubleList .trbBtn a {
	position: relative;
	display: block;
	padding: 19px 0;
	border-radius: 10px;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}
.scArea .troubleList .trbBtn a:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 25px;
	display: block;
	width: 17px;
	height: 17px;
	margin-top: -8.5px;
	background: url("/kojin/special/furikomi-syotodoke/resources/images/index_ico_01.png") left top no-repeat;
	background-size: 17px 17px;
}
.scArea .troubleList .trbBtn a:hover {
	opacity: 0.7;
}
.scArea .troubleList .trbBtn.c01 a {
	background: #004831;
}
.scArea .troubleList .trbBtn.c02 a {
	background: #a0c81e;
}
/*-------------------------------------------
scArea.sc01
-------------------------------------------*/
.scArea.sc01 {
	padding: 0 0 140px;
	background: #fff;
}
.scArea.sc01 .headTtl02.h01:before {
	content: "";
	display: inline-block;
	width: 50px;
	height: 50px;
	margin: 0 20px 0 0;
	background: url("/kojin/special/furikomi-syotodoke/resources/images/index_ico_03.png") 0 0 no-repeat;
	background-size: 50px 50px;
	vertical-align: middle;
}
.scArea.sc01 .headTtl02.h02:before {
	content: "";
	display: inline-block;
	width: 50px;
	height: 50px;
	margin: 0 20px 0 0;
	background: url("/kojin/special/furikomi-syotodoke/resources/images/index_ico_09.png") 0 0 no-repeat;
	background-size: 50px 50px;
	vertical-align: middle;
}
.scArea.sc01 .headTtl02.h03:before {
	content: "";
	display: inline-block;
	width: 50px;
	height: 50px;
	margin: 0 20px 0 0;
	background: url("/kojin/special/furikomi-syotodoke/resources/images/index_ico_10.png") 0 0 no-repeat;
	background-size: 50px 50px;
	vertical-align: middle;
}
.scArea.sc01 .setBtnBlk {
	margin-top: 80px;
	text-align: center;
}
.scArea.sc01 .setBtnBlk .setBtn {
	display: inline-block;
	width: 348px;
}
.scArea.sc01 .setBtnBlk .setBtn a {
	position: relative;
	display: block;
	padding: 19px 0;
	border-radius: 10px;
	background: #fa8200;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}
.scArea.sc01 .setBtnBlk .setBtn a:hover {
	opacity: 0.7;
}
.scArea.sc01 .textBlock01 {
	margin: 80px 0 25px;
	text-align: center;
}
/*-------------------------------------------
scArea.sc02
-------------------------------------------*/
.scArea.sc02 {
	padding: 23px 0 90px;
	background: #ecf4d2;
}
.scArea.sc02 .scInr {
	width: 868px;
}
.scArea.sc02 .headTtl02:before {
	content: "";
	display: block;
	width: 34px;
	height: 43px;
	margin: 0 auto;
	background: url("/kojin/special/furikomi-syotodoke/resources/images/index_ico_04.png") 0 0 no-repeat;
	background-size: 34px 43px;
}
.scArea.sc02 .qaList {
	margin-top: 45px;
}
.scArea.sc02 .qaList .questionBlk {
	position: relative;
	margin-top: 50px;
	padding: 5px 0;
	border-bottom: 3px dotted #000;
	cursor: pointer;
}
.scArea.sc02 .qaList .questionBlk:first-child {
	margin-top: 0;
}
.scArea.sc02 .qaList .questionBlk:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 5px;
	display: block;
	width: 32px;
	height: 32px;
	margin-top: -16px;
	background: url("/kojin/special/furikomi-syotodoke/resources/images/index_ico_06.png") 0 0 no-repeat;
	background-size: 32px 32px;
}
.scArea.sc02 .qaList .questionBlk:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 5px;
	display: block;
	width: 32px;
	height: 32px;
	margin-top: -16px;
	background: url("/kojin/special/furikomi-syotodoke/resources/images/index_ico_07.png") 0 0 no-repeat;
	background-size: 32px 32px;
}
.scArea.sc02 .qaList .questionBlk.active:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 5px;
	display: block;
	width: 32px;
	height: 32px;
	margin-top: -16px;
	background: url("/kojin/special/furikomi-syotodoke/resources/images/index_ico_08.png") 0 0 no-repeat;
	background-size: 32px 32px;
}
.scArea.sc02 .qaList .quTtl {
	padding: 0 45px;
	font-size: 20px;
	font-weight: bold;
}
.scArea.sc02 .qaList .answerBlk {
	display: none;
	padding: 25px 0;
}
.scArea.sc02 .qaList .answerBlk.active {
	display: block;
}
.scArea.sc02 .qaList .ansTxt {
	margin-bottom: 10px;
	font-size: 16px;
}
/*-------------------------------------------
#mdlMask
-------------------------------------------*/
#mdlMask {
	position: fixed;
	z-index: 999998;
	top: 0;
	left: 0;
	display: none;
	width: 100%;
	height: 100%;
	opacity: .6;
	background: #000;
}
#mdlMask+.mdlClose{
	display: none;
}
#mdlWin {
	position: fixed;
	z-index: 999999;
	top: 0;
	left: 50%;
	display: none;
	-ms-overflow-style: none;
	overflow: -moz-scrollbars-none;
	overflow-x: hidden;
	overflow-y: scroll;
	box-sizing: border-box;
	width: 790px;
	max-height: 80%;
	margin-left: -395px;
	padding: 38px 30px 30px;
	background: #fff;
}
#mdlWin::-webkit-scrollbar {
	display: none;
}
#mdlWin .mdlClose {
	position: absolute;
	top: 14px;
	right: 20px;
}
.mdlCnt.mdlCnt01 {
	padding-bottom: 30px;
}
.mdlCnt h3 {
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 35px;
	padding-bottom: 10px;
	letter-spacing: 1px;
	border-bottom: dotted 3px #ababab;
}
.mdlCnt .step {
	margin-top: 20px;
}
.mdlCnt p {
	font-size: 16px;
}
.mdlCnt .memo {
	font-size: 14px;
}
.mdlCnt .qrBlk {
	width: 171px;
	margin: 0 auto;
}
.mdlCnt .btn {
	margin-top: 20px;
}
.mdlCnt .btn a {
	position: relative;
	display: block;
	width: 423px;
	margin: 0 auto;
	padding: 26px 0 24px;
	border-radius: 5px;
	background: #fa8200;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.33;
	text-align: center;
	text-decoration: none;
}
.mdlCnt .btn a.cPtn01 {
	background: #a0c81e;
}
.mdlCnt .btn a:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 25px;
	display: block;
	width: 17px;
	height: 17px;
	margin-top: -8.5px;
	background: url("/kojin/special/furikomi-syotodoke/resources/images/index_ico_01.png") no-repeat left top;
	background-size: 17px 17px;
}
.mdlCnt .pasca {
	font-size: 0;
	margin-right: 34px;
	text-align: center;
}
.mdlCnt .pasca li {
	font-size: 14px;
	display: inline-block;
	width: auto;
	text-align: center;
}
.mdlCnt .pasca li:first-child {
	margin-right: 24px;
}
.mdlCnt .pasca li>span {
	display: block;
	width: 100%;
}
.mdlCnt .pasca li>span:first-child {
	margin-bottom: 15px;
}
.mdlCnt .column1 .colUnique {
	width: 100%;
}
.icoNum {
	font-weight: bold;
	position: relative;
	display: inline-block;
	margin-bottom: 7px;
	padding-left: 26px;
	letter-spacing: 2px;
}
.icoNum span:first-child {
	position: absolute;
	top: -1px;
	left: -1px;
	display: block;
	width: 22px;
	height: 22px;
}
/*-------------------------------------------
.bxslider
-------------------------------------------*/
.bxslider {
	position: relative;
}
.bx-wrapper {
	margin: 10px auto 0;
	text-align: center;
}
.bx-pager {
	margin: 13px auto 0;
	text-align: center;
}
.bx-pager-item {
	display: inline-block;
	margin-left: 10px;
}
.bx-pager-item:first-child {
	margin-left: 0;
}
.bx-pager-item a {
	display: inline-block;
	width: 15px;
	height: 15px;
	text-indent: -99999px;
	background: url(/kojin/special/furikomi-syotodoke/resources/images/index_img_slider_off.gif) no-repeat center top;
}
.bx-pager-item a.active {
	background: url(/kojin/special/furikomi-syotodoke/resources/images/index_img_slider_on.gif) no-repeat center top;
}
.bx-controls-direction {
	display: block;
	position: relative;
	top: -338px;
}
.bx-controls-direction>a {
	font-size: 0;
	display: block;
}
.bx-prev, .bx-next {
	position: absolute;
	top: 0;
	width: 40px;
	height: 120px;
	text-indent: -9999px;
}
.bx-controls-direction a.disabled {
	display: none;
}
.bx-prev {
	left: -10px;
	background: url(/kojin/special/furikomi-syotodoke/resources/images/index_img_prev.png) no-repeat left top/100%;
}
.bx-next {
	right: -10px;
	background: url(/kojin/special/furikomi-syotodoke/resources/images/index_img_next.png) no-repeat right top/100%;
}

@media screen and (min-width: 768px) and (max-width: 1046px) {
	header[role="banner"] {
		min-width: 100%;
	}
	header[role="banner"] #headerInner {
		width: 100%;
	}
	header[role="banner"] #headerInner .logoWrap {
		margin: 15px 19px 10px;
	}
	.popup header[role="banner"] #headerInner #headerInfo, .popupFull header[role="banner"] #headerInner #headerInfo {
		display: none;
	}
	header[role='banner'] #headerGroup ul {
		box-sizing: border-box;
		width: 100%;
	}
	footer[role="contentinfo"] {
		min-width: 100%;
	}
	footer[role="contentinfo"] #snsArea > dl,
	footer[role="contentinfo"] #footerInfo,
	footer[role="contentinfo"] #footerNav > nav {
		width: 100%;
		box-sizing: border-box;
		padding: 20px 19px 0 19px;
	}
}

@media screen and (max-width: 767px){
	#wrap #mainArea main {
		padding: 0;
	}
/*-------------------------------------------
navArea
-------------------------------------------*/
	.navArea {
		padding: 25px 0;
	}
	.navArea .navInr {
		width: 100%;
		padding: 0 10px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.navArea .navList .navItem {
		float: none;
		width: 100%;
		max-width: 277.5px;
		margin: 10px auto 0;
	}
	.navArea .navList .navItem:first-child {
		margin: 10px auto 0;
		
	}
/*-------------------------------------------
scArea
-------------------------------------------*/
	.scArea .scInr {
		width: 100%;
		padding: 0 10px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.scArea .headTtl02 {
		padding: 10px 0;
		font-size: 21px;
	}
	.scArea .troubleList {
		margin-top: 24px;
	}
	.scArea .troubleList .trbItem{
		float: none;
		width: 100%;
		margin-top: 20px;
		padding: 17px;
	}
	.scArea .troubleList .trbItem:first-child {
		margin-top: 0;
	}
	.scArea .troubleList .trbItem:nth-child(2n) {
		margin-left: 0;
	}
	.scArea .troubleList .trbItem:nth-child(n+3) {
		margin-top: 20px;
	}
	.scArea .troubleList .trbTtl01 {
		padding-left: 38px;
		font-size: 14px;
	}
	.scArea .troubleList .trbTtl01:before {
		width: 28px;
		height: 28px;
		margin-top: -14px;
		background-size: 28px 28px;
	}
	.scArea .troubleList .trbTtl01 .linePtn01 {
		display: inline;
		margin-top: 0;
	}
	.scArea .troubleList .trbCon .trbImg01 {
		float: none;
		width: 100%;
		text-align: center;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.scArea .troubleList .trbCon .trbTxt01 {
		float: none;
		width: 100%;
		margin: 10px 0 0 0;
		font-size: 12px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.scArea .troubleList .trbBtnBlk {
		width: 100%;
		margin-top: 15px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.scArea .troubleList .trbBtn {
		width: 100%;
		margin: 10px 0 0 0;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.scArea .troubleList .trbBtn:first-child {
		margin-top: 0;
	}
	.scArea .troubleList .trbBtn a {
		display: block;
		padding: 19px 0;
		border-radius: 5px;
		background: #141414;
		color: #fff;
		font-size: 12px;
		text-align: center;
		text-decoration: none;
	}
/*-------------------------------------------
scArea.sc01
-------------------------------------------*/
	.scArea.sc01 {
		padding: 0 0 35px;
	}
	.scArea.sc01 .headTtl02.h01:before, 
	.scArea.sc01 .headTtl02.h02:before, 
	.scArea.sc01 .headTtl02.h03:before {
		display: block;
		width: 35px;
		height: 35px;
		margin: 0 auto;
		background-size: 35px 35px;
		vertical-align: baseline;
	}
	.scArea.sc01 .setBtnBlk {
		margin-top: 30px;
	}
	.scArea.sc01 .setBtnBlk .setBtn {
		width: 100%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.scArea.sc01 .setBtnBlk .setBtn a {
		font-size: 14px;
	}
	.scArea.sc01 .textBlock01 {
		margin-top: 40px;
	}
/*-------------------------------------------
scArea.sc02
-------------------------------------------*/
	.scArea.sc02 {
		padding: 20px 0 90px;
	}
	.scArea.sc02 .scInr {
		width: 100%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.scArea.sc02 .headTtl02:before {
		width: 25px;
		height: 32.5px;
		background-size: 25px 32.5px;
	}
	.scArea.sc02 .qaList {
		margin-top: 20px;
	}
	.scArea.sc02 .qaList .questionBlk {
		margin-top: 25px;
	}
	.scArea.sc02 .qaList .questionBlk:before {
		width: 23.5px;
		height: 23.5px;
		margin-top: -11.75px;
		background-size: 23.5px 23.5px;
	}
	.scArea.sc02 .qaList .questionBlk:after {
		width: 23.5px;
		height: 23.5px;
		margin-top: -11.75px;
		background-size: 23.5px 23.5px;
	}
	.scArea.sc02 .qaList .questionBlk.active:after {
		width: 23.5px;
		height: 23.5px;
		margin-top: -11.75px;
		background-size: 23.5px 23.5px;
	}
	.scArea.sc02 .qaList .quTtl {
		padding: 0 35px;
		font-size: 15px;
	}
	.scArea.sc02 .qaList .answerBlk {
		padding: 25px 0;
	}
	.scArea.sc02 .qaList .ansTxt {
		font-size: 13px;
	}
/*-------------------------------------------
#mdlMask
-------------------------------------------*/
	#mdlWin {
		left: 1%;
		width: 98%;
		height: 90%;
		max-height: 90%;
		margin-left: 0;
		padding: 0;
		-webkit-overflow-scrolling: touch;
		overflow-scrolling: touch;
	}
	#mdlWin>.inner {
		width: 90%;
		margin: 0 auto;
		padding: 15px 0 30px;
	}
	#mdlMask+.mdlClose {
		display: none;
		position: fixed;
		z-index: 1000040;
		top: auto;
		bottom: 2.5%;
		left: 50%;
		width: 10%;
		margin-left: -3%;
	}
	#mdlWin .inner .mdlClose {
		display: none;
	}
	.mdlCnt .pasca li {
		width: 40%;
		text-align: center;
		vertical-align: top;
	}
	.mdlCnt h3 {
		font-size: 18px;
		margin-bottom: 12px;
		padding-bottom: 5px;
		letter-spacing: 0;
	}
	.mdlCnt .step {
		margin-top: 22px;
	}
	.mdlCnt p {
		font-size: 14px;
		letter-spacing: 0;
	}
	.mdlCnt .memo {
		font-size: 12px;
	}
	.mdlCnt .pasca {
		margin: 0 auto;
	}
	.mdlCnt .pasca li {
		width: 46%;
		vertical-align: bottom;
	}
	.mdlCnt .pasca li:first-child {
		width: 54%;
		margin-right: 0;
	}
	.mdlCnt .pasca li>span {
		font-size: 12px;
	}
	.mdlCnt .pasca li>span:first-child {
		width: 50%;
		margin: 0 auto 10px;
		margin-bottom: 15px;
		text-align: center;
	}
	.mdlCnt .pasca li>span:first-child img {
		vertical-align: bottom;
	}
	.mdlCnt .btn a {
		width: 100%;
		padding: 18px 0 16px;
		font-size: 14px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.linkIco:before {
		left: 18px;
	}
/*-------------------------------------------
.bxslider
-------------------------------------------*/
	.bxslider li{
		padding-right: 30px;
		padding-left: 30px;
		margin: 0 auto;
	}
	.bx-controls-direction{
		top: -250px;
	}
	.bx-prev, .bx-next {
		top: 0;
	}
	.bx-prev {
		left: 2%;
		background-size: 50%;
	}
	.bx-next {
		right: 2%;
		background-size: 50%;
	}
}