@charset "UTF-8";
@media (min-width: 576px) {
  h1,
  h2 {
    margin: 30px;
    padding: 80px 0;
    font-size: 26px;
    text-align: center;
    color: #598f3b;
    line-height: 1.6em;
  }
  h1 .titleEn,
  h2 .titleEn {
    margin-top: 20px;
    display: block;
    font-family: "Tangerine", serif;
    font-weight: 400;
    font-style: normal;
    color: #598f3b;
    font-size: 26px;
    opacity: 0.6;
  }
  header .navbar {
    background: #f3fff3 !important;
    font-size: 16px;
  }
  header .navbar-brand {
    color: #5eacff !important;
  }
  .fa, .article ul.RisToCheck li::before,
  .mce-content-body ul.RisToCheck li::before, .article ul li::before,
  .mce-content-body ul li::before, header .navbar .dropdown-menu .dropdown-item::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
  }
  p {
    margin-bottom: 40px;
    font-size: 16.5px !important;
    line-height: 1.6;
  }
  small {
    font-size: 0.8em;
  }
  img + p,
  img + h2 {
    margin-top: 30px !important;
  }
  .table50 {
    width: 50% !important;
  }
  .trialLink {
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #598f3b;
    color: #fff;
  }
  .hasCookie {
    margin-top: 40px;
  }
  .btnApply {
    margin-top: 60px;
    margin-bottom: 80px;
  }
  .btnApply .topMsg {
    width: 60%;
    margin-bottom: 20px;
  }
  .hrSeparater {
    margin-top: 80px;
  }
  .postCard {
    padding-bottom: 10px;
  }
  .postCard .thumb {
    height: 240px;
    overflow: hidden;
    position: relative;
  }
  .postCard .thumb .pv {
    position: absolute;
    top: 6px;
    left: 5px;
    padding: 2px 8px;
    font-size: 12px;
    border-radius: 4px;
    background: #469b0a;
    opacity: 0.9;
    color: #fff;
  }
  .postCard .thumb .card-img-top {
    width: 100%;
    height: auto;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .postCard .card-body {
    padding: 0 10px;
  }
  .postCard .card-body p.card-text {
    margin: 0;
    margin-bottom: 4px;
    line-height: 1.7;
    font-size: 16px !important;
    min-height: 60px;
  }
  .lessonCard {
    margin-bottom: 20px;
  }
  .lessonCard .card-body {
    padding: 6px 10px;
    padding-bottom: 0;
  }
  .lessonCard .card-body h3 {
    font-size: 16px;
    margin-top: 8px;
    margin-bottom: 10px;
    color: #598f3b;
  }
  .lessonCard .card-body .card-body p {
    margin-top: 4px;
    margin-bottom: 4px;
    font-size: 15px !important;
  }
  .lessonCard .thumb {
    aspect-ratio: 4/3;
    overflow: hidden;
  }
  .lessonCard .thumb .card-img-top {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .lessonCard .card-footer {
    padding: 14px 20px;
    font-size: 15px;
  }
  .authorCard h3 {
    font-size: 18px !important;
  }
  .happyCustomer {
    margin-bottom: 60px;
  }
  .happyCustomer h3 {
    margin-bottom: 10px;
    font-size: 20px;
    color: #598f3b;
    border: none !important;
  }
  .happyCustomer h3:after {
    display: none !important;
  }
  .happyCustomer .chat {
    margin-bottom: 20px;
    padding-left: 2%;
  }
  .happyCustomer .chat .icon {
    width: 9%;
  }
  .happyCustomer .chat .icon img {
    border: 1px solid #ccc;
    border-radius: 8px;
  }
  .happyCustomer .chat .iconInfo {
    margin-top: 5px;
    text-align: center;
    font-size: 13px;
  }
  .happyCustomer .chat .msgContainer {
    width: 82%;
    padding: 0 3%;
  }
  .happyCustomer .chat .msgContainer .msg {
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 8px;
    padding: 10px;
    font-size: 15px;
    line-height: 1.7;
  }
  .happyCustomer .chat .msgContainer .info {
    margin-top: 6px;
    font-size: 13px;
    /* text-align: right; */
    line-height: 1.6;
  }
  footer {
    margin-top: 100px !important;
    padding-top: 140px;
    border-top: 1px solid #ccc;
  }
  footer h3 {
    font-size: 18px;
    font-weight: bold;
    color: #598f3b;
  }
  footer a {
    color: #3b2300;
    text-decoration: none;
  }
  footer a :hover {
    text-decoration: underline !important;
  }
  footer ul {
    margin-top: 20px;
  }
  footer ul li {
    margin-bottom: 16px;
    font-size: 14px;
  }
  footer ul li i {
    color: #598f3b;
  }
  .copyRight {
    margin-top: 140px;
    padding: 20px 0;
    font-size: 12px;
    border-top: 1px solid #eee;
    line-height: 1.8;
  }
  .copyRight a {
    color: #3b2300;
  }
  .pagination {
    margin-bottom: 80px;
  }
  .searchForm {
    width: 500px;
  }
  .searchHistory {
    width: 800px;
    white-space: nowrap;
  }
  .searchHistory a {
    font-size: 20px;
    color: #333 !important;
    text-decoration: none;
  }
  .searchHistory a:hover {
    color: #fff !important;
    text-decoration: none;
  }
  .searchHistory .customPill {
    border-radius: 8px;
    background: #f0fff2;
    border: 1px solid #367906;
    color: #367906;
  }
  .frontPage h1,
  .frontPage h2 {
    color: #598f3b;
  }
  .frontPage .notice ul {
    margin-bottom: 0;
    padding-left: 0;
    border: 1px solid #ccc;
    border-radius: 8px;
    background: white;
  }
  .frontPage .notice ul li {
    margin: 0px 0px;
    margin-bottom: 20px;
    border-bottom: 1px dashed #ccc;
  }
  .customPage .container {
    width: 760px;
    margin: 20px auto;
    margin: 60px auto;
  }
  .customPage h2 {
    margin-bottom: 30px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
  }
  .trialPage {
    margin-bottom: 120px;
  }
  .trialPage .trialNav {
    margin: 40px 0;
  }
  .trialPage h1,
  .trialPage h2 {
    margin-top: 40px !important;
    margin-bottom: 0px !important;
  }
  .trialPage h1 {
    margin-bottom: 40px;
    padding-top: 30px;
  }
  .trialPage table {
    margin-top: 0 !important;
  }
  .trialPage p {
    line-height: 1.9;
  }
  .fees h3 {
    font-size: 19px !important;
  }
  .fees p {
    line-height: 1.9 !important;
  }
  .fees table th,
  .fees table td {
    font-size: 15px;
  }
  .fees .table > :not(:first-child) {
    border-top: 0;
  }
  .fees thead {
    border-bottom: 1px solid #aaa;
  }
  .fees .selectableLessonTable .cat {
    width: 40%;
  }
  .fees .selectableLessonTable .status {
    width: 10%;
  }
  .fees .selectableLessonTable .trial {
    width: 10%;
  }
  .fees .selectableInstrumentsTable .cat {
    width: 30%;
  }
  .fees .selectableInstrumentsTable .status {
    width: 10%;
  }
  .fees .selectableInstrumentsTable .inst {
    width: 10%;
  }
  .fees .selectableInstrumentsTable .trial {
    width: 10%;
  }
  .fees .priceTable .conditions {
    font-size: 13px;
    line-height: 1.8;
  }
  .trialLessonList {
    width: 650px;
    margin: 0 auto;
  }
  .trialLessonList .title {
    font-size: 16px !important;
    font-weight: bold;
  }
  .trialLessonList p {
    padding: 0;
    line-height: 1.7 !important;
  }
  .article,
  .mce-content-body {
    width: 680px;
    margin: 0 auto;
    margin-bottom: 100px;
  }
  .article .entry-meta,
  .mce-content-body .entry-meta {
    padding: 20px 0;
  }
  .article .thumb,
  .mce-content-body .thumb {
    margin: 30px 0;
  }
  .article h1,
  .article h2,
  .mce-content-body h1,
  .mce-content-body h2 {
    margin: 30px 0;
    padding: 80px 0;
    text-align: center;
    color: #598f3b;
    line-height: 1.6;
  }
  .article h2,
  .mce-content-body h2 {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
  }
  .article h2.normal,
  .mce-content-body h2.normal {
    border: none;
    margin: 0;
    margin-top: 30px;
    margin-bottom: 6px;
    padding: 0;
    font-size: 20px;
    -moz-text-align-last: left;
         text-align-last: left;
    color: #3b2300;
  }
  .article h3,
  .mce-content-body h3 {
    padding-bottom: 4px;
    color: #598f3b;
    font-size: 22px;
    border-bottom: solid 3px rgb(215, 215, 215);
    position: relative;
  }
  .article h3 + p,
  .mce-content-body h3 + p {
    margin-top: 0;
  }
  .article h4,
  .mce-content-body h4 {
    color: #598f3b;
    font-size: 18px;
  }
  .article h3:after,
  .mce-content-body h3:after {
    position: absolute;
    content: " ";
    display: block;
    border-bottom: solid 3px #598f3b;
    bottom: -3px;
    width: 30%;
  }
  .article p:first-child,
  .mce-content-body p:first-child {
    margin-top: 60px;
  }
  .article p,
  .mce-content-body p {
    margin: 50px 0;
    line-height: 2.3;
    font-size: 16.5px;
  }
  .article img,
  .mce-content-body img {
    width: 100%;
    margin: 0 auto;
    height: auto;
    text-align: center;
  }
  .article p + img,
  .mce-content-body p + img {
    margin-top: -30px;
  }
  .article ul,
  .article ol,
  .mce-content-body ul,
  .mce-content-body ol {
    background: red;
    margin: 30px auto;
    margin-bottom: 60px;
    padding: 10px 14px;
    list-style-position: inside;
    background: #fffdf3;
    border: 1px solid #ccc !important;
    border-radius: 8px;
    background-image: url("https://admin.tokyo-clarinet-school.com/wp-content/uploads/2024/09/avatar_happy_admin.png");
    background-repeat: no-repeat;
    background-size: 100px;
    background-position: bottom 0px right 0px;
    background-color: rgba(255, 255, 255, 0.8);
    background-blend-mode: lighten;
  }
  .article ul li,
  .article ol li,
  .mce-content-body ul li,
  .mce-content-body ol li {
    margin: 0;
    margin-bottom: 10px;
    border-bottom: 1px solid #ddd;
    text-align: left;
    word-wrap: break-word;
    overflow-wrap: break-word;
    padding-left: 1.5em;
    text-indent: -0.7em;
  }
  .article ul li:last-child,
  .article ol li:last-child,
  .mce-content-body ul li:last-child,
  .mce-content-body ol li:last-child {
    margin-bottom: 0;
  }
  .article ul,
  .mce-content-body ul {
    list-style: none;
  }
  .article ul li::before,
  .mce-content-body ul li::before {
    content: "\f0da";
    font-weight: 900;
    display: inline-block;
    margin-right: 10px;
  }
  .article ul.RisToCheck,
  .mce-content-body ul.RisToCheck {
    margin-top: 80px;
    position: relative;
    padding: 0px 30px !important;
    padding-top: 40px !important;
    padding-bottom: 30px !important;
    background-image: none !important;
  }
  .article ul.RisToCheck li::before,
  .mce-content-body ul.RisToCheck li::before {
    content: "\f00c";
    color: green;
    /* 色を$greenから具体的な色コードに変更 */
    display: inline-block;
    margin-right: 10px;
  }
  .article ul.RisToCheck::after,
  .mce-content-body ul.RisToCheck::after {
    content: "";
    width: 400px;
    height: 100px;
    position: absolute;
    top: -33px;
    left: -27.5px;
    background-image: url("https://localhost/clarinet4/wp-content/uploads/2024/07/check_ris.png");
    background-repeat: no-repeat;
    background-size: 160px;
    /* 画像のサイズをカバーするように変更 */
    z-index: 1;
    /* 画像をリストの上に表示 */
    pointer-events: none;
  }
  .article ul.QuestionList li::before,
  .mce-content-body ul.QuestionList li::before {
    content: "\f128";
    font-weight: 400;
    color: #598f3b;
    font-weight: bold;
    display: inline-block;
    margin-right: 10px;
  }
  .article ul.DenialList li::before,
  .mce-content-body ul.DenialList li::before {
    content: "\f00d";
    color: #dc3544;
    font-weight: bold;
    display: inline-block;
    margin-right: 10px;
  }
  .article table th,
  .mce-content-body table th {
    width: 25%;
  }
  .article table td,
  .mce-content-body table td {
    line-height: 1.9;
  }
  .article table.feeTable,
  .mce-content-body table.feeTable {
    margin-top: 30px;
    font-size: 17px;
  }
  .article table.feeTable th,
  .article table.feeTable td,
  .mce-content-body table.feeTable th,
  .mce-content-body table.feeTable td {
    padding: 20px 0;
  }
  .article table.feeTable th a,
  .article table.feeTable td a,
  .mce-content-body table.feeTable th a,
  .mce-content-body table.feeTable td a {
    color: #1787ff;
  }
  .article table.feeTable th,
  .mce-content-body table.feeTable th {
    color: #598f3b;
    font-weight: normal;
  }
  .article table.feeTable ul,
  .mce-content-body table.feeTable ul {
    margin-left: 20px;
  }
  .article table.feeTable ul li,
  .mce-content-body table.feeTable ul li {
    margin: 10px 0;
  }
  .article .ip,
  .mce-content-body .ip {
    font-size: 18px;
  }
  .article .relativeLink,
  .mce-content-body .relativeLink {
    margin: 30px 0;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 8px;
  }
  .article .relativeLink .detail,
  .mce-content-body .relativeLink .detail {
    padding: 0 15px;
  }
  .article .relativeLink .detail .text,
  .mce-content-body .relativeLink .detail .text {
    font-size: 13.8px;
  }
  p.eventList {
    background: #fff3f3;
    line-height: 1.6;
  }
  .faq {
    width: 680px;
    margin: 0 auto;
  }
  .classrooms .prefContainer {
    margin: 0 auto;
    padding: 0 20px;
  }
  .classrooms .prefContainer h2 {
    margin: 0;
    padding: 20px;
  }
  .classrooms .prefContainer h3 {
    font-size: 24px;
    text-align: left !important;
    border-bottom: 1px solid #ccc;
  }
  .classrooms .prefContainer h4 {
    font-size: 16px;
  }
  .profile h2 {
    font-size: 22px;
    margin: 0;
    padding: 0 !important;
    border-top: none !important;
    margin-top: 30px;
    margin-bottom: 10px;
    text-align: start;
  }
  .profile p {
    margin-top: 0 !important;
  }
  .profileLinkCard {
    border: 1px solid #d6d6d6;
    border-radius: 4px;
  }
  .profileLinkCard .person {
    margin: 22px 0;
  }
  .profileLinkCard .person .classroom {
    font-size: 13px;
  }
  .profileLinkCard .person .instructor {
    margin-top: 4px;
    font-size: 18px;
    font-weight: bold;
    color: #598f3b;
  }
  .profileLinkCard .person .instructor a {
    color: #598f3b;
    text-decoration: none;
  }
  .profileLinkCard .linkContainer h3 {
    margin-bottom: 0;
    padding-bottom: 4px;
    font-size: 16px;
    border-bottom: 1px solid #d6d6d6;
  }
  .mce-content-body {
    margin-bottom: 0;
  }
  .pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 60px;
    font-family: Arial, sans-serif;
  }
  .pagination-number,
  .pagination-arrow,
  .pagination-ellipsis {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin: 0 5px;
    width: 50px;
    height: 50px;
    border: 1px solid #ddd;
    border-radius: 4px;
    text-decoration: none;
    color: #333;
    font-size: 16px;
  }
  .pagination-number:hover,
  .pagination-arrow:hover {
    background-color: #f5f5f5;
  }
  .pagination-number.current {
    background-color: #1f89fb;
    color: #fff;
    border-color: #044c99;
  }
  .pagination-arrow.disabled {
    color: #ccc;
    cursor: not-allowed;
  }
  .pagination-ellipsis {
    border: none;
  }
}