@charset "UTF-8";

/* ==================================================

当社の個人情報取り扱いについて

================================================== */

/*
.pageTitle
--------------------------------------------------*/
#contents .pageTitle {
	color: #000;
	font-size: 30px;
	font-weight: bold;
	text-align: left;
	letter-spacing: 6px;
	padding: 1% 0 2%;
	margin: 0 0 40px;
	border-bottom: 2px solid #004EA2;
}

@media screen and (max-width: 767px) {
	#contents .pageTitle {
		font-size: 22px;
		letter-spacing: 0;
		text-align: center;
		padding-bottom: 10px;
		margin-bottom: 10px;
	}
}


/*
#contents
--------------------------------------------------*/
article .narrow {
	margin: 0 ;
}

@media screen and (max-width: 767px) {
	article .narrow {
		margin: 0;
	}
}

#contents section {
	margin-bottom: 40px;
}

#contents section.consultation {
	margin-top: 120px;
}

#contents section.consultation span.name {
	margin-right: 1.2em;
}

@media screen and (max-width: 767px) {
	#contents section.consultation {
		margin-top: 50px;
	}
}

#contents section.border {
	margin-top: 60px;
	padding: 20px 25px 10px;
	border: solid 1px #3F7AB9;
	box-sizing: border-box;
}

@media screen and (max-width: 767px) {
	#contents section.border {
		margin-top: 30px;
	}
}

#contents section.border h3 {
	font-size: 100%;
	line-height: 175%;
	padding-bottom: 0;
	margin-bottom: 1em;
	border-bottom: none;
}

@media screen and (max-width: 767px) {
	#contents section.border h3 {
		font-size: 14px;
	}
}

#contents section.border ol {
	padding-left: 1.5em;
}

#contents section.border li {
	margin-bottom: 1em;
}

@media screen and (max-width: 767px) {
	#contents section {
		margin-bottom: 1.5em;
	}
}

#contents h3 {
	font-size: 23px;
	font-weight: bold;
	line-height: 1.5;
	text-align: left!important;
	padding-bottom: 0.3em;
	margin-bottom: 1em;
/*-	border-bottom: solid 1px #004EA2;-*/
}

@media screen and (max-width: 767px) {
	#contents h3 {
		font-size: 16px;
		line-height: 1.35;
		text-align: left;
		padding-bottom: 0.15em;
		margin-bottom: 0.5em;
		border-bottom: solid 1px #004EA2;
	}
}

#contents p,
#contents ol,
#contents ul {
	margin-bottom: 1em;
}

#contents section p:last-child,
#contents ol:last-child,
#contents ul:last-child {
	margin-bottom: 0;
}

#contents .text-right {
	text-align: right;
}

#contents .lead {
	margin-bottom: 60px;
}

.mailadd{
	position: relative;
	top: 3px;
	height: 19px;
}

@media screen and (max-width: 767px) {
	#contents .lead {
		margin-bottom: 30px;
	}
	.mailadd{
		height: 15px;
	}
}

#contents section li {
	line-height: 1.65;
	margin-bottom: 0.25em;
	list-style: disc;
}

#contents section ol li  {
	list-style: decimal;
}

#contents section ul,
#contents section ol {
	padding-left: 0.25em;
	margin-top: 0.5em;
	margin-bottom: 1em!important;
}

#contents section ul {
	padding-left: 1.75em;
}

#contents section li ul,
#contents section li ol {
	padding-left: 1.5em;
	margin-top: 0.5em;
}

#contents .no-style li {
	list-style: none;
}

#contents .no-style ul li {
	list-style: disc;
	margin-left: 1.5em;
}

#contents .lower-latin li {
	margin-left: 2.5em;
	list-style-type: lower-alpha;
}

#contents .list dd {
	margin-left: 1.75em;
	margin-top: 0.75em;
	margin-bottom: 1.75em;
}

#contents a {
	text-decoration: underline;
}

#contents a:hover {
	text-decoration: none;
}

#contents .pdf-label::before {
	content: "PDF";
	display: inline-block;
	color: #FFF;
	background-color: #E60512;
	line-height: 1;
	padding: 4px 8px;
	border-radius: 6px;
	margin-left: 8px;
}
dl.admin {
	display: flex;
	line-height: 175%;
}
dl.admin dt {
	flex: 0 0 12em;
}
dl.admin dd {
	flex: 0 1 auto;
}

@media screen and (max-width: 767px) {
	dl.admin {
		display: block;
	}
	dl.admin dt,
	dl.admin dd {
		margin: 0 !important;
		padding: 0 !important;
	}
}


/*
.privacy-navi
--------------------------------------------------*/
.privacy-navi {
	overflow: hidden;
	margin-top: 20px;
	margin-bottom: 40px!important;
	padding-left: 0!important;
}

.privacy-navi li {
	float: left;
	margin-right: 1em;
	margin-bottom: 0;
	font-size: 20px;
	font-weight: bold;
	list-style: none;
	width: auto;
}

.privacy-navi a {
	color: #044EA2;
	display: inline-block;
	padding: 18px 28px;
	border: 1px solid #044EA2;
	text-decoration: none!important;
}

.privacy-navi a span.arrow {
	color: #004993 !important;
}

.privacy-navi a:hover {
	background-color: #007dd9;
}
.privacy-navi a:hover span.arrow {
	color: #fff !important;
}
.privacy-navi a:hover span::after {
	border-color: #fff;
}

section .privacy-navi.alone a {
	padding: 13px 28px;
}

.privacy-navi a:hover {
	background-color: #007dd9;
}

.privacy-navi a span.arrow {
	padding: 0 20px 0 0;
}

.privacy-navi a span::after {
	content: "";
	position: absolute;
	right: -95%;
	width: 12px;
	height: 12px;
	border-top: 3px solid #044EA2;
	border-right: 3px solid #044EA2;
	transform: rotate(45deg);
}

.privacy-navi li.active {
	background-color: #007dd9;
}

.privacy-navi .active span.arrow {
	color: #fff !important;
}

.privacy-navi .active a span.arrow {
	border-color: #fff;
}

.privacy-navi .active a span::after {
	content: "";
	position: absolute;
	right: -95%;
	width: 12px;
	height: 12px;
	border-top: 3px solid #fff;
	border-right: 3px solid #fff;
	transform: rotate(45deg);
}

@media screen and (max-width: 767px) {
	.privacy-navi {
		margin-top: 0;
		margin-bottom: 1em!important;
	}

	.privacy-navi li {
		float: none;
		margin-right: 0;
	}

	.privacy-navi a {
		color: #000;
		display: block!important;
		padding: 10px 15px;
		border: 1px solid #000;
		margin-bottom: 1em;
	}

	.arrow {
		font-size: 16px!important;
		display: block;
	}
}


/*
.privacymark
--------------------------------------------------*/
.privacymark {
	display: table;
	margin-bottom: 80px!important;
}

.privacymark span, .privacymark img {
	display: table-cell;
	vertical-align: middle;
}

.privacymark img {
	max-width: none!important;
	margin-right: 1em;
}

@media screen and (max-width: 767px) {
	.privacymark {
		margin-bottom: 50px!important;
	}
}


/*
MISC
--------------------------------------------------*/
.mt0 {margin-top: 0!important;}
.mt05 {margin-top: 0.5em!important;}
.mt1 {margin-top: 1em!important;}
.mt15 {margin-top: 1.5em!important;}
.mt2 {margin-top: 2em!important;}
.mt2 {margin-top: 3em!important;}
.mb0 {margin-bottom: 0!important;}
.mb05 {margin-bottom: 0.5em!important;}
.mb1 {margin-bottom: 1em!important;}
.mb15 {margin-bottom: 1.5em!important;}
.mb2 {margin-bottom: 3em!important;}
.mb3 {margin-bottom: 4em!important;}

.mt500 {margin-top: 50px!important;}

@media screen and (max-width: 767px) {
	.mt500 {
		margin-top: 1.5em!important;
	}
}