@charset "utf-8";

.mainv {
	background: url(../img/privacy/mainv.jpg) center top no-repeat;
	background-size: contain;
	position: relative;
}
.mainv:before {
	content: '';
	display: block;
	padding-top: 15.625%;
}
.mainv .mainv_t {
	position: absolute;
	top: 38%;
	left: 17.1354%;
	width: 24.9479%;
	max-width: 479px;
}
.mainv .mainv_t img {}

.sec_inner {
	background-color: #fff;
}
.sec_inner_main {
    padding: 40px 50px 40px;
}

#sec1 {
    padding: 0px 0 30px;
}
#sec1 .sec_inner {}
.sec1_01 {
    border-top:  4px solid #cfb456;
    padding: 32px 50px 40px;
}
.sec1_01 h3 {
    font-size:  30px;
    line-height:  42px;
    letter-spacing: 0.05em;
    padding-bottom: 32px;
    margin-bottom: 45px;
    border-bottom: 1px solid #cfb456;
}
.sec1_01 ol {
	counter-reset: li-counter;
	margin-bottom: 40px;
}
.sec1_01 ol li {
	position: relative;
	padding-left: 36px;
	padding-bottom: 26px;
	margin-bottom: 23px;
	counter-increment: li-counter;
	border-bottom:  1px solid #dcdcdc;
}
.sec1_01 ol li:first-child {}
.sec1_01 ol li:last-child {
    margin-bottom:  0;
}
.sec1_01 ol li:before {
	content: counter(li-counter) ".";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.5;
	letter-spacing: 0.05em;
}
.sec1_01 ol li p {
    margin-bottom:  0;
    line-height: 1.5;
    letter-spacing: 0.01em;
}
.sec1_01 ol + p {
    line-height: 1.5;
    letter-spacing: 0.01em;
    margin-bottom: 10px;
}

@media screen and (max-width: 1100px) {
	
}

/*---------------------------------------------------------
	スマホ
---------------------------------------------------------*/
@media screen and (max-width: 680px) ,screen and (max-width: 737px) and (orientation: landscape) {
	
	.mainv {
    min-height: 80px;
    background-size: cover;
    background-position: center center;
	}
	.mainv:before {}
	.mainv .mainv_t {
    width: 140.5px;
    top: 50%;
    left: 7.5%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
 }
	.mainv .mainv_t img {}
	
	.sec_inner {}
	.sec_inner_main {}

	#sec1 {
    padding: 0px 0 10px;
}
	#sec1 .sec_inner {}
	.sec1_01 {
    border-width: 2px;
    padding: 16px 4% 20px;
}
	.sec1_01 h3 {
    font-size: 16px;
    line-height: 1.4;
    padding-bottom: 16px;
    margin-bottom: 23px;
}
	.sec1_01 ol {
    margin-bottom: 20px;
}
	.sec1_01 ol li {
    padding-left: 18px;
    padding-bottom: 13px;
    margin-bottom: 12px;
}
	.sec1_01 ol li:first-child {}
	.sec1_01 ol li:last-child {}
	.sec1_01 ol li:before {
    font-size: 13px;
    line-height: 1.6;
}
	.sec1_01 ol li p {
    line-height: 1.6;
}
	.sec1_01 ol + p {
    line-height: 1.6;
    margin-bottom: 5px;
}
	
}
