@charset "utf-8";
@import url("destyle.css");
@import url("bootstrap-grid.css");
body {
	font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans JP", sans-serif;
	color: #3E3A39;
	-webkit-text-size-adjust: 100%;
	background-color: #fce3cf;

}
.m-plus-rounded-1c-regular {
	font-family: "M PLUS Rounded 1c", sans-serif;
	font-weight: 400;
	font-style: normal;
}
.m-plus-rounded-1c-bold {
	font-family: "M PLUS Rounded 1c", sans-serif;
	font-weight: 700;
	font-style: normal;
}
.m-plus-rounded-1c-extrabold {
	font-family: "M PLUS Rounded 1c", sans-serif;
	font-weight: 800;
	font-style: normal;
}
.main-3-container {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-template-rows: auto auto;
	gap: 0px 0px;
	grid-auto-flow: row;
	grid-template-areas: "main-3-text main-3-text" "main-3-img main-3-img";
}
.main-3-text {
	grid-area: main-3-text;
}
.main-3-img {
	align-self: end;
	grid-area: main-3-img;
}
@media screen and (max-width: 991px) {
	.main-3-container {
		display: grid;
		grid-template-columns: 1fr 0.5fr;
		grid-template-rows: auto auto;
		gap: 0px 0px;
		grid-auto-flow: row;
		grid-template-areas: "main-3-text main-3-img" "main-3-text main-3-img";
	}
}
.main-3box {
	border: 2px solid #1C3D96;
	padding: 1.3em;
	border-radius: 1em;
}
.main-3box h2 {
	color: #1C3D96;
	font-size: 24px;
	font-weight: 700;
	border-bottom: 4px solid #E83828;
	display: inline-block;
	margin-bottom: 0.8em;
}
.main-3box p {
	margin-bottom: 0.8em;
}
.main-3box img {
	width: 80%
}

@media screen and (max-width: 767px) {
.scale-w09{
	transform:scaleX(0.9);  
	transform-origin: center;
	display: inline-block;
}		
.ltsp--1px{
	letter-spacing: -1px;
}
}

@media screen and (max-width: 991px) {
	.main-3box {
		border: 2px solid #1C3D96;
		padding: 0.8em;
		border-radius: 0.7em;
		margin-bottom: 0.8em;
	}
	.main-3box h2 {
		color: #1C3D96;
		font-size: 18px;
		font-weight: 700;
		border-bottom: 2px solid #E83828;
		display: inline-block;
		margin-bottom: 0.8em;
	}
	.main-3box p {
		margin-bottom: 0;
		font-size: 14px;
	}
	.main-3box img {
		width: 90%;
		float: right;
	}
	.mb-0 {
		margin-bottom: 0;
	}
}
footer {
	left: 0;
	width: 100%;
	z-index: 1000;
	position: -webkit-sticky;
	position: sticky;
	bottom: -180px;
	transition: bottom 0.3s;
}
.footer.is-show {
	bottom: 0;
}
img {
	display: block;
	margin: 0 auto;
	padding: 0;
	width: 100%;
}
a {
	color: #E83828;
	text-decoration: none;
}
a:hover {
	color: #E83828;
}
.text-color {
	color: #E83828;
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
p {
	font-size: 17px;
	line-height: 1.6;
	text-align: justify;
	font-feature-settings: "palt";
}
.support-notice {
	text-align: center;
	margin-top: 1.5rem;
	margin-bottom: 1.5rem;
}
@media screen and (max-width: 767px) {
	p {
		font-size: 13px;
		line-height: 1.6;
		text-align: justify;
		font-feature-settings: "palt";
	}
}
.copyright {
	width: 100%;
	display: block;
	font-size: 11px;
	padding: 50px 0 20px;
	color: #999;
	text-align: center;
}
.icon-container {
	display: flex;
	gap: 15px;
	align-items: center;
}
.icon-container img {
	width: 36px;
	border-radius: 0.5em;
}
@media screen and (max-width: 767px) {
	.icon-container {
		display: flex;
		gap: 10px;
		align-items: center;
	}
	.icon-container img {
		width: 28px;
	}
}
.main-v-container {
	display: grid;
	grid-template-columns: 1.4fr 0.6fr 1fr;
	grid-template-rows: auto auto auto;
	gap: 0px 0px;
	grid-template-areas: "main-v-copy main-v-copy main-v-right" "main-v-text main-v-pass main-v-right" "main-v-people main-v-people main-v-right";
}
.main-v-copy {
	grid-area: main-v-copy;
}
.main-v-text {
	grid-area: main-v-text;
}
.main-v-pass {
	grid-area: main-v-pass;
}
.main-v-people {
	align-self: end;
	grid-area: main-v-people;
}
.main-v-right {
	align-self: end;
	grid-area: main-v-right;
}
@media screen and (max-width: 991px) {
	.main-v-container {
		margin: 0 0.4em;
		display: grid;
		grid-template-columns: 1fr 0.35fr;
		grid-template-rows: auto;
		gap: 0px 0px;
		grid-template-areas: "main-v-copy main-v-copy" "main-v-text main-v-pass" "main-v-people main-v-people" " main-v-right main-v-right";
	}
}
@media screen and (max-width: 991px) {
	.main-v-copy {
		grid-area: main-v-copy;
	}
	.main-v-text {
		grid-area: main-v-text;
	}
	.main-v-pass {
		grid-area: main-v-pass;
	}
	.main-v-people {
		align-self: end;
		grid-area: main-v-people;
	}
	.main-v-right {
		align-self: end;
		grid-area: main-v-right;
	}
	.main-v-right img {
		display: none;
	}
}
.main-v-pass img {
	position: relative;
	top: -3em;
}
@media screen and (max-width: 991px) {
	.main-v-pass img {
		position: relative;
		top: -2em;
	}
}
.main-v-right img {
	width: 85%;
}
.main-v-text-1 {
	font-size: 19px;
	color: #333;
	margin-top: 1.7em;
	margin-right: 1em;
	margin-bottom: 1em;
}
.main-v-text-2 {
	font-size: 18px;
	color: #E83828;
	margin-right: 1em;
	margin-bottom: 1em;
}
@media screen and (max-width: 991px) {
	.main-v-text-1 {
		font-size: 14px;
	}
	.main-v-text-2 {
		font-size: 14px;
	}
}
.gridcontainer-wrap {
	background: #fff;
	padding: 2.5rem;
	border-radius: 1em;
}
@media screen and (max-width: 767px) {
	.gridcontainer-wrap {
		background: #fff;
		padding: 1rem;
		border-radius: 1em;
	}
}
.gridcontainer {
	display: grid;
	grid-template-columns: 1.3fr 0.7fr;
	grid-template-rows: auto auto auto auto;
	align-items: start;
	grid-column-gap: 40px;
	grid-row-gap: 35px;
	grid-template-areas: "about about-img" "area area-img" "price area-img" "target target-img" "purchase purchase-img"
}
@media screen and (max-width: 991px) {
	.gridcontainer {
		display: grid;
		grid-template-columns: 1fr;
		grid-template-rows: auto auto auto auto;
		align-items: start;
		grid-column-gap: 40px;
		grid-row-gap: 20px;
		grid-template-areas: "about" "about-img" "area" "area-img" "price" "target" "target-img" "purchase" "purchase-img";
	}
}
.about {
	grid-area: about;
}
.about-img {
	grid-area: about-img;
}
.area-img {
	grid-area: area-img;
}
.area {
	grid-area: area;
}
.price {
	grid-area: price;
}
.target {
	grid-area: target;
}
.target-img {
	align-self: end;
	grid-area: target-img;
}
.purchase {
	grid-area: purchase;
}
.purchase-img {
	align-self: end;
	grid-area: target-img;
}
@media screen and (max-width: 991px) {
	.about {
		grid-area: about;
	}
	.about-img {
		width: 75%;
		margin: 0 auto;
		grid-area: about-img;
	}
	.area-img {
		width: 65%;
		margin: 0 auto 10px;
		grid-area: area-img;
	}
	.area {
		grid-area: area;
	}
	.price {
		width: 100%;
		grid-area: price;
	}
	.target {
		grid-area: target;
	}
	.target-img {
		width: 70%;
		margin: 0 auto;
		grid-area: target-img;
	}
	.purchase {
		width: 100%;
		grid-area: purchase;
	}
	.purchase-img {
		width: 70%;
		margin: 0 auto;
		grid-area: target-img;
	}
}
small {
	display: inline-block;
	font-size: 75%;
	line-height: 1.6;
}
@media(min-width: 768px) {
	a[href^="tel:"] {
		pointer-events: none;
	}
}

.overhdn {
	overflow: hidden;
}
@media screen and (min-width: 768px) {
	.kukan dt {
		clear: left;
		float: left;
		width: 8em;
		margin-bottom: 0;
		color: #1C3D96;
		font-weight: 800;
	}
	.kukan dd {
		margin-left: 8em;
		margin-bottom: 0.5em;
	}
}
@media screen and (max-width: 767px) {
	.kukan dl {
		padding: 0;
	}
	.kukan dt {
		padding-bottom: 0px;
		width: 100%;
		color: #1C3D96;
		font-weight: 800;
	}
	.kukan dd {
		padding-bottom: 5px;
	}
}
.list-1 {
	list-style-type: disc;
	padding: 0.5em 1em 0.5em 1.5em;
}
.list-1 ul {
	margin-left: 1em
}
.list-1 li {
	padding: .1em .3em .1em 0;
}
.list-1 li::marker {
	color: #333;
}
.target-box {
	outline: 1px solid #1C3D96;
	outline-offset: 3px;
	background: #f4f4f4;
	padding: 0.2em 0.5em;
	border-radius: 1em;
	margin: 1em 0;
}
@media screen and (max-width: 767px) {
	.target-box {
		border-radius: 0.5em;
	}
}
@media screen and (min-width:769px) {
	.pc-hidden {
		display: none;
	}
}
@media screen and (max-width:768px) {
	.mo-hidden {
		display: none;
	}
}
@media screen and (max-width:768px) {
	.mo-small {
		font-size: 12px;
	}
}
.text-center {
	text-align: center!important;
}
.text-right {
	text-align: right!important;
}
.text-left {
	text-align: left!important;
}
.nowrap {
	white-space: nowrap;
}
.inline {
	display: inline;
}
.mH1 {
	margin: 20px 0
}
@media screen and (max-width:768px) {
	.mH1 {
		margin: 15px 0
	}
}
.m-10 {
	margin: 10px;
}
.m-30 {
	margin: 30px;
}
.mb-50 {
	margin-bottom: 50px
}
.mb-30 {
	margin-bottom: 30px
}
.mb-20 {
	margin-bottom: 20px
}
.mb-10 {
	margin-bottom: 10px
}
.mt-40 {
	margin-top: 40px
}
.mt-50 {
	margin-top: 50px
}
@media screen and (max-width:768px) {
	.mb-50 {
		margin-bottom: 25px
	}
	.mb-30 {
		margin-bottom: 15px
	}
	.mb-20 {
		margin-bottom: 10px
	}
	.mb-10 {
		margin-bottom: 5px
	}
	.mt-40 {
		margin-top: 20px
	}
	.mt-50 {
		margin-top: 25px
	}
}
.img-fadein {
	opacity: 0;
	-webkit-transition: opacity 1.5s;
	transition: opacity 1.5s;
}
.img-fadein.lazyloaded.lazyloaded {
	opacity: 1;
}
section {
	clear: both;
}
section.sec-padh {
	padding: 20px 0;
	position: relative;
	z-index: 100;
}
@media screen and (max-width: 768px) {
	section.sec-padh {
		padding: 10px 0;
		position: relative;
	}
}
section.sec-pad01 {
	padding: 70px 0;
	position: relative;
	z-index: 100;
}
@media screen and (max-width: 768px) {
	section.sec-pad01 {
		padding: 35px 0;
		position: relative;
		z-index: 100;
	}
}
section.sec-pad02 {
	padding: 30px 0;
	position: relative;
	z-index: 100;
}
@media screen and (max-width: 768px) {
	section.sec-pad02 {
		padding: 20px 0;
		position: relative;
	}
}
section.sec-pad01-top0 {
	padding: 0 0 70px 0;
	position: relative;
	z-index: 100;
}
@media screen and (max-width: 768px) {
	section.sec-pad01-top0 {
		padding: 0 0 35px 0;
		position: relative;
	}
}
section.sec-pad01-btm0 {
	padding: 70px 0 0 0;
	position: relative;
	z-index: 100;
}
@media screen and (max-width: 768px) {
	section.sec-pad01-btm0 {
		padding: 35px 0 0 0;
		position: relative;
	}
}
.bg-main {
	background: #E83828;
}
.bg-main {
	background: #E83828;
}
.bg-light {
	background: #fce3cf;
}
.bg-white {
	background: #ffffff;
}

.sec-ttl h2 {
	font-size: 23px;
	font-weight: 800;
	color: #fff;
	font-weight: 700;
	outline: 2px solid #000;
	display: inline-block;
	position: relative;
	box-sizing: border-box;
	padding: 10px 15px;
	margin-bottom: 24px;
	margin-inline: auto;
	text-decoration: none;
	z-index: 999;
	border-radius: 0.5em;
}
.sec-ttl h2::before {
	content: "";
	position: absolute;
	top: 2px;
	left: 2px;
	width: 101%;
	height: 105%;
	background: #1C3D96;
	z-index: -999;
	border-radius: 0.5em;
}
@media screen and (max-width:768px) {
	.sec-ttl h2 {
		font-size: 17px;
		font-weight: 800;
		color: #fff;
		font-weight: 700;
		outline: 1.5px solid #000;
		display: inline-block;
		position: relative;
		box-sizing: border-box;
		padding: 8px 12px;
		margin-top: 5px;
		margin-bottom: 18px;
		margin-inline: auto;
		text-decoration: none;
		z-index: 999;
		border-radius: 0.5em;
	}
	.sec-ttl h2::before {
		content: "";
		position: absolute;
		top: 1px;
		left: 2px;
		width: 101%;
		height: 105%;
		background: #1C3D96;
		z-index: -999;
		border-radius: 0.5em;
	}
}

.contactBtn a {
	display: inline-block;
	font-size: 16px;
	font-weight: 700;
	color: #E83828;
	text-align: center;
	padding: 0.6em 1em;
	z-index: 999;
	border-radius: 2em;
	background-color: #fff;
	margin-top:2px;
}
@media screen and (max-width:768px) {
	.contactBtn a {
		font-size: 12px;
		padding: 0.4em 0.8em;
		margin-top: 3px;
	}
}
.buyBtn a {
	font-size: 26px;
	letter-spacing: 0.1em;
	color: #fff;
	font-weight: 700;
	outline: 3px solid #333;
	display: block;
	position: relative;
	box-sizing: border-box;
	text-align: center;
	padding: 0.6em;
	margin: 24px;
	margin-inline: auto;
	text-decoration: none;
	cursor: pointer;
	z-index: 999;
	transition: all 0.3s;
	border-radius: 1em;
}
.buyBtn a::before {
	content: "";
	position: absolute;
	top: 4px;
	left: 4px;
	width: 100%;
	height: 100%;
	background: #E83828;
	z-index: -999;
	transition: all 0.3s ease;
	border-radius: 1em;
}
.buyBtn a:hover::before {
	background: #ec5f52;
	transition: all 0.3s;
}
.buyBtn span {
	font-size: 18px;
	font-weight: 400;
	margin-bottom: 2px;
	display: block;
}
.buyBtn a::after {
	content: "";
	position: absolute;
	margin: auto;
	top: 0;
	bottom: 0;
	right: 1.5em;
	width: 20px;
	height: 20px;
	border-top: 4px solid #fff;
	border-right: 4px solid #fff;
	transform: rotate(45deg);
}
@media screen and (max-width:768px) {
	.buyBtn a {
		font-size: 20px;
	}
	.buyBtn span {
		font-size: 14px;
		font-weight: 400;
		margin-bottom: 2px;
		display: block;
	}
	.buyBtn a::before {
		top: 3px;
		left: 3px;
	}
	.buyBtn a::after {
		width: 16px;
		height: 16px;
		border-top: 3px solid #fff;
		border-right: 3px solid #fff;
		transform: rotate(45deg);
	}
}
.btmBtn a {
	font-size: 22px;
	letter-spacing: 0;
	color: #fff;
	font-weight: 700;
	outline: 0.1em solid #000;
	display: block;
	position: relative;
	box-sizing: border-box;
	text-align: center;
	padding: 0.6em;
	margin-bottom: 24px;
	margin-inline: auto;
	text-decoration: none;
	cursor: pointer;
	z-index: 999;
	transition: all 0.3s;
	border-radius: 1em;
}
.btmBtn a::before {
	content: "";
	position: absolute;
	top: 3px;
	left: 3px;
	width: 100%;
	height: 100%;
	background: #E83828;
	z-index: -999;
	transition: all 0.3s ease;
	border-radius: 1em;
}
.btmBtn a:hover::before {
	background: #ec5f52;
	transition: all 0.3s;
}
.btmBtn span {
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 5px;
	display: block;
}
@media screen and (max-width:768px) {
	.btmBtn a {
		font-size: 16px;
		margin-bottom: 10px;
	}
	.btmBtn span {
		font-size: 11px;
		font-weight: 400;
		margin-bottom: 2px;
		display: block;
		transform:scale(0.9, 1);  
	}
	.btmBtn a::before {
		top: 2px;
		left: 2px;
	}
}



.btmBtn2 a {
	font-size: 22px;
	letter-spacing: 0;
	color: #fff;
	font-weight: 700;
	outline: 0.1em solid #000;
	display: block;
	position: relative;
	box-sizing: border-box;
	text-align: center;
	padding: 0.6em;
	margin-bottom: 24px;
	margin-inline: auto;
	text-decoration: none;
	cursor: pointer;
	z-index: 999;
	transition: all 0.3s;
	border-radius: 1em;
}
.btmBtn2 a::before {
	content: "";
	position: absolute;
	top: 3px;
	left: 3px;
	width: 100%;
	height: 100%;
	background: #f29a03;
	z-index: -999;
	transition: all 0.3s ease;
	border-radius: 1em;
}
.btmBtn2 a:hover::before {
	background: #f5b84e;
	transition: all 0.3s;
}
.btmBtn2 span {
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 5px;
	display: block;
}
@media screen and (max-width:768px) {
	.btmBtn2 a {
		font-size: 16px;
		margin-bottom: 10px;
	}
	.btmBtn2 span {
		font-size: 11px;
		font-weight: 400;
		margin-bottom: 2px;
		display: block;
	}
	.btmBtn2 a::before {
		top: 2px;
		left: 2px;
	}
}


/*
.btmBtn2  {
	font-size: 20px;
	letter-spacing: 0;
	color: #8d8d8d;
	font-weight: 700;
	outline: 0.1em solid #666;
	display: block;
	position: relative;
	box-sizing: border-box;
	text-align: center;
	padding: 0.6em;
	margin-bottom: 24px;
	margin-inline: auto;
	text-decoration: none;
	cursor: pointer;
	z-index: 999;
	transition: all 0.3s;
	border-radius: 1em;
}
.btmBtn2 ::before {
	content: "";
	position: absolute;
	top: 3px;
	left: 3px;
	width: 100%;
	height: 100%;
	background: #ccc;
	z-index: -999;
	transition: all 0.3s ease;
	border-radius: 1em;
}
.btmBtn2 a:hover::before {
	background: #ccc;
	transition: all 0.3s;
}
.btmBtn2 span {
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 5px;
	display: block;
}
@media screen and (max-width:768px) {
	.btmBtn2  {
		font-size: 16px;
		margin-bottom: 10px;
		letter-spacing:-1px;
		transform :scaleX(0.9)
	}
	.btmBtn2 span {
		font-size: 11px;
		font-weight: 400;
		margin-bottom: 2px;
		display: block;
		letter-spacing:0;
	}
	.btmBtn2 a::before {
		top: 2px;
		left: 2px;
	}
}

*/

.logo {
	width: 180px;
	float: left;
}
@media screen and (max-width:768px) {
	.logo {
		width: 125px;
	}
}

.logo-footer {
	width: 190px;
	float: left;
}
@media screen and (max-width:768px) {
	.logo-footer {
		width: 145px;
	}
}


.logo-passport {
	width: 280px;
	margin: 0 auto;
}
@media screen and (max-width:768px) {
	.logo-passport {
		width: 140px;
		margin: 0 auto;
	}
}

.flow {
	display: flex;
	justify-content: center;
	align-items: center;
}
.flow-list {
	padding-left: 0;
}
.flow-list>li {
	list-style-type: none;
	padding: 15px;
	border-radius: 1em;
	outline: 1px solid #1C3D96;
	outline-offset: 3px;
	background: #f4f4f4;
}
.flow-list>li:not(:last-child) {
	margin-bottom: 30px;
	position: relative;
}
.flow-list>li:not(:last-child)::after {
	content: '';
	position: absolute;
	border: 10px solid transparent;
	width: 0;
	height: 0;
	bottom: -32px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	border-top-color: #1C3D96;
}
.flow-list>li dl dt {
	color: #1C3D96;
	font-weight: bold;
	border-bottom: 1pt dashed #1C3D96;
	padding-bottom: 0.5em;
	margin-bottom: 0.5em;
}
.flow-list>li .icon {
	color: #1C3D96;
	margin-right: 0.5em;
}
.flow-list>li dl dd {
	margin: 0;
}
.flow-list>li dt p {
	font-size: 18px;
}
@media screen and (max-width:768px) {
	.flow-list li:last-child {
		margin-bottom: -20px;
	}
	.flow-list>li {
		padding: 8px 12px;
		border-radius: 0.5em;
	}
	.flow-list>li:not(:last-child) {
		margin-bottom: 22px;
		position: relative;
	}
	.flow-list>li:not(:last-child)::after {
		content: '';
		position: absolute;
		border: 7px solid transparent;
		width: 0;
		height: 0;
		bottom: -22px;
		left: 50%;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		border-top-color: #1C3D96;
	}
	.flow-list>li dl dt {
		color: #1C3D96;
		font-weight: bold;
		border-bottom: 1pt dashed #1C3D96;
		padding-bottom: 0.3em;
		margin-bottom: 0.3em;
	}
	.flow-list>li .icon10 {
		color: #1C3D96;
		margin-right: 0.5em;
	}
	.flow-list>li dl dd {
		margin: 0;
	}
	.flow-list>li dt p {
		font-size: 15px;
	}
}


.pdf-link {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 15px;
  margin: 30px 0 0 0;
  background-color: #f4f4f4;
  border: 1px solid #f4f4f4;
  border-radius: 1em;
  text-decoration: none;
  color: inherit;
  max-width: 100%;
  box-sizing: border-box;
}

.pdf-icon {
  flex-shrink: 0;
  width: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  color: #E83828;
}

.pdf-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
  /* テキストの折り返しを適切に */
}

.pdf-title {
  font-size: 16px;
  font-weight: 600;
  color:#E83828;
}

.pdf-description {
  font-size: 14px;
  line-height: 1.4;
}

@media (max-width: 768px) {
  .pdf-link {
	padding: 10px;
    max-width: 100%;
    margin: 40px 0 0 0;
    gap: 14px;
	border-radius: 0.5em;

  }

  .pdf-icon {
    width: 28px;
    height: 28px;
    font-size: 28px;
  }

  .pdf-title {
    font-size: 13px;
  }

  .pdf-description {
    font-size: 11px;
  }
}




form {
	margin: 0 auto;
}
.form-input {
	border-radius: 5px;
	background-color: transparent;
	border: 1px solid #444;
	padding: 10px;
	margin-bottom: 0px;
	width: 100%;
	font-size: 16px;
}
.form-input:focus {
	border: 1px solid #E83828;
}
textarea {
	color: #333;
	height: 150px;
	line-height: 1.5em;
	resize: vertical;
}
[type="text"] {
	color: #333;
}
[type="submit"] {
	width: 100%;
	background: #E83828;
	border-radius: 5px;
	border: 0;
	cursor: pointer;
	color: white;
	font-size: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 15px;
	font-weight: 400;
	text-align: center;
}
[type="submit"]:hover {
	background:#ec5f52;
	transition: all 0.3s;
}
[type="submit"]:disabled {
	background: #ccc;
	color: #fff;
}
input[type=checkbox] {
	transform: scale(1.5);
	margin: 0 5px 5px 0;
}
.form-item {
	position: relative;
	margin-bottom: 15px;
}
.req {
	position: absolute;
	float: right;
	top: 11px;
	right: 10px;
	background:#E83828;
	color: #fff;
	font-size: 11px;
	padding: 3px 5px;
	border-radius: 3px;
}
.form-item label {
	font-size: 16px;
	display: none;
}
.counter {
	font-size: 14px;
	color: #ccc;
	text-align: right;
	position: absolute;
	bottom: 10px;
	right: 10px;
}
.error {
	font-size: 12px;
	color: #E83828;
}


.faq-list {
	margin-top: 20px;
}
.faq-list dl {
	position: relative;
	margin: 0;
	padding: 14px 10px 14px 15px;
	cursor: pointer;
	border-bottom: 1px solid #E83828;
}
.faq-list dl:first-child {
	border-top: 1px solid #E83828;
}
.faq-list dl::before {
	position: absolute;
	top: 18px;
	right: 20px;
	display: block;
	width: 7px;
	height: 7px;
	margin: auto;
	content: '';
	transform: rotate(135deg);
	border-top: 2px solid #E83828;
	border-right: 2px solid #E83828;
}
.faq-list .open::before {
	transform: rotate(-45deg);
}
.faq-list dl dt {
	position: relative;
	margin: 0;
	padding: 0 0 0 30px;
	font-weight: bold;
	font-size: 16px;
}
.faq-list dl dt::before {
	font-size: 20px;
	line-height: 1;
	position: absolute;
	top: 0px;
	left: 0;
	display: block;
	content: 'Q.';
	color: #E83828;
}
.faq-list dl dd::before {
	font-size: 20px;
	line-height: 1;
	position: absolute;
	top: 3px;
	left: 2px;
	display: block;
	content: 'A.';
	font-weight: bold;
	color: #E83828;
}
.faq-list dl dd {
	position: relative;
	display: none;
	height: auto;
	margin: 20px 0 0;
	padding: 0 0 0 30px;
}
.faq-list dl dd p {
	margin: 30px 0 0;
}
.faq-list dl dd p:first-child {
	margin-top: 0;
}
@media screen and (max-width: 767px) {
	.faq-list dl {
		position: relative;
		padding: 12px 40px 12px 5px;
	}
	.faq-list dl::before {
		top: 15px;
		right: 10px;
		width: 7px;
		height: 7px;
	}
	.faq-list dl dt {
		padding: 0 0 0 30px;
		font-size: 14px;
	}
	.faq-list dl dt::before {
		font-size: 14px;
		top: 1px;
		left: 5px;
		content: 'Q.';
	}
	.faq-list dl dd::before {
		font-size: 14px;
		top: 3px;
		left: 5px;
		content: 'A.';
	}
	.faq-list dl dd {
		margin: 10px 0 0;
		padding: 0 0 0 30px;
		font-size: 14px;
	}
	.faq-list dl dd p {
		margin: 30px 0 0;
	}
	.faq-list dl dd p:first-child {
		margin-top: 0;
	}
}

.faq-list h2{
	font-size:18px;
	font-weight:700;
	color:#fff;
	background-color:#E83828;
	border-radius: 0.5em;;
	padding:0.5em;
	margin:2em 0 1em 0;
}

@media screen and (max-width: 767px) {
.faq-list h2{
	font-size:16px;
	font-weight:700;
	color:#fff;
	background-color:#E83828;
	border-radius: 0.5em;;
	padding:0.5em;
	margin:2em 0 1em 0;
}
}

.faq-list h1{
	font-size:46px;
	color:#E83828;
	display:block;
	text-align:center;
	margin-bottom:1em;
}
.faq-list h1 span{
	font-size:22px;
	font-weight:400;
	color:#E83828;
	display:block;
	text-align:center;
	margin-bottom:0.3em;
}

@media screen and (max-width: 767px) {
.faq-list h1{
	font-size:28px;
	color:#E83828;
	display:block;
	text-align:center;
	margin-bottom:1em;
}
.faq-list h1 span{
	font-size:16px;
	font-weight:400;
	color:#E83828;
	display:block;
	text-align:center;
	margin-bottom:0.3em;
}
	}

