@charset "utf-8";

@media screen and (max-width: 480px) {
	/* html {
		scroll-behavior: smooth;
		scroll-padding-top: 50px;
	} */
}
body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", "メイリオ", sans-serif;
	font-size: 12px;
	line-height: 1.4em;
	color: #333333;
}
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
ol {
	margin: 0;
	padding: 0;
}
* {
  box-sizing: border-box;
}
p {
	margin: 0;
}
dl {
  margin: 0;
}
dd {
  margin: 0;
} 
a {
  color: #004ea6;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
.clearfix::after {
	content: "";
	display: block;
	clear: both;
}
.wrapper {
  width: 952px;
  margin:  auto;
  border-left: 1px solid #cecece;
  border-right: 1px solid #cecece;
}
.wrapper.large {
  font-size: 150%;
}

@media screen and (max-width: 480px) {
	.wrapper {
		width: 95%;
		border: none;
	}
	img {
		max-width: 100%;
	}
}

/* header Area
=========================================*/
.header__top{
	margin-left: 11px;
	width: 930px;
	position: relative;
	height: 80px;
}
.header__top h1 {
	padding-top: 13px;
	margin: 0;
}
.header__top .headerImg {
	position: absolute;
	top: 10px;
	right: 0;
}
.header__top .headerImg img {
	width: 290px;
}

@media screen and (max-width: 480px) {
	.header__top {
		width: 100%;
		margin: 0;
		height: auto;
	}
	.header__top-inner {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.header__top h1 {
		width: 136px;
		padding: 9px 0;
	}
	.header__top h1 img {
		width: 100%;
	}
	.header__top .headerImg {
		position: static;
	}
	.header__top .headerImg img {
		width: 163px;
	}
}

/* header login
-----------------------------------------*/
@media screen and (min-width: 481px), print {
	.header__top .headerLogin {
		position: absolute;
		top: 0;
		/* left: 290px; */
		left: 276px;
		background: url(../img/header_login_bg01.gif) no-repeat left top;
		/* width: 256px; */
		width: 214px;
		height: 36px;
	}
	.header__top .headerLoginIn {
		position: absolute;
		top: 0;
		left: 290px;
		background: url(../img/header_login_bg02.gif) no-repeat left top;
		/* width: 256px; */
		width: 214px;
		height: 36px;
	}
	.header__top .headerLogin p {
		padding: 10px 0;
		text-align: center;
		color: #fff;
		font-weight: bold;
		width: 215px;
	}
	.header__top .headerLoginIn p {
		padding: 10px 0;
		text-align: center;
		color: #fff;
		font-weight: bold;
		width: 215px;	
	}
	.header_top-function-logout {
		position: absolute;
		top: 0;
		left: 504px;
		/* left: 490px; */
		cursor: pointer;
	}
}
.header__top .logout-btn-inner {
	text-decoration: none;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 70px;
	height: 36px;
	font-size: 12px;
	font-weight: bold;
	background: #E9E9E9;
	color: #7e7e7e;
	border: 1px solid #c5c5c5;
	border-radius: 0 5px 5px 0;
}

@media screen and (max-width: 480px) {
	.header__top-function {
		height: 47px;
		background: #E4F6E5;
		position: relative;
		display :flex;
		align-items: center;
	}
	.header__top-function::before {
		background: #E4F6E5;
		content: "";
		display: block;
		width: 2.5%;
		height: 100%;
		position: absolute;
		top: 0;
		left: -2.5%;
	}
	.header__top-function::after {
		background: #E4F6E5;
		content: "";
		display: block;
		width: 2.5%;
		height: 100%;
		position: absolute;
		top: 0;
		right: -2.5%;
	}
	.header__top-function.is-fixed {
		width: 100%;
		padding: 0 2.5%;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 998;
		box-shadow: 0 2px 4px rgba(0,0,0,.1);
	}
	.header__top-function-join,
	.header__top-function-login-modal {
		max-width: 91px;
		width: 27%;
		height: 26px;
		display: flex!important;
		justify-content: center;
		align-items: center;
		border-radius: 2px;
		background: #4B9A5C;
		color: #fff;
		text-decoration: none;
		font-weight: bold;
		box-shadow: 0 1px 2px rgba(0,0,0,.16);
		margin: 0 5px 0 0;
	}
	.header__top-function-login-modal {
		background: #F1A339;
	}
	.header__top-function-login-modal a {
		color: #fff;
		text-decoration: none;
	}
	.header__top .logout-btn-inner {
		width: 91px;
		height: 26px;
		border-radius: 2px;
		font-weight: bold;
		box-shadow: 0 1px 2px rgba(0,0,0,.16);
	}
	.header__top .headerLogin {
		width: calc(46% - 55px);
		max-width: 95px;
		font-size: 11px;
		font-weight: bold;
		line-height: 1.2;
	}
	.header__top .headerLoginIn {
		width: calc(46% - 55px);
		font-size: 10px;
		font-weight: bold;
		line-height: 1.2;
	}
}

/* header textsize
-----------------------------------------*/
.header__top .txtSize {
	position: absolute;
	left: 312px;
	top: 50px;
	margin: 0;
}
.header__top .txtSize dt {
	float: left;
	display: inline;
	margin: 5px 10px 0 0;
}
.header__top .txtSize dd {
	float: left;
	display: inline;
	margin: 0;
}
.header__top .txtSize dd.sizeS {
	margin: 3px 5px 0 0;
}
.header__top .txtSize dd.sizeS a {
	background: url(../img/header_size_s.gif) no-repeat left top;
	width: 17px;
	height: 17px;
	display: block;
	text-indent: -9999px;
}
.header__top .txtSize dd.sizeM {
	margin: 2px 5px 0 0;
}
.header__top .txtSize dd.sizeM a {
	background: url(../img/header_size_m.gif) no-repeat left top;
	width: 19px;
	height: 19px;
	display: block;
	text-indent: -9999px;
}
.header__top .txtSize dd.sizeL a {
	background: url(../img/header_size_l.gif) no-repeat left top;
	width: 22px;
	height: 22px;
	display: block;
	text-indent: -9999px;
}

@media screen and (max-width: 480px) {
	.header__top .txtSize {
		display: none;
	}
}


/* header link
-----------------------------------------*/
@media screen and (min-width: 481px), print {
	.headerLink01 {
		position: absolute;
		left: 535px;
		top: -35px;
	}
	.headerLink01 li {
		margin-right: 10px;
		float: left;
		display: inline;
	}
}
.headerLink02 {
	position: absolute;
	top: 55px;
	right: 0;
}
.headerLink02 li {
	display: inline;
}
.headerLink02 li a {
	padding: 0 3px 0 2px;
}

@media screen and (max-width: 480px) {
	.headerLink01 {
		display: flex;
		justify-content: center;
		margin: 20px 0;
	}
	.headerLink01 li {
		margin: 0 5px;
	}
	.header__top .headerLink02 {
		display: none;
	}
}

/* globalNavi
-----------------------------------------*/
@media screen and (min-width: 481px), print {
	.header__bg-wrap {
		margin: 0 0 15px 0;
		padding: 5px 5px 0 5px;
		background: #e2fcee;
		position: relative;
		height: 97px;
		z-index: 1000;
	}
	.header__nav-list {
		display: flex;
		justify-content: space-between;
		/* border: 1px solid #fff;
		box-shadow: 2px 2px 2px rgba(0,0,0,.16); */
		margin: 0 0 5px 4px;
    padding-left: 1px;
    background: url(../img/g_navi.gif) no-repeat left top;
	}
	.header__nav-list-item {
		width: calc(100% / 8);
		position: relative;
	}
	.header__nav-list-item .narrow {
		letter-spacing: -0.2em;
	}
	.header__nav-list-item .wide {
		letter-spacing: 0.5em;
	}
	.header__nav-list-item.sponly {
		display: none;
	}
	.header__nav-list-item .txt {
		width: 116px;
    display: block;
    text-indent: -9999px;
    height: 58px;
	}
	.header__sub-nav-list {
		display: block;
		width: 280px;
		position: absolute;
		top: 62px;
		left: -40px;
		background: linear-gradient(to bottom, #FEFE9C, #FEFE47);
		padding: 10px;
		font-size: 12px;
		z-index: 100;
	}
	.header__nav-list-item:first-of-type .header__sub-nav-list {
		left: -10px;
	}
	.header__nav-list-item:nth-of-type(8) .header__sub-nav-list {
		right: -5px;
		left: auto;
	}
	.header__sub-nav-list::after {
		content: "";
		display: block;
		width: 117px;
		height: 10px;
		position: absolute;
		top: -10px;
		left: 40px;
		background: #FEFE9C;
	}
	.header__nav-list-item:first-of-type .header__sub-nav-list::after {
		left: 10px;
	}
	.header__nav-list-item:nth-of-type(3) .header__sub-nav-list::after {
		left: 39px;
	}
	.header__nav-list-item:nth-of-type(4) .header__sub-nav-list::after {
		left: 38px;
	}
	.header__nav-list-item:nth-of-type(5) .header__sub-nav-list::after {
		left: 37px;
	}
	.header__nav-list-item:nth-of-type(6) .header__sub-nav-list::after {
		left: 36px;
	}
	.header__nav-list-item:nth-of-type(7) .header__sub-nav-list::after {
		left: 35px;
	}
	.header__nav-list-item:nth-of-type(8) .header__sub-nav-list::after {
		left: auto;
		right: 10px;
	}
	.header__sub-nav-list-item {
		padding: 5px 5px 5px 15px;
		float:none !important;
		background: url(../img/second_navi_arrow.gif) no-repeat left 9px;
		border-bottom: #400000 1px dotted;
	}
	.header__sub-nav-list-item.--top {
		display: none;
	}
	.header__sub-nav-list-item .new {
		color: #FF0000;
		font-weight: bold;
		padding-left: 5px;
	}
	.header__sub-nav-list-item a {
		color: #400000;
		font-weight: normal;
		text-shadow: none;
		text-decoration: none;
	}
	.header__sub-nav-list-item a:hover {
		text-decoration: underline;
	}
	.header__sub-nav-list-item-wrap {
		display: flex;
	}
	.header__sub-nav-list-item-wrap > .header__sub-nav-list-item {
		width: 42%;
	}
	.header__sub-nav-list-item-wrap .sub-2 {
		width: 55%;
		letter-spacing: -0.1em;
	}
	.header__sub-nav-list {
		display: none;
	}
	.header__nav-list-item:hover .header__sub-nav-list {
		display: block;
	}
	.header__nav-btn-open,
	.header__nav-btn-close {
		display: none;
	}
	.header__search {
		position: absolute;
		bottom: 8px;
		right: 12px;
		z-index: 99;
	}
	.header__search input[type=text] {
		width: 169px;
	}
}

@media screen and (max-width: 480px) {
	.header__nav-btn-open {
		display: block;
		width: 50px;
		height: 47px;
		background: #4B9A5C;
		position: absolute;
		top: 48px;
		right: 0;
	}
	.header__nav-btn-open.is-fixed {
		position: fixed;
		top: 0;
		right: 0;
		z-index: 998;
	}
	.header__nav-btn-open span:not(.txt) {
		width: 32px;
		height: 2px;
		background: #fff;
		position: absolute;
		left: 10px;
	}
	.header__nav-btn-open span:nth-of-type(1) {
		top: 10px;
	}
	.header__nav-btn-open span:nth-of-type(2) {
		top: 18px;
	}
	.header__nav-btn-open span:nth-of-type(3) {
		top: 26px;
	}
	.header__nav-btn-open .txt {
		width: 100%;
		position: absolute;
		bottom: 0;
		color: #fff;
		text-align: center;
		font-size: 10px;
	}
	.header__nav-wrap {
		position: fixed;
		height: 100vh;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		background: #E4F6E5;
		z-index: 9999;
		overflow-y: scroll;
		transform: translateX(100%);
		transition: all .2s ease;
		padding-bottom: 60px;
	}
	.header__nav-wrap.is-open {
		transform: translateX(0);
	}
	.header__nav-wrap-top {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
	}
	.header__nav-btn-close {
		position: absolute;
		top: 0;
		right: 0;
		width: 50px;
		height: 50px;
	}
	.header__nav-btn-close span:not(.txt) {
		display: block;
		width: 32px;
		height: 3px;
		background: #333;
		position: absolute;
		left: 10px;
	}
	.header__nav-btn-close span:nth-of-type(1) {
		transform: rotate(45deg);
		top: 18px;
	}
	.header__nav-btn-close span:nth-of-type(2) {
		transform: rotate(-45deg);
		bottom: 29px;
	}
	.header__nav-btn-close .txt {
		width: 100%;
		text-align: center;
		font-size: 10px;
		font-weight: bold;
		color: #333;
		position: absolute;
		bottom: 0;
	}
	.header__search {
		position: absolute;
		top: 12px;
		left: 10px;
		bottom: auto;
		width: calc(100% - 70px);
	}
	.header__search input[type=text] {
		width: calc(100% - 60px);
		margin-right: 10px;
		line-height: 1;
		font-size: 12px;
	}
	.header__nav {
		padding: 50px 12px;
		font-size: 16px;
		font-family: 'メイリオ', Meiryo,sans-serif;
	}
	.header__nav-list {
		display: block!important;
		border: 1px solid #06AE7A;
	}
	.header__nav-list-item .txt {
		background: #06AE7A;
		text-decoration: none;
		color: #fff;
		font-weight: bold;
		display: block;
		padding: 15px 50px 15px 20px;
		border-bottom: 1px solid #fff;
	}
	.header__nav-list-item:last-of-type .txt {
		border-bottom: none;
	}
	.header__nav-list-item {
		position: relative;
	}
	.header__nav-list-item::after {
		content: "";
		display: block;
		width: 20px;
		height: 10px;
		background: url(../img/navi_arrow.png) 0/contain no-repeat;
		position: absolute;
		top: 20px;
		right: 16px;
	}
	.header__nav-list-item.is-open::after {
		transform: rotate(180deg);
		transform-origin: center;
	}
	.header__sub-nav-list-item {
		position: relative;
	}
	.header__sub-nav-list-item .new {
		color: #ff0000;
		padding-left: 5px;
	}
	.header__sub-nav-list-item a {
		display: block;
		padding: 15px 50px 15px 40px;
		background: #fff;
		border-bottom: 1px solid #06AE7A;
		text-decoration: none;
		color: #333;
	}
	.header__sub-nav-list-item::before {
		content: "";
		display: block;
		width: 10px;
		height: 10px;
		background: url(../img/second_navi_arrow.gif) 0/contain no-repeat;
		position: absolute;
		top: 17px;
		left: 20px;
	}
}

/* bread
-----------------------------------------*/
.header__bottom {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 99%;
	margin: 8px auto;
}
.bread {
	margin-left: 2px;
}
.bread li {
	display: inline;
}
.search form input {
	vertical-align: top;
}
@media screen and (max-width: 480px) {
	.bread {
		font-size: 11px;
	}
}

/* side
-----------------------------------------*/
.side img {
	display: block;
}
.side__login {
	width: 232px;
	background: #4B9A5C;
	border: 1px solid #fff;
	border-radius: 5px;
	color: #fff;
	padding: 10px;
	margin: 0 0 10px 2px;
	position: relative;
	font-family: 'メイリオ', Meiryo,sans-serif;
}
.side__login::after {
	content: "";
	display: block;
	width: calc(100% + 4px);
	height: calc(100% + 4px);
	position: absolute;
	top: -2px;
	left: -2px;
	background: #c4c4c4;
	z-index: -1;
	border-radius: 3px;
}
.side__login-ttl {
	font-size: 18px;
	text-align: center;
	text-shadow: 0 0 4px rgba(0,0,0,.8);
	margin: 3px 0 10px;
}
.side__login-pdf {
	margin-bottom: 20px;
}
.side__login-pdf a {
	display: inline-block;
	color: #fff;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
	padding-right: 20px;
	position: relative;
}
.side__login-pdf a::after {
	content: "";
	display: block;
	width: 19px;
	height: 18px;
	background: url(../img/icon_pdf.png) 0/contain no-repeat;
	position: absolute;
	top:-5px;
	right: 0;
}
.side__login-input-dl {
	display: flex;
	justify-content: space-between;
  margin: 12px 0;
}
.side__login-input-dl dt {
	width: 70px;
	font-size: 11px;
	line-height: 1.25;
	margin-top: 2px;
	font-weight: bold;
}
.side__login-input-dl dd {
	margin: 0;
	width: calc(100% - 75px);
}
.side__login-input-dl dd input {
	width: 100%;
}
.side__login-input-dl dd input.color-lightblue {
	/* background: #fffbc7; */
	background: #e8f0fe;
	border: 1px solid #818181;
}
.side__login-info .memo_link {
	display: inline-block;
	color: #ccc;
	text-decoration: none;
	position: relative;
	font-weight: bold;
	font-size: 10px;
	padding-left: 10px;
}
.side__login-info .memo_link::before {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-top: 4px solid transparent;
	border-left: 6px solid #F1A339;
	border-bottom: 4px solid transparent;
	position: absolute;
	top: 3px;
	left: 0;
}
.side__login-info .memo {
	display: none;
  position: absolute;
  width: 260px;
  top: 0;
  left: 210px;
  font-weight: normal;
  background: #fffee0;
  z-index: 100;
	font-size: 10px;
	color: #666;
	padding: 5px;
}
@media screen and (min-width: 481px) {
	.side__login-info .memo_link:hover .memo {
		display: block;
	}
}
.side__login-btn {
	text-align: center;
	margin-top: 20px;
}
.side__lostpass a {
	display: inline-block;
	margin-left: 20px;
	font-size: 10px;
	padding-left: 10px;
	position: relative;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}
.side__lostpass a::before {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-top: 4px solid transparent;
	border-left: 6px solid #F1A339;
	border-bottom: 4px solid transparent;
	position: absolute;
	top: 3px;
	left: 0;
}
@media screen and (min-width: 481px) {
	.side__login-close {
		display: none;
	}
}
.side__join {
	margin: 0 0 8px 2px;
}
.side__service {
	margin: 0 0 10px;
  padding-bottom: 5px;
  background: url(../img/side_link_bg.gif) no-repeat left bottom;
}
.side__service dd {
	margin: 0;
	padding: 0 0 5px 12px;
}
.side__magazine {
	display: block;
	margin: 0 0 10px 2px;
}
.side__recommend h2 {
	margin: 0;
}
.side__recommend {
	margin: 0 0 0 2px;
  background: #f3f3f3;
	border: 1px solid #b8b8b8;
	border-radius: 5px;
}
.side__recommend h3 {
	padding: 10px 10px 2px 15px;
	color: #004ea6;
	font-size: 1em;
	font-weight: bold;
	margin: 0;
}
.side__recommend ul {
	padding-bottom: 10px;
}
.side__recommend ul li {
	margin-left: 35px;
	padding: 0 15px 2px 0;
	list-style-type: disc;
	color: #004ea6;
}
.side__access {
	margin: 0 0 10px 2px;
  padding-top: 10px;
}
.side__seminar {
	margin: 0 0 0 2px;
}
.side__seminar dd {
	margin: 0;
	float: left;
}
.side__seminar dd a {
	display: block;
}
.side__bank {
	margin: 6px 0 0 2px;
}
.side__navi {
	border: 1px solid #A0A0A0;
	border-radius: 5px;
}
.side__navi-ttl {
	font-size: 16px;
	font-weight: bold;
	text-shadow: 0 0 5px rgba(0,0,0,.8);
	background: #5CBA7F;
	color: #fff;
	padding: 14px 5px 14px 25px;
	margin: 0;
	position: relative;
}
.side__navi-ttl::before {
	content: "";
	display: block;
	width: 6px;
	background: #fff;
	position: absolute;
	top: 8px;
	bottom: 8px;
	left: 10px;
}
.side__navi-ttl a {
	color: #fff;
	text-decoration: none;
}
.side__navi li a {
	display: block;
  padding: 12px 0 12px 32px;
  text-decoration: none;
  border-bottom: 1px solid #019c58;
	position: relative;
}
.side__navi li .is-active a {
	background: #E4F6E5;
	color: #333;
}
.side__navi li a:hover {
	background: #E4F6E5;
	color: #333;
}
.side__navi li a::before {
	content: "";
	display: block;
	width: 15px;
	height: 15px;
	background: url(../img/icon_sidenavi.png) 0/contain no-repeat;
	position: absolute;
	top: 50%;
	left: 13px;
	transform: translateY(-50%);
}
.side__navi li a.sub {
	padding-left: 38px;
}
.side__navi li a.sub::before {
	width: 10px;
	height: 10px;
	background: url(../img/icon_sidenavi-sub.png) 0/contain no-repeat;
	left: 20px;
}
.side__navi li:last-of-type a {
	border-bottom: 5px solid #4B9A5C;
}
.side__navi li .new {
	color: #FF0000;
	font-weight: bold;
}
@media screen and (max-width: 480px) {
	.side__login {
		display: none;
		background: #06AE7A;
		width: 90%;
		padding: 20px 15px;
		border-radius: 10px;
		position: fixed;
		top: 50%;
		left: 50%;
		transform: translate(-50%,-50%);
		z-index: 1000;
	}
	#mask {
		display: none;
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		background: rgba(0,0,0,.7);
		z-index: 999;
	}
	.side__login::after {
		display: none;
	}
	.side__login-ttl {
		margin-bottom: 20px;
		font-size: 24px;
		text-shadow: none;
	}
	.side__login-pdf {
		text-align: center;
		margin-bottom: 30px;
	}
	.side__login-input-dl {
		margin: 20px 0;
	}
	.side__login-input-dl dd input {
		padding: 5px;
	}
	.side__login-info {
		margin-top: 20px;
	}
	.side__login-info .memo {
		display: block;
		position: static;
		width: 100%;
	}
	.side__lostpass {
		text-align: center;
	}
	.side__lostpass a {
		margin: 0;
	}
	.side__login-close {
		position: absolute;
		width: 30px;
		height: 30px;
		top: 10px;
		right: 10px;
	}
	.side__login-close::before,
	.side__login-close::after {
		content: "";
		display: block;
		width: 30px;
		height: 2px;
		background: #fff;
		position: absolute;
		transform-origin: center;
		top: 15px;
	}
	.side__login-close::before {
		transform: rotate(45deg);
	}
	.side__login-close::after {
		transform: rotate(-45deg);
	}
	.side__join,
	.side__service,
	.side__recommend,
	.side__access,
	.side__seminar {
		display: none;
	}
	.side__magazine {
		max-width: 232px;
		margin: 0 auto 10px;
	}
	.side__magazine.pconly {
		display: none;
	}
	.side__bank,
	.side__chiiki {
		max-width: 232px;
		margin: 0 auto;
	}
}
/* footer
-----------------------------------------*/
.pagetop-pc {
	padding-top: 30px;
  text-align: right;
	position: relative;
	z-index: 100;
}
.pagetop-pc::after {
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	box-shadow: 0 2px 2px rgba(0,0,0,.5);
}
.pagetop-pc img {
	display: block;
	margin: 0 0 0 auto;
}
.pagetop-sp {
	display: none;
}
.siteMap {
	background: #F3F3F3;
	border-bottom: 1px solid #ababab;
}
.siteMap dl {
	margin: 10px 0 20px 30px;
  float: left;
  display: inline;
  width: 200px;
}
.siteMap dl dt {
	margin-bottom: 4px;
	padding: 20px 5px 8px 5px;
	background: url(../img/sitemap_line.gif) repeat-x bottom;
	font-size: 1.2em;
	font-weight: bold;
}
.siteMap dl dd {
	margin-left: 5px;
	padding: 5px 0 5px 10px;
	background: url(../img/sitemap_list.gif) no-repeat left 12px;
}
.footer {
	width: 952px;
	max-width: 95%;
  margin: auto;
}
.footer__inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.footer__logo {
	padding: 10px 0;
}
.footer__link li {
	font-size: 11px;
	display: inline-block;
	padding-left: 20px;
	position: relative;
	margin-right: 10px;
}
.footer__link li::before {
	content: "";
	display: block;
	width: 17px;
	height: 17px;
	background: url(../img/icon_footer_link.jpg) 0/contain no-repeat;
	position: absolute;
	top: 0;
	left: 0;
}
.footer__link li a {
	color: #7b7b7b;
	text-decoration: none;
	font-weight: bold;
}
.copyright {
	padding: 5px 0 15px 0;
}

@media screen and (max-width: 480px) {
	.pagetop-pc {
		display: none;
	}
	.pagetop-sp {
		display: block;
		position: fixed;
		bottom: 0;
		right: 2.5%;
		z-index: 998;
	}
	.siteMap {
		display: none;
	}
	.footer {
		width: 100%;
		position: relative;
	}
	.footer__inner {
		display: block;
	}
	.footer__logo {
		padding-top: 20px;
	}
	.footer__link {
		display: flex;
		flex-wrap: wrap;
	}
	.footer__link li {
		display: block;
		width: 50%;
		margin: 0;
	}
	.copyright {
		font-size: 11px;
	}
}


.inipass-mask {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0,0,0,.7);
	z-index: 1001;
}
.inipass-notice {
	display: block;
	background: #fff;
	width: 60%;
	padding: 20px 15px;
	border-radius: 5px;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: 1002;
	font-size: 120%;
	border: solid 10px #666666;
}

#loginframe {
	width: 481px;
}
@media screen and (max-width: 480px) {
	#loginframe {
		width: 90%;
		height: 279px;
		position: fixed;
		top: 50%;
		left: 50%;
		transform: translate(-50%,-50%);
		z-index: 1000;
	}
}