@charset "utf-8";


/*
=======================================================
 BASIC
=======================================================	
*/

body, html {
	min-width: 1080px;
}
	
* {
	box-sizing: border-box;
	word-wrap: break-word;
}

body {
	font-weight: 400;
	margin: 0;
	padding: 0;
	font-size: 18px;
	color: #000;
	height: 100%;
	line-height: 1.55;
	background: #fff;
}
	
a {
	text-decoration: none;
	transition: opacity .3s ease, background .3s ease;
	color: inherit;
}

a:hover {
	text-decoration: none;
	opacity: .7;
}

ul,ol {
	list-style: none;
}

dt {
	font-weight: 600;
}

.clearfix::after {
	content: '';
	display: table;
	clear: both;
}

img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}

em {
	font-style: normal;
	font-weight: 600;
}

table {
	width: 100%;
	border-collapse: collapse;
}

input[type=text],
input[type=mail],
button, textarea, select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: none;
}

select::-ms-expand {
    display: none;
}

button {
	border: none;
	line-height: 1;
	padding: 0;
	cursor: pointer;
	transition: opacity .3s ease;
}

button:hover {
	opacity: .7;
}

@media screen and (min-width: 768px) {
	
	.sp {display: none !important}
	
	a[href*="tel:"] {
		pointer-events: none;
		cursor: default;
		text-decoration: none;
	}
}

@media screen and (min-width: 326px) {
	
	.se {display: none !important}
	
}

/*
=======================================================
 HEADER
=======================================================	
*/

header {
	/*
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 10000;
	*/
	background: #16294b;
}

header .container {
	width: 100%;
	display: flex;
	-webkit-box-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	align-items: center;
	padding: 10px 30px;
}

#logo {
	width: 170px;
	height: auto;
}

/*
=======================================================
 GLOBAL NAVI
=======================================================	
*/

nav ul {
	display: flex;
	color: #fff;
}

nav li {
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	border-left: 1px solid #fff;
	padding: 0 20px;
	}
	nav li.signup {
		padding-right: 0;
		padding-left: 45px;
	}
	
nav li.phone span {
	display: block;
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1.25;
	}
	nav li.phone span:first-child {
		text-indent: -.5em;
	}
	nav li.phone span.number {
		font-size: 24px;
		padding-left: 58px;
		font-weight: 700;
		background: url(../images/icon_free.svg) left center no-repeat;
	}
	
nav li a {
	display: block;
	}
	nav li.lang a {
		display: block;
		padding: 0 8px;
		border-right: 1px solid #fff;
		font-weight: 600;
		font-size: 16px;
		line-height: 1;
	}
	nav li.lang a:last-child {
		padding-right: 0;
		padding-left: 8px;
		border-right: none;
	}
	nav li.signup a {
		width: 222px;
		filter: drop-shadow(0 4px 0 rgba(0,0,0,.6));
		-webkit-filter: drop-shadow(0 4px 0 rgba(0,0,0,.6));
	}			
	
nav li.lang .wrapper {
	display: flex;
	justify-content: center;
	padding: 5px 0 5px 22px;
	background: url(../images/icon_global.svg) left center no-repeat;
	background-size: 20px auto;
}

#lang-switcher {
	background: #16294b;
	padding: 20px 0;
}

#lang-switcher ul {
	justify-content: center;
}

#lang-switcher li {
	border-left: 1px solid #fff;
	padding: 0 30px;
	}
	#lang-switcher li:last-child {
		border-right: 1px solid #fff;
	}
	
#lang-switcher li a {
	font-size: 20px;
	font-weight: 600;
	padding-left: 34px;
	background-size: 24px auto;
	background-position: left center;
	background-repeat: no-repeat;
	line-height: 1;
	letter-spacing: 0;
	}
	#lang-switcher li.jn a {
		background-image: url(../images/flag_jn.svg);
	}
	#lang-switcher li.en a {
		background-image: url(../images/flag_en.svg);
	}
	#lang-switcher li.cn a {
		background-image: url(../images/flag_cn.svg);
	}
	#lang-switcher li.vn a {
		background-image: url(../images/flag_vn.svg);
	}


/* -------------------------------------------------------------- */
	@media screen and (min-width: 768px) {
/* -------------------------------------------------------------- */

	

/* -------------------------------------------------------------- */
	}
/* -------------------------------------------------------------- */

/*
=======================================================
 COMMON
=======================================================	
*/

main {
	/*
	margin-top: 80px;
	*/
}

.container {
	width: 1000px;
	margin: 0 auto;
}

section h2 {
	text-align: center;
	font-size: 40px;
	font-weight: 600;
	}
	section:not(#intro) h2 {
		position: relative;
		background-size: auto 100%;
		color: #fff;
		height: 206px;
		padding-top: 50px;
		line-height: 1.25;
		}
		section:not(#intro) h2::before {
			content: '';
			display: block;
			width: 122px;
			height: 116px;
			background-size: contain !important;
			position: absolute;
			top: -55px;
			left: 50%;
			transform: translateX(-50%);
		}
		section:not(#intro) h2::after {
			content: '';
			display: block;
			width: 100%;
			height: 10px;
			background: url(../images/title_shadow.png) center top no-repeat;
			background-size: 1000px auto;
			position: absolute;
			left: 0;
			bottom: -10px;
		}

section h2 span {
	display: inline-block;
	}
	section:not(#intro) h2 span {
		padding: 30px 130px;
		padding-bottom: 0;
		min-height: 112px;
	}
	
section h2 span em {
	font-size: 60px;
}
	
table {
	width: 100%;
}

th {
	text-align: left;
	white-space: nowrap;
}

td {
	vertical-align: middle;
}

tr:last-child th,
tr:last-child td {
	border-bottom: none !important;
}
		
/*
=======================================================
 TITLE
=======================================================	
*/

.keyvisual {
	padding: 14px 30px 28px 30px;
	position: relative;
	text-align: center;
}

.main-title {
	position: absolute;
	top: 56%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 540px;
	height: 282px;
	background: rgba(255,255,255,.9);
	border: 4px solid #16294b;
	border-radius: 40px 0;
	text-align: center;
}

.main-title .quote {
	padding: 17px 0 18px 0;
}

.main-title .subtitle {
	padding: 10px 0;
}

.main-title span {
	letter-spacing: 0;
	font-weight: 600;
	}
	.main-title .quote span {
		display: inline-block;
		font-size: 18px;
		background: url(../images/main_title_quote.png) center top no-repeat;
		background-size: 100% auto;
		padding: 10px 32px 0 32px;
	}
	.main-title .subtitle span {
		display: block;
		font-size: 32px;
		line-height: 1.3;
	}

.main-title h1 {
	background: #16294b;
	padding: 10px 0;
}

/*
=======================================================
 INTRO
=======================================================	
*/

#intro {
	padding: 50px 0 140px 0;
}

#intro h2 {
	letter-spacing: .05em;
	margin-bottom: 50px;
	font-weight: 700;
}

#intro h2 span {
	padding-left: 60px;
	background: url(../images/icon_logo.svg) left center no-repeat;
}

#intro p {
	font-size: 24px;
	font-weight: 500;
	background: 
		url(../images/bg_quote_left_01.svg) left top no-repeat,
		url(../images/bg_quote_right_01.svg) right bottom no-repeat;
}

/*
=======================================================
 POINT
=======================================================	
*/

#point {
	padding-bottom: 160px;
}

section#point h2 {
	background: #16294b url(../images/title_bg.png) center top repeat-x;
	}
	section#point h2::before {
		background: url(../images/title_icon_01.svg) no-repeat;
	}

section#point h2 span {
	background: url(../images/title_people_01_left.png) left top no-repeat,
				url(../images/title_people_01_right.png) right top no-repeat;
}

#point ul {
	margin-top: 40px;
}

#point li {
	display: flex;
	align-items: center;
	position: relative;
	background-position: right center;
	background-repeat: no-repeat;
	background-size: 88px auto;
	}
	#point li:first-child {
		background-image: url(../images/point_img_01.png);
	}
	#point li:nth-child(2) {
		background-image: url(../images/point_img_02.png);
	}
	#point li:nth-child(3) {
		background-image: url(../images/point_img_03.png);
	}
	#point li:nth-child(4) {
		background-image: url(../images/point_img_04.png);
	}
	#point li:nth-child(5) {
		background-image: url(../images/point_img_05.png);
	}
	#point li:nth-child(6) {
		background-image: url(../images/point_img_06.png);
	}
	#point li:not(:first-child) {
		margin-top: -8px;
	}
	#point li:nth-child(even) {
		margin-left: 200px;
		}
		#point li:not(:last-child)::before {
			content: '';
			display: block;
			width: 15px;
			height: 104.5px;
			background: url(../images/point_bar.svg) center center no-repeat;
			position: absolute;
			}
			#point li:nth-child(odd)::before {
				top: 133px;
				left: 175px;
				transform: rotate(-45deg);
			}
			#point li:nth-child(even)::before {
				top: 114px;
				left: -25px;
				transform: rotate(45deg);
			}	
			
.point-no {
	display: block;
	font-size: 100px;
	font-weight: 600;
	color: #eda629;
	border: 2px solid #eda629;
	border-radius: 50%;
	width: 180px;
	height: 180px;
	text-align: center;
	line-height: 1;
	padding-top: 30px;
	margin-right: 18px;
	flex-shrink: 0;
	}
	.point-no::before {
		content: 'POINT';
		font-size: 20px;
		letter-spacing: .05em;
		display: block;
		margin-bottom: 5px;
	}
	

#point h3 {
	font-size: 24px;
	font-weight: 700;
	color: #473310;
	margin-bottom: 10px;
}

#point p {
	letter-spacing: 0;
}

/*
=======================================================
 ABOUT
=======================================================	
*/

section#about h2 {
	background: #16294b url(../images/title_bg.png) center top repeat-x;
	}
	section#about h2::before {
		top: -45px;
		background: url(../images/title_icon_02.svg) no-repeat;
	}

section#about h2 span {
	background: url(../images/title_people_02_left.png) left top no-repeat,
				url(../images/title_people_02_right.png) right top no-repeat;
	padding-left: 132px;
	padding-right: 140px;
}

#about .wrapper {
	background: url(../images/bg_common.svg) center top no-repeat;
	background-size: 100% auto;
	padding-bottom: 160px;
}

#about dl:not(.faq) {
	text-align: center;
	margin-top: 90px;
	position: relative;
	}
	#about dl:not(.faq):not(:last-child) {
		margin-bottom: 75px;
		}
		#about dl:not(.faq)::before {
			content: '';
			display: block;
			width: 100px;
			height: 180px;
			background-repeat: no-repeat;
			background-size: contain;
			background-position: center center;
			position: absolute;
			right: 40px;
			top: -10px;
			z-index: 3;
		}
		#about dl:not(.faq):first-child::before {
			background-image: url(../images/faq_avater_01.png);
		}
		#about dl:not(.faq):nth-child(2)::before {
			background-image: url(../images/faq_avater_02.png);
		}
		#about dl:not(.faq):nth-child(3)::before {
			background-image: url(../images/faq_avater_03.png);
		}

#about dl:not(.faq)>dt {
	display: inline-block;
	padding: 16px 30px;
	font-size: 24px;
	color: #473310;
	background: #fff;
	border: 4px solid #eda629;
	border-radius: 6px;
	position: relative;
	z-index: 2;
	}
	#about dl:not(.faq)>dt::after {
		content: '';
		display: block;
		border: 18px solid transparent;
		border-top: 17px solid #fff;
		position: absolute;
		bottom: -35px;
		left: 50%;
		transform: translateX(-50%);
	}
	
#about dd {
	line-height: 1.77;
}

#about dl:not(.faq)>dd:not(.note) {
	text-align: left;
	color: #fff;
	background: url(../images/bg_dot_yellow.png);
	margin-top: -20px;
	border-radius: 40px 6px;
	-webkit-filter: drop-shadow(0 6px 0 #b2b2b2);
	filter: drop-shadow(0 6px 0 #b2b2b2);
	padding: 40px 40px;
	position: relative;
	font-weight: 500;
	}
	#about dd.note {
		text-align: right;
		padding-top: 1em;
		font-size: 14px;
		font-weight: 400;
	}
	
#about h3 {
	font-size: 24px;
	font-weight: 500;
	margin-bottom: 10px;
}

#about dd em {
	font-size: 40px;
	display: inline-block;
	margin-right: 5px;
}

#about .faq-container {
	background: #fff;
	color: #000;
	border-radius: 40px 0;
	padding: 40px;
	margin-top: 40px;
	position: relative;
	letter-spacing: 0;
	}
	#about .faq-container::before {
		content: '';
		display: block;
		width: 120px;
		height: 180px;
		background: url(../images/faq_avater_04.png) center center no-repeat;
		background-size: contain;
		position: absolute;
		right: -10px;
		top: -50px;
	}
	
#about .faq {
	position: relative;
	}
	#about .faq::before {
	    content: '';
	    display: block;
	    width: 2px;
	    height: 100px;
	    background: #473310;
	    position: absolute;
	    left: 25px;
	    top: 24px;
	}

#about .faq dt {
	display: flex;
	line-height: 1.55;
	padding-bottom: 24px;
	position: relative;
	}
	#about .faq:nth-of-type(2) dt {
		padding-bottom: 25px;
		align-items: center;
		}
		#about .faq dt::before {
			content: 'Q';
			display: block;
			color: #fff;
			background: #473310;
			border: 2px solid #473310;
			font-size: 24px;
			font-weight: 500;
			width: 48px;
			height: 48px;
			text-align: center;
			border-radius: 50%;
			flex-shrink: 0;
			line-height: 48px;
			margin-right: 20px;
			letter-spacing: 0;
		}
		#about .faq dt::after {
			content: '';
		    width: 8px;
		    height: 8px;
		    background: #473310;
		    border-radius: 50%;
		    position: absolute;
		    left: 22px;
		    top: 47px;
		}
	
#about .faq dd {
	display: flex;
	font-weight: 400;
	position: relative;
	}
	#about .faq dd::before {
		content: 'A';
		display: block;
		color: #473310;
		background: #fff;
		border: 2px solid #473310;
		font-size: 24px;
		font-weight: 500;
		width: 48px;
		height: 48px;
		text-align: center;
		border-radius: 50%;
		flex-shrink: 0;
		line-height: 48px;
		margin-right: 20px;
		letter-spacing: 0;
	}
	#about .faq dd::after {
	    content: '';
	    display: block;
	    position: absolute;
	    width: 8px;
	    height: 8px;
	    background: #473310;
	    border-radius: 50%;
	    left: 22px;
	    top: -3px;
	}

/*
=======================================================
 EXPERIENCE
=======================================================	
*/

section#experience h2 {
	background: #16294b url(../images/title_bg.png) center top repeat-x;
	}
	section#experience h2::before {
		top: -45px;
		background: url(../images/title_icon_03.svg) no-repeat;
	}
	
section#experience h2 span {
	background: url(../images/title_people_03_left.png) left top no-repeat,
				url(../images/title_people_03_right.png) right top no-repeat;
	padding-right: 110px;
}

#experience dl {
	margin-bottom: 63px;
	padding-left: 20px;
}

#experience dt {
	display: inline-block;
	background: url(../images/bg_dot_yellow.png);
	color: #fff;
	font-size: 24px;
	font-weight: 600;
	position: relative;
	z-index: 2;
	margin-right: 40px;
}

#experience dd {
	position: relative;
	text-align: left;
	}
	#experience dd::before {
		content: '';
		background: url(../images/bg_dot_yellow.png);
		display: block;
		width: 100%;
		height: 100%;
		position: absolute;
		left: -20px;
		bottom: -20px;
		border-radius: 40px 0;
	}
	#experience dl:nth-of-type(even) dd::before {
		border-radius: 0 40px;
		left: 20px;
	}

#experience dd .inner {
	display: flex;
	justify-content: space-between;
	border: 8px solid #eda629;
	background: #fff url(../images/bg_dot_grey.png);
	border-radius: 40px 0;
	margin-top: -38px;
	padding: 55px 40px 30px 40px;
	position: relative;
	z-index: 1;
	flex-direction: row-reverse;
	}
	#experience dl:nth-of-type(even) dd .inner {
		flex-direction: row;
		border-radius: 0 40px;
	}
	
.exp-photo {
	flex-shrink: 0;
	width: 206px;
	height: 206px;
	margin-left: 27px;
	}
	#experience dl:nth-of-type(even) .exp-photo {
		margin-left: 0;
		margin-right: 30px;
	}
	
/*
=======================================================
 PROCEDURE
=======================================================	
*/

section#procedure h2 {
	background: #16294b url(../images/title_bg.png) center top repeat-x;
	}
	section#procedure h2::before {
		top: -45px;
		background: url(../images/title_icon_04.svg) no-repeat;
	}
	
section#procedure h2 span {
	background: url(../images/title_people_04_left.png) left top no-repeat,
				url(../images/title_people_04_right.png) right top no-repeat;
}

#procedure .wrapper {
	padding: 90px 0 250px 0;
}

#procedure li {
	display: flex;
	align-items: flex-start;
	position: relative;
	}
	#procedure li:not(:last-child) {
		padding-bottom: 70px;
		}
		#procedure li:not(:last-child)::after {
			content: '';
			display: block;
			width: 250px;
			height: 70px;
			background: url(../images/step_arrow.svg) center center no-repeat;
			position: absolute;
			bottom: 0;
			left: 0;
		}

.step {
	color: #fff;
	background: url(../images/bg_dot_yellow.png);
	width: 250px;
	font-size: 40px;
	font-weight: 700;
	white-space: nowrap;
	text-align: center;
	flex-shrink: 0;
	border-radius: 40px 0;
	line-height: 1;
	padding: 40px 0;
	margin-right: 30px;
	}
	.step::before {
		content: 'STEP';
		display: inline-block;
		margin-right: .5em;
		font-size: 32px;
	}
	
#procedure dl {
	background-position: right center;
	background-repeat: no-repeat;
	background-size: 80px auto;
	}
	#procedure li:first-child dl {
		background-image: url(../images/step_icon_01.svg);
		background-size: 85px auto;
	}
	#procedure li:nth-child(2) dl {
		background-image: url(../images/step_icon_02.svg);
	}
	#procedure li:nth-child(3) dl {
		background-image: url(../images/step_icon_03.svg);
	}
	#procedure li:nth-child(4) dl {
		background-image: url(../images/step_icon_04.svg);
		background-size: 71px auto;
	}
	#procedure li:nth-child(5) dl {
		background-image: url(../images/step_icon_05.svg);
	}

#procedure dt {
	font-size: 24px;
	color: #473310;
	font-weight: 600;
	margin-bottom: 10px;
	line-height: 1;
}

#procedure dd {
	width: 85%;
}

/*
=======================================================
 MESSAGE
=======================================================	
*/

section#message h2 {
	background: #16294b url(../images/title_bg.png) center top repeat-x;
	}
	section#message h2::before {
		top: -45px;
		background: url(../images/title_icon_05.svg) no-repeat;
	}
	
section#message h2 span {
	background: url(../images/title_people_05_left.png) left top no-repeat,
				url(../images/title_people_05_right.png) right top no-repeat;
	padding-left: 140px;
	padding-right: 120px;
}

.message-container {
	background: url(../images/bg_yellow.png);
	padding: 80px 0;
	text-align: center;
}

.message-container p {
	display: inline-block;
	color: #fff;
	font-size: 24px;
	font-weight: 500;
	background: url(../images/bg_quote_left_02.svg) left top no-repeat,
				url(../images/bg_quote_right_02.svg) right bottom no-repeat;
}

#message .wrapper {
	padding: 50px 0 250px 0;
	background: url(../images/bg_dot_grey.png);
}

#message h3 {
	letter-spacing: .05em;
    margin-bottom: 50px;
    text-align: center;
    font-size: 40px;
    font-weight: 700;
}

#message h3 span {
	display: inline-block;
	padding-left: 60px;
    background: url(../images/icon_logo.svg) left center no-repeat;
}

#message ul {
	display: flex;
	justify-content: space-between;
}

#message li {
	margin: 0 10px;
	border-radius: 8px;
	background: #fff;
	box-shadow: 2px 2px 8px rgba(0,0,0,.3);
	padding: 20px;
	width: 100%;
}

.photo-container img {
	display: block;
	width: 119px;
	height: auto;
	border: 2px solid #eda629;
	border-radius: 50%;
	margin: 0 auto;
}

.coord-name {
	font-size: 13px;
	text-align: center;
	line-height: 1.2;
	margin-top: 10px;
}

.coord-name span {
	font-size: 12px;
	display: block;
}

#message li p {
	font-size: 13.5px;
	margin-top: 1em;
}

/*
=======================================================
 SIGNUP
=======================================================	
*/

section#signup h2 {
	background: #16294b url(../images/title_bg.png) center top repeat-x;
	}
	section#signup h2::before {
		top: -45px;
		background: url(../images/title_icon_06.svg) no-repeat;
	}

section#signup h2 span {
	background: url(../images/title_people_06_left.png) left top no-repeat,
				url(../images/title_people_06_right.png) right top no-repeat;
	padding-left: 113px;
	padding-right: 139px;
}

#signup .wrapper {
	padding: 90px 0 80px 0;
}

#signup p {
	text-align: center;
	font-weight: 600;
	letter-spacing: 0;
}

article:not(.input) #signup {
	padding-top: 65px;
}

/*
=======================================================
 FORM
=======================================================	
*/

/*
-------------------------------------------------------
 INPUT
-------------------------------------------------------
*/

.form-table {
	margin-top: 30px;
	width: calc(100% - 8px);
	background: #fff;
	box-shadow: 8px 8px 0 #b2b2b2;
}

.form-table caption {
	font-size: 12px;
	text-align: left;
	margin-bottom: 6px;
}

.form-table th {
	width: 340px;
	padding: 30px 20px;
	font-weight: 500;
	background: url(../images/bg_navy.png);
	color: #fff;
	border-bottom: 1px solid #fff;
}

.form-table td {
	padding: 14px 20px;
	vertical-align: middle;
	border-bottom: 1px solid #000;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #d2d2d2;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
	color: #d2d2d2;
}

input[type=text],
input[type=mail],
textarea {
	background: #f8f8f8;
	border: none;
	font-size: 18px;
	padding: 18px 24px;
	width: 100%;
	font-weight: 400;
	border-radius: 4px;
}

textarea {
	vertical-align: bottom;
	width: 100%;
}

.form-button {
	text-align: center;
	margin-top: 60px;
}

button[type=submit],
button.back {
	width: 560px;
	filter: drop-shadow(0 6px 0 rgba(0,0,0,.3));
	-webkit-filter:  drop-shadow(0 6px 0 rgba(0,0,0,.3));
}

.privacy-box {
	width: 690px;
	margin: 40px auto 0 auto;
	border: 2px solid #000;
}

.privacy-box dt {
	text-align: center;
	background: #333;
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	line-height: 1;
	padding: 7px 0;
}

.privacy-box dd {
	height: 80px;
	overflow: hidden;
	padding: 10px 0;
	border: 1px solid #000;
	border-top: none;
	text-align: left;
	background: #fff;
}

.privacy-box p {
	height: 100%;
	padding: 0 15px;
	line-height: 1.25;
	overflow-y: scroll;
	font-size: 12px;
	text-align: left !important;
}

.error {
	color: #f00;
	font-size: 18px;
	margin-top: 7px;
	line-height: 1;
}
	
.error.multiple span {
	display: block;
}

/*
-------------------------------------------------------
 CONFIRM
-------------------------------------------------------
*/

.confirm .form-table th {
	padding: 0 20px;
	vertical-align: middle;
}

.confirm .form-table td span {
	display: block;
	background: #f8f8f8;
	border-radius: 4px;
	padding: 11px 20px;
	}
	.confirm .form-table tr:last-child td span {
		padding: 25px 20px;
	}

/*
-------------------------------------------------------
 FINISH / ERRORS
-------------------------------------------------------
*/

.finish,
.errors {
	text-align: center;
}

.finish #signup .wrapper {
	padding: 45px 0 30px 0;
}

.finish h3 {
	font-size: 21px;
}

.finish h4 {
	margin: 40px 0;
	font-weight: 700;
	font-size: 40px;
}

.finish #signup p {
	font-size: 18px;
}

.finish .form-button {
	margin-top: 40px;
}

/*
=======================================================
 FOOTER
=======================================================	
*/

footer {
	position: relative;
	background: #efefef;
}

footer .container {
	padding: 60px 0;
}

.footer-contact {
	border: 12px solid #16294b;
	border-radius: 40px 0;
	background: #fff;
	text-align: center;
}

.footer-contact dt {
	display: inline-block;
	padding: 0 40px 12px 40px;
	line-height: 1.2;
	background: #16294b;
	color: #fff;
	font-size: 32px;
	font-weight: 600;
	border-radius: 0 0 40px 40px;
}

.footer-contact dd {
	padding-bottom: 30px;
}

.footer-contact .upper-content {
	display: flex;
	justify-content: space-between;
	padding: 25px;
	padding-bottom: 20px;
}

.footer-contact p {
	text-align: left;
	font-size: 28px;
	font-weight: 600;
	line-height: 1.25;
	padding-left: 10px;
}

.footer-contact .address {
	font-size: 24px;
	display: block;
	margin-top: 10px;
	line-height: 1.1;
}

.footer-contact .gmap {
	margin-top: -48px;
	width: 244px;
	height: 183px;
	position: relative;
}

.footer-contact .gmap iframe {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}

.footer-contact .lower-content {
	background: #16294b;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 17px 0 20px 0;
}

.footer-contact .phone {
	margin-left: 40px;
}

.footer-contact .phone span {
	display: block;
	line-height: 1;
	color: #fff;
	font-size: 20px;
	text-align: center;
	margin-top: 10px;
	}
	.footer-contact .phone .number {
		background: url(../images/icon_free.svg) left center no-repeat;
		background-size: 68px auto;
		font-weight: 700;
		padding-left: 88px;
		margin: 0;
	}

.copy {
	background: #16294b;
	text-align: center;
	padding: 34px 0;
	line-height: 1;
	font-size: 12px;
	color: #fff;
}

.goform {
	position: fixed;
	bottom: 125px;
	right: 0;
	z-index: 100;
}

.goform a {
	display: block;
	border-radius: 50%;
	width: 110px;
	height: 110px;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	background: url(../images/goform.svg) center center no-repeat;
	background-size: contain;
}

.gotop {
	position: absolute;
	bottom: 50px;
	right: 20px;
	z-index: 100;
}

.gotop a {
	display: block;
	border-radius: 50%;
	width: 70px;
	height: 70px;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	background: #fff url(../images/gotop.svg) center center no-repeat;
	box-shadow: 2px 2px 8px rgba(0,0,0,.3);
}


/*------------------------------------------------------------------*/
	@media screen and (min-width: 1601px) {
/*------------------------------------------------------------------*/
	
	

/*------------------------------------------------------------------*/
	}
/*------------------------------------------------------------------*/