/* update on 2025-04-18 */
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
  }
  
  body {
  font-family: "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
  background-color: #f5f5f5;
  color: #333;
  line-height: 1.6;
  }
  
  .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    height: 100%;
    display: flex;
    align-items: center;
  }
  
  .container h1 {
  font-size: 36px;
  margin-top: 40px;
  text-align: center;
  }
  
  .container h2 {
  font-size: 24px;
  margin-top: 20px;
  text-align: center;
  }
  
  /* ヘッダー */
  header {
  height: 80px;
  background-color: #fff;
  box-shadow: 0 2px 5px rgba(0,0,0,0.7);
  opacity: 0.9;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  }
  
  .header-left img {
  height: 60px;
  width: auto;
  }
  
  .header-right {
  margin-left: auto;
  display: flex;
  align-items: center;
  }
  
  .header-right a {
  padding: 0 15px;
  color: #333;
  text-decoration: none;
  height: 80px;
  display: flex;
  align-items: center;
  }
  
  .header-right a:hover {
  background-color: #f5f5f5;
  }
  
  /* トップセクション */
  .top-wrapper {
    padding: 100px 0 50px;
    margin-bottom: 40px;
    background-color: #fff;
  }
  
  .top-wrapper .container {
    text-align: center;
    flex-direction: column;
  }
  
  .top-title {
    display: block;
    font-size: 2.5em;
    margin-bottom: 20px;
  }
  
  .top-subtitle {
  display: block;
  font-size: 1.5em;
  margin-bottom: 15px;
  }
  
  .top-description {
  display: block;
  font-size: 1.1em;
  color: #666;
  margin-bottom: 10px;
  }
  
  .news-wrapper .container {
    text-align: center;
    flex-direction: column;
  }
  
  /* ニュースセクション */
  .news-wrapper {
  padding: 50px 0;
  background-color: #fff;
  margin:0 80px 40px 80px;
  float: center;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
  }
  
  .section-title {
  text-align: center;
  font-size: 2em;
  margin-bottom: 30px;
  }
  
  .news-container {
  max-height: 300px;
  text-align: left;
  overflow-y: auto;
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 10px;
  background-color: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  }
  
  .news-list {
  margin: 0;
  padding: 0;
  }
  
  .news-item {
  padding: 10px 0;
  border-bottom: 1px solid #eee;
  }
  
  .news-item:last-child {
  border-bottom: none;
  }
  
  .news-date {
  font-weight: bold;
  color: #666;
  margin-right: 10px;
  }
  
  /* スクロールバーのスタイル */
  .news-container::-webkit-scrollbar {
  width: 8px;
  }
  
  .news-container::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 4px;
  }
  
  .news-container::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 4px;
  }
  
  .news-container::-webkit-scrollbar-thumb:hover {
  background: #555;
  }
  
  /* スケジュールセクション */
  .schedule-wrapper {
  padding: 10px 0;
  margin:0 80px 40px 80px;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
  }
  
  .schedule-wrapper .container {
    text-align: center;
    flex-direction: column;
    padding: 30px 20px 30px;
  }
  
  .schedule-list {
    padding: 15px;
    font-size: 1.2em;
  }
  
  .schedule-notice {
  text-align: center;
  color: #666;
  }
  
  .btn {
    display: inline-block;
    padding: 10px 20px;
    margin-top: 15px;
    background-color: #444444;
    color: #fff;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    box-shadow: 0 7px #222222;
  }
  
  .btn:hover {
    opacity: 0.8;
  }
  
  .btn:active {
    box-shadow: none;
    transform: translateY(7px);
  }
  
  /* ブログセクション */
  .blog-wrapper {
  padding: 10px 0;
  background-color: #fff;
  margin:0 80px 40px 80px;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
  }
  
  .blog-wrapper .container {
    flex-direction: column;
  }
  
  .blog-links {
  display: flex;
  justify-content: center;
  }
  
  .blog-link {
  text-decoration: none;
  color: #333;
  text-align: center;
  }
  
  .blog-link img {
  width: 100px;
  height: auto;
  margin-bottom: 10px;
  filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.1));
  }
  
  .blog-link p {
    padding-bottom: 15px;
  }
  
  /* プロフィールセクション */
  
  .top-wrapper h1 {
  font-size: 36px;
  margin-top: 20px;
  }
  
  .profile-section {
  background-color: white;
  padding: 40px 0 30px 0;
  margin:50px 90px 30px 90px;
  border-radius: 10px;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
  }
  
  .profile-section .container {
    flex-direction: column;
  }
  
  .profile-content p {
    padding: 0 50px 0;
  }  
  
  .profile-content {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
  padding-top: 20px;
  }
  
  
  .profile-content h3 {
  font-size: 24px;
  margin-bottom: 20px;
  }
  
  .social-links {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 30px;
  }
  
  .social-links img {
  width: 40px;
  height: 40px;
  }
  
  .timeline{
    padding: 0 100px 0;
  }
  
  .timeline-item {
  margin-bottom: 40px;
  }
  
  .history-section {
  background-color: white;
  padding: 40px 0 30px 0;
  margin:0 90px 30px 90px;
  border-radius: 10px;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
  }
  
  .history-section .container {
    flex-direction: column;
  }
  
  .year {
  font-size: 20px;
  margin-top: 20px;
  font-weight: bold;
  text-align: center;
  }
  
  /* フッター */
  footer {
  background-color: #333;
  color: #fff;
  padding: 20px 0;
  text-align: center;
  }
  
  .footer-visual h2 {
  font-size: 20px;
  margin-bottom: 10px;
  }
  
  /* レスポンシブデザイン */
  @media screen and (max-width: 768px) {
  .container {
    padding: 0 10px;
  }
  
  .header-right a {
    padding: 0 10px;
    font-size: 14px;
  }
  
  .links-container {
    margin: 20px auto;
    padding: 0 10px;
  }
  
  .link-card {
    flex-direction: column;
  }
  
  .link-image {
    width: 100%;
    min-width: 100%;
    height: 200px;
    position: relative;
  }
  
  .link-content {
    padding: 20px;
  }
  
  .link-card h2 {
    font-size: 20px;
    margin-bottom: 8px;
  }
  
  .link-card h3 {
    font-size: 16px;
    margin-bottom: 12px;
  }
  
  .link-card p {
    font-size: 14px;
    margin-bottom: 8px;
  }
  }
  
  /* 依頼セクション */
  .request-wrapper {
    padding: 80px 0;
    background-color: #f7f7f7;
  }
  
  .request-wrapper .container {
    flex-direction: column;
  }
  
  .request-wrapper h1 {
    text-align: center;
    font-size: 32px;
    margin-bottom: 50px;
    color: #333;
  }
  
  .request-content {
    margin-bottom: 40px;
  }
  
  .request-section {
    background-color: white;
    padding: 40px 40px 30px 40px;
    margin-bottom: 90px;
    width: 600px;
    border-radius: 10px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
  }
  
  .request-section h2 {
    font-size: 30px;
    color: #333;
    margin-bottom: 30px;
    border-bottom: 2px solid #333;
    padding-bottom: 10px;
  }
  
  .request-content h3 {
    font-size: 24px;
    color: #444;
    margin: 20px 0 5px;
    text-align: center;
  }
  
  .request-content ul {
    list-style-type: none;
    padding-left: 20px;
  }
  
  .request-content ul li {
    margin: 5px 0;
    position: relative;
  }
  
  .request-content ul li:before {
    content: "•";
    color: #666;
    position: absolute;
    left: -20px;
  }
  
  .price-table {
    margin-top: 25px;
  }
  
  .price-table h4 {
    font-size: 18px;
    color: #444;
    margin: 20px 0 5px;
    text-align: center;
  }
  
  .caution-table {
    margin-top: 25px;
  }
  
  .caution-table h4 {
    font-size: 18px;
    color: #444;
    margin: 20px 0 5px;
    text-align: center;
  }
  
  .caution-table ol {
    list-style-type: decimal;
    padding-left: 20px;
  }
  
  .contact-form {
    max-width: 600px;
    margin: 0 auto;
    padding: 40px;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    margin-bottom: 50px;
  }
  
  .form-group {
    margin-bottom: 20px;
  }
  
  .form-group label {
    display: block;
    margin-bottom: 8px;
    font-weight: bold;
  }
  
  .form-group input,
  .form-group textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 16px;
  }
  
  .form-group input:focus,
  .form-group textarea:focus {
    outline: none;
    border-color: #666;
  }
  
  .submit-btn {
    display: block;
    width: 200px;
    margin: 0 auto;
    padding: 12px;
    background-color: #333;
    color: #fff;
    border: none;
    border-radius: 4px;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s;
  }
  
  .submit-btn:hover {
    background-color: #666;
  }
  
  /* 作品紹介セクション */
  
  @media screen and (max-width: 768px) {
  .request-section {
    padding: 20px;
  }
  
  .request-wrapper h1 {
    font-size: 28px;
  }
  
  .request-section h2 {
    font-size: 20px;
  }
  }
  
  /* 作品セクション */
  .works-section {
    padding: 80px 0;
  }
  
  .works-section .container {
    flex-direction: column;
  }
  
  .works-category {
    margin-bottom: 60px;
    max-width: 80%;
  }
  
  .works-category h2 {
    font-size: 28px;
    color: #333;
    margin-bottom: 30px;
    text-align: center;
    position: relative;
    padding-bottom: 15px;
  }
  
  .works-category h2:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 50px;
    height: 3px;
    background-color: #666;
  }
  
  .work-item {
    background-color: #fff;
    border-radius: 8px;
    padding: 25px;
    margin-bottom: 30px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    display: flex;
    align-items: flex-start;
    gap: 30px;
  }
  
  .work-item-content {
    flex: 1;
  }
  
  .work-item-image-albam {
    flex: 1;
    max-width: 35%;
    text-align: right;
  }
  
  .work-item-image-single {
    flex: 1;
    max-width: 30%;
    text-align: right;
  }
  
  .work-item img {
    max-width: 100%;
    height: auto;
    border-radius: 4px;
    margin: 0;
  }
  
  .original-song {
    font-size: 10px;
    color: #666;
    margin-bottom: 10px;
  }
  
  /* 参加企画用の特別なレイアウト */
  .work-item.video-layout .work-item-content {
    display: flex;
    gap: 30px;
  }
  
  .work-item.video-layout .work-item-text {
    flex: 1;
  }
  
  .work-item.video-layout .work-item-video {
    flex: 1;
    max-width: 36%;
  }
  
  .work-item.video-layout .work-item-video iframe {
    width: 100%;
    height: auto;
    aspect-ratio: 16/9;
    border-radius: 4px;
  }
  
  .work-item h3 {
    font-size: 22px;
    color: #333;
    margin-bottom: 15px;
  }
  
  .work-item h4 {
    font-size: 18px;
    color: #666;
    margin-bottom: 10px;
  }
  
  .work-item p {
    color: #666;
    margin-bottom: 10px;
    line-height: 1.6;
  }
  
  .work-item ol {
    list-style-type: decimal;
    padding-left: 20px;
    margin: 15px 0;
  }
  
  
  .dl-button {
    display: inline-block;
    text-decoration: none;
    transition: background-color 0.3s;
    margin-right: 10px;
    height: 40px;
    width: 40px;
  }
  
  .dl-button:hover {
    background-color: #555;
  }
  
  /* レスポンシブ対応 */
  @media screen and (max-width: 768px) {
  .works-section {
    padding: 40px 0;
  }
  
  .works-category h2 {
    font-size: 24px;
  }
  
  .work-item {
    flex-direction: column;
    padding: 20px;
    gap: 20px;
  }
  
  .work-item-image {
    max-width: 100%;
    text-align: center;
  }
  
  .work-item.video-layout .work-item-content {
    flex-direction: column;
    gap: 20px;
  }
  
  .work-item.video-layout .work-item-video {
    max-width: 100%;
  }
  
  .work-item h3 {
    font-size: 20px;
  }
  
  .work-item h4 {
    font-size: 16px;
  }
  }
  
  .main-content {
    padding-top: 80px;
    min-height: calc(100vh - 160px);
  }
  
  .main-content .container {
    flex-direction: column;
  }
  
  .main-content h1 {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 40px;
    font-size: 2em;
    color: #333;
  }
  
  .bgm-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
  }
  
  .bgm-item {
    background: #fff;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
  }
  
  .bgm-item h3 {
    margin-bottom: 15px;
    color: #333;
  }
  
  .bgm-item audio {
    width: 100%;
    margin: 10px 0;
  }
  
  .bgm-item p {
    color: #666;
    font-size: 0.9em;
    margin: 10px 0;
  }
  
  .download-btn {
    display: inline-block;
    background: #4CAF50;
    color: white;
    padding: 8px 20px;
    border-radius: 5px;
    text-decoration: none;
    transition: background 0.3s;
  }
  
  .download-btn:hover {
    background: #45a049;
  }
  
  .comment-section {
    background-color: #fff;
    max-width: 70%;
    border-radius: 8px;
    padding: 25px;
    text-align: center;
    margin: 0 auto 30px; /* ←ここがポイント */
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
  }
  
  .comment-section .container {
    flex-direction: column;
  }
  
  .comment-section,
  .comment-list-section {
    max-width: 800px;
    margin: 40px auto;
    text-align: center;
    background-color: #fff;
    border-radius: 8px;
    padding: 25px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
  }
  
  .comment-list li {
    margin: 10px 60px 10px 60px;
    padding: 8px 12px;
    border-bottom: 1px solid #eee;
    text-align: left;
  }
  
  .comment-list-section,
  .comment-container {
    flex-direction: column; 
  }
  
  .comment-container li{
    list-style:none;
  }
  
  /* モーダルスタイル */
  .modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    overflow-y: auto;
  }
  
  .modal-content {
    background-color: #fff;
    margin: 50px auto;
    padding: 30px;
    width: 80%;
    max-width: 800px;
    border-radius: 10px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
    position: relative;
  }
  
  .modal h2 {
    text-align: center;
    margin-bottom: 30px;
    color: #333;
    font-size: 24px;
  }
  
  .terms-section {
    margin-bottom: 30px;
  }
  
  .terms-section h3 {
    color: #333;
    margin-bottom: 15px;
    font-size: 18px;
  }
  
  .terms-section ul {
    list-style-type: disc;
    padding-left: 20px;
    margin-bottom: 20px;
  }
  
  .terms-section li {
    margin-bottom: 8px;
    line-height: 1.5;
  }
  
  .terms-notice {
    background-color: #f8f8f8;
    padding: 20px;
    border-radius: 5px;
    margin-bottom: 30px;
  }
  
  .terms-notice p {
    margin-bottom: 10px;
    line-height: 1.6;
  }
  
  .modal-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 30px;
  }
  
  .agree-btn, .cancel-btn {
    padding: 12px 30px;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s;
  }
  
  .agree-btn {
    background-color: #4CAF50;
    color: white;
  }
  
  .agree-btn:hover {
    background-color: #45a049;
  }
  
  .cancel-btn {
    background-color: #f44336;
    color: white;
  }
  
  .cancel-btn:hover {
    background-color: #999;
  }
  
  .feedback-form {
    margin: 20px 0;
    padding: 15px;
    background-color: #f9f9f9;
    border-radius: 5px;
  }
  
  .feedback-form input,
  .feedback-form textarea {
    width: 100%;
    padding: 8px;
    margin-bottom: 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 14px;
  }
  
  .feedback-form textarea {
    height: 80px;
    resize: vertical;
  }
  
  .feedback-form input:focus,
  .feedback-form textarea:focus {
    outline: none;
    border-color: #4CAF50;
  }
  
  .genre-tag {
    display: inline-block;
    background-color: #4CAF50;
    color: white;
    padding: 4px 10px;
    border-radius: 4px;
    font-size: 12px;
    margin-bottom: 10px;
  }
  
  .keywords {
    color: #666;
    font-size: 0.9em;
    margin: 10px 0;
  }
  
  /* BGMリストのスタイル */
  .BGM-table-wrapper {
    width: 100%;
    max-width: 1250px;
    margin: 20px auto;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    overflow: hidden;
  }
  
  .table-head {
    display: grid;
    grid-template-columns: 2fr 1fr 2fr 1fr 1fr;
    background: #4CAF50;
    color: white;
    padding: 15px;
    font-weight: bold;
  }
  
  .table-head span {
    text-align: center;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .table-head span:nth-child(4) {
    padding-left: 20px;
    padding-right: 20px;
  }
  
  .table-body {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  
  .table-body li {
    border-bottom: 1px solid #eee;
  }
  
  .table-body li:last-child {
    border-bottom: none;
  }
  
  .item-data {
    display: grid;
    grid-template-columns: 50px 2fr 2fr 3fr 1fr 0.5fr;
    padding: 15px;
    align-items: center;
    font-size: 14px;
  }
  
  .item-data span {
    text-align: center;
  }
  
  .item-data span:nth-child(4) {
    padding-left: 20px;
    padding-right: 20px;
  }
  
  .item-data:hover {
    background: #f5f5f5;
  }
  
  .download-btn {
    display: inline-block;
    padding: 8px 16px;
    background: #4CAF50;
    color: white;
    text-decoration: none;
    border-radius: 4px;
    text-align: center;
    transition: background-color 0.3s;
  }
  
  .download-btn:hover {
    background: #45a049;
  }
  
  /* テーブルのヘッダー */
  .container-header {
    margin: 20px 0;
    text-align: center;
  }
  
  .container-header h2 {
    font-size: 24px;
    color: #333;
    margin-bottom: 10px;
  }
  
  /* レスポンシブ対応 */
  @media (max-width: 768px) {
  .table-head,
  .item-data {
    grid-template-columns: 50px 1fr 1fr 2fr 80px;
    font-size: 14px;
    padding: 10px;
  }
  
  .download-btn {
    padding: 6px 12px;
    font-size: 12px;
  }
  }
  
  /* モーダルのスタイル */
  .modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1000;
  }
  
  .modal-content {
    position: relative;
    background: white;
    width: 80%;
    max-width: 800px;
    margin: 50px auto;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  }
  
  .terms-section {
    margin: 20px 0;
  }
  
  .terms-section h3 {
    color: #4CAF50;
    margin-bottom: 10px;
  }
  
  .terms-section ul {
    list-style: disc;
    margin-left: 20px;
    margin-bottom: 15px;
  }
  
  .terms-notice {
    background: #f5f5f5;
    padding: 15px;
    border-radius: 4px;
    margin: 20px 0;
  }
  
  .modal-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 20px;
  }
  
  .agree-btn,
  .cancel-btn {
    padding: 10px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 16px;
    transition: background-color 0.3s;
  }
  
  .agree-btn {
    background: #4CAF50;
    color: white;
  }
  
  .agree-btn:hover {
    background: #45a049;
  }
  
  .cancel-btn {
    background: #f44336;
    color: white;
  }
  
  .cancel-btn:hover {
    background: #999;
  }
  
  /* リンクセクション */
  .links-container {
    max-width: 1000px;
    margin: 40px auto;
    padding: 0 20px;
  }
  
  .links-container h1 {
    font-size: 28px;
    text-align: center;
    margin-bottom: 40px;
    color: #333;
  }
  
  .links-grid {
    display: flex;
    flex-direction: column;
    gap: 30px;
  }
  
  .link-card {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    display: flex;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }
  
  .link-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
  }
  
  .link-image {
    width: 300px;
    min-width: 300px;
    position: relative;
    overflow: hidden;
  }
  
  .link-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
  }
  
  .link-content {
    flex: 1;
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  
  .link-card h2 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #333;
  }
  
  .link-card h3 {
    font-size: 18px;
    margin-bottom: 15px;
    color: #666;
  }
  
  .link-card p {
    font-size: 14px;
    margin-bottom: 10px;
    color: #555;
    line-height: 1.6;
  }

  /*フォームセクション*/
input, textarea, select {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    *font-size: 14px;
}
input, button {
    line-height: normal;
    vertical-align: middle;
}

.section__ttl {
    text-align: center;
}

.button_box {
    margin: 0 auto;
}

input[type=text],
input[type=password],
textarea {
    width : 380px ;
    padding: 5px;
    background: #fff;
    border: 1px solid #ddd;
    -moz-box-shadow: inset 3px 3px 0 0 rgba(0,0,0,0.03);
    -webkit-box-shadow: inset 3px 3px 0 0 rgba(0,0,0,0.03);
    box-shadow: inset 3px 3px 0 0 rgba(0,0,0,0.03);
}
input[type=text]:focus,
input[type=password]:focus,
textarea:focus { border: 1px solid #209dd9; }

input[type=button] { cursor: pointer; }

.box__ttl input[type=button] {
    margin-right: 5px;
    height: 26px;
    line-height: 26px;
}

input[type=submit] {
    padding: 5px 8px;
    margin-top: 15px;
    align-items: center;
    cursor: pointer;
    background-color: #444444;
    color: #fff;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    box-shadow: 0 7px #222222;
}

input[type=submit]:hover {
    opacity: 0.8;
}
  
input[type=submit]:active {
    box-shadow: none;
    transform: translateY(7px);
}

input[type=checkbox] { cursor: pointer; }

input[type=submit]:disabled,
input[type=button]:disabled,
input[type=checkbox]:disabled { cursor: default; }

textarea {
    width : 410px ;
    overflow: auto;
    vertical-align: top;
}
select {
    padding: 2px;
    line-height: normal;
    background: #fff;
}
label { cursor: pointer; }
legend {
    *margin-left: -7px;
    color: #333;
}

.guidance {
  margin-bottom: 15px;
}

.table tr {
  margin: 10px 0;
}

.table th {
    padding: 15px;
    background: #444444;
    color: #ffffff;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    font-weight: bold;
    font-size: 13px;
}

.table td {
    padding: 15px;
    background: #fff;
    border-right: 1px solid #ccc;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    color: #222;
    font-size: 13px;
}