@charset "utf-8";

/*-----------------------------------------------
	index
-----------------------------------------------*/
/* bgStripe */
.bgStripe01{
	background: repeating-linear-gradient(-45deg, #FFA399, #FFA399 24.8px, #EB6652 24.8px, #EB6652 49.6px);
	background-color: #EB6652;
}
.bgStripe03{
	background: repeating-linear-gradient(-45deg, #6385CC, #6385CC 24.8px, #0A4D94 24.8px, #0A4D94 49.6px);
	background-color: #0A4D94;
}
.bgStripe05{
	background: repeating-linear-gradient(-45deg, #FFAD66, #FFAD66 24.8px, #DF6C20 24.8px, #DF6C20 49.6px);
	background-color: #DF6C20;
}
.bgStripe06{
	background: repeating-linear-gradient(-45deg, #FFACE5, #FFACE5 24.8px, #A15067 24.8px, #A15067 49.6px);
	background-color: #A15067;
}

/* titSection */
.titSection{
	text-align: center;
}
.titSection .tit{
	color: #000;
	font-size: 34px;
	font-weight: bold;
	margin-top: 30px;
	letter-spacing: 5px;
}
.titSection .txt{
	color: #000;
	font-size: 16px;
	line-height: 32px;
	letter-spacing: 1.75px;
	margin-top: 32px;
}
@media only screen and (max-width:767px){
	.titSection .img{
		width: 40px;
		margin: 0 auto;
	}
	.titSection .tit{
		font-size: 15px;
		line-height: 1.5;
		margin-top: 11px;
		letter-spacing: 0.5px;
		padding: 0 3.125%;
	}
	.titSection .txt{
		font-size: 13px;
		line-height: 1.5;
		letter-spacing: 0.5px;
		margin-top: 15px;
		padding: 0 3.125%;
		text-align: left;
	}
}

/* titItem */
.titItem{
	height: 140px;
	line-height: 140px;
	text-shadow: 1px 1px 5px rgba(0,0,0,0.75);
	color: #FFF;
	text-align: center;
	font-size: 30px;
	font-weight: bold;
	letter-spacing: 3.75px;
}
@media only screen and (max-width:767px){
	.titItem{
		height: 50px;
		line-height: 50px;
		font-size: 15px;
		letter-spacing: 0.5px;
	}
}

/* boxFaq */
.boxFaq.bgGray,
.wrapperFaq.bgGray{
	background: #FAF8F8;
}
.boxFaq .wrapper{
	width: 1000px;
	margin: 0 auto;
}
.boxFaq .titFaq{
	font-size: 30px;
	font-weight: bold;
	color: #EB6652;
	text-align: center;
	letter-spacing: 3px;
	padding: 70px 0 31px;
	position: relative;
}
.boxFaq .titFaq::after{
	content: "";
	display: block;
	width: 40px;
	height: 1px;
	background: #EB6652;
	position: absolute;
	left: calc(50% - 20px);
	bottom: 0;
}
.boxFaq .boxList{
	width: 1000px;
	margin: 0 auto;
	padding: 29px 0 60px;
}
.wrapperFaq .boxFaq .boxList{
	padding-top: 44px;
}
.wrapperFaq.trouble05 .boxFaq .boxList{
	padding-top: 49px;
}
.boxFaq .boxList li{
	margin-bottom: 20px;
}
.boxFaq .boxList .tit{
	height: 66px;
	border: 1px solid #D6D6D6;
	background: #FFF;
	position: relative;
	line-height: 60px;
	text-align: left;
	font-size: 16px;
	color: #000;
	padding-left: 20px;
	letter-spacing: 1.75px;
	cursor: pointer;
}
.boxFaq .boxList .tit .txtQ{
	color: #EB6652;
}
.boxFaq .boxList .tit:after{
	content: "";
	width: 30px;
	height: 30px;
	background: url(../img/faq/btnDown.gif) center top no-repeat;
	position: absolute;
	top: 17px;
	right: 17px;
}
.boxFaq .boxList .opened .tit:after{
	background: url(../img/faq/btnUp.gif) center top no-repeat;
}
.boxFaq .boxList .txt{
	display: none;
	border: 1px solid #D6D6D6;
	border-top: none;
	background: #F9F9F9;
	font-size: 14px;
	color: #000;
	line-height: 30px;
	padding: 20px 25px 25px 28px;
	letter-spacing: 0.7px;
}
.boxFaq .boxList .txt .txtNumber{
	display: block;
	margin: 14px 0;
}
.boxFaq .boxList .txt .txtA{
	color: #3E7F34;
}
.boxFaq .boxList .txt .txtNote{
	display: block;
	margin-top: 21px;
}
@media only screen and (max-width:767px){
	.boxFaq .wrapper{
		width: 93.75%;
	}
	.boxFaq .titFaq{
		font-size: 15px;
		letter-spacing: 0.5px;
		padding: 35px 0 15px;
	}
	.boxFaq .titFaq::after{
		width: 20px;
		left: calc(50% - 10px);
	}
	.boxFaq .boxList{
		width: 100%;
		padding: 20px 0 30px;
	}
	.wrapperFaq .boxFaq .boxList{
		padding-top: 25px;
	}
	.wrapperFaq.trouble05 .boxFaq .boxList{
		padding-top: 30px;
	}
	.boxFaq .boxList li{
		margin-bottom: 10px;
	}
	.boxFaq .boxList .tit{
		height: auto;
		line-height: 1.5;
		text-align: left;
		font-size: 13px;
		padding: 10px 40px 10px 10px;
		letter-spacing: 0.5px;
	}
	.boxFaq .boxList .tit:after{
		width: 20px;
		height: 20px;
		background-size: cover;
		top: calc(50% - 10px);
		right: 10px;
	}
	.boxFaq .boxList .opened .tit:after{
		background-size: cover;
	}
	.boxFaq .boxList .txt{
		font-size: 12px;
		line-height: 1.5;
		padding: 10px;
		letter-spacing: 0.5px;
	}
	.boxFaq .boxList .txt .txtNumber{
		margin: 7px 0;
	}
	.boxFaq .boxList .txt .txtNote{
		margin-top: 21px;
	}
}

/* secTop */
.secTop .boxList{
	background: url(../img/agreement/bgTop.jpg) center top no-repeat;
	height: 570px;
	margin-top: 52px;
}
.secTop .boxList .wrapper{
	width: 1004px;
	margin: 0 auto;
	font-size: 0;
	padding-top: 114px;
	text-align: center;
}
.secTop .boxList .wrapper li{
	display: inline-block;
	width: 224px;
	margin-right: 36px;
}
.secTop .boxList .wrapper li:nth-child(4),
.secTop .boxList .wrapper li:last-child{
	margin-right: 0;
}
.secTop .boxList .wrapper li:nth-child(-n+4){
	margin-bottom: 35px;
}
@media only screen and (max-width:767px){
	.secTop .boxList{
		background-size: cover;
		height: auto;
		margin-top: 25px;
	}
	.secTop .boxList .wrapper{
		width: 93.75%;
		padding: 20px 0 10px;
	}
	.secTop .boxList .wrapper li{
		width: 48%;
		margin: 0 0 10px 0;
	}
	.secTop .boxList .wrapper li:nth-child(2n){
		margin-left: 2%;
	}
	.secTop .boxList .wrapper li:nth-child(2n+1){
		margin-right: 2%;
	}
	.secTop .boxList .wrapper li:nth-child(-n+4){
		margin-bottom: 10px;
	}
}

/* secTrouble */
.secTrouble .titSection{
	margin: 80px 0 50px;
}
.secTrouble .btnTrouble{
	width: 1000px;
	margin: 0 auto 60px;
	font-size: 0;
}
.secTrouble .btnTrouble li{
	display: inline-block;
	width: 180px;
	margin-right: 25px;
}
.secTrouble .btnTrouble li:last-child{
	margin-right: 0;
}
.secTrouble .boxDescription{
	width: 1000px;
	margin: 0 auto;
}
.secTrouble .boxDescription .tit{
	font-size: 22px;
	font-weight: bold;
	color: #000;
	padding-top: 49px;
	letter-spacing: 2.75px;
}
.secTrouble .boxDescription .txt{
	color: #000;
	font-size: 14px;
	line-height: 32px;
	letter-spacing: 0.4px;
	margin-top: 15px;
}
.secTrouble .btnEquip{
	width: 1000px;
	margin: 30px auto 60px;
	font-size: 0;
}
.secTrouble .btnEquip li{
	display: inline-block;
	width: 232px;
	margin-right: 24px;
}
.secTrouble .btnEquip li:last-child{
	margin-right: 0;
}
.secTrouble .btnEquip li a{
	display: block;
	height: 70px;
	line-height: 70px;
	background: #EB6652;
	color: #FFF;
	font-size: 15px;
	font-weight: bold;
	border-radius: 8px;
	text-align: center;
	letter-spacing: 0.5px;
}
@media only screen and (max-width:767px){
	.secTrouble .titSection{
		margin: 40px 0 25px;
	}
	.secTrouble .btnTrouble{
		width: 93.75%;
		margin: 0 auto 20px;
		text-align: center;
	}
	.secTrouble .btnTrouble li{
		width: 32%;
		margin: 0 2% 10px 0;
	}
	.secTrouble .btnTrouble li:nth-child(3),
	.secTrouble .btnTrouble li:last-child{
		margin-right: 0;
	}
	.secTrouble .boxDescription{
		width: 93.75%;
	}
	.secTrouble .boxDescription .tit{
		font-size: 15px;
		line-height: 1.5;
		padding-top: 20px;
		letter-spacing: 0.5px;
	}
	.secTrouble .boxDescription .txt{
		font-size: 13px;
		line-height: 1.5;
		letter-spacing: 0.5px;
		margin-top: 10px;
	}
	.secTrouble .btnEquip{
		width: 93.75%;
		margin: 15px auto 30px;
	}
	.secTrouble .btnEquip li{
		width: 48%;
		margin: 0 0 10px 0;
		vertical-align: top;
	}
	.secTrouble .btnEquip li:nth-child(2n){
		margin-left: 2%;
	}
	.secTrouble .btnEquip li:nth-child(2n+1){
		margin-right: 2%;
	}
	.secTrouble .btnEquip li a{
		height: 35px;
		line-height: 35px;
		font-size: 13px;
		border-radius: 4px;
	}
}

/* secRule */
.secRule{
	margin-top: 80px;
}
.secRule .wrapperFaq{
	margin-top: 42px;
}
.secRule .wrapperFaq .boxFaq .boxList{
	padding-top: 49px;
}
.secRule .wrapperFaq .boxFaq .boxList .tit .txtQ{
	color: #85B000;
}
.secRule .wrapperFaq .boxFaq .boxList .tit .txtA{
	color: #3E7F34;
}
@media only screen and (max-width:767px){
	.secRule{
		margin-top: 40px;
	}
	.secRule .wrapperFaq{
		margin-top: 20px;
	}
	.secRule .wrapperFaq .boxFaq .boxList{
		padding-top: 25px;
	}
}

/* secAgreement */
.secAgreement{
	margin-top: 80px;
}
.secAgreement .titItem{
	margin-top: 43px;
}
.secAgreement .boxList{
	padding-top: 50px;
	background: #FAF8F8;
	padding-bottom: 80px;
}
.secAgreement .boxList .wrapper{
	width: 1000px;
	margin: 0 auto;
}
.secAgreement .boxList .item{
	border: 1px solid #E1E1E1;
	background: #FFF;
	padding: 49px 49px 0;
	margin-bottom: 84px;
	position: relative;
}
.secAgreement .boxList .item:nth-child(n+4){
	padding-bottom: 29px;
}
.secAgreement .boxList .item::after{
	content: "";
	display: block;
	width: 38px;
	height: 24px;
	background: url(../img/agreement/imgAgreementArrow.png) center top / cover no-repeat;
	position: absolute;
	left: calc(50% - 19px);
	bottom: -55px;
}
.secAgreement .boxList .item:last-child{
	margin-bottom: 0;
}
.secAgreement .boxList .item:last-child::after{
	display: none;
}
.secAgreement .boxList .item .titSub{
	background: #367296;
	height: 60px;
	line-height: 60px;
	color: #FFF;
	font-size: 16px;
	letter-spacing: 2.5px;
	padding-left: 22px;
}
.secAgreement .boxList .item .boxAbout{
	margin-bottom: 30px;
}
.secAgreement .boxList .item .boxAbout .boxLeft{
	width: 640px;
	float: left;
}
.secAgreement .boxList .item .boxAbout .boxLeft .boxTit{
	font-size: 0;
	border-bottom: 1px solid #E1E1E1;
	padding-bottom: 24px;
}
.secAgreement .boxList .item .boxAbout .boxLeft .boxTit .num{
	display: inline-block;
	font-size: 36px;
	color: #000;
}
.secAgreement .boxList .item .boxAbout .boxLeft .boxTit .tit{
	display: inline-block;
	vertical-align: top;
	font-size: 24px;
	padding-top: 3px;
	color: #000;
	font-weight: bold;
	margin-left: 26px;
	letter-spacing: 4px;
}
.secAgreement .boxList .item .boxAbout .boxLeft .txt{
	font-size: 16px;
	color: #000;
	line-height: 30px;
	letter-spacing: 1px;
	margin-top: 22px;
}
.secAgreement .boxList .item .boxAbout .boxLeft .txtNote{
	color: #393939;
	font-size: 13px;
	line-height: 24px;
	letter-spacing: 1px;
	margin: 11px 0 14px;
}
.secAgreement .boxList .item .boxAbout .boxRight{
	width: 230px;
	float: right;
}
.secAgreement .boxList .item .boxSend .boxSendIn{
	background: #F6F6F6;
	padding: 20px 0;
}
.secAgreement .boxList .item .boxSend .boxSendIn li{
	font-size: 16px;
	color: #000;
	margin-bottom: 16px;
	letter-spacing: 3px;
}
.secAgreement .boxList .item .boxSend .boxSendIn li::before{
	content: "・";
}
.secAgreement .boxList .item .boxSend .boxSendIn li:last-child{
	margin-bottom: 0;
}
.secAgreement .boxList .item .boxSend .boxSendIn .boxLeft,
.secAgreement .boxList .item .boxSend .boxSendIn .boxRight{
	float: left;
	width: 343px;
}
.secAgreement .boxList .item .boxSend .boxSendIn .boxLeft{
	padding-left: 13px;
}
.secAgreement .boxList .item .boxSendNote{
	margin: 20px 0 45px;
}
.secAgreement .boxList .item .boxSendNote li{
	color: #393939;
	font-size: 13px;
	line-height: 24px;
	letter-spacing: 1.9px;
}
.secAgreement .boxList .item .boxSendNote li:first-child{
	margin-bottom: 5px;
}
.secAgreement .boxList .item .boxDocument .txt{
	background: #F6F6F6;
	padding: 20px 20px 20px 13px;
}
.secAgreement .boxList .item .boxDocument .txt li{
	font-size: 16px;
	color: #000;
	margin-bottom: 16px;
	letter-spacing: 3px;
}
.secAgreement .boxList .item .boxDocument .txt li::before{
	content: "・";
}
.secAgreement .boxList .item .boxDocument .txt li:last-child{
	margin-bottom: 0;
}
.secAgreement .boxList .item .boxInsure{
	margin-top: 30px;
}
.secAgreement .boxList .item .boxInsure .titSub{
	background: #628E3E;
}
.secAgreement .boxList .item .boxInsure .boxTxt{
	background: #F6F6F6;
	color: #000;
	padding: 20px;
}
.secAgreement .boxList .item .boxInsure .boxTxt li{
	margin-bottom: 22px;
}
.secAgreement .boxList .item .boxInsure .boxTxt li:last-child{
	margin-bottom: 0;
}
.secAgreement .boxList .item .boxInsure .boxTxt li .tit{
	font-size: 16px;
	letter-spacing: 3px;
	margin-bottom: 11px;
}
.secAgreement .boxList .item .boxInsure .boxTxt li .txt{
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 1px;
}
.secAgreement .boxList .item .boxCompany{
	margin: 30px 0 47px;
}
.secAgreement .boxList .item .boxCompany .titSub{
	background: #91443C;
}
.secAgreement .boxList .item .boxCompany .boxTxt{
	background: #F6F6F6;
	color: #000;
	padding: 13px;
}
.secAgreement .boxList .item .boxCompany .boxTxt li{
	font-size: 16px;
	line-height: 32px;
	letter-spacing: 2.5px;
	margin-bottom: 18px;
}
.secAgreement .boxList .item .boxCompany .boxTxt li:last-child{
	margin-bottom: 0;
	color: #C30;
}
@media only screen and (max-width:767px){
	.secAgreement{
		margin-top: 40px;
	}
	.secAgreement .titItem{
		margin-top: 20px;
	}
	.secAgreement .boxList{
		padding: 25px 0 40px;
	}
	.secAgreement .boxList .wrapper{
		width: 93.75%;
	}
	.secAgreement .boxList .item{
		padding: 20px 20px 0;
		margin-bottom: 40px;
	}
	.secAgreement .boxList .item:nth-child(n+3){
		padding-bottom: 10px;
	}
	.secAgreement .boxList .item::after{
		width: 19px;
		height: 12px;
		position: absolute;
		left: calc(50% - 8.5px);
		bottom: -27px;
	}
	.secAgreement .boxList .item .titSub{
		height: 40px;
		line-height: 40px;
		font-size: 13px;
		letter-spacing: 0.5px;
		padding-left: 10px;
	}
	.secAgreement .boxList .item .boxAbout{
		margin-bottom: 15px;
	}
	.secAgreement .boxList .item .boxAbout .boxLeft{
		width: 100%;
		float: none;
	}
	.secAgreement .boxList .item .boxAbout .boxLeft .boxTit{
		padding-bottom: 10px;
		position: relative;
	}
	.secAgreement .boxList .item .boxAbout .boxLeft .boxTit .num{
		font-size: 18px;
		position: absolute;
		top: 3px;
		left: 0;
	}
	.secAgreement .boxList .item .boxAbout .boxLeft .boxTit .tit{
		font-size: 15px;
		line-height: 1.5;
		padding-top: 0;
		margin-left: 30px;
		letter-spacing: 0.5px;
	}
	.secAgreement .boxList .item .boxAbout .boxLeft .txt{
		font-size: 13px;
		line-height: 1.5;
		letter-spacing: 0.5px;
		margin-top: 10px;
	}
	.secAgreement .boxList .item .boxAbout .boxLeft .txtNote{
		font-size: 11px;
		line-height: 1.5;
		letter-spacing: 1.5px;
	}
	.secAgreement .boxList .item .boxAbout .boxRight{
		width: 50%;
		float: none;
		margin: 15px auto 0;
	}
	.secAgreement .boxList .item  .boxSend .boxSendIn{
		padding: 10px 0 5px;
	}
	.secAgreement .boxList .item .boxSend .boxSendIn li{
		font-size: 13px;
		line-height: 1.5;
		margin-bottom: 5px;
		letter-spacing: 0.5px;
	}
	.secAgreement .boxList .item .boxSend .boxSendIn li:last-child{
		margin-bottom: 5px;
	}
	.secAgreement .boxList .item .boxSend .boxSendIn .boxLeft,
	.secAgreement .boxList .item .boxSend .boxSendIn .boxRight{
		float: none;
		width: 100%;
		padding: 0 3.125%;
	}
	.secAgreement .boxList .item .boxSendNote{
		margin: 10px 0 20px;
	}
	.secAgreement .boxList .item .boxSendNote li{
		font-size: 11px;
		line-height: 1.5;
		letter-spacing: 1.5px;
	}
	.secAgreement .boxList .item .boxDocument .txt{
		padding: 10px;
	}
	.secAgreement .boxList .item .boxDocument .txt li{
		font-size: 13px;
		line-height: 1.5;
		margin-bottom: 3px;
		letter-spacing: 0.5px;
	}
	.secAgreement .boxList .item .boxInsure{
		margin-top: 15px;
	}
	.secAgreement .boxList .item .boxInsure .boxTxt{
		padding: 10px;
	}
	.secAgreement .boxList .item .boxInsure .boxTxt li{
		margin-bottom: 10px;
	}
	.secAgreement .boxList .item .boxInsure .boxTxt li .tit{
		font-size: 15px;
		line-height: 1.5;
		letter-spacing: 0.5px;
		margin-bottom: 5px;
	}
	.secAgreement .boxList .item .boxInsure .boxTxt li .txt{
		font-size: 13px;
		line-height: 1.5;
		letter-spacing: 0.5px;
	}
	.secAgreement .boxList .item .boxCompany{
		margin: 15px 0 25px;
	}
	.secAgreement .boxList .item .boxCompany .boxTxt{
		padding: 10px;
	}
	.secAgreement .boxList .item .boxCompany .boxTxt li{
		font-size: 13px;
		line-height: 1.5;
		letter-spacing: 0.5px;
		margin-bottom: 10px;
	}
}

/* secChange */
.secChange{
	margin-top: 80px;
}
.secChange .wrapperFaq{
	margin-top: 42px;
}
.secChange .wrapperFaq .boxFaq .boxList{
	padding-top: 49px;
}
.secChange .wrapperFaq .boxFaq .boxList .tit .txtQ{
	color: #399;
}
.secChange .wrapperFaq .boxFaq .boxList .tit .txtA{
	color: #3E7F33;
}
@media only screen and (max-width:767px){
	.secChange{
		margin-top: 40px;
	}
	.secChange .wrapperFaq{
		margin-top: 20px;
	}
	.secChange .wrapperFaq .boxFaq .boxList{
		padding-top: 25px;
	}
}

/* secCancel */
.secCancel{
	margin-top: 80px;
}
.secCancel .titItem{
	margin-top: 50px;
}
.secCancel .boxList{
	padding-top: 50px;
	background: #FAF8F8;
	padding-bottom: 80px;
}
.secCancel .boxList .wrapper{
	width: 1000px;
	margin: 0 auto;
}
.secCancel .boxList .item{
	border: 1px solid #E1E1E1;
	background: #FFF;
	padding: 49px 49px 0;
	margin-bottom: 84px;
	position: relative;
}
.secCancel .boxList .item::after{
	content: "";
	display: block;
	width: 38px;
	height: 24px;
	background: url(../img/agreement/imgAgreementArrow.png) center top / cover no-repeat;
	position: absolute;
	left: calc(50% - 19px);
	bottom: -55px;
}
.secCancel .boxList .item:last-child{
	margin-bottom: 0;
}
.secCancel .boxList .item:last-child::after{
	display: none;
}
.secCancel .boxList .item .titSub{
	background: #367296;
	height: 60px;
	line-height: 60px;
	color: #FFF;
	font-size: 16px;
	letter-spacing: 2.5px;
	padding-left: 22px;
}
.secCancel .boxList .item .boxAbout .boxLeft{
	width: 640px;
	float: left;
}
.secCancel .boxList .item .boxAbout .boxLeft .boxTit{
	font-size: 0;
	border-bottom: 1px solid #E1E1E1;
	padding-bottom: 24px;
}
.secCancel .boxList .item .boxAbout .boxLeft .boxTit .num{
	display: inline-block;
	font-size: 36px;
	color: #000;
}
.secCancel .boxList .item .boxAbout .boxLeft .boxTit .tit{
	display: inline-block;
	vertical-align: top;
	font-size: 24px;
	padding-top: 3px;
	color: #000;
	font-weight: bold;
	margin-left: 26px;
	letter-spacing: 4px;
}
.secCancel .boxList .item .boxAbout .boxLeft .txt{
	font-size: 16px;
	color: #000;
	line-height: 30px;
	letter-spacing: 1px;
	margin-top: 22px;
}
.secCancel .boxList .item .boxAbout .boxLeft .txtNote{
	color: #393939;
	font-size: 13px;
	line-height: 24px;
	letter-spacing: 1px;
	margin: 11px 0 14px;
}
.secCancel .boxList .item .boxAbout .boxRight{
	width: 230px;
	float: right;
}
.secCancel .txtCancel{
	font-size: 0;
	margin-top: 24px;
}
.secCancel .txtCancel li{
	display: inline-block;
	margin-right: 30px;
}
.secCancel .txtCancel li:last-child{
	margin-right: 0;
}
.secCancel .txtNote{
	font-size: 13px;
	line-height: 28px;
	color: #393939;
	letter-spacing: 1px;
}
.secCancel .txtNote01{
	margin: 13px 0 43px;
}
.secCancel .txtNote02{
	margin: 10px 0 45px;
}
.secCancel .txtNumber{
	width: 900px;
	border: 2px solid #367296;
	color: #000;
	font-size: 15px;
	line-height: 26px;
	padding: 24px 28px;
	letter-spacing: 1px;
	margin: 22px 0 18px;
}
.secCancel .txtNote03{
	margin-bottom: 42px;
}
.secCancel .txtNote04{
	margin: 11px 0 40px;
}
.secCancel .txtFlow{
	margin-top: 30px;
}
.secCancel .txtNote05{
	margin: 20px 0 43px;
}
@media only screen and (max-width:767px){
	.secCancel{
		margin-top: 40px;
	}
	.secCancel .titItem{
		margin-top: 25px;
	}
	.secCancel .boxList{
		padding: 25px 0 40px;
	}
	.secCancel .boxList .wrapper{
		width: 93.75%;
	}
	.secCancel .boxList .item{
		padding: 20px 20px 45%;
		margin-bottom: 40px;
		position: relative;
	}
	.secCancel .boxList .item::after{
		width: 19px;
		height: 12px;
		position: absolute;
		left: calc(50% - 8.5px);
		bottom: -27px;
	}
	.secCancel .boxList .item .titSub{
		height: 40px;
		line-height: 40px;
		font-size: 13px;
		letter-spacing: 0.5px;
		padding-left: 10px;
	}
	.secCancel .boxList .item .boxAbout .boxLeft{
		width: 100%;
		float: none;
	}
	.secCancel .boxList .item .boxAbout .boxLeft .boxTit{
		padding-bottom: 10px;
		position: relative;
	}
	.secCancel .boxList .item .boxAbout .boxLeft .boxTit .num{
		font-size: 18px;
		position: absolute;
		top: 3px;
		left: 0;
	}
	.secCancel .boxList .item .boxAbout .boxLeft .boxTit .tit{
		font-size: 15px;
		line-height: 1.5;
		padding-top: 0;
		margin-left: 30px;
		letter-spacing: 0.5px;
	}
	.secCancel .boxList .item .boxAbout .boxLeft .txt{
		font-size: 13px;
		line-height: 1.5;
		letter-spacing: 0.5px;
		margin-top: 10px;
	}
	.secCancel .boxList .item .boxAbout .boxLeft .txtNote{
		font-size: 11px;
		line-height: 1.5;
		letter-spacing: 1.5px;
	}
	.secCancel .boxList .item .boxAbout .boxRight{
		position: absolute;
		width: 50%;
		float: none;
		left: 25%;
		bottom: 25px;
	}
	.secCancel .txtCancel{
		margin-top: 15px;
	}
	.secCancel .txtCancel li{
		display: block;
		width: 75%;
		margin: 0 auto 10px;
	}
	.secCancel .txtCancel li:last-child{
		margin: 0 auto;
	}
	.secCancel .txtNote{
		font-size: 11px;
		line-height: 1.5;
		letter-spacing: 0.5px;
	}
	.secCancel .txtNote01,
	.secCancel .txtNote02,
	.secCancel .txtNote04{
		margin: 15px 0 20px;
	}
	.secCancel .txtNumber{
		width: 100%;
		font-size: 13px;
		line-height: 1.5;
		padding: 10px;
		letter-spacing: 0.5px;
		margin: 15px auto;
	}
	.secCancel .txtNote03{
		margin-bottom: 20px;
	}
	.secCancel .txtFlow{
		margin-top: 15px;
	}
	.secCancel .txtNote05{
		margin: 15px 0 20px;
	}
}

/* secSpecial */
.secSpecial .titSection{
	margin: 80px auto 40px;
}
.secSpecial .boxList{
	background: #FAF8F8;
	padding-top: 50px;
}
.secSpecial .boxList .item{
	width: 1000px;
	margin: 0 auto;
	background: #FFF;
	border: 1px solid #E1E1E1;
	margin-bottom: 30px;
}
.secSpecial .boxList .item:last-child{
	margin-bottom: 0;
}
.secSpecial .boxList .item .titNum{
	height: 60px;
	line-height: 60px;
	background: #F8E900;
	color: #000;
	text-align: center;
	font-size: 16px;
	border-bottom: 1px solid #E1E1E1;
	letter-spacing: 2px;
}
.secSpecial .boxList .item .titNum span{
	font-size: 24px;
	margin-left: 5px;
}
.secSpecial .boxList .item .wrapper{
	margin: 37px 50px 39px;
}
.secSpecial .boxList .item:nth-child(3) .wrapper{
	margin: 37px 50px 34px 45px;
}
.secSpecial .boxList .item:nth-child(4) .wrapper{
	margin-bottom: 34px;
}
.secSpecial .boxList .item .tit{
	font-size: 24px;
	font-weight: bold;
	color: #000;
	letter-spacing: 4px;
}
.secSpecial .boxList .item .tit .txtPoint{
	color: #C30;
}
.secSpecial .boxList .item .txt{
	font-size: 16px;
	line-height: 30px;
	margin-top: 8px;
	letter-spacing: 1.5px;
}
.secSpecial .boxList .item:nth-child(4) .txt{
	line-height: 32px;
	margin-top: 11px;
	letter-spacing: 1px;
}
.secSpecial .boxList .item:nth-child(5) .txt{
	margin-top: 13px;
}
.secSpecial .boxList .item .txt .txtPoint{
	font-size: 24px;
	color: #C30;
	font-weight: bold;
	letter-spacing: 2px;
}
.secSpecial .boxList .item .txtNote{
	font-size: 13px;
	margin-top: 6px;
	letter-spacing: 1.5px;
}
.secSpecial .boxList .item:nth-child(3) .tit{
	margin-left: 5px;
}
.secSpecial .boxList .item .txtIntro01{
	font-size: 0;
	white-space: nowrap;
	margin: 7px 0 0 5px;
}
.secSpecial .boxList .item .txtIntro01 li{
	display: inline-block;
}
.secSpecial .boxList .item .txtIntro01 li:first-child{
	margin-right: 8px;
}
.secSpecial .boxList .item .txtIntro02{
	color: #000;
	font-size: 16px;
	margin-top: 17px;
	letter-spacing: 0.5px;
}
.secSpecial .boxList .item .txtIntro03{
	color: #000;
	font-size: 14px;
	line-height: 28px;
	margin-top: 10px;
	letter-spacing: 0.5px;
}
.secSpecial .boxList .item .txtIntro03 .txtLeft,
.secSpecial .boxList .item .txtIntro03 .txtRight{
	display: inline-block;
}
.secSpecial .boxList .item .txtIntro03 .txtRight{
	margin-left: 12px;
}
.secSpecial .boxList .txtListNote{
	width: 1000px;
	margin: 0 auto;
	color: #393939;
	font-size: 13px;
	line-height: 28px;
	padding: 23px 0 73px;
	letter-spacing: 0.5px;
}
@media only screen and (max-width:767px){
	.secSpecial .titSection{
		margin: 40px auto 20px;
	}
	.secSpecial .boxList{
		padding-top: 20px;
	}
	.secSpecial .boxList .item{
		width: 93.75%;
		margin-bottom: 15px;
	}
	.secSpecial .boxList .item .titNum{
		height: 35px;
		line-height: 35px;
		font-size: 15px;
		letter-spacing: 0.5px;
	}
	.secSpecial .boxList .item .titNum span{
		font-size: 18px;
		margin-left: 2px;
	}
	.secSpecial .boxList .item .wrapper{
		margin: 20px !important;
	}
	.secSpecial .boxList .item .tit{
		font-size: 15px;
		line-height: 1.5;
		letter-spacing: 0.5px;
	}
	.secSpecial .boxList .item .txt{
		font-size: 13px;
		line-height: 1.5 !important;
		margin-top: 4px !important;
		letter-spacing: 0.5px !important;
	}
	.secSpecial .boxList .item .txt .txtPoint{
		font-size: 15px;
		letter-spacing: 0.5px;
		vertical-align: bottom;
	}
	.secSpecial .boxList .item .txtNote{
		font-size: 11px;
		line-height: 1.5;
		margin-top: 3px;
		letter-spacing: 0.5px;
	}
	.secSpecial .boxList .item .txtIntro01{
		margin: 5px 0 0 0;
	}
	.secSpecial .boxList .item .txtIntro01 li{
		display: block;
	}
	.secSpecial .boxList .item .txtIntro01 li:first-child{
		margin-right: 0;
	}
	.secSpecial .boxList .item .txtIntro02{
		margin-top: 15px !important;
	}
	.secSpecial .boxList .item .txtIntro03{
		font-size: 13px;
		line-height: 1.5;
		margin-top: 5px;
	}
	.secSpecial .boxList .item .txtIntro03 .txtLeft,
	.secSpecial .boxList .item .txtIntro03 .txtRight{
		display: block;
	}
	.secSpecial .boxList .item .txtIntro03 .txtRight{
		margin: 5px 0 0 0;
	}
	.secSpecial .boxList .txtListNote{
		width: 93.75%;
		font-size: 11px;
		line-height: 1.5;
		padding: 10px 0 35px;
	}
}

/* secLink */
.secLink .titSection{
	margin: 80px 0 50px;
}
.secLink .boxLink{
	width: 1000px;
	margin: 0 auto 40px;
}
.secLink .boxLink.traffic{
	margin-bottom: 100px;
}
.secLink .boxLink .boxTit{
	height: 100px;
	background: #3E8136;
	text-align: center;
	padding-top: 33px;
}
.secLink .boxLink.police .boxTit{
	background: #13335F;
}
.secLink .boxLink.traffic .boxTit{
	background: #963D3F;
}
.secLink .boxLink .boxTit .img{
	display: inline-block;
}
.secLink .boxLink .boxTit .tit{
	display: inline-block;
	vertical-align: top;
	color: #FFF;
	font-size: 24px;
	text-align: center;
	font-weight: bold;
	letter-spacing: 5px;
	padding: 4px 0 0 10px;
}
.secLink .boxLink .wrapper{
	border: 1px solid #E6E4DF;
	border-top: none;
	padding: 30px 29px;
}
.secLink .boxLink .boxList{
	font-size: 0;
	border-left: 1px solid #E6E4DF;
}
.secLink .boxLink .boxList li{
	display: inline-block;
	border-right: 1px solid #E6E4DF;
	border-bottom: 1px solid #E6E4DF;
}
.secLink .boxLink .boxList li a{
	display: block;
	width: 234px;
	height: 58px;
	line-height: 58px;
	font-size: 15px;
	padding-left: 19px;
	letter-spacing: 1px;
	background: url(../img/agreement/bgLink.gif) 200px center / 14px auto no-repeat;
}
.secLink .boxLink .boxList li:nth-child(4n+1){
	width: 233px;
}
.secLink .boxLink .boxList li:nth-child(-n+4){
	border-top: 1px solid #E6E4DF;
}
.secLink .txtLink{
	margin-top:15px;
	font-weight:500;
	letter-spacing:1px;
}
@media only screen and (max-width:767px){
	.secLink .titSection{
		margin: 40px 0 25px;
	}
	.secLink .boxLink{
		width: 93.75%;
		margin-bottom: 30px !important;
	}
	.secLink .boxLink .boxTit{
		height: 50px;
		line-height: 50px;
		padding-top: 0px;
	}
	.secLink .boxLink .boxTit .img{
		width: 16px;
	}
	.secLink .boxLink .boxTit .img img{
		vertical-align: middle;
	}
	.secLink .boxLink .boxTit .tit{
		font-size: 15px;
		letter-spacing: 0.5px;
		padding: 0 0 0 5px;
	}
	.secLink .boxLink .wrapper{
		padding: 20px;
	}
	.secLink .boxLink .boxList{
		border: none;
		border-top: 1px solid #E6E4DF;
	}
	.secLink .boxLink .boxList li{
		display: block;
		border: 1px solid #E6E4DF;
		border-top: none;
	}
	.secLink .boxLink .boxList li a{
		width: 100%;
		height: 35px;
		line-height: 35px;
		font-size: 13px;
		padding-left: 10px;
		letter-spacing: 0.5px;
		background: url(../img/agreement/bgLink.gif) calc(100% - 20px) center / 14px auto no-repeat;
	}
	.secLink .boxLink .boxList li:nth-child(4n+1){
		width: 100%;
	}
	.secLink .boxLink .boxList li:nth-child(-n+4){
		border-top: none;
	}
	.secLink .txtLink{
		margin-top:10px;
		line-height:1.4;
		letter-spacing:0.5px;
	}
	
}
