/*メインビジュアル
==================================*/
.main-visual {
	background-image: url('../img/privacy/main2.jpg');
}
@media screen and (max-width: 1024px) {
	.main-visual {
		background-image: url('../img/privacy/sp/main2.jpg');
	}
}
/*.section-1
==================================*/
#privacy .century{
	font-size: 3rem;
}
.section-1 .section-inner p.center{
	text-align: center;
}
.section-1 .section-inner p.intro{
	margin-bottom: 100px;
}
.section-1 .section-inner h3{
	background-color: #f2f6f6;
    padding: 15px 50px;
    color: #003888;
    letter-spacing: 1.2px;
    font-size: 20px;
	margin-bottom: 40px;
	position: relative;
}
.section-1 .section-inner h3::before {
    content: "";
    border-top: solid 20px #003888;
    border-right: solid 20px transparent;
    position: absolute;
    left: 0;
    top: 0;
}

.section-1 .section-inner ul{
	width: 1100px;
    margin: 0 auto;
}
.section-1 .section-inner ul li h4{
	margin-bottom: 0;
}
.section-1 .section-inner ul li p{
	padding-left: 30px;
	margin-bottom: 30px;
}
.section-1 .section-inner .kitei{
	margin-bottom: 160px;
}
.section-1 .section-inner .kitei .syomei{
	width: 1100px;
    margin: 0 auto;
	text-align: right;
}
.section-1 .section-inner .kitei .syomei .day{
	display: flex;
	justify-content: flex-end;
}

/* .section-1 .section-inner .kitei .syomei .day p:first-of-type{
	margin-right: 30px;
} */
.section-1 .section-inner .kitei .syomei p.name{
	font-weight: bold;
}
.section-1 .section-inner .kitei .syomei p.name span{
	display: block;
    font-weight: normal;
}

.section-1 .section-inner .tousya .tousya-inner{
	width: 1100px;
	margin: 0 auto;
}
.section-1 .section-inner .tousya .tousya-inner p.tousya-intro{
	margin-bottom: 30px;
}
.ud_layer .section-1 .section-inner .table-wrapper {
    width: 95%;
    margin: 55px auto;
    padding: 25px;
    background-color: #f9f9f9;
}
.ud_layer .section-1 .section-inner .table-wrapper.table1{
    margin-bottom: 0;
}
.ud_layer .section-1 .section-inner .table-wrapper h5{
    color: #003888;
    font-size: 18px;
    text-align: center;
    padding-bottom: 20px;
}
.ud_layer .section-1 .section-inner .table-wrapper table{
    margin: 0;
}
.ud_layer .section-1 .section-inner .table-wrapper table th{
    width: 37%;
}
.ud_layer .section-1 .section-inner p.sonota{
	width: 95%;
    margin: 10px auto;
    padding-left: 45px;
}
.section-1 .otoiawase{
	width: 660px;
    margin: 0 auto 150px;
    text-align: center;
    border: solid 2px #003888;
    padding: 20px;
}
.section-1 .otoiawase .title{
	font-weight: bold;
	font-size: 18px;
	color: #003888;
	margin-bottom: 30px;
}
.section-1 .otoiawase p{
	margin-bottom: 0;
    line-height: 1.6;
}
.section-1 .otoiawase .tel{
	display: flex;
	font-weight: bold;
	font-size: 25px;
	color: #003888;
	justify-content: center;
	margin-top: 25px;
}

.section-1 .otoiawase .tel p:first-of-type{
	margin-right: 35px;
}



@media screen and (max-width: 1024px) {
	.section-1 .section-inner {
		width: 95%;
		margin: 0 auto;
	}
	.section-1 .section-inner p.center {
		text-align: left;
	}
	.ud_layer .heading-wrapper {
		margin: 0 auto 30px;
	}
	.section-1 .section-inner h3 {
		padding: 15px 20px;
	}
	.ud_layer .section-1 .section-inner p.sonota {
		padding-left: 0;
	}
	.section-1 .section-inner ul{
		width: 95%;
		margin: 0 auto;
	}
	.section-1 .section-inner ul li h4 {
		margin-bottom: 10px;
		line-height: 1.4;
	}
	.section-1 .section-inner ul li p {
		padding-left: 0px;
	}
	.section-1 .section-inner .kitei .syomei{
		width: 95%;
		margin: 0 auto;
	}
	.section-1 .section-inner .kitei {
		margin-bottom: 80px;
	}
	.section-1 .section-inner .kitei .syomei .day{
		display: block;
	}
	.section-1 .section-inner .kitei .syomei .day p:first-of-type {
		margin-right: 0;
		margin-bottom: 0;
	}
	.section-1 .section-inner .tousya .tousya-inner{
		width: 100%;
		margin: 0 auto;
	}
	.ud_layer .section-1 .section-inner .table-wrapper {
		width: 100%;
		padding: 25px 10px;
	}
	.ud_layer .section-1 .section-inner .table-wrapper table th{
		width: 100%;
		background-color: #fff;
	}
	.section-1 .otoiawase{
		width: 90%;
    	margin: 0 auto 80px;
	}
	.section-1 .otoiawase .tel{
		display: block;
	}
	.section-1 .otoiawase .tel p:first-of-type {
		margin-right: 0;
	}
}
