@charset "utf-8";

.policy_main {
	position: relative;
	width: 100%;
	height: 100%;
	background-image: url(../images/policy_back.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	z-index: -1;
}
.main_title {
	color: #E50012;
	font-size: 32px;
	letter-spacing: 3px;
	text-align: center;
	padding-top: 115px;
	padding-bottom: 85px;
	font-weight: 500;
}
.main_txt {
	text-align: center;
	font-size: 16px;
	line-height: 36px;
	padding-bottom: 115px;
	white-space: nowrap;
}


.wrap_point {
	padding-top: 110px;
	width: 100%;
	background-color: #EAF0F1;
	margin-bottom: 110px;
}
.point_block {
	max-width: 750px;
	margin: 0 auto;
	border: 2px solid #E50012;
	padding: 14px;
	text-align: center;
	font-size: 28px;
	letter-spacing: 5px;
	margin-bottom: 12px;
}
.point_catch {
	text-align: center;
	color: #E50012;
	font-size: 18px;
	margin-bottom: 25px;
}
@media screen and (min-width: 421px) {
.point_catch2 {
	font-size: 20px;
	width: 400px;
	margin: 0 auto 30px auto;
	display: flex;
	align-items: center;
}
.point_catch2:before,
.point_catch2:after {
border-top: 1px solid;
content: "";
flex-grow: 1;
}
.point_catch2:before {
margin-right: 1rem;
}
.point_catch2:after {
margin-left: 1rem;
}
}
@media screen and (max-width: 420px) {
.point_catch2 {
	font-size: 16px;
	text-align: center;
	margin-bottom: 30px;
}
}

.point_txt1 {
	text-align: center;
	font-size: 26px;
	line-height: 48px;
	margin-bottom: 80px;
	white-space: nowrap;
}
.point_txt2 {
	text-align: center;
	font-size: 46px;
	line-height: 65px;
	padding-bottom: 150px;
}

@media screen and (min-width: 751px) {
.point_txt_w {
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
	justify-content: center; 
}
}
.point_txt_w {
	width: 100%;
	margin: 0 auto 80px auto;
}
.point_txt_lr1,
.point_txt_lr2 {
	font-size: 16px;
	line-height: 28px;
	margin: 0 26px;
}
.ptxt {
	margin-bottom: 24px;
	text-indent: -1.3em;
	padding-left: 1.3em;
}
.ptxt:before {
    content: "● ";
    color: #E50012;
}

.midashi_r {
	font-size: 20px;
	color: #E50012;
	margin-bottom: 30px;
	padding-top: 24px;
	white-space: nowrap;
}
.voice_wrap {
	margin-bottom: 130px;
}
.voice_txt {
	text-align: center;
	margin-bottom: 30px;
	font-size: 16px;
	line-height: 28px;
	white-space: nowrap;
}

.voice_pic {
	max-width: 940px;
	margin: 0 auto;
	text-align: center;
}
.voice_pic img {
	width: 96%;
}

@media screen and (min-width: 701px) {
.sp {display: none;}
.voice_title {
	background-image:url(../images/voice_title_back.png);
	background-repeat: no-repeat;
	background-size: auto 100%;
	background-position: center;
	height: 96px;
	color: #E50012;
	font-size: 32px;
	letter-spacing: 3px;
	text-align: center;
	padding-top: 45px;
	margin-bottom: 20px;
}
}

@media screen and (max-width: 700px) {
.pc {display: none;}
.voice_title {
	color: #E50012;
	font-size: 24px;
	letter-spacing: 3px;
	text-align: center;
	margin-bottom: 20px;
	white-space: nowrap;
}
}
