@charset "Shift_JIS";

body,
div,
p,
blockquote,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
li,
dl,
dt,
dd,
table,
caption,
tr,
td,
th,
address,
header,
footer,
nav,
main,
article,
section,
aside,
figure,
figcaption {
	margin: 0;
	padding: 0;
}

body,
div,
p,
blockquote,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
li,
dl,
dt,
dd,
address,
header,
footer,
nav,
main,
article,
section,
aside,
figure,
figcaption {
	display: block;
}

body,
div,
p,
blockquote,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
li,
dl,
dt,
dd,
table,
caption,
tr,
td,
th,
address,
header,
footer,
nav,
main,
article,
section,
aside,
figure,
figcaption,
img,
span,
a {
	box-sizing: border-box;
}

ul,
ol {
	list-style-type: none;
}

img {
	border: none;
	vertical-align: middle;
}

table {
	border-collapse: collapse;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: bold;
}

a {
	zoom: 1;
	text-decoration: none;
	color: #333;
	transition: opacity 0.7s;
	display: block;
}

a:hover {
	opacity: 0.8;
}

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

input, button, textarea, select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
/* iOS驍ｵ�ｺ�ｽ�ｧ驍ｵ�ｺ�ｽ�ｮ驛｢譎｢�ｿ�ｽ郢晢ｽｵ驛｢�ｧ�ｽ�ｩ驛｢譎｢�ｽ�ｫ驛｢譎冗樟邵ｺ蟶ｷ�ｹ�ｧ�ｽ�ｿ驛｢�ｧ�ｽ�､驛｢譎｢�ｽ�ｫ驛｢�ｧ陋幢ｽｵ�取㏍�ｹ�ｧ�ｽ�ｻ驛｢譎｢�ｿ�ｽ郢晢ｽｨ */
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  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;
}
input[type="text"],
input[type="email"],
textarea,
input[type="submit"]{-webkit-appearance:none; border-radius:0; }


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

common

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

:root {
	--key: #0075C1;
	--gray: #6F6F6F;
}

body {
	color: #000;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 500;
	line-height: 1.6;
}

.page {
	width: 100%;
	max-width: 1100px;
	margin: 0 auto;
}
@media screen and (max-width: 768px) {
	body {
		font-size: min(4vw,16px);
	}
}
@media screen and (min-width: 769px) {
	body {
		font-size: 18px;
	}
}

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

header

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

/* ttls ----------------------*/
.ttls {
	line-height: 1;
	.companyname {
		color: var(--key);
		font-weight: 700;
	}
}
@media screen and (max-width: 768px) {
	.ttls {
		padding: 20px 15px 10px;
		#logo {
			width: min(42.5vw,171px);
			margin-bottom: 10px;
    }
		.companyname {
			font-size: min(5vw,20px);
		}
	}
}
@media screen and (min-width: 769px) {
	.ttls {
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin-top: 65px;
		margin-bottom: 30px;
		#logo {
			width: 265px;
    }
		.companyname {
			font-size: min(3vw,27px);
		}
	}
}
@media screen and (min-width: 769px) and (max-width: 1100px) {
	.ttls {
		padding-left: 15px;
		padding-right: 20px;
	}
}
/* h1 ----------------------*/
h1 {
	background: var(--key);
	font-weight: 700;
	line-height: 1;
	color: #fff;
}
@media screen and (max-width:768px) {
	h1 {
		font-size: min(4.5vw,18px);
		padding: 1.15em 15px 1.3em;
	}
}
@media screen and (min-width:769px) {
	h1 {
		font-size: 27px;
		padding: 1.1em 45px 1.2em;
	}
}

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

main

------------------------------------- */
main {
	.lead {
		border-bottom: 1px solid var(--gray);
		line-height: 2;
	}
}
@media screen and (max-width:768px) {
	main {
		padding: 20px 15px 60px;
		.lead {
			padding-bottom: 30px;
		}
	}
}
@media screen and (min-width:769px) {
	main {
		padding: 50px 50px 65px;
		.lead {
			text-align: center;
			padding-bottom: 50px;
			span {
				display: inline-block;
			}
		}
	}
}

.complate__box {
	padding-top: 50px;
}
.complate__box .btn a {
	font-family: "Noto Sans JP", sans-serif;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: min(4.5vw,18px);
	text-align: center;
	color: #FFF;
	font-weight: 700;
	width: 286px;
	height: 70px;
	border-radius: 150px;
	background: var(--key);
	cursor: pointer;
	transition: all .3s;
	box-shadow: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
	position: relative;
	&::after {
		content: "";
		display: block;
		aspect-ratio: 1/1;
		width: 10px;
		clip-path: polygon(0 50%, 100% 0%, 100% 100%);
		background: #fff;
		position: absolute;
		left: 30px;
		top: 50%;
		transform: translateY(-50%);
	}
}

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

form layout

------------------------------------- */
.req,.any {
	display: inline-block;
	border: 1px solid;
	font-size: min(3.5vw,14px);
	line-height: 1;
	font-weight: 400;
	padding: .3em .55em .4em .5em;
}
.req {
	color: #FF383C;
}
.any {
	color: var(--gray);
}
@media screen and (min-width:769px) {
	.req,.any {
		margin-left: .8em;
	}
}

#blk1 {	
	dt {
		border-left: 5px solid var(--key);
		line-height: 1;
		padding: .2em 0 .2em .8em;
	}
}

@media screen and (max-width:768px) {
	#blk1 {
		.line {
			margin-top: 40px;
		}
		dt {
			display: flex;
			justify-content: space-between;
			align-items: center;
			margin-bottom: 14px;
		}
	}
}
@media screen and (min-width:769px) {
	#blk1 {
		.line {
			margin-top: 54px;
		}
		dt {
			margin-bottom: 18px;
		}
	}
}


@media screen and (min-width:769px) {
	.fm_radio {
		dd {
			display: flex;
			flex-wrap: wrap;
		}
	}
}

.fm_name {
	dd {
		display: flex;
		inpur {
			width: calc();
		}
	}
}
@media screen and (max-width:768px) {
	.fm_name {
		dd {
			.input {
				width: calc( (100% - 10px) / 2 );
				&:first-of-type {
					margin-right: 10px;
				}
			}
		}
	}
}
@media screen and (min-width:769px) {
	.fm_name {
		dd {
			.input {
				width: calc( (100% - 20px) / 2 );
				&:first-of-type {
					margin-right: 20px;
				}
			}
		}
	}
}

@media screen and (min-width:769px) {
	.fm_zip {
		.input {
			max-width: 360px;
		}
	}
	.fm_pref {
		.select {
			max-width: 360px;
		}
	}
}

.b-notes {
	margin: 50px 0;
	font-size: min(4vw,16px);
	font-weight: 400;
	a {
		display: inline;
		color: #2365B1;
		&:hover {
			text-decoration: underline;
		}
	}
}
@media screen and (max-width:768px) {
	.b-notes {
		margin-bottom: 30px;
	}
}

.agreeBox {
	margin-bottom: 30px;
	&+p {
		font-size: min(3.5vw,14px);
		font-weight: 400;
	}
}


.btn {
	text-align: center;
	
}
@media screen and (max-width:768px) {
	.btn {
		margin-top: 40px;
	}
}
@media screen and (min-width:769px) {
	.btn {
		margin-top:  60px;
	}
}


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

form parts

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

input[type="text"],
input[type="number"],
input[type="email"],
textarea {
	font-size: inherit;
	font-family: "Noto Sans JP", sans-serif;
	display: inline-block;
	vertical-align: middle;
	width: 100%;
	padding: 12px 10px;
	border: 1px solid #9D9D9D;
	background-color: #FFF;
	box-sizing: border-box;
	border-radius: 8px;
	box-shadow: none;
	transition: background-color 0.3s;
	-webkit-appearance: none;
}

input[type="text"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
textarea:focus {
	border-color: var(--key);
	background: #ebf4fa;
	outline: 0;
}

textarea {
	min-height: 220px;
}

.select {
	overflow: hidden;
	padding: 12px 10px;
	border: 1px solid #9D9D9D;
	border-radius: 8px;
	background-color: #FFF;
	position: relative;
	box-sizing: border-box;
}

.select select {
	font-size: inherit;
	font-family: "Noto Sans JP", sans-serif;
	line-height: 1;
	text-overflow: ellipsis;
	width: 100%;
	border: none;
	background: transparent;
	background-image: none;
	outline: none;
	cursor: pointer;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none;
	position: relative;
	z-index: 1;
}

.select select::-ms-expand {
	display: none;
}

.select::before {
	content: '';
	aspect-ratio: 1.3/1;
	width: .9em;
	clip-path: polygon(0 0, 100% 0, 50% 100%);
	background: #9D9D9D;
	pointer-events: none;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 15px;
	z-index: 2;
}

.radio,.check {
	input{
		display: none;
		&:checked {
			&+span {
				&::before {
					border-color: var(--key);
				}
				&::after {
					opacity: 1;
				}
			}
		}
	}
	label {
		span {
			font-size: inherit;
			display: inline-block;
			position: relative;
			cursor: pointer;
			&::before,
			&::after {
				content: "";
				display: block;
				aspect-ratio: 1/1;
				position: absolute;
			}
			&::before {
				width: 1.4em;
			}
		}
	}
}

/* radio ---------*/
.radio {
	margin-bottom: .5em;
	margin-right: 1em;
	label {
		span {
			padding-left: 1.9em;
			&::before {
				top: .2em;
				left: 0;
				border: 1px solid var(--gray);
				background-color: #FFF;
				border-radius: 50%
			}
			&::after {
				width: .8em;
				border-radius: 50%;
				background: var(--key);
				top: .55em;
				left: .36em;
				transition: opacity 0.3s, transform 0.3s;
				opacity: 0;
			}
		}
	}
}

/* checkbox */
.check {
	input {
		&:checked {
			&+span {
				&::before {
					background: var(--key);
				}
			}
		}
	}
	label {
		span {
			padding-left: 2.1em;
			&::before {
				width: 1.4em;
				border: 2px solid #2365B1;
				background-color: #FFF;
				border-radius: 8px;
				top: .05em;
				left: 0;
			}
			&::after {
				aspect-ratio: 8/14;
				width: .3em;
				border-bottom: 4px solid #fff;
				border-right: 4px solid #fff;
				top: .4em;
				left: .56em;
				transform: translate(-50%,-50%);
			}
		}
	}
}

.check label span::after {
	
	transition: opacity 0.3s, transform 0.3s;
	opacity: 0;
}

.check label input:checked+span::after {
	opacity: 1.0;
	transform: rotate(40deg);
}


button {
	font-family: "Noto Sans JP", sans-serif;
	display: inline-block;
	vertical-align: middle;
	-webkit-appearance: none;
	font-size: min(4.5vw,18px);
	text-align: center;
	color: #FFF;
	font-weight: 700;
	width: 286px;
	height: 70px;
	border-radius: 150px;
	background: var(--key);
	cursor: pointer;
	transition: all .3s;
	box-shadow: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
	position: relative;
	&::after {
		content: "";
		display: block;
		aspect-ratio: 1/1;
		width: 10px;
		clip-path: polygon(0 0, 100% 50%, 0 100%);
		background: #fff;
		position: absolute;
		right: 30px;
		top: 50%;
		transform: translateY(-50%);
	}
	&:disabled {
		pointer-events: none;
		background-color: #9D9D9D;
	}
	&[name="submit-back"] {
		background: #9D9D9D;
		&::after {
			right: auto;
			left: 30px;
			clip-path: polygon(0 50%, 100% 0, 100% 100%);
		}
	}
}



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


.sptel {
	cursor: default;
	pointer-events: none;
}

.flex {
	display: flex;
	flex-wrap: wrap;
}

.align_items_cen {
	align-items: center;
}

.align-items_start {
	align-items: flex-start;
}

.align-items_end {
	align-items: flex-end;
}

.justify-content_end {
	justify-content: flex-end;
}



.index .bg_bl {
	margin-bottom: 55px;
}

#flow h2 {
	font-size: 24px;
	color: #7496D0;
	text-align: center;
	padding-bottom: 20px;
	margin-bottom: 45px;
	border-bottom: 1px solid #7496dD;
}

#flow ol {
	padding: 50px 0;
	margin-bottom: 70px;
	position: relative;
}

#flow ol::after {
	content: "";
	width: 22px;
	height: 100%;
	display: block;
	background-color: #E6E6E6;
	position: absolute;
	top: 0;
	left: 172px;
	z-index: 1;
}

#flow ol>li:not(:last-child) {
	margin-bottom: 40px;
}

#flow .step {
	width: 122px;
	margin-right: 72px;
}

#flow .step p {
	font-size: 21px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	line-height: 1.4;
	padding: 12px 10px;
	background-color: #7496D0;
	position: relative;
	top: -16px;
}

#flow .step p::after {
	content: "";
	width: 0;
	height: 0;
	display: block;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-left: 16px solid #7496D0;
	position: absolute;
	top: 50%;
	right: -15px;
	z-index: 1;
	transform: translateY(-50%);
}

#flow .icon {
	width: 188px;
	padding-top: 45px;
}

#flow .icon img {
	display: block;
	margin: 0 auto;
}

#flow .text {
	flex: 1;
	padding-left: 10px;
	position: relative;
}

#flow .text.noicon {
	margin-left: 188px;
}

#flow .text::before,
#flow .text::after {
	content: "";
	display: block;
	position: absolute;
	z-index: 2;
}

#flow .text::before {
	width: 11px;
	height: 11px;
	border-radius: 50%;
	background-color: #7496D0;
	top: 6px;
	left: -204px;
}

#flow .text::after {
	width: 200px;
	height: 2px;
	border-top: 2px dotted #7496D0;
	top: 11px;
	left: -200px;
}

#flow .text h3 {
	font-size: 18px;
	color: #7496D0;
}

#flow .text h3:not(:last-child) {
	margin-bottom: 13px;
}


.link {
	font-size: 16px;
	text-align: center;
	width: 100%;
	max-width: 368px;
	padding: 18px;
	margin: 0 auto;
	border: 2px solid #CCC;
	border-radius: 40px;
	background-color: #CCC;
	cursor: default;
	pointer-events: none;
	transition: color 0.3s, border 0.3s, background-color 0.3s;
}

.link.on {
	color: #FFF;
	border: 2px solid #096BC2;
	background-color: #096BC2;
	cursor: pointer;
	pointer-events: auto;
}

.link.on:hover {
	color: #096BC2;
	background-color: #FFF;
	opacity: 1.0;
}


.agree .bg_bl {
	margin-bottom: 30px;
}

.agree .maincap {
	text-align: center;
	margin-bottom: 80px;
}

.checklist h2 {
	font-size: 21px;
	color: #7496D0;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #7496D0;
}

.checklist h2 br {
	display: none;
}

.checklist .check {
	padding: 0 15px;
}

.checklist .check li:not(:last-child) {
	margin-bottom: 40px;
}

.checklist .check li label {
	font-size: 0;
	display: block;
	margin-bottom: 13px;
}

.checklist .check li input {
	display: none;
}

.checklist .check li label span {
	font-size: 18px;
	font-weight: bold;
	color: #7496D0;
	line-height: 1.6;
	display: inline-block;
	padding-left: 25px;
	position: relative;
	cursor: pointer;
}

.checklist .check li label span::before,
.checklist .check li label span::after {
	content: "";
	display: block;
	position: absolute;
}

.checklist .check li label span::before {
	top: 8px;
	left: 0;
	width: 12px;
	height: 12px;
	border: 2px solid #CCC;
	background-color: #FFF;
}

.checklist .check li label span::after {
	width: 8px;
	height: 14px;
	border-bottom: 3px solid #7496D0;
	border-right: 3px solid #7496D0;
	top: 2px;
	left: 4px;
	transition: opacity 0.3s, transform 0.3s;
	opacity: 0;
}

.checklist .check li label input:checked+span::after {
	opacity: 1.0;
	transform: rotate(40deg);
}

.checklist .check li p {
	padding-left: 30px;
}

#checklist1 {
	margin-bottom: 80px;
}

#checklist2 {
	margin-bottom: 100px;
}

#confirm .input input,
#confirm textarea {
	background-color: transparent;
	border: none;
}

#confirm textarea {
	height: 100px;
	resize: none;
}



.complate__box-heading {
	font-weight: bold;
	text-align: center;
	color: #555 !important;
}

.complate__box-txt {
	font-weight: bold;
	text-align: center;
	line-height: 1.75;
	color: #555;
	font-size: 16px;
}


.form form#confirm .fm_gender input {
	display: block;
	max-width: 70px;
}


.form .maincap {
	text-align: center;
	padding-bottom: 35px;
	margin-bottom: 20px;
	border-bottom: 1px solid #7496D0;
}

.form .maincap a,
.form form .lead a {
	color: #096BC2;
	display: inline;
}

.form .maincap a:hover,
.form form .lead a:hover {
	text-decoration: underline;
	opacity: 1.0;
}



.form form #blk2 {
	margin-bottom: 85px;
}

.form form h2 {
	font-size: 21px;
	color: #7496D0;
	margin-bottom: 20px;
}


.form form .line dt .e-comment{
	font-size: .8em;
	font-weight: normal;
	color: #333;
}
.form form .line.fm_housecode input {
	text-transform: uppercase;
}



.form form .line dd .sep {
	font-size: 16px;
	color: #999;
	width: 40px;
	display: inline-block;
	vertical-align: middle;
}

.form form textarea {
	line-height: 1.8;
	width: 100%;
	height: 90px;
}


.form form .cap {
	font-size: 14px;
	color: #999;
}


.form form .fm_kana .cap {
	margin-top: 5px;
}

.form form .fm_address .item:not(:last-child) {
	margin-bottom: 10px;
}

.form form .fm_address .item p {
	font-size: 16px;
	color: #999;
	width: 180px;
}

.form form .fm_zip #zip1 {
	width: 75px;
}

.form form .fm_zip #zip2 {
	width: 115px;
}

.form form .fm_zip .sep {
	text-align: center;
}


.form form .fm_address2 .input,
.form form .fm_address3 .input,
.form form .fm_address4 .input {
	width: calc(100% - 180px);
	max-width: 330px;
}

.form form .fm_tel .input {
	width: calc((99.9% - 80px) / 3);
	max-width: 80px;
}

.form form .fm_tel .sep {
	text-align: center;
}

.form form .fm_mail .input {
	max-width: 290px;
}

.form form .fm_mail .cap {
	margin: 8px 0;
}

.form form .fm_mail .cap span {
	color: #C1272D;
	display: block;
}

.form form .fm_age .input {
	width: 70px;
	margin-right: 10px;
}

.form form .fm_gender label {
	display: inline-block;
}

.form form .fm_gender label:not(:last-child) {
	margin-right: 40px;
}

.form form .fm_gender input {
	display: none;
}

.form form .fm_gender label span {
	font-size: 14px;
	color: #999;
	display: inline-block;
	padding-left: 25px;
	position: relative;
	cursor: pointer;
}

.form form .fm_gender label span::before,
.form form .fm_gender label span::after {
	content: "";
	width: 12px;
	height: 12px;
	display: block;
	border-radius: 50%;
	position: absolute;
	top: 3px;
	left: 0;
}

.form form .fm_gender label span::before {
	border: 1px solid #CCC;
	background-color: #FFF;
	z-index: 1;
}

.form form .fm_gender label span::after {
	border: 1px solid #7496D0;
	background-color: #7496D0;
	transition: opacity 0.3s;
	opacity: 0;
	z-index: 2;
}

.form form .fm_gender label input:checked+span::after {
	opacity: 1.0;
}

.form form .line.fm_note {
	padding: 0;
	margin: 0;
	border-bottom: none;
}

.form form #blk2 h2 {
	margin-bottom: 10px;
}

.form form .line.fm_note dt {
	font-size: 14px;
	font-weight: normal;
	color: #333;
	width: 100%;
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #E6E6E6;
}

.form form .line.fm_note .input {
	width: calc(100% - 295px);
	max-width: 445px;
	margin-left: 295px;
}




@media screen and (max-width:970px) {

	/* -------------------------------------
	header
	------------------------------------- */

	.bg_bl {
		padding: 40px 20px;
	}

	.bg_bl h1 {
		font-size: 25px;
		margin-bottom: 18px;
	}

	.bg_bl h1 span {
		font-size: 15px;
		padding: 9px;
	}

	.bg_bl p img {
		width: 214px;
		margin: 23px auto 0 auto;
	}


	/* -------------------------------------
	common
	------------------------------------- */
	.index .bg_bl {
		margin-bottom: 50px;
	}

	#flow h2 {
		font-size: 23px;
		padding-bottom: 18px;
		margin-bottom: 40px;
	}

	#flow ol {
		padding: 45px 0;
		margin-bottom: 65px;
	}

	#flow ol::after {
		left: 148px;
	}

	#flow ol>li:not(:last-child) {
		margin-bottom: 38px;
	}

	#flow .step {
		width: 110px;
		margin-right: 60px;
	}

	#flow .step p {
		font-size: 20px;
		padding: 11px 10px;
		top: -14px;
	}

	#flow .step p::after {
		border-top: 9px solid transparent;
		border-bottom: 9px solid transparent;
		border-left: 15px solid #7496D0;
		right: -14px;
	}

	#flow .icon {
		width: 170px;
		padding-top: 40px;
	}

	#flow .icon img {
		width: 95px;
		height: auto;
	}

	#flow .text.noicon {
		margin-left: 170px;
	}

	#flow .text::before {
		left: -185px;
	}

	#flow .text::after {
		width: 180px;
		left: -180px;
	}

	.link {
		font-size: 15px;
		padding: 17px;
	}


	.agree .maincap {
		margin-bottom: 75px;
	}

	.checklist h2 {
		font-size: 20px;
		padding-bottom: 18px;
		margin-bottom: 18px;
	}

	.checklist .check {
		padding: 0 10px;
	}

	.checklist .check li:not(:last-child) {
		margin-bottom: 35px;
	}

	#checklist1 {
		margin-bottom: 75px;
	}

	#checklist2 {
		margin-bottom: 95px;
	}




	.form .maincap {
		padding-bottom: 33px;
	}


	.form form #blk1 {
		margin-bottom: 60px;
	}

	.form form #blk2 {
		margin-bottom: 80px;
	}

	.form form h2 {
		font-size: 20px;
		margin-bottom: 18px;
	}

	.form form .line dd .sep {
		font-size: 15px;
	}

	.form form .fm_address .item p {
		font-size: 15px;
		width: 165px;
	}

	.form form .fm_address2 .input,
	.form form .fm_address3 .input,
	.form form .fm_address4 .input {
		width: calc(100% - 165px);
	}

	.form form .line.fm_note .input {
		width: calc(100% - 260px);
		margin-left: 260px;
	}

}

@media screen and (max-width:768px) {

	/* -------------------------------------
	header
	------------------------------------- */
	header {
		padding-top: 15px;
	}

	#logo {
		width: 160px;
		margin-bottom: 20px;
	}

	.bg_bl {
		padding: 35px 20px;
	}

	.bg_bl h1 {
		font-size: 23px;
		margin-bottom: 15px;
	}

	.bg_bl h1 span {
		font-size: 14px;
		padding: 8px;
	}

	.bg_bl p img {
		width: 200px;
		margin: 20px auto 0 auto;
	}


	/* -------------------------------------
	common
	------------------------------------- */
	.index .bg_bl {
		margin-bottom: 45px;
	}

	#flow h2 {
		font-size: 21px;
		padding-bottom: 15px;
		margin-bottom: 35px;
	}

	#flow ol {
		padding: 40px 0;
		margin-bottom: 60px;
	}

	#flow ol::after {
		left: 123px;
	}

	#flow ol>li:not(:last-child) {
		margin-bottom: 36px;
	}

	#flow .step {
		width: 95px;
		margin-right: 50px;
	}

	#flow .step p {
		font-size: 18px;
		padding: 10px 10px;
		top: -12px;
	}

	#flow .step p::after {
		border-top: 8px solid transparent;
		border-bottom: 8px solid transparent;
		border-left: 14px solid #7496D0;
		right: -13px;
	}

	#flow .icon {
		width: 150px;
		padding-top: 35px;
	}

	#flow .icon img {
		width: 80px;
	}

	#flow .text.noicon {
		margin-left: 150px;
	}

	#flow .text::before {
		left: -166px;
	}

	#flow .text::after {
		width: 160px;
		left: -160px;
	}

	#flow .text h3 {
		font-size: 17px;
	}


	.link {
		font-size: 14px;
		padding: 16px;
	}


	.agree .maincap {
		margin-bottom: 70px;
	}

	.checklist h2 {
		font-size: 19px;
		padding-bottom: 16px;
		margin-bottom: 16px;
	}

	.checklist .check {
		padding: 0;
	}

	.checklist .check li:not(:last-child) {
		margin-bottom: 30px;
	}

	.checklist .check li label span {
		font-size: 17px;
	}

	.checklist .check li label span::before {
		top: 7px;
	}

	.checklist .check li label span::after {
		top: 1px;
	}

	#checklist1 {
		margin-bottom: 70px;
	}

	#checklist2 {
		margin-bottom: 90px;
	}

	.form .maincap {
		padding-bottom: 30px;
	}

	.form form #blk1 {
		margin-bottom: 55px;
	}

	.form form #blk2 {
		margin-bottom: 75px;
	}

	.form form h2 {
		font-size: 19px;
	}


	.form form .line dd .sep {
		font-size: 14px;
	}

	.form form .fm_address .item p {
		font-size: 14px;
		width: 150px;
	}

	.form form .fm_address2 .input,
	.form form .fm_address3 .input,
	.form form .fm_address4 .input {
		width: calc(100% - 150px);
	}

	.form form .line.fm_note .input {
		width: calc(100% - 210px);
		margin-left: 210px;
	}

}

@media screen and (max-width:700px) {
	.form form .line dt {
		width: 100%;
		margin-bottom: 15px;
	}

	.form form .fm_mail .input {
		width: 100%;
		max-width: 100%;
	}

	.form form .line dd .sep {
		width: 35px;
	}

	.form form .fm_kana dt {
		padding-top: 0;
	}

	.form form .fm_kana .input {
		width: calc((99.9% - 95px) / 2);
		max-width: initial;
		max-width: auto;
	}

	.form form .fm_kana .input:nth-child(2) {
		margin-right: 20px;
	}

	.form form .cap {
		font-size: 13px;
	}

	.form form .fm_address .item p {
		width: 140px;
	}

	.form form .fm_address2 .input,
	.form form .fm_address3 .input,
	.form form .fm_address4 .input {
		width: calc(100% - 140px);
		max-width: initial;
		max-width: auto;
	}

	.form form .fm_tel .input {
		width: calc((99.9% - 70px) / 3);
		max-width: initial;
		max-width: auto;
	}

	.form form .line.fm_note .input {
		width: calc(100% - 0px);
		max-width: 100%;
		margin-left: 0;
	}
}

@media screen and (max-width:640px) {

	/* -------------------------------------
	header
	------------------------------------- */
	.bg_bl h1 br {
		display: block;
	}


	/* -------------------------------------
	common
	------------------------------------- */
	#flow ol {
		padding: 0 0 10px 0;
		margin-bottom: 55px;
	}

	#flow ol::after {
		top: 10px;
		left: 10px;
	}

	#flow ol li {
		align-items: center;
	}

	#flow .step {
		width: 90px;
		margin-right: 0;
	}

	#flow .step p {
		font-size: 17px;
		top: 0;
		z-index: 2;
	}

	#flow .step p::after {
		border-top: 7px solid transparent;
		border-bottom: 7px solid transparent;
		border-left: 12px solid #7496D0;
		right: -11px;
	}

	#flow .icon {
		width: 130px;
		padding: 0;
	}

	#flow .icon img {
		width: 70px;
	}

	#flow .text {
		width: 100%;
		flex: auto;
		padding: 20px 0 0 60px;
	}

	#flow .text.noicon {
		margin-left: 0;
	}

	#flow .text::before {
		top: 28px;
		left: 15px;
	}

	#flow .text::after {
		width: 30px;
		top: 32px;
		left: 20px;
	}


	.link {
		padding: 15px;
	}


	.agree .maincap {
		margin-bottom: 65px;
	}


	.form form #blk1 {
		margin-bottom: 50px;
	}

	.form form #blk2 {
		margin-bottom: 70px;
	}
}

@media screen and (max-width:500px) {

	/* -------------------------------------
	header
	------------------------------------- */
	header {
		padding-top: 10px;
	}

	#logo {
		width: 150px;
		margin-bottom: 15px;
	}

	.bg_bl {
		padding: 30px 20px;
	}

	.bg_bl p img {
		width: 180px;
	}


	/* -------------------------------------
	common
	------------------------------------- */
	.index .bg_bl {
		margin-bottom: 40px;
	}

	#flow h2 {
		font-size: 20px;
		padding-bottom: 10px;
		margin-bottom: 30px;
	}


	#flow ol>li:not(:last-child) {
		margin-bottom: 35px;
	}

	#flow .text h3 {
		font-size: 16px;
	}


	.agree .maincap {
		margin-bottom: 60px;
	}

	.agree .maincap br {
		display: none;
	}

	.checklist h2 {
		font-size: 18px;
		padding-bottom: 15px;
		margin-bottom: 15px;
	}

	.checklist h2 br {
		display: block;
	}

	.checklist .check li label span {
		font-size: 16px;
	}

	.checklist .check li label span::before {
		top: 6px;
	}

	.checklist .check li label span::after {
		top: 0px;
	}

	#checklist1 {
		margin-bottom: 60px;
	}

	#checklist2 {
		margin-bottom: 60px;
	}


	.form form #blk1 {
		margin-bottom: 45px;
	}

	.form form #blk2 {
		margin-bottom: 65px;
	}

	.form form h2 {
		font-size: 18px;
	}

	.form form .fm_address .item p {
		width: 100%;
		margin-bottom: 5px;
	}

	.form form .fm_address2 .input,
	.form form .fm_address3 .input,
	.form form .fm_address4 .input {
		width: calc(100% - 0px);
	}

}


	/* -------------------------------------
	error confirm
	------------------------------------- */

.error {
	margin:20px auto;
}
.conf {
	width:100%;
	margin:2px auto 30px;
}
@media screen and (min-width: 769px) {
	.error {
		margin:40px auto;
	}
	.conf {
		width:960px;
		margin:40px auto 60px;
	}
}

.error p,
.conf p {
	text-align:center;
	margin:0 auto 40px;
}
.error table,
.conf table {
	width: 100%;
	border:1px solid #CCC;
}
.conf table {
	border:1px solid #CCC;
	margin-bottom:40px;
}
.error table td,
.conf table td {
	padding:30px;
	border:none;
}
.error table td pre{
	font-weight:bold;
	line-height:1.8;
	color:#F00;
	text-align:left;
}
.conf table td pre{
	font-weight:bold;
	line-height:1.8;
	text-align:left;
	margin:0 auto;
}

/* -------------------------------------
add
------------------------------------- */

.b-notes ul{
	margin-top: .5em;
}
.b-notes li{
	padding-left: 17px;
	text-indent: -17px;
}
.b-notes li::before{
	content: "";
	display: inline-block;
	width: 13px;
	aspect-ratio: 1;
	margin-right: 4px;
	background: #ccc;
	transform: translateY(.1em)
}

.b-notes small{
	display: inline-block;
	margin-top: .5em;
	margin-left: 17px;
	padding-left: 1em;
	text-indent: -1em;
	font-size: 1em;
}
.check{
	text-align: center;
}




.form form .zipbt {
	text-align: center;
	color: #FFF;
	padding: 5px 8px;
	margin-left: 15px;
	border: 2px solid #096BC2;
	border-radius: 3px;
	background-color: #096BC2;
	cursor: pointer;
	transition: color 0.3s, border 0.3s, background-color 0.3s;
}

.fm_relationship .radio+.radio{
	margin-top: 3px;
}
.b-otherRelation{
	display: flex;
	flex-wrap: wrap;
}
.b-otherRelation .radio{
	margin: 0 15px 10px 0;
}
@media screen and (max-width: 768px) {
	
}
@media screen and (min-width: 769px) {
	.b-otherRelation{
		margin-top: 10px;
	}
}

@media screen and (max-width: 768px) {
	.pc{
		display: none;
	}
    .complate__box-txt{
        text-align: left;
    }
}
@media screen and (min-width: 769px) {
	.sp{
		display: none;
	}
}