html, body {
	height: 100%;
}

body {
	font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 1.5;
	overflow-x: hidden;
	overflow-y: scroll;
}

#header,
#keyvisual,
.cloud p.heading,
.titStyle1,
.steps .titStyle2,
.steps .fourColumns .column h4,
.titStyle3,
.ctaBtn {
	font-family: "A-OTF UD新丸ゴ Pro",A-OTF Shin Maru Go Pro,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
}

img, object, embed, video {
	max-width: 100%;
}

.ie6 img {
	width: 100%;
}

a {
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
	color: #008dc8;
}

a:focus {
	text-decoration: none;
}

a:hover {
	color: #139fd9;
}

.sp-br {
	display: block;
}

@media only screen and (min-width: 768px) {
	body {
		font-size: 16px;
		line-height: 1.625;
	}

	.sp-br {
		display: none;
	}
}

.container {
	max-width: 100%;
}

.marginBottom0 {
	margin-bottom: 0!important;
}

.marginBottom60 {
	margin-bottom: 30px!important;
}

@media only screen and (min-width: 992px) {
	.marginBottom60 {
		margin-bottom: 60px!important;
	}
}

/* titStyle1
=========================================== */
.titStyle1 {
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	color: #6ead13;
	margin: 0;
	line-height: 1.5;
}

.titStyle1 span {
	font-size: 16px;
}

@media only screen and (min-width: 768px) {
	.titStyle1 {
		font-size: 40px;
	}

	.titStyle1 span {
		font-size: 32px;
	}
}

.titStyle3 {
	font-size: 18px;
	font-weight: bold;
	color: #00a8eb;
	line-height: 1.5;
	position: relative;
	display: inline-block;
	margin: 0 auto 15px;
	text-align: center;
}

.titStyle3:before {
	content: '';
	position: absolute;
	background: url("../images/img_header_l.png") top center no-repeat;
	background-size: 28px 46px;
	width: 28px;
	height: 46px;
	left: -36px;
	top: 5px;
}

.titStyle3:after {
	content: '';
	position: absolute;
	background: url("../images/img_header_r.png") top center no-repeat;
	background-size: 28px 46px;
	width: 28px;
	height: 46px;
	right: -36px;
	top: 5px;
}

.titStyle3 span {
	font-size: 14px;
}

@media only screen and (min-width: 768px) {
	.titStyle3 {
		font-size: 36px;
		margin-bottom: 35px;
	}

	.titStyle3:before {
		left: -40px;
	}

	.titStyle3:after {
		right: -40px;
	}

	.titStyle3 span {
		font-size: 28px;
	}
}


/* header
=========================================== */
#header {
	overflow: hidden;
	padding: 10px 0px;
	font-family: "A-OTF UD新丸ゴ Pro",A-OTF Shin Maru Go Pro,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}

#header .logo {
	padding: 0;
	margin: 0;
	float: left;
	font-size: 0;
}

#header .logo img {
	width: 200px;
}

#header .rightNav {
	float: right;
}

#header .rightNav .col1,
#header .rightNav .col2 {
	display: none;
}

#header .rightNav .col3 {
	margin-top: -1px;
}

#header .rightNav .col3 .btn {
	background: #df5d00;
	color: #ffffff;
	font-weight: bold;
	font-size: 10px;
	padding: 7px 19px;
	border-radius: 30px;
	-webkit-box-shadow: 0px 2px 0px 0px rgba(178, 74, 0, 1);
	-moz-box-shadow:    0px 2px 0px 0px rgba(178, 74, 0, 1);
	box-shadow:         0px 2px 0px 0px rgba(178, 74, 0, 1);
	line-height: 11px;
}


#header .rightNav .col3 a.btn span {
	display: block;
	padding-right: 20px;
	background: url("../images/icon_arrowright_1.png") right center no-repeat;
	background-size: 11px;
}

#header .rightNav .col3 a.btn:hover {
	background-color: #d94100;
	text-decoration: none;
}

@media only screen and (min-width: 768px) {
	#header {
		padding: 17px 0px 18px;
	}

	#header .logo img {
		width: 400px;
	}

	#header .rightNav .col3 {
		margin-top: 0;
	}

	#header .rightNav .col3 a.btn {
		font-size: 20px;
		margin-top: 0px;
		padding: 14px 38px;
		line-height: 22px;
	}

	#header .rightNav .col3 a.btn span {
		background-size: 22px;
		padding-right: 30px;
	}
}

@media only screen and (min-width: 996px) {
	#header .rightNav .col1,
	#header .rightNav .col2,
	#header .rightNav .col3{
		display: inline-block;
		margin-left: 14px;
		vertical-align: middle;
	}

	#header .rightNav .col1 {
		font-size: 15px;
		font-weight: bold;
		color: #666666;
		text-align: right;
		margin-top: 6px;
	}

	#header .rightNav .col2 p {
		margin-bottom: 0px;
	}

	#header .rightNav .col2 p.contactNum1 {
		font-weight: bold;
		font-size: 22px;
		color: #00a8eb;
	}

	#header .rightNav .col2 p.contactNum2 {
		margin-left: -6px;
		color: #666666;
		font-size: 11px;
	}
}


/* keyvisual
=========================================== */
.keyvisual {
	color: #ffffff;
	background: #00a9eb url("../images/bg.jpg");
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	font-weight: bold;
	font-size: 10px;
}

.keyvisual p span {
	font-size: 12px;
}

.keyvisual h2 {
	font-size: 24px;
	font-weight: bold;
	line-height: 1.3;
	text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.4);
}

.keyvisual .twoColumns .column {
	max-width: 280px;
	margin: 0 auto;
}

.keyvisual .twoColumns .columnEnd {
	text-align: center;
	margin-top: 19px;
}

.keyvisual .twoColumns .columnEnd img {
	width: 168px;
}

.keyvisual .nmargin {
	margin: 25px -8px;
}

.keyvisual .balloon {
	display: table;
	width: 100%;
	font-weight: bold;
	color: #d17a00;
	border-spacing: 12px 0px;
	table-layout: fixed;
}

.keyvisual .balloon .col {
	display: table-cell;
	background: #ffe5ab;
	text-align: center;
	vertical-align: middle;
	width: 50%;
	border-radius: 30px;
	padding: 6px;
	line-height: 1.3;
	position: relative;
}

.keyvisual .balloon .col:before {
	content: '';
	position: absolute;
	background: url("../images/img_balloon_top.png") top center no-repeat;
	background-size: 20px 13px;
	width: 20px;
	height: 13px;
	top: -13px;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
}

.keyvisual .balloon .col:first-child {
	font-size: 16px;
}

.keyvisual .balloon .col:last-child {
	font-size: 10px;
}


.keyvisual .balloon .col-btn {
	background: none;
	padding: 0;
}

.keyvisual .balloon .col-btn a {
	background: #df5d00;
	color: #ffffff;
	font-weight: bold;
	font-size: 10px;
	padding: 10px 13px;
	border-radius: 30px;
	-webkit-box-shadow: 0px 2px 0px 0px rgba(178, 74, 0, 1);
	-moz-box-shadow:    0px 2px 0px 0px rgba(178, 74, 0, 1);
	box-shadow:         0px 2px 0px 0px rgba(178, 74, 0, 1);
	line-height: 1;
	width: 100%;
	font-size: 16px;
}

.keyvisual .balloon .col-btn span {
	display: block;
	padding-right: 10px;
	background: url("../images/icon_arrowright_2.png") right center no-repeat;
	background-size: 15px;
}

.keyvisual .balloon .col-btn a:hover {
	background-color: #d94100;
	text-decoration: none;
}

.keyvisual .balloon .col-btn:before {
	display: none;
}

@media only screen and (min-width: 768px) {
	.keyvisual .container {
		font-size: 18px;
	}

	.keyvisual h2 {
		font-size: 30px;
	}

	.keyvisual p span {
		font-size: 20px;
	}
	.keyvisual .twoColumns .column {
		max-width: 456px;
		margin: 0 auto;
	}

	.keyvisual .twoColumns .columnEnd {
		margin-top: 28px;
	}

	.keyvisual .twoColumns .columnEnd img {
		width: 380px;
	}

	.keyvisual .balloon .col {
		border-radius: 40px;
		padding: 10px;
	}

	.keyvisual .balloon .col:before {
		background-size: 40px 26px;
		width: 40px;
		height: 26px;
		top: -26px;
	}

	.keyvisual .balloon .col:first-child {
		font-size: 25px;
	}

	.keyvisual .balloon .col:last-child {
		font-size: 15px;
	}

	.keyvisual .balloon .col-btn {
		padding: 0;
	}

	.keyvisual .balloon .col-btn a {
		font-size: 20px;
		padding: 14px 38px;
		line-height: 22px;
	}

	.keyvisual .balloon .col-btn span {
		background-size: 22px;
		padding-right: 30px;
	}
}

@media only screen and (min-width: 992px) {
	.keyvisual .container {
		max-width: 1170px;
		table-layout: fixed;
		font-size: 16px;
		line-height: 1.5;
	}

	.keyvisual h2 {
		font-size: 39px;
	}

	.keyvisual p span {
		font-size: 20px;
	}

	.twoColumns {
		display: table;
		width: 100%;
	}

	.keyvisual .nmargin {
		margin: 50px -21px 0;
	}

	.keyvisual .twoColumns .column {
		vertical-align: middle;
		display: table-cell;
		padding-left: 70px;
		padding-right: 69px;
		width: 692px;
		max-width: 100%;
	}

	.keyvisual .twoColumns .columnEnd {
		margin-top: 0px;
		padding-top: 28px;
		width: 448px;
		padding-left: 0px;
		padding-right: 0px;
	}

	.keyvisual .twoColumns .columnEnd img {
		width: auto;
	}

	.keyvisual .balloon {
		border-spacing: 25px 0px;
	}
}

@media only screen and (min-width: 1200px) {
	.keyvisual .container {
		font-size: 20px;
	}

	.keyvisual h2 {
		font-size: 50px;
	}

	.keyvisual p span {
		font-size: 24px;
	}

	.keyvisual .balloon .col:first-child {
		font-size: 32px;
	}

	.keyvisual .balloon .col:last-child {
		font-size: 20px;
	}

	.keyvisual .balloon .col-btn a {
		font-size: 32px;
		padding: 18px 25px;
		line-height: 1;
		border-radius: 40px;
	}

	.keyvisual .balloon .col-btn span {
		background-size: 30px;
		padding-right: 20px;
	}
}

/* section
=========================================== */
.sectionType1 {
	background: url("../images/bg1.png");
	padding-bottom: 30px;
}

.sectionType2, .sectionType3, .sectionType4 {
	padding: 30px 0px;
}

.sectionType3 {
	background-color: #00a9eb;
	color: #ffffff;
}

.sectionType3 .titStyle1 {
	color: #ffffff;
	margin-bottom: 15px;
}

.sectionType3 .featured {
	text-align: center;
	margin: -30px -15px 15px -15px;
	background: url("../images/bg_featured.png") center no-repeat;
}

.sectionType4 {
	background: url("../images/bg1.png") repeat;
	position: relative;
}

.sectionType4 .twoColumnsType1 h3 {
	margin-bottom: 5px;
}

.sectionType4 .twoColumnsType1 .note {
	margin-bottom: 10px;
}

.sectionType4 .titStyle1 {
	text-align: left;
	color: #000000;
	line-height: 1.2;
	margin-bottom: 10px;
}

.sectionType4 .container {
	background: url("../images/bg_note.png") top right -77px no-repeat;
	background-size: 220px 140px;
	margin-top: -30px;
	padding-top: 30px;
}

/* cloud
=========================================== */
.cloud {
	text-align: center;
	padding: 20px 0px;
	font-size: 10px;
	color: #333333;
	background: url("../images/cloud_bg.png") center no-repeat;
	background-size: 600px 145px;
	min-height: 145px;
	margin-bottom: 10px;
}

.cloud p.heading {
	font-size: 10px;
	font-weight: bold;
}

.cloud p span {
	font-size: 12px;
	font-weight: bold;
	color: #d17a00;
	border-bottom: 2px dotted #d17a00;
	line-height: 1;
	display: inline-block;
	margin-bottom: 5px;
}

@media only screen and (min-width: 768px) {
	.cloud {
		background-size: 1000px 241px;
		min-height: 241px;
		padding: 30px 0px;
		font-size: 16px;
		margin-bottom: 30px;
	}

	.cloud p.heading {
		font-size: 18px;
	}

	.cloud p span {
		font-size: 20px;
		margin-bottom: 10px;
	}

	.sectionType4 .container {
		background: url("../images/bg_note.png") top right 10px no-repeat;
		background-size: 440px 280px;
	}

	.sectionType4 .titStyle1 {
		margin-bottom: 25px;
	}
}

@media only screen and (min-width: 992px) {
	.sectionType1 {
		padding-bottom: 60px;
	}

	.sectionType2, .sectionType3, .sectionType4 {
		padding: 60px 0;
	}

	.sectionType4 .container {
		margin-top: -60px;
		padding-top: 60px;
	}

	.sectionType3 .featured {
		margin: -60px 0 30px 0;
	}

	.sectionType3 .titStyle1 {
		margin-bottom: 20px;
	}

	.sectionType4 .twoColumnsType1 .note {
		margin-bottom: 15px;
	}

	.cloud {
		background-size: 1000px 241px;
		min-height: 241px;
		padding: 30px 0px;
		font-size: 18px;
	}
	.cloud p.heading {
		font-size: 20px;
	}

	.cloud p span {
		font-size: 24px;
		margin-bottom: 10px;
	}
}


/* steps
=========================================== */
.steps {
	background: #8ec422 url("../images/bg_striped.png");
	color: #ffffff;
	padding: 15px 10px 10px;
	border-radius: 10px;
	position: relative;
	margin-top: 15px;
	-webkit-box-shadow: 0px 3px 0px 0px rgba(0, 0, 0, 0.15);
	-moz-box-shadow:    0px 3px 0px 0px rgba(0, 0, 0, 0.15);
	box-shadow:         0px 3px 0px 0px rgba(0, 0, 0, 0.15);
}

.steps:before {
	content: '';
	position: absolute;
	background: url("../images/img_step_top.png") top center no-repeat;
	background-size: 25px 12px;
	width: 24px;
	height: 12px;
	top: -12px;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
}

.steps .titStyle2 {
	font-weight: bold;
	font-size: 16px;
	margin: 0 0 15px;
	text-align: center;
}

.steps .fourColumns .column {
	background: #ffffff;
	border-bottom: 1px solid #8ec422;
	color: #333333;
	font-size: 10px;
}

.steps .fourColumns .column:first-child {
	border-radius: 10px 10px 0 0;
}

.steps .fourColumns .column:last-child {
	border-radius: 0 0 10px 10px;
}

.steps .fourColumns .column h4 {
	margin: 0;
	text-align: center;
}

.steps .fourColumns .column p {
	margin-bottom: 0px;
	font-weight: bold;
}

.steps .fourColumns .twoCol {
	display: table;
	width: 100%;
	border-spacing: 10px 20px;
}

.steps .fourColumns .twoCol .col {
	display: table-cell;
	vertical-align: middle;
}

.steps .fourColumns .twoCol .col:first-child {
	width: 28px;
}

.steps .fourColumns .column p span {
	color: #d17a00;
	border-bottom: 2px dotted #d17a00;
}

@media only screen and (min-width: 768px) {
	.steps {
		padding: 40px 30px 30px;
		border-radius: 20px;
		margin-top: 30px;
	}

	.steps .titStyle2 {
		font-size: 32px;
		margin-bottom: 25px;
	}

	.steps:before {
		background-size: 50px 24px;
		width: 50px;
		height: 24px;
		top: -24px;
	}

	.steps .fourColumns .column {
		font-size: 18px;
	}

	.steps .fourColumns .twoCol {
		border-spacing: 20px 30px;
	}

	.steps .fourColumns .twoCol .col:first-child {
		width: 56px;
	}

}

@media only screen and (min-width: 992px) {
	.steps .fourColumns {
		display: table;
		width: 100%;
		table-layout: fixed;
		border-spacing: 2px;
	}

	.steps .fourColumns .column {
		width: 25%;
		display: table-cell;
		padding: 30px 20px;
		border-bottom: 0px;
		font-size: 18px;
	}

	.steps .fourColumns .column h4 {
		margin-bottom: 20px;
	}

	.steps .fourColumns .column:first-child {
		border-radius: 10px 0 0 10px;
	}

	.steps .fourColumns .column:last-child {
		border-radius: 0 10px 10px 0;
	}

	.steps .fourColumns .twoCol {
		display: block;
	}

	.steps .fourColumns .twoCol .col {
		display: block;
	}

	.steps .fourColumns .twoCol .col:first-child {
		width: auto;
	}

}

/* ctaBtn
=========================================== */
.ctaBtn {
	text-align: center;
}

.ctaBtn a:before {
	content: '';
	position: absolute;
	background: url("../images/img_balloon.png") center no-repeat;
	background-size: 81px 46px;
	width: 81px;
	height: 46px;
	left: -8px;
	top: -10px;
}

.ctaBtn a {
	display: inline-block;
	background: #df5d00 url("../images/icon_arrowright_2.png") right 15px center no-repeat;
	background-size: 22px 22px;
	color: #ffffff;
	padding: 10px 50px 12px;
	border-radius: 35px;
	position: relative;
	-webkit-box-shadow: 0px 4px 0px 0px rgba(178, 74, 0, 1);
	-moz-box-shadow:    0px 4px 0px 0px rgba(178, 74, 0, 1);
	box-shadow:         0px 4px 0px 0px rgba(178, 74, 0, 1);
	margin-bottom: 15px;
}

.ctaBtn a:hover {
	text-decoration: none;
	background-color: #d94100;
}

.ctaBtn a .twoCol .col:first-child {
	font-size: 20px;
	font-weight: bold;
}

.ctaBtn a .twoCol .col:last-child {
	font-size: 10px;
	font-weight: bold;
}

.cta-tel a {
	text-decoration: underline;
	color: #df5d00;
}


@media only screen and (min-width: 768px) {
	.ctaBtn a {
		background: #df5d00 url("../images/icon_arrowright_2.png") right 30px center no-repeat;
		background-size: 44px 44px;
		padding: 15px 100px;
		border-radius: 80px;
		margin-bottom: 15px;
	}

	.ctaBtn a:before {
		background-size: 162px 92px;
		width: 162px;
		height: 92px;
		left: -68px;
		top: -16px;
	}

	.ctaBtn a .twoCol .col:first-child {
		font-size: 48px;
	}

	.ctaBtn a .twoCol .col:last-child {
		font-size: 22px;
	}

	.ctaBtn a .twoCol .col:last-child span {
		font-size: 15px;
	}

	.cta-tel a {
		text-decoration: none;
		color: #333333;
	}
}

@media only screen and (min-width: 992px) {
	.ctaBtn a {
		border-radius: 50px;
	}

	.ctaBtn a .twoCol {
		display: table;
		width: 100%;
		border-spacing: 20px 0;
	}

	.ctaBtn a .twoCol .col {
		display: table-cell;
		vertical-align: middle;
		text-align: left;
	}

	.ctaBtn a .twoCol .col:last-child span {
		display: block;
	}
}

/* twoColumnsType1
=========================================== */
.twoColumnsType1 {
	color: #333333;
}

.twoColumnsType1 .note {
	margin-bottom: 0px;
	color: #666666;
	font-size: 9px;
}

.twoColumnsType1 h3 {
	color: #0091e4;
	font-size: 12px;
	line-height: 1.5;
	margin: 0 0 10px;
	font-weight: bold;
}

.twoColumnsType1 .column {
	background: #ffffff;
	padding: 15px;
	border-radius: 15px;
	-webkit-box-shadow: 0px 3px 0px 0px rgba(0,0,0,0.15);
	-moz-box-shadow:    0px 3px 0px 0px rgba(0,0,0,0.15);
	box-shadow:         0px 3px 0px 0px rgba(0,0,0,0.15);
	margin-bottom: 9px;
}

.twoColumnsType1 .twoCol {
	display: table;
	width: 100%;
	table-layout: fixed;
	border-spacing: 0;
}

.twoColumnsType1 .twoCol .col {
	display: table-cell;
	vertical-align: top;
}

.twoColumnsType1 .twoCol .col:first-child {
	padding-right: 15px;
}

.twoColumnsType1 .twoCol .col:last-child {
	width: 75px;
}

.twoColumnsType1 .twoCol .col .quote {
	color: #ffffff;
	background: #8ec422;
	width: 100%;
	margin-top: 15px;
	text-align: center;
	font-size: 11px;
	padding: 10px;
	border-radius: 5px;
	position: relative;
}

.twoColumnsType1 .twoCol .col .quote:before {
	content: '';
	position: absolute;
	background: url("../images/img_quote_top.png") center no-repeat;
	background-size: 22px 11px;
	width: 22px;
	height: 11px;
	top: -11px;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
}

.twoColumnsType1 .twoCol .col .quote span {
	font-size: 18px;
}

@media only screen and (min-width: 768px) {
	.twoColumnsType1 h3 {
		font-size: 20px;
		margin-bottom: 10px;
	}

	.twoColumnsType1 .twoCol .col:first-child {
		padding-right: 30px;
	}

	.twoColumnsType1 .twoCol .col:last-child {
		display: table-cell;
		width: 100px;
	}

	.twoColumnsType1 .note {
		font-size: 14px;
	}
}

@media only screen and (min-width: 992px) {
	.nMargin {
		margin: 27px -30px 0;
	}

	.twoColumnsType1 {
		display: table;
		width: 100%;
		border-spacing: 30px 0;
	}

	.twoColumnsType1 .column {
		display: table-cell;
		width: 50%;
		padding: 30px;
		vertical-align: top;
	}

	.twoColumnsType1 .twoCol .col .quote {
		margin-top: 20px;
		font-size: 14px;
	}

	.twoColumnsType1 .twoCol .col .quote:before {
		background-size: 30px 15px;
		width: 30px;
		height: 15px;
		top: -15px;
	}

	.twoColumnsType1 .twoCol .col .quote span {
		font-size: 24px;
	}
}


/* oneColumnType1
=========================================== */
.oneColumnType1 {
	background: #ffffff;
	padding: 15px;
	border-radius: 15px;
	-webkit-box-shadow: 0px 3px 0px 0px rgba(0,0,0,0.15);
	-moz-box-shadow:    0px 3px 0px 0px rgba(0,0,0,0.15);
	box-shadow:         0px 3px 0px 0px rgba(0,0,0,0.15);
	margin-top: 9px;
	color: #333333;
}

.oneColumnType1 ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: 1.5;
}

.oneColumnType1 h3 {
	color: #0091e4;
	font-size: 12px;
	line-height: 1.5;
	margin: 0 0 10px;
	font-weight: bold;
}

@media only screen and (min-width: 768px) {
	.oneColumnType1 {
		padding: 30px;
		margin-top: 30px;
	}

	.oneColumnType1 h3 {
		font-size: 20px;
		margin-bottom: 10px;
	}

	.oneColumnType1 .twoColumns {
		display: table;
		width: 100%;
	}

	.oneColumnType1 .twoColumns .column {
		width: 50%;
		display: table-cell;
		vertical-align: top;
	}
}

/* faq
=========================================== */
.faq .question {
	color: #0091e4;
	font-size: 12px;
	font-weight: bold;
	padding-left: 18px;
}

.faq .question span {
	margin-left: -18px;
	display: inline-block;
	width: 15px;
}

.faq .answer {
	padding-left: 18px;
	margin-bottom: 0px;
}

.faq .answer span {
	margin-left: -18px;
	font-size: 12px;
	font-weight: bold;
	color: #d17a00;
	display: inline-block;
	width: 15px;
}


@media only screen and (min-width: 768px) {
	.faq .question {
		font-size: 20px;
		padding-left: 30px;
	}

	.faq .question span {
		margin-left: -30px;
		width: 25px;
	}

	.faq .answer {
		padding-left: 30px;
	}

	.faq .answer span {
		margin-left: -30px;
		font-size: 20px;
		width: 25px;
	}

}






footer {
height: 130px;
position: absolute;
width: 100%;
background-color: #4242;
color: #727272;
text-align: center;
display: block;}

@media (max-width: 568px) {
footer {
height: 110px; } }

footer small {
display: block;
margin-top: 10px;
font-size: 12px; }

footer div {
padding-top: 10px; }

footer div dl {
width: 320px;
font-size: 18px;
margin: 0 auto; }

footer div dl dt {
font-weight: 600;
margin-bottom: 10px; }

@media (max-width: 568px) {
footer div dl dt {
font-size: 15px;
margin-bottom: 5px; } }

footer div dl dd {

font-size: 13px;
justify-content: space-around; }






section#yellowcard {
    padding: 40px 0 0 0;
}
ul.flex {
    list-style: none;
    display: flex;
    justify-content: space-between;
    padding: 0 10px 0 0;
}
.spView {
    display: block;
}
.pcView {
    display: none;
}
.yellowcardcomment{
    background: white;
    border-radius: 10px;
    padding: 10px;
    font-size: 18px;
}
@media only screen and (min-width: 769px) {
    section#yellowcard {
        padding: 40px 30px 30px;
    }
    ul.flex{
        padding: 0;
    }
    .spView {
        display: none;
    }
    .pcView {
        display: block;

    }
    .yellowcardcomment{
        font-size: 20px;
        min-width: 50%;
    }
}

@media only screen and (min-width: 992px) {
	footer ul {
		margin: 0;
	}

	footer .footerBody .col-md-5:last-child {
		text-align: right;
	}

}
@media only screen and (min-width: 768px) {
	section#lastCTA {
		display: none;
	}
}
@media only screen and (min-width: 992px) {
	.twoColumnsType1 .column {
		width: 33%;
		padding: 15px;
	}
}
@media only screen and (min-width: 1200px) {
	.twoColumnsType1 .column {
		padding: 30px;
	}
}



.pcView {
display: block !important; }
@media (max-width: 700px) {
.pcView {
display: none !important; } }

.spView {
display: none !important; }
@media (max-width: 700px) {
.spView {
display: block !important; } }



.covid{
	text-align: center!important;
	padding: 1% 0% 1% 0%; 
	border: 2px solid #666; 
	margin: 0% auto 1% auto;	
	font-size: 90%; 
	line-height: 0.5em;
	max-width: 1100px;
	width: 95%;
	
}
@media (max-width: 568px){
.covid{
    padding: 1%;
    margin-top: 0%;
    margin-bottom: 2%;
    font-size: 80%;
    line-height: 1.4em;
	}}
	
.covid a{
	color: blue;
	
}	