@charset "UTF-8";

.page-front section center{
	/* width:100%; */
    margin:50px;
}

.page-front section center img{
	width:15%;
}

.page-front .news_area{
	margin:auto auto 50px;
    width:40%;
	color: #494949 !important;
	font-size: 14px !important;
}


.page-front .sns_area {
  width: 100%;
  text-align: center; /* これで中身を中央寄せ */
  padding: 16px 0;    /* 上下に余白（任意） */
}

.page-front .sns_area img {
  display: inline-block; /* 中央寄せを効かせるため */
  max-width: 100%;
  height: auto;
  width: 26px;
}


/* footer */

.footer_202508{
    background: #aa7549!important;
    background-color: #aa7549!important;
}
.company-contact h2{
    font-size: 16px;
    padding-bottom: 1rem;
}
.company-contact{
    text-align: center;
    color: #fff;
    padding: 50px;
    font-size: 14px;
}

.company-contact__list {
  list-style: none;
  padding: 0 0 1rem;
  margin: 0;
  display: flex;
  gap: 6px;
  justify-content: center;
}

/* header */

/* ロゴを真ん中に */
.l-header__inner__block.logo__block {
margin: 0 auto;
position:relative;
left:-9.3rem;
}
.l-header__inner__block.logo__block a {

}


.sign_inbtnWrap .btn202508{
	width: 300px;
}
.sign_inbtnWrap .btn202508 a {
  display: inline-block;
  text-decoration: none;
  color: inherit;
  background: none;
  border: none;
  box-shadow: none;
  -webkit-tap-highlight-color: transparent; /* スマホでのハイライト除去 */
}

/* クリック時・フォーカス時の不要エフェクトを打ち消す */
.sign_inbtnWrap .btn202508 a:active,
.sign_inbtnWrap .btn202508 a:focus {
  outline: none;
  box-shadow: none;
  transform: none;   /* 押し込みアニメが付いている場合 */
  background: none;  /* 背景変化が付いている場合 */
}


.sign_inbtnWrap .btn202508 a{
    margin-right: 10%;
}


/*ログイン画面*/
.p-login__inner{
    justify-content:center!important;
}

@media screen and (max-width: 720px){


.page-front section center{
	/* width:100%; */
    margin:15px 0 50px;
}

.page-front section center img{
	width:50%;
}

.page-front .news_area{
    width:90%;
}

/* footer */
    .company-contact__list {
    flex-direction: column;
    gap: 4px;
}
.company-contact__divider{
    display: none;
}
.company-contact .company-contact__info > a{
    display: block;
}

/* header */
.sign_inbtnWrap .btn202508{
	width: 80px;
	display: flex;
	flex-direction: column;
}
.sign_inbtnWrap .btn202508 a,
.sign_inbtnWrap .btn202508 a span{
font-size: 0.9rem;
margin-right:0;
}
.l-header__inner__block.logo__block{
    left:-2.3rem;
}
.l-header__inner__block.logo__block a{
    min-width:130px;
}
}