@charset "utf-8";
/*------------------------------------------------------------
	others
------------------------------------------------------------*/
/* 共通背景 */
.mainBg { background-image: url("../img/common/main_bg.png"); }

#main .comWhite {
	padding: 89px 65px 59px;
}

#main .comWhite .topTxt {
	width: 700px;
	margin: 0 auto 91px;
	line-height: 2;
}

#main .comWhite .topTxt span {
	margin-top: 14px;
	display: block;
	font-size: 1rem;
	color: #919191；
}

#main .comWhite .imgBox01 {
	margin-bottom:98px;
}

#main .comWhite .photo {
	margin-top: 38px;
	width: 475px;
	float: left;
}

#main .comWhite .textBox {
	width: 425px;
	float: right;
}

#main .comWhite .textBox p {
	line-height: 2;
}

#main .comWhite .textBox .step {
	margin: 0 0 -13px;
	font-size: 3.9rem;
	color: #DBDBDB;
	font-weight: 700;
	font-style: italic;
	font-family: 'Roboto Condensed', sans-serif;
}

#main .comWhite .textBox .ttl {
	padding-bottom: 9px;
	margin-bottom: 24px;
	color: #000;
	font-size: 1.8rem;
	font-weight: bold;
	position: relative;
}

#main .comWhite .textBox .ttl:before {
	position: absolute;
	width: 57px;
	border-bottom: 2px solid #000;
	left: 0;
	bottom: 0;
	content: "";
}

#main .comWhite .textBox .txt {
	color: #919191;
	font-size: 1rem;
	line-height: 1.4;
}

#main .comWhite .textBox .comLink {
	width: 234px;
	margin: 24px auto 39px;
}

#main .comWhite .textBox .comLink a {
	padding: 10px 0 9px;
	font-size: 1.4rem;
	border: none;
}

@media all and (-ms-high-contrast:none){
	#main .comWhite .textBox .comLink a {
		padding: 12px 0 7px;
	}
}

/* 個人情報保護方針 
------------------------------------------------------------------------------------ */
/* スマートフォン用表示 */
@media screen and (max-width:768px) {
	p.ppIntro { }
	div.ppEstablish {	float: right; margin: 8px; }
	div.ppBlock dt { font-weight: bold; margin-top: 10px; }
	div.ppBlock dd { margin-left: 1em; color: #333333; }

	div.ppAboutBlock { }
	div.ppAboutTitle {
		text-align: center;
		font-weight: bold;
		font-size: 130%;
		margin-top: 20px;
		margin-bottom: 15px;
	}
	div.ppAboutBlock p { color: #333333; }
	div.ppAboutBlock dt { font-weight: bold; margin-top: 10px }
	div.ppAboutBlock dd { margin-left: 1em; color: #333333; }
	div.ppAboutBlock ul { list-style: none; margin-top: 0px; margin-bottom: 0px; }
	div.ppAboutBlock ul li.list01 { margin-left: 0px; }
	div.ppAboutBlock ul li.list02 { margin-left: 1.5em; }
	div.ppAboutBlock ul li.list03 { margin-left: 2.5em; list-style: disc; }

	div.ppAboutBlock table { display: none; }
	dl.policyDL {
		border: 1px solid #000000;
		border-bottom: none;
		margin: 0.5em auto;
	}
	dl.policyDL dt {
		border-bottom: 1px solid #dbdbdb;
		padding: 3px 5px;
		color: #333333;
		background-color: #ececec;
		margin-top: 0px!important;
	}
	dl.policyDL dd {
		border-bottom: 1px solid #000000;
		color: #333333;
		padding: 3px 5px;
		background-color: #ffffff;
		margin-left: 0px!important;
	}
	div.clearfix { clear:both!important; overflow: inherit!important; }
}

/* PC用表示 */
@media screen and (min-width:769px) {
p.ppIntro { line-height:2; }
div.ppEstablish {	float: right; line-height: 2; margin-right: 10px; }
div.ppBlock dt { font-weight: bold; margin-top: 10px; line-height: 2; }
div.ppBlock dd { margin-left: 1em; color: #333333; line-height: 2; }

div.ppAboutBlock { line-height: 2; }
div.ppAboutTitle {
	text-align: center;
	font-weight: bold;
	font-size: 130%;
	margin-top: 20px;
	margin-bottom: 15px;
}
div.ppAboutBlock p { color: #333333; }
div.ppAboutBlock dt { font-weight: bold; margin-top: 10px }
div.ppAboutBlock dd { margin-left: 1em; color: #333333; }
div.ppAboutBlock ul { list-style: none; margin-top: 0px; margin-bottom: 0px; }
div.ppAboutBlock ul li.list01 { margin-left: 0px; }
div.ppAboutBlock ul li.list02 { margin-left: 1.5em; }
div.ppAboutBlock ul li.list03 { margin-left: 2.5em; list-style: disc; }
/* TABLE */
div.ppAboutBlock table {
	border: 1px solid #000000;
	border-collapse: collapse;
	line-height: 2;
}
div.ppAboutBlock th {
	white-space: nowrap;
	border: 1px solid #000000;
	padding: 3px 5px;
	text-align: left;
	color: #333333;
	background-color: #ececec;
}
div.ppAboutBlock td { 
	border: 1px solid #000000;
	color: #333333;
	padding: 3px 5px;
	background-color: #ffffff;
}
	dl.policyDL { display: none; }
}
