/***********************************************************************

------------------------------------------------------------------------
layout
***********************************************************************/

/* layout > container
========================================== */

.l-container {
	width: 100%;
	max-width: 1230px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 15px;
	padding-right: 15px;
}

/* layout > pagetop
========================================== */

.l-pagetop {
	width: 250px;
	padding: 1em;
	background: #0476D9 url(../img/common/ic_arr_t_wh.svg)no-repeat center right 1em;
	position: fixed;
	bottom: 0;
	right: 1%;
	border-radius: 5px 5px 0 0;
	cursor: pointer;
}
.l-pagetop em {
	color: #fff;
}
@media screen and (max-width:640px) {
	.l-pagetop {
		width: 50px;
		height: 50px;
		background: #0476D9 url(../img/common/ic_arr_t_wh.svg) no-repeat center center;
	}
	.l-pagetop em {
		display: none;
	}
}

/* layout > section
========================================== */

.l-section {
	padding-top: 80px;
}

/* layout > copyright
========================================== */

.l-copyright {
	background: #0476D9;
	padding: 1.5em 0;
}
.l-copyright p {
	color: #fff;
}

/* header
========================================== */

header {
	padding-top: 40px;
}
header .header-top {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 30px;
}
header .header-top .logo {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0 40px;
}
header .header-top .logo a {
	background: url(../img/common/logo_mark.png) no-repeat;
	padding-left: 70px;
	background-size: 60px;
}
header .header-top .logo small {
	color: #0487D9;
}
@media screen and (max-width:640px) {
	header {
		padding-top: 15px;
	}
	header .header-top {
		margin-bottom: 15px;
	}
	header .header-top .logo {
		width: 85%;
	}
	header .header-top .logo a {
		background-size: contain;
		padding-left: 50px;
	}
	header .header-top .logo small {
		font-size: 14px;
	}
}

/* footer
========================================== */

.l-footer {
	margin-top: 100px;
	padding-top: 50px;
	border-top: 1px solid #ccc;
}

/* btn > footer > mail
========================================== */

a.btn-footer-mail {
	display: block;
	background: url(../img/common/ic_mail.svg) no-repeat center left;
	position: relative;
	padding: 1em 2em 1em 44px;
}
a.btn-footer-mail::after {
	content: "";
	width: 15px;
	height: 15px;
	background: url(../img/common/ic_arr_r_bl.svg) no-repeat;
	display: block;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -7px;
}
@media screen and (max-width:640px) {
	a.btn-footer-mail {
		width: 100%;
		border: 1px solid #CFDDE5;
		border-bottom: #CFDDE5 4px solid;
		background: url(../img/common/ic_mail.svg) no-repeat center left 1em #fff;
		border-radius: 5px;
		padding: 1em 4em;
	}
	a.btn-footer-mail::after {
		right: 1em;
	}
}

/* footer > link
========================================== */

ul.footer-link {
	display: flex;
	gap: 30px;
	padding: 40px 0;
}
ul.footer-link {}