:root {
    /* 既存の色をCSS変数化 */
    --primary-blue: #2850E0;
    --secondary-blue: #0342ab;
    --accent-blue: #2087F7;
    --light-blue: #16F;
    --text-dark: #2d3748;
    --text-gray: #444;
    --border-gray: #ccc;
    --bg-light: #eaeaea;
    --bg-white: #fff;
    --shadow: rgba(0,0,0,0.1);
    
    /* モダンな追加色 */
    --gradient-primary: linear-gradient(135deg, #2850E0 0%, #0342ab 100%);
    --gradient-accent: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    
    /* スペーシング */
    --space-xs: 5px;
    --space-sm: 10px;
    --space-md: 15px;
    --space-lg: 20px;
    --space-xl: 30px;
    
    /* トランジション */
    --transition: all 0.3s ease;
    
    /* ボーダーラディウス */
    --radius-sm: 5px;
    --radius-md: 10px;
    --radius-lg: 15px;
}

@charset "UTF-8";
/* -- version.5 -- */
body {
  height: 100%;
  margin: 0;
  padding: 0;
  font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3','メイリオ','Meiryo',sans-serif;
  word-wrap: break-word;
  font-display: swap;
}

@media print {
  body {
    width: 100% !important;
    background-color: #fff;
  }
}

.overflowContainer {
  position: relative;
  overflow: hidden;
  height: auto;
  min-height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from("#badff2 10%, #fff 25%"));
  background: linear-gradient(to bottom, "#badff2 10%, #fff 25%");
}

@media (max-width: 700px) {
  .overflowContainer {
    background-color: #fff;
  }
}

.container {
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media (max-width: 700px) {
  .container {
    width: 100%;
    padding: 0;
  }
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  font-weight: normal;
}

/* ============================================
    ヘッダー
============================================= */
header {
  margin: 0 0 20px 0;
  background-color: #fff;
}

header .siteinfo {
  overflow: hidden;
  padding: 0 10px;
  height: 100px;
}

@media (max-width: 700px) {
  header .siteinfo {
    padding: 0;
    height: 100%;
  }
}

header .siteinfo address {
  margin: 0;
  font-style: normal;
  float: right;
  text-decoration: none;
}

header .siteinfo address .headCall {
  margin: 3px 20px 0 0;
  float: left;
}

@media (max-width: 700px) {
  header .siteinfo address .headCall {
    margin: 10px 5px 0 0;
    font-size: 90%;
    text-align: right;
  }
}

header .siteinfo address .headCall i {
  color: #2850E0;
}

header .siteinfo address .headCall span {
  font-size: 120%;
  font-weight: bold;
}

@media print {
  header .siteinfo address .headCall span {
    font-size: 130%;
  }
}

header .siteinfo address .headCall p {
  margin: 0;
  font-size: 10px;
  color: #444;
}

@media print {
  header .siteinfo address .headCall p {
    display: none;
  }
}

header .siteinfo address .headCall .print_mail {
  display: none;
}

@media print {
  header .siteinfo address .headCall .print_mail {
    font-size: 15px;
    display: block;
  }
}

@media print {
  header .siteinfo address .headCall {
    margin: 0;
    text-align: right;
  }
}

header .siteinfo address .headMail {
  background-color: #16F;
}

header .siteinfo address .headContact {
  font-size: 90%;
  margin: 8px 0 0 0;
  border-radius: 6px;
  letter-spacing: -1px;
  float: left;
}

header .siteinfo address .headContact a {
  display: block;
  padding: 8px 15px;
  color: #fff;
  text-decoration: none;
  border-radius: 6px;
}

header .siteinfo address .headContact a:hover {
  background-color: rgba(255, 255, 255, 0.3);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
}

@media (max-width: 700px) {
  header .siteinfo address .headContact {
    display: none;
  }
}

@media print {
  header .siteinfo address .headContact {
    display: none;
  }
}

header .tagline {
  margin: 2px 0 22px 0;
  font-size: 70%;
  color: #444;
  line-height: 1em;
}

@media (max-width: 700px) {
  header .tagline {
    margin: 0 0 10px 0;
    font-size: 60%;
  }
}

@media print {
  header .tagline {
    display: none;
  }
}

header .site-title-container {
  float: left;
}

header .site-title-container .title_print {
  display: none;
}

@media print {
  header .site-title-container .title_print {
    display: block;
    font-family: "ＭＳ ゴシック";
    font-display: swap;
    font-size: 120%;
    font-weight: bold;
    color: #2850E0;
    letter-spacing: -3px;
    margin: 0 0 0 10px;
    width: 300px;
  }
}

header .site-title {
  margin: 5px 0 0 0;
}

header .site-title img {
  width: 150px;
}

@media print {
  header .site-title img {
    width: 70px;
    float: left;
    margin: 0 10px 0 0;
  }
}

/* ============================================
    headnavi
============================================= */
.hnav {
  padding: 0;
  line-height: 3em;
  background: var(--gradient-primary);
  box-shadow: 0 4px 15px var(--shadow);
}
@media (max-width: 700px) {
  .hnav {
    margin: 0;
    padding: 0;
    line-height: 2em;
  }
}
@media print {
  .hnav {
    display: none;
  }
}

.hiddenMenu {
  display: none;
}
@media (max-width: 700px) {
  .hiddenMenu {
    display: inline-block;
    margin: 0;
    padding: 5px 0 5px calc(100% - 30px);
    font-size: 22px;
    display: block;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
  }
}
.hiddenMenu:hover {
  background-color: rgba(238, 238, 238, 0.2);
}

.hiddenMenu_submenu {
  visibility: hidden;
  opacity: 0;
  z-index: 1;
  position: absolute;
  width: 200px;
  margin: 0;
  padding: 10px 0 0 0;
  border-top: solid 1px rgba(255, 255, 255, 0.3);
  background-color: rgba(41, 65, 153, 0.95);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
}

.hnav ul {
  letter-spacing: -5px;
  margin: 0;
  padding: 0;
  position: relative;
}

.hnav ul li {
  font-size: 85%;
  display: inline-block;
  list-style: none;
  width: calc(100% / 6 - 2px);
  letter-spacing: 0;
}
@media (max-width: 700px) {
  .hnav ul li {
    font-size: 100%;
    width: calc(100% / 4 - 2px);
  }
}

.hnav ul li .hnavLi {
  display: block;
  color: #fff;
  font-weight: normal;
  padding: 0;
  text-decoration: none;
  text-align: center;
  font-weight: bold;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
}

.hnav ul li .hnavLi:hover {
  background-color: rgba(255, 255, 255, 0.2);
}

.hnav ul li .hnavLi span {
  font-size: 70%;
  margin-right: 3px;
}
@media (max-width: 700px) {
  .hnav ul li .hnavLi {
    padding: 0;
    font-size: 85%;
  }
}

.hnav ul li .hnavLi:hover {
  background-color: rgba(238, 238, 238, 0.2);
}

.hnav ul li ul.hnav_submenu {
  visibility: hidden;
  opacity: 0;
  z-index: 1;
  position: absolute;
  width: 200px;
  margin: 0;
  padding: 0 0 0 0;
  border-top: solid 1px rgba(255, 255, 255, 0.3);
  background-color: rgba(0, 0, 0, 0.8);
  border-radius: 0 0 5px 5px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
}

.hnav ul li ul.hnav_submenu li {
  font-size: 100%;
  display: block;
  margin: 0 auto;
  width: 100%;
  border-bottom: solid 1px rgba(255, 255, 255, 0.3);
  line-height: 2.5em;
}

.hnav ul li ul.hnav_submenu li a {
  display: block;
  color: #fff;
  letter-spacing: 1px;
  text-decoration: none;
}

.hnav ul li ul.hnav_submenu li a:hover {
  background-color: rgba(255, 255, 255, 0.2);
}

.hnav ul li ul.hnav_submenu li:hover {
  margin: 1px 1px -1px -1px;
}

.hnav ul li:hover ul {
  top: 50px;
  visibility: visible;
  opacity: 1;
}

@media (max-width: 700px) {
  .hnav ul li:hover ul {
    top: 32px;
  }
}

@media (max-width: 700px) {
  #menu {
    display: none;
  }
}

#menu_smart {
  display: none;
}

@media (max-width: 700px) {
  #menu_smart {
    display: list-item;
  }
}

/* ============================= maincontents ============================= */
.maincont {
  overflow: hidden;
}

@media (max-width: 700px) {
  .maincont {
    overflow: auto;
  }
}

/* ============================== infomation ============================== */
#info {
  margin: 0 0 20px 0;
  border: 1px solid #94abcc;
  color: #111;
  background: url(../gazo/infoback.jpg) no-repeat 100% 100%;
  background-color: #fff;
}

@media (max-width: 700px) {
  #info {
    background: none;
    background-color: #fff;
    border-radius: 0;
  }
}

#info h1 {
  color: #fff;
  font-size: 0.9em;
  font-weight: bold;
  margin: 0;
  padding: 0 0 0 15px;
  line-height: 2.5em;
  border-radius: 7px 7px 0 0;
  background: #333;
}

@media (max-width: 700px) {
  #info h1 {
    padding: 0 0 0 5px;
    border-radius: 0;
  }
}

#info .infobox {
  padding: 8px 25px;
  line-height: 1.3em;
  font-size: 0.95em;
  color: #444;
}

@media (max-width: 700px) {
  #info .infobox {
    padding: 0 5px;
    font-size: 0.85em;
  }
}

#info .infobox #textb {
  border: 1px solid #f00;
  border-radius: 10px;
  margin: 5px 0 10px 0;
  padding: 10px 20px;
  color: #222;
  background-color: #fff9ce;
}

@media (max-width: 700px) {
  #info .infobox #textb {
    margin-top: 5px;
    padding: 0 0 0 5px;
  }
}

#info .infobox p {
  margin: 18px 0;
}

#info .infobox .infotop {
  font-size: 1.1em;
  font-weight: bold;
  color: #333;
  margin-top: 18px;
}

#info .infobox .infoForm {
  font-size: 100%;
  color: #2850E0;
  margin: 30px 0 10px 0;
}

#info .infobox .infoFormEnt {
  color: #2850E0;
  margin: 0 0 30px 0;
}

#info .infobox .update {
  font-size: 90%;
}

#info .infobox .update span {
  margin-right: 20px;
}

#info .infobox .days {
  font-family: 'Verdana', sans-serif;
  font-display: swap;
}

.fv p {
  color: #444;
}

@media (max-width: 700px) {
  .fv {
    font-size: 0.85em;
  }
}
/* ================================= main ================================= */
.main {
  width: 73%;
  float: left;
  margin: 0;
  padding: 0;
}

@media (max-width: 700px) {
  .main {
    float: none;
    width: 100%;
  }
}

.main p {
  font-size: 0.95em;
}

.main h1 {
  color: #fff;
  font-size: 1.2em;
  font-weight: bold;
  margin: 0;
  padding: 0 0 0 15px;
  letter-spacing: 1px;
  line-height: 3em;
  background-color: #2087F7;
  font-weight: normal;
}

.main h2 {
  margin-bottom: 10px;
  font-size: 1.1em;
  font-weight: bold;
  color: #2850E0;
  border-bottom: 1px dotted #2850E0;
}

.main h2 span {
  font-size: 1.5em;
  font-weight: bold;
  font-family: "Yu Mincho", "YuMincho",serif;
  font-display: swap;
  letter-spacing: 2px;
}

.main .fv {
  margin: 10px 20px 30px 20px;
}

@media (max-width: 700px) {
  .main .fv {
    margin: 10px 10px 20px 10px;
  }
}

.main .choice {
  margin: 0 0 20px 0;
  padding: 10px 0;
  background-color: #fff;
  border: none;
}

@media (max-width: 700px) {
  .main .choice {
    padding: 5px;
    border: none;
  }
}

.search_window {
  padding: 20px 25px;
  overflow: hidden;
  border: 2px solid #ccc;
}

@media (max-width: 700px) {
  .search_window {
    padding: 10px;
    margin: 0;
  }
}

.search_window p {
  margin: 0 0 20px 0;
  font-weight: bold;
  color: #333;
  border-bottom: 1px solid #888;
  padding: 0;
}

.search_window li {
  text-decoration: none;
  list-style: none;
  float: left;
  width: 110px;
  line-height: 1.8em;
}

.search_window li a {
  text-decoration: none;
  color: #23c;
}


.search_window li a:hover {
  text-decoration: underline;
  color: #333;
}

/* ============================================
    物件テーブル
============================================= */
.btable {
  margin: 0 0 5px 0;
  padding: 10px ;
  overflow: hidden;
  border: 1px solid var(--border-gray);
  box-shadow: 0 4px 15px var(--shadow);
  border-radius: var(--radius-sm);
  transition: var(--transition);
}
@media (max-width: 700px) {
  .btable {
    display: none;
  }
}

.btable a {
  color: var(--text-dark);
  text-decoration: none;
}

.btable:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.btable_smart {
  display: none;
}
@media (max-width: 700px) {
  .btable_smart {
    display: block;
    margin: 0 0 5px 0;
    padding: 10px;
    overflow: hidden;
    border: 1px solid var(--border-gray);
    box-shadow: 0 4px 15px var(--shadow);
    border-radius: var(--radius-sm);
    transition: var(--transition);
  }
}
@media (max-width: 700px) {
  .btable_smart a {
    color: var(--text-dark);
    text-decoration: none;
  }
}

.btable img {
  margin: 0 10px 0 0;
  height: 103px;
  padding: 0;
  float: left;
  border-radius: var(--radius-sm);
  transition: var(--transition);
}

.btable:hover img {
  transform: scale(1.03);
}

.lazy-load {
  background: #f0f0f0;
  transition: opacity 0.3s ease;
}

.lazy-load[data-src] {
  opacity: 0.3;
}

.lazy-load.loaded {
  opacity: 1;
}

.lazy-load::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  margin: -20px 0 0 -20px;
  border: 3px solid #f0f0f0;
  border-top: 3px solid #667eea;
  border-radius: 50%;
  animation: spin 1s linear infinite;
  display: block;
}

.lazy-load.loaded::before {
  display: none;
}
@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.btable_smart_imagearea {
  padding: 0;
  overflow: hidden;
}

.btable_smart_textarea {
}

.btable_smart img {
  height: 80px;
  margin: 0 5px 5px 0;
  padding: 0;
  border: none;
  float: left;
}

.tbox {
  font-size: 0.9em;
  line-height: 25px;
  height: 25px;
  margin: 0 0 1px 0;
  overflow: hidden;
}
@media (max-width: 700px) {
  .tbox .tbox {
    font-size: 0.9em;
  }
}

.tbox .hr {
  width: 90px;
  font-weight: bold;
  margin: 0 10px 0 0;
  float: left;
  background-color: #eee;
  text-align: center;
  letter-spacing: 5px;
  color: #555;
}

.tbox .hrr {
  float: left;
  overflow: hidden;
  max-width: 50%;
}
@media (max-width: 700px) {
  .tbox .hr {
    width: 70px;
    margin: 0 5px 0 0;
    letter-spacing: 2px;
  }
}

.tbox .price {
  font-size: 1.1em;
  font-weight: bold;
  letter-spacing: 0;
  margin: 0 5px 0 0;
  float: left;
  color: #222;
}

.button {
  float: right;
  color: #fff;
  background: var(--gradient-primary);
  border-radius: 25px;
  text-align: center;
  padding: 0 15px;
  margin: 0;
  text-decoration: none;
  transition: var(--transition);
  box-shadow: 0 2px 10px var(--shadow);
}

.kono {
  font-size: 1em;
  text-align: center;
  line-height: 30px;
  margin-top: 10px;
}

.kono a {
  display: block;
}

.kono a:hover {
  text-decoration: none;
}

.uper {
  font-size: 0.9em;
}

.uper:hover {
  text-decoration: none;
}

/* ============================== subcontents ============================== */
.rightbody {
  width: 25.8%;
  float: right;
  margin: 0;
  text-align: center;
}

@media (max-width: 700px) {
  .rightbody {
    width: 100%;
    float: none;
    text-align: center;
  }
}

.rightbody h1 {
  font-size: 1em;
  font-weight: bold;
  letter-spacing: 1px;
  padding: 8px 0 5px 10px;
  margin: 0;
  background-color: #0342ab;
  color: #fff;
  border-radius: 5px 5px 0 0;
}

@media (max-width: 700px) {
  .rightbody h1 {
    line-height: 1.5em;
    padding: 0 0 0 5px;
    border-radius: 0;
  }
}

.rightbody .info-r {
  margin: 0 0 5px 0;
  background-color: #fff;
  border: 1px solid #94abcc;
  border-radius: 5px;
  text-align: left;
  -webkit-border-radius: 8px;
  -mos-border-radius: 8px;
}

@media (max-width: 700px) {
  .rightbody .info-r .info-r {
    border-radius: 0;
  }
}

.rightbody .info-r ul {
  margin: 0 10px 10px 10px;
  padding: 0;
  background-color: #fff;
}

.rightbody .info-r ul a {
  text-decoration: none;
  font-weight: normal;
  color: #000;
}

.rightbody .info-r li {
  margin: 0;
  padding: 8px 0 5px 10px;
  line-height: 20px;
  font-size: 1em;
  list-style: none;
  border-bottom: 1px solid #ddd;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -ms-transition: 0.2s;
}

.rightbody .info-r li i {
  margin: 0 15px 0 0;
}

.rightbody .info-r .tit {
  font-weight: bold;
  font-size: 1em;
  line-height: 1.6em;
  letter-spacing: 2px;
  color: #2850E0;
  margin: 10px 10px 0 10px;
  border-bottom: 1px solid #ddd;
}

.rightbody .info-r li:hover {
  color: #f00;
  padding: 8px 0 5px 15px;
  background-color: #f3f3f3;
}

.rightbody .baner {
  width: calc(100% - 12px);
  padding: 5px;
  margin: 0;
  background-color: #fff;
  border: 1px solid #94abcc;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -ms-transition: 0.2s;
}

.rightbody .baner:hover {
  border: 1px solid #08f;
}

@media (max-width: 700px) {
  .rightbody .baner {
    float: none;
    text-align: center;
  }
}

.rightbody .info-qr {
  width: 150px;
  margin: 5px auto 0 auto;
  background-color: #222;
  border: 1px solid #bbb;
  text-align: center;
}

@media (max-width: 700px) {
  .rightbody .info-qr .info-qr {
    display: none;
  }
}

.rightbody .info-qr p {
  margin: 5px 0 0 5px;
  color: #fff;
  font-weight: bold;
  font-size: 1em;
  text-align: left;
  letter-spacing: -1px;
}

.rightbody .info-qr .qr {
  padding: 0 0 10px 0;
}

.side-bannar {
  line-height: 70px;
  color: white;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  text-align: center;
  font-weight: bold;
  font-size: 120%;
  border-radius: 10px;
  margin-bottom: 8px;
  border: 2px solid #45c;
}


/* ================================ footer ================================ */
.footline {
  width: 100%;
  margin-top: 30px;
  padding: 30px 0 30px 0;
  color: #fff;
  overflow: hidden;
  background-color: #0342ab;
}

@media (max-width: 700px) {
  .footline {
    padding: 30px 0 30px 5px;
  }
}

@media print {
  .footline {
    font-size: 80%;
    margin: 0;
    padding: 10px 0 0 0;
    color: #222;
    background-color: #fff;
    border-top: solid 2px #2850E0;
    position: absolute;
    bottom: 1.5em;
  }
}

.footline a {
  color: #fff;
}

.footline a:hover {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.9);
}

.footline .foot-txt {
  padding-right: 60px;
  font-size: 0.9em;
  float: left;
  height: 100%;
}

@media (max-width: 700px) {
  .footline .foot-txt {
    padding-right: 40px;
  }
}

.footline .foot-txt p {
  margin: 0 0 15px 0;
}

@media print {
  .footline .foot-txt p {
    margin: 0;
  }
}

.footline .foot-txt .footName {
  font-size: 1.47em;
  font-weight: bold;
  letter-spacing: -1px;
}

.footline .foot-txt .tel {
  font-size: 1.18em;
  line-height: 1.2em;
}

@media print {
  .footline .foot-txt .tel {
    font-size: 1em;
  }
}

.footline .footlink {
  width: 150px;
  font-size: 0.85em;
  float: left;
  margin: 0;
  height: 10em;
}

@media print {
  .footline .footlink {
    display: none;
  }
}

.footline .footlink ul {
  margin: 0;
  padding: 0 0 0 20px;
  list-style: none;
}

.foot-c {
  font-size: 0.7em;
  text-align: center;
}

@media print {
  .foot-c {
    font-size: 70%;
    margin: 10px 0 0 0;
    text-align: left;
    position: absolute;
    bottom: 0;
  }
}

/* ================================ shousai ================================ */
@media(max-width: 700px) {
  .shosai_image_none {
    display: none;
  }
}
.shosai_image_smart {
  display: none;
}

@media(max-width: 700px) {
  .shosai_image_smart {
    display: block;
    overflow: hidden;
    margin: 0 0 10px 0;
  }
}


/* ======================================================================== */
.detailWrapper {
  overflow: hidden;
}

.detailWrapper .detailTitle {
  font-size: 1.7em;
  font-weight: bold;
  margin: 0 0 10px 0;
  padding: 10px 0 4px 15px;
  border-bottom: 4px solid #2850E0;
  background-color: #2087F7;
  letter-spacing: 2px;
  color: #fff;
}

@media (max-width: 700px) {
  .detailWrapper .detailTitle {
    margin: 10px 0 10px 0;
    padding: 10xp 0 10px 5px;
    font-size: 1.5em;
    letter-spacing: 1px;
  }
}

@media print {
  .detailWrapper .detailTitle {
    background-color: #fff;
    color: #444;
    padding-left: 0;
    margin-top: 0;
  }
}

.detailWrapper .leftBody {
  width: calc(100% - 342px - 10px);
  float: left;
  padding: 0;
  margin: 0 0 10px 0;
}

@media (max-width: 700px) {
  .detailWrapper .leftBody {
    width: 100%;
    float: none;
    margin: 0;
  }
}

@media print {
  .detailWrapper .leftBody {
    font-size: 0.8em;
    width: calc(100% - 302px - 10px) !important;
    float: left !important;
  }
}

.detailWrapper .leftBody .detailTable {
  width: 100%;
  margin: 0 0 5px 0;
  border: 2px solid #aaa;
  background-color: #fff;
  padding: 15px;
}

@media (max-width: 700px) {
  .detailWrapper .leftBody .detailTable {
    padding: 5px;
  }
}

.detailWrapper .leftBody .detailTable .th1 {
  width: 8em;
  line-height: 1.5em;
  padding: 0;
  border-bottom: solid 1px #ccc;
  text-align: left;
  color: #05f;
}

.detailWrapper .leftBody .detailTable .td1 {
  line-height: 1.5em;
  border-bottom: solid 1px #ccc;
}

.detailWrapper .leftBody .detailTable .td2 {
  color: #05f;
}

.detailWrapper .leftBody .detailTable .td3 {
  width: 5.5em;
  margin: 0;
  padding: 0;
  border-bottom: solid 1px #ccc;
}

.detailWrapper .leftBody .detailTable .td4 {
  border-bottom: solid 1px #ccc;
}

.detailWrapper .leftBody .detailTable .pric {
  font-size: 1.1em;
  font-weight: bold;
}

.detailWrapper .leftBody .detailTable .t1b {
  margin: 10px 0 10px 0;
  border-top: solid 1px #c0c0c0;
  border-right: solid 1px #c0c0c0;
}

.detailWrapper .leftBody .detailTable .th1b {
  width: 5em;
  line-height: 1.5em;
  border-right: solid 1px #c0c0c0;
  border-bottom: solid 1px #c0c0c0;
  border-left: solid 1px #c0c0c0;
  background-color: #eef7ee;
  text-align: left;
}

.detailWrapper .leftBody .detailTable .th1b2 {
  width: 5em;
  line-height: 1.5em;
  border-right: solid 1px #c0c0c0;
  border-bottom: solid 1px #c0c0c0;
  border-left: solid 1px #c0c0c0;
  background-color: #eef7ee;
  text-align: left;
  font-size: 85%;
  letter-spacing: -2.5px;
}

.detailWrapper .leftBody .shofree {
  margin: 25px 0 25px 0;
  color: #000;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 20px;
  font-display: swap;
}

@media print {
  .detailWrapper .leftBody .shofree {
    display: none;
  }
}

.t2 {
  margin: 20px 0 20px 0;
}

@media (max-width: 700px) {
  .rss {
    padding: 0 0 0 5px;
    line-height: 1.5em;
  }
}

.rightBody {
  width: 342px;
  float: right;
  padding: 0;
  letter-spacing: 2px;
  margin: 0 0 10px 0;
}

@media (max-width: 700px) {
  .rightBody {
    width: 100%;
    float: none;
    margin: 0;
    overflow: hidden;
  }
}

@media print {
  .rightBody {
    width: 302px !important;
    float: right !important;
    padding: 0 0 0 10px;
  }
}

.rightBody figure {
  margin: 0;
}

.rightBody figcaption {
  font-size: 1.1em;
  margin: 0 0 0 10px;
  font-weight: bold;
  color: #666;
}

@media print {
  .rightBody figcaption {
    font-size: 0.8em;
  }
}

.img-l {
  padding: 10px;
  width: 320px;
  background-color: #fff;
  border: 1px solid #aaa;
  margin: 0;
  -ms-interpolation-mode: bicubic;
}

@media (max-width: 700px) {
  .img-l {
    border: none;
    width: calc(100% - 20px - 2px);
    float: left;
  }
}

@media print {
  .rightBody .img-l {
    width: 278px !important;
  }
}

.hitokoto {
  font-size: 100%;
  font-weight: bold;
  margin: 30px 0 0 0;
  text-align: center;
}

.b-top {
  font-size: 100%;
  font-weight: bold;
  margin: 0 0 8px 10px;
}

.gts .gt {
  border-top: 2px solid #333;
  padding: 10px 0 0 0;
  overflow: hidden;
}

.gts .gt figure {
  margin: 5px 8px 0 0;
  float: left;
}

.gts .gt img {
  width: 123px;
  padding: 8px;
  margin: 0;
  background-color: #fff;
  border: 1px solid #aaa;
  float: left;
  -ms-interpolation-mode: bicubic;
}

@media (max-width: 700px) {
  .gts .gt img {
    width: 134px;
  }
}

.gts p {
  margin: 0;
}

@media print {
  .gts p {
    display: none;
  }
}

@media print {
  .gts {
    display: none;
  }
}

.shosai_form {
  width: 80%;
  margin: 20px auto 30px auto;
}

@media print {
  .shosai_form {
    display: none;
  }
}

/* ============================================
    コンタクト
============================================= */
.choice .contp {
  color: #222;
  font-size: 1em;
  font-weight: normal;
  line-height: 1.5em;
  margin: 0 10px 40px 10px;
}

@media (max-width: 700px) {
  .choice .contp {
    font-size: 0.9em;
    line-height: 1.3em;
    margin: 10px 0 30px 0;
  }
}

.choice .tel {
  border-bottom: 1px solid #bfccde;
  margin: 0 0 20px 0;
  padding: 0 0 0 10px;
}

.choice .tel span {
  color: #000;
  font-size: 2em;
  font-weight: bold;
  font-family: 'Arial Black';
  font-display: swap;
  margin: 0 0 0 40px;
}

@media (max-width: 700px) {
  .choice .tel span {
    font-size: 1.5em;
    margin: 0 0 0 20px;
  }
}

.choice .form {
  margin: 50px 0 0 0;
  padding: 0 0 0 10px;
}

.choice .point {
  text-align: right;
  font-size: 0.9em;
  color: #666;
  margin: 0;
}

.hissu {
  margin: 0 8px;
  color: #26f;
  font-weight: bold;
}

form dl dd input:focus,
form dl dd textarea:focus,
form dl select:focus {
  border-color: var(--accent-blue);
  box-shadow: 0 0 0 3px rgba(40, 80, 224, 0.1);
  outline: none;
}

form {
  background-color: #eaeaea;
  margin: 0 10px 50px 10px;
  padding: 5px 0;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -mos-border-radius: 10px;
}

@media (max-width: 700px) {
  form {
    margin: 0;
    padding: 5px 0;
  }
}

form dl dt {
  font-size: 0.9em;
  padding: 0 0 0 10px;
  margin: 20px 0 3px 20px;
  border-left: 5px solid #aaa;
}

form dl ul {
  margin: 0 20px 0 20px;
  padding: 0;
}

form dl p {
  margin: 0 0 0 15px;
}

form dl dd {
  margin: 10px 0 0 0;
  padding: 0 50px 20px 50px;
  border-bottom: 1px solid #fff;
  position: relative;
  overflow: break-word;
  font-size: 1em;
}

@media (max-width: 700px) {
  form dl dd {
    padding: 0 0 10px 10px;
  }
}

form dl dd:last-of-type {
  border: none;
}

form dl dd.itemch {
  border: none;
}

form dl dd input {
  font-size: 100%;
  padding: 0 5px 0 10px;
  display: inline-block;
  background-color: #fff;
  border: 1px solid #ccc;
  line-height: 2em;
  width: 100%;
}

@media (max-width: 700px) {
  form dl dd input {
    width: calc(100% - 25px);
  }
}

.error_message {
  color: red;
}

form dl dd .formRadio {
  display: inline;
  width: auto;
  margin: 0 10px 0 50px;
}

form dl dd .formRadio:first-child {
  margin: 0 10px 0 0;
}

form dl dd .formcheck {
  display: inline;
  width: auto;
  margin: 0 5px 0 0;
}

form dl dd .area {
  width: 110px;
  float: left;
}

form dl dd .school {
  width: 110px;
  float: left;
}

form dl dd p {
  margin: 10px 0 5px 0;
  color: #555;
  font-size: 1em;
}

form dl dd .formPrice {
  width: 60px;
  margin: 0 5px 0 10px;
  text-align: right;
}

form dl dd textarea {
  width: 100%;
  font-size: 1.2em;
  display: inline-block;
  background-color: #fff;
  border: 1px solid #ccc;
  padding: 5px;
  margin: 0;
}

@media (max-width: 764px) {
  form dl dd textarea {
    width: calc(100% - 25px);
  }
}

form dl select {
  font-size: 110%;
  display: inline-block;
  background-color: #fff;
  border: 1px solid #ccc;
  line-height: 2em;
  width: 300px;
}

@media (max-width: 700px) {
  form dl select {
    width: 270px;
  }
}

.formcom {
  margin: 0 0 0 50px;
  color: #444;
  font-size: 0.8em;
}

@media (max-width: 700px) {
  .formcom {
    font-size: 0.6em;
    margin: 0 0 0 10px;
  }
}

.mod_form_importance {
  margin: 7px 10px;
  padding: 15px 20px;
  background-color: #f3f3f0;
  border: 3px double #94abcc;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -mos-border-radius: 10px;
}

@media (max-width: 700px) {
  .mod_form_importance .mod_form_importance {
    margin: 5px;
    padding: 10px 15px;
  }
}

.mod_form_importance p {
  margin: 2px 0 0 0;
  font-size: 0.85em;
}

.mod_form_importance .imp_top {
  font-size: 1em;
  font-weight: bold;
  margin: 0 0 20px 0;
}

@media (max-width: 700px) {
  .mod_form_importance .imp_top {
    font-size: 1em;
    margin: 0 0 5px 0;
  }
}

.mod_form_importance .importance_text {
  border: 2px solid #aaa;
  margin: 5px 20px 15px 20px;
  padding: 10px 10px;
  height: 250px;
  overflow: scroll;
  overflow-x: hidden;
  background-color: #fff;
}

@media (max-width: 700px) {
  .mod_form_importance .importance_text {
    margin: 5px 0 15px 0;
  }
}

.mod_form_importance .importance_text h2 {
  margin: 0;
  font-size: 1em;
  color: #222;
  border-color: #222;
}

.mod_form_importance .importance_text h3 {
  margin: 15px 0 0 0;
  font-size: 1em;
}

.mod_form_importance .importance_text p {
  font-size: 0.8em;
}

@media (max-width: 700px) {
  .mod_form_importance .importance_text p {
    font-size: 0.7em;
  }
}

.mod_form_importance .importance_text ol {
  font-size: 0.8em;
  margin: 3px 0;
}

p.check {
  font-size: 0.9em;
  font-weight: bold;
  text-align: center;
}

.mod_form_btn {
  margin: 10px;
  text-align: center;
}
@media (max-width: 700px) {
  .mod_form_btn {
    margin: 0 0 5px 0;
  }
}

.mod_form_btn input[type="submit"] {
  font-size: 120%;
  margin: 0 10px;
  padding: var(--space-md) var(--space-xl);
  border-radius: 8px;
  font-weight: bold;
  cursor: pointer;
  transition: var(--transition);
  box-shadow: 0 4px 15px var(--shadow);
}

.mod_form_btn input[type="submit"]:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px var(--shadow);
}

.fcname {
  font-size: 15px;
  padding: 0 0 0 10px;
  margin: 10px 0 3px 15px;
  border-left: 5px solid #aaa;
}

.fcheck {
  margin: 0 0 0 20px;
}


.detail_form {
  margin-top: 20px;
}

form dl dt {
  font-size: 0.9em;
  padding: 0 0 0 10px;
  margin: 20px 0 3px 20px;
  border-left: 5px solid #aaa;
}

form dl ul {
  margin: 0 20px 0 20px;
  padding: 0;
}

form dl p {
  margin: 0 0 0 15px;
}

form dl dd {
  margin: 10px 0 0 0;
  padding: 0 50px 20px 50px;
  border-bottom: 1px solid #fff;
  position: relative;
  overflow: break-word;
  font-size: 1em;
}

form dl dd input:focus,
form dl dd textarea:focus,
form dl select:focus {
  border-color: #667eea;
  box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.15);
  transition: all 0.3s ease;
}

@media (max-width: 700px) {
  form dl dd {
    padding: 0 0 10px 10px;
  }
}

form dl dd:last-of-type {
  border: none;
}

form dl dd.itemch {
  border: none;
}

form dl dd input {
  font-size: 100%;
  padding: 0 5px 0 10px;
  display: inline-block;
  background-color: #fff;
  border: 1px solid #ccc;
  line-height: 2em;
  width: 100%;
}

@media (max-width: 700px) {
  form dl dd input {
    width: calc(100% - 25px);
  }
}

.error_message {
  color: red;
}

form dl dd .formRadio {
  display: inline;
  width: auto;
  margin: 0 10px 0 50px;
}

form dl dd .formRadio:first-child {
  margin: 0 10px 0 0;
}

form dl dd .formcheck {
  display: inline;
  width: auto;
  margin: 0 5px 0 0;
}

form dl dd .area {
  width: 110px;
  float: left;
}

form dl dd .school {
  width: 110px;
  float: left;
}

form dl dd p {
  margin: 10px 0 5px 0;
  color: #555;
  font-size: 1em;
}

form dl dd .formPrice {
  width: 60px;
  margin: 0 5px 0 10px;
  text-align: right;
}

form dl dd textarea {
  width: 100%;
  font-size: 1.2em;
  display: inline-block;
  background-color: #fff;
  border: 1px solid #ccc;
  padding: 5px;
  margin: 0;
}

@media (max-width: 764px) {
  form dl dd textarea {
    width: calc(100% - 25px);
  }
}

form dl select {
  font-size: 110%;
  display: inline-block;
  background-color: #fff;
  border: 1px solid #ccc;
  line-height: 2em;
  width: 300px;
}

@media (max-width: 700px) {
  form dl select {
    width: 270px;
  }
}

.formcom {
  margin: 0 0 0 50px;
  color: #444;
  font-size: 0.8em;
}

@media (max-width: 700px) {
  .formcom {
    font-size: 0.6em;
    margin: 0 0 0 10px;
  }
}

.mod_form_importance {
  margin: 7px 10px;
  padding: 15px 20px;
  background-color: #f3f3f0;
  border: 3px double #94abcc;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -mos-border-radius: 10px;
}

@media (max-width: 700px) {
  .mod_form_importance .mod_form_importance {
    margin: 5px;
    padding: 10px 15px;
  }
}

.mod_form_importance p {
  margin: 2px 0 0 0;
  font-size: 0.85em;
}

.mod_form_importance .imp_top {
  font-size: 1em;
  font-weight: bold;
  margin: 0 0 20px 0;
}

@media (max-width: 700px) {
  .mod_form_importance .imp_top {
    font-size: 1em;
    margin: 0 0 5px 0;
  }
}

.mod_form_importance .importance_text {
  border: 2px solid #aaa;
  margin: 5px 20px 15px 20px;
  padding: 10px 10px;
  height: 250px;
  overflow: scroll;
  overflow-x: hidden;
  background-color: #fff;
}

@media (max-width: 700px) {
  .mod_form_importance .importance_text {
    margin: 5px 0 15px 0;
  }
}

.mod_form_importance .importance_text h2 {
  margin: 0;
  font-size: 1em;
  color: #222;
  border-color: #222;
}

.mod_form_importance .importance_text h3 {
  margin: 15px 0 0 0;
  font-size: 1em;
}

.mod_form_importance .importance_text p {
  font-size: 0.8em;
}

@media (max-width: 700px) {
  .mod_form_importance .importance_text p {
    font-size: 0.7em;
  }
}

.mod_form_importance .importance_text ol {
  font-size: 0.8em;
  margin: 3px 0;
}

p.check {
  font-size: 0.9em;
  font-weight: bold;
  text-align: center;
}

.mod_form_btn {
  margin: 10px;
  text-align: center;
}

.mod_form_btn input {
  font-size: 120%;
  margin: 0 10px;
  padding: 8px 20px;
  border-radius: 5px;
}

@media (max-width: 700px) {
  .mod_form_btn {
    margin: 0 0 5px 0;
  }
}

.fcname {
  font-size: 15px;
  padding: 0 0 0 10px;
  margin: 10px 0 3px 15px;
  border-left: 5px solid #aaa;
}

.fcheck {
  margin: 0 0 0 20px;
}

/* ================================== map ================================== */
.footmap {
  margin: 25px 0 0 0;
  padding: 0 0 2px 10px;
  border-bottom: 2px dashed #35d;
  font-size: 130%;
  font-weight: bold;
  color: #35d;
}

.map_r {
  width: 600px;
  height: 300px;
  margin: 20px 0 0 35px;
  border: 1px solid #ccc;
}

/* ================================ company ================================ */
.comb {
  margin: 10px 0 0 0;
  padding: 10px;
  overflow: hidden;
  color: #444;
}

.comb img {
  height: 200px;
  margin: 0 20px 0 0;
  box-shadow: 2px 2px 8px 2px #aaa;
  float: left;
  border-radius: 5px;
}

@media (max-width: 700px) {
  .comb img {
    float: none;
  }
}

.comb p {
  margin: 0 0 10px 0;
  line-height: 23px;
}

table.com {
  margin: 25px 0 20px 10px;
  border: none;
  font-size: 0.9em;
}

@media (max-width: 700px) {
  table.com {
    margin: 20px 0;
    font-size: 0.8em;
  }
}

table.com .coml {
  width: 120px;
  padding: 8px 0 8px 12px;
  background-color: #dfdfdf;
}

@media (max-width: 700px) {
  table.com .coml {
    width: 100px;
    text-align: center;
    padding: 0;
  }
}

table.com .comr {
  padding: 8px 0 8px 15px;
  border-bottom: 1px dotted #aaa;
}

@media (max-width: 700px) {
  table.com .comr {
    padding: 0 0 0 5px;
  }
}

.map {
  width: 100%;
  height: 500px;
  margin: 0;
  border: 1px solid #aaa;
}

@media (max-width: 700px) {
  .map {
    width: 100%;
    height: 250px;
    margin: 0;
    border: nonel;
  }
}

.map_tit {
  margin: 30px 0 10px 0;
  border-bottom: 1px solid #555;
  padding: 0 0 0 15px;
  line-height: 3em;
  font-size: 17px;
  font-weight: bold;
  background-color: #eee;
}

@media (max-width: 700px) {
  .map_tit {
    margin: 25px 0 10px 0;
    line-height: 1.5em;
    font-size: 1em;
  }
}

.mapbs {
  margin: 0 0 0 25px;
  font-size: 0.8em;
  font-weight: bold;
  color: #444;
}

@media (max-width: 700px) {
  .mapbs {
    margin: 0;
  }
}

/* ================================= link ================================= */
.textli {
  margin: 10px 15px 0 15px;
  padding: 0 0 0 10px;
  border-bottom: 1px solid #bbb;
  border-left: 2px solid #34a;
}

@media (max-width: 700px) {
  .textli {
    margin: 10px 0 0 0;
    padding: 0;
    border-left: none;
  }
}

.textli p {
  margin: 10px 0 5px 0;
  line-height: 1.5em;
  font-size: 0.9em;
}

/* ================================= akiya ================================= */
.akiya .bb {
  margin: 10px 10px 5px 10px;
  border-bottom: 1px solid #aaa;
  line-height: 50px;
  font-weight: bold;
  font-size: 30px;
}

.akiya h2 {
  margin: 50px 15px 30px 15px;
  font-size: 1.2em;
  line-height: 2em;
  font-weight: bold;
  border-bottom: 1px solid #889;
  background-color: #dde;
  padding: 5px 0 5px 10px;
  color: #222;
}

@media (max-width: 700px) {
  .akiya h2 {
    margin: 5px 0;
    font-size: 1em;
  }
}

.akiya h3 {
  margin: 0 15px;
  font-weight: bold;
  border-bottom: 1px solid #ccc;
  font-size: 16px;
  color: #000;
}

.akiya p {
  margin: 20px 15px;
  color: #333;
}

.akiya ul {
  margin: 30px;
  border: 2px solid #aaa;
  background-color: #ffd;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -mos-border-radius: 10px;
}

@media (max-width: 700px) {
  .akiya ul {
    margin: 10px 0;
    width: calc(100% - 43px);
  }
}

.akiya li {
  line-height: 20px;
  font-weight: bold;
  font-size: 16px;
  list-style-image: url("../gazo/check.gif");
  margin: 10px 0 10px 0;
}

.qa-link a {
  color: #24f;
  font-size: 120%;
  font-weight: bold;
}
.qa-link a:visited {
  color: #24f;
}

/* =============================== hikkoshi =============================== */
.h_top {
  height: 100%;
  margin: 0 0 10px 0;
  padding: 20px;
  background: url("../gazo/hatena.png") no-repeat 98% 70%;
  border: 3px solid #ccc;
  font-size: 15px;
  line-height: 25px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -mos-border-radius: 10px;
  background-color: #ffd;
}

@media (max-width: 700px) {
  .h_top {
    margin: 0;
    background: #ffd;
  }
}

.h_top span {
  font-size: 19px;
  font-weight: bold;
  line-height: 35px;
  color: #f24;
  letter-spacing: -1px;
}

.h_cont {
  margin: 0 15px 30px 30px;
  border-bottom: 1px solid #ccc;
  padding: 0 0 10px 0;
}

@media (max-width: 700px) {
  .h_cont {
    margin: 0 10px 20px 10px;
    padding: 0 0 5px 0;
  }
}

.h_cont p {
  margin: 0 0 10px 0;
  color: #333;
}

.h_li {
  line-height: 1.7em;
  font-size: 150%;
  border-bottom: 1px dashed #aaa;
}

.h_tit {
  margin: 50px 10px 10px 15px;
  padding: 5px 10px 3px 10px;
  border-bottom: 1px solid #bbb;
  border-left: 5px solid #348;
  font-size: 170%;
  background-color: #eef;
}

.h_tit2 {
  margin: 20px 10px 10px 25px;
  padding: 0 10px 0 5px;
  font-size: 110%;
  font-weight: bold;
  color: #00008b;
  border-bottom: 1px solid #aaa;
}

.h_tex {
  margin: 0 15px 15px 35px;
  line-height: 1.5em;
  text-indent: 1em;
}

.list {
  margin: 0 25px 15px 40px;
  line-height: 1.5em;
  border: 1.5px dashed #986;
  background-color: #fec;
}

.h_link {
  margin: 0 10px 10px 35px;
  line-height: 1.5em;
}

.dustt {
  margin: 0 0 3px 40px;
  font-weight: bold;
}

.dusth {
  margin: 0 25px 10px 40px;
  padding: 10px;
  line-height: 1.5em;
  border: 1.5px dashed #986;
  background-color: #fec;
}



.checklist-container {
    max-width: 900px;
    margin: 0 auto;
    background: white;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.1);
    overflow: hidden;
}

.checklist-header {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 30px;
    text-align: center;
}

.checklist-header h1 {
    margin: 0 0 20px 0;
    font-size: 28px;
    font-weight: bold;
}

.header-controls {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-bottom: 20px;
    flex-wrap: wrap;
}

.btn {
    padding: 10px 20px;
    border: none;
    border-radius: 25px;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.3s ease;
    font-weight: bold;
}

.btn-print {
    background: white;
    color: #667eea;
}

.btn-reset {
    background: rgba(255,255,255,0.2);
    color: white;
    border: 1px solid white;
}

.btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.2);
}

.progress-container {
    background: rgba(255,255,255,0.1);
    border-radius: 10px;
    padding: 15px;
    backdrop-filter: blur(10px);
}

.progress-stats {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    font-size: 14px;
}

.progress-bar {
    width: 100%;
    height: 8px;
    background: rgba(255,255,255,0.3);
    border-radius: 4px;
    overflow: hidden;
}

.progress-fill {
    height: 100%;
    background: white;
    width: 0%;
    transition: width 0.5s ease;
    border-radius: 4px;
}

.period-section {
    border-bottom: 1px solid #eee;
    position: relative;
}

.period-header {
    background: #2c3e50;
    color: white;
    padding: 20px 30px;
    font-size: 20px;
    font-weight: bold;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.period-progress {
    background: rgba(255,255,255,0.2);
    padding: 5px 15px;
    border-radius: 20px;
    font-size: 12px;
}

.task-group {
    padding: 25px 30px;
}

.task-group h3 {
    margin: 0 0 15px 0;
    color: #2c3e50;
    font-size: 18px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.checklist-item {
    display: flex;
    align-items: flex-start;
    margin: 12px 0;
    padding: 15px;
    background: #f8f9fa;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
    border-left: 4px solid #dee2e6;
}

.checklist-item:hover {
    background: #e9ecef;
    transform: translateX(5px);
}

.checklist-item.checked {
    background: #d4edda;
    border-left-color: #28a745;
    opacity: 0.8;
}

.checklist-item.checked .item-text {
    text-decoration: line-through;
    color: #6c757d;
}

.checklist-item input[type="checkbox"] {
    width: 20px;
    height: 20px;
    margin: 0 15px 0 0;
    cursor: pointer;
    accent-color: #667eea;
}

.item-text {
    flex: 1;
    font-size: 14px;
    line-height: 1.5;
}

.item-detail {
    font-size: 12px;
    color: #6c757d;
    margin-top: 5px;
}

.tip-box {
    background: #fff3cd;
    border: 1px solid #ffeaa7;
    border-radius: 8px;
    padding: 15px;
    margin: 15px 0;
}

.tip-box::before {
    content: "💡 ";
    font-weight: bold;
}

.contact-info {
    background: #667eea;
    color: white;
    padding: 30px;
    text-align: center;
}

.contact-info h3 {
    margin: 0 0 15px 0;
    font-size: 20px;
}

.contact-details {
    display: flex;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
}

.contact-item {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 16px;
    font-weight: bold;
}

/* 印刷用スタイル */
@media print {
    body { 
        background: white; 
        font-size: 12px;
    }
    .checklist-container { 
        box-shadow: none; 
        max-width: none;
    }
    .checklist-header { 
        background: #333 !important; 
    }
    .header-controls { 
        display: none; 
    }
    .progress-container { 
        display: none; 
    }
    .checklist-item { 
        break-inside: avoid; 
        margin: 8px 0;
        padding: 10px;
    }
    .period-section { 
        page-break-inside: avoid; 
    }
    .contact-info { 
        background: #333 !important; 
    }
    button { display: none !important; }
    .no-print { display: none !important; }
    body { font-size: 12px; }
    label { page-break-inside: avoid; margin: 5px 0; padding: 8px; }
    h2, h3 { page-break-after: avoid; }
}

/* レスポンシブ対応 */
@media (max-width: 700px) {
    body { 
        padding: 10px; 
    }
    .checklist-header { 
        padding: 20px; 
    }
    .checklist-header h1 { 
        font-size: 24px; 
    }
    .task-group { 
        padding: 20px 15px; 
    }
    .period-header { 
        padding: 15px 20px; 
        font-size: 18px;
        flex-direction: column;
        gap: 10px;
    }
    .contact-details { 
        flex-direction: column; 
        gap: 15px; 
    }
}
.save-notice {
    background: #d1ecf1; 
    color: #0c5460; 
    padding: 8px 12px; 
    border-radius: 5px; 
    font-size: 12px; 
    margin: 10px 0;
}

/* 🎉 お祝いメッセージ用CSS */
.congratulations {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 40px;
    border-radius: 20px;
    text-align: center;
    box-shadow: 0 20px 40px rgba(0,0,0,0.3);
    z-index: 1000;
    min-width: 400px;
    animation: celebrationPop 0.6s ease-out;
}

.congratulations h2 {
    font-size: 32px;
    margin: 0 0 20px 0;
    animation: bounce 1s infinite;
}

.congratulations p {
    font-size: 18px;
    margin: 15px 0;
    line-height: 1.6;
}

.celebration-buttons {
    margin-top: 25px;
    display: flex;
    gap: 15px;
    justify-content: center;
    flex-wrap: wrap;
}

.celebration-btn {
    padding: 12px 24px;
    border: 2px solid white;
    background: transparent;
    color: white;
    border-radius: 25px;
    cursor: pointer;
    font-weight: bold;
    transition: all 0.3s ease;
}

.celebration-btn:hover {
    background: white;
    color: #667eea;
    transform: translateY(-2px);
}

.celebration-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.7);
    z-index: 999;
}

/* 🎆 花火エフェクト */
.firework {
    position: fixed;
    font-size: 30px;
    z-index: 1001;
    pointer-events: none;
    animation: firework 2s ease-out forwards;
}

/* 🎊 紙吹雪エフェクト */
.confetti {
    position: fixed;
    font-size: 20px;
    z-index: 1001;
    pointer-events: none;
    animation: confetti 3s linear forwards;
}

/* アニメーション定義 */
@keyframes celebrationPop {
    0% {
        transform: translate(-50%, -50%) scale(0.5);
        opacity: 0;
    }
    100% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 1;
    }
}

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-10px);
    }
    60% {
        transform: translateY(-5px);
    }
}

@keyframes firework {
    0% {
        transform: scale(0) rotate(0deg);
        opacity: 1;
    }
    100% {
        transform: scale(3) rotate(180deg);
        opacity: 0;
    }
}

@keyframes confetti {
    0% {
        transform: translateY(-100vh) rotate(0deg);
        opacity: 1;
    }
    100% {
        transform: translateY(100vh) rotate(720deg);
        opacity: 0;
    }
}

/* 完了率に応じたメッセージ */
.progress-message {
    margin-top: 10px;
    font-size: 14px;
    font-style: italic;
    transition: all 0.3s ease;
}

/* 🔍 フィルター機能用CSS */
.filter-controls {
    background: #f8f9fa;
    padding: 15px;
    border-radius: 8px;
    margin: 20px 0;
    text-align: center;
    border: 1px solid #dee2e6;
}

.filter-btn {
    padding: 8px 16px;
    margin: 5px;
    border: 2px solid #007bff;
    background: white;
    color: #007bff;
    border-radius: 20px;
    cursor: pointer;
    font-size: 14px;
    font-weight: bold;
    transition: all 0.3s ease;
}

.filter-btn.active {
    background: #007bff;
    color: white;
}

.filter-btn:hover {
    background: #0056b3;
    color: white;
    transform: translateY(-1px);
}

.filter-info {
    font-size: 12px;
    color: #6c757d;
    margin-top: 10px;
    font-style: italic;
}

/* 非表示項目用 */
.checklist-item.hidden {
    display: none !important;
}

.period-section.all-hidden .task-group {
    display: none;
}

.period-section.all-hidden .tip-box {
    display: none;
}

/* 空の期間セクション */
.period-section.empty-section {
    opacity: 0.5;
}

.period-section.empty-section .period-header {
    background: #6c757d;
}

/* フィルター状態表示 */
.filter-status {
    background: linear-gradient(135deg, #28a745, #20c997);
    color: white;
    padding: 10px 20px;
    border-radius: 25px;
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    margin: 0 10px;
}

/* 📅 カウントダウン機能用CSS */
.countdown-container {
    background: linear-gradient(135deg, #ff6b6b, #ffd93d);
    color: white;
    padding: 25px;
    border-radius: 15px;
    margin: 20px 0;
    text-align: center;
    box-shadow: 0 8px 25px rgba(0,0,0,0.1);
}

.countdown-setup {
    background: #f8f9fa;
    color: #333;
    padding: 20px;
    border-radius: 10px;
    margin: 20px 0;
    text-align: center;
    border: 2px dashed #dee2e6;
}

.countdown-display {
    font-size: 28px;
    font-weight: bold;
    margin: 10px 0;
    float: left;
}

.countdown-days {
    font-size: 48px;
    font-weight: bold;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
    margin: -5px 20px;
    float: left;
}

.countdown-message {
    font-size: 16px;
    margin: 10px 0;
    background: rgba(255,255,255,0.2);
    padding: 10px;
    border-radius: 8px;
}

.date-input {
    padding: 10px 15px;
    font-size: 16px;
    border: 2px solid #007bff;
    border-radius: 8px;
    margin: 10px;
    width: 200px;
}

.date-btn {
    padding: 10px 20px;
    background: #007bff;
    color: white;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    font-weight: bold;
    margin: 10px;
    transition: all 0.3s ease;
}

.date-btn:hover {
    background: #0056b3;
    transform: translateY(-2px);
}

.date-btn.clear {
    background: #dc3545;
}

.date-btn.clear:hover {
    background: #c82333;
}

/* 緊急度による色分け */
.urgent {
    background: linear-gradient(135deg, #dc3545, #fd7e14) !important;
    animation: pulse 2s infinite;
}

.warning {
    background: linear-gradient(135deg, #ffc107, #fd7e14) !important;
}

.normal {
    background: linear-gradient(135deg, #28a745, #20c997) !important;
}

.early {
    background: linear-gradient(135deg, #6f42c1, #e83e8c) !important;
}

/* 現在の期間をハイライト */
.current-period {
    box-shadow: 0 0 20px rgba(255, 193, 7, 0.8) !important;
    border: 3px solid #ffc107 !important;
    animation: glow 2s ease-in-out infinite alternate;
}

.current-period .period-header {
    background: linear-gradient(135deg, #ffc107, #fd7e14) !important;
    animation: headerGlow 2s ease-in-out infinite alternate;
}

.todo-now {
    background: #fff3cd;
    border: 2px solid #ffc107;
    border-radius: 10px;
    padding: 15px;
    margin: 15px 0;
}

.todo-now h4 {
    color: #856404;
    margin: 0 0 10px 0;
    font-size: 18px;
}

.todo-list {
    list-style: none;
    padding: 0;
    margin: 0;
    color: #555;
}

.todo-list li {
    padding: 5px 0;
    border-bottom: 1px solid #f0f0f0;
}

.todo-list li:last-child {
    border-bottom: none;
}

@keyframes pulse {
    0% { box-shadow: 0 0 0 0 rgba(220, 53, 69, 0.7); }
    70% { box-shadow: 0 0 0 10px rgba(220, 53, 69, 0); }
    100% { box-shadow: 0 0 0 0 rgba(220, 53, 69, 0); }
}

@keyframes glow {
    from { box-shadow: 0 0 20px rgba(255, 193, 7, 0.8); }
    to { box-shadow: 0 0 30px rgba(255, 193, 7, 1), 0 0 40px rgba(255, 193, 7, 0.8); }
}

@keyframes headerGlow {
    from { background: linear-gradient(135deg, #ffc107, #fd7e14) !important; }
    to { background: linear-gradient(135deg, #ffed4a, #ff8f00) !important; }
}

/* 📱 レスポンシブデザイン強化 */
@media (max-width: 768px) {
    /* 全体の余白調整 */
    body { 
        padding: 10px; 
        font-size: 16px; /* スマホで読みやすいサイズ */
    }
    
    /* ヘッダー */
    .checklist-header { 
        padding: 20px 15px; 
        border-radius: 8px;
    }
    
    .checklist-header h1 { 
        font-size: 22px;
        line-height: 1.3;
        margin-bottom: 15px;
    }
    
    /* ボタンを大きく、タップしやすく */
    .header-controls {
        flex-direction: column;
        gap: 10px;
    }
    
    .btn {
        width: 100%;
        max-width: 250px;
        padding: 15px 20px;
        font-size: 16px;
        border-radius: 10px;
    }
    
    /* 進捗表示 */
    .progress-container {
        padding: 12px;
    }
    
    .progress-stats {
        font-size: 16px;
        flex-direction: column;
        gap: 5px;
        text-align: center;
    }
    
    .progress-bar {
        height: 12px;
        margin-top: 10px;
    }
    
    /* カウントダウン */
    .countdown-container {
        padding: 20px 15px;
        margin: 15px 0;
    }
    
    .countdown-days {
        font-size: 36px;
    }
    
    .countdown-display {
        font-size: 20px;
    }
    
    .countdown-setup {
        padding: 15px;
    }
    
    .date-input {
        width: 100%;
        max-width: 200px;
        margin: 5px 0;
    }
    
    .date-btn {
        width: 100%;
        max-width: 120px;
        margin: 5px;
        padding: 12px 15px;
    }
    
    /* フィルターコントロール */
    .filter-controls {
        padding: 12px;
        margin: 15px 0;
    }
    
    .filter-btn {
        width: 100%;
        max-width: 150px;
        margin: 5px 0;
        padding: 12px 16px;
        font-size: 14px;
    }
    
    .filter-status {
        display: block;
        margin: 10px 0;
    }
    
    /* 期間セクション */
    .period-header { 
        padding: 15px 12px;
        font-size: 16px;
        flex-direction: column;
        gap: 8px;
        text-align: center;
    }
    
    .period-progress {
        font-size: 14px;
    }
    
    /* タスクグループ */
    .task-group { 
        padding: 15px 12px;
    }
    
    .task-group h3 { 
        font-size: 16px;
        margin-bottom: 12px;
    }
    
    /* チェックリスト項目 */
    .checklist-item {
        padding: 15px 12px;
        margin: 8px 0;
        border-radius: 12px;
        border-left-width: 5px;
        /* タップしやすくする */
        min-height: 60px;
        display: flex;
        align-items: flex-start;
    }
    
    .checklist-item input[type="checkbox"] {
        width: 24px;
        height: 24px;
        margin: 2px 12px 0 0;
        /* タップ領域を広げる */
        transform: scale(1.2);
    }
    
    .item-text {
        font-size: 15px;
        line-height: 1.4;
    }
    
    .item-detail {
        font-size: 13px;
        margin-top: 6px;
        line-height: 1.3;
    }
    
    /* チップボックス */
    .tip-box {
        padding: 12px;
        margin: 12px 0;
        font-size: 14px;
        border-radius: 10px;
    }
    
    /* お祝いメッセージ */
    .congratulations {
        width: 95%;
        max-width: 350px;
        padding: 25px 15px;
        border-radius: 15px;
    }
    
    .congratulations h2 {
        font-size: 24px;
    }
    
    .congratulations p {
        font-size: 15px;
    }
    
    .celebration-buttons {
        flex-direction: column;
        gap: 10px;
    }
    
    .celebration-btn {
        width: 100%;
        padding: 15px 20px;
        font-size: 16px;
    }
    
    /* TODOリスト */
    .todo-now {
        padding: 12px;
        margin: 12px 0;
    }
    
    .todo-now h4 {
        font-size: 16px;
    }
    
    .todo-list li {
        padding: 8px 0;
        font-size: 14px;
        line-height: 1.4;
    }
    
    /* コンタクト情報 */
    .contact-info { 
        padding: 20px 15px;
        text-align: center;
    }
    
    .contact-details { 
        flex-direction: column; 
        gap: 12px;
    }
    
    .contact-item {
        font-size: 16px;
        justify-content: center;
    }
    
    /* 進捗メッセージ */
    .progress-message {
        font-size: 13px;
        text-align: center;
        padding: 8px;
    }
}

/* 📱 さらに小さな画面（360px以下） */
@media (max-width: 360px) {
    .checklist-header h1 {
        font-size: 18px;
    }
    
    .countdown-days {
        font-size: 28px;
    }
    
    .countdown-display {
        font-size: 16px;
    }
    
    .checklist-item {
        padding: 12px 8px;
    }
    
    .item-text {
        font-size: 14px;
    }
    
    .period-header {
        font-size: 14px;
        padding: 12px 8px;
    }
}

/* 🖱️ タッチデバイス用の調整 */
@media (hover: none) and (pointer: coarse) {
    /* タッチデバイスでのホバー効果を無効化 */
    .checklist-item:hover {
        transform: none;
        background: #f8f9fa;
    }
    
    .btn:hover {
        transform: none;
    }
    
    /* タップ時のフィードバック */
    .checklist-item:active {
        background: #e9ecef;
        transform: scale(0.98);
    }
    
    .btn:active {
        transform: scale(0.95);
    }
    
    /* スクロール時のスムーズさ */
    .maincont {
        -webkit-overflow-scrolling: touch;
    }
}

/* 📲 横向き対応（スマホ横持ち） */
@media (max-width: 768px) and (orientation: landscape) {
    .countdown-container {
        padding: 15px;
    }
    
    .countdown-days {
        font-size: 32px;
    }
    
    .header-controls {
        flex-direction: row;
        justify-content: center;
    }
    
    .filter-controls {
        text-align: center;
    }
    
    .filter-btn {
        width: auto;
        min-width: 120px;
        margin: 3px;
    }
}

/* ♿ アクセシビリティ向上 */
@media (prefers-reduced-motion: reduce) {
    /* アニメーション無効化 */
    * {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }
}

/* 🔄 印刷時（モバイルでも） */
@media print {
    .checklist-item {
        break-inside: avoid;
        margin: 5px 0;
        padding: 8px;
        font-size: 12px;
    }
    
    .period-header {
        font-size: 14px;
        padding: 8px;
    }
    
    .item-detail {
        font-size: 10px;
    }
}


/*# sourceMappingURL=style.css.map */
