@charset "utf-8";

.cmn-header {
	background: #fff;
	box-sizing: border-box;
	height: 70px;
	padding: 0 20px;
	width: 100%;
}
@media screen and (max-width: 656px) {
	.cmn-header {
		height: 10.67vw;
		padding: 0 3.04vw;
	}
}
.cmn-header > div {
	align-items: center;
	display: flex;
	height: 100%;
	width: 100%;
}
.cmn-header .cmn-header__logo {
	width: 100%;
}
@media screen and (max-width: 656px) {
	.cmn-header .cmn-header__logo img {
		width: 40.85vw;
	}
}
.cmn-header .cmn-header__logo a:hover {
	opacity: 1;
}
.cmn-header .cmn-header__btn-login {
	flex-shrink: 0;
	margin-right: 8px;
}
@media screen and (max-width: 656px) {
	.cmn-header .cmn-header__btn-login {
		margin-right: 1.21vw;
	}
}
.cmn-header .cmn-header__btn-login a {
	border: 2px solid #095AE5;
	border-radius: 18px;
	box-shadow: 0 3px 8px rgba(0,0,0,.1);
	box-sizing: border-box;
	color: #095AE5;
	display: block;
	font-size: 14px;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
	line-height: 1;
	padding: 9px 14px 9px 38px;
	position: relative;
	text-align: left;
	text-decoration: none;
    transition: 0.25s;
}
@media screen and (max-width: 656px) {
	.cmn-header .cmn-header__btn-login a {
		border-width: 0.3vw;
		border-radius: 2.74vw;
		font-size: 2.13vw;
		padding: 1.37vw 2.13vw 1.37vw 5.79vw;
	}
}
.cmn-header .cmn-header__btn-login a:hover {
	background: #095AE5;
	color: #fff;
	opacity: 1;
}
.cmn-header .cmn-header__btn-login a::before {
    background: url(/assets/images/common/icon_login.svg) 0% 50% no-repeat;
    background-size: 100% 100%;
	content: '';
	display: block;
    height: 20px;
	left: 14px;
	margin-top: -10px;
	position: absolute;
    top: 50%;
    transition: 0.25s;
    width: 20px;
    z-index: 1;
}
@media screen and (max-width: 656px) {
	.cmn-header .cmn-header__btn-login a::before {
		height: 3.04vw;
		left: 2.13vw;
		margin-top: -1.52vw;
		width: 3.04vw;
	}
}
.cmn-header .cmn-header__btn-login a:hover::before {
	background-image: url(/assets/images/common/icon_login_white.svg);
}
.cmn-header .cmn-header__btn-mypage {
	flex-shrink: 0;
}
.cmn-header .cmn-header__btn-mypage a {
	background: #095AE5;
	border-radius: 18px;
	box-shadow: 0 3px 8px rgba(0,0,0,.1);
	box-sizing: border-box;
	color: #fff;
	display: block;
	font-size: 14px;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
	line-height: 1;
	padding: 11px 18px 11px 44px;
	position: relative;
	text-align: left;
	text-decoration: none;
    transition: 0.25s;
}
@media screen and (max-width: 656px) {
	.cmn-header .cmn-header__btn-mypage a {
		border-radius: 2.74vw;
		font-size: 2.13vw;
		padding: 1.67vw 2.74vw 1.67vw 6.7vw;
	}
}
.cmn-header .cmn-header__btn-mypage a:hover {
	background: #0044B8;
	opacity: 1;
}
.cmn-header .cmn-header__btn-mypage a::before {
    background: url(/assets/images/common/icon_regist_white.svg) 0% 50% no-repeat;
    background-size: 100% 100%;
	content: '';
	display: block;
    height: 20px;
	left: 16px;
	margin-top: -10px;
	position: absolute;
    top: 50%;
    transition: 0.25s;
    width: 20px;
    z-index: 1;
}
@media screen and (max-width: 656px) {
	.cmn-header .cmn-header__btn-mypage a::before {
		height: 3.04vw;
		left: 2.43vw;
		margin-top: -1.52vw;
		width: 3.04vw;
	}
}

#common-footer * {
    box-sizing: content-box!important;
}
.l-pageTop {
	bottom: 80px;
	position: fixed;
	right: 30px;
	z-index: 90;
  }
  @media screen and (max-width: 767px) {
	.l-pageTop {
	  bottom: 80px;
	  right: 20px;
	}
  }
  .l-pageTop__button {
	background: #344055;
	border: 0;
	border-radius: 25px;
	cursor: pointer;
	display: none;
	height: 50px;
	transition: -webkit-transform 0.375s;
	transition: transform 0.375s;
	transition: transform 0.375s, -webkit-transform 0.375s;
	width: 50px;
  }
  @media screen and (max-width: 767px) {
	.l-pageTop__button {
	  height: 46px;
	  width: 46px;
	}
  }
  @media screen and (min-width: 768px) {
	.l-pageTop__button:hover, .l-pageTop__button:visited:hover, .l-pageTop__button:focus, .l-pageTop__button:visited:focus, .l-pageTop__button:active, .l-pageTop__button:visited:active, .l-pageTop__button.is-active {
	  -webkit-transform: translate(0, -7px);
	  transform: translate(0, -7px);
	}
  }
  .l-pageTop__button::before {
	-webkit-transform: rotate(-135deg) translate(-50%, -50%);
	border-bottom: 3px solid #fff;
	border-right: 3px solid #fff;
	content: "";
	display: block;
	left: 35%;
	position: absolute;
	/*top: 24%;*/
	top: 23%;
	transform: rotate(-135deg) translate(-50%, -50%);
	/*height: 13px;
	width: 13px;*/
	height: 10px;
	width: 10px;
  }
  @media screen and (max-width: 767px) {
	.l-pageTop__button::before {
	  /*height: 13px;
	  width: 13px;*/
	  height: 10px !important;
	  width: 10px !important;
	}
  }
  .l-pageTop span {
	-webkit-transform: translate(-50%, 100%);
	bottom: -6px;
	color: #344055;
	display: block !important;
	font-size: 1rem;
	font-weight: 700;
	left: 50%;
	letter-spacing: 0.05em;
	line-height: 1;
	position: absolute;
	text-align: center;
	transform: translate(-50%, 100%);
	width: 110%;
	font-family: "Noto Sans JP", sans-serif;
	white-space: nowrap;
  }
  @media screen and (max-width: 767px) {
	.l-pageTop span {
	  letter-spacing: 0;;
	}
  }


.l-footer {
	background: #EEF0F6;
	font-family: "Noto Sans JP", sans-serif;
	overflow: hidden;
	position: relative;
  }
  .l-footer__nav {
	background: #E1E4F1;
  }
  @media screen and (max-width: 767px) {
	.l-footer__nav {
	  background: none;
	}
  }
  .l-footer__navList {
	list-style: none;
	margin: 0 auto;
	padding: 22px 0;
	padding-left: 20px;
	padding-right: 20px;
  }
  @media screen and (min-width: 768px) {
	.l-footer__navList {
	  max-width: 1120px;
	}
  }
  @media screen and (min-width: 768px) {
	.l-footer__navList {
	  align-items: center;
	  display: flex;
	  justify-content: center;
	}
  }
  @media screen and (min-width: 768px) and (max-width: 999px) {
	.l-footer__navList {
	  padding-left: 10px;
	  padding-right: 10px;
	}
  }
  @media screen and (max-width: 767px) {
	.l-footer__navList {
	  margin-top: -16px;
	  padding: 36px 10px 60px 13px;
	}
  }
  @media screen and (max-width: 767px) {
	.l-footer__navItem {
	  display: inline-block;
	  margin-left: -3px;
	  margin-top: 16px;
	}
  }
  @media screen and (min-width: 1000px) {
	.l-footer__navItem:nth-child(n+2) {
	  margin-left: 22px;
	  padding-left: 22px;
	}
  }
  @media screen and (min-width: 1000px) and (max-width: 1080px) {
	.l-footer__navItem:nth-child(n+2) {
	  margin-left: 12px;
	  padding-left: 12px;
	}
  }
  @media screen and (min-width: 768px) {
	.l-footer__navItem:nth-child(n+2) {
	  border-left: 1px solid #B0BED5;
	}
  }
  @media screen and (min-width: 768px) and (max-width: 999px) {
	.l-footer__navItem:nth-child(n+2) {
	  margin-left: 2px;
	  padding-left: 2px;
	}
  }
  .l-footer__navItem a {
	color: #344055!important;
	display: block;
	font-size: 1.4rem;
	font-weight: 400!important;
	letter-spacing: 0.05em;
	line-height: 1.5;
	margin: -2px 0;
	padding: 5px 10px;
	text-decoration: none;
	transition: color 0.25s;
  }
  .l-footer__navItem a:hover {
	color: #095AE5!important;
  }
  .l-footer__navItem a:before, .l-footer__navItem a:after {
	content: "";
	display: block;
	height: 0.00001px;
	overflow: hidden;
	width: 0;
  }
  .l-footer__navItem a:before {
	margin-bottom: -0.35rem;
  }
  .l-footer__navItem a:after {
	margin-top: -0.35rem;
  }
  @media screen and (min-width: 768px) {
	.l-footer__navItem a:hover, .l-footer__navItem a:visited:hover, .l-footer__navItem a:focus, .l-footer__navItem a:visited:focus, .l-footer__navItem a:active, .l-footer__navItem a:visited:active, .l-footer__navItem a.is-active {
	  color: #095AE5;
	}
  }
  .l-footer__inner {
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 110px;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 40px;
	position: relative;
  }
  @media screen and (min-width: 768px) {
	.l-footer__inner {
	  max-width: 1080px;
	}
  }
  @media screen and (max-width: 767px) {
	.l-footer__inner {
	  padding: 50px 0 0;
	}
  }
  .l-footer__list {
	display: flex;
  }
  .l-footer__list + .l-footer__list {
	margin-top: 40px;
  }
  .l-footer__head {
	flex: 0 0 150px;
	font-size: 1.6rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1.5;
  }
  .l-footer__head:before, .l-footer__head:after {
	content: "";
	display: block;
	height: 0.00001px;
	overflow: hidden;
	width: 0;
  }
  .l-footer__head:before {
	margin-bottom: -0.4rem;
  }
  .l-footer__head:after {
	margin-top: -0.4rem;
  }
  .l-footer__data {
	flex: 1 1 100%;
  }
  .l-footer__items {
	margin: -10px 0 0 -2px;
  }
  .l-footer__item {
	display: inline-block;
	margin: 8px 17px 0 0;
  }
  .l-footer__item a {
	color: #344055!important;
	display: block;
	font-size: 1.3rem;
	font-weight: 400!important;
	letter-spacing: 0.05em;
	line-height: 1.5;
	padding: 2px;
	text-decoration: none;
  }
  .l-footer__item a:hover {
	color: #095AE5!important;
  }
  .l-footer__item a:before, .l-footer__item a:after {
	content: "";
	display: block;
	height: 0.00001px;
	overflow: hidden;
	width: 0;
  }
  .l-footer__item a:before {
	margin-bottom: -0.325rem;
  }
  .l-footer__item a:after {
	margin-top: -0.325rem;
  }
  @media screen and (min-width: 768px) {
	.l-footer__item a:hover, .l-footer__item a:visited:hover, .l-footer__item a:focus, .l-footer__item a:visited:focus, .l-footer__item a:active, .l-footer__item a:visited:active, .l-footer__item a.is-active {
	  color: #095AE5;
	}
  }
  .l-footer__copyright {
	background-color: #344055;
	padding: 23px 0;
  }
  @media screen and (max-width: 767px) {
	.l-footer__copyright {
	  padding: 21px 0;
	}
  }
  .l-footer__copyright small {
	color: #fff;
	display: block;
	font-size: 1rem;
	letter-spacing: 0.24em;
	line-height: 1.2;
	text-align: center;
  }
  .l-footer__copyright small:before, .l-footer__copyright small:after {
	content: "";
	display: block;
	height: 0.00001px;
	overflow: hidden;
	width: 0;
  }
  .l-footer__copyright small:before {
	margin-bottom: -0.1rem;
  }
  .l-footer__copyright small:after {
	margin-top: -0.1rem;
  }
  @media screen and (max-width: 767px) {
	.l-footer__copyright small {
	  letter-spacing: 0.1em;
	}
  }
  @media screen and (max-width: 767px) {
	.u-hide-smUnder {
	  display: none !important;
	}
  }
