@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/

.l-header__menuBtn.sp_,
.p-spMenu.-left {
    display: block !important;
}

.review-caution__link:visited{
	color: #007bff;
}

/* 20251105 */
body {
  background-color: #fff;
}
img {
  vertical-align: top;
}
#body_wrap {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
#fix_header {
  display: none;
}
.l-header {
  background-color: #fff;
  box-shadow: none;
}
.l-container {
  max-width: 1200px;
  padding: 0 0 10px;
}
.header-inner {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: relative;
  padding: 0 5px;
}
@media print, screen and (min-width:768px) {
.l-header__menuBtn.sp_ {
  display: none !important;
}
}
.header-left {
  width: 211px;
  height: 69px;
}
.header-right {
  width: 380px;
  height: 69px;
}
@media print, screen and (max-width:665px) {
.header-right {
  width: 12px;
}
}
.header-bg {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 69px;
  padding: 0 10px;
}
.header-inner .header-left img,
.header-inner .header-right img,
.header-inner .header-bg img {
  height: 100%;
  width: 100%;
}
.contact-btn, .sitemap-btn, .home-btn {
  position: absolute;
  bottom: 0;
  height: 12px;
}
.contact-btn {
  right: 187px;
}
.sitemap-btn {
  right: 97px;
}
.home-btn {
  right: 7px;
}
@media print, screen and (max-width:560px) {
.contact-btn,
.sitemap-btn,
.home-btn {
  display: none;
}
}
.l-header__customBtn.sp_ {
  display: none;
}
.l-header__menuBtn {
  margin-top: 14px;
  width: 34px;
  margin-right: 8px;
}
.p-breadcrumb {
  padding: 8px 2px;
  width: 100%;
}
.p-breadcrumb__list.l-container {
  padding: 0 6px;
}
#content {
  padding-right: 10px;
  padding: 10px;
}

.l-footer {
  margin-top: auto;
}
.footer-inner {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: relative;
  padding: 0 5px;
}
.footer-left {
  width: 2px;
  height: 18px;
}
.footer-right {
  width: 518px;
  height: 18px;
}
@media print, screen and (max-width:560px) {
.footer-right {
  width: 105px;
}
}
.footer-bg {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 18px;
  padding: 0 10px 0 2px;
}
.footer-inner .footer-left img,
.footer-inner .footer-right img,
.footer-inner .footer-bg img {
  height: 100%;
  width: 100%;
}
.copyright {
  display: none;
}
