@charset "utf-8";

/* ==========================================================================
   1. Base & Reset (基本設定)
   2. Variables (CSS変数)
   3. Utilities (汎用クラス)
   4. Legacy Components (旧コンポーネント・レイアウト)
   5. Legacy Media Queries (旧レスポンシブ設定)
   6. 2020rn Updates (2020年追加分：ヘッダー・フッター等)
   7. 2021.07 Updates (セミナー追加分)
   8. 202605 Header/Footer Renewal (2026年リニューアル分)
   9. Base Pages (旧システム5ファイル専用保護スタイル)
========================================================================== */


/* ==========================================================================
   1. Base & Reset
========================================================================== */
html {
  scroll-behavior: smooth;
  overflow-y: scroll;
  min-height: 100%;
}

body, body#contents, body#contentsMain {
  font-family: 'Helvetica', 'Arial', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif !important;
  margin: 0;
  padding: 0;
  color: #333;
  line-height: 1.5;
  background-color: #fff !important;
}

*, *::before, *::after {
  box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6, p, ul, ol, li, dl, dt, dd {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

a {
  color: #0047bb;
  text-decoration: none;
  transition: all 0.3s ease;
}

a:hover, a:active, a:focus {
  color: #0047bb;
  text-decoration: none;
  outline: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border: none;
}

button, input, select, textarea {
  font-family: inherit;
  font-size: 100%;
  outline: none;
}

@-ms-viewport {
  width: auto;
  initial-scale: 1;
}
@viewport {
  width: device-width;
  initial-scale: 1;
}

body a {
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
  -ms-transition: 0.5s all;
}

li { list-style-type: none; }

.inline { display: inline; }
.clear { clear: both; }

.fa {
  display: inline-block;
  font: normal normal normal 16px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  text-align: center;
}

/* Base font-size responsive */
@media print,screen and (min-width: 641px) {
  html, body { font-size: 16px; }
}
@media screen and (max-width: 640px) {
  html, body { font-size: 15px; }
}
@media screen and (max-width: 400px) {
  html, body { font-size: 14px; }
}


/* ==========================================================================
   2. Variables (:root)
========================================================================== */
:root {
  --color-primary: #ffc700;
  --color-primary-dark: #dfaf00;
  --color-bg: #fafafa;
  --color-surface: #f5f5f5;
  --color-surface-2: #fff9e6;
  --color-text: #333;
  --color-muted: #666;
  --color-border: #a5a5a5;
  --color-white: #fff;
  --color-danger: #c80000;
  --color-danger-dark: #d10000;
  --color-overlay: rgba(0, 0, 0, 0.28);
  --color-shadow: rgba(0, 0, 0, 0.14);

  --header-height: 72px;
  --drawer-width: 340px;
  --container-width: 1020px;

  --radius-sm: 6px;
  --radius-md: 10px;
  --radius-lg: 14px;

  --shadow-sm: 0 2px 6px rgba(0, 0, 0, 0.08);
  --shadow-md: 2px 2px 2px rgba(0, 0, 0, 0.14);

  --transition: 0.3s ease;
}


/* ==========================================================================
   3. Utilities
========================================================================== */
.mgl10 { margin-left: 10px; }
.mgr10 { margin-right: 10px; }
.mgt10 { margin-top: 10px; }
.mgt40 { margin-top: 40px; }
.pl10 { padding-left: 10px; }
.pl20 { padding-left: 20px; }

.w100 { padding-top: 10px; width: 100%; height: auto; }
.w98 { padding-top: 10px; width: 1649px; height: auto; margin: 0 auto; }

.t_center { text-align: center !important; }
.t_left { text-align: left !important; }

.ttl { margin: 0; font-size: 36px; color: #555; text-align: center; }
.subttl { text-align: center; font-size: 14px; color: #555; }
.subtitle.center { text-align: center; font-size: 14px; color: #A6A4A4; }


/* ==========================================================================
   4. Legacy Components
========================================================================== */
.notices {
  position: relative;
  width: 100%;
  background: #be0909;
  color: #fff;
  text-align: center;
}
.notices .top_contents_link {
  position: relative;
  display: block;
  padding: 20px;
}
.notices_ttl { color: #fff; font-weight: bold; font-size: 1.7em; }
.notices_txt { color: #eee; font-size: 1.2em; margin-top: 10px; display: block; }
.top_contents_link { position: absolute; top: 0; left: 0; width: 100%; height: 100%; color: #333 !important; }
.top_contents_link_icon { margin: 10px auto 7px; }
.top_contents_link h4 { font-size: 90%; padding: 0 5px; font-weight: initial; }

.footer_bottom { width: 100%; height: auto; min-height: 6em; position: absolute; }

.header { position: relative; background: #6D712E; padding: 10px 0px 40px 0; border-bottom: 4px solid #999933; }
.header-fixed { position: fixed; top: 0; left: 0; width: 100%; }

.animated { position: relative; }
.link a i { display: block; position: absolute; top: 10px; left: 0; width: 100%; min-height: 64px; height: 100%; cursor: pointer; }
.link h4 a { display: block; padding-top: 40px; box-sizing: border-box; width: 100%; height: 100%; cursor: pointer; font-size: 90%; }

.userinfo {
  float: left; height: auto; position: absolute;
  left: 10px; top: 60px; color: #fff; font-weight: bold;
  z-index: 100; font-size: 75%;
}

.header-left { float: left; }
.header-left a { text-decoration: none; padding: 0 10px; }

.nav_ttl { clear: both; font-size: 60%; }

.hvr-bounce-to-bottom {
  display: inline-block; vertical-align: middle; -webkit-transform: translateZ(0); transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0); -webkit-backface-visibility: hidden; backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale; position: relative; -webkit-transition-property: color; transition-property: color;
  -webkit-transition-duration: 0.5s; transition-duration: 0.5s;
}
.hvr-bounce-to-bottom:before {
  content: ""; position: absolute; z-index: -1; top: 0; left: 0; right: 0; bottom: 0; background: #999933;
  -webkit-transform: scaleY(0); transform: scaleY(0); -webkit-transform-origin: 50% 0; transform-origin: 50% 0;
  -webkit-transition-property: transform; transition-property: transform; -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s; -webkit-transition-timing-function: ease-out; transition-timing-function: ease-out;
}
.hvr-bounce-to-bottom:hover, .hvr-bounce-to-bottom:focus, .hvr-bounce-to-bottom:active { color: white; }
.hvr-bounce-to-bottom:hover:before, .hvr-bounce-to-bottom:focus:before, .hvr-bounce-to-bottom:active:before {
  -webkit-transform: scaleY(1); transform: scaleY(1); -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.full {
  background: url(../images/banner2.jpg) no-repeat 0px 0px; background-size: cover;
  min-height: 410px; padding-top: 80px;
}
a.morebtn { text-decoration: none; font-size: 16px; color: #000; padding: 7px 50px; background: hsla(0,0%,100%,0.4); border: 1px solid #333; }
.full-left { float: left; width: 20%; }
.full-left .glyphicon-music, .full-left .glyphicon-film, .full-left .glyphicon-play { font-size: 48px; color: #f4e14b; }
.full-grid p { font-size: 14px; margin: 20px 0 25px 0; color: #fff; line-height: 1.8em; }

.full-grid .read-more2, .full-grid .read-more {
  text-decoration: none; font-size: 16px; font-weight: bold; color: #fff;
  padding: 7px 25px; background: #dab356; cursor: pointer; margin: 10px 0 0 0;
}
.full-grid .read-more2 { clear: both; float: right; }
.full-grid .read-more { position: absolute; right: 0; bottom: 0; }
a.hvr-bounce-to-bottom.read-more2:before, a.hvr-bounce-to-bottom.read-more:before { background: #919D9D; }

.footer { background: #e0e1e3; padding: 40px 0; }
.footer-grid input[type="email"] { background: #fff; border: none; width: 81%; outline: none; padding: 10px; font-size: 13px; color: #c4c4c4; }
.footer-grid h4 { margin: 0 0 30px 0; font-size: 20px; color: #fff; }
.footer-grid h3 { margin: 30px 0 0px 0; font-size: 32px; color: #fff; }
.footer-grid h3 a { color: #fff; text-decoration: none; }
.footer-grid h3 a:hover { color: #fff; }
.footer-grid ul { margin: 0; padding: 0; }
.footer-grid ul li { list-style-type: none; font-size: 14px; color: #333; line-height: 2em; font-weight: 600; }
.footer-grid ul li a { text-decoration: none; color: #fff; }
.footer-grid ul li a:hover { color: #333; text-decoration: underline; }
.copy-right { background: #919D9D; padding: 17px 0; }
.copy-right p { text-align: left; margin: 0; font-size: 13px; color: #fff; }
.copy-right p a { text-decoration: none; color: #333; }
.copy-right p a:hover { color: #40c8f4; }

.page-head { min-height: 128px !important; }
.about-top, .main, .cam-top-top, .grid_4, .gallery ul, .map, .full, .president-message { margin-top: 80px; }
.team { background: #FFF; }
.cam-top iframe { height: 325px; width: 100%; }


/* ==========================================================================
   5. Legacy Media Queries
========================================================================== */
@media (max-width: 320px) {
  .userinfo, .header-fixed .userinfo { clear: both; height: auto; position: absolute; left: 0; color: #fff; font-size: 75%; font-weight: bold; }
  .userinfo { top: 65px; }
  .header-fixed .userinfo { top: 60px; }
  .h-grid3-all { width: 20.7%; box-sizing: border-box; }
  .h-grid3-all h4 { font-size: 85%; color: #333 !important; opacity: 1.0 !important; }
  .full-grid { padding: 0 10px; width: 100%; }
  .caption h3 { font-size: 23px; }
  .header-left a { padding: 3px 7px; font-size: 21px; }
  .navbar-toggle { padding: 0; }
  button.navbar-toggle { margin: -31px 5% 0 0; }
  .caption p { font-size: 13px; }
  .banner { min-height: 219px; }
  .caption { margin-top: 46px; }
  a.morebtn { padding: 3px 14px; }
  .we-focus, .about, .team, .camps, .typrography, .gallery, .contact { padding: 35px 0; }
  .focus-grid h3, h3.tittle, .gallery h3, .contact-form h3 { font-size: 22px; }
  .pop-desc { padding: 7px 0; }
  .focus-grid, .footer-grid { float: left; width: 100% !important; padding: 0; }
  .footer-grid:nth-child(2) { min-height: inherit; }
  .footer-grid:nth-child(2), .footer-grid:nth-child(3) { margin-top: 30px; }
  .copy-right { padding: 11px 0; }
  .fifth-effect .mask { border: 6px solid rgba(255,255,255,0.50); }
  h3.tittle.mid { font-size: 19px; }
  .cam-top iframe { height: 219px; }
  .sub-text p { margin: 2px 0 0px 0; font-size: 13px; }
  .sub-img { float: left; width: 27%; }
  .sub-text { width: 70%; }
  .da-thumbs li { width: 100%; margin: 5px 0; }
  .da-thumbs li a div h5 { margin: 2.2em 0 0 0; }
  .page-head { min-height: 43px !important; }
  .table td, .table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th { padding: 11px !important; }
  .contact-grid { float: left; width: 100%; }
  .contact-grid:nth-child(3), .contact-grid:nth-child(2) { margin-top: 30px; }
  .nav li a { padding: 3% 0 !important; height: 40px; width: 100%; display: block; }
  .nav br { display: none; }
  .nav i { display: inline; }
}

@media (max-width: 480px) {
  .nav { margin: 33px 0 0 0; }
  .nav li a { padding: 3% 0 !important; height: 40px; width: 100%; display: block; }
  .userinfo { clear: both; height: auto; position: absolute; top: 50px; left: 0; color: #fff; font-size: 75%; font-weight: bold; }
  .full-grid { padding: 0; width: 100%; }
  .nav br { display: none; }
  .ttl { font-size: 25px; }
  .h-grid3-all { width: 21.7%; box-sizing: border-box; }
  .h-grid3-all:nth-child(even) { margin: 0 10px 10px 0; }
  .nav_ttl { clear: both; font-size: 100%; }
  .we-focus, .about, .team, .camps, .typrography, .gallery, .contact, .support, .buttonbox, .support-about { padding: 45px 0; }
  .focus-grid h3, h3.tittle, .gallery h3, .contact-form h3 { font-size: 25px; }
  .col-md-6.focus-grid { float: left; width: 100%; padding: 0 5px; }
  .col-md-3.focus-grid { float: left; width: 50%; padding: 0 5px; }
  .focus-grid:nth-child(4), .focus-grid:nth-child(5), .focus-grid:nth-child(6), .focus-grid:nth-child(7), .focus-grid:nth-child(3), .focus-grid:nth-child(2) { margin: 25px 0 0 0; }
  .full-grid { padding: 0 5px; width: 100%; }
  .full-left .glyphicon-music, .full-left .glyphicon-film, .full-left .glyphicon-play { font-size: 35px; }
  .full-grid:nth-child(2) { margin: 30px 0; }
  .full { padding-top: 45px; min-height: 582px; }
  .footer-grid input[type="email"] { width: 62%; }
  .header-left a { font-size: 24px; }
  .about-top-left { float: left; width: 100%; padding: 0; }
  .about-top-right { float: left; width: 100%; padding: 0; margin-top: 30px; }
  .about-top-right h4 { font-size: 18px; }
  .view-grid { float: left; width: 50%; padding: 5px; }
  .fifth-effect .mask { border: 22px solid rgba(255,255,255,0.50); }
  .sub-text a { font-size: 17px; }
  .sub-text p { margin: 9px 0 0px 0; font-size: 13px; }
  .da-thumbs li { width: 49.2%; }
}

@media (max-width: 640px) {
  .notices .top_contents_link { padding: 4%; }
  .navigation { margin-top: 0px; width: 100%; float: right; z-index: 1; }
  .userinfo { clear: both; height: auto; position: absolute; top: 50px; left: 0; color: #fff; font-size: 75%; font-weight: bold; }
  .ttl { font-size: 27px; }
  .page-head { min-height: 70px !important; }
  .full-grid { padding: 0 10px; margin: 0; width: 100%; }
  .navbar-toggle { padding: 9px 10px; margin: -44px 5% 0 0; border-radius: 4px; background: #999933; }
  .navbar-default .navbar-toggle { border-color: #000; }
  .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus { background: #999933; }
  button.navbar-toggle { margin: -37px 5% 0 0; }
  .navbar-nav { float: none; width: 100%; text-align: center; margin: 33px 0 0 0; }
  .navbar-collapse { padding: 0; }
  .navbar-default .navbar-collapse, .navbar-default .navbar-form { border: none; }
  .full-grid p { margin: 4px 0 9px 0; line-height: 1.7em; }
  .full-grid a { font-size: 13px; padding: 4px 13px; }
  .footer-grid { float: left; width: 50%; }
  .footer-grid h4 { margin: 0 0 16px 0; }
  .footer-grid:nth-child(2) { min-height: 139px; }
  .footer-grid:nth-child(3), .footer-grid:nth-child(4) { margin-top: 5px; }
  .footer-grid h3 { font-size: 24px; }
  .footer { padding: 35px 0; }
  a.morebtn { font-size: 13px; padding: 5px 16px; }
}

@media (max-width: 800px) {
  .navigation { margin-top: 4px; float: none; z-index: 1; }
  .ttl { font-size: 29px; }
  .full-grid { padding: 0; width: 100%; }
  .header-left a { font-size: 26px; }
  .navbar-default .navbar-nav > li > a { padding: 5px 12px; font-size: 14px; }
  .focus-grid { float: left; width: 50%; }
  .focus-grid:nth-child(4), .focus-grid:nth-child(5), .focus-grid:nth-child(6), .focus-grid:nth-child(7), .focus-grid:nth-child(3) { margin: 30px 0 0 0; }
  .focus-grid p, .full-grid p { font-size: 13px; }
  .full-grid p { margin: 10px 0 14px 0; }
  .full { padding-top: 60px; min-height: 350px; }
  .full-left .glyphicon-music, .full-left .glyphicon-film, .full-left .glyphicon-play { font-size: 28px; }
  .full-left { float: left; width: 16%; }
  .footer-grid { float: left; width: 25%; padding: 0 5px; }
  .footer-grid h4 { margin: 0 0 15px 0; font-size: 16px; }
  .footer-grid ul li { font-size: 11px; }
  .footer-grid input[type="email"] { padding: 8px; width: 74%; }
  .footer-grid h3 { font-size: 20px; margin: 39px 0 0px 0; }
  .footer { padding: 45px 0; }
}

@media (max-width: 1024px) {
  .navigation { margin: 6px 0 0 0; float: right; z-index: 1; }
  .userinfo { clear: both; height: auto; position: absolute; top: 134px; left: 213px; color: #fff; font-weight: bold; z-index: 100; font-size: 75%; }
  .ttl { font-size: 32px; }
  .header-left a { font-size: 34px; }
  .navbar-default .navbar-nav > li > a { padding: 8px 17px; font-size: 16px; }
  a.morebtn { font-size: 14px; padding: 7px 22px; }
  .banner { min-height: 520px; }
  .focus-grid h3 span { font-size: 16px; }
  .focus-image .glyphicon-music, .focus-image .glyphicon-film, .focus-image .glyphicon-volume-up, .focus-image .glyphicon-play, .focus-image .glyphicon-headphones, .focus-image .glyphicon-facetime-video { font-size: 45px; }
  .focus-layout h4 { font-size: 16px; }
  .full-left .glyphicon-music, .full-left .glyphicon-film, .full-left .glyphicon-play { font-size: 44px; }
  .full { padding-top: 70px; min-height: 398px; }
  .full-grid a { font-size: 14px; padding: 0; }
  .footer-grid h3 { font-size: 26px; }
  .footer-grid h4 { margin: 0 0 22px 0; }
}

@media (min-width: 768px) {
  .navigation { margin-top: 9px; float: none; z-index: 1; }
  .navigation:after { clear: both; }
  .userinfo { clear: both; height: 2em; position: absolute; bottom: 10px; left: 8px; color: #fff; font-weight: bold; font-size: 75%; }
  .header-fixed .userinfo { clear: both; height: auto; position: absolute; top: 60px; left: 8px; color: #fff; font-weight: bold; z-index: 100; font-size: 75%; }
  .nav { margin-top: 32px; width: 100%; }
  .collapse.in { display: block !important; float: none !important; width: 667px !important; }
  .h-grid3-all { width: 12%; height: 74px; box-sizing: border-box; }
  .col-lg-12 { padding: 3px; }
}

@media (min-width: 800px) {
  .userinfo { clear: both; height: auto; position: absolute; top: 116px; left: 8px; color: #fff; font-weight: bold; z-index: 100; font-size: 75%; }
  .header-fixed .userinfo { top: 60px; }
  .page-head { min-height: 84px !important; }
  .header-left a { font-size: 26px; }
  .navbar-default .navbar-nav > li > a { padding: 5px 12px; font-size: 16px; }
  .navigation { margin-top: 4px; float: right; }
  .focus-grid h3, h3.tittle, .gallery h3, .contact-form h3 { font-size: 29px; }
  .focus-grid { float: left; width: 50%; }
  .focus-grid:nth-child(4), .focus-grid:nth-child(5), .focus-grid:nth-child(6), .focus-grid:nth-child(7), .focus-grid:nth-child(3) { margin: 30px 0 0 0; }
  .focus-grid p, .full-grid p { font-size: 13px; }
  .full-grid p { margin: 10px 0 14px 0; }
  .full { padding-top: 60px; min-height: 350px; }
  .full-left .glyphicon-music, .full-left .glyphicon-film, .full-left .glyphicon-play { font-size: 28px; }
  .full-left { float: left; width: 16%; }
  .footer-grid { float: left; width: 25%; padding: 0 5px; }
  .footer-grid h4 { margin: 0 0 30px 0; font-size: 16px; }
  .footer-grid ul li { font-size: 11px; }
  .footer-grid input[type="email"] { padding: 8px; width: 74%; }
  .footer-grid h3 { font-size: 20px; }
  .footer { padding: 45px 0; }
}

@media (min-width: 980px) {
  .navigation { margin-top: 9px; float: right; z-index: 1; }
  .userinfo { clear: both; height: auto; position: absolute; top: 60px; left: 8px; color: #fff; font-weight: bold; z-index: 100; font-size: 75%; }
  .nav { width: 700px; }
}

@media (min-width: 1280px) {
  .navigation { margin-top: 9px; float: right; z-index: 1; }
  .h-grid3-all { width: 13.4%; box-sizing: border-box; }
}

@media (min-width: 1920px) {
  .navigation { margin-top: 9px; float: right; z-index: 1; }
  .userinfo { clear: both; height: auto; position: absolute; top: 60px; left: 8px; color: #fff; font-weight: bold; z-index: 100; font-size: 75%; }
  .h-grid3-all { width: 13.7%; box-sizing: border-box; }
}


/* ==========================================================================
   6. 2020rn Updates (Header, Footer, Dialog, Spacing)
========================================================================== */
/* #siteHeader */
#siteHeader { position: fixed; left: 0; top: 0; width: 100%; z-index: 1001; background: #fff; box-shadow: 0 0 8px rgba(0,0,0,0.15); }
#siteHeader ul { padding: 0; margin: 0; list-style: none; }
#ccRegistrationLinkOuter { position: fixed; left: 0; top: 0; width: 100%; text-align: center; height: 40px; background: #be0909; z-index: 1001; }
#ccRegistrationLinkOuter #ccRegistrationLink { position: absolute; left: 0; top: 0; color: #fff; font-weight: bold; line-height: 40px; height: 40px; width: 100%; padding: 0; border: none; background: #be0909; animation: none; outline: none; }
#siteHeader .headerUserinfo .info .name { font-weight: bold; }

@media screen and (min-width: 1000px) {
  #ccRegistrationLinkOuter #ccRegistrationLink { font-size: 18px; }
  #headerArea { padding-top: 160px; }
  #headerArea.onlyInfo { padding-top: 90px; }
  body.dispCcRegistrationLink #headerArea { padding-top: 200px; }
  body.dispCcRegistrationLink #headerArea.onlyInfo { padding-top: 130px; }
  body.dispCcRegistrationLink #siteHeader { top: 40px; }
  #siteHeader .headerUserinfo { height: 45px; background: #f2f2f2; font-size: 12px; }
  #siteHeader .headerUserinfo .info { display: flex; align-items: center; height: 45px; width: 1000px; margin: 0 auto; line-height: 1.2; }
  #siteHeader .headerUserinfo .info > p + p { padding-left: .5em; }
  #siteHeader .headerUserinfo .name { font-size: 14px; white-space: nowrap; }
  #siteHeader .headerUserinfo .logoutBtn { white-space: nowrap; padding-left: .5em; margin-left: auto; }
  #siteHeader .headerUserinfo .logoutBtn a { display: block; padding: .2em .4em; background: #fff; color: #333; border-radius: 4em; border: 1px solid #707070; transition: background .15s linear; }
  #siteHeader .headerUserinfo .logoutBtn a:hover { background: #f2f2f2; }
  #siteHeader .headerID { display: flex; align-items: center; height: 45px; width: 1000px; margin: 0 auto; }
  #siteHeader .siteID { width: 148px; }
  #siteHeader .siteID .logo { display: block; width: 100%; padding-bottom: 12.2%; background: url("../images/common/forever_logo.svg") no-repeat center center; background-size: 100% auto; }
  #siteHeader #gNav { display: flex; justify-content: center; align-items: center; background: rgba(255,198,0,0.24); height: 70px; }
  #siteHeader #gNav ul { width: 1000px; margin: 0 auto; display: table; font-size: 14px; font-weight: bold; }
  #siteHeader #gNav ul li { display: table-cell; vertical-align: middle; text-align: center; padding: 0 .5em; }
  #siteHeader #gNav ul li:first-of-type { padding-left: 0; text-align: left; }
  #siteHeader #gNav ul li:last-of-type { padding-right: 0; text-align: right; }
  #siteHeader #gNav ul li + li { border-left: 1px solid rgba(93,61,50,0.52); }
  #siteHeader #gNav a { display: block; color: #5d3d32; transition: color .15s linear; }
  #siteHeader #gNav a:hover { color: #be0909; }
}

@media screen and (max-width: 999px) {
  #ccRegistrationLinkOuter { height: 25px; }
  #ccRegistrationLinkOuter #ccRegistrationLink { line-height: 25px; height: 25px; }
  #headerArea { padding-top: 80px; }
  body.dispCcRegistrationLink #headerArea { padding-top: 105px; }
  body.dispCcRegistrationLink #siteHeader { top: 25px; }
  #siteHeader .headerUserinfo { padding: 0 0 0 150px; height: 80px; display: flex; align-items: center; }
  #siteHeader .headerUserinfo .info { width: 100%; }
  #siteHeader .headerUserinfo .info p { font-size: 70%; max-width: 100%; white-space: nowrap; overflow-x: auto; }
  #siteHeader .headerUserinfo .info p.name { font-size: 100%; }
  #siteHeader .siteID { position: absolute; left: 60px; top: 0; width: 90px; height: 100%; }
  #siteHeader .siteID .logo { position: absolute; display: block; left: 10px; top: 50%; width: 70px; height: 70px; background: url("../images/common/footer_logo.svg") no-repeat center center; background-size: 100% auto; margin-top: -35px; }
  body.spMenu:before { content: ""; display: block; position: fixed; width: 100%; height: 100%; background: #fff; z-index: 1500; }
}

/* #shortHeaderArea */
#shortHeaderArea { padding-bottom: 80px; }
.shortHeader { position: fixed; left: 0; top: 0; width: 100%; height: 80px; z-index: 1000; background: #fff; box-shadow: 0 0 8px rgba(0,0,0,0.15); }
.shortHeader .headerID { position: relative; max-width: 1000px; margin: 0 auto; height: 80px; }
#shortHeaderArea .siteLogo { position: absolute; left: 0; top: 50%; transform: translateY(-50%); font-size: 1px; text-indent: -999em; }
@media screen and (min-width: 1000px) {
  #shortHeaderArea .siteLogo { width: 148px; }
  #shortHeaderArea .siteLogo span { display: block; width: 100%; padding-bottom: 12.2%; background: url("../images/common/forever_logo.svg") no-repeat center center; background-size: 100% auto; }
}
@media screen and (max-width: 999px) {
  #shortHeaderArea .siteLogo { left: 50%; transform: translate(-50%,-50%); }
  #shortHeaderArea .siteLogo span { display: block; width: 70px; height: 70px; background: url("../images/common/footer_logo.svg") no-repeat center center; background-size: 100% auto; }
}

/* #siteFooterNav, #siteCopy */
#siteFooterNav { clear: both; }
#siteFooterNav * { box-sizing: border-box; }
#siteFooterNav .toggle_check { display: none; }
#siteFooterNav ul { padding: 0; margin: 0; list-style: none; }
#siteFooterNav .footerSubNav { background: #888; }
#siteFooterNav .footerSubNav ul { display: flex; flex-wrap: wrap; }
#siteFooterNav .footerSubNav a { color: #fff; }
#siteCopy { text-align: center; position: relative; }
#siteCopy .pmark { position: absolute; right: 20px; top: 25px; }
#siteCopy img { max-width: 100%; height: auto; }

@media screen and (min-width: 1000px) {
  .brdCrb + #siteFooterNav { padding-top: 40px; }
  #siteFooterNav a:hover { text-decoration: underline; }
  #siteFooterNav .footerNav { max-width: 1000px; margin: 0 auto; display: flex; justify-content: space-between; }
  .footerSubNav { font-size: 75%; font-size: 0.75rem; padding: 10px 0; }
  .footerSubNav ul { justify-content: center; }
  .footerSubNav ul li { padding: .8em 1.5em; }
  #siteCopy { padding: 40px 30px; font-size: 56.25%; font-size: 0.5625rem; max-width: 1060px; margin: 0 auto; }
  #siteCopy .logo { width: 68px; margin: 0 auto; height: auto;}
  #siteCopy .ssl_seal { position: absolute; right: 30px; top: 50%; transform: translateY(-50%); }
  #siteCopy .ssl_seal p input, #siteCopy .ssl_seal input[type="image"] { width: 60px; }
  #siteCopy .pmark { position: absolute; right: 110px; top: 50%; transform: translateY(-50%); width: 60px; padding-bottom: 30px; }
  #siteCopy .copy { padding-top: 25px; }
}

@media screen and (max-width: 999px) {
  .brdCrb + #siteFooterNav { padding-top: 4%; }
  .footerSubNav { font-size: 85%; padding: 4%; }
  .footerSubNav ul li { width: 33.33%; padding: 2%; }
  #siteCopy { padding: 20px; font-size: 64.28%; display: flex; justify-content: center; align-items: center; flex-wrap: wrap; }
  #siteCopy .logo, #siteCopy .pmark, #siteCopy .ssl_seal { box-sizing: border-box; padding: 0 10px; }
  #siteCopy .logo { width: 88px; height: auto; margin: 0 auto; }
  #siteCopy .pmark, #siteCopy .ssl_seal { max-width: 60px; }
  #siteCopy .pmark { margin-left: auto; }
  #siteCopy .ssl_seal p input, #siteCopy .ssl_seal input[type="image"] { width: 40px; }
  #siteCopy .copy { padding-top: 25px; width: 100%; }
  
  body.spMenu #siteFooterNav { position: fixed; top: 80px; left: 0; width: 100%; height: calc(100% - 80px); overflow-y: auto; z-index: 1600; padding-top: 0; }
  body.dispCcRegistrationLink.spMenu #siteFooterNav { top: 105px; height: calc(100% - 105px); }
}
@media screen and (max-width: 640px) {
  .footerSubNav ul li { width: 50%; padding: 2%; }
}

/* Dialog */
.ui-dialog {
  z-index: 10000 !important; top: 0; left: 0; margin: auto; position: fixed;
  max-width: 90%; max-height: 90%; display: flex; flex-direction: column; align-items: stretch;
}
.ui-dialog .ui-dialog-content { flex: 1; }

/* Flex Utils */
.cmn_flex { display: flex; }
.flex_jsb { justify-content: space-between; }
.flex_jc { justify-content: center; }
.flex_je { justify-content: flex-end; }
.flex_ac { align-items: center; }
.flex_ab { align-items: baseline; }
.flex_ae { align-items: flex-end; }
.flex_wrap { flex-wrap: wrap; }

@media screen and (max-width: 980px) {
  .tbBlock, .cmn_flex.tbBlock { display: block; }
}
@media screen and (max-width: 640px) {
  .spBlock, .cmn_flex.spBlock { display: block; }
}

/* Breadcrumbs */
.brdCrb.topBread { padding: 20px 30px 20px; }
.brdCrb.footBread { padding: 40px 30px 0; }
.brdCrb ul { max-width: 1000px; margin: 0 auto; padding: 0; font-size: 0; }
.brdCrb ul li { display: inline; font-size: 12px; vertical-align: top; font-size: 0.8rem; }
.brdCrb ul li + li:before { content: ">"; display: inline-block; margin: 0 .5em; vertical-align: top; }
.brdCrb a, .brdCrb a:link, .brdCrb a:hover, .brdCrb a:visited { color: #333; text-decoration: none; }

@media screen and (min-width: 981px) {
  .brdCrb a:hover { text-decoration: underline; }
}
@media screen and (max-width: 980px) {
  .brdCrb.topBread { padding: 2% 2% 0; margin-bottom: 2%; }
  .brdCrb.footBread { padding: 2% 2% 0; }
  .brdCrb ul li { font-size: 11px; }
}
@media screen and (max-width: 767px) {
  .brdCrb.topBread { padding: 4% 4% 0; margin-bottom: 4%; }
  .brdCrb.footBread { padding: 4% 4% 0; }
}
@media screen and (max-width: 420px) {
  .brdCrb ul li { font-size: 11px; }
}

/* Footer Shop Banner */
.footerShopBnr { text-align: center; max-width: 1000px; margin: 0 auto; padding: 40px 0 0 0; }
.footerShopBnr img { max-width: 100%; border-radius: 8px; }
@media screen and (min-width: 981px) {
  .footerShopBnr a { display: block; transition: opacity .15s linear; }
  .footerShopBnr a:hover { opacity: .7; }
}

/* Category Post Meta */
.postMeta { line-height: 1.2; font-size: 12px; }
.postMeta p { display: inline-block; padding: .5em 0; vertical-align: middle; }
.postMeta .date { padding: 0 .6em 0 0; border-right: 1px solid #707070; line-height: 1; }
.postMeta .category span { display: inline-block; padding: .1em .5em; border-radius: .3em; margin-left: .3em; }
.postMeta .category .cat { border: 1px solid #707070; background: #fff; }
.postMeta .category .file { background: #ffc600; color: #333; font-weight: bold; border: 1px solid #ffc600; }
.postMeta .category .important { background: #be0909; color: #fff; font-weight: bold; border: 1px solid #be0909; }
@media screen and (max-width: 420px) {
  .postMeta { font-size: 9px; font-size: 2.4vw; }
}

/* Contents Back Buttons */
.contentsBackBtns { max-width: 1000px; margin: 0 auto; }
.contentsBackBtns .prev a { position: relative; display: block; max-width: 345px; margin: 0 auto; padding: .5em 3em; cursor: pointer; text-align: center; background: #f0f0f0; border: 1px solid #f0f0f0; border-radius: 6em; color: #333; font-weight: bold; transition: background .15s linear; }
.contentsBackBtns .prev a:link, .contentsBackBtns .prev a:visited { color: #333; }
.contentsBackBtns .prev a:after { content: ""; display: block; position: absolute; left: 1em; top: 50%; width: .8em; height: .8em; margin-top: -0.4em; border-bottom: 2px solid #333; border-left: 2px solid #333; transform: rotate(45deg); transition: left .15s linear; }
.contentsBackBtns.cat-c08mail .select { display: none; }
.contentsBackBtns.cat-c01voice .prev.cattop a:before { content: "\30E1\30C3\30BB\30FC\30B8"; }
.contentsBackBtns.cat-c02campaign .prev.cattop a:before { content: "\30AD\30E3\30F3\30DA\30FC\30F3\30FB\30A4\30D9\30F3\30C8"; }
.contentsBackBtns.cat-c03event .prev.cattop a:before { content: "\30A4\30D9\30F3\30C8"; }
.contentsBackBtns.cat-c04video .prev.cattop a:before { content: "\52D5\753B\30B3\30F3\30C6\30F3\30C4"; }
.contentsBackBtns.cat-c05download .prev.cattop a:before { content: "\30C0\30A6\30F3\30ED\30FC\30C9"; }
.contentsBackBtns.cat-c06help .prev.cattop a:before { content: "FAQ"; }
.contentsBackBtns.cat-c07business .prev.cattop a:before { content: "FBO\30BB\30DF\30CA\30FC"; }
.contentsBackBtns.cat-c09letter .prev.cattop a:before { content: "\30D3\30B8\30CD\30B9\30EC\30BF\30FC"; }
.contentsBackBtns.cat-c10other .prev.cattop a:before { content: "\305D\306E\4ED6"; }
.contentsBackBtns.cat-c06help .select { display: none; }

@media print,screen and (min-width: 981px) {
  .contentsBackBtns.top { padding: 4rem 0 2rem; }
  .contentsBackBtns.btm { padding: 2rem 0 2rem; }
  .contentsBackBtns { display: flex; justify-content: space-between; }
  .contentsBackBtns .prev, .contentsBackBtns .select { width: 345px; }
  .contentsBackBtns .prev a:hover { background: #dedede; }
  .contentsBackBtns .prev a:hover:after { left: 0.8em; }
  .contentsBackBtns.cat-c06help .prev, .contentsBackBtns.noCategory .prev, .contentsBackBtns.cat-c08mail .prev { margin: 0 auto; }
}
@media screen and (max-width: 980px) {
  .contentsBackBtns.top { display: none; }
  .contentsBackBtns.btm { display: flex; flex-direction: column-reverse; }
  .contentsBackBtns.btm.cat-c08mail .select { display: none; }
  .contentsBackBtns { padding: 6% 4%; }
  .contentsBackBtns .prev, .contentsBackBtns .select { width: 100%; font-size: 0.95rem; }
  .contentsBackBtns .select { padding-bottom: 4%; }
}

.contentsFrame iframe { vertical-align: bottom; }

/* Top Page Components */
#topContentsFrame { max-width: 1060px; margin: 0 auto; padding: 30px; }
#topContentsFrame a, #topContentsFrame a:link, #topContentsFrame a:visited { color: #333; cursor: pointer; }
#topContentsFrame img { max-width: 100%; }

.topHeading { text-align: center; position: relative; margin-bottom: 1.5em; }
.topHeading h1 { display: flex; justify-content: center; align-items: center; }
.topHeading h1 .siteTitle { padding-left: .5em; text-align: left; }
.topHeading h1 .icon { width: 1.8em; height: 1.8em; background: url("../images/common/icon_user.svg") no-repeat center center; background-size: 90% auto; }
.topHeading h1 .en { display: block; color: #ffc600; font-weight: normal; font-size: 10px; padding-bottom: .5em; }
.topHeading h1 .ja { display: block; font-weight: bold; }
.topHeading .shoppingBtn { position: absolute; right: 0; top: 50%; transform: translateY(-50%); }
.topHeading .shoppingBtn a { display: block; color: #333; background: #ffc600; transition: color .15s linear, background .15s linear; }
.topHeading .shoppingBtn .icon { display: inline-block; background-repeat: no-repeat; background-position: center center; background-size: 100% auto; vertical-align: middle; }
.topHeading .shoppingBtn .icon.cart { width: 1.4em; height: 1.4em; background-image: url("../images/common/icon_cart.svg"); }
#topContentsFrame h2 { font-weight: bold; font-size: 1rem; padding: 0 0 .8em; margin: 0; }

@media screen and (min-width: 981px) {
  .topHeading h1 { font-size: 24px; }
  .topHeading .shoppingBtn a { border-radius: 4px; padding: .4em 1em; font-weight: bold; font-size: 114%; line-height: 1.8; }
  .topHeading .shoppingBtn .icon.cart { margin-right: .5em; }
  .topHeading .shoppingBtn .icon.external { width: 1em; height: 1em; margin-left: .5em; background-image: url("../images/common/icon_external.svg"); }
  .topHeading .shoppingBtn a:hover { background: #dadada; }
}
@media screen and (max-width: 980px) {
  #topContentsFrame { padding: 6% 4% 4%; }
  .topHeading { margin-left: -4.34%; margin-right: -4.34%; }
  .topHeading h1 { font-size: 22px; }
  .topHeading .shoppingBtn a { padding: 1em; font-size: 10px; }
  .topHeading .shoppingBtn a span { display: none; }
  .topHeading .shoppingBtn .icon.cart { display: block; margin: 0 auto .5em; width: 2em; height: 2em; }
  .topHeading .shoppingBtn .icon.external { display: none; }
}
@media screen and (max-width: 420px) {
  .topHeading h1 { font-size: 1.2rem; }
  .topHeading h1 .en { font-size: 2.6vw; }
  .topHeading .shoppingBtn .icon.cart { width: 6.4vw; height: 6.4vw; }
  .topHeading .shoppingBtn a { padding: 1em; font-size: 2vw; }
}

/* Slider Overrides */
#topContentsFrame .slick-track, #topContentsFrame .slick-track .slick-slide, #topContentsFrame .slider .item a { display: flex; height: auto; box-sizing: border-box; }
#topContentsFrame .slider .item a { width: 100%; background: #fff; border: 1px solid #ddd; border-radius: 5px; overflow: hidden; transition: opacity .15s linear; }
#topContentsFrame .slick-arrow { top: 50%; }
#topContentsFrame .slider .info { padding: 1em; line-height: 1.375; }
#topContentsFrame .slider .postTitle { padding-top: .8em; font-weight: bold; }
#topContentsFrame .slider .postTitle .s { font-weight: 400; font-size: 87.5%; }
#topEntry .slick-arrow.slick-prev { left: 0; }
#topEntry .slick-arrow.slick-next { right: 0; }

@media screen and (min-width: 798px) {
  #topCampaign { margin: 0 -1.5vw; }
  #topCampaign .item { padding: 0 1.5vw; }
  #topContentsFrame .slick-arrow { margin-top: -22px; }
  #topContentsFrame .slick-arrow.slick-prev { margin-left: -22px; }
  #topContentsFrame .slick-arrow.slick-next { margin-right: -22px; }
  #topCampaign .slick-arrow.slick-prev { left: 1.2vw; }
  #topCampaign .slick-arrow.slick-next { right: 1.2vw; }
}
@media screen and (min-width: 981px) {
  #topContentsFrame .slider .item a:hover { opacity: .7; }
}
@media screen and (min-width: 1000px) {
  #topCampaign { margin: 0 -15px; }
  #topCampaign .item { padding: 0 15px; }
  #topCampaign .slick-arrow.slick-prev { left: 15px; }
  #topCampaign .slick-arrow.slick-next { right: 15px; }
  #topContentsFrame .slider .info { padding: 1em 1.5em; }
}
@media screen and (max-width: 797px) {
  #topCampaign { margin: 0 -4.34% 0 0; }
  #topCampaign .slick-list { padding-right: 4%; padding-right: 8vw; }
  #topCampaign .slick-slide { margin-right: 4vw; }
}

#topPNewsEntry { padding: 40px 0; }
#topPNewsEntry:after { content: ""; display: block; clear: both; }

#topNews .newsHeading { padding-bottom: 1em; }
#topContentsFrame .newsHeading h2 { padding-bottom: 0; }
#topNews .select .toggle_content { position: absolute; white-space: nowrap; right: 0; top: 100%; z-index: 50; }
#topNews .select .toggle_content ul { padding: 1em; background: #f0f0f0; }
#topNews .select .toggle_content ul li:first-of-type { border-top: 1px dotted #707070; }

.newsList { padding: 0; margin: 0; list-style: none; border-top: 1px solid #ccc; font-size: 0.8rem; }
@media screen and (min-width: 768px) { .newsList { font-size: 1rem; } }
#topContentsFrame .newsList + h2 { padding-top: 3em; }
.newsList li { border-bottom: 1px solid #ccc; }
.newsList li a { position: relative; display: block; padding: .5em 2em .8em .5em; transition: background .15s linear; }
.newsList li a.not_link { outline: none; }
.newsList li a.with_link:after { content: ""; display: block; position: absolute; right: .8em; top: 50%; margin-top: -0.45em; width: .6em; height: .6em; border-right: 2px solid #333; border-top: 2px solid #333; transform: rotate(45deg); box-sizing: border-box; transition: right .15s linear; }
.newsList.priorityNews .category:after { content: "\91CD\8981"; display: inline-block; padding: .1em .5em; border-radius: .3em; margin-left: .3em; background: #fff; color: #be0909; font-weight: bold; border: 1px solid #be0909; }

.moreBtn { text-align: center; padding-top: 3em; }
.moreBtn a { display: block; max-width: 345px; margin: 0 auto; padding: .5em 3em; font-weight: bold; background: #f0f0f0; border: 1px solid #bbb; border-radius: 10px; transition: background .15s linear; }

@media screen and (min-width: 981px) {
  .newsList li a.with_link:hover { background: #f2f2f2; }
  .newsList li a.with_link:hover:after { right: .6em; }
  .moreBtn a:hover { background: #dedede; }
}
@media screen and (max-width: 797px) {
  .newsList li a { padding: .5em 3em .5em .5em; }
  .newsList li a:after { width: 1em; height: 1em; margin-top: -0.55em; }
  .moreBtn { padding-top: 2em; }
}

/* Alert/Message Tables */
table.error-area, table.warning-area, table.infomation-area { display: block; width: 100%; max-width: 1000px !important; margin: 2rem auto; padding: .5em 0; }
table.error-area { color: #e31400; background: #faedeb; border: 1px solid #e31400; }
table.warning-area { color: #333; background: #fffbec; border: 1px solid #ffc602; }
table.infomation-area { color: #333; background: #ecf4e7; border: 1px solid #74aa50; }
table.error-area tr, table.warning-area tr, table.infomation-area tr { display: flex; padding: .5em 1em; }
table.error-area td, table.warning-area td, table.infomation-area td { display: inline-block; vertical-align: top; }
.pip_bold { font-weight: bold; }
@media screen and (max-width: 1060px) {
  table.error-area, table.warning-area, table.infomation-area { width: 92%; }
}

/* Buttons */
h2.pageTtl { font-size: 1rem; font-weight: bold; padding-bottom: 0; }
@media screen and (min-width: 768px) { h2.pageTtl { font-size: 1.5rem; } }
h2.pageTtl:after { content: none; }
input::placeholder { color: #ddd; }
input:-ms-input-placeholder { color: #ddd; }
input::-ms-input-placeholder { color: #ddd; }

.ib { display: inline-block; }

.btn_primary { display: block; padding: .6em; color: #333; font-weight: 700; background: #ffc602; border-radius: 4em; max-width: 340px; line-height: 1.4; border: none; text-align: center; cursor: pointer; }
.btn_primary_center { display: block; padding: .6em; color: #333; font-weight: 700; background: #ffc602; border-radius: 4em; max-width: 340px; line-height: 1.4; margin: 0 auto; border: none; text-align: center; cursor: pointer; }
.btn_primary_ib { display: inline-block; padding: .6em 2em; color: #333; font-weight: 700; background: #ffc602; border-radius: 4em; max-width: 340px; line-height: 1.4; border: none; text-align: center; cursor: pointer; }
.btn_secondary { display: inline-block; padding: .4em 1em; color: #333; font-weight: 700; background: #e8e2e2; border-radius: 4em; max-width: 340px; line-height: 1.4; border: none; text-align: center; cursor: pointer; }

@media print,screen and (min-width: 980px) {
  .btn_primary, .btn_secondary, .btn_primary_center, .btn_primary_ib { transition: background .15s linear, color .15s linear; }
  .btn_primary:hover, .btn_primary_center:hover, .btn_primary_ib:hover { background: #74aa50; color: #fff; }
  .btn_secondary:hover { background: #766b6b; color: #fff; }
}

.btn_next_white, .btn_prev_white, .btn_white { position: relative; display: block; padding: .6em 2em; color: #333; font-weight: 700; background: #fff; border: 1px solid #333; border-radius: 4em; max-width: 340px; line-height: 1.4; text-align: center; cursor: pointer; }
.btn_next_white:link, .btn_prev_white:link, .btn_white:link,
.btn_next_white:hover, .btn_prev_white:hover, .btn_white:hover,
.btn_next_white:focus, .btn_prev_white:focus, .btn_white:focus,
.btn_next_white:active, .btn_prev_white:active, .btn_white:active,
.btn_next_white:visited, .btn_prev_white:visited, .btn_white:visited { color: #333; text-decoration: none; }

.btn_next_white:after { content: ""; position: absolute; display: block; right: 1.2em; top: 50%; width: .6em; height: .6em; border-right: 2px solid #333; border-top: 2px solid #333; margin-top: -0.3em; transform: rotate(45deg); }
.btn_prev_white:after { content: ""; position: absolute; display: block; left: 1.2em; top: 50%; width: .6em; height: .6em; border-left: 2px solid #333; border-bottom: 2px solid #333; margin-top: -0.3em; transform: rotate(45deg); }

@media print,screen and (min-width: 980px) {
  .btn_next_white, .btn_prev_white, .btn_white { transition: background .15s linear; }
  .btn_next_white:after { transition: right .15s linear; }
  .btn_prev_white:after { transition: left .15s linear; }
  .btn_next_white:hover, .btn_prev_white:hover, .btn_white:hover { background: #f2f2f2; }
  .btn_next_white:hover:after { right: 1em; }
  .btn_prev_white:hover:after { left: 1em; }
}


/* ==========================================================================
   7. 2021.07 Updates (Seminar)
========================================================================== */

.indexBlockList .postTitle-en { font-size: .875rem; padding-bottom: .5em; font-family: serif; }
@media screen and (max-width: 980px) {
  .indexBlockList .info { display: none; }
  .indexBlockList { display: grid; grid-template-columns: 1fr; gap: 15px; padding-bottom: 0; }
  .indexBlockList .item img { width: 100%; height: auto; display: block; }
}

.topCpBnr { max-width: var(--container-width); margin: 0 auto 34px; padding: 0 20px; display: flex; justify-content: center; gap: 20px; }
.topCpBnr a { flex: 1; display: block; transition: opacity 0.2s ease; }
.topCpBnr a:only-child { flex: 0 1 calc(50% - 10px); }
.topCpBnr a:hover { opacity: 0.8; }
.topCpBnr img { width: 100%; height: auto; display: block; border-radius: 8px; border: 1px solid #ddd; }
@media (max-width: 767px) {
  .topCpBnr { flex-direction: column; gap: 12px; padding: 0 16px; margin-bottom: 24px; }
  .topCpBnr a:only-child { flex: auto; width: 100%; }
}

/* ==========================================================================
   8. 202605 Header/Footer Renewal
========================================================================== */
body:has(.l-header) { padding-top: 72px !important; }
@media (max-width: 767px) {
  :root { --header-height: 64px; }
  body:has(.l-header) { padding-top: 64px !important; }
}

body.is-fixed { overflow: hidden; }

.u-visually-hidden { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip: rect(0, 0, 0, 0) !important; white-space: nowrap !important; border: 0 !important; }
.u-sp-only { display: none !important; }
@media (max-width: 767px) {
  .u-sp-only { display: block !important; }
  .u-pc-only { display: none !important; }
}

.l-site { min-height: 100vh; }
.l-site a { color: #333; cursor: pointer; }
.l-container { max-width: var(--container-width); margin: 0 auto; padding: 0 20px; }
@media (max-width: 767px) { .l-container { padding: 0 16px; } }

.l-header { position: fixed; top: 0; left: 0; width: 100%; z-index: 9999; background: var(--color-primary); box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05); }
.l-header div:after { content: unset; }
.l-header__inner { max-width: var(--container-width); min-height: var(--header-height); margin: 0 auto; padding: 0 16px; display: flex; justify-content: space-between; align-items: center; }
@media (max-width: 1250px) { .l-header__inner { justify-content: flex-start; } }
@media (max-width: 1100px) { .l-header__inner { padding: 0 12px; } }
@media (max-width: 767px) { .l-header__inner { height: 64px; padding: 0 8px; display: flex; justify-content: space-between; align-items: center; flex-wrap: nowrap; gap: 4px; } }

.l-header__inner img, .c-member-box img { max-width: 100%; height: auto; vertical-align: bottom; }
.l-header__inner a { color: inherit; text-decoration: none; }
.l-header__inner button { font: inherit; color: inherit; background: transparent; border: 0; padding: 0; cursor: pointer; }

.l-header__left { display: flex; align-items: center; position: absolute; left: 24px; flex-shrink: 0; }
@media (max-width: 1250px) { .l-header__left { position: static; margin-right: 24px; } }
@media (max-width: 1100px) { .l-header__left { margin-right: 20px; } }
@media (max-width: 767px) { .l-header__left { position: static; margin: 0; flex-shrink: 0; } }

.l-header__logo { display: flex; align-items: center; flex-shrink: 0; }
@media (max-width: 767px) { .l-header__logo { flex: 1; min-width: 0; display: flex; justify-content: center; align-items: center; padding: 0 4px; } }

.l-header__right { display: flex; align-items: center; gap: 18px; }
@media (max-width: 1250px) { .l-header__right { margin-left: auto; } }
@media (max-width: 1100px) { .l-header__right { gap: 10px; } }
@media (max-width: 767px) { .l-header__right { margin-left: 0; flex-shrink: 0; transform: none !important; display: flex; align-items: center; gap: 0; } }

.l-main { padding: 20px 0 20px; overflow-x: hidden; }

.l-footer { background: #f4f4f4; padding: 30px 20px; margin-top: 20px; }
@media (max-width: 767px) { .l-footer { padding: 32px 0; } }

.l-footer__top { display: flex; justify-content: space-between; align-items: center; margin-bottom: 32px; }
@media (max-width: 767px) { .l-footer__top { flex-direction: column; align-items: stretch; margin-bottom: 32px; } }

.l-footer__brand, .l-footer__sns { margin-bottom: 0; }
@media (max-width: 767px) { .l-footer__brand { align-self: flex-start; } }

.l-footer__sns { display: flex; gap: 16px; margin-left: auto; }
@media (max-width: 767px) { .l-footer__sns { align-self: center; margin-left: 0; } }

.l-footer__links { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; gap: 16px 24px; margin: 0; padding: 0; list-style: none; }
@media (max-width: 767px) { .l-footer__links { display: block; column-count: 2; column-gap: 40px; width: fit-content; margin: 0 auto; } }
.l-footer__links::before, .l-footer__links::after { display: none !important; }
.l-footer__links li { margin: 0; }
@media (max-width: 767px) { .l-footer__links li { break-inside: avoid; margin-bottom: 20px; } }

.l-footer__links a { font-size: 0.75rem; color: #333; line-height: 1.5; display: block; text-decoration: none; transition: opacity 0.2s; cursor: pointer; }
.l-footer__links a:hover { opacity: 0.6; }
@media (max-width: 1100px) { .l-footer__links a { font-size: 0.65rem; } }
@media (max-width: 767px) { .l-footer__links a { font-size: 0.8rem; } }

.c-overlay { position: fixed; inset: 0; background: var(--color-overlay); opacity: 0; visibility: hidden; transition: opacity var(--transition), visibility var(--transition); z-index: 10000; }
.c-overlay.is-open { opacity: 1; visibility: visible; }

.c-logo { display: inline-flex; flex-direction: column; line-height: 1.1; }
.c-logo__main { top: 2px; position: relative; }
.c-logo__main img { width: 180px; max-width: 100%; margin-bottom: 5px; margin-top: 0; }
@media (max-width: 1100px) { .c-logo__main img { width: 190px; } }
@media (max-width: 767px) { .c-logo__main img { width: 100%; max-width: 140px; margin-bottom: 2px; } }
.c-logo__sub { margin-top: 2px; font-size: 0.82rem; font-weight: 700; letter-spacing: 0.1rem; color: #333; }
@media (max-width: 767px) { .c-logo__sub { font-size: 0.7rem; white-space: nowrap; margin-top: 3px; } }
.l-footer__top .c-logo__main { top: 0; }

.c-menu-button { display: inline-flex; align-items: center; gap: 10px; padding: 8px 0; white-space: nowrap; flex-shrink: 0; }
@media (max-width: 767px) { .c-menu-button { display: flex; justify-content: center; align-items: center; min-width: 44px; height: 44px; padding: 0; } }
.c-menu-button__icon { position: relative; display: inline-block; width: 18px; height: 2px; background: #222; }
.c-menu-button__icon::before, .c-menu-button__icon::after { content: ""; position: absolute; left: 0; width: 18px; height: 2px; background: #222; }
.c-menu-button__icon::before { top: -6px; }
.c-menu-button__icon::after { top: 6px; }
.c-menu-button__text { font-size: 0.95rem; font-weight: 700; }
@media (max-width: 767px) { .c-menu-button__text { display: none !important; } }

.c-header-nav { display: flex; align-items: center; gap: 18px; }
@media (max-width: 1100px) { .c-header-nav { gap: 4px; } }
@media (min-width: 768px) and (max-width: 1100px) { .c-header-nav { align-items: center; } }
@media (max-width: 767px) { .c-header-nav { display: flex !important; gap: 10px; align-items: center; } .c-header-nav > :nth-child(3) { transform: translateX(4px); } }
@media (max-width: 320px) { .c-header-nav { gap: 0; } }

.c-header-nav__item, .c-header-nav__button { display: flex; flex-direction: column; justify-content: flex-end; align-items: center; gap: 4px; }
@media (max-width: 1100px) { .c-header-nav__item, .c-header-nav__dropdown { min-width: 44px; } }
@media (max-width: 767px) { .c-header-nav__item, .c-header-nav__dropdown { display: flex; justify-content: center; align-items: center; width: 38px; height: 38px; min-width: auto; padding: 0; gap: 0; } }
.c-header-nav__item:hover { opacity: 0.6; }

@media (max-width: 767px) { .c-header-nav__icon { display: flex; align-items: center; justify-content: center; width: 100%; height: 100%; } }
.c-header-nav__icon img { height: 28px; width: auto; display: block; margin: 0; }
@media (min-width: 768px) and (max-width: 1100px) { .c-header-nav__icon img { height: 36px; } }
@media (max-width: 767px) { .c-header-nav__icon img { max-width: 100%; max-height: 30px; object-fit: contain; margin: 0; } }
@media (min-width: 768px) { .c-header-nav_aloe__icon img { height: 51px; width: 51px; top: -2px; position: relative; } }

.c-header-nav__dropdown { display: flex; flex-direction: column; align-items: center; gap: 2px; position: relative; }
.c-header-nav__button { display: flex; flex-direction: column; align-items: center; gap: 2px; background: transparent; border: none; padding: 0; cursor: pointer; color: inherit; font-family: inherit; width: 100%; }
.c-header-nav__text { font-size: 0.72rem; font-weight: 700; white-space: nowrap; line-height: 1; }
@media (max-width: 1100px) { .c-header-nav__text { display: none; } }
@media (max-width: 767px) { .c-header-nav__text { display: none; } }

.c-header-nav__qr { display: flex; flex-direction: column; justify-content: center; align-items: center; margin-bottom: 2px; }
@media (min-width: 768px) and (max-width: 1100px) { .c-header-nav__qr { margin-bottom: 0; } }
@media (max-width: 767px) { .c-header-nav__qr { display: none !important; } }
.c-header-nav__qr img { height: 43px; width: 43px; background: #fff; padding: 2px; border-radius: 4px; }

.c-dropdown-menu { position: absolute; top: 100%; right: -20px; margin-top: 12px; background: #fff; border: 1px solid #ccc; border-radius: 6px; box-shadow: 0 4px 12px rgba(0,0,0,0.15); width: 260px; opacity: 0; visibility: hidden; transform: translateY(-10px); transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s; z-index: 100; text-align: left; }
@media (max-width: 767px) { .c-dropdown-menu { right: 2px; width: 240px; margin-top: 10px; } }
.c-dropdown-menu::before { content: ""; position: absolute; top: -6px; right: 36px; width: 10px; height: 10px; background: #fff; border-top: 1px solid #ccc; border-left: 1px solid #ccc; transform: rotate(45deg); }
@media (max-width: 767px) { .c-dropdown-menu::before { right: 10px; } }
.c-dropdown-menu.is-open { opacity: 1; visibility: visible; transform: translateY(0); }
.c-dropdown-menu__list { list-style: none; margin: 0; padding: 0; }
.c-dropdown-menu__list li { border-bottom: 1px dotted #aaa; }
.c-dropdown-menu__list li:last-child { border-bottom: none; }
.c-dropdown-menu__list a { display: block; padding: 14px 16px; font-size: 0.85rem; color: #333; text-decoration: none; transition: background 0.2s; }
.c-dropdown-menu__list a:hover { background: #f5f5f5; }
.c-dropdown-menu__list li:first-child a:hover { background: #f5f5f5; }
.c-dropdown-menu:has(.c-dropdown-menu__list li:first-child a:hover)::before { background: #f5f5f5; }

.c-button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 0 20px; border-radius: var(--radius-sm); font-weight: 700; transition: opacity var(--transition), transform var(--transition); font-size: 0.95rem; }
.c-button:hover { opacity: 0.8; }
.c-button--header { min-width: 160px; height: 44px; min-height: 44px; background: #e8ad07; }
@media (max-width: 1100px) { .c-button--header { min-width: 110px; padding: 0 10px; font-size: 0.85rem; } }
@media (max-width: 767px) { .c-button--header { display: none !important; } }
.c-button--header-text { color: #fff; }
.c-button--white { background: var(--color-white); color: var(--color-text); }
.c-button--yellow { background: #e8ad07; color: var(--color-white) !important; }
.c-button--outline { min-width: 186px; background: var(--color-white); border: 2px solid #666; }

.c-member-box { margin-bottom: 22px; padding: 16px 18px; background: var(--color-surface-2); border-radius: 8px; display: flex; justify-content: space-between; align-items: center; }
@media (max-width: 767px) { .c-member-box { padding: 12px; align-items: flex-start; } }
.c-member-box__greeting { margin: 0 0 8px; font-size: 1.05rem; }
@media (max-width: 767px) { .c-member-box__greeting { font-size: 0.9rem; margin-bottom: 5px; } }
.c-member-box__info { flex: 1; }
.c-member-box__details { display: flex; flex-wrap: wrap; gap: 20px 30px; justify-content: space-around; }
@media (max-width: 767px) { .c-member-box__details { flex-direction: column; gap: 2px; } }
.c-member-box__item { margin: 0; font-size: 0.98rem; flex: 1; }
.c-member-box__label { margin-right: 8px; color: #d49c00; font-weight: 700; }
@media (max-width: 767px) { .c-member-box__label { min-width: auto; font-size: 0.8rem; } }
@media (max-width: 767px) { .c-member-box__val { font-size: 0.9rem; } }

.c-member-box__qrcode { background: #fff; padding: 10px; border-radius: 10px; text-align: center; box-shadow: var(--shadow-sm); min-width: 100px; display: none; }
@media (max-width: 767px) { .c-member-box__qrcode { display: block !important; flex-shrink: 0; width: 90px; min-width: 90px; } }
.c-member-box__qr-img { width: 64px; height: 64px; margin: 0 auto 4px; border: 1px solid #eee; display: grid; place-items: center; font-size: 0.7rem; }
@media (max-width: 767px) { .c-member-box__qr-img { width: 50px; height: 50px; font-size: 0.6rem; } }
.c-member-box__qr-label { display: block; font-size: 0.75rem; font-weight: 700; color: #efbe13; }
@media (max-width: 767px) { .c-member-box__qr-label { font-size: 0.6rem; } }

.c-notice { display: flex; align-items: center; justify-content: space-between; flex-wrap: nowrap; gap: 18px; margin-bottom: 24px; max-width: 1000px; }
@media (max-width: 1100px) { .c-notice { flex-direction: column; align-items: stretch; gap: 16px; } }
@media (max-width: 767px) { .c-notice { flex-direction: column !important; } }
.c-notice__link { width: 100%; }
.c-notice a:hover { opacity: 0.6; }
.c-notice__main { display: flex; align-items: stretch; flex: 1; background: var(--color-white); border: 1px solid #333; overflow: hidden; min-height: 48px; }
@media (max-width: 767px) { .c-notice__main { position: relative; padding-right: 15px; } }
.c-notice__tag { display: flex; align-items: center; justify-content: center; background: var(--color-danger); color: var(--color-white); font-weight: 700; padding: 0 10px; min-width: 55px; }
@media (max-width: 767px) { .c-notice__tag { writing-mode: horizontal-tb !important; letter-spacing: normal !important; min-width: 50px !important; font-size: 0.85rem; } }
.c-notice__content-wrap { display: flex; align-items: center; flex: 1; }
@media (max-width: 767px) { .c-notice__content-wrap { flex-direction: column; align-items: flex-start; display: flex; justify-content: center; padding: 6px 8px; flex: 1; gap: 2px; } }
.c-notice__date { padding: 0 16px; min-width: 120px; color: var(--color-muted); }
@media (max-width: 767px) { .c-notice__date { padding: 0; font-size: 0.75rem; min-width: auto; } }
.c-notice__title-row { display: flex; align-items: center; flex: 1; }
@media (max-width: 767px) { .c-notice__title-row { display: block; width: 100%; } }
.c-notice__title { flex: 1; padding: 0; font-weight: bold; }
@media (max-width: 767px) { .c-notice__title { margin-bottom: 0 !important; font-size: 0.85rem; } }
.c-notice__detail { display: flex; align-items: center; text-decoration: none; padding-right: 10px; font-weight: bold; }
@media (max-width: 767px) { .c-notice__detail { position: absolute !important; top: 50% !important; right: 0 !important; transform: translateY(-50%) !important; font-size: 0 !important; color: transparent !important; padding-right: 5px; } }
.c-notice__detail::after { content: ""; display: block; width: 18px; height: 18px; margin-left: 2px; flex-shrink: 0; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23333' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='9 18 15 12 9 6'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: center; background-size: contain; }
@media (max-width: 767px) { .c-notice__detail::after { margin-left: 0 !important; width: 16px !important; height: 16px !important; } }
.c-notice__all { flex: none; height: 48px; display: inline-flex; align-items: center; justify-content: center; padding: 0 16px 0 24px; border-radius: 999px; background: #cc0000; color: #fff !important; white-space: nowrap; font-weight: 700; text-decoration: none; }
@media (max-width: 1100px) { .c-notice__all { align-self: center; width: auto !important; margin-right: 0; } }
@media (max-width: 767px) { .c-notice__all { height: 40px !important; border-radius: 999px !important; padding: 0 20px !important; font-size: 0.9rem; } }
.c-notice__all::after { content: ""; background-color: #fff; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23cc0000' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='10 18 16 12 10 6'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: center; background-size: 20px 20px; border-radius: 50%; width: 20px; height: 20px; display: inline-block; margin-left: 12px; flex-shrink: 0; }

.c-banner { display: block; overflow: hidden; }
.c-banner__content { height: 100%; display: flex; flex-direction: column; justify-content: center; align-items: stretch; }
.c-banner__content--center { text-align: center; align-items: center; }
.c-banner__title { margin: 0 0 10px; font-size: 2.15rem; line-height: 1.2; font-weight: 800; }
.c-banner__text { margin: 0; font-size: 1rem; font-weight: 700; }
.c-banner--campaign a:hover { opacity: 0.8; }

.c-shortcut-card { position: relative; min-height: 152px; padding: 16px 12px 16px; border: 1px solid #9d9d9d; border-radius: var(--radius-md); background: #fff; box-shadow: var(--shadow-md); display: flex; flex-direction: column; align-items: center; justify-content: flex-start; transition: transform var(--transition), box-shadow var(--transition); }
@media (max-width: 767px) { .c-shortcut-card { padding: 14px 4px 6px; min-height: 100px; min-width: 0 !important; width: 100%; box-sizing: border-box; } }
.c-shortcut-card:hover { transform: translateY(-2px); box-shadow: 0 8px 16px rgba(0, 0, 0, 0.16); }
.c-shortcut-card__icon { height: 90px; display: flex; align-items: flex-end; justify-content: center; width: 100%; }
@media (max-width: 767px) { .c-shortcut-card__icon { height: 44px; margin-bottom: 4px; } }
.c-shortcut-card__icon img { max-width: 90px; }
@media (max-width: 767px) { .c-shortcut-card__icon img { max-width: 50px; } }
.c-shortcut-card__icon--entry { min-width: 84px; min-height: 38px; padding: 0 10px; background: #f2bf13; color: #fff; border-radius: 4px; font-size: 1rem; }
@media (max-width: 767px) { .c-shortcut-card__icon--entry { padding: 2px 6px; font-size: 0.7rem; } }
.c-shortcut-card__label { margin-top: 10px; font-size: 1rem; line-height: 1.45; text-align: center; flex: 1; display: grid; place-items: center; width: 100%; }
@media (max-width: 767px) {
  .c-shortcut-card__label { margin: 0; font-size: 0.65rem; line-height: 1.45; text-align: center; flex: 1; display: flex; align-items: center; justify-content: center; width: 100%; }
  .c-shortcut-card__label br { display: block; }
}
.c-new-badge { position: absolute; top: -8px; right: -8px; background-color: #be0909; color: #fff; font-size: 12px; font-weight: bold; padding: 2px 8px; border-radius: 10px; box-shadow: 0 2px 4px rgba(0,0,0,0.2); z-index: 10; pointer-events: none; }
.c-drawer { position: fixed; top: 0; left: 0; z-index: 10001; width: min(var(--drawer-width), 88vw); height: 100dvh; background: var(--color-primary); transform: translateX(-100%); transition: transform var(--transition); overflow-y: auto; scrollbar-width: thin; scrollbar-color: rgba(0, 0, 0, 0.15) transparent; }
.c-drawer::-webkit-scrollbar { width: 6px; }
.c-drawer::-webkit-scrollbar-track { background: transparent; }
.c-drawer::-webkit-scrollbar-thumb { background-color: rgba(0, 0, 0, 0.15); border-radius: 10px; }
.c-drawer::-webkit-scrollbar-thumb:hover { background-color: rgba(0, 0, 0, 0.25); }
.c-drawer.is-open { transform: translateX(0); box-shadow: 8px 0 18px rgba(0, 0, 0, 0.18); }
.c-drawer button { background: transparent; border: 0; padding: 0; cursor: pointer; }
.c-drawer__label { display: flex; align-items: center; gap: 12px; }
.c-drawer__icon { font-size: 1.2rem; display: inline-flex; align-items: center; justify-content: center; width: 36px; }
.c-drawer ul, .c-drawer ol { margin: 0; padding: 0; list-style: none; }
.c-drawer__inner { padding: 10px 12px 24px; }
.c-drawer__head { margin-bottom: 10px; }
.c-drawer__close { width: 40px; height: 40px; font-size: 2rem; line-height: 1; transition: background-color 0.2s ease, opacity 0.2s ease, color 0.2s ease; }
.c-drawer__close:hover { opacity: 0.5; }
.c-drawer__link, .c-drawer__toggle, .c-drawer__submenu a { transition: background-color 0.2s ease, opacity 0.2s ease, color 0.2s ease; }
a.c-drawer__link::after { content: ""; display: block; width: 10px; height: 10px; border-top: 2px solid currentColor; border-right: 2px solid currentColor; transform: rotate(45deg); flex-shrink: 0; margin-right: 4px; }
.c-drawer__member { margin-bottom: 14px; padding: 12px; border-radius: 8px; background: var(--color-surface-2); }
.c-drawer__member-name { margin: 0 0 8px; font-size: 0.9rem; display: flex; align-items: center; gap: 6px; }
.c-drawer__member-name span { color: var(--color-muted); }
.c-drawer__member-icon { width: 16px; height: 16px; color: #dfaf00; flex-shrink: 0; }
.c-drawer__member-row { display: flex; justify-content: space-between; gap: 3px; font-size: 0.8rem; }
.c-drawer__member-row + .c-drawer__member-row { margin-top: 4px; }
.c-drawer__member-label { color: #d49b00; font-weight: 700; flex: 1; }
.c-drawer__member-divider { border: 0; height: 1px; background-color: rgba(0, 0, 0, 0.1); margin: 12px 0; }
.c-drawer__menu { margin-bottom: 14px; border-top: 1px solid rgba(0, 0, 0, 0.16); }
.c-drawer__menu--top .c-drawer__item { margin-top: 4px; overflow: hidden; border-radius: 6px; background: rgba(255, 255, 255, 0.12); box-shadow: var(--shadow-sm); }
.c-drawer__menu--top .c-drawer__link::after { display: none !important; }
.c-drawer__item { border-bottom: 1px solid rgba(0, 0, 0, 0.16); }
.c-drawer__link, .c-drawer__toggle { width: 100%; min-height: 48px; padding: 0 10px !important; display: flex; align-items: center; justify-content: space-between; text-align: left; font-size: 0.95rem !important; color: var(--color-text) !important; }
.c-drawer__plus { font-size: 0; position: relative; width: 14px; height: 14px; display: inline-block; flex-shrink: 0; }
.c-drawer__plus::before { content: ""; position: absolute; top: 50%; left: 0; width: 100%; height: 2px; background-color: currentColor; transform: translateY(-50%); }
.c-drawer__plus::after { content: ""; position: absolute; top: 0; left: 50%; width: 2px; height: 100%; background-color: currentColor; transform: translateX(-50%); transition: transform 0.5s ease, opacity 0.5s ease; }
.c-drawer__item.is-open .c-drawer__plus::after { transform: translateX(-50%) rotate(90deg); opacity: 0; }
.c-drawer__item.is-open .c-drawer__submenu { max-height: 800px; opacity: 1; visibility: visible; }
.c-drawer__item.is-open { border-bottom: none; margin-bottom: 8px; }
.c-drawer__item.is-open .c-drawer__toggle { border-radius: 8px 8px 0 0 !important; background-color: rgba(0, 0, 0, 0.03); }
.c-drawer__item:has(+ .c-drawer__item.is-open) { border-bottom-color: transparent; }
.c-drawer__menu:has(> .c-drawer__item:first-child.is-open) { border-top-color: transparent; }
.c-drawer__submenu { max-height: 0; opacity: 0; visibility: hidden; transition: max-height 0.4s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.5s ease, visibility 0.4s; padding: 0; background: rgba(255, 255, 255, 0.12); border-radius: 0 0 8px 8px; overflow: hidden; margin-top: 0; }
.c-drawer__submenu a { display: block; padding: 12px 12px 12px 20px; font-size: 0.88rem; background: var(--color-surface-2); color: var(--color-text); }
.c-drawer__foot { margin-top: 22px; display: grid; gap: 12px; }
.c-drawer__menu--top .c-drawer__link:hover, .c-drawer__menu--top .c-drawer__toggle:hover { background-color: rgba(255, 255, 255, 0.15); }
.c-drawer__menu:not(.c-drawer__menu--top) .c-drawer__link:hover, .c-drawer__menu:not(.c-drawer__menu--top) .c-drawer__toggle:hover { background-color: rgba(0, 0, 0, 0.05); }
.c-drawer__submenu a:hover { background-color: rgba(0, 0, 0, 0.04); }

.c-social-link { width: 50px; height: 50px; border-radius: 50%; background: var(--color-white); box-shadow: 0 0 0 2px #e0e0e0, 0 0 0 calc(2px + 2px) var(--color-white); display: grid; place-items: center; font-weight: 700; }
.c-social-link img { max-width: 80%; }
.c-external-icon { width: 18px; height: 18px; margin-left: 8px; flex-shrink: 0; }

.c-page-top { position: fixed; right: 20px; bottom: 20px; z-index: 100; width: 50px; height: 50px; background: #777; border-radius: 8px; display: grid; place-items: center; box-shadow: 0 4px 8px rgba(0,0,0,0.2); opacity: 0; visibility: hidden; transition: background 0.3s, opacity 0.3s, transform 0.3s; }
@media (max-width: 767px) { .c-page-top { width: 40px; height: 40px; right: 15px; bottom: 15px; border-radius: 6px; } }
.c-page-top:hover { background: #555; transform: translateY(-2px); }
.c-page-top::after { content: ""; display: block; width: 0; height: 0; border-left: 10px solid transparent; border-right: 10px solid transparent; border-bottom: 14px solid #fff; margin-bottom: 3px; }
@media (max-width: 767px) { .c-page-top::after { border-left: 8px solid transparent; border-right: 8px solid transparent; border-bottom: 12px solid #fff; } }

.p-home-hero { position: relative; margin-bottom: 25px; width: 100vw; margin-left: calc(50% - 50vw); overflow: hidden; }
.p-home-hero__viewport { width: 100%; overflow: visible; }
.p-home-hero__track { display: flex; will-change: transform; }
.p-home-hero__track.is-animating { transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1); }
.p-home-hero__slide { flex: 0 0 740px; width: 740px; padding: 0 30px; opacity: 0.4; transition: opacity 0.6s ease; }
@media (max-width: 767px) { .p-home-hero__slide { flex: 0 0 85vw; width: 85vw; padding: 0 5px; } }
.p-home-hero__slide.is-active { opacity: 1; }
.p-home-hero__slide img { width: 100%; height: auto; margin: 0 auto; display: block; }

.p-home-hero__arrow { width: 36px; height: 36px; border-radius: 47%; background: rgba(0, 0, 0, 0.4); position: absolute; top: 48% !important; transform: translateY(-50%) !important; z-index: 10; border: none; cursor: pointer; padding: 0; font-size: 0 !important; color: transparent !important; line-height: 1; text-indent: -9999px; display: flex !important; justify-content: center; align-items: center; transition: background 0.3s ease; }
.p-home-hero__arrow:hover { background: rgba(0, 0, 0, 0.6); }
.p-home-hero__arrow::after, .p-home-hero__arrow::before { content: "" !important; display: none !important; }
.p-home-hero__arrow svg { width: 22px; height: 22px; fill: none; stroke: #fff; stroke-width: 2.5px; stroke-linecap: round; stroke-linejoin: round; position: static; transform: none; pointer-events: none; }
.p-home-hero__arrow--prev { left: calc(50vw - 385px) !important; right: auto !important; }
@media (hover: hover) and (pointer: fine) { .p-home-hero__arrow--prev { left: calc(50vw - 385px) !important; } }
@media (max-width: 860px) { .p-home-hero__arrow--prev { left: 10px !important; } }
@media (max-width: 767px) { .p-home-hero__arrow--prev { left: 8px !important; } }
.p-home-hero__arrow--next { right: calc(50vw - 385px) !important; left: auto !important; }
@media (hover: hover) and (pointer: fine) { .p-home-hero__arrow--next { right: calc(50vw - 400px) !important; } }
@media (max-width: 860px) { .p-home-hero__arrow--next { right: 10px !important; } }
@media (max-width: 767px) { .p-home-hero__arrow--next { right: 8px !important; } }

.p-home-hero__dots { display: flex; justify-content: center; gap: 12px; margin-top: 5px; }
@media (max-width: 767px) { .p-home-hero__dots { margin-top: 10px; } }
.p-home-hero__dot { width: 20px; height: 4px; background: #ccc; border: 0; transition: background 0.3s; }
.p-home-hero__dot.is-active { background: var(--color-primary); }

.p-home-shortcut__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px 24px; margin-bottom: 42px; }
@media (max-width: 1100px) { .p-home-shortcut__grid { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 767px) { .p-home-shortcut__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-bottom: 24px; width: 100%; } }
.p-home-shortcut__bottom { text-align: left; }

.p-home-list { display: block; background: #fff; border-radius: 12px; overflow: hidden; margin-bottom: 20px; box-shadow: var(--shadow-md); border: 1px solid var(--color-border); }
@media (max-width: 767px) { .p-home-list { display: block !important; margin-bottom: 24px; background: transparent; border: none; box-shadow: none; border-radius: 0; padding: 0; } }
.p-home-list__item { border-bottom: 1px solid var(--color-border); margin-bottom: 0; }
@media (max-width: 767px) { .p-home-list__item { display: block; border-bottom: none; margin-bottom: 12px; } }
.p-home-list__item:last-child { border-bottom: none; }
@media (max-width: 767px) { .p-home-list__item:last-child { margin-bottom: 0; } }

.p-home-list__link { display: flex; justify-content: space-between; align-items: center; padding: 16px 20px; font-size: 0.95rem; font-weight: 500; color: var(--color-text); }
@media (max-width: 767px) { .p-home-list__link { display: flex; justify-content: flex-start; align-items: center; gap: 14px; padding: 14px 16px; background: #fff; border: 1px solid #dcdcdc; border-radius: 8px; font-size: 0.95rem; font-weight: 600; color: var(--color-text); box-shadow: 0 1px 3px rgba(0,0,0,0.02); } }
.p-home-list__link::after { content: ""; display: block; width: 10px; height: 10px; border-top: 2px solid #ccc; border-right: 2px solid #ccc; transform: rotate(45deg); margin-left: 10px; }
@media (max-width: 767px) {
  .p-home-list__link::after { display: none; }
  .p-home-list__link::before { content: ""; display: block; width: 8px; height: 8px; border-top: 2px solid #555; border-right: 2px solid #555; transform: rotate(45deg); flex-shrink: 0; }
}

.p-page-header { margin-bottom: 32px; text-align: center; }
@media (max-width: 767px) { .p-page-header { margin-bottom: 24px; } }
.p-page-title { font-size: 1.5rem; font-weight: 700; color: #333; margin: 0; padding-bottom: 8px; display: inline-block; border-bottom: 3px solid #dfaf00; }
@media (max-width: 767px) { .p-page-title { font-size: 1.25rem; } }

.p-procedure-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
@media (max-width: 767px) {
  .p-procedure-grid { grid-template-columns: 1fr; gap: 16px; }
  .p-procedure-grid .c-shortcut-card { min-height: auto; padding: 16px 20px; flex-direction: row; justify-content: flex-start; align-items: center; }
  .p-procedure-grid .c-shortcut-card__icon { width: 60px; height: 60px; margin: 0 10px 0 0; flex-shrink: 0; display: flex; justify-content: center; align-items: center; }
  .p-procedure-grid .c-shortcut-card__label { text-align: left; font-size: 0.95rem; margin: 0; flex: 1; display: block; }
}

body#top .contentsBackBtns.btm.noCategory { display: none !important; }

@media screen and (min-width: 768px) {
  a[href^="tel:"] { pointer-events: none; cursor: default; text-decoration: none !important; color: inherit; }
}

.authCautionBox { max-width: 1000px; margin: 0 auto 1.5em; padding: 1em; border: 1px solid #707070; background: #f2f2f2; cursor: pointer; }
.authCautionBox h2 { font-size: 112.5%; }
.authCautionBox p { font-size: 93.75%; line-height: 1.6; }
.authCautionBox .cautionMore { overflow: hidden; max-height: 0px; opacity: 0; transition: all .5s ease; }
.authCautionBox.active .cautionMore { max-height: 100em; opacity: 1; padding-top: 1.5em; }
.authCautionBox .authCautionContent { width: fit-content; max-width: 100%; margin: 0 auto; text-align: left; }
@media screen and (min-width: 768px) {
  .authCautionBox .authCautionContent { width: max-content; max-width: 75%; }
}
.authCautionBox .toggleButton { display: flex; align-items: center; justify-content: center; gap: 0.5em; margin-top: 1em; font-weight: bold; font-size: 0.9rem; color: #333; }
.authCautionBox .toggleButton::before { content: "詳細を見る"; height: auto; visibility: visible; }
.authCautionBox.active .toggleButton::before { content: "閉じる"; height: auto; visibility: visible; }
.authCautionBox .toggleButton::after { content: ""; display: block; width: 0.6em; height: 0.6em; border-right: 2px solid #333; border-bottom: 2px solid #333; transform: rotate(45deg); transition: transform 0.3s ease; margin-bottom: 0.1em; visibility: visible; }
.authCautionBox.active .toggleButton::after { transform: rotate(-135deg); margin-top: 0.2em; margin-bottom: 0; }

/*share btn */
.shareBtn {
    text-align: center;
    background: #f2f2f2;
    margin: 4%;
    padding: 4%;
}
@media print, screen and (min-width: 768px) {
    .shareBtn {
        margin: 2% auto;
        padding: 2%;
        max-width: 1000px;
    }
}
.shareBtn .ttl {
    padding-bottom: .8em;
    font-weight: 700;
}
@media screen and (max-width: 767px) {
    .shareBtn .ttl {
        font-size: 112.5%;
    }
}
.shareBtn .ttl {
    padding-bottom: .8em;
    font-weight: 700;
}
@media print, screen and (min-width: 768px) {
    .shareBtn .ttl {
        font-size: 100%;
    }
}
.share-buttons-bottom {
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
    padding: 0 16px;
    box-sizing: border-box;
}
.share-btn-long {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 12px 0;
    font-size: 14px;
    font-weight: bold;
    border-radius: 6px;
    cursor: pointer;
    transition: opacity 0.2s;
    box-sizing: border-box;
}
.share-btn-long:hover { opacity: 0.8; }
.share-btn-long svg { width: 18px; height: 18px; }
.btn-long-line { background-color: #06C755; color: #fff; border: none; }
.btn-long-copy { background-color: #fff; color: #333; border: 1px solid #cccccc; }
.membersiteDetailContents {
  margin: 0 auto;
}
.fbo-guide-wrapper {
  padding: 0 20px;
}
.share-icons-top {
    display: flex;
    justify-content: flex-end;
    gap: 12px;
    padding: 0 16px;
    margin: 0 auto 10px;
    max-width: 1020px;
}
@media print, screen and (min-width: 768px) {
    .share-icons-top {
        margin: 16px auto 16px;
    }
}
.share-icon-btn {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity 0.2s;
    padding: 0;
}
.share-icon-btn:hover { opacity: 0.8; }
.share-icon-btn svg { width: 22px; height: 22px; }
.icon-line { background-color: #06C755; color: #fff; }
.icon-copy { background-color: #999; color: #fff; }

/* ==========================================================================
   9. Base Pages (旧システム5ファイル専用保護スタイル)
========================================================================== */
body.base-pages { background: transparent !important; }
.base-pages *, .base-pages *:before, .base-pages *:after { box-sizing: border-box; }
.base-pages h1, .base-pages h2, .base-pages h3, .base-pages h4, .base-pages h5, .base-pages h6, 
.base-pages p, .base-pages ol, .base-pages .form dt, .base-pages .form dd { margin: 0; padding: 0; }
.base-pages table { border-collapse: collapse; border-spacing: 0; }
.base-pages a { color: #2e77bf; text-decoration: none; }
.base-pages a:hover { text-decoration: underline; }
.base-pages img { max-width: 100%; height: auto; }

.base-pages .mgt_20 { margin-top: 20px; }
.base-pages .mgt_40 { margin-top: 40px; }
.base-pages .mgl_30 { margin-left: 30px; }
.base-pages .red_text { color: #e41400; }
.base-pages .fs18 { font-size: 18px; font-weight: bold; }
.base-pages .flt_right { float: right; }
.base-pages .w_100 { width: 100%; }
.base-pages .clearfix:after { content: ""; display: block; clear: both; }

.base-pages input, .base-pages select, .base-pages button { font-size: 16px; outline: none; box-sizing: border-box; }
.base-pages input, .base-pages select { border: 2px solid #ddd; }
.base-pages input:focus, .base-pages select:focus { border-color: #999; }
.base-pages input[type="text"], .base-pages input[type="number"], .base-pages input[type="password"], .base-pages input[type="email"] { padding: .6em 1em; width: 100%; }
.base-pages input.input_number { width: 12em; }
.base-pages input.readonly:focus { border-color: #ddd; }
.base-pages .readonly { background: #eee; }

.base-pages .radio_btn, .base-pages .chk { display: inline-block; margin-bottom: 8px; text-align: left; cursor: pointer; }
.base-pages .radio_btn input[type=radio], .base-pages .chk input[type=checkbox] { position: absolute; z-index: -100; opacity: 0.001; margin: 0; }
.base-pages .radio_btn input[type=radio] ~ span:first-of-type { position: relative; padding: 0 0 0 32px; background-image: url(../images/radio_01_off.png); background-size: 22px; background-position: 0% 50%; background-repeat: no-repeat; }
.base-pages .radio_btn input[type=radio]:checked ~ span:first-of-type { background-image: url(../images/radio_01_on.png); }
.base-pages .chk input[type=checkbox] ~ span:first-of-type { display: inline-block; padding: 0 0 0 32px; background-image: url(../images/checkbox_03_off.png); background-size: 24px; background-position: left top; background-repeat: no-repeat; }
.base-pages .chk input[type=checkbox]:checked ~ span:first-of-type { background-image: url(../images/checkbox_03_on.png); }

.base-pages .cp_ipselect { overflow: hidden; width: 100%; margin: 2em auto; text-align: center; }
.base-pages .cp_ipselect select { width: 100%; padding-right: 1em; cursor: pointer; text-indent: 0.01px; text-overflow: ellipsis; border: none; outline: none; background: transparent; appearance: none; -webkit-appearance: none; box-shadow: none; }
.base-pages .cp_ipselect select::-ms-expand { display: none; }
.base-pages .cp_ipselect.cp_sl01 { position: relative; border: 1px solid #bbbbbb; border-radius: 2px; background: #ffffff; }
.base-pages .cp_ipselect.cp_sl01::before { position: absolute; top: 0.8em; right: 0.9em; width: 0; height: 0; padding: 0; content: ''; border-left: 6px solid transparent; border-right: 6px solid transparent; border-top: 6px solid #666666; pointer-events: none; }
.base-pages .cp_ipselect.cp_sl01 select { padding: 8px 38px 8px 8px; color: #333; }

.base-pages .formSet { padding: 30px 0; }
.base-pages .formSet + .formSet { border-top: 1px solid #ccc; }
.base-pages .formSet .title { position: relative; margin: 0; padding: 0 0 0 15px; font-size: 20px; line-height: 1.6; }
.base-pages .formSet .title:before { content: ""; display: block; position: absolute; left: 0; top: .3em; width: 4px; height: 1em; background: #000; border-radius: 4px; }
.base-pages .formSet select { display: block; padding: .6em 1.4em .5em .8em; width: 100%; box-sizing: border-box; border: 2px solid #ddd; background: #fff; }
.base-pages .input_half_area { overflow: hidden; }
.base-pages .input_half { float: left; width: 49%; }
.base-pages .input_half + .input_half { margin-left: 2%; }

.base-pages .inputNote { display: inline-block; padding: .5em 0; font-size: 85%; }
.base-pages .formSet .note { padding: 1em 0 0 1em; text-indent: -1em; font-size: 90%; line-height: 1.6; }
.base-pages .formSet .note + .note { padding-top: .5em; }
.base-pages .formSet .firstNote { padding: 0 0 1em 1em; text-indent: -1em; font-size: 90%; line-height: 1.6; }
.base-pages .required, .base-pages .random { display: inline-block; vertical-align: middle; border-radius: 3px; color: #fff; margin-left: 1.5em; padding: 3px 10px; font-size: 14px; font-weight: normal; line-height: 1; }
.base-pages .required { background: #e41400; }
.base-pages .random { background: #00a3d9; }

.base-pages .submitArea { padding: 2em 0; text-align: center; }
.base-pages .submitArea .submit_btn { width: 330px; padding: 1em 0; font-size: 20px; color: #fff; border: none; border-radius: 100px; background: #e61700; cursor: pointer; }
.base-pages .submitArea .submit_btn:disabled { color: #bbb; background: #eee; cursor: default; }
.base-pages .btn { position: relative; z-index: 1; margin: 12px 0 0; }
.base-pages div.btn p, .base-pages ul.btn li { float: right; margin: 0 0 0 7px; position: relative; }
.base-pages .btn_correct { box-sizing: border-box; height: 24px; margin: 0; border-radius: 3px; border: solid 1px #d1cbbb; background: linear-gradient(0deg, #ebe8e1 0%, #fff 100%); text-align: center; cursor: pointer; font-size: 90% !important; }

.base-pages .table { display: table; }
.base-pages .form_table { width: 100%; }
.base-pages .form_table th { height: 40px; padding: 10px 16px; background-color: #74695d; color: #fff; text-align: left; }
.base-pages .form_table td { padding: 8px 0 8px 16px; border-left: solid 1px #d1cbbb; vertical-align: middle; }
.base-pages .form_table td.td_title { width: 192px; padding-right: 0; border-bottom: solid 1px #d1cbbb; background: #edebe4; line-height: 20px; }
.base-pages .form_table tr:last-child td { border-bottom: solid 1px #d1cbbb; }
.base-pages .form_table td:last-child { border-right: solid 1px #d1cbbb; }
.base-pages .border_orange { border: 1px #FFC600 solid; }
.base-pages .border_orange td { padding: 10px; }

.base-pages .list li:before { content: ""; background: url(../images/bg_list.png) no-repeat; display: inline-block; width: 14px; height: 14px; vertical-align: middle; margin: 0 5px 3px 0; }
.base-pages .info { margin: 20px 0; padding: 0; list-style: none; font-size: 90%; line-height: 1.6; }
.base-pages .info li { margin-bottom: 0.5em; }

.base-pages .arrow { width: 30px; height: 30px; border: 2px solid; border-color: transparent transparent #cccccc #cccccc; transform: rotate(-45deg); display: block; }
.base-pages .dial { font-size: 70px; color: #000; }
.base-pages .atencion_img { max-width: 100px; height: auto; }
.base-pages .fdtxt { font-size: 18px; }
.base-pages .orenge_txt { color: #da9d27; }

.base-pages #header { position: relative; padding: 0 40px; background: #fff; box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .02), 0 2px 10px 0 rgba(0, 0, 0, .1); z-index: 100; }
.base-pages .headerID { position: relative; height: 100px; max-width: 1120px; margin: 0 auto; text-align: left; }
.base-pages .headerID a { display: inline-block; position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); }
.base-pages .headerID img { display: block; width: 80px; height: auto; }
.base-pages .headerID span { position: absolute; right: 0; top: 50%; transform: translateY(-50%); color: #666; font-size: 16px; text-align: right; }

.base-pages #footer { background: #888; padding: 40px; text-align: center; }
.base-pages #footerNav a { display: inline-block; padding: 0 1.5em; font-size: 13px; line-height: 1.8; color: #fff; }
.base-pages #copyright { padding: 20px 15px; text-align: center; }
.base-pages #copyright .copy { position: relative; display: inline-block; padding-left: 60px; }
.base-pages #copyright .copy .pmark { position: absolute; left: 0; top: 0; width: 50px; }
.base-pages #copyright .copy .text { display: block; padding: 1.5em 0; font-size: 80%; color: #b8b8b8; }

.base-pages #wrapper { padding: 95px 40px 50px; background: #fafafa; }
.base-pages #mainContents { max-width: 1000px; margin: 0 auto; }
.base-pages .pageTtl { font-size: 32px; font-weight: normal; text-align: center !important; position: relative; padding-bottom: 35px; margin: 0 0 55px 0; }
.base-pages .pageTtl:after { content: ''; position: absolute; left: 50%; bottom: 0; width: 5em; height: 1px; margin-left: -2.5em; background: #eee; }
.base-pages .txt_input { height: auto; margin: 8px 0; padding-right: 8px; padding-left: 8px; border-radius: 3px; border: solid 2px #ddd; background-color: #fff; line-height: 32px; }

.base-pages #logInContainer { max-width: 800px; margin: 0 auto; }
.base-pages .haveId { margin-top: 15px; margin-bottom: 20px; }

.base-pages #flpid { background: #fafafa; width: 100%; padding: 0 66px 0 70px; margin: 0 auto; }
.base-pages #flpid .login { margin: 0; padding: 0; }
.base-pages #flpid .login li { padding: 0 0 7px 0; }
.base-pages #flpid .login li input { width: 90%; padding: 12px 7px 11px 19px; }
.base-pages #flpid .login li .placeHolder { display: none; }
.base-pages #flpid .login li.def .placeHolder { width: 310px; display: block; margin: -32px 0px 12px 20px; color: #8c8c8c; }
.base-pages #flpid .container { margin: 17px 0 0 -10px; }
.base-pages #flpid .container .gBtn { width: 124px; float: left; font-size: 15px; }
.base-pages #flpid .container ul { float: left; padding: 0; width: 100%; }
.base-pages #flpid .container ul li { padding: 0 0 2px; margin: 0 0 0 5px; }
.base-pages #flpid .container ul li a { color: #007ebe; }

@media screen and (min-width: 961px) {
  .base-pages .sp { display: none; }
  .base-pages input, .base-pages select { font-size: 18px; }
  .base-pages .formSet { display: table; width: 100%; }
  .base-pages .formSet .left, .base-pages .formSet .right { display: table-cell; padding-top: 20px; padding-bottom: 20px; vertical-align: top; }
  .base-pages .formSet .left { padding-right: 20px; width: 17em; border-right: 1px dotted #ccc; }
  .base-pages .submitArea .submit_btn:hover { background: #c00; }
  .base-pages #flpid h2 { margin: 20px 0; font-size: 19px; line-height: 1.263157895; text-align: left; border-left: 5px #000 solid; padding-left: 15px; }
  .base-pages #flpid p { line-height: 25px; }
}

@media screen and (min-width: 641px) {
  .base-pages .formSet input.pcHalf { width: 49%; }
}

@media screen and (max-width: 960px) {
  body.base-pages { font-size: 15px; }
  .base-pages a:hover { text-decoration: none; }
  .base-pages .pc { display: none; }
  .base-pages input[type="text"], .base-pages input[type="number"], .base-pages input[type="password"], .base-pages input[type="email"] { padding: .8em .5em; }
  .base-pages .pageTtl { font-size: 28px; padding-bottom: 30px; margin: 0 0 45px 0; }
  .base-pages .formSet .right { padding-top: 10px; }
  .base-pages h1 { margin: 50px 0; font-size: 19px; line-height: 1.263157895; text-align: center; }
  .base-pages #flpid { width: 100%; padding: 0 66px 0 70px; margin: 0 auto; }
  .base-pages #flpid h2 { margin: 40px 0; font-size: 19px; line-height: 1.263157895; text-align: left; }
  .base-pages #flpid p { line-height: 19px; }
  .base-pages #header { padding: 0 30px; }
  .base-pages .headerID { height: 80px; }
  .base-pages .headerID img { width: auto; height: 80px; }
  .base-pages .headerID a { position: relative; left: auto; top: auto; transform: translate(0, 0); }
  .base-pages .headerID span { font-size: 14px; }
  .base-pages #footer { padding: 30px; }
}

@media screen and (max-width: 640px) {
  body.base-pages { font-size: 14px; }
  .base-pages .pageTtl { font-size: 23px; padding-bottom: 20px; margin: 0 0 10px 0; }
  .base-pages .formSet .title { font-size: 16px; }
  .base-pages .submitArea .submit_btn { width: 80%; max-width: 300px; font-size: 17px; }
  .base-pages .addressArea .input_half { width: auto; float: none; }
  .base-pages .formSet .addressArea .input_half + .input_half { padding-top: 1.5em; margin-left: 0; }
  .base-pages #wrapper { padding: 30px 15px 20px; }
  
  .base-pages h1 { margin: 40px 0; }
  .base-pages #flpid { width: 90%; padding: 0; margin: 0 auto; }
  .base-pages #flpid h2 { margin: 20px 0; border-left: 5px #000 solid; padding-left: 15px; }
  .base-pages #flpid .login li input { width: 100%; padding: 10px; }
  .base-pages #flpid .container { margin: 15px 0 0 0; text-align: center; }
  .base-pages #flpid .container .gBtn { float: none; width: 100%; max-width: 300px; margin: 0 auto 10px; }
  .base-pages #flpid .container ul { float: none; width: 100%; text-align: center; }
  .base-pages #flpid .container ul li { display: inline-block; margin: 0 5px; padding: 0 0 2px; }

  .base-pages #header { padding: 0 15px; }
  .base-pages .headerID { height: 60px; }
  .base-pages .headerID img { height: 60px; }
  .base-pages .headerID span { font-size: 12px; }
  .base-pages #footer { padding: 20px 15px; }
  .base-pages #footerNav a { min-width: 40%; padding: .3em 1em; font-size: 12px; }
  .base-pages #copyright { padding: 15px; }
  .base-pages #copyright .copy { position: relative; display: block; padding: 0; text-align: center; }
  .base-pages #copyright .copy .pmark { display: block; position: relative; left: auto; top: auto; margin: 0 auto; }
  .base-pages #copyright .copy .text { padding: 0 0 15px; }
}
