@charset "UTF-8";



/* -------------------------------------------

header

------------------------------------------- */
h1 {
	position: absolute;
	left: 5rem;
	top: 1rem;
	width: 20rem;
	z-index: 10;
}
@media screen and (max-width: 768px) {
	header {
		width: 100%;
	}
	h1 {
		left: 1.2rem;
		top: 1.2rem;
		width: 16rem;
	}
}



/* -------------------------------------------

kv

------------------------------------------- */
.kv {
	position: relative;
	background: url(../img/kv-bg.jpg) no-repeat right bottom / cover;
	padding: 10rem 0 6rem 0;
}
@media screen and (max-width: 768px) {
	.kv {
		background: #c6e1ff;
		padding: 0 0 3rem 0;
	}
}
/* ---- btn ---- */
.kv .btn {
	position: fixed;
	right: 1rem;
	top: 2rem;
	width: 14rem;
	z-index: 99;
}
/* ---- wrap ---- */
.kv .wrap {
	width: 58rem;
	margin-left: 12rem;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.kv .wrap p {
	text-align: center;
	margin: 2rem 0;
}
@media screen and (max-width: 768px) {
	.kv .wrap {
		width: auto;
		padding: 0 2rem;
		margin-top: -30rem;
		margin-left: 0;
	}
}
/* ---- ul ---- */
.kv ul {
	width: 48rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.kv ul li {
	box-shadow: 0px 0px 10.8px 7.2px rgba(169, 191, 216, 0.06);
	background: #fff;
	border-radius: 0.5rem;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	height: 8rem;
	width: 49%;
	color: var(--navy);
	font-size: 1.8rem;
	line-height: 1.4;
	font-weight: 500;
}
.kv ul li:nth-child(3) {
	width: 100%;
	margin-top: 2%;
}
@media screen and (max-width: 768px) {
	.kv ul {
		width: auto;
		padding: 0;
	}
	.kv ul li {
		width: 100%;
	}
	.kv ul li:not(:last-child) {
		margin-bottom: 2%;
	}
	.kv ul li:nth-child(3) {
		margin-top: 0;
	}
}



/* -------------------------------------------

campaign

------------------------------------------- */
.campaign {
	background: #f6f6f6;
	padding: 6rem 0;
}
@media screen and (max-width: 768px) {
	.campaign {
		padding: 2rem;
	}
}
/* ---- wrap ---- */
.campaign .wrap {
	border-radius: 0.5rem;
	box-shadow: 0px 0px 10px 5px rgba(223, 223, 223, 0.5);
	position: relative;
	display: flex;
	align-items: center;
	height: 13rem;
	padding-left: 4rem;
	padding-bottom: 0.9rem;
	width: 68rem;
	margin: 0 auto;
}
@media screen and (max-width: 768px) {
	.campaign .wrap {
		height: auto;
		padding: 2rem 0;
		width: auto;
		margin: 0 auto;
		flex-direction: column;
	}
}
/* ---- txt ---- */
.campaign .txt {
	display: flex;
	flex-direction: column;
	align-items: center;
	font-weight: bold;
}
.campaign .txt span:nth-child(1) {
	color: var(--navy);
	font-size: 3.6rem;
}
.campaign .txt span:nth-child(1) i {
	font-size: 2.8rem;
}
.campaign .txt span:nth-child(2) {
	color: var(--pink);
	font-size: 2.8rem;
	line-height: 1;
}
.campaign .txt span:nth-child(2) strong {
	font-size: 3.6rem;
}
@media screen and (max-width: 768px) {
	.campaign .txt span:nth-child(1) {
		font-size: 2.6rem;
	}
	.campaign .txt span:nth-child(1) i {
		font-size: 2.0rem;
	}
	.campaign .txt span:nth-child(2) {
		font-size: 2.0rem;
	}
	.campaign .txt span:nth-child(2) strong {
		font-size: 2.6rem;
	}
}

/* ---- off ---- */
.campaign .off {
	background: var(--pink);
	width: 15rem;
	height: 15rem;
	color: #fff;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	right: 1.5rem;
	top: calc(50% - 7.5rem);
	font-weight: bold;
	line-height: 1.1;
	font-size: 2.6rem;
	padding-top: 0.8rem;
}
.campaign .off > div {
	text-align: center;
}
.campaign .off span {
	font-size: 3.6rem;
}
@media screen and (max-width: 768px) {
	.campaign .off {
		width: 90%;
		margin: 1rem auto 0 auto;
		height: auto;
		padding: 2rem 0 1.3rem 0;
		border-radius: 10rem;
		position: relative;
		right: auto;
		top: auto;
		font-size: 2.2rem;
		padding-top: 0.8rem;
	}
	.campaign .off span {
		font-size: 3.2rem;
	}
}



/* -------------------------------------------

trouble

------------------------------------------- */
.trouble {
	background: #f6f6f6;
}
/* ---- wrap-1 ---- */
.trouble .wrap-1 {
	background: var(--bg-blue-2);
	padding: 10rem 0 15rem 0;
	position: relative;
}
@media screen and (max-width: 768px) {
	.trouble .wrap-1 {
		padding: 6rem 0 0 0;
	}
}
/* h2 */
.trouble .wrap-1 h2 {
	text-align: center;
	color: var(--navy);
	font-size: 3.6rem;
	margin-bottom: 6rem;
}
@media screen and (max-width: 768px) {
	.trouble .wrap-1 h2 {
		line-height: 1.3;
		margin-bottom: 3rem;
		font-size: 3.2rem;
	}
}
/* ul */
.trouble .wrap-1 ul {
	display: flex;
	flex-wrap: wrap;
	width: 96rem;
	margin: 0 auto;
}
.trouble .wrap-1 ul li {
	background: #fff;
	border-radius: 0.8rem;
	position: relative;
}
.trouble .wrap-1 ul li {
    width: calc((100% - 6rem) / 3);
    margin-right: 3rem;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 9.6rem;
	text-align: center;
	font-size: 1.6rem;
}
.trouble .wrap-1 ul li:nth-child(3n) {
    margin-right: 0;
}
.trouble .wrap-1 ul li:nth-child(n + 4) {
    margin-top: 3rem;
}
.trouble .wrap-1 ul img {
	position: absolute;
	left: -1rem;
	top: -1.5rem;
	width: 3.5rem;
}
@media screen and (max-width: 768px) {
	.trouble .wrap-1 ul {
		display: block;
		width: auto;
		padding: 0 3rem;
	}
	.trouble .wrap-1 ul li {
		width: 100%;
		margin-right: 0;
		height: 8rem;
	}
	.trouble .wrap-1 ul li:not(:last-child) {
		margin-bottom: 1.5rem;
	}
	.trouble .wrap-1 ul li:nth-child(3n) {
		margin-right: 0;
	}
	.trouble .wrap-1 ul li:nth-child(n + 4) {
		margin-top: 0;
	}
	.trouble .wrap-1 ul img {
		top: -0.5rem;
	}
}
/* figure */
.trouble .wrap-1 > figure {
	position: absolute;
	right: 10rem;
	bottom: 5.5rem;
	width: 36rem;
}
@media screen and (max-width: 768px) {
	.trouble .wrap-1 > figure {
		position: relative;
		right: auto;
		bottom: auto;
		margin: 2rem auto 0 auto;
		width: 34rem;
	}
}
/* img */
.trouble .wrap-1 > img {
	position: absolute;
	left: 0;
	bottom: 0;
}
/* ---- wrap-2 ---- */
.trouble .wrap-2 {
	background: var(--bg-blue-1);
	position: relative;
	padding: 5rem 0 17rem 0;
}
@media screen and (max-width: 768px) {
	.trouble .wrap-2 {
		padding: 4rem 2rem 0 2rem;
	}
}
/* h3 */
.trouble .wrap-2 h3 {
	color: var(--navy);
	text-align: center;
	margin-bottom: 2rem;
	font-size: 2.4rem;
	letter-spacing: 0.1em;
	line-height: 1.2;
}
.trouble .wrap-2 h3 strong {
	font-size: 3.6rem;
}
@media screen and (max-width: 768px) {
	.trouble .wrap-2 h3 {
		line-height: 1.3;
	}
}
/* ul */
.trouble .wrap-2 ul {
	background: #fff;
	width: 64rem;
	margin-left: auto;
	margin-right: 15rem;
	padding: 2rem 3rem;
	border-radius: 0.8rem;
	position: relative;
	z-index: 10;
}
.trouble .wrap-2 ul li {
	display: flex;
	align-items: center;
	padding: 1.2rem 0;
	font-size: 1.6rem;
}
.trouble .wrap-2 ul li img {
	width: 2rem;
}
.trouble .wrap-2 ul li span {
	width: calc(100% - 2rem);
	padding-left: 1rem;
}
.trouble .wrap-2 ul li:not(:last-child) {
	border-bottom: dotted 1px var(--bg-blue-2);
}
@media screen and (max-width: 768px) {
	.trouble .wrap-2 ul {
		width: auto;
		margin: 0;
	}
	.trouble .wrap-2 ul li {
		align-items: flex-start;
	}
	.trouble .wrap-2 ul li img {
		margin-top: 0.4rem;
	}
}
/* figure */
.trouble .wrap-2 > figure {
	position: absolute;
	left: 18.5rem;
	bottom: 0;
	width: 26rem;
}
@media screen and (max-width: 768px) {
	.trouble .wrap-2 > figure {
		position: relative;
		left: auto;
		bottom: auto;
		width: 20rem;
		margin: -2rem auto 0 auto;
		z-index: 10;
	}
}



/* -------------------------------------------

result

------------------------------------------- */
.result {
	background: url(../img/result-bg.png) no-repeat center / cover;
	height: 64rem;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	position: relative;
	z-index: 10;
	margin-top: -12rem;
}
@media screen and (max-width: 768px) {
	.result {
		background: url(../img/result-bg-sp.png) no-repeat center / cover;
		height: auto;
		padding: 6rem 2rem;
		margin-top: 0;
	}
}
/* ---- h2 ---- */
.result h2 {
	color: #fff;
	font-size: 3.6rem;
	margin-bottom: 3rem;
}
.result h2 strong {
	color: var(--yellow);
}
.result h2 i {
	font-size: 5.6rem;
}
@media screen and (max-width: 768px) {
	.result h2 {
		text-align: center;
		line-height: 1.1;
		font-size: 3.4rem;
	}
}
/* ---- ul ---- */
.result ul {
	display: flex;
	justify-content: space-between;
	width: 64rem;
	margin: 0 auto;
}
.result ul li {
	background: #fff;
	border-radius: 0 3rem 3rem 3rem;
	width: 32%;
	padding: 0.5rem 2rem 0 2rem;
	color: var(--navy);
	font-weight: bold;
}
.result ul li > span:nth-child(1) {
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	height: 7.2rem;
	font-size: 2rem;
	line-height: 1.2;
	border-bottom: solid 1px var(--navy);
}
.result ul li > span:nth-child(2) {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 5.6rem;
}
.result ul li > span:nth-child(2) i {
	font-size: 2.2rem;
	margin-bottom: 0.5rem;
}
@media screen and (max-width: 768px) {
	.result ul {
		justify-content: center;
		flex-wrap: wrap;
		width: auto;
	}
	.result ul li {
		width: 49%;
	}
	.result ul li:first-child {
		margin-right: 2%;
	}
	.result ul li:last-child {
		margin-top: 2%;
	}
}
/* ---- p ---- */
.result p {
	margin-top: 2.5rem;
	color: #fff;
	font-size: 1.5rem;
	font-weight: bold;
	width: 64rem;
	margin-left: auto;
	margin-right: auto;
}
@media screen and (max-width: 768px) {
	.result p {
		width: auto;
	}
}



/* -------------------------------------------

reason

------------------------------------------- */
.reason {
	padding: 8rem 0;
}
@media screen and (max-width: 768px) {
	.reason {
		padding: 6rem 2rem;
	}
}
/* ---- ul ---- */
.reason ul li {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.reason ul li > figure {
	width: 35%;
}
.reason ul li > dl {
	width: 60%;
}
.reason ul li:nth-child(even) {
	flex-direction: row-reverse;
}
.reason ul li:nth-child(even) dl {
	padding-left: 16rem;
}
.reason ul li:not(:last-child) {
	margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
	.reason ul li {
		display: block;
	}
	.reason ul li > figure {
		width: 80%;
		margin: 0 auto 1rem auto;
	}
	.reason ul li > dl {
		width: 100%;
	}
	.reason ul li:nth-child(even) dl {
		padding-left: 0;
	}
	.reason ul li:not(:last-child) {
		margin-bottom: 4rem;
	}
}
/* dl */
.reason dt {
	color: var(--navy);
	margin-bottom: 1.5rem;
	display: flex;
	flex-direction: column;
	font-size: 2.2rem;
	line-height: 1.4;
}
.reason dt span {
	display: flex;
	align-items: center;
	font-size: 1.4rem;
}
.reason dt i {
	font-size: 3.6rem;
	margin-left: 0.5rem;
	margin-bottom: 0.5rem;
}
@media screen and (max-width: 768px) {
	.reason dt span {
		margin-bottom: -0.6rem;
	}
}



/* -------------------------------------------

voice

------------------------------------------- */
.voice {
	background: var(--bg-blue-1);
	padding: 8rem 0;
}
@media screen and (max-width: 768px) {
	.voice {
		padding: 6rem 2rem;
	}
}
/* --- ul ---- */
.voice ul li {
	background: #fff;
	border-radius: 0.5rem;
	box-shadow: 0px 0px 10.8px 7.2px rgba(205, 205, 205, 0.33);
	padding: 3rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.voice ul li:nth-child(even) {
	flex-direction: row-reverse;
}
.voice ul li:not(:last-child) {
	margin-bottom: 3rem;
}
.voice ul li > figure {
	width: 15rem;
}
.voice ul li > dl {
	width: calc(100% - 18rem);
	padding-left: 3rem;
}
.voice ul li dt {
	display: flex;
	flex-direction: column;
	color: var(--navy);
	font-size: 2.2rem;
	margin-bottom: 1.5rem;
}
.voice ul li dt span {
	font-size: 1.2rem;
}
@media screen and (max-width: 768px) {
	.voice ul li {
		flex-direction: column;
	}
	.voice ul li:nth-child(even) {
		flex-direction: column;
	}
	.voice ul li:not(:last-child) {
		margin-bottom: 3rem;
	}
	.voice ul li > figure {
		width: 20rem;
		margin-bottom: 2rem;
	}
	.voice ul li > dl {
		width: 100%;
		padding-left: 0;
	}
	.voice ul li dt {
		line-height: 1.3;
	}
	.voice ul li dt span {
		font-size: 1.3rem;
		margin-bottom: 0.8rem;
	}
}




/* -------------------------------------------

flow

------------------------------------------- */
.flow {
	padding: 8rem 0;
}
@media screen and (max-width: 768px) {
	.flow {
		padding: 6rem 2rem;
	}
}
/* ---- ul ---- */
.flow ul li {
	display: flex;
	position: relative;
}
.flow ul li > i {
	position: absolute;
	left: 5.7rem;
	bottom: -3.8rem;
	color: var(--navy);
	font-size: 2.8rem;
	line-height: 1;
}
.flow ul li > figure {
	width: 14rem;
}
.flow ul li > div {
	width: calc(100% - 14rem);
	padding-left: 3rem;
}
.flow ul li > div > div {
	background: #f6f6f6;
	border-radius: 1rem;
	margin-top: 2rem;
	display: flex;
	align-items: center;
	padding: 2rem;
}
.flow ul li > div > div span {
	width: 16rem;
}
.flow ul li > div > div img {
	width: calc(100% - 16rem);
}
.flow ul li:not(:last-child) {
	margin-bottom: 5rem;
}
.flow dt {
	color: var(--navy);
	margin-bottom: 1.5rem;
	display: flex;
	flex-direction: column;
	font-size: 2.2rem;
	line-height: 1.4;
}
.flow dt span {
	display: flex;
	align-items: center;
	font-size: 1.4rem;
}
.flow dt i {
	font-size: 3.6rem;
	margin-left: 0.5rem;
	margin-bottom: 0.5rem;
}
@media screen and (max-width: 768px) {
	.flow ul li > i {
		left: 3.2rem;
		bottom: -3.5rem;
		font-size: 2.0rem;
	}
	.flow ul li > figure {
		width: 8rem;
	}
	.flow ul li > div {
		width: calc(100% - 8rem);
		margin-top: -1.5rem;
	}
	.flow ul li > div > div {
		margin-top: 1rem;
		display: block;
		padding: 1.5rem 2rem;
	}
	.flow ul li > div > div span {
		width: 100%;
		display: block;
		margin-bottom: 0.5rem;
	}
	.flow ul li > div > div img {
		width: 100%;
	}
	.flow ul li:not(:last-child) {
		margin-bottom: 5rem;
	}
	.flow dt {
		color: var(--navy);
		margin-bottom: 1.5rem;
		display: flex;
		flex-direction: column;
		font-size: 2.0rem;
		line-height: 1.4;
	}
	.flow dt span {
		margin-bottom: -0.8rem;
	}
}



/* -------------------------------------------

faq

------------------------------------------- */
.faq {
	padding: 8rem 0;
	background: #f6f6f6;
}
@media screen and (max-width: 768px) {
	.faq {
		padding: 6rem 2rem;
	}
}
/* ---- dl ---- */
.faq dl {
	background: #fff;
	border-radius: 0.5rem;
	box-shadow: 0px 0px 35px 0px rgba(192, 192, 202, 0.19);
	font-size: 1.6rem;
}
.faq dl:not(:last-of-type) {
	margin-bottom: 3rem;
}
.faq dt {
	display: flex;
	align-items: center;
	background: var(--blue);
	color: #fff;
	border-radius: 0.5rem 0.5rem 0 0;
	padding: 1.0rem 3rem;
}
.faq dt > span:nth-child(1) {
	width: 3.5rem;
	font-size: 2.8rem;
	font-weight: 500;
	margin-bottom: 0.8rem;
}
.faq dt > span:nth-child(2) {
	width: calc(100% - 3.5rem);
	padding-left: 1rem;
}
.faq dd {
	display: flex;
	padding: 1.5rem 3rem 2rem 3rem;
}
.faq dd > span:nth-child(1) {
	width: 3.5rem;
	font-size: 2.8rem;
	font-weight: 500;
	color: var(--blue);
	line-height: 1;
}
.faq dd > span:nth-child(2) {
	width: calc(100% - 3.5rem);
	padding-left: 1rem;
	padding-top: 0.3rem;
	color: #444;
}
@media screen and (max-width: 768px) {

}



/* -------------------------------------------

contact

------------------------------------------- */
.contact {
	padding: 8rem 0;
	background: url(../img/contact-bg.jpg) no-repeat right bottom / cover;
}
@media screen and (max-width: 768px) {
	.contact {
		padding: 6rem 2rem;
	}
}
/* ---- wrap ---- */
.contact .wrap {
	background: rgba(16,65,112,0.85);
	padding: 6rem;
	color: #fff;
	width: 96rem;
	margin: 0 auto;
	border-radius: 1rem;
}
@media screen and (max-width: 768px) {
	.contact .wrap {
		background: rgba(16,65,112,0.85);
		padding: 3rem;
		color: #fff;
		width: auto;
		margin: 0 auto;
		border-radius: 1rem;
	}
}



/* -------------------------------------------

footer

------------------------------------------- */
footer {
	background: var(--navy);
	color: #fff;
	padding: 2.5rem 0;
	display: flex;
	flex-direction: column;
	align-items: center;
}
footer a {
	color: #fff;
}
footer ul {
	display: flex;
	justify-content: center;
	line-height: 1;
	margin-bottom: 3.5rem;
}
footer ul li:not(:last-child) {
	margin-right: 2rem;
	padding-right: 2rem;
	border-right: solid 1px #fff;
}
footer small {
	font-size: 1.2rem;
}
@media screen and (max-width: 768px) {
	footer {
		background: var(--navy);
		color: #fff;
		padding: 2.5rem 0;
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	footer a {
		color: #fff;
	}
	footer ul {
		display: block;
	}
	footer ul li:not(:last-child) {
		margin-right: 0;
		padding-right: 0;
		border-right: none;
		margin-bottom: 1.5rem;
	}
	footer ul li {
		text-align: center;
	}
	footer small {
		font-size: 1.2rem;
	}
}



/* -------------------------------------------

form

------------------------------------------- */
.CMS-FORM-GROUP {
    display: flex;
    align-items: center;
}
.CMS-FORM-GROUP:not(:last-of-type) {
    margin-bottom: 4rem;
}
.CMS-FORM-GROUP > label {
    width: 30%;
    font-weight: 500;
}
.CMS-FORM-GROUP input,
.CMS-FORM-GROUP textarea {
    width: 70%;
    padding: 2rem;
    border: none;
}
.CMS-FORM-INPUT,
.CMS-FORM-EMAIL {
    -webkit-appearance: none;
    appearance: none;
}
.CMS-FORM-GROUP textarea {
    height: 16rem;
    -webkit-appearance: none;
    appearance: none;
}
.CMS-FORM-GROUP input[type="submit"] {
    background: #7cc55c;
    border: none;
    color: #fff;
    display: block;
    font-weight: bold;
    font-size: 1.6rem;
    width: 28rem;
	border-radius: 10rem;
    padding: 2rem 0;
    margin: 0 auto;
    transition: all .3s;
	box-shadow: 0 0.8rem 0 #5f9747;
}
.CMS-FORM-GROUP input[type="submit"]:hover {
    cursor: pointer;
    opacity: 0.5;
}
input[type="submit"],
input[type="button"] {
    border-radius: 0;
    -webkit-appearance: button;
    appearance: button;
    border: none;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
    display: none;
}
input[type="date"] {
    -webkit-appearance: none;
    appearance: none;
    background: #fff;
}
.his {
    background: #40a0d9;
    line-height: 1;
    color: #fff;
    font-size: 1.2rem;
    padding: 0.2rem 0.7rem 0.4rem 0.7rem;
    margin-left: 1.0rem;
    vertical-align: 0.1rem;
    font-weight: normal;
	border-radius: 10rem;
}
.radio-wrap {
	background: #fff;
	margin-bottom: 3rem;
	border-radius: 0.5rem;
	color: #000;
	padding: 2.5rem 0;
}
.radio-wrap > div {
	flex-direction: column;
	align-items: center;
}
.radio-wrap > div > label {
	width: 100%;
	text-align: center;
	display: block;
	font-weight: normal;
	font-size: 1.8rem;
	margin-bottom: 1.5rem;
}
.CMS-FORM-RADIO {
	width: 100%;
	display: flex;
	justify-content: center;
}
.CMS-FORM-GROUP span {
	display: block;
	text-align: center;
	margin-bottom: 1rem;
}
@media screen and (max-width: 768px) {
	.CMS-FORM-GROUP span {
		font-size: 1.3rem;
	}
}
.CMS-FORM-GROUP span a {
	color: var(--blue);
	text-decoration: underline;
}
.CMS-FORM-RADIO > div {
	display: flex;
	align-items: center;
	justify-content: center;
}
.CMS-FORM-RADIO input[type="radio"] {
    width: 2rem !important;
    height: 2rem !important;
    display: block;
    margin-top: 0.9rem;
    border-radius: 50%;
}
.CMS-FORM-RADIO > div > label {
	margin-top: 0.7rem;
	margin-left: 0.2rem;
	font-size: 1.6rem;
}
_::-webkit-full-page-media, _:future, :root .CMS-FORM-RADIO label {
    margin-top: 0;
}
@media screen and (max-width: 768px) {
    .CMS-FORM-GROUP {
        display: block;
    }
    .CMS-FORM-GROUP label {
        width: 100%;
        display: block;
        margin-bottom: 1rem;
    }
    .CMS-FORM-GROUP input,
    .CMS-FORM-GROUP textarea {
        width: 100%;
    }
    _::-webkit-full-page-media, _:future, :root .CMS-FORM-RADIO label {
        margin-top: 1.4rem;
        margin-left: 1rem;
    }
    .CMS-FORM-GROUP input[type="submit"] {
        width: 100%;
        padding: 2rem 0;
        font-size: 1.8rem;
    }   
    input[type="date"] {
        width: 100%;
        font-size: 2rem;
        color: #000;
    }
}



/* -------------------------------------------

privacy

------------------------------------------- */
.privacy {
    padding: 2rem;
    height: 24rem;
    overflow: auto;
    background: #fff;
	color: #000;
	font-size: 1.2rem;
}
.privacy-note {
    margin: 4rem 0 2rem 0;
	font-size: 1.2rem;
}



/* -------------------------------------------

thanx

------------------------------------------- */
.thanx {
    text-align: center;
}
.back {
    text-align: center;
    display: block;
}
@media screen and (max-width: 768px) {
    .thanx {
        text-align: left;
    }
}



/* -------------------------------------------

fixed

------------------------------------------- */
.fixed {
	position: fixed;
	left: 0;
	bottom: 0;
	z-index: 100;
	width: 100%;
	height: 8rem;
	display: flex;
}
.fixed li {
	width: 50%;
}
.fixed a {
	display: flex;
	align-items: center;
	justify-content: center;
	background: #06c755;
	color: #fff;
	height: 8rem;
	font-size: 2.6rem;
}
.fixed li.tel a {
	background: var(--pink);
	line-height: 1.2;
	font-weight: bold;
}
.fixed li.tel span {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.fixed li.tel i {
	font-size: 1.4rem;
	font-weight: normal;
}
.fixed a img {
	width: 7rem;
}
.fixed a span {
	margin: 0 2rem;
}
.fixed a span strong {
	color: var(--yellow);
}
.fixed a i {
	margin-top: 0.5rem
}
@media screen and (max-width: 768px) {
	.fixed {
		height: 7rem;
	}
	.fixed a {
		height: 7rem;
		font-size: 1.6rem;
		text-decoration: none;
		line-height: 1.4;
	}
	.fixed a img {
		width: 4rem;
	}
	.fixed a span {
		margin: 0 1rem 0 0.5rem;
	}
	.fixed a i {
		margin-top: 0.3rem
	}
	.fixed .tel span {
		margin: 0;
	}
	.fixed li.tel a {
		font-size: 2rem;
	}
}



/* -------------------------------------------

low

------------------------------------------- */
.low h3 {
	margin-bottom: 2rem;
	font-size: 2.4rem;
	color: var(--navy);
}
.terms h3,
.low h4 {
	margin-bottom: 1rem;
	font-size: 1.8rem;
	color: var(--navy);
}
.low .list {
	margin-left: 2rem;
}
.low .list li {
	list-style: disc;
}
.low .list li:not(:last-child) {
	margin-bottom: 0.8rem;
}
.low .list li::marker {
	color: var(--blue);
}
.terms p,
.low p {
	line-height: 1.7;
}
.terms .list {
	margin-left: 2rem;
}
.terms .list li {
	list-style: decimal;
}
.terms .list li:not(:last-child) {
	margin-bottom: 0.8rem;
}
.terms .list .list {
	margin-left: 3rem;
}
.terms .list .list li:not(:last-child) {
	margin-bottom: 0.4rem;
}

/* ---- detail ---- */
dl.detail {
	display: flex;
	flex-wrap: wrap;
}
dl.detail dt {
	padding: 1.5rem;
	width: 25%;
	white-space: nowrap;
	font-weight: bold;
	color: var(--navy);
}
dl.detail dd {
	padding: 1.5rem;
	width: 75%;
}
dl.detail dt:last-of-type,
dl.detail dd:last-of-type {
	border-bottom: none;
}
dl.bk dt,
dl.bk dd {
	border-bottom: 1px solid rgba(0,0,0,0.2);
}
@media screen and (max-width: 768px) {
	dl.detail {
		display: block;
	}
	dl.detail dt {
		display: flex;
		align-items: center;
		padding: 1.2rem 1.2rem 0.3rem 1.2rem;
		width: 100%;
	}
	dl.detail dt::before {
		content: "◆";
		font-size: 1.2rem;
		margin-right: 0.5rem;
		color: var(--prime);
	}
	dl.detail dd {
		padding: 0 1.2rem 1.2rem 1.2rem;
		width: 100%;
	}
	dl.bk dt {
		border-bottom: none;
	}
	dl.wt dt {
		border-bottom: none;
	}
}


.x-icon{
	width: 15%;
	margin: 0 auto;
}

.x-icon img{
	margin-bottom: 3.5rem;
}

@media screen and (max-width: 768px) {
	.x-icon{
		width: 30%;
	}
}