#footermenu {
  background: #F9F9F1!important;
  color:#203865!important;
  letter-spacing: 0.01rem;
  box-sizing: border-box;
}

#footermenu a {
  color:#203865!important;
}

#footermenu a ,#common_footer a{
  text-decoration: none;
  font-size: 12px;
}

.footer_main {
    padding: 40px 40px 38px;
    background: #FFF;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    margin-top: 20px;
}

.guide-section {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  margin: 0 130px 10px;
}

.service-item {
  flex: 1;
  text-align: center;
  padding: 20px;
  position: relative;
}

.service-item:not(:last-child)::after {
  content: '';
  position: absolute;
  right: -20px;
  top: 20%;
  bottom: 20%;
  width: 1px;
  background: repeating-linear-gradient(
      to bottom,
      #ccc 0px,
      #ccc 4px,
      transparent 4px,
      transparent 8px
  );
}

.service-icon {
  width: 80px;
  height: 60px;
  margin: 0 auto 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
}

.service-icon img {
  width: 60px;
  height: 60px;
  object-fit: contain;
}

.service-title {
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 8px;
}

.service-link {
  text-decoration: none;
  font-size: 18px;
  font-weight: bold;
}

/* Bottom section with 2 columns */
.info-section {
  display: flex;
  gap: 60px;
  padding-top: 40px;
}

.shipping-info {
  flex: 1;
  position: relative;
}

.shipping-info::after {
  content: '';
  position: absolute;
  right: -30px;
  top: 0;
  bottom: 0;
  width: 1px;
  background: repeating-linear-gradient(
      to bottom,
      #ccc 0px,
      #ccc 4px,
      transparent 4px,
      transparent 8px
  );
}

.company-info {
  flex: 1;
}

.section-title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
}

.info-list {
  list-style: none;
}

.info-list li {
  margin-bottom: 3px;
  font-size: 14px;
  line-height: 1.5;
}

.info-list li::before {
  content: "・";
  margin-right: 5px;
}

.company-details {
  font-size: 14px;
  line-height: 1.6;
}

.company-details p {
  margin-bottom: 5px;
  letter-spacing: 0.01rem;
}

.highlight {
  color: #d32f2f;
  font-weight: bold;
  font-size: 1.2em;
}

.mobile-only {
  display: none;
}

/* Responsive design */
@media (max-width: 768px) {

  .footer_main {
    padding: 40px 10px 38px;
    background: #FFF;
    margin-top: 0px;
  }
  .guide-section {
      display: flex;
      justify-content: space-between;
      gap: 20px;
      margin: 0;
  }

  .service-item {
      flex: 1;
      padding: 20px 10px;
      position: relative;
  }

  .service-item:not(:last-child)::after {
      content: '';
      position: absolute;
      right: -10px;
      top: 20%;
      bottom: 20%;
      width: 1px;
      height: auto;
      background: repeating-linear-gradient(
          to bottom,
          #ccc 0px,
          #ccc 4px,
          transparent 4px,
          transparent 8px
      );
  }

  .service-icon {
      width: 50px;
      height: 50px;
      margin: 0 auto 15px;
  }

  .service-icon img {
      width: 50px;
      height: 40px;
  }

  .service-title {
      font-size: 14px;
      font-weight: bold;
      margin-bottom: 0;
  }

  .service-link {
      display: none;
  }

  .info-section {
      flex-direction: column;
      gap: 40px;
      padding-top: 30px;
  }

  .shipping-info::after {
      display: none;
  }

}

@media (max-width: 768px) {
  .service-title:not(.mobile-only) {
      display: none;
  } 
  .mobile-only {
      display: block;
  }
}

/*---------- common_footer  ----------*/

#common_footer{
    display: block;
    background: #203865;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
    color: #FFF;
    font-size: 12px;
    line-height: 1.5;
}

#common_footer .toplink {
  color: #FFF;
  font-size: 14px;
}
#common_footer .copyright {
  margin-top: 10px;
  margin-bottom: 0px;
  color: #FFF!important;
}
#common_footer.fixed {
	position: fixed;
	bottom: 0;
	width: 100%;
}

@media only screen and (max-width:850px) {
  #common_footer {
    display: block;
    align-items: center;
    padding-bottom: 60px;
    padding-top: 10px;
  }
  #common_footer .toplink {
    display: block;
    height: 25px;
    font-size: 13px;
    text-align: center;
  }
  #common_footer .copyright {
    font-weight: 400;
    font-size: 12px;
    text-align: center;
    padding: 0;
    padding-bottom: 10px;
  }
  #common_footer .attention {
    text-align: center;
    font-size: 11px;
    margin-bottom: 0
  }
	#common_footer .attention {
		font-size: 10px
	}
}


#min_footer{
	color:#333;
	display:flex;
	justify-content:center;
	padding-top:30px;
	padding-bottom:30px;
}

@media screen and (max-width:850px) {
	
	#min_footer{
		color:#333;
		padding-top:30px;
		padding-bottom:30px;
	}

}
