@charset "UTF-8";
/* CSS Document */
/*---------- トップ　アコーディオンボタン ----------*/
/* アコーディオン */
.c01AccBtn {
	width: auto;
	margin: 30px auto 5px;
}
/*ラベル*/
.c01AccBtn label {
	max-width: 300px;
	font-size: 14px;
	text-align: center;
	background: #fff;
	margin: auto;
	position: relative;
	display: block;
	height: 50px;
	border-radius: 50px;
	cursor: pointer;
	color: #000;
	padding-top: 2px;
	line-height: 2em;
	transition: all 0.5s;
	border: 1px solid #939393;
}
/*ラベルホバー時*/
.c01AccBtn label:hover {
	background: rgba( 80, 80, 80, 0.55 );
	-webkit-transition: all .3s;
	color: #fff;
	transition: all .3s;
}
/*赤　ラベル*/
.c01AccBtn.colRedBtn label {
	border: 1px solid #b7183f;
}
/*赤　ラベルホバー時*/
.c01AccBtn.colRedBtn label:hover {
	background: rgba( 183, 24, 63, 0.55 );
	-webkit-transition: all .3s;
	color: #fff;
	transition: all .3s;
}
/*チェックを隠す*/
.c01AccBtn input {
	display: none;
}

/*中身を非表示にしておく*/
.c01AccBtn div {
	height: 0px;
	padding: 0px;
	overflow: hidden;
	opacity: 0;
}
/*クリックで中身を表示*/
.c01AccBtn input:checked ~
div {
	height: auto;
	padding: 5px;
	opacity: 1;
}
/*表示内容の調整*/
.c01AccBtn div p {
	color: #000;
	line-height: 23px;
	font-size: 14px;
	padding: 20px;
	text-align: justify;
}
.c01AccBtn div th {
	line-height: 23px;
	font-size: 16px;
	padding: 20px;
	text-align: justify;
	width:140px;
}
.c01AccBtn div td {
	color: #000;
	line-height: 23px;
	font-size: 14px;
	padding: 20px;
	text-align: justify;
}
.c01AccSmall p {
	margin-bottom: 0px;
}
.c01AccBtn div.arrow01 {
	width: 0;
	height: 0;
	border-left: 9px solid transparent;
	border-right: 9px solid transparent;
	border-top: 8px solid #939393;
	opacity: 1;
	margin: 0 auto;
}
/*ホバー時*/
.c01AccBtn label:hover div.arrow01 {
	border-top: 8px solid #fff;
}

/*----- 赤 タイトル -----*/
#content h5.colRed {
	padding-top: 25px;
	color: #b7183f;
	background-image: url("../img/fc/icon01.png");
	background-size: 20px;
	background-position: center top;
}

/*----- 赤 BOX -----*/
.colRedBox {
	background-color: #b7183f;
	padding: 20px;
	text-align: center;
}
.colRedBoxTit {
	font-size: 18px;
	color: #fff;
	font-weight: bold;
	margin-bottom: 20px;
}
.colWhiteBox {
	background-color: #ffffff;
	padding: 5px;
	width:100%;
	text-align: left;
}
.considerationsUl{
	padding:20px;
	font-size:0.8em;
}
.c01BtnLi01 {
	list-style: none;
}
.c01BtnLi01 li {
	margin-bottom: 10px;
}
.c01BtnLi01 li:last-child {
	margin-bottom: 0px;
}
.c01BtnLi01 li a:link, .c01BtnLi01 li a:visited {
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #e5e5e5 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #ffffff 0%,#e5e5e5 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #ffffff 0%,#e5e5e5 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */
	width: 100%;
	border-radius: 4px;
	height: 60px;
	display: flex;
	align-items: center;
	font-size: 18px;
	color: #000;
	font-weight: bold;
	text-decoration: none;
	padding: 0 20px;
}
.c01BtnLi01 li a:hover, .c01BtnLi01 li a:focus, .c01BtnLi01 li a:active {
	opacity: 0.6;
	transition: all 0.5s;
}
.c01BtnLiIcon {
	width: 26px;
	min-width: 26px;
	margin-right: 10px;
	margin-top: 5px;
}
.c01BtnLiIcon img {
	width: 100%;
	height: auto;
}
.ssltlsTxtArea {
	width: 95%;
	max-width: 500px;
	margin: 0 auto;
	display: flex;
	justify-content: flex-start;
}
.ssltlsImg {
	height: 80px;
	margin-right: 15px;
	margin-top: 5px;
}
.ssltlsTxt {
	width: 80%;
	font-size: 14px;
}
.ssltlsTxt span {
	font-size: 16px;
}


/*---------- STEP1〜 ----------*/

.c02TitBox {
	/*background-color: #3bad3b;*/
	border: 1px solid #939393;
	text-align: center;
	/*color: #fff;*/
	font-size: 24px;
	font-weight: bold;
	padding: 24px 0 22px 0;
}
.c02TitBox span {
	font-size: 18px;
}

.attTxt01 {
	background-color: #fff;
	border: 1px solid #b7183f;
	padding: 20px;
	color: #b7183f;
	font-weight: bold;
}
/*---------- STEP7 ----------*/
.finTit01 {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 20px;
}
.finTbl01 {
	width: 100%;
	border-top: 1px solid #939393;
	border-left: 1px solid #939393;
	font-size: 18px;
	margin-bottom: 40px;
}
.finTbl01 th {
	border-right: 1px solid #939393;
	border-bottom: 1px solid #939393;
	width: 200px;
	text-align: center;
	background-color: #ededed;
	padding: 20px;
	font-weight: normal;
}
.finTbl01 td {
	border-right: 1px solid #939393;
	border-bottom: 1px solid #939393;
	background-color: #fff;
	padding: 20px;
}

.finTbl01 td.finTblValue {
	border-right: 0;
	border-bottom: 1px solid #939393;
	background-color: #fff;
	padding: 20px;
}
.finTbl01 td.finTblLink {
	padding: 5px !important;
	width:80px;
}

.finBtn01 {
	text-align: center;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	margin: 0 auto 80px auto;
}
.finBtn01 a:link, .finBtn01 a:visited {
	background-color: #3bad3b;
	padding: 14px 0;
	color: #fff;
	width: 300px;
	margin: 0 auto;
	display: block;
	text-decoration: none;
	box-shadow: 1px 1px #000;
}
.finBtn01 a:hover, .finBtn01 a:active, .finBtn01 a:focus {
	box-shadow: 0px 0px;
	opacity: 0.7;
	transition: all 0.5s;
}
.finBtn02 {
	text-align: center;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	margin: 0 auto;
}
.finBtn02 a:link, .finBtn02 a:visited {
	background-color: #b7183f;
	padding: 14px 0;
	color: #fff;
	width: 300px;
	margin: 0 auto;
	display: block;
	text-decoration: none;
	box-shadow: 1px 1px #000;
}
.finBtn02 a:hover, .finBtn02 a:active, .finBtn02 a:focus {
	box-shadow: 0px 0px;
	opacity: 0.7;
	transition: all 0.5s;
}

/*---------- STEP8 ----------*/
.finBtn03 {
	text-align: center;
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	margin: 0 auto;
	line-height: 1.2em;
}
.finBtn03 span {
	font-size: 14px;
}
.finBtn03 a:link, .finBtn03 a:visited {
	background-color: #b7183f;
	padding: 18px 0;
	color: #fff;
	width: 300px;
	margin: 0 auto;
	display: block;
	text-decoration: none;
	box-shadow: 1px 1px #000;
}
.finBtn03 a:hover, .finBtn03 a:active, .finBtn03 a:focus {
	box-shadow: 0px 0px;
	opacity: 0.7;
	transition: all 0.5s;
}

.finBtn04 {
	text-align: center;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	margin: 0 auto;
}
.finBtn04 a:link, .finBtn04 a:visited {
	background-color: #939393;
	padding: 14px 0;
	color: #fff;
	width: 300px;
	margin: 0 auto;
	display: block;
	text-decoration: none;
	box-shadow: 1px 1px #000;
}
.finBtn04 a:hover, .finBtn04 a:active, .finBtn04 a:focus {
	box-shadow: 0px 0px;
	opacity: 0.7;
	transition: all 0.5s;
}

.finBtn04Error a:hover, .finBtn04Error a:active, .finBtn04Error a:focus {
	opacity: 1;
}

.finBtn05 {
	text-align: center;
	color: #fff;
	font-size: 16px;
}
.finBtn05 a:link, .finBtn05 a:visited {
	background-image:-moz-linear-gradient(
    top,
    #3797dd 0%,
    #2c79b5);

	background-image:-ms-linear-gradient(
    top,
    #3797dd 0%,
    #2c79b5);

    background-image:-webkit-gradient(
    linear,left top,left bottom,
    from(#3797dd),
    to(#2c79b5));

    background-image:linear-gradient(
    top,
    #3797dd 0%,
    #2c79b5);
	padding: 5px 0;
	color: #fff;
	margin: 0 auto;
	display: block;
	text-decoration: none;
}
.finBtn05 a:hover, .finBtn05 a:active, .finBtn05 a:focus {
	box-shadow: 0px 0px;
	opacity: 0.7;
	transition: all 0.5s;
}

.finBtn05 a:hover, .finBtn05 a:active, .finBtn05 a:focus {
	box-shadow: 0px 0px;
	opacity: 0.7;
	transition: all 0.5s;
}



@media screen and (max-width: 767px) {
	/* タブレットとスマートフォン（最小幅320px想定） */

	/*----- 赤 BOX -----*/
	.colRedBox {
		background-color: #b7183f;
		padding: 10px;
	}

	.ssltlsTxt {
		width: 80%;
		font-size: 10px !important;
	}
	.ssltlsTxt span {
		font-size: 12px;
	}

	.colRedBoxTit {
		font-size: 15px;
		color: #fff;
		text-align: left;
		font-weight: bold;
		margin-bottom: 15px;
	}
	.c01BtnLi01 li a:link, .c01BtnLi01 li a:visited {
		background: #ffffff; /* Old browsers */
		background: -moz-linear-gradient(top, #ffffff 0%, #e5e5e5 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(top, #ffffff 0%,#e5e5e5 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to bottom, #ffffff 0%,#e5e5e5 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */
		width: 100%;
		border-radius: 4px;
		height: 60px;
		display: flex;
		text-align: left;
		align-items: center;
		font-size: 13px;
		color: #000;
		font-weight: normal;
		text-decoration: none;
		padding: 0 10px;
	}
	.c01BtnLiIcon {
		width: 13px;
		min-width: 13px;
		margin-right: 10px;
		margin-top: 5px;
	}

	.attTxt01 {
		background-color: #fff;
		border: 1px solid #b7183f;
		padding: 10px;
		color: #b7183f;
		font-weight: normal;
		font-size: 12px;
	}

	/*---------- STEP7 ----------*/
	.finTit01 {
		font-size: 24px;
		font-weight: bold;
		margin-bottom: 20px;
	}
	.finTbl01 {
		width: 100%;
		border-top: 1px solid #939393;
		border-left: 1px solid #939393;
		font-size: 12px;
		margin-bottom: 20px;
	}
	.finTbl01 th {
		border-right: 1px solid #939393;
		border-bottom: 1px solid #939393;
		width: 30% !important;
		min-width: 80px;
		text-align: left;
		font-weight: normal;
		background-color: #ededed;
		padding: 10px;
	}
	.finTbl01 td {
		border-right: 1px solid #939393;
		border-bottom: 1px solid #939393;
		background-color: #fff;
		padding: 10px;
	}
	.finTbl01 td.finTblLink {
		padding: 5px 5px 5px 0 !important;
		width:50px;
	}
	.c01AccBtn div th {
		font-size:14px;
		border-right: 1px solid #939393;
		border-bottom: 1px solid #939393;
		width: 28% !important;
		min-width: 50px;
		text-align: left;
		font-weight: normal;
		background-color: #ededed;
		padding: 10px;
	}
	.c01AccBtn div td {
		font-size:12px;
		border-right: 1px solid #939393;
		border-bottom: 1px solid #939393;
		background-color: #fff;
		padding: 10px;
	}
	.finBtn01 {
		text-align: center;
		color: #fff;
		font-size: 12px;
		font-weight: bold;
		margin: 0 auto 40px auto;
	}
	.finBtn01 a:link, .finBtn01 a:visited {
		background-color: #3bad3b;
		padding: 14px 0;
		color: #fff;
		width: 90%;
		max-width: 170px;
		margin: 0 auto;
		display: block;
		text-decoration: none;
		box-shadow: 1px 1px #000;
	}
	.finBtn01 a:hover, .finBtn01 a:active, .finBtn01 a:focus {
		box-shadow: 0px 0px;
		opacity: 0.7;
		transition: all 0.5s;
	}
	.finBtn02 {
		text-align: center;
		color: #fff;
		font-size: 17px;
		font-weight: bold;
		margin: 0 auto;
	}
	.finBtn02 a:link, .finBtn02 a:visited {
		background-color: #b7183f;
		padding: 14px 0;
		color: #fff;
		width: 100%;
		min-width: 270px;
		margin: 0 auto;
		display: block;
		text-decoration: none;
		box-shadow: 1px 1px #000;
	}
	.finBtn02 a:hover, .finBtn02 a:active, .finBtn02 a:focus {
		box-shadow: 0px 0px;
		opacity: 0.7;
		transition: all 0.5s;
	}

	/*---------- STEP8 ----------*/
	.finBtn03 {
		text-align: center;
		color: #fff;
		font-size: 20px;
		font-weight: bold;
		margin: 0 auto;
		line-height: 1.2em;
	}
	.finBtn03 span {
		font-size: 14px;
	}
	.finBtn03 a:link, .finBtn03 a:visited {
		background-color: #b7183f;
		padding: 18px 0;
		color: #fff;
		width: 100%;
		min-width: 270px;
		margin: 0 auto;
		display: block;
		text-decoration: none;
		box-shadow: 1px 1px #000;
	}
	.finBtn03 a:hover, .finBtn03 a:active, .finBtn03 a:focus {
		box-shadow: 0px 0px;
		opacity: 0.7;
		transition: all 0.5s;
	}

	.finBtn04 {
		text-align: center;
		color: #fff;
		font-size: 17px;
		font-weight: bold;
		margin: 0 auto;
	}
	.finBtn04 a:link, .finBtn04 a:visited {
		background-color: #939393;
		padding: 14px 0;
		color: #fff;
		width: 100%;
		min-width: 270px;
		margin: 0 auto;
		display: block;
		text-decoration: none;
		box-shadow: 1px 1px #000;
	}
	.finBtn04 a:hover, .finBtn04 a:active, .finBtn04 a:focus {
		box-shadow: 0px 0px;
		opacity: 0.7;
		transition: all 0.5s;
	}

	.finBtn04Error a:hover, .finBtn04Error a:active, .finBtn04Error a:focus {
		opacity: 1;
	}

	.finBtn05 {
		text-align: center;
		color: #fff;
		font-size: 12px;
	}
	.finBtn05 a:link, .finBtn05 a:visited {
		background-color: #3bad3b;
		padding :5px 0;
		color: #fff;
		max-width: 170px;
		margin: 0 auto;
		display: block;
		text-decoration: none;
	}
	.finBtn05 a:hover, .finBtn05 a:active, .finBtn05 a:focus {
		box-shadow: 0px 0px;
		opacity: 0.7;
		transition: all 0.5s;
	}


}

.restore{
	display:block !important;
}

select::-ms-value{
    background: none;
    color: #000;
  }

.ime-on {
	ime-mode: active;
}

.ime-off {
	ime-mode: inactive;
}
