/*-------------------------------------------------------------

content.css

-------------------------------------------------------------*/

.torokuBox{
	text-align: left;
	padding:0 120px;
}

.torokuTopCom{
	margin-bottom: 30px;
}
.torokuTopCom p{
	font-size: 16rem;
	line-height:1.8;
	margin-bottom: 1em;
}
.torokuTopCom p small{
	font-size: 14rem;
}
.torokuTopCom p:last-of-type{
	margin-bottom: 0;
}

.torokuBox h2{
	font-size: 28rem;
	margin-bottom: 40px;
	padding-bottom: 30px;
	border-bottom: solid 1px #999;
}

/*届出の手順とご準備*/
.tejunCont{
	margin-bottom: 60px;
}
.tejunCont h3{
	font-size: 24rem;
	margin-bottom: 30px;
}

.riyonaiyo{

}
.riyonaiyo p{
	font-size:16rem;
	margin-bottom: 30px;
	line-height: 1.6;
}
.riyonaiyo .riyonaiyoCate{
	font-size:18rem;
	margin-bottom: 10px;
	line-height: 1.6;
	color:#936;
	font-weight: bold;
}
.riyonaiyo .riyonaiyoCate:first-of-type{
	margin-bottom: 0;
}
.riyonaiyo .riyonaiyoCate u{
	display: inline-block;
	text-decoration: none;
	line-height: 1.1;
	border-bottom: solid 2px #936;
}
.koseidantai{
	font-size:14rem;
	line-height: 1.6;
	margin-left: 20px;
	color:#936;
}
.koseidantai ul.koseidantaiList{
}
.koseidantai ul.koseidantaiList li{
	display: inline-block;
}
.koseidantai ul.koseidantaiList li::after{
	content: "、";
}
.koseidantai ul.koseidantaiList li:last-of-type::after{
	content: none;
}

.riyonaiyo ul.riyonaiyoList{
	margin-bottom: 30px;
}
.riyonaiyo ul.riyonaiyoList:last-of-type{
	margin-bottom: 0;
}
.riyonaiyo ul.riyonaiyoList li{
	font-size:16rem;
	line-height: 1.6;
	margin-bottom: 10px;
	padding-left: 20px;
	text-indent: -1em;
	margin-left: 1em;
}
.riyonaiyo ul.riyonaiyoList li:last-of-type{
	margin-bottom: 0;
}

.tejunNagare{

}
.tejunNagare li{
	position: relative;
	background-color: #099;
	color: #fff;
	padding:20px 40px;
	font-size: 16rem;
	line-height: 1.6;
	margin-bottom: 40px;
}
.tejunNagare li:last-of-type{
	margin-bottom: 0;
}
.tejunNagare li big{
	color: #fff;
	font-size: 20rem;
	font-weight: bold;
}
.tejunNagare li::after{
	content: "";
	position: absolute;
	border-top: solid 20px #6cc;
	border-left: solid 20px transparent;
	border-right: solid 20px transparent;
	bottom:-30px;
	left:50%;
	margin-left: -20px;
}
.tejunNagare li:last-of-type::after{
	content: none;
}

dl.tejun_datas{
	margin-bottom: 20px;
}
dl.tejun_datas{
	display: block;
	background-color: #f3f5f4;
	padding:40px;
}
dl.tejun_datas dt{
	font-size: 18rem;
	margin-bottom: 15px;
	font-weight: bold;
	color:#936;
}
dl.tejun_datas dt u{
	display: inline-block;
	text-decoration: none;
	border-bottom: solid 2px #936;
}
dl.tejun_datas dd{
	font-size:16rem;
	line-height:1.8;
}
dl.tejun_datas dd .tume1{
	letter-spacing:-0.5em;
}
dl.tejun_datas dd .tume2{
	letter-spacing:-0.25em;
}
.tejunDoi{
	padding:0 40px;
}
.tejunDoi p{
	font-size: 16rem;
	line-height: 1.5;
	margin-bottom: 10px;
}
.tejunDoi p:last-of-type{
	margin-bottom: 0;
}

.select2btn{
	background-color: #099;
	padding:1px 50px 40px 50px;
}
.select2btn .kakuninBtn a{
	background-color: #fff;
}



/*選択*/
.torokuSelect{

}
.torokuSelect li{
	margin-bottom: 20px;
}
.torokuSelect li{
	margin-bottom: 20px;
}
.torokuSelect li a{
	display: block;
	font-size: 18rem;
	line-height: 1.5;
	padding:20px 15px;
	background-color: #f3f5f4;
}
.torokuSelect li a u{
	display: inline-block;
	text-decoration: none;
	line-height: 1.1;
	border-bottom: solid 2px #099;
}
.torokuSelect li a:hover u{
	display: inline-block;
	text-decoration: none;
	line-height: 1.1;
	border-bottom: solid 2px #c39;
}
ul.selectKoseidantaiList{

}
ul.selectKoseidantaiList li{
	display: inline-block;
	margin-bottom: 0;
	font-size:14rem;
}
ul.selectKoseidantaiList li::after{
	content: "、";
}
.selectKoseidantaiList li:last-of-type::after{
	content: none;
}


/*メール入力*/
.mailInput{
	background-color: #f3f5f4;
	padding:50px;
}
.mailInput p{
	margin-bottom: 15px;
	font-size: 14rem;
	line-height: 1.5;
}

.mailInput li{
	display: flex;
	align-items: flex-end;
	margin-bottom:30px;
	padding-bottom: 8px;
	border-bottom: solid 1px #ccc;
}
.mailInput li:last-of-type{
	margin-bottom:20px;
}
.mailInput li span:nth-child(1){
	width:32%;
}
.mailInput li span:nth-child(2){
	width:68%;
}
.mailInput li.mailOnly span:nth-child(1){
	width:21%;
}
.mailInput li.mailOnly span:nth-child(2){
	width:79%;
}
.mailInput li span:nth-child(2)::before{
	content: "：";
}
.mailInput li input{
	font-size: 22rem;
	padding:0;
	border: none;
	background-color: rgba(0,0,0,0);
	width:90%;
}

/*情報入力*/
.dataInput{

}
.dataInput > dl{
	display: flex;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: solid 1px #ccc;
	align-items: center;
}
.dataInput dt{
	width:20%;
	font-size: 14rem;
	line-height:1.5;
}
.dataInput dd{
	width:80%;
	font-size: 14rem;
}
.dataInput dd p{
	font-size: 14rem;
	margin-bottom: 8px;
}
.dataInput dd p.red{
	color:#d00;
}
.dataInput dd input[type=text]{
	font-size:16rem;
	padding:3px;
	border: solid 1px #ccc;
	width:90%;
}
.dataInput dd textarea{
	font-size:16rem;
	padding:3px;
	border: solid 1px #ccc;
	width:90%;
}
.dataInput dd select{
	font-size:16rem;
}
.dataInput dd input.width40{
	width:40%;
}
.dataInput dd input.width5{
	width:4em;
}
.dataInput dd dl{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.dataInput dd dt{
	width:25%;
	margin-bottom: 15px;
}
.dataInput dd dd{
	width:75%;
	margin-bottom: 15px;
}
.dataInput dd dd input[type=text]{
	width:87%;
}
.dataInput dd dd input.width40{
	width:40%;
}
.dataInput dd dd input.width5{
	width:4em;
}
.dataInput dd dt:last-of-type{
	margin-bottom: 0;
}
.dataInput dd dd:last-of-type{
	margin-bottom: 0;
}

.dataInput li{
	margin-bottom: 15px;
}
.dataInput li:last-of-type{
	margin-bottom: 0;
}

.dataInputPrivacyBox{
	height:10em;
	overflow: auto;
	text-align:left;
	border:solid 1px #ccc;
	background-color: #f3f5f4;
	margin-bottom: 20px;
}

.privacyBox{
	padding:10px;
}
.privacyBox h2,
.privacyBox h3,
.privacyBox p{
	border:none;
	padding:0;
	font-size:13rem;
	line-height:1.8;
	margin-bottom:1em;
}





.kakuninBtn{
	text-align: center;
	margin-top: 40px;
}
.kakuninBtn p{
	font-size: 16rem;
	line-height: 1.5;
	margin-bottom: 15px;
}
.kakuninBtn a{
	display: inline-block;
	color:#099;
	border: solid 1px #099;
	padding:1em 3em;
	font-size: 20rem;
	transition: 0.2s;
}
.kakuninBtn a:hover{
	background-color: #cee;
}

.preErrorBox{
	margin: 0 0 40px 0;
	border:solid 2px #c66;
	background-color: rgba(255, 255, 255, 0.5);
	text-align: left;
	padding:15px;
}

.errorBox{
	margin: 0 0 40px 0;
	border:solid 2px #c66;
	background-color: rgba(255, 255, 255, 0.5);
	text-align: left;
	padding:15px;
}
.errorTitle{
	font-size: 18rem;
	line-height:1.6;
	color:#c66;
	font-weight: bold;
}
.errorComm{
	font-size: 16rem;
	line-height:1.8;
}


/*-----834以下-----*/
@media screen and (max-width: 834px) {

	.torokuBox{
		padding:0 2%;
	}



	/*届出の手順とご準備*/
	.riyonaiyo ul.riyonaiyoList li{
		font-size:14rem;
		padding-left: 0;
	}
	
	.tejunNagare li{
		padding:15px 10px;
	}
	
	dl.tejun_datas{
		padding:15px 10px;
	}
	dl.tejun_datas dt{
		line-height:1.5;
		margin-bottom: 10px;
	}
	dl.tejun_datas dd{
		font-size:14rem;
	}

	.tejunDoi{
		padding:00;
	}
	.tejunDoi p{
		font-size: 14rem;
		line-height: 1.5;
	}
	.tejunDoi p:last-of-type{
		margin-bottom: 0;
	}
	
	.select2btn{
		background-color: #fff;
		padding:0;
	}
	.select2btn .kakuninBtn a{
		color:#fff;
		background-color: #099;
	}


	/*情報入力*/
	.dataInputPrivacyBox{
		height:10em;
		margin-bottom: 5%;
	}
	.privacyBox{
		padding:1%;
	}


	.dataInput > dl{
		display: block;
		margin-bottom: 0;
		padding-bottom: 20px;
		border-bottom: none;
		align-items: center;
	}
	.dataInput dt{
		width:auto;
		background-color:#dec;
		padding:10px 5px;
		margin-bottom: 10px;
		line-height:1.005;
	}
	.dataInput dd{
		width:auto;
		font-size: 14rem;
	}
	.dataInput dd p{
		line-height:1.5;
	}

	.dataInput dd dl{
		display: block;
		flex-wrap: wrap;
		align-items: center;
		padding-bottom: 0px;
	}
	.dataInput dd dt{
		width:auto;
		background-color:#fff;
		margin-bottom: 8px;
		padding:0 5px;
	}
	.dataInput dd dd{
		width:auto;
		margin-bottom: 15px;
		padding:0 5px;
	}
	.dataInput dd dt:last-of-type{
		margin-bottom: 8px;
	}

	.errorTitle{
		font-size: 16rem;
	}
	.errorComm{
		font-size: 14rem;
	}


	/*メール入力*/
	.mailInput{
		padding:30px 10px;
	}
	.mailInput p{
		margin-bottom: 30px;
	}

	.mailInput li{
		display: block;
		padding-bottom: 8px;
		border-bottom: none;
	}
	.mailInput li:last-of-type{
		margin-bottom:20px;
	}
	.mailInput li span:nth-child(1){
		width:auto;
		display: block;
		margin-bottom: 10px;
	}
	.mailInput li span:nth-child(2){
		width:auto;
	}
	.mailInput li.mailOnly span:nth-child(1){
		width:auto;
		display: block;
		margin-bottom: 10px;
	}
	.mailInput li.mailOnly span:nth-child(2){
		width:auto;
	}
	.mailInput li span:nth-child(2)::before{
		content: "";
	}
	.mailInput li input{
		font-size: 18rem;
		padding:0;
		border: solid 1px #ccc;;
		background-color: #fff;
		width:100%;
		box-sizing: border-box;
	}

}







.upimagePre{
	margin-bottom:10px;
	padding-bottom:10px;
	border-bottom:dotted 1px #999;
}
.upimagePre div.upimage,
.upimagePre div.fileForm{
	float:left;
}


.uppdfPre div.uppdf{
	font-size:16rem;
	margin-bottom:10px;
	background-color:#f5f5f5;
	height:1em;
	padding:0.5em;
}
.uppdfPre div.fileForm{
	display:flex;
}
.uppdfPre div.fileForm div{
	margin:0 10px 0 0;
}

.upimage div{
	width:80px;
	height:80px;
	text-align:center;
	background-color:#f5f5f5;
	display:table-cell;
	vertical-align:middle;
}
.upimage div.waite{
	background: url("./image/loading.gif?1") center center no-repeat;
	background-size:50%;
}


.fileForm .file {
	overflow: hidden;
	position: relative;
	font-size: 15rem;
	line-height:1.005;
	padding:6px 30px;
	background-color: #099;
	color:#fff;
	margin:0 0 15px 10px;
	transition: 0.2s;
}
.fileForm .file:hover{
	background-color: #6aa;
}
.fileForm .file input[type="file"] {
	opacity: 0;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
	position: absolute;
	right: 0;
	top: 0;
	margin: 0;
	font-size: 10000px;
	cursor: pointer;
}

.fileForm .del{
	margin:0 0 0 10px;
}
.fileForm2 .del{
	margin:0 0 0 10px;
	display: inline-block;
}
.fileForm .del a{
	display: inline-block;
	font-size: 15rem;
	line-height:1.005;
	padding:6px 30px;
	background-color:#686469;
	color:#fff;
	text-decoration: none;
	transition: 0.2s;
}
.fileForm div a:hover{
	background-color:#989499;
}


/*-----loading-----*/
#loading {
	display: table;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background-color: rgba(255,255,255,0.9);
	z-index:10000;
}

#loading .loadingMsg {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	padding-top: 140px;
	background: url("./image/oval.svg") center center no-repeat;
	background-size:80px;
}
