@charset "utf-8";
/* CSS Document */

/* ------------------------------
   Utility margin（使用中のみ）
------------------------------ */
.margin-top1 { margin-top: 1rem; }
.margin-top5 { margin-top: 5rem; }
.margin-top10 { margin-top: 10rem; }
.margin-bottom2 { margin-bottom: 2rem; }
.margin-bottom5 { margin-bottom: 5rem; }
.margin-bottom10 { margin-bottom: 10rem; }

/* ------------------------------
   Spec header（使用中）
------------------------------ */
#spec_header{
  width: 100%;
  margin-top: 5rem;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  padding: 0;
  height: auto;
  position: relative;
}
#spec_header #header_box{
  width: 100%;
  height: auto;
  max-width: 1300px;
  margin-left: auto;
  padding: 0;
  margin-right: auto;
  position: relative;
  z-index: 20;
}
#spec_header #header_box #spec_img{
    margin-left: auto;
    height: auto;
    margin-right: auto;
    display: block;
    z-index: 60;
    max-width: 900px;
}
#spec_header #header_box #spec_img img{
  width: 100%;
  height: auto;
}
#spec_header #header_box h1{
  padding: 0;
  text-align: center;
  color: #FFFFFF;
  font-size: 3rem;
  font-family: "fot-udmarugo-large-pr6n", sans-serif;
  font-weight: 500;
  display: block;
  position: absolute;
  right: 0;
  left: 0;
  margin: 0 auto;
  bottom: 11px;
}
@media (max-width:800px){
  #spec_header #header_box h1{ font-size: 2.5rem; }
}
@media (max-width:600px){
  #spec_header #header_box h1{
    font-size: 1.8rem;
    bottom: 0.5rem;
  }
}
@media (max-width:480px){
  #spec_header #header_box h1{
    font-size: 1.5rem;
}
}
@media (max-width:360px){
  #spec_header #header_box h1{ font-size: 1.2rem; }
}
#spec_header .bar{
  width: 100%;
  height: 91px;
  background-color: #009944;
  position: absolute;
  bottom: 0;
  z-index: 10;
}
@media (max-width:900px){
  #spec_header .bar{ display: none; }
}

/* ------------------------------
   Body text（使用中）
------------------------------ */
.normal{
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 1rem;
  line-height: normal;
  color: #333333;
  font-style: normal;
  font-variant: normal;
  margin-left: auto;
  margin-right: auto;
  width: 1300px;
  padding: 0;
  height: auto;
}
@media (max-width:1000px){
  .normal{
    width: 94%;
    margin-left: auto;
    margin-right: auto;
  }
}

/* ------------------------------
   Env table（使用中）
------------------------------ */
.env-table-wrapper{
  width: min(1300px, 100%);
  margin: 2em auto;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  background: #fff;
}
.env-table{
  width: 100%;
  border-collapse: collapse;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  background-color: #fff;
  min-width: 1000px;
  max-width: none;
  margin: 0;
}
.env-table th, .env-table td{
  padding: 1em;
  border: 1px solid #ddd;
}
.env-table thead th{
  color: white;
  font-weight: bold;
  text-align: center;
}
.env-table thead .sub{
  background-color: #009944;
  color: #fff;
}
.env-table th{
  background-color: #f4f4f4;
  font-weight: bold;
  width: 180px;
  white-space: nowrap;
}
.env-table tbody tr:nth-child(even){
  background-color: #fafafa;
}
.env-table a{
  color: #1976CC;
  text-decoration: underline;
}
.env-table .mini{
  font-size: 0.8em;
  margin-top: 0.5em;
  color: #555;
  line-height: 1.6;
  width: auto;
  padding: 0;
  height: auto;
}
.env-table .main{
  background-color: #1976CC;
}

/* ------------------------------
   Notes list（使用中）
------------------------------ */
.txt2{
  margin-right: auto;
  margin-left: auto;
  list-style-type: none;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 0.9rem;
  line-height: normal;
  color: #666;
  padding-left: 0.5rem;
  max-width: 1300px;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
}
.txt2 li{ margin-bottom: 0.3rem; }

/* ------------------------------
   Headings（使用中）
------------------------------ */
h2{
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-size: 2rem;
  text-align: center;
  padding: 0;
  color: #333333;
  font-style: normal;
  font-variant: normal;
  font-weight: bold;
}
@media (max-width:566px){
  h2{
    font-size: 1.5rem;
    width: 94%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    font-weight: normal;
  }
}

/* ------------------------------
   License blocks（使用中）
------------------------------ */
#license{
  height: auto;
  margin-top: 1rem;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 0;
  padding: 0;
  display: flex;
  gap: 1rem;
  max-width: 1300px;
}
@media (max-width:566px){
  #license{
    width: 94%;
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
  }
  #license div{ width: 100%; }
}
#license div{
  width: calc((100% - 1rem)/2);
  border: 1px solid #CCCCCC;
  padding-top: 1rem;
  padding-right: 2rem;
  padding-left: 2rem;
  padding-bottom: 1rem;
  margin: 0;
  border-radius: 5px;
  transition: transform 0.3s ease;
}
#license div:hover{
  transform: translateY(-5px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, .08);
  border: 1px solid var(--main_color);
}
/* ホバー時の画像のバウンド処理 */
@media (hover:hover){
  #license div:hover img{
    animation: thumb-pop-bounce .5s ease-out infinite;
    transform-origin: center bottom;
  }
}
@media (max-width:566px){
  #license div{
    width: 100%;
    margin-bottom: 2rem;
  }
}
#license div img{
  max-width: 150px;
  height: auto;
  margin-right: auto;
  margin-left: auto;
  display: block;
}
#license div h3{
  color: #333;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-style: normal;
  font-variant: normal;
  font-weight: bold;
  font-size: 1.3rem;
  padding: 0;
  line-height: 1;
  margin-bottom: 1rem;
  text-align: center;
  margin-top: 0;
}
#license div p{
  color: #333;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: .9rem;
  margin: 0;
  padding: 0;
}
.highlight{
  background: linear-gradient(transparent 40%, rgba(255, 255, 102, 0.7) 40%);
}
/* サムネイルのポンポン跳ねるアニメーション */
@keyframes thumb-pop-bounce{
  0%{ transform: translateY(0); }
  20%{ transform: translateY(-5px); }
  40%{ transform: translateY(0); }
  60%{ transform: translateY(-3px); }
  80%{ transform: translateY(0); }
  100%{ transform: translateY(0); }
}

/* ------------------------------
   txt_box（使用中）
------------------------------ */
.txt_box{
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1rem;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  gap: 1rem;
}
.txt_box div{
  width: calc((100% - 1rem)/2);
  border: 1px solid #CCCCCC;
  margin: 0;
  padding-top: 2rem;
  padding-right: 1rem;
  padding-left: 1rem;
  padding-bottom: 2rem;
  border-radius: 4px;
  height: auto;
}
@media (max-width:800px){
  .txt_box{
    flex-direction: column;
    width: 94%;
    margin-right: auto;
    margin-left: auto;
  }
  .txt_box div{ width: 100%; }
}
.txt_box div img{
  width: 100%;
  height: auto;
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.txt_box div span{
  text-align: center;
  display: block;
  padding-top: 0;
  padding-bottom: 2rem;
  color: #666;
  font-size: 1.5rem;
}
.txt_box div span p{
  text-align: center;
  display: block;
  padding-bottom: 0rem;
  color: #333333;
  font-size: 1rem;
  margin-top: 0;
}

/* ------------------------------
   sub_soft_menu（使用中）
------------------------------ */
#sub_soft_menu{
  max-width: 1300px;
  width: 100%;
  margin-top: 5rem;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.2rem 1.2rem;
}
@media (max-width:980px){
  #sub_soft_menu{ grid-template-columns: repeat(2, 1fr); }
}
@media (max-width:566px){
  #sub_soft_menu{
    grid-template-columns: 1fr;
    gap: 1rem;
  }
}
#sub_soft_menu .card{
  border: 1px solid #CCC;
  border-radius: 6px;
  background: #fff;
  transition: transform 0.3s ease;
}
#sub_soft_menu .card > a{
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  padding: 1rem 1.5rem;
  text-decoration: none;
  width: 100%;
  height: 100%;
}
#sub_soft_menu .thumb{
  margin: 0;
  width: 50px;
  height: 50px;
  border-radius: 4px;
  overflow: hidden;
  flex: 0 0 50px;
}
#sub_soft_menu .thumb img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
#sub_soft_menu .body{
  flex: 1 1 auto;
  min-width: 0;
}
#sub_soft_menu h2{
  margin: 0;
  color: #333;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: bold;
  font-size: 1rem;
  line-height: 1.2;
}
#sub_soft_menu p{
  margin: 0;
  color: #333;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: .9rem;
  line-height: 1.2;
}
@media (hover:hover){
  #sub_soft_menu .card:hover{
    border-color: #bbb;
    box-shadow: 0 6px 16px rgba(0, 0, 0, .08);
    transform: translateY(-5px);
  }
}
/* ホバー時の画像のバウンド処理 */
@media (hover:hover){
  #sub_soft_menu .card:hover img{
    animation: thumb-pop-bounce .5s ease-out infinite;
    transform-origin: center bottom;
  }
}
