﻿@charset "shift_jis";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);


body {
	font-family: 'Noto Sans JP', sans-serif;
	}

/* HOMEページ */


.home_bg{
  background-color: #fff;
  width: 100%;
}

.home_bg_1280{
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
}

.home_header_bg {
  background: linear-gradient(to bottom, #FFF, #DFDEDD);
  height: 70px;
  padding: 0 30px 0 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.home_header_right {
  display: flex;
  align-items: center;
}

.home_header_right a{
  transition: transform 0.2s ease;
}

.home_header_right a:hover{
  transform: scale(1.1);
}

.vertical-line {
  width: 2px;
  height: 60px; 
  background-color: #c8c8c8; 
  margin: 0 30px 0 30px;
}


.home_header_text {
  display: block;  /* もしくは inline-block */
  padding: 15px;
  text-decoration: none;
  color: inherit; /* リンク色を通常の文字と同じに */
  color:#646464;
  font-size: 1.0em;
}


.home_rss_bg{
  background-color: #F2F9F5;
  padding: 30px 150px 30px 150px;
}

.home_rss{
  padding: 15px 0px 0px 0px;
}
.home_listmanage{
  background-color: #fff;
  text-align: center;
  padding: 70px 0 70px 0;
}

.home_listmanage img{
  transition: transform 0.3s ease;
}

.home_listmanage img:hover{
  transform: scale(1.1);
}

.home_original_bg{
  background-color: #E5F8F4;
  padding: 70px 150px 70px 150px;
  text-align: center;
}

.home_original_button{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  padding: 50px 0 0 0;  
}

.home_original_button img{
  padding: 20px;
  transition: transform 0.3s ease;
}

.home_original_button img:hover{
  transform: scale(1.1);
}

.modal_overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.modal_content {
  background-color: #fff;
  padding: 20px 75px 20px 75px;
  border-radius: 8px;
  box-shadow: 0 0 15px rgba(0,0,0,0.3);
}

.modal_content img{
  padding: 10px;
}

.modal_content_mainte_bg{
  background-color: #FFFBE5;
  padding: 20px;
}

.modal_content_mainte_bg img{
transition: transform 0.3s ease;
}

.modal_content_mainte_bg img:hover{
  transform: scale(1.1);
}

.modal_content_mainte_bg p{
  font-size: 1.2em;
  font-weight: 500;
}

.modal_input {
  width: 100%;
  padding: 10px;
  font-size: 1rem;
  margin-top: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
}

.modal_checkbox {
  margin-top: 20px;
  font-size: 0.95rem;
}

.modal_checkbox p{
  color:#ff0000;
  text-align: center;
  margin-top: -10px;
}

.modal_content_login p{
  padding-top: 10px;
}

.modal_content_loginbutton{
  text-align: center;
  padding: 15px 0 0 0;
}

.modal_content_loginbutton P{
  font-size: 1.2em;
  font-weight: 500;
}

.modal_content_loginbutton_link img{
  transition: transform 0.3s ease;
}

.modal_content_loginbutton_link img:hover{
  transform: scale(1.1);
}

.modal_content_loginbutton_line {
  width: 100%;
  height: 2px; 
  background-color: #c8c8c8; 
  margin-top: 30px;
}

.info_title{
 background: linear-gradient(to bottom, #54D746, #14C800);
 padding: 15px 20px;
 margin-top: 30px;
 font-size: 1.8em;
 color: #fff;
 font-weight: 500;
}

.info_bg{
max-width: 970px;
width: 100%;
margin: 0 auto;
padding: 30px 0  0;
}

.info_text{
 font-size: 1.8em;
 text-align: center;
 padding: 50px 0 10px 0;
}

.info_tel{
  width: 550px;
 font-size: 1.8em;
 text-align: center;
 border-bottom: 2px solid #000;
 padding: 50px 0 10px 0;
 margin: 0 auto;
}

.info_mail{
  width: 550px;
 font-size: 1.8em;
 text-align: center;
 border-bottom: 2px solid #000;
 padding: 50px 0 10px 0;
 margin: 0 auto;
 margin-bottom: 50px;
}

.info_company{
  background-color: #999;
  color: #fff;
  text-align: center;
  padding: 15px 20px;
  margin-top: 50px;
  font-size: 1.8em;
}


/* ■■■■■■■■■■タブレット■■■■■■■■■■ */
/* HOME */
/*
@media screen and (max-width: 1024px) {

.home_header_text {
  font-size: 0.9em;
}

.vertical-line {
  width: 1px;
  margin: 0 15px 0 15px;
}

.home_rss_bg{
  padding: 35px 75px 35px 75px;
}

.home_listmanage img{
  width: 60%;
}

.home_original_button img{
  max-width: 200px;
}



}
*/



/* success時のalert */
.custom-alert-success {
    background: #d4edda;
    color: #155724;
    border: 1px solid #c3e6cb;
    border-radius: 4px;
    padding: 12px 40px 12px 16px;
    position: relative;
    margin: 16px 0;
    font-size: 16px;
}
.custom-alert-close {
    position: absolute;
    top: 8px;
    right: 12px;
    background: none;
    border: none;
    font-size: 22px;
    color: #155724;
    cursor: pointer;
    line-height: 1;
}

