
@charset "utf-8";
/* --------------------------------

Footer

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

.box-inner {
	max-width:1000px;
	margin: 0 auto;
}

footer {
	background: #fdfdfd!important;
	text-align: center;
	width: 100%;
	padding: 2em 0 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-family: 'Lato', 'Noto Sans JP', '游ゴシック Medium', '游ゴシック体', 'Yu Gothic Medium', YuGothic, 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

footer h2 {
	font-weight: bold;
	padding: 0 0 .5em;
	font-size: 1rem;
    text-align: center;
    margin: 0;
}

footer p {
	font-size: .875rem;
	padding: 0 0 1em;
}

footer p a {
	font-size: .875rem;
	padding: 0 0 2em;
	text-decoration: underline !important;
}

footer p#copylight {
	color: #a59c6b;
	font-size: 12px;
	line-height: 60px;
	height: 60px;
	background-color: #f7f7f7;
}

footer .box-inner{
    display: flex;
	text-align: left;
	gap: 16px;
	padding: 48px 16px 32px;

}

.footer-inner.learno{
	flex-basis: 66.6666%;
    display: flex;
	position: relative;
}

.footer-inner.learno>div{
	flex-basis: 50%;
	min-width: 50%;
	padding-right: 8px;
	-webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.footer-inner.learno>div:last-of-type{
	border-right: #e2e2e2 solid 1px;
}

.footer-inner.learno .logo{
	width: 196px;
	position: absolute;
	left: 0;
	top: -36px;
}

.footer-inner.mogic{
	max-width: 33.33333%;
	position: relative;
	margin-top: 20px;
}

.footer-inner.mogic .logo{
	width: 116px;
	display: block;
	position: absolute;
	left: 0;
	top: -54px;
}

.footer-inner a{
	display: block;
	font-size: 15px;
	margin-bottom: 16px;
	line-height: 1.4;
}

.footer-inner a,.footer-inner a:link,.footer-inner a:active, .footer-inner a:visited,.footer-inner a:focus{
	color: black!important;
}

.footer-inner h5{
	font-size: 18px;
	margin: 20px 0 4px;
}

.footer-inner.learno h5{
	color: #56a57d;
}

.footer-mark_wrap{
	justify-content: unset!important;
	margin-top: 20px;
	gap: 8px;
	flex-wrap: wrap;
}

.footer-mark_isms{
	display: flex!important;
	justify-content: unset!important;
	width: unset!important;
	margin: 0!important;
}

.footer-mark_isms p{
	padding: 0;
}

a.footer-mark_p img {
    width: 60px!important;
}

img.isoimg {
    width: 50px!important;
}

a.footer-mark_isms div p {
    font-size: 0.6em!important;
}

@media(max-width: 768px){
	.box-inner {
		width: 90%;
	}

	footer .box-inner{
		display: block;
		padding-inline: 0;
	}

	.footer-inner.learno{
		margin-bottom: 80px;
	}

	.footer-inner.learno>div:last-of-type{
		border: none;
	}

	.footer-inner.mogic{
		max-width: unset;
		display: flex;
		flex-wrap: wrap;
		margin-top: 0;
	}

	.footer-inner.mogic>div:not(:last-of-type){
		flex-basis: 50%;
		min-width: 50%;
		padding-right: 8px;
	}

	.footer-inner.mogic .logo{
		top: -64px;
	}

	.footer-inner.mogic h5{
		margin-top: 0;
	}

	.footer-mark_wrap{
		width: 100%;
		justify-content: center!important;
	}
}

/* footer isms */

.footer-mark_wrap {
	display: flex;
	justify-content: center;
	align-items: center;
  }

  .footer-mark_isms{
	display: flex;
	justify-content: space-around;
	width: 180px;
	border: 1px #999 solid;
	padding: 8px;
  margin-left: 16px;
  }

  a.footer-mark_p img {
	width: 70px;
  }

  a.footer-mark_isms div p {
	color: #000000;
	font-size: 0.7em;
  }
  img.ismsimg {
	width: 60px;
  }

  img.isoimg {
	width: 60px;
  }