@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&display=swap');
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	outline: 0;
	font-size: 1em;
}
html {
	font-size: 62.5%;
}
body, table, input, textarea, select, option {
	font-family: 'Noto Sans JP', sans-serif;
}
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
	display: block;
}
ol, ul {
	list-style: none;
	box-sizing: border-box;
}
blockquote, q {
	quotes: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
img {
	vertical-align: top;
	max-width: 100%;
	height: auto;
}
a,
a:link {
	color: #000;
	text-decoration: none;
}
a:visited {
	color: #000;
}
a:hover {
	color: #000;
}
a:active {
	color: #000;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	color: #000;
	font-size: 1.3rem;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
}
body.fixed {
	position: fixed;
	width: 100%;
	height: 100%;
}
#container {
	text-align: left;
	position: relative;
	overflow: hidden;
}
#main {
	display: block;
}
a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
}
@media all and (min-width: 992px) {
	.sp {
		display: none !important;
	}
}
@media all and (max-width: 991px) {
	body {
		min-width: inherit;
		font-size: 1.2rem;
	}
	a:hover,
	a:hover img {
		opacity: 1 !important;
	}
	.pc {
		display: none !important;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader .hBox {
	margin: 0 auto;
	max-width: 1100px;
	height: 77px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
#gHeader .logo {
	width: 128px;
	margin: 15px 0 0 20px;
}
#gHeader .hLink {
	margin-top: 3px;
}
#gHeader .hLink a {
	align-items: center;
	background-color: #1F296B;;
	border-radius: 3px;
	color: #fff;
	cursor: pointer;
	display: flex;
	font-size: 1.8rem;
	font-weight: 700;
	height: 39px;
	justify-content: center;
	white-space: nowrap;
	width: 122px;
}
#gHeader .hLink a:hover {
	opacity: 0.7;
}
#gHeader .hLink img {
	margin-left: 8px;
	width: 20px;
}
@media screen and (max-width: 991px) {
	#gHeader {
		position: absolute;
		width: 100%;
		z-index: 10;
	}
	#gHeader .hBox {
		padding: 5px 15px;
		height: 45px;
		box-sizing: border-box;
	}
	#gHeader .logo {
		width: 64px;
		margin: 4px auto 2px;
	}
	#gHeader .hLink {
		margin-top: 0;
		position: absolute;
		right: 16px;
		top: 9px;
	}
	#gHeader .hLink a {
		font-size: 1.09rem;
		height: 23px;
		width: 74px;
		border-radius: 2px;
	}
	#gHeader .hLink img {
		margin-left: 5px;
		width: 12px;
	}
	.menu {
		height: 20px;
		width: 28px;
		position: absolute;
		left: 15px;
		top: 13px;
		cursor: pointer;
		z-index: 999;
	}
	.menu span {
		background: #1F296B;
		height: 1px;
		width: 29px;
		position: absolute;
		top: 50%;
		left: calc(50% - 14px);
		transition: all .35s ease;
		cursor: pointer;
		border-radius: 2px;
	}
	.menu .top {
		top: calc(50% - 10px);
	}
	.menu .bottom {
		top: calc(50% + 10px);
	}
	.menu.active .top {
		background: #FFF;
		transform: translateY(10px) translateX(0) rotate(-45deg);
	}
	.menu.active .middle {
		opacity: 0;
	}
	.menu.active .bottom {
		background: #FFF;
		transform: translateY(-10px) translateX(0) rotate(45deg);
	}
}
#gNavi {
	background: linear-gradient(180deg, #1F296B 0%, #1F296B 45%, #131C51 55%, #10194A 100%);
}
#gNavi a {
	padding: 13px 5px;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #FFF;
	font-size: 1.6rem;
	letter-spacing: 0.1em;
	box-sizing: border-box;
}
#gNavi a:hover {
	opacity: 0.7;
}
@media screen and (min-width: 992px) {
	#gNavi {
		display: block !important;
	}
	#gNavi ul {
		margin: 0 auto;
		max-width: 1100px;
		display: flex;
		border-left: 1px solid #FFF;
	}
	#gNavi li {
		width: 20%;
		border-right: 1px solid #FFF;
	}
}
@media screen and (max-width: 991px) {
	#gNavi {
		display: none;
		position: absolute;
		left: 0;
		top: 0;
		width: calc(100% - 120px);
		z-index: 100;
	}
	#gNavi a {
		padding: 12px 5px 12px 60px;
		display: block;
		text-align: left;
		font-size: 1.8rem;
		letter-spacing: 0.1em;
		background: linear-gradient(180deg, #1F296B 0%, #1F296B 45%, #131C51 55%, #10194A 100%);
	}
}
@media screen and (max-width: 374px) {
	#gNavi a {
		padding-left: 50px;
		font-size: 1.6rem;
	}
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	padding: 25px 0 81px;
	text-align: center;
}
#gFooter .fLogo {
	margin-bottom: 15px;
}
#gFooter .policyLink {
	text-align: center;
}
#gFooter .policyLink a {
	color: #1F296B;
	font-weight: 700;
	font-size: 1.3rem;
	letter-spacing: 0.025em;
	text-decoration: underline;
}
@media all and (min-width: 992px) {
	#gFooter .policyLink a:hover {
		text-decoration: none;
	}
}
@media all and (max-width: 991px) {
	#gFooter {
		padding: 19px 0 20px;
	}
	#gFooter img {
		width: 68px;
	}
	#gFooter .fLogo {
		margin-bottom: 23px;
	}
}
/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
/* clearfix */	
.clearfix:after {content: "";display: block;clear: both;}
/* flex */	
.flex,.flexA,.flexB,.flexC {display: flex;flex-wrap: wrap;}
.flexA {justify-content: space-around;}
.flexB {justify-content: space-between;}
.flexC {justify-content: center;}
/*------------------------------------------------------------
	common
------------------------------------------------------------*/
.headLine01 {
	margin-bottom: 35px;
	text-align: center;
}
.headLine01 img {
	height: 40px;
}
.headLine01 span {
	margin-top: 17px;
	display: block;
	color: #1F296B;
	font-size: 2.8rem;
	letter-spacing: 0.1em;
}
@media screen and (max-width: 991px) {
	.headLine01 {
		margin-bottom: 15px;
	}
	.headLine01 img {
		height: 28px;
	}
	.headLine01 span {
		margin-top: 8px;
		font-size: 1.8rem;
	}
}

/*------------------------------------------------------------
	content
------------------------------------------------------------*/
.mainvisual {
	position: relative;
}
.mainvisual h2 {
	position: absolute;
	left: 0;
	width: 100%;
	top: 13vw;
	color: #1F296B;
	font-size: 2.5vw;
	letter-spacing: 0.05em;
	text-align: center;
}
.mainvisual h2 .img {
	margin: 10px 0 9px 4.6vw;
	display: block;
	text-align: center;
}
.mainvisual h2 .img img {
	width: 24.93vw;
}
.mainvisual h2 small {
	font-size: 1.4vw;
}
.mainvisual .mainImg img {
	width: 100%;
}
@media screen and (max-width: 991px) {
	.mainvisual h2 {
		top: 50.6vw;
		font-size: 6.83vw;
	}
	.mainvisual h2 .img {
		padding-left: 10vw;
		margin: 0.55vw 0 0.52vw;
	}
	.mainvisual h2 .img img {
		width: 67vw;
	}
	.mainvisual h2 small {
		font-size: 3.65vw;
	}
}

/* about */
.about {
	padding: 130px 20px 104px;
	position: relative;
	text-align: center;
	background-color: #eff8f8;
}
.about-catchphrase {
	margin-bottom: 30px;
}
.about-catchphrase img {
	margin: -10px 10px 0 0;
} 
.about-catchtext {
	color: #1F296B;
	font-size: 2.8rem;
	font-weight: 700;
	letter-spacing: 0.1em;
}
.about-text {
	margin-bottom: 95px;
	color: #1F296B;
	font-size: 1.625rem;
	font-weight: 700;
	line-height: 2.125;
	letter-spacing: 0.1em;
	text-align: center;
}
.about-footerimg {
	text-align: center;
}
@media screen and (max-width: 991px) {
	.about {
		padding: 70px 5px 2px;
	}
	.about-catchphrase {
		margin-bottom: 20px;
	}
	.about-catchphrase img {
		margin: 0px 5px 0 0;
		width: 74px;
	} 
	.about-catchtext {
		font-size: 1.8rem;
	}
	.about-text {
		margin-bottom: 50px;
		font-size: 1.5rem;
		line-height: 1.45;
	}
	.about-footerimg img {
		max-width: 74%;
	}
}
/* flow */
.flow {
	padding: 100px 20px 262px;
	position: relative;
	background: url("../img/flow-bg01.png") no-repeat left top / 812px,
	url("../img/flow-bg02.png") no-repeat left bottom 60px / 450px,
	url("../img/flow-bg03.png") no-repeat right bottom / 580px;
}
@media screen and (min-width: 991px) and (max-width: 1400px) {
	.flow {
		background: url("../img/flow-bg01.png") no-repeat left top / 50vw,
		url("../img/flow-bg02.png") no-repeat left bottom 60px / 30vw,
		url("../img/flow-bg03.png") no-repeat right bottom / 41vw;
	}
}
.flow .img {
	position: absolute;
	left: calc(50% + 190px);
	top: -24px;
}
.flow .headLine01 {
	margin-bottom: 70px;
}
.timeline {
	margin: 0 auto 20px;
	padding: 0 0 17px 82px;
	width: 560px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	position: relative;
}
.timeline::before {
	background: linear-gradient(to top, #1f296b 0%, #212b6c 39.09%, #283171 53.17%, #333d79 63.21%, #444d84 71.33%, #5a6292 78.29%, #767ca4 84.44%, #969bba 90.02%, #bbbed2 95.01%, #e4e5ed 99.58%, #e8e9f0 100%);
	content: "";
	left: 192px;
	position: absolute;
	top: 5px;
	bottom: 0;
	width: 19px;
}
.timeline::after {
	border: 9px solid transparent;
	border-top: 11px solid #1F296B;
	content: "";
	left: 192px;
	position: absolute;
	top: 100%;
}
.timeline dt {
	flex-shrink: 1;
	width: 110px;
	min-height: 80px;
	box-sizing: border-box;
}
.timeline .dt02 .timeline-step {
	padding-top: 49px;
}
.timeline .dt03 .timeline-step {
	padding-top: 10px;
}
.timeline .dt04 .timeline-step {
	padding-top: 12px;
}
.timeline .dt05 .timeline-step {
	padding-top: 11px;
}
.timeline-step {
	padding: 20px 30px 5px 0;
	position: relative;
	border-bottom: dotted 1px #1F296B;
}
.timeline-step img {
	width: 75px;
}
.timeline-step::after {
	background-color: #fff;
	border-radius: 50%;
	bottom: -4px;
	content: "";
	height: 9px;
	position: absolute;
	right: -14px;
	width: 9px;
}
.timeline dd {
	margin: 8px 0 26px;
	flex-shrink: 1;
	padding: 0 0 0 65px;
	position: relative;
	box-sizing: border-box;
	width: calc(100% - 145px);
}
.timeline dd.txt01 {
	margin-bottom: 48px;
}
.timeline dd.txt02 {
	padding-top: 10px;
	margin-bottom: 44px;
}
.timeline dd.txt03 {
	margin-top: 20px;
	padding-top: 10px;
}
.timeline dd .img {
	position: absolute;
	left: 8px;
	top: 12px;
	width: 42px;
	text-align: center;
}
.timeline dd h3 {
	margin-bottom: -2px;
	color: #1F296B;
	font-size: 2.4rem;
}
.timeline-text {
	font-size: 1.4rem;
	font-weight: bold;
	letter-spacing: 0.025rem;
	line-height: 1.5;
}
.timeline-text small {
	display: block;
	margin-top: -2px;
	font-size: 1.2rem;
}
.timeline-thirdtitle {
	margin: 0 70px 0 0;
	color: #1F296B;
	font-size: 2.4rem;
	font-weight: 700;
	text-align: center;
}
.timeline-thirdtitle .timelinethirdtitle-txt img {
	vertical-align: middle;
}
.timeline-thirdtitle .timelinethirdtitle-icon img {
	margin: -8px 10px 0 6px;
}
.timeline .txt04 .img {
	margin-top: 11px;
	top: 50%;
	transform: translateY(-50%);
}
.timeline .txt04 .timeline-text small {
	margin: 6px 0 0;
	line-height: 1.667;
}
.timeline .txt04 .timeline-text small span {
	margin-right: 5px;
	padding: 2px 8px;
	display: inline-block;
	color: #fff;
	line-height: 1;
	background-color: #1F296B;
}
@media screen and (max-width: 991px) {
	.flow {
		margin-bottom: 30px;
		padding: 135px 0 285px;
		background: url("../img/flow-bg01.png") no-repeat left -118px top / 406px,
		url("../img/sp_flow-bg02.png") no-repeat left bottom 22px / 164px,
		url("../img/sp_flow-bg03.png") no-repeat right bottom / 167px;
	}
	.flow .img {
		left: calc(50% + 30px);
		width: 135px;
		top: 12px;
	}
	.flow .headLine01 {
		margin-bottom: 35px;
	}
	.timeline {
		padding: 0 0 9px 20px;
		width: 330px;
	}
	.timeline::before {
		left: 102px;
		width: 14px;
		top: -1px;
	}
	.timeline::after {
		left: 102px;
		border-width: 7px;
		border-top-width: 8px;
	}
	.timeline dt {
		width: 83px;
		min-height: 60px;
	}
	.timeline-step {
		padding: 13px 30px 4px 0;
	}
	.timeline-step img {
		width: 58px;
	}
	.timeline-step::after {
		bottom: -4px;
		height: 6px;
		right: -9px;
		width: 6px;
	}
	.timeline dd {
		margin: 0 0 29px;
		min-height: inherit;
		padding: 2px 0 0 50px;
		width: calc(100% - 105px);
	}
	.timeline dd.txt04 {
		margin-bottom: 21px;
	}
	.timeline dd.txt01 {
		margin-bottom: 38px;
	}
	.timeline dd.txt02 {
		margin-bottom: 45px;
	}
	.timeline dd.txt03 {
		margin: 0;
		padding-bottom: 10px;
	}
	.timeline dd .img {
		top: 8px;
		width: 32px;
	}
	.timeline .txt04 .img {
		margin-top: -3px;
	}
	.timeline dd h3 {
		margin-bottom: 0px;
		font-size: 1.79rem;
	}
	.timeline-text {
		font-size: 1.05rem;
		line-height: 1.2;
	}
	.timeline-text small {
		margin-top: 0;
		font-size: 0.896rem;
	}
	.timeline .txt04 .timeline-text small {
		margin: 2px 0 0;
		line-height: 1.416;
	}
	.timeline .txt04 .timeline-text small span {
		margin-right: 3px;
		padding: 1px 5px;
	}
	.timeline-thirdtitle {
		margin: 0 0 0 0;
		font-size: 1.79rem;
	}
	.timeline-thirdtitle .timelinethirdtitle-txt img {
		width: 88px;
	}
	.timeline-thirdtitle .timelinethirdtitle-icon img {
		margin: -8px 5px 0 5px;
		width: 32px;
	}
	.timeline .dt02 .timeline-step {
		padding-top: 25px;
	}
	.timeline .dt03 .timeline-step {
		padding-top: 2px;
	}
	.timeline .dt04 .timeline-step {
		padding-top: 6px;
	}
}
@media screen and (max-width: 374px) {
	.flow .img {
		left: calc(50% + 18px);
	}
	.timeline {
		margin-left: -5px;
		width: 304px;
	}
	.timeline dd {
		padding: 2px 0 0 30px;
	}
	.timeline dd .img {
		left: 0;
		width: 25px;
	}
	.timeline-text {
		font-size: 1rem;
	}
}
/* detail */
.detail {
	margin: -120px 0 0;
	padding-top: 20px;
}
.detail .headLine01 img {
	height: 43px;
}
.detail-list {
	display: flex;
	flex-wrap: wrap;
	font-size: 1.5rem;
	line-height: 25px;
	font-weight: 500;
	letter-spacing: 0.025rem;
}
.detail-list dt,
.detail-list dd {
	padding: 6px 17px;
	box-sizing: border-box;
}
.detail .detail-list dt:nth-of-type(2n-1),
.detail .detail-list dd:nth-of-type(2n-1) {
	background-color: #eef2f3;
}
.detail-list dt {
	display: flex;
	justify-content: flex-end;
	width: calc(50% - 108px);
}
.detail-list dd {
	font-size: 1.6rem;
	width: calc(50% + 108px);
}
.detail-list p {
	text-align-last: justify;
	width: 100px;
}
@media screen and (max-width: 991px) {
	.detail {
		margin: -20px 0 -5px;
		position: relative;
		z-index: 10;
	}
	.detail .headLine01 {
		margin-bottom: 35px;
	}
	.detail .headLine01 img {
		height: 29px;
	}
	.detail-list {
		font-size: 1.6rem;
	}
	.detail-list dt,
	.detail-list dd {
		padding: 7px 5px;
	}
	.detail-list dt {
		width: calc(50% - 70px);
	}
	.detail-list dd {
		padding-left: 15px;
		font-size: 1.6rem;
		width: calc(50% + 70px);
		letter-spacing: 0;
	}
	.detail-list p {
		text-align-last: justify;
		width: 100px;
	}
}
@media screen and (max-width: 374px) {
	.detail-list dd {
		padding-left: 10px;
	}
	.detail-list dt,
	.detail-list dd {
		font-size: 1.3rem;
	}
	.detail-list p {

	}
}
/* contact */
.contact {
	padding-top: 130px;
	position: relative;
	background: #2EA7E0;
	background: linear-gradient(180deg, #FFF 0%, #FFF 130px, #2EA7E0 131px, #2EA7E0 100%);
}
.contact::after {
	width: calc(50% + 520px);
	min-width: 1043px;
	height: 107px;
	position: absolute;
	left: 0;
	bottom: calc(100% - 131px);
	background: url("../img/contact-bg.png") no-repeat left bottom / 100% 100%;
	content: '';
}
.contact .content {
	margin: 0 auto;
	padding: 90px 20px 55px;
	position: relative;
	max-width: 920px;
}
.contact .img01 {
	position: absolute;
	left: 115px;
	top: -91px;
	z-index: 10;
}
.contact .img02 {
	position: absolute;
	right: -8px;
	top: -108px;
	z-index: 10;
}
.contact .headLine01 {
	margin-bottom: 50px;
}
.contact .headLine01 img {
	height: 42px;
}
.contact .headLine01 span {
	color: #fff;
}
.contact .detail-list {
	color: #FFF;
	font-size: 1.8rem;
	font-weight: 400;
}
.contact .detail-list dt {
	padding-right: 10px;
}
.contact .detail-list p {
	width: 85px;
}
.contact .detail-list dd {
	padding-left: 30px;
	padding-bottom: 20px;
	font-size: 1.8rem;
}
.contact .detail-list dd a {
	color: #FFF;
}
.contact-text {
	color: #fff;
	font-size: 1.6rem;
	margin-top: 2em;
	text-align: center;
	line-height: 1.7;
}
.contact-text .sub {
	display: block;
	font-size: 2rem;
}
.contact-text .sub a {
	color: #FFF;
	font-size: 2.4rem;
	line-height: 1.5;
}
.contact-tokyonum {
	margin-top: 25px;
}
@media screen and (min-width: 992px) {
	.contact .detail-list dd a:hover {
		opacity: 0.7;
	}
}
@media screen and (max-width: 991px) {
	.contact {
	}
	.contact::after {
		width: 339px;
		min-width: inherit;
		height: 21px;
		background: url("../img/sp_contact-bg.png") no-repeat left bottom / 100% 100%;
	}
	.contact .content {
		padding: 52px 20px 38px;
	}
	.contact .img01 {
		left: 25px;
		top: -46px;
		width: 35px;
	}
	.contact .img02 {
		width: 106px;
		right: 24px;
		top: -70px;
	}
	.contact .headLine01 {
		margin-bottom: 48px;
	}
	.contact .headLine01 img {
		height: 28px;
	}
	.contact .detail-list {
		font-size: 1.6rem;
		line-height: 1.3;
	}
	.contact .detail-list dt {
		padding: 0 10px 8px 0;
		width: calc(50% - 60px);
	}
	.contact .detail-list p {
		width: 85px;
	}
	.contact .detail-list dd {
		padding: 0 0 8px 8px;
		font-size: 1.6rem;
		width: calc(50% + 60px);
	}
	.contact-text {
		font-size: 1.6rem;
		margin: 37px -10px 0;
		line-height: 1.7;
	}
	.contact-text .sub {
		margin: 10px 0 8px;
		font-size: 1.6rem;
	}
	.contact-text .sub a {
		font-size: 2rem;
		line-height: 1.2;
	}
	.contact-tokyonum {
		margin-top: 18px;
	}
}
@media screen and (max-width: 374px) {
	.detail-list dd {
		padding-left: 10px;
	}
	.contact .detail-list dt,
	.contact .detail-list dd {
		font-size: 1.6rem;
	}
	.contact .detail-list dt {
		padding-right: 5px;
	}
	.contact .content {
		padding: 52px 10px 38px;
	}
	.contact-text {
		font-size: 1.5rem;
	}
}

/*------------------------------------------------------------
	headLine02
------------------------------------------------------------*/
.headLine02 {
	text-align: center;
}
.headLine02 .en {
	margin: 0 auto 22px;
	width: 385px;
	display: block;
}
.headLine02 .jp {
	color: #1F296B;
	font-size: 2.8rem;
	line-height: calc(32.24/28);
	letter-spacing: 0.1em;
}
@media screen and (max-width: 991px) {
	.headLine02 .en {
		margin-bottom: 12px;
		width: 256px;
	}
	.headLine02 .jp {
		font-size: 1.8rem;
	}
}
/*------------------------------------------------------------
	headLine03
------------------------------------------------------------*/
.headLine03 {
	color: #1F296B;
	font-size: 1.6rem;
	letter-spacing: 0.025em;
	line-height: 2.125;
	text-align: justify;
}
@media screen and (max-width: 991px) {
	.headLine03 {
		font-size: 1.5rem;
		line-height: 1.667;
	}
}
/*------------------------------------------------------------
	policy
------------------------------------------------------------*/
#policy {
	background-color: #EFF8F8;
}
#policy .headLine02 {
	margin: 72px 0 66px;
}
#policy .content {
	margin: 0 auto;
	max-width: 606px;
}
#policy .textList {
	margin-bottom: 93px;
}
#policy .textList p {
	color: #1F296B;
	font-size: 1.6rem;
	text-align: justify;
	line-height: 2.125;
	letter-spacing: 0.025em;
}
#policy .textList p a {
	color: #1F296B;
}
#policy .textList > li {
	margin-bottom: 34px;
}
#policy .textList > li:last-child {
	margin-bottom: 0;
}
@media screen and (max-width: 991px) {
	#policy .textList {
		margin-bottom: 38px;
	}
	#policy .headLine02 {
		margin: 101px 0 53px;
	}
	#policy .content {
		padding: 0 16px;
		max-width: inherit;
	}
	#policy .textList p {
		font-size: 1.5rem;
		line-height: 1.667;
	}
	#policy .textList > li {
		margin-bottom: 25px;
	}
}