/*
Theme Name: Seika Baseball Club
Theme URI:
Description: Seika Baseball Club
Template: twentytwentyfive
Author: 
Author URI:
Version:0.0.1
*/

/* お問い合わせフォーム用追加スタイル */
.tblContact01 {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    border-collapse: collapse;
    font-size: 1rem;
}

.tblContact01 th,
.tblContact01 td {
    padding: 15px;
    border: 1px solid #e5e7eb;
}

.tblContact01 th {
    background-color: #f9fafb;
    width: 30%;
    text-align: left;
    font-weight: bold;
}

.tblContact01 td {
    width: 70%;
}
.tblContact01 td .form_name {
  display: flex;
}
.tblContact01 td .form_name > div {
  width: 45%;
}
.tblContact01 td .form_name input{
  width: 90%
}
.tblContact01 td input,
.tblContact01 td textarea {
  border: 1px solid #999;
  max-width: 80%;
}
.mwform-zip-field input {
  width: 100px;
}
.mwform-age input {
  width: 50px;
}
.iconRequired {
    background: #e53e3e;
    color: white;
    padding: 2px 8px;
    border-radius: 4px;
    font-size: 12px;
    margin-right: 8px;
    font-weight: normal;
}

.iconElective {
    background: #718096;
    color: white;
    padding: 2px 8px;
    border-radius: 4px;
    font-size: 12px;
    margin-right: 8px;
    font-weight: normal;
}

.size1 {
    width: 80px;
    padding: 8px;
    border: 1px solid #d1d5db;
    border-radius: 4px;
    outline: none;
    transition: border-color 0.2s;
}

.size1:focus {
    border-color: #00a491;
}

.size2 {
    width: 100%;
    max-width: 300px;
    padding: 8px;
    border: 1px solid #d1d5db;
    border-radius: 4px;
    margin-top: 5px;
    outline: none;
    transition: border-color 0.2s;
}

.size2:focus {
    border-color: #00a491;
}

.size4 {
    width: 100%;
    padding: 8px;
    border: 1px solid #d1d5db;
    border-radius: 4px;
    margin-top: 5px;
    outline: none;
    transition: border-color 0.2s;
}

.size4:focus {
    border-color: #00a491;
}

.btnSend01 {
    background: #00a491;
    color: white;
    padding: 15px 50px;
    border-radius: 50px;
    font-weight: bold;
    font-size: 18px;
    cursor: pointer;
    border: none;
    transition: all 0.3s;
    box-shadow: 0 4px 15px rgba(0, 164, 145, 0.3);
}

.btnSend01:hover {
    background: #008575;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 164, 145, 0.4);
}

.example {
    font-size: 14px;
    color: #35373b;
    display: block;
}

.tblContact01 td select {
    padding: 8px 30px 8px 10px;
    border: 1px solid #d1d5db;
    border-radius: 4px;
    outline: none;
    appearance: auto;
    background-color: white;
}

.form-note {
  font-size: 1.0rem;
  line-height: 1.5;
}

@media (max-width: 768px) {

    .tblContact01 th,
    .tblContact01 td {
        display: block;
        width: 90%;
        border: none;
    }

    .tblContact01 th {
        border-bottom: 2px solid #00a491;
        background-color: transparent;
        padding-left: 0;
        padding-right: 0;
    }

    .tblContact01 td {
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 20px;
        border-bottom: 1px dashed #e5e7eb;
    }

    .tblContact01 tr:last-child td {
        border-bottom: none;
    }
    .tblContact01 td .form_name > div {
      width: 50%;
    }
    .tblContact01 td .form_name input{
      width: 95%
    }
}
.form-sbmit {
  text-align: center;
}
.form-sbmit input {
  display: inline-block;
  padding: 4px 15px;
  font-size: 22px;
  color:#fff;
  background-color: #008575;
  cursor: pointer;
}

/* 大学HPへのリンクボタン */
.license-link-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 10px;
    padding: 8px 20px;
    background-color: #00a491;
    color: #ffffff !important;
    text-decoration: none !important;
    border-radius: 50px;
    font-size: 0.9rem;
    font-weight: 700;
    transition: all 0.3s ease;
    box-shadow: 0 4px 10px rgba(0, 164, 145, 0.2);
}

.license-link-btn:hover {
    background-color: #008575;
    transform: translateY(-2px);
    box-shadow: 0 6px 15px rgba(0, 164, 145, 0.3);
    color: #ffffff !important;
}

.license-link-btn::after {
    content: "\f35d"; /* fa-up-right-from-square */
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 0.75rem;
}
