@charset "UTF-8";

/*------------------
スタイルの初期化
--------------------*/
*,
*::before,
*::after {
	box-sizing: border-box;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
img,
fieldset,
form,
label,
legend,
caption,
tbody,
tfoot,
thead,
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;
	outline: 0;
	font-size: 12px;
	line-height: 1.5;
	vertical-align: baseline;
	background: transparent;
	color: #4d4d4d;
	font-family: 'ヒラギノ角ゴ ProN W3', 'Hiragino kaku Gothic ProN', 'メイリオ', 'Meiryo', 'MS Pゴシック', 'MS PGothic', sans-serif;
}

input,
button,
select {
	font-size: 12px;
	font-size: 1.2rem;
}

ol,
ul {
	list-style: none;
}

ol img,
ul img {
	vertical-align: top;
}

blockquote,
q {
	quotes: none;
}

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

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

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

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

.OnFL {
	float: left;
}

.OnFR {
	float: right;
}

/*---------------
contact用
-----------------*/


h1 {
	color: #fff;
	font-size: 20px;
	font-weight: 400;
	line-height: 1.5;
	letter-spacing: 0.03em;
	padding: 14px 24px 18px;
	background: linear-gradient(180deg, #37A1E8 0%, #0087E1 100%);

}

.cointainner {
	max-width: 880px;
	height: auto;
	margin: 0 auto;
}

.contents {
	background-color: #eff5f9;
	border: solid 1px #aad3ed;
	border-top: none;
	width: auto;
	height: auto;
	padding: 15px 0 20px;
}

.contentsIn {
	background-color: #fff;
	width: 95.672%;
	height: auto;
	margin: 0 auto;
	padding: 20px 30px;
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
	-o-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
	-ms-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}

.contentsIn p.lead {
	font-size: 14px;
	line-height: 1.5;
	margin-bottom: 10px;
}

.contentsIn p.lead img {
	vertical-align: text-bottom;
	margin-right: 5px;
}

.flowArea01,
.flowArea02,
.flowArea03 {
	display: grid;
	width: 95.672%;
	margin: 0 auto 20px;
	grid-template-columns: repeat(3, 1fr);
	background: #fff;
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}

.flowArea01 li,
.flowArea02 li,
.flowArea03 li {
	display: grid;
	align-items: center;
	min-height: 61px;
	font-size: 16px;
	padding: 10px 6px 10px 14px;
	position: relative;
}

.flowArea01 li:first-child,
.flowArea02 li:first-child,
.flowArea03 li:first-child {
	padding-left: 10px;
}

.flowArea01 li:nth-child(2),
.flowArea02 li:nth-child(1),
.flowArea03 li:nth-child(-n+2) {
	border-right: 1px solid #ccc;
}

.flowArea01 li:nth-child(2)::after,
.flowArea02 li:nth-child(1)::after,
.flowArea03 li:nth-child(-n+2)::after {
	content: '';
	display: block;
	width: 12px;
	height: 12px;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	background: #fff;
	position: absolute;
	top: 50%;
	right: -7px;
	rotate: 45deg;
	translate: 0 -50%;
	z-index: 1;
}

.flowAct {
	color: #fff;
	background: #ff8f00;
}

.flowAct::after {
	content: '';
	display: block;
	width: 8px;
	height: 16px;
	background: inherit;
	position: absolute;
	top: 50%;
	left: 100%;
	translate: 0 -50%;
	pointer-events: none;
	clip-path: polygon(0 0, 100% 50%, 0 100%);
}

.flowArea03 .flowAct::after {
	display: none;
}

.tblArea {
	border: solid 1px #aad3ed;
	margin-bottom: 20px;
}

.tblArea select,
.tblArea input {
	font-size: 14px;
}

.tblArea textarea {
	width: 520px;
	font-size: 15px;
	resize: none;
}

.tblArea .required {
	background-color: #ffffcd;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {

	.tblArea select,
	.tblArea input {
		font-size: 14px;
	}
}

.wFull {
	width: 100%;
}

.dotLine {
	border-bottom: dotted 1px #bfbfbf;
}

.lftLine {
	border-left: solid 1px #aad3ed;
}

.required-label {
	color: #fff;
	font-size: 10px;
	font-weight: 700;
	background: #ff8f00;
	padding: 2px 4px;
}

table.tbl01 {
	width: 100%;
	border-collapse: collapse;
}

table.tbl01 th {
	background-color: #eff5f9;
	border-right: solid 1px #aad3ed;
	padding: 9px;
	font-weight: normal;
	vertical-align: middle;
	font-size: 14px;
	text-align: left;
}

table.tbl01 th .required-label {
	margin-left: 4px;
}

table.tbl01 th img {
	vertical-align: text-bottom;
	margin-left: 5px;
}

table.tbl01 td {
	font-size: 14px;
	padding: 9px;
	vertical-align: middle;
}

table.tbl01 td span.px14 {
	font-size: 14px;
}

table.tbl01 td span.px12 {
	font-size: 12px;
}

.w148 {
	width: 148px;
}

.w160 {
	width: 160px;
}

.w214 {
	width: 214px;
}

.w254 {
	width: 254px;
}

.caution {
	margin-bottom: 20px;
}

.caution li {
	font-size: 14px;
	color: #be0000;
	text-indent: -14px;
	padding-left: 14px;
}

.psnlInfo {
	margin-bottom: 20px;
}

.psnlInfo dt,
.psnlInfo dd {
	font-size: 14px;
}

.readMds {
	display: flex;
	gap: 4px;
	align-items: center;
	justify-content: space-between;
	background: #eff5f9;
	padding: 5px;
}

.readTxt {
	font-size: 14px;
	padding: 5px 5px 5px 20px;
	text-indent: -10px;
}

.tblArea p.readMdsTxt {
	font-size: 14px;
	color: #be0000;
}

.btnClick {
	flex-shrink: 0;
}

.btnClick a {
	display: block;
	padding: 6px 36px 6px 20px;
	background: linear-gradient(180deg, #FEFEFE 0%, #EAEAEA 100%);
	color: #4d4d4d;
	font-weight: 500;
	text-decoration: none;
	letter-spacing: .08em;
	border: 1px solid #C2C0B9;
	position: relative;
}

.btnClick a::after {
	content: '';
	display: block;
	width: 6px;
	height: 10px;
	background: #4d4d4d;
	clip-path: polygon(0 0,100% 50%,0 100%);
	position: absolute;
	right: 20px;
	top: 50%;
	translate: 0 -50%;
}

.btnConfirm,
.btnSubmit {
	width: 100%;
	height: auto;
	max-width: 460px;
	margin: 0 auto;
	position: relative;
}

.btnConfirm::after,
.btnSubmit::after {
	content: '';
	display: block;
	width: 12px;
	height: 20px;
	background: #fff;
	clip-path: polygon(0 0,100% 50%,0 100%);
	position: absolute;
	top: 50%;
	right: 20px;
	translate: 0 -50%;
}

.btnConfirm input.btn_fm00,
.submitbtn {
	width: 100%;
	min-height: 60px;
	background: linear-gradient(180deg, #CB3333 0%, #C51A1A 50%, #BE0000 100%);
	display: block;
	color: #fff;
	font-size: 18px;
	letter-spacing: 0;
	text-align: center;
	position: relative;
}

.btnConfirm input.btn_fm00{
	filter: grayscale(100%);
	opacity: 0.3;
}

.btnConfirm input.btn_fm01 {
	filter: none;
	opacity: 1;
	cursor: pointer;
}

.btnBack a { 
	display: block;
	width: fit-content;
	margin: 15px auto 0;
	padding: 6px 20px 6px 36px;
	background: linear-gradient(180deg, #FEFEFE 0%, #EAEAEA 100%);
	color: #4d4d4d;
	font-weight: 500;
	text-decoration: none;
	letter-spacing: .08em;
	border: 1px solid #C2C0B9;
	position: relative;
}

.btnBack a::after {
	content: '';
	display: block;
	width: 6px;
	height: 10px;
	background: #4d4d4d;
	clip-path: polygon(0 50%,100% 0,100% 100%);
	position: absolute;
	left: 20px;
	top: 50%;
	translate: 0 -50%;
}

.contentsIn .transComp01 {
	font-size: 18px;
	line-height: 1.5;
	color: #c50000;
	font-weight: bold;
	margin-bottom: 20px;
}

.contentsIn .transComp02 {
	font-size: 14px;
	line-height: 1.5;
	margin-bottom: 20px;
}

.contentsIn .transComp03 {
	font-size: 14px;
	line-height: 1.5;
}

#recaptcha div {
	margin: 0 auto;
}

@media screen and (max-width: 767px) {
	.contentsIn {
		padding: 15px;
	}

	.flowArea01 li,
	.flowArea02 li,
	.flowArea03 li {
		font-size: 12px;
		line-height: 1.2;
	}

	table th,
	table td {
		display: block;
	}

	table.tbl01 th {
		border: none;
	}

	.w148,
	.w160,
	.w214,
	.w254 {
		width: 100%;
	}

	.tblArea textarea {
		width: 100%;
	}

	.btnConfirm::after,
	.btnSubmit::after {
		width: 10px;
		height: 16px;
	}

	.btnConfirm input.btn_fm00,
	.submitbtn {
		font-size: 14px;
		padding-right: 20px;
	}

}
