@charset "UTF-8";

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,
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,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

body {
	line-height: 1;
}

ol,
ul {
	list-style: none;
}

a {
	text-decoration: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*--- iosのスタイルリセット  ---*/
input[type=submit],
input[type=button] {
	border-radius: 10px;
	-webkit-box-sizing: content-box;
	-webkit-appearance: button;
	-moz-appearance: button;
	appearance: button;
	border: none;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	cursor: pointer;
}

input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
	display: none;
}

input[type=submit]::focus,
input[type=button]::focus {
	outline-offset: -2px;
}

summary {
	display: block;
}

summary::-webkit-details-marker {
	display: none;
}

a:hover {
	opacity: 0.8;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.wrapper {
	position: relative;
}

/* =============================================================================
Image
========================================================================== */
a {
	display: block;
}

img {
	width: 100%;
	height: inherit;
}

/* =============================================================================
Basic style
========================================================================== */
html {
	overflow-x: hidden;
	scroll-behavior: smooth;
}

body {
	font-family: “游ゴシック体“, YuGothic, “游ゴシック“, “Yu Gothic”, sans-serif;
	position: relative;
	word-break: break-all;
}

/*==============================================================================
Media
============================================================================= */
/*
  sp
----------------------------------------------- */
/*
  pc
----------------------------------------------- */
/*
  xl-pc
----------------------------------------------- */
/*==============================================================================
font-size
============================================================================= */
html {
	font-size: 1.1111111111vw;
}

p {
	font-size: 1rem;
}

.inner {
	width: 75rem;
	margin: 0 auto;
	position: relative;
}

/*
	  mobile
  ----------------------------------------------- */
@media screen and (max-width: 767px) {
	html {
		font-size: 2.119205298vw;
	}

	p {
		font-size: 1rem;
	}
}

/*
  PC
  ----------------------------------------------- */
@media screen and (min-width: 768px) {
	html {
		font-size: 1.1111111111vw;
	}

	p {
		font-size: 1rem;
	}
}

/*==============================================================================
Responsive
============================================================================= */
@media screen and (max-width: 767px) {
	.inner {
		width: 41.875rem;
		margin: 0 auto;
		position: relative;
	}

	.pc-only {
		display: none;
	}

	.sp-only {
		display: block;
	}
}

@media screen and (min-width: 768px) {
	.inner {
		width: 75rem;
		margin: 0 auto;
		position: relative;
	}

	.pc-only {
		display: block;
	}

	.sp-only {
		display: none;
	}
}

/*==============================================================================
font
============================================================================= */
/*==============================================================================
color
============================================================================= */
/*==============================================================================
Header
============================================================================= */
@media screen and (min-width: 768px) {
	.header-bg {
		padding: 0.625rem 0;
	}

	.header-inner {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		width: 76.875rem;
	}

	.p-home .header-inner {
		display: none;
	}

	.header h1 {
		width: 15.3125rem;
	}

	.header-wrap {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		width: 45.625rem;
	}

	.header-phone {
		width: 16.25rem;
	}

	.header-line {
		width: 13.75rem;
	}

	.header-btn {
		width: 13.75rem;
	}
}

@media screen and (max-width: 767px) {
	.header-bg {
		padding: 1.25rem 0 2.1875rem;
	}

	.header-inner {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		width: 41.875rem;
		position: relative;
	}

	.header h1 {
		width: 20rem;
		margin-top: 1.8rem;
	}

	.header-wrap {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		width: 21.875rem;
		position: absolute;
		top: 0;
		right: -2rem;
	}

	.header-phone {
		width: 6.875rem;
	}

	.header-line {
		width: 6.875rem;
	}

	.header-btn {
		width: 6.875rem;
	}
}

/*==============================================================================
Footer
============================================================================= */
@media screen and (min-width: 768px) {
	.footer {
		width: 125rem;
		-webkit-transform: translateX(-18.75rem);
		transform: translateX(-18.75rem);
		background: #103f95;
	}
}

@media screen and (max-width: 767px) {
	.footer {
		width: 46.875rem;
		background: #103f95;
	}
}

@media screen and (max-width: 767px) {
	.kv .kv-wrap {
		display: none;
	}
}

@media screen and (min-width: 768px) {
	.kv {
		width: 90rem;
		position: relative;
	}

	.kv .kv-wrap {
		height: 10.7vw;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: space-between;
		position: absolute;
		z-index: 1;
		left: 4vw;
		bottom: 14vw;
	}

	.kv .kv-wrap .header-phone {
		width: 12.3vw;
	}

	.cta {
		width: 125rem;
		-webkit-transform: translateX(-18.75rem);
		transform: translateX(-18.75rem);
		background: #e9eff4;
	}

	.cta-inner {
		position: relative;
	}

	.cta-wrap {
		position: absolute;
		bottom: 1.875rem;
		left: 50%;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		width: 62.5rem;
		margin: 0 auto;
	}

	.cta-phone {
		width: 20.3125rem;
	}

	.cta-line {
		width: 18.75rem;
	}

	.cta-btn {
		width: 18.75rem;
	}

	.grow {
		width: 125rem;
		-webkit-transform: translateX(-18.75rem);
		transform: translateX(-18.75rem);
		background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), color-stop(50%, #ffffff), color-stop(50%, #f2f8fb), to(#f2f8fb));
		background: linear-gradient(180deg, #ffffff 0%, #ffffff 50%, #f2f8fb 50%, #f2f8fb 100%);
	}

	.grow-inner {
		position: relative;
		padding: 5.25rem 0 0;
	}

	.grow-wrapper {
		position: absolute;
		top: 42.5rem;
		left: 50%;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		width: 65.625rem;
		margin: 0 auto;
		padding: 0 0 0 1.25rem;
	}

	.grow-merit01-btn,
	.grow-merit02-btn {
		width: 31.25rem;
	}

	.grow-merit01 {
		position: absolute;
		top: 68.75rem;
		right: 0;
		width: 93.75rem;
	}

	.grow-merit02 {
		position: absolute;
		bottom: 7.25rem;
		left: 0;
		width: 93.75rem;
	}

	.grow #merit01 {
		position: absolute;
		top: 62.5rem;
	}

	.grow #merit02 {
		position: absolute;
		bottom: 50rem;
	}

	.fee {
		width: 90rem;
		background: #cbeefe;
	}

	.fixable {
		width: 125rem;
		-webkit-transform: translateX(-18.75rem);
		transform: translateX(-18.75rem);
	}

	.cta2 {
		width: 125rem;
		-webkit-transform: translateX(-18.75rem);
		transform: translateX(-18.75rem);
		background: #eaf0f4;
	}

	.cta2-inner {
		position: relative;
	}

	.cta2-wrap {
		position: absolute;
		bottom: 1.875rem;
		left: 50%;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		width: 62.5rem;
		margin: 0 auto;
	}

	.cta2-phone {
		width: 20.3125rem;
	}

	.cta2-line {
		width: 18.75rem;
	}

	.cta2-btn {
		width: 18.75rem;
	}

	.cta2-badge {
		position: absolute;
		top: -2.5rem;
		right: 26.25rem;
		width: 11.9375rem;
	}

	.loss {
		width: 75rem;
		margin: 6.0625rem auto 3.75rem;
	}

	.if {
		width: 125rem;
		-webkit-transform: translateX(-18.75rem);
		transform: translateX(-18.75rem);
	}

	.voice {
		width: 125rem;
		-webkit-transform: translateX(-18.75rem);
		transform: translateX(-18.75rem);
		margin: -0.3125rem 0 0;
	}

	.order {
		width: 62.5rem;
		margin: 5.9375rem auto 0;
		background: #fff;
	}

	.reason {
		width: 75rem;
		margin: 6.5625rem auto 6.25rem;
	}

	.case {
		width: 125rem;
		-webkit-transform: translateX(-18.75rem);
		transform: translateX(-18.75rem);
	}

	.text-link {
		display: inline;
		color: #03354f;
		border-bottom: 1px solid;
	}

	.form {
		width: 125rem;
		-webkit-transform: translateX(-18.75rem);
		transform: translateX(-18.75rem);
		font-family: "Noto Sans JP", sans-serif;
	}

	.form-bg {
		background-color: #cceefe;
		text-align: center;
		padding: 6.25rem 0 7.5rem;
	}

	.form-inner {
		width: 62.5rem;
		margin: 0 auto;
	}

	.form-ttl {
		margin: 0 0 2.8125rem 0;
		color: #103f95;
		font-weight: bold;
		font-size: 3.125rem;
		letter-spacing: 0.1em;
	}

	.form-txt01 {
		margin: 0 0 2.625rem;
		color: #333333;
		font-weight: 500;
		font-size: 1.125rem;
		line-height: 2;
	}

	.form-txt01 a {
		display: inline-block;
		color: #333333;
		border-bottom: 1px solid #333333;
	}

	.form-dl {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		padding: 1.25rem 0 1.4375rem;
		border-bottom: 1px solid #a2d3ea;
	}

	.form-dl-baseline {
		-webkit-box-align: baseline;
		-ms-flex-align: baseline;
		align-items: baseline;
	}

	.form-dt {
		position: relative;
		width: 20rem;
		text-align: left;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		color: #333333;
		font-weight: bold;
		font-size: 1.25rem;
		padding-top: 0.625rem;
		letter-spacing: 0.07em;
	}

	.form-dt::after {
		content: "必須";
		width: 3.75rem;
		height: 1.4375rem;
		margin: 0 0 0 1.25rem;
		padding: 0.4375rem 0 0;
		background-color: #ef6363;
		border-radius: 0.3125rem;
		text-align: center;
		line-height: 1;
		font-size: 1rem;
		color: #fff;
	}

	.form-dt-optional:after {
		display: none;
	}

	.form-dd {
		position: relative;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		width: 37.5rem;
		text-align: left;
	}

	.form-dd-text {
		margin: 1.25rem 0 0.8125rem;
		color: #333333;
		font-size: 1rem;
	}

	.form-dd input {
		display: block;
		width: 100%;
		height: 3.75rem;
		padding-left: 1.25rem;
		border-radius: 0.3125rem;
		border: none;
		letter-spacing: 0.1rem;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		background: #ffffff;
		color: inherit;
		font-size: 1rem;
	}

	.form-dd input::-webkit-input-placeholder {
		color: #afafaf;
	}

	.form-dd input::-moz-placeholder {
		color: #afafaf;
	}

	.form-dd input::-ms-input-placeholder {
		color: #afafaf;
	}

	.form-dd input::placeholder {
		color: #afafaf;
	}

	.form-dd-pref {
		position: relative;
	}

	.form-dd-pref:after {
		content: "";
		position: absolute;
		top: 40%;
		right: 0.9375rem;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		width: 0.625rem;
		height: 1.25rem;
		background: url("../images/form_select_triangle.webp") no-repeat center/contain;
	}

	.form-dd #pref {
		width: 17.8125rem;
		margin: 0 0 0.5625rem;
		padding: 0.75rem 0;
		border: none;
		border-radius: 0.3125rem;
		color: #333333;
		font-size: 1rem;
		text-align: center;
		-webkit-appearance: none;
		/* ベンダープレフィックス(Google Chrome、Safari用) */
		-moz-appearance: none;
		/* ベンダープレフィックス(Firefox用) */
		appearance: none;
		/* 標準のスタイルを無効にする */
	}

	.form-dd ::-ms-expand {
		/* select要素のデザインを無効にする（IE用） */
		display: none;
	}

	.form-dd textarea {
		width: 100%;
		min-height: 12.5rem;
		height: inherit;
		padding: 1.25rem;
		border-radius: 0.3125rem;
		border: none;
		letter-spacing: 0.1rem;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		background: #ffffff;
		color: inherit;
		font-size: 1rem;
	}

	.form-dd textarea::-webkit-input-placeholder {
		color: #afafaf;
	}

	.form-dd textarea::-moz-placeholder {
		color: #afafaf;
	}

	.form-dd textarea::-ms-input-placeholder {
		color: #afafaf;
	}

	.form-dd textarea::placeholder {
		color: #afafaf;
	}

	.form-dd-button {
		margin: 2.5rem 0 0;
		border: none !important;
		-webkit-box-shadow: none !important;
		box-shadow: none !important;
		background: none !important;
		color: #222222 !important;
	}

	.form-info {
		height: 10.3125rem;
		overflow: scroll;
		margin: 1.5625rem 0 3.75rem;
		padding: 2.1875rem 6.25rem 0 2.5rem;
		background: #fff;
		border-radius: 0.3125rem;
		text-align: left;
	}

	.form-info-ttl {
		margin: 0 0 2.1875rem;
		color: #333333;
		font-weight: bold;
		font-size: 1.25rem;
		letter-spacing: 0.07em;
	}

	.form-info-minittl {
		margin: 0 0 0.625rem;
		color: #333333;
		font-weight: bold;
		font-size: 1rem;
	}

	.form-info-txt {
		margin: 0 0 2.1875rem;
		color: #333333;
		font-size: 0.875rem;
		line-height: 1.8;
		letter-spacing: 0.1em;
	}

	.form-info-txt a {
		display: inline-block;
		color: #333333;
	}

	.form-btn button {
		width: 37.5rem;
		margin: 0 auto;
		background: none;
		border: none;
		cursor: pointer;
	}

	.flex-list {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-flow: nowrap;
		flex-flow: nowrap;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	/*----------------------------------------------------------
  validation message
  ----------------------------------------------------------*/
	.errmsg-box {
		margin: 1em 0 2em;
		padding: 1em;
		color: #cb1d46;
		font-size: 1rem;
		font-weight: bold;
		line-height: normal;
		background: #ffe8f7;
	}

	.form-table .error {
		background: #ffe8e8;
	}

	.form-table .error-msg-balloon {
		position: relative;
		margin: 0.625rem 0 0;
		padding: 3px 0.5em;
		background: #e11d1d;
		color: #fff;
		font-size: 1rem;
		text-align: center;
		border-radius: 0.25rem;
	}

	.form-table .error-msg-balloon span:before {
		content: "";
		position: absolute;
		bottom: -0.75rem;
		left: 50%;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
		width: 0;
		height: 0;
		border-width: 0.4375rem;
		border-style: solid;
		border-color: #e11d1d transparent transparent transparent;
	}
}

@media screen and (max-width: 767px) {
	.cta {
		background: #e9eff4;
	}

	.cta-inner {
		position: relative;
	}

	.cta-item {
		width: 10rem;
		position: absolute;
		top: -2.5rem;
		left: 1.5625rem;
	}

	.cta-phone {
		width: 41.875rem;
		position: absolute;
		top: 45.9375rem;
		right: 2.5rem;
	}

	.cta-line {
		width: 41.875rem;
		position: absolute;
		top: 35.9375rem;
		right: 2.5rem;
	}

	.cta-btn {
		width: 41.875rem;
		position: absolute;
		top: 26.25rem;
		right: 2.5rem;
	}

	.grow {
		background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), color-stop(50%, #ffffff), color-stop(50%, #f2f8fb), to(#f2f8fb));
		background: linear-gradient(180deg, #ffffff 0%, #ffffff 50%, #f2f8fb 50%, #f2f8fb 100%);
	}

	.grow-inner {
		position: relative;
		padding: 5.25rem 0 0;
	}

	.grow-wrapper {
		position: absolute;
		top: 52.5rem;
		left: 50%;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		width: 46.875rem;
		margin: 0 auto;
		padding: 0 0 0 0.625rem;
	}

	.grow-merit01-btn,
	.grow-merit02-btn {
		width: 24.0625rem;
	}

	.grow-merit02-btn {
		margin-left: -2.1875rem;
	}

	.grow-merit01 {
		width: 44.375rem;
		position: absolute;
		top: 87.5rem;
		right: 0.07rem;
	}

	.grow-merit02 {
		width: 44.375rem;
		position: absolute;
		bottom: 6.875rem;
		left: 0;
	}

	.grow #merit01 {
		position: absolute;
		top: 82.5rem;
	}

	.grow #merit02 {
		position: absolute;
		bottom: 101.25rem;
	}

	.fee {
		background: #cbeefe;
	}

	.fee-inner {
		width: 41.875rem;
		margin: 0 auto;
		position: relative;
	}

	.fee-table01-scroll {
		width: 100%;
		height: 60rem;
		position: absolute;
		bottom: 32rem;
	}

	.fee-table01-wrap-item {
		width: 250%;
	}

	.fee-table01-wrap-item picture {
		display: block;
		width: 100%;
	}

	.fee-table01-wrap .simplebar-scrollbar::before {
		background-color: #c8d1d5;
		border-radius: 0.625rem;
		width: 16.875rem;
		height: 1.4375rem;
		top: 0;
		left: 0;
	}

	.fee-table01-wrap .simplebar-track {
		background-color: #fff;
		border-radius: 1.25rem;
		height: 1.4rem !important;
	}

	.fee-table01-wrap .simplebar-scrollbar.simplebar-visible::before {
		opacity: 1;
	}

	.fee-table02-scroll {
		width: 100%;
		height: 12.0625rem;
		position: absolute;
		bottom: 7rem;
	}

	.fee-table02-wrap-item {
		width: 250%;
	}

	.fee-table02-wrap-item picture {
		display: block;
		width: 100%;
	}

	.fee-table02-wrap .simplebar-scrollbar::before {
		background-color: #c8d1d5;
		border-radius: 0.625rem;
		width: 16.875rem;
		height: 1.4375rem;
		top: 0;
		left: 0;
	}

	.fee-table02-wrap .simplebar-track {
		background-color: #fff;
		border-radius: 1.25rem;
		height: 1.4rem !important;
	}

	.fee-table02-wrap .simplebar-scrollbar.simplebar-visible::before {
		opacity: 1;
	}

	.cta2 {
		background: #eaf0f4;
	}

	.cta2-inner {
		position: relative;
	}

	.cta2-phone {
		width: 41.875rem;
		position: absolute;
		top: 40rem;
		right: 2.5rem;
	}

	.cta2-line {
		width: 41.875rem;
		position: absolute;
		top: 29.875rem;
		right: 2.5rem;
	}

	.cta2-btn {
		width: 41.875rem;
		position: absolute;
		top: 20.125rem;
		right: 2.5rem;
	}

	.cta2-badge {
		position: absolute;
		top: -5.625rem;
		right: 0;
		width: 14.6875rem;
	}

	.loss {
		width: 41.875rem;
		margin: 4.5625rem auto 4.6875rem;
	}

	.voice {
		margin: -0.3125rem 0 0;
	}

	.order {
		width: 41.875rem;
		margin: 5.75rem auto 0;
		background: #fff;
	}

	.reason {
		width: 41.875rem;
		margin: 7.5rem auto 5rem;
	}

	.text-link {
		display: inline;
		color: #03354f;
		border-bottom: 1px solid;
	}

	.form {
		font-family: "Noto Sans JP", sans-serif;
	}

	.form-bg {
		background-color: #cceefe;
		padding: 6.25rem 0 6.125rem;
	}

	.form-inner {
		width: 41.875rem;
		margin: 0 auto;
	}

	.form-ttl {
		margin: 0 0 2.8125rem 0;
		color: #103f95;
		font-weight: bold;
		font-size: 3.125rem;
		letter-spacing: 0.04em;
		text-align: center;
	}

	.form-txt01 {
		margin: 0 0 2.625rem;
		color: #333333;
		font-size: 1.75rem;
		letter-spacing: 0.04em;
		line-height: 1.6;
	}

	.form-txt01 a {
		display: inline-block;
		color: #333333;
		border-bottom: 1px solid #333333;
	}

	.form-dl {
		padding: 1.25rem 0 2.375rem;
		border-bottom: 1px solid #a2d3ea;
	}

	.form-dl-baseline {
		-webkit-box-align: baseline;
		-ms-flex-align: baseline;
		align-items: baseline;
	}

	.form-dt {
		position: relative;
		text-align: left;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		color: #333333;
		font-weight: bold;
		font-size: 2rem;
		padding-top: 0.625rem;
		letter-spacing: 0.08em;
		margin-bottom: 1.25rem;
	}

	.form-dt::after {
		content: "必須";
		width: 4.6875rem;
		margin: 0 0 0 1.25rem;
		padding: 0.46875rem 0;
		background-color: #ef6363;
		border-radius: 0.3125rem;
		text-align: center;
		font-size: 1.25rem;
		color: #fff;
		font-weight: normal;
	}

	.form-dt-optional:after {
		display: none;
	}

	.form-dd {
		position: relative;
		width: 41.875rem;
		text-align: left;
	}

	.form-dd-text {
		margin: 1.25rem 0 0.8125rem;
		color: #333333;
		font-size: 1.625rem;
		letter-spacing: 0.08em;
	}

	.form-dd input {
		display: block;
		width: 100%;
		height: 5.625rem;
		padding-left: 1.25rem;
		border-radius: 0.3125rem;
		border: none;
		letter-spacing: 0.08em;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		background: #ffffff;
		color: inherit;
		font-size: 1.625rem;
	}

	.form-dd input::-webkit-input-placeholder {
		color: #afafaf;
		font-size: 1.625rem;
		letter-spacing: 0.08em;
	}

	.form-dd input::-moz-placeholder {
		color: #afafaf;
		font-size: 1.625rem;
		letter-spacing: 0.08em;
	}

	.form-dd input::-ms-input-placeholder {
		color: #afafaf;
		font-size: 1.625rem;
		letter-spacing: 0.08em;
	}

	.form-dd input::placeholder {
		color: #afafaf;
		font-size: 1.625rem;
		letter-spacing: 0.08em;
	}

	.form-dd ::-ms-expand {
		/* select要素のデザインを無効にする（IE用） */
		display: none;
	}

	.form-dd textarea {
		width: 100%;
		min-height: 20.625rem;
		height: inherit;
		padding: 1.25rem;
		border-radius: 0.3125rem;
		border: none;
		letter-spacing: 0.08em;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		background: #ffffff;
		color: inherit;
		font-size: 1.625rem;
		font-weight: normal;
	}

	.form-dd textarea::-webkit-input-placeholder {
		color: #afafaf;
		font-size: 1.625rem;
		letter-spacing: 0.08em;
		font-weight: normal;
	}

	.form-dd textarea::-moz-placeholder {
		color: #afafaf;
		font-size: 1.625rem;
		letter-spacing: 0.08em;
		font-weight: normal;
	}

	.form-dd textarea::-ms-input-placeholder {
		color: #afafaf;
		font-size: 1.625rem;
		letter-spacing: 0.08em;
		font-weight: normal;
	}

	.form-dd textarea::placeholder {
		color: #afafaf;
		font-size: 1.625rem;
		letter-spacing: 0.08em;
		font-weight: normal;
	}

	.form-dd-button {
		margin: 2.5rem 0 0;
		border: none !important;
		-webkit-box-shadow: none !important;
		box-shadow: none !important;
		background: none !important;
		color: #222222 !important;
	}

	.form-info {
		height: 18.75rem;
		overflow: scroll;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		margin: 2.9375rem 0 3.125rem;
		padding: 2.1875rem 2.1875rem 0 2.1875rem;
		background: #fff;
		border-radius: 0.3125rem;
		text-align: left;
	}

	.form-info-ttl {
		margin: 0 0 2.1875rem;
		color: #333333;
		font-weight: 500;
		font-size: 2rem;
		letter-spacing: 0.08em;
	}

	.form-info-minittl {
		margin: 0 0 0.625rem;
		color: #333333;
		font-weight: bold;
		font-size: 1.625rem;
	}

	.form-info-txt {
		margin: 0 0 2.1875rem;
		color: #333333;
		font-size: 1.625rem;
		line-height: 1.5;
		letter-spacing: 0.08em;
	}

	.form-info-txt a {
		display: inline-block;
		color: #333333;
	}

	.form-btn button {
		width: 41.875rem;
		margin: 0 auto;
		background: none;
		border: none;
		cursor: pointer;
	}

	.flex-list {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-flow: nowrap;
		flex-flow: nowrap;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
}

/*----------------------------------------------------------
  validation message
  ----------------------------------------------------------*/
.errmsg-box {
	margin: 1em 0 2em;
	padding: 1em;
	color: #cb1d46;
	font-size: 1rem;
	font-weight: bold;
	line-height: normal;
	background: #ffe8f7;
}

.form-table .error {
	background: #ffe8e8;
}

.form-table .error-msg-balloon {
	position: relative !important;
	top: 0 !important;
	left: 0 !important;
	margin: 1rem 0 0;
	padding: 0.01rem 0.5em;
	background: #e11d1d;
	color: #fff;
	font-size: 0.22rem;
	text-align: center;
	border-radius: 0.3rem;
}

.form-table .error-msg-balloon span {
	display: inline-block;
	position: relative;
	padding: 0.7em 1em;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 0.05em;
	color: #fff;
	background: #e11d1d;
}

.form-table .error-msg-balloon span::before {
	content: "";
	position: absolute;
	top: -1.3rem;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 0;
	height: 0;
	border-width: 0.8rem;
	border-style: solid;
	border-color: transparent transparent #e11d1d transparent;
}

/*==============================================================================
Thasnk
============================================================================= */
.p-thanks .thanks {
	position: relative;
}

.p-thanks .thanks picture:nth-child(2) {
	background: #14a0a0;
}

.p-thanks .thanks-phone,
.p-thanks .thanks-line,
.p-thanks .thanks-mail {
	position: absolute;
	z-index: 1;
}

.p-thanks .thanks-phone {
	width: 12.352vw;
	left: 40.4vw;
	top: 30.2vw;
}

.p-thanks .thanks-line {
	width: 3.229vw;
	left: 46.5vw;
	top: 34.3vw;
}

.p-thanks .thanks-mail {
	width: 3.229vw;
	left: 41.2vw;
	top: 34.3vw;
}

.p-thanks .footer {
	background: #375f9b;
	margin-top: -1px;
}

.p-thanks .footer-wrap {}

.p-thanks .footer-taxcom,
.p-thanks .footer-ac,
.p-thanks .footer-company,
.p-thanks .footer-privacy,
.p-thanks .footer-sitemap,
.p-thanks .footer-contact {
	position: absolute;
	z-index: 1;
}

.p-thanks .footer-taxcom {
	width: 13.5vw;
	left: 52vw;
	bottom: 8.1vw;
}

.p-thanks .footer-ac {
	width: 17.1vw;
	left: 69.5vw;
	bottom: 8.1vw;
}

.p-thanks .footer-company {
	width: 5vw;
	left: 48.4vw;
	bottom: 4.4vw;
}

.p-thanks .footer-privacy {
	width: 11vw;
	left: 57.5vw;
	bottom: 4.5vw;
}

.p-thanks .footer-sitemap {
	width: 6.4vw;
	left: 73.3vw;
	bottom: 4.5vw;
}

.p-thanks .footer-contact {
	width: 6vw;
	left: 84.6vw;
	bottom: 4.5vw;
}

@media screen and (max-width: 767px) {
	.p-thanks .thanks-phone {
		width: 49vw;
		left: 18.7vw;
		top: 111.5vw;
	}

	.p-thanks .thanks-line {
		width: 17vw;
		left: 33vw;
		top: 127.6vw;
	}

	.p-thanks .thanks-mail {
		width: 17vw;
		left: 11.5vw;
		top: 127.6vw;
	}

	.p-thanks .footer-taxcom {
		width: 40vw;
		left: 28.7vw;
		bottom: 108.7vw;
	}

	.p-thanks .footer-ac {
		width: 51.1vw;
		left: 24vw;
		bottom: 95.2vw;
	}

	.p-thanks .footer-company {
		width: 17.8vw;
		left: 40.8vw;
		bottom: 74.2vw;
	}

	.p-thanks .footer-privacy {
		width: 40.5vw;
		left: 29.4vw;
		bottom: 57.6vw;
	}

	.p-thanks .footer-sitemap {
		width: 23.1vw;
		left: 38.2vw;
		bottom: 40.6vw;
	}

	.p-thanks .footer-contact {
		width: 21.2vw;
		left: 39.1vw;
		bottom: 23.8vw;
	}
}
