@charset "UTF-8";


/*========================================

  Elements

========================================*/


body {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 400;
	position: relative;
	min-width: 1000px;
	margin: 0;
	padding: 0;
	color: #333;
	background: #fff;
	-webkit-overflow-scrolling: touch;
	overflow-scrolling: touch;
	-webkit-text-size-adjust: 100%;
}

html,
body {
	height: 100%;
}

body.overflowhidden {
	overflow: hidden;
	height: 100%;
}

@media screen and (max-width: 767px) {
	body {
		width: 100vw;
		min-width: auto;
	}
}

p,
h1,
h2,
h3,
h4,
h5,
dt,
dd,
th,
td,
ul,
li {
	margin: 0;
	padding: 0;
}

p {
	line-height: 1.7em;
}

/* Link ---------------*/
a {
	overflow: hidden;
	text-decoration: none;
	color: #222;
}

a:visited {
	text-decoration: none;
	color: #222;
}

a:hover {
	text-decoration: none;
	color: #808080;
}

a:focus,
textarea:focus,
input:focus {
	border: none;
	outline: none;
}

a:active {
	border: none;
	outline: none;
}

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

.pcblock {
	display: block;
}

.spblock {
	display: none;
}

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

	.spblock {
		display: block;
	}
}

/*========================================

  Layout

========================================*/

header,
.main_innr {
	display: block;
	text-align: left;
	width: 900px;
	margin: 0 auto;
}

header {
	margin-top: 30px;
}

main {
	margin-top: 20px;
}

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

	header,
	.main_innr {
		width: 84vw;
	}

	header {
		margin-top: 5vw;
		text-align: center;
	}

	header img {
		width: 80%;
		margin-right: 10vw;
	}

	main {
		margin-top: 5vw;
	}
}

footer {
	background-color: #333;
	color: #fff;
	font-size: 13px;
	text-align: center;
	padding: 3em 0;
	margin-top: 10em;
}

@media screen and (max-width: 767px) {
	footer {
		font-size: 4vw;
		margin-top: 20vw;
	}
}

footer dl dt {
	font-weight: bold;
	font-size: 30px;
	letter-spacing: 2px;
}

footer dl dd {
	font-size: 16px;
	margin-top: 1em;
	line-height: 1.8em;
	letter-spacing: 1px;
}

footer dl dd span {
	display: block;
	font-size: 38px;
	letter-spacing: 2px;
	font-family: "Roboto", sans-serif;
	margin-bottom: .2em;
}

footer dl dd a {
	color: #fff;
	pointer-events: none;
}

@media screen and (max-width: 767px) {
	footer dl dt {
		font-size: 7vw;
	}

	footer dl dd {
		font-size: 4vw;
	}

	footer dl dd span {
		font-size: 8vw;
	}

	footer dl dd a {
		pointer-events: all;
	}
}



/*========================================

  contents

========================================*/


#com_ttl_page {
	position: relative;
	background-color: #f16280;
	height: 150px;
	text-align: center;
}

#com_ttl_page h1 {
	display: inline-block;
	position: relative;
	color: #fff;
	font-size: 34px;
	line-height: 150px;
	letter-spacing: 1px;
}





#com_ttl_page::before {
	position: absolute;
	bottom: 0;
	left: 0;
	content: "";
	display: inline-block;
	width: 450px;
	height: 150px;
	background-image: url(../img/bg_ttl_page_l.svg);
	background-repeat: no-repeat;
}

#com_ttl_page::after {
	position: absolute;
	bottom: 0;
	right: 0;
	content: "";
	display: inline-block;
	width: 450px;
	height: 150px;
	background-image: url(../img/bg_ttl_page_r.svg);
	background-repeat: no-repeat;
}

#com_ttl_page .innr {
	width: 900px;
	margin: 0 auto;
	position: relative;
}



@media screen and (max-width: 767px) {
	#com_ttl_page {
		height: 20vw;
	}

	#com_ttl_page h1 {
		font-size: 5.4vw;
		line-height: 20vw;
		padding-left: 10vw;
	}


	#com_ttl_page::before {
		width: 50vw;
		height: 20vw;
		background-image: url(../img/bg_ttl_page_l_sp.svg);
		background-repeat: no-repeat;
		background-position: left bottom;
		background-size: 100% auto;
	}

	#com_ttl_page::after {
		width: 50vw;
		height: 20vw;
		background-image: url(../img/bg_ttl_page_r_sp.svg);
		background-repeat: no-repeat;
		background-position: right bottom;
		background-size: 100% auto;
	}

	#com_ttl_page .innr {
		width: 100%;
		margin: 0 auto;
		position: relative;
	}

	#com_ttl_page .chara {
		width: 15vw;
		position: absolute;
		top: 5px;
		left: 0;
	}
}


.text {
	margin-top: 2em;
	font-size: 16px;
}

h2.checkttl {
	font-size: 30px;
	margin-top: 1.5em;
	margin-bottom: 1em;
}

@media screen and (max-width: 767px) {
	h1 {
		font-size: 6.4vw;
	}

	.text {
		font-size: 3.8vw;
	}

	h2.checkttl {
		font-size: 6vw;
		margin-top: 10vw;
	}

	.copy {
		font-size: 4vw;
	}
}

ul#phase_stat {
	margin-top: 30px;
	padding: 20px 5px;
	text-align: center;
}

ul#phase_stat li {
	font-size: 18px;
	display: inline-block;
	margin: 0 10px;
	padding: 10px 25px;
	list-style: none;
	border-radius: 5px;
}

ul#phase_stat li {
	color: #666;
	background-color: #ddd;
}

ul#phase_stat li.active_phase {
	color: #fff;
	background-color: #666;
}

ul#phase_stat li.next_phase {
	display: inline-block;
	background: none;
	padding: 0;
	color: 999;
}

ul#phase_stat li.next_phase::before {
	content: "\f105";
	font-family: fontAwesome;
}

@media screen and (max-width: 767px) {
	ul#phase_stat {
		margin-top: 5vw;
		padding: 5vw 0;
	}

	ul#phase_stat li {
		font-size: 3.8vw;
		width: 30%;
		margin: 0 1vw;
		padding: 2vw 0;
		border-radius: 1.2vw;
	}

	ul#phase_stat li.next_phase {
		display: none;
		padding: 0;
		width: auto;
	}
}

.requ {
	float: right;
	background-color: #c00;
	color: #fff;
	font-size: 14px;
	padding: .3em .5em;
	border-radius: 3px;
	margin-left: 1em;
	line-height: 1em;
}

@media screen and (max-width: 767px) {
	.requ {
		font-size: 3.6vw;
	}
}

table.formtable {
	width: 100%;
	margin-top: 30px;
	border-collapse: collapse;
	border: none;
}

table.formtable th,
table.formtable td {
	font-size: 16px;
	padding: 25px;
	text-align: left;
	vertical-align: middle;
	border: 1px solid #ccc;
}

table.formtable th {
	width: 220px;
	white-space: nowrap;
	background: #f1f1f1;
}

table.formtable td {
	background: #fff;
}

input,
select,
textarea {
	font-size: 16px;
	background-color: #fff;
}

input[type=text],
input[type=tel],
input[type=email],
input[type=checkbox],
input[type=radio],
textarea,
select {
	font-size: 16px;
	margin: 5px;
}

input[type=text],
input[type=tel],
input[type=email],
textarea,
select {
	margin: 2px;
	padding: 10px;
	vertical-align: middle;
	border: solid 1px #bbb;
	border-radius: 0;
	box-shadow: none;
}

select {
	padding: 5px;
	color: #666;
}

input[type=tel]:focus,
input[type=email]:focus,
input[type=text]:focus,
textarea:focus {
	outline: 2px solid #09d;
	background: #fdeff5;
}

textarea {
	box-sizing: border-box;
	width: 100%;
}

label {
	display: inline-block;
	margin: .2em 0;
	margin-right: 1em;
}

.error,
.error2 {
	display: inline-block;
	background-color: #ff0;
	color: #c00;
	margin-top: .5em;
	font-size: 93%;
	padding: .5em .5em;
	line-height: 1em;
}

.error2.erhide {
	display: none;
}


input.error {
	background: none;
	color: #333;
}

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

	table.formtable,
	table.formtable thead,
	table.formtable tbody,
	table.formtable tr,
	table.formtable th,
	table.formtable td {
		display: block;
	}

	table.formtable {
		margin-top: 5vw;
		border-bottom: 1px solid #ccc;
	}

	table.formtable th,
	table.formtable td {
		font-size: 4vw;
		padding: 4vw 4vw;
	}

	table.formtable th {
		white-space: normal;
		width: auto;
	}

	table.formtable td {
		padding-bottom: 8vw;
		border-top: none;
		border-bottom: none;
	}

	input[type=text],
	input[type=tel],
	input[type=email],
	textarea {
		box-sizing: border-box;
		max-width: 100%;
	}

	input[type=text],
	input[type=tel],
	input[type=checkbox],
	input[type=radio] {
		font-size: 4.3vw;
		margin: 5px;
	}

	textarea {
		height: 8em;
		width: 100%;
	}

	label small.spbr {
		display: block;
		margin-left: 1.4em;
	}
}

.submitbtn {
	margin-top: 40px;
	margin-bottom: 30px;
	text-align: center;
}

.imagebutton,
#button_send,
#button_cancel {
	font-size: 22px;
	font-weight: bold;
	line-height: 1em;
	margin-top: 30px;
	padding: 30px 80px;
	cursor: pointer;
	transition: .3s;
	letter-spacing: 2px;
	color: #fff;
	border: none;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	background: #004c9a;
	text-shadow: none;
}

.imagebutton:hover,
#button_send:hover {
	text-decoration: none;
	opacity: .7;
	color: #fff;
	filter: alpha(opacity=70);
	-moz-opacity: .7;
}

#button_cancel {
	margin-right: 20px;
	padding-right: 20px;
	padding-left: 20px;
	margin-right: 15px;
	color: #fff;
	background: #666;
}

#button_cancel:hover {
	color: #fff;
	background: #bbb;
}

div.buttons {
	display: flex;
	flex-direction: row-reverse;
	justify-content: center;
	padding-bottom: 60px;
	margin-top: 30px;
}

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

	.imagebutton,
	#button_send,
	#button_cancel {
		font-size: 5vw;
		margin-top: 10vw;
		padding: 6vw 10vw;
	}

	#button_cancel {
		font-size: 4.6vw;
		margin-right: 0vw;
		padding: 4vw 4vw;
		margin-top: 10vw;
	}

	div.buttons {
		display: block;
		margin-top: 10vw;
		padding-bottom: 20vw;
		text-align: center;
	}
}


/*========================================

  thanks

========================================*/
.thanks {
	padding-top: 50px;
	text-align: center;
}

.thanks h2 {
	font-size: 26px;
}

.thanks p {
	font-size: 16px;
	margin-top: 1.5em;
	line-height: 2em;
}

.thanks p small {
	font-size: 13px;
	line-height: 1.8em;
	display: block;
	margin-top: 1em;
}

.thanks .closebtn {
	margin-top: 2em;
}

.thanks .closebtn a {
	display: inline-block;
	background-color: #888;
	color: #fff;
	padding: 1em 1.5em;
	transition: .3s;
}

.thanks .closebtn a:hover {
	text-decoration: none;
	background-color: #444;
}

@media screen and (max-width: 768px) {
	.thanks {
		text-align: justify;
	}

	.thanks h2 {
		font-size: 6.5vw;
	}

	.thanks p {
		font-size: 4vw;
	}

	.thanks p small {
		font-size: 3.5vw;
	}

	.thanks .closebtn {
		text-align: center;
	}

	.thanks .closebtn a {
		font-size: 4vw;
	}
}



/*========================================

  original

========================================*/
.atten {
	color: #c00;
	display: block;
	font-size: 14px;
	margin-left: 1.7em;
	margin-bottom: 1em;
	padding-left: 1em;
	text-indent: -1em;
}

@media screen and (max-width: 768px) {
	.atten {
		font-size: 3.5vw;
	}
}

.kibou {
	margin-bottom: 30px;
}

.kibou .kobou_hour {
	display: block;
	margin-top: 10px;
}

.kiboubi {
	display: none;
}

.kiboubi.active {
	display: table-row;
}

.privacy {
	margin: 0 auto;
	margin-top: 50px;
	width: 800px;
	border: 3px solid #ddd;
	box-sizing: border-box;
	padding: 2em;
	text-align: left;
}

.privacy dt {
	font-weight: bold;
	font-size: 16px;
}

.privacy dd {
	font-size: 14px;
	margin-top: .5em;
}

.privacy dd ul {
	padding-left: 1.5em;
}

.privacy dd ul li {
	margin: .5em 0;
}

@media screen and (max-width: 768px) {
	table.formtable tr.kiboubi {
		display: none;
	}

	table.formtable tr.kiboubi.active {
		display: block;
	}

	.kibou .kobou_hour p {
		font-size: 3.7vw;
	}

	.privacy {
		margin-top: 15vw;
		width: 100%;
		padding: 1em;
	}

	.privacy dt {
		font-size: 4.4vw;
	}

	.privacy dd {
		font-size: 3.6vw;
	}
}